diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 245859456b105..0d223d2c04952 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -29,24 +29,24 @@ on: # https://apt.llvm.org/ jobs: - skip-duplicates: + skip-duplicates-code: continue-on-error: true runs-on: ubuntu-latest # Map a step output to a job output outputs: - should_skip: ${{ steps.skip_check.outputs.should_skip }} + should_skip_code: ${{ steps.skip_check.outputs.should_skip }} steps: - id: skip_check uses: fkirc/skip-duplicate-actions@master with: cancel_others: 'true' paths_ignore: '["android/**", "build-data/osx/**", "doc/**", "doxygen_doc/**", "lgtm/**", "msvc-**", "object_creator/**", "tools/**", "utilities/**", "data/**", "lang/**"]' - skip-duplicates-mods: + skip-duplicates-data: continue-on-error: true runs-on: ubuntu-latest # Map a step output to a job output outputs: - should_skip_mods: ${{ steps.skip_check.outputs.should_skip }} + should_skip_data: ${{ steps.skip_check.outputs.should_skip }} steps: - id: skip_check uses: fkirc/skip-duplicate-actions@master @@ -54,7 +54,7 @@ jobs: cancel_others: 'true' paths_ignore: '["android/**", "build-data/osx/**", "doc/**", "doxygen_doc/**", "lgtm/**", "msvc-**", "object_creator/**", "tools/**", "utilities/**"]' varied_builds: - needs: skip-duplicates + needs: [ skip-duplicates-code, skip-duplicates-data ] strategy: max-parallel: 1 matrix: @@ -71,6 +71,7 @@ jobs: lto: 1 native: linux64 archive-success: basic-build + dont_skip_data_only_changes: 1 title: Basic Build and Test (GCC 9, Curses, LTO) - compiler: clang++-12 @@ -83,6 +84,7 @@ jobs: native: linux64 sanitize: address mods: --mods=magiclysm + dont_skip_data_only_changes: 1 title: Clang 12, Ubuntu, Tiles, ASan - compiler: g++-11 @@ -163,7 +165,7 @@ jobs: LTO: ${{ matrix.lto }} RELEASE: ${{ matrix.release }} ARCHIVE_SUCCESS: ${{ matrix.archive-success }} - SKIP: ${{ needs.skip-duplicates.outputs.should_skip == 'true' || ( matrix.mods != 0 && needs.skip-duplicates-mods.outputs.should_skip_mods == 'true' ) }} + SKIP: ${{ ( matrix.dont_skip_data_only_changes == 0 && needs.skip-duplicates.outputs.should_skip_code == 'true' ) || ( matrix.dont_skip_data_only_changes != 0 && needs.skip-duplicates-mods.outputs.should_skip_data == 'true' ) }} steps: - name: checkout repository if: ${{ env.SKIP == 'false' }} diff --git a/android/app/src/main/res/values-de/strings.xml b/android/app/src/main/res/values-de/strings.xml index d20e318ce490f..9987c441372c7 100644 --- a/android/app/src/main/res/values-de/strings.xml +++ b/android/app/src/main/res/values-de/strings.xml @@ -12,4 +12,7 @@ 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. - + Ja + Nein + Abbrechen + diff --git a/android/app/src/main/res/values-es-rAR/strings.xml b/android/app/src/main/res/values-es-rAR/strings.xml index f956f6de09e70..ddf5c631d1ee3 100644 --- a/android/app/src/main/res/values-es-rAR/strings.xml +++ b/android/app/src/main/res/values-es-rAR/strings.xml @@ -12,4 +12,7 @@ Mostrar ayuda El juego no fue cerrado correctamente la última vez El registro del error localizado en ./config/crash.log puede ayudar a los desarrolladores a solucionar errores. - + + No + Cancelar + diff --git a/android/app/src/main/res/values-es-rES/strings.xml b/android/app/src/main/res/values-es-rES/strings.xml index 06515470832d5..9285b401026a8 100644 --- a/android/app/src/main/res/values-es-rES/strings.xml +++ b/android/app/src/main/res/values-es-rES/strings.xml @@ -12,4 +12,7 @@ Mostrar ayuda El juego no finalizó correctamente la última vez El informe de fallos que se encuentra en ./config/crash.log puede ayudar a los desarrolladores a solucionar los errores del programa. - + + No + Cancelar + diff --git a/android/app/src/main/res/values-fr/strings.xml b/android/app/src/main/res/values-fr/strings.xml new file mode 100644 index 0000000000000..0318b0c85c4d5 --- /dev/null +++ b/android/app/src/main/res/values-fr/strings.xml @@ -0,0 +1,11 @@ + + + Installation des données de jeu ... + Rendu logiciel + Forcer plein écran + Réglages + Démarrer le jeu + Oui + Non + Annuler + diff --git a/android/app/src/main/res/values-in/strings.xml b/android/app/src/main/res/values-in/strings.xml new file mode 100644 index 0000000000000..4a113945cb232 --- /dev/null +++ b/android/app/src/main/res/values-in/strings.xml @@ -0,0 +1,14 @@ + + + memasang data game + mengupgrade data game + Bantuan & Kontrol + \"Geser\" untuk pergerakan arah (tahan untuk joystik virtual). \"Tekan\" untuk konfirmasi pilihan di menu atau Jeda satu giliran dalam game (tahan untuk Jeda beberapa giliran dalam game). \"Dua Kali Tap\" untuk batal atau ke menu (seperti tombol Escape). \"Cubit\" untuk perbesar/perkecil tampilan (dalam game). Tombol \"Kembali\" di hp untuk menampilkan keyboard virtual (tahan untuk menampilkan jalan pintas keyboard\"). + Render Perangkat Lunak + Paksa Layar Penuh + Pengaturan + Mulai game + Tampilkan Bantuan + Game tidak keluar dengan benar + Laporan Crash berada di ./config/crash.log mungkin dapat membantu pengembang memecahkan masalah pada program. + diff --git a/android/app/src/main/res/values-it-rIT/strings.xml b/android/app/src/main/res/values-it-rIT/strings.xml index cd79e5a9c4e5d..c06739da915b9 100644 --- a/android/app/src/main/res/values-it-rIT/strings.xml +++ b/android/app/src/main/res/values-it-rIT/strings.xml @@ -12,4 +12,7 @@ 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. - + + No + Annulla + diff --git a/android/app/src/main/res/values-ja/strings.xml b/android/app/src/main/res/values-ja/strings.xml index 6d5f708e36af1..168dae81f6f51 100644 --- a/android/app/src/main/res/values-ja/strings.xml +++ b/android/app/src/main/res/values-ja/strings.xml @@ -2,7 +2,7 @@ ゲームデータをインストール中... ゲームデータをアップグレード中... - ヘルプ & 操作 + ヘルプ&操作 特定方向にスワイプ(仮想ジョイスティックの場合は長押し)で移動。タップで選択項目の決定と1ターンその場で静止(長押しで数ターン静止)。ダブルタップでキャンセルとメニューに戻る(Escキー機能)。ピンチでズームイン/アウト(ゲーム内画面)。戻るボタンで仮想キーボード切替(長押しでキーボードショートカット切替)。 ソフトウェアレンダリング 強制フルスクリーン @@ -12,4 +12,7 @@ ヘルプ表示 前回のプレイ時にゲームが正常に終了しませんでした configフォルダ内のcrash.logに記録されるクラッシュレポートは、開発者がプログラムエラーを解決する役に立つ場合があります。 - + Yes + No + 取消 + diff --git a/android/app/src/main/res/values-pl/strings.xml b/android/app/src/main/res/values-pl/strings.xml index 1c9c39a121088..3cc90291fb539 100644 --- a/android/app/src/main/res/values-pl/strings.xml +++ b/android/app/src/main/res/values-pl/strings.xml @@ -3,13 +3,20 @@ Instalowanie danych gry... Aktualizowanie danych gry... Pomoc & sterowanie - "Przesuń" by sterować w boku (przytrzymaj do wirtualnego joysticka). "Stuknij" by potwierdzić wybór w menu albo spauzować jedną turę w grze (trzymaj by spauzować kilka tur w grze). "Stuknij dwa razy" by anulować albo wrócić do menu (działa jak przycisk Escape). "Szczypnij" by zbliżyć/oddalić (w grze). Użyj fizycznego przycisku "wstecz" by włączyć wirtualną klawiaturę (przytrzymaj by przełączyć skróty klawiszowe). + Przesuń, by sterować w boku (przytrzymaj do wirtualnego joysticka). Stuknij, by potwierdzić wybór w menu albo spauzować jedną turę w grze (trzymaj, by spauzować kilka tur w grze). Stuknij dwa razy, by anulować albo wrócić do menu (działa jak klawisz Escape). Szczypnij, by zbliżyć/oddalić (w grze). Użyj fizycznego przycisku wstecz, by włączyć wirtualną klawiaturę (przytrzymaj, by przełączyć skróty klawiszowe). Renderowanie programowe Wymuś pełny ekran Zablokuj przycisk wstecz + Natywne menu interfejsu Androida Ustawienia Zacznij grę Pokaż pomoc Gra nie zamknęła się poprawnie ostatnim razem - Raport crashu zlokalizowany w ./config/crash.log może pomóc twórcom naprawić błędy programu. + Raport awarii zlokalizowany w ./config/crash.log może pomóc twórcom naprawić błędy programu. + Tak + Nie + OK + Anuluj + Niedostępne + Wybrana opcja nie jest dostępna. diff --git a/android/app/src/main/res/values-pt-rBR/strings.xml b/android/app/src/main/res/values-pt-rBR/strings.xml index 9a58593461df1..f4e95e5fd000d 100644 --- a/android/app/src/main/res/values-pt-rBR/strings.xml +++ b/android/app/src/main/res/values-pt-rBR/strings.xml @@ -12,4 +12,7 @@ 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. - + Sim + Não + Cancelar + diff --git a/android/app/src/main/res/values-ru/strings.xml b/android/app/src/main/res/values-ru/strings.xml index 1d21f0f53a9e8..557b2bae8b28b 100644 --- a/android/app/src/main/res/values-ru/strings.xml +++ b/android/app/src/main/res/values-ru/strings.xml @@ -7,9 +7,16 @@ Программный рендеринг Полный экран Перехват функций кнопки «Назад» + Встроенные меню интерфейса Android Настройки Начать игру Показать подсказки В прошлый раз игра завершилась некорректно Отчёт об остановке приложения находится в папке ./config/crash.log. Он может помочь разработчикам устранить ошибки в игре. + Да + Нет + ОК + Отмена + Недоступно + Выбранный вами вариант недоступен. diff --git a/android/app/src/main/res/values-tr/strings.xml b/android/app/src/main/res/values-tr/strings.xml index 4cc68e8114ea4..4cf9ddb09d316 100644 --- a/android/app/src/main/res/values-tr/strings.xml +++ b/android/app/src/main/res/values-tr/strings.xml @@ -12,4 +12,4 @@ 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-uk-rUA/strings.xml b/android/app/src/main/res/values-uk-rUA/strings.xml new file mode 100644 index 0000000000000..338563d6fca7b --- /dev/null +++ b/android/app/src/main/res/values-uk-rUA/strings.xml @@ -0,0 +1,15 @@ + + + Дані гри встановлюються... + Дані гри оновлюються... + Справка та Управління + \"Проведіть пальцем\" для руху в обраному напрямку (затисніть щоб з\'явився джойстик). \"Доторкніться\" для того щоб підтвердити обраний варіант в меню або пропустити один хід в грі (затисніть щоб пропустити декілька ходів). \"Доторкніться двічі\" щоб скасувати або повернутися назад в меню (працює як клавіша Escape). \"Щипніть\" щоб збільшити/зменшити масштаб (в грі). Натисніть кнопку \"Назад\" на пристрої щоб увімкнути віртуальну клавіатуру (затисніть щоб увімкнути гарячі клавіші). + Візуалізація за допомогою програмного забезпечення + Примусовий повноекранний режим + Обробляти натискання кнопки назад + Налаштування + Почати гру + Показати підказки + Останнього разу гра закінчила свою роботу некоректно + Звіт про помилку розташований за шляхом ./config/crash.log може допомогти розробникам виправити помилки в програмі + 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 185bbb7bd7863..be622b2185a6e 100644 --- a/android/app/src/main/res/values-zh-rCN/strings.xml +++ b/android/app/src/main/res/values-zh-rCN/strings.xml @@ -15,10 +15,19 @@ (隐藏通知栏与虚拟键) 限制返回 (返回按键不会退出游戏) + 启用原生安卓界面菜单 +(替换游戏部分选项为此类型弹窗效果) 预设 -(首次启动建议进入 设置-图形 调整终端宽高比) +(首次游戏建议进入 设置-图形 调整终端宽高比) +(该设置仅在[首次启动]与[覆盖更新]时可调整!) 开始游戏 查看帮助 检测到上次游戏未正常退出 崩溃日志已保存至安装目录 ./config/debug.log,上传至官方论坛协助开发者解决游戏异常提供帮助。 + + + 确定 + 取消 + 不可选 + 该选项已被禁用。 diff --git a/android/app/src/main/res/values-zh-rTW/strings.xml b/android/app/src/main/res/values-zh-rTW/strings.xml index 0fa5ea9cfc944..8b31fbc0ddc98 100644 --- a/android/app/src/main/res/values-zh-rTW/strings.xml +++ b/android/app/src/main/res/values-zh-rTW/strings.xml @@ -2,12 +2,13 @@ 正在安裝遊戲資料... 正在更新遊戲資料... - 幫助與控制 - 滑動屏幕移動遊戲角色或菜單選項。點擊屏幕確認選擇或在遊戲中休息一回合。雙擊屏幕取消菜單或回退。雙指縮放畫面遠近。點擊系統回退鍵打開虛擬鍵盤。 - 軟件渲染 - 強制全屏 - 捕捉返回鍵 + 軟體算圖 + 強制全螢幕 + 取消返回鍵 設定 開始遊戲 - 顯示幫助 - + 顯示說明 + + + 取消 + diff --git a/data/json/hobbies.json b/data/json/hobbies.json index bcea218930429..8555481144ccb 100644 --- a/data/json/hobbies.json +++ b/data/json/hobbies.json @@ -551,7 +551,8 @@ "id": "redcross", "description": "You've got training and some experience in dealing with urgent injuries. In the absence of any medical professionals, that'll have to do.", "points": 1, - "skills": [ { "level": 2, "name": "firstaid" } ] + "skills": [ { "level": 2, "name": "firstaid" } ], + "proficiencies": [ "prof_wound_care" ] }, { "type": "profession", diff --git a/data/json/items/book/firstaid.json b/data/json/items/book/firstaid.json index 4b2148aeb53c4..0b6acbcd74c31 100644 --- a/data/json/items/book/firstaid.json +++ b/data/json/items/book/firstaid.json @@ -16,6 +16,7 @@ "required_level": 5, "max_level": 8, "intelligence": 10, + "proficiencies": [ { "proficiency": "prof_wound_care_expert", "time_factor": 0.75, "fail_factor": 0.5 } ], "time": "55 m", "fun": -1 }, @@ -35,6 +36,7 @@ "skill": "firstaid", "max_level": 1, "intelligence": 6, + "proficiencies": [ { "proficiency": "prof_wound_care", "time_factor": 0.75, "fail_factor": 0.5 } ], "time": "8 m", "fun": 1 }, @@ -54,6 +56,10 @@ "skill": "firstaid", "max_level": 3, "intelligence": 8, + "proficiencies": [ + { "proficiency": "prof_wound_care", "time_factor": 0.75, "fail_factor": 0.5 }, + { "proficiency": "prof_wound_care_expert", "time_factor": 0.75, "fail_factor": 0.5 } + ], "time": "20 m" }, { @@ -71,6 +77,7 @@ "skill": "firstaid", "max_level": 2, "intelligence": 6, + "proficiencies": [ { "proficiency": "prof_wound_care", "time_factor": 0.75, "fail_factor": 0.5 } ], "time": "20 m" }, { @@ -91,6 +98,7 @@ "required_level": 3, "max_level": 6, "intelligence": 8, + "proficiencies": [ { "proficiency": "prof_wound_care_expert", "time_factor": 0.75, "fail_factor": 0.5 } ], "time": "30 m" }, { diff --git a/data/json/items/comestibles/alcohol.json b/data/json/items/comestibles/alcohol.json index 42eab10fb9cdd..eeaf14767dc8a 100644 --- a/data/json/items/comestibles/alcohol.json +++ b/data/json/items/comestibles/alcohol.json @@ -2,6 +2,7 @@ { "type": "COMESTIBLE", "id": "wine_mycus", + "looks_like": "wine_cabernet", "name": { "str_sp": "mycus wine" }, "weight": "33 g", "color": "white", @@ -29,6 +30,7 @@ { "type": "COMESTIBLE", "id": "wine_marloss", + "looks_like": "wine_mycus", "name": { "str_sp": "marloss wine" }, "weight": "33 g", "color": "pink", @@ -56,6 +58,7 @@ { "type": "COMESTIBLE", "id": "wine_riesling", + "looks_like": "wine_chardonnay", "name": { "str_sp": "Riesling" }, "weight": "50 g", "color": "white", @@ -84,6 +87,7 @@ { "type": "COMESTIBLE", "id": "wine_chardonnay", + "looks_like": "water", "name": { "str_sp": "Chardonnay" }, "weight": "50 g", "color": "white", @@ -138,6 +142,7 @@ { "type": "COMESTIBLE", "id": "wine_noir", + "looks_like": "wine_cabernet", "name": { "str_sp": "pinot noir" }, "weight": "50 g", "color": "red", @@ -165,6 +170,7 @@ { "type": "COMESTIBLE", "id": "wine_marsala", + "looks_like": "wine_cabernet ", "name": { "str_sp": "marsala" }, "weight": "50 g", "color": "red", @@ -192,6 +198,7 @@ { "type": "COMESTIBLE", "id": "wine_vermouth", + "looks_like": "wine_chardonnay", "name": { "str_sp": "vermouth" }, "weight": "50 g", "color": "red", @@ -219,6 +226,7 @@ { "type": "COMESTIBLE", "id": "wine_barley", + "looks_like": "beer", "name": { "str_sp": "barley wine" }, "weight": "249 g", "color": "brown", @@ -275,6 +283,7 @@ { "type": "COMESTIBLE", "id": "vodka", + "looks_like": "water", "name": { "str_sp": "vodka" }, "weight": "33 g", "color": "light_cyan", @@ -302,6 +311,7 @@ { "type": "COMESTIBLE", "id": "gin", + "looks_like": "vodka", "name": { "str_sp": "gin" }, "weight": "33 g", "color": "light_cyan", @@ -329,6 +339,7 @@ { "type": "COMESTIBLE", "id": "rum", + "looks_like": "whiskey", "name": { "str_sp": "rum" }, "weight": "33 g", "color": "light_cyan", @@ -356,6 +367,7 @@ { "type": "COMESTIBLE", "id": "tequila", + "looks_like": "vodka", "name": { "str_sp": "tequila" }, "weight": "34 g", "color": "yellow", @@ -383,6 +395,7 @@ { "type": "COMESTIBLE", "id": "triple_sec", + "looks_like": "whiskey", "name": { "str_sp": "triple sec" }, "weight": "30 g", "color": "light_cyan", @@ -410,6 +423,7 @@ { "type": "COMESTIBLE", "id": "bum_wine", + "looks_like": "wine_cabernet", "name": { "str_sp": "cheap wine" }, "weight": "35 g", "color": "red", @@ -439,6 +453,7 @@ { "type": "COMESTIBLE", "id": "mixed_alcohol_strong", + "looks_like": "bum_wine", "name": { "str_sp": "strong mixed alcohol" }, "weight": "34 g", "color": "red", @@ -466,6 +481,7 @@ { "type": "COMESTIBLE", "id": "mixed_alcohol_weak", + "looks_like": "mixed_alcohol_strong", "name": { "str_sp": "weak mixed alcohol" }, "weight": "248 g", "color": "light_red", @@ -494,6 +510,7 @@ { "type": "COMESTIBLE", "id": "fruit_wine", + "looks_like": "wine_cabernet", "name": { "str_sp": "fruit wine" }, "weight": "36 g", "color": "light_red", @@ -522,6 +539,7 @@ { "type": "COMESTIBLE", "id": "brandy", + "looks_like": "whiskey", "name": { "str_sp": "brandy" }, "weight": "34 g", "color": "light_red", @@ -549,6 +567,7 @@ { "type": "COMESTIBLE", "id": "irish_coffee", + "looks_like": "coffee", "name": { "str_sp": "Irish coffee" }, "weight": "260 g", "color": "brown", @@ -575,6 +594,7 @@ { "type": "COMESTIBLE", "id": "long_island", + "looks_like": "cola", "name": { "str_sp": "Long Island iced tea" }, "weight": "232 g", "color": "brown", @@ -603,6 +623,7 @@ { "type": "COMESTIBLE", "id": "drink_screwdriver", + "looks_like": "juice", "name": { "str": "screwdriver cocktail" }, "weight": "258 g", "color": "yellow", @@ -631,6 +652,7 @@ { "type": "COMESTIBLE", "id": "drink_wild_apple", + "looks_like": "vodka", "name": { "str_sp": "wild apple" }, "weight": "258 g", "color": "brown", @@ -659,6 +681,7 @@ { "type": "COMESTIBLE", "id": "drink_rumcola", + "looks_like": "cola", "name": { "str_sp": "rum & cola" }, "weight": "251 g", "color": "brown", @@ -686,6 +709,7 @@ { "type": "COMESTIBLE", "id": "beer", + "looks_like": "water", "name": { "str_sp": "beer" }, "weight": "251 g", "color": "brown", @@ -713,6 +737,7 @@ { "type": "COMESTIBLE", "id": "mead", + "looks_like": "beer", "name": { "str_sp": "spiced mead" }, "weight": "36 g", "color": "yellow", @@ -740,6 +765,7 @@ { "type": "COMESTIBLE", "id": "dandelion_wine", + "looks_like": "wine_cabernet", "name": { "str_sp": "dandelion wine" }, "weight": "35 g", "color": "yellow", @@ -768,6 +794,7 @@ { "type": "COMESTIBLE", "id": "burdock_wine", + "looks_like": "wine_chardonnay", "name": { "str_sp": "burdock wine" }, "weight": "247 g", "color": "yellow", @@ -795,6 +822,7 @@ { "type": "COMESTIBLE", "id": "pine_wine", + "looks_like": "wine_chardonnay", "name": { "str_sp": "pine wine" }, "weight": "35 g", "color": "light_green", @@ -823,6 +851,7 @@ { "type": "COMESTIBLE", "id": "hb_beer", + "looks_like": "beer", "name": { "str_sp": "homebrew beer" }, "weight": "249 g", "color": "brown", @@ -851,6 +880,7 @@ { "type": "COMESTIBLE", "id": "moonshine", + "looks_like": "vodka", "name": { "str_sp": "moonshine" }, "weight": "35 g", "color": "brown", @@ -879,6 +909,7 @@ { "type": "COMESTIBLE", "id": "european_pilsner", + "looks_like": "beer", "name": { "str_sp": "European pilsner" }, "weight": "249 g", "color": "brown", @@ -907,6 +938,7 @@ { "type": "COMESTIBLE", "id": "pale_ale", + "looks_like": "beer", "name": { "str_sp": "American pale ale" }, "weight": "249 g", "color": "brown", @@ -935,6 +967,7 @@ { "type": "COMESTIBLE", "id": "india_pale_ale", + "looks_like": "beer", "name": { "str_sp": "India pale ale" }, "weight": "249 g", "color": "brown", @@ -963,6 +996,7 @@ { "type": "COMESTIBLE", "id": "stout", + "looks_like": "coffee", "name": { "str_sp": "stout" }, "weight": "205 g", "color": "brown", @@ -991,6 +1025,7 @@ { "type": "COMESTIBLE", "id": "belgian_ale", + "looks_like": "beer", "name": { "str_sp": "Belgian ale" }, "weight": "249 g", "color": "brown", @@ -1019,6 +1054,7 @@ { "type": "COMESTIBLE", "id": "imperial_stout", + "looks_like": "stout", "name": { "str_sp": "imperial stout" }, "weight": "249 g", "color": "brown", @@ -1047,6 +1083,7 @@ { "type": "COMESTIBLE", "id": "drink_strawberry_surprise", + "looks_like": "vodka", "name": { "str": "strawberry surprise" }, "weight": "43 g", "color": "pink", @@ -1076,6 +1113,7 @@ { "type": "COMESTIBLE", "id": "drink_boozeberry", + "looks_like": "cranberry_juice", "name": { "str": "boozeberry", "str_pl": "boozeberries" }, "weight": "43 g", "color": "cyan", @@ -1105,6 +1143,7 @@ { "type": "COMESTIBLE", "id": "single_malt_whiskey", + "looks_like": "whiskey", "name": { "str_sp": "single malt whiskey" }, "weight": "33 g", "color": "brown", @@ -1163,6 +1202,7 @@ { "type": "COMESTIBLE", "id": "sherry", + "looks_like": "brandy", "name": { "str_sp": "sherry" }, "weight": "120 g", "color": "brown", @@ -1210,6 +1250,7 @@ { "type": "COMESTIBLE", "id": "drink_hobo", + "looks_like": "wine_chardonnay", "name": { "str_sp": "fancy hobo" }, "weight": "50 g", "color": "yellow", @@ -1238,6 +1279,7 @@ { "type": "COMESTIBLE", "id": "drink_kalimotxo", + "looks_like": "cola", "name": { "str_sp": "kalimotxo" }, "weight": "250 g", "color": "red", @@ -1266,6 +1308,7 @@ { "type": "COMESTIBLE", "id": "drink_beeknees", + "looks_like": "gin", "name": { "str_sp": "bee's knees" }, "weight": "248 g", "color": "yellow", @@ -1292,6 +1335,7 @@ { "type": "COMESTIBLE", "id": "drink_wsour", + "looks_like": "whiskey", "name": { "str": "whiskey sour" }, "weight": "249 g", "color": "yellow", @@ -1318,6 +1362,7 @@ { "type": "COMESTIBLE", "id": "honey_gold", + "looks_like": "beer", "name": { "str": "honeygold brew" }, "weight": "259 g", "color": "yellow", @@ -1344,6 +1389,7 @@ { "type": "COMESTIBLE", "id": "honey_ant", + "looks_like": "honey_gold", "name": { "str": "honey ball" }, "weight": "178 g", "color": "yellow", @@ -1370,6 +1416,7 @@ { "type": "COMESTIBLE", "id": "eggnog_spiked", + "looks_like": "eggnog", "name": { "str": "spiked eggnog" }, "weight": "132 g", "color": "white", @@ -1400,6 +1447,7 @@ { "type": "COMESTIBLE", "id": "drink_martini", + "looks_like": "gin", "name": { "str": "martini" }, "weight": "49600 mg", "color": "white", @@ -1427,6 +1475,7 @@ { "type": "COMESTIBLE", "id": "drink_bloody_mary", + "looks_like": "tomato_juice", "name": { "str": "bloody mary cocktail" }, "weight": "258 g", "color": "red", @@ -1455,6 +1504,7 @@ { "type": "COMESTIBLE", "id": "drink_bloody_mary_blood", + "looks_like": "drink_bloody_mary", "name": { "str_sp": "'very' bloody mary cocktail" }, "weight": "258 g", "color": "red", @@ -1482,6 +1532,7 @@ { "type": "COMESTIBLE", "id": "drink_hard_seltzer", + "looks_like": "water", "name": { "str_sp": "hard seltzer" }, "weight": "249 g", "color": "brown", @@ -1510,6 +1561,7 @@ { "type": "COMESTIBLE", "id": "hb_seltzer", + "looks_like": "drink_hard_seltzer", "name": { "str_sp": "homebrew hard seltzer" }, "weight": "249 g", "color": "yellow", diff --git a/data/json/items/comestibles/brewing.json b/data/json/items/comestibles/brewing.json index 8e3b28e7c3d34..2e46f52ef9c6f 100644 --- a/data/json/items/comestibles/brewing.json +++ b/data/json/items/comestibles/brewing.json @@ -2,6 +2,7 @@ { "type": "COMESTIBLE", "id": "brew_mycus_wine", + "looks_like": "wine_mycus", "name": { "str": "mycus wine must" }, "description": "Unfermented mycus wine. A goopy white mess, made from fruit of mycus. It smells sweetly of mushrooms.", "weight": "33 g", @@ -23,6 +24,7 @@ { "type": "COMESTIBLE", "id": "brew_marloss_wine", + "looks_like": "wine_marloss", "name": { "str": "marloss wine must" }, "description": "Unfermented marloss wine. A soft pinkish mess, made from marloss berries. It has a strong aroma, but you're not quite sure if it's a good or bad one.", "weight": "33 g", @@ -44,6 +46,7 @@ { "type": "COMESTIBLE", "id": "brew_whiskey", + "looks_like": "wash_whiskey", "name": { "str": "whiskey wort" }, "description": "Unfermented whiskey. The base of a fine drink. Not the traditional preparation, but you don't have the time.", "weight": "33 g", @@ -65,6 +68,7 @@ { "type": "COMESTIBLE", "id": "wash_whiskey", + "looks_like": "whiskey", "name": { "str": "whiskey wash", "str_pl": "whiskey washes" }, "description": "Fermented, but not distilled whiskey. No longer tastes sweet.", "weight": "33 g", @@ -91,6 +95,7 @@ { "type": "COMESTIBLE", "id": "brew_gin", + "looks_like": "gin_mash", "name": { "str": "gin mash", "str_pl": "gin mashes" }, "description": "Unfermented gin mash. Fermenting it will produce gin.", "weight": "33 g", @@ -112,6 +117,7 @@ { "type": "COMESTIBLE", "id": "gin_mash", + "looks_like": "gin", "name": { "str": "gin wash", "str_pl": "gin washes" }, "description": "Gin wash, after the junipers have had time to add flavor, ready to be distilled or drunk as is.", "weight": "33 g", @@ -138,6 +144,7 @@ { "type": "COMESTIBLE", "id": "brew_vodka", + "looks_like": "vodka", "name": { "str": "vodka wort" }, "description": "Unfermented vodka. Water with sugar from enzymatic breakdown of malted grains or just added in pure form.", "weight": "50 g", @@ -159,6 +166,7 @@ { "type": "COMESTIBLE", "id": "wash_vodka", + "looks_like": "vodka", "name": { "str": "vodka wash", "str_pl": "vodka washes" }, "description": "Fermented, but not distilled vodka. No longer tastes sweet.", "weight": "33 g", @@ -185,6 +193,7 @@ { "type": "COMESTIBLE", "id": "brew_rum", + "looks_like": "rum", "name": { "str": "rum wort" }, "description": "Unfermented rum. Sugar caramel or molasses brewed into sweet water. Basically a saccharine soup.", "weight": "33 g", @@ -206,6 +215,7 @@ { "type": "COMESTIBLE", "id": "wash_rum", + "looks_like": "rum", "name": { "str": "rum wash", "str_pl": "rum washes" }, "description": "Fermented, but not distilled rum. No longer tastes sweet.", "weight": "50 g", @@ -232,6 +242,7 @@ { "type": "COMESTIBLE", "id": "brew_fruit_wine", + "looks_like": "fruit_wine", "name": { "str": "fruit wine must" }, "description": "Unfermented fruit wine. A sweet, boiled juice made from berries or fruit.", "weight": "46 g", @@ -254,6 +265,7 @@ { "type": "COMESTIBLE", "id": "brew_mead", + "looks_like": "mead", "name": { "str": "spiced mead must" }, "description": "Unfermented spiced mead. Diluted honey and yeast.", "weight": "38 g", @@ -277,6 +289,7 @@ { "type": "COMESTIBLE", "id": "brew_dandelion_wine", + "looks_like": "dandelion_wine", "name": { "str": "dandelion wine must" }, "description": "Unfermented dandelion wine. A sticky mixture of water, sugar, yeast, and dandelion petals.", "weight": "38 g", @@ -298,6 +311,7 @@ { "type": "COMESTIBLE", "id": "brew_burdock_wine", + "looks_like": "burdock_wine", "name": { "str": "burdock wine must" }, "description": "Unfermented burdock wine. A sticky mixture of water, sugar, yeast, and burdock roots.", "weight": "250 g", @@ -319,6 +333,7 @@ { "type": "COMESTIBLE", "id": "brew_pine_wine", + "looks_like": "pine_wine", "name": { "str": "pine wine must" }, "description": "Unfermented pine wine. A sticky mixture of water, sugar, yeast, and pine resins.", "weight": "38 g", @@ -340,6 +355,7 @@ { "type": "COMESTIBLE", "id": "brew_hb_beer", + "looks_like": "beer", "name": { "str": "beer wort" }, "description": "Unfermented homebrew beer. A boiled and chilled mash of malted barley, spiced with some fine hops.", "weight": "249 g", @@ -361,6 +377,7 @@ { "type": "COMESTIBLE", "id": "brew_hb_seltzer", + "looks_like": "hb_seltzer", "name": { "str": "seltzer wort" }, "description": "Unfermented seltzer. A boiled and chilled mash of refined sugar and fruit.", "weight": "249 g", @@ -382,6 +399,7 @@ { "type": "COMESTIBLE", "id": "brew_moonshine", + "looks_like": "moonshine", "name": { "str": "moonshine mash", "str_pl": "moonshine mashes" }, "description": "Unfermented moonshine. Just some water, sugar and corn, like good ol' aunt's recipe.", "weight": "50 g", @@ -404,6 +422,7 @@ { "type": "COMESTIBLE", "id": "wash_moonshine", + "looks_like": "moonshine", "name": { "str": "moonshine wash", "str_pl": "moonshine washes" }, "description": "Fermented, but not distilled moonshine. Contains all the contaminants you don't want in your moonshine.", "weight": "50 g", @@ -430,6 +449,7 @@ { "type": "COMESTIBLE", "id": "brew_milk_curdled", + "looks_like": "milk", "name": { "str": "curdling milk" }, "weight": "236 g", "color": "white", @@ -452,6 +472,7 @@ { "type": "COMESTIBLE", "id": "brew_vinegar", + "looks_like": "vinegar", "name": { "str": "unfermented vinegar" }, "description": "Mixture of water, alcohol and fruit juice that will eventually become vinegar when fermented in a vat.", "weight": "15 g", @@ -474,6 +495,7 @@ { "type": "COMESTIBLE", "id": "young_yeast", + "looks_like": "yeast", "name": { "str": "growing wild yeast" }, "description": "Mixture of water, sugar and fruits with some naturally occurring yeast, that will eventually produce a more sizeable yeast culture.", "weight": "16 g", @@ -496,6 +518,7 @@ { "type": "COMESTIBLE", "id": "malting_grain", + "looks_like": "malted_grain", "name": { "str_sp": "malting grain" }, "weight": "211 g", "color": "brown", @@ -545,6 +568,7 @@ { "type": "COMESTIBLE", "id": "soaking_dandelion", + "looks_like": "dandelion", "name": { "str_sp": "soaking dandelion" }, "weight": "308 g", "color": "brown", @@ -573,6 +597,7 @@ { "type": "COMESTIBLE", "id": "soaked_dandelion", + "looks_like": "dandelion", "name": { "str_sp": "soaked dandelion" }, "weight": "308 g", "color": "yellow", diff --git a/data/json/items/comestibles/drink.json b/data/json/items/comestibles/drink.json index 83b1775cea31f..568f9f5f12805 100644 --- a/data/json/items/comestibles/drink.json +++ b/data/json/items/comestibles/drink.json @@ -26,6 +26,7 @@ { "type": "COMESTIBLE", "id": "almond_milk", + "looks_like": "milk", "name": { "str": "almond milk" }, "weight": "258 g", "color": "white", @@ -49,6 +50,7 @@ { "type": "COMESTIBLE", "id": "soy_milk", + "looks_like": "milk", "name": { "str": "soy milk" }, "weight": "258 g", "color": "white", @@ -108,6 +110,7 @@ { "type": "COMESTIBLE", "id": "can_coconut", + "looks_like": "milk", "name": { "str": "coconut milk" }, "weight": "238 g", "color": "white", @@ -130,6 +133,7 @@ { "type": "COMESTIBLE", "id": "chai_tea", + "looks_like": "tea", "name": { "str_sp": "chai tea" }, "weight": "259 g", "color": "brown", @@ -177,6 +181,7 @@ { "type": "COMESTIBLE", "id": "choc_drink", + "looks_like": "milk", "name": { "str": "chocolate drink" }, "weight": "236 g", "color": "brown", @@ -222,6 +227,7 @@ { "type": "COMESTIBLE", "id": "coffee_substitute", + "looks_like": "coffee", "name": { "str_sp": "coffee substitute" }, "weight": "250 g", "color": "brown", @@ -243,6 +249,7 @@ { "type": "COMESTIBLE", "id": "chicory_coffee", + "looks_like": "coffee", "name": { "str_sp": "chicory brew" }, "weight": "252 g", "color": "brown", @@ -263,6 +270,7 @@ { "type": "COMESTIBLE", "id": "cola", + "looks_like": "coffee", "name": { "str": "dark cola" }, "weight": "248 g", "color": "brown", @@ -289,6 +297,7 @@ { "type": "COMESTIBLE", "id": "colamdew", + "looks_like": "cola", "name": { "str": "energy cola" }, "weight": "234 g", "color": "light_green", @@ -315,6 +324,7 @@ { "type": "COMESTIBLE", "id": "creamsoda", + "looks_like": "cola", "name": { "str": "cream soda" }, "weight": "247 g", "color": "light_gray", @@ -365,6 +375,7 @@ { "type": "COMESTIBLE", "id": "crispycran", + "looks_like": "cranberry_juice", "name": { "str": "crispy cranberry", "str_pl": "crispy cranberries" }, "weight": "250 g", "color": "pink", @@ -387,6 +398,7 @@ { "type": "COMESTIBLE", "id": "dandelion_tea", + "looks_like": "tea", "name": { "str_sp": "dandelion tea" }, "weight": "252 g", "color": "yellow", @@ -407,6 +419,7 @@ { "type": "COMESTIBLE", "id": "dandelionburdock_tea", + "looks_like": "tea", "name": { "str_sp": "dandelion and burdock tea" }, "weight": "252 g", "color": "yellow", @@ -427,6 +440,7 @@ { "type": "COMESTIBLE", "id": "eggnog", + "looks_like": "milk", "name": { "str": "eggnog" }, "weight": "134 g", "color": "white", @@ -450,6 +464,7 @@ { "type": "COMESTIBLE", "id": "energy_drink", + "looks_like": "cola", "name": { "str": "energy drink" }, "weight": "253 g", "color": "magenta", @@ -477,6 +492,7 @@ { "type": "COMESTIBLE", "id": "energy_drink_atomic", + "looks_like": "cola", "name": { "str": "atomic energy drink" }, "copy-from": "energy_drink", "color": "light_green", @@ -494,6 +510,7 @@ { "type": "COMESTIBLE", "id": "herbal_tea", + "looks_like": "tea", "name": { "str_sp": "herbal tea" }, "weight": "250 g", "color": "green", @@ -515,6 +532,7 @@ { "id": "hot_chocolate", "type": "COMESTIBLE", + "looks_like": "choc_drink", "category": "food", "name": { "str_sp": "hot chocolate" }, "description": "Also known as hot cocoa, this heated chocolate beverage is perfect for a cold winter day.", @@ -539,6 +557,7 @@ { "type": "COMESTIBLE", "id": "juice_pasteurized", + "looks_like": "juice", "name": { "str": "pasteurized fruit juice" }, "copy-from": "juice", "spoils_in": "180 days", @@ -605,6 +624,7 @@ { "type": "COMESTIBLE", "id": "kompot", + "looks_like": "juice", "name": { "str": "kompot" }, "conditional_names": [ { "type": "COMPONENT_ID", "condition": "apple", "name": { "str_sp": "%s, apple" } }, @@ -657,6 +677,7 @@ { "type": "COMESTIBLE", "id": "lemonade", + "looks_like": "juice", "name": { "str_sp": "lemonade" }, "weight": "260 g", "color": "yellow", @@ -680,6 +701,7 @@ { "type": "COMESTIBLE", "id": "lemonlime", + "looks_like": "lemonade", "name": { "str": "lemon-lime soda" }, "weight": "258 g", "color": "yellow", @@ -717,6 +739,7 @@ { "id": "mex_chocolate", "type": "COMESTIBLE", + "looks_like": "choc_drink", "category": "food", "name": { "str_sp": "Mexican hot chocolate" }, "description": "This semi-bitter chocolate drink made from cocoa, cinnamon, and chilies, traces its history to the Maya and Aztecs. Perfect for a cold winter day.", @@ -741,6 +764,7 @@ { "type": "COMESTIBLE", "id": "milk_coffee", + "looks_like": "coffee", "name": { "str": "coffee milk" }, "weight": "259 g", "color": "brown", @@ -769,6 +793,7 @@ { "type": "COMESTIBLE", "id": "milk_tea", + "looks_like": "tea", "name": { "str": "milk tea" }, "weight": "259 g", "color": "brown", @@ -796,6 +821,7 @@ { "type": "COMESTIBLE", "id": "oj", + "looks_like": "juice", "name": { "str": "orange juice" }, "weight": "263 g", "color": "yellow", @@ -821,6 +847,7 @@ { "type": "COMESTIBLE", "id": "orangesoda", + "looks_like": "juice", "name": { "str": "orange soda" }, "weight": "248 g", "color": "yellow", @@ -843,6 +870,7 @@ { "type": "COMESTIBLE", "id": "pine_tea", + "looks_like": "tea", "name": { "str_sp": "pine needle tea" }, "weight": "268 g", "color": "light_green", @@ -864,6 +892,7 @@ { "type": "COMESTIBLE", "id": "purple_drink", + "looks_like": "cranberry_juice", "name": { "str": "grape drink" }, "weight": "260 g", "color": "magenta", @@ -888,6 +917,7 @@ { "type": "COMESTIBLE", "id": "mycus_juice", + "looks_like": "water", "name": "mycus juice", "weight": "263 g", "color": "light_gray", @@ -913,6 +943,7 @@ { "type": "COMESTIBLE", "id": "rootbeer", + "looks_like": "cola", "name": { "str_sp": "root beer" }, "weight": "260 g", "color": "brown", @@ -935,6 +966,7 @@ { "type": "COMESTIBLE", "id": "spezi", + "looks_like": "cola", "name": { "str": "spezi" }, "weight": "250 g", "color": "brown", @@ -960,6 +992,7 @@ { "type": "COMESTIBLE", "id": "sports_drink", + "looks_like": "cola", "name": { "str": "sports drink" }, "weight": "257 g", "color": "light_red", @@ -1023,6 +1056,7 @@ { "type": "COMESTIBLE", "id": "sweet_water", + "looks_like": "water", "name": { "str_sp": "sweet water" }, "weight": "260 g", "color": "light_cyan", @@ -1043,6 +1077,7 @@ { "type": "COMESTIBLE", "id": "tea", + "looks_like": "water", "name": { "str": "black tea" }, "weight": "250 g", "color": "brown", @@ -1079,6 +1114,7 @@ { "type": "COMESTIBLE", "id": "tea_bark", + "looks_like": "tea", "name": { "str": "bark tea" }, "weight": "251 g", "color": "brown", @@ -1099,6 +1135,7 @@ { "type": "COMESTIBLE", "id": "V8", + "looks_like": "juice", "name": { "str": "V8" }, "weight": "250 g", "color": "red", diff --git a/data/json/items/comestibles/drink_other.json b/data/json/items/comestibles/drink_other.json index bc730bddfa73c..a2b69fc5d0bef 100644 --- a/data/json/items/comestibles/drink_other.json +++ b/data/json/items/comestibles/drink_other.json @@ -2,6 +2,7 @@ { "type": "COMESTIBLE", "id": "sauce_red", + "looks_like": "tomato_juice", "name": { "str": "red sauce" }, "weight": "64 g", "color": "red", @@ -50,6 +51,7 @@ }, { "id": "mayonnaise", + "looks_like": "milk", "type": "COMESTIBLE", "symbol": "~", "color": "white", @@ -74,6 +76,7 @@ { "id": "ketchup", "type": "COMESTIBLE", + "looks_like": "tomato_juice", "symbol": "~", "color": "red", "name": { "str": "ketchup" }, @@ -95,6 +98,7 @@ { "id": "mustard", "type": "COMESTIBLE", + "looks_like": "mayonnaise", "symbol": "~", "color": "yellow", "name": { "str_sp": "mustard" }, @@ -140,6 +144,7 @@ { "type": "COMESTIBLE", "id": "vinegar", + "looks_like": "water", "name": { "str_sp": "vinegar" }, "weight": "15 g", "color": "white", @@ -242,6 +247,7 @@ { "type": "COMESTIBLE", "id": "coffee_syrup", + "looks_like": "coffee", "name": { "str_sp": "coffee syrup" }, "weight": "32 g", "color": "brown", diff --git a/data/json/items/comestibles/med.json b/data/json/items/comestibles/med.json index 8e0e4c0ab343e..f8d8b5a6a168d 100644 --- a/data/json/items/comestibles/med.json +++ b/data/json/items/comestibles/med.json @@ -58,7 +58,7 @@ "color": "white", "charges": 10, "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bandages_power": 1, "bleed": 4, "move_cost": 200 } + "use_action": { "type": "heal", "bandages_power": 1, "bleed": 4, "move_cost": 750 } }, { "id": "adrenaline_injector", @@ -178,7 +178,7 @@ "charges": 3, "stack_size": 9, "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bandages_power": 4, "bleed": 15, "move_cost": 300 } + "use_action": { "type": "heal", "bandages_power": 4, "bleed": 15, "move_cost": 6000 } }, { "id": "bandages_makeshift", @@ -188,7 +188,7 @@ "description": "Simple cloth bandages. Better than nothing.", "price_postapoc": 100, "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bandages_power": 2, "bleed": 10, "move_cost": 300 } + "use_action": { "type": "heal", "bandages_power": 2, "bleed": 10, "move_cost": 6000 } }, { "id": "bandages_makeshift_bleached", @@ -198,7 +198,7 @@ "description": "Simple cloth bandages. It is white, as real bandages should be.", "price_postapoc": 150, "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bandages_power": 3, "bleed": 10, "move_cost": 300 } + "use_action": { "type": "heal", "bandages_power": 3, "bleed": 10, "move_cost": 6000 } }, { "id": "bandages_makeshift_boiled", @@ -208,7 +208,7 @@ "description": "Simple cloth bandages. It was boiled to make it more sterile.", "price_postapoc": 150, "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bandages_power": 3, "bleed": 10, "move_cost": 300 } + "use_action": { "type": "heal", "bandages_power": 3, "bleed": 10, "move_cost": 6000 } }, { "id": "bfipowder", @@ -219,7 +219,7 @@ "weight": "6 g", "volume": "250 ml", "price": 900, - "price_postapoc": 4000, + "price_postapoc": 2000, "charges": 4, "stack_size": 40, "material": [ "powder" ], @@ -227,7 +227,7 @@ "color": "white", "container": "bottle_plastic_small", "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE", "WATER_DISSOLVE", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 100 } + "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 2000 } }, { "id": "caff_gum", @@ -312,7 +312,7 @@ "phase": "liquid", "container": "bottle_plastic_small", "flags": [ "NO_INGEST", "WATER_DISSOLVE" ], - "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 100 } + "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 2000 } }, { "id": "cig", @@ -487,7 +487,7 @@ "color": "white", "container": "bag_plastic", "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bandages_power": 2, "bleed": 3, "move_cost": 300 } + "use_action": { "type": "heal", "bandages_power": 2, "bleed": 3, "move_cost": 3000 } }, { "id": "crack", @@ -555,7 +555,7 @@ "phase": "liquid", "container": "bottle_plastic_small", "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE", "WATER_DISSOLVE" ], - "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 100 } + "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 3000 } }, { "id": "disinfectant_makeshift", @@ -565,7 +565,7 @@ "copy-from": "disinfectant", "description": "Makeshift antiseptic made from ethanol. Can be used to disinfect a wound.", "flags": [ "NO_INGEST", "WATER_DISSOLVE" ], - "use_action": { "type": "heal", "disinfectant_power": 3, "bite": 0.95, "move_cost": 100 } + "use_action": { "type": "heal", "disinfectant_power": 3, "bite": 0.95, "move_cost": 3000 } }, { "id": "alcohol_wipes", @@ -1205,7 +1205,7 @@ "symbol": ",", "color": "white", "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bandages_power": 4, "bleed": 5, "move_cost": 200 } + "use_action": { "type": "heal", "bandages_power": 4, "bleed": 5, "move_cost": 6000 } }, { "id": "meth", @@ -1556,7 +1556,7 @@ "color": "light_gray", "container": "bag_plastic", "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE", "WATER_DISSOLVE", "EDIBLE_FROZEN" ], - "use_action": { "type": "heal", "bleed": 20, "move_cost": 100 } + "use_action": { "type": "heal", "bleed": 20, "move_cost": 2000 } }, { "id": "saline", @@ -1611,7 +1611,7 @@ "phase": "liquid", "spoils_in": "28 days", "flags": [ "NO_INGEST" ], - "use_action": { "type": "heal", "disinfectant_power": 3, "bite": 0.95, "move_cost": 100 } + "use_action": { "type": "heal", "disinfectant_power": 3, "bite": 0.95, "move_cost": 3000 } }, { "id": "tobacco", @@ -1942,7 +1942,7 @@ "type": "heal", "disinfectant_power": 2, "bite": 0.5, - "move_cost": 200, + "move_cost": 6000, "used_up_item": { "id": "rag", "quantity": 1, "flags": [ "FILTHY" ] } } }, @@ -1966,7 +1966,7 @@ "type": "heal", "disinfectant_power": 3, "bite": 0.66, - "move_cost": 300, + "move_cost": 6000, "used_up_item": { "id": "cotton_ball", "quantity": 1, "charges": 1, "flags": [ "FILTHY" ] } } }, @@ -2056,7 +2056,7 @@ "type": "heal", "disinfectant_power": 3, "bite": 0.75, - "move_cost": 100, + "move_cost": 3000, "effects": [ { "id": "pkill1", "duration": 720 } ] } }, @@ -2098,6 +2098,6 @@ "addiction_potential": 5, "addiction_type": "cocaine", "flags": [ "NO_INGEST", "WATER_DISSOLVE" ], - "use_action": { "type": "heal", "bleed": 20, "move_cost": 100, "effects": [ { "id": "pkill1", "duration": 720 } ] } + "use_action": { "type": "heal", "bleed": 20, "move_cost": 3000, "effects": [ { "id": "pkill1", "duration": 720 } ] } } ] diff --git a/data/json/items/comestibles/soup.json b/data/json/items/comestibles/soup.json index 1b76a0de13ff3..43debcfa80c6d 100644 --- a/data/json/items/comestibles/soup.json +++ b/data/json/items/comestibles/soup.json @@ -2,6 +2,7 @@ { "type": "COMESTIBLE", "id": "broth", + "looks_like": "water", "name": { "str": "broth" }, "weight": "253 g", "color": "yellow", @@ -25,6 +26,7 @@ { "type": "COMESTIBLE", "id": "broth_bone", + "looks_like": "broth", "name": { "str": "bone broth" }, "conditional_names": [ { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "human %s" } }, @@ -53,6 +55,7 @@ { "type": "COMESTIBLE", "id": "soup_veggy", + "looks_like": "water", "name": { "str": "vegetable soup" }, "weight": "254 g", "color": "red", @@ -77,6 +80,7 @@ { "type": "COMESTIBLE", "id": "soup_meat", + "looks_like": "water", "name": { "str": "meat soup" }, "conditional_names": [ { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "sap soup" } }, @@ -106,6 +110,7 @@ { "type": "COMESTIBLE", "id": "soup_fish", + "looks_like": "soup_meat", "name": { "str": "fish soup" }, "weight": "265 g", "color": "light_gray", @@ -130,6 +135,7 @@ { "type": "COMESTIBLE", "id": "curry_veggy", + "looks_like": "soup_veggy", "name": { "str": "curry", "str_pl": "curries" }, "weight": "263 g", "color": "red", @@ -154,6 +160,7 @@ { "type": "COMESTIBLE", "id": "curry_meat", + "looks_like": "soup_meat", "name": { "str": "curry with meat", "str_pl": "curries with meat" }, "conditional_names": [ { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str": "creature curry", "str_pl": "creature curries" } } ], "weight": "289 g", @@ -179,6 +186,7 @@ { "type": "COMESTIBLE", "id": "soup_woods", + "looks_like": "soup_veggy", "name": { "str": "woods meat soup" }, "conditional_names": [ { "type": "COMPONENT_ID", "condition": "mutant", "name": "Mirkwood soup" } ], "weight": "250 g", @@ -204,6 +212,7 @@ { "type": "COMESTIBLE", "id": "soup_woods_egg", + "looks_like": "soup_woods", "name": { "str": "woods egg soup" }, "conditional_names": [ { "type": "COMPONENT_ID", "condition": "mutant", "name": "Mirkwood soup" } ], "weight": "250 g", @@ -229,6 +238,7 @@ { "type": "COMESTIBLE", "id": "soup_chicken", + "looks_like": "soup_meat", "name": { "str": "chicken noodle soup" }, "weight": "261 g", "color": "light_gray", @@ -254,6 +264,7 @@ { "type": "COMESTIBLE", "id": "soup_mushroom", + "looks_like": "soup_veggy", "name": { "str": "mushroom soup" }, "weight": "266 g", "color": "light_gray", @@ -278,6 +289,7 @@ { "type": "COMESTIBLE", "id": "soup_blood", + "looks_like": "tomato_juice", "name": { "str_sp": "blood soup" }, "weight": "266 g", "color": "brown", @@ -302,6 +314,7 @@ { "type": "COMESTIBLE", "id": "soup_tomato", + "looks_like": "tomato_juice", "name": { "str": "tomato soup" }, "weight": "257 g", "color": "red", @@ -326,6 +339,7 @@ { "type": "COMESTIBLE", "id": "soup_dumplings", + "looks_like": "soup_meat", "name": { "str_sp": "chicken and dumplings" }, "weight": "263 g", "color": "light_gray", @@ -351,6 +365,7 @@ { "type": "COMESTIBLE", "id": "soup_cullenskink", + "looks_like": "soup_fish", "name": { "str": "cullen skink" }, "weight": "261 g", "color": "white", @@ -375,8 +390,8 @@ { "type": "COMESTIBLE", "id": "soup_instant_chicken_noodle_prepared", - "name": { "str": "instant chicken noodle soup" }, "looks_like": "soup_chicken", + "name": { "str": "instant chicken noodle soup" }, "weight": "170 g", "color": "white", "spoils_in": "12 hours", @@ -420,8 +435,8 @@ { "type": "COMESTIBLE", "id": "soup_instant_vegetable_prepared", - "name": { "str": "instant spring vegetable soup" }, "looks_like": "soup_veggy", + "name": { "str": "instant spring vegetable soup" }, "weight": "170 g", "color": "red", "spoils_in": "12 hours", diff --git a/data/json/items/corpses/corpses.json b/data/json/items/corpses/corpses.json index 70f7f780bfa58..a4d3c8d3e311f 100644 --- a/data/json/items/corpses/corpses.json +++ b/data/json/items/corpses/corpses.json @@ -15,7 +15,18 @@ "//": "most of the properties depend on the monster type and are created at runtime!", "price": 0, "volume": "0 ml", - "flags": [ "NO_UNLOAD", "TRADER_AVOID", "CORPSE" ] + "flags": [ "TRADER_AVOID", "CORPSE", "TARDIS" ], + "pocket_data": [ + { + "pocket_type": "CONTAINER", + "moves": 100, + "max_contains_volume": "1650 L", + "max_contains_weight": "2000 kg", + "max_item_volume": "150 L", + "max_item_length": "60 meter", + "rigid": false + } + ] }, { "type": "GENERIC", diff --git a/data/json/mapgen/map_extras/trapdoor_spider_den.json b/data/json/mapgen/map_extras/trapdoor_spider_den.json new file mode 100644 index 0000000000000..e503135949c0b --- /dev/null +++ b/data/json/mapgen/map_extras/trapdoor_spider_den.json @@ -0,0 +1,37 @@ +[ + { + "type": "mapgen", + "method": "json", + "update_mapgen_id": "mx_Trapdoor_spider_den", + "object": { + "rows": [ + " t s t tt t s ", + " t t t t t ", + " t s t s ", + "t tt t t t t t t ", + " st s t t t ", + "t tt t t t t t tt ", + " t t tt ", + " t t s t tst t tt", + " s s t ", + " t s t t tt s ", + " t tt t ", + " t t tt s s ", + " t t t t t t tt ", + " t t t tt s t tt tt t", + " t tts t t t t tt t", + " tt t tt tt ts t t ", + " t t t tt t tt tt ", + " t tt ts t t s t ", + " t s t t t s ", + "t s t t tt t t ", + " s s s t ", + " s t t s t ", + "t t ", + " s s s " + ], + "terrain": { "t": [ "t_region_tree", "t_dirt" ], "s": [ "t_dirt" ] }, + "traps": { "s": { "trap": "tr_spider" } } + } + } +] diff --git a/data/json/martialarts.json b/data/json/martialarts.json index 37d530c3ea204..07fdce0ff71ab 100644 --- a/data/json/martialarts.json +++ b/data/json/martialarts.json @@ -215,7 +215,7 @@ { "id": "buff_boxing_static", "name": "Boxing Stance", - "description": "A solid stance allows you block more damage than normal and deliver better punches.\n\n+2 Bash damage, Blocked damge reduced by 50% of Strength.", + "description": "A solid stance allows you block more damage than normal and deliver better punches.\n\n+1 Accuracy, Blocked damge reduced by 50% of Strength.", "unarmed_allowed": true, "flat_bonuses": [ { "stat": "hit", "scale": 1.0 }, { "stat": "block", "scaling-stat": "str", "scale": 0.5 } ] } @@ -236,11 +236,15 @@ { "id": "buff_boxing_ondodge", "name": "Counter Chance", - "description": "You've seen your chance. Now strike back!\n\n+25% Bash damage.\nLasts for 1 turn.", + "description": "You've seen your chance. Now strike back!\n\n+25% damage.\nLasts for 1 turn.", "skill_requirements": [ { "name": "unarmed", "level": 5 } ], "unarmed_allowed": true, "buff_duration": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.25 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.25 }, + { "stat": "damage", "type": "cut", "scale": 1.25 }, + { "stat": "damage", "type": "stab", "scale": 1.25 } + ] } ], "techniques": [ "tec_boxing_rapid", "tec_boxing_cross", "tec_boxing_upper", "tec_boxing_counter" ] @@ -297,12 +301,16 @@ { "id": "buff_capoeira_onmiss", "name": "Capoeira Tempo", - "description": "Hit or miss, its just part of the dance! And the best part is about to start!\n\n+15% Bash damage.\nLasts 2 turns. Stacks 3 times.", + "description": "Hit or miss, its just part of the dance! And the best part is about to start!\n\n+15% damage.\nLasts 2 turns. Stacks 3 times.", "unarmed_allowed": true, "skill_requirements": [ { "name": "unarmed", "level": 1 } ], "buff_duration": 1, "max_stacks": 3, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.05 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.05 }, + { "stat": "damage", "type": "cut", "scale": 1.05 }, + { "stat": "damage", "type": "stab", "scale": 1.05 } + ] } ], "onmove_buffs": [ @@ -398,22 +406,30 @@ { "id": "buff_dragon_onblock", "name": "Dragon's Vortex", - "description": "Life and combat are a circle. An attack leads to a counter and to an attack once again. Seek to complete this loop.\n\n+10% bash damage.\nLasts 3 turns.", + "description": "Life and combat are a circle. An attack leads to a counter and to an attack once again. Seek to complete this loop.\n\n+10% damage.\nLasts 3 turns.", "unarmed_allowed": true, "skill_requirements": [ { "name": "unarmed", "level": 2 } ], "buff_duration": 3, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.1 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.1 }, + { "stat": "damage", "type": "cut", "scale": 1.1 }, + { "stat": "damage", "type": "stab", "scale": 1.1 } + ] } ], "ondodge_buffs": [ { "id": "buff_dragon_ondodge", "name": "Dragon Wing", - "description": "Life and combat are a circle. An attack leads to a counter and to an attack once again. Seek to complete this loop.\n\n+10% bash damage.\nLasts 3 turns.", + "description": "Life and combat are a circle. An attack leads to a counter and to an attack once again. Seek to complete this loop.\n\n+10% damage.\nLasts 3 turns.", "unarmed_allowed": true, "skill_requirements": [ { "name": "unarmed", "level": 1 } ], "buff_duration": 3, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.1 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.1 }, + { "stat": "damage", "type": "cut", "scale": 1.1 }, + { "stat": "damage", "type": "stab", "scale": 1.1 } + ] } ], "onpause_buffs": [ @@ -623,11 +639,15 @@ { "id": "buff_judo_ondodge", "name": "Perfect Position", - "description": "You've moved into a perfect position to counter attack!.\n\n+30% Bash damage.", + "description": "You've moved into a perfect position to counter attack!.\n\n+30% damage.", "skill_requirements": [ { "name": "unarmed", "level": 4 } ], "unarmed_allowed": true, "buff_duration": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.3 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.3 }, + { "stat": "damage", "type": "cut", "scale": 1.3 }, + { "stat": "damage", "type": "stab", "scale": 1.3 } + ] } ], "techniques": [ "tec_judo_backthrow", "tec_judo_disarm", "tec_judo_break", "tec_judo_throw" ], @@ -850,7 +870,7 @@ { "id": "buff_muay_thai_ongethit", "name": "Determination", - "description": "Taking a hit will not slow you down. You will outlast your opponent and win this fight.\n\n+Bash damage increased by 25% of Strength, blocked damage decreased by 50% of Strength.\nLasts 5 turns.", + "description": "Taking a hit will not slow you down. You will outlast your opponent and win this fight.\n\nBash damage increased by 25% of Strength, blocked damage decreased by 50% of Strength.\nLasts 5 turns.", "skill_requirements": [ { "name": "unarmed", "level": 3 } ], "unarmed_allowed": true, "buff_duration": 5, @@ -943,11 +963,12 @@ { "id": "buff_niten_static", "name": "Niten Ichi-Ryu Stance", - "description": "Cautious watchful eyes\nmeasure and display your skill.\nPractice makes perfect.\n\nBash and Cut armor penetration increased by 50% of Perception, blocked damage reduced by 100% of Perception.", + "description": "Cautious watchful eyes\nmeasure and display your skill.\nPractice makes perfect.\n\nArmor penetration increased by 50% of Perception, blocked damage reduced by 100% of Perception.", "melee_allowed": true, "flat_bonuses": [ - { "stat": "arpen", "type": "cut", "scaling-stat": "per", "scale": 0.5 }, { "stat": "arpen", "type": "bash", "scaling-stat": "per", "scale": 0.5 }, + { "stat": "arpen", "type": "cut", "scaling-stat": "per", "scale": 0.5 }, + { "stat": "arpen", "type": "stab", "scaling-stat": "per", "scale": 0.5 }, { "stat": "block", "scaling-stat": "per", "scale": 1.0 } ] } @@ -973,7 +994,11 @@ "max_stacks": 5, "persists": true, "flat_bonuses": [ { "stat": "dodge", "scale": -1.0 } ], - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 0.95 }, { "stat": "damage", "type": "cut", "scale": 0.95 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 0.95 }, + { "stat": "damage", "type": "cut", "scale": 0.95 }, + { "stat": "damage", "type": "stab", "scale": 0.95 } + ] } ], "ondodge_buffs": [ @@ -1030,23 +1055,31 @@ { "id": "buff_pankration_ondodge", "name": "Counter Chance", - "description": "The enemy has presented an opening in their defense.\n+10% bash damage. Enables \"Close Combat\" buff.\nLasts 1 turn.", + "description": "The enemy has presented an opening in their defense.\n+10% damage. Enables \"Close Combat\" buff.\nLasts 1 turn.", "skill_requirements": [ { "name": "unarmed", "level": 1 } ], "unarmed_allowed": true, "buff_duration": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.1 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.1 }, + { "stat": "damage", "type": "cut", "scale": 1.1 }, + { "stat": "damage", "type": "stab", "scale": 1.1 } + ] } ], "onhit_buffs": [ { "id": "buff_pankration_oncrit", "name": "Close Combat", - "description": "You got your opponent right where you want them!\n\n+20% bash damage.\nLasts 1 turn.", + "description": "You got your opponent right where you want them!\n\n+20% damage.\nLasts 1 turn.", "skill_requirements": [ { "name": "unarmed", "level": 4 } ], "unarmed_allowed": true, "required_buffs_all": [ "buff_pankration_ondodge" ], "buff_duration": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] } ], "techniques": [ @@ -1231,9 +1264,13 @@ { "id": "buff_taekwondo_static2", "name": "Unhindered", - "description": "Your attacks are stronger if you are not holding anything in your hands.\n\n+33% bash damage when not using a weapon.", + "description": "Your attacks are stronger if you are not holding anything in your hands.\n\n+33% damage when not using a weapon.", "unarmed_allowed": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.33 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.33 }, + { "stat": "damage", "type": "cut", "scale": 1.33 }, + { "stat": "damage", "type": "stab", "scale": 1.33 } + ] } ], "techniques": [ @@ -1267,12 +1304,14 @@ { "id": "buff_tai_chi_onblock", "name": "Repulse the Monkey", - "description": "By perfectly positioning yourself and your opponent, you have become more accurate and can bypass your opponent's defenses.\n\nAccuracy increased by 20% of Perception, gain bash Armor Penetration equal to 50% of Perception.\nLasts 2 turns.", + "description": "By perfectly positioning yourself and your opponent, you have become more accurate and can bypass your opponent's defenses.\n\nAccuracy increased by 20% of Perception. Gains Armor Penetration equal to 50% of Perception.\nLasts 2 turns.", "unarmed_allowed": true, "skill_requirements": [ { "name": "unarmed", "level": 3 } ], "buff_duration": 2, "flat_bonuses": [ { "stat": "arpen", "type": "bash", "scaling-stat": "per", "scale": 0.5 }, + { "stat": "arpen", "type": "cut", "scaling-stat": "per", "scale": 0.5 }, + { "stat": "arpen", "type": "stab", "scaling-stat": "per", "scale": 0.5 }, { "stat": "hit", "scaling-stat": "per", "scale": 0.2 } ] } diff --git a/data/json/monsters/nether.json b/data/json/monsters/nether.json index bed65c665b5ba..e5ef9b9dbcdb7 100644 --- a/data/json/monsters/nether.json +++ b/data/json/monsters/nether.json @@ -1017,7 +1017,7 @@ "hp": 150, "speed": 40, "symbol": "O", - "color": "black", + "color": "dark_gray", "aggression": 100, "morale": 100, "dodge": 8, diff --git a/data/json/overmap/map_extras.json b/data/json/overmap/map_extras.json index 4cbad4ba87c3f..70eec87f98485 100644 --- a/data/json/overmap/map_extras.json +++ b/data/json/overmap/map_extras.json @@ -199,6 +199,13 @@ "color": "yellow", "autonote": true }, + { + "id": "mx_Trapdoor_spider_den", + "type": "map_extra", + "name": { "str": "Trapdoor Spiders" }, + "description": "Several trapdoor spider nests.", + "generator": { "generator_method": "update_mapgen", "generator_id": "mx_Trapdoor_spider_den" } + }, { "id": "mx_shia", "type": "map_extra", diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_commercial.json b/data/json/overmap/overmap_terrain/overmap_terrain_commercial.json index e0320879da003..9007d7460b806 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_commercial.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_commercial.json @@ -1134,7 +1134,7 @@ { "type": "overmap_terrain", "abstract": "generic_large_office_tower", - "name": "Large Office Tower", + "name": "large office tower", "copy-from": "generic_city_building", "sym": "T", "color": "white" @@ -1374,7 +1374,7 @@ "type": "overmap_terrain", "id": "headshop", "copy-from": "generic_city_building", - "name": "Head Shop", + "name": "head shop", "sym": "0", "color": "i_white", "extend": { "flags": [ "SOURCE_LUXURY" ] } diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_ravines.json b/data/json/overmap/overmap_terrain/overmap_terrain_ravines.json index ee61afdf38a66..72c93ab9d27f3 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_ravines.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_ravines.json @@ -38,7 +38,7 @@ "id": "ravine_floor", "copy-from": "generic_ravine", "sym": ".", - "name": "Ravine floor", + "name": "ravine floor", "color": "light_gray", "flags": [ "NO_ROTATE", "RAVINE" ] } diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json b/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json index a9f2f53696f0e..96ad92aa71ac7 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json @@ -415,7 +415,7 @@ "type": "overmap_terrain", "id": "natural_spring", "copy-from": "generic_city_building_no_sidewalk", - "name": "Natural Spring", + "name": "natural spring", "sym": "o", "color": "blue" }, diff --git a/data/json/professions.json b/data/json/professions.json index ae1caabbc148e..35814740f7496 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -1149,6 +1149,7 @@ "description": "Fresh out of med school, you've got little in the way of practical experience and just a handful of first-aid supplies. You just hope it will be enough if 'physician, heal thyself' turns out to be more literal than you expected.", "points": 2, "skills": [ { "level": 4, "name": "firstaid" } ], + "proficiencies": [ "prof_wound_care", "prof_wound_care_expert" ], "traits": [ "PROF_MED" ], "items": { "both": { @@ -1258,6 +1259,7 @@ "description": "You went on providing in-home care for the elderly even as the whole world fell apart around you. You can only pray that you don't see your former clients among the walking dead…", "points": 1, "skills": [ { "level": 2, "name": "firstaid" }, { "level": 1, "name": "cooking" } ], + "proficiencies": [ "prof_wound_care" ], "items": { "both": [ "pants", @@ -1839,6 +1841,7 @@ "description": "On your way to respond to an emergency call, you nearly drove straight into a riot in the city. Turning off of the burning, debris-covered streets, you took a long detour only to find yourself lost. That call will have to wait - you're in an emergency of your own now.", "points": 5, "skills": [ { "level": 3, "name": "firstaid" }, { "level": 3, "name": "driving" }, { "level": 1, "name": "electronics" } ], + "proficiencies": [ "prof_wound_care" ], "vehicle": "fire_engine", "items": { "both": { @@ -3795,6 +3798,7 @@ { "level": 1, "name": "electronics" }, { "level": 3, "name": "firstaid" } ], + "proficiencies": [ "prof_wound_care", "prof_wound_care_expert" ], "traits": [ "PROF_MED" ], "vehicle": "ambulance", "items": { @@ -3813,6 +3817,7 @@ "description": "You were separated from your partner while out on a call. You managed to hang onto some medical supplies, but it's looking like the only life that needs saving now is yours.", "points": 3, "skills": [ { "level": 2, "name": "driving" }, { "level": 1, "name": "mechanics" }, { "level": 5, "name": "firstaid" } ], + "proficiencies": [ "prof_wound_care", "prof_wound_care_expert" ], "traits": [ "PROF_MED" ], "items": { "both": { @@ -3852,7 +3857,7 @@ { "level": 4, "name": "firstaid" } ], "traits": [ "PROF_MED" ], - "proficiencies": [ "prof_spotting" ], + "proficiencies": [ "prof_spotting", "prof_wound_care", "prof_wound_care_expert" ], "items": { "both": { "items": [ @@ -4005,6 +4010,7 @@ "description": "You were deployed to autopsy one of the rioters showing feral behavior before being put down. When they got back up, you knew this was out of your job description.", "points": 5, "skills": [ { "level": 5, "name": "firstaid" } ], + "proficiencies": [ "prof_wound_care", "prof_wound_care_expert" ], "traits": [ "PROF_MED" ], "items": { "both": { diff --git a/data/json/proficiencies/health_care.json b/data/json/proficiencies/health_care.json new file mode 100644 index 0000000000000..e774e6260aa3f --- /dev/null +++ b/data/json/proficiencies/health_care.json @@ -0,0 +1,23 @@ +[ + { + "type": "proficiency", + "id": "prof_wound_care", + "name": { "str": "Wound Care" }, + "description": "You know how to bandage wounds and understand basic principles of wound care.", + "can_learn": true, + "default_time_multiplier": 2, + "default_fail_multiplier": 1.5, + "time_to_learn": "2 h" + }, + { + "type": "proficiency", + "id": "prof_wound_care_expert", + "name": { "str": "Wound Care Expert" }, + "description": "Your extensive field experience in bandaging and wound care is on par with that of a paramedic.", + "can_learn": true, + "default_time_multiplier": 2, + "default_fail_multiplier": 1.25, + "time_to_learn": "14 h", + "required_proficiencies": [ "prof_firstaid" ] + } +] diff --git a/data/json/recipes/practice/health.json b/data/json/recipes/practice/health.json new file mode 100644 index 0000000000000..c7268fcbeacb7 --- /dev/null +++ b/data/json/recipes/practice/health.json @@ -0,0 +1,51 @@ +[ + { + "id": "prac_health_care_beg", + "type": "practice", + "activity_level": "NO_EXERCISE", + "category": "CC_PRACTICE", + "subcategory": "CSC_PRACTICE_HEALTH", + "name": "bandaging (beginner)", + "description": "Practice bandaging imaginary wounds while making sure your bandage won't fall off during activities.", + "skill_used": "firstaid", + "time": "1 h", + "practice_data": { "min_difficulty": 0, "max_difficulty": 1, "skill_limit": 1 }, + "proficiencies": [ { "proficiency": "prof_wound_care", "fail_multiplier": 1, "time_multiplier": 1 } ], + "autolearn": [ [ "firstaid", 0 ] ], + "flags": [ "BLIND_HARD" ], + "components": [ + [ + [ "bandages", 1 ], + [ "bandages_makeshift", 1 ], + [ "bandages_makeshift_bleached", 1 ], + [ "bandages_makeshift_boiled", 1 ] + ] + ], + "byproducts": [ [ "rag", 1 ] ] + }, + { + "id": "prac_health_care_int", + "type": "practice", + "activity_level": "NO_EXERCISE", + "category": "CC_PRACTICE", + "subcategory": "CSC_PRACTICE_HEALTH", + "name": "bandaging (advanced)", + "description": "Practice bandaging different limbs and less accessible parts of your body using both hands and each of your hands alone.", + "skill_used": "firstaid", + "time": "1 h", + "practice_data": { "min_difficulty": 1, "max_difficulty": 2, "skill_limit": 3 }, + "proficiencies": [ { "proficiency": "prof_wound_care_expert", "fail_multiplier": 1, "time_multiplier": 1 } ], + "autolearn": [ [ "firstaid", 1 ] ], + "flags": [ "BLIND_HARD" ], + "book_learn": [ [ "booklet_firstaid", 0 ], [ "mag_firstaid", 0 ], [ "pocket_firstaid", 0 ], [ "manual_first_aid", 0 ] ], + "components": [ + [ + [ "bandages", 2 ], + [ "bandages_makeshift", 2 ], + [ "bandages_makeshift_bleached", 2 ], + [ "bandages_makeshift_boiled", 2 ] + ] + ], + "byproducts": [ [ "rag", 2 ] ] + } +] diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 1eb21698fcd58..3f9a6b4d0c4cb 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -3837,7 +3837,7 @@ [ [ "any_butter_or_oil", 2, "LIST" ] ], [ [ "mushroom", 1 ], [ "mushroom_morel", 1 ], [ "garlic_clove", 1 ], [ "onion", 1 ] ], [ [ "cheese", 1 ], [ "cheese_hard", 1 ], [ "can_cheese", 1 ], [ "veggy_green", 1, "LIST" ] ], - [ [ "salt_preservation", 2, "LIST" ] ], + [ [ "salt", 2 ], [ "soysauce", 2 ], [ "seasoning_salt", 2 ], [ "pepper", 4 ] ], [ [ "condiment", 2, "LIST" ] ] ] }, @@ -3899,7 +3899,7 @@ [ [ "any_butter_or_oil", 2, "LIST" ] ], [ [ "mushroom", 1 ], [ "mushroom_morel", 1 ], [ "garlic_clove", 1 ], [ "onion", 1 ] ], [ [ "cheese", 1 ], [ "cheese_hard", 1 ], [ "can_cheese", 1 ], [ "veggy_green", 1, "LIST" ] ], - [ [ "salt_preservation", 2, "LIST" ] ], + [ [ "salt", 2 ], [ "soysauce", 2 ], [ "seasoning_salt", 2 ], [ "pepper", 4 ] ], [ [ "condiment", 2, "LIST" ] ], [ [ "bread_sandwich", 2, "LIST" ] ] ] @@ -3922,7 +3922,7 @@ [ [ "any_butter_or_oil", 2, "LIST" ] ], [ [ "mushroom", 1 ], [ "mushroom_morel", 1 ], [ "garlic_clove", 1 ], [ "onion", 1 ] ], [ [ "cheese", 1 ], [ "cheese_hard", 1 ], [ "can_cheese", 1 ], [ "veggy_green", 1, "LIST" ] ], - [ [ "salt_preservation", 2, "LIST" ] ], + [ [ "salt", 2 ], [ "soysauce", 2 ], [ "seasoning_salt", 2 ], [ "pepper", 4 ] ], [ [ "condiment", 2, "LIST" ] ], [ [ "bread_sandwich_wheat_free", 2, "LIST" ] ] ] diff --git a/data/json/regional_map_settings.json b/data/json/regional_map_settings.json index 365ac41fbd02c..186032911c161 100644 --- a/data/json/regional_map_settings.json +++ b/data/json/regional_map_settings.json @@ -526,6 +526,7 @@ "mx_grass2": 350, "mx_trees": 50, "mx_trees2": 80, + "mx_Trapdoor_spider_den": 4, "mx_fallen_shed": 20, "mx_pond": 20, "mx_point_burned_ground": 50, diff --git a/data/json/techniques.json b/data/json/techniques.json index add040aee6ff0..bee1c03151071 100644 --- a/data/json/techniques.json +++ b/data/json/techniques.json @@ -270,6 +270,7 @@ "melee_allowed": true, "aoe": "impale", "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.1 }, { "stat": "damage", "type": "cut", "scale": 1.1 }, { "stat": "damage", "type": "stab", "scale": 1.1 }, { "stat": "movecost", "scale": 1.2 } @@ -433,7 +434,11 @@ "name": "Push Kick", "messages": [ "You push kick %s", " push kicks %s" ], "unarmed_allowed": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -443,7 +448,11 @@ "skill_requirements": [ { "name": "unarmed", "level": 4 } ], "unarmed_allowed": true, "crit_tec": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.4 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.4 }, + { "stat": "damage", "type": "cut", "scale": 1.4 }, + { "stat": "damage", "type": "stab", "scale": 1.4 } + ] }, { "type": "technique", @@ -455,7 +464,12 @@ "required_buffs_all": [ "buff_capoeira_onmove" ], "weighting": 2, "down_dur": 1, - "mult_bonuses": [ { "stat": "movecost", "scale": 0.75 }, { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "movecost", "scale": 0.75 }, + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -468,7 +482,12 @@ "weighting": 2, "crit_tec": true, "stun_dur": 1, - "mult_bonuses": [ { "stat": "movecost", "scale": 0.75 }, { "stat": "damage", "type": "bash", "scale": 1.4 } ] + "mult_bonuses": [ + { "stat": "movecost", "scale": 0.75 }, + { "stat": "damage", "type": "bash", "scale": 1.4 }, + { "stat": "damage", "type": "cut", "scale": 1.4 }, + { "stat": "damage", "type": "stab", "scale": 1.4 } + ] }, { "type": "technique", @@ -489,7 +508,11 @@ "required_buffs_all": [ "buff_crane_ondodge" ], "crit_ok": true, "down_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.25 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.25 }, + { "stat": "damage", "type": "cut", "scale": 1.25 }, + { "stat": "damage", "type": "stab", "scale": 1.25 } + ] }, { "type": "technique", @@ -514,7 +537,11 @@ "required_buffs_all": [ "buff_crane_ondodge" ], "crit_ok": true, "stun_dur": 2, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.5 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.5 }, + { "stat": "damage", "type": "cut", "scale": 1.5 }, + { "stat": "damage", "type": "stab", "scale": 1.5 } + ] }, { "type": "technique", @@ -533,7 +560,11 @@ "unarmed_allowed": true, "crit_tec": true, "down_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.4 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.4 }, + { "stat": "damage", "type": "cut", "scale": 1.4 }, + { "stat": "damage", "type": "stab", "scale": 1.4 } + ] }, { "type": "technique", @@ -545,7 +576,11 @@ "crit_tec": true, "downed_target": true, "stun_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.5 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.5 }, + { "stat": "damage", "type": "cut", "scale": 1.5 }, + { "stat": "damage", "type": "stab", "scale": 1.5 } + ] }, { "type": "technique", @@ -829,7 +864,11 @@ "unarmed_allowed": true, "crit_tec": true, "stun_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.4 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.4 }, + { "stat": "damage", "type": "cut", "scale": 1.4 }, + { "stat": "damage", "type": "stab", "scale": 1.4 } + ] }, { "type": "technique", @@ -851,7 +890,11 @@ "name": "Roundhouse Kick", "messages": [ "You roundhouse kick %s", " roundhouse kicks %s" ], "unarmed_allowed": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -871,7 +914,11 @@ "melee_allowed": true, "crit_tec": true, "down_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.1 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.1 }, + { "stat": "damage", "type": "cut", "scale": 1.1 }, + { "stat": "damage", "type": "stab", "scale": 1.1 } + ] }, { "type": "technique", @@ -999,7 +1046,11 @@ "skill_requirements": [ { "name": "melee", "level": 4 } ], "melee_allowed": true, "required_buffs_all": [ "buff_swordsmanship_onpause" ], - "mult_bonuses": [ { "stat": "damage", "type": "cut", "scale": 0.5 }, { "stat": "damage", "type": "stab", "scale": 0.33 } ], + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 0.5 }, + { "stat": "damage", "type": "cut", "scale": 0.5 }, + { "stat": "damage", "type": "stab", "scale": 0.33 } + ], "crit_tec": true, "down_dur": 2 }, @@ -1013,6 +1064,7 @@ "required_buffs_all": [ "buff_swordsmanship_onpause" ], "crit_ok": true, "flat_bonuses": [ + { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.5 }, { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.5 }, { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.5 } ], @@ -1048,7 +1100,11 @@ "messages": [ "You deal a powerful kick to %s", " deals a powerful kick to %s" ], "unarmed_allowed": true, "crit_ok": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.3 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.3 }, + { "stat": "damage", "type": "cut", "scale": 1.3 }, + { "stat": "damage", "type": "stab", "scale": 1.3 } + ] }, { "type": "technique", @@ -1154,7 +1210,11 @@ "melee_allowed": true, "crit_tec": true, "stun_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.5 }, { "stat": "damage", "type": "cut", "scale": 1.5 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.5 }, + { "stat": "damage", "type": "cut", "scale": 1.5 }, + { "stat": "damage", "type": "stab", "scale": 1.5 } + ] }, { "type": "technique", @@ -1189,7 +1249,11 @@ "name": "Cross", "messages": [ "You throw a heavy cross at %s", " throws a cross at %s" ], "unarmed_allowed": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -1417,7 +1481,12 @@ "crit_tec": true, "stun_dur": 2, "knockback_dist": 2, - "mult_bonuses": [ { "stat": "movecost", "scale": 1.5 }, { "stat": "damage", "type": "bash", "scale": 1.5 } ] + "mult_bonuses": [ + { "stat": "movecost", "scale": 1.5 }, + { "stat": "damage", "type": "bash", "scale": 1.5 }, + { "stat": "damage", "type": "cut", "scale": 1.5 }, + { "stat": "damage", "type": "stab", "scale": 1.5 } + ] }, { "type": "technique", @@ -1443,7 +1512,11 @@ "name": "Roundhouse Kick", "messages": [ "You roundhouse kick %s", " roundhouse kicks %s" ], "unarmed_allowed": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -1473,7 +1546,11 @@ "unarmed_allowed": true, "required_buffs_all": [ "buff_tai_chi_onpause" ], "knockback_dist": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.5 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.5 }, + { "stat": "damage", "type": "cut", "scale": 1.5 }, + { "stat": "damage", "type": "stab", "scale": 1.5 } + ] }, { "type": "technique", @@ -1485,7 +1562,12 @@ "required_buffs_all": [ "buff_tai_chi_onblock" ], "crit_ok": true, "down_dur": 1, - "mult_bonuses": [ { "stat": "movecost", "scale": 0.75 }, { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "movecost", "scale": 0.75 }, + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -1498,7 +1580,11 @@ "required_buffs_all": [ "buff_tai_chi_onpause" ], "knockback_dist": 1, "stun_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 2.0 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 2.0 }, + { "stat": "damage", "type": "cut", "scale": 2.0 }, + { "stat": "damage", "type": "stab", "scale": 2.0 } + ] }, { "type": "technique", @@ -1530,8 +1616,16 @@ "skill_requirements": [ { "name": "unarmed", "level": 3 } ], "unarmed_allowed": true, "crit_ok": true, - "flat_bonuses": [ { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.0 } ], - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.25 } ] + "flat_bonuses": [ + { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.0 }, + { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.0 }, + { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.0 } + ], + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.25 }, + { "stat": "damage", "type": "cut", "scale": 1.25 }, + { "stat": "damage", "type": "stab", "scale": 1.25 } + ] }, { "type": "technique", @@ -1542,7 +1636,11 @@ "unarmed_allowed": true, "crit_tec": true, "stun_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.25 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.25 }, + { "stat": "damage", "type": "cut", "scale": 1.25 }, + { "stat": "damage", "type": "stab", "scale": 1.25 } + ] }, { "type": "technique", @@ -1554,7 +1652,11 @@ "crit_tec": true, "weighting": 3, "aoe": "wide", - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.25 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.25 }, + { "stat": "damage", "type": "cut", "scale": 1.25 }, + { "stat": "damage", "type": "stab", "scale": 1.25 } + ] }, { "type": "technique", @@ -1562,7 +1664,11 @@ "name": "Straight Punch", "messages": [ "You deliver a vertical straight punch to %s", " delivers a vertical straight punch to %s" ], "unarmed_allowed": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.1 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.1 }, + { "stat": "damage", "type": "cut", "scale": 1.1 }, + { "stat": "damage", "type": "stab", "scale": 1.1 } + ] }, { "type": "technique", @@ -1575,7 +1681,11 @@ "weighting": 2, "knockback_dist": 1, "knockback_follow": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.1 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.1 }, + { "stat": "damage", "type": "cut", "scale": 1.1 }, + { "stat": "damage", "type": "stab", "scale": 1.1 } + ] }, { "type": "technique", @@ -1586,7 +1696,11 @@ "unarmed_allowed": true, "crit_tec": true, "down_dur": 1, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -1601,7 +1715,11 @@ "down_dur": 1, "knockback_dist": 1, "knockback_follow": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -1630,7 +1748,11 @@ "messages": [ "You lurch, and your wild swing hits %s", " lurches, and hits %s" ], "unarmed_allowed": true, "crit_ok": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -1652,7 +1774,12 @@ "unarmed_allowed": true, "crit_tec": true, "aoe": "spin", - "mult_bonuses": [ { "stat": "movecost", "scale": 1.5 }, { "stat": "damage", "type": "bash", "scale": 1.3 } ] + "mult_bonuses": [ + { "stat": "movecost", "scale": 1.5 }, + { "stat": "damage", "type": "bash", "scale": 1.3 }, + { "stat": "damage", "type": "cut", "scale": 1.3 }, + { "stat": "damage", "type": "stab", "scale": 1.3 } + ] }, { "type": "technique", diff --git a/data/json/traps.json b/data/json/traps.json index ffb20c28abad5..cc5f28de80117 100644 --- a/data/json/traps.json +++ b/data/json/traps.json @@ -658,6 +658,46 @@ "action": "snake", "always_invisible": true }, + { + "type": "trap", + "id": "tr_spider", + "name": "Trapdoor spiderden", + "color": "green", + "symbol": "#", + "visibility": 99, + "avoidance": 99, + "difficulty": 99, + "trap_radius": 4, + "action": "spell", + "spell_data": { "id": "Summon_trapspider" }, + "always_invisible": true + }, + { + "id": "summon_trapspider", + "type": "SPELL", + "name": "Summon Trapdoor Spider", + "description": "this spell summons hostile trapdoor spiders from the earth", + "effect": "summon", + "effect_str": "mon_spider_trapdoor_giant", + "shape": "blast", + "valid_targets": [ "ground" ], + "flags": [ "PERMANENT", "HOSTILE_SUMMON" ], + "max_level": 15, + "min_aoe": 2, + "max_aoe": 3, + "min_damage": 1, + "max_damage": 1, + "min_range": 1, + "max_range": 3, + "min_duration": 30000, + "max_duration": 120000, + "duration_increment": 6000, + "spell_class": "NONE", + "base_casting_time": 400, + "base_energy_cost": 600, + "energy_source": "MANA", + "difficulty": 6 + }, { "type": "trap", "id": "tr_glass_pit", diff --git a/data/mods/CRT_EXPANSION/mutations/crt_wendigo_mutations.json b/data/mods/CRT_EXPANSION/mutations/crt_wendigo_mutations.json index 87efffb5b22a9..bc4b16dd52486 100644 --- a/data/mods/CRT_EXPANSION/mutations/crt_wendigo_mutations.json +++ b/data/mods/CRT_EXPANSION/mutations/crt_wendigo_mutations.json @@ -1,7 +1,7 @@ [ { "type": "mutation", - "id": "THRESH_WENDIGO", + "id": "THRESH_SYLVAN", "name": "Forest Guardian", "points": 1, "description": "The forests have longed for your help, and this last cry shook the world.", @@ -18,39 +18,39 @@ "valid": false, "purifiable": false, "prereqs": [ "WEAKSCENT" ], - "threshreq": [ "THRESH_WENDIGO" ], - "category": [ "WENDIGO" ], + "threshreq": [ "THRESH_SYLVAN" ], + "category": [ "SYLVAN" ], "stealth_modifier": 15 }, { "type": "mutation", "id": "ANIMALEMPATH", "copy-from": "ANIMALEMPATH", - "extend": { "category": [ "VAMP", "WENDIGO" ] } + "extend": { "category": [ "VAMP", "SYLVAN" ] } }, { "type": "mutation", "id": "ANIMALEMPATH2", "copy-from": "ANIMALEMPATH2", - "extend": { "category": [ "VAMP", "WENDIGO" ] } + "extend": { "category": [ "VAMP", "SYLVAN" ] } }, { "type": "mutation", "id": "SMELLY", "copy-from": "SMELLY", - "extend": { "category": [ "WENDIGO" ] } + "extend": { "category": [ "SYLVAN" ] } }, { "type": "mutation", "id": "PHEROMONE_MAMMAL", "copy-from": "PHEROMONE_MAMMAL", - "extend": { "category": [ "WENDIGO" ] } + "extend": { "category": [ "SYLVAN" ] } }, { "type": "mutation", "id": "REGEN", "copy-from": "REGEN", - "extend": { "category": [ "WENDIGO" ] } + "extend": { "category": [ "SYLVAN" ] } }, { "type": "mutation", @@ -62,8 +62,8 @@ "description": "Your torso has an extra set of appendages that have burst out of your back, they are tipped with massive bone blades at the end, and look like they can do some serious damage with the thick acid that they secrete.", "valid": false, "purifiable": false, - "threshreq": [ "THRESH_WENDIGO" ], - "category": [ "WENDIGO" ], + "threshreq": [ "THRESH_SYLVAN" ], + "category": [ "SYLVAN" ], "social_modifiers": { "intimidate": 30 }, "attacks": [ { @@ -86,8 +86,8 @@ "description": "Spurs of bone have erupted all across your arms. A thick, biological secretion oozes out of them promising extra harm to enemies.", "valid": false, "purifiable": false, - "threshreq": [ "THRESH_WENDIGO" ], - "category": [ "WENDIGO" ], + "threshreq": [ "THRESH_SYLVAN" ], + "category": [ "SYLVAN" ], "social_modifiers": { "intimidate": 5 }, "attacks": [ { @@ -105,13 +105,13 @@ "id": "MONSTROUSCARDIO", "name": "Persistent Body", "points": 2, - "description": "As you move, the world seems to breath life and energy into your limbs. You simply rarely tire less readily than others. Your maximum stamina is 50% higher than usual.", + "description": "As you move, the world seems to breath life and energy into your limbs. You simply tire much less readily than others. Your maximum stamina is 50% higher than usual.", "valid": false, "purifiable": false, - "threshreq": [ "THRESH_WENDIGO" ], - "category": [ "WENDIGO" ], + "threshreq": [ "THRESH_SYLVAN" ], + "category": [ "SYLVAN" ], "cancels": [ "BADCARDIO" ], - "max_stamina_modifier": 1.75, + "max_stamina_modifier": 1.5, "stamina_regen_modifier": 0.25 } ] diff --git a/data/mods/CRT_EXPANSION/mutations/wendigo_mut_cat.json b/data/mods/CRT_EXPANSION/mutations/wendigo_mut_cat.json index 3ba2aa896727e..a98957723a7fd 100644 --- a/data/mods/CRT_EXPANSION/mutations/wendigo_mut_cat.json +++ b/data/mods/CRT_EXPANSION/mutations/wendigo_mut_cat.json @@ -1,9 +1,9 @@ [ { "type": "mutation_category", - "id": "WENDIGO", - "name": "Wendigo", - "threshold_mut": "THRESH_WENDIGO", + "id": "SYLVAN", + "name": "Sylvan Avenger", + "threshold_mut": "THRESH_SYLVAN", "mutagen_message": "Nearby plants seem to bend towards you for a moment and then they shift back into place.", "iv_message": "A serene feeling of terror grips you as become acutely aware of the flora and fauna beckoning towards you.", "iv_min_mutations": 2, @@ -16,22 +16,22 @@ "memorial_message": "Reclaimed by nature." }, { - "id": "mutagen_wendigo", + "id": "mutagen_sylvan", "copy-from": "mutagen_flavor", "type": "COMESTIBLE", - "name": "wendigo mutagen", + "name": "sylvan avenger mutagen", "description": "Mutagen cocktail simply labeled 'C.R.I.T R&D.'", - "use_action": { "type": "mutagen", "mutation_category": "WENDIGO" } + "use_action": { "type": "mutagen", "mutation_category": "SYLVAN" } }, { - "id": "iv_mutagen_wendigo", + "id": "iv_mutagen_sylvan", "copy-from": "iv_mutagen_flavor", "type": "COMESTIBLE", - "name": "wendigo serum", + "name": "sylvan avenger serum", "description": "A super-concentrated peat-brown substance with glittering green flecks that reminds you of a tree. You need a syringe to inject it… if you really want to?", "color": "light_gray", "healthy": -2, - "use_action": { "type": "mutagen_iv", "mutation_category": "WENDIGO" } + "use_action": { "type": "mutagen_iv", "mutation_category": "SYLVAN" } }, { "type": "dream", @@ -39,13 +39,13 @@ "You have a strange dream about the mountain forests.", "Your dreams give you a peculiar feeling of sinking into the treelines." ], - "category": "WENDIGO", + "category": "SYLVAN", "strength": 1 }, { "type": "dream", "messages": [ "You have a vivid dream of strolling through the woods.", "You dream of drinking copious amounts of warm water." ], - "category": "WENDIGO", + "category": "SYLVAN", "strength": 2 }, { @@ -54,7 +54,7 @@ "You have a dream of chasing something as a raw hunger sears your mind.", "Recollections of stalking a human shakes you awake." ], - "category": "WENDIGO", + "category": "SYLVAN", "strength": 3 }, { @@ -63,7 +63,7 @@ "You dream of tearing into more and more enemies.", "You have a lucid dream where nature carefully welcomes your body." ], - "category": "WENDIGO", + "category": "SYLVAN", "strength": 4 } ] diff --git a/data/mods/MMA/martialarts.json b/data/mods/MMA/martialarts.json index a6e55913cc1a3..dbe839a227c96 100644 --- a/data/mods/MMA/martialarts.json +++ b/data/mods/MMA/martialarts.json @@ -386,12 +386,16 @@ { "id": "mma_buff_setting_sun_onblock", "name": "Fool's Strike", - "description": "You moved in such a deceptived that you have turned your opponent's attack against them.\n\n+20% bash damage.\nLasts 2 turns.", + "description": "You moved in such a deceptived that you have turned your opponent's attack against them.\n\n+20% damage.\nLasts 2 turns.", "skill_requirements": [ { "name": "unarmed", "level": 1 } ], "melee_allowed": true, "unarmed_allowed": true, "buff_duration": 2, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.15 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] } ], "ondodge_buffs": [ diff --git a/data/mods/MMA/techniques.json b/data/mods/MMA/techniques.json index a9deba52eee6d..761dcd525cda5 100644 --- a/data/mods/MMA/techniques.json +++ b/data/mods/MMA/techniques.json @@ -181,7 +181,11 @@ "messages": [ "You jump and somersault kick %s", " jump and somersault kick %s" ], "melee_allowed": true, "unarmed_allowed": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.2 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.2 }, + { "stat": "damage", "type": "cut", "scale": 1.2 }, + { "stat": "damage", "type": "stab", "scale": 1.2 } + ] }, { "type": "technique", @@ -199,7 +203,12 @@ { "stat": "arpen", "type": "cut", "scaling-stat": "per", "scale": 1.0 }, { "stat": "arpen", "type": "stab", "scaling-stat": "per", "scale": 1.0 } ], - "mult_bonuses": [ { "stat": "movecost", "scale": 1.2 }, { "stat": "damage", "type": "bash", "scale": 1.5 } ] + "mult_bonuses": [ + { "stat": "movecost", "scale": 1.2 }, + { "stat": "damage", "type": "bash", "scale": 1.5 }, + { "stat": "damage", "type": "cut", "scale": 1.5 }, + { "stat": "damage", "type": "stab", "scale": 1.5 } + ] }, { "type": "technique", @@ -225,7 +234,11 @@ "skill_requirements": [ { "name": "unarmed", "level": 3 } ], "unarmed_allowed": true, "crit_ok": true, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 2.0 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 2.0 }, + { "stat": "damage", "type": "cut", "scale": 2.0 }, + { "stat": "damage", "type": "stab", "scale": 2.0 } + ] }, { "type": "technique", @@ -235,7 +248,11 @@ "skill_requirements": [ { "name": "unarmed", "level": 3 } ], "unarmed_allowed": true, "crit_ok": true, - "flat_bonuses": [ { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.5 } ] + "flat_bonuses": [ + { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.5 }, + { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.5 }, + { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.5 } + ] }, { "type": "technique", @@ -279,7 +296,11 @@ "required_buffs_all": [ "mma_buff_setting_sun_onpause" ], "down_dur": 2, "knockback_dist": 2, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.33 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.33 }, + { "stat": "damage", "type": "cut", "scale": 1.33 }, + { "stat": "damage", "type": "stab", "scale": 1.33 } + ] }, { "type": "technique", @@ -295,7 +316,11 @@ "knockback_dist": 4, "powerful_knockback": true, "weighting": 2, - "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.5 } ] + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 1.5 }, + { "stat": "damage", "type": "cut", "scale": 1.5 }, + { "stat": "damage", "type": "stab", "scale": 1.5 } + ] }, { "type": "technique", @@ -329,8 +354,9 @@ "melee_allowed": true, "unarmed_allowed": true, "flat_bonuses": [ + { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 0.5 }, { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 0.5 }, - { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 0.5 } + { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 0.5 } ] }, { diff --git a/data/mods/alt_map_key/overmap_terrain.json b/data/mods/alt_map_key/overmap_terrain.json index a808528a86a53..690c4eb7502e5 100644 --- a/data/mods/alt_map_key/overmap_terrain.json +++ b/data/mods/alt_map_key/overmap_terrain.json @@ -6799,11 +6799,6 @@ "abstract": "generic_mansion", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_c", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_c1", "type": "overmap_terrain", @@ -6829,11 +6824,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_c_up", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_c1u", "type": "overmap_terrain", @@ -6859,11 +6849,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_c_dn", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_c1d", "type": "overmap_terrain", @@ -6889,11 +6874,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_+", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_+1", "type": "overmap_terrain", @@ -6914,11 +6894,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_+_up", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_+1u", "type": "overmap_terrain", @@ -6939,11 +6914,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_+_dn", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_+1d", "type": "overmap_terrain", @@ -6959,11 +6929,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_t", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_t1", "type": "overmap_terrain", @@ -6994,11 +6959,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_t_up", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_t1u", "type": "overmap_terrain", @@ -7029,11 +6989,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_t_dn", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "mansion_t1d", "type": "overmap_terrain", @@ -7064,12 +7019,6 @@ "type": "overmap_terrain", "copy-from": "generic_mansion_no_sidewalk" }, - { - "id": "mansion_entry", - "type": "overmap_terrain", - "copy-from": "generic_mansion", - "sym": "M" - }, { "id": "mansion_e1", "type": "overmap_terrain", @@ -7082,12 +7031,6 @@ "copy-from": "generic_mansion", "sym": "M" }, - { - "id": "mansion_entry_up", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk", - "sym": "M" - }, { "id": "mansion_e1u", "type": "overmap_terrain", @@ -7100,12 +7043,6 @@ "copy-from": "generic_mansion_no_sidewalk", "sym": "M" }, - { - "id": "mansion_entry_dn", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk", - "sym": "M" - }, { "id": "mansion_e1d", "type": "overmap_terrain", @@ -7118,21 +7055,6 @@ "copy-from": "generic_mansion_no_sidewalk", "sym": "M" }, - { - "id": "mansion_wild", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, - { - "id": "mansion_wild_up", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, - { - "id": "mansion_wild_dn", - "type": "overmap_terrain", - "copy-from": "generic_mansion_no_sidewalk" - }, { "id": "fire_station", "copy-from": "fire_station", diff --git a/data/mods/package_bionic_professions/bionic_professions.json b/data/mods/package_bionic_professions/bionic_professions.json index 645c2521d6d06..2a8008b3327b9 100644 --- a/data/mods/package_bionic_professions/bionic_professions.json +++ b/data/mods/package_bionic_professions/bionic_professions.json @@ -243,7 +243,7 @@ "description": "When bionics first emerged, you were quick to make them into your career, and spent your days overseeing their installation. That makes you one of the few non-zombies in the world that can calibrate an Autodoc, which might come in handy.", "points": 4, "skills": [ { "level": 4, "name": "firstaid" }, { "level": 4, "name": "electronics" } ], - "proficiencies": [ "prof_intro_biology", "prof_physiology" ], + "proficiencies": [ "prof_intro_biology", "prof_physiology", "prof_wound_care" ], "traits": [ "PROF_AUTODOC" ], "items": { "both": { @@ -274,7 +274,7 @@ "points": 6, "CBMs": [ "bio_surgical_razor", "bio_flashlight", "bio_batteries", "bio_power_storage_mkII" ], "skills": [ { "level": 8, "name": "firstaid" } ], - "proficiencies": [ "prof_intro_biology", "prof_physiology" ], + "proficiencies": [ "prof_intro_biology", "prof_physiology", "prof_wound_care", "prof_wound_care_expert" ], "traits": [ "PROF_MED" ], "items": { "both": { diff --git a/data/raw/keybindings.json b/data/raw/keybindings.json index 41a352668ea84..b1b3dd8a34392 100644 --- a/data/raw/keybindings.json +++ b/data/raw/keybindings.json @@ -3655,5 +3655,26 @@ "category": "NEW_CHAR_TRAITS", "name": "Sort traits list", "bindings": [ { "input_method": "keyboard_any", "key": "s" } ] + }, + { + "type": "keybinding", + "id": "DELETE PAGE", + "name": "Delete page", + "category": "DIARY", + "bindings": [ { "input_method": "keyboard_char", "mod": [ ], "key": [ "d" ] } ] + }, + { + "type": "keybinding", + "id": "EXPORT_DIARY", + "name": "Export diary to .txt", + "category": "DIARY", + "bindings": [ { "input_method": "keyboard_char", "mod": [ ], "key": [ "e" ] } ] + }, + { + "type": "keybinding", + "id": "NEW_PAGE", + "name": "Add new page", + "category": "DIARY", + "bindings": [ { "input_method": "keyboard_char", "mod": [ ], "key": [ "n" ] } ] } ] diff --git a/doc/PROFICIENCY_LIST.md b/doc/PROFICIENCY_LIST.md index 0dc06e3a82f13..c499006cb92d0 100644 --- a/doc/PROFICIENCY_LIST.md +++ b/doc/PROFICIENCY_LIST.md @@ -124,6 +124,9 @@ | prof_spotting | Spotting and Awareness | You are skilled at spotting things out of the ordinary, like traps or ambushes. | None | | | prof_parkour | Parkour Expert | You're skilled at clearing obstacles; terrain like railings or counters are as easy for you to move on as solid ground. | None +| | +| prof_wound_care | Wound Care | You know how to bandage wounds and understand basic principles of wound care. | None +| prof_wound_care_expert | Wound Care Expert | Your extensive field experience in bandaging and wound care is on par with that of a paramedic. | prof_wound_care ## Magiclysm proficiencies diff --git a/doc/TRANSLATING_MOD.md b/doc/TRANSLATING_MOD.md new file mode 100644 index 0000000000000..555167e5c6ae2 --- /dev/null +++ b/doc/TRANSLATING_MOD.md @@ -0,0 +1,163 @@ +# Translating MOD + +This guide demonstrates how to translate a mod through an example. Suppose you have made a mod adding a book item to the game, and you have put your mod in "./mods/demo" folder: + +```json +[ + { + "type": "MOD_INFO", + "id": "demo", + "name": "Demo MOD", + "authors": [ "..." ], + "description": "This mod adds a book.", + "category": "content", + "dependencies": [ "cdda" ] + }, + { + "type": "BOOK", + "id": "demo_item", + "name": { "str": "Guide to Translate a MOD", "str_pl": "copies of Guide to Translate a MOD" }, + "description": "A thin book teaching how to translate a mod." + } +] +``` + +The first step is to generate the translation template for your mod. + +```sh +# In Cataclysm DDA root directory +mkdir -p ./mods/demo/lang/po +python3 ./lang/extract_json_strings.py -i ./mods/demo -o ./mods/demo/lang/po/demo.pot +``` + +This extracts all translatable text from your mod and stores this information to `./mods/demo/lang/po/demo.pot`. This file in `.pot` format is called translation template. It contains all text in the original language that is to be translated: + +```po +msgid "" +msgstr "" +"Project-Id-Version: None\n" +"POT-Creation-Date: 1970-01-01 00:00+0000\n" +"PO-Revision-Date: 1970-01-01 00:00+0000\n" +"Last-Translator: None\n" +"Language-Team: None\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. ~ MOD name +#: mods/demo/modinfo.json +msgid "Demo MOD" +msgstr "" + +#. ~ Description of MOD "Demo MOD" +#: mods/demo/modinfo.json +msgid "This mod adds a book." +msgstr "" + +#. ~ Item name +#: mods/demo/modinfo.json +msgid "Guide to Translate a MOD" +msgid_plural "copies of Guide to Translate a MOD" +msgstr[0] "" +msgstr[1] "" + +#. ~ Description of "Guide to Translate a MOD" +#: mods/demo/modinfo.json +msgid "A thin book teaching how to translate a mod." +msgstr "" +``` + +Next, you can upload this translation template to an online translation platform for translators to translate; alternatively, you can also create translation files for a target language from this translation template locally on your computer, for example, Russian: + +```sh +msginit -o mods/demo/lang/po/ru.po -i mods/demo/lang/po/translation.pot -l ru +``` + +Now you get `./mods/demo/lang/po/ru.po`. Translations files in `.po` format are human readable text files that contain mappings between text in the original language and in the target language. Translators work on `.po` files and fill in translations: + +```po +msgid "" +msgstr "" +"Project-Id-Version: None\n" +"POT-Creation-Date: 1970-01-01 00:00+0000\n" +"PO-Revision-Date: 1970-01-01 00:00+00000\n" +"Last-Translator: None\n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. ~ MOD name +#: mods/demo/modinfo.json +msgid "Demo MOD" +msgstr "" + +#. ~ Description of MOD "Demo MOD" +#: mods/demo/modinfo.json +msgid "This mod adds a book." +msgstr "" + +#. ~ Item name +#: mods/demo/modinfo.json +msgid "Guide to Translate a MOD" +msgid_plural "copies of Guide to Translate a MOD" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. ~ Description of "Guide to Translate a MOD" +#: mods/demo/modinfo.json +msgid "A thin book teaching how to translate a mod." +msgstr "" +``` + +At this stage, the directory structure of your mod looks like this: +``` +demo +├── items.json +├── lang +│   └── po +│   ├── es_AR.po <- Spanish (Argentina) translation +│   ├── es_ES.po <- Spanish (Spain) translation +│   ├── ja.po <- Japanese translation +│   ├── ru.po <- Russian translation +│   └── translation.pot <- translation template in English +├── modinfo.json +└── your_mod_content.json +``` + +After the translations are completed, compile translation files from human-readable `.po` format to game-usable `.mo` format: + +```sh +mkdir -p mods/demo/lang/mo/ru/LC_MESSAGES/ +msgfmt -o mods/demo/lang/mo/ru/LC_MESSAGES/demo.mo mods/demo/lang/po/ru.po +``` + +The translation template in `.pot` format and translations files in `.po` format are only used by yourself and translators. You only need to include translation data in `.mo` format in your mod release: + +``` +demo +├── lang +│   └── mo +│      ├── es_AR +│      │   └── LC_MESSAGES +│      │   └── demo.mo +│      ├── es_ES +│      │   └── LC_MESSAGES +│      │   └── demo.mo +│      ├── ja +│      │   └── LC_MESSAGES +│      │   └── demo.mo +│      └── ru +│         └── LC_MESSAGES +│         └── demo.mo +├── modinfo.json +└── your_mod_content.json +```` + +When the player plays the Russian version of Cataclysm DDA, the Russian translation of your mod in `lang/mo/ru/LC_MESSAGES/demo.mo` is automatically loaded, and the player will see translated text in Russian in the game. diff --git a/gfx/Altica/fillerhoder.png b/gfx/Altica/fillerhoder.png index 51853c123ddb3..c477c6e2b2fbf 100644 Binary files a/gfx/Altica/fillerhoder.png and b/gfx/Altica/fillerhoder.png differ diff --git a/gfx/Altica/human_body_wielded.png b/gfx/Altica/human_body_wielded.png index 310d1798c5fa5..2132e0ec7841b 100644 Binary files a/gfx/Altica/human_body_wielded.png and b/gfx/Altica/human_body_wielded.png differ diff --git a/gfx/Altica/incomplete.png b/gfx/Altica/incomplete.png index 47e9e33783624..5178fa2a0f6ab 100644 Binary files a/gfx/Altica/incomplete.png and b/gfx/Altica/incomplete.png differ diff --git a/gfx/Altica/normal.png b/gfx/Altica/normal.png index da9f6d61d4e1d..a019be8f2019c 100644 Binary files a/gfx/Altica/normal.png and b/gfx/Altica/normal.png differ diff --git a/gfx/Altica/small.png b/gfx/Altica/small.png index 24b60ed5b4721..c2535a37c58b4 100644 Binary files a/gfx/Altica/small.png and b/gfx/Altica/small.png differ diff --git a/gfx/Altica/tile_config.json b/gfx/Altica/tile_config.json index a84d766336dd5..43ba6197c6487 100644 --- a/gfx/Altica/tile_config.json +++ b/gfx/Altica/tile_config.json @@ -106,7 +106,7 @@ }, { "file": "small.png", - "//": "range 80 to 1183", + "//": "range 80 to 1199", "sprite_width": 20, "sprite_height": 20, "sprite_offset_x": 6, @@ -117,35 +117,35 @@ { "id": [ "beans_cooked", "can_beans" ], "fg": 82 }, { "id": "ceramic_plate", "fg": 191 }, { "id": [ "fancy_glasses_bifocal", "fancy_glasses_eye", "fancy_glasses_reading" ], "fg": 217 }, - { "id": [ "glasses_eye", "glasses_reading" ], "fg": 237 }, - { "id": [ "jackhammer", "elec_jackhammer" ], "fg": 255 }, - { "id": [ "sunglasses", "sunglasses_bifocal", "sunglasses_eye", "sunglasses_reading" ], "fg": 318 }, - { "id": "helmet_motor", "fg": 350 }, - { "id": "katana", "fg": 351 }, - { "id": "katana_fake", "fg": 351 }, - { "id": "katana_inferior", "fg": 351 }, - { "id": "223_casing", "fg": 352 }, - { "id": "40mm_casing", "fg": 353 }, - { "id": "40x46mm_m118_casing", "fg": 353 }, - { "id": "50_casing", "fg": 354 }, - { "id": "9mm_casing", "fg": 355 }, - { "id": "arrow_cf", "fg": 356 }, - { "id": "arrow_exploding", "fg": 357 }, - { "id": "arrow_field_point_fletched", "fg": 358 }, - { "id": "arrow_fire_hardened_fletched", "fg": 359 }, - { "id": "flamable_arrow", "fg": 373 }, - { "id": "arrow_flamming", "fg": 360 }, - { "id": "arrow_heavy_fire_hardened_fletched", "fg": 361 }, - { "id": "arrow_metal", "fg": 362 }, - { "id": "arrow_metal_sharpened_fletched", "fg": 363 }, - { "id": "arrow_plastic", "fg": 364 }, - { "id": "arrow_small_game_fletched", "fg": 365 }, - { "id": "arrow_wood", "fg": 366 }, - { "id": "arrow_wood_heavy", "fg": 367 }, - { "id": "bolt_cf", "fg": 368 }, - { "id": "bolt_explosive", "fg": 369 }, - { "id": "bolt_metal", "fg": 370 }, - { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 371 }, + { "id": [ "glasses_eye", "glasses_reading" ], "fg": 238 }, + { "id": [ "jackhammer", "elec_jackhammer" ], "fg": 256 }, + { "id": [ "sunglasses", "sunglasses_bifocal", "sunglasses_eye", "sunglasses_reading" ], "fg": 319 }, + { "id": "helmet_motor", "fg": 351 }, + { "id": "katana", "fg": 352 }, + { "id": "katana_fake", "fg": 352 }, + { "id": "katana_inferior", "fg": 352 }, + { "id": "223_casing", "fg": 353 }, + { "id": "40mm_casing", "fg": 354 }, + { "id": "40x46mm_m118_casing", "fg": 354 }, + { "id": "50_casing", "fg": 355 }, + { "id": "9mm_casing", "fg": 356 }, + { "id": "arrow_cf", "fg": 357 }, + { "id": "arrow_exploding", "fg": 358 }, + { "id": "arrow_field_point_fletched", "fg": 359 }, + { "id": "arrow_fire_hardened_fletched", "fg": 360 }, + { "id": "flamable_arrow", "fg": 374 }, + { "id": "arrow_flamming", "fg": 361 }, + { "id": "arrow_heavy_fire_hardened_fletched", "fg": 362 }, + { "id": "arrow_metal", "fg": 363 }, + { "id": "arrow_metal_sharpened_fletched", "fg": 364 }, + { "id": "arrow_plastic", "fg": 365 }, + { "id": "arrow_small_game_fletched", "fg": 366 }, + { "id": "arrow_wood", "fg": 367 }, + { "id": "arrow_wood_heavy", "fg": 368 }, + { "id": "bolt_cf", "fg": 369 }, + { "id": "bolt_explosive", "fg": 370 }, + { "id": "bolt_metal", "fg": 371 }, + { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 372 }, { "id": [ "bolt_wood", @@ -156,62 +156,62 @@ "bolt_wood_bodkin", "bolt_wood_small_game" ], - "fg": 372 - }, - { "id": "shot_hull", "fg": 374 }, - { "id": [ "90two", "90two40" ], "fg": 386 }, - { "id": [ "TDI", "TDI_10" ], "fg": 388 }, - { "id": [ "hk_mp5", "hk_mp5_10_semi" ], "fg": 419 }, - { "id": [ "hptjcp", "hptjhp" ], "fg": 425 }, - { "id": [ "m1911", "m1911a1_38super" ], "fg": 436 }, - { "id": "basket_laundry", "fg": 509 }, - { "id": "heavy_battery_cell", "fg": 511 }, - { "id": "heavy_plus_battery_cell", "fg": 511 }, - { "id": "heavy_disposable_cell", "fg": 511 }, - { "id": "heavy_atomic_battery_cell", "fg": 510 }, - { "id": "light_battery_cell", "fg": 513 }, - { "id": "light_minus_battery_cell", "fg": 515 }, - { "id": "light_plus_battery_cell", "fg": 513 }, - { "id": "light_disposable_cell", "fg": 513 }, - { "id": "light_atomic_battery_cell", "fg": 512 }, - { "id": "light_minus_atomic_battery_cell", "fg": 514 }, - { "id": "medium_battery_cell", "fg": 517 }, - { "id": "medium_plus_battery_cell", "fg": 517 }, - { "id": "medium_disposable_cell", "fg": 517 }, - { "id": "medium_atomic_battery_cell", "fg": 516 }, - { "id": "bead_bracelet", "fg": 518 }, - { "id": "bone", "fg": 519 }, - { "id": "bone_human", "fg": 520 }, - { "id": "bone_tainted", "fg": 521 }, - { "id": "SICP", "fg": 522 }, - { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 525 }, - { "id": "book_fict_soft_tpl", "fg": 535 }, - { "id": "novel_adventure", "fg": 535 }, - { "id": "novel_buddy", "fg": 536 }, - { "id": "novel_coa", "fg": 537 }, - { "id": "novel_coa2", "fg": 538 }, - { "id": "novel_crime", "fg": 539 }, - { "id": "novel_crime2", "fg": 540 }, - { "id": "novel_drama", "fg": 541 }, - { "id": "novel_erotic", "fg": 542 }, - { "id": "novel_experimental", "fg": 543 }, - { "id": "novel_fantasy", "fg": 544 }, - { "id": "novel_horror", "fg": 545 }, - { "id": "novel_mystery", "fg": 546 }, - { "id": "novel_pulp", "fg": 547 }, - { "id": "novel_road", "fg": 548 }, - { "id": "novel_romance", "fg": 549 }, - { "id": "novel_samurai", "fg": 550 }, - { "id": "novel_satire", "fg": 551 }, - { "id": "novel_scifi", "fg": 552 }, - { "id": "novel_sports", "fg": 553 }, - { "id": "novel_spy", "fg": 554 }, - { "id": "novel_swash", "fg": 555 }, - { "id": "novel_thriller", "fg": 556 }, - { "id": "novel_tragedy", "fg": 557 }, - { "id": "novel_war", "fg": 558 }, - { "id": "novel_war2", "fg": 559 }, - { "id": "novel_western", "fg": 560 }, + "fg": 373 + }, + { "id": "shot_hull", "fg": 375 }, + { "id": [ "90two", "90two40" ], "fg": 387 }, + { "id": [ "TDI", "TDI_10" ], "fg": 389 }, + { "id": [ "hk_mp5", "hk_mp5_10_semi" ], "fg": 420 }, + { "id": [ "hptjcp", "hptjhp" ], "fg": 426 }, + { "id": [ "m1911", "m1911a1_38super" ], "fg": 437 }, + { "id": "basket_laundry", "fg": 510 }, + { "id": "heavy_battery_cell", "fg": 512 }, + { "id": "heavy_plus_battery_cell", "fg": 512 }, + { "id": "heavy_disposable_cell", "fg": 512 }, + { "id": "heavy_atomic_battery_cell", "fg": 511 }, + { "id": "light_battery_cell", "fg": 514 }, + { "id": "light_minus_battery_cell", "fg": 516 }, + { "id": "light_plus_battery_cell", "fg": 514 }, + { "id": "light_disposable_cell", "fg": 514 }, + { "id": "light_atomic_battery_cell", "fg": 513 }, + { "id": "light_minus_atomic_battery_cell", "fg": 515 }, + { "id": "medium_battery_cell", "fg": 518 }, + { "id": "medium_plus_battery_cell", "fg": 518 }, + { "id": "medium_disposable_cell", "fg": 518 }, + { "id": "medium_atomic_battery_cell", "fg": 517 }, + { "id": "bead_bracelet", "fg": 519 }, + { "id": "bone", "fg": 520 }, + { "id": "bone_human", "fg": 521 }, + { "id": "bone_tainted", "fg": 522 }, + { "id": "SICP", "fg": 523 }, + { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 526 }, + { "id": "book_fict_soft_tpl", "fg": 536 }, + { "id": "novel_adventure", "fg": 536 }, + { "id": "novel_buddy", "fg": 537 }, + { "id": "novel_coa", "fg": 538 }, + { "id": "novel_coa2", "fg": 539 }, + { "id": "novel_crime", "fg": 540 }, + { "id": "novel_crime2", "fg": 541 }, + { "id": "novel_drama", "fg": 542 }, + { "id": "novel_erotic", "fg": 543 }, + { "id": "novel_experimental", "fg": 544 }, + { "id": "novel_fantasy", "fg": 545 }, + { "id": "novel_horror", "fg": 546 }, + { "id": "novel_mystery", "fg": 547 }, + { "id": "novel_pulp", "fg": 548 }, + { "id": "novel_road", "fg": 549 }, + { "id": "novel_romance", "fg": 550 }, + { "id": "novel_samurai", "fg": 551 }, + { "id": "novel_satire", "fg": 552 }, + { "id": "novel_scifi", "fg": 553 }, + { "id": "novel_sports", "fg": 554 }, + { "id": "novel_spy", "fg": 555 }, + { "id": "novel_swash", "fg": 556 }, + { "id": "novel_thriller", "fg": 557 }, + { "id": "novel_tragedy", "fg": 558 }, + { "id": "novel_war", "fg": 559 }, + { "id": "novel_war2", "fg": 560 }, + { "id": "novel_western", "fg": 561 }, { "id": [ "adv_chemistry", @@ -231,7 +231,7 @@ "modern_tanner", "repeater_mod_guide" ], - "fg": 527 + "fg": 528 }, { "id": [ @@ -252,7 +252,7 @@ "textbook_robots", "textbook_armschina" ], - "fg": 534 + "fg": 535 }, { "id": [ @@ -267,7 +267,7 @@ "cookbook_daintydishes", "cookbook_liverforkids" ], - "fg": 528 + "fg": 529 }, { "id": [ @@ -280,7 +280,7 @@ "recipe_melee", "recipe_labchem" ], - "fg": 532 + "fg": 533 }, { "id": [ @@ -297,9 +297,9 @@ "recipe_creepy", "recipe_maiar" ], - "fg": 532 + "fg": 533 }, - { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 531 }, + { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 532 }, { "id": [ "mag_rifle", @@ -323,7 +323,7 @@ "mag_swimming", "mag_news" ], - "fg": 529 + "fg": 530 }, { "id": [ @@ -340,7 +340,7 @@ "schematics_searchlight", "schematics_secubot" ], - "fg": 533 + "fg": 534 }, { "id": [ @@ -361,113 +361,113 @@ "manual_shotgun", "manual_fabrication" ], - "fg": 530 - }, - { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 526 }, - { "id": "bottle_twoliter", "fg": 561 }, - { "id": "bowl_pewter", "fg": 562 }, - { "id": [ "wearable_light", "survivor_light", "wearable_atomic_light_off" ], "fg": 654 }, - { "id": [ "wearable_light_on", "survivor_light_on", "wearable_atomic_light" ], "fg": 655 }, - { "id": [ "alternator_car", "alternator_bicycle", "alternator_motorbike" ], "fg": 671 }, - { "id": [ "flour", "bread_flour" ], "fg": 696 }, - { "id": [ "pizza_cheese", "pizza_veggy", "pizza_meat" ], "fg": 727 }, - { "id": [ "microscope", "microscope_dissecting" ], "fg": 721 }, - { "id": "digging_stick", "fg": 745 }, - { "id": "sword_cane", "fg": 803 }, - { "id": "hollow_cane", "fg": 780 }, - { "id": "cane", "fg": 806 }, - { "id": "i_staff", "fg": 782 }, - { "id": "shock_staff", "fg": 795 }, - { "id": "q_staff", "fg": 796 }, - { "id": "scarf_fur", "fg": 800 }, - { "id": "knit_scarf", "fg": 783 }, - { "id": "scarf_fur_long", "fg": 801 }, - { "id": "long_knit_scarf", "fg": 784 }, - { "id": "long_patchwork_scarf", "fg": 785 }, - { "id": "scarf_long", "fg": 802 }, - { "id": "patchwork_scarf", "fg": 793 }, - { "id": "scarf", "fg": 799 }, - { "id": "scarf_fur_loose", "fg": 800 }, - { "id": "knit_scarf_loose", "fg": 783 }, - { "id": "scarf_fur_long_loose", "fg": 801 }, - { "id": "long_knit_scarf_loose", "fg": 784 }, - { "id": "long_patchwork_scarf_loose", "fg": 785 }, - { "id": "scarf_long_loose", "fg": 802 }, - { "id": "patchwork_scarf_loose", "fg": 793 }, - { "id": "scarf_loose", "fg": 799 }, - { "id": "ceramic_cup", "fg": 816 }, - { "id": "ceramic_mug", "fg": 817 }, - { "id": "ceramic_shard", "fg": 818 }, - { "id": "chain", "fg": 819 }, - { "id": "clay_lump", "fg": 822 }, - { "id": "bag_plastic", "fg": 823 }, - { "id": "bag_zipper", "fg": 824 }, - { "id": "bottle_glass", "fg": 825 }, - { "id": "bottle_plastic", "fg": 826 }, - { "id": "bottle_plastic_small", "fg": 827 }, - { "id": "box_cigarette", "fg": 828 }, - { "id": "box_small", "fg": 829 }, - { "id": "can_drink", "fg": 830 }, - { "id": "can_drink_unsealed", "fg": 831 }, - { "id": [ "glass", "base_glass_dish" ], "fg": 832 }, - { "id": "jar_3l_glass", "fg": 833 }, - { "id": "jar_3l_glass_sealed", "fg": 834 }, - { "id": "jar_glass", "fg": 835 }, - { "id": "jar_glass_sealed", "fg": 836 }, - { "id": "jug_plastic", "fg": 837 }, - { "id": "wrapper", "fg": 838 }, - { "id": "cudgel", "fg": 839 }, - { "id": [ "pie", "pie_maple", "pie_veggy", "pie_meat" ], "bg": 911 }, - { "id": [ "waffles", "fruit_waffles" ], "fg": 915 }, - { "id": [ "cookies", "crackers", "biscuit" ], "fg": 907 }, - { "id": [ "cake2", "cake3", "space_cake" ], "fg": 906 }, - { "id": "hinge", "fg": 959 }, - { "id": "inhaler", "fg": 960 }, - { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 961 }, - { "id": "cig_butt", "fg": 988 }, - { "id": "joint", "fg": 991 }, - { "id": "joint_lit", "fg": 992 }, - { "id": "joint_roach", "fg": 993 }, - { "id": "aspirin", "fg": 985 }, - { "id": "bandages", "fg": 986 }, - { "id": "syringe", "fg": 997 }, - { "id": "antibiotics", "fg": 982 }, - { "id": "weak_antibiotic", "fg": 1000 }, - { "id": "strong_antibiotic", "fg": 996 }, - { "id": "vitamins", "fg": 999 }, - { "id": "gummy_vitamins", "fg": 989 }, - { "id": "calcium_tablet", "fg": 987 }, - { "id": "oxycodone", "fg": 994 }, - { "id": "tramadol", "fg": 998 }, - { "id": "codeine", "fg": 1013 }, - { "id": "prussian_blue", "fg": 995 }, - { "id": "iodine", "fg": 990 }, - { "id": "antiparasitic", "fg": 984 }, - { "id": "antifungal", "fg": 983 }, - { "id": "money_bundle", "fg": 1001 }, - { "id": "mp3", "fg": 1002 }, - { "id": "permanent_marker", "fg": 1037 }, - { "id": "pipe", "fg": 1039 }, - { "id": "cu_pipe", "fg": 1038 }, - { "id": "acorns", "fg": 1040 }, - { "id": "chips", "fg": 1044 }, - { "id": "apple", "fg": 1041 }, - { "id": "banana", "fg": 1042 }, - { "id": "broccoli", "fg": 1043 }, - { "id": "corn", "fg": 1045 }, - { "id": "cucumber", "fg": 1046 }, - { "id": "egg_bird", "fg": 1047 }, - { "id": "grapes", "fg": 1048 }, - { "id": "lemon", "fg": 1052 }, - { "id": "onion", "fg": 1053 }, - { "id": "orange", "fg": 1054 }, - { "id": "pear", "fg": 1055 }, - { "id": "potato", "fg": 1056 }, - { "id": "pumpkin", "fg": 1057 }, - { "id": "tomato", "fg": 1060 }, - { "id": "hickory_nut", "fg": 1049 }, - { "id": "hickory_root", "fg": 1050 }, - { "id": "juniper", "fg": 1051 }, + "fg": 531 + }, + { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 527 }, + { "id": "bottle_twoliter", "fg": 562 }, + { "id": "bowl_pewter", "fg": 563 }, + { "id": [ "wearable_light", "survivor_light", "wearable_atomic_light_off" ], "fg": 655 }, + { "id": [ "wearable_light_on", "survivor_light_on", "wearable_atomic_light" ], "fg": 656 }, + { "id": [ "alternator_car", "alternator_bicycle", "alternator_motorbike" ], "fg": 672 }, + { "id": [ "flour", "bread_flour" ], "fg": 697 }, + { "id": [ "pizza_cheese", "pizza_veggy", "pizza_meat" ], "fg": 728 }, + { "id": [ "microscope", "microscope_dissecting" ], "fg": 722 }, + { "id": "digging_stick", "fg": 746 }, + { "id": "sword_cane", "fg": 806 }, + { "id": "hollow_cane", "fg": 781 }, + { "id": "cane", "fg": 809 }, + { "id": "i_staff", "fg": 783 }, + { "id": "shock_staff", "fg": 796 }, + { "id": "q_staff", "fg": 798 }, + { "id": "scarf_fur", "fg": 802 }, + { "id": "knit_scarf", "fg": 784 }, + { "id": "scarf_fur_long", "fg": 803 }, + { "id": "long_knit_scarf", "fg": 785 }, + { "id": "long_patchwork_scarf", "fg": 786 }, + { "id": "scarf_long", "fg": 804 }, + { "id": "patchwork_scarf", "fg": 794 }, + { "id": "scarf", "fg": 801 }, + { "id": "scarf_fur_loose", "fg": 802 }, + { "id": "knit_scarf_loose", "fg": 784 }, + { "id": "scarf_fur_long_loose", "fg": 803 }, + { "id": "long_knit_scarf_loose", "fg": 785 }, + { "id": "long_patchwork_scarf_loose", "fg": 786 }, + { "id": "scarf_long_loose", "fg": 804 }, + { "id": "patchwork_scarf_loose", "fg": 794 }, + { "id": "scarf_loose", "fg": 801 }, + { "id": "ceramic_cup", "fg": 819 }, + { "id": "ceramic_mug", "fg": 820 }, + { "id": "ceramic_shard", "fg": 821 }, + { "id": "chain", "fg": 822 }, + { "id": "clay_lump", "fg": 825 }, + { "id": "bag_plastic", "fg": 826 }, + { "id": "bag_zipper", "fg": 827 }, + { "id": "bottle_glass", "fg": 828 }, + { "id": "bottle_plastic", "fg": 829 }, + { "id": "bottle_plastic_small", "fg": 830 }, + { "id": "box_cigarette", "fg": 831 }, + { "id": "box_small", "fg": 832 }, + { "id": "can_drink", "fg": 833 }, + { "id": "can_drink_unsealed", "fg": 834 }, + { "id": [ "glass", "base_glass_dish" ], "fg": 835 }, + { "id": "jar_3l_glass", "fg": 836 }, + { "id": "jar_3l_glass_sealed", "fg": 837 }, + { "id": "jar_glass", "fg": 838 }, + { "id": "jar_glass_sealed", "fg": 839 }, + { "id": "jug_plastic", "fg": 840 }, + { "id": "wrapper", "fg": 841 }, + { "id": "cudgel", "fg": 842 }, + { "id": [ "pie", "pie_maple", "pie_veggy", "pie_meat" ], "bg": 914 }, + { "id": [ "waffles", "fruit_waffles" ], "fg": 918 }, + { "id": [ "cookies", "crackers", "biscuit" ], "fg": 910 }, + { "id": [ "cake2", "cake3", "space_cake" ], "fg": 909 }, + { "id": "hinge", "fg": 962 }, + { "id": "inhaler", "fg": 963 }, + { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 964 }, + { "id": "cig_butt", "fg": 991 }, + { "id": "joint", "fg": 994 }, + { "id": "joint_lit", "fg": 995 }, + { "id": "joint_roach", "fg": 996 }, + { "id": "aspirin", "fg": 988 }, + { "id": "bandages", "fg": 989 }, + { "id": "syringe", "fg": 1000 }, + { "id": "antibiotics", "fg": 985 }, + { "id": "weak_antibiotic", "fg": 1003 }, + { "id": "strong_antibiotic", "fg": 999 }, + { "id": "vitamins", "fg": 1002 }, + { "id": "gummy_vitamins", "fg": 992 }, + { "id": "calcium_tablet", "fg": 990 }, + { "id": "oxycodone", "fg": 997 }, + { "id": "tramadol", "fg": 1001 }, + { "id": "codeine", "fg": 1016 }, + { "id": "prussian_blue", "fg": 998 }, + { "id": "iodine", "fg": 993 }, + { "id": "antiparasitic", "fg": 987 }, + { "id": "antifungal", "fg": 986 }, + { "id": "money_bundle", "fg": 1004 }, + { "id": "mp3", "fg": 1005 }, + { "id": "permanent_marker", "fg": 1040 }, + { "id": "pipe", "fg": 1042 }, + { "id": "cu_pipe", "fg": 1041 }, + { "id": "acorns", "fg": 1043 }, + { "id": "chips", "fg": 1049 }, + { "id": "apple", "fg": 1044 }, + { "id": "banana", "fg": 1045 }, + { "id": "broccoli", "fg": 1046 }, + { "id": "corn", "fg": 1050 }, + { "id": "cucumber", "fg": 1051 }, + { "id": "egg_bird", "fg": 1053 }, + { "id": "grapes", "fg": 1054 }, + { "id": "lemon", "fg": 1058 }, + { "id": "onion", "fg": 1060 }, + { "id": "orange", "fg": 1061 }, + { "id": "pear", "fg": 1062 }, + { "id": "potato", "fg": 1064 }, + { "id": "pumpkin", "fg": 1065 }, + { "id": "tomato", "fg": 1071 }, + { "id": "hickory_nut", "fg": 1055 }, + { "id": "hickory_root", "fg": 1056 }, + { "id": "juniper", "fg": 1057 }, { "id": [ "seed_hops", @@ -535,73 +535,73 @@ "seed_mulberries", "seed_elderberries" ], - "fg": 1058 - }, - { "id": "straw_pile", "fg": 1059 }, - { "id": "wheat", "fg": 1061 }, - { "id": "withered", "fg": 1062 }, - { "id": "bee_balm", "fg": 1063 }, - { "id": "carrot_wild", "fg": 1064 }, - { "id": "dogbane", "fg": 1065 }, - { "id": "egg_reptile", "fg": 1066 }, - { "id": "mugwort", "fg": 1067 }, - { "id": "thyme", "fg": 1068 }, - { "id": "veggy_wild", "fg": 1069 }, - { "id": "wild_herbs", "fg": 1070 }, - { "id": "feces_manure", "fg": 1074 }, - { "id": "feces_bird", "fg": 1071 }, - { "id": "feces_cow", "fg": 1072 }, - { "id": "feces_dog", "fg": 1073 }, - { "id": "feces_roach", "fg": 1075 }, - { "id": "fetid_goop", "fg": 1076 }, - { "id": "rag_bloody", "fg": 1079 }, - { "id": "ash", "fg": 1129 }, - { "id": "brick", "fg": 1130 }, - { "id": "scrap", "fg": 1133 }, - { "id": "e_scrap", "fg": 1132 }, - { "id": "steel_chunk", "fg": 1134 }, - { "id": "steel_lump", "fg": 1135 }, - { "id": "wire", "fg": 1136 }, - { "id": "cable", "fg": 1131 }, - { "id": "spring", "fg": 1138 }, - { "id": "survnote", "fg": 1139 }, - { "id": "creepy_doll", "fg": 1140 }, - { "id": "talking_doll", "fg": 1140 }, - { "id": "teapot", "fg": 1142 }, - { "id": "thermometer", "fg": 1143 }, - { "id": "crucible_clay", "fg": 1145 }, - { "id": "flashlight", "fg": 1147 }, - { "id": "heavy_flashlight", "fg": 1150 }, - { "id": "saw", "fg": 1160 }, - { "id": "screwdriver_set", "fg": 1156 }, - { "id": "wrench", "fg": 1161 }, - { "id": "hammer", "fg": 1149 }, - { "id": "hacksaw", "fg": 1148 }, - { "id": "knife_meat_cleaver", "fg": 1155 }, - { "id": "knife_vegetable_cleaver", "fg": 1159 }, + "fg": 1068 + }, + { "id": "straw_pile", "fg": 1070 }, + { "id": "wheat", "fg": 1072 }, + { "id": "withered", "fg": 1073 }, + { "id": "bee_balm", "fg": 1074 }, + { "id": "carrot_wild", "fg": 1075 }, + { "id": "dogbane", "fg": 1076 }, + { "id": "egg_reptile", "fg": 1077 }, + { "id": "mugwort", "fg": 1078 }, + { "id": "thyme", "fg": 1079 }, + { "id": "veggy_wild", "fg": 1080 }, + { "id": "wild_herbs", "fg": 1081 }, + { "id": "feces_manure", "fg": 1085 }, + { "id": "feces_bird", "fg": 1082 }, + { "id": "feces_cow", "fg": 1083 }, + { "id": "feces_dog", "fg": 1084 }, + { "id": "feces_roach", "fg": 1086 }, + { "id": "fetid_goop", "fg": 1087 }, + { "id": "rag_bloody", "fg": 1090 }, + { "id": "ash", "fg": 1140 }, + { "id": "brick", "fg": 1141 }, + { "id": "scrap", "fg": 1144 }, + { "id": "e_scrap", "fg": 1143 }, + { "id": "steel_chunk", "fg": 1145 }, + { "id": "steel_lump", "fg": 1146 }, + { "id": "wire", "fg": 1147 }, + { "id": "cable", "fg": 1142 }, + { "id": "spring", "fg": 1149 }, + { "id": "survnote", "fg": 1150 }, + { "id": "creepy_doll", "fg": 1151 }, + { "id": "talking_doll", "fg": 1151 }, + { "id": "teapot", "fg": 1153 }, + { "id": "thermometer", "fg": 1154 }, + { "id": "crucible_clay", "fg": 1156 }, + { "id": "flashlight", "fg": 1159 }, + { "id": "heavy_flashlight", "fg": 1162 }, + { "id": "saw", "fg": 1172 }, + { "id": "screwdriver_set", "fg": 1168 }, + { "id": "wrench", "fg": 1173 }, + { "id": "hammer", "fg": 1161 }, + { "id": "hacksaw", "fg": 1160 }, + { "id": "knife_meat_cleaver", "fg": 1167 }, + { "id": "knife_vegetable_cleaver", "fg": 1171 }, { "id": "lighter", - "fg": [ { "weight": 1, "sprite": 1152 }, { "weight": 1, "sprite": 1151 }, { "weight": 1, "sprite": 1153 } ] - }, - { "id": "makeshift_crowbar", "fg": 1154 }, - { "id": "esbit_stove", "fg": 1146 }, - { "id": "usb_drive", "fg": 1158 }, - { "id": "cash_card", "fg": 1162 }, - { "id": "file", "fg": 1163 }, - { "id": "fp_loyalty_card", "fg": 1164 }, - { "id": "id_industrial", "fg": 1165 }, - { "id": "id_military", "fg": 1166 }, - { "id": "id_science", "fg": 1167 }, - { "id": "bowl_plastic", "fg": 1168 }, - { "id": "cup_plastic", "fg": 1169 }, - { "id": "fork", "fg": 1170 }, - { "id": "knife_butter", "fg": 1171 }, - { "id": "washboard", "fg": 1178 }, - { "id": "wash_kit", "fg": 1177 }, - { "id": "helmet_army", "fg": 1183 }, - { "id": "foodperson_mask", "fg": 1181 }, - { "id": "foodperson_mask_on", "fg": 1182 }, - { "id": "ballistic_vest_esapi", "fg": 1180 }, + "fg": [ { "weight": 1, "sprite": 1164 }, { "weight": 1, "sprite": 1163 }, { "weight": 1, "sprite": 1165 } ] + }, + { "id": "makeshift_crowbar", "fg": 1166 }, + { "id": "esbit_stove", "fg": 1158 }, + { "id": "usb_drive", "fg": 1170 }, + { "id": "cash_card", "fg": 1174 }, + { "id": "file", "fg": 1175 }, + { "id": "fp_loyalty_card", "fg": 1176 }, + { "id": "id_industrial", "fg": 1177 }, + { "id": "id_military", "fg": 1178 }, + { "id": "id_science", "fg": 1179 }, + { "id": "bowl_plastic", "fg": 1180 }, + { "id": "cup_plastic", "fg": 1181 }, + { "id": "fork", "fg": 1182 }, + { "id": "knife_butter", "fg": 1183 }, + { "id": "washboard", "fg": 1190 }, + { "id": "wash_kit", "fg": 1189 }, + { "id": "helmet_army", "fg": 1196 }, + { "id": "foodperson_mask", "fg": 1194 }, + { "id": "foodperson_mask_on", "fg": 1195 }, + { "id": "ballistic_vest_esapi", "fg": 1192 }, { "id": "saddle", "fg": 80 }, { "id": "blt", "fg": 83 }, { "id": "brain_cooked", "fg": 84 }, @@ -739,838 +739,838 @@ { "id": "feather", "fg": 218 }, { "id": "felt_patch", "fg": 219 }, { "id": "fishing_hook_basic", "fg": 220 }, - { "id": "flask_yeast", "fg": 221 }, - { "id": "flint_steel", "fg": 222 }, - { "id": "flute", "fg": 223 }, - { "id": "folding_poncho", "fg": 224 }, - { "id": "food_processor", "fg": 225 }, - { "id": "footrags", "fg": 226 }, - { "id": "footrags_fur", "fg": 227 }, - { "id": "footrags_leather", "fg": 228 }, - { "id": "footrags_wool", "fg": 229 }, - { "id": "frisbee", "fg": 230 }, - { "id": "g_paint", "fg": 231 }, - { "id": "garlic", "fg": 232 }, - { "id": "garlic_press", "fg": 233 }, - { "id": "glass_plate", "fg": 234 }, - { "id": "glass_tinted", "fg": 235 }, - { "id": "glasses_bifocal", "fg": 236 }, - { "id": "gloves_light", "fg": 238 }, - { "id": "hair_dryer", "fg": 239 }, - { "id": "hammer_sledge", "fg": 240 }, - { "id": "hammer_sledge_engineer", "fg": 241 }, - { "id": "hammer_sledge_heavy", "fg": 242 }, - { "id": "hammer_sledge_short", "fg": 243 }, - { "id": "hand_axe", "fg": 244 }, - { "id": "hand_drill", "fg": 245 }, - { "id": "hand_rims", "fg": 246 }, - { "id": "handrolled_cig", "fg": 247 }, - { "id": "hard_steel_armor", "fg": 248 }, - { "id": "harmonica_holder", "fg": 249 }, - { "id": "hat_chef", "fg": 250 }, - { "id": "iron_pot", "fg": 251 }, - { "id": "jack", "fg": 252 }, - { "id": "jack_makeshift", "fg": 253 }, - { "id": "jack_small", "fg": 254 }, - { "id": "kettle", "fg": 256 }, - { "id": "ladle", "fg": 257 }, - { "id": "laptop", "fg": 258 }, - { "id": "leg_warmers", "fg": 259 }, - { "id": "link_sheet", "fg": 260 }, - { "id": "machete", "fg": 261 }, - { "id": "makeshift_bayonet", "fg": 262 }, - { "id": "makeshift_hammer", "fg": 263 }, - { "id": "makeshift_machete", "fg": 264 }, - { "id": "makeshift_stethoscope", "fg": 265 }, - { "id": "matches", "fg": 266 }, - { "id": "material_shrd_limestone", "fg": 267 }, - { "id": "mbag", "fg": 268 }, - { "id": "mess_kit", "fg": 269 }, - { "id": "mess_tin", "fg": 270 }, - { "id": "meth", "fg": 271 }, - { "id": "mil_mess_kit", "fg": 272 }, - { "id": "morphine", "fg": 273 }, - { "id": "mortar_pestle", "fg": 274 }, - { "id": "motor_tiny", "fg": 275 }, - { "id": "mouthpiece", "fg": 276 }, - { "id": "office_holepunch", "fg": 277 }, - { "id": "omnicamera", "fg": 278 }, - { "id": "p_paint", "fg": 279 }, - { "id": "paint_brush", "fg": 280 }, - { "id": "pan", "fg": 281 }, - { "id": "paper", "fg": 282 }, - { "id": "peeler", "fg": 283 }, - { "id": "pipe_fittings", "fg": 284 }, - { "id": "plastic_pot_flower", "fg": 285 }, - { "id": "pliers", "fg": 286 }, - { "id": "plums", "fg": 287 }, - { "id": "pot", "fg": 288 }, - { "id": "pot_canning", "fg": 289 }, - { "id": "pot_copper", "fg": 290 }, - { "id": "pot_helmet", "fg": 291 }, - { "id": "pot_makeshift", "fg": 292 }, - { "id": "pot_makeshift_copper", "fg": 293 }, - { "id": "potato_masher", "fg": 294 }, - { "id": "r_paint", "fg": 295 }, - { "id": "reading_light", "fg": 296 }, - { "id": "reading_light_on", "fg": 297 }, - { "id": "receiver", "fg": 298 }, - { "id": "reinforced_glass_pane", "fg": 299 }, - { "id": "rolling_pin", "fg": 300 }, - { "id": "scrap_bronze", "fg": 301 }, - { "id": "scrap_felt", "fg": 302 }, - { "id": "sheet_felt", "fg": 303 }, - { "id": "sheet_felt_patchwork", "fg": 304 }, - { "id": "shocktonfa_off", "fg": 305 }, - { "id": "shocktonfa_on", "fg": 306 }, - { "id": "slingpack", "fg": 307 }, - { "id": "smart_phone", "fg": 308 }, - { "id": "soap", "fg": 309 }, - { "id": "solder_wire", "fg": 310 }, - { "id": "spatula", "fg": 311 }, - { "id": "spider_egg", "fg": 312 }, - { "id": "spike", "fg": 313 }, - { "id": "steel_armor", "fg": 314 }, - { "id": "steel_pan", "fg": 315 }, - { "id": "stethoscope", "fg": 316 }, - { "id": "stock_pot", "fg": 317 }, - { "id": "survivor_mess_kit", "fg": 319 }, - { "id": "swage", "fg": 320 }, - { "id": "tazer", "fg": 321 }, - { "id": "teleumbrella", "fg": 322 }, - { "id": "tinder", "fg": 323 }, - { "id": "tinderbox", "fg": 324 }, - { "id": "tinfoil_hat", "fg": 325 }, - { "id": "tonfa", "fg": 326 }, - { "id": "tonfa_wood", "fg": 327 }, - { "id": "tongs", "fg": 328 }, - { "id": "tripwire", "fg": 329 }, - { "id": "unfinished_charcoal", "fg": 330 }, - { "id": "w_paint", "fg": 331 }, - { "id": "water_purifier", "fg": 332 }, - { "id": "wheel", "fg": 333 }, - { "id": "wheel_10", "fg": 334 }, - { "id": "wheel_barrow", "fg": 335 }, - { "id": "wheel_bicycle", "fg": 336 }, - { "id": "wheel_bicycle_or", "fg": 337 }, - { "id": "wheel_motorbike", "fg": 338 }, - { "id": "wheel_motorbike_or", "fg": 339 }, - { "id": "wheel_skate", "fg": 340 }, - { "id": "wheel_slick", "fg": 341 }, - { "id": "wheel_small", "fg": 342 }, - { "id": "wheel_tricycle", "fg": 343 }, - { "id": "wheel_wheelchair", "fg": 344 }, - { "id": "whisk", "fg": 345 }, - { "id": "wine_glass", "fg": 346 }, - { "id": "wire_barbed", "fg": 347 }, - { "id": "y_paint", "fg": 348 }, - { "id": "halligan", "fg": 349 }, - { "id": "cig", "fg": 375 }, - { "id": "cig_lit", "fg": 376 }, - { "id": "copper_ring", "fg": 377 }, - { "id": "g_shovel", "fg": 378 }, - { "id": "lsd", "fg": 379 }, - { "id": "silver_ring", "fg": 380 }, - { "id": "thermal_mask", "fg": 381 }, - { "id": "thermal_socks", "fg": 382 }, - { "id": "tie_clipon", "fg": 383 }, - { "id": "whistle", "fg": 384 }, - { "id": "2_shot_special", "fg": 385 }, - { "id": "LAW_Packed", "fg": 387 }, - { "id": "af2011a1_38super", "fg": 389 }, - { "id": "ar_pistol", "fg": 390 }, - { "id": "ashot", "fg": 391 }, - { "id": "bfr", "fg": 392 }, - { "id": "bigun", "fg": 393 }, - { "id": "bond_410", "fg": 394 }, - { "id": "bt_apc9k", "fg": 395 }, - { "id": "colt_army", "fg": 396 }, - { "id": "colt_navy", "fg": 397 }, - { "id": "colt_saa", "fg": 398 }, - { "id": "cop_38", "fg": 399 }, - { "id": "cz75", "fg": 400 }, - { "id": "deagle_44", "fg": 401 }, - { "id": "draco", "fg": 402 }, - { "id": "flamethrower_crude", "fg": 403 }, - { "id": "flamethrower_simple", "fg": 404 }, - { "id": "fn1910", "fg": 405 }, - { "id": "fn57", "fg": 406 }, - { "id": "fn_p90", "fg": 407 }, - { "id": "glock_17", "fg": 408 }, - { "id": "glock_18c", "fg": 409 }, - { "id": "glock_19", "fg": 410 }, - { "id": "glock_20", "fg": 411 }, - { "id": "glock_20_var_glock_40", "fg": 412 }, - { "id": "glock_21", "fg": 413 }, - { "id": "glock_22", "fg": 414 }, - { "id": "glock_29", "fg": 415 }, - { "id": "glock_31", "fg": 416 }, - { "id": "hi_power_40", "fg": 417 }, - { "id": "hi_power_9mm", "fg": 418 }, - { "id": "hk_mp5_semi_pistol", "fg": 420 }, - { "id": "hk_mp7", "fg": 421 }, - { "id": "hk_ump45", "fg": 422 }, - { "id": "hptc9", "fg": 423 }, - { "id": "hptcf380", "fg": 424 }, - { "id": "kp32", "fg": 426 }, - { "id": "kp3at", "fg": 427 }, - { "id": "kpf9", "fg": 428 }, - { "id": "l_bak_223", "fg": 429 }, - { "id": "launcher_simple", "fg": 430 }, - { "id": "lemat_revolver", "fg": 431 }, - { "id": "m11", "fg": 432 }, - { "id": "m17", "fg": 433 }, - { "id": "m18", "fg": 434 }, - { "id": "m1911-460", "fg": 435 }, - { "id": "m1911_10", "fg": 437 }, - { "id": "m1911_var_m1911_MEU", "fg": 438 }, - { "id": "m320", "fg": 439 }, - { "id": "m4_carbine_var_m4_cqbr", "fg": 440 }, - { "id": "m9", "fg": 441 }, - { "id": "mac_10", "fg": 442 }, - { "id": "mac_11", "fg": 443 }, - { "id": "makarov", "fg": 444 }, - { "id": "mauser_c96", "fg": 445 }, - { "id": "mauser_m714", "fg": 446 }, - { "id": "mgl", "fg": 447 }, - { "id": "minispeargun", "fg": 448 }, - { "id": "model_10_revolver", "fg": 449 }, - { "id": "moss_brownie", "fg": 450 }, - { "id": "nailgun", "fg": 451 }, - { "id": "nailrifle", "fg": 452 }, - { "id": "needlepistol", "fg": 453 }, - { "id": "oa93", "fg": 454 }, - { "id": "p08", "fg": 455 }, - { "id": "p220_10", "fg": 456 }, - { "id": "p226_357sig", "fg": 457 }, - { "id": "p226_9mm", "fg": 458 }, - { "id": "p320_357sig", "fg": 459 }, - { "id": "paintballgun", "fg": 460 }, - { "id": "pipe_double_shotgun", "fg": 461 }, - { "id": "pistol_flintlock", "fg": 462 }, - { "id": "px4", "fg": 463 }, - { "id": "px4_40", "fg": 464 }, - { "id": "raging_bull", "fg": 465 }, - { "id": "raging_judge", "fg": 466 }, - { "id": "revolver_shotgun", "fg": 467 }, - { "id": "rm103a_pistol", "fg": 468 }, - { "id": "rm2000_smg", "fg": 469 }, - { "id": "rm228", "fg": 470 }, - { "id": "ruger_lcr_22", "fg": 471 }, - { "id": "ruger_lcr_38", "fg": 472 }, - { "id": "ruger_redhawk", "fg": 473 }, - { "id": "rugerlcp", "fg": 474 }, - { "id": "sig_40", "fg": 475 }, - { "id": "sig_mosquito", "fg": 476 }, - { "id": "sig_p230", "fg": 477 }, - { "id": "skorpion_61", "fg": 478 }, - { "id": "smg_40", "fg": 479 }, - { "id": "smg_45", "fg": 480 }, - { "id": "sp2022", "fg": 481 }, - { "id": "streetsweeper", "fg": 482 }, - { "id": "surv_hand_cannon", "fg": 483 }, - { "id": "surv_six_shooter", "fg": 484 }, - { "id": "sw629", "fg": 485 }, - { "id": "sw_22", "fg": 486 }, - { "id": "sw_500", "fg": 487 }, - { "id": "sw_610", "fg": 488 }, - { "id": "sw_619", "fg": 489 }, - { "id": "taurus_spectrum", "fg": 490 }, - { "id": "tec9", "fg": 491 }, - { "id": "tokarev", "fg": 492 }, - { "id": "triple_launcher_simple", "fg": 493 }, - { "id": "unbio_blaster_gun", "fg": 494 }, - { "id": "usp_45", "fg": 495 }, - { "id": "usp_45_var_mk23", "fg": 496 }, - { "id": "usp_9mm", "fg": 497 }, - { "id": "uzi", "fg": 498 }, - { "id": "v29", "fg": 499 }, - { "id": "v29_cheap", "fg": 500 }, - { "id": "walther_ccp", "fg": 501 }, - { "id": "walther_p22", "fg": 502 }, - { "id": "walther_p38", "fg": 503 }, - { "id": "walther_ppq_40", "fg": 504 }, - { "id": "walther_ppq_45", "fg": 505 }, - { "id": "walther_ppq_9mm", "fg": 506 }, - { "id": "witness_10", "fg": 507 }, - { "id": "xd_10", "fg": 508 }, - { "id": "book_pieces", "fg": 523 }, - { "id": "book_ruined", "fg": 524 }, - { "id": "button_plastic", "fg": 563 }, - { "id": "button_steel", "fg": 564 }, - { "id": "button_wood", "fg": 565 }, - { "id": "antenna", "fg": 566 }, - { "id": "badge_deputy", "fg": 567 }, - { "id": "coconut", "fg": 568 }, - { "id": "directional_antenna", "fg": 569 }, - { "id": "halter_top", "fg": 570 }, - { "id": "hand_crank_charger", "fg": 571 }, - { "id": "hops", "fg": 572 }, - { "id": "kidney", "fg": 573 }, - { "id": "lettuce", "fg": 574 }, - { "id": "lily_flower", "fg": 575 }, - { "id": "scorecard", "fg": 576 }, - { "id": "spinach", "fg": 577 }, - { "id": "altered_comb", "fg": 578 }, - { "id": "gasdiscount_gold", "fg": 579 }, - { "id": "gasdiscount_platinum", "fg": 580 }, - { "id": "gasdiscount_silver", "fg": 581 }, - { "id": "gold_hairpin", "fg": 582 }, - { "id": "nanoskirt", "fg": 583 }, - { "id": "pearl", "fg": 584 }, - { "id": "platinum_ring", "fg": 585 }, - { "id": "skirt_grass", "fg": 586 }, - { "id": "skirt_leather", "fg": 587 }, - { "id": "wallet_leather", "fg": 588 }, - { "id": "copper_necklace", "fg": 589 }, - { "id": "pearl_collar", "fg": 590 }, - { "id": "alexandrite_gold_pendant_necklace", "fg": 591 }, - { "id": "amethyst_gold_pendant_necklace", "fg": 592 }, - { "id": "aquamarine_gold_pendant_necklace", "fg": 593 }, - { "id": "blue_topaz_gold_pendant_necklace", "fg": 594 }, - { "id": "citrine_gold_pendant_necklace", "fg": 595 }, - { "id": "diamond_gold_pendant_necklace", "fg": 596 }, - { "id": "emerald_gold_pendant_necklace", "fg": 597 }, - { "id": "garnet_gold_pendant_necklace", "fg": 598 }, - { "id": "gold_necklace", "fg": 599 }, - { "id": "opal_gold_pendant_necklace", "fg": 600 }, - { "id": "pearl_gold_pendant_necklace", "fg": 601 }, - { "id": "peridot_gold_pendant_necklace", "fg": 602 }, - { "id": "ruby_gold_pendant_necklace", "fg": 603 }, - { "id": "sapphire_gold_pendant_necklace", "fg": 604 }, - { "id": "tourmaline_gold_pendant_necklace", "fg": 605 }, - { "id": "alexandrite_platinum_pendant_necklace", "fg": 606 }, - { "id": "amethyst_platinum_pendant_necklace", "fg": 607 }, - { "id": "aquamarine_platinum_pendant_necklace", "fg": 608 }, - { "id": "blue_topaz_platinum_pendant_necklace", "fg": 609 }, - { "id": "citrine_platinum_pendant_necklace", "fg": 610 }, - { "id": "diamond_platinum_pendant_necklace", "fg": 611 }, - { "id": "emerald_platinum_pendant_necklace", "fg": 612 }, - { "id": "garnet_platinum_pendant_necklace", "fg": 613 }, - { "id": "opal_platinum_pendant_necklace", "fg": 614 }, - { "id": "pearl_platinum_pendant_necklace", "fg": 615 }, - { "id": "peridot_platinum_pendant_necklace", "fg": 616 }, - { "id": "platinum_necklace", "fg": 617 }, - { "id": "ruby_platinum_pendant_necklace", "fg": 618 }, - { "id": "sapphire_platinum_pendant_necklace", "fg": 619 }, - { "id": "tourmaline_platinum_pendant_necklace", "fg": 620 }, - { "id": "alexandrite_silver_pendant_necklace", "fg": 621 }, - { "id": "amethyst_silver_pendant_necklace", "fg": 622 }, - { "id": "aquamarine_silver_pendant_necklace", "fg": 623 }, - { "id": "blue_topaz_silver_pendant_necklace", "fg": 624 }, - { "id": "citrine_silver_pendant_necklace", "fg": 625 }, - { "id": "diamond_silver_pendant_necklace", "fg": 626 }, - { "id": "emerald_silver_pendant_necklace", "fg": 627 }, - { "id": "garnet_silver_pendant_necklace", "fg": 628 }, - { "id": "opal_silver_pendant_necklace", "fg": 629 }, - { "id": "pearl_silver_pendant_necklace", "fg": 630 }, - { "id": "peridot_silver_pendant_necklace", "fg": 631 }, - { "id": "ruby_silver_pendant_necklace", "fg": 632 }, - { "id": "sapphire_silver_pendant_necklace", "fg": 633 }, - { "id": "silver_necklace", "fg": 634 }, - { "id": "tourmaline_silver_pendant_necklace", "fg": 635 }, - { "id": "alder_bark", "fg": 636 }, - { "id": "barrette", "fg": 637 }, - { "id": "birchbark", "fg": 638 }, - { "id": "caff_gum", "fg": 639 }, - { "id": "cattail_stalk", "fg": 640 }, - { "id": "golf_tee", "fg": 641 }, - { "id": "gum", "fg": 642 }, - { "id": "hand_pump", "fg": 643 }, - { "id": "honeydew", "fg": 644 }, - { "id": "ifak_pouch", "fg": 645 }, - { "id": "knitting_needles", "fg": 646 }, - { "id": "lasagne", "fg": 647 }, - { "id": "magnifying_glass", "fg": 648 }, - { "id": "mininuke", "fg": 649 }, - { "id": "mininuke_act", "fg": 650 }, - { "id": "net", "fg": 651 }, - { "id": "rolling_paper", "fg": 652 }, - { "id": "tanbark", "fg": 653 }, - { "id": "willowbark", "fg": 656 }, - { "id": "shoulder_strap", "fg": 657 }, - { "id": "deck_of_cards", "fg": 658 }, - { "id": "hairpin", "fg": 659 }, - { "id": "weed", "fg": 660 }, - { "id": "ceramic_bowl", "fg": 661 }, - { "id": "chestrig", "fg": 662 }, - { "id": "radio_car", "fg": 663 }, - { "id": "radio_car_box", "fg": 664 }, - { "id": "radio_car_on", "fg": 665 }, - { "id": "radio_car_wheel", "fg": 666 }, - { "id": "radiocontrol", "fg": 667 }, - { "id": "rc_car_box", "fg": 668 }, - { "id": "toaster", "fg": 669 }, - { "id": "xl_chestrig", "fg": 670 }, - { "id": "alternator_truck", "fg": 672 }, - { "id": "ammolink", "fg": 673 }, - { "id": "angle_grinder", "fg": 674 }, - { "id": "atomic_lamp", "fg": 675 }, - { "id": "atomic_lamp_off", "fg": 676 }, - { "id": "barometer", "fg": 677 }, - { "id": "birdfood", "fg": 678 }, - { "id": "bismuth", "fg": 679 }, - { "id": "brick_kiln", "fg": 680 }, - { "id": "caffeine", "fg": 681 }, - { "id": "caltrops", "fg": 682 }, - { "id": "caltrops_glass", "fg": 683 }, - { "id": "camera", "fg": 684 }, - { "id": "chem_citric_acid", "fg": 685 }, - { "id": "chem_sulphur", "fg": 686 }, - { "id": "chunk_sulfur", "fg": 687 }, - { "id": "circsaw_off", "fg": 688 }, - { "id": "circsaw_on", "fg": 689 }, - { "id": "coal_lump", "fg": 690 }, - { "id": "con_mix", "fg": 691 }, - { "id": "disc_golf", "fg": 692 }, - { "id": "drivebelt", "fg": 693 }, - { "id": "eink_tablet_pc", "fg": 694 }, - { "id": "flatbread", "fg": 695 }, - { "id": "gelbox", "fg": 697 }, - { "id": "generator_7500w", "fg": 698 }, - { "id": "glowstick", "fg": 699 }, - { "id": "glowstick_dead", "fg": 700 }, - { "id": "glowstick_lit", "fg": 701 }, - { "id": "gold_small", "fg": 702 }, - { "id": "golf_club", "fg": 703 }, - { "id": "handflare", "fg": 704 }, - { "id": "heatpack", "fg": 705 }, - { "id": "heatpack_used", "fg": 706 }, - { "id": "hoe", "fg": 707 }, - { "id": "homeopathic_pills", "fg": 708 }, - { "id": "horn_bicycle", "fg": 709 }, - { "id": "jumper_cable", "fg": 710 }, - { "id": "kiln", "fg": 711 }, - { "id": "lead", "fg": 712 }, - { "id": "leather", "fg": 713 }, - { "id": "lightstrip", "fg": 714 }, - { "id": "material_aluminium_ingot", "fg": 715 }, - { "id": "material_limestone", "fg": 716 }, - { "id": "material_rhodonite", "fg": 717 }, - { "id": "material_rocksalt", "fg": 718 }, - { "id": "material_zincite", "fg": 719 }, - { "id": "metal_smoother", "fg": 720 }, - { "id": "multitool", "fg": 722 }, - { "id": "nic_gum", "fg": 723 }, - { "id": "pencil", "fg": 724 }, - { "id": "pipe_cleaner", "fg": 725 }, - { "id": "pipe_glass", "fg": 726 }, - { "id": "platinum_small", "fg": 728 }, - { "id": "polisher", "fg": 729 }, - { "id": "press", "fg": 730 }, - { "id": "puller", "fg": 731 }, - { "id": "rake", "fg": 732 }, - { "id": "razorclaw_roe", "fg": 733 }, - { "id": "sickle", "fg": 734 }, - { "id": "silver_small", "fg": 735 }, - { "id": "small_repairkit", "fg": 736 }, - { "id": "tanned_hide", "fg": 737 }, - { "id": "tanned_pelt", "fg": 738 }, - { "id": "tourist_table", "fg": 739 }, - { "id": "zinc_metal", "fg": 740 }, - { "id": "beartrap", "fg": 741 }, - { "id": "landmine", "fg": 742 }, - { "id": "wire_mesh", "fg": 743 }, - { "id": "cannabis", "fg": 744 }, - { "id": "dnd_handbook", "fg": 746 }, - { "id": "holybook_bible1", "fg": 747 }, - { "id": "holybook_bible3", "fg": 748 }, - { "id": "l-stick", "fg": 749 }, - { "id": "l-stick_on", "fg": 750 }, - { "id": "makarovmag", "fg": 751 }, - { "id": "manual_brawl", "fg": 752 }, - { "id": "manual_carpentry", "fg": 753 }, - { "id": "manual_dodge_kid", "fg": 754 }, - { "id": "manual_driving", "fg": 755 }, - { "id": "manual_melee", "fg": 756 }, - { "id": "philosophy_book", "fg": 757 }, - { "id": "phonebook", "fg": 758 }, - { "id": "photo_album", "fg": 759 }, - { "id": "plastic_bucket", "fg": 760 }, - { "id": "record_weather", "fg": 761 }, - { "id": "straw_fedora", "fg": 762 }, - { "id": "textbook_computer", "fg": 763 }, - { "id": "textbook_fabrication", "fg": 764 }, - { "id": "textbook_survival", "fg": 765 }, - { "id": "water_faucet", "fg": 766 }, - { "id": "can_food", "fg": 767 }, - { "id": "can_food_big", "fg": 768 }, - { "id": "can_food_big_unsealed", "fg": 769 }, - { "id": "can_food_unsealed", "fg": 770 }, - { "id": "can_medium", "fg": 771 }, - { "id": "can_medium_unsealed", "fg": 772 }, - { "id": "clamp", "fg": 773 }, - { "id": "cured_hide", "fg": 774 }, - { "id": "cured_pelt", "fg": 775 }, - { "id": "demihuman_fat", "fg": 776 }, - { "id": "fat", "fg": 777 }, - { "id": "fat_tainted", "fg": 778 }, - { "id": "headscarf", "fg": 779 }, - { "id": "human_fat", "fg": 781 }, - { "id": "marloss_scarf", "fg": 786 }, - { "id": "meat", "fg": 787 }, - { "id": "meat_tainted", "fg": 788 }, - { "id": "mutant_fat", "fg": 789 }, - { "id": "mutant_human_fat", "fg": 790 }, - { "id": "mutant_human_flesh", "fg": 791 }, - { "id": "mutant_meat", "fg": 792 }, - { "id": "pipe_tobacco", "fg": 794 }, - { "id": "raw_fur", "fg": 797 }, - { "id": "raw_leather", "fg": 798 }, - { "id": "tanning_hide", "fg": 804 }, - { "id": "tanning_pelt", "fg": 805 }, - { "id": "analytical_set_basic", "fg": 807 }, - { "id": "balance_small", "fg": 808 }, - { "id": "beaker", "fg": 809 }, - { "id": "flask_glass", "fg": 810 }, - { "id": "gradcylinder", "fg": 811 }, - { "id": "ph_meter", "fg": 812 }, - { "id": "spectrophotometer", "fg": 813 }, - { "id": "test_tube", "fg": 814 }, - { "id": "voltmeter", "fg": 815 }, - { "id": "acidchitin_piece", "fg": 820 }, - { "id": "chitin_piece", "fg": 821 }, - { "id": "coin_dime", "fg": 840 }, - { "id": "coin_dollar", "fg": 841 }, - { "id": "coin_half_dollar", "fg": 842 }, - { "id": "coin_nickel", "fg": 843 }, - { "id": "coin_penny", "fg": 844 }, - { "id": "coin_quarter", "fg": 845 }, - { "id": "money_fifty", "fg": 846 }, - { "id": "money_five", "fg": 847 }, - { "id": "money_hundred", "fg": 848 }, - { "id": "money_one", "fg": 849 }, - { "id": "money_ten", "fg": 850 }, - { "id": "money_twenty", "fg": 851 }, - { "id": "money_two", "fg": 852 }, - { "id": "alexandrite_gold_earring", "fg": 853 }, - { "id": "alexandrite_platinum_earring", "fg": 854 }, - { "id": "alexandrite_silver_earring", "fg": 855 }, - { "id": "amethyst_gold_earring", "fg": 856 }, - { "id": "amethyst_platinum_earring", "fg": 857 }, - { "id": "amethyst_silver_earring", "fg": 858 }, - { "id": "aquamarine_gold_earring", "fg": 859 }, - { "id": "aquamarine_platinum_earring", "fg": 860 }, - { "id": "aquamarine_silver_earring", "fg": 861 }, - { "id": "bead_ear", "fg": 862 }, - { "id": "blue_topaz_gold_earring", "fg": 863 }, - { "id": "blue_topaz_platinum_earring", "fg": 864 }, - { "id": "blue_topaz_silver_earring", "fg": 865 }, - { "id": "citrine_gold_earring", "fg": 866 }, - { "id": "citrine_platinum_earring", "fg": 867 }, - { "id": "citrine_silver_earring", "fg": 868 }, - { "id": "copper_ear", "fg": 869 }, - { "id": "diamond_gold_earring", "fg": 870 }, - { "id": "diamond_platinum_earring", "fg": 871 }, - { "id": "diamond_silver_earring", "fg": 872 }, - { "id": "emerald_gold_earring", "fg": 873 }, - { "id": "emerald_platinum_earring", "fg": 874 }, - { "id": "emerald_silver_earring", "fg": 875 }, - { "id": "garnet_gold_earring", "fg": 876 }, - { "id": "garnet_platinum_earring", "fg": 877 }, - { "id": "garnet_silver_earring", "fg": 878 }, - { "id": "gold_ear", "fg": 879 }, - { "id": "opal_gold_earring", "fg": 880 }, - { "id": "opal_platinum_earring", "fg": 881 }, - { "id": "opal_silver_earring", "fg": 882 }, - { "id": "pearl_gold_earring", "fg": 883 }, - { "id": "pearl_platinum_earring", "fg": 884 }, - { "id": "pearl_silver_earring", "fg": 885 }, - { "id": "peridot_gold_earring", "fg": 886 }, - { "id": "peridot_platinum_earring", "fg": 887 }, - { "id": "peridot_silver_earring", "fg": 888 }, - { "id": "platinum_ear", "fg": 889 }, - { "id": "ruby_gold_earring", "fg": 890 }, - { "id": "ruby_platinum_earring", "fg": 891 }, - { "id": "ruby_silver_earring", "fg": 892 }, - { "id": "sapphire_gold_earring", "fg": 893 }, - { "id": "sapphire_platinum_earring", "fg": 894 }, - { "id": "sapphire_silver_earring", "fg": 895 }, - { "id": "silver_ear", "fg": 896 }, - { "id": "tourmaline_gold_earring", "fg": 897 }, - { "id": "tourmaline_platinum_earring", "fg": 898 }, - { "id": "tourmaline_silver_earring", "fg": 899 }, - { "id": "flaregun", "fg": 900 }, - { "id": "signal_flare", "fg": 901 }, - { "id": "bread", "fg": 902 }, - { "id": "brioche", "fg": 903 }, - { "id": "brown_bread", "fg": 904 }, - { "id": "brownie", "fg": 905 }, - { "id": "cornbread", "fg": 908 }, - { "id": "jihelucake", "fg": 909 }, - { "id": "pancakes", "fg": 910 }, - { "id": "sourdough_bread", "fg": 912 }, - { "id": "sponge_cake", "fg": 913 }, - { "id": "tortilla_corn", "fg": 914 }, - { "id": "wastebread", "fg": 916 }, - { "id": "airhorn", "fg": 917 }, - { "id": "aluminum_foil", "fg": 918 }, - { "id": "bowling_pin", "fg": 919 }, - { "id": "boxing_gloves", "fg": 920 }, - { "id": "chopsticks", "fg": 921 }, - { "id": "comb_pocket", "fg": 922 }, - { "id": "copper", "fg": 923 }, - { "id": "eclipse_glasses", "fg": 924 }, - { "id": "fish", "fg": 925 }, - { "id": "licorice", "fg": 926 }, - { "id": "metal_tank", "fg": 927 }, - { "id": "metal_tank_little", "fg": 928 }, - { "id": "nanomaterial", "fg": 929 }, - { "id": "plut_cell", "fg": 930 }, - { "id": "rebreather_filter", "fg": 931 }, - { "id": "rock_sock", "fg": 932 }, - { "id": "rollerskates", "fg": 933 }, - { "id": "sandpaper", "fg": 934 }, - { "id": "throwing_stick", "fg": 935 }, - { "id": "waterproof_gunmod", "fg": 936 }, - { "id": "circsaw_blade", "fg": 937 }, - { "id": "mirror", "fg": 938 }, - { "id": "glass_bowl", "fg": 939 }, - { "id": "plastic_bowl_kids", "fg": 940 }, - { "id": "blue_pen", "fg": 941 }, - { "id": "green_pen", "fg": 942 }, - { "id": "pen", "fg": 943 }, - { "id": "red_pen", "fg": 944 }, - { "id": "soldering_iron", "fg": 945 }, - { "id": "superglue", "fg": 946 }, - { "id": "grenade", "fg": 947 }, - { "id": "grenade_act", "fg": 948 }, - { "id": "grenade_emp", "fg": 949 }, - { "id": "grenade_emp_act", "fg": 950 }, - { "id": "grenade_inc", "fg": 951 }, - { "id": "grenade_inc_act", "fg": 952 }, - { "id": "pipebomb", "fg": 953 }, - { "id": "pipebomb_act", "fg": 954 }, - { "id": "scrambler", "fg": 955 }, - { "id": "scrambler_act", "fg": 956 }, - { "id": "smokebomb", "fg": 957 }, - { "id": "smokebomb_act", "fg": 958 }, - { "id": "boxcutter", "fg": 962 }, - { "id": "copper_knife", "fg": 963 }, - { "id": "diveknife", "fg": 964 }, - { "id": "knife_bread", "fg": 965 }, - { "id": "knife_butcher", "fg": 966 }, - { "id": "knife_carving", "fg": 967 }, - { "id": "knife_chef", "fg": 968 }, - { "id": "knife_combat", "fg": 969 }, - { "id": "knife_folding", "fg": 970 }, - { "id": "knife_hunting", "fg": 971 }, - { "id": "knife_paring", "fg": 972 }, - { "id": "knife_rambo", "fg": 973 }, - { "id": "knife_rm42", "fg": 974 }, - { "id": "knife_steak", "fg": 975 }, - { "id": "knife_swissarmy", "fg": 976 }, - { "id": "knife_trench", "fg": 977 }, - { "id": "makeshift_knife", "fg": 978 }, - { "id": "pockknife", "fg": 979 }, - { "id": "primitive_knife", "fg": 980 }, - { "id": "throwing_knife", "fg": 981 }, - { "id": "baseball", "fg": 1003 }, - { "id": "basketball", "fg": 1004 }, - { "id": "battery_car", "fg": 1005 }, - { "id": "beach_volleyball", "fg": 1006 }, - { "id": "bowling_ball", "fg": 1007 }, - { "id": "cell_phone", "fg": 1008 }, - { "id": "cell_phone_flashlight", "fg": 1009 }, - { "id": "cigar", "fg": 1010 }, - { "id": "cigar_butt", "fg": 1011 }, - { "id": "cigar_lit", "fg": 1012 }, - { "id": "ear_plugs", "fg": 1014 }, - { "id": "fiddlehead_boiled", "fg": 1015 }, - { "id": "fiddlehead_raw", "fg": 1016 }, - { "id": "fiddlehead_sauteed", "fg": 1017 }, - { "id": "flask_hip", "fg": 1018 }, - { "id": "football", "fg": 1019 }, - { "id": "golf_ball", "fg": 1020 }, - { "id": "holo_sight", "fg": 1021 }, - { "id": "indoor_volleyball", "fg": 1022 }, - { "id": "misc_repairkit", "fg": 1023 }, - { "id": "mre_beef_box", "fg": 1024 }, - { "id": "peephole", "fg": 1025 }, - { "id": "portable_game", "fg": 1026 }, - { "id": "puck", "fg": 1027 }, - { "id": "purse", "fg": 1028 }, - { "id": "suppressor", "fg": 1029 }, - { "id": "tourniquet_upper", "fg": 1030 }, - { "id": "two_way_radio", "fg": 1031 }, - { "id": "wristwatch", "fg": 1032 }, - { "id": "mushroom", "fg": 1033 }, - { "id": "cable_speaker", "fg": 1034 }, - { "id": "headphones_circumaural", "fg": 1035 }, - { "id": "microphone_xlr_generic", "fg": 1036 }, - { "id": "popcan_stove", "fg": 1077 }, - { "id": "rad_badge", "fg": 1078 }, - { "id": "alexandrite_gold_ring", "fg": 1080 }, - { "id": "alexandrite_platinum_ring", "fg": 1081 }, - { "id": "alexandrite_silver_ring", "fg": 1082 }, - { "id": "amethyst_gold_ring", "fg": 1083 }, - { "id": "amethyst_platinum_ring", "fg": 1084 }, - { "id": "amethyst_silver_ring", "fg": 1085 }, - { "id": "aquamarine_gold_ring", "fg": 1086 }, - { "id": "aquamarine_platinum_ring", "fg": 1087 }, - { "id": "aquamarine_silver_ring", "fg": 1088 }, - { "id": "blue_topaz_gold_ring", "fg": 1089 }, - { "id": "blue_topaz_platinum_ring", "fg": 1090 }, - { "id": "blue_topaz_silver_ring", "fg": 1091 }, - { "id": "citrine_gold_ring", "fg": 1092 }, - { "id": "citrine_platinum_ring", "fg": 1093 }, - { "id": "citrine_silver_ring", "fg": 1094 }, - { "id": "diamond_platinum_ring", "fg": 1095 }, - { "id": "diamond_ring", "fg": 1096 }, - { "id": "diamond_silver_ring", "fg": 1097 }, - { "id": "emerald_gold_ring", "fg": 1098 }, - { "id": "emerald_platinum_ring", "fg": 1099 }, - { "id": "emerald_silver_ring", "fg": 1100 }, - { "id": "garnet_gold_ring", "fg": 1101 }, - { "id": "garnet_platinum_ring", "fg": 1102 }, - { "id": "garnet_silver_ring", "fg": 1103 }, - { "id": "gold_ring", "fg": 1104 }, - { "id": "opal_gold_ring", "fg": 1105 }, - { "id": "opal_platinum_ring", "fg": 1106 }, - { "id": "opal_silver_ring", "fg": 1107 }, - { "id": "pearl_gold_ring", "fg": 1108 }, - { "id": "pearl_platinum_ring", "fg": 1109 }, - { "id": "pearl_silver_ring", "fg": 1110 }, - { "id": "peridot_gold_ring", "fg": 1111 }, - { "id": "peridot_platinum_ring", "fg": 1112 }, - { "id": "peridot_silver_ring", "fg": 1113 }, - { "id": "ring_engagement", "fg": 1114 }, - { "id": "ruby_gold_ring", "fg": 1115 }, - { "id": "ruby_platinum_ring", "fg": 1116 }, - { "id": "ruby_silver_ring", "fg": 1117 }, - { "id": "sapphire_gold_ring", "fg": 1118 }, - { "id": "sapphire_platinum_ring", "fg": 1119 }, - { "id": "sapphire_silver_ring", "fg": 1120 }, - { "id": "tourmaline_gold_ring", "fg": 1121 }, - { "id": "tourmaline_platinum_ring", "fg": 1122 }, - { "id": "tourmaline_silver_ring", "fg": 1123 }, - { "id": "pebble", "fg": 1124 }, - { "id": "pebble_clay", "fg": 1125 }, - { "id": "rock", "fg": 1126 }, - { "id": "rock_flaking", "fg": 1127 }, - { "id": "rock_large", "fg": 1128 }, - { "id": "slime_scrap", "fg": 1137 }, - { "id": "clay_teapot", "fg": 1141 }, - { "id": "crucible", "fg": 1144 }, - { "id": "tire_iron", "fg": 1157 }, - { "id": "towel", "fg": 1172 }, - { "id": "towel_soiled", "fg": 1173 }, - { "id": "towel_wet", "fg": 1174 }, - { "id": "battery_charger", "fg": 1175 }, - { "id": "recharge_station", "fg": 1176 }, - { "id": "wax", "fg": 1179 } + { "id": "fishing_hook_bone", "fg": 221 }, + { "id": "flask_yeast", "fg": 222 }, + { "id": "flint_steel", "fg": 223 }, + { "id": "flute", "fg": 224 }, + { "id": "folding_poncho", "fg": 225 }, + { "id": "food_processor", "fg": 226 }, + { "id": "footrags", "fg": 227 }, + { "id": "footrags_fur", "fg": 228 }, + { "id": "footrags_leather", "fg": 229 }, + { "id": "footrags_wool", "fg": 230 }, + { "id": "frisbee", "fg": 231 }, + { "id": "g_paint", "fg": 232 }, + { "id": "garlic", "fg": 233 }, + { "id": "garlic_press", "fg": 234 }, + { "id": "glass_plate", "fg": 235 }, + { "id": "glass_tinted", "fg": 236 }, + { "id": "glasses_bifocal", "fg": 237 }, + { "id": "gloves_light", "fg": 239 }, + { "id": "hair_dryer", "fg": 240 }, + { "id": "hammer_sledge", "fg": 241 }, + { "id": "hammer_sledge_engineer", "fg": 242 }, + { "id": "hammer_sledge_heavy", "fg": 243 }, + { "id": "hammer_sledge_short", "fg": 244 }, + { "id": "hand_axe", "fg": 245 }, + { "id": "hand_drill", "fg": 246 }, + { "id": "hand_rims", "fg": 247 }, + { "id": "handrolled_cig", "fg": 248 }, + { "id": "hard_steel_armor", "fg": 249 }, + { "id": "harmonica_holder", "fg": 250 }, + { "id": "hat_chef", "fg": 251 }, + { "id": "iron_pot", "fg": 252 }, + { "id": "jack", "fg": 253 }, + { "id": "jack_makeshift", "fg": 254 }, + { "id": "jack_small", "fg": 255 }, + { "id": "kettle", "fg": 257 }, + { "id": "ladle", "fg": 258 }, + { "id": "laptop", "fg": 259 }, + { "id": "leg_warmers", "fg": 260 }, + { "id": "link_sheet", "fg": 261 }, + { "id": "machete", "fg": 262 }, + { "id": "makeshift_bayonet", "fg": 263 }, + { "id": "makeshift_hammer", "fg": 264 }, + { "id": "makeshift_machete", "fg": 265 }, + { "id": "makeshift_stethoscope", "fg": 266 }, + { "id": "matches", "fg": 267 }, + { "id": "material_shrd_limestone", "fg": 268 }, + { "id": "mbag", "fg": 269 }, + { "id": "mess_kit", "fg": 270 }, + { "id": "mess_tin", "fg": 271 }, + { "id": "meth", "fg": 272 }, + { "id": "mil_mess_kit", "fg": 273 }, + { "id": "morphine", "fg": 274 }, + { "id": "mortar_pestle", "fg": 275 }, + { "id": "motor_tiny", "fg": 276 }, + { "id": "mouthpiece", "fg": 277 }, + { "id": "office_holepunch", "fg": 278 }, + { "id": "omnicamera", "fg": 279 }, + { "id": "p_paint", "fg": 280 }, + { "id": "paint_brush", "fg": 281 }, + { "id": "pan", "fg": 282 }, + { "id": "paper", "fg": 283 }, + { "id": "peeler", "fg": 284 }, + { "id": "pipe_fittings", "fg": 285 }, + { "id": "plastic_pot_flower", "fg": 286 }, + { "id": "pliers", "fg": 287 }, + { "id": "plums", "fg": 288 }, + { "id": "pot", "fg": 289 }, + { "id": "pot_canning", "fg": 290 }, + { "id": "pot_copper", "fg": 291 }, + { "id": "pot_helmet", "fg": 292 }, + { "id": "pot_makeshift", "fg": 293 }, + { "id": "pot_makeshift_copper", "fg": 294 }, + { "id": "potato_masher", "fg": 295 }, + { "id": "r_paint", "fg": 296 }, + { "id": "reading_light", "fg": 297 }, + { "id": "reading_light_on", "fg": 298 }, + { "id": "receiver", "fg": 299 }, + { "id": "reinforced_glass_pane", "fg": 300 }, + { "id": "rolling_pin", "fg": 301 }, + { "id": "scrap_bronze", "fg": 302 }, + { "id": "scrap_felt", "fg": 303 }, + { "id": "sheet_felt", "fg": 304 }, + { "id": "sheet_felt_patchwork", "fg": 305 }, + { "id": "shocktonfa_off", "fg": 306 }, + { "id": "shocktonfa_on", "fg": 307 }, + { "id": "slingpack", "fg": 308 }, + { "id": "smart_phone", "fg": 309 }, + { "id": "soap", "fg": 310 }, + { "id": "solder_wire", "fg": 311 }, + { "id": "spatula", "fg": 312 }, + { "id": "spider_egg", "fg": 313 }, + { "id": "spike", "fg": 314 }, + { "id": "steel_armor", "fg": 315 }, + { "id": "steel_pan", "fg": 316 }, + { "id": "stethoscope", "fg": 317 }, + { "id": "stock_pot", "fg": 318 }, + { "id": "survivor_mess_kit", "fg": 320 }, + { "id": "swage", "fg": 321 }, + { "id": "tazer", "fg": 322 }, + { "id": "teleumbrella", "fg": 323 }, + { "id": "tinder", "fg": 324 }, + { "id": "tinderbox", "fg": 325 }, + { "id": "tinfoil_hat", "fg": 326 }, + { "id": "tonfa", "fg": 327 }, + { "id": "tonfa_wood", "fg": 328 }, + { "id": "tongs", "fg": 329 }, + { "id": "tripwire", "fg": 330 }, + { "id": "unfinished_charcoal", "fg": 331 }, + { "id": "w_paint", "fg": 332 }, + { "id": "water_purifier", "fg": 333 }, + { "id": "wheel", "fg": 334 }, + { "id": "wheel_10", "fg": 335 }, + { "id": "wheel_barrow", "fg": 336 }, + { "id": "wheel_bicycle", "fg": 337 }, + { "id": "wheel_bicycle_or", "fg": 338 }, + { "id": "wheel_motorbike", "fg": 339 }, + { "id": "wheel_motorbike_or", "fg": 340 }, + { "id": "wheel_skate", "fg": 341 }, + { "id": "wheel_slick", "fg": 342 }, + { "id": "wheel_small", "fg": 343 }, + { "id": "wheel_tricycle", "fg": 344 }, + { "id": "wheel_wheelchair", "fg": 345 }, + { "id": "whisk", "fg": 346 }, + { "id": "wine_glass", "fg": 347 }, + { "id": "wire_barbed", "fg": 348 }, + { "id": "y_paint", "fg": 349 }, + { "id": "halligan", "fg": 350 }, + { "id": "cig", "fg": 376 }, + { "id": "cig_lit", "fg": 377 }, + { "id": "copper_ring", "fg": 378 }, + { "id": "g_shovel", "fg": 379 }, + { "id": "lsd", "fg": 380 }, + { "id": "silver_ring", "fg": 381 }, + { "id": "thermal_mask", "fg": 382 }, + { "id": "thermal_socks", "fg": 383 }, + { "id": "tie_clipon", "fg": 384 }, + { "id": "whistle", "fg": 385 }, + { "id": "2_shot_special", "fg": 386 }, + { "id": "LAW_Packed", "fg": 388 }, + { "id": "af2011a1_38super", "fg": 390 }, + { "id": "ar_pistol", "fg": 391 }, + { "id": "ashot", "fg": 392 }, + { "id": "bfr", "fg": 393 }, + { "id": "bigun", "fg": 394 }, + { "id": "bond_410", "fg": 395 }, + { "id": "bt_apc9k", "fg": 396 }, + { "id": "colt_army", "fg": 397 }, + { "id": "colt_navy", "fg": 398 }, + { "id": "colt_saa", "fg": 399 }, + { "id": "cop_38", "fg": 400 }, + { "id": "cz75", "fg": 401 }, + { "id": "deagle_44", "fg": 402 }, + { "id": "draco", "fg": 403 }, + { "id": "flamethrower_crude", "fg": 404 }, + { "id": "flamethrower_simple", "fg": 405 }, + { "id": "fn1910", "fg": 406 }, + { "id": "fn57", "fg": 407 }, + { "id": "fn_p90", "fg": 408 }, + { "id": "glock_17", "fg": 409 }, + { "id": "glock_18c", "fg": 410 }, + { "id": "glock_19", "fg": 411 }, + { "id": "glock_20", "fg": 412 }, + { "id": "glock_20_var_glock_40", "fg": 413 }, + { "id": "glock_21", "fg": 414 }, + { "id": "glock_22", "fg": 415 }, + { "id": "glock_29", "fg": 416 }, + { "id": "glock_31", "fg": 417 }, + { "id": "hi_power_40", "fg": 418 }, + { "id": "hi_power_9mm", "fg": 419 }, + { "id": "hk_mp5_semi_pistol", "fg": 421 }, + { "id": "hk_mp7", "fg": 422 }, + { "id": "hk_ump45", "fg": 423 }, + { "id": "hptc9", "fg": 424 }, + { "id": "hptcf380", "fg": 425 }, + { "id": "kp32", "fg": 427 }, + { "id": "kp3at", "fg": 428 }, + { "id": "kpf9", "fg": 429 }, + { "id": "l_bak_223", "fg": 430 }, + { "id": "launcher_simple", "fg": 431 }, + { "id": "lemat_revolver", "fg": 432 }, + { "id": "m11", "fg": 433 }, + { "id": "m17", "fg": 434 }, + { "id": "m18", "fg": 435 }, + { "id": "m1911-460", "fg": 436 }, + { "id": "m1911_10", "fg": 438 }, + { "id": "m1911_var_m1911_MEU", "fg": 439 }, + { "id": "m320", "fg": 440 }, + { "id": "m4_carbine_var_m4_cqbr", "fg": 441 }, + { "id": "m9", "fg": 442 }, + { "id": "mac_10", "fg": 443 }, + { "id": "mac_11", "fg": 444 }, + { "id": "makarov", "fg": 445 }, + { "id": "mauser_c96", "fg": 446 }, + { "id": "mauser_m714", "fg": 447 }, + { "id": "mgl", "fg": 448 }, + { "id": "minispeargun", "fg": 449 }, + { "id": "model_10_revolver", "fg": 450 }, + { "id": "moss_brownie", "fg": 451 }, + { "id": "nailgun", "fg": 452 }, + { "id": "nailrifle", "fg": 453 }, + { "id": "needlepistol", "fg": 454 }, + { "id": "oa93", "fg": 455 }, + { "id": "p08", "fg": 456 }, + { "id": "p220_10", "fg": 457 }, + { "id": "p226_357sig", "fg": 458 }, + { "id": "p226_9mm", "fg": 459 }, + { "id": "p320_357sig", "fg": 460 }, + { "id": "paintballgun", "fg": 461 }, + { "id": "pipe_double_shotgun", "fg": 462 }, + { "id": "pistol_flintlock", "fg": 463 }, + { "id": "px4", "fg": 464 }, + { "id": "px4_40", "fg": 465 }, + { "id": "raging_bull", "fg": 466 }, + { "id": "raging_judge", "fg": 467 }, + { "id": "revolver_shotgun", "fg": 468 }, + { "id": "rm103a_pistol", "fg": 469 }, + { "id": "rm2000_smg", "fg": 470 }, + { "id": "rm228", "fg": 471 }, + { "id": "ruger_lcr_22", "fg": 472 }, + { "id": "ruger_lcr_38", "fg": 473 }, + { "id": "ruger_redhawk", "fg": 474 }, + { "id": "rugerlcp", "fg": 475 }, + { "id": "sig_40", "fg": 476 }, + { "id": "sig_mosquito", "fg": 477 }, + { "id": "sig_p230", "fg": 478 }, + { "id": "skorpion_61", "fg": 479 }, + { "id": "smg_40", "fg": 480 }, + { "id": "smg_45", "fg": 481 }, + { "id": "sp2022", "fg": 482 }, + { "id": "streetsweeper", "fg": 483 }, + { "id": "surv_hand_cannon", "fg": 484 }, + { "id": "surv_six_shooter", "fg": 485 }, + { "id": "sw629", "fg": 486 }, + { "id": "sw_22", "fg": 487 }, + { "id": "sw_500", "fg": 488 }, + { "id": "sw_610", "fg": 489 }, + { "id": "sw_619", "fg": 490 }, + { "id": "taurus_spectrum", "fg": 491 }, + { "id": "tec9", "fg": 492 }, + { "id": "tokarev", "fg": 493 }, + { "id": "triple_launcher_simple", "fg": 494 }, + { "id": "unbio_blaster_gun", "fg": 495 }, + { "id": "usp_45", "fg": 496 }, + { "id": "usp_45_var_mk23", "fg": 497 }, + { "id": "usp_9mm", "fg": 498 }, + { "id": "uzi", "fg": 499 }, + { "id": "v29", "fg": 500 }, + { "id": "v29_cheap", "fg": 501 }, + { "id": "walther_ccp", "fg": 502 }, + { "id": "walther_p22", "fg": 503 }, + { "id": "walther_p38", "fg": 504 }, + { "id": "walther_ppq_40", "fg": 505 }, + { "id": "walther_ppq_45", "fg": 506 }, + { "id": "walther_ppq_9mm", "fg": 507 }, + { "id": "witness_10", "fg": 508 }, + { "id": "xd_10", "fg": 509 }, + { "id": "book_pieces", "fg": 524 }, + { "id": "book_ruined", "fg": 525 }, + { "id": "button_plastic", "fg": 564 }, + { "id": "button_steel", "fg": 565 }, + { "id": "button_wood", "fg": 566 }, + { "id": "antenna", "fg": 567 }, + { "id": "badge_deputy", "fg": 568 }, + { "id": "coconut", "fg": 569 }, + { "id": "directional_antenna", "fg": 570 }, + { "id": "halter_top", "fg": 571 }, + { "id": "hand_crank_charger", "fg": 572 }, + { "id": "hops", "fg": 573 }, + { "id": "kidney", "fg": 574 }, + { "id": "lettuce", "fg": 575 }, + { "id": "lily_flower", "fg": 576 }, + { "id": "scorecard", "fg": 577 }, + { "id": "spinach", "fg": 578 }, + { "id": "altered_comb", "fg": 579 }, + { "id": "gasdiscount_gold", "fg": 580 }, + { "id": "gasdiscount_platinum", "fg": 581 }, + { "id": "gasdiscount_silver", "fg": 582 }, + { "id": "gold_hairpin", "fg": 583 }, + { "id": "nanoskirt", "fg": 584 }, + { "id": "pearl", "fg": 585 }, + { "id": "platinum_ring", "fg": 586 }, + { "id": "skirt_grass", "fg": 587 }, + { "id": "skirt_leather", "fg": 588 }, + { "id": "wallet_leather", "fg": 589 }, + { "id": "copper_necklace", "fg": 590 }, + { "id": "pearl_collar", "fg": 591 }, + { "id": "alexandrite_gold_pendant_necklace", "fg": 592 }, + { "id": "amethyst_gold_pendant_necklace", "fg": 593 }, + { "id": "aquamarine_gold_pendant_necklace", "fg": 594 }, + { "id": "blue_topaz_gold_pendant_necklace", "fg": 595 }, + { "id": "citrine_gold_pendant_necklace", "fg": 596 }, + { "id": "diamond_gold_pendant_necklace", "fg": 597 }, + { "id": "emerald_gold_pendant_necklace", "fg": 598 }, + { "id": "garnet_gold_pendant_necklace", "fg": 599 }, + { "id": "gold_necklace", "fg": 600 }, + { "id": "opal_gold_pendant_necklace", "fg": 601 }, + { "id": "pearl_gold_pendant_necklace", "fg": 602 }, + { "id": "peridot_gold_pendant_necklace", "fg": 603 }, + { "id": "ruby_gold_pendant_necklace", "fg": 604 }, + { "id": "sapphire_gold_pendant_necklace", "fg": 605 }, + { "id": "tourmaline_gold_pendant_necklace", "fg": 606 }, + { "id": "alexandrite_platinum_pendant_necklace", "fg": 607 }, + { "id": "amethyst_platinum_pendant_necklace", "fg": 608 }, + { "id": "aquamarine_platinum_pendant_necklace", "fg": 609 }, + { "id": "blue_topaz_platinum_pendant_necklace", "fg": 610 }, + { "id": "citrine_platinum_pendant_necklace", "fg": 611 }, + { "id": "diamond_platinum_pendant_necklace", "fg": 612 }, + { "id": "emerald_platinum_pendant_necklace", "fg": 613 }, + { "id": "garnet_platinum_pendant_necklace", "fg": 614 }, + { "id": "opal_platinum_pendant_necklace", "fg": 615 }, + { "id": "pearl_platinum_pendant_necklace", "fg": 616 }, + { "id": "peridot_platinum_pendant_necklace", "fg": 617 }, + { "id": "platinum_necklace", "fg": 618 }, + { "id": "ruby_platinum_pendant_necklace", "fg": 619 }, + { "id": "sapphire_platinum_pendant_necklace", "fg": 620 }, + { "id": "tourmaline_platinum_pendant_necklace", "fg": 621 }, + { "id": "alexandrite_silver_pendant_necklace", "fg": 622 }, + { "id": "amethyst_silver_pendant_necklace", "fg": 623 }, + { "id": "aquamarine_silver_pendant_necklace", "fg": 624 }, + { "id": "blue_topaz_silver_pendant_necklace", "fg": 625 }, + { "id": "citrine_silver_pendant_necklace", "fg": 626 }, + { "id": "diamond_silver_pendant_necklace", "fg": 627 }, + { "id": "emerald_silver_pendant_necklace", "fg": 628 }, + { "id": "garnet_silver_pendant_necklace", "fg": 629 }, + { "id": "opal_silver_pendant_necklace", "fg": 630 }, + { "id": "pearl_silver_pendant_necklace", "fg": 631 }, + { "id": "peridot_silver_pendant_necklace", "fg": 632 }, + { "id": "ruby_silver_pendant_necklace", "fg": 633 }, + { "id": "sapphire_silver_pendant_necklace", "fg": 634 }, + { "id": "silver_necklace", "fg": 635 }, + { "id": "tourmaline_silver_pendant_necklace", "fg": 636 }, + { "id": "alder_bark", "fg": 637 }, + { "id": "barrette", "fg": 638 }, + { "id": "birchbark", "fg": 639 }, + { "id": "caff_gum", "fg": 640 }, + { "id": "cattail_stalk", "fg": 641 }, + { "id": "golf_tee", "fg": 642 }, + { "id": "gum", "fg": 643 }, + { "id": "hand_pump", "fg": 644 }, + { "id": "honeydew", "fg": 645 }, + { "id": "ifak_pouch", "fg": 646 }, + { "id": "knitting_needles", "fg": 647 }, + { "id": "lasagne", "fg": 648 }, + { "id": "magnifying_glass", "fg": 649 }, + { "id": "mininuke", "fg": 650 }, + { "id": "mininuke_act", "fg": 651 }, + { "id": "net", "fg": 652 }, + { "id": "rolling_paper", "fg": 653 }, + { "id": "tanbark", "fg": 654 }, + { "id": "willowbark", "fg": 657 }, + { "id": "shoulder_strap", "fg": 658 }, + { "id": "deck_of_cards", "fg": 659 }, + { "id": "hairpin", "fg": 660 }, + { "id": "weed", "fg": 661 }, + { "id": "ceramic_bowl", "fg": 662 }, + { "id": "chestrig", "fg": 663 }, + { "id": "radio_car", "fg": 664 }, + { "id": "radio_car_box", "fg": 665 }, + { "id": "radio_car_on", "fg": 666 }, + { "id": "radio_car_wheel", "fg": 667 }, + { "id": "radiocontrol", "fg": 668 }, + { "id": "rc_car_box", "fg": 669 }, + { "id": "toaster", "fg": 670 }, + { "id": "xl_chestrig", "fg": 671 }, + { "id": "alternator_truck", "fg": 673 }, + { "id": "ammolink", "fg": 674 }, + { "id": "angle_grinder", "fg": 675 }, + { "id": "atomic_lamp", "fg": 676 }, + { "id": "atomic_lamp_off", "fg": 677 }, + { "id": "barometer", "fg": 678 }, + { "id": "birdfood", "fg": 679 }, + { "id": "bismuth", "fg": 680 }, + { "id": "brick_kiln", "fg": 681 }, + { "id": "caffeine", "fg": 682 }, + { "id": "caltrops", "fg": 683 }, + { "id": "caltrops_glass", "fg": 684 }, + { "id": "camera", "fg": 685 }, + { "id": "chem_citric_acid", "fg": 686 }, + { "id": "chem_sulphur", "fg": 687 }, + { "id": "chunk_sulfur", "fg": 688 }, + { "id": "circsaw_off", "fg": 689 }, + { "id": "circsaw_on", "fg": 690 }, + { "id": "coal_lump", "fg": 691 }, + { "id": "con_mix", "fg": 692 }, + { "id": "disc_golf", "fg": 693 }, + { "id": "drivebelt", "fg": 694 }, + { "id": "eink_tablet_pc", "fg": 695 }, + { "id": "flatbread", "fg": 696 }, + { "id": "gelbox", "fg": 698 }, + { "id": "generator_7500w", "fg": 699 }, + { "id": "glowstick", "fg": 700 }, + { "id": "glowstick_dead", "fg": 701 }, + { "id": "glowstick_lit", "fg": 702 }, + { "id": "gold_small", "fg": 703 }, + { "id": "golf_club", "fg": 704 }, + { "id": "handflare", "fg": 705 }, + { "id": "heatpack", "fg": 706 }, + { "id": "heatpack_used", "fg": 707 }, + { "id": "hoe", "fg": 708 }, + { "id": "homeopathic_pills", "fg": 709 }, + { "id": "horn_bicycle", "fg": 710 }, + { "id": "jumper_cable", "fg": 711 }, + { "id": "kiln", "fg": 712 }, + { "id": "lead", "fg": 713 }, + { "id": "leather", "fg": 714 }, + { "id": "lightstrip", "fg": 715 }, + { "id": "material_aluminium_ingot", "fg": 716 }, + { "id": "material_limestone", "fg": 717 }, + { "id": "material_rhodonite", "fg": 718 }, + { "id": "material_rocksalt", "fg": 719 }, + { "id": "material_zincite", "fg": 720 }, + { "id": "metal_smoother", "fg": 721 }, + { "id": "multitool", "fg": 723 }, + { "id": "nic_gum", "fg": 724 }, + { "id": "pencil", "fg": 725 }, + { "id": "pipe_cleaner", "fg": 726 }, + { "id": "pipe_glass", "fg": 727 }, + { "id": "platinum_small", "fg": 729 }, + { "id": "polisher", "fg": 730 }, + { "id": "press", "fg": 731 }, + { "id": "puller", "fg": 732 }, + { "id": "rake", "fg": 733 }, + { "id": "razorclaw_roe", "fg": 734 }, + { "id": "sickle", "fg": 735 }, + { "id": "silver_small", "fg": 736 }, + { "id": "small_repairkit", "fg": 737 }, + { "id": "tanned_hide", "fg": 738 }, + { "id": "tanned_pelt", "fg": 739 }, + { "id": "tourist_table", "fg": 740 }, + { "id": "zinc_metal", "fg": 741 }, + { "id": "beartrap", "fg": 742 }, + { "id": "landmine", "fg": 743 }, + { "id": "wire_mesh", "fg": 744 }, + { "id": "cannabis", "fg": 745 }, + { "id": "dnd_handbook", "fg": 747 }, + { "id": "holybook_bible1", "fg": 748 }, + { "id": "holybook_bible3", "fg": 749 }, + { "id": "l-stick", "fg": 750 }, + { "id": "l-stick_on", "fg": 751 }, + { "id": "makarovmag", "fg": 752 }, + { "id": "manual_brawl", "fg": 753 }, + { "id": "manual_carpentry", "fg": 754 }, + { "id": "manual_dodge_kid", "fg": 755 }, + { "id": "manual_driving", "fg": 756 }, + { "id": "manual_melee", "fg": 757 }, + { "id": "philosophy_book", "fg": 758 }, + { "id": "phonebook", "fg": 759 }, + { "id": "photo_album", "fg": 760 }, + { "id": "plastic_bucket", "fg": 761 }, + { "id": "record_weather", "fg": 762 }, + { "id": "straw_fedora", "fg": 763 }, + { "id": "textbook_computer", "fg": 764 }, + { "id": "textbook_fabrication", "fg": 765 }, + { "id": "textbook_survival", "fg": 766 }, + { "id": "water_faucet", "fg": 767 }, + { "id": "can_food", "fg": 768 }, + { "id": "can_food_big", "fg": 769 }, + { "id": "can_food_big_unsealed", "fg": 770 }, + { "id": "can_food_unsealed", "fg": 771 }, + { "id": "can_medium", "fg": 772 }, + { "id": "can_medium_unsealed", "fg": 773 }, + { "id": "clamp", "fg": 774 }, + { "id": "cured_hide", "fg": 775 }, + { "id": "cured_pelt", "fg": 776 }, + { "id": "demihuman_fat", "fg": 777 }, + { "id": "fat", "fg": 778 }, + { "id": "fat_tainted", "fg": 779 }, + { "id": "headscarf", "fg": 780 }, + { "id": "human_fat", "fg": 782 }, + { "id": "marloss_scarf", "fg": 787 }, + { "id": "meat", "fg": 788 }, + { "id": "meat_tainted", "fg": 789 }, + { "id": "mutant_fat", "fg": 790 }, + { "id": "mutant_human_fat", "fg": 791 }, + { "id": "mutant_human_flesh", "fg": 792 }, + { "id": "mutant_meat", "fg": 793 }, + { "id": "pipe_tobacco", "fg": 795 }, + { "id": "punch_nail", "fg": 797 }, + { "id": "raw_fur", "fg": 799 }, + { "id": "raw_leather", "fg": 800 }, + { "id": "stapler", "fg": 805 }, + { "id": "tanning_hide", "fg": 807 }, + { "id": "tanning_pelt", "fg": 808 }, + { "id": "analytical_set_basic", "fg": 810 }, + { "id": "balance_small", "fg": 811 }, + { "id": "beaker", "fg": 812 }, + { "id": "flask_glass", "fg": 813 }, + { "id": "gradcylinder", "fg": 814 }, + { "id": "ph_meter", "fg": 815 }, + { "id": "spectrophotometer", "fg": 816 }, + { "id": "test_tube", "fg": 817 }, + { "id": "voltmeter", "fg": 818 }, + { "id": "acidchitin_piece", "fg": 823 }, + { "id": "chitin_piece", "fg": 824 }, + { "id": "coin_dime", "fg": 843 }, + { "id": "coin_dollar", "fg": 844 }, + { "id": "coin_half_dollar", "fg": 845 }, + { "id": "coin_nickel", "fg": 846 }, + { "id": "coin_penny", "fg": 847 }, + { "id": "coin_quarter", "fg": 848 }, + { "id": "money_fifty", "fg": 849 }, + { "id": "money_five", "fg": 850 }, + { "id": "money_hundred", "fg": 851 }, + { "id": "money_one", "fg": 852 }, + { "id": "money_ten", "fg": 853 }, + { "id": "money_twenty", "fg": 854 }, + { "id": "money_two", "fg": 855 }, + { "id": "alexandrite_gold_earring", "fg": 856 }, + { "id": "alexandrite_platinum_earring", "fg": 857 }, + { "id": "alexandrite_silver_earring", "fg": 858 }, + { "id": "amethyst_gold_earring", "fg": 859 }, + { "id": "amethyst_platinum_earring", "fg": 860 }, + { "id": "amethyst_silver_earring", "fg": 861 }, + { "id": "aquamarine_gold_earring", "fg": 862 }, + { "id": "aquamarine_platinum_earring", "fg": 863 }, + { "id": "aquamarine_silver_earring", "fg": 864 }, + { "id": "bead_ear", "fg": 865 }, + { "id": "blue_topaz_gold_earring", "fg": 866 }, + { "id": "blue_topaz_platinum_earring", "fg": 867 }, + { "id": "blue_topaz_silver_earring", "fg": 868 }, + { "id": "citrine_gold_earring", "fg": 869 }, + { "id": "citrine_platinum_earring", "fg": 870 }, + { "id": "citrine_silver_earring", "fg": 871 }, + { "id": "copper_ear", "fg": 872 }, + { "id": "diamond_gold_earring", "fg": 873 }, + { "id": "diamond_platinum_earring", "fg": 874 }, + { "id": "diamond_silver_earring", "fg": 875 }, + { "id": "emerald_gold_earring", "fg": 876 }, + { "id": "emerald_platinum_earring", "fg": 877 }, + { "id": "emerald_silver_earring", "fg": 878 }, + { "id": "garnet_gold_earring", "fg": 879 }, + { "id": "garnet_platinum_earring", "fg": 880 }, + { "id": "garnet_silver_earring", "fg": 881 }, + { "id": "gold_ear", "fg": 882 }, + { "id": "opal_gold_earring", "fg": 883 }, + { "id": "opal_platinum_earring", "fg": 884 }, + { "id": "opal_silver_earring", "fg": 885 }, + { "id": "pearl_gold_earring", "fg": 886 }, + { "id": "pearl_platinum_earring", "fg": 887 }, + { "id": "pearl_silver_earring", "fg": 888 }, + { "id": "peridot_gold_earring", "fg": 889 }, + { "id": "peridot_platinum_earring", "fg": 890 }, + { "id": "peridot_silver_earring", "fg": 891 }, + { "id": "platinum_ear", "fg": 892 }, + { "id": "ruby_gold_earring", "fg": 893 }, + { "id": "ruby_platinum_earring", "fg": 894 }, + { "id": "ruby_silver_earring", "fg": 895 }, + { "id": "sapphire_gold_earring", "fg": 896 }, + { "id": "sapphire_platinum_earring", "fg": 897 }, + { "id": "sapphire_silver_earring", "fg": 898 }, + { "id": "silver_ear", "fg": 899 }, + { "id": "tourmaline_gold_earring", "fg": 900 }, + { "id": "tourmaline_platinum_earring", "fg": 901 }, + { "id": "tourmaline_silver_earring", "fg": 902 }, + { "id": "flaregun", "fg": 903 }, + { "id": "signal_flare", "fg": 904 }, + { "id": "bread", "fg": 905 }, + { "id": "brioche", "fg": 906 }, + { "id": "brown_bread", "fg": 907 }, + { "id": "brownie", "fg": 908 }, + { "id": "cornbread", "fg": 911 }, + { "id": "jihelucake", "fg": 912 }, + { "id": "pancakes", "fg": 913 }, + { "id": "sourdough_bread", "fg": 915 }, + { "id": "sponge_cake", "fg": 916 }, + { "id": "tortilla_corn", "fg": 917 }, + { "id": "wastebread", "fg": 919 }, + { "id": "airhorn", "fg": 920 }, + { "id": "aluminum_foil", "fg": 921 }, + { "id": "bowling_pin", "fg": 922 }, + { "id": "boxing_gloves", "fg": 923 }, + { "id": "chopsticks", "fg": 924 }, + { "id": "comb_pocket", "fg": 925 }, + { "id": "copper", "fg": 926 }, + { "id": "eclipse_glasses", "fg": 927 }, + { "id": "fish", "fg": 928 }, + { "id": "licorice", "fg": 929 }, + { "id": "metal_tank", "fg": 930 }, + { "id": "metal_tank_little", "fg": 931 }, + { "id": "nanomaterial", "fg": 932 }, + { "id": "plut_cell", "fg": 933 }, + { "id": "rebreather_filter", "fg": 934 }, + { "id": "rock_sock", "fg": 935 }, + { "id": "rollerskates", "fg": 936 }, + { "id": "sandpaper", "fg": 937 }, + { "id": "throwing_stick", "fg": 938 }, + { "id": "waterproof_gunmod", "fg": 939 }, + { "id": "circsaw_blade", "fg": 940 }, + { "id": "mirror", "fg": 941 }, + { "id": "glass_bowl", "fg": 942 }, + { "id": "plastic_bowl_kids", "fg": 943 }, + { "id": "blue_pen", "fg": 944 }, + { "id": "green_pen", "fg": 945 }, + { "id": "pen", "fg": 946 }, + { "id": "red_pen", "fg": 947 }, + { "id": "soldering_iron", "fg": 948 }, + { "id": "superglue", "fg": 949 }, + { "id": "grenade", "fg": 950 }, + { "id": "grenade_act", "fg": 951 }, + { "id": "grenade_emp", "fg": 952 }, + { "id": "grenade_emp_act", "fg": 953 }, + { "id": "grenade_inc", "fg": 954 }, + { "id": "grenade_inc_act", "fg": 955 }, + { "id": "pipebomb", "fg": 956 }, + { "id": "pipebomb_act", "fg": 957 }, + { "id": "scrambler", "fg": 958 }, + { "id": "scrambler_act", "fg": 959 }, + { "id": "smokebomb", "fg": 960 }, + { "id": "smokebomb_act", "fg": 961 }, + { "id": "boxcutter", "fg": 965 }, + { "id": "copper_knife", "fg": 966 }, + { "id": "diveknife", "fg": 967 }, + { "id": "knife_bread", "fg": 968 }, + { "id": "knife_butcher", "fg": 969 }, + { "id": "knife_carving", "fg": 970 }, + { "id": "knife_chef", "fg": 971 }, + { "id": "knife_combat", "fg": 972 }, + { "id": "knife_folding", "fg": 973 }, + { "id": "knife_hunting", "fg": 974 }, + { "id": "knife_paring", "fg": 975 }, + { "id": "knife_rambo", "fg": 976 }, + { "id": "knife_rm42", "fg": 977 }, + { "id": "knife_steak", "fg": 978 }, + { "id": "knife_swissarmy", "fg": 979 }, + { "id": "knife_trench", "fg": 980 }, + { "id": "makeshift_knife", "fg": 981 }, + { "id": "pockknife", "fg": 982 }, + { "id": "primitive_knife", "fg": 983 }, + { "id": "throwing_knife", "fg": 984 }, + { "id": "baseball", "fg": 1006 }, + { "id": "basketball", "fg": 1007 }, + { "id": "battery_car", "fg": 1008 }, + { "id": "beach_volleyball", "fg": 1009 }, + { "id": "bowling_ball", "fg": 1010 }, + { "id": "cell_phone", "fg": 1011 }, + { "id": "cell_phone_flashlight", "fg": 1012 }, + { "id": "cigar", "fg": 1013 }, + { "id": "cigar_butt", "fg": 1014 }, + { "id": "cigar_lit", "fg": 1015 }, + { "id": "ear_plugs", "fg": 1017 }, + { "id": "fiddlehead_boiled", "fg": 1018 }, + { "id": "fiddlehead_raw", "fg": 1019 }, + { "id": "fiddlehead_sauteed", "fg": 1020 }, + { "id": "flask_hip", "fg": 1021 }, + { "id": "football", "fg": 1022 }, + { "id": "golf_ball", "fg": 1023 }, + { "id": "holo_sight", "fg": 1024 }, + { "id": "indoor_volleyball", "fg": 1025 }, + { "id": "misc_repairkit", "fg": 1026 }, + { "id": "mre_beef_box", "fg": 1027 }, + { "id": "peephole", "fg": 1028 }, + { "id": "portable_game", "fg": 1029 }, + { "id": "puck", "fg": 1030 }, + { "id": "purse", "fg": 1031 }, + { "id": "suppressor", "fg": 1032 }, + { "id": "tourniquet_upper", "fg": 1033 }, + { "id": "two_way_radio", "fg": 1034 }, + { "id": "wristwatch", "fg": 1035 }, + { "id": "mushroom", "fg": 1036 }, + { "id": "cable_speaker", "fg": 1037 }, + { "id": "headphones_circumaural", "fg": 1038 }, + { "id": "microphone_xlr_generic", "fg": 1039 }, + { "id": "cattail_rhizome", "fg": 1047 }, + { "id": "chicory_raw", "fg": 1048 }, + { "id": "dahlia_root", "fg": 1052 }, + { "id": "lotus", "fg": 1059 }, + { "id": "poppy_bud", "fg": 1063 }, + { "id": "raw_burdock", "fg": 1066 }, + { "id": "raw_dandelion", "fg": 1067 }, + { "id": "spurge", "fg": 1069 }, + { "id": "popcan_stove", "fg": 1088 }, + { "id": "rad_badge", "fg": 1089 }, + { "id": "alexandrite_gold_ring", "fg": 1091 }, + { "id": "alexandrite_platinum_ring", "fg": 1092 }, + { "id": "alexandrite_silver_ring", "fg": 1093 }, + { "id": "amethyst_gold_ring", "fg": 1094 }, + { "id": "amethyst_platinum_ring", "fg": 1095 }, + { "id": "amethyst_silver_ring", "fg": 1096 }, + { "id": "aquamarine_gold_ring", "fg": 1097 }, + { "id": "aquamarine_platinum_ring", "fg": 1098 }, + { "id": "aquamarine_silver_ring", "fg": 1099 }, + { "id": "blue_topaz_gold_ring", "fg": 1100 }, + { "id": "blue_topaz_platinum_ring", "fg": 1101 }, + { "id": "blue_topaz_silver_ring", "fg": 1102 }, + { "id": "citrine_gold_ring", "fg": 1103 }, + { "id": "citrine_platinum_ring", "fg": 1104 }, + { "id": "citrine_silver_ring", "fg": 1105 }, + { "id": "diamond_platinum_ring", "fg": 1106 }, + { "id": "diamond_ring", "fg": 1107 }, + { "id": "diamond_silver_ring", "fg": 1108 }, + { "id": "emerald_gold_ring", "fg": 1109 }, + { "id": "emerald_platinum_ring", "fg": 1110 }, + { "id": "emerald_silver_ring", "fg": 1111 }, + { "id": "garnet_gold_ring", "fg": 1112 }, + { "id": "garnet_platinum_ring", "fg": 1113 }, + { "id": "garnet_silver_ring", "fg": 1114 }, + { "id": "gold_ring", "fg": 1115 }, + { "id": "opal_gold_ring", "fg": 1116 }, + { "id": "opal_platinum_ring", "fg": 1117 }, + { "id": "opal_silver_ring", "fg": 1118 }, + { "id": "pearl_gold_ring", "fg": 1119 }, + { "id": "pearl_platinum_ring", "fg": 1120 }, + { "id": "pearl_silver_ring", "fg": 1121 }, + { "id": "peridot_gold_ring", "fg": 1122 }, + { "id": "peridot_platinum_ring", "fg": 1123 }, + { "id": "peridot_silver_ring", "fg": 1124 }, + { "id": "ring_engagement", "fg": 1125 }, + { "id": "ruby_gold_ring", "fg": 1126 }, + { "id": "ruby_platinum_ring", "fg": 1127 }, + { "id": "ruby_silver_ring", "fg": 1128 }, + { "id": "sapphire_gold_ring", "fg": 1129 }, + { "id": "sapphire_platinum_ring", "fg": 1130 }, + { "id": "sapphire_silver_ring", "fg": 1131 }, + { "id": "tourmaline_gold_ring", "fg": 1132 }, + { "id": "tourmaline_platinum_ring", "fg": 1133 }, + { "id": "tourmaline_silver_ring", "fg": 1134 }, + { "id": "pebble", "fg": 1135 }, + { "id": "pebble_clay", "fg": 1136 }, + { "id": "rock", "fg": 1137 }, + { "id": "rock_flaking", "fg": 1138 }, + { "id": "rock_large", "fg": 1139 }, + { "id": "slime_scrap", "fg": 1148 }, + { "id": "clay_teapot", "fg": 1152 }, + { "id": "crucible", "fg": 1155 }, + { "id": "e_tool", "fg": 1157 }, + { "id": "tire_iron", "fg": 1169 }, + { "id": "towel", "fg": 1184 }, + { "id": "towel_soiled", "fg": 1185 }, + { "id": "towel_wet", "fg": 1186 }, + { "id": "battery_charger", "fg": 1187 }, + { "id": "recharge_station", "fg": 1188 }, + { "id": "wax", "fg": 1191 }, + { "id": "chestguard_hard", "fg": 1193 } ] }, { "file": "normal.png", - "//": "range 1184 to 4783", + "//": "range 1200 to 4799", "tiles": [ { "id": "fd_acid", - "fg": 1205, + "fg": 1221, "multitile": true, "additional_tiles": [ { "id": "center", "animated": true, "fg": [ - { "weight": 8, "sprite": 1190 }, { "weight": 8, "sprite": 1206 }, { "weight": 8, "sprite": 1222 }, { "weight": 8, "sprite": 1238 }, { "weight": 8, "sprite": 1254 }, { "weight": 8, "sprite": 1270 }, { "weight": 8, "sprite": 1286 }, - { "weight": 8, "sprite": 1302 } + { "weight": 8, "sprite": 1302 }, + { "weight": 8, "sprite": 1318 } ] }, { "id": "corner", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1192, 1194, 1193, 1191 ] }, { "weight": 8, "sprite": [ 1208, 1210, 1209, 1207 ] }, { "weight": 8, "sprite": [ 1224, 1226, 1225, 1223 ] }, { "weight": 8, "sprite": [ 1240, 1242, 1241, 1239 ] }, { "weight": 8, "sprite": [ 1256, 1258, 1257, 1255 ] }, { "weight": 8, "sprite": [ 1272, 1274, 1273, 1271 ] }, { "weight": 8, "sprite": [ 1288, 1290, 1289, 1287 ] }, - { "weight": 8, "sprite": [ 1304, 1306, 1305, 1303 ] } + { "weight": 8, "sprite": [ 1304, 1306, 1305, 1303 ] }, + { "weight": 8, "sprite": [ 1320, 1322, 1321, 1319 ] } ] }, { "id": "t_connection", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1202, 1204, 1203, 1201 ] }, { "weight": 8, "sprite": [ 1218, 1220, 1219, 1217 ] }, { "weight": 8, "sprite": [ 1234, 1236, 1235, 1233 ] }, { "weight": 8, "sprite": [ 1250, 1252, 1251, 1249 ] }, { "weight": 8, "sprite": [ 1266, 1268, 1267, 1265 ] }, { "weight": 8, "sprite": [ 1282, 1284, 1283, 1281 ] }, { "weight": 8, "sprite": [ 1298, 1300, 1299, 1297 ] }, - { "weight": 8, "sprite": [ 1314, 1316, 1315, 1313 ] } + { "weight": 8, "sprite": [ 1314, 1316, 1315, 1313 ] }, + { "weight": 8, "sprite": [ 1330, 1332, 1331, 1329 ] } ] }, { "id": "edge", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1196, 1195 ] }, { "weight": 8, "sprite": [ 1212, 1211 ] }, { "weight": 8, "sprite": [ 1228, 1227 ] }, { "weight": 8, "sprite": [ 1244, 1243 ] }, { "weight": 8, "sprite": [ 1260, 1259 ] }, { "weight": 8, "sprite": [ 1276, 1275 ] }, { "weight": 8, "sprite": [ 1292, 1291 ] }, - { "weight": 8, "sprite": [ 1308, 1307 ] } + { "weight": 8, "sprite": [ 1308, 1307 ] }, + { "weight": 8, "sprite": [ 1324, 1323 ] } ] }, { "id": "end_piece", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1198, 1200, 1199, 1197 ] }, { "weight": 8, "sprite": [ 1214, 1216, 1215, 1213 ] }, { "weight": 8, "sprite": [ 1230, 1232, 1231, 1229 ] }, { "weight": 8, "sprite": [ 1246, 1248, 1247, 1245 ] }, { "weight": 8, "sprite": [ 1262, 1264, 1263, 1261 ] }, { "weight": 8, "sprite": [ 1278, 1280, 1279, 1277 ] }, { "weight": 8, "sprite": [ 1294, 1296, 1295, 1293 ] }, - { "weight": 8, "sprite": [ 1310, 1312, 1311, 1309 ] } + { "weight": 8, "sprite": [ 1310, 1312, 1311, 1309 ] }, + { "weight": 8, "sprite": [ 1326, 1328, 1327, 1325 ] } ] }, { "id": "unconnected", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1205, 1205 ] }, { "weight": 8, "sprite": [ 1221, 1221 ] }, { "weight": 8, "sprite": [ 1237, 1237 ] }, { "weight": 8, "sprite": [ 1253, 1253 ] }, { "weight": 8, "sprite": [ 1269, 1269 ] }, { "weight": 8, "sprite": [ 1285, 1285 ] }, { "weight": 8, "sprite": [ 1301, 1301 ] }, - { "weight": 8, "sprite": [ 1317, 1317 ] } + { "weight": 8, "sprite": [ 1317, 1317 ] }, + { "weight": 8, "sprite": [ 1333, 1333 ] } ] } ] }, { "id": "fd_bile", - "fg": 1333, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1318 }, - { "id": "corner", "fg": [ 1320, 1322, 1321, 1319 ] }, - { "id": "t_connection", "fg": [ 1330, 1332, 1331, 1329 ] }, - { "id": "edge", "fg": [ 1324, 1323 ] }, - { "id": "end_piece", "fg": [ 1326, 1328, 1327, 1325 ] }, - { "id": "unconnected", "fg": [ 1333, 1333 ] } - ] - }, - { - "id": "fd_electricity", "fg": 1349, "multitile": true, "additional_tiles": [ @@ -1582,226 +1582,239 @@ { "id": "unconnected", "fg": [ 1349, 1349 ] } ] }, + { + "id": "fd_electricity", + "fg": 1365, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 1350 }, + { "id": "corner", "fg": [ 1352, 1354, 1353, 1351 ] }, + { "id": "t_connection", "fg": [ 1362, 1364, 1363, 1361 ] }, + { "id": "edge", "fg": [ 1356, 1355 ] }, + { "id": "end_piece", "fg": [ 1358, 1360, 1359, 1357 ] }, + { "id": "unconnected", "fg": [ 1365, 1365 ] } + ] + }, { "id": "fd_fire_int1", "animated": true, "fg": [ - { "weight": 8, "sprite": 1350 }, - { "weight": 8, "sprite": 1351 }, - { "weight": 8, "sprite": 1352 }, - { "weight": 8, "sprite": 1353 } + { "weight": 8, "sprite": 1366 }, + { "weight": 8, "sprite": 1367 }, + { "weight": 8, "sprite": 1368 }, + { "weight": 8, "sprite": 1369 } ] }, { "id": "fd_fire_int2", "animated": true, "fg": [ - { "weight": 8, "sprite": 1354 }, - { "weight": 8, "sprite": 1355 }, - { "weight": 8, "sprite": 1356 }, - { "weight": 8, "sprite": 1357 } + { "weight": 8, "sprite": 1370 }, + { "weight": 8, "sprite": 1371 }, + { "weight": 8, "sprite": 1372 }, + { "weight": 8, "sprite": 1373 } ] }, { "id": "fd_sludge", - "fg": 1405, + "fg": 1421, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 1358 }, { "weight": 1, "sprite": 1374 }, { "weight": 1, "sprite": 1390 } ] + "fg": [ { "weight": 1, "sprite": 1374 }, { "weight": 1, "sprite": 1390 }, { "weight": 1, "sprite": 1406 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 1360, 1362, 1361, 1359 ] }, { "weight": 1, "sprite": [ 1376, 1378, 1377, 1375 ] }, - { "weight": 1, "sprite": [ 1392, 1394, 1393, 1391 ] } + { "weight": 1, "sprite": [ 1392, 1394, 1393, 1391 ] }, + { "weight": 1, "sprite": [ 1408, 1410, 1409, 1407 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 1370, 1372, 1371, 1369 ] }, { "weight": 1, "sprite": [ 1386, 1388, 1387, 1385 ] }, - { "weight": 1, "sprite": [ 1402, 1404, 1403, 1401 ] } + { "weight": 1, "sprite": [ 1402, 1404, 1403, 1401 ] }, + { "weight": 1, "sprite": [ 1418, 1420, 1419, 1417 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 1364, 1363 ] }, { "weight": 1, "sprite": [ 1380, 1379 ] }, - { "weight": 1, "sprite": [ 1396, 1395 ] } + { "weight": 1, "sprite": [ 1396, 1395 ] }, + { "weight": 1, "sprite": [ 1412, 1411 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 1366, 1368, 1367, 1365 ] }, { "weight": 1, "sprite": [ 1382, 1384, 1383, 1381 ] }, - { "weight": 1, "sprite": [ 1398, 1400, 1399, 1397 ] } + { "weight": 1, "sprite": [ 1398, 1400, 1399, 1397 ] }, + { "weight": 1, "sprite": [ 1414, 1416, 1415, 1413 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 1373, 1373 ] }, { "weight": 1, "sprite": [ 1389, 1389 ] }, - { "weight": 1, "sprite": [ 1405, 1405 ] } + { "weight": 1, "sprite": [ 1405, 1405 ] }, + { "weight": 1, "sprite": [ 1421, 1421 ] } ] } ] }, { "id": "fd_sludge_int1", - "fg": 1453, + "fg": 1469, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 1406 }, { "weight": 1, "sprite": 1422 }, { "weight": 1, "sprite": 1438 } ] + "fg": [ { "weight": 1, "sprite": 1422 }, { "weight": 1, "sprite": 1438 }, { "weight": 1, "sprite": 1454 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 1408, 1410, 1409, 1407 ] }, { "weight": 1, "sprite": [ 1424, 1426, 1425, 1423 ] }, - { "weight": 1, "sprite": [ 1440, 1442, 1441, 1439 ] } + { "weight": 1, "sprite": [ 1440, 1442, 1441, 1439 ] }, + { "weight": 1, "sprite": [ 1456, 1458, 1457, 1455 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 1418, 1420, 1419, 1417 ] }, { "weight": 1, "sprite": [ 1434, 1436, 1435, 1433 ] }, - { "weight": 1, "sprite": [ 1450, 1452, 1451, 1449 ] } + { "weight": 1, "sprite": [ 1450, 1452, 1451, 1449 ] }, + { "weight": 1, "sprite": [ 1466, 1468, 1467, 1465 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 1412, 1411 ] }, { "weight": 1, "sprite": [ 1428, 1427 ] }, - { "weight": 1, "sprite": [ 1444, 1443 ] } + { "weight": 1, "sprite": [ 1444, 1443 ] }, + { "weight": 1, "sprite": [ 1460, 1459 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 1414, 1416, 1415, 1413 ] }, { "weight": 1, "sprite": [ 1430, 1432, 1431, 1429 ] }, - { "weight": 1, "sprite": [ 1446, 1448, 1447, 1445 ] } + { "weight": 1, "sprite": [ 1446, 1448, 1447, 1445 ] }, + { "weight": 1, "sprite": [ 1462, 1464, 1463, 1461 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 1421, 1421 ] }, { "weight": 1, "sprite": [ 1437, 1437 ] }, - { "weight": 1, "sprite": [ 1453, 1453 ] } + { "weight": 1, "sprite": [ 1453, 1453 ] }, + { "weight": 1, "sprite": [ 1469, 1469 ] } ] } ] }, { "id": "fd_sludge_int2", - "fg": 1501, + "fg": 1517, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 1454 }, { "weight": 1, "sprite": 1470 }, { "weight": 1, "sprite": 1486 } ] + "fg": [ { "weight": 1, "sprite": 1470 }, { "weight": 1, "sprite": 1486 }, { "weight": 1, "sprite": 1502 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 1456, 1458, 1457, 1455 ] }, { "weight": 1, "sprite": [ 1472, 1474, 1473, 1471 ] }, - { "weight": 1, "sprite": [ 1488, 1490, 1489, 1487 ] } + { "weight": 1, "sprite": [ 1488, 1490, 1489, 1487 ] }, + { "weight": 1, "sprite": [ 1504, 1506, 1505, 1503 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 1466, 1468, 1467, 1465 ] }, { "weight": 1, "sprite": [ 1482, 1484, 1483, 1481 ] }, - { "weight": 1, "sprite": [ 1498, 1500, 1499, 1497 ] } + { "weight": 1, "sprite": [ 1498, 1500, 1499, 1497 ] }, + { "weight": 1, "sprite": [ 1514, 1516, 1515, 1513 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 1460, 1459 ] }, { "weight": 1, "sprite": [ 1476, 1475 ] }, - { "weight": 1, "sprite": [ 1492, 1491 ] } + { "weight": 1, "sprite": [ 1492, 1491 ] }, + { "weight": 1, "sprite": [ 1508, 1507 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 1462, 1464, 1463, 1461 ] }, { "weight": 1, "sprite": [ 1478, 1480, 1479, 1477 ] }, - { "weight": 1, "sprite": [ 1494, 1496, 1495, 1493 ] } + { "weight": 1, "sprite": [ 1494, 1496, 1495, 1493 ] }, + { "weight": 1, "sprite": [ 1510, 1512, 1511, 1509 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 1469, 1469 ] }, { "weight": 1, "sprite": [ 1485, 1485 ] }, - { "weight": 1, "sprite": [ 1501, 1501 ] } + { "weight": 1, "sprite": [ 1501, 1501 ] }, + { "weight": 1, "sprite": [ 1517, 1517 ] } ] } ] }, { "id": "fd_sludge_int3", - "fg": 1549, + "fg": 1565, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 1502 }, { "weight": 1, "sprite": 1518 }, { "weight": 1, "sprite": 1534 } ] + "fg": [ { "weight": 1, "sprite": 1518 }, { "weight": 1, "sprite": 1534 }, { "weight": 1, "sprite": 1550 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 1504, 1506, 1505, 1503 ] }, { "weight": 1, "sprite": [ 1520, 1522, 1521, 1519 ] }, - { "weight": 1, "sprite": [ 1536, 1538, 1537, 1535 ] } + { "weight": 1, "sprite": [ 1536, 1538, 1537, 1535 ] }, + { "weight": 1, "sprite": [ 1552, 1554, 1553, 1551 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 1514, 1516, 1515, 1513 ] }, { "weight": 1, "sprite": [ 1530, 1532, 1531, 1529 ] }, - { "weight": 1, "sprite": [ 1546, 1548, 1547, 1545 ] } + { "weight": 1, "sprite": [ 1546, 1548, 1547, 1545 ] }, + { "weight": 1, "sprite": [ 1562, 1564, 1563, 1561 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 1508, 1507 ] }, { "weight": 1, "sprite": [ 1524, 1523 ] }, - { "weight": 1, "sprite": [ 1540, 1539 ] } + { "weight": 1, "sprite": [ 1540, 1539 ] }, + { "weight": 1, "sprite": [ 1556, 1555 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 1510, 1512, 1511, 1509 ] }, { "weight": 1, "sprite": [ 1526, 1528, 1527, 1525 ] }, - { "weight": 1, "sprite": [ 1542, 1544, 1543, 1541 ] } + { "weight": 1, "sprite": [ 1542, 1544, 1543, 1541 ] }, + { "weight": 1, "sprite": [ 1558, 1560, 1559, 1557 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 1517, 1517 ] }, { "weight": 1, "sprite": [ 1533, 1533 ] }, - { "weight": 1, "sprite": [ 1549, 1549 ] } + { "weight": 1, "sprite": [ 1549, 1549 ] }, + { "weight": 1, "sprite": [ 1565, 1565 ] } ] } ] @@ -1809,274 +1822,258 @@ { "id": "fd_tindalos_gas", "fg": [ - { "weight": 5, "sprite": 1560 }, - { "weight": 5, "sprite": 1562 }, - { "weight": 5, "sprite": 1563 }, - { "weight": 5, "sprite": 1564 }, - { "weight": 5, "sprite": 1565 }, - { "weight": 5, "sprite": 1566 }, - { "weight": 5, "sprite": 1567 }, - { "weight": 5, "sprite": 1568 }, - { "weight": 5, "sprite": 1569 }, - { "weight": 5, "sprite": 1561 } + { "weight": 5, "sprite": 1576 }, + { "weight": 5, "sprite": 1578 }, + { "weight": 5, "sprite": 1579 }, + { "weight": 5, "sprite": 1580 }, + { "weight": 5, "sprite": 1581 }, + { "weight": 5, "sprite": 1582 }, + { "weight": 5, "sprite": 1583 }, + { "weight": 5, "sprite": 1584 }, + { "weight": 5, "sprite": 1585 }, + { "weight": 5, "sprite": 1577 } ], "animated": true }, - { "id": "f_plant_seed", "fg": 1579, "rotates": false }, - { "id": "f_plant_seedling", "fg": 1580, "rotates": false }, - { "id": "f_plant_mature", "fg": 1578, "rotates": false }, - { "id": "f_plant_harvest", "fg": 1577, "rotates": false }, - { "id": "tr_rollmat", "fg": 1582 }, - { "id": "tr_fur_rollmat", "fg": 1581 }, - { "id": "f_air_conditioner", "fg": 1584 }, - { "id": "f_armchair", "rotates": true, "fg": [ 1587, 1588, 1586, 1585 ] }, - { "id": "f_ash", "fg": 1589 }, - { "id": "f_barricade_road", "fg": 1590 }, + { "id": "f_plant_seed", "fg": 1596, "rotates": false }, + { "id": "f_plant_seedling", "fg": 1597, "rotates": false }, + { "id": "f_plant_mature", "fg": 1595, "rotates": false }, + { "id": "f_plant_harvest", "fg": 1594, "rotates": false }, + { "id": "tr_rollmat", "fg": 1599 }, + { "id": "tr_fur_rollmat", "fg": 1598 }, + { "id": "f_air_conditioner", "fg": 1601 }, + { "id": "f_armchair", "rotates": true, "fg": [ 1604, 1605, 1603, 1602 ] }, + { "id": "f_ash", "fg": 1606 }, + { "id": "f_barricade_road", "fg": 1607 }, { "id": "f_bathtub", "multitile": true, - "fg": 1606, + "fg": 1623, "additional_tiles": [ - { "id": "center", "fg": 1591 }, - { "id": "corner", "fg": [ 1593, 1595, 1594, 1592 ] }, - { "id": "t_connection", "fg": [ 1603, 1605, 1604, 1602 ] }, - { "id": "edge", "fg": [ 1597, 1596 ] }, - { "id": "end_piece", "fg": [ 1599, 1601, 1600, 1598 ] }, - { "id": "unconnected", "fg": [ 1606, 1606 ] } + { "id": "center", "fg": 1608 }, + { "id": "corner", "fg": [ 1610, 1612, 1611, 1609 ] }, + { "id": "t_connection", "fg": [ 1620, 1622, 1621, 1619 ] }, + { "id": "edge", "fg": [ 1614, 1613 ] }, + { "id": "end_piece", "fg": [ 1616, 1618, 1617, 1615 ] }, + { "id": "unconnected", "fg": [ 1623, 1623 ] } ] }, { "id": "f_bed", "multitile": true, - "fg": 1624, + "fg": 1641, "additional_tiles": [ - { "id": "center", "fg": 1609 }, - { "id": "corner", "fg": [ 1611, 1613, 1612, 1610 ] }, - { "id": "t_connection", "fg": [ 1621, 1623, 1622, 1620 ] }, - { "id": "edge", "fg": [ 1615, 1614 ] }, - { "id": "end_piece", "fg": [ 1617, 1619, 1618, 1616 ] }, - { "id": "unconnected", "fg": [ 1624, 1624 ] } + { "id": "center", "fg": 1626 }, + { "id": "corner", "fg": [ 1628, 1630, 1629, 1627 ] }, + { "id": "t_connection", "fg": [ 1638, 1640, 1639, 1637 ] }, + { "id": "edge", "fg": [ 1632, 1631 ] }, + { "id": "end_piece", "fg": [ 1634, 1636, 1635, 1633 ] }, + { "id": "unconnected", "fg": [ 1641, 1641 ] } ] }, { "id": "f_bench", "multitile": true, - "fg": 1640, + "fg": 1657, "additional_tiles": [ - { "id": "center", "fg": 1625 }, - { "id": "corner", "fg": [ 1627, 1629, 1628, 1626 ] }, - { "id": "t_connection", "fg": [ 1637, 1639, 1638, 1636 ] }, - { "id": "edge", "fg": [ 1631, 1630 ] }, - { "id": "end_piece", "fg": [ 1633, 1635, 1634, 1632 ] }, - { "id": "unconnected", "fg": [ 1640, 1640 ] } + { "id": "center", "fg": 1642 }, + { "id": "corner", "fg": [ 1644, 1646, 1645, 1643 ] }, + { "id": "t_connection", "fg": [ 1654, 1656, 1655, 1653 ] }, + { "id": "edge", "fg": [ 1648, 1647 ] }, + { "id": "end_piece", "fg": [ 1650, 1652, 1651, 1649 ] }, + { "id": "unconnected", "fg": [ 1657, 1657 ] } ] }, - { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 1642 }, { "weight": 2, "sprite": 1643 } ] }, - { "id": "f_boulder_medium", "fg": 1644 }, - { "id": "f_boulder_small", "fg": 1645 }, - { "id": "f_generator_broken", "fg": 1646 }, - { "id": "t_generator_broken", "fg": 1646, "bg": 3328 }, - { "id": "f_bulletin", "fg": 1647 }, - { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 1648 }, - { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 1649 }, + { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 1659 }, { "weight": 2, "sprite": 1660 } ] }, + { "id": "f_boulder_medium", "fg": 1661 }, + { "id": "f_boulder_small", "fg": 1662 }, + { "id": "f_generator_broken", "fg": 1663 }, + { "id": "t_generator_broken", "fg": 1663, "bg": 3351 }, + { "id": "f_bulletin", "fg": 1664 }, + { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 1666 }, + { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 1667 }, { "id": [ "f_canvas_wall", "f_large_canvas_wall" ], "multitile": true, - "fg": 1665, + "fg": 1683, "additional_tiles": [ - { "id": "center", "fg": 1650 }, - { "id": "corner", "fg": [ 1652, 1654, 1653, 1651 ] }, - { "id": "t_connection", "fg": [ 1662, 1664, 1663, 1661 ] }, - { "id": "edge", "fg": [ 1656, 1655 ] }, - { "id": "end_piece", "fg": [ 1658, 1660, 1659, 1657 ] }, - { "id": "unconnected", "fg": 1665 } + { "id": "center", "fg": 1668 }, + { "id": "corner", "fg": [ 1670, 1672, 1671, 1669 ] }, + { "id": "t_connection", "fg": [ 1680, 1682, 1681, 1679 ] }, + { "id": "edge", "fg": [ 1674, 1673 ] }, + { "id": "end_piece", "fg": [ 1676, 1678, 1677, 1675 ] }, + { "id": "unconnected", "fg": 1683 } ] }, - { "id": "f_cardboard_box", "fg": 1666 }, - { "id": "f_centrifuge", "fg": 1667 }, - { "id": "t_centrifuge", "fg": 1667, "bg": 3557 }, - { "id": "f_chair", "rotates": true, "fg": [ 1670, 1671, 1669, 1668 ] }, - { "id": "f_chamomile", "fg": 1672 }, - { "id": "f_compact_ASRG_containment", "fg": 1674 }, + { "id": "f_cardboard_box", "fg": 1684 }, + { "id": "f_centrifuge", "fg": 1685 }, + { "id": "t_centrifuge", "fg": 1685, "bg": 3580 }, + { "id": "f_chair", "rotates": true, "fg": [ 1688, 1689, 1687, 1686 ] }, + { "id": "f_chamomile", "fg": 1690 }, + { "id": "f_compact_ASRG_containment", "fg": 1693 }, { "id": "f_counter", "multitile": true, - "fg": 1690, + "fg": 1709, "additional_tiles": [ - { "id": "center", "fg": 1675 }, - { "id": "corner", "fg": [ 1677, 1679, 1678, 1676 ] }, - { "id": "t_connection", "fg": [ 1687, 1689, 1688, 1686 ] }, - { "id": "edge", "fg": [ 1681, 1680 ] }, - { "id": "end_piece", "fg": [ 1683, 1685, 1684, 1682 ] }, - { "id": "unconnected", "fg": [ 1690, 1690 ] } + { "id": "center", "fg": 1694 }, + { "id": "corner", "fg": [ 1696, 1698, 1697, 1695 ] }, + { "id": "t_connection", "fg": [ 1706, 1708, 1707, 1705 ] }, + { "id": "edge", "fg": [ 1700, 1699 ] }, + { "id": "end_piece", "fg": [ 1702, 1704, 1703, 1701 ] }, + { "id": "unconnected", "fg": [ 1709, 1709 ] } ] }, { "id": "f_cupboard", "multitile": true, - "fg": 1706, + "fg": 1725, "additional_tiles": [ - { "id": "center", "fg": 1691 }, - { "id": "corner", "fg": [ 1693, 1695, 1694, 1692 ] }, - { "id": "t_connection", "fg": [ 1703, 1705, 1704, 1702 ] }, - { "id": "edge", "fg": [ 1697, 1696 ] }, - { "id": "end_piece", "fg": [ 1699, 1701, 1700, 1698 ] }, - { "id": "unconnected", "fg": [ 1706, 1706 ] } + { "id": "center", "fg": 1710 }, + { "id": "corner", "fg": [ 1712, 1714, 1713, 1711 ] }, + { "id": "t_connection", "fg": [ 1722, 1724, 1723, 1721 ] }, + { "id": "edge", "fg": [ 1716, 1715 ] }, + { "id": "end_piece", "fg": [ 1718, 1720, 1719, 1717 ] }, + { "id": "unconnected", "fg": [ 1725, 1725 ] } ] }, - { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 1709 }, { "weight": 2, "sprite": 1710 } ] }, - { "id": "f_dandelion_season_spring", "fg": 1711 }, - { "id": "f_dandelion_season_summer", "fg": 1713 }, - { "id": "f_dandelion_season_autumn", "fg": 1712 }, - { "id": "f_dandelion_season_winter", "fg": 1714 }, - { "id": "f_datura", "fg": 1715 }, + { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 1728 }, { "weight": 2, "sprite": 1729 } ] }, + { "id": "f_dandelion_season_spring", "fg": 1730 }, + { "id": "f_dandelion_season_summer", "fg": 1732 }, + { "id": "f_dandelion_season_autumn", "fg": 1731 }, + { "id": "f_dandelion_season_winter", "fg": 1733 }, + { "id": "f_datura", "fg": 1734 }, { "id": "f_desk", "multitile": true, - "fg": 1731, + "fg": 1750, "additional_tiles": [ - { "id": "center", "fg": 1716 }, - { "id": "corner", "fg": [ 1718, 1720, 1719, 1717 ] }, - { "id": "t_connection", "fg": [ 1728, 1730, 1729, 1727 ] }, - { "id": "edge", "fg": [ 1722, 1721 ] }, - { "id": "end_piece", "fg": [ 1724, 1726, 1725, 1723 ] }, - { "id": "unconnected", "fg": [ 1731, 1731 ] } + { "id": "center", "fg": 1735 }, + { "id": "corner", "fg": [ 1737, 1739, 1738, 1736 ] }, + { "id": "t_connection", "fg": [ 1747, 1749, 1748, 1746 ] }, + { "id": "edge", "fg": [ 1741, 1740 ] }, + { "id": "end_piece", "fg": [ 1743, 1745, 1744, 1742 ] }, + { "id": "unconnected", "fg": [ 1750, 1750 ] } ] }, - { "id": "f_displaycase", "fg": 1732 }, - { "id": "f_entertainment_center", "fg": 1733 }, - { "id": "f_filing_cabinet", "fg": 1734 }, - { "id": "f_firering", "fg": 1735 }, - { "id": "f_flower_spurge", "fg": 1736 }, - { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 1737 }, { "weight": 2, "sprite": 1738 } ] }, + { "id": "f_displaycase", "fg": 1751 }, + { "id": "f_entertainment_center", "fg": 1752 }, + { "id": "f_filing_cabinet", "fg": 1753 }, + { "id": "f_firering", "fg": 1754 }, + { "id": "f_flower_spurge", "fg": 1755 }, + { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 1756 }, { "weight": 2, "sprite": 1757 } ] }, { "id": [ "f_grave_stone", "f_grave_head" ], - "fg": [ { "weight": 1, "sprite": 1739 }, { "weight": 1, "sprite": 1740 } ] - }, - { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 1741 }, { "weight": 1, "sprite": 1742 } ] }, - { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 1743 }, - { "id": "f_gunsafe_ml", "fg": 1746 }, - { "id": "f_gunsafe_mj", "fg": 1745 }, - { "id": "f_gun_safe_el", "fg": 1744 }, - { "id": "f_hay", "fg": 1747 }, - { "id": "f_indoor_plant", "fg": 1748 }, - { "id": "f_indoor_plant_y", "fg": 1749 }, - { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 1750 }, - { "id": [ "f_kiln_empty", "f_kiln_full" ], "fg": 1751 }, - { "id": "f_leather_tarp", "fg": 1752 }, - { "id": "f_mailbox", "fg": 1754 }, - { "id": "f_metal_crate_r", "fg": 1757 }, - { "id": "f_metal_crate_c", "fg": 1755 }, - { "id": "f_metal_crate_o", "fg": 1756 }, + "fg": [ { "weight": 1, "sprite": 1758 }, { "weight": 1, "sprite": 1759 } ] + }, + { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 1760 }, { "weight": 1, "sprite": 1761 } ] }, + { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 1762 }, + { "id": "f_gunsafe_ml", "fg": 1765 }, + { "id": "f_gunsafe_mj", "fg": 1764 }, + { "id": "f_gun_safe_el", "fg": 1763 }, + { "id": "f_hay", "fg": 1766 }, + { "id": "f_indoor_plant", "fg": 1767 }, + { "id": "f_indoor_plant_y", "fg": 1768 }, + { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 1769 }, + { "id": [ "f_kiln_empty", "f_kiln_full" ], "fg": 1770 }, + { "id": "f_leather_tarp", "fg": 1771 }, + { "id": "f_mailbox", "fg": 1774 }, + { "id": "f_metal_crate_r", "fg": 1777 }, + { "id": "f_metal_crate_c", "fg": 1775 }, + { "id": "f_metal_crate_o", "fg": 1776 }, { "id": "f_metal_table", "multitile": true, - "fg": 1773, + "fg": 1793, "additional_tiles": [ - { "id": "center", "fg": 1758 }, - { "id": "corner", "fg": [ 1760, 1762, 1761, 1759 ] }, - { "id": "t_connection", "fg": [ 1770, 1772, 1771, 1769 ] }, - { "id": "edge", "fg": [ 1764, 1763 ] }, - { "id": "end_piece", "fg": [ 1766, 1768, 1767, 1765 ] }, - { "id": "unconnected", "fg": [ 1773, 1773 ] } + { "id": "center", "fg": 1778 }, + { "id": "corner", "fg": [ 1780, 1782, 1781, 1779 ] }, + { "id": "t_connection", "fg": [ 1790, 1792, 1791, 1789 ] }, + { "id": "edge", "fg": [ 1784, 1783 ] }, + { "id": "end_piece", "fg": [ 1786, 1788, 1787, 1785 ] }, + { "id": "unconnected", "fg": [ 1793, 1793 ] } ] }, - { "id": "f_alien_anemone", "fg": 1774 }, - { "id": "f_alien_table", "fg": 1775 }, - { "id": "f_mustard_season_spring", "fg": 1777, "rotates": false }, - { "id": "f_mustard_season_summer", "fg": 1778, "rotates": false }, - { "id": "f_mustard_season_autumn", "fg": 1776, "rotates": false }, - { "id": "f_mustard_season_winter", "fg": 1779, "rotates": false }, - { "id": "f_mutpoppy", "fg": 1780 }, + { "id": "f_alien_anemone", "fg": 1794 }, + { "id": "f_alien_table", "fg": 1795 }, + { "id": "f_mustard_season_spring", "fg": 1797, "rotates": false }, + { "id": "f_mustard_season_summer", "fg": 1798, "rotates": false }, + { "id": "f_mustard_season_autumn", "fg": 1796, "rotates": false }, + { "id": "f_mustard_season_winter", "fg": 1799, "rotates": false }, + { "id": "f_mutpoppy", "fg": 1800 }, { "id": "f_planter", "multitile": true, - "fg": 1796, + "fg": 1816, "additional_tiles": [ - { "id": "center", "fg": 1781 }, - { "id": "corner", "fg": [ 1783, 1785, 1784, 1782 ] }, - { "id": "t_connection", "fg": [ 1793, 1795, 1794, 1792 ] }, - { "id": "edge", "fg": [ 1787, 1786 ] }, - { "id": "end_piece", "fg": [ 1789, 1791, 1790, 1788 ] }, - { "id": "unconnected", "fg": [ 1796, 1796 ] } + { "id": "center", "fg": 1801 }, + { "id": "corner", "fg": [ 1803, 1805, 1804, 1802 ] }, + { "id": "t_connection", "fg": [ 1813, 1815, 1814, 1812 ] }, + { "id": "edge", "fg": [ 1807, 1806 ] }, + { "id": "end_piece", "fg": [ 1809, 1811, 1810, 1808 ] }, + { "id": "unconnected", "fg": [ 1816, 1816 ] } ] }, { "id": "f_planter_harvest", "multitile": true, - "fg": 1812, + "fg": 1832, "additional_tiles": [ - { "id": "center", "fg": 1797 }, - { "id": "corner", "fg": [ 1799, 1801, 1800, 1798 ] }, - { "id": "t_connection", "fg": [ 1809, 1811, 1810, 1808 ] }, - { "id": "edge", "fg": [ 1803, 1802 ] }, - { "id": "end_piece", "fg": [ 1805, 1807, 1806, 1804 ] }, - { "id": "unconnected", "fg": [ 1812, 1812 ] } + { "id": "center", "fg": 1817 }, + { "id": "corner", "fg": [ 1819, 1821, 1820, 1818 ] }, + { "id": "t_connection", "fg": [ 1829, 1831, 1830, 1828 ] }, + { "id": "edge", "fg": [ 1823, 1822 ] }, + { "id": "end_piece", "fg": [ 1825, 1827, 1826, 1824 ] }, + { "id": "unconnected", "fg": [ 1832, 1832 ] } ] }, { "id": "f_planter_mature", "multitile": true, - "fg": 1828, + "fg": 1848, "additional_tiles": [ - { "id": "center", "fg": 1813 }, - { "id": "corner", "fg": [ 1815, 1817, 1816, 1814 ] }, - { "id": "t_connection", "fg": [ 1825, 1827, 1826, 1824 ] }, - { "id": "edge", "fg": [ 1819, 1818 ] }, - { "id": "end_piece", "fg": [ 1821, 1823, 1822, 1820 ] }, - { "id": "unconnected", "fg": [ 1828, 1828 ] } + { "id": "center", "fg": 1833 }, + { "id": "corner", "fg": [ 1835, 1837, 1836, 1834 ] }, + { "id": "t_connection", "fg": [ 1845, 1847, 1846, 1844 ] }, + { "id": "edge", "fg": [ 1839, 1838 ] }, + { "id": "end_piece", "fg": [ 1841, 1843, 1842, 1840 ] }, + { "id": "unconnected", "fg": [ 1848, 1848 ] } ] }, { "id": "f_planter_seedling", "multitile": true, - "fg": 1844, + "fg": 1864, "additional_tiles": [ - { "id": "center", "fg": 1829 }, - { "id": "corner", "fg": [ 1831, 1833, 1832, 1830 ] }, - { "id": "t_connection", "fg": [ 1841, 1843, 1842, 1840 ] }, - { "id": "edge", "fg": [ 1835, 1834 ] }, - { "id": "end_piece", "fg": [ 1837, 1839, 1838, 1836 ] }, - { "id": "unconnected", "fg": [ 1844, 1844 ] } + { "id": "center", "fg": 1849 }, + { "id": "corner", "fg": [ 1851, 1853, 1852, 1850 ] }, + { "id": "t_connection", "fg": [ 1861, 1863, 1862, 1860 ] }, + { "id": "edge", "fg": [ 1855, 1854 ] }, + { "id": "end_piece", "fg": [ 1857, 1859, 1858, 1856 ] }, + { "id": "unconnected", "fg": [ 1864, 1864 ] } ] }, - { "id": "f_plastic_groundsheet", "fg": 1845 }, + { "id": "f_plastic_groundsheet", "fg": 1865 }, { "id": "f_pool_table", "multitile": true, - "fg": 1861, + "fg": 1881, "additional_tiles": [ - { "id": "center", "fg": 1846 }, - { "id": "corner", "fg": [ 1848, 1850, 1849, 1847 ] }, - { "id": "t_connection", "fg": [ 1858, 1860, 1859, 1857 ] }, - { "id": "edge", "fg": [ 1852, 1851 ] }, - { "id": "end_piece", "fg": [ 1854, 1856, 1855, 1853 ] }, - { "id": "unconnected", "fg": 1861 } + { "id": "center", "fg": 1866 }, + { "id": "corner", "fg": [ 1868, 1870, 1869, 1867 ] }, + { "id": "t_connection", "fg": [ 1878, 1880, 1879, 1877 ] }, + { "id": "edge", "fg": [ 1872, 1871 ] }, + { "id": "end_piece", "fg": [ 1874, 1876, 1875, 1873 ] }, + { "id": "unconnected", "fg": 1881 } ] }, - { "id": "f_rack", "fg": 1862 }, - { "id": "f_rack_wood", "fg": 1863 }, - { "id": "f_recycle_bin", "fg": 1864 }, - { "id": "f_rubble", "fg": 1865 }, - { "id": "f_rubble_rock", "fg": 1866 }, + { "id": "f_rack", "fg": 1882 }, + { "id": "f_rack_wood", "fg": 1883 }, + { "id": "f_recycle_bin", "fg": 1884 }, + { "id": "f_rubble", "fg": 1885 }, + { "id": "f_rubble_rock", "fg": 1886 }, { "id": "f_scrap_bridge", - "fg": 1882, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1867 }, - { "id": "corner", "fg": [ 1869, 1871, 1870, 1868 ] }, - { "id": "t_connection", "fg": [ 1879, 1881, 1880, 1878 ] }, - { "id": "edge", "fg": [ 1873, 1872 ] }, - { "id": "end_piece", "fg": [ 1875, 1877, 1876, 1874 ] }, - { "id": "unconnected", "fg": [ 1882, 1882 ] } - ] - }, - { "id": "f_sign", "fg": 1883 }, - { "id": "f_skin_door", "fg": 1884 }, - { "id": "f_skin_door_o", "fg": 1885 }, - { - "id": "f_skin_wall", "fg": 1902, "multitile": true, "additional_tiles": [ @@ -2085,182 +2082,198 @@ { "id": "t_connection", "fg": [ 1899, 1901, 1900, 1898 ] }, { "id": "edge", "fg": [ 1893, 1892 ] }, { "id": "end_piece", "fg": [ 1895, 1897, 1896, 1894 ] }, - { "id": "unconnected", "fg": 1902 } + { "id": "unconnected", "fg": [ 1902, 1902 ] } + ] + }, + { "id": "f_sign", "fg": 1903 }, + { "id": "f_skin_door", "fg": 1904 }, + { "id": "f_skin_door_o", "fg": 1905 }, + { + "id": "f_skin_wall", + "fg": 1922, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 1907 }, + { "id": "corner", "fg": [ 1909, 1911, 1910, 1908 ] }, + { "id": "t_connection", "fg": [ 1919, 1921, 1920, 1918 ] }, + { "id": "edge", "fg": [ 1913, 1912 ] }, + { "id": "end_piece", "fg": [ 1915, 1917, 1916, 1914 ] }, + { "id": "unconnected", "fg": 1922 } ] }, { "id": "f_sofa", "multitile": true, - "fg": 1918, + "fg": 1938, "additional_tiles": [ - { "id": "center", "fg": 1903 }, - { "id": "corner", "fg": [ 1905, 1907, 1906, 1904 ] }, - { "id": "t_connection", "fg": [ 1915, 1917, 1916, 1914 ] }, - { "id": "edge", "fg": [ 1909, 1908 ] }, - { "id": "end_piece", "fg": [ 1911, 1913, 1912, 1910 ] }, - { "id": "unconnected", "fg": [ 1918, 1918 ] } + { "id": "center", "fg": 1923 }, + { "id": "corner", "fg": [ 1925, 1927, 1926, 1924 ] }, + { "id": "t_connection", "fg": [ 1935, 1937, 1936, 1934 ] }, + { "id": "edge", "fg": [ 1929, 1928 ] }, + { "id": "end_piece", "fg": [ 1931, 1933, 1932, 1930 ] }, + { "id": "unconnected", "fg": [ 1938, 1938 ] } ] }, - { "id": "f_stool", "fg": 1919 }, - { "id": "f_sunflower_season_spring", "fg": 1920 }, - { "id": "f_sunflower_season_winter", "fg": 1921 }, + { "id": "f_stool", "fg": 1939 }, + { "id": "f_sunflower_season_spring", "fg": 1940 }, + { "id": "f_sunflower_season_winter", "fg": 1941 }, { "id": "f_table", "multitile": true, - "fg": 1937, + "fg": 1957, "additional_tiles": [ - { "id": "center", "fg": 1922 }, - { "id": "corner", "fg": [ 1924, 1926, 1925, 1923 ] }, - { "id": "t_connection", "fg": [ 1934, 1936, 1935, 1933 ] }, - { "id": "edge", "fg": [ 1928, 1927 ] }, - { "id": "end_piece", "fg": [ 1930, 1932, 1931, 1929 ] }, - { "id": "unconnected", "fg": [ 1937, 1937 ] } + { "id": "center", "fg": 1942 }, + { "id": "corner", "fg": [ 1944, 1946, 1945, 1943 ] }, + { "id": "t_connection", "fg": [ 1954, 1956, 1955, 1953 ] }, + { "id": "edge", "fg": [ 1948, 1947 ] }, + { "id": "end_piece", "fg": [ 1950, 1952, 1951, 1949 ] }, + { "id": "unconnected", "fg": [ 1957, 1957 ] } ] }, - { "id": "f_toilet", "fg": 1938 }, - { "id": "f_trashcan", "fg": 1939 }, - { "id": "f_wreckage", "fg": 1940 }, - { "id": "f_lilypad", "fg": 1941 }, - { "id": "f_small_satelitte_dish", "fg": 1945 }, - { "id": "f_TV_antenna", "fg": 1942 }, - { "id": "f_cellphone_booster", "fg": 1943 }, - { "id": "f_vent_pipe", "fg": 1946 }, - { "id": "f_roof_turbine_vent", "fg": 1944 }, + { "id": "f_toilet", "fg": 1958 }, + { "id": "f_trashcan", "fg": 1959 }, + { "id": "f_wreckage", "fg": 1960 }, + { "id": "f_lilypad", "fg": 1961 }, + { "id": "f_small_satelitte_dish", "fg": 1965 }, + { "id": "f_TV_antenna", "fg": 1962 }, + { "id": "f_cellphone_booster", "fg": 1963 }, + { "id": "f_vent_pipe", "fg": 1966 }, + { "id": "f_roof_turbine_vent", "fg": 1964 }, { "id": "f_sandbag_half", "multitile": true, - "fg": 1962, - "additional_tiles": [ - { "id": "center", "fg": 1947 }, - { "id": "corner", "fg": [ 1949, 1951, 1950, 1948 ] }, - { "id": "t_connection", "fg": [ 1959, 1961, 1960, 1958 ] }, - { "id": "edge", "fg": [ 1953, 1952 ] }, - { "id": "end_piece", "fg": [ 1955, 1957, 1956, 1954 ] }, - { "id": "unconnected", "fg": [ 1962, 1962 ] } - ] - }, - { "id": "1st_aid", "fg": 1963 }, - { "id": "2x4", "fg": 1964 }, - { "id": "halberd", "fg": 1985 }, - { "id": "halberd_fake", "fg": 1985 }, - { "id": "nodachi", "fg": 1993 }, - { "id": "nodachi_fake", "fg": 1993 }, - { "id": "nodachi_inferior", "fg": 1993 }, - { "id": "arming_sword", "fg": 2130 }, - { "id": "art_sphere", "fg": 2145 }, - { "id": "art_rod", "fg": 2143 }, - { "id": "art_teardrop", "fg": 2147 }, - { "id": "art_lamp", "fg": 2139 }, - { "id": "art_snake", "fg": 2144 }, - { "id": "art_disc", "fg": 2136 }, - { "id": "art_beads", "fg": 2133 }, - { "id": "art_napkin", "fg": 2140 }, - { "id": "art_urchin", "fg": 2149 }, - { "id": "art_jelly", "fg": 2137 }, - { "id": "art_spiral", "fg": 2146 }, - { "id": "art_pin", "fg": 2141 }, - { "id": "art_tube", "fg": 2148 }, - { "id": "art_pyramid", "fg": 2142 }, - { "id": "art_crystal", "fg": 2135 }, - { "id": "art_knot", "fg": 2138 }, - { "id": "art_crescent", "fg": 2134 }, - { "id": "altered_teapot", "fg": 2131 }, - { "id": "architect_cube", "fg": 2132 }, - { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 2207 }, - { "id": [ "ak47", "aksemi" ], "fg": 2157 }, - { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 2171 }, - { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 2208 }, - { "id": [ "m249", "m249_semi" ], "fg": 2216 }, - { "id": [ "m60", "m60_semi" ], "fg": 2226 }, - { "id": [ "mp40", "mp40semi" ], "fg": 2242 }, - { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 2281 }, - { "id": "fire_ax", "fg": 2297 }, - { "id": "ax", "fg": 2300 }, - { "id": "hatchet", "fg": 2298 }, - { "id": "backpack", "fg": 2301 }, - { "id": "duffelbag", "fg": 2302 }, - { "id": "molle_pack", "fg": 2303 }, - { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 2306 }, - { "id": "bag_canvas", "fg": 2309 }, - { "id": "bat", "fg": 2310 }, - { "id": "bat_metal", "fg": 2311 }, - { "id": "blanket", "fg": 2312 }, - { "id": "down_blanket", "fg": 2313 }, - { "id": "electric_blanket", "fg": 2314 }, - { "id": "board_trap", "fg": 2315 }, - { "id": [ "compbow", "compbow_high", "compbow_low" ], "fg": 2316 }, - { "id": "box_large", "fg": 2327 }, - { "id": "box_medium", "fg": 2328 }, - { "id": "broom", "fg": 2329 }, - { "id": "bwirebat", "fg": 2330 }, - { "id": "cattlefodder", "fg": 2348 }, - { "id": "chainsaw_off", "fg": 2349 }, - { "id": "axe_ring", "fg": 2356 }, - { "id": "balclava", "fg": 2357 }, - { "id": "beret", "fg": 2358 }, - { "id": "boots", "fg": 2359 }, - { "id": "boxer_briefs", "fg": 2360 }, - { "id": "boxer_shorts", "fg": 2361 }, - { "id": "boy_shorts", "fg": 2362 }, - { "id": "bra", "fg": 2363 }, - { "id": "briefs", "fg": 2364 }, - { "id": "bscabbard", "fg": 2365 }, - { "id": "corset", "fg": 2368 }, - { "id": "cowboy_hat", "fg": 2369 }, - { "id": "dress_shoes", "fg": 2370 }, - { "id": "hat_ball", "fg": 2371 }, - { "id": "hat_cotton", "fg": 2372 }, - { "id": "hat_fur", "fg": 2373 }, - { "id": "hat_knit", "fg": 2375 }, - { "id": "hat_noise_cancelling", "fg": 2376 }, - { "id": "helmet_barbute", "fg": 2377 }, - { "id": "helmet_chitin", "fg": 2378 }, - { "id": "helmet_kabuto", "fg": 2379 }, - { "id": "holster", "fg": 2380 }, - { "id": "hoodie", "fg": 2381 }, - { "id": "jeans", "fg": 2384 }, - { "id": "leather_belt", "fg": 2385 }, - { "id": "longshirt", "fg": 2386 }, - { "id": "maid_dress", "fg": 2387 }, - { "id": "maid_hat", "fg": 2388 }, - { "id": "mask_dust", "fg": 2389 }, - { "id": "panties", "fg": 2390 }, - { "id": "pants", "fg": 2391 }, - { "id": "pants_cargo", "fg": 2392 }, - { "id": "polo_shirt", "fg": 2393 }, - { "id": "ragpouch", "fg": 2394 }, - { "id": "scabbard", "fg": 2395 }, - { "id": "sneakers", "fg": 2397 }, - { "id": "socks", "fg": 2398 }, - { "id": "spearsling", "fg": 2399 }, - { "id": "stockings", "fg": 2401 }, - { "id": "sweater", "fg": 2404 }, - { "id": "sweatshirt", "fg": 2405 }, - { "id": "tank_top", "fg": 2406 }, - { "id": "tool_belt", "fg": 2407 }, - { "id": "tshirt", "fg": 2408 }, - { "id": "turban", "fg": 2409 }, - { "id": "undershirt", "fg": 2410 }, - { "id": "coat_lab", "fg": 2366 }, - { "id": "coat_rain", "fg": 2367 }, - { "id": "sports_bra", "fg": 2400 }, - { "id": "skirt", "fg": 2396 }, - { "id": "jacket_light", "fg": 2383 }, - { "id": "jacket_army", "fg": 2382 }, - { "id": "hat_hard", "fg": 2374 }, - { "id": "striped_pants", "fg": 2402 }, - { "id": "striped_shirt", "fg": 2403 }, - { "id": "cloak", "fg": 2411 }, - { "id": "cloak_wool", "fg": 2414 }, - { "id": "cloak_leather", "fg": 2413 }, - { "id": "cloak_fur", "fg": 2412 }, - { "id": "coffeemaker", "fg": 2415 }, - { "id": "contacts", "fg": 2416 }, - { "id": "corpse", "fg": 2417 }, - { "id": "corpse_generic_human", "fg": 2418 }, - { "id": "crowbar", "fg": 2426 }, - { "id": "filter_air", "fg": 2429 }, - { "id": "fish_bait", "fg": 2430 }, + "fg": 1982, + "additional_tiles": [ + { "id": "center", "fg": 1967 }, + { "id": "corner", "fg": [ 1969, 1971, 1970, 1968 ] }, + { "id": "t_connection", "fg": [ 1979, 1981, 1980, 1978 ] }, + { "id": "edge", "fg": [ 1973, 1972 ] }, + { "id": "end_piece", "fg": [ 1975, 1977, 1976, 1974 ] }, + { "id": "unconnected", "fg": [ 1982, 1982 ] } + ] + }, + { "id": "1st_aid", "fg": 1983 }, + { "id": "2x4", "fg": 1984 }, + { "id": "halberd", "fg": 2005 }, + { "id": "halberd_fake", "fg": 2005 }, + { "id": "nodachi", "fg": 2013 }, + { "id": "nodachi_fake", "fg": 2013 }, + { "id": "nodachi_inferior", "fg": 2013 }, + { "id": "arming_sword", "fg": 2150 }, + { "id": "art_sphere", "fg": 2165 }, + { "id": "art_rod", "fg": 2163 }, + { "id": "art_teardrop", "fg": 2167 }, + { "id": "art_lamp", "fg": 2159 }, + { "id": "art_snake", "fg": 2164 }, + { "id": "art_disc", "fg": 2156 }, + { "id": "art_beads", "fg": 2153 }, + { "id": "art_napkin", "fg": 2160 }, + { "id": "art_urchin", "fg": 2169 }, + { "id": "art_jelly", "fg": 2157 }, + { "id": "art_spiral", "fg": 2166 }, + { "id": "art_pin", "fg": 2161 }, + { "id": "art_tube", "fg": 2168 }, + { "id": "art_pyramid", "fg": 2162 }, + { "id": "art_crystal", "fg": 2155 }, + { "id": "art_knot", "fg": 2158 }, + { "id": "art_crescent", "fg": 2154 }, + { "id": "altered_teapot", "fg": 2151 }, + { "id": "architect_cube", "fg": 2152 }, + { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 2227 }, + { "id": [ "ak47", "aksemi" ], "fg": 2177 }, + { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 2191 }, + { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 2228 }, + { "id": [ "m249", "m249_semi" ], "fg": 2236 }, + { "id": [ "m60", "m60_semi" ], "fg": 2246 }, + { "id": [ "mp40", "mp40semi" ], "fg": 2262 }, + { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 2301 }, + { "id": "fire_ax", "fg": 2317 }, + { "id": "ax", "fg": 2320 }, + { "id": "hatchet", "fg": 2318 }, + { "id": "backpack", "fg": 2321 }, + { "id": "duffelbag", "fg": 2322 }, + { "id": "molle_pack", "fg": 2323 }, + { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 2326 }, + { "id": "bag_canvas", "fg": 2329 }, + { "id": "bat", "fg": 2330 }, + { "id": "bat_metal", "fg": 2331 }, + { "id": "blanket", "fg": 2332 }, + { "id": "down_blanket", "fg": 2333 }, + { "id": "electric_blanket", "fg": 2334 }, + { "id": "board_trap", "fg": 2335 }, + { "id": [ "compbow", "compbow_high", "compbow_low" ], "fg": 2336 }, + { "id": "box_large", "fg": 2347 }, + { "id": "box_medium", "fg": 2348 }, + { "id": "broom", "fg": 2349 }, + { "id": "bwirebat", "fg": 2350 }, + { "id": "cattlefodder", "fg": 2368 }, + { "id": "chainsaw_off", "fg": 2369 }, + { "id": "axe_ring", "fg": 2376 }, + { "id": "balclava", "fg": 2377 }, + { "id": "beret", "fg": 2378 }, + { "id": "boots", "fg": 2379 }, + { "id": "boxer_briefs", "fg": 2380 }, + { "id": "boxer_shorts", "fg": 2381 }, + { "id": "boy_shorts", "fg": 2382 }, + { "id": "bra", "fg": 2383 }, + { "id": "briefs", "fg": 2384 }, + { "id": "bscabbard", "fg": 2385 }, + { "id": "corset", "fg": 2388 }, + { "id": "cowboy_hat", "fg": 2389 }, + { "id": "dress_shoes", "fg": 2390 }, + { "id": "hat_ball", "fg": 2391 }, + { "id": "hat_cotton", "fg": 2392 }, + { "id": "hat_fur", "fg": 2393 }, + { "id": "hat_knit", "fg": 2395 }, + { "id": "hat_noise_cancelling", "fg": 2396 }, + { "id": "helmet_barbute", "fg": 2397 }, + { "id": "helmet_chitin", "fg": 2398 }, + { "id": "helmet_kabuto", "fg": 2399 }, + { "id": "holster", "fg": 2400 }, + { "id": "hoodie", "fg": 2401 }, + { "id": "jeans", "fg": 2404 }, + { "id": "leather_belt", "fg": 2405 }, + { "id": "longshirt", "fg": 2406 }, + { "id": "maid_dress", "fg": 2407 }, + { "id": "maid_hat", "fg": 2408 }, + { "id": "mask_dust", "fg": 2409 }, + { "id": "panties", "fg": 2410 }, + { "id": "pants", "fg": 2411 }, + { "id": "pants_cargo", "fg": 2412 }, + { "id": "polo_shirt", "fg": 2413 }, + { "id": "ragpouch", "fg": 2414 }, + { "id": "scabbard", "fg": 2415 }, + { "id": "sneakers", "fg": 2417 }, + { "id": "socks", "fg": 2418 }, + { "id": "spearsling", "fg": 2419 }, + { "id": "stockings", "fg": 2421 }, + { "id": "sweater", "fg": 2424 }, + { "id": "sweatshirt", "fg": 2425 }, + { "id": "tank_top", "fg": 2426 }, + { "id": "tool_belt", "fg": 2427 }, + { "id": "tshirt", "fg": 2428 }, + { "id": "turban", "fg": 2429 }, + { "id": "undershirt", "fg": 2430 }, + { "id": "coat_lab", "fg": 2386 }, + { "id": "coat_rain", "fg": 2387 }, + { "id": "sports_bra", "fg": 2420 }, + { "id": "skirt", "fg": 2416 }, + { "id": "jacket_light", "fg": 2403 }, + { "id": "jacket_army", "fg": 2402 }, + { "id": "hat_hard", "fg": 2394 }, + { "id": "striped_pants", "fg": 2422 }, + { "id": "striped_shirt", "fg": 2423 }, + { "id": "cloak", "fg": 2431 }, + { "id": "cloak_wool", "fg": 2434 }, + { "id": "cloak_leather", "fg": 2433 }, + { "id": "cloak_fur", "fg": 2432 }, + { "id": "coffeemaker", "fg": 2435 }, + { "id": "contacts", "fg": 2436 }, + { "id": "corpse", "fg": 2437 }, + { "id": "corpse_generic_human", "fg": 2438 }, + { "id": "crowbar", "fg": 2446 }, + { "id": "filter_air", "fg": 2449 }, + { "id": "fish_bait", "fg": 2450 }, { "id": [ "corpse_mon_fish_white_bass", @@ -2274,7 +2287,7 @@ "corpse_mon_fish_white_catfish", "corpse_mon_fish_pickerel" ], - "fg": 2434 + "fg": 2454 }, { "id": [ @@ -2286,7 +2299,7 @@ "corpse_mon_fish_white_sucker", "corpse_mon_fish_fallfish" ], - "fg": 2433 + "fg": 2453 }, { "id": [ @@ -2301,7 +2314,7 @@ "corpse_mon_fish_bullhead", "corpse_mon_fish_carp" ], - "fg": 2432 + "fg": 2452 }, { "id": [ @@ -2317,511 +2330,511 @@ "corpse_mon_fish_grass_carp", "corpse_mon_fish_bowfin" ], - "fg": 2431 - }, - { "id": "fish_trap", "fg": 2435 }, - { "id": "fishing_rod_basic", "fg": 2436 }, - { "id": "fishing_rod_professional", "fg": 2437 }, - { "id": "forge", "fg": 2439 }, - { "id": "char_forge", "fg": 2438 }, - { "id": "glass_shard", "fg": 2463 }, - { "id": "hoboreel", "fg": 2464 }, - { "id": "hydrogen_tank", "fg": 2465 }, - { "id": "leather_tarp", "fg": 2466 }, - { "id": "water", "fg": 2477 }, - { "id": "water_clean", "fg": 2478 }, - { "id": "gasoline", "fg": 2472 }, - { "id": "diesel", "fg": 2470 }, - { "id": "biodiesel", "fg": 2468 }, - { "id": "flamethrower_fuel", "fg": 2471 }, - { "id": "avgas", "fg": 2467 }, - { "id": "lamp_oil", "fg": 2474 }, - { "id": "motor_oil", "fg": 2475 }, - { "id": "napalm", "fg": 2476 }, - { "id": "gelled_gasoline", "fg": 2473 }, - { "id": "blood", "fg": 2469 }, - { "id": "log", "fg": 2479 }, - { "id": "lucern_hammer", "fg": 2480 }, - { "id": "marble", "fg": 2482 }, - { "id": "microwave", "fg": 2483 }, - { "id": "mjolnir", "fg": 2484 }, - { "id": "mop", "fg": 2485 }, - { "id": "mp5mag", "fg": 2486 }, - { "id": "nail", "fg": 2494 }, - { "id": "nailbat", "fg": 2495 }, - { "id": "nailboard", "fg": 2496 }, - { "id": "needle_bone", "fg": 2497 }, - { "id": "needle_curved", "fg": 2498 }, - { "id": "needle_wood", "fg": 2499 }, - { "id": "many_years_old_newspaper", "fg": 2500 }, - { "id": "years_old_newspaper", "fg": 2505 }, - { "id": "months_old_newspaper", "fg": 2501 }, - { "id": "newest_newspaper", "fg": 2502 }, - { "id": "one_year_old_newspaper", "fg": 2503 }, - { "id": "weeks_old_newspaper", "fg": 2504 }, - { "id": "2h_flail_wood", "fg": 2506 }, - { "id": "pillow", "fg": 2508 }, - { "id": "down_pillow", "fg": 2507 }, - { "id": "pine_bough", "fg": 2509 }, - { "id": "pinecone", "fg": 2510 }, + "fg": 2451 + }, + { "id": "fish_trap", "fg": 2455 }, + { "id": "fishing_rod_basic", "fg": 2456 }, + { "id": "fishing_rod_professional", "fg": 2457 }, + { "id": "forge", "fg": 2459 }, + { "id": "char_forge", "fg": 2458 }, + { "id": "glass_shard", "fg": 2483 }, + { "id": "hoboreel", "fg": 2484 }, + { "id": "hydrogen_tank", "fg": 2485 }, + { "id": "leather_tarp", "fg": 2486 }, + { "id": "water", "fg": 2497 }, + { "id": "water_clean", "fg": 2498 }, + { "id": "gasoline", "fg": 2492 }, + { "id": "diesel", "fg": 2490 }, + { "id": "biodiesel", "fg": 2488 }, + { "id": "flamethrower_fuel", "fg": 2491 }, + { "id": "avgas", "fg": 2487 }, + { "id": "lamp_oil", "fg": 2494 }, + { "id": "motor_oil", "fg": 2495 }, + { "id": "napalm", "fg": 2496 }, + { "id": "gelled_gasoline", "fg": 2493 }, + { "id": "blood", "fg": 2489 }, + { "id": "log", "fg": 2499 }, + { "id": "lucern_hammer", "fg": 2500 }, + { "id": "marble", "fg": 2502 }, + { "id": "microwave", "fg": 2503 }, + { "id": "mjolnir", "fg": 2504 }, + { "id": "mop", "fg": 2505 }, + { "id": "mp5mag", "fg": 2506 }, + { "id": "nail", "fg": 2514 }, + { "id": "nailbat", "fg": 2515 }, + { "id": "nailboard", "fg": 2516 }, + { "id": "needle_bone", "fg": 2517 }, + { "id": "needle_curved", "fg": 2518 }, + { "id": "needle_wood", "fg": 2519 }, + { "id": "many_years_old_newspaper", "fg": 2520 }, + { "id": "years_old_newspaper", "fg": 2525 }, + { "id": "months_old_newspaper", "fg": 2521 }, + { "id": "newest_newspaper", "fg": 2522 }, + { "id": "one_year_old_newspaper", "fg": 2523 }, + { "id": "weeks_old_newspaper", "fg": 2524 }, + { "id": "2h_flail_wood", "fg": 2526 }, + { "id": "pillow", "fg": 2528 }, + { "id": "down_pillow", "fg": 2527 }, + { "id": "pine_bough", "fg": 2529 }, + { "id": "pinecone", "fg": 2530 }, { "id": [ "rifle_9mm", "rifle_3006", "rifle_45", "rifle_22", "rifle_40", "rifle_44", "rifle_38", "rifle_223" ], - "fg": 2511 - }, - { "id": "plastic_sheet", "fg": 2513 }, - { "id": "plastic_shopping_bag", "fg": 2514 }, - { "id": "pneumatic_shotgun", "fg": 2515 }, - { "id": "pool_ball", "fg": 2516 }, - { "id": "powder_candy", "fg": 2518 }, - { "id": "rag", "fg": 2519 }, - { "id": "rebar", "fg": 2520 }, - { "id": [ "fur_rollmat", "broketent", "largebroketent" ], "fg": 2521 }, - { "id": [ "rollmat", "tent_kit", "large_tent_kit" ], "fg": 2522 }, - { "id": "scissors", "fg": 2523 }, - { "id": "screwdriver", "fg": 2524 }, - { "id": "sewing_kit", "fg": 2525 }, - { "id": "sharp_rock", "fg": 2526 }, - { "id": "sheet_metal", "fg": 2527 }, - { "id": "sheet_metal_small", "fg": 2528 }, - { "id": "shovel", "fg": 2529 }, - { "id": "slingshot", "fg": 2530 }, - { "id": "solar_panel", "fg": 2532 }, - { "id": "solar_cell", "fg": 2531 }, - { "id": "pointy_stick", "fg": 2533 }, - { "id": "spear_wood", "fg": 2541 }, - { "id": "spear_spike", "fg": 2539 }, - { "id": "spear_knife", "fg": 2535 }, - { "id": "spear_knife_superior", "fg": 2536 }, - { "id": "spear_pipe", "fg": 2537 }, - { "id": "spear_rebar", "fg": 2538 }, - { "id": "spear_steel", "fg": 2540 }, - { "id": "spear_copper", "fg": 2534 }, - { "id": "splinter", "fg": 2542 }, - { "id": "sponge", "fg": 2543 }, - { "id": "spoon", "fg": 2544 }, - { "id": "stick", "fg": 2545 }, - { "id": "stick_long", "fg": 2546 }, - { "id": "primitive_hammer", "fg": 2547 }, - { "id": "string_36", "fg": 2548 }, - { "id": "string_6", "fg": 2549 }, - { "id": "tailors_kit", "fg": 2551 }, - { "id": "tarp", "fg": 2552 }, - { "id": "television", "fg": 2553 }, - { "id": "thermos", "fg": 2554 }, - { "id": "thread", "fg": 2555 }, - { "id": "2h_flail_steel", "fg": 2560 }, - { "id": "welder", "fg": 2561 }, - { "id": "welder_crude", "fg": 2562 }, - { "id": "wood_panel", "fg": 2563 }, - { "id": "wood_sheet", "fg": 2564 }, - { "id": "corpse_mon_troll", "fg": 2565 }, - { "id": "mon_bat", "fg": 2569, "bg": 2730 }, - { "id": "mon_goose_canadian", "fg": 2582, "bg": 2730 }, - { "id": "mon_bluejay", "fg": 2570, "bg": 2730 }, - { "id": "mon_bluejay_chick", "fg": 2571, "bg": 2730 }, - { "id": "mon_cardinal", "fg": 2572, "bg": 2730 }, - { "id": "mon_cardinal_chick", "fg": 2573, "bg": 2730 }, + "fg": 2531 + }, + { "id": "plastic_sheet", "fg": 2533 }, + { "id": "plastic_shopping_bag", "fg": 2534 }, + { "id": "pneumatic_shotgun", "fg": 2535 }, + { "id": "pool_ball", "fg": 2536 }, + { "id": "powder_candy", "fg": 2538 }, + { "id": "rag", "fg": 2539 }, + { "id": "rebar", "fg": 2540 }, + { "id": [ "fur_rollmat", "broketent", "largebroketent" ], "fg": 2541 }, + { "id": [ "rollmat", "tent_kit", "large_tent_kit" ], "fg": 2542 }, + { "id": "scissors", "fg": 2543 }, + { "id": "screwdriver", "fg": 2544 }, + { "id": "sewing_kit", "fg": 2545 }, + { "id": "sharp_rock", "fg": 2546 }, + { "id": "sheet_metal", "fg": 2547 }, + { "id": "sheet_metal_small", "fg": 2548 }, + { "id": "shovel", "fg": 2549 }, + { "id": "slingshot", "fg": 2550 }, + { "id": "solar_panel", "fg": 2552 }, + { "id": "solar_cell", "fg": 2551 }, + { "id": "pointy_stick", "fg": 2553 }, + { "id": "spear_wood", "fg": 2561 }, + { "id": "spear_spike", "fg": 2559 }, + { "id": "spear_knife", "fg": 2555 }, + { "id": "spear_knife_superior", "fg": 2556 }, + { "id": "spear_pipe", "fg": 2557 }, + { "id": "spear_rebar", "fg": 2558 }, + { "id": "spear_steel", "fg": 2560 }, + { "id": "spear_copper", "fg": 2554 }, + { "id": "splinter", "fg": 2562 }, + { "id": "sponge", "fg": 2563 }, + { "id": "spoon", "fg": 2564 }, + { "id": "stick", "fg": 2565 }, + { "id": "stick_long", "fg": 2566 }, + { "id": "primitive_hammer", "fg": 2567 }, + { "id": "string_36", "fg": 2568 }, + { "id": "string_6", "fg": 2569 }, + { "id": "tailors_kit", "fg": 2571 }, + { "id": "tarp", "fg": 2572 }, + { "id": "television", "fg": 2573 }, + { "id": "thermos", "fg": 2574 }, + { "id": "thread", "fg": 2575 }, + { "id": "2h_flail_steel", "fg": 2583 }, + { "id": "welder", "fg": 2584 }, + { "id": "welder_crude", "fg": 2585 }, + { "id": "wood_panel", "fg": 2586 }, + { "id": "wood_sheet", "fg": 2587 }, + { "id": "corpse_mon_troll", "fg": 2588 }, + { "id": "mon_bat", "fg": 2592, "bg": 2753 }, + { "id": "mon_goose_canadian", "fg": 2605, "bg": 2753 }, + { "id": "mon_bluejay", "fg": 2593, "bg": 2753 }, + { "id": "mon_bluejay_chick", "fg": 2594, "bg": 2753 }, + { "id": "mon_cardinal", "fg": 2595, "bg": 2753 }, + { "id": "mon_cardinal_chick", "fg": 2596, "bg": 2753 }, { "id": "mon_chicken", - "fg": [ { "weight": 2, "sprite": 2574 }, { "weight": 1, "sprite": 2575 } ], - "bg": 2730 - }, - { "id": "mon_chicken_chick", "fg": 2576, "bg": 2730 }, - { "id": "mon_crow", "fg": 2577, "bg": 2730 }, - { "id": "mon_crow_chick", "fg": 2578, "bg": 2730 }, - { "id": "mon_crow_mutant", "fg": 2579, "bg": 2729 }, - { "id": "mon_duck", "fg": 2580, "bg": 2730 }, - { "id": "mon_duck_chick", "fg": 2581, "bg": 2730 }, - { "id": "mon_goose_canadian_chick", "fg": 2583, "bg": 2730 }, - { "id": "mon_grouse", "fg": 2584, "bg": 2730 }, - { "id": "mon_grouse_chick", "fg": 2585, "bg": 2730 }, - { "id": "mon_pheasant", "fg": 2586, "bg": 2729 }, - { "id": "mon_pheasant_chick", "fg": 2587, "bg": 2730 }, - { "id": "mon_raven", "fg": 2589, "bg": 2730 }, - { "id": "mon_raven_chick", "fg": 2590, "bg": 2730 }, - { "id": "mon_robin", "fg": 2591, "bg": 2730 }, - { "id": "mon_robin_chick", "fg": 2592, "bg": 2730 }, - { "id": "mon_sparrow", "fg": 2593, "bg": 2730 }, - { "id": "mon_sparrow_chick", "fg": 2594, "bg": 2730 }, - { "id": "mon_turkey", "fg": 2595, "bg": 2729 }, - { "id": "mon_turkey_chick", "fg": 2596, "bg": 2730 }, - { "id": "mon_crow_mutant_small", "fg": 2597, "bg": 2729 }, - { "id": "mon_pigeon", "fg": 2588, "bg": 2730 }, - { "id": "mon_fish_blinky", "fg": 2598 }, + "fg": [ { "weight": 2, "sprite": 2597 }, { "weight": 1, "sprite": 2598 } ], + "bg": 2753 + }, + { "id": "mon_chicken_chick", "fg": 2599, "bg": 2753 }, + { "id": "mon_crow", "fg": 2600, "bg": 2753 }, + { "id": "mon_crow_chick", "fg": 2601, "bg": 2753 }, + { "id": "mon_crow_mutant", "fg": 2602, "bg": 2752 }, + { "id": "mon_duck", "fg": 2603, "bg": 2753 }, + { "id": "mon_duck_chick", "fg": 2604, "bg": 2753 }, + { "id": "mon_goose_canadian_chick", "fg": 2606, "bg": 2753 }, + { "id": "mon_grouse", "fg": 2607, "bg": 2753 }, + { "id": "mon_grouse_chick", "fg": 2608, "bg": 2753 }, + { "id": "mon_pheasant", "fg": 2609, "bg": 2752 }, + { "id": "mon_pheasant_chick", "fg": 2610, "bg": 2753 }, + { "id": "mon_raven", "fg": 2612, "bg": 2753 }, + { "id": "mon_raven_chick", "fg": 2613, "bg": 2753 }, + { "id": "mon_robin", "fg": 2614, "bg": 2753 }, + { "id": "mon_robin_chick", "fg": 2615, "bg": 2753 }, + { "id": "mon_sparrow", "fg": 2616, "bg": 2753 }, + { "id": "mon_sparrow_chick", "fg": 2617, "bg": 2753 }, + { "id": "mon_turkey", "fg": 2618, "bg": 2752 }, + { "id": "mon_turkey_chick", "fg": 2619, "bg": 2753 }, + { "id": "mon_crow_mutant_small", "fg": 2620, "bg": 2752 }, + { "id": "mon_pigeon", "fg": 2611, "bg": 2753 }, + { "id": "mon_fish_blinky", "fg": 2621 }, { "id": "mon_cat", "fg": [ - { "weight": 1, "sprite": 2599 }, - { "weight": 1, "sprite": 2600 }, - { "weight": 1, "sprite": 2624 }, - { "weight": 1, "sprite": 2623 } + { "weight": 1, "sprite": 2622 }, + { "weight": 1, "sprite": 2623 }, + { "weight": 1, "sprite": 2647 }, + { "weight": 1, "sprite": 2646 } ], - "bg": 2730 + "bg": 2753 }, { "id": "mon_cat_bengal", - "fg": [ { "weight": 1, "sprite": 2603 }, { "weight": 1, "sprite": 2602 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2626 }, { "weight": 1, "sprite": 2625 } ], + "bg": 2753 }, { "id": "mon_cat_calico", - "fg": [ { "weight": 1, "sprite": 2606 }, { "weight": 1, "sprite": 2605 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2629 }, { "weight": 1, "sprite": 2628 } ], + "bg": 2753 }, { "id": "mon_cat_chonker", - "fg": [ { "weight": 1, "sprite": 2609 }, { "weight": 1, "sprite": 2608 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2632 }, { "weight": 1, "sprite": 2631 } ], + "bg": 2753 }, { "id": "mon_cat_devon_rex", - "fg": [ { "weight": 1, "sprite": 2612 }, { "weight": 1, "sprite": 2611 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2635 }, { "weight": 1, "sprite": 2634 } ], + "bg": 2753 }, { "id": "mon_cat_longhair", - "fg": [ { "weight": 1, "sprite": 2615 }, { "weight": 1, "sprite": 2614 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2638 }, { "weight": 1, "sprite": 2637 } ], + "bg": 2753 }, { "id": "mon_cat_maine_coon", - "fg": [ { "weight": 1, "sprite": 2618 }, { "weight": 1, "sprite": 2617 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2641 }, { "weight": 1, "sprite": 2640 } ], + "bg": 2753 }, { "id": "mon_cat_persian", - "fg": [ { "weight": 1, "sprite": 2621 }, { "weight": 1, "sprite": 2620 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2644 }, { "weight": 1, "sprite": 2643 } ], + "bg": 2753 }, { "id": "mon_cat_siamese", - "fg": [ { "weight": 1, "sprite": 2627 }, { "weight": 1, "sprite": 2626 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2650 }, { "weight": 1, "sprite": 2649 } ], + "bg": 2753 }, { "id": "mon_cat_sphynx", - "fg": [ { "weight": 1, "sprite": 2630 }, { "weight": 1, "sprite": 2629 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2653 }, { "weight": 1, "sprite": 2652 } ], + "bg": 2753 }, { "id": "mon_cat_tabby", - "fg": [ { "weight": 1, "sprite": 2633 }, { "weight": 1, "sprite": 2632 } ], - "bg": 2730 - }, - { "id": "mon_cat_kitten", "fg": 2622, "bg": 2730 }, - { "id": "mon_cat_bengal_kitten", "fg": 2601, "bg": 2730 }, - { "id": "mon_cat_calico_kitten", "fg": 2604, "bg": 2730 }, - { "id": "mon_cat_chonker_kitten", "fg": 2607, "bg": 2730 }, - { "id": "mon_cat_devon_rex_kitten", "fg": 2610, "bg": 2730 }, - { "id": "mon_cat_longhair_kitten", "fg": 2613, "bg": 2730 }, - { "id": "mon_cat_maine_coon_kitten", "fg": 2616, "bg": 2730 }, - { "id": "mon_cat_persian_kitten", "fg": 2619, "bg": 2730 }, - { "id": "mon_cat_siamese_kitten", "fg": 2625, "bg": 2730 }, - { "id": "mon_cat_sphynx_kitten", "fg": 2628, "bg": 2730 }, - { "id": "mon_cat_tabby_kitten", "fg": 2631, "bg": 2730 }, - { "id": "mon_coyote", "fg": 2634, "bg": 2729 }, - { "id": "mon_coyote_wolf", "fg": 2635, "bg": 2729 }, - { "id": "mon_dog", "fg": 2636, "bg": 2729 }, - { "id": "mon_dog_skeleton", "fg": 2663, "bg": 2729 }, + "fg": [ { "weight": 1, "sprite": 2656 }, { "weight": 1, "sprite": 2655 } ], + "bg": 2753 + }, + { "id": "mon_cat_kitten", "fg": 2645, "bg": 2753 }, + { "id": "mon_cat_bengal_kitten", "fg": 2624, "bg": 2753 }, + { "id": "mon_cat_calico_kitten", "fg": 2627, "bg": 2753 }, + { "id": "mon_cat_chonker_kitten", "fg": 2630, "bg": 2753 }, + { "id": "mon_cat_devon_rex_kitten", "fg": 2633, "bg": 2753 }, + { "id": "mon_cat_longhair_kitten", "fg": 2636, "bg": 2753 }, + { "id": "mon_cat_maine_coon_kitten", "fg": 2639, "bg": 2753 }, + { "id": "mon_cat_persian_kitten", "fg": 2642, "bg": 2753 }, + { "id": "mon_cat_siamese_kitten", "fg": 2648, "bg": 2753 }, + { "id": "mon_cat_sphynx_kitten", "fg": 2651, "bg": 2753 }, + { "id": "mon_cat_tabby_kitten", "fg": 2654, "bg": 2753 }, + { "id": "mon_coyote", "fg": 2657, "bg": 2752 }, + { "id": "mon_coyote_wolf", "fg": 2658, "bg": 2752 }, + { "id": "mon_dog", "fg": 2659, "bg": 2752 }, + { "id": "mon_dog_skeleton", "fg": 2686, "bg": 2752 }, { "id": "mon_zombie_dog", - "fg": [ { "weight": 1, "sprite": 2664 }, { "weight": 1, "sprite": 2665 } ], - "bg": 2729 - }, - { "id": "mon_dog_beagle", "fg": 2641, "bg": 2730 }, - { "id": "mon_dog_gshepherd", "fg": 2653, "bg": 2729 }, - { "id": "mon_dog_boxer", "fg": 2643, "bg": 2729 }, - { "id": "mon_dog_dachshund", "fg": 2649, "bg": 2729 }, - { "id": "mon_dog_auscattle", "fg": 2637, "bg": 2729 }, - { "id": "mon_dog_bcollie", "fg": 2639, "bg": 2729 }, - { "id": "mon_dog_bull", "fg": 2645, "bg": 2730 }, - { "id": "mon_dog_chihuahua", "fg": 2647, "bg": 2730 }, - { "id": "mon_dog_gpyrenees", "fg": 2651, "bg": 2729 }, - { "id": "mon_dog_pitbullmix", "fg": 2656, "bg": 2729 }, - { "id": "mon_dog_samoyed", "fg": 2661, "bg": 2729 }, - { "id": "mon_dog_rottweiler", "fg": 2659, "bg": 2729 }, - { "id": "mon_dog_mutant_mongrel", "fg": 2655, "bg": 2729 }, - { "id": "mon_dog_auscattle_pup", "fg": 2638, "bg": 2730 }, - { "id": "mon_dog_bcollie_pup", "fg": 2640, "bg": 2730 }, - { "id": "mon_dog_beagle_pup", "fg": 2642, "bg": 2730 }, - { "id": "mon_dog_boxer_pup", "fg": 2644, "bg": 2730 }, - { "id": "mon_dog_bull_pup", "fg": 2646, "bg": 2730 }, - { "id": "mon_dog_chihuahua_pup", "fg": 2648, "bg": 2730 }, - { "id": "mon_dog_dachshund_pup", "fg": 2650, "bg": 2730 }, - { "id": "mon_dog_gpyrenees_pup", "fg": 2652, "bg": 2730 }, - { "id": "mon_dog_gshepherd_pup", "fg": 2654, "bg": 2730 }, - { "id": "mon_dog_pitbullmix_pup", "fg": 2657, "bg": 2730 }, - { "id": "mon_dog_pup", "fg": 2658, "bg": 2730 }, - { "id": "mon_dog_rottweiler_pup", "fg": 2660, "bg": 2730 }, - { "id": "mon_dog_samoyed_pup", "fg": 2662, "bg": 2730 }, - { "id": "mon_fish_tiny", "fg": 2669 }, - { "id": "mon_fish_small", "fg": 2668 }, - { "id": "mon_fish_medium", "fg": 2667 }, - { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 2666 }, - { "id": "mon_sewer_fish", "fg": 2670 }, - { "id": "mon_mink", "fg": 2671, "bg": 2730 }, - { "id": "mon_bobcat", "fg": 2672, "bg": 2730 }, - { "id": "mon_cockatrice_chick", "fg": 2674, "bg": 2730 }, - { "id": "mon_cockatrice", "fg": 2673, "bg": 2730 }, - { "id": "mon_sewer_rat", "fg": 2675, "bg": 2730 }, + "fg": [ { "weight": 1, "sprite": 2687 }, { "weight": 1, "sprite": 2688 } ], + "bg": 2752 + }, + { "id": "mon_dog_beagle", "fg": 2664, "bg": 2753 }, + { "id": "mon_dog_gshepherd", "fg": 2676, "bg": 2752 }, + { "id": "mon_dog_boxer", "fg": 2666, "bg": 2752 }, + { "id": "mon_dog_dachshund", "fg": 2672, "bg": 2752 }, + { "id": "mon_dog_auscattle", "fg": 2660, "bg": 2752 }, + { "id": "mon_dog_bcollie", "fg": 2662, "bg": 2752 }, + { "id": "mon_dog_bull", "fg": 2668, "bg": 2753 }, + { "id": "mon_dog_chihuahua", "fg": 2670, "bg": 2753 }, + { "id": "mon_dog_gpyrenees", "fg": 2674, "bg": 2752 }, + { "id": "mon_dog_pitbullmix", "fg": 2679, "bg": 2752 }, + { "id": "mon_dog_samoyed", "fg": 2684, "bg": 2752 }, + { "id": "mon_dog_rottweiler", "fg": 2682, "bg": 2752 }, + { "id": "mon_dog_mutant_mongrel", "fg": 2678, "bg": 2752 }, + { "id": "mon_dog_auscattle_pup", "fg": 2661, "bg": 2753 }, + { "id": "mon_dog_bcollie_pup", "fg": 2663, "bg": 2753 }, + { "id": "mon_dog_beagle_pup", "fg": 2665, "bg": 2753 }, + { "id": "mon_dog_boxer_pup", "fg": 2667, "bg": 2753 }, + { "id": "mon_dog_bull_pup", "fg": 2669, "bg": 2753 }, + { "id": "mon_dog_chihuahua_pup", "fg": 2671, "bg": 2753 }, + { "id": "mon_dog_dachshund_pup", "fg": 2673, "bg": 2753 }, + { "id": "mon_dog_gpyrenees_pup", "fg": 2675, "bg": 2753 }, + { "id": "mon_dog_gshepherd_pup", "fg": 2677, "bg": 2753 }, + { "id": "mon_dog_pitbullmix_pup", "fg": 2680, "bg": 2753 }, + { "id": "mon_dog_pup", "fg": 2681, "bg": 2753 }, + { "id": "mon_dog_rottweiler_pup", "fg": 2683, "bg": 2753 }, + { "id": "mon_dog_samoyed_pup", "fg": 2685, "bg": 2753 }, + { "id": "mon_fish_tiny", "fg": 2692 }, + { "id": "mon_fish_small", "fg": 2691 }, + { "id": "mon_fish_medium", "fg": 2690 }, + { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 2689 }, + { "id": "mon_sewer_fish", "fg": 2693 }, + { "id": "mon_mink", "fg": 2694, "bg": 2753 }, + { "id": "mon_bobcat", "fg": 2695, "bg": 2753 }, + { "id": "mon_cockatrice_chick", "fg": 2697, "bg": 2753 }, + { "id": "mon_cockatrice", "fg": 2696, "bg": 2753 }, + { "id": "mon_sewer_rat", "fg": 2698, "bg": 2753 }, { "id": "mon_pig", - "fg": [ { "weight": 8, "sprite": 2678 }, { "weight": 3, "sprite": 2676 }, { "weight": 1, "sprite": 2677 } ], - "bg": 2729 - }, - { "id": "mon_pig_piglet", "fg": 2679, "bg": 2730 }, - { "id": "mon_bear_cub", "fg": 2680, "bg": 2730 }, - { "id": "mon_fox_gray", "fg": 2681, "bg": 2729 }, - { "id": "mon_fox_red", "fg": 2682, "bg": 2729 }, - { "id": "mon_wolf", "fg": 2683, "bg": 2729 }, - { "id": "mon_rattlesnake_giant", "fg": 2685, "bg": 2729 }, - { "id": "mon_rattlesnake", "fg": 2684, "bg": 2730 }, - { "id": "mon_sewer_snake", "fg": 2686, "bg": 2730 }, - { "id": "mon_chipmunk", "fg": 2691, "bg": 2730 }, - { "id": "mon_groundhog", "fg": 2693, "bg": 2730 }, - { "id": "mon_lemming", "fg": 2687, "bg": 2688 }, - { "id": "mon_beaver", "fg": 2689, "bg": 2730 }, - { "id": "mon_black_rat", "fg": 2690, "bg": 2730 }, - { "id": "mon_deer_mouse", "fg": 2692, "bg": 2730 }, - { "id": "mon_lab_rat", "fg": 2694, "bg": 2730 }, - { "id": "mon_muskrat", "fg": 2695, "bg": 2730 }, - { "id": "mon_otter", "fg": 2697, "bg": 2730 }, - { "id": "mon_rabbit", "fg": 2698, "bg": 2730 }, - { "id": "mon_squirrel", "fg": 2699, "bg": 2730 }, - { "id": "mon_squirrel_red", "fg": 2700, "bg": 2730 }, - { "id": "mon_opossum", "fg": 2696, "bg": 2730 }, - { "id": "mon_boar_wild", "fg": 2701, "bg": 2729 }, - { "id": "mon_boar_wild_piglet", "fg": 2702, "bg": 2730 }, - { "id": "mon_zpig_brute", "fg": 2703, "bg": 2729 }, - { "id": "mon_centipede_giant", "fg": 2704, "bg": 2729 }, - { "id": "mon_dragonfly_small", "fg": 2705, "bg": 2730 }, - { "id": "mon_locust", "fg": 2706, "bg": 2729 }, - { "id": "mon_locust_nymph", "fg": 2707, "bg": 2730 }, - { "id": "mon_locust_small", "fg": 2708, "bg": 2730 }, - { "id": "mon_mosquito_small", "fg": 2709, "bg": 2730 }, - { "id": "mon_ant", "fg": 2714, "bg": 2729 }, - { "id": "mon_ant_acid", "fg": 2715, "bg": 2729 }, - { "id": "corpse_mon_ant", "fg": 2710 }, - { "id": "corpse_mon_ant_acid", "fg": 2711 }, - { "id": "mon_ant_larva", "fg": 2719, "bg": 2730 }, - { "id": "mon_ant_acid_larva", "fg": 2716, "bg": 2730 }, - { "id": "corpse_mon_ant_larva", "fg": 2713 }, - { "id": "corpse_mon_ant_acid_larva", "fg": 2712 }, - { "id": "mon_ant_fungus", "fg": 2718, "bg": 2729 }, - { "id": "mon_ant_small", "fg": 2720, "bg": 2730 }, - { "id": "mon_ant_acid_small", "fg": 2717, "bg": 2730 }, - { "id": "mon_dermatik_larva", "fg": 2721, "bg": 2730 }, - { "id": "mon_wasp_small", "fg": 2722, "bg": 2730 }, - { "id": "mon_giant_cockroach", "fg": 2723, "bg": 2729 }, - { "id": "mon_giant_cockroach_nymph", "fg": 2724, "bg": 2730 }, - { "id": "mon_plague_nymph", "fg": 2725, "bg": 2730 }, - { "id": "mon_plague_vector", "fg": 2726, "bg": 2729 }, - { "id": "mon_pregnant_giant_cockroach", "fg": 2727, "bg": 2729 }, - { "id": "mon_skittering_plague", "fg": 2728, "bg": 2729 }, - { "id": "mon_eyebot", "fg": 2731, "bg": 2730 }, - { "id": "mon_firefly", "fg": 2732, "bg": 2730 }, - { "id": "mon_kreck", "fg": 2735, "bg": 2729 }, + "fg": [ { "weight": 8, "sprite": 2701 }, { "weight": 3, "sprite": 2699 }, { "weight": 1, "sprite": 2700 } ], + "bg": 2752 + }, + { "id": "mon_pig_piglet", "fg": 2702, "bg": 2753 }, + { "id": "mon_bear_cub", "fg": 2703, "bg": 2753 }, + { "id": "mon_fox_gray", "fg": 2704, "bg": 2752 }, + { "id": "mon_fox_red", "fg": 2705, "bg": 2752 }, + { "id": "mon_wolf", "fg": 2706, "bg": 2752 }, + { "id": "mon_rattlesnake_giant", "fg": 2708, "bg": 2752 }, + { "id": "mon_rattlesnake", "fg": 2707, "bg": 2753 }, + { "id": "mon_sewer_snake", "fg": 2709, "bg": 2753 }, + { "id": "mon_chipmunk", "fg": 2714, "bg": 2753 }, + { "id": "mon_groundhog", "fg": 2716, "bg": 2753 }, + { "id": "mon_lemming", "fg": 2710, "bg": 2711 }, + { "id": "mon_beaver", "fg": 2712, "bg": 2753 }, + { "id": "mon_black_rat", "fg": 2713, "bg": 2753 }, + { "id": "mon_deer_mouse", "fg": 2715, "bg": 2753 }, + { "id": "mon_lab_rat", "fg": 2717, "bg": 2753 }, + { "id": "mon_muskrat", "fg": 2718, "bg": 2753 }, + { "id": "mon_otter", "fg": 2720, "bg": 2753 }, + { "id": "mon_rabbit", "fg": 2721, "bg": 2753 }, + { "id": "mon_squirrel", "fg": 2722, "bg": 2753 }, + { "id": "mon_squirrel_red", "fg": 2723, "bg": 2753 }, + { "id": "mon_opossum", "fg": 2719, "bg": 2753 }, + { "id": "mon_boar_wild", "fg": 2724, "bg": 2752 }, + { "id": "mon_boar_wild_piglet", "fg": 2725, "bg": 2753 }, + { "id": "mon_zpig_brute", "fg": 2726, "bg": 2752 }, + { "id": "mon_centipede_giant", "fg": 2727, "bg": 2752 }, + { "id": "mon_dragonfly_small", "fg": 2728, "bg": 2753 }, + { "id": "mon_locust", "fg": 2729, "bg": 2752 }, + { "id": "mon_locust_nymph", "fg": 2730, "bg": 2753 }, + { "id": "mon_locust_small", "fg": 2731, "bg": 2753 }, + { "id": "mon_mosquito_small", "fg": 2732, "bg": 2753 }, + { "id": "mon_ant", "fg": 2737, "bg": 2752 }, + { "id": "mon_ant_acid", "fg": 2738, "bg": 2752 }, + { "id": "corpse_mon_ant", "fg": 2733 }, + { "id": "corpse_mon_ant_acid", "fg": 2734 }, + { "id": "mon_ant_larva", "fg": 2742, "bg": 2753 }, + { "id": "mon_ant_acid_larva", "fg": 2739, "bg": 2753 }, + { "id": "corpse_mon_ant_larva", "fg": 2736 }, + { "id": "corpse_mon_ant_acid_larva", "fg": 2735 }, + { "id": "mon_ant_fungus", "fg": 2741, "bg": 2752 }, + { "id": "mon_ant_small", "fg": 2743, "bg": 2753 }, + { "id": "mon_ant_acid_small", "fg": 2740, "bg": 2753 }, + { "id": "mon_dermatik_larva", "fg": 2744, "bg": 2753 }, + { "id": "mon_wasp_small", "fg": 2745, "bg": 2753 }, + { "id": "mon_giant_cockroach", "fg": 2746, "bg": 2752 }, + { "id": "mon_giant_cockroach_nymph", "fg": 2747, "bg": 2753 }, + { "id": "mon_plague_nymph", "fg": 2748, "bg": 2753 }, + { "id": "mon_plague_vector", "fg": 2749, "bg": 2752 }, + { "id": "mon_pregnant_giant_cockroach", "fg": 2750, "bg": 2752 }, + { "id": "mon_skittering_plague", "fg": 2751, "bg": 2752 }, + { "id": "mon_eyebot", "fg": 2754, "bg": 2753 }, + { "id": "mon_firefly", "fg": 2755, "bg": 2753 }, + { "id": "mon_kreck", "fg": 2758, "bg": 2752 }, { "id": "mon_aphid_small", - "fg": [ { "weight": 1, "sprite": 2736 }, { "weight": 1, "sprite": 2737 }, { "weight": 1, "sprite": 2738 } ], - "bg": 2730 + "fg": [ { "weight": 1, "sprite": 2759 }, { "weight": 1, "sprite": 2760 }, { "weight": 1, "sprite": 2761 } ], + "bg": 2753 }, - { "id": "mon_beaver_mutant_avian", "fg": 2739, "bg": 2730 }, - { "id": "mon_beaver_mutant_huge", "fg": 2740, "bg": 2729 }, - { "id": "mon_blob", "fg": 2741, "bg": 2729 }, + { "id": "mon_beaver_mutant_avian", "fg": 2762, "bg": 2753 }, + { "id": "mon_beaver_mutant_huge", "fg": 2763, "bg": 2752 }, + { "id": "mon_blob", "fg": 2764, "bg": 2752 }, { "id": "mon_blob_small", - "fg": [ { "weight": 1, "sprite": 2742 }, { "weight": 1, "sprite": 2743 } ], - "bg": 2730 - }, - { "id": "mon_cat_mutant_kitten_prism", "fg": 2744, "bg": 2730 }, - { "id": "mon_cat_mutant_prism", "fg": 2745, "bg": 2730 }, - { "id": "mon_cow_calf", "fg": 2746, "bg": 2729 }, - { "id": "mon_coyote_mutant_shark", "fg": 2747, "bg": 2729 }, - { "id": "mon_coyote_mutant_venom", "fg": 2748, "bg": 2729 }, - { "id": "mon_crayfish_small", "fg": 2749, "bg": 2729 }, - { "id": "mon_deer_fawn", "fg": 2751, "bg": 2729 }, - { "id": "mon_deer_mutant_spider_fawn", "fg": 2752, "bg": 2729 }, - { "id": "mon_dog_zombie_rot", "fg": 2753, "bg": 2729 }, - { "id": "mon_frog", "fg": 2756, "bg": 2730 }, - { "id": "mon_frog_small", "fg": 2757, "bg": 2729 }, - { "id": "mon_fungal_fighter", "fg": 2758, "bg": 2729 }, - { "id": "mon_fungal_hedgerow", "fg": 2759, "bg": 2729 }, - { "id": "mon_fungaloid_young", "fg": 2760, "bg": 2730 }, - { "id": "mon_grasshopper_small", "fg": 2762, "bg": 2730 }, - { "id": "mon_halfworm", "fg": 2763, "bg": 2730 }, - { "id": "mon_hallu_multicooker", "fg": 2764, "bg": 2729 }, - { "id": "mon_hazmatbot", "fg": 2765, "bg": 2729 }, + "fg": [ { "weight": 1, "sprite": 2765 }, { "weight": 1, "sprite": 2766 } ], + "bg": 2753 + }, + { "id": "mon_cat_mutant_kitten_prism", "fg": 2767, "bg": 2753 }, + { "id": "mon_cat_mutant_prism", "fg": 2768, "bg": 2753 }, + { "id": "mon_cow_calf", "fg": 2769, "bg": 2752 }, + { "id": "mon_coyote_mutant_shark", "fg": 2770, "bg": 2752 }, + { "id": "mon_coyote_mutant_venom", "fg": 2771, "bg": 2752 }, + { "id": "mon_crayfish_small", "fg": 2772, "bg": 2752 }, + { "id": "mon_deer_fawn", "fg": 2774, "bg": 2752 }, + { "id": "mon_deer_mutant_spider_fawn", "fg": 2775, "bg": 2752 }, + { "id": "mon_dog_zombie_rot", "fg": 2776, "bg": 2752 }, + { "id": "mon_frog", "fg": 2779, "bg": 2753 }, + { "id": "mon_frog_small", "fg": 2780, "bg": 2752 }, + { "id": "mon_fungal_fighter", "fg": 2781, "bg": 2752 }, + { "id": "mon_fungal_hedgerow", "fg": 2782, "bg": 2752 }, + { "id": "mon_fungaloid_young", "fg": 2783, "bg": 2753 }, + { "id": "mon_grasshopper_small", "fg": 2785, "bg": 2753 }, + { "id": "mon_halfworm", "fg": 2786, "bg": 2753 }, + { "id": "mon_hallu_multicooker", "fg": 2787, "bg": 2752 }, + { "id": "mon_hazmatbot", "fg": 2788, "bg": 2752 }, { "id": [ "mon_hound_tindalos", "mon_hound_tindalos_afterimage" ], "fg": [ - { "weight": 1, "sprite": 2766 }, - { "weight": 1, "sprite": 2767 }, - { "weight": 1, "sprite": 2768 }, - { "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": 2789 }, + { "weight": 1, "sprite": 2790 }, + { "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": 2797 } ] }, { "id": "mon_lab_security_drone_BM", "animated": true, "fg": [ - { "weight": 10, "sprite": 2778 }, - { "weight": 10, "sprite": 2779 }, - { "weight": 10, "sprite": 2780 }, - { "weight": 10, "sprite": 2779 } + { "weight": 10, "sprite": 2801 }, + { "weight": 10, "sprite": 2802 }, + { "weight": 10, "sprite": 2803 }, + { "weight": 10, "sprite": 2802 } ] }, { "id": "mon_lab_security_drone_BM2", "animated": true, "fg": [ - { "weight": 10, "sprite": 2775 }, - { "weight": 10, "sprite": 2776 }, - { "weight": 10, "sprite": 2777 }, - { "weight": 10, "sprite": 2776 } + { "weight": 10, "sprite": 2798 }, + { "weight": 10, "sprite": 2799 }, + { "weight": 10, "sprite": 2800 }, + { "weight": 10, "sprite": 2799 } ] }, { "id": "mon_lab_security_drone_BS", "animated": true, "fg": [ - { "weight": 10, "sprite": 2781 }, - { "weight": 10, "sprite": 2782 }, - { "weight": 10, "sprite": 2783 }, - { "weight": 10, "sprite": 2782 } + { "weight": 10, "sprite": 2804 }, + { "weight": 10, "sprite": 2805 }, + { "weight": 10, "sprite": 2806 }, + { "weight": 10, "sprite": 2805 } ] }, { "id": "mon_lab_security_drone_GM", "animated": true, "fg": [ - { "weight": 10, "sprite": 2784 }, - { "weight": 10, "sprite": 2785 }, - { "weight": 10, "sprite": 2786 }, - { "weight": 10, "sprite": 2785 } + { "weight": 10, "sprite": 2807 }, + { "weight": 10, "sprite": 2808 }, + { "weight": 10, "sprite": 2809 }, + { "weight": 10, "sprite": 2808 } ] }, { "id": "mon_lab_security_drone_GR", "animated": true, "fg": [ - { "weight": 10, "sprite": 2787 }, - { "weight": 10, "sprite": 2788 }, - { "weight": 10, "sprite": 2789 }, - { "weight": 10, "sprite": 2788 } + { "weight": 10, "sprite": 2810 }, + { "weight": 10, "sprite": 2811 }, + { "weight": 10, "sprite": 2812 }, + { "weight": 10, "sprite": 2811 } ] }, { "id": "mon_lab_security_drone_YM", "animated": true, "fg": [ - { "weight": 10, "sprite": 2790 }, - { "weight": 10, "sprite": 2791 }, - { "weight": 10, "sprite": 2792 }, - { "weight": 10, "sprite": 2791 } - ] - }, - { "id": "mon_large_cockroach", "fg": 2793, "bg": 2729 }, - { "id": "mon_player_blob", "fg": 2797, "bg": 2729 }, - { "id": "mon_reindeer_fawn", "fg": 2798, "bg": 2729 }, - { "id": "mon_shadow_snake", "fg": 2799, "bg": 2730 }, - { "id": "mon_sheep_lamb", "fg": 2800, "bg": 2729 }, - { "id": "mon_slug_small", "fg": 2801, "bg": 2729 }, - { "id": "mon_spawn_raptor", "fg": 2802, "bg": 2729 }, - { "id": "mon_spore", "fg": 2806, "bg": 2729 }, - { "id": "mon_tazer_hack", "fg": 2808, "bg": 2730 }, - { "id": "mon_wolf_skeleton", "fg": 2811, "bg": 2729 }, - { "id": "mon_worm", "fg": 2812, "bg": 2729 }, - { "id": "mon_worm_small", "fg": 2813, "bg": 2730 }, - { "id": "mon_zolf", "fg": 2814, "bg": 2729 }, - { "id": "mon_zombeaver", "fg": 2815, "bg": 2730 }, - { "id": "mon_zombie_crawler", "fg": 2816, "bg": 2729 }, - { "id": "mon_zombie_dog_acidic", "fg": 2817, "bg": 2729 }, - { "id": "mon_zombie_hollow", "fg": 2818, "bg": 2729 }, - { "id": "mon_zombie_pig", "fg": 2819, "bg": 2729 }, - { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 2820, "bg": 2729 }, - { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 2821, "bg": 2729 }, - { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 2822, "bg": 2729 }, - { "id": "mon_zombie_rot", "fg": 2824, "bg": 2729 }, - { "id": "corpse_mon_zombie_rot", "fg": 2823 }, - { "id": "mon_zombie_wretched", "fg": 2825, "bg": 2729 }, - { "id": "mon_hare", "fg": 2826, "bg": 2730 }, - { "id": "mon_skitterbot", "fg": 2827, "bg": 2729 }, - { "id": "mon_spider_cellar_small", "fg": 2829, "bg": 2730 }, - { "id": "mon_spider_jumping_small", "fg": 2830, "bg": 2730 }, - { "id": "mon_spider_trapdoor_small", "fg": 2831, "bg": 2730 }, - { "id": "mon_spider_web_small", "fg": 2833, "bg": 2730 }, - { "id": "mon_spider_wolf_small", "fg": 2836, "bg": 2730 }, - { "id": "mon_spider_web_s", "fg": 2832, "bg": 2730 }, - { "id": "mon_spider_widow_giant_s", "fg": 2834, "bg": 2730 }, - { "id": "mon_spider_cellar_giant_s", "fg": 2828, "bg": 2730 }, - { "id": "mon_zpider_mass", "fg": 2837, "bg": 2730 }, - { "id": "mon_spider_widow_small", "fg": 2835, "bg": 2730 }, - { "id": "mon_dog_zombie_cop", "fg": 2838, "bg": 2729 }, - { "id": "mon_zombie_anklebiter", "fg": 2840, "bg": 2730 }, - { "id": "mon_zombie_creepy", "fg": 2843, "bg": 2730 }, - { "id": "mon_zombie_shriekling", "fg": 2844, "bg": 2730 }, - { "id": "mon_zombie_snotgobbler", "fg": 2845, "bg": 2730 }, - { "id": "mon_zombie_sproglodyte", "fg": 2846, "bg": 2730 }, - { "id": "mon_zombie_waif", "fg": 2839, "bg": 2730 }, - { "id": "mon_zombie_child_scorched", "fg": 2842, "bg": 2730 }, - { "id": "mon_zombie_child_fungus", "fg": 2841, "bg": 2730 }, + { "weight": 10, "sprite": 2813 }, + { "weight": 10, "sprite": 2814 }, + { "weight": 10, "sprite": 2815 }, + { "weight": 10, "sprite": 2814 } + ] + }, + { "id": "mon_large_cockroach", "fg": 2816, "bg": 2752 }, + { "id": "mon_player_blob", "fg": 2820, "bg": 2752 }, + { "id": "mon_reindeer_fawn", "fg": 2821, "bg": 2752 }, + { "id": "mon_shadow_snake", "fg": 2822, "bg": 2753 }, + { "id": "mon_sheep_lamb", "fg": 2823, "bg": 2752 }, + { "id": "mon_slug_small", "fg": 2824, "bg": 2752 }, + { "id": "mon_spawn_raptor", "fg": 2825, "bg": 2752 }, + { "id": "mon_spore", "fg": 2829, "bg": 2752 }, + { "id": "mon_tazer_hack", "fg": 2831, "bg": 2753 }, + { "id": "mon_wolf_skeleton", "fg": 2834, "bg": 2752 }, + { "id": "mon_worm", "fg": 2835, "bg": 2752 }, + { "id": "mon_worm_small", "fg": 2836, "bg": 2753 }, + { "id": "mon_zolf", "fg": 2837, "bg": 2752 }, + { "id": "mon_zombeaver", "fg": 2838, "bg": 2753 }, + { "id": "mon_zombie_crawler", "fg": 2839, "bg": 2752 }, + { "id": "mon_zombie_dog_acidic", "fg": 2840, "bg": 2752 }, + { "id": "mon_zombie_hollow", "fg": 2841, "bg": 2752 }, + { "id": "mon_zombie_pig", "fg": 2842, "bg": 2752 }, + { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 2843, "bg": 2752 }, + { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 2844, "bg": 2752 }, + { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 2845, "bg": 2752 }, + { "id": "mon_zombie_rot", "fg": 2847, "bg": 2752 }, + { "id": "corpse_mon_zombie_rot", "fg": 2846 }, + { "id": "mon_zombie_wretched", "fg": 2848, "bg": 2752 }, + { "id": "mon_hare", "fg": 2849, "bg": 2753 }, + { "id": "mon_skitterbot", "fg": 2850, "bg": 2752 }, + { "id": "mon_spider_cellar_small", "fg": 2852, "bg": 2753 }, + { "id": "mon_spider_jumping_small", "fg": 2853, "bg": 2753 }, + { "id": "mon_spider_trapdoor_small", "fg": 2854, "bg": 2753 }, + { "id": "mon_spider_web_small", "fg": 2856, "bg": 2753 }, + { "id": "mon_spider_wolf_small", "fg": 2859, "bg": 2753 }, + { "id": "mon_spider_web_s", "fg": 2855, "bg": 2753 }, + { "id": "mon_spider_widow_giant_s", "fg": 2857, "bg": 2753 }, + { "id": "mon_spider_cellar_giant_s", "fg": 2851, "bg": 2753 }, + { "id": "mon_zpider_mass", "fg": 2860, "bg": 2753 }, + { "id": "mon_spider_widow_small", "fg": 2858, "bg": 2753 }, + { "id": "mon_dog_zombie_cop", "fg": 2861, "bg": 2752 }, + { "id": "mon_zombie_anklebiter", "fg": 2863, "bg": 2753 }, + { "id": "mon_zombie_creepy", "fg": 2866, "bg": 2753 }, + { "id": "mon_zombie_shriekling", "fg": 2867, "bg": 2753 }, + { "id": "mon_zombie_snotgobbler", "fg": 2868, "bg": 2753 }, + { "id": "mon_zombie_sproglodyte", "fg": 2869, "bg": 2753 }, + { "id": "mon_zombie_waif", "fg": 2862, "bg": 2753 }, + { "id": "mon_zombie_child_scorched", "fg": 2865, "bg": 2753 }, + { "id": "mon_zombie_child_fungus", "fg": 2864, "bg": 2753 }, { "id": "mon_zombie_child", "fg": [ - { "weight": 1, "sprite": 2847 }, - { "weight": 1, "sprite": 2858 }, - { "weight": 1, "sprite": 2864 }, - { "weight": 1, "sprite": 2865 }, - { "weight": 1, "sprite": 2866 }, - { "weight": 1, "sprite": 2867 }, - { "weight": 1, "sprite": 2868 }, - { "weight": 1, "sprite": 2869 }, { "weight": 1, "sprite": 2870 }, - { "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": 2854 }, - { "weight": 1, "sprite": 2855 }, - { "weight": 1, "sprite": 2856 }, - { "weight": 1, "sprite": 2857 }, - { "weight": 1, "sprite": 2859 }, - { "weight": 1, "sprite": 2860 }, - { "weight": 1, "sprite": 2861 }, - { "weight": 1, "sprite": 2862 }, - { "weight": 1, "sprite": 2863 } + { "weight": 1, "sprite": 2881 }, + { "weight": 1, "sprite": 2887 }, + { "weight": 1, "sprite": 2888 }, + { "weight": 1, "sprite": 2889 }, + { "weight": 1, "sprite": 2890 }, + { "weight": 1, "sprite": 2891 }, + { "weight": 1, "sprite": 2892 }, + { "weight": 1, "sprite": 2893 }, + { "weight": 1, "sprite": 2871 }, + { "weight": 1, "sprite": 2872 }, + { "weight": 1, "sprite": 2873 }, + { "weight": 1, "sprite": 2874 }, + { "weight": 1, "sprite": 2875 }, + { "weight": 1, "sprite": 2876 }, + { "weight": 1, "sprite": 2877 }, + { "weight": 1, "sprite": 2878 }, + { "weight": 1, "sprite": 2879 }, + { "weight": 1, "sprite": 2880 }, + { "weight": 1, "sprite": 2882 }, + { "weight": 1, "sprite": 2883 }, + { "weight": 1, "sprite": 2884 }, + { "weight": 1, "sprite": 2885 }, + { "weight": 1, "sprite": 2886 } ], - "bg": 2730 + "bg": 2753 }, - { "id": "lighting_lowlight_dark", "fg": 2876 }, - { "id": "lighting_boomered_dark", "fg": 2871 }, + { "id": "lighting_lowlight_dark", "fg": 2899 }, + { "id": "lighting_boomered_dark", "fg": 2894 }, { "id": "lighting_hidden", "fg": [ - { "weight": 100, "sprite": 2872 }, - { "weight": 100, "sprite": 2873 }, - { "weight": 100, "sprite": 2874 }, - { "weight": 100, "sprite": 2875 } - ] - }, - { "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_effect_common_cold", "fg": 2909 }, - { "id": "overlay_effect_flu", "fg": 2909 }, - { "id": "generic_city_building", "fg": 2930, "bg": 2927 }, + { "weight": 100, "sprite": 2895 }, + { "weight": 100, "sprite": 2896 }, + { "weight": 100, "sprite": 2897 }, + { "weight": 100, "sprite": 2898 } + ] + }, + { "id": "animation_hit", "fg": 2917 }, + { "id": "cursor", "fg": 2919 }, + { "id": "highlight", "fg": 2921 }, + { "id": "highlight_item", "fg": 2922 }, + { "id": "line_target", "fg": 2920 }, + { "id": "line_trail", "fg": 2923 }, + { "id": "animation_line", "fg": 2918 }, + { "id": "overlay_effect_common_cold", "fg": 2932 }, + { "id": "overlay_effect_flu", "fg": 2932 }, + { "id": "generic_city_building", "fg": 2953, "bg": 2950 }, { "id": [ "abstorefront_1", @@ -2850,25 +2863,25 @@ "s_sports", "veterinarian" ], - "fg": 2930, - "bg": 2927 + "fg": 2953, + "bg": 2950 }, - { "id": "forest_water", "fg": 2935 }, - { "id": [ "forest", "special_forest" ], "fg": 2928, "bg": 2927 }, - { "id": [ "field", "special_field" ], "fg": 2927 }, - { "id": "open_air", "fg": 2929 }, + { "id": "forest_water", "fg": 2958 }, + { "id": [ "forest", "special_forest" ], "fg": 2951, "bg": 2950 }, + { "id": [ "field", "special_field" ], "fg": 2950 }, + { "id": "open_air", "fg": 2952 }, { "id": "railroad", - "fg": 4068, - "bg": 4045, + "fg": 4091, + "bg": 4068, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 4045, "fg": 4062 }, - { "id": "corner", "bg": 4045, "fg": [ 4064, 4066, 4065, 4063 ] }, - { "id": "t_connection", "bg": 4045, "fg": [ 4070, 4072, 4071, 4069 ] }, - { "id": "edge", "bg": 4045, "fg": [ 4068, 4067 ] }, - { "id": "end_piece", "bg": 4045, "fg": [ 4068, 4067, 4068, 4067 ] }, - { "id": "unconnected", "bg": 4045, "fg": [ 4068, 4067 ] } + { "id": "center", "bg": 4068, "fg": 4085 }, + { "id": "corner", "bg": 4068, "fg": [ 4087, 4089, 4088, 4086 ] }, + { "id": "t_connection", "bg": 4068, "fg": [ 4093, 4095, 4094, 4092 ] }, + { "id": "edge", "bg": 4068, "fg": [ 4091, 4090 ] }, + { "id": "end_piece", "bg": 4068, "fg": [ 4091, 4090, 4091, 4090 ] }, + { "id": "unconnected", "bg": 4068, "fg": [ 4091, 4090 ] } ] }, { @@ -3091,19 +3104,19 @@ "urban_13_11", "urban_13_12" ], - "fg": [ 2932, 2931, 2933, 2934 ], - "bg": 2927, + "fg": [ 2955, 2954, 2956, 2957 ], + "bg": 2950, "rotates": true }, - { "id": "anthill", "fg": 2937, "bg": 2927, "rotates": false }, - { "id": "acid_anthill", "fg": 2936, "bg": 2927, "rotates": false }, + { "id": "anthill", "fg": 2960, "bg": 2950, "rotates": false }, + { "id": "acid_anthill", "fg": 2959, "bg": 2950, "rotates": false }, { "id": [ "2farm_3", "farm_3", "farm_isherwood_3", "farm_dairy_twd_6", "farm_dairy_twd_12", "ranch_camp_66", "dairy_farm_SE" ], - "fg": [ 2939, 2938, 2939, 2938 ], - "bg": 2927, + "fg": [ 2962, 2961, 2962, 2961 ], + "bg": 2950, "rotates": true }, - { "id": [ "desolatebarn", "barn_aban1" ], "fg": 2940, "bg": 2927 }, + { "id": [ "desolatebarn", "barn_aban1" ], "fg": 2963, "bg": 2950 }, { "id": [ "2farm_loft_3", @@ -3116,8 +3129,8 @@ "ranch_camp_66_roof", "dairy_farm_SE_roof" ], - "fg": [ 2939, 2938, 2939, 2938 ], - "bg": 2929, + "fg": [ 2962, 2961, 2962, 2961 ], + "bg": 2952, "rotates": true }, { @@ -3139,8 +3152,8 @@ "cabin_strange_b", "riverside_dwelling" ], - "fg": [ 2942, 2941, 2943, 2944 ], - "bg": 2927, + "fg": [ 2965, 2964, 2966, 2967 ], + "bg": 2950, "rotates": true }, { @@ -3158,8 +3171,8 @@ "cabin_lake_roof", "lake_cabin_boathouse_roof" ], - "fg": [ 2942, 2941, 2943, 2944 ], - "bg": 2929, + "fg": [ 2965, 2964, 2966, 2967 ], + "bg": 2952, "rotates": true }, { @@ -3175,12 +3188,12 @@ "ws_survivor_camp", "homelesscamp" ], - "fg": 2945, - "bg": 2927 + "fg": 2968, + "bg": 2950 }, - { "id": "cave", "fg": 2946, "bg": 2927 }, - { "id": "cave_underground", "fg": 2946 }, - { "id": [ "airliner_2b_-1", "airliner_2c_-1" ], "fg": 2948, "rotates": false }, + { "id": "cave", "fg": 2969, "bg": 2950 }, + { "id": "cave_underground", "fg": 2969 }, + { "id": [ "airliner_2b_-1", "airliner_2c_-1" ], "fg": 2971, "rotates": false }, { "id": [ "airliner_1a", @@ -3213,26 +3226,26 @@ "airliner_2j", "airliner_3j" ], - "fg": 2949 + "fg": 2972 }, - { "id": [ "airliner_2a_1", "airliner_2c_1" ], "fg": 2929 }, - { "id": [ "dirt_road", "dirt_road_forest" ], "fg": [ 2956, 2955 ], "rotates": true }, - { "id": [ "dirt_road_3way", "dirt_road_3way_forest" ], "fg": [ 2962, 2961, 2963, 2964 ], "rotates": true }, - { "id": [ "dirt_road_turn", "dirt_road_turn_forest" ], "fg": [ 2951, 2953, 2954, 2952 ], "rotates": true }, - { "id": [ "dirt_road_turn1", "dirt_road_turn1_forest" ], "fg": [ 2952, 2951, 2953, 2954 ], "rotates": true }, + { "id": [ "airliner_2a_1", "airliner_2c_1" ], "fg": 2952 }, + { "id": [ "dirt_road", "dirt_road_forest" ], "fg": [ 2979, 2978 ], "rotates": true }, + { "id": [ "dirt_road_3way", "dirt_road_3way_forest" ], "fg": [ 2985, 2984, 2986, 2987 ], "rotates": true }, + { "id": [ "dirt_road_turn", "dirt_road_turn_forest" ], "fg": [ 2974, 2976, 2977, 2975 ], "rotates": true }, + { "id": [ "dirt_road_turn1", "dirt_road_turn1_forest" ], "fg": [ 2975, 2974, 2976, 2977 ], "rotates": true }, { "id": [ "shelter", "shelter_1", "shelter_2", "shelter_vandal", "shelter_1_vandal", "shelter_2_vandal" ], - "fg": [ 2967, 2966, 2968, 2969 ], - "bg": 2927, + "fg": [ 2990, 2989, 2991, 2992 ], + "bg": 2950, "rotates": true }, { "id": [ "shelter_roof", "shelter_roof_1", "shelter_roof_2" ], - "fg": [ 2967, 2966, 2968, 2969 ], - "bg": 2929, + "fg": [ 2990, 2989, 2991, 2992 ], + "bg": 2952, "rotates": true }, - { "id": "shelter_under", "fg": [ 2967, 2966, 2968, 2969 ], "rotates": true }, + { "id": "shelter_under", "fg": [ 2990, 2989, 2991, 2992 ], "rotates": true }, { "id": [ "2farm_1", @@ -3301,19 +3314,19 @@ "horse_farm_isherwood_2", "yard" ], - "fg": 2970 + "fg": 2993 }, { "id": "forest_trail", - "fg": 2986, + "fg": 3009, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2971 }, - { "id": "corner", "fg": [ 2973, 2975, 2974, 2972 ] }, - { "id": "t_connection", "fg": [ 2983, 2985, 2984, 2982 ] }, - { "id": "edge", "fg": [ 2977, 2976 ] }, - { "id": "end_piece", "fg": [ 2979, 2981, 2980, 2978 ] }, - { "id": "unconnected", "fg": [ 2986, 2986 ] } + { "id": "center", "fg": 2994 }, + { "id": "corner", "fg": [ 2996, 2998, 2997, 2995 ] }, + { "id": "t_connection", "fg": [ 3006, 3008, 3007, 3005 ] }, + { "id": "edge", "fg": [ 3000, 2999 ] }, + { "id": "end_piece", "fg": [ 3002, 3004, 3003, 3001 ] }, + { "id": "unconnected", "fg": [ 3009, 3009 ] } ] }, { @@ -3330,50 +3343,50 @@ "garage_gas_roof_2", "garage_gas_roof_3" ], - "fg": [ 2988, 2987, 2989, 2990 ], - "bg": 2927 - }, - { "id": "2farm_7", "fg": 2971 }, - { "id": "crater", "fg": 3900, "bg": 2927 }, - { "id": "ranch_camp_17", "fg": 4723, "bg": 3034 }, - { "id": "ranch_camp_76", "fg": 2971 }, - { "id": "ranch_camp_77", "fg": [ 3088, 3087, 3089, 3090 ], "bg": 2927, "rotates": true }, - { "id": "helipad_ne", "fg": [ 2992, 2994, 2993, 2991 ], "rotates": true }, - { "id": "helipad_nw", "fg": [ 2996, 2998, 2997, 2995 ], "rotates": true }, - { "id": "helipad_se", "fg": [ 3000, 3002, 3001, 2999 ], "rotates": true }, - { "id": "helipad_sw", "fg": [ 3004, 3006, 3005, 3003 ], "rotates": true }, - { "id": "lighthouse_z2", "fg": 3014, "bg": 2929 }, - { "id": "lighthouse_z3", "fg": 3015, "bg": 2929 }, - { "id": "lighthouse_z4", "fg": 3016, "bg": 2929 }, - { "id": "lighthouse_z5", "fg": 3017, "bg": 2929 }, - { "id": "lighthouse_roof", "fg": 3013, "bg": 2929 }, - { "id": "note_!_black", "fg": 3018 }, - { "id": "note_!_red", "fg": 3031 }, - { "id": "note_!_green", "fg": 3023 }, - { "id": "note_!_brown", "fg": 3020 }, - { "id": "note_!_blue", "fg": 3019 }, - { "id": "note_!_magenta", "fg": 3029 }, - { "id": "note_!_cyan", "fg": 3021 }, - { "id": "note_!_light_gray", "fg": 3026 }, - { "id": "note_!_dark_gray", "fg": 3022 }, - { "id": "note_!_light_red", "fg": 3028 }, - { "id": "note_!_light_green", "fg": 3027 }, - { "id": "note_!_yellow", "fg": 3033 }, - { "id": "note_!_light_blue", "fg": 3024 }, - { "id": "note_!_pink", "fg": 3030 }, - { "id": "note_!_light_cyan", "fg": 3025 }, - { "id": "note_!_white", "fg": 3032 }, - { "id": "2farm_4", "fg": [ 3042, 3041, 3043, 3044 ], "rotates": true }, - { "id": "2farm_8", "fg": [ 3043, 3044, 3042, 3041 ], "rotates": true }, - { "id": "dairy_farm_NW", "fg": [ 3044, 3042, 3041, 3043 ], "rotates": true }, - { "id": "dairy_farm_NE", "fg": [ 3041, 3043, 3044, 3042 ], "rotates": true }, - { "id": "ranch_camp_1", "fg": [ 3038, 3037, 3039, 3040 ], "rotates": true }, + "fg": [ 3011, 3010, 3012, 3013 ], + "bg": 2950 + }, + { "id": "2farm_7", "fg": 2994 }, + { "id": "crater", "fg": 3923, "bg": 2950 }, + { "id": "ranch_camp_17", "fg": 4746, "bg": 3057 }, + { "id": "ranch_camp_76", "fg": 2994 }, + { "id": "ranch_camp_77", "fg": [ 3111, 3110, 3112, 3113 ], "bg": 2950, "rotates": true }, + { "id": "helipad_ne", "fg": [ 3015, 3017, 3016, 3014 ], "rotates": true }, + { "id": "helipad_nw", "fg": [ 3019, 3021, 3020, 3018 ], "rotates": true }, + { "id": "helipad_se", "fg": [ 3023, 3025, 3024, 3022 ], "rotates": true }, + { "id": "helipad_sw", "fg": [ 3027, 3029, 3028, 3026 ], "rotates": true }, + { "id": "lighthouse_z2", "fg": 3037, "bg": 2952 }, + { "id": "lighthouse_z3", "fg": 3038, "bg": 2952 }, + { "id": "lighthouse_z4", "fg": 3039, "bg": 2952 }, + { "id": "lighthouse_z5", "fg": 3040, "bg": 2952 }, + { "id": "lighthouse_roof", "fg": 3036, "bg": 2952 }, + { "id": "note_!_black", "fg": 3041 }, + { "id": "note_!_red", "fg": 3054 }, + { "id": "note_!_green", "fg": 3046 }, + { "id": "note_!_brown", "fg": 3043 }, + { "id": "note_!_blue", "fg": 3042 }, + { "id": "note_!_magenta", "fg": 3052 }, + { "id": "note_!_cyan", "fg": 3044 }, + { "id": "note_!_light_gray", "fg": 3049 }, + { "id": "note_!_dark_gray", "fg": 3045 }, + { "id": "note_!_light_red", "fg": 3051 }, + { "id": "note_!_light_green", "fg": 3050 }, + { "id": "note_!_yellow", "fg": 3056 }, + { "id": "note_!_light_blue", "fg": 3047 }, + { "id": "note_!_pink", "fg": 3053 }, + { "id": "note_!_light_cyan", "fg": 3048 }, + { "id": "note_!_white", "fg": 3055 }, + { "id": "2farm_4", "fg": [ 3065, 3064, 3066, 3067 ], "rotates": true }, + { "id": "2farm_8", "fg": [ 3066, 3067, 3065, 3064 ], "rotates": true }, + { "id": "dairy_farm_NW", "fg": [ 3067, 3065, 3064, 3066 ], "rotates": true }, + { "id": "dairy_farm_NE", "fg": [ 3064, 3066, 3067, 3065 ], "rotates": true }, + { "id": "ranch_camp_1", "fg": [ 3061, 3060, 3062, 3063 ], "rotates": true }, { "id": [ "ranch_camp_2", "ranch_camp_3", "ranch_camp_4", "ranch_camp_5", "ranch_camp_6", "ranch_camp_7", "ranch_camp_8" ], - "fg": [ 3046, 3045, 3047, 3048 ], + "fg": [ 3069, 3068, 3070, 3071 ], "rotates": true }, - { "id": "ranch_camp_9", "fg": [ 3037, 3039, 3040, 3038 ], "rotates": true }, + { "id": "ranch_camp_9", "fg": [ 3060, 3062, 3063, 3061 ], "rotates": true }, { "id": [ "ranch_camp_10", @@ -3384,7 +3397,7 @@ "ranch_camp_55", "ranch_camp_64" ], - "fg": [ 3048, 3046, 3045, 3047 ], + "fg": [ 3071, 3069, 3068, 3070 ], "rotates": true }, { @@ -3434,7 +3447,7 @@ "ranch_camp_70", "ranch_camp_71" ], - "fg": 3034, + "fg": 3057, "rotates": true }, { @@ -3447,730 +3460,730 @@ "ranch_camp_63", "ranch_camp_72" ], - "fg": [ 3045, 3047, 3048, 3046 ], + "fg": [ 3068, 3070, 3071, 3069 ], "rotates": true }, - { "id": [ "ranch_camp_73", "ranch_camp_78" ], "fg": [ 3040, 3038, 3037, 3039 ], "rotates": true }, + { "id": [ "ranch_camp_73", "ranch_camp_78" ], "fg": [ 3063, 3061, 3060, 3062 ], "rotates": true }, { "id": [ "ranch_camp_74", "ranch_camp_79", "ranch_camp_80" ], - "fg": [ 3047, 3048, 3046, 3045 ], + "fg": [ 3070, 3071, 3069, 3068 ], "rotates": true }, - { "id": [ "ranch_camp_75", "ranch_camp_81" ], "fg": [ 3039, 3040, 3038, 3037 ], "rotates": true }, - { "id": "pond_field", "fg": 3051, "bg": 2927, "rotates": false }, - { "id": "pond_forest", "fg": 3052, "bg": 2927, "rotates": false }, - { "id": "pond_swamp", "fg": 3053, "bg": 2927, "rotates": false }, - { "id": "hot_springs", "fg": 3050, "bg": 2927, "rotates": false }, + { "id": [ "ranch_camp_75", "ranch_camp_81" ], "fg": [ 3062, 3063, 3061, 3060 ], "rotates": true }, + { "id": "pond_field", "fg": 3074, "bg": 2950, "rotates": false }, + { "id": "pond_forest", "fg": 3075, "bg": 2950, "rotates": false }, + { "id": "pond_swamp", "fg": 3076, "bg": 2950, "rotates": false }, + { "id": "hot_springs", "fg": 3073, "bg": 2950, "rotates": false }, { "id": [ "pool", "pool_1", "pool_2", "pool_3", "pool_4" ], - "fg": [ 3055, 3054, 3056, 3057 ], - "bg": 2927, + "fg": [ 3078, 3077, 3079, 3080 ], + "bg": 2950, "rotates": true }, - { "id": [ "pool_5", "pool_6" ], "fg": [ 3059, 3058, 3060, 3061 ], "bg": 2927, "rotates": true }, + { "id": [ "pool_5", "pool_6" ], "fg": [ 3082, 3081, 3083, 3084 ], "bg": 2950, "rotates": true }, { "id": [ "pool_roof", "pool_roof_1", "pool_roof_2", "pool_roof_3", "pool_roof_4" ], - "fg": [ 3055, 3054, 3056, 3057 ], - "bg": 2929, + "fg": [ 3078, 3077, 3079, 3080 ], + "bg": 2952, "rotates": true }, - { "id": "publicgarden", "fg": 3062 }, - { "id": "PublicPond_1a", "fg": [ 3066, 3064, 3063, 3065 ], "rotates": true }, - { "id": "PublicPond_1b", "fg": [ 3063, 3065, 3066, 3064 ], "rotates": true }, - { "id": "river_nw", "fg": 3075, "bg": 2927, "rotates": false }, - { "id": "river_sw", "fg": 3078, "bg": 2927, "rotates": false }, - { "id": "river_se", "fg": 3076, "bg": 2927, "rotates": false }, - { "id": "river_ne", "fg": 3073, "bg": 2927, "rotates": false }, - { "id": "river_north", "fg": 3074, "bg": 2927, "rotates": false }, - { "id": "river_west", "fg": 3079, "bg": 2927, "rotates": false }, - { "id": "river_east", "fg": 3072, "bg": 2927, "rotates": false }, - { "id": "river_south", "fg": 3077, "bg": 2927, "rotates": false }, - { "id": "river_center", "fg": 3071, "bg": 2927, "rotates": false }, - { "id": "river", "fg": [ 3074, 3072, 3077, 3079 ], "bg": 2927, "rotates": true }, - { "id": "river_c_not_nw", "fg": 3068, "bg": 2927, "rotates": false }, - { "id": "river_c_not_ne", "fg": 3067, "bg": 2927, "rotates": false }, - { "id": "river_c_not_sw", "fg": 3070, "bg": 2927, "rotates": false }, - { "id": "river_c_not_se", "fg": 3069, "bg": 2927, "rotates": false }, + { "id": "publicgarden", "fg": 3085 }, + { "id": "PublicPond_1a", "fg": [ 3089, 3087, 3086, 3088 ], "rotates": true }, + { "id": "PublicPond_1b", "fg": [ 3086, 3088, 3089, 3087 ], "rotates": true }, + { "id": "river_nw", "fg": 3098, "bg": 2950, "rotates": false }, + { "id": "river_sw", "fg": 3101, "bg": 2950, "rotates": false }, + { "id": "river_se", "fg": 3099, "bg": 2950, "rotates": false }, + { "id": "river_ne", "fg": 3096, "bg": 2950, "rotates": false }, + { "id": "river_north", "fg": 3097, "bg": 2950, "rotates": false }, + { "id": "river_west", "fg": 3102, "bg": 2950, "rotates": false }, + { "id": "river_east", "fg": 3095, "bg": 2950, "rotates": false }, + { "id": "river_south", "fg": 3100, "bg": 2950, "rotates": false }, + { "id": "river_center", "fg": 3094, "bg": 2950, "rotates": false }, + { "id": "river", "fg": [ 3097, 3095, 3100, 3102 ], "bg": 2950, "rotates": true }, + { "id": "river_c_not_nw", "fg": 3091, "bg": 2950, "rotates": false }, + { "id": "river_c_not_ne", "fg": 3090, "bg": 2950, "rotates": false }, + { "id": "river_c_not_sw", "fg": 3093, "bg": 2950, "rotates": false }, + { "id": "river_c_not_se", "fg": 3092, "bg": 2950, "rotates": false }, { "id": "road", - "fg": 3095, + "fg": 3118, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3080 }, - { "id": "corner", "fg": [ 3082, 3084, 3083, 3081 ], "bg": 2927 }, - { "id": "t_connection", "fg": [ 3092, 3094, 3093, 3091 ] }, - { "id": "edge", "fg": [ 3086, 3085 ] }, - { "id": "end_piece", "fg": [ 3088, 3090, 3089, 3087 ] }, - { "id": "unconnected", "fg": [ 3095, 3095 ], "bg": 2927 } + { "id": "center", "fg": 3103 }, + { "id": "corner", "fg": [ 3105, 3107, 3106, 3104 ], "bg": 2950 }, + { "id": "t_connection", "fg": [ 3115, 3117, 3116, 3114 ] }, + { "id": "edge", "fg": [ 3109, 3108 ] }, + { "id": "end_piece", "fg": [ 3111, 3113, 3112, 3110 ] }, + { "id": "unconnected", "fg": [ 3118, 3118 ], "bg": 2950 } ] }, - { "id": "road_nesw_manhole", "fg": 3096, "bg": 3080 }, + { "id": "road_nesw_manhole", "fg": 3119, "bg": 3103 }, { "id": [ "house_farm", "farm_2", "farm_isherwood_2", "2farm_11" ], - "fg": [ 3098, 3097, 3099, 3100 ], - "bg": 2927, + "fg": [ 3121, 3120, 3122, 3123 ], + "bg": 2950, "rotates": true }, - { "id": [ "dairy_farm_SW", "ranch_camp_68" ], "fg": [ 3099, 3100, 3098, 3097 ], "bg": 2927, "rotates": true }, + { "id": [ "dairy_farm_SW", "ranch_camp_68" ], "fg": [ 3122, 3123, 3121, 3120 ], "bg": 2950, "rotates": true }, { "id": [ "house_farm_roof", "farm_2_roof", "farm_isherwood_2_roof", "2farm_roof_11" ], - "fg": [ 3098, 3097, 3099, 3100 ], - "bg": 2929, + "fg": [ 3121, 3120, 3122, 3123 ], + "bg": 2952, "rotates": true }, { "id": [ "dairy_farm_SW_roof", "ranch_camp_68_roof" ], - "fg": [ 3099, 3100, 3098, 3097 ], - "bg": 2929, + "fg": [ 3122, 3123, 3121, 3120 ], + "bg": 2952, "rotates": true }, - { "id": "farm_isherwood_2_cellar", "fg": [ 3098, 3097, 3099, 3100 ], "rotates": true }, - { "id": [ "2silos", "ranch_camp_57" ], "fg": [ 3102, 3101, 3102, 3101 ], "bg": 2927, "rotates": true }, + { "id": "farm_isherwood_2_cellar", "fg": [ 3121, 3120, 3122, 3123 ], "rotates": true }, + { "id": [ "2silos", "ranch_camp_57" ], "fg": [ 3125, 3124, 3125, 3124 ], "bg": 2950, "rotates": true }, { "id": [ "2silos_1", "2silos_2", "2silos_roof" ], - "fg": [ 3102, 3101, 3102, 3101 ], - "bg": 2929, + "fg": [ 3125, 3124, 3125, 3124 ], + "bg": 2952, "rotates": true }, - { "id": "slimepit_top", "fg": 3103, "bg": 2927 }, - { "id": [ "slimepit_bottom", "slimepit", "slimepit_down" ], "fg": 4332 }, - { "id": "hunter_shack", "fg": [ 3109, 3108, 3110, 3111 ], "bg": 2927, "rotates": true }, - { "id": "hunter_shack_1", "fg": [ 3106, 3104, 3105, 3107 ], "bg": 2927, "rotates": true }, - { "id": "hunter_shack_roof", "fg": [ 3109, 3108, 3110, 3111 ], "bg": 2929, "rotates": true }, - { "id": "hunter_shack_roof_1", "fg": [ 3106, 3104, 3105, 3107 ], "bg": 2929, "rotates": true }, - { "id": "ws_fire_lookout_tower_base", "fg": 3112, "bg": 2927, "rotates": false }, - { "id": "ws_fire_lookout_tower_f1", "fg": 3112, "bg": 2929 }, - { "id": [ "ws_fire_lookout_tower_f2", "ws_fire_lookout_tower_f3" ], "fg": 3113, "bg": 2929 }, - { "id": "t_reb_cage", "fg": 3115, "bg": 4125 }, + { "id": "slimepit_top", "fg": 3126, "bg": 2950 }, + { "id": [ "slimepit_bottom", "slimepit", "slimepit_down" ], "fg": 4355 }, + { "id": "hunter_shack", "fg": [ 3132, 3131, 3133, 3134 ], "bg": 2950, "rotates": true }, + { "id": "hunter_shack_1", "fg": [ 3129, 3127, 3128, 3130 ], "bg": 2950, "rotates": true }, + { "id": "hunter_shack_roof", "fg": [ 3132, 3131, 3133, 3134 ], "bg": 2952, "rotates": true }, + { "id": "hunter_shack_roof_1", "fg": [ 3129, 3127, 3128, 3130 ], "bg": 2952, "rotates": true }, + { "id": "ws_fire_lookout_tower_base", "fg": 3135, "bg": 2950, "rotates": false }, + { "id": "ws_fire_lookout_tower_f1", "fg": 3135, "bg": 2952 }, + { "id": [ "ws_fire_lookout_tower_f2", "ws_fire_lookout_tower_f3" ], "fg": 3136, "bg": 2952 }, + { "id": "t_reb_cage", "fg": 3138, "bg": 4148 }, { "id": "f_earthbag_half", "multitile": true, - "fg": 3131, - "bg": 3660, + "fg": 3154, + "bg": 3683, "additional_tiles": [ - { "id": "center", "fg": 3116 }, - { "id": "corner", "fg": [ 3118, 3120, 3119, 3117 ] }, - { "id": "t_connection", "fg": [ 3128, 3130, 3129, 3127 ] }, - { "id": "edge", "fg": [ 3122, 3121 ] }, - { "id": "end_piece", "fg": [ 3124, 3126, 3125, 3123 ] }, - { "id": "unconnected", "fg": [ 3131, 3131 ] } + { "id": "center", "fg": 3139 }, + { "id": "corner", "fg": [ 3141, 3143, 3142, 3140 ] }, + { "id": "t_connection", "fg": [ 3151, 3153, 3152, 3150 ] }, + { "id": "edge", "fg": [ 3145, 3144 ] }, + { "id": "end_piece", "fg": [ 3147, 3149, 3148, 3146 ] }, + { "id": "unconnected", "fg": [ 3154, 3154 ] } ] }, - { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 3865 }, - { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 4316 }, + { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 3888 }, + { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 4339 }, { "id": "t_splitrail_fence", "multitile": true, - "fg": 3174, - "bg": 3660, + "fg": 3197, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 3159 }, - { "id": "corner", "bg": 3660, "fg": [ 3161, 3163, 3162, 3160 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 3171, 3173, 3172, 3170 ] }, - { "id": "edge", "bg": 3660, "fg": [ 3165, 3164 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 3167, 3169, 3168, 3166 ] }, - { "bg": 3660, "id": "unconnected", "fg": [ 3174, 3174 ] } + { "id": "center", "bg": 3683, "fg": 3182 }, + { "id": "corner", "bg": 3683, "fg": [ 3184, 3186, 3185, 3183 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 3194, 3196, 3195, 3193 ] }, + { "id": "edge", "bg": 3683, "fg": [ 3188, 3187 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 3190, 3192, 3191, 3189 ] }, + { "bg": 3683, "id": "unconnected", "fg": [ 3197, 3197 ] } ] }, { "id": "t_splitrail_fence_season_summer", "multitile": true, - "fg": 3174, - "bg": 3670, + "fg": 3197, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": 3159 }, - { "id": "corner", "bg": 3670, "fg": [ 3161, 3163, 3162, 3160 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 3171, 3173, 3172, 3170 ] }, - { "id": "edge", "bg": 3670, "fg": [ 3165, 3164 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 3167, 3169, 3168, 3166 ] }, - { "bg": 3670, "id": "unconnected", "fg": [ 3174, 3174 ] } + { "id": "center", "bg": 3693, "fg": 3182 }, + { "id": "corner", "bg": 3693, "fg": [ 3184, 3186, 3185, 3183 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 3194, 3196, 3195, 3193 ] }, + { "id": "edge", "bg": 3693, "fg": [ 3188, 3187 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 3190, 3192, 3191, 3189 ] }, + { "bg": 3693, "id": "unconnected", "fg": [ 3197, 3197 ] } ] }, { "id": "t_splitrail_fence_season_autumn", "multitile": true, - "fg": 3174, - "bg": 3665, + "fg": 3197, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": 3159 }, - { "id": "corner", "bg": 3665, "fg": [ 3161, 3163, 3162, 3160 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 3171, 3173, 3172, 3170 ] }, - { "id": "edge", "bg": 3665, "fg": [ 3165, 3164 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 3167, 3169, 3168, 3166 ] }, - { "bg": 3665, "id": "unconnected", "fg": [ 3174, 3174 ] } + { "id": "center", "bg": 3688, "fg": 3182 }, + { "id": "corner", "bg": 3688, "fg": [ 3184, 3186, 3185, 3183 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 3194, 3196, 3195, 3193 ] }, + { "id": "edge", "bg": 3688, "fg": [ 3188, 3187 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 3190, 3192, 3191, 3189 ] }, + { "bg": 3688, "id": "unconnected", "fg": [ 3197, 3197 ] } ] }, { "id": "t_splitrail_fence_season_winter", "multitile": true, - "fg": 3174, - "bg": 3140, + "fg": 3197, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": 3159 }, - { "id": "corner", "bg": 3140, "fg": [ 3161, 3163, 3162, 3160 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3171, 3173, 3172, 3170 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3165, 3164 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3167, 3169, 3168, 3166 ] }, - { "bg": 3140, "id": "unconnected", "fg": [ 3174, 3174 ] } + { "id": "center", "bg": 3163, "fg": 3182 }, + { "id": "corner", "bg": 3163, "fg": [ 3184, 3186, 3185, 3183 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3194, 3196, 3195, 3193 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3188, 3187 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3190, 3192, 3191, 3189 ] }, + { "bg": 3163, "id": "unconnected", "fg": [ 3197, 3197 ] } ] }, - { "id": "t_stairs_down", "fg": 3175 }, - { "id": "t_wood_stairs_down", "fg": 3176 }, + { "id": "t_stairs_down", "fg": 3198 }, + { "id": "t_wood_stairs_down", "fg": 3199 }, { "id": "t_adobe_brick_wall", "multitile": true, - "fg": 3192, + "fg": 3215, "additional_tiles": [ - { "id": "center", "fg": 3177 }, - { "id": "corner", "fg": [ 3179, 3181, 3180, 3178 ] }, - { "id": "t_connection", "fg": [ 3189, 3191, 3190, 3188 ] }, - { "id": "edge", "fg": [ 3183, 3182 ] }, - { "id": "end_piece", "fg": [ 3185, 3187, 3186, 3184 ] }, - { "id": "unconnected", "fg": [ 3192, 3192 ] } + { "id": "center", "fg": 3200 }, + { "id": "corner", "fg": [ 3202, 3204, 3203, 3201 ] }, + { "id": "t_connection", "fg": [ 3212, 3214, 3213, 3211 ] }, + { "id": "edge", "fg": [ 3206, 3205 ] }, + { "id": "end_piece", "fg": [ 3208, 3210, 3209, 3207 ] }, + { "id": "unconnected", "fg": [ 3215, 3215 ] } ] }, - { "id": "t_bars", "fg": 3193 }, + { "id": "t_bars", "fg": 3216 }, { "id": "t_brick_wall", "multitile": true, - "fg": 3209, + "fg": 3232, "additional_tiles": [ - { "id": "center", "fg": 3194 }, - { "id": "corner", "fg": [ 3196, 3198, 3197, 3195 ] }, - { "id": "t_connection", "fg": [ 3206, 3208, 3207, 3205 ] }, - { "id": "edge", "fg": [ 3200, 3199 ] }, - { "id": "end_piece", "fg": [ 3202, 3204, 3203, 3201 ] }, - { "id": "unconnected", "fg": 3209 } + { "id": "center", "fg": 3217 }, + { "id": "corner", "fg": [ 3219, 3221, 3220, 3218 ] }, + { "id": "t_connection", "fg": [ 3229, 3231, 3230, 3228 ] }, + { "id": "edge", "fg": [ 3223, 3222 ] }, + { "id": "end_piece", "fg": [ 3225, 3227, 3226, 3224 ] }, + { "id": "unconnected", "fg": 3232 } ] }, { "id": "t_bridge", "multitile": true, - "fg": 3225, + "fg": 3248, "additional_tiles": [ - { "id": "center", "fg": 3210 }, - { "id": "corner", "fg": [ 3212, 3214, 3213, 3211 ] }, - { "id": "t_connection", "fg": [ 3222, 3224, 3223, 3221 ] }, - { "id": "edge", "fg": [ 3216, 3215 ] }, - { "id": "end_piece", "fg": [ 3218, 3220, 3219, 3217 ] }, - { "id": "unconnected", "fg": [ 3225, 3225 ] } + { "id": "center", "fg": 3233 }, + { "id": "corner", "fg": [ 3235, 3237, 3236, 3234 ] }, + { "id": "t_connection", "fg": [ 3245, 3247, 3246, 3244 ] }, + { "id": "edge", "fg": [ 3239, 3238 ] }, + { "id": "end_piece", "fg": [ 3241, 3243, 3242, 3240 ] }, + { "id": "unconnected", "fg": [ 3248, 3248 ] } ] }, { "id": "t_carpet_green", "multitile": true, - "fg": 3244, + "fg": 3267, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3226 }, - { "weight": 1, "sprite": 3227 }, - { "weight": 1, "sprite": 3228 }, - { "weight": 1, "sprite": 3229 } + { "weight": 1, "sprite": 3249 }, + { "weight": 1, "sprite": 3250 }, + { "weight": 1, "sprite": 3251 }, + { "weight": 1, "sprite": 3252 } ] }, - { "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": "corner", "fg": [ 3254, 3256, 3255, 3253 ] }, + { "id": "t_connection", "fg": [ 3264, 3266, 3265, 3263 ] }, + { "id": "edge", "fg": [ 3258, 3257 ] }, + { "id": "end_piece", "fg": [ 3260, 3262, 3261, 3259 ] }, + { "id": "unconnected", "fg": 3267 } ] }, { "id": "t_carpet_purple", "multitile": true, - "fg": 3263, + "fg": 3286, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3245 }, - { "weight": 1, "sprite": 3246 }, - { "weight": 1, "sprite": 3247 }, - { "weight": 1, "sprite": 3248 } + { "weight": 1, "sprite": 3268 }, + { "weight": 1, "sprite": 3269 }, + { "weight": 1, "sprite": 3270 }, + { "weight": 1, "sprite": 3271 } ] }, - { "id": "corner", "fg": [ 3250, 3252, 3251, 3249 ] }, - { "id": "t_connection", "fg": [ 3260, 3262, 3261, 3259 ] }, - { "id": "edge", "fg": [ 3254, 3253 ] }, - { "id": "end_piece", "fg": [ 3256, 3258, 3257, 3255 ] }, - { "id": "unconnected", "fg": 3263 } + { "id": "corner", "fg": [ 3273, 3275, 3274, 3272 ] }, + { "id": "t_connection", "fg": [ 3283, 3285, 3284, 3282 ] }, + { "id": "edge", "fg": [ 3277, 3276 ] }, + { "id": "end_piece", "fg": [ 3279, 3281, 3280, 3278 ] }, + { "id": "unconnected", "fg": 3286 } ] }, { "id": "t_carpet_red", "multitile": true, - "fg": 3279, + "fg": 3302, "additional_tiles": [ - { "id": "center", "fg": 3264 }, - { "id": "corner", "fg": [ 3266, 3268, 3267, 3265 ] }, - { "id": "t_connection", "fg": [ 3276, 3278, 3277, 3275 ] }, - { "id": "edge", "fg": [ 3270, 3269 ] }, - { "id": "end_piece", "fg": [ 3272, 3274, 3273, 3271 ] }, - { "id": "unconnected", "fg": 3279 } + { "id": "center", "fg": 3287 }, + { "id": "corner", "fg": [ 3289, 3291, 3290, 3288 ] }, + { "id": "t_connection", "fg": [ 3299, 3301, 3300, 3298 ] }, + { "id": "edge", "fg": [ 3293, 3292 ] }, + { "id": "end_piece", "fg": [ 3295, 3297, 3296, 3294 ] }, + { "id": "unconnected", "fg": 3302 } ] }, { "id": "t_carpet_yellow", "multitile": true, - "fg": 3295, + "fg": 3318, "additional_tiles": [ - { "id": "center", "fg": 3280 }, - { "id": "corner", "fg": [ 3282, 3284, 3283, 3281 ] }, - { "id": "t_connection", "fg": [ 3292, 3294, 3293, 3291 ] }, - { "id": "edge", "fg": [ 3286, 3285 ] }, - { "id": "end_piece", "fg": [ 3288, 3290, 3289, 3287 ] }, - { "id": "unconnected", "fg": 3295 } + { "id": "center", "fg": 3303 }, + { "id": "corner", "fg": [ 3305, 3307, 3306, 3304 ] }, + { "id": "t_connection", "fg": [ 3315, 3317, 3316, 3314 ] }, + { "id": "edge", "fg": [ 3309, 3308 ] }, + { "id": "end_piece", "fg": [ 3311, 3313, 3312, 3310 ] }, + { "id": "unconnected", "fg": 3318 } ] }, { "id": "t_chainfence", - "fg": 3311, + "fg": 3334, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3296, "bg": 3865 }, - { "id": "corner", "fg": [ 3298, 3300, 3299, 3297 ], "bg": 3865 }, - { "id": "t_connection", "fg": [ 3308, 3310, 3309, 3307 ], "bg": 3865 }, - { "id": "edge", "fg": [ 3302, 3301 ], "bg": 3865 }, - { "id": "end_piece", "fg": [ 3304, 3306, 3305, 3303 ], "bg": 3865 }, - { "id": "unconnected", "fg": [ 3311, 3311 ], "bg": 3865 } + { "id": "center", "fg": 3319, "bg": 3888 }, + { "id": "corner", "fg": [ 3321, 3323, 3322, 3320 ], "bg": 3888 }, + { "id": "t_connection", "fg": [ 3331, 3333, 3332, 3330 ], "bg": 3888 }, + { "id": "edge", "fg": [ 3325, 3324 ], "bg": 3888 }, + { "id": "end_piece", "fg": [ 3327, 3329, 3328, 3326 ], "bg": 3888 }, + { "id": "unconnected", "fg": [ 3334, 3334 ], "bg": 3888 } ], - "bg": 3865 + "bg": 3888 }, { "id": "t_chainfence_season_winter", - "fg": 3311, + "fg": 3334, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3296, "bg": 3140 }, - { "id": "corner", "fg": [ 3298, 3300, 3299, 3297 ], "bg": 3140 }, - { "id": "t_connection", "fg": [ 3308, 3310, 3309, 3307 ], "bg": 3140 }, - { "id": "edge", "fg": [ 3302, 3301 ], "bg": 3140 }, - { "id": "end_piece", "fg": [ 3304, 3306, 3305, 3303 ], "bg": 3140 }, - { "id": "unconnected", "fg": [ 3311, 3311 ], "bg": 3140 } + { "id": "center", "fg": 3319, "bg": 3163 }, + { "id": "corner", "fg": [ 3321, 3323, 3322, 3320 ], "bg": 3163 }, + { "id": "t_connection", "fg": [ 3331, 3333, 3332, 3330 ], "bg": 3163 }, + { "id": "edge", "fg": [ 3325, 3324 ], "bg": 3163 }, + { "id": "end_piece", "fg": [ 3327, 3329, 3328, 3326 ], "bg": 3163 }, + { "id": "unconnected", "fg": [ 3334, 3334 ], "bg": 3163 } ], - "bg": 3140 + "bg": 3163 }, { "id": "t_clay", "multitile": true, - "fg": 3327, - "bg": 3660, + "fg": 3350, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 3312 }, - { "id": "corner", "bg": 3660, "fg": [ 3314, 3316, 3315, 3313 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 3324, 3326, 3325, 3323 ] }, - { "id": "edge", "bg": 3660, "fg": [ 3318, 3317 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 3320, 3322, 3321, 3319 ] }, - { "bg": 3660, "id": "unconnected", "fg": 3327 } + { "id": "center", "bg": 3683, "fg": 3335 }, + { "id": "corner", "bg": 3683, "fg": [ 3337, 3339, 3338, 3336 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 3347, 3349, 3348, 3346 ] }, + { "id": "edge", "bg": 3683, "fg": [ 3341, 3340 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 3343, 3345, 3344, 3342 ] }, + { "bg": 3683, "id": "unconnected", "fg": 3350 } ] }, { "id": "t_clay_season_summer", "multitile": true, - "fg": 3327, - "bg": 3670, + "fg": 3350, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": 3312 }, - { "id": "corner", "bg": 3670, "fg": [ 3314, 3316, 3315, 3313 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 3324, 3326, 3325, 3323 ] }, - { "id": "edge", "bg": 3670, "fg": [ 3318, 3317 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 3320, 3322, 3321, 3319 ] }, - { "bg": 3670, "id": "unconnected", "fg": 3327 } + { "id": "center", "bg": 3693, "fg": 3335 }, + { "id": "corner", "bg": 3693, "fg": [ 3337, 3339, 3338, 3336 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 3347, 3349, 3348, 3346 ] }, + { "id": "edge", "bg": 3693, "fg": [ 3341, 3340 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 3343, 3345, 3344, 3342 ] }, + { "bg": 3693, "id": "unconnected", "fg": 3350 } ] }, { "id": "t_clay_season_autumn", "multitile": true, - "fg": 3327, - "bg": 3665, + "fg": 3350, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": 3312 }, - { "id": "corner", "bg": 3665, "fg": [ 3314, 3316, 3315, 3313 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 3324, 3326, 3325, 3323 ] }, - { "id": "edge", "bg": 3665, "fg": [ 3318, 3317 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 3320, 3322, 3321, 3319 ] }, - { "bg": 3665, "id": "unconnected", "fg": 3327 } + { "id": "center", "bg": 3688, "fg": 3335 }, + { "id": "corner", "bg": 3688, "fg": [ 3337, 3339, 3338, 3336 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 3347, 3349, 3348, 3346 ] }, + { "id": "edge", "bg": 3688, "fg": [ 3341, 3340 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 3343, 3345, 3344, 3342 ] }, + { "bg": 3688, "id": "unconnected", "fg": 3350 } ] }, { "id": "t_clay_season_winter", "multitile": true, - "fg": 3327, - "bg": 3140, + "fg": 3350, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": 3312 }, - { "id": "corner", "bg": 3140, "fg": [ 3314, 3316, 3315, 3313 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3324, 3326, 3325, 3323 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3318, 3317 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3320, 3322, 3321, 3319 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3327 } + { "id": "center", "bg": 3163, "fg": 3335 }, + { "id": "corner", "bg": 3163, "fg": [ 3337, 3339, 3338, 3336 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3347, 3349, 3348, 3346 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3341, 3340 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3343, 3345, 3344, 3342 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3350 } ] }, { "id": "t_concrete", "multitile": true, - "fg": 3343, + "fg": 3366, "additional_tiles": [ - { "id": "center", "fg": 3328 }, - { "id": "corner", "fg": [ 3330, 3332, 3331, 3329 ] }, - { "id": "t_connection", "fg": [ 3340, 3342, 3341, 3339 ] }, - { "id": "edge", "fg": [ 3334, 3333 ] }, - { "id": "end_piece", "fg": [ 3336, 3338, 3337, 3335 ] }, - { "id": "unconnected", "fg": 3343 } + { "id": "center", "fg": 3351 }, + { "id": "corner", "fg": [ 3353, 3355, 3354, 3352 ] }, + { "id": "t_connection", "fg": [ 3363, 3365, 3364, 3362 ] }, + { "id": "edge", "fg": [ 3357, 3356 ] }, + { "id": "end_piece", "fg": [ 3359, 3361, 3360, 3358 ] }, + { "id": "unconnected", "fg": 3366 } ] }, - { "id": "t_concrete_season_winter", "fg": 3140 }, + { "id": "t_concrete_season_winter", "fg": 3163 }, { "id": "t_concrete_wall", "multitile": true, - "fg": 3359, + "fg": 3382, "additional_tiles": [ - { "id": "center", "fg": 3344 }, - { "id": "corner", "fg": [ 3346, 3348, 3347, 3345 ] }, - { "id": "t_connection", "fg": [ 3356, 3358, 3357, 3355 ] }, - { "id": "edge", "fg": [ 3350, 3349 ] }, - { "id": "end_piece", "fg": [ 3352, 3354, 3353, 3351 ] }, - { "id": "unconnected", "fg": 3359 } + { "id": "center", "fg": 3367 }, + { "id": "corner", "fg": [ 3369, 3371, 3370, 3368 ] }, + { "id": "t_connection", "fg": [ 3379, 3381, 3380, 3378 ] }, + { "id": "edge", "fg": [ 3373, 3372 ] }, + { "id": "end_piece", "fg": [ 3375, 3377, 3376, 3374 ] }, + { "id": "unconnected", "fg": 3382 } ] }, { "id": "t_concrete_wall_flesh", - "fg": 3375, + "fg": 3398, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3360 }, - { "id": "corner", "fg": [ 3362, 3364, 3363, 3361 ] }, - { "id": "t_connection", "fg": [ 3372, 3374, 3373, 3371 ] }, - { "id": "edge", "fg": [ 3366, 3365 ] }, - { "id": "end_piece", "fg": [ 3368, 3370, 3369, 3367 ] }, - { "id": "unconnected", "fg": [ 3375, 3375 ] } + { "id": "center", "fg": 3383 }, + { "id": "corner", "fg": [ 3385, 3387, 3386, 3384 ] }, + { "id": "t_connection", "fg": [ 3395, 3397, 3396, 3394 ] }, + { "id": "edge", "fg": [ 3389, 3388 ] }, + { "id": "end_piece", "fg": [ 3391, 3393, 3392, 3390 ] }, + { "id": "unconnected", "fg": [ 3398, 3398 ] } ] }, { "id": "t_conveyor", "multitile": true, - "fg": 3391, - "bg": 4370, + "fg": 3414, + "bg": 4393, "additional_tiles": [ - { "id": "center", "bg": 4370, "fg": 3376 }, - { "id": "corner", "bg": 4370, "fg": [ 3378, 3380, 3379, 3377 ] }, - { "id": "t_connection", "bg": 4370, "fg": [ 3388, 3390, 3389, 3387 ] }, - { "id": "edge", "bg": 4370, "fg": [ 3382, 3381 ] }, - { "id": "end_piece", "bg": 4370, "fg": [ 3384, 3386, 3385, 3383 ] }, - { "bg": 4370, "id": "unconnected", "fg": [ 3391, 3391 ] } + { "id": "center", "bg": 4393, "fg": 3399 }, + { "id": "corner", "bg": 4393, "fg": [ 3401, 3403, 3402, 3400 ] }, + { "id": "t_connection", "bg": 4393, "fg": [ 3411, 3413, 3412, 3410 ] }, + { "id": "edge", "bg": 4393, "fg": [ 3405, 3404 ] }, + { "id": "end_piece", "bg": 4393, "fg": [ 3407, 3409, 3408, 3406 ] }, + { "bg": 4393, "id": "unconnected", "fg": [ 3414, 3414 ] } ] }, - { "id": "t_curtains", "fg": 3392 }, + { "id": "t_curtains", "fg": 3415 }, { "id": "t_dirt", - "fg": 3411, + "fg": 3434, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 100, "sprite": 3393 }, - { "weight": 100, "sprite": 3394 }, - { "weight": 100, "sprite": 3395 }, - { "weight": 100, "sprite": 3396 } + { "weight": 100, "sprite": 3416 }, + { "weight": 100, "sprite": 3417 }, + { "weight": 100, "sprite": 3418 }, + { "weight": 100, "sprite": 3419 } ] }, - { "id": "corner", "fg": [ 3398, 3400, 3399, 3397 ] }, - { "id": "t_connection", "fg": [ 3408, 3410, 3409, 3407 ] }, - { "id": "edge", "fg": [ 3402, 3401 ] }, - { "id": "end_piece", "fg": [ 3404, 3406, 3405, 3403 ] }, - { "id": "unconnected", "fg": [ 3411, 3411 ] } + { "id": "corner", "fg": [ 3421, 3423, 3422, 3420 ] }, + { "id": "t_connection", "fg": [ 3431, 3433, 3432, 3430 ] }, + { "id": "edge", "fg": [ 3425, 3424 ] }, + { "id": "end_piece", "fg": [ 3427, 3429, 3428, 3426 ] }, + { "id": "unconnected", "fg": [ 3434, 3434 ] } ] }, { "id": "t_dirt_season_autumn", - "fg": 3430, + "fg": 3453, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 3412, 3413, 3414, 3415 ] }, - { "id": "corner", "fg": [ 3417, 3419, 3418, 3416 ] }, - { "id": "t_connection", "fg": [ 3427, 3429, 3428, 3426 ] }, - { "id": "edge", "fg": [ 3421, 3420 ] }, - { "id": "end_piece", "fg": [ 3423, 3425, 3424, 3422 ] }, - { "id": "unconnected", "fg": [ 3430, 3430 ] } + { "id": "center", "fg": [ 3435, 3436, 3437, 3438 ] }, + { "id": "corner", "fg": [ 3440, 3442, 3441, 3439 ] }, + { "id": "t_connection", "fg": [ 3450, 3452, 3451, 3449 ] }, + { "id": "edge", "fg": [ 3444, 3443 ] }, + { "id": "end_piece", "fg": [ 3446, 3448, 3447, 3445 ] }, + { "id": "unconnected", "fg": [ 3453, 3453 ] } ] }, { "id": "t_dirt_season_summer", - "fg": 3449, + "fg": 3472, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 3431, 3432, 3433, 3434 ] }, - { "id": "corner", "fg": [ 3436, 3438, 3437, 3435 ] }, - { "id": "t_connection", "fg": [ 3446, 3448, 3447, 3445 ] }, - { "id": "edge", "fg": [ 3440, 3439 ] }, - { "id": "end_piece", "fg": [ 3442, 3444, 3443, 3441 ] }, - { "id": "unconnected", "fg": [ 3449, 3449 ] } + { "id": "center", "fg": [ 3454, 3455, 3456, 3457 ] }, + { "id": "corner", "fg": [ 3459, 3461, 3460, 3458 ] }, + { "id": "t_connection", "fg": [ 3469, 3471, 3470, 3468 ] }, + { "id": "edge", "fg": [ 3463, 3462 ] }, + { "id": "end_piece", "fg": [ 3465, 3467, 3466, 3464 ] }, + { "id": "unconnected", "fg": [ 3472, 3472 ] } ] }, { "id": "t_dirt_season_winter", "fg": [ - { "weight": 100, "sprite": 3450 }, - { "weight": 100, "sprite": 3451 }, - { "weight": 100, "sprite": 3452 }, - { "weight": 100, "sprite": 3453 } + { "weight": 100, "sprite": 3473 }, + { "weight": 100, "sprite": 3474 }, + { "weight": 100, "sprite": 3475 }, + { "weight": 100, "sprite": 3476 } ] }, { "id": "t_dirtfloor", "multitile": true, - "fg": 3469, - "additional_tiles": [ - { "id": "center", "fg": 3454 }, - { "id": "corner", "fg": [ 3456, 3458, 3457, 3455 ] }, - { "id": "t_connection", "fg": [ 3466, 3468, 3467, 3465 ] }, - { "id": "edge", "fg": [ 3460, 3459 ] }, - { "id": "end_piece", "fg": [ 3462, 3464, 3463, 3461 ] }, - { "id": "unconnected", "fg": 3469 } - ] - }, - { "id": "t_door_c", "fg": 3471 }, - { "id": "t_door_locked", "fg": 3472 }, - { "id": "t_door_o", "fg": 3473 }, - { "id": "t_door_b", "fg": 3470 }, - { "id": "t_door_boarded", "fg": 3474 }, - { "id": "t_door_boarded_damaged", "fg": 3475 }, - { "id": "t_door_glass_c", "fg": 3476 }, - { "id": "t_door_glass_o", "fg": 3477 }, - { "id": "t_door_lab_c", "fg": 3478 }, - { "id": "t_door_lab_o", "fg": 3479 }, - { "id": "t_door_metal_c_peep", "fg": 3480 }, - { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3481 }, - { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 3488 }, { "weight": 100, "sprite": 3489 } ] }, + "fg": 3492, + "additional_tiles": [ + { "id": "center", "fg": 3477 }, + { "id": "corner", "fg": [ 3479, 3481, 3480, 3478 ] }, + { "id": "t_connection", "fg": [ 3489, 3491, 3490, 3488 ] }, + { "id": "edge", "fg": [ 3483, 3482 ] }, + { "id": "end_piece", "fg": [ 3485, 3487, 3486, 3484 ] }, + { "id": "unconnected", "fg": 3492 } + ] + }, + { "id": "t_door_c", "fg": 3494 }, + { "id": "t_door_locked", "fg": 3495 }, + { "id": "t_door_o", "fg": 3496 }, + { "id": "t_door_b", "fg": 3493 }, + { "id": "t_door_boarded", "fg": 3497 }, + { "id": "t_door_boarded_damaged", "fg": 3498 }, + { "id": "t_door_glass_c", "fg": 3499 }, + { "id": "t_door_glass_o", "fg": 3500 }, + { "id": "t_door_lab_c", "fg": 3501 }, + { "id": "t_door_lab_o", "fg": 3502 }, + { "id": "t_door_metal_c_peep", "fg": 3503 }, + { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3504 }, + { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 3511 }, { "weight": 100, "sprite": 3512 } ] }, { "id": "t_fence_season_spring", "multitile": true, - "fg": 3505, - "bg": 3660, + "fg": 3528, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 3490 }, - { "id": "corner", "bg": 3660, "fg": [ 3492, 3494, 3493, 3491 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 3502, 3504, 3503, 3501 ] }, - { "id": "edge", "bg": 3660, "fg": [ 3496, 3495 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 3498, 3500, 3499, 3497 ] }, - { "bg": 3660, "id": "unconnected", "fg": 3505 } + { "id": "center", "bg": 3683, "fg": 3513 }, + { "id": "corner", "bg": 3683, "fg": [ 3515, 3517, 3516, 3514 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 3525, 3527, 3526, 3524 ] }, + { "id": "edge", "bg": 3683, "fg": [ 3519, 3518 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 3521, 3523, 3522, 3520 ] }, + { "bg": 3683, "id": "unconnected", "fg": 3528 } ] }, { "id": "t_fence_season_summer", "multitile": true, - "fg": 3505, - "bg": 3670, + "fg": 3528, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": 3490 }, - { "id": "corner", "bg": 3670, "fg": [ 3492, 3494, 3493, 3491 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 3502, 3504, 3503, 3501 ] }, - { "id": "edge", "bg": 3670, "fg": [ 3496, 3495 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 3498, 3500, 3499, 3497 ] }, - { "bg": 3670, "id": "unconnected", "fg": 3505 } + { "id": "center", "bg": 3693, "fg": 3513 }, + { "id": "corner", "bg": 3693, "fg": [ 3515, 3517, 3516, 3514 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 3525, 3527, 3526, 3524 ] }, + { "id": "edge", "bg": 3693, "fg": [ 3519, 3518 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 3521, 3523, 3522, 3520 ] }, + { "bg": 3693, "id": "unconnected", "fg": 3528 } ] }, { "id": "t_fence_season_autumn", "multitile": true, - "fg": 3505, - "bg": 3665, + "fg": 3528, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": 3490 }, - { "id": "corner", "bg": 3665, "fg": [ 3492, 3494, 3493, 3491 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 3502, 3504, 3503, 3501 ] }, - { "id": "edge", "bg": 3665, "fg": [ 3496, 3495 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 3498, 3500, 3499, 3497 ] }, - { "bg": 3665, "id": "unconnected", "fg": 3505 } + { "id": "center", "bg": 3688, "fg": 3513 }, + { "id": "corner", "bg": 3688, "fg": [ 3515, 3517, 3516, 3514 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 3525, 3527, 3526, 3524 ] }, + { "id": "edge", "bg": 3688, "fg": [ 3519, 3518 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 3521, 3523, 3522, 3520 ] }, + { "bg": 3688, "id": "unconnected", "fg": 3528 } ] }, { "id": "t_fence_season_winter", "multitile": true, - "fg": 3505, - "bg": 3140, - "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": 3490 }, - { "id": "corner", "bg": 3140, "fg": [ 3492, 3494, 3493, 3491 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3502, 3504, 3503, 3501 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3496, 3495 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3498, 3500, 3499, 3497 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3505 } - ] - }, - { "id": "t_fencegate_c_season_spring", "fg": 3506, "bg": 3660 }, - { "id": "t_fencegate_c_season_summer", "fg": 3506, "bg": 3670 }, - { "id": "t_fencegate_c_season_autumn", "fg": 3506, "bg": 3665 }, - { "id": "t_fencegate_c_season_winter", "fg": 3506, "bg": 3140 }, - { "id": "t_fencegate_o_season_spring", "fg": 3507, "bg": 3660 }, - { "id": "t_fencegate_o_season_summer", "fg": 3507, "bg": 3670 }, - { "id": "t_fencegate_o_season_autumn", "fg": 3507, "bg": 3665 }, - { "id": "t_fencegate_o_season_winter", "fg": 3507, "bg": 3140 }, - { "id": "t_fence_post_season_spring", "fg": 3505, "bg": 3660 }, - { "id": "t_fence_post_season_summer", "fg": 3505, "bg": 3670 }, - { "id": "t_fence_post_season_autumn", "fg": 3505, "bg": 3665 }, - { "id": "t_fence_post_season_winter", "fg": 3505, "bg": 3140 }, + "fg": 3528, + "bg": 3163, + "additional_tiles": [ + { "id": "center", "bg": 3163, "fg": 3513 }, + { "id": "corner", "bg": 3163, "fg": [ 3515, 3517, 3516, 3514 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3525, 3527, 3526, 3524 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3519, 3518 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3521, 3523, 3522, 3520 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3528 } + ] + }, + { "id": "t_fencegate_c_season_spring", "fg": 3529, "bg": 3683 }, + { "id": "t_fencegate_c_season_summer", "fg": 3529, "bg": 3693 }, + { "id": "t_fencegate_c_season_autumn", "fg": 3529, "bg": 3688 }, + { "id": "t_fencegate_c_season_winter", "fg": 3529, "bg": 3163 }, + { "id": "t_fencegate_o_season_spring", "fg": 3530, "bg": 3683 }, + { "id": "t_fencegate_o_season_summer", "fg": 3530, "bg": 3693 }, + { "id": "t_fencegate_o_season_autumn", "fg": 3530, "bg": 3688 }, + { "id": "t_fencegate_o_season_winter", "fg": 3530, "bg": 3163 }, + { "id": "t_fence_post_season_spring", "fg": 3528, "bg": 3683 }, + { "id": "t_fence_post_season_summer", "fg": 3528, "bg": 3693 }, + { "id": "t_fence_post_season_autumn", "fg": 3528, "bg": 3688 }, + { "id": "t_fence_post_season_winter", "fg": 3528, "bg": 3163 }, { "id": "t_fence_barbed_season_spring", "multitile": true, - "fg": 3523, - "bg": 3660, + "fg": 3546, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 3508 }, - { "id": "corner", "bg": 3660, "fg": [ 3510, 3512, 3511, 3509 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 3520, 3522, 3521, 3519 ] }, - { "id": "edge", "bg": 3660, "fg": [ 3514, 3513 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 3516, 3518, 3517, 3515 ] }, - { "bg": 3660, "id": "unconnected", "fg": 3523 } + { "id": "center", "bg": 3683, "fg": 3531 }, + { "id": "corner", "bg": 3683, "fg": [ 3533, 3535, 3534, 3532 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 3543, 3545, 3544, 3542 ] }, + { "id": "edge", "bg": 3683, "fg": [ 3537, 3536 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 3539, 3541, 3540, 3538 ] }, + { "bg": 3683, "id": "unconnected", "fg": 3546 } ] }, { "id": "t_fence_barbed_season_summer", "multitile": true, - "fg": 3523, - "bg": 3670, + "fg": 3546, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": 3508 }, - { "id": "corner", "bg": 3670, "fg": [ 3510, 3512, 3511, 3509 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 3520, 3522, 3521, 3519 ] }, - { "id": "edge", "bg": 3670, "fg": [ 3514, 3513 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 3516, 3518, 3517, 3515 ] }, - { "bg": 3670, "id": "unconnected", "fg": 3523 } + { "id": "center", "bg": 3693, "fg": 3531 }, + { "id": "corner", "bg": 3693, "fg": [ 3533, 3535, 3534, 3532 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 3543, 3545, 3544, 3542 ] }, + { "id": "edge", "bg": 3693, "fg": [ 3537, 3536 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 3539, 3541, 3540, 3538 ] }, + { "bg": 3693, "id": "unconnected", "fg": 3546 } ] }, { "id": "t_fence_barbed_season_autumn", "multitile": true, - "fg": 3523, - "bg": 3665, + "fg": 3546, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": 3508 }, - { "id": "corner", "bg": 3665, "fg": [ 3510, 3512, 3511, 3509 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 3520, 3522, 3521, 3519 ] }, - { "id": "edge", "bg": 3665, "fg": [ 3514, 3513 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 3516, 3518, 3517, 3515 ] }, - { "bg": 3665, "id": "unconnected", "fg": 3523 } + { "id": "center", "bg": 3688, "fg": 3531 }, + { "id": "corner", "bg": 3688, "fg": [ 3533, 3535, 3534, 3532 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 3543, 3545, 3544, 3542 ] }, + { "id": "edge", "bg": 3688, "fg": [ 3537, 3536 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 3539, 3541, 3540, 3538 ] }, + { "bg": 3688, "id": "unconnected", "fg": 3546 } ] }, { "id": "t_fence_barbed_season_winter", "multitile": true, - "fg": 3523, - "bg": 3140, + "fg": 3546, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": 3508 }, - { "id": "corner", "bg": 3140, "fg": [ 3510, 3512, 3511, 3509 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3520, 3522, 3521, 3519 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3514, 3513 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3516, 3518, 3517, 3515 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3523 } + { "id": "center", "bg": 3163, "fg": 3531 }, + { "id": "corner", "bg": 3163, "fg": [ 3533, 3535, 3534, 3532 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3543, 3545, 3544, 3542 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3537, 3536 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3539, 3541, 3540, 3538 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3546 } ] }, { "id": "t_fence_rope_season_spring", - "fg": 3540, + "fg": 3563, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3525, "bg": 3393 }, - { "id": "corner", "fg": [ 3527, 3529, 3528, 3526 ], "bg": [ 3398, 3400, 3399, 3397 ] }, - { "id": "t_connection", "fg": [ 3537, 3539, 3538, 3536 ], "bg": [ 3408, 3410, 3409, 3407 ] }, - { "id": "edge", "fg": [ 3531, 3530 ], "bg": [ 3402, 3401 ] }, - { "id": "end_piece", "fg": [ 3533, 3535, 3534, 3532 ], "bg": [ 3404, 3406, 3405, 3403 ] }, - { "id": "unconnected", "fg": [ 3540, 3540 ], "bg": [ 3411, 3411 ] } + { "id": "center", "fg": 3548, "bg": 3416 }, + { "id": "corner", "fg": [ 3550, 3552, 3551, 3549 ], "bg": [ 3421, 3423, 3422, 3420 ] }, + { "id": "t_connection", "fg": [ 3560, 3562, 3561, 3559 ], "bg": [ 3431, 3433, 3432, 3430 ] }, + { "id": "edge", "fg": [ 3554, 3553 ], "bg": [ 3425, 3424 ] }, + { "id": "end_piece", "fg": [ 3556, 3558, 3557, 3555 ], "bg": [ 3427, 3429, 3428, 3426 ] }, + { "id": "unconnected", "fg": [ 3563, 3563 ], "bg": [ 3434, 3434 ] } ] }, { "id": "t_fence_rope_season_summer", - "fg": 3540, + "fg": 3563, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3525, "bg": 3431 }, - { "id": "corner", "fg": [ 3527, 3529, 3528, 3526 ], "bg": [ 3436, 3438, 3437, 3435 ] }, - { "id": "t_connection", "fg": [ 3537, 3539, 3538, 3536 ], "bg": [ 3446, 3448, 3447, 3445 ] }, - { "id": "edge", "fg": [ 3531, 3530 ], "bg": [ 3440, 3439 ] }, - { "id": "end_piece", "fg": [ 3533, 3535, 3534, 3532 ], "bg": [ 3442, 3444, 3443, 3441 ] }, - { "id": "unconnected", "fg": [ 3540, 3540 ], "bg": [ 3449, 3449 ] } + { "id": "center", "fg": 3548, "bg": 3454 }, + { "id": "corner", "fg": [ 3550, 3552, 3551, 3549 ], "bg": [ 3459, 3461, 3460, 3458 ] }, + { "id": "t_connection", "fg": [ 3560, 3562, 3561, 3559 ], "bg": [ 3469, 3471, 3470, 3468 ] }, + { "id": "edge", "fg": [ 3554, 3553 ], "bg": [ 3463, 3462 ] }, + { "id": "end_piece", "fg": [ 3556, 3558, 3557, 3555 ], "bg": [ 3465, 3467, 3466, 3464 ] }, + { "id": "unconnected", "fg": [ 3563, 3563 ], "bg": [ 3472, 3472 ] } ] }, { "id": "t_fence_rope_season_autumn", - "fg": 3540, + "fg": 3563, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3525, "bg": 3412 }, - { "id": "corner", "fg": [ 3527, 3529, 3528, 3526 ], "bg": [ 3417, 3419, 3418, 3416 ] }, - { "id": "t_connection", "fg": [ 3537, 3539, 3538, 3536 ], "bg": [ 3427, 3429, 3428, 3426 ] }, - { "id": "edge", "fg": [ 3531, 3530 ], "bg": [ 3421, 3420 ] }, - { "id": "end_piece", "fg": [ 3533, 3535, 3534, 3532 ], "bg": [ 3423, 3425, 3424, 3422 ] }, - { "id": "unconnected", "fg": [ 3540, 3540 ], "bg": [ 3430, 3430 ] } + { "id": "center", "fg": 3548, "bg": 3435 }, + { "id": "corner", "fg": [ 3550, 3552, 3551, 3549 ], "bg": [ 3440, 3442, 3441, 3439 ] }, + { "id": "t_connection", "fg": [ 3560, 3562, 3561, 3559 ], "bg": [ 3450, 3452, 3451, 3449 ] }, + { "id": "edge", "fg": [ 3554, 3553 ], "bg": [ 3444, 3443 ] }, + { "id": "end_piece", "fg": [ 3556, 3558, 3557, 3555 ], "bg": [ 3446, 3448, 3447, 3445 ] }, + { "id": "unconnected", "fg": [ 3563, 3563 ], "bg": [ 3453, 3453 ] } ] }, { "id": "t_fence_rope_season_winter", - "fg": 3540, + "fg": 3563, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 3525, + "fg": 3548, "bg": [ - { "weight": 100, "sprite": 3450 }, - { "weight": 100, "sprite": 3451 }, - { "weight": 100, "sprite": 3452 }, - { "weight": 100, "sprite": 3453 } + { "weight": 100, "sprite": 3473 }, + { "weight": 100, "sprite": 3474 }, + { "weight": 100, "sprite": 3475 }, + { "weight": 100, "sprite": 3476 } ] }, { "id": "corner", - "fg": [ 3527, 3529, 3528, 3526 ], + "fg": [ 3550, 3552, 3551, 3549 ], "bg": [ - { "weight": 100, "sprite": 3450 }, - { "weight": 100, "sprite": 3451 }, - { "weight": 100, "sprite": 3452 }, - { "weight": 100, "sprite": 3453 } + { "weight": 100, "sprite": 3473 }, + { "weight": 100, "sprite": 3474 }, + { "weight": 100, "sprite": 3475 }, + { "weight": 100, "sprite": 3476 } ] }, { "id": "t_connection", - "fg": [ 3537, 3539, 3538, 3536 ], + "fg": [ 3560, 3562, 3561, 3559 ], "bg": [ - { "weight": 100, "sprite": 3450 }, - { "weight": 100, "sprite": 3451 }, - { "weight": 100, "sprite": 3452 }, - { "weight": 100, "sprite": 3453 } + { "weight": 100, "sprite": 3473 }, + { "weight": 100, "sprite": 3474 }, + { "weight": 100, "sprite": 3475 }, + { "weight": 100, "sprite": 3476 } ] }, { "id": "edge", - "fg": [ 3531, 3530 ], + "fg": [ 3554, 3553 ], "bg": [ - { "weight": 100, "sprite": 3450 }, - { "weight": 100, "sprite": 3451 }, - { "weight": 100, "sprite": 3452 }, - { "weight": 100, "sprite": 3453 } + { "weight": 100, "sprite": 3473 }, + { "weight": 100, "sprite": 3474 }, + { "weight": 100, "sprite": 3475 }, + { "weight": 100, "sprite": 3476 } ] }, { "id": "end_piece", - "fg": [ 3533, 3535, 3534, 3532 ], + "fg": [ 3556, 3558, 3557, 3555 ], "bg": [ - { "weight": 100, "sprite": 3450 }, - { "weight": 100, "sprite": 3451 }, - { "weight": 100, "sprite": 3452 }, - { "weight": 100, "sprite": 3453 } + { "weight": 100, "sprite": 3473 }, + { "weight": 100, "sprite": 3474 }, + { "weight": 100, "sprite": 3475 }, + { "weight": 100, "sprite": 3476 } ] }, { "id": "unconnected", - "fg": [ 3540, 3540 ], + "fg": [ 3563, 3563 ], "bg": [ - { "weight": 100, "sprite": 3450 }, - { "weight": 100, "sprite": 3451 }, - { "weight": 100, "sprite": 3452 }, - { "weight": 100, "sprite": 3453 } + { "weight": 100, "sprite": 3473 }, + { "weight": 100, "sprite": 3474 }, + { "weight": 100, "sprite": 3475 }, + { "weight": 100, "sprite": 3476 } ] } ] @@ -4178,3252 +4191,3259 @@ { "id": "t_fence_wire_season_spring", "multitile": true, - "fg": 3556, - "bg": 3660, + "fg": 3579, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 3541 }, - { "id": "corner", "bg": 3660, "fg": [ 3543, 3545, 3544, 3542 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 3553, 3555, 3554, 3552 ] }, - { "id": "edge", "bg": 3660, "fg": [ 3547, 3546 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 3549, 3551, 3550, 3548 ] }, - { "bg": 3660, "id": "unconnected", "fg": 3556 } + { "id": "center", "bg": 3683, "fg": 3564 }, + { "id": "corner", "bg": 3683, "fg": [ 3566, 3568, 3567, 3565 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 3576, 3578, 3577, 3575 ] }, + { "id": "edge", "bg": 3683, "fg": [ 3570, 3569 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 3572, 3574, 3573, 3571 ] }, + { "bg": 3683, "id": "unconnected", "fg": 3579 } ] }, { "id": "t_fence_wire_season_summer", "multitile": true, - "fg": 3556, - "bg": 3670, + "fg": 3579, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": 3541 }, - { "id": "corner", "bg": 3670, "fg": [ 3543, 3545, 3544, 3542 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 3553, 3555, 3554, 3552 ] }, - { "id": "edge", "bg": 3670, "fg": [ 3547, 3546 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 3549, 3551, 3550, 3548 ] }, - { "bg": 3670, "id": "unconnected", "fg": 3556 } + { "id": "center", "bg": 3693, "fg": 3564 }, + { "id": "corner", "bg": 3693, "fg": [ 3566, 3568, 3567, 3565 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 3576, 3578, 3577, 3575 ] }, + { "id": "edge", "bg": 3693, "fg": [ 3570, 3569 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 3572, 3574, 3573, 3571 ] }, + { "bg": 3693, "id": "unconnected", "fg": 3579 } ] }, { "id": "t_fence_wire_season_autumn", "multitile": true, - "fg": 3556, - "bg": 3665, + "fg": 3579, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": 3541 }, - { "id": "corner", "bg": 3665, "fg": [ 3543, 3545, 3544, 3542 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 3553, 3555, 3554, 3552 ] }, - { "id": "edge", "bg": 3665, "fg": [ 3547, 3546 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 3549, 3551, 3550, 3548 ] }, - { "bg": 3665, "id": "unconnected", "fg": 3556 } + { "id": "center", "bg": 3688, "fg": 3564 }, + { "id": "corner", "bg": 3688, "fg": [ 3566, 3568, 3567, 3565 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 3576, 3578, 3577, 3575 ] }, + { "id": "edge", "bg": 3688, "fg": [ 3570, 3569 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 3572, 3574, 3573, 3571 ] }, + { "bg": 3688, "id": "unconnected", "fg": 3579 } ] }, { "id": "t_fence_wire_season_winter", "multitile": true, - "fg": 3556, - "bg": 3140, + "fg": 3579, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": 3541 }, - { "id": "corner", "bg": 3140, "fg": [ 3543, 3545, 3544, 3542 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3553, 3555, 3554, 3552 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3547, 3546 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3549, 3551, 3550, 3548 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3556 } + { "id": "center", "bg": 3163, "fg": 3564 }, + { "id": "corner", "bg": 3163, "fg": [ 3566, 3568, 3567, 3565 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3576, 3578, 3577, 3575 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3570, 3569 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3572, 3574, 3573, 3571 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3579 } ] }, { "id": "t_floor", "multitile": true, - "fg": 3574, + "fg": 3597, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3557 }, { "weight": 1, "sprite": 3558 }, { "weight": 1, "sprite": 3559 } ] + "fg": [ { "weight": 1, "sprite": 3580 }, { "weight": 1, "sprite": 3581 }, { "weight": 1, "sprite": 3582 } ] }, - { "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": "corner", "fg": [ 3584, 3586, 3585, 3583 ] }, + { "id": "t_connection", "fg": [ 3594, 3596, 3595, 3593 ] }, + { "id": "edge", "fg": [ 3588, 3587 ] }, + { "id": "end_piece", "fg": [ 3590, 3592, 3591, 3589 ] }, + { "id": "unconnected", "fg": 3597 } ] }, { "id": "t_floor_resin", "multitile": true, - "fg": 3590, + "fg": 3613, "additional_tiles": [ - { "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": "center", "fg": 3598 }, + { "id": "corner", "fg": [ 3600, 3602, 3601, 3599 ] }, + { "id": "t_connection", "fg": [ 3610, 3612, 3611, 3609 ] }, + { "id": "edge", "fg": [ 3604, 3603 ] }, + { "id": "end_piece", "fg": [ 3606, 3608, 3607, 3605 ] }, + { "id": "unconnected", "fg": 3613 } ] }, { "id": "t_floor_wax", "multitile": true, - "fg": 3606, + "fg": 3629, "additional_tiles": [ - { "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 } + { "id": "center", "fg": 3614 }, + { "id": "corner", "fg": [ 3616, 3618, 3617, 3615 ] }, + { "id": "t_connection", "fg": [ 3626, 3628, 3627, 3625 ] }, + { "id": "edge", "fg": [ 3620, 3619 ] }, + { "id": "end_piece", "fg": [ 3622, 3624, 3623, 3621 ] }, + { "id": "unconnected", "fg": 3629 } ] }, { "id": "t_floor_waxed", "multitile": true, - "fg": 3622, + "fg": 3645, "additional_tiles": [ - { "id": "center", "fg": 3607 }, - { "id": "corner", "fg": [ 3609, 3611, 3610, 3608 ] }, - { "id": "t_connection", "fg": [ 3619, 3621, 3620, 3618 ] }, - { "id": "edge", "fg": [ 3613, 3612 ] }, - { "id": "end_piece", "fg": [ 3615, 3617, 3616, 3614 ] }, - { "id": "unconnected", "fg": 3622 } + { "id": "center", "fg": 3630 }, + { "id": "corner", "fg": [ 3632, 3634, 3633, 3631 ] }, + { "id": "t_connection", "fg": [ 3642, 3644, 3643, 3641 ] }, + { "id": "edge", "fg": [ 3636, 3635 ] }, + { "id": "end_piece", "fg": [ 3638, 3640, 3639, 3637 ] }, + { "id": "unconnected", "fg": 3645 } ] }, { "id": "t_floor_waxed_y", "multitile": true, - "fg": 3638, + "fg": 3661, "additional_tiles": [ - { "id": "center", "fg": 3623 }, - { "id": "corner", "fg": [ 3625, 3627, 3626, 3624 ] }, - { "id": "t_connection", "fg": [ 3635, 3637, 3636, 3634 ] }, - { "id": "edge", "fg": [ 3629, 3628 ] }, - { "id": "end_piece", "fg": [ 3631, 3633, 3632, 3630 ] }, - { "id": "unconnected", "fg": 3638 } + { "id": "center", "fg": 3646 }, + { "id": "corner", "fg": [ 3648, 3650, 3649, 3647 ] }, + { "id": "t_connection", "fg": [ 3658, 3660, 3659, 3657 ] }, + { "id": "edge", "fg": [ 3652, 3651 ] }, + { "id": "end_piece", "fg": [ 3654, 3656, 3655, 3653 ] }, + { "id": "unconnected", "fg": 3661 } ] }, { "id": [ "t_fungus", "t_fungus_floor_out" ], "multitile": true, - "fg": 3654, - "bg": 3660, + "fg": 3677, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 3639 }, - { "id": "corner", "bg": 3660, "fg": [ 3641, 3643, 3642, 3640 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 3651, 3653, 3652, 3650 ] }, - { "id": "edge", "bg": 3660, "fg": [ 3645, 3644 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 3647, 3649, 3648, 3646 ] }, - { "bg": 3660, "id": "unconnected", "fg": 3654 } + { "id": "center", "bg": 3683, "fg": 3662 }, + { "id": "corner", "bg": 3683, "fg": [ 3664, 3666, 3665, 3663 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 3674, 3676, 3675, 3673 ] }, + { "id": "edge", "bg": 3683, "fg": [ 3668, 3667 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 3670, 3672, 3671, 3669 ] }, + { "bg": 3683, "id": "unconnected", "fg": 3677 } ] }, { "id": "t_fungus_season_summer", "multitile": true, - "fg": 3654, - "bg": 3670, + "fg": 3677, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": 3639 }, - { "id": "corner", "bg": 3670, "fg": [ 3641, 3643, 3642, 3640 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 3651, 3653, 3652, 3650 ] }, - { "id": "edge", "bg": 3670, "fg": [ 3645, 3644 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 3647, 3649, 3648, 3646 ] }, - { "bg": 3670, "id": "unconnected", "fg": 3654 } + { "id": "center", "bg": 3693, "fg": 3662 }, + { "id": "corner", "bg": 3693, "fg": [ 3664, 3666, 3665, 3663 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 3674, 3676, 3675, 3673 ] }, + { "id": "edge", "bg": 3693, "fg": [ 3668, 3667 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 3670, 3672, 3671, 3669 ] }, + { "bg": 3693, "id": "unconnected", "fg": 3677 } ] }, { "id": "t_fungus_season_autumn", "multitile": true, - "fg": 3654, - "bg": 3665, + "fg": 3677, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": 3639 }, - { "id": "corner", "bg": 3665, "fg": [ 3641, 3643, 3642, 3640 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 3651, 3653, 3652, 3650 ] }, - { "id": "edge", "bg": 3665, "fg": [ 3645, 3644 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 3647, 3649, 3648, 3646 ] }, - { "bg": 3665, "id": "unconnected", "fg": 3654 } + { "id": "center", "bg": 3688, "fg": 3662 }, + { "id": "corner", "bg": 3688, "fg": [ 3664, 3666, 3665, 3663 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 3674, 3676, 3675, 3673 ] }, + { "id": "edge", "bg": 3688, "fg": [ 3668, 3667 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 3670, 3672, 3671, 3669 ] }, + { "bg": 3688, "id": "unconnected", "fg": 3677 } ] }, { "id": "t_fungus_season_winter", "multitile": true, - "fg": 3654, - "bg": 3140, + "fg": 3677, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": 3639 }, - { "id": "corner", "bg": 3140, "fg": [ 3641, 3643, 3642, 3640 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3651, 3653, 3652, 3650 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3645, 3644 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3647, 3649, 3648, 3646 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3654 } + { "id": "center", "bg": 3163, "fg": 3662 }, + { "id": "corner", "bg": 3163, "fg": [ 3664, 3666, 3665, 3663 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3674, 3676, 3675, 3673 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3668, 3667 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3670, 3672, 3671, 3669 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3677 } ] }, { "id": [ "t_fungus_floor_in", "t_fungus_floor_sup" ], "multitile": true, - "fg": 3654, - "bg": 4370, - "additional_tiles": [ - { "id": "center", "bg": 4370, "fg": 3639 }, - { "id": "corner", "bg": 4370, "fg": [ 3641, 3643, 3642, 3640 ] }, - { "id": "t_connection", "bg": 4370, "fg": [ 3651, 3653, 3652, 3650 ] }, - { "id": "edge", "bg": 4370, "fg": [ 3645, 3644 ] }, - { "id": "end_piece", "bg": 4370, "fg": [ 3647, 3649, 3648, 3646 ] }, - { "bg": 4370, "id": "unconnected", "fg": [ 3654, 3654 ] } - ] - }, - { "id": "t_shrub_fungal", "fg": 4275, "bg": 3639 }, - { "id": "t_gates_mech_control", "fg": 3655, "bg": 4370 }, - { "id": "t_gates_mech_control_lab", "fg": 3656, "bg": 4370 }, - { "id": "t_gates_control_concrete", "fg": 3657, "bg": 3359 }, - { "id": "t_gates_control_concrete_lab", "fg": 3656, "bg": 7216 }, - { "id": "t_gates_control_brick", "fg": 3657, "bg": 3209 }, - { "id": "t_gates_control_brick_lab", "fg": 3656, "bg": 3209 }, - { "id": "t_gates_control_metal", "fg": 3657, "bg": 4477 }, - { "id": "t_gates_control_metal_lab", "fg": 3656, "bg": 4477 }, - { "id": "t_elevator_control", "fg": 3658, "bg": 4370 }, - { "id": "t_elevator_control_off", "fg": 3659, "bg": 4370 }, + "fg": 3677, + "bg": 4393, + "additional_tiles": [ + { "id": "center", "bg": 4393, "fg": 3662 }, + { "id": "corner", "bg": 4393, "fg": [ 3664, 3666, 3665, 3663 ] }, + { "id": "t_connection", "bg": 4393, "fg": [ 3674, 3676, 3675, 3673 ] }, + { "id": "edge", "bg": 4393, "fg": [ 3668, 3667 ] }, + { "id": "end_piece", "bg": 4393, "fg": [ 3670, 3672, 3671, 3669 ] }, + { "bg": 4393, "id": "unconnected", "fg": [ 3677, 3677 ] } + ] + }, + { "id": "t_shrub_fungal", "fg": 4298, "bg": 3662 }, + { "id": "t_gates_mech_control", "fg": 3678, "bg": 4393 }, + { "id": "t_gates_mech_control_lab", "fg": 3679, "bg": 4393 }, + { "id": "t_gates_control_concrete", "fg": 3680, "bg": 3382 }, + { "id": "t_gates_control_concrete_lab", "fg": 3679, "bg": 7231 }, + { "id": "t_gates_control_brick", "fg": 3680, "bg": 3232 }, + { "id": "t_gates_control_brick_lab", "fg": 3679, "bg": 3232 }, + { "id": "t_gates_control_metal", "fg": 3680, "bg": 4500 }, + { "id": "t_gates_control_metal_lab", "fg": 3679, "bg": 4500 }, + { "id": "t_elevator_control", "fg": 3681, "bg": 4393 }, + { "id": "t_elevator_control_off", "fg": 3682, "bg": 4393 }, { "id": "t_grass", "fg": [ - { "weight": 1, "sprite": 3661 }, - { "weight": 1, "sprite": 3662 }, - { "weight": 1, "sprite": 3663 }, - { "weight": 1, "sprite": 3664 } + { "weight": 1, "sprite": 3684 }, + { "weight": 1, "sprite": 3685 }, + { "weight": 1, "sprite": 3686 }, + { "weight": 1, "sprite": 3687 } ] }, { "id": "t_grass_season_summer", "fg": [ - { "weight": 1, "sprite": 3671 }, - { "weight": 1, "sprite": 3672 }, - { "weight": 1, "sprite": 3673 }, - { "weight": 1, "sprite": 3674 } + { "weight": 1, "sprite": 3694 }, + { "weight": 1, "sprite": 3695 }, + { "weight": 1, "sprite": 3696 }, + { "weight": 1, "sprite": 3697 } ] }, { "id": "t_grass_season_autumn", "fg": [ - { "weight": 1, "sprite": 3666 }, - { "weight": 1, "sprite": 3667 }, - { "weight": 1, "sprite": 3668 }, - { "weight": 1, "sprite": 3669 } + { "weight": 1, "sprite": 3689 }, + { "weight": 1, "sprite": 3690 }, + { "weight": 1, "sprite": 3691 }, + { "weight": 1, "sprite": 3692 } ] }, { "id": "t_grass_season_winter", - "fg": 3158, - "bg": 3140, + "fg": 3181, + "bg": 3163, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3140 }, - { "weight": 1, "sprite": 3141 }, - { "weight": 1, "sprite": 3142 }, - { "weight": 1, "sprite": 3143 } + { "weight": 1, "sprite": 3163 }, + { "weight": 1, "sprite": 3164 }, + { "weight": 1, "sprite": 3165 }, + { "weight": 1, "sprite": 3166 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 3145, 3147, 3146, 3144 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3155, 3157, 3156, 3154 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3149, 3148 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3151, 3153, 3152, 3150 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3158 } + { "id": "corner", "bg": 3163, "fg": [ 3168, 3170, 3169, 3167 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3178, 3180, 3179, 3177 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3172, 3171 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3174, 3176, 3175, 3173 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3181 } ] }, { "id": "t_grass_dead", "multitile": true, - "fg": 3690, - "bg": 3660, + "fg": 3713, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 3675 }, - { "id": "corner", "bg": 3660, "fg": [ 3677, 3679, 3678, 3676 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 3687, 3689, 3688, 3686 ] }, - { "id": "edge", "bg": 3660, "fg": [ 3681, 3680 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 3683, 3685, 3684, 3682 ] }, - { "bg": 3660, "id": "unconnected", "fg": 3690 } + { "id": "center", "bg": 3683, "fg": 3698 }, + { "id": "corner", "bg": 3683, "fg": [ 3700, 3702, 3701, 3699 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 3710, 3712, 3711, 3709 ] }, + { "id": "edge", "bg": 3683, "fg": [ 3704, 3703 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 3706, 3708, 3707, 3705 ] }, + { "bg": 3683, "id": "unconnected", "fg": 3713 } ] }, { "id": "t_grass_dead_season_summer", "multitile": true, - "fg": 3722, - "bg": 3670, + "fg": 3745, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": 3707 }, - { "id": "corner", "bg": 3670, "fg": [ 3709, 3711, 3710, 3708 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 3719, 3721, 3720, 3718 ] }, - { "id": "edge", "bg": 3670, "fg": [ 3713, 3712 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 3715, 3717, 3716, 3714 ] }, - { "bg": 3670, "id": "unconnected", "fg": 3722 } + { "id": "center", "bg": 3693, "fg": 3730 }, + { "id": "corner", "bg": 3693, "fg": [ 3732, 3734, 3733, 3731 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 3742, 3744, 3743, 3741 ] }, + { "id": "edge", "bg": 3693, "fg": [ 3736, 3735 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 3738, 3740, 3739, 3737 ] }, + { "bg": 3693, "id": "unconnected", "fg": 3745 } ] }, { "id": "t_grass_dead_season_autumn", "multitile": true, - "fg": 3706, - "bg": 3665, + "fg": 3729, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": 3691 }, - { "id": "corner", "bg": 3665, "fg": [ 3693, 3695, 3694, 3692 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 3703, 3705, 3704, 3702 ] }, - { "id": "edge", "bg": 3665, "fg": [ 3697, 3696 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 3699, 3701, 3700, 3698 ] }, - { "bg": 3665, "id": "unconnected", "fg": 3706 } + { "id": "center", "bg": 3688, "fg": 3714 }, + { "id": "corner", "bg": 3688, "fg": [ 3716, 3718, 3717, 3715 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 3726, 3728, 3727, 3725 ] }, + { "id": "edge", "bg": 3688, "fg": [ 3720, 3719 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 3722, 3724, 3723, 3721 ] }, + { "bg": 3688, "id": "unconnected", "fg": 3729 } ] }, { "id": "t_grass_dead_season_winter", "multitile": true, - "fg": 3158, - "bg": 3140, + "fg": 3181, + "bg": 3163, "additional_tiles": [ { "id": "center", - "bg": 3140, + "bg": 3163, "fg": [ - { "weight": 1, "sprite": 3140 }, - { "weight": 1, "sprite": 3141 }, - { "weight": 1, "sprite": 3142 }, - { "weight": 1, "sprite": 3143 } + { "weight": 1, "sprite": 3163 }, + { "weight": 1, "sprite": 3164 }, + { "weight": 1, "sprite": 3165 }, + { "weight": 1, "sprite": 3166 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 3145, 3147, 3146, 3144 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3155, 3157, 3156, 3154 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3149, 3148 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3151, 3153, 3152, 3150 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3158 } + { "id": "corner", "bg": 3163, "fg": [ 3168, 3170, 3169, 3167 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3178, 3180, 3179, 3177 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3172, 3171 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3174, 3176, 3175, 3173 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3181 } ] }, { "id": "t_grate", "multitile": true, - "fg": 3738, + "fg": 3761, "additional_tiles": [ - { "id": "center", "fg": 3723 }, - { "id": "corner", "fg": [ 3725, 3727, 3726, 3724 ] }, - { "id": "t_connection", "fg": [ 3735, 3737, 3736, 3734 ] }, - { "id": "edge", "fg": [ 3729, 3728 ] }, - { "id": "end_piece", "fg": [ 3731, 3733, 3732, 3730 ] }, - { "id": "unconnected", "fg": [ 3738, 3738 ] } + { "id": "center", "fg": 3746 }, + { "id": "corner", "fg": [ 3748, 3750, 3749, 3747 ] }, + { "id": "t_connection", "fg": [ 3758, 3760, 3759, 3757 ] }, + { "id": "edge", "fg": [ 3752, 3751 ] }, + { "id": "end_piece", "fg": [ 3754, 3756, 3755, 3753 ] }, + { "id": "unconnected", "fg": [ 3761, 3761 ] } ] }, { "id": [ "t_guardrail", "t_guardrail_bg_dp", "t_guardrail_hw_air" ], "multitile": true, - "fg": 3745, - "bg": 4316, + "fg": 3768, + "bg": 4339, "additional_tiles": [ - { "id": "edge", "bg": 4316, "fg": [ 3740, 3739 ] }, - { "id": "end_piece", "bg": 4316, "fg": [ 3742, 3744, 3743, 3741 ] }, - { "bg": 4316, "id": "unconnected", "fg": 3745 } + { "id": "edge", "bg": 4339, "fg": [ 3763, 3762 ] }, + { "id": "end_piece", "bg": 4339, "fg": [ 3765, 3767, 3766, 3764 ] }, + { "bg": 4339, "id": "unconnected", "fg": 3768 } ] }, { "id": "t_lava", - "fg": 3762, - "bg": 4108, + "fg": 3785, + "bg": 4131, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3747, "bg": 4108 }, - { "id": "corner", "fg": [ 3749, 3751, 3750, 3748 ], "bg": 4108 }, - { "id": "t_connection", "fg": [ 3759, 3761, 3760, 3758 ], "bg": 4108 }, - { "id": "edge", "fg": [ 3753, 3752 ], "bg": 4108 }, - { "id": "end_piece", "fg": [ 3755, 3757, 3756, 3754 ], "bg": 4108 }, - { "id": "unconnected", "fg": [ 3762, 3762 ], "bg": 4108 } + { "id": "center", "fg": 3770, "bg": 4131 }, + { "id": "corner", "fg": [ 3772, 3774, 3773, 3771 ], "bg": 4131 }, + { "id": "t_connection", "fg": [ 3782, 3784, 3783, 3781 ], "bg": 4131 }, + { "id": "edge", "fg": [ 3776, 3775 ], "bg": 4131 }, + { "id": "end_piece", "fg": [ 3778, 3780, 3779, 3777 ], "bg": 4131 }, + { "id": "unconnected", "fg": [ 3785, 3785 ], "bg": 4131 } ] }, { "id": [ "t_linoleum_gray", "t_linoleum_gray_no_roof" ], "multitile": true, - "fg": 3778, + "fg": 3801, "additional_tiles": [ - { "id": "center", "fg": 3763 }, - { "id": "corner", "fg": [ 3765, 3767, 3766, 3764 ] }, - { "id": "t_connection", "fg": [ 3775, 3777, 3776, 3774 ] }, - { "id": "edge", "fg": [ 3769, 3768 ] }, - { "id": "end_piece", "fg": [ 3771, 3773, 3772, 3770 ] }, - { "id": "unconnected", "fg": 3778 } + { "id": "center", "fg": 3786 }, + { "id": "corner", "fg": [ 3788, 3790, 3789, 3787 ] }, + { "id": "t_connection", "fg": [ 3798, 3800, 3799, 3797 ] }, + { "id": "edge", "fg": [ 3792, 3791 ] }, + { "id": "end_piece", "fg": [ 3794, 3796, 3795, 3793 ] }, + { "id": "unconnected", "fg": 3801 } ] }, { "id": [ "t_linoleum_white", "t_linoleum_white_no_roof" ], "multitile": true, - "fg": 3794, + "fg": 3817, "additional_tiles": [ - { "id": "center", "fg": 3779 }, - { "id": "corner", "fg": [ 3781, 3783, 3782, 3780 ] }, - { "id": "t_connection", "fg": [ 3791, 3793, 3792, 3790 ] }, - { "id": "edge", "fg": [ 3785, 3784 ] }, - { "id": "end_piece", "fg": [ 3787, 3789, 3788, 3786 ] }, - { "id": "unconnected", "fg": 3794 } + { "id": "center", "fg": 3802 }, + { "id": "corner", "fg": [ 3804, 3806, 3805, 3803 ] }, + { "id": "t_connection", "fg": [ 3814, 3816, 3815, 3813 ] }, + { "id": "edge", "fg": [ 3808, 3807 ] }, + { "id": "end_piece", "fg": [ 3810, 3812, 3811, 3809 ] }, + { "id": "unconnected", "fg": 3817 } ] }, - { "id": "t_manhole", "fg": 3795, "bg": 3865 }, - { "id": "t_manhole_cover", "fg": 3796, "bg": 3865 }, + { "id": "t_manhole", "fg": 3818, "bg": 3888 }, + { "id": "t_manhole_cover", "fg": 3819, "bg": 3888 }, { "id": "t_metal_floor", "multitile": true, - "fg": 3812, + "fg": 3835, "additional_tiles": [ - { "id": "center", "fg": 3797 }, - { "id": "corner", "fg": [ 3799, 3801, 3800, 3798 ] }, - { "id": "t_connection", "fg": [ 3809, 3811, 3810, 3808 ] }, - { "id": "edge", "fg": [ 3803, 3802 ] }, - { "id": "end_piece", "fg": [ 3805, 3807, 3806, 3804 ] }, - { "id": "unconnected", "fg": 3812 } + { "id": "center", "fg": 3820 }, + { "id": "corner", "fg": [ 3822, 3824, 3823, 3821 ] }, + { "id": "t_connection", "fg": [ 3832, 3834, 3833, 3831 ] }, + { "id": "edge", "fg": [ 3826, 3825 ] }, + { "id": "end_piece", "fg": [ 3828, 3830, 3829, 3827 ] }, + { "id": "unconnected", "fg": 3835 } ] }, { "id": "t_moss", "multitile": true, - "fg": 3829, - "bg": 3661, + "fg": 3852, + "bg": 3684, "additional_tiles": [ - { "id": "center", "bg": 3661, "fg": [ { "weight": 1, "sprite": 3813 }, { "weight": 1, "sprite": 3814 } ] }, - { "id": "corner", "bg": 3661, "fg": [ 3816, 3818, 3817, 3815 ] }, - { "id": "t_connection", "bg": 3661, "fg": [ 3826, 3828, 3827, 3825 ] }, - { "id": "edge", "bg": 3661, "fg": [ 3820, 3819 ] }, - { "id": "end_piece", "bg": 3661, "fg": [ 3822, 3824, 3823, 3821 ] }, - { "bg": 3661, "id": "unconnected", "fg": 3829 } + { "id": "center", "bg": 3684, "fg": [ { "weight": 1, "sprite": 3836 }, { "weight": 1, "sprite": 3837 } ] }, + { "id": "corner", "bg": 3684, "fg": [ 3839, 3841, 3840, 3838 ] }, + { "id": "t_connection", "bg": 3684, "fg": [ 3849, 3851, 3850, 3848 ] }, + { "id": "edge", "bg": 3684, "fg": [ 3843, 3842 ] }, + { "id": "end_piece", "bg": 3684, "fg": [ 3845, 3847, 3846, 3844 ] }, + { "bg": 3684, "id": "unconnected", "fg": 3852 } ] }, { "id": "t_moss_season_summer", "multitile": true, - "fg": 3863, - "bg": 3671, + "fg": 3886, + "bg": 3694, "additional_tiles": [ - { "id": "center", "bg": 3671, "fg": [ { "weight": 1, "sprite": 3847 }, { "weight": 1, "sprite": 3848 } ] }, - { "id": "corner", "bg": 3671, "fg": [ 3850, 3852, 3851, 3849 ] }, - { "id": "t_connection", "bg": 3671, "fg": [ 3860, 3862, 3861, 3859 ] }, - { "id": "edge", "bg": 3671, "fg": [ 3854, 3853 ] }, - { "id": "end_piece", "bg": 3671, "fg": [ 3856, 3858, 3857, 3855 ] }, - { "bg": 3671, "id": "unconnected", "fg": 3863 } + { "id": "center", "bg": 3694, "fg": [ { "weight": 1, "sprite": 3870 }, { "weight": 1, "sprite": 3871 } ] }, + { "id": "corner", "bg": 3694, "fg": [ 3873, 3875, 3874, 3872 ] }, + { "id": "t_connection", "bg": 3694, "fg": [ 3883, 3885, 3884, 3882 ] }, + { "id": "edge", "bg": 3694, "fg": [ 3877, 3876 ] }, + { "id": "end_piece", "bg": 3694, "fg": [ 3879, 3881, 3880, 3878 ] }, + { "bg": 3694, "id": "unconnected", "fg": 3886 } ] }, { "id": "t_moss_season_autumn", "multitile": true, - "fg": 3846, - "bg": 3666, + "fg": 3869, + "bg": 3689, "additional_tiles": [ - { "id": "center", "bg": 3666, "fg": [ { "weight": 1, "sprite": 3830 }, { "weight": 1, "sprite": 3831 } ] }, - { "id": "corner", "bg": 3666, "fg": [ 3833, 3835, 3834, 3832 ] }, - { "id": "t_connection", "bg": 3666, "fg": [ 3843, 3845, 3844, 3842 ] }, - { "id": "edge", "bg": 3666, "fg": [ 3837, 3836 ] }, - { "id": "end_piece", "bg": 3666, "fg": [ 3839, 3841, 3840, 3838 ] }, - { "bg": 3666, "id": "unconnected", "fg": 3846 } + { "id": "center", "bg": 3689, "fg": [ { "weight": 1, "sprite": 3853 }, { "weight": 1, "sprite": 3854 } ] }, + { "id": "corner", "bg": 3689, "fg": [ 3856, 3858, 3857, 3855 ] }, + { "id": "t_connection", "bg": 3689, "fg": [ 3866, 3868, 3867, 3865 ] }, + { "id": "edge", "bg": 3689, "fg": [ 3860, 3859 ] }, + { "id": "end_piece", "bg": 3689, "fg": [ 3862, 3864, 3863, 3861 ] }, + { "bg": 3689, "id": "unconnected", "fg": 3869 } ] }, { "id": "t_moss_season_winter", "multitile": true, - "fg": 3158, - "bg": 3140, + "fg": 3181, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": [ { "weight": 1, "sprite": 3140 }, { "weight": 1, "sprite": 3141 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 3145, 3147, 3146, 3144 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 3155, 3157, 3156, 3154 ] }, - { "id": "edge", "bg": 3140, "fg": [ 3149, 3148 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 3151, 3153, 3152, 3150 ] }, - { "bg": 3140, "id": "unconnected", "fg": 3158 } + { "id": "center", "bg": 3163, "fg": [ { "weight": 1, "sprite": 3163 }, { "weight": 1, "sprite": 3164 } ] }, + { "id": "corner", "bg": 3163, "fg": [ 3168, 3170, 3169, 3167 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 3178, 3180, 3179, 3177 ] }, + { "id": "edge", "bg": 3163, "fg": [ 3172, 3171 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 3174, 3176, 3175, 3173 ] }, + { "bg": 3163, "id": "unconnected", "fg": 3181 } ] }, { "id": "t_pavement", "multitile": true, - "fg": 3865, + "fg": 3888, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3865 }, - { "weight": 1, "sprite": 3866 }, - { "weight": 1, "sprite": 3867 }, - { "weight": 1, "sprite": 3868 } + { "weight": 1, "sprite": 3888 }, + { "weight": 1, "sprite": 3889 }, + { "weight": 1, "sprite": 3890 }, + { "weight": 1, "sprite": 3891 } ] }, - { "id": "corner", "bg": 3660, "fg": [ 3877, 3880, 3879, 3876 ] }, - { "id": "t_connection", "fg": [ 3875, 3883, 3878, 3869 ] }, - { "id": "edge", "fg": [ 3882, 3874 ] }, - { "id": "end_piece", "fg": [ 3871, 3873, 3872, 3870 ] }, - { "id": "unconnected", "fg": 3881 } + { "id": "corner", "bg": 3683, "fg": [ 3900, 3903, 3902, 3899 ] }, + { "id": "t_connection", "fg": [ 3898, 3906, 3901, 3892 ] }, + { "id": "edge", "fg": [ 3905, 3897 ] }, + { "id": "end_piece", "fg": [ 3894, 3896, 3895, 3893 ] }, + { "id": "unconnected", "fg": 3904 } ] }, { "id": "t_pavement_season_summer", "multitile": true, - "fg": 3865, + "fg": 3888, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3865 }, - { "weight": 1, "sprite": 3866 }, - { "weight": 1, "sprite": 3867 }, - { "weight": 1, "sprite": 3868 } + { "weight": 1, "sprite": 3888 }, + { "weight": 1, "sprite": 3889 }, + { "weight": 1, "sprite": 3890 }, + { "weight": 1, "sprite": 3891 } ] }, - { "id": "corner", "bg": 3670, "fg": [ 3877, 3880, 3879, 3876 ] }, - { "id": "t_connection", "fg": [ 3875, 3883, 3878, 3869 ] }, - { "id": "edge", "fg": [ 3882, 3874 ] }, - { "id": "end_piece", "fg": [ 3871, 3873, 3872, 3870 ] }, - { "id": "unconnected", "fg": 3881 } + { "id": "corner", "bg": 3693, "fg": [ 3900, 3903, 3902, 3899 ] }, + { "id": "t_connection", "fg": [ 3898, 3906, 3901, 3892 ] }, + { "id": "edge", "fg": [ 3905, 3897 ] }, + { "id": "end_piece", "fg": [ 3894, 3896, 3895, 3893 ] }, + { "id": "unconnected", "fg": 3904 } ] }, { "id": "t_pavement_season_autumn", "multitile": true, - "fg": 3865, + "fg": 3888, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3865 }, - { "weight": 1, "sprite": 3866 }, - { "weight": 1, "sprite": 3867 }, - { "weight": 1, "sprite": 3868 } + { "weight": 1, "sprite": 3888 }, + { "weight": 1, "sprite": 3889 }, + { "weight": 1, "sprite": 3890 }, + { "weight": 1, "sprite": 3891 } ] }, - { "id": "corner", "bg": 3665, "fg": [ 3877, 3880, 3879, 3876 ] }, - { "id": "t_connection", "fg": [ 3875, 3883, 3878, 3869 ] }, - { "id": "edge", "fg": [ 3882, 3874 ] }, - { "id": "end_piece", "fg": [ 3871, 3873, 3872, 3870 ] }, - { "id": "unconnected", "fg": 3881 } + { "id": "corner", "bg": 3688, "fg": [ 3900, 3903, 3902, 3899 ] }, + { "id": "t_connection", "fg": [ 3898, 3906, 3901, 3892 ] }, + { "id": "edge", "fg": [ 3905, 3897 ] }, + { "id": "end_piece", "fg": [ 3894, 3896, 3895, 3893 ] }, + { "id": "unconnected", "fg": 3904 } ] }, - { "id": "t_pavement_season_winter", "fg": 3139 }, - { "id": "t_pavement_y", "fg": 3884 }, - { "id": "t_pavement_y_season_winter", "fg": 3139 }, + { "id": "t_pavement_season_winter", "fg": 3162 }, + { "id": "t_pavement_y", "fg": 3907 }, + { "id": "t_pavement_y_season_winter", "fg": 3162 }, { "id": "t_pit", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_season_summer", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_season_autumn", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_season_winter", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_pit_corpsed", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_corpsed_season_summer", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_corpsed_season_autumn", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_corpsed_season_winter", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_pit_covered", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_covered_season_summer", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_covered_season_autumn", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_covered_season_winter", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_pit_glass", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 3971, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 3956, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3958, 3960, 3959, 3957 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3968, 3970, 3969, 3967 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3962, 3961 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3964, 3966, 3965, 3963 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3971, 3971 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_glass_season_summer", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 3971, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 3956, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3958, 3960, 3959, 3957 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3968, 3970, 3969, 3967 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3962, 3961 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3964, 3966, 3965, 3963 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3971, 3971 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_glass_season_autumn", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 3971, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 3956, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3958, 3960, 3959, 3957 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3968, 3970, 3969, 3967 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3962, 3961 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3964, 3966, 3965, 3963 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3971, 3971 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_glass_season_winter", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 3971, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 3956, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3958, 3960, 3959, 3957 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3968, 3970, 3969, 3967 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3962, 3961 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3964, 3966, 3965, 3963 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3971, 3971 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_pit_glass_covered", - "fg": 3964, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 3987, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3949, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 3972, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3951, 3953, 3952, 3950 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3974, 3976, 3975, 3973 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 3961, 3963, 3962, 3960 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3984, 3986, 3985, 3983 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 3955, 3954 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3978, 3977 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 3957, 3959, 3958, 3956 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3980, 3982, 3981, 3979 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 3964, 3964 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3987, 3987 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_glass_covered_season_summer", - "fg": 3964, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 3987, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3949, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 3972, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3951, 3953, 3952, 3950 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3974, 3976, 3975, 3973 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 3961, 3963, 3962, 3960 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3984, 3986, 3985, 3983 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 3955, 3954 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3978, 3977 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 3957, 3959, 3958, 3956 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3980, 3982, 3981, 3979 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 3964, 3964 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3987, 3987 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_glass_covered_season_autumn", - "fg": 3964, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 3987, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3949, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 3972, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3951, 3953, 3952, 3950 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3974, 3976, 3975, 3973 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 3961, 3963, 3962, 3960 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3984, 3986, 3985, 3983 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 3955, 3954 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3978, 3977 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 3957, 3959, 3958, 3956 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3980, 3982, 3981, 3979 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 3964, 3964 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3987, 3987 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_glass_covered_season_winter", - "fg": 3964, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 3987, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3949, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 3972, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3951, 3953, 3952, 3950 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3974, 3976, 3975, 3973 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 3961, 3963, 3962, 3960 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3984, 3986, 3985, 3983 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 3955, 3954 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3978, 3977 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 3957, 3959, 3958, 3956 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3980, 3982, 3981, 3979 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 3964, 3964 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3987, 3987 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_pit_shallow", - "fg": 3980, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 4003, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3965, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 3988, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3967, 3969, 3968, 3966 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3990, 3992, 3991, 3989 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 3977, 3979, 3978, 3976 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4000, 4002, 4001, 3999 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 3971, 3970 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3994, 3993 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 3973, 3975, 3974, 3972 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 3996, 3998, 3997, 3995 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 3980, 3980 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4003, 4003 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_shallow_season_summer", - "fg": 3980, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 4003, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3965, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 3988, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3967, 3969, 3968, 3966 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3990, 3992, 3991, 3989 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 3977, 3979, 3978, 3976 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4000, 4002, 4001, 3999 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 3971, 3970 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3994, 3993 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 3973, 3975, 3974, 3972 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 3996, 3998, 3997, 3995 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 3980, 3980 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4003, 4003 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_shallow_season_autumn", - "fg": 3980, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 4003, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3965, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 3988, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3967, 3969, 3968, 3966 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3990, 3992, 3991, 3989 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 3977, 3979, 3978, 3976 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4000, 4002, 4001, 3999 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 3971, 3970 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3994, 3993 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 3973, 3975, 3974, 3972 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 3996, 3998, 3997, 3995 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 3980, 3980 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4003, 4003 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_shallow_season_winter", - "fg": 3980, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 4003, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3965, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 3988, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3967, 3969, 3968, 3966 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3990, 3992, 3991, 3989 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 3977, 3979, 3978, 3976 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4000, 4002, 4001, 3999 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 3971, 3970 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3994, 3993 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 3973, 3975, 3974, 3972 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 3996, 3998, 3997, 3995 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 3980, 3980 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4003, 4003 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_pit_spiked", - "fg": 3996, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 4019, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3981, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 4004, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3983, 3985, 3984, 3982 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4006, 4008, 4007, 4005 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 3993, 3995, 3994, 3992 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4016, 4018, 4017, 4015 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 3987, 3986 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4010, 4009 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 3989, 3991, 3990, 3988 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4012, 4014, 4013, 4011 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 3996, 3996 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4019, 4019 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_spiked_season_summer", - "fg": 3996, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 4019, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3981, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 4004, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3983, 3985, 3984, 3982 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4006, 4008, 4007, 4005 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 3993, 3995, 3994, 3992 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4016, 4018, 4017, 4015 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 3987, 3986 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4010, 4009 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 3989, 3991, 3990, 3988 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4012, 4014, 4013, 4011 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 3996, 3996 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4019, 4019 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_spiked_season_autumn", - "fg": 3996, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 4019, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3981, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 4004, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3983, 3985, 3984, 3982 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4006, 4008, 4007, 4005 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 3993, 3995, 3994, 3992 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4016, 4018, 4017, 4015 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 3987, 3986 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4010, 4009 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 3989, 3991, 3990, 3988 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4012, 4014, 4013, 4011 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 3996, 3996 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4019, 4019 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_spiked_season_winter", - "fg": 3996, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 4019, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3981, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 4004, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3983, 3985, 3984, 3982 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4006, 4008, 4007, 4005 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 3993, 3995, 3994, 3992 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4016, 4018, 4017, 4015 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 3987, 3986 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4010, 4009 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 3989, 3991, 3990, 3988 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4012, 4014, 4013, 4011 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 3996, 3996 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4019, 4019 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_pit_spiked_covered", - "fg": 4012, - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ], + "fg": 4035, + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3997, "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] }, + { "id": "center", "fg": 4020, "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "corner", - "fg": [ 3999, 4001, 4000, 3998 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4022, 4024, 4023, 4021 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_connection", - "fg": [ 4009, 4011, 4010, 4008 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4032, 4034, 4033, 4031 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "edge", - "fg": [ 4003, 4002 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4026, 4025 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "end_piece", - "fg": [ 4005, 4007, 4006, 4004 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4028, 4030, 4029, 4027 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "unconnected", - "fg": [ 4012, 4012 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 4035, 4035 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] } ] }, { "id": "t_pit_spiked_covered_season_summer", - "fg": 4012, - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ], + "fg": 4035, + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3997, "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] }, + { "id": "center", "fg": 4020, "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "corner", - "fg": [ 3999, 4001, 4000, 3998 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4022, 4024, 4023, 4021 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_connection", - "fg": [ 4009, 4011, 4010, 4008 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4032, 4034, 4033, 4031 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "edge", - "fg": [ 4003, 4002 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4026, 4025 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "end_piece", - "fg": [ 4005, 4007, 4006, 4004 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4028, 4030, 4029, 4027 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "unconnected", - "fg": [ 4012, 4012 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 4035, 4035 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] } ] }, { "id": "t_pit_spiked_covered_season_autumn", - "fg": 4012, - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ], + "fg": 4035, + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3997, "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] }, + { "id": "center", "fg": 4020, "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "corner", - "fg": [ 3999, 4001, 4000, 3998 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4022, 4024, 4023, 4021 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "t_connection", - "fg": [ 4009, 4011, 4010, 4008 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4032, 4034, 4033, 4031 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "edge", - "fg": [ 4003, 4002 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4026, 4025 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "end_piece", - "fg": [ 4005, 4007, 4006, 4004 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4028, 4030, 4029, 4027 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, { "id": "unconnected", - "fg": [ 4012, 4012 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 4035, 4035 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] } ] }, { "id": "t_pit_spiked_covered_season_winter", - "fg": 4012, - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ], + "fg": 4035, + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3997, "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] }, + { "id": "center", "fg": 4020, "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "corner", - "fg": [ 3999, 4001, 4000, 3998 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4022, 4024, 4023, 4021 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "t_connection", - "fg": [ 4009, 4011, 4010, 4008 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4032, 4034, 4033, 4031 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "edge", - "fg": [ 4003, 4002 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4026, 4025 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "end_piece", - "fg": [ 4005, 4007, 4006, 4004 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4028, 4030, 4029, 4027 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] }, { "id": "unconnected", - "fg": [ 4012, 4012 ], - "bg": [ { "weight": 100, "sprite": 3140 }, { "weight": 100, "sprite": 3141 } ] + "fg": [ 4035, 4035 ], + "bg": [ { "weight": 100, "sprite": 3163 }, { "weight": 100, "sprite": 3164 } ] } ] }, { "id": "t_privacy_fence", "multitile": true, - "fg": 4028, - "bg": 3660, + "fg": 4051, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": 4013 }, - { "id": "corner", "bg": 3660, "fg": [ 4015, 4017, 4016, 4014 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 4025, 4027, 4026, 4024 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4019, 4018 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4021, 4023, 4022, 4020 ] }, - { "bg": 3660, "id": "unconnected", "fg": [ 4028, 4028 ] } + { "id": "center", "bg": 3683, "fg": 4036 }, + { "id": "corner", "bg": 3683, "fg": [ 4038, 4040, 4039, 4037 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 4048, 4050, 4049, 4047 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4042, 4041 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4044, 4046, 4045, 4043 ] }, + { "bg": 3683, "id": "unconnected", "fg": [ 4051, 4051 ] } ] }, { "id": "t_privacy_fence_season_winter", "multitile": true, - "fg": 4028, - "bg": 3140, + "fg": 4051, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": 4013 }, - { "id": "corner", "bg": 3140, "fg": [ 4015, 4017, 4016, 4014 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 4025, 4027, 4026, 4024 ] }, - { "id": "edge", "bg": 3140, "fg": [ 4019, 4018 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 4021, 4023, 4022, 4020 ] }, - { "bg": 3140, "id": "unconnected", "fg": [ 4028, 4028 ] } + { "id": "center", "bg": 3163, "fg": 4036 }, + { "id": "corner", "bg": 3163, "fg": [ 4038, 4040, 4039, 4037 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 4048, 4050, 4049, 4047 ] }, + { "id": "edge", "bg": 3163, "fg": [ 4042, 4041 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 4044, 4046, 4045, 4043 ] }, + { "bg": 3163, "id": "unconnected", "fg": [ 4051, 4051 ] } ] }, { "id": "t_railing", "multitile": true, - "fg": 4044, - "bg": 3343, + "fg": 4067, + "bg": 3366, "additional_tiles": [ - { "id": "center", "bg": 3343, "fg": 4029 }, - { "id": "corner", "bg": 3343, "fg": [ 4031, 4033, 4032, 4030 ] }, - { "id": "t_connection", "bg": 3343, "fg": [ 4041, 4043, 4042, 4040 ] }, - { "id": "edge", "bg": 3343, "fg": [ 4035, 4034 ] }, - { "id": "end_piece", "bg": 3343, "fg": [ 4037, 4039, 4038, 4036 ] }, - { "bg": 3343, "id": "unconnected", "fg": [ 4044, 4044 ] } + { "id": "center", "bg": 3366, "fg": 4052 }, + { "id": "corner", "bg": 3366, "fg": [ 4054, 4056, 4055, 4053 ] }, + { "id": "t_connection", "bg": 3366, "fg": [ 4064, 4066, 4065, 4063 ] }, + { "id": "edge", "bg": 3366, "fg": [ 4058, 4057 ] }, + { "id": "end_piece", "bg": 3366, "fg": [ 4060, 4062, 4061, 4059 ] }, + { "bg": 3366, "id": "unconnected", "fg": [ 4067, 4067 ] } ] }, { "id": "t_railroad_rubble", "multitile": true, - "fg": 4061, - "bg": 3660, + "fg": 4084, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": [ { "weight": 1, "sprite": 4045 }, { "weight": 1, "sprite": 4046 } ] }, - { "id": "corner", "bg": 3660, "fg": [ 4048, 4050, 4049, 4047 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 4058, 4060, 4059, 4057 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4052, 4051 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4054, 4056, 4055, 4053 ] }, - { "bg": 3660, "id": "unconnected", "fg": 4061 } + { "id": "center", "bg": 3683, "fg": [ { "weight": 1, "sprite": 4068 }, { "weight": 1, "sprite": 4069 } ] }, + { "id": "corner", "bg": 3683, "fg": [ 4071, 4073, 4072, 4070 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 4081, 4083, 4082, 4080 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4075, 4074 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4077, 4079, 4078, 4076 ] }, + { "bg": 3683, "id": "unconnected", "fg": 4084 } ] }, { "id": "t_railroad_rubble_season_summer", "multitile": true, - "fg": 4061, - "bg": 3670, + "fg": 4084, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": [ { "weight": 1, "sprite": 4045 }, { "weight": 1, "sprite": 4046 } ] }, - { "id": "corner", "bg": 3670, "fg": [ 4048, 4050, 4049, 4047 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 4058, 4060, 4059, 4057 ] }, - { "id": "edge", "bg": 3670, "fg": [ 4052, 4051 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 4054, 4056, 4055, 4053 ] }, - { "bg": 3670, "id": "unconnected", "fg": 4061 } + { "id": "center", "bg": 3693, "fg": [ { "weight": 1, "sprite": 4068 }, { "weight": 1, "sprite": 4069 } ] }, + { "id": "corner", "bg": 3693, "fg": [ 4071, 4073, 4072, 4070 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 4081, 4083, 4082, 4080 ] }, + { "id": "edge", "bg": 3693, "fg": [ 4075, 4074 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 4077, 4079, 4078, 4076 ] }, + { "bg": 3693, "id": "unconnected", "fg": 4084 } ] }, { "id": "t_railroad_rubble_season_autumn", "multitile": true, - "fg": 4061, - "bg": 3665, + "fg": 4084, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": [ { "weight": 1, "sprite": 4045 }, { "weight": 1, "sprite": 4046 } ] }, - { "id": "corner", "bg": 3665, "fg": [ 4048, 4050, 4049, 4047 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 4058, 4060, 4059, 4057 ] }, - { "id": "edge", "bg": 3665, "fg": [ 4052, 4051 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 4054, 4056, 4055, 4053 ] }, - { "bg": 3665, "id": "unconnected", "fg": 4061 } + { "id": "center", "bg": 3688, "fg": [ { "weight": 1, "sprite": 4068 }, { "weight": 1, "sprite": 4069 } ] }, + { "id": "corner", "bg": 3688, "fg": [ 4071, 4073, 4072, 4070 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 4081, 4083, 4082, 4080 ] }, + { "id": "edge", "bg": 3688, "fg": [ 4075, 4074 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 4077, 4079, 4078, 4076 ] }, + { "bg": 3688, "id": "unconnected", "fg": 4084 } ] }, { "id": "t_railroad_rubble_season_winter", "multitile": true, - "fg": 4061, - "bg": 3140, + "fg": 4084, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": [ { "weight": 1, "sprite": 4045 }, { "weight": 1, "sprite": 4046 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 4048, 4050, 4049, 4047 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 4058, 4060, 4059, 4057 ] }, - { "id": "edge", "bg": 3140, "fg": [ 4052, 4051 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 4054, 4056, 4055, 4053 ] }, - { "bg": 3140, "id": "unconnected", "fg": 4061 } + { "id": "center", "bg": 3163, "fg": [ { "weight": 1, "sprite": 4068 }, { "weight": 1, "sprite": 4069 } ] }, + { "id": "corner", "bg": 3163, "fg": [ 4071, 4073, 4072, 4070 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 4081, 4083, 4082, 4080 ] }, + { "id": "edge", "bg": 3163, "fg": [ 4075, 4074 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 4077, 4079, 4078, 4076 ] }, + { "bg": 3163, "id": "unconnected", "fg": 4084 } ] }, { "id": "t_railroad_track_small", - "fg": 4068, - "bg": 4045, + "fg": 4091, + "bg": 4068, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 4045, "fg": 4062 }, - { "id": "corner", "bg": 4045, "fg": [ 4064, 4066, 4065, 4063 ] }, - { "id": "t_connection", "bg": 4045, "fg": [ 4070, 4072, 4071, 4069 ] }, - { "id": "edge", "bg": 4045, "fg": [ 4068, 4067 ] }, - { "id": "end_piece", "bg": 4045, "fg": [ 4068, 4067, 4068, 4067 ] }, - { "id": "unconnected", "bg": 4045, "fg": [ 4068, 4067 ] } + { "id": "center", "bg": 4068, "fg": 4085 }, + { "id": "corner", "bg": 4068, "fg": [ 4087, 4089, 4088, 4086 ] }, + { "id": "t_connection", "bg": 4068, "fg": [ 4093, 4095, 4094, 4092 ] }, + { "id": "edge", "bg": 4068, "fg": [ 4091, 4090 ] }, + { "id": "end_piece", "bg": 4068, "fg": [ 4091, 4090, 4091, 4090 ] }, + { "id": "unconnected", "bg": 4068, "fg": [ 4091, 4090 ] } ] }, - { "id": "t_rdoor_c", "fg": 4074 }, - { "id": "t_rdoor_o", "fg": 4075 }, - { "id": "t_rdoor_b", "fg": 4073 }, + { "id": "t_rdoor_c", "fg": 4097 }, + { "id": "t_rdoor_o", "fg": 4098 }, + { "id": "t_rdoor_b", "fg": 4096 }, { "id": "t_reinforced_glass", "multitile": true, - "fg": 4091, + "fg": 4114, "additional_tiles": [ - { "id": "center", "fg": 4076 }, - { "id": "corner", "fg": [ 4078, 4080, 4079, 4077 ] }, - { "id": "t_connection", "fg": [ 4088, 4090, 4089, 4087 ] }, - { "id": "edge", "fg": [ 4082, 4081 ] }, - { "id": "end_piece", "fg": [ 4084, 4086, 4085, 4083 ] }, - { "id": "unconnected", "fg": 4091 } + { "id": "center", "fg": 4099 }, + { "id": "corner", "fg": [ 4101, 4103, 4102, 4100 ] }, + { "id": "t_connection", "fg": [ 4111, 4113, 4112, 4110 ] }, + { "id": "edge", "fg": [ 4105, 4104 ] }, + { "id": "end_piece", "fg": [ 4107, 4109, 4108, 4106 ] }, + { "id": "unconnected", "fg": 4114 } ] }, { "id": "t_rock", "multitile": true, - "fg": 4107, + "fg": 4130, "additional_tiles": [ - { "id": "center", "fg": 4092 }, - { "id": "corner", "fg": [ 4094, 4096, 4095, 4093 ] }, - { "id": "t_connection", "fg": [ 4104, 4106, 4105, 4103 ] }, - { "id": "edge", "fg": [ 4098, 4097 ] }, - { "id": "end_piece", "fg": [ 4100, 4102, 4101, 4099 ] }, - { "id": "unconnected", "fg": 4107 } + { "id": "center", "fg": 4115 }, + { "id": "corner", "fg": [ 4117, 4119, 4118, 4116 ] }, + { "id": "t_connection", "fg": [ 4127, 4129, 4128, 4126 ] }, + { "id": "edge", "fg": [ 4121, 4120 ] }, + { "id": "end_piece", "fg": [ 4123, 4125, 4124, 4122 ] }, + { "id": "unconnected", "fg": 4130 } ] }, { "id": "t_rock_floor", "multitile": true, - "fg": 4125, + "fg": 4148, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 4108 }, { "weight": 1, "sprite": 4109 }, { "weight": 1, "sprite": 4110 } ] + "fg": [ { "weight": 1, "sprite": 4131 }, { "weight": 1, "sprite": 4132 }, { "weight": 1, "sprite": 4133 } ] }, - { "id": "corner", "fg": [ 4112, 4114, 4113, 4111 ] }, - { "id": "t_connection", "fg": [ 4122, 4124, 4123, 4121 ] }, - { "id": "edge", "fg": [ 4116, 4115 ] }, - { "id": "end_piece", "fg": [ 4118, 4120, 4119, 4117 ] }, - { "id": "unconnected", "fg": 4125 } + { "id": "corner", "fg": [ 4135, 4137, 4136, 4134 ] }, + { "id": "t_connection", "fg": [ 4145, 4147, 4146, 4144 ] }, + { "id": "edge", "fg": [ 4139, 4138 ] }, + { "id": "end_piece", "fg": [ 4141, 4143, 4142, 4140 ] }, + { "id": "unconnected", "fg": 4148 } ] }, { "id": "t_rock_wall", "multitile": true, - "fg": 4141, + "fg": 4164, "additional_tiles": [ - { "id": "center", "fg": 4126 }, - { "id": "corner", "fg": [ 4128, 4130, 4129, 4127 ] }, - { "id": "t_connection", "fg": [ 4138, 4140, 4139, 4137 ] }, - { "id": "edge", "fg": [ 4132, 4131 ] }, - { "id": "end_piece", "fg": [ 4134, 4136, 4135, 4133 ] }, - { "id": "unconnected", "fg": 4141 } + { "id": "center", "fg": 4149 }, + { "id": "corner", "fg": [ 4151, 4153, 4152, 4150 ] }, + { "id": "t_connection", "fg": [ 4161, 4163, 4162, 4160 ] }, + { "id": "edge", "fg": [ 4155, 4154 ] }, + { "id": "end_piece", "fg": [ 4157, 4159, 4158, 4156 ] }, + { "id": "unconnected", "fg": 4164 } ] }, { "id": "t_sand", "multitile": true, - "fg": 4160, - "bg": 3660, + "fg": 4183, + "bg": 3683, "additional_tiles": [ { "id": "center", - "bg": 3660, + "bg": 3683, "fg": [ - { "weight": 1, "sprite": 4142 }, - { "weight": 1, "sprite": 4143 }, - { "weight": 1, "sprite": 4144 }, - { "weight": 1, "sprite": 4145 } + { "weight": 1, "sprite": 4165 }, + { "weight": 1, "sprite": 4166 }, + { "weight": 1, "sprite": 4167 }, + { "weight": 1, "sprite": 4168 } ] }, - { "id": "corner", "bg": 3660, "fg": [ 4147, 4149, 4148, 4146 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 4157, 4159, 4158, 4156 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4151, 4150 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4153, 4155, 4154, 4152 ] }, - { "bg": 3660, "id": "unconnected", "fg": 4160 } + { "id": "corner", "bg": 3683, "fg": [ 4170, 4172, 4171, 4169 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 4180, 4182, 4181, 4179 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4174, 4173 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4176, 4178, 4177, 4175 ] }, + { "bg": 3683, "id": "unconnected", "fg": 4183 } ] }, { "id": "t_sand_season_summer", "multitile": true, - "fg": 4160, - "bg": 3670, + "fg": 4183, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": [ { "weight": 1, "sprite": 4142 }, { "weight": 1, "sprite": 4143 } ] }, - { "id": "corner", "bg": 3670, "fg": [ 4147, 4149, 4148, 4146 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 4157, 4159, 4158, 4156 ] }, - { "id": "edge", "bg": 3670, "fg": [ 4151, 4150 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 4153, 4155, 4154, 4152 ] }, - { "bg": 3670, "id": "unconnected", "fg": 4160 } + { "id": "center", "bg": 3693, "fg": [ { "weight": 1, "sprite": 4165 }, { "weight": 1, "sprite": 4166 } ] }, + { "id": "corner", "bg": 3693, "fg": [ 4170, 4172, 4171, 4169 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 4180, 4182, 4181, 4179 ] }, + { "id": "edge", "bg": 3693, "fg": [ 4174, 4173 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 4176, 4178, 4177, 4175 ] }, + { "bg": 3693, "id": "unconnected", "fg": 4183 } ] }, { "id": "t_sand_season_autumn", "multitile": true, - "fg": 4160, - "bg": 3665, + "fg": 4183, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": [ { "weight": 1, "sprite": 4142 }, { "weight": 1, "sprite": 4143 } ] }, - { "id": "corner", "bg": 3665, "fg": [ 4147, 4149, 4148, 4146 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 4157, 4159, 4158, 4156 ] }, - { "id": "edge", "bg": 3665, "fg": [ 4151, 4150 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 4153, 4155, 4154, 4152 ] }, - { "bg": 3665, "id": "unconnected", "fg": 4160 } + { "id": "center", "bg": 3688, "fg": [ { "weight": 1, "sprite": 4165 }, { "weight": 1, "sprite": 4166 } ] }, + { "id": "corner", "bg": 3688, "fg": [ 4170, 4172, 4171, 4169 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 4180, 4182, 4181, 4179 ] }, + { "id": "edge", "bg": 3688, "fg": [ 4174, 4173 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 4176, 4178, 4177, 4175 ] }, + { "bg": 3688, "id": "unconnected", "fg": 4183 } ] }, { "id": "t_sand_season_winter", "multitile": true, - "fg": 4160, - "bg": 3140, + "fg": 4183, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": [ { "weight": 1, "sprite": 4142 }, { "weight": 1, "sprite": 4143 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 4147, 4149, 4148, 4146 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 4157, 4159, 4158, 4156 ] }, - { "id": "edge", "bg": 3140, "fg": [ 4151, 4150 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 4153, 4155, 4154, 4152 ] }, - { "bg": 3140, "id": "unconnected", "fg": 4160 } + { "id": "center", "bg": 3163, "fg": [ { "weight": 1, "sprite": 4165 }, { "weight": 1, "sprite": 4166 } ] }, + { "id": "corner", "bg": 3163, "fg": [ 4170, 4172, 4171, 4169 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 4180, 4182, 4181, 4179 ] }, + { "id": "edge", "bg": 3163, "fg": [ 4174, 4173 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 4176, 4178, 4177, 4175 ] }, + { "bg": 3163, "id": "unconnected", "fg": 4183 } ] }, { "id": [ "t_sandmound_season_spring", "t_sandmound_season_summer", "t_sandmound_season_autumn" ], - "fg": 4161 + "fg": 4184 }, - { "id": "t_sandmound_season_winter", "fg": 7154 }, + { "id": "t_sandmound_season_winter", "fg": 7170 }, { "id": "t_scrap_floor", "multitile": true, - "fg": 4192, + "fg": 4215, "additional_tiles": [ - { "id": "center", "fg": [ { "weight": 1, "sprite": 4162 }, { "weight": 1, "sprite": 4163 } ] }, + { "id": "center", "fg": [ { "weight": 1, "sprite": 4185 }, { "weight": 1, "sprite": 4186 } ] }, { "id": "corner", - "fg": [ { "weight": 1, "sprite": [ 4166, 4170, 4164, 4168 ] }, { "weight": 1, "sprite": [ 4167, 4171, 4165, 4169 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4189, 4193, 4187, 4191 ] }, { "weight": 1, "sprite": [ 4190, 4194, 4188, 4192 ] } ] }, { "id": "t_connection", - "fg": [ { "weight": 1, "sprite": [ 4186, 4190, 4188, 4184 ] }, { "weight": 1, "sprite": [ 4187, 4191, 4189, 4185 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4209, 4213, 4211, 4207 ] }, { "weight": 1, "sprite": [ 4210, 4214, 4212, 4208 ] } ] }, { "id": "edge", - "fg": [ { "weight": 1, "sprite": [ 4174, 4172 ] }, { "weight": 1, "sprite": [ 4175, 4173 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4197, 4195 ] }, { "weight": 1, "sprite": [ 4198, 4196 ] } ] }, { "id": "end_piece", - "fg": [ { "weight": 1, "sprite": [ 4178, 4182, 4180, 4176 ] }, { "weight": 1, "sprite": [ 4179, 4183, 4181, 4177 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4201, 4205, 4203, 4199 ] }, { "weight": 1, "sprite": [ 4202, 4206, 4204, 4200 ] } ] }, - { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 4192 }, { "weight": 1, "sprite": 4193 } ] } + { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 4215 }, { "weight": 1, "sprite": 4216 } ] } ] }, { "id": "t_scrap_wall", "multitile": true, - "fg": 4209, + "fg": 4232, "additional_tiles": [ - { "id": "center", "fg": 4194 }, - { "id": "corner", "fg": [ 4196, 4198, 4197, 4195 ] }, - { "id": "t_connection", "fg": [ 4206, 4208, 4207, 4205 ] }, - { "id": "edge", "fg": [ 4200, 4199 ] }, - { "id": "end_piece", "fg": [ 4202, 4204, 4203, 4201 ] }, - { "id": "unconnected", "fg": 4209 } + { "id": "center", "fg": 4217 }, + { "id": "corner", "fg": [ 4219, 4221, 4220, 4218 ] }, + { "id": "t_connection", "fg": [ 4229, 4231, 4230, 4228 ] }, + { "id": "edge", "fg": [ 4223, 4222 ] }, + { "id": "end_piece", "fg": [ 4225, 4227, 4226, 4224 ] }, + { "id": "unconnected", "fg": 4232 } ] }, { "id": "t_screened_porch_wall", "multitile": true, - "fg": 4225, - "bg": 3557, + "fg": 4248, + "bg": 3580, "additional_tiles": [ - { "id": "center", "bg": 3557, "fg": 4210 }, - { "id": "corner", "bg": 3557, "fg": [ 4212, 4214, 4213, 4211 ] }, - { "id": "t_connection", "bg": 3557, "fg": [ 4222, 4224, 4223, 4221 ] }, - { "id": "edge", "bg": 3557, "fg": [ 4216, 4215 ] }, - { "id": "end_piece", "bg": 3557, "fg": [ 4218, 4220, 4219, 4217 ] }, - { "bg": 3557, "id": "unconnected", "fg": [ 4225, 4225 ] } + { "id": "center", "bg": 3580, "fg": 4233 }, + { "id": "corner", "bg": 3580, "fg": [ 4235, 4237, 4236, 4234 ] }, + { "id": "t_connection", "bg": 3580, "fg": [ 4245, 4247, 4246, 4244 ] }, + { "id": "edge", "bg": 3580, "fg": [ 4239, 4238 ] }, + { "id": "end_piece", "bg": 3580, "fg": [ 4241, 4243, 4242, 4240 ] }, + { "bg": 3580, "id": "unconnected", "fg": [ 4248, 4248 ] } ] }, { "id": "t_sewage", "multitile": true, - "fg": 4241, + "fg": 4264, "additional_tiles": [ - { "id": "center", "fg": 4226 }, - { "id": "corner", "fg": [ 4228, 4230, 4229, 4227 ] }, - { "id": "t_connection", "fg": [ 4238, 4240, 4239, 4237 ] }, - { "id": "edge", "fg": [ 4232, 4231 ] }, - { "id": "end_piece", "fg": [ 4234, 4236, 4235, 4233 ] }, - { "id": "unconnected", "fg": [ 4241, 4241 ] } + { "id": "center", "fg": 4249 }, + { "id": "corner", "fg": [ 4251, 4253, 4252, 4250 ] }, + { "id": "t_connection", "fg": [ 4261, 4263, 4262, 4260 ] }, + { "id": "edge", "fg": [ 4255, 4254 ] }, + { "id": "end_piece", "fg": [ 4257, 4259, 4258, 4256 ] }, + { "id": "unconnected", "fg": [ 4264, 4264 ] } ] }, { "id": "t_sewage_pipe", "multitile": true, - "fg": 4257, + "fg": 4280, "additional_tiles": [ - { "id": "center", "fg": 4242 }, - { "id": "corner", "fg": [ 4244, 4246, 4245, 4243 ] }, - { "id": "t_connection", "fg": [ 4254, 4256, 4255, 4253 ] }, - { "id": "edge", "fg": [ 4248, 4247 ] }, - { "id": "end_piece", "fg": [ 4250, 4252, 4251, 4249 ] }, - { "id": "unconnected", "fg": [ 4257, 4257 ] } + { "id": "center", "fg": 4265 }, + { "id": "corner", "fg": [ 4267, 4269, 4268, 4266 ] }, + { "id": "t_connection", "fg": [ 4277, 4279, 4278, 4276 ] }, + { "id": "edge", "fg": [ 4271, 4270 ] }, + { "id": "end_piece", "fg": [ 4273, 4275, 4274, 4272 ] }, + { "id": "unconnected", "fg": [ 4280, 4280 ] } ] }, { "id": "t_shingle_flat_roof", "multitile": true, - "fg": 4273, - "additional_tiles": [ - { "id": "center", "fg": 4258 }, - { "id": "corner", "fg": [ 4260, 4262, 4261, 4259 ] }, - { "id": "t_connection", "fg": [ 4270, 4272, 4271, 4269 ] }, - { "id": "edge", "fg": [ 4264, 4263 ] }, - { "id": "end_piece", "fg": [ 4266, 4268, 4267, 4265 ] }, - { "id": "unconnected", "fg": 4273 } - ] - }, - { "id": "t_shrub", "fg": 4274, "bg": 3660 }, - { "id": "t_shrub_season_summer", "fg": 4274, "bg": 3670 }, - { "id": "t_shrub_season_autumn", "fg": 4274, "bg": 3665 }, - { "id": "t_shrub_season_winter", "fg": 4276, "bg": 3138 }, - { "id": "t_shrub_blackberry", "fg": 4277, "bg": 3660 }, - { "id": "t_shrub_blackberry_harvested", "fg": 4278, "bg": 3670 }, - { "id": "t_shrub_blackberry_season_summer", "fg": 4279, "bg": 3670 }, - { "id": "t_shrub_blackberry_season_autumn", "fg": 4277, "bg": 3665 }, - { "id": "t_shrub_blackberry_season_winter", "fg": 4280, "bg": 3138 }, - { "id": "t_shrub_blueberry", "fg": 4281, "bg": 3660 }, - { "id": "t_shrub_blueberry_harvested", "fg": 4282, "bg": 3670 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 4283, "bg": 3670 }, - { "id": "t_shrub_blueberry_season_autumn", "fg": 4281, "bg": 3665 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 4284, "bg": 3138 }, - { "id": "t_shrub_grape", "fg": 4285, "bg": 3660 }, - { "id": "t_shrub_grape_harvested", "fg": 4286, "bg": 3670 }, - { "id": "t_shrub_grape_season_summer", "fg": 4287, "bg": 3670 }, - { "id": "t_shrub_grape_season_autumn", "fg": 4285, "bg": 3665 }, - { "id": "t_shrub_grape_season_winter", "fg": 4288, "bg": 3138 }, - { "id": "t_shrub_huckleberry", "fg": 4289, "bg": 3660 }, - { "id": "t_shrub_huckleberry_harvested", "fg": 4290, "bg": 3670 }, - { "id": "t_shrub_huckleberry_season_summer", "fg": 4291, "bg": 3670 }, - { "id": "t_shrub_huckleberry_season_autumn", "fg": 4289, "bg": 3665 }, - { "id": "t_shrub_huckleberry_season_winter", "fg": 4292, "bg": 3138 }, - { "id": "t_shrub_hydrangea", "fg": 4294, "bg": 3660 }, - { "id": "t_shrub_hydrangea_harvested", "fg": 4293, "bg": 3660 }, - { "id": "t_shrub_hydrangea_season_summer", "fg": 4295, "bg": 3670 }, - { "id": "t_shrub_hydrangea_season_autumn", "fg": 4294, "bg": 3665 }, - { "id": "t_shrub_hydrangea_season_winter", "fg": 4296, "bg": 3138 }, - { "id": "t_shrub_lilac", "fg": 4298, "bg": 3660 }, - { "id": "t_shrub_lilac_harvested", "fg": 4297, "bg": 3660 }, - { "id": "t_shrub_lilac_season_summer", "fg": 4299, "bg": 3670 }, - { "id": "t_shrub_lilac_season_autumn", "fg": 4297, "bg": 3665 }, - { "id": "t_shrub_lilac_season_winter", "fg": 4300, "bg": 3138 }, - { "id": "t_shrub_peanut", "fg": 4301, "bg": 3660 }, - { "id": "t_shrub_peanut_harvested", "fg": 4303, "bg": 3665 }, - { "id": "t_shrub_peanut_season_summer", "fg": 4301, "bg": 3670 }, - { "id": "t_shrub_peanut_season_autumn", "fg": 4302, "bg": 3665 }, - { "id": "t_shrub_peanut_season_winter", "fg": 4304, "bg": 3138 }, - { "id": "t_shrub_raspberry", "fg": 4305, "bg": 3660 }, - { "id": "t_shrub_raspberry_harvested", "fg": 4306, "bg": 3670 }, - { "id": "t_shrub_raspberry_season_summer", "fg": 4307, "bg": 3670 }, - { "id": "t_shrub_raspberry_season_autumn", "fg": 4305, "bg": 3665 }, - { "id": "t_shrub_raspberry_season_winter", "fg": 4308, "bg": 3138 }, - { "id": "t_shrub_rose", "fg": 4310, "bg": 3660 }, - { "id": "t_shrub_rose_season_summer", "fg": 4310, "bg": 3670 }, - { "id": "t_shrub_rose_harvested", "fg": 4310, "bg": 3665 }, - { "id": "t_shrub_rose_season_autumn", "fg": 4309, "bg": 3665 }, - { "id": "t_shrub_rose_season_winter", "fg": 4311, "bg": 3138 }, - { "id": "t_shrub_strawberry", "fg": 4312, "bg": 3660 }, - { "id": "t_shrub_strawberry_harvested", "fg": 4313, "bg": 3670 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 4314, "bg": 3670 }, - { "id": "t_shrub_strawberry_season_autumn", "fg": 4312, "bg": 3665 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 4315, "bg": 3138 }, + "fg": 4296, + "additional_tiles": [ + { "id": "center", "fg": 4281 }, + { "id": "corner", "fg": [ 4283, 4285, 4284, 4282 ] }, + { "id": "t_connection", "fg": [ 4293, 4295, 4294, 4292 ] }, + { "id": "edge", "fg": [ 4287, 4286 ] }, + { "id": "end_piece", "fg": [ 4289, 4291, 4290, 4288 ] }, + { "id": "unconnected", "fg": 4296 } + ] + }, + { "id": "t_shrub", "fg": 4297, "bg": 3683 }, + { "id": "t_shrub_season_summer", "fg": 4297, "bg": 3693 }, + { "id": "t_shrub_season_autumn", "fg": 4297, "bg": 3688 }, + { "id": "t_shrub_season_winter", "fg": 4299, "bg": 3161 }, + { "id": "t_shrub_blackberry", "fg": 4300, "bg": 3683 }, + { "id": "t_shrub_blackberry_harvested", "fg": 4301, "bg": 3693 }, + { "id": "t_shrub_blackberry_season_summer", "fg": 4302, "bg": 3693 }, + { "id": "t_shrub_blackberry_season_autumn", "fg": 4300, "bg": 3688 }, + { "id": "t_shrub_blackberry_season_winter", "fg": 4303, "bg": 3161 }, + { "id": "t_shrub_blueberry", "fg": 4304, "bg": 3683 }, + { "id": "t_shrub_blueberry_harvested", "fg": 4305, "bg": 3693 }, + { "id": "t_shrub_blueberry_season_summer", "fg": 4306, "bg": 3693 }, + { "id": "t_shrub_blueberry_season_autumn", "fg": 4304, "bg": 3688 }, + { "id": "t_shrub_blueberry_season_winter", "fg": 4307, "bg": 3161 }, + { "id": "t_shrub_grape", "fg": 4308, "bg": 3683 }, + { "id": "t_shrub_grape_harvested", "fg": 4309, "bg": 3693 }, + { "id": "t_shrub_grape_season_summer", "fg": 4310, "bg": 3693 }, + { "id": "t_shrub_grape_season_autumn", "fg": 4308, "bg": 3688 }, + { "id": "t_shrub_grape_season_winter", "fg": 4311, "bg": 3161 }, + { "id": "t_shrub_huckleberry", "fg": 4312, "bg": 3683 }, + { "id": "t_shrub_huckleberry_harvested", "fg": 4313, "bg": 3693 }, + { "id": "t_shrub_huckleberry_season_summer", "fg": 4314, "bg": 3693 }, + { "id": "t_shrub_huckleberry_season_autumn", "fg": 4312, "bg": 3688 }, + { "id": "t_shrub_huckleberry_season_winter", "fg": 4315, "bg": 3161 }, + { "id": "t_shrub_hydrangea", "fg": 4317, "bg": 3683 }, + { "id": "t_shrub_hydrangea_harvested", "fg": 4316, "bg": 3683 }, + { "id": "t_shrub_hydrangea_season_summer", "fg": 4318, "bg": 3693 }, + { "id": "t_shrub_hydrangea_season_autumn", "fg": 4317, "bg": 3688 }, + { "id": "t_shrub_hydrangea_season_winter", "fg": 4319, "bg": 3161 }, + { "id": "t_shrub_lilac", "fg": 4321, "bg": 3683 }, + { "id": "t_shrub_lilac_harvested", "fg": 4320, "bg": 3683 }, + { "id": "t_shrub_lilac_season_summer", "fg": 4322, "bg": 3693 }, + { "id": "t_shrub_lilac_season_autumn", "fg": 4320, "bg": 3688 }, + { "id": "t_shrub_lilac_season_winter", "fg": 4323, "bg": 3161 }, + { "id": "t_shrub_peanut", "fg": 4324, "bg": 3683 }, + { "id": "t_shrub_peanut_harvested", "fg": 4326, "bg": 3688 }, + { "id": "t_shrub_peanut_season_summer", "fg": 4324, "bg": 3693 }, + { "id": "t_shrub_peanut_season_autumn", "fg": 4325, "bg": 3688 }, + { "id": "t_shrub_peanut_season_winter", "fg": 4327, "bg": 3161 }, + { "id": "t_shrub_raspberry", "fg": 4328, "bg": 3683 }, + { "id": "t_shrub_raspberry_harvested", "fg": 4329, "bg": 3693 }, + { "id": "t_shrub_raspberry_season_summer", "fg": 4330, "bg": 3693 }, + { "id": "t_shrub_raspberry_season_autumn", "fg": 4328, "bg": 3688 }, + { "id": "t_shrub_raspberry_season_winter", "fg": 4331, "bg": 3161 }, + { "id": "t_shrub_rose", "fg": 4333, "bg": 3683 }, + { "id": "t_shrub_rose_season_summer", "fg": 4333, "bg": 3693 }, + { "id": "t_shrub_rose_harvested", "fg": 4333, "bg": 3688 }, + { "id": "t_shrub_rose_season_autumn", "fg": 4332, "bg": 3688 }, + { "id": "t_shrub_rose_season_winter", "fg": 4334, "bg": 3161 }, + { "id": "t_shrub_strawberry", "fg": 4335, "bg": 3683 }, + { "id": "t_shrub_strawberry_harvested", "fg": 4336, "bg": 3693 }, + { "id": "t_shrub_strawberry_season_summer", "fg": 4337, "bg": 3693 }, + { "id": "t_shrub_strawberry_season_autumn", "fg": 4335, "bg": 3688 }, + { "id": "t_shrub_strawberry_season_winter", "fg": 4338, "bg": 3161 }, { "id": [ "t_sidewalk", "t_sidewalk_bg_dp" ], "multitile": true, - "fg": 4331, + "fg": 4354, "additional_tiles": [ - { "id": "center", "fg": 4316 }, - { "id": "corner", "fg": [ 4318, 4320, 4319, 4317 ] }, - { "id": "t_connection", "fg": [ 4328, 4330, 4329, 4327 ] }, - { "id": "edge", "fg": [ 4322, 4321 ] }, - { "id": "end_piece", "fg": [ 4324, 4326, 4325, 4323 ] }, - { "id": "unconnected", "fg": 4331 } + { "id": "center", "fg": 4339 }, + { "id": "corner", "fg": [ 4341, 4343, 4342, 4340 ] }, + { "id": "t_connection", "fg": [ 4351, 4353, 4352, 4350 ] }, + { "id": "edge", "fg": [ 4345, 4344 ] }, + { "id": "end_piece", "fg": [ 4347, 4349, 4348, 4346 ] }, + { "id": "unconnected", "fg": 4354 } ] }, - { "id": "t_sidewalk_season_winter", "fg": 3140 }, - { "id": "t_slime", "fg": 4332 }, + { "id": "t_sidewalk_season_winter", "fg": 3163 }, + { "id": "t_slime", "fg": 4355 }, { "id": "t_soil", - "fg": 4348, + "fg": 4371, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4333 }, - { "id": "corner", "fg": [ 4335, 4337, 4336, 4334 ] }, - { "id": "t_connection", "fg": [ 4345, 4347, 4346, 4344 ] }, - { "id": "edge", "fg": [ 4339, 4338 ] }, - { "id": "end_piece", "fg": [ 4341, 4343, 4342, 4340 ] }, - { "id": "unconnected", "fg": [ 4348, 4348 ] } + { "id": "center", "fg": 4356 }, + { "id": "corner", "fg": [ 4358, 4360, 4359, 4357 ] }, + { "id": "t_connection", "fg": [ 4368, 4370, 4369, 4367 ] }, + { "id": "edge", "fg": [ 4362, 4361 ] }, + { "id": "end_piece", "fg": [ 4364, 4366, 4365, 4363 ] }, + { "id": "unconnected", "fg": [ 4371, 4371 ] } ] }, - { "id": "t_splitrail_fencegate_c", "fg": 4349, "bg": 3660 }, - { "id": "t_splitrail_fencegate_o", "fg": 4350, "bg": 3660 }, - { "id": "t_splitrail_fencegate_c_season_summer", "fg": 4349, "bg": 3670 }, - { "id": "t_splitrail_fencegate_o_season_summer", "fg": 4350, "bg": 3670 }, - { "id": "t_splitrail_fencegate_c_season_autumn", "fg": 4349, "bg": 3665 }, - { "id": "t_splitrail_fencegate_o_season_autumn", "fg": 4350, "bg": 3665 }, - { "id": "t_splitrail_fencegate_c_season_winter", "fg": 4349, "bg": 3140 }, - { "id": "t_splitrail_fencegate_o_season_winter", "fg": 4350, "bg": 3140 }, + { "id": "t_splitrail_fencegate_c", "fg": 4372, "bg": 3683 }, + { "id": "t_splitrail_fencegate_o", "fg": 4373, "bg": 3683 }, + { "id": "t_splitrail_fencegate_c_season_summer", "fg": 4372, "bg": 3693 }, + { "id": "t_splitrail_fencegate_o_season_summer", "fg": 4373, "bg": 3693 }, + { "id": "t_splitrail_fencegate_c_season_autumn", "fg": 4372, "bg": 3688 }, + { "id": "t_splitrail_fencegate_o_season_autumn", "fg": 4373, "bg": 3688 }, + { "id": "t_splitrail_fencegate_c_season_winter", "fg": 4372, "bg": 3163 }, + { "id": "t_splitrail_fencegate_o_season_winter", "fg": 4373, "bg": 3163 }, { "id": "t_strconc_floor", "multitile": true, - "fg": 4366, + "fg": 4389, "additional_tiles": [ - { "id": "center", "fg": 4351 }, - { "id": "corner", "fg": [ 4353, 4355, 4354, 4352 ] }, - { "id": "t_connection", "fg": [ 4363, 4365, 4364, 4362 ] }, - { "id": "edge", "fg": [ 4357, 4356 ] }, - { "id": "end_piece", "fg": [ 4359, 4361, 4360, 4358 ] }, - { "id": "unconnected", "fg": 4366 } + { "id": "center", "fg": 4374 }, + { "id": "corner", "fg": [ 4376, 4378, 4377, 4375 ] }, + { "id": "t_connection", "fg": [ 4386, 4388, 4387, 4385 ] }, + { "id": "edge", "fg": [ 4380, 4379 ] }, + { "id": "end_piece", "fg": [ 4382, 4384, 4383, 4381 ] }, + { "id": "unconnected", "fg": 4389 } ] }, - { "id": "t_stump", "fg": 4367, "bg": 3660 }, - { "id": "t_stump_season_summer", "fg": 4367, "bg": 3670 }, - { "id": "t_stump_season_autumn", "fg": 4367, "bg": 3665 }, - { "id": "t_stump_season_winter", "fg": 4367, "bg": 3138 }, - { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 4368 }, { "weight": 100, "sprite": 4369 } ] }, + { "id": "t_stump", "fg": 4390, "bg": 3683 }, + { "id": "t_stump_season_summer", "fg": 4390, "bg": 3693 }, + { "id": "t_stump_season_autumn", "fg": 4390, "bg": 3688 }, + { "id": "t_stump_season_winter", "fg": 4390, "bg": 3161 }, + { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 4391 }, { "weight": 100, "sprite": 4392 } ] }, { "id": "t_thconc_floor", "fg": [ - { "weight": 1, "sprite": 4370 }, - { "weight": 1, "sprite": 4371 }, - { "weight": 1, "sprite": 4372 }, - { "weight": 1, "sprite": 4373 }, - { "weight": 1, "sprite": 4374 }, - { "weight": 1, "sprite": 4375 } + { "weight": 1, "sprite": 4393 }, + { "weight": 1, "sprite": 4394 }, + { "weight": 1, "sprite": 4395 }, + { "weight": 1, "sprite": 4396 }, + { "weight": 1, "sprite": 4397 }, + { "weight": 1, "sprite": 4398 } ] }, { "id": "t_thconc_r", "fg": [ - { "weight": 1, "sprite": 4378 }, - { "weight": 1, "sprite": 4379 }, - { "weight": 1, "sprite": 4380 }, - { "weight": 1, "sprite": 4381 }, - { "weight": 1, "sprite": 4382 }, - { "weight": 1, "sprite": 4383 } + { "weight": 1, "sprite": 4401 }, + { "weight": 1, "sprite": 4402 }, + { "weight": 1, "sprite": 4403 }, + { "weight": 1, "sprite": 4404 }, + { "weight": 1, "sprite": 4405 }, + { "weight": 1, "sprite": 4406 } ] }, { "id": "t_thconc_y", "fg": [ - { "weight": 1, "sprite": 4384 }, - { "weight": 1, "sprite": 4385 }, - { "weight": 1, "sprite": 4386 }, - { "weight": 1, "sprite": 4387 }, - { "weight": 1, "sprite": 4388 }, - { "weight": 1, "sprite": 4389 } - ] - }, - { "id": "t_underbrush", "fg": 4390, "bg": 3660 }, - { "id": "t_underbrush_harvested_spring", "fg": 4391, "bg": 3660 }, - { "id": "t_underbrush_season_summer", "fg": 4390, "bg": 3670 }, - { "id": "t_underbrush_harvested_summer", "fg": 4391, "bg": 3670 }, - { "id": "t_underbrush_season_autumn", "fg": 4390, "bg": 3665 }, - { "id": "t_underbrush_harvested_autumn", "fg": 4391, "bg": 3665 }, - { "id": "t_underbrush_harvested_winter", "fg": 4391, "bg": 3138 }, - { "id": "t_underbrush_season_winter", "fg": 4390, "bg": 3138 }, + { "weight": 1, "sprite": 4407 }, + { "weight": 1, "sprite": 4408 }, + { "weight": 1, "sprite": 4409 }, + { "weight": 1, "sprite": 4410 }, + { "weight": 1, "sprite": 4411 }, + { "weight": 1, "sprite": 4412 } + ] + }, + { "id": "t_underbrush", "fg": 4413, "bg": 3683 }, + { "id": "t_underbrush_harvested_spring", "fg": 4414, "bg": 3683 }, + { "id": "t_underbrush_season_summer", "fg": 4413, "bg": 3693 }, + { "id": "t_underbrush_harvested_summer", "fg": 4414, "bg": 3693 }, + { "id": "t_underbrush_season_autumn", "fg": 4413, "bg": 3688 }, + { "id": "t_underbrush_harvested_autumn", "fg": 4414, "bg": 3688 }, + { "id": "t_underbrush_harvested_winter", "fg": 4414, "bg": 3161 }, + { "id": "t_underbrush_season_winter", "fg": 4413, "bg": 3161 }, { "id": "t_wall", "multitile": true, - "fg": 4407, + "fg": 4430, "additional_tiles": [ - { "id": "center", "fg": 4392 }, - { "id": "corner", "fg": [ 4394, 4396, 4395, 4393 ] }, - { "id": "t_connection", "fg": [ 4404, 4406, 4405, 4403 ] }, - { "id": "edge", "fg": [ 4398, 4397 ] }, - { "id": "end_piece", "fg": [ 4400, 4402, 4401, 4399 ] }, - { "id": "unconnected", "fg": 4407 } + { "id": "center", "fg": 4415 }, + { "id": "corner", "fg": [ 4417, 4419, 4418, 4416 ] }, + { "id": "t_connection", "fg": [ 4427, 4429, 4428, 4426 ] }, + { "id": "edge", "fg": [ 4421, 4420 ] }, + { "id": "end_piece", "fg": [ 4423, 4425, 4424, 4422 ] }, + { "id": "unconnected", "fg": 4430 } ] }, { "id": "t_wall_b", "multitile": true, - "fg": 4423, + "fg": 4446, "additional_tiles": [ - { "id": "center", "fg": 4408 }, - { "id": "corner", "fg": [ 4410, 4412, 4411, 4409 ] }, - { "id": "t_connection", "fg": [ 4420, 4422, 4421, 4419 ] }, - { "id": "edge", "fg": [ 4414, 4413 ] }, - { "id": "end_piece", "fg": [ 4416, 4418, 4417, 4415 ] }, - { "id": "unconnected", "fg": 4423 } + { "id": "center", "fg": 4431 }, + { "id": "corner", "fg": [ 4433, 4435, 4434, 4432 ] }, + { "id": "t_connection", "fg": [ 4443, 4445, 4444, 4442 ] }, + { "id": "edge", "fg": [ 4437, 4436 ] }, + { "id": "end_piece", "fg": [ 4439, 4441, 4440, 4438 ] }, + { "id": "unconnected", "fg": 4446 } ] }, { "id": "t_wall_g", "multitile": true, - "fg": 4439, + "fg": 4462, "additional_tiles": [ - { "id": "center", "fg": 4424 }, - { "id": "corner", "fg": [ 4426, 4428, 4427, 4425 ] }, - { "id": "t_connection", "fg": [ 4436, 4438, 4437, 4435 ] }, - { "id": "edge", "fg": [ 4430, 4429 ] }, - { "id": "end_piece", "fg": [ 4432, 4434, 4433, 4431 ] }, - { "id": "unconnected", "fg": 4439 } + { "id": "center", "fg": 4447 }, + { "id": "corner", "fg": [ 4449, 4451, 4450, 4448 ] }, + { "id": "t_connection", "fg": [ 4459, 4461, 4460, 4458 ] }, + { "id": "edge", "fg": [ 4453, 4452 ] }, + { "id": "end_piece", "fg": [ 4455, 4457, 4456, 4454 ] }, + { "id": "unconnected", "fg": 4462 } ] }, { "id": [ "t_wall_glass", "t_wall_glass_alarm" ], "multitile": true, - "fg": 4455, + "fg": 4478, "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": "center", "fg": 4463 }, + { "id": "corner", "fg": [ 4465, 4467, 4466, 4464 ] }, + { "id": "t_connection", "fg": [ 4475, 4477, 4476, 4474 ] }, + { "id": "edge", "fg": [ 4469, 4468 ] }, + { "id": "end_piece", "fg": [ 4471, 4473, 4472, 4470 ] }, + { "id": "unconnected", "fg": 4478 } ] }, { "id": "t_wall_log", "multitile": true, - "fg": 4471, - "bg": 3660, + "fg": 4494, + "bg": 3683, "additional_tiles": [ - { "id": "center", "fg": 4456 }, - { "id": "corner", "fg": [ 4458, 4460, 4459, 4457 ] }, - { "id": "t_connection", "fg": [ 4468, 4470, 4469, 4467 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4462, 4461 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4464, 4466, 4465, 4463 ] }, - { "bg": 3660, "id": "unconnected", "fg": 4471 } + { "id": "center", "fg": 4479 }, + { "id": "corner", "fg": [ 4481, 4483, 4482, 4480 ] }, + { "id": "t_connection", "fg": [ 4491, 4493, 4492, 4490 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4485, 4484 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4487, 4489, 4488, 4486 ] }, + { "bg": 3683, "id": "unconnected", "fg": 4494 } ] }, { "id": "t_wall_metal", - "fg": 4487, + "fg": 4510, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4472 }, - { "id": "corner", "fg": [ 4474, 4476, 4475, 4473 ] }, - { "id": "t_connection", "fg": [ 4484, 4486, 4485, 4483 ] }, - { "id": "edge", "fg": [ 4478, 4477 ] }, - { "id": "end_piece", "fg": [ 4480, 4482, 4481, 4479 ] }, - { "id": "unconnected", "fg": [ 4487, 4487 ] } + { "id": "center", "fg": 4495 }, + { "id": "corner", "fg": [ 4497, 4499, 4498, 4496 ] }, + { "id": "t_connection", "fg": [ 4507, 4509, 4508, 4506 ] }, + { "id": "edge", "fg": [ 4501, 4500 ] }, + { "id": "end_piece", "fg": [ 4503, 4505, 4504, 4502 ] }, + { "id": "unconnected", "fg": [ 4510, 4510 ] } ] }, { "id": "t_wall_metal_corrugated", - "fg": 4503, + "fg": 4526, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4488 }, - { "id": "corner", "fg": [ 4490, 4492, 4491, 4489 ] }, - { "id": "t_connection", "fg": [ 4500, 4502, 4501, 4499 ] }, - { "id": "edge", "fg": [ 4494, 4493 ] }, - { "id": "end_piece", "fg": [ 4496, 4498, 4497, 4495 ] }, - { "id": "unconnected", "fg": [ 4503, 4503 ] } + { "id": "center", "fg": 4511 }, + { "id": "corner", "fg": [ 4513, 4515, 4514, 4512 ] }, + { "id": "t_connection", "fg": [ 4523, 4525, 4524, 4522 ] }, + { "id": "edge", "fg": [ 4517, 4516 ] }, + { "id": "end_piece", "fg": [ 4519, 4521, 4520, 4518 ] }, + { "id": "unconnected", "fg": [ 4526, 4526 ] } ] }, { "id": "t_wall_p", "multitile": true, - "fg": 4519, + "fg": 4542, "additional_tiles": [ - { "id": "center", "fg": 4504 }, - { "id": "corner", "fg": [ 4506, 4508, 4507, 4505 ] }, - { "id": "t_connection", "fg": [ 4516, 4518, 4517, 4515 ] }, - { "id": "edge", "fg": [ 4510, 4509 ] }, - { "id": "end_piece", "fg": [ 4512, 4514, 4513, 4511 ] }, - { "id": "unconnected", "fg": 4519 } + { "id": "center", "fg": 4527 }, + { "id": "corner", "fg": [ 4529, 4531, 4530, 4528 ] }, + { "id": "t_connection", "fg": [ 4539, 4541, 4540, 4538 ] }, + { "id": "edge", "fg": [ 4533, 4532 ] }, + { "id": "end_piece", "fg": [ 4535, 4537, 4536, 4534 ] }, + { "id": "unconnected", "fg": 4542 } ] }, { "id": "t_wall_r", "multitile": true, - "fg": 4535, + "fg": 4558, "additional_tiles": [ - { "id": "center", "fg": 4520 }, - { "id": "corner", "fg": [ 4522, 4524, 4523, 4521 ] }, - { "id": "t_connection", "fg": [ 4532, 4534, 4533, 4531 ] }, - { "id": "edge", "fg": [ 4526, 4525 ] }, - { "id": "end_piece", "fg": [ 4528, 4530, 4529, 4527 ] }, - { "id": "unconnected", "fg": 4535 } + { "id": "center", "fg": 4543 }, + { "id": "corner", "fg": [ 4545, 4547, 4546, 4544 ] }, + { "id": "t_connection", "fg": [ 4555, 4557, 4556, 4554 ] }, + { "id": "edge", "fg": [ 4549, 4548 ] }, + { "id": "end_piece", "fg": [ 4551, 4553, 4552, 4550 ] }, + { "id": "unconnected", "fg": 4558 } ] }, { "id": "t_wall_rammed_earth", - "fg": 4551, + "fg": 4574, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4536 }, - { "id": "corner", "fg": [ 4538, 4540, 4539, 4537 ] }, - { "id": "t_connection", "fg": [ 4548, 4550, 4549, 4547 ] }, - { "id": "edge", "fg": [ 4542, 4541 ] }, - { "id": "end_piece", "fg": [ 4544, 4546, 4545, 4543 ] }, - { "id": "unconnected", "fg": [ 4551, 4551 ] } + { "id": "center", "fg": 4559 }, + { "id": "corner", "fg": [ 4561, 4563, 4562, 4560 ] }, + { "id": "t_connection", "fg": [ 4571, 4573, 4572, 4570 ] }, + { "id": "edge", "fg": [ 4565, 4564 ] }, + { "id": "end_piece", "fg": [ 4567, 4569, 4568, 4566 ] }, + { "id": "unconnected", "fg": [ 4574, 4574 ] } ] }, { "id": "t_wall_resin", "multitile": true, - "fg": 4569, + "fg": 4592, "additional_tiles": [ - { "id": "center", "fg": 4554 }, - { "id": "corner", "fg": [ 4556, 4558, 4557, 4555 ] }, - { "id": "t_connection", "fg": [ 4566, 4568, 4567, 4565 ] }, - { "id": "edge", "fg": [ 4560, 4559 ] }, - { "id": "end_piece", "fg": [ 4562, 4564, 4563, 4561 ] }, - { "id": "unconnected", "fg": 4569 } + { "id": "center", "fg": 4577 }, + { "id": "corner", "fg": [ 4579, 4581, 4580, 4578 ] }, + { "id": "t_connection", "fg": [ 4589, 4591, 4590, 4588 ] }, + { "id": "edge", "fg": [ 4583, 4582 ] }, + { "id": "end_piece", "fg": [ 4585, 4587, 4586, 4584 ] }, + { "id": "unconnected", "fg": 4592 } ] }, - { "id": "t_resin_hole_c", "fg": 4552 }, - { "id": "t_resin_hole_o", "fg": 4553 }, + { "id": "t_resin_hole_c", "fg": 4575 }, + { "id": "t_resin_hole_o", "fg": 4576 }, { "id": "t_wall_w", "multitile": true, - "fg": 4586, + "fg": 4609, "additional_tiles": [ - { "id": "center", "fg": 4571 }, - { "id": "corner", "fg": [ 4573, 4575, 4574, 4572 ] }, - { "id": "t_connection", "fg": [ 4583, 4585, 4584, 4582 ] }, - { "id": "edge", "fg": [ 4577, 4576 ] }, - { "id": "end_piece", "fg": [ 4579, 4581, 4580, 4578 ] }, - { "id": "unconnected", "fg": 4586 } + { "id": "center", "fg": 4594 }, + { "id": "corner", "fg": [ 4596, 4598, 4597, 4595 ] }, + { "id": "t_connection", "fg": [ 4606, 4608, 4607, 4605 ] }, + { "id": "edge", "fg": [ 4600, 4599 ] }, + { "id": "end_piece", "fg": [ 4602, 4604, 4603, 4601 ] }, + { "id": "unconnected", "fg": 4609 } ] }, { "id": [ "t_wall_wood", "t_wall_wood_chipped", "t_wall_wood_broken" ], "multitile": true, - "fg": 4602, + "fg": 4625, "additional_tiles": [ - { "id": "center", "fg": 4587 }, - { "id": "corner", "fg": [ 4589, 4591, 4590, 4588 ] }, - { "id": "t_connection", "fg": [ 4599, 4601, 4600, 4598 ] }, - { "id": "edge", "fg": [ 4593, 4592 ] }, - { "id": "end_piece", "fg": [ 4595, 4597, 4596, 4594 ] }, - { "id": "unconnected", "fg": 4602 } + { "id": "center", "fg": 4610 }, + { "id": "corner", "fg": [ 4612, 4614, 4613, 4611 ] }, + { "id": "t_connection", "fg": [ 4622, 4624, 4623, 4621 ] }, + { "id": "edge", "fg": [ 4616, 4615 ] }, + { "id": "end_piece", "fg": [ 4618, 4620, 4619, 4617 ] }, + { "id": "unconnected", "fg": 4625 } ] }, { "id": "t_wall_y", "multitile": true, - "fg": 4618, + "fg": 4641, "additional_tiles": [ - { "id": "center", "fg": 4603 }, - { "id": "corner", "fg": [ 4605, 4607, 4606, 4604 ] }, - { "id": "t_connection", "fg": [ 4615, 4617, 4616, 4614 ] }, - { "id": "edge", "fg": [ 4609, 4608 ] }, - { "id": "end_piece", "fg": [ 4611, 4613, 4612, 4610 ] }, - { "id": "unconnected", "fg": 4618 } + { "id": "center", "fg": 4626 }, + { "id": "corner", "fg": [ 4628, 4630, 4629, 4627 ] }, + { "id": "t_connection", "fg": [ 4638, 4640, 4639, 4637 ] }, + { "id": "edge", "fg": [ 4632, 4631 ] }, + { "id": "end_piece", "fg": [ 4634, 4636, 4635, 4633 ] }, + { "id": "unconnected", "fg": 4641 } ] }, { "id": [ "t_water_dp", "t_swater_dp" ], "multitile": true, - "fg": 4637, - "bg": 3660, + "fg": 4660, + "bg": 3683, "additional_tiles": [ { "id": "center", - "bg": 3660, + "bg": 3683, "fg": [ - { "weight": 1, "sprite": 4619 }, - { "weight": 1, "sprite": 4620 }, - { "weight": 1, "sprite": 4621 }, - { "weight": 1, "sprite": 4622 } + { "weight": 1, "sprite": 4642 }, + { "weight": 1, "sprite": 4643 }, + { "weight": 1, "sprite": 4644 }, + { "weight": 1, "sprite": 4645 } ] }, - { "id": "corner", "bg": 3660, "fg": [ 4624, 4626, 4625, 4623 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 4634, 4636, 4635, 4633 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4628, 4627 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4630, 4632, 4631, 4629 ] }, - { "bg": 3660, "id": "unconnected", "fg": 4637 } + { "id": "corner", "bg": 3683, "fg": [ 4647, 4649, 4648, 4646 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 4657, 4659, 4658, 4656 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4651, 4650 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "bg": 3683, "id": "unconnected", "fg": 4660 } ] }, { "id": [ "t_water_dp_season_summer", "t_swater_dp_season_summer" ], "multitile": true, - "fg": 4637, - "bg": 3670, + "fg": 4660, + "bg": 3693, "additional_tiles": [ { "id": "center", - "bg": 3670, - "fg": [ { "weight": 1, "sprite": 4619 }, { "weight": 1, "sprite": 4620 }, { "weight": 1, "sprite": 4621 } ] + "bg": 3693, + "fg": [ { "weight": 1, "sprite": 4642 }, { "weight": 1, "sprite": 4643 }, { "weight": 1, "sprite": 4644 } ] }, - { "id": "corner", "bg": 3670, "fg": [ 4624, 4626, 4625, 4623 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 4634, 4636, 4635, 4633 ] }, - { "id": "edge", "bg": 3670, "fg": [ 4628, 4627 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 4630, 4632, 4631, 4629 ] }, - { "bg": 3670, "id": "unconnected", "fg": 4637 } + { "id": "corner", "bg": 3693, "fg": [ 4647, 4649, 4648, 4646 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 4657, 4659, 4658, 4656 ] }, + { "id": "edge", "bg": 3693, "fg": [ 4651, 4650 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "bg": 3693, "id": "unconnected", "fg": 4660 } ] }, { "id": [ "t_water_dp_season_autumn", "t_swater_dp_season_autumn" ], "multitile": true, - "fg": 4637, - "bg": 3665, + "fg": 4660, + "bg": 3688, "additional_tiles": [ { "id": "center", - "bg": 3665, - "fg": [ { "weight": 1, "sprite": 4619 }, { "weight": 1, "sprite": 4620 }, { "weight": 1, "sprite": 4621 } ] + "bg": 3688, + "fg": [ { "weight": 1, "sprite": 4642 }, { "weight": 1, "sprite": 4643 }, { "weight": 1, "sprite": 4644 } ] }, - { "id": "corner", "bg": 3665, "fg": [ 4624, 4626, 4625, 4623 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 4634, 4636, 4635, 4633 ] }, - { "id": "edge", "bg": 3665, "fg": [ 4628, 4627 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 4630, 4632, 4631, 4629 ] }, - { "bg": 3665, "id": "unconnected", "fg": 4637 } + { "id": "corner", "bg": 3688, "fg": [ 4647, 4649, 4648, 4646 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 4657, 4659, 4658, 4656 ] }, + { "id": "edge", "bg": 3688, "fg": [ 4651, 4650 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "bg": 3688, "id": "unconnected", "fg": 4660 } ] }, { "id": [ "t_water_dp_season_winter", "t_swater_dp_season_winter" ], "multitile": true, - "fg": 4637, - "bg": 3140, + "fg": 4660, + "bg": 3163, "additional_tiles": [ { "id": "center", - "bg": 3140, - "fg": [ { "weight": 1, "sprite": 4619 }, { "weight": 1, "sprite": 4620 }, { "weight": 1, "sprite": 4621 } ] + "bg": 3163, + "fg": [ { "weight": 1, "sprite": 4642 }, { "weight": 1, "sprite": 4643 }, { "weight": 1, "sprite": 4644 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 4624, 4626, 4625, 4623 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 4634, 4636, 4635, 4633 ] }, - { "id": "edge", "bg": 3140, "fg": [ 4628, 4627 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 4630, 4632, 4631, 4629 ] }, - { "bg": 3140, "id": "unconnected", "fg": 4637 } + { "id": "corner", "bg": 3163, "fg": [ 4647, 4649, 4648, 4646 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 4657, 4659, 4658, 4656 ] }, + { "id": "edge", "bg": 3163, "fg": [ 4651, 4650 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "bg": 3163, "id": "unconnected", "fg": 4660 } ] }, { "id": "t_water_hot", - "fg": 4653, - "bg": 3660, + "fg": 4676, + "bg": 3683, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4638, "bg": 3660 }, - { "id": "corner", "fg": [ 4640, 4642, 4641, 4639 ], "bg": 3660 }, - { "id": "t_connection", "fg": [ 4650, 4652, 4651, 4649 ], "bg": 3660 }, - { "id": "edge", "fg": [ 4644, 4643 ], "bg": 3660 }, - { "id": "end_piece", "fg": [ 4646, 4648, 4647, 4645 ], "bg": 3660 }, - { "id": "unconnected", "fg": [ 4653, 4653 ], "bg": 3660 } + { "id": "center", "fg": 4661, "bg": 3683 }, + { "id": "corner", "fg": [ 4663, 4665, 4664, 4662 ], "bg": 3683 }, + { "id": "t_connection", "fg": [ 4673, 4675, 4674, 4672 ], "bg": 3683 }, + { "id": "edge", "fg": [ 4667, 4666 ], "bg": 3683 }, + { "id": "end_piece", "fg": [ 4669, 4671, 4670, 4668 ], "bg": 3683 }, + { "id": "unconnected", "fg": [ 4676, 4676 ], "bg": 3683 } ] }, { "id": "t_water_hot_season_summer", - "fg": 4653, - "bg": 3670, + "fg": 4676, + "bg": 3693, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4638, "bg": 3670 }, - { "id": "corner", "fg": [ 4640, 4642, 4641, 4639 ], "bg": 3670 }, - { "id": "t_connection", "fg": [ 4650, 4652, 4651, 4649 ], "bg": 3670 }, - { "id": "edge", "fg": [ 4644, 4643 ], "bg": 3670 }, - { "id": "end_piece", "fg": [ 4646, 4648, 4647, 4645 ], "bg": 3670 }, - { "id": "unconnected", "fg": [ 4653, 4653 ], "bg": 3670 } + { "id": "center", "fg": 4661, "bg": 3693 }, + { "id": "corner", "fg": [ 4663, 4665, 4664, 4662 ], "bg": 3693 }, + { "id": "t_connection", "fg": [ 4673, 4675, 4674, 4672 ], "bg": 3693 }, + { "id": "edge", "fg": [ 4667, 4666 ], "bg": 3693 }, + { "id": "end_piece", "fg": [ 4669, 4671, 4670, 4668 ], "bg": 3693 }, + { "id": "unconnected", "fg": [ 4676, 4676 ], "bg": 3693 } ] }, { "id": "t_water_hot_season_autumn", - "fg": 4653, - "bg": 3665, + "fg": 4676, + "bg": 3688, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4638, "bg": 3665 }, - { "id": "corner", "fg": [ 4640, 4642, 4641, 4639 ], "bg": 3665 }, - { "id": "t_connection", "fg": [ 4650, 4652, 4651, 4649 ], "bg": 3665 }, - { "id": "edge", "fg": [ 4644, 4643 ], "bg": 3665 }, - { "id": "end_piece", "fg": [ 4646, 4648, 4647, 4645 ], "bg": 3665 }, - { "id": "unconnected", "fg": [ 4653, 4653 ], "bg": 3665 } + { "id": "center", "fg": 4661, "bg": 3688 }, + { "id": "corner", "fg": [ 4663, 4665, 4664, 4662 ], "bg": 3688 }, + { "id": "t_connection", "fg": [ 4673, 4675, 4674, 4672 ], "bg": 3688 }, + { "id": "edge", "fg": [ 4667, 4666 ], "bg": 3688 }, + { "id": "end_piece", "fg": [ 4669, 4671, 4670, 4668 ], "bg": 3688 }, + { "id": "unconnected", "fg": [ 4676, 4676 ], "bg": 3688 } ] }, { "id": "t_water_hot_season_winter", - "fg": 4653, - "bg": 3140, + "fg": 4676, + "bg": 3163, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4638, "bg": 3140 }, - { "id": "corner", "fg": [ 4640, 4642, 4641, 4639 ], "bg": 3140 }, - { "id": "t_connection", "fg": [ 4650, 4652, 4651, 4649 ], "bg": 3140 }, - { "id": "edge", "fg": [ 4644, 4643 ], "bg": 3140 }, - { "id": "end_piece", "fg": [ 4646, 4648, 4647, 4645 ], "bg": 3140 }, - { "id": "unconnected", "fg": [ 4653, 4653 ], "bg": 3140 } + { "id": "center", "fg": 4661, "bg": 3163 }, + { "id": "corner", "fg": [ 4663, 4665, 4664, 4662 ], "bg": 3163 }, + { "id": "t_connection", "fg": [ 4673, 4675, 4674, 4672 ], "bg": 3163 }, + { "id": "edge", "fg": [ 4667, 4666 ], "bg": 3163 }, + { "id": "end_piece", "fg": [ 4669, 4671, 4670, 4668 ], "bg": 3163 }, + { "id": "unconnected", "fg": [ 4676, 4676 ], "bg": 3163 } ] }, { "id": [ "t_water_moving_dp", "t_swater_moving_dp" ], "multitile": true, - "fg": 4670, - "bg": 3660, + "fg": 4693, + "bg": 3683, "additional_tiles": [ - { "id": "center", "bg": 3660, "fg": [ { "weight": 1, "sprite": 4654 }, { "weight": 1, "sprite": 4655 } ] }, - { "id": "corner", "bg": 3660, "fg": [ 4657, 4659, 4658, 4656 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 4667, 4669, 4668, 4666 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4661, 4660 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4663, 4665, 4664, 4662 ] }, - { "bg": 3660, "id": "unconnected", "fg": 4670 } + { "id": "center", "bg": 3683, "fg": [ { "weight": 1, "sprite": 4677 }, { "weight": 1, "sprite": 4678 } ] }, + { "id": "corner", "bg": 3683, "fg": [ 4680, 4682, 4681, 4679 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 4690, 4692, 4691, 4689 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4684, 4683 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4686, 4688, 4687, 4685 ] }, + { "bg": 3683, "id": "unconnected", "fg": 4693 } ] }, { "id": [ "t_water_moving_dp_season_summer", "t_swater_moving_dp_season_summer" ], "multitile": true, - "fg": 4670, - "bg": 3670, + "fg": 4693, + "bg": 3693, "additional_tiles": [ - { "id": "center", "bg": 3670, "fg": [ { "weight": 1, "sprite": 4654 }, { "weight": 1, "sprite": 4655 } ] }, - { "id": "corner", "bg": 3670, "fg": [ 4657, 4659, 4658, 4656 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 4667, 4669, 4668, 4666 ] }, - { "id": "edge", "bg": 3670, "fg": [ 4661, 4660 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 4663, 4665, 4664, 4662 ] }, - { "bg": 3670, "id": "unconnected", "fg": 4670 } + { "id": "center", "bg": 3693, "fg": [ { "weight": 1, "sprite": 4677 }, { "weight": 1, "sprite": 4678 } ] }, + { "id": "corner", "bg": 3693, "fg": [ 4680, 4682, 4681, 4679 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 4690, 4692, 4691, 4689 ] }, + { "id": "edge", "bg": 3693, "fg": [ 4684, 4683 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 4686, 4688, 4687, 4685 ] }, + { "bg": 3693, "id": "unconnected", "fg": 4693 } ] }, { "id": [ "t_water_moving_dp_season_autumn", "t_swater_moving_dp_season_autumn" ], "multitile": true, - "fg": 4670, - "bg": 3665, + "fg": 4693, + "bg": 3688, "additional_tiles": [ - { "id": "center", "bg": 3665, "fg": [ { "weight": 1, "sprite": 4654 }, { "weight": 1, "sprite": 4655 } ] }, - { "id": "corner", "bg": 3665, "fg": [ 4657, 4659, 4658, 4656 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 4667, 4669, 4668, 4666 ] }, - { "id": "edge", "bg": 3665, "fg": [ 4661, 4660 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 4663, 4665, 4664, 4662 ] }, - { "bg": 3665, "id": "unconnected", "fg": 4670 } + { "id": "center", "bg": 3688, "fg": [ { "weight": 1, "sprite": 4677 }, { "weight": 1, "sprite": 4678 } ] }, + { "id": "corner", "bg": 3688, "fg": [ 4680, 4682, 4681, 4679 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 4690, 4692, 4691, 4689 ] }, + { "id": "edge", "bg": 3688, "fg": [ 4684, 4683 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 4686, 4688, 4687, 4685 ] }, + { "bg": 3688, "id": "unconnected", "fg": 4693 } ] }, { "id": [ "t_water_moving_dp_season_winter", "t_swater_moving_dp_season_winter" ], "multitile": true, - "fg": 4670, - "bg": 3140, + "fg": 4693, + "bg": 3163, "additional_tiles": [ - { "id": "center", "bg": 3140, "fg": [ { "weight": 1, "sprite": 4654 }, { "weight": 1, "sprite": 4655 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 4657, 4659, 4658, 4656 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 4667, 4669, 4668, 4666 ] }, - { "id": "edge", "bg": 3140, "fg": [ 4661, 4660 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 4663, 4665, 4664, 4662 ] }, - { "bg": 3140, "id": "unconnected", "fg": 4670 } + { "id": "center", "bg": 3163, "fg": [ { "weight": 1, "sprite": 4677 }, { "weight": 1, "sprite": 4678 } ] }, + { "id": "corner", "bg": 3163, "fg": [ 4680, 4682, 4681, 4679 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 4690, 4692, 4691, 4689 ] }, + { "id": "edge", "bg": 3163, "fg": [ 4684, 4683 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 4686, 4688, 4687, 4685 ] }, + { "bg": 3163, "id": "unconnected", "fg": 4693 } ] }, { "id": [ "t_water_moving_sh", "t_swater_moving_sh" ], "multitile": true, - "fg": 4689, - "bg": 3660, + "fg": 4712, + "bg": 3683, "additional_tiles": [ { "id": "center", - "bg": 3660, + "bg": 3683, "fg": [ - { "weight": 1, "sprite": 4671 }, - { "weight": 1, "sprite": 4672 }, - { "weight": 1, "sprite": 4673 }, - { "weight": 1, "sprite": 4674 } + { "weight": 1, "sprite": 4694 }, + { "weight": 1, "sprite": 4695 }, + { "weight": 1, "sprite": 4696 }, + { "weight": 1, "sprite": 4697 } ] }, - { "id": "corner", "bg": 3660, "fg": [ 4676, 4678, 4677, 4675 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 4686, 4688, 4687, 4685 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4680, 4679 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4682, 4684, 4683, 4681 ] }, - { "bg": 3660, "id": "unconnected", "fg": 4689 } + { "id": "corner", "bg": 3683, "fg": [ 4699, 4701, 4700, 4698 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 4709, 4711, 4710, 4708 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4703, 4702 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4705, 4707, 4706, 4704 ] }, + { "bg": 3683, "id": "unconnected", "fg": 4712 } ] }, { "id": [ "t_water_moving_sh_season_summer", "t_swater_moving_sh_season_summer" ], "multitile": true, - "fg": 4689, - "bg": 3670, + "fg": 4712, + "bg": 3693, "additional_tiles": [ { "id": "center", - "bg": 3670, + "bg": 3693, "fg": [ - { "weight": 1, "sprite": 4671 }, - { "weight": 1, "sprite": 4672 }, - { "weight": 1, "sprite": 4673 }, - { "weight": 1, "sprite": 4674 } + { "weight": 1, "sprite": 4694 }, + { "weight": 1, "sprite": 4695 }, + { "weight": 1, "sprite": 4696 }, + { "weight": 1, "sprite": 4697 } ] }, - { "id": "corner", "bg": 3670, "fg": [ 4676, 4678, 4677, 4675 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 4686, 4688, 4687, 4685 ] }, - { "id": "edge", "bg": 3670, "fg": [ 4680, 4679 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 4682, 4684, 4683, 4681 ] }, - { "bg": 3670, "id": "unconnected", "fg": 4689 } + { "id": "corner", "bg": 3693, "fg": [ 4699, 4701, 4700, 4698 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 4709, 4711, 4710, 4708 ] }, + { "id": "edge", "bg": 3693, "fg": [ 4703, 4702 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 4705, 4707, 4706, 4704 ] }, + { "bg": 3693, "id": "unconnected", "fg": 4712 } ] }, { "id": [ "t_water_moving_sh_season_autumn", "t_swater_moving_sh_season_autumn" ], "multitile": true, - "fg": 4689, - "bg": 3665, + "fg": 4712, + "bg": 3688, "additional_tiles": [ { "id": "center", - "bg": 3665, + "bg": 3688, "fg": [ - { "weight": 1, "sprite": 4671 }, - { "weight": 1, "sprite": 4672 }, - { "weight": 1, "sprite": 4673 }, - { "weight": 1, "sprite": 4674 } + { "weight": 1, "sprite": 4694 }, + { "weight": 1, "sprite": 4695 }, + { "weight": 1, "sprite": 4696 }, + { "weight": 1, "sprite": 4697 } ] }, - { "id": "corner", "bg": 3665, "fg": [ 4676, 4678, 4677, 4675 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 4686, 4688, 4687, 4685 ] }, - { "id": "edge", "bg": 3665, "fg": [ 4680, 4679 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 4682, 4684, 4683, 4681 ] }, - { "bg": 3665, "id": "unconnected", "fg": 4689 } + { "id": "corner", "bg": 3688, "fg": [ 4699, 4701, 4700, 4698 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 4709, 4711, 4710, 4708 ] }, + { "id": "edge", "bg": 3688, "fg": [ 4703, 4702 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 4705, 4707, 4706, 4704 ] }, + { "bg": 3688, "id": "unconnected", "fg": 4712 } ] }, { "id": [ "t_water_moving_sh_season_winter", "t_swater_moving_sh_season_winter" ], "multitile": true, - "fg": 4689, - "bg": 3140, + "fg": 4712, + "bg": 3163, "additional_tiles": [ { "id": "center", - "bg": 3140, + "bg": 3163, "fg": [ - { "weight": 1, "sprite": 4671 }, - { "weight": 1, "sprite": 4672 }, - { "weight": 1, "sprite": 4673 }, - { "weight": 1, "sprite": 4674 } + { "weight": 1, "sprite": 4694 }, + { "weight": 1, "sprite": 4695 }, + { "weight": 1, "sprite": 4696 }, + { "weight": 1, "sprite": 4697 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 4676, 4678, 4677, 4675 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 4686, 4688, 4687, 4685 ] }, - { "id": "edge", "bg": 3140, "fg": [ 4680, 4679 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 4682, 4684, 4683, 4681 ] }, - { "bg": 3140, "id": "unconnected", "fg": 4689 } + { "id": "corner", "bg": 3163, "fg": [ 4699, 4701, 4700, 4698 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 4709, 4711, 4710, 4708 ] }, + { "id": "edge", "bg": 3163, "fg": [ 4703, 4702 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 4705, 4707, 4706, 4704 ] }, + { "bg": 3163, "id": "unconnected", "fg": 4712 } ] }, { "id": [ "t_water_pool", "t_water_pool_shallow" ], "multitile": true, - "fg": 4704, + "fg": 4727, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 4705 }, { "weight": 1, "sprite": 4706 }, { "weight": 1, "sprite": 4707 } ] + "fg": [ { "weight": 1, "sprite": 4728 }, { "weight": 1, "sprite": 4729 }, { "weight": 1, "sprite": 4730 } ] }, - { "id": "corner", "fg": [ 4691, 4693, 4692, 4690 ] }, - { "id": "t_connection", "fg": [ 4701, 4703, 4702, 4700 ] }, - { "id": "edge", "fg": [ 4695, 4694 ] }, - { "id": "end_piece", "fg": [ 4697, 4699, 4698, 4696 ] }, - { "id": "unconnected", "fg": [ 4704, 4704 ] } + { "id": "corner", "fg": [ 4714, 4716, 4715, 4713 ] }, + { "id": "t_connection", "fg": [ 4724, 4726, 4725, 4723 ] }, + { "id": "edge", "fg": [ 4718, 4717 ] }, + { "id": "end_piece", "fg": [ 4720, 4722, 4721, 4719 ] }, + { "id": "unconnected", "fg": [ 4727, 4727 ] } ] }, { "id": [ "t_water_sh", "t_swater_sh" ], "multitile": true, - "fg": 4723, - "bg": 3660, + "fg": 4746, + "bg": 3683, "additional_tiles": [ { "id": "center", - "bg": 3660, + "bg": 3683, "fg": [ - { "weight": 1, "sprite": 4705 }, - { "weight": 1, "sprite": 4706 }, - { "weight": 1, "sprite": 4707 }, - { "weight": 1, "sprite": 4708 } + { "weight": 1, "sprite": 4728 }, + { "weight": 1, "sprite": 4729 }, + { "weight": 1, "sprite": 4730 }, + { "weight": 1, "sprite": 4731 } ] }, - { "id": "corner", "bg": 3660, "fg": [ 4710, 4712, 4711, 4709 ] }, - { "id": "t_connection", "bg": 3660, "fg": [ 4720, 4722, 4721, 4719 ] }, - { "id": "edge", "bg": 3660, "fg": [ 4714, 4713 ] }, - { "id": "end_piece", "bg": 3660, "fg": [ 4716, 4718, 4717, 4715 ] }, - { "bg": 3660, "id": "unconnected", "fg": 4723 } + { "id": "corner", "bg": 3683, "fg": [ 4733, 4735, 4734, 4732 ] }, + { "id": "t_connection", "bg": 3683, "fg": [ 4743, 4745, 4744, 4742 ] }, + { "id": "edge", "bg": 3683, "fg": [ 4737, 4736 ] }, + { "id": "end_piece", "bg": 3683, "fg": [ 4739, 4741, 4740, 4738 ] }, + { "bg": 3683, "id": "unconnected", "fg": 4746 } ] }, { "id": [ "t_water_sh_season_summer", "t_swater_sh_season_summer" ], "multitile": true, - "fg": 4723, - "bg": 3670, + "fg": 4746, + "bg": 3693, "additional_tiles": [ { "id": "center", - "bg": 3670, - "fg": [ { "weight": 1, "sprite": 4705 }, { "weight": 1, "sprite": 4706 }, { "weight": 1, "sprite": 4707 } ] + "bg": 3693, + "fg": [ { "weight": 1, "sprite": 4728 }, { "weight": 1, "sprite": 4729 }, { "weight": 1, "sprite": 4730 } ] }, - { "id": "corner", "bg": 3670, "fg": [ 4710, 4712, 4711, 4709 ] }, - { "id": "t_connection", "bg": 3670, "fg": [ 4720, 4722, 4721, 4719 ] }, - { "id": "edge", "bg": 3670, "fg": [ 4714, 4713 ] }, - { "id": "end_piece", "bg": 3670, "fg": [ 4716, 4718, 4717, 4715 ] }, - { "bg": 3670, "id": "unconnected", "fg": 4723 } + { "id": "corner", "bg": 3693, "fg": [ 4733, 4735, 4734, 4732 ] }, + { "id": "t_connection", "bg": 3693, "fg": [ 4743, 4745, 4744, 4742 ] }, + { "id": "edge", "bg": 3693, "fg": [ 4737, 4736 ] }, + { "id": "end_piece", "bg": 3693, "fg": [ 4739, 4741, 4740, 4738 ] }, + { "bg": 3693, "id": "unconnected", "fg": 4746 } ] }, { "id": [ "t_water_sh_season_autumn", "t_swater_sh_season_autumn" ], "multitile": true, - "fg": 4723, - "bg": 3665, + "fg": 4746, + "bg": 3688, "additional_tiles": [ { "id": "center", - "bg": 3665, - "fg": [ { "weight": 1, "sprite": 4705 }, { "weight": 1, "sprite": 4706 }, { "weight": 1, "sprite": 4707 } ] + "bg": 3688, + "fg": [ { "weight": 1, "sprite": 4728 }, { "weight": 1, "sprite": 4729 }, { "weight": 1, "sprite": 4730 } ] }, - { "id": "corner", "bg": 3665, "fg": [ 4710, 4712, 4711, 4709 ] }, - { "id": "t_connection", "bg": 3665, "fg": [ 4720, 4722, 4721, 4719 ] }, - { "id": "edge", "bg": 3665, "fg": [ 4714, 4713 ] }, - { "id": "end_piece", "bg": 3665, "fg": [ 4716, 4718, 4717, 4715 ] }, - { "bg": 3665, "id": "unconnected", "fg": 4723 } + { "id": "corner", "bg": 3688, "fg": [ 4733, 4735, 4734, 4732 ] }, + { "id": "t_connection", "bg": 3688, "fg": [ 4743, 4745, 4744, 4742 ] }, + { "id": "edge", "bg": 3688, "fg": [ 4737, 4736 ] }, + { "id": "end_piece", "bg": 3688, "fg": [ 4739, 4741, 4740, 4738 ] }, + { "bg": 3688, "id": "unconnected", "fg": 4746 } ] }, { "id": [ "t_water_sh_season_winter", "t_swater_sh_season_winter" ], "multitile": true, - "fg": 4723, - "bg": 3140, + "fg": 4746, + "bg": 3163, "additional_tiles": [ { "id": "center", - "bg": 3140, - "fg": [ { "weight": 1, "sprite": 4705 }, { "weight": 1, "sprite": 4706 }, { "weight": 1, "sprite": 4707 } ] + "bg": 3163, + "fg": [ { "weight": 1, "sprite": 4728 }, { "weight": 1, "sprite": 4729 }, { "weight": 1, "sprite": 4730 } ] }, - { "id": "corner", "bg": 3140, "fg": [ 4710, 4712, 4711, 4709 ] }, - { "id": "t_connection", "bg": 3140, "fg": [ 4720, 4722, 4721, 4719 ] }, - { "id": "edge", "bg": 3140, "fg": [ 4714, 4713 ] }, - { "id": "end_piece", "bg": 3140, "fg": [ 4716, 4718, 4717, 4715 ] }, - { "bg": 3140, "id": "unconnected", "fg": 4723 } + { "id": "corner", "bg": 3163, "fg": [ 4733, 4735, 4734, 4732 ] }, + { "id": "t_connection", "bg": 3163, "fg": [ 4743, 4745, 4744, 4742 ] }, + { "id": "edge", "bg": 3163, "fg": [ 4737, 4736 ] }, + { "id": "end_piece", "bg": 3163, "fg": [ 4739, 4741, 4740, 4738 ] }, + { "bg": 3163, "id": "unconnected", "fg": 4746 } ] }, - { "id": [ "t_window", "t_window_alarm" ], "fg": 4724 }, - { "id": "t_window_empty", "fg": 4727 }, - { "id": "t_window_domestic", "fg": 4725 }, - { "id": "t_window_open", "fg": 4731 }, - { "id": "t_window_no_curtains", "fg": 4728 }, - { "id": "t_window_no_curtains_open", "fg": 4729 }, - { "id": "t_woodchips", "fg": 4733 }, - { "id": "t_woodchips_season_winter", "fg": 3140 }, + { "id": [ "t_window", "t_window_alarm" ], "fg": 4747 }, + { "id": "t_window_empty", "fg": 4750 }, + { "id": "t_window_domestic", "fg": 4748 }, + { "id": "t_window_open", "fg": 4754 }, + { "id": "t_window_no_curtains", "fg": 4751 }, + { "id": "t_window_no_curtains_open", "fg": 4752 }, + { "id": "t_woodchips", "fg": 4756 }, + { "id": "t_woodchips_season_winter", "fg": 3163 }, { "id": [ "tr_downspout_funnel", "tr_pit", "tr_lava", "tr_ledge", "tr_glass_pit", "tr_spike_pit" ], - "fg": 1184 - }, - { "id": "tr_caltrops", "fg": 4734, "bg": 4736 }, - { "id": "tr_caltrops_glass", "fg": 4734, "bg": 4737 }, - { "id": "tr_telepad", "fg": 4734, "bg": 4738 }, - { "id": "tr_beartrap", "fg": 4734, "bg": 4739 }, - { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 4740 }, { "weight": 1, "sprite": 4741 } ] }, - { "id": "tr_landmine", "fg": 4734, "bg": 4742 }, - { "id": "tr_landmine_buried", "fg": 4734, "bg": 4743 }, - { "id": "tr_nailboard", "fg": 4734, "bg": 4744 }, - { "id": "tr_portal", "fg": 4745 }, - { "id": "tr_tripwire", "fg": 4734, "bg": 4747 }, + "fg": 1200 + }, + { "id": "tr_caltrops", "fg": 4757, "bg": 4759 }, + { "id": "tr_caltrops_glass", "fg": 4757, "bg": 4760 }, + { "id": "tr_telepad", "fg": 4757, "bg": 4761 }, + { "id": "tr_beartrap", "fg": 4757, "bg": 4762 }, + { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 4763 }, { "weight": 1, "sprite": 4764 } ] }, + { "id": "tr_landmine", "fg": 4757, "bg": 4765 }, + { "id": "tr_landmine_buried", "fg": 4757, "bg": 4766 }, + { "id": "tr_nailboard", "fg": 4757, "bg": 4767 }, + { "id": "tr_portal", "fg": 4768 }, + { "id": "tr_tripwire", "fg": 4757, "bg": 4770 }, { "id": [ "vp_forklift_fork" ], - "fg": [ 4750, 4752, 4751, 4749 ], + "fg": [ 4773, 4775, 4774, 4772 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 4750, 4752, 4751, 4749 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 4773, 4775, 4774, 4772 ] } ] }, { "id": [ "vp_forklift_fork_horizontal_front" ], - "fg": [ 4751, 4749, 4750, 4752 ], + "fg": [ 4774, 4772, 4773, 4775 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 4751, 4749, 4750, 4752 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 4774, 4772, 4773, 4775 ] } ] }, { "id": "vp_saddle_motor", - "fg": [ 4754, 4756, 4755, 4753 ], + "fg": [ 4777, 4779, 4778, 4776 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 4754, 4756, 4755, 4753 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 4777, 4779, 4778, 4776 ] } ] }, { "id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], - "fg": [ 4762, 4764, 4763, 4761 ], + "fg": [ 4785, 4787, 4786, 4784 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 4762, 4764, 4763, 4761 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 4785, 4787, 4786, 4784 ] } ] }, { "id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], - "fg": [ 4758, 4760, 4759, 4757 ], + "fg": [ 4781, 4783, 4782, 4780 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 4758, 4760, 4759, 4757 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 4781, 4783, 4782, 4780 ] } ] }, { "id": [ "vp_wheel_small_scooter", "vp_wheel_small_scooter_steerable" ], - "fg": [ 4770, 4772, 4771, 4769 ], + "fg": [ 4793, 4795, 4794, 4792 ], "rotates": true }, - { "id": "vp_wheel_small_scooter_rear", "fg": [ 4766, 4768, 4767, 4765 ], "rotates": true }, + { "id": "vp_wheel_small_scooter_rear", "fg": [ 4789, 4791, 4790, 4788 ], "rotates": true }, { "id": "vp_battery_charger", - "fg": [ 4773, 4773, 4773, 4773 ], - "bg": 7395, + "fg": [ 4796, 4796, 4796, 4796 ], + "bg": 7410, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 4773, 4773, 4773, 4773 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 4796, 4796, 4796, 4796 ] } ] }, { "id": "vp_recharge_station", - "fg": [ 4774, 4774, 4774, 4774 ], - "bg": 7395, + "fg": [ 4797, 4797, 4797, 4797 ], + "bg": 7410, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 4774, 4774, 4774, 4774 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 4797, 4797, 4797, 4797 ] } ] }, { "id": "vp_spike_wood", - "fg": 4775, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 4775 } ] - }, - { "id": "fd_dazzling", "fg": 1185 }, - { "id": "fd_fatigue", "fg": 1186 }, - { "id": "fd_fire", "fg": 1187 }, - { "id": "fd_laser", "fg": 1188 }, - { "id": "fd_plasma", "fg": 1189 }, - { "id": "fd_extinguisher", "fg": 1550 }, - { "id": "fd_fungal_haze", "fg": 1551 }, - { "id": "fd_fungicidal_gas", "fg": 1552 }, - { "id": "fd_hot_air_sauna", "fg": 1553 }, - { "id": "fd_insecticidal_gas", "fg": 1554 }, - { "id": "fd_nuke_gas", "fg": 1555 }, - { "id": "fd_relax_gas", "fg": 1556 }, - { "id": "fd_smoke", "fg": 1557 }, - { "id": "fd_tear_gas", "fg": 1558 }, - { "id": "fd_toxic_gas", "fg": 1559 }, - { "id": "f_target", "fg": 1570 }, - { "id": "f_chest", "fg": 1571 }, - { "id": "f_dive_block", "fg": 1572 }, - { "id": "f_foot_locker", "fg": 1573 }, - { "id": "f_sand_castle", "fg": 1574 }, - { "id": "f_shredder", "fg": 1575 }, - { "id": "f_tourist_table", "fg": 1576 }, - { "id": "f_exodii_pump", "fg": 1583 }, - { "id": "f_beaded_door", "fg": 1607 }, - { "id": "f_beaded_door_o", "fg": 1608 }, - { "id": "f_black_eyed_susan", "fg": 1641 }, - { "id": "f_chimney", "fg": 1673 }, - { "id": "f_curtain", "fg": 1707 }, - { "id": "f_curtain_open", "fg": 1708 }, - { "id": "f_lily", "fg": 1753 }, - { "id": "f_skin_groundsheet", "fg": 1886 }, - { "id": "acidchitin_plate", "fg": 1965 }, - { "id": "acoustic_guitar", "fg": 1966 }, - { "id": "alloy_plate", "fg": 1967 }, - { "id": "armor_lorica", "fg": 1968 }, - { "id": "banjo", "fg": 1969 }, - { "id": "bionic_general", "fg": 1970 }, - { "id": "bodypillow", "fg": 1971 }, - { "id": "bookplate", "fg": 1972 }, - { "id": "bot_copbot", "fg": 1973 }, - { "id": "bot_riotbot", "fg": 1974 }, - { "id": "broken_copbot", "fg": 1975 }, - { "id": "broken_riotbot", "fg": 1976 }, - { "id": "chainmail_hauberk", "fg": 1977 }, - { "id": "char_smoker", "fg": 1978 }, - { "id": "dehydrator", "fg": 1979 }, - { "id": "folding_poncho_on", "fg": 1980 }, - { "id": "gambeson", "fg": 1981 }, - { "id": "glass_sheet", "fg": 1982 }, - { "id": "gown", "fg": 1983 }, - { "id": "guitar_electric", "fg": 1984 }, - { "id": "hand_paddles", "fg": 1986 }, - { "id": "i4_combustion", "fg": 1987 }, - { "id": "inflatable_boat", "fg": 1988 }, - { "id": "inflatable_section", "fg": 1989 }, - { "id": "lawnmower", "fg": 1990 }, - { "id": "mattress", "fg": 1991 }, - { "id": "mil_plate", "fg": 1992 }, - { "id": "rake_plastic", "fg": 1994 }, - { "id": "reinforced_glass_sheet", "fg": 1995 }, - { "id": "robe", "fg": 1996 }, - { "id": "rock_quern", "fg": 1997 }, - { "id": "saxophone", "fg": 1998 }, - { "id": "sheet", "fg": 1999 }, - { "id": "shotgun_trap", "fg": 2000 }, - { "id": "steel_plate", "fg": 2001 }, - { "id": "telepad", "fg": 2002 }, - { "id": "trumpet", "fg": 2003 }, - { "id": "tuba", "fg": 2004 }, - { "id": "tunic", "fg": 2005 }, - { "id": "tunic_rag", "fg": 2006 }, - { "id": "umbrella", "fg": 2007 }, - { "id": "wheel_armor", "fg": 2008 }, - { "id": "wheel_wide", "fg": 2009 }, - { "id": "wheel_wide_or", "fg": 2010 }, - { "id": "10mm_fmj", "fg": 2011 }, - { "id": "120mm_HEAT", "fg": 2012 }, - { "id": "123ln", "fg": 2013 }, - { "id": "12mm", "fg": 2014 }, - { "id": "20x66_beanbag", "fg": 2015 }, - { "id": "20x66_flare", "fg": 2016 }, - { "id": "20x66_flechette", "fg": 2017 }, - { "id": "20x66_frag", "fg": 2018 }, - { "id": "20x66_inc", "fg": 2019 }, - { "id": "20x66_shot", "fg": 2020 }, - { "id": "20x66_slug", "fg": 2021 }, - { "id": "223", "fg": 2022 }, - { "id": "22_cb", "fg": 2023 }, - { "id": "22_fmj", "fg": 2024 }, - { "id": "22_lr", "fg": 2025 }, - { "id": "22_ratshot", "fg": 2026 }, - { "id": "270win_jsp", "fg": 2027 }, - { "id": "3006", "fg": 2028 }, - { "id": "3006_incendiary", "fg": 2029 }, - { "id": "3006fmj", "fg": 2030 }, - { "id": "300_winmag", "fg": 2031 }, - { "id": "300blk", "fg": 2032 }, - { "id": "300blk_ss", "fg": 2033 }, - { "id": "308", "fg": 2034 }, - { "id": "32_acp", "fg": 2035 }, - { "id": "357mag_fmj", "fg": 2036 }, - { "id": "357mag_jhp", "fg": 2037 }, - { "id": "357sig_fmj", "fg": 2038 }, - { "id": "357sig_jhp", "fg": 2039 }, - { "id": "380_FMJ", "fg": 2040 }, - { "id": "380_JHP", "fg": 2041 }, - { "id": "380_p", "fg": 2042 }, - { "id": "38_fmj", "fg": 2043 }, - { "id": "38_special", "fg": 2044 }, - { "id": "38_super", "fg": 2045 }, - { "id": "38super_fmj", "fg": 2046 }, - { "id": "40fmj", "fg": 2047 }, - { "id": "40mm_flashbang", "fg": 2048 }, - { "id": "40mm_incendiary", "fg": 2049 }, - { "id": "40mm_slug", "fg": 2050 }, - { "id": "40sw", "fg": 2051 }, - { "id": "40x46mm_grenade", "fg": 2052 }, - { "id": "40x46mm_m1006", "fg": 2053 }, - { "id": "40x46mm_m433", "fg": 2054 }, - { "id": "40x46mm_m576", "fg": 2055 }, - { "id": "40x46mm_m651", "fg": 2056 }, - { "id": "40x53mm_buckshot_m169", "fg": 2057 }, - { "id": "40x53mm_flechette_m169", "fg": 2058 }, - { "id": "40x53mm_grenade", "fg": 2059 }, - { "id": "40x53mm_m1001", "fg": 2060 }, - { "id": "40x53mm_m430a1", "fg": 2061 }, - { "id": "40x53mm_slug_m169", "fg": 2062 }, - { "id": "410shot_000", "fg": 2063 }, - { "id": "44fmj", "fg": 2064 }, - { "id": "44magnum", "fg": 2065 }, - { "id": "454_Casull", "fg": 2066 }, - { "id": "4570_low", "fg": 2067 }, - { "id": "4570_pen", "fg": 2068 }, - { "id": "4570_sp", "fg": 2069 }, - { "id": "45_acp", "fg": 2070 }, - { "id": "45_jhp", "fg": 2071 }, - { "id": "45_super", "fg": 2072 }, - { "id": "45colt_jhp", "fg": 2073 }, - { "id": "460_fmj", "fg": 2074 }, - { "id": "460_rowland", "fg": 2075 }, - { "id": "46mm", "fg": 2076 }, - { "id": "500_Magnum", "fg": 2077 }, - { "id": "50_incendiary", "fg": 2078 }, - { "id": "50_mk211", "fg": 2079 }, - { "id": "50bmg", "fg": 2080 }, - { "id": "50match", "fg": 2081 }, - { "id": "50ss", "fg": 2082 }, - { "id": "545", "fg": 2083 }, - { "id": "545_ap", "fg": 2084 }, - { "id": "556", "fg": 2085 }, - { "id": "556_incendiary", "fg": 2086 }, - { "id": "57mm", "fg": 2087 }, - { "id": "5x50dart", "fg": 2088 }, - { "id": "5x50heavy", "fg": 2089 }, - { "id": "66mm_HEAT", "fg": 2090 }, - { "id": "700nx", "fg": 2091 }, - { "id": "762_25", "fg": 2092 }, - { "id": "762_25hot", "fg": 2093 }, - { "id": "762_25typeP", "fg": 2094 }, - { "id": "762_51", "fg": 2095 }, - { "id": "762_51_incendiary", "fg": 2096 }, - { "id": "762_54R", "fg": 2097 }, - { "id": "762_m43", "fg": 2098 }, - { "id": "762_m87", "fg": 2099 }, - { "id": "84x246mm_he", "fg": 2100 }, - { "id": "84x246mm_hedp", "fg": 2101 }, - { "id": "84x246mm_smoke", "fg": 2102 }, - { "id": "8mm_bootleg", "fg": 2103 }, - { "id": "8mm_caseless", "fg": 2104 }, - { "id": "8mm_civilian", "fg": 2105 }, - { "id": "8mm_fmj", "fg": 2106 }, - { "id": "8mm_hvp", "fg": 2107 }, - { "id": "8mm_inc", "fg": 2108 }, - { "id": "8mm_jhp", "fg": 2109 }, - { "id": "9mm", "fg": 2110 }, - { "id": "9mmP", "fg": 2111 }, - { "id": "9mmfmj", "fg": 2112 }, - { "id": "9x18mm", "fg": 2113 }, - { "id": "9x18mmP2", "fg": 2114 }, - { "id": "9x18mmfmj", "fg": 2115 }, - { "id": "RPG-7_ammo", "fg": 2116 }, - { "id": "RPG-7_og7v", "fg": 2117 }, - { "id": "RPG-7_pg7vr", "fg": 2118 }, - { "id": "RPG-7_tbg7v", "fg": 2119 }, - { "id": "atgm_heat", "fg": 2120 }, - { "id": "m235tpa", "fg": 2121 }, - { "id": "shot_00", "fg": 2122 }, - { "id": "shot_beanbag", "fg": 2123 }, - { "id": "shot_bird", "fg": 2124 }, - { "id": "shot_dragon", "fg": 2125 }, - { "id": "shot_flechette", "fg": 2126 }, - { "id": "shot_he", "fg": 2127 }, - { "id": "shot_scrap", "fg": 2128 }, - { "id": "shot_slug", "fg": 2129 }, - { "id": "1895sbl", "fg": 2150 }, - { "id": "AT4", "fg": 2151 }, - { "id": "LAW", "fg": 2152 }, - { "id": "M24", "fg": 2153 }, - { "id": "RPG", "fg": 2154 }, - { "id": "USAS_12", "fg": 2155 }, - { "id": "airspeargun", "fg": 2156 }, - { "id": "ak74", "fg": 2158 }, - { "id": "american_180", "fg": 2159 }, - { "id": "an94", "fg": 2160 }, - { "id": "ar10", "fg": 2161 }, - { "id": "ar15", "fg": 2162 }, - { "id": "arx160", "fg": 2163 }, - { "id": "as50", "fg": 2164 }, - { "id": "atgm_launcher", "fg": 2165 }, - { "id": "bbgun", "fg": 2166 }, - { "id": "bfg50", "fg": 2167 }, - { "id": "bh_m89", "fg": 2168 }, - { "id": "blunderbuss", "fg": 2169 }, - { "id": "browning_blr", "fg": 2170 }, - { "id": "chemical_thrower", "fg": 2172 }, - { "id": "coilgun", "fg": 2173 }, - { "id": "colt_lightning", "fg": 2174 }, - { "id": "colt_ro635", "fg": 2175 }, - { "id": "combination_gun", "fg": 2176 }, - { "id": "cx4", "fg": 2177 }, - { "id": "doublespeargun", "fg": 2178 }, - { "id": "emp_gun", "fg": 2179 }, - { "id": "famas", "fg": 2180 }, - { "id": "flamethrower", "fg": 2181 }, - { "id": "fn_fal", "fg": 2182 }, - { "id": "fs2000", "fg": 2183 }, - { "id": "ftk93", "fg": 2184 }, - { "id": "garand", "fg": 2185 }, - { "id": "heavy_rail_rifle", "fg": 2186 }, - { "id": "helsing", "fg": 2187 }, - { "id": "henry_big_boy", "fg": 2188 }, - { "id": "hk417_13", "fg": 2189 }, - { "id": "hk_g3", "fg": 2190 }, - { "id": "hk_g36", "fg": 2191 }, - { "id": "hk_g80", "fg": 2192 }, - { "id": "hk_mp5k", "fg": 2193 }, - { "id": "hk_mp5sd", "fg": 2194 }, - { "id": "iwi_tavor_x95_300blk", "fg": 2195 }, - { "id": "ksg-25", "fg": 2196 }, - { "id": "ksg", "fg": 2197 }, - { "id": "ksub2000", "fg": 2198 }, - { "id": "laser_cannon", "fg": 2199 }, - { "id": "laser_rifle", "fg": 2200 }, - { "id": "lever_shotgun", "fg": 2201 }, - { "id": "longrifle_flintlock", "fg": 2202 }, - { "id": "m107a1", "fg": 2203 }, - { "id": "m110a1", "fg": 2204 }, - { "id": "m134", "fg": 2205 }, - { "id": "m14ebr", "fg": 2206 }, - { "id": "m1903", "fg": 2209 }, - { "id": "m1918", "fg": 2210 }, - { "id": "m1a", "fg": 2211 }, - { "id": "m2010", "fg": 2212 }, - { "id": "m202_flash", "fg": 2213 }, - { "id": "m231pfw", "fg": 2214 }, - { "id": "m240", "fg": 2215 }, - { "id": "m27_assault_rifle_var_h&k416a5", "fg": 2217 }, - { "id": "m27_assault_rifle_var_m27iar", "fg": 2218 }, - { "id": "m27_assault_rifle_var_m38dmr", "fg": 2219 }, - { "id": "m27_assault_rifle_var_scar_l", "fg": 2220 }, - { "id": "m2browning", "fg": 2221 }, - { "id": "m2browning_sawn", "fg": 2222 }, - { "id": "m3_carlgustav", "fg": 2223 }, - { "id": "m4_carbine_var_m4a1", "fg": 2224 }, - { "id": "m4_carlgustav", "fg": 2225 }, - { "id": "m79", "fg": 2227 }, - { "id": "mark19", "fg": 2228 }, - { "id": "marlin_9a", "fg": 2229 }, - { "id": "mininuke_launcher", "fg": 2230 }, - { "id": "mosin44", "fg": 2231 }, - { "id": "mosin44_ebr", "fg": 2232 }, - { "id": "mosin91_30", "fg": 2233 }, - { "id": "mosin91_30_ebr", "fg": 2234 }, - { "id": "mossberg_500", "fg": 2235 }, - { "id": "mossberg_500_var_mossberg_500_security", "fg": 2236 }, - { "id": "mossberg_590", "fg": 2237 }, - { "id": "mossberg_590_var_SPAS_12", "fg": 2238 }, - { "id": "mossberg_930", "fg": 2239 }, - { "id": "mossberg_930_var_m1014", "fg": 2240 }, - { "id": "mp18", "fg": 2241 }, - { "id": "needlegun", "fg": 2243 }, - { "id": "pamd68", "fg": 2244 }, - { "id": "pamd71z", "fg": 2245 }, - { "id": "pipe_combination_gun", "fg": 2246 }, - { "id": "plasma_gun", "fg": 2247 }, - { "id": "plasma_rifle", "fg": 2248 }, - { "id": "ppsh", "fg": 2249 }, - { "id": "rebar_rifle", "fg": 2250 }, - { "id": "remington700_270", "fg": 2251 }, - { "id": "remington_700", "fg": 2252 }, - { "id": "remington_870", "fg": 2253 }, - { "id": "remington_870_breacher", "fg": 2254 }, - { "id": "remington_870_express", "fg": 2255 }, - { "id": "remington_870_var_browning_a5", "fg": 2256 }, - { "id": "remington_870_var_remington_1100", "fg": 2257 }, - { "id": "rifle_flintlock", "fg": 2258 }, - { "id": "rm120c", "fg": 2259 }, - { "id": "rm20", "fg": 2260 }, - { "id": "rm298", "fg": 2261 }, - { "id": "rm451_flamethrower", "fg": 2262 }, - { "id": "rm51_assault_rifle", "fg": 2263 }, - { "id": "rm614_lmg", "fg": 2264 }, - { "id": "rm802", "fg": 2265 }, - { "id": "rm88_battle_rifle", "fg": 2266 }, - { "id": "ruger_1022", "fg": 2267 }, - { "id": "ruger_mini", "fg": 2268 }, - { "id": "saiga_12", "fg": 2269 }, - { "id": "saiga_410", "fg": 2270 }, - { "id": "savage_111f", "fg": 2271 }, - { "id": "scar_h", "fg": 2272 }, - { "id": "sharps", "fg": 2273 }, - { "id": "shotgun_410", "fg": 2274 }, - { "id": "shotgun_d", "fg": 2275 }, - { "id": "shotgun_s", "fg": 2276 }, - { "id": "sig552", "fg": 2277 }, - { "id": "sig_mcx_rattler_sbr", "fg": 2278 }, - { "id": "skorpion_82", "fg": 2279 }, - { "id": "sks", "fg": 2280 }, - { "id": "smg_9mm", "fg": 2282 }, - { "id": "speargun", "fg": 2283 }, - { "id": "sten", "fg": 2284 }, - { "id": "steyr_aug", "fg": 2285 }, - { "id": "surv_rocket_launcher", "fg": 2286 }, - { "id": "survivor_special_700", "fg": 2287 }, - { "id": "tac50", "fg": 2288 }, - { "id": "tavor_12", "fg": 2289 }, - { "id": "tihar", "fg": 2290 }, - { "id": "tommygun", "fg": 2291 }, - { "id": "trex_gun", "fg": 2292 }, - { "id": "weatherby_5", "fg": 2293 }, - { "id": "win70", "fg": 2294 }, - { "id": "winchester_1887", "fg": 2295 }, - { "id": "winchester_1897", "fg": 2296 }, - { "id": "iceaxe", "fg": 2299 }, - { "id": "rifle_case_soft", "fg": 2304 }, - { "id": "rifle_case_soft_2", "fg": 2305 }, - { "id": "rifle_case_soft_leather_2", "fg": 2307 }, - { "id": "rucksack", "fg": 2308 }, - { "id": "compgreatbow", "fg": 2317 }, - { "id": "compositebow", "fg": 2318 }, - { "id": "hybridbow", "fg": 2319 }, - { "id": "longbow", "fg": 2320 }, - { "id": "recurbow", "fg": 2321 }, - { "id": "reflexbow", "fg": 2322 }, - { "id": "reflexrecurvebow", "fg": 2323 }, - { "id": "selfbow", "fg": 2324 }, - { "id": "shortbow", "fg": 2325 }, - { "id": "woodgreatbow", "fg": 2326 }, - { "id": "oxygen_cylinder", "fg": 2331 }, - { "id": "oxygen_tank", "fg": 2332 }, - { "id": "tinyweldtank", "fg": 2333 }, - { "id": "weldtank", "fg": 2334 }, - { "id": "cot", "fg": 2335 }, - { "id": "armguard_soft", "fg": 2336 }, - { "id": "chestwrap_leather", "fg": 2337 }, - { "id": "trenchcoat_leather", "fg": 2338 }, - { "id": "bat_nerf", "fg": 2339 }, - { "id": "golf_bag", "fg": 2340 }, - { "id": "polycarbonate_sheet", "fg": 2341 }, - { "id": "screen_mesh", "fg": 2342 }, - { "id": "bagpipes", "fg": 2343 }, - { "id": "jumper_cable_heavy", "fg": 2344 }, - { "id": "scythe", "fg": 2345 }, - { "id": "motorbike_armor", "fg": 2346 }, - { "id": "rack_test_tube", "fg": 2347 }, - { "id": "bowl_clay", "fg": 2350 }, - { "id": "clay_hydria", "fg": 2351 }, - { "id": "clay_pot", "fg": 2352 }, - { "id": "clay_quern", "fg": 2353 }, - { "id": "clay_watercont", "fg": 2354 }, - { "id": "jug_clay", "fg": 2355 }, - { "id": "bullet_crossbow", "fg": 2419 }, - { "id": "compcrossbow", "fg": 2420 }, - { "id": "compositecrossbow", "fg": 2421 }, - { "id": "crossbow", "fg": 2422 }, - { "id": "hand_crossbow", "fg": 2423 }, - { "id": "huge_crossbow", "fg": 2424 }, - { "id": "rep_crossbow", "fg": 2425 }, - { "id": "bot_eyebot", "fg": 2427 }, - { "id": "broken_eyebot", "fg": 2428 }, - { "id": "amplifier_head", "fg": 2440 }, - { "id": "bindle", "fg": 2441 }, - { "id": "broken_dimensional_anchor", "fg": 2442 }, - { "id": "chainmail_vest", "fg": 2443 }, - { "id": "concrete", "fg": 2444 }, - { "id": "cs_lajatang_off", "fg": 2445 }, - { "id": "dimensional_anchor", "fg": 2446 }, - { "id": "dimensional_anchor_on", "fg": 2447 }, - { "id": "dnd", "fg": 2448 }, - { "id": "g_carpet", "fg": 2449 }, - { "id": "grapnel", "fg": 2450 }, - { "id": "optical_cloak", "fg": 2451 }, - { "id": "p_carpet", "fg": 2452 }, - { "id": "r_carpet", "fg": 2453 }, - { "id": "trimmer_off", "fg": 2454 }, - { "id": "trimmer_on", "fg": 2455 }, - { "id": "tux", "fg": 2456 }, - { "id": "v_scoop_item", "fg": 2457 }, - { "id": "wool_suit", "fg": 2458 }, - { "id": "y_carpet", "fg": 2459 }, - { "id": "multi_cooker", "fg": 2460 }, - { "id": "multi_cooker_filled", "fg": 2461 }, - { "id": "pet_carrier", "fg": 2462 }, - { "id": "manhole_cover", "fg": 2481 }, - { "id": "PR24-extended", "fg": 2487 }, - { "id": "PR24-retracted", "fg": 2488 }, - { "id": "baton-extended", "fg": 2489 }, - { "id": "baton", "fg": 2490 }, - { "id": "guitar_stand", "fg": 2491 }, - { "id": "mic_stand_tall", "fg": 2492 }, - { "id": "mixer_music", "fg": 2493 }, - { "id": "pipe_shotgun", "fg": 2512 }, - { "id": "pool_cue", "fg": 2517 }, - { "id": "bokken", "fg": 2550 }, - { "id": "UPS_off", "fg": 2556 }, - { "id": "hose", "fg": 2557 }, - { "id": "oxy_torch", "fg": 2558 }, - { "id": "picklocks", "fg": 2559 }, - { "id": "f_magic_circle", "fg": 2566 }, - { "id": "mon_breather", "fg": 2567 }, - { "id": "mon_breather_hub", "fg": 2568 }, - { "id": "mon_fish_eel", "fg": 2733 }, - { "id": "mon_dragonfly_naiad", "fg": 2734 }, - { "id": "debug_mon", "fg": 2750 }, - { "id": "mon_fish_crayfish", "fg": 2754 }, - { "id": "mon_fish_lobster", "fg": 2755 }, - { "id": "mon_generator", "fg": 2761 }, - { "id": "mon_molebot", "fg": 2794 }, - { "id": "mon_mutant_carp", "fg": 2795 }, - { "id": "mon_mutant_salmon", "fg": 2796 }, - { "id": "mon_spawn_raptor_electric", "fg": 2803 }, - { "id": "mon_spawn_raptor_shady", "fg": 2804 }, - { "id": "mon_spawn_raptor_unstable", "fg": 2805 }, - { "id": "mon_tadpole_grabber", "fg": 2807 }, - { "id": "mon_turret_riot", "fg": 2809 }, - { "id": "mon_vortex", "fg": 2810 }, - { "id": "footstep", "fg": 2877 }, - { "id": "footstep_above", "fg": 2878 }, - { "id": "footstep_below", "fg": 2879 }, - { "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": "overlay_crouch", "fg": 2901 }, - { "id": "overlay_effect_badpoison", "fg": 2902 }, - { "id": "overlay_effect_bleed", "fg": 2903 }, - { "id": "overlay_effect_cold", "fg": 2904 }, - { "id": "overlay_effect_deaf", "fg": 2905 }, - { "id": "overlay_effect_downed", "fg": 2906 }, - { "id": "overlay_effect_grabbed", "fg": 2907 }, - { "id": "overlay_effect_hot", "fg": 2908 }, - { "id": "overlay_effect_poison", "fg": 2910 }, - { "id": "overlay_effect_slimed", "fg": 2911 }, - { "id": "overlay_effect_wet", "fg": 2912 }, - { "id": "overlay_effect_winded", "fg": 2913 }, - { "id": "overlay_friendly_sees_player", "fg": 2914 }, - { "id": "overlay_hostile_sees_player", "fg": 2915 }, - { "id": "overlay_neutral_sees_player", "fg": 2916 }, - { "id": "overlay_other_sees_player", "fg": 2917 }, - { "id": "overlay_prone", "fg": 2918 }, - { "id": "overlay_run", "fg": 2919 }, - { "id": "zombie_revival_indicator", "fg": 2920 }, - { "id": "overlay_female_mutation_HOOVES", "fg": 2921 }, - { "id": "overlay_male_mutation_HOOVES", "fg": 2922 }, - { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 2923 }, - { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 2924 }, - { "id": "overlay_wielded_bfg50", "fg": 2925 }, - { "id": "overlay_worn_swim_fins", "fg": 2926 }, - { "id": "cemetery_small", "fg": 2947 }, - { "id": "dirt_road_center", "fg": 2950 }, - { "id": "dirt_road_end_piece_e", "fg": 2957 }, - { "id": "dirt_road_end_piece_n", "fg": 2958 }, - { "id": "dirt_road_end_piece_s", "fg": 2959 }, - { "id": "dirt_road_end_piece_w", "fg": 2960 }, - { "id": "dirt_road_unconnected", "fg": 2965 }, - { "id": "hunting_blind", "fg": 3007 }, - { "id": "overmap_horde_3", "fg": 3008 }, - { "id": "overmap_horde_4", "fg": 3009 }, - { "id": "overmap_horde_5", "fg": 3010 }, - { "id": "overmap_horde_6", "fg": 3011 }, - { "id": "overmap_remembered_vehicle", "fg": 3012 }, - { "id": "pasture_connection_ew", "fg": 3035 }, - { "id": "pasture_connection_ns", "fg": 3036 }, - { "id": "pasture_unconnected", "fg": 3049 }, - { "id": "t_metal_ventilation_shutter", "fg": 3114 }, - { "id": "t_ramp_down_high", "fg": 3132 }, - { "id": "t_ramp_up_high", "fg": 3133 }, - { "id": "t_sidewalk_ramp_down_high", "fg": 3134 }, - { "id": "t_sidewalk_ramp_up_high", "fg": 3135 }, - { "id": "t_slope_down", "fg": 3136 }, - { "id": "t_slope_up", "fg": 3137 }, - { "id": "t_door_b_peep", "fg": 3482 }, - { "id": "t_door_boarded_damaged_peep", "fg": 3483 }, - { "id": "t_door_boarded_peep", "fg": 3484 }, - { "id": "t_door_c_peep", "fg": 3485 }, - { "id": "t_door_locked_peep", "fg": 3486 }, - { "id": "t_door_o_peep", "fg": 3487 }, - { "id": "t_fence_post", "fg": 3524 }, - { "id": "t_ladder_down", "fg": 3746 }, - { "id": "t_mud", "fg": 3864 }, - { "id": "t_thconc_floor_unconnected", "fg": 4376 }, - { "id": "t_thconc_floor_flesh", "fg": 4377 }, - { "id": "t_wall_resin_cage", "fg": 4570 }, - { "id": "t_window_domestic_taped", "fg": 4726 }, - { "id": "t_window_no_curtains_taped", "fg": 4730 }, - { "id": "t_window_taped", "fg": 4732 }, - { "id": "tr_cot", "fg": 4735 }, - { "id": "tr_practice_target", "fg": 4746 }, - { "id": "metal_boat_hull", "fg": 4748 } + "fg": 4798, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 4798 } ] + }, + { "id": "fd_dazzling", "fg": 1201 }, + { "id": "fd_fatigue", "fg": 1202 }, + { "id": "fd_fire", "fg": 1203 }, + { "id": "fd_laser", "fg": 1204 }, + { "id": "fd_plasma", "fg": 1205 }, + { "id": "fd_extinguisher", "fg": 1566 }, + { "id": "fd_fungal_haze", "fg": 1567 }, + { "id": "fd_fungicidal_gas", "fg": 1568 }, + { "id": "fd_hot_air_sauna", "fg": 1569 }, + { "id": "fd_insecticidal_gas", "fg": 1570 }, + { "id": "fd_nuke_gas", "fg": 1571 }, + { "id": "fd_relax_gas", "fg": 1572 }, + { "id": "fd_smoke", "fg": 1573 }, + { "id": "fd_tear_gas", "fg": 1574 }, + { "id": "fd_toxic_gas", "fg": 1575 }, + { "id": "f_bitts", "fg": 1586 }, + { "id": "f_target", "fg": 1587 }, + { "id": "f_chest", "fg": 1588 }, + { "id": "f_dive_block", "fg": 1589 }, + { "id": "f_foot_locker", "fg": 1590 }, + { "id": "f_sand_castle", "fg": 1591 }, + { "id": "f_shredder", "fg": 1592 }, + { "id": "f_tourist_table", "fg": 1593 }, + { "id": "f_exodii_pump", "fg": 1600 }, + { "id": "f_beaded_door", "fg": 1624 }, + { "id": "f_beaded_door_o", "fg": 1625 }, + { "id": "f_black_eyed_susan", "fg": 1658 }, + { "id": "f_burdock", "fg": 1665 }, + { "id": "f_chicory", "fg": 1691 }, + { "id": "f_chimney", "fg": 1692 }, + { "id": "f_curtain", "fg": 1726 }, + { "id": "f_curtain_open", "fg": 1727 }, + { "id": "f_lily", "fg": 1772 }, + { "id": "f_lotus", "fg": 1773 }, + { "id": "f_skin_groundsheet", "fg": 1906 }, + { "id": "acidchitin_plate", "fg": 1985 }, + { "id": "acoustic_guitar", "fg": 1986 }, + { "id": "alloy_plate", "fg": 1987 }, + { "id": "armor_lorica", "fg": 1988 }, + { "id": "banjo", "fg": 1989 }, + { "id": "bionic_general", "fg": 1990 }, + { "id": "bodypillow", "fg": 1991 }, + { "id": "bookplate", "fg": 1992 }, + { "id": "bot_copbot", "fg": 1993 }, + { "id": "bot_riotbot", "fg": 1994 }, + { "id": "broken_copbot", "fg": 1995 }, + { "id": "broken_riotbot", "fg": 1996 }, + { "id": "chainmail_hauberk", "fg": 1997 }, + { "id": "char_smoker", "fg": 1998 }, + { "id": "dehydrator", "fg": 1999 }, + { "id": "folding_poncho_on", "fg": 2000 }, + { "id": "gambeson", "fg": 2001 }, + { "id": "glass_sheet", "fg": 2002 }, + { "id": "gown", "fg": 2003 }, + { "id": "guitar_electric", "fg": 2004 }, + { "id": "hand_paddles", "fg": 2006 }, + { "id": "i4_combustion", "fg": 2007 }, + { "id": "inflatable_boat", "fg": 2008 }, + { "id": "inflatable_section", "fg": 2009 }, + { "id": "lawnmower", "fg": 2010 }, + { "id": "mattress", "fg": 2011 }, + { "id": "mil_plate", "fg": 2012 }, + { "id": "rake_plastic", "fg": 2014 }, + { "id": "reinforced_glass_sheet", "fg": 2015 }, + { "id": "robe", "fg": 2016 }, + { "id": "rock_quern", "fg": 2017 }, + { "id": "saxophone", "fg": 2018 }, + { "id": "sheet", "fg": 2019 }, + { "id": "shotgun_trap", "fg": 2020 }, + { "id": "steel_plate", "fg": 2021 }, + { "id": "telepad", "fg": 2022 }, + { "id": "trumpet", "fg": 2023 }, + { "id": "tuba", "fg": 2024 }, + { "id": "tunic", "fg": 2025 }, + { "id": "tunic_rag", "fg": 2026 }, + { "id": "umbrella", "fg": 2027 }, + { "id": "wheel_armor", "fg": 2028 }, + { "id": "wheel_wide", "fg": 2029 }, + { "id": "wheel_wide_or", "fg": 2030 }, + { "id": "10mm_fmj", "fg": 2031 }, + { "id": "120mm_HEAT", "fg": 2032 }, + { "id": "123ln", "fg": 2033 }, + { "id": "12mm", "fg": 2034 }, + { "id": "20x66_beanbag", "fg": 2035 }, + { "id": "20x66_flare", "fg": 2036 }, + { "id": "20x66_flechette", "fg": 2037 }, + { "id": "20x66_frag", "fg": 2038 }, + { "id": "20x66_inc", "fg": 2039 }, + { "id": "20x66_shot", "fg": 2040 }, + { "id": "20x66_slug", "fg": 2041 }, + { "id": "223", "fg": 2042 }, + { "id": "22_cb", "fg": 2043 }, + { "id": "22_fmj", "fg": 2044 }, + { "id": "22_lr", "fg": 2045 }, + { "id": "22_ratshot", "fg": 2046 }, + { "id": "270win_jsp", "fg": 2047 }, + { "id": "3006", "fg": 2048 }, + { "id": "3006_incendiary", "fg": 2049 }, + { "id": "3006fmj", "fg": 2050 }, + { "id": "300_winmag", "fg": 2051 }, + { "id": "300blk", "fg": 2052 }, + { "id": "300blk_ss", "fg": 2053 }, + { "id": "308", "fg": 2054 }, + { "id": "32_acp", "fg": 2055 }, + { "id": "357mag_fmj", "fg": 2056 }, + { "id": "357mag_jhp", "fg": 2057 }, + { "id": "357sig_fmj", "fg": 2058 }, + { "id": "357sig_jhp", "fg": 2059 }, + { "id": "380_FMJ", "fg": 2060 }, + { "id": "380_JHP", "fg": 2061 }, + { "id": "380_p", "fg": 2062 }, + { "id": "38_fmj", "fg": 2063 }, + { "id": "38_special", "fg": 2064 }, + { "id": "38_super", "fg": 2065 }, + { "id": "38super_fmj", "fg": 2066 }, + { "id": "40fmj", "fg": 2067 }, + { "id": "40mm_flashbang", "fg": 2068 }, + { "id": "40mm_incendiary", "fg": 2069 }, + { "id": "40mm_slug", "fg": 2070 }, + { "id": "40sw", "fg": 2071 }, + { "id": "40x46mm_grenade", "fg": 2072 }, + { "id": "40x46mm_m1006", "fg": 2073 }, + { "id": "40x46mm_m433", "fg": 2074 }, + { "id": "40x46mm_m576", "fg": 2075 }, + { "id": "40x46mm_m651", "fg": 2076 }, + { "id": "40x53mm_buckshot_m169", "fg": 2077 }, + { "id": "40x53mm_flechette_m169", "fg": 2078 }, + { "id": "40x53mm_grenade", "fg": 2079 }, + { "id": "40x53mm_m1001", "fg": 2080 }, + { "id": "40x53mm_m430a1", "fg": 2081 }, + { "id": "40x53mm_slug_m169", "fg": 2082 }, + { "id": "410shot_000", "fg": 2083 }, + { "id": "44fmj", "fg": 2084 }, + { "id": "44magnum", "fg": 2085 }, + { "id": "454_Casull", "fg": 2086 }, + { "id": "4570_low", "fg": 2087 }, + { "id": "4570_pen", "fg": 2088 }, + { "id": "4570_sp", "fg": 2089 }, + { "id": "45_acp", "fg": 2090 }, + { "id": "45_jhp", "fg": 2091 }, + { "id": "45_super", "fg": 2092 }, + { "id": "45colt_jhp", "fg": 2093 }, + { "id": "460_fmj", "fg": 2094 }, + { "id": "460_rowland", "fg": 2095 }, + { "id": "46mm", "fg": 2096 }, + { "id": "500_Magnum", "fg": 2097 }, + { "id": "50_incendiary", "fg": 2098 }, + { "id": "50_mk211", "fg": 2099 }, + { "id": "50bmg", "fg": 2100 }, + { "id": "50match", "fg": 2101 }, + { "id": "50ss", "fg": 2102 }, + { "id": "545", "fg": 2103 }, + { "id": "545_ap", "fg": 2104 }, + { "id": "556", "fg": 2105 }, + { "id": "556_incendiary", "fg": 2106 }, + { "id": "57mm", "fg": 2107 }, + { "id": "5x50dart", "fg": 2108 }, + { "id": "5x50heavy", "fg": 2109 }, + { "id": "66mm_HEAT", "fg": 2110 }, + { "id": "700nx", "fg": 2111 }, + { "id": "762_25", "fg": 2112 }, + { "id": "762_25hot", "fg": 2113 }, + { "id": "762_25typeP", "fg": 2114 }, + { "id": "762_51", "fg": 2115 }, + { "id": "762_51_incendiary", "fg": 2116 }, + { "id": "762_54R", "fg": 2117 }, + { "id": "762_m43", "fg": 2118 }, + { "id": "762_m87", "fg": 2119 }, + { "id": "84x246mm_he", "fg": 2120 }, + { "id": "84x246mm_hedp", "fg": 2121 }, + { "id": "84x246mm_smoke", "fg": 2122 }, + { "id": "8mm_bootleg", "fg": 2123 }, + { "id": "8mm_caseless", "fg": 2124 }, + { "id": "8mm_civilian", "fg": 2125 }, + { "id": "8mm_fmj", "fg": 2126 }, + { "id": "8mm_hvp", "fg": 2127 }, + { "id": "8mm_inc", "fg": 2128 }, + { "id": "8mm_jhp", "fg": 2129 }, + { "id": "9mm", "fg": 2130 }, + { "id": "9mmP", "fg": 2131 }, + { "id": "9mmfmj", "fg": 2132 }, + { "id": "9x18mm", "fg": 2133 }, + { "id": "9x18mmP2", "fg": 2134 }, + { "id": "9x18mmfmj", "fg": 2135 }, + { "id": "RPG-7_ammo", "fg": 2136 }, + { "id": "RPG-7_og7v", "fg": 2137 }, + { "id": "RPG-7_pg7vr", "fg": 2138 }, + { "id": "RPG-7_tbg7v", "fg": 2139 }, + { "id": "atgm_heat", "fg": 2140 }, + { "id": "m235tpa", "fg": 2141 }, + { "id": "shot_00", "fg": 2142 }, + { "id": "shot_beanbag", "fg": 2143 }, + { "id": "shot_bird", "fg": 2144 }, + { "id": "shot_dragon", "fg": 2145 }, + { "id": "shot_flechette", "fg": 2146 }, + { "id": "shot_he", "fg": 2147 }, + { "id": "shot_scrap", "fg": 2148 }, + { "id": "shot_slug", "fg": 2149 }, + { "id": "1895sbl", "fg": 2170 }, + { "id": "AT4", "fg": 2171 }, + { "id": "LAW", "fg": 2172 }, + { "id": "M24", "fg": 2173 }, + { "id": "RPG", "fg": 2174 }, + { "id": "USAS_12", "fg": 2175 }, + { "id": "airspeargun", "fg": 2176 }, + { "id": "ak74", "fg": 2178 }, + { "id": "american_180", "fg": 2179 }, + { "id": "an94", "fg": 2180 }, + { "id": "ar10", "fg": 2181 }, + { "id": "ar15", "fg": 2182 }, + { "id": "arx160", "fg": 2183 }, + { "id": "as50", "fg": 2184 }, + { "id": "atgm_launcher", "fg": 2185 }, + { "id": "bbgun", "fg": 2186 }, + { "id": "bfg50", "fg": 2187 }, + { "id": "bh_m89", "fg": 2188 }, + { "id": "blunderbuss", "fg": 2189 }, + { "id": "browning_blr", "fg": 2190 }, + { "id": "chemical_thrower", "fg": 2192 }, + { "id": "coilgun", "fg": 2193 }, + { "id": "colt_lightning", "fg": 2194 }, + { "id": "colt_ro635", "fg": 2195 }, + { "id": "combination_gun", "fg": 2196 }, + { "id": "cx4", "fg": 2197 }, + { "id": "doublespeargun", "fg": 2198 }, + { "id": "emp_gun", "fg": 2199 }, + { "id": "famas", "fg": 2200 }, + { "id": "flamethrower", "fg": 2201 }, + { "id": "fn_fal", "fg": 2202 }, + { "id": "fs2000", "fg": 2203 }, + { "id": "ftk93", "fg": 2204 }, + { "id": "garand", "fg": 2205 }, + { "id": "heavy_rail_rifle", "fg": 2206 }, + { "id": "helsing", "fg": 2207 }, + { "id": "henry_big_boy", "fg": 2208 }, + { "id": "hk417_13", "fg": 2209 }, + { "id": "hk_g3", "fg": 2210 }, + { "id": "hk_g36", "fg": 2211 }, + { "id": "hk_g80", "fg": 2212 }, + { "id": "hk_mp5k", "fg": 2213 }, + { "id": "hk_mp5sd", "fg": 2214 }, + { "id": "iwi_tavor_x95_300blk", "fg": 2215 }, + { "id": "ksg-25", "fg": 2216 }, + { "id": "ksg", "fg": 2217 }, + { "id": "ksub2000", "fg": 2218 }, + { "id": "laser_cannon", "fg": 2219 }, + { "id": "laser_rifle", "fg": 2220 }, + { "id": "lever_shotgun", "fg": 2221 }, + { "id": "longrifle_flintlock", "fg": 2222 }, + { "id": "m107a1", "fg": 2223 }, + { "id": "m110a1", "fg": 2224 }, + { "id": "m134", "fg": 2225 }, + { "id": "m14ebr", "fg": 2226 }, + { "id": "m1903", "fg": 2229 }, + { "id": "m1918", "fg": 2230 }, + { "id": "m1a", "fg": 2231 }, + { "id": "m2010", "fg": 2232 }, + { "id": "m202_flash", "fg": 2233 }, + { "id": "m231pfw", "fg": 2234 }, + { "id": "m240", "fg": 2235 }, + { "id": "m27_assault_rifle_var_h&k416a5", "fg": 2237 }, + { "id": "m27_assault_rifle_var_m27iar", "fg": 2238 }, + { "id": "m27_assault_rifle_var_m38dmr", "fg": 2239 }, + { "id": "m27_assault_rifle_var_scar_l", "fg": 2240 }, + { "id": "m2browning", "fg": 2241 }, + { "id": "m2browning_sawn", "fg": 2242 }, + { "id": "m3_carlgustav", "fg": 2243 }, + { "id": "m4_carbine_var_m4a1", "fg": 2244 }, + { "id": "m4_carlgustav", "fg": 2245 }, + { "id": "m79", "fg": 2247 }, + { "id": "mark19", "fg": 2248 }, + { "id": "marlin_9a", "fg": 2249 }, + { "id": "mininuke_launcher", "fg": 2250 }, + { "id": "mosin44", "fg": 2251 }, + { "id": "mosin44_ebr", "fg": 2252 }, + { "id": "mosin91_30", "fg": 2253 }, + { "id": "mosin91_30_ebr", "fg": 2254 }, + { "id": "mossberg_500", "fg": 2255 }, + { "id": "mossberg_500_var_mossberg_500_security", "fg": 2256 }, + { "id": "mossberg_590", "fg": 2257 }, + { "id": "mossberg_590_var_SPAS_12", "fg": 2258 }, + { "id": "mossberg_930", "fg": 2259 }, + { "id": "mossberg_930_var_m1014", "fg": 2260 }, + { "id": "mp18", "fg": 2261 }, + { "id": "needlegun", "fg": 2263 }, + { "id": "pamd68", "fg": 2264 }, + { "id": "pamd71z", "fg": 2265 }, + { "id": "pipe_combination_gun", "fg": 2266 }, + { "id": "plasma_gun", "fg": 2267 }, + { "id": "plasma_rifle", "fg": 2268 }, + { "id": "ppsh", "fg": 2269 }, + { "id": "rebar_rifle", "fg": 2270 }, + { "id": "remington700_270", "fg": 2271 }, + { "id": "remington_700", "fg": 2272 }, + { "id": "remington_870", "fg": 2273 }, + { "id": "remington_870_breacher", "fg": 2274 }, + { "id": "remington_870_express", "fg": 2275 }, + { "id": "remington_870_var_browning_a5", "fg": 2276 }, + { "id": "remington_870_var_remington_1100", "fg": 2277 }, + { "id": "rifle_flintlock", "fg": 2278 }, + { "id": "rm120c", "fg": 2279 }, + { "id": "rm20", "fg": 2280 }, + { "id": "rm298", "fg": 2281 }, + { "id": "rm451_flamethrower", "fg": 2282 }, + { "id": "rm51_assault_rifle", "fg": 2283 }, + { "id": "rm614_lmg", "fg": 2284 }, + { "id": "rm802", "fg": 2285 }, + { "id": "rm88_battle_rifle", "fg": 2286 }, + { "id": "ruger_1022", "fg": 2287 }, + { "id": "ruger_mini", "fg": 2288 }, + { "id": "saiga_12", "fg": 2289 }, + { "id": "saiga_410", "fg": 2290 }, + { "id": "savage_111f", "fg": 2291 }, + { "id": "scar_h", "fg": 2292 }, + { "id": "sharps", "fg": 2293 }, + { "id": "shotgun_410", "fg": 2294 }, + { "id": "shotgun_d", "fg": 2295 }, + { "id": "shotgun_s", "fg": 2296 }, + { "id": "sig552", "fg": 2297 }, + { "id": "sig_mcx_rattler_sbr", "fg": 2298 }, + { "id": "skorpion_82", "fg": 2299 }, + { "id": "sks", "fg": 2300 }, + { "id": "smg_9mm", "fg": 2302 }, + { "id": "speargun", "fg": 2303 }, + { "id": "sten", "fg": 2304 }, + { "id": "steyr_aug", "fg": 2305 }, + { "id": "surv_rocket_launcher", "fg": 2306 }, + { "id": "survivor_special_700", "fg": 2307 }, + { "id": "tac50", "fg": 2308 }, + { "id": "tavor_12", "fg": 2309 }, + { "id": "tihar", "fg": 2310 }, + { "id": "tommygun", "fg": 2311 }, + { "id": "trex_gun", "fg": 2312 }, + { "id": "weatherby_5", "fg": 2313 }, + { "id": "win70", "fg": 2314 }, + { "id": "winchester_1887", "fg": 2315 }, + { "id": "winchester_1897", "fg": 2316 }, + { "id": "iceaxe", "fg": 2319 }, + { "id": "rifle_case_soft", "fg": 2324 }, + { "id": "rifle_case_soft_2", "fg": 2325 }, + { "id": "rifle_case_soft_leather_2", "fg": 2327 }, + { "id": "rucksack", "fg": 2328 }, + { "id": "compgreatbow", "fg": 2337 }, + { "id": "compositebow", "fg": 2338 }, + { "id": "hybridbow", "fg": 2339 }, + { "id": "longbow", "fg": 2340 }, + { "id": "recurbow", "fg": 2341 }, + { "id": "reflexbow", "fg": 2342 }, + { "id": "reflexrecurvebow", "fg": 2343 }, + { "id": "selfbow", "fg": 2344 }, + { "id": "shortbow", "fg": 2345 }, + { "id": "woodgreatbow", "fg": 2346 }, + { "id": "oxygen_cylinder", "fg": 2351 }, + { "id": "oxygen_tank", "fg": 2352 }, + { "id": "tinyweldtank", "fg": 2353 }, + { "id": "weldtank", "fg": 2354 }, + { "id": "cot", "fg": 2355 }, + { "id": "armguard_soft", "fg": 2356 }, + { "id": "chestwrap_leather", "fg": 2357 }, + { "id": "trenchcoat_leather", "fg": 2358 }, + { "id": "bat_nerf", "fg": 2359 }, + { "id": "golf_bag", "fg": 2360 }, + { "id": "polycarbonate_sheet", "fg": 2361 }, + { "id": "screen_mesh", "fg": 2362 }, + { "id": "bagpipes", "fg": 2363 }, + { "id": "jumper_cable_heavy", "fg": 2364 }, + { "id": "scythe", "fg": 2365 }, + { "id": "motorbike_armor", "fg": 2366 }, + { "id": "rack_test_tube", "fg": 2367 }, + { "id": "bowl_clay", "fg": 2370 }, + { "id": "clay_hydria", "fg": 2371 }, + { "id": "clay_pot", "fg": 2372 }, + { "id": "clay_quern", "fg": 2373 }, + { "id": "clay_watercont", "fg": 2374 }, + { "id": "jug_clay", "fg": 2375 }, + { "id": "bullet_crossbow", "fg": 2439 }, + { "id": "compcrossbow", "fg": 2440 }, + { "id": "compositecrossbow", "fg": 2441 }, + { "id": "crossbow", "fg": 2442 }, + { "id": "hand_crossbow", "fg": 2443 }, + { "id": "huge_crossbow", "fg": 2444 }, + { "id": "rep_crossbow", "fg": 2445 }, + { "id": "bot_eyebot", "fg": 2447 }, + { "id": "broken_eyebot", "fg": 2448 }, + { "id": "amplifier_head", "fg": 2460 }, + { "id": "bindle", "fg": 2461 }, + { "id": "broken_dimensional_anchor", "fg": 2462 }, + { "id": "chainmail_vest", "fg": 2463 }, + { "id": "concrete", "fg": 2464 }, + { "id": "cs_lajatang_off", "fg": 2465 }, + { "id": "dimensional_anchor", "fg": 2466 }, + { "id": "dimensional_anchor_on", "fg": 2467 }, + { "id": "dnd", "fg": 2468 }, + { "id": "g_carpet", "fg": 2469 }, + { "id": "grapnel", "fg": 2470 }, + { "id": "optical_cloak", "fg": 2471 }, + { "id": "p_carpet", "fg": 2472 }, + { "id": "r_carpet", "fg": 2473 }, + { "id": "trimmer_off", "fg": 2474 }, + { "id": "trimmer_on", "fg": 2475 }, + { "id": "tux", "fg": 2476 }, + { "id": "v_scoop_item", "fg": 2477 }, + { "id": "wool_suit", "fg": 2478 }, + { "id": "y_carpet", "fg": 2479 }, + { "id": "multi_cooker", "fg": 2480 }, + { "id": "multi_cooker_filled", "fg": 2481 }, + { "id": "pet_carrier", "fg": 2482 }, + { "id": "manhole_cover", "fg": 2501 }, + { "id": "PR24-extended", "fg": 2507 }, + { "id": "PR24-retracted", "fg": 2508 }, + { "id": "baton-extended", "fg": 2509 }, + { "id": "baton", "fg": 2510 }, + { "id": "guitar_stand", "fg": 2511 }, + { "id": "mic_stand_tall", "fg": 2512 }, + { "id": "mixer_music", "fg": 2513 }, + { "id": "pipe_shotgun", "fg": 2532 }, + { "id": "pool_cue", "fg": 2537 }, + { "id": "bokken", "fg": 2570 }, + { "id": "UPS_off", "fg": 2576 }, + { "id": "hose", "fg": 2577 }, + { "id": "oxy_torch", "fg": 2578 }, + { "id": "picklocks", "fg": 2579 }, + { "id": "primitive_shovel", "fg": 2580 }, + { "id": "shovel_snow", "fg": 2581 }, + { "id": "shovel_snow_plastic", "fg": 2582 }, + { "id": "f_magic_circle", "fg": 2589 }, + { "id": "mon_breather", "fg": 2590 }, + { "id": "mon_breather_hub", "fg": 2591 }, + { "id": "mon_fish_eel", "fg": 2756 }, + { "id": "mon_dragonfly_naiad", "fg": 2757 }, + { "id": "debug_mon", "fg": 2773 }, + { "id": "mon_fish_crayfish", "fg": 2777 }, + { "id": "mon_fish_lobster", "fg": 2778 }, + { "id": "mon_generator", "fg": 2784 }, + { "id": "mon_molebot", "fg": 2817 }, + { "id": "mon_mutant_carp", "fg": 2818 }, + { "id": "mon_mutant_salmon", "fg": 2819 }, + { "id": "mon_spawn_raptor_electric", "fg": 2826 }, + { "id": "mon_spawn_raptor_shady", "fg": 2827 }, + { "id": "mon_spawn_raptor_unstable", "fg": 2828 }, + { "id": "mon_tadpole_grabber", "fg": 2830 }, + { "id": "mon_turret_riot", "fg": 2832 }, + { "id": "mon_vortex", "fg": 2833 }, + { "id": "footstep", "fg": 2900 }, + { "id": "footstep_above", "fg": 2901 }, + { "id": "footstep_below", "fg": 2902 }, + { "id": "unknown_field", "fg": 2903 }, + { "id": "unknown_furniture", "fg": 2904 }, + { "id": "unknown_item", "fg": 2905 }, + { "id": "unknown_item_AMMO", "fg": 2906 }, + { "id": "unknown_item_ARMOR", "fg": 2907 }, + { "id": "unknown_item_BIONIC", "fg": 2908 }, + { "id": "unknown_item_BOOK", "fg": 2909 }, + { "id": "unknown_item_FOOD", "fg": 2910 }, + { "id": "unknown_item_GUN", "fg": 2911 }, + { "id": "unknown_item_TOOL", "fg": 2912 }, + { "id": "unknown_item_misc", "fg": 2913 }, + { "id": "unknown_terrain", "fg": 2914 }, + { "id": "unknown_trap", "fg": 2915 }, + { "id": "unknown_vehicle_part", "fg": 2916 }, + { "id": "overlay_crouch", "fg": 2924 }, + { "id": "overlay_effect_badpoison", "fg": 2925 }, + { "id": "overlay_effect_bleed", "fg": 2926 }, + { "id": "overlay_effect_cold", "fg": 2927 }, + { "id": "overlay_effect_deaf", "fg": 2928 }, + { "id": "overlay_effect_downed", "fg": 2929 }, + { "id": "overlay_effect_grabbed", "fg": 2930 }, + { "id": "overlay_effect_hot", "fg": 2931 }, + { "id": "overlay_effect_poison", "fg": 2933 }, + { "id": "overlay_effect_slimed", "fg": 2934 }, + { "id": "overlay_effect_wet", "fg": 2935 }, + { "id": "overlay_effect_winded", "fg": 2936 }, + { "id": "overlay_friendly_sees_player", "fg": 2937 }, + { "id": "overlay_hostile_sees_player", "fg": 2938 }, + { "id": "overlay_neutral_sees_player", "fg": 2939 }, + { "id": "overlay_other_sees_player", "fg": 2940 }, + { "id": "overlay_prone", "fg": 2941 }, + { "id": "overlay_run", "fg": 2942 }, + { "id": "zombie_revival_indicator", "fg": 2943 }, + { "id": "overlay_female_mutation_HOOVES", "fg": 2944 }, + { "id": "overlay_male_mutation_HOOVES", "fg": 2945 }, + { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 2946 }, + { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 2947 }, + { "id": "overlay_wielded_bfg50", "fg": 2948 }, + { "id": "overlay_worn_swim_fins", "fg": 2949 }, + { "id": "cemetery_small", "fg": 2970 }, + { "id": "dirt_road_center", "fg": 2973 }, + { "id": "dirt_road_end_piece_e", "fg": 2980 }, + { "id": "dirt_road_end_piece_n", "fg": 2981 }, + { "id": "dirt_road_end_piece_s", "fg": 2982 }, + { "id": "dirt_road_end_piece_w", "fg": 2983 }, + { "id": "dirt_road_unconnected", "fg": 2988 }, + { "id": "hunting_blind", "fg": 3030 }, + { "id": "overmap_horde_3", "fg": 3031 }, + { "id": "overmap_horde_4", "fg": 3032 }, + { "id": "overmap_horde_5", "fg": 3033 }, + { "id": "overmap_horde_6", "fg": 3034 }, + { "id": "overmap_remembered_vehicle", "fg": 3035 }, + { "id": "pasture_connection_ew", "fg": 3058 }, + { "id": "pasture_connection_ns", "fg": 3059 }, + { "id": "pasture_unconnected", "fg": 3072 }, + { "id": "t_metal_ventilation_shutter", "fg": 3137 }, + { "id": "t_ramp_down_high", "fg": 3155 }, + { "id": "t_ramp_up_high", "fg": 3156 }, + { "id": "t_sidewalk_ramp_down_high", "fg": 3157 }, + { "id": "t_sidewalk_ramp_up_high", "fg": 3158 }, + { "id": "t_slope_down", "fg": 3159 }, + { "id": "t_slope_up", "fg": 3160 }, + { "id": "t_door_b_peep", "fg": 3505 }, + { "id": "t_door_boarded_damaged_peep", "fg": 3506 }, + { "id": "t_door_boarded_peep", "fg": 3507 }, + { "id": "t_door_c_peep", "fg": 3508 }, + { "id": "t_door_locked_peep", "fg": 3509 }, + { "id": "t_door_o_peep", "fg": 3510 }, + { "id": "t_fence_post", "fg": 3547 }, + { "id": "t_ladder_down", "fg": 3769 }, + { "id": "t_mud", "fg": 3887 }, + { "id": "t_thconc_floor_unconnected", "fg": 4399 }, + { "id": "t_thconc_floor_flesh", "fg": 4400 }, + { "id": "t_wall_resin_cage", "fg": 4593 }, + { "id": "t_window_domestic_taped", "fg": 4749 }, + { "id": "t_window_no_curtains_taped", "fg": 4753 }, + { "id": "t_window_taped", "fg": 4755 }, + { "id": "tr_cot", "fg": 4758 }, + { "id": "tr_practice_target", "fg": 4769 }, + { "id": "metal_boat_hull", "fg": 4771 } ] }, { "file": "tall_furniture.png", - "//": "range 4784 to 4943", + "//": "range 4800 to 4959", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, @@ -7431,242 +7451,242 @@ "tiles": [ { "id": "f_deckchair", - "fg": [ { "weight": 1, "sprite": 4784 }, { "weight": 1, "sprite": 4785 }, { "weight": 1, "sprite": 4786 } ] + "fg": [ { "weight": 1, "sprite": 4800 }, { "weight": 1, "sprite": 4801 }, { "weight": 1, "sprite": 4802 } ] }, - { "id": [ "f_fvat_empty", "f_fvat_full" ], "fg": 4788 }, - { "id": "f_punching_bag", "fg": 4792 }, - { "id": "f_exercise", "fg": 4791 }, - { "id": "f_ergometer", "fg": 4790 }, - { "id": "f_IV_pole", "fg": 4800 }, - { "id": "f_arcade_machine", "fg": 4801 }, - { "id": "f_autodoc_couch", "fg": 4802 }, - { "id": "f_birdbath", "fg": 4805 }, + { "id": [ "f_fvat_empty", "f_fvat_full" ], "fg": 4804 }, + { "id": "f_punching_bag", "fg": 4808 }, + { "id": "f_exercise", "fg": 4807 }, + { "id": "f_ergometer", "fg": 4806 }, + { "id": "f_IV_pole", "fg": 4816 }, + { "id": "f_arcade_machine", "fg": 4817 }, + { "id": "f_autodoc_couch", "fg": 4818 }, + { "id": "f_birdbath", "fg": 4821 }, { "id": "f_bookcase", "multitile": true, "rotates": false, - "fg": 4806, + "fg": 4822, "additional_tiles": [ - { "id": "center", "fg": 4806 }, - { "id": "corner", "fg": [ 4808, 4809, 4809, 4808 ] }, - { "id": "t_connection", "fg": [ 4806, 4807, 4806, 4807 ] }, - { "id": "edge", "fg": [ 4807, 4806 ] }, - { "id": "end_piece", "fg": [ 4808, 4806, 4809, 4806 ] }, - { "id": "unconnected", "fg": [ 4806, 4806 ] } + { "id": "center", "fg": 4822 }, + { "id": "corner", "fg": [ 4824, 4825, 4825, 4824 ] }, + { "id": "t_connection", "fg": [ 4822, 4823, 4822, 4823 ] }, + { "id": "edge", "fg": [ 4823, 4822 ] }, + { "id": "end_piece", "fg": [ 4824, 4822, 4825, 4822 ] }, + { "id": "unconnected", "fg": [ 4822, 4822 ] } ] }, - { "id": "f_boulder_large", "fg": 4810 }, - { "id": "f_cattails_season_spring", "fg": 4813, "rotates": false }, - { "id": "f_cattails_season_summer", "fg": 4814, "rotates": false }, - { "id": "f_cattails_season_autumn", "fg": 4812, "rotates": false }, - { "id": "f_cattails_season_winter", "fg": 4815, "rotates": false }, + { "id": "f_boulder_large", "fg": 4826 }, + { "id": "f_cattails_season_spring", "fg": 4829, "rotates": false }, + { "id": "f_cattails_season_summer", "fg": 4830, "rotates": false }, + { "id": "f_cattails_season_autumn", "fg": 4828, "rotates": false }, + { "id": "f_cattails_season_winter", "fg": 4831, "rotates": false }, { "id": "f_console", "multitile": true, - "fg": 4849, + "fg": 4865, "additional_tiles": [ - { "id": "center", "fg": 4834 }, - { "id": "corner", "fg": [ 4836, 4838, 4837, 4835 ] }, - { "id": "t_connection", "fg": [ 4846, 4848, 4847, 4845 ] }, - { "id": "edge", "fg": [ 4840, 4839 ] }, - { "id": "end_piece", "fg": [ 4842, 4844, 4843, 4841 ] }, - { "id": "unconnected", "fg": [ 4849, 4851, 4849, 4850 ] } + { "id": "center", "fg": 4850 }, + { "id": "corner", "fg": [ 4852, 4854, 4853, 4851 ] }, + { "id": "t_connection", "fg": [ 4862, 4864, 4863, 4861 ] }, + { "id": "edge", "fg": [ 4856, 4855 ] }, + { "id": "end_piece", "fg": [ 4858, 4860, 4859, 4857 ] }, + { "id": "unconnected", "fg": [ 4865, 4867, 4865, 4866 ] } ] }, { "id": "f_console_broken", "multitile": true, - "fg": 4832, + "fg": 4848, "additional_tiles": [ - { "id": "center", "fg": 4816 }, - { "id": "corner", "fg": [ 4818, 4820, 4819, 4817 ] }, - { "id": "t_connection", "fg": [ 4828, 4830, 4829, 4827 ] }, - { "id": "edge", "fg": [ 4822, 4821 ] }, - { "id": "end_piece", "fg": [ 4824, 4826, 4825, 4823 ] }, - { "id": "unconnected", "fg": [ 4832, 4833, 4832, 4831 ] } + { "id": "center", "fg": 4832 }, + { "id": "corner", "fg": [ 4834, 4836, 4835, 4833 ] }, + { "id": "t_connection", "fg": [ 4844, 4846, 4845, 4843 ] }, + { "id": "edge", "fg": [ 4838, 4837 ] }, + { "id": "end_piece", "fg": [ 4840, 4842, 4841, 4839 ] }, + { "id": "unconnected", "fg": [ 4848, 4849, 4848, 4847 ] } ] }, - { "id": "f_crate_c", "fg": 4852 }, - { "id": "f_crate_o", "fg": 4853 }, - { "id": "f_dialysis", "fg": 4854 }, - { "id": "f_dresser", "rotates": true, "fg": [ 4857, 4858, 4856, 4855 ] }, - { "id": "f_dryer", "fg": 4859 }, + { "id": "f_crate_c", "fg": 4868 }, + { "id": "f_crate_o", "fg": 4869 }, + { "id": "f_dialysis", "fg": 4870 }, + { "id": "f_dresser", "rotates": true, "fg": [ 4873, 4874, 4872, 4871 ] }, + { "id": "f_dryer", "fg": 4875 }, { "id": "f_dumpster", - "fg": 4866, + "fg": 4882, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4860 }, - { "id": "corner", "fg": [ 4865, 4865, 4862, 4862 ] }, - { "id": "t_connection", "fg": [ 4860, 4865, 4860, 4862 ] }, - { "id": "edge", "fg": [ 4861, 4860 ] }, - { "id": "end_piece", "fg": [ 4863, 4865, 4864, 4862 ] }, - { "id": "unconnected", "fg": [ 4866, 4866 ] } + { "id": "center", "fg": 4876 }, + { "id": "corner", "fg": [ 4881, 4881, 4878, 4878 ] }, + { "id": "t_connection", "fg": [ 4876, 4881, 4876, 4878 ] }, + { "id": "edge", "fg": [ 4877, 4876 ] }, + { "id": "end_piece", "fg": [ 4879, 4881, 4880, 4878 ] }, + { "id": "unconnected", "fg": [ 4882, 4882 ] } ] }, - { "id": "f_fireplace", "fg": 4867 }, - { "id": "f_floor_lamp", "fg": 4868 }, - { "id": "f_fridge", "rotates": true, "fg": [ 4871, 4872, 4870, 4869 ] }, - { "id": "t_gas_pump", "fg": 4873, "bg": 4971 }, - { "id": "f_gas_pump", "fg": 4873 }, - { "id": "f_glass_cabinet", "fg": 4874 }, - { "id": "f_glass_fridge", "fg": 4875 }, + { "id": "f_fireplace", "fg": 4883 }, + { "id": "f_floor_lamp", "fg": 4884 }, + { "id": "f_fridge", "rotates": true, "fg": [ 4887, 4888, 4886, 4885 ] }, + { "id": "t_gas_pump", "fg": 4889, "bg": 4987 }, + { "id": "f_gas_pump", "fg": 4889 }, + { "id": "f_glass_cabinet", "fg": 4890 }, + { "id": "f_glass_fridge", "fg": 4891 }, { "id": "f_ground_cable", "multitile": true, - "fg": 4894, + "fg": 4910, "additional_tiles": [ - { "id": "center", "fg": [ { "weight": 1, "sprite": 4876 }, { "weight": 1, "sprite": 4876 } ] }, + { "id": "center", "fg": [ { "weight": 1, "sprite": 4892 }, { "weight": 1, "sprite": 4892 } ] }, { "id": "corner", - "fg": [ { "weight": 1, "sprite": [ 4878, 4881, 4879, 4877 ] }, { "weight": 1, "sprite": [ 4878, 4881, 4880, 4877 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4894, 4897, 4895, 4893 ] }, { "weight": 1, "sprite": [ 4894, 4897, 4896, 4893 ] } ] }, { "id": "t_connection", - "fg": [ { "weight": 1, "sprite": [ 4891, 4893, 4892, 4890 ] }, { "weight": 1, "sprite": [ 4891, 4893, 4892, 4890 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4907, 4909, 4908, 4906 ] }, { "weight": 1, "sprite": [ 4907, 4909, 4908, 4906 ] } ] }, { "id": "edge", - "fg": [ { "weight": 1, "sprite": [ 4884, 4882 ] }, { "weight": 1, "sprite": [ 4885, 4883 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4900, 4898 ] }, { "weight": 1, "sprite": [ 4901, 4899 ] } ] }, { "id": "end_piece", - "fg": [ { "weight": 1, "sprite": [ 4887, 4889, 4888, 4886 ] }, { "weight": 1, "sprite": [ 4887, 4889, 4888, 4886 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4903, 4905, 4904, 4902 ] }, { "weight": 1, "sprite": [ 4903, 4905, 4904, 4902 ] } ] }, - { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 4894 }, { "weight": 1, "sprite": 4894 } ] } + { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 4910 }, { "weight": 1, "sprite": 4910 } ] } ] }, - { "id": "f_home_furnace", "fg": 4895 }, - { "id": "f_locker", "fg": 4897 }, - { "id": "f_machinery_old", "fg": 4904 }, - { "id": "t_machinery_old", "fg": 4904, "bg": 4963 }, - { "id": "f_machinery_electronic", "fg": 4898 }, - { "id": "t_machinery_electronic", "fg": 4898, "bg": 4963 }, + { "id": "f_home_furnace", "fg": 4911 }, + { "id": "f_locker", "fg": 4913 }, + { "id": "f_machinery_old", "fg": 4920 }, + { "id": "t_machinery_old", "fg": 4920, "bg": 4979 }, + { "id": "f_machinery_electronic", "fg": 4914 }, + { "id": "t_machinery_electronic", "fg": 4914, "bg": 4979 }, { "id": "f_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 4899 }, { "weight": 150, "sprite": 4900 }, { "weight": 100, "sprite": 4901 } ] + "fg": [ { "weight": 20, "sprite": 4915 }, { "weight": 150, "sprite": 4916 }, { "weight": 100, "sprite": 4917 } ] }, { "id": "t_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 4899 }, { "weight": 150, "sprite": 4900 }, { "weight": 100, "sprite": 4901 } ], - "bg": 4963 + "fg": [ { "weight": 20, "sprite": 4915 }, { "weight": 150, "sprite": 4916 }, { "weight": 100, "sprite": 4917 } ], + "bg": 4979 }, - { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 4903 }, { "weight": 100, "sprite": 4902 } ] }, + { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 4919 }, { "weight": 100, "sprite": 4918 } ] }, { "id": "t_machinery_light", - "fg": [ { "weight": 100, "sprite": 4903 }, { "weight": 100, "sprite": 4902 } ], - "bg": 4963 - }, - { "id": "f_mannequin", "fg": 4905 }, - { "id": "f_alien_tendril", "fg": 4909 }, - { "id": "f_alien_zapper", "fg": 4910 }, - { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 4907 }, - { "id": "f_alien_pod_resin", "fg": 4908 }, - { "id": "f_oven", "rotates": true, "fg": [ 4913, 4914, 4912, 4911 ] }, - { "id": "f_rack_coat", "fg": 4915 }, - { "id": "f_scan_bed", "fg": 4916 }, + "fg": [ { "weight": 100, "sprite": 4919 }, { "weight": 100, "sprite": 4918 } ], + "bg": 4979 + }, + { "id": "f_mannequin", "fg": 4921 }, + { "id": "f_alien_tendril", "fg": 4925 }, + { "id": "f_alien_zapper", "fg": 4926 }, + { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 4923 }, + { "id": "f_alien_pod_resin", "fg": 4924 }, + { "id": "f_oven", "rotates": true, "fg": [ 4929, 4930, 4928, 4927 ] }, + { "id": "f_rack_coat", "fg": 4931 }, + { "id": "f_scan_bed", "fg": 4932 }, { "id": "f_scrap_antenna", "animated": true, "fg": [ - { "weight": 15, "sprite": 4917 }, - { "weight": 15, "sprite": 4918 }, - { "weight": 15, "sprite": 4919 }, - { "weight": 15, "sprite": 4920 }, - { "weight": 15, "sprite": 4921 }, - { "weight": 15, "sprite": 4922 } + { "weight": 15, "sprite": 4933 }, + { "weight": 15, "sprite": 4934 }, + { "weight": 15, "sprite": 4935 }, + { "weight": 15, "sprite": 4936 }, + { "weight": 15, "sprite": 4937 }, + { "weight": 15, "sprite": 4938 } ], "rotates": false }, - { "id": "f_shower", "fg": 4923 }, - { "id": "f_standing_tank", "fg": 4924 }, - { "id": "f_statue", "fg": 4925 }, - { "id": "f_sunflower_season_summer", "fg": 4927 }, - { "id": "f_sunflower_season_autumn", "fg": 4926 }, - { "id": "f_vending_c", "fg": 4928 }, - { "id": "f_vending_reinforced", "fg": 4930 }, - { "id": "f_vending_o", "fg": 4929 }, - { "id": "f_ventilator", "fg": 4931 }, - { "id": "f_washer", "fg": 4932 }, - { "id": "f_water_heater", "fg": 4933 }, - { "id": "f_water_pump", "fg": 4934 }, - { "id": "t_water_pump", "fg": 4934, "bg": 4963 }, - { "id": "f_wind_mill", "fg": 4935 }, - { "id": "f_woodstove", "fg": 4936 }, - { "id": "f_workbench", "fg": 4937 }, - { "id": "f_dishwasher", "fg": 4787 }, - { "id": "f_wardrobe", "fg": 4789 }, - { "id": "f_treadmill", "fg": 4793 }, - { "id": "f_capacitor", "fg": 4794 }, - { "id": "f_exodii_charger", "fg": 4795 }, - { "id": "f_exodii_charger_cheap", "fg": 4796 }, - { "id": "f_exodii_lamp", "fg": 4797 }, - { "id": "f_exodii_portal_tower", "fg": 4798 }, - { "id": "f_exodii_scanner", "fg": 4799 }, - { "id": "f_bigmirror", "fg": 4803 }, - { "id": "f_bigmirror_b", "fg": 4804 }, - { "id": "f_canvas_floor", "fg": 4811 }, - { "id": "f_ladder", "fg": 4896 }, - { "id": "f_alien_gasper", "fg": 4906 }, - { "id": "f_street_light", "fg": 4938 }, - { "id": "f_traffic_light", "fg": 4939 } + { "id": "f_shower", "fg": 4939 }, + { "id": "f_standing_tank", "fg": 4940 }, + { "id": "f_statue", "fg": 4941 }, + { "id": "f_sunflower_season_summer", "fg": 4943 }, + { "id": "f_sunflower_season_autumn", "fg": 4942 }, + { "id": "f_vending_c", "fg": 4944 }, + { "id": "f_vending_reinforced", "fg": 4946 }, + { "id": "f_vending_o", "fg": 4945 }, + { "id": "f_ventilator", "fg": 4947 }, + { "id": "f_washer", "fg": 4948 }, + { "id": "f_water_heater", "fg": 4949 }, + { "id": "f_water_pump", "fg": 4950 }, + { "id": "t_water_pump", "fg": 4950, "bg": 4979 }, + { "id": "f_wind_mill", "fg": 4951 }, + { "id": "f_woodstove", "fg": 4952 }, + { "id": "f_workbench", "fg": 4953 }, + { "id": "f_dishwasher", "fg": 4803 }, + { "id": "f_wardrobe", "fg": 4805 }, + { "id": "f_treadmill", "fg": 4809 }, + { "id": "f_capacitor", "fg": 4810 }, + { "id": "f_exodii_charger", "fg": 4811 }, + { "id": "f_exodii_charger_cheap", "fg": 4812 }, + { "id": "f_exodii_lamp", "fg": 4813 }, + { "id": "f_exodii_portal_tower", "fg": 4814 }, + { "id": "f_exodii_scanner", "fg": 4815 }, + { "id": "f_bigmirror", "fg": 4819 }, + { "id": "f_bigmirror_b", "fg": 4820 }, + { "id": "f_canvas_floor", "fg": 4827 }, + { "id": "f_ladder", "fg": 4912 }, + { "id": "f_alien_gasper", "fg": 4922 }, + { "id": "f_street_light", "fg": 4954 }, + { "id": "f_traffic_light", "fg": 4955 } ] }, { "file": "tall_magiclysm.png", - "//": "range 4944 to 4959", + "//": "range 4960 to 4975", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, - "tiles": [ { "id": "f_glow_boulder", "fg": 4944 }, { "id": "f_magic_bench", "fg": 4945 } ] + "tiles": [ { "id": "f_glow_boulder", "fg": 4960 }, { "id": "f_magic_bench", "fg": 4961 } ] }, { "file": "tall_terrain.png", - "//": "range 4960 to 5135", + "//": "range 4976 to 5151", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "t_floor_olight", "fg": 4977, "bg": 4964 }, - { "id": "t_thconc_floor_olight", "fg": 4977, "bg": 4973 }, - { "id": "t_metal_floor_olight", "fg": 4977, "bg": 4970 }, - { "id": "t_thconc_y_olight", "fg": 4977, "bg": 4974 }, - { "id": "t_strconc_floor_olight", "fg": 4977, "bg": 4972 }, - { "id": "t_linoleum_whitefloor_olight", "fg": 4977, "bg": 4969 }, - { "id": "t_linoleum_gray_floor_olight", "fg": 4977, "bg": 4968 }, - { "id": "t_atm", "fg": 4978, "bg": 4963 }, - { "id": [ "t_barndoor", "t_palisade_pulley" ], "fg": 4979, "bg": 4960 }, - { "id": "t_column", "fg": 4980, "bg": 4963 }, + { "id": "t_floor_olight", "fg": 4993, "bg": 4980 }, + { "id": "t_thconc_floor_olight", "fg": 4993, "bg": 4989 }, + { "id": "t_metal_floor_olight", "fg": 4993, "bg": 4986 }, + { "id": "t_thconc_y_olight", "fg": 4993, "bg": 4990 }, + { "id": "t_strconc_floor_olight", "fg": 4993, "bg": 4988 }, + { "id": "t_linoleum_whitefloor_olight", "fg": 4993, "bg": 4985 }, + { "id": "t_linoleum_gray_floor_olight", "fg": 4993, "bg": 4984 }, + { "id": "t_atm", "fg": 4994, "bg": 4979 }, + { "id": [ "t_barndoor", "t_palisade_pulley" ], "fg": 4995, "bg": 4976 }, + { "id": "t_column", "fg": 4996, "bg": 4979 }, { "id": "t_grass_long", "multitile": true, - "fg": 4999, - "bg": 4967, + "fg": 5015, + "bg": 4983, "additional_tiles": [ { "id": "center", - "bg": 4967, + "bg": 4983, "fg": [ - { "weight": 100, "sprite": 4981 }, - { "weight": 100, "sprite": 4982 }, - { "weight": 100, "sprite": 4983 }, - { "weight": 100, "sprite": 4984 } + { "weight": 100, "sprite": 4997 }, + { "weight": 100, "sprite": 4998 }, + { "weight": 100, "sprite": 4999 }, + { "weight": 100, "sprite": 5000 } ] }, - { "id": "corner", "bg": 4967, "fg": [ 4986, 4988, 4987, 4985 ] }, - { "id": "t_connection", "bg": 4967, "fg": [ 4996, 4998, 4997, 4995 ] }, - { "id": "edge", "bg": 4967, "fg": [ 4990, 4989 ] }, - { "id": "end_piece", "bg": 4967, "fg": [ 4992, 4994, 4993, 4991 ] }, + { "id": "corner", "bg": 4983, "fg": [ 5002, 5004, 5003, 5001 ] }, + { "id": "t_connection", "bg": 4983, "fg": [ 5012, 5014, 5013, 5011 ] }, + { "id": "edge", "bg": 4983, "fg": [ 5006, 5005 ] }, + { "id": "end_piece", "bg": 4983, "fg": [ 5008, 5010, 5009, 5007 ] }, { "id": "unconnected", - "bg": 4967, + "bg": 4983, "fg": [ - { "weight": 100, "sprite": 4999 }, - { "weight": 100, "sprite": 5000 }, - { "weight": 100, "sprite": 5001 }, - { "weight": 100, "sprite": 5002 } + { "weight": 100, "sprite": 5015 }, + { "weight": 100, "sprite": 5016 }, + { "weight": 100, "sprite": 5017 }, + { "weight": 100, "sprite": 5018 } ] } ] @@ -7674,31 +7694,31 @@ { "id": "t_grass_long_season_summer", "multitile": true, - "fg": 5043, - "bg": 4966, + "fg": 5059, + "bg": 4982, "additional_tiles": [ { "id": "center", - "bg": 4966, + "bg": 4982, "fg": [ - { "weight": 100, "sprite": 5025 }, - { "weight": 100, "sprite": 5026 }, - { "weight": 100, "sprite": 5027 }, - { "weight": 100, "sprite": 5028 } + { "weight": 100, "sprite": 5041 }, + { "weight": 100, "sprite": 5042 }, + { "weight": 100, "sprite": 5043 }, + { "weight": 100, "sprite": 5044 } ] }, - { "id": "corner", "bg": 4966, "fg": [ 5030, 5032, 5031, 5029 ] }, - { "id": "t_connection", "bg": 4966, "fg": [ 5040, 5042, 5041, 5039 ] }, - { "id": "edge", "bg": 4966, "fg": [ 5034, 5033 ] }, - { "id": "end_piece", "bg": 4966, "fg": [ 5036, 5038, 5037, 5035 ] }, + { "id": "corner", "bg": 4982, "fg": [ 5046, 5048, 5047, 5045 ] }, + { "id": "t_connection", "bg": 4982, "fg": [ 5056, 5058, 5057, 5055 ] }, + { "id": "edge", "bg": 4982, "fg": [ 5050, 5049 ] }, + { "id": "end_piece", "bg": 4982, "fg": [ 5052, 5054, 5053, 5051 ] }, { "id": "unconnected", - "bg": 4966, + "bg": 4982, "fg": [ - { "weight": 100, "sprite": 5043 }, - { "weight": 100, "sprite": 5044 }, - { "weight": 100, "sprite": 5045 }, - { "weight": 100, "sprite": 5046 } + { "weight": 100, "sprite": 5059 }, + { "weight": 100, "sprite": 5060 }, + { "weight": 100, "sprite": 5061 }, + { "weight": 100, "sprite": 5062 } ] } ] @@ -7706,64 +7726,64 @@ { "id": "t_grass_long_season_autumn", "multitile": true, - "fg": 5021, - "bg": 4965, + "fg": 5037, + "bg": 4981, "additional_tiles": [ { "id": "center", - "bg": 4965, + "bg": 4981, "fg": [ - { "weight": 100, "sprite": 5003 }, - { "weight": 100, "sprite": 5004 }, - { "weight": 100, "sprite": 5005 }, - { "weight": 100, "sprite": 5006 } + { "weight": 100, "sprite": 5019 }, + { "weight": 100, "sprite": 5020 }, + { "weight": 100, "sprite": 5021 }, + { "weight": 100, "sprite": 5022 } ] }, - { "id": "corner", "bg": 4965, "fg": [ 5008, 5010, 5009, 5007 ] }, - { "id": "t_connection", "bg": 4965, "fg": [ 5018, 5020, 5019, 5017 ] }, - { "id": "edge", "bg": 4965, "fg": [ 5012, 5011 ] }, - { "id": "end_piece", "bg": 4965, "fg": [ 5014, 5016, 5015, 5013 ] }, + { "id": "corner", "bg": 4981, "fg": [ 5024, 5026, 5025, 5023 ] }, + { "id": "t_connection", "bg": 4981, "fg": [ 5034, 5036, 5035, 5033 ] }, + { "id": "edge", "bg": 4981, "fg": [ 5028, 5027 ] }, + { "id": "end_piece", "bg": 4981, "fg": [ 5030, 5032, 5031, 5029 ] }, { "id": "unconnected", - "bg": 4965, + "bg": 4981, "fg": [ - { "weight": 100, "sprite": 5021 }, - { "weight": 100, "sprite": 5022 }, - { "weight": 100, "sprite": 5023 }, - { "weight": 100, "sprite": 5024 } + { "weight": 100, "sprite": 5037 }, + { "weight": 100, "sprite": 5038 }, + { "weight": 100, "sprite": 5039 }, + { "weight": 100, "sprite": 5040 } ] } ] }, - { "id": "t_grass_long_season_winter", "fg": 4961 }, + { "id": "t_grass_long_season_winter", "fg": 4977 }, { "id": "t_grass_tall", "multitile": true, - "fg": 5065, - "bg": 4967, + "fg": 5081, + "bg": 4983, "additional_tiles": [ { "id": "center", - "bg": 4967, + "bg": 4983, "fg": [ - { "weight": 100, "sprite": 5047 }, - { "weight": 100, "sprite": 5048 }, - { "weight": 100, "sprite": 5049 }, - { "weight": 100, "sprite": 5050 } + { "weight": 100, "sprite": 5063 }, + { "weight": 100, "sprite": 5064 }, + { "weight": 100, "sprite": 5065 }, + { "weight": 100, "sprite": 5066 } ] }, - { "id": "corner", "bg": 4967, "fg": [ 5052, 5054, 5053, 5051 ] }, - { "id": "t_connection", "bg": 4967, "fg": [ 5062, 5064, 5063, 5061 ] }, - { "id": "edge", "bg": 4967, "fg": [ 5056, 5055 ] }, - { "id": "end_piece", "bg": 4967, "fg": [ 5058, 5060, 5059, 5057 ] }, + { "id": "corner", "bg": 4983, "fg": [ 5068, 5070, 5069, 5067 ] }, + { "id": "t_connection", "bg": 4983, "fg": [ 5078, 5080, 5079, 5077 ] }, + { "id": "edge", "bg": 4983, "fg": [ 5072, 5071 ] }, + { "id": "end_piece", "bg": 4983, "fg": [ 5074, 5076, 5075, 5073 ] }, { "id": "unconnected", - "bg": 4967, + "bg": 4983, "fg": [ - { "weight": 100, "sprite": 5065 }, - { "weight": 100, "sprite": 5066 }, - { "weight": 100, "sprite": 5067 }, - { "weight": 100, "sprite": 5068 } + { "weight": 100, "sprite": 5081 }, + { "weight": 100, "sprite": 5082 }, + { "weight": 100, "sprite": 5083 }, + { "weight": 100, "sprite": 5084 } ] } ] @@ -7771,31 +7791,31 @@ { "id": "t_grass_tall_season_summer", "multitile": true, - "fg": 5109, - "bg": 4966, + "fg": 5125, + "bg": 4982, "additional_tiles": [ { "id": "center", - "bg": 4966, + "bg": 4982, "fg": [ - { "weight": 100, "sprite": 5091 }, - { "weight": 100, "sprite": 5092 }, - { "weight": 100, "sprite": 5093 }, - { "weight": 100, "sprite": 5094 } + { "weight": 100, "sprite": 5107 }, + { "weight": 100, "sprite": 5108 }, + { "weight": 100, "sprite": 5109 }, + { "weight": 100, "sprite": 5110 } ] }, - { "id": "corner", "bg": 4966, "fg": [ 5096, 5098, 5097, 5095 ] }, - { "id": "t_connection", "bg": 4966, "fg": [ 5106, 5108, 5107, 5105 ] }, - { "id": "edge", "bg": 4966, "fg": [ 5100, 5099 ] }, - { "id": "end_piece", "bg": 4966, "fg": [ 5102, 5104, 5103, 5101 ] }, + { "id": "corner", "bg": 4982, "fg": [ 5112, 5114, 5113, 5111 ] }, + { "id": "t_connection", "bg": 4982, "fg": [ 5122, 5124, 5123, 5121 ] }, + { "id": "edge", "bg": 4982, "fg": [ 5116, 5115 ] }, + { "id": "end_piece", "bg": 4982, "fg": [ 5118, 5120, 5119, 5117 ] }, { "id": "unconnected", - "bg": 4966, + "bg": 4982, "fg": [ - { "weight": 100, "sprite": 5109 }, - { "weight": 100, "sprite": 5110 }, - { "weight": 100, "sprite": 5111 }, - { "weight": 100, "sprite": 5112 } + { "weight": 100, "sprite": 5125 }, + { "weight": 100, "sprite": 5126 }, + { "weight": 100, "sprite": 5127 }, + { "weight": 100, "sprite": 5128 } ] } ] @@ -7803,69 +7823,69 @@ { "id": "t_grass_tall_season_autumn", "multitile": true, - "fg": 5087, - "bg": 4965, + "fg": 5103, + "bg": 4981, "additional_tiles": [ { "id": "center", - "bg": 4965, + "bg": 4981, "fg": [ - { "weight": 100, "sprite": 5069 }, - { "weight": 100, "sprite": 5070 }, - { "weight": 100, "sprite": 5071 }, - { "weight": 100, "sprite": 5072 } + { "weight": 100, "sprite": 5085 }, + { "weight": 100, "sprite": 5086 }, + { "weight": 100, "sprite": 5087 }, + { "weight": 100, "sprite": 5088 } ] }, - { "id": "corner", "bg": 4965, "fg": [ 5074, 5076, 5075, 5073 ] }, - { "id": "t_connection", "bg": 4965, "fg": [ 5084, 5086, 5085, 5083 ] }, - { "id": "edge", "bg": 4965, "fg": [ 5078, 5077 ] }, - { "id": "end_piece", "bg": 4965, "fg": [ 5080, 5082, 5081, 5079 ] }, + { "id": "corner", "bg": 4981, "fg": [ 5090, 5092, 5091, 5089 ] }, + { "id": "t_connection", "bg": 4981, "fg": [ 5100, 5102, 5101, 5099 ] }, + { "id": "edge", "bg": 4981, "fg": [ 5094, 5093 ] }, + { "id": "end_piece", "bg": 4981, "fg": [ 5096, 5098, 5097, 5095 ] }, { "id": "unconnected", - "bg": 4965, + "bg": 4981, "fg": [ - { "weight": 100, "sprite": 5087 }, - { "weight": 100, "sprite": 5088 }, - { "weight": 100, "sprite": 5089 }, - { "weight": 100, "sprite": 5090 } + { "weight": 100, "sprite": 5103 }, + { "weight": 100, "sprite": 5104 }, + { "weight": 100, "sprite": 5105 }, + { "weight": 100, "sprite": 5106 } ] } ] }, - { "id": "t_grass_tall_season_winter", "fg": 4961 }, - { "id": "t_gutter_downspout", "fg": 5113, "bg": 4967 }, - { "id": "t_gutter_downspout_season_autumn", "fg": 5113, "bg": 4965 }, - { "id": "t_gutter_downspout_season_summer", "fg": 5113, "bg": 4966 }, - { "id": "t_gutter_downspout_season_winter", "fg": 5113, "bg": 4962 }, - { "id": "t_little_column", "fg": 5114, "bg": 4963 }, - { "id": "t_stairs_up", "fg": 5116 }, - { "id": "t_wood_stairs_up", "fg": 5117 }, - { "id": "t_utility_light", "fg": 5118 }, - { "id": "t_ladder_up", "fg": 4975 }, - { "id": "t_ladder_up_down", "fg": 4976 }, - { "id": "t_radio_tower", "fg": 5115 }, - { "id": "t_window_stained_blue", "fg": 5119 }, - { "id": "t_window_stained_green", "fg": 5120 }, - { "id": "t_window_stained_red", "fg": 5121 } + { "id": "t_grass_tall_season_winter", "fg": 4977 }, + { "id": "t_gutter_downspout", "fg": 5129, "bg": 4983 }, + { "id": "t_gutter_downspout_season_autumn", "fg": 5129, "bg": 4981 }, + { "id": "t_gutter_downspout_season_summer", "fg": 5129, "bg": 4982 }, + { "id": "t_gutter_downspout_season_winter", "fg": 5129, "bg": 4978 }, + { "id": "t_little_column", "fg": 5130, "bg": 4979 }, + { "id": "t_stairs_up", "fg": 5132 }, + { "id": "t_wood_stairs_up", "fg": 5133 }, + { "id": "t_utility_light", "fg": 5134 }, + { "id": "t_ladder_up", "fg": 4991 }, + { "id": "t_ladder_up_down", "fg": 4992 }, + { "id": "t_radio_tower", "fg": 5131 }, + { "id": "t_window_stained_blue", "fg": 5135 }, + { "id": "t_window_stained_green", "fg": 5136 }, + { "id": "t_window_stained_red", "fg": 5137 } ] }, { "file": "tall_overmap.png", - "//": "range 5136 to 5151", + "//": "range 5152 to 5167", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "airliner_2b_1", "fg": 5140, "bg": 5137, "rotates": false }, - { "id": "airliner_2b", "fg": 5139, "bg": 5141 }, - { "id": "lighthouse_ground", "fg": 5142, "bg": 5138 }, - { "id": "lighthouse_z1", "fg": 5143, "bg": 5137 }, - { "id": "park", "fg": 5144, "bg": 5136 }, + { "id": "airliner_2b_1", "fg": 5156, "bg": 5153, "rotates": false }, + { "id": "airliner_2b", "fg": 5155, "bg": 5157 }, + { "id": "lighthouse_ground", "fg": 5158, "bg": 5154 }, + { "id": "lighthouse_z1", "fg": 5159, "bg": 5153 }, + { "id": "park", "fg": 5160, "bg": 5152 }, { "id": [ "horse_farm_isherwood_13", "horse_farm_13", "farm_dairy_twd_4", "farm_stills_3" ], - "fg": [ 5146, 5145, 5147, 5148 ], - "bg": 5136, + "fg": [ 5162, 5161, 5163, 5164 ], + "bg": 5152, "rotates": true }, { @@ -7879,15 +7899,15 @@ "farm_stills_3_2nd", "farm_stills_3_roof" ], - "fg": [ 5146, 5145, 5147, 5148 ], - "bg": 5137, + "fg": [ 5162, 5161, 5163, 5164 ], + "bg": 5153, "rotates": true } ] }, { "file": "tall_vehicle.png", - "//": "range 5152 to 5247", + "//": "range 5168 to 5263", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, @@ -7895,47 +7915,47 @@ "tiles": [ { "id": [ "vp_door_rear", "vp_door_horizontal_rear" ], - "fg": [ 5173, 5162, 5176, 5156 ], + "fg": [ 5189, 5178, 5192, 5172 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5174, 5159, 5175, 5157 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5174, 5159, 5175, 5157 ] } + { "id": "open", "fg": [ 5190, 5175, 5191, 5173 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5190, 5175, 5191, 5173 ] } ] }, { "id": [ "vp_door_front", "vp_door_horizontal_front" ], - "fg": [ 5176, 5156, 5173, 5162 ], + "fg": [ 5192, 5172, 5189, 5178 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5175, 5157, 5174, 5159 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5175, 5157, 5174, 5159 ] } + { "id": "open", "fg": [ 5191, 5173, 5190, 5175 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5191, 5173, 5190, 5175 ] } ] }, { "id": [ "vp_door_opaque_rear", "vp_door_opaque_horizontal_rear" ], - "fg": [ 5171, 5162, 5172, 5156 ], + "fg": [ 5187, 5178, 5188, 5172 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5174, 5167, 5175, 5166 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5174, 5167, 5175, 5166 ] } + { "id": "open", "fg": [ 5190, 5183, 5191, 5182 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5190, 5183, 5191, 5182 ] } ] }, { "id": [ "vp_door_opaque_front", "vp_door_opaque_horizontal_front" ], - "fg": [ 5172, 5156, 5171, 5162 ], + "fg": [ 5188, 5172, 5187, 5178 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5175, 5166, 5174, 5167 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5175, 5166, 5174, 5167 ] } + { "id": "open", "fg": [ 5191, 5182, 5190, 5183 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5191, 5182, 5190, 5183 ] } ] }, { "id": "vp_door_sliding", - "fg": [ 5162, 5172, 5156, 5170 ], + "fg": [ 5178, 5188, 5172, 5186 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5199, 5200, 5201, 5202 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5199, 5200, 5201, 5202 ] } + { "id": "open", "fg": [ 5215, 5216, 5217, 5218 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5215, 5216, 5217, 5218 ] } ] }, { @@ -7947,11 +7967,11 @@ "vp_door_full_sw", "vp_door_full_rear_left" ], - "fg": [ 5156, 5163, 5162, 5161 ], + "fg": [ 5172, 5179, 5178, 5177 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5157, 5160, 5159, 5158 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5157, 5160, 5159, 5158 ] } + { "id": "open", "fg": [ 5173, 5176, 5175, 5174 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5173, 5176, 5175, 5174 ] } ] }, { @@ -7963,304 +7983,304 @@ "vp_door_full_se", "vp_door_full_rear_right" ], - "fg": [ 5162, 5176, 5156, 5165 ], + "fg": [ 5178, 5192, 5172, 5181 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5159, 5175, 5157, 5164 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5159, 5175, 5157, 5164 ] } + { "id": "open", "fg": [ 5175, 5191, 5173, 5180 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5175, 5191, 5173, 5180 ] } ] }, { "id": "vp_door_opaque_full_left", - "fg": [ 5156, 5169, 5162, 5168 ], + "fg": [ 5172, 5185, 5178, 5184 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5166, 5160, 5167, 5158 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5166, 5160, 5167, 5158 ] } + { "id": "open", "fg": [ 5182, 5176, 5183, 5174 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5182, 5176, 5183, 5174 ] } ] }, { "id": "vp_door_opaque_full_right", - "fg": [ 5162, 5172, 5156, 5170 ], + "fg": [ 5178, 5188, 5172, 5186 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5167, 5175, 5166, 5164 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5167, 5175, 5166, 5164 ] } + { "id": "open", "fg": [ 5183, 5191, 5182, 5180 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5183, 5191, 5182, 5180 ] } ] }, { "id": [ "vp_door", "vp_door_internal", "vp_door_opaque" ], - "fg": [ 5184, 5188, 5186, 5183 ], + "fg": [ 5200, 5204, 5202, 5199 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5185, 5182, 5187, 5181 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 5185, 5182, 5187, 5181 ] } + { "id": "open", "fg": [ 5201, 5198, 5203, 5197 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 5201, 5198, 5203, 5197 ] } ] }, { "id": "vp_door_internal_front", - "fg": [ 5172, 5156, 5180, 5162 ], + "fg": [ 5188, 5172, 5196, 5178 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5175, 5179, 5178, 5177 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 5175, 5179, 5178, 5177 ] } + { "id": "open", "fg": [ 5191, 5195, 5194, 5193 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 5191, 5195, 5194, 5193 ] } ] }, { "id": "vp_door_shutter", - "fg": [ 5191, 5189, 5190, 5192 ], + "fg": [ 5207, 5205, 5206, 5208 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5196, 5194, 5195, 5197 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 5196, 5194, 5195, 5197 ] } + { "id": "open", "fg": [ 5212, 5210, 5211, 5213 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 5212, 5210, 5211, 5213 ] } ] }, { "id": "vp_door_shutter_left", - "fg": [ 5192, 5193, 5189, 5190 ], + "fg": [ 5208, 5209, 5205, 5206 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5197, 5198, 5194, 5195 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 5197, 5198, 5194, 5195 ] } + { "id": "open", "fg": [ 5213, 5214, 5210, 5211 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 5213, 5214, 5210, 5211 ] } ] }, { "id": "vp_door_shutter_right", - "fg": [ 5189, 5190, 5192, 5193 ], + "fg": [ 5205, 5206, 5208, 5209 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5194, 5195, 5197, 5198 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 5194, 5195, 5197, 5198 ] } + { "id": "open", "fg": [ 5210, 5211, 5213, 5214 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 5210, 5211, 5213, 5214 ] } ] }, { "id": "vp_frame_handle", - "fg": [ 5204, 5206, 5205, 5203 ], + "fg": [ 5220, 5222, 5221, 5219 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5204, 5206, 5205, 5203 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5220, 5222, 5221, 5219 ] } ] }, { "id": "vp_stowboard_ne", - "fg": [ 5213, 5216, 5215, 5214 ], + "fg": [ 5229, 5232, 5231, 5230 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5213, 5216, 5215, 5214 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5229, 5232, 5231, 5230 ] } ] }, { "id": "vp_stowboard_nw", - "fg": [ 5216, 5218, 5217, 5213 ], + "fg": [ 5232, 5234, 5233, 5229 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5216, 5218, 5217, 5213 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5232, 5234, 5233, 5229 ] } ] }, { "id": "vp_stowboard_se", - "fg": [ 5219, 5213, 5216, 5220 ], + "fg": [ 5235, 5229, 5232, 5236 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5219, 5213, 5216, 5220 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5235, 5229, 5232, 5236 ] } ] }, { "id": "vp_stowboard_sw", - "fg": [ 5221, 5222, 5213, 5216 ], + "fg": [ 5237, 5238, 5229, 5232 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5221, 5222, 5213, 5216 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5237, 5238, 5229, 5232 ] } ] }, { "id": "vp_stowboard_vertical_left", - "fg": [ 5210, 5223, 5208, 5207 ], + "fg": [ 5226, 5239, 5224, 5223 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5210, 5223, 5208, 5207 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5226, 5239, 5224, 5223 ] } ] }, { "id": "vp_stowboard_vertical_right", - "fg": [ 5208, 5207, 5210, 5223 ], + "fg": [ 5224, 5223, 5226, 5239 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5208, 5207, 5210, 5223 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5224, 5223, 5226, 5239 ] } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ], - "fg": [ 5207, 5212, 5207, 5224 ], + "fg": [ 5223, 5228, 5223, 5240 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5207, 5212, 5207, 5224 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5223, 5228, 5223, 5240 ] } ] }, { "id": "vp_stowboard_horizontal_front", - "fg": [ 5207, 5210, 5209, 5208 ], + "fg": [ 5223, 5226, 5225, 5224 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5207, 5210, 5209, 5208 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5223, 5226, 5225, 5224 ] } ] }, { "id": "vp_stowboard_horizontal_rear", - "fg": [ 5211, 5208, 5207, 5210 ], + "fg": [ 5227, 5224, 5223, 5226 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5211, 5208, 5207, 5210 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5227, 5224, 5223, 5226 ] } ] }, { "id": [ "vp_stowboard_vertical", "vp_stowboard_vertical_2" ], - "fg": [ 5224, 5207, 5224, 5207 ], + "fg": [ 5240, 5223, 5240, 5223 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5224, 5207, 5224, 5207 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5240, 5223, 5240, 5223 ] } ] }, { "id": "vp_stowboard_wheel_left", - "fg": [ 5210, 5225, 5208, 5207 ], + "fg": [ 5226, 5241, 5224, 5223 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5210, 5225, 5208, 5207 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5226, 5241, 5224, 5223 ] } ] }, { "id": "vp_stowboard_wheel_right", - "fg": [ 5208, 5207, 5210, 5225 ], + "fg": [ 5224, 5223, 5226, 5241 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 5208, 5207, 5210, 5225 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 5224, 5223, 5226, 5241 ] } ] }, { "id": "vp_door_trunk", - "fg": [ 5226, 5233, 5232, 5231 ], + "fg": [ 5242, 5249, 5248, 5247 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 5227, 5230, 5229, 5228 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 5227, 5230, 5229, 5228 ] } + { "id": "open", "fg": [ 5243, 5246, 5245, 5244 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 5243, 5246, 5245, 5244 ] } ] }, - { "id": "crack_glass_center_tall", "fg": 5152 }, - { "id": "crack_glass_left_tall", "fg": 5153 }, - { "id": "crack_glass_right_tall", "fg": 5154 }, - { "id": "vp_travois", "fg": 5234 } + { "id": "crack_glass_center_tall", "fg": 5168 }, + { "id": "crack_glass_left_tall", "fg": 5169 }, + { "id": "crack_glass_right_tall", "fg": 5170 }, + { "id": "vp_travois", "fg": 5250 } ] }, { "file": "tall_wielded.png", - "//": "range 5248 to 5263", + "//": "range 5264 to 5279", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "overlay_wielded_long_pole", "fg": 5251 }, - { "id": "overlay_wielded_pike_copper", "fg": 5252 }, - { "id": "overlay_wielded_pike", "fg": 5253 }, - { "id": "overlay_wielded_pike_wood", "fg": 5254 }, - { "id": "overlay_female_wielded_wood_panel", "fg": 5255 }, - { "id": "overlay_male_wielded_wood_panel", "fg": 5256 }, - { "id": "overlay_female_wielded_wood_sheet", "fg": 5257 }, - { "id": "overlay_male_wielded_wood_sheet", "fg": 5258 }, - { "id": "overlay_wielded_mattress", "fg": 5248 }, - { "id": "overlay_wielded_fishing_rod_basic", "fg": 5249 }, - { "id": "overlay_wielded_fishing_rod_professional", "fg": 5250 } + { "id": "overlay_wielded_long_pole", "fg": 5267 }, + { "id": "overlay_wielded_pike_copper", "fg": 5268 }, + { "id": "overlay_wielded_pike", "fg": 5269 }, + { "id": "overlay_wielded_pike_wood", "fg": 5270 }, + { "id": "overlay_female_wielded_wood_panel", "fg": 5271 }, + { "id": "overlay_male_wielded_wood_panel", "fg": 5272 }, + { "id": "overlay_female_wielded_wood_sheet", "fg": 5273 }, + { "id": "overlay_male_wielded_wood_sheet", "fg": 5274 }, + { "id": "overlay_wielded_mattress", "fg": 5264 }, + { "id": "overlay_wielded_fishing_rod_basic", "fg": 5265 }, + { "id": "overlay_wielded_fishing_rod_professional", "fg": 5266 } ] }, { "file": "human_body.png", - "//": "range 5264 to 5279", + "//": "range 5280 to 5295", "sprite_width": 32, "sprite_height": 36, "sprite_offset_x": 0, "sprite_offset_y": -8, - "tiles": [ { "id": [ "fd_cigsmoke", "fd_weedsmoke", "fd_cracksmoke", "fd_methsmoke" ], "fg": 5264 } ] + "tiles": [ { "id": [ "fd_cigsmoke", "fd_weedsmoke", "fd_cracksmoke", "fd_methsmoke" ], "fg": 5280 } ] }, { "file": "human_body_wielded.png", - "//": "range 5280 to 5999", + "//": "range 5296 to 6015", "sprite_width": 32, "sprite_height": 36, "sprite_offset_x": 0, "sprite_offset_y": -8, "tiles": [ - { "id": "overlay_wielded_arming_sword_fake", "fg": 5336 }, - { "id": "overlay_wielded_arming_sword_inferior", "fg": 5336 }, - { "id": "overlay_wielded_battleaxe_inferior", "fg": 5285 }, - { "id": "overlay_wielded_battleaxe_fake", "fg": 5285 }, - { "id": "overlay_wielded_broadsword_inferior", "fg": 5635 }, - { "id": "overlay_wielded_broadsword_fake", "fg": 5635 }, - { "id": "overlay_wielded_cavalry_sabre_fake", "fg": 5289 }, - { "id": "overlay_wielded_cutlass_fake", "fg": 5291 }, - { "id": "overlay_wielded_cutlass_inferior", "fg": 5291 }, - { "id": "overlay_wielded_estoc_inferior", "fg": 5687 }, - { "id": "overlay_wielded_estoc_fake", "fg": 5687 }, - { "id": "overlay_female_wielded_halberd_fake", "fg": 5715 }, - { "id": "overlay_male_wielded_halberd_fake", "fg": 5716 }, - { "id": "overlay_wielded_jian_fake", "fg": 5297 }, - { "id": "overlay_wielded_jian_inferior", "fg": 5297 }, - { "id": "overlay_wielded_katana_fake", "fg": 5734 }, - { "id": "overlay_wielded_katana_inferior", "fg": 5734 }, - { "id": "overlay_wielded_kris_fake", "fg": 5740 }, - { "id": "overlay_wielded_longsword_fake", "fg": 5743 }, - { "id": "overlay_wielded_longsword_inferior", "fg": 5743 }, - { "id": "overlay_female_wielded_lucern_hammerfake", "fg": 5744 }, - { "id": "overlay_male_wielded_lucern_hammerfake", "fg": 5745 }, - { "id": "overlay_wielded_mace_inferior", "fg": 5746 }, - { "id": "overlay_wielded_mace_fake", "fg": 5746 }, - { "id": "overlay_wielded_morningstar_fake", "fg": 5747 }, - { "id": "overlay_wielded_morningstar_inferior", "fg": 5747 }, - { "id": "overlay_female_wielded_naginata_fake", "fg": 5308 }, - { "id": "overlay_male_wielded_naginata_fake", "fg": 5309 }, - { "id": "overlay_female_wielded_naginata_inferior", "fg": 5308 }, - { "id": "overlay_male_wielded_naginata_inferior", "fg": 5309 }, - { "id": "overlay_wielded_nodachi_inferior", "fg": 5800 }, - { "id": "overlay_wielded_nodachi_fake", "fg": 5800 }, - { "id": "overlay_wielded_pike_fake", "fg": 5253 }, - { "id": "overlay_wielded_pike_inferior", "fg": 5253 }, - { "id": "overlay_wielded_rapier_fake", "fg": 5828 }, - { "id": "overlay_wielded_tanto_inferior", "fg": 5941 }, - { "id": "overlay_wielded_tanto_fake", "fg": 5941 }, - { "id": "overlay_wielded_wakizashi_fake", "fg": 5965 }, - { "id": "overlay_wielded_wakizashi_inferior", "fg": 5965 }, - { "id": "overlay_wielded_zweihander_fake", "fg": 5987 }, - { "id": "overlay_wielded_zweihander_inferior", "fg": 5987 }, - { "id": "overlay_female_wielded_1st_aid", "fg": 5280 }, - { "id": "overlay_male_wielded_1st_aid", "fg": 5281 }, - { "id": "overlay_female_wielded_2x4", "fg": 5282 }, - { "id": "overlay_male_wielded_2x4", "fg": 5283 }, - { "id": "overlay_wielded_bowling_axe", "fg": 5284 }, - { "id": "overlay_wielded_battleaxe", "fg": 5285 }, - { "id": "overlay_wielded_knife_butcher", "fg": 5286 }, - { "id": "overlay_female_wielded_butterfly_swords", "fg": 5287 }, - { "id": "overlay_male_wielded_butterfly_swords", "fg": 5288 }, - { "id": "overlay_wielded_cavalry_sabre", "fg": 5289 }, - { "id": "overlay_wielded_sword_crude", "fg": 5290 }, - { "id": "overlay_wielded_cutlass", "fg": 5291 }, - { "id": "overlay_wielded_dao", "fg": 5292 }, - { "id": "overlay_wielded_diveknife", "fg": 5293 }, - { "id": "overlay_female_wielded_glaive", "fg": 5294 }, - { "id": "overlay_male_wielded_glaive", "fg": 5295 }, - { "id": "overlay_wielded_glass_shiv", "fg": 5296 }, - { "id": "overlay_wielded_jian", "fg": 5297 }, - { "id": "overlay_wielded_khopesh", "fg": 5298 }, - { "id": "overlay_wielded_kukri", "fg": 5299 }, - { "id": "overlay_wielded_lajatang", "fg": 5300 }, - { "id": "overlay_wielded_machete", "fg": 5301 }, - { "id": "overlay_female_wielded_makeshift_halberd", "fg": 5302 }, - { "id": "overlay_male_wielded_makeshift_halberd", "fg": 5303 }, - { "id": "overlay_wielded_makeshift_machete", "fg": 5304 }, - { "id": "overlay_wielded_glass_macuahuitl", "fg": 5305 }, - { "id": "overlay_female_wielded_makeshift_scythe_war", "fg": 5306 }, - { "id": "overlay_male_wielded_makeshift_scythe_war", "fg": 5307 }, - { "id": "overlay_female_wielded_naginata", "fg": 5308 }, - { "id": "overlay_male_wielded_naginata", "fg": 5309 }, - { "id": "overlay_wielded_knuckle_katar", "fg": 5310 }, - { "id": "overlay_wielded_scimitar", "fg": 5311 }, - { "id": "overlay_wielded_scythe", "fg": 5312 }, - { "id": "overlay_wielded_survivor_machete", "fg": 5313 }, - { "id": "overlay_wielded_sword_bayonet", "fg": 5314 }, - { "id": "overlay_female_wielded_bagh_nakha", "fg": 5315 }, - { "id": "overlay_male_wielded_bagh_nakha", "fg": 5316 }, - { "id": "overlay_female_wielded_scythe_war", "fg": 5317 }, - { "id": "overlay_male_wielded_scythe_war", "fg": 5318 }, - { "id": "overlay_wielded_sword_xiphos", "fg": 5319 }, - { "id": "overlay_wielded_acoustic_guitar", "fg": 5324 }, - { "id": "overlay_worn_acoustic_guitar", "fg": 5324 }, - { "id": "overlay_female_wielded_stepladder", "fg": 5334 }, - { "id": "overlay_male_wielded_stepladder", "fg": 5335 }, - { "id": "overlay_wielded_arming_sword", "fg": 5336 }, - { "id": [ "overlay_wielded_m16_auto_rifle_var_acr", "overlay_wielded_acr_300blk" ], "fg": 5440 }, - { "id": [ "overlay_wielded_ak47", "overlay_wielded_aksemi" ], "fg": 5350 }, - { "id": [ "overlay_wielded_carbine_flintlock", "overlay_wielded_carbine_flintlock_double" ], "fg": 5368 }, - { "id": [ "overlay_wielded_hk_mp5", "overlay_wielded_hk_mp5_10_semi" ], "fg": 5414 }, - { "id": [ "overlay_wielded_hptjcp", "overlay_wielded_hptjhp" ], "fg": 5422 }, - { "id": [ "overlay_wielded_longrifle_flintlock", "overlay_wielded_rifle_flintlock" ], "fg": 5436 }, - { "id": [ "overlay_wielded_m16a4", "overlay_wielded_m16_auto_rifle_var_m16a3" ], "fg": 5441 }, - { "id": [ "overlay_wielded_m1911", "overlay_wielded_m1911a1_38super" ], "fg": 5446 }, - { "id": [ "overlay_wielded_m249", "overlay_wielded_m249_semi" ], "fg": 5455 }, - { "id": [ "overlay_wielded_m60", "overlay_wielded_m60_semi" ], "fg": 5466 }, - { "id": [ "overlay_wielded_mp40", "overlay_wielded_mp40semi" ], "fg": 5491 }, + { "id": "overlay_wielded_arming_sword_fake", "fg": 5352 }, + { "id": "overlay_wielded_arming_sword_inferior", "fg": 5352 }, + { "id": "overlay_wielded_battleaxe_inferior", "fg": 5301 }, + { "id": "overlay_wielded_battleaxe_fake", "fg": 5301 }, + { "id": "overlay_wielded_broadsword_inferior", "fg": 5651 }, + { "id": "overlay_wielded_broadsword_fake", "fg": 5651 }, + { "id": "overlay_wielded_cavalry_sabre_fake", "fg": 5305 }, + { "id": "overlay_wielded_cutlass_fake", "fg": 5307 }, + { "id": "overlay_wielded_cutlass_inferior", "fg": 5307 }, + { "id": "overlay_wielded_estoc_inferior", "fg": 5705 }, + { "id": "overlay_wielded_estoc_fake", "fg": 5705 }, + { "id": "overlay_female_wielded_halberd_fake", "fg": 5733 }, + { "id": "overlay_male_wielded_halberd_fake", "fg": 5734 }, + { "id": "overlay_wielded_jian_fake", "fg": 5313 }, + { "id": "overlay_wielded_jian_inferior", "fg": 5313 }, + { "id": "overlay_wielded_katana_fake", "fg": 5752 }, + { "id": "overlay_wielded_katana_inferior", "fg": 5752 }, + { "id": "overlay_wielded_kris_fake", "fg": 5758 }, + { "id": "overlay_wielded_longsword_fake", "fg": 5761 }, + { "id": "overlay_wielded_longsword_inferior", "fg": 5761 }, + { "id": "overlay_female_wielded_lucern_hammerfake", "fg": 5762 }, + { "id": "overlay_male_wielded_lucern_hammerfake", "fg": 5763 }, + { "id": "overlay_wielded_mace_inferior", "fg": 5764 }, + { "id": "overlay_wielded_mace_fake", "fg": 5764 }, + { "id": "overlay_wielded_morningstar_fake", "fg": 5765 }, + { "id": "overlay_wielded_morningstar_inferior", "fg": 5765 }, + { "id": "overlay_female_wielded_naginata_fake", "fg": 5324 }, + { "id": "overlay_male_wielded_naginata_fake", "fg": 5325 }, + { "id": "overlay_female_wielded_naginata_inferior", "fg": 5324 }, + { "id": "overlay_male_wielded_naginata_inferior", "fg": 5325 }, + { "id": "overlay_wielded_nodachi_inferior", "fg": 5818 }, + { "id": "overlay_wielded_nodachi_fake", "fg": 5818 }, + { "id": "overlay_wielded_pike_fake", "fg": 5269 }, + { "id": "overlay_wielded_pike_inferior", "fg": 5269 }, + { "id": "overlay_wielded_rapier_fake", "fg": 5846 }, + { "id": "overlay_wielded_tanto_inferior", "fg": 5959 }, + { "id": "overlay_wielded_tanto_fake", "fg": 5959 }, + { "id": "overlay_wielded_wakizashi_fake", "fg": 5983 }, + { "id": "overlay_wielded_wakizashi_inferior", "fg": 5983 }, + { "id": "overlay_wielded_zweihander_fake", "fg": 6005 }, + { "id": "overlay_wielded_zweihander_inferior", "fg": 6005 }, + { "id": "overlay_female_wielded_1st_aid", "fg": 5296 }, + { "id": "overlay_male_wielded_1st_aid", "fg": 5297 }, + { "id": "overlay_female_wielded_2x4", "fg": 5298 }, + { "id": "overlay_male_wielded_2x4", "fg": 5299 }, + { "id": "overlay_wielded_bowling_axe", "fg": 5300 }, + { "id": "overlay_wielded_battleaxe", "fg": 5301 }, + { "id": "overlay_wielded_knife_butcher", "fg": 5302 }, + { "id": "overlay_female_wielded_butterfly_swords", "fg": 5303 }, + { "id": "overlay_male_wielded_butterfly_swords", "fg": 5304 }, + { "id": "overlay_wielded_cavalry_sabre", "fg": 5305 }, + { "id": "overlay_wielded_sword_crude", "fg": 5306 }, + { "id": "overlay_wielded_cutlass", "fg": 5307 }, + { "id": "overlay_wielded_dao", "fg": 5308 }, + { "id": "overlay_wielded_diveknife", "fg": 5309 }, + { "id": "overlay_female_wielded_glaive", "fg": 5310 }, + { "id": "overlay_male_wielded_glaive", "fg": 5311 }, + { "id": "overlay_wielded_glass_shiv", "fg": 5312 }, + { "id": "overlay_wielded_jian", "fg": 5313 }, + { "id": "overlay_wielded_khopesh", "fg": 5314 }, + { "id": "overlay_wielded_kukri", "fg": 5315 }, + { "id": "overlay_wielded_lajatang", "fg": 5316 }, + { "id": "overlay_wielded_machete", "fg": 5317 }, + { "id": "overlay_female_wielded_makeshift_halberd", "fg": 5318 }, + { "id": "overlay_male_wielded_makeshift_halberd", "fg": 5319 }, + { "id": "overlay_wielded_makeshift_machete", "fg": 5320 }, + { "id": "overlay_wielded_glass_macuahuitl", "fg": 5321 }, + { "id": "overlay_female_wielded_makeshift_scythe_war", "fg": 5322 }, + { "id": "overlay_male_wielded_makeshift_scythe_war", "fg": 5323 }, + { "id": "overlay_female_wielded_naginata", "fg": 5324 }, + { "id": "overlay_male_wielded_naginata", "fg": 5325 }, + { "id": "overlay_wielded_knuckle_katar", "fg": 5326 }, + { "id": "overlay_wielded_scimitar", "fg": 5327 }, + { "id": "overlay_wielded_scythe", "fg": 5328 }, + { "id": "overlay_wielded_survivor_machete", "fg": 5329 }, + { "id": "overlay_wielded_sword_bayonet", "fg": 5330 }, + { "id": "overlay_female_wielded_bagh_nakha", "fg": 5331 }, + { "id": "overlay_male_wielded_bagh_nakha", "fg": 5332 }, + { "id": "overlay_female_wielded_scythe_war", "fg": 5333 }, + { "id": "overlay_male_wielded_scythe_war", "fg": 5334 }, + { "id": "overlay_wielded_sword_xiphos", "fg": 5335 }, + { "id": "overlay_wielded_acoustic_guitar", "fg": 5340 }, + { "id": "overlay_worn_acoustic_guitar", "fg": 5340 }, + { "id": "overlay_female_wielded_stepladder", "fg": 5350 }, + { "id": "overlay_male_wielded_stepladder", "fg": 5351 }, + { "id": "overlay_wielded_arming_sword", "fg": 5352 }, + { "id": [ "overlay_wielded_m16_auto_rifle_var_acr", "overlay_wielded_acr_300blk" ], "fg": 5456 }, + { "id": [ "overlay_wielded_ak47", "overlay_wielded_aksemi" ], "fg": 5366 }, + { "id": [ "overlay_wielded_carbine_flintlock", "overlay_wielded_carbine_flintlock_double" ], "fg": 5384 }, + { "id": [ "overlay_wielded_hk_mp5", "overlay_wielded_hk_mp5_10_semi" ], "fg": 5430 }, + { "id": [ "overlay_wielded_hptjcp", "overlay_wielded_hptjhp" ], "fg": 5438 }, + { "id": [ "overlay_wielded_longrifle_flintlock", "overlay_wielded_rifle_flintlock" ], "fg": 5452 }, + { "id": [ "overlay_wielded_m16a4", "overlay_wielded_m16_auto_rifle_var_m16a3" ], "fg": 5457 }, + { "id": [ "overlay_wielded_m1911", "overlay_wielded_m1911a1_38super" ], "fg": 5462 }, + { "id": [ "overlay_wielded_m249", "overlay_wielded_m249_semi" ], "fg": 5471 }, + { "id": [ "overlay_wielded_m60", "overlay_wielded_m60_semi" ], "fg": 5482 }, + { "id": [ "overlay_wielded_mp40", "overlay_wielded_mp40semi" ], "fg": 5507 }, { "id": [ "overlay_wielded_rifle_9mm", @@ -8272,59 +8292,59 @@ "overlay_wielded_rifle_38", "overlay_wielded_rifle_223" ], - "fg": 5507 - }, - { "id": [ "overlay_wielded_slamfire_shotgun", "overlay_wielded_slamfire_shotgun_d" ], "fg": 5559 }, - { "id": "overlay_wielded_fire_ax", "fg": 5606 }, - { "id": "overlay_wielded_ax", "fg": 5608 }, - { "id": "overlay_wielded_hatchet", "fg": 5607 }, - { "id": "overlay_wielded_bag_canvas", "fg": 5609 }, - { "id": "overlay_wielded_bag_plastic", "fg": 5610 }, - { "id": "overlay_wielded_knife_baselard", "fg": 5611 }, - { "id": "overlay_female_wielded_bat", "fg": 5612 }, - { "id": "overlay_male_wielded_bat", "fg": 5613 }, - { "id": "overlay_female_wielded_bat_metal", "fg": 5614 }, - { "id": "overlay_male_wielded_bat_metal", "fg": 5615 }, - { "id": "overlay_wielded_bone_knife", "fg": 5616 }, - { "id": "overlay_wielded_bottle_glass", "fg": 5617 }, - { "id": "overlay_wielded_bottle_plastic", "fg": 5618 }, - { "id": "overlay_wielded_bottle_plastic_small", "fg": 5619 }, - { "id": "overlay_wielded_compositebow", "fg": 5620 }, - { "id": "overlay_wielded_reflexbow", "fg": 5621 }, - { "id": "overlay_wielded_compgreatbow", "fg": 5622 }, - { "id": "overlay_wielded_compbow", "fg": 5623 }, - { "id": "overlay_wielded_compbow_high", "fg": 5623 }, - { "id": "overlay_wielded_compbow_low", "fg": 5623 }, - { "id": "overlay_wielded_hybridbow", "fg": 5624 }, - { "id": "overlay_wielded_longbow", "fg": 5625 }, - { "id": "overlay_wielded_recurbow", "fg": 5626 }, - { "id": "overlay_wielded_reflexrecurvebow", "fg": 5627 }, - { "id": "overlay_wielded_shortbow", "fg": 5628 }, - { "id": "overlay_wielded_selfbow", "fg": 5629 }, - { "id": "overlay_wielded_box_large", "fg": 5630 }, - { "id": "overlay_wielded_box_medium", "fg": 5631 }, - { "id": "overlay_wielded_box_small", "fg": 5632 }, - { "id": "overlay_wielded_brick", "fg": 5634 }, - { "id": "overlay_wielded_broadsword", "fg": 5635 }, - { "id": "overlay_wielded_broom", "fg": 5636 }, - { "id": "overlay_female_wielded_bwirebat", "fg": 5637 }, - { "id": "overlay_male_wielded_bwirebat", "fg": 5638 }, - { "id": "overlay_wielded_sword_cane", "fg": 5661 }, - { "id": "overlay_wielded_hollow_cane", "fg": 5660 }, - { "id": "overlay_wielded_cane", "fg": 5662 }, - { "id": [ "overlay_female_wielded_cestus", "overlay_female_worn_cestus" ], "fg": 5664 }, - { "id": [ "overlay_male_wielded_cestus", "overlay_male_worn_cestus" ], "fg": 5665 }, - { "id": "overlay_female_wielded_chainsaw_off", "fg": 5666 }, - { "id": "overlay_male_wielded_chainsaw_off", "fg": 5667 }, - { "id": "overlay_wielded_coffeemaker", "fg": 5668 }, - { "id": "overlay_wielded_knife_combat", "fg": 5669 }, - { "id": "overlay_wielded_knife_combat_mod", "fg": 5669 }, - { "id": "overlay_wielded_copper_knife", "fg": 5670 }, - { "id": "overlay_female_wielded_corpse_generic_human", "fg": 5671 }, - { "id": "overlay_male_wielded_corpse_generic_human", "fg": 5672 }, + "fg": 5523 + }, + { "id": [ "overlay_wielded_slamfire_shotgun", "overlay_wielded_slamfire_shotgun_d" ], "fg": 5575 }, + { "id": "overlay_wielded_fire_ax", "fg": 5622 }, + { "id": "overlay_wielded_ax", "fg": 5624 }, + { "id": "overlay_wielded_hatchet", "fg": 5623 }, + { "id": "overlay_wielded_bag_canvas", "fg": 5625 }, + { "id": "overlay_wielded_bag_plastic", "fg": 5626 }, + { "id": "overlay_wielded_knife_baselard", "fg": 5627 }, + { "id": "overlay_female_wielded_bat", "fg": 5628 }, + { "id": "overlay_male_wielded_bat", "fg": 5629 }, + { "id": "overlay_female_wielded_bat_metal", "fg": 5630 }, + { "id": "overlay_male_wielded_bat_metal", "fg": 5631 }, + { "id": "overlay_wielded_bone_knife", "fg": 5632 }, + { "id": "overlay_wielded_bottle_glass", "fg": 5633 }, + { "id": "overlay_wielded_bottle_plastic", "fg": 5634 }, + { "id": "overlay_wielded_bottle_plastic_small", "fg": 5635 }, + { "id": "overlay_wielded_compositebow", "fg": 5636 }, + { "id": "overlay_wielded_reflexbow", "fg": 5637 }, + { "id": "overlay_wielded_compgreatbow", "fg": 5638 }, + { "id": "overlay_wielded_compbow", "fg": 5639 }, + { "id": "overlay_wielded_compbow_high", "fg": 5639 }, + { "id": "overlay_wielded_compbow_low", "fg": 5639 }, + { "id": "overlay_wielded_hybridbow", "fg": 5640 }, + { "id": "overlay_wielded_longbow", "fg": 5641 }, + { "id": "overlay_wielded_recurbow", "fg": 5642 }, + { "id": "overlay_wielded_reflexrecurvebow", "fg": 5643 }, + { "id": "overlay_wielded_shortbow", "fg": 5644 }, + { "id": "overlay_wielded_selfbow", "fg": 5645 }, + { "id": "overlay_wielded_box_large", "fg": 5646 }, + { "id": "overlay_wielded_box_medium", "fg": 5647 }, + { "id": "overlay_wielded_box_small", "fg": 5648 }, + { "id": "overlay_wielded_brick", "fg": 5650 }, + { "id": "overlay_wielded_broadsword", "fg": 5651 }, + { "id": "overlay_wielded_broom", "fg": 5652 }, + { "id": "overlay_female_wielded_bwirebat", "fg": 5654 }, + { "id": "overlay_male_wielded_bwirebat", "fg": 5655 }, + { "id": "overlay_wielded_sword_cane", "fg": 5679 }, + { "id": "overlay_wielded_hollow_cane", "fg": 5677 }, + { "id": "overlay_wielded_cane", "fg": 5680 }, + { "id": [ "overlay_female_wielded_cestus", "overlay_female_worn_cestus" ], "fg": 5682 }, + { "id": [ "overlay_male_wielded_cestus", "overlay_male_worn_cestus" ], "fg": 5683 }, + { "id": "overlay_female_wielded_chainsaw_off", "fg": 5684 }, + { "id": "overlay_male_wielded_chainsaw_off", "fg": 5685 }, + { "id": "overlay_wielded_coffeemaker", "fg": 5686 }, + { "id": "overlay_wielded_knife_combat", "fg": 5687 }, + { "id": "overlay_wielded_knife_combat_mod", "fg": 5687 }, + { "id": "overlay_wielded_copper_knife", "fg": 5688 }, + { "id": "overlay_female_wielded_corpse_generic_human", "fg": 5689 }, + { "id": "overlay_male_wielded_corpse_generic_human", "fg": 5690 }, { "id": [ "overlay_wielded_corpse_mon_ant", "overlay_wielded_corpse_mon_ant_soldier", "overlay_wielded_corpse_mon_ant_queen" ], - "fg": 5674 + "fg": 5692 }, { "id": [ @@ -8332,7 +8352,7 @@ "overlay_wielded_corpse_mon_ant_acid_soldier", "overlay_wielded_corpse_mon_ant_acid_queen" ], - "fg": 5673 + "fg": 5691 }, { "id": [ @@ -8391,7 +8411,7 @@ "overlay_male_wielded_corpse_mon_zombie_prisoner", "overlay_male_wielded_corpse_mon_zombie_military_pilot" ], - "fg": 5676 + "fg": 5694 }, { "id": [ @@ -8450,77 +8470,77 @@ "overlay_female_wielded_corpse_mon_zombie_prisoner", "overlay_female_wielded_corpse_mon_zombie_military_pilot" ], - "fg": 5675 - }, - { "id": "overlay_wielded_cudgel", "fg": 5684 }, - { "id": "overlay_female_wielded_spear_dory", "fg": 5685 }, - { "id": "overlay_male_wielded_spear_dory", "fg": 5686 }, - { "id": "overlay_wielded_estoc", "fg": 5687 }, - { "id": "overlay_wielded_shock_epee", "fg": 5688 }, - { "id": "overlay_wielded_shock_foil", "fg": 5689 }, - { "id": "overlay_wielded_shock_sabre", "fg": 5690 }, - { "id": "overlay_wielded_fencing_epee", "fg": 5691 }, - { "id": "overlay_wielded_fencing_foil", "fg": 5692 }, - { "id": "overlay_wielded_fencing_sabre", "fg": 5693 }, - { "id": "overlay_wielded_fencing_epee_sharpened", "fg": 5694 }, - { "id": "overlay_wielded_fencing_foil_sharpened", "fg": 5695 }, - { "id": "overlay_wielded_fencing_sabre_sharpened", "fg": 5696 }, - { "id": "overlay_wielded_flashlight", "fg": 5698 }, - { "id": "overlay_wielded_heavy_flashlight", "fg": 5699 }, - { "id": "overlay_wielded_spear_forked", "fg": 5700 }, - { "id": "overlay_wielded_glass_shard", "fg": 5701 }, - { "id": "overlay_wielded_grip_hook", "fg": 5714 }, - { "id": "overlay_male_wielded_halberd", "fg": 5716 }, - { "id": "overlay_female_wielded_halberd", "fg": 5715 }, - { "id": "overlay_wielded_crowbar", "fg": 5717 }, - { "id": "overlay_male_wielded_screwdriver", "fg": 5720 }, - { "id": "overlay_female_wielded_screwdriver", "fg": 5719 }, - { "id": "overlay_wielded_shovel", "fg": 5721 }, - { "id": "overlay_wielded_wrench", "fg": 5722 }, - { "id": "overlay_wielded_hammer", "fg": 5718 }, - { "id": "overlay_female_wielded_spear_homemade_halfpike", "fg": 5723 }, - { "id": "overlay_male_wielded_spear_homemade_halfpike", "fg": 5724 }, - { "id": "overlay_wielded_jar_3l_glass", "fg": 5725 }, - { "id": "overlay_wielded_jar_3l_glass_sealed", "fg": 5726 }, - { "id": "overlay_wielded_jar_glass", "fg": 5727 }, - { "id": "overlay_wielded_jar_glass_sealed", "fg": 5728 }, - { "id": "overlay_wielded_javelin", "fg": 5730 }, - { "id": "overlay_wielded_javelin_iron", "fg": 5729 }, - { "id": "overlay_female_wielded_ji", "fg": 5731 }, - { "id": "overlay_male_wielded_ji", "fg": 5732 }, - { "id": "overlay_wielded_jug_plastic", "fg": 5733 }, - { "id": "overlay_wielded_katana", "fg": 5734 }, - { "id": "overlay_wielded_kirpan", "fg": 5735 }, - { "id": "overlay_female_wielded_knuckle_nail", "fg": 5736 }, - { "id": "overlay_male_wielded_knuckle_nail", "fg": 5737 }, - { "id": "overlay_female_wielded_knuckle_steel", "fg": 5738 }, - { "id": "overlay_male_wielded_knuckle_steel", "fg": 5739 }, - { "id": "overlay_wielded_kris", "fg": 5740 }, - { "id": "overlay_wielded_shillelagh_weighted", "fg": 5741 }, - { "id": "overlay_wielded_log", "fg": 5742 }, - { "id": "overlay_wielded_longsword", "fg": 5743 }, - { "id": "overlay_male_wielded_lucern_hammer", "fg": 5745 }, - { "id": "overlay_female_wielded_lucern_hammer", "fg": 5744 }, - { "id": "overlay_wielded_mace", "fg": 5746 }, - { "id": "overlay_wielded_morningstar", "fg": 5747 }, - { "id": "overlay_wielded_makeshift_crowbar", "fg": 5748 }, - { "id": "overlay_wielded_makeshift_knife", "fg": 5749 }, - { "id": "overlay_wielded_makeshift_sap", "fg": 5750 }, - { "id": "overlay_wielded_antibiotics", "fg": 5753 }, - { "id": "overlay_wielded_weak_antibiotic", "fg": 5765 }, - { "id": "overlay_wielded_strong_antibiotic", "fg": 5762 }, - { "id": "overlay_wielded_calcium_tablet", "fg": 5756 }, - { "id": "overlay_wielded_vitamins", "fg": 5764 }, - { "id": "overlay_wielded_gummy_vitamins", "fg": 5757 }, - { "id": "overlay_wielded_antifungal", "fg": 5754 }, - { "id": "overlay_wielded_antiparasitic", "fg": 5755 }, - { "id": "overlay_wielded_iodine", "fg": 5758 }, - { "id": "overlay_wielded_prussian_blue", "fg": 5761 }, - { "id": "overlay_wielded_tramadol", "fg": 5763 }, - { "id": "overlay_wielded_oxycodone", "fg": 5760 }, - { "id": "overlay_female_wielded_mjolnir", "fg": 5766 }, - { "id": "overlay_male_wielded_mjolnir", "fg": 5767 }, - { "id": "overlay_wielded_mop", "fg": 5768 }, + "fg": 5693 + }, + { "id": "overlay_wielded_cudgel", "fg": 5702 }, + { "id": "overlay_female_wielded_spear_dory", "fg": 5703 }, + { "id": "overlay_male_wielded_spear_dory", "fg": 5704 }, + { "id": "overlay_wielded_estoc", "fg": 5705 }, + { "id": "overlay_wielded_shock_epee", "fg": 5706 }, + { "id": "overlay_wielded_shock_foil", "fg": 5707 }, + { "id": "overlay_wielded_shock_sabre", "fg": 5708 }, + { "id": "overlay_wielded_fencing_epee", "fg": 5709 }, + { "id": "overlay_wielded_fencing_foil", "fg": 5710 }, + { "id": "overlay_wielded_fencing_sabre", "fg": 5711 }, + { "id": "overlay_wielded_fencing_epee_sharpened", "fg": 5712 }, + { "id": "overlay_wielded_fencing_foil_sharpened", "fg": 5713 }, + { "id": "overlay_wielded_fencing_sabre_sharpened", "fg": 5714 }, + { "id": "overlay_wielded_flashlight", "fg": 5716 }, + { "id": "overlay_wielded_heavy_flashlight", "fg": 5717 }, + { "id": "overlay_wielded_spear_forked", "fg": 5718 }, + { "id": "overlay_wielded_glass_shard", "fg": 5719 }, + { "id": "overlay_wielded_grip_hook", "fg": 5732 }, + { "id": "overlay_male_wielded_halberd", "fg": 5734 }, + { "id": "overlay_female_wielded_halberd", "fg": 5733 }, + { "id": "overlay_wielded_crowbar", "fg": 5735 }, + { "id": "overlay_male_wielded_screwdriver", "fg": 5738 }, + { "id": "overlay_female_wielded_screwdriver", "fg": 5737 }, + { "id": "overlay_wielded_shovel", "fg": 5739 }, + { "id": "overlay_wielded_wrench", "fg": 5740 }, + { "id": "overlay_wielded_hammer", "fg": 5736 }, + { "id": "overlay_female_wielded_spear_homemade_halfpike", "fg": 5741 }, + { "id": "overlay_male_wielded_spear_homemade_halfpike", "fg": 5742 }, + { "id": "overlay_wielded_jar_3l_glass", "fg": 5743 }, + { "id": "overlay_wielded_jar_3l_glass_sealed", "fg": 5744 }, + { "id": "overlay_wielded_jar_glass", "fg": 5745 }, + { "id": "overlay_wielded_jar_glass_sealed", "fg": 5746 }, + { "id": "overlay_wielded_javelin", "fg": 5748 }, + { "id": "overlay_wielded_javelin_iron", "fg": 5747 }, + { "id": "overlay_female_wielded_ji", "fg": 5749 }, + { "id": "overlay_male_wielded_ji", "fg": 5750 }, + { "id": "overlay_wielded_jug_plastic", "fg": 5751 }, + { "id": "overlay_wielded_katana", "fg": 5752 }, + { "id": "overlay_wielded_kirpan", "fg": 5753 }, + { "id": "overlay_female_wielded_knuckle_nail", "fg": 5754 }, + { "id": "overlay_male_wielded_knuckle_nail", "fg": 5755 }, + { "id": "overlay_female_wielded_knuckle_steel", "fg": 5756 }, + { "id": "overlay_male_wielded_knuckle_steel", "fg": 5757 }, + { "id": "overlay_wielded_kris", "fg": 5758 }, + { "id": "overlay_wielded_shillelagh_weighted", "fg": 5759 }, + { "id": "overlay_wielded_log", "fg": 5760 }, + { "id": "overlay_wielded_longsword", "fg": 5761 }, + { "id": "overlay_male_wielded_lucern_hammer", "fg": 5763 }, + { "id": "overlay_female_wielded_lucern_hammer", "fg": 5762 }, + { "id": "overlay_wielded_mace", "fg": 5764 }, + { "id": "overlay_wielded_morningstar", "fg": 5765 }, + { "id": "overlay_wielded_makeshift_crowbar", "fg": 5766 }, + { "id": "overlay_wielded_makeshift_knife", "fg": 5767 }, + { "id": "overlay_wielded_makeshift_sap", "fg": 5768 }, + { "id": "overlay_wielded_antibiotics", "fg": 5771 }, + { "id": "overlay_wielded_weak_antibiotic", "fg": 5783 }, + { "id": "overlay_wielded_strong_antibiotic", "fg": 5780 }, + { "id": "overlay_wielded_calcium_tablet", "fg": 5774 }, + { "id": "overlay_wielded_vitamins", "fg": 5782 }, + { "id": "overlay_wielded_gummy_vitamins", "fg": 5775 }, + { "id": "overlay_wielded_antifungal", "fg": 5772 }, + { "id": "overlay_wielded_antiparasitic", "fg": 5773 }, + { "id": "overlay_wielded_iodine", "fg": 5776 }, + { "id": "overlay_wielded_prussian_blue", "fg": 5779 }, + { "id": "overlay_wielded_tramadol", "fg": 5781 }, + { "id": "overlay_wielded_oxycodone", "fg": 5778 }, + { "id": "overlay_female_wielded_mjolnir", "fg": 5784 }, + { "id": "overlay_male_wielded_mjolnir", "fg": 5785 }, + { "id": "overlay_wielded_mop", "fg": 5786 }, { "id": [ "overlay_wielded_tourniquet_upper", @@ -8528,69 +8548,43 @@ "overlay_wielded_tourniquet_lower", "overlay_wielded_tourniquet_lower_XL" ], - "fg": 5794 - }, - { "id": "overlay_female_wielded_nailbat", "fg": 5796 }, - { "id": "overlay_male_wielded_nailbat", "fg": 5797 }, - { "id": "overlay_female_wielded_nailboard", "fg": 5798 }, - { "id": "overlay_male_wielded_nailboard", "fg": 5799 }, - { "id": "overlay_wielded_nodachi", "fg": 5800 }, - { "id": "overlay_male_wielded_2h_flail_wood", "fg": 5802 }, - { "id": "overlay_female_wielded_2h_flail_wood", "fg": 5801 }, - { "id": "overlay_male_wielded_pillow", "fg": 5806 }, - { "id": "overlay_female_wielded_pillow", "fg": 5805 }, - { "id": "overlay_male_wielded_down_pillow", "fg": 5804 }, - { "id": "overlay_female_wielded_down_pillow", "fg": 5803 }, - { "id": "overlay_wielded_pipe", "fg": 5807 }, - { "id": "overlay_wielded_pitchfork", "fg": 5808 }, - { "id": "overlay_wielded_sharp_toothbrush", "fg": 5809 }, - { "id": "overlay_wielded_pockknife", "fg": 5810 }, - { "id": "overlay_female_wielded_pot", "fg": 5813 }, - { "id": "overlay_male_wielded_pot", "fg": 5814 }, - { "id": "overlay_female_wielded_pot_copper", "fg": 5815 }, - { "id": "overlay_male_wielded_pot_copper", "fg": 5816 }, - { "id": "overlay_wielded_punch_dagger", "fg": 5817 }, - { "id": "overlay_female_wielded_qiang", "fg": 5818 }, - { "id": "overlay_male_wielded_qiang", "fg": 5819 }, - { "id": "overlay_female_wielded_rag", "fg": 5826 }, - { "id": "overlay_male_wielded_rag", "fg": 5827 }, - { "id": "overlay_wielded_rapier", "fg": 5828 }, - { "id": "overlay_wielded_rebar", "fg": 5829 }, - { "id": "overlay_wielded_knife_rm42", "fg": 5830 }, - { "id": "overlay_wielded_rock", "fg": 5831 }, - { "id": "overlay_wielded_rock_sock", "fg": 5832 }, - { "id": "overlay_wielded_rolling_pin", "fg": 5833 }, - { "id": "overlay_wielded_scissors", "fg": 5834 }, - { "id": "overlay_wielded_sharp_rock", "fg": 5835 }, - { "id": "overlay_wielded_shillelagh", "fg": 5836 }, + "fg": 5812 + }, + { "id": "overlay_female_wielded_nailbat", "fg": 5814 }, + { "id": "overlay_male_wielded_nailbat", "fg": 5815 }, + { "id": "overlay_female_wielded_nailboard", "fg": 5816 }, + { "id": "overlay_male_wielded_nailboard", "fg": 5817 }, + { "id": "overlay_wielded_nodachi", "fg": 5818 }, + { "id": "overlay_male_wielded_2h_flail_wood", "fg": 5820 }, + { "id": "overlay_female_wielded_2h_flail_wood", "fg": 5819 }, + { "id": "overlay_male_wielded_pillow", "fg": 5824 }, + { "id": "overlay_female_wielded_pillow", "fg": 5823 }, + { "id": "overlay_male_wielded_down_pillow", "fg": 5822 }, + { "id": "overlay_female_wielded_down_pillow", "fg": 5821 }, + { "id": "overlay_wielded_pipe", "fg": 5825 }, + { "id": "overlay_wielded_pitchfork", "fg": 5826 }, + { "id": "overlay_wielded_sharp_toothbrush", "fg": 5827 }, + { "id": "overlay_wielded_pockknife", "fg": 5828 }, + { "id": "overlay_female_wielded_pot", "fg": 5831 }, + { "id": "overlay_male_wielded_pot", "fg": 5832 }, + { "id": "overlay_female_wielded_pot_copper", "fg": 5833 }, + { "id": "overlay_male_wielded_pot_copper", "fg": 5834 }, + { "id": "overlay_wielded_punch_dagger", "fg": 5835 }, + { "id": "overlay_female_wielded_qiang", "fg": 5836 }, + { "id": "overlay_male_wielded_qiang", "fg": 5837 }, + { "id": "overlay_female_wielded_rag", "fg": 5844 }, + { "id": "overlay_male_wielded_rag", "fg": 5845 }, + { "id": "overlay_wielded_rapier", "fg": 5846 }, + { "id": "overlay_wielded_rebar", "fg": 5847 }, + { "id": "overlay_wielded_knife_rm42", "fg": 5848 }, + { "id": "overlay_wielded_rock", "fg": 5849 }, + { "id": "overlay_wielded_rock_sock", "fg": 5850 }, + { "id": "overlay_wielded_rolling_pin", "fg": 5851 }, + { "id": "overlay_wielded_scissors", "fg": 5852 }, + { "id": "overlay_wielded_sharp_rock", "fg": 5853 }, + { "id": "overlay_wielded_shillelagh", "fg": 5854 }, { "id": "overlay_female_wielded_cigar_lit", - "fg": [ - { "weight": 14, "sprite": 5839 }, - { "weight": 14, "sprite": 5840 }, - { "weight": 14, "sprite": 5841 }, - { "weight": 14, "sprite": 5842 }, - { "weight": 14, "sprite": 5843 }, - { "weight": 14, "sprite": 5844 }, - { "weight": 14, "sprite": 5845 } - ], - "animated": true - }, - { - "id": "overlay_male_wielded_cigar_lit", - "fg": [ - { "weight": 14, "sprite": 5848 }, - { "weight": 14, "sprite": 5849 }, - { "weight": 14, "sprite": 5850 }, - { "weight": 14, "sprite": 5851 }, - { "weight": 14, "sprite": 5852 }, - { "weight": 14, "sprite": 5853 }, - { "weight": 14, "sprite": 5854 } - ], - "animated": true - }, - { - "id": "overlay_female_wielded_cig_lit", "fg": [ { "weight": 14, "sprite": 5857 }, { "weight": 14, "sprite": 5858 }, @@ -8603,7 +8597,7 @@ "animated": true }, { - "id": "overlay_male_wielded_cig_lit", + "id": "overlay_male_wielded_cigar_lit", "fg": [ { "weight": 14, "sprite": 5866 }, { "weight": 14, "sprite": 5867 }, @@ -8616,694 +8610,722 @@ "animated": true }, { - "id": "overlay_female_wielded_joint_lit", + "id": "overlay_female_wielded_cig_lit", "fg": [ - { "weight": 14, "sprite": 5874 }, { "weight": 14, "sprite": 5875 }, { "weight": 14, "sprite": 5876 }, { "weight": 14, "sprite": 5877 }, { "weight": 14, "sprite": 5878 }, { "weight": 14, "sprite": 5879 }, - { "weight": 14, "sprite": 5880 } + { "weight": 14, "sprite": 5880 }, + { "weight": 14, "sprite": 5881 } ], "animated": true }, { - "id": "overlay_male_wielded_joint_lit", + "id": "overlay_male_wielded_cig_lit", "fg": [ - { "weight": 14, "sprite": 5883 }, { "weight": 14, "sprite": 5884 }, { "weight": 14, "sprite": 5885 }, { "weight": 14, "sprite": 5886 }, { "weight": 14, "sprite": 5887 }, { "weight": 14, "sprite": 5888 }, - { "weight": 14, "sprite": 5889 } + { "weight": 14, "sprite": 5889 }, + { "weight": 14, "sprite": 5890 } ], "animated": true }, { - "id": "overlay_female_wielded_pipe_tobacco", + "id": "overlay_female_wielded_joint_lit", "fg": [ - { "weight": 14, "sprite": 5891 }, { "weight": 14, "sprite": 5892 }, { "weight": 14, "sprite": 5893 }, { "weight": 14, "sprite": 5894 }, { "weight": 14, "sprite": 5895 }, { "weight": 14, "sprite": 5896 }, - { "weight": 14, "sprite": 5897 } + { "weight": 14, "sprite": 5897 }, + { "weight": 14, "sprite": 5898 } ], "animated": true }, { - "id": "overlay_male_wielded_pipe_tobacco", + "id": "overlay_male_wielded_joint_lit", "fg": [ - { "weight": 14, "sprite": 5898 }, - { "weight": 14, "sprite": 5899 }, - { "weight": 14, "sprite": 5900 }, { "weight": 14, "sprite": 5901 }, { "weight": 14, "sprite": 5902 }, { "weight": 14, "sprite": 5903 }, - { "weight": 14, "sprite": 5904 } + { "weight": 14, "sprite": 5904 }, + { "weight": 14, "sprite": 5905 }, + { "weight": 14, "sprite": 5906 }, + { "weight": 14, "sprite": 5907 } + ], + "animated": true + }, + { + "id": "overlay_female_wielded_pipe_tobacco", + "fg": [ + { "weight": 14, "sprite": 5909 }, + { "weight": 14, "sprite": 5910 }, + { "weight": 14, "sprite": 5911 }, + { "weight": 14, "sprite": 5912 }, + { "weight": 14, "sprite": 5913 }, + { "weight": 14, "sprite": 5914 }, + { "weight": 14, "sprite": 5915 } + ], + "animated": true + }, + { + "id": "overlay_male_wielded_pipe_tobacco", + "fg": [ + { "weight": 14, "sprite": 5916 }, + { "weight": 14, "sprite": 5917 }, + { "weight": 14, "sprite": 5918 }, + { "weight": 14, "sprite": 5919 }, + { "weight": 14, "sprite": 5920 }, + { "weight": 14, "sprite": 5921 }, + { "weight": 14, "sprite": 5922 } ], "animated": true }, - { "id": "overlay_male_wielded_pointy_stick", "fg": 5906 }, - { "id": "overlay_female_wielded_pointy_stick", "fg": 5905 }, - { "id": "overlay_male_wielded_spear_wood", "fg": 5922 }, - { "id": "overlay_female_wielded_spear_wood", "fg": 5921 }, - { "id": "overlay_male_wielded_spear_spike", "fg": 5918 }, - { "id": "overlay_female_wielded_spear_spike", "fg": 5917 }, - { "id": "overlay_male_wielded_spear_knife", "fg": 5910 }, - { "id": "overlay_female_wielded_spear_knife", "fg": 5909 }, - { "id": "overlay_male_wielded_spear_knife_superior", "fg": 5912 }, - { "id": "overlay_female_wielded_spear_knife_superior", "fg": 5911 }, - { "id": "overlay_male_wielded_spear_rebar", "fg": 5916 }, - { "id": "overlay_female_wielded_spear_rebar", "fg": 5915 }, - { "id": "overlay_male_wielded_spear_pipe", "fg": 5914 }, - { "id": "overlay_female_wielded_spear_pipe", "fg": 5913 }, - { "id": "overlay_male_wielded_spear_steel", "fg": 5920 }, - { "id": "overlay_female_wielded_spear_steel", "fg": 5919 }, - { "id": "overlay_male_wielded_spear_copper", "fg": 5908 }, - { "id": "overlay_female_wielded_spear_copper", "fg": 5907 }, - { "id": "overlay_female_wielded_splinter", "fg": 5923 }, - { "id": "overlay_male_wielded_splinter", "fg": 5924 }, - { "id": "overlay_wielded_knife_steak", "fg": 5925 }, - { "id": "overlay_wielded_steel_chunk", "fg": 5926 }, - { "id": "overlay_wielded_steel_lump", "fg": 5927 }, - { "id": "overlay_female_wielded_stick", "fg": 5928 }, - { "id": "overlay_male_wielded_stick", "fg": 5929 }, - { "id": "overlay_female_wielded_stick_long", "fg": 5930 }, - { "id": "overlay_male_wielded_stick_long", "fg": 5931 }, - { "id": "overlay_female_wielded_primitive_hammer", "fg": 5932 }, - { "id": "overlay_male_wielded_primitive_hammer", "fg": 5933 }, - { "id": "overlay_female_wielded_spear_stone", "fg": 5934 }, - { "id": "overlay_male_wielded_spear_stone", "fg": 5935 }, - { "id": "overlay_wielded_knife_rambo", "fg": 5936 }, - { "id": "overlay_female_wielded_spear_survivor", "fg": 5937 }, - { "id": "overlay_male_wielded_spear_survivor", "fg": 5938 }, - { "id": "overlay_wielded_switchblade", "fg": 5939 }, - { "id": "overlay_wielded_tanto", "fg": 5941 }, - { "id": "overlay_female_wielded_teapot", "fg": 5942 }, - { "id": "overlay_male_wielded_teapot", "fg": 5943 }, - { "id": "overlay_female_wielded_television", "fg": 5944 }, - { "id": "overlay_male_wielded_television", "fg": 5945 }, - { "id": "overlay_female_wielded_thermos", "fg": 5946 }, - { "id": "overlay_male_wielded_thermos", "fg": 5947 }, - { "id": "overlay_wielded_boltcutters", "fg": 5948 }, - { "id": "overlay_wielded_e_tool", "fg": 5950 }, - { "id": "overlay_wielded_halligan", "fg": 5951 }, - { "id": "overlay_wielded_jackhammer", "fg": 5953 }, - { "id": "overlay_wielded_elec_jackhammer", "fg": 5953 }, - { "id": "overlay_wielded_lobotomizer", "fg": 5954 }, - { "id": "overlay_wielded_makeshift_axe", "fg": 5955 }, - { "id": "overlay_wielded_ny_hook", "fg": 5956 }, - { "id": "overlay_wielded_pickaxe", "fg": 5957 }, - { "id": "overlay_wielded_hammer_sledge_engineer", "fg": 5958 }, - { "id": "overlay_wielded_hammer_sledge_heavy", "fg": 5959 }, - { "id": "overlay_wielded_hammer_sledge_short", "fg": 5960 }, - { "id": "overlay_wielded_hammer_sledge", "fg": 5961 }, - { "id": "overlay_wielded_g_shovel", "fg": 5962 }, - { "id": "overlay_wielded_primitive_shovel", "fg": 5963 }, - { "id": "overlay_wielded_knife_trench", "fg": 5964 }, - { "id": "overlay_wielded_wakizashi", "fg": 5965 }, - { "id": "overlay_male_wielded_2h_flail_steel", "fg": 5967 }, - { "id": "overlay_female_wielded_2h_flail_steel", "fg": 5966 }, - { "id": "overlay_wielded_warhammer", "fg": 5968 }, - { "id": "overlay_wielded_bolas", "fg": 5969 }, - { "id": "overlay_wielded_bullwhip", "fg": 5970 }, - { "id": "overlay_female_wielded_homewrecker", "fg": 5971 }, - { "id": "overlay_male_wielded_homewrecker", "fg": 5972 }, - { "id": "overlay_wielded_lawn_dart", "fg": 5973 }, - { "id": "overlay_wielded_net", "fg": 5974 }, - { "id": "overlay_wielded_bullwhip_razor", "fg": 5975 }, - { "id": "overlay_wielded_sling", "fg": 5976 }, - { "id": "overlay_wielded_staff_sling", "fg": 5977 }, - { "id": "overlay_wielded_throwing_axe", "fg": 5978 }, - { "id": "overlay_female_wielded_throwing_knife", "fg": 5979 }, - { "id": "overlay_male_wielded_throwing_knife", "fg": 5980 }, - { "id": "overlay_wielded_throwing_stick", "fg": 5981 }, - { "id": "overlay_wielded_shocktonfa_off", "fg": 5982 }, - { "id": "overlay_wielded_shocktonfa_on", "fg": 5982 }, - { "id": "overlay_wielded_tonfa", "fg": 5983 }, - { "id": "overlay_wielded_tonfa_wood", "fg": 5984 }, - { "id": "overlay_wielded_sword_wood", "fg": 5985 }, - { "id": "overlay_wielded_sword_nail", "fg": 5986 }, - { "id": "overlay_wielded_zweihander", "fg": 5987 }, - { "id": "overlay_female_wielded_clay_teapot", "fg": 5320 }, - { "id": "overlay_female_worn_harmonica_holder", "fg": 5321 }, - { "id": "overlay_male_wielded_clay_teapot", "fg": 5322 }, - { "id": "overlay_male_worn_harmonica_holder", "fg": 5323 }, - { "id": "overlay_wielded_banjo", "fg": 5325 }, - { "id": "overlay_wielded_bodypillow", "fg": 5326 }, - { "id": "overlay_wielded_clay_pot", "fg": 5327 }, - { "id": "overlay_wielded_guitar_electric", "fg": 5328 }, - { "id": "overlay_wielded_laptop", "fg": 5329 }, - { "id": "overlay_wielded_makeshift_hammer", "fg": 5330 }, - { "id": "overlay_wielded_pot_makeshift", "fg": 5331 }, - { "id": "overlay_wielded_pot_makeshift_copper", "fg": 5332 }, - { "id": "overlay_wielded_tazer", "fg": 5333 }, - { "id": "overlay_wielded_1895sbl", "fg": 5337 }, - { "id": "overlay_wielded_2_shot_special", "fg": 5338 }, - { "id": "overlay_wielded_90two", "fg": 5339 }, - { "id": "overlay_wielded_90two40", "fg": 5340 }, - { "id": "overlay_wielded_AT4", "fg": 5341 }, - { "id": "overlay_wielded_LAW", "fg": 5342 }, - { "id": "overlay_wielded_LAW_Packed", "fg": 5343 }, - { "id": "overlay_wielded_M24", "fg": 5344 }, - { "id": "overlay_wielded_RPG", "fg": 5345 }, - { "id": "overlay_wielded_TDI", "fg": 5346 }, - { "id": "overlay_wielded_USAS_12", "fg": 5347 }, - { "id": "overlay_wielded_af2011a1_38super", "fg": 5348 }, - { "id": "overlay_wielded_airspeargun", "fg": 5349 }, - { "id": "overlay_wielded_ak74", "fg": 5351 }, - { "id": "overlay_wielded_american_180", "fg": 5352 }, - { "id": "overlay_wielded_an94", "fg": 5353 }, - { "id": "overlay_wielded_ar10", "fg": 5354 }, - { "id": "overlay_wielded_ar15", "fg": 5355 }, - { "id": "overlay_wielded_ar_pistol", "fg": 5356 }, - { "id": "overlay_wielded_arx160", "fg": 5357 }, - { "id": "overlay_wielded_ashot", "fg": 5358 }, - { "id": "overlay_wielded_atgm_launcher", "fg": 5359 }, - { "id": "overlay_wielded_bbgun", "fg": 5360 }, - { "id": "overlay_wielded_bfr", "fg": 5361 }, - { "id": "overlay_wielded_bh_m89", "fg": 5362 }, - { "id": "overlay_wielded_bigun", "fg": 5363 }, - { "id": "overlay_wielded_blunderbuss", "fg": 5364 }, - { "id": "overlay_wielded_bond_410", "fg": 5365 }, - { "id": "overlay_wielded_browning_blr", "fg": 5366 }, - { "id": "overlay_wielded_bt_apc9k", "fg": 5367 }, - { "id": "overlay_wielded_chemical_thrower", "fg": 5369 }, - { "id": "overlay_wielded_coilgun", "fg": 5370 }, - { "id": "overlay_wielded_colt_army", "fg": 5371 }, - { "id": "overlay_wielded_colt_lightning", "fg": 5372 }, - { "id": "overlay_wielded_colt_navy", "fg": 5373 }, - { "id": "overlay_wielded_colt_ro635", "fg": 5374 }, - { "id": "overlay_wielded_colt_saa", "fg": 5375 }, - { "id": "overlay_wielded_combination_gun", "fg": 5376 }, - { "id": "overlay_wielded_cop_38", "fg": 5377 }, - { "id": "overlay_wielded_cx4", "fg": 5378 }, - { "id": "overlay_wielded_cz75", "fg": 5379 }, - { "id": "overlay_wielded_deagle_44", "fg": 5380 }, - { "id": "overlay_wielded_doublespeargun", "fg": 5381 }, - { "id": "overlay_wielded_draco", "fg": 5382 }, - { "id": "overlay_wielded_emp_gun", "fg": 5383 }, - { "id": "overlay_wielded_famas", "fg": 5384 }, - { "id": "overlay_wielded_flamethrower", "fg": 5385 }, - { "id": "overlay_wielded_flamethrower_crude", "fg": 5386 }, - { "id": "overlay_wielded_flamethrower_simple", "fg": 5387 }, - { "id": "overlay_wielded_flaregun", "fg": 5388 }, - { "id": "overlay_wielded_fn1910", "fg": 5389 }, - { "id": "overlay_wielded_fn57", "fg": 5390 }, - { "id": "overlay_wielded_fn_fal", "fg": 5391 }, - { "id": "overlay_wielded_fn_p90", "fg": 5392 }, - { "id": "overlay_wielded_fs2000", "fg": 5393 }, - { "id": "overlay_wielded_ftk93", "fg": 5394 }, - { "id": "overlay_wielded_garand", "fg": 5395 }, - { "id": "overlay_wielded_glock_17", "fg": 5396 }, - { "id": "overlay_wielded_glock_18c", "fg": 5397 }, - { "id": "overlay_wielded_glock_19", "fg": 5398 }, - { "id": "overlay_wielded_glock_20", "fg": 5399 }, - { "id": "overlay_wielded_glock_20_var_glock_40", "fg": 5400 }, - { "id": "overlay_wielded_glock_21", "fg": 5401 }, - { "id": "overlay_wielded_glock_22", "fg": 5402 }, - { "id": "overlay_wielded_glock_29", "fg": 5403 }, - { "id": "overlay_wielded_glock_31", "fg": 5404 }, - { "id": "overlay_wielded_heavy_rail_rifle", "fg": 5405 }, - { "id": "overlay_wielded_helsing", "fg": 5406 }, - { "id": "overlay_wielded_henry_big_boy", "fg": 5407 }, - { "id": "overlay_wielded_hi_power_40", "fg": 5408 }, - { "id": "overlay_wielded_hi_power_9mm", "fg": 5409 }, - { "id": "overlay_wielded_hk417_13", "fg": 5410 }, - { "id": "overlay_wielded_hk_g3", "fg": 5411 }, - { "id": "overlay_wielded_hk_g36", "fg": 5412 }, - { "id": "overlay_wielded_hk_g80", "fg": 5413 }, - { "id": "overlay_wielded_hk_mp5_semi_pistol", "fg": 5415 }, - { "id": "overlay_wielded_hk_mp5k", "fg": 5416 }, - { "id": "overlay_wielded_hk_mp5sd", "fg": 5417 }, - { "id": "overlay_wielded_hk_mp7", "fg": 5418 }, - { "id": "overlay_wielded_hk_ump45", "fg": 5419 }, - { "id": "overlay_wielded_hptc9", "fg": 5420 }, - { "id": "overlay_wielded_hptcf380", "fg": 5421 }, - { "id": "overlay_wielded_iwi_tavor_x95_300blk", "fg": 5423 }, - { "id": "overlay_wielded_kp32", "fg": 5424 }, - { "id": "overlay_wielded_kp3at", "fg": 5425 }, - { "id": "overlay_wielded_kpf9", "fg": 5426 }, - { "id": "overlay_wielded_ksg-25", "fg": 5427 }, - { "id": "overlay_wielded_ksg", "fg": 5428 }, - { "id": "overlay_wielded_ksub2000", "fg": 5429 }, - { "id": "overlay_wielded_l_bak_223", "fg": 5430 }, - { "id": "overlay_wielded_laser_cannon", "fg": 5431 }, - { "id": "overlay_wielded_laser_rifle", "fg": 5432 }, - { "id": "overlay_wielded_launcher_simple", "fg": 5433 }, - { "id": "overlay_wielded_lemat_revolver", "fg": 5434 }, - { "id": "overlay_wielded_lever_shotgun", "fg": 5435 }, - { "id": "overlay_wielded_m11", "fg": 5437 }, - { "id": "overlay_wielded_m110a1", "fg": 5438 }, - { "id": "overlay_wielded_m14ebr", "fg": 5439 }, - { "id": "overlay_wielded_m17", "fg": 5442 }, - { "id": "overlay_wielded_m18", "fg": 5443 }, - { "id": "overlay_wielded_m1903", "fg": 5444 }, - { "id": "overlay_wielded_m1911-460", "fg": 5445 }, - { "id": "overlay_wielded_m1911_10", "fg": 5447 }, - { "id": "overlay_wielded_m1911_var_m1911_MEU", "fg": 5448 }, - { "id": "overlay_wielded_m1918", "fg": 5449 }, - { "id": "overlay_wielded_m1a", "fg": 5450 }, - { "id": "overlay_wielded_m2010", "fg": 5451 }, - { "id": "overlay_wielded_m202_flash", "fg": 5452 }, - { "id": "overlay_wielded_m231pfw", "fg": 5453 }, - { "id": "overlay_wielded_m240", "fg": 5454 }, - { "id": "overlay_wielded_m27_assault_rifle_var_h&k416a5", "fg": 5456 }, - { "id": "overlay_wielded_m27_assault_rifle_var_m27iar", "fg": 5457 }, - { "id": "overlay_wielded_m27_assault_rifle_var_m38dmr", "fg": 5458 }, - { "id": "overlay_wielded_m27_assault_rifle_var_scar_l", "fg": 5459 }, - { "id": "overlay_wielded_m2browning_sawn", "fg": 5460 }, - { "id": "overlay_wielded_m320", "fg": 5461 }, - { "id": "overlay_wielded_m3_carlgustav", "fg": 5462 }, - { "id": "overlay_wielded_m4_carbine_var_m4_cqbr", "fg": 5463 }, - { "id": "overlay_wielded_m4_carbine_var_m4a1", "fg": 5464 }, - { "id": "overlay_wielded_m4_carlgustav", "fg": 5465 }, - { "id": "overlay_wielded_m79", "fg": 5467 }, - { "id": "overlay_wielded_m9", "fg": 5468 }, - { "id": "overlay_wielded_mac_10", "fg": 5469 }, - { "id": "overlay_wielded_mac_11", "fg": 5470 }, - { "id": "overlay_wielded_makarov", "fg": 5471 }, - { "id": "overlay_wielded_marlin_9a", "fg": 5472 }, - { "id": "overlay_wielded_mauser_c96", "fg": 5473 }, - { "id": "overlay_wielded_mauser_m714", "fg": 5474 }, - { "id": "overlay_wielded_mgl", "fg": 5475 }, - { "id": "overlay_wielded_mininuke_launcher", "fg": 5476 }, - { "id": "overlay_wielded_minispeargun", "fg": 5477 }, - { "id": "overlay_wielded_model_10_revolver", "fg": 5478 }, - { "id": "overlay_wielded_mosin44", "fg": 5479 }, - { "id": "overlay_wielded_mosin44_ebr", "fg": 5480 }, - { "id": "overlay_wielded_mosin91_30", "fg": 5481 }, - { "id": "overlay_wielded_mosin91_30_ebr", "fg": 5482 }, - { "id": "overlay_wielded_moss_brownie", "fg": 5483 }, - { "id": "overlay_wielded_mossberg_500", "fg": 5484 }, - { "id": "overlay_wielded_mossberg_500_var_mossberg_500_security", "fg": 5485 }, - { "id": "overlay_wielded_mossberg_590", "fg": 5486 }, - { "id": "overlay_wielded_mossberg_590_var_SPAS_12", "fg": 5487 }, - { "id": "overlay_wielded_mossberg_930", "fg": 5488 }, - { "id": "overlay_wielded_mossberg_930_var_m1014", "fg": 5489 }, - { "id": "overlay_wielded_mp18", "fg": 5490 }, - { "id": "overlay_wielded_nailgun", "fg": 5492 }, - { "id": "overlay_wielded_nailrifle", "fg": 5493 }, - { "id": "overlay_wielded_needlegun", "fg": 5494 }, - { "id": "overlay_wielded_needlepistol", "fg": 5495 }, - { "id": "overlay_wielded_oa93", "fg": 5496 }, - { "id": "overlay_wielded_p08", "fg": 5497 }, - { "id": "overlay_wielded_p220_10", "fg": 5498 }, - { "id": "overlay_wielded_p226_357sig", "fg": 5499 }, - { "id": "overlay_wielded_p226_9mm", "fg": 5500 }, - { "id": "overlay_wielded_p320_357sig", "fg": 5501 }, - { "id": "overlay_wielded_paintballgun", "fg": 5502 }, - { "id": "overlay_wielded_pamd68", "fg": 5503 }, - { "id": "overlay_wielded_pamd71z", "fg": 5504 }, - { "id": "overlay_wielded_pipe_combination_gun", "fg": 5505 }, - { "id": "overlay_wielded_pipe_double_shotgun", "fg": 5506 }, - { "id": "overlay_wielded_pipe_shotgun", "fg": 5508 }, - { "id": "overlay_wielded_pistol_flintlock", "fg": 5509 }, - { "id": "overlay_wielded_plasma_gun", "fg": 5510 }, - { "id": "overlay_wielded_plasma_rifle", "fg": 5511 }, - { "id": "overlay_wielded_ppsh", "fg": 5512 }, - { "id": "overlay_wielded_px4", "fg": 5513 }, - { "id": "overlay_wielded_px4_40", "fg": 5514 }, - { "id": "overlay_wielded_raging_bull", "fg": 5515 }, - { "id": "overlay_wielded_raging_judge", "fg": 5516 }, - { "id": "overlay_wielded_rebar_rifle", "fg": 5517 }, - { "id": "overlay_wielded_remington700_270", "fg": 5518 }, - { "id": "overlay_wielded_remington_700", "fg": 5519 }, - { "id": "overlay_wielded_remington_870", "fg": 5520 }, - { "id": "overlay_wielded_remington_870_breacher", "fg": 5521 }, - { "id": "overlay_wielded_remington_870_express", "fg": 5522 }, - { "id": "overlay_wielded_remington_870_var_browning_a5", "fg": 5523 }, - { "id": "overlay_wielded_remington_870_var_remington_1100", "fg": 5524 }, - { "id": "overlay_wielded_revolver_shotgun", "fg": 5525 }, - { "id": "overlay_wielded_rm103a_pistol", "fg": 5526 }, - { "id": "overlay_wielded_rm120c", "fg": 5527 }, - { "id": "overlay_wielded_rm20", "fg": 5528 }, - { "id": "overlay_wielded_rm2000_smg", "fg": 5529 }, - { "id": "overlay_wielded_rm228", "fg": 5530 }, - { "id": "overlay_wielded_rm298", "fg": 5531 }, - { "id": "overlay_wielded_rm451_flamethrower", "fg": 5532 }, - { "id": "overlay_wielded_rm51_assault_rifle", "fg": 5533 }, - { "id": "overlay_wielded_rm614_lmg", "fg": 5534 }, - { "id": "overlay_wielded_rm802", "fg": 5535 }, - { "id": "overlay_wielded_rm88_battle_rifle", "fg": 5536 }, - { "id": "overlay_wielded_ruger_1022", "fg": 5537 }, - { "id": "overlay_wielded_ruger_lcr_22", "fg": 5538 }, - { "id": "overlay_wielded_ruger_lcr_38", "fg": 5539 }, - { "id": "overlay_wielded_ruger_mini", "fg": 5540 }, - { "id": "overlay_wielded_ruger_redhawk", "fg": 5541 }, - { "id": "overlay_wielded_rugerlcp", "fg": 5542 }, - { "id": "overlay_wielded_saiga_12", "fg": 5543 }, - { "id": "overlay_wielded_saiga_410", "fg": 5544 }, - { "id": "overlay_wielded_savage_111f", "fg": 5545 }, - { "id": "overlay_wielded_scar_h", "fg": 5546 }, - { "id": "overlay_wielded_sharps", "fg": 5547 }, - { "id": "overlay_wielded_shotgun_410", "fg": 5548 }, - { "id": "overlay_wielded_shotgun_d", "fg": 5549 }, - { "id": "overlay_wielded_shotgun_s", "fg": 5550 }, - { "id": "overlay_wielded_sig552", "fg": 5551 }, - { "id": "overlay_wielded_sig_40", "fg": 5552 }, - { "id": "overlay_wielded_sig_mcx_rattler_sbr", "fg": 5553 }, - { "id": "overlay_wielded_sig_mosquito", "fg": 5554 }, - { "id": "overlay_wielded_sig_p230", "fg": 5555 }, - { "id": "overlay_wielded_skorpion_61", "fg": 5556 }, - { "id": "overlay_wielded_skorpion_82", "fg": 5557 }, - { "id": "overlay_wielded_sks", "fg": 5558 }, - { "id": "overlay_wielded_smg_40", "fg": 5560 }, - { "id": "overlay_wielded_smg_45", "fg": 5561 }, - { "id": "overlay_wielded_smg_9mm", "fg": 5562 }, - { "id": "overlay_wielded_sp2022 - Copia", "fg": 5563 }, - { "id": "overlay_wielded_sp2022", "fg": 5564 }, - { "id": "overlay_wielded_speargun", "fg": 5565 }, - { "id": "overlay_wielded_sten", "fg": 5566 }, - { "id": "overlay_wielded_steyr_aug", "fg": 5567 }, - { "id": "overlay_wielded_streetsweeper", "fg": 5568 }, - { "id": "overlay_wielded_surv_hand_cannon", "fg": 5569 }, - { "id": "overlay_wielded_surv_rocket_launcher", "fg": 5570 }, - { "id": "overlay_wielded_surv_six_shooter", "fg": 5571 }, - { "id": "overlay_wielded_survivor_special_700", "fg": 5572 }, - { "id": "overlay_wielded_sw629", "fg": 5573 }, - { "id": "overlay_wielded_sw_22", "fg": 5574 }, - { "id": "overlay_wielded_sw_500", "fg": 5575 }, - { "id": "overlay_wielded_sw_610", "fg": 5576 }, - { "id": "overlay_wielded_sw_619", "fg": 5577 }, - { "id": "overlay_wielded_tac50", "fg": 5578 }, - { "id": "overlay_wielded_taurus_spectrum", "fg": 5579 }, - { "id": "overlay_wielded_tavor_12", "fg": 5580 }, - { "id": "overlay_wielded_tec9", "fg": 5581 }, - { "id": "overlay_wielded_tihar", "fg": 5582 }, - { "id": "overlay_wielded_tokarev", "fg": 5583 }, - { "id": "overlay_wielded_tommygun", "fg": 5584 }, - { "id": "overlay_wielded_trex_gun", "fg": 5585 }, - { "id": "overlay_wielded_triple_launcher_simple", "fg": 5586 }, - { "id": "overlay_wielded_unbio_blaster_gun", "fg": 5587 }, - { "id": "overlay_wielded_usp_45", "fg": 5588 }, - { "id": "overlay_wielded_usp_45_var_mk23", "fg": 5589 }, - { "id": "overlay_wielded_usp_9mm", "fg": 5590 }, - { "id": "overlay_wielded_uzi", "fg": 5591 }, - { "id": "overlay_wielded_v29", "fg": 5592 }, - { "id": "overlay_wielded_v29_cheap", "fg": 5593 }, - { "id": "overlay_wielded_walther_ccp", "fg": 5594 }, - { "id": "overlay_wielded_walther_p22", "fg": 5595 }, - { "id": "overlay_wielded_walther_p38", "fg": 5596 }, - { "id": "overlay_wielded_walther_ppq_40", "fg": 5597 }, - { "id": "overlay_wielded_walther_ppq_45", "fg": 5598 }, - { "id": "overlay_wielded_walther_ppq_9mm", "fg": 5599 }, - { "id": "overlay_wielded_weatherby_5", "fg": 5600 }, - { "id": "overlay_wielded_win70", "fg": 5601 }, - { "id": "overlay_wielded_winchester_1887", "fg": 5602 }, - { "id": "overlay_wielded_winchester_1897", "fg": 5603 }, - { "id": "overlay_wielded_witness_10", "fg": 5604 }, - { "id": "overlay_wielded_xd_10", "fg": 5605 }, - { "id": "overlay_wielded_brazier", "fg": 5633 }, - { "id": "overlay_wielded_cot", "fg": 5639 }, - { "id": "overlay_female_wielded_bat_nerf", "fg": 5640 }, - { "id": "overlay_female_wielded_golf_bag", "fg": 5641 }, - { "id": "overlay_male_wielded_bat_nerf", "fg": 5642 }, - { "id": "overlay_male_wielded_golf_bag", "fg": 5643 }, - { "id": "overlay_female_wielded_radio_car", "fg": 5644 }, - { "id": "overlay_female_wielded_radio_car_box", "fg": 5645 }, - { "id": "overlay_female_wielded_radio_car_on", "fg": 5646 }, - { "id": "overlay_female_wielded_radio_car_wheel", "fg": 5647 }, - { "id": "overlay_female_wielded_radiocontrol", "fg": 5648 }, - { "id": "overlay_female_wielded_rc_car_box", "fg": 5649 }, - { "id": "overlay_male_wielded_radio_car", "fg": 5650 }, - { "id": "overlay_male_wielded_radio_car_box", "fg": 5651 }, - { "id": "overlay_male_wielded_radio_car_on", "fg": 5652 }, - { "id": "overlay_male_wielded_radio_car_wheel", "fg": 5653 }, - { "id": "overlay_male_wielded_radiocontrol", "fg": 5654 }, - { "id": "overlay_male_wielded_rc_car_box", "fg": 5655 }, - { "id": "overlay_wielded_atomic_lamp", "fg": 5656 }, - { "id": "overlay_wielded_atomic_lamp_off", "fg": 5657 }, - { "id": "overlay_wielded_l-stick", "fg": 5658 }, - { "id": "overlay_wielded_l-stick_on", "fg": 5659 }, - { "id": "overlay_wielded_cattlefodder", "fg": 5663 }, - { "id": "overlay_wielded_bullet_crossbow", "fg": 5677 }, - { "id": "overlay_wielded_compcrossbow", "fg": 5678 }, - { "id": "overlay_wielded_compositecrossbow", "fg": 5679 }, - { "id": "overlay_wielded_crossbow", "fg": 5680 }, - { "id": "overlay_wielded_hand_crossbow", "fg": 5681 }, - { "id": "overlay_wielded_huge_crossbow", "fg": 5682 }, - { "id": "overlay_wielded_rep_crossbow", "fg": 5683 }, - { "id": "overlay_wielded_hoboreel", "fg": 5697 }, - { "id": "overlay_wielded_grenade", "fg": 5702 }, - { "id": "overlay_wielded_grenade_act", "fg": 5703 }, - { "id": "overlay_wielded_grenade_emp", "fg": 5704 }, - { "id": "overlay_wielded_grenade_emp_act", "fg": 5705 }, - { "id": "overlay_wielded_grenade_inc", "fg": 5706 }, - { "id": "overlay_wielded_grenade_inc_act", "fg": 5707 }, - { "id": "overlay_wielded_pipebomb", "fg": 5708 }, - { "id": "overlay_wielded_pipebomb_act", "fg": 5709 }, - { "id": "overlay_wielded_scrambler", "fg": 5710 }, - { "id": "overlay_wielded_scrambler_act", "fg": 5711 }, - { "id": "overlay_wielded_smokebomb", "fg": 5712 }, - { "id": "overlay_wielded_smokebomb_act", "fg": 5713 }, - { "id": "overlay_female_wielded_manhole_cover", "fg": 5751 }, - { "id": "overlay_male_wielded_manhole_cover", "fg": 5752 }, - { "id": "overlay_wielded_eyedrops", "fg": 5759 }, - { "id": "overlay_female_wielded_baseball", "fg": 5769 }, - { "id": "overlay_female_wielded_basketball", "fg": 5770 }, - { "id": "overlay_female_wielded_beach_volleyball", "fg": 5771 }, - { "id": "overlay_female_wielded_mre_beef_box", "fg": 5772 }, - { "id": "overlay_female_wielded_puck", "fg": 5773 }, - { "id": "overlay_male_wielded_baseball", "fg": 5774 }, - { "id": "overlay_male_wielded_basketball", "fg": 5775 }, - { "id": "overlay_male_wielded_beach_volleyball", "fg": 5776 }, - { "id": "overlay_male_wielded_mre_beef_box", "fg": 5777 }, - { "id": "overlay_male_wielded_puck", "fg": 5778 }, - { "id": "overlay_wielded_PR24-extended", "fg": 5779 }, - { "id": "overlay_wielded_PR24-retracted", "fg": 5780 }, - { "id": "overlay_wielded_baton-extended", "fg": 5781 }, - { "id": "overlay_wielded_baton", "fg": 5782 }, - { "id": "overlay_wielded_battery_car", "fg": 5783 }, - { "id": "overlay_wielded_bowling_ball", "fg": 5784 }, - { "id": "overlay_wielded_cell_phone", "fg": 5785 }, - { "id": "overlay_wielded_cell_phone_flashlight", "fg": 5786 }, - { "id": "overlay_wielded_codeine", "fg": 5787 }, - { "id": "overlay_wielded_flask_hip", "fg": 5788 }, - { "id": "overlay_wielded_football", "fg": 5789 }, - { "id": "overlay_wielded_golf_ball", "fg": 5790 }, - { "id": "overlay_wielded_indoor_volleyball", "fg": 5791 }, - { "id": "overlay_wielded_misc_repairkit", "fg": 5792 }, - { "id": "overlay_wielded_portable_game", "fg": 5793 }, - { "id": "overlay_wielded_two_way_radio", "fg": 5795 }, - { "id": "overlay_female_wielded_pool_cue", "fg": 5811 }, - { "id": "overlay_male_wielded_pool_cue", "fg": 5812 }, - { "id": "overlay_female_wielded_i_staff", "fg": 5820 }, - { "id": "overlay_female_wielded_q_staff", "fg": 5821 }, - { "id": "overlay_female_wielded_shock_staff", "fg": 5822 }, - { "id": "overlay_male_wielded_i_staff", "fg": 5823 }, - { "id": "overlay_male_wielded_q_staff", "fg": 5824 }, - { "id": "overlay_male_wielded_shock_staff", "fg": 5825 }, - { "id": "overlay_female_wielded_cigar", "fg": 5837 }, - { "id": "overlay_female_wielded_cigar_butt", "fg": 5838 }, - { "id": "overlay_male_wielded_cigar", "fg": 5846 }, - { "id": "overlay_male_wielded_cigar_butt", "fg": 5847 }, - { "id": "overlay_female_wielded_cig", "fg": 5855 }, - { "id": "overlay_female_wielded_cig_butt", "fg": 5856 }, - { "id": "overlay_male_wielded_cig", "fg": 5864 }, - { "id": "overlay_male_wielded_cig_butt", "fg": 5865 }, - { "id": "overlay_female_wielded_joint", "fg": 5873 }, - { "id": "overlay_female_wielded_joint_roach", "fg": 5881 }, - { "id": "overlay_male_wielded_joint", "fg": 5882 }, - { "id": "overlay_male_wielded_joint_roach", "fg": 5890 }, - { "id": "overlay_wielded_bokken", "fg": 5940 }, - { "id": "overlay_wielded_digging_stick", "fg": 5949 }, - { "id": "overlay_wielded_hoe", "fg": 5952 } + { "id": "overlay_male_wielded_pointy_stick", "fg": 5924 }, + { "id": "overlay_female_wielded_pointy_stick", "fg": 5923 }, + { "id": "overlay_male_wielded_spear_wood", "fg": 5940 }, + { "id": "overlay_female_wielded_spear_wood", "fg": 5939 }, + { "id": "overlay_male_wielded_spear_spike", "fg": 5936 }, + { "id": "overlay_female_wielded_spear_spike", "fg": 5935 }, + { "id": "overlay_male_wielded_spear_knife", "fg": 5928 }, + { "id": "overlay_female_wielded_spear_knife", "fg": 5927 }, + { "id": "overlay_male_wielded_spear_knife_superior", "fg": 5930 }, + { "id": "overlay_female_wielded_spear_knife_superior", "fg": 5929 }, + { "id": "overlay_male_wielded_spear_rebar", "fg": 5934 }, + { "id": "overlay_female_wielded_spear_rebar", "fg": 5933 }, + { "id": "overlay_male_wielded_spear_pipe", "fg": 5932 }, + { "id": "overlay_female_wielded_spear_pipe", "fg": 5931 }, + { "id": "overlay_male_wielded_spear_steel", "fg": 5938 }, + { "id": "overlay_female_wielded_spear_steel", "fg": 5937 }, + { "id": "overlay_male_wielded_spear_copper", "fg": 5926 }, + { "id": "overlay_female_wielded_spear_copper", "fg": 5925 }, + { "id": "overlay_female_wielded_splinter", "fg": 5941 }, + { "id": "overlay_male_wielded_splinter", "fg": 5942 }, + { "id": "overlay_wielded_knife_steak", "fg": 5943 }, + { "id": "overlay_wielded_steel_chunk", "fg": 5944 }, + { "id": "overlay_wielded_steel_lump", "fg": 5945 }, + { "id": "overlay_female_wielded_stick", "fg": 5946 }, + { "id": "overlay_male_wielded_stick", "fg": 5947 }, + { "id": "overlay_female_wielded_stick_long", "fg": 5948 }, + { "id": "overlay_male_wielded_stick_long", "fg": 5949 }, + { "id": "overlay_female_wielded_primitive_hammer", "fg": 5950 }, + { "id": "overlay_male_wielded_primitive_hammer", "fg": 5951 }, + { "id": "overlay_female_wielded_spear_stone", "fg": 5952 }, + { "id": "overlay_male_wielded_spear_stone", "fg": 5953 }, + { "id": "overlay_wielded_knife_rambo", "fg": 5954 }, + { "id": "overlay_female_wielded_spear_survivor", "fg": 5955 }, + { "id": "overlay_male_wielded_spear_survivor", "fg": 5956 }, + { "id": "overlay_wielded_switchblade", "fg": 5957 }, + { "id": "overlay_wielded_tanto", "fg": 5959 }, + { "id": "overlay_female_wielded_teapot", "fg": 5960 }, + { "id": "overlay_male_wielded_teapot", "fg": 5961 }, + { "id": "overlay_female_wielded_television", "fg": 5962 }, + { "id": "overlay_male_wielded_television", "fg": 5963 }, + { "id": "overlay_female_wielded_thermos", "fg": 5964 }, + { "id": "overlay_male_wielded_thermos", "fg": 5965 }, + { "id": "overlay_wielded_boltcutters", "fg": 5966 }, + { "id": "overlay_wielded_e_tool", "fg": 5968 }, + { "id": "overlay_wielded_halligan", "fg": 5969 }, + { "id": "overlay_wielded_jackhammer", "fg": 5971 }, + { "id": "overlay_wielded_elec_jackhammer", "fg": 5971 }, + { "id": "overlay_wielded_lobotomizer", "fg": 5972 }, + { "id": "overlay_wielded_makeshift_axe", "fg": 5973 }, + { "id": "overlay_wielded_ny_hook", "fg": 5974 }, + { "id": "overlay_wielded_pickaxe", "fg": 5975 }, + { "id": "overlay_wielded_hammer_sledge_engineer", "fg": 5976 }, + { "id": "overlay_wielded_hammer_sledge_heavy", "fg": 5977 }, + { "id": "overlay_wielded_hammer_sledge_short", "fg": 5978 }, + { "id": "overlay_wielded_hammer_sledge", "fg": 5979 }, + { "id": "overlay_wielded_g_shovel", "fg": 5980 }, + { "id": "overlay_wielded_primitive_shovel", "fg": 5981 }, + { "id": "overlay_wielded_knife_trench", "fg": 5982 }, + { "id": "overlay_wielded_wakizashi", "fg": 5983 }, + { "id": "overlay_male_wielded_2h_flail_steel", "fg": 5985 }, + { "id": "overlay_female_wielded_2h_flail_steel", "fg": 5984 }, + { "id": "overlay_wielded_warhammer", "fg": 5986 }, + { "id": "overlay_wielded_bolas", "fg": 5987 }, + { "id": "overlay_wielded_bullwhip", "fg": 5988 }, + { "id": "overlay_female_wielded_homewrecker", "fg": 5989 }, + { "id": "overlay_male_wielded_homewrecker", "fg": 5990 }, + { "id": "overlay_wielded_lawn_dart", "fg": 5991 }, + { "id": "overlay_wielded_net", "fg": 5992 }, + { "id": "overlay_wielded_bullwhip_razor", "fg": 5993 }, + { "id": "overlay_wielded_sling", "fg": 5994 }, + { "id": "overlay_wielded_staff_sling", "fg": 5995 }, + { "id": "overlay_wielded_throwing_axe", "fg": 5996 }, + { "id": "overlay_female_wielded_throwing_knife", "fg": 5997 }, + { "id": "overlay_male_wielded_throwing_knife", "fg": 5998 }, + { "id": "overlay_wielded_throwing_stick", "fg": 5999 }, + { "id": "overlay_wielded_shocktonfa_off", "fg": 6000 }, + { "id": "overlay_wielded_shocktonfa_on", "fg": 6000 }, + { "id": "overlay_wielded_tonfa", "fg": 6001 }, + { "id": "overlay_wielded_tonfa_wood", "fg": 6002 }, + { "id": "overlay_wielded_sword_wood", "fg": 6003 }, + { "id": "overlay_wielded_sword_nail", "fg": 6004 }, + { "id": "overlay_wielded_zweihander", "fg": 6005 }, + { "id": "overlay_female_wielded_clay_teapot", "fg": 5336 }, + { "id": "overlay_female_worn_harmonica_holder", "fg": 5337 }, + { "id": "overlay_male_wielded_clay_teapot", "fg": 5338 }, + { "id": "overlay_male_worn_harmonica_holder", "fg": 5339 }, + { "id": "overlay_wielded_banjo", "fg": 5341 }, + { "id": "overlay_wielded_bodypillow", "fg": 5342 }, + { "id": "overlay_wielded_clay_pot", "fg": 5343 }, + { "id": "overlay_wielded_guitar_electric", "fg": 5344 }, + { "id": "overlay_wielded_laptop", "fg": 5345 }, + { "id": "overlay_wielded_makeshift_hammer", "fg": 5346 }, + { "id": "overlay_wielded_pot_makeshift", "fg": 5347 }, + { "id": "overlay_wielded_pot_makeshift_copper", "fg": 5348 }, + { "id": "overlay_wielded_tazer", "fg": 5349 }, + { "id": "overlay_wielded_1895sbl", "fg": 5353 }, + { "id": "overlay_wielded_2_shot_special", "fg": 5354 }, + { "id": "overlay_wielded_90two", "fg": 5355 }, + { "id": "overlay_wielded_90two40", "fg": 5356 }, + { "id": "overlay_wielded_AT4", "fg": 5357 }, + { "id": "overlay_wielded_LAW", "fg": 5358 }, + { "id": "overlay_wielded_LAW_Packed", "fg": 5359 }, + { "id": "overlay_wielded_M24", "fg": 5360 }, + { "id": "overlay_wielded_RPG", "fg": 5361 }, + { "id": "overlay_wielded_TDI", "fg": 5362 }, + { "id": "overlay_wielded_USAS_12", "fg": 5363 }, + { "id": "overlay_wielded_af2011a1_38super", "fg": 5364 }, + { "id": "overlay_wielded_airspeargun", "fg": 5365 }, + { "id": "overlay_wielded_ak74", "fg": 5367 }, + { "id": "overlay_wielded_american_180", "fg": 5368 }, + { "id": "overlay_wielded_an94", "fg": 5369 }, + { "id": "overlay_wielded_ar10", "fg": 5370 }, + { "id": "overlay_wielded_ar15", "fg": 5371 }, + { "id": "overlay_wielded_ar_pistol", "fg": 5372 }, + { "id": "overlay_wielded_arx160", "fg": 5373 }, + { "id": "overlay_wielded_ashot", "fg": 5374 }, + { "id": "overlay_wielded_atgm_launcher", "fg": 5375 }, + { "id": "overlay_wielded_bbgun", "fg": 5376 }, + { "id": "overlay_wielded_bfr", "fg": 5377 }, + { "id": "overlay_wielded_bh_m89", "fg": 5378 }, + { "id": "overlay_wielded_bigun", "fg": 5379 }, + { "id": "overlay_wielded_blunderbuss", "fg": 5380 }, + { "id": "overlay_wielded_bond_410", "fg": 5381 }, + { "id": "overlay_wielded_browning_blr", "fg": 5382 }, + { "id": "overlay_wielded_bt_apc9k", "fg": 5383 }, + { "id": "overlay_wielded_chemical_thrower", "fg": 5385 }, + { "id": "overlay_wielded_coilgun", "fg": 5386 }, + { "id": "overlay_wielded_colt_army", "fg": 5387 }, + { "id": "overlay_wielded_colt_lightning", "fg": 5388 }, + { "id": "overlay_wielded_colt_navy", "fg": 5389 }, + { "id": "overlay_wielded_colt_ro635", "fg": 5390 }, + { "id": "overlay_wielded_colt_saa", "fg": 5391 }, + { "id": "overlay_wielded_combination_gun", "fg": 5392 }, + { "id": "overlay_wielded_cop_38", "fg": 5393 }, + { "id": "overlay_wielded_cx4", "fg": 5394 }, + { "id": "overlay_wielded_cz75", "fg": 5395 }, + { "id": "overlay_wielded_deagle_44", "fg": 5396 }, + { "id": "overlay_wielded_doublespeargun", "fg": 5397 }, + { "id": "overlay_wielded_draco", "fg": 5398 }, + { "id": "overlay_wielded_emp_gun", "fg": 5399 }, + { "id": "overlay_wielded_famas", "fg": 5400 }, + { "id": "overlay_wielded_flamethrower", "fg": 5401 }, + { "id": "overlay_wielded_flamethrower_crude", "fg": 5402 }, + { "id": "overlay_wielded_flamethrower_simple", "fg": 5403 }, + { "id": "overlay_wielded_flaregun", "fg": 5404 }, + { "id": "overlay_wielded_fn1910", "fg": 5405 }, + { "id": "overlay_wielded_fn57", "fg": 5406 }, + { "id": "overlay_wielded_fn_fal", "fg": 5407 }, + { "id": "overlay_wielded_fn_p90", "fg": 5408 }, + { "id": "overlay_wielded_fs2000", "fg": 5409 }, + { "id": "overlay_wielded_ftk93", "fg": 5410 }, + { "id": "overlay_wielded_garand", "fg": 5411 }, + { "id": "overlay_wielded_glock_17", "fg": 5412 }, + { "id": "overlay_wielded_glock_18c", "fg": 5413 }, + { "id": "overlay_wielded_glock_19", "fg": 5414 }, + { "id": "overlay_wielded_glock_20", "fg": 5415 }, + { "id": "overlay_wielded_glock_20_var_glock_40", "fg": 5416 }, + { "id": "overlay_wielded_glock_21", "fg": 5417 }, + { "id": "overlay_wielded_glock_22", "fg": 5418 }, + { "id": "overlay_wielded_glock_29", "fg": 5419 }, + { "id": "overlay_wielded_glock_31", "fg": 5420 }, + { "id": "overlay_wielded_heavy_rail_rifle", "fg": 5421 }, + { "id": "overlay_wielded_helsing", "fg": 5422 }, + { "id": "overlay_wielded_henry_big_boy", "fg": 5423 }, + { "id": "overlay_wielded_hi_power_40", "fg": 5424 }, + { "id": "overlay_wielded_hi_power_9mm", "fg": 5425 }, + { "id": "overlay_wielded_hk417_13", "fg": 5426 }, + { "id": "overlay_wielded_hk_g3", "fg": 5427 }, + { "id": "overlay_wielded_hk_g36", "fg": 5428 }, + { "id": "overlay_wielded_hk_g80", "fg": 5429 }, + { "id": "overlay_wielded_hk_mp5_semi_pistol", "fg": 5431 }, + { "id": "overlay_wielded_hk_mp5k", "fg": 5432 }, + { "id": "overlay_wielded_hk_mp5sd", "fg": 5433 }, + { "id": "overlay_wielded_hk_mp7", "fg": 5434 }, + { "id": "overlay_wielded_hk_ump45", "fg": 5435 }, + { "id": "overlay_wielded_hptc9", "fg": 5436 }, + { "id": "overlay_wielded_hptcf380", "fg": 5437 }, + { "id": "overlay_wielded_iwi_tavor_x95_300blk", "fg": 5439 }, + { "id": "overlay_wielded_kp32", "fg": 5440 }, + { "id": "overlay_wielded_kp3at", "fg": 5441 }, + { "id": "overlay_wielded_kpf9", "fg": 5442 }, + { "id": "overlay_wielded_ksg-25", "fg": 5443 }, + { "id": "overlay_wielded_ksg", "fg": 5444 }, + { "id": "overlay_wielded_ksub2000", "fg": 5445 }, + { "id": "overlay_wielded_l_bak_223", "fg": 5446 }, + { "id": "overlay_wielded_laser_cannon", "fg": 5447 }, + { "id": "overlay_wielded_laser_rifle", "fg": 5448 }, + { "id": "overlay_wielded_launcher_simple", "fg": 5449 }, + { "id": "overlay_wielded_lemat_revolver", "fg": 5450 }, + { "id": "overlay_wielded_lever_shotgun", "fg": 5451 }, + { "id": "overlay_wielded_m11", "fg": 5453 }, + { "id": "overlay_wielded_m110a1", "fg": 5454 }, + { "id": "overlay_wielded_m14ebr", "fg": 5455 }, + { "id": "overlay_wielded_m17", "fg": 5458 }, + { "id": "overlay_wielded_m18", "fg": 5459 }, + { "id": "overlay_wielded_m1903", "fg": 5460 }, + { "id": "overlay_wielded_m1911-460", "fg": 5461 }, + { "id": "overlay_wielded_m1911_10", "fg": 5463 }, + { "id": "overlay_wielded_m1911_var_m1911_MEU", "fg": 5464 }, + { "id": "overlay_wielded_m1918", "fg": 5465 }, + { "id": "overlay_wielded_m1a", "fg": 5466 }, + { "id": "overlay_wielded_m2010", "fg": 5467 }, + { "id": "overlay_wielded_m202_flash", "fg": 5468 }, + { "id": "overlay_wielded_m231pfw", "fg": 5469 }, + { "id": "overlay_wielded_m240", "fg": 5470 }, + { "id": "overlay_wielded_m27_assault_rifle_var_h&k416a5", "fg": 5472 }, + { "id": "overlay_wielded_m27_assault_rifle_var_m27iar", "fg": 5473 }, + { "id": "overlay_wielded_m27_assault_rifle_var_m38dmr", "fg": 5474 }, + { "id": "overlay_wielded_m27_assault_rifle_var_scar_l", "fg": 5475 }, + { "id": "overlay_wielded_m2browning_sawn", "fg": 5476 }, + { "id": "overlay_wielded_m320", "fg": 5477 }, + { "id": "overlay_wielded_m3_carlgustav", "fg": 5478 }, + { "id": "overlay_wielded_m4_carbine_var_m4_cqbr", "fg": 5479 }, + { "id": "overlay_wielded_m4_carbine_var_m4a1", "fg": 5480 }, + { "id": "overlay_wielded_m4_carlgustav", "fg": 5481 }, + { "id": "overlay_wielded_m79", "fg": 5483 }, + { "id": "overlay_wielded_m9", "fg": 5484 }, + { "id": "overlay_wielded_mac_10", "fg": 5485 }, + { "id": "overlay_wielded_mac_11", "fg": 5486 }, + { "id": "overlay_wielded_makarov", "fg": 5487 }, + { "id": "overlay_wielded_marlin_9a", "fg": 5488 }, + { "id": "overlay_wielded_mauser_c96", "fg": 5489 }, + { "id": "overlay_wielded_mauser_m714", "fg": 5490 }, + { "id": "overlay_wielded_mgl", "fg": 5491 }, + { "id": "overlay_wielded_mininuke_launcher", "fg": 5492 }, + { "id": "overlay_wielded_minispeargun", "fg": 5493 }, + { "id": "overlay_wielded_model_10_revolver", "fg": 5494 }, + { "id": "overlay_wielded_mosin44", "fg": 5495 }, + { "id": "overlay_wielded_mosin44_ebr", "fg": 5496 }, + { "id": "overlay_wielded_mosin91_30", "fg": 5497 }, + { "id": "overlay_wielded_mosin91_30_ebr", "fg": 5498 }, + { "id": "overlay_wielded_moss_brownie", "fg": 5499 }, + { "id": "overlay_wielded_mossberg_500", "fg": 5500 }, + { "id": "overlay_wielded_mossberg_500_var_mossberg_500_security", "fg": 5501 }, + { "id": "overlay_wielded_mossberg_590", "fg": 5502 }, + { "id": "overlay_wielded_mossberg_590_var_SPAS_12", "fg": 5503 }, + { "id": "overlay_wielded_mossberg_930", "fg": 5504 }, + { "id": "overlay_wielded_mossberg_930_var_m1014", "fg": 5505 }, + { "id": "overlay_wielded_mp18", "fg": 5506 }, + { "id": "overlay_wielded_nailgun", "fg": 5508 }, + { "id": "overlay_wielded_nailrifle", "fg": 5509 }, + { "id": "overlay_wielded_needlegun", "fg": 5510 }, + { "id": "overlay_wielded_needlepistol", "fg": 5511 }, + { "id": "overlay_wielded_oa93", "fg": 5512 }, + { "id": "overlay_wielded_p08", "fg": 5513 }, + { "id": "overlay_wielded_p220_10", "fg": 5514 }, + { "id": "overlay_wielded_p226_357sig", "fg": 5515 }, + { "id": "overlay_wielded_p226_9mm", "fg": 5516 }, + { "id": "overlay_wielded_p320_357sig", "fg": 5517 }, + { "id": "overlay_wielded_paintballgun", "fg": 5518 }, + { "id": "overlay_wielded_pamd68", "fg": 5519 }, + { "id": "overlay_wielded_pamd71z", "fg": 5520 }, + { "id": "overlay_wielded_pipe_combination_gun", "fg": 5521 }, + { "id": "overlay_wielded_pipe_double_shotgun", "fg": 5522 }, + { "id": "overlay_wielded_pipe_shotgun", "fg": 5524 }, + { "id": "overlay_wielded_pistol_flintlock", "fg": 5525 }, + { "id": "overlay_wielded_plasma_gun", "fg": 5526 }, + { "id": "overlay_wielded_plasma_rifle", "fg": 5527 }, + { "id": "overlay_wielded_ppsh", "fg": 5528 }, + { "id": "overlay_wielded_px4", "fg": 5529 }, + { "id": "overlay_wielded_px4_40", "fg": 5530 }, + { "id": "overlay_wielded_raging_bull", "fg": 5531 }, + { "id": "overlay_wielded_raging_judge", "fg": 5532 }, + { "id": "overlay_wielded_rebar_rifle", "fg": 5533 }, + { "id": "overlay_wielded_remington700_270", "fg": 5534 }, + { "id": "overlay_wielded_remington_700", "fg": 5535 }, + { "id": "overlay_wielded_remington_870", "fg": 5536 }, + { "id": "overlay_wielded_remington_870_breacher", "fg": 5537 }, + { "id": "overlay_wielded_remington_870_express", "fg": 5538 }, + { "id": "overlay_wielded_remington_870_var_browning_a5", "fg": 5539 }, + { "id": "overlay_wielded_remington_870_var_remington_1100", "fg": 5540 }, + { "id": "overlay_wielded_revolver_shotgun", "fg": 5541 }, + { "id": "overlay_wielded_rm103a_pistol", "fg": 5542 }, + { "id": "overlay_wielded_rm120c", "fg": 5543 }, + { "id": "overlay_wielded_rm20", "fg": 5544 }, + { "id": "overlay_wielded_rm2000_smg", "fg": 5545 }, + { "id": "overlay_wielded_rm228", "fg": 5546 }, + { "id": "overlay_wielded_rm298", "fg": 5547 }, + { "id": "overlay_wielded_rm451_flamethrower", "fg": 5548 }, + { "id": "overlay_wielded_rm51_assault_rifle", "fg": 5549 }, + { "id": "overlay_wielded_rm614_lmg", "fg": 5550 }, + { "id": "overlay_wielded_rm802", "fg": 5551 }, + { "id": "overlay_wielded_rm88_battle_rifle", "fg": 5552 }, + { "id": "overlay_wielded_ruger_1022", "fg": 5553 }, + { "id": "overlay_wielded_ruger_lcr_22", "fg": 5554 }, + { "id": "overlay_wielded_ruger_lcr_38", "fg": 5555 }, + { "id": "overlay_wielded_ruger_mini", "fg": 5556 }, + { "id": "overlay_wielded_ruger_redhawk", "fg": 5557 }, + { "id": "overlay_wielded_rugerlcp", "fg": 5558 }, + { "id": "overlay_wielded_saiga_12", "fg": 5559 }, + { "id": "overlay_wielded_saiga_410", "fg": 5560 }, + { "id": "overlay_wielded_savage_111f", "fg": 5561 }, + { "id": "overlay_wielded_scar_h", "fg": 5562 }, + { "id": "overlay_wielded_sharps", "fg": 5563 }, + { "id": "overlay_wielded_shotgun_410", "fg": 5564 }, + { "id": "overlay_wielded_shotgun_d", "fg": 5565 }, + { "id": "overlay_wielded_shotgun_s", "fg": 5566 }, + { "id": "overlay_wielded_sig552", "fg": 5567 }, + { "id": "overlay_wielded_sig_40", "fg": 5568 }, + { "id": "overlay_wielded_sig_mcx_rattler_sbr", "fg": 5569 }, + { "id": "overlay_wielded_sig_mosquito", "fg": 5570 }, + { "id": "overlay_wielded_sig_p230", "fg": 5571 }, + { "id": "overlay_wielded_skorpion_61", "fg": 5572 }, + { "id": "overlay_wielded_skorpion_82", "fg": 5573 }, + { "id": "overlay_wielded_sks", "fg": 5574 }, + { "id": "overlay_wielded_smg_40", "fg": 5576 }, + { "id": "overlay_wielded_smg_45", "fg": 5577 }, + { "id": "overlay_wielded_smg_9mm", "fg": 5578 }, + { "id": "overlay_wielded_sp2022 - Copia", "fg": 5579 }, + { "id": "overlay_wielded_sp2022", "fg": 5580 }, + { "id": "overlay_wielded_speargun", "fg": 5581 }, + { "id": "overlay_wielded_sten", "fg": 5582 }, + { "id": "overlay_wielded_steyr_aug", "fg": 5583 }, + { "id": "overlay_wielded_streetsweeper", "fg": 5584 }, + { "id": "overlay_wielded_surv_hand_cannon", "fg": 5585 }, + { "id": "overlay_wielded_surv_rocket_launcher", "fg": 5586 }, + { "id": "overlay_wielded_surv_six_shooter", "fg": 5587 }, + { "id": "overlay_wielded_survivor_special_700", "fg": 5588 }, + { "id": "overlay_wielded_sw629", "fg": 5589 }, + { "id": "overlay_wielded_sw_22", "fg": 5590 }, + { "id": "overlay_wielded_sw_500", "fg": 5591 }, + { "id": "overlay_wielded_sw_610", "fg": 5592 }, + { "id": "overlay_wielded_sw_619", "fg": 5593 }, + { "id": "overlay_wielded_tac50", "fg": 5594 }, + { "id": "overlay_wielded_taurus_spectrum", "fg": 5595 }, + { "id": "overlay_wielded_tavor_12", "fg": 5596 }, + { "id": "overlay_wielded_tec9", "fg": 5597 }, + { "id": "overlay_wielded_tihar", "fg": 5598 }, + { "id": "overlay_wielded_tokarev", "fg": 5599 }, + { "id": "overlay_wielded_tommygun", "fg": 5600 }, + { "id": "overlay_wielded_trex_gun", "fg": 5601 }, + { "id": "overlay_wielded_triple_launcher_simple", "fg": 5602 }, + { "id": "overlay_wielded_unbio_blaster_gun", "fg": 5603 }, + { "id": "overlay_wielded_usp_45", "fg": 5604 }, + { "id": "overlay_wielded_usp_45_var_mk23", "fg": 5605 }, + { "id": "overlay_wielded_usp_9mm", "fg": 5606 }, + { "id": "overlay_wielded_uzi", "fg": 5607 }, + { "id": "overlay_wielded_v29", "fg": 5608 }, + { "id": "overlay_wielded_v29_cheap", "fg": 5609 }, + { "id": "overlay_wielded_walther_ccp", "fg": 5610 }, + { "id": "overlay_wielded_walther_p22", "fg": 5611 }, + { "id": "overlay_wielded_walther_p38", "fg": 5612 }, + { "id": "overlay_wielded_walther_ppq_40", "fg": 5613 }, + { "id": "overlay_wielded_walther_ppq_45", "fg": 5614 }, + { "id": "overlay_wielded_walther_ppq_9mm", "fg": 5615 }, + { "id": "overlay_wielded_weatherby_5", "fg": 5616 }, + { "id": "overlay_wielded_win70", "fg": 5617 }, + { "id": "overlay_wielded_winchester_1887", "fg": 5618 }, + { "id": "overlay_wielded_winchester_1897", "fg": 5619 }, + { "id": "overlay_wielded_witness_10", "fg": 5620 }, + { "id": "overlay_wielded_xd_10", "fg": 5621 }, + { "id": "overlay_wielded_brazier", "fg": 5649 }, + { "id": "overlay_wielded_bucket", "fg": 5653 }, + { "id": "overlay_wielded_cot", "fg": 5656 }, + { "id": "overlay_female_wielded_bat_nerf", "fg": 5657 }, + { "id": "overlay_female_wielded_golf_bag", "fg": 5658 }, + { "id": "overlay_male_wielded_bat_nerf", "fg": 5659 }, + { "id": "overlay_male_wielded_golf_bag", "fg": 5660 }, + { "id": "overlay_female_wielded_radio_car", "fg": 5661 }, + { "id": "overlay_female_wielded_radio_car_box", "fg": 5662 }, + { "id": "overlay_female_wielded_radio_car_on", "fg": 5663 }, + { "id": "overlay_female_wielded_radio_car_wheel", "fg": 5664 }, + { "id": "overlay_female_wielded_radiocontrol", "fg": 5665 }, + { "id": "overlay_female_wielded_rc_car_box", "fg": 5666 }, + { "id": "overlay_male_wielded_radio_car", "fg": 5667 }, + { "id": "overlay_male_wielded_radio_car_box", "fg": 5668 }, + { "id": "overlay_male_wielded_radio_car_on", "fg": 5669 }, + { "id": "overlay_male_wielded_radio_car_wheel", "fg": 5670 }, + { "id": "overlay_male_wielded_radiocontrol", "fg": 5671 }, + { "id": "overlay_male_wielded_rc_car_box", "fg": 5672 }, + { "id": "overlay_wielded_atomic_lamp", "fg": 5673 }, + { "id": "overlay_wielded_atomic_lamp_off", "fg": 5674 }, + { "id": "overlay_wielded_l-stick", "fg": 5675 }, + { "id": "overlay_wielded_l-stick_on", "fg": 5676 }, + { "id": "overlay_wielded_chestguard_hard", "fg": 5678 }, + { "id": "overlay_wielded_cattlefodder", "fg": 5681 }, + { "id": "overlay_wielded_bullet_crossbow", "fg": 5695 }, + { "id": "overlay_wielded_compcrossbow", "fg": 5696 }, + { "id": "overlay_wielded_compositecrossbow", "fg": 5697 }, + { "id": "overlay_wielded_crossbow", "fg": 5698 }, + { "id": "overlay_wielded_hand_crossbow", "fg": 5699 }, + { "id": "overlay_wielded_huge_crossbow", "fg": 5700 }, + { "id": "overlay_wielded_rep_crossbow", "fg": 5701 }, + { "id": "overlay_wielded_hoboreel", "fg": 5715 }, + { "id": "overlay_wielded_grenade", "fg": 5720 }, + { "id": "overlay_wielded_grenade_act", "fg": 5721 }, + { "id": "overlay_wielded_grenade_emp", "fg": 5722 }, + { "id": "overlay_wielded_grenade_emp_act", "fg": 5723 }, + { "id": "overlay_wielded_grenade_inc", "fg": 5724 }, + { "id": "overlay_wielded_grenade_inc_act", "fg": 5725 }, + { "id": "overlay_wielded_pipebomb", "fg": 5726 }, + { "id": "overlay_wielded_pipebomb_act", "fg": 5727 }, + { "id": "overlay_wielded_scrambler", "fg": 5728 }, + { "id": "overlay_wielded_scrambler_act", "fg": 5729 }, + { "id": "overlay_wielded_smokebomb", "fg": 5730 }, + { "id": "overlay_wielded_smokebomb_act", "fg": 5731 }, + { "id": "overlay_female_wielded_manhole_cover", "fg": 5769 }, + { "id": "overlay_male_wielded_manhole_cover", "fg": 5770 }, + { "id": "overlay_wielded_eyedrops", "fg": 5777 }, + { "id": "overlay_female_wielded_baseball", "fg": 5787 }, + { "id": "overlay_female_wielded_basketball", "fg": 5788 }, + { "id": "overlay_female_wielded_beach_volleyball", "fg": 5789 }, + { "id": "overlay_female_wielded_mre_beef_box", "fg": 5790 }, + { "id": "overlay_female_wielded_puck", "fg": 5791 }, + { "id": "overlay_male_wielded_baseball", "fg": 5792 }, + { "id": "overlay_male_wielded_basketball", "fg": 5793 }, + { "id": "overlay_male_wielded_beach_volleyball", "fg": 5794 }, + { "id": "overlay_male_wielded_mre_beef_box", "fg": 5795 }, + { "id": "overlay_male_wielded_puck", "fg": 5796 }, + { "id": "overlay_wielded_PR24-extended", "fg": 5797 }, + { "id": "overlay_wielded_PR24-retracted", "fg": 5798 }, + { "id": "overlay_wielded_baton-extended", "fg": 5799 }, + { "id": "overlay_wielded_baton", "fg": 5800 }, + { "id": "overlay_wielded_battery_car", "fg": 5801 }, + { "id": "overlay_wielded_bowling_ball", "fg": 5802 }, + { "id": "overlay_wielded_cell_phone", "fg": 5803 }, + { "id": "overlay_wielded_cell_phone_flashlight", "fg": 5804 }, + { "id": "overlay_wielded_codeine", "fg": 5805 }, + { "id": "overlay_wielded_flask_hip", "fg": 5806 }, + { "id": "overlay_wielded_football", "fg": 5807 }, + { "id": "overlay_wielded_golf_ball", "fg": 5808 }, + { "id": "overlay_wielded_indoor_volleyball", "fg": 5809 }, + { "id": "overlay_wielded_misc_repairkit", "fg": 5810 }, + { "id": "overlay_wielded_portable_game", "fg": 5811 }, + { "id": "overlay_wielded_two_way_radio", "fg": 5813 }, + { "id": "overlay_female_wielded_pool_cue", "fg": 5829 }, + { "id": "overlay_male_wielded_pool_cue", "fg": 5830 }, + { "id": "overlay_female_wielded_i_staff", "fg": 5838 }, + { "id": "overlay_female_wielded_q_staff", "fg": 5839 }, + { "id": "overlay_female_wielded_shock_staff", "fg": 5840 }, + { "id": "overlay_male_wielded_i_staff", "fg": 5841 }, + { "id": "overlay_male_wielded_q_staff", "fg": 5842 }, + { "id": "overlay_male_wielded_shock_staff", "fg": 5843 }, + { "id": "overlay_female_wielded_cigar", "fg": 5855 }, + { "id": "overlay_female_wielded_cigar_butt", "fg": 5856 }, + { "id": "overlay_male_wielded_cigar", "fg": 5864 }, + { "id": "overlay_male_wielded_cigar_butt", "fg": 5865 }, + { "id": "overlay_female_wielded_cig", "fg": 5873 }, + { "id": "overlay_female_wielded_cig_butt", "fg": 5874 }, + { "id": "overlay_male_wielded_cig", "fg": 5882 }, + { "id": "overlay_male_wielded_cig_butt", "fg": 5883 }, + { "id": "overlay_female_wielded_joint", "fg": 5891 }, + { "id": "overlay_female_wielded_joint_roach", "fg": 5899 }, + { "id": "overlay_male_wielded_joint", "fg": 5900 }, + { "id": "overlay_male_wielded_joint_roach", "fg": 5908 }, + { "id": "overlay_wielded_bokken", "fg": 5958 }, + { "id": "overlay_wielded_digging_stick", "fg": 5967 }, + { "id": "overlay_wielded_hoe", "fg": 5970 } ] }, { "file": "monsters_plus.png", - "//": "range 6000 to 6143", + "//": "range 6016 to 6159", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, "sprite_offset_y": -16, "tiles": [ - { "id": "mon_zombie_phase_skulker", "fg": 6001, "bg": 6019 }, - { "id": "mon_zombie_phase_shrike", "fg": 6000, "bg": 6019 }, - { "id": "mon_broken_cyborg", "fg": 6002, "bg": 6019 }, - { "id": "mon_prototype_cyborg", "fg": 6003, "bg": 6019 }, - { "id": "mon_boomer_fungus", "fg": 6005, "bg": 6019 }, - { "id": "mon_zombie_soldier_acid_1", "fg": 6006, "bg": 6019 }, + { "id": "mon_zombie_phase_skulker", "fg": 6017, "bg": 6035 }, + { "id": "mon_zombie_phase_shrike", "fg": 6016, "bg": 6035 }, + { "id": "mon_broken_cyborg", "fg": 6018, "bg": 6035 }, + { "id": "mon_prototype_cyborg", "fg": 6019, "bg": 6035 }, + { "id": "mon_boomer_fungus", "fg": 6021, "bg": 6035 }, + { "id": "mon_zombie_soldier_acid_1", "fg": 6022, "bg": 6035 }, { "id": "mon_zombie_reenactor", - "fg": [ { "weight": 2, "sprite": 6015 }, { "weight": 2, "sprite": 6014 }, { "weight": 1, "sprite": 6016 } ], - "bg": 6019 - }, - { "id": "mon_zombie_prisoner_tough", "fg": 6013, "bg": 6019 }, - { "id": "mon_zombie_prisoner_fat", "fg": 6012, "bg": 6019 }, - { "id": "mon_zombie_prisoner_brute", "fg": 6011, "bg": 6019 }, - { "id": "mon_zombie_resort_bouncer", "fg": 6017, "bg": 6019 }, - { "id": "mon_irradiated_wanderer_1", "fg": 6007, "bg": 6019 }, - { "id": "mon_irradiated_wanderer_2", "fg": 6008, "bg": 6019 }, - { "id": "mon_irradiated_wanderer_3", "fg": 6009, "bg": 6019 }, - { "id": "mon_irradiated_wanderer_4", "fg": 6010, "bg": 6019 }, + "fg": [ { "weight": 2, "sprite": 6031 }, { "weight": 2, "sprite": 6030 }, { "weight": 1, "sprite": 6032 } ], + "bg": 6035 + }, + { "id": "mon_zombie_prisoner_tough", "fg": 6029, "bg": 6035 }, + { "id": "mon_zombie_prisoner_fat", "fg": 6028, "bg": 6035 }, + { "id": "mon_zombie_prisoner_brute", "fg": 6027, "bg": 6035 }, + { "id": "mon_zombie_resort_bouncer", "fg": 6033, "bg": 6035 }, + { "id": "mon_irradiated_wanderer_1", "fg": 6023, "bg": 6035 }, + { "id": "mon_irradiated_wanderer_2", "fg": 6024, "bg": 6035 }, + { "id": "mon_irradiated_wanderer_3", "fg": 6025, "bg": 6035 }, + { "id": "mon_irradiated_wanderer_4", "fg": 6026, "bg": 6035 }, { "id": "mon_feral_human_crowbar", - "fg": [ { "weight": 100, "sprite": 6022 }, { "weight": 50, "sprite": 6023 } ], - "bg": 6019 + "fg": [ { "weight": 100, "sprite": 6038 }, { "weight": 50, "sprite": 6039 } ], + "bg": 6035 }, { "id": "mon_feral_human_pipe", - "fg": [ { "weight": 100, "sprite": 6026 }, { "weight": 50, "sprite": 6027 } ], - "bg": 6019 + "fg": [ { "weight": 100, "sprite": 6042 }, { "weight": 50, "sprite": 6043 } ], + "bg": 6035 }, { "id": "mon_feral_human_axe", - "fg": [ { "weight": 100, "sprite": 6020 }, { "weight": 50, "sprite": 6021 } ], - "bg": 6019 - }, - { "id": "mon_feral_labsecurity_9mm", "fg": 6024, "bg": 6019 }, - { "id": "mon_feral_labsecurity_flashlight", "fg": 6025, "bg": 6019 }, - { "id": "mon_feral_scientist_scalpel", "fg": 6028, "bg": 6019 }, - { "id": "mon_zombie_grabber", "fg": 6029, "bg": 6019 }, - { "id": "mon_zombie_kevlar_1", "fg": 6030, "bg": 6019 }, - { "id": "mon_bee", "fg": 6031, "bg": 6019 }, - { "id": "mon_blank", "fg": 6032, "bg": 6019 }, - { "id": "mon_boomer", "fg": 6033, "bg": 6019 }, - { "id": "mon_charred_nightmare", "fg": 6034, "bg": 6019 }, - { "id": "mon_cougar", "fg": 6035, "bg": 6019 }, - { "id": "mon_dementia", "fg": 6036, "bg": 6019 }, - { "id": "mon_dermatik", "fg": 6037, "bg": 6019 }, - { "id": "mon_dragonfly_giant", "fg": 6038, "bg": 6019 }, - { "id": "mon_dragonfly_mega", "fg": 6039, "bg": 6019 }, - { "id": "mon_flesh_golem", "fg": 6040, "bg": 6019 }, - { "id": "mon_fleshy_shambler", "fg": 6041, "bg": 6019 }, - { "id": "mon_fly", "fg": 6042, "bg": 6019 }, - { "id": "mon_gozu", "fg": 6043, "bg": 6019 }, - { "id": "mon_hallu_mannequin", "fg": 6044, "bg": 6019 }, - { "id": "mon_mannequin_decoy", "fg": 6044, "bg": 6019 }, - { "id": "mon_hallu_mom", "fg": 6045, "bg": 6019 }, - { "id": "mon_hologram", "fg": 6046, "bg": 6019 }, + "fg": [ { "weight": 100, "sprite": 6036 }, { "weight": 50, "sprite": 6037 } ], + "bg": 6035 + }, + { "id": "mon_feral_labsecurity_9mm", "fg": 6040, "bg": 6035 }, + { "id": "mon_feral_labsecurity_flashlight", "fg": 6041, "bg": 6035 }, + { "id": "mon_feral_scientist_scalpel", "fg": 6044, "bg": 6035 }, + { "id": "mon_zombie_grabber", "fg": 6045, "bg": 6035 }, + { "id": "mon_zombie_kevlar_1", "fg": 6046, "bg": 6035 }, + { "id": "mon_bee", "fg": 6047, "bg": 6035 }, + { "id": "mon_blank", "fg": 6048, "bg": 6035 }, + { "id": "mon_boomer", "fg": 6049, "bg": 6035 }, + { "id": "mon_charred_nightmare", "fg": 6050, "bg": 6035 }, + { "id": "mon_cougar", "fg": 6051, "bg": 6035 }, + { "id": "mon_dementia", "fg": 6052, "bg": 6035 }, + { "id": "mon_dermatik", "fg": 6053, "bg": 6035 }, + { "id": "mon_dragonfly_giant", "fg": 6054, "bg": 6035 }, + { "id": "mon_dragonfly_mega", "fg": 6055, "bg": 6035 }, + { "id": "mon_flesh_golem", "fg": 6056, "bg": 6035 }, + { "id": "mon_fleshy_shambler", "fg": 6057, "bg": 6035 }, + { "id": "mon_fly", "fg": 6058, "bg": 6035 }, + { "id": "mon_gozu", "fg": 6059, "bg": 6035 }, + { "id": "mon_hallu_mannequin", "fg": 6060, "bg": 6035 }, + { "id": "mon_mannequin_decoy", "fg": 6060, "bg": 6035 }, + { "id": "mon_hallu_mom", "fg": 6061, "bg": 6035 }, + { "id": "mon_hologram", "fg": 6062, "bg": 6035 }, { "id": "mon_hunting_horror", - "fg": [ { "weight": 1, "sprite": 6047 }, { "weight": 1, "sprite": 6048 }, { "weight": 1, "sprite": 6049 } ], - "bg": 6019 - }, - { "id": "mon_marloss_zealot_f", "fg": 6050, "bg": 6019 }, - { "id": "mon_marloss_zealot_m", "fg": 6051, "bg": 6019 }, - { "id": "mon_mutant_experimental", "fg": 6052, "bg": 6019 }, - { "id": "mon_one_eye", "fg": 6053, "bg": 6019 }, - { "id": "mon_riotbot", "fg": 6054, "bg": 6019 }, - { "id": "mon_skeleton", "fg": 6055, "bg": 6019 }, - { "id": "mon_skeleton_brute", "fg": 6056, "bg": 6019 }, - { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 2823 }, - { "id": "mon_zombie_acidic", "fg": 6057, "bg": 6019 }, - { "id": "mon_zombie_corrosive", "fg": 6058, "bg": 6019 }, - { "id": "mon_zombie_spitter", "fg": 6059, "bg": 6019 }, - { "id": "mon_zombie_bio_op", "fg": 6060, "bg": 6019 }, - { "id": "mon_zombie_bio_op2", "fg": 6061, "bg": 6019 }, + "fg": [ { "weight": 1, "sprite": 6063 }, { "weight": 1, "sprite": 6064 }, { "weight": 1, "sprite": 6065 } ], + "bg": 6035 + }, + { "id": "mon_marloss_zealot_f", "fg": 6066, "bg": 6035 }, + { "id": "mon_marloss_zealot_m", "fg": 6067, "bg": 6035 }, + { "id": "mon_mutant_experimental", "fg": 6068, "bg": 6035 }, + { "id": "mon_one_eye", "fg": 6069, "bg": 6035 }, + { "id": "mon_riotbot", "fg": 6070, "bg": 6035 }, + { "id": "mon_skeleton", "fg": 6071, "bg": 6035 }, + { "id": "mon_skeleton_brute", "fg": 6072, "bg": 6035 }, + { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 2846 }, + { "id": "mon_zombie_acidic", "fg": 6073, "bg": 6035 }, + { "id": "mon_zombie_corrosive", "fg": 6074, "bg": 6035 }, + { "id": "mon_zombie_spitter", "fg": 6075, "bg": 6035 }, + { "id": "mon_zombie_bio_op", "fg": 6076, "bg": 6035 }, + { "id": "mon_zombie_bio_op2", "fg": 6077, "bg": 6035 }, { "id": "mon_zombie_brute", "fg": [ - { "weight": 100, "sprite": 6062 }, - { "weight": 100, "sprite": 6063 }, - { "weight": 50, "sprite": 6064 }, - { "weight": 50, "sprite": 6065 } + { "weight": 100, "sprite": 6078 }, + { "weight": 100, "sprite": 6079 }, + { "weight": 50, "sprite": 6080 }, + { "weight": 50, "sprite": 6081 } ], - "bg": 6018 + "bg": 6034 }, - { "id": "mon_zombie_ears", "fg": 6066, "bg": 6019 }, + { "id": "mon_zombie_ears", "fg": 6082, "bg": 6035 }, { "id": "mon_zombie_fat", - "fg": [ { "weight": 1, "sprite": 6067 }, { "weight": 1, "sprite": 6068 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6083 }, { "weight": 1, "sprite": 6084 } ], + "bg": 6035 }, - { "id": "mon_zombie_fiend", "fg": 6069, "bg": 6019 }, + { "id": "mon_zombie_fiend", "fg": 6085, "bg": 6035 }, { "id": "mon_zombie_gasbag", - "fg": [ { "weight": 1, "sprite": 6070 }, { "weight": 1, "sprite": 6071 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6086 }, { "weight": 1, "sprite": 6087 } ], + "bg": 6035 }, { "id": "mon_zombie_grappler", - "fg": [ { "weight": 1, "sprite": 6072 }, { "weight": 1, "sprite": 6073 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6088 }, { "weight": 1, "sprite": 6089 } ], + "bg": 6035 }, - { "id": "mon_zombie_hammer_hands", "fg": 6074, "bg": 6018 }, + { "id": "mon_zombie_hammer_hands", "fg": 6090, "bg": 6034 }, { "id": "mon_zombie_brainless", - "fg": [ { "weight": 100, "sprite": 6076 }, { "weight": 100, "sprite": 6077 } ], - "bg": 6019 + "fg": [ { "weight": 100, "sprite": 6092 }, { "weight": 100, "sprite": 6093 } ], + "bg": 6035 }, - { "id": "mon_zombie_hunter", "fg": 6078, "bg": 6019 }, - { "id": "mon_zombie_predator", "fg": 6079, "bg": 6019 }, + { "id": "mon_zombie_hunter", "fg": 6094, "bg": 6035 }, + { "id": "mon_zombie_predator", "fg": 6095, "bg": 6035 }, { "id": "mon_zombie_mancroc", - "fg": [ { "weight": 100, "sprite": 6080 }, { "weight": 100, "sprite": 6081 } ], - "bg": 6019 + "fg": [ { "weight": 100, "sprite": 6096 }, { "weight": 100, "sprite": 6097 } ], + "bg": 6035 }, - { "id": "mon_zombie_plated", "fg": 6082, "bg": 6018 }, + { "id": "mon_zombie_plated", "fg": 6098, "bg": 6034 }, { "id": "mon_zombie_resort_dancer", - "fg": [ { "weight": 1, "sprite": 6083 }, { "weight": 1, "sprite": 6084 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6099 }, { "weight": 1, "sprite": 6100 } ], + "bg": 6035 }, { "id": "mon_zombie_resort_staff", - "fg": [ { "weight": 1, "sprite": 6085 }, { "weight": 1, "sprite": 6086 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6101 }, { "weight": 1, "sprite": 6102 } ], + "bg": 6035 }, - { "id": "mon_zombie_runner", "fg": 6087, "bg": 6019 }, - { "id": "mon_zombie_rust", "fg": 6088, "bg": 6019 }, - { "id": "mon_zombie_scorched", "fg": 6089, "bg": 6019 }, - { "id": "mon_zombie_shell", "fg": 6091, "bg": 6019 }, - { "id": "mon_zombie_skull", "fg": 6092, "bg": 6019 }, + { "id": "mon_zombie_runner", "fg": 6103, "bg": 6035 }, + { "id": "mon_zombie_rust", "fg": 6104, "bg": 6035 }, + { "id": "mon_zombie_scorched", "fg": 6105, "bg": 6035 }, + { "id": "mon_zombie_shell", "fg": 6107, "bg": 6035 }, + { "id": "mon_zombie_skull", "fg": 6108, "bg": 6035 }, { "id": "mon_zombie_soldier", - "fg": [ { "weight": 100, "sprite": 6096 }, { "weight": 100, "sprite": 6097 } ], - "bg": 6019 + "fg": [ { "weight": 100, "sprite": 6112 }, { "weight": 100, "sprite": 6113 } ], + "bg": 6035 }, - { "id": "mon_zombie_military_pilot", "fg": 6095, "bg": 6019 }, - { "id": [ "corpse_mon_zombie_soldier", "corpse_mon_zombie_military_pilot" ], "fg": 6093 }, - { "id": "mon_zombie_static", "fg": 6098, "bg": 6019 }, - { "id": "mon_zombie_survivor", "fg": 6099, "bg": 6019 }, - { "id": "mon_zombie_survivor_elite", "fg": 6100, "bg": 6019 }, + { "id": "mon_zombie_military_pilot", "fg": 6111, "bg": 6035 }, + { "id": [ "corpse_mon_zombie_soldier", "corpse_mon_zombie_military_pilot" ], "fg": 6109 }, + { "id": "mon_zombie_static", "fg": 6114, "bg": 6035 }, + { "id": "mon_zombie_survivor", "fg": 6115, "bg": 6035 }, + { "id": "mon_zombie_survivor_elite", "fg": 6116, "bg": 6035 }, { "id": [ "mon_zombie_swimmer_base", "mon_zombie_swimmer" ], "fg": [ - { "weight": 200, "sprite": 6102 }, - { "weight": 200, "sprite": 6103 }, - { "weight": 200, "sprite": 6104 }, - { "weight": 200, "sprite": 6105 }, - { "weight": 200, "sprite": 6106 }, - { "weight": 1, "sprite": 6101 } + { "weight": 200, "sprite": 6118 }, + { "weight": 200, "sprite": 6119 }, + { "weight": 200, "sprite": 6120 }, + { "weight": 200, "sprite": 6121 }, + { "weight": 200, "sprite": 6122 }, + { "weight": 1, "sprite": 6117 } ], - "bg": 6019 + "bg": 6035 }, { "id": "mon_zombie", "fg": [ - { "weight": 100, "sprite": 6113 }, - { "weight": 150, "sprite": 6114 }, - { "weight": 100, "sprite": 6115 }, - { "weight": 100, "sprite": 6116 }, - { "weight": 150, "sprite": 6117 } + { "weight": 100, "sprite": 6129 }, + { "weight": 150, "sprite": 6130 }, + { "weight": 100, "sprite": 6131 }, + { "weight": 100, "sprite": 6132 }, + { "weight": 150, "sprite": 6133 } ], - "bg": 6019 + "bg": 6035 }, - { "id": "mon_zombie_hazmat", "fg": 6120, "bg": 6019 }, - { "id": "mon_zombie_fireman", "fg": 6119, "bg": 6019 }, + { "id": "mon_zombie_hazmat", "fg": 6136, "bg": 6035 }, + { "id": "mon_zombie_fireman", "fg": 6135, "bg": 6035 }, { "id": "mon_zombie_scientist", - "fg": [ { "weight": 1, "sprite": 6122 }, { "weight": 1, "sprite": 6123 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6138 }, { "weight": 1, "sprite": 6139 } ], + "bg": 6035 }, - { "id": "mon_zombie_cop", "fg": 6118, "bg": 6019 }, - { "id": "mon_zombie_labsecurity", "fg": 6121, "bg": 6019 }, + { "id": "mon_zombie_cop", "fg": 6134, "bg": 6035 }, + { "id": "mon_zombie_labsecurity", "fg": 6137, "bg": 6035 }, { "id": "mon_zombie_tough", - "fg": [ { "weight": 1, "sprite": 6126 }, { "weight": 1, "sprite": 6127 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6142 }, { "weight": 1, "sprite": 6143 } ], + "bg": 6035 }, { "id": "mon_zombie_technician", - "fg": [ { "weight": 1, "sprite": 6124 }, { "weight": 1, "sprite": 6125 } ], - "bg": 6019 + "fg": [ { "weight": 1, "sprite": 6140 }, { "weight": 1, "sprite": 6141 } ], + "bg": 6035 }, { "id": [ @@ -9341,11 +9363,11 @@ "corpse_mon_zombie_prisoner", "corpse_mon_zombie_winged" ], - "fg": 6107 + "fg": 6123 }, - { "id": "corpse_mon_zombie_scientist", "fg": 6109 }, - { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 6110 }, - { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 6108 }, + { "id": "corpse_mon_zombie_scientist", "fg": 6125 }, + { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 6126 }, + { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 6124 }, { "id": [ "corpse_mon_zombie_tough", @@ -9361,42 +9383,42 @@ "corpse_mon_zombie_soldier_blackops_2", "corpse_mon_zombie_soldier_blackops_1" ], - "fg": 6111 - }, - { "id": "mon_zombie_winged", "fg": 6128, "bg": 6019 }, - { "id": "mon_zougar", "fg": 6129, "bg": 6019 }, - { "id": "mon_zougar_hunter", "fg": 6130, "bg": 6019 }, - { "id": "mon_copbot", "fg": 6132, "bg": 6019 }, - { "id": "mon_zombie_screecher", "fg": 6133, "bg": 6019 }, - { "id": "mon_zombie_shrieker", "fg": 6134, "bg": 6019 }, - { "id": "mon_zombie_swat", "fg": 6135, "bg": 6019 }, - { "id": "mon_zombie_thorny", "fg": 6136, "bg": 6019 }, - { "id": "mon_zombie_flamer", "fg": 6137, "bg": 6019 }, + "fg": 6127 + }, + { "id": "mon_zombie_winged", "fg": 6144, "bg": 6035 }, + { "id": "mon_zougar", "fg": 6145, "bg": 6035 }, + { "id": "mon_zougar_hunter", "fg": 6146, "bg": 6035 }, + { "id": "mon_copbot", "fg": 6148, "bg": 6035 }, + { "id": "mon_zombie_screecher", "fg": 6149, "bg": 6035 }, + { "id": "mon_zombie_shrieker", "fg": 6150, "bg": 6035 }, + { "id": "mon_zombie_swat", "fg": 6151, "bg": 6035 }, + { "id": "mon_zombie_thorny", "fg": 6152, "bg": 6035 }, + { "id": "mon_zombie_flamer", "fg": 6153, "bg": 6035 }, { "id": "mon_zombie_prisoner", - "fg": [ { "weight": 1, "sprite": 6138 }, { "weight": 1, "sprite": 6139 }, { "weight": 1, "sprite": 6140 } ], - "bg": 6019 - }, - { "id": "mon_shadow", "fg": 6004 }, - { "id": "corpse_mon_zombie_brainless", "fg": 6075 }, - { "id": "mon_zombie_shady", "fg": 6090 }, - { "id": "mon_zombie_armored", "fg": 6094 }, - { "id": "mon_beekeeper", "fg": 6112 }, - { "id": "mon_zougar_shady", "fg": 6131 } + "fg": [ { "weight": 1, "sprite": 6154 }, { "weight": 1, "sprite": 6155 }, { "weight": 1, "sprite": 6156 } ], + "bg": 6035 + }, + { "id": "mon_shadow", "fg": 6020 }, + { "id": "corpse_mon_zombie_brainless", "fg": 6091 }, + { "id": "mon_zombie_shady", "fg": 6106 }, + { "id": "mon_zombie_armored", "fg": 6110 }, + { "id": "mon_beekeeper", "fg": 6128 }, + { "id": "mon_zougar_shady", "fg": 6147 } ] }, { "file": "traps_plus.png", - "//": "range 6144 to 6159", + "//": "range 6160 to 6175", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, "sprite_offset_y": -16, - "tiles": [ { "id": [ "tr_shotgun_2", "tr_shotgun_1", "tr_shotgun_2_1" ], "fg": 6144 } ] + "tiles": [ { "id": [ "tr_shotgun_2", "tr_shotgun_1", "tr_shotgun_2_1" ], "fg": 6160 } ] }, { "file": "vehicle_plus.png", - "//": "range 6160 to 6495", + "//": "range 6176 to 6511", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, @@ -9404,404 +9426,404 @@ "tiles": [ { "id": "vp_board_ne", - "fg": [ 6167, 6170, 6169, 6168 ], + "fg": [ 6183, 6186, 6185, 6184 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6167, 6170, 6169, 6168 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6183, 6186, 6185, 6184 ] } ] }, { "id": "vp_board_nw", - "fg": [ 6170, 6172, 6171, 6167 ], + "fg": [ 6186, 6188, 6187, 6183 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6170, 6172, 6171, 6167 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6186, 6188, 6187, 6183 ] } ] }, { "id": "vp_board_se", - "fg": [ 6173, 6167, 6170, 6172 ], + "fg": [ 6189, 6183, 6186, 6188 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6173, 6167, 6170, 6172 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6189, 6183, 6186, 6188 ] } ] }, { "id": "vp_board_sw", - "fg": [ 6174, 6168, 6167, 6170 ], + "fg": [ 6190, 6184, 6183, 6186 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6174, 6168, 6167, 6170 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6190, 6184, 6183, 6186 ] } ] }, { "id": "vp_board_vertical_left", - "fg": [ 6163, 6175, 6161, 6165 ], + "fg": [ 6179, 6191, 6177, 6181 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6163, 6175, 6161, 6165 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6179, 6191, 6177, 6181 ] } ] }, { "id": "vp_board_vertical_right", - "fg": [ 6161, 6165, 6163, 6175 ], + "fg": [ 6177, 6181, 6179, 6191 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6161, 6165, 6163, 6175 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6177, 6181, 6179, 6191 ] } ] }, { "id": "vp_board_wheel_left", - "fg": [ 6163, 6177, 6161, 6165 ], + "fg": [ 6179, 6193, 6177, 6181 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6163, 6177, 6161, 6165 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6179, 6193, 6177, 6181 ] } ] }, { "id": "vp_board_wheel_right", - "fg": [ 6161, 6165, 6163, 6177 ], + "fg": [ 6177, 6181, 6179, 6193 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6161, 6165, 6163, 6177 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6177, 6181, 6179, 6193 ] } ] }, { "id": [ "vp_board", "vp_board_horizontal", "vp_board_horizontal_2" ], - "fg": [ 6160, 6166, 6160, 6176 ], + "fg": [ 6176, 6182, 6176, 6192 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6160, 6166, 6160, 6176 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6176, 6182, 6176, 6192 ] } ] }, { "id": "vp_board_horizontal_front", - "fg": [ 6160, 6163, 6162, 6161 ], + "fg": [ 6176, 6179, 6178, 6177 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6165, 6163, 6162, 6161 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6181, 6179, 6178, 6177 ] } ] }, { "id": "vp_board_horizontal_rear", - "fg": [ 6164, 6161, 6165, 6163 ], + "fg": [ 6180, 6177, 6181, 6179 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6164, 6161, 6165, 6163 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6180, 6177, 6181, 6179 ] } ] }, { "id": [ "vp_board_vertical", "vp_board_vertical_2" ], - "fg": [ 6176, 6165, 6176, 6165 ], + "fg": [ 6192, 6181, 6192, 6181 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6176, 6165, 6176, 6165 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6192, 6181, 6192, 6181 ] } ] }, { "id": "vp_board_ne_edge", - "fg": [ 6167, 6179, 6169, 6178 ], + "fg": [ 6183, 6195, 6185, 6194 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6167, 6179, 6169, 6178 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6183, 6195, 6185, 6194 ] } ] }, { "id": "vp_board_nw_edge", - "fg": [ 6170, 6181, 6171, 6180 ], + "fg": [ 6186, 6197, 6187, 6196 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6170, 6181, 6171, 6180 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6186, 6197, 6187, 6196 ] } ] }, { "id": "vp_clothboard_ne", - "fg": [ 6187, 6190, 6189, 6188 ], + "fg": [ 6203, 6206, 6205, 6204 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6187, 6190, 6189, 6188 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6203, 6206, 6205, 6204 ] } ] }, { "id": "vp_clothboard_nw", - "fg": [ 6190, 6192, 6191, 6187 ], + "fg": [ 6206, 6208, 6207, 6203 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6190, 6192, 6191, 6187 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6206, 6208, 6207, 6203 ] } ] }, { "id": "vp_clothboard_se", - "fg": [ 6193, 6195, 6190, 6194 ], + "fg": [ 6209, 6211, 6206, 6210 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6193, 6195, 6190, 6194 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6209, 6211, 6206, 6210 ] } ] }, { "id": "vp_clothboard_sw", - "fg": [ 6196, 6198, 6187, 6197 ], + "fg": [ 6212, 6214, 6203, 6213 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6196, 6198, 6187, 6197 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6212, 6214, 6203, 6213 ] } ] }, { "id": "vp_clothboard_vertical_left", - "fg": [ 6184, 6199, 6182, 6186 ], + "fg": [ 6200, 6215, 6198, 6202 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6184, 6199, 6182, 6186 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6200, 6215, 6198, 6202 ] } ] }, { "id": "vp_clothboard_vertical_right", - "fg": [ 6182, 6186, 6184, 6199 ], + "fg": [ 6198, 6202, 6200, 6215 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6182, 6186, 6184, 6199 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6198, 6202, 6200, 6215 ] } ] }, { "id": "vp_clothboard_wheel_left", - "fg": [ 6184, 6201, 6182, 6186 ], + "fg": [ 6200, 6217, 6198, 6202 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6184, 6201, 6182, 6186 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6200, 6217, 6198, 6202 ] } ] }, { "id": "vp_clothboard_wheel_right", - "fg": [ 6182, 6186, 6184, 6201 ], + "fg": [ 6198, 6202, 6200, 6217 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6182, 6186, 6184, 6201 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6198, 6202, 6200, 6217 ] } ] }, { "id": [ "vp_clothboard", "vp_clothboard_horizontal", "vp_clothboard_horizontal_2" ], - "fg": [ 6186, 6200, 6186, 6200 ], + "fg": [ 6202, 6216, 6202, 6216 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6186, 6200, 6186, 6200 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6202, 6216, 6202, 6216 ] } ] }, { "id": "vp_clothboard_horizontal_front", - "fg": [ 6186, 6184, 6183, 6182 ], + "fg": [ 6202, 6200, 6199, 6198 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6186, 6184, 6183, 6182 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6202, 6200, 6199, 6198 ] } ] }, { "id": "vp_clothboard_horizontal_rear", - "fg": [ 6185, 6182, 6186, 6184 ], + "fg": [ 6201, 6198, 6202, 6200 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6185, 6182, 6186, 6184 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6201, 6198, 6202, 6200 ] } ] }, { "id": [ "vp_clothboard_vertical", "vp_clothboard_vertical_2" ], - "fg": [ 6200, 6186, 6200, 6186 ], + "fg": [ 6216, 6202, 6216, 6202 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6200, 6186, 6200, 6186 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6216, 6202, 6216, 6202 ] } ] }, { "id": "vp_clothboard_ne_edge", - "fg": [ 6187, 6203, 6189, 6202 ], + "fg": [ 6203, 6219, 6205, 6218 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6187, 6203, 6189, 6202 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6203, 6219, 6205, 6218 ] } ] }, { "id": "vp_clothboard_nw_edge", - "fg": [ 6190, 6205, 6191, 6204 ], + "fg": [ 6206, 6221, 6207, 6220 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6190, 6205, 6191, 6204 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6206, 6221, 6207, 6220 ] } ] }, { "id": "vp_clothboard_se_edge", - "fg": [ 6193, 6207, 6190, 6206 ], + "fg": [ 6209, 6223, 6206, 6222 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6193, 6207, 6190, 6206 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6209, 6223, 6206, 6222 ] } ] }, { "id": "vp_clothboard_sw_edge", - "fg": [ 6196, 6209, 6187, 6208 ], + "fg": [ 6212, 6225, 6203, 6224 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6196, 6209, 6187, 6208 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6212, 6225, 6203, 6224 ] } ] }, { "id": [ "vp_door_left", "vp_door_vertical_left" ], - "fg": [ 6214, 6217, 6216, 6215 ], + "fg": [ 6230, 6233, 6232, 6231 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6223, 6225, 6224, 6222 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6223, 6225, 6224, 6222 ] } + { "id": "open", "fg": [ 6239, 6241, 6240, 6238 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6239, 6241, 6240, 6238 ] } ] }, { "id": "vp_door_nw", - "fg": [ 6234, 6241, 6240, 6239 ], + "fg": [ 6250, 6257, 6256, 6255 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6235, 6238, 6237, 6236 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6223, 6225, 6224, 6222 ] } + { "id": "open", "fg": [ 6251, 6254, 6253, 6252 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6239, 6241, 6240, 6238 ] } ] }, { "id": "vp_door_front_left", - "fg": [ 6286, 6293, 6292, 6291 ], + "fg": [ 6302, 6309, 6308, 6307 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6287, 6290, 6289, 6288 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6287, 6290, 6289, 6288 ] } + { "id": "open", "fg": [ 6303, 6306, 6305, 6304 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6303, 6306, 6305, 6304 ] } ] }, { "id": [ "vp_door_sw", "vp_door_rear_left" ], - "fg": [ 6270, 6277, 6276, 6275 ], + "fg": [ 6286, 6293, 6292, 6291 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6271, 6274, 6273, 6272 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6223, 6225, 6224, 6222 ] } + { "id": "open", "fg": [ 6287, 6290, 6289, 6288 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6239, 6241, 6240, 6238 ] } ] }, { "id": [ "vp_door_right", "vp_door_vertical_right" ], - "fg": [ 6218, 6221, 6220, 6219 ], + "fg": [ 6234, 6237, 6236, 6235 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6259, 6261, 6260, 6258 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6259, 6261, 6260, 6258 ] } + { "id": "open", "fg": [ 6275, 6277, 6276, 6274 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6275, 6277, 6276, 6274 ] } ] }, { "id": "vp_door_ne", - "fg": [ 6226, 6233, 6232, 6231 ], + "fg": [ 6242, 6249, 6248, 6247 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6227, 6230, 6229, 6228 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6259, 6261, 6260, 6258 ] } + { "id": "open", "fg": [ 6243, 6246, 6245, 6244 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6275, 6277, 6276, 6274 ] } ] }, { "id": "vp_door_front_right", - "fg": [ 6278, 6285, 6284, 6283 ], + "fg": [ 6294, 6301, 6300, 6299 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6279, 6282, 6281, 6280 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6279, 6282, 6281, 6280 ] } + { "id": "open", "fg": [ 6295, 6298, 6297, 6296 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6295, 6298, 6297, 6296 ] } ] }, { "id": [ "vp_door_se", "vp_door_rear_right" ], - "fg": [ 6262, 6269, 6268, 6267 ], + "fg": [ 6278, 6285, 6284, 6283 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6263, 6266, 6265, 6264 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6259, 6261, 6260, 6258 ] } + { "id": "open", "fg": [ 6279, 6282, 6281, 6280 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6275, 6277, 6276, 6274 ] } ] }, { "id": "vp_door_opaque_left", - "fg": [ 6247, 6249, 6248, 6246 ], + "fg": [ 6263, 6265, 6264, 6262 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6243, 6245, 6244, 6242 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6243, 6245, 6244, 6242 ] } + { "id": "open", "fg": [ 6259, 6261, 6260, 6258 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6259, 6261, 6260, 6258 ] } ] }, { "id": "vp_door_opaque_right", - "fg": [ 6255, 6257, 6256, 6254 ], + "fg": [ 6271, 6273, 6272, 6270 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6251, 6253, 6252, 6250 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6251, 6253, 6252, 6250 ] } + { "id": "open", "fg": [ 6267, 6269, 6268, 6266 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6267, 6269, 6268, 6266 ] } ] }, { "id": "vp_halfboard_ne", - "fg": [ 6314, 6317, 6316, 6315 ], + "fg": [ 6330, 6333, 6332, 6331 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6314, 6317, 6316, 6315 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6330, 6333, 6332, 6331 ] } ] }, { "id": "vp_halfboard_nw", - "fg": [ 6318, 6321, 6320, 6319 ], + "fg": [ 6334, 6337, 6336, 6335 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6318, 6321, 6320, 6319 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6334, 6337, 6336, 6335 ] } ] }, { "id": "vp_halfboard_se", - "fg": [ 6322, 6325, 6324, 6323 ], + "fg": [ 6338, 6341, 6340, 6339 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6322, 6325, 6324, 6323 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6338, 6341, 6340, 6339 ] } ] }, { "id": "vp_halfboard_sw", - "fg": [ 6326, 6329, 6328, 6327 ], + "fg": [ 6342, 6345, 6344, 6343 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6326, 6329, 6328, 6327 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6342, 6345, 6344, 6343 ] } ] }, { "id": [ "vp_halfboard_vertical_left", "vp_halfboard_vertical_2_left" ], - "fg": [ 6330, 6332, 6333, 6331 ], + "fg": [ 6346, 6348, 6349, 6347 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6330, 6332, 6333, 6331 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6346, 6348, 6349, 6347 ] } ] }, { "id": [ "vp_halfboard_vertical_right", "vp_halfboard_vertical_2_right" ], - "fg": [ 6333, 6331, 6330, 6332 ], + "fg": [ 6349, 6347, 6346, 6348 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6333, 6331, 6330, 6332 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6349, 6347, 6346, 6348 ] } ] }, { "id": "vp_halfboard_vertical_t_left", - "fg": [ 6337, 6339, 6338, 6336 ], + "fg": [ 6353, 6355, 6354, 6352 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6337, 6339, 6338, 6336 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6353, 6355, 6354, 6352 ] } ] }, { "id": "vp_halfboard_vertical_t_right", - "fg": [ 6341, 6343, 6342, 6340 ], + "fg": [ 6357, 6359, 6358, 6356 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6341, 6343, 6342, 6340 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6357, 6359, 6358, 6356 ] } ] }, { "id": [ "vp_halfboard_horizontal", "vp_halfboard_horizontal_2" ], - "fg": [ 6311, 6313, 6312, 6310 ], + "fg": [ 6327, 6329, 6328, 6326 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6311, 6313, 6312, 6310 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6327, 6329, 6328, 6326 ] } ] }, { "id": [ "vp_halfboard_horizontal_front", "vp_halfboard_horizontal_2_front", "vp_halfboard_cover" ], - "fg": [ 6302, 6305, 6304, 6303 ], + "fg": [ 6318, 6321, 6320, 6319 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6302, 6305, 6304, 6303 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6318, 6321, 6320, 6319 ] } ] }, { "id": "vp_halfboard_horizontal_rear", - "fg": [ 6306, 6309, 6308, 6307 ], + "fg": [ 6322, 6325, 6324, 6323 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6306, 6309, 6308, 6307 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6322, 6325, 6324, 6323 ] } ] }, { "id": [ "vp_halfboard_vertical", "vp_halfboard_vertical_2" ], - "fg": [ 6335, 6334, 6335, 6334 ], + "fg": [ 6351, 6350, 6351, 6350 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6335, 6334, 6335, 6334 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6351, 6350, 6351, 6350 ] } ] }, { "id": "vp_halfboard_cover_left", - "fg": [ 6294, 6297, 6296, 6295 ], + "fg": [ 6310, 6313, 6312, 6311 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6294, 6297, 6296, 6295 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6310, 6313, 6312, 6311 ] } ] }, { "id": "vp_halfboard_cover_right", - "fg": [ 6298, 6301, 6300, 6299 ], + "fg": [ 6314, 6317, 6316, 6315 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6298, 6301, 6300, 6299 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6314, 6317, 6316, 6315 ] } ] }, { "id": "vp_halfboard_wheel_left", - "fg": [ 6344, 6347, 6346, 6345 ], + "fg": [ 6360, 6363, 6362, 6361 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6344, 6347, 6346, 6345 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6360, 6363, 6362, 6361 ] } ] }, { "id": "vp_halfboard_wheel_right", - "fg": [ 6348, 6351, 6350, 6349 ], + "fg": [ 6364, 6367, 6366, 6365 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6348, 6351, 6350, 6349 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6364, 6367, 6366, 6365 ] } ] }, { "id": "vp_hddoor_left", - "fg": [ 6353, 6355, 6354, 6352 ], + "fg": [ 6369, 6371, 6370, 6368 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6361, 6363, 6362, 6360 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6361, 6363, 6362, 6360 ] } + { "id": "open", "fg": [ 6377, 6379, 6378, 6376 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6377, 6379, 6378, 6376 ] } ] }, { "id": "vp_hddoor_right", - "fg": [ 6357, 6359, 6358, 6356 ], + "fg": [ 6373, 6375, 6374, 6372 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6381, 6383, 6382, 6380 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6381, 6383, 6382, 6380 ] } + { "id": "open", "fg": [ 6397, 6399, 6398, 6396 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6397, 6399, 6398, 6396 ] } ] }, { "id": "vp_hddoor_opaque_left", - "fg": [ 6369, 6371, 6370, 6368 ], + "fg": [ 6385, 6387, 6386, 6384 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6365, 6367, 6366, 6364 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6365, 6367, 6366, 6364 ] } + { "id": "open", "fg": [ 6381, 6383, 6382, 6380 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6381, 6383, 6382, 6380 ] } ] }, { "id": "vp_hddoor_opaque_right", - "fg": [ 6377, 6379, 6378, 6376 ], + "fg": [ 6393, 6395, 6394, 6392 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6373, 6375, 6374, 6372 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6373, 6375, 6374, 6372 ] } + { "id": "open", "fg": [ 6389, 6391, 6390, 6388 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6389, 6391, 6390, 6388 ] } ] }, { @@ -9813,11 +9835,11 @@ "vp_hddoor_full_sw", "vp_hddoor_full_rear_left" ], - "fg": [ 6353, 6355, 6354, 6352 ], + "fg": [ 6369, 6371, 6370, 6368 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6361, 6363, 6362, 6360 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6361, 6363, 6362, 6360 ] } + { "id": "open", "fg": [ 6377, 6379, 6378, 6376 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6377, 6379, 6378, 6376 ] } ] }, { @@ -9829,680 +9851,667 @@ "vp_hddoor_full_se", "vp_hddoor_full_rear_right" ], - "fg": [ 6357, 6359, 6358, 6356 ], + "fg": [ 6373, 6375, 6374, 6372 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6381, 6383, 6382, 6380 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6381, 6383, 6382, 6380 ] } + { "id": "open", "fg": [ 6397, 6399, 6398, 6396 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6397, 6399, 6398, 6396 ] } ] }, { "id": "vp_hddoor_opaque_full_left", - "fg": [ 6369, 6371, 6370, 6368 ], + "fg": [ 6385, 6387, 6386, 6384 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6365, 6367, 6366, 6364 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6365, 6367, 6366, 6364 ] } + { "id": "open", "fg": [ 6381, 6383, 6382, 6380 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6381, 6383, 6382, 6380 ] } ] }, { "id": "vp_hddoor_opaque_full_right", - "fg": [ 6377, 6379, 6378, 6376 ], + "fg": [ 6393, 6395, 6394, 6392 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6373, 6375, 6374, 6372 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6373, 6375, 6374, 6372 ] } + { "id": "open", "fg": [ 6389, 6391, 6390, 6388 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6389, 6391, 6390, 6388 ] } ] }, { "id": "vp_light_blue", - "fg": [ 6390, 6391 ], + "fg": [ 6406, 6407 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6213, "bg": [ 6390, 6391 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6229, "bg": [ 6406, 6407 ] } ] }, { "id": "vp_light_red", - "fg": [ 6392, 6393 ], + "fg": [ 6408, 6409 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6213, "bg": [ 6392, 6393 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6229, "bg": [ 6408, 6409 ] } ] }, { "id": [ "vp_floodlight", "vp_directed_floodlight" ], - "fg": [ 6387, 6389, 6388, 6386 ], + "fg": [ 6403, 6405, 6404, 6402 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6213, "bg": [ 6387, 6389, 6388, 6386 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6229, "bg": [ 6403, 6405, 6404, 6402 ] } ] }, { "id": "vp_afs_roof_external_tank", - "fg": [ 6385, 6384 ], + "fg": [ 6401, 6400 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6213, "bg": [ 6385, 6384 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6229, "bg": [ 6401, 6400 ] } ] }, - { "id": "vp_saddle_scooter", "fg": [ 6395, 6397, 6396, 6394 ], "rotates": true }, + { "id": "vp_saddle_scooter", "fg": [ 6411, 6413, 6412, 6410 ], "rotates": true }, { "id": [ "vp_seat_windshield_leather", "vp_reclining_seat_windshield_leather" ], - "fg": [ 6399, 6401, 6400, 6398 ], + "fg": [ 6415, 6417, 6416, 6414 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6399, 6401, 6400, 6398 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6415, 6417, 6416, 6414 ] } ] }, { "id": [ "vp_seat_windshield", "vp_reclining_seat_windshield" ], - "fg": [ 6403, 6405, 6404, 6402 ], + "fg": [ 6419, 6421, 6420, 6418 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6403, 6405, 6404, 6402 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6419, 6421, 6420, 6418 ] } ] }, { "id": "vp_solar_panel", - "fg": [ 6406, 6413 ], + "fg": [ 6422, 6429 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6210, "bg": [ 6406, 6413 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6226, "bg": [ 6422, 6429 ] } ] }, { "id": "vp_reinforced_solar_panel", - "fg": [ 6411, 6412 ], - "bg": [ 6406, 6413 ], + "fg": [ 6427, 6428 ], + "bg": [ 6422, 6429 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6210, "bg": [ 6406, 6413 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6226, "bg": [ 6422, 6429 ] } ] }, { "id": "vp_solar_panel_v2", - "fg": [ 6407, 6408 ], + "fg": [ 6423, 6424 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6210, "bg": [ 6407, 6408 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6226, "bg": [ 6423, 6424 ] } ] }, { "id": "vp_reinforced_solar_panel_v2", - "fg": [ 6411, 6412 ], - "bg": [ 6407, 6408 ], + "fg": [ 6427, 6428 ], + "bg": [ 6423, 6424 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6210, "bg": [ 6407, 6408 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6226, "bg": [ 6423, 6424 ] } ] }, { "id": "vp_solar_panel_v3", - "fg": [ 6409, 6410 ], + "fg": [ 6425, 6426 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6210, "bg": [ 6409, 6410 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6226, "bg": [ 6425, 6426 ] } ] }, { "id": "vp_bed", - "fg": [ 6415, 6417, 6416, 6414 ], + "fg": [ 6431, 6433, 6432, 6430 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 6415, 6417, 6416, 6414 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 6431, 6433, 6432, 6430 ] } ] }, { "id": "vp_omnicam", - "fg": [ 6418, 6419 ], + "fg": [ 6434, 6435 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 6213, "bg": [ 6418, 6419 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 6229, "bg": [ 6434, 6435 ] } ] }, { "id": [ "vp_wheel_wide", "vp_wheel_wide_steerable", "vp_wheel_wide_or", "vp_wheel_wide_or_steerable" ], - "fg": [ 6421, 6420, 6421, 6420 ], + "fg": [ 6437, 6436, 6437, 6436 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 6421, 6420, 6421, 6420 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 6437, 6436, 6437, 6436 ] } ] }, { "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_front_edge" ], - "fg": [ 6430, 6433, 6432, 6431 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6430, 6433, 6432, 6431 ] } ], + "fg": [ 6446, 6449, 6448, 6447 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6446, 6449, 6448, 6447 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear", - "fg": [ 6447, 6448, 6447, 6446 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6447, 6448, 6447, 6446 ] } ], + "fg": [ 6463, 6464, 6463, 6462 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6463, 6464, 6463, 6462 ] } ], "multitile": true }, { "id": "vp_windshield_nw", - "fg": [ 6442, 6445, 6444, 6443 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6212, 6212, 6212, 6212 ], "bg": [ 6442, 6445, 6444, 6443 ] } ], + "fg": [ 6458, 6461, 6460, 6459 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6228, 6228, 6228, 6228 ], "bg": [ 6458, 6461, 6460, 6459 ] } ], "multitile": true }, { "id": "vp_windshield_ne", - "fg": [ 6438, 6441, 6440, 6439 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6211, 6211, 6211, 6211 ], "bg": [ 6438, 6441, 6440, 6439 ] } ], + "fg": [ 6454, 6457, 6456, 6455 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6227, 6227, 6227, 6227 ], "bg": [ 6454, 6457, 6456, 6455 ] } ], "multitile": true }, { "id": "vp_windshield_sw", - "fg": [ 6434, 6437, 6449, 6435 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6212, 6212, 6212, 6212 ], "bg": [ 6434, 6437, 6449, 6435 ] } ], + "fg": [ 6450, 6453, 6465, 6451 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6228, 6228, 6228, 6228 ], "bg": [ 6450, 6453, 6465, 6451 ] } ], "multitile": true }, { "id": "vp_windshield_se", - "fg": [ 6436, 6452, 6434, 6450 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6211, 6211, 6211, 6211 ], "bg": [ 6436, 6452, 6434, 6450 ] } ], + "fg": [ 6452, 6468, 6450, 6466 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6227, 6227, 6227, 6227 ], "bg": [ 6452, 6468, 6450, 6466 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_left", "vp_windshield_left" ], - "fg": [ 6434, 6437, 6436, 6435 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6211, 6211, 6211, 6211 ], "bg": [ 6434, 6437, 6436, 6435 ] } ], + "fg": [ 6450, 6453, 6452, 6451 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6227, 6227, 6227, 6227 ], "bg": [ 6450, 6453, 6452, 6451 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_right", "vp_windshield_right" ], - "fg": [ 6449, 6452, 6451, 6450 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6212, 6212, 6212, 6212 ], "bg": [ 6449, 6452, 6451, 6450 ] } ], + "fg": [ 6465, 6468, 6467, 6466 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6228, 6228, 6228, 6228 ], "bg": [ 6465, 6468, 6467, 6466 ] } ], "multitile": true }, { "id": "vp_windshield_cover_left", - "fg": [ 6422, 6425, 6424, 6423 ], + "fg": [ 6438, 6441, 6440, 6439 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6422, 6425, 6424, 6423 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6438, 6441, 6440, 6439 ] } ] }, { "id": "vp_windshield_cover_right", - "fg": [ 6426, 6429, 6428, 6427 ], + "fg": [ 6442, 6445, 6444, 6443 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6426, 6429, 6428, 6427 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6442, 6445, 6444, 6443 ] } ] }, { "id": "vp_windshield_wheel_left", - "fg": [ 6454, 6457, 6456, 6455 ], + "fg": [ 6470, 6473, 6472, 6471 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6454, 6457, 6456, 6455 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6470, 6473, 6472, 6471 ] } ] }, { "id": "vp_windshield_wheel_right", - "fg": [ 6458, 6461, 6460, 6459 ], + "fg": [ 6474, 6477, 6476, 6475 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 6458, 6461, 6460, 6459 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 6474, 6477, 6476, 6475 ] } ] }, { "id": "vp_windshield_vertical_2_left", - "fg": [ 6434, 6453, 6436, 6435 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6211, 6211, 6211, 6211 ], "bg": [ 6434, 6453, 6436, 6435 ] } ], + "fg": [ 6450, 6469, 6452, 6451 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6227, 6227, 6227, 6227 ], "bg": [ 6450, 6469, 6452, 6451 ] } ], "multitile": true }, { "id": "vp_windshield_vertical_2_right", - "fg": [ 6449, 6452, 6451, 6453 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6212, 6212, 6212, 6212 ], "bg": [ 6449, 6452, 6451, 6453 ] } ], + "fg": [ 6465, 6468, 6467, 6469 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6228, 6228, 6228, 6228 ], "bg": [ 6465, 6468, 6467, 6469 ] } ], "multitile": true }, { "id": [ "vp_windshield_full", "vp_windshield_full_horizontal_rear" ], - "fg": [ 6464, 6462, 6463, 6465 ], - "additional_tiles": [ { "id": "broken", "fg": 7401, "bg": [ 6464, 6462, 6463, 6465 ] } ], + "fg": [ 6480, 6478, 6479, 6481 ], + "additional_tiles": [ { "id": "broken", "fg": 7416, "bg": [ 6480, 6478, 6479, 6481 ] } ], "multitile": true }, { "id": "vp_windshield_full_horizontal_front", - "fg": [ 6463, 6465, 6464, 6462 ], - "additional_tiles": [ { "id": "broken", "fg": 7401, "bg": [ 6463, 6465, 6464, 6462 ] } ], + "fg": [ 6479, 6481, 6480, 6478 ], + "additional_tiles": [ { "id": "broken", "fg": 7416, "bg": [ 6479, 6481, 6480, 6478 ] } ], "multitile": true }, { "id": [ "vp_windshield_full_vertical_left", "vp_windshield_full_left" ], - "fg": [ 6465, 6466, 6462, 6463 ], - "additional_tiles": [ { "id": "broken", "fg": 7401, "bg": [ 6465, 6466, 6462, 6463 ] } ], + "fg": [ 6481, 6482, 6478, 6479 ], + "additional_tiles": [ { "id": "broken", "fg": 7416, "bg": [ 6481, 6482, 6478, 6479 ] } ], "multitile": true }, { "id": [ "vp_windshield_full_vertical_right", "vp_windshield_full_right" ], - "fg": [ 6462, 6463, 6465, 6466 ], - "additional_tiles": [ { "id": "broken", "fg": 7401, "bg": [ 6462, 6463, 6465, 6466 ] } ], + "fg": [ 6478, 6479, 6481, 6482 ], + "additional_tiles": [ { "id": "broken", "fg": 7416, "bg": [ 6478, 6479, 6481, 6482 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_left", - "fg": [ 6465, 6467, 6462, 6463 ], - "additional_tiles": [ { "id": "broken", "fg": 7401, "bg": [ 6465, 6467, 6462, 6463 ] } ], + "fg": [ 6481, 6483, 6478, 6479 ], + "additional_tiles": [ { "id": "broken", "fg": 7416, "bg": [ 6481, 6483, 6478, 6479 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_right", - "fg": [ 6462, 6463, 6465, 6467 ], - "additional_tiles": [ { "id": "broken", "fg": 7401, "bg": [ 6462, 6463, 6465, 6467 ] } ], + "fg": [ 6478, 6479, 6481, 6483 ], + "additional_tiles": [ { "id": "broken", "fg": 7416, "bg": [ 6478, 6479, 6481, 6483 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_front_edge", - "fg": [ 6469, 6471, 6470, 6468 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6469, 6471, 6470, 6468 ] } ], + "fg": [ 6485, 6487, 6486, 6484 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6485, 6487, 6486, 6484 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear_edge", - "fg": [ 6480, 6483, 6482, 6481 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6480, 6483, 6482, 6481 ] } ], + "fg": [ 6496, 6499, 6498, 6497 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6496, 6499, 6498, 6497 ] } ], "multitile": true }, { "id": "vp_windshield_nw_edge", - "fg": [ 6477, 6479, 6478, 6476 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6477, 6479, 6478, 6476 ] } ], + "fg": [ 6493, 6495, 6494, 6492 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6493, 6495, 6494, 6492 ] } ], "multitile": true }, { "id": "vp_windshield_ne_edge", - "fg": [ 6473, 6475, 6474, 6472 ], - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6473, 6475, 6474, 6472 ] } ], + "fg": [ 6489, 6491, 6490, 6488 ], + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6489, 6491, 6490, 6488 ] } ], "multitile": true }, { "id": "vp_windshield_sw_edge", - "fg": [ 6326, 6329, 6328, 6327 ], + "fg": [ 6342, 6345, 6344, 6343 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6326, 6329, 6328, 6327 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6342, 6345, 6344, 6343 ] } ] }, { "id": "vp_windshield_se_edge", - "fg": [ 6322, 6325, 6324, 6323 ], + "fg": [ 6338, 6341, 6340, 6339 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 6210, 6210, 6210, 6210 ], "bg": [ 6322, 6325, 6324, 6323 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 6226, 6226, 6226, 6226 ], "bg": [ 6338, 6341, 6340, 6339 ] } ] } ] }, { "file": "centered.png", - "//": "range 6496 to 6511", + "//": "range 6512 to 6527", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -16, "tiles": [ - { "id": "vp_wing_mirror", "fg": [ 6505, 6507, 6506, 6504 ], "rotates": true }, - { "id": "vp_wing_mirror_left", "fg": [ 6497, 6499, 6498, 6496 ], "rotates": true }, - { "id": "vp_wing_mirror_right", "fg": [ 6501, 6503, 6502, 6500 ], "rotates": true } + { "id": "vp_wing_mirror", "fg": [ 6521, 6523, 6522, 6520 ], "rotates": true }, + { "id": "vp_wing_mirror_left", "fg": [ 6513, 6515, 6514, 6512 ], "rotates": true }, + { "id": "vp_wing_mirror_right", "fg": [ 6517, 6519, 6518, 6516 ], "rotates": true } ] }, { "file": "large.png", - "//": "range 6512 to 6719", + "//": "range 6528 to 6735", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "f_CTscan", "fg": 6517 }, - { "id": "f_MRI", "fg": 6518 }, - { "id": "f_rotary_clothesline", "fg": 6519 }, - { "id": "mon_troll", "fg": 6521, "bg": 6532 }, - { "id": "mon_albino_penguin", "fg": 6522, "bg": 6533 }, - { "id": "mon_gelatin", "fg": 6523, "bg": 6533 }, - { "id": "mon_smoker_brute", "fg": 6524, "bg": 6533 }, + { "id": "f_CTscan", "fg": 6533 }, + { "id": "f_MRI", "fg": 6534 }, + { "id": "f_rotary_clothesline", "fg": 6535 }, + { "id": "mon_troll", "fg": 6537, "bg": 6548 }, + { "id": "mon_albino_penguin", "fg": 6538, "bg": 6549 }, + { "id": "mon_gelatin", "fg": 6539, "bg": 6549 }, + { "id": "mon_smoker_brute", "fg": 6540, "bg": 6549 }, { "id": "mon_exodii_quad", "fg": [ - { "weight": 15, "sprite": 6535 }, - { "weight": 10, "sprite": 6536 }, - { "weight": 15, "sprite": 6537 }, - { "weight": 15, "sprite": 6538 } + { "weight": 15, "sprite": 6551 }, + { "weight": 10, "sprite": 6552 }, + { "weight": 15, "sprite": 6553 }, + { "weight": 15, "sprite": 6554 } ], - "bg": 6532 + "bg": 6548 }, { "id": "mon_exodii_turret", "fg": [ - { "weight": 15, "sprite": 6539 }, - { "weight": 5, "sprite": 6540 }, - { "weight": 15, "sprite": 6541 }, - { "weight": 15, "sprite": 6542 } + { "weight": 15, "sprite": 6555 }, + { "weight": 5, "sprite": 6556 }, + { "weight": 15, "sprite": 6557 }, + { "weight": 15, "sprite": 6558 } ], - "bg": 6533 - }, - { "id": "mon_fungal_blossom", "fg": 6543, "bg": 6533 }, - { "id": "mon_gas_zombie", "fg": 6544, "bg": 6534 }, - { "id": "mon_giant_crayfish", "fg": 6545, "bg": 6533 }, - { "id": "mon_slug_giant", "fg": 6546, "bg": 6532 }, - { "id": "mon_dog_zombie_hulk", "fg": 6547, "bg": 6533 }, - { "id": "mon_zhark", "fg": 6548 }, - { "id": "mon_ant_soldier", "fg": 6556, "bg": 6532 }, - { "id": "mon_ant_acid_soldier", "fg": 6554, "bg": 6532 }, - { "id": "corpse_mon_ant_soldier", "fg": 6552 }, - { "id": "corpse_mon_ant_acid_soldier", "fg": 6550 }, - { "id": "mon_ant_queen", "fg": 6555, "bg": 6532 }, - { "id": "mon_ant_acid_queen", "fg": 6553, "bg": 6532 }, - { "id": "corpse_mon_ant_queen", "fg": 6551 }, - { "id": "corpse_mon_ant_acid_queen", "fg": 6549 }, - { "id": "mon_bear", "fg": 6557, "bg": 6533 }, - { "id": "mon_bear_mutant_3headed", "fg": 6558, "bg": 6533 }, - { "id": "mon_blob_large", "fg": 6559, "bg": 6532 }, - { "id": "mon_boomer_huge", "fg": 6561, "bg": 6533 }, + "bg": 6549 + }, + { "id": "mon_fungal_blossom", "fg": 6559, "bg": 6549 }, + { "id": "mon_gas_zombie", "fg": 6560, "bg": 6550 }, + { "id": "mon_giant_crayfish", "fg": 6561, "bg": 6549 }, + { "id": "mon_slug_giant", "fg": 6562, "bg": 6548 }, + { "id": "mon_dog_zombie_hulk", "fg": 6563, "bg": 6549 }, + { "id": "mon_zhark", "fg": 6564 }, + { "id": "mon_ant_soldier", "fg": 6572, "bg": 6548 }, + { "id": "mon_ant_acid_soldier", "fg": 6570, "bg": 6548 }, + { "id": "corpse_mon_ant_soldier", "fg": 6568 }, + { "id": "corpse_mon_ant_acid_soldier", "fg": 6566 }, + { "id": "mon_ant_queen", "fg": 6571, "bg": 6548 }, + { "id": "mon_ant_acid_queen", "fg": 6569, "bg": 6548 }, + { "id": "corpse_mon_ant_queen", "fg": 6567 }, + { "id": "corpse_mon_ant_acid_queen", "fg": 6565 }, + { "id": "mon_bear", "fg": 6573, "bg": 6549 }, + { "id": "mon_bear_mutant_3headed", "fg": 6574, "bg": 6549 }, + { "id": "mon_blob_large", "fg": 6575, "bg": 6548 }, + { "id": "mon_boomer_huge", "fg": 6577, "bg": 6549 }, { "id": "mon_cow", "fg": [ - { "weight": 1, "sprite": 6562 }, - { "weight": 12, "sprite": 6563 }, - { "weight": 6, "sprite": 6564 }, - { "weight": 6, "sprite": 6565 }, - { "weight": 12, "sprite": 6566 } + { "weight": 1, "sprite": 6578 }, + { "weight": 12, "sprite": 6579 }, + { "weight": 6, "sprite": 6580 }, + { "weight": 6, "sprite": 6581 }, + { "weight": 12, "sprite": 6582 } ], - "bg": 6533 + "bg": 6549 }, - { "id": "mon_zow", "fg": 6567, "bg": 6533 }, + { "id": "mon_zow", "fg": 6583, "bg": 6549 }, { "id": "mon_crawler", - "fg": [ { "weight": 1, "sprite": 6568 }, { "weight": 1, "sprite": 6569 }, { "weight": 1, "sprite": 6570 } ], - "bg": 6533 + "fg": [ { "weight": 1, "sprite": 6584 }, { "weight": 1, "sprite": 6585 }, { "weight": 1, "sprite": 6586 } ], + "bg": 6549 }, - { "id": "mon_dark_wyrm", "fg": 6571, "bg": 6532 }, - { "id": "mon_deer", "fg": [ { "weight": 1, "sprite": 6572 }, { "weight": 2, "sprite": 6573 } ], "bg": 6533 }, + { "id": "mon_dark_wyrm", "fg": 6587, "bg": 6548 }, + { "id": "mon_deer", "fg": [ { "weight": 1, "sprite": 6588 }, { "weight": 2, "sprite": 6589 } ], "bg": 6549 }, { "id": "mon_deer_mutant_spider", - "fg": [ { "weight": 1, "sprite": 6574 }, { "weight": 2, "sprite": 6575 } ], - "bg": 6533 + "fg": [ { "weight": 1, "sprite": 6590 }, { "weight": 2, "sprite": 6591 } ], + "bg": 6549 }, - { "id": "mon_devourer", "fg": 6576, "bg": 6533 }, - { "id": "mon_dog_skeleton_brute", "fg": 6577, "bg": 6533 }, - { "id": "mon_dog_zombie_brute", "fg": 6578, "bg": 6533 }, + { "id": "mon_devourer", "fg": 6592, "bg": 6549 }, + { "id": "mon_dog_skeleton_brute", "fg": 6593, "bg": 6549 }, + { "id": "mon_dog_zombie_brute", "fg": 6594, "bg": 6549 }, { "id": "mon_flying_polyp", - "fg": [ { "weight": 1, "sprite": 6579 }, { "weight": 1, "sprite": 6580 }, { "weight": 1, "sprite": 6581 } ] + "fg": [ { "weight": 1, "sprite": 6595 }, { "weight": 1, "sprite": 6596 }, { "weight": 1, "sprite": 6597 } ] }, - { "id": "mon_frog_giant", "fg": 6582, "bg": 6532 }, - { "id": "mon_gator", "fg": 6584, "bg": 6532 }, - { "id": "mon_horse", "fg": [ { "weight": 1, "sprite": 6585 }, { "weight": 1, "sprite": 6586 } ], "bg": 6533 }, - { "id": "mon_zombie_horse", "fg": 6587, "bg": 6533 }, - { "id": "mon_human_snail", "fg": 6588, "bg": 6532 }, - { "id": "mon_jabberwock", "fg": 6589, "bg": 6532 }, + { "id": "mon_frog_giant", "fg": 6598, "bg": 6548 }, + { "id": "mon_gator", "fg": 6600, "bg": 6548 }, + { "id": "mon_horse", "fg": [ { "weight": 1, "sprite": 6601 }, { "weight": 1, "sprite": 6602 } ], "bg": 6549 }, + { "id": "mon_zombie_horse", "fg": 6603, "bg": 6549 }, + { "id": "mon_human_snail", "fg": 6604, "bg": 6548 }, + { "id": "mon_jabberwock", "fg": 6605, "bg": 6548 }, { "id": "mon_lady_bug_giant", "fg": [ - { "weight": 90, "sprite": 6590 }, - { "weight": 60, "sprite": 6591 }, - { "weight": 50, "sprite": 6592 }, - { "weight": 20, "sprite": 6593 }, - { "weight": 1, "sprite": 6594 } + { "weight": 90, "sprite": 6606 }, + { "weight": 60, "sprite": 6607 }, + { "weight": 50, "sprite": 6608 }, + { "weight": 20, "sprite": 6609 }, + { "weight": 1, "sprite": 6610 } ], - "bg": 6533 - }, - { "id": "mon_locust_mega", "fg": 6595, "bg": 6532 }, - { "id": "mon_mantis_small", "fg": 6596, "bg": 6533 }, - { "id": "mon_mech_lifter", "fg": 6597 }, - { "id": "rid_mon_mech_lifter", "fg": 6598 }, - { "id": "mon_mi_go", "fg": 6599, "bg": 6533 }, - { "id": "mon_mi_go_slaver", "fg": 6603, "bg": 6533 }, - { "id": "mon_mi_go_surgeon", "fg": 6604, "bg": 6533 }, - { "id": "mon_mi_go_scout", "fg": 6602, "bg": 6533 }, - { "id": "mon_mi_go_guard", "fg": 6600, "bg": 6532 }, - { "id": "mon_mi_go_myrmidon", "fg": 6601, "bg": 6532 }, - { "id": "mon_moose", "fg": [ { "weight": 2, "sprite": 6605 }, { "weight": 2, "sprite": 6606 } ], "bg": 6532 }, - { "id": "mon_reindeer", "fg": 6609, "bg": 6533 }, - { "id": "mon_sheep", "fg": 6610, "bg": 6534 }, - { "id": "mon_spider_fungus", "fg": 6611, "bg": 6534 }, - { "id": "mon_tiger", "fg": 6612, "bg": 6533 }, - { "id": "mon_twisted_body", "fg": 6613, "bg": 6533 }, - { "id": "mon_wasp", "fg": 6614, "bg": 6533 }, - { "id": "mon_wolf_mutant_huge", "fg": 6615, "bg": 6532 }, - { "id": "mon_darkman", "fg": 6616 }, - { "id": "mon_zeer", "fg": 6617, "bg": 6533 }, - { "id": "mon_zeindeer", "fg": 6618, "bg": 6533 }, - { "id": "mon_ziger", "fg": 6619, "bg": 6533 }, - { "id": "mon_zombear", "fg": 6620, "bg": 6533 }, - { "id": "mon_zombear_acidic", "fg": 6621, "bg": 6533 }, - { "id": "mon_zombear_skeleton", "fg": 6622, "bg": 6533 }, - { "id": "mon_zombie_biter", "fg": 6623, "bg": 6533 }, - { "id": "mon_zombie_brute_winged", "fg": 6624, "bg": 6532 }, - { "id": "mon_zombie_dog_brute_acidic", "fg": 6625, "bg": 6533 }, + "bg": 6549 + }, + { "id": "mon_locust_mega", "fg": 6611, "bg": 6548 }, + { "id": "mon_mantis_small", "fg": 6612, "bg": 6549 }, + { "id": "mon_mech_lifter", "fg": 6613 }, + { "id": "rid_mon_mech_lifter", "fg": 6614 }, + { "id": "mon_mi_go", "fg": 6615, "bg": 6549 }, + { "id": "mon_mi_go_slaver", "fg": 6619, "bg": 6549 }, + { "id": "mon_mi_go_surgeon", "fg": 6620, "bg": 6549 }, + { "id": "mon_mi_go_scout", "fg": 6618, "bg": 6549 }, + { "id": "mon_mi_go_guard", "fg": 6616, "bg": 6548 }, + { "id": "mon_mi_go_myrmidon", "fg": 6617, "bg": 6548 }, + { "id": "mon_moose", "fg": [ { "weight": 2, "sprite": 6621 }, { "weight": 2, "sprite": 6622 } ], "bg": 6548 }, + { "id": "mon_reindeer", "fg": 6625, "bg": 6549 }, + { "id": "mon_sheep", "fg": 6626, "bg": 6550 }, + { "id": "mon_spider_fungus", "fg": 6627, "bg": 6550 }, + { "id": "mon_tiger", "fg": 6628, "bg": 6549 }, + { "id": "mon_twisted_body", "fg": 6629, "bg": 6549 }, + { "id": "mon_wasp", "fg": 6630, "bg": 6549 }, + { "id": "mon_wolf_mutant_huge", "fg": 6631, "bg": 6548 }, + { "id": "mon_darkman", "fg": 6632 }, + { "id": "mon_zeer", "fg": 6633, "bg": 6549 }, + { "id": "mon_zeindeer", "fg": 6634, "bg": 6549 }, + { "id": "mon_ziger", "fg": 6635, "bg": 6549 }, + { "id": "mon_zombear", "fg": 6636, "bg": 6549 }, + { "id": "mon_zombear_acidic", "fg": 6637, "bg": 6549 }, + { "id": "mon_zombear_skeleton", "fg": 6638, "bg": 6549 }, + { "id": "mon_zombie_biter", "fg": 6639, "bg": 6549 }, + { "id": "mon_zombie_brute_winged", "fg": 6640, "bg": 6548 }, + { "id": "mon_zombie_dog_brute_acidic", "fg": 6641, "bg": 6549 }, { "id": "mon_zombie_electric", - "fg": [ { "weight": 1, "sprite": 6627 }, { "weight": 1, "sprite": 6626 } ], - "bg": 6534 + "fg": [ { "weight": 1, "sprite": 6643 }, { "weight": 1, "sprite": 6642 } ], + "bg": 6550 }, { "id": "mon_zombie_nullfield", - "fg": [ { "weight": 1, "sprite": 6629 }, { "weight": 1, "sprite": 6628 } ], - "bg": 6534 - }, - { "id": "mon_zombie_pig_gas", "fg": 6630, "bg": 6534 }, - { "id": "mon_zombie_smoker", "fg": 6631, "bg": 6534 }, - { "id": "mon_zombie_smoker_fungus", "fg": 6632, "bg": 6534 }, - { "id": "mon_zombie_soldier_acid_2", "fg": 6633, "bg": 6533 }, - { "id": "mon_zombie_urchin", "fg": 6635, "bg": 6533 }, - { "id": "mon_zombull", "fg": 6636, "bg": 6533 }, - { "id": "mon_zoose", "fg": 6637, "bg": 6532 }, - { "id": "mon_zoose_brute", "fg": 6638, "bg": 6532 }, - { "id": "mon_zoose_thorny", "fg": 6639, "bg": 6532 }, - { "id": "mon_nursebot_defective", "fg": 6641, "bg": 6534 }, - { "id": "mon_nursebot", "fg": 6640, "bg": 6534 }, - { "id": "mon_zombie_brute_shocker", "fg": 6644, "bg": 6533 }, - { "id": "mon_skeleton_electric", "fg": 6645, "bg": 6534 }, - { "id": "mon_sludge_crawler", "fg": 6646, "bg": 6532 }, - { "id": "mon_spider_jumping_giant", "fg": 6652, "bg": 6534 }, - { "id": "mon_spider_web", "fg": 6656, "bg": 6534 }, - { "id": "corpse_mon_spider_web", "fg": 6647 }, - { "id": "mon_spider_wolf_giant", "fg": 6660, "bg": 6534 }, - { "id": "corpse_mon_spider_wolf_giant", "fg": 6648 }, - { "id": "mon_dermatik_incubator_spider", "fg": 6649, "bg": 6534 }, - { "id": "corpse_mon_dermatik_incubator_spider", "fg": 6647 }, - { "id": "mon_spider_cellar_giant", "fg": 6650, "bg": 6534 }, - { "id": "mon_spider_cellar_mega", "fg": 6651, "bg": 6533 }, - { "id": "mon_spider_jumping_mega", "fg": 6653, "bg": 6533 }, - { "id": "mon_spider_trapdoor_giant", "fg": 6654, "bg": 6534 }, - { "id": "mon_spider_trapdoor_mega", "fg": 6655, "bg": 6532 }, - { "id": "mon_spider_web_mega", "fg": 6657, "bg": 6532 }, - { "id": "mon_spider_widow_giant", "fg": 6658, "bg": 6534 }, - { "id": "mon_spider_widow_mega", "fg": 6659, "bg": 6532 }, - { "id": "mon_spider_wolf_mega", "fg": 6661, "bg": 6532 }, - { "id": "mon_dog_thing", "fg": 6662, "bg": 6533 }, - { "id": "mon_headless_dog_thing", "fg": 6663, "bg": 6533 }, - { "id": "mon_thing", "fg": 6664, "bg": 6532 }, - { "id": "mon_triffid_queen", "fg": 6665, "bg": 6532 }, - { "id": "mon_crows_m240", "fg": 6666, "bg": 6533 }, - { "id": "mon_turret_bmg", "fg": 6667, "bg": 6533 }, - { "id": "mon_turret_rifle", "fg": 6668, "bg": 6533 }, - { "id": "mon_vinebeast", "fg": 6671, "bg": 6532 }, - { "id": "mon_zombie_brute_ninja", "fg": 6672, "bg": 6533 }, - { "id": "mon_zombie_brute_grappler", "fg": 6673, "bg": 6533 }, + "fg": [ { "weight": 1, "sprite": 6645 }, { "weight": 1, "sprite": 6644 } ], + "bg": 6550 + }, + { "id": "mon_zombie_pig_gas", "fg": 6646, "bg": 6550 }, + { "id": "mon_zombie_smoker", "fg": 6647, "bg": 6550 }, + { "id": "mon_zombie_smoker_fungus", "fg": 6648, "bg": 6550 }, + { "id": "mon_zombie_soldier_acid_2", "fg": 6649, "bg": 6549 }, + { "id": "mon_zombie_urchin", "fg": 6651, "bg": 6549 }, + { "id": "mon_zombull", "fg": 6652, "bg": 6549 }, + { "id": "mon_zoose", "fg": 6653, "bg": 6548 }, + { "id": "mon_zoose_brute", "fg": 6654, "bg": 6548 }, + { "id": "mon_zoose_thorny", "fg": 6655, "bg": 6548 }, + { "id": "mon_nursebot_defective", "fg": 6657, "bg": 6550 }, + { "id": "mon_nursebot", "fg": 6656, "bg": 6550 }, + { "id": "mon_zombie_brute_shocker", "fg": 6660, "bg": 6549 }, + { "id": "mon_skeleton_electric", "fg": 6661, "bg": 6550 }, + { "id": "mon_sludge_crawler", "fg": 6662, "bg": 6548 }, + { "id": "mon_spider_jumping_giant", "fg": 6668, "bg": 6550 }, + { "id": "mon_spider_web", "fg": 6672, "bg": 6550 }, + { "id": "corpse_mon_spider_web", "fg": 6663 }, + { "id": "mon_spider_wolf_giant", "fg": 6676, "bg": 6550 }, + { "id": "corpse_mon_spider_wolf_giant", "fg": 6664 }, + { "id": "mon_dermatik_incubator_spider", "fg": 6665, "bg": 6550 }, + { "id": "corpse_mon_dermatik_incubator_spider", "fg": 6663 }, + { "id": "mon_spider_cellar_giant", "fg": 6666, "bg": 6550 }, + { "id": "mon_spider_cellar_mega", "fg": 6667, "bg": 6549 }, + { "id": "mon_spider_jumping_mega", "fg": 6669, "bg": 6549 }, + { "id": "mon_spider_trapdoor_giant", "fg": 6670, "bg": 6550 }, + { "id": "mon_spider_trapdoor_mega", "fg": 6671, "bg": 6548 }, + { "id": "mon_spider_web_mega", "fg": 6673, "bg": 6548 }, + { "id": "mon_spider_widow_giant", "fg": 6674, "bg": 6550 }, + { "id": "mon_spider_widow_mega", "fg": 6675, "bg": 6548 }, + { "id": "mon_spider_wolf_mega", "fg": 6677, "bg": 6548 }, + { "id": "mon_dog_thing", "fg": 6678, "bg": 6549 }, + { "id": "mon_headless_dog_thing", "fg": 6679, "bg": 6549 }, + { "id": "mon_thing", "fg": 6680, "bg": 6548 }, + { "id": "mon_triffid_queen", "fg": 6681, "bg": 6548 }, + { "id": "mon_crows_m240", "fg": 6682, "bg": 6549 }, + { "id": "mon_turret_bmg", "fg": 6683, "bg": 6549 }, + { "id": "mon_turret_rifle", "fg": 6684, "bg": 6549 }, + { "id": "mon_vinebeast", "fg": 6687, "bg": 6548 }, + { "id": "mon_zombie_brute_ninja", "fg": 6688, "bg": 6549 }, + { "id": "mon_zombie_brute_grappler", "fg": 6689, "bg": 6549 }, { "id": [ "forest_thick", "special_forest_thick" ], - "fg": [ { "weight": 4, "sprite": 6679 }, { "weight": 1, "sprite": 6680 } ], - "bg": 6691, + "fg": [ { "weight": 4, "sprite": 6695 }, { "weight": 1, "sprite": 6696 } ], + "bg": 6707, "rotates": false }, - { "id": "bridgehead_ground", "fg": [ 6684, 6683, 6685, 6686 ], "bg": 6693, "rotates": true }, - { "id": "bridge", "fg": [ 6682, 6681, 6682, 6681 ], "bg": 6692, "rotates": true }, - { "id": "bridgehead_ramp", "fg": [ 6688, 6687, 6689, 6690 ], "rotates": true }, - { "id": "bridge_road", "fg": [ 6682, 6681, 6682, 6681 ], "rotates": true }, - { "id": "t_tree_young", "fg": 6700, "bg": 6696 }, - { "id": "t_tree_young_season_summer", "fg": 6699, "bg": 6697, "rotates": false }, + { "id": "bridgehead_ground", "fg": [ 6700, 6699, 6701, 6702 ], "bg": 6709, "rotates": true }, + { "id": "bridge", "fg": [ 6698, 6697, 6698, 6697 ], "bg": 6708, "rotates": true }, + { "id": "bridgehead_ramp", "fg": [ 6704, 6703, 6705, 6706 ], "rotates": true }, + { "id": "bridge_road", "fg": [ 6698, 6697, 6698, 6697 ], "rotates": true }, + { "id": "t_tree_young", "fg": 6716, "bg": 6712 }, + { "id": "t_tree_young_season_summer", "fg": 6715, "bg": 6713, "rotates": false }, { "id": "t_tree_young_season_autumn", - "fg": [ { "weight": 100, "sprite": 6701 }, { "weight": 100, "sprite": 6702 } ], - "bg": 6695, + "fg": [ { "weight": 100, "sprite": 6717 }, { "weight": 100, "sprite": 6718 } ], + "bg": 6711, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 6703, "bg": 6694, "rotates": false }, - { "id": "t_vat", "fg": 6704, "bg": 6698 }, - { "id": "corpse_mon_zombie_spitter", "fg": 6512 }, - { "id": "f_exodii_generator_1", "fg": 6513 }, - { "id": "f_exodii_generator_2", "fg": 6514 }, - { "id": "f_exodii_generator_3", "fg": 6515 }, - { "id": "f_exodii_generator_4", "fg": 6516 }, - { "id": "f_magiclysm_translocator_gate", "fg": 6520 }, - { "id": "mon_zombie_gasbag_crawler", "fg": 6525 }, - { "id": "mon_zombie_gasbag_immobile", "fg": 6526 }, - { "id": "mon_zombie_gasbag_impaler", "fg": 6527 }, - { "id": "mon_zombie_giant_heart", "fg": 6528 }, - { "id": "mon_zombie_hanging_innards", "fg": 6529 }, - { "id": "mon_zombie_living_wall", "fg": 6530 }, - { "id": "mon_zombie_scissorlimbs", "fg": 6531 }, - { "id": "mon_blood_sacrifice", "fg": 6560 }, - { "id": "mon_fungal_wall", "fg": 6583 }, - { "id": "mon_mutant_arthropod", "fg": 6607 }, - { "id": "mon_rat_king", "fg": 6608 }, - { "id": "mon_zombie_soldier_blackops_2", "fg": 6634 }, - { "id": "mon_leech_blossom", "fg": 6642 }, - { "id": "mon_leech_radio", "fg": 6643 }, - { "id": "mon_secubot", "fg": 6669 }, - { "id": "mon_talon_m202a1", "fg": 6670 }, - { "id": "overlay_wielded_as50", "fg": 6674 }, - { "id": "overlay_wielded_m107a1", "fg": 6675 }, - { "id": "overlay_wielded_m134", "fg": 6676 }, - { "id": "overlay_wielded_m2browning", "fg": 6677 }, - { "id": "overlay_wielded_mark19", "fg": 6678 } + { "id": "t_tree_young_season_winter", "fg": 6719, "bg": 6710, "rotates": false }, + { "id": "t_vat", "fg": 6720, "bg": 6714 }, + { "id": "corpse_mon_zombie_spitter", "fg": 6528 }, + { "id": "f_exodii_generator_1", "fg": 6529 }, + { "id": "f_exodii_generator_2", "fg": 6530 }, + { "id": "f_exodii_generator_3", "fg": 6531 }, + { "id": "f_exodii_generator_4", "fg": 6532 }, + { "id": "f_magiclysm_translocator_gate", "fg": 6536 }, + { "id": "mon_zombie_gasbag_crawler", "fg": 6541 }, + { "id": "mon_zombie_gasbag_immobile", "fg": 6542 }, + { "id": "mon_zombie_gasbag_impaler", "fg": 6543 }, + { "id": "mon_zombie_giant_heart", "fg": 6544 }, + { "id": "mon_zombie_hanging_innards", "fg": 6545 }, + { "id": "mon_zombie_living_wall", "fg": 6546 }, + { "id": "mon_zombie_scissorlimbs", "fg": 6547 }, + { "id": "mon_blood_sacrifice", "fg": 6576 }, + { "id": "mon_fungal_wall", "fg": 6599 }, + { "id": "mon_mutant_arthropod", "fg": 6623 }, + { "id": "mon_rat_king", "fg": 6624 }, + { "id": "mon_zombie_soldier_blackops_2", "fg": 6650 }, + { "id": "mon_leech_blossom", "fg": 6658 }, + { "id": "mon_leech_radio", "fg": 6659 }, + { "id": "mon_secubot", "fg": 6685 }, + { "id": "mon_talon_m202a1", "fg": 6686 }, + { "id": "overlay_wielded_as50", "fg": 6690 }, + { "id": "overlay_wielded_m107a1", "fg": 6691 }, + { "id": "overlay_wielded_m134", "fg": 6692 }, + { "id": "overlay_wielded_m2browning", "fg": 6693 }, + { "id": "overlay_wielded_mark19", "fg": 6694 } ] }, { "file": "large_ridden.png", - "//": "range 6720 to 6735", + "//": "range 6736 to 6751", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -27, "tiles": [ - { "id": "rid_mon_horse", "fg": [ { "weight": 1, "sprite": 6721 }, { "weight": 1, "sprite": 6722 } ] }, - { "id": "rid_mon_cow", "fg": 6720 } + { "id": "rid_mon_horse", "fg": [ { "weight": 1, "sprite": 6737 }, { "weight": 1, "sprite": 6738 } ] }, + { "id": "rid_mon_cow", "fg": 6736 } ] }, { "file": "huge.png", - "//": "range 6736 to 6767", + "//": "range 6752 to 6783", "sprite_width": 64, "sprite_height": 96, "sprite_offset_x": -16, "sprite_offset_y": -64, "tiles": [ - { "id": "mon_fungaloid_queen", "fg": 6737, "bg": 6736 }, - { "id": "mon_fungaloid_seeder", "fg": 6738, "bg": 6736 }, - { "id": "mon_fungaloid_tower", "fg": 6739, "bg": 6736 }, - { "id": "mon_zombie_kevlar_2", "fg": 6743 }, - { "id": "mon_zombie_hulk", "fg": 6742, "bg": 6736 }, - { "id": "mon_skeleton_hulk", "fg": 6741 }, - { "id": "mon_zombie_nemesis", "fg": 6744, "bg": 6736 }, - { "id": "mon_amigara_horror", "fg": 6745 }, - { "id": "mon_blob_brain", "fg": 6746, "bg": 6736 }, - { "id": "mon_flaming_eye", "fg": 6747 }, - { "id": "mon_nakedmolerat_giant", "fg": 6752, "bg": 6736 }, - { "id": "mon_shoggoth", "fg": 6753, "bg": 6736 }, - { "id": "mon_triffid_heart", "fg": 6754 }, - { "id": "mon_yugg", "fg": 6755, "bg": 6736 }, - { "id": "mon_skeleton_hulk_fungus", "fg": 6740 }, - { "id": "mon_frog_mother", "fg": 6748 }, - { "id": "mon_mutant_evolved", "fg": 6749 }, - { "id": "mon_mutant_mollusk", "fg": 6750 }, - { "id": "corpse_mon_nakedmolerat_giant", "fg": 6751 }, - { "id": "mon_zombie_crushed_giant", "fg": 6756 } + { "id": "mon_fungaloid_queen", "fg": 6753, "bg": 6752 }, + { "id": "mon_fungaloid_seeder", "fg": 6754, "bg": 6752 }, + { "id": "mon_fungaloid_tower", "fg": 6755, "bg": 6752 }, + { "id": "mon_zombie_kevlar_2", "fg": 6759 }, + { "id": "mon_zombie_hulk", "fg": 6758, "bg": 6752 }, + { "id": "mon_skeleton_hulk", "fg": 6757 }, + { "id": "mon_zombie_nemesis", "fg": 6760, "bg": 6752 }, + { "id": "mon_amigara_horror", "fg": 6761 }, + { "id": "mon_blob_brain", "fg": 6762, "bg": 6752 }, + { "id": "mon_flaming_eye", "fg": 6763 }, + { "id": "mon_nakedmolerat_giant", "fg": 6768, "bg": 6752 }, + { "id": "mon_shoggoth", "fg": 6769, "bg": 6752 }, + { "id": "mon_triffid_heart", "fg": 6770 }, + { "id": "mon_yugg", "fg": 6771, "bg": 6752 }, + { "id": "mon_skeleton_hulk_fungus", "fg": 6756 }, + { "id": "mon_frog_mother", "fg": 6764 }, + { "id": "mon_mutant_evolved", "fg": 6765 }, + { "id": "mon_mutant_mollusk", "fg": 6766 }, + { "id": "corpse_mon_nakedmolerat_giant", "fg": 6767 }, + { "id": "mon_zombie_crushed_giant", "fg": 6772 } ] }, { "file": "giant.png", - "//": "range 6768 to 6831", + "//": "range 6784 to 6847", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, "sprite_offset_y": -64, "tiles": [ - { "id": "t_tree", "fg": 6780, "bg": 6773 }, - { "id": "t_tree_season_summer", "fg": 6775, "bg": 6774 }, + { "id": "t_tree", "fg": 6796, "bg": 6789 }, + { "id": "t_tree_season_summer", "fg": 6791, "bg": 6790 }, { "id": "t_tree_season_autumn", "fg": [ - { "weight": 100, "sprite": 6776 }, - { "weight": 100, "sprite": 6777 }, - { "weight": 100, "sprite": 6778 }, - { "weight": 100, "sprite": 6779 } + { "weight": 100, "sprite": 6792 }, + { "weight": 100, "sprite": 6793 }, + { "weight": 100, "sprite": 6794 }, + { "weight": 100, "sprite": 6795 } ], - "bg": 6772 + "bg": 6788 }, - { "id": "t_tree_season_winter", "fg": 6804, "bg": 6771 }, - { "id": "t_tree_apple", "fg": 6781, "bg": 6773 }, - { "id": "t_tree_apple_season_summer", "fg": 6781, "bg": 6774 }, - { "id": "t_tree_apple_season_winter", "fg": 6786, "bg": 6771 }, + { "id": "t_tree_season_winter", "fg": 6820, "bg": 6787 }, + { "id": "t_tree_apple", "fg": 6797, "bg": 6789 }, + { "id": "t_tree_apple_season_summer", "fg": 6797, "bg": 6790 }, + { "id": "t_tree_apple_season_winter", "fg": 6802, "bg": 6787 }, { "id": "t_tree_apple_season_autumn", - "fg": [ { "weight": 1, "sprite": 6782 }, { "weight": 1, "sprite": 6783 } ], - "bg": 6772 + "fg": [ { "weight": 1, "sprite": 6798 }, { "weight": 1, "sprite": 6799 } ], + "bg": 6788 }, { "id": "t_tree_apple_harvested", - "fg": [ { "weight": 1, "sprite": 6784 }, { "weight": 1, "sprite": 6785 } ], - "bg": 6772 + "fg": [ { "weight": 1, "sprite": 6800 }, { "weight": 1, "sprite": 6801 } ], + "bg": 6788 }, - { "id": "t_tree_beech", "fg": 6788, "bg": 6773 }, - { "id": "t_tree_beech_season_summer", "fg": 6789, "bg": 6774 }, - { "id": "t_tree_beech_season_autumn", "fg": 6787, "bg": 6772 }, - { "id": "t_tree_beech_season_winter", "fg": 6790, "bg": 6771 }, - { "id": "t_tree_birch", "fg": 6791, "bg": 6773 }, - { "id": "t_tree_birch_season_summer", "fg": 6791, "bg": 6774 }, - { "id": "t_tree_birch_season_winter", "fg": 6794, "bg": 6771 }, + { "id": "t_tree_beech", "fg": 6804, "bg": 6789 }, + { "id": "t_tree_beech_season_summer", "fg": 6805, "bg": 6790 }, + { "id": "t_tree_beech_season_autumn", "fg": 6803, "bg": 6788 }, + { "id": "t_tree_beech_season_winter", "fg": 6806, "bg": 6787 }, + { "id": "t_tree_birch", "fg": 6807, "bg": 6789 }, + { "id": "t_tree_birch_season_summer", "fg": 6807, "bg": 6790 }, + { "id": "t_tree_birch_season_winter", "fg": 6810, "bg": 6787 }, { "id": "t_tree_birch_season_autumn", - "fg": [ { "weight": 1, "sprite": 6792 }, { "weight": 1, "sprite": 6793 } ], - "bg": 6772 + "fg": [ { "weight": 1, "sprite": 6808 }, { "weight": 1, "sprite": 6809 } ], + "bg": 6788 }, - { "id": "t_tree_cherry", "fg": 6795, "bg": 6773 }, - { "id": "t_tree_cherry_season_summer", "fg": 6799, "bg": 6774 }, - { "id": "t_tree_cherry_harvested", "fg": 6798, "bg": 6774 }, - { "id": "t_tree_cherry_season_winter", "fg": 6800, "bg": 6771 }, + { "id": "t_tree_cherry", "fg": 6811, "bg": 6789 }, + { "id": "t_tree_cherry_season_summer", "fg": 6815, "bg": 6790 }, + { "id": "t_tree_cherry_harvested", "fg": 6814, "bg": 6790 }, + { "id": "t_tree_cherry_season_winter", "fg": 6816, "bg": 6787 }, { "id": "t_tree_cherry_season_autumn", - "fg": [ { "weight": 1, "sprite": 6796 }, { "weight": 1, "sprite": 6797 } ], - "bg": 6772 + "fg": [ { "weight": 1, "sprite": 6812 }, { "weight": 1, "sprite": 6813 } ], + "bg": 6788 }, - { "id": "t_tree_cottonwood_season_spring", "fg": 6802, "bg": 6773 }, - { "id": "t_tree_cottonwood_season_summer", "fg": 6803, "bg": 6774 }, - { "id": "t_tree_cottonwood_season_autumn", "fg": 6801, "bg": 6772 }, - { "id": "t_tree_cottonwood_season_winter", "fg": 6804, "bg": 6771 }, + { "id": "t_tree_cottonwood_season_spring", "fg": 6818, "bg": 6789 }, + { "id": "t_tree_cottonwood_season_summer", "fg": 6819, "bg": 6790 }, + { "id": "t_tree_cottonwood_season_autumn", "fg": 6817, "bg": 6788 }, + { "id": "t_tree_cottonwood_season_winter", "fg": 6820, "bg": 6787 }, { "id": "t_tree_dead", - "fg": [ { "weight": 100, "sprite": 6804 }, { "weight": 100, "sprite": 7860 } ], - "bg": 6773 + "fg": [ { "weight": 100, "sprite": 6820 }, { "weight": 100, "sprite": 7892 } ], + "bg": 6789 }, { "id": "t_tree_dead_season_summer", - "fg": [ { "weight": 100, "sprite": 6804 }, { "weight": 100, "sprite": 7860 } ], - "bg": 6774 + "fg": [ { "weight": 100, "sprite": 6820 }, { "weight": 100, "sprite": 7892 } ], + "bg": 6790 }, { "id": "t_tree_dead_season_autumn", - "fg": [ { "weight": 100, "sprite": 6804 }, { "weight": 100, "sprite": 7860 } ], - "bg": 6772 + "fg": [ { "weight": 100, "sprite": 6820 }, { "weight": 100, "sprite": 7892 } ], + "bg": 6788 }, { "id": "t_tree_dead_season_winter", - "fg": [ { "weight": 100, "sprite": 6804 }, { "weight": 100, "sprite": 7860 } ], - "bg": 6771 - }, - { "id": "t_tree_elm_season_spring", "fg": 6806, "bg": 6773 }, - { "id": "t_tree_elm_season_summer", "fg": 6807, "bg": 6774 }, - { "id": "t_tree_elm_season_autumn", "fg": 6805, "bg": 6772 }, - { "id": "t_tree_elm_season_winter", "fg": 6808, "bg": 6771 }, - { "id": "t_tree_maple", "fg": 6810, "bg": 6773 }, - { "id": "t_tree_maple_season_summer", "fg": 6811, "bg": 6774 }, - { "id": "t_tree_maple_season_autumn", "fg": 6809, "bg": 6772 }, - { "id": "t_tree_maple_season_winter", "fg": 6812, "bg": 6771 }, - { "id": "t_tree_peach_season_spring", "fg": 6813, "bg": 6773 }, - { "id": "t_tree_peach_season_summer", "fg": 6816, "bg": 6774 }, - { "id": "t_tree_peach_harvested", "fg": 6813, "bg": 6774 }, - { "id": "t_tree_peach_season_winter", "fg": 6817, "bg": 6771 }, + "fg": [ { "weight": 100, "sprite": 6820 }, { "weight": 100, "sprite": 7892 } ], + "bg": 6787 + }, + { "id": "t_tree_elm_season_spring", "fg": 6822, "bg": 6789 }, + { "id": "t_tree_elm_season_summer", "fg": 6823, "bg": 6790 }, + { "id": "t_tree_elm_season_autumn", "fg": 6821, "bg": 6788 }, + { "id": "t_tree_elm_season_winter", "fg": 6824, "bg": 6787 }, + { "id": "t_tree_maple", "fg": 6826, "bg": 6789 }, + { "id": "t_tree_maple_season_summer", "fg": 6827, "bg": 6790 }, + { "id": "t_tree_maple_season_autumn", "fg": 6825, "bg": 6788 }, + { "id": "t_tree_maple_season_winter", "fg": 6828, "bg": 6787 }, + { "id": "t_tree_peach_season_spring", "fg": 6829, "bg": 6789 }, + { "id": "t_tree_peach_season_summer", "fg": 6832, "bg": 6790 }, + { "id": "t_tree_peach_harvested", "fg": 6829, "bg": 6790 }, + { "id": "t_tree_peach_season_winter", "fg": 6833, "bg": 6787 }, { "id": "t_tree_peach_season_autumn", - "fg": [ { "weight": 1, "sprite": 6814 }, { "weight": 1, "sprite": 6815 } ], - "bg": 6772 + "fg": [ { "weight": 1, "sprite": 6830 }, { "weight": 1, "sprite": 6831 } ], + "bg": 6788 }, - { "id": "mon_ant_soldier_mega", "fg": 6768 }, - { "id": "mon_dragon_dummy", "fg": 6769 }, - { "id": "mon_graboid", "fg": 6770 } + { "id": "mon_ant_soldier_mega", "fg": 6784 }, + { "id": "mon_dragon_dummy", "fg": 6785 }, + { "id": "mon_graboid", "fg": 6786 } ] }, { "file": "incomplete.png", - "//": "range 6832 to 7663", + "//": "range 6848 to 7679", "tiles": [ - { "id": "unknown", "fg": 6832 }, + { "id": "unknown", "fg": 6848 }, { "id": [ "fd_blood_insect", "fd_blood_invertebrate" ], - "fg": 6848, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 6833 }, - { "id": "corner", "fg": [ 6835, 6837, 6836, 6834 ] }, - { "id": "t_connection", "fg": [ 6845, 6847, 6846, 6844 ] }, - { "id": "edge", "fg": [ 6839, 6838 ] }, - { "id": "end_piece", "fg": [ 6841, 6843, 6842, 6840 ] }, - { "id": "unconnected", "fg": [ 6848, 6848 ] } - ] - }, - { - "id": "fd_blood", "fg": 6864, "multitile": true, "additional_tiles": [ @@ -10515,7 +10524,7 @@ ] }, { - "id": "fd_blood_int1", + "id": "fd_blood", "fg": 6880, "multitile": true, "additional_tiles": [ @@ -10528,7 +10537,7 @@ ] }, { - "id": "fd_blood_int2", + "id": "fd_blood_int1", "fg": 6896, "multitile": true, "additional_tiles": [ @@ -10541,7 +10550,7 @@ ] }, { - "id": "fd_blood_int3", + "id": "fd_blood_int2", "fg": 6912, "multitile": true, "additional_tiles": [ @@ -10553,77 +10562,90 @@ { "id": "unconnected", "fg": [ 6912, 6912 ] } ] }, + { + "id": "fd_blood_int3", + "fg": 6928, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 6913 }, + { "id": "corner", "fg": [ 6915, 6917, 6916, 6914 ] }, + { "id": "t_connection", "fg": [ 6925, 6927, 6926, 6924 ] }, + { "id": "edge", "fg": [ 6919, 6918 ] }, + { "id": "end_piece", "fg": [ 6921, 6923, 6922, 6920 ] }, + { "id": "unconnected", "fg": [ 6928, 6928 ] } + ] + }, { "id": "fd_web", "fg": [ - { "weight": 100, "sprite": 6913 }, - { "weight": 100, "sprite": 6914 }, - { "weight": 25, "sprite": 6915 }, - { "weight": 25, "sprite": 6916 } - ] - }, - { "id": "fd_spotlight", "fg": 6917 }, - { "id": "f_makeshift_bed", "fg": 6920 }, - { "id": "f_straw_bed", "fg": 6921 }, - { "id": "f_bed_frame", "fg": 6918 }, - { "id": "f_camp_chair", "fg": 6925 }, - { "id": "f_lane", "fg": 6926 }, - { "id": "f_piano", "fg": 6927 }, - { "id": "f_pinball_machine", "fg": 6928 }, - { "id": "f_seat_airplane", "fg": 6929 }, + { "weight": 100, "sprite": 6929 }, + { "weight": 100, "sprite": 6930 }, + { "weight": 25, "sprite": 6931 }, + { "weight": 25, "sprite": 6932 } + ] + }, + { "id": "fd_spotlight", "fg": 6933 }, + { "id": "f_makeshift_bed", "fg": 6936 }, + { "id": "f_straw_bed", "fg": 6937 }, + { "id": "f_bed_frame", "fg": 6934 }, + { "id": "f_camp_chair", "fg": 6941 }, + { "id": "f_lane", "fg": 6942 }, + { "id": "f_piano", "fg": 6943 }, + { "id": "f_pinball_machine", "fg": 6944 }, + { "id": "f_seat_airplane", "fg": 6945 }, { "id": "f_sink", "multitile": true, - "fg": 6945, - "additional_tiles": [ - { "id": "center", "fg": 6930 }, - { "id": "corner", "fg": [ 6932, 6934, 6933, 6931 ] }, - { "id": "t_connection", "fg": [ 6942, 6944, 6943, 6941 ] }, - { "id": "edge", "fg": [ 6936, 6935 ] }, - { "id": "end_piece", "fg": [ 6938, 6940, 6939, 6937 ] }, - { "id": "unconnected", "fg": 6945 } - ] - }, - { "id": "f_solar_unit", "fg": 6946 }, - { "id": "f_speaker_cabinet", "fg": 6947 }, - { "id": "f_water_mill", "fg": 6948 }, - { "id": "water_mill", "fg": 6949 }, - { "id": "f_water_purifier", "fg": 6950 }, - { "id": "f_wood_keg", "fg": 7088 }, - { "id": "30gal_barrel", "fg": 6951 }, - { "id": "30gal_drum", "fg": 6952 }, - { "id": "alarmclock", "fg": 6953 }, - { "id": "clock", "fg": 6953 }, - { "id": "anvil", "fg": 6957 }, - { "id": [ "autoclave", "vh_autoclave" ], "fg": 6958 }, - { "id": "bag_canvas_small", "fg": 6960 }, - { "id": "bathroom_scale", "fg": 6961 }, - { "id": "bead_necklace", "fg": 6962 }, - { "id": "brazier", "fg": 6963 }, - { "id": "bubblewrap", "fg": 6964 }, - { "id": "bucket", "fg": 6965 }, - { "id": "camera_pro", "fg": 6971 }, - { "id": "condom", "fg": 6972 }, - { "id": "craft", "fg": 6973 }, - { "id": "pomegranate", "fg": 6984 }, - { "id": "peach", "fg": 6982 }, - { "id": "strawberries", "fg": 6985 }, - { "id": "cabbage", "fg": 6974 }, - { "id": "mango", "fg": 6980 }, - { "id": "kiwi", "fg": 6979 }, - { "id": "papaya", "fg": 6981 }, - { "id": "grapefruit", "fg": 6978 }, - { "id": "pineapple", "fg": 6983 }, - { "id": "celery", "fg": 6976 }, - { "id": "chili_pepper", "fg": 6977 }, - { "id": "carrot", "fg": 6975 }, - { "id": "zucchini", "fg": 6986 }, - { "id": "akmag30", "fg": 6987 }, - { "id": "duct_tape", "fg": 6988 }, - { "id": "electric_lantern", "fg": 6989 }, - { "id": "extinguisher", "fg": 6990 }, - { "id": "sm_extinguisher", "fg": 6991 }, - { "id": "fan", "fg": 6992 }, + "fg": 6961, + "additional_tiles": [ + { "id": "center", "fg": 6946 }, + { "id": "corner", "fg": [ 6948, 6950, 6949, 6947 ] }, + { "id": "t_connection", "fg": [ 6958, 6960, 6959, 6957 ] }, + { "id": "edge", "fg": [ 6952, 6951 ] }, + { "id": "end_piece", "fg": [ 6954, 6956, 6955, 6953 ] }, + { "id": "unconnected", "fg": 6961 } + ] + }, + { "id": "f_solar_unit", "fg": 6962 }, + { "id": "f_speaker_cabinet", "fg": 6963 }, + { "id": "f_water_mill", "fg": 6964 }, + { "id": "water_mill", "fg": 6965 }, + { "id": "f_water_purifier", "fg": 6966 }, + { "id": "f_wood_keg", "fg": 7104 }, + { "id": "30gal_barrel", "fg": 6967 }, + { "id": "30gal_drum", "fg": 6968 }, + { "id": "alarmclock", "fg": 6969 }, + { "id": "clock", "fg": 6969 }, + { "id": "anvil", "fg": 6973 }, + { "id": [ "autoclave", "vh_autoclave" ], "fg": 6974 }, + { "id": "bag_canvas_small", "fg": 6976 }, + { "id": "bathroom_scale", "fg": 6977 }, + { "id": "bead_necklace", "fg": 6978 }, + { "id": "brazier", "fg": 6979 }, + { "id": "bubblewrap", "fg": 6980 }, + { "id": "bucket", "fg": 6981 }, + { "id": "camera_pro", "fg": 6987 }, + { "id": "condom", "fg": 6988 }, + { "id": "craft", "fg": 6989 }, + { "id": "pomegranate", "fg": 7000 }, + { "id": "peach", "fg": 6998 }, + { "id": "strawberries", "fg": 7001 }, + { "id": "cabbage", "fg": 6990 }, + { "id": "mango", "fg": 6996 }, + { "id": "kiwi", "fg": 6995 }, + { "id": "papaya", "fg": 6997 }, + { "id": "grapefruit", "fg": 6994 }, + { "id": "pineapple", "fg": 6999 }, + { "id": "celery", "fg": 6992 }, + { "id": "chili_pepper", "fg": 6993 }, + { "id": "carrot", "fg": 6991 }, + { "id": "zucchini", "fg": 7002 }, + { "id": "akmag30", "fg": 7003 }, + { "id": "duct_tape", "fg": 7004 }, + { "id": "electric_lantern", "fg": 7005 }, + { "id": "extinguisher", "fg": 7006 }, + { "id": "sm_extinguisher", "fg": 7007 }, + { "id": "fan", "fg": 7008 }, { "id": [ "family_photo", @@ -10638,19 +10660,19 @@ "battleship", "clue" ], - "fg": 6993 - }, - { "id": [ "birchbark_funnel", "funnel", "makeshift_funnel", "metal_funnel" ], "fg": 6994 }, - { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher", "tr_metal_funnel" ], "fg": 6996 }, - { "id": "glock17_17", "fg": 6998 }, - { "id": "holy_symbol", "fg": 6999 }, - { "id": "holy_symbol_wood", "fg": 7000 }, - { "id": "hotplate", "fg": 7001 }, - { "id": "jerrycan", "fg": 7002 }, - { "id": "jerrycan_big", "fg": 7003 }, - { "id": "keg", "fg": 7004 }, - { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 7018 }, - { "id": [ "fc_hairpin", "platinum_hairpin", "silver_hairpin", "copper_hairpin", "tieclip" ], "fg": 7011 }, + "fg": 7009 + }, + { "id": [ "birchbark_funnel", "funnel", "makeshift_funnel", "metal_funnel" ], "fg": 7010 }, + { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher", "tr_metal_funnel" ], "fg": 7012 }, + { "id": "glock17_17", "fg": 7014 }, + { "id": "holy_symbol", "fg": 7015 }, + { "id": "holy_symbol_wood", "fg": 7016 }, + { "id": "hotplate", "fg": 7017 }, + { "id": "jerrycan", "fg": 7018 }, + { "id": "jerrycan_big", "fg": 7019 }, + { "id": "keg", "fg": 7020 }, + { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 7034 }, + { "id": [ "fc_hairpin", "platinum_hairpin", "silver_hairpin", "copper_hairpin", "tieclip" ], "fg": 7027 }, { "id": [ "nyquil", @@ -10802,7 +10824,7 @@ "wine_chardonnay", "drink_martini" ], - "fg": 7021 + "fg": 7037 }, { "id": [ @@ -10843,7 +10865,7 @@ "soup_tomato", "young_yeast" ], - "fg": 7023 + "fg": 7039 }, { "id": [ @@ -10865,57 +10887,57 @@ "hi_q_distillate_tails", "hi_q_distillate" ], - "fg": 7022 - }, - { "id": "longsword", "fg": 7024 }, - { "id": "longsword_inferior", "fg": 7026 }, - { "id": "longsword_fake", "fg": 7025 }, - { "id": "mask_gas", "fg": 7027 }, - { "id": "plastic_chunk", "fg": 7028 }, - { "id": "scrap_copper", "fg": 7029 }, - { "id": "oil_lamp", "fg": 7030 }, - { "id": "pickaxe", "fg": 7031 }, - { "id": "pitchfork", "fg": 7032 }, - { "id": "plunger_futuristic", "fg": 7033 }, - { "id": "plunger_toilet", "fg": 7034 }, - { "id": "pocketwatch", "fg": 7035 }, - { "id": "bacon", "fg": 7036 }, - { "id": "porkbelly", "fg": 7037 }, - { "id": "raw_cured_fatty_meat", "fg": 7038 }, - { "id": "raw_curing_fatty_meat", "fg": 7039 }, - { "id": "material_sand", "fg": 7066 }, - { "id": "material_soil", "fg": 7068 }, - { "id": "chem_aluminium_powder", "fg": 7040 }, - { "id": "chem_aluminium_sulphate", "fg": 7041 }, - { "id": "chem_ammonium_nitrate", "fg": 7042 }, - { "id": "chem_black_powder", "fg": 7043 }, - { "id": "cac2powder", "fg": 7044 }, - { "id": "chilly-p", "fg": 7045 }, - { "id": "meal_chitin_piece", "fg": 7046 }, - { "id": "chem_chromium_oxide", "fg": 7047 }, - { "id": "coffee_raw", "fg": 7048 }, - { "id": "curry_powder", "fg": 7049 }, - { "id": "powder_eggs", "fg": 7050 }, - { "id": "fungicide", "fg": 7051 }, - { "id": "insecticide", "fg": 7053 }, - { "id": "chem_hmtd", "fg": 7052 }, - { "id": "lemonade_powder", "fg": 7054 }, - { "id": "lye_powder", "fg": 7055 }, - { "id": "magnesium", "fg": 7056 }, - { "id": "chem_manganese_dioxide", "fg": 7057 }, - { "id": "chem_match_head_powder", "fg": 7058 }, - { "id": "mustard_powder", "fg": 7059 }, - { "id": "oxy_powder", "fg": 7060 }, - { "id": "chem_peptone_broth", "fg": 7061 }, - { "id": "protein_powder", "fg": 7062 }, - { "id": "material_quicklime", "fg": 7063 }, - { "id": "chem_rocket_fuel", "fg": 7064 }, - { "id": "chem_saltpetre", "fg": 7065 }, - { "id": "gunpowder", "fg": 7067 }, - { "id": "chem_thermite", "fg": 7069 }, - { "id": "tin", "fg": 7070 }, - { "id": "yeast", "fg": 7072 }, - { "id": "chem_zinc_powder", "fg": 7073 }, + "fg": 7038 + }, + { "id": "longsword", "fg": 7040 }, + { "id": "longsword_inferior", "fg": 7042 }, + { "id": "longsword_fake", "fg": 7041 }, + { "id": "mask_gas", "fg": 7043 }, + { "id": "plastic_chunk", "fg": 7044 }, + { "id": "scrap_copper", "fg": 7045 }, + { "id": "oil_lamp", "fg": 7046 }, + { "id": "pickaxe", "fg": 7047 }, + { "id": "pitchfork", "fg": 7048 }, + { "id": "plunger_futuristic", "fg": 7049 }, + { "id": "plunger_toilet", "fg": 7050 }, + { "id": "pocketwatch", "fg": 7051 }, + { "id": "bacon", "fg": 7052 }, + { "id": "porkbelly", "fg": 7053 }, + { "id": "raw_cured_fatty_meat", "fg": 7054 }, + { "id": "raw_curing_fatty_meat", "fg": 7055 }, + { "id": "material_sand", "fg": 7082 }, + { "id": "material_soil", "fg": 7084 }, + { "id": "chem_aluminium_powder", "fg": 7056 }, + { "id": "chem_aluminium_sulphate", "fg": 7057 }, + { "id": "chem_ammonium_nitrate", "fg": 7058 }, + { "id": "chem_black_powder", "fg": 7059 }, + { "id": "cac2powder", "fg": 7060 }, + { "id": "chilly-p", "fg": 7061 }, + { "id": "meal_chitin_piece", "fg": 7062 }, + { "id": "chem_chromium_oxide", "fg": 7063 }, + { "id": "coffee_raw", "fg": 7064 }, + { "id": "curry_powder", "fg": 7065 }, + { "id": "powder_eggs", "fg": 7066 }, + { "id": "fungicide", "fg": 7067 }, + { "id": "insecticide", "fg": 7069 }, + { "id": "chem_hmtd", "fg": 7068 }, + { "id": "lemonade_powder", "fg": 7070 }, + { "id": "lye_powder", "fg": 7071 }, + { "id": "magnesium", "fg": 7072 }, + { "id": "chem_manganese_dioxide", "fg": 7073 }, + { "id": "chem_match_head_powder", "fg": 7074 }, + { "id": "mustard_powder", "fg": 7075 }, + { "id": "oxy_powder", "fg": 7076 }, + { "id": "chem_peptone_broth", "fg": 7077 }, + { "id": "protein_powder", "fg": 7078 }, + { "id": "material_quicklime", "fg": 7079 }, + { "id": "chem_rocket_fuel", "fg": 7080 }, + { "id": "chem_saltpetre", "fg": 7081 }, + { "id": "gunpowder", "fg": 7083 }, + { "id": "chem_thermite", "fg": 7085 }, + { "id": "tin", "fg": 7086 }, + { "id": "yeast", "fg": 7088 }, + { "id": "chem_zinc_powder", "fg": 7089 }, { "id": [ "sugar", @@ -10928,140 +10950,140 @@ "quikclot", "chem_acrylamide" ], - "fg": 7071 - }, - { "id": "radio", "fg": 7074 }, - { "id": "ref_lighter", "fg": 7075 }, - { "id": "rhubarb", "fg": 7076 }, - { "id": "rope_6", "fg": 7077 }, - { "id": "spray_can", "fg": 7078 }, - { "id": "stanag30", "fg": 7079 }, - { "id": "stepladder", "fg": 7080 }, - { "id": "stereo", "fg": 7081 }, - { "id": [ "toolbox", "toolbox_empty", "toolbox_workshop_empty" ], "fg": 7082 }, - { "id": "waffleiron", "fg": 7083 }, - { "id": "warhammer", "fg": 7084 }, - { "id": "welding_mask", "fg": 7085 }, - { "id": "wind_mill", "fg": 7086 }, - { "id": "wood_beam", "fg": 7087 }, - { "id": "wooden_barrel", "fg": 7088 }, - { "id": "zweihander", "fg": 7089 }, - { "id": "zweihander_inferior", "fg": 7091 }, - { "id": "zweihander_fake", "fg": 7090 }, - { "id": "mon_grenade_hack", "fg": 7110, "bg": 2730 }, - { "id": "mon_mininuke_hack", "fg": 7112, "bg": 2730 }, - { "id": "bot_grenade_hack", "fg": 7104 }, - { "id": "bot_mininuke_hack", "fg": 7105 }, - { "id": "mon_manhack", "fg": 7111, "bg": 2730 }, - { "id": "mon_gasbomb_hack", "fg": 7109, "bg": 2730 }, - { "id": "mon_flashbang_hack", "fg": 7108, "bg": 2730 }, - { "id": "mon_c4_hack", "fg": 7107, "bg": 2730 }, - { "id": "mon_EMP_hack", "fg": 7106, "bg": 2730 }, - { "id": "mon_grocerybot", "fg": 7113, "bg": 2730 }, - { "id": "mon_grocerybot_busted", "fg": 7114, "bg": 2730 }, - { "id": "mon_raccoon", "fg": 7115, "bg": 2730 }, - { "id": "mon_weasel", "fg": 7116, "bg": 2730 }, - { "id": "infrared_creature", "fg": 7117 }, + "fg": 7087 + }, + { "id": "radio", "fg": 7090 }, + { "id": "ref_lighter", "fg": 7091 }, + { "id": "rhubarb", "fg": 7092 }, + { "id": "rope_6", "fg": 7093 }, + { "id": "spray_can", "fg": 7094 }, + { "id": "stanag30", "fg": 7095 }, + { "id": "stepladder", "fg": 7096 }, + { "id": "stereo", "fg": 7097 }, + { "id": [ "toolbox", "toolbox_empty", "toolbox_workshop_empty" ], "fg": 7098 }, + { "id": "waffleiron", "fg": 7099 }, + { "id": "warhammer", "fg": 7100 }, + { "id": "welding_mask", "fg": 7101 }, + { "id": "wind_mill", "fg": 7102 }, + { "id": "wood_beam", "fg": 7103 }, + { "id": "wooden_barrel", "fg": 7104 }, + { "id": "zweihander", "fg": 7105 }, + { "id": "zweihander_inferior", "fg": 7107 }, + { "id": "zweihander_fake", "fg": 7106 }, + { "id": "mon_grenade_hack", "fg": 7126, "bg": 2753 }, + { "id": "mon_mininuke_hack", "fg": 7128, "bg": 2753 }, + { "id": "bot_grenade_hack", "fg": 7120 }, + { "id": "bot_mininuke_hack", "fg": 7121 }, + { "id": "mon_manhack", "fg": 7127, "bg": 2753 }, + { "id": "mon_gasbomb_hack", "fg": 7125, "bg": 2753 }, + { "id": "mon_flashbang_hack", "fg": 7124, "bg": 2753 }, + { "id": "mon_c4_hack", "fg": 7123, "bg": 2753 }, + { "id": "mon_EMP_hack", "fg": 7122, "bg": 2753 }, + { "id": "mon_grocerybot", "fg": 7129, "bg": 2753 }, + { "id": "mon_grocerybot_busted", "fg": 7130, "bg": 2753 }, + { "id": "mon_raccoon", "fg": 7131, "bg": 2753 }, + { "id": "mon_weasel", "fg": 7132, "bg": 2753 }, + { "id": "infrared_creature", "fg": 7133 }, { "id": "weather_rain_drop", "fg": [ - { "weight": 100, "sprite": 7119 }, - { "weight": 100, "sprite": 7121 }, - { "weight": 100, "sprite": 7122 }, - { "weight": 100, "sprite": 7123 }, - { "weight": 100, "sprite": 7124 }, - { "weight": 100, "sprite": 7125 }, - { "weight": 100, "sprite": 7126 }, - { "weight": 100, "sprite": 7127 }, - { "weight": 100, "sprite": 7128 }, - { "weight": 100, "sprite": 7120 } - ] - }, - { "id": "weather_snowflake", "fg": 7129 }, - { "id": "weather_acid_drop", "fg": 7118 }, - { "id": [ "t_card_science", "t_card_robofac" ], "fg": 7135 }, - { "id": "t_card_reader_broken", "fg": 7134 }, - { "id": "t_card_military", "fg": 7133 }, - { "id": "t_card_industrial", "fg": 7132 }, - { "id": "t_card_fp", "fg": 7131 }, - { "id": "t_floor_red", "fg": 7138 }, - { "id": "t_floor_green", "fg": 7137 }, - { "id": "t_floor_blue", "fg": 7136 }, - { "id": [ "t_searth_test", "t_searth" ], "fg": 7139 }, - { "id": "t_current_trans", "fg": 7140, "bg": 4316 }, - { "id": "t_potential_trans", "fg": 7141, "bg": 4316 }, - { "id": "graffiti", "fg": 7142 }, - { "id": "t_pedestal_wyrm", "fg": 7144, "bg": 4108 }, + { "weight": 100, "sprite": 7135 }, + { "weight": 100, "sprite": 7137 }, + { "weight": 100, "sprite": 7138 }, + { "weight": 100, "sprite": 7139 }, + { "weight": 100, "sprite": 7140 }, + { "weight": 100, "sprite": 7141 }, + { "weight": 100, "sprite": 7142 }, + { "weight": 100, "sprite": 7143 }, + { "weight": 100, "sprite": 7144 }, + { "weight": 100, "sprite": 7136 } + ] + }, + { "id": "weather_snowflake", "fg": 7145 }, + { "id": "weather_acid_drop", "fg": 7134 }, + { "id": [ "t_card_science", "t_card_robofac" ], "fg": 7151 }, + { "id": "t_card_reader_broken", "fg": 7150 }, + { "id": "t_card_military", "fg": 7149 }, + { "id": "t_card_industrial", "fg": 7148 }, + { "id": "t_card_fp", "fg": 7147 }, + { "id": "t_floor_red", "fg": 7154 }, + { "id": "t_floor_green", "fg": 7153 }, + { "id": "t_floor_blue", "fg": 7152 }, + { "id": [ "t_searth_test", "t_searth" ], "fg": 7155 }, + { "id": "t_current_trans", "fg": 7156, "bg": 4339 }, + { "id": "t_potential_trans", "fg": 7157, "bg": 4339 }, + { "id": "graffiti", "fg": 7158 }, + { "id": "t_pedestal_wyrm", "fg": 7160, "bg": 4131 }, { "id": "t_pedestal_temple", - "fg": [ { "weight": 100, "sprite": 7145 }, { "weight": 100, "sprite": 7143 } ], - "bg": 3469 + "fg": [ { "weight": 100, "sprite": 7161 }, { "weight": 100, "sprite": 7159 } ], + "bg": 3492 }, { "id": "t_pedestal_temple_season_winter", - "fg": [ { "weight": 100, "sprite": 7145 }, { "weight": 100, "sprite": 7143 } ], - "bg": 3140 + "fg": [ { "weight": 100, "sprite": 7161 }, { "weight": 100, "sprite": 7159 } ], + "bg": 3163 }, - { "id": "t_zebra", "fg": 7146 }, - { "id": "t_zebra_season_winter", "fg": 3139 }, + { "id": "t_zebra", "fg": 7162 }, + { "id": "t_zebra_season_winter", "fg": 3162 }, { "id": [ "t_metal_railing", "t_concrete_railing", "t_glass_railing" ], "multitile": true, - "fg": 4044, - "bg": 3343, - "additional_tiles": [ - { "id": "center", "bg": 3343, "fg": 4029 }, - { "id": "corner", "bg": 3343, "fg": [ 4031, 4033, 4032, 4030 ] }, - { "id": "t_connection", "bg": 3343, "fg": [ 4041, 4043, 4042, 4040 ] }, - { "id": "edge", "bg": 3343, "fg": [ 4035, 4034 ] }, - { "id": "end_piece", "bg": 3343, "fg": [ 4037, 4039, 4038, 4036 ] }, - { "bg": 3343, "id": "unconnected", "fg": [ 4044, 4044 ] } - ] - }, - { "id": "t_chaingate_c", "fg": 7148, "bg": 3865 }, - { "id": "t_chaingate_l", "fg": 7149, "bg": 3865 }, - { "id": "t_chaingate_o", "fg": 7150, "bg": 3865 }, - { "id": "t_chainfence_posts", "fg": 7147, "bg": 3865 }, - { "id": "t_chaingate_c_season_winter", "fg": 7148, "bg": 3140 }, - { "id": "t_chaingate_l_season_winter", "fg": 7149, "bg": 3140 }, - { "id": "t_chaingate_o_season_winter", "fg": 7150, "bg": 3140 }, - { "id": "t_chainfence_posts_season_winter", "fg": 7147, "bg": 3140 }, - { "id": "t_console", "fg": 7151 }, - { "id": "t_console_broken", "fg": 7152 }, - { "id": "t_dirtmound", "fg": 7153, "bg": 3660 }, - { "id": "t_dirtmound_season_summer", "fg": 7153, "bg": 3670 }, - { "id": "t_dirtmound_season_autumn", "fg": 7153, "bg": 3665 }, - { "id": "t_dirtmound_season_winter", "fg": 7154 }, - { "id": "t_door_metal_c", "fg": 7155 }, - { "id": "t_door_metal_o", "fg": 7156 }, - { "id": "t_fern", "fg": 7157, "bg": 3660 }, - { "id": "t_fern_harvested", "fg": 7158, "bg": 3660 }, - { "id": "t_fern_season_summer", "fg": 7157, "bg": 3670 }, - { "id": "t_fern_harvested_season_summer", "fg": 7158, "bg": 3670 }, - { "id": "t_fern_season_autumn", "fg": 7157, "bg": 3665 }, - { "id": "t_fern_harvested_season_autumn", "fg": 7158, "bg": 3665 }, - { "id": "t_fern_season_winter", "fg": 7157, "bg": 3138 }, - { "id": "t_fern_harvested_season_winter", "fg": 7158, "bg": 3138 }, + "fg": 4067, + "bg": 3366, + "additional_tiles": [ + { "id": "center", "bg": 3366, "fg": 4052 }, + { "id": "corner", "bg": 3366, "fg": [ 4054, 4056, 4055, 4053 ] }, + { "id": "t_connection", "bg": 3366, "fg": [ 4064, 4066, 4065, 4063 ] }, + { "id": "edge", "bg": 3366, "fg": [ 4058, 4057 ] }, + { "id": "end_piece", "bg": 3366, "fg": [ 4060, 4062, 4061, 4059 ] }, + { "bg": 3366, "id": "unconnected", "fg": [ 4067, 4067 ] } + ] + }, + { "id": "t_chaingate_c", "fg": 7164, "bg": 3888 }, + { "id": "t_chaingate_l", "fg": 7165, "bg": 3888 }, + { "id": "t_chaingate_o", "fg": 7166, "bg": 3888 }, + { "id": "t_chainfence_posts", "fg": 7163, "bg": 3888 }, + { "id": "t_chaingate_c_season_winter", "fg": 7164, "bg": 3163 }, + { "id": "t_chaingate_l_season_winter", "fg": 7165, "bg": 3163 }, + { "id": "t_chaingate_o_season_winter", "fg": 7166, "bg": 3163 }, + { "id": "t_chainfence_posts_season_winter", "fg": 7163, "bg": 3163 }, + { "id": "t_console", "fg": 7167 }, + { "id": "t_console_broken", "fg": 7168 }, + { "id": "t_dirtmound", "fg": 7169, "bg": 3683 }, + { "id": "t_dirtmound_season_summer", "fg": 7169, "bg": 3693 }, + { "id": "t_dirtmound_season_autumn", "fg": 7169, "bg": 3688 }, + { "id": "t_dirtmound_season_winter", "fg": 7170 }, + { "id": "t_door_metal_c", "fg": 7171 }, + { "id": "t_door_metal_o", "fg": 7172 }, + { "id": "t_fern", "fg": 7173, "bg": 3683 }, + { "id": "t_fern_harvested", "fg": 7174, "bg": 3683 }, + { "id": "t_fern_season_summer", "fg": 7173, "bg": 3693 }, + { "id": "t_fern_harvested_season_summer", "fg": 7174, "bg": 3693 }, + { "id": "t_fern_season_autumn", "fg": 7173, "bg": 3688 }, + { "id": "t_fern_harvested_season_autumn", "fg": 7174, "bg": 3688 }, + { "id": "t_fern_season_winter", "fg": 7173, "bg": 3161 }, + { "id": "t_fern_harvested_season_winter", "fg": 7174, "bg": 3161 }, { "id": [ "t_junk_palisade", "t_junk_wall" ], "fg": [ - { "weight": 100, "sprite": 7159 }, - { "weight": 100, "sprite": 7160 }, - { "weight": 100, "sprite": 7161 }, - { "weight": 100, "sprite": 7162 } + { "weight": 100, "sprite": 7175 }, + { "weight": 100, "sprite": 7176 }, + { "weight": 100, "sprite": 7177 }, + { "weight": 100, "sprite": 7178 } ] }, { "id": "t_paper", - "fg": 7178, + "fg": 7194, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7163 }, - { "id": "corner", "fg": [ 7165, 7167, 7166, 7164 ] }, - { "id": "t_connection", "fg": [ 7175, 7177, 7176, 7174 ] }, - { "id": "edge", "fg": [ 7169, 7168 ] }, - { "id": "end_piece", "fg": [ 7171, 7173, 7172, 7170 ] }, - { "id": "unconnected", "fg": [ 7178, 7178 ] } + { "id": "center", "fg": 7179 }, + { "id": "corner", "fg": [ 7181, 7183, 7182, 7180 ] }, + { "id": "t_connection", "fg": [ 7191, 7193, 7192, 7190 ] }, + { "id": "edge", "fg": [ 7185, 7184 ] }, + { "id": "end_piece", "fg": [ 7187, 7189, 7188, 7186 ] }, + { "id": "unconnected", "fg": [ 7194, 7194 ] } ] }, { @@ -11081,445 +11103,445 @@ "t_railroad_track_v_on_tie", "t_railroad_track_d_on_tie" ], - "fg": 7196, + "fg": 7211, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7181, "bg": 4045 }, - { "id": "corner", "fg": [ 7183, 7185, 7184, 7182 ], "bg": 4045 }, - { "id": "t_connection", "fg": [ 7193, 7195, 7194, 7192 ], "bg": 4045 }, - { "id": "edge", "fg": [ 7187, 7186 ], "bg": 4045 }, - { "id": "end_piece", "fg": [ 7189, 7191, 7190, 7188 ], "bg": 4045 }, - { "id": "unconnected", "fg": [ 7196, 7196 ], "bg": 4045 } + { "id": "center", "fg": 7196, "bg": 4068 }, + { "id": "corner", "fg": [ 7198, 7200, 7199, 7197 ], "bg": 4068 }, + { "id": "t_connection", "fg": [ 7208, 7210, 7209, 7207 ], "bg": 4068 }, + { "id": "edge", "fg": [ 7202, 7201 ], "bg": 4068 }, + { "id": "end_piece", "fg": [ 7204, 7206, 7205, 7203 ], "bg": 4068 }, + { "id": "unconnected", "fg": [ 7211, 7211 ], "bg": 4068 } ], - "bg": 4045 + "bg": 4068 }, - { "id": "t_reinforced_glass_shutter", "fg": 7197 }, - { "id": "t_reinforced_glass_shutter_open", "fg": 7198 }, + { "id": "t_reinforced_glass_shutter", "fg": 7212 }, + { "id": "t_reinforced_glass_shutter_open", "fg": 7213 }, { "id": "t_sandbox", - "fg": 7214, + "fg": 7229, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7199 }, - { "id": "corner", "fg": [ 7201, 7203, 7202, 7200 ] }, - { "id": "t_connection", "fg": [ 7211, 7213, 7212, 7210 ] }, - { "id": "edge", "fg": [ 7205, 7204 ] }, - { "id": "end_piece", "fg": [ 7207, 7209, 7208, 7206 ] }, - { "id": "unconnected", "fg": [ 7214, 7214 ] } + { "id": "center", "fg": 7214 }, + { "id": "corner", "fg": [ 7216, 7218, 7217, 7215 ] }, + { "id": "t_connection", "fg": [ 7226, 7228, 7227, 7225 ] }, + { "id": "edge", "fg": [ 7220, 7219 ] }, + { "id": "end_piece", "fg": [ 7222, 7224, 7223, 7221 ] }, + { "id": "unconnected", "fg": [ 7229, 7229 ] } ] }, - { "id": "t_slot_machine", "fg": 7215, "bg": 3557 }, - { "id": "t_strconc_wall", "fg": 7216 }, + { "id": "t_slot_machine", "fg": 7230, "bg": 3580 }, + { "id": "t_strconc_wall", "fg": 7231 }, { "id": "t_trunk", "multitile": true, - "fg": [ 7218, 7217 ], - "bg": [ { "weight": 100, "sprite": 3660 }, { "weight": 100, "sprite": 3662 } ] + "fg": [ 7233, 7232 ], + "bg": [ { "weight": 100, "sprite": 3683 }, { "weight": 100, "sprite": 3685 } ] }, { "id": "t_trunk_season_summer", "multitile": true, - "fg": [ 7218, 7217 ], - "bg": [ { "weight": 100, "sprite": 3670 }, { "weight": 100, "sprite": 3672 } ] + "fg": [ 7233, 7232 ], + "bg": [ { "weight": 100, "sprite": 3693 }, { "weight": 100, "sprite": 3695 } ] }, { "id": "t_trunk_season_autumn", "multitile": true, - "fg": [ 7218, 7217 ], - "bg": [ { "weight": 100, "sprite": 3665 }, { "weight": 100, "sprite": 3667 } ] + "fg": [ 7233, 7232 ], + "bg": [ { "weight": 100, "sprite": 3688 }, { "weight": 100, "sprite": 3690 } ] }, - { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 7218, 7217 ], "bg": 3140 }, - { "id": "t_wall_half", "fg": 7219, "bg": 3557 }, + { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 7233, 7232 ], "bg": 3163 }, + { "id": "t_wall_half", "fg": 7234, "bg": 3580 }, { "id": "t_wax", - "fg": 7235, + "fg": 7250, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7220 }, - { "id": "corner", "fg": [ 7222, 7224, 7223, 7221 ] }, - { "id": "t_connection", "fg": [ 7232, 7234, 7233, 7231 ] }, - { "id": "edge", "fg": [ 7226, 7225 ] }, - { "id": "end_piece", "fg": [ 7228, 7230, 7229, 7227 ] }, - { "id": "unconnected", "fg": [ 7235, 7235 ] } + { "id": "center", "fg": 7235 }, + { "id": "corner", "fg": [ 7237, 7239, 7238, 7236 ] }, + { "id": "t_connection", "fg": [ 7247, 7249, 7248, 7246 ] }, + { "id": "edge", "fg": [ 7241, 7240 ] }, + { "id": "end_piece", "fg": [ 7243, 7245, 7244, 7242 ] }, + { "id": "unconnected", "fg": [ 7250, 7250 ] } ] }, - { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 7236, "bg": 4724 }, - { "id": "t_window_frame", "fg": 7237 }, - { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 7238, "bg": 4724 }, - { "id": "tr_firewood_source", "fg": 7239 }, - { "id": "tr_unfinished_construction", "fg": 7240 }, + { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 7251, "bg": 4747 }, + { "id": "t_window_frame", "fg": 7252 }, + { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 7253, "bg": 4747 }, + { "id": "tr_firewood_source", "fg": 7254 }, + { "id": "tr_unfinished_construction", "fg": 7255 }, { "id": "vp_hdboard_ne", - "fg": [ 7267, 7270, 7269, 7268 ], + "fg": [ 7282, 7285, 7284, 7283 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7267, 7270, 7269, 7268 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7282, 7285, 7284, 7283 ] } ] }, { "id": "vp_hdboard_nw", - "fg": [ 7271, 7274, 7273, 7272 ], + "fg": [ 7286, 7289, 7288, 7287 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7271, 7274, 7273, 7272 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7286, 7289, 7288, 7287 ] } ] }, { "id": "vp_hdboard_se", - "fg": [ 7275, 7277, 7271, 7276 ], + "fg": [ 7290, 7292, 7286, 7291 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7275, 7277, 7271, 7276 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7290, 7292, 7286, 7291 ] } ] }, { "id": "vp_hdboard_sw", - "fg": [ 7278, 7280, 7267, 7279 ], + "fg": [ 7293, 7295, 7282, 7294 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7278, 7280, 7267, 7279 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7293, 7295, 7282, 7294 ] } ] }, { "id": "vp_hdboard_vertical_left", - "fg": [ 7281, 7283, 7284, 7282 ], + "fg": [ 7296, 7298, 7299, 7297 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7281, 7283, 7284, 7282 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7296, 7298, 7299, 7297 ] } ] }, { "id": "vp_hdboard_vertical_right", - "fg": [ 7284, 7286, 7281, 7285 ], + "fg": [ 7299, 7301, 7296, 7300 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7284, 7286, 7281, 7285 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7299, 7301, 7296, 7300 ] } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdboard_horizontal_2" ], - "fg": 7263, + "fg": 7278, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7263 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7278 } ] }, { "id": "vp_hdboard_horizontal_front", - "fg": [ 7263, 7265, 7263, 7264 ], + "fg": [ 7278, 7280, 7278, 7279 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7263, 7265, 7263, 7264 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7278, 7280, 7278, 7279 ] } ] }, { "id": "vp_hdboard_horizontal_rear", - "fg": [ 7266, 7264, 7263, 7265 ], + "fg": [ 7281, 7279, 7278, 7280 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7266, 7264, 7263, 7265 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7281, 7279, 7278, 7280 ] } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], - "fg": 7281, + "fg": 7296, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7281 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7296 } ] }, { "id": "vp_hdhalfboard_ne", - "fg": [ 7301, 7304, 7303, 7302 ], + "fg": [ 7316, 7319, 7318, 7317 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7301, 7304, 7303, 7302 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7316, 7319, 7318, 7317 ] } ] }, { "id": "vp_hdhalfboard_nw", - "fg": [ 7305, 7308, 7307, 7306 ], + "fg": [ 7320, 7323, 7322, 7321 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7305, 7308, 7307, 7306 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7320, 7323, 7322, 7321 ] } ] }, { "id": "vp_hdhalfboard_se", - "fg": [ 7309, 7312, 7311, 7310 ], + "fg": [ 7324, 7327, 7326, 7325 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7309, 7312, 7311, 7310 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7324, 7327, 7326, 7325 ] } ] }, { "id": "vp_hdhalfboard_sw", - "fg": [ 7313, 7316, 7315, 7314 ], + "fg": [ 7328, 7331, 7330, 7329 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7313, 7316, 7315, 7314 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7328, 7331, 7330, 7329 ] } ] }, { "id": "vp_hdhalfboard_vertical_left", - "fg": [ 7321, 7324, 7323, 7322 ], + "fg": [ 7336, 7339, 7338, 7337 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7321, 7324, 7323, 7322 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7336, 7339, 7338, 7337 ] } ] }, { "id": "vp_hdhalfboard_vertical_right", - "fg": [ 7325, 7328, 7327, 7326 ], + "fg": [ 7340, 7343, 7342, 7341 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7325, 7328, 7327, 7326 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7340, 7343, 7342, 7341 ] } ] }, { "id": "vp_hdhalfboard_horizontal", - "fg": [ 7296, 7299, 7298, 7297 ], + "fg": [ 7311, 7314, 7313, 7312 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7296, 7299, 7298, 7297 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7311, 7314, 7313, 7312 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2", - "fg": 7291, + "fg": 7306, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7291 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7306 } ] }, { "id": "vp_hdhalfboard_horizontal_front", - "fg": [ 7296, 7299, 7298, 7297 ], + "fg": [ 7311, 7314, 7313, 7312 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7296, 7299, 7298, 7297 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7311, 7314, 7313, 7312 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_front", - "fg": [ 7291, 7294, 7293, 7292 ], + "fg": [ 7306, 7309, 7308, 7307 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7291, 7294, 7293, 7292 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7306, 7309, 7308, 7307 ] } ] }, { "id": "vp_hdhalfboard_horizontal_rear", - "fg": [ 7300, 7297, 7296, 7299 ], + "fg": [ 7315, 7312, 7311, 7314 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7300, 7297, 7296, 7299 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7315, 7312, 7311, 7314 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_rear", - "fg": [ 7295, 7292, 7291, 7294 ], + "fg": [ 7310, 7307, 7306, 7309 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7295, 7292, 7291, 7294 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7310, 7307, 7306, 7309 ] } ] }, { "id": "vp_hdhalfboard_vertical", - "fg": 7317, + "fg": 7332, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7317 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7332 } ] }, { "id": "vp_hdhalfboard_vertical_2", - "fg": 7318, + "fg": 7333, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7318 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7333 } ] }, { "id": "vp_hdhalfboard_vertical_2_left", - "fg": [ 7319, 7324, 7323, 7322 ], + "fg": [ 7334, 7339, 7338, 7337 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7319, 7324, 7323, 7322 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7334, 7339, 7338, 7337 ] } ] }, { "id": "vp_hdhalfboard_vertical_2_right", - "fg": [ 7320, 7328, 7327, 7326 ], + "fg": [ 7335, 7343, 7342, 7341 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7320, 7328, 7327, 7326 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7335, 7343, 7342, 7341 ] } ] }, { "id": "vp_hdhalfboard_cover", - "fg": [ 7287, 7290, 7289, 7288 ], + "fg": [ 7302, 7305, 7304, 7303 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7287, 7290, 7289, 7288 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7302, 7305, 7304, 7303 ] } ] }, { "id": "vp_xlhalfboard_ne", - "fg": [ 7250, 7253, 7252, 7251 ], + "fg": [ 7265, 7268, 7267, 7266 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7250, 7253, 7252, 7251 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7265, 7268, 7267, 7266 ] } ] }, { "id": "vp_xlhalfboard_nw", - "fg": [ 7254, 7257, 7256, 7255 ], + "fg": [ 7269, 7272, 7271, 7270 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7254, 7257, 7256, 7255 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7269, 7272, 7271, 7270 ] } ] }, { "id": "vp_xlhalfboard_se", - "fg": 7258, + "fg": 7273, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7258 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7273 } ] }, { "id": "vp_xlhalfboard_sw", - "fg": 7259, + "fg": 7274, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7259 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7274 } ] }, { "id": "vp_xlhalfboard_vertical_left", - "fg": 7261, + "fg": 7276, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7261 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7276 } ] }, { "id": "vp_xlhalfboard_vertical_right", - "fg": 7262, + "fg": 7277, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7262 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7277 } ] }, { "id": [ "vp_xlhalfboard_horizontal", "vp_xlhalfboard_horizontal_2" ], - "fg": 7245, + "fg": 7260, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7245 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7260 } ] }, { "id": "vp_xlhalfboard_horizontal_front", - "fg": [ 7245, 7248, 7247, 7246 ], + "fg": [ 7260, 7263, 7262, 7261 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7245, 7248, 7247, 7246 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7260, 7263, 7262, 7261 ] } ] }, { "id": "vp_xlhalfboard_horizontal_rear", - "fg": 7249, + "fg": 7264, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7249 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7264 } ] }, { "id": [ "vp_xlhalfboard_vertical", "vp_xlhalfboard_vertical_2" ], - "fg": 7260, + "fg": 7275, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7260 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7275 } ] }, { "id": "vp_xlhalfboard_cover", - "fg": [ 7241, 7244, 7243, 7242 ], + "fg": [ 7256, 7259, 7258, 7257 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7241, 7244, 7243, 7242 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7256, 7259, 7258, 7257 ] } ] }, { "id": "vp_hdstowboard_ne", - "fg": [ 7334, 7337, 7336, 7335 ], + "fg": [ 7349, 7352, 7351, 7350 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7334, 7337, 7336, 7335 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7349, 7352, 7351, 7350 ] } ] }, { "id": "vp_hdstowboard_nw", - "fg": [ 7338, 7341, 7340, 7339 ], + "fg": [ 7353, 7356, 7355, 7354 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7338, 7341, 7340, 7339 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7353, 7356, 7355, 7354 ] } ] }, { "id": "vp_hdstowboard_se", - "fg": [ 7342, 7344, 7338, 7343 ], + "fg": [ 7357, 7359, 7353, 7358 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7342, 7344, 7338, 7343 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7357, 7359, 7353, 7358 ] } ] }, { "id": "vp_hdstowboard_sw", - "fg": [ 7345, 7347, 7334, 7346 ], + "fg": [ 7360, 7362, 7349, 7361 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7345, 7347, 7334, 7346 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7360, 7362, 7349, 7361 ] } ] }, { "id": "vp_hdstowboard_vertical_left", - "fg": [ 7348, 7350, 7351, 7349 ], + "fg": [ 7363, 7365, 7366, 7364 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7348, 7350, 7351, 7349 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7363, 7365, 7366, 7364 ] } ] }, { "id": "vp_hdstowboard_vertical_right", - "fg": [ 7351, 7349, 7348, 7350 ], + "fg": [ 7366, 7364, 7363, 7365 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7351, 7349, 7348, 7350 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7366, 7364, 7363, 7365 ] } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_2" ], - "fg": 7329, + "fg": 7344, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7329 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7344 } ] }, { "id": "vp_hdstowboard_horizontal_front", - "fg": [ 7329, 7332, 7331, 7330 ], + "fg": [ 7344, 7347, 7346, 7345 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7329, 7332, 7331, 7330 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7344, 7347, 7346, 7345 ] } ] }, { "id": "vp_hdstowboard_horizontal_rear", - "fg": [ 7333, 7330, 7329, 7332 ], + "fg": [ 7348, 7345, 7344, 7347 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7333, 7330, 7329, 7332 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7348, 7345, 7344, 7347 ] } ] }, { "id": "vp_hdstowboard_vertical", - "fg": 7349, + "fg": 7364, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7349 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7364 } ] }, { "id": "vp_woodboard_ne", - "fg": [ 7356, 7357, 7362, 7363 ], + "fg": [ 7371, 7372, 7377, 7378 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7356, 7357, 7362, 7363 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7371, 7372, 7377, 7378 ] } ] }, { "id": "vp_woodboard_nw", - "fg": [ 7358, 7359, 7360, 7361 ], + "fg": [ 7373, 7374, 7375, 7376 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7358, 7359, 7360, 7361 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7373, 7374, 7375, 7376 ] } ] }, { "id": "vp_woodboard_se", - "fg": [ 7360, 7361, 7358, 7359 ], + "fg": [ 7375, 7376, 7373, 7374 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7360, 7361, 7358, 7359 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7375, 7376, 7373, 7374 ] } ] }, { "id": "vp_woodboard_sw", - "fg": [ 7362, 7363, 7356, 7357 ], + "fg": [ 7377, 7378, 7371, 7372 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7362, 7363, 7356, 7357 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7377, 7378, 7371, 7372 ] } ] }, { "id": "vp_woodboard_vertical_left", - "fg": [ 7364, 7354, 7365, 7352 ], + "fg": [ 7379, 7369, 7380, 7367 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7364, 7354, 7365, 7352 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7379, 7369, 7380, 7367 ] } ] }, { "id": "vp_woodboard_vertical_right", - "fg": [ 7365, 7352, 7364, 7354 ], + "fg": [ 7380, 7367, 7379, 7369 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7365, 7352, 7364, 7354 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7380, 7367, 7379, 7369 ] } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodboard_vertical", "vp_woodboard_horizontal_front" ], - "fg": [ 7352, 7353, 7354, 7355 ], + "fg": [ 7367, 7368, 7369, 7370 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7352, 7353, 7354, 7355 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7367, 7368, 7369, 7370 ] } ] }, { "id": "vp_woodboard_horizontal_rear", - "fg": [ 7354, 7355, 7352, 7353 ], + "fg": [ 7369, 7370, 7367, 7368 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7354, 7355, 7352, 7353 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7369, 7370, 7367, 7368 ] } ] }, { "id": [ "vp_woodhalfboard_ne" ], - "fg": 7370, + "fg": 7385, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7370 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7385 } ] }, { "id": "vp_woodhalfboard_nw", - "fg": 7369, + "fg": 7384, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7369 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7384 } ] }, { "id": "vp_woodhalfboard_se", - "fg": 7374, + "fg": 7389, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7374 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7389 } ] }, { "id": "vp_woodhalfboard_sw", - "fg": 7373, + "fg": 7388, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7373 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7388 } ] }, { "id": [ "vp_woodhalfboard_vertical_left", "vp_woodhalfboard_vertical_2_left", "vp_woodhalfboard_vertical_T_left" ], - "fg": 7371, + "fg": 7386, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7371 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7386 } ] }, { "id": [ "vp_woodhalfboard_vertical_right", "vp_woodhalfboard_vertical_2_right", "vp_woodhalfboard_vertical_T_right" ], - "fg": 7375, + "fg": 7390, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7375 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7390 } ] }, { "id": [ @@ -11528,881 +11550,881 @@ "vp_woodhalfboard_horizontal_front", "vp_woodhalfboard_horizontal_2_front" ], - "fg": 7368, + "fg": 7383, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7368 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7383 } ] }, { "id": [ "vp_woodhalfboard_horizontal_rear", "vp_woodhalfboard_horizontal_2_rear" ], - "fg": 7372, + "fg": 7387, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7372 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7387 } ] }, { "id": [ "vp_woodhalfboard", "vp_woodhalfboard_cross", "vp_woodhalfboard_vertical", "vp_woodhalfboard_vertical_2" ], - "fg": 7367, + "fg": 7382, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7367 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7382 } ] }, { "id": [ "vp_woodhalfboard_cover" ], - "fg": 7366, + "fg": 7381, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7366 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7381 } ] }, { "id": [ "vp_basketsm", "vp_basketsm_external" ], - "fg": [ 7387, 7386 ], + "fg": [ 7402, 7401 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7387, 7386 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7402, 7401 ] } ] }, { "id": "vp_basketsm_bike_rear", - "fg": [ 7383, 7385, 7384, 7382 ], + "fg": [ 7398, 7400, 7399, 7397 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7383, 7385, 7384, 7382 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7398, 7400, 7399, 7397 ] } ] }, { "id": [ "vp_basketlg", "vp_basketlg_external" ], - "fg": [ 7381, 7380 ], + "fg": [ 7396, 7395 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7381, 7380 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7396, 7395 ] } ] }, { "id": "vp_basketlg_cart", - "fg": [ 7377, 7379, 7378, 7376 ], + "fg": [ 7392, 7394, 7393, 7391 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7377, 7379, 7378, 7376 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7392, 7394, 7393, 7391 ] } ] }, { "id": "vp_box", - "fg": [ 7388, 7389 ], + "fg": [ 7403, 7404 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7388, 7389 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7403, 7404 ] } ] }, { "id": "vp_wood box", - "fg": [ 7398, 7397 ], + "fg": [ 7413, 7412 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7398, 7397 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7413, 7412 ] } ] }, { "id": "vp_box_wheelbarrow", - "fg": [ 7391, 7393, 7392, 7390 ], + "fg": [ 7406, 7408, 7407, 7405 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7391, 7393, 7392, 7390 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7406, 7408, 7407, 7405 ] } ] }, { "id": "vp_trunk", - "fg": 7395, + "fg": 7410, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7395 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7410 } ] }, { "id": "vp_trunk_rear_edge", - "fg": 7396, + "fg": 7411, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7396 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7411 } ] }, { "id": [ "vp_cargo_space", "animal_compartment" ], - "fg": 7394, + "fg": 7409, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7394 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7409 } ] }, { "id": [ "vp_hddoor_trunk", "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": [ 7422, 7428, 7427, 7426 ], + "fg": [ 7437, 7443, 7442, 7441 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7423, 7425, 7423, 7424 ] }, { "id": "broken", "fg": 7402, "bg": [ 7423, 7425, 7423, 7424 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7438, 7440, 7438, 7439 ] }, { "id": "broken", "fg": 7417, "bg": [ 7438, 7440, 7438, 7439 ] } ] }, { "id": [ "vp_hddoor", "vp_hddoor_front" ], - "fg": [ 7410, 7411, 7410, 7409 ], + "fg": [ 7425, 7426, 7425, 7424 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7404, 7405, 7404, 7403 ] }, { "id": "broken", "fg": 7402, "bg": [ 7404, 7405, 7404, 7403 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7419, 7420, 7419, 7418 ] }, { "id": "broken", "fg": 7417, "bg": [ 7419, 7420, 7419, 7418 ] } ] }, { "id": "vp_hddoor_rear", - "fg": [ 7419, 7421, 7420, 7418 ], + "fg": [ 7434, 7436, 7435, 7433 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7407, 7408, 7407, 7406 ] }, { "id": "broken", "fg": 7402, "bg": [ 7407, 7408, 7407, 7406 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7422, 7423, 7422, 7421 ] }, { "id": "broken", "fg": 7417, "bg": [ 7422, 7423, 7422, 7421 ] } ] }, { "id": [ "vp_hddoor_opaque", "vp_hddoor_opaque_front" ], - "fg": [ 7413, 7414, 7413, 7412 ], + "fg": [ 7428, 7429, 7428, 7427 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7404, 7405, 7404, 7403 ] }, { "id": "broken", "fg": 7402, "bg": [ 7404, 7405, 7404, 7403 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7419, 7420, 7419, 7418 ] }, { "id": "broken", "fg": 7417, "bg": [ 7419, 7420, 7419, 7418 ] } ] }, { "id": "vp_hddoor_opaque_rear", - "fg": [ 7416, 7417, 7416, 7415 ], + "fg": [ 7431, 7432, 7431, 7430 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7407, 7408, 7407, 7406 ] }, { "id": "broken", "fg": 7402, "bg": [ 7407, 7408, 7407, 7406 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7422, 7423, 7422, 7421 ] }, { "id": "broken", "fg": 7417, "bg": [ 7422, 7423, 7422, 7421 ] } ] }, { "id": "vp_ram_spiked", - "fg": 7430, + "fg": 7445, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7430 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7445 } ] }, { "id": "vp_ram_steel", - "fg": 7431, + "fg": 7446, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7430 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7445 } ] }, { "id": "vp_spike", - "fg": 7432, + "fg": 7447, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7432 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7447 } ] }, { "id": "vp_frame_cover", - "fg": 7434, + "fg": 7449, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7434 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7449 } ] }, { "id": "vp_frame_cross", - "fg": 7435, + "fg": 7450, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7435 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7450 } ] }, { "id": "vp_frame_cross_unconnected", - "fg": 7436, + "fg": 7451, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7436 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7451 } ] }, { "id": "vp_frame_ne", - "fg": 7449, + "fg": 7464, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7449 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7464 } ] }, { "id": "vp_frame_nw", - "fg": 7450, + "fg": 7465, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7450 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7465 } ] }, { "id": "vp_frame_se", - "fg": 7451, + "fg": 7466, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7451 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7466 } ] }, { "id": "vp_frame_sw", - "fg": 7452, + "fg": 7467, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7452 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7467 } ] }, { "id": "vp_frame_vertical_unconnected", - "fg": 7460, + "fg": 7475, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7460 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7475 } ] }, { "id": "vp_frame_vertical_2_unconnected", - "fg": 7457, + "fg": 7472, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7457 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7472 } ] }, { "id": "vp_frame_vertical_left", - "fg": 7458, + "fg": 7473, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7458 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7473 } ] }, { "id": "vp_frame_vertical_2_left", - "fg": 7455, + "fg": 7470, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7455 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7470 } ] }, { "id": "vp_frame_vertical_right", - "fg": 7459, + "fg": 7474, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7459 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7474 } ] }, { "id": "vp_frame_vertical_2_right", - "fg": 7456, + "fg": 7471, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7456 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7471 } ] }, { "id": "vp_frame_horizontal", - "fg": 7437, + "fg": 7452, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7437 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7452 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 7438, + "fg": 7453, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7438 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7453 } ] }, { "id": "vp_frame_horizontal_unconnected", - "fg": 7448, + "fg": 7463, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7448 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7463 } ] }, { "id": "vp_frame_horizontal_2_unconnected", - "fg": 7441, + "fg": 7456, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7441 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7456 } ] }, { "id": "vp_frame_horizontal_front", - "fg": 7444, + "fg": 7459, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7444 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7459 } ] }, { "id": "vp_frame_horizontal_2_front", - "fg": 7439, + "fg": 7454, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7439 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7454 } ] }, { "id": "vp_frame_horizontal_rear", - "fg": 7446, + "fg": 7461, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7446 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7461 } ] }, { "id": "vp_frame_horizontal_2_rear", - "fg": 7440, + "fg": 7455, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7440 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7455 } ] }, { "id": [ "vp_frame_horizontal_left", "vp_frame_vertical_T_left" ], - "fg": 7445, + "fg": 7460, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7445 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7460 } ] }, { "id": "vp_frame_horizontal_2_left", - "fg": 7442, + "fg": 7457, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7442 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7457 } ] }, { "id": [ "vp_frame_horizontal_right", "vp_frame_vertical_T_right" ], - "fg": 7447, + "fg": 7462, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7447 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7462 } ] }, { "id": "vp_frame_horizontal_2_right", - "fg": 7443, + "fg": 7458, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7443 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7458 } ] }, { "id": "vp_frame_vertical", - "fg": 7453, + "fg": 7468, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7453 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7468 } ] }, { "id": "vp_frame_vertical_2", - "fg": 7454, + "fg": 7469, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7454 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7469 } ] }, { "id": "vp_hdframe_cover", - "fg": 7461, + "fg": 7476, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7461 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7476 } ] }, { "id": "vp_hdframe_cross", - "fg": 7462, + "fg": 7477, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7462 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7477 } ] }, { "id": "vp_hdframe_cross_unconnected", - "fg": 7463, + "fg": 7478, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7463 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7478 } ] }, { "id": "vp_hdframe_ne", - "fg": 7476, + "fg": 7491, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7476 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7491 } ] }, { "id": "vp_hdframe_nw", - "fg": 7477, + "fg": 7492, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7477 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7492 } ] }, { "id": "vp_hdframe_se", - "fg": 7478, + "fg": 7493, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7478 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7493 } ] }, { "id": "vp_hdframe_sw", - "fg": 7479, + "fg": 7494, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7479 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7494 } ] }, { "id": "vp_hdframe_vertical_unconnected", - "fg": 7487, + "fg": 7502, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7487 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7502 } ] }, { "id": "vp_hdframe_vertical_2_unconnected", - "fg": 7484, + "fg": 7499, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7484 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7499 } ] }, { "id": "vp_hdframe_vertical_left", - "fg": 7485, + "fg": 7500, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7485 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7500 } ] }, { "id": "vp_hdframe_vertical_2_left", - "fg": 7482, + "fg": 7497, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7482 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7497 } ] }, { "id": "vp_hdframe_vertical_right", - "fg": 7486, + "fg": 7501, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7486 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7501 } ] }, { "id": "vp_hdframe_vertical_2_right", - "fg": 7483, + "fg": 7498, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7483 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7498 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 7464, + "fg": 7479, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7464 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7479 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 7465, + "fg": 7480, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7465 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7480 } ] }, { "id": "vp_hdframe_horizontal_unconnected", - "fg": 7475, + "fg": 7490, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7475 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7490 } ] }, { "id": "vp_hdframe_horizontal_2_unconnected", - "fg": 7468, + "fg": 7483, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7468 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7483 } ] }, { "id": "vp_hdframe_horizontal_front", - "fg": 7471, + "fg": 7486, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7471 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7486 } ] }, { "id": "vp_hdframe_horizontal_2_front", - "fg": 7466, + "fg": 7481, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7466 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7481 } ] }, { "id": "vp_hdframe_horizontal_rear", - "fg": 7473, + "fg": 7488, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7473 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7488 } ] }, { "id": "vp_hdframe_horizontal_2_rear", - "fg": 7467, + "fg": 7482, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7467 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7482 } ] }, { "id": [ "vp_hdframe_horizontal_left", "vp_hdframe_vertical_T_left" ], - "fg": 7472, + "fg": 7487, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7472 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7487 } ] }, { "id": "vp_hdframe_horizontal_2_left", - "fg": 7469, + "fg": 7484, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7469 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7484 } ] }, { "id": [ "vp_hdframe_horizontal_right", "vp_hdframe_vertical_T_right" ], - "fg": 7474, + "fg": 7489, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7474 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7489 } ] }, { "id": "vp_hdframe_horizontal_2_right", - "fg": 7470, + "fg": 7485, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7470 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7485 } ] }, { "id": "vp_hdframe_vertical", - "fg": 7480, + "fg": 7495, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7480 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7495 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 7481, + "fg": 7496, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7481 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7496 } ] }, { "id": "vp_xlframe_cover", - "fg": 7488, + "fg": 7503, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7488 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7503 } ] }, { "id": "vp_xlframe_cross", - "fg": 7489, + "fg": 7504, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7489 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7504 } ] }, { "id": "vp_xlframe_cross_unconnected", - "fg": 7490, + "fg": 7505, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7490 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7505 } ] }, { "id": "vp_xlframe_ne", - "fg": 7503, + "fg": 7518, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7503 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7518 } ] }, { "id": "vp_xlframe_nw", - "fg": 7504, + "fg": 7519, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7504 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7519 } ] }, { "id": "vp_xlframe_se", - "fg": 7505, + "fg": 7520, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7505 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7520 } ] }, { "id": "vp_xlframe_sw", - "fg": 7506, + "fg": 7521, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7506 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7521 } ] }, { "id": "vp_xlframe_vertical_unconnected", - "fg": 7514, + "fg": 7529, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7514 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7529 } ] }, { "id": "vp_xlframe_vertical_2_unconnected", - "fg": 7511, + "fg": 7526, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7511 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7526 } ] }, { "id": "vp_xlframe_vertical_left", - "fg": 7512, + "fg": 7527, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7512 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7527 } ] }, { "id": "vp_xlframe_vertical_2_left", - "fg": 7509, + "fg": 7524, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7509 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7524 } ] }, { "id": "vp_xlframe_vertical_right", - "fg": 7513, + "fg": 7528, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7513 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7528 } ] }, { "id": "vp_xlframe_vertical_2_right", - "fg": 7510, + "fg": 7525, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7510 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7525 } ] }, { "id": "vp_xlframe_horizontal", - "fg": 7491, + "fg": 7506, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7491 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7506 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 7492, + "fg": 7507, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7492 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7507 } ] }, { "id": "vp_xlframe_horizontal_unconnected", - "fg": 7502, + "fg": 7517, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7502 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7517 } ] }, { "id": "vp_xlframe_horizontal_2_unconnected", - "fg": 7495, + "fg": 7510, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7495 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7510 } ] }, { "id": "vp_xlframe_horizontal_front", - "fg": 7498, + "fg": 7513, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7498 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7513 } ] }, { "id": "vp_xlframe_horizontal_2_front", - "fg": 7493, + "fg": 7508, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7493 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7508 } ] }, { "id": "vp_xlframe_horizontal_rear", - "fg": 7500, + "fg": 7515, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7500 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7515 } ] }, { "id": "vp_xlframe_horizontal_2_rear", - "fg": 7494, + "fg": 7509, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7494 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7509 } ] }, { "id": [ "vp_xlframe_horizontal_left", "vp_xlframe_vertical_T_left" ], - "fg": 7499, + "fg": 7514, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7499 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7514 } ] }, { "id": "vp_xlframe_horizontal_2_left", - "fg": 7496, + "fg": 7511, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7496 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7511 } ] }, { "id": [ "vp_xlframe_horizontal_right", "vp_xlframe_vertical_T_right" ], - "fg": 7501, + "fg": 7516, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7501 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7516 } ] }, { "id": "vp_xlframe_horizontal_2_right", - "fg": 7497, + "fg": 7512, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7497 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7512 } ] }, { "id": "vp_xlframe_vertical", - "fg": 7507, + "fg": 7522, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7507 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7522 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 7508, + "fg": 7523, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7508 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7523 } ] }, { "id": [ "vp_headlight", "vp_headlight_reinforced", "vp_wide_headlight_reinforced", "vp_wide_headlight" ], - "fg": 7516 + "fg": 7531 }, { "id": [ "vp_headlight_ne", "vp_headlight_reinforced_ne", "vp_wide_headlight_reinforced_ne", "vp_wide_headlight_ne" ], - "fg": 7515 + "fg": 7530 }, { "id": [ "vp_headlight_nw", "vp_headlight_reinforced_nw", "vp_wide_headlight_reinforced_nw", "vp_wide_headlight_nw" ], - "fg": 7516 + "fg": 7531 }, { "id": [ "vp_veh_table", "vp_veh_table_wood" ], - "fg": [ 7517, 7517 ], - "bg": [ 7536, 7535 ], + "fg": [ 7532, 7532 ], + "bg": [ 7551, 7550 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7518, "bg": [ 7536, 7535 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7533, "bg": [ 7551, 7550 ] } ] }, { "id": "vp_workbench", - "fg": [ 7537, 7537 ], - "bg": 3812, + "fg": [ 7552, 7552 ], + "bg": 3835, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7537, 7537 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7552, 7552 ] } ] }, { "id": "vp_minifridge", - "fg": [ 7529, 7529 ], + "fg": [ 7544, 7544 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7529, 7529 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7544, 7544 ] } ] }, { "id": "vp_minifreezer", - "fg": [ 7528, 7528 ], + "fg": [ 7543, 7543 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7528, 7528 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7543, 7543 ] } ] }, { "id": "vp_kitchen_unit", - "fg": [ 7525, 7525 ], + "fg": [ 7540, 7540 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7525, 7525 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7540, 7540 ] } ] }, { "id": "vp_welding_rig", - "fg": [ 7534, 7534 ], + "fg": [ 7549, 7549 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7534, 7534 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7549, 7549 ] } ] }, { "id": "vp_craft_rig", - "fg": [ 7522, 7522 ], + "fg": [ 7537, 7537 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7522, 7522 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7537, 7537 ] } ] }, { "id": "vp_washing_machine", - "fg": [ 7533, 7533 ], + "fg": [ 7548, 7548 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7533, 7533 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7548, 7548 ] } ] }, { "id": "vp_veh_forge", - "fg": [ 7523, 7523 ], + "fg": [ 7538, 7538 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7523, 7523 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7538, 7538 ] } ] }, { "id": "vp_veh_kiln", - "fg": [ 7524, 7524 ], + "fg": [ 7539, 7539 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7524, 7524 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7539, 7539 ] } ] }, { "id": "vp_chemlab", - "fg": [ 7521, 7521 ], + "fg": [ 7536, 7536 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7521, 7521 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7536, 7536 ] } ] }, { "id": "vp_aisle_vertical", - "fg": 7520, + "fg": 7535, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7520 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7535 } ] }, { "id": "vp_aisle_horizontal", - "fg": 7519, + "fg": 7534, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7519 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7534 } ] }, - { "id": "vp_trunk_floor", "fg": 7531, "bg": 7520 }, + { "id": "vp_trunk_floor", "fg": 7546, "bg": 7535 }, { "id": "vp_wooden_aisle_vertical", - "fg": [ 7536, 7535 ], + "fg": [ 7551, 7550 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7536, 7535 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7551, 7550 ] } ] }, { "id": "vp_wooden_aisle_horizontal", - "fg": [ 7535, 7536 ], + "fg": [ 7550, 7551 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7535, 7536 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7550, 7551 ] } ] }, { "id": "vp_lit_aisle_vertical", - "fg": 7527, + "fg": 7542, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7527 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7542 } ] }, { "id": "vp_lit_aisle_horizontal", - "fg": 7526, + "fg": 7541, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7526 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7541 } ] }, { "id": "vp_mounted_spare_tire", - "fg": 7530, + "fg": 7545, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7530 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7545 } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal" ], - "fg": [ 7539, 7541, 7540, 7538 ], + "fg": [ 7554, 7556, 7555, 7553 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7539, 7541, 7540, 7538 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7554, 7556, 7555, 7553 ] } ] }, { "id": [ "vp_seat_wood", "seat_wood_bench" ], - "fg": [ 7546, 7546, 7547, 7547 ], - "bg": [ 7536, 7535 ], + "fg": [ 7561, 7561, 7562, 7562 ], + "bg": [ 7551, 7550 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7546, 7546, 7547, 7547 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7561, 7561, 7562, 7562 ] } ] }, { "id": "vp_seat_wood_flimsy", - "fg": [ 7544, 7544, 7545, 7545 ], - "bg": [ 7536, 7535 ], + "fg": [ 7559, 7559, 7560, 7560 ], + "bg": [ 7551, 7550 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7544, 7544, 7545, 7545 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7559, 7559, 7560, 7560 ] } ] }, { "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat" ], - "fg": [ 7579, 7577, 7572, 7578 ], + "fg": [ 7594, 7592, 7587, 7593 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7579, 7577, 7572, 7578 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7594, 7592, 7587, 7593 ] } ] }, { "id": "vp_seat_back", - "fg": [ 7548, 7571, 7570, 7569 ], + "fg": [ 7563, 7586, 7585, 7584 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7548, 7571, 7570, 7569 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7563, 7586, 7585, 7584 ] } ] }, { "id": "vp_seat_back_left", - "fg": [ 7561, 7564, 7563, 7562 ], + "fg": [ 7576, 7579, 7578, 7577 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7561, 7564, 7563, 7562 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7576, 7579, 7578, 7577 ] } ] }, { "id": "vp_seat_back_right", - "fg": [ 7565, 7568, 7567, 7566 ], + "fg": [ 7580, 7583, 7582, 7581 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7565, 7568, 7567, 7566 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7580, 7583, 7582, 7581 ] } ] }, { "id": "vp_seat_back_vertical", - "fg": [ 7569, 7548, 7571, 7570 ], + "fg": [ 7584, 7563, 7586, 7585 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7569, 7548, 7571, 7570 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7584, 7563, 7586, 7585 ] } ] }, { "id": "vp_seat_back_vertical_left", - "fg": [ 7562, 7561, 7564, 7563 ], + "fg": [ 7577, 7576, 7579, 7578 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7562, 7561, 7564, 7563 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7577, 7576, 7579, 7578 ] } ] }, { "id": "vp_seat_back_vertical_right", - "fg": [ 7566, 7565, 7568, 7567 ], + "fg": [ 7581, 7580, 7583, 7582 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7566, 7565, 7568, 7567 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7581, 7580, 7583, 7582 ] } ] }, { "id": [ "vp_seat_leather", "vp_reclining_seat_leather" ], - "fg": [ 7576, 7574, 7573, 7575 ], + "fg": [ 7591, 7589, 7588, 7590 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7576, 7574, 7573, 7575 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7591, 7589, 7588, 7590 ] } ] }, { "id": "vp_seat_back_leather", - "fg": [ 7549, 7560, 7559, 7558 ], + "fg": [ 7564, 7575, 7574, 7573 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7549, 7560, 7559, 7558 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7564, 7575, 7574, 7573 ] } ] }, { "id": "vp_seat_back_leather_left", - "fg": [ 7550, 7553, 7552, 7551 ], + "fg": [ 7565, 7568, 7567, 7566 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7550, 7553, 7552, 7551 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7565, 7568, 7567, 7566 ] } ] }, { "id": "vp_seat_back_leather_right", - "fg": [ 7554, 7557, 7556, 7555 ], + "fg": [ 7569, 7572, 7571, 7570 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7554, 7557, 7556, 7555 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7569, 7572, 7571, 7570 ] } ] }, { "id": "vp_seat_back_leather_vertical", - "fg": [ 7558, 7549, 7560, 7559 ], + "fg": [ 7573, 7564, 7575, 7574 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7558, 7549, 7560, 7559 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7573, 7564, 7575, 7574 ] } ] }, { "id": "vp_seat_back_leather_vertical_left", - "fg": [ 7551, 7550, 7553, 7552 ], + "fg": [ 7566, 7565, 7568, 7567 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7551, 7550, 7553, 7552 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7566, 7565, 7568, 7567 ] } ] }, { "id": "vp_seat_back_leather_vertical_right", - "fg": [ 7555, 7554, 7557, 7556 ], + "fg": [ 7570, 7569, 7572, 7571 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7555, 7554, 7557, 7556 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7570, 7569, 7572, 7571 ] } ] }, { "id": "vp_seat_rear", - "fg": [ 7572, 7578, 7579, 7577 ], + "fg": [ 7587, 7593, 7594, 7592 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7572, 7578, 7579, 7577 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7587, 7593, 7594, 7592 ] } ] }, { "id": "vp_seat_leather_rear", - "fg": [ 7573, 7575, 7576, 7574 ], + "fg": [ 7588, 7590, 7591, 7589 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7573, 7575, 7576, 7574 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7588, 7590, 7591, 7589 ] } ] }, { "id": [ "vp_seed_drill" ], - "fg": [ 7581, 7583, 7582, 7580 ], + "fg": [ 7596, 7598, 7597, 7595 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7758, "bg": [ 7581, 7583, 7582, 7580 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7774, "bg": [ 7596, 7598, 7597, 7595 ] } ] }, { "id": "vp_external_tank", - "fg": [ 7584, 7585, 7586, 7587 ], + "fg": [ 7599, 7600, 7601, 7602 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7584, 7585, 7586, 7587 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7599, 7600, 7601, 7602 ] } ] }, { "id": "vp_tank_55gal_drum", - "fg": [ 7589, 7588 ], + "fg": [ 7604, 7603 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7589, 7588 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7604, 7603 ] } ] }, { "id": [ @@ -12419,80 +12441,80 @@ "vp_mounted_m60_semi" ], "//": "rifles and machineguns", - "fg": 7592, - "bg": 7590, + "fg": 7607, + "bg": 7605, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7592 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7607 } ] }, { "id": [ "vp_mounted_emp_gun", "vp_mounted_plasma_gun", "vp_plasma_gun", "vp_laser_rifle" ], "//": "energy weapons", - "fg": 7591, - "bg": 7590, + "fg": 7606, + "bg": 7605, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7591 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7606 } ] }, { "id": [ "vp_mounted_hk_g80", "vp_mounted_coilgun" ], "//": "railguns", - "fg": 7593, - "bg": 7590, + "fg": 7608, + "bg": 7605, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7593 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7608 } ] }, { "id": [ "vp_mounted_bigun", "vp_mounted_m134" ], "//": "multibarrel weapons", - "fg": 7592, - "bg": 7590, + "fg": 7607, + "bg": 7605, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7592 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7607 } ] }, { "id": [ "vp_watercannon", "vp_flamethrower", "vp_mounted_chemical_thrower" ], "//": "liquid sprayers", - "fg": 7592, - "bg": 7590, + "fg": 7607, + "bg": 7605, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7592 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7607 } ] }, { "id": "vp_tow_launcher", "//": "rocket tubes", - "fg": 7592, - "bg": 7590, + "fg": 7607, + "bg": 7605, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7592 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7607 } ] }, { "id": "vp_animal_compartment", - "fg": [ 7594, 7594, 7594, 7594 ], + "fg": [ 7609, 7609, 7609, 7609 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7594, 7594, 7594, 7594 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7609, 7609, 7609, 7609 ] } ] }, { "id": "vp_basketsm_wheelchair", - "fg": [ 7596, 7598, 7597, 7595 ], + "fg": [ 7611, 7613, 7612, 7610 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7596, 7598, 7597, 7595 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7611, 7613, 7612, 7610 ] } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable" ], - "fg": 7599, + "fg": 7614, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7599 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7614 } ] }, { "id": [ "vp_wheel_bicycle", "vp_wheel_bicycle_steerable", "vp_wheel_bicycle_or", "vp_wheel_bicycle_or_steerable" ], - "fg": [ 7601, 7603, 7602, 7600 ], + "fg": [ 7616, 7618, 7617, 7615 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7601, 7603, 7602, 7600 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7616, 7618, 7617, 7615 ] } ] }, { "id": [ "vp_wheel_bicycle_rear", "vp_wheel_bicycle_or_rear" ], - "fg": [ 7602, 7600, 7601, 7603 ], + "fg": [ 7617, 7615, 7616, 7618 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": [ 7602, 7600, 7601, 7603 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": [ 7617, 7615, 7616, 7618 ] } ] }, { "id": [ @@ -12501,817 +12523,823 @@ "vp_reinforced_windshield_horizontal_front", "vp_reinforced_windshield_front_edge" ], - "fg": [ 7604, 7607, 7606, 7605 ], + "fg": [ 7619, 7622, 7621, 7620 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7604, 7607, 7606, 7605 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7619, 7622, 7621, 7620 ] } ] }, { "id": "vp_reinforced_windshield_horizontal_rear", - "fg": 7608, + "fg": 7623, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": 7608 } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": 7623 } ] }, { "id": "vp_reinforced_windshield_horizontal_rear_edge", - "fg": 7609, + "fg": 7624, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": 7609 } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": 7624 } ] }, { "id": "vp_reinforced_windshield_nw", - "fg": [ 7614, 7617, 7616, 7615 ], + "fg": [ 7629, 7632, 7631, 7630 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7614, 7617, 7616, 7615 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7629, 7632, 7631, 7630 ] } ] }, { "id": "vp_reinforced_windshield_ne", - "fg": [ 7610, 7613, 7612, 7611 ], + "fg": [ 7625, 7628, 7627, 7626 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7610, 7613, 7612, 7611 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7625, 7628, 7627, 7626 ] } ] }, { "id": "vp_reinforced_windshield_sw", - "fg": 7623, + "fg": 7638, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": 7623 } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": 7638 } ] }, { "id": "vp_reinforced_windshield_se", - "fg": 7618, + "fg": 7633, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": 7618 } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": 7633 } ] }, { "id": "vp_reinforced_windshield_sw_edge", - "fg": [ 7624, 7627, 7626, 7625 ], + "fg": [ 7639, 7642, 7641, 7640 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7624, 7627, 7626, 7625 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7639, 7642, 7641, 7640 ] } ] }, { "id": "vp_reinforced_windshield_se_edge", - "fg": [ 7619, 7622, 7621, 7620 ], + "fg": [ 7634, 7637, 7636, 7635 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7619, 7622, 7621, 7620 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7634, 7637, 7636, 7635 ] } ] }, { "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], - "fg": [ 7628, 7631, 7630, 7629 ], + "fg": [ 7643, 7646, 7645, 7644 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7628, 7631, 7630, 7629 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7643, 7646, 7645, 7644 ] } ] }, { "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], - "fg": [ 7632, 7635, 7634, 7633 ], + "fg": [ 7647, 7650, 7649, 7648 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7632, 7635, 7634, 7633 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7647, 7650, 7649, 7648 ] } ] }, { "id": [ "vp_reinforced_windshield_full_vertical_left", "vp_reinforced_windshield_full_left" ], - "fg": [ 7628, 7631, 7630, 7629 ], + "fg": [ 7643, 7646, 7645, 7644 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7628, 7631, 7630, 7629 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7643, 7646, 7645, 7644 ] } ] }, { "id": [ "vp_reinforced_windshield_full_vertical_right", "vp_reinforced_windshield_full_right" ], - "fg": [ 7632, 7635, 7634, 7633 ], + "fg": [ 7647, 7650, 7649, 7648 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7399, "bg": [ 7632, 7635, 7634, 7633 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7414, "bg": [ 7647, 7650, 7649, 7648 ] } ] }, { "id": "vp_frame_wood_vertical_2", - "fg": 7656, + "fg": 7671, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7656 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7671 } ] }, { "id": "vp_frame_wood_vertical_2_unconnected", - "fg": 7659, + "fg": 7674, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7659 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7674 } ] }, { "id": "vp_frame_wood_vertical_2_right", - "fg": 7658, + "fg": 7673, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7658 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7673 } ] }, { "id": "vp_frame_wood_vertical_2_left", - "fg": 7657, + "fg": 7672, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7657 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7672 } ] }, { "id": "vp_frame_wood_vertical", - "fg": 7655, + "fg": 7670, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7655 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7670 } ] }, { "id": "vp_frame_wood_vertical_unconnected", - "fg": 7662, + "fg": 7677, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7662 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7677 } ] }, { "id": "vp_frame_wood_vertical_right", - "fg": 7661, + "fg": 7676, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7661 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7676 } ] }, { "id": "vp_frame_wood_vertical_left", - "fg": 7660, + "fg": 7675, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7660 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7675 } ] }, { "id": "vp_frame_wood_sw", - "fg": 7654, + "fg": 7669, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7654 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7669 } ] }, { "id": "vp_frame_wood_se", - "fg": 7653, + "fg": 7668, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7653 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7668 } ] }, { "id": "vp_frame_wood_nw", - "fg": 7652, + "fg": 7667, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7652 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7667 } ] }, { "id": "vp_frame_wood_ne", - "fg": 7651, + "fg": 7666, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7651 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7666 } ] }, { "id": "vp_frame_wood_horizontal_2", - "fg": 7640, + "fg": 7655, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7640 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7655 } ] }, { "id": "vp_frame_wood_horizontal_2_unconnected", - "fg": 7645, + "fg": 7660, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7645 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7660 } ] }, { "id": "vp_frame_wood_horizontal_2_right", - "fg": 7644, + "fg": 7659, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7644 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7659 } ] }, { "id": "vp_frame_wood_horizontal_2_rear", - "fg": 7643, + "fg": 7658, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7643 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7658 } ] }, { "id": "vp_frame_wood_horizontal_2_left", - "fg": 7642, + "fg": 7657, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7642 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7657 } ] }, { "id": "vp_frame_wood_horizontal_2_front", - "fg": 7641, + "fg": 7656, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7641 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7656 } ] }, { "id": "vp_frame_wood_horizontal", - "fg": 7639, + "fg": 7654, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7639 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7654 } ] }, { "id": "vp_frame_wood_horizontal_unconnected", - "fg": 7650, + "fg": 7665, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7650 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7665 } ] }, { "id": "vp_frame_wood_horizontal_right", - "fg": 7649, + "fg": 7664, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7649 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7664 } ] }, { "id": "vp_frame_wood_horizontal_rear", - "fg": 7648, + "fg": 7663, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7648 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7663 } ] }, { "id": "vp_frame_wood_horizontal_left", - "fg": 7647, + "fg": 7662, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7647 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7662 } ] }, { "id": "vp_frame_wood_horizontal_front", - "fg": 7646, + "fg": 7661, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7646 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7661 } ] }, { "id": "vp_frame_wood_cross", - "fg": 7637, + "fg": 7652, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7637 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7652 } ] }, { "id": [ "vp_frame_wood_cross_unconnected", "vp_frame_wood", "frame_wood" ], - "fg": 7638, + "fg": 7653, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7638 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7653 } ] }, { "id": "vp_frame_wood_cover", - "fg": 7636, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7636 } ] - }, - { "id": "f_floor_mattress", "fg": 6919 }, - { "id": "f_fungal_mass", "fg": 6922 }, - { "id": "f_fungal_tangle", "fg": 6923 }, - { "id": "f_brazier", "fg": 6924 }, - { "id": "emer_blanket", "fg": 6954 }, - { "id": "emer_blanket_on", "fg": 6955 }, - { "id": "jacket_evac", "fg": 6956 }, - { "id": "f_autoclave", "fg": 6959 }, - { "id": "jeans_red", "fg": 6966 }, - { "id": "tights", "fg": 6967 }, - { "id": "blade", "fg": 6968 }, - { "id": "rm13_armor", "fg": 6969 }, - { "id": "55gal_drum", "fg": 6970 }, - { "id": "leather_funnel", "fg": 6995 }, - { "id": "tr_leather_funnel", "fg": 6997 }, - { "id": "brush", "fg": 7005 }, - { "id": "casserole", "fg": 7006 }, - { "id": "curling_iron", "fg": 7007 }, - { "id": "cutting_board", "fg": 7008 }, - { "id": "elec_hairtrimmer", "fg": 7009 }, - { "id": "hairbrush", "fg": 7010 }, - { "id": "metal_file", "fg": 7012 }, - { "id": "mobile_memory_card", "fg": 7013 }, - { "id": "plastic_straw", "fg": 7014 }, - { "id": "razor_blade", "fg": 7015 }, - { "id": "razor_shaving", "fg": 7016 }, - { "id": "string_floss", "fg": 7017 }, - { "id": "tumbler_plastic", "fg": 7019 }, - { "id": "xacto", "fg": 7020 }, - { "id": "cupboard_battery_charger", "fg": 7092 }, - { "id": "cupboard_box_small", "fg": 7093 }, - { "id": "cupboard_candle", "fg": 7094 }, - { "id": "cupboard_matches", "fg": 7095 }, - { "id": "desk_pen_1", "fg": 7096 }, - { "id": "desk_pen_2", "fg": 7097 }, - { "id": "sink_box_small", "fg": 7098 }, - { "id": "sink_brush", "fg": 7099 }, - { "id": "sink_dish_towel", "fg": 7100 }, - { "id": "sink_sponge", "fg": 7101 }, - { "id": "mon_creeper_hub", "fg": 7102 }, - { "id": "mon_creeper_vine", "fg": 7103 }, - { "id": "f_rubble_landfill", "fg": 7130 }, - { "id": "t_roof_paper", "fg": 7179 }, - { "id": "crack_glass_left", "fg": 7400 }, - { "id": "vp_ram_mattress", "fg": 7429 }, - { "id": "vp_tearer", "fg": 7433 }, - { "id": "vp_vehicle_scoop", "fg": 7532 }, - { "id": "seat", "fg": 7542 }, - { "id": "seat_leather", "fg": 7543 } + "fg": 7651, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7651 } ] + }, + { "id": "f_floor_mattress", "fg": 6935 }, + { "id": "f_fungal_mass", "fg": 6938 }, + { "id": "f_fungal_tangle", "fg": 6939 }, + { "id": "f_brazier", "fg": 6940 }, + { "id": "emer_blanket", "fg": 6970 }, + { "id": "emer_blanket_on", "fg": 6971 }, + { "id": "jacket_evac", "fg": 6972 }, + { "id": "f_autoclave", "fg": 6975 }, + { "id": "jeans_red", "fg": 6982 }, + { "id": "tights", "fg": 6983 }, + { "id": "blade", "fg": 6984 }, + { "id": "rm13_armor", "fg": 6985 }, + { "id": "55gal_drum", "fg": 6986 }, + { "id": "leather_funnel", "fg": 7011 }, + { "id": "tr_leather_funnel", "fg": 7013 }, + { "id": "brush", "fg": 7021 }, + { "id": "casserole", "fg": 7022 }, + { "id": "curling_iron", "fg": 7023 }, + { "id": "cutting_board", "fg": 7024 }, + { "id": "elec_hairtrimmer", "fg": 7025 }, + { "id": "hairbrush", "fg": 7026 }, + { "id": "metal_file", "fg": 7028 }, + { "id": "mobile_memory_card", "fg": 7029 }, + { "id": "plastic_straw", "fg": 7030 }, + { "id": "razor_blade", "fg": 7031 }, + { "id": "razor_shaving", "fg": 7032 }, + { "id": "string_floss", "fg": 7033 }, + { "id": "tumbler_plastic", "fg": 7035 }, + { "id": "xacto", "fg": 7036 }, + { "id": "cupboard_battery_charger", "fg": 7108 }, + { "id": "cupboard_box_small", "fg": 7109 }, + { "id": "cupboard_candle", "fg": 7110 }, + { "id": "cupboard_matches", "fg": 7111 }, + { "id": "desk_pen_1", "fg": 7112 }, + { "id": "desk_pen_2", "fg": 7113 }, + { "id": "sink_box_small", "fg": 7114 }, + { "id": "sink_brush", "fg": 7115 }, + { "id": "sink_dish_towel", "fg": 7116 }, + { "id": "sink_sponge", "fg": 7117 }, + { "id": "mon_creeper_hub", "fg": 7118 }, + { "id": "mon_creeper_vine", "fg": 7119 }, + { "id": "f_rubble_landfill", "fg": 7146 }, + { "id": "t_roof_paper", "fg": 7195 }, + { "id": "crack_glass_left", "fg": 7415 }, + { "id": "vp_ram_mattress", "fg": 7444 }, + { "id": "vp_tearer", "fg": 7448 }, + { "id": "vp_vehicle_scoop", "fg": 7547 }, + { "id": "seat", "fg": 7557 }, + { "id": "seat_leather", "fg": 7558 } ] }, { "file": "incomplete_large.png", - "//": "range 7664 to 7743", + "//": "range 7680 to 7759", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_alpha_razorclaw", "fg": 7664, "bg": 6534 }, - { "id": "mon_chickenbot", "fg": 7665, "bg": 6534 }, - { "id": "mon_razorclaw", "fg": 7666, "bg": 6534 }, - { "id": "mon_science_bot", "fg": 7667, "bg": 6534 }, + { "id": "mon_alpha_razorclaw", "fg": 7680, "bg": 6550 }, + { "id": "mon_chickenbot", "fg": 7681, "bg": 6550 }, + { "id": "mon_razorclaw", "fg": 7682, "bg": 6550 }, + { "id": "mon_science_bot", "fg": 7683, "bg": 6550 }, { "id": "vp_door_trunk_horizontal_2", - "fg": [ 7669, 7676, 7675, 7674 ], + "fg": [ 7685, 7692, 7691, 7690 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7670, 7673, 7672, 7671 ] }, - { "id": "broken", "fg": [ 5155, 5155, 5155, 5155 ], "bg": [ 7670, 7673, 7672, 7671 ] } + { "id": "open", "fg": [ 7686, 7689, 7688, 7687 ] }, + { "id": "broken", "fg": [ 5171, 5171, 5171, 5171 ], "bg": [ 7686, 7689, 7688, 7687 ] } ] }, { "id": "vp_halfboard_hatch_wheel_left", - "fg": [ 7677, 7680, 7679, 7678 ], + "fg": [ 7693, 7696, 7695, 7694 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 7668, 7668, 7668, 7668 ], "bg": [ 7677, 7680, 7679, 7678 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 7684, 7684, 7684, 7684 ], "bg": [ 7693, 7696, 7695, 7694 ] } ] }, { "id": "vp_halfboard_hatch_wheel_right", - "fg": [ 7681, 7684, 7683, 7682 ], + "fg": [ 7697, 7700, 7699, 7698 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 7668, 7668, 7668, 7668 ], "bg": [ 7681, 7684, 7683, 7682 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 7684, 7684, 7684, 7684 ], "bg": [ 7697, 7700, 7699, 7698 ] } ] }, { "id": "vp_halfboard_horizontal_2_rear", - "fg": [ 7685, 7688, 7687, 7686 ], + "fg": [ 7701, 7704, 7703, 7702 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 7668, 7668, 7668, 7668 ], "bg": [ 7685, 7688, 7687, 7686 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 7684, 7684, 7684, 7684 ], "bg": [ 7701, 7704, 7703, 7702 ] } ] }, { "id": "vp_hatch", - "fg": [ 7689, 7704, 7703, 7702 ], + "fg": [ 7705, 7720, 7719, 7718 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7698, 7701, 7700, 7699 ] }, - { "id": "broken", "fg": [ 7668, 7668, 7668, 7668 ], "bg": [ 7698, 7701, 7700, 7699 ] } + { "id": "open", "fg": [ 7714, 7717, 7716, 7715 ] }, + { "id": "broken", "fg": [ 7684, 7684, 7684, 7684 ], "bg": [ 7714, 7717, 7716, 7715 ] } ] }, { "id": "vp_hatch_opaque", - "fg": [ 7690, 7697, 7696, 7695 ], + "fg": [ 7706, 7713, 7712, 7711 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7691, 7694, 7693, 7692 ] }, - { "id": "broken", "fg": [ 7668, 7668, 7668, 7668 ], "bg": [ 7691, 7694, 7693, 7692 ] } + { "id": "open", "fg": [ 7707, 7710, 7709, 7708 ] }, + { "id": "broken", "fg": [ 7684, 7684, 7684, 7684 ], "bg": [ 7707, 7710, 7709, 7708 ] } ] }, { "id": "vp_hatch_left", - "fg": [ 7707, 7714, 7713, 7712 ], + "fg": [ 7723, 7730, 7729, 7728 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7708, 7711, 7710, 7709 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7708, 7711, 7710, 7709 ] } + { "id": "open", "fg": [ 7724, 7727, 7726, 7725 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7724, 7727, 7726, 7725 ] } ] }, { "id": "vp_hatch_right", - "fg": [ 7713, 7712, 7707, 7714 ], + "fg": [ 7729, 7728, 7723, 7730 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7710, 7709, 7708, 7711 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7710, 7709, 7708, 7711 ] } + { "id": "open", "fg": [ 7726, 7725, 7724, 7727 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7726, 7725, 7724, 7727 ] } ] }, { "id": "vp_hatch_wheel_left", - "fg": [ 7707, 7726, 7713, 7712 ], + "fg": [ 7723, 7742, 7729, 7728 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7708, 7725, 7710, 7709 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7708, 7711, 7710, 7709 ] } + { "id": "open", "fg": [ 7724, 7741, 7726, 7725 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7724, 7727, 7726, 7725 ] } ] }, { "id": "vp_hatch_wheel_right", - "fg": [ 7713, 7712, 7707, 7726 ], + "fg": [ 7729, 7728, 7723, 7742 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7710, 7709, 7708, 7725 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7710, 7709, 7708, 7725 ] } + { "id": "open", "fg": [ 7726, 7725, 7724, 7741 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7726, 7725, 7724, 7741 ] } ] }, { "id": [ "vp_hatch_horizontal_rear", "vp_hatch_horizontal", "vp_hatch_horizontal_2" ], - "fg": [ 7705, 7713, 7712, 7707 ], + "fg": [ 7721, 7729, 7728, 7723 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7706, 7710, 7709, 7708 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7706, 7710, 7709, 7708 ] } + { "id": "open", "fg": [ 7722, 7726, 7725, 7724 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7722, 7726, 7725, 7724 ] } ] }, { "id": "vp_hatch_horizontal_front", - "fg": [ 7712, 7707, 7705, 7713 ], + "fg": [ 7728, 7723, 7721, 7729 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7709, 7708, 7706, 7710 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7709, 7708, 7706, 7710 ] } + { "id": "open", "fg": [ 7725, 7724, 7722, 7726 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7725, 7724, 7722, 7726 ] } ] }, { "id": "vp_hatch_opaque_left", - "fg": [ 7707, 7722, 7713, 7721 ], + "fg": [ 7723, 7738, 7729, 7737 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7717, 7720, 7719, 7718 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7717, 7720, 7719, 7718 ] } + { "id": "open", "fg": [ 7733, 7736, 7735, 7734 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7733, 7736, 7735, 7734 ] } ] }, { "id": "vp_hatch_opaque_right", - "fg": [ 7713, 7721, 7707, 7722 ], + "fg": [ 7729, 7737, 7723, 7738 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7719, 7718, 7717, 7720 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7719, 7718, 7717, 7720 ] } + { "id": "open", "fg": [ 7735, 7734, 7733, 7736 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7735, 7734, 7733, 7736 ] } ] }, { "id": "vp_hatch_opaque_wheel_left", - "fg": [ 7707, 7724, 7713, 7721 ], + "fg": [ 7723, 7740, 7729, 7737 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7717, 7723, 7719, 7718 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7717, 7723, 7719, 7718 ] } + { "id": "open", "fg": [ 7733, 7739, 7735, 7734 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7733, 7739, 7735, 7734 ] } ] }, { "id": "vp_hatch_opaque_wheel_right", - "fg": [ 7713, 7721, 7707, 7724 ], + "fg": [ 7729, 7737, 7723, 7740 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7719, 7718, 7717, 7723 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7719, 7718, 7717, 7723 ] } + { "id": "open", "fg": [ 7735, 7734, 7733, 7739 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7735, 7734, 7733, 7739 ] } ] }, { "id": [ "vp_hatch_opaque_horizontal_rear", "vp_hatch_opaque_horizontal", "vp_hatch_opaque_horizontal_2" ], - "fg": [ 7715, 7713, 7721, 7707 ], + "fg": [ 7731, 7729, 7737, 7723 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7716, 7719, 7718, 7717 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7716, 7719, 7718, 7717 ] } + { "id": "open", "fg": [ 7732, 7735, 7734, 7733 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7732, 7735, 7734, 7733 ] } ] }, { "id": "vp_hatch_opaque_horizontal_front", - "fg": [ 7721, 7707, 7715, 7713 ], + "fg": [ 7737, 7723, 7731, 7729 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7718, 7717, 7716, 7719 ] }, - { "id": "broken", "fg": [ 6213, 6213, 6213, 6213 ], "bg": [ 7718, 7717, 7716, 7719 ] } + { "id": "open", "fg": [ 7734, 7733, 7732, 7735 ] }, + { "id": "broken", "fg": [ 6229, 6229, 6229, 6229 ], "bg": [ 7734, 7733, 7732, 7735 ] } ] }, { "id": "vp_door_trunk_hatch_wheel_left", - "fg": [ 7727, 7734, 7733, 7732 ], + "fg": [ 7743, 7750, 7749, 7748 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7728, 7731, 7730, 7729 ] }, - { "id": "broken", "fg": [ 7668, 7668, 7668, 7668 ], "bg": [ 7728, 7731, 7730, 7729 ] } + { "id": "open", "fg": [ 7744, 7747, 7746, 7745 ] }, + { "id": "broken", "fg": [ 7684, 7684, 7684, 7684 ], "bg": [ 7744, 7747, 7746, 7745 ] } ] } ] }, { "file": "fillerhoder.png", - "//": "range 7744 to 7807", + "//": "range 7760 to 7839", "tiles": [ { "id": "f_sandbag_wall", - "fg": 7744, + "fg": 7760, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 7744 }, - { "id": "center", "fg": 7745 }, - { "id": "corner", "fg": 7746 }, - { "id": "edge", "fg": 7747 }, - { "id": "end_piece", "fg": 7748 }, - { "id": "t_connection", "fg": 7749 } + { "id": "unconnected", "fg": 7760 }, + { "id": "center", "fg": 7761 }, + { "id": "corner", "fg": 7762 }, + { "id": "edge", "fg": 7763 }, + { "id": "end_piece", "fg": 7764 }, + { "id": "t_connection", "fg": 7765 } ] }, - { "id": "f_slab", "fg": 7750 }, - { "id": "animation_bullet_flame", "fg": 7751, "rotates": false }, - { "id": "animation_bullet_normal", "fg": 7752, "rotates": false }, - { "id": "animation_bullet_shrapnel", "fg": 7753 }, + { "id": "f_slab", "fg": 7766 }, + { "id": "animation_bullet_flame", "fg": 7767, "rotates": false }, + { "id": "animation_bullet_normal", "fg": 7768, "rotates": false }, + { "id": "animation_bullet_shrapnel", "fg": 7769 }, { "id": "explosion", - "fg": 7754, + "fg": 7770, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 7754 }, { "id": "edge", "fg": 7755 } ] + "additional_tiles": [ { "id": "corner", "fg": 7770 }, { "id": "edge", "fg": 7771 } ] }, { "id": "explosion_medium", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 7754 }, { "id": "edge", "fg": 7755 } ], - "fg": 7754 + "additional_tiles": [ { "id": "corner", "fg": 7770 }, { "id": "edge", "fg": 7771 } ], + "fg": 7770 }, { "id": "explosion_weak", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 7754 }, { "id": "edge", "fg": 7755 } ], - "fg": 7754 + "additional_tiles": [ { "id": "corner", "fg": 7770 }, { "id": "edge", "fg": 7771 } ], + "fg": 7770 }, { "id": "vp_chimes", - "fg": 7756, + "fg": 7772, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7756 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7772 } ] }, { "id": "vp_robot_controls", - "fg": 7757, + "fg": 7773, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7757 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7773 } ] }, - { "id": "vp_ram_wood", "fg": [ 7771, 7773, 7772, 7774 ], "rotates": true }, - { "id": "vp_ram_military", "fg": [ 7767, 7769, 7768, 7770 ], "rotates": true }, - { "id": "vp_ram_hardsteel", "fg": [ 7763, 7765, 7764, 7766 ], "rotates": true }, - { "id": "vp_ram_alloy", "fg": [ 7759, 7761, 7760, 7762 ], "rotates": true }, { - "id": "vp_roller_drum", + "id": "vp_external_tank_small", "fg": 7775, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7775 } ] + }, + { "id": "vp_ram_wood", "fg": [ 7788, 7790, 7789, 7791 ], "rotates": true }, + { "id": "vp_ram_military", "fg": [ 7784, 7786, 7785, 7787 ], "rotates": true }, + { "id": "vp_ram_hardsteel", "fg": [ 7780, 7782, 7781, 7783 ], "rotates": true }, + { "id": "vp_ram_alloy", "fg": [ 7776, 7778, 7777, 7779 ], "rotates": true }, + { + "id": "vp_roller_drum", + "fg": 7792, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7758, "bg": 7775 } ] + "additional_tiles": [ { "id": "broken", "fg": 7774, "bg": 7792 } ] }, { "id": "vp_battery_motorbike", - "fg": 7787, + "fg": 7804, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7787 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7804 } ] }, { "id": "vp_blade_horizontal", - "fg": 7796, + "fg": 7813, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7796 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7813 } ] }, { "id": "vp_blade_vertical", - "fg": 7797, + "fg": 7814, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7797 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7814 } ] }, { "id": "vp_controls", - "fg": 7791, + "fg": 7808, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7791 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7808 } ] }, { "id": "vp_engine_1cyl", - "fg": 7780, + "fg": 7797, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7780 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7797 } ] }, { "id": "vp_engine_electric", - "fg": 7784, + "fg": 7801, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7784 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7801 } ] }, { "id": "vp_engine_electric_large", - "fg": 7785, + "fg": 7802, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7785 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7802 } ] }, - { "id": "vp_engine_v12", "fg": 7782, "bg": 7783 }, + { "id": "vp_engine_v12", "fg": 7799, "bg": 7800 }, { "id": "vp_engine_v6", - "fg": 7782, + "fg": 7799, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7782 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7799 } ] }, { "id": "vp_engine_v8", - "fg": 7783, + "fg": 7800, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7783 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7800 } ] }, { "id": "vp_engine_vtwin", - "fg": 7781, + "fg": 7798, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7781 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7798 } ] }, { "id": "vp_foot_pedals", - "fg": 7786, + "fg": 7803, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7786 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7803 } ] }, { "id": "vp_fusion_gun", - "fg": 7799, + "fg": 7816, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7799 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7816 } ] }, { "id": "vp_hdroof", - "fg": 7801, + "fg": 7818, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7801 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7818 } ] }, { "id": "vp_hydrogen_tank", - "fg": 7789, + "fg": 7806, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7789 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7806 } ] }, { "id": "vp_minireactor", - "fg": 7788, + "fg": 7805, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7788 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7805 } ] }, { "id": "vp_muffler", - "fg": 7790, + "fg": 7807, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7790 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7807 } ] }, { "id": "vp_plating_hard", - "fg": 7795, + "fg": 7812, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7795 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7812 } ] }, { "id": "vp_plating_military", - "fg": 7792, + "fg": 7809, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7792 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7809 } ] }, { "id": "vp_plating_spiked", - "fg": 7794, + "fg": 7811, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7794 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7811 } ] }, { "id": "vp_plating_steel", - "fg": 7792, + "fg": 7809, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7792 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7809 } ] }, { "id": "vp_plating_superalloy", - "fg": 7793, + "fg": 7810, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7793 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7810 } ] }, { "id": "vp_plating_wood", - "fg": 7804, + "fg": 7821, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7804 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7821 } ] }, { "id": "vp_roof", - "fg": 7802, + "fg": 7819, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7802 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7819 } ] }, { "id": "vp_roof_cloth", - "fg": 7803, + "fg": 7820, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7803 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7820 } ] }, { "id": "vp_seatbelt", - "fg": 7779, + "fg": 7796, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7779 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7796 } ] }, { "id": "vp_seatbelt_heavyduty", - "fg": 7779, + "fg": 7796, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7779 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7796 } ] }, { "id": "vp_small_storage_battery", - "fg": 7787, + "fg": 7804, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7787 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7804 } ] }, { "id": "vp_storage_battery", - "fg": 7787, + "fg": 7804, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7787 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7804 } ] }, { "id": "vp_v_curtain", - "fg": 7805, + "fg": 7822, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7805 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7822 } ] }, { "id": "vp_wheel_armor", - "fg": 7776, + "fg": 7793, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7776 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7793 } ] }, { "id": "vp_wheel_armor_steerable", - "fg": 7776, + "fg": 7793, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7776 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7793 } ] }, { "id": "vp_wheel_caster", - "fg": 7800, + "fg": 7817, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7800 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7817 } ] }, { "id": "vp_wheel_small", - "fg": 7778, + "fg": 7795, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7778 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7795 } ] }, { "id": "vp_wheel_small_steerable", - "fg": 7778, + "fg": 7795, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7778 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7795 } ] }, { "id": "vp_wheel_wheelchair", - "fg": 7777, + "fg": 7794, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7777 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7794 } ] }, { "id": "vp_wheel_wood", - "fg": 7807, + "fg": 7824, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7807 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7824 } ] }, { "id": [ "wheel_wood", "wheel_wood_b" ], - "fg": 7807, + "fg": 7824, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7807 } ] + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7824 } ] }, { "id": "vp_wheel_wood_b", - "fg": 7807, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7402, "bg": 7807 } ] - }, - { "id": "foot_crank", "fg": 7786 }, - { "id": "frame", "fg": 7806 }, - { "id": "hard_plate", "fg": 7795 }, - { "id": "kitchen_unit", "fg": 7798 }, - { "id": "motor", "fg": 7784 }, - { "id": "motor_large", "fg": 7785 }, - { "id": "muffler", "fg": 7790 }, - { "id": "spiked_plate", "fg": 7794 }, - { "id": "storage_battery", "fg": 7787 }, - { "id": "vehicle_controls", "fg": 7791 }, - { "id": "1cyl_combustion", "fg": 7780 }, - { "id": "v2_combustion", "fg": 7781 }, - { "id": [ "v6_combustion", "v6_diesel" ], "fg": 7782 }, - { "id": "v8_combustion", "fg": 7783 } + "fg": 7824, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7417, "bg": 7824 } ] + }, + { "id": "foot_crank", "fg": 7803 }, + { "id": "frame", "fg": 7823 }, + { "id": "hard_plate", "fg": 7812 }, + { "id": "kitchen_unit", "fg": 7815 }, + { "id": "motor", "fg": 7801 }, + { "id": "motor_large", "fg": 7802 }, + { "id": "muffler", "fg": 7807 }, + { "id": "spiked_plate", "fg": 7811 }, + { "id": "storage_battery", "fg": 7804 }, + { "id": "vehicle_controls", "fg": 7808 }, + { "id": "1cyl_combustion", "fg": 7797 }, + { "id": "v2_combustion", "fg": 7798 }, + { "id": [ "v6_combustion", "v6_diesel" ], "fg": 7799 }, + { "id": "v8_combustion", "fg": 7800 } ] }, { "file": "filler.png", - "//": "range 7808 to 7839", + "//": "range 7840 to 7871", "tiles": [ { "id": "f_metal_bench", "multitile": true, - "fg": 7823, + "fg": 7855, "additional_tiles": [ - { "id": "center", "fg": 7808 }, - { "id": "corner", "fg": [ 7810, 7812, 7811, 7809 ] }, - { "id": "t_connection", "fg": [ 7820, 7822, 7821, 7819 ] }, - { "id": "edge", "fg": [ 7814, 7813 ] }, - { "id": "end_piece", "fg": [ 7816, 7818, 7817, 7815 ] }, - { "id": "unconnected", "fg": [ 7823, 7823 ] } + { "id": "center", "fg": 7840 }, + { "id": "corner", "fg": [ 7842, 7844, 7843, 7841 ] }, + { "id": "t_connection", "fg": [ 7852, 7854, 7853, 7851 ] }, + { "id": "edge", "fg": [ 7846, 7845 ] }, + { "id": "end_piece", "fg": [ 7848, 7850, 7849, 7847 ] }, + { "id": "unconnected", "fg": [ 7855, 7855 ] } ] }, - { "id": "mon_leech_pod_cluster", "fg": 7824 }, - { "id": "mon_leech_root_drone", "fg": 7825 }, - { "id": "mon_leech_root_runner", "fg": 7826 }, - { "id": "mon_leech_stalk", "fg": 7827 } + { "id": "mon_leech_pod_cluster", "fg": 7856 }, + { "id": "mon_leech_root_drone", "fg": 7857 }, + { "id": "mon_leech_root_runner", "fg": 7858 }, + { "id": "mon_leech_stalk", "fg": 7859 } ] }, { "file": "filler_tall.png", - "//": "range 7840 to 7855", + "//": "range 7872 to 7887", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, - "tiles": [ { "id": "f_exodii_printer_large", "fg": 7840 }, { "id": "f_exodii_printer_small", "fg": 7841 } ] + "tiles": [ { "id": "f_exodii_printer_large", "fg": 7872 }, { "id": "f_exodii_printer_small", "fg": 7873 } ] }, { "file": "fillergiant.png", - "//": "range 7856 to 7871", + "//": "range 7888 to 7903", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, @@ -13324,18 +13352,18 @@ "t_tree_pear_season_spring", "t_tree_plum_season_spring" ], - "fg": 6780, - "bg": 6773 + "fg": 6796, + "bg": 6789 }, - { "id": "t_tree_apricot_season_summer", "fg": 7856, "bg": 6774 }, - { "id": "t_tree_mulberry_season_summer", "fg": 7857, "bg": 6774 }, - { "id": "t_tree_elderberry_season_summer", "fg": 7857, "bg": 6774 }, - { "id": "t_tree_pear_season_autumn", "fg": 7858, "bg": 6774 }, - { "id": "t_tree_plum_season_summer", "fg": 7859, "bg": 6774 }, + { "id": "t_tree_apricot_season_summer", "fg": 7888, "bg": 6790 }, + { "id": "t_tree_mulberry_season_summer", "fg": 7889, "bg": 6790 }, + { "id": "t_tree_elderberry_season_summer", "fg": 7889, "bg": 6790 }, + { "id": "t_tree_pear_season_autumn", "fg": 7890, "bg": 6790 }, + { "id": "t_tree_plum_season_summer", "fg": 7891, "bg": 6790 }, { "id": [ "t_tree_apricot_harvested", "t_tree_mulberry_harvested", "t_tree_plum_harvested", "t_tree_pear_season_summer" ], - "fg": 6775, - "bg": 6774 + "fg": 6791, + "bg": 6790 }, { "id": [ @@ -13345,12 +13373,12 @@ "t_tree_pear_harvested" ], "fg": [ - { "weight": 100, "sprite": 6776 }, - { "weight": 100, "sprite": 6777 }, - { "weight": 100, "sprite": 6778 }, - { "weight": 100, "sprite": 6779 } + { "weight": 100, "sprite": 6792 }, + { "weight": 100, "sprite": 6793 }, + { "weight": 100, "sprite": 6794 }, + { "weight": 100, "sprite": 6795 } ], - "bg": 6772 + "bg": 6788 }, { "id": [ @@ -13359,29 +13387,29 @@ "t_tree_pear_season_winter", "t_tree_plum_season_winter" ], - "fg": 6804, - "bg": 6771 - }, - { "id": "t_tree_chestnut", "fg": 7861, "bg": 6773 }, - { "id": "t_tree_chestnut_season_summer", "fg": 7860, "bg": 6774 }, - { "id": "t_tree_chestnut_season_autumn", "fg": 7860, "bg": 6772 }, - { "id": "t_tree_chestnut_season_winter", "fg": 7860, "bg": 6771 }, - { "id": "t_tree_pine", "fg": 7865, "bg": 6773 }, - { "id": "t_tree_pine_season_summer", "fg": 7865, "bg": 6774 }, - { "id": "t_tree_pine_season_autumn", "fg": 7865, "bg": 6772 }, - { "id": "t_tree_pine_season_winter", "fg": 7865, "bg": 6771 }, - { "id": "t_tree_deadpine", "fg": 7862, "bg": 6773 }, - { "id": "t_tree_deadpine_season_summer", "fg": 7862, "bg": 6774 }, - { "id": "t_tree_deadpine_season_autumn", "fg": 7862, "bg": 6772 }, - { "id": "t_tree_deadpine_season_winter", "fg": 7862, "bg": 6771 }, - { "id": "t_tree_hickory", "fg": 7864, "bg": 6773 }, - { "id": "t_tree_hickory_season_summer", "fg": 7864, "bg": 6774 }, - { "id": "t_tree_hickory_season_autumn", "fg": 7864, "bg": 6772 }, - { "id": "t_tree_hickory_season_winter", "fg": 7863, "bg": 6771 }, - { "id": "t_tree_hickory_dead", "fg": 7863, "bg": 6773 }, - { "id": "t_tree_hickory_dead_season_summer", "fg": 7863, "bg": 6774 }, - { "id": "t_tree_hickory_dead_season_autumn", "fg": 7863, "bg": 6772 }, - { "id": "t_tree_hickory_dead_season_winter", "fg": 7863, "bg": 6771 } + "fg": 6820, + "bg": 6787 + }, + { "id": "t_tree_chestnut", "fg": 7893, "bg": 6789 }, + { "id": "t_tree_chestnut_season_summer", "fg": 7892, "bg": 6790 }, + { "id": "t_tree_chestnut_season_autumn", "fg": 7892, "bg": 6788 }, + { "id": "t_tree_chestnut_season_winter", "fg": 7892, "bg": 6787 }, + { "id": "t_tree_pine", "fg": 7897, "bg": 6789 }, + { "id": "t_tree_pine_season_summer", "fg": 7897, "bg": 6790 }, + { "id": "t_tree_pine_season_autumn", "fg": 7897, "bg": 6788 }, + { "id": "t_tree_pine_season_winter", "fg": 7897, "bg": 6787 }, + { "id": "t_tree_deadpine", "fg": 7894, "bg": 6789 }, + { "id": "t_tree_deadpine_season_summer", "fg": 7894, "bg": 6790 }, + { "id": "t_tree_deadpine_season_autumn", "fg": 7894, "bg": 6788 }, + { "id": "t_tree_deadpine_season_winter", "fg": 7894, "bg": 6787 }, + { "id": "t_tree_hickory", "fg": 7896, "bg": 6789 }, + { "id": "t_tree_hickory_season_summer", "fg": 7896, "bg": 6790 }, + { "id": "t_tree_hickory_season_autumn", "fg": 7896, "bg": 6788 }, + { "id": "t_tree_hickory_season_winter", "fg": 7895, "bg": 6787 }, + { "id": "t_tree_hickory_dead", "fg": 7895, "bg": 6789 }, + { "id": "t_tree_hickory_dead_season_summer", "fg": 7895, "bg": 6790 }, + { "id": "t_tree_hickory_dead_season_autumn", "fg": 7895, "bg": 6788 }, + { "id": "t_tree_hickory_dead_season_winter", "fg": 7895, "bg": 6787 } ] }, { diff --git a/gfx/ChibiUltica/ChibiNormalCharacter.png b/gfx/ChibiUltica/ChibiNormalCharacter.png index dc0c25c972944..c0b7f96960312 100644 Binary files a/gfx/ChibiUltica/ChibiNormalCharacter.png and b/gfx/ChibiUltica/ChibiNormalCharacter.png differ diff --git a/gfx/ChibiUltica/fillerhoder.png b/gfx/ChibiUltica/fillerhoder.png index 51853c123ddb3..c477c6e2b2fbf 100644 Binary files a/gfx/ChibiUltica/fillerhoder.png and b/gfx/ChibiUltica/fillerhoder.png differ diff --git a/gfx/ChibiUltica/incomplete.png b/gfx/ChibiUltica/incomplete.png index f8c874701189a..863b7bca2650e 100644 Binary files a/gfx/ChibiUltica/incomplete.png and b/gfx/ChibiUltica/incomplete.png differ diff --git a/gfx/ChibiUltica/normal.png b/gfx/ChibiUltica/normal.png index 76abacc1147c1..b32939b43bb7b 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 24b60ed5b4721..c2535a37c58b4 100644 Binary files a/gfx/ChibiUltica/small.png and b/gfx/ChibiUltica/small.png differ diff --git a/gfx/ChibiUltica/tile_config.json b/gfx/ChibiUltica/tile_config.json index 6edd2ffed9a76..f58a007f6a4c6 100644 --- a/gfx/ChibiUltica/tile_config.json +++ b/gfx/ChibiUltica/tile_config.json @@ -495,8 +495,8 @@ { "id": "overlay_wielded_arx160", "fg": 503, "rotates": false }, { "id": "overlay_wielded_ashot", "fg": 504, "rotates": false }, { "id": "overlay_wielded_ax", "fg": 582, "rotates": false }, - { "id": "overlay_wielded_bag_canvas", "fg": 978, "rotates": false }, - { "id": "overlay_wielded_bag_canvas_small", "fg": 978, "rotates": false }, + { "id": "overlay_wielded_bag_canvas", "fg": 979, "rotates": false }, + { "id": "overlay_wielded_bag_canvas_small", "fg": 979, "rotates": false }, { "id": "overlay_wielded_bagh_nakha", "fg": 453, "rotates": false }, { "id": "overlay_wielded_bagpipes", "fg": 635, "rotates": false }, { "id": "overlay_wielded_banjo", "fg": 583, "rotates": false }, @@ -526,7 +526,7 @@ { "id": "overlay_wielded_bomblet_launcher_rotary", "fg": 510, "rotates": false }, { "id": "overlay_wielded_bomblet_launcher_single", "fg": 511, "rotates": false }, { "id": "overlay_wielded_bowling_axe", "fg": 461, "rotates": false }, - { "id": [ "overlay_wielded_brazier", "brazier" ], "fg": 7459, "rotates": false }, + { "id": [ "overlay_wielded_brazier", "brazier" ], "fg": 7491, "rotates": false }, { "id": "overlay_wielded_briefcase_smg", "fg": 512, "rotates": false }, { "id": "overlay_wielded_broadfire_off", "fg": 587, "rotates": false }, { "id": "overlay_wielded_broadfire_on", "fg": 588, "rotates": false }, @@ -995,653 +995,653 @@ { "id": "overlay_wielded_zweihander", "fg": 632, "rotates": false }, { "id": "overlay_wielded_zweihander_fake", "fg": 632, "rotates": false }, { "id": "overlay_wielded_zweihander_inferior", "fg": 632, "rotates": false }, - { "id": "overlay_female_worn_dress_shirt", "fg": 688, "rotates": false }, - { "id": "overlay_female_worn_jumpsuit", "fg": 689, "rotates": false }, - { "id": "overlay_female_worn_jumpsuit_xl", "fg": 689, "rotates": false }, - { "id": "overlay_female_worn_linuxtshirt", "fg": 693, "rotates": false }, - { "id": "overlay_female_worn_long_underpants", "fg": 690, "rotates": false }, - { "id": "overlay_female_worn_long_undertop", "fg": 691, "rotates": false }, - { "id": "overlay_female_worn_longshirt", "fg": 692, "rotates": false }, - { "id": "overlay_female_worn_polo_shirt", "fg": 693, "rotates": false }, - { "id": "overlay_female_worn_postman_shirt", "fg": 688, "rotates": false }, - { "id": "overlay_female_worn_sheriffshirt", "fg": 692, "rotates": false }, - { "id": "overlay_female_worn_thermal_outfit", "fg": 648, "rotates": false }, - { "id": "overlay_female_worn_thermal_outfit_on", "fg": 648, "rotates": false }, - { "id": "overlay_female_worn_thermal_suit", "fg": 649, "rotates": false }, - { "id": "overlay_female_worn_thermal_suit_on", "fg": 649, "rotates": false }, - { "id": "overlay_female_worn_towel", "fg": 650, "rotates": false }, - { "id": "overlay_female_worn_towel_soiled", "fg": 703, "rotates": false }, - { "id": "overlay_female_worn_towel_wet", "fg": 650, "rotates": false }, - { "id": "overlay_female_worn_tshirt", "fg": 693, "rotates": false }, - { "id": "overlay_female_worn_tshirt_text", "fg": 693, "rotates": false }, - { "id": "overlay_female_worn_under_armor", "fg": 694, "rotates": false }, - { "id": "overlay_female_worn_union_suit", "fg": 695, "rotates": false }, - { "id": "overlay_male_worn_dress_shirt", "fg": 696, "rotates": false }, - { "id": "overlay_male_worn_jumpsuit", "fg": 697, "rotates": false }, - { "id": "overlay_male_worn_jumpsuit_xl", "fg": 697, "rotates": false }, - { "id": "overlay_male_worn_linuxtshirt", "fg": 702, "rotates": false }, - { "id": "overlay_male_worn_long_underpants", "fg": 698, "rotates": false }, - { "id": "overlay_male_worn_long_undertop", "fg": 699, "rotates": false }, - { "id": "overlay_male_worn_longshirt", "fg": 700, "rotates": false }, - { "id": "overlay_male_worn_polo_shirt", "fg": 702, "rotates": false }, - { "id": "overlay_male_worn_postman_shirt", "fg": 696, "rotates": false }, - { "id": "overlay_male_worn_sheriffshirt", "fg": 700, "rotates": false }, - { "id": "overlay_male_worn_thermal_outfit", "fg": 651, "rotates": false }, - { "id": "overlay_male_worn_thermal_outfit_on", "fg": 651, "rotates": false }, - { "id": "overlay_male_worn_thermal_suit", "fg": 652, "rotates": false }, - { "id": "overlay_male_worn_thermal_suit_on", "fg": 652, "rotates": false }, - { "id": "overlay_male_worn_towel", "fg": 653, "rotates": false }, - { "id": "overlay_male_worn_towel_soiled", "fg": 704, "rotates": false }, - { "id": "overlay_male_worn_towel_wet", "fg": 653, "rotates": false }, - { "id": "overlay_male_worn_tshirt", "fg": 702, "rotates": false }, - { "id": "overlay_male_worn_tshirt_text", "fg": 702, "rotates": false }, - { "id": "overlay_male_worn_under_armor", "fg": 706, "rotates": false }, - { "id": "overlay_male_worn_union_suit", "fg": 708, "rotates": false }, - { "id": "overlay_worn_2byarm_guard", "fg": 719, "rotates": false }, - { "id": "overlay_worn_2byshin_guard", "fg": 875, "rotates": false }, - { "id": "overlay_worn_XL_holster", "fg": 942, "rotates": false }, - { "id": "overlay_worn_aep_suit", "fg": 711, "rotates": false }, - { "id": "overlay_worn_american_flag", "fg": 715, "rotates": false }, - { "id": [ "overlay_worn_ammo_satchel", "overlay_worn_flintlock_pouch" ], "fg": 841, "rotates": false }, - { "id": "overlay_worn_anbc_suit", "fg": 717, "rotates": false }, - { "id": "overlay_worn_apron_leather", "fg": 995, "rotates": false }, - { "id": "overlay_worn_arm_splint", "fg": 728, "rotates": false }, - { "id": "overlay_worn_arm_warmers", "fg": 729, "rotates": false }, - { "id": "overlay_worn_armguard_acidchitin", "fg": 716, "rotates": false }, - { "id": "overlay_worn_armguard_chitin", "fg": 718, "rotates": false }, - { "id": "overlay_worn_armguard_hard", "fg": 719, "rotates": false }, - { "id": "overlay_worn_armguard_larmor", "fg": 718, "rotates": false }, - { "id": [ "overlay_worn_armguard_metal", "overlay_worn_armguard_lightplate" ], "fg": 1045, "rotates": false }, - { "id": "overlay_worn_armguard_paper", "fg": 720, "rotates": false }, - { "id": "overlay_worn_armguard_soft", "fg": 719, "rotates": false }, - { "id": "overlay_worn_armor_acidchitin", "fg": 714, "rotates": false }, - { "id": "overlay_worn_armor_blarmor", "fg": 722, "rotates": false }, - { "id": "overlay_worn_armor_chitin", "fg": 721, "rotates": false }, - { "id": "overlay_worn_armor_cuirass", "fg": 772, "rotates": false }, - { "id": "overlay_worn_armor_farmor", "fg": 722, "rotates": false }, - { "id": "overlay_worn_armor_lamellar", "fg": 722, "rotates": false }, - { "id": "overlay_worn_armor_larmor", "fg": 722, "rotates": false }, - { "id": "overlay_worn_armor_lightplate", "fg": 724, "rotates": false }, - { "id": [ "overlay_worn_armor_lorica", "overlay_worn_cuirass_lightplate" ], "fg": 772, "rotates": false }, - { "id": "overlay_worn_armor_nomad", "fg": 1012, "rotates": false }, - { "id": "overlay_worn_armor_plarmor", "fg": 723, "rotates": false }, - { "id": "overlay_worn_armor_plate", "fg": 724, "rotates": false }, - { "id": "overlay_worn_armor_samurai", "fg": 725, "rotates": false }, - { "id": "overlay_worn_armor_scavenger", "fg": 1013, "rotates": false }, - { "id": "overlay_worn_armor_scrapsuit", "fg": 726, "rotates": false }, - { "id": "overlay_worn_armor_wyrm", "fg": 654, "rotates": false }, - { "id": "overlay_worn_army_top", "fg": 727, "rotates": false }, - { "id": "overlay_worn_b_shorts", "fg": 765, "rotates": false }, - { "id": "overlay_worn_back_holster", "fg": 731, "rotates": false }, - { "id": "overlay_worn_backpack", "fg": 730, "rotates": false }, - { "id": "overlay_worn_backpack_leather", "fg": 730, "rotates": false }, - { "id": "overlay_worn_badge_doctor", "fg": 1014, "rotates": false }, - { "id": "overlay_worn_badge_foodkid", "fg": 1015, "rotates": false }, - { "id": "overlay_worn_balclava", "fg": 732, "rotates": false }, - { "id": "overlay_worn_baldric", "fg": 942, "rotates": false }, - { "id": "overlay_worn_bandana", "fg": 733, "rotates": false }, - { "id": "overlay_worn_bastsandals", "fg": 734, "rotates": false }, - { "id": "overlay_worn_bead_bracelet", "fg": 1016, "rotates": false }, - { "id": "overlay_worn_bead_ear", "fg": 1017, "rotates": false }, - { "id": "overlay_worn_beekeeping_gloves", "fg": 808, "rotates": false }, - { "id": "overlay_worn_beekeeping_hood", "fg": 1018, "rotates": false }, - { "id": "overlay_worn_beekeeping_suit", "fg": 735, "rotates": false }, - { "id": "overlay_worn_beret", "fg": 736, "rotates": false }, - { "id": "overlay_worn_beret_wool", "fg": 736, "rotates": false }, - { "id": "overlay_worn_bikini_bottom", "fg": 737, "rotates": false }, - { "id": "overlay_worn_bikini_top", "fg": 738, "rotates": false }, - { "id": "overlay_worn_bikini_top_fur", "fg": 774, "rotates": false }, - { "id": "overlay_worn_bikini_top_leather", "fg": 774, "rotates": false }, - { "id": "overlay_worn_bindle", "fg": 739, "rotates": false }, - { "id": "overlay_worn_blanket", "fg": 740, "rotates": false }, - { "id": "overlay_worn_blazer", "fg": 741, "rotates": false }, - { "id": "overlay_worn_blindfold", "fg": 742, "rotates": false }, - { "id": "overlay_worn_bondage_mask", "fg": 743, "rotates": false }, - { "id": "overlay_worn_bondage_suit", "fg": 744, "rotates": false }, - { "id": "overlay_worn_boots", "fg": 745, "rotates": false }, - { "id": "overlay_worn_boots_acidchitin", "fg": 709, "rotates": false }, - { "id": "overlay_worn_boots_bunker", "fg": 752, "rotates": false }, - { "id": "overlay_worn_boots_chitin", "fg": 748, "rotates": false }, - { "id": "overlay_worn_boots_combat", "fg": 749, "rotates": false }, - { "id": "overlay_worn_boots_fsurvivor", "fg": 752, "rotates": false }, - { "id": "overlay_worn_boots_fur", "fg": 751, "rotates": false }, - { "id": "overlay_worn_boots_h20survivor", "fg": 1003, "rotates": false }, - { "id": "overlay_worn_boots_hiking", "fg": 745, "rotates": false }, - { "id": "overlay_worn_boots_hsurvivor", "fg": 750, "rotates": false }, - { "id": "overlay_worn_boots_larmor", "fg": 751, "rotates": false }, - { "id": "overlay_worn_boots_lsurvivor", "fg": 751, "rotates": false }, - { "id": "overlay_worn_boots_plate", "fg": 751, "rotates": false }, - { "id": "overlay_worn_boots_steel", "fg": 753, "rotates": false }, - { "id": "overlay_worn_boots_survivor", "fg": 751, "rotates": false }, - { "id": "overlay_worn_boots_western", "fg": 754, "rotates": false }, - { "id": "overlay_worn_boots_winter", "fg": 755, "rotates": false }, - { "id": "overlay_worn_boots_wsurvivor", "fg": 755, "rotates": false }, - { "id": "overlay_worn_boots_xlsurvivor", "fg": 755, "rotates": false }, - { "id": "overlay_worn_bootsheath", "fg": 746, "rotates": false }, - { "id": "overlay_worn_bootstrap", "fg": 747, "rotates": false }, - { "id": "overlay_worn_boxer_briefs", "fg": 756, "rotates": false }, - { "id": "overlay_worn_boxer_shorts", "fg": 756, "rotates": false }, - { "id": "overlay_worn_boxing_gloves", "fg": 757, "rotates": false }, - { "id": "overlay_worn_boy_shorts", "fg": 758, "rotates": false }, - { "id": "overlay_worn_bra", "fg": 759, "rotates": false }, - { "id": "overlay_worn_breeches", "fg": 920, "rotates": false }, - { "id": "overlay_worn_briefcase", "fg": 760, "rotates": false }, - { "id": "overlay_worn_briefs", "fg": 761, "rotates": false }, - { "id": "overlay_worn_bronze_medal", "fg": 1021, "rotates": false }, - { "id": "overlay_worn_bscabbard", "fg": 762, "rotates": false }, - { "id": "overlay_worn_bunker_coat", "fg": 763, "rotates": false }, - { "id": "overlay_worn_bunker_pants", "fg": 764, "rotates": false }, - { "id": "overlay_worn_camisole", "fg": 766, "rotates": false }, - { "id": "overlay_worn_case_violin", "fg": 713, "rotates": false }, - { "id": "overlay_worn_cassock", "fg": 767, "rotates": false }, - { "id": [ "overlay_worn_fur_cat_ears", "overlay_worn_faux_fur_cat_ears" ], "fg": 1039, "rotates": false }, - { "id": "overlay_worn_chainmail_arms", "fg": 768, "rotates": false }, - { "id": "overlay_worn_chainmail_hauberk", "fg": 772, "rotates": false }, - { "id": "overlay_worn_chainmail_hood", "fg": 769, "rotates": false }, - { "id": "overlay_worn_chainmail_legs", "fg": 770, "rotates": false }, - { "id": "overlay_worn_chainmail_suit", "fg": 771, "rotates": false }, - { "id": "overlay_worn_chainmail_vest", "fg": 772, "rotates": false }, - { "id": "overlay_worn_chaps_leather", "fg": 773, "rotates": false }, - { "id": "overlay_worn_chestrig", "fg": 999, "rotates": false }, - { "id": "overlay_worn_chestwrap", "fg": 774, "rotates": false }, - { "id": "overlay_worn_chestwrap_fur", "fg": 774, "rotates": false }, - { "id": "overlay_worn_chestwrap_leather", "fg": 774, "rotates": false }, - { "id": "overlay_worn_chestwrap_wool", "fg": 774, "rotates": false }, - { "id": "overlay_worn_cleansuit", "fg": 775, "rotates": false }, - { "id": "overlay_worn_cleats", "fg": 958, "rotates": false }, - { "id": "overlay_worn_cloak", "fg": 776, "rotates": false }, - { "id": "overlay_worn_cloak_bless", "fg": 781, "rotates": false }, - { "id": "overlay_worn_cloak_fur", "fg": 938, "rotates": false }, - { "id": "overlay_worn_cloak_leather", "fg": 938, "rotates": false }, - { "id": "overlay_worn_cloak_wool", "fg": 914, "rotates": false }, - { "id": "overlay_worn_clogs", "fg": 777, "rotates": false }, - { "id": "overlay_worn_clown_suit", "fg": 779, "rotates": false }, - { "id": "overlay_worn_clownshoes", "fg": 778, "rotates": false }, - { "id": "overlay_worn_coat_fur", "fg": 780, "rotates": false }, - { "id": "overlay_worn_coat_fur_sf", "fg": 780, "rotates": false }, - { "id": "overlay_worn_coat_lab", "fg": 781, "rotates": false }, - { "id": "overlay_worn_coat_rain", "fg": 782, "rotates": false }, - { "id": "overlay_worn_coat_winter", "fg": 783, "rotates": false }, - { "id": "overlay_worn_copper_locket", "fg": 1022, "rotates": false }, - { "id": "overlay_worn_copper_necklace", "fg": 1023, "rotates": false }, - { "id": [ "overlay_worn_copper_ring", "overlay_worn_mring_copper" ], "fg": 1024, "rotates": false }, - { "id": "overlay_worn_corset", "fg": 784, "rotates": false }, - { "id": "overlay_worn_cowboy_hat", "fg": 785, "rotates": false }, - { "id": "overlay_worn_cowl_wool", "fg": 846, "rotates": false }, - { "id": [ "overlay_worn_crown_golden", "overlay_worn_crown_golden_survivor" ], "fg": 712, "rotates": false }, - { "id": "overlay_worn_dance_shoes", "fg": 823, "rotates": false }, - { "id": "overlay_worn_depowered_armor", "fg": 929, "rotates": false }, - { "id": "overlay_worn_depowered_helmet", "fg": 786, "rotates": false }, - { "id": "overlay_worn_dinosuit", "fg": 787, "rotates": false }, - { "id": "overlay_worn_dive_bag", "fg": 788, "rotates": false }, - { "id": "overlay_worn_diving_watch", "fg": 1029, "rotates": false }, - { "id": "overlay_worn_down_blanket", "fg": 740, "rotates": false }, - { "id": "overlay_worn_dragonskin", "fg": 1030, "rotates": false }, - { "id": "overlay_worn_dress", "fg": 789, "rotates": false }, - { "id": "overlay_worn_dress_bless", "fg": 790, "rotates": false }, - { "id": "overlay_worn_dress_shoes", "fg": 945, "rotates": false }, - { "id": "overlay_worn_dress_shoes_air", "fg": 823, "rotates": false }, - { "id": "overlay_worn_dress_skirt", "fg": 951, "rotates": false }, - { "id": "overlay_worn_dress_wedding", "fg": 790, "rotates": false }, - { "id": "overlay_worn_duffelbag", "fg": 972, "rotates": false }, - { "id": "overlay_worn_duster", "fg": 791, "rotates": false }, - { "id": "overlay_worn_duster_fur", "fg": 791, "rotates": false }, - { "id": "overlay_worn_duster_leather", "fg": 791, "rotates": false }, - { "id": "overlay_worn_duster_survivor", "fg": 792, "rotates": false }, + { "id": "overlay_female_worn_dress_shirt", "fg": 689, "rotates": false }, + { "id": "overlay_female_worn_jumpsuit", "fg": 690, "rotates": false }, + { "id": "overlay_female_worn_jumpsuit_xl", "fg": 690, "rotates": false }, + { "id": "overlay_female_worn_linuxtshirt", "fg": 694, "rotates": false }, + { "id": "overlay_female_worn_long_underpants", "fg": 691, "rotates": false }, + { "id": "overlay_female_worn_long_undertop", "fg": 692, "rotates": false }, + { "id": "overlay_female_worn_longshirt", "fg": 693, "rotates": false }, + { "id": "overlay_female_worn_polo_shirt", "fg": 694, "rotates": false }, + { "id": "overlay_female_worn_postman_shirt", "fg": 689, "rotates": false }, + { "id": "overlay_female_worn_sheriffshirt", "fg": 693, "rotates": false }, + { "id": "overlay_female_worn_thermal_outfit", "fg": 649, "rotates": false }, + { "id": "overlay_female_worn_thermal_outfit_on", "fg": 649, "rotates": false }, + { "id": "overlay_female_worn_thermal_suit", "fg": 650, "rotates": false }, + { "id": "overlay_female_worn_thermal_suit_on", "fg": 650, "rotates": false }, + { "id": "overlay_female_worn_towel", "fg": 651, "rotates": false }, + { "id": "overlay_female_worn_towel_soiled", "fg": 704, "rotates": false }, + { "id": "overlay_female_worn_towel_wet", "fg": 651, "rotates": false }, + { "id": "overlay_female_worn_tshirt", "fg": 694, "rotates": false }, + { "id": "overlay_female_worn_tshirt_text", "fg": 694, "rotates": false }, + { "id": "overlay_female_worn_under_armor", "fg": 695, "rotates": false }, + { "id": "overlay_female_worn_union_suit", "fg": 696, "rotates": false }, + { "id": "overlay_male_worn_dress_shirt", "fg": 697, "rotates": false }, + { "id": "overlay_male_worn_jumpsuit", "fg": 698, "rotates": false }, + { "id": "overlay_male_worn_jumpsuit_xl", "fg": 698, "rotates": false }, + { "id": "overlay_male_worn_linuxtshirt", "fg": 703, "rotates": false }, + { "id": "overlay_male_worn_long_underpants", "fg": 699, "rotates": false }, + { "id": "overlay_male_worn_long_undertop", "fg": 700, "rotates": false }, + { "id": "overlay_male_worn_longshirt", "fg": 701, "rotates": false }, + { "id": "overlay_male_worn_polo_shirt", "fg": 703, "rotates": false }, + { "id": "overlay_male_worn_postman_shirt", "fg": 697, "rotates": false }, + { "id": "overlay_male_worn_sheriffshirt", "fg": 701, "rotates": false }, + { "id": "overlay_male_worn_thermal_outfit", "fg": 652, "rotates": false }, + { "id": "overlay_male_worn_thermal_outfit_on", "fg": 652, "rotates": false }, + { "id": "overlay_male_worn_thermal_suit", "fg": 653, "rotates": false }, + { "id": "overlay_male_worn_thermal_suit_on", "fg": 653, "rotates": false }, + { "id": "overlay_male_worn_towel", "fg": 654, "rotates": false }, + { "id": "overlay_male_worn_towel_soiled", "fg": 705, "rotates": false }, + { "id": "overlay_male_worn_towel_wet", "fg": 654, "rotates": false }, + { "id": "overlay_male_worn_tshirt", "fg": 703, "rotates": false }, + { "id": "overlay_male_worn_tshirt_text", "fg": 703, "rotates": false }, + { "id": "overlay_male_worn_under_armor", "fg": 707, "rotates": false }, + { "id": "overlay_male_worn_union_suit", "fg": 709, "rotates": false }, + { "id": "overlay_worn_2byarm_guard", "fg": 720, "rotates": false }, + { "id": "overlay_worn_2byshin_guard", "fg": 876, "rotates": false }, + { "id": "overlay_worn_XL_holster", "fg": 943, "rotates": false }, + { "id": "overlay_worn_aep_suit", "fg": 712, "rotates": false }, + { "id": "overlay_worn_american_flag", "fg": 716, "rotates": false }, + { "id": [ "overlay_worn_ammo_satchel", "overlay_worn_flintlock_pouch" ], "fg": 842, "rotates": false }, + { "id": "overlay_worn_anbc_suit", "fg": 718, "rotates": false }, + { "id": "overlay_worn_apron_leather", "fg": 996, "rotates": false }, + { "id": "overlay_worn_arm_splint", "fg": 729, "rotates": false }, + { "id": "overlay_worn_arm_warmers", "fg": 730, "rotates": false }, + { "id": "overlay_worn_armguard_acidchitin", "fg": 717, "rotates": false }, + { "id": "overlay_worn_armguard_chitin", "fg": 719, "rotates": false }, + { "id": "overlay_worn_armguard_hard", "fg": 720, "rotates": false }, + { "id": "overlay_worn_armguard_larmor", "fg": 719, "rotates": false }, + { "id": [ "overlay_worn_armguard_metal", "overlay_worn_armguard_lightplate" ], "fg": 1046, "rotates": false }, + { "id": "overlay_worn_armguard_paper", "fg": 721, "rotates": false }, + { "id": "overlay_worn_armguard_soft", "fg": 720, "rotates": false }, + { "id": "overlay_worn_armor_acidchitin", "fg": 715, "rotates": false }, + { "id": "overlay_worn_armor_blarmor", "fg": 723, "rotates": false }, + { "id": "overlay_worn_armor_chitin", "fg": 722, "rotates": false }, + { "id": "overlay_worn_armor_cuirass", "fg": 773, "rotates": false }, + { "id": "overlay_worn_armor_farmor", "fg": 723, "rotates": false }, + { "id": "overlay_worn_armor_lamellar", "fg": 723, "rotates": false }, + { "id": "overlay_worn_armor_larmor", "fg": 723, "rotates": false }, + { "id": "overlay_worn_armor_lightplate", "fg": 725, "rotates": false }, + { "id": [ "overlay_worn_armor_lorica", "overlay_worn_cuirass_lightplate" ], "fg": 773, "rotates": false }, + { "id": "overlay_worn_armor_nomad", "fg": 1013, "rotates": false }, + { "id": "overlay_worn_armor_plarmor", "fg": 724, "rotates": false }, + { "id": "overlay_worn_armor_plate", "fg": 725, "rotates": false }, + { "id": "overlay_worn_armor_samurai", "fg": 726, "rotates": false }, + { "id": "overlay_worn_armor_scavenger", "fg": 1014, "rotates": false }, + { "id": "overlay_worn_armor_scrapsuit", "fg": 727, "rotates": false }, + { "id": "overlay_worn_armor_wyrm", "fg": 655, "rotates": false }, + { "id": "overlay_worn_army_top", "fg": 728, "rotates": false }, + { "id": "overlay_worn_b_shorts", "fg": 766, "rotates": false }, + { "id": "overlay_worn_back_holster", "fg": 732, "rotates": false }, + { "id": "overlay_worn_backpack", "fg": 731, "rotates": false }, + { "id": "overlay_worn_backpack_leather", "fg": 731, "rotates": false }, + { "id": "overlay_worn_badge_doctor", "fg": 1015, "rotates": false }, + { "id": "overlay_worn_badge_foodkid", "fg": 1016, "rotates": false }, + { "id": "overlay_worn_balclava", "fg": 733, "rotates": false }, + { "id": "overlay_worn_baldric", "fg": 943, "rotates": false }, + { "id": "overlay_worn_bandana", "fg": 734, "rotates": false }, + { "id": "overlay_worn_bastsandals", "fg": 735, "rotates": false }, + { "id": "overlay_worn_bead_bracelet", "fg": 1017, "rotates": false }, + { "id": "overlay_worn_bead_ear", "fg": 1018, "rotates": false }, + { "id": "overlay_worn_beekeeping_gloves", "fg": 809, "rotates": false }, + { "id": "overlay_worn_beekeeping_hood", "fg": 1019, "rotates": false }, + { "id": "overlay_worn_beekeeping_suit", "fg": 736, "rotates": false }, + { "id": "overlay_worn_beret", "fg": 737, "rotates": false }, + { "id": "overlay_worn_beret_wool", "fg": 737, "rotates": false }, + { "id": "overlay_worn_bikini_bottom", "fg": 738, "rotates": false }, + { "id": "overlay_worn_bikini_top", "fg": 739, "rotates": false }, + { "id": "overlay_worn_bikini_top_fur", "fg": 775, "rotates": false }, + { "id": "overlay_worn_bikini_top_leather", "fg": 775, "rotates": false }, + { "id": "overlay_worn_bindle", "fg": 740, "rotates": false }, + { "id": "overlay_worn_blanket", "fg": 741, "rotates": false }, + { "id": "overlay_worn_blazer", "fg": 742, "rotates": false }, + { "id": "overlay_worn_blindfold", "fg": 743, "rotates": false }, + { "id": "overlay_worn_bondage_mask", "fg": 744, "rotates": false }, + { "id": "overlay_worn_bondage_suit", "fg": 745, "rotates": false }, + { "id": "overlay_worn_boots", "fg": 746, "rotates": false }, + { "id": "overlay_worn_boots_acidchitin", "fg": 710, "rotates": false }, + { "id": "overlay_worn_boots_bunker", "fg": 753, "rotates": false }, + { "id": "overlay_worn_boots_chitin", "fg": 749, "rotates": false }, + { "id": "overlay_worn_boots_combat", "fg": 750, "rotates": false }, + { "id": "overlay_worn_boots_fsurvivor", "fg": 753, "rotates": false }, + { "id": "overlay_worn_boots_fur", "fg": 752, "rotates": false }, + { "id": "overlay_worn_boots_h20survivor", "fg": 1004, "rotates": false }, + { "id": "overlay_worn_boots_hiking", "fg": 746, "rotates": false }, + { "id": "overlay_worn_boots_hsurvivor", "fg": 751, "rotates": false }, + { "id": "overlay_worn_boots_larmor", "fg": 752, "rotates": false }, + { "id": "overlay_worn_boots_lsurvivor", "fg": 752, "rotates": false }, + { "id": "overlay_worn_boots_plate", "fg": 752, "rotates": false }, + { "id": "overlay_worn_boots_steel", "fg": 754, "rotates": false }, + { "id": "overlay_worn_boots_survivor", "fg": 752, "rotates": false }, + { "id": "overlay_worn_boots_western", "fg": 755, "rotates": false }, + { "id": "overlay_worn_boots_winter", "fg": 756, "rotates": false }, + { "id": "overlay_worn_boots_wsurvivor", "fg": 756, "rotates": false }, + { "id": "overlay_worn_boots_xlsurvivor", "fg": 756, "rotates": false }, + { "id": "overlay_worn_bootsheath", "fg": 747, "rotates": false }, + { "id": "overlay_worn_bootstrap", "fg": 748, "rotates": false }, + { "id": "overlay_worn_boxer_briefs", "fg": 757, "rotates": false }, + { "id": "overlay_worn_boxer_shorts", "fg": 757, "rotates": false }, + { "id": "overlay_worn_boxing_gloves", "fg": 758, "rotates": false }, + { "id": "overlay_worn_boy_shorts", "fg": 759, "rotates": false }, + { "id": "overlay_worn_bra", "fg": 760, "rotates": false }, + { "id": "overlay_worn_breeches", "fg": 921, "rotates": false }, + { "id": "overlay_worn_briefcase", "fg": 761, "rotates": false }, + { "id": "overlay_worn_briefs", "fg": 762, "rotates": false }, + { "id": "overlay_worn_bronze_medal", "fg": 1022, "rotates": false }, + { "id": "overlay_worn_bscabbard", "fg": 763, "rotates": false }, + { "id": "overlay_worn_bunker_coat", "fg": 764, "rotates": false }, + { "id": "overlay_worn_bunker_pants", "fg": 765, "rotates": false }, + { "id": "overlay_worn_camisole", "fg": 767, "rotates": false }, + { "id": "overlay_worn_case_violin", "fg": 714, "rotates": false }, + { "id": "overlay_worn_cassock", "fg": 768, "rotates": false }, + { "id": [ "overlay_worn_fur_cat_ears", "overlay_worn_faux_fur_cat_ears" ], "fg": 1040, "rotates": false }, + { "id": "overlay_worn_chainmail_arms", "fg": 769, "rotates": false }, + { "id": "overlay_worn_chainmail_hauberk", "fg": 773, "rotates": false }, + { "id": "overlay_worn_chainmail_hood", "fg": 770, "rotates": false }, + { "id": "overlay_worn_chainmail_legs", "fg": 771, "rotates": false }, + { "id": "overlay_worn_chainmail_suit", "fg": 772, "rotates": false }, + { "id": "overlay_worn_chainmail_vest", "fg": 773, "rotates": false }, + { "id": "overlay_worn_chaps_leather", "fg": 774, "rotates": false }, + { "id": "overlay_worn_chestrig", "fg": 1000, "rotates": false }, + { "id": "overlay_worn_chestwrap", "fg": 775, "rotates": false }, + { "id": "overlay_worn_chestwrap_fur", "fg": 775, "rotates": false }, + { "id": "overlay_worn_chestwrap_leather", "fg": 775, "rotates": false }, + { "id": "overlay_worn_chestwrap_wool", "fg": 775, "rotates": false }, + { "id": "overlay_worn_cleansuit", "fg": 776, "rotates": false }, + { "id": "overlay_worn_cleats", "fg": 959, "rotates": false }, + { "id": "overlay_worn_cloak", "fg": 777, "rotates": false }, + { "id": "overlay_worn_cloak_bless", "fg": 782, "rotates": false }, + { "id": "overlay_worn_cloak_fur", "fg": 939, "rotates": false }, + { "id": "overlay_worn_cloak_leather", "fg": 939, "rotates": false }, + { "id": "overlay_worn_cloak_wool", "fg": 915, "rotates": false }, + { "id": "overlay_worn_clogs", "fg": 778, "rotates": false }, + { "id": "overlay_worn_clown_suit", "fg": 780, "rotates": false }, + { "id": "overlay_worn_clownshoes", "fg": 779, "rotates": false }, + { "id": "overlay_worn_coat_fur", "fg": 781, "rotates": false }, + { "id": "overlay_worn_coat_fur_sf", "fg": 781, "rotates": false }, + { "id": "overlay_worn_coat_lab", "fg": 782, "rotates": false }, + { "id": "overlay_worn_coat_rain", "fg": 783, "rotates": false }, + { "id": "overlay_worn_coat_winter", "fg": 784, "rotates": false }, + { "id": "overlay_worn_copper_locket", "fg": 1023, "rotates": false }, + { "id": "overlay_worn_copper_necklace", "fg": 1024, "rotates": false }, + { "id": [ "overlay_worn_copper_ring", "overlay_worn_mring_copper" ], "fg": 1025, "rotates": false }, + { "id": "overlay_worn_corset", "fg": 785, "rotates": false }, + { "id": "overlay_worn_cowboy_hat", "fg": 786, "rotates": false }, + { "id": "overlay_worn_cowl_wool", "fg": 847, "rotates": false }, + { "id": [ "overlay_worn_crown_golden", "overlay_worn_crown_golden_survivor" ], "fg": 713, "rotates": false }, + { "id": "overlay_worn_dance_shoes", "fg": 824, "rotates": false }, + { "id": "overlay_worn_depowered_armor", "fg": 930, "rotates": false }, + { "id": "overlay_worn_depowered_helmet", "fg": 787, "rotates": false }, + { "id": "overlay_worn_dinosuit", "fg": 788, "rotates": false }, + { "id": "overlay_worn_dive_bag", "fg": 789, "rotates": false }, + { "id": "overlay_worn_diving_watch", "fg": 1030, "rotates": false }, + { "id": "overlay_worn_down_blanket", "fg": 741, "rotates": false }, + { "id": "overlay_worn_dragonskin", "fg": 1031, "rotates": false }, + { "id": "overlay_worn_dress", "fg": 790, "rotates": false }, + { "id": "overlay_worn_dress_bless", "fg": 791, "rotates": false }, + { "id": "overlay_worn_dress_shoes", "fg": 946, "rotates": false }, + { "id": "overlay_worn_dress_shoes_air", "fg": 824, "rotates": false }, + { "id": "overlay_worn_dress_skirt", "fg": 952, "rotates": false }, + { "id": "overlay_worn_dress_wedding", "fg": 791, "rotates": false }, + { "id": "overlay_worn_duffelbag", "fg": 973, "rotates": false }, + { "id": "overlay_worn_duster", "fg": 792, "rotates": false }, + { "id": "overlay_worn_duster_fur", "fg": 792, "rotates": false }, + { "id": "overlay_worn_duster_leather", "fg": 792, "rotates": false }, + { "id": "overlay_worn_duster_survivor", "fg": 793, "rotates": false }, { "id": "overlay_worn_e_handcuffs", "fg": 597, "rotates": false }, { "id": [ "overlay_worn_silver_ear", "overlay_worn_platinum_ear", "overlay_worn_pearl_ear" ], - "fg": 1056, + "fg": 1057, "rotates": false }, - { "id": "overlay_worn_elbow_pads", "fg": 793, "rotates": false }, - { "id": "overlay_worn_emer_blanket", "fg": 740, "rotates": false }, - { "id": "overlay_worn_emer_blanket_on", "fg": 740, "rotates": false }, - { "id": "overlay_worn_entry_suit", "fg": 1032, "rotates": false }, - { "id": "overlay_worn_fancy_bra", "fg": 759, "rotates": false }, - { "id": "overlay_worn_fancy_sunglasses", "fg": 969, "rotates": false }, - { "id": "overlay_worn_fencing_jacket", "fg": 1037, "rotates": false }, - { "id": "overlay_worn_fencing_mask", "fg": 1038, "rotates": false }, - { "id": "overlay_worn_fencing_pants", "fg": 794, "rotates": false }, - { "id": "overlay_worn_fire_gauntlets", "fg": 805, "rotates": false }, - { "id": "overlay_worn_fireman_belt", "fg": 971, "rotates": false }, - { "id": "overlay_worn_fishing_waders", "fg": 795, "rotates": false }, - { "id": "overlay_worn_fitover_sunglasses", "fg": 969, "rotates": false }, - { "id": "overlay_worn_flag_shirt", "fg": 796, "rotates": false }, - { "id": "overlay_worn_flip_flops", "fg": 797, "rotates": false }, - { "id": [ "overlay_worn_flotation_vest", "overlay_worn_flotation_vest_ms" ], "fg": 857, "rotates": false }, - { "id": "overlay_worn_folding_poncho_on", "fg": 655, "rotates": false }, - { "id": "overlay_worn_football_armor", "fg": 798, "rotates": false }, - { "id": "overlay_worn_footrags", "fg": 799, "rotates": false }, - { "id": "overlay_worn_footrags_fur", "fg": 959, "rotates": false }, - { "id": "overlay_worn_footrags_leather", "fg": 912, "rotates": false }, - { "id": "overlay_worn_footrags_wool", "fg": 959, "rotates": false }, - { "id": "overlay_worn_fsurvivor_suit", "fg": 913, "rotates": false }, - { "id": "overlay_worn_fur_blanket", "fg": 740, "rotates": false }, + { "id": "overlay_worn_elbow_pads", "fg": 794, "rotates": false }, + { "id": "overlay_worn_emer_blanket", "fg": 741, "rotates": false }, + { "id": "overlay_worn_emer_blanket_on", "fg": 741, "rotates": false }, + { "id": "overlay_worn_entry_suit", "fg": 1033, "rotates": false }, + { "id": "overlay_worn_fancy_bra", "fg": 760, "rotates": false }, + { "id": "overlay_worn_fancy_sunglasses", "fg": 970, "rotates": false }, + { "id": "overlay_worn_fencing_jacket", "fg": 1038, "rotates": false }, + { "id": "overlay_worn_fencing_mask", "fg": 1039, "rotates": false }, + { "id": "overlay_worn_fencing_pants", "fg": 795, "rotates": false }, + { "id": "overlay_worn_fire_gauntlets", "fg": 806, "rotates": false }, + { "id": "overlay_worn_fireman_belt", "fg": 972, "rotates": false }, + { "id": "overlay_worn_fishing_waders", "fg": 796, "rotates": false }, + { "id": "overlay_worn_fitover_sunglasses", "fg": 970, "rotates": false }, + { "id": "overlay_worn_flag_shirt", "fg": 797, "rotates": false }, + { "id": "overlay_worn_flip_flops", "fg": 798, "rotates": false }, + { "id": [ "overlay_worn_flotation_vest", "overlay_worn_flotation_vest_ms" ], "fg": 858, "rotates": false }, + { "id": "overlay_worn_folding_poncho_on", "fg": 656, "rotates": false }, + { "id": "overlay_worn_football_armor", "fg": 799, "rotates": false }, + { "id": "overlay_worn_footrags", "fg": 800, "rotates": false }, + { "id": "overlay_worn_footrags_fur", "fg": 960, "rotates": false }, + { "id": "overlay_worn_footrags_leather", "fg": 913, "rotates": false }, + { "id": "overlay_worn_footrags_wool", "fg": 960, "rotates": false }, + { "id": "overlay_worn_fsurvivor_suit", "fg": 914, "rotates": false }, + { "id": "overlay_worn_fur_blanket", "fg": 741, "rotates": false }, { "id": "overlay_female_worn_fur_cat_ears", "fg": 271, "rotates": false }, { "id": "overlay_male_worn_fur_cat_ears", "fg": 296, "rotates": false }, - { "id": "overlay_worn_gambeson", "fg": 995, "rotates": false }, - { "id": "overlay_worn_gauntlets_acidchitin", "fg": 710, "rotates": false }, - { "id": "overlay_worn_gauntlets_chitin", "fg": 806, "rotates": false }, - { "id": "overlay_worn_gauntlets_larmor", "fg": 806, "rotates": false }, - { "id": "overlay_worn_geta", "fg": 957, "rotates": false }, - { "id": "overlay_worn_glasses_bal", "fg": 810, "rotates": false }, - { "id": "overlay_worn_glasses_monocle", "fg": 801, "rotates": false }, - { "id": [ "overlay_worn_glasses_safety" ], "fg": 802, "rotates": false }, - { "id": "overlay_worn_glove_jackson", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_bag", "fg": 803, "rotates": false }, - { "id": "overlay_worn_gloves_fingerless", "fg": 804, "rotates": false }, - { "id": "overlay_worn_gloves_fingerless_mod", "fg": 804, "rotates": false }, - { "id": "overlay_worn_gloves_fsurvivor", "fg": 805, "rotates": false }, - { "id": "overlay_worn_gloves_fur", "fg": 806, "rotates": false }, - { "id": "overlay_worn_gloves_h20survivor", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gloves_hsurvivor", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gloves_leather", "fg": 806, "rotates": false }, - { "id": "overlay_worn_gloves_light", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_liner", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_lsurvivor", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gloves_medical", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_plate", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_survivor", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gloves_tactical", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gloves_winter", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gloves_wool", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_work", "fg": 809, "rotates": false }, - { "id": "overlay_worn_gloves_wraps", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_fur", "fg": 806, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_leather", "fg": 806, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_wool", "fg": 808, "rotates": false }, - { "id": "overlay_worn_gloves_wsurvivor", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gloves_xlsurvivor", "fg": 807, "rotates": false }, - { "id": "overlay_worn_gobag", "fg": 972, "rotates": false }, - { "id": "overlay_worn_goggles_ir", "fg": 656, "rotates": false }, - { "id": "overlay_worn_goggles_ir_on", "fg": 657, "rotates": false }, - { "id": "overlay_worn_goggles_nv", "fg": 658, "rotates": false }, - { "id": "overlay_worn_goggles_nv_clairvoyance", "fg": 659, "rotates": false }, - { "id": "overlay_worn_goggles_nv_on", "fg": 660, "rotates": false }, - { "id": "overlay_worn_goggles_ski", "fg": 810, "rotates": false }, - { "id": "overlay_worn_goggles_swim", "fg": 810, "rotates": false }, - { "id": "overlay_worn_goggles_welding", "fg": 811, "rotates": false }, - { "id": "overlay_worn_gold_dental_grill", "fg": 707, "rotates": false }, - { "id": "overlay_worn_gold_locket", "fg": 1048, "rotates": false }, - { "id": "overlay_worn_gold_medal", "fg": 1049, "rotates": false }, - { "id": "overlay_worn_gold_necklace", "fg": 1050, "rotates": false }, - { "id": [ "overlay_worn_gold_ring", "overlay_worn_mring_gold" ], "fg": 1051, "rotates": false }, - { "id": "overlay_worn_gown", "fg": 789, "rotates": false }, - { "id": "overlay_worn_greatcoat", "fg": 812, "rotates": false }, - { "id": "overlay_worn_h20survivor_suit", "fg": 850, "rotates": false }, - { "id": "overlay_worn_hakama_gi", "fg": 813, "rotates": false }, - { "id": "overlay_worn_halter_top", "fg": 814, "rotates": false }, - { "id": "overlay_worn_harmonica_holder", "fg": 661, "rotates": false }, - { "id": "overlay_worn_hat_ball", "fg": 815, "rotates": false }, - { "id": "overlay_worn_hat_boonie", "fg": 816, "rotates": false }, - { "id": "overlay_worn_hat_cotton", "fg": 819, "rotates": false }, - { "id": "overlay_worn_hat_fur", "fg": 817, "rotates": false }, - { "id": "overlay_worn_hat_hunting", "fg": 818, "rotates": false }, - { "id": "overlay_worn_hat_knit", "fg": 819, "rotates": false }, - { "id": "overlay_worn_hat_newsboy", "fg": 820, "rotates": false }, - { "id": "overlay_worn_hat_noise_cancelling", "fg": 821, "rotates": false }, - { "id": "overlay_worn_hazmat_suit", "fg": 717, "rotates": false }, - { "id": "overlay_worn_headgear", "fg": 822, "rotates": false }, - { "id": "overlay_worn_heels", "fg": 823, "rotates": false }, - { "id": "overlay_worn_helmet_acidchitin", "fg": 705, "rotates": false }, - { "id": "overlay_worn_helmet_ball", "fg": 824, "rotates": false }, - { "id": "overlay_worn_helmet_barbute", "fg": 825, "rotates": false }, - { "id": "overlay_worn_helmet_bike", "fg": 826, "rotates": false }, - { "id": "overlay_worn_helmet_chitin", "fg": 827, "rotates": false }, - { "id": "overlay_worn_helmet_conical", "fg": 825, "rotates": false }, - { "id": "overlay_worn_helmet_corinthian", "fg": 825, "rotates": false }, - { "id": "overlay_worn_helmet_football", "fg": 828, "rotates": false }, - { "id": "overlay_worn_helmet_galea", "fg": 769, "rotates": false }, - { "id": "overlay_worn_helmet_hsurvivor", "fg": 829, "rotates": false }, - { "id": "overlay_worn_helmet_larmor", "fg": 830, "rotates": false }, - { "id": "overlay_worn_helmet_liner", "fg": 844, "rotates": false }, - { "id": "overlay_worn_helmet_lobster", "fg": 831, "rotates": false }, - { "id": "overlay_worn_helmet_motor", "fg": 832, "rotates": false }, - { "id": "overlay_worn_helmet_nasal", "fg": 769, "rotates": false }, - { "id": "overlay_worn_helmet_nomad", "fg": 833, "rotates": false }, - { "id": "overlay_worn_helmet_plate", "fg": 834, "rotates": false }, - { "id": "overlay_worn_helmet_riot", "fg": 835, "rotates": false }, - { "id": "overlay_worn_helmet_scavenger", "fg": 836, "rotates": false }, - { "id": "overlay_worn_helmet_skid", "fg": 837, "rotates": false }, - { "id": "overlay_worn_helmet_survivor", "fg": 838, "rotates": false }, - { "id": "overlay_worn_helmet_xlsurvivor", "fg": 839, "rotates": false }, - { "id": "overlay_worn_hmil_armor", "fg": 840, "rotates": false }, - { "id": "overlay_worn_holo_cloak", "fg": 687, "rotates": false }, - { "id": "overlay_worn_holster", "fg": 841, "rotates": false }, - { "id": "overlay_worn_hood_fsurvivor", "fg": 843, "rotates": false }, - { "id": "overlay_worn_hood_h20survivor", "fg": 844, "rotates": false }, - { "id": "overlay_worn_hood_lsurvivor", "fg": 845, "rotates": false }, - { "id": "overlay_worn_hood_rain", "fg": 844, "rotates": false }, - { "id": "overlay_worn_hood_survivor", "fg": 845, "rotates": false }, - { "id": "overlay_worn_hood_wsurvivor", "fg": 846, "rotates": false }, - { "id": "overlay_worn_hood_xlsurvivor", "fg": 845, "rotates": false }, - { "id": "overlay_worn_hoodie", "fg": 842, "rotates": false }, - { "id": "overlay_worn_hot_pants", "fg": 847, "rotates": false }, - { "id": "overlay_worn_hot_pants_fur", "fg": 847, "rotates": false }, - { "id": "overlay_worn_hot_pants_leather", "fg": 848, "rotates": false }, - { "id": "overlay_worn_house_coat", "fg": 849, "rotates": false }, - { "id": "overlay_worn_hsurvivor_suit", "fg": 850, "rotates": false }, - { "id": "overlay_worn_iggaak", "fg": 969, "rotates": false }, - { "id": "overlay_worn_jacket_army", "fg": 851, "rotates": false }, - { "id": "overlay_worn_jacket_chef", "fg": 852, "rotates": false }, - { "id": "overlay_worn_jacket_evac", "fg": 853, "rotates": false }, - { "id": "overlay_worn_jacket_flannel", "fg": 854, "rotates": false }, - { "id": "overlay_worn_jacket_jean", "fg": 855, "rotates": false }, - { "id": "overlay_worn_jacket_leather", "fg": 856, "rotates": false }, - { "id": "overlay_worn_jacket_leather_mod", "fg": 856, "rotates": false }, - { "id": "overlay_worn_jacket_leather_red", "fg": 857, "rotates": false }, - { "id": "overlay_worn_jacket_light", "fg": 858, "rotates": false }, - { "id": "overlay_worn_jacket_windbreaker", "fg": 859, "rotates": false }, - { "id": "overlay_worn_jade_brooch", "fg": 1054, "rotates": false }, - { "id": "overlay_worn_jeans", "fg": 860, "rotates": false }, - { "id": "overlay_worn_jeans_red", "fg": 861, "rotates": false }, - { "id": "overlay_worn_jedi_cloak", "fg": 862, "rotates": false }, - { "id": "overlay_worn_jerrypack", "fg": 863, "rotates": false }, - { "id": "overlay_worn_jersey", "fg": 864, "rotates": false }, - { "id": "overlay_worn_judo_belt_black", "fg": 874, "rotates": false }, - { "id": "overlay_worn_judo_belt_blue", "fg": 874, "rotates": false }, - { "id": "overlay_worn_judo_belt_brown", "fg": 874, "rotates": false }, - { "id": "overlay_worn_judo_belt_green", "fg": 874, "rotates": false }, - { "id": "overlay_worn_judo_belt_orange", "fg": 874, "rotates": false }, - { "id": "overlay_worn_judo_belt_white", "fg": 874, "rotates": false }, - { "id": "overlay_worn_judo_belt_yellow", "fg": 874, "rotates": false }, - { "id": "overlay_worn_judo_gi", "fg": 865, "rotates": false }, - { "id": "overlay_worn_karate_gi", "fg": 865, "rotates": false }, - { "id": "overlay_worn_kariginu", "fg": 866, "rotates": false }, - { "id": "overlay_worn_keffiyeh", "fg": 898, "rotates": false }, - { "id": "overlay_worn_keikogi", "fg": 867, "rotates": false }, - { "id": "overlay_worn_kevlar", "fg": 1030, "rotates": false }, - { "id": "overlay_worn_kilt", "fg": 950, "rotates": false }, - { "id": "overlay_worn_kimono", "fg": 868, "rotates": false }, - { "id": "overlay_worn_kippah", "fg": 869, "rotates": false }, - { "id": "overlay_worn_kittel", "fg": 870, "rotates": false }, - { "id": "overlay_worn_knee_high_boots", "fg": 871, "rotates": false }, - { "id": "overlay_worn_knee_pads", "fg": 872, "rotates": false }, - { "id": "overlay_worn_knit_scarf", "fg": 662, "rotates": false }, - { "id": "overlay_worn_knit_scarf_loose", "fg": 662, "rotates": false }, - { "id": "overlay_worn_kufi", "fg": 873, "rotates": false }, - { "id": "overlay_worn_leather_belt", "fg": 874, "rotates": false }, + { "id": "overlay_worn_gambeson", "fg": 996, "rotates": false }, + { "id": "overlay_worn_gauntlets_acidchitin", "fg": 711, "rotates": false }, + { "id": "overlay_worn_gauntlets_chitin", "fg": 807, "rotates": false }, + { "id": "overlay_worn_gauntlets_larmor", "fg": 807, "rotates": false }, + { "id": "overlay_worn_geta", "fg": 958, "rotates": false }, + { "id": "overlay_worn_glasses_bal", "fg": 811, "rotates": false }, + { "id": "overlay_worn_glasses_monocle", "fg": 802, "rotates": false }, + { "id": [ "overlay_worn_glasses_safety" ], "fg": 803, "rotates": false }, + { "id": "overlay_worn_glove_jackson", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_bag", "fg": 804, "rotates": false }, + { "id": "overlay_worn_gloves_fingerless", "fg": 805, "rotates": false }, + { "id": "overlay_worn_gloves_fingerless_mod", "fg": 805, "rotates": false }, + { "id": "overlay_worn_gloves_fsurvivor", "fg": 806, "rotates": false }, + { "id": "overlay_worn_gloves_fur", "fg": 807, "rotates": false }, + { "id": "overlay_worn_gloves_h20survivor", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gloves_hsurvivor", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gloves_leather", "fg": 807, "rotates": false }, + { "id": "overlay_worn_gloves_light", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_liner", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_lsurvivor", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gloves_medical", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_plate", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_survivor", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gloves_tactical", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gloves_winter", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gloves_wool", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_work", "fg": 810, "rotates": false }, + { "id": "overlay_worn_gloves_wraps", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_wraps_fur", "fg": 807, "rotates": false }, + { "id": "overlay_worn_gloves_wraps_leather", "fg": 807, "rotates": false }, + { "id": "overlay_worn_gloves_wraps_wool", "fg": 809, "rotates": false }, + { "id": "overlay_worn_gloves_wsurvivor", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gloves_xlsurvivor", "fg": 808, "rotates": false }, + { "id": "overlay_worn_gobag", "fg": 973, "rotates": false }, + { "id": "overlay_worn_goggles_ir", "fg": 657, "rotates": false }, + { "id": "overlay_worn_goggles_ir_on", "fg": 658, "rotates": false }, + { "id": "overlay_worn_goggles_nv", "fg": 659, "rotates": false }, + { "id": "overlay_worn_goggles_nv_clairvoyance", "fg": 660, "rotates": false }, + { "id": "overlay_worn_goggles_nv_on", "fg": 661, "rotates": false }, + { "id": "overlay_worn_goggles_ski", "fg": 811, "rotates": false }, + { "id": "overlay_worn_goggles_swim", "fg": 811, "rotates": false }, + { "id": "overlay_worn_goggles_welding", "fg": 812, "rotates": false }, + { "id": "overlay_worn_gold_dental_grill", "fg": 708, "rotates": false }, + { "id": "overlay_worn_gold_locket", "fg": 1049, "rotates": false }, + { "id": "overlay_worn_gold_medal", "fg": 1050, "rotates": false }, + { "id": "overlay_worn_gold_necklace", "fg": 1051, "rotates": false }, + { "id": [ "overlay_worn_gold_ring", "overlay_worn_mring_gold" ], "fg": 1052, "rotates": false }, + { "id": "overlay_worn_gown", "fg": 790, "rotates": false }, + { "id": "overlay_worn_greatcoat", "fg": 813, "rotates": false }, + { "id": "overlay_worn_h20survivor_suit", "fg": 851, "rotates": false }, + { "id": "overlay_worn_hakama_gi", "fg": 814, "rotates": false }, + { "id": "overlay_worn_halter_top", "fg": 815, "rotates": false }, + { "id": "overlay_worn_harmonica_holder", "fg": 662, "rotates": false }, + { "id": "overlay_worn_hat_ball", "fg": 816, "rotates": false }, + { "id": "overlay_worn_hat_boonie", "fg": 817, "rotates": false }, + { "id": "overlay_worn_hat_cotton", "fg": 820, "rotates": false }, + { "id": "overlay_worn_hat_fur", "fg": 818, "rotates": false }, + { "id": "overlay_worn_hat_hunting", "fg": 819, "rotates": false }, + { "id": "overlay_worn_hat_knit", "fg": 820, "rotates": false }, + { "id": "overlay_worn_hat_newsboy", "fg": 821, "rotates": false }, + { "id": "overlay_worn_hat_noise_cancelling", "fg": 822, "rotates": false }, + { "id": "overlay_worn_hazmat_suit", "fg": 718, "rotates": false }, + { "id": "overlay_worn_headgear", "fg": 823, "rotates": false }, + { "id": "overlay_worn_heels", "fg": 824, "rotates": false }, + { "id": "overlay_worn_helmet_acidchitin", "fg": 706, "rotates": false }, + { "id": "overlay_worn_helmet_ball", "fg": 825, "rotates": false }, + { "id": "overlay_worn_helmet_barbute", "fg": 826, "rotates": false }, + { "id": "overlay_worn_helmet_bike", "fg": 827, "rotates": false }, + { "id": "overlay_worn_helmet_chitin", "fg": 828, "rotates": false }, + { "id": "overlay_worn_helmet_conical", "fg": 826, "rotates": false }, + { "id": "overlay_worn_helmet_corinthian", "fg": 826, "rotates": false }, + { "id": "overlay_worn_helmet_football", "fg": 829, "rotates": false }, + { "id": "overlay_worn_helmet_galea", "fg": 770, "rotates": false }, + { "id": "overlay_worn_helmet_hsurvivor", "fg": 830, "rotates": false }, + { "id": "overlay_worn_helmet_larmor", "fg": 831, "rotates": false }, + { "id": "overlay_worn_helmet_liner", "fg": 845, "rotates": false }, + { "id": "overlay_worn_helmet_lobster", "fg": 832, "rotates": false }, + { "id": "overlay_worn_helmet_motor", "fg": 833, "rotates": false }, + { "id": "overlay_worn_helmet_nasal", "fg": 770, "rotates": false }, + { "id": "overlay_worn_helmet_nomad", "fg": 834, "rotates": false }, + { "id": "overlay_worn_helmet_plate", "fg": 835, "rotates": false }, + { "id": "overlay_worn_helmet_riot", "fg": 836, "rotates": false }, + { "id": "overlay_worn_helmet_scavenger", "fg": 837, "rotates": false }, + { "id": "overlay_worn_helmet_skid", "fg": 838, "rotates": false }, + { "id": "overlay_worn_helmet_survivor", "fg": 839, "rotates": false }, + { "id": "overlay_worn_helmet_xlsurvivor", "fg": 840, "rotates": false }, + { "id": "overlay_worn_hmil_armor", "fg": 841, "rotates": false }, + { "id": "overlay_worn_holo_cloak", "fg": 688, "rotates": false }, + { "id": "overlay_worn_holster", "fg": 842, "rotates": false }, + { "id": "overlay_worn_hood_fsurvivor", "fg": 844, "rotates": false }, + { "id": "overlay_worn_hood_h20survivor", "fg": 845, "rotates": false }, + { "id": "overlay_worn_hood_lsurvivor", "fg": 846, "rotates": false }, + { "id": "overlay_worn_hood_rain", "fg": 845, "rotates": false }, + { "id": "overlay_worn_hood_survivor", "fg": 846, "rotates": false }, + { "id": "overlay_worn_hood_wsurvivor", "fg": 847, "rotates": false }, + { "id": "overlay_worn_hood_xlsurvivor", "fg": 846, "rotates": false }, + { "id": "overlay_worn_hoodie", "fg": 843, "rotates": false }, + { "id": "overlay_worn_hot_pants", "fg": 848, "rotates": false }, + { "id": "overlay_worn_hot_pants_fur", "fg": 848, "rotates": false }, + { "id": "overlay_worn_hot_pants_leather", "fg": 849, "rotates": false }, + { "id": "overlay_worn_house_coat", "fg": 850, "rotates": false }, + { "id": "overlay_worn_hsurvivor_suit", "fg": 851, "rotates": false }, + { "id": "overlay_worn_iggaak", "fg": 970, "rotates": false }, + { "id": "overlay_worn_jacket_army", "fg": 852, "rotates": false }, + { "id": "overlay_worn_jacket_chef", "fg": 853, "rotates": false }, + { "id": "overlay_worn_jacket_evac", "fg": 854, "rotates": false }, + { "id": "overlay_worn_jacket_flannel", "fg": 855, "rotates": false }, + { "id": "overlay_worn_jacket_jean", "fg": 856, "rotates": false }, + { "id": "overlay_worn_jacket_leather", "fg": 857, "rotates": false }, + { "id": "overlay_worn_jacket_leather_mod", "fg": 857, "rotates": false }, + { "id": "overlay_worn_jacket_leather_red", "fg": 858, "rotates": false }, + { "id": "overlay_worn_jacket_light", "fg": 859, "rotates": false }, + { "id": "overlay_worn_jacket_windbreaker", "fg": 860, "rotates": false }, + { "id": "overlay_worn_jade_brooch", "fg": 1055, "rotates": false }, + { "id": "overlay_worn_jeans", "fg": 861, "rotates": false }, + { "id": "overlay_worn_jeans_red", "fg": 862, "rotates": false }, + { "id": "overlay_worn_jedi_cloak", "fg": 863, "rotates": false }, + { "id": "overlay_worn_jerrypack", "fg": 864, "rotates": false }, + { "id": "overlay_worn_jersey", "fg": 865, "rotates": false }, + { "id": "overlay_worn_judo_belt_black", "fg": 875, "rotates": false }, + { "id": "overlay_worn_judo_belt_blue", "fg": 875, "rotates": false }, + { "id": "overlay_worn_judo_belt_brown", "fg": 875, "rotates": false }, + { "id": "overlay_worn_judo_belt_green", "fg": 875, "rotates": false }, + { "id": "overlay_worn_judo_belt_orange", "fg": 875, "rotates": false }, + { "id": "overlay_worn_judo_belt_white", "fg": 875, "rotates": false }, + { "id": "overlay_worn_judo_belt_yellow", "fg": 875, "rotates": false }, + { "id": "overlay_worn_judo_gi", "fg": 866, "rotates": false }, + { "id": "overlay_worn_karate_gi", "fg": 866, "rotates": false }, + { "id": "overlay_worn_kariginu", "fg": 867, "rotates": false }, + { "id": "overlay_worn_keffiyeh", "fg": 899, "rotates": false }, + { "id": "overlay_worn_keikogi", "fg": 868, "rotates": false }, + { "id": "overlay_worn_kevlar", "fg": 1031, "rotates": false }, + { "id": "overlay_worn_kilt", "fg": 951, "rotates": false }, + { "id": "overlay_worn_kimono", "fg": 869, "rotates": false }, + { "id": "overlay_worn_kippah", "fg": 870, "rotates": false }, + { "id": "overlay_worn_kittel", "fg": 871, "rotates": false }, + { "id": "overlay_worn_knee_high_boots", "fg": 872, "rotates": false }, + { "id": "overlay_worn_knee_pads", "fg": 873, "rotates": false }, + { "id": "overlay_worn_knit_scarf", "fg": 663, "rotates": false }, + { "id": "overlay_worn_knit_scarf_loose", "fg": 663, "rotates": false }, + { "id": "overlay_worn_kufi", "fg": 874, "rotates": false }, + { "id": "overlay_worn_leather_belt", "fg": 875, "rotates": false }, { "id": "overlay_female_worn_leather_cat_ears", "fg": 271, "rotates": false }, { "id": "overlay_male_worn_leather_cat_ears", "fg": 296, "rotates": false }, - { "id": "overlay_worn_leather_cat_tail", "fg": 800, "rotates": false }, - { "id": "overlay_worn_leather_pouch", "fg": 647, "rotates": false }, - { "id": "overlay_worn_leathersandals", "fg": 797, "rotates": false }, - { "id": "overlay_worn_leg_splint", "fg": 878, "rotates": false }, - { "id": "overlay_worn_leg_warmers", "fg": 879, "rotates": false }, - { "id": "overlay_worn_leg_warmers_f", "fg": 879, "rotates": false }, - { "id": "overlay_worn_leg_warmers_xl", "fg": 879, "rotates": false }, - { "id": "overlay_worn_leg_warmers_xlf", "fg": 879, "rotates": false }, - { "id": "overlay_worn_leggings", "fg": 991, "rotates": false }, - { "id": "overlay_worn_legguard_bronze", "fg": 876, "rotates": false }, - { "id": "overlay_worn_legguard_hard", "fg": 875, "rotates": false }, - { "id": [ "overlay_worn_legguard_metal", "overlay_worn_legguard_lightplate" ], "fg": 876, "rotates": false }, - { "id": "overlay_worn_legguard_paper", "fg": 877, "rotates": false }, - { "id": "overlay_worn_legrig", "fg": 971, "rotates": false }, - { "id": "overlay_worn_lmil_armor", "fg": 880, "rotates": false }, - { "id": "overlay_worn_loincloth", "fg": 881, "rotates": false }, - { "id": "overlay_worn_loincloth_fur", "fg": 881, "rotates": false }, - { "id": "overlay_worn_loincloth_leather", "fg": 881, "rotates": false }, - { "id": "overlay_worn_loincloth_wool", "fg": 881, "rotates": false }, - { "id": "overlay_worn_long_glove_white", "fg": 882, "rotates": false }, - { "id": "overlay_worn_long_knit_scarf", "fg": 663, "rotates": false }, - { "id": "overlay_worn_long_knit_scarf_loose", "fg": 663, "rotates": false }, - { "id": "overlay_worn_long_patchwork_scarf", "fg": 664, "rotates": false }, - { "id": "overlay_worn_long_patchwork_scarf_loose", "fg": 664, "rotates": false }, - { "id": "overlay_worn_lowtops", "fg": 883, "rotates": false }, - { "id": "overlay_worn_lsurvivor_armor", "fg": 884, "rotates": false }, - { "id": "overlay_worn_lsurvivor_pants", "fg": 922, "rotates": false }, - { "id": "overlay_worn_lsurvivor_suit", "fg": 974, "rotates": false }, - { "id": "overlay_worn_magbandolier", "fg": 686, "rotates": false }, - { "id": "overlay_worn_maid_dress", "fg": 885, "rotates": false }, - { "id": "overlay_worn_maid_hat", "fg": 886, "rotates": false }, - { "id": "overlay_worn_maid_stockings", "fg": 961, "rotates": false }, - { "id": "overlay_worn_makeshift_knapsack", "fg": 887, "rotates": false }, - { "id": "overlay_worn_makeshift_sling", "fg": 888, "rotates": false }, - { "id": "overlay_worn_mask_bal", "fg": 889, "rotates": false }, - { "id": "overlay_worn_mask_bunker", "fg": 665, "rotates": false }, - { "id": "overlay_worn_mask_bunker_on", "fg": 666, "rotates": false }, - { "id": "overlay_worn_mask_dust", "fg": 890, "rotates": false }, - { "id": "overlay_worn_mask_filter", "fg": 891, "rotates": false }, - { "id": "overlay_worn_mask_fsurvivor", "fg": 892, "rotates": false }, - { "id": "overlay_worn_mask_fsurvivorxl", "fg": 892, "rotates": false }, - { "id": "overlay_worn_mask_gas", "fg": 893, "rotates": false }, - { "id": "overlay_worn_mask_gas_xl", "fg": 893, "rotates": false }, - { "id": "overlay_worn_mask_guy_fawkes", "fg": 894, "rotates": false }, - { "id": "overlay_worn_mask_h20survivor", "fg": 667, "rotates": false }, - { "id": "overlay_worn_mask_h20survivor_on", "fg": 667, "rotates": false }, - { "id": "overlay_worn_mask_h20survivorxl", "fg": 667, "rotates": false }, - { "id": "overlay_worn_mask_h20survivorxl_on", "fg": 667, "rotates": false }, - { "id": "overlay_worn_mask_hockey", "fg": 895, "rotates": false }, - { "id": "overlay_worn_mask_hsurvivor", "fg": 896, "rotates": false }, - { "id": "overlay_worn_mask_lsurvivor", "fg": 897, "rotates": false }, - { "id": "overlay_worn_mask_rioter", "fg": 898, "rotates": false }, - { "id": [ "overlay_worn_mask_ski_loose", "mask_ski_loose" ], "fg": 669, "rotates": false }, - { "id": [ "overlay_worn_mask_ski", "mask_ski" ], "fg": 668, "rotates": false }, - { "id": "overlay_worn_mask_survivor", "fg": 897, "rotates": false }, - { "id": "overlay_worn_mask_survivorxl", "fg": 897, "rotates": false }, - { "id": "overlay_worn_mask_wsurvivor", "fg": 899, "rotates": false }, - { "id": "overlay_worn_mask_wsurvivorxl", "fg": 899, "rotates": false }, - { "id": "overlay_worn_mbag", "fg": 900, "rotates": false }, - { "id": "overlay_worn_megaarmor_armguards_1", "fg": 901, "rotates": false }, - { "id": "overlay_worn_megaarmor_boots_1", "fg": 902, "rotates": false }, - { "id": "overlay_worn_megaarmor_gloves_1", "fg": 903, "rotates": false }, - { "id": "overlay_worn_megaarmor_head_1", "fg": 904, "rotates": false }, - { "id": "overlay_worn_megaarmor_leggings_1", "fg": 905, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_1", "fg": 906, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_2", "fg": 907, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_3", "fg": 670, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_3_act", "fg": 671, "rotates": false }, - { "id": "overlay_worn_microskirt", "fg": 911, "rotates": false }, - { "id": "overlay_worn_mil_armor", "fg": 908, "rotates": false }, - { "id": "overlay_worn_mittens", "fg": 805, "rotates": false }, - { "id": "overlay_worn_mocassins", "fg": 777, "rotates": false }, - { "id": "overlay_worn_molle_pack", "fg": 909, "rotates": false }, - { "id": "overlay_worn_motorbike_armor", "fg": 910, "rotates": false }, - { "id": "overlay_worn_motorbike_boots", "fg": 751, "rotates": false }, - { "id": "overlay_worn_motorbike_pants", "fg": 985, "rotates": false }, - { "id": "overlay_worn_nanoskirt", "fg": 911, "rotates": false }, - { "id": "overlay_worn_nomex_gloves", "fg": 805, "rotates": false }, - { "id": "overlay_worn_nomex_hood", "fg": 844, "rotates": false }, - { "id": "overlay_worn_nomex_socks", "fg": 912, "rotates": false }, - { "id": "overlay_worn_nomex_suit", "fg": 913, "rotates": false }, - { "id": "overlay_worn_obi_gi", "fg": 874, "rotates": false }, - { "id": "overlay_worn_optical_cloak", "fg": 914, "rotates": false }, - { "id": "overlay_worn_panties", "fg": 915, "rotates": false }, - { "id": "overlay_worn_pants", "fg": 916, "rotates": false }, - { "id": "overlay_worn_pants_army", "fg": 917, "rotates": false }, - { "id": "overlay_worn_pants_cargo", "fg": 918, "rotates": false }, - { "id": "overlay_worn_pants_checkered", "fg": 919, "rotates": false }, - { "id": "overlay_worn_pants_fur", "fg": 920, "rotates": false }, - { "id": "overlay_worn_pants_leather", "fg": 920, "rotates": false }, - { "id": "overlay_worn_pants_ski", "fg": 921, "rotates": false }, - { "id": "overlay_worn_pants_survivor", "fg": 922, "rotates": false }, - { "id": "overlay_worn_patchwork_scarf", "fg": 679, "rotates": false }, - { "id": "overlay_worn_patchwork_scarf_loose", "fg": 679, "rotates": false }, - { "id": "overlay_worn_peacoat", "fg": 923, "rotates": false }, - { "id": "overlay_worn_plastic_shopping_bag", "fg": 924, "rotates": false }, - { "id": "overlay_worn_platinum_locket", "fg": 1057, "rotates": false }, - { "id": "overlay_worn_platinum_necklace", "fg": 1058, "rotates": false }, - { "id": [ "overlay_worn_platinum_ring", "overlay_worn_mring_platinum" ], "fg": 1059, "rotates": false }, - { "id": "overlay_worn_poncho", "fg": 925, "rotates": false }, - { "id": "overlay_worn_postman_hat", "fg": 926, "rotates": false }, - { "id": "overlay_worn_postman_shorts", "fg": 927, "rotates": false }, - { "id": "overlay_worn_pot_helmet", "fg": 928, "rotates": false }, - { "id": "overlay_worn_power_armor_basic", "fg": 929, "rotates": false }, - { "id": "overlay_worn_power_armor_heavy", "fg": 930, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_basic", "fg": 931, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_heavy", "fg": 932, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_light", "fg": 933, "rotates": false }, - { "id": "overlay_worn_power_armor_light", "fg": 934, "rotates": false }, - { "id": [ "overlay_worn_powered_earmuffs", "overlay_worn_powered_earmuffs_on" ], "fg": 701 }, - { "id": "overlay_worn_purse", "fg": 935, "rotates": false }, - { "id": "overlay_worn_quiver", "fg": 936, "rotates": false }, - { "id": "overlay_worn_quiver_birchbark", "fg": 936, "rotates": false }, - { "id": "overlay_worn_quiver_large", "fg": 937, "rotates": false }, - { "id": "overlay_worn_quiver_large_birchbark", "fg": 937, "rotates": false }, - { "id": "overlay_worn_rebreather", "fg": 1060, "rotates": false }, - { "id": "overlay_worn_rebreather_xl", "fg": 1060, "rotates": false }, - { "id": "overlay_worn_revenant_crown", "fg": 672, "rotates": false }, - { "id": [ "overlay_worn_diamond_ring", "overlay_worn_ring_wedding" ], "fg": 1026, "rotates": false }, - { "id": [ "overlay_worn_ring_engagement" ], "fg": 1061, "rotates": false }, - { "id": "overlay_worn_ring_purity", "fg": 1062, "rotates": false }, - { "id": "overlay_worn_ring_signet", "fg": 1063, "rotates": false }, - { "id": "overlay_worn_rm13_armor", "fg": 685, "rotates": false }, - { "id": "overlay_worn_rm13_armor_on", "fg": 673, "rotates": false }, - { "id": "overlay_worn_robe", "fg": 938, "rotates": false }, - { "id": "overlay_worn_roller_blades", "fg": 939, "rotates": false }, - { "id": "overlay_worn_rollerskates", "fg": 939, "rotates": false }, - { "id": "overlay_worn_rucksack", "fg": 940, "rotates": false }, - { "id": "overlay_worn_runner_bag", "fg": 941, "rotates": false }, - { "id": "overlay_worn_sac_purse", "fg": 674, "rotates": false }, - { "id": "overlay_worn_sac_purse_arm", "fg": 675, "rotates": false }, - { "id": "overlay_worn_sac_purse_leg", "fg": 676, "rotates": false }, - { "id": "overlay_worn_scabbard", "fg": 942, "rotates": false }, - { "id": "overlay_worn_scarf", "fg": 677, "rotates": false }, - { "id": "overlay_worn_scarf_fur", "fg": 678, "rotates": false }, - { "id": "overlay_worn_scarf_fur_long", "fg": 663, "rotates": false }, - { "id": "overlay_worn_scarf_fur_long_loose", "fg": 663, "rotates": false }, - { "id": "overlay_worn_scarf_fur_loose", "fg": 678, "rotates": false }, - { "id": "overlay_worn_scarf_long", "fg": 664, "rotates": false }, - { "id": "overlay_worn_scarf_long_loose", "fg": 664, "rotates": false }, - { "id": "overlay_worn_scarf_loose", "fg": 679, "rotates": false }, - { "id": "overlay_worn_shark_suit", "fg": 943, "rotates": false }, - { "id": "overlay_worn_shark_suit_faraday", "fg": 943, "rotates": false }, - { "id": "overlay_worn_sheath", "fg": 944, "rotates": false }, - { "id": "overlay_worn_sheet", "fg": 740, "rotates": false }, - { "id": "overlay_worn_shoes_birchbark", "fg": 945, "rotates": false }, - { "id": "overlay_worn_shoes_bowling", "fg": 946, "rotates": false }, - { "id": "overlay_worn_sholster", "fg": 841, "rotates": false }, - { "id": "overlay_worn_shorts", "fg": 947, "rotates": false }, - { "id": "overlay_worn_shorts_cargo", "fg": 948, "rotates": false }, - { "id": "overlay_worn_shorts_denim", "fg": 927, "rotates": false }, - { "id": "overlay_worn_silver_medal", "fg": 1065, "rotates": false }, - { "id": "overlay_worn_silver_necklace", "fg": 1066, "rotates": false }, - { "id": [ "overlay_worn_silver_ring", "overlay_worn_mring_silver" ], "fg": 1067, "rotates": false }, - { "id": "overlay_worn_skinny_tie", "fg": 949, "rotates": false }, - { "id": "overlay_worn_skirt", "fg": 950, "rotates": false }, - { "id": "overlay_worn_skirt_leather", "fg": 951, "rotates": false }, - { "id": "overlay_worn_sleeping_bag", "fg": 952, "rotates": false }, - { "id": "overlay_worn_sleeping_bag_fur", "fg": 952, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster", "fg": 953, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_fur", "fg": 953, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_leather", "fg": 953, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_survivor", "fg": 954, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat", "fg": 955, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_fur", "fg": 955, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_leather", "fg": 955, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_survivor", "fg": 956, "rotates": false }, - { "id": "overlay_worn_sleeveless_tunic", "fg": 995, "rotates": false }, - { "id": "overlay_worn_slingpack", "fg": 941, "rotates": false }, - { "id": "overlay_worn_slippers", "fg": 957, "rotates": false }, - { "id": "overlay_worn_sneakers", "fg": 958, "rotates": false }, - { "id": "overlay_worn_snuggie", "fg": 1069, "rotates": false }, - { "id": "overlay_worn_sockmitts", "fg": 882, "rotates": false }, - { "id": "overlay_worn_socks", "fg": 959, "rotates": false }, - { "id": "overlay_worn_socks_bag", "fg": 959, "rotates": false }, - { "id": "overlay_worn_socks_bowling", "fg": 959, "rotates": false }, - { "id": "overlay_worn_socks_wool", "fg": 959, "rotates": false }, - { "id": "overlay_worn_sports_bra", "fg": 960, "rotates": false }, - { "id": "overlay_worn_stealth_cloak", "fg": 680, "rotates": false }, - { "id": "overlay_worn_stillsuit", "fg": 850, "rotates": false }, - { "id": "overlay_worn_stockings", "fg": 961, "rotates": false }, - { "id": "overlay_worn_stockings_oath", "fg": 961, "rotates": false }, - { "id": "overlay_worn_stockings_tent_arms", "fg": 962, "rotates": false }, - { "id": "overlay_worn_stockings_tent_legs", "fg": 963, "rotates": false }, - { "id": "overlay_worn_stomach_sealed", "fg": 647, "rotates": false }, - { "id": "overlay_worn_straw_basket", "fg": 964, "rotates": false }, - { "id": "overlay_worn_straw_sandals", "fg": 797, "rotates": false }, - { "id": "overlay_worn_striped_pants", "fg": 1070, "rotates": false }, - { "id": "overlay_worn_striped_shirt", "fg": 965, "rotates": false }, - { "id": "overlay_worn_subsuit_xl", "fg": 989, "rotates": false }, - { "id": "overlay_worn_suit", "fg": 966, "rotates": false }, - { "id": "overlay_worn_suitcase_l", "fg": 967, "rotates": false }, - { "id": "overlay_worn_suitcase_m", "fg": 967, "rotates": false }, - { "id": "overlay_worn_sundress", "fg": 968, "rotates": false }, - { "id": "overlay_worn_sunglasses", "fg": 969, "rotates": false }, - { "id": "overlay_worn_surv_armor_suit", "fg": 976, "rotates": false }, - { "id": "overlay_worn_surv_suit", "fg": 977, "rotates": false }, - { "id": "overlay_worn_survbowpack", "fg": 970, "rotates": false }, - { "id": "overlay_worn_survivor_belt", "fg": 971, "rotates": false }, - { "id": "overlay_worn_survivor_belt_notools", "fg": 971, "rotates": false }, - { "id": "overlay_worn_survivor_duffel_bag", "fg": 972, "rotates": false }, - { "id": "overlay_worn_survivor_goggles", "fg": 810, "rotates": false }, - { "id": "overlay_worn_survivor_light", "fg": 681, "rotates": false }, - { "id": "overlay_worn_survivor_light_on", "fg": 682, "rotates": false }, - { "id": "overlay_worn_survivor_pack", "fg": 730, "rotates": false }, - { "id": "overlay_worn_survivor_rucksack", "fg": 973, "rotates": false }, - { "id": "overlay_worn_survivor_runner_pack", "fg": 941, "rotates": false }, - { "id": "overlay_worn_survivor_suit", "fg": 974, "rotates": false }, - { "id": "overlay_worn_survivor_vest", "fg": 975, "rotates": false }, - { "id": "overlay_worn_swag_bag", "fg": 978, "rotates": false }, - { "id": "overlay_worn_swat_armor", "fg": 979, "rotates": false }, - { "id": "overlay_worn_swat_badge_swat", "fg": 1074, "rotates": false }, - { "id": "overlay_worn_sweater", "fg": 980, "rotates": false }, - { "id": "overlay_worn_sweatshirt", "fg": 981, "rotates": false }, - { "id": "overlay_worn_swim_fins", "fg": 982, "rotates": false }, - { "id": "overlay_worn_tabi_dress", "fg": 959, "rotates": false }, - { "id": "overlay_worn_tabi_gi", "fg": 799, "rotates": false }, - { "id": "overlay_worn_tac_fullhelmet", "fg": 983, "rotates": false }, - { "id": "overlay_worn_tac_helmet", "fg": 837, "rotates": false }, - { "id": "overlay_worn_tank_top", "fg": 984, "rotates": false }, - { "id": "overlay_worn_tarp", "fg": 740, "rotates": false }, - { "id": "overlay_worn_technician_pants_gray", "fg": 985, "rotates": false }, - { "id": "overlay_worn_technician_shirt_blue", "fg": 986, "rotates": false }, - { "id": "overlay_worn_technician_shirt_gray", "fg": 987, "rotates": false }, - { "id": "overlay_worn_technician_shirt_ltblue", "fg": 988, "rotates": false }, - { "id": "overlay_worn_thawb", "fg": 989, "rotates": false }, - { "id": "overlay_worn_thermal_gloves", "fg": 808, "rotates": false }, - { "id": "overlay_worn_thermal_gloves_on", "fg": 808, "rotates": false }, - { "id": "overlay_worn_thermal_mask", "fg": 898, "rotates": false }, - { "id": "overlay_worn_thermal_mask_on", "fg": 898, "rotates": false }, - { "id": "overlay_worn_thermal_socks", "fg": 799, "rotates": false }, - { "id": "overlay_worn_thermal_socks_on", "fg": 799, "rotates": false }, - { "id": "overlay_worn_thigh_high_boots", "fg": 990, "rotates": false }, - { "id": "overlay_worn_thong", "fg": 915, "rotates": false }, - { "id": "overlay_worn_tights", "fg": 991, "rotates": false }, - { "id": "overlay_worn_tool_belt", "fg": 971, "rotates": false }, - { "id": "overlay_worn_touring_suit", "fg": 974, "rotates": false }, - { "id": "overlay_worn_trenchcoat", "fg": 992, "rotates": false }, - { "id": "overlay_worn_trenchcoat_fur", "fg": 992, "rotates": false }, - { "id": "overlay_worn_trenchcoat_leather", "fg": 992, "rotates": false }, - { "id": "overlay_worn_trenchcoat_survivor", "fg": 993, "rotates": false }, - { "id": "overlay_worn_tricorne", "fg": 994, "rotates": false }, - { "id": "overlay_worn_trunks", "fg": 927, "rotates": false }, - { "id": "overlay_worn_tunic", "fg": 995, "rotates": false }, - { "id": "overlay_worn_tunic_rag", "fg": 995, "rotates": false }, - { "id": "overlay_worn_turban", "fg": 996, "rotates": false }, - { "id": "overlay_worn_tux", "fg": 966, "rotates": false }, - { "id": "overlay_worn_under_armor_shorts", "fg": 998, "rotates": false }, - { "id": "overlay_worn_undershirt", "fg": 997, "rotates": false }, - { "id": "overlay_worn_vambrace_larmor", "fg": 804, "rotates": false }, - { "id": "overlay_worn_vest", "fg": 999, "rotates": false }, - { "id": "overlay_worn_vest_leather", "fg": 1000, "rotates": false }, - { "id": "overlay_worn_vest_leather_mod", "fg": 1000, "rotates": false }, - { "id": "overlay_worn_waistcoat", "fg": 1001, "rotates": false }, - { "id": [ "overlay_worn_sf_watch", "overlay_worn_platinum_watch" ], "fg": 1064, "rotates": false }, - { "id": "overlay_worn_gold_watch", "fg": 1052, "rotates": false }, - { "id": "overlay_worn_waterskin2", "fg": 647, "rotates": false }, - { "id": "overlay_worn_waterskin3", "fg": 647, "rotates": false }, - { "id": "overlay_worn_waterskin", "fg": 647, "rotates": false }, - { "id": "overlay_worn_wearable_light", "fg": 683, "rotates": false }, - { "id": "overlay_worn_wearable_light_on", "fg": 684, "rotates": false }, - { "id": "overlay_worn_welding_mask", "fg": 1075, "rotates": false }, - { "id": "overlay_worn_welding_mask_crude", "fg": 1076, "rotates": false }, - { "id": "overlay_worn_wetsuit", "fg": 1002, "rotates": false }, - { "id": "overlay_worn_wetsuit_booties", "fg": 1003, "rotates": false }, - { "id": "overlay_worn_wetsuit_gloves", "fg": 809, "rotates": false }, - { "id": "overlay_worn_wetsuit_hood", "fg": 1004, "rotates": false }, - { "id": "overlay_worn_wetsuit_spring", "fg": 1005, "rotates": false }, - { "id": "overlay_worn_winter_gloves_army", "fg": 806, "rotates": false }, - { "id": "overlay_worn_winter_jacket_army", "fg": 1006, "rotates": false }, - { "id": "overlay_worn_winter_pants_army", "fg": 1007, "rotates": false }, - { "id": "overlay_worn_wolfsuit", "fg": 1008, "rotates": false }, - { "id": "overlay_worn_wool_hoodie", "fg": 859, "rotates": false }, - { "id": "overlay_worn_wool_suit", "fg": 966, "rotates": false }, - { "id": "overlay_worn_wristwatch", "fg": 1077, "rotates": false }, - { "id": "overlay_worn_wsurvivor_suit", "fg": 1009, "rotates": false }, - { "id": "overlay_worn_xlsurvivor_suit", "fg": 974, "rotates": false }, - { "id": "overlay_worn_zubon_gi", "fg": 921, "rotates": false }, + { "id": "overlay_worn_leather_cat_tail", "fg": 801, "rotates": false }, + { "id": "overlay_worn_leather_pouch", "fg": 648, "rotates": false }, + { "id": "overlay_worn_leathersandals", "fg": 798, "rotates": false }, + { "id": "overlay_worn_leg_splint", "fg": 879, "rotates": false }, + { "id": "overlay_worn_leg_warmers", "fg": 880, "rotates": false }, + { "id": "overlay_worn_leg_warmers_f", "fg": 880, "rotates": false }, + { "id": "overlay_worn_leg_warmers_xl", "fg": 880, "rotates": false }, + { "id": "overlay_worn_leg_warmers_xlf", "fg": 880, "rotates": false }, + { "id": "overlay_worn_leggings", "fg": 992, "rotates": false }, + { "id": "overlay_worn_legguard_bronze", "fg": 877, "rotates": false }, + { "id": "overlay_worn_legguard_hard", "fg": 876, "rotates": false }, + { "id": [ "overlay_worn_legguard_metal", "overlay_worn_legguard_lightplate" ], "fg": 877, "rotates": false }, + { "id": "overlay_worn_legguard_paper", "fg": 878, "rotates": false }, + { "id": "overlay_worn_legrig", "fg": 972, "rotates": false }, + { "id": "overlay_worn_lmil_armor", "fg": 881, "rotates": false }, + { "id": "overlay_worn_loincloth", "fg": 882, "rotates": false }, + { "id": "overlay_worn_loincloth_fur", "fg": 882, "rotates": false }, + { "id": "overlay_worn_loincloth_leather", "fg": 882, "rotates": false }, + { "id": "overlay_worn_loincloth_wool", "fg": 882, "rotates": false }, + { "id": "overlay_worn_long_glove_white", "fg": 883, "rotates": false }, + { "id": "overlay_worn_long_knit_scarf", "fg": 664, "rotates": false }, + { "id": "overlay_worn_long_knit_scarf_loose", "fg": 664, "rotates": false }, + { "id": "overlay_worn_long_patchwork_scarf", "fg": 665, "rotates": false }, + { "id": "overlay_worn_long_patchwork_scarf_loose", "fg": 665, "rotates": false }, + { "id": "overlay_worn_lowtops", "fg": 884, "rotates": false }, + { "id": "overlay_worn_lsurvivor_armor", "fg": 885, "rotates": false }, + { "id": "overlay_worn_lsurvivor_pants", "fg": 923, "rotates": false }, + { "id": "overlay_worn_lsurvivor_suit", "fg": 975, "rotates": false }, + { "id": "overlay_worn_magbandolier", "fg": 687, "rotates": false }, + { "id": "overlay_worn_maid_dress", "fg": 886, "rotates": false }, + { "id": "overlay_worn_maid_hat", "fg": 887, "rotates": false }, + { "id": "overlay_worn_maid_stockings", "fg": 962, "rotates": false }, + { "id": "overlay_worn_makeshift_knapsack", "fg": 888, "rotates": false }, + { "id": "overlay_worn_makeshift_sling", "fg": 889, "rotates": false }, + { "id": "overlay_worn_mask_bal", "fg": 890, "rotates": false }, + { "id": "overlay_worn_mask_bunker", "fg": 666, "rotates": false }, + { "id": "overlay_worn_mask_bunker_on", "fg": 667, "rotates": false }, + { "id": "overlay_worn_mask_dust", "fg": 891, "rotates": false }, + { "id": "overlay_worn_mask_filter", "fg": 892, "rotates": false }, + { "id": "overlay_worn_mask_fsurvivor", "fg": 893, "rotates": false }, + { "id": "overlay_worn_mask_fsurvivorxl", "fg": 893, "rotates": false }, + { "id": "overlay_worn_mask_gas", "fg": 894, "rotates": false }, + { "id": "overlay_worn_mask_gas_xl", "fg": 894, "rotates": false }, + { "id": "overlay_worn_mask_guy_fawkes", "fg": 895, "rotates": false }, + { "id": "overlay_worn_mask_h20survivor", "fg": 668, "rotates": false }, + { "id": "overlay_worn_mask_h20survivor_on", "fg": 668, "rotates": false }, + { "id": "overlay_worn_mask_h20survivorxl", "fg": 668, "rotates": false }, + { "id": "overlay_worn_mask_h20survivorxl_on", "fg": 668, "rotates": false }, + { "id": "overlay_worn_mask_hockey", "fg": 896, "rotates": false }, + { "id": "overlay_worn_mask_hsurvivor", "fg": 897, "rotates": false }, + { "id": "overlay_worn_mask_lsurvivor", "fg": 898, "rotates": false }, + { "id": "overlay_worn_mask_rioter", "fg": 899, "rotates": false }, + { "id": [ "overlay_worn_mask_ski_loose", "mask_ski_loose" ], "fg": 670, "rotates": false }, + { "id": [ "overlay_worn_mask_ski", "mask_ski" ], "fg": 669, "rotates": false }, + { "id": "overlay_worn_mask_survivor", "fg": 898, "rotates": false }, + { "id": "overlay_worn_mask_survivorxl", "fg": 898, "rotates": false }, + { "id": "overlay_worn_mask_wsurvivor", "fg": 900, "rotates": false }, + { "id": "overlay_worn_mask_wsurvivorxl", "fg": 900, "rotates": false }, + { "id": "overlay_worn_mbag", "fg": 901, "rotates": false }, + { "id": "overlay_worn_megaarmor_armguards_1", "fg": 902, "rotates": false }, + { "id": "overlay_worn_megaarmor_boots_1", "fg": 903, "rotates": false }, + { "id": "overlay_worn_megaarmor_gloves_1", "fg": 904, "rotates": false }, + { "id": "overlay_worn_megaarmor_head_1", "fg": 905, "rotates": false }, + { "id": "overlay_worn_megaarmor_leggings_1", "fg": 906, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_1", "fg": 907, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_2", "fg": 908, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_3", "fg": 671, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_3_act", "fg": 672, "rotates": false }, + { "id": "overlay_worn_microskirt", "fg": 912, "rotates": false }, + { "id": "overlay_worn_mil_armor", "fg": 909, "rotates": false }, + { "id": "overlay_worn_mittens", "fg": 806, "rotates": false }, + { "id": "overlay_worn_mocassins", "fg": 778, "rotates": false }, + { "id": "overlay_worn_molle_pack", "fg": 910, "rotates": false }, + { "id": "overlay_worn_motorbike_armor", "fg": 911, "rotates": false }, + { "id": "overlay_worn_motorbike_boots", "fg": 752, "rotates": false }, + { "id": "overlay_worn_motorbike_pants", "fg": 986, "rotates": false }, + { "id": "overlay_worn_nanoskirt", "fg": 912, "rotates": false }, + { "id": "overlay_worn_nomex_gloves", "fg": 806, "rotates": false }, + { "id": "overlay_worn_nomex_hood", "fg": 845, "rotates": false }, + { "id": "overlay_worn_nomex_socks", "fg": 913, "rotates": false }, + { "id": "overlay_worn_nomex_suit", "fg": 914, "rotates": false }, + { "id": "overlay_worn_obi_gi", "fg": 875, "rotates": false }, + { "id": "overlay_worn_optical_cloak", "fg": 915, "rotates": false }, + { "id": "overlay_worn_panties", "fg": 916, "rotates": false }, + { "id": "overlay_worn_pants", "fg": 917, "rotates": false }, + { "id": "overlay_worn_pants_army", "fg": 918, "rotates": false }, + { "id": "overlay_worn_pants_cargo", "fg": 919, "rotates": false }, + { "id": "overlay_worn_pants_checkered", "fg": 920, "rotates": false }, + { "id": "overlay_worn_pants_fur", "fg": 921, "rotates": false }, + { "id": "overlay_worn_pants_leather", "fg": 921, "rotates": false }, + { "id": "overlay_worn_pants_ski", "fg": 922, "rotates": false }, + { "id": "overlay_worn_pants_survivor", "fg": 923, "rotates": false }, + { "id": "overlay_worn_patchwork_scarf", "fg": 680, "rotates": false }, + { "id": "overlay_worn_patchwork_scarf_loose", "fg": 680, "rotates": false }, + { "id": "overlay_worn_peacoat", "fg": 924, "rotates": false }, + { "id": "overlay_worn_plastic_shopping_bag", "fg": 925, "rotates": false }, + { "id": "overlay_worn_platinum_locket", "fg": 1058, "rotates": false }, + { "id": "overlay_worn_platinum_necklace", "fg": 1059, "rotates": false }, + { "id": [ "overlay_worn_platinum_ring", "overlay_worn_mring_platinum" ], "fg": 1060, "rotates": false }, + { "id": "overlay_worn_poncho", "fg": 926, "rotates": false }, + { "id": "overlay_worn_postman_hat", "fg": 927, "rotates": false }, + { "id": "overlay_worn_postman_shorts", "fg": 928, "rotates": false }, + { "id": "overlay_worn_pot_helmet", "fg": 929, "rotates": false }, + { "id": "overlay_worn_power_armor_basic", "fg": 930, "rotates": false }, + { "id": "overlay_worn_power_armor_heavy", "fg": 931, "rotates": false }, + { "id": "overlay_worn_power_armor_helmet_basic", "fg": 932, "rotates": false }, + { "id": "overlay_worn_power_armor_helmet_heavy", "fg": 933, "rotates": false }, + { "id": "overlay_worn_power_armor_helmet_light", "fg": 934, "rotates": false }, + { "id": "overlay_worn_power_armor_light", "fg": 935, "rotates": false }, + { "id": [ "overlay_worn_powered_earmuffs", "overlay_worn_powered_earmuffs_on" ], "fg": 702 }, + { "id": "overlay_worn_purse", "fg": 936, "rotates": false }, + { "id": "overlay_worn_quiver", "fg": 937, "rotates": false }, + { "id": "overlay_worn_quiver_birchbark", "fg": 937, "rotates": false }, + { "id": "overlay_worn_quiver_large", "fg": 938, "rotates": false }, + { "id": "overlay_worn_quiver_large_birchbark", "fg": 938, "rotates": false }, + { "id": "overlay_worn_rebreather", "fg": 1061, "rotates": false }, + { "id": "overlay_worn_rebreather_xl", "fg": 1061, "rotates": false }, + { "id": "overlay_worn_revenant_crown", "fg": 673, "rotates": false }, + { "id": [ "overlay_worn_diamond_ring", "overlay_worn_ring_wedding" ], "fg": 1027, "rotates": false }, + { "id": [ "overlay_worn_ring_engagement" ], "fg": 1062, "rotates": false }, + { "id": "overlay_worn_ring_purity", "fg": 1063, "rotates": false }, + { "id": "overlay_worn_ring_signet", "fg": 1064, "rotates": false }, + { "id": "overlay_worn_rm13_armor", "fg": 686, "rotates": false }, + { "id": "overlay_worn_rm13_armor_on", "fg": 674, "rotates": false }, + { "id": "overlay_worn_robe", "fg": 939, "rotates": false }, + { "id": "overlay_worn_roller_blades", "fg": 940, "rotates": false }, + { "id": "overlay_worn_rollerskates", "fg": 940, "rotates": false }, + { "id": "overlay_worn_rucksack", "fg": 941, "rotates": false }, + { "id": "overlay_worn_runner_bag", "fg": 942, "rotates": false }, + { "id": "overlay_worn_sac_purse", "fg": 675, "rotates": false }, + { "id": "overlay_worn_sac_purse_arm", "fg": 676, "rotates": false }, + { "id": "overlay_worn_sac_purse_leg", "fg": 677, "rotates": false }, + { "id": "overlay_worn_scabbard", "fg": 943, "rotates": false }, + { "id": "overlay_worn_scarf", "fg": 678, "rotates": false }, + { "id": "overlay_worn_scarf_fur", "fg": 679, "rotates": false }, + { "id": "overlay_worn_scarf_fur_long", "fg": 664, "rotates": false }, + { "id": "overlay_worn_scarf_fur_long_loose", "fg": 664, "rotates": false }, + { "id": "overlay_worn_scarf_fur_loose", "fg": 679, "rotates": false }, + { "id": "overlay_worn_scarf_long", "fg": 665, "rotates": false }, + { "id": "overlay_worn_scarf_long_loose", "fg": 665, "rotates": false }, + { "id": "overlay_worn_scarf_loose", "fg": 680, "rotates": false }, + { "id": "overlay_worn_shark_suit", "fg": 944, "rotates": false }, + { "id": "overlay_worn_shark_suit_faraday", "fg": 944, "rotates": false }, + { "id": "overlay_worn_sheath", "fg": 945, "rotates": false }, + { "id": "overlay_worn_sheet", "fg": 741, "rotates": false }, + { "id": "overlay_worn_shoes_birchbark", "fg": 946, "rotates": false }, + { "id": "overlay_worn_shoes_bowling", "fg": 947, "rotates": false }, + { "id": "overlay_worn_sholster", "fg": 842, "rotates": false }, + { "id": "overlay_worn_shorts", "fg": 948, "rotates": false }, + { "id": "overlay_worn_shorts_cargo", "fg": 949, "rotates": false }, + { "id": "overlay_worn_shorts_denim", "fg": 928, "rotates": false }, + { "id": "overlay_worn_silver_medal", "fg": 1066, "rotates": false }, + { "id": "overlay_worn_silver_necklace", "fg": 1067, "rotates": false }, + { "id": [ "overlay_worn_silver_ring", "overlay_worn_mring_silver" ], "fg": 1068, "rotates": false }, + { "id": "overlay_worn_skinny_tie", "fg": 950, "rotates": false }, + { "id": "overlay_worn_skirt", "fg": 951, "rotates": false }, + { "id": "overlay_worn_skirt_leather", "fg": 952, "rotates": false }, + { "id": "overlay_worn_sleeping_bag", "fg": 953, "rotates": false }, + { "id": "overlay_worn_sleeping_bag_fur", "fg": 953, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster", "fg": 954, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster_fur", "fg": 954, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster_leather", "fg": 954, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster_survivor", "fg": 955, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat", "fg": 956, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat_fur", "fg": 956, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat_leather", "fg": 956, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat_survivor", "fg": 957, "rotates": false }, + { "id": "overlay_worn_sleeveless_tunic", "fg": 996, "rotates": false }, + { "id": "overlay_worn_slingpack", "fg": 942, "rotates": false }, + { "id": "overlay_worn_slippers", "fg": 958, "rotates": false }, + { "id": "overlay_worn_sneakers", "fg": 959, "rotates": false }, + { "id": "overlay_worn_snuggie", "fg": 1070, "rotates": false }, + { "id": "overlay_worn_sockmitts", "fg": 883, "rotates": false }, + { "id": "overlay_worn_socks", "fg": 960, "rotates": false }, + { "id": "overlay_worn_socks_bag", "fg": 960, "rotates": false }, + { "id": "overlay_worn_socks_bowling", "fg": 960, "rotates": false }, + { "id": "overlay_worn_socks_wool", "fg": 960, "rotates": false }, + { "id": "overlay_worn_sports_bra", "fg": 961, "rotates": false }, + { "id": "overlay_worn_stealth_cloak", "fg": 681, "rotates": false }, + { "id": "overlay_worn_stillsuit", "fg": 851, "rotates": false }, + { "id": "overlay_worn_stockings", "fg": 962, "rotates": false }, + { "id": "overlay_worn_stockings_oath", "fg": 962, "rotates": false }, + { "id": "overlay_worn_stockings_tent_arms", "fg": 963, "rotates": false }, + { "id": "overlay_worn_stockings_tent_legs", "fg": 964, "rotates": false }, + { "id": "overlay_worn_stomach_sealed", "fg": 648, "rotates": false }, + { "id": "overlay_worn_straw_basket", "fg": 965, "rotates": false }, + { "id": "overlay_worn_straw_sandals", "fg": 798, "rotates": false }, + { "id": "overlay_worn_striped_pants", "fg": 1071, "rotates": false }, + { "id": "overlay_worn_striped_shirt", "fg": 966, "rotates": false }, + { "id": "overlay_worn_subsuit_xl", "fg": 990, "rotates": false }, + { "id": "overlay_worn_suit", "fg": 967, "rotates": false }, + { "id": "overlay_worn_suitcase_l", "fg": 968, "rotates": false }, + { "id": "overlay_worn_suitcase_m", "fg": 968, "rotates": false }, + { "id": "overlay_worn_sundress", "fg": 969, "rotates": false }, + { "id": "overlay_worn_sunglasses", "fg": 970, "rotates": false }, + { "id": "overlay_worn_surv_armor_suit", "fg": 977, "rotates": false }, + { "id": "overlay_worn_surv_suit", "fg": 978, "rotates": false }, + { "id": "overlay_worn_survbowpack", "fg": 971, "rotates": false }, + { "id": "overlay_worn_survivor_belt", "fg": 972, "rotates": false }, + { "id": "overlay_worn_survivor_belt_notools", "fg": 972, "rotates": false }, + { "id": "overlay_worn_survivor_duffel_bag", "fg": 973, "rotates": false }, + { "id": "overlay_worn_survivor_goggles", "fg": 811, "rotates": false }, + { "id": "overlay_worn_survivor_light", "fg": 682, "rotates": false }, + { "id": "overlay_worn_survivor_light_on", "fg": 683, "rotates": false }, + { "id": "overlay_worn_survivor_pack", "fg": 731, "rotates": false }, + { "id": "overlay_worn_survivor_rucksack", "fg": 974, "rotates": false }, + { "id": "overlay_worn_survivor_runner_pack", "fg": 942, "rotates": false }, + { "id": "overlay_worn_survivor_suit", "fg": 975, "rotates": false }, + { "id": "overlay_worn_survivor_vest", "fg": 976, "rotates": false }, + { "id": "overlay_worn_swag_bag", "fg": 979, "rotates": false }, + { "id": "overlay_worn_swat_armor", "fg": 980, "rotates": false }, + { "id": "overlay_worn_swat_badge_swat", "fg": 1075, "rotates": false }, + { "id": "overlay_worn_sweater", "fg": 981, "rotates": false }, + { "id": "overlay_worn_sweatshirt", "fg": 982, "rotates": false }, + { "id": "overlay_worn_swim_fins", "fg": 983, "rotates": false }, + { "id": "overlay_worn_tabi_dress", "fg": 960, "rotates": false }, + { "id": "overlay_worn_tabi_gi", "fg": 800, "rotates": false }, + { "id": "overlay_worn_tac_fullhelmet", "fg": 984, "rotates": false }, + { "id": "overlay_worn_tac_helmet", "fg": 838, "rotates": false }, + { "id": "overlay_worn_tank_top", "fg": 985, "rotates": false }, + { "id": "overlay_worn_tarp", "fg": 741, "rotates": false }, + { "id": "overlay_worn_technician_pants_gray", "fg": 986, "rotates": false }, + { "id": "overlay_worn_technician_shirt_blue", "fg": 987, "rotates": false }, + { "id": "overlay_worn_technician_shirt_gray", "fg": 988, "rotates": false }, + { "id": "overlay_worn_technician_shirt_ltblue", "fg": 989, "rotates": false }, + { "id": "overlay_worn_thawb", "fg": 990, "rotates": false }, + { "id": "overlay_worn_thermal_gloves", "fg": 809, "rotates": false }, + { "id": "overlay_worn_thermal_gloves_on", "fg": 809, "rotates": false }, + { "id": "overlay_worn_thermal_mask", "fg": 899, "rotates": false }, + { "id": "overlay_worn_thermal_mask_on", "fg": 899, "rotates": false }, + { "id": "overlay_worn_thermal_socks", "fg": 800, "rotates": false }, + { "id": "overlay_worn_thermal_socks_on", "fg": 800, "rotates": false }, + { "id": "overlay_worn_thigh_high_boots", "fg": 991, "rotates": false }, + { "id": "overlay_worn_thong", "fg": 916, "rotates": false }, + { "id": "overlay_worn_tights", "fg": 992, "rotates": false }, + { "id": "overlay_worn_tool_belt", "fg": 972, "rotates": false }, + { "id": "overlay_worn_touring_suit", "fg": 975, "rotates": false }, + { "id": "overlay_worn_trenchcoat", "fg": 993, "rotates": false }, + { "id": "overlay_worn_trenchcoat_fur", "fg": 993, "rotates": false }, + { "id": "overlay_worn_trenchcoat_leather", "fg": 993, "rotates": false }, + { "id": "overlay_worn_trenchcoat_survivor", "fg": 994, "rotates": false }, + { "id": "overlay_worn_tricorne", "fg": 995, "rotates": false }, + { "id": "overlay_worn_trunks", "fg": 928, "rotates": false }, + { "id": "overlay_worn_tunic", "fg": 996, "rotates": false }, + { "id": "overlay_worn_tunic_rag", "fg": 996, "rotates": false }, + { "id": "overlay_worn_turban", "fg": 997, "rotates": false }, + { "id": "overlay_worn_tux", "fg": 967, "rotates": false }, + { "id": "overlay_worn_under_armor_shorts", "fg": 999, "rotates": false }, + { "id": "overlay_worn_undershirt", "fg": 998, "rotates": false }, + { "id": "overlay_worn_vambrace_larmor", "fg": 805, "rotates": false }, + { "id": "overlay_worn_vest", "fg": 1000, "rotates": false }, + { "id": "overlay_worn_vest_leather", "fg": 1001, "rotates": false }, + { "id": "overlay_worn_vest_leather_mod", "fg": 1001, "rotates": false }, + { "id": "overlay_worn_waistcoat", "fg": 1002, "rotates": false }, + { "id": [ "overlay_worn_sf_watch", "overlay_worn_platinum_watch" ], "fg": 1065, "rotates": false }, + { "id": "overlay_worn_gold_watch", "fg": 1053, "rotates": false }, + { "id": "overlay_worn_waterskin2", "fg": 648, "rotates": false }, + { "id": "overlay_worn_waterskin3", "fg": 648, "rotates": false }, + { "id": "overlay_worn_waterskin", "fg": 648, "rotates": false }, + { "id": "overlay_worn_wearable_light", "fg": 684, "rotates": false }, + { "id": "overlay_worn_wearable_light_on", "fg": 685, "rotates": false }, + { "id": "overlay_worn_welding_mask", "fg": 1076, "rotates": false }, + { "id": "overlay_worn_welding_mask_crude", "fg": 1077, "rotates": false }, + { "id": "overlay_worn_wetsuit", "fg": 1003, "rotates": false }, + { "id": "overlay_worn_wetsuit_booties", "fg": 1004, "rotates": false }, + { "id": "overlay_worn_wetsuit_gloves", "fg": 810, "rotates": false }, + { "id": "overlay_worn_wetsuit_hood", "fg": 1005, "rotates": false }, + { "id": "overlay_worn_wetsuit_spring", "fg": 1006, "rotates": false }, + { "id": "overlay_worn_winter_gloves_army", "fg": 807, "rotates": false }, + { "id": "overlay_worn_winter_jacket_army", "fg": 1007, "rotates": false }, + { "id": "overlay_worn_winter_pants_army", "fg": 1008, "rotates": false }, + { "id": "overlay_worn_wolfsuit", "fg": 1009, "rotates": false }, + { "id": "overlay_worn_wool_hoodie", "fg": 860, "rotates": false }, + { "id": "overlay_worn_wool_suit", "fg": 967, "rotates": false }, + { "id": "overlay_worn_wristwatch", "fg": 1078, "rotates": false }, + { "id": "overlay_worn_wsurvivor_suit", "fg": 1010, "rotates": false }, + { "id": "overlay_worn_xlsurvivor_suit", "fg": 975, "rotates": false }, + { "id": "overlay_worn_zubon_gi", "fg": 922, "rotates": false }, { "id": "overlay_female_mutation_BARK", "fg": 264 }, { "id": "overlay_female_mutation_BEAK", "fg": 265 }, { "id": "overlay_female_mutation_SPINES", "fg": 281 }, @@ -1688,33 +1688,34 @@ { "id": "overlay_wielded_scalpel", "fg": 643 }, { "id": "overlay_wielded_jackhammer", "fg": 645 }, { "id": "overlay_wielded_jerrycan_big", "fg": 646 }, - { "id": "overlay_female_worn_boots_rubber", "fg": 1010 }, - { "id": "overlay_male_worn_boots_rubber", "fg": 1011 }, - { "id": "overlay_worn_bookplate", "fg": 1019 }, - { "id": "overlay_worn_broken_dimensional_anchor", "fg": 1020 }, - { "id": "overlay_worn_diamond_dental_grill", "fg": 1025 }, - { "id": "overlay_worn_dimensional_anchor", "fg": 1027 }, - { "id": "overlay_worn_dimensional_anchor_on", "fg": 1028 }, - { "id": "overlay_worn_eclipse_glasses", "fg": 1031 }, - { "id": "overlay_worn_fancy_glasses_bifocal", "fg": 1033 }, - { "id": "overlay_worn_fancy_glasses_eye", "fg": 1034 }, - { "id": "overlay_worn_fancy_glasses_reading", "fg": 1035 }, - { "id": "overlay_worn_fanny", "fg": 1036 }, - { "id": "overlay_worn_fur_cat_tail", "fg": 1040 }, - { "id": "overlay_worn_fur_collar", "fg": 1041 }, - { "id": "overlay_worn_glasses_bifocal", "fg": 1042 }, - { "id": "overlay_worn_glasses_eye", "fg": 1043 }, - { "id": "overlay_worn_glasses_reading", "fg": 1044 }, - { "id": "overlay_worn_gloves_rubber", "fg": 1046 }, - { "id": "overlay_worn_gold_ear", "fg": 1047 }, - { "id": "overlay_worn_helmet_motor_raised", "fg": 1053 }, - { "id": "overlay_worn_leather_collar", "fg": 1055 }, - { "id": "overlay_worn_silver_watch", "fg": 1068 }, - { "id": "overlay_worn_sunglasses_bifocal", "fg": 1071 }, - { "id": "overlay_worn_sunglasses_eye", "fg": 1072 }, - { "id": "overlay_worn_sunglasses_reading", "fg": 1073 }, - { "id": "overlay_worn_chestguard_hard", "fg": 1078 }, - { "id": "overlay_worn_modularvest", "fg": 1079 } + { "id": "overlay_wielded_spear_spike", "fg": 647 }, + { "id": "overlay_female_worn_boots_rubber", "fg": 1011 }, + { "id": "overlay_male_worn_boots_rubber", "fg": 1012 }, + { "id": "overlay_worn_bookplate", "fg": 1020 }, + { "id": "overlay_worn_broken_dimensional_anchor", "fg": 1021 }, + { "id": "overlay_worn_diamond_dental_grill", "fg": 1026 }, + { "id": "overlay_worn_dimensional_anchor", "fg": 1028 }, + { "id": "overlay_worn_dimensional_anchor_on", "fg": 1029 }, + { "id": "overlay_worn_eclipse_glasses", "fg": 1032 }, + { "id": "overlay_worn_fancy_glasses_bifocal", "fg": 1034 }, + { "id": "overlay_worn_fancy_glasses_eye", "fg": 1035 }, + { "id": "overlay_worn_fancy_glasses_reading", "fg": 1036 }, + { "id": "overlay_worn_fanny", "fg": 1037 }, + { "id": "overlay_worn_fur_cat_tail", "fg": 1041 }, + { "id": "overlay_worn_fur_collar", "fg": 1042 }, + { "id": "overlay_worn_glasses_bifocal", "fg": 1043 }, + { "id": "overlay_worn_glasses_eye", "fg": 1044 }, + { "id": "overlay_worn_glasses_reading", "fg": 1045 }, + { "id": "overlay_worn_gloves_rubber", "fg": 1047 }, + { "id": "overlay_worn_gold_ear", "fg": 1048 }, + { "id": "overlay_worn_helmet_motor_raised", "fg": 1054 }, + { "id": "overlay_worn_leather_collar", "fg": 1056 }, + { "id": "overlay_worn_silver_watch", "fg": 1069 }, + { "id": "overlay_worn_sunglasses_bifocal", "fg": 1072 }, + { "id": "overlay_worn_sunglasses_eye", "fg": 1073 }, + { "id": "overlay_worn_sunglasses_reading", "fg": 1074 }, + { "id": "overlay_worn_chestguard_hard", "fg": 1079 }, + { "id": "overlay_worn_modularvest", "fg": 1080 } ] }, { @@ -2836,7 +2837,7 @@ }, { "file": "small.png", - "//": "range 1968 to 3071", + "//": "range 1968 to 3087", "sprite_width": 20, "sprite_height": 20, "sprite_offset_x": 0, @@ -2847,35 +2848,35 @@ { "id": [ "beans_cooked", "can_beans" ], "fg": 1970 }, { "id": "ceramic_plate", "fg": 2079 }, { "id": [ "fancy_glasses_bifocal", "fancy_glasses_eye", "fancy_glasses_reading" ], "fg": 2105 }, - { "id": [ "glasses_eye", "glasses_reading" ], "fg": 2125 }, - { "id": [ "jackhammer", "elec_jackhammer" ], "fg": 2143 }, - { "id": [ "sunglasses", "sunglasses_bifocal", "sunglasses_eye", "sunglasses_reading" ], "fg": 2206 }, - { "id": "helmet_motor", "fg": 2238 }, - { "id": "katana", "fg": 2239 }, - { "id": "katana_fake", "fg": 2239 }, - { "id": "katana_inferior", "fg": 2239 }, - { "id": "223_casing", "fg": 2240 }, - { "id": "40mm_casing", "fg": 2241 }, - { "id": "40x46mm_m118_casing", "fg": 2241 }, - { "id": "50_casing", "fg": 2242 }, - { "id": "9mm_casing", "fg": 2243 }, - { "id": "arrow_cf", "fg": 2244 }, - { "id": "arrow_exploding", "fg": 2245 }, - { "id": "arrow_field_point_fletched", "fg": 2246 }, - { "id": "arrow_fire_hardened_fletched", "fg": 2247 }, - { "id": "flamable_arrow", "fg": 2261 }, - { "id": "arrow_flamming", "fg": 2248 }, - { "id": "arrow_heavy_fire_hardened_fletched", "fg": 2249 }, - { "id": "arrow_metal", "fg": 2250 }, - { "id": "arrow_metal_sharpened_fletched", "fg": 2251 }, - { "id": "arrow_plastic", "fg": 2252 }, - { "id": "arrow_small_game_fletched", "fg": 2253 }, - { "id": "arrow_wood", "fg": 2254 }, - { "id": "arrow_wood_heavy", "fg": 2255 }, - { "id": "bolt_cf", "fg": 2256 }, - { "id": "bolt_explosive", "fg": 2257 }, - { "id": "bolt_metal", "fg": 2258 }, - { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 2259 }, + { "id": [ "glasses_eye", "glasses_reading" ], "fg": 2126 }, + { "id": [ "jackhammer", "elec_jackhammer" ], "fg": 2144 }, + { "id": [ "sunglasses", "sunglasses_bifocal", "sunglasses_eye", "sunglasses_reading" ], "fg": 2207 }, + { "id": "helmet_motor", "fg": 2239 }, + { "id": "katana", "fg": 2240 }, + { "id": "katana_fake", "fg": 2240 }, + { "id": "katana_inferior", "fg": 2240 }, + { "id": "223_casing", "fg": 2241 }, + { "id": "40mm_casing", "fg": 2242 }, + { "id": "40x46mm_m118_casing", "fg": 2242 }, + { "id": "50_casing", "fg": 2243 }, + { "id": "9mm_casing", "fg": 2244 }, + { "id": "arrow_cf", "fg": 2245 }, + { "id": "arrow_exploding", "fg": 2246 }, + { "id": "arrow_field_point_fletched", "fg": 2247 }, + { "id": "arrow_fire_hardened_fletched", "fg": 2248 }, + { "id": "flamable_arrow", "fg": 2262 }, + { "id": "arrow_flamming", "fg": 2249 }, + { "id": "arrow_heavy_fire_hardened_fletched", "fg": 2250 }, + { "id": "arrow_metal", "fg": 2251 }, + { "id": "arrow_metal_sharpened_fletched", "fg": 2252 }, + { "id": "arrow_plastic", "fg": 2253 }, + { "id": "arrow_small_game_fletched", "fg": 2254 }, + { "id": "arrow_wood", "fg": 2255 }, + { "id": "arrow_wood_heavy", "fg": 2256 }, + { "id": "bolt_cf", "fg": 2257 }, + { "id": "bolt_explosive", "fg": 2258 }, + { "id": "bolt_metal", "fg": 2259 }, + { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 2260 }, { "id": [ "bolt_wood", @@ -2886,62 +2887,62 @@ "bolt_wood_bodkin", "bolt_wood_small_game" ], - "fg": 2260 - }, - { "id": "shot_hull", "fg": 2262 }, - { "id": [ "90two", "90two40" ], "fg": 2274 }, - { "id": [ "TDI", "TDI_10" ], "fg": 2276 }, - { "id": [ "hk_mp5", "hk_mp5_10_semi" ], "fg": 2307 }, - { "id": [ "hptjcp", "hptjhp" ], "fg": 2313 }, - { "id": [ "m1911", "m1911a1_38super" ], "fg": 2324 }, - { "id": "basket_laundry", "fg": 2397 }, - { "id": "heavy_battery_cell", "fg": 2399 }, - { "id": "heavy_plus_battery_cell", "fg": 2399 }, - { "id": "heavy_disposable_cell", "fg": 2399 }, - { "id": "heavy_atomic_battery_cell", "fg": 2398 }, - { "id": "light_battery_cell", "fg": 2401 }, - { "id": "light_minus_battery_cell", "fg": 2403 }, - { "id": "light_plus_battery_cell", "fg": 2401 }, - { "id": "light_disposable_cell", "fg": 2401 }, - { "id": "light_atomic_battery_cell", "fg": 2400 }, - { "id": "light_minus_atomic_battery_cell", "fg": 2402 }, - { "id": "medium_battery_cell", "fg": 2405 }, - { "id": "medium_plus_battery_cell", "fg": 2405 }, - { "id": "medium_disposable_cell", "fg": 2405 }, - { "id": "medium_atomic_battery_cell", "fg": 2404 }, - { "id": "bead_bracelet", "fg": 2406 }, - { "id": "bone", "fg": 2407 }, - { "id": "bone_human", "fg": 2408 }, - { "id": "bone_tainted", "fg": 2409 }, - { "id": "SICP", "fg": 2410 }, - { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 2413 }, - { "id": "book_fict_soft_tpl", "fg": 2423 }, - { "id": "novel_adventure", "fg": 2423 }, - { "id": "novel_buddy", "fg": 2424 }, - { "id": "novel_coa", "fg": 2425 }, - { "id": "novel_coa2", "fg": 2426 }, - { "id": "novel_crime", "fg": 2427 }, - { "id": "novel_crime2", "fg": 2428 }, - { "id": "novel_drama", "fg": 2429 }, - { "id": "novel_erotic", "fg": 2430 }, - { "id": "novel_experimental", "fg": 2431 }, - { "id": "novel_fantasy", "fg": 2432 }, - { "id": "novel_horror", "fg": 2433 }, - { "id": "novel_mystery", "fg": 2434 }, - { "id": "novel_pulp", "fg": 2435 }, - { "id": "novel_road", "fg": 2436 }, - { "id": "novel_romance", "fg": 2437 }, - { "id": "novel_samurai", "fg": 2438 }, - { "id": "novel_satire", "fg": 2439 }, - { "id": "novel_scifi", "fg": 2440 }, - { "id": "novel_sports", "fg": 2441 }, - { "id": "novel_spy", "fg": 2442 }, - { "id": "novel_swash", "fg": 2443 }, - { "id": "novel_thriller", "fg": 2444 }, - { "id": "novel_tragedy", "fg": 2445 }, - { "id": "novel_war", "fg": 2446 }, - { "id": "novel_war2", "fg": 2447 }, - { "id": "novel_western", "fg": 2448 }, + "fg": 2261 + }, + { "id": "shot_hull", "fg": 2263 }, + { "id": [ "90two", "90two40" ], "fg": 2275 }, + { "id": [ "TDI", "TDI_10" ], "fg": 2277 }, + { "id": [ "hk_mp5", "hk_mp5_10_semi" ], "fg": 2308 }, + { "id": [ "hptjcp", "hptjhp" ], "fg": 2314 }, + { "id": [ "m1911", "m1911a1_38super" ], "fg": 2325 }, + { "id": "basket_laundry", "fg": 2398 }, + { "id": "heavy_battery_cell", "fg": 2400 }, + { "id": "heavy_plus_battery_cell", "fg": 2400 }, + { "id": "heavy_disposable_cell", "fg": 2400 }, + { "id": "heavy_atomic_battery_cell", "fg": 2399 }, + { "id": "light_battery_cell", "fg": 2402 }, + { "id": "light_minus_battery_cell", "fg": 2404 }, + { "id": "light_plus_battery_cell", "fg": 2402 }, + { "id": "light_disposable_cell", "fg": 2402 }, + { "id": "light_atomic_battery_cell", "fg": 2401 }, + { "id": "light_minus_atomic_battery_cell", "fg": 2403 }, + { "id": "medium_battery_cell", "fg": 2406 }, + { "id": "medium_plus_battery_cell", "fg": 2406 }, + { "id": "medium_disposable_cell", "fg": 2406 }, + { "id": "medium_atomic_battery_cell", "fg": 2405 }, + { "id": "bead_bracelet", "fg": 2407 }, + { "id": "bone", "fg": 2408 }, + { "id": "bone_human", "fg": 2409 }, + { "id": "bone_tainted", "fg": 2410 }, + { "id": "SICP", "fg": 2411 }, + { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 2414 }, + { "id": "book_fict_soft_tpl", "fg": 2424 }, + { "id": "novel_adventure", "fg": 2424 }, + { "id": "novel_buddy", "fg": 2425 }, + { "id": "novel_coa", "fg": 2426 }, + { "id": "novel_coa2", "fg": 2427 }, + { "id": "novel_crime", "fg": 2428 }, + { "id": "novel_crime2", "fg": 2429 }, + { "id": "novel_drama", "fg": 2430 }, + { "id": "novel_erotic", "fg": 2431 }, + { "id": "novel_experimental", "fg": 2432 }, + { "id": "novel_fantasy", "fg": 2433 }, + { "id": "novel_horror", "fg": 2434 }, + { "id": "novel_mystery", "fg": 2435 }, + { "id": "novel_pulp", "fg": 2436 }, + { "id": "novel_road", "fg": 2437 }, + { "id": "novel_romance", "fg": 2438 }, + { "id": "novel_samurai", "fg": 2439 }, + { "id": "novel_satire", "fg": 2440 }, + { "id": "novel_scifi", "fg": 2441 }, + { "id": "novel_sports", "fg": 2442 }, + { "id": "novel_spy", "fg": 2443 }, + { "id": "novel_swash", "fg": 2444 }, + { "id": "novel_thriller", "fg": 2445 }, + { "id": "novel_tragedy", "fg": 2446 }, + { "id": "novel_war", "fg": 2447 }, + { "id": "novel_war2", "fg": 2448 }, + { "id": "novel_western", "fg": 2449 }, { "id": [ "adv_chemistry", @@ -2961,7 +2962,7 @@ "modern_tanner", "repeater_mod_guide" ], - "fg": 2415 + "fg": 2416 }, { "id": [ @@ -2982,7 +2983,7 @@ "textbook_robots", "textbook_armschina" ], - "fg": 2422 + "fg": 2423 }, { "id": [ @@ -2997,7 +2998,7 @@ "cookbook_daintydishes", "cookbook_liverforkids" ], - "fg": 2416 + "fg": 2417 }, { "id": [ @@ -3010,7 +3011,7 @@ "recipe_melee", "recipe_labchem" ], - "fg": 2420 + "fg": 2421 }, { "id": [ @@ -3027,9 +3028,9 @@ "recipe_creepy", "recipe_maiar" ], - "fg": 2420 + "fg": 2421 }, - { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 2419 }, + { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 2420 }, { "id": [ "mag_rifle", @@ -3053,7 +3054,7 @@ "mag_swimming", "mag_news" ], - "fg": 2417 + "fg": 2418 }, { "id": [ @@ -3070,7 +3071,7 @@ "schematics_searchlight", "schematics_secubot" ], - "fg": 2421 + "fg": 2422 }, { "id": [ @@ -3091,113 +3092,113 @@ "manual_shotgun", "manual_fabrication" ], - "fg": 2418 - }, - { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 2414 }, - { "id": "bottle_twoliter", "fg": 2449 }, - { "id": "bowl_pewter", "fg": 2450 }, - { "id": [ "wearable_light", "survivor_light", "wearable_atomic_light_off" ], "fg": 2542 }, - { "id": [ "wearable_light_on", "survivor_light_on", "wearable_atomic_light" ], "fg": 2543 }, - { "id": [ "alternator_car", "alternator_bicycle", "alternator_motorbike" ], "fg": 2559 }, - { "id": [ "flour", "bread_flour" ], "fg": 2584 }, - { "id": [ "pizza_cheese", "pizza_veggy", "pizza_meat" ], "fg": 2615 }, - { "id": [ "microscope", "microscope_dissecting" ], "fg": 2609 }, - { "id": "digging_stick", "fg": 2633 }, - { "id": "sword_cane", "fg": 2691 }, - { "id": "hollow_cane", "fg": 2668 }, - { "id": "cane", "fg": 2694 }, - { "id": "i_staff", "fg": 2670 }, - { "id": "shock_staff", "fg": 2683 }, - { "id": "q_staff", "fg": 2684 }, - { "id": "scarf_fur", "fg": 2688 }, - { "id": "knit_scarf", "fg": 2671 }, - { "id": "scarf_fur_long", "fg": 2689 }, - { "id": "long_knit_scarf", "fg": 2672 }, - { "id": "long_patchwork_scarf", "fg": 2673 }, - { "id": "scarf_long", "fg": 2690 }, - { "id": "patchwork_scarf", "fg": 2681 }, - { "id": "scarf", "fg": 2687 }, - { "id": "scarf_fur_loose", "fg": 2688 }, - { "id": "knit_scarf_loose", "fg": 2671 }, - { "id": "scarf_fur_long_loose", "fg": 2689 }, - { "id": "long_knit_scarf_loose", "fg": 2672 }, - { "id": "long_patchwork_scarf_loose", "fg": 2673 }, - { "id": "scarf_long_loose", "fg": 2690 }, - { "id": "patchwork_scarf_loose", "fg": 2681 }, - { "id": "scarf_loose", "fg": 2687 }, - { "id": "ceramic_cup", "fg": 2704 }, - { "id": "ceramic_mug", "fg": 2705 }, - { "id": "ceramic_shard", "fg": 2706 }, - { "id": "chain", "fg": 2707 }, - { "id": "clay_lump", "fg": 2710 }, - { "id": "bag_plastic", "fg": 2711 }, - { "id": "bag_zipper", "fg": 2712 }, - { "id": "bottle_glass", "fg": 2713 }, - { "id": "bottle_plastic", "fg": 2714 }, - { "id": "bottle_plastic_small", "fg": 2715 }, - { "id": "box_cigarette", "fg": 2716 }, - { "id": "box_small", "fg": 2717 }, - { "id": "can_drink", "fg": 2718 }, - { "id": "can_drink_unsealed", "fg": 2719 }, - { "id": [ "glass", "base_glass_dish" ], "fg": 2720 }, - { "id": "jar_3l_glass", "fg": 2721 }, - { "id": "jar_3l_glass_sealed", "fg": 2722 }, - { "id": "jar_glass", "fg": 2723 }, - { "id": "jar_glass_sealed", "fg": 2724 }, - { "id": "jug_plastic", "fg": 2725 }, - { "id": "wrapper", "fg": 2726 }, - { "id": "cudgel", "fg": 2727 }, - { "id": [ "pie", "pie_maple", "pie_veggy", "pie_meat" ], "bg": 2799 }, - { "id": [ "waffles", "fruit_waffles" ], "fg": 2803 }, - { "id": [ "cookies", "crackers", "biscuit" ], "fg": 2795 }, - { "id": [ "cake2", "cake3", "space_cake" ], "fg": 2794 }, - { "id": "hinge", "fg": 2847 }, - { "id": "inhaler", "fg": 2848 }, - { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 2849 }, - { "id": "cig_butt", "fg": 2876 }, - { "id": "joint", "fg": 2879 }, - { "id": "joint_lit", "fg": 2880 }, - { "id": "joint_roach", "fg": 2881 }, - { "id": "aspirin", "fg": 2873 }, - { "id": "bandages", "fg": 2874 }, - { "id": "syringe", "fg": 2885 }, - { "id": "antibiotics", "fg": 2870 }, - { "id": "weak_antibiotic", "fg": 2888 }, - { "id": "strong_antibiotic", "fg": 2884 }, - { "id": "vitamins", "fg": 2887 }, - { "id": "gummy_vitamins", "fg": 2877 }, - { "id": "calcium_tablet", "fg": 2875 }, - { "id": "oxycodone", "fg": 2882 }, - { "id": "tramadol", "fg": 2886 }, - { "id": "codeine", "fg": 2901 }, - { "id": "prussian_blue", "fg": 2883 }, - { "id": "iodine", "fg": 2878 }, - { "id": "antiparasitic", "fg": 2872 }, - { "id": "antifungal", "fg": 2871 }, - { "id": "money_bundle", "fg": 2889 }, - { "id": "mp3", "fg": 2890 }, - { "id": "permanent_marker", "fg": 2925 }, - { "id": "pipe", "fg": 2927 }, - { "id": "cu_pipe", "fg": 2926 }, - { "id": "acorns", "fg": 2928 }, - { "id": "chips", "fg": 2932 }, - { "id": "apple", "fg": 2929 }, - { "id": "banana", "fg": 2930 }, - { "id": "broccoli", "fg": 2931 }, - { "id": "corn", "fg": 2933 }, - { "id": "cucumber", "fg": 2934 }, - { "id": "egg_bird", "fg": 2935 }, - { "id": "grapes", "fg": 2936 }, - { "id": "lemon", "fg": 2940 }, - { "id": "onion", "fg": 2941 }, - { "id": "orange", "fg": 2942 }, - { "id": "pear", "fg": 2943 }, - { "id": "potato", "fg": 2944 }, - { "id": "pumpkin", "fg": 2945 }, - { "id": "tomato", "fg": 2948 }, - { "id": "hickory_nut", "fg": 2937 }, - { "id": "hickory_root", "fg": 2938 }, - { "id": "juniper", "fg": 2939 }, + "fg": 2419 + }, + { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 2415 }, + { "id": "bottle_twoliter", "fg": 2450 }, + { "id": "bowl_pewter", "fg": 2451 }, + { "id": [ "wearable_light", "survivor_light", "wearable_atomic_light_off" ], "fg": 2543 }, + { "id": [ "wearable_light_on", "survivor_light_on", "wearable_atomic_light" ], "fg": 2544 }, + { "id": [ "alternator_car", "alternator_bicycle", "alternator_motorbike" ], "fg": 2560 }, + { "id": [ "flour", "bread_flour" ], "fg": 2585 }, + { "id": [ "pizza_cheese", "pizza_veggy", "pizza_meat" ], "fg": 2616 }, + { "id": [ "microscope", "microscope_dissecting" ], "fg": 2610 }, + { "id": "digging_stick", "fg": 2634 }, + { "id": "sword_cane", "fg": 2694 }, + { "id": "hollow_cane", "fg": 2669 }, + { "id": "cane", "fg": 2697 }, + { "id": "i_staff", "fg": 2671 }, + { "id": "shock_staff", "fg": 2684 }, + { "id": "q_staff", "fg": 2686 }, + { "id": "scarf_fur", "fg": 2690 }, + { "id": "knit_scarf", "fg": 2672 }, + { "id": "scarf_fur_long", "fg": 2691 }, + { "id": "long_knit_scarf", "fg": 2673 }, + { "id": "long_patchwork_scarf", "fg": 2674 }, + { "id": "scarf_long", "fg": 2692 }, + { "id": "patchwork_scarf", "fg": 2682 }, + { "id": "scarf", "fg": 2689 }, + { "id": "scarf_fur_loose", "fg": 2690 }, + { "id": "knit_scarf_loose", "fg": 2672 }, + { "id": "scarf_fur_long_loose", "fg": 2691 }, + { "id": "long_knit_scarf_loose", "fg": 2673 }, + { "id": "long_patchwork_scarf_loose", "fg": 2674 }, + { "id": "scarf_long_loose", "fg": 2692 }, + { "id": "patchwork_scarf_loose", "fg": 2682 }, + { "id": "scarf_loose", "fg": 2689 }, + { "id": "ceramic_cup", "fg": 2707 }, + { "id": "ceramic_mug", "fg": 2708 }, + { "id": "ceramic_shard", "fg": 2709 }, + { "id": "chain", "fg": 2710 }, + { "id": "clay_lump", "fg": 2713 }, + { "id": "bag_plastic", "fg": 2714 }, + { "id": "bag_zipper", "fg": 2715 }, + { "id": "bottle_glass", "fg": 2716 }, + { "id": "bottle_plastic", "fg": 2717 }, + { "id": "bottle_plastic_small", "fg": 2718 }, + { "id": "box_cigarette", "fg": 2719 }, + { "id": "box_small", "fg": 2720 }, + { "id": "can_drink", "fg": 2721 }, + { "id": "can_drink_unsealed", "fg": 2722 }, + { "id": [ "glass", "base_glass_dish" ], "fg": 2723 }, + { "id": "jar_3l_glass", "fg": 2724 }, + { "id": "jar_3l_glass_sealed", "fg": 2725 }, + { "id": "jar_glass", "fg": 2726 }, + { "id": "jar_glass_sealed", "fg": 2727 }, + { "id": "jug_plastic", "fg": 2728 }, + { "id": "wrapper", "fg": 2729 }, + { "id": "cudgel", "fg": 2730 }, + { "id": [ "pie", "pie_maple", "pie_veggy", "pie_meat" ], "bg": 2802 }, + { "id": [ "waffles", "fruit_waffles" ], "fg": 2806 }, + { "id": [ "cookies", "crackers", "biscuit" ], "fg": 2798 }, + { "id": [ "cake2", "cake3", "space_cake" ], "fg": 2797 }, + { "id": "hinge", "fg": 2850 }, + { "id": "inhaler", "fg": 2851 }, + { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 2852 }, + { "id": "cig_butt", "fg": 2879 }, + { "id": "joint", "fg": 2882 }, + { "id": "joint_lit", "fg": 2883 }, + { "id": "joint_roach", "fg": 2884 }, + { "id": "aspirin", "fg": 2876 }, + { "id": "bandages", "fg": 2877 }, + { "id": "syringe", "fg": 2888 }, + { "id": "antibiotics", "fg": 2873 }, + { "id": "weak_antibiotic", "fg": 2891 }, + { "id": "strong_antibiotic", "fg": 2887 }, + { "id": "vitamins", "fg": 2890 }, + { "id": "gummy_vitamins", "fg": 2880 }, + { "id": "calcium_tablet", "fg": 2878 }, + { "id": "oxycodone", "fg": 2885 }, + { "id": "tramadol", "fg": 2889 }, + { "id": "codeine", "fg": 2904 }, + { "id": "prussian_blue", "fg": 2886 }, + { "id": "iodine", "fg": 2881 }, + { "id": "antiparasitic", "fg": 2875 }, + { "id": "antifungal", "fg": 2874 }, + { "id": "money_bundle", "fg": 2892 }, + { "id": "mp3", "fg": 2893 }, + { "id": "permanent_marker", "fg": 2928 }, + { "id": "pipe", "fg": 2930 }, + { "id": "cu_pipe", "fg": 2929 }, + { "id": "acorns", "fg": 2931 }, + { "id": "chips", "fg": 2937 }, + { "id": "apple", "fg": 2932 }, + { "id": "banana", "fg": 2933 }, + { "id": "broccoli", "fg": 2934 }, + { "id": "corn", "fg": 2938 }, + { "id": "cucumber", "fg": 2939 }, + { "id": "egg_bird", "fg": 2941 }, + { "id": "grapes", "fg": 2942 }, + { "id": "lemon", "fg": 2946 }, + { "id": "onion", "fg": 2948 }, + { "id": "orange", "fg": 2949 }, + { "id": "pear", "fg": 2950 }, + { "id": "potato", "fg": 2952 }, + { "id": "pumpkin", "fg": 2953 }, + { "id": "tomato", "fg": 2959 }, + { "id": "hickory_nut", "fg": 2943 }, + { "id": "hickory_root", "fg": 2944 }, + { "id": "juniper", "fg": 2945 }, { "id": [ "seed_hops", @@ -3265,73 +3266,73 @@ "seed_mulberries", "seed_elderberries" ], - "fg": 2946 - }, - { "id": "straw_pile", "fg": 2947 }, - { "id": "wheat", "fg": 2949 }, - { "id": "withered", "fg": 2950 }, - { "id": "bee_balm", "fg": 2951 }, - { "id": "carrot_wild", "fg": 2952 }, - { "id": "dogbane", "fg": 2953 }, - { "id": "egg_reptile", "fg": 2954 }, - { "id": "mugwort", "fg": 2955 }, - { "id": "thyme", "fg": 2956 }, - { "id": "veggy_wild", "fg": 2957 }, - { "id": "wild_herbs", "fg": 2958 }, - { "id": "feces_manure", "fg": 2962 }, - { "id": "feces_bird", "fg": 2959 }, - { "id": "feces_cow", "fg": 2960 }, - { "id": "feces_dog", "fg": 2961 }, - { "id": "feces_roach", "fg": 2963 }, - { "id": "fetid_goop", "fg": 2964 }, - { "id": "rag_bloody", "fg": 2967 }, - { "id": "ash", "fg": 3017 }, - { "id": "brick", "fg": 3018 }, - { "id": "scrap", "fg": 3021 }, - { "id": "e_scrap", "fg": 3020 }, - { "id": "steel_chunk", "fg": 3022 }, - { "id": "steel_lump", "fg": 3023 }, - { "id": "wire", "fg": 3024 }, - { "id": "cable", "fg": 3019 }, - { "id": "spring", "fg": 3026 }, - { "id": "survnote", "fg": 3027 }, - { "id": "creepy_doll", "fg": 3028 }, - { "id": "talking_doll", "fg": 3028 }, - { "id": "teapot", "fg": 3030 }, - { "id": "thermometer", "fg": 3031 }, - { "id": "crucible_clay", "fg": 3033 }, - { "id": "flashlight", "fg": 3035 }, - { "id": "heavy_flashlight", "fg": 3038 }, - { "id": "saw", "fg": 3048 }, - { "id": "screwdriver_set", "fg": 3044 }, - { "id": "wrench", "fg": 3049 }, - { "id": "hammer", "fg": 3037 }, - { "id": "hacksaw", "fg": 3036 }, - { "id": "knife_meat_cleaver", "fg": 3043 }, - { "id": "knife_vegetable_cleaver", "fg": 3047 }, + "fg": 2956 + }, + { "id": "straw_pile", "fg": 2958 }, + { "id": "wheat", "fg": 2960 }, + { "id": "withered", "fg": 2961 }, + { "id": "bee_balm", "fg": 2962 }, + { "id": "carrot_wild", "fg": 2963 }, + { "id": "dogbane", "fg": 2964 }, + { "id": "egg_reptile", "fg": 2965 }, + { "id": "mugwort", "fg": 2966 }, + { "id": "thyme", "fg": 2967 }, + { "id": "veggy_wild", "fg": 2968 }, + { "id": "wild_herbs", "fg": 2969 }, + { "id": "feces_manure", "fg": 2973 }, + { "id": "feces_bird", "fg": 2970 }, + { "id": "feces_cow", "fg": 2971 }, + { "id": "feces_dog", "fg": 2972 }, + { "id": "feces_roach", "fg": 2974 }, + { "id": "fetid_goop", "fg": 2975 }, + { "id": "rag_bloody", "fg": 2978 }, + { "id": "ash", "fg": 3028 }, + { "id": "brick", "fg": 3029 }, + { "id": "scrap", "fg": 3032 }, + { "id": "e_scrap", "fg": 3031 }, + { "id": "steel_chunk", "fg": 3033 }, + { "id": "steel_lump", "fg": 3034 }, + { "id": "wire", "fg": 3035 }, + { "id": "cable", "fg": 3030 }, + { "id": "spring", "fg": 3037 }, + { "id": "survnote", "fg": 3038 }, + { "id": "creepy_doll", "fg": 3039 }, + { "id": "talking_doll", "fg": 3039 }, + { "id": "teapot", "fg": 3041 }, + { "id": "thermometer", "fg": 3042 }, + { "id": "crucible_clay", "fg": 3044 }, + { "id": "flashlight", "fg": 3047 }, + { "id": "heavy_flashlight", "fg": 3050 }, + { "id": "saw", "fg": 3060 }, + { "id": "screwdriver_set", "fg": 3056 }, + { "id": "wrench", "fg": 3061 }, + { "id": "hammer", "fg": 3049 }, + { "id": "hacksaw", "fg": 3048 }, + { "id": "knife_meat_cleaver", "fg": 3055 }, + { "id": "knife_vegetable_cleaver", "fg": 3059 }, { "id": "lighter", - "fg": [ { "weight": 1, "sprite": 3040 }, { "weight": 1, "sprite": 3039 }, { "weight": 1, "sprite": 3041 } ] - }, - { "id": "makeshift_crowbar", "fg": 3042 }, - { "id": "esbit_stove", "fg": 3034 }, - { "id": "usb_drive", "fg": 3046 }, - { "id": "cash_card", "fg": 3050 }, - { "id": "file", "fg": 3051 }, - { "id": "fp_loyalty_card", "fg": 3052 }, - { "id": "id_industrial", "fg": 3053 }, - { "id": "id_military", "fg": 3054 }, - { "id": "id_science", "fg": 3055 }, - { "id": "bowl_plastic", "fg": 3056 }, - { "id": "cup_plastic", "fg": 3057 }, - { "id": "fork", "fg": 3058 }, - { "id": "knife_butter", "fg": 3059 }, - { "id": "washboard", "fg": 3066 }, - { "id": "wash_kit", "fg": 3065 }, - { "id": "helmet_army", "fg": 3071 }, - { "id": "foodperson_mask", "fg": 3069 }, - { "id": "foodperson_mask_on", "fg": 3070 }, - { "id": "ballistic_vest_esapi", "fg": 3068 }, + "fg": [ { "weight": 1, "sprite": 3052 }, { "weight": 1, "sprite": 3051 }, { "weight": 1, "sprite": 3053 } ] + }, + { "id": "makeshift_crowbar", "fg": 3054 }, + { "id": "esbit_stove", "fg": 3046 }, + { "id": "usb_drive", "fg": 3058 }, + { "id": "cash_card", "fg": 3062 }, + { "id": "file", "fg": 3063 }, + { "id": "fp_loyalty_card", "fg": 3064 }, + { "id": "id_industrial", "fg": 3065 }, + { "id": "id_military", "fg": 3066 }, + { "id": "id_science", "fg": 3067 }, + { "id": "bowl_plastic", "fg": 3068 }, + { "id": "cup_plastic", "fg": 3069 }, + { "id": "fork", "fg": 3070 }, + { "id": "knife_butter", "fg": 3071 }, + { "id": "washboard", "fg": 3078 }, + { "id": "wash_kit", "fg": 3077 }, + { "id": "helmet_army", "fg": 3084 }, + { "id": "foodperson_mask", "fg": 3082 }, + { "id": "foodperson_mask_on", "fg": 3083 }, + { "id": "ballistic_vest_esapi", "fg": 3080 }, { "id": "saddle", "fg": 1968 }, { "id": "blt", "fg": 1971 }, { "id": "brain_cooked", "fg": 1972 }, @@ -3469,838 +3470,838 @@ { "id": "feather", "fg": 2106 }, { "id": "felt_patch", "fg": 2107 }, { "id": "fishing_hook_basic", "fg": 2108 }, - { "id": "flask_yeast", "fg": 2109 }, - { "id": "flint_steel", "fg": 2110 }, - { "id": "flute", "fg": 2111 }, - { "id": "folding_poncho", "fg": 2112 }, - { "id": "food_processor", "fg": 2113 }, - { "id": "footrags", "fg": 2114 }, - { "id": "footrags_fur", "fg": 2115 }, - { "id": "footrags_leather", "fg": 2116 }, - { "id": "footrags_wool", "fg": 2117 }, - { "id": "frisbee", "fg": 2118 }, - { "id": "g_paint", "fg": 2119 }, - { "id": "garlic", "fg": 2120 }, - { "id": "garlic_press", "fg": 2121 }, - { "id": "glass_plate", "fg": 2122 }, - { "id": "glass_tinted", "fg": 2123 }, - { "id": "glasses_bifocal", "fg": 2124 }, - { "id": "gloves_light", "fg": 2126 }, - { "id": "hair_dryer", "fg": 2127 }, - { "id": "hammer_sledge", "fg": 2128 }, - { "id": "hammer_sledge_engineer", "fg": 2129 }, - { "id": "hammer_sledge_heavy", "fg": 2130 }, - { "id": "hammer_sledge_short", "fg": 2131 }, - { "id": "hand_axe", "fg": 2132 }, - { "id": "hand_drill", "fg": 2133 }, - { "id": "hand_rims", "fg": 2134 }, - { "id": "handrolled_cig", "fg": 2135 }, - { "id": "hard_steel_armor", "fg": 2136 }, - { "id": "harmonica_holder", "fg": 2137 }, - { "id": "hat_chef", "fg": 2138 }, - { "id": "iron_pot", "fg": 2139 }, - { "id": "jack", "fg": 2140 }, - { "id": "jack_makeshift", "fg": 2141 }, - { "id": "jack_small", "fg": 2142 }, - { "id": "kettle", "fg": 2144 }, - { "id": "ladle", "fg": 2145 }, - { "id": "laptop", "fg": 2146 }, - { "id": "leg_warmers", "fg": 2147 }, - { "id": "link_sheet", "fg": 2148 }, - { "id": "machete", "fg": 2149 }, - { "id": "makeshift_bayonet", "fg": 2150 }, - { "id": "makeshift_hammer", "fg": 2151 }, - { "id": "makeshift_machete", "fg": 2152 }, - { "id": "makeshift_stethoscope", "fg": 2153 }, - { "id": "matches", "fg": 2154 }, - { "id": "material_shrd_limestone", "fg": 2155 }, - { "id": "mbag", "fg": 2156 }, - { "id": "mess_kit", "fg": 2157 }, - { "id": "mess_tin", "fg": 2158 }, - { "id": "meth", "fg": 2159 }, - { "id": "mil_mess_kit", "fg": 2160 }, - { "id": "morphine", "fg": 2161 }, - { "id": "mortar_pestle", "fg": 2162 }, - { "id": "motor_tiny", "fg": 2163 }, - { "id": "mouthpiece", "fg": 2164 }, - { "id": "office_holepunch", "fg": 2165 }, - { "id": "omnicamera", "fg": 2166 }, - { "id": "p_paint", "fg": 2167 }, - { "id": "paint_brush", "fg": 2168 }, - { "id": "pan", "fg": 2169 }, - { "id": "paper", "fg": 2170 }, - { "id": "peeler", "fg": 2171 }, - { "id": "pipe_fittings", "fg": 2172 }, - { "id": "plastic_pot_flower", "fg": 2173 }, - { "id": "pliers", "fg": 2174 }, - { "id": "plums", "fg": 2175 }, - { "id": "pot", "fg": 2176 }, - { "id": "pot_canning", "fg": 2177 }, - { "id": "pot_copper", "fg": 2178 }, - { "id": "pot_helmet", "fg": 2179 }, - { "id": "pot_makeshift", "fg": 2180 }, - { "id": "pot_makeshift_copper", "fg": 2181 }, - { "id": "potato_masher", "fg": 2182 }, - { "id": "r_paint", "fg": 2183 }, - { "id": "reading_light", "fg": 2184 }, - { "id": "reading_light_on", "fg": 2185 }, - { "id": "receiver", "fg": 2186 }, - { "id": "reinforced_glass_pane", "fg": 2187 }, - { "id": "rolling_pin", "fg": 2188 }, - { "id": "scrap_bronze", "fg": 2189 }, - { "id": "scrap_felt", "fg": 2190 }, - { "id": "sheet_felt", "fg": 2191 }, - { "id": "sheet_felt_patchwork", "fg": 2192 }, - { "id": "shocktonfa_off", "fg": 2193 }, - { "id": "shocktonfa_on", "fg": 2194 }, - { "id": "slingpack", "fg": 2195 }, - { "id": "smart_phone", "fg": 2196 }, - { "id": "soap", "fg": 2197 }, - { "id": "solder_wire", "fg": 2198 }, - { "id": "spatula", "fg": 2199 }, - { "id": "spider_egg", "fg": 2200 }, - { "id": "spike", "fg": 2201 }, - { "id": "steel_armor", "fg": 2202 }, - { "id": "steel_pan", "fg": 2203 }, - { "id": "stethoscope", "fg": 2204 }, - { "id": "stock_pot", "fg": 2205 }, - { "id": "survivor_mess_kit", "fg": 2207 }, - { "id": "swage", "fg": 2208 }, - { "id": "tazer", "fg": 2209 }, - { "id": "teleumbrella", "fg": 2210 }, - { "id": "tinder", "fg": 2211 }, - { "id": "tinderbox", "fg": 2212 }, - { "id": "tinfoil_hat", "fg": 2213 }, - { "id": "tonfa", "fg": 2214 }, - { "id": "tonfa_wood", "fg": 2215 }, - { "id": "tongs", "fg": 2216 }, - { "id": "tripwire", "fg": 2217 }, - { "id": "unfinished_charcoal", "fg": 2218 }, - { "id": "w_paint", "fg": 2219 }, - { "id": "water_purifier", "fg": 2220 }, - { "id": "wheel", "fg": 2221 }, - { "id": "wheel_10", "fg": 2222 }, - { "id": "wheel_barrow", "fg": 2223 }, - { "id": "wheel_bicycle", "fg": 2224 }, - { "id": "wheel_bicycle_or", "fg": 2225 }, - { "id": "wheel_motorbike", "fg": 2226 }, - { "id": "wheel_motorbike_or", "fg": 2227 }, - { "id": "wheel_skate", "fg": 2228 }, - { "id": "wheel_slick", "fg": 2229 }, - { "id": "wheel_small", "fg": 2230 }, - { "id": "wheel_tricycle", "fg": 2231 }, - { "id": "wheel_wheelchair", "fg": 2232 }, - { "id": "whisk", "fg": 2233 }, - { "id": "wine_glass", "fg": 2234 }, - { "id": "wire_barbed", "fg": 2235 }, - { "id": "y_paint", "fg": 2236 }, - { "id": "halligan", "fg": 2237 }, - { "id": "cig", "fg": 2263 }, - { "id": "cig_lit", "fg": 2264 }, - { "id": "copper_ring", "fg": 2265 }, - { "id": "g_shovel", "fg": 2266 }, - { "id": "lsd", "fg": 2267 }, - { "id": "silver_ring", "fg": 2268 }, - { "id": "thermal_mask", "fg": 2269 }, - { "id": "thermal_socks", "fg": 2270 }, - { "id": "tie_clipon", "fg": 2271 }, - { "id": "whistle", "fg": 2272 }, - { "id": "2_shot_special", "fg": 2273 }, - { "id": "LAW_Packed", "fg": 2275 }, - { "id": "af2011a1_38super", "fg": 2277 }, - { "id": "ar_pistol", "fg": 2278 }, - { "id": "ashot", "fg": 2279 }, - { "id": "bfr", "fg": 2280 }, - { "id": "bigun", "fg": 2281 }, - { "id": "bond_410", "fg": 2282 }, - { "id": "bt_apc9k", "fg": 2283 }, - { "id": "colt_army", "fg": 2284 }, - { "id": "colt_navy", "fg": 2285 }, - { "id": "colt_saa", "fg": 2286 }, - { "id": "cop_38", "fg": 2287 }, - { "id": "cz75", "fg": 2288 }, - { "id": "deagle_44", "fg": 2289 }, - { "id": "draco", "fg": 2290 }, - { "id": "flamethrower_crude", "fg": 2291 }, - { "id": "flamethrower_simple", "fg": 2292 }, - { "id": "fn1910", "fg": 2293 }, - { "id": "fn57", "fg": 2294 }, - { "id": "fn_p90", "fg": 2295 }, - { "id": "glock_17", "fg": 2296 }, - { "id": "glock_18c", "fg": 2297 }, - { "id": "glock_19", "fg": 2298 }, - { "id": "glock_20", "fg": 2299 }, - { "id": "glock_20_var_glock_40", "fg": 2300 }, - { "id": "glock_21", "fg": 2301 }, - { "id": "glock_22", "fg": 2302 }, - { "id": "glock_29", "fg": 2303 }, - { "id": "glock_31", "fg": 2304 }, - { "id": "hi_power_40", "fg": 2305 }, - { "id": "hi_power_9mm", "fg": 2306 }, - { "id": "hk_mp5_semi_pistol", "fg": 2308 }, - { "id": "hk_mp7", "fg": 2309 }, - { "id": "hk_ump45", "fg": 2310 }, - { "id": "hptc9", "fg": 2311 }, - { "id": "hptcf380", "fg": 2312 }, - { "id": "kp32", "fg": 2314 }, - { "id": "kp3at", "fg": 2315 }, - { "id": "kpf9", "fg": 2316 }, - { "id": "l_bak_223", "fg": 2317 }, - { "id": "launcher_simple", "fg": 2318 }, - { "id": "lemat_revolver", "fg": 2319 }, - { "id": "m11", "fg": 2320 }, - { "id": "m17", "fg": 2321 }, - { "id": "m18", "fg": 2322 }, - { "id": "m1911-460", "fg": 2323 }, - { "id": "m1911_10", "fg": 2325 }, - { "id": "m1911_var_m1911_MEU", "fg": 2326 }, - { "id": "m320", "fg": 2327 }, - { "id": "m4_carbine_var_m4_cqbr", "fg": 2328 }, - { "id": "m9", "fg": 2329 }, - { "id": "mac_10", "fg": 2330 }, - { "id": "mac_11", "fg": 2331 }, - { "id": "makarov", "fg": 2332 }, - { "id": "mauser_c96", "fg": 2333 }, - { "id": "mauser_m714", "fg": 2334 }, - { "id": "mgl", "fg": 2335 }, - { "id": "minispeargun", "fg": 2336 }, - { "id": "model_10_revolver", "fg": 2337 }, - { "id": "moss_brownie", "fg": 2338 }, - { "id": "nailgun", "fg": 2339 }, - { "id": "nailrifle", "fg": 2340 }, - { "id": "needlepistol", "fg": 2341 }, - { "id": "oa93", "fg": 2342 }, - { "id": "p08", "fg": 2343 }, - { "id": "p220_10", "fg": 2344 }, - { "id": "p226_357sig", "fg": 2345 }, - { "id": "p226_9mm", "fg": 2346 }, - { "id": "p320_357sig", "fg": 2347 }, - { "id": "paintballgun", "fg": 2348 }, - { "id": "pipe_double_shotgun", "fg": 2349 }, - { "id": "pistol_flintlock", "fg": 2350 }, - { "id": "px4", "fg": 2351 }, - { "id": "px4_40", "fg": 2352 }, - { "id": "raging_bull", "fg": 2353 }, - { "id": "raging_judge", "fg": 2354 }, - { "id": "revolver_shotgun", "fg": 2355 }, - { "id": "rm103a_pistol", "fg": 2356 }, - { "id": "rm2000_smg", "fg": 2357 }, - { "id": "rm228", "fg": 2358 }, - { "id": "ruger_lcr_22", "fg": 2359 }, - { "id": "ruger_lcr_38", "fg": 2360 }, - { "id": "ruger_redhawk", "fg": 2361 }, - { "id": "rugerlcp", "fg": 2362 }, - { "id": "sig_40", "fg": 2363 }, - { "id": "sig_mosquito", "fg": 2364 }, - { "id": "sig_p230", "fg": 2365 }, - { "id": "skorpion_61", "fg": 2366 }, - { "id": "smg_40", "fg": 2367 }, - { "id": "smg_45", "fg": 2368 }, - { "id": "sp2022", "fg": 2369 }, - { "id": "streetsweeper", "fg": 2370 }, - { "id": "surv_hand_cannon", "fg": 2371 }, - { "id": "surv_six_shooter", "fg": 2372 }, - { "id": "sw629", "fg": 2373 }, - { "id": "sw_22", "fg": 2374 }, - { "id": "sw_500", "fg": 2375 }, - { "id": "sw_610", "fg": 2376 }, - { "id": "sw_619", "fg": 2377 }, - { "id": "taurus_spectrum", "fg": 2378 }, - { "id": "tec9", "fg": 2379 }, - { "id": "tokarev", "fg": 2380 }, - { "id": "triple_launcher_simple", "fg": 2381 }, - { "id": "unbio_blaster_gun", "fg": 2382 }, - { "id": "usp_45", "fg": 2383 }, - { "id": "usp_45_var_mk23", "fg": 2384 }, - { "id": "usp_9mm", "fg": 2385 }, - { "id": "uzi", "fg": 2386 }, - { "id": "v29", "fg": 2387 }, - { "id": "v29_cheap", "fg": 2388 }, - { "id": "walther_ccp", "fg": 2389 }, - { "id": "walther_p22", "fg": 2390 }, - { "id": "walther_p38", "fg": 2391 }, - { "id": "walther_ppq_40", "fg": 2392 }, - { "id": "walther_ppq_45", "fg": 2393 }, - { "id": "walther_ppq_9mm", "fg": 2394 }, - { "id": "witness_10", "fg": 2395 }, - { "id": "xd_10", "fg": 2396 }, - { "id": "book_pieces", "fg": 2411 }, - { "id": "book_ruined", "fg": 2412 }, - { "id": "button_plastic", "fg": 2451 }, - { "id": "button_steel", "fg": 2452 }, - { "id": "button_wood", "fg": 2453 }, - { "id": "antenna", "fg": 2454 }, - { "id": "badge_deputy", "fg": 2455 }, - { "id": "coconut", "fg": 2456 }, - { "id": "directional_antenna", "fg": 2457 }, - { "id": "halter_top", "fg": 2458 }, - { "id": "hand_crank_charger", "fg": 2459 }, - { "id": "hops", "fg": 2460 }, - { "id": "kidney", "fg": 2461 }, - { "id": "lettuce", "fg": 2462 }, - { "id": "lily_flower", "fg": 2463 }, - { "id": "scorecard", "fg": 2464 }, - { "id": "spinach", "fg": 2465 }, - { "id": "altered_comb", "fg": 2466 }, - { "id": "gasdiscount_gold", "fg": 2467 }, - { "id": "gasdiscount_platinum", "fg": 2468 }, - { "id": "gasdiscount_silver", "fg": 2469 }, - { "id": "gold_hairpin", "fg": 2470 }, - { "id": "nanoskirt", "fg": 2471 }, - { "id": "pearl", "fg": 2472 }, - { "id": "platinum_ring", "fg": 2473 }, - { "id": "skirt_grass", "fg": 2474 }, - { "id": "skirt_leather", "fg": 2475 }, - { "id": "wallet_leather", "fg": 2476 }, - { "id": "copper_necklace", "fg": 2477 }, - { "id": "pearl_collar", "fg": 2478 }, - { "id": "alexandrite_gold_pendant_necklace", "fg": 2479 }, - { "id": "amethyst_gold_pendant_necklace", "fg": 2480 }, - { "id": "aquamarine_gold_pendant_necklace", "fg": 2481 }, - { "id": "blue_topaz_gold_pendant_necklace", "fg": 2482 }, - { "id": "citrine_gold_pendant_necklace", "fg": 2483 }, - { "id": "diamond_gold_pendant_necklace", "fg": 2484 }, - { "id": "emerald_gold_pendant_necklace", "fg": 2485 }, - { "id": "garnet_gold_pendant_necklace", "fg": 2486 }, - { "id": "gold_necklace", "fg": 2487 }, - { "id": "opal_gold_pendant_necklace", "fg": 2488 }, - { "id": "pearl_gold_pendant_necklace", "fg": 2489 }, - { "id": "peridot_gold_pendant_necklace", "fg": 2490 }, - { "id": "ruby_gold_pendant_necklace", "fg": 2491 }, - { "id": "sapphire_gold_pendant_necklace", "fg": 2492 }, - { "id": "tourmaline_gold_pendant_necklace", "fg": 2493 }, - { "id": "alexandrite_platinum_pendant_necklace", "fg": 2494 }, - { "id": "amethyst_platinum_pendant_necklace", "fg": 2495 }, - { "id": "aquamarine_platinum_pendant_necklace", "fg": 2496 }, - { "id": "blue_topaz_platinum_pendant_necklace", "fg": 2497 }, - { "id": "citrine_platinum_pendant_necklace", "fg": 2498 }, - { "id": "diamond_platinum_pendant_necklace", "fg": 2499 }, - { "id": "emerald_platinum_pendant_necklace", "fg": 2500 }, - { "id": "garnet_platinum_pendant_necklace", "fg": 2501 }, - { "id": "opal_platinum_pendant_necklace", "fg": 2502 }, - { "id": "pearl_platinum_pendant_necklace", "fg": 2503 }, - { "id": "peridot_platinum_pendant_necklace", "fg": 2504 }, - { "id": "platinum_necklace", "fg": 2505 }, - { "id": "ruby_platinum_pendant_necklace", "fg": 2506 }, - { "id": "sapphire_platinum_pendant_necklace", "fg": 2507 }, - { "id": "tourmaline_platinum_pendant_necklace", "fg": 2508 }, - { "id": "alexandrite_silver_pendant_necklace", "fg": 2509 }, - { "id": "amethyst_silver_pendant_necklace", "fg": 2510 }, - { "id": "aquamarine_silver_pendant_necklace", "fg": 2511 }, - { "id": "blue_topaz_silver_pendant_necklace", "fg": 2512 }, - { "id": "citrine_silver_pendant_necklace", "fg": 2513 }, - { "id": "diamond_silver_pendant_necklace", "fg": 2514 }, - { "id": "emerald_silver_pendant_necklace", "fg": 2515 }, - { "id": "garnet_silver_pendant_necklace", "fg": 2516 }, - { "id": "opal_silver_pendant_necklace", "fg": 2517 }, - { "id": "pearl_silver_pendant_necklace", "fg": 2518 }, - { "id": "peridot_silver_pendant_necklace", "fg": 2519 }, - { "id": "ruby_silver_pendant_necklace", "fg": 2520 }, - { "id": "sapphire_silver_pendant_necklace", "fg": 2521 }, - { "id": "silver_necklace", "fg": 2522 }, - { "id": "tourmaline_silver_pendant_necklace", "fg": 2523 }, - { "id": "alder_bark", "fg": 2524 }, - { "id": "barrette", "fg": 2525 }, - { "id": "birchbark", "fg": 2526 }, - { "id": "caff_gum", "fg": 2527 }, - { "id": "cattail_stalk", "fg": 2528 }, - { "id": "golf_tee", "fg": 2529 }, - { "id": "gum", "fg": 2530 }, - { "id": "hand_pump", "fg": 2531 }, - { "id": "honeydew", "fg": 2532 }, - { "id": "ifak_pouch", "fg": 2533 }, - { "id": "knitting_needles", "fg": 2534 }, - { "id": "lasagne", "fg": 2535 }, - { "id": "magnifying_glass", "fg": 2536 }, - { "id": "mininuke", "fg": 2537 }, - { "id": "mininuke_act", "fg": 2538 }, - { "id": "net", "fg": 2539 }, - { "id": "rolling_paper", "fg": 2540 }, - { "id": "tanbark", "fg": 2541 }, - { "id": "willowbark", "fg": 2544 }, - { "id": "shoulder_strap", "fg": 2545 }, - { "id": "deck_of_cards", "fg": 2546 }, - { "id": "hairpin", "fg": 2547 }, - { "id": "weed", "fg": 2548 }, - { "id": "ceramic_bowl", "fg": 2549 }, - { "id": "chestrig", "fg": 2550 }, - { "id": "radio_car", "fg": 2551 }, - { "id": "radio_car_box", "fg": 2552 }, - { "id": "radio_car_on", "fg": 2553 }, - { "id": "radio_car_wheel", "fg": 2554 }, - { "id": "radiocontrol", "fg": 2555 }, - { "id": "rc_car_box", "fg": 2556 }, - { "id": "toaster", "fg": 2557 }, - { "id": "xl_chestrig", "fg": 2558 }, - { "id": "alternator_truck", "fg": 2560 }, - { "id": "ammolink", "fg": 2561 }, - { "id": "angle_grinder", "fg": 2562 }, - { "id": "atomic_lamp", "fg": 2563 }, - { "id": "atomic_lamp_off", "fg": 2564 }, - { "id": "barometer", "fg": 2565 }, - { "id": "birdfood", "fg": 2566 }, - { "id": "bismuth", "fg": 2567 }, - { "id": "brick_kiln", "fg": 2568 }, - { "id": "caffeine", "fg": 2569 }, - { "id": "caltrops", "fg": 2570 }, - { "id": "caltrops_glass", "fg": 2571 }, - { "id": "camera", "fg": 2572 }, - { "id": "chem_citric_acid", "fg": 2573 }, - { "id": "chem_sulphur", "fg": 2574 }, - { "id": "chunk_sulfur", "fg": 2575 }, - { "id": "circsaw_off", "fg": 2576 }, - { "id": "circsaw_on", "fg": 2577 }, - { "id": "coal_lump", "fg": 2578 }, - { "id": "con_mix", "fg": 2579 }, - { "id": "disc_golf", "fg": 2580 }, - { "id": "drivebelt", "fg": 2581 }, - { "id": "eink_tablet_pc", "fg": 2582 }, - { "id": "flatbread", "fg": 2583 }, - { "id": "gelbox", "fg": 2585 }, - { "id": "generator_7500w", "fg": 2586 }, - { "id": "glowstick", "fg": 2587 }, - { "id": "glowstick_dead", "fg": 2588 }, - { "id": "glowstick_lit", "fg": 2589 }, - { "id": "gold_small", "fg": 2590 }, - { "id": "golf_club", "fg": 2591 }, - { "id": "handflare", "fg": 2592 }, - { "id": "heatpack", "fg": 2593 }, - { "id": "heatpack_used", "fg": 2594 }, - { "id": "hoe", "fg": 2595 }, - { "id": "homeopathic_pills", "fg": 2596 }, - { "id": "horn_bicycle", "fg": 2597 }, - { "id": "jumper_cable", "fg": 2598 }, - { "id": "kiln", "fg": 2599 }, - { "id": "lead", "fg": 2600 }, - { "id": "leather", "fg": 2601 }, - { "id": "lightstrip", "fg": 2602 }, - { "id": "material_aluminium_ingot", "fg": 2603 }, - { "id": "material_limestone", "fg": 2604 }, - { "id": "material_rhodonite", "fg": 2605 }, - { "id": "material_rocksalt", "fg": 2606 }, - { "id": "material_zincite", "fg": 2607 }, - { "id": "metal_smoother", "fg": 2608 }, - { "id": "multitool", "fg": 2610 }, - { "id": "nic_gum", "fg": 2611 }, - { "id": "pencil", "fg": 2612 }, - { "id": "pipe_cleaner", "fg": 2613 }, - { "id": "pipe_glass", "fg": 2614 }, - { "id": "platinum_small", "fg": 2616 }, - { "id": "polisher", "fg": 2617 }, - { "id": "press", "fg": 2618 }, - { "id": "puller", "fg": 2619 }, - { "id": "rake", "fg": 2620 }, - { "id": "razorclaw_roe", "fg": 2621 }, - { "id": "sickle", "fg": 2622 }, - { "id": "silver_small", "fg": 2623 }, - { "id": "small_repairkit", "fg": 2624 }, - { "id": "tanned_hide", "fg": 2625 }, - { "id": "tanned_pelt", "fg": 2626 }, - { "id": "tourist_table", "fg": 2627 }, - { "id": "zinc_metal", "fg": 2628 }, - { "id": "beartrap", "fg": 2629 }, - { "id": "landmine", "fg": 2630 }, - { "id": "wire_mesh", "fg": 2631 }, - { "id": "cannabis", "fg": 2632 }, - { "id": "dnd_handbook", "fg": 2634 }, - { "id": "holybook_bible1", "fg": 2635 }, - { "id": "holybook_bible3", "fg": 2636 }, - { "id": "l-stick", "fg": 2637 }, - { "id": "l-stick_on", "fg": 2638 }, - { "id": "makarovmag", "fg": 2639 }, - { "id": "manual_brawl", "fg": 2640 }, - { "id": "manual_carpentry", "fg": 2641 }, - { "id": "manual_dodge_kid", "fg": 2642 }, - { "id": "manual_driving", "fg": 2643 }, - { "id": "manual_melee", "fg": 2644 }, - { "id": "philosophy_book", "fg": 2645 }, - { "id": "phonebook", "fg": 2646 }, - { "id": "photo_album", "fg": 2647 }, - { "id": "plastic_bucket", "fg": 2648 }, - { "id": "record_weather", "fg": 2649 }, - { "id": "straw_fedora", "fg": 2650 }, - { "id": "textbook_computer", "fg": 2651 }, - { "id": "textbook_fabrication", "fg": 2652 }, - { "id": "textbook_survival", "fg": 2653 }, - { "id": "water_faucet", "fg": 2654 }, - { "id": "can_food", "fg": 2655 }, - { "id": "can_food_big", "fg": 2656 }, - { "id": "can_food_big_unsealed", "fg": 2657 }, - { "id": "can_food_unsealed", "fg": 2658 }, - { "id": "can_medium", "fg": 2659 }, - { "id": "can_medium_unsealed", "fg": 2660 }, - { "id": "clamp", "fg": 2661 }, - { "id": "cured_hide", "fg": 2662 }, - { "id": "cured_pelt", "fg": 2663 }, - { "id": "demihuman_fat", "fg": 2664 }, - { "id": "fat", "fg": 2665 }, - { "id": "fat_tainted", "fg": 2666 }, - { "id": "headscarf", "fg": 2667 }, - { "id": "human_fat", "fg": 2669 }, - { "id": "marloss_scarf", "fg": 2674 }, - { "id": "meat", "fg": 2675 }, - { "id": "meat_tainted", "fg": 2676 }, - { "id": "mutant_fat", "fg": 2677 }, - { "id": "mutant_human_fat", "fg": 2678 }, - { "id": "mutant_human_flesh", "fg": 2679 }, - { "id": "mutant_meat", "fg": 2680 }, - { "id": "pipe_tobacco", "fg": 2682 }, - { "id": "raw_fur", "fg": 2685 }, - { "id": "raw_leather", "fg": 2686 }, - { "id": "tanning_hide", "fg": 2692 }, - { "id": "tanning_pelt", "fg": 2693 }, - { "id": "analytical_set_basic", "fg": 2695 }, - { "id": "balance_small", "fg": 2696 }, - { "id": "beaker", "fg": 2697 }, - { "id": "flask_glass", "fg": 2698 }, - { "id": "gradcylinder", "fg": 2699 }, - { "id": "ph_meter", "fg": 2700 }, - { "id": "spectrophotometer", "fg": 2701 }, - { "id": "test_tube", "fg": 2702 }, - { "id": "voltmeter", "fg": 2703 }, - { "id": "acidchitin_piece", "fg": 2708 }, - { "id": "chitin_piece", "fg": 2709 }, - { "id": "coin_dime", "fg": 2728 }, - { "id": "coin_dollar", "fg": 2729 }, - { "id": "coin_half_dollar", "fg": 2730 }, - { "id": "coin_nickel", "fg": 2731 }, - { "id": "coin_penny", "fg": 2732 }, - { "id": "coin_quarter", "fg": 2733 }, - { "id": "money_fifty", "fg": 2734 }, - { "id": "money_five", "fg": 2735 }, - { "id": "money_hundred", "fg": 2736 }, - { "id": "money_one", "fg": 2737 }, - { "id": "money_ten", "fg": 2738 }, - { "id": "money_twenty", "fg": 2739 }, - { "id": "money_two", "fg": 2740 }, - { "id": "alexandrite_gold_earring", "fg": 2741 }, - { "id": "alexandrite_platinum_earring", "fg": 2742 }, - { "id": "alexandrite_silver_earring", "fg": 2743 }, - { "id": "amethyst_gold_earring", "fg": 2744 }, - { "id": "amethyst_platinum_earring", "fg": 2745 }, - { "id": "amethyst_silver_earring", "fg": 2746 }, - { "id": "aquamarine_gold_earring", "fg": 2747 }, - { "id": "aquamarine_platinum_earring", "fg": 2748 }, - { "id": "aquamarine_silver_earring", "fg": 2749 }, - { "id": "bead_ear", "fg": 2750 }, - { "id": "blue_topaz_gold_earring", "fg": 2751 }, - { "id": "blue_topaz_platinum_earring", "fg": 2752 }, - { "id": "blue_topaz_silver_earring", "fg": 2753 }, - { "id": "citrine_gold_earring", "fg": 2754 }, - { "id": "citrine_platinum_earring", "fg": 2755 }, - { "id": "citrine_silver_earring", "fg": 2756 }, - { "id": "copper_ear", "fg": 2757 }, - { "id": "diamond_gold_earring", "fg": 2758 }, - { "id": "diamond_platinum_earring", "fg": 2759 }, - { "id": "diamond_silver_earring", "fg": 2760 }, - { "id": "emerald_gold_earring", "fg": 2761 }, - { "id": "emerald_platinum_earring", "fg": 2762 }, - { "id": "emerald_silver_earring", "fg": 2763 }, - { "id": "garnet_gold_earring", "fg": 2764 }, - { "id": "garnet_platinum_earring", "fg": 2765 }, - { "id": "garnet_silver_earring", "fg": 2766 }, - { "id": "gold_ear", "fg": 2767 }, - { "id": "opal_gold_earring", "fg": 2768 }, - { "id": "opal_platinum_earring", "fg": 2769 }, - { "id": "opal_silver_earring", "fg": 2770 }, - { "id": "pearl_gold_earring", "fg": 2771 }, - { "id": "pearl_platinum_earring", "fg": 2772 }, - { "id": "pearl_silver_earring", "fg": 2773 }, - { "id": "peridot_gold_earring", "fg": 2774 }, - { "id": "peridot_platinum_earring", "fg": 2775 }, - { "id": "peridot_silver_earring", "fg": 2776 }, - { "id": "platinum_ear", "fg": 2777 }, - { "id": "ruby_gold_earring", "fg": 2778 }, - { "id": "ruby_platinum_earring", "fg": 2779 }, - { "id": "ruby_silver_earring", "fg": 2780 }, - { "id": "sapphire_gold_earring", "fg": 2781 }, - { "id": "sapphire_platinum_earring", "fg": 2782 }, - { "id": "sapphire_silver_earring", "fg": 2783 }, - { "id": "silver_ear", "fg": 2784 }, - { "id": "tourmaline_gold_earring", "fg": 2785 }, - { "id": "tourmaline_platinum_earring", "fg": 2786 }, - { "id": "tourmaline_silver_earring", "fg": 2787 }, - { "id": "flaregun", "fg": 2788 }, - { "id": "signal_flare", "fg": 2789 }, - { "id": "bread", "fg": 2790 }, - { "id": "brioche", "fg": 2791 }, - { "id": "brown_bread", "fg": 2792 }, - { "id": "brownie", "fg": 2793 }, - { "id": "cornbread", "fg": 2796 }, - { "id": "jihelucake", "fg": 2797 }, - { "id": "pancakes", "fg": 2798 }, - { "id": "sourdough_bread", "fg": 2800 }, - { "id": "sponge_cake", "fg": 2801 }, - { "id": "tortilla_corn", "fg": 2802 }, - { "id": "wastebread", "fg": 2804 }, - { "id": "airhorn", "fg": 2805 }, - { "id": "aluminum_foil", "fg": 2806 }, - { "id": "bowling_pin", "fg": 2807 }, - { "id": "boxing_gloves", "fg": 2808 }, - { "id": "chopsticks", "fg": 2809 }, - { "id": "comb_pocket", "fg": 2810 }, - { "id": "copper", "fg": 2811 }, - { "id": "eclipse_glasses", "fg": 2812 }, - { "id": "fish", "fg": 2813 }, - { "id": "licorice", "fg": 2814 }, - { "id": "metal_tank", "fg": 2815 }, - { "id": "metal_tank_little", "fg": 2816 }, - { "id": "nanomaterial", "fg": 2817 }, - { "id": "plut_cell", "fg": 2818 }, - { "id": "rebreather_filter", "fg": 2819 }, - { "id": "rock_sock", "fg": 2820 }, - { "id": "rollerskates", "fg": 2821 }, - { "id": "sandpaper", "fg": 2822 }, - { "id": "throwing_stick", "fg": 2823 }, - { "id": "waterproof_gunmod", "fg": 2824 }, - { "id": "circsaw_blade", "fg": 2825 }, - { "id": "mirror", "fg": 2826 }, - { "id": "glass_bowl", "fg": 2827 }, - { "id": "plastic_bowl_kids", "fg": 2828 }, - { "id": "blue_pen", "fg": 2829 }, - { "id": "green_pen", "fg": 2830 }, - { "id": "pen", "fg": 2831 }, - { "id": "red_pen", "fg": 2832 }, - { "id": "soldering_iron", "fg": 2833 }, - { "id": "superglue", "fg": 2834 }, - { "id": "grenade", "fg": 2835 }, - { "id": "grenade_act", "fg": 2836 }, - { "id": "grenade_emp", "fg": 2837 }, - { "id": "grenade_emp_act", "fg": 2838 }, - { "id": "grenade_inc", "fg": 2839 }, - { "id": "grenade_inc_act", "fg": 2840 }, - { "id": "pipebomb", "fg": 2841 }, - { "id": "pipebomb_act", "fg": 2842 }, - { "id": "scrambler", "fg": 2843 }, - { "id": "scrambler_act", "fg": 2844 }, - { "id": "smokebomb", "fg": 2845 }, - { "id": "smokebomb_act", "fg": 2846 }, - { "id": "boxcutter", "fg": 2850 }, - { "id": "copper_knife", "fg": 2851 }, - { "id": "diveknife", "fg": 2852 }, - { "id": "knife_bread", "fg": 2853 }, - { "id": "knife_butcher", "fg": 2854 }, - { "id": "knife_carving", "fg": 2855 }, - { "id": "knife_chef", "fg": 2856 }, - { "id": "knife_combat", "fg": 2857 }, - { "id": "knife_folding", "fg": 2858 }, - { "id": "knife_hunting", "fg": 2859 }, - { "id": "knife_paring", "fg": 2860 }, - { "id": "knife_rambo", "fg": 2861 }, - { "id": "knife_rm42", "fg": 2862 }, - { "id": "knife_steak", "fg": 2863 }, - { "id": "knife_swissarmy", "fg": 2864 }, - { "id": "knife_trench", "fg": 2865 }, - { "id": "makeshift_knife", "fg": 2866 }, - { "id": "pockknife", "fg": 2867 }, - { "id": "primitive_knife", "fg": 2868 }, - { "id": "throwing_knife", "fg": 2869 }, - { "id": "baseball", "fg": 2891 }, - { "id": "basketball", "fg": 2892 }, - { "id": "battery_car", "fg": 2893 }, - { "id": "beach_volleyball", "fg": 2894 }, - { "id": "bowling_ball", "fg": 2895 }, - { "id": "cell_phone", "fg": 2896 }, - { "id": "cell_phone_flashlight", "fg": 2897 }, - { "id": "cigar", "fg": 2898 }, - { "id": "cigar_butt", "fg": 2899 }, - { "id": "cigar_lit", "fg": 2900 }, - { "id": "ear_plugs", "fg": 2902 }, - { "id": "fiddlehead_boiled", "fg": 2903 }, - { "id": "fiddlehead_raw", "fg": 2904 }, - { "id": "fiddlehead_sauteed", "fg": 2905 }, - { "id": "flask_hip", "fg": 2906 }, - { "id": "football", "fg": 2907 }, - { "id": "golf_ball", "fg": 2908 }, - { "id": "holo_sight", "fg": 2909 }, - { "id": "indoor_volleyball", "fg": 2910 }, - { "id": "misc_repairkit", "fg": 2911 }, - { "id": "mre_beef_box", "fg": 2912 }, - { "id": "peephole", "fg": 2913 }, - { "id": "portable_game", "fg": 2914 }, - { "id": "puck", "fg": 2915 }, - { "id": "purse", "fg": 2916 }, - { "id": "suppressor", "fg": 2917 }, - { "id": "tourniquet_upper", "fg": 2918 }, - { "id": "two_way_radio", "fg": 2919 }, - { "id": "wristwatch", "fg": 2920 }, - { "id": "mushroom", "fg": 2921 }, - { "id": "cable_speaker", "fg": 2922 }, - { "id": "headphones_circumaural", "fg": 2923 }, - { "id": "microphone_xlr_generic", "fg": 2924 }, - { "id": "popcan_stove", "fg": 2965 }, - { "id": "rad_badge", "fg": 2966 }, - { "id": "alexandrite_gold_ring", "fg": 2968 }, - { "id": "alexandrite_platinum_ring", "fg": 2969 }, - { "id": "alexandrite_silver_ring", "fg": 2970 }, - { "id": "amethyst_gold_ring", "fg": 2971 }, - { "id": "amethyst_platinum_ring", "fg": 2972 }, - { "id": "amethyst_silver_ring", "fg": 2973 }, - { "id": "aquamarine_gold_ring", "fg": 2974 }, - { "id": "aquamarine_platinum_ring", "fg": 2975 }, - { "id": "aquamarine_silver_ring", "fg": 2976 }, - { "id": "blue_topaz_gold_ring", "fg": 2977 }, - { "id": "blue_topaz_platinum_ring", "fg": 2978 }, - { "id": "blue_topaz_silver_ring", "fg": 2979 }, - { "id": "citrine_gold_ring", "fg": 2980 }, - { "id": "citrine_platinum_ring", "fg": 2981 }, - { "id": "citrine_silver_ring", "fg": 2982 }, - { "id": "diamond_platinum_ring", "fg": 2983 }, - { "id": "diamond_ring", "fg": 2984 }, - { "id": "diamond_silver_ring", "fg": 2985 }, - { "id": "emerald_gold_ring", "fg": 2986 }, - { "id": "emerald_platinum_ring", "fg": 2987 }, - { "id": "emerald_silver_ring", "fg": 2988 }, - { "id": "garnet_gold_ring", "fg": 2989 }, - { "id": "garnet_platinum_ring", "fg": 2990 }, - { "id": "garnet_silver_ring", "fg": 2991 }, - { "id": "gold_ring", "fg": 2992 }, - { "id": "opal_gold_ring", "fg": 2993 }, - { "id": "opal_platinum_ring", "fg": 2994 }, - { "id": "opal_silver_ring", "fg": 2995 }, - { "id": "pearl_gold_ring", "fg": 2996 }, - { "id": "pearl_platinum_ring", "fg": 2997 }, - { "id": "pearl_silver_ring", "fg": 2998 }, - { "id": "peridot_gold_ring", "fg": 2999 }, - { "id": "peridot_platinum_ring", "fg": 3000 }, - { "id": "peridot_silver_ring", "fg": 3001 }, - { "id": "ring_engagement", "fg": 3002 }, - { "id": "ruby_gold_ring", "fg": 3003 }, - { "id": "ruby_platinum_ring", "fg": 3004 }, - { "id": "ruby_silver_ring", "fg": 3005 }, - { "id": "sapphire_gold_ring", "fg": 3006 }, - { "id": "sapphire_platinum_ring", "fg": 3007 }, - { "id": "sapphire_silver_ring", "fg": 3008 }, - { "id": "tourmaline_gold_ring", "fg": 3009 }, - { "id": "tourmaline_platinum_ring", "fg": 3010 }, - { "id": "tourmaline_silver_ring", "fg": 3011 }, - { "id": "pebble", "fg": 3012 }, - { "id": "pebble_clay", "fg": 3013 }, - { "id": "rock", "fg": 3014 }, - { "id": "rock_flaking", "fg": 3015 }, - { "id": "rock_large", "fg": 3016 }, - { "id": "slime_scrap", "fg": 3025 }, - { "id": "clay_teapot", "fg": 3029 }, - { "id": "crucible", "fg": 3032 }, - { "id": "tire_iron", "fg": 3045 }, - { "id": "towel", "fg": 3060 }, - { "id": "towel_soiled", "fg": 3061 }, - { "id": "towel_wet", "fg": 3062 }, - { "id": "battery_charger", "fg": 3063 }, - { "id": "recharge_station", "fg": 3064 }, - { "id": "wax", "fg": 3067 } + { "id": "fishing_hook_bone", "fg": 2109 }, + { "id": "flask_yeast", "fg": 2110 }, + { "id": "flint_steel", "fg": 2111 }, + { "id": "flute", "fg": 2112 }, + { "id": "folding_poncho", "fg": 2113 }, + { "id": "food_processor", "fg": 2114 }, + { "id": "footrags", "fg": 2115 }, + { "id": "footrags_fur", "fg": 2116 }, + { "id": "footrags_leather", "fg": 2117 }, + { "id": "footrags_wool", "fg": 2118 }, + { "id": "frisbee", "fg": 2119 }, + { "id": "g_paint", "fg": 2120 }, + { "id": "garlic", "fg": 2121 }, + { "id": "garlic_press", "fg": 2122 }, + { "id": "glass_plate", "fg": 2123 }, + { "id": "glass_tinted", "fg": 2124 }, + { "id": "glasses_bifocal", "fg": 2125 }, + { "id": "gloves_light", "fg": 2127 }, + { "id": "hair_dryer", "fg": 2128 }, + { "id": "hammer_sledge", "fg": 2129 }, + { "id": "hammer_sledge_engineer", "fg": 2130 }, + { "id": "hammer_sledge_heavy", "fg": 2131 }, + { "id": "hammer_sledge_short", "fg": 2132 }, + { "id": "hand_axe", "fg": 2133 }, + { "id": "hand_drill", "fg": 2134 }, + { "id": "hand_rims", "fg": 2135 }, + { "id": "handrolled_cig", "fg": 2136 }, + { "id": "hard_steel_armor", "fg": 2137 }, + { "id": "harmonica_holder", "fg": 2138 }, + { "id": "hat_chef", "fg": 2139 }, + { "id": "iron_pot", "fg": 2140 }, + { "id": "jack", "fg": 2141 }, + { "id": "jack_makeshift", "fg": 2142 }, + { "id": "jack_small", "fg": 2143 }, + { "id": "kettle", "fg": 2145 }, + { "id": "ladle", "fg": 2146 }, + { "id": "laptop", "fg": 2147 }, + { "id": "leg_warmers", "fg": 2148 }, + { "id": "link_sheet", "fg": 2149 }, + { "id": "machete", "fg": 2150 }, + { "id": "makeshift_bayonet", "fg": 2151 }, + { "id": "makeshift_hammer", "fg": 2152 }, + { "id": "makeshift_machete", "fg": 2153 }, + { "id": "makeshift_stethoscope", "fg": 2154 }, + { "id": "matches", "fg": 2155 }, + { "id": "material_shrd_limestone", "fg": 2156 }, + { "id": "mbag", "fg": 2157 }, + { "id": "mess_kit", "fg": 2158 }, + { "id": "mess_tin", "fg": 2159 }, + { "id": "meth", "fg": 2160 }, + { "id": "mil_mess_kit", "fg": 2161 }, + { "id": "morphine", "fg": 2162 }, + { "id": "mortar_pestle", "fg": 2163 }, + { "id": "motor_tiny", "fg": 2164 }, + { "id": "mouthpiece", "fg": 2165 }, + { "id": "office_holepunch", "fg": 2166 }, + { "id": "omnicamera", "fg": 2167 }, + { "id": "p_paint", "fg": 2168 }, + { "id": "paint_brush", "fg": 2169 }, + { "id": "pan", "fg": 2170 }, + { "id": "paper", "fg": 2171 }, + { "id": "peeler", "fg": 2172 }, + { "id": "pipe_fittings", "fg": 2173 }, + { "id": "plastic_pot_flower", "fg": 2174 }, + { "id": "pliers", "fg": 2175 }, + { "id": "plums", "fg": 2176 }, + { "id": "pot", "fg": 2177 }, + { "id": "pot_canning", "fg": 2178 }, + { "id": "pot_copper", "fg": 2179 }, + { "id": "pot_helmet", "fg": 2180 }, + { "id": "pot_makeshift", "fg": 2181 }, + { "id": "pot_makeshift_copper", "fg": 2182 }, + { "id": "potato_masher", "fg": 2183 }, + { "id": "r_paint", "fg": 2184 }, + { "id": "reading_light", "fg": 2185 }, + { "id": "reading_light_on", "fg": 2186 }, + { "id": "receiver", "fg": 2187 }, + { "id": "reinforced_glass_pane", "fg": 2188 }, + { "id": "rolling_pin", "fg": 2189 }, + { "id": "scrap_bronze", "fg": 2190 }, + { "id": "scrap_felt", "fg": 2191 }, + { "id": "sheet_felt", "fg": 2192 }, + { "id": "sheet_felt_patchwork", "fg": 2193 }, + { "id": "shocktonfa_off", "fg": 2194 }, + { "id": "shocktonfa_on", "fg": 2195 }, + { "id": "slingpack", "fg": 2196 }, + { "id": "smart_phone", "fg": 2197 }, + { "id": "soap", "fg": 2198 }, + { "id": "solder_wire", "fg": 2199 }, + { "id": "spatula", "fg": 2200 }, + { "id": "spider_egg", "fg": 2201 }, + { "id": "spike", "fg": 2202 }, + { "id": "steel_armor", "fg": 2203 }, + { "id": "steel_pan", "fg": 2204 }, + { "id": "stethoscope", "fg": 2205 }, + { "id": "stock_pot", "fg": 2206 }, + { "id": "survivor_mess_kit", "fg": 2208 }, + { "id": "swage", "fg": 2209 }, + { "id": "tazer", "fg": 2210 }, + { "id": "teleumbrella", "fg": 2211 }, + { "id": "tinder", "fg": 2212 }, + { "id": "tinderbox", "fg": 2213 }, + { "id": "tinfoil_hat", "fg": 2214 }, + { "id": "tonfa", "fg": 2215 }, + { "id": "tonfa_wood", "fg": 2216 }, + { "id": "tongs", "fg": 2217 }, + { "id": "tripwire", "fg": 2218 }, + { "id": "unfinished_charcoal", "fg": 2219 }, + { "id": "w_paint", "fg": 2220 }, + { "id": "water_purifier", "fg": 2221 }, + { "id": "wheel", "fg": 2222 }, + { "id": "wheel_10", "fg": 2223 }, + { "id": "wheel_barrow", "fg": 2224 }, + { "id": "wheel_bicycle", "fg": 2225 }, + { "id": "wheel_bicycle_or", "fg": 2226 }, + { "id": "wheel_motorbike", "fg": 2227 }, + { "id": "wheel_motorbike_or", "fg": 2228 }, + { "id": "wheel_skate", "fg": 2229 }, + { "id": "wheel_slick", "fg": 2230 }, + { "id": "wheel_small", "fg": 2231 }, + { "id": "wheel_tricycle", "fg": 2232 }, + { "id": "wheel_wheelchair", "fg": 2233 }, + { "id": "whisk", "fg": 2234 }, + { "id": "wine_glass", "fg": 2235 }, + { "id": "wire_barbed", "fg": 2236 }, + { "id": "y_paint", "fg": 2237 }, + { "id": "halligan", "fg": 2238 }, + { "id": "cig", "fg": 2264 }, + { "id": "cig_lit", "fg": 2265 }, + { "id": "copper_ring", "fg": 2266 }, + { "id": "g_shovel", "fg": 2267 }, + { "id": "lsd", "fg": 2268 }, + { "id": "silver_ring", "fg": 2269 }, + { "id": "thermal_mask", "fg": 2270 }, + { "id": "thermal_socks", "fg": 2271 }, + { "id": "tie_clipon", "fg": 2272 }, + { "id": "whistle", "fg": 2273 }, + { "id": "2_shot_special", "fg": 2274 }, + { "id": "LAW_Packed", "fg": 2276 }, + { "id": "af2011a1_38super", "fg": 2278 }, + { "id": "ar_pistol", "fg": 2279 }, + { "id": "ashot", "fg": 2280 }, + { "id": "bfr", "fg": 2281 }, + { "id": "bigun", "fg": 2282 }, + { "id": "bond_410", "fg": 2283 }, + { "id": "bt_apc9k", "fg": 2284 }, + { "id": "colt_army", "fg": 2285 }, + { "id": "colt_navy", "fg": 2286 }, + { "id": "colt_saa", "fg": 2287 }, + { "id": "cop_38", "fg": 2288 }, + { "id": "cz75", "fg": 2289 }, + { "id": "deagle_44", "fg": 2290 }, + { "id": "draco", "fg": 2291 }, + { "id": "flamethrower_crude", "fg": 2292 }, + { "id": "flamethrower_simple", "fg": 2293 }, + { "id": "fn1910", "fg": 2294 }, + { "id": "fn57", "fg": 2295 }, + { "id": "fn_p90", "fg": 2296 }, + { "id": "glock_17", "fg": 2297 }, + { "id": "glock_18c", "fg": 2298 }, + { "id": "glock_19", "fg": 2299 }, + { "id": "glock_20", "fg": 2300 }, + { "id": "glock_20_var_glock_40", "fg": 2301 }, + { "id": "glock_21", "fg": 2302 }, + { "id": "glock_22", "fg": 2303 }, + { "id": "glock_29", "fg": 2304 }, + { "id": "glock_31", "fg": 2305 }, + { "id": "hi_power_40", "fg": 2306 }, + { "id": "hi_power_9mm", "fg": 2307 }, + { "id": "hk_mp5_semi_pistol", "fg": 2309 }, + { "id": "hk_mp7", "fg": 2310 }, + { "id": "hk_ump45", "fg": 2311 }, + { "id": "hptc9", "fg": 2312 }, + { "id": "hptcf380", "fg": 2313 }, + { "id": "kp32", "fg": 2315 }, + { "id": "kp3at", "fg": 2316 }, + { "id": "kpf9", "fg": 2317 }, + { "id": "l_bak_223", "fg": 2318 }, + { "id": "launcher_simple", "fg": 2319 }, + { "id": "lemat_revolver", "fg": 2320 }, + { "id": "m11", "fg": 2321 }, + { "id": "m17", "fg": 2322 }, + { "id": "m18", "fg": 2323 }, + { "id": "m1911-460", "fg": 2324 }, + { "id": "m1911_10", "fg": 2326 }, + { "id": "m1911_var_m1911_MEU", "fg": 2327 }, + { "id": "m320", "fg": 2328 }, + { "id": "m4_carbine_var_m4_cqbr", "fg": 2329 }, + { "id": "m9", "fg": 2330 }, + { "id": "mac_10", "fg": 2331 }, + { "id": "mac_11", "fg": 2332 }, + { "id": "makarov", "fg": 2333 }, + { "id": "mauser_c96", "fg": 2334 }, + { "id": "mauser_m714", "fg": 2335 }, + { "id": "mgl", "fg": 2336 }, + { "id": "minispeargun", "fg": 2337 }, + { "id": "model_10_revolver", "fg": 2338 }, + { "id": "moss_brownie", "fg": 2339 }, + { "id": "nailgun", "fg": 2340 }, + { "id": "nailrifle", "fg": 2341 }, + { "id": "needlepistol", "fg": 2342 }, + { "id": "oa93", "fg": 2343 }, + { "id": "p08", "fg": 2344 }, + { "id": "p220_10", "fg": 2345 }, + { "id": "p226_357sig", "fg": 2346 }, + { "id": "p226_9mm", "fg": 2347 }, + { "id": "p320_357sig", "fg": 2348 }, + { "id": "paintballgun", "fg": 2349 }, + { "id": "pipe_double_shotgun", "fg": 2350 }, + { "id": "pistol_flintlock", "fg": 2351 }, + { "id": "px4", "fg": 2352 }, + { "id": "px4_40", "fg": 2353 }, + { "id": "raging_bull", "fg": 2354 }, + { "id": "raging_judge", "fg": 2355 }, + { "id": "revolver_shotgun", "fg": 2356 }, + { "id": "rm103a_pistol", "fg": 2357 }, + { "id": "rm2000_smg", "fg": 2358 }, + { "id": "rm228", "fg": 2359 }, + { "id": "ruger_lcr_22", "fg": 2360 }, + { "id": "ruger_lcr_38", "fg": 2361 }, + { "id": "ruger_redhawk", "fg": 2362 }, + { "id": "rugerlcp", "fg": 2363 }, + { "id": "sig_40", "fg": 2364 }, + { "id": "sig_mosquito", "fg": 2365 }, + { "id": "sig_p230", "fg": 2366 }, + { "id": "skorpion_61", "fg": 2367 }, + { "id": "smg_40", "fg": 2368 }, + { "id": "smg_45", "fg": 2369 }, + { "id": "sp2022", "fg": 2370 }, + { "id": "streetsweeper", "fg": 2371 }, + { "id": "surv_hand_cannon", "fg": 2372 }, + { "id": "surv_six_shooter", "fg": 2373 }, + { "id": "sw629", "fg": 2374 }, + { "id": "sw_22", "fg": 2375 }, + { "id": "sw_500", "fg": 2376 }, + { "id": "sw_610", "fg": 2377 }, + { "id": "sw_619", "fg": 2378 }, + { "id": "taurus_spectrum", "fg": 2379 }, + { "id": "tec9", "fg": 2380 }, + { "id": "tokarev", "fg": 2381 }, + { "id": "triple_launcher_simple", "fg": 2382 }, + { "id": "unbio_blaster_gun", "fg": 2383 }, + { "id": "usp_45", "fg": 2384 }, + { "id": "usp_45_var_mk23", "fg": 2385 }, + { "id": "usp_9mm", "fg": 2386 }, + { "id": "uzi", "fg": 2387 }, + { "id": "v29", "fg": 2388 }, + { "id": "v29_cheap", "fg": 2389 }, + { "id": "walther_ccp", "fg": 2390 }, + { "id": "walther_p22", "fg": 2391 }, + { "id": "walther_p38", "fg": 2392 }, + { "id": "walther_ppq_40", "fg": 2393 }, + { "id": "walther_ppq_45", "fg": 2394 }, + { "id": "walther_ppq_9mm", "fg": 2395 }, + { "id": "witness_10", "fg": 2396 }, + { "id": "xd_10", "fg": 2397 }, + { "id": "book_pieces", "fg": 2412 }, + { "id": "book_ruined", "fg": 2413 }, + { "id": "button_plastic", "fg": 2452 }, + { "id": "button_steel", "fg": 2453 }, + { "id": "button_wood", "fg": 2454 }, + { "id": "antenna", "fg": 2455 }, + { "id": "badge_deputy", "fg": 2456 }, + { "id": "coconut", "fg": 2457 }, + { "id": "directional_antenna", "fg": 2458 }, + { "id": "halter_top", "fg": 2459 }, + { "id": "hand_crank_charger", "fg": 2460 }, + { "id": "hops", "fg": 2461 }, + { "id": "kidney", "fg": 2462 }, + { "id": "lettuce", "fg": 2463 }, + { "id": "lily_flower", "fg": 2464 }, + { "id": "scorecard", "fg": 2465 }, + { "id": "spinach", "fg": 2466 }, + { "id": "altered_comb", "fg": 2467 }, + { "id": "gasdiscount_gold", "fg": 2468 }, + { "id": "gasdiscount_platinum", "fg": 2469 }, + { "id": "gasdiscount_silver", "fg": 2470 }, + { "id": "gold_hairpin", "fg": 2471 }, + { "id": "nanoskirt", "fg": 2472 }, + { "id": "pearl", "fg": 2473 }, + { "id": "platinum_ring", "fg": 2474 }, + { "id": "skirt_grass", "fg": 2475 }, + { "id": "skirt_leather", "fg": 2476 }, + { "id": "wallet_leather", "fg": 2477 }, + { "id": "copper_necklace", "fg": 2478 }, + { "id": "pearl_collar", "fg": 2479 }, + { "id": "alexandrite_gold_pendant_necklace", "fg": 2480 }, + { "id": "amethyst_gold_pendant_necklace", "fg": 2481 }, + { "id": "aquamarine_gold_pendant_necklace", "fg": 2482 }, + { "id": "blue_topaz_gold_pendant_necklace", "fg": 2483 }, + { "id": "citrine_gold_pendant_necklace", "fg": 2484 }, + { "id": "diamond_gold_pendant_necklace", "fg": 2485 }, + { "id": "emerald_gold_pendant_necklace", "fg": 2486 }, + { "id": "garnet_gold_pendant_necklace", "fg": 2487 }, + { "id": "gold_necklace", "fg": 2488 }, + { "id": "opal_gold_pendant_necklace", "fg": 2489 }, + { "id": "pearl_gold_pendant_necklace", "fg": 2490 }, + { "id": "peridot_gold_pendant_necklace", "fg": 2491 }, + { "id": "ruby_gold_pendant_necklace", "fg": 2492 }, + { "id": "sapphire_gold_pendant_necklace", "fg": 2493 }, + { "id": "tourmaline_gold_pendant_necklace", "fg": 2494 }, + { "id": "alexandrite_platinum_pendant_necklace", "fg": 2495 }, + { "id": "amethyst_platinum_pendant_necklace", "fg": 2496 }, + { "id": "aquamarine_platinum_pendant_necklace", "fg": 2497 }, + { "id": "blue_topaz_platinum_pendant_necklace", "fg": 2498 }, + { "id": "citrine_platinum_pendant_necklace", "fg": 2499 }, + { "id": "diamond_platinum_pendant_necklace", "fg": 2500 }, + { "id": "emerald_platinum_pendant_necklace", "fg": 2501 }, + { "id": "garnet_platinum_pendant_necklace", "fg": 2502 }, + { "id": "opal_platinum_pendant_necklace", "fg": 2503 }, + { "id": "pearl_platinum_pendant_necklace", "fg": 2504 }, + { "id": "peridot_platinum_pendant_necklace", "fg": 2505 }, + { "id": "platinum_necklace", "fg": 2506 }, + { "id": "ruby_platinum_pendant_necklace", "fg": 2507 }, + { "id": "sapphire_platinum_pendant_necklace", "fg": 2508 }, + { "id": "tourmaline_platinum_pendant_necklace", "fg": 2509 }, + { "id": "alexandrite_silver_pendant_necklace", "fg": 2510 }, + { "id": "amethyst_silver_pendant_necklace", "fg": 2511 }, + { "id": "aquamarine_silver_pendant_necklace", "fg": 2512 }, + { "id": "blue_topaz_silver_pendant_necklace", "fg": 2513 }, + { "id": "citrine_silver_pendant_necklace", "fg": 2514 }, + { "id": "diamond_silver_pendant_necklace", "fg": 2515 }, + { "id": "emerald_silver_pendant_necklace", "fg": 2516 }, + { "id": "garnet_silver_pendant_necklace", "fg": 2517 }, + { "id": "opal_silver_pendant_necklace", "fg": 2518 }, + { "id": "pearl_silver_pendant_necklace", "fg": 2519 }, + { "id": "peridot_silver_pendant_necklace", "fg": 2520 }, + { "id": "ruby_silver_pendant_necklace", "fg": 2521 }, + { "id": "sapphire_silver_pendant_necklace", "fg": 2522 }, + { "id": "silver_necklace", "fg": 2523 }, + { "id": "tourmaline_silver_pendant_necklace", "fg": 2524 }, + { "id": "alder_bark", "fg": 2525 }, + { "id": "barrette", "fg": 2526 }, + { "id": "birchbark", "fg": 2527 }, + { "id": "caff_gum", "fg": 2528 }, + { "id": "cattail_stalk", "fg": 2529 }, + { "id": "golf_tee", "fg": 2530 }, + { "id": "gum", "fg": 2531 }, + { "id": "hand_pump", "fg": 2532 }, + { "id": "honeydew", "fg": 2533 }, + { "id": "ifak_pouch", "fg": 2534 }, + { "id": "knitting_needles", "fg": 2535 }, + { "id": "lasagne", "fg": 2536 }, + { "id": "magnifying_glass", "fg": 2537 }, + { "id": "mininuke", "fg": 2538 }, + { "id": "mininuke_act", "fg": 2539 }, + { "id": "net", "fg": 2540 }, + { "id": "rolling_paper", "fg": 2541 }, + { "id": "tanbark", "fg": 2542 }, + { "id": "willowbark", "fg": 2545 }, + { "id": "shoulder_strap", "fg": 2546 }, + { "id": "deck_of_cards", "fg": 2547 }, + { "id": "hairpin", "fg": 2548 }, + { "id": "weed", "fg": 2549 }, + { "id": "ceramic_bowl", "fg": 2550 }, + { "id": "chestrig", "fg": 2551 }, + { "id": "radio_car", "fg": 2552 }, + { "id": "radio_car_box", "fg": 2553 }, + { "id": "radio_car_on", "fg": 2554 }, + { "id": "radio_car_wheel", "fg": 2555 }, + { "id": "radiocontrol", "fg": 2556 }, + { "id": "rc_car_box", "fg": 2557 }, + { "id": "toaster", "fg": 2558 }, + { "id": "xl_chestrig", "fg": 2559 }, + { "id": "alternator_truck", "fg": 2561 }, + { "id": "ammolink", "fg": 2562 }, + { "id": "angle_grinder", "fg": 2563 }, + { "id": "atomic_lamp", "fg": 2564 }, + { "id": "atomic_lamp_off", "fg": 2565 }, + { "id": "barometer", "fg": 2566 }, + { "id": "birdfood", "fg": 2567 }, + { "id": "bismuth", "fg": 2568 }, + { "id": "brick_kiln", "fg": 2569 }, + { "id": "caffeine", "fg": 2570 }, + { "id": "caltrops", "fg": 2571 }, + { "id": "caltrops_glass", "fg": 2572 }, + { "id": "camera", "fg": 2573 }, + { "id": "chem_citric_acid", "fg": 2574 }, + { "id": "chem_sulphur", "fg": 2575 }, + { "id": "chunk_sulfur", "fg": 2576 }, + { "id": "circsaw_off", "fg": 2577 }, + { "id": "circsaw_on", "fg": 2578 }, + { "id": "coal_lump", "fg": 2579 }, + { "id": "con_mix", "fg": 2580 }, + { "id": "disc_golf", "fg": 2581 }, + { "id": "drivebelt", "fg": 2582 }, + { "id": "eink_tablet_pc", "fg": 2583 }, + { "id": "flatbread", "fg": 2584 }, + { "id": "gelbox", "fg": 2586 }, + { "id": "generator_7500w", "fg": 2587 }, + { "id": "glowstick", "fg": 2588 }, + { "id": "glowstick_dead", "fg": 2589 }, + { "id": "glowstick_lit", "fg": 2590 }, + { "id": "gold_small", "fg": 2591 }, + { "id": "golf_club", "fg": 2592 }, + { "id": "handflare", "fg": 2593 }, + { "id": "heatpack", "fg": 2594 }, + { "id": "heatpack_used", "fg": 2595 }, + { "id": "hoe", "fg": 2596 }, + { "id": "homeopathic_pills", "fg": 2597 }, + { "id": "horn_bicycle", "fg": 2598 }, + { "id": "jumper_cable", "fg": 2599 }, + { "id": "kiln", "fg": 2600 }, + { "id": "lead", "fg": 2601 }, + { "id": "leather", "fg": 2602 }, + { "id": "lightstrip", "fg": 2603 }, + { "id": "material_aluminium_ingot", "fg": 2604 }, + { "id": "material_limestone", "fg": 2605 }, + { "id": "material_rhodonite", "fg": 2606 }, + { "id": "material_rocksalt", "fg": 2607 }, + { "id": "material_zincite", "fg": 2608 }, + { "id": "metal_smoother", "fg": 2609 }, + { "id": "multitool", "fg": 2611 }, + { "id": "nic_gum", "fg": 2612 }, + { "id": "pencil", "fg": 2613 }, + { "id": "pipe_cleaner", "fg": 2614 }, + { "id": "pipe_glass", "fg": 2615 }, + { "id": "platinum_small", "fg": 2617 }, + { "id": "polisher", "fg": 2618 }, + { "id": "press", "fg": 2619 }, + { "id": "puller", "fg": 2620 }, + { "id": "rake", "fg": 2621 }, + { "id": "razorclaw_roe", "fg": 2622 }, + { "id": "sickle", "fg": 2623 }, + { "id": "silver_small", "fg": 2624 }, + { "id": "small_repairkit", "fg": 2625 }, + { "id": "tanned_hide", "fg": 2626 }, + { "id": "tanned_pelt", "fg": 2627 }, + { "id": "tourist_table", "fg": 2628 }, + { "id": "zinc_metal", "fg": 2629 }, + { "id": "beartrap", "fg": 2630 }, + { "id": "landmine", "fg": 2631 }, + { "id": "wire_mesh", "fg": 2632 }, + { "id": "cannabis", "fg": 2633 }, + { "id": "dnd_handbook", "fg": 2635 }, + { "id": "holybook_bible1", "fg": 2636 }, + { "id": "holybook_bible3", "fg": 2637 }, + { "id": "l-stick", "fg": 2638 }, + { "id": "l-stick_on", "fg": 2639 }, + { "id": "makarovmag", "fg": 2640 }, + { "id": "manual_brawl", "fg": 2641 }, + { "id": "manual_carpentry", "fg": 2642 }, + { "id": "manual_dodge_kid", "fg": 2643 }, + { "id": "manual_driving", "fg": 2644 }, + { "id": "manual_melee", "fg": 2645 }, + { "id": "philosophy_book", "fg": 2646 }, + { "id": "phonebook", "fg": 2647 }, + { "id": "photo_album", "fg": 2648 }, + { "id": "plastic_bucket", "fg": 2649 }, + { "id": "record_weather", "fg": 2650 }, + { "id": "straw_fedora", "fg": 2651 }, + { "id": "textbook_computer", "fg": 2652 }, + { "id": "textbook_fabrication", "fg": 2653 }, + { "id": "textbook_survival", "fg": 2654 }, + { "id": "water_faucet", "fg": 2655 }, + { "id": "can_food", "fg": 2656 }, + { "id": "can_food_big", "fg": 2657 }, + { "id": "can_food_big_unsealed", "fg": 2658 }, + { "id": "can_food_unsealed", "fg": 2659 }, + { "id": "can_medium", "fg": 2660 }, + { "id": "can_medium_unsealed", "fg": 2661 }, + { "id": "clamp", "fg": 2662 }, + { "id": "cured_hide", "fg": 2663 }, + { "id": "cured_pelt", "fg": 2664 }, + { "id": "demihuman_fat", "fg": 2665 }, + { "id": "fat", "fg": 2666 }, + { "id": "fat_tainted", "fg": 2667 }, + { "id": "headscarf", "fg": 2668 }, + { "id": "human_fat", "fg": 2670 }, + { "id": "marloss_scarf", "fg": 2675 }, + { "id": "meat", "fg": 2676 }, + { "id": "meat_tainted", "fg": 2677 }, + { "id": "mutant_fat", "fg": 2678 }, + { "id": "mutant_human_fat", "fg": 2679 }, + { "id": "mutant_human_flesh", "fg": 2680 }, + { "id": "mutant_meat", "fg": 2681 }, + { "id": "pipe_tobacco", "fg": 2683 }, + { "id": "punch_nail", "fg": 2685 }, + { "id": "raw_fur", "fg": 2687 }, + { "id": "raw_leather", "fg": 2688 }, + { "id": "stapler", "fg": 2693 }, + { "id": "tanning_hide", "fg": 2695 }, + { "id": "tanning_pelt", "fg": 2696 }, + { "id": "analytical_set_basic", "fg": 2698 }, + { "id": "balance_small", "fg": 2699 }, + { "id": "beaker", "fg": 2700 }, + { "id": "flask_glass", "fg": 2701 }, + { "id": "gradcylinder", "fg": 2702 }, + { "id": "ph_meter", "fg": 2703 }, + { "id": "spectrophotometer", "fg": 2704 }, + { "id": "test_tube", "fg": 2705 }, + { "id": "voltmeter", "fg": 2706 }, + { "id": "acidchitin_piece", "fg": 2711 }, + { "id": "chitin_piece", "fg": 2712 }, + { "id": "coin_dime", "fg": 2731 }, + { "id": "coin_dollar", "fg": 2732 }, + { "id": "coin_half_dollar", "fg": 2733 }, + { "id": "coin_nickel", "fg": 2734 }, + { "id": "coin_penny", "fg": 2735 }, + { "id": "coin_quarter", "fg": 2736 }, + { "id": "money_fifty", "fg": 2737 }, + { "id": "money_five", "fg": 2738 }, + { "id": "money_hundred", "fg": 2739 }, + { "id": "money_one", "fg": 2740 }, + { "id": "money_ten", "fg": 2741 }, + { "id": "money_twenty", "fg": 2742 }, + { "id": "money_two", "fg": 2743 }, + { "id": "alexandrite_gold_earring", "fg": 2744 }, + { "id": "alexandrite_platinum_earring", "fg": 2745 }, + { "id": "alexandrite_silver_earring", "fg": 2746 }, + { "id": "amethyst_gold_earring", "fg": 2747 }, + { "id": "amethyst_platinum_earring", "fg": 2748 }, + { "id": "amethyst_silver_earring", "fg": 2749 }, + { "id": "aquamarine_gold_earring", "fg": 2750 }, + { "id": "aquamarine_platinum_earring", "fg": 2751 }, + { "id": "aquamarine_silver_earring", "fg": 2752 }, + { "id": "bead_ear", "fg": 2753 }, + { "id": "blue_topaz_gold_earring", "fg": 2754 }, + { "id": "blue_topaz_platinum_earring", "fg": 2755 }, + { "id": "blue_topaz_silver_earring", "fg": 2756 }, + { "id": "citrine_gold_earring", "fg": 2757 }, + { "id": "citrine_platinum_earring", "fg": 2758 }, + { "id": "citrine_silver_earring", "fg": 2759 }, + { "id": "copper_ear", "fg": 2760 }, + { "id": "diamond_gold_earring", "fg": 2761 }, + { "id": "diamond_platinum_earring", "fg": 2762 }, + { "id": "diamond_silver_earring", "fg": 2763 }, + { "id": "emerald_gold_earring", "fg": 2764 }, + { "id": "emerald_platinum_earring", "fg": 2765 }, + { "id": "emerald_silver_earring", "fg": 2766 }, + { "id": "garnet_gold_earring", "fg": 2767 }, + { "id": "garnet_platinum_earring", "fg": 2768 }, + { "id": "garnet_silver_earring", "fg": 2769 }, + { "id": "gold_ear", "fg": 2770 }, + { "id": "opal_gold_earring", "fg": 2771 }, + { "id": "opal_platinum_earring", "fg": 2772 }, + { "id": "opal_silver_earring", "fg": 2773 }, + { "id": "pearl_gold_earring", "fg": 2774 }, + { "id": "pearl_platinum_earring", "fg": 2775 }, + { "id": "pearl_silver_earring", "fg": 2776 }, + { "id": "peridot_gold_earring", "fg": 2777 }, + { "id": "peridot_platinum_earring", "fg": 2778 }, + { "id": "peridot_silver_earring", "fg": 2779 }, + { "id": "platinum_ear", "fg": 2780 }, + { "id": "ruby_gold_earring", "fg": 2781 }, + { "id": "ruby_platinum_earring", "fg": 2782 }, + { "id": "ruby_silver_earring", "fg": 2783 }, + { "id": "sapphire_gold_earring", "fg": 2784 }, + { "id": "sapphire_platinum_earring", "fg": 2785 }, + { "id": "sapphire_silver_earring", "fg": 2786 }, + { "id": "silver_ear", "fg": 2787 }, + { "id": "tourmaline_gold_earring", "fg": 2788 }, + { "id": "tourmaline_platinum_earring", "fg": 2789 }, + { "id": "tourmaline_silver_earring", "fg": 2790 }, + { "id": "flaregun", "fg": 2791 }, + { "id": "signal_flare", "fg": 2792 }, + { "id": "bread", "fg": 2793 }, + { "id": "brioche", "fg": 2794 }, + { "id": "brown_bread", "fg": 2795 }, + { "id": "brownie", "fg": 2796 }, + { "id": "cornbread", "fg": 2799 }, + { "id": "jihelucake", "fg": 2800 }, + { "id": "pancakes", "fg": 2801 }, + { "id": "sourdough_bread", "fg": 2803 }, + { "id": "sponge_cake", "fg": 2804 }, + { "id": "tortilla_corn", "fg": 2805 }, + { "id": "wastebread", "fg": 2807 }, + { "id": "airhorn", "fg": 2808 }, + { "id": "aluminum_foil", "fg": 2809 }, + { "id": "bowling_pin", "fg": 2810 }, + { "id": "boxing_gloves", "fg": 2811 }, + { "id": "chopsticks", "fg": 2812 }, + { "id": "comb_pocket", "fg": 2813 }, + { "id": "copper", "fg": 2814 }, + { "id": "eclipse_glasses", "fg": 2815 }, + { "id": "fish", "fg": 2816 }, + { "id": "licorice", "fg": 2817 }, + { "id": "metal_tank", "fg": 2818 }, + { "id": "metal_tank_little", "fg": 2819 }, + { "id": "nanomaterial", "fg": 2820 }, + { "id": "plut_cell", "fg": 2821 }, + { "id": "rebreather_filter", "fg": 2822 }, + { "id": "rock_sock", "fg": 2823 }, + { "id": "rollerskates", "fg": 2824 }, + { "id": "sandpaper", "fg": 2825 }, + { "id": "throwing_stick", "fg": 2826 }, + { "id": "waterproof_gunmod", "fg": 2827 }, + { "id": "circsaw_blade", "fg": 2828 }, + { "id": "mirror", "fg": 2829 }, + { "id": "glass_bowl", "fg": 2830 }, + { "id": "plastic_bowl_kids", "fg": 2831 }, + { "id": "blue_pen", "fg": 2832 }, + { "id": "green_pen", "fg": 2833 }, + { "id": "pen", "fg": 2834 }, + { "id": "red_pen", "fg": 2835 }, + { "id": "soldering_iron", "fg": 2836 }, + { "id": "superglue", "fg": 2837 }, + { "id": "grenade", "fg": 2838 }, + { "id": "grenade_act", "fg": 2839 }, + { "id": "grenade_emp", "fg": 2840 }, + { "id": "grenade_emp_act", "fg": 2841 }, + { "id": "grenade_inc", "fg": 2842 }, + { "id": "grenade_inc_act", "fg": 2843 }, + { "id": "pipebomb", "fg": 2844 }, + { "id": "pipebomb_act", "fg": 2845 }, + { "id": "scrambler", "fg": 2846 }, + { "id": "scrambler_act", "fg": 2847 }, + { "id": "smokebomb", "fg": 2848 }, + { "id": "smokebomb_act", "fg": 2849 }, + { "id": "boxcutter", "fg": 2853 }, + { "id": "copper_knife", "fg": 2854 }, + { "id": "diveknife", "fg": 2855 }, + { "id": "knife_bread", "fg": 2856 }, + { "id": "knife_butcher", "fg": 2857 }, + { "id": "knife_carving", "fg": 2858 }, + { "id": "knife_chef", "fg": 2859 }, + { "id": "knife_combat", "fg": 2860 }, + { "id": "knife_folding", "fg": 2861 }, + { "id": "knife_hunting", "fg": 2862 }, + { "id": "knife_paring", "fg": 2863 }, + { "id": "knife_rambo", "fg": 2864 }, + { "id": "knife_rm42", "fg": 2865 }, + { "id": "knife_steak", "fg": 2866 }, + { "id": "knife_swissarmy", "fg": 2867 }, + { "id": "knife_trench", "fg": 2868 }, + { "id": "makeshift_knife", "fg": 2869 }, + { "id": "pockknife", "fg": 2870 }, + { "id": "primitive_knife", "fg": 2871 }, + { "id": "throwing_knife", "fg": 2872 }, + { "id": "baseball", "fg": 2894 }, + { "id": "basketball", "fg": 2895 }, + { "id": "battery_car", "fg": 2896 }, + { "id": "beach_volleyball", "fg": 2897 }, + { "id": "bowling_ball", "fg": 2898 }, + { "id": "cell_phone", "fg": 2899 }, + { "id": "cell_phone_flashlight", "fg": 2900 }, + { "id": "cigar", "fg": 2901 }, + { "id": "cigar_butt", "fg": 2902 }, + { "id": "cigar_lit", "fg": 2903 }, + { "id": "ear_plugs", "fg": 2905 }, + { "id": "fiddlehead_boiled", "fg": 2906 }, + { "id": "fiddlehead_raw", "fg": 2907 }, + { "id": "fiddlehead_sauteed", "fg": 2908 }, + { "id": "flask_hip", "fg": 2909 }, + { "id": "football", "fg": 2910 }, + { "id": "golf_ball", "fg": 2911 }, + { "id": "holo_sight", "fg": 2912 }, + { "id": "indoor_volleyball", "fg": 2913 }, + { "id": "misc_repairkit", "fg": 2914 }, + { "id": "mre_beef_box", "fg": 2915 }, + { "id": "peephole", "fg": 2916 }, + { "id": "portable_game", "fg": 2917 }, + { "id": "puck", "fg": 2918 }, + { "id": "purse", "fg": 2919 }, + { "id": "suppressor", "fg": 2920 }, + { "id": "tourniquet_upper", "fg": 2921 }, + { "id": "two_way_radio", "fg": 2922 }, + { "id": "wristwatch", "fg": 2923 }, + { "id": "mushroom", "fg": 2924 }, + { "id": "cable_speaker", "fg": 2925 }, + { "id": "headphones_circumaural", "fg": 2926 }, + { "id": "microphone_xlr_generic", "fg": 2927 }, + { "id": "cattail_rhizome", "fg": 2935 }, + { "id": "chicory_raw", "fg": 2936 }, + { "id": "dahlia_root", "fg": 2940 }, + { "id": "lotus", "fg": 2947 }, + { "id": "poppy_bud", "fg": 2951 }, + { "id": "raw_burdock", "fg": 2954 }, + { "id": "raw_dandelion", "fg": 2955 }, + { "id": "spurge", "fg": 2957 }, + { "id": "popcan_stove", "fg": 2976 }, + { "id": "rad_badge", "fg": 2977 }, + { "id": "alexandrite_gold_ring", "fg": 2979 }, + { "id": "alexandrite_platinum_ring", "fg": 2980 }, + { "id": "alexandrite_silver_ring", "fg": 2981 }, + { "id": "amethyst_gold_ring", "fg": 2982 }, + { "id": "amethyst_platinum_ring", "fg": 2983 }, + { "id": "amethyst_silver_ring", "fg": 2984 }, + { "id": "aquamarine_gold_ring", "fg": 2985 }, + { "id": "aquamarine_platinum_ring", "fg": 2986 }, + { "id": "aquamarine_silver_ring", "fg": 2987 }, + { "id": "blue_topaz_gold_ring", "fg": 2988 }, + { "id": "blue_topaz_platinum_ring", "fg": 2989 }, + { "id": "blue_topaz_silver_ring", "fg": 2990 }, + { "id": "citrine_gold_ring", "fg": 2991 }, + { "id": "citrine_platinum_ring", "fg": 2992 }, + { "id": "citrine_silver_ring", "fg": 2993 }, + { "id": "diamond_platinum_ring", "fg": 2994 }, + { "id": "diamond_ring", "fg": 2995 }, + { "id": "diamond_silver_ring", "fg": 2996 }, + { "id": "emerald_gold_ring", "fg": 2997 }, + { "id": "emerald_platinum_ring", "fg": 2998 }, + { "id": "emerald_silver_ring", "fg": 2999 }, + { "id": "garnet_gold_ring", "fg": 3000 }, + { "id": "garnet_platinum_ring", "fg": 3001 }, + { "id": "garnet_silver_ring", "fg": 3002 }, + { "id": "gold_ring", "fg": 3003 }, + { "id": "opal_gold_ring", "fg": 3004 }, + { "id": "opal_platinum_ring", "fg": 3005 }, + { "id": "opal_silver_ring", "fg": 3006 }, + { "id": "pearl_gold_ring", "fg": 3007 }, + { "id": "pearl_platinum_ring", "fg": 3008 }, + { "id": "pearl_silver_ring", "fg": 3009 }, + { "id": "peridot_gold_ring", "fg": 3010 }, + { "id": "peridot_platinum_ring", "fg": 3011 }, + { "id": "peridot_silver_ring", "fg": 3012 }, + { "id": "ring_engagement", "fg": 3013 }, + { "id": "ruby_gold_ring", "fg": 3014 }, + { "id": "ruby_platinum_ring", "fg": 3015 }, + { "id": "ruby_silver_ring", "fg": 3016 }, + { "id": "sapphire_gold_ring", "fg": 3017 }, + { "id": "sapphire_platinum_ring", "fg": 3018 }, + { "id": "sapphire_silver_ring", "fg": 3019 }, + { "id": "tourmaline_gold_ring", "fg": 3020 }, + { "id": "tourmaline_platinum_ring", "fg": 3021 }, + { "id": "tourmaline_silver_ring", "fg": 3022 }, + { "id": "pebble", "fg": 3023 }, + { "id": "pebble_clay", "fg": 3024 }, + { "id": "rock", "fg": 3025 }, + { "id": "rock_flaking", "fg": 3026 }, + { "id": "rock_large", "fg": 3027 }, + { "id": "slime_scrap", "fg": 3036 }, + { "id": "clay_teapot", "fg": 3040 }, + { "id": "crucible", "fg": 3043 }, + { "id": "e_tool", "fg": 3045 }, + { "id": "tire_iron", "fg": 3057 }, + { "id": "towel", "fg": 3072 }, + { "id": "towel_soiled", "fg": 3073 }, + { "id": "towel_wet", "fg": 3074 }, + { "id": "battery_charger", "fg": 3075 }, + { "id": "recharge_station", "fg": 3076 }, + { "id": "wax", "fg": 3079 }, + { "id": "chestguard_hard", "fg": 3081 } ] }, { "file": "normal.png", - "//": "range 3072 to 6591", + "//": "range 3088 to 6623", "tiles": [ { "id": "fd_acid", - "fg": 3093, + "fg": 3109, "multitile": true, "additional_tiles": [ { "id": "center", "animated": true, "fg": [ - { "weight": 8, "sprite": 3078 }, { "weight": 8, "sprite": 3094 }, { "weight": 8, "sprite": 3110 }, { "weight": 8, "sprite": 3126 }, { "weight": 8, "sprite": 3142 }, { "weight": 8, "sprite": 3158 }, { "weight": 8, "sprite": 3174 }, - { "weight": 8, "sprite": 3190 } + { "weight": 8, "sprite": 3190 }, + { "weight": 8, "sprite": 3206 } ] }, { "id": "corner", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 3080, 3082, 3081, 3079 ] }, { "weight": 8, "sprite": [ 3096, 3098, 3097, 3095 ] }, { "weight": 8, "sprite": [ 3112, 3114, 3113, 3111 ] }, { "weight": 8, "sprite": [ 3128, 3130, 3129, 3127 ] }, { "weight": 8, "sprite": [ 3144, 3146, 3145, 3143 ] }, { "weight": 8, "sprite": [ 3160, 3162, 3161, 3159 ] }, { "weight": 8, "sprite": [ 3176, 3178, 3177, 3175 ] }, - { "weight": 8, "sprite": [ 3192, 3194, 3193, 3191 ] } + { "weight": 8, "sprite": [ 3192, 3194, 3193, 3191 ] }, + { "weight": 8, "sprite": [ 3208, 3210, 3209, 3207 ] } ] }, { "id": "t_connection", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 3090, 3092, 3091, 3089 ] }, { "weight": 8, "sprite": [ 3106, 3108, 3107, 3105 ] }, { "weight": 8, "sprite": [ 3122, 3124, 3123, 3121 ] }, { "weight": 8, "sprite": [ 3138, 3140, 3139, 3137 ] }, { "weight": 8, "sprite": [ 3154, 3156, 3155, 3153 ] }, { "weight": 8, "sprite": [ 3170, 3172, 3171, 3169 ] }, { "weight": 8, "sprite": [ 3186, 3188, 3187, 3185 ] }, - { "weight": 8, "sprite": [ 3202, 3204, 3203, 3201 ] } + { "weight": 8, "sprite": [ 3202, 3204, 3203, 3201 ] }, + { "weight": 8, "sprite": [ 3218, 3220, 3219, 3217 ] } ] }, { "id": "edge", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 3084, 3083 ] }, { "weight": 8, "sprite": [ 3100, 3099 ] }, { "weight": 8, "sprite": [ 3116, 3115 ] }, { "weight": 8, "sprite": [ 3132, 3131 ] }, { "weight": 8, "sprite": [ 3148, 3147 ] }, { "weight": 8, "sprite": [ 3164, 3163 ] }, { "weight": 8, "sprite": [ 3180, 3179 ] }, - { "weight": 8, "sprite": [ 3196, 3195 ] } + { "weight": 8, "sprite": [ 3196, 3195 ] }, + { "weight": 8, "sprite": [ 3212, 3211 ] } ] }, { "id": "end_piece", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 3086, 3088, 3087, 3085 ] }, { "weight": 8, "sprite": [ 3102, 3104, 3103, 3101 ] }, { "weight": 8, "sprite": [ 3118, 3120, 3119, 3117 ] }, { "weight": 8, "sprite": [ 3134, 3136, 3135, 3133 ] }, { "weight": 8, "sprite": [ 3150, 3152, 3151, 3149 ] }, { "weight": 8, "sprite": [ 3166, 3168, 3167, 3165 ] }, { "weight": 8, "sprite": [ 3182, 3184, 3183, 3181 ] }, - { "weight": 8, "sprite": [ 3198, 3200, 3199, 3197 ] } + { "weight": 8, "sprite": [ 3198, 3200, 3199, 3197 ] }, + { "weight": 8, "sprite": [ 3214, 3216, 3215, 3213 ] } ] }, { "id": "unconnected", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 3093, 3093 ] }, { "weight": 8, "sprite": [ 3109, 3109 ] }, { "weight": 8, "sprite": [ 3125, 3125 ] }, { "weight": 8, "sprite": [ 3141, 3141 ] }, { "weight": 8, "sprite": [ 3157, 3157 ] }, { "weight": 8, "sprite": [ 3173, 3173 ] }, { "weight": 8, "sprite": [ 3189, 3189 ] }, - { "weight": 8, "sprite": [ 3205, 3205 ] } + { "weight": 8, "sprite": [ 3205, 3205 ] }, + { "weight": 8, "sprite": [ 3221, 3221 ] } ] } ] }, { "id": "fd_bile", - "fg": 3221, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3206 }, - { "id": "corner", "fg": [ 3208, 3210, 3209, 3207 ] }, - { "id": "t_connection", "fg": [ 3218, 3220, 3219, 3217 ] }, - { "id": "edge", "fg": [ 3212, 3211 ] }, - { "id": "end_piece", "fg": [ 3214, 3216, 3215, 3213 ] }, - { "id": "unconnected", "fg": [ 3221, 3221 ] } - ] - }, - { - "id": "fd_electricity", "fg": 3237, "multitile": true, "additional_tiles": [ @@ -4312,226 +4313,239 @@ { "id": "unconnected", "fg": [ 3237, 3237 ] } ] }, + { + "id": "fd_electricity", + "fg": 3253, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 3238 }, + { "id": "corner", "fg": [ 3240, 3242, 3241, 3239 ] }, + { "id": "t_connection", "fg": [ 3250, 3252, 3251, 3249 ] }, + { "id": "edge", "fg": [ 3244, 3243 ] }, + { "id": "end_piece", "fg": [ 3246, 3248, 3247, 3245 ] }, + { "id": "unconnected", "fg": [ 3253, 3253 ] } + ] + }, { "id": "fd_fire_int1", "animated": true, "fg": [ - { "weight": 8, "sprite": 3238 }, - { "weight": 8, "sprite": 3239 }, - { "weight": 8, "sprite": 3240 }, - { "weight": 8, "sprite": 3241 } + { "weight": 8, "sprite": 3254 }, + { "weight": 8, "sprite": 3255 }, + { "weight": 8, "sprite": 3256 }, + { "weight": 8, "sprite": 3257 } ] }, { "id": "fd_fire_int2", "animated": true, "fg": [ - { "weight": 8, "sprite": 3242 }, - { "weight": 8, "sprite": 3243 }, - { "weight": 8, "sprite": 3244 }, - { "weight": 8, "sprite": 3245 } + { "weight": 8, "sprite": 3258 }, + { "weight": 8, "sprite": 3259 }, + { "weight": 8, "sprite": 3260 }, + { "weight": 8, "sprite": 3261 } ] }, { "id": "fd_sludge", - "fg": 3293, + "fg": 3309, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3246 }, { "weight": 1, "sprite": 3262 }, { "weight": 1, "sprite": 3278 } ] + "fg": [ { "weight": 1, "sprite": 3262 }, { "weight": 1, "sprite": 3278 }, { "weight": 1, "sprite": 3294 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 3248, 3250, 3249, 3247 ] }, { "weight": 1, "sprite": [ 3264, 3266, 3265, 3263 ] }, - { "weight": 1, "sprite": [ 3280, 3282, 3281, 3279 ] } + { "weight": 1, "sprite": [ 3280, 3282, 3281, 3279 ] }, + { "weight": 1, "sprite": [ 3296, 3298, 3297, 3295 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 3258, 3260, 3259, 3257 ] }, { "weight": 1, "sprite": [ 3274, 3276, 3275, 3273 ] }, - { "weight": 1, "sprite": [ 3290, 3292, 3291, 3289 ] } + { "weight": 1, "sprite": [ 3290, 3292, 3291, 3289 ] }, + { "weight": 1, "sprite": [ 3306, 3308, 3307, 3305 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 3252, 3251 ] }, { "weight": 1, "sprite": [ 3268, 3267 ] }, - { "weight": 1, "sprite": [ 3284, 3283 ] } + { "weight": 1, "sprite": [ 3284, 3283 ] }, + { "weight": 1, "sprite": [ 3300, 3299 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 3254, 3256, 3255, 3253 ] }, { "weight": 1, "sprite": [ 3270, 3272, 3271, 3269 ] }, - { "weight": 1, "sprite": [ 3286, 3288, 3287, 3285 ] } + { "weight": 1, "sprite": [ 3286, 3288, 3287, 3285 ] }, + { "weight": 1, "sprite": [ 3302, 3304, 3303, 3301 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 3261, 3261 ] }, { "weight": 1, "sprite": [ 3277, 3277 ] }, - { "weight": 1, "sprite": [ 3293, 3293 ] } + { "weight": 1, "sprite": [ 3293, 3293 ] }, + { "weight": 1, "sprite": [ 3309, 3309 ] } ] } ] }, { "id": "fd_sludge_int1", - "fg": 3341, + "fg": 3357, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3294 }, { "weight": 1, "sprite": 3310 }, { "weight": 1, "sprite": 3326 } ] + "fg": [ { "weight": 1, "sprite": 3310 }, { "weight": 1, "sprite": 3326 }, { "weight": 1, "sprite": 3342 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 3296, 3298, 3297, 3295 ] }, { "weight": 1, "sprite": [ 3312, 3314, 3313, 3311 ] }, - { "weight": 1, "sprite": [ 3328, 3330, 3329, 3327 ] } + { "weight": 1, "sprite": [ 3328, 3330, 3329, 3327 ] }, + { "weight": 1, "sprite": [ 3344, 3346, 3345, 3343 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 3306, 3308, 3307, 3305 ] }, { "weight": 1, "sprite": [ 3322, 3324, 3323, 3321 ] }, - { "weight": 1, "sprite": [ 3338, 3340, 3339, 3337 ] } + { "weight": 1, "sprite": [ 3338, 3340, 3339, 3337 ] }, + { "weight": 1, "sprite": [ 3354, 3356, 3355, 3353 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 3300, 3299 ] }, { "weight": 1, "sprite": [ 3316, 3315 ] }, - { "weight": 1, "sprite": [ 3332, 3331 ] } + { "weight": 1, "sprite": [ 3332, 3331 ] }, + { "weight": 1, "sprite": [ 3348, 3347 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 3302, 3304, 3303, 3301 ] }, { "weight": 1, "sprite": [ 3318, 3320, 3319, 3317 ] }, - { "weight": 1, "sprite": [ 3334, 3336, 3335, 3333 ] } + { "weight": 1, "sprite": [ 3334, 3336, 3335, 3333 ] }, + { "weight": 1, "sprite": [ 3350, 3352, 3351, 3349 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 3309, 3309 ] }, { "weight": 1, "sprite": [ 3325, 3325 ] }, - { "weight": 1, "sprite": [ 3341, 3341 ] } + { "weight": 1, "sprite": [ 3341, 3341 ] }, + { "weight": 1, "sprite": [ 3357, 3357 ] } ] } ] }, { "id": "fd_sludge_int2", - "fg": 3389, + "fg": 3405, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3342 }, { "weight": 1, "sprite": 3358 }, { "weight": 1, "sprite": 3374 } ] + "fg": [ { "weight": 1, "sprite": 3358 }, { "weight": 1, "sprite": 3374 }, { "weight": 1, "sprite": 3390 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 3344, 3346, 3345, 3343 ] }, { "weight": 1, "sprite": [ 3360, 3362, 3361, 3359 ] }, - { "weight": 1, "sprite": [ 3376, 3378, 3377, 3375 ] } + { "weight": 1, "sprite": [ 3376, 3378, 3377, 3375 ] }, + { "weight": 1, "sprite": [ 3392, 3394, 3393, 3391 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 3354, 3356, 3355, 3353 ] }, { "weight": 1, "sprite": [ 3370, 3372, 3371, 3369 ] }, - { "weight": 1, "sprite": [ 3386, 3388, 3387, 3385 ] } + { "weight": 1, "sprite": [ 3386, 3388, 3387, 3385 ] }, + { "weight": 1, "sprite": [ 3402, 3404, 3403, 3401 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 3348, 3347 ] }, { "weight": 1, "sprite": [ 3364, 3363 ] }, - { "weight": 1, "sprite": [ 3380, 3379 ] } + { "weight": 1, "sprite": [ 3380, 3379 ] }, + { "weight": 1, "sprite": [ 3396, 3395 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 3350, 3352, 3351, 3349 ] }, { "weight": 1, "sprite": [ 3366, 3368, 3367, 3365 ] }, - { "weight": 1, "sprite": [ 3382, 3384, 3383, 3381 ] } + { "weight": 1, "sprite": [ 3382, 3384, 3383, 3381 ] }, + { "weight": 1, "sprite": [ 3398, 3400, 3399, 3397 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 3357, 3357 ] }, { "weight": 1, "sprite": [ 3373, 3373 ] }, - { "weight": 1, "sprite": [ 3389, 3389 ] } + { "weight": 1, "sprite": [ 3389, 3389 ] }, + { "weight": 1, "sprite": [ 3405, 3405 ] } ] } ] }, { "id": "fd_sludge_int3", - "fg": 3437, + "fg": 3453, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3390 }, { "weight": 1, "sprite": 3406 }, { "weight": 1, "sprite": 3422 } ] + "fg": [ { "weight": 1, "sprite": 3406 }, { "weight": 1, "sprite": 3422 }, { "weight": 1, "sprite": 3438 } ] }, { "id": "corner", "fg": [ - { "weight": 1, "sprite": [ 3392, 3394, 3393, 3391 ] }, { "weight": 1, "sprite": [ 3408, 3410, 3409, 3407 ] }, - { "weight": 1, "sprite": [ 3424, 3426, 3425, 3423 ] } + { "weight": 1, "sprite": [ 3424, 3426, 3425, 3423 ] }, + { "weight": 1, "sprite": [ 3440, 3442, 3441, 3439 ] } ] }, { "id": "t_connection", "fg": [ - { "weight": 1, "sprite": [ 3402, 3404, 3403, 3401 ] }, { "weight": 1, "sprite": [ 3418, 3420, 3419, 3417 ] }, - { "weight": 1, "sprite": [ 3434, 3436, 3435, 3433 ] } + { "weight": 1, "sprite": [ 3434, 3436, 3435, 3433 ] }, + { "weight": 1, "sprite": [ 3450, 3452, 3451, 3449 ] } ] }, { "id": "edge", "fg": [ - { "weight": 1, "sprite": [ 3396, 3395 ] }, { "weight": 1, "sprite": [ 3412, 3411 ] }, - { "weight": 1, "sprite": [ 3428, 3427 ] } + { "weight": 1, "sprite": [ 3428, 3427 ] }, + { "weight": 1, "sprite": [ 3444, 3443 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 1, "sprite": [ 3398, 3400, 3399, 3397 ] }, { "weight": 1, "sprite": [ 3414, 3416, 3415, 3413 ] }, - { "weight": 1, "sprite": [ 3430, 3432, 3431, 3429 ] } + { "weight": 1, "sprite": [ 3430, 3432, 3431, 3429 ] }, + { "weight": 1, "sprite": [ 3446, 3448, 3447, 3445 ] } ] }, { "id": "unconnected", "fg": [ - { "weight": 1, "sprite": [ 3405, 3405 ] }, { "weight": 1, "sprite": [ 3421, 3421 ] }, - { "weight": 1, "sprite": [ 3437, 3437 ] } + { "weight": 1, "sprite": [ 3437, 3437 ] }, + { "weight": 1, "sprite": [ 3453, 3453 ] } ] } ] @@ -4539,274 +4553,258 @@ { "id": "fd_tindalos_gas", "fg": [ - { "weight": 5, "sprite": 3448 }, - { "weight": 5, "sprite": 3450 }, - { "weight": 5, "sprite": 3451 }, - { "weight": 5, "sprite": 3452 }, - { "weight": 5, "sprite": 3453 }, - { "weight": 5, "sprite": 3454 }, - { "weight": 5, "sprite": 3455 }, - { "weight": 5, "sprite": 3456 }, - { "weight": 5, "sprite": 3457 }, - { "weight": 5, "sprite": 3449 } + { "weight": 5, "sprite": 3464 }, + { "weight": 5, "sprite": 3466 }, + { "weight": 5, "sprite": 3467 }, + { "weight": 5, "sprite": 3468 }, + { "weight": 5, "sprite": 3469 }, + { "weight": 5, "sprite": 3470 }, + { "weight": 5, "sprite": 3471 }, + { "weight": 5, "sprite": 3472 }, + { "weight": 5, "sprite": 3473 }, + { "weight": 5, "sprite": 3465 } ], "animated": true }, - { "id": "f_plant_seed", "fg": 3467, "rotates": false }, - { "id": "f_plant_seedling", "fg": 3468, "rotates": false }, - { "id": "f_plant_mature", "fg": 3466, "rotates": false }, - { "id": "f_plant_harvest", "fg": 3465, "rotates": false }, - { "id": "tr_rollmat", "fg": 3470 }, - { "id": "tr_fur_rollmat", "fg": 3469 }, - { "id": "f_air_conditioner", "fg": 3472 }, - { "id": "f_armchair", "rotates": true, "fg": [ 3475, 3476, 3474, 3473 ] }, - { "id": "f_ash", "fg": 3477 }, - { "id": "f_barricade_road", "fg": 3478 }, + { "id": "f_plant_seed", "fg": 3484, "rotates": false }, + { "id": "f_plant_seedling", "fg": 3485, "rotates": false }, + { "id": "f_plant_mature", "fg": 3483, "rotates": false }, + { "id": "f_plant_harvest", "fg": 3482, "rotates": false }, + { "id": "tr_rollmat", "fg": 3487 }, + { "id": "tr_fur_rollmat", "fg": 3486 }, + { "id": "f_air_conditioner", "fg": 3489 }, + { "id": "f_armchair", "rotates": true, "fg": [ 3492, 3493, 3491, 3490 ] }, + { "id": "f_ash", "fg": 3494 }, + { "id": "f_barricade_road", "fg": 3495 }, { "id": "f_bathtub", "multitile": true, - "fg": 3494, + "fg": 3511, "additional_tiles": [ - { "id": "center", "fg": 3479 }, - { "id": "corner", "fg": [ 3481, 3483, 3482, 3480 ] }, - { "id": "t_connection", "fg": [ 3491, 3493, 3492, 3490 ] }, - { "id": "edge", "fg": [ 3485, 3484 ] }, - { "id": "end_piece", "fg": [ 3487, 3489, 3488, 3486 ] }, - { "id": "unconnected", "fg": [ 3494, 3494 ] } + { "id": "center", "fg": 3496 }, + { "id": "corner", "fg": [ 3498, 3500, 3499, 3497 ] }, + { "id": "t_connection", "fg": [ 3508, 3510, 3509, 3507 ] }, + { "id": "edge", "fg": [ 3502, 3501 ] }, + { "id": "end_piece", "fg": [ 3504, 3506, 3505, 3503 ] }, + { "id": "unconnected", "fg": [ 3511, 3511 ] } ] }, { "id": "f_bed", "multitile": true, - "fg": 3512, + "fg": 3529, "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, 3512 ] } + { "id": "center", "fg": 3514 }, + { "id": "corner", "fg": [ 3516, 3518, 3517, 3515 ] }, + { "id": "t_connection", "fg": [ 3526, 3528, 3527, 3525 ] }, + { "id": "edge", "fg": [ 3520, 3519 ] }, + { "id": "end_piece", "fg": [ 3522, 3524, 3523, 3521 ] }, + { "id": "unconnected", "fg": [ 3529, 3529 ] } ] }, { "id": "f_bench", "multitile": true, - "fg": 3528, + "fg": 3545, "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, 3528 ] } + { "id": "center", "fg": 3530 }, + { "id": "corner", "fg": [ 3532, 3534, 3533, 3531 ] }, + { "id": "t_connection", "fg": [ 3542, 3544, 3543, 3541 ] }, + { "id": "edge", "fg": [ 3536, 3535 ] }, + { "id": "end_piece", "fg": [ 3538, 3540, 3539, 3537 ] }, + { "id": "unconnected", "fg": [ 3545, 3545 ] } ] }, - { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 3530 }, { "weight": 2, "sprite": 3531 } ] }, - { "id": "f_boulder_medium", "fg": 3532 }, - { "id": "f_boulder_small", "fg": 3533 }, - { "id": "f_generator_broken", "fg": 3534 }, - { "id": "t_generator_broken", "fg": 3534, "bg": 5139 }, - { "id": "f_bulletin", "fg": 3535 }, - { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 3536 }, - { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 3537 }, + { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 3547 }, { "weight": 2, "sprite": 3548 } ] }, + { "id": "f_boulder_medium", "fg": 3549 }, + { "id": "f_boulder_small", "fg": 3550 }, + { "id": "f_generator_broken", "fg": 3551 }, + { "id": "t_generator_broken", "fg": 3551, "bg": 5162 }, + { "id": "f_bulletin", "fg": 3552 }, + { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 3554 }, + { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 3555 }, { "id": [ "f_canvas_wall", "f_large_canvas_wall" ], "multitile": true, - "fg": 3553, + "fg": 3571, "additional_tiles": [ - { "id": "center", "fg": 3538 }, - { "id": "corner", "fg": [ 3540, 3542, 3541, 3539 ] }, - { "id": "t_connection", "fg": [ 3550, 3552, 3551, 3549 ] }, - { "id": "edge", "fg": [ 3544, 3543 ] }, - { "id": "end_piece", "fg": [ 3546, 3548, 3547, 3545 ] }, - { "id": "unconnected", "fg": 3553 } + { "id": "center", "fg": 3556 }, + { "id": "corner", "fg": [ 3558, 3560, 3559, 3557 ] }, + { "id": "t_connection", "fg": [ 3568, 3570, 3569, 3567 ] }, + { "id": "edge", "fg": [ 3562, 3561 ] }, + { "id": "end_piece", "fg": [ 3564, 3566, 3565, 3563 ] }, + { "id": "unconnected", "fg": 3571 } ] }, - { "id": "f_cardboard_box", "fg": 3554 }, - { "id": "f_centrifuge", "fg": 3555 }, - { "id": "t_centrifuge", "fg": 3555, "bg": 5368 }, - { "id": "f_chair", "rotates": true, "fg": [ 3558, 3559, 3557, 3556 ] }, - { "id": "f_chamomile", "fg": 3560 }, - { "id": "f_compact_ASRG_containment", "fg": 3562 }, + { "id": "f_cardboard_box", "fg": 3572 }, + { "id": "f_centrifuge", "fg": 3573 }, + { "id": "t_centrifuge", "fg": 3573, "bg": 5391 }, + { "id": "f_chair", "rotates": true, "fg": [ 3576, 3577, 3575, 3574 ] }, + { "id": "f_chamomile", "fg": 3578 }, + { "id": "f_compact_ASRG_containment", "fg": 3581 }, { "id": "f_counter", "multitile": true, - "fg": 3578, + "fg": 3597, "additional_tiles": [ - { "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, 3578 ] } + { "id": "center", "fg": 3582 }, + { "id": "corner", "fg": [ 3584, 3586, 3585, 3583 ] }, + { "id": "t_connection", "fg": [ 3594, 3596, 3595, 3593 ] }, + { "id": "edge", "fg": [ 3588, 3587 ] }, + { "id": "end_piece", "fg": [ 3590, 3592, 3591, 3589 ] }, + { "id": "unconnected", "fg": [ 3597, 3597 ] } ] }, { "id": "f_cupboard", "multitile": true, - "fg": 3594, + "fg": 3613, "additional_tiles": [ - { "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, 3594 ] } + { "id": "center", "fg": 3598 }, + { "id": "corner", "fg": [ 3600, 3602, 3601, 3599 ] }, + { "id": "t_connection", "fg": [ 3610, 3612, 3611, 3609 ] }, + { "id": "edge", "fg": [ 3604, 3603 ] }, + { "id": "end_piece", "fg": [ 3606, 3608, 3607, 3605 ] }, + { "id": "unconnected", "fg": [ 3613, 3613 ] } ] }, - { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 3597 }, { "weight": 2, "sprite": 3598 } ] }, - { "id": "f_dandelion_season_spring", "fg": 3599 }, - { "id": "f_dandelion_season_summer", "fg": 3601 }, - { "id": "f_dandelion_season_autumn", "fg": 3600 }, - { "id": "f_dandelion_season_winter", "fg": 3602 }, - { "id": "f_datura", "fg": 3603 }, + { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 3616 }, { "weight": 2, "sprite": 3617 } ] }, + { "id": "f_dandelion_season_spring", "fg": 3618 }, + { "id": "f_dandelion_season_summer", "fg": 3620 }, + { "id": "f_dandelion_season_autumn", "fg": 3619 }, + { "id": "f_dandelion_season_winter", "fg": 3621 }, + { "id": "f_datura", "fg": 3622 }, { "id": "f_desk", "multitile": true, - "fg": 3619, + "fg": 3638, "additional_tiles": [ - { "id": "center", "fg": 3604 }, - { "id": "corner", "fg": [ 3606, 3608, 3607, 3605 ] }, - { "id": "t_connection", "fg": [ 3616, 3618, 3617, 3615 ] }, - { "id": "edge", "fg": [ 3610, 3609 ] }, - { "id": "end_piece", "fg": [ 3612, 3614, 3613, 3611 ] }, - { "id": "unconnected", "fg": [ 3619, 3619 ] } + { "id": "center", "fg": 3623 }, + { "id": "corner", "fg": [ 3625, 3627, 3626, 3624 ] }, + { "id": "t_connection", "fg": [ 3635, 3637, 3636, 3634 ] }, + { "id": "edge", "fg": [ 3629, 3628 ] }, + { "id": "end_piece", "fg": [ 3631, 3633, 3632, 3630 ] }, + { "id": "unconnected", "fg": [ 3638, 3638 ] } ] }, - { "id": "f_displaycase", "fg": 3620 }, - { "id": "f_entertainment_center", "fg": 3621 }, - { "id": "f_filing_cabinet", "fg": 3622 }, - { "id": "f_firering", "fg": 3623 }, - { "id": "f_flower_spurge", "fg": 3624 }, - { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 3625 }, { "weight": 2, "sprite": 3626 } ] }, + { "id": "f_displaycase", "fg": 3639 }, + { "id": "f_entertainment_center", "fg": 3640 }, + { "id": "f_filing_cabinet", "fg": 3641 }, + { "id": "f_firering", "fg": 3642 }, + { "id": "f_flower_spurge", "fg": 3643 }, + { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 3644 }, { "weight": 2, "sprite": 3645 } ] }, { "id": [ "f_grave_stone", "f_grave_head" ], - "fg": [ { "weight": 1, "sprite": 3627 }, { "weight": 1, "sprite": 3628 } ] - }, - { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 3629 }, { "weight": 1, "sprite": 3630 } ] }, - { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 3631 }, - { "id": "f_gunsafe_ml", "fg": 3634 }, - { "id": "f_gunsafe_mj", "fg": 3633 }, - { "id": "f_gun_safe_el", "fg": 3632 }, - { "id": "f_hay", "fg": 3635 }, - { "id": "f_indoor_plant", "fg": 3636 }, - { "id": "f_indoor_plant_y", "fg": 3637 }, - { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 3638 }, - { "id": [ "f_kiln_empty", "f_kiln_full" ], "fg": 3639 }, - { "id": "f_leather_tarp", "fg": 3640 }, - { "id": "f_mailbox", "fg": 3642 }, - { "id": "f_metal_crate_r", "fg": 3645 }, - { "id": "f_metal_crate_c", "fg": 3643 }, - { "id": "f_metal_crate_o", "fg": 3644 }, + "fg": [ { "weight": 1, "sprite": 3646 }, { "weight": 1, "sprite": 3647 } ] + }, + { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 3648 }, { "weight": 1, "sprite": 3649 } ] }, + { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 3650 }, + { "id": "f_gunsafe_ml", "fg": 3653 }, + { "id": "f_gunsafe_mj", "fg": 3652 }, + { "id": "f_gun_safe_el", "fg": 3651 }, + { "id": "f_hay", "fg": 3654 }, + { "id": "f_indoor_plant", "fg": 3655 }, + { "id": "f_indoor_plant_y", "fg": 3656 }, + { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 3657 }, + { "id": [ "f_kiln_empty", "f_kiln_full" ], "fg": 3658 }, + { "id": "f_leather_tarp", "fg": 3659 }, + { "id": "f_mailbox", "fg": 3662 }, + { "id": "f_metal_crate_r", "fg": 3665 }, + { "id": "f_metal_crate_c", "fg": 3663 }, + { "id": "f_metal_crate_o", "fg": 3664 }, { "id": "f_metal_table", "multitile": true, - "fg": 3661, + "fg": 3681, "additional_tiles": [ - { "id": "center", "fg": 3646 }, - { "id": "corner", "fg": [ 3648, 3650, 3649, 3647 ] }, - { "id": "t_connection", "fg": [ 3658, 3660, 3659, 3657 ] }, - { "id": "edge", "fg": [ 3652, 3651 ] }, - { "id": "end_piece", "fg": [ 3654, 3656, 3655, 3653 ] }, - { "id": "unconnected", "fg": [ 3661, 3661 ] } + { "id": "center", "fg": 3666 }, + { "id": "corner", "fg": [ 3668, 3670, 3669, 3667 ] }, + { "id": "t_connection", "fg": [ 3678, 3680, 3679, 3677 ] }, + { "id": "edge", "fg": [ 3672, 3671 ] }, + { "id": "end_piece", "fg": [ 3674, 3676, 3675, 3673 ] }, + { "id": "unconnected", "fg": [ 3681, 3681 ] } ] }, - { "id": "f_alien_anemone", "fg": 3662 }, - { "id": "f_alien_table", "fg": 3663 }, - { "id": "f_mustard_season_spring", "fg": 3665, "rotates": false }, - { "id": "f_mustard_season_summer", "fg": 3666, "rotates": false }, - { "id": "f_mustard_season_autumn", "fg": 3664, "rotates": false }, - { "id": "f_mustard_season_winter", "fg": 3667, "rotates": false }, - { "id": "f_mutpoppy", "fg": 3668 }, + { "id": "f_alien_anemone", "fg": 3682 }, + { "id": "f_alien_table", "fg": 3683 }, + { "id": "f_mustard_season_spring", "fg": 3685, "rotates": false }, + { "id": "f_mustard_season_summer", "fg": 3686, "rotates": false }, + { "id": "f_mustard_season_autumn", "fg": 3684, "rotates": false }, + { "id": "f_mustard_season_winter", "fg": 3687, "rotates": false }, + { "id": "f_mutpoppy", "fg": 3688 }, { "id": "f_planter", "multitile": true, - "fg": 3684, + "fg": 3704, "additional_tiles": [ - { "id": "center", "fg": 3669 }, - { "id": "corner", "fg": [ 3671, 3673, 3672, 3670 ] }, - { "id": "t_connection", "fg": [ 3681, 3683, 3682, 3680 ] }, - { "id": "edge", "fg": [ 3675, 3674 ] }, - { "id": "end_piece", "fg": [ 3677, 3679, 3678, 3676 ] }, - { "id": "unconnected", "fg": [ 3684, 3684 ] } + { "id": "center", "fg": 3689 }, + { "id": "corner", "fg": [ 3691, 3693, 3692, 3690 ] }, + { "id": "t_connection", "fg": [ 3701, 3703, 3702, 3700 ] }, + { "id": "edge", "fg": [ 3695, 3694 ] }, + { "id": "end_piece", "fg": [ 3697, 3699, 3698, 3696 ] }, + { "id": "unconnected", "fg": [ 3704, 3704 ] } ] }, { "id": "f_planter_harvest", "multitile": true, - "fg": 3700, + "fg": 3720, "additional_tiles": [ - { "id": "center", "fg": 3685 }, - { "id": "corner", "fg": [ 3687, 3689, 3688, 3686 ] }, - { "id": "t_connection", "fg": [ 3697, 3699, 3698, 3696 ] }, - { "id": "edge", "fg": [ 3691, 3690 ] }, - { "id": "end_piece", "fg": [ 3693, 3695, 3694, 3692 ] }, - { "id": "unconnected", "fg": [ 3700, 3700 ] } + { "id": "center", "fg": 3705 }, + { "id": "corner", "fg": [ 3707, 3709, 3708, 3706 ] }, + { "id": "t_connection", "fg": [ 3717, 3719, 3718, 3716 ] }, + { "id": "edge", "fg": [ 3711, 3710 ] }, + { "id": "end_piece", "fg": [ 3713, 3715, 3714, 3712 ] }, + { "id": "unconnected", "fg": [ 3720, 3720 ] } ] }, { "id": "f_planter_mature", "multitile": true, - "fg": 3716, + "fg": 3736, "additional_tiles": [ - { "id": "center", "fg": 3701 }, - { "id": "corner", "fg": [ 3703, 3705, 3704, 3702 ] }, - { "id": "t_connection", "fg": [ 3713, 3715, 3714, 3712 ] }, - { "id": "edge", "fg": [ 3707, 3706 ] }, - { "id": "end_piece", "fg": [ 3709, 3711, 3710, 3708 ] }, - { "id": "unconnected", "fg": [ 3716, 3716 ] } + { "id": "center", "fg": 3721 }, + { "id": "corner", "fg": [ 3723, 3725, 3724, 3722 ] }, + { "id": "t_connection", "fg": [ 3733, 3735, 3734, 3732 ] }, + { "id": "edge", "fg": [ 3727, 3726 ] }, + { "id": "end_piece", "fg": [ 3729, 3731, 3730, 3728 ] }, + { "id": "unconnected", "fg": [ 3736, 3736 ] } ] }, { "id": "f_planter_seedling", "multitile": true, - "fg": 3732, + "fg": 3752, "additional_tiles": [ - { "id": "center", "fg": 3717 }, - { "id": "corner", "fg": [ 3719, 3721, 3720, 3718 ] }, - { "id": "t_connection", "fg": [ 3729, 3731, 3730, 3728 ] }, - { "id": "edge", "fg": [ 3723, 3722 ] }, - { "id": "end_piece", "fg": [ 3725, 3727, 3726, 3724 ] }, - { "id": "unconnected", "fg": [ 3732, 3732 ] } + { "id": "center", "fg": 3737 }, + { "id": "corner", "fg": [ 3739, 3741, 3740, 3738 ] }, + { "id": "t_connection", "fg": [ 3749, 3751, 3750, 3748 ] }, + { "id": "edge", "fg": [ 3743, 3742 ] }, + { "id": "end_piece", "fg": [ 3745, 3747, 3746, 3744 ] }, + { "id": "unconnected", "fg": [ 3752, 3752 ] } ] }, - { "id": "f_plastic_groundsheet", "fg": 3733 }, + { "id": "f_plastic_groundsheet", "fg": 3753 }, { "id": "f_pool_table", "multitile": true, - "fg": 3749, + "fg": 3769, "additional_tiles": [ - { "id": "center", "fg": 3734 }, - { "id": "corner", "fg": [ 3736, 3738, 3737, 3735 ] }, - { "id": "t_connection", "fg": [ 3746, 3748, 3747, 3745 ] }, - { "id": "edge", "fg": [ 3740, 3739 ] }, - { "id": "end_piece", "fg": [ 3742, 3744, 3743, 3741 ] }, - { "id": "unconnected", "fg": 3749 } + { "id": "center", "fg": 3754 }, + { "id": "corner", "fg": [ 3756, 3758, 3757, 3755 ] }, + { "id": "t_connection", "fg": [ 3766, 3768, 3767, 3765 ] }, + { "id": "edge", "fg": [ 3760, 3759 ] }, + { "id": "end_piece", "fg": [ 3762, 3764, 3763, 3761 ] }, + { "id": "unconnected", "fg": 3769 } ] }, - { "id": "f_rack", "fg": 3750 }, - { "id": "f_rack_wood", "fg": 3751 }, - { "id": "f_recycle_bin", "fg": 3752 }, - { "id": "f_rubble", "fg": 3753 }, - { "id": "f_rubble_rock", "fg": 3754 }, + { "id": "f_rack", "fg": 3770 }, + { "id": "f_rack_wood", "fg": 3771 }, + { "id": "f_recycle_bin", "fg": 3772 }, + { "id": "f_rubble", "fg": 3773 }, + { "id": "f_rubble_rock", "fg": 3774 }, { "id": "f_scrap_bridge", - "fg": 3770, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3755 }, - { "id": "corner", "fg": [ 3757, 3759, 3758, 3756 ] }, - { "id": "t_connection", "fg": [ 3767, 3769, 3768, 3766 ] }, - { "id": "edge", "fg": [ 3761, 3760 ] }, - { "id": "end_piece", "fg": [ 3763, 3765, 3764, 3762 ] }, - { "id": "unconnected", "fg": [ 3770, 3770 ] } - ] - }, - { "id": "f_sign", "fg": 3771 }, - { "id": "f_skin_door", "fg": 3772 }, - { "id": "f_skin_door_o", "fg": 3773 }, - { - "id": "f_skin_wall", "fg": 3790, "multitile": true, "additional_tiles": [ @@ -4815,182 +4813,198 @@ { "id": "t_connection", "fg": [ 3787, 3789, 3788, 3786 ] }, { "id": "edge", "fg": [ 3781, 3780 ] }, { "id": "end_piece", "fg": [ 3783, 3785, 3784, 3782 ] }, - { "id": "unconnected", "fg": 3790 } + { "id": "unconnected", "fg": [ 3790, 3790 ] } + ] + }, + { "id": "f_sign", "fg": 3791 }, + { "id": "f_skin_door", "fg": 3792 }, + { "id": "f_skin_door_o", "fg": 3793 }, + { + "id": "f_skin_wall", + "fg": 3810, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 3795 }, + { "id": "corner", "fg": [ 3797, 3799, 3798, 3796 ] }, + { "id": "t_connection", "fg": [ 3807, 3809, 3808, 3806 ] }, + { "id": "edge", "fg": [ 3801, 3800 ] }, + { "id": "end_piece", "fg": [ 3803, 3805, 3804, 3802 ] }, + { "id": "unconnected", "fg": 3810 } ] }, { "id": "f_sofa", "multitile": true, - "fg": 3806, + "fg": 3826, "additional_tiles": [ - { "id": "center", "fg": 3791 }, - { "id": "corner", "fg": [ 3793, 3795, 3794, 3792 ] }, - { "id": "t_connection", "fg": [ 3803, 3805, 3804, 3802 ] }, - { "id": "edge", "fg": [ 3797, 3796 ] }, - { "id": "end_piece", "fg": [ 3799, 3801, 3800, 3798 ] }, - { "id": "unconnected", "fg": [ 3806, 3806 ] } + { "id": "center", "fg": 3811 }, + { "id": "corner", "fg": [ 3813, 3815, 3814, 3812 ] }, + { "id": "t_connection", "fg": [ 3823, 3825, 3824, 3822 ] }, + { "id": "edge", "fg": [ 3817, 3816 ] }, + { "id": "end_piece", "fg": [ 3819, 3821, 3820, 3818 ] }, + { "id": "unconnected", "fg": [ 3826, 3826 ] } ] }, - { "id": "f_stool", "fg": 3807 }, - { "id": "f_sunflower_season_spring", "fg": 3808 }, - { "id": "f_sunflower_season_winter", "fg": 3809 }, + { "id": "f_stool", "fg": 3827 }, + { "id": "f_sunflower_season_spring", "fg": 3828 }, + { "id": "f_sunflower_season_winter", "fg": 3829 }, { "id": "f_table", "multitile": true, - "fg": 3825, + "fg": 3845, "additional_tiles": [ - { "id": "center", "fg": 3810 }, - { "id": "corner", "fg": [ 3812, 3814, 3813, 3811 ] }, - { "id": "t_connection", "fg": [ 3822, 3824, 3823, 3821 ] }, - { "id": "edge", "fg": [ 3816, 3815 ] }, - { "id": "end_piece", "fg": [ 3818, 3820, 3819, 3817 ] }, - { "id": "unconnected", "fg": [ 3825, 3825 ] } + { "id": "center", "fg": 3830 }, + { "id": "corner", "fg": [ 3832, 3834, 3833, 3831 ] }, + { "id": "t_connection", "fg": [ 3842, 3844, 3843, 3841 ] }, + { "id": "edge", "fg": [ 3836, 3835 ] }, + { "id": "end_piece", "fg": [ 3838, 3840, 3839, 3837 ] }, + { "id": "unconnected", "fg": [ 3845, 3845 ] } ] }, - { "id": "f_toilet", "fg": 3826 }, - { "id": "f_trashcan", "fg": 3827 }, - { "id": "f_wreckage", "fg": 3828 }, - { "id": "f_lilypad", "fg": 3829 }, - { "id": "f_small_satelitte_dish", "fg": 3833 }, - { "id": "f_TV_antenna", "fg": 3830 }, - { "id": "f_cellphone_booster", "fg": 3831 }, - { "id": "f_vent_pipe", "fg": 3834 }, - { "id": "f_roof_turbine_vent", "fg": 3832 }, + { "id": "f_toilet", "fg": 3846 }, + { "id": "f_trashcan", "fg": 3847 }, + { "id": "f_wreckage", "fg": 3848 }, + { "id": "f_lilypad", "fg": 3849 }, + { "id": "f_small_satelitte_dish", "fg": 3853 }, + { "id": "f_TV_antenna", "fg": 3850 }, + { "id": "f_cellphone_booster", "fg": 3851 }, + { "id": "f_vent_pipe", "fg": 3854 }, + { "id": "f_roof_turbine_vent", "fg": 3852 }, { "id": "f_sandbag_half", "multitile": true, - "fg": 3850, - "additional_tiles": [ - { "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, 3850 ] } - ] - }, - { "id": "1st_aid", "fg": 3851 }, - { "id": "2x4", "fg": 3852 }, - { "id": "halberd", "fg": 3873 }, - { "id": "halberd_fake", "fg": 3873 }, - { "id": "nodachi", "fg": 3881 }, - { "id": "nodachi_fake", "fg": 3881 }, - { "id": "nodachi_inferior", "fg": 3881 }, - { "id": "arming_sword", "fg": 4018 }, - { "id": "art_sphere", "fg": 4033 }, - { "id": "art_rod", "fg": 4031 }, - { "id": "art_teardrop", "fg": 4035 }, - { "id": "art_lamp", "fg": 4027 }, - { "id": "art_snake", "fg": 4032 }, - { "id": "art_disc", "fg": 4024 }, - { "id": "art_beads", "fg": 4021 }, - { "id": "art_napkin", "fg": 4028 }, - { "id": "art_urchin", "fg": 4037 }, - { "id": "art_jelly", "fg": 4025 }, - { "id": "art_spiral", "fg": 4034 }, - { "id": "art_pin", "fg": 4029 }, - { "id": "art_tube", "fg": 4036 }, - { "id": "art_pyramid", "fg": 4030 }, - { "id": "art_crystal", "fg": 4023 }, - { "id": "art_knot", "fg": 4026 }, - { "id": "art_crescent", "fg": 4022 }, - { "id": "altered_teapot", "fg": 4019 }, - { "id": "architect_cube", "fg": 4020 }, - { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 4095 }, - { "id": [ "ak47", "aksemi" ], "fg": 4045 }, - { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 4059 }, - { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 4096 }, - { "id": [ "m249", "m249_semi" ], "fg": 4104 }, - { "id": [ "m60", "m60_semi" ], "fg": 4114 }, - { "id": [ "mp40", "mp40semi" ], "fg": 4130 }, - { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 4169 }, - { "id": "fire_ax", "fg": 4185 }, - { "id": "ax", "fg": 4188 }, - { "id": "hatchet", "fg": 4186 }, - { "id": "backpack", "fg": 4189 }, - { "id": "duffelbag", "fg": 4190 }, - { "id": "molle_pack", "fg": 4191 }, - { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 4194 }, - { "id": "bag_canvas", "fg": 4197 }, - { "id": "bat", "fg": 4198 }, - { "id": "bat_metal", "fg": 4199 }, - { "id": "blanket", "fg": 4200 }, - { "id": "down_blanket", "fg": 4201 }, - { "id": "electric_blanket", "fg": 4202 }, - { "id": "board_trap", "fg": 4203 }, - { "id": [ "compbow", "compbow_high", "compbow_low" ], "fg": 4204 }, - { "id": "box_large", "fg": 4215 }, - { "id": "box_medium", "fg": 4216 }, - { "id": "broom", "fg": 4217 }, - { "id": "bwirebat", "fg": 4218 }, - { "id": "cattlefodder", "fg": 4236 }, - { "id": "chainsaw_off", "fg": 4237 }, - { "id": "axe_ring", "fg": 4244 }, - { "id": "balclava", "fg": 4245 }, - { "id": "beret", "fg": 4246 }, - { "id": "boots", "fg": 4247 }, - { "id": "boxer_briefs", "fg": 4248 }, - { "id": "boxer_shorts", "fg": 4249 }, - { "id": "boy_shorts", "fg": 4250 }, - { "id": "bra", "fg": 4251 }, - { "id": "briefs", "fg": 4252 }, - { "id": "bscabbard", "fg": 4253 }, - { "id": "corset", "fg": 4256 }, - { "id": "cowboy_hat", "fg": 4257 }, - { "id": "dress_shoes", "fg": 4258 }, - { "id": "hat_ball", "fg": 4259 }, - { "id": "hat_cotton", "fg": 4260 }, - { "id": "hat_fur", "fg": 4261 }, - { "id": "hat_knit", "fg": 4263 }, - { "id": "hat_noise_cancelling", "fg": 4264 }, - { "id": "helmet_barbute", "fg": 4265 }, - { "id": "helmet_chitin", "fg": 4266 }, - { "id": "helmet_kabuto", "fg": 4267 }, - { "id": "holster", "fg": 4268 }, - { "id": "hoodie", "fg": 4269 }, - { "id": "jeans", "fg": 4272 }, - { "id": "leather_belt", "fg": 4273 }, - { "id": "longshirt", "fg": 4274 }, - { "id": "maid_dress", "fg": 4275 }, - { "id": "maid_hat", "fg": 4276 }, - { "id": "mask_dust", "fg": 4277 }, - { "id": "panties", "fg": 4278 }, - { "id": "pants", "fg": 4279 }, - { "id": "pants_cargo", "fg": 4280 }, - { "id": "polo_shirt", "fg": 4281 }, - { "id": "ragpouch", "fg": 4282 }, - { "id": "scabbard", "fg": 4283 }, - { "id": "sneakers", "fg": 4285 }, - { "id": "socks", "fg": 4286 }, - { "id": "spearsling", "fg": 4287 }, - { "id": "stockings", "fg": 4289 }, - { "id": "sweater", "fg": 4292 }, - { "id": "sweatshirt", "fg": 4293 }, - { "id": "tank_top", "fg": 4294 }, - { "id": "tool_belt", "fg": 4295 }, - { "id": "tshirt", "fg": 4296 }, - { "id": "turban", "fg": 4297 }, - { "id": "undershirt", "fg": 4298 }, - { "id": "coat_lab", "fg": 4254 }, - { "id": "coat_rain", "fg": 4255 }, - { "id": "sports_bra", "fg": 4288 }, - { "id": "skirt", "fg": 4284 }, - { "id": "jacket_light", "fg": 4271 }, - { "id": "jacket_army", "fg": 4270 }, - { "id": "hat_hard", "fg": 4262 }, - { "id": "striped_pants", "fg": 4290 }, - { "id": "striped_shirt", "fg": 4291 }, - { "id": "cloak", "fg": 4299 }, - { "id": "cloak_wool", "fg": 4302 }, - { "id": "cloak_leather", "fg": 4301 }, - { "id": "cloak_fur", "fg": 4300 }, - { "id": "coffeemaker", "fg": 4303 }, - { "id": "contacts", "fg": 4304 }, - { "id": "corpse", "fg": 4305 }, - { "id": "corpse_generic_human", "fg": 4306 }, - { "id": "crowbar", "fg": 4314 }, - { "id": "filter_air", "fg": 4315 }, - { "id": "fish_bait", "fg": 4316 }, + "fg": 3870, + "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, 3870 ] } + ] + }, + { "id": "1st_aid", "fg": 3871 }, + { "id": "2x4", "fg": 3872 }, + { "id": "halberd", "fg": 3893 }, + { "id": "halberd_fake", "fg": 3893 }, + { "id": "nodachi", "fg": 3901 }, + { "id": "nodachi_fake", "fg": 3901 }, + { "id": "nodachi_inferior", "fg": 3901 }, + { "id": "arming_sword", "fg": 4038 }, + { "id": "art_sphere", "fg": 4053 }, + { "id": "art_rod", "fg": 4051 }, + { "id": "art_teardrop", "fg": 4055 }, + { "id": "art_lamp", "fg": 4047 }, + { "id": "art_snake", "fg": 4052 }, + { "id": "art_disc", "fg": 4044 }, + { "id": "art_beads", "fg": 4041 }, + { "id": "art_napkin", "fg": 4048 }, + { "id": "art_urchin", "fg": 4057 }, + { "id": "art_jelly", "fg": 4045 }, + { "id": "art_spiral", "fg": 4054 }, + { "id": "art_pin", "fg": 4049 }, + { "id": "art_tube", "fg": 4056 }, + { "id": "art_pyramid", "fg": 4050 }, + { "id": "art_crystal", "fg": 4043 }, + { "id": "art_knot", "fg": 4046 }, + { "id": "art_crescent", "fg": 4042 }, + { "id": "altered_teapot", "fg": 4039 }, + { "id": "architect_cube", "fg": 4040 }, + { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 4115 }, + { "id": [ "ak47", "aksemi" ], "fg": 4065 }, + { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 4079 }, + { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 4116 }, + { "id": [ "m249", "m249_semi" ], "fg": 4124 }, + { "id": [ "m60", "m60_semi" ], "fg": 4134 }, + { "id": [ "mp40", "mp40semi" ], "fg": 4150 }, + { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 4189 }, + { "id": "fire_ax", "fg": 4205 }, + { "id": "ax", "fg": 4208 }, + { "id": "hatchet", "fg": 4206 }, + { "id": "backpack", "fg": 4209 }, + { "id": "duffelbag", "fg": 4210 }, + { "id": "molle_pack", "fg": 4211 }, + { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 4214 }, + { "id": "bag_canvas", "fg": 4217 }, + { "id": "bat", "fg": 4218 }, + { "id": "bat_metal", "fg": 4219 }, + { "id": "blanket", "fg": 4220 }, + { "id": "down_blanket", "fg": 4221 }, + { "id": "electric_blanket", "fg": 4222 }, + { "id": "board_trap", "fg": 4223 }, + { "id": [ "compbow", "compbow_high", "compbow_low" ], "fg": 4224 }, + { "id": "box_large", "fg": 4235 }, + { "id": "box_medium", "fg": 4236 }, + { "id": "broom", "fg": 4237 }, + { "id": "bwirebat", "fg": 4238 }, + { "id": "cattlefodder", "fg": 4256 }, + { "id": "chainsaw_off", "fg": 4257 }, + { "id": "axe_ring", "fg": 4264 }, + { "id": "balclava", "fg": 4265 }, + { "id": "beret", "fg": 4266 }, + { "id": "boots", "fg": 4267 }, + { "id": "boxer_briefs", "fg": 4268 }, + { "id": "boxer_shorts", "fg": 4269 }, + { "id": "boy_shorts", "fg": 4270 }, + { "id": "bra", "fg": 4271 }, + { "id": "briefs", "fg": 4272 }, + { "id": "bscabbard", "fg": 4273 }, + { "id": "corset", "fg": 4276 }, + { "id": "cowboy_hat", "fg": 4277 }, + { "id": "dress_shoes", "fg": 4278 }, + { "id": "hat_ball", "fg": 4279 }, + { "id": "hat_cotton", "fg": 4280 }, + { "id": "hat_fur", "fg": 4281 }, + { "id": "hat_knit", "fg": 4283 }, + { "id": "hat_noise_cancelling", "fg": 4284 }, + { "id": "helmet_barbute", "fg": 4285 }, + { "id": "helmet_chitin", "fg": 4286 }, + { "id": "helmet_kabuto", "fg": 4287 }, + { "id": "holster", "fg": 4288 }, + { "id": "hoodie", "fg": 4289 }, + { "id": "jeans", "fg": 4292 }, + { "id": "leather_belt", "fg": 4293 }, + { "id": "longshirt", "fg": 4294 }, + { "id": "maid_dress", "fg": 4295 }, + { "id": "maid_hat", "fg": 4296 }, + { "id": "mask_dust", "fg": 4297 }, + { "id": "panties", "fg": 4298 }, + { "id": "pants", "fg": 4299 }, + { "id": "pants_cargo", "fg": 4300 }, + { "id": "polo_shirt", "fg": 4301 }, + { "id": "ragpouch", "fg": 4302 }, + { "id": "scabbard", "fg": 4303 }, + { "id": "sneakers", "fg": 4305 }, + { "id": "socks", "fg": 4306 }, + { "id": "spearsling", "fg": 4307 }, + { "id": "stockings", "fg": 4309 }, + { "id": "sweater", "fg": 4312 }, + { "id": "sweatshirt", "fg": 4313 }, + { "id": "tank_top", "fg": 4314 }, + { "id": "tool_belt", "fg": 4315 }, + { "id": "tshirt", "fg": 4316 }, + { "id": "turban", "fg": 4317 }, + { "id": "undershirt", "fg": 4318 }, + { "id": "coat_lab", "fg": 4274 }, + { "id": "coat_rain", "fg": 4275 }, + { "id": "sports_bra", "fg": 4308 }, + { "id": "skirt", "fg": 4304 }, + { "id": "jacket_light", "fg": 4291 }, + { "id": "jacket_army", "fg": 4290 }, + { "id": "hat_hard", "fg": 4282 }, + { "id": "striped_pants", "fg": 4310 }, + { "id": "striped_shirt", "fg": 4311 }, + { "id": "cloak", "fg": 4319 }, + { "id": "cloak_wool", "fg": 4322 }, + { "id": "cloak_leather", "fg": 4321 }, + { "id": "cloak_fur", "fg": 4320 }, + { "id": "coffeemaker", "fg": 4323 }, + { "id": "contacts", "fg": 4324 }, + { "id": "corpse", "fg": 4325 }, + { "id": "corpse_generic_human", "fg": 4326 }, + { "id": "crowbar", "fg": 4334 }, + { "id": "filter_air", "fg": 4335 }, + { "id": "fish_bait", "fg": 4336 }, { "id": [ "corpse_mon_fish_brook_trout", @@ -5001,329 +5015,329 @@ "corpse_mon_fish_white_sucker", "corpse_mon_fish_fallfish" ], - "fg": 4319 - }, - { "id": "fish_trap", "fg": 4321 }, - { "id": "fishing_rod_basic", "fg": 4322 }, - { "id": "fishing_rod_professional", "fg": 4323 }, - { "id": "forge", "fg": 4325 }, - { "id": "char_forge", "fg": 4324 }, - { "id": "glass_shard", "fg": 4349 }, - { "id": "hoboreel", "fg": 4350 }, - { "id": "hydrogen_tank", "fg": 4351 }, - { "id": "leather_tarp", "fg": 4352 }, - { "id": "water", "fg": 4363 }, - { "id": "water_clean", "fg": 4364 }, - { "id": "gasoline", "fg": 4358 }, - { "id": "diesel", "fg": 4356 }, - { "id": "biodiesel", "fg": 4354 }, - { "id": "flamethrower_fuel", "fg": 4357 }, - { "id": "avgas", "fg": 4353 }, - { "id": "lamp_oil", "fg": 4360 }, - { "id": "motor_oil", "fg": 4361 }, - { "id": "napalm", "fg": 4362 }, - { "id": "gelled_gasoline", "fg": 4359 }, - { "id": "blood", "fg": 4355 }, - { "id": "log", "fg": 4365 }, - { "id": "lucern_hammer", "fg": 4366 }, - { "id": "marble", "fg": 4368 }, - { "id": "microwave", "fg": 4369 }, - { "id": "mjolnir", "fg": 4370 }, - { "id": "mop", "fg": 4371 }, - { "id": "mp5mag", "fg": 4372 }, - { "id": "nail", "fg": 4380 }, - { "id": "nailbat", "fg": 4381 }, - { "id": "nailboard", "fg": 4382 }, - { "id": "needle_bone", "fg": 4383 }, - { "id": "needle_curved", "fg": 4384 }, - { "id": "needle_wood", "fg": 4385 }, - { "id": "many_years_old_newspaper", "fg": 4386 }, - { "id": "years_old_newspaper", "fg": 4391 }, - { "id": "months_old_newspaper", "fg": 4387 }, - { "id": "newest_newspaper", "fg": 4388 }, - { "id": "one_year_old_newspaper", "fg": 4389 }, - { "id": "weeks_old_newspaper", "fg": 4390 }, - { "id": "2h_flail_wood", "fg": 4392 }, - { "id": "pillow", "fg": 4394 }, - { "id": "down_pillow", "fg": 4393 }, - { "id": "pine_bough", "fg": 4395 }, - { "id": "pinecone", "fg": 4396 }, + "fg": 4339 + }, + { "id": "fish_trap", "fg": 4341 }, + { "id": "fishing_rod_basic", "fg": 4342 }, + { "id": "fishing_rod_professional", "fg": 4343 }, + { "id": "forge", "fg": 4345 }, + { "id": "char_forge", "fg": 4344 }, + { "id": "glass_shard", "fg": 4369 }, + { "id": "hoboreel", "fg": 4370 }, + { "id": "hydrogen_tank", "fg": 4371 }, + { "id": "leather_tarp", "fg": 4372 }, + { "id": "water", "fg": 4383 }, + { "id": "water_clean", "fg": 4384 }, + { "id": "gasoline", "fg": 4378 }, + { "id": "diesel", "fg": 4376 }, + { "id": "biodiesel", "fg": 4374 }, + { "id": "flamethrower_fuel", "fg": 4377 }, + { "id": "avgas", "fg": 4373 }, + { "id": "lamp_oil", "fg": 4380 }, + { "id": "motor_oil", "fg": 4381 }, + { "id": "napalm", "fg": 4382 }, + { "id": "gelled_gasoline", "fg": 4379 }, + { "id": "blood", "fg": 4375 }, + { "id": "log", "fg": 4385 }, + { "id": "lucern_hammer", "fg": 4386 }, + { "id": "marble", "fg": 4388 }, + { "id": "microwave", "fg": 4389 }, + { "id": "mjolnir", "fg": 4390 }, + { "id": "mop", "fg": 4391 }, + { "id": "mp5mag", "fg": 4392 }, + { "id": "nail", "fg": 4400 }, + { "id": "nailbat", "fg": 4401 }, + { "id": "nailboard", "fg": 4402 }, + { "id": "needle_bone", "fg": 4403 }, + { "id": "needle_curved", "fg": 4404 }, + { "id": "needle_wood", "fg": 4405 }, + { "id": "many_years_old_newspaper", "fg": 4406 }, + { "id": "years_old_newspaper", "fg": 4411 }, + { "id": "months_old_newspaper", "fg": 4407 }, + { "id": "newest_newspaper", "fg": 4408 }, + { "id": "one_year_old_newspaper", "fg": 4409 }, + { "id": "weeks_old_newspaper", "fg": 4410 }, + { "id": "2h_flail_wood", "fg": 4412 }, + { "id": "pillow", "fg": 4414 }, + { "id": "down_pillow", "fg": 4413 }, + { "id": "pine_bough", "fg": 4415 }, + { "id": "pinecone", "fg": 4416 }, { "id": [ "rifle_9mm", "rifle_3006", "rifle_45", "rifle_22", "rifle_40", "rifle_44", "rifle_38", "rifle_223" ], - "fg": 4397 - }, - { "id": "plastic_sheet", "fg": 4399 }, - { "id": "plastic_shopping_bag", "fg": 4400 }, - { "id": "pneumatic_shotgun", "fg": 4401 }, - { "id": "pool_ball", "fg": 4402 }, - { "id": "powder_candy", "fg": 4404 }, - { "id": "rag", "fg": 4405 }, - { "id": "rebar", "fg": 4406 }, - { "id": [ "fur_rollmat", "broketent", "largebroketent" ], "fg": 4407 }, - { "id": [ "rollmat", "tent_kit", "large_tent_kit" ], "fg": 4408 }, - { "id": "scissors", "fg": 4409 }, - { "id": "screwdriver", "fg": 4410 }, - { "id": "sewing_kit", "fg": 4411 }, - { "id": "sharp_rock", "fg": 4412 }, - { "id": "sheet_metal", "fg": 4413 }, - { "id": "sheet_metal_small", "fg": 4414 }, - { "id": "shovel", "fg": 4415 }, - { "id": "slingshot", "fg": 4416 }, - { "id": "solar_panel", "fg": 4418 }, - { "id": "solar_cell", "fg": 4417 }, - { "id": "pointy_stick", "fg": 4419 }, - { "id": "spear_wood", "fg": 4427 }, - { "id": "spear_spike", "fg": 4425 }, - { "id": "spear_knife", "fg": 4421 }, - { "id": "spear_knife_superior", "fg": 4422 }, - { "id": "spear_pipe", "fg": 4423 }, - { "id": "spear_rebar", "fg": 4424 }, - { "id": "spear_steel", "fg": 4426 }, - { "id": "spear_copper", "fg": 4420 }, - { "id": "splinter", "fg": 4428 }, - { "id": "sponge", "fg": 4429 }, - { "id": "spoon", "fg": 4430 }, - { "id": "stick", "fg": 4431 }, - { "id": "stick_long", "fg": 4432 }, - { "id": "primitive_hammer", "fg": 4433 }, - { "id": "string_36", "fg": 4434 }, - { "id": "string_6", "fg": 4435 }, - { "id": "tailors_kit", "fg": 4437 }, - { "id": "tarp", "fg": 4438 }, - { "id": "television", "fg": 4439 }, - { "id": "thermos", "fg": 4440 }, - { "id": "thread", "fg": 4441 }, - { "id": "2h_flail_steel", "fg": 4446 }, - { "id": "welder", "fg": 4447 }, - { "id": "welder_crude", "fg": 4448 }, - { "id": "wood_panel", "fg": 4449 }, - { "id": "wood_sheet", "fg": 4450 }, - { "id": "corpse_mon_troll", "fg": 4451 }, - { "id": "mon_bluejay", "fg": 4456, "bg": 1347 }, - { "id": "mon_bluejay_chick", "fg": 4457, "bg": 1347 }, - { "id": "mon_cardinal", "fg": 4458, "bg": 1347 }, - { "id": "mon_cardinal_chick", "fg": 4459, "bg": 1347 }, - { "id": "mon_raven", "fg": 4464, "bg": 1347 }, - { "id": "mon_raven_chick", "fg": 4465, "bg": 1347 }, - { "id": "mon_robin", "fg": 4466, "bg": 1347 }, - { "id": "mon_robin_chick", "fg": 4467, "bg": 1347 }, - { "id": "mon_sparrow", "fg": 4468, "bg": 1347 }, - { "id": "mon_sparrow_chick", "fg": 4469, "bg": 1347 }, - { "id": "mon_crow_mutant_small", "fg": 4471, "bg": 1346 }, + "fg": 4417 + }, + { "id": "plastic_sheet", "fg": 4419 }, + { "id": "plastic_shopping_bag", "fg": 4420 }, + { "id": "pneumatic_shotgun", "fg": 4421 }, + { "id": "pool_ball", "fg": 4422 }, + { "id": "powder_candy", "fg": 4424 }, + { "id": "rag", "fg": 4425 }, + { "id": "rebar", "fg": 4426 }, + { "id": [ "fur_rollmat", "broketent", "largebroketent" ], "fg": 4427 }, + { "id": [ "rollmat", "tent_kit", "large_tent_kit" ], "fg": 4428 }, + { "id": "scissors", "fg": 4429 }, + { "id": "screwdriver", "fg": 4430 }, + { "id": "sewing_kit", "fg": 4431 }, + { "id": "sharp_rock", "fg": 4432 }, + { "id": "sheet_metal", "fg": 4433 }, + { "id": "sheet_metal_small", "fg": 4434 }, + { "id": "shovel", "fg": 4435 }, + { "id": "slingshot", "fg": 4436 }, + { "id": "solar_panel", "fg": 4438 }, + { "id": "solar_cell", "fg": 4437 }, + { "id": "pointy_stick", "fg": 4439 }, + { "id": "spear_wood", "fg": 4447 }, + { "id": "spear_spike", "fg": 4445 }, + { "id": "spear_knife", "fg": 4441 }, + { "id": "spear_knife_superior", "fg": 4442 }, + { "id": "spear_pipe", "fg": 4443 }, + { "id": "spear_rebar", "fg": 4444 }, + { "id": "spear_steel", "fg": 4446 }, + { "id": "spear_copper", "fg": 4440 }, + { "id": "splinter", "fg": 4448 }, + { "id": "sponge", "fg": 4449 }, + { "id": "spoon", "fg": 4450 }, + { "id": "stick", "fg": 4451 }, + { "id": "stick_long", "fg": 4452 }, + { "id": "primitive_hammer", "fg": 4453 }, + { "id": "string_36", "fg": 4454 }, + { "id": "string_6", "fg": 4455 }, + { "id": "tailors_kit", "fg": 4457 }, + { "id": "tarp", "fg": 4458 }, + { "id": "television", "fg": 4459 }, + { "id": "thermos", "fg": 4460 }, + { "id": "thread", "fg": 4461 }, + { "id": "2h_flail_steel", "fg": 4469 }, + { "id": "welder", "fg": 4470 }, + { "id": "welder_crude", "fg": 4471 }, + { "id": "wood_panel", "fg": 4472 }, + { "id": "wood_sheet", "fg": 4473 }, + { "id": "corpse_mon_troll", "fg": 4474 }, + { "id": "mon_bluejay", "fg": 4479, "bg": 1347 }, + { "id": "mon_bluejay_chick", "fg": 4480, "bg": 1347 }, + { "id": "mon_cardinal", "fg": 4481, "bg": 1347 }, + { "id": "mon_cardinal_chick", "fg": 4482, "bg": 1347 }, + { "id": "mon_raven", "fg": 4487, "bg": 1347 }, + { "id": "mon_raven_chick", "fg": 4488, "bg": 1347 }, + { "id": "mon_robin", "fg": 4489, "bg": 1347 }, + { "id": "mon_robin_chick", "fg": 4490, "bg": 1347 }, + { "id": "mon_sparrow", "fg": 4491, "bg": 1347 }, + { "id": "mon_sparrow_chick", "fg": 4492, "bg": 1347 }, + { "id": "mon_crow_mutant_small", "fg": 4494, "bg": 1346 }, { "id": "mon_cat_bengal", - "fg": [ { "weight": 1, "sprite": 4477 }, { "weight": 1, "sprite": 4476 } ], + "fg": [ { "weight": 1, "sprite": 4500 }, { "weight": 1, "sprite": 4499 } ], "bg": 1347 }, { "id": "mon_cat_calico", - "fg": [ { "weight": 1, "sprite": 4480 }, { "weight": 1, "sprite": 4479 } ], + "fg": [ { "weight": 1, "sprite": 4503 }, { "weight": 1, "sprite": 4502 } ], "bg": 1347 }, { "id": "mon_cat_chonker", - "fg": [ { "weight": 1, "sprite": 4483 }, { "weight": 1, "sprite": 4482 } ], + "fg": [ { "weight": 1, "sprite": 4506 }, { "weight": 1, "sprite": 4505 } ], "bg": 1347 }, { "id": "mon_cat_devon_rex", - "fg": [ { "weight": 1, "sprite": 4486 }, { "weight": 1, "sprite": 4485 } ], + "fg": [ { "weight": 1, "sprite": 4509 }, { "weight": 1, "sprite": 4508 } ], "bg": 1347 }, { "id": "mon_cat_longhair", - "fg": [ { "weight": 1, "sprite": 4489 }, { "weight": 1, "sprite": 4488 } ], + "fg": [ { "weight": 1, "sprite": 4512 }, { "weight": 1, "sprite": 4511 } ], "bg": 1347 }, { "id": "mon_cat_maine_coon", - "fg": [ { "weight": 1, "sprite": 4492 }, { "weight": 1, "sprite": 4491 } ], + "fg": [ { "weight": 1, "sprite": 4515 }, { "weight": 1, "sprite": 4514 } ], "bg": 1347 }, { "id": "mon_cat_persian", - "fg": [ { "weight": 1, "sprite": 4495 }, { "weight": 1, "sprite": 4494 } ], + "fg": [ { "weight": 1, "sprite": 4518 }, { "weight": 1, "sprite": 4517 } ], "bg": 1347 }, { "id": "mon_cat_siamese", - "fg": [ { "weight": 1, "sprite": 4501 }, { "weight": 1, "sprite": 4500 } ], + "fg": [ { "weight": 1, "sprite": 4524 }, { "weight": 1, "sprite": 4523 } ], "bg": 1347 }, { "id": "mon_cat_sphynx", - "fg": [ { "weight": 1, "sprite": 4504 }, { "weight": 1, "sprite": 4503 } ], + "fg": [ { "weight": 1, "sprite": 4527 }, { "weight": 1, "sprite": 4526 } ], "bg": 1347 }, { "id": "mon_cat_tabby", - "fg": [ { "weight": 1, "sprite": 4507 }, { "weight": 1, "sprite": 4506 } ], + "fg": [ { "weight": 1, "sprite": 4530 }, { "weight": 1, "sprite": 4529 } ], "bg": 1347 }, - { "id": "mon_cat_kitten", "fg": 4496, "bg": 1347 }, - { "id": "mon_cat_bengal_kitten", "fg": 4475, "bg": 1347 }, - { "id": "mon_cat_calico_kitten", "fg": 4478, "bg": 1347 }, - { "id": "mon_cat_chonker_kitten", "fg": 4481, "bg": 1347 }, - { "id": "mon_cat_devon_rex_kitten", "fg": 4484, "bg": 1347 }, - { "id": "mon_cat_longhair_kitten", "fg": 4487, "bg": 1347 }, - { "id": "mon_cat_maine_coon_kitten", "fg": 4490, "bg": 1347 }, - { "id": "mon_cat_persian_kitten", "fg": 4493, "bg": 1347 }, - { "id": "mon_cat_siamese_kitten", "fg": 4499, "bg": 1347 }, - { "id": "mon_cat_sphynx_kitten", "fg": 4502, "bg": 1347 }, - { "id": "mon_cat_tabby_kitten", "fg": 4505, "bg": 1347 }, - { "id": "mon_dog_beagle", "fg": 4514, "bg": 1347 }, - { "id": "mon_dog_gshepherd", "fg": 4525, "bg": 1346 }, - { "id": "mon_dog_boxer", "fg": 4516, "bg": 1346 }, - { "id": "mon_dog_dachshund", "fg": 4521, "bg": 1346 }, - { "id": "mon_dog_auscattle", "fg": 4510, "bg": 1346 }, - { "id": "mon_dog_bcollie", "fg": 4512, "bg": 1346 }, - { "id": "mon_dog_chihuahua", "fg": 4519, "bg": 1347 }, - { "id": "mon_dog_gpyrenees", "fg": 4523, "bg": 1346 }, - { "id": "mon_dog_pitbullmix", "fg": 4528, "bg": 1346 }, - { "id": "mon_dog_samoyed", "fg": 4532, "bg": 1346 }, - { "id": "mon_dog_mutant_mongrel", "fg": 4527, "bg": 1346 }, - { "id": "mon_dog_auscattle_pup", "fg": 4511, "bg": 1347 }, - { "id": "mon_dog_bcollie_pup", "fg": 4513, "bg": 1347 }, - { "id": "mon_dog_beagle_pup", "fg": 4515, "bg": 1347 }, - { "id": "mon_dog_boxer_pup", "fg": 4517, "bg": 1347 }, - { "id": "mon_dog_bull_pup", "fg": 4518, "bg": 1347 }, - { "id": "mon_dog_chihuahua_pup", "fg": 4520, "bg": 1347 }, - { "id": "mon_dog_dachshund_pup", "fg": 4522, "bg": 1347 }, - { "id": "mon_dog_gpyrenees_pup", "fg": 4524, "bg": 1347 }, - { "id": "mon_dog_gshepherd_pup", "fg": 4526, "bg": 1347 }, - { "id": "mon_dog_pitbullmix_pup", "fg": 4529, "bg": 1347 }, - { "id": "mon_dog_pup", "fg": 4530, "bg": 1347 }, - { "id": "mon_dog_rottweiler_pup", "fg": 4531, "bg": 1347 }, - { "id": "mon_dog_samoyed_pup", "fg": 4533, "bg": 1347 }, - { "id": "mon_fish_tiny", "fg": 4540 }, - { "id": "mon_fish_small", "fg": 4539 }, - { "id": "mon_fish_medium", "fg": 4538 }, - { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 4537 }, - { "id": "mon_locust", "fg": 4568, "bg": 1346 }, - { "id": "mon_locust_nymph", "fg": 4569, "bg": 1347 }, - { "id": "mon_locust_small", "fg": 4570, "bg": 1347 }, - { "id": "corpse_mon_ant", "fg": 4571 }, - { "id": "corpse_mon_ant_acid", "fg": 4572 }, - { "id": "corpse_mon_ant_larva", "fg": 4574 }, - { "id": "corpse_mon_ant_acid_larva", "fg": 4573 }, - { "id": "mon_ant_small", "fg": 4581, "bg": 1347 }, - { "id": "mon_ant_acid_small", "fg": 4578, "bg": 1347 }, - { "id": "mon_plague_nymph", "fg": 4586, "bg": 1347 }, - { "id": "mon_plague_vector", "fg": 4587, "bg": 1346 }, - { "id": "mon_skittering_plague", "fg": 4589, "bg": 1346 }, - { "id": "mon_cat_mutant_kitten_prism", "fg": 4598, "bg": 1347 }, - { "id": "mon_cat_mutant_prism", "fg": 4599, "bg": 1347 }, - { "id": "mon_coyote_mutant_shark", "fg": 4600, "bg": 1346 }, - { "id": "mon_crayfish_small", "fg": 4601, "bg": 1346 }, - { "id": "mon_deer_fawn", "fg": 4603, "bg": 1346 }, - { "id": "mon_deer_mutant_spider_fawn", "fg": 4604, "bg": 1346 }, - { "id": "mon_grasshopper_small", "fg": 4611, "bg": 1347 }, - { "id": "mon_hallu_multicooker", "fg": 4613, "bg": 1346 }, - { "id": "mon_hazmatbot", "fg": 4614, "bg": 1346 }, + { "id": "mon_cat_kitten", "fg": 4519, "bg": 1347 }, + { "id": "mon_cat_bengal_kitten", "fg": 4498, "bg": 1347 }, + { "id": "mon_cat_calico_kitten", "fg": 4501, "bg": 1347 }, + { "id": "mon_cat_chonker_kitten", "fg": 4504, "bg": 1347 }, + { "id": "mon_cat_devon_rex_kitten", "fg": 4507, "bg": 1347 }, + { "id": "mon_cat_longhair_kitten", "fg": 4510, "bg": 1347 }, + { "id": "mon_cat_maine_coon_kitten", "fg": 4513, "bg": 1347 }, + { "id": "mon_cat_persian_kitten", "fg": 4516, "bg": 1347 }, + { "id": "mon_cat_siamese_kitten", "fg": 4522, "bg": 1347 }, + { "id": "mon_cat_sphynx_kitten", "fg": 4525, "bg": 1347 }, + { "id": "mon_cat_tabby_kitten", "fg": 4528, "bg": 1347 }, + { "id": "mon_dog_beagle", "fg": 4537, "bg": 1347 }, + { "id": "mon_dog_gshepherd", "fg": 4548, "bg": 1346 }, + { "id": "mon_dog_boxer", "fg": 4539, "bg": 1346 }, + { "id": "mon_dog_dachshund", "fg": 4544, "bg": 1346 }, + { "id": "mon_dog_auscattle", "fg": 4533, "bg": 1346 }, + { "id": "mon_dog_bcollie", "fg": 4535, "bg": 1346 }, + { "id": "mon_dog_chihuahua", "fg": 4542, "bg": 1347 }, + { "id": "mon_dog_gpyrenees", "fg": 4546, "bg": 1346 }, + { "id": "mon_dog_pitbullmix", "fg": 4551, "bg": 1346 }, + { "id": "mon_dog_samoyed", "fg": 4555, "bg": 1346 }, + { "id": "mon_dog_mutant_mongrel", "fg": 4550, "bg": 1346 }, + { "id": "mon_dog_auscattle_pup", "fg": 4534, "bg": 1347 }, + { "id": "mon_dog_bcollie_pup", "fg": 4536, "bg": 1347 }, + { "id": "mon_dog_beagle_pup", "fg": 4538, "bg": 1347 }, + { "id": "mon_dog_boxer_pup", "fg": 4540, "bg": 1347 }, + { "id": "mon_dog_bull_pup", "fg": 4541, "bg": 1347 }, + { "id": "mon_dog_chihuahua_pup", "fg": 4543, "bg": 1347 }, + { "id": "mon_dog_dachshund_pup", "fg": 4545, "bg": 1347 }, + { "id": "mon_dog_gpyrenees_pup", "fg": 4547, "bg": 1347 }, + { "id": "mon_dog_gshepherd_pup", "fg": 4549, "bg": 1347 }, + { "id": "mon_dog_pitbullmix_pup", "fg": 4552, "bg": 1347 }, + { "id": "mon_dog_pup", "fg": 4553, "bg": 1347 }, + { "id": "mon_dog_rottweiler_pup", "fg": 4554, "bg": 1347 }, + { "id": "mon_dog_samoyed_pup", "fg": 4556, "bg": 1347 }, + { "id": "mon_fish_tiny", "fg": 4563 }, + { "id": "mon_fish_small", "fg": 4562 }, + { "id": "mon_fish_medium", "fg": 4561 }, + { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 4560 }, + { "id": "mon_locust", "fg": 4591, "bg": 1346 }, + { "id": "mon_locust_nymph", "fg": 4592, "bg": 1347 }, + { "id": "mon_locust_small", "fg": 4593, "bg": 1347 }, + { "id": "corpse_mon_ant", "fg": 4594 }, + { "id": "corpse_mon_ant_acid", "fg": 4595 }, + { "id": "corpse_mon_ant_larva", "fg": 4597 }, + { "id": "corpse_mon_ant_acid_larva", "fg": 4596 }, + { "id": "mon_ant_small", "fg": 4604, "bg": 1347 }, + { "id": "mon_ant_acid_small", "fg": 4601, "bg": 1347 }, + { "id": "mon_plague_nymph", "fg": 4609, "bg": 1347 }, + { "id": "mon_plague_vector", "fg": 4610, "bg": 1346 }, + { "id": "mon_skittering_plague", "fg": 4612, "bg": 1346 }, + { "id": "mon_cat_mutant_kitten_prism", "fg": 4621, "bg": 1347 }, + { "id": "mon_cat_mutant_prism", "fg": 4622, "bg": 1347 }, + { "id": "mon_coyote_mutant_shark", "fg": 4623, "bg": 1346 }, + { "id": "mon_crayfish_small", "fg": 4624, "bg": 1346 }, + { "id": "mon_deer_fawn", "fg": 4626, "bg": 1346 }, + { "id": "mon_deer_mutant_spider_fawn", "fg": 4627, "bg": 1346 }, + { "id": "mon_grasshopper_small", "fg": 4634, "bg": 1347 }, + { "id": "mon_hallu_multicooker", "fg": 4636, "bg": 1346 }, + { "id": "mon_hazmatbot", "fg": 4637, "bg": 1346 }, { "id": [ "mon_hound_tindalos", "mon_hound_tindalos_afterimage" ], "fg": [ - { "weight": 1, "sprite": 4615 }, - { "weight": 1, "sprite": 4616 }, - { "weight": 1, "sprite": 4617 }, - { "weight": 1, "sprite": 4618 }, - { "weight": 1, "sprite": 4619 }, - { "weight": 1, "sprite": 4620 }, - { "weight": 1, "sprite": 4621 }, - { "weight": 1, "sprite": 4622 }, - { "weight": 1, "sprite": 4623 } + { "weight": 1, "sprite": 4638 }, + { "weight": 1, "sprite": 4639 }, + { "weight": 1, "sprite": 4640 }, + { "weight": 1, "sprite": 4641 }, + { "weight": 1, "sprite": 4642 }, + { "weight": 1, "sprite": 4643 }, + { "weight": 1, "sprite": 4644 }, + { "weight": 1, "sprite": 4645 }, + { "weight": 1, "sprite": 4646 } ] }, { "id": "mon_lab_security_drone_BM", "animated": true, "fg": [ - { "weight": 10, "sprite": 4627 }, - { "weight": 10, "sprite": 4628 }, - { "weight": 10, "sprite": 4629 }, - { "weight": 10, "sprite": 4628 } + { "weight": 10, "sprite": 4650 }, + { "weight": 10, "sprite": 4651 }, + { "weight": 10, "sprite": 4652 }, + { "weight": 10, "sprite": 4651 } ] }, { "id": "mon_lab_security_drone_BM2", "animated": true, "fg": [ - { "weight": 10, "sprite": 4624 }, - { "weight": 10, "sprite": 4625 }, - { "weight": 10, "sprite": 4626 }, - { "weight": 10, "sprite": 4625 } + { "weight": 10, "sprite": 4647 }, + { "weight": 10, "sprite": 4648 }, + { "weight": 10, "sprite": 4649 }, + { "weight": 10, "sprite": 4648 } ] }, { "id": "mon_lab_security_drone_BS", "animated": true, "fg": [ - { "weight": 10, "sprite": 4630 }, - { "weight": 10, "sprite": 4631 }, - { "weight": 10, "sprite": 4632 }, - { "weight": 10, "sprite": 4631 } + { "weight": 10, "sprite": 4653 }, + { "weight": 10, "sprite": 4654 }, + { "weight": 10, "sprite": 4655 }, + { "weight": 10, "sprite": 4654 } ] }, { "id": "mon_lab_security_drone_GM", "animated": true, "fg": [ - { "weight": 10, "sprite": 4633 }, - { "weight": 10, "sprite": 4634 }, - { "weight": 10, "sprite": 4635 }, - { "weight": 10, "sprite": 4634 } + { "weight": 10, "sprite": 4656 }, + { "weight": 10, "sprite": 4657 }, + { "weight": 10, "sprite": 4658 }, + { "weight": 10, "sprite": 4657 } ] }, { "id": "mon_lab_security_drone_GR", "animated": true, "fg": [ - { "weight": 10, "sprite": 4636 }, - { "weight": 10, "sprite": 4637 }, - { "weight": 10, "sprite": 4638 }, - { "weight": 10, "sprite": 4637 } + { "weight": 10, "sprite": 4659 }, + { "weight": 10, "sprite": 4660 }, + { "weight": 10, "sprite": 4661 }, + { "weight": 10, "sprite": 4660 } ] }, { "id": "mon_lab_security_drone_YM", "animated": true, "fg": [ - { "weight": 10, "sprite": 4639 }, - { "weight": 10, "sprite": 4640 }, - { "weight": 10, "sprite": 4641 }, - { "weight": 10, "sprite": 4640 } - ] - }, - { "id": "mon_large_cockroach", "fg": 4642, "bg": 1346 }, - { "id": "mon_reindeer_fawn", "fg": 4647, "bg": 1346 }, - { "id": "mon_sheep_lamb", "fg": 4649, "bg": 1346 }, - { "id": "mon_slug_small", "fg": 4650, "bg": 1346 }, - { "id": "mon_wolf_skeleton", "fg": 4653, "bg": 1346 }, - { "id": "mon_worm_small", "fg": 4655, "bg": 1347 }, - { "id": "corpse_mon_zombie_rot", "fg": 4659 }, - { "id": "mon_spider_cellar_small", "fg": 4664, "bg": 1347 }, - { "id": "mon_spider_trapdoor_small", "fg": 4666, "bg": 1347 }, - { "id": "mon_spider_web_small", "fg": 4668, "bg": 1347 }, - { "id": "mon_zpider_mass", "fg": 4672, "bg": 1347 }, - { "id": "lighting_lowlight_dark", "fg": 4697 }, - { "id": "lighting_boomered_dark", "fg": 4692 }, + { "weight": 10, "sprite": 4662 }, + { "weight": 10, "sprite": 4663 }, + { "weight": 10, "sprite": 4664 }, + { "weight": 10, "sprite": 4663 } + ] + }, + { "id": "mon_large_cockroach", "fg": 4665, "bg": 1346 }, + { "id": "mon_reindeer_fawn", "fg": 4670, "bg": 1346 }, + { "id": "mon_sheep_lamb", "fg": 4672, "bg": 1346 }, + { "id": "mon_slug_small", "fg": 4673, "bg": 1346 }, + { "id": "mon_wolf_skeleton", "fg": 4676, "bg": 1346 }, + { "id": "mon_worm_small", "fg": 4678, "bg": 1347 }, + { "id": "corpse_mon_zombie_rot", "fg": 4682 }, + { "id": "mon_spider_cellar_small", "fg": 4687, "bg": 1347 }, + { "id": "mon_spider_trapdoor_small", "fg": 4689, "bg": 1347 }, + { "id": "mon_spider_web_small", "fg": 4691, "bg": 1347 }, + { "id": "mon_zpider_mass", "fg": 4695, "bg": 1347 }, + { "id": "lighting_lowlight_dark", "fg": 4720 }, + { "id": "lighting_boomered_dark", "fg": 4715 }, { "id": "lighting_hidden", "fg": [ - { "weight": 100, "sprite": 4693 }, - { "weight": 100, "sprite": 4694 }, - { "weight": 100, "sprite": 4695 }, - { "weight": 100, "sprite": 4696 } + { "weight": 100, "sprite": 4716 }, + { "weight": 100, "sprite": 4717 }, + { "weight": 100, "sprite": 4718 }, + { "weight": 100, "sprite": 4719 } ] }, - { "id": "animation_hit", "fg": 4715 }, - { "id": "cursor", "fg": 4717 }, - { "id": "highlight", "fg": 4719 }, - { "id": "highlight_item", "fg": 4720 }, - { "id": "line_target", "fg": 4718 }, - { "id": "line_trail", "fg": 4721 }, - { "id": "animation_line", "fg": 4716 }, - { "id": "generic_city_building", "fg": 4741, "bg": 4738 }, + { "id": "animation_hit", "fg": 4738 }, + { "id": "cursor", "fg": 4740 }, + { "id": "highlight", "fg": 4742 }, + { "id": "highlight_item", "fg": 4743 }, + { "id": "line_target", "fg": 4741 }, + { "id": "line_trail", "fg": 4744 }, + { "id": "animation_line", "fg": 4739 }, + { "id": "generic_city_building", "fg": 4764, "bg": 4761 }, { "id": [ "abstorefront_1", @@ -5352,25 +5366,25 @@ "s_sports", "veterinarian" ], - "fg": 4741, - "bg": 4738 + "fg": 4764, + "bg": 4761 }, - { "id": "forest_water", "fg": 4746 }, - { "id": [ "forest", "special_forest" ], "fg": 4739, "bg": 4738 }, - { "id": [ "field", "special_field" ], "fg": 4738 }, - { "id": "open_air", "fg": 4740 }, + { "id": "forest_water", "fg": 4769 }, + { "id": [ "forest", "special_forest" ], "fg": 4762, "bg": 4761 }, + { "id": [ "field", "special_field" ], "fg": 4761 }, + { "id": "open_air", "fg": 4763 }, { "id": "railroad", - "fg": 5879, - "bg": 5856, + "fg": 5902, + "bg": 5879, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 5856, "fg": 5873 }, - { "id": "corner", "bg": 5856, "fg": [ 5875, 5877, 5876, 5874 ] }, - { "id": "t_connection", "bg": 5856, "fg": [ 5881, 5883, 5882, 5880 ] }, - { "id": "edge", "bg": 5856, "fg": [ 5879, 5878 ] }, - { "id": "end_piece", "bg": 5856, "fg": [ 5879, 5878, 5879, 5878 ] }, - { "id": "unconnected", "bg": 5856, "fg": [ 5879, 5878 ] } + { "id": "center", "bg": 5879, "fg": 5896 }, + { "id": "corner", "bg": 5879, "fg": [ 5898, 5900, 5899, 5897 ] }, + { "id": "t_connection", "bg": 5879, "fg": [ 5904, 5906, 5905, 5903 ] }, + { "id": "edge", "bg": 5879, "fg": [ 5902, 5901 ] }, + { "id": "end_piece", "bg": 5879, "fg": [ 5902, 5901, 5902, 5901 ] }, + { "id": "unconnected", "bg": 5879, "fg": [ 5902, 5901 ] } ] }, { @@ -5593,19 +5607,19 @@ "urban_13_11", "urban_13_12" ], - "fg": [ 4743, 4742, 4744, 4745 ], - "bg": 4738, + "fg": [ 4766, 4765, 4767, 4768 ], + "bg": 4761, "rotates": true }, - { "id": "anthill", "fg": 4748, "bg": 4738, "rotates": false }, - { "id": "acid_anthill", "fg": 4747, "bg": 4738, "rotates": false }, + { "id": "anthill", "fg": 4771, "bg": 4761, "rotates": false }, + { "id": "acid_anthill", "fg": 4770, "bg": 4761, "rotates": false }, { "id": [ "2farm_3", "farm_3", "farm_isherwood_3", "farm_dairy_twd_6", "farm_dairy_twd_12", "ranch_camp_66", "dairy_farm_SE" ], - "fg": [ 4750, 4749, 4750, 4749 ], - "bg": 4738, + "fg": [ 4773, 4772, 4773, 4772 ], + "bg": 4761, "rotates": true }, - { "id": [ "desolatebarn", "barn_aban1" ], "fg": 4751, "bg": 4738 }, + { "id": [ "desolatebarn", "barn_aban1" ], "fg": 4774, "bg": 4761 }, { "id": [ "2farm_loft_3", @@ -5618,8 +5632,8 @@ "ranch_camp_66_roof", "dairy_farm_SE_roof" ], - "fg": [ 4750, 4749, 4750, 4749 ], - "bg": 4740, + "fg": [ 4773, 4772, 4773, 4772 ], + "bg": 4763, "rotates": true }, { @@ -5641,8 +5655,8 @@ "cabin_strange_b", "riverside_dwelling" ], - "fg": [ 4753, 4752, 4754, 4755 ], - "bg": 4738, + "fg": [ 4776, 4775, 4777, 4778 ], + "bg": 4761, "rotates": true }, { @@ -5660,8 +5674,8 @@ "cabin_lake_roof", "lake_cabin_boathouse_roof" ], - "fg": [ 4753, 4752, 4754, 4755 ], - "bg": 4740, + "fg": [ 4776, 4775, 4777, 4778 ], + "bg": 4763, "rotates": true }, { @@ -5677,12 +5691,12 @@ "ws_survivor_camp", "homelesscamp" ], - "fg": 4756, - "bg": 4738 + "fg": 4779, + "bg": 4761 }, - { "id": "cave", "fg": 4757, "bg": 4738 }, - { "id": "cave_underground", "fg": 4757 }, - { "id": [ "airliner_2b_-1", "airliner_2c_-1" ], "fg": 4759, "rotates": false }, + { "id": "cave", "fg": 4780, "bg": 4761 }, + { "id": "cave_underground", "fg": 4780 }, + { "id": [ "airliner_2b_-1", "airliner_2c_-1" ], "fg": 4782, "rotates": false }, { "id": [ "airliner_1a", @@ -5715,26 +5729,26 @@ "airliner_2j", "airliner_3j" ], - "fg": 4760 + "fg": 4783 }, - { "id": [ "airliner_2a_1", "airliner_2c_1" ], "fg": 4740 }, - { "id": [ "dirt_road", "dirt_road_forest" ], "fg": [ 4767, 4766 ], "rotates": true }, - { "id": [ "dirt_road_3way", "dirt_road_3way_forest" ], "fg": [ 4773, 4772, 4774, 4775 ], "rotates": true }, - { "id": [ "dirt_road_turn", "dirt_road_turn_forest" ], "fg": [ 4762, 4764, 4765, 4763 ], "rotates": true }, - { "id": [ "dirt_road_turn1", "dirt_road_turn1_forest" ], "fg": [ 4763, 4762, 4764, 4765 ], "rotates": true }, + { "id": [ "airliner_2a_1", "airliner_2c_1" ], "fg": 4763 }, + { "id": [ "dirt_road", "dirt_road_forest" ], "fg": [ 4790, 4789 ], "rotates": true }, + { "id": [ "dirt_road_3way", "dirt_road_3way_forest" ], "fg": [ 4796, 4795, 4797, 4798 ], "rotates": true }, + { "id": [ "dirt_road_turn", "dirt_road_turn_forest" ], "fg": [ 4785, 4787, 4788, 4786 ], "rotates": true }, + { "id": [ "dirt_road_turn1", "dirt_road_turn1_forest" ], "fg": [ 4786, 4785, 4787, 4788 ], "rotates": true }, { "id": [ "shelter", "shelter_1", "shelter_2", "shelter_vandal", "shelter_1_vandal", "shelter_2_vandal" ], - "fg": [ 4778, 4777, 4779, 4780 ], - "bg": 4738, + "fg": [ 4801, 4800, 4802, 4803 ], + "bg": 4761, "rotates": true }, { "id": [ "shelter_roof", "shelter_roof_1", "shelter_roof_2" ], - "fg": [ 4778, 4777, 4779, 4780 ], - "bg": 4740, + "fg": [ 4801, 4800, 4802, 4803 ], + "bg": 4763, "rotates": true }, - { "id": "shelter_under", "fg": [ 4778, 4777, 4779, 4780 ], "rotates": true }, + { "id": "shelter_under", "fg": [ 4801, 4800, 4802, 4803 ], "rotates": true }, { "id": [ "2farm_1", @@ -5803,19 +5817,19 @@ "horse_farm_isherwood_2", "yard" ], - "fg": 4781 + "fg": 4804 }, { "id": "forest_trail", - "fg": 4797, + "fg": 4820, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4782 }, - { "id": "corner", "fg": [ 4784, 4786, 4785, 4783 ] }, - { "id": "t_connection", "fg": [ 4794, 4796, 4795, 4793 ] }, - { "id": "edge", "fg": [ 4788, 4787 ] }, - { "id": "end_piece", "fg": [ 4790, 4792, 4791, 4789 ] }, - { "id": "unconnected", "fg": [ 4797, 4797 ] } + { "id": "center", "fg": 4805 }, + { "id": "corner", "fg": [ 4807, 4809, 4808, 4806 ] }, + { "id": "t_connection", "fg": [ 4817, 4819, 4818, 4816 ] }, + { "id": "edge", "fg": [ 4811, 4810 ] }, + { "id": "end_piece", "fg": [ 4813, 4815, 4814, 4812 ] }, + { "id": "unconnected", "fg": [ 4820, 4820 ] } ] }, { @@ -5832,50 +5846,50 @@ "garage_gas_roof_2", "garage_gas_roof_3" ], - "fg": [ 4799, 4798, 4800, 4801 ], - "bg": 4738 - }, - { "id": "2farm_7", "fg": 4782 }, - { "id": "crater", "fg": 5711, "bg": 4738 }, - { "id": "ranch_camp_17", "fg": 6534, "bg": 4845 }, - { "id": "ranch_camp_76", "fg": 4782 }, - { "id": "ranch_camp_77", "fg": [ 4899, 4898, 4900, 4901 ], "bg": 4738, "rotates": true }, - { "id": "helipad_ne", "fg": [ 4803, 4805, 4804, 4802 ], "rotates": true }, - { "id": "helipad_nw", "fg": [ 4807, 4809, 4808, 4806 ], "rotates": true }, - { "id": "helipad_se", "fg": [ 4811, 4813, 4812, 4810 ], "rotates": true }, - { "id": "helipad_sw", "fg": [ 4815, 4817, 4816, 4814 ], "rotates": true }, - { "id": "lighthouse_z2", "fg": 4825, "bg": 4740 }, - { "id": "lighthouse_z3", "fg": 4826, "bg": 4740 }, - { "id": "lighthouse_z4", "fg": 4827, "bg": 4740 }, - { "id": "lighthouse_z5", "fg": 4828, "bg": 4740 }, - { "id": "lighthouse_roof", "fg": 4824, "bg": 4740 }, - { "id": "note_!_black", "fg": 4829 }, - { "id": "note_!_red", "fg": 4842 }, - { "id": "note_!_green", "fg": 4834 }, - { "id": "note_!_brown", "fg": 4831 }, - { "id": "note_!_blue", "fg": 4830 }, - { "id": "note_!_magenta", "fg": 4840 }, - { "id": "note_!_cyan", "fg": 4832 }, - { "id": "note_!_light_gray", "fg": 4837 }, - { "id": "note_!_dark_gray", "fg": 4833 }, - { "id": "note_!_light_red", "fg": 4839 }, - { "id": "note_!_light_green", "fg": 4838 }, - { "id": "note_!_yellow", "fg": 4844 }, - { "id": "note_!_light_blue", "fg": 4835 }, - { "id": "note_!_pink", "fg": 4841 }, - { "id": "note_!_light_cyan", "fg": 4836 }, - { "id": "note_!_white", "fg": 4843 }, - { "id": "2farm_4", "fg": [ 4853, 4852, 4854, 4855 ], "rotates": true }, - { "id": "2farm_8", "fg": [ 4854, 4855, 4853, 4852 ], "rotates": true }, - { "id": "dairy_farm_NW", "fg": [ 4855, 4853, 4852, 4854 ], "rotates": true }, - { "id": "dairy_farm_NE", "fg": [ 4852, 4854, 4855, 4853 ], "rotates": true }, - { "id": "ranch_camp_1", "fg": [ 4849, 4848, 4850, 4851 ], "rotates": true }, + "fg": [ 4822, 4821, 4823, 4824 ], + "bg": 4761 + }, + { "id": "2farm_7", "fg": 4805 }, + { "id": "crater", "fg": 5734, "bg": 4761 }, + { "id": "ranch_camp_17", "fg": 6557, "bg": 4868 }, + { "id": "ranch_camp_76", "fg": 4805 }, + { "id": "ranch_camp_77", "fg": [ 4922, 4921, 4923, 4924 ], "bg": 4761, "rotates": true }, + { "id": "helipad_ne", "fg": [ 4826, 4828, 4827, 4825 ], "rotates": true }, + { "id": "helipad_nw", "fg": [ 4830, 4832, 4831, 4829 ], "rotates": true }, + { "id": "helipad_se", "fg": [ 4834, 4836, 4835, 4833 ], "rotates": true }, + { "id": "helipad_sw", "fg": [ 4838, 4840, 4839, 4837 ], "rotates": true }, + { "id": "lighthouse_z2", "fg": 4848, "bg": 4763 }, + { "id": "lighthouse_z3", "fg": 4849, "bg": 4763 }, + { "id": "lighthouse_z4", "fg": 4850, "bg": 4763 }, + { "id": "lighthouse_z5", "fg": 4851, "bg": 4763 }, + { "id": "lighthouse_roof", "fg": 4847, "bg": 4763 }, + { "id": "note_!_black", "fg": 4852 }, + { "id": "note_!_red", "fg": 4865 }, + { "id": "note_!_green", "fg": 4857 }, + { "id": "note_!_brown", "fg": 4854 }, + { "id": "note_!_blue", "fg": 4853 }, + { "id": "note_!_magenta", "fg": 4863 }, + { "id": "note_!_cyan", "fg": 4855 }, + { "id": "note_!_light_gray", "fg": 4860 }, + { "id": "note_!_dark_gray", "fg": 4856 }, + { "id": "note_!_light_red", "fg": 4862 }, + { "id": "note_!_light_green", "fg": 4861 }, + { "id": "note_!_yellow", "fg": 4867 }, + { "id": "note_!_light_blue", "fg": 4858 }, + { "id": "note_!_pink", "fg": 4864 }, + { "id": "note_!_light_cyan", "fg": 4859 }, + { "id": "note_!_white", "fg": 4866 }, + { "id": "2farm_4", "fg": [ 4876, 4875, 4877, 4878 ], "rotates": true }, + { "id": "2farm_8", "fg": [ 4877, 4878, 4876, 4875 ], "rotates": true }, + { "id": "dairy_farm_NW", "fg": [ 4878, 4876, 4875, 4877 ], "rotates": true }, + { "id": "dairy_farm_NE", "fg": [ 4875, 4877, 4878, 4876 ], "rotates": true }, + { "id": "ranch_camp_1", "fg": [ 4872, 4871, 4873, 4874 ], "rotates": true }, { "id": [ "ranch_camp_2", "ranch_camp_3", "ranch_camp_4", "ranch_camp_5", "ranch_camp_6", "ranch_camp_7", "ranch_camp_8" ], - "fg": [ 4857, 4856, 4858, 4859 ], + "fg": [ 4880, 4879, 4881, 4882 ], "rotates": true }, - { "id": "ranch_camp_9", "fg": [ 4848, 4850, 4851, 4849 ], "rotates": true }, + { "id": "ranch_camp_9", "fg": [ 4871, 4873, 4874, 4872 ], "rotates": true }, { "id": [ "ranch_camp_10", @@ -5886,7 +5900,7 @@ "ranch_camp_55", "ranch_camp_64" ], - "fg": [ 4859, 4857, 4856, 4858 ], + "fg": [ 4882, 4880, 4879, 4881 ], "rotates": true }, { @@ -5936,7 +5950,7 @@ "ranch_camp_70", "ranch_camp_71" ], - "fg": 4845, + "fg": 4868, "rotates": true }, { @@ -5949,730 +5963,730 @@ "ranch_camp_63", "ranch_camp_72" ], - "fg": [ 4856, 4858, 4859, 4857 ], + "fg": [ 4879, 4881, 4882, 4880 ], "rotates": true }, - { "id": [ "ranch_camp_73", "ranch_camp_78" ], "fg": [ 4851, 4849, 4848, 4850 ], "rotates": true }, + { "id": [ "ranch_camp_73", "ranch_camp_78" ], "fg": [ 4874, 4872, 4871, 4873 ], "rotates": true }, { "id": [ "ranch_camp_74", "ranch_camp_79", "ranch_camp_80" ], - "fg": [ 4858, 4859, 4857, 4856 ], + "fg": [ 4881, 4882, 4880, 4879 ], "rotates": true }, - { "id": [ "ranch_camp_75", "ranch_camp_81" ], "fg": [ 4850, 4851, 4849, 4848 ], "rotates": true }, - { "id": "pond_field", "fg": 4862, "bg": 4738, "rotates": false }, - { "id": "pond_forest", "fg": 4863, "bg": 4738, "rotates": false }, - { "id": "pond_swamp", "fg": 4864, "bg": 4738, "rotates": false }, - { "id": "hot_springs", "fg": 4861, "bg": 4738, "rotates": false }, + { "id": [ "ranch_camp_75", "ranch_camp_81" ], "fg": [ 4873, 4874, 4872, 4871 ], "rotates": true }, + { "id": "pond_field", "fg": 4885, "bg": 4761, "rotates": false }, + { "id": "pond_forest", "fg": 4886, "bg": 4761, "rotates": false }, + { "id": "pond_swamp", "fg": 4887, "bg": 4761, "rotates": false }, + { "id": "hot_springs", "fg": 4884, "bg": 4761, "rotates": false }, { "id": [ "pool", "pool_1", "pool_2", "pool_3", "pool_4" ], - "fg": [ 4866, 4865, 4867, 4868 ], - "bg": 4738, + "fg": [ 4889, 4888, 4890, 4891 ], + "bg": 4761, "rotates": true }, - { "id": [ "pool_5", "pool_6" ], "fg": [ 4870, 4869, 4871, 4872 ], "bg": 4738, "rotates": true }, + { "id": [ "pool_5", "pool_6" ], "fg": [ 4893, 4892, 4894, 4895 ], "bg": 4761, "rotates": true }, { "id": [ "pool_roof", "pool_roof_1", "pool_roof_2", "pool_roof_3", "pool_roof_4" ], - "fg": [ 4866, 4865, 4867, 4868 ], - "bg": 4740, + "fg": [ 4889, 4888, 4890, 4891 ], + "bg": 4763, "rotates": true }, - { "id": "publicgarden", "fg": 4873 }, - { "id": "PublicPond_1a", "fg": [ 4877, 4875, 4874, 4876 ], "rotates": true }, - { "id": "PublicPond_1b", "fg": [ 4874, 4876, 4877, 4875 ], "rotates": true }, - { "id": "river_nw", "fg": 4886, "bg": 4738, "rotates": false }, - { "id": "river_sw", "fg": 4889, "bg": 4738, "rotates": false }, - { "id": "river_se", "fg": 4887, "bg": 4738, "rotates": false }, - { "id": "river_ne", "fg": 4884, "bg": 4738, "rotates": false }, - { "id": "river_north", "fg": 4885, "bg": 4738, "rotates": false }, - { "id": "river_west", "fg": 4890, "bg": 4738, "rotates": false }, - { "id": "river_east", "fg": 4883, "bg": 4738, "rotates": false }, - { "id": "river_south", "fg": 4888, "bg": 4738, "rotates": false }, - { "id": "river_center", "fg": 4882, "bg": 4738, "rotates": false }, - { "id": "river", "fg": [ 4885, 4883, 4888, 4890 ], "bg": 4738, "rotates": true }, - { "id": "river_c_not_nw", "fg": 4879, "bg": 4738, "rotates": false }, - { "id": "river_c_not_ne", "fg": 4878, "bg": 4738, "rotates": false }, - { "id": "river_c_not_sw", "fg": 4881, "bg": 4738, "rotates": false }, - { "id": "river_c_not_se", "fg": 4880, "bg": 4738, "rotates": false }, + { "id": "publicgarden", "fg": 4896 }, + { "id": "PublicPond_1a", "fg": [ 4900, 4898, 4897, 4899 ], "rotates": true }, + { "id": "PublicPond_1b", "fg": [ 4897, 4899, 4900, 4898 ], "rotates": true }, + { "id": "river_nw", "fg": 4909, "bg": 4761, "rotates": false }, + { "id": "river_sw", "fg": 4912, "bg": 4761, "rotates": false }, + { "id": "river_se", "fg": 4910, "bg": 4761, "rotates": false }, + { "id": "river_ne", "fg": 4907, "bg": 4761, "rotates": false }, + { "id": "river_north", "fg": 4908, "bg": 4761, "rotates": false }, + { "id": "river_west", "fg": 4913, "bg": 4761, "rotates": false }, + { "id": "river_east", "fg": 4906, "bg": 4761, "rotates": false }, + { "id": "river_south", "fg": 4911, "bg": 4761, "rotates": false }, + { "id": "river_center", "fg": 4905, "bg": 4761, "rotates": false }, + { "id": "river", "fg": [ 4908, 4906, 4911, 4913 ], "bg": 4761, "rotates": true }, + { "id": "river_c_not_nw", "fg": 4902, "bg": 4761, "rotates": false }, + { "id": "river_c_not_ne", "fg": 4901, "bg": 4761, "rotates": false }, + { "id": "river_c_not_sw", "fg": 4904, "bg": 4761, "rotates": false }, + { "id": "river_c_not_se", "fg": 4903, "bg": 4761, "rotates": false }, { "id": "road", - "fg": 4906, + "fg": 4929, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4891 }, - { "id": "corner", "fg": [ 4893, 4895, 4894, 4892 ], "bg": 4738 }, - { "id": "t_connection", "fg": [ 4903, 4905, 4904, 4902 ] }, - { "id": "edge", "fg": [ 4897, 4896 ] }, - { "id": "end_piece", "fg": [ 4899, 4901, 4900, 4898 ] }, - { "id": "unconnected", "fg": [ 4906, 4906 ], "bg": 4738 } + { "id": "center", "fg": 4914 }, + { "id": "corner", "fg": [ 4916, 4918, 4917, 4915 ], "bg": 4761 }, + { "id": "t_connection", "fg": [ 4926, 4928, 4927, 4925 ] }, + { "id": "edge", "fg": [ 4920, 4919 ] }, + { "id": "end_piece", "fg": [ 4922, 4924, 4923, 4921 ] }, + { "id": "unconnected", "fg": [ 4929, 4929 ], "bg": 4761 } ] }, - { "id": "road_nesw_manhole", "fg": 4907, "bg": 4891 }, + { "id": "road_nesw_manhole", "fg": 4930, "bg": 4914 }, { "id": [ "house_farm", "farm_2", "farm_isherwood_2", "2farm_11" ], - "fg": [ 4909, 4908, 4910, 4911 ], - "bg": 4738, + "fg": [ 4932, 4931, 4933, 4934 ], + "bg": 4761, "rotates": true }, - { "id": [ "dairy_farm_SW", "ranch_camp_68" ], "fg": [ 4910, 4911, 4909, 4908 ], "bg": 4738, "rotates": true }, + { "id": [ "dairy_farm_SW", "ranch_camp_68" ], "fg": [ 4933, 4934, 4932, 4931 ], "bg": 4761, "rotates": true }, { "id": [ "house_farm_roof", "farm_2_roof", "farm_isherwood_2_roof", "2farm_roof_11" ], - "fg": [ 4909, 4908, 4910, 4911 ], - "bg": 4740, + "fg": [ 4932, 4931, 4933, 4934 ], + "bg": 4763, "rotates": true }, { "id": [ "dairy_farm_SW_roof", "ranch_camp_68_roof" ], - "fg": [ 4910, 4911, 4909, 4908 ], - "bg": 4740, + "fg": [ 4933, 4934, 4932, 4931 ], + "bg": 4763, "rotates": true }, - { "id": "farm_isherwood_2_cellar", "fg": [ 4909, 4908, 4910, 4911 ], "rotates": true }, - { "id": [ "2silos", "ranch_camp_57" ], "fg": [ 4913, 4912, 4913, 4912 ], "bg": 4738, "rotates": true }, + { "id": "farm_isherwood_2_cellar", "fg": [ 4932, 4931, 4933, 4934 ], "rotates": true }, + { "id": [ "2silos", "ranch_camp_57" ], "fg": [ 4936, 4935, 4936, 4935 ], "bg": 4761, "rotates": true }, { "id": [ "2silos_1", "2silos_2", "2silos_roof" ], - "fg": [ 4913, 4912, 4913, 4912 ], - "bg": 4740, + "fg": [ 4936, 4935, 4936, 4935 ], + "bg": 4763, "rotates": true }, - { "id": "slimepit_top", "fg": 4914, "bg": 4738 }, - { "id": [ "slimepit_bottom", "slimepit", "slimepit_down" ], "fg": 6143 }, - { "id": "hunter_shack", "fg": [ 4920, 4919, 4921, 4922 ], "bg": 4738, "rotates": true }, - { "id": "hunter_shack_1", "fg": [ 4917, 4915, 4916, 4918 ], "bg": 4738, "rotates": true }, - { "id": "hunter_shack_roof", "fg": [ 4920, 4919, 4921, 4922 ], "bg": 4740, "rotates": true }, - { "id": "hunter_shack_roof_1", "fg": [ 4917, 4915, 4916, 4918 ], "bg": 4740, "rotates": true }, - { "id": "ws_fire_lookout_tower_base", "fg": 4923, "bg": 4738, "rotates": false }, - { "id": "ws_fire_lookout_tower_f1", "fg": 4923, "bg": 4740 }, - { "id": [ "ws_fire_lookout_tower_f2", "ws_fire_lookout_tower_f3" ], "fg": 4924, "bg": 4740 }, - { "id": "t_reb_cage", "fg": 4926, "bg": 5936 }, + { "id": "slimepit_top", "fg": 4937, "bg": 4761 }, + { "id": [ "slimepit_bottom", "slimepit", "slimepit_down" ], "fg": 6166 }, + { "id": "hunter_shack", "fg": [ 4943, 4942, 4944, 4945 ], "bg": 4761, "rotates": true }, + { "id": "hunter_shack_1", "fg": [ 4940, 4938, 4939, 4941 ], "bg": 4761, "rotates": true }, + { "id": "hunter_shack_roof", "fg": [ 4943, 4942, 4944, 4945 ], "bg": 4763, "rotates": true }, + { "id": "hunter_shack_roof_1", "fg": [ 4940, 4938, 4939, 4941 ], "bg": 4763, "rotates": true }, + { "id": "ws_fire_lookout_tower_base", "fg": 4946, "bg": 4761, "rotates": false }, + { "id": "ws_fire_lookout_tower_f1", "fg": 4946, "bg": 4763 }, + { "id": [ "ws_fire_lookout_tower_f2", "ws_fire_lookout_tower_f3" ], "fg": 4947, "bg": 4763 }, + { "id": "t_reb_cage", "fg": 4949, "bg": 5959 }, { "id": "f_earthbag_half", "multitile": true, - "fg": 4942, - "bg": 5471, + "fg": 4965, + "bg": 5494, "additional_tiles": [ - { "id": "center", "fg": 4927 }, - { "id": "corner", "fg": [ 4929, 4931, 4930, 4928 ] }, - { "id": "t_connection", "fg": [ 4939, 4941, 4940, 4938 ] }, - { "id": "edge", "fg": [ 4933, 4932 ] }, - { "id": "end_piece", "fg": [ 4935, 4937, 4936, 4934 ] }, - { "id": "unconnected", "fg": [ 4942, 4942 ] } + { "id": "center", "fg": 4950 }, + { "id": "corner", "fg": [ 4952, 4954, 4953, 4951 ] }, + { "id": "t_connection", "fg": [ 4962, 4964, 4963, 4961 ] }, + { "id": "edge", "fg": [ 4956, 4955 ] }, + { "id": "end_piece", "fg": [ 4958, 4960, 4959, 4957 ] }, + { "id": "unconnected", "fg": [ 4965, 4965 ] } ] }, - { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 5676 }, - { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 6127 }, + { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 5699 }, + { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 6150 }, { "id": "t_splitrail_fence", "multitile": true, - "fg": 4985, - "bg": 5471, + "fg": 5008, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 4970 }, - { "id": "corner", "bg": 5471, "fg": [ 4972, 4974, 4973, 4971 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 4982, 4984, 4983, 4981 ] }, - { "id": "edge", "bg": 5471, "fg": [ 4976, 4975 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 4978, 4980, 4979, 4977 ] }, - { "bg": 5471, "id": "unconnected", "fg": [ 4985, 4985 ] } + { "id": "center", "bg": 5494, "fg": 4993 }, + { "id": "corner", "bg": 5494, "fg": [ 4995, 4997, 4996, 4994 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5005, 5007, 5006, 5004 ] }, + { "id": "edge", "bg": 5494, "fg": [ 4999, 4998 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5001, 5003, 5002, 5000 ] }, + { "bg": 5494, "id": "unconnected", "fg": [ 5008, 5008 ] } ] }, { "id": "t_splitrail_fence_season_summer", "multitile": true, - "fg": 4985, - "bg": 5481, + "fg": 5008, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": 4970 }, - { "id": "corner", "bg": 5481, "fg": [ 4972, 4974, 4973, 4971 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 4982, 4984, 4983, 4981 ] }, - { "id": "edge", "bg": 5481, "fg": [ 4976, 4975 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 4978, 4980, 4979, 4977 ] }, - { "bg": 5481, "id": "unconnected", "fg": [ 4985, 4985 ] } + { "id": "center", "bg": 5504, "fg": 4993 }, + { "id": "corner", "bg": 5504, "fg": [ 4995, 4997, 4996, 4994 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5005, 5007, 5006, 5004 ] }, + { "id": "edge", "bg": 5504, "fg": [ 4999, 4998 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5001, 5003, 5002, 5000 ] }, + { "bg": 5504, "id": "unconnected", "fg": [ 5008, 5008 ] } ] }, { "id": "t_splitrail_fence_season_autumn", "multitile": true, - "fg": 4985, - "bg": 5476, + "fg": 5008, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": 4970 }, - { "id": "corner", "bg": 5476, "fg": [ 4972, 4974, 4973, 4971 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 4982, 4984, 4983, 4981 ] }, - { "id": "edge", "bg": 5476, "fg": [ 4976, 4975 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 4978, 4980, 4979, 4977 ] }, - { "bg": 5476, "id": "unconnected", "fg": [ 4985, 4985 ] } + { "id": "center", "bg": 5499, "fg": 4993 }, + { "id": "corner", "bg": 5499, "fg": [ 4995, 4997, 4996, 4994 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5005, 5007, 5006, 5004 ] }, + { "id": "edge", "bg": 5499, "fg": [ 4999, 4998 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5001, 5003, 5002, 5000 ] }, + { "bg": 5499, "id": "unconnected", "fg": [ 5008, 5008 ] } ] }, { "id": "t_splitrail_fence_season_winter", "multitile": true, - "fg": 4985, - "bg": 4951, + "fg": 5008, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": 4970 }, - { "id": "corner", "bg": 4951, "fg": [ 4972, 4974, 4973, 4971 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 4982, 4984, 4983, 4981 ] }, - { "id": "edge", "bg": 4951, "fg": [ 4976, 4975 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 4978, 4980, 4979, 4977 ] }, - { "bg": 4951, "id": "unconnected", "fg": [ 4985, 4985 ] } + { "id": "center", "bg": 4974, "fg": 4993 }, + { "id": "corner", "bg": 4974, "fg": [ 4995, 4997, 4996, 4994 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5005, 5007, 5006, 5004 ] }, + { "id": "edge", "bg": 4974, "fg": [ 4999, 4998 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5001, 5003, 5002, 5000 ] }, + { "bg": 4974, "id": "unconnected", "fg": [ 5008, 5008 ] } ] }, - { "id": "t_stairs_down", "fg": 4986 }, - { "id": "t_wood_stairs_down", "fg": 4987 }, + { "id": "t_stairs_down", "fg": 5009 }, + { "id": "t_wood_stairs_down", "fg": 5010 }, { "id": "t_adobe_brick_wall", "multitile": true, - "fg": 5003, + "fg": 5026, "additional_tiles": [ - { "id": "center", "fg": 4988 }, - { "id": "corner", "fg": [ 4990, 4992, 4991, 4989 ] }, - { "id": "t_connection", "fg": [ 5000, 5002, 5001, 4999 ] }, - { "id": "edge", "fg": [ 4994, 4993 ] }, - { "id": "end_piece", "fg": [ 4996, 4998, 4997, 4995 ] }, - { "id": "unconnected", "fg": [ 5003, 5003 ] } + { "id": "center", "fg": 5011 }, + { "id": "corner", "fg": [ 5013, 5015, 5014, 5012 ] }, + { "id": "t_connection", "fg": [ 5023, 5025, 5024, 5022 ] }, + { "id": "edge", "fg": [ 5017, 5016 ] }, + { "id": "end_piece", "fg": [ 5019, 5021, 5020, 5018 ] }, + { "id": "unconnected", "fg": [ 5026, 5026 ] } ] }, - { "id": "t_bars", "fg": 5004 }, + { "id": "t_bars", "fg": 5027 }, { "id": "t_brick_wall", "multitile": true, - "fg": 5020, + "fg": 5043, "additional_tiles": [ - { "id": "center", "fg": 5005 }, - { "id": "corner", "fg": [ 5007, 5009, 5008, 5006 ] }, - { "id": "t_connection", "fg": [ 5017, 5019, 5018, 5016 ] }, - { "id": "edge", "fg": [ 5011, 5010 ] }, - { "id": "end_piece", "fg": [ 5013, 5015, 5014, 5012 ] }, - { "id": "unconnected", "fg": 5020 } + { "id": "center", "fg": 5028 }, + { "id": "corner", "fg": [ 5030, 5032, 5031, 5029 ] }, + { "id": "t_connection", "fg": [ 5040, 5042, 5041, 5039 ] }, + { "id": "edge", "fg": [ 5034, 5033 ] }, + { "id": "end_piece", "fg": [ 5036, 5038, 5037, 5035 ] }, + { "id": "unconnected", "fg": 5043 } ] }, { "id": "t_bridge", "multitile": true, - "fg": 5036, + "fg": 5059, "additional_tiles": [ - { "id": "center", "fg": 5021 }, - { "id": "corner", "fg": [ 5023, 5025, 5024, 5022 ] }, - { "id": "t_connection", "fg": [ 5033, 5035, 5034, 5032 ] }, - { "id": "edge", "fg": [ 5027, 5026 ] }, - { "id": "end_piece", "fg": [ 5029, 5031, 5030, 5028 ] }, - { "id": "unconnected", "fg": [ 5036, 5036 ] } + { "id": "center", "fg": 5044 }, + { "id": "corner", "fg": [ 5046, 5048, 5047, 5045 ] }, + { "id": "t_connection", "fg": [ 5056, 5058, 5057, 5055 ] }, + { "id": "edge", "fg": [ 5050, 5049 ] }, + { "id": "end_piece", "fg": [ 5052, 5054, 5053, 5051 ] }, + { "id": "unconnected", "fg": [ 5059, 5059 ] } ] }, { "id": "t_carpet_green", "multitile": true, - "fg": 5055, + "fg": 5078, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 5037 }, - { "weight": 1, "sprite": 5038 }, - { "weight": 1, "sprite": 5039 }, - { "weight": 1, "sprite": 5040 } + { "weight": 1, "sprite": 5060 }, + { "weight": 1, "sprite": 5061 }, + { "weight": 1, "sprite": 5062 }, + { "weight": 1, "sprite": 5063 } ] }, - { "id": "corner", "fg": [ 5042, 5044, 5043, 5041 ] }, - { "id": "t_connection", "fg": [ 5052, 5054, 5053, 5051 ] }, - { "id": "edge", "fg": [ 5046, 5045 ] }, - { "id": "end_piece", "fg": [ 5048, 5050, 5049, 5047 ] }, - { "id": "unconnected", "fg": 5055 } + { "id": "corner", "fg": [ 5065, 5067, 5066, 5064 ] }, + { "id": "t_connection", "fg": [ 5075, 5077, 5076, 5074 ] }, + { "id": "edge", "fg": [ 5069, 5068 ] }, + { "id": "end_piece", "fg": [ 5071, 5073, 5072, 5070 ] }, + { "id": "unconnected", "fg": 5078 } ] }, { "id": "t_carpet_purple", "multitile": true, - "fg": 5074, + "fg": 5097, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 5056 }, - { "weight": 1, "sprite": 5057 }, - { "weight": 1, "sprite": 5058 }, - { "weight": 1, "sprite": 5059 } + { "weight": 1, "sprite": 5079 }, + { "weight": 1, "sprite": 5080 }, + { "weight": 1, "sprite": 5081 }, + { "weight": 1, "sprite": 5082 } ] }, - { "id": "corner", "fg": [ 5061, 5063, 5062, 5060 ] }, - { "id": "t_connection", "fg": [ 5071, 5073, 5072, 5070 ] }, - { "id": "edge", "fg": [ 5065, 5064 ] }, - { "id": "end_piece", "fg": [ 5067, 5069, 5068, 5066 ] }, - { "id": "unconnected", "fg": 5074 } + { "id": "corner", "fg": [ 5084, 5086, 5085, 5083 ] }, + { "id": "t_connection", "fg": [ 5094, 5096, 5095, 5093 ] }, + { "id": "edge", "fg": [ 5088, 5087 ] }, + { "id": "end_piece", "fg": [ 5090, 5092, 5091, 5089 ] }, + { "id": "unconnected", "fg": 5097 } ] }, { "id": "t_carpet_red", "multitile": true, - "fg": 5090, + "fg": 5113, "additional_tiles": [ - { "id": "center", "fg": 5075 }, - { "id": "corner", "fg": [ 5077, 5079, 5078, 5076 ] }, - { "id": "t_connection", "fg": [ 5087, 5089, 5088, 5086 ] }, - { "id": "edge", "fg": [ 5081, 5080 ] }, - { "id": "end_piece", "fg": [ 5083, 5085, 5084, 5082 ] }, - { "id": "unconnected", "fg": 5090 } + { "id": "center", "fg": 5098 }, + { "id": "corner", "fg": [ 5100, 5102, 5101, 5099 ] }, + { "id": "t_connection", "fg": [ 5110, 5112, 5111, 5109 ] }, + { "id": "edge", "fg": [ 5104, 5103 ] }, + { "id": "end_piece", "fg": [ 5106, 5108, 5107, 5105 ] }, + { "id": "unconnected", "fg": 5113 } ] }, { "id": "t_carpet_yellow", "multitile": true, - "fg": 5106, + "fg": 5129, "additional_tiles": [ - { "id": "center", "fg": 5091 }, - { "id": "corner", "fg": [ 5093, 5095, 5094, 5092 ] }, - { "id": "t_connection", "fg": [ 5103, 5105, 5104, 5102 ] }, - { "id": "edge", "fg": [ 5097, 5096 ] }, - { "id": "end_piece", "fg": [ 5099, 5101, 5100, 5098 ] }, - { "id": "unconnected", "fg": 5106 } + { "id": "center", "fg": 5114 }, + { "id": "corner", "fg": [ 5116, 5118, 5117, 5115 ] }, + { "id": "t_connection", "fg": [ 5126, 5128, 5127, 5125 ] }, + { "id": "edge", "fg": [ 5120, 5119 ] }, + { "id": "end_piece", "fg": [ 5122, 5124, 5123, 5121 ] }, + { "id": "unconnected", "fg": 5129 } ] }, { "id": "t_chainfence", - "fg": 5122, + "fg": 5145, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5107, "bg": 5676 }, - { "id": "corner", "fg": [ 5109, 5111, 5110, 5108 ], "bg": 5676 }, - { "id": "t_connection", "fg": [ 5119, 5121, 5120, 5118 ], "bg": 5676 }, - { "id": "edge", "fg": [ 5113, 5112 ], "bg": 5676 }, - { "id": "end_piece", "fg": [ 5115, 5117, 5116, 5114 ], "bg": 5676 }, - { "id": "unconnected", "fg": [ 5122, 5122 ], "bg": 5676 } + { "id": "center", "fg": 5130, "bg": 5699 }, + { "id": "corner", "fg": [ 5132, 5134, 5133, 5131 ], "bg": 5699 }, + { "id": "t_connection", "fg": [ 5142, 5144, 5143, 5141 ], "bg": 5699 }, + { "id": "edge", "fg": [ 5136, 5135 ], "bg": 5699 }, + { "id": "end_piece", "fg": [ 5138, 5140, 5139, 5137 ], "bg": 5699 }, + { "id": "unconnected", "fg": [ 5145, 5145 ], "bg": 5699 } ], - "bg": 5676 + "bg": 5699 }, { "id": "t_chainfence_season_winter", - "fg": 5122, + "fg": 5145, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5107, "bg": 4951 }, - { "id": "corner", "fg": [ 5109, 5111, 5110, 5108 ], "bg": 4951 }, - { "id": "t_connection", "fg": [ 5119, 5121, 5120, 5118 ], "bg": 4951 }, - { "id": "edge", "fg": [ 5113, 5112 ], "bg": 4951 }, - { "id": "end_piece", "fg": [ 5115, 5117, 5116, 5114 ], "bg": 4951 }, - { "id": "unconnected", "fg": [ 5122, 5122 ], "bg": 4951 } + { "id": "center", "fg": 5130, "bg": 4974 }, + { "id": "corner", "fg": [ 5132, 5134, 5133, 5131 ], "bg": 4974 }, + { "id": "t_connection", "fg": [ 5142, 5144, 5143, 5141 ], "bg": 4974 }, + { "id": "edge", "fg": [ 5136, 5135 ], "bg": 4974 }, + { "id": "end_piece", "fg": [ 5138, 5140, 5139, 5137 ], "bg": 4974 }, + { "id": "unconnected", "fg": [ 5145, 5145 ], "bg": 4974 } ], - "bg": 4951 + "bg": 4974 }, { "id": "t_clay", "multitile": true, - "fg": 5138, - "bg": 5471, + "fg": 5161, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 5123 }, - { "id": "corner", "bg": 5471, "fg": [ 5125, 5127, 5126, 5124 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5135, 5137, 5136, 5134 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5129, 5128 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5131, 5133, 5132, 5130 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5138 } + { "id": "center", "bg": 5494, "fg": 5146 }, + { "id": "corner", "bg": 5494, "fg": [ 5148, 5150, 5149, 5147 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5158, 5160, 5159, 5157 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5152, 5151 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5154, 5156, 5155, 5153 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5161 } ] }, { "id": "t_clay_season_summer", "multitile": true, - "fg": 5138, - "bg": 5481, + "fg": 5161, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": 5123 }, - { "id": "corner", "bg": 5481, "fg": [ 5125, 5127, 5126, 5124 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5135, 5137, 5136, 5134 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5129, 5128 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5131, 5133, 5132, 5130 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5138 } + { "id": "center", "bg": 5504, "fg": 5146 }, + { "id": "corner", "bg": 5504, "fg": [ 5148, 5150, 5149, 5147 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5158, 5160, 5159, 5157 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5152, 5151 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5154, 5156, 5155, 5153 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5161 } ] }, { "id": "t_clay_season_autumn", "multitile": true, - "fg": 5138, - "bg": 5476, + "fg": 5161, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": 5123 }, - { "id": "corner", "bg": 5476, "fg": [ 5125, 5127, 5126, 5124 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5135, 5137, 5136, 5134 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5129, 5128 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5131, 5133, 5132, 5130 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5138 } + { "id": "center", "bg": 5499, "fg": 5146 }, + { "id": "corner", "bg": 5499, "fg": [ 5148, 5150, 5149, 5147 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5158, 5160, 5159, 5157 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5152, 5151 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5154, 5156, 5155, 5153 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5161 } ] }, { "id": "t_clay_season_winter", "multitile": true, - "fg": 5138, - "bg": 4951, + "fg": 5161, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": 5123 }, - { "id": "corner", "bg": 4951, "fg": [ 5125, 5127, 5126, 5124 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5135, 5137, 5136, 5134 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5129, 5128 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5131, 5133, 5132, 5130 ] }, - { "bg": 4951, "id": "unconnected", "fg": 5138 } + { "id": "center", "bg": 4974, "fg": 5146 }, + { "id": "corner", "bg": 4974, "fg": [ 5148, 5150, 5149, 5147 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5158, 5160, 5159, 5157 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5152, 5151 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5154, 5156, 5155, 5153 ] }, + { "bg": 4974, "id": "unconnected", "fg": 5161 } ] }, { "id": "t_concrete", "multitile": true, - "fg": 5154, + "fg": 5177, "additional_tiles": [ - { "id": "center", "fg": 5139 }, - { "id": "corner", "fg": [ 5141, 5143, 5142, 5140 ] }, - { "id": "t_connection", "fg": [ 5151, 5153, 5152, 5150 ] }, - { "id": "edge", "fg": [ 5145, 5144 ] }, - { "id": "end_piece", "fg": [ 5147, 5149, 5148, 5146 ] }, - { "id": "unconnected", "fg": 5154 } + { "id": "center", "fg": 5162 }, + { "id": "corner", "fg": [ 5164, 5166, 5165, 5163 ] }, + { "id": "t_connection", "fg": [ 5174, 5176, 5175, 5173 ] }, + { "id": "edge", "fg": [ 5168, 5167 ] }, + { "id": "end_piece", "fg": [ 5170, 5172, 5171, 5169 ] }, + { "id": "unconnected", "fg": 5177 } ] }, - { "id": "t_concrete_season_winter", "fg": 4951 }, + { "id": "t_concrete_season_winter", "fg": 4974 }, { "id": "t_concrete_wall", "multitile": true, - "fg": 5170, + "fg": 5193, "additional_tiles": [ - { "id": "center", "fg": 5155 }, - { "id": "corner", "fg": [ 5157, 5159, 5158, 5156 ] }, - { "id": "t_connection", "fg": [ 5167, 5169, 5168, 5166 ] }, - { "id": "edge", "fg": [ 5161, 5160 ] }, - { "id": "end_piece", "fg": [ 5163, 5165, 5164, 5162 ] }, - { "id": "unconnected", "fg": 5170 } + { "id": "center", "fg": 5178 }, + { "id": "corner", "fg": [ 5180, 5182, 5181, 5179 ] }, + { "id": "t_connection", "fg": [ 5190, 5192, 5191, 5189 ] }, + { "id": "edge", "fg": [ 5184, 5183 ] }, + { "id": "end_piece", "fg": [ 5186, 5188, 5187, 5185 ] }, + { "id": "unconnected", "fg": 5193 } ] }, { "id": "t_concrete_wall_flesh", - "fg": 5186, + "fg": 5209, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5171 }, - { "id": "corner", "fg": [ 5173, 5175, 5174, 5172 ] }, - { "id": "t_connection", "fg": [ 5183, 5185, 5184, 5182 ] }, - { "id": "edge", "fg": [ 5177, 5176 ] }, - { "id": "end_piece", "fg": [ 5179, 5181, 5180, 5178 ] }, - { "id": "unconnected", "fg": [ 5186, 5186 ] } + { "id": "center", "fg": 5194 }, + { "id": "corner", "fg": [ 5196, 5198, 5197, 5195 ] }, + { "id": "t_connection", "fg": [ 5206, 5208, 5207, 5205 ] }, + { "id": "edge", "fg": [ 5200, 5199 ] }, + { "id": "end_piece", "fg": [ 5202, 5204, 5203, 5201 ] }, + { "id": "unconnected", "fg": [ 5209, 5209 ] } ] }, { "id": "t_conveyor", "multitile": true, - "fg": 5202, - "bg": 6181, + "fg": 5225, + "bg": 6204, "additional_tiles": [ - { "id": "center", "bg": 6181, "fg": 5187 }, - { "id": "corner", "bg": 6181, "fg": [ 5189, 5191, 5190, 5188 ] }, - { "id": "t_connection", "bg": 6181, "fg": [ 5199, 5201, 5200, 5198 ] }, - { "id": "edge", "bg": 6181, "fg": [ 5193, 5192 ] }, - { "id": "end_piece", "bg": 6181, "fg": [ 5195, 5197, 5196, 5194 ] }, - { "bg": 6181, "id": "unconnected", "fg": [ 5202, 5202 ] } + { "id": "center", "bg": 6204, "fg": 5210 }, + { "id": "corner", "bg": 6204, "fg": [ 5212, 5214, 5213, 5211 ] }, + { "id": "t_connection", "bg": 6204, "fg": [ 5222, 5224, 5223, 5221 ] }, + { "id": "edge", "bg": 6204, "fg": [ 5216, 5215 ] }, + { "id": "end_piece", "bg": 6204, "fg": [ 5218, 5220, 5219, 5217 ] }, + { "bg": 6204, "id": "unconnected", "fg": [ 5225, 5225 ] } ] }, - { "id": "t_curtains", "fg": 5203 }, + { "id": "t_curtains", "fg": 5226 }, { "id": "t_dirt", - "fg": 5222, + "fg": 5245, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 100, "sprite": 5204 }, - { "weight": 100, "sprite": 5205 }, - { "weight": 100, "sprite": 5206 }, - { "weight": 100, "sprite": 5207 } + { "weight": 100, "sprite": 5227 }, + { "weight": 100, "sprite": 5228 }, + { "weight": 100, "sprite": 5229 }, + { "weight": 100, "sprite": 5230 } ] }, - { "id": "corner", "fg": [ 5209, 5211, 5210, 5208 ] }, - { "id": "t_connection", "fg": [ 5219, 5221, 5220, 5218 ] }, - { "id": "edge", "fg": [ 5213, 5212 ] }, - { "id": "end_piece", "fg": [ 5215, 5217, 5216, 5214 ] }, - { "id": "unconnected", "fg": [ 5222, 5222 ] } + { "id": "corner", "fg": [ 5232, 5234, 5233, 5231 ] }, + { "id": "t_connection", "fg": [ 5242, 5244, 5243, 5241 ] }, + { "id": "edge", "fg": [ 5236, 5235 ] }, + { "id": "end_piece", "fg": [ 5238, 5240, 5239, 5237 ] }, + { "id": "unconnected", "fg": [ 5245, 5245 ] } ] }, { "id": "t_dirt_season_autumn", - "fg": 5241, + "fg": 5264, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 5223, 5224, 5225, 5226 ] }, - { "id": "corner", "fg": [ 5228, 5230, 5229, 5227 ] }, - { "id": "t_connection", "fg": [ 5238, 5240, 5239, 5237 ] }, - { "id": "edge", "fg": [ 5232, 5231 ] }, - { "id": "end_piece", "fg": [ 5234, 5236, 5235, 5233 ] }, - { "id": "unconnected", "fg": [ 5241, 5241 ] } + { "id": "center", "fg": [ 5246, 5247, 5248, 5249 ] }, + { "id": "corner", "fg": [ 5251, 5253, 5252, 5250 ] }, + { "id": "t_connection", "fg": [ 5261, 5263, 5262, 5260 ] }, + { "id": "edge", "fg": [ 5255, 5254 ] }, + { "id": "end_piece", "fg": [ 5257, 5259, 5258, 5256 ] }, + { "id": "unconnected", "fg": [ 5264, 5264 ] } ] }, { "id": "t_dirt_season_summer", - "fg": 5260, + "fg": 5283, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 5242, 5243, 5244, 5245 ] }, - { "id": "corner", "fg": [ 5247, 5249, 5248, 5246 ] }, - { "id": "t_connection", "fg": [ 5257, 5259, 5258, 5256 ] }, - { "id": "edge", "fg": [ 5251, 5250 ] }, - { "id": "end_piece", "fg": [ 5253, 5255, 5254, 5252 ] }, - { "id": "unconnected", "fg": [ 5260, 5260 ] } + { "id": "center", "fg": [ 5265, 5266, 5267, 5268 ] }, + { "id": "corner", "fg": [ 5270, 5272, 5271, 5269 ] }, + { "id": "t_connection", "fg": [ 5280, 5282, 5281, 5279 ] }, + { "id": "edge", "fg": [ 5274, 5273 ] }, + { "id": "end_piece", "fg": [ 5276, 5278, 5277, 5275 ] }, + { "id": "unconnected", "fg": [ 5283, 5283 ] } ] }, { "id": "t_dirt_season_winter", "fg": [ - { "weight": 100, "sprite": 5261 }, - { "weight": 100, "sprite": 5262 }, - { "weight": 100, "sprite": 5263 }, - { "weight": 100, "sprite": 5264 } + { "weight": 100, "sprite": 5284 }, + { "weight": 100, "sprite": 5285 }, + { "weight": 100, "sprite": 5286 }, + { "weight": 100, "sprite": 5287 } ] }, { "id": "t_dirtfloor", "multitile": true, - "fg": 5280, - "additional_tiles": [ - { "id": "center", "fg": 5265 }, - { "id": "corner", "fg": [ 5267, 5269, 5268, 5266 ] }, - { "id": "t_connection", "fg": [ 5277, 5279, 5278, 5276 ] }, - { "id": "edge", "fg": [ 5271, 5270 ] }, - { "id": "end_piece", "fg": [ 5273, 5275, 5274, 5272 ] }, - { "id": "unconnected", "fg": 5280 } - ] - }, - { "id": "t_door_c", "fg": 5282 }, - { "id": "t_door_locked", "fg": 5283 }, - { "id": "t_door_o", "fg": 5284 }, - { "id": "t_door_b", "fg": 5281 }, - { "id": "t_door_boarded", "fg": 5285 }, - { "id": "t_door_boarded_damaged", "fg": 5286 }, - { "id": "t_door_glass_c", "fg": 5287 }, - { "id": "t_door_glass_o", "fg": 5288 }, - { "id": "t_door_lab_c", "fg": 5289 }, - { "id": "t_door_lab_o", "fg": 5290 }, - { "id": "t_door_metal_c_peep", "fg": 5291 }, - { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 5292 }, - { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 5299 }, { "weight": 100, "sprite": 5300 } ] }, + "fg": 5303, + "additional_tiles": [ + { "id": "center", "fg": 5288 }, + { "id": "corner", "fg": [ 5290, 5292, 5291, 5289 ] }, + { "id": "t_connection", "fg": [ 5300, 5302, 5301, 5299 ] }, + { "id": "edge", "fg": [ 5294, 5293 ] }, + { "id": "end_piece", "fg": [ 5296, 5298, 5297, 5295 ] }, + { "id": "unconnected", "fg": 5303 } + ] + }, + { "id": "t_door_c", "fg": 5305 }, + { "id": "t_door_locked", "fg": 5306 }, + { "id": "t_door_o", "fg": 5307 }, + { "id": "t_door_b", "fg": 5304 }, + { "id": "t_door_boarded", "fg": 5308 }, + { "id": "t_door_boarded_damaged", "fg": 5309 }, + { "id": "t_door_glass_c", "fg": 5310 }, + { "id": "t_door_glass_o", "fg": 5311 }, + { "id": "t_door_lab_c", "fg": 5312 }, + { "id": "t_door_lab_o", "fg": 5313 }, + { "id": "t_door_metal_c_peep", "fg": 5314 }, + { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 5315 }, + { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 5322 }, { "weight": 100, "sprite": 5323 } ] }, { "id": "t_fence_season_spring", "multitile": true, - "fg": 5316, - "bg": 5471, + "fg": 5339, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 5301 }, - { "id": "corner", "bg": 5471, "fg": [ 5303, 5305, 5304, 5302 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5313, 5315, 5314, 5312 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5307, 5306 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5309, 5311, 5310, 5308 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5316 } + { "id": "center", "bg": 5494, "fg": 5324 }, + { "id": "corner", "bg": 5494, "fg": [ 5326, 5328, 5327, 5325 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5336, 5338, 5337, 5335 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5330, 5329 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5332, 5334, 5333, 5331 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5339 } ] }, { "id": "t_fence_season_summer", "multitile": true, - "fg": 5316, - "bg": 5481, + "fg": 5339, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": 5301 }, - { "id": "corner", "bg": 5481, "fg": [ 5303, 5305, 5304, 5302 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5313, 5315, 5314, 5312 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5307, 5306 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5309, 5311, 5310, 5308 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5316 } + { "id": "center", "bg": 5504, "fg": 5324 }, + { "id": "corner", "bg": 5504, "fg": [ 5326, 5328, 5327, 5325 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5336, 5338, 5337, 5335 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5330, 5329 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5332, 5334, 5333, 5331 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5339 } ] }, { "id": "t_fence_season_autumn", "multitile": true, - "fg": 5316, - "bg": 5476, + "fg": 5339, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": 5301 }, - { "id": "corner", "bg": 5476, "fg": [ 5303, 5305, 5304, 5302 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5313, 5315, 5314, 5312 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5307, 5306 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5309, 5311, 5310, 5308 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5316 } + { "id": "center", "bg": 5499, "fg": 5324 }, + { "id": "corner", "bg": 5499, "fg": [ 5326, 5328, 5327, 5325 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5336, 5338, 5337, 5335 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5330, 5329 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5332, 5334, 5333, 5331 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5339 } ] }, { "id": "t_fence_season_winter", "multitile": true, - "fg": 5316, - "bg": 4951, - "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": 5301 }, - { "id": "corner", "bg": 4951, "fg": [ 5303, 5305, 5304, 5302 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5313, 5315, 5314, 5312 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5307, 5306 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5309, 5311, 5310, 5308 ] }, - { "bg": 4951, "id": "unconnected", "fg": 5316 } - ] - }, - { "id": "t_fencegate_c_season_spring", "fg": 5317, "bg": 5471 }, - { "id": "t_fencegate_c_season_summer", "fg": 5317, "bg": 5481 }, - { "id": "t_fencegate_c_season_autumn", "fg": 5317, "bg": 5476 }, - { "id": "t_fencegate_c_season_winter", "fg": 5317, "bg": 4951 }, - { "id": "t_fencegate_o_season_spring", "fg": 5318, "bg": 5471 }, - { "id": "t_fencegate_o_season_summer", "fg": 5318, "bg": 5481 }, - { "id": "t_fencegate_o_season_autumn", "fg": 5318, "bg": 5476 }, - { "id": "t_fencegate_o_season_winter", "fg": 5318, "bg": 4951 }, - { "id": "t_fence_post_season_spring", "fg": 5316, "bg": 5471 }, - { "id": "t_fence_post_season_summer", "fg": 5316, "bg": 5481 }, - { "id": "t_fence_post_season_autumn", "fg": 5316, "bg": 5476 }, - { "id": "t_fence_post_season_winter", "fg": 5316, "bg": 4951 }, + "fg": 5339, + "bg": 4974, + "additional_tiles": [ + { "id": "center", "bg": 4974, "fg": 5324 }, + { "id": "corner", "bg": 4974, "fg": [ 5326, 5328, 5327, 5325 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5336, 5338, 5337, 5335 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5330, 5329 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5332, 5334, 5333, 5331 ] }, + { "bg": 4974, "id": "unconnected", "fg": 5339 } + ] + }, + { "id": "t_fencegate_c_season_spring", "fg": 5340, "bg": 5494 }, + { "id": "t_fencegate_c_season_summer", "fg": 5340, "bg": 5504 }, + { "id": "t_fencegate_c_season_autumn", "fg": 5340, "bg": 5499 }, + { "id": "t_fencegate_c_season_winter", "fg": 5340, "bg": 4974 }, + { "id": "t_fencegate_o_season_spring", "fg": 5341, "bg": 5494 }, + { "id": "t_fencegate_o_season_summer", "fg": 5341, "bg": 5504 }, + { "id": "t_fencegate_o_season_autumn", "fg": 5341, "bg": 5499 }, + { "id": "t_fencegate_o_season_winter", "fg": 5341, "bg": 4974 }, + { "id": "t_fence_post_season_spring", "fg": 5339, "bg": 5494 }, + { "id": "t_fence_post_season_summer", "fg": 5339, "bg": 5504 }, + { "id": "t_fence_post_season_autumn", "fg": 5339, "bg": 5499 }, + { "id": "t_fence_post_season_winter", "fg": 5339, "bg": 4974 }, { "id": "t_fence_barbed_season_spring", "multitile": true, - "fg": 5334, - "bg": 5471, + "fg": 5357, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 5319 }, - { "id": "corner", "bg": 5471, "fg": [ 5321, 5323, 5322, 5320 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5331, 5333, 5332, 5330 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5325, 5324 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5327, 5329, 5328, 5326 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5334 } + { "id": "center", "bg": 5494, "fg": 5342 }, + { "id": "corner", "bg": 5494, "fg": [ 5344, 5346, 5345, 5343 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5354, 5356, 5355, 5353 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5348, 5347 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5350, 5352, 5351, 5349 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5357 } ] }, { "id": "t_fence_barbed_season_summer", "multitile": true, - "fg": 5334, - "bg": 5481, + "fg": 5357, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": 5319 }, - { "id": "corner", "bg": 5481, "fg": [ 5321, 5323, 5322, 5320 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5331, 5333, 5332, 5330 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5325, 5324 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5327, 5329, 5328, 5326 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5334 } + { "id": "center", "bg": 5504, "fg": 5342 }, + { "id": "corner", "bg": 5504, "fg": [ 5344, 5346, 5345, 5343 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5354, 5356, 5355, 5353 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5348, 5347 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5350, 5352, 5351, 5349 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5357 } ] }, { "id": "t_fence_barbed_season_autumn", "multitile": true, - "fg": 5334, - "bg": 5476, + "fg": 5357, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": 5319 }, - { "id": "corner", "bg": 5476, "fg": [ 5321, 5323, 5322, 5320 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5331, 5333, 5332, 5330 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5325, 5324 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5327, 5329, 5328, 5326 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5334 } + { "id": "center", "bg": 5499, "fg": 5342 }, + { "id": "corner", "bg": 5499, "fg": [ 5344, 5346, 5345, 5343 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5354, 5356, 5355, 5353 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5348, 5347 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5350, 5352, 5351, 5349 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5357 } ] }, { "id": "t_fence_barbed_season_winter", "multitile": true, - "fg": 5334, - "bg": 4951, + "fg": 5357, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": 5319 }, - { "id": "corner", "bg": 4951, "fg": [ 5321, 5323, 5322, 5320 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5331, 5333, 5332, 5330 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5325, 5324 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5327, 5329, 5328, 5326 ] }, - { "bg": 4951, "id": "unconnected", "fg": 5334 } + { "id": "center", "bg": 4974, "fg": 5342 }, + { "id": "corner", "bg": 4974, "fg": [ 5344, 5346, 5345, 5343 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5354, 5356, 5355, 5353 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5348, 5347 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5350, 5352, 5351, 5349 ] }, + { "bg": 4974, "id": "unconnected", "fg": 5357 } ] }, { "id": "t_fence_rope_season_spring", - "fg": 5351, + "fg": 5374, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5336, "bg": 5204 }, - { "id": "corner", "fg": [ 5338, 5340, 5339, 5337 ], "bg": [ 5209, 5211, 5210, 5208 ] }, - { "id": "t_connection", "fg": [ 5348, 5350, 5349, 5347 ], "bg": [ 5219, 5221, 5220, 5218 ] }, - { "id": "edge", "fg": [ 5342, 5341 ], "bg": [ 5213, 5212 ] }, - { "id": "end_piece", "fg": [ 5344, 5346, 5345, 5343 ], "bg": [ 5215, 5217, 5216, 5214 ] }, - { "id": "unconnected", "fg": [ 5351, 5351 ], "bg": [ 5222, 5222 ] } + { "id": "center", "fg": 5359, "bg": 5227 }, + { "id": "corner", "fg": [ 5361, 5363, 5362, 5360 ], "bg": [ 5232, 5234, 5233, 5231 ] }, + { "id": "t_connection", "fg": [ 5371, 5373, 5372, 5370 ], "bg": [ 5242, 5244, 5243, 5241 ] }, + { "id": "edge", "fg": [ 5365, 5364 ], "bg": [ 5236, 5235 ] }, + { "id": "end_piece", "fg": [ 5367, 5369, 5368, 5366 ], "bg": [ 5238, 5240, 5239, 5237 ] }, + { "id": "unconnected", "fg": [ 5374, 5374 ], "bg": [ 5245, 5245 ] } ] }, { "id": "t_fence_rope_season_summer", - "fg": 5351, + "fg": 5374, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5336, "bg": 5242 }, - { "id": "corner", "fg": [ 5338, 5340, 5339, 5337 ], "bg": [ 5247, 5249, 5248, 5246 ] }, - { "id": "t_connection", "fg": [ 5348, 5350, 5349, 5347 ], "bg": [ 5257, 5259, 5258, 5256 ] }, - { "id": "edge", "fg": [ 5342, 5341 ], "bg": [ 5251, 5250 ] }, - { "id": "end_piece", "fg": [ 5344, 5346, 5345, 5343 ], "bg": [ 5253, 5255, 5254, 5252 ] }, - { "id": "unconnected", "fg": [ 5351, 5351 ], "bg": [ 5260, 5260 ] } + { "id": "center", "fg": 5359, "bg": 5265 }, + { "id": "corner", "fg": [ 5361, 5363, 5362, 5360 ], "bg": [ 5270, 5272, 5271, 5269 ] }, + { "id": "t_connection", "fg": [ 5371, 5373, 5372, 5370 ], "bg": [ 5280, 5282, 5281, 5279 ] }, + { "id": "edge", "fg": [ 5365, 5364 ], "bg": [ 5274, 5273 ] }, + { "id": "end_piece", "fg": [ 5367, 5369, 5368, 5366 ], "bg": [ 5276, 5278, 5277, 5275 ] }, + { "id": "unconnected", "fg": [ 5374, 5374 ], "bg": [ 5283, 5283 ] } ] }, { "id": "t_fence_rope_season_autumn", - "fg": 5351, + "fg": 5374, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5336, "bg": 5223 }, - { "id": "corner", "fg": [ 5338, 5340, 5339, 5337 ], "bg": [ 5228, 5230, 5229, 5227 ] }, - { "id": "t_connection", "fg": [ 5348, 5350, 5349, 5347 ], "bg": [ 5238, 5240, 5239, 5237 ] }, - { "id": "edge", "fg": [ 5342, 5341 ], "bg": [ 5232, 5231 ] }, - { "id": "end_piece", "fg": [ 5344, 5346, 5345, 5343 ], "bg": [ 5234, 5236, 5235, 5233 ] }, - { "id": "unconnected", "fg": [ 5351, 5351 ], "bg": [ 5241, 5241 ] } + { "id": "center", "fg": 5359, "bg": 5246 }, + { "id": "corner", "fg": [ 5361, 5363, 5362, 5360 ], "bg": [ 5251, 5253, 5252, 5250 ] }, + { "id": "t_connection", "fg": [ 5371, 5373, 5372, 5370 ], "bg": [ 5261, 5263, 5262, 5260 ] }, + { "id": "edge", "fg": [ 5365, 5364 ], "bg": [ 5255, 5254 ] }, + { "id": "end_piece", "fg": [ 5367, 5369, 5368, 5366 ], "bg": [ 5257, 5259, 5258, 5256 ] }, + { "id": "unconnected", "fg": [ 5374, 5374 ], "bg": [ 5264, 5264 ] } ] }, { "id": "t_fence_rope_season_winter", - "fg": 5351, + "fg": 5374, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 5336, + "fg": 5359, "bg": [ - { "weight": 100, "sprite": 5261 }, - { "weight": 100, "sprite": 5262 }, - { "weight": 100, "sprite": 5263 }, - { "weight": 100, "sprite": 5264 } + { "weight": 100, "sprite": 5284 }, + { "weight": 100, "sprite": 5285 }, + { "weight": 100, "sprite": 5286 }, + { "weight": 100, "sprite": 5287 } ] }, { "id": "corner", - "fg": [ 5338, 5340, 5339, 5337 ], + "fg": [ 5361, 5363, 5362, 5360 ], "bg": [ - { "weight": 100, "sprite": 5261 }, - { "weight": 100, "sprite": 5262 }, - { "weight": 100, "sprite": 5263 }, - { "weight": 100, "sprite": 5264 } + { "weight": 100, "sprite": 5284 }, + { "weight": 100, "sprite": 5285 }, + { "weight": 100, "sprite": 5286 }, + { "weight": 100, "sprite": 5287 } ] }, { "id": "t_connection", - "fg": [ 5348, 5350, 5349, 5347 ], + "fg": [ 5371, 5373, 5372, 5370 ], "bg": [ - { "weight": 100, "sprite": 5261 }, - { "weight": 100, "sprite": 5262 }, - { "weight": 100, "sprite": 5263 }, - { "weight": 100, "sprite": 5264 } + { "weight": 100, "sprite": 5284 }, + { "weight": 100, "sprite": 5285 }, + { "weight": 100, "sprite": 5286 }, + { "weight": 100, "sprite": 5287 } ] }, { "id": "edge", - "fg": [ 5342, 5341 ], + "fg": [ 5365, 5364 ], "bg": [ - { "weight": 100, "sprite": 5261 }, - { "weight": 100, "sprite": 5262 }, - { "weight": 100, "sprite": 5263 }, - { "weight": 100, "sprite": 5264 } + { "weight": 100, "sprite": 5284 }, + { "weight": 100, "sprite": 5285 }, + { "weight": 100, "sprite": 5286 }, + { "weight": 100, "sprite": 5287 } ] }, { "id": "end_piece", - "fg": [ 5344, 5346, 5345, 5343 ], + "fg": [ 5367, 5369, 5368, 5366 ], "bg": [ - { "weight": 100, "sprite": 5261 }, - { "weight": 100, "sprite": 5262 }, - { "weight": 100, "sprite": 5263 }, - { "weight": 100, "sprite": 5264 } + { "weight": 100, "sprite": 5284 }, + { "weight": 100, "sprite": 5285 }, + { "weight": 100, "sprite": 5286 }, + { "weight": 100, "sprite": 5287 } ] }, { "id": "unconnected", - "fg": [ 5351, 5351 ], + "fg": [ 5374, 5374 ], "bg": [ - { "weight": 100, "sprite": 5261 }, - { "weight": 100, "sprite": 5262 }, - { "weight": 100, "sprite": 5263 }, - { "weight": 100, "sprite": 5264 } + { "weight": 100, "sprite": 5284 }, + { "weight": 100, "sprite": 5285 }, + { "weight": 100, "sprite": 5286 }, + { "weight": 100, "sprite": 5287 } ] } ] @@ -6680,3222 +6694,3229 @@ { "id": "t_fence_wire_season_spring", "multitile": true, - "fg": 5367, - "bg": 5471, + "fg": 5390, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 5352 }, - { "id": "corner", "bg": 5471, "fg": [ 5354, 5356, 5355, 5353 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5364, 5366, 5365, 5363 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5358, 5357 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5360, 5362, 5361, 5359 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5367 } + { "id": "center", "bg": 5494, "fg": 5375 }, + { "id": "corner", "bg": 5494, "fg": [ 5377, 5379, 5378, 5376 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5387, 5389, 5388, 5386 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5381, 5380 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5383, 5385, 5384, 5382 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5390 } ] }, { "id": "t_fence_wire_season_summer", "multitile": true, - "fg": 5367, - "bg": 5481, + "fg": 5390, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": 5352 }, - { "id": "corner", "bg": 5481, "fg": [ 5354, 5356, 5355, 5353 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5364, 5366, 5365, 5363 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5358, 5357 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5360, 5362, 5361, 5359 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5367 } + { "id": "center", "bg": 5504, "fg": 5375 }, + { "id": "corner", "bg": 5504, "fg": [ 5377, 5379, 5378, 5376 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5387, 5389, 5388, 5386 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5381, 5380 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5383, 5385, 5384, 5382 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5390 } ] }, { "id": "t_fence_wire_season_autumn", "multitile": true, - "fg": 5367, - "bg": 5476, + "fg": 5390, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": 5352 }, - { "id": "corner", "bg": 5476, "fg": [ 5354, 5356, 5355, 5353 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5364, 5366, 5365, 5363 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5358, 5357 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5360, 5362, 5361, 5359 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5367 } + { "id": "center", "bg": 5499, "fg": 5375 }, + { "id": "corner", "bg": 5499, "fg": [ 5377, 5379, 5378, 5376 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5387, 5389, 5388, 5386 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5381, 5380 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5383, 5385, 5384, 5382 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5390 } ] }, { "id": "t_fence_wire_season_winter", "multitile": true, - "fg": 5367, - "bg": 4951, + "fg": 5390, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": 5352 }, - { "id": "corner", "bg": 4951, "fg": [ 5354, 5356, 5355, 5353 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5364, 5366, 5365, 5363 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5358, 5357 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5360, 5362, 5361, 5359 ] }, - { "bg": 4951, "id": "unconnected", "fg": 5367 } + { "id": "center", "bg": 4974, "fg": 5375 }, + { "id": "corner", "bg": 4974, "fg": [ 5377, 5379, 5378, 5376 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5387, 5389, 5388, 5386 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5381, 5380 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5383, 5385, 5384, 5382 ] }, + { "bg": 4974, "id": "unconnected", "fg": 5390 } ] }, { "id": "t_floor", "multitile": true, - "fg": 5385, + "fg": 5408, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 5368 }, { "weight": 1, "sprite": 5369 }, { "weight": 1, "sprite": 5370 } ] + "fg": [ { "weight": 1, "sprite": 5391 }, { "weight": 1, "sprite": 5392 }, { "weight": 1, "sprite": 5393 } ] }, - { "id": "corner", "fg": [ 5372, 5374, 5373, 5371 ] }, - { "id": "t_connection", "fg": [ 5382, 5384, 5383, 5381 ] }, - { "id": "edge", "fg": [ 5376, 5375 ] }, - { "id": "end_piece", "fg": [ 5378, 5380, 5379, 5377 ] }, - { "id": "unconnected", "fg": 5385 } + { "id": "corner", "fg": [ 5395, 5397, 5396, 5394 ] }, + { "id": "t_connection", "fg": [ 5405, 5407, 5406, 5404 ] }, + { "id": "edge", "fg": [ 5399, 5398 ] }, + { "id": "end_piece", "fg": [ 5401, 5403, 5402, 5400 ] }, + { "id": "unconnected", "fg": 5408 } ] }, { "id": "t_floor_resin", "multitile": true, - "fg": 5401, + "fg": 5424, "additional_tiles": [ - { "id": "center", "fg": 5386 }, - { "id": "corner", "fg": [ 5388, 5390, 5389, 5387 ] }, - { "id": "t_connection", "fg": [ 5398, 5400, 5399, 5397 ] }, - { "id": "edge", "fg": [ 5392, 5391 ] }, - { "id": "end_piece", "fg": [ 5394, 5396, 5395, 5393 ] }, - { "id": "unconnected", "fg": 5401 } + { "id": "center", "fg": 5409 }, + { "id": "corner", "fg": [ 5411, 5413, 5412, 5410 ] }, + { "id": "t_connection", "fg": [ 5421, 5423, 5422, 5420 ] }, + { "id": "edge", "fg": [ 5415, 5414 ] }, + { "id": "end_piece", "fg": [ 5417, 5419, 5418, 5416 ] }, + { "id": "unconnected", "fg": 5424 } ] }, { "id": "t_floor_wax", "multitile": true, - "fg": 5417, + "fg": 5440, "additional_tiles": [ - { "id": "center", "fg": 5402 }, - { "id": "corner", "fg": [ 5404, 5406, 5405, 5403 ] }, - { "id": "t_connection", "fg": [ 5414, 5416, 5415, 5413 ] }, - { "id": "edge", "fg": [ 5408, 5407 ] }, - { "id": "end_piece", "fg": [ 5410, 5412, 5411, 5409 ] }, - { "id": "unconnected", "fg": 5417 } + { "id": "center", "fg": 5425 }, + { "id": "corner", "fg": [ 5427, 5429, 5428, 5426 ] }, + { "id": "t_connection", "fg": [ 5437, 5439, 5438, 5436 ] }, + { "id": "edge", "fg": [ 5431, 5430 ] }, + { "id": "end_piece", "fg": [ 5433, 5435, 5434, 5432 ] }, + { "id": "unconnected", "fg": 5440 } ] }, { "id": "t_floor_waxed", "multitile": true, - "fg": 5433, + "fg": 5456, "additional_tiles": [ - { "id": "center", "fg": 5418 }, - { "id": "corner", "fg": [ 5420, 5422, 5421, 5419 ] }, - { "id": "t_connection", "fg": [ 5430, 5432, 5431, 5429 ] }, - { "id": "edge", "fg": [ 5424, 5423 ] }, - { "id": "end_piece", "fg": [ 5426, 5428, 5427, 5425 ] }, - { "id": "unconnected", "fg": 5433 } + { "id": "center", "fg": 5441 }, + { "id": "corner", "fg": [ 5443, 5445, 5444, 5442 ] }, + { "id": "t_connection", "fg": [ 5453, 5455, 5454, 5452 ] }, + { "id": "edge", "fg": [ 5447, 5446 ] }, + { "id": "end_piece", "fg": [ 5449, 5451, 5450, 5448 ] }, + { "id": "unconnected", "fg": 5456 } ] }, { "id": "t_floor_waxed_y", "multitile": true, - "fg": 5449, + "fg": 5472, "additional_tiles": [ - { "id": "center", "fg": 5434 }, - { "id": "corner", "fg": [ 5436, 5438, 5437, 5435 ] }, - { "id": "t_connection", "fg": [ 5446, 5448, 5447, 5445 ] }, - { "id": "edge", "fg": [ 5440, 5439 ] }, - { "id": "end_piece", "fg": [ 5442, 5444, 5443, 5441 ] }, - { "id": "unconnected", "fg": 5449 } + { "id": "center", "fg": 5457 }, + { "id": "corner", "fg": [ 5459, 5461, 5460, 5458 ] }, + { "id": "t_connection", "fg": [ 5469, 5471, 5470, 5468 ] }, + { "id": "edge", "fg": [ 5463, 5462 ] }, + { "id": "end_piece", "fg": [ 5465, 5467, 5466, 5464 ] }, + { "id": "unconnected", "fg": 5472 } ] }, { "id": [ "t_fungus", "t_fungus_floor_out" ], "multitile": true, - "fg": 5465, - "bg": 5471, + "fg": 5488, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 5450 }, - { "id": "corner", "bg": 5471, "fg": [ 5452, 5454, 5453, 5451 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5462, 5464, 5463, 5461 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5456, 5455 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5458, 5460, 5459, 5457 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5465 } + { "id": "center", "bg": 5494, "fg": 5473 }, + { "id": "corner", "bg": 5494, "fg": [ 5475, 5477, 5476, 5474 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5485, 5487, 5486, 5484 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5479, 5478 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5481, 5483, 5482, 5480 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5488 } ] }, { "id": "t_fungus_season_summer", "multitile": true, - "fg": 5465, - "bg": 5481, + "fg": 5488, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": 5450 }, - { "id": "corner", "bg": 5481, "fg": [ 5452, 5454, 5453, 5451 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5462, 5464, 5463, 5461 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5456, 5455 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5458, 5460, 5459, 5457 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5465 } + { "id": "center", "bg": 5504, "fg": 5473 }, + { "id": "corner", "bg": 5504, "fg": [ 5475, 5477, 5476, 5474 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5485, 5487, 5486, 5484 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5479, 5478 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5481, 5483, 5482, 5480 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5488 } ] }, { "id": "t_fungus_season_autumn", "multitile": true, - "fg": 5465, - "bg": 5476, + "fg": 5488, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": 5450 }, - { "id": "corner", "bg": 5476, "fg": [ 5452, 5454, 5453, 5451 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5462, 5464, 5463, 5461 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5456, 5455 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5458, 5460, 5459, 5457 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5465 } + { "id": "center", "bg": 5499, "fg": 5473 }, + { "id": "corner", "bg": 5499, "fg": [ 5475, 5477, 5476, 5474 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5485, 5487, 5486, 5484 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5479, 5478 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5481, 5483, 5482, 5480 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5488 } ] }, { "id": "t_fungus_season_winter", "multitile": true, - "fg": 5465, - "bg": 4951, + "fg": 5488, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": 5450 }, - { "id": "corner", "bg": 4951, "fg": [ 5452, 5454, 5453, 5451 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5462, 5464, 5463, 5461 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5456, 5455 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5458, 5460, 5459, 5457 ] }, - { "bg": 4951, "id": "unconnected", "fg": 5465 } + { "id": "center", "bg": 4974, "fg": 5473 }, + { "id": "corner", "bg": 4974, "fg": [ 5475, 5477, 5476, 5474 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5485, 5487, 5486, 5484 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5479, 5478 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5481, 5483, 5482, 5480 ] }, + { "bg": 4974, "id": "unconnected", "fg": 5488 } ] }, { "id": [ "t_fungus_floor_in", "t_fungus_floor_sup" ], "multitile": true, - "fg": 5465, - "bg": 6181, - "additional_tiles": [ - { "id": "center", "bg": 6181, "fg": 5450 }, - { "id": "corner", "bg": 6181, "fg": [ 5452, 5454, 5453, 5451 ] }, - { "id": "t_connection", "bg": 6181, "fg": [ 5462, 5464, 5463, 5461 ] }, - { "id": "edge", "bg": 6181, "fg": [ 5456, 5455 ] }, - { "id": "end_piece", "bg": 6181, "fg": [ 5458, 5460, 5459, 5457 ] }, - { "bg": 6181, "id": "unconnected", "fg": [ 5465, 5465 ] } - ] - }, - { "id": "t_shrub_fungal", "fg": 6086, "bg": 5450 }, - { "id": "t_gates_mech_control", "fg": 5466, "bg": 6181 }, - { "id": "t_gates_mech_control_lab", "fg": 5467, "bg": 6181 }, - { "id": "t_gates_control_concrete", "fg": 5468, "bg": 5170 }, - { "id": "t_gates_control_concrete_lab", "fg": 5467, "bg": 7710 }, - { "id": "t_gates_control_brick", "fg": 5468, "bg": 5020 }, - { "id": "t_gates_control_brick_lab", "fg": 5467, "bg": 5020 }, - { "id": "t_gates_control_metal", "fg": 5468, "bg": 6288 }, - { "id": "t_gates_control_metal_lab", "fg": 5467, "bg": 6288 }, - { "id": "t_elevator_control", "fg": 5469, "bg": 6181 }, - { "id": "t_elevator_control_off", "fg": 5470, "bg": 6181 }, + "fg": 5488, + "bg": 6204, + "additional_tiles": [ + { "id": "center", "bg": 6204, "fg": 5473 }, + { "id": "corner", "bg": 6204, "fg": [ 5475, 5477, 5476, 5474 ] }, + { "id": "t_connection", "bg": 6204, "fg": [ 5485, 5487, 5486, 5484 ] }, + { "id": "edge", "bg": 6204, "fg": [ 5479, 5478 ] }, + { "id": "end_piece", "bg": 6204, "fg": [ 5481, 5483, 5482, 5480 ] }, + { "bg": 6204, "id": "unconnected", "fg": [ 5488, 5488 ] } + ] + }, + { "id": "t_shrub_fungal", "fg": 6109, "bg": 5473 }, + { "id": "t_gates_mech_control", "fg": 5489, "bg": 6204 }, + { "id": "t_gates_mech_control_lab", "fg": 5490, "bg": 6204 }, + { "id": "t_gates_control_concrete", "fg": 5491, "bg": 5193 }, + { "id": "t_gates_control_concrete_lab", "fg": 5490, "bg": 7741 }, + { "id": "t_gates_control_brick", "fg": 5491, "bg": 5043 }, + { "id": "t_gates_control_brick_lab", "fg": 5490, "bg": 5043 }, + { "id": "t_gates_control_metal", "fg": 5491, "bg": 6311 }, + { "id": "t_gates_control_metal_lab", "fg": 5490, "bg": 6311 }, + { "id": "t_elevator_control", "fg": 5492, "bg": 6204 }, + { "id": "t_elevator_control_off", "fg": 5493, "bg": 6204 }, { "id": "t_grass", "fg": [ - { "weight": 1, "sprite": 5472 }, - { "weight": 1, "sprite": 5473 }, - { "weight": 1, "sprite": 5474 }, - { "weight": 1, "sprite": 5475 } + { "weight": 1, "sprite": 5495 }, + { "weight": 1, "sprite": 5496 }, + { "weight": 1, "sprite": 5497 }, + { "weight": 1, "sprite": 5498 } ] }, { "id": "t_grass_season_summer", "fg": [ - { "weight": 1, "sprite": 5482 }, - { "weight": 1, "sprite": 5483 }, - { "weight": 1, "sprite": 5484 }, - { "weight": 1, "sprite": 5485 } + { "weight": 1, "sprite": 5505 }, + { "weight": 1, "sprite": 5506 }, + { "weight": 1, "sprite": 5507 }, + { "weight": 1, "sprite": 5508 } ] }, { "id": "t_grass_season_autumn", "fg": [ - { "weight": 1, "sprite": 5477 }, - { "weight": 1, "sprite": 5478 }, - { "weight": 1, "sprite": 5479 }, - { "weight": 1, "sprite": 5480 } + { "weight": 1, "sprite": 5500 }, + { "weight": 1, "sprite": 5501 }, + { "weight": 1, "sprite": 5502 }, + { "weight": 1, "sprite": 5503 } ] }, { "id": "t_grass_season_winter", - "fg": 4969, - "bg": 4951, + "fg": 4992, + "bg": 4974, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 4951 }, - { "weight": 1, "sprite": 4952 }, - { "weight": 1, "sprite": 4953 }, - { "weight": 1, "sprite": 4954 } + { "weight": 1, "sprite": 4974 }, + { "weight": 1, "sprite": 4975 }, + { "weight": 1, "sprite": 4976 }, + { "weight": 1, "sprite": 4977 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 4956, 4958, 4957, 4955 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 4966, 4968, 4967, 4965 ] }, - { "id": "edge", "bg": 4951, "fg": [ 4960, 4959 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 4962, 4964, 4963, 4961 ] }, - { "bg": 4951, "id": "unconnected", "fg": 4969 } + { "id": "corner", "bg": 4974, "fg": [ 4979, 4981, 4980, 4978 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 4989, 4991, 4990, 4988 ] }, + { "id": "edge", "bg": 4974, "fg": [ 4983, 4982 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 4985, 4987, 4986, 4984 ] }, + { "bg": 4974, "id": "unconnected", "fg": 4992 } ] }, { "id": "t_grass_dead", "multitile": true, - "fg": 5501, - "bg": 5471, + "fg": 5524, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 5486 }, - { "id": "corner", "bg": 5471, "fg": [ 5488, 5490, 5489, 5487 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5498, 5500, 5499, 5497 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5492, 5491 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5494, 5496, 5495, 5493 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5501 } + { "id": "center", "bg": 5494, "fg": 5509 }, + { "id": "corner", "bg": 5494, "fg": [ 5511, 5513, 5512, 5510 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5521, 5523, 5522, 5520 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5515, 5514 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5517, 5519, 5518, 5516 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5524 } ] }, { "id": "t_grass_dead_season_summer", "multitile": true, - "fg": 5533, - "bg": 5481, + "fg": 5556, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": 5518 }, - { "id": "corner", "bg": 5481, "fg": [ 5520, 5522, 5521, 5519 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5530, 5532, 5531, 5529 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5524, 5523 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5526, 5528, 5527, 5525 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5533 } + { "id": "center", "bg": 5504, "fg": 5541 }, + { "id": "corner", "bg": 5504, "fg": [ 5543, 5545, 5544, 5542 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5553, 5555, 5554, 5552 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5547, 5546 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5549, 5551, 5550, 5548 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5556 } ] }, { "id": "t_grass_dead_season_autumn", "multitile": true, - "fg": 5517, - "bg": 5476, + "fg": 5540, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": 5502 }, - { "id": "corner", "bg": 5476, "fg": [ 5504, 5506, 5505, 5503 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5514, 5516, 5515, 5513 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5508, 5507 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5510, 5512, 5511, 5509 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5517 } + { "id": "center", "bg": 5499, "fg": 5525 }, + { "id": "corner", "bg": 5499, "fg": [ 5527, 5529, 5528, 5526 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5537, 5539, 5538, 5536 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5531, 5530 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5533, 5535, 5534, 5532 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5540 } ] }, { "id": "t_grass_dead_season_winter", "multitile": true, - "fg": 4969, - "bg": 4951, + "fg": 4992, + "bg": 4974, "additional_tiles": [ { "id": "center", - "bg": 4951, + "bg": 4974, "fg": [ - { "weight": 1, "sprite": 4951 }, - { "weight": 1, "sprite": 4952 }, - { "weight": 1, "sprite": 4953 }, - { "weight": 1, "sprite": 4954 } + { "weight": 1, "sprite": 4974 }, + { "weight": 1, "sprite": 4975 }, + { "weight": 1, "sprite": 4976 }, + { "weight": 1, "sprite": 4977 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 4956, 4958, 4957, 4955 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 4966, 4968, 4967, 4965 ] }, - { "id": "edge", "bg": 4951, "fg": [ 4960, 4959 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 4962, 4964, 4963, 4961 ] }, - { "bg": 4951, "id": "unconnected", "fg": 4969 } + { "id": "corner", "bg": 4974, "fg": [ 4979, 4981, 4980, 4978 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 4989, 4991, 4990, 4988 ] }, + { "id": "edge", "bg": 4974, "fg": [ 4983, 4982 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 4985, 4987, 4986, 4984 ] }, + { "bg": 4974, "id": "unconnected", "fg": 4992 } ] }, { "id": "t_grate", "multitile": true, - "fg": 5549, + "fg": 5572, "additional_tiles": [ - { "id": "center", "fg": 5534 }, - { "id": "corner", "fg": [ 5536, 5538, 5537, 5535 ] }, - { "id": "t_connection", "fg": [ 5546, 5548, 5547, 5545 ] }, - { "id": "edge", "fg": [ 5540, 5539 ] }, - { "id": "end_piece", "fg": [ 5542, 5544, 5543, 5541 ] }, - { "id": "unconnected", "fg": [ 5549, 5549 ] } + { "id": "center", "fg": 5557 }, + { "id": "corner", "fg": [ 5559, 5561, 5560, 5558 ] }, + { "id": "t_connection", "fg": [ 5569, 5571, 5570, 5568 ] }, + { "id": "edge", "fg": [ 5563, 5562 ] }, + { "id": "end_piece", "fg": [ 5565, 5567, 5566, 5564 ] }, + { "id": "unconnected", "fg": [ 5572, 5572 ] } ] }, { "id": [ "t_guardrail", "t_guardrail_bg_dp", "t_guardrail_hw_air" ], "multitile": true, - "fg": 5556, - "bg": 6127, + "fg": 5579, + "bg": 6150, "additional_tiles": [ - { "id": "edge", "bg": 6127, "fg": [ 5551, 5550 ] }, - { "id": "end_piece", "bg": 6127, "fg": [ 5553, 5555, 5554, 5552 ] }, - { "bg": 6127, "id": "unconnected", "fg": 5556 } + { "id": "edge", "bg": 6150, "fg": [ 5574, 5573 ] }, + { "id": "end_piece", "bg": 6150, "fg": [ 5576, 5578, 5577, 5575 ] }, + { "bg": 6150, "id": "unconnected", "fg": 5579 } ] }, { "id": "t_lava", - "fg": 5573, - "bg": 5919, + "fg": 5596, + "bg": 5942, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5558, "bg": 5919 }, - { "id": "corner", "fg": [ 5560, 5562, 5561, 5559 ], "bg": 5919 }, - { "id": "t_connection", "fg": [ 5570, 5572, 5571, 5569 ], "bg": 5919 }, - { "id": "edge", "fg": [ 5564, 5563 ], "bg": 5919 }, - { "id": "end_piece", "fg": [ 5566, 5568, 5567, 5565 ], "bg": 5919 }, - { "id": "unconnected", "fg": [ 5573, 5573 ], "bg": 5919 } + { "id": "center", "fg": 5581, "bg": 5942 }, + { "id": "corner", "fg": [ 5583, 5585, 5584, 5582 ], "bg": 5942 }, + { "id": "t_connection", "fg": [ 5593, 5595, 5594, 5592 ], "bg": 5942 }, + { "id": "edge", "fg": [ 5587, 5586 ], "bg": 5942 }, + { "id": "end_piece", "fg": [ 5589, 5591, 5590, 5588 ], "bg": 5942 }, + { "id": "unconnected", "fg": [ 5596, 5596 ], "bg": 5942 } ] }, { "id": [ "t_linoleum_gray", "t_linoleum_gray_no_roof" ], "multitile": true, - "fg": 5589, + "fg": 5612, "additional_tiles": [ - { "id": "center", "fg": 5574 }, - { "id": "corner", "fg": [ 5576, 5578, 5577, 5575 ] }, - { "id": "t_connection", "fg": [ 5586, 5588, 5587, 5585 ] }, - { "id": "edge", "fg": [ 5580, 5579 ] }, - { "id": "end_piece", "fg": [ 5582, 5584, 5583, 5581 ] }, - { "id": "unconnected", "fg": 5589 } + { "id": "center", "fg": 5597 }, + { "id": "corner", "fg": [ 5599, 5601, 5600, 5598 ] }, + { "id": "t_connection", "fg": [ 5609, 5611, 5610, 5608 ] }, + { "id": "edge", "fg": [ 5603, 5602 ] }, + { "id": "end_piece", "fg": [ 5605, 5607, 5606, 5604 ] }, + { "id": "unconnected", "fg": 5612 } ] }, { "id": [ "t_linoleum_white", "t_linoleum_white_no_roof" ], "multitile": true, - "fg": 5605, + "fg": 5628, "additional_tiles": [ - { "id": "center", "fg": 5590 }, - { "id": "corner", "fg": [ 5592, 5594, 5593, 5591 ] }, - { "id": "t_connection", "fg": [ 5602, 5604, 5603, 5601 ] }, - { "id": "edge", "fg": [ 5596, 5595 ] }, - { "id": "end_piece", "fg": [ 5598, 5600, 5599, 5597 ] }, - { "id": "unconnected", "fg": 5605 } + { "id": "center", "fg": 5613 }, + { "id": "corner", "fg": [ 5615, 5617, 5616, 5614 ] }, + { "id": "t_connection", "fg": [ 5625, 5627, 5626, 5624 ] }, + { "id": "edge", "fg": [ 5619, 5618 ] }, + { "id": "end_piece", "fg": [ 5621, 5623, 5622, 5620 ] }, + { "id": "unconnected", "fg": 5628 } ] }, - { "id": "t_manhole", "fg": 5606, "bg": 5676 }, - { "id": "t_manhole_cover", "fg": 5607, "bg": 5676 }, + { "id": "t_manhole", "fg": 5629, "bg": 5699 }, + { "id": "t_manhole_cover", "fg": 5630, "bg": 5699 }, { "id": "t_metal_floor", "multitile": true, - "fg": 5623, + "fg": 5646, "additional_tiles": [ - { "id": "center", "fg": 5608 }, - { "id": "corner", "fg": [ 5610, 5612, 5611, 5609 ] }, - { "id": "t_connection", "fg": [ 5620, 5622, 5621, 5619 ] }, - { "id": "edge", "fg": [ 5614, 5613 ] }, - { "id": "end_piece", "fg": [ 5616, 5618, 5617, 5615 ] }, - { "id": "unconnected", "fg": 5623 } + { "id": "center", "fg": 5631 }, + { "id": "corner", "fg": [ 5633, 5635, 5634, 5632 ] }, + { "id": "t_connection", "fg": [ 5643, 5645, 5644, 5642 ] }, + { "id": "edge", "fg": [ 5637, 5636 ] }, + { "id": "end_piece", "fg": [ 5639, 5641, 5640, 5638 ] }, + { "id": "unconnected", "fg": 5646 } ] }, { "id": "t_moss", "multitile": true, - "fg": 5640, - "bg": 5472, + "fg": 5663, + "bg": 5495, "additional_tiles": [ - { "id": "center", "bg": 5472, "fg": [ { "weight": 1, "sprite": 5624 }, { "weight": 1, "sprite": 5625 } ] }, - { "id": "corner", "bg": 5472, "fg": [ 5627, 5629, 5628, 5626 ] }, - { "id": "t_connection", "bg": 5472, "fg": [ 5637, 5639, 5638, 5636 ] }, - { "id": "edge", "bg": 5472, "fg": [ 5631, 5630 ] }, - { "id": "end_piece", "bg": 5472, "fg": [ 5633, 5635, 5634, 5632 ] }, - { "bg": 5472, "id": "unconnected", "fg": 5640 } + { "id": "center", "bg": 5495, "fg": [ { "weight": 1, "sprite": 5647 }, { "weight": 1, "sprite": 5648 } ] }, + { "id": "corner", "bg": 5495, "fg": [ 5650, 5652, 5651, 5649 ] }, + { "id": "t_connection", "bg": 5495, "fg": [ 5660, 5662, 5661, 5659 ] }, + { "id": "edge", "bg": 5495, "fg": [ 5654, 5653 ] }, + { "id": "end_piece", "bg": 5495, "fg": [ 5656, 5658, 5657, 5655 ] }, + { "bg": 5495, "id": "unconnected", "fg": 5663 } ] }, { "id": "t_moss_season_summer", "multitile": true, - "fg": 5674, - "bg": 5482, + "fg": 5697, + "bg": 5505, "additional_tiles": [ - { "id": "center", "bg": 5482, "fg": [ { "weight": 1, "sprite": 5658 }, { "weight": 1, "sprite": 5659 } ] }, - { "id": "corner", "bg": 5482, "fg": [ 5661, 5663, 5662, 5660 ] }, - { "id": "t_connection", "bg": 5482, "fg": [ 5671, 5673, 5672, 5670 ] }, - { "id": "edge", "bg": 5482, "fg": [ 5665, 5664 ] }, - { "id": "end_piece", "bg": 5482, "fg": [ 5667, 5669, 5668, 5666 ] }, - { "bg": 5482, "id": "unconnected", "fg": 5674 } + { "id": "center", "bg": 5505, "fg": [ { "weight": 1, "sprite": 5681 }, { "weight": 1, "sprite": 5682 } ] }, + { "id": "corner", "bg": 5505, "fg": [ 5684, 5686, 5685, 5683 ] }, + { "id": "t_connection", "bg": 5505, "fg": [ 5694, 5696, 5695, 5693 ] }, + { "id": "edge", "bg": 5505, "fg": [ 5688, 5687 ] }, + { "id": "end_piece", "bg": 5505, "fg": [ 5690, 5692, 5691, 5689 ] }, + { "bg": 5505, "id": "unconnected", "fg": 5697 } ] }, { "id": "t_moss_season_autumn", "multitile": true, - "fg": 5657, - "bg": 5477, + "fg": 5680, + "bg": 5500, "additional_tiles": [ - { "id": "center", "bg": 5477, "fg": [ { "weight": 1, "sprite": 5641 }, { "weight": 1, "sprite": 5642 } ] }, - { "id": "corner", "bg": 5477, "fg": [ 5644, 5646, 5645, 5643 ] }, - { "id": "t_connection", "bg": 5477, "fg": [ 5654, 5656, 5655, 5653 ] }, - { "id": "edge", "bg": 5477, "fg": [ 5648, 5647 ] }, - { "id": "end_piece", "bg": 5477, "fg": [ 5650, 5652, 5651, 5649 ] }, - { "bg": 5477, "id": "unconnected", "fg": 5657 } + { "id": "center", "bg": 5500, "fg": [ { "weight": 1, "sprite": 5664 }, { "weight": 1, "sprite": 5665 } ] }, + { "id": "corner", "bg": 5500, "fg": [ 5667, 5669, 5668, 5666 ] }, + { "id": "t_connection", "bg": 5500, "fg": [ 5677, 5679, 5678, 5676 ] }, + { "id": "edge", "bg": 5500, "fg": [ 5671, 5670 ] }, + { "id": "end_piece", "bg": 5500, "fg": [ 5673, 5675, 5674, 5672 ] }, + { "bg": 5500, "id": "unconnected", "fg": 5680 } ] }, { "id": "t_moss_season_winter", "multitile": true, - "fg": 4969, - "bg": 4951, + "fg": 4992, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": [ { "weight": 1, "sprite": 4951 }, { "weight": 1, "sprite": 4952 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 4956, 4958, 4957, 4955 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 4966, 4968, 4967, 4965 ] }, - { "id": "edge", "bg": 4951, "fg": [ 4960, 4959 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 4962, 4964, 4963, 4961 ] }, - { "bg": 4951, "id": "unconnected", "fg": 4969 } + { "id": "center", "bg": 4974, "fg": [ { "weight": 1, "sprite": 4974 }, { "weight": 1, "sprite": 4975 } ] }, + { "id": "corner", "bg": 4974, "fg": [ 4979, 4981, 4980, 4978 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 4989, 4991, 4990, 4988 ] }, + { "id": "edge", "bg": 4974, "fg": [ 4983, 4982 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 4985, 4987, 4986, 4984 ] }, + { "bg": 4974, "id": "unconnected", "fg": 4992 } ] }, { "id": "t_pavement", "multitile": true, - "fg": 5676, + "fg": 5699, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 5676 }, - { "weight": 1, "sprite": 5677 }, - { "weight": 1, "sprite": 5678 }, - { "weight": 1, "sprite": 5679 } + { "weight": 1, "sprite": 5699 }, + { "weight": 1, "sprite": 5700 }, + { "weight": 1, "sprite": 5701 }, + { "weight": 1, "sprite": 5702 } ] }, - { "id": "corner", "bg": 5471, "fg": [ 5688, 5691, 5690, 5687 ] }, - { "id": "t_connection", "fg": [ 5686, 5694, 5689, 5680 ] }, - { "id": "edge", "fg": [ 5693, 5685 ] }, - { "id": "end_piece", "fg": [ 5682, 5684, 5683, 5681 ] }, - { "id": "unconnected", "fg": 5692 } + { "id": "corner", "bg": 5494, "fg": [ 5711, 5714, 5713, 5710 ] }, + { "id": "t_connection", "fg": [ 5709, 5717, 5712, 5703 ] }, + { "id": "edge", "fg": [ 5716, 5708 ] }, + { "id": "end_piece", "fg": [ 5705, 5707, 5706, 5704 ] }, + { "id": "unconnected", "fg": 5715 } ] }, { "id": "t_pavement_season_summer", "multitile": true, - "fg": 5676, + "fg": 5699, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 5676 }, - { "weight": 1, "sprite": 5677 }, - { "weight": 1, "sprite": 5678 }, - { "weight": 1, "sprite": 5679 } + { "weight": 1, "sprite": 5699 }, + { "weight": 1, "sprite": 5700 }, + { "weight": 1, "sprite": 5701 }, + { "weight": 1, "sprite": 5702 } ] }, - { "id": "corner", "bg": 5481, "fg": [ 5688, 5691, 5690, 5687 ] }, - { "id": "t_connection", "fg": [ 5686, 5694, 5689, 5680 ] }, - { "id": "edge", "fg": [ 5693, 5685 ] }, - { "id": "end_piece", "fg": [ 5682, 5684, 5683, 5681 ] }, - { "id": "unconnected", "fg": 5692 } + { "id": "corner", "bg": 5504, "fg": [ 5711, 5714, 5713, 5710 ] }, + { "id": "t_connection", "fg": [ 5709, 5717, 5712, 5703 ] }, + { "id": "edge", "fg": [ 5716, 5708 ] }, + { "id": "end_piece", "fg": [ 5705, 5707, 5706, 5704 ] }, + { "id": "unconnected", "fg": 5715 } ] }, { "id": "t_pavement_season_autumn", "multitile": true, - "fg": 5676, + "fg": 5699, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 5676 }, - { "weight": 1, "sprite": 5677 }, - { "weight": 1, "sprite": 5678 }, - { "weight": 1, "sprite": 5679 } + { "weight": 1, "sprite": 5699 }, + { "weight": 1, "sprite": 5700 }, + { "weight": 1, "sprite": 5701 }, + { "weight": 1, "sprite": 5702 } ] }, - { "id": "corner", "bg": 5476, "fg": [ 5688, 5691, 5690, 5687 ] }, - { "id": "t_connection", "fg": [ 5686, 5694, 5689, 5680 ] }, - { "id": "edge", "fg": [ 5693, 5685 ] }, - { "id": "end_piece", "fg": [ 5682, 5684, 5683, 5681 ] }, - { "id": "unconnected", "fg": 5692 } + { "id": "corner", "bg": 5499, "fg": [ 5711, 5714, 5713, 5710 ] }, + { "id": "t_connection", "fg": [ 5709, 5717, 5712, 5703 ] }, + { "id": "edge", "fg": [ 5716, 5708 ] }, + { "id": "end_piece", "fg": [ 5705, 5707, 5706, 5704 ] }, + { "id": "unconnected", "fg": 5715 } ] }, - { "id": "t_pavement_season_winter", "fg": 4950 }, - { "id": "t_pavement_y", "fg": 5695 }, - { "id": "t_pavement_y_season_winter", "fg": 4950 }, + { "id": "t_pavement_season_winter", "fg": 4973 }, + { "id": "t_pavement_y", "fg": 5718 }, + { "id": "t_pavement_y_season_winter", "fg": 4973 }, { "id": "t_pit", - "fg": 5711, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5734, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5696, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5719, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5698, 5700, 5699, 5697 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5721, 5723, 5722, 5720 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5708, 5710, 5709, 5707 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5731, 5733, 5732, 5730 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5702, 5701 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5725, 5724 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5704, 5706, 5705, 5703 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5727, 5729, 5728, 5726 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5711, 5711 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5734, 5734 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_season_summer", - "fg": 5711, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5734, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5696, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5719, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5698, 5700, 5699, 5697 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5721, 5723, 5722, 5720 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5708, 5710, 5709, 5707 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5731, 5733, 5732, 5730 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5702, 5701 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5725, 5724 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5704, 5706, 5705, 5703 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5727, 5729, 5728, 5726 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5711, 5711 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5734, 5734 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_season_autumn", - "fg": 5711, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5734, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5696, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5719, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5698, 5700, 5699, 5697 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5721, 5723, 5722, 5720 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5708, 5710, 5709, 5707 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5731, 5733, 5732, 5730 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5702, 5701 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5725, 5724 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5704, 5706, 5705, 5703 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5727, 5729, 5728, 5726 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5711, 5711 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5734, 5734 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_season_winter", - "fg": 5711, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5734, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5696, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5719, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5698, 5700, 5699, 5697 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5721, 5723, 5722, 5720 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5708, 5710, 5709, 5707 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5731, 5733, 5732, 5730 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5702, 5701 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5725, 5724 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5704, 5706, 5705, 5703 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5727, 5729, 5728, 5726 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5711, 5711 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5734, 5734 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_pit_corpsed", - "fg": 5727, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5750, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5712, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5735, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5714, 5716, 5715, 5713 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5737, 5739, 5738, 5736 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5724, 5726, 5725, 5723 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5747, 5749, 5748, 5746 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5718, 5717 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5741, 5740 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5720, 5722, 5721, 5719 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5743, 5745, 5744, 5742 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5727, 5727 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5750, 5750 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_corpsed_season_summer", - "fg": 5727, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5750, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5712, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5735, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5714, 5716, 5715, 5713 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5737, 5739, 5738, 5736 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5724, 5726, 5725, 5723 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5747, 5749, 5748, 5746 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5718, 5717 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5741, 5740 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5720, 5722, 5721, 5719 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5743, 5745, 5744, 5742 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5727, 5727 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5750, 5750 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_corpsed_season_autumn", - "fg": 5727, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5750, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5712, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5735, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5714, 5716, 5715, 5713 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5737, 5739, 5738, 5736 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5724, 5726, 5725, 5723 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5747, 5749, 5748, 5746 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5718, 5717 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5741, 5740 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5720, 5722, 5721, 5719 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5743, 5745, 5744, 5742 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5727, 5727 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5750, 5750 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_corpsed_season_winter", - "fg": 5727, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5750, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5712, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5735, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5714, 5716, 5715, 5713 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5737, 5739, 5738, 5736 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5724, 5726, 5725, 5723 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5747, 5749, 5748, 5746 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5718, 5717 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5741, 5740 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5720, 5722, 5721, 5719 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5743, 5745, 5744, 5742 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5727, 5727 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5750, 5750 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_pit_covered", - "fg": 5743, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5766, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5728, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5751, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5730, 5732, 5731, 5729 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5753, 5755, 5754, 5752 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5740, 5742, 5741, 5739 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5763, 5765, 5764, 5762 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5734, 5733 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5757, 5756 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5736, 5738, 5737, 5735 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5759, 5761, 5760, 5758 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5743, 5743 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5766, 5766 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_covered_season_summer", - "fg": 5743, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5766, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5728, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5751, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5730, 5732, 5731, 5729 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5753, 5755, 5754, 5752 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5740, 5742, 5741, 5739 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5763, 5765, 5764, 5762 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5734, 5733 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5757, 5756 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5736, 5738, 5737, 5735 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5759, 5761, 5760, 5758 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5743, 5743 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5766, 5766 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_covered_season_autumn", - "fg": 5743, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5766, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5728, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5751, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5730, 5732, 5731, 5729 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5753, 5755, 5754, 5752 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5740, 5742, 5741, 5739 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5763, 5765, 5764, 5762 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5734, 5733 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5757, 5756 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5736, 5738, 5737, 5735 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5759, 5761, 5760, 5758 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5743, 5743 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5766, 5766 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_covered_season_winter", - "fg": 5743, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5766, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5728, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5751, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5730, 5732, 5731, 5729 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5753, 5755, 5754, 5752 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5740, 5742, 5741, 5739 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5763, 5765, 5764, 5762 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5734, 5733 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5757, 5756 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5736, 5738, 5737, 5735 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5759, 5761, 5760, 5758 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5743, 5743 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5766, 5766 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_pit_glass", - "fg": 5759, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5782, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5744, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5767, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5746, 5748, 5747, 5745 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5769, 5771, 5770, 5768 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5756, 5758, 5757, 5755 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5779, 5781, 5780, 5778 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5750, 5749 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5773, 5772 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5752, 5754, 5753, 5751 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5775, 5777, 5776, 5774 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5759, 5759 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5782, 5782 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_glass_season_summer", - "fg": 5759, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5782, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5744, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5767, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5746, 5748, 5747, 5745 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5769, 5771, 5770, 5768 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5756, 5758, 5757, 5755 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5779, 5781, 5780, 5778 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5750, 5749 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5773, 5772 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5752, 5754, 5753, 5751 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5775, 5777, 5776, 5774 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5759, 5759 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5782, 5782 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_glass_season_autumn", - "fg": 5759, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5782, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5744, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5767, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5746, 5748, 5747, 5745 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5769, 5771, 5770, 5768 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5756, 5758, 5757, 5755 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5779, 5781, 5780, 5778 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5750, 5749 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5773, 5772 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5752, 5754, 5753, 5751 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5775, 5777, 5776, 5774 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5759, 5759 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5782, 5782 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_glass_season_winter", - "fg": 5759, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5782, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5744, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5767, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5746, 5748, 5747, 5745 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5769, 5771, 5770, 5768 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5756, 5758, 5757, 5755 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5779, 5781, 5780, 5778 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5750, 5749 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5773, 5772 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5752, 5754, 5753, 5751 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5775, 5777, 5776, 5774 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5759, 5759 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5782, 5782 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_pit_glass_covered", - "fg": 5775, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5798, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5760, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5783, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5762, 5764, 5763, 5761 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5785, 5787, 5786, 5784 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5772, 5774, 5773, 5771 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5795, 5797, 5796, 5794 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5766, 5765 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5789, 5788 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5768, 5770, 5769, 5767 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5791, 5793, 5792, 5790 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5775, 5775 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5798, 5798 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_glass_covered_season_summer", - "fg": 5775, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5798, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5760, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5783, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5762, 5764, 5763, 5761 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5785, 5787, 5786, 5784 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5772, 5774, 5773, 5771 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5795, 5797, 5796, 5794 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5766, 5765 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5789, 5788 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5768, 5770, 5769, 5767 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5791, 5793, 5792, 5790 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5775, 5775 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5798, 5798 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_glass_covered_season_autumn", - "fg": 5775, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5798, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5760, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5783, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5762, 5764, 5763, 5761 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5785, 5787, 5786, 5784 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5772, 5774, 5773, 5771 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5795, 5797, 5796, 5794 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5766, 5765 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5789, 5788 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5768, 5770, 5769, 5767 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5791, 5793, 5792, 5790 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5775, 5775 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5798, 5798 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_glass_covered_season_winter", - "fg": 5775, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5798, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5760, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5783, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5762, 5764, 5763, 5761 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5785, 5787, 5786, 5784 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5772, 5774, 5773, 5771 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5795, 5797, 5796, 5794 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5766, 5765 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5789, 5788 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5768, 5770, 5769, 5767 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5791, 5793, 5792, 5790 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5775, 5775 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5798, 5798 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_pit_shallow", - "fg": 5791, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5814, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5776, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5799, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5778, 5780, 5779, 5777 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5801, 5803, 5802, 5800 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5788, 5790, 5789, 5787 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5811, 5813, 5812, 5810 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5782, 5781 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5805, 5804 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5784, 5786, 5785, 5783 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5807, 5809, 5808, 5806 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5791, 5791 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5814, 5814 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_shallow_season_summer", - "fg": 5791, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5814, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5776, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5799, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5778, 5780, 5779, 5777 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5801, 5803, 5802, 5800 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5788, 5790, 5789, 5787 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5811, 5813, 5812, 5810 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5782, 5781 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5805, 5804 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5784, 5786, 5785, 5783 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5807, 5809, 5808, 5806 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5791, 5791 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5814, 5814 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_shallow_season_autumn", - "fg": 5791, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5814, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5776, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5799, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5778, 5780, 5779, 5777 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5801, 5803, 5802, 5800 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5788, 5790, 5789, 5787 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5811, 5813, 5812, 5810 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5782, 5781 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5805, 5804 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5784, 5786, 5785, 5783 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5807, 5809, 5808, 5806 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5791, 5791 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5814, 5814 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_shallow_season_winter", - "fg": 5791, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5814, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5776, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5799, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5778, 5780, 5779, 5777 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5801, 5803, 5802, 5800 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5788, 5790, 5789, 5787 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5811, 5813, 5812, 5810 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5782, 5781 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5805, 5804 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5784, 5786, 5785, 5783 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5807, 5809, 5808, 5806 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5791, 5791 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5814, 5814 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_pit_spiked", - "fg": 5807, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5830, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5792, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5815, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5794, 5796, 5795, 5793 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5817, 5819, 5818, 5816 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5804, 5806, 5805, 5803 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5827, 5829, 5828, 5826 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5798, 5797 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5821, 5820 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5800, 5802, 5801, 5799 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5823, 5825, 5824, 5822 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5807, 5807 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5830, 5830 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_spiked_season_summer", - "fg": 5807, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5830, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5792, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5815, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5794, 5796, 5795, 5793 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5817, 5819, 5818, 5816 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5804, 5806, 5805, 5803 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5827, 5829, 5828, 5826 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5798, 5797 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5821, 5820 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5800, 5802, 5801, 5799 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5823, 5825, 5824, 5822 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5807, 5807 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5830, 5830 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_spiked_season_autumn", - "fg": 5807, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5830, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5792, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5815, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5794, 5796, 5795, 5793 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5817, 5819, 5818, 5816 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5804, 5806, 5805, 5803 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5827, 5829, 5828, 5826 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5798, 5797 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5821, 5820 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5800, 5802, 5801, 5799 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5823, 5825, 5824, 5822 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5807, 5807 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5830, 5830 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_spiked_season_winter", - "fg": 5807, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5830, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5792, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5815, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5794, 5796, 5795, 5793 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5817, 5819, 5818, 5816 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5804, 5806, 5805, 5803 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5827, 5829, 5828, 5826 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5798, 5797 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5821, 5820 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5800, 5802, 5801, 5799 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5823, 5825, 5824, 5822 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5807, 5807 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5830, 5830 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_pit_spiked_covered", - "fg": 5823, - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ], + "fg": 5846, + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5808, "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] }, + { "id": "center", "fg": 5831, "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "corner", - "fg": [ 5810, 5812, 5811, 5809 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5833, 5835, 5834, 5832 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_connection", - "fg": [ 5820, 5822, 5821, 5819 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5843, 5845, 5844, 5842 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "edge", - "fg": [ 5814, 5813 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5837, 5836 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "end_piece", - "fg": [ 5816, 5818, 5817, 5815 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5839, 5841, 5840, 5838 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "unconnected", - "fg": [ 5823, 5823 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 5846, 5846 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] } ] }, { "id": "t_pit_spiked_covered_season_summer", - "fg": 5823, - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ], + "fg": 5846, + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5808, "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] }, + { "id": "center", "fg": 5831, "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "corner", - "fg": [ 5810, 5812, 5811, 5809 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5833, 5835, 5834, 5832 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_connection", - "fg": [ 5820, 5822, 5821, 5819 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5843, 5845, 5844, 5842 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "edge", - "fg": [ 5814, 5813 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5837, 5836 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "end_piece", - "fg": [ 5816, 5818, 5817, 5815 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5839, 5841, 5840, 5838 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "unconnected", - "fg": [ 5823, 5823 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 5846, 5846 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] } ] }, { "id": "t_pit_spiked_covered_season_autumn", - "fg": 5823, - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ], + "fg": 5846, + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5808, "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] }, + { "id": "center", "fg": 5831, "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "corner", - "fg": [ 5810, 5812, 5811, 5809 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5833, 5835, 5834, 5832 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "t_connection", - "fg": [ 5820, 5822, 5821, 5819 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5843, 5845, 5844, 5842 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "edge", - "fg": [ 5814, 5813 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5837, 5836 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "end_piece", - "fg": [ 5816, 5818, 5817, 5815 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5839, 5841, 5840, 5838 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, { "id": "unconnected", - "fg": [ 5823, 5823 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 5846, 5846 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] } ] }, { "id": "t_pit_spiked_covered_season_winter", - "fg": 5823, - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ], + "fg": 5846, + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5808, "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] }, + { "id": "center", "fg": 5831, "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "corner", - "fg": [ 5810, 5812, 5811, 5809 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5833, 5835, 5834, 5832 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "t_connection", - "fg": [ 5820, 5822, 5821, 5819 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5843, 5845, 5844, 5842 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "edge", - "fg": [ 5814, 5813 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5837, 5836 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "end_piece", - "fg": [ 5816, 5818, 5817, 5815 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5839, 5841, 5840, 5838 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] }, { "id": "unconnected", - "fg": [ 5823, 5823 ], - "bg": [ { "weight": 100, "sprite": 4951 }, { "weight": 100, "sprite": 4952 } ] + "fg": [ 5846, 5846 ], + "bg": [ { "weight": 100, "sprite": 4974 }, { "weight": 100, "sprite": 4975 } ] } ] }, { "id": "t_privacy_fence", "multitile": true, - "fg": 5839, - "bg": 5471, + "fg": 5862, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": 5824 }, - { "id": "corner", "bg": 5471, "fg": [ 5826, 5828, 5827, 5825 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5836, 5838, 5837, 5835 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5830, 5829 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5832, 5834, 5833, 5831 ] }, - { "bg": 5471, "id": "unconnected", "fg": [ 5839, 5839 ] } + { "id": "center", "bg": 5494, "fg": 5847 }, + { "id": "corner", "bg": 5494, "fg": [ 5849, 5851, 5850, 5848 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5859, 5861, 5860, 5858 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5853, 5852 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5855, 5857, 5856, 5854 ] }, + { "bg": 5494, "id": "unconnected", "fg": [ 5862, 5862 ] } ] }, { "id": "t_privacy_fence_season_winter", "multitile": true, - "fg": 5839, - "bg": 4951, + "fg": 5862, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": 5824 }, - { "id": "corner", "bg": 4951, "fg": [ 5826, 5828, 5827, 5825 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5836, 5838, 5837, 5835 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5830, 5829 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5832, 5834, 5833, 5831 ] }, - { "bg": 4951, "id": "unconnected", "fg": [ 5839, 5839 ] } + { "id": "center", "bg": 4974, "fg": 5847 }, + { "id": "corner", "bg": 4974, "fg": [ 5849, 5851, 5850, 5848 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5859, 5861, 5860, 5858 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5853, 5852 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5855, 5857, 5856, 5854 ] }, + { "bg": 4974, "id": "unconnected", "fg": [ 5862, 5862 ] } ] }, { "id": "t_railing", "multitile": true, - "fg": 5855, - "bg": 5154, + "fg": 5878, + "bg": 5177, "additional_tiles": [ - { "id": "center", "bg": 5154, "fg": 5840 }, - { "id": "corner", "bg": 5154, "fg": [ 5842, 5844, 5843, 5841 ] }, - { "id": "t_connection", "bg": 5154, "fg": [ 5852, 5854, 5853, 5851 ] }, - { "id": "edge", "bg": 5154, "fg": [ 5846, 5845 ] }, - { "id": "end_piece", "bg": 5154, "fg": [ 5848, 5850, 5849, 5847 ] }, - { "bg": 5154, "id": "unconnected", "fg": [ 5855, 5855 ] } + { "id": "center", "bg": 5177, "fg": 5863 }, + { "id": "corner", "bg": 5177, "fg": [ 5865, 5867, 5866, 5864 ] }, + { "id": "t_connection", "bg": 5177, "fg": [ 5875, 5877, 5876, 5874 ] }, + { "id": "edge", "bg": 5177, "fg": [ 5869, 5868 ] }, + { "id": "end_piece", "bg": 5177, "fg": [ 5871, 5873, 5872, 5870 ] }, + { "bg": 5177, "id": "unconnected", "fg": [ 5878, 5878 ] } ] }, { "id": "t_railroad_rubble", "multitile": true, - "fg": 5872, - "bg": 5471, + "fg": 5895, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": [ { "weight": 1, "sprite": 5856 }, { "weight": 1, "sprite": 5857 } ] }, - { "id": "corner", "bg": 5471, "fg": [ 5859, 5861, 5860, 5858 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5869, 5871, 5870, 5868 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5863, 5862 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5865, 5867, 5866, 5864 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5872 } + { "id": "center", "bg": 5494, "fg": [ { "weight": 1, "sprite": 5879 }, { "weight": 1, "sprite": 5880 } ] }, + { "id": "corner", "bg": 5494, "fg": [ 5882, 5884, 5883, 5881 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5892, 5894, 5893, 5891 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5886, 5885 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5888, 5890, 5889, 5887 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5895 } ] }, { "id": "t_railroad_rubble_season_summer", "multitile": true, - "fg": 5872, - "bg": 5481, + "fg": 5895, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": [ { "weight": 1, "sprite": 5856 }, { "weight": 1, "sprite": 5857 } ] }, - { "id": "corner", "bg": 5481, "fg": [ 5859, 5861, 5860, 5858 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5869, 5871, 5870, 5868 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5863, 5862 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5865, 5867, 5866, 5864 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5872 } + { "id": "center", "bg": 5504, "fg": [ { "weight": 1, "sprite": 5879 }, { "weight": 1, "sprite": 5880 } ] }, + { "id": "corner", "bg": 5504, "fg": [ 5882, 5884, 5883, 5881 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5892, 5894, 5893, 5891 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5886, 5885 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5888, 5890, 5889, 5887 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5895 } ] }, { "id": "t_railroad_rubble_season_autumn", "multitile": true, - "fg": 5872, - "bg": 5476, + "fg": 5895, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": [ { "weight": 1, "sprite": 5856 }, { "weight": 1, "sprite": 5857 } ] }, - { "id": "corner", "bg": 5476, "fg": [ 5859, 5861, 5860, 5858 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5869, 5871, 5870, 5868 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5863, 5862 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5865, 5867, 5866, 5864 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5872 } + { "id": "center", "bg": 5499, "fg": [ { "weight": 1, "sprite": 5879 }, { "weight": 1, "sprite": 5880 } ] }, + { "id": "corner", "bg": 5499, "fg": [ 5882, 5884, 5883, 5881 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5892, 5894, 5893, 5891 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5886, 5885 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5888, 5890, 5889, 5887 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5895 } ] }, { "id": "t_railroad_rubble_season_winter", "multitile": true, - "fg": 5872, - "bg": 4951, + "fg": 5895, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": [ { "weight": 1, "sprite": 5856 }, { "weight": 1, "sprite": 5857 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 5859, 5861, 5860, 5858 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5869, 5871, 5870, 5868 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5863, 5862 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5865, 5867, 5866, 5864 ] }, - { "bg": 4951, "id": "unconnected", "fg": 5872 } + { "id": "center", "bg": 4974, "fg": [ { "weight": 1, "sprite": 5879 }, { "weight": 1, "sprite": 5880 } ] }, + { "id": "corner", "bg": 4974, "fg": [ 5882, 5884, 5883, 5881 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5892, 5894, 5893, 5891 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5886, 5885 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5888, 5890, 5889, 5887 ] }, + { "bg": 4974, "id": "unconnected", "fg": 5895 } ] }, { "id": "t_railroad_track_small", - "fg": 5879, - "bg": 5856, + "fg": 5902, + "bg": 5879, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 5856, "fg": 5873 }, - { "id": "corner", "bg": 5856, "fg": [ 5875, 5877, 5876, 5874 ] }, - { "id": "t_connection", "bg": 5856, "fg": [ 5881, 5883, 5882, 5880 ] }, - { "id": "edge", "bg": 5856, "fg": [ 5879, 5878 ] }, - { "id": "end_piece", "bg": 5856, "fg": [ 5879, 5878, 5879, 5878 ] }, - { "id": "unconnected", "bg": 5856, "fg": [ 5879, 5878 ] } + { "id": "center", "bg": 5879, "fg": 5896 }, + { "id": "corner", "bg": 5879, "fg": [ 5898, 5900, 5899, 5897 ] }, + { "id": "t_connection", "bg": 5879, "fg": [ 5904, 5906, 5905, 5903 ] }, + { "id": "edge", "bg": 5879, "fg": [ 5902, 5901 ] }, + { "id": "end_piece", "bg": 5879, "fg": [ 5902, 5901, 5902, 5901 ] }, + { "id": "unconnected", "bg": 5879, "fg": [ 5902, 5901 ] } ] }, - { "id": "t_rdoor_c", "fg": 5885 }, - { "id": "t_rdoor_o", "fg": 5886 }, - { "id": "t_rdoor_b", "fg": 5884 }, + { "id": "t_rdoor_c", "fg": 5908 }, + { "id": "t_rdoor_o", "fg": 5909 }, + { "id": "t_rdoor_b", "fg": 5907 }, { "id": "t_reinforced_glass", "multitile": true, - "fg": 5902, + "fg": 5925, "additional_tiles": [ - { "id": "center", "fg": 5887 }, - { "id": "corner", "fg": [ 5889, 5891, 5890, 5888 ] }, - { "id": "t_connection", "fg": [ 5899, 5901, 5900, 5898 ] }, - { "id": "edge", "fg": [ 5893, 5892 ] }, - { "id": "end_piece", "fg": [ 5895, 5897, 5896, 5894 ] }, - { "id": "unconnected", "fg": 5902 } + { "id": "center", "fg": 5910 }, + { "id": "corner", "fg": [ 5912, 5914, 5913, 5911 ] }, + { "id": "t_connection", "fg": [ 5922, 5924, 5923, 5921 ] }, + { "id": "edge", "fg": [ 5916, 5915 ] }, + { "id": "end_piece", "fg": [ 5918, 5920, 5919, 5917 ] }, + { "id": "unconnected", "fg": 5925 } ] }, { "id": "t_rock", "multitile": true, - "fg": 5918, + "fg": 5941, "additional_tiles": [ - { "id": "center", "fg": 5903 }, - { "id": "corner", "fg": [ 5905, 5907, 5906, 5904 ] }, - { "id": "t_connection", "fg": [ 5915, 5917, 5916, 5914 ] }, - { "id": "edge", "fg": [ 5909, 5908 ] }, - { "id": "end_piece", "fg": [ 5911, 5913, 5912, 5910 ] }, - { "id": "unconnected", "fg": 5918 } + { "id": "center", "fg": 5926 }, + { "id": "corner", "fg": [ 5928, 5930, 5929, 5927 ] }, + { "id": "t_connection", "fg": [ 5938, 5940, 5939, 5937 ] }, + { "id": "edge", "fg": [ 5932, 5931 ] }, + { "id": "end_piece", "fg": [ 5934, 5936, 5935, 5933 ] }, + { "id": "unconnected", "fg": 5941 } ] }, { "id": "t_rock_floor", "multitile": true, - "fg": 5936, + "fg": 5959, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 5919 }, { "weight": 1, "sprite": 5920 }, { "weight": 1, "sprite": 5921 } ] + "fg": [ { "weight": 1, "sprite": 5942 }, { "weight": 1, "sprite": 5943 }, { "weight": 1, "sprite": 5944 } ] }, - { "id": "corner", "fg": [ 5923, 5925, 5924, 5922 ] }, - { "id": "t_connection", "fg": [ 5933, 5935, 5934, 5932 ] }, - { "id": "edge", "fg": [ 5927, 5926 ] }, - { "id": "end_piece", "fg": [ 5929, 5931, 5930, 5928 ] }, - { "id": "unconnected", "fg": 5936 } + { "id": "corner", "fg": [ 5946, 5948, 5947, 5945 ] }, + { "id": "t_connection", "fg": [ 5956, 5958, 5957, 5955 ] }, + { "id": "edge", "fg": [ 5950, 5949 ] }, + { "id": "end_piece", "fg": [ 5952, 5954, 5953, 5951 ] }, + { "id": "unconnected", "fg": 5959 } ] }, { "id": "t_rock_wall", "multitile": true, - "fg": 5952, + "fg": 5975, "additional_tiles": [ - { "id": "center", "fg": 5937 }, - { "id": "corner", "fg": [ 5939, 5941, 5940, 5938 ] }, - { "id": "t_connection", "fg": [ 5949, 5951, 5950, 5948 ] }, - { "id": "edge", "fg": [ 5943, 5942 ] }, - { "id": "end_piece", "fg": [ 5945, 5947, 5946, 5944 ] }, - { "id": "unconnected", "fg": 5952 } + { "id": "center", "fg": 5960 }, + { "id": "corner", "fg": [ 5962, 5964, 5963, 5961 ] }, + { "id": "t_connection", "fg": [ 5972, 5974, 5973, 5971 ] }, + { "id": "edge", "fg": [ 5966, 5965 ] }, + { "id": "end_piece", "fg": [ 5968, 5970, 5969, 5967 ] }, + { "id": "unconnected", "fg": 5975 } ] }, { "id": "t_sand", "multitile": true, - "fg": 5971, - "bg": 5471, + "fg": 5994, + "bg": 5494, "additional_tiles": [ { "id": "center", - "bg": 5471, + "bg": 5494, "fg": [ - { "weight": 1, "sprite": 5953 }, - { "weight": 1, "sprite": 5954 }, - { "weight": 1, "sprite": 5955 }, - { "weight": 1, "sprite": 5956 } + { "weight": 1, "sprite": 5976 }, + { "weight": 1, "sprite": 5977 }, + { "weight": 1, "sprite": 5978 }, + { "weight": 1, "sprite": 5979 } ] }, - { "id": "corner", "bg": 5471, "fg": [ 5958, 5960, 5959, 5957 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 5968, 5970, 5969, 5967 ] }, - { "id": "edge", "bg": 5471, "fg": [ 5962, 5961 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 5964, 5966, 5965, 5963 ] }, - { "bg": 5471, "id": "unconnected", "fg": 5971 } + { "id": "corner", "bg": 5494, "fg": [ 5981, 5983, 5982, 5980 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 5991, 5993, 5992, 5990 ] }, + { "id": "edge", "bg": 5494, "fg": [ 5985, 5984 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 5987, 5989, 5988, 5986 ] }, + { "bg": 5494, "id": "unconnected", "fg": 5994 } ] }, { "id": "t_sand_season_summer", "multitile": true, - "fg": 5971, - "bg": 5481, + "fg": 5994, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": [ { "weight": 1, "sprite": 5953 }, { "weight": 1, "sprite": 5954 } ] }, - { "id": "corner", "bg": 5481, "fg": [ 5958, 5960, 5959, 5957 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 5968, 5970, 5969, 5967 ] }, - { "id": "edge", "bg": 5481, "fg": [ 5962, 5961 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 5964, 5966, 5965, 5963 ] }, - { "bg": 5481, "id": "unconnected", "fg": 5971 } + { "id": "center", "bg": 5504, "fg": [ { "weight": 1, "sprite": 5976 }, { "weight": 1, "sprite": 5977 } ] }, + { "id": "corner", "bg": 5504, "fg": [ 5981, 5983, 5982, 5980 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 5991, 5993, 5992, 5990 ] }, + { "id": "edge", "bg": 5504, "fg": [ 5985, 5984 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 5987, 5989, 5988, 5986 ] }, + { "bg": 5504, "id": "unconnected", "fg": 5994 } ] }, { "id": "t_sand_season_autumn", "multitile": true, - "fg": 5971, - "bg": 5476, + "fg": 5994, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": [ { "weight": 1, "sprite": 5953 }, { "weight": 1, "sprite": 5954 } ] }, - { "id": "corner", "bg": 5476, "fg": [ 5958, 5960, 5959, 5957 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 5968, 5970, 5969, 5967 ] }, - { "id": "edge", "bg": 5476, "fg": [ 5962, 5961 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 5964, 5966, 5965, 5963 ] }, - { "bg": 5476, "id": "unconnected", "fg": 5971 } + { "id": "center", "bg": 5499, "fg": [ { "weight": 1, "sprite": 5976 }, { "weight": 1, "sprite": 5977 } ] }, + { "id": "corner", "bg": 5499, "fg": [ 5981, 5983, 5982, 5980 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 5991, 5993, 5992, 5990 ] }, + { "id": "edge", "bg": 5499, "fg": [ 5985, 5984 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 5987, 5989, 5988, 5986 ] }, + { "bg": 5499, "id": "unconnected", "fg": 5994 } ] }, { "id": "t_sand_season_winter", "multitile": true, - "fg": 5971, - "bg": 4951, + "fg": 5994, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": [ { "weight": 1, "sprite": 5953 }, { "weight": 1, "sprite": 5954 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 5958, 5960, 5959, 5957 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 5968, 5970, 5969, 5967 ] }, - { "id": "edge", "bg": 4951, "fg": [ 5962, 5961 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 5964, 5966, 5965, 5963 ] }, - { "bg": 4951, "id": "unconnected", "fg": 5971 } + { "id": "center", "bg": 4974, "fg": [ { "weight": 1, "sprite": 5976 }, { "weight": 1, "sprite": 5977 } ] }, + { "id": "corner", "bg": 4974, "fg": [ 5981, 5983, 5982, 5980 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 5991, 5993, 5992, 5990 ] }, + { "id": "edge", "bg": 4974, "fg": [ 5985, 5984 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 5987, 5989, 5988, 5986 ] }, + { "bg": 4974, "id": "unconnected", "fg": 5994 } ] }, { "id": [ "t_sandmound_season_spring", "t_sandmound_season_summer", "t_sandmound_season_autumn" ], - "fg": 5972 + "fg": 5995 }, - { "id": "t_sandmound_season_winter", "fg": 7648 }, + { "id": "t_sandmound_season_winter", "fg": 7680 }, { "id": "t_scrap_floor", "multitile": true, - "fg": 6003, + "fg": 6026, "additional_tiles": [ - { "id": "center", "fg": [ { "weight": 1, "sprite": 5973 }, { "weight": 1, "sprite": 5974 } ] }, + { "id": "center", "fg": [ { "weight": 1, "sprite": 5996 }, { "weight": 1, "sprite": 5997 } ] }, { "id": "corner", - "fg": [ { "weight": 1, "sprite": [ 5977, 5981, 5975, 5979 ] }, { "weight": 1, "sprite": [ 5978, 5982, 5976, 5980 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6000, 6004, 5998, 6002 ] }, { "weight": 1, "sprite": [ 6001, 6005, 5999, 6003 ] } ] }, { "id": "t_connection", - "fg": [ { "weight": 1, "sprite": [ 5997, 6001, 5999, 5995 ] }, { "weight": 1, "sprite": [ 5998, 6002, 6000, 5996 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6020, 6024, 6022, 6018 ] }, { "weight": 1, "sprite": [ 6021, 6025, 6023, 6019 ] } ] }, { "id": "edge", - "fg": [ { "weight": 1, "sprite": [ 5985, 5983 ] }, { "weight": 1, "sprite": [ 5986, 5984 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6008, 6006 ] }, { "weight": 1, "sprite": [ 6009, 6007 ] } ] }, { "id": "end_piece", - "fg": [ { "weight": 1, "sprite": [ 5989, 5993, 5991, 5987 ] }, { "weight": 1, "sprite": [ 5990, 5994, 5992, 5988 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6012, 6016, 6014, 6010 ] }, { "weight": 1, "sprite": [ 6013, 6017, 6015, 6011 ] } ] }, - { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 6003 }, { "weight": 1, "sprite": 6004 } ] } + { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 6026 }, { "weight": 1, "sprite": 6027 } ] } ] }, { "id": "t_scrap_wall", "multitile": true, - "fg": 6020, + "fg": 6043, "additional_tiles": [ - { "id": "center", "fg": 6005 }, - { "id": "corner", "fg": [ 6007, 6009, 6008, 6006 ] }, - { "id": "t_connection", "fg": [ 6017, 6019, 6018, 6016 ] }, - { "id": "edge", "fg": [ 6011, 6010 ] }, - { "id": "end_piece", "fg": [ 6013, 6015, 6014, 6012 ] }, - { "id": "unconnected", "fg": 6020 } + { "id": "center", "fg": 6028 }, + { "id": "corner", "fg": [ 6030, 6032, 6031, 6029 ] }, + { "id": "t_connection", "fg": [ 6040, 6042, 6041, 6039 ] }, + { "id": "edge", "fg": [ 6034, 6033 ] }, + { "id": "end_piece", "fg": [ 6036, 6038, 6037, 6035 ] }, + { "id": "unconnected", "fg": 6043 } ] }, { "id": "t_screened_porch_wall", "multitile": true, - "fg": 6036, - "bg": 5368, + "fg": 6059, + "bg": 5391, "additional_tiles": [ - { "id": "center", "bg": 5368, "fg": 6021 }, - { "id": "corner", "bg": 5368, "fg": [ 6023, 6025, 6024, 6022 ] }, - { "id": "t_connection", "bg": 5368, "fg": [ 6033, 6035, 6034, 6032 ] }, - { "id": "edge", "bg": 5368, "fg": [ 6027, 6026 ] }, - { "id": "end_piece", "bg": 5368, "fg": [ 6029, 6031, 6030, 6028 ] }, - { "bg": 5368, "id": "unconnected", "fg": [ 6036, 6036 ] } + { "id": "center", "bg": 5391, "fg": 6044 }, + { "id": "corner", "bg": 5391, "fg": [ 6046, 6048, 6047, 6045 ] }, + { "id": "t_connection", "bg": 5391, "fg": [ 6056, 6058, 6057, 6055 ] }, + { "id": "edge", "bg": 5391, "fg": [ 6050, 6049 ] }, + { "id": "end_piece", "bg": 5391, "fg": [ 6052, 6054, 6053, 6051 ] }, + { "bg": 5391, "id": "unconnected", "fg": [ 6059, 6059 ] } ] }, { "id": "t_sewage", "multitile": true, - "fg": 6052, + "fg": 6075, "additional_tiles": [ - { "id": "center", "fg": 6037 }, - { "id": "corner", "fg": [ 6039, 6041, 6040, 6038 ] }, - { "id": "t_connection", "fg": [ 6049, 6051, 6050, 6048 ] }, - { "id": "edge", "fg": [ 6043, 6042 ] }, - { "id": "end_piece", "fg": [ 6045, 6047, 6046, 6044 ] }, - { "id": "unconnected", "fg": [ 6052, 6052 ] } + { "id": "center", "fg": 6060 }, + { "id": "corner", "fg": [ 6062, 6064, 6063, 6061 ] }, + { "id": "t_connection", "fg": [ 6072, 6074, 6073, 6071 ] }, + { "id": "edge", "fg": [ 6066, 6065 ] }, + { "id": "end_piece", "fg": [ 6068, 6070, 6069, 6067 ] }, + { "id": "unconnected", "fg": [ 6075, 6075 ] } ] }, { "id": "t_sewage_pipe", "multitile": true, - "fg": 6068, + "fg": 6091, "additional_tiles": [ - { "id": "center", "fg": 6053 }, - { "id": "corner", "fg": [ 6055, 6057, 6056, 6054 ] }, - { "id": "t_connection", "fg": [ 6065, 6067, 6066, 6064 ] }, - { "id": "edge", "fg": [ 6059, 6058 ] }, - { "id": "end_piece", "fg": [ 6061, 6063, 6062, 6060 ] }, - { "id": "unconnected", "fg": [ 6068, 6068 ] } + { "id": "center", "fg": 6076 }, + { "id": "corner", "fg": [ 6078, 6080, 6079, 6077 ] }, + { "id": "t_connection", "fg": [ 6088, 6090, 6089, 6087 ] }, + { "id": "edge", "fg": [ 6082, 6081 ] }, + { "id": "end_piece", "fg": [ 6084, 6086, 6085, 6083 ] }, + { "id": "unconnected", "fg": [ 6091, 6091 ] } ] }, { "id": "t_shingle_flat_roof", "multitile": true, - "fg": 6084, - "additional_tiles": [ - { "id": "center", "fg": 6069 }, - { "id": "corner", "fg": [ 6071, 6073, 6072, 6070 ] }, - { "id": "t_connection", "fg": [ 6081, 6083, 6082, 6080 ] }, - { "id": "edge", "fg": [ 6075, 6074 ] }, - { "id": "end_piece", "fg": [ 6077, 6079, 6078, 6076 ] }, - { "id": "unconnected", "fg": 6084 } - ] - }, - { "id": "t_shrub", "fg": 6085, "bg": 5471 }, - { "id": "t_shrub_season_summer", "fg": 6085, "bg": 5481 }, - { "id": "t_shrub_season_autumn", "fg": 6085, "bg": 5476 }, - { "id": "t_shrub_season_winter", "fg": 6087, "bg": 4949 }, - { "id": "t_shrub_blackberry", "fg": 6088, "bg": 5471 }, - { "id": "t_shrub_blackberry_harvested", "fg": 6089, "bg": 5481 }, - { "id": "t_shrub_blackberry_season_summer", "fg": 6090, "bg": 5481 }, - { "id": "t_shrub_blackberry_season_autumn", "fg": 6088, "bg": 5476 }, - { "id": "t_shrub_blackberry_season_winter", "fg": 6091, "bg": 4949 }, - { "id": "t_shrub_blueberry", "fg": 6092, "bg": 5471 }, - { "id": "t_shrub_blueberry_harvested", "fg": 6093, "bg": 5481 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 6094, "bg": 5481 }, - { "id": "t_shrub_blueberry_season_autumn", "fg": 6092, "bg": 5476 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 6095, "bg": 4949 }, - { "id": "t_shrub_grape", "fg": 6096, "bg": 5471 }, - { "id": "t_shrub_grape_harvested", "fg": 6097, "bg": 5481 }, - { "id": "t_shrub_grape_season_summer", "fg": 6098, "bg": 5481 }, - { "id": "t_shrub_grape_season_autumn", "fg": 6096, "bg": 5476 }, - { "id": "t_shrub_grape_season_winter", "fg": 6099, "bg": 4949 }, - { "id": "t_shrub_huckleberry", "fg": 6100, "bg": 5471 }, - { "id": "t_shrub_huckleberry_harvested", "fg": 6101, "bg": 5481 }, - { "id": "t_shrub_huckleberry_season_summer", "fg": 6102, "bg": 5481 }, - { "id": "t_shrub_huckleberry_season_autumn", "fg": 6100, "bg": 5476 }, - { "id": "t_shrub_huckleberry_season_winter", "fg": 6103, "bg": 4949 }, - { "id": "t_shrub_hydrangea", "fg": 6105, "bg": 5471 }, - { "id": "t_shrub_hydrangea_harvested", "fg": 6104, "bg": 5471 }, - { "id": "t_shrub_hydrangea_season_summer", "fg": 6106, "bg": 5481 }, - { "id": "t_shrub_hydrangea_season_autumn", "fg": 6105, "bg": 5476 }, - { "id": "t_shrub_hydrangea_season_winter", "fg": 6107, "bg": 4949 }, - { "id": "t_shrub_lilac", "fg": 6109, "bg": 5471 }, - { "id": "t_shrub_lilac_harvested", "fg": 6108, "bg": 5471 }, - { "id": "t_shrub_lilac_season_summer", "fg": 6110, "bg": 5481 }, - { "id": "t_shrub_lilac_season_autumn", "fg": 6108, "bg": 5476 }, - { "id": "t_shrub_lilac_season_winter", "fg": 6111, "bg": 4949 }, - { "id": "t_shrub_peanut", "fg": 6112, "bg": 5471 }, - { "id": "t_shrub_peanut_harvested", "fg": 6114, "bg": 5476 }, - { "id": "t_shrub_peanut_season_summer", "fg": 6112, "bg": 5481 }, - { "id": "t_shrub_peanut_season_autumn", "fg": 6113, "bg": 5476 }, - { "id": "t_shrub_peanut_season_winter", "fg": 6115, "bg": 4949 }, - { "id": "t_shrub_raspberry", "fg": 6116, "bg": 5471 }, - { "id": "t_shrub_raspberry_harvested", "fg": 6117, "bg": 5481 }, - { "id": "t_shrub_raspberry_season_summer", "fg": 6118, "bg": 5481 }, - { "id": "t_shrub_raspberry_season_autumn", "fg": 6116, "bg": 5476 }, - { "id": "t_shrub_raspberry_season_winter", "fg": 6119, "bg": 4949 }, - { "id": "t_shrub_rose", "fg": 6121, "bg": 5471 }, - { "id": "t_shrub_rose_season_summer", "fg": 6121, "bg": 5481 }, - { "id": "t_shrub_rose_harvested", "fg": 6121, "bg": 5476 }, - { "id": "t_shrub_rose_season_autumn", "fg": 6120, "bg": 5476 }, - { "id": "t_shrub_rose_season_winter", "fg": 6122, "bg": 4949 }, - { "id": "t_shrub_strawberry", "fg": 6123, "bg": 5471 }, - { "id": "t_shrub_strawberry_harvested", "fg": 6124, "bg": 5481 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 6125, "bg": 5481 }, - { "id": "t_shrub_strawberry_season_autumn", "fg": 6123, "bg": 5476 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 6126, "bg": 4949 }, + "fg": 6107, + "additional_tiles": [ + { "id": "center", "fg": 6092 }, + { "id": "corner", "fg": [ 6094, 6096, 6095, 6093 ] }, + { "id": "t_connection", "fg": [ 6104, 6106, 6105, 6103 ] }, + { "id": "edge", "fg": [ 6098, 6097 ] }, + { "id": "end_piece", "fg": [ 6100, 6102, 6101, 6099 ] }, + { "id": "unconnected", "fg": 6107 } + ] + }, + { "id": "t_shrub", "fg": 6108, "bg": 5494 }, + { "id": "t_shrub_season_summer", "fg": 6108, "bg": 5504 }, + { "id": "t_shrub_season_autumn", "fg": 6108, "bg": 5499 }, + { "id": "t_shrub_season_winter", "fg": 6110, "bg": 4972 }, + { "id": "t_shrub_blackberry", "fg": 6111, "bg": 5494 }, + { "id": "t_shrub_blackberry_harvested", "fg": 6112, "bg": 5504 }, + { "id": "t_shrub_blackberry_season_summer", "fg": 6113, "bg": 5504 }, + { "id": "t_shrub_blackberry_season_autumn", "fg": 6111, "bg": 5499 }, + { "id": "t_shrub_blackberry_season_winter", "fg": 6114, "bg": 4972 }, + { "id": "t_shrub_blueberry", "fg": 6115, "bg": 5494 }, + { "id": "t_shrub_blueberry_harvested", "fg": 6116, "bg": 5504 }, + { "id": "t_shrub_blueberry_season_summer", "fg": 6117, "bg": 5504 }, + { "id": "t_shrub_blueberry_season_autumn", "fg": 6115, "bg": 5499 }, + { "id": "t_shrub_blueberry_season_winter", "fg": 6118, "bg": 4972 }, + { "id": "t_shrub_grape", "fg": 6119, "bg": 5494 }, + { "id": "t_shrub_grape_harvested", "fg": 6120, "bg": 5504 }, + { "id": "t_shrub_grape_season_summer", "fg": 6121, "bg": 5504 }, + { "id": "t_shrub_grape_season_autumn", "fg": 6119, "bg": 5499 }, + { "id": "t_shrub_grape_season_winter", "fg": 6122, "bg": 4972 }, + { "id": "t_shrub_huckleberry", "fg": 6123, "bg": 5494 }, + { "id": "t_shrub_huckleberry_harvested", "fg": 6124, "bg": 5504 }, + { "id": "t_shrub_huckleberry_season_summer", "fg": 6125, "bg": 5504 }, + { "id": "t_shrub_huckleberry_season_autumn", "fg": 6123, "bg": 5499 }, + { "id": "t_shrub_huckleberry_season_winter", "fg": 6126, "bg": 4972 }, + { "id": "t_shrub_hydrangea", "fg": 6128, "bg": 5494 }, + { "id": "t_shrub_hydrangea_harvested", "fg": 6127, "bg": 5494 }, + { "id": "t_shrub_hydrangea_season_summer", "fg": 6129, "bg": 5504 }, + { "id": "t_shrub_hydrangea_season_autumn", "fg": 6128, "bg": 5499 }, + { "id": "t_shrub_hydrangea_season_winter", "fg": 6130, "bg": 4972 }, + { "id": "t_shrub_lilac", "fg": 6132, "bg": 5494 }, + { "id": "t_shrub_lilac_harvested", "fg": 6131, "bg": 5494 }, + { "id": "t_shrub_lilac_season_summer", "fg": 6133, "bg": 5504 }, + { "id": "t_shrub_lilac_season_autumn", "fg": 6131, "bg": 5499 }, + { "id": "t_shrub_lilac_season_winter", "fg": 6134, "bg": 4972 }, + { "id": "t_shrub_peanut", "fg": 6135, "bg": 5494 }, + { "id": "t_shrub_peanut_harvested", "fg": 6137, "bg": 5499 }, + { "id": "t_shrub_peanut_season_summer", "fg": 6135, "bg": 5504 }, + { "id": "t_shrub_peanut_season_autumn", "fg": 6136, "bg": 5499 }, + { "id": "t_shrub_peanut_season_winter", "fg": 6138, "bg": 4972 }, + { "id": "t_shrub_raspberry", "fg": 6139, "bg": 5494 }, + { "id": "t_shrub_raspberry_harvested", "fg": 6140, "bg": 5504 }, + { "id": "t_shrub_raspberry_season_summer", "fg": 6141, "bg": 5504 }, + { "id": "t_shrub_raspberry_season_autumn", "fg": 6139, "bg": 5499 }, + { "id": "t_shrub_raspberry_season_winter", "fg": 6142, "bg": 4972 }, + { "id": "t_shrub_rose", "fg": 6144, "bg": 5494 }, + { "id": "t_shrub_rose_season_summer", "fg": 6144, "bg": 5504 }, + { "id": "t_shrub_rose_harvested", "fg": 6144, "bg": 5499 }, + { "id": "t_shrub_rose_season_autumn", "fg": 6143, "bg": 5499 }, + { "id": "t_shrub_rose_season_winter", "fg": 6145, "bg": 4972 }, + { "id": "t_shrub_strawberry", "fg": 6146, "bg": 5494 }, + { "id": "t_shrub_strawberry_harvested", "fg": 6147, "bg": 5504 }, + { "id": "t_shrub_strawberry_season_summer", "fg": 6148, "bg": 5504 }, + { "id": "t_shrub_strawberry_season_autumn", "fg": 6146, "bg": 5499 }, + { "id": "t_shrub_strawberry_season_winter", "fg": 6149, "bg": 4972 }, { "id": [ "t_sidewalk", "t_sidewalk_bg_dp" ], "multitile": true, - "fg": 6142, + "fg": 6165, "additional_tiles": [ - { "id": "center", "fg": 6127 }, - { "id": "corner", "fg": [ 6129, 6131, 6130, 6128 ] }, - { "id": "t_connection", "fg": [ 6139, 6141, 6140, 6138 ] }, - { "id": "edge", "fg": [ 6133, 6132 ] }, - { "id": "end_piece", "fg": [ 6135, 6137, 6136, 6134 ] }, - { "id": "unconnected", "fg": 6142 } + { "id": "center", "fg": 6150 }, + { "id": "corner", "fg": [ 6152, 6154, 6153, 6151 ] }, + { "id": "t_connection", "fg": [ 6162, 6164, 6163, 6161 ] }, + { "id": "edge", "fg": [ 6156, 6155 ] }, + { "id": "end_piece", "fg": [ 6158, 6160, 6159, 6157 ] }, + { "id": "unconnected", "fg": 6165 } ] }, - { "id": "t_sidewalk_season_winter", "fg": 4951 }, - { "id": "t_slime", "fg": 6143 }, + { "id": "t_sidewalk_season_winter", "fg": 4974 }, + { "id": "t_slime", "fg": 6166 }, { "id": "t_soil", - "fg": 6159, + "fg": 6182, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6144 }, - { "id": "corner", "fg": [ 6146, 6148, 6147, 6145 ] }, - { "id": "t_connection", "fg": [ 6156, 6158, 6157, 6155 ] }, - { "id": "edge", "fg": [ 6150, 6149 ] }, - { "id": "end_piece", "fg": [ 6152, 6154, 6153, 6151 ] }, - { "id": "unconnected", "fg": [ 6159, 6159 ] } + { "id": "center", "fg": 6167 }, + { "id": "corner", "fg": [ 6169, 6171, 6170, 6168 ] }, + { "id": "t_connection", "fg": [ 6179, 6181, 6180, 6178 ] }, + { "id": "edge", "fg": [ 6173, 6172 ] }, + { "id": "end_piece", "fg": [ 6175, 6177, 6176, 6174 ] }, + { "id": "unconnected", "fg": [ 6182, 6182 ] } ] }, - { "id": "t_splitrail_fencegate_c", "fg": 6160, "bg": 5471 }, - { "id": "t_splitrail_fencegate_o", "fg": 6161, "bg": 5471 }, - { "id": "t_splitrail_fencegate_c_season_summer", "fg": 6160, "bg": 5481 }, - { "id": "t_splitrail_fencegate_o_season_summer", "fg": 6161, "bg": 5481 }, - { "id": "t_splitrail_fencegate_c_season_autumn", "fg": 6160, "bg": 5476 }, - { "id": "t_splitrail_fencegate_o_season_autumn", "fg": 6161, "bg": 5476 }, - { "id": "t_splitrail_fencegate_c_season_winter", "fg": 6160, "bg": 4951 }, - { "id": "t_splitrail_fencegate_o_season_winter", "fg": 6161, "bg": 4951 }, + { "id": "t_splitrail_fencegate_c", "fg": 6183, "bg": 5494 }, + { "id": "t_splitrail_fencegate_o", "fg": 6184, "bg": 5494 }, + { "id": "t_splitrail_fencegate_c_season_summer", "fg": 6183, "bg": 5504 }, + { "id": "t_splitrail_fencegate_o_season_summer", "fg": 6184, "bg": 5504 }, + { "id": "t_splitrail_fencegate_c_season_autumn", "fg": 6183, "bg": 5499 }, + { "id": "t_splitrail_fencegate_o_season_autumn", "fg": 6184, "bg": 5499 }, + { "id": "t_splitrail_fencegate_c_season_winter", "fg": 6183, "bg": 4974 }, + { "id": "t_splitrail_fencegate_o_season_winter", "fg": 6184, "bg": 4974 }, { "id": "t_strconc_floor", "multitile": true, - "fg": 6177, + "fg": 6200, "additional_tiles": [ - { "id": "center", "fg": 6162 }, - { "id": "corner", "fg": [ 6164, 6166, 6165, 6163 ] }, - { "id": "t_connection", "fg": [ 6174, 6176, 6175, 6173 ] }, - { "id": "edge", "fg": [ 6168, 6167 ] }, - { "id": "end_piece", "fg": [ 6170, 6172, 6171, 6169 ] }, - { "id": "unconnected", "fg": 6177 } + { "id": "center", "fg": 6185 }, + { "id": "corner", "fg": [ 6187, 6189, 6188, 6186 ] }, + { "id": "t_connection", "fg": [ 6197, 6199, 6198, 6196 ] }, + { "id": "edge", "fg": [ 6191, 6190 ] }, + { "id": "end_piece", "fg": [ 6193, 6195, 6194, 6192 ] }, + { "id": "unconnected", "fg": 6200 } ] }, - { "id": "t_stump", "fg": 6178, "bg": 5471 }, - { "id": "t_stump_season_summer", "fg": 6178, "bg": 5481 }, - { "id": "t_stump_season_autumn", "fg": 6178, "bg": 5476 }, - { "id": "t_stump_season_winter", "fg": 6178, "bg": 4949 }, - { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 6179 }, { "weight": 100, "sprite": 6180 } ] }, + { "id": "t_stump", "fg": 6201, "bg": 5494 }, + { "id": "t_stump_season_summer", "fg": 6201, "bg": 5504 }, + { "id": "t_stump_season_autumn", "fg": 6201, "bg": 5499 }, + { "id": "t_stump_season_winter", "fg": 6201, "bg": 4972 }, + { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 6202 }, { "weight": 100, "sprite": 6203 } ] }, { "id": "t_thconc_floor", "fg": [ - { "weight": 1, "sprite": 6181 }, - { "weight": 1, "sprite": 6182 }, - { "weight": 1, "sprite": 6183 }, - { "weight": 1, "sprite": 6184 }, - { "weight": 1, "sprite": 6185 }, - { "weight": 1, "sprite": 6186 } + { "weight": 1, "sprite": 6204 }, + { "weight": 1, "sprite": 6205 }, + { "weight": 1, "sprite": 6206 }, + { "weight": 1, "sprite": 6207 }, + { "weight": 1, "sprite": 6208 }, + { "weight": 1, "sprite": 6209 } ] }, { "id": "t_thconc_r", "fg": [ - { "weight": 1, "sprite": 6189 }, - { "weight": 1, "sprite": 6190 }, - { "weight": 1, "sprite": 6191 }, - { "weight": 1, "sprite": 6192 }, - { "weight": 1, "sprite": 6193 }, - { "weight": 1, "sprite": 6194 } + { "weight": 1, "sprite": 6212 }, + { "weight": 1, "sprite": 6213 }, + { "weight": 1, "sprite": 6214 }, + { "weight": 1, "sprite": 6215 }, + { "weight": 1, "sprite": 6216 }, + { "weight": 1, "sprite": 6217 } ] }, { "id": "t_thconc_y", "fg": [ - { "weight": 1, "sprite": 6195 }, - { "weight": 1, "sprite": 6196 }, - { "weight": 1, "sprite": 6197 }, - { "weight": 1, "sprite": 6198 }, - { "weight": 1, "sprite": 6199 }, - { "weight": 1, "sprite": 6200 } - ] - }, - { "id": "t_underbrush", "fg": 6201, "bg": 5471 }, - { "id": "t_underbrush_harvested_spring", "fg": 6202, "bg": 5471 }, - { "id": "t_underbrush_season_summer", "fg": 6201, "bg": 5481 }, - { "id": "t_underbrush_harvested_summer", "fg": 6202, "bg": 5481 }, - { "id": "t_underbrush_season_autumn", "fg": 6201, "bg": 5476 }, - { "id": "t_underbrush_harvested_autumn", "fg": 6202, "bg": 5476 }, - { "id": "t_underbrush_harvested_winter", "fg": 6202, "bg": 4949 }, - { "id": "t_underbrush_season_winter", "fg": 6201, "bg": 4949 }, + { "weight": 1, "sprite": 6218 }, + { "weight": 1, "sprite": 6219 }, + { "weight": 1, "sprite": 6220 }, + { "weight": 1, "sprite": 6221 }, + { "weight": 1, "sprite": 6222 }, + { "weight": 1, "sprite": 6223 } + ] + }, + { "id": "t_underbrush", "fg": 6224, "bg": 5494 }, + { "id": "t_underbrush_harvested_spring", "fg": 6225, "bg": 5494 }, + { "id": "t_underbrush_season_summer", "fg": 6224, "bg": 5504 }, + { "id": "t_underbrush_harvested_summer", "fg": 6225, "bg": 5504 }, + { "id": "t_underbrush_season_autumn", "fg": 6224, "bg": 5499 }, + { "id": "t_underbrush_harvested_autumn", "fg": 6225, "bg": 5499 }, + { "id": "t_underbrush_harvested_winter", "fg": 6225, "bg": 4972 }, + { "id": "t_underbrush_season_winter", "fg": 6224, "bg": 4972 }, { "id": "t_wall", "multitile": true, - "fg": 6218, + "fg": 6241, "additional_tiles": [ - { "id": "center", "fg": 6203 }, - { "id": "corner", "fg": [ 6205, 6207, 6206, 6204 ] }, - { "id": "t_connection", "fg": [ 6215, 6217, 6216, 6214 ] }, - { "id": "edge", "fg": [ 6209, 6208 ] }, - { "id": "end_piece", "fg": [ 6211, 6213, 6212, 6210 ] }, - { "id": "unconnected", "fg": 6218 } + { "id": "center", "fg": 6226 }, + { "id": "corner", "fg": [ 6228, 6230, 6229, 6227 ] }, + { "id": "t_connection", "fg": [ 6238, 6240, 6239, 6237 ] }, + { "id": "edge", "fg": [ 6232, 6231 ] }, + { "id": "end_piece", "fg": [ 6234, 6236, 6235, 6233 ] }, + { "id": "unconnected", "fg": 6241 } ] }, { "id": "t_wall_b", "multitile": true, - "fg": 6234, + "fg": 6257, "additional_tiles": [ - { "id": "center", "fg": 6219 }, - { "id": "corner", "fg": [ 6221, 6223, 6222, 6220 ] }, - { "id": "t_connection", "fg": [ 6231, 6233, 6232, 6230 ] }, - { "id": "edge", "fg": [ 6225, 6224 ] }, - { "id": "end_piece", "fg": [ 6227, 6229, 6228, 6226 ] }, - { "id": "unconnected", "fg": 6234 } + { "id": "center", "fg": 6242 }, + { "id": "corner", "fg": [ 6244, 6246, 6245, 6243 ] }, + { "id": "t_connection", "fg": [ 6254, 6256, 6255, 6253 ] }, + { "id": "edge", "fg": [ 6248, 6247 ] }, + { "id": "end_piece", "fg": [ 6250, 6252, 6251, 6249 ] }, + { "id": "unconnected", "fg": 6257 } ] }, { "id": "t_wall_g", "multitile": true, - "fg": 6250, + "fg": 6273, "additional_tiles": [ - { "id": "center", "fg": 6235 }, - { "id": "corner", "fg": [ 6237, 6239, 6238, 6236 ] }, - { "id": "t_connection", "fg": [ 6247, 6249, 6248, 6246 ] }, - { "id": "edge", "fg": [ 6241, 6240 ] }, - { "id": "end_piece", "fg": [ 6243, 6245, 6244, 6242 ] }, - { "id": "unconnected", "fg": 6250 } + { "id": "center", "fg": 6258 }, + { "id": "corner", "fg": [ 6260, 6262, 6261, 6259 ] }, + { "id": "t_connection", "fg": [ 6270, 6272, 6271, 6269 ] }, + { "id": "edge", "fg": [ 6264, 6263 ] }, + { "id": "end_piece", "fg": [ 6266, 6268, 6267, 6265 ] }, + { "id": "unconnected", "fg": 6273 } ] }, { "id": [ "t_wall_glass", "t_wall_glass_alarm" ], "multitile": true, - "fg": 6266, + "fg": 6289, "additional_tiles": [ - { "id": "center", "fg": 6251 }, - { "id": "corner", "fg": [ 6253, 6255, 6254, 6252 ] }, - { "id": "t_connection", "fg": [ 6263, 6265, 6264, 6262 ] }, - { "id": "edge", "fg": [ 6257, 6256 ] }, - { "id": "end_piece", "fg": [ 6259, 6261, 6260, 6258 ] }, - { "id": "unconnected", "fg": 6266 } + { "id": "center", "fg": 6274 }, + { "id": "corner", "fg": [ 6276, 6278, 6277, 6275 ] }, + { "id": "t_connection", "fg": [ 6286, 6288, 6287, 6285 ] }, + { "id": "edge", "fg": [ 6280, 6279 ] }, + { "id": "end_piece", "fg": [ 6282, 6284, 6283, 6281 ] }, + { "id": "unconnected", "fg": 6289 } ] }, { "id": "t_wall_log", "multitile": true, - "fg": 6282, - "bg": 5471, + "fg": 6305, + "bg": 5494, "additional_tiles": [ - { "id": "center", "fg": 6267 }, - { "id": "corner", "fg": [ 6269, 6271, 6270, 6268 ] }, - { "id": "t_connection", "fg": [ 6279, 6281, 6280, 6278 ] }, - { "id": "edge", "bg": 5471, "fg": [ 6273, 6272 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 6275, 6277, 6276, 6274 ] }, - { "bg": 5471, "id": "unconnected", "fg": 6282 } + { "id": "center", "fg": 6290 }, + { "id": "corner", "fg": [ 6292, 6294, 6293, 6291 ] }, + { "id": "t_connection", "fg": [ 6302, 6304, 6303, 6301 ] }, + { "id": "edge", "bg": 5494, "fg": [ 6296, 6295 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 6298, 6300, 6299, 6297 ] }, + { "bg": 5494, "id": "unconnected", "fg": 6305 } ] }, { "id": "t_wall_metal", - "fg": 6298, + "fg": 6321, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6283 }, - { "id": "corner", "fg": [ 6285, 6287, 6286, 6284 ] }, - { "id": "t_connection", "fg": [ 6295, 6297, 6296, 6294 ] }, - { "id": "edge", "fg": [ 6289, 6288 ] }, - { "id": "end_piece", "fg": [ 6291, 6293, 6292, 6290 ] }, - { "id": "unconnected", "fg": [ 6298, 6298 ] } + { "id": "center", "fg": 6306 }, + { "id": "corner", "fg": [ 6308, 6310, 6309, 6307 ] }, + { "id": "t_connection", "fg": [ 6318, 6320, 6319, 6317 ] }, + { "id": "edge", "fg": [ 6312, 6311 ] }, + { "id": "end_piece", "fg": [ 6314, 6316, 6315, 6313 ] }, + { "id": "unconnected", "fg": [ 6321, 6321 ] } ] }, { "id": "t_wall_metal_corrugated", - "fg": 6314, + "fg": 6337, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6299 }, - { "id": "corner", "fg": [ 6301, 6303, 6302, 6300 ] }, - { "id": "t_connection", "fg": [ 6311, 6313, 6312, 6310 ] }, - { "id": "edge", "fg": [ 6305, 6304 ] }, - { "id": "end_piece", "fg": [ 6307, 6309, 6308, 6306 ] }, - { "id": "unconnected", "fg": [ 6314, 6314 ] } + { "id": "center", "fg": 6322 }, + { "id": "corner", "fg": [ 6324, 6326, 6325, 6323 ] }, + { "id": "t_connection", "fg": [ 6334, 6336, 6335, 6333 ] }, + { "id": "edge", "fg": [ 6328, 6327 ] }, + { "id": "end_piece", "fg": [ 6330, 6332, 6331, 6329 ] }, + { "id": "unconnected", "fg": [ 6337, 6337 ] } ] }, { "id": "t_wall_p", "multitile": true, - "fg": 6330, + "fg": 6353, "additional_tiles": [ - { "id": "center", "fg": 6315 }, - { "id": "corner", "fg": [ 6317, 6319, 6318, 6316 ] }, - { "id": "t_connection", "fg": [ 6327, 6329, 6328, 6326 ] }, - { "id": "edge", "fg": [ 6321, 6320 ] }, - { "id": "end_piece", "fg": [ 6323, 6325, 6324, 6322 ] }, - { "id": "unconnected", "fg": 6330 } + { "id": "center", "fg": 6338 }, + { "id": "corner", "fg": [ 6340, 6342, 6341, 6339 ] }, + { "id": "t_connection", "fg": [ 6350, 6352, 6351, 6349 ] }, + { "id": "edge", "fg": [ 6344, 6343 ] }, + { "id": "end_piece", "fg": [ 6346, 6348, 6347, 6345 ] }, + { "id": "unconnected", "fg": 6353 } ] }, { "id": "t_wall_r", "multitile": true, - "fg": 6346, + "fg": 6369, "additional_tiles": [ - { "id": "center", "fg": 6331 }, - { "id": "corner", "fg": [ 6333, 6335, 6334, 6332 ] }, - { "id": "t_connection", "fg": [ 6343, 6345, 6344, 6342 ] }, - { "id": "edge", "fg": [ 6337, 6336 ] }, - { "id": "end_piece", "fg": [ 6339, 6341, 6340, 6338 ] }, - { "id": "unconnected", "fg": 6346 } + { "id": "center", "fg": 6354 }, + { "id": "corner", "fg": [ 6356, 6358, 6357, 6355 ] }, + { "id": "t_connection", "fg": [ 6366, 6368, 6367, 6365 ] }, + { "id": "edge", "fg": [ 6360, 6359 ] }, + { "id": "end_piece", "fg": [ 6362, 6364, 6363, 6361 ] }, + { "id": "unconnected", "fg": 6369 } ] }, { "id": "t_wall_rammed_earth", - "fg": 6362, + "fg": 6385, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6347 }, - { "id": "corner", "fg": [ 6349, 6351, 6350, 6348 ] }, - { "id": "t_connection", "fg": [ 6359, 6361, 6360, 6358 ] }, - { "id": "edge", "fg": [ 6353, 6352 ] }, - { "id": "end_piece", "fg": [ 6355, 6357, 6356, 6354 ] }, - { "id": "unconnected", "fg": [ 6362, 6362 ] } + { "id": "center", "fg": 6370 }, + { "id": "corner", "fg": [ 6372, 6374, 6373, 6371 ] }, + { "id": "t_connection", "fg": [ 6382, 6384, 6383, 6381 ] }, + { "id": "edge", "fg": [ 6376, 6375 ] }, + { "id": "end_piece", "fg": [ 6378, 6380, 6379, 6377 ] }, + { "id": "unconnected", "fg": [ 6385, 6385 ] } ] }, { "id": "t_wall_resin", "multitile": true, - "fg": 6380, + "fg": 6403, "additional_tiles": [ - { "id": "center", "fg": 6365 }, - { "id": "corner", "fg": [ 6367, 6369, 6368, 6366 ] }, - { "id": "t_connection", "fg": [ 6377, 6379, 6378, 6376 ] }, - { "id": "edge", "fg": [ 6371, 6370 ] }, - { "id": "end_piece", "fg": [ 6373, 6375, 6374, 6372 ] }, - { "id": "unconnected", "fg": 6380 } + { "id": "center", "fg": 6388 }, + { "id": "corner", "fg": [ 6390, 6392, 6391, 6389 ] }, + { "id": "t_connection", "fg": [ 6400, 6402, 6401, 6399 ] }, + { "id": "edge", "fg": [ 6394, 6393 ] }, + { "id": "end_piece", "fg": [ 6396, 6398, 6397, 6395 ] }, + { "id": "unconnected", "fg": 6403 } ] }, - { "id": "t_resin_hole_c", "fg": 6363 }, - { "id": "t_resin_hole_o", "fg": 6364 }, + { "id": "t_resin_hole_c", "fg": 6386 }, + { "id": "t_resin_hole_o", "fg": 6387 }, { "id": "t_wall_w", "multitile": true, - "fg": 6397, + "fg": 6420, "additional_tiles": [ - { "id": "center", "fg": 6382 }, - { "id": "corner", "fg": [ 6384, 6386, 6385, 6383 ] }, - { "id": "t_connection", "fg": [ 6394, 6396, 6395, 6393 ] }, - { "id": "edge", "fg": [ 6388, 6387 ] }, - { "id": "end_piece", "fg": [ 6390, 6392, 6391, 6389 ] }, - { "id": "unconnected", "fg": 6397 } + { "id": "center", "fg": 6405 }, + { "id": "corner", "fg": [ 6407, 6409, 6408, 6406 ] }, + { "id": "t_connection", "fg": [ 6417, 6419, 6418, 6416 ] }, + { "id": "edge", "fg": [ 6411, 6410 ] }, + { "id": "end_piece", "fg": [ 6413, 6415, 6414, 6412 ] }, + { "id": "unconnected", "fg": 6420 } ] }, { "id": [ "t_wall_wood", "t_wall_wood_chipped", "t_wall_wood_broken" ], "multitile": true, - "fg": 6413, + "fg": 6436, "additional_tiles": [ - { "id": "center", "fg": 6398 }, - { "id": "corner", "fg": [ 6400, 6402, 6401, 6399 ] }, - { "id": "t_connection", "fg": [ 6410, 6412, 6411, 6409 ] }, - { "id": "edge", "fg": [ 6404, 6403 ] }, - { "id": "end_piece", "fg": [ 6406, 6408, 6407, 6405 ] }, - { "id": "unconnected", "fg": 6413 } + { "id": "center", "fg": 6421 }, + { "id": "corner", "fg": [ 6423, 6425, 6424, 6422 ] }, + { "id": "t_connection", "fg": [ 6433, 6435, 6434, 6432 ] }, + { "id": "edge", "fg": [ 6427, 6426 ] }, + { "id": "end_piece", "fg": [ 6429, 6431, 6430, 6428 ] }, + { "id": "unconnected", "fg": 6436 } ] }, { "id": "t_wall_y", "multitile": true, - "fg": 6429, + "fg": 6452, "additional_tiles": [ - { "id": "center", "fg": 6414 }, - { "id": "corner", "fg": [ 6416, 6418, 6417, 6415 ] }, - { "id": "t_connection", "fg": [ 6426, 6428, 6427, 6425 ] }, - { "id": "edge", "fg": [ 6420, 6419 ] }, - { "id": "end_piece", "fg": [ 6422, 6424, 6423, 6421 ] }, - { "id": "unconnected", "fg": 6429 } + { "id": "center", "fg": 6437 }, + { "id": "corner", "fg": [ 6439, 6441, 6440, 6438 ] }, + { "id": "t_connection", "fg": [ 6449, 6451, 6450, 6448 ] }, + { "id": "edge", "fg": [ 6443, 6442 ] }, + { "id": "end_piece", "fg": [ 6445, 6447, 6446, 6444 ] }, + { "id": "unconnected", "fg": 6452 } ] }, { "id": [ "t_water_dp", "t_swater_dp" ], "multitile": true, - "fg": 6448, - "bg": 5471, + "fg": 6471, + "bg": 5494, "additional_tiles": [ { "id": "center", - "bg": 5471, + "bg": 5494, "fg": [ - { "weight": 1, "sprite": 6430 }, - { "weight": 1, "sprite": 6431 }, - { "weight": 1, "sprite": 6432 }, - { "weight": 1, "sprite": 6433 } + { "weight": 1, "sprite": 6453 }, + { "weight": 1, "sprite": 6454 }, + { "weight": 1, "sprite": 6455 }, + { "weight": 1, "sprite": 6456 } ] }, - { "id": "corner", "bg": 5471, "fg": [ 6435, 6437, 6436, 6434 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 6445, 6447, 6446, 6444 ] }, - { "id": "edge", "bg": 5471, "fg": [ 6439, 6438 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 6441, 6443, 6442, 6440 ] }, - { "bg": 5471, "id": "unconnected", "fg": 6448 } + { "id": "corner", "bg": 5494, "fg": [ 6458, 6460, 6459, 6457 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 6468, 6470, 6469, 6467 ] }, + { "id": "edge", "bg": 5494, "fg": [ 6462, 6461 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 6464, 6466, 6465, 6463 ] }, + { "bg": 5494, "id": "unconnected", "fg": 6471 } ] }, { "id": [ "t_water_dp_season_summer", "t_swater_dp_season_summer" ], "multitile": true, - "fg": 6448, - "bg": 5481, + "fg": 6471, + "bg": 5504, "additional_tiles": [ { "id": "center", - "bg": 5481, - "fg": [ { "weight": 1, "sprite": 6430 }, { "weight": 1, "sprite": 6431 }, { "weight": 1, "sprite": 6432 } ] + "bg": 5504, + "fg": [ { "weight": 1, "sprite": 6453 }, { "weight": 1, "sprite": 6454 }, { "weight": 1, "sprite": 6455 } ] }, - { "id": "corner", "bg": 5481, "fg": [ 6435, 6437, 6436, 6434 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 6445, 6447, 6446, 6444 ] }, - { "id": "edge", "bg": 5481, "fg": [ 6439, 6438 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 6441, 6443, 6442, 6440 ] }, - { "bg": 5481, "id": "unconnected", "fg": 6448 } + { "id": "corner", "bg": 5504, "fg": [ 6458, 6460, 6459, 6457 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 6468, 6470, 6469, 6467 ] }, + { "id": "edge", "bg": 5504, "fg": [ 6462, 6461 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 6464, 6466, 6465, 6463 ] }, + { "bg": 5504, "id": "unconnected", "fg": 6471 } ] }, { "id": [ "t_water_dp_season_autumn", "t_swater_dp_season_autumn" ], "multitile": true, - "fg": 6448, - "bg": 5476, + "fg": 6471, + "bg": 5499, "additional_tiles": [ { "id": "center", - "bg": 5476, - "fg": [ { "weight": 1, "sprite": 6430 }, { "weight": 1, "sprite": 6431 }, { "weight": 1, "sprite": 6432 } ] + "bg": 5499, + "fg": [ { "weight": 1, "sprite": 6453 }, { "weight": 1, "sprite": 6454 }, { "weight": 1, "sprite": 6455 } ] }, - { "id": "corner", "bg": 5476, "fg": [ 6435, 6437, 6436, 6434 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 6445, 6447, 6446, 6444 ] }, - { "id": "edge", "bg": 5476, "fg": [ 6439, 6438 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 6441, 6443, 6442, 6440 ] }, - { "bg": 5476, "id": "unconnected", "fg": 6448 } + { "id": "corner", "bg": 5499, "fg": [ 6458, 6460, 6459, 6457 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 6468, 6470, 6469, 6467 ] }, + { "id": "edge", "bg": 5499, "fg": [ 6462, 6461 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 6464, 6466, 6465, 6463 ] }, + { "bg": 5499, "id": "unconnected", "fg": 6471 } ] }, { "id": [ "t_water_dp_season_winter", "t_swater_dp_season_winter" ], "multitile": true, - "fg": 6448, - "bg": 4951, + "fg": 6471, + "bg": 4974, "additional_tiles": [ { "id": "center", - "bg": 4951, - "fg": [ { "weight": 1, "sprite": 6430 }, { "weight": 1, "sprite": 6431 }, { "weight": 1, "sprite": 6432 } ] + "bg": 4974, + "fg": [ { "weight": 1, "sprite": 6453 }, { "weight": 1, "sprite": 6454 }, { "weight": 1, "sprite": 6455 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 6435, 6437, 6436, 6434 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 6445, 6447, 6446, 6444 ] }, - { "id": "edge", "bg": 4951, "fg": [ 6439, 6438 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 6441, 6443, 6442, 6440 ] }, - { "bg": 4951, "id": "unconnected", "fg": 6448 } + { "id": "corner", "bg": 4974, "fg": [ 6458, 6460, 6459, 6457 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 6468, 6470, 6469, 6467 ] }, + { "id": "edge", "bg": 4974, "fg": [ 6462, 6461 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 6464, 6466, 6465, 6463 ] }, + { "bg": 4974, "id": "unconnected", "fg": 6471 } ] }, { "id": "t_water_hot", - "fg": 6464, - "bg": 5471, + "fg": 6487, + "bg": 5494, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6449, "bg": 5471 }, - { "id": "corner", "fg": [ 6451, 6453, 6452, 6450 ], "bg": 5471 }, - { "id": "t_connection", "fg": [ 6461, 6463, 6462, 6460 ], "bg": 5471 }, - { "id": "edge", "fg": [ 6455, 6454 ], "bg": 5471 }, - { "id": "end_piece", "fg": [ 6457, 6459, 6458, 6456 ], "bg": 5471 }, - { "id": "unconnected", "fg": [ 6464, 6464 ], "bg": 5471 } + { "id": "center", "fg": 6472, "bg": 5494 }, + { "id": "corner", "fg": [ 6474, 6476, 6475, 6473 ], "bg": 5494 }, + { "id": "t_connection", "fg": [ 6484, 6486, 6485, 6483 ], "bg": 5494 }, + { "id": "edge", "fg": [ 6478, 6477 ], "bg": 5494 }, + { "id": "end_piece", "fg": [ 6480, 6482, 6481, 6479 ], "bg": 5494 }, + { "id": "unconnected", "fg": [ 6487, 6487 ], "bg": 5494 } ] }, { "id": "t_water_hot_season_summer", - "fg": 6464, - "bg": 5481, + "fg": 6487, + "bg": 5504, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6449, "bg": 5481 }, - { "id": "corner", "fg": [ 6451, 6453, 6452, 6450 ], "bg": 5481 }, - { "id": "t_connection", "fg": [ 6461, 6463, 6462, 6460 ], "bg": 5481 }, - { "id": "edge", "fg": [ 6455, 6454 ], "bg": 5481 }, - { "id": "end_piece", "fg": [ 6457, 6459, 6458, 6456 ], "bg": 5481 }, - { "id": "unconnected", "fg": [ 6464, 6464 ], "bg": 5481 } + { "id": "center", "fg": 6472, "bg": 5504 }, + { "id": "corner", "fg": [ 6474, 6476, 6475, 6473 ], "bg": 5504 }, + { "id": "t_connection", "fg": [ 6484, 6486, 6485, 6483 ], "bg": 5504 }, + { "id": "edge", "fg": [ 6478, 6477 ], "bg": 5504 }, + { "id": "end_piece", "fg": [ 6480, 6482, 6481, 6479 ], "bg": 5504 }, + { "id": "unconnected", "fg": [ 6487, 6487 ], "bg": 5504 } ] }, { "id": "t_water_hot_season_autumn", - "fg": 6464, - "bg": 5476, + "fg": 6487, + "bg": 5499, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6449, "bg": 5476 }, - { "id": "corner", "fg": [ 6451, 6453, 6452, 6450 ], "bg": 5476 }, - { "id": "t_connection", "fg": [ 6461, 6463, 6462, 6460 ], "bg": 5476 }, - { "id": "edge", "fg": [ 6455, 6454 ], "bg": 5476 }, - { "id": "end_piece", "fg": [ 6457, 6459, 6458, 6456 ], "bg": 5476 }, - { "id": "unconnected", "fg": [ 6464, 6464 ], "bg": 5476 } + { "id": "center", "fg": 6472, "bg": 5499 }, + { "id": "corner", "fg": [ 6474, 6476, 6475, 6473 ], "bg": 5499 }, + { "id": "t_connection", "fg": [ 6484, 6486, 6485, 6483 ], "bg": 5499 }, + { "id": "edge", "fg": [ 6478, 6477 ], "bg": 5499 }, + { "id": "end_piece", "fg": [ 6480, 6482, 6481, 6479 ], "bg": 5499 }, + { "id": "unconnected", "fg": [ 6487, 6487 ], "bg": 5499 } ] }, { "id": "t_water_hot_season_winter", - "fg": 6464, - "bg": 4951, + "fg": 6487, + "bg": 4974, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6449, "bg": 4951 }, - { "id": "corner", "fg": [ 6451, 6453, 6452, 6450 ], "bg": 4951 }, - { "id": "t_connection", "fg": [ 6461, 6463, 6462, 6460 ], "bg": 4951 }, - { "id": "edge", "fg": [ 6455, 6454 ], "bg": 4951 }, - { "id": "end_piece", "fg": [ 6457, 6459, 6458, 6456 ], "bg": 4951 }, - { "id": "unconnected", "fg": [ 6464, 6464 ], "bg": 4951 } + { "id": "center", "fg": 6472, "bg": 4974 }, + { "id": "corner", "fg": [ 6474, 6476, 6475, 6473 ], "bg": 4974 }, + { "id": "t_connection", "fg": [ 6484, 6486, 6485, 6483 ], "bg": 4974 }, + { "id": "edge", "fg": [ 6478, 6477 ], "bg": 4974 }, + { "id": "end_piece", "fg": [ 6480, 6482, 6481, 6479 ], "bg": 4974 }, + { "id": "unconnected", "fg": [ 6487, 6487 ], "bg": 4974 } ] }, { "id": [ "t_water_moving_dp", "t_swater_moving_dp" ], "multitile": true, - "fg": 6481, - "bg": 5471, + "fg": 6504, + "bg": 5494, "additional_tiles": [ - { "id": "center", "bg": 5471, "fg": [ { "weight": 1, "sprite": 6465 }, { "weight": 1, "sprite": 6466 } ] }, - { "id": "corner", "bg": 5471, "fg": [ 6468, 6470, 6469, 6467 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 6478, 6480, 6479, 6477 ] }, - { "id": "edge", "bg": 5471, "fg": [ 6472, 6471 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 6474, 6476, 6475, 6473 ] }, - { "bg": 5471, "id": "unconnected", "fg": 6481 } + { "id": "center", "bg": 5494, "fg": [ { "weight": 1, "sprite": 6488 }, { "weight": 1, "sprite": 6489 } ] }, + { "id": "corner", "bg": 5494, "fg": [ 6491, 6493, 6492, 6490 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 6501, 6503, 6502, 6500 ] }, + { "id": "edge", "bg": 5494, "fg": [ 6495, 6494 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 6497, 6499, 6498, 6496 ] }, + { "bg": 5494, "id": "unconnected", "fg": 6504 } ] }, { "id": [ "t_water_moving_dp_season_summer", "t_swater_moving_dp_season_summer" ], "multitile": true, - "fg": 6481, - "bg": 5481, + "fg": 6504, + "bg": 5504, "additional_tiles": [ - { "id": "center", "bg": 5481, "fg": [ { "weight": 1, "sprite": 6465 }, { "weight": 1, "sprite": 6466 } ] }, - { "id": "corner", "bg": 5481, "fg": [ 6468, 6470, 6469, 6467 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 6478, 6480, 6479, 6477 ] }, - { "id": "edge", "bg": 5481, "fg": [ 6472, 6471 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 6474, 6476, 6475, 6473 ] }, - { "bg": 5481, "id": "unconnected", "fg": 6481 } + { "id": "center", "bg": 5504, "fg": [ { "weight": 1, "sprite": 6488 }, { "weight": 1, "sprite": 6489 } ] }, + { "id": "corner", "bg": 5504, "fg": [ 6491, 6493, 6492, 6490 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 6501, 6503, 6502, 6500 ] }, + { "id": "edge", "bg": 5504, "fg": [ 6495, 6494 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 6497, 6499, 6498, 6496 ] }, + { "bg": 5504, "id": "unconnected", "fg": 6504 } ] }, { "id": [ "t_water_moving_dp_season_autumn", "t_swater_moving_dp_season_autumn" ], "multitile": true, - "fg": 6481, - "bg": 5476, + "fg": 6504, + "bg": 5499, "additional_tiles": [ - { "id": "center", "bg": 5476, "fg": [ { "weight": 1, "sprite": 6465 }, { "weight": 1, "sprite": 6466 } ] }, - { "id": "corner", "bg": 5476, "fg": [ 6468, 6470, 6469, 6467 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 6478, 6480, 6479, 6477 ] }, - { "id": "edge", "bg": 5476, "fg": [ 6472, 6471 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 6474, 6476, 6475, 6473 ] }, - { "bg": 5476, "id": "unconnected", "fg": 6481 } + { "id": "center", "bg": 5499, "fg": [ { "weight": 1, "sprite": 6488 }, { "weight": 1, "sprite": 6489 } ] }, + { "id": "corner", "bg": 5499, "fg": [ 6491, 6493, 6492, 6490 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 6501, 6503, 6502, 6500 ] }, + { "id": "edge", "bg": 5499, "fg": [ 6495, 6494 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 6497, 6499, 6498, 6496 ] }, + { "bg": 5499, "id": "unconnected", "fg": 6504 } ] }, { "id": [ "t_water_moving_dp_season_winter", "t_swater_moving_dp_season_winter" ], "multitile": true, - "fg": 6481, - "bg": 4951, + "fg": 6504, + "bg": 4974, "additional_tiles": [ - { "id": "center", "bg": 4951, "fg": [ { "weight": 1, "sprite": 6465 }, { "weight": 1, "sprite": 6466 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 6468, 6470, 6469, 6467 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 6478, 6480, 6479, 6477 ] }, - { "id": "edge", "bg": 4951, "fg": [ 6472, 6471 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 6474, 6476, 6475, 6473 ] }, - { "bg": 4951, "id": "unconnected", "fg": 6481 } + { "id": "center", "bg": 4974, "fg": [ { "weight": 1, "sprite": 6488 }, { "weight": 1, "sprite": 6489 } ] }, + { "id": "corner", "bg": 4974, "fg": [ 6491, 6493, 6492, 6490 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 6501, 6503, 6502, 6500 ] }, + { "id": "edge", "bg": 4974, "fg": [ 6495, 6494 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 6497, 6499, 6498, 6496 ] }, + { "bg": 4974, "id": "unconnected", "fg": 6504 } ] }, { "id": [ "t_water_moving_sh", "t_swater_moving_sh" ], "multitile": true, - "fg": 6500, - "bg": 5471, + "fg": 6523, + "bg": 5494, "additional_tiles": [ { "id": "center", - "bg": 5471, + "bg": 5494, "fg": [ - { "weight": 1, "sprite": 6482 }, - { "weight": 1, "sprite": 6483 }, - { "weight": 1, "sprite": 6484 }, - { "weight": 1, "sprite": 6485 } + { "weight": 1, "sprite": 6505 }, + { "weight": 1, "sprite": 6506 }, + { "weight": 1, "sprite": 6507 }, + { "weight": 1, "sprite": 6508 } ] }, - { "id": "corner", "bg": 5471, "fg": [ 6487, 6489, 6488, 6486 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 6497, 6499, 6498, 6496 ] }, - { "id": "edge", "bg": 5471, "fg": [ 6491, 6490 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 6493, 6495, 6494, 6492 ] }, - { "bg": 5471, "id": "unconnected", "fg": 6500 } + { "id": "corner", "bg": 5494, "fg": [ 6510, 6512, 6511, 6509 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 6520, 6522, 6521, 6519 ] }, + { "id": "edge", "bg": 5494, "fg": [ 6514, 6513 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 6516, 6518, 6517, 6515 ] }, + { "bg": 5494, "id": "unconnected", "fg": 6523 } ] }, { "id": [ "t_water_moving_sh_season_summer", "t_swater_moving_sh_season_summer" ], "multitile": true, - "fg": 6500, - "bg": 5481, + "fg": 6523, + "bg": 5504, "additional_tiles": [ { "id": "center", - "bg": 5481, + "bg": 5504, "fg": [ - { "weight": 1, "sprite": 6482 }, - { "weight": 1, "sprite": 6483 }, - { "weight": 1, "sprite": 6484 }, - { "weight": 1, "sprite": 6485 } + { "weight": 1, "sprite": 6505 }, + { "weight": 1, "sprite": 6506 }, + { "weight": 1, "sprite": 6507 }, + { "weight": 1, "sprite": 6508 } ] }, - { "id": "corner", "bg": 5481, "fg": [ 6487, 6489, 6488, 6486 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 6497, 6499, 6498, 6496 ] }, - { "id": "edge", "bg": 5481, "fg": [ 6491, 6490 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 6493, 6495, 6494, 6492 ] }, - { "bg": 5481, "id": "unconnected", "fg": 6500 } + { "id": "corner", "bg": 5504, "fg": [ 6510, 6512, 6511, 6509 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 6520, 6522, 6521, 6519 ] }, + { "id": "edge", "bg": 5504, "fg": [ 6514, 6513 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 6516, 6518, 6517, 6515 ] }, + { "bg": 5504, "id": "unconnected", "fg": 6523 } ] }, { "id": [ "t_water_moving_sh_season_autumn", "t_swater_moving_sh_season_autumn" ], "multitile": true, - "fg": 6500, - "bg": 5476, + "fg": 6523, + "bg": 5499, "additional_tiles": [ { "id": "center", - "bg": 5476, + "bg": 5499, "fg": [ - { "weight": 1, "sprite": 6482 }, - { "weight": 1, "sprite": 6483 }, - { "weight": 1, "sprite": 6484 }, - { "weight": 1, "sprite": 6485 } + { "weight": 1, "sprite": 6505 }, + { "weight": 1, "sprite": 6506 }, + { "weight": 1, "sprite": 6507 }, + { "weight": 1, "sprite": 6508 } ] }, - { "id": "corner", "bg": 5476, "fg": [ 6487, 6489, 6488, 6486 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 6497, 6499, 6498, 6496 ] }, - { "id": "edge", "bg": 5476, "fg": [ 6491, 6490 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 6493, 6495, 6494, 6492 ] }, - { "bg": 5476, "id": "unconnected", "fg": 6500 } + { "id": "corner", "bg": 5499, "fg": [ 6510, 6512, 6511, 6509 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 6520, 6522, 6521, 6519 ] }, + { "id": "edge", "bg": 5499, "fg": [ 6514, 6513 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 6516, 6518, 6517, 6515 ] }, + { "bg": 5499, "id": "unconnected", "fg": 6523 } ] }, { "id": [ "t_water_moving_sh_season_winter", "t_swater_moving_sh_season_winter" ], "multitile": true, - "fg": 6500, - "bg": 4951, + "fg": 6523, + "bg": 4974, "additional_tiles": [ { "id": "center", - "bg": 4951, + "bg": 4974, "fg": [ - { "weight": 1, "sprite": 6482 }, - { "weight": 1, "sprite": 6483 }, - { "weight": 1, "sprite": 6484 }, - { "weight": 1, "sprite": 6485 } + { "weight": 1, "sprite": 6505 }, + { "weight": 1, "sprite": 6506 }, + { "weight": 1, "sprite": 6507 }, + { "weight": 1, "sprite": 6508 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 6487, 6489, 6488, 6486 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 6497, 6499, 6498, 6496 ] }, - { "id": "edge", "bg": 4951, "fg": [ 6491, 6490 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 6493, 6495, 6494, 6492 ] }, - { "bg": 4951, "id": "unconnected", "fg": 6500 } + { "id": "corner", "bg": 4974, "fg": [ 6510, 6512, 6511, 6509 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 6520, 6522, 6521, 6519 ] }, + { "id": "edge", "bg": 4974, "fg": [ 6514, 6513 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 6516, 6518, 6517, 6515 ] }, + { "bg": 4974, "id": "unconnected", "fg": 6523 } ] }, { "id": [ "t_water_pool", "t_water_pool_shallow" ], "multitile": true, - "fg": 6515, + "fg": 6538, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 6516 }, { "weight": 1, "sprite": 6517 }, { "weight": 1, "sprite": 6518 } ] + "fg": [ { "weight": 1, "sprite": 6539 }, { "weight": 1, "sprite": 6540 }, { "weight": 1, "sprite": 6541 } ] }, - { "id": "corner", "fg": [ 6502, 6504, 6503, 6501 ] }, - { "id": "t_connection", "fg": [ 6512, 6514, 6513, 6511 ] }, - { "id": "edge", "fg": [ 6506, 6505 ] }, - { "id": "end_piece", "fg": [ 6508, 6510, 6509, 6507 ] }, - { "id": "unconnected", "fg": [ 6515, 6515 ] } + { "id": "corner", "fg": [ 6525, 6527, 6526, 6524 ] }, + { "id": "t_connection", "fg": [ 6535, 6537, 6536, 6534 ] }, + { "id": "edge", "fg": [ 6529, 6528 ] }, + { "id": "end_piece", "fg": [ 6531, 6533, 6532, 6530 ] }, + { "id": "unconnected", "fg": [ 6538, 6538 ] } ] }, { "id": [ "t_water_sh", "t_swater_sh" ], "multitile": true, - "fg": 6534, - "bg": 5471, + "fg": 6557, + "bg": 5494, "additional_tiles": [ { "id": "center", - "bg": 5471, + "bg": 5494, "fg": [ - { "weight": 1, "sprite": 6516 }, - { "weight": 1, "sprite": 6517 }, - { "weight": 1, "sprite": 6518 }, - { "weight": 1, "sprite": 6519 } + { "weight": 1, "sprite": 6539 }, + { "weight": 1, "sprite": 6540 }, + { "weight": 1, "sprite": 6541 }, + { "weight": 1, "sprite": 6542 } ] }, - { "id": "corner", "bg": 5471, "fg": [ 6521, 6523, 6522, 6520 ] }, - { "id": "t_connection", "bg": 5471, "fg": [ 6531, 6533, 6532, 6530 ] }, - { "id": "edge", "bg": 5471, "fg": [ 6525, 6524 ] }, - { "id": "end_piece", "bg": 5471, "fg": [ 6527, 6529, 6528, 6526 ] }, - { "bg": 5471, "id": "unconnected", "fg": 6534 } + { "id": "corner", "bg": 5494, "fg": [ 6544, 6546, 6545, 6543 ] }, + { "id": "t_connection", "bg": 5494, "fg": [ 6554, 6556, 6555, 6553 ] }, + { "id": "edge", "bg": 5494, "fg": [ 6548, 6547 ] }, + { "id": "end_piece", "bg": 5494, "fg": [ 6550, 6552, 6551, 6549 ] }, + { "bg": 5494, "id": "unconnected", "fg": 6557 } ] }, { "id": [ "t_water_sh_season_summer", "t_swater_sh_season_summer" ], "multitile": true, - "fg": 6534, - "bg": 5481, + "fg": 6557, + "bg": 5504, "additional_tiles": [ { "id": "center", - "bg": 5481, - "fg": [ { "weight": 1, "sprite": 6516 }, { "weight": 1, "sprite": 6517 }, { "weight": 1, "sprite": 6518 } ] + "bg": 5504, + "fg": [ { "weight": 1, "sprite": 6539 }, { "weight": 1, "sprite": 6540 }, { "weight": 1, "sprite": 6541 } ] }, - { "id": "corner", "bg": 5481, "fg": [ 6521, 6523, 6522, 6520 ] }, - { "id": "t_connection", "bg": 5481, "fg": [ 6531, 6533, 6532, 6530 ] }, - { "id": "edge", "bg": 5481, "fg": [ 6525, 6524 ] }, - { "id": "end_piece", "bg": 5481, "fg": [ 6527, 6529, 6528, 6526 ] }, - { "bg": 5481, "id": "unconnected", "fg": 6534 } + { "id": "corner", "bg": 5504, "fg": [ 6544, 6546, 6545, 6543 ] }, + { "id": "t_connection", "bg": 5504, "fg": [ 6554, 6556, 6555, 6553 ] }, + { "id": "edge", "bg": 5504, "fg": [ 6548, 6547 ] }, + { "id": "end_piece", "bg": 5504, "fg": [ 6550, 6552, 6551, 6549 ] }, + { "bg": 5504, "id": "unconnected", "fg": 6557 } ] }, { "id": [ "t_water_sh_season_autumn", "t_swater_sh_season_autumn" ], "multitile": true, - "fg": 6534, - "bg": 5476, + "fg": 6557, + "bg": 5499, "additional_tiles": [ { "id": "center", - "bg": 5476, - "fg": [ { "weight": 1, "sprite": 6516 }, { "weight": 1, "sprite": 6517 }, { "weight": 1, "sprite": 6518 } ] + "bg": 5499, + "fg": [ { "weight": 1, "sprite": 6539 }, { "weight": 1, "sprite": 6540 }, { "weight": 1, "sprite": 6541 } ] }, - { "id": "corner", "bg": 5476, "fg": [ 6521, 6523, 6522, 6520 ] }, - { "id": "t_connection", "bg": 5476, "fg": [ 6531, 6533, 6532, 6530 ] }, - { "id": "edge", "bg": 5476, "fg": [ 6525, 6524 ] }, - { "id": "end_piece", "bg": 5476, "fg": [ 6527, 6529, 6528, 6526 ] }, - { "bg": 5476, "id": "unconnected", "fg": 6534 } + { "id": "corner", "bg": 5499, "fg": [ 6544, 6546, 6545, 6543 ] }, + { "id": "t_connection", "bg": 5499, "fg": [ 6554, 6556, 6555, 6553 ] }, + { "id": "edge", "bg": 5499, "fg": [ 6548, 6547 ] }, + { "id": "end_piece", "bg": 5499, "fg": [ 6550, 6552, 6551, 6549 ] }, + { "bg": 5499, "id": "unconnected", "fg": 6557 } ] }, { "id": [ "t_water_sh_season_winter", "t_swater_sh_season_winter" ], "multitile": true, - "fg": 6534, - "bg": 4951, + "fg": 6557, + "bg": 4974, "additional_tiles": [ { "id": "center", - "bg": 4951, - "fg": [ { "weight": 1, "sprite": 6516 }, { "weight": 1, "sprite": 6517 }, { "weight": 1, "sprite": 6518 } ] + "bg": 4974, + "fg": [ { "weight": 1, "sprite": 6539 }, { "weight": 1, "sprite": 6540 }, { "weight": 1, "sprite": 6541 } ] }, - { "id": "corner", "bg": 4951, "fg": [ 6521, 6523, 6522, 6520 ] }, - { "id": "t_connection", "bg": 4951, "fg": [ 6531, 6533, 6532, 6530 ] }, - { "id": "edge", "bg": 4951, "fg": [ 6525, 6524 ] }, - { "id": "end_piece", "bg": 4951, "fg": [ 6527, 6529, 6528, 6526 ] }, - { "bg": 4951, "id": "unconnected", "fg": 6534 } + { "id": "corner", "bg": 4974, "fg": [ 6544, 6546, 6545, 6543 ] }, + { "id": "t_connection", "bg": 4974, "fg": [ 6554, 6556, 6555, 6553 ] }, + { "id": "edge", "bg": 4974, "fg": [ 6548, 6547 ] }, + { "id": "end_piece", "bg": 4974, "fg": [ 6550, 6552, 6551, 6549 ] }, + { "bg": 4974, "id": "unconnected", "fg": 6557 } ] }, - { "id": [ "t_window", "t_window_alarm" ], "fg": 6535 }, - { "id": "t_window_empty", "fg": 6538 }, - { "id": "t_window_domestic", "fg": 6536 }, - { "id": "t_window_open", "fg": 6542 }, - { "id": "t_window_no_curtains", "fg": 6539 }, - { "id": "t_window_no_curtains_open", "fg": 6540 }, - { "id": "t_woodchips", "fg": 6544 }, - { "id": "t_woodchips_season_winter", "fg": 4951 }, + { "id": [ "t_window", "t_window_alarm" ], "fg": 6558 }, + { "id": "t_window_empty", "fg": 6561 }, + { "id": "t_window_domestic", "fg": 6559 }, + { "id": "t_window_open", "fg": 6565 }, + { "id": "t_window_no_curtains", "fg": 6562 }, + { "id": "t_window_no_curtains_open", "fg": 6563 }, + { "id": "t_woodchips", "fg": 6567 }, + { "id": "t_woodchips_season_winter", "fg": 4974 }, { "id": [ "tr_downspout_funnel", "tr_pit", "tr_lava", "tr_ledge", "tr_glass_pit", "tr_spike_pit" ], - "fg": 3072 - }, - { "id": "tr_caltrops", "fg": 6545, "bg": 6547 }, - { "id": "tr_caltrops_glass", "fg": 6545, "bg": 6548 }, - { "id": "tr_telepad", "fg": 6545, "bg": 6549 }, - { "id": "tr_beartrap", "fg": 6545, "bg": 6550 }, - { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 6551 }, { "weight": 1, "sprite": 6552 } ] }, - { "id": "tr_landmine", "fg": 6545, "bg": 6553 }, - { "id": "tr_landmine_buried", "fg": 6545, "bg": 6554 }, - { "id": "tr_nailboard", "fg": 6545, "bg": 6555 }, - { "id": "tr_portal", "fg": 6556 }, - { "id": "tr_tripwire", "fg": 6545, "bg": 6558 }, + "fg": 3088 + }, + { "id": "tr_caltrops", "fg": 6568, "bg": 6570 }, + { "id": "tr_caltrops_glass", "fg": 6568, "bg": 6571 }, + { "id": "tr_telepad", "fg": 6568, "bg": 6572 }, + { "id": "tr_beartrap", "fg": 6568, "bg": 6573 }, + { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 6574 }, { "weight": 1, "sprite": 6575 } ] }, + { "id": "tr_landmine", "fg": 6568, "bg": 6576 }, + { "id": "tr_landmine_buried", "fg": 6568, "bg": 6577 }, + { "id": "tr_nailboard", "fg": 6568, "bg": 6578 }, + { "id": "tr_portal", "fg": 6579 }, + { "id": "tr_tripwire", "fg": 6568, "bg": 6581 }, { "id": [ "vp_forklift_fork" ], - "fg": [ 6561, 6563, 6562, 6560 ], + "fg": [ 6584, 6586, 6585, 6583 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 6561, 6563, 6562, 6560 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 6584, 6586, 6585, 6583 ] } ] }, { "id": [ "vp_forklift_fork_horizontal_front" ], - "fg": [ 6562, 6560, 6561, 6563 ], + "fg": [ 6585, 6583, 6584, 6586 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 6562, 6560, 6561, 6563 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 6585, 6583, 6584, 6586 ] } ] }, { "id": "vp_saddle_motor", - "fg": [ 6565, 6567, 6566, 6564 ], + "fg": [ 6588, 6590, 6589, 6587 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 6565, 6567, 6566, 6564 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 6588, 6590, 6589, 6587 ] } ] }, { "id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], - "fg": [ 6573, 6575, 6574, 6572 ], + "fg": [ 6596, 6598, 6597, 6595 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 6573, 6575, 6574, 6572 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 6596, 6598, 6597, 6595 ] } ] }, { "id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], - "fg": [ 6569, 6571, 6570, 6568 ], + "fg": [ 6592, 6594, 6593, 6591 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 6569, 6571, 6570, 6568 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 6592, 6594, 6593, 6591 ] } ] }, { "id": [ "vp_wheel_small_scooter", "vp_wheel_small_scooter_steerable" ], - "fg": [ 6581, 6583, 6582, 6580 ], + "fg": [ 6604, 6606, 6605, 6603 ], "rotates": true }, - { "id": "vp_wheel_small_scooter_rear", "fg": [ 6577, 6579, 6578, 6576 ], "rotates": true }, + { "id": "vp_wheel_small_scooter_rear", "fg": [ 6600, 6602, 6601, 6599 ], "rotates": true }, { "id": "vp_battery_charger", - "fg": [ 6584, 6584, 6584, 6584 ], - "bg": 7889, + "fg": [ 6607, 6607, 6607, 6607 ], + "bg": 7920, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 6584, 6584, 6584, 6584 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 6607, 6607, 6607, 6607 ] } ] }, { "id": "vp_recharge_station", - "fg": [ 6585, 6585, 6585, 6585 ], - "bg": 7889, + "fg": [ 6608, 6608, 6608, 6608 ], + "bg": 7920, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 6585, 6585, 6585, 6585 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 6608, 6608, 6608, 6608 ] } ] }, { "id": "vp_spike_wood", - "fg": 6586, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 6586 } ] - }, - { "id": "fd_dazzling", "fg": 3073 }, - { "id": "fd_fatigue", "fg": 3074 }, - { "id": "fd_fire", "fg": 3075 }, - { "id": "fd_laser", "fg": 3076 }, - { "id": "fd_plasma", "fg": 3077 }, - { "id": "fd_extinguisher", "fg": 3438 }, - { "id": "fd_fungal_haze", "fg": 3439 }, - { "id": "fd_fungicidal_gas", "fg": 3440 }, - { "id": "fd_hot_air_sauna", "fg": 3441 }, - { "id": "fd_insecticidal_gas", "fg": 3442 }, - { "id": "fd_nuke_gas", "fg": 3443 }, - { "id": "fd_relax_gas", "fg": 3444 }, - { "id": "fd_smoke", "fg": 3445 }, - { "id": "fd_tear_gas", "fg": 3446 }, - { "id": "fd_toxic_gas", "fg": 3447 }, - { "id": "f_target", "fg": 3458 }, - { "id": "f_chest", "fg": 3459 }, - { "id": "f_dive_block", "fg": 3460 }, - { "id": "f_foot_locker", "fg": 3461 }, - { "id": "f_sand_castle", "fg": 3462 }, - { "id": "f_shredder", "fg": 3463 }, - { "id": "f_tourist_table", "fg": 3464 }, - { "id": "f_exodii_pump", "fg": 3471 }, - { "id": "f_beaded_door", "fg": 3495 }, - { "id": "f_beaded_door_o", "fg": 3496 }, - { "id": "f_black_eyed_susan", "fg": 3529 }, - { "id": "f_chimney", "fg": 3561 }, - { "id": "f_curtain", "fg": 3595 }, - { "id": "f_curtain_open", "fg": 3596 }, - { "id": "f_lily", "fg": 3641 }, - { "id": "f_skin_groundsheet", "fg": 3774 }, - { "id": "acidchitin_plate", "fg": 3853 }, - { "id": "acoustic_guitar", "fg": 3854 }, - { "id": "alloy_plate", "fg": 3855 }, - { "id": "armor_lorica", "fg": 3856 }, - { "id": "banjo", "fg": 3857 }, - { "id": "bionic_general", "fg": 3858 }, - { "id": "bodypillow", "fg": 3859 }, - { "id": "bookplate", "fg": 3860 }, - { "id": "bot_copbot", "fg": 3861 }, - { "id": "bot_riotbot", "fg": 3862 }, - { "id": "broken_copbot", "fg": 3863 }, - { "id": "broken_riotbot", "fg": 3864 }, - { "id": "chainmail_hauberk", "fg": 3865 }, - { "id": "char_smoker", "fg": 3866 }, - { "id": "dehydrator", "fg": 3867 }, - { "id": "folding_poncho_on", "fg": 3868 }, - { "id": "gambeson", "fg": 3869 }, - { "id": "glass_sheet", "fg": 3870 }, - { "id": "gown", "fg": 3871 }, - { "id": "guitar_electric", "fg": 3872 }, - { "id": "hand_paddles", "fg": 3874 }, - { "id": "i4_combustion", "fg": 3875 }, - { "id": "inflatable_boat", "fg": 3876 }, - { "id": "inflatable_section", "fg": 3877 }, - { "id": "lawnmower", "fg": 3878 }, - { "id": "mattress", "fg": 3879 }, - { "id": "mil_plate", "fg": 3880 }, - { "id": "rake_plastic", "fg": 3882 }, - { "id": "reinforced_glass_sheet", "fg": 3883 }, - { "id": "robe", "fg": 3884 }, - { "id": "rock_quern", "fg": 3885 }, - { "id": "saxophone", "fg": 3886 }, - { "id": "sheet", "fg": 3887 }, - { "id": "shotgun_trap", "fg": 3888 }, - { "id": "steel_plate", "fg": 3889 }, - { "id": "telepad", "fg": 3890 }, - { "id": "trumpet", "fg": 3891 }, - { "id": "tuba", "fg": 3892 }, - { "id": "tunic", "fg": 3893 }, - { "id": "tunic_rag", "fg": 3894 }, - { "id": "umbrella", "fg": 3895 }, - { "id": "wheel_armor", "fg": 3896 }, - { "id": "wheel_wide", "fg": 3897 }, - { "id": "wheel_wide_or", "fg": 3898 }, - { "id": "10mm_fmj", "fg": 3899 }, - { "id": "120mm_HEAT", "fg": 3900 }, - { "id": "123ln", "fg": 3901 }, - { "id": "12mm", "fg": 3902 }, - { "id": "20x66_beanbag", "fg": 3903 }, - { "id": "20x66_flare", "fg": 3904 }, - { "id": "20x66_flechette", "fg": 3905 }, - { "id": "20x66_frag", "fg": 3906 }, - { "id": "20x66_inc", "fg": 3907 }, - { "id": "20x66_shot", "fg": 3908 }, - { "id": "20x66_slug", "fg": 3909 }, - { "id": "223", "fg": 3910 }, - { "id": "22_cb", "fg": 3911 }, - { "id": "22_fmj", "fg": 3912 }, - { "id": "22_lr", "fg": 3913 }, - { "id": "22_ratshot", "fg": 3914 }, - { "id": "270win_jsp", "fg": 3915 }, - { "id": "3006", "fg": 3916 }, - { "id": "3006_incendiary", "fg": 3917 }, - { "id": "3006fmj", "fg": 3918 }, - { "id": "300_winmag", "fg": 3919 }, - { "id": "300blk", "fg": 3920 }, - { "id": "300blk_ss", "fg": 3921 }, - { "id": "308", "fg": 3922 }, - { "id": "32_acp", "fg": 3923 }, - { "id": "357mag_fmj", "fg": 3924 }, - { "id": "357mag_jhp", "fg": 3925 }, - { "id": "357sig_fmj", "fg": 3926 }, - { "id": "357sig_jhp", "fg": 3927 }, - { "id": "380_FMJ", "fg": 3928 }, - { "id": "380_JHP", "fg": 3929 }, - { "id": "380_p", "fg": 3930 }, - { "id": "38_fmj", "fg": 3931 }, - { "id": "38_special", "fg": 3932 }, - { "id": "38_super", "fg": 3933 }, - { "id": "38super_fmj", "fg": 3934 }, - { "id": "40fmj", "fg": 3935 }, - { "id": "40mm_flashbang", "fg": 3936 }, - { "id": "40mm_incendiary", "fg": 3937 }, - { "id": "40mm_slug", "fg": 3938 }, - { "id": "40sw", "fg": 3939 }, - { "id": "40x46mm_grenade", "fg": 3940 }, - { "id": "40x46mm_m1006", "fg": 3941 }, - { "id": "40x46mm_m433", "fg": 3942 }, - { "id": "40x46mm_m576", "fg": 3943 }, - { "id": "40x46mm_m651", "fg": 3944 }, - { "id": "40x53mm_buckshot_m169", "fg": 3945 }, - { "id": "40x53mm_flechette_m169", "fg": 3946 }, - { "id": "40x53mm_grenade", "fg": 3947 }, - { "id": "40x53mm_m1001", "fg": 3948 }, - { "id": "40x53mm_m430a1", "fg": 3949 }, - { "id": "40x53mm_slug_m169", "fg": 3950 }, - { "id": "410shot_000", "fg": 3951 }, - { "id": "44fmj", "fg": 3952 }, - { "id": "44magnum", "fg": 3953 }, - { "id": "454_Casull", "fg": 3954 }, - { "id": "4570_low", "fg": 3955 }, - { "id": "4570_pen", "fg": 3956 }, - { "id": "4570_sp", "fg": 3957 }, - { "id": "45_acp", "fg": 3958 }, - { "id": "45_jhp", "fg": 3959 }, - { "id": "45_super", "fg": 3960 }, - { "id": "45colt_jhp", "fg": 3961 }, - { "id": "460_fmj", "fg": 3962 }, - { "id": "460_rowland", "fg": 3963 }, - { "id": "46mm", "fg": 3964 }, - { "id": "500_Magnum", "fg": 3965 }, - { "id": "50_incendiary", "fg": 3966 }, - { "id": "50_mk211", "fg": 3967 }, - { "id": "50bmg", "fg": 3968 }, - { "id": "50match", "fg": 3969 }, - { "id": "50ss", "fg": 3970 }, - { "id": "545", "fg": 3971 }, - { "id": "545_ap", "fg": 3972 }, - { "id": "556", "fg": 3973 }, - { "id": "556_incendiary", "fg": 3974 }, - { "id": "57mm", "fg": 3975 }, - { "id": "5x50dart", "fg": 3976 }, - { "id": "5x50heavy", "fg": 3977 }, - { "id": "66mm_HEAT", "fg": 3978 }, - { "id": "700nx", "fg": 3979 }, - { "id": "762_25", "fg": 3980 }, - { "id": "762_25hot", "fg": 3981 }, - { "id": "762_25typeP", "fg": 3982 }, - { "id": "762_51", "fg": 3983 }, - { "id": "762_51_incendiary", "fg": 3984 }, - { "id": "762_54R", "fg": 3985 }, - { "id": "762_m43", "fg": 3986 }, - { "id": "762_m87", "fg": 3987 }, - { "id": "84x246mm_he", "fg": 3988 }, - { "id": "84x246mm_hedp", "fg": 3989 }, - { "id": "84x246mm_smoke", "fg": 3990 }, - { "id": "8mm_bootleg", "fg": 3991 }, - { "id": "8mm_caseless", "fg": 3992 }, - { "id": "8mm_civilian", "fg": 3993 }, - { "id": "8mm_fmj", "fg": 3994 }, - { "id": "8mm_hvp", "fg": 3995 }, - { "id": "8mm_inc", "fg": 3996 }, - { "id": "8mm_jhp", "fg": 3997 }, - { "id": "9mm", "fg": 3998 }, - { "id": "9mmP", "fg": 3999 }, - { "id": "9mmfmj", "fg": 4000 }, - { "id": "9x18mm", "fg": 4001 }, - { "id": "9x18mmP2", "fg": 4002 }, - { "id": "9x18mmfmj", "fg": 4003 }, - { "id": "RPG-7_ammo", "fg": 4004 }, - { "id": "RPG-7_og7v", "fg": 4005 }, - { "id": "RPG-7_pg7vr", "fg": 4006 }, - { "id": "RPG-7_tbg7v", "fg": 4007 }, - { "id": "atgm_heat", "fg": 4008 }, - { "id": "m235tpa", "fg": 4009 }, - { "id": "shot_00", "fg": 4010 }, - { "id": "shot_beanbag", "fg": 4011 }, - { "id": "shot_bird", "fg": 4012 }, - { "id": "shot_dragon", "fg": 4013 }, - { "id": "shot_flechette", "fg": 4014 }, - { "id": "shot_he", "fg": 4015 }, - { "id": "shot_scrap", "fg": 4016 }, - { "id": "shot_slug", "fg": 4017 }, - { "id": "1895sbl", "fg": 4038 }, - { "id": "AT4", "fg": 4039 }, - { "id": "LAW", "fg": 4040 }, - { "id": "M24", "fg": 4041 }, - { "id": "RPG", "fg": 4042 }, - { "id": "USAS_12", "fg": 4043 }, - { "id": "airspeargun", "fg": 4044 }, - { "id": "ak74", "fg": 4046 }, - { "id": "american_180", "fg": 4047 }, - { "id": "an94", "fg": 4048 }, - { "id": "ar10", "fg": 4049 }, - { "id": "ar15", "fg": 4050 }, - { "id": "arx160", "fg": 4051 }, - { "id": "as50", "fg": 4052 }, - { "id": "atgm_launcher", "fg": 4053 }, - { "id": "bbgun", "fg": 4054 }, - { "id": "bfg50", "fg": 4055 }, - { "id": "bh_m89", "fg": 4056 }, - { "id": "blunderbuss", "fg": 4057 }, - { "id": "browning_blr", "fg": 4058 }, - { "id": "chemical_thrower", "fg": 4060 }, - { "id": "coilgun", "fg": 4061 }, - { "id": "colt_lightning", "fg": 4062 }, - { "id": "colt_ro635", "fg": 4063 }, - { "id": "combination_gun", "fg": 4064 }, - { "id": "cx4", "fg": 4065 }, - { "id": "doublespeargun", "fg": 4066 }, - { "id": "emp_gun", "fg": 4067 }, - { "id": "famas", "fg": 4068 }, - { "id": "flamethrower", "fg": 4069 }, - { "id": "fn_fal", "fg": 4070 }, - { "id": "fs2000", "fg": 4071 }, - { "id": "ftk93", "fg": 4072 }, - { "id": "garand", "fg": 4073 }, - { "id": "heavy_rail_rifle", "fg": 4074 }, - { "id": "helsing", "fg": 4075 }, - { "id": "henry_big_boy", "fg": 4076 }, - { "id": "hk417_13", "fg": 4077 }, - { "id": "hk_g3", "fg": 4078 }, - { "id": "hk_g36", "fg": 4079 }, - { "id": "hk_g80", "fg": 4080 }, - { "id": "hk_mp5k", "fg": 4081 }, - { "id": "hk_mp5sd", "fg": 4082 }, - { "id": "iwi_tavor_x95_300blk", "fg": 4083 }, - { "id": "ksg-25", "fg": 4084 }, - { "id": "ksg", "fg": 4085 }, - { "id": "ksub2000", "fg": 4086 }, - { "id": "laser_cannon", "fg": 4087 }, - { "id": "laser_rifle", "fg": 4088 }, - { "id": "lever_shotgun", "fg": 4089 }, - { "id": "longrifle_flintlock", "fg": 4090 }, - { "id": "m107a1", "fg": 4091 }, - { "id": "m110a1", "fg": 4092 }, - { "id": "m134", "fg": 4093 }, - { "id": "m14ebr", "fg": 4094 }, - { "id": "m1903", "fg": 4097 }, - { "id": "m1918", "fg": 4098 }, - { "id": "m1a", "fg": 4099 }, - { "id": "m2010", "fg": 4100 }, - { "id": "m202_flash", "fg": 4101 }, - { "id": "m231pfw", "fg": 4102 }, - { "id": "m240", "fg": 4103 }, - { "id": "m27_assault_rifle_var_h&k416a5", "fg": 4105 }, - { "id": "m27_assault_rifle_var_m27iar", "fg": 4106 }, - { "id": "m27_assault_rifle_var_m38dmr", "fg": 4107 }, - { "id": "m27_assault_rifle_var_scar_l", "fg": 4108 }, - { "id": "m2browning", "fg": 4109 }, - { "id": "m2browning_sawn", "fg": 4110 }, - { "id": "m3_carlgustav", "fg": 4111 }, - { "id": "m4_carbine_var_m4a1", "fg": 4112 }, - { "id": "m4_carlgustav", "fg": 4113 }, - { "id": "m79", "fg": 4115 }, - { "id": "mark19", "fg": 4116 }, - { "id": "marlin_9a", "fg": 4117 }, - { "id": "mininuke_launcher", "fg": 4118 }, - { "id": "mosin44", "fg": 4119 }, - { "id": "mosin44_ebr", "fg": 4120 }, - { "id": "mosin91_30", "fg": 4121 }, - { "id": "mosin91_30_ebr", "fg": 4122 }, - { "id": "mossberg_500", "fg": 4123 }, - { "id": "mossberg_500_var_mossberg_500_security", "fg": 4124 }, - { "id": "mossberg_590", "fg": 4125 }, - { "id": "mossberg_590_var_SPAS_12", "fg": 4126 }, - { "id": "mossberg_930", "fg": 4127 }, - { "id": "mossberg_930_var_m1014", "fg": 4128 }, - { "id": "mp18", "fg": 4129 }, - { "id": "needlegun", "fg": 4131 }, - { "id": "pamd68", "fg": 4132 }, - { "id": "pamd71z", "fg": 4133 }, - { "id": "pipe_combination_gun", "fg": 4134 }, - { "id": "plasma_gun", "fg": 4135 }, - { "id": "plasma_rifle", "fg": 4136 }, - { "id": "ppsh", "fg": 4137 }, - { "id": "rebar_rifle", "fg": 4138 }, - { "id": "remington700_270", "fg": 4139 }, - { "id": "remington_700", "fg": 4140 }, - { "id": "remington_870", "fg": 4141 }, - { "id": "remington_870_breacher", "fg": 4142 }, - { "id": "remington_870_express", "fg": 4143 }, - { "id": "remington_870_var_browning_a5", "fg": 4144 }, - { "id": "remington_870_var_remington_1100", "fg": 4145 }, - { "id": "rifle_flintlock", "fg": 4146 }, - { "id": "rm120c", "fg": 4147 }, - { "id": "rm20", "fg": 4148 }, - { "id": "rm298", "fg": 4149 }, - { "id": "rm451_flamethrower", "fg": 4150 }, - { "id": "rm51_assault_rifle", "fg": 4151 }, - { "id": "rm614_lmg", "fg": 4152 }, - { "id": "rm802", "fg": 4153 }, - { "id": "rm88_battle_rifle", "fg": 4154 }, - { "id": "ruger_1022", "fg": 4155 }, - { "id": "ruger_mini", "fg": 4156 }, - { "id": "saiga_12", "fg": 4157 }, - { "id": "saiga_410", "fg": 4158 }, - { "id": "savage_111f", "fg": 4159 }, - { "id": "scar_h", "fg": 4160 }, - { "id": "sharps", "fg": 4161 }, - { "id": "shotgun_410", "fg": 4162 }, - { "id": "shotgun_d", "fg": 4163 }, - { "id": "shotgun_s", "fg": 4164 }, - { "id": "sig552", "fg": 4165 }, - { "id": "sig_mcx_rattler_sbr", "fg": 4166 }, - { "id": "skorpion_82", "fg": 4167 }, - { "id": "sks", "fg": 4168 }, - { "id": "smg_9mm", "fg": 4170 }, - { "id": "speargun", "fg": 4171 }, - { "id": "sten", "fg": 4172 }, - { "id": "steyr_aug", "fg": 4173 }, - { "id": "surv_rocket_launcher", "fg": 4174 }, - { "id": "survivor_special_700", "fg": 4175 }, - { "id": "tac50", "fg": 4176 }, - { "id": "tavor_12", "fg": 4177 }, - { "id": "tihar", "fg": 4178 }, - { "id": "tommygun", "fg": 4179 }, - { "id": "trex_gun", "fg": 4180 }, - { "id": "weatherby_5", "fg": 4181 }, - { "id": "win70", "fg": 4182 }, - { "id": "winchester_1887", "fg": 4183 }, - { "id": "winchester_1897", "fg": 4184 }, - { "id": "iceaxe", "fg": 4187 }, - { "id": "rifle_case_soft", "fg": 4192 }, - { "id": "rifle_case_soft_2", "fg": 4193 }, - { "id": "rifle_case_soft_leather_2", "fg": 4195 }, - { "id": "rucksack", "fg": 4196 }, - { "id": "compgreatbow", "fg": 4205 }, - { "id": "compositebow", "fg": 4206 }, - { "id": "hybridbow", "fg": 4207 }, - { "id": "longbow", "fg": 4208 }, - { "id": "recurbow", "fg": 4209 }, - { "id": "reflexbow", "fg": 4210 }, - { "id": "reflexrecurvebow", "fg": 4211 }, - { "id": "selfbow", "fg": 4212 }, - { "id": "shortbow", "fg": 4213 }, - { "id": "woodgreatbow", "fg": 4214 }, - { "id": "oxygen_cylinder", "fg": 4219 }, - { "id": "oxygen_tank", "fg": 4220 }, - { "id": "tinyweldtank", "fg": 4221 }, - { "id": "weldtank", "fg": 4222 }, - { "id": "cot", "fg": 4223 }, - { "id": "armguard_soft", "fg": 4224 }, - { "id": "chestwrap_leather", "fg": 4225 }, - { "id": "trenchcoat_leather", "fg": 4226 }, - { "id": "bat_nerf", "fg": 4227 }, - { "id": "golf_bag", "fg": 4228 }, - { "id": "polycarbonate_sheet", "fg": 4229 }, - { "id": "screen_mesh", "fg": 4230 }, - { "id": "bagpipes", "fg": 4231 }, - { "id": "jumper_cable_heavy", "fg": 4232 }, - { "id": "scythe", "fg": 4233 }, - { "id": "motorbike_armor", "fg": 4234 }, - { "id": "rack_test_tube", "fg": 4235 }, - { "id": "bowl_clay", "fg": 4238 }, - { "id": "clay_hydria", "fg": 4239 }, - { "id": "clay_pot", "fg": 4240 }, - { "id": "clay_quern", "fg": 4241 }, - { "id": "clay_watercont", "fg": 4242 }, - { "id": "jug_clay", "fg": 4243 }, - { "id": "bullet_crossbow", "fg": 4307 }, - { "id": "compcrossbow", "fg": 4308 }, - { "id": "compositecrossbow", "fg": 4309 }, - { "id": "crossbow", "fg": 4310 }, - { "id": "hand_crossbow", "fg": 4311 }, - { "id": "huge_crossbow", "fg": 4312 }, - { "id": "rep_crossbow", "fg": 4313 }, - { "id": "amplifier_head", "fg": 4326 }, - { "id": "bindle", "fg": 4327 }, - { "id": "broken_dimensional_anchor", "fg": 4328 }, - { "id": "chainmail_vest", "fg": 4329 }, - { "id": "concrete", "fg": 4330 }, - { "id": "cs_lajatang_off", "fg": 4331 }, - { "id": "dimensional_anchor", "fg": 4332 }, - { "id": "dimensional_anchor_on", "fg": 4333 }, - { "id": "dnd", "fg": 4334 }, - { "id": "g_carpet", "fg": 4335 }, - { "id": "grapnel", "fg": 4336 }, - { "id": "optical_cloak", "fg": 4337 }, - { "id": "p_carpet", "fg": 4338 }, - { "id": "r_carpet", "fg": 4339 }, - { "id": "trimmer_off", "fg": 4340 }, - { "id": "trimmer_on", "fg": 4341 }, - { "id": "tux", "fg": 4342 }, - { "id": "v_scoop_item", "fg": 4343 }, - { "id": "wool_suit", "fg": 4344 }, - { "id": "y_carpet", "fg": 4345 }, - { "id": "multi_cooker", "fg": 4346 }, - { "id": "multi_cooker_filled", "fg": 4347 }, - { "id": "pet_carrier", "fg": 4348 }, - { "id": "manhole_cover", "fg": 4367 }, - { "id": "PR24-extended", "fg": 4373 }, - { "id": "PR24-retracted", "fg": 4374 }, - { "id": "baton-extended", "fg": 4375 }, - { "id": "baton", "fg": 4376 }, - { "id": "guitar_stand", "fg": 4377 }, - { "id": "mic_stand_tall", "fg": 4378 }, - { "id": "mixer_music", "fg": 4379 }, - { "id": "pipe_shotgun", "fg": 4398 }, - { "id": "pool_cue", "fg": 4403 }, - { "id": "bokken", "fg": 4436 }, - { "id": "UPS_off", "fg": 4442 }, - { "id": "hose", "fg": 4443 }, - { "id": "oxy_torch", "fg": 4444 }, - { "id": "picklocks", "fg": 4445 }, - { "id": "f_magic_circle", "fg": 4452 }, - { "id": "mon_dragonfly_naiad", "fg": 4591 }, - { "id": "mon_molebot", "fg": 4643 }, - { "id": "footstep", "fg": 4698 }, - { "id": "footstep_above", "fg": 4699 }, - { "id": "footstep_below", "fg": 4700 }, - { "id": "unknown_field", "fg": 4701 }, - { "id": "unknown_furniture", "fg": 4702 }, - { "id": "unknown_item", "fg": 4703 }, - { "id": "unknown_item_AMMO", "fg": 4704 }, - { "id": "unknown_item_ARMOR", "fg": 4705 }, - { "id": "unknown_item_BIONIC", "fg": 4706 }, - { "id": "unknown_item_BOOK", "fg": 4707 }, - { "id": "unknown_item_FOOD", "fg": 4708 }, - { "id": "unknown_item_GUN", "fg": 4709 }, - { "id": "unknown_item_TOOL", "fg": 4710 }, - { "id": "unknown_item_misc", "fg": 4711 }, - { "id": "unknown_terrain", "fg": 4712 }, - { "id": "unknown_trap", "fg": 4713 }, - { "id": "unknown_vehicle_part", "fg": 4714 }, - { "id": "overlay_effect_slimed", "fg": 4725 }, - { "id": "overlay_effect_wet", "fg": 4726 }, - { "id": "overlay_friendly_sees_player", "fg": 4727 }, - { "id": "overlay_hostile_sees_player", "fg": 4728 }, - { "id": "overlay_neutral_sees_player", "fg": 4729 }, - { "id": "overlay_other_sees_player", "fg": 4730 }, - { "id": "zombie_revival_indicator", "fg": 4731 }, - { "id": "overlay_female_mutation_HOOVES", "fg": 4732 }, - { "id": "overlay_male_mutation_HOOVES", "fg": 4733 }, - { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 4734 }, - { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 4735 }, - { "id": "overlay_wielded_bfg50", "fg": 4736 }, - { "id": "cemetery_small", "fg": 4758 }, - { "id": "dirt_road_center", "fg": 4761 }, - { "id": "dirt_road_end_piece_e", "fg": 4768 }, - { "id": "dirt_road_end_piece_n", "fg": 4769 }, - { "id": "dirt_road_end_piece_s", "fg": 4770 }, - { "id": "dirt_road_end_piece_w", "fg": 4771 }, - { "id": "dirt_road_unconnected", "fg": 4776 }, - { "id": "hunting_blind", "fg": 4818 }, - { "id": "overmap_horde_3", "fg": 4819 }, - { "id": "overmap_horde_4", "fg": 4820 }, - { "id": "overmap_horde_5", "fg": 4821 }, - { "id": "overmap_horde_6", "fg": 4822 }, - { "id": "overmap_remembered_vehicle", "fg": 4823 }, - { "id": "pasture_connection_ew", "fg": 4846 }, - { "id": "pasture_connection_ns", "fg": 4847 }, - { "id": "pasture_unconnected", "fg": 4860 }, - { "id": "t_metal_ventilation_shutter", "fg": 4925 }, - { "id": "t_ramp_down_high", "fg": 4943 }, - { "id": "t_ramp_up_high", "fg": 4944 }, - { "id": "t_sidewalk_ramp_down_high", "fg": 4945 }, - { "id": "t_sidewalk_ramp_up_high", "fg": 4946 }, - { "id": "t_slope_down", "fg": 4947 }, - { "id": "t_slope_up", "fg": 4948 }, - { "id": "t_door_b_peep", "fg": 5293 }, - { "id": "t_door_boarded_damaged_peep", "fg": 5294 }, - { "id": "t_door_boarded_peep", "fg": 5295 }, - { "id": "t_door_c_peep", "fg": 5296 }, - { "id": "t_door_locked_peep", "fg": 5297 }, - { "id": "t_door_o_peep", "fg": 5298 }, - { "id": "t_fence_post", "fg": 5335 }, - { "id": "t_ladder_down", "fg": 5557 }, - { "id": "t_mud", "fg": 5675 }, - { "id": "t_thconc_floor_unconnected", "fg": 6187 }, - { "id": "t_thconc_floor_flesh", "fg": 6188 }, - { "id": "t_wall_resin_cage", "fg": 6381 }, - { "id": "t_window_domestic_taped", "fg": 6537 }, - { "id": "t_window_no_curtains_taped", "fg": 6541 }, - { "id": "t_window_taped", "fg": 6543 }, - { "id": "tr_cot", "fg": 6546 }, - { "id": "tr_practice_target", "fg": 6557 }, - { "id": "metal_boat_hull", "fg": 6559 } + "fg": 6609, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 6609 } ] + }, + { "id": "fd_dazzling", "fg": 3089 }, + { "id": "fd_fatigue", "fg": 3090 }, + { "id": "fd_fire", "fg": 3091 }, + { "id": "fd_laser", "fg": 3092 }, + { "id": "fd_plasma", "fg": 3093 }, + { "id": "fd_extinguisher", "fg": 3454 }, + { "id": "fd_fungal_haze", "fg": 3455 }, + { "id": "fd_fungicidal_gas", "fg": 3456 }, + { "id": "fd_hot_air_sauna", "fg": 3457 }, + { "id": "fd_insecticidal_gas", "fg": 3458 }, + { "id": "fd_nuke_gas", "fg": 3459 }, + { "id": "fd_relax_gas", "fg": 3460 }, + { "id": "fd_smoke", "fg": 3461 }, + { "id": "fd_tear_gas", "fg": 3462 }, + { "id": "fd_toxic_gas", "fg": 3463 }, + { "id": "f_bitts", "fg": 3474 }, + { "id": "f_target", "fg": 3475 }, + { "id": "f_chest", "fg": 3476 }, + { "id": "f_dive_block", "fg": 3477 }, + { "id": "f_foot_locker", "fg": 3478 }, + { "id": "f_sand_castle", "fg": 3479 }, + { "id": "f_shredder", "fg": 3480 }, + { "id": "f_tourist_table", "fg": 3481 }, + { "id": "f_exodii_pump", "fg": 3488 }, + { "id": "f_beaded_door", "fg": 3512 }, + { "id": "f_beaded_door_o", "fg": 3513 }, + { "id": "f_black_eyed_susan", "fg": 3546 }, + { "id": "f_burdock", "fg": 3553 }, + { "id": "f_chicory", "fg": 3579 }, + { "id": "f_chimney", "fg": 3580 }, + { "id": "f_curtain", "fg": 3614 }, + { "id": "f_curtain_open", "fg": 3615 }, + { "id": "f_lily", "fg": 3660 }, + { "id": "f_lotus", "fg": 3661 }, + { "id": "f_skin_groundsheet", "fg": 3794 }, + { "id": "acidchitin_plate", "fg": 3873 }, + { "id": "acoustic_guitar", "fg": 3874 }, + { "id": "alloy_plate", "fg": 3875 }, + { "id": "armor_lorica", "fg": 3876 }, + { "id": "banjo", "fg": 3877 }, + { "id": "bionic_general", "fg": 3878 }, + { "id": "bodypillow", "fg": 3879 }, + { "id": "bookplate", "fg": 3880 }, + { "id": "bot_copbot", "fg": 3881 }, + { "id": "bot_riotbot", "fg": 3882 }, + { "id": "broken_copbot", "fg": 3883 }, + { "id": "broken_riotbot", "fg": 3884 }, + { "id": "chainmail_hauberk", "fg": 3885 }, + { "id": "char_smoker", "fg": 3886 }, + { "id": "dehydrator", "fg": 3887 }, + { "id": "folding_poncho_on", "fg": 3888 }, + { "id": "gambeson", "fg": 3889 }, + { "id": "glass_sheet", "fg": 3890 }, + { "id": "gown", "fg": 3891 }, + { "id": "guitar_electric", "fg": 3892 }, + { "id": "hand_paddles", "fg": 3894 }, + { "id": "i4_combustion", "fg": 3895 }, + { "id": "inflatable_boat", "fg": 3896 }, + { "id": "inflatable_section", "fg": 3897 }, + { "id": "lawnmower", "fg": 3898 }, + { "id": "mattress", "fg": 3899 }, + { "id": "mil_plate", "fg": 3900 }, + { "id": "rake_plastic", "fg": 3902 }, + { "id": "reinforced_glass_sheet", "fg": 3903 }, + { "id": "robe", "fg": 3904 }, + { "id": "rock_quern", "fg": 3905 }, + { "id": "saxophone", "fg": 3906 }, + { "id": "sheet", "fg": 3907 }, + { "id": "shotgun_trap", "fg": 3908 }, + { "id": "steel_plate", "fg": 3909 }, + { "id": "telepad", "fg": 3910 }, + { "id": "trumpet", "fg": 3911 }, + { "id": "tuba", "fg": 3912 }, + { "id": "tunic", "fg": 3913 }, + { "id": "tunic_rag", "fg": 3914 }, + { "id": "umbrella", "fg": 3915 }, + { "id": "wheel_armor", "fg": 3916 }, + { "id": "wheel_wide", "fg": 3917 }, + { "id": "wheel_wide_or", "fg": 3918 }, + { "id": "10mm_fmj", "fg": 3919 }, + { "id": "120mm_HEAT", "fg": 3920 }, + { "id": "123ln", "fg": 3921 }, + { "id": "12mm", "fg": 3922 }, + { "id": "20x66_beanbag", "fg": 3923 }, + { "id": "20x66_flare", "fg": 3924 }, + { "id": "20x66_flechette", "fg": 3925 }, + { "id": "20x66_frag", "fg": 3926 }, + { "id": "20x66_inc", "fg": 3927 }, + { "id": "20x66_shot", "fg": 3928 }, + { "id": "20x66_slug", "fg": 3929 }, + { "id": "223", "fg": 3930 }, + { "id": "22_cb", "fg": 3931 }, + { "id": "22_fmj", "fg": 3932 }, + { "id": "22_lr", "fg": 3933 }, + { "id": "22_ratshot", "fg": 3934 }, + { "id": "270win_jsp", "fg": 3935 }, + { "id": "3006", "fg": 3936 }, + { "id": "3006_incendiary", "fg": 3937 }, + { "id": "3006fmj", "fg": 3938 }, + { "id": "300_winmag", "fg": 3939 }, + { "id": "300blk", "fg": 3940 }, + { "id": "300blk_ss", "fg": 3941 }, + { "id": "308", "fg": 3942 }, + { "id": "32_acp", "fg": 3943 }, + { "id": "357mag_fmj", "fg": 3944 }, + { "id": "357mag_jhp", "fg": 3945 }, + { "id": "357sig_fmj", "fg": 3946 }, + { "id": "357sig_jhp", "fg": 3947 }, + { "id": "380_FMJ", "fg": 3948 }, + { "id": "380_JHP", "fg": 3949 }, + { "id": "380_p", "fg": 3950 }, + { "id": "38_fmj", "fg": 3951 }, + { "id": "38_special", "fg": 3952 }, + { "id": "38_super", "fg": 3953 }, + { "id": "38super_fmj", "fg": 3954 }, + { "id": "40fmj", "fg": 3955 }, + { "id": "40mm_flashbang", "fg": 3956 }, + { "id": "40mm_incendiary", "fg": 3957 }, + { "id": "40mm_slug", "fg": 3958 }, + { "id": "40sw", "fg": 3959 }, + { "id": "40x46mm_grenade", "fg": 3960 }, + { "id": "40x46mm_m1006", "fg": 3961 }, + { "id": "40x46mm_m433", "fg": 3962 }, + { "id": "40x46mm_m576", "fg": 3963 }, + { "id": "40x46mm_m651", "fg": 3964 }, + { "id": "40x53mm_buckshot_m169", "fg": 3965 }, + { "id": "40x53mm_flechette_m169", "fg": 3966 }, + { "id": "40x53mm_grenade", "fg": 3967 }, + { "id": "40x53mm_m1001", "fg": 3968 }, + { "id": "40x53mm_m430a1", "fg": 3969 }, + { "id": "40x53mm_slug_m169", "fg": 3970 }, + { "id": "410shot_000", "fg": 3971 }, + { "id": "44fmj", "fg": 3972 }, + { "id": "44magnum", "fg": 3973 }, + { "id": "454_Casull", "fg": 3974 }, + { "id": "4570_low", "fg": 3975 }, + { "id": "4570_pen", "fg": 3976 }, + { "id": "4570_sp", "fg": 3977 }, + { "id": "45_acp", "fg": 3978 }, + { "id": "45_jhp", "fg": 3979 }, + { "id": "45_super", "fg": 3980 }, + { "id": "45colt_jhp", "fg": 3981 }, + { "id": "460_fmj", "fg": 3982 }, + { "id": "460_rowland", "fg": 3983 }, + { "id": "46mm", "fg": 3984 }, + { "id": "500_Magnum", "fg": 3985 }, + { "id": "50_incendiary", "fg": 3986 }, + { "id": "50_mk211", "fg": 3987 }, + { "id": "50bmg", "fg": 3988 }, + { "id": "50match", "fg": 3989 }, + { "id": "50ss", "fg": 3990 }, + { "id": "545", "fg": 3991 }, + { "id": "545_ap", "fg": 3992 }, + { "id": "556", "fg": 3993 }, + { "id": "556_incendiary", "fg": 3994 }, + { "id": "57mm", "fg": 3995 }, + { "id": "5x50dart", "fg": 3996 }, + { "id": "5x50heavy", "fg": 3997 }, + { "id": "66mm_HEAT", "fg": 3998 }, + { "id": "700nx", "fg": 3999 }, + { "id": "762_25", "fg": 4000 }, + { "id": "762_25hot", "fg": 4001 }, + { "id": "762_25typeP", "fg": 4002 }, + { "id": "762_51", "fg": 4003 }, + { "id": "762_51_incendiary", "fg": 4004 }, + { "id": "762_54R", "fg": 4005 }, + { "id": "762_m43", "fg": 4006 }, + { "id": "762_m87", "fg": 4007 }, + { "id": "84x246mm_he", "fg": 4008 }, + { "id": "84x246mm_hedp", "fg": 4009 }, + { "id": "84x246mm_smoke", "fg": 4010 }, + { "id": "8mm_bootleg", "fg": 4011 }, + { "id": "8mm_caseless", "fg": 4012 }, + { "id": "8mm_civilian", "fg": 4013 }, + { "id": "8mm_fmj", "fg": 4014 }, + { "id": "8mm_hvp", "fg": 4015 }, + { "id": "8mm_inc", "fg": 4016 }, + { "id": "8mm_jhp", "fg": 4017 }, + { "id": "9mm", "fg": 4018 }, + { "id": "9mmP", "fg": 4019 }, + { "id": "9mmfmj", "fg": 4020 }, + { "id": "9x18mm", "fg": 4021 }, + { "id": "9x18mmP2", "fg": 4022 }, + { "id": "9x18mmfmj", "fg": 4023 }, + { "id": "RPG-7_ammo", "fg": 4024 }, + { "id": "RPG-7_og7v", "fg": 4025 }, + { "id": "RPG-7_pg7vr", "fg": 4026 }, + { "id": "RPG-7_tbg7v", "fg": 4027 }, + { "id": "atgm_heat", "fg": 4028 }, + { "id": "m235tpa", "fg": 4029 }, + { "id": "shot_00", "fg": 4030 }, + { "id": "shot_beanbag", "fg": 4031 }, + { "id": "shot_bird", "fg": 4032 }, + { "id": "shot_dragon", "fg": 4033 }, + { "id": "shot_flechette", "fg": 4034 }, + { "id": "shot_he", "fg": 4035 }, + { "id": "shot_scrap", "fg": 4036 }, + { "id": "shot_slug", "fg": 4037 }, + { "id": "1895sbl", "fg": 4058 }, + { "id": "AT4", "fg": 4059 }, + { "id": "LAW", "fg": 4060 }, + { "id": "M24", "fg": 4061 }, + { "id": "RPG", "fg": 4062 }, + { "id": "USAS_12", "fg": 4063 }, + { "id": "airspeargun", "fg": 4064 }, + { "id": "ak74", "fg": 4066 }, + { "id": "american_180", "fg": 4067 }, + { "id": "an94", "fg": 4068 }, + { "id": "ar10", "fg": 4069 }, + { "id": "ar15", "fg": 4070 }, + { "id": "arx160", "fg": 4071 }, + { "id": "as50", "fg": 4072 }, + { "id": "atgm_launcher", "fg": 4073 }, + { "id": "bbgun", "fg": 4074 }, + { "id": "bfg50", "fg": 4075 }, + { "id": "bh_m89", "fg": 4076 }, + { "id": "blunderbuss", "fg": 4077 }, + { "id": "browning_blr", "fg": 4078 }, + { "id": "chemical_thrower", "fg": 4080 }, + { "id": "coilgun", "fg": 4081 }, + { "id": "colt_lightning", "fg": 4082 }, + { "id": "colt_ro635", "fg": 4083 }, + { "id": "combination_gun", "fg": 4084 }, + { "id": "cx4", "fg": 4085 }, + { "id": "doublespeargun", "fg": 4086 }, + { "id": "emp_gun", "fg": 4087 }, + { "id": "famas", "fg": 4088 }, + { "id": "flamethrower", "fg": 4089 }, + { "id": "fn_fal", "fg": 4090 }, + { "id": "fs2000", "fg": 4091 }, + { "id": "ftk93", "fg": 4092 }, + { "id": "garand", "fg": 4093 }, + { "id": "heavy_rail_rifle", "fg": 4094 }, + { "id": "helsing", "fg": 4095 }, + { "id": "henry_big_boy", "fg": 4096 }, + { "id": "hk417_13", "fg": 4097 }, + { "id": "hk_g3", "fg": 4098 }, + { "id": "hk_g36", "fg": 4099 }, + { "id": "hk_g80", "fg": 4100 }, + { "id": "hk_mp5k", "fg": 4101 }, + { "id": "hk_mp5sd", "fg": 4102 }, + { "id": "iwi_tavor_x95_300blk", "fg": 4103 }, + { "id": "ksg-25", "fg": 4104 }, + { "id": "ksg", "fg": 4105 }, + { "id": "ksub2000", "fg": 4106 }, + { "id": "laser_cannon", "fg": 4107 }, + { "id": "laser_rifle", "fg": 4108 }, + { "id": "lever_shotgun", "fg": 4109 }, + { "id": "longrifle_flintlock", "fg": 4110 }, + { "id": "m107a1", "fg": 4111 }, + { "id": "m110a1", "fg": 4112 }, + { "id": "m134", "fg": 4113 }, + { "id": "m14ebr", "fg": 4114 }, + { "id": "m1903", "fg": 4117 }, + { "id": "m1918", "fg": 4118 }, + { "id": "m1a", "fg": 4119 }, + { "id": "m2010", "fg": 4120 }, + { "id": "m202_flash", "fg": 4121 }, + { "id": "m231pfw", "fg": 4122 }, + { "id": "m240", "fg": 4123 }, + { "id": "m27_assault_rifle_var_h&k416a5", "fg": 4125 }, + { "id": "m27_assault_rifle_var_m27iar", "fg": 4126 }, + { "id": "m27_assault_rifle_var_m38dmr", "fg": 4127 }, + { "id": "m27_assault_rifle_var_scar_l", "fg": 4128 }, + { "id": "m2browning", "fg": 4129 }, + { "id": "m2browning_sawn", "fg": 4130 }, + { "id": "m3_carlgustav", "fg": 4131 }, + { "id": "m4_carbine_var_m4a1", "fg": 4132 }, + { "id": "m4_carlgustav", "fg": 4133 }, + { "id": "m79", "fg": 4135 }, + { "id": "mark19", "fg": 4136 }, + { "id": "marlin_9a", "fg": 4137 }, + { "id": "mininuke_launcher", "fg": 4138 }, + { "id": "mosin44", "fg": 4139 }, + { "id": "mosin44_ebr", "fg": 4140 }, + { "id": "mosin91_30", "fg": 4141 }, + { "id": "mosin91_30_ebr", "fg": 4142 }, + { "id": "mossberg_500", "fg": 4143 }, + { "id": "mossberg_500_var_mossberg_500_security", "fg": 4144 }, + { "id": "mossberg_590", "fg": 4145 }, + { "id": "mossberg_590_var_SPAS_12", "fg": 4146 }, + { "id": "mossberg_930", "fg": 4147 }, + { "id": "mossberg_930_var_m1014", "fg": 4148 }, + { "id": "mp18", "fg": 4149 }, + { "id": "needlegun", "fg": 4151 }, + { "id": "pamd68", "fg": 4152 }, + { "id": "pamd71z", "fg": 4153 }, + { "id": "pipe_combination_gun", "fg": 4154 }, + { "id": "plasma_gun", "fg": 4155 }, + { "id": "plasma_rifle", "fg": 4156 }, + { "id": "ppsh", "fg": 4157 }, + { "id": "rebar_rifle", "fg": 4158 }, + { "id": "remington700_270", "fg": 4159 }, + { "id": "remington_700", "fg": 4160 }, + { "id": "remington_870", "fg": 4161 }, + { "id": "remington_870_breacher", "fg": 4162 }, + { "id": "remington_870_express", "fg": 4163 }, + { "id": "remington_870_var_browning_a5", "fg": 4164 }, + { "id": "remington_870_var_remington_1100", "fg": 4165 }, + { "id": "rifle_flintlock", "fg": 4166 }, + { "id": "rm120c", "fg": 4167 }, + { "id": "rm20", "fg": 4168 }, + { "id": "rm298", "fg": 4169 }, + { "id": "rm451_flamethrower", "fg": 4170 }, + { "id": "rm51_assault_rifle", "fg": 4171 }, + { "id": "rm614_lmg", "fg": 4172 }, + { "id": "rm802", "fg": 4173 }, + { "id": "rm88_battle_rifle", "fg": 4174 }, + { "id": "ruger_1022", "fg": 4175 }, + { "id": "ruger_mini", "fg": 4176 }, + { "id": "saiga_12", "fg": 4177 }, + { "id": "saiga_410", "fg": 4178 }, + { "id": "savage_111f", "fg": 4179 }, + { "id": "scar_h", "fg": 4180 }, + { "id": "sharps", "fg": 4181 }, + { "id": "shotgun_410", "fg": 4182 }, + { "id": "shotgun_d", "fg": 4183 }, + { "id": "shotgun_s", "fg": 4184 }, + { "id": "sig552", "fg": 4185 }, + { "id": "sig_mcx_rattler_sbr", "fg": 4186 }, + { "id": "skorpion_82", "fg": 4187 }, + { "id": "sks", "fg": 4188 }, + { "id": "smg_9mm", "fg": 4190 }, + { "id": "speargun", "fg": 4191 }, + { "id": "sten", "fg": 4192 }, + { "id": "steyr_aug", "fg": 4193 }, + { "id": "surv_rocket_launcher", "fg": 4194 }, + { "id": "survivor_special_700", "fg": 4195 }, + { "id": "tac50", "fg": 4196 }, + { "id": "tavor_12", "fg": 4197 }, + { "id": "tihar", "fg": 4198 }, + { "id": "tommygun", "fg": 4199 }, + { "id": "trex_gun", "fg": 4200 }, + { "id": "weatherby_5", "fg": 4201 }, + { "id": "win70", "fg": 4202 }, + { "id": "winchester_1887", "fg": 4203 }, + { "id": "winchester_1897", "fg": 4204 }, + { "id": "iceaxe", "fg": 4207 }, + { "id": "rifle_case_soft", "fg": 4212 }, + { "id": "rifle_case_soft_2", "fg": 4213 }, + { "id": "rifle_case_soft_leather_2", "fg": 4215 }, + { "id": "rucksack", "fg": 4216 }, + { "id": "compgreatbow", "fg": 4225 }, + { "id": "compositebow", "fg": 4226 }, + { "id": "hybridbow", "fg": 4227 }, + { "id": "longbow", "fg": 4228 }, + { "id": "recurbow", "fg": 4229 }, + { "id": "reflexbow", "fg": 4230 }, + { "id": "reflexrecurvebow", "fg": 4231 }, + { "id": "selfbow", "fg": 4232 }, + { "id": "shortbow", "fg": 4233 }, + { "id": "woodgreatbow", "fg": 4234 }, + { "id": "oxygen_cylinder", "fg": 4239 }, + { "id": "oxygen_tank", "fg": 4240 }, + { "id": "tinyweldtank", "fg": 4241 }, + { "id": "weldtank", "fg": 4242 }, + { "id": "cot", "fg": 4243 }, + { "id": "armguard_soft", "fg": 4244 }, + { "id": "chestwrap_leather", "fg": 4245 }, + { "id": "trenchcoat_leather", "fg": 4246 }, + { "id": "bat_nerf", "fg": 4247 }, + { "id": "golf_bag", "fg": 4248 }, + { "id": "polycarbonate_sheet", "fg": 4249 }, + { "id": "screen_mesh", "fg": 4250 }, + { "id": "bagpipes", "fg": 4251 }, + { "id": "jumper_cable_heavy", "fg": 4252 }, + { "id": "scythe", "fg": 4253 }, + { "id": "motorbike_armor", "fg": 4254 }, + { "id": "rack_test_tube", "fg": 4255 }, + { "id": "bowl_clay", "fg": 4258 }, + { "id": "clay_hydria", "fg": 4259 }, + { "id": "clay_pot", "fg": 4260 }, + { "id": "clay_quern", "fg": 4261 }, + { "id": "clay_watercont", "fg": 4262 }, + { "id": "jug_clay", "fg": 4263 }, + { "id": "bullet_crossbow", "fg": 4327 }, + { "id": "compcrossbow", "fg": 4328 }, + { "id": "compositecrossbow", "fg": 4329 }, + { "id": "crossbow", "fg": 4330 }, + { "id": "hand_crossbow", "fg": 4331 }, + { "id": "huge_crossbow", "fg": 4332 }, + { "id": "rep_crossbow", "fg": 4333 }, + { "id": "amplifier_head", "fg": 4346 }, + { "id": "bindle", "fg": 4347 }, + { "id": "broken_dimensional_anchor", "fg": 4348 }, + { "id": "chainmail_vest", "fg": 4349 }, + { "id": "concrete", "fg": 4350 }, + { "id": "cs_lajatang_off", "fg": 4351 }, + { "id": "dimensional_anchor", "fg": 4352 }, + { "id": "dimensional_anchor_on", "fg": 4353 }, + { "id": "dnd", "fg": 4354 }, + { "id": "g_carpet", "fg": 4355 }, + { "id": "grapnel", "fg": 4356 }, + { "id": "optical_cloak", "fg": 4357 }, + { "id": "p_carpet", "fg": 4358 }, + { "id": "r_carpet", "fg": 4359 }, + { "id": "trimmer_off", "fg": 4360 }, + { "id": "trimmer_on", "fg": 4361 }, + { "id": "tux", "fg": 4362 }, + { "id": "v_scoop_item", "fg": 4363 }, + { "id": "wool_suit", "fg": 4364 }, + { "id": "y_carpet", "fg": 4365 }, + { "id": "multi_cooker", "fg": 4366 }, + { "id": "multi_cooker_filled", "fg": 4367 }, + { "id": "pet_carrier", "fg": 4368 }, + { "id": "manhole_cover", "fg": 4387 }, + { "id": "PR24-extended", "fg": 4393 }, + { "id": "PR24-retracted", "fg": 4394 }, + { "id": "baton-extended", "fg": 4395 }, + { "id": "baton", "fg": 4396 }, + { "id": "guitar_stand", "fg": 4397 }, + { "id": "mic_stand_tall", "fg": 4398 }, + { "id": "mixer_music", "fg": 4399 }, + { "id": "pipe_shotgun", "fg": 4418 }, + { "id": "pool_cue", "fg": 4423 }, + { "id": "bokken", "fg": 4456 }, + { "id": "UPS_off", "fg": 4462 }, + { "id": "hose", "fg": 4463 }, + { "id": "oxy_torch", "fg": 4464 }, + { "id": "picklocks", "fg": 4465 }, + { "id": "primitive_shovel", "fg": 4466 }, + { "id": "shovel_snow", "fg": 4467 }, + { "id": "shovel_snow_plastic", "fg": 4468 }, + { "id": "f_magic_circle", "fg": 4475 }, + { "id": "mon_dragonfly_naiad", "fg": 4614 }, + { "id": "mon_molebot", "fg": 4666 }, + { "id": "footstep", "fg": 4721 }, + { "id": "footstep_above", "fg": 4722 }, + { "id": "footstep_below", "fg": 4723 }, + { "id": "unknown_field", "fg": 4724 }, + { "id": "unknown_furniture", "fg": 4725 }, + { "id": "unknown_item", "fg": 4726 }, + { "id": "unknown_item_AMMO", "fg": 4727 }, + { "id": "unknown_item_ARMOR", "fg": 4728 }, + { "id": "unknown_item_BIONIC", "fg": 4729 }, + { "id": "unknown_item_BOOK", "fg": 4730 }, + { "id": "unknown_item_FOOD", "fg": 4731 }, + { "id": "unknown_item_GUN", "fg": 4732 }, + { "id": "unknown_item_TOOL", "fg": 4733 }, + { "id": "unknown_item_misc", "fg": 4734 }, + { "id": "unknown_terrain", "fg": 4735 }, + { "id": "unknown_trap", "fg": 4736 }, + { "id": "unknown_vehicle_part", "fg": 4737 }, + { "id": "overlay_effect_slimed", "fg": 4748 }, + { "id": "overlay_effect_wet", "fg": 4749 }, + { "id": "overlay_friendly_sees_player", "fg": 4750 }, + { "id": "overlay_hostile_sees_player", "fg": 4751 }, + { "id": "overlay_neutral_sees_player", "fg": 4752 }, + { "id": "overlay_other_sees_player", "fg": 4753 }, + { "id": "zombie_revival_indicator", "fg": 4754 }, + { "id": "overlay_female_mutation_HOOVES", "fg": 4755 }, + { "id": "overlay_male_mutation_HOOVES", "fg": 4756 }, + { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 4757 }, + { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 4758 }, + { "id": "overlay_wielded_bfg50", "fg": 4759 }, + { "id": "cemetery_small", "fg": 4781 }, + { "id": "dirt_road_center", "fg": 4784 }, + { "id": "dirt_road_end_piece_e", "fg": 4791 }, + { "id": "dirt_road_end_piece_n", "fg": 4792 }, + { "id": "dirt_road_end_piece_s", "fg": 4793 }, + { "id": "dirt_road_end_piece_w", "fg": 4794 }, + { "id": "dirt_road_unconnected", "fg": 4799 }, + { "id": "hunting_blind", "fg": 4841 }, + { "id": "overmap_horde_3", "fg": 4842 }, + { "id": "overmap_horde_4", "fg": 4843 }, + { "id": "overmap_horde_5", "fg": 4844 }, + { "id": "overmap_horde_6", "fg": 4845 }, + { "id": "overmap_remembered_vehicle", "fg": 4846 }, + { "id": "pasture_connection_ew", "fg": 4869 }, + { "id": "pasture_connection_ns", "fg": 4870 }, + { "id": "pasture_unconnected", "fg": 4883 }, + { "id": "t_metal_ventilation_shutter", "fg": 4948 }, + { "id": "t_ramp_down_high", "fg": 4966 }, + { "id": "t_ramp_up_high", "fg": 4967 }, + { "id": "t_sidewalk_ramp_down_high", "fg": 4968 }, + { "id": "t_sidewalk_ramp_up_high", "fg": 4969 }, + { "id": "t_slope_down", "fg": 4970 }, + { "id": "t_slope_up", "fg": 4971 }, + { "id": "t_door_b_peep", "fg": 5316 }, + { "id": "t_door_boarded_damaged_peep", "fg": 5317 }, + { "id": "t_door_boarded_peep", "fg": 5318 }, + { "id": "t_door_c_peep", "fg": 5319 }, + { "id": "t_door_locked_peep", "fg": 5320 }, + { "id": "t_door_o_peep", "fg": 5321 }, + { "id": "t_fence_post", "fg": 5358 }, + { "id": "t_ladder_down", "fg": 5580 }, + { "id": "t_mud", "fg": 5698 }, + { "id": "t_thconc_floor_unconnected", "fg": 6210 }, + { "id": "t_thconc_floor_flesh", "fg": 6211 }, + { "id": "t_wall_resin_cage", "fg": 6404 }, + { "id": "t_window_domestic_taped", "fg": 6560 }, + { "id": "t_window_no_curtains_taped", "fg": 6564 }, + { "id": "t_window_taped", "fg": 6566 }, + { "id": "tr_cot", "fg": 6569 }, + { "id": "tr_practice_target", "fg": 6580 }, + { "id": "metal_boat_hull", "fg": 6582 } ] }, { "file": "tallfurniture.png", - "//": "range 6592 to 6751", + "//": "range 6624 to 6783", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, @@ -9903,190 +9924,190 @@ "tiles": [ { "id": "f_deckchair", - "fg": [ { "weight": 1, "sprite": 6592 }, { "weight": 1, "sprite": 6593 }, { "weight": 1, "sprite": 6594 } ] + "fg": [ { "weight": 1, "sprite": 6624 }, { "weight": 1, "sprite": 6625 }, { "weight": 1, "sprite": 6626 } ] }, - { "id": [ "f_fvat_empty", "f_fvat_full" ], "fg": 6596 }, - { "id": "f_punching_bag", "fg": 6600 }, - { "id": "f_exercise", "fg": 6599 }, - { "id": "f_ergometer", "fg": 6598 }, - { "id": "f_IV_pole", "fg": 6608 }, - { "id": "f_arcade_machine", "fg": 6609 }, - { "id": "f_autodoc_couch", "fg": 6610 }, - { "id": "f_birdbath", "fg": 6613 }, + { "id": [ "f_fvat_empty", "f_fvat_full" ], "fg": 6628 }, + { "id": "f_punching_bag", "fg": 6632 }, + { "id": "f_exercise", "fg": 6631 }, + { "id": "f_ergometer", "fg": 6630 }, + { "id": "f_IV_pole", "fg": 6640 }, + { "id": "f_arcade_machine", "fg": 6641 }, + { "id": "f_autodoc_couch", "fg": 6642 }, + { "id": "f_birdbath", "fg": 6645 }, { "id": "f_bookcase", "multitile": true, "rotates": false, - "fg": 6614, + "fg": 6646, "additional_tiles": [ - { "id": "center", "fg": 6614 }, - { "id": "corner", "fg": [ 6616, 6617, 6617, 6616 ] }, - { "id": "t_connection", "fg": [ 6614, 6615, 6614, 6615 ] }, - { "id": "edge", "fg": [ 6615, 6614 ] }, - { "id": "end_piece", "fg": [ 6616, 6614, 6617, 6614 ] }, - { "id": "unconnected", "fg": [ 6614, 6614 ] } + { "id": "center", "fg": 6646 }, + { "id": "corner", "fg": [ 6648, 6649, 6649, 6648 ] }, + { "id": "t_connection", "fg": [ 6646, 6647, 6646, 6647 ] }, + { "id": "edge", "fg": [ 6647, 6646 ] }, + { "id": "end_piece", "fg": [ 6648, 6646, 6649, 6646 ] }, + { "id": "unconnected", "fg": [ 6646, 6646 ] } ] }, - { "id": "f_boulder_large", "fg": 6618 }, - { "id": "f_cattails_season_spring", "fg": 6621, "rotates": false }, - { "id": "f_cattails_season_summer", "fg": 6622, "rotates": false }, - { "id": "f_cattails_season_autumn", "fg": 6620, "rotates": false }, - { "id": "f_cattails_season_winter", "fg": 6623, "rotates": false }, + { "id": "f_boulder_large", "fg": 6650 }, + { "id": "f_cattails_season_spring", "fg": 6653, "rotates": false }, + { "id": "f_cattails_season_summer", "fg": 6654, "rotates": false }, + { "id": "f_cattails_season_autumn", "fg": 6652, "rotates": false }, + { "id": "f_cattails_season_winter", "fg": 6655, "rotates": false }, { "id": "f_console", "multitile": true, - "fg": 6657, + "fg": 6689, "additional_tiles": [ - { "id": "center", "fg": 6642 }, - { "id": "corner", "fg": [ 6644, 6646, 6645, 6643 ] }, - { "id": "t_connection", "fg": [ 6654, 6656, 6655, 6653 ] }, - { "id": "edge", "fg": [ 6648, 6647 ] }, - { "id": "end_piece", "fg": [ 6650, 6652, 6651, 6649 ] }, - { "id": "unconnected", "fg": [ 6657, 6659, 6657, 6658 ] } + { "id": "center", "fg": 6674 }, + { "id": "corner", "fg": [ 6676, 6678, 6677, 6675 ] }, + { "id": "t_connection", "fg": [ 6686, 6688, 6687, 6685 ] }, + { "id": "edge", "fg": [ 6680, 6679 ] }, + { "id": "end_piece", "fg": [ 6682, 6684, 6683, 6681 ] }, + { "id": "unconnected", "fg": [ 6689, 6691, 6689, 6690 ] } ] }, { "id": "f_console_broken", "multitile": true, - "fg": 6640, + "fg": 6672, "additional_tiles": [ - { "id": "center", "fg": 6624 }, - { "id": "corner", "fg": [ 6626, 6628, 6627, 6625 ] }, - { "id": "t_connection", "fg": [ 6636, 6638, 6637, 6635 ] }, - { "id": "edge", "fg": [ 6630, 6629 ] }, - { "id": "end_piece", "fg": [ 6632, 6634, 6633, 6631 ] }, - { "id": "unconnected", "fg": [ 6640, 6641, 6640, 6639 ] } + { "id": "center", "fg": 6656 }, + { "id": "corner", "fg": [ 6658, 6660, 6659, 6657 ] }, + { "id": "t_connection", "fg": [ 6668, 6670, 6669, 6667 ] }, + { "id": "edge", "fg": [ 6662, 6661 ] }, + { "id": "end_piece", "fg": [ 6664, 6666, 6665, 6663 ] }, + { "id": "unconnected", "fg": [ 6672, 6673, 6672, 6671 ] } ] }, - { "id": "f_crate_c", "fg": 6660 }, - { "id": "f_crate_o", "fg": 6661 }, - { "id": "f_dialysis", "fg": 6662 }, - { "id": "f_dresser", "rotates": true, "fg": [ 6665, 6666, 6664, 6663 ] }, - { "id": "f_dryer", "fg": 6667 }, + { "id": "f_crate_c", "fg": 6692 }, + { "id": "f_crate_o", "fg": 6693 }, + { "id": "f_dialysis", "fg": 6694 }, + { "id": "f_dresser", "rotates": true, "fg": [ 6697, 6698, 6696, 6695 ] }, + { "id": "f_dryer", "fg": 6699 }, { "id": "f_dumpster", - "fg": 6674, + "fg": 6706, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 6668 }, - { "id": "corner", "fg": [ 6673, 6673, 6670, 6670 ] }, - { "id": "t_connection", "fg": [ 6668, 6673, 6668, 6670 ] }, - { "id": "edge", "fg": [ 6669, 6668 ] }, - { "id": "end_piece", "fg": [ 6671, 6673, 6672, 6670 ] }, - { "id": "unconnected", "fg": [ 6674, 6674 ] } + { "id": "center", "fg": 6700 }, + { "id": "corner", "fg": [ 6705, 6705, 6702, 6702 ] }, + { "id": "t_connection", "fg": [ 6700, 6705, 6700, 6702 ] }, + { "id": "edge", "fg": [ 6701, 6700 ] }, + { "id": "end_piece", "fg": [ 6703, 6705, 6704, 6702 ] }, + { "id": "unconnected", "fg": [ 6706, 6706 ] } ] }, - { "id": "f_fireplace", "fg": 6675 }, - { "id": "f_floor_lamp", "fg": 6676 }, - { "id": "f_fridge", "rotates": true, "fg": [ 6679, 6680, 6678, 6677 ] }, - { "id": "t_gas_pump", "fg": 6681, "bg": 6795 }, - { "id": "f_gas_pump", "fg": 6681 }, - { "id": "f_glass_cabinet", "fg": 6682 }, - { "id": "f_glass_fridge", "fg": 6683 }, + { "id": "f_fireplace", "fg": 6707 }, + { "id": "f_floor_lamp", "fg": 6708 }, + { "id": "f_fridge", "rotates": true, "fg": [ 6711, 6712, 6710, 6709 ] }, + { "id": "t_gas_pump", "fg": 6713, "bg": 6827 }, + { "id": "f_gas_pump", "fg": 6713 }, + { "id": "f_glass_cabinet", "fg": 6714 }, + { "id": "f_glass_fridge", "fg": 6715 }, { "id": "f_ground_cable", "multitile": true, - "fg": 6702, + "fg": 6734, "additional_tiles": [ - { "id": "center", "fg": [ { "weight": 1, "sprite": 6684 }, { "weight": 1, "sprite": 6684 } ] }, + { "id": "center", "fg": [ { "weight": 1, "sprite": 6716 }, { "weight": 1, "sprite": 6716 } ] }, { "id": "corner", - "fg": [ { "weight": 1, "sprite": [ 6686, 6689, 6687, 6685 ] }, { "weight": 1, "sprite": [ 6686, 6689, 6688, 6685 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6718, 6721, 6719, 6717 ] }, { "weight": 1, "sprite": [ 6718, 6721, 6720, 6717 ] } ] }, { "id": "t_connection", - "fg": [ { "weight": 1, "sprite": [ 6699, 6701, 6700, 6698 ] }, { "weight": 1, "sprite": [ 6699, 6701, 6700, 6698 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6731, 6733, 6732, 6730 ] }, { "weight": 1, "sprite": [ 6731, 6733, 6732, 6730 ] } ] }, { "id": "edge", - "fg": [ { "weight": 1, "sprite": [ 6692, 6690 ] }, { "weight": 1, "sprite": [ 6693, 6691 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6724, 6722 ] }, { "weight": 1, "sprite": [ 6725, 6723 ] } ] }, { "id": "end_piece", - "fg": [ { "weight": 1, "sprite": [ 6695, 6697, 6696, 6694 ] }, { "weight": 1, "sprite": [ 6695, 6697, 6696, 6694 ] } ] + "fg": [ { "weight": 1, "sprite": [ 6727, 6729, 6728, 6726 ] }, { "weight": 1, "sprite": [ 6727, 6729, 6728, 6726 ] } ] }, - { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 6702 }, { "weight": 1, "sprite": 6702 } ] } + { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 6734 }, { "weight": 1, "sprite": 6734 } ] } ] }, - { "id": "f_home_furnace", "fg": 6703 }, - { "id": "f_locker", "fg": 6705 }, - { "id": "f_machinery_old", "fg": 6712 }, - { "id": "t_machinery_old", "fg": 6712, "bg": 6787 }, - { "id": "f_machinery_electronic", "fg": 6706 }, - { "id": "t_machinery_electronic", "fg": 6706, "bg": 6787 }, + { "id": "f_home_furnace", "fg": 6735 }, + { "id": "f_locker", "fg": 6737 }, + { "id": "f_machinery_old", "fg": 6744 }, + { "id": "t_machinery_old", "fg": 6744, "bg": 6819 }, + { "id": "f_machinery_electronic", "fg": 6738 }, + { "id": "t_machinery_electronic", "fg": 6738, "bg": 6819 }, { "id": "f_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 6707 }, { "weight": 150, "sprite": 6708 }, { "weight": 100, "sprite": 6709 } ] + "fg": [ { "weight": 20, "sprite": 6739 }, { "weight": 150, "sprite": 6740 }, { "weight": 100, "sprite": 6741 } ] }, { "id": "t_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 6707 }, { "weight": 150, "sprite": 6708 }, { "weight": 100, "sprite": 6709 } ], - "bg": 6787 + "fg": [ { "weight": 20, "sprite": 6739 }, { "weight": 150, "sprite": 6740 }, { "weight": 100, "sprite": 6741 } ], + "bg": 6819 }, - { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 6711 }, { "weight": 100, "sprite": 6710 } ] }, + { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 6743 }, { "weight": 100, "sprite": 6742 } ] }, { "id": "t_machinery_light", - "fg": [ { "weight": 100, "sprite": 6711 }, { "weight": 100, "sprite": 6710 } ], - "bg": 6787 - }, - { "id": "f_mannequin", "fg": 6713 }, - { "id": "f_alien_tendril", "fg": 6717 }, - { "id": "f_alien_zapper", "fg": 6718 }, - { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 6715 }, - { "id": "f_alien_pod_resin", "fg": 6716 }, - { "id": "f_oven", "rotates": true, "fg": [ 6721, 6722, 6720, 6719 ] }, - { "id": "f_rack_coat", "fg": 6723 }, - { "id": "f_scan_bed", "fg": 6724 }, + "fg": [ { "weight": 100, "sprite": 6743 }, { "weight": 100, "sprite": 6742 } ], + "bg": 6819 + }, + { "id": "f_mannequin", "fg": 6745 }, + { "id": "f_alien_tendril", "fg": 6749 }, + { "id": "f_alien_zapper", "fg": 6750 }, + { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 6747 }, + { "id": "f_alien_pod_resin", "fg": 6748 }, + { "id": "f_oven", "rotates": true, "fg": [ 6753, 6754, 6752, 6751 ] }, + { "id": "f_rack_coat", "fg": 6755 }, + { "id": "f_scan_bed", "fg": 6756 }, { "id": "f_scrap_antenna", "animated": true, "fg": [ - { "weight": 15, "sprite": 6725 }, - { "weight": 15, "sprite": 6726 }, - { "weight": 15, "sprite": 6727 }, - { "weight": 15, "sprite": 6728 }, - { "weight": 15, "sprite": 6729 }, - { "weight": 15, "sprite": 6730 } + { "weight": 15, "sprite": 6757 }, + { "weight": 15, "sprite": 6758 }, + { "weight": 15, "sprite": 6759 }, + { "weight": 15, "sprite": 6760 }, + { "weight": 15, "sprite": 6761 }, + { "weight": 15, "sprite": 6762 } ], "rotates": false }, - { "id": "f_shower", "fg": 6731 }, - { "id": "f_standing_tank", "fg": 6732 }, - { "id": "f_statue", "fg": 6733 }, - { "id": "f_sunflower_season_summer", "fg": 6735 }, - { "id": "f_sunflower_season_autumn", "fg": 6734 }, - { "id": "f_vending_c", "fg": 6736 }, - { "id": "f_vending_reinforced", "fg": 6738 }, - { "id": "f_vending_o", "fg": 6737 }, - { "id": "f_ventilator", "fg": 6739 }, - { "id": "f_washer", "fg": 6740 }, - { "id": "f_water_heater", "fg": 6741 }, - { "id": "f_water_pump", "fg": 6742 }, - { "id": "t_water_pump", "fg": 6742, "bg": 6787 }, - { "id": "f_wind_mill", "fg": 6743 }, - { "id": "f_woodstove", "fg": 6744 }, - { "id": "f_workbench", "fg": 6745 }, - { "id": "f_dishwasher", "fg": 6595 }, - { "id": "f_wardrobe", "fg": 6597 }, - { "id": "f_treadmill", "fg": 6601 }, - { "id": "f_capacitor", "fg": 6602 }, - { "id": "f_exodii_charger", "fg": 6603 }, - { "id": "f_exodii_charger_cheap", "fg": 6604 }, - { "id": "f_exodii_lamp", "fg": 6605 }, - { "id": "f_exodii_portal_tower", "fg": 6606 }, - { "id": "f_exodii_scanner", "fg": 6607 }, - { "id": "f_bigmirror", "fg": 6611 }, - { "id": "f_bigmirror_b", "fg": 6612 }, - { "id": "f_canvas_floor", "fg": 6619 }, - { "id": "f_ladder", "fg": 6704 }, - { "id": "f_alien_gasper", "fg": 6714 }, - { "id": "f_street_light", "fg": 6746 }, - { "id": "f_traffic_light", "fg": 6747 } + { "id": "f_shower", "fg": 6763 }, + { "id": "f_standing_tank", "fg": 6764 }, + { "id": "f_statue", "fg": 6765 }, + { "id": "f_sunflower_season_summer", "fg": 6767 }, + { "id": "f_sunflower_season_autumn", "fg": 6766 }, + { "id": "f_vending_c", "fg": 6768 }, + { "id": "f_vending_reinforced", "fg": 6770 }, + { "id": "f_vending_o", "fg": 6769 }, + { "id": "f_ventilator", "fg": 6771 }, + { "id": "f_washer", "fg": 6772 }, + { "id": "f_water_heater", "fg": 6773 }, + { "id": "f_water_pump", "fg": 6774 }, + { "id": "t_water_pump", "fg": 6774, "bg": 6819 }, + { "id": "f_wind_mill", "fg": 6775 }, + { "id": "f_woodstove", "fg": 6776 }, + { "id": "f_workbench", "fg": 6777 }, + { "id": "f_dishwasher", "fg": 6627 }, + { "id": "f_wardrobe", "fg": 6629 }, + { "id": "f_treadmill", "fg": 6633 }, + { "id": "f_capacitor", "fg": 6634 }, + { "id": "f_exodii_charger", "fg": 6635 }, + { "id": "f_exodii_charger_cheap", "fg": 6636 }, + { "id": "f_exodii_lamp", "fg": 6637 }, + { "id": "f_exodii_portal_tower", "fg": 6638 }, + { "id": "f_exodii_scanner", "fg": 6639 }, + { "id": "f_bigmirror", "fg": 6643 }, + { "id": "f_bigmirror_b", "fg": 6644 }, + { "id": "f_canvas_floor", "fg": 6651 }, + { "id": "f_ladder", "fg": 6736 }, + { "id": "f_alien_gasper", "fg": 6746 }, + { "id": "f_street_light", "fg": 6778 }, + { "id": "f_traffic_light", "fg": 6779 } ] }, { "file": "tallmonsters.png", - "//": "range 6752 to 6783", + "//": "range 6784 to 6815", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, @@ -10095,65 +10116,65 @@ { "id": "mon_exodii_worker", "fg": [ - { "weight": 15, "sprite": 6753 }, - { "weight": 15, "sprite": 6754 }, - { "weight": 10, "sprite": 6755 }, - { "weight": 10, "sprite": 6756 } + { "weight": 15, "sprite": 6785 }, + { "weight": 15, "sprite": 6786 }, + { "weight": 10, "sprite": 6787 }, + { "weight": 10, "sprite": 6788 } ], - "bg": 6757 + "bg": 6789 }, - { "id": "mon_triffid_flower", "fg": 6763, "bg": 6752 }, - { "id": "mon_turret_speaker", "fg": 6764, "bg": 6752 }, - { "id": "mon_zombie_gasbag_fungus", "fg": 6766, "bg": 6752 }, - { "id": [ "corpse_mon_zombie_necro", "corpse_mon_zombie_master" ], "fg": 6767 } + { "id": "mon_triffid_flower", "fg": 6795, "bg": 6784 }, + { "id": "mon_turret_speaker", "fg": 6796, "bg": 6784 }, + { "id": "mon_zombie_gasbag_fungus", "fg": 6798, "bg": 6784 }, + { "id": [ "corpse_mon_zombie_necro", "corpse_mon_zombie_master" ], "fg": 6799 } ] }, { "file": "tallterrain.png", - "//": "range 6784 to 6959", + "//": "range 6816 to 6991", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "t_floor_olight", "fg": 6801, "bg": 6788 }, - { "id": "t_thconc_floor_olight", "fg": 6801, "bg": 6797 }, - { "id": "t_metal_floor_olight", "fg": 6801, "bg": 6794 }, - { "id": "t_thconc_y_olight", "fg": 6801, "bg": 6798 }, - { "id": "t_strconc_floor_olight", "fg": 6801, "bg": 6796 }, - { "id": "t_linoleum_whitefloor_olight", "fg": 6801, "bg": 6793 }, - { "id": "t_linoleum_gray_floor_olight", "fg": 6801, "bg": 6792 }, - { "id": "t_atm", "fg": 6802, "bg": 6787 }, - { "id": [ "t_barndoor", "t_palisade_pulley" ], "fg": 6803, "bg": 6784 }, - { "id": "t_column", "fg": 6804, "bg": 6787 }, + { "id": "t_floor_olight", "fg": 6833, "bg": 6820 }, + { "id": "t_thconc_floor_olight", "fg": 6833, "bg": 6829 }, + { "id": "t_metal_floor_olight", "fg": 6833, "bg": 6826 }, + { "id": "t_thconc_y_olight", "fg": 6833, "bg": 6830 }, + { "id": "t_strconc_floor_olight", "fg": 6833, "bg": 6828 }, + { "id": "t_linoleum_whitefloor_olight", "fg": 6833, "bg": 6825 }, + { "id": "t_linoleum_gray_floor_olight", "fg": 6833, "bg": 6824 }, + { "id": "t_atm", "fg": 6834, "bg": 6819 }, + { "id": [ "t_barndoor", "t_palisade_pulley" ], "fg": 6835, "bg": 6816 }, + { "id": "t_column", "fg": 6836, "bg": 6819 }, { "id": "t_grass_long", "multitile": true, - "fg": 6823, - "bg": 6791, + "fg": 6855, + "bg": 6823, "additional_tiles": [ { "id": "center", - "bg": 6791, + "bg": 6823, "fg": [ - { "weight": 100, "sprite": 6805 }, - { "weight": 100, "sprite": 6806 }, - { "weight": 100, "sprite": 6807 }, - { "weight": 100, "sprite": 6808 } + { "weight": 100, "sprite": 6837 }, + { "weight": 100, "sprite": 6838 }, + { "weight": 100, "sprite": 6839 }, + { "weight": 100, "sprite": 6840 } ] }, - { "id": "corner", "bg": 6791, "fg": [ 6810, 6812, 6811, 6809 ] }, - { "id": "t_connection", "bg": 6791, "fg": [ 6820, 6822, 6821, 6819 ] }, - { "id": "edge", "bg": 6791, "fg": [ 6814, 6813 ] }, - { "id": "end_piece", "bg": 6791, "fg": [ 6816, 6818, 6817, 6815 ] }, + { "id": "corner", "bg": 6823, "fg": [ 6842, 6844, 6843, 6841 ] }, + { "id": "t_connection", "bg": 6823, "fg": [ 6852, 6854, 6853, 6851 ] }, + { "id": "edge", "bg": 6823, "fg": [ 6846, 6845 ] }, + { "id": "end_piece", "bg": 6823, "fg": [ 6848, 6850, 6849, 6847 ] }, { "id": "unconnected", - "bg": 6791, + "bg": 6823, "fg": [ - { "weight": 100, "sprite": 6823 }, - { "weight": 100, "sprite": 6824 }, - { "weight": 100, "sprite": 6825 }, - { "weight": 100, "sprite": 6826 } + { "weight": 100, "sprite": 6855 }, + { "weight": 100, "sprite": 6856 }, + { "weight": 100, "sprite": 6857 }, + { "weight": 100, "sprite": 6858 } ] } ] @@ -10161,31 +10182,31 @@ { "id": "t_grass_long_season_summer", "multitile": true, - "fg": 6867, - "bg": 6790, + "fg": 6899, + "bg": 6822, "additional_tiles": [ { "id": "center", - "bg": 6790, + "bg": 6822, "fg": [ - { "weight": 100, "sprite": 6849 }, - { "weight": 100, "sprite": 6850 }, - { "weight": 100, "sprite": 6851 }, - { "weight": 100, "sprite": 6852 } + { "weight": 100, "sprite": 6881 }, + { "weight": 100, "sprite": 6882 }, + { "weight": 100, "sprite": 6883 }, + { "weight": 100, "sprite": 6884 } ] }, - { "id": "corner", "bg": 6790, "fg": [ 6854, 6856, 6855, 6853 ] }, - { "id": "t_connection", "bg": 6790, "fg": [ 6864, 6866, 6865, 6863 ] }, - { "id": "edge", "bg": 6790, "fg": [ 6858, 6857 ] }, - { "id": "end_piece", "bg": 6790, "fg": [ 6860, 6862, 6861, 6859 ] }, + { "id": "corner", "bg": 6822, "fg": [ 6886, 6888, 6887, 6885 ] }, + { "id": "t_connection", "bg": 6822, "fg": [ 6896, 6898, 6897, 6895 ] }, + { "id": "edge", "bg": 6822, "fg": [ 6890, 6889 ] }, + { "id": "end_piece", "bg": 6822, "fg": [ 6892, 6894, 6893, 6891 ] }, { "id": "unconnected", - "bg": 6790, + "bg": 6822, "fg": [ - { "weight": 100, "sprite": 6867 }, - { "weight": 100, "sprite": 6868 }, - { "weight": 100, "sprite": 6869 }, - { "weight": 100, "sprite": 6870 } + { "weight": 100, "sprite": 6899 }, + { "weight": 100, "sprite": 6900 }, + { "weight": 100, "sprite": 6901 }, + { "weight": 100, "sprite": 6902 } ] } ] @@ -10193,64 +10214,64 @@ { "id": "t_grass_long_season_autumn", "multitile": true, - "fg": 6845, - "bg": 6789, + "fg": 6877, + "bg": 6821, "additional_tiles": [ { "id": "center", - "bg": 6789, + "bg": 6821, "fg": [ - { "weight": 100, "sprite": 6827 }, - { "weight": 100, "sprite": 6828 }, - { "weight": 100, "sprite": 6829 }, - { "weight": 100, "sprite": 6830 } + { "weight": 100, "sprite": 6859 }, + { "weight": 100, "sprite": 6860 }, + { "weight": 100, "sprite": 6861 }, + { "weight": 100, "sprite": 6862 } ] }, - { "id": "corner", "bg": 6789, "fg": [ 6832, 6834, 6833, 6831 ] }, - { "id": "t_connection", "bg": 6789, "fg": [ 6842, 6844, 6843, 6841 ] }, - { "id": "edge", "bg": 6789, "fg": [ 6836, 6835 ] }, - { "id": "end_piece", "bg": 6789, "fg": [ 6838, 6840, 6839, 6837 ] }, + { "id": "corner", "bg": 6821, "fg": [ 6864, 6866, 6865, 6863 ] }, + { "id": "t_connection", "bg": 6821, "fg": [ 6874, 6876, 6875, 6873 ] }, + { "id": "edge", "bg": 6821, "fg": [ 6868, 6867 ] }, + { "id": "end_piece", "bg": 6821, "fg": [ 6870, 6872, 6871, 6869 ] }, { "id": "unconnected", - "bg": 6789, + "bg": 6821, "fg": [ - { "weight": 100, "sprite": 6845 }, - { "weight": 100, "sprite": 6846 }, - { "weight": 100, "sprite": 6847 }, - { "weight": 100, "sprite": 6848 } + { "weight": 100, "sprite": 6877 }, + { "weight": 100, "sprite": 6878 }, + { "weight": 100, "sprite": 6879 }, + { "weight": 100, "sprite": 6880 } ] } ] }, - { "id": "t_grass_long_season_winter", "fg": 6785 }, + { "id": "t_grass_long_season_winter", "fg": 6817 }, { "id": "t_grass_tall", "multitile": true, - "fg": 6889, - "bg": 6791, + "fg": 6921, + "bg": 6823, "additional_tiles": [ { "id": "center", - "bg": 6791, + "bg": 6823, "fg": [ - { "weight": 100, "sprite": 6871 }, - { "weight": 100, "sprite": 6872 }, - { "weight": 100, "sprite": 6873 }, - { "weight": 100, "sprite": 6874 } + { "weight": 100, "sprite": 6903 }, + { "weight": 100, "sprite": 6904 }, + { "weight": 100, "sprite": 6905 }, + { "weight": 100, "sprite": 6906 } ] }, - { "id": "corner", "bg": 6791, "fg": [ 6876, 6878, 6877, 6875 ] }, - { "id": "t_connection", "bg": 6791, "fg": [ 6886, 6888, 6887, 6885 ] }, - { "id": "edge", "bg": 6791, "fg": [ 6880, 6879 ] }, - { "id": "end_piece", "bg": 6791, "fg": [ 6882, 6884, 6883, 6881 ] }, + { "id": "corner", "bg": 6823, "fg": [ 6908, 6910, 6909, 6907 ] }, + { "id": "t_connection", "bg": 6823, "fg": [ 6918, 6920, 6919, 6917 ] }, + { "id": "edge", "bg": 6823, "fg": [ 6912, 6911 ] }, + { "id": "end_piece", "bg": 6823, "fg": [ 6914, 6916, 6915, 6913 ] }, { "id": "unconnected", - "bg": 6791, + "bg": 6823, "fg": [ - { "weight": 100, "sprite": 6889 }, - { "weight": 100, "sprite": 6890 }, - { "weight": 100, "sprite": 6891 }, - { "weight": 100, "sprite": 6892 } + { "weight": 100, "sprite": 6921 }, + { "weight": 100, "sprite": 6922 }, + { "weight": 100, "sprite": 6923 }, + { "weight": 100, "sprite": 6924 } ] } ] @@ -10258,31 +10279,31 @@ { "id": "t_grass_tall_season_summer", "multitile": true, - "fg": 6933, - "bg": 6790, + "fg": 6965, + "bg": 6822, "additional_tiles": [ { "id": "center", - "bg": 6790, + "bg": 6822, "fg": [ - { "weight": 100, "sprite": 6915 }, - { "weight": 100, "sprite": 6916 }, - { "weight": 100, "sprite": 6917 }, - { "weight": 100, "sprite": 6918 } + { "weight": 100, "sprite": 6947 }, + { "weight": 100, "sprite": 6948 }, + { "weight": 100, "sprite": 6949 }, + { "weight": 100, "sprite": 6950 } ] }, - { "id": "corner", "bg": 6790, "fg": [ 6920, 6922, 6921, 6919 ] }, - { "id": "t_connection", "bg": 6790, "fg": [ 6930, 6932, 6931, 6929 ] }, - { "id": "edge", "bg": 6790, "fg": [ 6924, 6923 ] }, - { "id": "end_piece", "bg": 6790, "fg": [ 6926, 6928, 6927, 6925 ] }, + { "id": "corner", "bg": 6822, "fg": [ 6952, 6954, 6953, 6951 ] }, + { "id": "t_connection", "bg": 6822, "fg": [ 6962, 6964, 6963, 6961 ] }, + { "id": "edge", "bg": 6822, "fg": [ 6956, 6955 ] }, + { "id": "end_piece", "bg": 6822, "fg": [ 6958, 6960, 6959, 6957 ] }, { "id": "unconnected", - "bg": 6790, + "bg": 6822, "fg": [ - { "weight": 100, "sprite": 6933 }, - { "weight": 100, "sprite": 6934 }, - { "weight": 100, "sprite": 6935 }, - { "weight": 100, "sprite": 6936 } + { "weight": 100, "sprite": 6965 }, + { "weight": 100, "sprite": 6966 }, + { "weight": 100, "sprite": 6967 }, + { "weight": 100, "sprite": 6968 } ] } ] @@ -10290,55 +10311,55 @@ { "id": "t_grass_tall_season_autumn", "multitile": true, - "fg": 6911, - "bg": 6789, + "fg": 6943, + "bg": 6821, "additional_tiles": [ { "id": "center", - "bg": 6789, + "bg": 6821, "fg": [ - { "weight": 100, "sprite": 6893 }, - { "weight": 100, "sprite": 6894 }, - { "weight": 100, "sprite": 6895 }, - { "weight": 100, "sprite": 6896 } + { "weight": 100, "sprite": 6925 }, + { "weight": 100, "sprite": 6926 }, + { "weight": 100, "sprite": 6927 }, + { "weight": 100, "sprite": 6928 } ] }, - { "id": "corner", "bg": 6789, "fg": [ 6898, 6900, 6899, 6897 ] }, - { "id": "t_connection", "bg": 6789, "fg": [ 6908, 6910, 6909, 6907 ] }, - { "id": "edge", "bg": 6789, "fg": [ 6902, 6901 ] }, - { "id": "end_piece", "bg": 6789, "fg": [ 6904, 6906, 6905, 6903 ] }, + { "id": "corner", "bg": 6821, "fg": [ 6930, 6932, 6931, 6929 ] }, + { "id": "t_connection", "bg": 6821, "fg": [ 6940, 6942, 6941, 6939 ] }, + { "id": "edge", "bg": 6821, "fg": [ 6934, 6933 ] }, + { "id": "end_piece", "bg": 6821, "fg": [ 6936, 6938, 6937, 6935 ] }, { "id": "unconnected", - "bg": 6789, + "bg": 6821, "fg": [ - { "weight": 100, "sprite": 6911 }, - { "weight": 100, "sprite": 6912 }, - { "weight": 100, "sprite": 6913 }, - { "weight": 100, "sprite": 6914 } + { "weight": 100, "sprite": 6943 }, + { "weight": 100, "sprite": 6944 }, + { "weight": 100, "sprite": 6945 }, + { "weight": 100, "sprite": 6946 } ] } ] }, - { "id": "t_grass_tall_season_winter", "fg": 6785 }, - { "id": "t_gutter_downspout", "fg": 6937, "bg": 6791 }, - { "id": "t_gutter_downspout_season_autumn", "fg": 6937, "bg": 6789 }, - { "id": "t_gutter_downspout_season_summer", "fg": 6937, "bg": 6790 }, - { "id": "t_gutter_downspout_season_winter", "fg": 6937, "bg": 6786 }, - { "id": "t_little_column", "fg": 6938, "bg": 6787 }, - { "id": "t_stairs_up", "fg": 6940 }, - { "id": "t_wood_stairs_up", "fg": 6941 }, - { "id": "t_utility_light", "fg": 6942 }, - { "id": "t_ladder_up", "fg": 6799 }, - { "id": "t_ladder_up_down", "fg": 6800 }, - { "id": "t_radio_tower", "fg": 6939 }, - { "id": "t_window_stained_blue", "fg": 6943 }, - { "id": "t_window_stained_green", "fg": 6944 }, - { "id": "t_window_stained_red", "fg": 6945 } + { "id": "t_grass_tall_season_winter", "fg": 6817 }, + { "id": "t_gutter_downspout", "fg": 6969, "bg": 6823 }, + { "id": "t_gutter_downspout_season_autumn", "fg": 6969, "bg": 6821 }, + { "id": "t_gutter_downspout_season_summer", "fg": 6969, "bg": 6822 }, + { "id": "t_gutter_downspout_season_winter", "fg": 6969, "bg": 6818 }, + { "id": "t_little_column", "fg": 6970, "bg": 6819 }, + { "id": "t_stairs_up", "fg": 6972 }, + { "id": "t_wood_stairs_up", "fg": 6973 }, + { "id": "t_utility_light", "fg": 6974 }, + { "id": "t_ladder_up", "fg": 6831 }, + { "id": "t_ladder_up_down", "fg": 6832 }, + { "id": "t_radio_tower", "fg": 6971 }, + { "id": "t_window_stained_blue", "fg": 6975 }, + { "id": "t_window_stained_green", "fg": 6976 }, + { "id": "t_window_stained_red", "fg": 6977 } ] }, { "file": "tallvehicle.png", - "//": "range 6960 to 7055", + "//": "range 6992 to 7087", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, @@ -10346,47 +10367,47 @@ "tiles": [ { "id": [ "vp_door_rear", "vp_door_horizontal_rear" ], - "fg": [ 6981, 6970, 6984, 6964 ], + "fg": [ 7013, 7002, 7016, 6996 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6982, 6967, 6983, 6965 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6982, 6967, 6983, 6965 ] } + { "id": "open", "fg": [ 7014, 6999, 7015, 6997 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7014, 6999, 7015, 6997 ] } ] }, { "id": [ "vp_door_front", "vp_door_horizontal_front" ], - "fg": [ 6984, 6964, 6981, 6970 ], + "fg": [ 7016, 6996, 7013, 7002 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6983, 6965, 6982, 6967 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6983, 6965, 6982, 6967 ] } + { "id": "open", "fg": [ 7015, 6997, 7014, 6999 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7015, 6997, 7014, 6999 ] } ] }, { "id": [ "vp_door_opaque_rear", "vp_door_opaque_horizontal_rear" ], - "fg": [ 6979, 6970, 6980, 6964 ], + "fg": [ 7011, 7002, 7012, 6996 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6982, 6975, 6983, 6974 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6982, 6975, 6983, 6974 ] } + { "id": "open", "fg": [ 7014, 7007, 7015, 7006 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7014, 7007, 7015, 7006 ] } ] }, { "id": [ "vp_door_opaque_front", "vp_door_opaque_horizontal_front" ], - "fg": [ 6980, 6964, 6979, 6970 ], + "fg": [ 7012, 6996, 7011, 7002 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6983, 6974, 6982, 6975 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6983, 6974, 6982, 6975 ] } + { "id": "open", "fg": [ 7015, 7006, 7014, 7007 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7015, 7006, 7014, 7007 ] } ] }, { "id": "vp_door_sliding", - "fg": [ 6970, 6980, 6964, 6978 ], + "fg": [ 7002, 7012, 6996, 7010 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7007, 7008, 7009, 7010 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 7007, 7008, 7009, 7010 ] } + { "id": "open", "fg": [ 7039, 7040, 7041, 7042 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7039, 7040, 7041, 7042 ] } ] }, { @@ -10398,11 +10419,11 @@ "vp_door_full_sw", "vp_door_full_rear_left" ], - "fg": [ 6964, 6971, 6970, 6969 ], + "fg": [ 6996, 7003, 7002, 7001 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6965, 6968, 6967, 6966 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6965, 6968, 6967, 6966 ] } + { "id": "open", "fg": [ 6997, 7000, 6999, 6998 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 6997, 7000, 6999, 6998 ] } ] }, { @@ -10414,436 +10435,410 @@ "vp_door_full_se", "vp_door_full_rear_right" ], - "fg": [ 6970, 6984, 6964, 6973 ], + "fg": [ 7002, 7016, 6996, 7005 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6967, 6983, 6965, 6972 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6967, 6983, 6965, 6972 ] } + { "id": "open", "fg": [ 6999, 7015, 6997, 7004 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 6999, 7015, 6997, 7004 ] } ] }, { "id": "vp_door_opaque_full_left", - "fg": [ 6964, 6977, 6970, 6976 ], + "fg": [ 6996, 7009, 7002, 7008 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6974, 6968, 6975, 6966 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6974, 6968, 6975, 6966 ] } + { "id": "open", "fg": [ 7006, 7000, 7007, 6998 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7006, 7000, 7007, 6998 ] } ] }, { "id": "vp_door_opaque_full_right", - "fg": [ 6970, 6980, 6964, 6978 ], + "fg": [ 7002, 7012, 6996, 7010 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6975, 6983, 6974, 6972 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 6975, 6983, 6974, 6972 ] } + { "id": "open", "fg": [ 7007, 7015, 7006, 7004 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7007, 7015, 7006, 7004 ] } ] }, { "id": [ "vp_door", "vp_door_internal", "vp_door_opaque" ], - "fg": [ 6992, 6996, 6994, 6991 ], + "fg": [ 7024, 7028, 7026, 7023 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6993, 6990, 6995, 6989 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 6993, 6990, 6995, 6989 ] } + { "id": "open", "fg": [ 7025, 7022, 7027, 7021 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 7025, 7022, 7027, 7021 ] } ] }, { "id": "vp_door_internal_front", - "fg": [ 6980, 6964, 6988, 6970 ], + "fg": [ 7012, 6996, 7020, 7002 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 6983, 6987, 6986, 6985 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 6983, 6987, 6986, 6985 ] } + { "id": "open", "fg": [ 7015, 7019, 7018, 7017 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 7015, 7019, 7018, 7017 ] } ] }, { "id": "vp_door_shutter", - "fg": [ 6999, 6997, 6998, 7000 ], + "fg": [ 7031, 7029, 7030, 7032 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7004, 7002, 7003, 7005 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 7004, 7002, 7003, 7005 ] } + { "id": "open", "fg": [ 7036, 7034, 7035, 7037 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 7036, 7034, 7035, 7037 ] } ] }, { "id": "vp_door_shutter_left", - "fg": [ 7000, 7001, 6997, 6998 ], + "fg": [ 7032, 7033, 7029, 7030 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7005, 7006, 7002, 7003 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 7005, 7006, 7002, 7003 ] } + { "id": "open", "fg": [ 7037, 7038, 7034, 7035 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 7037, 7038, 7034, 7035 ] } ] }, { "id": "vp_door_shutter_right", - "fg": [ 6997, 6998, 7000, 7001 ], + "fg": [ 7029, 7030, 7032, 7033 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7002, 7003, 7005, 7006 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 7002, 7003, 7005, 7006 ] } + { "id": "open", "fg": [ 7034, 7035, 7037, 7038 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 7034, 7035, 7037, 7038 ] } ] }, { "id": "vp_frame_handle", - "fg": [ 7012, 7014, 7013, 7011 ], + "fg": [ 7044, 7046, 7045, 7043 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7012, 7014, 7013, 7011 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7044, 7046, 7045, 7043 ] } ] }, { "id": "vp_stowboard_ne", - "fg": [ 7021, 7024, 7023, 7022 ], + "fg": [ 7053, 7056, 7055, 7054 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7021, 7024, 7023, 7022 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7053, 7056, 7055, 7054 ] } ] }, { "id": "vp_stowboard_nw", - "fg": [ 7024, 7026, 7025, 7021 ], + "fg": [ 7056, 7058, 7057, 7053 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7024, 7026, 7025, 7021 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7056, 7058, 7057, 7053 ] } ] }, { "id": "vp_stowboard_se", - "fg": [ 7027, 7021, 7024, 7028 ], + "fg": [ 7059, 7053, 7056, 7060 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7027, 7021, 7024, 7028 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7059, 7053, 7056, 7060 ] } ] }, { "id": "vp_stowboard_sw", - "fg": [ 7029, 7030, 7021, 7024 ], + "fg": [ 7061, 7062, 7053, 7056 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7029, 7030, 7021, 7024 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7061, 7062, 7053, 7056 ] } ] }, { "id": "vp_stowboard_vertical_left", - "fg": [ 7018, 7031, 7016, 7015 ], + "fg": [ 7050, 7063, 7048, 7047 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7018, 7031, 7016, 7015 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7050, 7063, 7048, 7047 ] } ] }, { "id": "vp_stowboard_vertical_right", - "fg": [ 7016, 7015, 7018, 7031 ], + "fg": [ 7048, 7047, 7050, 7063 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7016, 7015, 7018, 7031 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7048, 7047, 7050, 7063 ] } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ], - "fg": [ 7015, 7020, 7015, 7032 ], + "fg": [ 7047, 7052, 7047, 7064 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7015, 7020, 7015, 7032 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7047, 7052, 7047, 7064 ] } ] }, { "id": "vp_stowboard_horizontal_front", - "fg": [ 7015, 7018, 7017, 7016 ], + "fg": [ 7047, 7050, 7049, 7048 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7015, 7018, 7017, 7016 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7047, 7050, 7049, 7048 ] } ] }, { "id": "vp_stowboard_horizontal_rear", - "fg": [ 7019, 7016, 7015, 7018 ], + "fg": [ 7051, 7048, 7047, 7050 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7019, 7016, 7015, 7018 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7051, 7048, 7047, 7050 ] } ] }, { "id": [ "vp_stowboard_vertical", "vp_stowboard_vertical_2" ], - "fg": [ 7032, 7015, 7032, 7015 ], + "fg": [ 7064, 7047, 7064, 7047 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7032, 7015, 7032, 7015 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7064, 7047, 7064, 7047 ] } ] }, { "id": "vp_stowboard_wheel_left", - "fg": [ 7018, 7033, 7016, 7015 ], + "fg": [ 7050, 7065, 7048, 7047 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7018, 7033, 7016, 7015 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7050, 7065, 7048, 7047 ] } ] }, { "id": "vp_stowboard_wheel_right", - "fg": [ 7016, 7015, 7018, 7033 ], + "fg": [ 7048, 7047, 7050, 7065 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7016, 7015, 7018, 7033 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7048, 7047, 7050, 7065 ] } ] }, { "id": "vp_door_trunk", - "fg": [ 7034, 7041, 7040, 7039 ], + "fg": [ 7066, 7073, 7072, 7071 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 7035, 7038, 7037, 7036 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 7035, 7038, 7037, 7036 ] } + { "id": "open", "fg": [ 7067, 7070, 7069, 7068 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 7067, 7070, 7069, 7068 ] } ] }, - { "id": "crack_glass_center_tall", "fg": 6960 }, - { "id": "crack_glass_left_tall", "fg": 6961 }, - { "id": "crack_glass_right_tall", "fg": 6962 }, - { "id": "vp_travois", "fg": 7042 } + { "id": "crack_glass_center_tall", "fg": 6992 }, + { "id": "crack_glass_left_tall", "fg": 6993 }, + { "id": "crack_glass_right_tall", "fg": 6994 }, + { "id": "vp_travois", "fg": 7074 } ] }, { "file": "huge.png", - "//": "range 7056 to 7087", + "//": "range 7088 to 7119", "sprite_width": 64, "sprite_height": 96, "sprite_offset_x": -16, "sprite_offset_y": -64, "tiles": [ - { "id": "mon_zombie_nemesis", "fg": 7063, "bg": 7056 }, - { "id": "mon_skeleton_hulk_fungus", "fg": 7060 }, - { "id": "mon_mutant_evolved", "fg": 7066 }, - { "id": "mon_mutant_mollusk", "fg": 7067 }, - { "id": "corpse_mon_nakedmolerat_giant", "fg": 7068 } + { "id": "mon_zombie_nemesis", "fg": 7095, "bg": 7088 }, + { "id": "mon_skeleton_hulk_fungus", "fg": 7092 }, + { "id": "mon_mutant_evolved", "fg": 7098 }, + { "id": "mon_mutant_mollusk", "fg": 7099 }, + { "id": "corpse_mon_nakedmolerat_giant", "fg": 7100 } ] }, { "file": "centered.png", - "//": "range 7088 to 7103", + "//": "range 7120 to 7135", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -16, "tiles": [ - { "id": "vp_wing_mirror", "fg": [ 7097, 7099, 7098, 7096 ], "rotates": true }, - { "id": "vp_wing_mirror_left", "fg": [ 7089, 7091, 7090, 7088 ], "rotates": true }, - { "id": "vp_wing_mirror_right", "fg": [ 7093, 7095, 7094, 7092 ], "rotates": true } + { "id": "vp_wing_mirror", "fg": [ 7129, 7131, 7130, 7128 ], "rotates": true }, + { "id": "vp_wing_mirror_left", "fg": [ 7121, 7123, 7122, 7120 ], "rotates": true }, + { "id": "vp_wing_mirror_right", "fg": [ 7125, 7127, 7126, 7124 ], "rotates": true } ] }, { "file": "large.png", - "//": "range 7104 to 7263", + "//": "range 7136 to 7295", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "f_CTscan", "fg": 7109 }, - { "id": "f_MRI", "fg": 7110 }, - { "id": "f_rotary_clothesline", "fg": 7111 }, - { "id": "mon_troll", "fg": 7113, "bg": 7118 }, - { "id": "mon_smoker_brute", "fg": 7116, "bg": 7119 }, + { "id": "f_CTscan", "fg": 7141 }, + { "id": "f_MRI", "fg": 7142 }, + { "id": "f_rotary_clothesline", "fg": 7143 }, + { "id": "mon_troll", "fg": 7145, "bg": 7150 }, + { "id": "mon_smoker_brute", "fg": 7148, "bg": 7151 }, { "id": "mon_exodii_quad", "fg": [ - { "weight": 15, "sprite": 7121 }, - { "weight": 10, "sprite": 7122 }, - { "weight": 15, "sprite": 7123 }, - { "weight": 15, "sprite": 7124 } + { "weight": 15, "sprite": 7153 }, + { "weight": 10, "sprite": 7154 }, + { "weight": 15, "sprite": 7155 }, + { "weight": 15, "sprite": 7156 } ], - "bg": 7118 + "bg": 7150 }, { "id": "mon_exodii_turret", "fg": [ - { "weight": 15, "sprite": 7125 }, - { "weight": 5, "sprite": 7126 }, - { "weight": 15, "sprite": 7127 }, - { "weight": 15, "sprite": 7128 } + { "weight": 15, "sprite": 7157 }, + { "weight": 5, "sprite": 7158 }, + { "weight": 15, "sprite": 7159 }, + { "weight": 15, "sprite": 7160 } ], - "bg": 7119 + "bg": 7151 }, - { "id": "mon_giant_crayfish", "fg": 7130, "bg": 7119 }, - { "id": "mon_slug_giant", "fg": 7131, "bg": 7118 }, - { "id": "mon_dog_zombie_hulk", "fg": 7132, "bg": 7119 }, - { "id": "corpse_mon_ant_soldier", "fg": 7137 }, - { "id": "corpse_mon_ant_acid_soldier", "fg": 7135 }, - { "id": "corpse_mon_ant_queen", "fg": 7136 }, - { "id": "corpse_mon_ant_acid_queen", "fg": 7134 }, - { "id": "mon_bear_mutant_3headed", "fg": 7143, "bg": 7119 }, + { "id": "mon_giant_crayfish", "fg": 7162, "bg": 7151 }, + { "id": "mon_slug_giant", "fg": 7163, "bg": 7150 }, + { "id": "mon_dog_zombie_hulk", "fg": 7164, "bg": 7151 }, + { "id": "corpse_mon_ant_soldier", "fg": 7169 }, + { "id": "corpse_mon_ant_acid_soldier", "fg": 7167 }, + { "id": "corpse_mon_ant_queen", "fg": 7168 }, + { "id": "corpse_mon_ant_acid_queen", "fg": 7166 }, + { "id": "mon_bear_mutant_3headed", "fg": 7175, "bg": 7151 }, { "id": "mon_deer_mutant_spider", - "fg": [ { "weight": 1, "sprite": 7156 }, { "weight": 2, "sprite": 7157 } ], - "bg": 7119 - }, - { "id": "mon_dog_skeleton_brute", "fg": 7158, "bg": 7119 }, - { "id": "mon_mi_go_scout", "fg": 7174, "bg": 7119 }, - { "id": "mon_reindeer", "fg": 7179, "bg": 7119 }, - { "id": "mon_spider_fungus", "fg": 7180, "bg": 7120 }, - { "id": "mon_tiger", "fg": 7181, "bg": 7119 }, - { "id": "mon_wolf_mutant_huge", "fg": 7184, "bg": 7118 }, - { "id": "mon_zeer", "fg": 7186, "bg": 7119 }, - { "id": "mon_zeindeer", "fg": 7187, "bg": 7119 }, - { "id": "mon_ziger", "fg": 7188, "bg": 7119 }, - { "id": "mon_zombear_acidic", "fg": 7190, "bg": 7119 }, - { "id": "mon_zombear_skeleton", "fg": 7191, "bg": 7119 }, - { "id": "mon_zombie_brute_winged", "fg": 7193, "bg": 7118 }, - { "id": "mon_zombie_smoker_fungus", "fg": 7199, "bg": 7120 }, - { "id": "mon_zombull", "fg": 7200, "bg": 7119 }, - { "id": "mon_zoose_brute", "fg": 7202, "bg": 7118 }, - { "id": "mon_zoose_thorny", "fg": 7203, "bg": 7118 }, - { "id": "mon_nursebot_defective", "fg": 7204, "bg": 7120 }, - { "id": "corpse_mon_spider_web", "fg": 7209 }, - { "id": "corpse_mon_spider_wolf_giant", "fg": 7210 }, - { "id": "mon_dermatik_incubator_spider", "fg": 7211, "bg": 7120 }, - { "id": "corpse_mon_dermatik_incubator_spider", "fg": 7209 }, - { "id": "mon_spider_cellar_mega", "fg": 7213, "bg": 7119 }, - { "id": "mon_spider_jumping_mega", "fg": 7215, "bg": 7119 }, - { "id": "mon_spider_trapdoor_mega", "fg": 7217, "bg": 7118 }, - { "id": "mon_spider_widow_mega", "fg": 7221, "bg": 7118 }, - { "id": "mon_spider_wolf_mega", "fg": 7223, "bg": 7118 }, - { "id": "mon_thing", "fg": 7226, "bg": 7118 }, + "fg": [ { "weight": 1, "sprite": 7188 }, { "weight": 2, "sprite": 7189 } ], + "bg": 7151 + }, + { "id": "mon_dog_skeleton_brute", "fg": 7190, "bg": 7151 }, + { "id": "mon_mi_go_scout", "fg": 7206, "bg": 7151 }, + { "id": "mon_reindeer", "fg": 7211, "bg": 7151 }, + { "id": "mon_spider_fungus", "fg": 7212, "bg": 7152 }, + { "id": "mon_tiger", "fg": 7213, "bg": 7151 }, + { "id": "mon_wolf_mutant_huge", "fg": 7216, "bg": 7150 }, + { "id": "mon_zeer", "fg": 7218, "bg": 7151 }, + { "id": "mon_zeindeer", "fg": 7219, "bg": 7151 }, + { "id": "mon_ziger", "fg": 7220, "bg": 7151 }, + { "id": "mon_zombear_acidic", "fg": 7222, "bg": 7151 }, + { "id": "mon_zombear_skeleton", "fg": 7223, "bg": 7151 }, + { "id": "mon_zombie_brute_winged", "fg": 7225, "bg": 7150 }, + { "id": "mon_zombie_smoker_fungus", "fg": 7231, "bg": 7152 }, + { "id": "mon_zombull", "fg": 7232, "bg": 7151 }, + { "id": "mon_zoose_brute", "fg": 7234, "bg": 7150 }, + { "id": "mon_zoose_thorny", "fg": 7235, "bg": 7150 }, + { "id": "mon_nursebot_defective", "fg": 7236, "bg": 7152 }, + { "id": "corpse_mon_spider_web", "fg": 7241 }, + { "id": "corpse_mon_spider_wolf_giant", "fg": 7242 }, + { "id": "mon_dermatik_incubator_spider", "fg": 7243, "bg": 7152 }, + { "id": "corpse_mon_dermatik_incubator_spider", "fg": 7241 }, + { "id": "mon_spider_cellar_mega", "fg": 7245, "bg": 7151 }, + { "id": "mon_spider_jumping_mega", "fg": 7247, "bg": 7151 }, + { "id": "mon_spider_trapdoor_mega", "fg": 7249, "bg": 7150 }, + { "id": "mon_spider_widow_mega", "fg": 7253, "bg": 7150 }, + { "id": "mon_spider_wolf_mega", "fg": 7255, "bg": 7150 }, + { "id": "mon_thing", "fg": 7258, "bg": 7150 }, { "id": [ "forest_thick", "special_forest_thick" ], - "fg": [ { "weight": 4, "sprite": 7236 }, { "weight": 1, "sprite": 7237 } ], - "bg": 7248, + "fg": [ { "weight": 4, "sprite": 7268 }, { "weight": 1, "sprite": 7269 } ], + "bg": 7280, "rotates": false }, - { "id": "bridgehead_ground", "fg": [ 7241, 7240, 7242, 7243 ], "bg": 7250, "rotates": true }, - { "id": "bridge", "fg": [ 7239, 7238, 7239, 7238 ], "bg": 7249, "rotates": true }, - { "id": "bridgehead_ramp", "fg": [ 7245, 7244, 7246, 7247 ], "rotates": true }, - { "id": "bridge_road", "fg": [ 7239, 7238, 7239, 7238 ], "rotates": true }, - { "id": "t_tree_young", "fg": 7257, "bg": 7253 }, - { "id": "t_tree_young_season_summer", "fg": 7256, "bg": 7254, "rotates": false }, + { "id": "bridgehead_ground", "fg": [ 7273, 7272, 7274, 7275 ], "bg": 7282, "rotates": true }, + { "id": "bridge", "fg": [ 7271, 7270, 7271, 7270 ], "bg": 7281, "rotates": true }, + { "id": "bridgehead_ramp", "fg": [ 7277, 7276, 7278, 7279 ], "rotates": true }, + { "id": "bridge_road", "fg": [ 7271, 7270, 7271, 7270 ], "rotates": true }, + { "id": "t_tree_young", "fg": 7289, "bg": 7285 }, + { "id": "t_tree_young_season_summer", "fg": 7288, "bg": 7286, "rotates": false }, { "id": "t_tree_young_season_autumn", - "fg": [ { "weight": 100, "sprite": 7258 }, { "weight": 100, "sprite": 7259 } ], - "bg": 7252, + "fg": [ { "weight": 100, "sprite": 7290 }, { "weight": 100, "sprite": 7291 } ], + "bg": 7284, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 7260, "bg": 7251, "rotates": false }, - { "id": "t_vat", "fg": 7261, "bg": 7255 }, - { "id": "corpse_mon_zombie_spitter", "fg": 7104 }, - { "id": "f_exodii_generator_1", "fg": 7105 }, - { "id": "f_exodii_generator_2", "fg": 7106 }, - { "id": "f_exodii_generator_3", "fg": 7107 }, - { "id": "f_exodii_generator_4", "fg": 7108 }, - { "id": "f_magiclysm_translocator_gate", "fg": 7112 }, - { "id": "mon_blood_sacrifice", "fg": 7145 }, - { "id": "mon_mutant_arthropod", "fg": 7177 }, - { "id": "mon_leech_blossom", "fg": 7205 }, - { "id": "mon_leech_radio", "fg": 7206 }, - { "id": "overlay_wielded_as50", "fg": 7231 } + { "id": "t_tree_young_season_winter", "fg": 7292, "bg": 7283, "rotates": false }, + { "id": "t_vat", "fg": 7293, "bg": 7287 }, + { "id": "corpse_mon_zombie_spitter", "fg": 7136 }, + { "id": "f_exodii_generator_1", "fg": 7137 }, + { "id": "f_exodii_generator_2", "fg": 7138 }, + { "id": "f_exodii_generator_3", "fg": 7139 }, + { "id": "f_exodii_generator_4", "fg": 7140 }, + { "id": "f_magiclysm_translocator_gate", "fg": 7144 }, + { "id": "mon_blood_sacrifice", "fg": 7177 }, + { "id": "mon_mutant_arthropod", "fg": 7209 }, + { "id": "mon_leech_blossom", "fg": 7237 }, + { "id": "mon_leech_radio", "fg": 7238 }, + { "id": "overlay_wielded_as50", "fg": 7263 } ] }, { "file": "giant.png", - "//": "range 7264 to 7327", + "//": "range 7296 to 7359", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, "sprite_offset_y": -64, "tiles": [ - { "id": "t_tree", "fg": 7276, "bg": 7269 }, - { "id": "t_tree_season_summer", "fg": 7271, "bg": 7270 }, + { "id": "t_tree", "fg": 7308, "bg": 7301 }, + { "id": "t_tree_season_summer", "fg": 7303, "bg": 7302 }, { "id": "t_tree_season_autumn", "fg": [ - { "weight": 100, "sprite": 7272 }, - { "weight": 100, "sprite": 7273 }, - { "weight": 100, "sprite": 7274 }, - { "weight": 100, "sprite": 7275 } + { "weight": 100, "sprite": 7304 }, + { "weight": 100, "sprite": 7305 }, + { "weight": 100, "sprite": 7306 }, + { "weight": 100, "sprite": 7307 } ], - "bg": 7268 + "bg": 7300 }, - { "id": "t_tree_season_winter", "fg": 7300, "bg": 7267 }, - { "id": "t_tree_apple", "fg": 7277, "bg": 7269 }, - { "id": "t_tree_apple_season_summer", "fg": 7277, "bg": 7270 }, - { "id": "t_tree_apple_season_winter", "fg": 7282, "bg": 7267 }, + { "id": "t_tree_season_winter", "fg": 7332, "bg": 7299 }, + { "id": "t_tree_apple", "fg": 7309, "bg": 7301 }, + { "id": "t_tree_apple_season_summer", "fg": 7309, "bg": 7302 }, + { "id": "t_tree_apple_season_winter", "fg": 7314, "bg": 7299 }, { "id": "t_tree_apple_season_autumn", - "fg": [ { "weight": 1, "sprite": 7278 }, { "weight": 1, "sprite": 7279 } ], - "bg": 7268 + "fg": [ { "weight": 1, "sprite": 7310 }, { "weight": 1, "sprite": 7311 } ], + "bg": 7300 }, { "id": "t_tree_apple_harvested", - "fg": [ { "weight": 1, "sprite": 7280 }, { "weight": 1, "sprite": 7281 } ], - "bg": 7268 + "fg": [ { "weight": 1, "sprite": 7312 }, { "weight": 1, "sprite": 7313 } ], + "bg": 7300 }, - { "id": "t_tree_beech", "fg": 7284, "bg": 7269 }, - { "id": "t_tree_beech_season_summer", "fg": 7285, "bg": 7270 }, - { "id": "t_tree_beech_season_autumn", "fg": 7283, "bg": 7268 }, - { "id": "t_tree_beech_season_winter", "fg": 7286, "bg": 7267 }, - { "id": "t_tree_birch", "fg": 7287, "bg": 7269 }, - { "id": "t_tree_birch_season_summer", "fg": 7287, "bg": 7270 }, - { "id": "t_tree_birch_season_winter", "fg": 7290, "bg": 7267 }, + { "id": "t_tree_beech", "fg": 7316, "bg": 7301 }, + { "id": "t_tree_beech_season_summer", "fg": 7317, "bg": 7302 }, + { "id": "t_tree_beech_season_autumn", "fg": 7315, "bg": 7300 }, + { "id": "t_tree_beech_season_winter", "fg": 7318, "bg": 7299 }, + { "id": "t_tree_birch", "fg": 7319, "bg": 7301 }, + { "id": "t_tree_birch_season_summer", "fg": 7319, "bg": 7302 }, + { "id": "t_tree_birch_season_winter", "fg": 7322, "bg": 7299 }, { "id": "t_tree_birch_season_autumn", - "fg": [ { "weight": 1, "sprite": 7288 }, { "weight": 1, "sprite": 7289 } ], - "bg": 7268 + "fg": [ { "weight": 1, "sprite": 7320 }, { "weight": 1, "sprite": 7321 } ], + "bg": 7300 }, - { "id": "t_tree_cherry", "fg": 7291, "bg": 7269 }, - { "id": "t_tree_cherry_season_summer", "fg": 7295, "bg": 7270 }, - { "id": "t_tree_cherry_harvested", "fg": 7294, "bg": 7270 }, - { "id": "t_tree_cherry_season_winter", "fg": 7296, "bg": 7267 }, + { "id": "t_tree_cherry", "fg": 7323, "bg": 7301 }, + { "id": "t_tree_cherry_season_summer", "fg": 7327, "bg": 7302 }, + { "id": "t_tree_cherry_harvested", "fg": 7326, "bg": 7302 }, + { "id": "t_tree_cherry_season_winter", "fg": 7328, "bg": 7299 }, { "id": "t_tree_cherry_season_autumn", - "fg": [ { "weight": 1, "sprite": 7292 }, { "weight": 1, "sprite": 7293 } ], - "bg": 7268 + "fg": [ { "weight": 1, "sprite": 7324 }, { "weight": 1, "sprite": 7325 } ], + "bg": 7300 }, - { "id": "t_tree_cottonwood_season_spring", "fg": 7298, "bg": 7269 }, - { "id": "t_tree_cottonwood_season_summer", "fg": 7299, "bg": 7270 }, - { "id": "t_tree_cottonwood_season_autumn", "fg": 7297, "bg": 7268 }, - { "id": "t_tree_cottonwood_season_winter", "fg": 7300, "bg": 7267 }, + { "id": "t_tree_cottonwood_season_spring", "fg": 7330, "bg": 7301 }, + { "id": "t_tree_cottonwood_season_summer", "fg": 7331, "bg": 7302 }, + { "id": "t_tree_cottonwood_season_autumn", "fg": 7329, "bg": 7300 }, + { "id": "t_tree_cottonwood_season_winter", "fg": 7332, "bg": 7299 }, { "id": "t_tree_dead", - "fg": [ { "weight": 100, "sprite": 7300 }, { "weight": 100, "sprite": 8756 } ], - "bg": 7269 + "fg": [ { "weight": 100, "sprite": 7332 }, { "weight": 100, "sprite": 8804 } ], + "bg": 7301 }, { "id": "t_tree_dead_season_summer", - "fg": [ { "weight": 100, "sprite": 7300 }, { "weight": 100, "sprite": 8756 } ], - "bg": 7270 + "fg": [ { "weight": 100, "sprite": 7332 }, { "weight": 100, "sprite": 8804 } ], + "bg": 7302 }, { "id": "t_tree_dead_season_autumn", - "fg": [ { "weight": 100, "sprite": 7300 }, { "weight": 100, "sprite": 8756 } ], - "bg": 7268 + "fg": [ { "weight": 100, "sprite": 7332 }, { "weight": 100, "sprite": 8804 } ], + "bg": 7300 }, { "id": "t_tree_dead_season_winter", - "fg": [ { "weight": 100, "sprite": 7300 }, { "weight": 100, "sprite": 8756 } ], - "bg": 7267 - }, - { "id": "t_tree_elm_season_spring", "fg": 7302, "bg": 7269 }, - { "id": "t_tree_elm_season_summer", "fg": 7303, "bg": 7270 }, - { "id": "t_tree_elm_season_autumn", "fg": 7301, "bg": 7268 }, - { "id": "t_tree_elm_season_winter", "fg": 7304, "bg": 7267 }, - { "id": "t_tree_maple", "fg": 7306, "bg": 7269 }, - { "id": "t_tree_maple_season_summer", "fg": 7307, "bg": 7270 }, - { "id": "t_tree_maple_season_autumn", "fg": 7305, "bg": 7268 }, - { "id": "t_tree_maple_season_winter", "fg": 7308, "bg": 7267 }, - { "id": "t_tree_peach_season_spring", "fg": 7309, "bg": 7269 }, - { "id": "t_tree_peach_season_summer", "fg": 7312, "bg": 7270 }, - { "id": "t_tree_peach_harvested", "fg": 7309, "bg": 7270 }, - { "id": "t_tree_peach_season_winter", "fg": 7313, "bg": 7267 }, + "fg": [ { "weight": 100, "sprite": 7332 }, { "weight": 100, "sprite": 8804 } ], + "bg": 7299 + }, + { "id": "t_tree_elm_season_spring", "fg": 7334, "bg": 7301 }, + { "id": "t_tree_elm_season_summer", "fg": 7335, "bg": 7302 }, + { "id": "t_tree_elm_season_autumn", "fg": 7333, "bg": 7300 }, + { "id": "t_tree_elm_season_winter", "fg": 7336, "bg": 7299 }, + { "id": "t_tree_maple", "fg": 7338, "bg": 7301 }, + { "id": "t_tree_maple_season_summer", "fg": 7339, "bg": 7302 }, + { "id": "t_tree_maple_season_autumn", "fg": 7337, "bg": 7300 }, + { "id": "t_tree_maple_season_winter", "fg": 7340, "bg": 7299 }, + { "id": "t_tree_peach_season_spring", "fg": 7341, "bg": 7301 }, + { "id": "t_tree_peach_season_summer", "fg": 7344, "bg": 7302 }, + { "id": "t_tree_peach_harvested", "fg": 7341, "bg": 7302 }, + { "id": "t_tree_peach_season_winter", "fg": 7345, "bg": 7299 }, { "id": "t_tree_peach_season_autumn", - "fg": [ { "weight": 1, "sprite": 7310 }, { "weight": 1, "sprite": 7311 } ], - "bg": 7268 + "fg": [ { "weight": 1, "sprite": 7342 }, { "weight": 1, "sprite": 7343 } ], + "bg": 7300 }, - { "id": "mon_ant_soldier_mega", "fg": 7264 }, - { "id": "mon_dragon_dummy", "fg": 7265 } + { "id": "mon_ant_soldier_mega", "fg": 7296 }, + { "id": "mon_dragon_dummy", "fg": 7297 } ] }, { "file": "incomplete.png", - "//": "range 7328 to 8159", + "//": "range 7360 to 8191", "tiles": [ - { "id": "unknown", "fg": 7328 }, + { "id": "unknown", "fg": 7360 }, { "id": [ "fd_blood_insect", "fd_blood_invertebrate" ], - "fg": 7344, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 7329 }, - { "id": "corner", "fg": [ 7331, 7333, 7332, 7330 ] }, - { "id": "t_connection", "fg": [ 7341, 7343, 7342, 7340 ] }, - { "id": "edge", "fg": [ 7335, 7334 ] }, - { "id": "end_piece", "fg": [ 7337, 7339, 7338, 7336 ] }, - { "id": "unconnected", "fg": [ 7344, 7344 ] } - ] - }, - { - "id": "fd_blood", - "fg": 7360, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 7345 }, - { "id": "corner", "fg": [ 7347, 7349, 7348, 7346 ] }, - { "id": "t_connection", "fg": [ 7357, 7359, 7358, 7356 ] }, - { "id": "edge", "fg": [ 7351, 7350 ] }, - { "id": "end_piece", "fg": [ 7353, 7355, 7354, 7352 ] }, - { "id": "unconnected", "fg": [ 7360, 7360 ] } - ] - }, - { - "id": "fd_blood_int1", "fg": 7376, "multitile": true, "additional_tiles": [ @@ -10856,7 +10851,7 @@ ] }, { - "id": "fd_blood_int2", + "id": "fd_blood", "fg": 7392, "multitile": true, "additional_tiles": [ @@ -10869,7 +10864,7 @@ ] }, { - "id": "fd_blood_int3", + "id": "fd_blood_int1", "fg": 7408, "multitile": true, "additional_tiles": [ @@ -10881,76 +10876,102 @@ { "id": "unconnected", "fg": [ 7408, 7408 ] } ] }, + { + "id": "fd_blood_int2", + "fg": 7424, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 7409 }, + { "id": "corner", "fg": [ 7411, 7413, 7412, 7410 ] }, + { "id": "t_connection", "fg": [ 7421, 7423, 7422, 7420 ] }, + { "id": "edge", "fg": [ 7415, 7414 ] }, + { "id": "end_piece", "fg": [ 7417, 7419, 7418, 7416 ] }, + { "id": "unconnected", "fg": [ 7424, 7424 ] } + ] + }, + { + "id": "fd_blood_int3", + "fg": 7440, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 7425 }, + { "id": "corner", "fg": [ 7427, 7429, 7428, 7426 ] }, + { "id": "t_connection", "fg": [ 7437, 7439, 7438, 7436 ] }, + { "id": "edge", "fg": [ 7431, 7430 ] }, + { "id": "end_piece", "fg": [ 7433, 7435, 7434, 7432 ] }, + { "id": "unconnected", "fg": [ 7440, 7440 ] } + ] + }, { "id": "fd_web", "fg": [ - { "weight": 100, "sprite": 7409 }, - { "weight": 100, "sprite": 7410 }, - { "weight": 25, "sprite": 7411 }, - { "weight": 25, "sprite": 7412 } - ] - }, - { "id": "fd_spotlight", "fg": 7413 }, - { "id": "f_makeshift_bed", "fg": 7416 }, - { "id": "f_straw_bed", "fg": 7417 }, - { "id": "f_bed_frame", "fg": 7414 }, - { "id": "f_camp_chair", "fg": 7421 }, - { "id": "f_lane", "fg": 7422 }, - { "id": "f_piano", "fg": 7423 }, - { "id": "f_pinball_machine", "fg": 7424 }, - { "id": "f_seat_airplane", "fg": 7425 }, + { "weight": 100, "sprite": 7441 }, + { "weight": 100, "sprite": 7442 }, + { "weight": 25, "sprite": 7443 }, + { "weight": 25, "sprite": 7444 } + ] + }, + { "id": "fd_spotlight", "fg": 7445 }, + { "id": "f_makeshift_bed", "fg": 7448 }, + { "id": "f_straw_bed", "fg": 7449 }, + { "id": "f_bed_frame", "fg": 7446 }, + { "id": "f_camp_chair", "fg": 7453 }, + { "id": "f_lane", "fg": 7454 }, + { "id": "f_piano", "fg": 7455 }, + { "id": "f_pinball_machine", "fg": 7456 }, + { "id": "f_seat_airplane", "fg": 7457 }, { "id": "f_sink", "multitile": true, - "fg": 7441, - "additional_tiles": [ - { "id": "center", "fg": 7426 }, - { "id": "corner", "fg": [ 7428, 7430, 7429, 7427 ] }, - { "id": "t_connection", "fg": [ 7438, 7440, 7439, 7437 ] }, - { "id": "edge", "fg": [ 7432, 7431 ] }, - { "id": "end_piece", "fg": [ 7434, 7436, 7435, 7433 ] }, - { "id": "unconnected", "fg": 7441 } - ] - }, - { "id": "f_solar_unit", "fg": 7442 }, - { "id": "f_speaker_cabinet", "fg": 7443 }, - { "id": "f_water_mill", "fg": 7444 }, - { "id": "water_mill", "fg": 7445 }, - { "id": "f_water_purifier", "fg": 7446 }, - { "id": "f_wood_keg", "fg": 7584 }, - { "id": "30gal_barrel", "fg": 7447 }, - { "id": "30gal_drum", "fg": 7448 }, - { "id": "alarmclock", "fg": 7449 }, - { "id": "clock", "fg": 7449 }, - { "id": "anvil", "fg": 7453 }, - { "id": [ "autoclave", "vh_autoclave" ], "fg": 7454 }, - { "id": "bag_canvas_small", "fg": 7456 }, - { "id": "bathroom_scale", "fg": 7457 }, - { "id": "bead_necklace", "fg": 7458 }, - { "id": "bubblewrap", "fg": 7460 }, - { "id": "bucket", "fg": 7461 }, - { "id": "camera_pro", "fg": 7467 }, - { "id": "condom", "fg": 7468 }, - { "id": "craft", "fg": 7469 }, - { "id": "pomegranate", "fg": 7480 }, - { "id": "peach", "fg": 7478 }, - { "id": "strawberries", "fg": 7481 }, - { "id": "cabbage", "fg": 7470 }, - { "id": "mango", "fg": 7476 }, - { "id": "kiwi", "fg": 7475 }, - { "id": "papaya", "fg": 7477 }, - { "id": "grapefruit", "fg": 7474 }, - { "id": "pineapple", "fg": 7479 }, - { "id": "celery", "fg": 7472 }, - { "id": "chili_pepper", "fg": 7473 }, - { "id": "carrot", "fg": 7471 }, - { "id": "zucchini", "fg": 7482 }, - { "id": "akmag30", "fg": 7483 }, - { "id": "duct_tape", "fg": 7484 }, - { "id": "electric_lantern", "fg": 7485 }, - { "id": "extinguisher", "fg": 7486 }, - { "id": "sm_extinguisher", "fg": 7487 }, - { "id": "fan", "fg": 7488 }, + "fg": 7473, + "additional_tiles": [ + { "id": "center", "fg": 7458 }, + { "id": "corner", "fg": [ 7460, 7462, 7461, 7459 ] }, + { "id": "t_connection", "fg": [ 7470, 7472, 7471, 7469 ] }, + { "id": "edge", "fg": [ 7464, 7463 ] }, + { "id": "end_piece", "fg": [ 7466, 7468, 7467, 7465 ] }, + { "id": "unconnected", "fg": 7473 } + ] + }, + { "id": "f_solar_unit", "fg": 7474 }, + { "id": "f_speaker_cabinet", "fg": 7475 }, + { "id": "f_water_mill", "fg": 7476 }, + { "id": "water_mill", "fg": 7477 }, + { "id": "f_water_purifier", "fg": 7478 }, + { "id": "f_wood_keg", "fg": 7616 }, + { "id": "30gal_barrel", "fg": 7479 }, + { "id": "30gal_drum", "fg": 7480 }, + { "id": "alarmclock", "fg": 7481 }, + { "id": "clock", "fg": 7481 }, + { "id": "anvil", "fg": 7485 }, + { "id": [ "autoclave", "vh_autoclave" ], "fg": 7486 }, + { "id": "bag_canvas_small", "fg": 7488 }, + { "id": "bathroom_scale", "fg": 7489 }, + { "id": "bead_necklace", "fg": 7490 }, + { "id": "bubblewrap", "fg": 7492 }, + { "id": "bucket", "fg": 7493 }, + { "id": "camera_pro", "fg": 7499 }, + { "id": "condom", "fg": 7500 }, + { "id": "craft", "fg": 7501 }, + { "id": "pomegranate", "fg": 7512 }, + { "id": "peach", "fg": 7510 }, + { "id": "strawberries", "fg": 7513 }, + { "id": "cabbage", "fg": 7502 }, + { "id": "mango", "fg": 7508 }, + { "id": "kiwi", "fg": 7507 }, + { "id": "papaya", "fg": 7509 }, + { "id": "grapefruit", "fg": 7506 }, + { "id": "pineapple", "fg": 7511 }, + { "id": "celery", "fg": 7504 }, + { "id": "chili_pepper", "fg": 7505 }, + { "id": "carrot", "fg": 7503 }, + { "id": "zucchini", "fg": 7514 }, + { "id": "akmag30", "fg": 7515 }, + { "id": "duct_tape", "fg": 7516 }, + { "id": "electric_lantern", "fg": 7517 }, + { "id": "extinguisher", "fg": 7518 }, + { "id": "sm_extinguisher", "fg": 7519 }, + { "id": "fan", "fg": 7520 }, { "id": [ "family_photo", @@ -10965,19 +10986,19 @@ "battleship", "clue" ], - "fg": 7489 - }, - { "id": [ "birchbark_funnel", "funnel", "makeshift_funnel", "metal_funnel" ], "fg": 7490 }, - { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher", "tr_metal_funnel" ], "fg": 7492 }, - { "id": "glock17_17", "fg": 7494 }, - { "id": "holy_symbol", "fg": 7495 }, - { "id": "holy_symbol_wood", "fg": 7496 }, - { "id": "hotplate", "fg": 7497 }, - { "id": "jerrycan", "fg": 7498 }, - { "id": "jerrycan_big", "fg": 7499 }, - { "id": "keg", "fg": 7500 }, - { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 7514 }, - { "id": [ "fc_hairpin", "platinum_hairpin", "silver_hairpin", "copper_hairpin", "tieclip" ], "fg": 7507 }, + "fg": 7521 + }, + { "id": [ "birchbark_funnel", "funnel", "makeshift_funnel", "metal_funnel" ], "fg": 7522 }, + { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher", "tr_metal_funnel" ], "fg": 7524 }, + { "id": "glock17_17", "fg": 7526 }, + { "id": "holy_symbol", "fg": 7527 }, + { "id": "holy_symbol_wood", "fg": 7528 }, + { "id": "hotplate", "fg": 7529 }, + { "id": "jerrycan", "fg": 7530 }, + { "id": "jerrycan_big", "fg": 7531 }, + { "id": "keg", "fg": 7532 }, + { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 7546 }, + { "id": [ "fc_hairpin", "platinum_hairpin", "silver_hairpin", "copper_hairpin", "tieclip" ], "fg": 7539 }, { "id": [ "nyquil", @@ -11129,7 +11150,7 @@ "wine_chardonnay", "drink_martini" ], - "fg": 7517 + "fg": 7549 }, { "id": [ @@ -11170,7 +11191,7 @@ "soup_tomato", "young_yeast" ], - "fg": 7519 + "fg": 7551 }, { "id": [ @@ -11192,57 +11213,57 @@ "hi_q_distillate_tails", "hi_q_distillate" ], - "fg": 7518 - }, - { "id": "longsword", "fg": 7520 }, - { "id": "longsword_inferior", "fg": 7522 }, - { "id": "longsword_fake", "fg": 7521 }, - { "id": "mask_gas", "fg": 7523 }, - { "id": "plastic_chunk", "fg": 7524 }, - { "id": "scrap_copper", "fg": 7525 }, - { "id": "oil_lamp", "fg": 7526 }, - { "id": "pickaxe", "fg": 7527 }, - { "id": "pitchfork", "fg": 7528 }, - { "id": "plunger_futuristic", "fg": 7529 }, - { "id": "plunger_toilet", "fg": 7530 }, - { "id": "pocketwatch", "fg": 7531 }, - { "id": "bacon", "fg": 7532 }, - { "id": "porkbelly", "fg": 7533 }, - { "id": "raw_cured_fatty_meat", "fg": 7534 }, - { "id": "raw_curing_fatty_meat", "fg": 7535 }, - { "id": "material_sand", "fg": 7562 }, - { "id": "material_soil", "fg": 7564 }, - { "id": "chem_aluminium_powder", "fg": 7536 }, - { "id": "chem_aluminium_sulphate", "fg": 7537 }, - { "id": "chem_ammonium_nitrate", "fg": 7538 }, - { "id": "chem_black_powder", "fg": 7539 }, - { "id": "cac2powder", "fg": 7540 }, - { "id": "chilly-p", "fg": 7541 }, - { "id": "meal_chitin_piece", "fg": 7542 }, - { "id": "chem_chromium_oxide", "fg": 7543 }, - { "id": "coffee_raw", "fg": 7544 }, - { "id": "curry_powder", "fg": 7545 }, - { "id": "powder_eggs", "fg": 7546 }, - { "id": "fungicide", "fg": 7547 }, - { "id": "insecticide", "fg": 7549 }, - { "id": "chem_hmtd", "fg": 7548 }, - { "id": "lemonade_powder", "fg": 7550 }, - { "id": "lye_powder", "fg": 7551 }, - { "id": "magnesium", "fg": 7552 }, - { "id": "chem_manganese_dioxide", "fg": 7553 }, - { "id": "chem_match_head_powder", "fg": 7554 }, - { "id": "mustard_powder", "fg": 7555 }, - { "id": "oxy_powder", "fg": 7556 }, - { "id": "chem_peptone_broth", "fg": 7557 }, - { "id": "protein_powder", "fg": 7558 }, - { "id": "material_quicklime", "fg": 7559 }, - { "id": "chem_rocket_fuel", "fg": 7560 }, - { "id": "chem_saltpetre", "fg": 7561 }, - { "id": "gunpowder", "fg": 7563 }, - { "id": "chem_thermite", "fg": 7565 }, - { "id": "tin", "fg": 7566 }, - { "id": "yeast", "fg": 7568 }, - { "id": "chem_zinc_powder", "fg": 7569 }, + "fg": 7550 + }, + { "id": "longsword", "fg": 7552 }, + { "id": "longsword_inferior", "fg": 7554 }, + { "id": "longsword_fake", "fg": 7553 }, + { "id": "mask_gas", "fg": 7555 }, + { "id": "plastic_chunk", "fg": 7556 }, + { "id": "scrap_copper", "fg": 7557 }, + { "id": "oil_lamp", "fg": 7558 }, + { "id": "pickaxe", "fg": 7559 }, + { "id": "pitchfork", "fg": 7560 }, + { "id": "plunger_futuristic", "fg": 7561 }, + { "id": "plunger_toilet", "fg": 7562 }, + { "id": "pocketwatch", "fg": 7563 }, + { "id": "bacon", "fg": 7564 }, + { "id": "porkbelly", "fg": 7565 }, + { "id": "raw_cured_fatty_meat", "fg": 7566 }, + { "id": "raw_curing_fatty_meat", "fg": 7567 }, + { "id": "material_sand", "fg": 7594 }, + { "id": "material_soil", "fg": 7596 }, + { "id": "chem_aluminium_powder", "fg": 7568 }, + { "id": "chem_aluminium_sulphate", "fg": 7569 }, + { "id": "chem_ammonium_nitrate", "fg": 7570 }, + { "id": "chem_black_powder", "fg": 7571 }, + { "id": "cac2powder", "fg": 7572 }, + { "id": "chilly-p", "fg": 7573 }, + { "id": "meal_chitin_piece", "fg": 7574 }, + { "id": "chem_chromium_oxide", "fg": 7575 }, + { "id": "coffee_raw", "fg": 7576 }, + { "id": "curry_powder", "fg": 7577 }, + { "id": "powder_eggs", "fg": 7578 }, + { "id": "fungicide", "fg": 7579 }, + { "id": "insecticide", "fg": 7581 }, + { "id": "chem_hmtd", "fg": 7580 }, + { "id": "lemonade_powder", "fg": 7582 }, + { "id": "lye_powder", "fg": 7583 }, + { "id": "magnesium", "fg": 7584 }, + { "id": "chem_manganese_dioxide", "fg": 7585 }, + { "id": "chem_match_head_powder", "fg": 7586 }, + { "id": "mustard_powder", "fg": 7587 }, + { "id": "oxy_powder", "fg": 7588 }, + { "id": "chem_peptone_broth", "fg": 7589 }, + { "id": "protein_powder", "fg": 7590 }, + { "id": "material_quicklime", "fg": 7591 }, + { "id": "chem_rocket_fuel", "fg": 7592 }, + { "id": "chem_saltpetre", "fg": 7593 }, + { "id": "gunpowder", "fg": 7595 }, + { "id": "chem_thermite", "fg": 7597 }, + { "id": "tin", "fg": 7598 }, + { "id": "yeast", "fg": 7600 }, + { "id": "chem_zinc_powder", "fg": 7601 }, { "id": [ "sugar", @@ -11255,129 +11276,129 @@ "quikclot", "chem_acrylamide" ], - "fg": 7567 - }, - { "id": "radio", "fg": 7570 }, - { "id": "ref_lighter", "fg": 7571 }, - { "id": "rhubarb", "fg": 7572 }, - { "id": "rope_6", "fg": 7573 }, - { "id": "spray_can", "fg": 7574 }, - { "id": "stanag30", "fg": 7575 }, - { "id": "stepladder", "fg": 7576 }, - { "id": "stereo", "fg": 7577 }, - { "id": [ "toolbox", "toolbox_empty", "toolbox_workshop_empty" ], "fg": 7578 }, - { "id": "waffleiron", "fg": 7579 }, - { "id": "warhammer", "fg": 7580 }, - { "id": "welding_mask", "fg": 7581 }, - { "id": "wind_mill", "fg": 7582 }, - { "id": "wood_beam", "fg": 7583 }, - { "id": "wooden_barrel", "fg": 7584 }, - { "id": "zweihander", "fg": 7585 }, - { "id": "zweihander_inferior", "fg": 7587 }, - { "id": "zweihander_fake", "fg": 7586 }, - { "id": "bot_grenade_hack", "fg": 7600 }, - { "id": "bot_mininuke_hack", "fg": 7601 }, - { "id": "infrared_creature", "fg": 7611 }, + "fg": 7599 + }, + { "id": "radio", "fg": 7602 }, + { "id": "ref_lighter", "fg": 7603 }, + { "id": "rhubarb", "fg": 7604 }, + { "id": "rope_6", "fg": 7605 }, + { "id": "spray_can", "fg": 7606 }, + { "id": "stanag30", "fg": 7607 }, + { "id": "stepladder", "fg": 7608 }, + { "id": "stereo", "fg": 7609 }, + { "id": [ "toolbox", "toolbox_empty", "toolbox_workshop_empty" ], "fg": 7610 }, + { "id": "waffleiron", "fg": 7611 }, + { "id": "warhammer", "fg": 7612 }, + { "id": "welding_mask", "fg": 7613 }, + { "id": "wind_mill", "fg": 7614 }, + { "id": "wood_beam", "fg": 7615 }, + { "id": "wooden_barrel", "fg": 7616 }, + { "id": "zweihander", "fg": 7617 }, + { "id": "zweihander_inferior", "fg": 7619 }, + { "id": "zweihander_fake", "fg": 7618 }, + { "id": "bot_grenade_hack", "fg": 7632 }, + { "id": "bot_mininuke_hack", "fg": 7633 }, + { "id": "infrared_creature", "fg": 7643 }, { "id": "weather_rain_drop", "fg": [ - { "weight": 100, "sprite": 7613 }, - { "weight": 100, "sprite": 7615 }, - { "weight": 100, "sprite": 7616 }, - { "weight": 100, "sprite": 7617 }, - { "weight": 100, "sprite": 7618 }, - { "weight": 100, "sprite": 7619 }, - { "weight": 100, "sprite": 7620 }, - { "weight": 100, "sprite": 7621 }, - { "weight": 100, "sprite": 7622 }, - { "weight": 100, "sprite": 7614 } - ] - }, - { "id": "weather_snowflake", "fg": 7623 }, - { "id": "weather_acid_drop", "fg": 7612 }, - { "id": [ "t_card_science", "t_card_robofac" ], "fg": 7629 }, - { "id": "t_card_reader_broken", "fg": 7628 }, - { "id": "t_card_military", "fg": 7627 }, - { "id": "t_card_industrial", "fg": 7626 }, - { "id": "t_card_fp", "fg": 7625 }, - { "id": "t_floor_red", "fg": 7632 }, - { "id": "t_floor_green", "fg": 7631 }, - { "id": "t_floor_blue", "fg": 7630 }, - { "id": [ "t_searth_test", "t_searth" ], "fg": 7633 }, - { "id": "t_current_trans", "fg": 7634, "bg": 6127 }, - { "id": "t_potential_trans", "fg": 7635, "bg": 6127 }, - { "id": "graffiti", "fg": 7636 }, - { "id": "t_pedestal_wyrm", "fg": 7638, "bg": 5919 }, + { "weight": 100, "sprite": 7645 }, + { "weight": 100, "sprite": 7647 }, + { "weight": 100, "sprite": 7648 }, + { "weight": 100, "sprite": 7649 }, + { "weight": 100, "sprite": 7650 }, + { "weight": 100, "sprite": 7651 }, + { "weight": 100, "sprite": 7652 }, + { "weight": 100, "sprite": 7653 }, + { "weight": 100, "sprite": 7654 }, + { "weight": 100, "sprite": 7646 } + ] + }, + { "id": "weather_snowflake", "fg": 7655 }, + { "id": "weather_acid_drop", "fg": 7644 }, + { "id": [ "t_card_science", "t_card_robofac" ], "fg": 7661 }, + { "id": "t_card_reader_broken", "fg": 7660 }, + { "id": "t_card_military", "fg": 7659 }, + { "id": "t_card_industrial", "fg": 7658 }, + { "id": "t_card_fp", "fg": 7657 }, + { "id": "t_floor_red", "fg": 7664 }, + { "id": "t_floor_green", "fg": 7663 }, + { "id": "t_floor_blue", "fg": 7662 }, + { "id": [ "t_searth_test", "t_searth" ], "fg": 7665 }, + { "id": "t_current_trans", "fg": 7666, "bg": 6150 }, + { "id": "t_potential_trans", "fg": 7667, "bg": 6150 }, + { "id": "graffiti", "fg": 7668 }, + { "id": "t_pedestal_wyrm", "fg": 7670, "bg": 5942 }, { "id": "t_pedestal_temple", - "fg": [ { "weight": 100, "sprite": 7639 }, { "weight": 100, "sprite": 7637 } ], - "bg": 5280 + "fg": [ { "weight": 100, "sprite": 7671 }, { "weight": 100, "sprite": 7669 } ], + "bg": 5303 }, { "id": "t_pedestal_temple_season_winter", - "fg": [ { "weight": 100, "sprite": 7639 }, { "weight": 100, "sprite": 7637 } ], - "bg": 4951 + "fg": [ { "weight": 100, "sprite": 7671 }, { "weight": 100, "sprite": 7669 } ], + "bg": 4974 }, - { "id": "t_zebra", "fg": 7640 }, - { "id": "t_zebra_season_winter", "fg": 4950 }, + { "id": "t_zebra", "fg": 7672 }, + { "id": "t_zebra_season_winter", "fg": 4973 }, { "id": [ "t_metal_railing", "t_concrete_railing", "t_glass_railing" ], "multitile": true, - "fg": 5855, - "bg": 5154, - "additional_tiles": [ - { "id": "center", "bg": 5154, "fg": 5840 }, - { "id": "corner", "bg": 5154, "fg": [ 5842, 5844, 5843, 5841 ] }, - { "id": "t_connection", "bg": 5154, "fg": [ 5852, 5854, 5853, 5851 ] }, - { "id": "edge", "bg": 5154, "fg": [ 5846, 5845 ] }, - { "id": "end_piece", "bg": 5154, "fg": [ 5848, 5850, 5849, 5847 ] }, - { "bg": 5154, "id": "unconnected", "fg": [ 5855, 5855 ] } - ] - }, - { "id": "t_chaingate_c", "fg": 7642, "bg": 5676 }, - { "id": "t_chaingate_l", "fg": 7643, "bg": 5676 }, - { "id": "t_chaingate_o", "fg": 7644, "bg": 5676 }, - { "id": "t_chainfence_posts", "fg": 7641, "bg": 5676 }, - { "id": "t_chaingate_c_season_winter", "fg": 7642, "bg": 4951 }, - { "id": "t_chaingate_l_season_winter", "fg": 7643, "bg": 4951 }, - { "id": "t_chaingate_o_season_winter", "fg": 7644, "bg": 4951 }, - { "id": "t_chainfence_posts_season_winter", "fg": 7641, "bg": 4951 }, - { "id": "t_console", "fg": 7645 }, - { "id": "t_console_broken", "fg": 7646 }, - { "id": "t_dirtmound", "fg": 7647, "bg": 5471 }, - { "id": "t_dirtmound_season_summer", "fg": 7647, "bg": 5481 }, - { "id": "t_dirtmound_season_autumn", "fg": 7647, "bg": 5476 }, - { "id": "t_dirtmound_season_winter", "fg": 7648 }, - { "id": "t_door_metal_c", "fg": 7649 }, - { "id": "t_door_metal_o", "fg": 7650 }, - { "id": "t_fern", "fg": 7651, "bg": 5471 }, - { "id": "t_fern_harvested", "fg": 7652, "bg": 5471 }, - { "id": "t_fern_season_summer", "fg": 7651, "bg": 5481 }, - { "id": "t_fern_harvested_season_summer", "fg": 7652, "bg": 5481 }, - { "id": "t_fern_season_autumn", "fg": 7651, "bg": 5476 }, - { "id": "t_fern_harvested_season_autumn", "fg": 7652, "bg": 5476 }, - { "id": "t_fern_season_winter", "fg": 7651, "bg": 4949 }, - { "id": "t_fern_harvested_season_winter", "fg": 7652, "bg": 4949 }, + "fg": 5878, + "bg": 5177, + "additional_tiles": [ + { "id": "center", "bg": 5177, "fg": 5863 }, + { "id": "corner", "bg": 5177, "fg": [ 5865, 5867, 5866, 5864 ] }, + { "id": "t_connection", "bg": 5177, "fg": [ 5875, 5877, 5876, 5874 ] }, + { "id": "edge", "bg": 5177, "fg": [ 5869, 5868 ] }, + { "id": "end_piece", "bg": 5177, "fg": [ 5871, 5873, 5872, 5870 ] }, + { "bg": 5177, "id": "unconnected", "fg": [ 5878, 5878 ] } + ] + }, + { "id": "t_chaingate_c", "fg": 7674, "bg": 5699 }, + { "id": "t_chaingate_l", "fg": 7675, "bg": 5699 }, + { "id": "t_chaingate_o", "fg": 7676, "bg": 5699 }, + { "id": "t_chainfence_posts", "fg": 7673, "bg": 5699 }, + { "id": "t_chaingate_c_season_winter", "fg": 7674, "bg": 4974 }, + { "id": "t_chaingate_l_season_winter", "fg": 7675, "bg": 4974 }, + { "id": "t_chaingate_o_season_winter", "fg": 7676, "bg": 4974 }, + { "id": "t_chainfence_posts_season_winter", "fg": 7673, "bg": 4974 }, + { "id": "t_console", "fg": 7677 }, + { "id": "t_console_broken", "fg": 7678 }, + { "id": "t_dirtmound", "fg": 7679, "bg": 5494 }, + { "id": "t_dirtmound_season_summer", "fg": 7679, "bg": 5504 }, + { "id": "t_dirtmound_season_autumn", "fg": 7679, "bg": 5499 }, + { "id": "t_dirtmound_season_winter", "fg": 7680 }, + { "id": "t_door_metal_c", "fg": 7681 }, + { "id": "t_door_metal_o", "fg": 7682 }, + { "id": "t_fern", "fg": 7683, "bg": 5494 }, + { "id": "t_fern_harvested", "fg": 7684, "bg": 5494 }, + { "id": "t_fern_season_summer", "fg": 7683, "bg": 5504 }, + { "id": "t_fern_harvested_season_summer", "fg": 7684, "bg": 5504 }, + { "id": "t_fern_season_autumn", "fg": 7683, "bg": 5499 }, + { "id": "t_fern_harvested_season_autumn", "fg": 7684, "bg": 5499 }, + { "id": "t_fern_season_winter", "fg": 7683, "bg": 4972 }, + { "id": "t_fern_harvested_season_winter", "fg": 7684, "bg": 4972 }, { "id": [ "t_junk_palisade", "t_junk_wall" ], "fg": [ - { "weight": 100, "sprite": 7653 }, - { "weight": 100, "sprite": 7654 }, - { "weight": 100, "sprite": 7655 }, - { "weight": 100, "sprite": 7656 } + { "weight": 100, "sprite": 7685 }, + { "weight": 100, "sprite": 7686 }, + { "weight": 100, "sprite": 7687 }, + { "weight": 100, "sprite": 7688 } ] }, { "id": "t_paper", - "fg": 7672, + "fg": 7704, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7657 }, - { "id": "corner", "fg": [ 7659, 7661, 7660, 7658 ] }, - { "id": "t_connection", "fg": [ 7669, 7671, 7670, 7668 ] }, - { "id": "edge", "fg": [ 7663, 7662 ] }, - { "id": "end_piece", "fg": [ 7665, 7667, 7666, 7664 ] }, - { "id": "unconnected", "fg": [ 7672, 7672 ] } + { "id": "center", "fg": 7689 }, + { "id": "corner", "fg": [ 7691, 7693, 7692, 7690 ] }, + { "id": "t_connection", "fg": [ 7701, 7703, 7702, 7700 ] }, + { "id": "edge", "fg": [ 7695, 7694 ] }, + { "id": "end_piece", "fg": [ 7697, 7699, 7698, 7696 ] }, + { "id": "unconnected", "fg": [ 7704, 7704 ] } ] }, { @@ -11397,445 +11418,445 @@ "t_railroad_track_v_on_tie", "t_railroad_track_d_on_tie" ], - "fg": 7690, + "fg": 7721, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7675, "bg": 5856 }, - { "id": "corner", "fg": [ 7677, 7679, 7678, 7676 ], "bg": 5856 }, - { "id": "t_connection", "fg": [ 7687, 7689, 7688, 7686 ], "bg": 5856 }, - { "id": "edge", "fg": [ 7681, 7680 ], "bg": 5856 }, - { "id": "end_piece", "fg": [ 7683, 7685, 7684, 7682 ], "bg": 5856 }, - { "id": "unconnected", "fg": [ 7690, 7690 ], "bg": 5856 } + { "id": "center", "fg": 7706, "bg": 5879 }, + { "id": "corner", "fg": [ 7708, 7710, 7709, 7707 ], "bg": 5879 }, + { "id": "t_connection", "fg": [ 7718, 7720, 7719, 7717 ], "bg": 5879 }, + { "id": "edge", "fg": [ 7712, 7711 ], "bg": 5879 }, + { "id": "end_piece", "fg": [ 7714, 7716, 7715, 7713 ], "bg": 5879 }, + { "id": "unconnected", "fg": [ 7721, 7721 ], "bg": 5879 } ], - "bg": 5856 + "bg": 5879 }, - { "id": "t_reinforced_glass_shutter", "fg": 7691 }, - { "id": "t_reinforced_glass_shutter_open", "fg": 7692 }, + { "id": "t_reinforced_glass_shutter", "fg": 7722 }, + { "id": "t_reinforced_glass_shutter_open", "fg": 7723 }, { "id": "t_sandbox", - "fg": 7708, + "fg": 7739, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7693 }, - { "id": "corner", "fg": [ 7695, 7697, 7696, 7694 ] }, - { "id": "t_connection", "fg": [ 7705, 7707, 7706, 7704 ] }, - { "id": "edge", "fg": [ 7699, 7698 ] }, - { "id": "end_piece", "fg": [ 7701, 7703, 7702, 7700 ] }, - { "id": "unconnected", "fg": [ 7708, 7708 ] } + { "id": "center", "fg": 7724 }, + { "id": "corner", "fg": [ 7726, 7728, 7727, 7725 ] }, + { "id": "t_connection", "fg": [ 7736, 7738, 7737, 7735 ] }, + { "id": "edge", "fg": [ 7730, 7729 ] }, + { "id": "end_piece", "fg": [ 7732, 7734, 7733, 7731 ] }, + { "id": "unconnected", "fg": [ 7739, 7739 ] } ] }, - { "id": "t_slot_machine", "fg": 7709, "bg": 5368 }, - { "id": "t_strconc_wall", "fg": 7710 }, + { "id": "t_slot_machine", "fg": 7740, "bg": 5391 }, + { "id": "t_strconc_wall", "fg": 7741 }, { "id": "t_trunk", "multitile": true, - "fg": [ 7712, 7711 ], - "bg": [ { "weight": 100, "sprite": 5471 }, { "weight": 100, "sprite": 5473 } ] + "fg": [ 7743, 7742 ], + "bg": [ { "weight": 100, "sprite": 5494 }, { "weight": 100, "sprite": 5496 } ] }, { "id": "t_trunk_season_summer", "multitile": true, - "fg": [ 7712, 7711 ], - "bg": [ { "weight": 100, "sprite": 5481 }, { "weight": 100, "sprite": 5483 } ] + "fg": [ 7743, 7742 ], + "bg": [ { "weight": 100, "sprite": 5504 }, { "weight": 100, "sprite": 5506 } ] }, { "id": "t_trunk_season_autumn", "multitile": true, - "fg": [ 7712, 7711 ], - "bg": [ { "weight": 100, "sprite": 5476 }, { "weight": 100, "sprite": 5478 } ] + "fg": [ 7743, 7742 ], + "bg": [ { "weight": 100, "sprite": 5499 }, { "weight": 100, "sprite": 5501 } ] }, - { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 7712, 7711 ], "bg": 4951 }, - { "id": "t_wall_half", "fg": 7713, "bg": 5368 }, + { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 7743, 7742 ], "bg": 4974 }, + { "id": "t_wall_half", "fg": 7744, "bg": 5391 }, { "id": "t_wax", - "fg": 7729, + "fg": 7760, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 7714 }, - { "id": "corner", "fg": [ 7716, 7718, 7717, 7715 ] }, - { "id": "t_connection", "fg": [ 7726, 7728, 7727, 7725 ] }, - { "id": "edge", "fg": [ 7720, 7719 ] }, - { "id": "end_piece", "fg": [ 7722, 7724, 7723, 7721 ] }, - { "id": "unconnected", "fg": [ 7729, 7729 ] } + { "id": "center", "fg": 7745 }, + { "id": "corner", "fg": [ 7747, 7749, 7748, 7746 ] }, + { "id": "t_connection", "fg": [ 7757, 7759, 7758, 7756 ] }, + { "id": "edge", "fg": [ 7751, 7750 ] }, + { "id": "end_piece", "fg": [ 7753, 7755, 7754, 7752 ] }, + { "id": "unconnected", "fg": [ 7760, 7760 ] } ] }, - { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 7730, "bg": 6535 }, - { "id": "t_window_frame", "fg": 7731 }, - { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 7732, "bg": 6535 }, - { "id": "tr_firewood_source", "fg": 7733 }, - { "id": "tr_unfinished_construction", "fg": 7734 }, + { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 7761, "bg": 6558 }, + { "id": "t_window_frame", "fg": 7762 }, + { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 7763, "bg": 6558 }, + { "id": "tr_firewood_source", "fg": 7764 }, + { "id": "tr_unfinished_construction", "fg": 7765 }, { "id": "vp_hdboard_ne", - "fg": [ 7761, 7764, 7763, 7762 ], + "fg": [ 7792, 7795, 7794, 7793 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7761, 7764, 7763, 7762 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7792, 7795, 7794, 7793 ] } ] }, { "id": "vp_hdboard_nw", - "fg": [ 7765, 7768, 7767, 7766 ], + "fg": [ 7796, 7799, 7798, 7797 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7765, 7768, 7767, 7766 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7796, 7799, 7798, 7797 ] } ] }, { "id": "vp_hdboard_se", - "fg": [ 7769, 7771, 7765, 7770 ], + "fg": [ 7800, 7802, 7796, 7801 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7769, 7771, 7765, 7770 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7800, 7802, 7796, 7801 ] } ] }, { "id": "vp_hdboard_sw", - "fg": [ 7772, 7774, 7761, 7773 ], + "fg": [ 7803, 7805, 7792, 7804 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7772, 7774, 7761, 7773 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7803, 7805, 7792, 7804 ] } ] }, { "id": "vp_hdboard_vertical_left", - "fg": [ 7775, 7777, 7778, 7776 ], + "fg": [ 7806, 7808, 7809, 7807 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7775, 7777, 7778, 7776 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7806, 7808, 7809, 7807 ] } ] }, { "id": "vp_hdboard_vertical_right", - "fg": [ 7778, 7780, 7775, 7779 ], + "fg": [ 7809, 7811, 7806, 7810 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7778, 7780, 7775, 7779 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7809, 7811, 7806, 7810 ] } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdboard_horizontal_2" ], - "fg": 7757, + "fg": 7788, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7757 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7788 } ] }, { "id": "vp_hdboard_horizontal_front", - "fg": [ 7757, 7759, 7757, 7758 ], + "fg": [ 7788, 7790, 7788, 7789 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7757, 7759, 7757, 7758 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7788, 7790, 7788, 7789 ] } ] }, { "id": "vp_hdboard_horizontal_rear", - "fg": [ 7760, 7758, 7757, 7759 ], + "fg": [ 7791, 7789, 7788, 7790 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7760, 7758, 7757, 7759 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7791, 7789, 7788, 7790 ] } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], - "fg": 7775, + "fg": 7806, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7775 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7806 } ] }, { "id": "vp_hdhalfboard_ne", - "fg": [ 7795, 7798, 7797, 7796 ], + "fg": [ 7826, 7829, 7828, 7827 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7795, 7798, 7797, 7796 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7826, 7829, 7828, 7827 ] } ] }, { "id": "vp_hdhalfboard_nw", - "fg": [ 7799, 7802, 7801, 7800 ], + "fg": [ 7830, 7833, 7832, 7831 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7799, 7802, 7801, 7800 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7830, 7833, 7832, 7831 ] } ] }, { "id": "vp_hdhalfboard_se", - "fg": [ 7803, 7806, 7805, 7804 ], + "fg": [ 7834, 7837, 7836, 7835 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7803, 7806, 7805, 7804 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7834, 7837, 7836, 7835 ] } ] }, { "id": "vp_hdhalfboard_sw", - "fg": [ 7807, 7810, 7809, 7808 ], + "fg": [ 7838, 7841, 7840, 7839 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7807, 7810, 7809, 7808 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7838, 7841, 7840, 7839 ] } ] }, { "id": "vp_hdhalfboard_vertical_left", - "fg": [ 7815, 7818, 7817, 7816 ], + "fg": [ 7846, 7849, 7848, 7847 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7815, 7818, 7817, 7816 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7846, 7849, 7848, 7847 ] } ] }, { "id": "vp_hdhalfboard_vertical_right", - "fg": [ 7819, 7822, 7821, 7820 ], + "fg": [ 7850, 7853, 7852, 7851 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7819, 7822, 7821, 7820 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7850, 7853, 7852, 7851 ] } ] }, { "id": "vp_hdhalfboard_horizontal", - "fg": [ 7790, 7793, 7792, 7791 ], + "fg": [ 7821, 7824, 7823, 7822 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7790, 7793, 7792, 7791 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7821, 7824, 7823, 7822 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2", - "fg": 7785, + "fg": 7816, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7785 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7816 } ] }, { "id": "vp_hdhalfboard_horizontal_front", - "fg": [ 7790, 7793, 7792, 7791 ], + "fg": [ 7821, 7824, 7823, 7822 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7790, 7793, 7792, 7791 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7821, 7824, 7823, 7822 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_front", - "fg": [ 7785, 7788, 7787, 7786 ], + "fg": [ 7816, 7819, 7818, 7817 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7785, 7788, 7787, 7786 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7816, 7819, 7818, 7817 ] } ] }, { "id": "vp_hdhalfboard_horizontal_rear", - "fg": [ 7794, 7791, 7790, 7793 ], + "fg": [ 7825, 7822, 7821, 7824 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7794, 7791, 7790, 7793 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7825, 7822, 7821, 7824 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_rear", - "fg": [ 7789, 7786, 7785, 7788 ], + "fg": [ 7820, 7817, 7816, 7819 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7789, 7786, 7785, 7788 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7820, 7817, 7816, 7819 ] } ] }, { "id": "vp_hdhalfboard_vertical", - "fg": 7811, + "fg": 7842, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7811 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7842 } ] }, { "id": "vp_hdhalfboard_vertical_2", - "fg": 7812, + "fg": 7843, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7812 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7843 } ] }, { "id": "vp_hdhalfboard_vertical_2_left", - "fg": [ 7813, 7818, 7817, 7816 ], + "fg": [ 7844, 7849, 7848, 7847 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7813, 7818, 7817, 7816 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7844, 7849, 7848, 7847 ] } ] }, { "id": "vp_hdhalfboard_vertical_2_right", - "fg": [ 7814, 7822, 7821, 7820 ], + "fg": [ 7845, 7853, 7852, 7851 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7814, 7822, 7821, 7820 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7845, 7853, 7852, 7851 ] } ] }, { "id": "vp_hdhalfboard_cover", - "fg": [ 7781, 7784, 7783, 7782 ], + "fg": [ 7812, 7815, 7814, 7813 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7781, 7784, 7783, 7782 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7812, 7815, 7814, 7813 ] } ] }, { "id": "vp_xlhalfboard_ne", - "fg": [ 7744, 7747, 7746, 7745 ], + "fg": [ 7775, 7778, 7777, 7776 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7744, 7747, 7746, 7745 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7775, 7778, 7777, 7776 ] } ] }, { "id": "vp_xlhalfboard_nw", - "fg": [ 7748, 7751, 7750, 7749 ], + "fg": [ 7779, 7782, 7781, 7780 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7748, 7751, 7750, 7749 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7779, 7782, 7781, 7780 ] } ] }, { "id": "vp_xlhalfboard_se", - "fg": 7752, + "fg": 7783, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7752 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7783 } ] }, { "id": "vp_xlhalfboard_sw", - "fg": 7753, + "fg": 7784, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7753 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7784 } ] }, { "id": "vp_xlhalfboard_vertical_left", - "fg": 7755, + "fg": 7786, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7755 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7786 } ] }, { "id": "vp_xlhalfboard_vertical_right", - "fg": 7756, + "fg": 7787, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7756 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7787 } ] }, { "id": [ "vp_xlhalfboard_horizontal", "vp_xlhalfboard_horizontal_2" ], - "fg": 7739, + "fg": 7770, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7739 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7770 } ] }, { "id": "vp_xlhalfboard_horizontal_front", - "fg": [ 7739, 7742, 7741, 7740 ], + "fg": [ 7770, 7773, 7772, 7771 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7739, 7742, 7741, 7740 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7770, 7773, 7772, 7771 ] } ] }, { "id": "vp_xlhalfboard_horizontal_rear", - "fg": 7743, + "fg": 7774, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7743 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7774 } ] }, { "id": [ "vp_xlhalfboard_vertical", "vp_xlhalfboard_vertical_2" ], - "fg": 7754, + "fg": 7785, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7754 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7785 } ] }, { "id": "vp_xlhalfboard_cover", - "fg": [ 7735, 7738, 7737, 7736 ], + "fg": [ 7766, 7769, 7768, 7767 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7735, 7738, 7737, 7736 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7766, 7769, 7768, 7767 ] } ] }, { "id": "vp_hdstowboard_ne", - "fg": [ 7828, 7831, 7830, 7829 ], + "fg": [ 7859, 7862, 7861, 7860 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7828, 7831, 7830, 7829 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7859, 7862, 7861, 7860 ] } ] }, { "id": "vp_hdstowboard_nw", - "fg": [ 7832, 7835, 7834, 7833 ], + "fg": [ 7863, 7866, 7865, 7864 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7832, 7835, 7834, 7833 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7863, 7866, 7865, 7864 ] } ] }, { "id": "vp_hdstowboard_se", - "fg": [ 7836, 7838, 7832, 7837 ], + "fg": [ 7867, 7869, 7863, 7868 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7836, 7838, 7832, 7837 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7867, 7869, 7863, 7868 ] } ] }, { "id": "vp_hdstowboard_sw", - "fg": [ 7839, 7841, 7828, 7840 ], + "fg": [ 7870, 7872, 7859, 7871 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7839, 7841, 7828, 7840 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7870, 7872, 7859, 7871 ] } ] }, { "id": "vp_hdstowboard_vertical_left", - "fg": [ 7842, 7844, 7845, 7843 ], + "fg": [ 7873, 7875, 7876, 7874 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7842, 7844, 7845, 7843 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7873, 7875, 7876, 7874 ] } ] }, { "id": "vp_hdstowboard_vertical_right", - "fg": [ 7845, 7843, 7842, 7844 ], + "fg": [ 7876, 7874, 7873, 7875 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7845, 7843, 7842, 7844 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7876, 7874, 7873, 7875 ] } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_2" ], - "fg": 7823, + "fg": 7854, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7823 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7854 } ] }, { "id": "vp_hdstowboard_horizontal_front", - "fg": [ 7823, 7826, 7825, 7824 ], + "fg": [ 7854, 7857, 7856, 7855 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7823, 7826, 7825, 7824 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7854, 7857, 7856, 7855 ] } ] }, { "id": "vp_hdstowboard_horizontal_rear", - "fg": [ 7827, 7824, 7823, 7826 ], + "fg": [ 7858, 7855, 7854, 7857 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7827, 7824, 7823, 7826 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7858, 7855, 7854, 7857 ] } ] }, { "id": "vp_hdstowboard_vertical", - "fg": 7843, + "fg": 7874, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7843 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7874 } ] }, { "id": "vp_woodboard_ne", - "fg": [ 7850, 7851, 7856, 7857 ], + "fg": [ 7881, 7882, 7887, 7888 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7850, 7851, 7856, 7857 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7881, 7882, 7887, 7888 ] } ] }, { "id": "vp_woodboard_nw", - "fg": [ 7852, 7853, 7854, 7855 ], + "fg": [ 7883, 7884, 7885, 7886 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7852, 7853, 7854, 7855 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7883, 7884, 7885, 7886 ] } ] }, { "id": "vp_woodboard_se", - "fg": [ 7854, 7855, 7852, 7853 ], + "fg": [ 7885, 7886, 7883, 7884 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7854, 7855, 7852, 7853 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7885, 7886, 7883, 7884 ] } ] }, { "id": "vp_woodboard_sw", - "fg": [ 7856, 7857, 7850, 7851 ], + "fg": [ 7887, 7888, 7881, 7882 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7856, 7857, 7850, 7851 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7887, 7888, 7881, 7882 ] } ] }, { "id": "vp_woodboard_vertical_left", - "fg": [ 7858, 7848, 7859, 7846 ], + "fg": [ 7889, 7879, 7890, 7877 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7858, 7848, 7859, 7846 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7889, 7879, 7890, 7877 ] } ] }, { "id": "vp_woodboard_vertical_right", - "fg": [ 7859, 7846, 7858, 7848 ], + "fg": [ 7890, 7877, 7889, 7879 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7859, 7846, 7858, 7848 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7890, 7877, 7889, 7879 ] } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodboard_vertical", "vp_woodboard_horizontal_front" ], - "fg": [ 7846, 7847, 7848, 7849 ], + "fg": [ 7877, 7878, 7879, 7880 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7846, 7847, 7848, 7849 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7877, 7878, 7879, 7880 ] } ] }, { "id": "vp_woodboard_horizontal_rear", - "fg": [ 7848, 7849, 7846, 7847 ], + "fg": [ 7879, 7880, 7877, 7878 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7848, 7849, 7846, 7847 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7879, 7880, 7877, 7878 ] } ] }, { "id": [ "vp_woodhalfboard_ne" ], - "fg": 7864, + "fg": 7895, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7864 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7895 } ] }, { "id": "vp_woodhalfboard_nw", - "fg": 7863, + "fg": 7894, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7863 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7894 } ] }, { "id": "vp_woodhalfboard_se", - "fg": 7868, + "fg": 7899, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7868 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7899 } ] }, { "id": "vp_woodhalfboard_sw", - "fg": 7867, + "fg": 7898, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7867 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7898 } ] }, { "id": [ "vp_woodhalfboard_vertical_left", "vp_woodhalfboard_vertical_2_left", "vp_woodhalfboard_vertical_T_left" ], - "fg": 7865, + "fg": 7896, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7865 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7896 } ] }, { "id": [ "vp_woodhalfboard_vertical_right", "vp_woodhalfboard_vertical_2_right", "vp_woodhalfboard_vertical_T_right" ], - "fg": 7869, + "fg": 7900, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7869 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7900 } ] }, { "id": [ @@ -11844,887 +11865,881 @@ "vp_woodhalfboard_horizontal_front", "vp_woodhalfboard_horizontal_2_front" ], - "fg": 7862, + "fg": 7893, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7862 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7893 } ] }, { "id": [ "vp_woodhalfboard_horizontal_rear", "vp_woodhalfboard_horizontal_2_rear" ], - "fg": 7866, + "fg": 7897, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7866 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7897 } ] }, { "id": [ "vp_woodhalfboard", "vp_woodhalfboard_cross", "vp_woodhalfboard_vertical", "vp_woodhalfboard_vertical_2" ], - "fg": 7861, + "fg": 7892, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7861 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7892 } ] }, { "id": [ "vp_woodhalfboard_cover" ], - "fg": 7860, + "fg": 7891, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7860 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7891 } ] }, { "id": [ "vp_basketsm", "vp_basketsm_external" ], - "fg": [ 7881, 7880 ], + "fg": [ 7912, 7911 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7881, 7880 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7912, 7911 ] } ] }, { "id": "vp_basketsm_bike_rear", - "fg": [ 7877, 7879, 7878, 7876 ], + "fg": [ 7908, 7910, 7909, 7907 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7877, 7879, 7878, 7876 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7908, 7910, 7909, 7907 ] } ] }, { "id": [ "vp_basketlg", "vp_basketlg_external" ], - "fg": [ 7875, 7874 ], + "fg": [ 7906, 7905 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7875, 7874 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7906, 7905 ] } ] }, { "id": "vp_basketlg_cart", - "fg": [ 7871, 7873, 7872, 7870 ], + "fg": [ 7902, 7904, 7903, 7901 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7871, 7873, 7872, 7870 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7902, 7904, 7903, 7901 ] } ] }, { "id": "vp_box", - "fg": [ 7882, 7883 ], + "fg": [ 7913, 7914 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7882, 7883 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7913, 7914 ] } ] }, { "id": "vp_wood box", - "fg": [ 7892, 7891 ], + "fg": [ 7923, 7922 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7892, 7891 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7923, 7922 ] } ] }, { "id": "vp_box_wheelbarrow", - "fg": [ 7885, 7887, 7886, 7884 ], + "fg": [ 7916, 7918, 7917, 7915 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 7885, 7887, 7886, 7884 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 7916, 7918, 7917, 7915 ] } ] }, { "id": "vp_trunk", - "fg": 7889, + "fg": 7920, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7889 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7920 } ] }, { "id": "vp_trunk_rear_edge", - "fg": 7890, + "fg": 7921, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7890 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7921 } ] }, { "id": [ "vp_cargo_space", "animal_compartment" ], - "fg": 7888, + "fg": 7919, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7888 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7919 } ] }, { "id": [ "vp_hddoor_trunk", "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": [ 7916, 7922, 7921, 7920 ], + "fg": [ 7947, 7953, 7952, 7951 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7917, 7919, 7917, 7918 ] }, { "id": "broken", "fg": 7896, "bg": [ 7917, 7919, 7917, 7918 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7948, 7950, 7948, 7949 ] }, { "id": "broken", "fg": 7927, "bg": [ 7948, 7950, 7948, 7949 ] } ] }, { "id": [ "vp_hddoor", "vp_hddoor_front" ], - "fg": [ 7904, 7905, 7904, 7903 ], + "fg": [ 7935, 7936, 7935, 7934 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7898, 7899, 7898, 7897 ] }, { "id": "broken", "fg": 7896, "bg": [ 7898, 7899, 7898, 7897 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7929, 7930, 7929, 7928 ] }, { "id": "broken", "fg": 7927, "bg": [ 7929, 7930, 7929, 7928 ] } ] }, { "id": "vp_hddoor_rear", - "fg": [ 7913, 7915, 7914, 7912 ], + "fg": [ 7944, 7946, 7945, 7943 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7901, 7902, 7901, 7900 ] }, { "id": "broken", "fg": 7896, "bg": [ 7901, 7902, 7901, 7900 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7932, 7933, 7932, 7931 ] }, { "id": "broken", "fg": 7927, "bg": [ 7932, 7933, 7932, 7931 ] } ] }, { "id": [ "vp_hddoor_opaque", "vp_hddoor_opaque_front" ], - "fg": [ 7907, 7908, 7907, 7906 ], + "fg": [ 7938, 7939, 7938, 7937 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7898, 7899, 7898, 7897 ] }, { "id": "broken", "fg": 7896, "bg": [ 7898, 7899, 7898, 7897 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7929, 7930, 7929, 7928 ] }, { "id": "broken", "fg": 7927, "bg": [ 7929, 7930, 7929, 7928 ] } ] }, { "id": "vp_hddoor_opaque_rear", - "fg": [ 7910, 7911, 7910, 7909 ], + "fg": [ 7941, 7942, 7941, 7940 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 7901, 7902, 7901, 7900 ] }, { "id": "broken", "fg": 7896, "bg": [ 7901, 7902, 7901, 7900 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 7932, 7933, 7932, 7931 ] }, { "id": "broken", "fg": 7927, "bg": [ 7932, 7933, 7932, 7931 ] } ] }, { "id": "vp_ram_spiked", - "fg": 7924, + "fg": 7955, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7924 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7955 } ] }, { "id": "vp_ram_steel", - "fg": 7925, + "fg": 7956, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7924 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7955 } ] }, { "id": "vp_spike", - "fg": 7926, + "fg": 7957, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7926 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7957 } ] }, { "id": "vp_frame_cover", - "fg": 7928, + "fg": 7959, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7928 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7959 } ] }, { "id": "vp_frame_cross", - "fg": 7929, + "fg": 7960, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7929 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7960 } ] }, { "id": "vp_frame_cross_unconnected", - "fg": 7930, + "fg": 7961, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7930 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7961 } ] }, { "id": "vp_frame_ne", - "fg": 7943, + "fg": 7974, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7943 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7974 } ] }, { "id": "vp_frame_nw", - "fg": 7944, + "fg": 7975, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7944 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7975 } ] }, { "id": "vp_frame_se", - "fg": 7945, + "fg": 7976, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7945 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7976 } ] }, { "id": "vp_frame_sw", - "fg": 7946, + "fg": 7977, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7946 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7977 } ] }, { "id": "vp_frame_vertical_unconnected", - "fg": 7954, + "fg": 7985, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7954 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7985 } ] }, { "id": "vp_frame_vertical_2_unconnected", - "fg": 7951, + "fg": 7982, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7951 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7982 } ] }, { "id": "vp_frame_vertical_left", - "fg": 7952, + "fg": 7983, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7952 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7983 } ] }, { "id": "vp_frame_vertical_2_left", - "fg": 7949, + "fg": 7980, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7949 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7980 } ] }, { "id": "vp_frame_vertical_right", - "fg": 7953, + "fg": 7984, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7953 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7984 } ] }, { "id": "vp_frame_vertical_2_right", - "fg": 7950, + "fg": 7981, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7950 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7981 } ] }, { "id": "vp_frame_horizontal", - "fg": 7931, + "fg": 7962, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7931 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7962 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 7932, + "fg": 7963, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7932 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7963 } ] }, { "id": "vp_frame_horizontal_unconnected", - "fg": 7942, + "fg": 7973, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7942 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7973 } ] }, { "id": "vp_frame_horizontal_2_unconnected", - "fg": 7935, + "fg": 7966, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7935 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7966 } ] }, { "id": "vp_frame_horizontal_front", - "fg": 7938, + "fg": 7969, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7938 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7969 } ] }, { "id": "vp_frame_horizontal_2_front", - "fg": 7933, + "fg": 7964, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7933 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7964 } ] }, { "id": "vp_frame_horizontal_rear", - "fg": 7940, + "fg": 7971, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7940 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7971 } ] }, { "id": "vp_frame_horizontal_2_rear", - "fg": 7934, + "fg": 7965, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7934 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7965 } ] }, { "id": [ "vp_frame_horizontal_left", "vp_frame_vertical_T_left" ], - "fg": 7939, + "fg": 7970, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7939 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7970 } ] }, { "id": "vp_frame_horizontal_2_left", - "fg": 7936, + "fg": 7967, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7936 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7967 } ] }, { "id": [ "vp_frame_horizontal_right", "vp_frame_vertical_T_right" ], - "fg": 7941, + "fg": 7972, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7941 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7972 } ] }, { "id": "vp_frame_horizontal_2_right", - "fg": 7937, + "fg": 7968, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7937 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7968 } ] }, { "id": "vp_frame_vertical", - "fg": 7947, + "fg": 7978, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7947 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7978 } ] }, { "id": "vp_frame_vertical_2", - "fg": 7948, + "fg": 7979, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7948 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7979 } ] }, { "id": "vp_hdframe_cover", - "fg": 7955, + "fg": 7986, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7955 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7986 } ] }, { "id": "vp_hdframe_cross", - "fg": 7956, + "fg": 7987, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7956 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7987 } ] }, { "id": "vp_hdframe_cross_unconnected", - "fg": 7957, + "fg": 7988, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7957 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7988 } ] }, { "id": "vp_hdframe_ne", - "fg": 7970, + "fg": 8001, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7970 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8001 } ] }, { "id": "vp_hdframe_nw", - "fg": 7971, + "fg": 8002, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7971 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8002 } ] }, { "id": "vp_hdframe_se", - "fg": 7972, + "fg": 8003, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7972 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8003 } ] }, { "id": "vp_hdframe_sw", - "fg": 7973, + "fg": 8004, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7973 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8004 } ] }, { "id": "vp_hdframe_vertical_unconnected", - "fg": 7981, + "fg": 8012, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7981 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8012 } ] }, { "id": "vp_hdframe_vertical_2_unconnected", - "fg": 7978, + "fg": 8009, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7978 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8009 } ] }, { "id": "vp_hdframe_vertical_left", - "fg": 7979, + "fg": 8010, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7979 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8010 } ] }, { "id": "vp_hdframe_vertical_2_left", - "fg": 7976, + "fg": 8007, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7976 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8007 } ] }, { "id": "vp_hdframe_vertical_right", - "fg": 7980, + "fg": 8011, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7980 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8011 } ] }, { "id": "vp_hdframe_vertical_2_right", - "fg": 7977, + "fg": 8008, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7977 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8008 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 7958, + "fg": 7989, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7958 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7989 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 7959, + "fg": 7990, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7959 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7990 } ] }, { "id": "vp_hdframe_horizontal_unconnected", - "fg": 7969, + "fg": 8000, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7969 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8000 } ] }, { "id": "vp_hdframe_horizontal_2_unconnected", - "fg": 7962, + "fg": 7993, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7962 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7993 } ] }, { "id": "vp_hdframe_horizontal_front", - "fg": 7965, + "fg": 7996, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7965 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7996 } ] }, { "id": "vp_hdframe_horizontal_2_front", - "fg": 7960, + "fg": 7991, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7960 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7991 } ] }, { "id": "vp_hdframe_horizontal_rear", - "fg": 7967, + "fg": 7998, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7967 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7998 } ] }, { "id": "vp_hdframe_horizontal_2_rear", - "fg": 7961, + "fg": 7992, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7961 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7992 } ] }, { "id": [ "vp_hdframe_horizontal_left", "vp_hdframe_vertical_T_left" ], - "fg": 7966, + "fg": 7997, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7966 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7997 } ] }, { "id": "vp_hdframe_horizontal_2_left", - "fg": 7963, + "fg": 7994, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7963 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7994 } ] }, { "id": [ "vp_hdframe_horizontal_right", "vp_hdframe_vertical_T_right" ], - "fg": 7968, + "fg": 7999, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7968 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7999 } ] }, { "id": "vp_hdframe_horizontal_2_right", - "fg": 7964, + "fg": 7995, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7964 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 7995 } ] }, { "id": "vp_hdframe_vertical", - "fg": 7974, + "fg": 8005, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7974 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8005 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 7975, + "fg": 8006, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7975 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8006 } ] }, { "id": "vp_xlframe_cover", - "fg": 7982, + "fg": 8013, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7982 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8013 } ] }, { "id": "vp_xlframe_cross", - "fg": 7983, + "fg": 8014, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7983 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8014 } ] }, { "id": "vp_xlframe_cross_unconnected", - "fg": 7984, + "fg": 8015, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7984 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8015 } ] }, { "id": "vp_xlframe_ne", - "fg": 7997, + "fg": 8028, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7997 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8028 } ] }, { "id": "vp_xlframe_nw", - "fg": 7998, + "fg": 8029, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7998 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8029 } ] }, { "id": "vp_xlframe_se", - "fg": 7999, + "fg": 8030, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7999 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8030 } ] }, { "id": "vp_xlframe_sw", - "fg": 8000, + "fg": 8031, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8000 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8031 } ] }, { "id": "vp_xlframe_vertical_unconnected", - "fg": 8008, + "fg": 8039, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8008 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8039 } ] }, { "id": "vp_xlframe_vertical_2_unconnected", - "fg": 8005, + "fg": 8036, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8005 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8036 } ] }, { "id": "vp_xlframe_vertical_left", - "fg": 8006, + "fg": 8037, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8006 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8037 } ] }, { "id": "vp_xlframe_vertical_2_left", - "fg": 8003, + "fg": 8034, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8003 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8034 } ] }, { "id": "vp_xlframe_vertical_right", - "fg": 8007, + "fg": 8038, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8007 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8038 } ] }, { "id": "vp_xlframe_vertical_2_right", - "fg": 8004, + "fg": 8035, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8004 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8035 } ] }, { "id": "vp_xlframe_horizontal", - "fg": 7985, + "fg": 8016, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7985 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8016 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 7986, + "fg": 8017, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7986 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8017 } ] }, { "id": "vp_xlframe_horizontal_unconnected", - "fg": 7996, + "fg": 8027, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7996 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8027 } ] }, { "id": "vp_xlframe_horizontal_2_unconnected", - "fg": 7989, + "fg": 8020, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7989 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8020 } ] }, { "id": "vp_xlframe_horizontal_front", - "fg": 7992, + "fg": 8023, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7992 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8023 } ] }, { "id": "vp_xlframe_horizontal_2_front", - "fg": 7987, + "fg": 8018, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7987 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8018 } ] }, { "id": "vp_xlframe_horizontal_rear", - "fg": 7994, + "fg": 8025, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7994 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8025 } ] }, { "id": "vp_xlframe_horizontal_2_rear", - "fg": 7988, + "fg": 8019, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7988 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8019 } ] }, { "id": [ "vp_xlframe_horizontal_left", "vp_xlframe_vertical_T_left" ], - "fg": 7993, + "fg": 8024, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7993 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8024 } ] }, { "id": "vp_xlframe_horizontal_2_left", - "fg": 7990, + "fg": 8021, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7990 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8021 } ] }, { "id": [ "vp_xlframe_horizontal_right", "vp_xlframe_vertical_T_right" ], - "fg": 7995, + "fg": 8026, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7995 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8026 } ] }, { "id": "vp_xlframe_horizontal_2_right", - "fg": 7991, + "fg": 8022, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 7991 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8022 } ] }, { "id": "vp_xlframe_vertical", - "fg": 8001, + "fg": 8032, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8001 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8032 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 8002, + "fg": 8033, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8002 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8033 } ] }, { "id": [ "vp_headlight", "vp_headlight_reinforced", "vp_wide_headlight_reinforced", "vp_wide_headlight" ], - "fg": 8010 + "fg": 8041 }, { "id": [ "vp_headlight_ne", "vp_headlight_reinforced_ne", "vp_wide_headlight_reinforced_ne", "vp_wide_headlight_ne" ], - "fg": 8009 + "fg": 8040 }, { "id": [ "vp_headlight_nw", "vp_headlight_reinforced_nw", "vp_wide_headlight_reinforced_nw", "vp_wide_headlight_nw" ], - "fg": 8010 - }, - { - "id": "vp_omnicam", - "fg": 8610, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": 8610 } ] + "fg": 8041 }, { "id": [ "vp_veh_table", "vp_veh_table_wood" ], - "fg": [ 8011, 8011 ], - "bg": [ 8030, 8029 ], + "fg": [ 8042, 8042 ], + "bg": [ 8061, 8060 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8012, "bg": [ 8030, 8029 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8043, "bg": [ 8061, 8060 ] } ] }, { "id": "vp_workbench", - "fg": [ 8031, 8031 ], - "bg": 5623, + "fg": [ 8062, 8062 ], + "bg": 5646, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8031, 8031 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8062, 8062 ] } ] }, { "id": "vp_minifridge", - "fg": [ 8023, 8023 ], + "fg": [ 8054, 8054 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8023, 8023 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8054, 8054 ] } ] }, { "id": "vp_minifreezer", - "fg": [ 8022, 8022 ], + "fg": [ 8053, 8053 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8022, 8022 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8053, 8053 ] } ] }, { "id": "vp_kitchen_unit", - "fg": [ 8019, 8019 ], + "fg": [ 8050, 8050 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8019, 8019 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8050, 8050 ] } ] }, { "id": "vp_welding_rig", - "fg": [ 8028, 8028 ], + "fg": [ 8059, 8059 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8028, 8028 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8059, 8059 ] } ] }, { "id": "vp_craft_rig", - "fg": [ 8016, 8016 ], + "fg": [ 8047, 8047 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8016, 8016 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8047, 8047 ] } ] }, { "id": "vp_washing_machine", - "fg": [ 8027, 8027 ], + "fg": [ 8058, 8058 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8027, 8027 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8058, 8058 ] } ] }, { "id": "vp_veh_forge", - "fg": [ 8017, 8017 ], + "fg": [ 8048, 8048 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8017, 8017 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8048, 8048 ] } ] }, { "id": "vp_veh_kiln", - "fg": [ 8018, 8018 ], + "fg": [ 8049, 8049 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8018, 8018 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8049, 8049 ] } ] }, { "id": "vp_chemlab", - "fg": [ 8015, 8015 ], + "fg": [ 8046, 8046 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8015, 8015 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8046, 8046 ] } ] }, { "id": "vp_aisle_vertical", - "fg": 8014, + "fg": 8045, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8014 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8045 } ] }, { "id": "vp_aisle_horizontal", - "fg": 8013, + "fg": 8044, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8013 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8044 } ] }, - { "id": "vp_trunk_floor", "fg": 8025, "bg": 8014 }, + { "id": "vp_trunk_floor", "fg": 8056, "bg": 8045 }, { "id": "vp_wooden_aisle_vertical", - "fg": [ 8030, 8029 ], + "fg": [ 8061, 8060 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8030, 8029 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8061, 8060 ] } ] }, { "id": "vp_wooden_aisle_horizontal", - "fg": [ 8029, 8030 ], + "fg": [ 8060, 8061 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8029, 8030 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8060, 8061 ] } ] }, { "id": "vp_lit_aisle_vertical", - "fg": 8021, + "fg": 8052, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8021 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8052 } ] }, { "id": "vp_lit_aisle_horizontal", - "fg": 8020, + "fg": 8051, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8020 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8051 } ] }, { "id": "vp_mounted_spare_tire", - "fg": 8024, + "fg": 8055, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8024 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8055 } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal" ], - "fg": [ 8033, 8035, 8034, 8032 ], + "fg": [ 8064, 8066, 8065, 8063 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8033, 8035, 8034, 8032 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8064, 8066, 8065, 8063 ] } ] }, { "id": [ "vp_seat_wood", "seat_wood_bench" ], - "fg": [ 8040, 8040, 8041, 8041 ], - "bg": [ 8030, 8029 ], + "fg": [ 8071, 8071, 8072, 8072 ], + "bg": [ 8061, 8060 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8040, 8040, 8041, 8041 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8071, 8071, 8072, 8072 ] } ] }, { "id": "vp_seat_wood_flimsy", - "fg": [ 8038, 8038, 8039, 8039 ], - "bg": [ 8030, 8029 ], + "fg": [ 8069, 8069, 8070, 8070 ], + "bg": [ 8061, 8060 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8038, 8038, 8039, 8039 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8069, 8069, 8070, 8070 ] } ] }, { "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat" ], - "fg": [ 8073, 8071, 8066, 8072 ], + "fg": [ 8104, 8102, 8097, 8103 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8073, 8071, 8066, 8072 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8104, 8102, 8097, 8103 ] } ] }, { "id": "vp_seat_back", - "fg": [ 8042, 8065, 8064, 8063 ], + "fg": [ 8073, 8096, 8095, 8094 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8042, 8065, 8064, 8063 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8073, 8096, 8095, 8094 ] } ] }, { "id": "vp_seat_back_left", - "fg": [ 8055, 8058, 8057, 8056 ], + "fg": [ 8086, 8089, 8088, 8087 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8055, 8058, 8057, 8056 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8086, 8089, 8088, 8087 ] } ] }, { "id": "vp_seat_back_right", - "fg": [ 8059, 8062, 8061, 8060 ], + "fg": [ 8090, 8093, 8092, 8091 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8059, 8062, 8061, 8060 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8090, 8093, 8092, 8091 ] } ] }, { "id": "vp_seat_back_vertical", - "fg": [ 8063, 8042, 8065, 8064 ], + "fg": [ 8094, 8073, 8096, 8095 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8063, 8042, 8065, 8064 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8094, 8073, 8096, 8095 ] } ] }, { "id": "vp_seat_back_vertical_left", - "fg": [ 8056, 8055, 8058, 8057 ], + "fg": [ 8087, 8086, 8089, 8088 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8056, 8055, 8058, 8057 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8087, 8086, 8089, 8088 ] } ] }, { "id": "vp_seat_back_vertical_right", - "fg": [ 8060, 8059, 8062, 8061 ], + "fg": [ 8091, 8090, 8093, 8092 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8060, 8059, 8062, 8061 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8091, 8090, 8093, 8092 ] } ] }, { "id": [ "vp_seat_leather", "vp_reclining_seat_leather" ], - "fg": [ 8070, 8068, 8067, 8069 ], + "fg": [ 8101, 8099, 8098, 8100 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8070, 8068, 8067, 8069 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8101, 8099, 8098, 8100 ] } ] }, { "id": "vp_seat_back_leather", - "fg": [ 8043, 8054, 8053, 8052 ], + "fg": [ 8074, 8085, 8084, 8083 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8043, 8054, 8053, 8052 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8074, 8085, 8084, 8083 ] } ] }, { "id": "vp_seat_back_leather_left", - "fg": [ 8044, 8047, 8046, 8045 ], + "fg": [ 8075, 8078, 8077, 8076 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8044, 8047, 8046, 8045 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8075, 8078, 8077, 8076 ] } ] }, { "id": "vp_seat_back_leather_right", - "fg": [ 8048, 8051, 8050, 8049 ], + "fg": [ 8079, 8082, 8081, 8080 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8048, 8051, 8050, 8049 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8079, 8082, 8081, 8080 ] } ] }, { "id": "vp_seat_back_leather_vertical", - "fg": [ 8052, 8043, 8054, 8053 ], + "fg": [ 8083, 8074, 8085, 8084 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8052, 8043, 8054, 8053 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8083, 8074, 8085, 8084 ] } ] }, { "id": "vp_seat_back_leather_vertical_left", - "fg": [ 8045, 8044, 8047, 8046 ], + "fg": [ 8076, 8075, 8078, 8077 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8045, 8044, 8047, 8046 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8076, 8075, 8078, 8077 ] } ] }, { "id": "vp_seat_back_leather_vertical_right", - "fg": [ 8049, 8048, 8051, 8050 ], + "fg": [ 8080, 8079, 8082, 8081 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8049, 8048, 8051, 8050 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8080, 8079, 8082, 8081 ] } ] }, { "id": "vp_seat_rear", - "fg": [ 8066, 8072, 8073, 8071 ], + "fg": [ 8097, 8103, 8104, 8102 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8066, 8072, 8073, 8071 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8097, 8103, 8104, 8102 ] } ] }, { "id": "vp_seat_leather_rear", - "fg": [ 8067, 8069, 8070, 8068 ], + "fg": [ 8098, 8100, 8101, 8099 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8067, 8069, 8070, 8068 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8098, 8100, 8101, 8099 ] } ] }, { "id": [ "vp_seed_drill" ], - "fg": [ 8075, 8077, 8076, 8074 ], + "fg": [ 8106, 8108, 8107, 8105 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8702, "bg": [ 8075, 8077, 8076, 8074 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8734, "bg": [ 8106, 8108, 8107, 8105 ] } ] }, { "id": "vp_external_tank", - "fg": [ 8078, 8079, 8080, 8081 ], + "fg": [ 8109, 8110, 8111, 8112 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8078, 8079, 8080, 8081 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8109, 8110, 8111, 8112 ] } ] }, { "id": "vp_tank_55gal_drum", - "fg": [ 8083, 8082 ], + "fg": [ 8114, 8113 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8083, 8082 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8114, 8113 ] } ] }, { "id": [ @@ -12741,80 +12756,80 @@ "vp_mounted_m60_semi" ], "//": "rifles and machineguns", - "fg": 8086, - "bg": 8084, + "fg": 8117, + "bg": 8115, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8086 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8117 } ] }, { "id": [ "vp_mounted_emp_gun", "vp_mounted_plasma_gun", "vp_plasma_gun", "vp_laser_rifle" ], "//": "energy weapons", - "fg": 8085, - "bg": 8084, + "fg": 8116, + "bg": 8115, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8085 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8116 } ] }, { "id": [ "vp_mounted_hk_g80", "vp_mounted_coilgun" ], "//": "railguns", - "fg": 8087, - "bg": 8084, + "fg": 8118, + "bg": 8115, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8087 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8118 } ] }, { "id": [ "vp_mounted_bigun", "vp_mounted_m134" ], "//": "multibarrel weapons", - "fg": 8086, - "bg": 8084, + "fg": 8117, + "bg": 8115, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8086 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8117 } ] }, { "id": [ "vp_watercannon", "vp_flamethrower", "vp_mounted_chemical_thrower" ], "//": "liquid sprayers", - "fg": 8086, - "bg": 8084, + "fg": 8117, + "bg": 8115, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8086 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8117 } ] }, { "id": "vp_tow_launcher", "//": "rocket tubes", - "fg": 8086, - "bg": 8084, + "fg": 8117, + "bg": 8115, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8086 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8117 } ] }, { "id": "vp_animal_compartment", - "fg": [ 8088, 8088, 8088, 8088 ], + "fg": [ 8119, 8119, 8119, 8119 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8088, 8088, 8088, 8088 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8119, 8119, 8119, 8119 ] } ] }, { "id": "vp_basketsm_wheelchair", - "fg": [ 8090, 8092, 8091, 8089 ], + "fg": [ 8121, 8123, 8122, 8120 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8090, 8092, 8091, 8089 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8121, 8123, 8122, 8120 ] } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable" ], - "fg": 8093, + "fg": 8124, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8093 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8124 } ] }, { "id": [ "vp_wheel_bicycle", "vp_wheel_bicycle_steerable", "vp_wheel_bicycle_or", "vp_wheel_bicycle_or_steerable" ], - "fg": [ 8095, 8097, 8096, 8094 ], + "fg": [ 8126, 8128, 8127, 8125 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8095, 8097, 8096, 8094 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8126, 8128, 8127, 8125 ] } ] }, { "id": [ "vp_wheel_bicycle_rear", "vp_wheel_bicycle_or_rear" ], - "fg": [ 8096, 8094, 8095, 8097 ], + "fg": [ 8127, 8125, 8126, 8128 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8096, 8094, 8095, 8097 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8127, 8125, 8126, 8128 ] } ] }, { "id": [ @@ -12823,522 +12838,522 @@ "vp_reinforced_windshield_horizontal_front", "vp_reinforced_windshield_front_edge" ], - "fg": [ 8098, 8101, 8100, 8099 ], + "fg": [ 8129, 8132, 8131, 8130 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8098, 8101, 8100, 8099 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8129, 8132, 8131, 8130 ] } ] }, { "id": "vp_reinforced_windshield_horizontal_rear", - "fg": 8102, + "fg": 8133, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": 8102 } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": 8133 } ] }, { "id": "vp_reinforced_windshield_horizontal_rear_edge", - "fg": 8103, + "fg": 8134, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": 8103 } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": 8134 } ] }, { "id": "vp_reinforced_windshield_nw", - "fg": [ 8108, 8111, 8110, 8109 ], + "fg": [ 8139, 8142, 8141, 8140 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8108, 8111, 8110, 8109 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8139, 8142, 8141, 8140 ] } ] }, { "id": "vp_reinforced_windshield_ne", - "fg": [ 8104, 8107, 8106, 8105 ], + "fg": [ 8135, 8138, 8137, 8136 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8104, 8107, 8106, 8105 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8135, 8138, 8137, 8136 ] } ] }, { "id": "vp_reinforced_windshield_sw", - "fg": 8117, + "fg": 8148, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": 8117 } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": 8148 } ] }, { "id": "vp_reinforced_windshield_se", - "fg": 8112, + "fg": 8143, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": 8112 } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": 8143 } ] }, { "id": "vp_reinforced_windshield_sw_edge", - "fg": [ 8118, 8121, 8120, 8119 ], + "fg": [ 8149, 8152, 8151, 8150 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8118, 8121, 8120, 8119 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8149, 8152, 8151, 8150 ] } ] }, { "id": "vp_reinforced_windshield_se_edge", - "fg": [ 8113, 8116, 8115, 8114 ], + "fg": [ 8144, 8147, 8146, 8145 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8113, 8116, 8115, 8114 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8144, 8147, 8146, 8145 ] } ] }, { "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], - "fg": [ 8122, 8125, 8124, 8123 ], + "fg": [ 8153, 8156, 8155, 8154 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8122, 8125, 8124, 8123 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8153, 8156, 8155, 8154 ] } ] }, { "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], - "fg": [ 8126, 8129, 8128, 8127 ], + "fg": [ 8157, 8160, 8159, 8158 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8126, 8129, 8128, 8127 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8157, 8160, 8159, 8158 ] } ] }, { "id": [ "vp_reinforced_windshield_full_vertical_left", "vp_reinforced_windshield_full_left" ], - "fg": [ 8122, 8125, 8124, 8123 ], + "fg": [ 8153, 8156, 8155, 8154 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8122, 8125, 8124, 8123 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8153, 8156, 8155, 8154 ] } ] }, { "id": [ "vp_reinforced_windshield_full_vertical_right", "vp_reinforced_windshield_full_right" ], - "fg": [ 8126, 8129, 8128, 8127 ], + "fg": [ 8157, 8160, 8159, 8158 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7893, "bg": [ 8126, 8129, 8128, 8127 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7924, "bg": [ 8157, 8160, 8159, 8158 ] } ] }, { "id": "vp_frame_wood_vertical_2", - "fg": 8150, + "fg": 8181, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8150 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8181 } ] }, { "id": "vp_frame_wood_vertical_2_unconnected", - "fg": 8153, + "fg": 8184, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8153 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8184 } ] }, { "id": "vp_frame_wood_vertical_2_right", - "fg": 8152, + "fg": 8183, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8152 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8183 } ] }, { "id": "vp_frame_wood_vertical_2_left", - "fg": 8151, + "fg": 8182, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8151 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8182 } ] }, { "id": "vp_frame_wood_vertical", - "fg": 8149, + "fg": 8180, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8149 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8180 } ] }, { "id": "vp_frame_wood_vertical_unconnected", - "fg": 8156, + "fg": 8187, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8156 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8187 } ] }, { "id": "vp_frame_wood_vertical_right", - "fg": 8155, + "fg": 8186, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8155 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8186 } ] }, { "id": "vp_frame_wood_vertical_left", - "fg": 8154, + "fg": 8185, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8154 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8185 } ] }, { "id": "vp_frame_wood_sw", - "fg": 8148, + "fg": 8179, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8148 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8179 } ] }, { "id": "vp_frame_wood_se", - "fg": 8147, + "fg": 8178, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8147 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8178 } ] }, { "id": "vp_frame_wood_nw", - "fg": 8146, + "fg": 8177, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8146 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8177 } ] }, { "id": "vp_frame_wood_ne", - "fg": 8145, + "fg": 8176, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8145 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8176 } ] }, { "id": "vp_frame_wood_horizontal_2", - "fg": 8134, + "fg": 8165, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8134 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8165 } ] }, { "id": "vp_frame_wood_horizontal_2_unconnected", - "fg": 8139, + "fg": 8170, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8139 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8170 } ] }, { "id": "vp_frame_wood_horizontal_2_right", - "fg": 8138, + "fg": 8169, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8138 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8169 } ] }, { "id": "vp_frame_wood_horizontal_2_rear", - "fg": 8137, + "fg": 8168, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8137 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8168 } ] }, { "id": "vp_frame_wood_horizontal_2_left", - "fg": 8136, + "fg": 8167, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8136 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8167 } ] }, { "id": "vp_frame_wood_horizontal_2_front", - "fg": 8135, + "fg": 8166, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8135 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8166 } ] }, { "id": "vp_frame_wood_horizontal", - "fg": 8133, + "fg": 8164, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8133 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8164 } ] }, { "id": "vp_frame_wood_horizontal_unconnected", - "fg": 8144, + "fg": 8175, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8144 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8175 } ] }, { "id": "vp_frame_wood_horizontal_right", - "fg": 8143, + "fg": 8174, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8143 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8174 } ] }, { "id": "vp_frame_wood_horizontal_rear", - "fg": 8142, + "fg": 8173, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8142 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8173 } ] }, { "id": "vp_frame_wood_horizontal_left", - "fg": 8141, + "fg": 8172, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8141 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8172 } ] }, { "id": "vp_frame_wood_horizontal_front", - "fg": 8140, + "fg": 8171, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8140 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8171 } ] }, { "id": "vp_frame_wood_cross", - "fg": 8131, + "fg": 8162, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8131 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8162 } ] }, { "id": [ "vp_frame_wood_cross_unconnected", "vp_frame_wood", "frame_wood" ], - "fg": 8132, + "fg": 8163, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8132 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8163 } ] }, { "id": "vp_frame_wood_cover", - "fg": 8130, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8130 } ] - }, - { "id": "f_floor_mattress", "fg": 7415 }, - { "id": "f_fungal_mass", "fg": 7418 }, - { "id": "f_fungal_tangle", "fg": 7419 }, - { "id": "f_brazier", "fg": 7420 }, - { "id": "emer_blanket", "fg": 7450 }, - { "id": "emer_blanket_on", "fg": 7451 }, - { "id": "jacket_evac", "fg": 7452 }, - { "id": "f_autoclave", "fg": 7455 }, - { "id": "jeans_red", "fg": 7462 }, - { "id": "tights", "fg": 7463 }, - { "id": "blade", "fg": 7464 }, - { "id": "rm13_armor", "fg": 7465 }, - { "id": "55gal_drum", "fg": 7466 }, - { "id": "leather_funnel", "fg": 7491 }, - { "id": "tr_leather_funnel", "fg": 7493 }, - { "id": "brush", "fg": 7501 }, - { "id": "casserole", "fg": 7502 }, - { "id": "curling_iron", "fg": 7503 }, - { "id": "cutting_board", "fg": 7504 }, - { "id": "elec_hairtrimmer", "fg": 7505 }, - { "id": "hairbrush", "fg": 7506 }, - { "id": "metal_file", "fg": 7508 }, - { "id": "mobile_memory_card", "fg": 7509 }, - { "id": "plastic_straw", "fg": 7510 }, - { "id": "razor_blade", "fg": 7511 }, - { "id": "razor_shaving", "fg": 7512 }, - { "id": "string_floss", "fg": 7513 }, - { "id": "tumbler_plastic", "fg": 7515 }, - { "id": "xacto", "fg": 7516 }, - { "id": "cupboard_battery_charger", "fg": 7588 }, - { "id": "cupboard_box_small", "fg": 7589 }, - { "id": "cupboard_candle", "fg": 7590 }, - { "id": "cupboard_matches", "fg": 7591 }, - { "id": "desk_pen_1", "fg": 7592 }, - { "id": "desk_pen_2", "fg": 7593 }, - { "id": "sink_box_small", "fg": 7594 }, - { "id": "sink_brush", "fg": 7595 }, - { "id": "sink_dish_towel", "fg": 7596 }, - { "id": "sink_sponge", "fg": 7597 }, - { "id": "f_rubble_landfill", "fg": 7624 }, - { "id": "t_roof_paper", "fg": 7673 }, - { "id": "crack_glass_left", "fg": 7894 }, - { "id": "vp_ram_mattress", "fg": 7923 }, - { "id": "vp_tearer", "fg": 7927 }, - { "id": "vp_vehicle_scoop", "fg": 8026 }, - { "id": "seat", "fg": 8036 }, - { "id": "seat_leather", "fg": 8037 } + "fg": 8161, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8161 } ] + }, + { "id": "f_floor_mattress", "fg": 7447 }, + { "id": "f_fungal_mass", "fg": 7450 }, + { "id": "f_fungal_tangle", "fg": 7451 }, + { "id": "f_brazier", "fg": 7452 }, + { "id": "emer_blanket", "fg": 7482 }, + { "id": "emer_blanket_on", "fg": 7483 }, + { "id": "jacket_evac", "fg": 7484 }, + { "id": "f_autoclave", "fg": 7487 }, + { "id": "jeans_red", "fg": 7494 }, + { "id": "tights", "fg": 7495 }, + { "id": "blade", "fg": 7496 }, + { "id": "rm13_armor", "fg": 7497 }, + { "id": "55gal_drum", "fg": 7498 }, + { "id": "leather_funnel", "fg": 7523 }, + { "id": "tr_leather_funnel", "fg": 7525 }, + { "id": "brush", "fg": 7533 }, + { "id": "casserole", "fg": 7534 }, + { "id": "curling_iron", "fg": 7535 }, + { "id": "cutting_board", "fg": 7536 }, + { "id": "elec_hairtrimmer", "fg": 7537 }, + { "id": "hairbrush", "fg": 7538 }, + { "id": "metal_file", "fg": 7540 }, + { "id": "mobile_memory_card", "fg": 7541 }, + { "id": "plastic_straw", "fg": 7542 }, + { "id": "razor_blade", "fg": 7543 }, + { "id": "razor_shaving", "fg": 7544 }, + { "id": "string_floss", "fg": 7545 }, + { "id": "tumbler_plastic", "fg": 7547 }, + { "id": "xacto", "fg": 7548 }, + { "id": "cupboard_battery_charger", "fg": 7620 }, + { "id": "cupboard_box_small", "fg": 7621 }, + { "id": "cupboard_candle", "fg": 7622 }, + { "id": "cupboard_matches", "fg": 7623 }, + { "id": "desk_pen_1", "fg": 7624 }, + { "id": "desk_pen_2", "fg": 7625 }, + { "id": "sink_box_small", "fg": 7626 }, + { "id": "sink_brush", "fg": 7627 }, + { "id": "sink_dish_towel", "fg": 7628 }, + { "id": "sink_sponge", "fg": 7629 }, + { "id": "f_rubble_landfill", "fg": 7656 }, + { "id": "t_roof_paper", "fg": 7705 }, + { "id": "crack_glass_left", "fg": 7925 }, + { "id": "vp_ram_mattress", "fg": 7954 }, + { "id": "vp_tearer", "fg": 7958 }, + { "id": "vp_vehicle_scoop", "fg": 8057 }, + { "id": "seat", "fg": 8067 }, + { "id": "seat_leather", "fg": 8068 } ] }, { "file": "incomplete_large.png", - "//": "range 8160 to 8239", + "//": "range 8192 to 8271", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_science_bot", "fg": 8163, "bg": 7120 }, + { "id": "mon_science_bot", "fg": 8195, "bg": 7152 }, { "id": "vp_door_trunk_horizontal_2", - "fg": [ 8165, 8172, 8171, 8170 ], + "fg": [ 8197, 8204, 8203, 8202 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8166, 8169, 8168, 8167 ] }, - { "id": "broken", "fg": [ 6963, 6963, 6963, 6963 ], "bg": [ 8166, 8169, 8168, 8167 ] } + { "id": "open", "fg": [ 8198, 8201, 8200, 8199 ] }, + { "id": "broken", "fg": [ 6995, 6995, 6995, 6995 ], "bg": [ 8198, 8201, 8200, 8199 ] } ] }, { "id": "vp_halfboard_hatch_wheel_left", - "fg": [ 8173, 8176, 8175, 8174 ], + "fg": [ 8205, 8208, 8207, 8206 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8164, 8164, 8164, 8164 ], "bg": [ 8173, 8176, 8175, 8174 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8196, 8196, 8196, 8196 ], "bg": [ 8205, 8208, 8207, 8206 ] } ] }, { "id": "vp_halfboard_hatch_wheel_right", - "fg": [ 8177, 8180, 8179, 8178 ], + "fg": [ 8209, 8212, 8211, 8210 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8164, 8164, 8164, 8164 ], "bg": [ 8177, 8180, 8179, 8178 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8196, 8196, 8196, 8196 ], "bg": [ 8209, 8212, 8211, 8210 ] } ] }, { "id": "vp_halfboard_horizontal_2_rear", - "fg": [ 8181, 8184, 8183, 8182 ], + "fg": [ 8213, 8216, 8215, 8214 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8164, 8164, 8164, 8164 ], "bg": [ 8181, 8184, 8183, 8182 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8196, 8196, 8196, 8196 ], "bg": [ 8213, 8216, 8215, 8214 ] } ] }, { "id": "vp_hatch", - "fg": [ 8185, 8200, 8199, 8198 ], + "fg": [ 8217, 8232, 8231, 8230 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8194, 8197, 8196, 8195 ] }, - { "id": "broken", "fg": [ 8164, 8164, 8164, 8164 ], "bg": [ 8194, 8197, 8196, 8195 ] } + { "id": "open", "fg": [ 8226, 8229, 8228, 8227 ] }, + { "id": "broken", "fg": [ 8196, 8196, 8196, 8196 ], "bg": [ 8226, 8229, 8228, 8227 ] } ] }, { "id": "vp_hatch_opaque", - "fg": [ 8186, 8193, 8192, 8191 ], + "fg": [ 8218, 8225, 8224, 8223 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8187, 8190, 8189, 8188 ] }, - { "id": "broken", "fg": [ 8164, 8164, 8164, 8164 ], "bg": [ 8187, 8190, 8189, 8188 ] } + { "id": "open", "fg": [ 8219, 8222, 8221, 8220 ] }, + { "id": "broken", "fg": [ 8196, 8196, 8196, 8196 ], "bg": [ 8219, 8222, 8221, 8220 ] } ] }, { "id": "vp_hatch_left", - "fg": [ 8203, 8210, 8209, 8208 ], + "fg": [ 8235, 8242, 8241, 8240 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8204, 8207, 8206, 8205 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8204, 8207, 8206, 8205 ] } + { "id": "open", "fg": [ 8236, 8239, 8238, 8237 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8236, 8239, 8238, 8237 ] } ] }, { "id": "vp_hatch_right", - "fg": [ 8209, 8208, 8203, 8210 ], + "fg": [ 8241, 8240, 8235, 8242 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8206, 8205, 8204, 8207 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8206, 8205, 8204, 8207 ] } + { "id": "open", "fg": [ 8238, 8237, 8236, 8239 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8238, 8237, 8236, 8239 ] } ] }, { "id": "vp_hatch_wheel_left", - "fg": [ 8203, 8222, 8209, 8208 ], + "fg": [ 8235, 8254, 8241, 8240 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8204, 8221, 8206, 8205 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8204, 8207, 8206, 8205 ] } + { "id": "open", "fg": [ 8236, 8253, 8238, 8237 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8236, 8239, 8238, 8237 ] } ] }, { "id": "vp_hatch_wheel_right", - "fg": [ 8209, 8208, 8203, 8222 ], + "fg": [ 8241, 8240, 8235, 8254 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8206, 8205, 8204, 8221 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8206, 8205, 8204, 8221 ] } + { "id": "open", "fg": [ 8238, 8237, 8236, 8253 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8238, 8237, 8236, 8253 ] } ] }, { "id": [ "vp_hatch_horizontal_rear", "vp_hatch_horizontal", "vp_hatch_horizontal_2" ], - "fg": [ 8201, 8209, 8208, 8203 ], + "fg": [ 8233, 8241, 8240, 8235 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8202, 8206, 8205, 8204 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8202, 8206, 8205, 8204 ] } + { "id": "open", "fg": [ 8234, 8238, 8237, 8236 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8234, 8238, 8237, 8236 ] } ] }, { "id": "vp_hatch_horizontal_front", - "fg": [ 8208, 8203, 8201, 8209 ], + "fg": [ 8240, 8235, 8233, 8241 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8205, 8204, 8202, 8206 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8205, 8204, 8202, 8206 ] } + { "id": "open", "fg": [ 8237, 8236, 8234, 8238 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8237, 8236, 8234, 8238 ] } ] }, { "id": "vp_hatch_opaque_left", - "fg": [ 8203, 8218, 8209, 8217 ], + "fg": [ 8235, 8250, 8241, 8249 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8213, 8216, 8215, 8214 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8213, 8216, 8215, 8214 ] } + { "id": "open", "fg": [ 8245, 8248, 8247, 8246 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8245, 8248, 8247, 8246 ] } ] }, { "id": "vp_hatch_opaque_right", - "fg": [ 8209, 8217, 8203, 8218 ], + "fg": [ 8241, 8249, 8235, 8250 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8215, 8214, 8213, 8216 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8215, 8214, 8213, 8216 ] } + { "id": "open", "fg": [ 8247, 8246, 8245, 8248 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8247, 8246, 8245, 8248 ] } ] }, { "id": "vp_hatch_opaque_wheel_left", - "fg": [ 8203, 8220, 8209, 8217 ], + "fg": [ 8235, 8252, 8241, 8249 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8213, 8219, 8215, 8214 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8213, 8219, 8215, 8214 ] } + { "id": "open", "fg": [ 8245, 8251, 8247, 8246 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8245, 8251, 8247, 8246 ] } ] }, { "id": "vp_hatch_opaque_wheel_right", - "fg": [ 8209, 8217, 8203, 8220 ], + "fg": [ 8241, 8249, 8235, 8252 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8215, 8214, 8213, 8219 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8215, 8214, 8213, 8219 ] } + { "id": "open", "fg": [ 8247, 8246, 8245, 8251 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8247, 8246, 8245, 8251 ] } ] }, { "id": [ "vp_hatch_opaque_horizontal_rear", "vp_hatch_opaque_horizontal", "vp_hatch_opaque_horizontal_2" ], - "fg": [ 8211, 8209, 8217, 8203 ], + "fg": [ 8243, 8241, 8249, 8235 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8212, 8215, 8214, 8213 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8212, 8215, 8214, 8213 ] } + { "id": "open", "fg": [ 8244, 8247, 8246, 8245 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8244, 8247, 8246, 8245 ] } ] }, { "id": "vp_hatch_opaque_horizontal_front", - "fg": [ 8217, 8203, 8211, 8209 ], + "fg": [ 8249, 8235, 8243, 8241 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8214, 8213, 8212, 8215 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8214, 8213, 8212, 8215 ] } + { "id": "open", "fg": [ 8246, 8245, 8244, 8247 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8246, 8245, 8244, 8247 ] } ] }, { "id": "vp_door_trunk_hatch_wheel_left", - "fg": [ 8223, 8230, 8229, 8228 ], + "fg": [ 8255, 8262, 8261, 8260 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8224, 8227, 8226, 8225 ] }, - { "id": "broken", "fg": [ 8164, 8164, 8164, 8164 ], "bg": [ 8224, 8227, 8226, 8225 ] } + { "id": "open", "fg": [ 8256, 8259, 8258, 8257 ] }, + { "id": "broken", "fg": [ 8196, 8196, 8196, 8196 ], "bg": [ 8256, 8259, 8258, 8257 ] } ] } ] }, { "file": "widemonsters.png", - "//": "range 8240 to 8351", + "//": "range 8272 to 8383", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, "sprite_offset_y": -16, "tiles": [ - { "id": "mon_zombie_phase_shrike", "fg": 8240, "bg": 8256 }, + { "id": "mon_zombie_phase_shrike", "fg": 8272, "bg": 8288 }, { "id": "mon_zombie_reenactor", - "fg": [ { "weight": 2, "sprite": 8252 }, { "weight": 2, "sprite": 8251 }, { "weight": 1, "sprite": 8253 } ], - "bg": 8256 - }, - { "id": "mon_zombie_prisoner_tough", "fg": 8250, "bg": 8256 }, - { "id": "mon_zombie_prisoner_fat", "fg": 8249, "bg": 8256 }, - { "id": "mon_zombie_prisoner_brute", "fg": 8248, "bg": 8256 }, - { "id": "mon_zombie_resort_bouncer", "fg": 8254, "bg": 8256 }, - { "id": "mon_dragonfly_mega", "fg": 8272, "bg": 8256 }, - { "id": "mon_flesh_golem", "fg": 8273, "bg": 8256 }, - { "id": "mon_fleshy_shambler", "fg": 8274, "bg": 8256 }, - { "id": "mon_mannequin_decoy", "fg": 1318, "bg": 8256 }, + "fg": [ { "weight": 2, "sprite": 8284 }, { "weight": 2, "sprite": 8283 }, { "weight": 1, "sprite": 8285 } ], + "bg": 8288 + }, + { "id": "mon_zombie_prisoner_tough", "fg": 8282, "bg": 8288 }, + { "id": "mon_zombie_prisoner_fat", "fg": 8281, "bg": 8288 }, + { "id": "mon_zombie_prisoner_brute", "fg": 8280, "bg": 8288 }, + { "id": "mon_zombie_resort_bouncer", "fg": 8286, "bg": 8288 }, + { "id": "mon_dragonfly_mega", "fg": 8304, "bg": 8288 }, + { "id": "mon_flesh_golem", "fg": 8305, "bg": 8288 }, + { "id": "mon_fleshy_shambler", "fg": 8306, "bg": 8288 }, + { "id": "mon_mannequin_decoy", "fg": 1318, "bg": 8288 }, { "id": "mon_hunting_horror", - "fg": [ { "weight": 1, "sprite": 8279 }, { "weight": 1, "sprite": 8280 }, { "weight": 1, "sprite": 8281 } ], - "bg": 8256 + "fg": [ { "weight": 1, "sprite": 8311 }, { "weight": 1, "sprite": 8312 }, { "weight": 1, "sprite": 8313 } ], + "bg": 8288 }, - { "id": "mon_marloss_zealot_f", "fg": 8282, "bg": 8256 }, - { "id": "mon_marloss_zealot_m", "fg": 8283, "bg": 8256 }, - { "id": "mon_mutant_experimental", "fg": 8284, "bg": 8256 }, - { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 4659 }, - { "id": "mon_zombie_hammer_hands", "fg": 8300, "bg": 8255 }, - { "id": "mon_zombie_plated", "fg": 8308, "bg": 8255 }, + { "id": "mon_marloss_zealot_f", "fg": 8314, "bg": 8288 }, + { "id": "mon_marloss_zealot_m", "fg": 8315, "bg": 8288 }, + { "id": "mon_mutant_experimental", "fg": 8316, "bg": 8288 }, + { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 4682 }, + { "id": "mon_zombie_hammer_hands", "fg": 8332, "bg": 8287 }, + { "id": "mon_zombie_plated", "fg": 8340, "bg": 8287 }, { "id": "mon_zombie_resort_dancer", - "fg": [ { "weight": 1, "sprite": 8309 }, { "weight": 1, "sprite": 8310 } ], - "bg": 8256 + "fg": [ { "weight": 1, "sprite": 8341 }, { "weight": 1, "sprite": 8342 } ], + "bg": 8288 }, { "id": "mon_zombie_resort_staff", - "fg": [ { "weight": 1, "sprite": 8311 }, { "weight": 1, "sprite": 8312 } ], - "bg": 8256 - }, - { "id": "corpse_mon_zombie_scientist", "fg": 8327 }, - { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 8328 }, - { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 8326 }, - { "id": "mon_zombie_winged", "fg": 8341, "bg": 8256 }, - { "id": "mon_zougar_hunter", "fg": 8343, "bg": 8256 }, - { "id": "mon_zombie_swat", "fg": 8347, "bg": 8256 }, - { "id": "corpse_mon_zombie_brainless", "fg": 8301 }, - { "id": "mon_zougar_shady", "fg": 8344 } + "fg": [ { "weight": 1, "sprite": 8343 }, { "weight": 1, "sprite": 8344 } ], + "bg": 8288 + }, + { "id": "corpse_mon_zombie_scientist", "fg": 8359 }, + { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 8360 }, + { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 8358 }, + { "id": "mon_zombie_winged", "fg": 8373, "bg": 8288 }, + { "id": "mon_zougar_hunter", "fg": 8375, "bg": 8288 }, + { "id": "mon_zombie_swat", "fg": 8379, "bg": 8288 }, + { "id": "corpse_mon_zombie_brainless", "fg": 8333 }, + { "id": "mon_zougar_shady", "fg": 8376 } ] }, { "file": "widevehicle.png", - "//": "range 8352 to 8687", + "//": "range 8384 to 8719", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, @@ -13346,404 +13361,404 @@ "tiles": [ { "id": "vp_board_ne", - "fg": [ 8359, 8362, 8361, 8360 ], + "fg": [ 8391, 8394, 8393, 8392 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8359, 8362, 8361, 8360 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8391, 8394, 8393, 8392 ] } ] }, { "id": "vp_board_nw", - "fg": [ 8362, 8364, 8363, 8359 ], + "fg": [ 8394, 8396, 8395, 8391 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8362, 8364, 8363, 8359 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8394, 8396, 8395, 8391 ] } ] }, { "id": "vp_board_se", - "fg": [ 8365, 8359, 8362, 8364 ], + "fg": [ 8397, 8391, 8394, 8396 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8365, 8359, 8362, 8364 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8397, 8391, 8394, 8396 ] } ] }, { "id": "vp_board_sw", - "fg": [ 8366, 8360, 8359, 8362 ], + "fg": [ 8398, 8392, 8391, 8394 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8366, 8360, 8359, 8362 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8398, 8392, 8391, 8394 ] } ] }, { "id": "vp_board_vertical_left", - "fg": [ 8355, 8367, 8353, 8357 ], + "fg": [ 8387, 8399, 8385, 8389 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8355, 8367, 8353, 8357 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8387, 8399, 8385, 8389 ] } ] }, { "id": "vp_board_vertical_right", - "fg": [ 8353, 8357, 8355, 8367 ], + "fg": [ 8385, 8389, 8387, 8399 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8353, 8357, 8355, 8367 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8385, 8389, 8387, 8399 ] } ] }, { "id": "vp_board_wheel_left", - "fg": [ 8355, 8369, 8353, 8357 ], + "fg": [ 8387, 8401, 8385, 8389 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8355, 8369, 8353, 8357 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8387, 8401, 8385, 8389 ] } ] }, { "id": "vp_board_wheel_right", - "fg": [ 8353, 8357, 8355, 8369 ], + "fg": [ 8385, 8389, 8387, 8401 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8353, 8357, 8355, 8369 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8385, 8389, 8387, 8401 ] } ] }, { "id": [ "vp_board", "vp_board_horizontal", "vp_board_horizontal_2" ], - "fg": [ 8352, 8358, 8352, 8368 ], + "fg": [ 8384, 8390, 8384, 8400 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8352, 8358, 8352, 8368 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8384, 8390, 8384, 8400 ] } ] }, { "id": "vp_board_horizontal_front", - "fg": [ 8352, 8355, 8354, 8353 ], + "fg": [ 8384, 8387, 8386, 8385 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8357, 8355, 8354, 8353 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8389, 8387, 8386, 8385 ] } ] }, { "id": "vp_board_horizontal_rear", - "fg": [ 8356, 8353, 8357, 8355 ], + "fg": [ 8388, 8385, 8389, 8387 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8356, 8353, 8357, 8355 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8388, 8385, 8389, 8387 ] } ] }, { "id": [ "vp_board_vertical", "vp_board_vertical_2" ], - "fg": [ 8368, 8357, 8368, 8357 ], + "fg": [ 8400, 8389, 8400, 8389 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8368, 8357, 8368, 8357 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8400, 8389, 8400, 8389 ] } ] }, { "id": "vp_board_ne_edge", - "fg": [ 8359, 8371, 8361, 8370 ], + "fg": [ 8391, 8403, 8393, 8402 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8359, 8371, 8361, 8370 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8391, 8403, 8393, 8402 ] } ] }, { "id": "vp_board_nw_edge", - "fg": [ 8362, 8373, 8363, 8372 ], + "fg": [ 8394, 8405, 8395, 8404 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8362, 8373, 8363, 8372 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8394, 8405, 8395, 8404 ] } ] }, { "id": "vp_clothboard_ne", - "fg": [ 8379, 8382, 8381, 8380 ], + "fg": [ 8411, 8414, 8413, 8412 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8379, 8382, 8381, 8380 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8411, 8414, 8413, 8412 ] } ] }, { "id": "vp_clothboard_nw", - "fg": [ 8382, 8384, 8383, 8379 ], + "fg": [ 8414, 8416, 8415, 8411 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8382, 8384, 8383, 8379 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8414, 8416, 8415, 8411 ] } ] }, { "id": "vp_clothboard_se", - "fg": [ 8385, 8387, 8382, 8386 ], + "fg": [ 8417, 8419, 8414, 8418 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8385, 8387, 8382, 8386 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8417, 8419, 8414, 8418 ] } ] }, { "id": "vp_clothboard_sw", - "fg": [ 8388, 8390, 8379, 8389 ], + "fg": [ 8420, 8422, 8411, 8421 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8388, 8390, 8379, 8389 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8420, 8422, 8411, 8421 ] } ] }, { "id": "vp_clothboard_vertical_left", - "fg": [ 8376, 8391, 8374, 8378 ], + "fg": [ 8408, 8423, 8406, 8410 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8376, 8391, 8374, 8378 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8408, 8423, 8406, 8410 ] } ] }, { "id": "vp_clothboard_vertical_right", - "fg": [ 8374, 8378, 8376, 8391 ], + "fg": [ 8406, 8410, 8408, 8423 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8374, 8378, 8376, 8391 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8406, 8410, 8408, 8423 ] } ] }, { "id": "vp_clothboard_wheel_left", - "fg": [ 8376, 8393, 8374, 8378 ], + "fg": [ 8408, 8425, 8406, 8410 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8376, 8393, 8374, 8378 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8408, 8425, 8406, 8410 ] } ] }, { "id": "vp_clothboard_wheel_right", - "fg": [ 8374, 8378, 8376, 8393 ], + "fg": [ 8406, 8410, 8408, 8425 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8374, 8378, 8376, 8393 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8406, 8410, 8408, 8425 ] } ] }, { "id": [ "vp_clothboard", "vp_clothboard_horizontal", "vp_clothboard_horizontal_2" ], - "fg": [ 8378, 8392, 8378, 8392 ], + "fg": [ 8410, 8424, 8410, 8424 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8378, 8392, 8378, 8392 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8410, 8424, 8410, 8424 ] } ] }, { "id": "vp_clothboard_horizontal_front", - "fg": [ 8378, 8376, 8375, 8374 ], + "fg": [ 8410, 8408, 8407, 8406 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8378, 8376, 8375, 8374 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8410, 8408, 8407, 8406 ] } ] }, { "id": "vp_clothboard_horizontal_rear", - "fg": [ 8377, 8374, 8378, 8376 ], + "fg": [ 8409, 8406, 8410, 8408 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8377, 8374, 8378, 8376 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8409, 8406, 8410, 8408 ] } ] }, { "id": [ "vp_clothboard_vertical", "vp_clothboard_vertical_2" ], - "fg": [ 8392, 8378, 8392, 8378 ], + "fg": [ 8424, 8410, 8424, 8410 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8392, 8378, 8392, 8378 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8424, 8410, 8424, 8410 ] } ] }, { "id": "vp_clothboard_ne_edge", - "fg": [ 8379, 8395, 8381, 8394 ], + "fg": [ 8411, 8427, 8413, 8426 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8379, 8395, 8381, 8394 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8411, 8427, 8413, 8426 ] } ] }, { "id": "vp_clothboard_nw_edge", - "fg": [ 8382, 8397, 8383, 8396 ], + "fg": [ 8414, 8429, 8415, 8428 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8382, 8397, 8383, 8396 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8414, 8429, 8415, 8428 ] } ] }, { "id": "vp_clothboard_se_edge", - "fg": [ 8385, 8399, 8382, 8398 ], + "fg": [ 8417, 8431, 8414, 8430 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8385, 8399, 8382, 8398 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8417, 8431, 8414, 8430 ] } ] }, { "id": "vp_clothboard_sw_edge", - "fg": [ 8388, 8401, 8379, 8400 ], + "fg": [ 8420, 8433, 8411, 8432 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8388, 8401, 8379, 8400 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8420, 8433, 8411, 8432 ] } ] }, { "id": [ "vp_door_left", "vp_door_vertical_left" ], - "fg": [ 8406, 8409, 8408, 8407 ], + "fg": [ 8438, 8441, 8440, 8439 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8415, 8417, 8416, 8414 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8415, 8417, 8416, 8414 ] } + { "id": "open", "fg": [ 8447, 8449, 8448, 8446 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8447, 8449, 8448, 8446 ] } ] }, { "id": "vp_door_nw", - "fg": [ 8426, 8433, 8432, 8431 ], + "fg": [ 8458, 8465, 8464, 8463 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8427, 8430, 8429, 8428 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8415, 8417, 8416, 8414 ] } + { "id": "open", "fg": [ 8459, 8462, 8461, 8460 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8447, 8449, 8448, 8446 ] } ] }, { "id": "vp_door_front_left", - "fg": [ 8478, 8485, 8484, 8483 ], + "fg": [ 8510, 8517, 8516, 8515 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8479, 8482, 8481, 8480 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8479, 8482, 8481, 8480 ] } + { "id": "open", "fg": [ 8511, 8514, 8513, 8512 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8511, 8514, 8513, 8512 ] } ] }, { "id": [ "vp_door_sw", "vp_door_rear_left" ], - "fg": [ 8462, 8469, 8468, 8467 ], + "fg": [ 8494, 8501, 8500, 8499 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8463, 8466, 8465, 8464 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8415, 8417, 8416, 8414 ] } + { "id": "open", "fg": [ 8495, 8498, 8497, 8496 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8447, 8449, 8448, 8446 ] } ] }, { "id": [ "vp_door_right", "vp_door_vertical_right" ], - "fg": [ 8410, 8413, 8412, 8411 ], + "fg": [ 8442, 8445, 8444, 8443 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8451, 8453, 8452, 8450 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8451, 8453, 8452, 8450 ] } + { "id": "open", "fg": [ 8483, 8485, 8484, 8482 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8483, 8485, 8484, 8482 ] } ] }, { "id": "vp_door_ne", - "fg": [ 8418, 8425, 8424, 8423 ], + "fg": [ 8450, 8457, 8456, 8455 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8419, 8422, 8421, 8420 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8451, 8453, 8452, 8450 ] } + { "id": "open", "fg": [ 8451, 8454, 8453, 8452 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8483, 8485, 8484, 8482 ] } ] }, { "id": "vp_door_front_right", - "fg": [ 8470, 8477, 8476, 8475 ], + "fg": [ 8502, 8509, 8508, 8507 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8471, 8474, 8473, 8472 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8471, 8474, 8473, 8472 ] } + { "id": "open", "fg": [ 8503, 8506, 8505, 8504 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8503, 8506, 8505, 8504 ] } ] }, { "id": [ "vp_door_se", "vp_door_rear_right" ], - "fg": [ 8454, 8461, 8460, 8459 ], + "fg": [ 8486, 8493, 8492, 8491 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8455, 8458, 8457, 8456 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8451, 8453, 8452, 8450 ] } + { "id": "open", "fg": [ 8487, 8490, 8489, 8488 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8483, 8485, 8484, 8482 ] } ] }, { "id": "vp_door_opaque_left", - "fg": [ 8439, 8441, 8440, 8438 ], + "fg": [ 8471, 8473, 8472, 8470 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8435, 8437, 8436, 8434 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8435, 8437, 8436, 8434 ] } + { "id": "open", "fg": [ 8467, 8469, 8468, 8466 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8467, 8469, 8468, 8466 ] } ] }, { "id": "vp_door_opaque_right", - "fg": [ 8447, 8449, 8448, 8446 ], + "fg": [ 8479, 8481, 8480, 8478 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8443, 8445, 8444, 8442 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8443, 8445, 8444, 8442 ] } + { "id": "open", "fg": [ 8475, 8477, 8476, 8474 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8475, 8477, 8476, 8474 ] } ] }, { "id": "vp_halfboard_ne", - "fg": [ 8506, 8509, 8508, 8507 ], + "fg": [ 8538, 8541, 8540, 8539 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8506, 8509, 8508, 8507 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8538, 8541, 8540, 8539 ] } ] }, { "id": "vp_halfboard_nw", - "fg": [ 8510, 8513, 8512, 8511 ], + "fg": [ 8542, 8545, 8544, 8543 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8510, 8513, 8512, 8511 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8542, 8545, 8544, 8543 ] } ] }, { "id": "vp_halfboard_se", - "fg": [ 8514, 8517, 8516, 8515 ], + "fg": [ 8546, 8549, 8548, 8547 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8514, 8517, 8516, 8515 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8546, 8549, 8548, 8547 ] } ] }, { "id": "vp_halfboard_sw", - "fg": [ 8518, 8521, 8520, 8519 ], + "fg": [ 8550, 8553, 8552, 8551 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8518, 8521, 8520, 8519 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8550, 8553, 8552, 8551 ] } ] }, { "id": [ "vp_halfboard_vertical_left", "vp_halfboard_vertical_2_left" ], - "fg": [ 8522, 8524, 8525, 8523 ], + "fg": [ 8554, 8556, 8557, 8555 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8522, 8524, 8525, 8523 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8554, 8556, 8557, 8555 ] } ] }, { "id": [ "vp_halfboard_vertical_right", "vp_halfboard_vertical_2_right" ], - "fg": [ 8525, 8523, 8522, 8524 ], + "fg": [ 8557, 8555, 8554, 8556 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8525, 8523, 8522, 8524 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8557, 8555, 8554, 8556 ] } ] }, { "id": "vp_halfboard_vertical_t_left", - "fg": [ 8529, 8531, 8530, 8528 ], + "fg": [ 8561, 8563, 8562, 8560 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8529, 8531, 8530, 8528 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8561, 8563, 8562, 8560 ] } ] }, { "id": "vp_halfboard_vertical_t_right", - "fg": [ 8533, 8535, 8534, 8532 ], + "fg": [ 8565, 8567, 8566, 8564 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8533, 8535, 8534, 8532 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8565, 8567, 8566, 8564 ] } ] }, { "id": [ "vp_halfboard_horizontal", "vp_halfboard_horizontal_2" ], - "fg": [ 8503, 8505, 8504, 8502 ], + "fg": [ 8535, 8537, 8536, 8534 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8503, 8505, 8504, 8502 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8535, 8537, 8536, 8534 ] } ] }, { "id": [ "vp_halfboard_horizontal_front", "vp_halfboard_horizontal_2_front", "vp_halfboard_cover" ], - "fg": [ 8494, 8497, 8496, 8495 ], + "fg": [ 8526, 8529, 8528, 8527 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8494, 8497, 8496, 8495 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8526, 8529, 8528, 8527 ] } ] }, { "id": "vp_halfboard_horizontal_rear", - "fg": [ 8498, 8501, 8500, 8499 ], + "fg": [ 8530, 8533, 8532, 8531 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8498, 8501, 8500, 8499 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8530, 8533, 8532, 8531 ] } ] }, { "id": [ "vp_halfboard_vertical", "vp_halfboard_vertical_2" ], - "fg": [ 8527, 8526, 8527, 8526 ], + "fg": [ 8559, 8558, 8559, 8558 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8527, 8526, 8527, 8526 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8559, 8558, 8559, 8558 ] } ] }, { "id": "vp_halfboard_cover_left", - "fg": [ 8486, 8489, 8488, 8487 ], + "fg": [ 8518, 8521, 8520, 8519 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8486, 8489, 8488, 8487 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8518, 8521, 8520, 8519 ] } ] }, { "id": "vp_halfboard_cover_right", - "fg": [ 8490, 8493, 8492, 8491 ], + "fg": [ 8522, 8525, 8524, 8523 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8490, 8493, 8492, 8491 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8522, 8525, 8524, 8523 ] } ] }, { "id": "vp_halfboard_wheel_left", - "fg": [ 8536, 8539, 8538, 8537 ], + "fg": [ 8568, 8571, 8570, 8569 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8536, 8539, 8538, 8537 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8568, 8571, 8570, 8569 ] } ] }, { "id": "vp_halfboard_wheel_right", - "fg": [ 8540, 8543, 8542, 8541 ], + "fg": [ 8572, 8575, 8574, 8573 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8540, 8543, 8542, 8541 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8572, 8575, 8574, 8573 ] } ] }, { "id": "vp_hddoor_left", - "fg": [ 8545, 8547, 8546, 8544 ], + "fg": [ 8577, 8579, 8578, 8576 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8553, 8555, 8554, 8552 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8553, 8555, 8554, 8552 ] } + { "id": "open", "fg": [ 8585, 8587, 8586, 8584 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8585, 8587, 8586, 8584 ] } ] }, { "id": "vp_hddoor_right", - "fg": [ 8549, 8551, 8550, 8548 ], + "fg": [ 8581, 8583, 8582, 8580 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8573, 8575, 8574, 8572 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8573, 8575, 8574, 8572 ] } + { "id": "open", "fg": [ 8605, 8607, 8606, 8604 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8605, 8607, 8606, 8604 ] } ] }, { "id": "vp_hddoor_opaque_left", - "fg": [ 8561, 8563, 8562, 8560 ], + "fg": [ 8593, 8595, 8594, 8592 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8557, 8559, 8558, 8556 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8557, 8559, 8558, 8556 ] } + { "id": "open", "fg": [ 8589, 8591, 8590, 8588 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8589, 8591, 8590, 8588 ] } ] }, { "id": "vp_hddoor_opaque_right", - "fg": [ 8569, 8571, 8570, 8568 ], + "fg": [ 8601, 8603, 8602, 8600 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8565, 8567, 8566, 8564 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8565, 8567, 8566, 8564 ] } + { "id": "open", "fg": [ 8597, 8599, 8598, 8596 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8597, 8599, 8598, 8596 ] } ] }, { @@ -13755,11 +13770,11 @@ "vp_hddoor_full_sw", "vp_hddoor_full_rear_left" ], - "fg": [ 8545, 8547, 8546, 8544 ], + "fg": [ 8577, 8579, 8578, 8576 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8553, 8555, 8554, 8552 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8553, 8555, 8554, 8552 ] } + { "id": "open", "fg": [ 8585, 8587, 8586, 8584 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8585, 8587, 8586, 8584 ] } ] }, { @@ -13771,584 +13786,596 @@ "vp_hddoor_full_se", "vp_hddoor_full_rear_right" ], - "fg": [ 8549, 8551, 8550, 8548 ], + "fg": [ 8581, 8583, 8582, 8580 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8573, 8575, 8574, 8572 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8573, 8575, 8574, 8572 ] } + { "id": "open", "fg": [ 8605, 8607, 8606, 8604 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8605, 8607, 8606, 8604 ] } ] }, { "id": "vp_hddoor_opaque_full_left", - "fg": [ 8561, 8563, 8562, 8560 ], + "fg": [ 8593, 8595, 8594, 8592 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8557, 8559, 8558, 8556 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8557, 8559, 8558, 8556 ] } + { "id": "open", "fg": [ 8589, 8591, 8590, 8588 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8589, 8591, 8590, 8588 ] } ] }, { "id": "vp_hddoor_opaque_full_right", - "fg": [ 8569, 8571, 8570, 8568 ], + "fg": [ 8601, 8603, 8602, 8600 ], "multitile": true, "additional_tiles": [ - { "id": "open", "fg": [ 8565, 8567, 8566, 8564 ] }, - { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8565, 8567, 8566, 8564 ] } + { "id": "open", "fg": [ 8597, 8599, 8598, 8596 ] }, + { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8597, 8599, 8598, 8596 ] } ] }, { "id": "vp_light_blue", - "fg": [ 8582, 8583 ], + "fg": [ 8614, 8615 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8405, "bg": [ 8582, 8583 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8437, "bg": [ 8614, 8615 ] } ] }, { "id": "vp_light_red", - "fg": [ 8584, 8585 ], + "fg": [ 8616, 8617 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8405, "bg": [ 8584, 8585 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8437, "bg": [ 8616, 8617 ] } ] }, { "id": [ "vp_floodlight", "vp_directed_floodlight" ], - "fg": [ 8579, 8581, 8580, 8578 ], + "fg": [ 8611, 8613, 8612, 8610 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8405, "bg": [ 8579, 8581, 8580, 8578 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8437, "bg": [ 8611, 8613, 8612, 8610 ] } ] }, { "id": "vp_afs_roof_external_tank", - "fg": [ 8577, 8576 ], + "fg": [ 8609, 8608 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8405, "bg": [ 8577, 8576 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8437, "bg": [ 8609, 8608 ] } ] }, - { "id": "vp_saddle_scooter", "fg": [ 8587, 8589, 8588, 8586 ], "rotates": true }, + { "id": "vp_saddle_scooter", "fg": [ 8619, 8621, 8620, 8618 ], "rotates": true }, { "id": [ "vp_seat_windshield_leather", "vp_reclining_seat_windshield_leather" ], - "fg": [ 8591, 8593, 8592, 8590 ], + "fg": [ 8623, 8625, 8624, 8622 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8591, 8593, 8592, 8590 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8623, 8625, 8624, 8622 ] } ] }, { "id": [ "vp_seat_windshield", "vp_reclining_seat_windshield" ], - "fg": [ 8595, 8597, 8596, 8594 ], + "fg": [ 8627, 8629, 8628, 8626 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8595, 8597, 8596, 8594 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8627, 8629, 8628, 8626 ] } ] }, { "id": "vp_solar_panel", - "fg": [ 8598, 8605 ], + "fg": [ 8630, 8637 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8402, "bg": [ 8598, 8605 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8434, "bg": [ 8630, 8637 ] } ] }, { "id": "vp_reinforced_solar_panel", - "fg": [ 8603, 8604 ], - "bg": [ 8598, 8605 ], + "fg": [ 8635, 8636 ], + "bg": [ 8630, 8637 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8402, "bg": [ 8598, 8605 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8434, "bg": [ 8630, 8637 ] } ] }, { "id": "vp_solar_panel_v2", - "fg": [ 8599, 8600 ], + "fg": [ 8631, 8632 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8402, "bg": [ 8599, 8600 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8434, "bg": [ 8631, 8632 ] } ] }, { "id": "vp_reinforced_solar_panel_v2", - "fg": [ 8603, 8604 ], - "bg": [ 8599, 8600 ], + "fg": [ 8635, 8636 ], + "bg": [ 8631, 8632 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8402, "bg": [ 8599, 8600 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8434, "bg": [ 8631, 8632 ] } ] }, { "id": "vp_solar_panel_v3", - "fg": [ 8601, 8602 ], + "fg": [ 8633, 8634 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8402, "bg": [ 8601, 8602 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8434, "bg": [ 8633, 8634 ] } ] }, { "id": "vp_bed", - "fg": [ 8607, 8609, 8608, 8606 ], + "fg": [ 8639, 8641, 8640, 8638 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8607, 8609, 8608, 8606 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8639, 8641, 8640, 8638 ] } ] + }, + { + "id": "vp_omnicam", + "fg": [ 8642, 8643 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 8437, "bg": [ 8642, 8643 ] } ] }, { "id": [ "vp_wheel_wide", "vp_wheel_wide_steerable", "vp_wheel_wide_or", "vp_wheel_wide_or_steerable" ], - "fg": [ 8613, 8612, 8613, 8612 ], + "fg": [ 8645, 8644, 8645, 8644 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": [ 8613, 8612, 8613, 8612 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": [ 8645, 8644, 8645, 8644 ] } ] }, { "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_front_edge" ], - "fg": [ 8622, 8625, 8624, 8623 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8622, 8625, 8624, 8623 ] } ], + "fg": [ 8654, 8657, 8656, 8655 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8654, 8657, 8656, 8655 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear", - "fg": [ 8639, 8640, 8639, 8638 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8639, 8640, 8639, 8638 ] } ], + "fg": [ 8671, 8672, 8671, 8670 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8671, 8672, 8671, 8670 ] } ], "multitile": true }, { "id": "vp_windshield_nw", - "fg": [ 8634, 8637, 8636, 8635 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8404, 8404, 8404, 8404 ], "bg": [ 8634, 8637, 8636, 8635 ] } ], + "fg": [ 8666, 8669, 8668, 8667 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8436, 8436, 8436, 8436 ], "bg": [ 8666, 8669, 8668, 8667 ] } ], "multitile": true }, { "id": "vp_windshield_ne", - "fg": [ 8630, 8633, 8632, 8631 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8403, 8403, 8403, 8403 ], "bg": [ 8630, 8633, 8632, 8631 ] } ], + "fg": [ 8662, 8665, 8664, 8663 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8435, 8435, 8435, 8435 ], "bg": [ 8662, 8665, 8664, 8663 ] } ], "multitile": true }, { "id": "vp_windshield_sw", - "fg": [ 8626, 8629, 8641, 8627 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8404, 8404, 8404, 8404 ], "bg": [ 8626, 8629, 8641, 8627 ] } ], + "fg": [ 8658, 8661, 8673, 8659 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8436, 8436, 8436, 8436 ], "bg": [ 8658, 8661, 8673, 8659 ] } ], "multitile": true }, { "id": "vp_windshield_se", - "fg": [ 8628, 8644, 8626, 8642 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8403, 8403, 8403, 8403 ], "bg": [ 8628, 8644, 8626, 8642 ] } ], + "fg": [ 8660, 8676, 8658, 8674 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8435, 8435, 8435, 8435 ], "bg": [ 8660, 8676, 8658, 8674 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_left", "vp_windshield_left" ], - "fg": [ 8626, 8629, 8628, 8627 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8403, 8403, 8403, 8403 ], "bg": [ 8626, 8629, 8628, 8627 ] } ], + "fg": [ 8658, 8661, 8660, 8659 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8435, 8435, 8435, 8435 ], "bg": [ 8658, 8661, 8660, 8659 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_right", "vp_windshield_right" ], - "fg": [ 8641, 8644, 8643, 8642 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8404, 8404, 8404, 8404 ], "bg": [ 8641, 8644, 8643, 8642 ] } ], + "fg": [ 8673, 8676, 8675, 8674 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8436, 8436, 8436, 8436 ], "bg": [ 8673, 8676, 8675, 8674 ] } ], "multitile": true }, { "id": "vp_windshield_cover_left", - "fg": [ 8614, 8617, 8616, 8615 ], + "fg": [ 8646, 8649, 8648, 8647 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8614, 8617, 8616, 8615 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8646, 8649, 8648, 8647 ] } ] }, { "id": "vp_windshield_cover_right", - "fg": [ 8618, 8621, 8620, 8619 ], + "fg": [ 8650, 8653, 8652, 8651 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8618, 8621, 8620, 8619 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8650, 8653, 8652, 8651 ] } ] }, { "id": "vp_windshield_wheel_left", - "fg": [ 8646, 8649, 8648, 8647 ], + "fg": [ 8678, 8681, 8680, 8679 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8646, 8649, 8648, 8647 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8678, 8681, 8680, 8679 ] } ] }, { "id": "vp_windshield_wheel_right", - "fg": [ 8650, 8653, 8652, 8651 ], + "fg": [ 8682, 8685, 8684, 8683 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8405, 8405, 8405, 8405 ], "bg": [ 8650, 8653, 8652, 8651 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8437, 8437, 8437, 8437 ], "bg": [ 8682, 8685, 8684, 8683 ] } ] }, { "id": "vp_windshield_vertical_2_left", - "fg": [ 8626, 8645, 8628, 8627 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8403, 8403, 8403, 8403 ], "bg": [ 8626, 8645, 8628, 8627 ] } ], + "fg": [ 8658, 8677, 8660, 8659 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8435, 8435, 8435, 8435 ], "bg": [ 8658, 8677, 8660, 8659 ] } ], "multitile": true }, { "id": "vp_windshield_vertical_2_right", - "fg": [ 8641, 8644, 8643, 8645 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8404, 8404, 8404, 8404 ], "bg": [ 8641, 8644, 8643, 8645 ] } ], + "fg": [ 8673, 8676, 8675, 8677 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8436, 8436, 8436, 8436 ], "bg": [ 8673, 8676, 8675, 8677 ] } ], "multitile": true }, { "id": [ "vp_windshield_full", "vp_windshield_full_horizontal_rear" ], - "fg": [ 8656, 8654, 8655, 8657 ], - "additional_tiles": [ { "id": "broken", "fg": 7895, "bg": [ 8656, 8654, 8655, 8657 ] } ], + "fg": [ 8688, 8686, 8687, 8689 ], + "additional_tiles": [ { "id": "broken", "fg": 7926, "bg": [ 8688, 8686, 8687, 8689 ] } ], "multitile": true }, { "id": "vp_windshield_full_horizontal_front", - "fg": [ 8655, 8657, 8656, 8654 ], - "additional_tiles": [ { "id": "broken", "fg": 7895, "bg": [ 8655, 8657, 8656, 8654 ] } ], + "fg": [ 8687, 8689, 8688, 8686 ], + "additional_tiles": [ { "id": "broken", "fg": 7926, "bg": [ 8687, 8689, 8688, 8686 ] } ], "multitile": true }, { "id": [ "vp_windshield_full_vertical_left", "vp_windshield_full_left" ], - "fg": [ 8657, 8658, 8654, 8655 ], - "additional_tiles": [ { "id": "broken", "fg": 7895, "bg": [ 8657, 8658, 8654, 8655 ] } ], + "fg": [ 8689, 8690, 8686, 8687 ], + "additional_tiles": [ { "id": "broken", "fg": 7926, "bg": [ 8689, 8690, 8686, 8687 ] } ], "multitile": true }, { "id": [ "vp_windshield_full_vertical_right", "vp_windshield_full_right" ], - "fg": [ 8654, 8655, 8657, 8658 ], - "additional_tiles": [ { "id": "broken", "fg": 7895, "bg": [ 8654, 8655, 8657, 8658 ] } ], + "fg": [ 8686, 8687, 8689, 8690 ], + "additional_tiles": [ { "id": "broken", "fg": 7926, "bg": [ 8686, 8687, 8689, 8690 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_left", - "fg": [ 8657, 8659, 8654, 8655 ], - "additional_tiles": [ { "id": "broken", "fg": 7895, "bg": [ 8657, 8659, 8654, 8655 ] } ], + "fg": [ 8689, 8691, 8686, 8687 ], + "additional_tiles": [ { "id": "broken", "fg": 7926, "bg": [ 8689, 8691, 8686, 8687 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_right", - "fg": [ 8654, 8655, 8657, 8659 ], - "additional_tiles": [ { "id": "broken", "fg": 7895, "bg": [ 8654, 8655, 8657, 8659 ] } ], + "fg": [ 8686, 8687, 8689, 8691 ], + "additional_tiles": [ { "id": "broken", "fg": 7926, "bg": [ 8686, 8687, 8689, 8691 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_front_edge", - "fg": [ 8661, 8663, 8662, 8660 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8661, 8663, 8662, 8660 ] } ], + "fg": [ 8693, 8695, 8694, 8692 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8693, 8695, 8694, 8692 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear_edge", - "fg": [ 8672, 8675, 8674, 8673 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8672, 8675, 8674, 8673 ] } ], + "fg": [ 8704, 8707, 8706, 8705 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8704, 8707, 8706, 8705 ] } ], "multitile": true }, { "id": "vp_windshield_nw_edge", - "fg": [ 8669, 8671, 8670, 8668 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8669, 8671, 8670, 8668 ] } ], + "fg": [ 8701, 8703, 8702, 8700 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8701, 8703, 8702, 8700 ] } ], "multitile": true }, { "id": "vp_windshield_ne_edge", - "fg": [ 8665, 8667, 8666, 8664 ], - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8665, 8667, 8666, 8664 ] } ], + "fg": [ 8697, 8699, 8698, 8696 ], + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8697, 8699, 8698, 8696 ] } ], "multitile": true }, { "id": "vp_windshield_sw_edge", - "fg": [ 8518, 8521, 8520, 8519 ], + "fg": [ 8550, 8553, 8552, 8551 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8518, 8521, 8520, 8519 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8550, 8553, 8552, 8551 ] } ] }, { "id": "vp_windshield_se_edge", - "fg": [ 8514, 8517, 8516, 8515 ], + "fg": [ 8546, 8549, 8548, 8547 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": [ 8402, 8402, 8402, 8402 ], "bg": [ 8514, 8517, 8516, 8515 ] } ] + "additional_tiles": [ { "id": "broken", "fg": [ 8434, 8434, 8434, 8434 ], "bg": [ 8546, 8549, 8548, 8547 ] } ] } ] }, { "file": "fillerhoder.png", - "//": "range 8688 to 8751", + "//": "range 8720 to 8799", "tiles": [ { "id": "f_sandbag_wall", - "fg": 8688, + "fg": 8720, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 8688 }, - { "id": "center", "fg": 8689 }, - { "id": "corner", "fg": 8690 }, - { "id": "edge", "fg": 8691 }, - { "id": "end_piece", "fg": 8692 }, - { "id": "t_connection", "fg": 8693 } + { "id": "unconnected", "fg": 8720 }, + { "id": "center", "fg": 8721 }, + { "id": "corner", "fg": 8722 }, + { "id": "edge", "fg": 8723 }, + { "id": "end_piece", "fg": 8724 }, + { "id": "t_connection", "fg": 8725 } ] }, - { "id": "f_slab", "fg": 8694 }, - { "id": "animation_bullet_flame", "fg": 8695, "rotates": false }, - { "id": "animation_bullet_normal", "fg": 8696, "rotates": false }, - { "id": "animation_bullet_shrapnel", "fg": 8697 }, + { "id": "f_slab", "fg": 8726 }, + { "id": "animation_bullet_flame", "fg": 8727, "rotates": false }, + { "id": "animation_bullet_normal", "fg": 8728, "rotates": false }, + { "id": "animation_bullet_shrapnel", "fg": 8729 }, { "id": "explosion", - "fg": 8698, + "fg": 8730, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 8698 }, { "id": "edge", "fg": 8699 } ] + "additional_tiles": [ { "id": "corner", "fg": 8730 }, { "id": "edge", "fg": 8731 } ] }, { "id": "explosion_medium", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 8698 }, { "id": "edge", "fg": 8699 } ], - "fg": 8698 + "additional_tiles": [ { "id": "corner", "fg": 8730 }, { "id": "edge", "fg": 8731 } ], + "fg": 8730 }, { "id": "explosion_weak", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 8698 }, { "id": "edge", "fg": 8699 } ], - "fg": 8698 + "additional_tiles": [ { "id": "corner", "fg": 8730 }, { "id": "edge", "fg": 8731 } ], + "fg": 8730 }, { "id": "vp_chimes", - "fg": 8700, + "fg": 8732, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8700 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8732 } ] }, { "id": "vp_robot_controls", - "fg": 8701, + "fg": 8733, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8701 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8733 } ] }, - { "id": "vp_ram_wood", "fg": [ 8715, 8717, 8716, 8718 ], "rotates": true }, - { "id": "vp_ram_military", "fg": [ 8711, 8713, 8712, 8714 ], "rotates": true }, - { "id": "vp_ram_hardsteel", "fg": [ 8707, 8709, 8708, 8710 ], "rotates": true }, - { "id": "vp_ram_alloy", "fg": [ 8703, 8705, 8704, 8706 ], "rotates": true }, + { + "id": "vp_external_tank_small", + "fg": 8735, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8735 } ] + }, + { "id": "vp_ram_wood", "fg": [ 8748, 8750, 8749, 8751 ], "rotates": true }, + { "id": "vp_ram_military", "fg": [ 8744, 8746, 8745, 8747 ], "rotates": true }, + { "id": "vp_ram_hardsteel", "fg": [ 8740, 8742, 8741, 8743 ], "rotates": true }, + { "id": "vp_ram_alloy", "fg": [ 8736, 8738, 8737, 8739 ], "rotates": true }, { "id": "vp_roller_drum", - "fg": 8719, + "fg": 8752, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8702, "bg": 8719 } ] + "additional_tiles": [ { "id": "broken", "fg": 8734, "bg": 8752 } ] }, { "id": "vp_battery_motorbike", - "fg": 8731, + "fg": 8764, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8731 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8764 } ] }, { "id": "vp_blade_horizontal", - "fg": 8740, + "fg": 8773, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8740 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8773 } ] }, { "id": "vp_blade_vertical", - "fg": 8741, + "fg": 8774, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8741 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8774 } ] }, { "id": "vp_controls", - "fg": 8735, + "fg": 8768, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8735 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8768 } ] }, { "id": "vp_engine_1cyl", - "fg": 8724, + "fg": 8757, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8724 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8757 } ] }, { "id": "vp_engine_electric", - "fg": 8728, + "fg": 8761, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8728 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8761 } ] }, { "id": "vp_engine_electric_large", - "fg": 8729, + "fg": 8762, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8729 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8762 } ] }, - { "id": "vp_engine_v12", "fg": 8726, "bg": 8727 }, + { "id": "vp_engine_v12", "fg": 8759, "bg": 8760 }, { "id": "vp_engine_v6", - "fg": 8726, + "fg": 8759, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8726 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8759 } ] }, { "id": "vp_engine_v8", - "fg": 8727, + "fg": 8760, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8727 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8760 } ] }, { "id": "vp_engine_vtwin", - "fg": 8725, + "fg": 8758, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8725 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8758 } ] }, { "id": "vp_foot_pedals", - "fg": 8730, + "fg": 8763, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8730 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8763 } ] }, { "id": "vp_fusion_gun", - "fg": 8743, + "fg": 8776, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8743 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8776 } ] }, { "id": "vp_hdroof", - "fg": 8745, + "fg": 8778, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8745 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8778 } ] }, { "id": "vp_hydrogen_tank", - "fg": 8733, + "fg": 8766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8733 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8766 } ] }, { "id": "vp_minireactor", - "fg": 8732, + "fg": 8765, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8732 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8765 } ] }, { "id": "vp_muffler", - "fg": 8734, + "fg": 8767, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8734 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8767 } ] }, { "id": "vp_plating_hard", - "fg": 8739, + "fg": 8772, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8739 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8772 } ] }, { "id": "vp_plating_military", - "fg": 8736, + "fg": 8769, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8736 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8769 } ] }, { "id": "vp_plating_spiked", - "fg": 8738, + "fg": 8771, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8738 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8771 } ] }, { "id": "vp_plating_steel", - "fg": 8736, + "fg": 8769, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8736 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8769 } ] }, { "id": "vp_plating_superalloy", - "fg": 8737, + "fg": 8770, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8737 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8770 } ] }, { "id": "vp_plating_wood", - "fg": 8748, + "fg": 8781, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8748 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8781 } ] }, { "id": "vp_roof", - "fg": 8746, + "fg": 8779, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8746 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8779 } ] }, { "id": "vp_roof_cloth", - "fg": 8747, + "fg": 8780, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8747 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8780 } ] }, { "id": "vp_seatbelt", - "fg": 8723, + "fg": 8756, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8723 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8756 } ] }, { "id": "vp_seatbelt_heavyduty", - "fg": 8723, + "fg": 8756, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8723 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8756 } ] }, { "id": "vp_small_storage_battery", - "fg": 8731, + "fg": 8764, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8731 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8764 } ] }, { "id": "vp_storage_battery", - "fg": 8731, + "fg": 8764, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8731 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8764 } ] }, { "id": "vp_v_curtain", - "fg": 8749, + "fg": 8782, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8749 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8782 } ] }, { "id": "vp_wheel_armor", - "fg": 8720, + "fg": 8753, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8720 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8753 } ] }, { "id": "vp_wheel_armor_steerable", - "fg": 8720, + "fg": 8753, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8720 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8753 } ] }, { "id": "vp_wheel_caster", - "fg": 8744, + "fg": 8777, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8744 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8777 } ] }, { "id": "vp_wheel_small", - "fg": 8722, + "fg": 8755, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8722 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8755 } ] }, { "id": "vp_wheel_small_steerable", - "fg": 8722, + "fg": 8755, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8722 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8755 } ] }, { "id": "vp_wheel_wheelchair", - "fg": 8721, + "fg": 8754, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8721 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8754 } ] }, { "id": "vp_wheel_wood", - "fg": 8751, + "fg": 8784, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8751 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8784 } ] }, { "id": [ "wheel_wood", "wheel_wood_b" ], - "fg": 8751, + "fg": 8784, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8751 } ] + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8784 } ] }, { "id": "vp_wheel_wood_b", - "fg": 8751, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 7896, "bg": 8751 } ] - }, - { "id": "foot_crank", "fg": 8730 }, - { "id": "frame", "fg": 8750 }, - { "id": "hard_plate", "fg": 8739 }, - { "id": "kitchen_unit", "fg": 8742 }, - { "id": "motor", "fg": 8728 }, - { "id": "motor_large", "fg": 8729 }, - { "id": "muffler", "fg": 8734 }, - { "id": "spiked_plate", "fg": 8738 }, - { "id": "storage_battery", "fg": 8731 }, - { "id": "vehicle_controls", "fg": 8735 }, - { "id": "1cyl_combustion", "fg": 8724 }, - { "id": "v2_combustion", "fg": 8725 }, - { "id": [ "v6_combustion", "v6_diesel" ], "fg": 8726 }, - { "id": "v8_combustion", "fg": 8727 } + "fg": 8784, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 7927, "bg": 8784 } ] + }, + { "id": "foot_crank", "fg": 8763 }, + { "id": "frame", "fg": 8783 }, + { "id": "hard_plate", "fg": 8772 }, + { "id": "kitchen_unit", "fg": 8775 }, + { "id": "motor", "fg": 8761 }, + { "id": "motor_large", "fg": 8762 }, + { "id": "muffler", "fg": 8767 }, + { "id": "spiked_plate", "fg": 8771 }, + { "id": "storage_battery", "fg": 8764 }, + { "id": "vehicle_controls", "fg": 8768 }, + { "id": "1cyl_combustion", "fg": 8757 }, + { "id": "v2_combustion", "fg": 8758 }, + { "id": [ "v6_combustion", "v6_diesel" ], "fg": 8759 }, + { "id": "v8_combustion", "fg": 8760 } ] }, { "file": "fillergiant.png", - "//": "range 8752 to 8767", + "//": "range 8800 to 8815", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, @@ -14361,18 +14388,18 @@ "t_tree_pear_season_spring", "t_tree_plum_season_spring" ], - "fg": 7276, - "bg": 7269 + "fg": 7308, + "bg": 7301 }, - { "id": "t_tree_apricot_season_summer", "fg": 8752, "bg": 7270 }, - { "id": "t_tree_mulberry_season_summer", "fg": 8753, "bg": 7270 }, - { "id": "t_tree_elderberry_season_summer", "fg": 8753, "bg": 7270 }, - { "id": "t_tree_pear_season_autumn", "fg": 8754, "bg": 7270 }, - { "id": "t_tree_plum_season_summer", "fg": 8755, "bg": 7270 }, + { "id": "t_tree_apricot_season_summer", "fg": 8800, "bg": 7302 }, + { "id": "t_tree_mulberry_season_summer", "fg": 8801, "bg": 7302 }, + { "id": "t_tree_elderberry_season_summer", "fg": 8801, "bg": 7302 }, + { "id": "t_tree_pear_season_autumn", "fg": 8802, "bg": 7302 }, + { "id": "t_tree_plum_season_summer", "fg": 8803, "bg": 7302 }, { "id": [ "t_tree_apricot_harvested", "t_tree_mulberry_harvested", "t_tree_plum_harvested", "t_tree_pear_season_summer" ], - "fg": 7271, - "bg": 7270 + "fg": 7303, + "bg": 7302 }, { "id": [ @@ -14382,12 +14409,12 @@ "t_tree_pear_harvested" ], "fg": [ - { "weight": 100, "sprite": 7272 }, - { "weight": 100, "sprite": 7273 }, - { "weight": 100, "sprite": 7274 }, - { "weight": 100, "sprite": 7275 } + { "weight": 100, "sprite": 7304 }, + { "weight": 100, "sprite": 7305 }, + { "weight": 100, "sprite": 7306 }, + { "weight": 100, "sprite": 7307 } ], - "bg": 7268 + "bg": 7300 }, { "id": [ @@ -14396,29 +14423,29 @@ "t_tree_pear_season_winter", "t_tree_plum_season_winter" ], - "fg": 7300, - "bg": 7267 - }, - { "id": "t_tree_chestnut", "fg": 8757, "bg": 7269 }, - { "id": "t_tree_chestnut_season_summer", "fg": 8756, "bg": 7270 }, - { "id": "t_tree_chestnut_season_autumn", "fg": 8756, "bg": 7268 }, - { "id": "t_tree_chestnut_season_winter", "fg": 8756, "bg": 7267 }, - { "id": "t_tree_pine", "fg": 8761, "bg": 7269 }, - { "id": "t_tree_pine_season_summer", "fg": 8761, "bg": 7270 }, - { "id": "t_tree_pine_season_autumn", "fg": 8761, "bg": 7268 }, - { "id": "t_tree_pine_season_winter", "fg": 8761, "bg": 7267 }, - { "id": "t_tree_deadpine", "fg": 8758, "bg": 7269 }, - { "id": "t_tree_deadpine_season_summer", "fg": 8758, "bg": 7270 }, - { "id": "t_tree_deadpine_season_autumn", "fg": 8758, "bg": 7268 }, - { "id": "t_tree_deadpine_season_winter", "fg": 8758, "bg": 7267 }, - { "id": "t_tree_hickory", "fg": 8760, "bg": 7269 }, - { "id": "t_tree_hickory_season_summer", "fg": 8760, "bg": 7270 }, - { "id": "t_tree_hickory_season_autumn", "fg": 8760, "bg": 7268 }, - { "id": "t_tree_hickory_season_winter", "fg": 8759, "bg": 7267 }, - { "id": "t_tree_hickory_dead", "fg": 8759, "bg": 7269 }, - { "id": "t_tree_hickory_dead_season_summer", "fg": 8759, "bg": 7270 }, - { "id": "t_tree_hickory_dead_season_autumn", "fg": 8759, "bg": 7268 }, - { "id": "t_tree_hickory_dead_season_winter", "fg": 8759, "bg": 7267 } + "fg": 7332, + "bg": 7299 + }, + { "id": "t_tree_chestnut", "fg": 8805, "bg": 7301 }, + { "id": "t_tree_chestnut_season_summer", "fg": 8804, "bg": 7302 }, + { "id": "t_tree_chestnut_season_autumn", "fg": 8804, "bg": 7300 }, + { "id": "t_tree_chestnut_season_winter", "fg": 8804, "bg": 7299 }, + { "id": "t_tree_pine", "fg": 8809, "bg": 7301 }, + { "id": "t_tree_pine_season_summer", "fg": 8809, "bg": 7302 }, + { "id": "t_tree_pine_season_autumn", "fg": 8809, "bg": 7300 }, + { "id": "t_tree_pine_season_winter", "fg": 8809, "bg": 7299 }, + { "id": "t_tree_deadpine", "fg": 8806, "bg": 7301 }, + { "id": "t_tree_deadpine_season_summer", "fg": 8806, "bg": 7302 }, + { "id": "t_tree_deadpine_season_autumn", "fg": 8806, "bg": 7300 }, + { "id": "t_tree_deadpine_season_winter", "fg": 8806, "bg": 7299 }, + { "id": "t_tree_hickory", "fg": 8808, "bg": 7301 }, + { "id": "t_tree_hickory_season_summer", "fg": 8808, "bg": 7302 }, + { "id": "t_tree_hickory_season_autumn", "fg": 8808, "bg": 7300 }, + { "id": "t_tree_hickory_season_winter", "fg": 8807, "bg": 7299 }, + { "id": "t_tree_hickory_dead", "fg": 8807, "bg": 7301 }, + { "id": "t_tree_hickory_dead_season_summer", "fg": 8807, "bg": 7302 }, + { "id": "t_tree_hickory_dead_season_autumn", "fg": 8807, "bg": 7300 }, + { "id": "t_tree_hickory_dead_season_winter", "fg": 8807, "bg": 7299 } ] }, { diff --git a/gfx/HollowMoon/fallback.png b/gfx/HollowMoon/fallback.png new file mode 100644 index 0000000000000..e887c29a82a34 Binary files /dev/null and b/gfx/HollowMoon/fallback.png differ diff --git a/gfx/HollowMoon/giant.png b/gfx/HollowMoon/giant.png new file mode 100644 index 0000000000000..c69c175e6a776 Binary files /dev/null and b/gfx/HollowMoon/giant.png differ diff --git a/gfx/HollowMoon/huge.png b/gfx/HollowMoon/huge.png new file mode 100644 index 0000000000000..d7299e651392e Binary files /dev/null and b/gfx/HollowMoon/huge.png differ diff --git a/gfx/HollowMoon/large.png b/gfx/HollowMoon/large.png new file mode 100644 index 0000000000000..acc8c287b1084 Binary files /dev/null and b/gfx/HollowMoon/large.png differ diff --git a/gfx/HollowMoon/normal.png b/gfx/HollowMoon/normal.png new file mode 100644 index 0000000000000..2e27452c0f592 Binary files /dev/null and b/gfx/HollowMoon/normal.png differ diff --git a/gfx/HollowMoon/tile_config.json b/gfx/HollowMoon/tile_config.json new file mode 100644 index 0000000000000..9875da99aa0ad --- /dev/null +++ b/gfx/HollowMoon/tile_config.json @@ -0,0 +1,16021 @@ +{ + "tile_info": [ + { "pixelscale": 1, "width": 24, "height": 24 } + ], + "tiles-new": [ + { + "file": "normal.png", + "//": "range 1 to 7519", + "tiles": [ + { + "id": [ + "20x66_shot", + "20x66_beanbag", + "20x66_frag", + "20x66_exp", + "20x66_flare", + "20x66_bootleg_slug", + "20x66_slug", + "20x66_bootleg_flechette", + "20x66_flechette", + "20x66_inc", + "20x66_bootleg_shot" + ], + "fg": 5, + "rotates": false + }, + { + "id": [ + "20x66_shot_season_autumn", + "20x66_beanbag_season_autumn", + "20x66_frag_season_autumn", + "20x66_exp_season_autumn", + "20x66_flare_season_autumn", + "20x66_bootleg_slug_season_autumn", + "20x66_slug_season_autumn", + "20x66_bootleg_flechette_season_autumn", + "20x66_flechette_season_autumn", + "20x66_inc_season_autumn", + "20x66_bootleg_shot_season_autumn" + ], + "fg": 6, + "rotates": false + }, + { + "id": [ + "20x66_shot_season_winter", + "20x66_beanbag_season_winter", + "20x66_frag_season_winter", + "20x66_exp_season_winter", + "20x66_flare_season_winter", + "20x66_bootleg_slug_season_winter", + "20x66_slug_season_winter", + "20x66_bootleg_flechette_season_winter", + "20x66_flechette_season_winter", + "20x66_inc_season_winter", + "20x66_bootleg_shot_season_winter" + ], + "fg": 8, + "rotates": false + }, + { + "id": [ + "20x66_shot_season_summer", + "20x66_beanbag_season_summer", + "20x66_frag_season_summer", + "20x66_exp_season_summer", + "20x66_flare_season_summer", + "20x66_bootleg_slug_season_summer", + "20x66_slug_season_summer", + "20x66_bootleg_flechette_season_summer", + "20x66_flechette_season_summer", + "20x66_inc_season_summer", + "20x66_bootleg_shot_season_summer" + ], + "fg": 7, + "rotates": false + }, + { + "id": [ + "223", + "556_incendiary", + "556", + "reloaded_223", + "reloaded_556_incendiary", + "reloaded_556", + "bp_223", + "bp_556_incendiary", + "bp_556" + ], + "fg": 9, + "rotates": false + }, + { + "id": [ + "223_season_autumn", + "556_incendiary_season_autumn", + "556_season_autumn", + "reloaded_223_season_autumn", + "reloaded_556_incendiary_season_autumn", + "reloaded_556_season_autumn", + "bp_223_season_autumn", + "bp_556_incendiary_season_autumn", + "bp_556_season_autumn" + ], + "fg": 10, + "rotates": false + }, + { + "id": [ + "223_season_winter", + "556_incendiary_season_winter", + "556_season_winter", + "reloaded_223_season_winter", + "reloaded_556_incendiary_season_winter", + "reloaded_556_season_winter", + "bp_223_season_winter", + "bp_556_incendiary_season_winter", + "bp_556_season_winter" + ], + "fg": 12, + "rotates": false + }, + { + "id": [ + "223_season_summer", + "556_incendiary_season_summer", + "556_season_summer", + "reloaded_223_season_summer", + "reloaded_556_incendiary_season_summer", + "reloaded_556_season_summer", + "bp_223_season_summer", + "bp_556_incendiary_season_summer", + "bp_556_season_summer" + ], + "fg": 11, + "rotates": false + }, + { + "id": [ "22_lr", "22_ratshot", "bp_22_lr", "22_cb", "bp_22_fmj", "reloaded_22_fmj", "reloaded_22_lr", "22_fmj" ], + "fg": 13, + "rotates": false + }, + { + "id": [ + "22_lr_season_autumn", + "22_ratshot_season_autumn", + "bp_22_lr_season_autumn", + "22_cb_season_autumn", + "bp_22_fmj_season_autumn", + "reloaded_22_fmj_season_autumn", + "reloaded_22_lr_season_autumn", + "22_fmj_season_autumn" + ], + "fg": 14, + "rotates": false + }, + { + "id": [ + "22_lr_season_winter", + "22_ratshot_season_winter", + "bp_22_lr_season_winter", + "22_cb_season_winter", + "bp_22_fmj_season_winter", + "reloaded_22_fmj_season_winter", + "reloaded_22_lr_season_winter", + "22_fmj_season_winter" + ], + "fg": 16, + "rotates": false + }, + { + "id": [ + "22_lr_season_summer", + "22_ratshot_season_summer", + "bp_22_lr_season_summer", + "22_cb_season_summer", + "bp_22_fmj_season_summer", + "reloaded_22_fmj_season_summer", + "reloaded_22_lr_season_summer", + "22_fmj_season_summer" + ], + "fg": 15, + "rotates": false + }, + { + "id": [ + "3006", + "3006_incendiary", + "3006fmj", + "reloaded_3006_incendiary", + "reloaded_3006", + "reloaded_3006fmj", + "bp_3006_incendiary", + "bp_3006", + "bp_3006fmj" + ], + "fg": 17, + "rotates": false + }, + { + "id": [ + "3006_season_autumn", + "3006_incendiary_season_autumn", + "3006fmj_season_autumn", + "reloaded_3006_incendiary_season_autumn", + "reloaded_3006_season_autumn", + "reloaded_3006fmj_season_autumn", + "bp_3006_incendiary_season_autumn", + "bp_3006_season_autumn", + "bp_3006fmj_season_autumn" + ], + "fg": 18, + "rotates": false + }, + { + "id": [ + "3006_season_winter", + "3006_incendiary_season_winter", + "3006fmj_season_winter", + "reloaded_3006_incendiary_season_winter", + "reloaded_3006_season_winter", + "reloaded_3006fmj_season_winter", + "bp_3006_incendiary_season_winter", + "bp_3006_season_winter", + "bp_3006fmj_season_winter" + ], + "fg": 20, + "rotates": false + }, + { + "id": [ + "3006_season_summer", + "3006_incendiary_season_summer", + "3006fmj_season_summer", + "reloaded_3006_incendiary_season_summer", + "reloaded_3006_season_summer", + "reloaded_3006fmj_season_summer", + "bp_3006_incendiary_season_summer", + "bp_3006_season_summer", + "bp_3006fmj_season_summer" + ], + "fg": 19, + "rotates": false + }, + { "id": [ "300_winmag", "bp_300_winmag", "reloaded_300_winmag" ], "fg": 21, "rotates": false }, + { + "id": [ "300_winmag_season_autumn", "bp_300_winmag_season_autumn", "reloaded_300_winmag_season_autumn" ], + "fg": 22, + "rotates": false + }, + { + "id": [ "300_winmag_season_winter", "bp_300_winmag_season_winter", "reloaded_300_winmag_season_winter" ], + "fg": 24, + "rotates": false + }, + { + "id": [ "300_winmag_season_summer", "bp_300_winmag_season_summer", "reloaded_300_winmag_season_summer" ], + "fg": 23, + "rotates": false + }, + { "id": [ "300blk", "300blk_ss", "bp_300blk", "reloaded_300blk" ], "fg": 25, "rotates": false }, + { + "id": [ "300blk_season_autumn", "300blk_ss_season_autumn", "bp_300blk_season_autumn", "reloaded_300blk_season_autumn" ], + "fg": 26, + "rotates": false + }, + { + "id": [ "300blk_season_winter", "300blk_ss_season_winter", "bp_300blk_season_winter", "reloaded_300blk_season_winter" ], + "fg": 28, + "rotates": false + }, + { + "id": [ "300blk_season_summer", "300blk_ss_season_summer", "bp_300blk_season_summer", "reloaded_300blk_season_summer" ], + "fg": 27, + "rotates": false + }, + { + "id": [ + "308", + "762_51_incendiary", + "762_51", + "reloaded_308", + "reloaded_762_51_incendiary", + "reloaded_762_51", + "bp_308", + "bp_762_51_incendiary", + "bp_762_51" + ], + "fg": 29, + "rotates": false + }, + { + "id": [ + "308_season_autumn", + "762_51_incendiary_season_autumn", + "762_51_season_autumn", + "reloaded_308_season_autumn", + "reloaded_762_51_incendiary_season_autumn", + "reloaded_762_51_season_autumn", + "bp_308_season_autumn", + "bp_762_51_incendiary_season_autumn", + "bp_762_51_season_autumn" + ], + "fg": 30, + "rotates": false + }, + { + "id": [ + "308_season_winter", + "762_51_incendiary_season_winter", + "762_51_season_winter", + "reloaded_308_season_winter", + "reloaded_762_51_incendiary_season_winter", + "reloaded_762_51_season_winter", + "bp_308_season_winter", + "bp_762_51_incendiary_season_winter", + "bp_762_51_season_winter" + ], + "fg": 32, + "rotates": false + }, + { + "id": [ + "308_season_summer", + "762_51_incendiary_season_summer", + "762_51_season_summer", + "reloaded_308_season_summer", + "reloaded_762_51_incendiary_season_summer", + "reloaded_762_51_season_summer", + "bp_308_season_summer", + "bp_762_51_incendiary_season_summer", + "bp_762_51_season_summer" + ], + "fg": 31, + "rotates": false + }, + { "id": [ "410shot_000", "reloaded_410shot_000" ], "fg": 41, "rotates": false }, + { "id": [ "410shot_000_season_autumn", "reloaded_410shot_000_season_autumn" ], "fg": 42, "rotates": false }, + { "id": [ "410shot_000_season_winter", "reloaded_410shot_000_season_winter" ], "fg": 44, "rotates": false }, + { "id": [ "410shot_000_season_summer", "reloaded_410shot_000_season_summer" ], "fg": 43, "rotates": false }, + { + "id": [ "4570_low", "4570_pen", "4570_sp", "reloaded_4570_pen", "reloaded_4570_sp", "reloaded_4570_bp", "reloaded_4570_low" ], + "fg": 45, + "rotates": false + }, + { + "id": [ + "4570_low_season_autumn", + "4570_pen_season_autumn", + "4570_sp_season_autumn", + "reloaded_4570_pen_season_autumn", + "reloaded_4570_sp_season_autumn", + "reloaded_4570_bp_season_autumn", + "reloaded_4570_low_season_autumn" + ], + "fg": 46, + "rotates": false + }, + { + "id": [ + "4570_low_season_winter", + "4570_pen_season_winter", + "4570_sp_season_winter", + "reloaded_4570_pen_season_winter", + "reloaded_4570_sp_season_winter", + "reloaded_4570_bp_season_winter", + "reloaded_4570_low_season_winter" + ], + "fg": 48, + "rotates": false + }, + { + "id": [ + "4570_low_season_summer", + "4570_pen_season_summer", + "4570_sp_season_summer", + "reloaded_4570_pen_season_summer", + "reloaded_4570_sp_season_summer", + "reloaded_4570_bp_season_summer", + "reloaded_4570_low_season_summer" + ], + "fg": 47, + "rotates": false + }, + { "id": [ "500_Magnum", "bp_500_Magnum", "reloaded_500_Magnum" ], "fg": 49, "rotates": false }, + { + "id": [ "500_Magnum_season_autumn", "bp_500_Magnum_season_autumn", "reloaded_500_Magnum_season_autumn" ], + "fg": 50, + "rotates": false + }, + { + "id": [ "500_Magnum_season_winter", "bp_500_Magnum_season_winter", "reloaded_500_Magnum_season_winter" ], + "fg": 52, + "rotates": false + }, + { + "id": [ "500_Magnum_season_summer", "bp_500_Magnum_season_summer", "reloaded_500_Magnum_season_summer" ], + "fg": 51, + "rotates": false + }, + { + "id": [ "50bmg", "reloaded_50ss", "reloaded_50_incendiary", "reloaded_50bmg", "50ss", "50_incendiary", "50_mk211", "50match" ], + "fg": 53, + "rotates": false + }, + { + "id": [ + "50bmg_season_autumn", + "reloaded_50ss_season_autumn", + "reloaded_50_incendiary_season_autumn", + "reloaded_50bmg_season_autumn", + "50ss_season_autumn", + "50_incendiary_season_autumn", + "50_mk211_season_autumn", + "50match_season_autumn" + ], + "fg": 54, + "rotates": false + }, + { + "id": [ + "50bmg_season_winter", + "reloaded_50ss_season_winter", + "reloaded_50_incendiary_season_winter", + "reloaded_50bmg_season_winter", + "50ss_season_winter", + "50_incendiary_season_winter", + "50_mk211_season_winter", + "50match_season_winter" + ], + "fg": 56, + "rotates": false + }, + { + "id": [ + "50bmg_season_summer", + "reloaded_50ss_season_summer", + "reloaded_50_incendiary_season_summer", + "reloaded_50bmg_season_summer", + "50ss_season_summer", + "50_incendiary_season_summer", + "50_mk211_season_summer", + "50match_season_summer" + ], + "fg": 55, + "rotates": false + }, + { "id": [ "545", "reloaded_545_ap", "reloaded_545", "545_ap" ], "fg": 57, "rotates": false }, + { + "id": [ "545_season_autumn", "reloaded_545_ap_season_autumn", "reloaded_545_season_autumn", "545_ap_season_autumn" ], + "fg": 58, + "rotates": false + }, + { + "id": [ "545_season_winter", "reloaded_545_ap_season_winter", "reloaded_545_season_winter", "545_ap_season_winter" ], + "fg": 60, + "rotates": false + }, + { + "id": [ "545_season_summer", "reloaded_545_ap_season_summer", "reloaded_545_season_summer", "545_ap_season_summer" ], + "fg": 59, + "rotates": false + }, + { "id": [ "5x50dart", "reloaded_5x50dart", "5x50heavy" ], "fg": 61, "rotates": false }, + { + "id": [ "5x50dart_season_autumn", "reloaded_5x50dart_season_autumn", "5x50heavy_season_autumn" ], + "fg": 62, + "rotates": false + }, + { + "id": [ "5x50dart_season_winter", "reloaded_5x50dart_season_winter", "5x50heavy_season_winter" ], + "fg": 64, + "rotates": false + }, + { + "id": [ "5x50dart_season_summer", "reloaded_5x50dart_season_summer", "5x50heavy_season_summer" ], + "fg": 63, + "rotates": false + }, + { "id": [ "700nx", "reloaded_700nx" ], "fg": 65, "rotates": false }, + { "id": [ "700nx_season_autumn", "reloaded_700nx_season_autumn" ], "fg": 66, "rotates": false }, + { "id": [ "700nx_season_winter", "reloaded_700nx_season_winter" ], "fg": 68, "rotates": false }, + { "id": [ "700nx_season_summer", "reloaded_700nx_season_summer" ], "fg": 67, "rotates": false }, + { "id": [ "762_54R", "reloaded_762_54R" ], "fg": 69, "rotates": false }, + { "id": [ "762_54R_season_autumn", "reloaded_762_54R_season_autumn" ], "fg": 70, "rotates": false }, + { "id": [ "762_54R_season_winter", "reloaded_762_54R_season_winter" ], "fg": 72, "rotates": false }, + { "id": [ "762_54R_season_summer", "reloaded_762_54R_season_summer" ], "fg": 71, "rotates": false }, + { "id": [ "762_m87", "reloaded_762_m43", "reloaded_762_m87", "762_m43" ], "fg": 73, "rotates": false }, + { + "id": [ "762_m87_season_autumn", "reloaded_762_m43_season_autumn", "reloaded_762_m87_season_autumn", "762_m43_season_autumn" ], + "fg": 74, + "rotates": false + }, + { + "id": [ "762_m87_season_winter", "reloaded_762_m43_season_winter", "reloaded_762_m87_season_winter", "762_m43_season_winter" ], + "fg": 76, + "rotates": false + }, + { + "id": [ "762_m87_season_summer", "reloaded_762_m43_season_summer", "reloaded_762_m87_season_summer", "762_m43_season_summer" ], + "fg": 75, + "rotates": false + }, + { + "id": [ "8mm_caseless", "8mm_jhp", "8mm_hvp", "8mm_bootleg", "8mm_inc", "8mm_fmj", "8mm_civilian" ], + "fg": 77, + "rotates": false + }, + { + "id": [ + "8mm_caseless_season_autumn", + "8mm_jhp_season_autumn", + "8mm_hvp_season_autumn", + "8mm_bootleg_season_autumn", + "8mm_inc_season_autumn", + "8mm_fmj_season_autumn", + "8mm_civilian_season_autumn" + ], + "fg": 78, + "rotates": false + }, + { + "id": [ + "8mm_caseless_season_winter", + "8mm_jhp_season_winter", + "8mm_hvp_season_winter", + "8mm_bootleg_season_winter", + "8mm_inc_season_winter", + "8mm_fmj_season_winter", + "8mm_civilian_season_winter" + ], + "fg": 80, + "rotates": false + }, + { + "id": [ + "8mm_caseless_season_summer", + "8mm_jhp_season_summer", + "8mm_hvp_season_summer", + "8mm_bootleg_season_summer", + "8mm_inc_season_summer", + "8mm_fmj_season_summer", + "8mm_civilian_season_summer" + ], + "fg": 79, + "rotates": false + }, + { + "id": [ + "9mm", + "reloaded_9mmP2", + "reloaded_9mmP", + "reloaded_9mmfmj", + "reloaded_9mm", + "bp_9mmfmj", + "bp_9mm", + "9mmP2", + "9mmP", + "9mmfmj" + ], + "fg": 81, + "rotates": false + }, + { + "id": [ + "9mm_season_autumn", + "reloaded_9mmP2_season_autumn", + "reloaded_9mmP_season_autumn", + "reloaded_9mmfmj_season_autumn", + "reloaded_9mm_season_autumn", + "bp_9mmfmj_season_autumn", + "bp_9mm_season_autumn", + "9mmP2_season_autumn", + "9mmP_season_autumn", + "9mmfmj_season_autumn" + ], + "fg": 82, + "rotates": false + }, + { + "id": [ + "9mm_season_winter", + "reloaded_9mmP2_season_winter", + "reloaded_9mmP_season_winter", + "reloaded_9mmfmj_season_winter", + "reloaded_9mm_season_winter", + "bp_9mmfmj_season_winter", + "bp_9mm_season_winter", + "9mmP2_season_winter", + "9mmP_season_winter", + "9mmfmj_season_winter" + ], + "fg": 84, + "rotates": false + }, + { + "id": [ + "9mm_season_summer", + "reloaded_9mmP2_season_summer", + "reloaded_9mmP_season_summer", + "reloaded_9mmfmj_season_summer", + "reloaded_9mm_season_summer", + "bp_9mmfmj_season_summer", + "bp_9mm_season_summer", + "9mmP2_season_summer", + "9mmP_season_summer", + "9mmfmj_season_summer" + ], + "fg": 83, + "rotates": false + }, + { + "id": [ + "retool_22", + "retool_flaregun", + "retool_762", + "retool_654", + "retool_545", + "retool_9mm", + "retool_57", + "retool_46", + "retool_45", + "retool_308", + "retool_223" + ], + "fg": 133, + "rotates": false + }, + { + "id": [ + "retool_22_season_autumn", + "retool_flaregun_season_autumn", + "retool_762_season_autumn", + "retool_654_season_autumn", + "retool_545_season_autumn", + "retool_9mm_season_autumn", + "retool_57_season_autumn", + "retool_46_season_autumn", + "retool_45_season_autumn", + "retool_308_season_autumn", + "retool_223_season_autumn" + ], + "fg": 134, + "rotates": false + }, + { + "id": [ + "retool_22_season_winter", + "retool_flaregun_season_winter", + "retool_762_season_winter", + "retool_654_season_winter", + "retool_545_season_winter", + "retool_9mm_season_winter", + "retool_57_season_winter", + "retool_46_season_winter", + "retool_45_season_winter", + "retool_308_season_winter", + "retool_223_season_winter" + ], + "fg": 136, + "rotates": false + }, + { + "id": [ + "retool_22_season_summer", + "retool_flaregun_season_summer", + "retool_762_season_summer", + "retool_654_season_summer", + "retool_545_season_summer", + "retool_9mm_season_summer", + "retool_57_season_summer", + "retool_46_season_summer", + "retool_45_season_summer", + "retool_308_season_summer", + "retool_223_season_summer" + ], + "fg": 135, + "rotates": false + }, + { + "id": [ + "shot_00", + "shot_beanbag", + "bp_shot_dragon", + "reloaded_shot_dragon", + "shot_dragon", + "shot_he", + "bp_shot_bird", + "reloaded_shot_bird", + "shot_bird", + "bp_shot_scrap", + "shot_scrap", + "bp_shot_flechette", + "reloaded_shot_flechette", + "bp_shot_slug", + "shot_flechette", + "reloaded_shot_00", + "reloaded_shot_slug", + "shot_slug", + "bp_shot_00" + ], + "fg": 141, + "rotates": false + }, + { + "id": [ + "shot_00_season_autumn", + "shot_beanbag_season_autumn", + "bp_shot_dragon_season_autumn", + "reloaded_shot_dragon_season_autumn", + "shot_dragon_season_autumn", + "shot_he_season_autumn", + "bp_shot_bird_season_autumn", + "reloaded_shot_bird_season_autumn", + "shot_bird_season_autumn", + "bp_shot_scrap_season_autumn", + "shot_scrap_season_autumn", + "bp_shot_flechette_season_autumn", + "reloaded_shot_flechette_season_autumn", + "bp_shot_slug_season_autumn", + "shot_flechette_season_autumn", + "reloaded_shot_00_season_autumn", + "reloaded_shot_slug_season_autumn", + "bp_shot_00_season_autumn" + ], + "fg": 142, + "rotates": false + }, + { + "id": [ + "shot_00_season_winter", + "shot_beanbag_season_winter", + "bp_shot_dragon_season_winter", + "reloaded_shot_dragon_season_winter", + "shot_dragon_season_winter", + "shot_he_season_winter", + "bp_shot_bird_season_winter", + "reloaded_shot_bird_season_winter", + "shot_bird_season_winter", + "bp_shot_scrap_season_winter", + "shot_scrap_season_winter", + "bp_shot_flechette_season_winter", + "reloaded_shot_flechette_season_winter", + "bp_shot_slug_season_winter", + "shot_flechette_season_winter", + "reloaded_shot_00_season_winter", + "reloaded_shot_slug_season_winter", + "bp_shot_00_season_winter" + ], + "fg": 144, + "rotates": false + }, + { + "id": [ + "shot_00_season_summer", + "shot_beanbag_season_summer", + "bp_shot_dragon_season_summer", + "reloaded_shot_dragon_season_summer", + "shot_dragon_season_summer", + "shot_he_season_summer", + "bp_shot_bird_season_summer", + "reloaded_shot_bird_season_summer", + "shot_bird_season_summer", + "bp_shot_scrap_season_summer", + "shot_scrap_season_summer", + "bp_shot_flechette_season_summer", + "reloaded_shot_flechette_season_summer", + "bp_shot_slug_season_summer", + "shot_flechette_season_summer", + "reloaded_shot_00_season_summer", + "reloaded_shot_slug_season_summer", + "bp_shot_00_season_summer" + ], + "fg": 143, + "rotates": false + }, + { + "id": [ "shotcanister_bearing", "shotcanister_scrap", "shotcanister_pebble", "shotcanister_flechette" ], + "fg": 149, + "rotates": false + }, + { + "id": [ + "shotcanister_bearing_season_autumn", + "shotcanister_scrap_season_autumn", + "shotcanister_pebble_season_autumn", + "shotcanister_flechette_season_autumn" + ], + "fg": 150, + "rotates": false + }, + { + "id": [ + "shotcanister_bearing_season_winter", + "shotcanister_scrap_season_winter", + "shotcanister_pebble_season_winter", + "shotcanister_flechette_season_winter" + ], + "fg": 152, + "rotates": false + }, + { + "id": [ + "shotcanister_bearing_season_summer", + "shotcanister_scrap_season_summer", + "shotcanister_pebble_season_summer", + "shotcanister_flechette_season_summer" + ], + "fg": 151, + "rotates": false + }, + { "id": "cursor", "fg": 153 }, + { "id": "cursor_season_autumn", "fg": 154 }, + { "id": "cursor_season_winter", "fg": 156 }, + { "id": "cursor_season_summer", "fg": 155 }, + { "id": [ "highlight", "line_target", "line_trail" ], "fg": 157 }, + { "id": "line_trail_season_autumn", "fg": 158 }, + { "id": "line_trail_season_winter", "fg": 160 }, + { "id": "line_trail_season_summer", "fg": 159 }, + { "id": [ "npc_male_season_spring", "npc_female_season_spring" ], "fg": 162, "rotates": false }, + { "id": [ "npc_male_season_autumn", "npc_female_season_autumn" ], "fg": 161, "rotates": false }, + { "id": [ "npc_male_season_winter", "npc_female_season_winter" ], "fg": 164, "rotates": false }, + { "id": [ "npc_male_season_summer", "npc_female_season_summer" ], "fg": 163, "rotates": false }, + { "id": [ "player_male_season_spring", "player_female_season_spring" ], "fg": 166, "rotates": false }, + { "id": [ "player_male_season_autumn", "player_female_season_autumn" ], "fg": 165, "rotates": false }, + { "id": [ "player_male_season_winter", "player_female_season_winter" ], "fg": 168, "rotates": false }, + { "id": [ "player_male_season_summer", "player_female_season_summer" ], "fg": 167, "rotates": false }, + { "id": [ "armguard_bone", "armguard_acidchitin", "armguard_chitin" ], "fg": 209, "rotates": false }, + { + "id": [ "armguard_bone_season_autumn", "armguard_acidchitin_season_autumn", "armguard_chitin_season_autumn" ], + "fg": 210, + "rotates": false + }, + { + "id": [ "armguard_bone_season_winter", "armguard_acidchitin_season_winter", "armguard_chitin_season_winter" ], + "fg": 212, + "rotates": false + }, + { + "id": [ "armguard_bone_season_summer", "armguard_acidchitin_season_summer", "armguard_chitin_season_summer" ], + "fg": 211, + "rotates": false + }, + { + "id": [ "armguard_lightplate", "armguard_larmor", "armguard_metal", "armguard_hard" ], + "fg": 213, + "rotates": false + }, + { + "id": [ + "armguard_lightplate_season_autumn", + "armguard_larmor_season_autumn", + "armguard_metal_season_autumn", + "armguard_hard_season_autumn" + ], + "fg": 214, + "rotates": false + }, + { + "id": [ + "armguard_lightplate_season_winter", + "armguard_larmor_season_winter", + "armguard_metal_season_winter", + "armguard_hard_season_winter" + ], + "fg": 216, + "rotates": false + }, + { + "id": [ + "armguard_lightplate_season_summer", + "armguard_larmor_season_summer", + "armguard_metal_season_summer", + "armguard_hard_season_summer" + ], + "fg": 215, + "rotates": false + }, + { "id": [ "armor_chitin", "armor_acidchitin" ], "fg": 233, "rotates": false }, + { "id": [ "armor_chitin_season_autumn", "armor_acidchitin_season_autumn" ], "fg": 234, "rotates": false }, + { "id": [ "armor_chitin_season_winter", "armor_acidchitin_season_winter" ], "fg": 236, "rotates": false }, + { "id": [ "armor_chitin_season_summer", "armor_acidchitin_season_summer" ], "fg": 235, "rotates": false }, + { + "id": [ "chainmail_armor_horse", "superalloy_armor_horse", "leatherbone_armor_horse", "leather_armor_horse" ], + "fg": 433, + "rotates": false + }, + { + "id": [ + "chainmail_armor_horse_season_autumn", + "superalloy_armor_horse_season_autumn", + "leatherbone_armor_horse_season_autumn", + "leather_armor_horse_season_autumn" + ], + "fg": 434, + "rotates": false + }, + { + "id": [ + "chainmail_armor_horse_season_winter", + "superalloy_armor_horse_season_winter", + "leatherbone_armor_horse_season_winter", + "leather_armor_horse_season_winter" + ], + "fg": 436, + "rotates": false + }, + { + "id": [ + "chainmail_armor_horse_season_summer", + "superalloy_armor_horse_season_summer", + "leatherbone_armor_horse_season_summer", + "leather_armor_horse_season_summer" + ], + "fg": 435, + "rotates": false + }, + { "id": "chitin_armor_horse", "fg": 473, "rotates": false }, + { "id": "chitin_armor_horse_season_autumn", "fg": 474, "rotates": false }, + { "id": "chitin_armor_horse_season_winter", "fg": 476, "rotates": false }, + { "id": "chitin_armor_horse_season_summer", "fg": 475, "rotates": false }, + { "id": [ "crown_golden", "crown_golden_survivor" ], "fg": 533, "rotates": false }, + { "id": [ "crown_golden_season_autumn", "crown_golden_survivor_season_autumn" ], "fg": 534, "rotates": false }, + { "id": [ "crown_golden_season_winter", "crown_golden_survivor_season_winter" ], "fg": 536, "rotates": false }, + { "id": [ "crown_golden_season_summer", "crown_golden_survivor_season_summer" ], "fg": 535, "rotates": false }, + { + "id": [ "diamond_dental_grill", "platinum_dental_grill", "gold_dental_grill" ], + "fg": 553, + "rotates": false + }, + { + "id": [ "diamond_dental_grill_season_autumn", "platinum_dental_grill_season_autumn", "gold_dental_grill_season_autumn" ], + "fg": 554, + "rotates": false + }, + { + "id": [ "diamond_dental_grill_season_winter", "platinum_dental_grill_season_winter", "gold_dental_grill_season_winter" ], + "fg": 556, + "rotates": false + }, + { + "id": [ "diamond_dental_grill_season_summer", "platinum_dental_grill_season_summer", "gold_dental_grill_season_summer" ], + "fg": 555, + "rotates": false + }, + { "id": [ "dragonskin", "dragonskinempty" ], "fg": 573, "rotates": false }, + { "id": [ "dragonskin_season_autumn", "dragonskinempty_season_autumn" ], "fg": 574, "rotates": false }, + { "id": [ "dragonskin_season_winter", "dragonskinempty_season_winter" ], "fg": 576, "rotates": false }, + { "id": [ "dragonskin_season_summer", "dragonskinempty_season_summer" ], "fg": 575, "rotates": false }, + { "id": [ "duster_fur", "duster_faux_fur" ], "fg": 597, "rotates": false }, + { "id": [ "duster_fur_season_autumn", "duster_faux_fur_season_autumn" ], "fg": 598, "rotates": false }, + { "id": [ "duster_fur_season_winter", "duster_faux_fur_season_winter" ], "fg": 600, "rotates": false }, + { "id": [ "duster_fur_season_summer", "duster_faux_fur_season_summer" ], "fg": 599, "rotates": false }, + { "id": [ "flip_flops", "straw_sandals", "leathersandals", "bastsandals" ], "fg": 645, "rotates": false }, + { + "id": [ + "flip_flops_season_autumn", + "straw_sandals_season_autumn", + "leathersandals_season_autumn", + "bastsandals_season_autumn" + ], + "fg": 646, + "rotates": false + }, + { + "id": [ + "flip_flops_season_winter", + "straw_sandals_season_winter", + "leathersandals_season_winter", + "bastsandals_season_winter" + ], + "fg": 648, + "rotates": false + }, + { + "id": [ + "flip_flops_season_summer", + "straw_sandals_season_summer", + "leathersandals_season_summer", + "bastsandals_season_summer" + ], + "fg": 647, + "rotates": false + }, + { "id": [ "foodperson_mask", "foodperson_mask_on" ], "fg": 657, "rotates": false }, + { "id": [ "foodperson_mask_season_autumn", "foodperson_mask_on_season_autumn" ], "fg": 658, "rotates": false }, + { "id": [ "foodperson_mask_season_winter", "foodperson_mask_on_season_winter" ], "fg": 660, "rotates": false }, + { "id": [ "foodperson_mask_season_summer", "foodperson_mask_on_season_summer" ], "fg": 659, "rotates": false }, + { "id": [ "footrags_fur", "footrags", "footrags_wool", "footrags_leather" ], "fg": 665, "rotates": false }, + { + "id": [ + "footrags_fur_season_autumn", + "footrags_season_autumn", + "footrags_wool_season_autumn", + "footrags_leather_season_autumn" + ], + "fg": 666, + "rotates": false + }, + { + "id": [ + "footrags_fur_season_winter", + "footrags_season_winter", + "footrags_wool_season_winter", + "footrags_leather_season_winter" + ], + "fg": 668, + "rotates": false + }, + { + "id": [ + "footrags_fur_season_summer", + "footrags_season_summer", + "footrags_wool_season_summer", + "footrags_leather_season_summer" + ], + "fg": 667, + "rotates": false + }, + { "id": [ "jeans", "jeans_red" ], "fg": 957, "rotates": false }, + { "id": [ "jeans_season_autumn", "jeans_red_season_autumn" ], "fg": 958, "rotates": false }, + { "id": [ "jeans_season_winter", "jeans_red_season_winter" ], "fg": 960, "rotates": false }, + { "id": [ "jeans_season_summer", "jeans_red_season_summer" ], "fg": 959, "rotates": false }, + { + "id": [ + "judo_belt_black", + "judo_belt_brown", + "judo_belt_green", + "judo_belt_blue", + "judo_belt_orange", + "judo_belt_yellow", + "judo_belt_white" + ], + "fg": 965, + "rotates": false + }, + { + "id": [ + "judo_belt_black_season_autumn", + "judo_belt_brown_season_autumn", + "judo_belt_green_season_autumn", + "judo_belt_blue_season_autumn", + "judo_belt_orange_season_autumn", + "judo_belt_yellow_season_autumn", + "judo_belt_white_season_autumn" + ], + "fg": 966, + "rotates": false + }, + { + "id": [ + "judo_belt_black_season_winter", + "judo_belt_brown_season_winter", + "judo_belt_green_season_winter", + "judo_belt_blue_season_winter", + "judo_belt_orange_season_winter", + "judo_belt_yellow_season_winter", + "judo_belt_white_season_winter" + ], + "fg": 968, + "rotates": false + }, + { + "id": [ + "judo_belt_black_season_summer", + "judo_belt_brown_season_summer", + "judo_belt_green_season_summer", + "judo_belt_blue_season_summer", + "judo_belt_orange_season_summer", + "judo_belt_yellow_season_summer", + "judo_belt_white_season_summer" + ], + "fg": 967, + "rotates": false + }, + { "id": [ "legguard_lightplate", "legguard_hard" ], "fg": 1001, "rotates": false }, + { "id": [ "legguard_lightplate_season_autumn", "legguard_hard_season_autumn" ], "fg": 1002, "rotates": false }, + { "id": [ "legguard_lightplate_season_winter", "legguard_hard_season_winter" ], "fg": 1004, "rotates": false }, + { "id": [ "legguard_lightplate_season_summer", "legguard_hard_season_summer" ], "fg": 1003, "rotates": false }, + { "id": [ "legguard_scrap", "legguard_paper" ], "fg": 1005, "rotates": false }, + { "id": [ "legguard_scrap_season_autumn", "legguard_paper_season_autumn" ], "fg": 1006, "rotates": false }, + { "id": [ "legguard_scrap_season_winter", "legguard_paper_season_winter" ], "fg": 1008, "rotates": false }, + { "id": [ "legguard_scrap_season_summer", "legguard_paper_season_summer" ], "fg": 1007, "rotates": false }, + { + "id": [ "loincloth", "loincloth_wool", "loincloth_leather", "loincloth_fur" ], + "fg": 1021, + "rotates": false + }, + { + "id": [ + "loincloth_season_autumn", + "loincloth_wool_season_autumn", + "loincloth_leather_season_autumn", + "loincloth_fur_season_autumn" + ], + "fg": 1022, + "rotates": false + }, + { + "id": [ + "loincloth_season_winter", + "loincloth_wool_season_winter", + "loincloth_leather_season_winter", + "loincloth_fur_season_winter" + ], + "fg": 1024, + "rotates": false + }, + { + "id": [ + "loincloth_season_summer", + "loincloth_wool_season_summer", + "loincloth_leather_season_summer", + "loincloth_fur_season_summer" + ], + "fg": 1023, + "rotates": false + }, + { "id": [ "longshirt", "thermal_shirt" ], "fg": 1025, "rotates": false }, + { "id": [ "longshirt_season_autumn", "thermal_shirt_season_autumn" ], "fg": 1026, "rotates": false }, + { "id": [ "longshirt_season_winter", "thermal_shirt_season_winter" ], "fg": 1028, "rotates": false }, + { "id": [ "longshirt_season_summer", "thermal_shirt_season_summer" ], "fg": 1027, "rotates": false }, + { "id": [ "mask_h20survivor", "mask_h20survivor_on" ], "fg": 1073, "rotates": false }, + { + "id": [ "mask_h20survivor_season_autumn", "mask_h20survivor_on_season_autumn" ], + "fg": 1074, + "rotates": false + }, + { + "id": [ "mask_h20survivor_season_winter", "mask_h20survivor_on_season_winter" ], + "fg": 1076, + "rotates": false + }, + { + "id": [ "mask_h20survivor_season_summer", "mask_h20survivor_on_season_summer" ], + "fg": 1075, + "rotates": false + }, + { "id": [ "mask_h20survivorxl", "mask_h20survivorxl_on" ], "fg": 1077, "rotates": false }, + { + "id": [ "mask_h20survivorxl_season_autumn", "mask_h20survivorxl_on_season_autumn" ], + "fg": 1078, + "rotates": false + }, + { + "id": [ "mask_h20survivorxl_season_winter", "mask_h20survivorxl_on_season_winter" ], + "fg": 1080, + "rotates": false + }, + { + "id": [ "mask_h20survivorxl_season_summer", "mask_h20survivorxl_on_season_summer" ], + "fg": 1079, + "rotates": false + }, + { + "id": [ "modularvestceramic", "modularvestsuper", "modularveststeel", "modularvestkevlar", "modularvesthard" ], + "fg": 1133, + "rotates": false + }, + { + "id": [ + "modularvestceramic_season_autumn", + "modularvestsuper_season_autumn", + "modularveststeel_season_autumn", + "modularvestkevlar_season_autumn", + "modularvesthard_season_autumn" + ], + "fg": 1134, + "rotates": false + }, + { + "id": [ + "modularvestceramic_season_winter", + "modularvestsuper_season_winter", + "modularveststeel_season_winter", + "modularvestkevlar_season_winter", + "modularvesthard_season_winter" + ], + "fg": 1136, + "rotates": false + }, + { + "id": [ + "modularvestceramic_season_summer", + "modularvestsuper_season_summer", + "modularveststeel_season_summer", + "modularvestkevlar_season_summer", + "modularvesthard_season_summer" + ], + "fg": 1135, + "rotates": false + }, + { + "id": [ "platinum_ring", "gold_ring", "copper_ring", "ring_purity", "silver_ring" ], + "fg": 1201, + "rotates": false + }, + { + "id": [ + "platinum_ring_season_autumn", + "gold_ring_season_autumn", + "copper_ring_season_autumn", + "ring_purity_season_autumn", + "silver_ring_season_autumn" + ], + "fg": 1202, + "rotates": false + }, + { + "id": [ + "platinum_ring_season_winter", + "gold_ring_season_winter", + "copper_ring_season_winter", + "ring_purity_season_winter", + "silver_ring_season_winter" + ], + "fg": 1204, + "rotates": false + }, + { + "id": [ + "platinum_ring_season_summer", + "gold_ring_season_summer", + "copper_ring_season_summer", + "ring_purity_season_summer", + "silver_ring_season_summer" + ], + "fg": 1203, + "rotates": false + }, + { "id": [ "power_armor_basic", "depowered_armor" ], "fg": 1245, "rotates": false }, + { "id": [ "power_armor_basic_season_autumn", "depowered_armor_season_autumn" ], "fg": 1246, "rotates": false }, + { "id": [ "power_armor_basic_season_winter", "depowered_armor_season_winter" ], "fg": 1248, "rotates": false }, + { "id": [ "power_armor_basic_season_summer", "depowered_armor_season_summer" ], "fg": 1247, "rotates": false }, + { "id": [ "power_armor_helmet_basic", "depowered_helmet" ], "fg": 1257, "rotates": false }, + { + "id": [ "power_armor_helmet_basic_season_autumn", "depowered_helmet_season_autumn" ], + "fg": 1258, + "rotates": false + }, + { + "id": [ "power_armor_helmet_basic_season_winter", "depowered_helmet_season_winter" ], + "fg": 1260, + "rotates": false + }, + { + "id": [ "power_armor_helmet_basic_season_summer", "depowered_helmet_season_summer" ], + "fg": 1259, + "rotates": false + }, + { "id": [ "powered_earmuffs", "hat_noise_cancelling", "powered_earmuffs_on" ], "fg": 1273, "rotates": false }, + { + "id": [ "powered_earmuffs_season_autumn", "powered_earmuffs_on_season_autumn" ], + "fg": 1274, + "rotates": false + }, + { + "id": [ "powered_earmuffs_season_winter", "powered_earmuffs_on_season_winter" ], + "fg": 1276, + "rotates": false + }, + { + "id": [ "powered_earmuffs_season_summer", "powered_earmuffs_on_season_summer" ], + "fg": 1275, + "rotates": false + }, + { "id": [ "rebreather", "rebreather_xl_on", "rebreather_xl", "rebreather_on" ], "fg": 1277, "rotates": false }, + { + "id": [ + "rebreather_season_autumn", + "rebreather_xl_on_season_autumn", + "rebreather_xl_season_autumn", + "rebreather_on_season_autumn" + ], + "fg": 1278, + "rotates": false + }, + { + "id": [ + "rebreather_season_winter", + "rebreather_xl_on_season_winter", + "rebreather_xl_season_winter", + "rebreather_on_season_winter" + ], + "fg": 1280, + "rotates": false + }, + { + "id": [ + "rebreather_season_summer", + "rebreather_xl_on_season_summer", + "rebreather_xl_season_summer", + "rebreather_on_season_summer" + ], + "fg": 1279, + "rotates": false + }, + { "id": [ "ring_wedding", "ring_engagement", "diamond_ring" ], "fg": 1281, "rotates": false }, + { + "id": [ "ring_wedding_season_autumn", "ring_engagement_season_autumn", "diamond_ring_season_autumn" ], + "fg": 1282, + "rotates": false + }, + { + "id": [ "ring_wedding_season_winter", "ring_engagement_season_winter", "diamond_ring_season_winter" ], + "fg": 1284, + "rotates": false + }, + { + "id": [ "ring_wedding_season_summer", "ring_engagement_season_summer", "diamond_ring_season_summer" ], + "fg": 1283, + "rotates": false + }, + { "id": [ "rm13_armor", "rm13_armor_on" ], "fg": 1285, "rotates": false }, + { "id": [ "rm13_armor_season_autumn", "rm13_armor_on_season_autumn" ], "fg": 1286, "rotates": false }, + { "id": [ "rm13_armor_season_winter", "rm13_armor_on_season_winter" ], "fg": 1288, "rotates": false }, + { "id": [ "rm13_armor_season_summer", "rm13_armor_on_season_summer" ], "fg": 1287, "rotates": false }, + { "id": [ "scarf", "scarf_fur", "patchwork_scarf", "knit_scarf" ], "fg": 1305, "rotates": false }, + { + "id": [ "scarf_season_autumn", "scarf_fur_season_autumn", "patchwork_scarf_season_autumn", "knit_scarf_season_autumn" ], + "fg": 1306, + "rotates": false + }, + { + "id": [ "scarf_season_winter", "scarf_fur_season_winter", "patchwork_scarf_season_winter", "knit_scarf_season_winter" ], + "fg": 1308, + "rotates": false + }, + { + "id": [ "scarf_season_summer", "scarf_fur_season_summer", "patchwork_scarf_season_summer", "knit_scarf_season_summer" ], + "fg": 1307, + "rotates": false + }, + { + "id": [ "scarf_long", "scarf_fur_long", "long_patchwork_scarf", "long_knit_scarf" ], + "fg": 1309, + "rotates": false + }, + { + "id": [ + "scarf_long_season_autumn", + "scarf_fur_long_season_autumn", + "long_patchwork_scarf_season_autumn", + "long_knit_scarf_season_autumn" + ], + "fg": 1310, + "rotates": false + }, + { + "id": [ + "scarf_long_season_winter", + "scarf_fur_long_season_winter", + "long_patchwork_scarf_season_winter", + "long_knit_scarf_season_winter" + ], + "fg": 1312, + "rotates": false + }, + { + "id": [ + "scarf_long_season_summer", + "scarf_fur_long_season_summer", + "long_patchwork_scarf_season_summer", + "long_knit_scarf_season_summer" + ], + "fg": 1311, + "rotates": false + }, + { + "id": [ "scarf_long_loose", "marloss_scarf", "long_patchwork_scarf_loose", "long_knit_scarf_loose", "scarf_fur_long_loose" ], + "fg": 1313, + "rotates": false + }, + { + "id": [ + "scarf_long_loose_season_autumn", + "marloss_scarf_season_autumn", + "long_patchwork_scarf_loose_season_autumn", + "long_knit_scarf_loose_season_autumn", + "scarf_fur_long_loose_season_autumn" + ], + "fg": 1314, + "rotates": false + }, + { + "id": [ + "scarf_long_loose_season_winter", + "marloss_scarf_season_winter", + "long_patchwork_scarf_loose_season_winter", + "long_knit_scarf_loose_season_winter", + "scarf_fur_long_loose_season_winter" + ], + "fg": 1316, + "rotates": false + }, + { + "id": [ + "scarf_long_loose_season_summer", + "marloss_scarf_season_summer", + "long_patchwork_scarf_loose_season_summer", + "long_knit_scarf_loose_season_summer", + "scarf_fur_long_loose_season_summer" + ], + "fg": 1315, + "rotates": false + }, + { + "id": [ "scarf_loose", "scarf_fur_loose", "patchwork_scarf_loose", "knit_scarf_loose" ], + "fg": 1317, + "rotates": false + }, + { + "id": [ + "scarf_loose_season_autumn", + "scarf_fur_loose_season_autumn", + "patchwork_scarf_loose_season_autumn", + "knit_scarf_loose_season_autumn" + ], + "fg": 1318, + "rotates": false + }, + { + "id": [ + "scarf_loose_season_winter", + "scarf_fur_loose_season_winter", + "patchwork_scarf_loose_season_winter", + "knit_scarf_loose_season_winter" + ], + "fg": 1320, + "rotates": false + }, + { + "id": [ + "scarf_loose_season_summer", + "scarf_fur_loose_season_summer", + "patchwork_scarf_loose_season_summer", + "knit_scarf_loose_season_summer" + ], + "fg": 1319, + "rotates": false + }, + { "id": [ "scuba_tank", "scuba_tank_on" ], "fg": 1321, "rotates": false }, + { "id": [ "scuba_tank_season_autumn", "scuba_tank_on_season_autumn" ], "fg": 1322, "rotates": false }, + { "id": [ "scuba_tank_season_winter", "scuba_tank_on_season_winter" ], "fg": 1324, "rotates": false }, + { "id": [ "scuba_tank_season_summer", "scuba_tank_on_season_summer" ], "fg": 1323, "rotates": false }, + { "id": [ "shark_suit", "shark_suit_faraday" ], "fg": 1333, "rotates": false }, + { "id": [ "shark_suit_season_autumn", "shark_suit_faraday_season_autumn" ], "fg": 1334, "rotates": false }, + { "id": [ "shark_suit_season_winter", "shark_suit_faraday_season_winter" ], "fg": 1336, "rotates": false }, + { "id": [ "shark_suit_season_summer", "shark_suit_faraday_season_summer" ], "fg": 1335, "rotates": false }, + { "id": [ "silver_watch", "platinum_watch", "gold_watch" ], "fg": 1361, "rotates": false }, + { + "id": [ "silver_watch_season_autumn", "platinum_watch_season_autumn", "gold_watch_season_autumn" ], + "fg": 1362, + "rotates": false + }, + { + "id": [ "silver_watch_season_winter", "platinum_watch_season_winter", "gold_watch_season_winter" ], + "fg": 1364, + "rotates": false + }, + { + "id": [ "silver_watch_season_summer", "platinum_watch_season_summer", "gold_watch_season_summer" ], + "fg": 1363, + "rotates": false + }, + { "id": [ "skirt", "skirt_leather" ], "fg": 1365, "rotates": false }, + { "id": [ "skirt_season_autumn", "skirt_leather_season_autumn" ], "fg": 1366, "rotates": false }, + { "id": [ "skirt_season_winter", "skirt_leather_season_winter" ], "fg": 1368, "rotates": false }, + { "id": [ "skirt_season_summer", "skirt_leather_season_summer" ], "fg": 1367, "rotates": false }, + { "id": [ "sleeveless_duster_fur", "sleeveless_duster_faux_fur" ], "fg": 1373, "rotates": false }, + { + "id": [ "sleeveless_duster_fur_season_autumn", "sleeveless_duster_faux_fur_season_autumn" ], + "fg": 1374, + "rotates": false + }, + { + "id": [ "sleeveless_duster_fur_season_winter", "sleeveless_duster_faux_fur_season_winter" ], + "fg": 1376, + "rotates": false + }, + { + "id": [ "sleeveless_duster_fur_season_summer", "sleeveless_duster_faux_fur_season_summer" ], + "fg": 1375, + "rotates": false + }, + { "id": [ "sleeveless_trenchcoat", "sleeveless_trenchcoat_leather" ], "fg": 1381, "rotates": false }, + { + "id": [ "sleeveless_trenchcoat_season_autumn", "sleeveless_trenchcoat_leather_season_autumn" ], + "fg": 1382, + "rotates": false + }, + { + "id": [ "sleeveless_trenchcoat_season_winter", "sleeveless_trenchcoat_leather_season_winter" ], + "fg": 1384, + "rotates": false + }, + { + "id": [ "sleeveless_trenchcoat_season_summer", "sleeveless_trenchcoat_leather_season_summer" ], + "fg": 1383, + "rotates": false + }, + { "id": [ "sleeveless_trenchcoat_fur", "sleeveless_trenchcoat_faux_fur" ], "fg": 1385, "rotates": false }, + { + "id": [ "sleeveless_trenchcoat_fur_season_autumn", "sleeveless_trenchcoat_faux_fur_season_autumn" ], + "fg": 1386, + "rotates": false + }, + { + "id": [ "sleeveless_trenchcoat_fur_season_winter", "sleeveless_trenchcoat_faux_fur_season_winter" ], + "fg": 1388, + "rotates": false + }, + { + "id": [ "sleeveless_trenchcoat_fur_season_summer", "sleeveless_trenchcoat_faux_fur_season_summer" ], + "fg": 1387, + "rotates": false + }, + { "id": [ "small_scuba_tank" ], "fg": 1401, "rotates": false }, + { "id": [ "small_scuba_tank_season_autumn" ], "fg": 1402, "rotates": false }, + { "id": [ "small_scuba_tank_season_winter" ], "fg": 1404, "rotates": false }, + { "id": [ "small_scuba_tank_season_summer" ], "fg": 1403, "rotates": false }, + { "id": [ "tank_top", "army_top" ], "fg": 1481, "rotates": false }, + { "id": [ "tank_top_season_autumn", "army_top_season_autumn" ], "fg": 1482, "rotates": false }, + { "id": [ "tank_top_season_winter", "army_top_season_winter" ], "fg": 1484, "rotates": false }, + { "id": [ "tank_top_season_summer", "army_top_season_summer" ], "fg": 1483, "rotates": false }, + { "id": [ "trenchcoat", "trenchcoat_leather" ], "fg": 1533, "rotates": false }, + { "id": [ "trenchcoat_season_autumn", "trenchcoat_leather_season_autumn" ], "fg": 1534, "rotates": false }, + { "id": [ "trenchcoat_season_winter", "trenchcoat_leather_season_winter" ], "fg": 1536, "rotates": false }, + { "id": [ "trenchcoat_season_summer", "trenchcoat_leather_season_summer" ], "fg": 1535, "rotates": false }, + { "id": [ "trenchcoat_fur", "trenchcoat_faux_fur" ], "fg": 1537, "rotates": false }, + { + "id": [ "trenchcoat_fur_season_autumn", "trenchcoat_faux_fur_season_autumn" ], + "fg": 1538, + "rotates": false + }, + { + "id": [ "trenchcoat_fur_season_winter", "trenchcoat_faux_fur_season_winter" ], + "fg": 1540, + "rotates": false + }, + { + "id": [ "trenchcoat_fur_season_summer", "trenchcoat_faux_fur_season_summer" ], + "fg": 1539, + "rotates": false + }, + { "id": [ "tshirt_text", "tshirt_tour" ], "fg": 1553, "rotates": false }, + { "id": [ "tshirt_text_season_autumn", "tshirt_tour_season_autumn" ], "fg": 1554, "rotates": false }, + { "id": [ "tshirt_text_season_winter", "tshirt_tour_season_winter" ], "fg": 1556, "rotates": false }, + { "id": [ "tshirt_text_season_summer", "tshirt_tour_season_summer" ], "fg": 1555, "rotates": false }, + { "id": [ "boiled_egg", "pickled_egg" ], "fg": 1665, "rotates": false }, + { "id": [ "boiled_egg_season_autumn", "pickled_egg_season_autumn" ], "fg": 1666, "rotates": false }, + { "id": [ "boiled_egg_season_winter", "pickled_egg_season_winter" ], "fg": 1668, "rotates": false }, + { "id": [ "boiled_egg_season_summer", "pickled_egg_season_summer" ], "fg": 1667, "rotates": false }, + { "id": [ "bread", "sourdough_bread", "wastebread", "Dana_sourdough_bread" ], "fg": 1673, "rotates": false }, + { + "id": [ + "bread_season_autumn", + "sourdough_bread_season_autumn", + "wastebread_season_autumn", + "Dana_sourdough_bread_season_autumn" + ], + "fg": 1674, + "rotates": false + }, + { + "id": [ + "bread_season_winter", + "sourdough_bread_season_winter", + "wastebread_season_winter", + "Dana_sourdough_bread_season_winter" + ], + "fg": 1676, + "rotates": false + }, + { + "id": [ + "bread_season_summer", + "sourdough_bread_season_summer", + "wastebread_season_summer", + "Dana_sourdough_bread_season_summer" + ], + "fg": 1675, + "rotates": false + }, + { "id": [ "broccoli", "irradiated_broccoli" ], "fg": 1677, "rotates": false }, + { "id": [ "broccoli_season_autumn", "irradiated_broccoli_season_autumn" ], "fg": 1678, "rotates": false }, + { "id": [ "broccoli_season_winter", "irradiated_broccoli_season_winter" ], "fg": 1680, "rotates": false }, + { "id": [ "broccoli_season_summer", "irradiated_broccoli_season_summer" ], "fg": 1679, "rotates": false }, + { "id": [ "cake2", "space_cake", "sponge_cake" ], "fg": 1685, "rotates": false }, + { + "id": [ "cake2_season_autumn", "space_cake_season_autumn", "sponge_cake_season_autumn" ], + "fg": 1686, + "rotates": false + }, + { + "id": [ "cake2_season_winter", "space_cake_season_winter", "sponge_cake_season_winter" ], + "fg": 1688, + "rotates": false + }, + { + "id": [ "cake2_season_summer", "space_cake_season_summer", "sponge_cake_season_summer" ], + "fg": 1687, + "rotates": false + }, + { "id": [ "cake3", "jihelucake" ], "fg": 1689, "rotates": false }, + { "id": [ "cake3_season_autumn", "jihelucake_season_autumn" ], "fg": 1690, "rotates": false }, + { "id": [ "cake3_season_winter", "jihelucake_season_winter" ], "fg": 1692, "rotates": false }, + { "id": [ "cake3_season_summer", "jihelucake_season_summer" ], "fg": 1691, "rotates": false }, + { "id": [ "can_spam", "debug_nutrition" ], "fg": 1697, "rotates": false }, + { "id": [ "can_spam_season_autumn", "debug_nutrition_season_autumn" ], "fg": 1698, "rotates": false }, + { "id": [ "can_spam_season_winter", "debug_nutrition_season_winter" ], "fg": 1700, "rotates": false }, + { "id": [ "can_spam_season_summer", "debug_nutrition_season_summer" ], "fg": 1699, "rotates": false }, + { "id": [ "corn", "irradiated_corn" ], "fg": 1737, "rotates": false }, + { "id": [ "corn_season_autumn", "irradiated_corn_season_autumn" ], "fg": 1738, "rotates": false }, + { "id": [ "corn_season_winter", "irradiated_corn_season_winter" ], "fg": 1740, "rotates": false }, + { "id": [ "corn_season_summer", "irradiated_corn_season_summer" ], "fg": 1739, "rotates": false }, + { + "id": [ "deluxe_veggy_rice", "deluxe_veggy_beansnrice", "deluxe_rice", "deluxe_beansnrice", "beansnrice", "tofu_rice" ], + "fg": 1769, + "rotates": false + }, + { + "id": [ + "deluxe_veggy_rice_season_autumn", + "deluxe_veggy_beansnrice_season_autumn", + "deluxe_rice_season_autumn", + "deluxe_beansnrice_season_autumn", + "beansnrice_season_autumn", + "tofu_rice_season_autumn" + ], + "fg": 1770, + "rotates": false + }, + { + "id": [ + "deluxe_veggy_rice_season_winter", + "deluxe_veggy_beansnrice_season_winter", + "deluxe_rice_season_winter", + "deluxe_beansnrice_season_winter", + "beansnrice_season_winter", + "tofu_rice_season_winter" + ], + "fg": 1772, + "rotates": false + }, + { + "id": [ + "deluxe_veggy_rice_season_summer", + "deluxe_veggy_beansnrice_season_summer", + "deluxe_rice_season_summer", + "deluxe_beansnrice_season_summer", + "beansnrice_season_summer", + "tofu_rice_season_summer" + ], + "fg": 1771, + "rotates": false + }, + { + "id": [ + "egg_bird", + "egg_cockatrice", + "egg_pheasant", + "egg_grouse", + "egg_crow", + "egg_chicken", + "egg_duck", + "egg_turkey", + "egg_goose_canadian", + "egg_reptile" + ], + "fg": 1777, + "rotates": false + }, + { + "id": [ + "egg_bird_season_autumn", + "egg_cockatrice_season_autumn", + "egg_pheasant_season_autumn", + "egg_grouse_season_autumn", + "egg_crow_season_autumn", + "egg_chicken_season_autumn", + "egg_duck_season_autumn", + "egg_turkey_season_autumn", + "egg_goose_canadian_season_autumn", + "egg_reptile_season_autumn" + ], + "fg": 1778, + "rotates": false + }, + { + "id": [ + "egg_bird_season_winter", + "egg_cockatrice_season_winter", + "egg_pheasant_season_winter", + "egg_grouse_season_winter", + "egg_crow_season_winter", + "egg_chicken_season_winter", + "egg_duck_season_winter", + "egg_turkey_season_winter", + "egg_goose_canadian_season_winter", + "egg_reptile_season_winter" + ], + "fg": 1780, + "rotates": false + }, + { + "id": [ + "egg_bird_season_summer", + "egg_cockatrice_season_summer", + "egg_pheasant_season_summer", + "egg_grouse_season_summer", + "egg_crow_season_summer", + "egg_chicken_season_summer", + "egg_duck_season_summer", + "egg_turkey_season_summer", + "egg_goose_canadian_season_summer", + "egg_reptile_season_summer" + ], + "fg": 1779, + "rotates": false + }, + { "id": [ "fat", "mutant_human_fat", "human_fat", "mutant_fat" ], "fg": 1789, "rotates": false }, + { + "id": [ "fat_season_autumn", "mutant_human_fat_season_autumn", "human_fat_season_autumn", "mutant_fat_season_autumn" ], + "fg": 1790, + "rotates": false + }, + { + "id": [ "fat_season_winter", "mutant_human_fat_season_winter", "human_fat_season_winter", "mutant_fat_season_winter" ], + "fg": 1792, + "rotates": false + }, + { + "id": [ "fat_season_summer", "mutant_human_fat_season_summer", "human_fat_season_summer", "mutant_fat_season_summer" ], + "fg": 1791, + "rotates": false + }, + { "id": [ "feces_manure", "feces_cow" ], "fg": 1801, "rotates": false }, + { "id": [ "feces_manure_season_autumn", "feces_cow_season_autumn" ], "fg": 1802, "rotates": false }, + { "id": [ "feces_manure_season_winter", "feces_cow_season_winter" ], "fg": 1804, "rotates": false }, + { "id": [ "feces_manure_season_summer", "feces_cow_season_summer" ], "fg": 1803, "rotates": false }, + { "id": [ "fiddlehead_raw", "fiddlehead_sauteed", "fiddlehead_boiled" ], "fg": 1805, "rotates": false }, + { + "id": [ "fiddlehead_raw_season_autumn", "fiddlehead_sauteed_season_autumn", "fiddlehead_boiled_season_autumn" ], + "fg": 1806, + "rotates": false + }, + { + "id": [ "fiddlehead_raw_season_winter", "fiddlehead_sauteed_season_winter", "fiddlehead_boiled_season_winter" ], + "fg": 1808, + "rotates": false + }, + { + "id": [ "fiddlehead_raw_season_summer", "fiddlehead_sauteed_season_summer", "fiddlehead_boiled_season_summer" ], + "fg": 1807, + "rotates": false + }, + { "id": [ "fish", "fish_smoked", "salted_fish", "fish_cooked" ], "fg": 1809, "rotates": false }, + { + "id": [ "fish_season_autumn", "fish_smoked_season_autumn", "salted_fish_season_autumn", "fish_cooked_season_autumn" ], + "fg": 1810, + "rotates": false + }, + { + "id": [ "fish_season_winter", "fish_smoked_season_winter", "salted_fish_season_winter", "fish_cooked_season_winter" ], + "fg": 1812, + "rotates": false + }, + { + "id": [ "fish_season_summer", "fish_smoked_season_summer", "salted_fish_season_summer", "fish_cooked_season_summer" ], + "fg": 1811, + "rotates": false + }, + { "id": [ "frozen_dinner", "cooked_dinner" ], "fg": 1825, "rotates": false }, + { "id": [ "frozen_dinner_season_autumn", "cooked_dinner_season_autumn" ], "fg": 1826, "rotates": false }, + { "id": [ "frozen_dinner_season_winter", "cooked_dinner_season_winter" ], "fg": 1828, "rotates": false }, + { "id": [ "frozen_dinner_season_summer", "cooked_dinner_season_summer" ], "fg": 1827, "rotates": false }, + { "id": [ "jar_3l_glass", "jar_3l_glass_sealed", "fluid_preserved_brain" ], "fg": 1849, "rotates": false }, + { + "id": [ "jar_3l_glass_season_autumn", "jar_3l_glass_sealed_season_autumn", "fluid_preserved_brain_season_autumn" ], + "fg": 1850, + "rotates": false + }, + { + "id": [ "jar_3l_glass_season_winter", "jar_3l_glass_sealed_season_winter", "fluid_preserved_brain_season_winter" ], + "fg": 1852, + "rotates": false + }, + { + "id": [ "jar_3l_glass_season_summer", "jar_3l_glass_sealed_season_summer", "fluid_preserved_brain_season_summer" ], + "fg": 1851, + "rotates": false + }, + { + "id": [ + "jar_glass", + "jar_glass_sealed", + "sauerkraut_ferment", + "pickles_ferment", + "jar_eggs_pickled", + "jar_sauerkraut_pickled", + "jar_pickles_pickled" + ], + "fg": 1853, + "rotates": false + }, + { + "id": [ + "jar_glass_season_autumn", + "jar_glass_sealed_season_autumn", + "sauerkraut_ferment_season_autumn", + "pickles_ferment_season_autumn", + "jar_eggs_pickled_season_autumn", + "jar_sauerkraut_pickled_season_autumn", + "jar_pickles_pickled_season_autumn" + ], + "fg": 1854, + "rotates": false + }, + { + "id": [ + "jar_glass_season_winter", + "jar_glass_sealed_season_winter", + "sauerkraut_ferment_season_winter", + "pickles_ferment_season_winter", + "jar_eggs_pickled_season_winter", + "jar_sauerkraut_pickled_season_winter", + "jar_pickles_pickled_season_winter" + ], + "fg": 1856, + "rotates": false + }, + { + "id": [ + "jar_glass_season_summer", + "jar_glass_sealed_season_summer", + "sauerkraut_ferment_season_summer", + "pickles_ferment_season_summer", + "jar_eggs_pickled_season_summer", + "jar_sauerkraut_pickled_season_summer", + "jar_pickles_pickled_season_summer" + ], + "fg": 1855, + "rotates": false + }, + { "id": [ "mre_beeftaco", "mre_veggy" ], "fg": 1897, "rotates": false }, + { "id": [ "mre_beeftaco_season_autumn", "mre_veggy_season_autumn" ], "fg": 1898, "rotates": false }, + { "id": [ "mre_beeftaco_season_winter", "mre_veggy_season_winter" ], "fg": 1900, "rotates": false }, + { "id": [ "mre_beeftaco_season_summer", "mre_veggy_season_summer" ], "fg": 1899, "rotates": false }, + { "id": [ "nachos", "nachoshc", "nachosmc", "nachoshf", "nachosc", "nachosm" ], "fg": 1925, "rotates": false }, + { + "id": [ + "nachos_season_autumn", + "nachoshc_season_autumn", + "nachosmc_season_autumn", + "nachoshf_season_autumn", + "nachosc_season_autumn", + "nachosm_season_autumn" + ], + "fg": 1926, + "rotates": false + }, + { + "id": [ + "nachos_season_winter", + "nachoshc_season_winter", + "nachosmc_season_winter", + "nachoshf_season_winter", + "nachosc_season_winter", + "nachosm_season_winter" + ], + "fg": 1928, + "rotates": false + }, + { + "id": [ + "nachos_season_summer", + "nachoshc_season_summer", + "nachosmc_season_summer", + "nachoshf_season_summer", + "nachosc_season_summer", + "nachosm_season_summer" + ], + "fg": 1927, + "rotates": false + }, + { "id": [ "pancakes", "fruit_pancakes", "johnnycake" ], "fg": 1945, "rotates": false }, + { + "id": [ "pancakes_season_autumn", "fruit_pancakes_season_autumn", "johnnycake_season_autumn" ], + "fg": 1946, + "rotates": false + }, + { + "id": [ "pancakes_season_winter", "fruit_pancakes_season_winter", "johnnycake_season_winter" ], + "fg": 1948, + "rotates": false + }, + { + "id": [ "pancakes_season_summer", "fruit_pancakes_season_summer", "johnnycake_season_summer" ], + "fg": 1947, + "rotates": false + }, + { + "id": [ "pie", "pie_human", "humble_pie", "pie_maple", "pie_veggy", "pie_meat" ], + "fg": 1961, + "rotates": false + }, + { + "id": [ + "pie_season_autumn", + "pie_human_season_autumn", + "humble_pie_season_autumn", + "pie_maple_season_autumn", + "pie_veggy_season_autumn", + "pie_meat_season_autumn" + ], + "fg": 1962, + "rotates": false + }, + { + "id": [ + "pie_season_winter", + "pie_human_season_winter", + "humble_pie_season_winter", + "pie_maple_season_winter", + "pie_veggy_season_winter", + "pie_meat_season_winter" + ], + "fg": 1964, + "rotates": false + }, + { + "id": [ + "pie_season_summer", + "pie_human_season_summer", + "humble_pie_season_summer", + "pie_maple_season_summer", + "pie_veggy_season_summer", + "pie_meat_season_summer" + ], + "fg": 1963, + "rotates": false + }, + { "id": [ "pizza_meat", "pizza_human", "pizza_veggy" ], "fg": 1973, "rotates": false }, + { + "id": [ "pizza_meat_season_autumn", "pizza_human_season_autumn", "pizza_veggy_season_autumn" ], + "fg": 1974, + "rotates": false + }, + { + "id": [ "pizza_meat_season_winter", "pizza_human_season_winter", "pizza_veggy_season_winter" ], + "fg": 1976, + "rotates": false + }, + { + "id": [ "pizza_meat_season_summer", "pizza_human_season_summer", "pizza_veggy_season_summer" ], + "fg": 1975, + "rotates": false + }, + { "id": [ "pretzels", "chocpretzels" ], "fg": 1985, "rotates": false }, + { "id": [ "pretzels_season_autumn", "chocpretzels_season_autumn" ], "fg": 1986, "rotates": false }, + { "id": [ "pretzels_season_winter", "chocpretzels_season_winter" ], "fg": 1988, "rotates": false }, + { "id": [ "pretzels_season_summer", "chocpretzels_season_summer" ], "fg": 1987, "rotates": false }, + { + "id": [ "sandwich_pbj", "sandwich_jam", "sandwich_pb", "sandwich_pbh", "sandwich_pbm" ], + "fg": 2005, + "rotates": false + }, + { + "id": [ + "sandwich_pbj_season_autumn", + "sandwich_jam_season_autumn", + "sandwich_pb_season_autumn", + "sandwich_pbh_season_autumn", + "sandwich_pbm_season_autumn" + ], + "fg": 2006, + "rotates": false + }, + { + "id": [ + "sandwich_pbj_season_winter", + "sandwich_jam_season_winter", + "sandwich_pb_season_winter", + "sandwich_pbh_season_winter", + "sandwich_pbm_season_winter" + ], + "fg": 2008, + "rotates": false + }, + { + "id": [ + "sandwich_pbj_season_summer", + "sandwich_jam_season_summer", + "sandwich_pb_season_summer", + "sandwich_pbh_season_summer", + "sandwich_pbm_season_summer" + ], + "fg": 2007, + "rotates": false + }, + { + "id": [ "sandwich_t", "manwich", "sandwich_deluxe", "fish_sandwich", "sandwich_dudeluxe", "sandwich_human" ], + "fg": 2013, + "rotates": false + }, + { + "id": [ + "sandwich_t_season_autumn", + "manwich_season_autumn", + "sandwich_deluxe_season_autumn", + "fish_sandwich_season_autumn", + "sandwich_dudeluxe_season_autumn", + "sandwich_human_season_autumn" + ], + "fg": 2014, + "rotates": false + }, + { + "id": [ + "sandwich_t_season_winter", + "manwich_season_winter", + "sandwich_deluxe_season_winter", + "fish_sandwich_season_winter", + "sandwich_dudeluxe_season_winter", + "sandwich_human_season_winter" + ], + "fg": 2016, + "rotates": false + }, + { + "id": [ + "sandwich_t_season_summer", + "manwich_season_summer", + "sandwich_deluxe_season_summer", + "fish_sandwich_season_summer", + "sandwich_dudeluxe_season_summer", + "sandwich_human_season_summer" + ], + "fg": 2015, + "rotates": false + }, + { + "id": [ "sandwich_veggy", "sandwich_cucumber", "sandwich_cheese", "sandwich_honey" ], + "fg": 2017, + "rotates": false + }, + { + "id": [ + "sandwich_veggy_season_autumn", + "sandwich_cucumber_season_autumn", + "sandwich_cheese_season_autumn", + "sandwich_honey_season_autumn" + ], + "fg": 2018, + "rotates": false + }, + { + "id": [ + "sandwich_veggy_season_winter", + "sandwich_cucumber_season_winter", + "sandwich_cheese_season_winter", + "sandwich_honey_season_winter" + ], + "fg": 2020, + "rotates": false + }, + { + "id": [ + "sandwich_veggy_season_summer", + "sandwich_cucumber_season_summer", + "sandwich_cheese_season_summer", + "sandwich_honey_season_summer" + ], + "fg": 2019, + "rotates": false + }, + { + "id": [ "sausage", "sausage_wasteland", "bratwurst_sausage", "sweet_sausage", "sausage_cooked" ], + "fg": 2021, + "rotates": false + }, + { + "id": [ + "sausage_season_autumn", + "sausage_wasteland_season_autumn", + "sweet_sausage_season_autumn", + "sausage_cooked_season_autumn" + ], + "fg": 2022, + "rotates": false + }, + { + "id": [ + "sausage_season_winter", + "sausage_wasteland_season_winter", + "sweet_sausage_season_winter", + "sausage_cooked_season_winter" + ], + "fg": 2024, + "rotates": false + }, + { + "id": [ + "sausage_season_summer", + "sausage_wasteland_season_summer", + "sweet_sausage_season_summer", + "sausage_cooked_season_summer" + ], + "fg": 2023, + "rotates": false + }, + { "id": [ "sausage_raw", "sausage_wasteland_raw" ], "fg": 2025, "rotates": false }, + { "id": [ "sausage_raw_season_autumn", "sausage_wasteland_raw_season_autumn" ], "fg": 2026, "rotates": false }, + { "id": [ "sausage_raw_season_winter", "sausage_wasteland_raw_season_winter" ], "fg": 2028, "rotates": false }, + { "id": [ "sausage_raw_season_summer", "sausage_wasteland_raw_season_summer" ], "fg": 2027, "rotates": false }, + { + "id": [ "sourdough_starter", "sourdough_young", "sourdough_split", "landough_calrisean" ], + "fg": 2033, + "rotates": false + }, + { + "id": [ + "sourdough_starter_season_autumn", + "sourdough_young_season_autumn", + "sourdough_split_season_autumn", + "landough_calrisean_season_autumn" + ], + "fg": 2034, + "rotates": false + }, + { + "id": [ + "sourdough_starter_season_winter", + "sourdough_young_season_winter", + "sourdough_split_season_winter", + "landough_calrisean_season_winter" + ], + "fg": 2036, + "rotates": false + }, + { + "id": [ + "sourdough_starter_season_summer", + "sourdough_young_season_summer", + "sourdough_split_season_summer", + "landough_calrisean_season_summer" + ], + "fg": 2035, + "rotates": false + }, + { "id": [ "sushi_meatroll", "sushi_fishroll", "sushi_veggyroll" ], "fg": 2053, "rotates": false }, + { + "id": [ "sushi_meatroll_season_autumn", "sushi_fishroll_season_autumn", "sushi_veggyroll_season_autumn" ], + "fg": 2054, + "rotates": false + }, + { + "id": [ "sushi_meatroll_season_winter", "sushi_fishroll_season_winter", "sushi_veggyroll_season_winter" ], + "fg": 2056, + "rotates": false + }, + { + "id": [ "sushi_meatroll_season_summer", "sushi_fishroll_season_summer", "sushi_veggyroll_season_summer" ], + "fg": 2055, + "rotates": false + }, + { "id": [ "taco", "tiotaco" ], "fg": 2061, "rotates": false }, + { "id": [ "taco_season_autumn", "tiotaco_season_autumn" ], "fg": 2062, "rotates": false }, + { "id": [ "taco_season_winter", "tiotaco_season_winter" ], "fg": 2064, "rotates": false }, + { "id": [ "taco_season_summer", "tiotaco_season_summer" ], "fg": 2063, "rotates": false }, + { "id": [ "toastem", "toastem3", "toastem2" ], "fg": 2077, "rotates": false }, + { + "id": [ "toastem_season_autumn", "toastem3_season_autumn", "toastem2_season_autumn" ], + "fg": 2078, + "rotates": false + }, + { + "id": [ "toastem_season_winter", "toastem3_season_winter", "toastem2_season_winter" ], + "fg": 2080, + "rotates": false + }, + { + "id": [ "toastem_season_summer", "toastem3_season_summer", "toastem2_season_summer" ], + "fg": 2079, + "rotates": false + }, + { "id": [ "waffles", "fruit_waffles", "choc_waffles" ], "fg": 2097, "rotates": false }, + { + "id": [ "waffles_season_autumn", "fruit_waffles_season_autumn", "choc_waffles_season_autumn" ], + "fg": 2098, + "rotates": false + }, + { + "id": [ "waffles_season_winter", "fruit_waffles_season_winter", "choc_waffles_season_winter" ], + "fg": 2100, + "rotates": false + }, + { + "id": [ "waffles_season_summer", "fruit_waffles_season_summer", "choc_waffles_season_summer" ], + "fg": 2099, + "rotates": false + }, + { + "id": [ + "water_season_spring", + "wine_cabernet_season_spring", + "whiskey_season_spring", + "young_yeast_season_spring", + "apple_cider_season_spring", + "milk_season_spring", + "coffee_season_spring", + "cranberry_juice_season_spring", + "juice_season_spring", + "tomato_juice_season_spring", + "maple_sap_season_spring", + "cooking_oil_season_spring", + "molasses_season_spring", + "honey_bottled_season_spring" + ], + "fg": 2102 + }, + { + "id": [ + "water_season_summer", + "wine_cabernet_season_summer", + "whiskey_season_summer", + "young_yeast_season_summer", + "apple_cider_season_summer", + "milk_season_summer", + "coffee_season_summer", + "cranberry_juice_season_summer", + "juice_season_summer", + "tomato_juice_season_summer", + "maple_sap_season_summer", + "cooking_oil_season_summer", + "molasses_season_summer", + "honey_bottled_season_summer" + ], + "fg": 2103 + }, + { + "id": [ + "water_season_autumn", + "wine_cabernet_season_autumn", + "whiskey_season_autumn", + "young_yeast_season_autumn", + "apple_cider_season_autumn", + "milk_season_autumn", + "coffee_season_autumn", + "cranberry_juice_season_autumn", + "juice_season_autumn", + "tomato_juice_season_autumn", + "maple_sap_season_autumn", + "cooking_oil_season_autumn", + "molasses_season_autumn", + "honey_bottled_season_autumn" + ], + "fg": 2101 + }, + { + "id": [ + "water_season_winter", + "wine_cabernet_season_winter", + "whiskey_season_winter", + "young_yeast_season_winter", + "apple_cider_season_winter", + "milk_season_winter", + "coffee_season_winter", + "cranberry_juice_season_winter", + "juice_season_winter", + "tomato_juice_season_winter", + "maple_sap_season_winter", + "cooking_oil_season_winter", + "molasses_season_winter", + "honey_bottled_season_winter" + ], + "fg": 2104 + }, + { + "id": "f_bathtub_season_autumn", + "fg": 2136, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2121 }, + { "id": "corner", "fg": [ 2123, 2125, 2124, 2122 ] }, + { "id": "t_connection", "fg": [ 2133, 2135, 2134, 2132 ] }, + { "id": "edge", "fg": [ 2127, 2126 ] }, + { "id": "end_piece", "fg": [ 2129, 2131, 2130, 2128 ] }, + { "id": "unconnected", "fg": [ 2136, 2136 ] } + ] + }, + { + "id": "f_bathtub_season_spring", + "fg": 2152, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2137 }, + { "id": "corner", "fg": [ 2139, 2141, 2140, 2138 ] }, + { "id": "t_connection", "fg": [ 2149, 2151, 2150, 2148 ] }, + { "id": "edge", "fg": [ 2143, 2142 ] }, + { "id": "end_piece", "fg": [ 2145, 2147, 2146, 2144 ] }, + { "id": "unconnected", "fg": [ 2152, 2152 ] } + ] + }, + { + "id": "f_bathtub_season_summer", + "fg": 2168, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2153 }, + { "id": "corner", "fg": [ 2155, 2157, 2156, 2154 ] }, + { "id": "t_connection", "fg": [ 2165, 2167, 2166, 2164 ] }, + { "id": "edge", "fg": [ 2159, 2158 ] }, + { "id": "end_piece", "fg": [ 2161, 2163, 2162, 2160 ] }, + { "id": "unconnected", "fg": [ 2168, 2168 ] } + ] + }, + { + "id": "f_bathtub_season_winter", + "fg": 2184, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2169 }, + { "id": "corner", "fg": [ 2171, 2173, 2172, 2170 ] }, + { "id": "t_connection", "fg": [ 2181, 2183, 2182, 2180 ] }, + { "id": "edge", "fg": [ 2175, 2174 ] }, + { "id": "end_piece", "fg": [ 2177, 2179, 2178, 2176 ] }, + { "id": "unconnected", "fg": [ 2184, 2184 ] } + ] + }, + { + "id": "f_bed_season_autumn", + "fg": 2200, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2185 }, + { "id": "corner", "fg": [ 2187, 2189, 2188, 2186 ] }, + { "id": "t_connection", "fg": [ 2197, 2199, 2198, 2196 ] }, + { "id": "edge", "fg": [ 2191, 2190 ] }, + { "id": "end_piece", "fg": [ 2193, 2195, 2194, 2192 ] }, + { "id": "unconnected", "fg": [ 2200, 2200 ] } + ] + }, + { + "id": "f_bed_season_spring", + "fg": 2216, + "multitile": true, + "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, 2216 ] } + ] + }, + { + "id": "f_bed_season_summer", + "fg": 2232, + "multitile": true, + "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, 2232 ] } + ] + }, + { + "id": "f_bed_season_winter", + "fg": 2248, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2233 }, + { "id": "corner", "fg": [ 2235, 2237, 2236, 2234 ] }, + { "id": "t_connection", "fg": [ 2245, 2247, 2246, 2244 ] }, + { "id": "edge", "fg": [ 2239, 2238 ] }, + { "id": "end_piece", "fg": [ 2241, 2243, 2242, 2240 ] }, + { "id": "unconnected", "fg": [ 2248, 2248 ] } + ] + }, + { + "id": "f_bench_season_autumn", + "fg": 2264, + "multitile": true, + "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": "f_bench_season_spring", + "fg": 2280, + "multitile": true, + "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": "f_bench_season_summer", + "fg": 2296, + "multitile": true, + "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, 2296 ] } + ] + }, + { + "id": "f_bench_season_winter", + "fg": 2312, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2297 }, + { "id": "corner", "fg": [ 2299, 2301, 2300, 2298 ] }, + { "id": "t_connection", "fg": [ 2309, 2311, 2310, 2308 ] }, + { "id": "edge", "fg": [ 2303, 2302 ] }, + { "id": "end_piece", "fg": [ 2305, 2307, 2306, 2304 ] }, + { "id": "unconnected", "fg": [ 2312, 2312 ] } + ] + }, + { + "id": "f_counter_season_autumn", + "fg": 2388, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2373 }, + { "id": "corner", "fg": [ 2375, 2377, 2376, 2374 ] }, + { "id": "t_connection", "fg": [ 2385, 2387, 2386, 2384 ] }, + { "id": "edge", "fg": [ 2379, 2378 ] }, + { "id": "end_piece", "fg": [ 2381, 2383, 2382, 2380 ] }, + { "id": "unconnected", "fg": [ 2388, 2388 ] } + ] + }, + { + "id": "f_counter_season_spring", + "fg": 2404, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2389 }, + { "id": "corner", "fg": [ 2391, 2393, 2392, 2390 ] }, + { "id": "t_connection", "fg": [ 2401, 2403, 2402, 2400 ] }, + { "id": "edge", "fg": [ 2395, 2394 ] }, + { "id": "end_piece", "fg": [ 2397, 2399, 2398, 2396 ] }, + { "id": "unconnected", "fg": [ 2404, 2404 ] } + ] + }, + { + "id": "f_counter_season_summer", + "fg": 2420, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2405 }, + { "id": "corner", "fg": [ 2407, 2409, 2408, 2406 ] }, + { "id": "t_connection", "fg": [ 2417, 2419, 2418, 2416 ] }, + { "id": "edge", "fg": [ 2411, 2410 ] }, + { "id": "end_piece", "fg": [ 2413, 2415, 2414, 2412 ] }, + { "id": "unconnected", "fg": [ 2420, 2420 ] } + ] + }, + { + "id": "f_counter_season_winter", + "fg": 2436, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2421 }, + { "id": "corner", "fg": [ 2423, 2425, 2424, 2422 ] }, + { "id": "t_connection", "fg": [ 2433, 2435, 2434, 2432 ] }, + { "id": "edge", "fg": [ 2427, 2426 ] }, + { "id": "end_piece", "fg": [ 2429, 2431, 2430, 2428 ] }, + { "id": "unconnected", "fg": [ 2436, 2436 ] } + ] + }, + { + "id": "f_desk_season_autumn", + "fg": 2476, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2461 }, + { "id": "corner", "fg": [ 2463, 2465, 2464, 2462 ] }, + { "id": "t_connection", "fg": [ 2473, 2475, 2474, 2472 ] }, + { "id": "edge", "fg": [ 2467, 2466 ] }, + { "id": "end_piece", "fg": [ 2469, 2471, 2470, 2468 ] }, + { "id": "unconnected", "fg": [ 2476, 2476 ] } + ] + }, + { + "id": "f_desk_season_spring", + "fg": 2492, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2477 }, + { "id": "corner", "fg": [ 2479, 2481, 2480, 2478 ] }, + { "id": "t_connection", "fg": [ 2489, 2491, 2490, 2488 ] }, + { "id": "edge", "fg": [ 2483, 2482 ] }, + { "id": "end_piece", "fg": [ 2485, 2487, 2486, 2484 ] }, + { "id": "unconnected", "fg": [ 2492, 2492 ] } + ] + }, + { + "id": "f_desk_season_summer", + "fg": 2508, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2493 }, + { "id": "corner", "fg": [ 2495, 2497, 2496, 2494 ] }, + { "id": "t_connection", "fg": [ 2505, 2507, 2506, 2504 ] }, + { "id": "edge", "fg": [ 2499, 2498 ] }, + { "id": "end_piece", "fg": [ 2501, 2503, 2502, 2500 ] }, + { "id": "unconnected", "fg": [ 2508, 2508 ] } + ] + }, + { + "id": "f_desk_season_winter", + "fg": 2524, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2509 }, + { "id": "corner", "fg": [ 2511, 2513, 2512, 2510 ] }, + { "id": "t_connection", "fg": [ 2521, 2523, 2522, 2520 ] }, + { "id": "edge", "fg": [ 2515, 2514 ] }, + { "id": "end_piece", "fg": [ 2517, 2519, 2518, 2516 ] }, + { "id": "unconnected", "fg": [ 2524, 2524 ] } + ] + }, + { "id": [ "f_indoor_plant_season_spring", "f_indoor_plant_y_season_spring" ], "fg": 2582, "rotates": false }, + { "id": [ "f_indoor_plant_season_winter", "f_indoor_plant_y_season_winter" ], "fg": 2584, "rotates": false }, + { "id": [ "f_indoor_plant_season_autumn", "f_indoor_plant_y_season_autumn" ], "fg": 2581, "rotates": false }, + { "id": [ "f_indoor_plant_season_summer", "f_indoor_plant_y_season_summer" ], "fg": 2583, "rotates": false }, + { + "id": "f_table_season_autumn", + "fg": 2676, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2661 }, + { "id": "corner", "fg": [ 2663, 2665, 2664, 2662 ] }, + { "id": "t_connection", "fg": [ 2673, 2675, 2674, 2672 ] }, + { "id": "edge", "fg": [ 2667, 2666 ] }, + { "id": "end_piece", "fg": [ 2669, 2671, 2670, 2668 ] }, + { "id": "unconnected", "fg": [ 2676, 2676 ] } + ] + }, + { + "id": "f_table_season_spring", + "fg": 2692, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2677 }, + { "id": "corner", "fg": [ 2679, 2681, 2680, 2678 ] }, + { "id": "t_connection", "fg": [ 2689, 2691, 2690, 2688 ] }, + { "id": "edge", "fg": [ 2683, 2682 ] }, + { "id": "end_piece", "fg": [ 2685, 2687, 2686, 2684 ] }, + { "id": "unconnected", "fg": [ 2692, 2692 ] } + ] + }, + { + "id": "f_table_season_summer", + "fg": 2708, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2693 }, + { "id": "corner", "fg": [ 2695, 2697, 2696, 2694 ] }, + { "id": "t_connection", "fg": [ 2705, 2707, 2706, 2704 ] }, + { "id": "edge", "fg": [ 2699, 2698 ] }, + { "id": "end_piece", "fg": [ 2701, 2703, 2702, 2700 ] }, + { "id": "unconnected", "fg": [ 2708, 2708 ] } + ] + }, + { + "id": "f_table_season_winter", + "fg": 2724, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2709 }, + { "id": "corner", "fg": [ 2711, 2713, 2712, 2710 ] }, + { "id": "t_connection", "fg": [ 2721, 2723, 2722, 2720 ] }, + { "id": "edge", "fg": [ 2715, 2714 ] }, + { "id": "end_piece", "fg": [ 2717, 2719, 2718, 2716 ] }, + { "id": "unconnected", "fg": [ 2724, 2724 ] } + ] + }, + { + "id": [ "1cyl_combustion", "i4_combustion", "1cyl_combustion_small", "1cyl_combustion_large" ], + "fg": 2757, + "rotates": false + }, + { + "id": [ + "1cyl_combustion_season_autumn", + "i4_combustion_season_autumn", + "1cyl_combustion_small_season_autumn", + "1cyl_combustion_large_season_autumn" + ], + "fg": 2758, + "rotates": false + }, + { + "id": [ + "1cyl_combustion_season_winter", + "i4_combustion_season_winter", + "1cyl_combustion_small_season_winter", + "1cyl_combustion_large_season_winter" + ], + "fg": 2760, + "rotates": false + }, + { + "id": [ + "1cyl_combustion_season_summer", + "i4_combustion_season_summer", + "1cyl_combustion_small_season_summer", + "1cyl_combustion_large_season_summer" + ], + "fg": 2759, + "rotates": false + }, + { "id": [ "30gal_drum", "30gal_barrel" ], "fg": 2761, "rotates": false }, + { "id": [ "30gal_drum_season_autumn", "30gal_barrel_season_autumn" ], "fg": 2762, "rotates": false }, + { "id": [ "30gal_drum_season_winter", "30gal_barrel_season_winter" ], "fg": 2764, "rotates": false }, + { "id": [ "30gal_drum_season_summer", "30gal_barrel_season_summer" ], "fg": 2763, "rotates": false }, + { "id": [ "acog_scope", "acog_scope_mod" ], "fg": 2777, "rotates": false }, + { "id": [ "acog_scope_season_autumn", "acog_scope_mod_season_autumn" ], "fg": 2778, "rotates": false }, + { "id": [ "acog_scope_season_winter", "acog_scope_mod_season_winter" ], "fg": 2780, "rotates": false }, + { "id": [ "acog_scope_season_summer", "acog_scope_mod_season_summer" ], "fg": 2779, "rotates": false }, + { + "id": [ "ammolink", "ammolink30mm", "ammolink50", "ammolink40mm", "ammolink308", "ammolink223" ], + "fg": 2797, + "rotates": false + }, + { + "id": [ + "ammolink_season_autumn", + "ammolink30mm_season_autumn", + "ammolink50_season_autumn", + "ammolink40mm_season_autumn", + "ammolink308_season_autumn", + "ammolink223_season_autumn" + ], + "fg": 2798, + "rotates": false + }, + { + "id": [ + "ammolink_season_winter", + "ammolink30mm_season_winter", + "ammolink50_season_winter", + "ammolink40mm_season_winter", + "ammolink308_season_winter", + "ammolink223_season_winter" + ], + "fg": 2800, + "rotates": false + }, + { + "id": [ + "ammolink_season_summer", + "ammolink30mm_season_summer", + "ammolink50_season_summer", + "ammolink40mm_season_summer", + "ammolink308_season_summer", + "ammolink223_season_summer" + ], + "fg": 2799, + "rotates": false + }, + { "id": [ "badge_deputy", "badge_cybercop", "badge_swat", "badge_detective" ], "fg": 2813, "rotates": false }, + { + "id": [ + "badge_deputy_season_autumn", + "badge_cybercop_season_autumn", + "badge_swat_season_autumn", + "badge_detective_season_autumn" + ], + "fg": 2814, + "rotates": false + }, + { + "id": [ + "badge_deputy_season_winter", + "badge_cybercop_season_winter", + "badge_swat_season_winter", + "badge_detective_season_winter" + ], + "fg": 2816, + "rotates": false + }, + { + "id": [ + "badge_deputy_season_summer", + "badge_cybercop_season_summer", + "badge_swat_season_summer", + "badge_detective_season_summer" + ], + "fg": 2815, + "rotates": false + }, + { + "id": [ "bandages", "bandages_makeshift_boiled", "bandages_makeshift_bleached", "bandages_makeshift" ], + "fg": 2849, + "rotates": false + }, + { + "id": [ + "bandages_season_autumn", + "bandages_makeshift_boiled_season_autumn", + "bandages_makeshift_bleached_season_autumn", + "bandages_makeshift_season_autumn" + ], + "fg": 2850, + "rotates": false + }, + { + "id": [ + "bandages_season_winter", + "bandages_makeshift_boiled_season_winter", + "bandages_makeshift_bleached_season_winter", + "bandages_makeshift_season_winter" + ], + "fg": 2852, + "rotates": false + }, + { + "id": [ + "bandages_season_summer", + "bandages_makeshift_boiled_season_summer", + "bandages_makeshift_bleached_season_summer", + "bandages_makeshift_season_summer" + ], + "fg": 2851, + "rotates": false + }, + { + "id": [ "blanket", "emer_blanket", "fur_blanket", "down_blanket", "electric_blanket_on", "electric_blanket" ], + "fg": 2893, + "rotates": false + }, + { + "id": [ + "blanket_season_autumn", + "emer_blanket_season_autumn", + "fur_blanket_season_autumn", + "down_blanket_season_autumn", + "electric_blanket_on_season_autumn", + "electric_blanket_season_autumn" + ], + "fg": 2894, + "rotates": false + }, + { + "id": [ + "blanket_season_winter", + "emer_blanket_season_winter", + "fur_blanket_season_winter", + "down_blanket_season_winter", + "electric_blanket_on_season_winter", + "electric_blanket_season_winter" + ], + "fg": 2896, + "rotates": false + }, + { + "id": [ + "blanket_season_summer", + "emer_blanket_season_summer", + "fur_blanket_season_summer", + "down_blanket_season_summer", + "electric_blanket_on_season_summer", + "electric_blanket_season_summer" + ], + "fg": 2895, + "rotates": false + }, + { "id": [ "bowl_plastic", "bowl_clay" ], "fg": 2941, "rotates": false }, + { "id": [ "bowl_plastic_season_autumn", "bowl_clay_season_autumn" ], "fg": 2942, "rotates": false }, + { "id": [ "bowl_plastic_season_winter", "bowl_clay_season_winter" ], "fg": 2944, "rotates": false }, + { "id": [ "bowl_plastic_season_summer", "bowl_clay_season_summer" ], "fg": 2943, "rotates": false }, + { "id": [ "briefcase", "briefcase_smg", "hk_briefcase" ], "fg": 2957, "rotates": false }, + { + "id": [ "briefcase_season_autumn", "briefcase_smg_season_autumn", "hk_briefcase_season_autumn" ], + "fg": 2958, + "rotates": false + }, + { + "id": [ "briefcase_season_winter", "briefcase_smg_season_winter", "hk_briefcase_season_winter" ], + "fg": 2960, + "rotates": false + }, + { + "id": [ "briefcase_season_summer", "briefcase_smg_season_summer", "hk_briefcase_season_summer" ], + "fg": 2959, + "rotates": false + }, + { + "id": [ "button_plastic", "snapfastener_steel", "cufflinks", "button_wood", "button_steel" ], + "fg": 2969, + "rotates": false + }, + { + "id": [ + "button_plastic_season_autumn", + "snapfastener_steel_season_autumn", + "cufflinks_season_autumn", + "button_wood_season_autumn", + "button_steel_season_autumn" + ], + "fg": 2970, + "rotates": false + }, + { + "id": [ + "button_plastic_season_winter", + "snapfastener_steel_season_winter", + "cufflinks_season_winter", + "button_wood_season_winter", + "button_steel_season_winter" + ], + "fg": 2972, + "rotates": false + }, + { + "id": [ + "button_plastic_season_summer", + "snapfastener_steel_season_summer", + "cufflinks_season_summer", + "button_wood_season_summer", + "button_steel_season_summer" + ], + "fg": 2971, + "rotates": false + }, + { "id": [ "camera", "camera_pro" ], "fg": 2973, "rotates": false }, + { "id": [ "camera_season_autumn", "camera_pro_season_autumn" ], "fg": 2974, "rotates": false }, + { "id": [ "camera_season_winter", "camera_pro_season_winter" ], "fg": 2976, "rotates": false }, + { "id": [ "camera_season_summer", "camera_pro_season_summer" ], "fg": 2975, "rotates": false }, + { "id": [ "canteen", "2lcanteen", "canteen_wood" ], "fg": 3029, "rotates": false }, + { + "id": [ "canteen_season_autumn", "2lcanteen_season_autumn", "canteen_wood_season_autumn" ], + "fg": 3030, + "rotates": false + }, + { + "id": [ "canteen_season_winter", "2lcanteen_season_winter", "canteen_wood_season_winter" ], + "fg": 3032, + "rotates": false + }, + { + "id": [ "canteen_season_summer", "2lcanteen_season_summer", "canteen_wood_season_summer" ], + "fg": 3031, + "rotates": false + }, + { "id": [ "car_headlight", "motorcycle_headlight" ], "fg": 3033, "rotates": false }, + { + "id": [ "car_headlight_season_autumn", "motorcycle_headlight_season_autumn" ], + "fg": 3034, + "rotates": false + }, + { + "id": [ "car_headlight_season_winter", "motorcycle_headlight_season_winter" ], + "fg": 3036, + "rotates": false + }, + { + "id": [ "car_headlight_season_summer", "motorcycle_headlight_season_summer" ], + "fg": 3035, + "rotates": false + }, + { "id": [ "ceramic_bowl", "glass_bowl", "bowl_pewter" ], "fg": 3053, "rotates": false }, + { + "id": [ "ceramic_bowl_season_autumn", "glass_bowl_season_autumn", "bowl_pewter_season_autumn" ], + "fg": 3054, + "rotates": false + }, + { + "id": [ "ceramic_bowl_season_winter", "glass_bowl_season_winter", "bowl_pewter_season_winter" ], + "fg": 3056, + "rotates": false + }, + { + "id": [ "ceramic_bowl_season_summer", "glass_bowl_season_summer", "bowl_pewter_season_summer" ], + "fg": 3055, + "rotates": false + }, + { "id": [ "ceramic_plate", "plastic_plate", "glass_plate", "tin_plate" ], "fg": 3065, "rotates": false }, + { + "id": [ "ceramic_plate_season_autumn", "plastic_plate_season_autumn", "glass_plate_season_autumn", "tin_plate_season_autumn" ], + "fg": 3066, + "rotates": false + }, + { + "id": [ "ceramic_plate_season_winter", "plastic_plate_season_winter", "glass_plate_season_winter", "tin_plate_season_winter" ], + "fg": 3068, + "rotates": false + }, + { + "id": [ "ceramic_plate_season_summer", "plastic_plate_season_summer", "glass_plate_season_summer", "tin_plate_season_summer" ], + "fg": 3067, + "rotates": false + }, + { + "id": [ + "data_card", + "mobile_memory_card_science", + "mobile_memory_card_encrypted", + "mobile_memory_card_used", + "mobile_memory_card" + ], + "fg": 3125, + "rotates": false + }, + { + "id": [ + "data_card_season_autumn", + "mobile_memory_card_science_season_autumn", + "mobile_memory_card_encrypted_season_autumn", + "mobile_memory_card_used_season_autumn", + "mobile_memory_card_season_autumn" + ], + "fg": 3126, + "rotates": false + }, + { + "id": [ + "data_card_season_winter", + "mobile_memory_card_science_season_winter", + "mobile_memory_card_encrypted_season_winter", + "mobile_memory_card_used_season_winter", + "mobile_memory_card_season_winter" + ], + "fg": 3128, + "rotates": false + }, + { + "id": [ + "data_card_season_summer", + "mobile_memory_card_science_season_summer", + "mobile_memory_card_encrypted_season_summer", + "mobile_memory_card_used_season_summer", + "mobile_memory_card_season_summer" + ], + "fg": 3127, + "rotates": false + }, + { "id": [ "drivebelt", "drivebelt_makeshift" ], "fg": 3153, "rotates": false }, + { "id": [ "drivebelt_season_autumn", "drivebelt_makeshift_season_autumn" ], "fg": 3154, "rotates": false }, + { "id": [ "drivebelt_season_winter", "drivebelt_makeshift_season_winter" ], "fg": 3156, "rotates": false }, + { "id": [ "drivebelt_season_summer", "drivebelt_makeshift_season_summer" ], "fg": 3155, "rotates": false }, + { "id": [ "duffelbag", "survivor_duffel_bag" ], "fg": 3161, "rotates": false }, + { "id": [ "duffelbag_season_autumn", "survivor_duffel_bag_season_autumn" ], "fg": 3162, "rotates": false }, + { "id": [ "duffelbag_season_winter", "survivor_duffel_bag_season_winter" ], "fg": 3164, "rotates": false }, + { "id": [ "duffelbag_season_summer", "survivor_duffel_bag_season_summer" ], "fg": 3163, "rotates": false }, + { "id": [ "fur", "cured_pelt", "faux_fur" ], "fg": 3249, "rotates": false }, + { + "id": [ "fur_season_autumn", "cured_pelt_season_autumn", "faux_fur_season_autumn" ], + "fg": 3250, + "rotates": false + }, + { + "id": [ "fur_season_winter", "cured_pelt_season_winter", "faux_fur_season_winter" ], + "fg": 3252, + "rotates": false + }, + { + "id": [ "fur_season_summer", "cured_pelt_season_summer", "faux_fur_season_summer" ], + "fg": 3251, + "rotates": false + }, + { + "id": [ "gasdiscount_silver", "fp_loyalty_card", "gasdiscount_platinum", "gasdiscount_gold" ], + "fg": 3253, + "rotates": false + }, + { + "id": [ + "gasdiscount_silver_season_autumn", + "fp_loyalty_card_season_autumn", + "gasdiscount_platinum_season_autumn", + "gasdiscount_gold_season_autumn" + ], + "fg": 3254, + "rotates": false + }, + { + "id": [ + "gasdiscount_silver_season_winter", + "fp_loyalty_card_season_winter", + "gasdiscount_platinum_season_winter", + "gasdiscount_gold_season_winter" + ], + "fg": 3256, + "rotates": false + }, + { + "id": [ + "gasdiscount_silver_season_summer", + "fp_loyalty_card_season_summer", + "gasdiscount_platinum_season_summer", + "gasdiscount_gold_season_summer" + ], + "fg": 3255, + "rotates": false + }, + { "id": [ "gobag", "personal_gobag" ], "fg": 3277, "rotates": false }, + { "id": [ "gobag_season_autumn", "personal_gobag_season_autumn" ], "fg": 3278, "rotates": false }, + { "id": [ "gobag_season_winter", "personal_gobag_season_winter" ], "fg": 3280, "rotates": false }, + { "id": [ "gobag_season_summer", "personal_gobag_season_summer" ], "fg": 3279, "rotates": false }, + { + "id": [ + "i6_diesel", + "v12_diesel", + "v12_combustion", + "v8_diesel", + "v8_combustion", + "v6_diesel", + "v6_combustion", + "v2_combustion" + ], + "fg": 3361, + "rotates": false + }, + { + "id": [ + "i6_diesel_season_autumn", + "v12_diesel_season_autumn", + "v12_combustion_season_autumn", + "v8_diesel_season_autumn", + "v8_combustion_season_autumn", + "v6_diesel_season_autumn", + "v6_combustion_season_autumn", + "v2_combustion_season_autumn" + ], + "fg": 3362, + "rotates": false + }, + { + "id": [ + "i6_diesel_season_winter", + "v12_diesel_season_winter", + "v12_combustion_season_winter", + "v8_diesel_season_winter", + "v8_combustion_season_winter", + "v6_diesel_season_winter", + "v6_combustion_season_winter", + "v2_combustion_season_winter" + ], + "fg": 3364, + "rotates": false + }, + { + "id": [ + "i6_diesel_season_summer", + "v12_diesel_season_summer", + "v12_combustion_season_summer", + "v8_diesel_season_summer", + "v8_combustion_season_summer", + "v6_diesel_season_summer", + "v6_combustion_season_summer", + "v2_combustion_season_summer" + ], + "fg": 3363, + "rotates": false + }, + { "id": [ "id_science", "id_industrial", "id_military" ], "fg": 3369, "rotates": false }, + { + "id": [ "id_science_season_autumn", "id_industrial_season_autumn", "id_military_season_autumn" ], + "fg": 3370, + "rotates": false + }, + { + "id": [ "id_science_season_winter", "id_industrial_season_winter", "id_military_season_winter" ], + "fg": 3372, + "rotates": false + }, + { + "id": [ "id_science_season_summer", "id_industrial_season_summer", "id_military_season_summer" ], + "fg": 3371, + "rotates": false + }, + { "id": [ "keg", "keg_steel" ], "fg": 3405, "rotates": false }, + { "id": [ "keg_season_autumn", "keg_steel_season_autumn" ], "fg": 3406, "rotates": false }, + { "id": [ "keg_season_winter", "keg_steel_season_winter" ], "fg": 3408, "rotates": false }, + { "id": [ "keg_season_summer", "keg_steel_season_summer" ], "fg": 3407, "rotates": false }, + { + "id": [ + "mag_rifle_season_spring", + "mag_electronics_season_spring", + "mag_survival_season_spring", + "mag_tailor_season_spring", + "mag_pistol_season_spring", + "mag_shotgun_season_spring", + "mag_smg_season_spring", + "mag_archery_season_spring", + "mag_cooking_season_spring", + "mag_fieldrepair_season_spring", + "mag_mechanics_season_spring", + "mag_glam_season_spring", + "mag_beauty_season_spring", + "mag_traps_season_spring", + "mag_launcher_season_spring", + "mag_swimming_season_spring" + ], + "fg": 3454 + }, + { + "id": [ + "mag_rifle_season_summer", + "mag_electronics_season_summer", + "mag_survival_season_summer", + "mag_tailor_season_summer", + "mag_pistol_season_summer", + "mag_shotgun_season_summer", + "mag_smg_season_summer", + "mag_archery_season_summer", + "mag_cooking_season_summer", + "mag_fieldrepair_season_summer", + "mag_mechanics_season_summer", + "mag_glam_season_summer", + "mag_beauty_season_summer", + "mag_traps_season_summer", + "mag_launcher_season_summer", + "mag_swimming_season_summer" + ], + "fg": 3455 + }, + { + "id": [ + "mag_rifle_season_autumn", + "mag_electronics_season_autumn", + "mag_survival_season_autumn", + "mag_tailor_season_autumn", + "mag_pistol_season_autumn", + "mag_shotgun_season_autumn", + "mag_smg_season_autumn", + "mag_archery_season_autumn", + "mag_cooking_season_autumn", + "mag_fieldrepair_season_autumn", + "mag_mechanics_season_autumn", + "mag_glam_season_autumn", + "mag_beauty_season_autumn", + "mag_traps_season_autumn", + "mag_launcher_season_autumn", + "mag_swimming_season_autumn" + ], + "fg": 3453 + }, + { + "id": [ + "mag_rifle_season_winter", + "mag_electronics_season_winter", + "mag_survival_season_winter", + "mag_tailor_season_winter", + "mag_pistol_season_winter", + "mag_shotgun_season_winter", + "mag_smg_season_winter", + "mag_archery_season_winter", + "mag_cooking_season_winter", + "mag_fieldrepair_season_winter", + "mag_mechanics_season_winter", + "mag_glam_season_winter", + "mag_beauty_season_winter", + "mag_traps_season_winter", + "mag_launcher_season_winter", + "mag_swimming_season_winter" + ], + "fg": 3456 + }, + { + "id": [ + "many_years_old_newspaper", + "weeks_old_newspaper", + "months_old_newspaper", + "one_year_old_newspaper", + "years_old_newspaper", + "newest_newspaper" + ], + "fg": 3461, + "rotates": false + }, + { + "id": [ + "many_years_old_newspaper_season_autumn", + "weeks_old_newspaper_season_autumn", + "months_old_newspaper_season_autumn", + "one_year_old_newspaper_season_autumn", + "years_old_newspaper_season_autumn", + "newest_newspaper_season_autumn" + ], + "fg": 3462, + "rotates": false + }, + { + "id": [ + "many_years_old_newspaper_season_winter", + "weeks_old_newspaper_season_winter", + "months_old_newspaper_season_winter", + "one_year_old_newspaper_season_winter", + "years_old_newspaper_season_winter", + "newest_newspaper_season_winter" + ], + "fg": 3464, + "rotates": false + }, + { + "id": [ + "many_years_old_newspaper_season_summer", + "weeks_old_newspaper_season_summer", + "months_old_newspaper_season_summer", + "one_year_old_newspaper_season_summer", + "years_old_newspaper_season_summer", + "newest_newspaper_season_summer" + ], + "fg": 3463, + "rotates": false + }, + { "id": [ "mutagen", "elixir" ], "fg": 3517, "rotates": false }, + { "id": [ "mutagen_season_autumn", "elixir_season_autumn" ], "fg": 3518, "rotates": false }, + { "id": [ "mutagen_season_winter", "elixir_season_winter" ], "fg": 3520, "rotates": false }, + { "id": [ "mutagen_season_summer", "elixir_season_summer" ], "fg": 3519, "rotates": false }, + { "id": [ "pan", "steel_pan", "copper_pan" ], "fg": 3557, "rotates": false }, + { + "id": [ "pan_season_autumn", "steel_pan_season_autumn", "copper_pan_season_autumn" ], + "fg": 3558, + "rotates": false + }, + { + "id": [ "pan_season_winter", "steel_pan_season_winter", "copper_pan_season_winter" ], + "fg": 3560, + "rotates": false + }, + { + "id": [ "pan_season_summer", "steel_pan_season_summer", "copper_pan_season_summer" ], + "fg": 3559, + "rotates": false + }, + { "id": [ "paper", "survnote", "deathnote" ], "fg": 3561, "rotates": false }, + { + "id": [ "paper_season_autumn", "survnote_season_autumn", "deathnote_season_autumn" ], + "fg": 3562, + "rotates": false + }, + { + "id": [ "paper_season_winter", "survnote_season_winter", "deathnote_season_winter" ], + "fg": 3564, + "rotates": false + }, + { + "id": [ "paper_season_summer", "survnote_season_summer", "deathnote_season_summer" ], + "fg": 3563, + "rotates": false + }, + { "id": [ "pipe_tobacco", "crackpipe", "pipe_glass" ], "fg": 3581, "rotates": false }, + { + "id": [ "pipe_tobacco_season_autumn", "crackpipe_season_autumn", "pipe_glass_season_autumn" ], + "fg": 3582, + "rotates": false + }, + { + "id": [ "pipe_tobacco_season_winter", "crackpipe_season_winter", "pipe_glass_season_winter" ], + "fg": 3584, + "rotates": false + }, + { + "id": [ "pipe_tobacco_season_summer", "crackpipe_season_summer", "pipe_glass_season_summer" ], + "fg": 3583, + "rotates": false + }, + { "id": [ "radio_mod", "radio_repeater_mod" ], "fg": 3657, "rotates": false }, + { "id": [ "radio_mod_season_autumn", "radio_repeater_mod_season_autumn" ], "fg": 3658, "rotates": false }, + { "id": [ "radio_mod_season_winter", "radio_repeater_mod_season_winter" ], "fg": 3660, "rotates": false }, + { "id": [ "radio_mod_season_summer", "radio_repeater_mod_season_summer" ], "fg": 3659, "rotates": false }, + { "id": [ "rag", "chloroform_rag" ], "fg": 3669, "rotates": false }, + { "id": [ "rag_season_autumn", "chloroform_rag_season_autumn" ], "fg": 3670, "rotates": false }, + { "id": [ "rag_season_winter", "chloroform_rag_season_winter" ], "fg": 3672, "rotates": false }, + { "id": [ "rag_season_summer", "chloroform_rag_season_summer" ], "fg": 3671, "rotates": false }, + { "id": [ "rifle_scope", "rifle_scope_mod" ], "fg": 3701, "rotates": false }, + { "id": [ "rifle_scope_season_autumn", "rifle_scope_mod_season_autumn" ], "fg": 3702, "rotates": false }, + { "id": [ "rifle_scope_season_winter", "rifle_scope_mod_season_winter" ], "fg": 3704, "rotates": false }, + { "id": [ "rifle_scope_season_summer", "rifle_scope_mod_season_summer" ], "fg": 3703, "rotates": false }, + { + "id": [ + "sheet", + "sheet_nylon", + "sheet_nomex", + "sheet_neoprene", + "sheet_lycra", + "sheet_felt", + "sheet_faux_fur", + "sheet_cotton" + ], + "fg": 3769, + "rotates": false + }, + { + "id": [ + "sheet_season_autumn", + "sheet_nylon_season_autumn", + "sheet_nomex_season_autumn", + "sheet_neoprene_season_autumn", + "sheet_lycra_season_autumn", + "sheet_felt_season_autumn", + "sheet_faux_fur_season_autumn", + "sheet_cotton_season_autumn" + ], + "fg": 3770, + "rotates": false + }, + { + "id": [ + "sheet_season_winter", + "sheet_nylon_season_winter", + "sheet_nomex_season_winter", + "sheet_neoprene_season_winter", + "sheet_lycra_season_winter", + "sheet_felt_season_winter", + "sheet_faux_fur_season_winter", + "sheet_cotton_season_winter" + ], + "fg": 3772, + "rotates": false + }, + { + "id": [ + "sheet_season_summer", + "sheet_nylon_season_summer", + "sheet_nomex_season_summer", + "sheet_neoprene_season_summer", + "sheet_lycra_season_summer", + "sheet_felt_season_summer", + "sheet_faux_fur_season_summer", + "sheet_cotton_season_summer" + ], + "fg": 3771, + "rotates": false + }, + { + "id": [ + "sheet_cotton_patchwork", + "sheet_nylon_patchwork", + "sheet_nomex_patchwork", + "sheet_neoprene_patchwork", + "sheet_lycra_patchwork", + "sheet_felt_patchwork" + ], + "fg": 3773, + "rotates": false + }, + { + "id": [ + "sheet_cotton_patchwork_season_autumn", + "sheet_nylon_patchwork_season_autumn", + "sheet_nomex_patchwork_season_autumn", + "sheet_neoprene_patchwork_season_autumn", + "sheet_lycra_patchwork_season_autumn", + "sheet_felt_patchwork_season_autumn" + ], + "fg": 3774, + "rotates": false + }, + { + "id": [ + "sheet_cotton_patchwork_season_winter", + "sheet_nylon_patchwork_season_winter", + "sheet_nomex_patchwork_season_winter", + "sheet_neoprene_patchwork_season_winter", + "sheet_lycra_patchwork_season_winter", + "sheet_felt_patchwork_season_winter" + ], + "fg": 3776, + "rotates": false + }, + { + "id": [ + "sheet_cotton_patchwork_season_summer", + "sheet_nylon_patchwork_season_summer", + "sheet_nomex_patchwork_season_summer", + "sheet_neoprene_patchwork_season_summer", + "sheet_lycra_patchwork_season_summer", + "sheet_felt_patchwork_season_summer" + ], + "fg": 3775, + "rotates": false + }, + { "id": [ "sheet_metal", "sheet_metal_lit" ], "fg": 3781, "rotates": false }, + { "id": [ "sheet_metal_season_autumn", "sheet_metal_lit_season_autumn" ], "fg": 3782, "rotates": false }, + { "id": [ "sheet_metal_season_winter", "sheet_metal_lit_season_winter" ], "fg": 3784, "rotates": false }, + { "id": [ "sheet_metal_season_summer", "sheet_metal_lit_season_summer" ], "fg": 3783, "rotates": false }, + { "id": [ "shot_suppressor", "riv_suppressor" ], "fg": 3801, "rotates": false }, + { "id": [ "shot_suppressor_season_autumn", "riv_suppressor_season_autumn" ], "fg": 3802, "rotates": false }, + { "id": [ "shot_suppressor_season_winter", "riv_suppressor_season_winter" ], "fg": 3804, "rotates": false }, + { "id": [ "shot_suppressor_season_summer", "riv_suppressor_season_summer" ], "fg": 3803, "rotates": false }, + { "id": [ "steam_triple_small", "steam_watts_small" ], "fg": 3857, "rotates": false }, + { + "id": [ "steam_triple_small_season_autumn", "steam_watts_small_season_autumn" ], + "fg": 3858, + "rotates": false + }, + { + "id": [ "steam_triple_small_season_winter", "steam_watts_small_season_winter" ], + "fg": 3860, + "rotates": false + }, + { + "id": [ "steam_triple_small_season_summer", "steam_watts_small_season_summer" ], + "fg": 3859, + "rotates": false + }, + { "id": [ "steel_grille", "platinum_grille" ], "fg": 3869, "rotates": false }, + { "id": [ "steel_grille_season_autumn", "platinum_grille_season_autumn" ], "fg": 3870, "rotates": false }, + { "id": [ "steel_grille_season_winter", "platinum_grille_season_winter" ], "fg": 3872, "rotates": false }, + { "id": [ "steel_grille_season_summer", "platinum_grille_season_summer" ], "fg": 3871, "rotates": false }, + { + "id": [ + "adv_chemistry_season_spring", + "advanced_electronics_season_spring", + "atomic_survival_season_spring", + "survival_book_season_spring", + "welding_book_season_spring", + "emergency_book_season_spring", + "book_archery_season_spring", + "book_icef_season_spring", + "glassblowing_book_season_spring", + "radio_book_season_spring", + "tailor_japanese_season_spring", + "jewelry_book_season_spring", + "howto_traps_season_spring", + "fun_survival_season_spring", + "modern_tanner_season_spring", + "repeater_mod_guide_season_spring", + "textbook_traps_season_spring", + "textbook_carpentry_season_spring", + "trappers_companion_season_spring", + "textbook_armeast_season_spring", + "textbook_firstaid_season_spring", + "textbook_biodiesel_season_spring", + "textbook_mechanics_season_spring", + "textbook_electronics_season_spring", + "textbook_anarch_season_spring", + "textbook_armwest_season_spring", + "textbook_weapwest_season_spring", + "textbook_fireman_season_spring", + "textbook_weapeast_season_spring", + "textbook_gaswarfare_season_spring", + "textbook_robots_season_spring", + "textbook_armschina_season_spring", + "cookbook_sushi_season_spring", + "brewing_cookbook_season_spring", + "family_cookbook_season_spring", + "scots_cookbook_season_spring", + "cookbook_eatyrway_season_spring", + "cookbook_italian_season_spring", + "cookbook_season_spring", + "cookbook_foodfashions_season_spring", + "cookbook_daintydishes_season_spring", + "cookbook_liverforkids_season_spring", + "recipe_alpha_season_spring", + "recipe_chimera_season_spring", + "recipe_elfa_season_spring", + "recipe_medicalmut_season_spring", + "recipe_raptor_season_spring", + "recipe_mininuke_launch_season_spring", + "recipe_melee_season_spring", + "recipe_labchem_season_spring", + "recipe_bullets_season_spring", + "recipe_arrows_season_spring", + "recipe_serum_season_spring", + "recipe_lab_elec_season_spring", + "recipe_animal_season_spring", + "recipe_bows_season_spring", + "recipe_fauxfur_season_spring", + "recipe_caseless_season_spring", + "recipe_atomic_battery_season_spring", + "recipe_augs_season_spring", + "recipe_creepy_season_spring", + "recipe_maiar_season_spring", + "pocket_firstaid_season_spring", + "pocket_firearms_season_spring", + "pocket_survival_season_spring", + "manual_rifle_season_spring", + "manual_electronics_season_spring", + "manual_tailor_season_spring", + "manual_swimming_season_spring", + "manual_traps_season_spring", + "manual_knives_season_spring", + "manual_gun_season_spring", + "manual_survival_season_spring", + "manual_launcher_season_spring", + "manual_archery_season_spring", + "manual_mechanics_season_spring", + "manual_smg_season_spring", + "manual_pistol_season_spring", + "manual_shotgun_season_spring", + "holybook_abstract_season_spring", + "story_book_season_spring" + ], + "fg": 3878 + }, + { + "id": [ + "adv_chemistry_season_winter", + "advanced_electronics_season_winter", + "atomic_survival_season_winter", + "survival_book_season_winter", + "welding_book_season_winter", + "emergency_book_season_winter", + "book_archery_season_winter", + "book_icef_season_winter", + "glassblowing_book_season_winter", + "radio_book_season_winter", + "tailor_japanese_season_winter", + "jewelry_book_season_winter", + "howto_traps_season_winter", + "fun_survival_season_winter", + "modern_tanner_season_winter", + "repeater_mod_guide_season_winter", + "textbook_traps_season_winter", + "textbook_carpentry_season_winter", + "trappers_companion_season_winter", + "textbook_armeast_season_winter", + "textbook_firstaid_season_winter", + "textbook_biodiesel_season_winter", + "textbook_mechanics_season_winter", + "textbook_electronics_season_winter", + "textbook_anarch_season_winter", + "textbook_armwest_season_winter", + "textbook_weapwest_season_winter", + "textbook_fireman_season_winter", + "textbook_weapeast_season_winter", + "textbook_gaswarfare_season_winter", + "textbook_robots_season_winter", + "textbook_armschina_season_winter", + "cookbook_sushi_season_winter", + "brewing_cookbook_season_winter", + "family_cookbook_season_winter", + "scots_cookbook_season_winter", + "cookbook_eatyrway_season_winter", + "cookbook_italian_season_winter", + "cookbook_season_winter", + "cookbook_foodfashions_season_winter", + "cookbook_daintydishes_season_winter", + "cookbook_liverforkids_season_winter", + "recipe_alpha_season_winter", + "recipe_chimera_season_winter", + "recipe_elfa_season_winter", + "recipe_medicalmut_season_winter", + "recipe_raptor_season_winter", + "recipe_mininuke_launch_season_winter", + "recipe_melee_season_winter", + "recipe_labchem_season_winter", + "recipe_bullets_season_winter", + "recipe_arrows_season_winter", + "recipe_serum_season_winter", + "recipe_lab_elec_season_winter", + "recipe_animal_season_winter", + "recipe_bows_season_winter", + "recipe_fauxfur_season_winter", + "recipe_caseless_season_winter", + "recipe_atomic_battery_season_winter", + "recipe_augs_season_winter", + "recipe_creepy_season_winter", + "recipe_maiar_season_winter", + "pocket_firstaid_season_winter", + "pocket_firearms_season_winter", + "pocket_survival_season_winter", + "manual_rifle_season_winter", + "manual_electronics_season_winter", + "manual_tailor_season_winter", + "manual_swimming_season_winter", + "manual_traps_season_winter", + "manual_knives_season_winter", + "manual_gun_season_winter", + "manual_survival_season_winter", + "manual_launcher_season_winter", + "manual_archery_season_winter", + "manual_mechanics_season_winter", + "manual_smg_season_winter", + "manual_pistol_season_winter", + "manual_shotgun_season_winter", + "holybook_abstract_season_winter", + "story_book_season_winter" + ], + "fg": 3880 + }, + { + "id": [ + "adv_chemistry_season_autumn", + "advanced_electronics_season_autumn", + "atomic_survival_season_autumn", + "survival_book_season_autumn", + "welding_book_season_autumn", + "emergency_book_season_autumn", + "book_archery_season_autumn", + "book_icef_season_autumn", + "glassblowing_book_season_autumn", + "radio_book_season_autumn", + "tailor_japanese_season_autumn", + "jewelry_book_season_autumn", + "howto_traps_season_autumn", + "fun_survival_season_autumn", + "modern_tanner_season_autumn", + "repeater_mod_guide_season_autumn", + "textbook_traps_season_autumn", + "textbook_carpentry_season_autumn", + "trappers_companion_season_autumn", + "textbook_armeast_season_autumn", + "textbook_firstaid_season_autumn", + "textbook_biodiesel_season_autumn", + "textbook_mechanics_season_autumn", + "textbook_electronics_season_autumn", + "textbook_anarch_season_autumn", + "textbook_armwest_season_autumn", + "textbook_weapwest_season_autumn", + "textbook_fireman_season_autumn", + "textbook_weapeast_season_autumn", + "textbook_gaswarfare_season_autumn", + "textbook_robots_season_autumn", + "textbook_armschina_season_autumn", + "cookbook_sushi_season_autumn", + "brewing_cookbook_season_autumn", + "family_cookbook_season_autumn", + "scots_cookbook_season_autumn", + "cookbook_eatyrway_season_autumn", + "cookbook_italian_season_autumn", + "cookbook_season_autumn", + "cookbook_foodfashions_season_autumn", + "cookbook_daintydishes_season_autumn", + "cookbook_liverforkids_season_autumn", + "recipe_alpha_season_autumn", + "recipe_chimera_season_autumn", + "recipe_elfa_season_autumn", + "recipe_medicalmut_season_autumn", + "recipe_raptor_season_autumn", + "recipe_mininuke_launch_season_autumn", + "recipe_melee_season_autumn", + "recipe_labchem_season_autumn", + "recipe_bullets_season_autumn", + "recipe_arrows_season_autumn", + "recipe_serum_season_autumn", + "recipe_lab_elec_season_autumn", + "recipe_animal_season_autumn", + "recipe_bows_season_autumn", + "recipe_fauxfur_season_autumn", + "recipe_caseless_season_autumn", + "recipe_atomic_battery_season_autumn", + "recipe_augs_season_autumn", + "recipe_creepy_season_autumn", + "recipe_maiar_season_autumn", + "pocket_firstaid_season_autumn", + "pocket_firearms_season_autumn", + "pocket_survival_season_autumn", + "manual_rifle_season_autumn", + "manual_electronics_season_autumn", + "manual_tailor_season_autumn", + "manual_swimming_season_autumn", + "manual_traps_season_autumn", + "manual_knives_season_autumn", + "manual_gun_season_autumn", + "manual_survival_season_autumn", + "manual_launcher_season_autumn", + "manual_archery_season_autumn", + "manual_mechanics_season_autumn", + "manual_smg_season_autumn", + "manual_pistol_season_autumn", + "manual_shotgun_season_autumn", + "holybook_abstract_season_autumn", + "story_book_season_autumn" + ], + "fg": 3877 + }, + { + "id": [ + "adv_chemistry_season_summer", + "advanced_electronics_season_summer", + "atomic_survival_season_summer", + "survival_book_season_summer", + "welding_book_season_summer", + "emergency_book_season_summer", + "book_archery_season_summer", + "book_icef_season_summer", + "glassblowing_book_season_summer", + "radio_book_season_summer", + "tailor_japanese_season_summer", + "jewelry_book_season_summer", + "howto_traps_season_summer", + "fun_survival_season_summer", + "modern_tanner_season_summer", + "repeater_mod_guide_season_summer", + "textbook_traps_season_summer", + "textbook_carpentry_season_summer", + "trappers_companion_season_summer", + "textbook_armeast_season_summer", + "textbook_firstaid_season_summer", + "textbook_biodiesel_season_summer", + "textbook_mechanics_season_summer", + "textbook_electronics_season_summer", + "textbook_anarch_season_summer", + "textbook_armwest_season_summer", + "textbook_weapwest_season_summer", + "textbook_fireman_season_summer", + "textbook_weapeast_season_summer", + "textbook_gaswarfare_season_summer", + "textbook_robots_season_summer", + "textbook_armschina_season_summer", + "cookbook_sushi_season_summer", + "brewing_cookbook_season_summer", + "family_cookbook_season_summer", + "scots_cookbook_season_summer", + "cookbook_eatyrway_season_summer", + "cookbook_italian_season_summer", + "cookbook_season_summer", + "cookbook_foodfashions_season_summer", + "cookbook_daintydishes_season_summer", + "cookbook_liverforkids_season_summer", + "recipe_alpha_season_summer", + "recipe_chimera_season_summer", + "recipe_elfa_season_summer", + "recipe_medicalmut_season_summer", + "recipe_raptor_season_summer", + "recipe_mininuke_launch_season_summer", + "recipe_melee_season_summer", + "recipe_labchem_season_summer", + "recipe_bullets_season_summer", + "recipe_arrows_season_summer", + "recipe_serum_season_summer", + "recipe_lab_elec_season_summer", + "recipe_animal_season_summer", + "recipe_bows_season_summer", + "recipe_fauxfur_season_summer", + "recipe_caseless_season_summer", + "recipe_atomic_battery_season_summer", + "recipe_augs_season_summer", + "recipe_creepy_season_summer", + "recipe_maiar_season_summer", + "pocket_firstaid_season_summer", + "pocket_firearms_season_summer", + "pocket_survival_season_summer", + "manual_rifle_season_summer", + "manual_electronics_season_summer", + "manual_tailor_season_summer", + "manual_swimming_season_summer", + "manual_traps_season_summer", + "manual_knives_season_summer", + "manual_gun_season_summer", + "manual_survival_season_summer", + "manual_launcher_season_summer", + "manual_archery_season_summer", + "manual_mechanics_season_summer", + "manual_smg_season_summer", + "manual_pistol_season_summer", + "manual_shotgun_season_summer", + "holybook_abstract_season_summer", + "story_book_season_summer" + ], + "fg": 3879 + }, + { + "id": [ "suppressor", "crafted_suppressor", "filter_suppressor", "mp5sd_suppressor" ], + "fg": 3905, + "rotates": false + }, + { + "id": [ + "suppressor_season_autumn", + "crafted_suppressor_season_autumn", + "filter_suppressor_season_autumn", + "mp5sd_suppressor_season_autumn" + ], + "fg": 3906, + "rotates": false + }, + { + "id": [ + "suppressor_season_winter", + "crafted_suppressor_season_winter", + "filter_suppressor_season_winter", + "mp5sd_suppressor_season_winter" + ], + "fg": 3908, + "rotates": false + }, + { + "id": [ + "suppressor_season_summer", + "crafted_suppressor_season_summer", + "filter_suppressor_season_summer", + "mp5sd_suppressor_season_summer" + ], + "fg": 3907, + "rotates": false + }, + { "id": [ "suppressor_compact", "magic_suppressor" ], "fg": 3909, "rotates": false }, + { + "id": [ "suppressor_compact_season_autumn", "magic_suppressor_season_autumn" ], + "fg": 3910, + "rotates": false + }, + { + "id": [ "suppressor_compact_season_winter", "magic_suppressor_season_winter" ], + "fg": 3912, + "rotates": false + }, + { + "id": [ "suppressor_compact_season_summer", "magic_suppressor_season_summer" ], + "fg": 3911, + "rotates": false + }, + { "id": [ "syringe", "adrenaline_injector" ], "fg": 3917, "rotates": false }, + { "id": [ "syringe_season_autumn", "adrenaline_injector_season_autumn" ], "fg": 3918, "rotates": false }, + { "id": [ "syringe_season_winter", "adrenaline_injector_season_winter" ], "fg": 3920, "rotates": false }, + { "id": [ "syringe_season_summer", "adrenaline_injector_season_summer" ], "fg": 3919, "rotates": false }, + { "id": [ "towel", "towel_soiled", "towel_wet" ], "fg": 3989, "rotates": false }, + { + "id": [ "towel_season_autumn", "towel_soiled_season_autumn", "towel_wet_season_autumn" ], + "fg": 3990, + "rotates": false + }, + { + "id": [ "towel_season_winter", "towel_soiled_season_winter", "towel_wet_season_winter" ], + "fg": 3992, + "rotates": false + }, + { + "id": [ "towel_season_summer", "towel_soiled_season_summer", "towel_wet_season_summer" ], + "fg": 3991, + "rotates": false + }, + { "id": "waterskin3", "fg": 4033, "rotates": false }, + { "id": "waterskin3_season_autumn", "fg": 4034, "rotates": false }, + { "id": "waterskin3_season_winter", "fg": 4036, "rotates": false }, + { "id": "waterskin3_season_summer", "fg": 4035, "rotates": false }, + { "id": [ "mon_black_rat", "mon_sewer_rat" ], "fg": 4153, "rotates": false }, + { "id": [ "mon_black_rat_season_autumn", "mon_sewer_rat_season_autumn" ], "fg": 4154, "rotates": false }, + { "id": [ "mon_black_rat_season_winter", "mon_sewer_rat_season_winter" ], "fg": 4156, "rotates": false }, + { "id": [ "mon_black_rat_season_summer", "mon_sewer_rat_season_summer" ], "fg": 4155, "rotates": false }, + { + "id": [ + "mon_chicken_chick", + "mon_goose_canadian_chick", + "mon_duck_chick", + "mon_cockatrice_chick", + "mon_pheasant_chick", + "mon_turkey_chick", + "mon_crow_chick", + "mon_grouse_chick" + ], + "fg": 4181, + "rotates": false + }, + { + "id": [ + "mon_chicken_chick_season_autumn", + "mon_goose_canadian_chick_season_autumn", + "mon_duck_chick_season_autumn", + "mon_cockatrice_chick_season_autumn", + "mon_pheasant_chick_season_autumn", + "mon_turkey_chick_season_autumn", + "mon_crow_chick_season_autumn", + "mon_grouse_chick_season_autumn" + ], + "fg": 4182, + "rotates": false + }, + { + "id": [ + "mon_chicken_chick_season_winter", + "mon_goose_canadian_chick_season_winter", + "mon_duck_chick_season_winter", + "mon_cockatrice_chick_season_winter", + "mon_pheasant_chick_season_winter", + "mon_turkey_chick_season_winter", + "mon_crow_chick_season_winter", + "mon_grouse_chick_season_winter" + ], + "fg": 4184, + "rotates": false + }, + { + "id": [ + "mon_chicken_chick_season_summer", + "mon_goose_canadian_chick_season_summer", + "mon_duck_chick_season_summer", + "mon_cockatrice_chick_season_summer", + "mon_pheasant_chick_season_summer", + "mon_turkey_chick_season_summer", + "mon_crow_chick_season_summer", + "mon_grouse_chick_season_summer" + ], + "fg": 4183, + "rotates": false + }, + { "id": "mon_dog_gshepherd", "fg": 4297, "rotates": false }, + { "id": "mon_dog_gshepherd_season_autumn", "fg": 4298, "rotates": false }, + { "id": "mon_dog_gshepherd_season_winter", "fg": 4300, "rotates": false }, + { "id": "mon_dog_gshepherd_season_summer", "fg": 4299, "rotates": false }, + { "id": "mon_razorclaw", "fg": 4437, "rotates": false }, + { "id": "mon_razorclaw_season_autumn", "fg": 4438, "rotates": false }, + { "id": "mon_razorclaw_season_winter", "fg": 4440, "rotates": false }, + { "id": "mon_razorclaw_season_summer", "fg": 4439, "rotates": false }, + { + "id": "mon_zombie", + "fg": [ + { "weight": 5, "sprite": 4485 }, + { "weight": 3, "sprite": 4486 }, + { "weight": 2, "sprite": 4487 }, + { "weight": 1, "sprite": 4488 } + ] + }, + { + "id": "mon_zombie_season_autumn", + "fg": [ + { "weight": 5, "sprite": 4489 }, + { "weight": 3, "sprite": 4490 }, + { "weight": 2, "sprite": 4491 }, + { "weight": 1, "sprite": 4492 } + ] + }, + { + "id": "mon_zombie_season_winter", + "fg": [ + { "weight": 5, "sprite": 4497 }, + { "weight": 3, "sprite": 4498 }, + { "weight": 2, "sprite": 4499 }, + { "weight": 1, "sprite": 4500 } + ] + }, + { + "id": "mon_zombie_season_summer", + "fg": [ + { "weight": 5, "sprite": 4493 }, + { "weight": 3, "sprite": 4494 }, + { "weight": 2, "sprite": 4495 }, + { "weight": 1, "sprite": 4496 } + ] + }, + { "id": "mon_zombie_master", "fg": 4545, "rotates": false }, + { "id": "mon_zombie_master_season_autumn", "fg": 4546, "rotates": false }, + { "id": "mon_zombie_master_season_winter", "fg": 4548, "rotates": false }, + { "id": "mon_zombie_master_season_summer", "fg": 4547, "rotates": false }, + { + "id": "mon_zombie_skull_season_spring", + "fg": [ { "weight": 1, "sprite": 4586 }, { "weight": 1, "sprite": 4590 }, { "weight": 1, "sprite": 4594 } ] + }, + { + "id": "mon_zombie_skull_season_summer", + "fg": [ { "weight": 1, "sprite": 4587 }, { "weight": 1, "sprite": 4591 }, { "weight": 1, "sprite": 4595 } ] + }, + { + "id": "mon_zombie_skull_season_autumn", + "fg": [ { "weight": 1, "sprite": 4585 }, { "weight": 1, "sprite": 4589 }, { "weight": 1, "sprite": 4593 } ] + }, + { + "id": "mon_zombie_skull_season_winter", + "fg": [ { "weight": 1, "sprite": 4588 }, { "weight": 1, "sprite": 4592 }, { "weight": 1, "sprite": 4596 } ] + }, + { + "id": "mon_zombie_soldier_season_spring", + "fg": [ { "weight": 1, "sprite": 4598 }, { "weight": 1, "sprite": 4602 } ] + }, + { + "id": "mon_zombie_soldier_season_summer", + "fg": [ { "weight": 1, "sprite": 4599 }, { "weight": 1, "sprite": 4603 } ] + }, + { + "id": "mon_zombie_soldier_season_autumn", + "fg": [ { "weight": 1, "sprite": 4597 }, { "weight": 1, "sprite": 4601 } ] + }, + { + "id": "mon_zombie_soldier_season_winter", + "fg": [ { "weight": 1, "sprite": 4600 }, { "weight": 1, "sprite": 4604 } ] + }, + { + "id": "t_brick_wall_season_autumn", + "fg": 4668, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4653 }, + { "id": "corner", "fg": [ 4655, 4657, 4656, 4654 ] }, + { "id": "t_connection", "fg": [ 4665, 4667, 4666, 4664 ] }, + { "id": "edge", "fg": [ 4659, 4658 ] }, + { "id": "end_piece", "fg": [ 4661, 4663, 4662, 4660 ] }, + { "id": "unconnected", "fg": [ 4668, 4668 ] } + ] + }, + { + "id": "t_brick_wall_season_spring", + "fg": 4684, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4669 }, + { "id": "corner", "fg": [ 4671, 4673, 4672, 4670 ] }, + { "id": "t_connection", "fg": [ 4681, 4683, 4682, 4680 ] }, + { "id": "edge", "fg": [ 4675, 4674 ] }, + { "id": "end_piece", "fg": [ 4677, 4679, 4678, 4676 ] }, + { "id": "unconnected", "fg": [ 4684, 4684 ] } + ] + }, + { + "id": "t_brick_wall_season_summer", + "fg": 4700, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4685 }, + { "id": "corner", "fg": [ 4687, 4689, 4688, 4686 ] }, + { "id": "t_connection", "fg": [ 4697, 4699, 4698, 4696 ] }, + { "id": "edge", "fg": [ 4691, 4690 ] }, + { "id": "end_piece", "fg": [ 4693, 4695, 4694, 4692 ] }, + { "id": "unconnected", "fg": [ 4700, 4700 ] } + ] + }, + { + "id": "t_brick_wall_season_winter", + "fg": 4716, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4701 }, + { "id": "corner", "fg": [ 4703, 4705, 4704, 4702 ] }, + { "id": "t_connection", "fg": [ 4713, 4715, 4714, 4712 ] }, + { "id": "edge", "fg": [ 4707, 4706 ] }, + { "id": "end_piece", "fg": [ 4709, 4711, 4710, 4708 ] }, + { "id": "unconnected", "fg": [ 4716, 4716 ] } + ] + }, + { + "id": "t_carpet_base_season_autumn", + "fg": 4732, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4717 }, + { "id": "corner", "fg": [ 4719, 4721, 4720, 4718 ] }, + { "id": "t_connection", "fg": [ 4729, 4731, 4730, 4728 ] }, + { "id": "edge", "fg": [ 4723, 4722 ] }, + { "id": "end_piece", "fg": [ 4725, 4727, 4726, 4724 ] }, + { "id": "unconnected", "fg": [ 4732, 4732 ] } + ] + }, + { + "id": "t_carpet_base_season_spring", + "fg": 4748, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4733 }, + { "id": "corner", "fg": [ 4735, 4737, 4736, 4734 ] }, + { "id": "t_connection", "fg": [ 4745, 4747, 4746, 4744 ] }, + { "id": "edge", "fg": [ 4739, 4738 ] }, + { "id": "end_piece", "fg": [ 4741, 4743, 4742, 4740 ] }, + { "id": "unconnected", "fg": [ 4748, 4748 ] } + ] + }, + { + "id": "t_carpet_base_season_summer", + "fg": 4764, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4749 }, + { "id": "corner", "fg": [ 4751, 4753, 4752, 4750 ] }, + { "id": "t_connection", "fg": [ 4761, 4763, 4762, 4760 ] }, + { "id": "edge", "fg": [ 4755, 4754 ] }, + { "id": "end_piece", "fg": [ 4757, 4759, 4758, 4756 ] }, + { "id": "unconnected", "fg": [ 4764, 4764 ] } + ] + }, + { + "id": "t_carpet_base_season_winter", + "fg": 4780, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4765 }, + { "id": "corner", "fg": [ 4767, 4769, 4768, 4766 ] }, + { "id": "t_connection", "fg": [ 4777, 4779, 4778, 4776 ] }, + { "id": "edge", "fg": [ 4771, 4770 ] }, + { "id": "end_piece", "fg": [ 4773, 4775, 4774, 4772 ] }, + { "id": "unconnected", "fg": [ 4780, 4780 ] } + ] + }, + { + "id": "t_chainfence_season_autumn", + "fg": 4789, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4781 }, + { "id": "corner", "fg": [ 4783, 4785, 4784, 4782 ] }, + { "id": "t_connection", "fg": [ 4789, 4786, 4789, 4786 ] }, + { "id": "edge", "fg": [ 4786, 4789 ] }, + { "id": "end_piece", "fg": [ 4787, 4789, 4788, 4789 ] }, + { "id": "unconnected", "fg": [ 4789, 4789 ] } + ] + }, + { + "id": "t_chainfence_season_spring", + "fg": 4798, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4790 }, + { "id": "corner", "fg": [ 4792, 4794, 4793, 4791 ] }, + { "id": "t_connection", "fg": [ 4798, 4795, 4798, 4795 ] }, + { "id": "edge", "fg": [ 4795, 4798 ] }, + { "id": "end_piece", "fg": [ 4796, 4798, 4797, 4798 ] }, + { "id": "unconnected", "fg": [ 4798, 4798 ] } + ] + }, + { + "id": "t_chainfence_season_summer", + "fg": 4807, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4799 }, + { "id": "corner", "fg": [ 4801, 4803, 4802, 4800 ] }, + { "id": "t_connection", "fg": [ 4807, 4804, 4807, 4804 ] }, + { "id": "edge", "fg": [ 4804, 4807 ] }, + { "id": "end_piece", "fg": [ 4805, 4807, 4806, 4807 ] }, + { "id": "unconnected", "fg": [ 4807, 4807 ] } + ] + }, + { + "id": "t_chainfence_season_winter", + "fg": 4816, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4808 }, + { "id": "corner", "fg": [ 4810, 4812, 4811, 4809 ] }, + { "id": "t_connection", "fg": [ 4816, 4813, 4816, 4813 ] }, + { "id": "edge", "fg": [ 4813, 4816 ] }, + { "id": "end_piece", "fg": [ 4814, 4816, 4815, 4816 ] }, + { "id": "unconnected", "fg": [ 4816, 4816 ] } + ] + }, + { + "id": "t_dirt", + "fg": [ { "weight": 3, "sprite": 4841 }, { "weight": 1, "sprite": 4842 }, { "weight": 1, "sprite": 4843 } ] + }, + { + "id": "t_dirt_season_autumn", + "fg": [ { "weight": 3, "sprite": 4844 }, { "weight": 1, "sprite": 4845 }, { "weight": 1, "sprite": 4846 } ] + }, + { + "id": "t_dirt_season_winter", + "fg": [ { "weight": 3, "sprite": 4850 }, { "weight": 1, "sprite": 4851 }, { "weight": 1, "sprite": 4852 } ] + }, + { + "id": "t_dirt_season_summer", + "fg": [ { "weight": 3, "sprite": 4847 }, { "weight": 1, "sprite": 4848 }, { "weight": 1, "sprite": 4849 } ] + }, + { + "id": "t_fence_season_autumn", + "fg": 4888, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4873 }, + { "id": "corner", "fg": [ 4875, 4877, 4876, 4874 ] }, + { "id": "t_connection", "fg": [ 4885, 4887, 4886, 4884 ] }, + { "id": "edge", "fg": [ 4879, 4878 ] }, + { "id": "end_piece", "fg": [ 4881, 4883, 4882, 4880 ] }, + { "id": "unconnected", "fg": [ 4888, 4888 ] } + ] + }, + { + "id": "t_fence_season_spring", + "fg": 4904, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4889 }, + { "id": "corner", "fg": [ 4891, 4893, 4892, 4890 ] }, + { "id": "t_connection", "fg": [ 4901, 4903, 4902, 4900 ] }, + { "id": "edge", "fg": [ 4895, 4894 ] }, + { "id": "end_piece", "fg": [ 4897, 4899, 4898, 4896 ] }, + { "id": "unconnected", "fg": [ 4904, 4904 ] } + ] + }, + { + "id": "t_fence_season_summer", + "fg": 4920, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4905 }, + { "id": "corner", "fg": [ 4907, 4909, 4908, 4906 ] }, + { "id": "t_connection", "fg": [ 4917, 4919, 4918, 4916 ] }, + { "id": "edge", "fg": [ 4911, 4910 ] }, + { "id": "end_piece", "fg": [ 4913, 4915, 4914, 4912 ] }, + { "id": "unconnected", "fg": [ 4920, 4920 ] } + ] + }, + { + "id": "t_fence_season_winter", + "fg": 4936, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4921 }, + { "id": "corner", "fg": [ 4923, 4925, 4924, 4922 ] }, + { "id": "t_connection", "fg": [ 4933, 4935, 4934, 4932 ] }, + { "id": "edge", "fg": [ 4927, 4926 ] }, + { "id": "end_piece", "fg": [ 4929, 4931, 4930, 4928 ] }, + { "id": "unconnected", "fg": [ 4936, 4936 ] } + ] + }, + { + "id": "t_fence_rope_season_autumn", + "fg": 4947, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4947 }, + { "id": "corner", "fg": [ 4938, 4940, 4939, 4937 ] }, + { "id": "t_connection", "fg": [ 4941, 4942, 4941, 4942 ] }, + { "id": "edge", "fg": [ 4942, 4941 ] }, + { "id": "end_piece", "fg": [ 4944, 4946, 4945, 4943 ] }, + { "id": "unconnected", "fg": [ 4947, 4947 ] } + ] + }, + { + "id": "t_fence_rope_season_spring", + "fg": 4958, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4958 }, + { "id": "corner", "fg": [ 4949, 4951, 4950, 4948 ] }, + { "id": "t_connection", "fg": [ 4952, 4953, 4952, 4953 ] }, + { "id": "edge", "fg": [ 4953, 4952 ] }, + { "id": "end_piece", "fg": [ 4955, 4957, 4956, 4954 ] }, + { "id": "unconnected", "fg": [ 4958, 4958 ] } + ] + }, + { + "id": "t_fence_rope_season_summer", + "fg": 4969, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4969 }, + { "id": "corner", "fg": [ 4960, 4962, 4961, 4959 ] }, + { "id": "t_connection", "fg": [ 4963, 4964, 4963, 4964 ] }, + { "id": "edge", "fg": [ 4964, 4963 ] }, + { "id": "end_piece", "fg": [ 4966, 4968, 4967, 4965 ] }, + { "id": "unconnected", "fg": [ 4969, 4969 ] } + ] + }, + { + "id": "t_fence_rope_season_winter", + "fg": 4980, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4980 }, + { "id": "corner", "fg": [ 4971, 4973, 4972, 4970 ] }, + { "id": "t_connection", "fg": [ 4974, 4975, 4974, 4975 ] }, + { "id": "edge", "fg": [ 4975, 4974 ] }, + { "id": "end_piece", "fg": [ 4977, 4979, 4978, 4976 ] }, + { "id": "unconnected", "fg": [ 4980, 4980 ] } + ] + }, + { "id": "t_fern_season_spring", "fg": 4990, "bg": 5021, "rotates": false }, + { "id": "t_fern_season_autumn", "fg": 4989, "bg": 5023, "rotates": false }, + { "id": "t_fern_season_winter", "fg": 4992, "bg": 5027, "rotates": false }, + { "id": "t_fern_season_summer", "fg": 4991, "bg": 5025, "rotates": false }, + { "id": "t_fern_harvested_season_spring", "fg": 4994, "bg": 5021, "rotates": false }, + { "id": "t_fern_harvested_season_autumn", "fg": 4993, "bg": 5023, "rotates": false }, + { "id": "t_fern_harvested_season_winter", "fg": 4996, "bg": 5027, "rotates": false }, + { "id": "t_fern_harvested_season_summer", "fg": 4995, "bg": 5025, "rotates": false }, + { + "id": "t_floor", + "fg": [ { "weight": 12, "sprite": 4997 }, { "weight": 1, "sprite": 4998 }, { "weight": 1, "sprite": 4999 } ] + }, + { + "id": "t_floor_season_autumn", + "fg": [ { "weight": 12, "sprite": 5000 }, { "weight": 1, "sprite": 5001 }, { "weight": 1, "sprite": 5002 } ] + }, + { + "id": "t_floor_season_winter", + "fg": [ { "weight": 12, "sprite": 5006 }, { "weight": 1, "sprite": 5007 }, { "weight": 1, "sprite": 5008 } ] + }, + { + "id": "t_floor_season_summer", + "fg": [ { "weight": 12, "sprite": 5003 }, { "weight": 1, "sprite": 5004 }, { "weight": 1, "sprite": 5005 } ] + }, + { "id": "t_golf_hole_season_spring", "fg": 5018, "bg": 5021, "rotates": false }, + { "id": "t_golf_hole_season_autumn", "fg": 5017, "bg": 5023, "rotates": false }, + { "id": "t_golf_hole_season_winter", "fg": 5020, "bg": 5027, "rotates": false }, + { "id": "t_golf_hole_season_summer", "fg": 5019, "bg": 5025, "rotates": false }, + { "id": "t_grass", "fg": [ { "weight": 12, "sprite": 5021 }, { "weight": 1, "sprite": 5022 } ] }, + { "id": "t_grass_season_autumn", "fg": [ { "weight": 12, "sprite": 5023 }, { "weight": 1, "sprite": 5024 } ] }, + { "id": "t_grass_season_winter", "fg": [ { "weight": 12, "sprite": 5027 }, { "weight": 1, "sprite": 5028 } ] }, + { "id": "t_grass_season_summer", "fg": [ { "weight": 12, "sprite": 5025 }, { "weight": 1, "sprite": 5026 } ] }, + { + "id": "t_grass_long", + "fg": [ + { "weight": 2, "sprite": 5033 }, + { "weight": 4, "sprite": 5034 }, + { "weight": 1, "sprite": 5035 }, + { "weight": 1, "sprite": 5036 } + ] + }, + { + "id": "t_grass_long_season_autumn", + "fg": [ + { "weight": 2, "sprite": 5037 }, + { "weight": 4, "sprite": 5038 }, + { "weight": 1, "sprite": 5039 }, + { "weight": 1, "sprite": 5040 } + ] + }, + { + "id": "t_grass_long_season_winter", + "fg": [ + { "weight": 2, "sprite": 5045 }, + { "weight": 4, "sprite": 5046 }, + { "weight": 1, "sprite": 5047 }, + { "weight": 1, "sprite": 5048 } + ] + }, + { + "id": "t_grass_long_season_summer", + "fg": [ + { "weight": 2, "sprite": 5041 }, + { "weight": 4, "sprite": 5042 }, + { "weight": 1, "sprite": 5043 }, + { "weight": 1, "sprite": 5044 } + ] + }, + { + "id": "t_grass_tall", + "fg": [ + { "weight": 3, "sprite": 5049 }, + { "weight": 1, "sprite": 5050 }, + { "weight": 1, "sprite": 5051 }, + { "weight": 1, "sprite": 5052 } + ] + }, + { + "id": "t_grass_tall_season_autumn", + "fg": [ + { "weight": 3, "sprite": 5053 }, + { "weight": 1, "sprite": 5054 }, + { "weight": 1, "sprite": 5055 }, + { "weight": 1, "sprite": 5056 } + ] + }, + { + "id": "t_grass_tall_season_winter", + "fg": [ + { "weight": 3, "sprite": 5061 }, + { "weight": 1, "sprite": 5062 }, + { "weight": 1, "sprite": 5063 }, + { "weight": 1, "sprite": 5064 } + ] + }, + { + "id": "t_grass_tall_season_summer", + "fg": [ + { "weight": 3, "sprite": 5057 }, + { "weight": 1, "sprite": 5058 }, + { "weight": 1, "sprite": 5059 }, + { "weight": 1, "sprite": 5060 } + ] + }, + { "id": [ "t_linoleum_gray_season_spring", "t_linoleum_white_season_spring" ], "fg": 5086, "rotates": false }, + { "id": [ "t_linoleum_gray_season_autumn", "t_linoleum_white_season_autumn" ], "fg": 5085, "rotates": false }, + { "id": [ "t_linoleum_gray_season_winter", "t_linoleum_white_season_winter" ], "fg": 5088, "rotates": false }, + { "id": [ "t_linoleum_gray_season_summer", "t_linoleum_white_season_summer" ], "fg": 5087, "rotates": false }, + { + "id": "t_pavement_season_spring", + "fg": [ { "weight": 40, "sprite": 5094 }, { "weight": 1, "sprite": 5098 }, { "weight": 1, "sprite": 5102 } ] + }, + { + "id": "t_pavement_season_autumn", + "fg": [ { "weight": 40, "sprite": 5093 }, { "weight": 1, "sprite": 5097 }, { "weight": 1, "sprite": 5101 } ] + }, + { + "id": "t_pavement_season_winter", + "fg": [ { "weight": 40, "sprite": 5096 }, { "weight": 1, "sprite": 5100 }, { "weight": 1, "sprite": 5104 } ] + }, + { + "id": "t_pavement_season_summer", + "fg": [ { "weight": 40, "sprite": 5095 }, { "weight": 1, "sprite": 5099 }, { "weight": 1, "sprite": 5103 } ] + }, + { + "id": "t_privacy_fence_season_autumn", + "fg": 5120, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5109 }, + { "id": "corner", "fg": [ 5111, 5113, 5112, 5110 ] }, + { "id": "t_connection", "fg": [ 5120, 5115, 5120, 5115 ] }, + { "id": "edge", "fg": [ 5115, 5114 ] }, + { "id": "end_piece", "fg": [ 5117, 5119, 5118, 5116 ] }, + { "id": "unconnected", "fg": [ 5120, 5120 ] } + ] + }, + { + "id": "t_privacy_fence_season_spring", + "fg": 5132, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5121 }, + { "id": "corner", "fg": [ 5123, 5125, 5124, 5122 ] }, + { "id": "t_connection", "fg": [ 5132, 5127, 5132, 5127 ] }, + { "id": "edge", "fg": [ 5127, 5126 ] }, + { "id": "end_piece", "fg": [ 5129, 5131, 5130, 5128 ] }, + { "id": "unconnected", "fg": [ 5132, 5132 ] } + ] + }, + { + "id": "t_privacy_fence_season_summer", + "fg": 5144, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5133 }, + { "id": "corner", "fg": [ 5135, 5137, 5136, 5134 ] }, + { "id": "t_connection", "fg": [ 5144, 5139, 5144, 5139 ] }, + { "id": "edge", "fg": [ 5139, 5138 ] }, + { "id": "end_piece", "fg": [ 5141, 5143, 5142, 5140 ] }, + { "id": "unconnected", "fg": [ 5144, 5144 ] } + ] + }, + { + "id": "t_privacy_fence_season_winter", + "fg": 5156, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5145 }, + { "id": "corner", "fg": [ 5147, 5149, 5148, 5146 ] }, + { "id": "t_connection", "fg": [ 5156, 5151, 5156, 5151 ] }, + { "id": "edge", "fg": [ 5151, 5150 ] }, + { "id": "end_piece", "fg": [ 5153, 5155, 5154, 5152 ] }, + { "id": "unconnected", "fg": [ 5156, 5156 ] } + ] + }, + { + "id": "t_rock_wall_season_autumn", + "fg": 5180, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5165 }, + { "id": "corner", "fg": [ 5167, 5169, 5168, 5166 ] }, + { "id": "t_connection", "fg": [ 5177, 5179, 5178, 5176 ] }, + { "id": "edge", "fg": [ 5171, 5170 ] }, + { "id": "end_piece", "fg": [ 5173, 5175, 5174, 5172 ] }, + { "id": "unconnected", "fg": [ 5180, 5180 ] } + ] + }, + { + "id": "t_rock_wall_season_spring", + "fg": 5196, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5181 }, + { "id": "corner", "fg": [ 5183, 5185, 5184, 5182 ] }, + { "id": "t_connection", "fg": [ 5193, 5195, 5194, 5192 ] }, + { "id": "edge", "fg": [ 5187, 5186 ] }, + { "id": "end_piece", "fg": [ 5189, 5191, 5190, 5188 ] }, + { "id": "unconnected", "fg": [ 5196, 5196 ] } + ] + }, + { + "id": "t_rock_wall_season_summer", + "fg": 5212, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5197 }, + { "id": "corner", "fg": [ 5199, 5201, 5200, 5198 ] }, + { "id": "t_connection", "fg": [ 5209, 5211, 5210, 5208 ] }, + { "id": "edge", "fg": [ 5203, 5202 ] }, + { "id": "end_piece", "fg": [ 5205, 5207, 5206, 5204 ] }, + { "id": "unconnected", "fg": [ 5212, 5212 ] } + ] + }, + { + "id": "t_rock_wall_season_winter", + "fg": 5228, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5213 }, + { "id": "corner", "fg": [ 5215, 5217, 5216, 5214 ] }, + { "id": "t_connection", "fg": [ 5225, 5227, 5226, 5224 ] }, + { "id": "edge", "fg": [ 5219, 5218 ] }, + { "id": "end_piece", "fg": [ 5221, 5223, 5222, 5220 ] }, + { "id": "unconnected", "fg": [ 5228, 5228 ] } + ] + }, + { "id": "t_shrub_season_spring", "fg": 5230, "bg": 5021, "rotates": false }, + { "id": "t_shrub_season_autumn", "fg": 5229, "bg": 5023, "rotates": false }, + { "id": "t_shrub_season_winter", "fg": 5232, "bg": 5027, "rotates": false }, + { "id": "t_shrub_season_summer", "fg": 5231, "bg": 5025, "rotates": false }, + { "id": "t_shrub_hydrangea_season_spring", "fg": 5234, "bg": 5021, "rotates": false }, + { "id": "t_shrub_hydrangea_season_autumn", "fg": 5233, "bg": 5023, "rotates": false }, + { "id": "t_shrub_hydrangea_season_winter", "fg": 5236, "bg": 5027, "rotates": false }, + { "id": "t_shrub_hydrangea_season_summer", "fg": 5235, "bg": 5025, "rotates": false }, + { + "id": "t_sidewalk_season_spring", + "fg": [ + { "weight": 40, "sprite": 5238 }, + { "weight": 1, "sprite": 5242 }, + { "weight": 1, "sprite": 5246 }, + { "weight": 1, "sprite": 5250 } + ] + }, + { + "id": "t_sidewalk_season_autumn", + "fg": [ + { "weight": 40, "sprite": 5237 }, + { "weight": 1, "sprite": 5241 }, + { "weight": 1, "sprite": 5245 }, + { "weight": 1, "sprite": 5249 } + ] + }, + { + "id": "t_sidewalk_season_winter", + "fg": [ + { "weight": 40, "sprite": 5240 }, + { "weight": 1, "sprite": 5244 }, + { "weight": 1, "sprite": 5248 }, + { "weight": 1, "sprite": 5252 } + ] + }, + { + "id": "t_sidewalk_season_summer", + "fg": [ + { "weight": 40, "sprite": 5239 }, + { "weight": 1, "sprite": 5243 }, + { "weight": 1, "sprite": 5247 }, + { "weight": 1, "sprite": 5251 } + ] + }, + { "id": [ "t_stairs_down_season_spring", "t_wood_stairs_down_season_spring" ], "fg": 5254, "rotates": false }, + { "id": [ "t_stairs_down_season_winter", "t_wood_stairs_down_season_winter" ], "fg": 5256, "rotates": false }, + { "id": [ "t_stairs_down_season_autumn", "t_wood_stairs_down_season_autumn" ], "fg": 5253, "rotates": false }, + { "id": [ "t_stairs_down_season_summer", "t_wood_stairs_down_season_summer" ], "fg": 5255, "rotates": false }, + { "id": [ "t_stairs_up_season_spring", "t_wood_stairs_up_season_spring" ], "fg": 5258, "rotates": false }, + { "id": [ "t_stairs_up_season_winter", "t_wood_stairs_up_season_winter" ], "fg": 5260, "rotates": false }, + { "id": [ "t_stairs_up_season_autumn", "t_wood_stairs_up_season_autumn" ], "fg": 5257, "rotates": false }, + { "id": [ "t_stairs_up_season_summer", "t_wood_stairs_up_season_summer" ], "fg": 5259, "rotates": false }, + { "id": "t_stump_season_spring", "fg": 5262, "bg": 5021, "rotates": false }, + { "id": "t_stump_season_autumn", "fg": 5261, "bg": 5023, "rotates": false }, + { "id": "t_stump_season_winter", "fg": 5264, "bg": 5027, "rotates": false }, + { "id": "t_stump_season_summer", "fg": 5263, "bg": 5025, "rotates": false }, + { + "id": "t_thconc_floor_season_spring", + "fg": [ { "weight": 1, "sprite": 5266 }, { "weight": 1, "sprite": 5270 }, { "weight": 10, "sprite": 5274 } ] + }, + { + "id": "t_thconc_floor_season_autumn", + "fg": [ { "weight": 5, "sprite": 5265 }, { "weight": 1, "sprite": 5269 }, { "weight": 10, "sprite": 5273 } ] + }, + { + "id": "t_thconc_floor_season_winter", + "fg": [ { "weight": 5, "sprite": 5268 }, { "weight": 1, "sprite": 5272 }, { "weight": 10, "sprite": 5276 } ] + }, + { + "id": "t_thconc_floor_season_summer", + "fg": [ { "weight": 5, "sprite": 5267 }, { "weight": 1, "sprite": 5271 }, { "weight": 10, "sprite": 5275 } ] + }, + { "id": "t_trunk_season_spring", "fg": 5278, "bg": 5021, "rotates": false }, + { "id": "t_trunk_season_autumn", "fg": 5277, "bg": 5023, "rotates": false }, + { "id": "t_trunk_season_winter", "fg": 5280, "bg": 5027, "rotates": false }, + { "id": "t_trunk_season_summer", "fg": 5279, "bg": 5025, "rotates": false }, + { "id": "t_underbrush_season_spring", "fg": 5282, "bg": 5021, "rotates": false }, + { "id": "t_underbrush_season_autumn", "fg": 5281, "bg": 5023, "rotates": false }, + { "id": "t_underbrush_season_winter", "fg": 5284, "bg": 5027, "rotates": false }, + { "id": "t_underbrush_season_summer", "fg": 5283, "bg": 5025, "rotates": false }, + { "id": "t_underbrush_harvested_spring", "fg": 5286, "bg": 5021, "rotates": false }, + { "id": "t_underbrush_harvested_autumn", "fg": 5285, "bg": 5023, "rotates": false }, + { "id": "t_underbrush_harvested_winter", "fg": 5288, "bg": 5027, "rotates": false }, + { "id": "t_underbrush_harvested_summer", "fg": 5287, "bg": 5025, "rotates": false }, + { + "id": "t_wall_season_autumn", + "fg": 5304, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5289 }, + { "id": "corner", "fg": [ 5291, 5293, 5292, 5290 ] }, + { "id": "t_connection", "fg": [ 5301, 5303, 5302, 5300 ] }, + { "id": "edge", "fg": [ 5295, 5294 ] }, + { "id": "end_piece", "fg": [ 5297, 5299, 5298, 5296 ] }, + { "id": "unconnected", "fg": [ 5304, 5304 ] } + ] + }, + { + "id": "t_wall_season_spring", + "fg": 5320, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5305 }, + { "id": "corner", "fg": [ 5307, 5309, 5308, 5306 ] }, + { "id": "t_connection", "fg": [ 5317, 5319, 5318, 5316 ] }, + { "id": "edge", "fg": [ 5311, 5310 ] }, + { "id": "end_piece", "fg": [ 5313, 5315, 5314, 5312 ] }, + { "id": "unconnected", "fg": [ 5320, 5320 ] } + ] + }, + { + "id": "t_wall_season_summer", + "fg": 5336, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5321 }, + { "id": "corner", "fg": [ 5323, 5325, 5324, 5322 ] }, + { "id": "t_connection", "fg": [ 5333, 5335, 5334, 5332 ] }, + { "id": "edge", "fg": [ 5327, 5326 ] }, + { "id": "end_piece", "fg": [ 5329, 5331, 5330, 5328 ] }, + { "id": "unconnected", "fg": [ 5336, 5336 ] } + ] + }, + { + "id": "t_wall_season_winter", + "fg": 5352, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5337 }, + { "id": "corner", "fg": [ 5339, 5341, 5340, 5338 ] }, + { "id": "t_connection", "fg": [ 5349, 5351, 5350, 5348 ] }, + { "id": "edge", "fg": [ 5343, 5342 ] }, + { "id": "end_piece", "fg": [ 5345, 5347, 5346, 5344 ] }, + { "id": "unconnected", "fg": [ 5352, 5352 ] } + ] + }, + { + "id": "t_wall_glass_season_autumn", + "fg": 5368, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5353 }, + { "id": "corner", "fg": [ 5355, 5357, 5356, 5354 ] }, + { "id": "t_connection", "fg": [ 5365, 5367, 5366, 5364 ] }, + { "id": "edge", "fg": [ 5359, 5358 ] }, + { "id": "end_piece", "fg": [ 5361, 5363, 5362, 5360 ] }, + { "id": "unconnected", "fg": [ 5368, 5368 ] } + ] + }, + { + "id": "t_wall_glass_season_spring", + "fg": 5384, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5369 }, + { "id": "corner", "fg": [ 5371, 5373, 5372, 5370 ] }, + { "id": "t_connection", "fg": [ 5381, 5383, 5382, 5380 ] }, + { "id": "edge", "fg": [ 5375, 5374 ] }, + { "id": "end_piece", "fg": [ 5377, 5379, 5378, 5376 ] }, + { "id": "unconnected", "fg": [ 5384, 5384 ] } + ] + }, + { + "id": "t_wall_glass_season_summer", + "fg": 5400, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5385 }, + { "id": "corner", "fg": [ 5387, 5389, 5388, 5386 ] }, + { "id": "t_connection", "fg": [ 5397, 5399, 5398, 5396 ] }, + { "id": "edge", "fg": [ 5391, 5390 ] }, + { "id": "end_piece", "fg": [ 5393, 5395, 5394, 5392 ] }, + { "id": "unconnected", "fg": [ 5400, 5400 ] } + ] + }, + { + "id": "t_wall_glass_season_winter", + "fg": 5416, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 5401 }, + { "id": "corner", "fg": [ 5403, 5405, 5404, 5402 ] }, + { "id": "t_connection", "fg": [ 5413, 5415, 5414, 5412 ] }, + { "id": "edge", "fg": [ 5407, 5406 ] }, + { "id": "end_piece", "fg": [ 5409, 5411, 5410, 5408 ] }, + { "id": "unconnected", "fg": [ 5416, 5416 ] } + ] + }, + { + "id": [ + "t_window_taped_season_spring", + "t_window_no_curtains_taped_season_spring", + "t_window_domestic_taped_season_spring", + "t_window_alarm_taped_season_spring" + ], + "fg": 5462 + }, + { + "id": [ + "t_window_taped_season_summer", + "t_window_no_curtains_taped_season_summer", + "t_window_domestic_taped_season_summer", + "t_window_alarm_taped_season_summer" + ], + "fg": 5463 + }, + { + "id": [ + "t_window_taped_season_autumn", + "t_window_no_curtains_taped_season_autumn", + "t_window_domestic_taped_season_autumn", + "t_window_alarm_taped_season_autumn" + ], + "fg": 5461 + }, + { + "id": [ + "t_window_taped_season_winter", + "t_window_no_curtains_taped_season_winter", + "t_window_domestic_taped_season_winter", + "t_window_alarm_taped_season_winter" + ], + "fg": 5464 + }, + { + "id": [ "vp_board_ne", "vp_board_ne_edge" ], + "fg": 5478, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5478 } ] + }, + { + "id": [ "vp_board_ne_season_summer", "vp_board_ne_edge_season_summer" ], + "fg": 5479, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5479 } ] + }, + { + "id": [ "vp_board_ne_season_autumn", "vp_board_ne_edge_season_autumn" ], + "fg": 5477, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5477 } ] + }, + { + "id": [ "vp_board_ne_season_winter", "vp_board_ne_edge_season_winter" ], + "fg": 5480, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5480 } ] + }, + { + "id": [ "vp_board_nw", "vp_board_nw_edge" ], + "fg": 5482, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5482 } ] + }, + { + "id": [ "vp_board_nw_season_summer", "vp_board_nw_edge_season_summer" ], + "fg": 5483, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5483 } ] + }, + { + "id": [ "vp_board_nw_season_autumn", "vp_board_nw_edge_season_autumn" ], + "fg": 5481, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5481 } ] + }, + { + "id": [ "vp_board_nw_season_winter", "vp_board_nw_edge_season_winter" ], + "fg": 5484, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5484 } ] + }, + { + "id": "vp_board_se", + "fg": 5486, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5486 } ] + }, + { + "id": "vp_board_se_season_summer", + "fg": 5487, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5487 } ] + }, + { + "id": "vp_board_se_season_autumn", + "fg": 5485, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5485 } ] + }, + { + "id": "vp_board_se_season_winter", + "fg": 5488, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5488 } ] + }, + { + "id": "vp_board_sw", + "fg": 5490, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5490 } ] + }, + { + "id": "vp_board_sw_season_summer", + "fg": 5491, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5491 } ] + }, + { + "id": "vp_board_sw_season_autumn", + "fg": 5489, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5489 } ] + }, + { + "id": "vp_board_sw_season_winter", + "fg": 5492, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5492 } ] + }, + { + "id": "vp_board_vertical_left", + "fg": 5502, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5502 } ] + }, + { + "id": "vp_board_vertical_left_season_summer", + "fg": 5503, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5503 } ] + }, + { + "id": "vp_board_vertical_left_season_autumn", + "fg": 5501, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5501 } ] + }, + { + "id": "vp_board_vertical_left_season_winter", + "fg": 5504, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5504 } ] + }, + { + "id": "vp_board_wheel_left", + "fg": 5510, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5510 } ] + }, + { + "id": "vp_board_wheel_left_season_summer", + "fg": 5511, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5511 } ] + }, + { + "id": "vp_board_wheel_left_season_autumn", + "fg": 5509, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5509 } ] + }, + { + "id": "vp_board_wheel_left_season_winter", + "fg": 5512, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5512 } ] + }, + { + "id": "vp_board_vertical_right", + "fg": 5506, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5506 } ] + }, + { + "id": "vp_board_vertical_right_season_summer", + "fg": 5507, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5507 } ] + }, + { + "id": "vp_board_vertical_right_season_autumn", + "fg": 5505, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5505 } ] + }, + { + "id": "vp_board_vertical_right_season_winter", + "fg": 5508, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5508 } ] + }, + { + "id": "vp_board_wheel_right", + "fg": 5514, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5514 } ] + }, + { + "id": "vp_board_wheel_right_season_summer", + "fg": 5515, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5515 } ] + }, + { + "id": "vp_board_wheel_right_season_autumn", + "fg": 5513, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5513 } ] + }, + { + "id": "vp_board_wheel_right_season_winter", + "fg": 5516, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5516 } ] + }, + { + "id": [ + "vp_board", + "vp_board_horizontal", + "vp_board_horizontal_2", + "vp_board_horizontal_front", + "vp_board_cover_left", + "vp_board_cover_right" + ], + "fg": 5474, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5474 } ] + }, + { + "id": [ + "vp_board_season_summer", + "vp_board_horizontal_season_summer", + "vp_board_horizontal_2_season_summer", + "vp_board_horizontal_front_season_summer", + "vp_board_cover_left_season_summer", + "vp_board_cover_right_season_summer" + ], + "fg": 5475, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5475 } ] + }, + { + "id": [ + "vp_board_season_autumn", + "vp_board_horizontal_season_autumn", + "vp_board_horizontal_2_season_autumn", + "vp_board_horizontal_front_season_autumn", + "vp_board_cover_left_season_autumn", + "vp_board_cover_right_season_autumn" + ], + "fg": 5473, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5473 } ] + }, + { + "id": [ + "vp_board_season_winter", + "vp_board_horizontal_season_winter", + "vp_board_horizontal_2_season_winter", + "vp_board_horizontal_front_season_winter", + "vp_board_cover_left_season_winter", + "vp_board_cover_right_season_winter" + ], + "fg": 5476, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5476 } ] + }, + { + "id": "vp_board_horizontal_rear", + "fg": 5970, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5970 } ] + }, + { + "id": "vp_board_horizontal_rear_season_summer", + "fg": 5971, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5971 } ] + }, + { + "id": "vp_board_horizontal_rear_season_autumn", + "fg": 5969, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5969 } ] + }, + { + "id": "vp_board_horizontal_rear_season_winter", + "fg": 5972, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5972 } ] + }, + { + "id": "vp_board_horizontal_2_rear", + "fg": 5962, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5962 } ] + }, + { + "id": "vp_board_horizontal_2_rear_season_summer", + "fg": 5963, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5963 } ] + }, + { + "id": "vp_board_horizontal_2_rear_season_autumn", + "fg": 5961, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5961 } ] + }, + { + "id": "vp_board_horizontal_2_rear_season_winter", + "fg": 5964, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5964 } ] + }, + { + "id": [ "vp_board_vertical", "vp_board_vertical_2" ], + "fg": 5502, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5502 } ] + }, + { + "id": [ "vp_board_vertical_season_summer", "vp_board_vertical_2_season_summer" ], + "fg": 5503, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5503 } ] + }, + { + "id": [ "vp_board_vertical_season_autumn", "vp_board_vertical_2_season_autumn" ], + "fg": 5501, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5501 } ] + }, + { + "id": [ "vp_board_vertical_season_winter", "vp_board_vertical_2_season_winter" ], + "fg": 5504, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5504 } ] + }, + { + "id": "vp_board_vertical_T_left", + "fg": 5494, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5494 } ] + }, + { + "id": "vp_board_vertical_T_left_season_summer", + "fg": 5495, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5495 } ] + }, + { + "id": "vp_board_vertical_T_left_season_autumn", + "fg": 5493, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5493 } ] + }, + { + "id": "vp_board_vertical_T_left_season_winter", + "fg": 5496, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5496 } ] + }, + { + "id": "vp_board_vertical_T_right", + "fg": 5498, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5498 } ] + }, + { + "id": "vp_board_vertical_T_right_season_summer", + "fg": 5499, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5499 } ] + }, + { + "id": "vp_board_vertical_T_right_season_autumn", + "fg": 5497, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5497 } ] + }, + { + "id": "vp_board_vertical_T_right_season_winter", + "fg": 5500, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5500 } ] + }, + { + "id": [ "vp_hdboard_ne", "vp_hdboard_ne_edge" ], + "fg": 5522, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5522 } ] + }, + { + "id": [ "vp_hdboard_ne_season_summer", "vp_hdboard_ne_edge_season_summer" ], + "fg": 5523, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5523 } ] + }, + { + "id": [ "vp_hdboard_ne_season_autumn", "vp_hdboard_ne_edge_season_autumn" ], + "fg": 5521, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5521 } ] + }, + { + "id": [ "vp_hdboard_ne_season_winter", "vp_hdboard_ne_edge_season_winter" ], + "fg": 5524, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5524 } ] + }, + { + "id": [ "vp_hdboard_nw", "vp_hdboard_nw_edge" ], + "fg": 5526, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5526 } ] + }, + { + "id": [ "vp_hdboard_nw_season_summer", "vp_hdboard_nw_edge_season_summer" ], + "fg": 5527, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5527 } ] + }, + { + "id": [ "vp_hdboard_nw_season_autumn", "vp_hdboard_nw_edge_season_autumn" ], + "fg": 5525, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5525 } ] + }, + { + "id": [ "vp_hdboard_nw_season_winter", "vp_hdboard_nw_edge_season_winter" ], + "fg": 5528, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5528 } ] + }, + { + "id": "vp_hdboard_se", + "fg": 5530, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5530 } ] + }, + { + "id": "vp_hdboard_se_season_summer", + "fg": 5531, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5531 } ] + }, + { + "id": "vp_hdboard_se_season_autumn", + "fg": 5529, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5529 } ] + }, + { + "id": "vp_hdboard_se_season_winter", + "fg": 5532, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5532 } ] + }, + { + "id": "vp_hdboard_sw", + "fg": 5534, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5534 } ] + }, + { + "id": "vp_hdboard_sw_season_summer", + "fg": 5535, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5535 } ] + }, + { + "id": "vp_hdboard_sw_season_autumn", + "fg": 5533, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5533 } ] + }, + { + "id": "vp_hdboard_sw_season_winter", + "fg": 5536, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5536 } ] + }, + { + "id": "vp_hdboard_vertical_left", + "fg": 5546, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5546 } ] + }, + { + "id": "vp_hdboard_vertical_left_season_summer", + "fg": 5547, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5547 } ] + }, + { + "id": "vp_hdboard_vertical_left_season_autumn", + "fg": 5545, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5545 } ] + }, + { + "id": "vp_hdboard_vertical_left_season_winter", + "fg": 5548, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5548 } ] + }, + { + "id": "vp_hdboard_wheel_left", + "fg": 5554, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5554 } ] + }, + { + "id": "vp_hdboard_wheel_left_season_summer", + "fg": 5555, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5555 } ] + }, + { + "id": "vp_hdboard_wheel_left_season_autumn", + "fg": 5553, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5553 } ] + }, + { + "id": "vp_hdboard_wheel_left_season_winter", + "fg": 5556, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5556 } ] + }, + { + "id": "vp_hdboard_vertical_right", + "fg": 5550, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5550 } ] + }, + { + "id": "vp_hdboard_vertical_right_season_summer", + "fg": 5551, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5551 } ] + }, + { + "id": "vp_hdboard_vertical_right_season_autumn", + "fg": 5549, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5549 } ] + }, + { + "id": "vp_hdboard_vertical_right_season_winter", + "fg": 5552, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5552 } ] + }, + { + "id": "vp_hdboard_wheel_right", + "fg": 5558, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5558 } ] + }, + { + "id": "vp_hdboard_wheel_right_season_summer", + "fg": 5559, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5559 } ] + }, + { + "id": "vp_hdboard_wheel_right_season_autumn", + "fg": 5557, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5557 } ] + }, + { + "id": "vp_hdboard_wheel_right_season_winter", + "fg": 5560, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5560 } ] + }, + { + "id": [ + "vp_hdboard", + "vp_hdboard_horizontal", + "vp_hdboard_horizontal_2", + "vp_hdboard_horizontal_front", + "vp_hdboard_cover_left", + "vp_hdboard_cover_right" + ], + "fg": 5518, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5518 } ] + }, + { + "id": [ + "vp_hdboard_season_summer", + "vp_hdboard_horizontal_season_summer", + "vp_hdboard_horizontal_2_season_summer", + "vp_hdboard_horizontal_front_season_summer", + "vp_hdboard_cover_left_season_summer", + "vp_hdboard_cover_right_season_summer" + ], + "fg": 5519, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5519 } ] + }, + { + "id": [ + "vp_hdboard_season_autumn", + "vp_hdboard_horizontal_season_autumn", + "vp_hdboard_horizontal_2_season_autumn", + "vp_hdboard_horizontal_front_season_autumn", + "vp_hdboard_cover_left_season_autumn", + "vp_hdboard_cover_right_season_autumn" + ], + "fg": 5517, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5517 } ] + }, + { + "id": [ + "vp_hdboard_season_winter", + "vp_hdboard_horizontal_season_winter", + "vp_hdboard_horizontal_2_season_winter", + "vp_hdboard_horizontal_front_season_winter", + "vp_hdboard_cover_left_season_winter", + "vp_hdboard_cover_right_season_winter" + ], + "fg": 5520, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5520 } ] + }, + { + "id": "vp_hdboard_horizontal_rear", + "fg": 6014, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6014 } ] + }, + { + "id": "vp_hdboard_horizontal_rear_season_summer", + "fg": 6015, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6015 } ] + }, + { + "id": "vp_hdboard_horizontal_rear_season_autumn", + "fg": 6021, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6013 } ] + }, + { + "id": "vp_hdboard_horizontal_rear_season_winter", + "fg": 6016, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6016 } ] + }, + { + "id": "vp_hdboard_horizontal_2_rear", + "fg": 5970, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5970 } ] + }, + { + "id": "vp_hdboard_horizontal_2_rear_season_summer", + "fg": 5963, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5971 } ] + }, + { + "id": "vp_hdboard_horizontal_2_rear_season_autumn", + "fg": 5969, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5969 } ] + }, + { + "id": "vp_hdboard_horizontal_2_rear_season_winter", + "fg": 5972, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5972 } ] + }, + { + "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], + "fg": 5546, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5546 } ] + }, + { + "id": [ "vp_hdboard_vertical_season_summer", "vp_hdboard_vertical_2_season_summer" ], + "fg": 5547, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5547 } ] + }, + { + "id": [ "vp_hdboard_vertical_season_autumn", "vp_hdboard_vertical_2_season_autumn" ], + "fg": 5545, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5545 } ] + }, + { + "id": [ "vp_hdboard_vertical_season_winter", "vp_hdboard_vertical_2_season_winter" ], + "fg": 5548, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5548 } ] + }, + { + "id": "vp_hdboard_vertical_T_left", + "fg": 5538, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5538 } ] + }, + { + "id": "vp_hdboard_vertical_T_left_season_summer", + "fg": 5539, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5539 } ] + }, + { + "id": "vp_hdboard_vertical_T_left_season_autumn", + "fg": 5537, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5537 } ] + }, + { + "id": "vp_hdboard_vertical_T_left_season_winter", + "fg": 5540, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5540 } ] + }, + { + "id": "vp_hdboard_vertical_T_right", + "fg": 5542, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5542 } ] + }, + { + "id": "vp_hdboard_vertical_T_right_season_summer", + "fg": 5543, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5543 } ] + }, + { + "id": "vp_hdboard_vertical_T_right_season_autumn", + "fg": 5541, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5541 } ] + }, + { + "id": "vp_hdboard_vertical_T_right_season_winter", + "fg": 5544, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5544 } ] + }, + { + "id": "vp_box", + "fg": 5566, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5566 } ] + }, + { + "id": "vp_box_season_summer", + "fg": 5567, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5567 } ] + }, + { + "id": "vp_box_season_autumn", + "fg": 5565, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5565 } ] + }, + { + "id": "vp_box_season_winter", + "fg": 5568, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5568 } ] + }, + { + "id": "vp_cargo_space", + "fg": 5570, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5570 } ] + }, + { + "id": "vp_cargo_space_season_summer", + "fg": 5571, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5571 } ] + }, + { + "id": "vp_cargo_space_season_autumn", + "fg": 5569, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5569 } ] + }, + { + "id": "vp_cargo_space_season_winter", + "fg": 5572, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5572 } ] + }, + { + "id": "vp_trunk", + "fg": 5574, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5574 } ] + }, + { + "id": "vp_trunk_season_summer", + "fg": 5575, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5575 } ] + }, + { + "id": "vp_trunk_season_autumn", + "fg": 5573, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5573 } ] + }, + { + "id": "vp_trunk_season_winter", + "fg": 5576, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5576 } ] + }, + { "id": "vp_trunk_floor", "fg": 5578, "bg": [ 6078, 6074 ], "multitile": true }, + { "id": "vp_trunk_floor_season_summer", "fg": 5579, "bg": [ 6079, 6075 ], "multitile": true }, + { "id": "vp_trunk_floor_season_autumn", "fg": 5577, "bg": [ 6077, 6073 ], "multitile": true }, + { "id": "vp_trunk_floor_season_winter", "fg": 5580, "bg": [ 6080, 6076 ], "multitile": true }, + { + "id": [ "vp_basketlg", "vp_basketlg_external" ], + "fg": 5582, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5582 } ] + }, + { + "id": [ "vp_basketlg_season_summer", "vp_basketlg_external_season_summer" ], + "fg": 5583, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5583 } ] + }, + { + "id": [ "vp_basketlg_season_autumn", "vp_basketlg_external_season_autumn" ], + "fg": 5581, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5581 } ] + }, + { + "id": [ "vp_basketlg_season_winter", "vp_basketlg_external_season_winter" ], + "fg": 5584, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5584 } ] + }, + { + "id": "vp_basketlg_cart", + "fg": 5586, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5586 } ] + }, + { + "id": "vp_basketlg_cart_season_summer", + "fg": 5587, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5587 } ] + }, + { + "id": "vp_basketlg_cart_season_autumn", + "fg": 5585, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5585 } ] + }, + { + "id": "vp_basketlg_cart_season_winter", + "fg": 5588, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5588 } ] + }, + { + "id": "vp_wood box", + "fg": 5590, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5590 } ] + }, + { + "id": "vp_wood box_season_summer", + "fg": 5591, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5591 } ] + }, + { + "id": "vp_wood box_season_autumn", + "fg": 5589, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5589 } ] + }, + { + "id": "vp_wood box_season_winter", + "fg": 5592, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5592 } ] + }, + { + "id": [ + "vp_door_left", + "vp_door_full_left", + "vp_door_vertical_left", + "vp_door_full_vertical_left", + "vp_door", + "vp_door_full", + "vp_door_nw", + "vp_door_full_nw", + "vp_door_sw", + "vp_door_full_sw" + ], + "fg": 5630, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5626 }, { "id": "broken", "fg": 5562, "bg": 5626 } ] + }, + { + "id": [ + "vp_door_left_season_summer", + "vp_door_full_left_season_summer", + "vp_door_vertical_left_season_summer", + "vp_door_full_vertical_left_season_summer", + "vp_door_season_summer", + "vp_door_full_season_summer", + "vp_door_nw_season_summer", + "vp_door_full_nw_season_summer", + "vp_door_sw_season_summer", + "vp_door_full_sw_season_summer" + ], + "fg": 5631, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5627 }, { "id": "broken", "fg": 5563, "bg": 5627 } ] + }, + { + "id": [ + "vp_door_left_season_autumn", + "vp_door_full_left_season_autumn", + "vp_door_vertical_left_season_autumn", + "vp_door_full_vertical_left_season_autumn", + "vp_door_season_autumn", + "vp_door_full_season_autumn", + "vp_door_nw_season_autumn", + "vp_door_full_nw_season_autumn", + "vp_door_sw_season_autumn", + "vp_door_full_sw_season_autumn" + ], + "fg": 5629, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5625 }, { "id": "broken", "fg": 5561, "bg": 5625 } ] + }, + { + "id": [ + "vp_door_left_season_winter", + "vp_door_full_left_season_winter", + "vp_door_vertical_left_season_winter", + "vp_door_full_vertical_left_season_winter", + "vp_door_season_winter", + "vp_door_full_season_winter", + "vp_door_nw_season_winter", + "vp_door_full_nw_season_winter", + "vp_door_sw_season_winter", + "vp_door_full_sw_season_winter" + ], + "fg": 5632, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5628 }, { "id": "broken", "fg": 5564, "bg": 5628 } ] + }, + { + "id": [ + "vp_door_right", + "vp_door_full_right", + "vp_door_vertical_right", + "vp_door_full_vertical_right", + "vp_door_ne", + "vp_door_full_ne", + "vp_door_se", + "vp_door_full_se" + ], + "fg": 5646, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5642 }, { "id": "broken", "fg": 5562, "bg": 5642 } ] + }, + { + "id": [ + "vp_door_right_season_summer", + "vp_door_full_right_season_summer", + "vp_door_vertical_right_season_summer", + "vp_door_full_vertical_right_season_summer", + "vp_door_ne_season_summer", + "vp_door_full_ne_season_summer", + "vp_door_se_season_summer", + "vp_door_full_se_season_summer" + ], + "fg": 5647, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5643 }, { "id": "broken", "fg": 5563, "bg": 5643 } ] + }, + { + "id": [ + "vp_door_right_season_autumn", + "vp_door_full_right_season_autumn", + "vp_door_vertical_right_season_autumn", + "vp_door_full_vertical_right_season_autumn", + "vp_door_ne_season_autumn", + "vp_door_full_ne_season_autumn", + "vp_door_se_season_autumn", + "vp_door_full_se_season_autumn" + ], + "fg": 5645, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5641 }, { "id": "broken", "fg": 5561, "bg": 5641 } ] + }, + { + "id": [ + "vp_door_right_season_winter", + "vp_door_full_right_season_winter", + "vp_door_vertical_right_season_winter", + "vp_door_full_vertical_right_season_winter", + "vp_door_ne_season_winter", + "vp_door_full_ne_season_winter", + "vp_door_se_season_winter", + "vp_door_full_se_season_winter" + ], + "fg": 5648, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5644 }, { "id": "broken", "fg": 5564, "bg": 5644 } ] + }, + { + "id": [ "vp_door_rear", "vp_door_full_rear" ], + "fg": 5638, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5634 }, { "id": "broken", "fg": 5562, "bg": 5634 } ] + }, + { + "id": [ "vp_door_rear_season_summer", "vp_door_full_rear_season_summer" ], + "fg": 5639, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5635 }, { "id": "broken", "fg": 5563, "bg": 5635 } ] + }, + { + "id": [ "vp_door_rear_season_autumn", "vp_door_full_rear_season_autumn" ], + "fg": 5637, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5633 }, { "id": "broken", "fg": 5561, "bg": 5633 } ] + }, + { + "id": [ "vp_door_rear_season_winter", "vp_door_full_rear_season_winter" ], + "fg": 5640, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5636 }, { "id": "broken", "fg": 5564, "bg": 5636 } ] + }, + { + "id": [ "vp_door_front", "vp_door_full_front" ], + "fg": [ 5614, 5622, 5618, 5610 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5598, 5606, 5602, 5594 ] }, { "id": "broken", "fg": 5562, "bg": [ 5598, 5606, 5602, 5594 ] } ] + }, + { + "id": [ "vp_door_front_season_summer", "vp_door_full_front_season_summer" ], + "fg": [ 5615, 5623, 5619, 5611 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5599, 5607, 5603, 5595 ] }, { "id": "broken", "fg": 5563, "bg": [ 5599, 5607, 5603, 5595 ] } ] + }, + { + "id": [ "vp_door_front_season_autumn", "vp_door_full_front_season_autumn" ], + "fg": [ 5613, 5621, 5617, 5609 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5597, 5605, 5601, 5593 ] }, { "id": "broken", "fg": 5561, "bg": [ 5597, 5605, 5601, 5593 ] } ] + }, + { + "id": [ "vp_door_front_season_winter", "vp_door_full_front_season_winter" ], + "fg": [ 5616, 5624, 5620, 5612 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5600, 5608, 5604, 5596 ] }, { "id": "broken", "fg": 5564, "bg": [ 5600, 5608, 5604, 5596 ] } ] + }, + { + "id": [ "vp_door_front_left", "vp_door_full_front_left" ], + "fg": [ 5622, 5618, 5610, 5614 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5606, 5602, 5594, 5598 ] }, { "id": "broken", "fg": 5562, "bg": [ 5606, 5602, 5594, 5598 ] } ] + }, + { + "id": [ "vp_door_front_left_season_summer", "vp_door_full_front_left_season_summer" ], + "fg": [ 5623, 5619, 5611, 5615 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5607, 5603, 5595, 5599 ] }, { "id": "broken", "fg": 5563, "bg": [ 5607, 5603, 5595, 5599 ] } ] + }, + { + "id": [ "vp_door_front_left_season_autumn", "vp_door_full_front_left_season_autumn" ], + "fg": [ 5621, 5617, 5609, 5613 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5605, 5601, 5593, 5597 ] }, { "id": "broken", "fg": 5561, "bg": [ 5605, 5601, 5593, 5597 ] } ] + }, + { + "id": [ "vp_door_front_left_season_winter", "vp_door_full_front_left_season_winter" ], + "fg": [ 5624, 5620, 5612, 5616 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5608, 5604, 5596, 5600 ] }, { "id": "broken", "fg": 5564, "bg": [ 5608, 5604, 5596, 5600 ] } ] + }, + { + "id": [ "vp_door_front_right", "vp_door_full_front_right" ], + "fg": [ 5610, 5614, 5622, 5618 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5594, 5598, 5606, 5602 ] }, { "id": "broken", "fg": 5562, "bg": [ 5594, 5598, 5606, 5602 ] } ] + }, + { + "id": [ "vp_door_front_right_season_summer", "vp_door_full_front_right_season_summer" ], + "fg": [ 5611, 5615, 5623, 5618 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5595, 5599, 5607, 5603 ] }, { "id": "broken", "fg": 5563, "bg": [ 5595, 5599, 5607, 5603 ] } ] + }, + { + "id": [ "vp_door_front_right_season_autumn", "vp_door_full_front_right_season_autumn" ], + "fg": [ 5609, 5613, 5605, 5617 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5593, 5597, 5605, 5601 ] }, { "id": "broken", "fg": 5561, "bg": [ 5593, 5597, 5605, 5601 ] } ] + }, + { + "id": [ "vp_door_front_right_season_winter", "vp_door_full_front_right_season_winter" ], + "fg": [ 5612, 5616, 5624, 5620 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5596, 5600, 5608, 5604 ] }, { "id": "broken", "fg": 5564, "bg": [ 5596, 5600, 5608, 5604 ] } ] + }, + { + "id": [ + "vp_cloth_flap_door_ne", + "vp_cloth_flap_door_nw", + "vp_cloth_flap_door_se", + "vp_cloth_flap_door_sw", + "vp_cloth_flap_door_vertical_left", + "vp_cloth_flap_door_vertical_right", + "vp_cloth_flap_door_front", + "vp_cloth_flap_door_front_left", + "vp_cloth_flap_door_front_right", + "vp_cloth_flap_door_rear", + "vp_cloth_curtain_door_ne", + "vp_cloth_curtain_door_nw", + "vp_cloth_curtain_door_se", + "vp_cloth_curtain_door_sw", + "vp_cloth_curtain_door_vertical_left", + "vp_cloth_curtain_door_vertical_right", + "vp_cloth_curtain_door_front", + "vp_cloth_curtain_door_front_left", + "vp_cloth_curtain_door_front_right", + "vp_cloth_curtain_door_rear" + ], + "fg": 5654, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5650 }, { "id": "broken", "fg": 5562, "bg": 5650 } ] + }, + { + "id": [ + "vp_cloth_flap_door_ne_season_summer", + "vp_cloth_flap_door_nw_season_summer", + "vp_cloth_flap_door_se_season_summer", + "vp_cloth_flap_door_sw_season_summer", + "vp_cloth_flap_door_vertical_left_season_summer", + "vp_cloth_flap_door_vertical_right_season_summer", + "vp_cloth_flap_door_front_season_summer", + "vp_cloth_flap_door_front_left_season_summer", + "vp_cloth_flap_door_front_right_season_summer", + "vp_cloth_flap_door_rear_season_summer", + "vp_cloth_curtain_door_ne_season_summer", + "vp_cloth_curtain_door_nw_season_summer", + "vp_cloth_curtain_door_se_season_summer", + "vp_cloth_curtain_door_sw_season_summer", + "vp_cloth_curtain_door_vertical_left_season_summer", + "vp_cloth_curtain_door_vertical_right_season_summer", + "vp_cloth_curtain_door_front_season_summer", + "vp_cloth_curtain_door_front_left_season_summer", + "vp_cloth_curtain_door_front_right_season_summer", + "vp_cloth_curtain_door_rear_season_summer" + ], + "fg": 5655, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5651 }, { "id": "broken", "fg": 5563, "bg": 5651 } ] + }, + { + "id": [ + "vp_cloth_flap_door_ne_season_autumn", + "vp_cloth_flap_door_nw_season_autumn", + "vp_cloth_flap_door_se_season_autumn", + "vp_cloth_flap_door_sw_season_autumn", + "vp_cloth_flap_door_vertical_left_season_autumn", + "vp_cloth_flap_door_vertical_right_season_autumn", + "vp_cloth_flap_door_front_season_autumn", + "vp_cloth_flap_door_front_left_season_autumn", + "vp_cloth_flap_door_front_right_season_autumn", + "vp_cloth_flap_door_rear_season_autumn", + "vp_cloth_curtain_door_ne_season_autumn", + "vp_cloth_curtain_door_nw_season_autumn", + "vp_cloth_curtain_door_se_season_autumn", + "vp_cloth_curtain_door_sw_season_autumn", + "vp_cloth_curtain_door_vertical_left_season_autumn", + "vp_cloth_curtain_door_vertical_right_season_autumn", + "vp_cloth_curtain_door_front_season_autumn", + "vp_cloth_curtain_door_front_left_season_autumn", + "vp_cloth_curtain_door_front_right_season_autumn", + "vp_cloth_curtain_door_rear_season_autumn" + ], + "fg": 5653, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5649 }, { "id": "broken", "fg": 5561, "bg": 5649 } ] + }, + { + "id": [ + "vp_cloth_flap_door_ne_season_winter", + "vp_cloth_flap_door_nw_season_winter", + "vp_cloth_flap_door_se_season_winter", + "vp_cloth_flap_door_sw_season_winter", + "vp_cloth_flap_door_vertical_left_season_winter", + "vp_cloth_flap_door_vertical_right_season_winter", + "vp_cloth_flap_door_front_season_winter", + "vp_cloth_flap_door_front_left_season_winter", + "vp_cloth_flap_door_front_right_season_winter", + "vp_cloth_flap_door_rear_season_winter", + "vp_cloth_curtain_door_ne_season_winter", + "vp_cloth_curtain_door_nw_season_winter", + "vp_cloth_curtain_door_se_season_winter", + "vp_cloth_cuttain_door_sw_season_winter", + "vp_cloth_curtain_door_vertical_left_season_winter", + "vp_cloth_curtain_door_vertical_right_season_winter", + "vp_cloth_curtain_door_front_season_winter", + "vp_cloth_curtain_door_front_left_season_winter", + "vp_cloth_curtain_door_front_right_season_winter", + "vp_cloth_curtain_door_rear_season_winter" + ], + "fg": 5656, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5652 }, { "id": "broken", "fg": 5564, "bg": 5652 } ] + }, + { + "id": [ "vp_hddoor_left", "vp_hddoor_full_left" ], + "fg": 5670, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5666 }, { "id": "broken", "fg": 5562, "bg": 5666 } ] + }, + { + "id": [ "vp_hddoor_left_season_summer", "vp_hddoor_full_left_season_summer" ], + "fg": 5671, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5667 }, { "id": "broken", "fg": 5563, "bg": 5667 } ] + }, + { + "id": [ "vp_hddoor_left_season_autumn", "vp_hddoor_full_left_season_autumn" ], + "fg": 5669, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5665 }, { "id": "broken", "fg": 5561, "bg": 5665 } ] + }, + { + "id": [ "vp_hddoor_left_season_winter", "vp_hddoor_full_left_season_winter" ], + "fg": 5672, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5668 }, { "id": "broken", "fg": 5561, "bg": 5668 } ] + }, + { + "id": [ "vp_hddoor_right", "vp_hddoor_full_right" ], + "fg": 5686, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5682 }, { "id": "broken", "fg": 5562, "bg": 5682 } ] + }, + { + "id": [ "vp_hddoor_right_season_summer", "vp_hddoor_full_right_season_summer" ], + "fg": 5687, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5683 }, { "id": "broken", "fg": 5563, "bg": 5683 } ] + }, + { + "id": [ "vp_hddoor_right_season_autumn", "vp_hddoor_full_right_season_autumn" ], + "fg": 5685, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5681 }, { "id": "broken", "fg": 5561, "bg": 5681 } ] + }, + { + "id": [ "vp_hddoor_right_season_winter", "vp_hddoor_full_right_season_winter" ], + "fg": 5688, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5684 }, { "id": "broken", "fg": 5561, "bg": 5684 } ] + }, + { + "id": [ "vp_hddoor_front", "vp_hddoor_full_front" ], + "fg": 5662, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5658 }, { "id": "broken", "fg": 5562, "bg": 5658 } ] + }, + { + "id": [ "vp_hddoor_front_season_summer", "vp_hddoor_full_front_season_summer" ], + "fg": 5663, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5659 }, { "id": "broken", "fg": 5563, "bg": 5659 } ] + }, + { + "id": [ "vp_hddoor_front_season_autumn", "vp_hddoor_full_front_season_autumn" ], + "fg": 5661, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5657 }, { "id": "broken", "fg": 5561, "bg": 5657 } ] + }, + { + "id": [ "vp_hddoor_front_season_winter", "vp_hddoor_full_front_season_winter" ], + "fg": 5664, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5660 }, { "id": "broken", "fg": 5561, "bg": 5660 } ] + }, + { + "id": [ "vp_hddoor_rear", "vp_hddoor_full_rear" ], + "fg": 5678, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5674 }, { "id": "broken", "fg": 5562, "bg": 5674 } ] + }, + { + "id": [ "vp_hddoor_rear_season_summer", "vp_hddoor_full_rear_season_summer" ], + "fg": 5679, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5675 }, { "id": "broken", "fg": 5563, "bg": 5675 } ] + }, + { + "id": [ "vp_hddoor_rear_season_autumn", "vp_hddoor_full_rear_season_autumn" ], + "fg": 5677, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5673 }, { "id": "broken", "fg": 5561, "bg": 5673 } ] + }, + { + "id": [ "vp_hddoor_rear_season_winter", "vp_hddoor_full_rear_season_winter" ], + "fg": 5680, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5676 }, { "id": "broken", "fg": 5561, "bg": 5676 } ] + }, + { + "id": [ "vp_hddoor_opaque_left", "vp_hddoor_opaque_full_left" ], + "fg": 5702, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5698 }, { "id": "broken", "fg": 5562, "bg": 5698 } ] + }, + { + "id": [ "vp_hddoor_opaque_left_season_summer", "vp_hddoor_opaque_full_left_season_summer" ], + "fg": 5703, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5699 }, { "id": "broken", "fg": 5563, "bg": 5699 } ] + }, + { + "id": [ "vp_hddoor_opaque_left_season_autumn", "vp_hddoor_opaque_full_left_season_autumn" ], + "fg": 5701, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5697 }, { "id": "broken", "fg": 5561, "bg": 5697 } ] + }, + { + "id": [ "vp_hddoor_opaque_left_season_winter", "vp_hddoor_opaque_full_left_season_winter" ], + "fg": 5704, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5700 }, { "id": "broken", "fg": 5561, "bg": 5700 } ] + }, + { + "id": [ "vp_hddoor_opaque_right", "vp_hddoor_opaque_full_right" ], + "fg": 5718, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5714 }, { "id": "broken", "fg": 5562, "bg": 5714 } ] + }, + { + "id": [ "vp_hddoor_opaque_right_season_summer", "vp_hddoor_opaque_full_right_season_summer" ], + "fg": 5719, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5715 }, { "id": "broken", "fg": 5563, "bg": 5715 } ] + }, + { + "id": [ "vp_hddoor_opaque_right_season_autumn", "vp_hddoor_opaque_full_right_season_autumn" ], + "fg": 5717, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5713 }, { "id": "broken", "fg": 5561, "bg": 5713 } ] + }, + { + "id": [ "vp_hddoor_opaque_right_season_winter", "vp_hddoor_opaque_full_right_season_winter" ], + "fg": 5720, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5716 }, { "id": "broken", "fg": 5561, "bg": 5716 } ] + }, + { + "id": [ "vp_hddoor_opaque_front", "vp_hddoor_opaque_full_front" ], + "fg": 5694, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5690 }, { "id": "broken", "fg": 5562, "bg": 5690 } ] + }, + { + "id": [ "vp_hddoor_opaque_front_season_summer", "vp_hddoor_opaque_full_front_season_summer" ], + "fg": 5695, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5691 }, { "id": "broken", "fg": 5563, "bg": 5691 } ] + }, + { + "id": [ "vp_hddoor_opaque_front_season_autumn", "vp_hddoor_opaque_full_front_season_autumn" ], + "fg": 5693, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5689 }, { "id": "broken", "fg": 5561, "bg": 5689 } ] + }, + { + "id": [ "vp_hddoor_opaque_front_season_winter", "vp_hddoor_opaque_full_front_season_winter" ], + "fg": 5696, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5692 }, { "id": "broken", "fg": 5561, "bg": 5692 } ] + }, + { + "id": [ "vp_hddoor_opaque_rear", "vp_hddoor_opaque_full_rear" ], + "fg": 5710, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5706 }, { "id": "broken", "fg": 5562, "bg": 5706 } ] + }, + { + "id": [ "vp_hddoor_opaque_rear_season_summer", "vp_hddoor_opaque_full_rear_season_summer" ], + "fg": 5711, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5707 }, { "id": "broken", "fg": 5563, "bg": 5707 } ] + }, + { + "id": [ "vp_hddoor_opaque_rear_season_autumn", "vp_hddoor_opaque_full_rear_season_autumn" ], + "fg": 5709, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5705 }, { "id": "broken", "fg": 5561, "bg": 5705 } ] + }, + { + "id": [ "vp_hddoor_opaque_rear_season_winter", "vp_hddoor_opaque_full_rear_season_winter" ], + "fg": 5712, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5708 }, { "id": "broken", "fg": 5561, "bg": 5708 } ] + }, + { + "id": [ "vp_door_internal_front", "vp_door_internal" ], + "fg": [ 5750, 5758, 5754, 5746 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5726, 5734, 5730, 5722 ] }, { "id": "broken", "fg": 5562, "bg": [ 5726, 5734, 5730, 5722 ] } ] + }, + { + "id": [ "vp_door_internal_front_season_summer", "vp_door_internal_season_summer" ], + "fg": [ 5751, 5759, 5755, 5747 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5727, 5735, 5731, 5723 ] }, { "id": "broken", "fg": 5563, "bg": [ 5727, 5735, 5731, 5723 ] } ] + }, + { + "id": [ "vp_door_internal_front_season_autumn", "vp_door_internal_season_autumn" ], + "fg": [ 5749, 5757, 5753, 5745 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5725, 5733, 5729, 5721 ] }, { "id": "broken", "fg": 5561, "bg": [ 5725, 5733, 5729, 5721 ] } ] + }, + { + "id": [ "vp_door_internal_front_season_winter", "vp_door_internal_season_winter" ], + "fg": [ 5752, 5760, 5756, 5748 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5728, 5736, 5732, 5724 ] }, { "id": "broken", "fg": 5564, "bg": [ 5728, 5736, 5732, 5724 ] } ] + }, + { + "id": "vp_door_internal_left", + "fg": [ 5758, 5754, 5746, 5750 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5734, 5730, 5722, 5726 ] }, { "id": "broken", "fg": 5562, "bg": [ 5734, 5730, 5722, 5726 ] } ] + }, + { + "id": "vp_door_internal_left_season_summer", + "fg": [ 5759, 5755, 5747, 5751 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5735, 5731, 5723, 5727 ] }, { "id": "broken", "fg": 5563, "bg": [ 5735, 5731, 5723, 5727 ] } ] + }, + { + "id": "vp_door_internal_left_season_autumn", + "fg": [ 5757, 5753, 5745, 5749 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5733, 5729, 5721, 5725 ] }, { "id": "broken", "fg": 5561, "bg": [ 5733, 5729, 5721, 5725 ] } ] + }, + { + "id": "vp_door_internal_left_season_winter", + "fg": [ 5760, 5756, 5748, 5752 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5736, 5732, 5724, 5728 ] }, { "id": "broken", "fg": 5564, "bg": [ 5736, 5732, 5724, 5728 ] } ] + }, + { + "id": "vp_door_internal_right", + "fg": [ 5746, 5750, 5758, 5754 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5722, 5726, 5734, 5730 ] }, { "id": "broken", "fg": 5562, "bg": [ 5722, 5726, 5734, 5730 ] } ] + }, + { + "id": "vp_door_internal_right_season_summer", + "fg": [ 5747, 5751, 5759, 5755 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5723, 5727, 5735, 5731 ] }, { "id": "broken", "fg": 5563, "bg": [ 5723, 5727, 5735, 5731 ] } ] + }, + { + "id": "vp_door_internal_right_season_autumn", + "fg": [ 5745, 5749, 5757, 5753 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5721, 5725, 5733, 5729 ] }, { "id": "broken", "fg": 5561, "bg": [ 5721, 5725, 5733, 5729 ] } ] + }, + { + "id": "vp_door_internal_right_season_winter", + "fg": [ 5748, 5752, 5760, 5756 ], + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": [ 5724, 5728, 5736, 5732 ] }, { "id": "broken", "fg": 5564, "bg": [ 5724, 5728, 5736, 5732 ] } ] + }, + { + "id": "vp_door_internal_rear", + "fg": 5742, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5738 }, { "id": "broken", "fg": 5562, "bg": 5738 } ] + }, + { + "id": "vp_door_internal_rear_season_summer", + "fg": 5743, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5739 }, { "id": "broken", "fg": 5563, "bg": 5739 } ] + }, + { + "id": "vp_door_internal_rear_season_autumn", + "fg": 5741, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5737 }, { "id": "broken", "fg": 5561, "bg": 5737 } ] + }, + { + "id": "vp_door_internal_rear_season_winter", + "fg": 5744, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5740 }, { "id": "broken", "fg": 5564, "bg": 5740 } ] + }, + { + "id": [ "vp_door_opaque_left", "vp_door_opaque_full_left" ], + "fg": 5774, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5770 }, { "id": "broken", "fg": 5562, "bg": 5770 } ] + }, + { + "id": [ "vp_door_opaque_left_season_summer", "vp_door_opaque_full_left_season_summer" ], + "fg": 5775, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5771 }, { "id": "broken", "fg": 5563, "bg": 5771 } ] + }, + { + "id": [ "vp_door_opaque_left_season_autumn", "vp_door_opaque_full_left_season_autumn" ], + "fg": 5773, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5769 }, { "id": "broken", "fg": 5561, "bg": 5769 } ] + }, + { + "id": [ "vp_door_opaque_left_season_winter", "vp_door_opaque_full_left_season_winter" ], + "fg": 5776, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5772 }, { "id": "broken", "fg": 5561, "bg": 5772 } ] + }, + { + "id": [ "vp_door_opaque_right", "vp_door_opaque_full_right" ], + "fg": 5790, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5786 }, { "id": "broken", "fg": 5562, "bg": 5786 } ] + }, + { + "id": [ "vp_door_opaque_right_season_summer", "vp_door_opaque_full_right_season_summer" ], + "fg": 5791, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5787 }, { "id": "broken", "fg": 5563, "bg": 5787 } ] + }, + { + "id": [ "vp_door_opaque_right_season_autumn", "vp_door_opaque_full_right_season_autumn" ], + "fg": 5789, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5785 }, { "id": "broken", "fg": 5561, "bg": 5785 } ] + }, + { + "id": [ "vp_door_opaque_right_season_winter", "vp_door_opaque_full_right_season_winter" ], + "fg": 5792, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5788 }, { "id": "broken", "fg": 5561, "bg": 5788 } ] + }, + { + "id": [ "vp_door_opaque_front", "vp_door_opaque_full_front" ], + "fg": 5766, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5762 }, { "id": "broken", "fg": 5562, "bg": 5762 } ] + }, + { + "id": [ "vp_door_opaque_front_season_summer", "vp_door_opaque_full_front_season_summer" ], + "fg": 5767, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5763 }, { "id": "broken", "fg": 5563, "bg": 5763 } ] + }, + { + "id": [ "vp_door_opaque_front_season_autumn", "vp_door_opaque_full_front_season_autumn" ], + "fg": 5765, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5761 }, { "id": "broken", "fg": 5561, "bg": 5761 } ] + }, + { + "id": [ "vp_door_opaque_front_season_winter", "vp_door_opaque_full_front_season_winter" ], + "fg": 5768, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5764 }, { "id": "broken", "fg": 5561, "bg": 5764 } ] + }, + { + "id": [ "vp_door_opaque_rear", "vp_door_opaque_full_rear" ], + "fg": 5782, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5778 }, { "id": "broken", "fg": 5562, "bg": 5778 } ] + }, + { + "id": [ "vp_door_opaque_rear_season_summer", "vp_door_opaque_full_rear_season_summer" ], + "fg": 5783, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5779 }, { "id": "broken", "fg": 5563, "bg": 5779 } ] + }, + { + "id": [ "vp_door_opaque_rear_season_autumn", "vp_door_opaque_full_rear_season_autumn" ], + "fg": 5781, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5777 }, { "id": "broken", "fg": 5561, "bg": 5777 } ] + }, + { + "id": [ "vp_door_opaque_rear_season_winter", "vp_door_opaque_full_rear_season_winter" ], + "fg": 5784, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5780 }, { "id": "broken", "fg": 5561, "bg": 5780 } ] + }, + { + "id": "vp_door_sliding", + "fg": 5798, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5794 }, { "id": "broken", "fg": 5562, "bg": 5794 } ] + }, + { + "id": "vp_door_sliding_season_summer", + "fg": 5799, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5795 }, { "id": "broken", "fg": 5563, "bg": 5795 } ] + }, + { + "id": "vp_door_sliding_season_autumn", + "fg": 5797, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5793 }, { "id": "broken", "fg": 5561, "bg": 5793 } ] + }, + { + "id": "vp_door_sliding_season_winter", + "fg": 5800, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 5796 }, { "id": "broken", "fg": 5564, "bg": 5796 } ] + }, + { + "id": "vp_ram_acidchitin", + "fg": 5802, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5802 } ] + }, + { + "id": "vp_ram_acidchitin_season_summer", + "fg": 5803, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5803 } ] + }, + { + "id": "vp_ram_acidchitin_season_autumn", + "fg": 5801, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5801 } ] + }, + { + "id": "vp_ram_acidchitin_season_winter", + "fg": 5804, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5804 } ] + }, + { + "id": "vp_ram_chitin", + "fg": 5806, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5806 } ] + }, + { + "id": "vp_ram_chitin_season_summer", + "fg": 5807, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5807 } ] + }, + { + "id": "vp_ram_chitin_season_autumn", + "fg": 5805, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5805 } ] + }, + { + "id": "vp_ram_chitin_season_winter", + "fg": 5808, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5808 } ] + }, + { + "id": "vp_ram_hardsteel", + "fg": 5810, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5810 } ] + }, + { + "id": "vp_ram_hardsteel_season_summer", + "fg": 5811, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5811 } ] + }, + { + "id": "vp_ram_hardsteel_season_autumn", + "fg": 5809, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5809 } ] + }, + { + "id": "vp_ram_hardsteel_season_winter", + "fg": 5812, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5812 } ] + }, + { + "id": "vp_ram_military_horizontal", + "fg": 5814, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5814 } ] + }, + { + "id": "vp_ram_military_horizontal_season_summer", + "fg": 5815, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5815 } ] + }, + { + "id": "vp_ram_military_horizontal_season_autumn", + "fg": 5813, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5813 } ] + }, + { + "id": "vp_ram_military_horizontal_season_winter", + "fg": 5816, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5816 } ] + }, + { + "id": "vp_tearer", + "fg": 5818, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5818 } ] + }, + { + "id": "vp_tearer_season_summer", + "fg": 5819, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5819 } ] + }, + { + "id": "vp_tearer_season_autumn", + "fg": 5817, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5817 } ] + }, + { + "id": "vp_tearer_season_winter", + "fg": 5820, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5820 } ] + }, + { + "id": "vp_ram_spiked", + "fg": 5822, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5822 } ] + }, + { + "id": "vp_ram_spiked_season_summer", + "fg": 5823, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5823 } ] + }, + { + "id": "vp_ram_spiked_season_autumn", + "fg": 5821, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5821 } ] + }, + { + "id": "vp_ram_spiked_season_winter", + "fg": 5824, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5824 } ] + }, + { + "id": "vp_ram_steel", + "fg": 5826, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5826 } ] + }, + { + "id": "vp_ram_steel_season_summer", + "fg": 5827, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5827 } ] + }, + { + "id": "vp_ram_steel_season_autumn", + "fg": 5825, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5825 } ] + }, + { + "id": "vp_ram_steel_season_winter", + "fg": 5828, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5828 } ] + }, + { + "id": "vp_ram_alloy", + "fg": 5830, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5830 } ] + }, + { + "id": "vp_ram_alloy_season_summer", + "fg": 5831, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5831 } ] + }, + { + "id": "vp_ram_alloy_season_autumn", + "fg": 5829, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5829 } ] + }, + { + "id": "vp_ram_alloy_season_winter", + "fg": 5832, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5832 } ] + }, + { + "id": "vp_ram_mattress", + "fg": 5834, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5834 } ] + }, + { + "id": "vp_ram_mattress_season_summer", + "fg": 5835, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5835 } ] + }, + { + "id": "vp_ram_mattress_season_autumn", + "fg": 5833, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5833 } ] + }, + { + "id": "vp_ram_mattress_season_winter", + "fg": 5836, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5836 } ] + }, + { + "id": "vp_ram_wood", + "fg": 5838, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5838 } ] + }, + { + "id": "vp_ram_wood_season_summer", + "fg": 5839, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5839 } ] + }, + { + "id": "vp_ram_wood_season_autumn", + "fg": 5837, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5837 } ] + }, + { + "id": "vp_ram_wood_season_winter", + "fg": 5840, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5840 } ] + }, + { + "id": [ + "vp_frame_cover", + "vp_folding_frame_cover", + "vp_frame_wood_cover", + "vp_frame_wood_light_cover", + "vp_folding_wooden_frame_cover", + "vp_hdframe_cover", + "vp_xlframe_cover" + ], + "fg": 5842, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5842 } ] + }, + { + "id": [ + "vp_frame_cover_season_summer", + "vp_folding_frame_cover_season_summer", + "vp_frame_wood_cover_season_summer", + "vp_frame_wood_light_cover_season_summer", + "vp_folding_wooden_frame_cover_season_summer", + "vp_hdframe_cover_season_summer", + "vp_xlframe_cover_season_summer" + ], + "fg": 5843, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5843 } ] + }, + { + "id": [ + "vp_frame_cover_season_autumn", + "vp_folding_frame_cover_season_autumn", + "vp_frame_wood_cover_season_autumn", + "vp_frame_wood_light_cover_season_autumn", + "vp_folding_wooden_frame_cover_season_autumn", + "vp_hdframe_cover_season_autumn", + "vp_xlframe_cover_season_autumn" + ], + "fg": 5841, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5841 } ] + }, + { + "id": [ + "vp_frame_cover_season_winter", + "vp_folding_frame_cover_season_winter", + "vp_frame_wood_cover_season_winter", + "vp_frame_wood_light_cover_season_winter", + "vp_folding_wooden_frame_cover_season_winter", + "vp_hdframe_cover_season_winter", + "vp_xlframe_cover_season_winter" + ], + "fg": 5844, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5844 } ] + }, + { + "id": [ + "vp_frame_cross", + "vp_folding_frame_cross", + "vp_frame_wood_cross", + "vp_frame_wood_light_cross", + "vp_folding_wooden_frame_cross", + "vp_hdframe_cross", + "vp_xlframe_cross" + ], + "fg": 5846, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5846 } ] + }, + { + "id": [ + "vp_frame_cross_season_summer", + "vp_folding_frame_cross_season_summer", + "vp_frame_wood_cross_season_summer", + "vp_frame_wood_light_cross_season_summer", + "vp_folding_wooden_frame_cross_season_summer", + "vp_hdframe_cross_season_summer", + "vp_xlframe_cross_season_summer" + ], + "fg": 5847, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5847 } ] + }, + { + "id": [ + "vp_frame_cross_season_autumn", + "vp_folding_frame_cross_season_autumn", + "vp_frame_wood_cross_season_autumn", + "vp_frame_wood_light_cross_season_autumn", + "vp_folding_wooden_frame_cross_season_autumn", + "vp_hdframe_cross_season_autumn", + "vp_xlframe_cross_season_autumn" + ], + "fg": 5845, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5845 } ] + }, + { + "id": [ + "vp_frame_cross_season_winter", + "vp_folding_frame_cross_season_winter", + "vp_frame_wood_cross_season_winter", + "vp_frame_wood_light_cross_season_winter", + "vp_folding_wooden_frame_cross_season_winter", + "vp_hdframe_cross_season_winter", + "vp_xlframe_cross_season_winter" + ], + "fg": 5848, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5848 } ] + }, + { + "id": [ + "vp_frame_cross_unconnected", + "vp_folding_frame_cross_unconnected", + "vp_frame_wood_cross_unconnected", + "vp_frame_wood_light_cross_unconnected", + "vp_folding_wooden_frame_cross_unconnected", + "vp_hdframe_cross_unconnected", + "vp_xlframe_cross_unconnected" + ], + "fg": 5850, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5850 } ] + }, + { + "id": [ + "vp_frame_cross_unconnected_season_summer", + "vp_folding_frame_cross_unconnected_season_summer", + "vp_frame_wood_cross_unconnected_season_summer", + "vp_frame_wood_light_cross_unconnected_season_summer", + "vp_folding_wooden_frame_cross_unconnected_season_summer", + "vp_hdframe_cross_unconnected_season_summer", + "vp_xlframe_cross_unconnected_season_summer" + ], + "fg": 5851, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5851 } ] + }, + { + "id": [ + "vp_frame_cross_unconnected_season_autumn", + "vp_folding_frame_cross_unconnected_season_autumn", + "vp_frame_wood_cross_unconnected_season_autumn", + "vp_frame_wood_light_cross_unconnected_season_autumn", + "vp_folding_wooden_frame_cross_unconnected_season_autumn", + "vp_hdframe_cross_unconnected_season_autumn", + "vp_xlframe_cross_unconnected_season_autumn" + ], + "fg": 5849, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5849 } ] + }, + { + "id": [ + "vp_frame_cross_unconnected_season_winter", + "vp_folding_frame_cross_unconnected_season_winter", + "vp_frame_wood_cross_unconnected_season_winter", + "vp_frame_wood_light_cross_unconnected_season_winter", + "vp_folding_wooden_frame_cross_unconnected_season_winter", + "vp_hdframe_cross_unconnected_season_winter", + "vp_xlframe_cross_unconnected_season_winter" + ], + "fg": 5852, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5852 } ] + }, + { + "id": [ + "vp_frame_ne", + "vp_folding_frame_ne", + "vp_frame_wood_ne", + "vp_frame_wood_light_ne", + "vp_folding_wooden_frame_ne", + "vp_hdframe_ne", + "vp_xlframe_ne" + ], + "fg": 5902, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5902 } ] + }, + { + "id": [ + "vp_frame_ne_season_summer", + "vp_folding_frame_ne_season_summer", + "vp_frame_wood_ne_season_summer", + "vp_frame_wood_light_ne_season_summer", + "vp_folding_wooden_frame_ne_season_summer", + "vp_hdframe_ne_season_summer", + "vp_xlframe_ne_season_summer" + ], + "fg": 5903, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5903 } ] + }, + { + "id": [ + "vp_frame_ne_season_autumn", + "vp_folding_frame_ne_season_autumn", + "vp_frame_wood_ne_season_autumn", + "vp_frame_wood_light_ne_season_autumn", + "vp_folding_wooden_frame_ne_season_autumn", + "vp_hdframe_ne_season_autumn", + "vp_xlframe_ne_season_autumn" + ], + "fg": 5901, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5901 } ] + }, + { + "id": [ + "vp_frame_ne_season_winter", + "vp_folding_frame_ne_season_winter", + "vp_frame_wood_ne_season_winter", + "vp_frame_wood_light_ne_season_winter", + "vp_folding_wooden_frame_ne_season_winter", + "vp_hdframe_ne_season_winter", + "vp_xlframe_ne_season_winter" + ], + "fg": 5904, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5904 } ] + }, + { + "id": [ + "vp_frame_nw", + "vp_folding_frame_nw", + "vp_frame_wood_nw", + "vp_frame_wood_light_nw", + "vp_folding_wooden_frame_nw", + "vp_hdframe_nw", + "vp_xlframe_nw" + ], + "fg": 5906, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5906 } ] + }, + { + "id": [ + "vp_frame_nw_season_summer", + "vp_folding_frame_nw_season_summer", + "vp_frame_wood_nw_season_summer", + "vp_frame_wood_light_nw_season_summer", + "vp_folding_wooden_frame_nw_season_summer", + "vp_hdframe_nw_season_summer", + "vp_xlframe_nw_season_summer" + ], + "fg": 5907, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5907 } ] + }, + { + "id": [ + "vp_frame_nw_season_autumn", + "vp_folding_frame_nw_season_autumn", + "vp_frame_wood_nw_season_autumn", + "vp_frame_wood_light_nw_season_autumn", + "vp_folding_wooden_frame_nw_season_autumn", + "vp_hdframe_nw_season_autumn", + "vp_xlframe_nw_season_autumn" + ], + "fg": 5905, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5905 } ] + }, + { + "id": [ + "vp_frame_nw_season_winter", + "vp_folding_frame_nw_season_winter", + "vp_frame_wood_nw_season_winter", + "vp_frame_wood_light_nw_season_winter", + "vp_folding_wooden_frame_nw_season_winter", + "vp_hdframe_nw_season_winter", + "vp_xlframe_nw_season_winter" + ], + "fg": 5908, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5908 } ] + }, + { + "id": [ + "vp_frame_se", + "vp_folding_frame_se", + "vp_frame_wood_se", + "vp_frame_wood_light_se", + "vp_folding_wooden_frame_se", + "vp_hdframe_se", + "vp_xlframe_se" + ], + "fg": 5910, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5910 } ] + }, + { + "id": [ + "vp_frame_se_season_summer", + "vp_folding_frame_se_season_summer", + "vp_frame_wood_se_season_summer", + "vp_frame_wood_light_se_season_summer", + "vp_folding_wooden_frame_se_season_summer", + "vp_hdframe_se_season_summer", + "vp_xlframe_se_season_summer" + ], + "fg": 5911, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5911 } ] + }, + { + "id": [ + "vp_frame_se_season_autumn", + "vp_folding_frame_se_season_autumn", + "vp_frame_wood_se_season_autumn", + "vp_frame_wood_light_se_season_autumn", + "vp_folding_wooden_frame_se_season_autumn", + "vp_hdframe_se_season_autumn", + "vp_xlframe_se_season_autumn" + ], + "fg": 5909, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5909 } ] + }, + { + "id": [ + "vp_frame_se_season_winter", + "vp_folding_frame_se_season_winter", + "vp_frame_wood_se_season_winter", + "vp_frame_wood_light_se_season_winter", + "vp_folding_wooden_frame_se_season_winter", + "vp_hdframe_se_season_winter", + "vp_xlframe_se_season_winter" + ], + "fg": 5912, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5912 } ] + }, + { + "id": [ + "vp_frame_sw", + "vp_folding_frame_sw", + "vp_frame_wood_sw", + "vp_frame_wood_light_sw", + "vp_folding_wooden_frame_sw", + "vp_hdframe_sw", + "vp_xlframe_sw" + ], + "fg": 5914, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5914 } ] + }, + { + "id": [ + "vp_frame_sw_season_summer", + "vp_folding_frame_sw_season_summer", + "vp_frame_wood_sw_season_summer", + "vp_frame_wood_light_sw_season_summer", + "vp_folding_wooden_frame_sw_season_summer", + "vp_hdframe_sw_season_summer", + "vp_xlframe_sw_season_summer" + ], + "fg": 5915, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5915 } ] + }, + { + "id": [ + "vp_frame_sw_season_autumn", + "vp_folding_frame_sw_season_autumn", + "vp_frame_wood_sw_season_autumn", + "vp_frame_wood_light_sw_season_autumn", + "vp_folding_wooden_frame_sw_season_autumn", + "vp_hdframe_sw_season_autumn", + "vp_xlframe_sw_season_autumn" + ], + "fg": 5913, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5913 } ] + }, + { + "id": [ + "vp_frame_sw_season_winter", + "vp_folding_frame_sw_season_winter", + "vp_frame_wood_sw_season_winter", + "vp_frame_wood_light_sw_season_winter", + "vp_folding_wooden_frame_sw_season_winter", + "vp_hdframe_sw_season_winter", + "vp_xlframe_sw_season_winter" + ], + "fg": 5916, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5916 } ] + }, + { + "id": [ + "vp_frame_vertical_unconnected", + "vp_folding_frame_vertical_unconnected", + "vp_frame_wood_vertical_unconnected", + "vp_frame_wood_light_vertical_unconnected", + "vp_folding_wooden_frame_vertical_unconnected", + "vp_hdframe_vertical_unconnected", + "vp_xlframe_vertical_unconnected" + ], + "fg": 5946, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5946 } ] + }, + { + "id": [ + "vp_frame_vertical_unconnected_season_summer", + "vp_folding_frame_vertical_unconnected_season_summer", + "vp_frame_wood_vertical_unconnected_season_summer", + "vp_frame_wood_light_vertical_unconnected_season_summer", + "vp_folding_wooden_frame_vertical_unconnected_season_summer", + "vp_hdframe_vertical_unconnected_season_summer", + "vp_xlframe_vertical_unconnected_season_summer" + ], + "fg": 5947, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5947 } ] + }, + { + "id": [ + "vp_frame_vertical_unconnected_season_autumn", + "vp_folding_frame_vertical_unconnected_season_autumn", + "vp_frame_wood_vertical_unconnected_season_autumn", + "vp_frame_wood_light_vertical_unconnected_season_autumn", + "vp_folding_wooden_frame_vertical_unconnected_season_autumn", + "vp_hdframe_vertical_unconnected_season_autumn", + "vp_xlframe_vertical_unconnected_season_autumn" + ], + "fg": 5945, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5945 } ] + }, + { + "id": [ + "vp_frame_vertical_unconnected_season_winter", + "vp_folding_frame_vertical_unconnected_season_winter", + "vp_frame_wood_vertical_unconnected_season_winter", + "vp_frame_wood_light_vertical_unconnected_season_winter", + "vp_folding_wooden_frame_vertical_unconnected_season_winter", + "vp_hdframe_vertical_unconnected_season_winter", + "vp_xlframe_vertical_unconnected_season_winter" + ], + "fg": 5948, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5948 } ] + }, + { + "id": [ + "vp_frame_vertical_2_unconnected", + "vp_folding_frame_vertical_2_unconnected", + "vp_frame_wood_vertical_2_unconnected", + "vp_frame_wood_light_vertical_2_unconnected", + "vp_folding_wooden_frame_vertical_2_unconnected", + "vp_hdframe_vertical_2_unconnected", + "vp_xlframe_vertical_2_unconnected" + ], + "fg": 5930, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5930 } ] + }, + { + "id": [ + "vp_frame_vertical_2_unconnected_season_summer", + "vp_folding_frame_vertical_2_unconnected_season_summer", + "vp_frame_wood_vertical_2_unconnected_season_summer", + "vp_frame_wood_light_vertical_2_unconnected_season_summer", + "vp_folding_wooden_frame_vertical_2_unconnected_season_summer", + "vp_hdframe_vertical_2_unconnected_season_summer", + "vp_xlframe_vertical_2_unconnected_season_summer" + ], + "fg": 5931, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5931 } ] + }, + { + "id": [ + "vp_frame_vertical_2_unconnected_season_autumn", + "vp_folding_frame_vertical_2_unconnected_season_autumn", + "vp_frame_wood_vertical_2_unconnected_season_autumn", + "vp_frame_wood_light_vertical_2_unconnected_season_autumn", + "vp_folding_wooden_frame_vertical_2_unconnected_season_autumn", + "vp_hdframe_vertical_2_unconnected_season_autumn", + "vp_xlframe_vertical_2_unconnected_season_autumn" + ], + "fg": 5929, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5929 } ] + }, + { + "id": [ + "vp_frame_vertical_2_unconnected_season_winter", + "vp_folding_frame_vertical_2_unconnected_season_winter", + "vp_frame_wood_vertical_2_unconnected_season_winter", + "vp_frame_wood_light_vertical_2_unconnected_season_winter", + "vp_folding_wooden_frame_vertical_2_unconnected_season_winter", + "vp_hdframe_vertical_2_unconnected_season_winter", + "vp_xlframe_vertical_2_unconnected_season_winter" + ], + "fg": 5932, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5932 } ] + }, + { + "id": [ + "vp_frame_vertical_left", + "vp_folding_frame_vertical_left", + "vp_frame_wood_vertical_left", + "vp_frame_wood_light_vertical_left", + "vp_folding_wooden_frame_vertical_left", + "vp_hdframe_vertical_left", + "vp_xlframe_vertical_left" + ], + "fg": 5934, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5934 } ] + }, + { + "id": [ + "vp_frame_vertical_left_season_summer", + "vp_folding_frame_vertical_left_season_summer", + "vp_frame_wood_vertical_left_season_summer", + "vp_frame_wood_light_vertical_left_season_summer", + "vp_folding_wooden_frame_vertical_left_season_summer", + "vp_hdframe_vertical_left_season_summer", + "vp_xlframe_vertical_left_season_summer" + ], + "fg": 5935, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5935 } ] + }, + { + "id": [ + "vp_frame_vertical_left_season_autumn", + "vp_folding_frame_vertical_left_season_autumn", + "vp_frame_wood_vertical_left_season_autumn", + "vp_frame_wood_light_vertical_left_season_autumn", + "vp_folding_wooden_frame_vertical_left_season_autumn", + "vp_hdframe_vertical_left_season_autumn", + "vp_xlframe_vertical_left_season_autumn" + ], + "fg": 5933, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5933 } ] + }, + { + "id": [ + "vp_frame_vertical_left_season_winter", + "vp_folding_frame_vertical_left_season_winter", + "vp_frame_wood_vertical_left_season_winter", + "vp_frame_wood_light_vertical_left_season_winter", + "vp_folding_wooden_frame_vertical_left_season_winter", + "vp_hdframe_vertical_left_season_winter", + "vp_xlframe_vertical_left_season_winter" + ], + "fg": 5936, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5936 } ] + }, + { + "id": [ + "vp_frame_vertical_2_left", + "vp_folding_frame_vertical_2_left", + "vp_frame_wood_vertical_2_left", + "vp_frame_wood_light_2_left", + "vp_folding_wooden_frame_vertical_2_left", + "vp_hdframe_vertical_2_left", + "vp_xlframe_vertical_2_left" + ], + "fg": 5918, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5918 } ] + }, + { + "id": [ + "vp_frame_vertical_2_left_season_summer", + "vp_folding_frame_vertical_2_left_season_summer", + "vp_frame_wood_vertical_2_left_season_summer", + "vp_frame_wood_light_2_left_season_summer", + "vp_folding_wooden_frame_vertical_2_left_season_summer", + "vp_hdframe_vertical_2_left_season_summer", + "vp_xlframe_vertical_2_left_season_summer" + ], + "fg": 5919, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5919 } ] + }, + { + "id": [ + "vp_frame_vertical_2_left_season_autumn", + "vp_folding_frame_vertical_2_left_season_autumn", + "vp_frame_wood_vertical_2_left_season_autumn", + "vp_frame_wood_light_2_left_season_autumn", + "vp_folding_wooden_frame_vertical_2_left_season_autumn", + "vp_hdframe_vertical_2_left_season_autumn", + "vp_xlframe_vertical_2_left_season_autumn" + ], + "fg": 5917, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5917 } ] + }, + { + "id": [ + "vp_frame_vertical_2_left_season_winter", + "vp_folding_frame_vertical_2_left_season_winter", + "vp_frame_wood_vertical_2_left_season_winter", + "vp_frame_wood_light_2_left_season_winter", + "vp_folding_wooden_frame_vertical_2_left_season_winter", + "vp_hdframe_vertical_2_left_season_winter", + "vp_xlframe_vertical_2_left_season_winter" + ], + "fg": 5920, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5920 } ] + }, + { + "id": [ + "vp_frame_vertical_right", + "vp_folding_frame_vertical_right", + "vp_frame_wood_vertical_right", + "vp_frame_wood_light_vertical_right", + "vp_folding_wooden_frame_vertical_right", + "vp_hdframe_vertical_right", + "vp_xlframe_vertical_right" + ], + "fg": 5938, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5938 } ] + }, + { + "id": [ + "vp_frame_vertical_right_season_summer", + "vp_folding_frame_vertical_right_season_summer", + "vp_frame_wood_vertical_right_season_summer", + "vp_frame_wood_light_vertical_right_season_summer", + "vp_folding_wooden_frame_vertical_right_season_summer", + "vp_hdframe_vertical_right_season_summer", + "vp_xlframe_vertical_right_season_summer" + ], + "fg": 5939, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5939 } ] + }, + { + "id": [ + "vp_frame_vertical_right_season_autumn", + "vp_folding_frame_vertical_right_season_autumn", + "vp_frame_wood_vertical_right_season_autumn", + "vp_frame_wood_light_vertical_right_season_autumn", + "vp_folding_wooden_frame_vertical_right_season_autumn", + "vp_hdframe_vertical_right_season_autumn", + "vp_xlframe_vertical_right_season_autumn" + ], + "fg": 5937, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5937 } ] + }, + { + "id": [ + "vp_frame_vertical_right_season_winter", + "vp_folding_frame_vertical_right_season_winter", + "vp_frame_wood_vertical_right_season_winter", + "vp_frame_wood_light_vertical_right_season_winter", + "vp_folding_wooden_frame_vertical_right_season_winter", + "vp_hdframe_vertical_right_season_winter", + "vp_xlframe_vertical_right_season_winter" + ], + "fg": 5940, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5940 } ] + }, + { + "id": [ + "vp_frame_vertical_2_right", + "vp_folding_frame_vertical_2_right", + "vp_frame_wood_vertical_2_right", + "vp_frame_wood_light_vertical_2_right", + "vp_folding_wooden_frame_vertical_2_right", + "vp_hdframe_vertical_2_right", + "vp_xlframe_vertical_2_right" + ], + "fg": 5922, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5922 } ] + }, + { + "id": [ + "vp_frame_vertical_2_right_season_summer", + "vp_folding_frame_vertical_2_right_season_summer", + "vp_frame_wood_vertical_2_right_season_summer", + "vp_frame_wood_light_vertical_2_right_season_summer", + "vp_folding_wooden_frame_vertical_2_right_season_summer", + "vp_hdframe_vertical_2_right_season_summer", + "vp_xlframe_vertical_2_right_season_summer" + ], + "fg": 5923, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5923 } ] + }, + { + "id": [ + "vp_frame_vertical_2_right_season_autumn", + "vp_folding_frame_vertical_2_right_season_autumn", + "vp_frame_wood_vertical_2_right_season_autumn", + "vp_frame_wood_light_vertical_2_right_season_autumn", + "vp_folding_wooden_frame_vertical_2_right_season_autumn", + "vp_hdframe_vertical_2_right_season_autumn", + "vp_xlframe_vertical_2_right_season_autumn" + ], + "fg": 5921, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5921 } ] + }, + { + "id": [ + "vp_frame_vertical_2_right_season_winter", + "vp_folding_frame_vertical_2_right_season_winter", + "vp_frame_wood_vertical_2_right_season_winter", + "vp_frame_wood_light_vertical_2_right_season_winter", + "vp_folding_wooden_frame_vertical_2_right_season_winter", + "vp_hdframe_vertical_2_right_season_winter", + "vp_xlframe_vertical_2_right_season_winter" + ], + "fg": 5924, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5924 } ] + }, + { + "id": [ + "vp_frame_horizontal", + "vp_folding_frame_horizontal", + "vp_frame_wood_horizontal", + "vp_frame_wood_light_horizontal", + "vp_folding_wooden_frame_horizontal", + "vp_hdframe_horizontal", + "vp_xlframe_horizontal" + ], + "fg": 5894, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5894 } ] + }, + { + "id": [ + "vp_frame_horizontal_season_summer", + "vp_folding_frame_horizontal_season_summer", + "vp_frame_wood_horizontal_season_summer", + "vp_frame_wood_light_horizontal_season_summer", + "vp_folding_wooden_frame_horizontal_season_summer", + "vp_hdframe_horizontal_season_summer", + "vp_xlframe_horizontal_season_summer" + ], + "fg": 5895, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5895 } ] + }, + { + "id": [ + "vp_frame_horizontal_season_autumn", + "vp_folding_frame_horizontal_season_autumn", + "vp_frame_wood_horizontal_season_autumn", + "vp_frame_wood_light_horizontal_season_autumn", + "vp_folding_wooden_frame_horizontal_season_autumn", + "vp_hdframe_horizontal_season_autumn", + "vp_xlframe_horizontal_season_autumn" + ], + "fg": 5893, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5893 } ] + }, + { + "id": [ + "vp_frame_horizontal_season_winter", + "vp_folding_frame_horizontal_season_winter", + "vp_frame_wood_horizontal_season_winter", + "vp_frame_wood_light_horizontal_season_winter", + "vp_folding_wooden_frame_horizontal_season_winter", + "vp_hdframe_horizontal_season_winter", + "vp_xlframe_horizontal_season_winter" + ], + "fg": 5896, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5896 } ] + }, + { + "id": [ + "vp_frame_horizontal_2", + "vp_folding_frame_horizontal_2", + "vp_frame_wood_horizontal_2", + "vp_frame_wood_light_horizontal_2", + "vp_folding_wooden_frame_horizontal_2", + "vp_hdframe_horizontal_2", + "vp_xlframe_horizontal_2" + ], + "fg": 5870, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5870 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_season_summer", + "vp_folding_frame_horizontal_2_season_summer", + "vp_frame_wood_horizontal_2_season_summer", + "vp_frame_wood_light_horizontal_2_season_summer", + "vp_folding_wooden_frame_horizontal_2_season_summer", + "vp_hdframe_horizontal_2_season_summer", + "vp_xlframe_horizontal_2_season_summer" + ], + "fg": 5871, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5871 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_season_autumn", + "vp_folding_frame_horizontal_2_season_autumn", + "vp_frame_wood_horizontal_2_season_autumn", + "vp_frame_wood_light_horizontal_2_season_autumn", + "vp_folding_wooden_frame_horizontal_2_season_autumn", + "vp_hdframe_horizontal_2_season_autumn", + "vp_xlframe_horizontal_2_season_autumn" + ], + "fg": 5869, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5869 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_season_winter", + "vp_folding_frame_horizontal_2_season_winter", + "vp_frame_wood_horizontal_2_season_winter", + "vp_frame_wood_light_horizontal_2_season_winter", + "vp_folding_wooden_frame_horizontal_2_season_winter", + "vp_hdframe_horizontal_2_season_winter", + "vp_xlframe_horizontal_2_season_winter" + ], + "fg": 5872, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5872 } ] + }, + { + "id": [ + "vp_frame_horizontal_unconnected", + "vp_folding_frame_horizontal_unconnected", + "vp_frame_wood_horizontal_unconnected", + "vp_frame_wood_light_horizontal_unconnected", + "vp_folding_wooden_frame_horizontal_unconnected", + "vp_hdframe_horizontal_unconnected", + "vp_xlframe_horizontal_unconnected" + ], + "fg": 5898, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5898 } ] + }, + { + "id": [ + "vp_frame_horizontal_unconnected_season_summer", + "vp_folding_frame_horizontal_unconnected_season_summer", + "vp_frame_wood_horizontal_unconnected_season_summer", + "vp_frame_wood_light_horizontal_unconnected_season_summer", + "vp_folding_wooden_frame_horizontal_unconnected_season_summer", + "vp_hdframe_horizontal_unconnected_season_summer", + "vp_xlframe_horizontal_unconnected_season_summer" + ], + "fg": 5899, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5899 } ] + }, + { + "id": [ + "vp_frame_horizontal_unconnected_season_autumn", + "vp_folding_frame_horizontal_unconnected_season_autumn", + "vp_frame_wood_horizontal_unconnected_season_autumn", + "vp_frame_wood_light_horizontal_unconnected_season_autumn", + "vp_folding_wooden_frame_horizontal_unconnected_season_autumn", + "vp_hdframe_horizontal_unconnected_season_autumn", + "vp_xlframe_horizontal_unconnected_season_autumn" + ], + "fg": 5897, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5897 } ] + }, + { + "id": [ + "vp_frame_horizontal_unconnected_season_winter", + "vp_folding_frame_horizontal_unconnected_season_winter", + "vp_frame_wood_horizontal_unconnected_season_winter", + "vp_frame_wood_light_horizontal_unconnected_season_winter", + "vp_folding_wooden_frame_horizontal_unconnected_season_winter", + "vp_hdframe_horizontal_unconnected_season_winter", + "vp_xlframe_horizontal_unconnected_season_winter" + ], + "fg": 5900, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5900 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_unconnected", + "vp_folding_frame_horizontal_2_unconnected", + "vp_frame_wood_horizontal_2_unconnected", + "vp_frame_wood_light_horizontal_2_unconnected", + "vp_folding_wooden_frame_horizontal_2_unconnected", + "vp_hdframe_horizontal_2_unconnected", + "vp_xlframe_horizontal_2_unconnected" + ], + "fg": 5874, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5874 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_unconnected_season_summer", + "vp_folding_frame_horizontal_2_unconnected_season_summer", + "vp_frame_wood_horizontal_2_unconnected_season_summer", + "vp_frame_wood_light_horizontal_2_unconnected_season_summer", + "vp_folding_wooden_frame_horizontal_2_unconnected_season_summer", + "vp_hdframe_horizontal_2_unconnected_season_summer", + "vp_xlframe_horizontal_2_unconnected_season_summer" + ], + "fg": 5875, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5875 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_unconnected_season_autumn", + "vp_folding_frame_horizontal_2_unconnected_season_autumn", + "vp_frame_wood_horizontal_2_unconnected_season_autumn", + "vp_frame_wood_light_horizontal_2_unconnected_season_autumn", + "vp_folding_wooden_frame_horizontal_2_unconnected_season_autumn", + "vp_hdframe_horizontal_2_unconnected_season_autumn", + "vp_xlframe_horizontal_2_unconnected_season_autumn" + ], + "fg": 5873, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5873 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_unconnected_season_winter", + "vp_folding_frame_horizontal_2_unconnected_season_winter", + "vp_frame_wood_horizontal_2_unconnected_season_winter", + "vp_frame_wood_light_horizontal_2_unconnected_season_winter", + "vp_folding_wooden_frame_horizontal_2_unconnected_season_winter", + "vp_hdframe_horizontal_2_unconnected_season_winter", + "vp_xlframe_horizontal_2_unconnected_season_winter" + ], + "fg": 5876, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5876 } ] + }, + { + "id": [ + "vp_frame_horizontal_front", + "vp_folding_frame_horizontal_front", + "vp_frame_wood_horizontal_front", + "vp_frame_wood_light_horizontal_front", + "vp_folding_wooden_frame_horizontal_front", + "vp_hdframe_horizontal_front", + "vp_xlframe_horizontal_front" + ], + "fg": 5878, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5878 } ] + }, + { + "id": [ + "vp_frame_horizontal_front_season_summer", + "vp_folding_frame_horizontal_front_season_summer", + "vp_frame_wood_horizontal_front_season_summer", + "vp_frame_wood_light_horizontal_front_season_summer", + "vp_folding_wooden_frame_horizontal_front_season_summer", + "vp_hdframe_horizontal_front_season_summer", + "vp_xlframe_horizontal_front_season_summer" + ], + "fg": 5879, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5879 } ] + }, + { + "id": [ + "vp_frame_horizontal_front_season_autumn", + "vp_folding_frame_horizontal_front_season_autumn", + "vp_frame_wood_horizontal_front_season_autumn", + "vp_frame_wood_light_horizontal_front_season_autumn", + "vp_folding_wooden_frame_horizontal_front_season_autumn", + "vp_hdframe_horizontal_front_season_autumn", + "vp_xlframe_horizontal_front_season_autumn" + ], + "fg": 5877, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5877 } ] + }, + { + "id": [ + "vp_frame_horizontal_front_season_winter", + "vp_folding_frame_horizontal_front_season_winter", + "vp_frame_wood_horizontal_front_season_winter", + "vp_frame_wood_light_horizontal_front_season_winter", + "vp_folding_wooden_frame_horizontal_front_season_winter", + "vp_hdframe_horizontal_front_season_winter", + "vp_xlframe_horizontal_front_season_winter" + ], + "fg": 5880, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5880 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_front", + "vp_folding_frame_horizontal_2_front", + "vp_frame_wood_horizontal_2_front", + "vp_frame_wood_light_horizontal_2_front", + "vp_folding_wooden_frame_horizontal_2_front", + "vp_hdframe_horizontal_2_front", + "vp_xlframe_horizontal_2_front" + ], + "fg": 5854, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5854 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_front_season_summer", + "vp_folding_frame_horizontal_2_front_season_summer", + "vp_frame_wood_horizontal_2_front_season_summer", + "vp_frame_wood_light_horizontal_2_front_season_summer", + "vp_folding_wooden_frame_horizontal_2_front_season_summer", + "vp_hdframe_horizontal_2_front_season_summer", + "vp_xlframe_horizontal_2_front_season_summer" + ], + "fg": 5855, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5855 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_front_season_autumn", + "vp_folding_frame_horizontal_2_front_season_autumn", + "vp_frame_wood_horizontal_2_front_season_autumn", + "vp_frame_wood_light_horizontal_2_front_season_autumn", + "vp_folding_wooden_frame_horizontal_2_front_season_autumn", + "vp_hdframe_horizontal_2_front_season_autumn", + "vp_xlframe_horizontal_2_front_season_autumn" + ], + "fg": 5853, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5853 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_front_season_winter", + "vp_folding_frame_horizontal_2_front_season_winter", + "vp_frame_wood_horizontal_2_front_season_winter", + "vp_frame_wood_light_horizontal_2_front_season_winter", + "vp_folding_wooden_frame_horizontal_2_front_season_winter", + "vp_hdframe_horizontal_2_front_season_winter", + "vp_xlframe_horizontal_2_front_season_winter" + ], + "fg": 5856, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5856 } ] + }, + { + "id": [ + "vp_frame_horizontal_rear", + "vp_folding_frame_horizontal_rear", + "vp_frame_wood_horizontal_rear", + "vp_frame_wood_light_horizontal_rear", + "vp_folding_wooden_frame_horizontal_rear", + "vp_hdframe_horizontal_rear", + "vp_xlframe_horizontal_rear" + ], + "fg": 5886, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5886 } ] + }, + { + "id": [ + "vp_frame_horizontal_rear_season_summer", + "vp_folding_frame_horizontal_rear_season_summer", + "vp_frame_wood_horizontal_rear_season_summer", + "vp_frame_wood_light_horizontal_rear_season_summer", + "vp_folding_wooden_frame_horizontal_rear_season_summer", + "vp_hdframe_horizontal_rear_season_summer", + "vp_xlframe_horizontal_rear_season_summer" + ], + "fg": 5887, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5887 } ] + }, + { + "id": [ + "vp_frame_horizontal_rear_season_autumn", + "vp_folding_frame_horizontal_rear_season_autumn", + "vp_frame_wood_horizontal_rear_season_autumn", + "vp_frame_wood_light_horizontal_rear_season_autumn", + "vp_folding_wooden_frame_horizontal_rear_season_autumn", + "vp_hdframe_horizontal_rear_season_autumn", + "vp_xlframe_horizontal_rear_season_autumn" + ], + "fg": 5885, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5885 } ] + }, + { + "id": [ + "vp_frame_horizontal_rear_season_winter", + "vp_folding_frame_horizontal_rear_season_winter", + "vp_frame_wood_horizontal_rear_season_winter", + "vp_frame_wood_light_horizontal_rear_season_winter", + "vp_folding_wooden_frame_horizontal_rear_season_winter", + "vp_hdframe_horizontal_rear_season_winter", + "vp_xlframe_horizontal_rear_season_winter" + ], + "fg": 5888, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5888 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_rear", + "vp_folding_frame_horizontal_2_rear", + "vp_frame_wood_horizontal_2_rear", + "vp_frame_wood_light_horizontal_2_rear", + "vp_folding_wooden_frame_horizontal_2_rear", + "vp_hdframe_horizontal_2_rear", + "vp_xlframe_horizontal_2_rear" + ], + "fg": 5862, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5862 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_rear_season_summer", + "vp_folding_frame_horizontal_2_rear_season_summer", + "vp_frame_wood_horizontal_2_rear_season_summer", + "vp_frame_wood_light_horizontal_2_rear_season_summer", + "vp_folding_wooden_frame_horizontal_2_rear_season_summer", + "vp_hdframe_horizontal_2_rear_season_summer", + "vp_xlframe_horizontal_2_rear_season_summer" + ], + "fg": 5863, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5863 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_rear_season_autumn", + "vp_folding_frame_horizontal_2_rear_season_autumn", + "vp_frame_wood_horizontal_2_rear_season_autumn", + "vp_frame_wood_light_horizontal_2_rear_season_autumn", + "vp_folding_wooden_frame_horizontal_2_rear_season_autumn", + "vp_hdframe_horizontal_2_rear_season_autumn", + "vp_xlframe_horizontal_2_rear_season_autumn" + ], + "fg": 5861, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5861 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_rear_season_winter", + "vp_folding_frame_horizontal_2_rear_season_winter", + "vp_frame_wood_horizontal_2_rear_season_winter", + "vp_frame_wood_light_horizontal_2_rear_season_winter", + "vp_folding_wooden_frame_horizontal_2_rear_season_winter", + "vp_hdframe_horizontal_2_rear_season_winter", + "vp_xlframe_horizontal_2_rear_season_winter" + ], + "fg": 5864, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5864 } ] + }, + { + "id": [ + "vp_frame_horizontal_left", + "vp_frame_vertical_T_left", + "vp_folding_frame_horizontal_left", + "vp_folding_frame_vertical_T_left", + "vp_frame_wood_horizontal_left", + "vp_frame_wood_vertical_T_left", + "vp_frame_wood_light_horizontal_left", + "vp_frame_wood_light_vertical_T_left", + "vp_folding_wooden_frame_horizontal_left", + "vp_folding_wooden_frame_vertical_T_left", + "vp_hdframe_horizontal_left", + "vp_hdframe_vertical_T_left", + "vp_xlframe_horizontal_left", + "vp_xlframe_vertical_T_left" + ], + "fg": 5882, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5882 } ] + }, + { + "id": [ + "vp_frame_horizontal_left_season_summer", + "vp_frame_vertical_T_left_season_summer", + "vp_folding_frame_horizontal_left_season_summer", + "vp_folding_frame_vertical_T_left_season_summer", + "vp_frame_wood_horizontal_left_season_summer", + "vp_frame_wood_vertical_T_left_season_summer", + "vp_frame_wood_light_horizontal_left_season_summer", + "vp_frame_wood_light_vertical_T_left_season_summer", + "vp_folding_wooden_frame_horizontal_left_season_summer", + "vp_folding_wooden_frame_vertical_T_left_season_summer", + "vp_hdframe_horizontal_left_season_summer", + "vp_hdframe_vertical_T_left_season_summer", + "vp_xlframe_horizontal_left_season_summer", + "vp_xlframe_vertical_T_left_season_summer" + ], + "fg": 5883, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5883 } ] + }, + { + "id": [ + "vp_frame_horizontal_left_season_autumn", + "vp_frame_vertical_T_left_season_autumn", + "vp_folding_frame_horizontal_left_season_autumn", + "vp_folding_frame_vertical_T_left_season_autumn", + "vp_frame_wood_horizontal_left_season_autumn", + "vp_frame_wood_vertical_T_left_season_autumn", + "vp_frame_wood_light_horizontal_left_season_autumn", + "vp_frame_wood_light_vertical_T_left_season_autumn", + "vp_folding_wooden_frame_horizontal_left_season_autumn", + "vp_folding_wooden_frame_vertical_T_left_season_autumn", + "vp_hdframe_horizontal_left_season_autumn", + "vp_hdframe_vertical_T_left_season_autumn", + "vp_xlframe_horizontal_left_season_autumn", + "vp_xlframe_vertical_T_left_season_autumn" + ], + "fg": 5881, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5881 } ] + }, + { + "id": [ + "vp_frame_horizontal_left_season_winter", + "vp_frame_vertical_T_left_season_winter", + "vp_folding_frame_horizontal_left_season_winter", + "vp_folding_frame_vertical_T_left_season_winter", + "vp_frame_wood_horizontal_left_season_winter", + "vp_frame_wood_vertical_T_left_season_winter", + "vp_frame_wood_light_horizontal_left_season_winter", + "vp_frame_wood_light_vertical_T_left_season_winter", + "vp_folding_wooden_frame_horizontal_left_season_winter", + "vp_folding_wooden_frame_vertical_T_left_season_winter", + "vp_hdframe_horizontal_left_season_winter", + "vp_hdframe_vertical_T_left_season_winter", + "vp_xlframe_horizontal_left_season_winter", + "vp_xlframe_vertical_T_left_season_winter" + ], + "fg": 5884, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5884 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_left", + "vp_folding_frame_horizontal_2_left", + "vp_frame_wood_horizontal_2_left", + "vp_frame_wood_light_horizontal_2_left", + "vp_folding_wooden_frame_horizontal_2_left", + "vp_hdframe_horizontal_2_left", + "vp_xlframe_horizontal_2_left" + ], + "fg": 5858, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5858 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_left_season_summer", + "vp_folding_frame_horizontal_2_left_season_summer", + "vp_frame_wood_horizontal_2_left_season_summer", + "vp_frame_wood_light_horizontal_2_left_season_summer", + "vp_folding_wooden_frame_horizontal_2_left_season_summer", + "vp_hdframe_horizontal_2_left_season_summer", + "vp_xlframe_horizontal_2_left_season_summer" + ], + "fg": 5859, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5859 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_left_season_autumn", + "vp_folding_frame_horizontal_2_left_season_autumn", + "vp_frame_wood_horizontal_2_left_season_autumn", + "vp_frame_wood_light_horizontal_2_left_season_autumn", + "vp_folding_wooden_frame_horizontal_2_left_season_autumn", + "vp_hdframe_horizontal_2_left_season_autumn", + "vp_xlframe_horizontal_2_left_season_autumn" + ], + "fg": 5857, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5857 } ] + }, + { + "id": [ + "vp_frame_horizontal_2_left_season_winter", + "vp_folding_frame_horizontal_2_left_season_winter", + "vp_frame_wood_horizontal_2_left_season_winter", + "vp_frame_wood_light_horizontal_2_left_season_winter", + "vp_folding_wooden_frame_horizontal_2_left_season_winter", + "vp_hdframe_horizontal_2_left_season_winter", + "vp_xlframe_horizontal_2_left_season_winter" + ], + "fg": 5860, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5860 } ] + }, + { + "id": [ + "vp_frame_horizontal_right", + "vp_frame_vertical_T_right", + "vp_folding_frame_horizontal_right", + "vp_folding_frame_vertical_T_right", + "vp_frame_wood_horizontal_right", + "vp_frame_wood_vertical_T_right", + "vp_frame_wood_light_horizontal_right", + "vp_frame_wood_light_vertical_T_right", + "vp_folding_wooden_frame_horizontal_right", + "vp_folding_wooden_frame_vertical_T_right", + "vp_hdframe_horizontal_right", + "vp_hdframe_vertical_T_right", + "vp_xlframe_horizontal_right", + "vp_xlframe_vertical_T_right" + ], + "fg": 5890, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5890 } ] + }, + { + "id": [ + "vp_frame_horizontal_right_season_summer", + "vp_frame_vertical_T_right_season_summer", + "vp_folding_frame_horizontal_right_season_summer", + "vp_folding_frame_vertical_T_right_season_summer", + "vp_frame_wood_horizontal_right_season_summer", + "vp_frame_wood_vertical_T_right_season_summer", + "vp_frame_wood_light_horizontal_right_season_summer", + "vp_frame_wood_light_vertical_T_right_season_summer", + "vp_folding_wooden_frame_horizontal_right_season_summer", + "vp_folding_wooden_frame_vertical_T_right_season_summer", + "vp_hdframe_horizontal_right_season_summer", + "vp_hdframe_vertical_T_right_season_summer", + "vp_xlframe_horizontal_right_season_summer", + "vp_xlframe_vertical_T_right_season_summer" + ], + "fg": 5891, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5891 } ] + }, + { + "id": [ + "vp_frame_horizontal_right_season_autumn", + "vp_frame_vertical_T_right_season_autumn", + "vp_folding_frame_horizontal_right_season_autumn", + "vp_folding_frame_vertical_T_right_season_autumn", + "vp_frame_wood_horizontal_right_season_autumn", + "vp_frame_wood_vertical_T_right_season_autumn", + "vp_frame_wood_light_horizontal_right_season_autumn", + "vp_frame_wood_light_vertical_T_right_season_autumn", + "vp_folding_wooden_frame_horizontal_right_season_autumn", + "vp_folding_wooden_frame_vertical_T_right_season_autumn", + "vp_hdframe_horizontal_right_season_autumn", + "vp_hdframe_vertical_T_right_season_autumn", + "vp_xlframe_horizontal_right_season_autumn", + "vp_xlframe_vertical_T_right_season_autumn" + ], + "fg": 5889, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5889 } ] + }, + { + "id": [ + "vp_frame_horizontal_right_season_winter", + "vp_frame_vertical_T_right_season_winter", + "vp_folding_frame_horizontal_right_season_winter", + "vp_folding_frame_vertical_T_right_season_winter", + "vp_frame_wood_horizontal_right_season_winter", + "vp_frame_wood_vertical_T_right_season_winter", + "vp_frame_wood_light_horizontal_right_season_winter", + "vp_frame_wood_light_vertical_T_right_season_winter", + "vp_folding_wooden_frame_horizontal_right_season_winter", + "vp_folding_wooden_frame_vertical_T_right_season_winter", + "vp_hdframe_horizontal_right_season_winter", + "vp_hdframe_vertical_T_right_season_winter", + "vp_xlframe_horizontal_right_season_winter", + "vp_xlframe_vertical_T_right_season_winter" + ], + "fg": 5892, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5892 } ] + }, + { + "id": [ + "vp_frame_vertical", + "vp_folding_frame_vertical", + "vp_frame_wood_vertical", + "vp_frame_wood_light_vertical", + "vp_folding_wooden_frame_vertical", + "vp_hdframe_vertical", + "vp_xlframe_vertical" + ], + "fg": 5942, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5942 } ] + }, + { + "id": [ + "vp_frame_vertical_season_summer", + "vp_folding_frame_vertical_season_summer", + "vp_frame_wood_vertical_season_summer", + "vp_frame_wood_light_vertical_season_summer", + "vp_folding_wooden_frame_vertical_season_summer", + "vp_hdframe_vertical_season_summer", + "vp_xlframe_vertical_season_summer" + ], + "fg": 5943, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5943 } ] + }, + { + "id": [ + "vp_frame_vertical_season_autumn", + "vp_folding_frame_vertical_season_autumn", + "vp_frame_wood_vertical_season_autumn", + "vp_frame_wood_light_vertical_season_autumn", + "vp_folding_wooden_frame_vertical_season_autumn", + "vp_hdframe_vertical_season_autumn", + "vp_xlframe_vertical_season_autumn" + ], + "fg": 5941, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5941 } ] + }, + { + "id": [ + "vp_frame_vertical_season_winter", + "vp_folding_frame_vertical_season_winter", + "vp_frame_wood_vertical_season_winter", + "vp_frame_wood_light_vertical_season_winter", + "vp_folding_wooden_frame_vertical_season_winter", + "vp_hdframe_vertical_season_winter", + "vp_xlframe_vertical_season_winter" + ], + "fg": 5944, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5944 } ] + }, + { + "id": [ + "vp_frame_vertical_2", + "vp_folding_frame_vertical_2", + "vp_frame_wood_vertical_2", + "vp_frame_wood_light_vertical_2", + "vp_folding_wooden_frame_vertical_2", + "vp_hdframe_vertical_2", + "vp_xlframe_vertical_2" + ], + "fg": 5926, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5926 } ] + }, + { + "id": [ + "vp_frame_vertical_2_season_summer", + "vp_folding_frame_vertical_2_season_summer", + "vp_frame_wood_vertical_2_season_summer", + "vp_frame_wood_light_vertical_2_season_summer", + "vp_folding_wooden_frame_vertical_2_season_summer", + "vp_hdframe_vertical_2_season_summer", + "vp_xlframe_vertical_2_season_summer" + ], + "fg": 5927, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5927 } ] + }, + { + "id": [ + "vp_frame_vertical_2_season_autumn", + "vp_folding_frame_vertical_2_season_autumn", + "vp_frame_wood_vertical_2_season_autumn", + "vp_frame_wood_light_vertical_2_season_autumn", + "vp_folding_wooden_frame_vertical_2_season_autumn", + "vp_hdframe_vertical_2_season_autumn", + "vp_xlframe_vertical_2_season_autumn" + ], + "fg": 5925, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5925 } ] + }, + { + "id": [ + "vp_frame_vertical_2_season_winter", + "vp_folding_frame_vertical_2_season_winter", + "vp_frame_wood_vertical_2_season_winter", + "vp_frame_wood_light_vertical_2_season_winter", + "vp_folding_wooden_frame_vertical_2_season_winter", + "vp_hdframe_vertical_2_season_winter", + "vp_xlframe_vertical_2_season_winter" + ], + "fg": 5928, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5928 } ] + }, + { + "id": [ "vp_halfboard_ne", "vp_halfboard_ne_edge" ], + "fg": 5974, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5974 } ] + }, + { + "id": [ "vp_halfboard_ne_season_summer", "vp_halfboard_ne_edge_season_summer" ], + "fg": 5975, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5975 } ] + }, + { + "id": [ "vp_halfboard_ne_season_autumn", "vp_halfboard_ne_edge_season_autumn" ], + "fg": 5973, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5973 } ] + }, + { + "id": [ "vp_halfboard_ne_season_winter", "vp_halfboard_ne_edge_season_winter" ], + "fg": 5976, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5976 } ] + }, + { + "id": [ "vp_halfboard_nw", "vp_halfboard_nw_edge" ], + "fg": 5978, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5978 } ] + }, + { + "id": [ "vp_halfboard_nw_season_summer", "vp_halfboard_nw_edge_season_summer" ], + "fg": 5979, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5979 } ] + }, + { + "id": [ "vp_halfboard_nw_season_autumn", "vp_halfboard_nw_edge_season_autumn" ], + "fg": 5977, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5977 } ] + }, + { + "id": [ "vp_halfboard_nw_season_winter", "vp_halfboard_nw_edge_season_winter" ], + "fg": 5980, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5980 } ] + }, + { + "id": "vp_halfboard_se", + "fg": 5982, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5982 } ] + }, + { + "id": "vp_halfboard_se_season_summer", + "fg": 5983, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5983 } ] + }, + { + "id": "vp_halfboard_se_season_autumn", + "fg": 5981, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5981 } ] + }, + { + "id": "vp_halfboard_se_season_winter", + "fg": 5984, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5984 } ] + }, + { + "id": "vp_halfboard_sw", + "fg": 5986, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5986 } ] + }, + { + "id": "vp_halfboard_sw_season_summer", + "fg": 5987, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5987 } ] + }, + { + "id": "vp_halfboard_sw_season_autumn", + "fg": 5985, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5985 } ] + }, + { + "id": "vp_halfboard_sw_season_winter", + "fg": 5988, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5988 } ] + }, + { + "id": "vp_halfboard_vertical_left", + "fg": 5998, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5998 } ] + }, + { + "id": "vp_halfboard_vertical_left_season_summer", + "fg": 5999, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5999 } ] + }, + { + "id": "vp_halfboard_vertical_left_season_autumn", + "fg": 5997, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5997 } ] + }, + { + "id": "vp_halfboard_vertical_left_season_winter", + "fg": 6000, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6000 } ] + }, + { + "id": "vp_halfboard_wheel_left", + "fg": 6006, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6006 } ] + }, + { + "id": "vp_halfboard_wheel_left_season_summer", + "fg": 6007, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6007 } ] + }, + { + "id": "vp_halfboard_wheel_left_season_autumn", + "fg": 6005, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6005 } ] + }, + { + "id": "vp_halfboard_wheel_left_season_winter", + "fg": 6008, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6008 } ] + }, + { + "id": "vp_halfboard_vertical_right", + "fg": 6002, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6002 } ] + }, + { + "id": "vp_halfboard_vertical_right_season_summer", + "fg": 6003, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6003 } ] + }, + { + "id": "vp_halfboard_vertical_right_season_autumn", + "fg": 6001, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6001 } ] + }, + { + "id": "vp_halfboard_vertical_right_season_winter", + "fg": 6004, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6004 } ] + }, + { + "id": "vp_halfboard_wheel_right", + "fg": 6010, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6010 } ] + }, + { + "id": "vp_halfboard_wheel_right_season_summer", + "fg": 6011, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6011 } ] + }, + { + "id": "vp_halfboard_wheel_right_season_autumn", + "fg": 6009, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6009 } ] + }, + { + "id": "vp_halfboard_wheel_right_season_winter", + "fg": 6012, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6012 } ] + }, + { + "id": [ "vp_halfboard", "vp_halfboard_horizontal", "vp_halfboard_horizontal_2", "vp_halfboard_horizontal_front" ], + "fg": 5966, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5966 } ] + }, + { + "id": [ + "vp_halfboard_season_summer", + "vp_halfboard_horizontal_season_summer", + "vp_halfboard_horizontal_2_season_summer", + "vp_halfboard_horizontal_front_season_summer" + ], + "fg": 5967, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5967 } ] + }, + { + "id": [ + "vp_halfboard_season_autumn", + "vp_halfboard_horizontal_season_autumn", + "vp_halfboard_horizontal_2_season_autumn", + "vp_halfboard_horizontal_front_season_autumn" + ], + "fg": 5965, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5965 } ] + }, + { + "id": [ + "vp_halfboard_season_winter", + "vp_halfboard_horizontal_season_winter", + "vp_halfboard_horizontal_2_season_winter", + "vp_halfboard_horizontal_front_season_winter" + ], + "fg": 5968, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5968 } ] + }, + { + "id": "vp_halfboard_cover_left", + "fg": 5950, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5950 } ] + }, + { + "id": "vp_halfboard_cover_left_season_summer", + "fg": 5951, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5951 } ] + }, + { + "id": "vp_halfboard_cover_left_season_autumn", + "fg": 5949, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5949 } ] + }, + { + "id": "vp_halfboard_cover_left_season_winter", + "fg": 5952, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5952 } ] + }, + { + "id": "vp_halfboard_cover_right", + "fg": 5954, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5954 } ] + }, + { + "id": "vp_halfboard_cover_right_season_summer", + "fg": 5955, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5955 } ] + }, + { + "id": "vp_halfboard_cover_right_season_autumn", + "fg": 5953, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5953 } ] + }, + { + "id": "vp_halfboard_cover_right_season_winter", + "fg": 5956, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5956 } ] + }, + { + "id": "vp_halfboard_cover", + "fg": 5958, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5958 } ] + }, + { + "id": "vp_halfboard_cover_season_summer", + "fg": 5959, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5959 } ] + }, + { + "id": "vp_halfboard_cover_season_autumn", + "fg": 5957, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5957 } ] + }, + { + "id": "vp_halfboard_cover_season_winter", + "fg": 5960, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5960 } ] + }, + { + "id": "vp_halfboard_horizontal_rear", + "fg": 5970, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5970 } ] + }, + { + "id": "vp_halfboard_horizontal_rear_season_summer", + "fg": 5971, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5971 } ] + }, + { + "id": "vp_halfboard_horizontal_rear_season_autumn", + "fg": 5969, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5969 } ] + }, + { + "id": "vp_halfboard_horizontal_rear_season_winter", + "fg": 5972, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5972 } ] + }, + { + "id": "vp_halfboard_horizontal_2_rear", + "fg": 5962, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5962 } ] + }, + { + "id": "vp_halfboard_horizontal_2_rear_season_summer", + "fg": 5963, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5963 } ] + }, + { + "id": "vp_halfboard_horizontal_2_rear_season_autumn", + "fg": 5961, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5961 } ] + }, + { + "id": "vp_halfboard_horizontal_2_rear_season_winter", + "fg": 5964, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5964 } ] + }, + { + "id": [ "vp_halfboard_vertical", "vp_halfboard_vertical_2" ], + "fg": 5998, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5998 } ] + }, + { + "id": [ "vp_halfboard_vertical_season_summer", "vp_halfboard_vertical_2_season_summer" ], + "fg": 5999, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5999 } ] + }, + { + "id": [ "vp_halfboard_vertical_season_autumn", "vp_halfboard_vertical_2_season_autumn" ], + "fg": 5997, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5997 } ] + }, + { + "id": [ "vp_halfboard_vertical_season_winter", "vp_halfboard_vertical_2_season_winter" ], + "fg": 6000, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6000 } ] + }, + { + "id": "vp_halfboard_vertical_T_left", + "fg": 5990, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5990 } ] + }, + { + "id": "vp_halfboard_vertical_T_left_season_summer", + "fg": 5991, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5991 } ] + }, + { + "id": "vp_halfboard_vertical_T_left_season_autumn", + "fg": 5989, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5989 } ] + }, + { + "id": "vp_halfboard_vertical_T_left_season_winter", + "fg": 5992, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5992 } ] + }, + { + "id": "vp_halfboard_vertical_T_right", + "fg": 5994, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 5994 } ] + }, + { + "id": "vp_halfboard_vertical_T_right_season_summer", + "fg": 5995, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 5995 } ] + }, + { + "id": "vp_halfboard_vertical_T_right_season_autumn", + "fg": 5993, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 5993 } ] + }, + { + "id": "vp_halfboard_vertical_T_right_season_winter", + "fg": 5996, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 5996 } ] + }, + { + "id": [ "vp_hdhalfboard_ne", "vp_hdhalfboard_ne_edge" ], + "fg": 6026, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6026 } ] + }, + { + "id": [ "vp_hdhalfboard_ne_season_summer", "vp_hdhalfboard_ne_edge_season_summer" ], + "fg": 6027, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6027 } ] + }, + { + "id": [ "vp_hdhalfboard_ne_season_autumn", "vp_hdhalfboard_ne_edge_season_autumn" ], + "fg": 6025, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6025 } ] + }, + { + "id": [ "vp_hdhalfboard_ne_season_winter", "vp_hdhalfboard_ne_edge_season_winter" ], + "fg": 6028, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6028 } ] + }, + { + "id": [ "vp_hdhalfboard_nw", "vp_hdhalfboard_nw_edge" ], + "fg": 6030, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6030 } ] + }, + { + "id": [ "vp_hdhalfboard_nw_season_summer", "vp_hdhalfboard_nw_edge_season_summer" ], + "fg": 6031, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6031 } ] + }, + { + "id": [ "vp_hdhalfboard_nw_season_autumn", "vp_hdhalfboard_nw_edge_season_autumn" ], + "fg": 6029, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6029 } ] + }, + { + "id": [ "vp_hdhalfboard_nw_season_winter", "vp_hdhalfboard_nw_edge_season_winter" ], + "fg": 6032, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6032 } ] + }, + { + "id": "vp_hdhalfboard_se", + "fg": 6034, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6034 } ] + }, + { + "id": "vp_hdhalfboard_se_season_summer", + "fg": 6035, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6035 } ] + }, + { + "id": "vp_hdhalfboard_se_season_autumn", + "fg": 6033, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6033 } ] + }, + { + "id": "vp_hdhalfboard_se_season_winter", + "fg": 6036, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6036 } ] + }, + { + "id": "vp_hdhalfboard_sw", + "fg": 6038, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6038 } ] + }, + { + "id": "vp_hdhalfboard_sw_season_summer", + "fg": 6039, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6039 } ] + }, + { + "id": "vp_hdhalfboard_sw_season_autumn", + "fg": 6037, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6037 } ] + }, + { + "id": "vp_hdhalfboard_sw_season_winter", + "fg": 6040, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6040 } ] + }, + { + "id": "vp_hdhalfboard_vertical_left", + "fg": 6050, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6050 } ] + }, + { + "id": "vp_hdhalfboard_vertical_left_season_summer", + "fg": 6051, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6051 } ] + }, + { + "id": "vp_hdhalfboard_vertical_left_season_autumn", + "fg": 6049, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6049 } ] + }, + { + "id": "vp_hdhalfboard_vertical_left_season_winter", + "fg": 6052, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6052 } ] + }, + { + "id": "vp_hdhalfboard_wheel_left", + "fg": 6058, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6058 } ] + }, + { + "id": "vp_hdhalfboard_wheel_left_season_summer", + "fg": 6059, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6059 } ] + }, + { + "id": "vp_hdhalfboard_wheel_left_season_autumn", + "fg": 6057, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6057 } ] + }, + { + "id": "vp_hdhalfboard_wheel_left_season_winter", + "fg": 6060, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6060 } ] + }, + { + "id": "vp_hdhalfboard_vertical_right", + "fg": 6054, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6054 } ] + }, + { + "id": "vp_hdhalfboard_vertical_right_season_summer", + "fg": 6055, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6055 } ] + }, + { + "id": "vp_hdhalfboard_vertical_right_season_autumn", + "fg": 6053, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6053 } ] + }, + { + "id": "vp_hdhalfboard_vertical_right_season_winter", + "fg": 6056, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6056 } ] + }, + { + "id": "vp_hdhalfboard_wheel_right", + "fg": 6062, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6062 } ] + }, + { + "id": "vp_hdhalfboard_wheel_right_season_summer", + "fg": 6063, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6063 } ] + }, + { + "id": "vp_hdhalfboard_wheel_right_season_autumn", + "fg": 6061, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6061 } ] + }, + { + "id": "vp_hdhalfboard_wheel_right_season_winter", + "fg": 6064, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6064 } ] + }, + { + "id": [ + "vp_hdhalfboard", + "vp_hdhalfboard_horizontal", + "vp_hdhalfboard_horizontal_2", + "vp_hdhalfboard_horizontal_front", + "vp_hdhalfboard_cover_left", + "vp_hdhalfboard_cover_right" + ], + "fg": 6018, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6018 } ] + }, + { + "id": [ + "vp_hdhalfboard_season_summer", + "vp_hdhalfboard_horizontal_season_summer", + "vp_hdhalfboard_horizontal_2_season_summer", + "vp_hdhalfboard_horizontal_front_season_summer", + "vp_hdhalfboard_cover_left_season_summer", + "vp_hdhalfboard_cover_right_season_summer" + ], + "fg": 6019, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6019 } ] + }, + { + "id": [ + "vp_hdhalfboard_season_autumn", + "vp_hdhalfboard_horizontal_season_autumn", + "vp_hdhalfboard_horizontal_2_season_autumn", + "vp_hdhalfboard_horizontal_front_season_autumn", + "vp_hdhalfboard_cover_left_season_autumn", + "vp_hdhalfboard_cover_right_season_autumn" + ], + "fg": 6017, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6017 } ] + }, + { + "id": [ + "vp_hdhalfboard_season_winter", + "vp_hdhalfboard_horizontal_season_winter", + "vp_hdhalfboard_horizontal_2_season_winter", + "vp_hdhalfboard_horizontal_front_season_winter", + "vp_hdhalfboard_cover_left_season_winter", + "vp_hdhalfboard_cover_right_season_winter" + ], + "fg": 6020, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6020 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_rear", + "fg": 6022, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6022 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_rear_season_summer", + "fg": 6023, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6023 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_rear_season_autumn", + "fg": 6021, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6021 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_rear_season_winter", + "fg": 6024, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6024 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_2_rear", + "fg": 6014, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6014 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_2_rear_season_summer", + "fg": 6015, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6015 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_2_rear_season_autumn", + "fg": 6013, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6013 } ] + }, + { + "id": "vp_hdhalfboard_horizontal_2_rear_season_winter", + "fg": 6016, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6016 } ] + }, + { + "id": [ "vp_hdhalfboard_vertical", "vp_hdhalfboard_vertical_2" ], + "fg": 6050, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6050 } ] + }, + { + "id": [ "vp_hdhalfboard_vertical_season_summer", "vp_hdhalfboard_vertical_2_season_summer" ], + "fg": 6051, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6051 } ] + }, + { + "id": [ "vp_hdhalfboard_vertical_season_autumn", "vp_hdhalfboard_vertical_2_season_autumn" ], + "fg": 6049, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6049 } ] + }, + { + "id": [ "vp_hdhalfboard_vertical_season_winter", "vp_hdhalfboard_vertical_2_season_winter" ], + "fg": 6052, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6052 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_left", + "fg": 6042, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6042 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_left_season_summer", + "fg": 6043, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6043 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_left_season_autumn", + "fg": 6041, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6041 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_left_season_winter", + "fg": 6044, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6044 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_right", + "fg": 6046, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6046 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_right_season_summer", + "fg": 6047, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6047 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_right_season_autumn", + "fg": 6045, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6045 } ] + }, + { + "id": "vp_hdhalfboard_vertical_T_right_season_winter", + "fg": 6048, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6048 } ] + }, + { + "id": "vp_light_blue", + "fg": [ 6066, 6066, 6066, 6066 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6066 } ] + }, + { + "id": "vp_light_blue_season_summer", + "fg": [ 6067, 6067, 6067, 6067 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6067 } ] + }, + { + "id": "vp_light_blue_season_autumn", + "fg": [ 6065, 6065, 6065, 6065 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6065 } ] + }, + { + "id": "vp_light_blue_season_winter", + "fg": [ 6068, 6068, 6068, 6068 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6068 } ] + }, + { + "id": "vp_light_red", + "fg": [ 6070, 6070, 6070, 6070 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6070 } ] + }, + { + "id": "vp_light_red_season_summer", + "fg": [ 6071, 6071, 6071, 6071 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6071 } ] + }, + { + "id": "vp_light_red_season_autumn", + "fg": [ 6069, 6069, 6069, 6069 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6069 } ] + }, + { + "id": "vp_light_red_season_winter", + "fg": [ 6072, 6072, 6072, 6072 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6072 } ] + }, + { + "id": "vp_aisle_vertical", + "fg": 6078, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6078 } ] + }, + { + "id": "vp_aisle_vertical_season_summer", + "fg": 6079, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6079 } ] + }, + { + "id": "vp_aisle_vertical_season_autumn", + "fg": 6077, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6077 } ] + }, + { + "id": "vp_aisle_vertical_season_winter", + "fg": 6080, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6080 } ] + }, + { + "id": "vp_aisle_horizontal", + "fg": 6074, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6074 } ] + }, + { + "id": "vp_aisle_horizontal_season_summer", + "fg": 6075, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6075 } ] + }, + { + "id": "vp_aisle_horizontal_season_autumn", + "fg": 6073, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6073 } ] + }, + { + "id": "vp_aisle_horizontal_season_winter", + "fg": 6076, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6076 } ] + }, + { + "id": "vp_animal_compartment", + "fg": 6082, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6082 } ] + }, + { + "id": "vp_animal_compartment_season_summer", + "fg": 6083, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6083 } ] + }, + { + "id": "vp_animal_compartment_season_autumn", + "fg": 6081, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6081 } ] + }, + { + "id": "vp_animal_compartment_season_winter", + "fg": 6084, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6084 } ] + }, + { + "id": "vp_bed", + "fg": 6086, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6086 } ] + }, + { + "id": "vp_bed_season_summer", + "fg": 6087, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6087 } ] + }, + { + "id": "vp_bed_season_autumn", + "fg": 6085, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6085 } ] + }, + { + "id": "vp_bed_season_winter", + "fg": 6088, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6088 } ] + }, + { + "id": "vp_black_box", + "fg": [ 6090, 6090, 6090, 6090 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6090 } ] + }, + { + "id": "vp_black_box_season_summer", + "fg": [ 6091, 6091, 6091, 6091 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6091 } ] + }, + { + "id": "vp_black_box_season_autumn", + "fg": [ 6089, 6089, 6089, 6089 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6089 } ] + }, + { + "id": "vp_black_box_season_winter", + "fg": [ 6092, 6092, 6092, 6092 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6092 } ] + }, + { + "id": "vp_lit_aisle_vertical", + "fg": 6098, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6098 } ] + }, + { + "id": "vp_lit_aisle_vertical_season_summer", + "fg": 6099, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6099 } ] + }, + { + "id": "vp_lit_aisle_vertical_season_autumn", + "fg": 6097, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6097 } ] + }, + { + "id": "vp_lit_aisle_vertical_season_winter", + "fg": 6100, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6100 } ] + }, + { + "id": "vp_lit_aisle_horizontal", + "fg": 6094, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6094 } ] + }, + { + "id": "vp_lit_aisle_horizontal_season_summer", + "fg": 6095, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6095 } ] + }, + { + "id": "vp_lit_aisle_horizontal_season_autumn", + "fg": 6093, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6093 } ] + }, + { + "id": "vp_lit_aisle_horizontal_season_winter", + "fg": 6096, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6096 } ] + }, + { + "id": "vp_mounted_spare_tire", + "fg": 6102, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6102 } ] + }, + { + "id": "vp_mounted_spare_tire_season_summer", + "fg": 6103, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6103 } ] + }, + { + "id": "vp_mounted_spare_tire_season_autumn", + "fg": 6101, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6101 } ] + }, + { + "id": "vp_mounted_spare_tire_season_winter", + "fg": 6104, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6104 } ] + }, + { + "id": [ "vp_wooden_aisle_vertical", "vp_foldable_aisle_vertical" ], + "fg": [ 6110, 6106 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": [ 6110, 6106 ] } ] + }, + { + "id": [ "vp_wooden_aisle_vertical_season_summer", "vp_foldable_aisle_vertical_season_summer" ], + "fg": [ 6111, 6106 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": [ 6111, 6107 ] } ] + }, + { + "id": [ "vp_wooden_aisle_vertical_season_autumn", "vp_foldable_aisle_vertical_season_autumn" ], + "fg": [ 6109, 6105 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": [ 6109, 6106 ] } ] + }, + { + "id": [ "vp_wooden_aisle_vertical_season_winter", "vp_foldable_aisle_vertical_season_winter" ], + "fg": [ 6112, 6108 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": [ 6112, 6108 ] } ] + }, + { + "id": [ "vp_wooden_aisle_horizontal", "vp_foldable_aisle_horizontal" ], + "fg": [ 6106, 6110 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": [ 6106, 6110 ] } ] + }, + { + "id": [ "vp_wooden_aisle_horizontal_season_summer", "vp_foldable_aisle_horizontal_season_summer" ], + "fg": [ 6107, 6111 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": [ 6107, 6111 ] } ] + }, + { + "id": [ "vp_wooden_aisle_horizontal_season_autumn", "vp_foldable_aisle_horizontal_season_autumn" ], + "fg": [ 6105, 6109 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": [ 6105, 6109 ] } ] + }, + { + "id": [ "vp_wooden_aisle_horizontal_season_winter", "vp_foldable_aisle_horizontal_season_winter" ], + "fg": [ 6108, 6112 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": [ 6108, 6112 ] } ] + }, + { + "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat", "vp_seat_leather" ], + "fg": 6126, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6126 } ] + }, + { + "id": [ + "vp_folding_seat_season_summer", + "vp_reclining_seat_season_summer", + "vp_seat_season_summer", + "vp_seat_leather_season_summer" + ], + "fg": 6127, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6127 } ] + }, + { + "id": [ + "vp_folding_seat_season_autumn", + "vp_reclining_seat_season_autumn", + "vp_seat_season_autumn", + "vp_seat_leather_season_autumn" + ], + "fg": 6125, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6125 } ] + }, + { + "id": [ + "vp_folding_seat_season_winter", + "vp_reclining_seat_season_winter", + "vp_seat_season_winter", + "vp_seat_leather_season_winter" + ], + "fg": 6128, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6128 } ] + }, + { + "id": [ "vp_seat_back", "vp_seat_back_leather" ], + "fg": 6122, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6114 } ] + }, + { + "id": [ "vp_seat_back_season_summer", "vp_seat_back_leather_season_summer" ], + "fg": 6123, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6115 } ] + }, + { + "id": [ "vp_seat_back_season_autumn", "vp_seat_back_leather_season_autumn" ], + "fg": 6121, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6113 } ] + }, + { + "id": [ "vp_seat_back_season_winter", "vp_seat_back_leather_season_winter" ], + "fg": 6124, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6116 } ] + }, + { + "id": [ "vp_seat_back_left", "vp_seat_back_leather_left" ], + "fg": 6114, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6114 } ] + }, + { + "id": [ "vp_seat_back_left_season_summer", "vp_seat_back_leather_left_season_summer" ], + "fg": 6115, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6115 } ] + }, + { + "id": [ "vp_seat_back_left_season_autumn", "vp_seat_back_leather_left_season_autumn" ], + "fg": 6113, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6113 } ] + }, + { + "id": [ "vp_seat_back_left_season_winter", "vp_seat_back_leather_left_season_winter" ], + "fg": 6116, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6116 } ] + }, + { + "id": [ "vp_seat_back_right", "vp_seat_back_leather_right" ], + "fg": 6118, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6118 } ] + }, + { + "id": [ "vp_seat_back_right_season_summer", "vp_seat_back_leather_right_season_summer" ], + "fg": 6119, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6119 } ] + }, + { + "id": [ "vp_seat_back_right_season_autumn", "vp_seat_back_leather_right_season_autumn" ], + "fg": 6117, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6117 } ] + }, + { + "id": [ "vp_seat_back_right_season_winter", "vp_seat_back_leather_right_season_winter" ], + "fg": 6120, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6120 } ] + }, + { + "id": [ "vp_seat_back_vertical", "vp_seat_back_leather_vertical" ], + "fg": 6122, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6122 } ] + }, + { + "id": [ "vp_seat_back_vertical_season_summer", "vp_seat_back_leather_vertical_season_summer" ], + "fg": 6123, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6123 } ] + }, + { + "id": [ "vp_seat_back_vertical_season_autumn", "vp_seat_back_leather_vertical_season_autumn" ], + "fg": 6121, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6121 } ] + }, + { + "id": [ "vp_seat_back_vertical_season_winter", "vp_seat_back_leather_vertical_season_winter" ], + "fg": 6124, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6124 } ] + }, + { + "id": [ "vp_seat_back_vertical_left", "vp_seat_back_leather_vertical_left" ], + "fg": 6114, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6114 } ] + }, + { + "id": [ "vp_seat_back_vertical_left_season_summer", "vp_seat_back_leather_vertical_left_season_summer" ], + "fg": 6115, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6115 } ] + }, + { + "id": [ "vp_seat_back_vertical_left_season_autumn", "vp_seat_back_leather_vertical_left_season_autumn" ], + "fg": 6113, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6113 } ] + }, + { + "id": [ "vp_seat_back_vertical_left_season_winter", "vp_seat_back_leather_vertical_left_season_winter" ], + "fg": 6116, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6116 } ] + }, + { + "id": [ "vp_seat_back_vertical_right", "vp_seat_back_leather_vertical_right" ], + "fg": 6118, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6118 } ] + }, + { + "id": [ "vp_seat_back_vertical_right_season_summer", "vp_seat_back_leather_vertical_right_season_summer" ], + "fg": 6119, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6119 } ] + }, + { + "id": [ "vp_seat_back_vertical_right_season_autumn", "vp_seat_back_leather_vertical_right_season_autumn" ], + "fg": 6117, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6117 } ] + }, + { + "id": [ "vp_seat_back_vertical_right_season_winter", "vp_seat_back_leather_vertical_right_season_winter" ], + "fg": 6120, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6120 } ] + }, + { + "id": [ "vp_seat_rear", "vp_seat_leather_rear" ], + "fg": 6126, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6126 } ] + }, + { + "id": [ "vp_seat_rear_season_summer", "vp_seat_leather_rear_season_summer" ], + "fg": 6127, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6127 } ] + }, + { + "id": [ "vp_seat_rear_season_autumn", "vp_seat_leather_rear_season_autumn" ], + "fg": 6125, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6125 } ] + }, + { + "id": [ "vp_seat_rear_season_winter", "vp_seat_leather_rear_season_winter" ], + "fg": 6128, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6128 } ] + }, + { + "id": "vp_solar_panel", + "fg": 6130, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6130 } ] + }, + { + "id": "vp_solar_panel_season_summer", + "fg": 6131, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6131 } ] + }, + { + "id": "vp_solar_panel_season_autumn", + "fg": 6129, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6129 } ] + }, + { + "id": "vp_solar_panel_season_winter", + "fg": 6132, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6132 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_left", + "fg": 6134, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6134 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_left_season_summer", + "fg": 6135, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6135 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_left_season_autumn", + "fg": 6133, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6133 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_left_season_winter", + "fg": 6136, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6136 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_right", + "fg": 6138, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6138 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_right_season_summer", + "fg": 6139, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6139 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_right_season_autumn", + "fg": 6137, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6137 } ] + }, + { + "id": "vp_halfboard_hatch_wheel_right_season_winter", + "fg": 6140, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6140 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_left", + "fg": 6142, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6142 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_left_season_summer", + "fg": 6143, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6143 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_left_season_autumn", + "fg": 6141, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6141 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_left_season_winter", + "fg": 6144, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6144 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_right", + "fg": 6146, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6146 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_right_season_summer", + "fg": 6147, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6147 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_right_season_autumn", + "fg": 6145, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6145 } ] + }, + { + "id": "vp_hdhalfboard_hatch_wheel_right_season_winter", + "fg": 6148, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6148 } ] + }, + { + "id": "vp_hatch", + "fg": 6154, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6150 }, { "id": "broken", "fg": 5562, "bg": 6150 } ] + }, + { + "id": "vp_hatch_season_summer", + "fg": 6155, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6151 }, { "id": "broken", "fg": 5563, "bg": 6151 } ] + }, + { + "id": "vp_hatch_season_autumn", + "fg": 6153, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6149 }, { "id": "broken", "fg": 5561, "bg": 6149 } ] + }, + { + "id": "vp_hatch_season_winter", + "fg": 6156, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6152 }, { "id": "broken", "fg": 5564, "bg": 6152 } ] + }, + { + "id": [ "vp_hdhatch", "vp_hdtrunk" ], + "fg": 6162, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6158 }, { "id": "broken", "fg": 5562, "bg": 6158 } ] + }, + { + "id": [ "vp_hdhatch_season_summer", "vp_hdtrunk_season_summer" ], + "fg": 6163, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6159 }, { "id": "broken", "fg": 5563, "bg": 6159 } ] + }, + { + "id": [ "vp_hdhatch_season_autumn", "vp_hdtrunk_season_autumn" ], + "fg": 6161, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6157 }, { "id": "broken", "fg": 5561, "bg": 6157 } ] + }, + { + "id": [ "vp_hdhatch_season_winter", "vp_hdtrunk_season_winter" ], + "fg": 6164, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6160 }, { "id": "broken", "fg": 5564, "bg": 6160 } ] + }, + { + "id": "vp_hatch_opaque", + "fg": 6170, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6166 }, { "id": "broken", "fg": 5562, "bg": 6166 } ] + }, + { + "id": "vp_hatch_opaque_season_summer", + "fg": 6171, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6167 }, { "id": "broken", "fg": 5563, "bg": 6167 } ] + }, + { + "id": "vp_hatch_opaque_season_autumn", + "fg": 6169, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6165 }, { "id": "broken", "fg": 5561, "bg": 6165 } ] + }, + { + "id": "vp_hatch_opaque_season_winter", + "fg": 6172, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6168 }, { "id": "broken", "fg": 5564, "bg": 6168 } ] + }, + { + "id": "vp_hdhatch_opaque", + "fg": 6178, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6174 }, { "id": "broken", "fg": 5562, "bg": 6174 } ] + }, + { + "id": "vp_hdhatch_opaque_season_summer", + "fg": 6179, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6175 }, { "id": "broken", "fg": 5563, "bg": 6175 } ] + }, + { + "id": "vp_hdhatch_opaque_season_autumn", + "fg": 6177, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6173 }, { "id": "broken", "fg": 5561, "bg": 6173 } ] + }, + { + "id": "vp_hdhatch_opaque_season_winter", + "fg": 6180, + "multitile": true, + "additional_tiles": [ { "id": "open", "fg": 6176 }, { "id": "broken", "fg": 5564, "bg": 6176 } ] + }, + { + "id": [ + "vp_wheel", + "vp_wheel_steerable", + "vp_wheel_bicycle", + "vp_wheel_bicycle_steerable", + "vp_wheel_bicycle_or", + "vp_wheel_bicycle_or_steerable", + "vp_wheel_bicycle_rear", + "vp_wheel_bicycle_or_rear" + ], + "fg": 6182, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6182 } ] + }, + { + "id": [ + "vp_wheel_season_summer", + "vp_wheel_steerable_season_summer", + "vp_wheel_bicycle_season_summer", + "vp_wheel_bicycle_steerable_season_summer", + "vp_wheel_bicycle_or_season_summer", + "vp_wheel_bicycle_or_steerable_season_summer", + "vp_wheel_bicycle_rear_season_summer", + "vp_wheel_bicycle_or_rear_season_summer" + ], + "fg": 6183, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6183 } ] + }, + { + "id": [ + "vp_wheel_season_autumn", + "vp_wheel_steerable_season_autumn", + "vp_wheel_bicycle_season_autumn", + "vp_wheel_bicycle_steerable_season_autumn", + "vp_wheel_bicycle_or_season_autumn", + "vp_wheel_bicycle_or_steerable_season_autumn", + "vp_wheel_bicycle_rear_season_autumn", + "vp_wheel_bicycle_or_rear_season_autumn" + ], + "fg": 6181, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6181 } ] + }, + { + "id": [ + "vp_wheel_season_winter", + "vp_wheel_steerable_season_winter", + "vp_wheel_bicycle_season_winter", + "vp_wheel_bicycle_steerable_season_winter", + "vp_wheel_bicycle_or_season_winter", + "vp_wheel_bicycle_or_steerable_season_winter", + "vp_wheel_bicycle_rear_season_winter", + "vp_wheel_bicycle_or_rear_season_winter" + ], + "fg": 6184, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6184 } ] + }, + { + "id": [ "vp_wheel_wide", "vp_wheel_wide_steerable", "vp_wheel_wide_or", "vp_wheel_wide_or_steerable" ], + "fg": 6186, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6186 } ] + }, + { + "id": [ + "vp_wheel_wide_season_summer", + "vp_wheel_wide_steerable_season_summer", + "vp_wheel_wide_or_season_summer", + "vp_wheel_wide_or_steerable_season_summer" + ], + "fg": 6187, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6187 } ] + }, + { + "id": [ + "vp_wheel_wide_season_autumn", + "vp_wheel_wide_steerable_season_autumn", + "vp_wheel_wide_or_season_autumn", + "vp_wheel_wide_or_steerable_season_autumn" + ], + "fg": 6185, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6185 } ] + }, + { + "id": [ + "vp_wheel_wide_season_winter", + "vp_wheel_wide_steerable_season_winter", + "vp_wheel_wide_or_season_winter", + "vp_wheel_wide_or_steerable_season_winter" + ], + "fg": 6188, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6188 } ] + }, + { + "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_horizontal_front_edge" ], + "fg": 6198, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6198 } ] + }, + { + "id": [ + "vp_windshield_season_summer", + "vp_windshield_horizontal_season_summer", + "vp_windshield_horizontal_front_season_summer", + "vp_windshield_front_edge_season_summer" + ], + "fg": 6199, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6199 } ] + }, + { + "id": [ + "vp_windshield_season_autumn", + "vp_windshield_horizontal_season_autumn", + "vp_windshield_horizontal_front_season_autumn", + "vp_windshield_front_edge_season_autumn" + ], + "fg": 6197, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6197 } ] + }, + { + "id": [ + "vp_windshield_season_winter", + "vp_windshield_horizontal_season_winter", + "vp_windshield_horizontal_front_season_winter", + "vp_windshield_front_edge_season_winter" + ], + "fg": 6200, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 6200 } ] + }, + { + "id": [ "vp_windshield_nw", "vp_windshield_nw_edge" ], + "fg": 6214, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6214 } ] + }, + { + "id": [ "vp_windshield_nw_season_summer", "vp_windshield_nw_edge_season_summer" ], + "fg": 6215, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6215 } ] + }, + { + "id": [ "vp_windshield_nw_season_autumn", "vp_windshield_nw_edge_season_autumn" ], + "fg": 6213, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6213 } ] + }, + { + "id": [ "vp_windshield_nw_season_winter", "vp_windshield_nw_edge_season_winter" ], + "fg": 6216, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6216 } ] + }, + { + "id": [ "vp_windshield_ne", "vp_windshield_ne_edge" ], + "fg": 6210, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6210 } ] + }, + { + "id": [ "vp_windshield_ne_season_summer", "vp_windshield_ne_edge_season_summer" ], + "fg": 6211, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6211 } ] + }, + { + "id": [ "vp_windshield_ne_season_autumn", "vp_windshield_ne_edge_season_autumn" ], + "fg": 6209, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6209 } ] + }, + { + "id": [ "vp_windshield_ne_season_winter", "vp_windshield_ne_edge_season_winter" ], + "fg": 6212, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6212 } ] + }, + { + "id": "vp_windshield_wheel_left", + "fg": 6234, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6234 } ] + }, + { + "id": "vp_windshield_wheel_left_season_summer", + "fg": 6235, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6235 } ] + }, + { + "id": "vp_windshield_wheel_left_season_autumn", + "fg": 6233, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6233 } ] + }, + { + "id": "vp_windshield_wheel_left_season_winter", + "fg": 6236, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6236 } ] + }, + { + "id": "vp_windshield_wheel_right", + "fg": 6238, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6238 } ] + }, + { + "id": "vp_windshield_wheel_right_season_summer", + "fg": 6239, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6239 } ] + }, + { + "id": "vp_windshield_wheel_right_season_autumn", + "fg": 6237, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6237 } ] + }, + { + "id": "vp_windshield_wheel_right_season_winter", + "fg": 6240, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6240 } ] + }, + { + "id": "vp_windshield_cover_left", + "fg": 6190, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6190 } ] + }, + { + "id": "vp_windshield_cover_left_season_summer", + "fg": 6191, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6191 } ] + }, + { + "id": "vp_windshield_cover_left_season_autumn", + "fg": 6189, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6189 } ] + }, + { + "id": "vp_windshield_cover_left_season_winter", + "fg": 6192, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6192 } ] + }, + { + "id": "vp_windshield_cover_right", + "fg": 6194, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6194 } ] + }, + { + "id": "vp_windshield_cover_right_season_summer", + "fg": 6195, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6195 } ] + }, + { + "id": "vp_windshield_cover_right_season_autumn", + "fg": 6193, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6193 } ] + }, + { + "id": "vp_windshield_cover_right_season_winter", + "fg": 6196, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6196 } ] + }, + { + "id": [ "vp_windshield_vertical_left", "vp_windshield_vertical_2_left", "vp_windshield_left" ], + "fg": 6226, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6226 } ] + }, + { + "id": [ + "vp_windshield_vertical_left_season_summer", + "vp_windshield_vertical_2_left_season_summer", + "vp_windshield_left_season_summer" + ], + "fg": 6227, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6227 } ] + }, + { + "id": [ + "vp_windshield_vertical_left_season_autumn", + "vp_windshield_vertical_2_left_season_autumn", + "vp_windshield_left_season_autumn" + ], + "fg": 6225, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6225 } ] + }, + { + "id": [ + "vp_windshield_vertical_left_season_winter", + "vp_windshield_vertical_2_left_season_winter", + "vp_windshield_left_season_winter" + ], + "fg": 6228, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6228 } ] + }, + { + "id": [ "vp_windshield_vertical_right", "vp_windshield_vertical_2_right", "vp_windshield_right" ], + "fg": 6230, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6230 } ] + }, + { + "id": [ + "vp_windshield_vertical_right_season_summer", + "vp_windshield_vertical_2_right_season_summer", + "vp_windshield_right_season_summer" + ], + "fg": 6231, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6231 } ] + }, + { + "id": [ + "vp_windshield_vertical_right_season_autumn", + "vp_windshield_vertical_2_right_season_autumn", + "vp_windshield_right_season_autumn" + ], + "fg": 6229, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6229 } ] + }, + { + "id": [ + "vp_windshield_vertical_right_season_winter", + "vp_windshield_vertical_2_right_season_winter", + "vp_windshield_right_season_winter" + ], + "fg": 6232, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6232 } ] + }, + { + "id": "vp_windshield_horizontal_rear", + "fg": 6206, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6206 } ] + }, + { + "id": "vp_windshield_horizontal_rear_season_summer", + "fg": 6207, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6207 } ] + }, + { + "id": "vp_windshield_horizontal_rear_season_autumn", + "fg": 6205, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6205 } ] + }, + { + "id": "vp_windshield_horizontal_rear_season_winter", + "fg": 6208, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6208 } ] + }, + { + "id": "vp_windshield_horizontal_rear_edge", + "fg": 6202, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6202 } ] + }, + { + "id": "vp_windshield_horizontal_rear_edge_season_summer", + "fg": 6203, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6203 } ] + }, + { + "id": "vp_windshield_horizontal_rear_edge_season_autumn", + "fg": 6201, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6201 } ] + }, + { + "id": "vp_windshield_horizontal_rear_edge_season_winter", + "fg": 6204, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6204 } ] + }, + { + "id": [ "vp_windshield_sw", "vp_windshield_sw_edge" ], + "fg": 6222, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6222 } ] + }, + { + "id": [ "vp_windshield_sw_season_summer", "vp_windshield_sw_edge_season_summer" ], + "fg": 6223, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6223 } ] + }, + { + "id": [ "vp_windshield_sw_season_autumn", "vp_windshield_sw_edge_season_autumn" ], + "fg": 6221, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6221 } ] + }, + { + "id": [ "vp_windshield_sw_season_winter", "vp_windshield_sw_edge_season_winter" ], + "fg": 6224, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6224 } ] + }, + { + "id": [ "vp_windshield_se", "vp_windshield_se_edge" ], + "fg": 6218, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6218 } ] + }, + { + "id": [ "vp_windshield_se_season_summer", "vp_windshield_se_edge_season_summer" ], + "fg": 6219, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6219 } ] + }, + { + "id": [ "vp_windshield_se_season_autumn", "vp_windshield_se_edge_season_autumn" ], + "fg": 6217, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6217 } ] + }, + { + "id": [ "vp_windshield_se_season_winter", "vp_windshield_se_edge_season_winter" ], + "fg": 6220, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6220 } ] + }, + { + "id": "vp_windshield_full_vertical_left", + "fg": 6242, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6242 } ] + }, + { + "id": "vp_windshield_full_vertical_left_season_summer", + "fg": 6243, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6243 } ] + }, + { + "id": "vp_windshield_full_vertical_left_season_autumn", + "fg": 6241, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6241 } ] + }, + { + "id": "vp_windshield_full_vertical_left_season_winter", + "fg": 6244, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6244 } ] + }, + { + "id": "vp_windshield_full_vertical_right", + "fg": 6246, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6246 } ] + }, + { + "id": "vp_windshield_full_vertical_right_season_summer", + "fg": 6247, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6247 } ] + }, + { + "id": "vp_windshield_full_vertical_right_season_autumn", + "fg": 6245, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6245 } ] + }, + { + "id": "vp_windshield_full_vertical_right_season_winter", + "fg": 6248, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6248 } ] + }, + { + "id": "vp_windshield_full_wheel_left", + "fg": 6250, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6250 } ] + }, + { + "id": "vp_windshield_full_wheel_left_season_summer", + "fg": 6251, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6251 } ] + }, + { + "id": "vp_windshield_full_wheel_left_season_autumn", + "fg": 6249, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6249 } ] + }, + { + "id": "vp_windshield_full_wheel_left_season_winter", + "fg": 6252, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6252 } ] + }, + { + "id": "vp_windshield_full_wheel_right", + "fg": 6254, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6254 } ] + }, + { + "id": "vp_windshield_full_wheel_right_season_summer", + "fg": 6255, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6255 } ] + }, + { + "id": "vp_windshield_full_wheel_right_season_autumn", + "fg": 6253, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6253 } ] + }, + { + "id": "vp_windshield_full_wheel_right_season_winter", + "fg": 6256, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6256 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear", + "fg": 6206, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6206 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear_season_summer", + "fg": 6207, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6207 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear_season_autumn", + "fg": 6205, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6205 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear_season_winter", + "fg": 6208, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6208 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear_edge", + "fg": 6202, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6202 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear_edge_season_summer", + "fg": 6203, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6203 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear_edge_season_autumn", + "fg": 6201, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6201 } ] + }, + { + "id": "vp_windshield_full_horizontal_rear_edge_season_winter", + "fg": 6204, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6204 } ] + }, + { + "id": [ + "vp_reinforced_windshield", + "vp_reinforced_windshield_horizontal", + "vp_reinforced_windshield_horizontal_front", + "vp_reinforced_windshield_horizontal_front_edge" + ], + "fg": 6258, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6258 } ] + }, + { + "id": [ + "vp_reinforced_windshield_season_summer", + "vp_reinforced_windshield_horizontal_season_summer", + "vp_reinforced_windshield_horizontal_front_season_summer", + "vp_reinforced_windshield_front_edge_season_summer" + ], + "fg": 6259, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6259 } ] + }, + { + "id": [ + "vp_reinforced_windshield_season_autumn", + "vp_reinforced_windshield_horizontal_season_autumn", + "vp_reinforced_windshield_horizontal_front_season_autumn", + "vp_reinforced_windshield_front_edge_season_autumn" + ], + "fg": 6257, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6257 } ] + }, + { + "id": [ + "vp_reinforced_windshield_season_winter", + "vp_reinforced_windshield_horizontal_season_winter", + "vp_reinforced_windshield_horizontal_front_season_winter", + "vp_reinforced_windshield_front_edge_season_winter" + ], + "fg": 6260, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 6260 } ] + }, + { + "id": [ "vp_reinforced_windshield_nw", "vp_reinforced_windshield_nw_edge" ], + "fg": 6274, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6274 } ] + }, + { + "id": [ "vp_reinforced_windshield_nw_season_summer", "vp_reinforced_windshield_nw_edge_season_summer" ], + "fg": 6275, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6275 } ] + }, + { + "id": [ "vp_reinforced_windshield_nw_season_autumn", "vp_reinforced_windshield_nw_edge_season_autumn" ], + "fg": 6273, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6273 } ] + }, + { + "id": [ "vp_reinforced_windshield_nw_season_winter", "vp_reinforced_windshield_nw_edge_season_winter" ], + "fg": 6276, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6276 } ] + }, + { + "id": [ "vp_reinforced_windshield_ne", "vp_reinforced_windshield_ne_edge" ], + "fg": 6270, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6270 } ] + }, + { + "id": [ "vp_reinforced_windshield_ne_season_summer", "vp_reinforced_windshield_ne_edge_season_summer" ], + "fg": 6271, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6271 } ] + }, + { + "id": [ "vp_reinforced_windshield_ne_season_autumn", "vp_reinforced_windshield_ne_edge_season_autumn" ], + "fg": 6269, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6269 } ] + }, + { + "id": [ "vp_reinforced_windshield_ne_season_winter", "vp_reinforced_windshield_ne_edge_season_winter" ], + "fg": 6272, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6272 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], + "fg": 6286, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6286 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_left_season_summer", "vp_reinforced_windshield_left_season_summer" ], + "fg": 6287, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6287 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_left_season_autumn", "vp_reinforced_windshield_left_season_autumn" ], + "fg": 6285, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6285 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_left_season_winter", "vp_reinforced_windshield_left_season_winter" ], + "fg": 6288, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6288 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], + "fg": 6290, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6290 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_right_season_summer", "vp_reinforced_windshield_right_season_summer" ], + "fg": 6291, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6291 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_right_season_autumn", "vp_reinforced_windshield_right_season_autumn" ], + "fg": 6289, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6289 } ] + }, + { + "id": [ "vp_reinforced_windshield_vertical_right_season_winter", "vp_reinforced_windshield_right_season_winter" ], + "fg": 6292, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6292 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear", + "fg": 6266, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6266 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear_season_summer", + "fg": 6267, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6267 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear_season_autumn", + "fg": 6265, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6265 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear_season_winter", + "fg": 6268, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6268 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear_edge", + "fg": 6262, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6262 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear_edge_season_summer", + "fg": 6263, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6263 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear_edge_season_autumn", + "fg": 6261, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6261 } ] + }, + { + "id": "vp_reinforced_windshield_horizontal_rear_edge_season_winter", + "fg": 6264, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6264 } ] + }, + { + "id": [ "vp_reinforced_windshield_sw", "vp_reinforced_windshield_sw_edge" ], + "fg": 6282, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6282 } ] + }, + { + "id": [ "vp_reinforced_windshield_sw_season_summer", "vp_reinforced_windshield_sw_edge_season_summer" ], + "fg": 6283, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6283 } ] + }, + { + "id": [ "vp_reinforced_windshield_sw_season_autumn", "vp_reinforced_windshield_sw_edge_season_autumn" ], + "fg": 6281, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6281 } ] + }, + { + "id": [ "vp_reinforced_windshield_sw_season_winter", "vp_reinforced_windshield_sw_edge_season_winter" ], + "fg": 6284, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6284 } ] + }, + { + "id": [ "vp_reinforced_windshield_se", "vp_reinforced_windshield_se_edge" ], + "fg": 6278, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6278 } ] + }, + { + "id": [ "vp_reinforced_windshield_se_season_summer", "vp_reinforced_windshield_se_edge_season_summer" ], + "fg": 6279, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6279 } ] + }, + { + "id": [ "vp_reinforced_windshield_se_season_autumn", "vp_reinforced_windshield_se_edge_season_autumn" ], + "fg": 6277, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6277 } ] + }, + { + "id": [ "vp_reinforced_windshield_se_season_winter", "vp_reinforced_windshield_se_edge_season_winter" ], + "fg": 6280, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6280 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_left", + "fg": 6302, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6302 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_left_season_summer", + "fg": 6303, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6303 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_left_season_autumn", + "fg": 6301, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6301 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_left_season_winter", + "fg": 6304, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6304 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_right", + "fg": 6306, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6306 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_right_season_summer", + "fg": 6307, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6307 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_right_season_autumn", + "fg": 6305, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6305 } ] + }, + { + "id": "vp_reinforced_windshield_full_vertical_right_season_winter", + "fg": 6308, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6308 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear", + "fg": 6266, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6266 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear_season_summer", + "fg": 6267, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6267 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear_season_autumn", + "fg": 6265, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6265 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear_season_winter", + "fg": 6268, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6268 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear_edge", + "fg": 6262, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6262 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear_edge_season_summer", + "fg": 6263, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6263 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear_edge_season_autumn", + "fg": 6261, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6261 } ] + }, + { + "id": "vp_reinforced_windshield_full_horizontal_rear_edge_season_winter", + "fg": 6264, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6264 } ] + }, + { + "id": "vp_wing_mirror", + "fg": 6318, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6318 } ] + }, + { + "id": "vp_wing_mirror_season_summer", + "fg": 6319, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6319 } ] + }, + { + "id": "vp_wing_mirror_season_autumn", + "fg": 6317, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6317 } ] + }, + { + "id": "vp_wing_mirror_season_winter", + "fg": 6320, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6320 } ] + }, + { + "id": "vp_wing_mirror_left", + "fg": 6310, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6310 } ] + }, + { + "id": "vp_wing_mirror_left_season_summer", + "fg": 6311, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6311 } ] + }, + { + "id": "vp_wing_mirror_left_season_autumn", + "fg": 6309, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6309 } ] + }, + { + "id": "vp_wing_mirror_left_season_winter", + "fg": 6312, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6312 } ] + }, + { + "id": "vp_wing_mirror_right", + "fg": 6314, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5562, "bg": 6314 } ] + }, + { + "id": "vp_wing_mirror_right_season_summer", + "fg": 6315, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5563, "bg": 6315 } ] + }, + { + "id": "vp_wing_mirror_right_season_autumn", + "fg": 6313, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5561, "bg": 6313 } ] + }, + { + "id": "vp_wing_mirror_right_season_winter", + "fg": 6316, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5564, "bg": 6316 } ] + }, + { "id": "carbine_flintlock", "fg": 6417, "rotates": false }, + { "id": "carbine_flintlock_season_autumn", "fg": 6418, "rotates": false }, + { "id": "carbine_flintlock_season_winter", "fg": 6420, "rotates": false }, + { "id": "carbine_flintlock_season_summer", "fg": 6419, "rotates": false }, + { "id": [ "compbow_high", "compbow_low" ], "fg": 6437, "rotates": false }, + { "id": [ "compbow_high_season_autumn", "compbow_low_season_autumn" ], "fg": 6438, "rotates": false }, + { "id": [ "compbow_high_season_winter", "compbow_low_season_winter" ], "fg": 6440, "rotates": false }, + { "id": [ "compbow_high_season_summer", "compbow_low_season_summer" ], "fg": 6439, "rotates": false }, + { "id": [ "glock_17", "glock_18c", "glock_22", "glock_31" ], "fg": 6493, "rotates": false }, + { + "id": [ "glock_17_season_autumn", "glock_18c_season_autumn", "glock_22_season_autumn", "glock_31_season_autumn" ], + "fg": 6494, + "rotates": false + }, + { + "id": [ "glock_17_season_winter", "glock_18c_season_winter", "glock_22_season_winter", "glock_31_season_winter" ], + "fg": 6496, + "rotates": false + }, + { + "id": [ "glock_17_season_summer", "glock_18c_season_summer", "glock_22_season_summer", "glock_31_season_summer" ], + "fg": 6495, + "rotates": false + }, + { "id": "hk_g3", "fg": 6525, "rotates": false }, + { "id": "hk_g3_season_autumn", "fg": 6526, "rotates": false }, + { "id": "hk_g3_season_winter", "fg": 6528, "rotates": false }, + { "id": "hk_g3_season_summer", "fg": 6527, "rotates": false }, + { "id": "hk_g36", "fg": 6529, "rotates": false }, + { "id": "hk_g36_season_autumn", "fg": 6530, "rotates": false }, + { "id": "hk_g36_season_winter", "fg": 6532, "rotates": false }, + { "id": "hk_g36_season_summer", "fg": 6531, "rotates": false }, + { "id": "m14mag", "fg": 6637, "rotates": false }, + { "id": "m14mag_season_autumn", "fg": 6638, "rotates": false }, + { "id": "m14mag_season_winter", "fg": 6640, "rotates": false }, + { "id": "m14mag_season_summer", "fg": 6639, "rotates": false }, + { "id": "m4a1", "fg": 6677, "rotates": false }, + { "id": "m4a1_season_autumn", "fg": 6678, "rotates": false }, + { "id": "m4a1_season_winter", "fg": 6680, "rotates": false }, + { "id": "m4a1_season_summer", "fg": 6679, "rotates": false }, + { "id": [ "pneumatic_shotgun", "tihar", "airspeargun", "helsing" ], "fg": 6765, "rotates": false }, + { + "id": [ "pneumatic_shotgun_season_autumn", "tihar_season_autumn", "airspeargun_season_autumn", "helsing_season_autumn" ], + "fg": 6766, + "rotates": false + }, + { + "id": [ "pneumatic_shotgun_season_winter", "tihar_season_winter", "airspeargun_season_winter", "helsing_season_winter" ], + "fg": 6768, + "rotates": false + }, + { + "id": [ "pneumatic_shotgun_season_summer", "tihar_season_summer", "airspeargun_season_summer", "helsing_season_summer" ], + "fg": 6767, + "rotates": false + }, + { "id": [ "remington_700" ], "fg": 6785, "rotates": false }, + { "id": [ "remington_700_season_autumn" ], "fg": 6786, "rotates": false }, + { "id": [ "remington_700_season_winter" ], "fg": 6788, "rotates": false }, + { "id": [ "remington_700_season_summer" ], "fg": 6787, "rotates": false }, + { + "id": [ "rifle_22", "rifle_45", "rifle_40", "rifle_38", "rifle_44", "rifle_3006", "rifle_308", "rifle_9mm" ], + "fg": 6801, + "rotates": false + }, + { + "id": [ + "rifle_22_season_autumn", + "rifle_45_season_autumn", + "rifle_40_season_autumn", + "rifle_38_season_autumn", + "rifle_44_season_autumn", + "rifle_3006_season_autumn", + "rifle_308_season_autumn", + "rifle_9mm_season_autumn" + ], + "fg": 6802, + "rotates": false + }, + { + "id": [ + "rifle_22_season_winter", + "rifle_45_season_winter", + "rifle_40_season_winter", + "rifle_38_season_winter", + "rifle_44_season_winter", + "rifle_3006_season_winter", + "rifle_308_season_winter", + "rifle_9mm_season_winter" + ], + "fg": 6804, + "rotates": false + }, + { + "id": [ + "rifle_22_season_summer", + "rifle_45_season_summer", + "rifle_40_season_summer", + "rifle_38_season_summer", + "rifle_44_season_summer", + "rifle_3006_season_summer", + "rifle_308_season_summer", + "rifle_9mm_season_summer" + ], + "fg": 6803, + "rotates": false + }, + { "id": "rifle_flintlock", "fg": 6805, "rotates": false }, + { "id": "rifle_flintlock_season_autumn", "fg": 6806, "rotates": false }, + { "id": "rifle_flintlock_season_winter", "fg": 6808, "rotates": false }, + { "id": "rifle_flintlock_season_summer", "fg": 6807, "rotates": false }, + { "id": [ "ruger_lcr_38, ruger_lcr_22" ], "fg": 6829, "rotates": false }, + { "id": [ "ruger_lcr_38_season_autumn, ruger_lcr_22_season_autumn" ], "fg": 6830, "rotates": false }, + { "id": [ "ruger_lcr_38_season_winter, ruger_lcr_22_season_winter" ], "fg": 6832, "rotates": false }, + { "id": [ "ruger_lcr_38_season_summer, ruger_lcr_22_season_summer" ], "fg": 6831, "rotates": false }, + { "id": [ "saiga_12" ], "fg": 6837, "rotates": false }, + { "id": [ "saiga_12_season_autumn" ], "fg": 6838, "rotates": false }, + { "id": [ "saiga_12_season_winter" ], "fg": 6840, "rotates": false }, + { "id": [ "saiga_12_season_summer" ], "fg": 6839, "rotates": false }, + { "id": [ "usp_9mm", "usp_45" ], "fg": 6933, "rotates": false }, + { "id": [ "usp_9mm_season_autumn", "usp_45_season_autumn" ], "fg": 6934, "rotates": false }, + { "id": [ "usp_9mm_season_winter", "usp_45_season_winter" ], "fg": 6936, "rotates": false }, + { "id": [ "usp_9mm_season_summer", "usp_45_season_summer" ], "fg": 6935, "rotates": false }, + { "id": [ "brick", "fire_brick" ], "fg": 7025, "rotates": false }, + { "id": [ "brick_season_autumn", "fire_brick_season_autumn" ], "fg": 7026, "rotates": false }, + { "id": [ "brick_season_winter", "fire_brick_season_winter" ], "fg": 7028, "rotates": false }, + { "id": [ "brick_season_summer", "fire_brick_season_summer" ], "fg": 7027, "rotates": false }, + { + "id": [ "chainsaw_on", "elec_chainsaw_off", "elec_chainsaw_on", "chainsaw_off" ], + "fg": 7057, + "rotates": false + }, + { + "id": [ + "chainsaw_on_season_autumn", + "elec_chainsaw_off_season_autumn", + "elec_chainsaw_on_season_autumn", + "chainsaw_off_season_autumn" + ], + "fg": 7058, + "rotates": false + }, + { + "id": [ + "chainsaw_on_season_winter", + "elec_chainsaw_off_season_winter", + "elec_chainsaw_on_season_winter", + "chainsaw_off_season_winter" + ], + "fg": 7060, + "rotates": false + }, + { + "id": [ + "chainsaw_on_season_summer", + "elec_chainsaw_off_season_summer", + "elec_chainsaw_on_season_summer", + "chainsaw_off_season_summer" + ], + "fg": 7059, + "rotates": false + }, + { "id": [ "combatsaw_off", "e_combatsaw_off" ], "fg": 7077, "rotates": false }, + { "id": [ "combatsaw_off_season_autumn", "e_combatsaw_off_season_autumn" ], "fg": 7078, "rotates": false }, + { "id": [ "combatsaw_off_season_winter", "e_combatsaw_off_season_winter" ], "fg": 7080, "rotates": false }, + { "id": [ "combatsaw_off_season_summer", "e_combatsaw_off_season_summer" ], "fg": 7079, "rotates": false }, + { "id": [ "combatsaw_on", "e_combatsaw_on" ], "fg": 7081, "rotates": false }, + { "id": [ "combatsaw_on_season_autumn", "e_combatsaw_on_season_autumn" ], "fg": 7082, "rotates": false }, + { "id": [ "combatsaw_on_season_winter", "e_combatsaw_on_season_winter" ], "fg": 7084, "rotates": false }, + { "id": [ "combatsaw_on_season_summer", "e_combatsaw_on_season_summer" ], "fg": 7083, "rotates": false }, + { "id": [ "cs_lajatang_off", "ecs_lajatang_off" ], "fg": 7101, "rotates": false }, + { "id": [ "cs_lajatang_off_season_autumn", "ecs_lajatang_off_season_autumn" ], "fg": 7102, "rotates": false }, + { "id": [ "cs_lajatang_off_season_winter", "ecs_lajatang_off_season_winter" ], "fg": 7104, "rotates": false }, + { "id": [ "cs_lajatang_off_season_summer", "ecs_lajatang_off_season_summer" ], "fg": 7103, "rotates": false }, + { "id": [ "cs_lajatang_on", "ecs_lajatang_on" ], "fg": 7105, "rotates": false }, + { "id": [ "cs_lajatang_on_season_autumn", "ecs_lajatang_on_season_autumn" ], "fg": 7106, "rotates": false }, + { "id": [ "cs_lajatang_on_season_winter", "ecs_lajatang_on_season_winter" ], "fg": 7108, "rotates": false }, + { "id": [ "cs_lajatang_on_season_summer", "ecs_lajatang_on_season_summer" ], "fg": 7107, "rotates": false }, + { "id": "hammer_sledge", "fg": 7197, "rotates": false }, + { "id": "hammer_sledge_season_autumn", "fg": 7198, "rotates": false }, + { "id": "hammer_sledge_season_winter", "fg": 7200, "rotates": false }, + { "id": "hammer_sledge_season_summer", "fg": 7199, "rotates": false }, + { "id": [ "knife_combat", "knife_rm42", "knife_combat_mod" ], "fg": 7245, "rotates": false }, + { + "id": [ "knife_combat_season_autumn", "knife_rm42_season_autumn", "knife_combat_mod_season_autumn" ], + "fg": 7246, + "rotates": false + }, + { + "id": [ "knife_combat_season_winter", "knife_rm42_season_winter", "knife_combat_mod_season_winter" ], + "fg": 7248, + "rotates": false + }, + { + "id": [ "knife_combat_season_summer", "knife_rm42_season_summer", "knife_combat_mod_season_summer" ], + "fg": 7247, + "rotates": false + }, + { "id": [ "knuckle_brass", "crt_knuckledusters", "knuckle_steel" ], "fg": 7265, "rotates": false }, + { + "id": [ "knuckle_brass_season_autumn", "crt_knuckledusters_season_autumn", "knuckle_steel_season_autumn" ], + "fg": 7266, + "rotates": false + }, + { + "id": [ "knuckle_brass_season_winter", "crt_knuckledusters_season_winter", "knuckle_steel_season_winter" ], + "fg": 7268, + "rotates": false + }, + { + "id": [ "knuckle_brass_season_summer", "crt_knuckledusters_season_summer", "knuckle_steel_season_summer" ], + "fg": 7267, + "rotates": false + }, + { "id": [ "kukri", "kukri_plus_two", "kukri_plus_one" ], "fg": 7273, "rotates": false }, + { + "id": [ "kukri_season_autumn", "kukri_plus_two_season_autumn", "kukri_plus_one_season_autumn" ], + "fg": 7274, + "rotates": false + }, + { + "id": [ "kukri_season_winter", "kukri_plus_two_season_winter", "kukri_plus_one_season_winter" ], + "fg": 7276, + "rotates": false + }, + { + "id": [ "kukri_season_summer", "kukri_plus_two_season_summer", "kukri_plus_one_season_summer" ], + "fg": 7275, + "rotates": false + }, + { "id": [ "naginata", "spear_survivor" ], "fg": 7313, "rotates": false }, + { "id": [ "naginata_season_autumn", "spear_survivor_season_autumn" ], "fg": 7314, "rotates": false }, + { "id": [ "naginata_season_winter", "spear_survivor_season_winter" ], "fg": 7316, "rotates": false }, + { "id": [ "naginata_season_summer", "spear_survivor_season_summer" ], "fg": 7315, "rotates": false }, + { "id": [ "q_staff", "i_staff" ], "fg": 7353, "rotates": false }, + { "id": [ "q_staff_season_autumn", "i_staff_season_autumn" ], "fg": 7354, "rotates": false }, + { "id": [ "q_staff_season_winter", "i_staff_season_winter" ], "fg": 7356, "rotates": false }, + { "id": [ "q_staff_season_summer", "i_staff_season_summer" ], "fg": 7355, "rotates": false }, + { "id": [ "scythe_war", "makeshift_scythe_war" ], "fg": 7389, "rotates": false }, + { "id": [ "scythe_war_season_autumn", "makeshift_scythe_war_season_autumn" ], "fg": 7390, "rotates": false }, + { "id": [ "scythe_war_season_winter", "makeshift_scythe_war_season_winter" ], "fg": 7392, "rotates": false }, + { "id": [ "scythe_war_season_summer", "makeshift_scythe_war_season_summer" ], "fg": 7391, "rotates": false }, + { "id": [ "tonfa", "tonfa_wood" ], "fg": 7465, "rotates": false }, + { "id": [ "tonfa_season_autumn", "tonfa_wood_season_autumn" ], "fg": 7466, "rotates": false }, + { "id": [ "tonfa_season_winter", "tonfa_wood_season_winter" ], "fg": 7468, "rotates": false }, + { "id": [ "tonfa_season_summer", "tonfa_wood_season_summer" ], "fg": 7467, "rotates": false }, + { "id": "umbrella", "fg": 7477, "rotates": false }, + { "id": "umbrella_season_autumn", "fg": 7478, "rotates": false }, + { "id": "umbrella_season_winter", "fg": 7480, "rotates": false }, + { "id": "umbrella_season_summer", "fg": 7479, "rotates": false }, + { "id": "12mm_season_autumn", "fg": 1 }, + { "id": "12mm_season_spring", "fg": 2 }, + { "id": "12mm_season_summer", "fg": 3 }, + { "id": "12mm_season_winter", "fg": 4 }, + { "id": "40mm_casing_season_autumn", "fg": 33 }, + { "id": "40mm_casing_season_spring", "fg": 34 }, + { "id": "40mm_casing_season_summer", "fg": 35 }, + { "id": "40mm_casing_season_winter", "fg": 36 }, + { "id": "40mm_grenade_season_autumn", "fg": 37 }, + { "id": "40mm_grenade_season_spring", "fg": 38 }, + { "id": "40mm_grenade_season_summer", "fg": 39 }, + { "id": "40mm_grenade_season_winter", "fg": 40 }, + { "id": "9mm_casing_season_autumn", "fg": 85 }, + { "id": "9mm_casing_season_spring", "fg": 86 }, + { "id": "9mm_casing_season_summer", "fg": 87 }, + { "id": "9mm_casing_season_winter", "fg": 88 }, + { "id": "belt223_season_autumn", "fg": 89 }, + { "id": "belt223_season_spring", "fg": 90 }, + { "id": "belt223_season_summer", "fg": 91 }, + { "id": "belt223_season_winter", "fg": 92 }, + { "id": "belt308_season_autumn", "fg": 93 }, + { "id": "belt308_season_spring", "fg": 94 }, + { "id": "belt308_season_summer", "fg": 95 }, + { "id": "belt308_season_winter", "fg": 96 }, + { "id": "belt30mm_season_autumn", "fg": 97 }, + { "id": "belt30mm_season_spring", "fg": 98 }, + { "id": "belt30mm_season_summer", "fg": 99 }, + { "id": "belt30mm_season_winter", "fg": 100 }, + { "id": "belt40mm_season_autumn", "fg": 101 }, + { "id": "belt40mm_season_spring", "fg": 102 }, + { "id": "belt40mm_season_summer", "fg": 103 }, + { "id": "belt40mm_season_winter", "fg": 104 }, + { "id": "belt50_season_autumn", "fg": 105 }, + { "id": "belt50_season_spring", "fg": 106 }, + { "id": "belt50_season_summer", "fg": 107 }, + { "id": "belt50_season_winter", "fg": 108 }, + { "id": "blun_flechette_season_autumn", "fg": 109 }, + { "id": "blun_flechette_season_spring", "fg": 110 }, + { "id": "blun_flechette_season_summer", "fg": 111 }, + { "id": "blun_flechette_season_winter", "fg": 112 }, + { "id": "blun_shot_season_autumn", "fg": 113 }, + { "id": "blun_shot_season_spring", "fg": 114 }, + { "id": "blun_shot_season_summer", "fg": 115 }, + { "id": "blun_shot_season_winter", "fg": 116 }, + { "id": "blun_slug_season_autumn", "fg": 117 }, + { "id": "blun_slug_season_spring", "fg": 118 }, + { "id": "blun_slug_season_summer", "fg": 119 }, + { "id": "blun_slug_season_winter", "fg": 120 }, + { "id": "mn_classic_kit_season_autumn", "fg": 121 }, + { "id": "mn_classic_kit_season_spring", "fg": 122 }, + { "id": "mn_classic_kit_season_summer", "fg": 123 }, + { "id": "mn_classic_kit_season_winter", "fg": 124 }, + { "id": "mn_ebr_kit_season_autumn", "fg": 125 }, + { "id": "mn_ebr_kit_season_spring", "fg": 126 }, + { "id": "mn_ebr_kit_season_summer", "fg": 127 }, + { "id": "mn_ebr_kit_season_winter", "fg": 128 }, + { "id": "plasma_season_autumn", "fg": 129 }, + { "id": "plasma_season_spring", "fg": 130 }, + { "id": "plasma_season_summer", "fg": 131 }, + { "id": "plasma_season_winter", "fg": 132 }, + { "id": "retool_ar15_300blk_season_autumn", "fg": 137 }, + { "id": "retool_ar15_300blk_season_spring", "fg": 138 }, + { "id": "retool_ar15_300blk_season_summer", "fg": 139 }, + { "id": "retool_ar15_300blk_season_winter", "fg": 140 }, + { "id": "shot_slug_season_autumn", "fg": 145 }, + { "id": "shot_slug_season_spring", "fg": 146 }, + { "id": "shot_slug_season_summer", "fg": 147 }, + { "id": "shot_slug_season_winter", "fg": 148 }, + { "id": "2byarm_guard_season_autumn", "fg": 169 }, + { "id": "2byarm_guard_season_spring", "fg": 170 }, + { "id": "2byarm_guard_season_summer", "fg": 171 }, + { "id": "2byarm_guard_season_winter", "fg": 172 }, + { "id": "2byshin_guard_season_autumn", "fg": 173 }, + { "id": "2byshin_guard_season_spring", "fg": 174 }, + { "id": "2byshin_guard_season_summer", "fg": 175 }, + { "id": "2byshin_guard_season_winter", "fg": 176 }, + { "id": "acidchitin_armor_horse_season_autumn", "fg": 177 }, + { "id": "acidchitin_armor_horse_season_spring", "fg": 178 }, + { "id": "acidchitin_armor_horse_season_summer", "fg": 179 }, + { "id": "acidchitin_armor_horse_season_winter", "fg": 180 }, + { "id": "aep_suit_season_autumn", "fg": 181 }, + { "id": "aep_suit_season_spring", "fg": 182 }, + { "id": "aep_suit_season_summer", "fg": 183 }, + { "id": "aep_suit_season_winter", "fg": 184 }, + { "id": "ammo_pouch_season_autumn", "fg": 185 }, + { "id": "ammo_pouch_season_spring", "fg": 186 }, + { "id": "ammo_pouch_season_summer", "fg": 187 }, + { "id": "ammo_pouch_season_winter", "fg": 188 }, + { "id": "amplifier_head_season_autumn", "fg": 189 }, + { "id": "amplifier_head_season_spring", "fg": 190 }, + { "id": "amplifier_head_season_summer", "fg": 191 }, + { "id": "amplifier_head_season_winter", "fg": 192 }, + { "id": "anbc_suit_season_autumn", "fg": 193 }, + { "id": "anbc_suit_season_spring", "fg": 194 }, + { "id": "anbc_suit_season_summer", "fg": 195 }, + { "id": "anbc_suit_season_winter", "fg": 196 }, + { "id": "apron_leather_season_autumn", "fg": 197 }, + { "id": "apron_leather_season_spring", "fg": 198 }, + { "id": "apron_leather_season_summer", "fg": 199 }, + { "id": "apron_leather_season_winter", "fg": 200 }, + { "id": "arm_splint_season_autumn", "fg": 201 }, + { "id": "arm_splint_season_spring", "fg": 202 }, + { "id": "arm_splint_season_summer", "fg": 203 }, + { "id": "arm_splint_season_winter", "fg": 204 }, + { "id": "arm_xlsplint_season_autumn", "fg": 205 }, + { "id": "arm_xlsplint_season_spring", "fg": 206 }, + { "id": "arm_xlsplint_season_summer", "fg": 207 }, + { "id": "arm_xlsplint_season_winter", "fg": 208 }, + { "id": "armguard_paper_season_autumn", "fg": 217 }, + { "id": "armguard_paper_season_spring", "fg": 218 }, + { "id": "armguard_paper_season_summer", "fg": 219 }, + { "id": "armguard_paper_season_winter", "fg": 220 }, + { "id": "armguard_scrap_season_autumn", "fg": 221 }, + { "id": "armguard_scrap_season_spring", "fg": 222 }, + { "id": "armguard_scrap_season_summer", "fg": 223 }, + { "id": "armguard_scrap_season_winter", "fg": 224 }, + { "id": "armor_blarmor_season_autumn", "fg": 225 }, + { "id": "armor_blarmor_season_spring", "fg": 226 }, + { "id": "armor_blarmor_season_summer", "fg": 227 }, + { "id": "armor_blarmor_season_winter", "fg": 228 }, + { "id": "armor_bone_season_autumn", "fg": 229 }, + { "id": "armor_bone_season_spring", "fg": 230 }, + { "id": "armor_bone_season_summer", "fg": 231 }, + { "id": "armor_bone_season_winter", "fg": 232 }, + { "id": "armor_cuirass_season_autumn", "fg": 237 }, + { "id": "armor_cuirass_season_spring", "fg": 238 }, + { "id": "armor_cuirass_season_summer", "fg": 239 }, + { "id": "armor_cuirass_season_winter", "fg": 240 }, + { "id": "armor_farmor_season_autumn", "fg": 241 }, + { "id": "armor_farmor_season_spring", "fg": 242 }, + { "id": "armor_farmor_season_summer", "fg": 243 }, + { "id": "armor_farmor_season_winter", "fg": 244 }, + { "id": "armor_lamellar_season_autumn", "fg": 245 }, + { "id": "armor_lamellar_season_spring", "fg": 246 }, + { "id": "armor_lamellar_season_summer", "fg": 247 }, + { "id": "armor_lamellar_season_winter", "fg": 248 }, + { "id": "armor_larmor_season_autumn", "fg": 249 }, + { "id": "armor_larmor_season_spring", "fg": 250 }, + { "id": "armor_larmor_season_summer", "fg": 251 }, + { "id": "armor_larmor_season_winter", "fg": 252 }, + { "id": "armor_lightplate_season_autumn", "fg": 253 }, + { "id": "armor_lightplate_season_spring", "fg": 254 }, + { "id": "armor_lightplate_season_summer", "fg": 255 }, + { "id": "armor_lightplate_season_winter", "fg": 256 }, + { "id": "armor_nomad_season_autumn", "fg": 257 }, + { "id": "armor_nomad_season_spring", "fg": 258 }, + { "id": "armor_nomad_season_summer", "fg": 259 }, + { "id": "armor_nomad_season_winter", "fg": 260 }, + { "id": "armor_nomad_light_season_autumn", "fg": 261 }, + { "id": "armor_nomad_light_season_spring", "fg": 262 }, + { "id": "armor_nomad_light_season_summer", "fg": 263 }, + { "id": "armor_nomad_light_season_winter", "fg": 264 }, + { "id": "armor_plarmor_season_autumn", "fg": 265 }, + { "id": "armor_plarmor_season_spring", "fg": 266 }, + { "id": "armor_plarmor_season_summer", "fg": 267 }, + { "id": "armor_plarmor_season_winter", "fg": 268 }, + { "id": "armor_plate_season_autumn", "fg": 269 }, + { "id": "armor_plate_season_spring", "fg": 270 }, + { "id": "armor_plate_season_summer", "fg": 271 }, + { "id": "armor_plate_season_winter", "fg": 272 }, + { "id": "armor_scavenger_season_autumn", "fg": 273 }, + { "id": "armor_scavenger_season_spring", "fg": 274 }, + { "id": "armor_scavenger_season_summer", "fg": 275 }, + { "id": "armor_scavenger_season_winter", "fg": 276 }, + { "id": "armor_scrapsuit_season_autumn", "fg": 277 }, + { "id": "armor_scrapsuit_season_spring", "fg": 278 }, + { "id": "armor_scrapsuit_season_summer", "fg": 279 }, + { "id": "armor_scrapsuit_season_winter", "fg": 280 }, + { "id": "b_shorts_season_autumn", "fg": 281 }, + { "id": "b_shorts_season_spring", "fg": 282 }, + { "id": "b_shorts_season_summer", "fg": 283 }, + { "id": "b_shorts_season_winter", "fg": 284 }, + { "id": "backpack_season_autumn", "fg": 285 }, + { "id": "backpack_season_spring", "fg": 286 }, + { "id": "backpack_season_summer", "fg": 287 }, + { "id": "backpack_season_winter", "fg": 288 }, + { "id": "backpack_giant_season_autumn", "fg": 289 }, + { "id": "backpack_giant_season_spring", "fg": 290 }, + { "id": "backpack_giant_season_summer", "fg": 291 }, + { "id": "backpack_giant_season_winter", "fg": 292 }, + { "id": "backpack_hiking_season_autumn", "fg": 293 }, + { "id": "backpack_hiking_season_spring", "fg": 294 }, + { "id": "backpack_hiking_season_summer", "fg": 295 }, + { "id": "backpack_hiking_season_winter", "fg": 296 }, + { "id": "backpack_leather_season_autumn", "fg": 297 }, + { "id": "backpack_leather_season_spring", "fg": 298 }, + { "id": "backpack_leather_season_summer", "fg": 299 }, + { "id": "backpack_leather_season_winter", "fg": 300 }, + { "id": "backpack_tactical_large_season_autumn", "fg": 301 }, + { "id": "backpack_tactical_large_season_spring", "fg": 302 }, + { "id": "backpack_tactical_large_season_summer", "fg": 303 }, + { "id": "backpack_tactical_large_season_winter", "fg": 304 }, + { "id": "badge_foodkid_season_autumn", "fg": 305 }, + { "id": "badge_foodkid_season_spring", "fg": 306 }, + { "id": "badge_foodkid_season_summer", "fg": 307 }, + { "id": "badge_foodkid_season_winter", "fg": 308 }, + { "id": "balclava_season_autumn", "fg": 309 }, + { "id": "balclava_season_spring", "fg": 310 }, + { "id": "balclava_season_summer", "fg": 311 }, + { "id": "balclava_season_winter", "fg": 312 }, + { "id": "baldric_season_autumn", "fg": 313 }, + { "id": "baldric_season_spring", "fg": 314 }, + { "id": "baldric_season_summer", "fg": 315 }, + { "id": "baldric_season_winter", "fg": 316 }, + { "id": "ballistic_vest_season_autumn", "fg": 317 }, + { "id": "ballistic_vest_season_spring", "fg": 318 }, + { "id": "ballistic_vest_season_summer", "fg": 319 }, + { "id": "ballistic_vest_season_winter", "fg": 320 }, + { "id": "bandana_season_autumn", "fg": 321 }, + { "id": "bandana_season_spring", "fg": 322 }, + { "id": "bandana_season_summer", "fg": 323 }, + { "id": "bandana_season_winter", "fg": 324 }, + { "id": "bandolier_wrist_season_autumn", "fg": 325 }, + { "id": "bandolier_wrist_season_spring", "fg": 326 }, + { "id": "bandolier_wrist_season_summer", "fg": 327 }, + { "id": "bandolier_wrist_season_winter", "fg": 328 }, + { "id": "beekeeping_hood_season_autumn", "fg": 329 }, + { "id": "beekeeping_hood_season_spring", "fg": 330 }, + { "id": "beekeeping_hood_season_summer", "fg": 331 }, + { "id": "beekeeping_hood_season_winter", "fg": 332 }, + { "id": "beekeeping_suit_season_autumn", "fg": 333 }, + { "id": "beekeeping_suit_season_spring", "fg": 334 }, + { "id": "beekeeping_suit_season_summer", "fg": 335 }, + { "id": "beekeeping_suit_season_winter", "fg": 336 }, + { "id": "beret_season_autumn", "fg": 337 }, + { "id": "beret_season_spring", "fg": 338 }, + { "id": "beret_season_summer", "fg": 339 }, + { "id": "beret_season_winter", "fg": 340 }, + { "id": "bikini_top_season_autumn", "fg": 341 }, + { "id": "bikini_top_season_spring", "fg": 342 }, + { "id": "bikini_top_season_summer", "fg": 343 }, + { "id": "bikini_top_season_winter", "fg": 344 }, + { "id": "blazer_season_autumn", "fg": 345 }, + { "id": "blazer_season_spring", "fg": 346 }, + { "id": "blazer_season_summer", "fg": 347 }, + { "id": "blazer_season_winter", "fg": 348 }, + { "id": "bondage_mask_season_autumn", "fg": 349 }, + { "id": "bondage_mask_season_spring", "fg": 350 }, + { "id": "bondage_mask_season_summer", "fg": 351 }, + { "id": "bondage_mask_season_winter", "fg": 352 }, + { "id": "bondage_mask_zipped_season_autumn", "fg": 353 }, + { "id": "bondage_mask_zipped_season_spring", "fg": 354 }, + { "id": "bondage_mask_zipped_season_summer", "fg": 355 }, + { "id": "bondage_mask_zipped_season_winter", "fg": 356 }, + { "id": "bookplate_season_autumn", "fg": 357 }, + { "id": "bookplate_season_spring", "fg": 358 }, + { "id": "bookplate_season_summer", "fg": 359 }, + { "id": "bookplate_season_winter", "fg": 360 }, + { "id": "boots_bunker_season_autumn", "fg": 361 }, + { "id": "boots_bunker_season_spring", "fg": 362 }, + { "id": "boots_bunker_season_summer", "fg": 363 }, + { "id": "boots_bunker_season_winter", "fg": 364 }, + { "id": "boots_combat_season_autumn", "fg": 365 }, + { "id": "boots_combat_season_spring", "fg": 366 }, + { "id": "boots_combat_season_summer", "fg": 367 }, + { "id": "boots_combat_season_winter", "fg": 368 }, + { "id": "boots_fur_season_autumn", "fg": 369 }, + { "id": "boots_fur_season_spring", "fg": 370 }, + { "id": "boots_fur_season_summer", "fg": 371 }, + { "id": "boots_fur_season_winter", "fg": 372 }, + { "id": "boots_h20survivor_season_autumn", "fg": 373 }, + { "id": "boots_h20survivor_season_spring", "fg": 374 }, + { "id": "boots_h20survivor_season_summer", "fg": 375 }, + { "id": "boots_h20survivor_season_winter", "fg": 376 }, + { "id": "boots_hiking_season_autumn", "fg": 377 }, + { "id": "boots_hiking_season_spring", "fg": 378 }, + { "id": "boots_hiking_season_summer", "fg": 379 }, + { "id": "boots_hiking_season_winter", "fg": 380 }, + { "id": "boots_rubber_season_autumn", "fg": 381 }, + { "id": "boots_rubber_season_spring", "fg": 382 }, + { "id": "boots_rubber_season_summer", "fg": 383 }, + { "id": "boots_rubber_season_winter", "fg": 384 }, + { "id": "boots_survivor_season_autumn", "fg": 385 }, + { "id": "boots_survivor_season_spring", "fg": 386 }, + { "id": "boots_survivor_season_summer", "fg": 387 }, + { "id": "boots_survivor_season_winter", "fg": 388 }, + { "id": "boots_western_season_autumn", "fg": 389 }, + { "id": "boots_western_season_spring", "fg": 390 }, + { "id": "boots_western_season_summer", "fg": 391 }, + { "id": "boots_western_season_winter", "fg": 392 }, + { "id": "boots_winter_season_autumn", "fg": 393 }, + { "id": "boots_winter_season_spring", "fg": 394 }, + { "id": "boots_winter_season_summer", "fg": 395 }, + { "id": "boots_winter_season_winter", "fg": 396 }, + { "id": "bootsheath_season_autumn", "fg": 397 }, + { "id": "bootsheath_season_spring", "fg": 398 }, + { "id": "bootsheath_season_summer", "fg": 399 }, + { "id": "bootsheath_season_winter", "fg": 400 }, + { "id": "boxer_shorts_season_autumn", "fg": 401 }, + { "id": "boxer_shorts_season_spring", "fg": 402 }, + { "id": "boxer_shorts_season_summer", "fg": 403 }, + { "id": "boxer_shorts_season_winter", "fg": 404 }, + { "id": "boxpack_season_autumn", "fg": 405 }, + { "id": "boxpack_season_spring", "fg": 406 }, + { "id": "boxpack_season_summer", "fg": 407 }, + { "id": "boxpack_season_winter", "fg": 408 }, + { "id": "boy_shorts_season_autumn", "fg": 409 }, + { "id": "boy_shorts_season_spring", "fg": 410 }, + { "id": "boy_shorts_season_summer", "fg": 411 }, + { "id": "boy_shorts_season_winter", "fg": 412 }, + { "id": "bra_season_autumn", "fg": 413 }, + { "id": "bra_season_spring", "fg": 414 }, + { "id": "bra_season_summer", "fg": 415 }, + { "id": "bra_season_winter", "fg": 416 }, + { "id": "bscabbard_season_autumn", "fg": 417 }, + { "id": "bscabbard_season_spring", "fg": 418 }, + { "id": "bscabbard_season_summer", "fg": 419 }, + { "id": "bscabbard_season_winter", "fg": 420 }, + { "id": "bunker_coat_season_autumn", "fg": 421 }, + { "id": "bunker_coat_season_spring", "fg": 422 }, + { "id": "bunker_coat_season_summer", "fg": 423 }, + { "id": "bunker_coat_season_winter", "fg": 424 }, + { "id": "bunker_pants_season_autumn", "fg": 425 }, + { "id": "bunker_pants_season_spring", "fg": 426 }, + { "id": "bunker_pants_season_summer", "fg": 427 }, + { "id": "bunker_pants_season_winter", "fg": 428 }, + { "id": "cape_fp_season_autumn", "fg": 429 }, + { "id": "cape_fp_season_spring", "fg": 430 }, + { "id": "cape_fp_season_summer", "fg": 431 }, + { "id": "cape_fp_season_winter", "fg": 432 }, + { "id": "chainmail_feet_season_autumn", "fg": 437 }, + { "id": "chainmail_feet_season_spring", "fg": 438 }, + { "id": "chainmail_feet_season_summer", "fg": 439 }, + { "id": "chainmail_feet_season_winter", "fg": 440 }, + { "id": "chainmail_hauberk_season_autumn", "fg": 441 }, + { "id": "chainmail_hauberk_season_spring", "fg": 442 }, + { "id": "chainmail_hauberk_season_summer", "fg": 443 }, + { "id": "chainmail_hauberk_season_winter", "fg": 444 }, + { "id": "chainmail_hood_season_autumn", "fg": 445 }, + { "id": "chainmail_hood_season_spring", "fg": 446 }, + { "id": "chainmail_hood_season_summer", "fg": 447 }, + { "id": "chainmail_hood_season_winter", "fg": 448 }, + { "id": "chainmail_suit_season_autumn", "fg": 449 }, + { "id": "chainmail_suit_season_spring", "fg": 450 }, + { "id": "chainmail_suit_season_summer", "fg": 451 }, + { "id": "chainmail_suit_season_winter", "fg": 452 }, + { "id": "chainmail_vest_season_autumn", "fg": 453 }, + { "id": "chainmail_vest_season_spring", "fg": 454 }, + { "id": "chainmail_vest_season_summer", "fg": 455 }, + { "id": "chainmail_vest_season_winter", "fg": 456 }, + { "id": "chestguard_hard_season_autumn", "fg": 457 }, + { "id": "chestguard_hard_season_spring", "fg": 458 }, + { "id": "chestguard_hard_season_summer", "fg": 459 }, + { "id": "chestguard_hard_season_winter", "fg": 460 }, + { "id": "chestpouch_season_autumn", "fg": 461 }, + { "id": "chestpouch_season_spring", "fg": 462 }, + { "id": "chestpouch_season_summer", "fg": 463 }, + { "id": "chestpouch_season_winter", "fg": 464 }, + { "id": "chestrig_season_autumn", "fg": 465 }, + { "id": "chestrig_season_spring", "fg": 466 }, + { "id": "chestrig_season_summer", "fg": 467 }, + { "id": "chestrig_season_winter", "fg": 468 }, + { "id": "chestwrap_season_autumn", "fg": 469 }, + { "id": "chestwrap_season_spring", "fg": 470 }, + { "id": "chestwrap_season_summer", "fg": 471 }, + { "id": "chestwrap_season_winter", "fg": 472 }, + { "id": "cleansuit_season_autumn", "fg": 477 }, + { "id": "cleansuit_season_spring", "fg": 478 }, + { "id": "cleansuit_season_summer", "fg": 479 }, + { "id": "cleansuit_season_winter", "fg": 480 }, + { "id": "clown_nose_season_autumn", "fg": 481 }, + { "id": "clown_nose_season_spring", "fg": 482 }, + { "id": "clown_nose_season_summer", "fg": 483 }, + { "id": "clown_nose_season_winter", "fg": 484 }, + { "id": "clown_suit_season_autumn", "fg": 485 }, + { "id": "clown_suit_season_spring", "fg": 486 }, + { "id": "clown_suit_season_summer", "fg": 487 }, + { "id": "clown_suit_season_winter", "fg": 488 }, + { "id": "clown_wig_season_autumn", "fg": 489 }, + { "id": "clown_wig_season_spring", "fg": 490 }, + { "id": "clown_wig_season_summer", "fg": 491 }, + { "id": "clown_wig_season_winter", "fg": 492 }, + { "id": "clownshoes_season_autumn", "fg": 493 }, + { "id": "clownshoes_season_spring", "fg": 494 }, + { "id": "clownshoes_season_summer", "fg": 495 }, + { "id": "clownshoes_season_winter", "fg": 496 }, + { "id": "coat_fur_season_autumn", "fg": 497 }, + { "id": "coat_fur_season_spring", "fg": 498 }, + { "id": "coat_fur_season_summer", "fg": 499 }, + { "id": "coat_fur_season_winter", "fg": 500 }, + { "id": "coat_fur_sf_season_autumn", "fg": 501 }, + { "id": "coat_fur_sf_season_spring", "fg": 502 }, + { "id": "coat_fur_sf_season_summer", "fg": 503 }, + { "id": "coat_fur_sf_season_winter", "fg": 504 }, + { "id": "coat_gut_season_autumn", "fg": 505 }, + { "id": "coat_gut_season_spring", "fg": 506 }, + { "id": "coat_gut_season_summer", "fg": 507 }, + { "id": "coat_gut_season_winter", "fg": 508 }, + { "id": "coat_lab_season_autumn", "fg": 509 }, + { "id": "coat_lab_season_spring", "fg": 510 }, + { "id": "coat_lab_season_summer", "fg": 511 }, + { "id": "coat_lab_season_winter", "fg": 512 }, + { "id": "coat_rain_season_autumn", "fg": 513 }, + { "id": "coat_rain_season_spring", "fg": 514 }, + { "id": "coat_rain_season_summer", "fg": 515 }, + { "id": "coat_rain_season_winter", "fg": 516 }, + { "id": "coat_winter_season_autumn", "fg": 517 }, + { "id": "coat_winter_season_spring", "fg": 518 }, + { "id": "coat_winter_season_summer", "fg": 519 }, + { "id": "coat_winter_season_winter", "fg": 520 }, + { "id": "corset_season_autumn", "fg": 521 }, + { "id": "corset_season_spring", "fg": 522 }, + { "id": "corset_season_summer", "fg": 523 }, + { "id": "corset_season_winter", "fg": 524 }, + { "id": "cowboy_hat_season_autumn", "fg": 525 }, + { "id": "cowboy_hat_season_spring", "fg": 526 }, + { "id": "cowboy_hat_season_summer", "fg": 527 }, + { "id": "cowboy_hat_season_winter", "fg": 528 }, + { "id": "cowl_wool_season_autumn", "fg": 529 }, + { "id": "cowl_wool_season_spring", "fg": 530 }, + { "id": "cowl_wool_season_summer", "fg": 531 }, + { "id": "cowl_wool_season_winter", "fg": 532 }, + { "id": "cuirass_lightplate_season_autumn", "fg": 537 }, + { "id": "cuirass_lightplate_season_spring", "fg": 538 }, + { "id": "cuirass_lightplate_season_summer", "fg": 539 }, + { "id": "cuirass_lightplate_season_winter", "fg": 540 }, + { "id": "cuirass_scrap_season_autumn", "fg": 541 }, + { "id": "cuirass_scrap_season_spring", "fg": 542 }, + { "id": "cuirass_scrap_season_summer", "fg": 543 }, + { "id": "cuirass_scrap_season_winter", "fg": 544 }, + { "id": "dance_shoes_season_autumn", "fg": 545 }, + { "id": "dance_shoes_season_spring", "fg": 546 }, + { "id": "dance_shoes_season_summer", "fg": 547 }, + { "id": "dance_shoes_season_winter", "fg": 548 }, + { "id": "daypack_season_autumn", "fg": 549 }, + { "id": "daypack_season_spring", "fg": 550 }, + { "id": "daypack_season_summer", "fg": 551 }, + { "id": "daypack_season_winter", "fg": 552 }, + { "id": "dimensional_anchor_season_autumn", "fg": 557 }, + { "id": "dimensional_anchor_season_spring", "fg": 558 }, + { "id": "dimensional_anchor_season_summer", "fg": 559 }, + { "id": "dimensional_anchor_season_winter", "fg": 560 }, + { "id": "dimensional_anchor_on_season_autumn", "fg": 561 }, + { "id": "dimensional_anchor_on_season_spring", "fg": 562 }, + { "id": "dimensional_anchor_on_season_summer", "fg": 563 }, + { "id": "dimensional_anchor_on_season_winter", "fg": 564 }, + { "id": "dinosuit_season_autumn", "fg": 565 }, + { "id": "dinosuit_season_spring", "fg": 566 }, + { "id": "dinosuit_season_summer", "fg": 567 }, + { "id": "dinosuit_season_winter", "fg": 568 }, + { "id": "diving_watch_season_autumn", "fg": 569 }, + { "id": "diving_watch_season_spring", "fg": 570 }, + { "id": "diving_watch_season_summer", "fg": 571 }, + { "id": "diving_watch_season_winter", "fg": 572 }, + { "id": "dress_shirt_season_autumn", "fg": 577 }, + { "id": "dress_shirt_season_spring", "fg": 578 }, + { "id": "dress_shirt_season_summer", "fg": 579 }, + { "id": "dress_shirt_season_winter", "fg": 580 }, + { "id": "dress_shoes_season_autumn", "fg": 581 }, + { "id": "dress_shoes_season_spring", "fg": 582 }, + { "id": "dress_shoes_season_summer", "fg": 583 }, + { "id": "dress_shoes_season_winter", "fg": 584 }, + { "id": "drinking_hat_season_autumn", "fg": 585 }, + { "id": "drinking_hat_season_spring", "fg": 586 }, + { "id": "drinking_hat_season_summer", "fg": 587 }, + { "id": "drinking_hat_season_winter", "fg": 588 }, + { "id": "dump_pouch_season_autumn", "fg": 589 }, + { "id": "dump_pouch_season_spring", "fg": 590 }, + { "id": "dump_pouch_season_summer", "fg": 591 }, + { "id": "dump_pouch_season_winter", "fg": 592 }, + { "id": "duster_season_autumn", "fg": 593 }, + { "id": "duster_season_spring", "fg": 594 }, + { "id": "duster_season_summer", "fg": 595 }, + { "id": "duster_season_winter", "fg": 596 }, + { "id": "duster_leather_season_autumn", "fg": 601 }, + { "id": "duster_leather_season_spring", "fg": 602 }, + { "id": "duster_leather_season_summer", "fg": 603 }, + { "id": "duster_leather_season_winter", "fg": 604 }, + { "id": "duster_survivor_season_autumn", "fg": 605 }, + { "id": "duster_survivor_season_spring", "fg": 606 }, + { "id": "duster_survivor_season_summer", "fg": 607 }, + { "id": "duster_survivor_season_winter", "fg": 608 }, + { "id": "eclipse_glasses_season_autumn", "fg": 609 }, + { "id": "eclipse_glasses_season_spring", "fg": 610 }, + { "id": "eclipse_glasses_season_summer", "fg": 611 }, + { "id": "eclipse_glasses_season_winter", "fg": 612 }, + { "id": "fancy_sunglasses_season_autumn", "fg": 613 }, + { "id": "fancy_sunglasses_season_spring", "fg": 614 }, + { "id": "fancy_sunglasses_season_summer", "fg": 615 }, + { "id": "fancy_sunglasses_season_winter", "fg": 616 }, + { "id": "fanny_season_autumn", "fg": 617 }, + { "id": "fanny_season_spring", "fg": 618 }, + { "id": "fanny_season_summer", "fg": 619 }, + { "id": "fanny_season_winter", "fg": 620 }, + { "id": "fencing_jacket_season_autumn", "fg": 621 }, + { "id": "fencing_jacket_season_spring", "fg": 622 }, + { "id": "fencing_jacket_season_summer", "fg": 623 }, + { "id": "fencing_jacket_season_winter", "fg": 624 }, + { "id": "fencing_mask_season_autumn", "fg": 625 }, + { "id": "fencing_mask_season_spring", "fg": 626 }, + { "id": "fencing_mask_season_summer", "fg": 627 }, + { "id": "fencing_mask_season_winter", "fg": 628 }, + { "id": "firehelmet_season_autumn", "fg": 629 }, + { "id": "firehelmet_season_spring", "fg": 630 }, + { "id": "firehelmet_season_summer", "fg": 631 }, + { "id": "firehelmet_season_winter", "fg": 632 }, + { "id": "fireman_belt_season_autumn", "fg": 633 }, + { "id": "fireman_belt_season_spring", "fg": 634 }, + { "id": "fireman_belt_season_summer", "fg": 635 }, + { "id": "fireman_belt_season_winter", "fg": 636 }, + { "id": "flag_shirt_season_autumn", "fg": 637 }, + { "id": "flag_shirt_season_spring", "fg": 638 }, + { "id": "flag_shirt_season_summer", "fg": 639 }, + { "id": "flag_shirt_season_winter", "fg": 640 }, + { "id": "flintlock_pouch_season_autumn", "fg": 641 }, + { "id": "flintlock_pouch_season_spring", "fg": 642 }, + { "id": "flintlock_pouch_season_summer", "fg": 643 }, + { "id": "flintlock_pouch_season_winter", "fg": 644 }, + { "id": "flotation_vest_season_autumn", "fg": 649 }, + { "id": "flotation_vest_season_spring", "fg": 650 }, + { "id": "flotation_vest_season_summer", "fg": 651 }, + { "id": "flotation_vest_season_winter", "fg": 652 }, + { "id": "folding_poncho_on_season_autumn", "fg": 653 }, + { "id": "folding_poncho_on_season_spring", "fg": 654 }, + { "id": "folding_poncho_on_season_summer", "fg": 655 }, + { "id": "folding_poncho_on_season_winter", "fg": 656 }, + { "id": "football_armor_season_autumn", "fg": 661 }, + { "id": "football_armor_season_spring", "fg": 662 }, + { "id": "football_armor_season_summer", "fg": 663 }, + { "id": "football_armor_season_winter", "fg": 664 }, + { "id": "fsurvivor_suit_season_autumn", "fg": 669 }, + { "id": "fsurvivor_suit_season_spring", "fg": 670 }, + { "id": "fsurvivor_suit_season_summer", "fg": 671 }, + { "id": "fsurvivor_suit_season_winter", "fg": 672 }, + { "id": "gambeson_season_autumn", "fg": 673 }, + { "id": "gambeson_season_spring", "fg": 674 }, + { "id": "gambeson_season_summer", "fg": 675 }, + { "id": "gambeson_season_winter", "fg": 676 }, + { "id": "game_watch_season_autumn", "fg": 677 }, + { "id": "game_watch_season_spring", "fg": 678 }, + { "id": "game_watch_season_summer", "fg": 679 }, + { "id": "game_watch_season_winter", "fg": 680 }, + { "id": "glasses_bal_season_autumn", "fg": 681 }, + { "id": "glasses_bal_season_spring", "fg": 682 }, + { "id": "glasses_bal_season_summer", "fg": 683 }, + { "id": "glasses_bal_season_winter", "fg": 684 }, + { "id": "glasses_bifocal_season_autumn", "fg": 685 }, + { "id": "glasses_bifocal_season_spring", "fg": 686 }, + { "id": "glasses_bifocal_season_summer", "fg": 687 }, + { "id": "glasses_bifocal_season_winter", "fg": 688 }, + { "id": "glasses_eye_season_autumn", "fg": 689 }, + { "id": "glasses_eye_season_spring", "fg": 690 }, + { "id": "glasses_eye_season_summer", "fg": 691 }, + { "id": "glasses_eye_season_winter", "fg": 692 }, + { "id": "glasses_reading_season_autumn", "fg": 693 }, + { "id": "glasses_reading_season_spring", "fg": 694 }, + { "id": "glasses_reading_season_summer", "fg": 695 }, + { "id": "glasses_reading_season_winter", "fg": 696 }, + { "id": "glasses_safety_season_autumn", "fg": 697 }, + { "id": "glasses_safety_season_spring", "fg": 698 }, + { "id": "glasses_safety_season_summer", "fg": 699 }, + { "id": "glasses_safety_season_winter", "fg": 700 }, + { "id": "gloves_fingerless_season_autumn", "fg": 701 }, + { "id": "gloves_fingerless_season_spring", "fg": 702 }, + { "id": "gloves_fingerless_season_summer", "fg": 703 }, + { "id": "gloves_fingerless_season_winter", "fg": 704 }, + { "id": "gloves_fingerless_mod_season_autumn", "fg": 705 }, + { "id": "gloves_fingerless_mod_season_spring", "fg": 706 }, + { "id": "gloves_fingerless_mod_season_summer", "fg": 707 }, + { "id": "gloves_fingerless_mod_season_winter", "fg": 708 }, + { "id": "goggles_ski_season_autumn", "fg": 709 }, + { "id": "goggles_ski_season_spring", "fg": 710 }, + { "id": "goggles_ski_season_summer", "fg": 711 }, + { "id": "goggles_ski_season_winter", "fg": 712 }, + { "id": "goggles_swim_season_autumn", "fg": 713 }, + { "id": "goggles_swim_season_spring", "fg": 714 }, + { "id": "goggles_swim_season_summer", "fg": 715 }, + { "id": "goggles_swim_season_winter", "fg": 716 }, + { "id": "goggles_welding_season_autumn", "fg": 717 }, + { "id": "goggles_welding_season_spring", "fg": 718 }, + { "id": "goggles_welding_season_summer", "fg": 719 }, + { "id": "goggles_welding_season_winter", "fg": 720 }, + { "id": "gown_season_autumn", "fg": 721 }, + { "id": "gown_season_spring", "fg": 722 }, + { "id": "gown_season_summer", "fg": 723 }, + { "id": "gown_season_winter", "fg": 724 }, + { "id": "grenade_pouch_season_autumn", "fg": 725 }, + { "id": "grenade_pouch_season_spring", "fg": 726 }, + { "id": "grenade_pouch_season_summer", "fg": 727 }, + { "id": "grenade_pouch_season_winter", "fg": 728 }, + { "id": "grenadebandolier_season_autumn", "fg": 729 }, + { "id": "grenadebandolier_season_spring", "fg": 730 }, + { "id": "grenadebandolier_season_summer", "fg": 731 }, + { "id": "grenadebandolier_season_winter", "fg": 732 }, + { "id": "halter_top_season_autumn", "fg": 733 }, + { "id": "halter_top_season_spring", "fg": 734 }, + { "id": "halter_top_season_summer", "fg": 735 }, + { "id": "halter_top_season_winter", "fg": 736 }, + { "id": "haori_season_autumn", "fg": 737 }, + { "id": "haori_season_spring", "fg": 738 }, + { "id": "haori_season_summer", "fg": 739 }, + { "id": "haori_season_winter", "fg": 740 }, + { "id": "hat_ball_season_autumn", "fg": 741 }, + { "id": "hat_ball_season_spring", "fg": 742 }, + { "id": "hat_ball_season_summer", "fg": 743 }, + { "id": "hat_ball_season_winter", "fg": 744 }, + { "id": "hat_boonie_season_autumn", "fg": 745 }, + { "id": "hat_boonie_season_spring", "fg": 746 }, + { "id": "hat_boonie_season_summer", "fg": 747 }, + { "id": "hat_boonie_season_winter", "fg": 748 }, + { "id": "hat_chef_season_autumn", "fg": 749 }, + { "id": "hat_chef_season_spring", "fg": 750 }, + { "id": "hat_chef_season_summer", "fg": 751 }, + { "id": "hat_chef_season_winter", "fg": 752 }, + { "id": "hat_cotton_season_autumn", "fg": 753 }, + { "id": "hat_cotton_season_spring", "fg": 754 }, + { "id": "hat_cotton_season_summer", "fg": 755 }, + { "id": "hat_cotton_season_winter", "fg": 756 }, + { "id": "hat_golf_season_autumn", "fg": 757 }, + { "id": "hat_golf_season_spring", "fg": 758 }, + { "id": "hat_golf_season_summer", "fg": 759 }, + { "id": "hat_golf_season_winter", "fg": 760 }, + { "id": "hat_hard_season_autumn", "fg": 761 }, + { "id": "hat_hard_season_spring", "fg": 762 }, + { "id": "hat_hard_season_summer", "fg": 763 }, + { "id": "hat_hard_season_winter", "fg": 764 }, + { "id": "hat_hard_hooded_season_autumn", "fg": 765 }, + { "id": "hat_hard_hooded_season_spring", "fg": 766 }, + { "id": "hat_hard_hooded_season_summer", "fg": 767 }, + { "id": "hat_hard_hooded_season_winter", "fg": 768 }, + { "id": "hat_hunting_season_autumn", "fg": 769 }, + { "id": "hat_hunting_season_spring", "fg": 770 }, + { "id": "hat_hunting_season_summer", "fg": 771 }, + { "id": "hat_hunting_season_winter", "fg": 772 }, + { "id": "hat_knit_season_autumn", "fg": 773 }, + { "id": "hat_knit_season_spring", "fg": 774 }, + { "id": "hat_knit_season_summer", "fg": 775 }, + { "id": "hat_knit_season_winter", "fg": 776 }, + { "id": "hat_newsboy_season_autumn", "fg": 777 }, + { "id": "hat_newsboy_season_spring", "fg": 778 }, + { "id": "hat_newsboy_season_summer", "fg": 779 }, + { "id": "hat_newsboy_season_winter", "fg": 780 }, + { "id": "hat_noise_cancelling_season_autumn", "fg": 781 }, + { "id": "hat_noise_cancelling_season_spring", "fg": 782 }, + { "id": "hat_noise_cancelling_season_summer", "fg": 783 }, + { "id": "hat_noise_cancelling_season_winter", "fg": 784 }, + { "id": "hat_sombrero_season_autumn", "fg": 785 }, + { "id": "hat_sombrero_season_spring", "fg": 786 }, + { "id": "hat_sombrero_season_summer", "fg": 787 }, + { "id": "hat_sombrero_season_winter", "fg": 788 }, + { "id": "hazmat_suit_season_autumn", "fg": 789 }, + { "id": "hazmat_suit_season_spring", "fg": 790 }, + { "id": "hazmat_suit_season_summer", "fg": 791 }, + { "id": "hazmat_suit_season_winter", "fg": 792 }, + { "id": "headgear_season_autumn", "fg": 793 }, + { "id": "headgear_season_spring", "fg": 794 }, + { "id": "headgear_season_summer", "fg": 795 }, + { "id": "headgear_season_winter", "fg": 796 }, + { "id": "headlight_reinforced_season_autumn", "fg": 797 }, + { "id": "headlight_reinforced_season_spring", "fg": 798 }, + { "id": "headlight_reinforced_season_summer", "fg": 799 }, + { "id": "headlight_reinforced_season_winter", "fg": 800 }, + { "id": "headscarf_season_autumn", "fg": 801 }, + { "id": "headscarf_season_spring", "fg": 802 }, + { "id": "headscarf_season_summer", "fg": 803 }, + { "id": "headscarf_season_winter", "fg": 804 }, + { "id": "helmet_acidchitin_season_autumn", "fg": 805 }, + { "id": "helmet_acidchitin_season_spring", "fg": 806 }, + { "id": "helmet_acidchitin_season_summer", "fg": 807 }, + { "id": "helmet_acidchitin_season_winter", "fg": 808 }, + { "id": "helmet_army_season_autumn", "fg": 809 }, + { "id": "helmet_army_season_spring", "fg": 810 }, + { "id": "helmet_army_season_summer", "fg": 811 }, + { "id": "helmet_army_season_winter", "fg": 812 }, + { "id": "helmet_ball_season_autumn", "fg": 813 }, + { "id": "helmet_ball_season_spring", "fg": 814 }, + { "id": "helmet_ball_season_summer", "fg": 815 }, + { "id": "helmet_ball_season_winter", "fg": 816 }, + { "id": "helmet_barbute_season_autumn", "fg": 817 }, + { "id": "helmet_barbute_season_spring", "fg": 818 }, + { "id": "helmet_barbute_season_summer", "fg": 819 }, + { "id": "helmet_barbute_season_winter", "fg": 820 }, + { "id": "helmet_bike_season_autumn", "fg": 821 }, + { "id": "helmet_bike_season_spring", "fg": 822 }, + { "id": "helmet_bike_season_summer", "fg": 823 }, + { "id": "helmet_bike_season_winter", "fg": 824 }, + { "id": "helmet_bone_season_autumn", "fg": 825 }, + { "id": "helmet_bone_season_spring", "fg": 826 }, + { "id": "helmet_bone_season_summer", "fg": 827 }, + { "id": "helmet_bone_season_winter", "fg": 828 }, + { "id": "helmet_chitin_season_autumn", "fg": 829 }, + { "id": "helmet_chitin_season_spring", "fg": 830 }, + { "id": "helmet_chitin_season_summer", "fg": 831 }, + { "id": "helmet_chitin_season_winter", "fg": 832 }, + { "id": "helmet_conical_season_autumn", "fg": 833 }, + { "id": "helmet_conical_season_spring", "fg": 834 }, + { "id": "helmet_conical_season_summer", "fg": 835 }, + { "id": "helmet_conical_season_winter", "fg": 836 }, + { "id": "helmet_corinthian_season_autumn", "fg": 837 }, + { "id": "helmet_corinthian_season_spring", "fg": 838 }, + { "id": "helmet_corinthian_season_summer", "fg": 839 }, + { "id": "helmet_corinthian_season_winter", "fg": 840 }, + { "id": "helmet_football_season_autumn", "fg": 841 }, + { "id": "helmet_football_season_spring", "fg": 842 }, + { "id": "helmet_football_season_summer", "fg": 843 }, + { "id": "helmet_football_season_winter", "fg": 844 }, + { "id": "helmet_galea_season_autumn", "fg": 845 }, + { "id": "helmet_galea_season_spring", "fg": 846 }, + { "id": "helmet_galea_season_summer", "fg": 847 }, + { "id": "helmet_galea_season_winter", "fg": 848 }, + { "id": "helmet_hsurvivor_season_autumn", "fg": 849 }, + { "id": "helmet_hsurvivor_season_spring", "fg": 850 }, + { "id": "helmet_hsurvivor_season_summer", "fg": 851 }, + { "id": "helmet_hsurvivor_season_winter", "fg": 852 }, + { "id": "helmet_kabuto_season_autumn", "fg": 853 }, + { "id": "helmet_kabuto_season_spring", "fg": 854 }, + { "id": "helmet_kabuto_season_summer", "fg": 855 }, + { "id": "helmet_kabuto_season_winter", "fg": 856 }, + { "id": "helmet_larmor_season_autumn", "fg": 857 }, + { "id": "helmet_larmor_season_spring", "fg": 858 }, + { "id": "helmet_larmor_season_summer", "fg": 859 }, + { "id": "helmet_larmor_season_winter", "fg": 860 }, + { "id": "helmet_liner_season_autumn", "fg": 861 }, + { "id": "helmet_liner_season_spring", "fg": 862 }, + { "id": "helmet_liner_season_summer", "fg": 863 }, + { "id": "helmet_liner_season_winter", "fg": 864 }, + { "id": "helmet_motor_season_autumn", "fg": 865 }, + { "id": "helmet_motor_season_spring", "fg": 866 }, + { "id": "helmet_motor_season_summer", "fg": 867 }, + { "id": "helmet_motor_season_winter", "fg": 868 }, + { "id": "helmet_nasal_season_autumn", "fg": 869 }, + { "id": "helmet_nasal_season_spring", "fg": 870 }, + { "id": "helmet_nasal_season_summer", "fg": 871 }, + { "id": "helmet_nasal_season_winter", "fg": 872 }, + { "id": "helmet_nomad_season_autumn", "fg": 873 }, + { "id": "helmet_nomad_season_spring", "fg": 874 }, + { "id": "helmet_nomad_season_summer", "fg": 875 }, + { "id": "helmet_nomad_season_winter", "fg": 876 }, + { "id": "helmet_plate_season_autumn", "fg": 877 }, + { "id": "helmet_plate_season_spring", "fg": 878 }, + { "id": "helmet_plate_season_summer", "fg": 879 }, + { "id": "helmet_plate_season_winter", "fg": 880 }, + { "id": "helmet_riot_season_autumn", "fg": 881 }, + { "id": "helmet_riot_season_spring", "fg": 882 }, + { "id": "helmet_riot_season_summer", "fg": 883 }, + { "id": "helmet_riot_season_winter", "fg": 884 }, + { "id": "helmet_riot_raised_season_autumn", "fg": 885 }, + { "id": "helmet_riot_raised_season_spring", "fg": 886 }, + { "id": "helmet_riot_raised_season_summer", "fg": 887 }, + { "id": "helmet_riot_raised_season_winter", "fg": 888 }, + { "id": "helmet_scavenger_season_autumn", "fg": 889 }, + { "id": "helmet_scavenger_season_spring", "fg": 890 }, + { "id": "helmet_scavenger_season_summer", "fg": 891 }, + { "id": "helmet_scavenger_season_winter", "fg": 892 }, + { "id": "helmet_scrap_season_autumn", "fg": 893 }, + { "id": "helmet_scrap_season_spring", "fg": 894 }, + { "id": "helmet_scrap_season_summer", "fg": 895 }, + { "id": "helmet_scrap_season_winter", "fg": 896 }, + { "id": "helmet_skid_season_autumn", "fg": 897 }, + { "id": "helmet_skid_season_spring", "fg": 898 }, + { "id": "helmet_skid_season_summer", "fg": 899 }, + { "id": "helmet_skid_season_winter", "fg": 900 }, + { "id": "helmet_survivor_season_autumn", "fg": 901 }, + { "id": "helmet_survivor_season_spring", "fg": 902 }, + { "id": "helmet_survivor_season_summer", "fg": 903 }, + { "id": "helmet_survivor_season_winter", "fg": 904 }, + { "id": "helmet_xlsurvivor_season_autumn", "fg": 905 }, + { "id": "helmet_xlsurvivor_season_spring", "fg": 906 }, + { "id": "helmet_xlsurvivor_season_summer", "fg": 907 }, + { "id": "helmet_xlsurvivor_season_winter", "fg": 908 }, + { "id": "hood_fsurvivor_season_autumn", "fg": 909 }, + { "id": "hood_fsurvivor_season_spring", "fg": 910 }, + { "id": "hood_fsurvivor_season_summer", "fg": 911 }, + { "id": "hood_fsurvivor_season_winter", "fg": 912 }, + { "id": "hood_lsurvivor_season_autumn", "fg": 913 }, + { "id": "hood_lsurvivor_season_spring", "fg": 914 }, + { "id": "hood_lsurvivor_season_summer", "fg": 915 }, + { "id": "hood_lsurvivor_season_winter", "fg": 916 }, + { "id": "hood_survivor_season_autumn", "fg": 917 }, + { "id": "hood_survivor_season_spring", "fg": 918 }, + { "id": "hood_survivor_season_summer", "fg": 919 }, + { "id": "hood_survivor_season_winter", "fg": 920 }, + { "id": "hood_wsurvivor_season_autumn", "fg": 921 }, + { "id": "hood_wsurvivor_season_spring", "fg": 922 }, + { "id": "hood_wsurvivor_season_summer", "fg": 923 }, + { "id": "hood_wsurvivor_season_winter", "fg": 924 }, + { "id": "house_coat_season_autumn", "fg": 925 }, + { "id": "house_coat_season_spring", "fg": 926 }, + { "id": "house_coat_season_summer", "fg": 927 }, + { "id": "house_coat_season_winter", "fg": 928 }, + { "id": "hsurvivor_suit_season_autumn", "fg": 929 }, + { "id": "hsurvivor_suit_season_spring", "fg": 930 }, + { "id": "hsurvivor_suit_season_summer", "fg": 931 }, + { "id": "hsurvivor_suit_season_winter", "fg": 932 }, + { "id": "iggaak_season_autumn", "fg": 933 }, + { "id": "iggaak_season_spring", "fg": 934 }, + { "id": "iggaak_season_summer", "fg": 935 }, + { "id": "iggaak_season_winter", "fg": 936 }, + { "id": "jacket_army_season_autumn", "fg": 937 }, + { "id": "jacket_army_season_spring", "fg": 938 }, + { "id": "jacket_army_season_summer", "fg": 939 }, + { "id": "jacket_army_season_winter", "fg": 940 }, + { "id": "jacket_army_winter_season_autumn", "fg": 941 }, + { "id": "jacket_army_winter_season_spring", "fg": 942 }, + { "id": "jacket_army_winter_season_summer", "fg": 943 }, + { "id": "jacket_army_winter_season_winter", "fg": 944 }, + { "id": "jacket_evac_season_autumn", "fg": 945 }, + { "id": "jacket_evac_season_spring", "fg": 946 }, + { "id": "jacket_evac_season_summer", "fg": 947 }, + { "id": "jacket_evac_season_winter", "fg": 948 }, + { "id": "jacket_flannel_season_autumn", "fg": 949 }, + { "id": "jacket_flannel_season_spring", "fg": 950 }, + { "id": "jacket_flannel_season_summer", "fg": 951 }, + { "id": "jacket_flannel_season_winter", "fg": 952 }, + { "id": "jacket_jean_season_autumn", "fg": 953 }, + { "id": "jacket_jean_season_spring", "fg": 954 }, + { "id": "jacket_jean_season_summer", "fg": 955 }, + { "id": "jacket_jean_season_winter", "fg": 956 }, + { "id": "jersey_season_autumn", "fg": 961 }, + { "id": "jersey_season_spring", "fg": 962 }, + { "id": "jersey_season_summer", "fg": 963 }, + { "id": "jersey_season_winter", "fg": 964 }, + { "id": "keffiyeh_season_autumn", "fg": 969 }, + { "id": "keffiyeh_season_spring", "fg": 970 }, + { "id": "keffiyeh_season_summer", "fg": 971 }, + { "id": "keffiyeh_season_winter", "fg": 972 }, + { "id": "kevlar_season_autumn", "fg": 973 }, + { "id": "kevlar_season_spring", "fg": 974 }, + { "id": "kevlar_season_summer", "fg": 975 }, + { "id": "kevlar_season_winter", "fg": 976 }, + { "id": "kimono_season_autumn", "fg": 977 }, + { "id": "kimono_season_spring", "fg": 978 }, + { "id": "kimono_season_summer", "fg": 979 }, + { "id": "kimono_season_winter", "fg": 980 }, + { "id": "kippah_season_autumn", "fg": 981 }, + { "id": "kippah_season_spring", "fg": 982 }, + { "id": "kippah_season_summer", "fg": 983 }, + { "id": "kippah_season_winter", "fg": 984 }, + { "id": "kittel_season_autumn", "fg": 985 }, + { "id": "kittel_season_spring", "fg": 986 }, + { "id": "kittel_season_summer", "fg": 987 }, + { "id": "kittel_season_winter", "fg": 988 }, + { "id": "knee_high_boots_season_autumn", "fg": 989 }, + { "id": "knee_high_boots_season_spring", "fg": 990 }, + { "id": "knee_high_boots_season_summer", "fg": 991 }, + { "id": "knee_high_boots_season_winter", "fg": 992 }, + { "id": "leather_belt_season_autumn", "fg": 993 }, + { "id": "leather_belt_season_spring", "fg": 994 }, + { "id": "leather_belt_season_summer", "fg": 995 }, + { "id": "leather_belt_season_winter", "fg": 996 }, + { "id": "leather_collar_season_autumn", "fg": 997 }, + { "id": "leather_collar_season_spring", "fg": 998 }, + { "id": "leather_collar_season_summer", "fg": 999 }, + { "id": "leather_collar_season_winter", "fg": 1000 }, + { "id": "legpouch_season_autumn", "fg": 1009 }, + { "id": "legpouch_season_spring", "fg": 1010 }, + { "id": "legpouch_season_summer", "fg": 1011 }, + { "id": "legpouch_season_winter", "fg": 1012 }, + { "id": "legrig_season_autumn", "fg": 1013 }, + { "id": "legrig_season_spring", "fg": 1014 }, + { "id": "legrig_season_summer", "fg": 1015 }, + { "id": "legrig_season_winter", "fg": 1016 }, + { "id": "linuxtshirt_season_autumn", "fg": 1017 }, + { "id": "linuxtshirt_season_spring", "fg": 1018 }, + { "id": "linuxtshirt_season_summer", "fg": 1019 }, + { "id": "linuxtshirt_season_winter", "fg": 1020 }, + { "id": "lsurvivor_armor_season_autumn", "fg": 1029 }, + { "id": "lsurvivor_armor_season_spring", "fg": 1030 }, + { "id": "lsurvivor_armor_season_summer", "fg": 1031 }, + { "id": "lsurvivor_armor_season_winter", "fg": 1032 }, + { "id": "lsurvivor_pants_season_autumn", "fg": 1033 }, + { "id": "lsurvivor_pants_season_spring", "fg": 1034 }, + { "id": "lsurvivor_pants_season_summer", "fg": 1035 }, + { "id": "lsurvivor_pants_season_winter", "fg": 1036 }, + { "id": "lsurvivor_suit_season_autumn", "fg": 1037 }, + { "id": "lsurvivor_suit_season_spring", "fg": 1038 }, + { "id": "lsurvivor_suit_season_summer", "fg": 1039 }, + { "id": "lsurvivor_suit_season_winter", "fg": 1040 }, + { "id": "maid_dress_season_autumn", "fg": 1041 }, + { "id": "maid_dress_season_spring", "fg": 1042 }, + { "id": "maid_dress_season_summer", "fg": 1043 }, + { "id": "maid_dress_season_winter", "fg": 1044 }, + { "id": "maid_hat_season_autumn", "fg": 1045 }, + { "id": "maid_hat_season_spring", "fg": 1046 }, + { "id": "maid_hat_season_summer", "fg": 1047 }, + { "id": "maid_hat_season_winter", "fg": 1048 }, + { "id": "mask_bal_season_autumn", "fg": 1049 }, + { "id": "mask_bal_season_spring", "fg": 1050 }, + { "id": "mask_bal_season_summer", "fg": 1051 }, + { "id": "mask_bal_season_winter", "fg": 1052 }, + { "id": "mask_bunker_season_autumn", "fg": 1053 }, + { "id": "mask_bunker_season_spring", "fg": 1054 }, + { "id": "mask_bunker_season_summer", "fg": 1055 }, + { "id": "mask_bunker_season_winter", "fg": 1056 }, + { "id": "mask_dust_season_autumn", "fg": 1057 }, + { "id": "mask_dust_season_spring", "fg": 1058 }, + { "id": "mask_dust_season_summer", "fg": 1059 }, + { "id": "mask_dust_season_winter", "fg": 1060 }, + { "id": "mask_fsurvivor_season_autumn", "fg": 1061 }, + { "id": "mask_fsurvivor_season_spring", "fg": 1062 }, + { "id": "mask_fsurvivor_season_summer", "fg": 1063 }, + { "id": "mask_fsurvivor_season_winter", "fg": 1064 }, + { "id": "mask_gas_season_autumn", "fg": 1065 }, + { "id": "mask_gas_season_spring", "fg": 1066 }, + { "id": "mask_gas_season_summer", "fg": 1067 }, + { "id": "mask_gas_season_winter", "fg": 1068 }, + { "id": "mask_guy_fawkes_season_autumn", "fg": 1069 }, + { "id": "mask_guy_fawkes_season_spring", "fg": 1070 }, + { "id": "mask_guy_fawkes_season_summer", "fg": 1071 }, + { "id": "mask_guy_fawkes_season_winter", "fg": 1072 }, + { "id": "mask_hockey_season_autumn", "fg": 1081 }, + { "id": "mask_hockey_season_spring", "fg": 1082 }, + { "id": "mask_hockey_season_summer", "fg": 1083 }, + { "id": "mask_hockey_season_winter", "fg": 1084 }, + { "id": "mask_rioter_season_autumn", "fg": 1085 }, + { "id": "mask_rioter_season_spring", "fg": 1086 }, + { "id": "mask_rioter_season_summer", "fg": 1087 }, + { "id": "mask_rioter_season_winter", "fg": 1088 }, + { "id": "mask_ski_season_autumn", "fg": 1089 }, + { "id": "mask_ski_season_spring", "fg": 1090 }, + { "id": "mask_ski_season_summer", "fg": 1091 }, + { "id": "mask_ski_season_winter", "fg": 1092 }, + { "id": "mask_ski_loose_season_autumn", "fg": 1093 }, + { "id": "mask_ski_loose_season_spring", "fg": 1094 }, + { "id": "mask_ski_loose_season_summer", "fg": 1095 }, + { "id": "mask_ski_loose_season_winter", "fg": 1096 }, + { "id": "mask_survivor_season_autumn", "fg": 1097 }, + { "id": "mask_survivor_season_spring", "fg": 1098 }, + { "id": "mask_survivor_season_summer", "fg": 1099 }, + { "id": "mask_survivor_season_winter", "fg": 1100 }, + { "id": "mask_survivorxl_season_autumn", "fg": 1101 }, + { "id": "mask_survivorxl_season_spring", "fg": 1102 }, + { "id": "mask_survivorxl_season_summer", "fg": 1103 }, + { "id": "mask_survivorxl_season_winter", "fg": 1104 }, + { "id": "mask_wsurvivor_season_autumn", "fg": 1105 }, + { "id": "mask_wsurvivor_season_spring", "fg": 1106 }, + { "id": "mask_wsurvivor_season_summer", "fg": 1107 }, + { "id": "mask_wsurvivor_season_winter", "fg": 1108 }, + { "id": "mask_wsurvivorxl_season_autumn", "fg": 1109 }, + { "id": "mask_wsurvivorxl_season_spring", "fg": 1110 }, + { "id": "mask_wsurvivorxl_season_summer", "fg": 1111 }, + { "id": "mask_wsurvivorxl_season_winter", "fg": 1112 }, + { "id": "microskirt_season_autumn", "fg": 1113 }, + { "id": "microskirt_season_spring", "fg": 1114 }, + { "id": "microskirt_season_summer", "fg": 1115 }, + { "id": "microskirt_season_winter", "fg": 1116 }, + { "id": "miner_hat_season_autumn", "fg": 1117 }, + { "id": "miner_hat_season_spring", "fg": 1118 }, + { "id": "miner_hat_season_summer", "fg": 1119 }, + { "id": "miner_hat_season_winter", "fg": 1120 }, + { "id": "miner_hat_on_season_autumn", "fg": 1121 }, + { "id": "miner_hat_on_season_spring", "fg": 1122 }, + { "id": "miner_hat_on_season_summer", "fg": 1123 }, + { "id": "miner_hat_on_season_winter", "fg": 1124 }, + { "id": "mocassins_season_autumn", "fg": 1125 }, + { "id": "mocassins_season_spring", "fg": 1126 }, + { "id": "mocassins_season_summer", "fg": 1127 }, + { "id": "mocassins_season_winter", "fg": 1128 }, + { "id": "modularvest_season_autumn", "fg": 1129 }, + { "id": "modularvest_season_spring", "fg": 1130 }, + { "id": "modularvest_season_summer", "fg": 1131 }, + { "id": "modularvest_season_winter", "fg": 1132 }, + { "id": "molle_pack_season_autumn", "fg": 1137 }, + { "id": "molle_pack_season_spring", "fg": 1138 }, + { "id": "molle_pack_season_summer", "fg": 1139 }, + { "id": "molle_pack_season_winter", "fg": 1140 }, + { "id": "motorbike_armor_season_autumn", "fg": 1141 }, + { "id": "motorbike_armor_season_spring", "fg": 1142 }, + { "id": "motorbike_armor_season_summer", "fg": 1143 }, + { "id": "motorbike_armor_season_winter", "fg": 1144 }, + { "id": "motorbike_boots_season_autumn", "fg": 1145 }, + { "id": "motorbike_boots_season_spring", "fg": 1146 }, + { "id": "motorbike_boots_season_summer", "fg": 1147 }, + { "id": "motorbike_boots_season_winter", "fg": 1148 }, + { "id": "motorbike_pants_season_autumn", "fg": 1149 }, + { "id": "motorbike_pants_season_spring", "fg": 1150 }, + { "id": "motorbike_pants_season_summer", "fg": 1151 }, + { "id": "motorbike_pants_season_winter", "fg": 1152 }, + { "id": "mouthpiece_season_autumn", "fg": 1153 }, + { "id": "mouthpiece_season_spring", "fg": 1154 }, + { "id": "mouthpiece_season_summer", "fg": 1155 }, + { "id": "mouthpiece_season_winter", "fg": 1156 }, + { "id": "optical_cloak_season_autumn", "fg": 1157 }, + { "id": "optical_cloak_season_spring", "fg": 1158 }, + { "id": "optical_cloak_season_summer", "fg": 1159 }, + { "id": "optical_cloak_season_winter", "fg": 1160 }, + { "id": "panties_season_autumn", "fg": 1161 }, + { "id": "panties_season_spring", "fg": 1162 }, + { "id": "panties_season_summer", "fg": 1163 }, + { "id": "panties_season_winter", "fg": 1164 }, + { "id": "pants_season_autumn", "fg": 1165 }, + { "id": "pants_season_spring", "fg": 1166 }, + { "id": "pants_season_summer", "fg": 1167 }, + { "id": "pants_season_winter", "fg": 1168 }, + { "id": "pants_army_season_autumn", "fg": 1169 }, + { "id": "pants_army_season_spring", "fg": 1170 }, + { "id": "pants_army_season_summer", "fg": 1171 }, + { "id": "pants_army_season_winter", "fg": 1172 }, + { "id": "pants_ski_season_autumn", "fg": 1173 }, + { "id": "pants_ski_season_spring", "fg": 1174 }, + { "id": "pants_ski_season_summer", "fg": 1175 }, + { "id": "pants_ski_season_winter", "fg": 1176 }, + { "id": "pants_survivor_season_autumn", "fg": 1177 }, + { "id": "pants_survivor_season_spring", "fg": 1178 }, + { "id": "pants_survivor_season_summer", "fg": 1179 }, + { "id": "pants_survivor_season_winter", "fg": 1180 }, + { "id": "peephole_season_autumn", "fg": 1181 }, + { "id": "peephole_season_spring", "fg": 1182 }, + { "id": "peephole_season_summer", "fg": 1183 }, + { "id": "peephole_season_winter", "fg": 1184 }, + { "id": "petpack_season_autumn", "fg": 1185 }, + { "id": "petpack_season_spring", "fg": 1186 }, + { "id": "petpack_season_summer", "fg": 1187 }, + { "id": "petpack_season_winter", "fg": 1188 }, + { "id": "phase_immersion_suit_season_autumn", "fg": 1189 }, + { "id": "phase_immersion_suit_season_spring", "fg": 1190 }, + { "id": "phase_immersion_suit_season_summer", "fg": 1191 }, + { "id": "phase_immersion_suit_season_winter", "fg": 1192 }, + { "id": "phase_immersion_suit_on_season_autumn", "fg": 1193 }, + { "id": "phase_immersion_suit_on_season_spring", "fg": 1194 }, + { "id": "phase_immersion_suit_on_season_summer", "fg": 1195 }, + { "id": "phase_immersion_suit_on_season_winter", "fg": 1196 }, + { "id": "pickelhaube_season_autumn", "fg": 1197 }, + { "id": "pickelhaube_season_spring", "fg": 1198 }, + { "id": "pickelhaube_season_summer", "fg": 1199 }, + { "id": "pickelhaube_season_winter", "fg": 1200 }, + { "id": "pocketwatch_season_autumn", "fg": 1205 }, + { "id": "pocketwatch_season_spring", "fg": 1206 }, + { "id": "pocketwatch_season_summer", "fg": 1207 }, + { "id": "pocketwatch_season_winter", "fg": 1208 }, + { "id": "police_belt_season_autumn", "fg": 1209 }, + { "id": "police_belt_season_spring", "fg": 1210 }, + { "id": "police_belt_season_summer", "fg": 1211 }, + { "id": "police_belt_season_winter", "fg": 1212 }, + { "id": "polo_shirt_season_autumn", "fg": 1213 }, + { "id": "polo_shirt_season_spring", "fg": 1214 }, + { "id": "polo_shirt_season_summer", "fg": 1215 }, + { "id": "polo_shirt_season_winter", "fg": 1216 }, + { "id": "porkpie_season_autumn", "fg": 1217 }, + { "id": "porkpie_season_spring", "fg": 1218 }, + { "id": "porkpie_season_summer", "fg": 1219 }, + { "id": "porkpie_season_winter", "fg": 1220 }, + { "id": "postman_hat_season_autumn", "fg": 1221 }, + { "id": "postman_hat_season_spring", "fg": 1222 }, + { "id": "postman_hat_season_summer", "fg": 1223 }, + { "id": "postman_hat_season_winter", "fg": 1224 }, + { "id": "postman_shirt_season_autumn", "fg": 1225 }, + { "id": "postman_shirt_season_spring", "fg": 1226 }, + { "id": "postman_shirt_season_summer", "fg": 1227 }, + { "id": "postman_shirt_season_winter", "fg": 1228 }, + { "id": "postman_shorts_season_autumn", "fg": 1229 }, + { "id": "postman_shorts_season_spring", "fg": 1230 }, + { "id": "postman_shorts_season_summer", "fg": 1231 }, + { "id": "postman_shorts_season_winter", "fg": 1232 }, + { "id": "pot_helmet_season_autumn", "fg": 1233 }, + { "id": "pot_helmet_season_spring", "fg": 1234 }, + { "id": "pot_helmet_season_summer", "fg": 1235 }, + { "id": "pot_helmet_season_winter", "fg": 1236 }, + { "id": "pot_xlhelmet_season_autumn", "fg": 1237 }, + { "id": "pot_xlhelmet_season_spring", "fg": 1238 }, + { "id": "pot_xlhelmet_season_summer", "fg": 1239 }, + { "id": "pot_xlhelmet_season_winter", "fg": 1240 }, + { "id": "pouch_autoclave_season_autumn", "fg": 1241 }, + { "id": "pouch_autoclave_season_spring", "fg": 1242 }, + { "id": "pouch_autoclave_season_summer", "fg": 1243 }, + { "id": "pouch_autoclave_season_winter", "fg": 1244 }, + { "id": "power_armor_frame_season_autumn", "fg": 1249 }, + { "id": "power_armor_frame_season_spring", "fg": 1250 }, + { "id": "power_armor_frame_season_summer", "fg": 1251 }, + { "id": "power_armor_frame_season_winter", "fg": 1252 }, + { "id": "power_armor_heavy_season_autumn", "fg": 1253 }, + { "id": "power_armor_heavy_season_spring", "fg": 1254 }, + { "id": "power_armor_heavy_season_summer", "fg": 1255 }, + { "id": "power_armor_heavy_season_winter", "fg": 1256 }, + { "id": "power_armor_helmet_heavy_season_autumn", "fg": 1261 }, + { "id": "power_armor_helmet_heavy_season_spring", "fg": 1262 }, + { "id": "power_armor_helmet_heavy_season_summer", "fg": 1263 }, + { "id": "power_armor_helmet_heavy_season_winter", "fg": 1264 }, + { "id": "power_armor_helmet_light_season_autumn", "fg": 1265 }, + { "id": "power_armor_helmet_light_season_spring", "fg": 1266 }, + { "id": "power_armor_helmet_light_season_summer", "fg": 1267 }, + { "id": "power_armor_helmet_light_season_winter", "fg": 1268 }, + { "id": "power_armor_light_season_autumn", "fg": 1269 }, + { "id": "power_armor_light_season_spring", "fg": 1270 }, + { "id": "power_armor_light_season_summer", "fg": 1271 }, + { "id": "power_armor_light_season_winter", "fg": 1272 }, + { "id": "robe_season_autumn", "fg": 1289 }, + { "id": "robe_season_spring", "fg": 1290 }, + { "id": "robe_season_summer", "fg": 1291 }, + { "id": "robe_season_winter", "fg": 1292 }, + { "id": "roller_blades_season_autumn", "fg": 1293 }, + { "id": "roller_blades_season_spring", "fg": 1294 }, + { "id": "roller_blades_season_summer", "fg": 1295 }, + { "id": "roller_blades_season_winter", "fg": 1296 }, + { "id": "rollerskates_season_autumn", "fg": 1297 }, + { "id": "rollerskates_season_spring", "fg": 1298 }, + { "id": "rollerskates_season_summer", "fg": 1299 }, + { "id": "rollerskates_season_winter", "fg": 1300 }, + { "id": "runner_bag_season_autumn", "fg": 1301 }, + { "id": "runner_bag_season_spring", "fg": 1302 }, + { "id": "runner_bag_season_summer", "fg": 1303 }, + { "id": "runner_bag_season_winter", "fg": 1304 }, + { "id": "sf_watch_season_autumn", "fg": 1325 }, + { "id": "sf_watch_season_spring", "fg": 1326 }, + { "id": "sf_watch_season_summer", "fg": 1327 }, + { "id": "sf_watch_season_winter", "fg": 1328 }, + { "id": "shards_season_autumn", "fg": 1329 }, + { "id": "shards_season_spring", "fg": 1330 }, + { "id": "shards_season_summer", "fg": 1331 }, + { "id": "shards_season_winter", "fg": 1332 }, + { "id": "sheath_season_autumn", "fg": 1337 }, + { "id": "sheath_season_spring", "fg": 1338 }, + { "id": "sheath_season_summer", "fg": 1339 }, + { "id": "sheath_season_winter", "fg": 1340 }, + { "id": "sheriffshirt_season_autumn", "fg": 1341 }, + { "id": "sheriffshirt_season_spring", "fg": 1342 }, + { "id": "sheriffshirt_season_summer", "fg": 1343 }, + { "id": "sheriffshirt_season_winter", "fg": 1344 }, + { "id": "shorts_season_autumn", "fg": 1345 }, + { "id": "shorts_season_spring", "fg": 1346 }, + { "id": "shorts_season_summer", "fg": 1347 }, + { "id": "shorts_season_winter", "fg": 1348 }, + { "id": "shorts_cargo_season_autumn", "fg": 1349 }, + { "id": "shorts_cargo_season_spring", "fg": 1350 }, + { "id": "shorts_cargo_season_summer", "fg": 1351 }, + { "id": "shorts_cargo_season_winter", "fg": 1352 }, + { "id": "shorts_cargo - Copy_season_autumn", "fg": 1353 }, + { "id": "shorts_cargo - Copy_season_spring", "fg": 1354 }, + { "id": "shorts_cargo - Copy_season_summer", "fg": 1355 }, + { "id": "shorts_cargo - Copy_season_winter", "fg": 1356 }, + { "id": "shorts_denim_season_autumn", "fg": 1357 }, + { "id": "shorts_denim_season_spring", "fg": 1358 }, + { "id": "shorts_denim_season_summer", "fg": 1359 }, + { "id": "shorts_denim_season_winter", "fg": 1360 }, + { "id": "sleeveless_duster_season_autumn", "fg": 1369 }, + { "id": "sleeveless_duster_season_spring", "fg": 1370 }, + { "id": "sleeveless_duster_season_summer", "fg": 1371 }, + { "id": "sleeveless_duster_season_winter", "fg": 1372 }, + { "id": "sleeveless_duster_leather_season_autumn", "fg": 1377 }, + { "id": "sleeveless_duster_leather_season_spring", "fg": 1378 }, + { "id": "sleeveless_duster_leather_season_summer", "fg": 1379 }, + { "id": "sleeveless_duster_leather_season_winter", "fg": 1380 }, + { "id": "sleeveless_trenchcoat_survivor_season_autumn", "fg": 1389 }, + { "id": "sleeveless_trenchcoat_survivor_season_spring", "fg": 1390 }, + { "id": "sleeveless_trenchcoat_survivor_season_summer", "fg": 1391 }, + { "id": "sleeveless_trenchcoat_survivor_season_winter", "fg": 1392 }, + { "id": "slingpack_season_autumn", "fg": 1393 }, + { "id": "slingpack_season_spring", "fg": 1394 }, + { "id": "slingpack_season_summer", "fg": 1395 }, + { "id": "slingpack_season_winter", "fg": 1396 }, + { "id": "slippers_season_autumn", "fg": 1397 }, + { "id": "slippers_season_spring", "fg": 1398 }, + { "id": "slippers_season_summer", "fg": 1399 }, + { "id": "slippers_season_winter", "fg": 1400 }, + { "id": "snuggie_season_autumn", "fg": 1405 }, + { "id": "snuggie_season_spring", "fg": 1406 }, + { "id": "snuggie_season_summer", "fg": 1407 }, + { "id": "snuggie_season_winter", "fg": 1408 }, + { "id": "socks_season_autumn", "fg": 1409 }, + { "id": "socks_season_spring", "fg": 1410 }, + { "id": "socks_season_summer", "fg": 1411 }, + { "id": "socks_season_winter", "fg": 1412 }, + { "id": "spearsling_season_autumn", "fg": 1413 }, + { "id": "spearsling_season_spring", "fg": 1414 }, + { "id": "spearsling_season_summer", "fg": 1415 }, + { "id": "spearsling_season_winter", "fg": 1416 }, + { "id": "sports_bra_season_autumn", "fg": 1417 }, + { "id": "sports_bra_season_spring", "fg": 1418 }, + { "id": "sports_bra_season_summer", "fg": 1419 }, + { "id": "sports_bra_season_winter", "fg": 1420 }, + { "id": "stone_pouch_season_autumn", "fg": 1421 }, + { "id": "stone_pouch_season_spring", "fg": 1422 }, + { "id": "stone_pouch_season_summer", "fg": 1423 }, + { "id": "stone_pouch_season_winter", "fg": 1424 }, + { "id": "striped_shirt_season_autumn", "fg": 1425 }, + { "id": "striped_shirt_season_spring", "fg": 1426 }, + { "id": "striped_shirt_season_summer", "fg": 1427 }, + { "id": "striped_shirt_season_winter", "fg": 1428 }, + { "id": "suit_season_autumn", "fg": 1429 }, + { "id": "suit_season_spring", "fg": 1430 }, + { "id": "suit_season_summer", "fg": 1431 }, + { "id": "suit_season_winter", "fg": 1432 }, + { "id": "sundress_season_autumn", "fg": 1433 }, + { "id": "sundress_season_spring", "fg": 1434 }, + { "id": "sundress_season_summer", "fg": 1435 }, + { "id": "sundress_season_winter", "fg": 1436 }, + { "id": "sunglasses_season_autumn", "fg": 1437 }, + { "id": "sunglasses_season_spring", "fg": 1438 }, + { "id": "sunglasses_season_summer", "fg": 1439 }, + { "id": "sunglasses_season_winter", "fg": 1440 }, + { "id": "survivor_belt_season_autumn", "fg": 1441 }, + { "id": "survivor_belt_season_spring", "fg": 1442 }, + { "id": "survivor_belt_season_summer", "fg": 1443 }, + { "id": "survivor_belt_season_winter", "fg": 1444 }, + { "id": "survivor_belt_notools_season_autumn", "fg": 1445 }, + { "id": "survivor_belt_notools_season_spring", "fg": 1446 }, + { "id": "survivor_belt_notools_season_summer", "fg": 1447 }, + { "id": "survivor_belt_notools_season_winter", "fg": 1448 }, + { "id": "survivor_suit_season_autumn", "fg": 1449 }, + { "id": "survivor_suit_season_spring", "fg": 1450 }, + { "id": "survivor_suit_season_summer", "fg": 1451 }, + { "id": "survivor_suit_season_winter", "fg": 1452 }, + { "id": "survivor_vest_season_autumn", "fg": 1453 }, + { "id": "survivor_vest_season_spring", "fg": 1454 }, + { "id": "survivor_vest_season_summer", "fg": 1455 }, + { "id": "survivor_vest_season_winter", "fg": 1456 }, + { "id": "swat_armor_season_autumn", "fg": 1457 }, + { "id": "swat_armor_season_spring", "fg": 1458 }, + { "id": "swat_armor_season_summer", "fg": 1459 }, + { "id": "swat_armor_season_winter", "fg": 1460 }, + { "id": "sweater_season_autumn", "fg": 1461 }, + { "id": "sweater_season_spring", "fg": 1462 }, + { "id": "sweater_season_summer", "fg": 1463 }, + { "id": "sweater_season_winter", "fg": 1464 }, + { "id": "sweatshirt_season_autumn", "fg": 1465 }, + { "id": "sweatshirt_season_spring", "fg": 1466 }, + { "id": "sweatshirt_season_summer", "fg": 1467 }, + { "id": "sweatshirt_season_winter", "fg": 1468 }, + { "id": "tac_helmet_season_autumn", "fg": 1469 }, + { "id": "tac_helmet_season_spring", "fg": 1470 }, + { "id": "tac_helmet_season_summer", "fg": 1471 }, + { "id": "tac_helmet_season_winter", "fg": 1472 }, + { "id": "tac_helmet_full_season_autumn", "fg": 1473 }, + { "id": "tac_helmet_full_season_spring", "fg": 1474 }, + { "id": "tac_helmet_full_season_summer", "fg": 1475 }, + { "id": "tac_helmet_full_season_winter", "fg": 1476 }, + { "id": "tacvest_season_autumn", "fg": 1477 }, + { "id": "tacvest_season_spring", "fg": 1478 }, + { "id": "tacvest_season_summer", "fg": 1479 }, + { "id": "tacvest_season_winter", "fg": 1480 }, + { "id": "tarp_season_autumn", "fg": 1485 }, + { "id": "tarp_season_spring", "fg": 1486 }, + { "id": "tarp_season_summer", "fg": 1487 }, + { "id": "tarp_season_winter", "fg": 1488 }, + { "id": "technician_shirt_gray_season_autumn", "fg": 1489 }, + { "id": "technician_shirt_gray_season_spring", "fg": 1490 }, + { "id": "technician_shirt_gray_season_summer", "fg": 1491 }, + { "id": "technician_shirt_gray_season_winter", "fg": 1492 }, + { "id": "thawb_season_autumn", "fg": 1493 }, + { "id": "thawb_season_spring", "fg": 1494 }, + { "id": "thawb_season_summer", "fg": 1495 }, + { "id": "thawb_season_winter", "fg": 1496 }, + { "id": "thermal_outfit_season_autumn", "fg": 1497 }, + { "id": "thermal_outfit_season_spring", "fg": 1498 }, + { "id": "thermal_outfit_season_summer", "fg": 1499 }, + { "id": "thermal_outfit_season_winter", "fg": 1500 }, + { "id": "thermal_suit_season_autumn", "fg": 1501 }, + { "id": "thermal_suit_season_spring", "fg": 1502 }, + { "id": "thermal_suit_season_summer", "fg": 1503 }, + { "id": "thermal_suit_season_winter", "fg": 1504 }, + { "id": "tie_clipon_season_autumn", "fg": 1505 }, + { "id": "tie_clipon_season_spring", "fg": 1506 }, + { "id": "tie_clipon_season_summer", "fg": 1507 }, + { "id": "tie_clipon_season_winter", "fg": 1508 }, + { "id": "tie_necktie_season_autumn", "fg": 1509 }, + { "id": "tie_necktie_season_spring", "fg": 1510 }, + { "id": "tie_necktie_season_summer", "fg": 1511 }, + { "id": "tie_necktie_season_winter", "fg": 1512 }, + { "id": "tie_skinny_season_autumn", "fg": 1513 }, + { "id": "tie_skinny_season_spring", "fg": 1514 }, + { "id": "tie_skinny_season_summer", "fg": 1515 }, + { "id": "tie_skinny_season_winter", "fg": 1516 }, + { "id": "tinfoil_hat_season_autumn", "fg": 1517 }, + { "id": "tinfoil_hat_season_spring", "fg": 1518 }, + { "id": "tinfoil_hat_season_summer", "fg": 1519 }, + { "id": "tinfoil_hat_season_winter", "fg": 1520 }, + { "id": "tool_belt_season_autumn", "fg": 1521 }, + { "id": "tool_belt_season_spring", "fg": 1522 }, + { "id": "tool_belt_season_summer", "fg": 1523 }, + { "id": "tool_belt_season_winter", "fg": 1524 }, + { "id": "tophat_season_autumn", "fg": 1525 }, + { "id": "tophat_season_spring", "fg": 1526 }, + { "id": "tophat_season_summer", "fg": 1527 }, + { "id": "tophat_season_winter", "fg": 1528 }, + { "id": "travelpack_season_autumn", "fg": 1529 }, + { "id": "travelpack_season_spring", "fg": 1530 }, + { "id": "travelpack_season_summer", "fg": 1531 }, + { "id": "travelpack_season_winter", "fg": 1532 }, + { "id": "trenchcoat_survivor_season_autumn", "fg": 1541 }, + { "id": "trenchcoat_survivor_season_spring", "fg": 1542 }, + { "id": "trenchcoat_survivor_season_summer", "fg": 1543 }, + { "id": "trenchcoat_survivor_season_winter", "fg": 1544 }, + { "id": "tricorne_season_autumn", "fg": 1545 }, + { "id": "tricorne_season_spring", "fg": 1546 }, + { "id": "tricorne_season_summer", "fg": 1547 }, + { "id": "tricorne_season_winter", "fg": 1548 }, + { "id": "tshirt_season_autumn", "fg": 1549 }, + { "id": "tshirt_season_spring", "fg": 1550 }, + { "id": "tshirt_season_summer", "fg": 1551 }, + { "id": "tshirt_season_winter", "fg": 1552 }, + { "id": "tunic_season_autumn", "fg": 1557 }, + { "id": "tunic_season_spring", "fg": 1558 }, + { "id": "tunic_season_summer", "fg": 1559 }, + { "id": "tunic_season_winter", "fg": 1560 }, + { "id": "tunic_rag_season_autumn", "fg": 1561 }, + { "id": "tunic_rag_season_spring", "fg": 1562 }, + { "id": "tunic_rag_season_summer", "fg": 1563 }, + { "id": "tunic_rag_season_winter", "fg": 1564 }, + { "id": "turban_season_autumn", "fg": 1565 }, + { "id": "turban_season_spring", "fg": 1566 }, + { "id": "turban_season_summer", "fg": 1567 }, + { "id": "turban_season_winter", "fg": 1568 }, + { "id": "tux_season_autumn", "fg": 1569 }, + { "id": "tux_season_spring", "fg": 1570 }, + { "id": "tux_season_summer", "fg": 1571 }, + { "id": "tux_season_winter", "fg": 1572 }, + { "id": "under_armor_season_autumn", "fg": 1573 }, + { "id": "under_armor_season_spring", "fg": 1574 }, + { "id": "under_armor_season_summer", "fg": 1575 }, + { "id": "under_armor_season_winter", "fg": 1576 }, + { "id": "under_armor_shorts_season_autumn", "fg": 1577 }, + { "id": "under_armor_shorts_season_spring", "fg": 1578 }, + { "id": "under_armor_shorts_season_summer", "fg": 1579 }, + { "id": "under_armor_shorts_season_winter", "fg": 1580 }, + { "id": "undershirt_season_autumn", "fg": 1581 }, + { "id": "undershirt_season_spring", "fg": 1582 }, + { "id": "undershirt_season_summer", "fg": 1583 }, + { "id": "undershirt_season_winter", "fg": 1584 }, + { "id": "union_suit_season_autumn", "fg": 1585 }, + { "id": "union_suit_season_spring", "fg": 1586 }, + { "id": "union_suit_season_summer", "fg": 1587 }, + { "id": "union_suit_season_winter", "fg": 1588 }, + { "id": "unitard_season_autumn", "fg": 1589 }, + { "id": "unitard_season_spring", "fg": 1590 }, + { "id": "unitard_season_summer", "fg": 1591 }, + { "id": "unitard_season_winter", "fg": 1592 }, + { "id": "veil_wedding_season_autumn", "fg": 1593 }, + { "id": "veil_wedding_season_spring", "fg": 1594 }, + { "id": "veil_wedding_season_summer", "fg": 1595 }, + { "id": "veil_wedding_season_winter", "fg": 1596 }, + { "id": "vest_season_autumn", "fg": 1597 }, + { "id": "vest_season_spring", "fg": 1598 }, + { "id": "vest_season_summer", "fg": 1599 }, + { "id": "vest_season_winter", "fg": 1600 }, + { "id": "vest_leather_season_autumn", "fg": 1601 }, + { "id": "vest_leather_season_spring", "fg": 1602 }, + { "id": "vest_leather_season_summer", "fg": 1603 }, + { "id": "vest_leather_season_winter", "fg": 1604 }, + { "id": "vest_leather_mod_season_autumn", "fg": 1605 }, + { "id": "vest_leather_mod_season_spring", "fg": 1606 }, + { "id": "vest_leather_mod_season_summer", "fg": 1607 }, + { "id": "vest_leather_mod_season_winter", "fg": 1608 }, + { "id": "waders_season_autumn", "fg": 1609 }, + { "id": "waders_season_spring", "fg": 1610 }, + { "id": "waders_season_summer", "fg": 1611 }, + { "id": "waders_season_winter", "fg": 1612 }, + { "id": "wearable_rx12_season_autumn", "fg": 1613 }, + { "id": "wearable_rx12_season_spring", "fg": 1614 }, + { "id": "wearable_rx12_season_summer", "fg": 1615 }, + { "id": "wearable_rx12_season_winter", "fg": 1616 }, + { "id": "welding_mask_season_autumn", "fg": 1617 }, + { "id": "welding_mask_season_spring", "fg": 1618 }, + { "id": "welding_mask_season_summer", "fg": 1619 }, + { "id": "welding_mask_season_winter", "fg": 1620 }, + { "id": "welding_mask_raised_season_autumn", "fg": 1621 }, + { "id": "welding_mask_raised_season_spring", "fg": 1622 }, + { "id": "welding_mask_raised_season_summer", "fg": 1623 }, + { "id": "welding_mask_raised_season_winter", "fg": 1624 }, + { "id": "wetsuit_spring_season_autumn", "fg": 1625 }, + { "id": "wetsuit_spring_season_spring", "fg": 1626 }, + { "id": "wetsuit_spring_season_summer", "fg": 1627 }, + { "id": "wetsuit_spring_season_winter", "fg": 1628 }, + { "id": "wolfsuit_season_autumn", "fg": 1629 }, + { "id": "wolfsuit_season_spring", "fg": 1630 }, + { "id": "wolfsuit_season_summer", "fg": 1631 }, + { "id": "wolfsuit_season_winter", "fg": 1632 }, + { "id": "wristwatch_season_autumn", "fg": 1633 }, + { "id": "wristwatch_season_spring", "fg": 1634 }, + { "id": "wristwatch_season_summer", "fg": 1635 }, + { "id": "wristwatch_season_winter", "fg": 1636 }, + { "id": "wsurvivor_suit_season_autumn", "fg": 1637 }, + { "id": "wsurvivor_suit_season_spring", "fg": 1638 }, + { "id": "wsurvivor_suit_season_summer", "fg": 1639 }, + { "id": "wsurvivor_suit_season_winter", "fg": 1640 }, + { "id": "xlkevlar_season_autumn", "fg": 1641 }, + { "id": "xlkevlar_season_spring", "fg": 1642 }, + { "id": "xlkevlar_season_summer", "fg": 1643 }, + { "id": "xlkevlar_season_winter", "fg": 1644 }, + { "id": "zentai_season_autumn", "fg": 1645 }, + { "id": "zentai_season_spring", "fg": 1646 }, + { "id": "zentai_season_summer", "fg": 1647 }, + { "id": "zentai_season_winter", "fg": 1648 }, + { "id": "afs_dough_season_autumn", "fg": 1649 }, + { "id": "afs_dough_season_spring", "fg": 1650 }, + { "id": "afs_dough_season_summer", "fg": 1651 }, + { "id": "afs_dough_season_winter", "fg": 1652 }, + { "id": "apple_season_autumn", "fg": 1653 }, + { "id": "apple_season_spring", "fg": 1654 }, + { "id": "apple_season_summer", "fg": 1655 }, + { "id": "apple_season_winter", "fg": 1656 }, + { "id": "bacon_season_autumn", "fg": 1657 }, + { "id": "bacon_season_spring", "fg": 1658 }, + { "id": "bacon_season_summer", "fg": 1659 }, + { "id": "bacon_season_winter", "fg": 1660 }, + { "id": "banana_season_autumn", "fg": 1661 }, + { "id": "banana_season_spring", "fg": 1662 }, + { "id": "banana_season_summer", "fg": 1663 }, + { "id": "banana_season_winter", "fg": 1664 }, + { "id": "bratwurst_sausage_season_autumn", "fg": 1669 }, + { "id": "bratwurst_sausage_season_spring", "fg": 1670 }, + { "id": "bratwurst_sausage_season_summer", "fg": 1671 }, + { "id": "bratwurst_sausage_season_winter", "fg": 1672 }, + { "id": "cabbage_season_autumn", "fg": 1681 }, + { "id": "cabbage_season_spring", "fg": 1682 }, + { "id": "cabbage_season_summer", "fg": 1683 }, + { "id": "cabbage_season_winter", "fg": 1684 }, + { "id": "can_pineapple_season_autumn", "fg": 1693 }, + { "id": "can_pineapple_season_spring", "fg": 1694 }, + { "id": "can_pineapple_season_summer", "fg": 1695 }, + { "id": "can_pineapple_season_winter", "fg": 1696 }, + { "id": "can_tomato_season_autumn", "fg": 1701 }, + { "id": "can_tomato_season_spring", "fg": 1702 }, + { "id": "can_tomato_season_summer", "fg": 1703 }, + { "id": "can_tomato_season_winter", "fg": 1704 }, + { "id": "can_tuna_season_autumn", "fg": 1705 }, + { "id": "can_tuna_season_spring", "fg": 1706 }, + { "id": "can_tuna_season_summer", "fg": 1707 }, + { "id": "can_tuna_season_winter", "fg": 1708 }, + { "id": "carrot_wild_season_autumn", "fg": 1709 }, + { "id": "carrot_wild_season_spring", "fg": 1710 }, + { "id": "carrot_wild_season_summer", "fg": 1711 }, + { "id": "carrot_wild_season_winter", "fg": 1712 }, + { "id": "celery_season_autumn", "fg": 1713 }, + { "id": "celery_season_spring", "fg": 1714 }, + { "id": "celery_season_summer", "fg": 1715 }, + { "id": "celery_season_winter", "fg": 1716 }, + { "id": "cheese_season_autumn", "fg": 1717 }, + { "id": "cheese_season_spring", "fg": 1718 }, + { "id": "cheese_season_summer", "fg": 1719 }, + { "id": "cheese_season_winter", "fg": 1720 }, + { "id": "cheese_hard_season_autumn", "fg": 1721 }, + { "id": "cheese_hard_season_spring", "fg": 1722 }, + { "id": "cheese_hard_season_summer", "fg": 1723 }, + { "id": "cheese_hard_season_winter", "fg": 1724 }, + { "id": "chili_pepper_season_autumn", "fg": 1725 }, + { "id": "chili_pepper_season_spring", "fg": 1726 }, + { "id": "chili_pepper_season_summer", "fg": 1727 }, + { "id": "chili_pepper_season_winter", "fg": 1728 }, + { "id": "chocolate_season_autumn", "fg": 1729 }, + { "id": "chocolate_season_spring", "fg": 1730 }, + { "id": "chocolate_season_summer", "fg": 1731 }, + { "id": "chocolate_season_winter", "fg": 1732 }, + { "id": "cooked_pumpkin_season_autumn", "fg": 1733 }, + { "id": "cooked_pumpkin_season_spring", "fg": 1734 }, + { "id": "cooked_pumpkin_season_summer", "fg": 1735 }, + { "id": "cooked_pumpkin_season_winter", "fg": 1736 }, + { "id": "cornbread_season_autumn", "fg": 1741 }, + { "id": "cornbread_season_spring", "fg": 1742 }, + { "id": "cornbread_season_summer", "fg": 1743 }, + { "id": "cornbread_season_winter", "fg": 1744 }, + { "id": "cornbreadsddad_season_autumn", "fg": 1745 }, + { "id": "cornbreadsddad_season_spring", "fg": 1746 }, + { "id": "cornbreadsddad_season_summer", "fg": 1747 }, + { "id": "cornbreadsddad_season_winter", "fg": 1748 }, + { "id": "corndog_season_autumn", "fg": 1749 }, + { "id": "corndog_season_spring", "fg": 1750 }, + { "id": "corndog_season_summer", "fg": 1751 }, + { "id": "corndog_season_winter", "fg": 1752 }, + { "id": "cotton_ball_season_autumn", "fg": 1753 }, + { "id": "cotton_ball_season_spring", "fg": 1754 }, + { "id": "cotton_ball_season_summer", "fg": 1755 }, + { "id": "cotton_ball_season_winter", "fg": 1756 }, + { "id": "cotton_boll_season_autumn", "fg": 1757 }, + { "id": "cotton_boll_season_spring", "fg": 1758 }, + { "id": "cotton_boll_season_summer", "fg": 1759 }, + { "id": "cotton_boll_season_winter", "fg": 1760 }, + { "id": "crackers_season_autumn", "fg": 1761 }, + { "id": "crackers_season_spring", "fg": 1762 }, + { "id": "crackers_season_summer", "fg": 1763 }, + { "id": "crackers_season_winter", "fg": 1764 }, + { "id": "cucumber_season_autumn", "fg": 1765 }, + { "id": "cucumber_season_spring", "fg": 1766 }, + { "id": "cucumber_season_summer", "fg": 1767 }, + { "id": "cucumber_season_winter", "fg": 1768 }, + { "id": "dry_rice_season_autumn", "fg": 1773 }, + { "id": "dry_rice_season_spring", "fg": 1774 }, + { "id": "dry_rice_season_summer", "fg": 1775 }, + { "id": "dry_rice_season_winter", "fg": 1776 }, + { "id": "egg_fish_season_autumn", "fg": 1781 }, + { "id": "egg_fish_season_spring", "fg": 1782 }, + { "id": "egg_fish_season_summer", "fg": 1783 }, + { "id": "egg_fish_season_winter", "fg": 1784 }, + { "id": "egg_insect_season_autumn", "fg": 1785 }, + { "id": "egg_insect_season_spring", "fg": 1786 }, + { "id": "egg_insect_season_summer", "fg": 1787 }, + { "id": "egg_insect_season_winter", "fg": 1788 }, + { "id": "fchicken_season_autumn", "fg": 1793 }, + { "id": "fchicken_season_spring", "fg": 1794 }, + { "id": "fchicken_season_summer", "fg": 1795 }, + { "id": "fchicken_season_winter", "fg": 1796 }, + { "id": "feces_dog_season_autumn", "fg": 1797 }, + { "id": "feces_dog_season_spring", "fg": 1798 }, + { "id": "feces_dog_season_summer", "fg": 1799 }, + { "id": "feces_dog_season_winter", "fg": 1800 }, + { "id": "flatbread_season_autumn", "fg": 1813 }, + { "id": "flatbread_season_spring", "fg": 1814 }, + { "id": "flatbread_season_summer", "fg": 1815 }, + { "id": "flatbread_season_winter", "fg": 1816 }, + { "id": "flour_season_autumn", "fg": 1817 }, + { "id": "flour_season_spring", "fg": 1818 }, + { "id": "flour_season_summer", "fg": 1819 }, + { "id": "flour_season_winter", "fg": 1820 }, + { "id": "fried_spam_season_autumn", "fg": 1821 }, + { "id": "fried_spam_season_spring", "fg": 1822 }, + { "id": "fried_spam_season_summer", "fg": 1823 }, + { "id": "fried_spam_season_winter", "fg": 1824 }, + { "id": "horseradish_season_autumn", "fg": 1829 }, + { "id": "horseradish_season_spring", "fg": 1830 }, + { "id": "horseradish_season_summer", "fg": 1831 }, + { "id": "horseradish_season_winter", "fg": 1832 }, + { "id": "hotdogs_cooked_season_autumn", "fg": 1833 }, + { "id": "hotdogs_cooked_season_spring", "fg": 1834 }, + { "id": "hotdogs_cooked_season_summer", "fg": 1835 }, + { "id": "hotdogs_cooked_season_winter", "fg": 1836 }, + { "id": "irradiated_pomegranate_season_autumn", "fg": 1837 }, + { "id": "irradiated_pomegranate_season_spring", "fg": 1838 }, + { "id": "irradiated_pomegranate_season_summer", "fg": 1839 }, + { "id": "irradiated_pomegranate_season_winter", "fg": 1840 }, + { "id": "jabberwock_heart_season_autumn", "fg": 1841 }, + { "id": "jabberwock_heart_season_spring", "fg": 1842 }, + { "id": "jabberwock_heart_season_summer", "fg": 1843 }, + { "id": "jabberwock_heart_season_winter", "fg": 1844 }, + { "id": "jabberwock_heart_desiccated_season_autumn", "fg": 1845 }, + { "id": "jabberwock_heart_desiccated_season_spring", "fg": 1846 }, + { "id": "jabberwock_heart_desiccated_season_summer", "fg": 1847 }, + { "id": "jabberwock_heart_desiccated_season_winter", "fg": 1848 }, + { "id": "kiwi_season_autumn", "fg": 1857 }, + { "id": "kiwi_season_spring", "fg": 1858 }, + { "id": "kiwi_season_summer", "fg": 1859 }, + { "id": "kiwi_season_winter", "fg": 1860 }, + { "id": "lard_season_autumn", "fg": 1861 }, + { "id": "lard_season_spring", "fg": 1862 }, + { "id": "lard_season_summer", "fg": 1863 }, + { "id": "lard_season_winter", "fg": 1864 }, + { "id": "lemon_season_autumn", "fg": 1865 }, + { "id": "lemon_season_spring", "fg": 1866 }, + { "id": "lemon_season_summer", "fg": 1867 }, + { "id": "lemon_season_winter", "fg": 1868 }, + { "id": "lettuce_season_autumn", "fg": 1869 }, + { "id": "lettuce_season_spring", "fg": 1870 }, + { "id": "lettuce_season_summer", "fg": 1871 }, + { "id": "lettuce_season_winter", "fg": 1872 }, + { "id": "mango_season_autumn", "fg": 1873 }, + { "id": "mango_season_spring", "fg": 1874 }, + { "id": "mango_season_summer", "fg": 1875 }, + { "id": "mango_season_winter", "fg": 1876 }, + { "id": "marloss_gel_season_autumn", "fg": 1877 }, + { "id": "marloss_gel_season_spring", "fg": 1878 }, + { "id": "marloss_gel_season_summer", "fg": 1879 }, + { "id": "marloss_gel_season_winter", "fg": 1880 }, + { "id": "meat_season_autumn", "fg": 1881 }, + { "id": "meat_season_spring", "fg": 1882 }, + { "id": "meat_season_summer", "fg": 1883 }, + { "id": "meat_season_winter", "fg": 1884 }, + { "id": "melon_season_autumn", "fg": 1885 }, + { "id": "melon_season_spring", "fg": 1886 }, + { "id": "melon_season_summer", "fg": 1887 }, + { "id": "melon_season_winter", "fg": 1888 }, + { "id": "mre_accessory_season_autumn", "fg": 1889 }, + { "id": "mre_accessory_season_spring", "fg": 1890 }, + { "id": "mre_accessory_season_summer", "fg": 1891 }, + { "id": "mre_accessory_season_winter", "fg": 1892 }, + { "id": "mre_beef_season_autumn", "fg": 1893 }, + { "id": "mre_beef_season_spring", "fg": 1894 }, + { "id": "mre_beef_season_summer", "fg": 1895 }, + { "id": "mre_beef_season_winter", "fg": 1896 }, + { "id": "mre_box_season_autumn", "fg": 1901 }, + { "id": "mre_box_season_spring", "fg": 1902 }, + { "id": "mre_box_season_summer", "fg": 1903 }, + { "id": "mre_box_season_winter", "fg": 1904 }, + { "id": "mre_dessert_season_autumn", "fg": 1905 }, + { "id": "mre_dessert_season_spring", "fg": 1906 }, + { "id": "mre_dessert_season_summer", "fg": 1907 }, + { "id": "mre_dessert_season_winter", "fg": 1908 }, + { "id": "mre_hashbrownbacon_season_autumn", "fg": 1909 }, + { "id": "mre_hashbrownbacon_season_spring", "fg": 1910 }, + { "id": "mre_hashbrownbacon_season_summer", "fg": 1911 }, + { "id": "mre_hashbrownbacon_season_winter", "fg": 1912 }, + { "id": "mre_smallbox_season_autumn", "fg": 1913 }, + { "id": "mre_smallbox_season_spring", "fg": 1914 }, + { "id": "mre_smallbox_season_summer", "fg": 1915 }, + { "id": "mre_smallbox_season_winter", "fg": 1916 }, + { "id": "mushroom_season_autumn", "fg": 1917 }, + { "id": "mushroom_season_spring", "fg": 1918 }, + { "id": "mushroom_season_summer", "fg": 1919 }, + { "id": "mushroom_season_winter", "fg": 1920 }, + { "id": "mushroom_morel_season_autumn", "fg": 1921 }, + { "id": "mushroom_morel_season_spring", "fg": 1922 }, + { "id": "mushroom_morel_season_summer", "fg": 1923 }, + { "id": "mushroom_morel_season_winter", "fg": 1924 }, + { "id": "noodles_fast_season_autumn", "fg": 1929 }, + { "id": "noodles_fast_season_spring", "fg": 1930 }, + { "id": "noodles_fast_season_summer", "fg": 1931 }, + { "id": "noodles_fast_season_winter", "fg": 1932 }, + { "id": "onigiri_season_autumn", "fg": 1933 }, + { "id": "onigiri_season_spring", "fg": 1934 }, + { "id": "onigiri_season_summer", "fg": 1935 }, + { "id": "onigiri_season_winter", "fg": 1936 }, + { "id": "onion_season_autumn", "fg": 1937 }, + { "id": "onion_season_spring", "fg": 1938 }, + { "id": "onion_season_summer", "fg": 1939 }, + { "id": "onion_season_winter", "fg": 1940 }, + { "id": "orange_season_autumn", "fg": 1941 }, + { "id": "orange_season_spring", "fg": 1942 }, + { "id": "orange_season_summer", "fg": 1943 }, + { "id": "orange_season_winter", "fg": 1944 }, + { "id": "peach_season_autumn", "fg": 1949 }, + { "id": "peach_season_spring", "fg": 1950 }, + { "id": "peach_season_summer", "fg": 1951 }, + { "id": "peach_season_winter", "fg": 1952 }, + { "id": "pear_season_autumn", "fg": 1953 }, + { "id": "pear_season_spring", "fg": 1954 }, + { "id": "pear_season_summer", "fg": 1955 }, + { "id": "pear_season_winter", "fg": 1956 }, + { "id": "pickle_season_autumn", "fg": 1957 }, + { "id": "pickle_season_spring", "fg": 1958 }, + { "id": "pickle_season_summer", "fg": 1959 }, + { "id": "pickle_season_winter", "fg": 1960 }, + { "id": "pinapple_season_autumn", "fg": 1965 }, + { "id": "pinapple_season_spring", "fg": 1966 }, + { "id": "pinapple_season_summer", "fg": 1967 }, + { "id": "pinapple_season_winter", "fg": 1968 }, + { "id": "pizza_cheese_season_autumn", "fg": 1969 }, + { "id": "pizza_cheese_season_spring", "fg": 1970 }, + { "id": "pizza_cheese_season_summer", "fg": 1971 }, + { "id": "pizza_cheese_season_winter", "fg": 1972 }, + { "id": "plums_season_autumn", "fg": 1977 }, + { "id": "plums_season_spring", "fg": 1978 }, + { "id": "plums_season_summer", "fg": 1979 }, + { "id": "plums_season_winter", "fg": 1980 }, + { "id": "pomegranate_season_autumn", "fg": 1981 }, + { "id": "pomegranate_season_spring", "fg": 1982 }, + { "id": "pomegranate_season_summer", "fg": 1983 }, + { "id": "pomegranate_season_winter", "fg": 1984 }, + { "id": "pumpkin_season_autumn", "fg": 1989 }, + { "id": "pumpkin_season_spring", "fg": 1990 }, + { "id": "pumpkin_season_summer", "fg": 1991 }, + { "id": "pumpkin_season_winter", "fg": 1992 }, + { "id": "rhubarb_season_autumn", "fg": 1993 }, + { "id": "rhubarb_season_spring", "fg": 1994 }, + { "id": "rhubarb_season_summer", "fg": 1995 }, + { "id": "rhubarb_season_winter", "fg": 1996 }, + { "id": "rice_cooked_season_autumn", "fg": 1997 }, + { "id": "rice_cooked_season_spring", "fg": 1998 }, + { "id": "rice_cooked_season_summer", "fg": 1999 }, + { "id": "rice_cooked_season_winter", "fg": 2000 }, + { "id": "sandwich_fairy_season_autumn", "fg": 2001 }, + { "id": "sandwich_fairy_season_spring", "fg": 2002 }, + { "id": "sandwich_fairy_season_summer", "fg": 2003 }, + { "id": "sandwich_fairy_season_winter", "fg": 2004 }, + { "id": "sandwich_sauce_season_autumn", "fg": 2009 }, + { "id": "sandwich_sauce_season_spring", "fg": 2010 }, + { "id": "sandwich_sauce_season_summer", "fg": 2011 }, + { "id": "sandwich_sauce_season_winter", "fg": 2012 }, + { "id": "sausagegravy_season_autumn", "fg": 2029 }, + { "id": "sausagegravy_season_spring", "fg": 2030 }, + { "id": "sausagegravy_season_summer", "fg": 2031 }, + { "id": "sausagegravy_season_winter", "fg": 2032 }, + { "id": "starch_season_autumn", "fg": 2037 }, + { "id": "starch_season_spring", "fg": 2038 }, + { "id": "starch_season_summer", "fg": 2039 }, + { "id": "starch_season_winter", "fg": 2040 }, + { "id": "strawberries_season_autumn", "fg": 2041 }, + { "id": "strawberries_season_spring", "fg": 2042 }, + { "id": "strawberries_season_summer", "fg": 2043 }, + { "id": "strawberries_season_winter", "fg": 2044 }, + { "id": "sugar_season_autumn", "fg": 2045 }, + { "id": "sugar_season_spring", "fg": 2046 }, + { "id": "sugar_season_summer", "fg": 2047 }, + { "id": "sugar_season_winter", "fg": 2048 }, + { "id": "sugar_beet_season_autumn", "fg": 2049 }, + { "id": "sugar_beet_season_spring", "fg": 2050 }, + { "id": "sugar_beet_season_summer", "fg": 2051 }, + { "id": "sugar_beet_season_winter", "fg": 2052 }, + { "id": "sushi_rice_season_autumn", "fg": 2057 }, + { "id": "sushi_rice_season_spring", "fg": 2058 }, + { "id": "sushi_rice_season_summer", "fg": 2059 }, + { "id": "sushi_rice_season_winter", "fg": 2060 }, + { "id": "tallow_season_autumn", "fg": 2065 }, + { "id": "tallow_season_spring", "fg": 2066 }, + { "id": "tallow_season_summer", "fg": 2067 }, + { "id": "tallow_season_winter", "fg": 2068 }, + { "id": "tea_raw_season_autumn", "fg": 2069 }, + { "id": "tea_raw_season_spring", "fg": 2070 }, + { "id": "tea_raw_season_summer", "fg": 2071 }, + { "id": "tea_raw_season_winter", "fg": 2072 }, + { "id": "thyme_season_autumn", "fg": 2073 }, + { "id": "thyme_season_spring", "fg": 2074 }, + { "id": "thyme_season_summer", "fg": 2075 }, + { "id": "thyme_season_winter", "fg": 2076 }, + { "id": "tofu_season_autumn", "fg": 2081 }, + { "id": "tofu_season_spring", "fg": 2082 }, + { "id": "tofu_season_summer", "fg": 2083 }, + { "id": "tofu_season_winter", "fg": 2084 }, + { "id": "tomato_season_autumn", "fg": 2085 }, + { "id": "tomato_season_spring", "fg": 2086 }, + { "id": "tomato_season_summer", "fg": 2087 }, + { "id": "tomato_season_winter", "fg": 2088 }, + { "id": "underbrush_season_autumn", "fg": 2089 }, + { "id": "underbrush_season_spring", "fg": 2090 }, + { "id": "underbrush_season_summer", "fg": 2091 }, + { "id": "underbrush_season_winter", "fg": 2092 }, + { "id": "underbrush - Copy_season_autumn", "fg": 2093 }, + { "id": "underbrush - Copy_season_spring", "fg": 2094 }, + { "id": "underbrush - Copy_season_summer", "fg": 2095 }, + { "id": "underbrush - Copy_season_winter", "fg": 2096 }, + { "id": "watermelon_season_autumn", "fg": 2105 }, + { "id": "watermelon_season_spring", "fg": 2106 }, + { "id": "watermelon_season_summer", "fg": 2107 }, + { "id": "watermelon_season_winter", "fg": 2108 }, + { "id": "wild_herbs_season_autumn", "fg": 2109 }, + { "id": "wild_herbs_season_spring", "fg": 2110 }, + { "id": "wild_herbs_season_summer", "fg": 2111 }, + { "id": "wild_herbs_season_winter", "fg": 2112 }, + { "id": "zucchini_season_autumn", "fg": 2113 }, + { "id": "zucchini_season_spring", "fg": 2114 }, + { "id": "zucchini_season_summer", "fg": 2115 }, + { "id": "zucchini_season_winter", "fg": 2116 }, + { "id": "f_armchair_season_autumn", "fg": 2117 }, + { "id": "f_armchair_season_spring", "fg": 2118 }, + { "id": "f_armchair_season_summer", "fg": 2119 }, + { "id": "f_armchair_season_winter", "fg": 2120 }, + { "id": "f_bigmirror_season_autumn", "fg": 2313 }, + { "id": "f_bigmirror_season_spring", "fg": 2314 }, + { "id": "f_bigmirror_season_summer", "fg": 2315 }, + { "id": "f_bigmirror_season_winter", "fg": 2316 }, + { "id": "f_bigmirror_b_season_autumn", "fg": 2317 }, + { "id": "f_bigmirror_b_season_spring", "fg": 2318 }, + { "id": "f_bigmirror_b_season_summer", "fg": 2319 }, + { "id": "f_bigmirror_b_season_winter", "fg": 2320 }, + { "id": "f_black_eyed_susan_season_autumn", "fg": 2321 }, + { "id": "f_black_eyed_susan_season_spring", "fg": 2322 }, + { "id": "f_black_eyed_susan_season_summer", "fg": 2323 }, + { "id": "f_black_eyed_susan_season_winter", "fg": 2324 }, + { "id": "f_bluebell_season_autumn", "fg": 2325 }, + { "id": "f_bluebell_season_spring", "fg": 2326 }, + { "id": "f_bluebell_season_summer", "fg": 2327 }, + { "id": "f_bluebell_season_winter", "fg": 2328 }, + { "id": "f_bookcase_season_autumn", "fg": 2329 }, + { "id": "f_bookcase_season_spring", "fg": 2330 }, + { "id": "f_bookcase_season_summer", "fg": 2331 }, + { "id": "f_bookcase_season_winter", "fg": 2332 }, + { "id": "f_boulder_medium_season_autumn", "fg": 2333 }, + { "id": "f_boulder_medium_season_spring", "fg": 2334 }, + { "id": "f_boulder_medium_season_summer", "fg": 2335 }, + { "id": "f_boulder_medium_season_winter", "fg": 2336 }, + { "id": "f_boulder_small_season_autumn", "fg": 2337 }, + { "id": "f_boulder_small_season_spring", "fg": 2338 }, + { "id": "f_boulder_small_season_summer", "fg": 2339 }, + { "id": "f_boulder_small_season_winter", "fg": 2340 }, + { "id": "f_brazier_season_autumn", "fg": 2341 }, + { "id": "f_brazier_season_spring", "fg": 2342 }, + { "id": "f_brazier_season_summer", "fg": 2343 }, + { "id": "f_brazier_season_winter", "fg": 2344 }, + { "id": "f_burdock_season_autumn", "fg": 2345 }, + { "id": "f_burdock_season_spring", "fg": 2346 }, + { "id": "f_burdock_season_summer", "fg": 2347 }, + { "id": "f_burdock_season_winter", "fg": 2348 }, + { "id": "f_cattails_season_autumn", "fg": 2349 }, + { "id": "f_cattails_season_spring", "fg": 2350 }, + { "id": "f_cattails_season_summer", "fg": 2351 }, + { "id": "f_cattails_season_winter", "fg": 2352 }, + { "id": "f_chair_season_autumn", "fg": 2353 }, + { "id": "f_chair_season_spring", "fg": 2354 }, + { "id": "f_chair_season_summer", "fg": 2355 }, + { "id": "f_chair_season_winter", "fg": 2356 }, + { "id": "f_chamomile_season_autumn", "fg": 2357 }, + { "id": "f_chamomile_season_spring", "fg": 2358 }, + { "id": "f_chamomile_season_summer", "fg": 2359 }, + { "id": "f_chamomile_season_winter", "fg": 2360 }, + { "id": "f_chicory_season_autumn", "fg": 2361 }, + { "id": "f_chicory_season_spring", "fg": 2362 }, + { "id": "f_chicory_season_summer", "fg": 2363 }, + { "id": "f_chicory_season_winter", "fg": 2364 }, + { "id": "f_console_season_autumn", "fg": 2365 }, + { "id": "f_console_season_spring", "fg": 2366 }, + { "id": "f_console_season_summer", "fg": 2367 }, + { "id": "f_console_season_winter", "fg": 2368 }, + { "id": "f_console_broken_season_autumn", "fg": 2369 }, + { "id": "f_console_broken_season_spring", "fg": 2370 }, + { "id": "f_console_broken_season_summer", "fg": 2371 }, + { "id": "f_console_broken_season_winter", "fg": 2372 }, + { "id": "f_crate_c_season_autumn", "fg": 2437 }, + { "id": "f_crate_c_season_spring", "fg": 2438 }, + { "id": "f_crate_c_season_summer", "fg": 2439 }, + { "id": "f_crate_c_season_winter", "fg": 2440 }, + { "id": "f_crate_o_season_autumn", "fg": 2441 }, + { "id": "f_crate_o_season_spring", "fg": 2442 }, + { "id": "f_crate_o_season_summer", "fg": 2443 }, + { "id": "f_crate_o_season_winter", "fg": 2444 }, + { "id": "f_cupboard_season_autumn", "fg": 2445 }, + { "id": "f_cupboard_season_spring", "fg": 2446 }, + { "id": "f_cupboard_season_summer", "fg": 2447 }, + { "id": "f_cupboard_season_winter", "fg": 2448 }, + { "id": "f_dahlia_season_autumn", "fg": 2449 }, + { "id": "f_dahlia_season_spring", "fg": 2450 }, + { "id": "f_dahlia_season_summer", "fg": 2451 }, + { "id": "f_dahlia_season_winter", "fg": 2452 }, + { "id": "f_dandelion_season_autumn", "fg": 2453 }, + { "id": "f_dandelion_season_spring", "fg": 2454 }, + { "id": "f_dandelion_season_summer", "fg": 2455 }, + { "id": "f_dandelion_season_winter", "fg": 2456 }, + { "id": "f_datura_season_autumn", "fg": 2457 }, + { "id": "f_datura_season_spring", "fg": 2458 }, + { "id": "f_datura_season_summer", "fg": 2459 }, + { "id": "f_datura_season_winter", "fg": 2460 }, + { "id": "f_dresser_season_autumn", "fg": 2525 }, + { "id": "f_dresser_season_spring", "fg": 2526 }, + { "id": "f_dresser_season_summer", "fg": 2527 }, + { "id": "f_dresser_season_winter", "fg": 2528 }, + { "id": "f_dumpster_season_autumn", "fg": 2529 }, + { "id": "f_dumpster_season_spring", "fg": 2530 }, + { "id": "f_dumpster_season_summer", "fg": 2531 }, + { "id": "f_dumpster_season_winter", "fg": 2532 }, + { "id": "f_filing_cabinet_season_autumn", "fg": 2533 }, + { "id": "f_filing_cabinet_season_spring", "fg": 2534 }, + { "id": "f_filing_cabinet_season_summer", "fg": 2535 }, + { "id": "f_filing_cabinet_season_winter", "fg": 2536 }, + { "id": "f_floor_lamp_season_autumn", "fg": 2537 }, + { "id": "f_floor_lamp_season_spring", "fg": 2538 }, + { "id": "f_floor_lamp_season_summer", "fg": 2539 }, + { "id": "f_floor_lamp_season_winter", "fg": 2540 }, + { "id": "f_flower_spurge_season_autumn", "fg": 2541 }, + { "id": "f_flower_spurge_season_spring", "fg": 2542 }, + { "id": "f_flower_spurge_season_summer", "fg": 2543 }, + { "id": "f_flower_spurge_season_winter", "fg": 2544 }, + { "id": "f_flower_tulip_season_autumn", "fg": 2545 }, + { "id": "f_flower_tulip_season_spring", "fg": 2546 }, + { "id": "f_flower_tulip_season_summer", "fg": 2547 }, + { "id": "f_flower_tulip_season_winter", "fg": 2548 }, + { "id": "f_fridge_season_autumn", "fg": 2549 }, + { "id": "f_fridge_season_spring", "fg": 2550 }, + { "id": "f_fridge_season_summer", "fg": 2551 }, + { "id": "f_fridge_season_winter", "fg": 2552 }, + { "id": "f_glass_fridge_season_autumn", "fg": 2553 }, + { "id": "f_glass_fridge_season_spring", "fg": 2554 }, + { "id": "f_glass_fridge_season_summer", "fg": 2555 }, + { "id": "f_glass_fridge_season_winter", "fg": 2556 }, + { "id": "f_gun_safe_el_season_autumn", "fg": 2557 }, + { "id": "f_gun_safe_el_season_spring", "fg": 2558 }, + { "id": "f_gun_safe_el_season_summer", "fg": 2559 }, + { "id": "f_gun_safe_el_season_winter", "fg": 2560 }, + { "id": "f_gunsafe_c_season_autumn", "fg": 2561 }, + { "id": "f_gunsafe_c_season_spring", "fg": 2562 }, + { "id": "f_gunsafe_c_season_summer", "fg": 2563 }, + { "id": "f_gunsafe_c_season_winter", "fg": 2564 }, + { "id": "f_gunsafe_mj_season_autumn", "fg": 2565 }, + { "id": "f_gunsafe_mj_season_spring", "fg": 2566 }, + { "id": "f_gunsafe_mj_season_summer", "fg": 2567 }, + { "id": "f_gunsafe_mj_season_winter", "fg": 2568 }, + { "id": "f_gunsafe_ml_season_autumn", "fg": 2569 }, + { "id": "f_gunsafe_ml_season_spring", "fg": 2570 }, + { "id": "f_gunsafe_ml_season_summer", "fg": 2571 }, + { "id": "f_gunsafe_ml_season_winter", "fg": 2572 }, + { "id": "f_gunsafe_o_season_autumn", "fg": 2573 }, + { "id": "f_gunsafe_o_season_spring", "fg": 2574 }, + { "id": "f_gunsafe_o_season_summer", "fg": 2575 }, + { "id": "f_gunsafe_o_season_winter", "fg": 2576 }, + { "id": "f_hedge_short_season_autumn", "fg": 2577 }, + { "id": "f_hedge_short_season_spring", "fg": 2578 }, + { "id": "f_hedge_short_season_summer", "fg": 2579 }, + { "id": "f_hedge_short_season_winter", "fg": 2580 }, + { "id": "f_leaves_pile_season_autumn", "fg": 2585 }, + { "id": "f_leaves_pile_season_spring", "fg": 2586 }, + { "id": "f_leaves_pile_season_summer", "fg": 2587 }, + { "id": "f_leaves_pile_season_winter", "fg": 2588 }, + { "id": "f_lily_season_autumn", "fg": 2589 }, + { "id": "f_lily_season_spring", "fg": 2590 }, + { "id": "f_lily_season_summer", "fg": 2591 }, + { "id": "f_lily_season_winter", "fg": 2592 }, + { "id": "f_lilypad_season_autumn", "fg": 2593 }, + { "id": "f_lilypad_season_spring", "fg": 2594 }, + { "id": "f_lilypad_season_summer", "fg": 2595 }, + { "id": "f_lilypad_season_winter", "fg": 2596 }, + { "id": "f_locker_season_autumn", "fg": 2597 }, + { "id": "f_locker_season_spring", "fg": 2598 }, + { "id": "f_locker_season_summer", "fg": 2599 }, + { "id": "f_locker_season_winter", "fg": 2600 }, + { "id": "f_lotus_season_autumn", "fg": 2601 }, + { "id": "f_lotus_season_spring", "fg": 2602 }, + { "id": "f_lotus_season_summer", "fg": 2603 }, + { "id": "f_lotus_season_winter", "fg": 2604 }, + { "id": "f_mailbox_season_autumn", "fg": 2605 }, + { "id": "f_mailbox_season_spring", "fg": 2606 }, + { "id": "f_mailbox_season_summer", "fg": 2607 }, + { "id": "f_mailbox_season_winter", "fg": 2608 }, + { "id": "f_mustard_season_autumn", "fg": 2609 }, + { "id": "f_mustard_season_spring", "fg": 2610 }, + { "id": "f_mustard_season_summer", "fg": 2611 }, + { "id": "f_mustard_season_winter", "fg": 2612 }, + { "id": "f_mutpoppy_season_autumn", "fg": 2613 }, + { "id": "f_mutpoppy_season_spring", "fg": 2614 }, + { "id": "f_mutpoppy_season_summer", "fg": 2615 }, + { "id": "f_mutpoppy_season_winter", "fg": 2616 }, + { "id": "f_oven_season_autumn", "fg": 2617 }, + { "id": "f_oven_season_spring", "fg": 2618 }, + { "id": "f_oven_season_summer", "fg": 2619 }, + { "id": "f_oven_season_winter", "fg": 2620 }, + { "id": "f_piano_season_autumn", "fg": 2621 }, + { "id": "f_piano_season_spring", "fg": 2622 }, + { "id": "f_piano_season_summer", "fg": 2623 }, + { "id": "f_piano_season_winter", "fg": 2624 }, + { "id": "f_rack_season_autumn", "fg": 2625 }, + { "id": "f_rack_season_spring", "fg": 2626 }, + { "id": "f_rack_season_summer", "fg": 2627 }, + { "id": "f_rack_season_winter", "fg": 2628 }, + { "id": "f_rack_coat_season_autumn", "fg": 2629 }, + { "id": "f_rack_coat_season_spring", "fg": 2630 }, + { "id": "f_rack_coat_season_summer", "fg": 2631 }, + { "id": "f_rack_coat_season_winter", "fg": 2632 }, + { "id": "f_rack_wood_season_autumn", "fg": 2633 }, + { "id": "f_rack_wood_season_spring", "fg": 2634 }, + { "id": "f_rack_wood_season_summer", "fg": 2635 }, + { "id": "f_rack_wood_season_winter", "fg": 2636 }, + { "id": "f_sign_season_autumn", "fg": 2637 }, + { "id": "f_sign_season_spring", "fg": 2638 }, + { "id": "f_sign_season_summer", "fg": 2639 }, + { "id": "f_sign_season_winter", "fg": 2640 }, + { "id": "f_sign_warning_season_autumn", "fg": 2641 }, + { "id": "f_sign_warning_season_spring", "fg": 2642 }, + { "id": "f_sign_warning_season_summer", "fg": 2643 }, + { "id": "f_sign_warning_season_winter", "fg": 2644 }, + { "id": "f_sink_season_autumn", "fg": 2645 }, + { "id": "f_sink_season_spring", "fg": 2646 }, + { "id": "f_sink_season_summer", "fg": 2647 }, + { "id": "f_sink_season_winter", "fg": 2648 }, + { "id": "f_sofa_season_autumn", "fg": 2649 }, + { "id": "f_sofa_season_spring", "fg": 2650 }, + { "id": "f_sofa_season_summer", "fg": 2651 }, + { "id": "f_sofa_season_winter", "fg": 2652 }, + { "id": "f_statue_season_autumn", "fg": 2653 }, + { "id": "f_statue_season_spring", "fg": 2654 }, + { "id": "f_statue_season_summer", "fg": 2655 }, + { "id": "f_statue_season_winter", "fg": 2656 }, + { "id": "f_sunflower_season_autumn", "fg": 2657 }, + { "id": "f_sunflower_season_spring", "fg": 2658 }, + { "id": "f_sunflower_season_summer", "fg": 2659 }, + { "id": "f_sunflower_season_winter", "fg": 2660 }, + { "id": "f_toilet_season_autumn", "fg": 2725 }, + { "id": "f_toilet_season_spring", "fg": 2726 }, + { "id": "f_toilet_season_summer", "fg": 2727 }, + { "id": "f_toilet_season_winter", "fg": 2728 }, + { "id": "f_trashcan_season_autumn", "fg": 2729 }, + { "id": "f_trashcan_season_spring", "fg": 2730 }, + { "id": "f_trashcan_season_summer", "fg": 2731 }, + { "id": "f_trashcan_season_winter", "fg": 2732 }, + { "id": "f_utility_shelf_season_autumn", "fg": 2733 }, + { "id": "f_utility_shelf_season_spring", "fg": 2734 }, + { "id": "f_utility_shelf_season_summer", "fg": 2735 }, + { "id": "f_utility_shelf_season_winter", "fg": 2736 }, + { "id": "f_vending_c_season_autumn", "fg": 2737 }, + { "id": "f_vending_c_season_spring", "fg": 2738 }, + { "id": "f_vending_c_season_summer", "fg": 2739 }, + { "id": "f_vending_c_season_winter", "fg": 2740 }, + { "id": "f_vending_o_season_autumn", "fg": 2741 }, + { "id": "f_vending_o_season_spring", "fg": 2742 }, + { "id": "f_vending_o_season_summer", "fg": 2743 }, + { "id": "f_vending_o_season_winter", "fg": 2744 }, + { "id": "f_vending_reinforced_season_autumn", "fg": 2745 }, + { "id": "f_vending_reinforced_season_spring", "fg": 2746 }, + { "id": "f_vending_reinforced_season_summer", "fg": 2747 }, + { "id": "f_vending_reinforced_season_winter", "fg": 2748 }, + { "id": "f_wardrobe_season_autumn", "fg": 2749 }, + { "id": "f_wardrobe_season_spring", "fg": 2750 }, + { "id": "f_wardrobe_season_summer", "fg": 2751 }, + { "id": "f_wardrobe_season_winter", "fg": 2752 }, + { "id": "f_woodstove_season_autumn", "fg": 2753 }, + { "id": "f_woodstove_season_spring", "fg": 2754 }, + { "id": "f_woodstove_season_summer", "fg": 2755 }, + { "id": "f_woodstove_season_winter", "fg": 2756 }, + { "id": "55gal_drum_season_autumn", "fg": 2765 }, + { "id": "55gal_drum_season_spring", "fg": 2766 }, + { "id": "55gal_drum_season_summer", "fg": 2767 }, + { "id": "55gal_drum_season_winter", "fg": 2768 }, + { "id": "FlatCoin_season_autumn", "fg": 2769 }, + { "id": "FlatCoin_season_spring", "fg": 2770 }, + { "id": "FlatCoin_season_summer", "fg": 2771 }, + { "id": "FlatCoin_season_winter", "fg": 2772 }, + { "id": "RTG_coffee_season_autumn", "fg": 2773 }, + { "id": "RTG_coffee_season_spring", "fg": 2774 }, + { "id": "RTG_coffee_season_summer", "fg": 2775 }, + { "id": "RTG_coffee_season_winter", "fg": 2776 }, + { "id": "acog_scope_1_season_autumn", "fg": 2781 }, + { "id": "acog_scope_1_season_spring", "fg": 2782 }, + { "id": "acog_scope_1_season_summer", "fg": 2783 }, + { "id": "acog_scope_1_season_winter", "fg": 2784 }, + { "id": "airhorn_season_autumn", "fg": 2785 }, + { "id": "airhorn_season_spring", "fg": 2786 }, + { "id": "airhorn_season_summer", "fg": 2787 }, + { "id": "airhorn_season_winter", "fg": 2788 }, + { "id": "alloy_sheet_season_autumn", "fg": 2789 }, + { "id": "alloy_sheet_season_spring", "fg": 2790 }, + { "id": "alloy_sheet_season_summer", "fg": 2791 }, + { "id": "alloy_sheet_season_winter", "fg": 2792 }, + { "id": "american_flag_season_autumn", "fg": 2793 }, + { "id": "american_flag_season_spring", "fg": 2794 }, + { "id": "american_flag_season_summer", "fg": 2795 }, + { "id": "american_flag_season_winter", "fg": 2796 }, + { "id": "anesthesia_season_autumn", "fg": 2801 }, + { "id": "anesthesia_season_spring", "fg": 2802 }, + { "id": "anesthesia_season_summer", "fg": 2803 }, + { "id": "anesthesia_season_winter", "fg": 2804 }, + { "id": "art_disc_season_autumn", "fg": 2805 }, + { "id": "art_disc_season_spring", "fg": 2806 }, + { "id": "art_disc_season_summer", "fg": 2807 }, + { "id": "art_disc_season_winter", "fg": 2808 }, + { "id": "aspirin_season_autumn", "fg": 2809 }, + { "id": "aspirin_season_spring", "fg": 2810 }, + { "id": "aspirin_season_summer", "fg": 2811 }, + { "id": "aspirin_season_winter", "fg": 2812 }, + { "id": "badge_doctor_season_autumn", "fg": 2817 }, + { "id": "badge_doctor_season_spring", "fg": 2818 }, + { "id": "badge_doctor_season_summer", "fg": 2819 }, + { "id": "badge_doctor_season_winter", "fg": 2820 }, + { "id": "badge_marshal_season_autumn", "fg": 2821 }, + { "id": "badge_marshal_season_spring", "fg": 2822 }, + { "id": "badge_marshal_season_summer", "fg": 2823 }, + { "id": "badge_marshal_season_winter", "fg": 2824 }, + { "id": "bag_body_bag_season_autumn", "fg": 2825 }, + { "id": "bag_body_bag_season_spring", "fg": 2826 }, + { "id": "bag_body_bag_season_summer", "fg": 2827 }, + { "id": "bag_body_bag_season_winter", "fg": 2828 }, + { "id": "bag_canvas_season_autumn", "fg": 2829 }, + { "id": "bag_canvas_season_spring", "fg": 2830 }, + { "id": "bag_canvas_season_summer", "fg": 2831 }, + { "id": "bag_canvas_season_winter", "fg": 2832 }, + { "id": "bag_canvas_small_season_autumn", "fg": 2833 }, + { "id": "bag_canvas_small_season_spring", "fg": 2834 }, + { "id": "bag_canvas_small_season_summer", "fg": 2835 }, + { "id": "bag_canvas_small_season_winter", "fg": 2836 }, + { "id": "bag_plastic_season_autumn", "fg": 2837 }, + { "id": "bag_plastic_season_spring", "fg": 2838 }, + { "id": "bag_plastic_season_summer", "fg": 2839 }, + { "id": "bag_plastic_season_winter", "fg": 2840 }, + { "id": "bag_zipper_season_autumn", "fg": 2841 }, + { "id": "bag_zipper_season_spring", "fg": 2842 }, + { "id": "bag_zipper_season_summer", "fg": 2843 }, + { "id": "bag_zipper_season_winter", "fg": 2844 }, + { "id": "bagpipes_season_autumn", "fg": 2845 }, + { "id": "bagpipes_season_spring", "fg": 2846 }, + { "id": "bagpipes_season_summer", "fg": 2847 }, + { "id": "bagpipes_season_winter", "fg": 2848 }, + { "id": "banjo_season_autumn", "fg": 2853 }, + { "id": "banjo_season_spring", "fg": 2854 }, + { "id": "banjo_season_summer", "fg": 2855 }, + { "id": "banjo_season_winter", "fg": 2856 }, + { "id": "baseball_season_autumn", "fg": 2857 }, + { "id": "baseball_season_spring", "fg": 2858 }, + { "id": "baseball_season_summer", "fg": 2859 }, + { "id": "baseball_season_winter", "fg": 2860 }, + { "id": "basketball_season_autumn", "fg": 2861 }, + { "id": "basketball_season_spring", "fg": 2862 }, + { "id": "basketball_season_summer", "fg": 2863 }, + { "id": "basketball_season_winter", "fg": 2864 }, + { "id": "battery_charger_season_autumn", "fg": 2865 }, + { "id": "battery_charger_season_spring", "fg": 2866 }, + { "id": "battery_charger_season_summer", "fg": 2867 }, + { "id": "battery_charger_season_winter", "fg": 2868 }, + { "id": "battery_ups_season_autumn", "fg": 2869 }, + { "id": "battery_ups_season_spring", "fg": 2870 }, + { "id": "battery_ups_season_summer", "fg": 2871 }, + { "id": "battery_ups_season_winter", "fg": 2872 }, + { "id": "bearing_season_autumn", "fg": 2873 }, + { "id": "bearing_season_spring", "fg": 2874 }, + { "id": "bearing_season_summer", "fg": 2875 }, + { "id": "bearing_season_winter", "fg": 2876 }, + { "id": "beartrap_season_autumn", "fg": 2877 }, + { "id": "beartrap_season_spring", "fg": 2878 }, + { "id": "beartrap_season_summer", "fg": 2879 }, + { "id": "beartrap_season_winter", "fg": 2880 }, + { "id": "belt_clip_season_autumn", "fg": 2881 }, + { "id": "belt_clip_season_spring", "fg": 2882 }, + { "id": "belt_clip_season_summer", "fg": 2883 }, + { "id": "belt_clip_season_winter", "fg": 2884 }, + { "id": "bindle_season_autumn", "fg": 2885 }, + { "id": "bindle_season_spring", "fg": 2886 }, + { "id": "bindle_season_summer", "fg": 2887 }, + { "id": "bindle_season_winter", "fg": 2888 }, + { "id": "binoculars_season_autumn", "fg": 2889 }, + { "id": "binoculars_season_spring", "fg": 2890 }, + { "id": "binoculars_season_summer", "fg": 2891 }, + { "id": "binoculars_season_winter", "fg": 2892 }, + { "id": "board_trap_season_autumn", "fg": 2897 }, + { "id": "board_trap_season_spring", "fg": 2898 }, + { "id": "board_trap_season_summer", "fg": 2899 }, + { "id": "board_trap_season_winter", "fg": 2900 }, + { "id": "bolas_season_autumn", "fg": 2901 }, + { "id": "bolas_season_spring", "fg": 2902 }, + { "id": "bolas_season_summer", "fg": 2903 }, + { "id": "bolas_season_winter", "fg": 2904 }, + { "id": "bone_glue_season_autumn", "fg": 2905 }, + { "id": "bone_glue_season_spring", "fg": 2906 }, + { "id": "bone_glue_season_summer", "fg": 2907 }, + { "id": "bone_glue_season_winter", "fg": 2908 }, + { "id": "bottle_glass_season_autumn", "fg": 2909 }, + { "id": "bottle_glass_season_spring", "fg": 2910 }, + { "id": "bottle_glass_season_summer", "fg": 2911 }, + { "id": "bottle_glass_season_winter", "fg": 2912 }, + { "id": "bottle_plastic_season_autumn", "fg": 2913 }, + { "id": "bottle_plastic_season_spring", "fg": 2914 }, + { "id": "bottle_plastic_season_summer", "fg": 2915 }, + { "id": "bottle_plastic_season_winter", "fg": 2916 }, + { "id": "bottle_plastic_small_season_autumn", "fg": 2917 }, + { "id": "bottle_plastic_small_season_spring", "fg": 2918 }, + { "id": "bottle_plastic_small_season_summer", "fg": 2919 }, + { "id": "bottle_plastic_small_season_winter", "fg": 2920 }, + { "id": "bottle_suppressor_season_autumn", "fg": 2921 }, + { "id": "bottle_suppressor_season_spring", "fg": 2922 }, + { "id": "bottle_suppressor_season_summer", "fg": 2923 }, + { "id": "bottle_suppressor_season_winter", "fg": 2924 }, + { "id": "bottle_twoliter_season_autumn", "fg": 2925 }, + { "id": "bottle_twoliter_season_spring", "fg": 2926 }, + { "id": "bottle_twoliter_season_summer", "fg": 2927 }, + { "id": "bottle_twoliter_season_winter", "fg": 2928 }, + { "id": "bow_scope_season_autumn", "fg": 2929 }, + { "id": "bow_scope_season_spring", "fg": 2930 }, + { "id": "bow_scope_season_summer", "fg": 2931 }, + { "id": "bow_scope_season_winter", "fg": 2932 }, + { "id": "bow_silencer_season_autumn", "fg": 2933 }, + { "id": "bow_silencer_season_spring", "fg": 2934 }, + { "id": "bow_silencer_season_summer", "fg": 2935 }, + { "id": "bow_silencer_season_winter", "fg": 2936 }, + { "id": "bow_sling_season_autumn", "fg": 2937 }, + { "id": "bow_sling_season_spring", "fg": 2938 }, + { "id": "bow_sling_season_summer", "fg": 2939 }, + { "id": "bow_sling_season_winter", "fg": 2940 }, + { "id": "bowling_ball_season_autumn", "fg": 2945 }, + { "id": "bowling_ball_season_spring", "fg": 2946 }, + { "id": "bowling_ball_season_summer", "fg": 2947 }, + { "id": "bowling_ball_season_winter", "fg": 2948 }, + { "id": "box_large_season_autumn", "fg": 2949 }, + { "id": "box_large_season_spring", "fg": 2950 }, + { "id": "box_large_season_summer", "fg": 2951 }, + { "id": "box_large_season_winter", "fg": 2952 }, + { "id": "box_small_season_autumn", "fg": 2953 }, + { "id": "box_small_season_spring", "fg": 2954 }, + { "id": "box_small_season_summer", "fg": 2955 }, + { "id": "box_small_season_winter", "fg": 2956 }, + { "id": "brush_season_autumn", "fg": 2961 }, + { "id": "brush_season_spring", "fg": 2962 }, + { "id": "brush_season_summer", "fg": 2963 }, + { "id": "brush_season_winter", "fg": 2964 }, + { "id": "buckle_steel_season_autumn", "fg": 2965 }, + { "id": "buckle_steel_season_spring", "fg": 2966 }, + { "id": "buckle_steel_season_summer", "fg": 2967 }, + { "id": "buckle_steel_season_winter", "fg": 2968 }, + { "id": "can_bomb_season_autumn", "fg": 2977 }, + { "id": "can_bomb_season_spring", "fg": 2978 }, + { "id": "can_bomb_season_summer", "fg": 2979 }, + { "id": "can_bomb_season_winter", "fg": 2980 }, + { "id": "can_bomb_act_season_autumn", "fg": 2981 }, + { "id": "can_bomb_act_season_spring", "fg": 2982 }, + { "id": "can_bomb_act_season_summer", "fg": 2983 }, + { "id": "can_bomb_act_season_winter", "fg": 2984 }, + { "id": "can_drink_season_autumn", "fg": 2985 }, + { "id": "can_drink_season_spring", "fg": 2986 }, + { "id": "can_drink_season_summer", "fg": 2987 }, + { "id": "can_drink_season_winter", "fg": 2988 }, + { "id": "can_food_season_autumn", "fg": 2989 }, + { "id": "can_food_season_spring", "fg": 2990 }, + { "id": "can_food_season_summer", "fg": 2991 }, + { "id": "can_food_season_winter", "fg": 2992 }, + { "id": "can_food_big_season_autumn", "fg": 2993 }, + { "id": "can_food_big_season_spring", "fg": 2994 }, + { "id": "can_food_big_season_summer", "fg": 2995 }, + { "id": "can_food_big_season_winter", "fg": 2996 }, + { "id": "can_food_big_unsealed_season_autumn", "fg": 2997 }, + { "id": "can_food_big_unsealed_season_spring", "fg": 2998 }, + { "id": "can_food_big_unsealed_season_summer", "fg": 2999 }, + { "id": "can_food_big_unsealed_season_winter", "fg": 3000 }, + { "id": "can_food_unsealed_season_autumn", "fg": 3001 }, + { "id": "can_food_unsealed_season_spring", "fg": 3002 }, + { "id": "can_food_unsealed_season_summer", "fg": 3003 }, + { "id": "can_food_unsealed_season_winter", "fg": 3004 }, + { "id": "can_medium_season_autumn", "fg": 3005 }, + { "id": "can_medium_season_spring", "fg": 3006 }, + { "id": "can_medium_season_summer", "fg": 3007 }, + { "id": "can_medium_season_winter", "fg": 3008 }, + { "id": "can_medium_unsealed_season_autumn", "fg": 3009 }, + { "id": "can_medium_unsealed_season_spring", "fg": 3010 }, + { "id": "can_medium_unsealed_season_summer", "fg": 3011 }, + { "id": "can_medium_unsealed_season_winter", "fg": 3012 }, + { "id": "can_opener_season_autumn", "fg": 3013 }, + { "id": "can_opener_season_spring", "fg": 3014 }, + { "id": "can_opener_season_summer", "fg": 3015 }, + { "id": "can_opener_season_winter", "fg": 3016 }, + { "id": "candle_season_autumn", "fg": 3017 }, + { "id": "candle_season_spring", "fg": 3018 }, + { "id": "candle_season_summer", "fg": 3019 }, + { "id": "candle_season_winter", "fg": 3020 }, + { "id": "candlestick_season_autumn", "fg": 3021 }, + { "id": "candlestick_season_spring", "fg": 3022 }, + { "id": "candlestick_season_summer", "fg": 3023 }, + { "id": "candlestick_season_winter", "fg": 3024 }, + { "id": "canister_goo_season_autumn", "fg": 3025 }, + { "id": "canister_goo_season_spring", "fg": 3026 }, + { "id": "canister_goo_season_summer", "fg": 3027 }, + { "id": "canister_goo_season_winter", "fg": 3028 }, + { "id": "car_wide_headlight_season_autumn", "fg": 3037 }, + { "id": "car_wide_headlight_season_spring", "fg": 3038 }, + { "id": "car_wide_headlight_season_summer", "fg": 3039 }, + { "id": "car_wide_headlight_season_winter", "fg": 3040 }, + { "id": "case_violin_season_autumn", "fg": 3041 }, + { "id": "case_violin_season_spring", "fg": 3042 }, + { "id": "case_violin_season_summer", "fg": 3043 }, + { "id": "case_violin_season_winter", "fg": 3044 }, + { "id": "cash_card_season_autumn", "fg": 3045 }, + { "id": "cash_card_season_spring", "fg": 3046 }, + { "id": "cash_card_season_summer", "fg": 3047 }, + { "id": "cash_card_season_winter", "fg": 3048 }, + { "id": "ceramic_armor_season_autumn", "fg": 3049 }, + { "id": "ceramic_armor_season_spring", "fg": 3050 }, + { "id": "ceramic_armor_season_summer", "fg": 3051 }, + { "id": "ceramic_armor_season_winter", "fg": 3052 }, + { "id": "ceramic_cup_season_autumn", "fg": 3057 }, + { "id": "ceramic_cup_season_spring", "fg": 3058 }, + { "id": "ceramic_cup_season_summer", "fg": 3059 }, + { "id": "ceramic_cup_season_winter", "fg": 3060 }, + { "id": "ceramic_mug_season_autumn", "fg": 3061 }, + { "id": "ceramic_mug_season_spring", "fg": 3062 }, + { "id": "ceramic_mug_season_summer", "fg": 3063 }, + { "id": "ceramic_mug_season_winter", "fg": 3064 }, + { "id": "ceramicdisks_season_autumn", "fg": 3069 }, + { "id": "ceramicdisks_season_spring", "fg": 3070 }, + { "id": "ceramicdisks_season_summer", "fg": 3071 }, + { "id": "ceramicdisks_season_winter", "fg": 3072 }, + { "id": "chain_link_season_autumn", "fg": 3073 }, + { "id": "chain_link_season_spring", "fg": 3074 }, + { "id": "chain_link_season_summer", "fg": 3075 }, + { "id": "chain_link_season_winter", "fg": 3076 }, + { "id": "character_sheet_season_autumn", "fg": 3077 }, + { "id": "character_sheet_season_spring", "fg": 3078 }, + { "id": "character_sheet_season_summer", "fg": 3079 }, + { "id": "character_sheet_season_winter", "fg": 3080 }, + { "id": "charcoal_season_autumn", "fg": 3081 }, + { "id": "charcoal_season_spring", "fg": 3082 }, + { "id": "charcoal_season_summer", "fg": 3083 }, + { "id": "charcoal_season_winter", "fg": 3084 }, + { "id": "chem_aluminium_sulphate_season_autumn", "fg": 3085 }, + { "id": "chem_aluminium_sulphate_season_spring", "fg": 3086 }, + { "id": "chem_aluminium_sulphate_season_summer", "fg": 3087 }, + { "id": "chem_aluminium_sulphate_season_winter", "fg": 3088 }, + { "id": "clay_hydria_season_autumn", "fg": 3089 }, + { "id": "clay_hydria_season_spring", "fg": 3090 }, + { "id": "clay_hydria_season_summer", "fg": 3091 }, + { "id": "clay_hydria_season_winter", "fg": 3092 }, + { "id": "clay_watercont_season_autumn", "fg": 3093 }, + { "id": "clay_watercont_season_spring", "fg": 3094 }, + { "id": "clay_watercont_season_summer", "fg": 3095 }, + { "id": "clay_watercont_season_winter", "fg": 3096 }, + { "id": "combatnail_season_autumn", "fg": 3097 }, + { "id": "combatnail_season_spring", "fg": 3098 }, + { "id": "combatnail_season_summer", "fg": 3099 }, + { "id": "combatnail_season_winter", "fg": 3100 }, + { "id": "condom_season_autumn", "fg": 3101 }, + { "id": "condom_season_spring", "fg": 3102 }, + { "id": "condom_season_summer", "fg": 3103 }, + { "id": "condom_season_winter", "fg": 3104 }, + { "id": "copper_season_autumn", "fg": 3105 }, + { "id": "copper_season_spring", "fg": 3106 }, + { "id": "copper_season_summer", "fg": 3107 }, + { "id": "copper_season_winter", "fg": 3108 }, + { "id": "cordless_drill_season_autumn", "fg": 3109 }, + { "id": "cordless_drill_season_spring", "fg": 3110 }, + { "id": "cordless_drill_season_summer", "fg": 3111 }, + { "id": "cordless_drill_season_winter", "fg": 3112 }, + { "id": "corpse_season_autumn", "fg": 3113 }, + { "id": "corpse_season_spring", "fg": 3114 }, + { "id": "corpse_season_summer", "fg": 3115 }, + { "id": "corpse_season_winter", "fg": 3116 }, + { "id": "creepy_doll_season_autumn", "fg": 3117 }, + { "id": "creepy_doll_season_spring", "fg": 3118 }, + { "id": "creepy_doll_season_summer", "fg": 3119 }, + { "id": "creepy_doll_season_winter", "fg": 3120 }, + { "id": "cufflinks_intricate_season_autumn", "fg": 3121 }, + { "id": "cufflinks_intricate_season_spring", "fg": 3122 }, + { "id": "cufflinks_intricate_season_summer", "fg": 3123 }, + { "id": "cufflinks_intricate_season_winter", "fg": 3124 }, + { "id": "dias_season_autumn", "fg": 3129 }, + { "id": "dias_season_spring", "fg": 3130 }, + { "id": "dias_season_summer", "fg": 3131 }, + { "id": "dias_season_winter", "fg": 3132 }, + { "id": "directional_antenna_season_autumn", "fg": 3133 }, + { "id": "directional_antenna_season_spring", "fg": 3134 }, + { "id": "directional_antenna_season_summer", "fg": 3135 }, + { "id": "directional_antenna_season_winter", "fg": 3136 }, + { "id": "disc_golf_season_autumn", "fg": 3137 }, + { "id": "disc_golf_season_spring", "fg": 3138 }, + { "id": "disc_golf_season_summer", "fg": 3139 }, + { "id": "disc_golf_season_winter", "fg": 3140 }, + { "id": "dish_towel_season_autumn", "fg": 3141 }, + { "id": "dish_towel_season_spring", "fg": 3142 }, + { "id": "dish_towel_season_summer", "fg": 3143 }, + { "id": "dish_towel_season_winter", "fg": 3144 }, + { "id": "distaff_spindle_season_autumn", "fg": 3145 }, + { "id": "distaff_spindle_season_spring", "fg": 3146 }, + { "id": "distaff_spindle_season_summer", "fg": 3147 }, + { "id": "distaff_spindle_season_winter", "fg": 3148 }, + { "id": "dive_bag_season_autumn", "fg": 3149 }, + { "id": "dive_bag_season_spring", "fg": 3150 }, + { "id": "dive_bag_season_summer", "fg": 3151 }, + { "id": "dive_bag_season_winter", "fg": 3152 }, + { "id": "duct_tape_season_autumn", "fg": 3157 }, + { "id": "duct_tape_season_spring", "fg": 3158 }, + { "id": "duct_tape_season_summer", "fg": 3159 }, + { "id": "duct_tape_season_winter", "fg": 3160 }, + { "id": "dynamite_season_autumn", "fg": 3165 }, + { "id": "dynamite_season_spring", "fg": 3166 }, + { "id": "dynamite_season_summer", "fg": 3167 }, + { "id": "dynamite_season_winter", "fg": 3168 }, + { "id": "dynamite_act_season_autumn", "fg": 3169 }, + { "id": "dynamite_act_season_spring", "fg": 3170 }, + { "id": "dynamite_act_season_summer", "fg": 3171 }, + { "id": "dynamite_act_season_winter", "fg": 3172 }, + { "id": "e_handcuffs_season_autumn", "fg": 3173 }, + { "id": "e_handcuffs_season_spring", "fg": 3174 }, + { "id": "e_handcuffs_season_summer", "fg": 3175 }, + { "id": "e_handcuffs_season_winter", "fg": 3176 }, + { "id": "egg_owlbear_rock_season_autumn", "fg": 3177 }, + { "id": "egg_owlbear_rock_season_spring", "fg": 3178 }, + { "id": "egg_owlbear_rock_season_summer", "fg": 3179 }, + { "id": "egg_owlbear_rock_season_winter", "fg": 3180 }, + { "id": "electrolysis_kit_season_autumn", "fg": 3181 }, + { "id": "electrolysis_kit_season_spring", "fg": 3182 }, + { "id": "electrolysis_kit_season_summer", "fg": 3183 }, + { "id": "electrolysis_kit_season_winter", "fg": 3184 }, + { "id": "emer_blanket_on_season_autumn", "fg": 3185 }, + { "id": "emer_blanket_on_season_spring", "fg": 3186 }, + { "id": "emer_blanket_on_season_summer", "fg": 3187 }, + { "id": "emer_blanket_on_season_winter", "fg": 3188 }, + { "id": "etched_skull_season_autumn", "fg": 3189 }, + { "id": "etched_skull_season_spring", "fg": 3190 }, + { "id": "etched_skull_season_summer", "fg": 3191 }, + { "id": "etched_skull_season_winter", "fg": 3192 }, + { "id": "explosive_hm_rocket_season_autumn", "fg": 3193 }, + { "id": "explosive_hm_rocket_season_spring", "fg": 3194 }, + { "id": "explosive_hm_rocket_season_summer", "fg": 3195 }, + { "id": "explosive_hm_rocket_season_winter", "fg": 3196 }, + { "id": "extinguisher_season_autumn", "fg": 3197 }, + { "id": "extinguisher_season_spring", "fg": 3198 }, + { "id": "extinguisher_season_summer", "fg": 3199 }, + { "id": "extinguisher_season_winter", "fg": 3200 }, + { "id": "eyedrops_season_autumn", "fg": 3201 }, + { "id": "eyedrops_season_spring", "fg": 3202 }, + { "id": "eyedrops_season_summer", "fg": 3203 }, + { "id": "eyedrops_season_winter", "fg": 3204 }, + { "id": "firecracker_season_autumn", "fg": 3205 }, + { "id": "firecracker_season_spring", "fg": 3206 }, + { "id": "firecracker_season_summer", "fg": 3207 }, + { "id": "firecracker_season_winter", "fg": 3208 }, + { "id": "firecracker_act_season_autumn", "fg": 3209 }, + { "id": "firecracker_act_season_spring", "fg": 3210 }, + { "id": "firecracker_act_season_summer", "fg": 3211 }, + { "id": "firecracker_act_season_winter", "fg": 3212 }, + { "id": "firecracker_pack_season_autumn", "fg": 3213 }, + { "id": "firecracker_pack_season_spring", "fg": 3214 }, + { "id": "firecracker_pack_season_summer", "fg": 3215 }, + { "id": "firecracker_pack_season_winter", "fg": 3216 }, + { "id": "firecracker_pack_act_season_autumn", "fg": 3217 }, + { "id": "firecracker_pack_act_season_spring", "fg": 3218 }, + { "id": "firecracker_pack_act_season_summer", "fg": 3219 }, + { "id": "firecracker_pack_act_season_winter", "fg": 3220 }, + { "id": "fish_bowl_season_autumn", "fg": 3221 }, + { "id": "fish_bowl_season_spring", "fg": 3222 }, + { "id": "fish_bowl_season_summer", "fg": 3223 }, + { "id": "fish_bowl_season_winter", "fg": 3224 }, + { "id": "flashlight_season_autumn", "fg": 3225 }, + { "id": "flashlight_season_spring", "fg": 3226 }, + { "id": "flashlight_season_summer", "fg": 3227 }, + { "id": "flashlight_season_winter", "fg": 3228 }, + { "id": "flashlight_on_season_autumn", "fg": 3229 }, + { "id": "flashlight_on_season_spring", "fg": 3230 }, + { "id": "flashlight_on_season_summer", "fg": 3231 }, + { "id": "flashlight_on_season_winter", "fg": 3232 }, + { "id": "folding_stock_season_autumn", "fg": 3233 }, + { "id": "folding_stock_season_spring", "fg": 3234 }, + { "id": "folding_stock_season_summer", "fg": 3235 }, + { "id": "folding_stock_season_winter", "fg": 3236 }, + { "id": "football_season_autumn", "fg": 3237 }, + { "id": "football_season_spring", "fg": 3238 }, + { "id": "football_season_summer", "fg": 3239 }, + { "id": "football_season_winter", "fg": 3240 }, + { "id": "frisbee_season_autumn", "fg": 3241 }, + { "id": "frisbee_season_spring", "fg": 3242 }, + { "id": "frisbee_season_summer", "fg": 3243 }, + { "id": "frisbee_season_winter", "fg": 3244 }, + { "id": "funnel_separation_season_autumn", "fg": 3245 }, + { "id": "funnel_separation_season_spring", "fg": 3246 }, + { "id": "funnel_separation_season_summer", "fg": 3247 }, + { "id": "funnel_separation_season_winter", "fg": 3248 }, + { "id": "gasfilter_m_season_autumn", "fg": 3257 }, + { "id": "gasfilter_m_season_spring", "fg": 3258 }, + { "id": "gasfilter_m_season_summer", "fg": 3259 }, + { "id": "gasfilter_m_season_winter", "fg": 3260 }, + { "id": "gasoline_cooker_season_autumn", "fg": 3261 }, + { "id": "gasoline_cooker_season_spring", "fg": 3262 }, + { "id": "gasoline_cooker_season_summer", "fg": 3263 }, + { "id": "gasoline_cooker_season_winter", "fg": 3264 }, + { "id": "glass_sheet_season_autumn", "fg": 3265 }, + { "id": "glass_sheet_season_spring", "fg": 3266 }, + { "id": "glass_sheet_season_summer", "fg": 3267 }, + { "id": "glass_sheet_season_winter", "fg": 3268 }, + { "id": "glass_tube_small_season_autumn", "fg": 3269 }, + { "id": "glass_tube_small_season_spring", "fg": 3270 }, + { "id": "glass_tube_small_season_summer", "fg": 3271 }, + { "id": "glass_tube_small_season_winter", "fg": 3272 }, + { "id": "gloves_winter_season_autumn", "fg": 3273 }, + { "id": "gloves_winter_season_spring", "fg": 3274 }, + { "id": "gloves_winter_season_summer", "fg": 3275 }, + { "id": "gloves_winter_season_winter", "fg": 3276 }, + { "id": "goggles_ir_season_autumn", "fg": 3281 }, + { "id": "goggles_ir_season_spring", "fg": 3282 }, + { "id": "goggles_ir_season_summer", "fg": 3283 }, + { "id": "goggles_ir_season_winter", "fg": 3284 }, + { "id": "goggles_ir_on_season_autumn", "fg": 3285 }, + { "id": "goggles_ir_on_season_spring", "fg": 3286 }, + { "id": "goggles_ir_on_season_summer", "fg": 3287 }, + { "id": "goggles_ir_on_season_winter", "fg": 3288 }, + { "id": "goggles_nv_season_autumn", "fg": 3289 }, + { "id": "goggles_nv_season_spring", "fg": 3290 }, + { "id": "goggles_nv_season_summer", "fg": 3291 }, + { "id": "goggles_nv_season_winter", "fg": 3292 }, + { "id": "goggles_nv_on_season_autumn", "fg": 3293 }, + { "id": "goggles_nv_on_season_spring", "fg": 3294 }, + { "id": "goggles_nv_on_season_summer", "fg": 3295 }, + { "id": "goggles_nv_on_season_winter", "fg": 3296 }, + { "id": "golf_bag_season_autumn", "fg": 3297 }, + { "id": "golf_bag_season_spring", "fg": 3298 }, + { "id": "golf_bag_season_summer", "fg": 3299 }, + { "id": "golf_bag_season_winter", "fg": 3300 }, + { "id": "grapnel_season_autumn", "fg": 3301 }, + { "id": "grapnel_season_spring", "fg": 3302 }, + { "id": "grapnel_season_summer", "fg": 3303 }, + { "id": "grapnel_season_winter", "fg": 3304 }, + { "id": "guitar_electric_season_autumn", "fg": 3305 }, + { "id": "guitar_electric_season_spring", "fg": 3306 }, + { "id": "guitar_electric_season_summer", "fg": 3307 }, + { "id": "guitar_electric_season_winter", "fg": 3308 }, + { "id": "hairbrush_season_autumn", "fg": 3309 }, + { "id": "hairbrush_season_spring", "fg": 3310 }, + { "id": "hairbrush_season_summer", "fg": 3311 }, + { "id": "hairbrush_season_winter", "fg": 3312 }, + { "id": "hand_drill_season_autumn", "fg": 3313 }, + { "id": "hand_drill_season_spring", "fg": 3314 }, + { "id": "hand_drill_season_summer", "fg": 3315 }, + { "id": "hand_drill_season_winter", "fg": 3316 }, + { "id": "hand_pump_season_autumn", "fg": 3317 }, + { "id": "hand_pump_season_spring", "fg": 3318 }, + { "id": "hand_pump_season_summer", "fg": 3319 }, + { "id": "hand_pump_season_winter", "fg": 3320 }, + { "id": "handflare_season_autumn", "fg": 3321 }, + { "id": "handflare_season_spring", "fg": 3322 }, + { "id": "handflare_season_summer", "fg": 3323 }, + { "id": "handflare_season_winter", "fg": 3324 }, + { "id": "handflare_dead_season_autumn", "fg": 3325 }, + { "id": "handflare_dead_season_spring", "fg": 3326 }, + { "id": "handflare_dead_season_summer", "fg": 3327 }, + { "id": "handflare_dead_season_winter", "fg": 3328 }, + { "id": "handflare_lit_season_autumn", "fg": 3329 }, + { "id": "handflare_lit_season_spring", "fg": 3330 }, + { "id": "handflare_lit_season_summer", "fg": 3331 }, + { "id": "handflare_lit_season_winter", "fg": 3332 }, + { "id": "hard_steel_armor_season_autumn", "fg": 3333 }, + { "id": "hard_steel_armor_season_spring", "fg": 3334 }, + { "id": "hard_steel_armor_season_summer", "fg": 3335 }, + { "id": "hard_steel_armor_season_winter", "fg": 3336 }, + { "id": "heavy_flashlight_season_autumn", "fg": 3337 }, + { "id": "heavy_flashlight_season_spring", "fg": 3338 }, + { "id": "heavy_flashlight_season_summer", "fg": 3339 }, + { "id": "heavy_flashlight_season_winter", "fg": 3340 }, + { "id": "heavy_flashlight_on_season_autumn", "fg": 3341 }, + { "id": "heavy_flashlight_on_season_spring", "fg": 3342 }, + { "id": "heavy_flashlight_on_season_summer", "fg": 3343 }, + { "id": "heavy_flashlight_on_season_winter", "fg": 3344 }, + { "id": "hide_bag_season_autumn", "fg": 3345 }, + { "id": "hide_bag_season_spring", "fg": 3346 }, + { "id": "hide_bag_season_summer", "fg": 3347 }, + { "id": "hide_bag_season_winter", "fg": 3348 }, + { "id": "hide_tainted_bag_season_autumn", "fg": 3349 }, + { "id": "hide_tainted_bag_season_spring", "fg": 3350 }, + { "id": "hide_tainted_bag_season_summer", "fg": 3351 }, + { "id": "hide_tainted_bag_season_winter", "fg": 3352 }, + { "id": "holy_symbol_season_autumn", "fg": 3353 }, + { "id": "holy_symbol_season_spring", "fg": 3354 }, + { "id": "holy_symbol_season_summer", "fg": 3355 }, + { "id": "holy_symbol_season_winter", "fg": 3356 }, + { "id": "hose_season_autumn", "fg": 3357 }, + { "id": "hose_season_spring", "fg": 3358 }, + { "id": "hose_season_summer", "fg": 3359 }, + { "id": "hose_season_winter", "fg": 3360 }, + { "id": "icon_season_autumn", "fg": 3365 }, + { "id": "icon_season_spring", "fg": 3366 }, + { "id": "icon_season_summer", "fg": 3367 }, + { "id": "icon_season_winter", "fg": 3368 }, + { "id": "incendiary_hm_rocket_season_autumn", "fg": 3373 }, + { "id": "incendiary_hm_rocket_season_spring", "fg": 3374 }, + { "id": "incendiary_hm_rocket_season_summer", "fg": 3375 }, + { "id": "incendiary_hm_rocket_season_winter", "fg": 3376 }, + { "id": "jerrycan_season_autumn", "fg": 3377 }, + { "id": "jerrycan_season_spring", "fg": 3378 }, + { "id": "jerrycan_season_summer", "fg": 3379 }, + { "id": "jerrycan_season_winter", "fg": 3380 }, + { "id": "jerrycan_big_season_autumn", "fg": 3381 }, + { "id": "jerrycan_big_season_spring", "fg": 3382 }, + { "id": "jerrycan_big_season_summer", "fg": 3383 }, + { "id": "jerrycan_big_season_winter", "fg": 3384 }, + { "id": "joint_season_autumn", "fg": 3385 }, + { "id": "joint_season_spring", "fg": 3386 }, + { "id": "joint_season_summer", "fg": 3387 }, + { "id": "joint_season_winter", "fg": 3388 }, + { "id": "joint_lit_season_autumn", "fg": 3389 }, + { "id": "joint_lit_season_spring", "fg": 3390 }, + { "id": "joint_lit_season_summer", "fg": 3391 }, + { "id": "joint_lit_season_winter", "fg": 3392 }, + { "id": "joint_roach_season_autumn", "fg": 3393 }, + { "id": "joint_roach_season_spring", "fg": 3394 }, + { "id": "joint_roach_season_summer", "fg": 3395 }, + { "id": "joint_roach_season_winter", "fg": 3396 }, + { "id": "jug_clay_season_autumn", "fg": 3397 }, + { "id": "jug_clay_season_spring", "fg": 3398 }, + { "id": "jug_clay_season_summer", "fg": 3399 }, + { "id": "jug_clay_season_winter", "fg": 3400 }, + { "id": "jug_plastic_season_autumn", "fg": 3401 }, + { "id": "jug_plastic_season_spring", "fg": 3402 }, + { "id": "jug_plastic_season_summer", "fg": 3403 }, + { "id": "jug_plastic_season_winter", "fg": 3404 }, + { "id": "kevlar_plate_season_autumn", "fg": 3409 }, + { "id": "kevlar_plate_season_spring", "fg": 3410 }, + { "id": "kevlar_plate_season_summer", "fg": 3411 }, + { "id": "kevlar_plate_season_winter", "fg": 3412 }, + { "id": "large_lcd_screen_season_autumn", "fg": 3413 }, + { "id": "large_lcd_screen_season_spring", "fg": 3414 }, + { "id": "large_lcd_screen_season_summer", "fg": 3415 }, + { "id": "large_lcd_screen_season_winter", "fg": 3416 }, + { "id": "large_turbine_engine_season_autumn", "fg": 3417 }, + { "id": "large_turbine_engine_season_spring", "fg": 3418 }, + { "id": "large_turbine_engine_season_summer", "fg": 3419 }, + { "id": "large_turbine_engine_season_winter", "fg": 3420 }, + { "id": "lawnmower_season_autumn", "fg": 3421 }, + { "id": "lawnmower_season_spring", "fg": 3422 }, + { "id": "lawnmower_season_summer", "fg": 3423 }, + { "id": "lawnmower_season_winter", "fg": 3424 }, + { "id": "lead_acog_scope_season_autumn", "fg": 3425 }, + { "id": "lead_acog_scope_season_spring", "fg": 3426 }, + { "id": "lead_acog_scope_season_summer", "fg": 3427 }, + { "id": "lead_acog_scope_season_winter", "fg": 3428 }, + { "id": "lead_rifle_scope_season_autumn", "fg": 3429 }, + { "id": "lead_rifle_scope_season_spring", "fg": 3430 }, + { "id": "lead_rifle_scope_season_summer", "fg": 3431 }, + { "id": "lead_rifle_scope_season_winter", "fg": 3432 }, + { "id": "light_battery_cell_season_autumn", "fg": 3433 }, + { "id": "light_battery_cell_season_spring", "fg": 3434 }, + { "id": "light_battery_cell_season_summer", "fg": 3435 }, + { "id": "light_battery_cell_season_winter", "fg": 3436 }, + { "id": "lighter_season_autumn", "fg": 3437 }, + { "id": "lighter_season_spring", "fg": 3438 }, + { "id": "lighter_season_summer", "fg": 3439 }, + { "id": "lighter_season_winter", "fg": 3440 }, + { "id": "link_sheet_season_autumn", "fg": 3441 }, + { "id": "link_sheet_season_spring", "fg": 3442 }, + { "id": "link_sheet_season_summer", "fg": 3443 }, + { "id": "link_sheet_season_winter", "fg": 3444 }, + { "id": "m203_season_autumn", "fg": 3445 }, + { "id": "m203_season_spring", "fg": 3446 }, + { "id": "m203_season_summer", "fg": 3447 }, + { "id": "m203_season_winter", "fg": 3448 }, + { "id": "m320_season_autumn", "fg": 3449 }, + { "id": "m320_season_spring", "fg": 3450 }, + { "id": "m320_season_summer", "fg": 3451 }, + { "id": "m320_season_winter", "fg": 3452 }, + { "id": "manual_fabrication_season_autumn", "fg": 3457 }, + { "id": "manual_fabrication_season_spring", "fg": 3458 }, + { "id": "manual_fabrication_season_summer", "fg": 3459 }, + { "id": "manual_fabrication_season_winter", "fg": 3460 }, + { "id": "marble_season_autumn", "fg": 3465 }, + { "id": "marble_season_spring", "fg": 3466 }, + { "id": "marble_season_summer", "fg": 3467 }, + { "id": "marble_season_winter", "fg": 3468 }, + { "id": "masterkey_season_autumn", "fg": 3469 }, + { "id": "masterkey_season_spring", "fg": 3470 }, + { "id": "masterkey_season_summer", "fg": 3471 }, + { "id": "masterkey_season_winter", "fg": 3472 }, + { "id": "matchbomb_season_autumn", "fg": 3473 }, + { "id": "matchbomb_season_spring", "fg": 3474 }, + { "id": "matchbomb_season_summer", "fg": 3475 }, + { "id": "matchbomb_season_winter", "fg": 3476 }, + { "id": "matchbomb_act_season_autumn", "fg": 3477 }, + { "id": "matchbomb_act_season_spring", "fg": 3478 }, + { "id": "matchbomb_act_season_summer", "fg": 3479 }, + { "id": "matchbomb_act_season_winter", "fg": 3480 }, + { "id": "matches_season_autumn", "fg": 3481 }, + { "id": "matches_season_spring", "fg": 3482 }, + { "id": "matches_season_summer", "fg": 3483 }, + { "id": "matches_season_winter", "fg": 3484 }, + { "id": "medical_tape_season_autumn", "fg": 3485 }, + { "id": "medical_tape_season_spring", "fg": 3486 }, + { "id": "medical_tape_season_summer", "fg": 3487 }, + { "id": "medical_tape_season_winter", "fg": 3488 }, + { "id": "medium_turbine_engine_season_autumn", "fg": 3489 }, + { "id": "medium_turbine_engine_season_spring", "fg": 3490 }, + { "id": "medium_turbine_engine_season_summer", "fg": 3491 }, + { "id": "medium_turbine_engine_season_winter", "fg": 3492 }, + { "id": "mess_tin_season_autumn", "fg": 3493 }, + { "id": "mess_tin_season_spring", "fg": 3494 }, + { "id": "mess_tin_season_summer", "fg": 3495 }, + { "id": "mess_tin_season_winter", "fg": 3496 }, + { "id": "metal_tank_season_autumn", "fg": 3497 }, + { "id": "metal_tank_season_spring", "fg": 3498 }, + { "id": "metal_tank_season_summer", "fg": 3499 }, + { "id": "metal_tank_season_winter", "fg": 3500 }, + { "id": "mind_scan_robofac_season_autumn", "fg": 3501 }, + { "id": "mind_scan_robofac_season_spring", "fg": 3502 }, + { "id": "mind_scan_robofac_season_summer", "fg": 3503 }, + { "id": "mind_scan_robofac_season_winter", "fg": 3504 }, + { "id": "minireactor_season_autumn", "fg": 3505 }, + { "id": "minireactor_season_spring", "fg": 3506 }, + { "id": "minireactor_season_summer", "fg": 3507 }, + { "id": "minireactor_season_winter", "fg": 3508 }, + { "id": "money_bundle_season_autumn", "fg": 3509 }, + { "id": "money_bundle_season_spring", "fg": 3510 }, + { "id": "money_bundle_season_summer", "fg": 3511 }, + { "id": "money_bundle_season_winter", "fg": 3512 }, + { "id": "muffler_season_autumn", "fg": 3513 }, + { "id": "muffler_season_spring", "fg": 3514 }, + { "id": "muffler_season_summer", "fg": 3515 }, + { "id": "muffler_season_winter", "fg": 3516 }, + { "id": "nail_bomb_season_autumn", "fg": 3521 }, + { "id": "nail_bomb_season_spring", "fg": 3522 }, + { "id": "nail_bomb_season_summer", "fg": 3523 }, + { "id": "nail_bomb_season_winter", "fg": 3524 }, + { "id": "nail_bomb_act_season_autumn", "fg": 3525 }, + { "id": "nail_bomb_act_season_spring", "fg": 3526 }, + { "id": "nail_bomb_act_season_summer", "fg": 3527 }, + { "id": "nail_bomb_act_season_winter", "fg": 3528 }, + { "id": "nanomaterial_season_autumn", "fg": 3529 }, + { "id": "nanomaterial_season_spring", "fg": 3530 }, + { "id": "nanomaterial_season_summer", "fg": 3531 }, + { "id": "nanomaterial_season_winter", "fg": 3532 }, + { "id": "neoprene_season_autumn", "fg": 3533 }, + { "id": "neoprene_season_spring", "fg": 3534 }, + { "id": "neoprene_season_summer", "fg": 3535 }, + { "id": "neoprene_season_winter", "fg": 3536 }, + { "id": "oil_cooker_season_autumn", "fg": 3537 }, + { "id": "oil_cooker_season_spring", "fg": 3538 }, + { "id": "oil_cooker_season_summer", "fg": 3539 }, + { "id": "oil_cooker_season_winter", "fg": 3540 }, + { "id": "oxy_torch_season_autumn", "fg": 3541 }, + { "id": "oxy_torch_season_spring", "fg": 3542 }, + { "id": "oxy_torch_season_summer", "fg": 3543 }, + { "id": "oxy_torch_season_winter", "fg": 3544 }, + { "id": "oxylamp_season_autumn", "fg": 3545 }, + { "id": "oxylamp_season_spring", "fg": 3546 }, + { "id": "oxylamp_season_summer", "fg": 3547 }, + { "id": "oxylamp_season_winter", "fg": 3548 }, + { "id": "oxylamp_on_season_autumn", "fg": 3549 }, + { "id": "oxylamp_on_season_spring", "fg": 3550 }, + { "id": "oxylamp_on_season_summer", "fg": 3551 }, + { "id": "oxylamp_on_season_winter", "fg": 3552 }, + { "id": "paint_brush_season_autumn", "fg": 3553 }, + { "id": "paint_brush_season_spring", "fg": 3554 }, + { "id": "paint_brush_season_summer", "fg": 3555 }, + { "id": "paint_brush_season_winter", "fg": 3556 }, + { "id": "petrified_eye_season_autumn", "fg": 3565 }, + { "id": "petrified_eye_season_spring", "fg": 3566 }, + { "id": "petrified_eye_season_summer", "fg": 3567 }, + { "id": "petrified_eye_season_winter", "fg": 3568 }, + { "id": "pillowcase_season_autumn", "fg": 3569 }, + { "id": "pillowcase_season_spring", "fg": 3570 }, + { "id": "pillowcase_season_summer", "fg": 3571 }, + { "id": "pillowcase_season_winter", "fg": 3572 }, + { "id": "pipe_cleaner_season_autumn", "fg": 3573 }, + { "id": "pipe_cleaner_season_spring", "fg": 3574 }, + { "id": "pipe_cleaner_season_summer", "fg": 3575 }, + { "id": "pipe_cleaner_season_winter", "fg": 3576 }, + { "id": "pipe_launcher40mm_season_autumn", "fg": 3577 }, + { "id": "pipe_launcher40mm_season_spring", "fg": 3578 }, + { "id": "pipe_launcher40mm_season_summer", "fg": 3579 }, + { "id": "pipe_launcher40mm_season_winter", "fg": 3580 }, + { "id": "pipebomb_season_autumn", "fg": 3585 }, + { "id": "pipebomb_season_spring", "fg": 3586 }, + { "id": "pipebomb_season_summer", "fg": 3587 }, + { "id": "pipebomb_season_winter", "fg": 3588 }, + { "id": "pipebomb_act_season_autumn", "fg": 3589 }, + { "id": "pipebomb_act_season_spring", "fg": 3590 }, + { "id": "pipebomb_act_season_summer", "fg": 3591 }, + { "id": "pipebomb_act_season_winter", "fg": 3592 }, + { "id": "pistol_scope_season_autumn", "fg": 3593 }, + { "id": "pistol_scope_season_spring", "fg": 3594 }, + { "id": "pistol_scope_season_summer", "fg": 3595 }, + { "id": "pistol_scope_season_winter", "fg": 3596 }, + { "id": "plastic_bag_vac_season_autumn", "fg": 3597 }, + { "id": "plastic_bag_vac_season_spring", "fg": 3598 }, + { "id": "plastic_bag_vac_season_summer", "fg": 3599 }, + { "id": "plastic_bag_vac_season_winter", "fg": 3600 }, + { "id": "plastic_bowl_kids_season_autumn", "fg": 3601 }, + { "id": "plastic_bowl_kids_season_spring", "fg": 3602 }, + { "id": "plastic_bowl_kids_season_summer", "fg": 3603 }, + { "id": "plastic_bowl_kids_season_winter", "fg": 3604 }, + { "id": "plastic_jack_o_lantern_season_autumn", "fg": 3605 }, + { "id": "plastic_jack_o_lantern_season_spring", "fg": 3606 }, + { "id": "plastic_jack_o_lantern_season_summer", "fg": 3607 }, + { "id": "plastic_jack_o_lantern_season_winter", "fg": 3608 }, + { "id": "plastic_jack_o_lantern_lit_season_autumn", "fg": 3609 }, + { "id": "plastic_jack_o_lantern_lit_season_spring", "fg": 3610 }, + { "id": "plastic_jack_o_lantern_lit_season_summer", "fg": 3611 }, + { "id": "plastic_jack_o_lantern_lit_season_winter", "fg": 3612 }, + { "id": "plastic_sheet_season_autumn", "fg": 3613 }, + { "id": "plastic_sheet_season_spring", "fg": 3614 }, + { "id": "plastic_sheet_season_summer", "fg": 3615 }, + { "id": "plastic_sheet_season_winter", "fg": 3616 }, + { "id": "plastic_shopping_bag_season_autumn", "fg": 3617 }, + { "id": "plastic_shopping_bag_season_spring", "fg": 3618 }, + { "id": "plastic_shopping_bag_season_summer", "fg": 3619 }, + { "id": "plastic_shopping_bag_season_winter", "fg": 3620 }, + { "id": "pot_canning_season_autumn", "fg": 3621 }, + { "id": "pot_canning_season_spring", "fg": 3622 }, + { "id": "pot_canning_season_summer", "fg": 3623 }, + { "id": "pot_canning_season_winter", "fg": 3624 }, + { "id": "potato_masher_season_autumn", "fg": 3625 }, + { "id": "potato_masher_season_spring", "fg": 3626 }, + { "id": "potato_masher_season_summer", "fg": 3627 }, + { "id": "potato_masher_season_winter", "fg": 3628 }, + { "id": "puck_season_autumn", "fg": 3629 }, + { "id": "puck_season_spring", "fg": 3630 }, + { "id": "puck_season_summer", "fg": 3631 }, + { "id": "puck_season_winter", "fg": 3632 }, + { "id": "pump_complex_season_autumn", "fg": 3633 }, + { "id": "pump_complex_season_spring", "fg": 3634 }, + { "id": "pump_complex_season_summer", "fg": 3635 }, + { "id": "pump_complex_season_winter", "fg": 3636 }, + { "id": "rad_badge_season_autumn", "fg": 3637 }, + { "id": "rad_badge_season_spring", "fg": 3638 }, + { "id": "rad_badge_season_summer", "fg": 3639 }, + { "id": "rad_badge_season_winter", "fg": 3640 }, + { "id": "radio_season_autumn", "fg": 3641 }, + { "id": "radio_season_spring", "fg": 3642 }, + { "id": "radio_season_summer", "fg": 3643 }, + { "id": "radio_season_winter", "fg": 3644 }, + { "id": "radio_car_season_autumn", "fg": 3645 }, + { "id": "radio_car_season_spring", "fg": 3646 }, + { "id": "radio_car_season_summer", "fg": 3647 }, + { "id": "radio_car_season_winter", "fg": 3648 }, + { "id": "radio_car_box_season_autumn", "fg": 3649 }, + { "id": "radio_car_box_season_spring", "fg": 3650 }, + { "id": "radio_car_box_season_summer", "fg": 3651 }, + { "id": "radio_car_box_season_winter", "fg": 3652 }, + { "id": "radio_car_on_season_autumn", "fg": 3653 }, + { "id": "radio_car_on_season_spring", "fg": 3654 }, + { "id": "radio_car_on_season_summer", "fg": 3655 }, + { "id": "radio_car_on_season_winter", "fg": 3656 }, + { "id": "radio_on_season_autumn", "fg": 3661 }, + { "id": "radio_on_season_spring", "fg": 3662 }, + { "id": "radio_on_season_summer", "fg": 3663 }, + { "id": "radio_on_season_winter", "fg": 3664 }, + { "id": "radiocontrol_season_autumn", "fg": 3665 }, + { "id": "radiocontrol_season_spring", "fg": 3666 }, + { "id": "radiocontrol_season_summer", "fg": 3667 }, + { "id": "radiocontrol_season_winter", "fg": 3668 }, + { "id": "raw_fur_season_autumn", "fg": 3673 }, + { "id": "raw_fur_season_spring", "fg": 3674 }, + { "id": "raw_fur_season_summer", "fg": 3675 }, + { "id": "raw_fur_season_winter", "fg": 3676 }, + { "id": "raw_tainted_fur_season_autumn", "fg": 3677 }, + { "id": "raw_tainted_fur_season_spring", "fg": 3678 }, + { "id": "raw_tainted_fur_season_summer", "fg": 3679 }, + { "id": "raw_tainted_fur_season_winter", "fg": 3680 }, + { "id": "razor_blade_season_autumn", "fg": 3681 }, + { "id": "razor_blade_season_spring", "fg": 3682 }, + { "id": "razor_blade_season_summer", "fg": 3683 }, + { "id": "razor_blade_season_winter", "fg": 3684 }, + { "id": "ref_lighter_season_autumn", "fg": 3685 }, + { "id": "ref_lighter_season_spring", "fg": 3686 }, + { "id": "ref_lighter_season_summer", "fg": 3687 }, + { "id": "ref_lighter_season_winter", "fg": 3688 }, + { "id": "ref_lighter_on_season_autumn", "fg": 3689 }, + { "id": "ref_lighter_on_season_spring", "fg": 3690 }, + { "id": "ref_lighter_on_season_summer", "fg": 3691 }, + { "id": "ref_lighter_on_season_winter", "fg": 3692 }, + { "id": "reinforced_glass_sheet_season_autumn", "fg": 3693 }, + { "id": "reinforced_glass_sheet_season_spring", "fg": 3694 }, + { "id": "reinforced_glass_sheet_season_summer", "fg": 3695 }, + { "id": "reinforced_glass_sheet_season_winter", "fg": 3696 }, + { "id": "riding_saddle_season_autumn", "fg": 3697 }, + { "id": "riding_saddle_season_spring", "fg": 3698 }, + { "id": "riding_saddle_season_summer", "fg": 3699 }, + { "id": "riding_saddle_season_winter", "fg": 3700 }, + { "id": "riv_scope_season_autumn", "fg": 3705 }, + { "id": "riv_scope_season_spring", "fg": 3706 }, + { "id": "riv_scope_season_summer", "fg": 3707 }, + { "id": "riv_scope_season_winter", "fg": 3708 }, + { "id": "rm121aux_season_autumn", "fg": 3709 }, + { "id": "rm121aux_season_spring", "fg": 3710 }, + { "id": "rm121aux_season_summer", "fg": 3711 }, + { "id": "rm121aux_season_winter", "fg": 3712 }, + { "id": "rm4502_season_autumn", "fg": 3713 }, + { "id": "rm4502_season_spring", "fg": 3714 }, + { "id": "rm4502_season_summer", "fg": 3715 }, + { "id": "rm4502_season_winter", "fg": 3716 }, + { "id": "rm4504_season_autumn", "fg": 3717 }, + { "id": "rm4504_season_spring", "fg": 3718 }, + { "id": "rm4504_season_summer", "fg": 3719 }, + { "id": "rm4504_season_winter", "fg": 3720 }, + { "id": "rock_season_autumn", "fg": 3721 }, + { "id": "rock_season_spring", "fg": 3722 }, + { "id": "rock_season_summer", "fg": 3723 }, + { "id": "rock_season_winter", "fg": 3724 }, + { "id": "rock_pot_season_autumn", "fg": 3725 }, + { "id": "rock_pot_season_spring", "fg": 3726 }, + { "id": "rock_pot_season_summer", "fg": 3727 }, + { "id": "rock_pot_season_winter", "fg": 3728 }, + { "id": "rolling_pin_season_autumn", "fg": 3729 }, + { "id": "rolling_pin_season_spring", "fg": 3730 }, + { "id": "rolling_pin_season_summer", "fg": 3731 }, + { "id": "rolling_pin_season_winter", "fg": 3732 }, + { "id": "rope_30_season_autumn", "fg": 3733 }, + { "id": "rope_30_season_spring", "fg": 3734 }, + { "id": "rope_30_season_summer", "fg": 3735 }, + { "id": "rope_30_season_winter", "fg": 3736 }, + { "id": "rope_6_season_autumn", "fg": 3737 }, + { "id": "rope_6_season_spring", "fg": 3738 }, + { "id": "rope_6_season_summer", "fg": 3739 }, + { "id": "rope_6_season_winter", "fg": 3740 }, + { "id": "rubber_armor_horse_season_autumn", "fg": 3741 }, + { "id": "rubber_armor_horse_season_spring", "fg": 3742 }, + { "id": "rubber_armor_horse_season_summer", "fg": 3743 }, + { "id": "rubber_armor_horse_season_winter", "fg": 3744 }, + { "id": "rx12_injector_season_autumn", "fg": 3745 }, + { "id": "rx12_injector_season_spring", "fg": 3746 }, + { "id": "rx12_injector_season_summer", "fg": 3747 }, + { "id": "rx12_injector_season_winter", "fg": 3748 }, + { "id": "saddlebag_season_autumn", "fg": 3749 }, + { "id": "saddlebag_season_spring", "fg": 3750 }, + { "id": "saddlebag_season_summer", "fg": 3751 }, + { "id": "saddlebag_season_winter", "fg": 3752 }, + { "id": "safe_box_season_autumn", "fg": 3753 }, + { "id": "safe_box_season_spring", "fg": 3754 }, + { "id": "safe_box_season_summer", "fg": 3755 }, + { "id": "safe_box_season_winter", "fg": 3756 }, + { "id": "scorecard_season_autumn", "fg": 3757 }, + { "id": "scorecard_season_spring", "fg": 3758 }, + { "id": "scorecard_season_summer", "fg": 3759 }, + { "id": "scorecard_season_winter", "fg": 3760 }, + { "id": "scrap_season_autumn", "fg": 3761 }, + { "id": "scrap_season_spring", "fg": 3762 }, + { "id": "scrap_season_summer", "fg": 3763 }, + { "id": "scrap_season_winter", "fg": 3764 }, + { "id": "sharp_toothbrush_season_autumn", "fg": 3765 }, + { "id": "sharp_toothbrush_season_spring", "fg": 3766 }, + { "id": "sharp_toothbrush_season_summer", "fg": 3767 }, + { "id": "sharp_toothbrush_season_winter", "fg": 3768 }, + { "id": "sheet_kevlar_season_autumn", "fg": 3777 }, + { "id": "sheet_kevlar_season_spring", "fg": 3778 }, + { "id": "sheet_kevlar_season_summer", "fg": 3779 }, + { "id": "sheet_kevlar_season_winter", "fg": 3780 }, + { "id": "sheet_metal_small_season_autumn", "fg": 3785 }, + { "id": "sheet_metal_small_season_spring", "fg": 3786 }, + { "id": "sheet_metal_small_season_summer", "fg": 3787 }, + { "id": "sheet_metal_small_season_winter", "fg": 3788 }, + { "id": "shield_buckler_season_autumn", "fg": 3789 }, + { "id": "shield_buckler_season_spring", "fg": 3790 }, + { "id": "shield_buckler_season_summer", "fg": 3791 }, + { "id": "shield_buckler_season_winter", "fg": 3792 }, + { "id": "shield_kite_season_autumn", "fg": 3793 }, + { "id": "shield_kite_season_spring", "fg": 3794 }, + { "id": "shield_kite_season_summer", "fg": 3795 }, + { "id": "shield_kite_season_winter", "fg": 3796 }, + { "id": "shield_riot_season_autumn", "fg": 3797 }, + { "id": "shield_riot_season_spring", "fg": 3798 }, + { "id": "shield_riot_season_summer", "fg": 3799 }, + { "id": "shield_riot_season_winter", "fg": 3800 }, + { "id": "skateboard_season_autumn", "fg": 3805 }, + { "id": "skateboard_season_spring", "fg": 3806 }, + { "id": "skateboard_season_summer", "fg": 3807 }, + { "id": "skateboard_season_winter", "fg": 3808 }, + { "id": "sleeping_bag_season_autumn", "fg": 3809 }, + { "id": "sleeping_bag_season_spring", "fg": 3810 }, + { "id": "sleeping_bag_season_summer", "fg": 3811 }, + { "id": "sleeping_bag_season_winter", "fg": 3812 }, + { "id": "sm_extinguisher_season_autumn", "fg": 3813 }, + { "id": "sm_extinguisher_season_spring", "fg": 3814 }, + { "id": "sm_extinguisher_season_summer", "fg": 3815 }, + { "id": "sm_extinguisher_season_winter", "fg": 3816 }, + { "id": "small_lcd_screen_season_autumn", "fg": 3817 }, + { "id": "small_lcd_screen_season_spring", "fg": 3818 }, + { "id": "small_lcd_screen_season_summer", "fg": 3819 }, + { "id": "small_lcd_screen_season_winter", "fg": 3820 }, + { "id": "small_turbine_engine_season_autumn", "fg": 3821 }, + { "id": "small_turbine_engine_season_spring", "fg": 3822 }, + { "id": "small_turbine_engine_season_summer", "fg": 3823 }, + { "id": "small_turbine_engine_season_winter", "fg": 3824 }, + { "id": "smart_lamp_season_autumn", "fg": 3825 }, + { "id": "smart_lamp_season_spring", "fg": 3826 }, + { "id": "smart_lamp_season_summer", "fg": 3827 }, + { "id": "smart_lamp_season_winter", "fg": 3828 }, + { "id": "smart_lamp_on_season_autumn", "fg": 3829 }, + { "id": "smart_lamp_on_season_spring", "fg": 3830 }, + { "id": "smart_lamp_on_season_summer", "fg": 3831 }, + { "id": "smart_lamp_on_season_winter", "fg": 3832 }, + { "id": "smoxygen_tank_season_autumn", "fg": 3833 }, + { "id": "smoxygen_tank_season_spring", "fg": 3834 }, + { "id": "smoxygen_tank_season_summer", "fg": 3835 }, + { "id": "smoxygen_tank_season_winter", "fg": 3836 }, + { "id": "soap_season_autumn", "fg": 3837 }, + { "id": "soap_season_spring", "fg": 3838 }, + { "id": "soap_season_summer", "fg": 3839 }, + { "id": "soap_season_winter", "fg": 3840 }, + { "id": "soap_holder_season_autumn", "fg": 3841 }, + { "id": "soap_holder_season_spring", "fg": 3842 }, + { "id": "soap_holder_season_summer", "fg": 3843 }, + { "id": "soap_holder_season_winter", "fg": 3844 }, + { "id": "spell_scroll_season_autumn", "fg": 3845 }, + { "id": "spell_scroll_season_spring", "fg": 3846 }, + { "id": "spell_scroll_season_summer", "fg": 3847 }, + { "id": "spell_scroll_season_winter", "fg": 3848 }, + { "id": "sponge_season_autumn", "fg": 3849 }, + { "id": "sponge_season_spring", "fg": 3850 }, + { "id": "sponge_season_summer", "fg": 3851 }, + { "id": "sponge_season_winter", "fg": 3852 }, + { "id": "steam_triple_medium_season_autumn", "fg": 3853 }, + { "id": "steam_triple_medium_season_spring", "fg": 3854 }, + { "id": "steam_triple_medium_season_summer", "fg": 3855 }, + { "id": "steam_triple_medium_season_winter", "fg": 3856 }, + { "id": "steel_armor_season_autumn", "fg": 3861 }, + { "id": "steel_armor_season_spring", "fg": 3862 }, + { "id": "steel_armor_season_summer", "fg": 3863 }, + { "id": "steel_armor_season_winter", "fg": 3864 }, + { "id": "steel_chunk_season_autumn", "fg": 3865 }, + { "id": "steel_chunk_season_spring", "fg": 3866 }, + { "id": "steel_chunk_season_summer", "fg": 3867 }, + { "id": "steel_chunk_season_winter", "fg": 3868 }, + { "id": "stock_pot_season_autumn", "fg": 3873 }, + { "id": "stock_pot_season_spring", "fg": 3874 }, + { "id": "stock_pot_season_summer", "fg": 3875 }, + { "id": "stock_pot_season_winter", "fg": 3876 }, + { "id": "straw_basket_season_autumn", "fg": 3881 }, + { "id": "straw_basket_season_spring", "fg": 3882 }, + { "id": "straw_basket_season_summer", "fg": 3883 }, + { "id": "straw_basket_season_winter", "fg": 3884 }, + { "id": "straw_doll_season_autumn", "fg": 3885 }, + { "id": "straw_doll_season_spring", "fg": 3886 }, + { "id": "straw_doll_season_summer", "fg": 3887 }, + { "id": "straw_doll_season_winter", "fg": 3888 }, + { "id": "styrofoam_cup_season_autumn", "fg": 3889 }, + { "id": "styrofoam_cup_season_spring", "fg": 3890 }, + { "id": "styrofoam_cup_season_summer", "fg": 3891 }, + { "id": "styrofoam_cup_season_winter", "fg": 3892 }, + { "id": "suitcase_l_season_autumn", "fg": 3893 }, + { "id": "suitcase_l_season_spring", "fg": 3894 }, + { "id": "suitcase_l_season_summer", "fg": 3895 }, + { "id": "suitcase_l_season_winter", "fg": 3896 }, + { "id": "suitcase_m_season_autumn", "fg": 3897 }, + { "id": "suitcase_m_season_spring", "fg": 3898 }, + { "id": "suitcase_m_season_summer", "fg": 3899 }, + { "id": "suitcase_m_season_winter", "fg": 3900 }, + { "id": "superglue_season_autumn", "fg": 3901 }, + { "id": "superglue_season_spring", "fg": 3902 }, + { "id": "superglue_season_summer", "fg": 3903 }, + { "id": "superglue_season_winter", "fg": 3904 }, + { "id": "swag_bag_season_autumn", "fg": 3913 }, + { "id": "swag_bag_season_spring", "fg": 3914 }, + { "id": "swag_bag_season_summer", "fg": 3915 }, + { "id": "swag_bag_season_winter", "fg": 3916 }, + { "id": "talking_doll_season_autumn", "fg": 3921 }, + { "id": "talking_doll_season_spring", "fg": 3922 }, + { "id": "talking_doll_season_summer", "fg": 3923 }, + { "id": "talking_doll_season_winter", "fg": 3924 }, + { "id": "tanned_pelt_season_autumn", "fg": 3925 }, + { "id": "tanned_pelt_season_spring", "fg": 3926 }, + { "id": "tanned_pelt_season_summer", "fg": 3927 }, + { "id": "tanned_pelt_season_winter", "fg": 3928 }, + { "id": "tanning_pelt_season_autumn", "fg": 3929 }, + { "id": "tanning_pelt_season_spring", "fg": 3930 }, + { "id": "tanning_pelt_season_summer", "fg": 3931 }, + { "id": "tanning_pelt_season_winter", "fg": 3932 }, + { "id": "teddy_season_autumn", "fg": 3933 }, + { "id": "teddy_season_spring", "fg": 3934 }, + { "id": "teddy_season_summer", "fg": 3935 }, + { "id": "teddy_season_winter", "fg": 3936 }, + { "id": "teddy_bear_season_autumn", "fg": 3937 }, + { "id": "teddy_bear_season_spring", "fg": 3938 }, + { "id": "teddy_bear_season_summer", "fg": 3939 }, + { "id": "teddy_bear_season_winter", "fg": 3940 }, + { "id": "test_tube_season_autumn", "fg": 3941 }, + { "id": "test_tube_season_spring", "fg": 3942 }, + { "id": "test_tube_season_summer", "fg": 3943 }, + { "id": "test_tube_season_winter", "fg": 3944 }, + { "id": "test_tube_micro_season_autumn", "fg": 3945 }, + { "id": "test_tube_micro_season_spring", "fg": 3946 }, + { "id": "test_tube_micro_season_summer", "fg": 3947 }, + { "id": "test_tube_micro_season_winter", "fg": 3948 }, + { "id": "thread_season_autumn", "fg": 3949 }, + { "id": "thread_season_spring", "fg": 3950 }, + { "id": "thread_season_summer", "fg": 3951 }, + { "id": "thread_season_winter", "fg": 3952 }, + { "id": "throw_extinguisher_season_autumn", "fg": 3953 }, + { "id": "throw_extinguisher_season_spring", "fg": 3954 }, + { "id": "throw_extinguisher_season_summer", "fg": 3955 }, + { "id": "throw_extinguisher_season_winter", "fg": 3956 }, + { "id": "toaster_season_autumn", "fg": 3957 }, + { "id": "toaster_season_spring", "fg": 3958 }, + { "id": "toaster_season_summer", "fg": 3959 }, + { "id": "toaster_season_winter", "fg": 3960 }, + { "id": "tool_rocket_candy_season_autumn", "fg": 3961 }, + { "id": "tool_rocket_candy_season_spring", "fg": 3962 }, + { "id": "tool_rocket_candy_season_summer", "fg": 3963 }, + { "id": "tool_rocket_candy_season_winter", "fg": 3964 }, + { "id": "tool_rocket_candy_act_season_autumn", "fg": 3965 }, + { "id": "tool_rocket_candy_act_season_spring", "fg": 3966 }, + { "id": "tool_rocket_candy_act_season_summer", "fg": 3967 }, + { "id": "tool_rocket_candy_act_season_winter", "fg": 3968 }, + { "id": "toolbox_season_autumn", "fg": 3969 }, + { "id": "toolbox_season_spring", "fg": 3970 }, + { "id": "toolbox_season_summer", "fg": 3971 }, + { "id": "toolbox_season_winter", "fg": 3972 }, + { "id": "toothbrush_plain_season_autumn", "fg": 3973 }, + { "id": "toothbrush_plain_season_spring", "fg": 3974 }, + { "id": "toothbrush_plain_season_summer", "fg": 3975 }, + { "id": "toothbrush_plain_season_winter", "fg": 3976 }, + { "id": "torch_season_autumn", "fg": 3977 }, + { "id": "torch_season_spring", "fg": 3978 }, + { "id": "torch_season_summer", "fg": 3979 }, + { "id": "torch_season_winter", "fg": 3980 }, + { "id": "torch_done_season_autumn", "fg": 3981 }, + { "id": "torch_done_season_spring", "fg": 3982 }, + { "id": "torch_done_season_summer", "fg": 3983 }, + { "id": "torch_done_season_winter", "fg": 3984 }, + { "id": "torch_lit_season_autumn", "fg": 3985 }, + { "id": "torch_lit_season_spring", "fg": 3986 }, + { "id": "torch_lit_season_summer", "fg": 3987 }, + { "id": "torch_lit_season_winter", "fg": 3988 }, + { "id": "tramadol_season_autumn", "fg": 3993 }, + { "id": "tramadol_season_spring", "fg": 3994 }, + { "id": "tramadol_season_summer", "fg": 3995 }, + { "id": "tramadol_season_winter", "fg": 3996 }, + { "id": "tuba_season_autumn", "fg": 3997 }, + { "id": "tuba_season_spring", "fg": 3998 }, + { "id": "tuba_season_summer", "fg": 3999 }, + { "id": "tuba_season_winter", "fg": 4000 }, + { "id": "two_way_radio_season_autumn", "fg": 4001 }, + { "id": "two_way_radio_season_spring", "fg": 4002 }, + { "id": "two_way_radio_season_summer", "fg": 4003 }, + { "id": "two_way_radio_season_winter", "fg": 4004 }, + { "id": "unfinished_charcoal_season_autumn", "fg": 4005 }, + { "id": "unfinished_charcoal_season_spring", "fg": 4006 }, + { "id": "unfinished_charcoal_season_summer", "fg": 4007 }, + { "id": "unfinished_charcoal_season_winter", "fg": 4008 }, + { "id": "usb_drive_season_autumn", "fg": 4009 }, + { "id": "usb_drive_season_spring", "fg": 4010 }, + { "id": "usb_drive_season_summer", "fg": 4011 }, + { "id": "usb_drive_season_winter", "fg": 4012 }, + { "id": "vpart_basketlg_season_autumn", "fg": 4013 }, + { "id": "vpart_basketlg_season_spring", "fg": 4014 }, + { "id": "vpart_basketlg_season_summer", "fg": 4015 }, + { "id": "vpart_basketlg_season_winter", "fg": 4016 }, + { "id": "vpart_hdhatch_opaque_season_autumn", "fg": 4017 }, + { "id": "vpart_hdhatch_opaque_season_spring", "fg": 4018 }, + { "id": "vpart_hdhatch_opaque_season_summer", "fg": 4019 }, + { "id": "vpart_hdhatch_opaque_season_winter", "fg": 4020 }, + { "id": "washcloth_season_autumn", "fg": 4021 }, + { "id": "washcloth_season_spring", "fg": 4022 }, + { "id": "washcloth_season_summer", "fg": 4023 }, + { "id": "washcloth_season_winter", "fg": 4024 }, + { "id": "waterskin_season_autumn", "fg": 4025 }, + { "id": "waterskin_season_spring", "fg": 4026 }, + { "id": "waterskin_season_summer", "fg": 4027 }, + { "id": "waterskin_season_winter", "fg": 4028 }, + { "id": "waterskin2_season_autumn", "fg": 4029 }, + { "id": "waterskin2_season_spring", "fg": 4030 }, + { "id": "waterskin2_season_summer", "fg": 4031 }, + { "id": "waterskin2_season_winter", "fg": 4032 }, + { "id": "weather_reader_season_autumn", "fg": 4037 }, + { "id": "weather_reader_season_spring", "fg": 4038 }, + { "id": "weather_reader_season_summer", "fg": 4039 }, + { "id": "weather_reader_season_winter", "fg": 4040 }, + { "id": "well_pump_season_autumn", "fg": 4041 }, + { "id": "well_pump_season_spring", "fg": 4042 }, + { "id": "well_pump_season_summer", "fg": 4043 }, + { "id": "well_pump_season_winter", "fg": 4044 }, + { "id": "whistle_season_autumn", "fg": 4045 }, + { "id": "whistle_season_spring", "fg": 4046 }, + { "id": "whistle_season_summer", "fg": 4047 }, + { "id": "whistle_season_winter", "fg": 4048 }, + { "id": "wide_headlight_reinforced_season_autumn", "fg": 4049 }, + { "id": "wide_headlight_reinforced_season_spring", "fg": 4050 }, + { "id": "wide_headlight_reinforced_season_summer", "fg": 4051 }, + { "id": "wide_headlight_reinforced_season_winter", "fg": 4052 }, + { "id": "wood_sheet_season_autumn", "fg": 4053 }, + { "id": "wood_sheet_season_spring", "fg": 4054 }, + { "id": "wood_sheet_season_summer", "fg": 4055 }, + { "id": "wood_sheet_season_winter", "fg": 4056 }, + { "id": "wooden_barrel_season_autumn", "fg": 4057 }, + { "id": "wooden_barrel_season_spring", "fg": 4058 }, + { "id": "wooden_barrel_season_summer", "fg": 4059 }, + { "id": "wooden_barrel_season_winter", "fg": 4060 }, + { "id": "wrapped_rad_badge_season_autumn", "fg": 4061 }, + { "id": "wrapped_rad_badge_season_spring", "fg": 4062 }, + { "id": "wrapped_rad_badge_season_summer", "fg": 4063 }, + { "id": "wrapped_rad_badge_season_winter", "fg": 4064 }, + { "id": "wrapper_season_autumn", "fg": 4065 }, + { "id": "wrapper_season_spring", "fg": 4066 }, + { "id": "wrapper_season_summer", "fg": 4067 }, + { "id": "wrapper_season_winter", "fg": 4068 }, + { "id": "yarn_season_autumn", "fg": 4069 }, + { "id": "yarn_season_spring", "fg": 4070 }, + { "id": "yarn_season_summer", "fg": 4071 }, + { "id": "yarn_season_winter", "fg": 4072 }, + { "id": "animation_hit_season_autumn", "fg": 4073 }, + { "id": "animation_hit_season_spring", "fg": 4074 }, + { "id": "animation_hit_season_summer", "fg": 4075 }, + { "id": "animation_hit_season_winter", "fg": 4076 }, + { "id": "footstep_season_autumn", "fg": 4077 }, + { "id": "footstep_season_spring", "fg": 4078 }, + { "id": "footstep_season_summer", "fg": 4079 }, + { "id": "footstep_season_winter", "fg": 4080 }, + { "id": "footstep_above_season_autumn", "fg": 4081 }, + { "id": "footstep_above_season_spring", "fg": 4082 }, + { "id": "footstep_above_season_summer", "fg": 4083 }, + { "id": "footstep_above_season_winter", "fg": 4084 }, + { "id": "footstep_below_season_autumn", "fg": 4085 }, + { "id": "footstep_below_season_spring", "fg": 4086 }, + { "id": "footstep_below_season_summer", "fg": 4087 }, + { "id": "footstep_below_season_winter", "fg": 4088 }, + { "id": "graffiti_season_autumn", "fg": 4089 }, + { "id": "graffiti_season_spring", "fg": 4090 }, + { "id": "graffiti_season_summer", "fg": 4091 }, + { "id": "graffiti_season_winter", "fg": 4092 }, + { "id": "highlight_item_season_autumn", "fg": 4093 }, + { "id": "highlight_item_season_spring", "fg": 4094 }, + { "id": "highlight_item_season_summer", "fg": 4095 }, + { "id": "highlight_item_season_winter", "fg": 4096 }, + { "id": "infrared_creature_season_autumn", "fg": 4097 }, + { "id": "infrared_creature_season_spring", "fg": 4098 }, + { "id": "infrared_creature_season_summer", "fg": 4099 }, + { "id": "infrared_creature_season_winter", "fg": 4100 }, + { "id": "overlay_friendly_sees_player", "fg": 4101 }, + { "id": "overlay_friendly_sees_player_season_autumn", "fg": 4102 }, + { "id": "overlay_friendly_sees_player_season_summer", "fg": 4103 }, + { "id": "overlay_friendly_sees_player_season_winter", "fg": 4104 }, + { "id": "overlay_hostile_sees_player", "fg": 4105 }, + { "id": "overlay_hostile_sees_player_season_autumn", "fg": 4106 }, + { "id": "overlay_hostile_sees_player_season_summer", "fg": 4107 }, + { "id": "overlay_hostile_sees_player_season_winter", "fg": 4108 }, + { "id": "overlay_neutral_sees_player", "fg": 4109 }, + { "id": "overlay_neutral_sees_player_season_autumn", "fg": 4110 }, + { "id": "overlay_neutral_sees_player_season_summer", "fg": 4111 }, + { "id": "overlay_neutral_sees_player_season_winter", "fg": 4112 }, + { "id": "overlay_other_sees_player", "fg": 4113 }, + { "id": "overlay_other_sees_player_season_autumn", "fg": 4114 }, + { "id": "overlay_other_sees_player_season_summer", "fg": 4115 }, + { "id": "overlay_other_sees_player_season_winter", "fg": 4116 }, + { "id": "unknown_season_autumn", "fg": 4117 }, + { "id": "unknown_season_spring", "fg": 4118 }, + { "id": "unknown_season_summer", "fg": 4119 }, + { "id": "unknown_season_winter", "fg": 4120 }, + { "id": "weather_rain_drop_season_autumn", "fg": 4121 }, + { "id": "weather_rain_drop_season_spring", "fg": 4122 }, + { "id": "weather_rain_drop_season_summer", "fg": 4123 }, + { "id": "weather_rain_drop_season_winter", "fg": 4124 }, + { "id": "weather_snowflake_season_autumn", "fg": 4125 }, + { "id": "weather_snowflake_season_spring", "fg": 4126 }, + { "id": "weather_snowflake_season_summer", "fg": 4127 }, + { "id": "weather_snowflake_season_winter", "fg": 4128 }, + { "id": "zombie_revival_indicator", "fg": 4129 }, + { "id": "zombie_revival_indicator_season_autumn", "fg": 4130 }, + { "id": "zombie_revival_indicator_season_summer", "fg": 4131 }, + { "id": "zombie_revival_indicator_season_winter", "fg": 4132 }, + { "id": "mon_bat_season_autumn", "fg": 4133 }, + { "id": "mon_bat_season_spring", "fg": 4134 }, + { "id": "mon_bat_season_summer", "fg": 4135 }, + { "id": "mon_bat_season_winter", "fg": 4136 }, + { "id": "mon_bear_cub_season_autumn", "fg": 4137 }, + { "id": "mon_bear_cub_season_spring", "fg": 4138 }, + { "id": "mon_bear_cub_season_summer", "fg": 4139 }, + { "id": "mon_bear_cub_season_winter", "fg": 4140 }, + { "id": "mon_beaver_season_autumn", "fg": 4141 }, + { "id": "mon_beaver_season_spring", "fg": 4142 }, + { "id": "mon_beaver_season_summer", "fg": 4143 }, + { "id": "mon_beaver_season_winter", "fg": 4144 }, + { "id": "mon_biollante_sprig_season_autumn", "fg": 4145 }, + { "id": "mon_biollante_sprig_season_spring", "fg": 4146 }, + { "id": "mon_biollante_sprig_season_summer", "fg": 4147 }, + { "id": "mon_biollante_sprig_season_winter", "fg": 4148 }, + { "id": "mon_biollante_sprout_season_autumn", "fg": 4149 }, + { "id": "mon_biollante_sprout_season_spring", "fg": 4150 }, + { "id": "mon_biollante_sprout_season_summer", "fg": 4151 }, + { "id": "mon_biollante_sprout_season_winter", "fg": 4152 }, + { "id": "mon_blob_season_autumn", "fg": 4157 }, + { "id": "mon_blob_season_spring", "fg": 4158 }, + { "id": "mon_blob_season_summer", "fg": 4159 }, + { "id": "mon_blob_season_winter", "fg": 4160 }, + { "id": "mon_blob_large_season_autumn", "fg": 4161 }, + { "id": "mon_blob_large_season_spring", "fg": 4162 }, + { "id": "mon_blob_large_season_summer", "fg": 4163 }, + { "id": "mon_blob_large_season_winter", "fg": 4164 }, + { "id": "mon_blob_small_season_autumn", "fg": 4165 }, + { "id": "mon_blob_small_season_spring", "fg": 4166 }, + { "id": "mon_blob_small_season_summer", "fg": 4167 }, + { "id": "mon_blob_small_season_winter", "fg": 4168 }, + { "id": "mon_bobcat_season_autumn", "fg": 4169 }, + { "id": "mon_bobcat_season_spring", "fg": 4170 }, + { "id": "mon_bobcat_season_summer", "fg": 4171 }, + { "id": "mon_bobcat_season_winter", "fg": 4172 }, + { "id": "mon_cat_season_autumn", "fg": 4173 }, + { "id": "mon_cat_season_spring", "fg": 4174 }, + { "id": "mon_cat_season_summer", "fg": 4175 }, + { "id": "mon_cat_season_winter", "fg": 4176 }, + { "id": "mon_chicken_season_autumn", "fg": 4177 }, + { "id": "mon_chicken_season_spring", "fg": 4178 }, + { "id": "mon_chicken_season_summer", "fg": 4179 }, + { "id": "mon_chicken_season_winter", "fg": 4180 }, + { "id": "mon_chipmunk_season_autumn", "fg": 4185 }, + { "id": "mon_chipmunk_season_spring", "fg": 4186 }, + { "id": "mon_chipmunk_season_summer", "fg": 4187 }, + { "id": "mon_chipmunk_season_winter", "fg": 4188 }, + { "id": "mon_chud_season_autumn", "fg": 4189 }, + { "id": "mon_chud_season_spring", "fg": 4190 }, + { "id": "mon_chud_season_summer", "fg": 4191 }, + { "id": "mon_chud_season_winter", "fg": 4192 }, + { "id": "mon_cockatrice_season_autumn", "fg": 4193 }, + { "id": "mon_cockatrice_season_spring", "fg": 4194 }, + { "id": "mon_cockatrice_season_summer", "fg": 4195 }, + { "id": "mon_cockatrice_season_winter", "fg": 4196 }, + { "id": "mon_coyote_season_autumn", "fg": 4197 }, + { "id": "mon_coyote_season_spring", "fg": 4198 }, + { "id": "mon_coyote_season_summer", "fg": 4199 }, + { "id": "mon_coyote_season_winter", "fg": 4200 }, + { "id": "mon_coyote_wolf_season_autumn", "fg": 4201 }, + { "id": "mon_coyote_wolf_season_spring", "fg": 4202 }, + { "id": "mon_coyote_wolf_season_summer", "fg": 4203 }, + { "id": "mon_coyote_wolf_season_winter", "fg": 4204 }, + { "id": "mon_creeper_hub_season_autumn", "fg": 4205 }, + { "id": "mon_creeper_hub_season_spring", "fg": 4206 }, + { "id": "mon_creeper_hub_season_summer", "fg": 4207 }, + { "id": "mon_creeper_hub_season_winter", "fg": 4208 }, + { "id": "mon_creeper_vine_season_autumn", "fg": 4209 }, + { "id": "mon_creeper_vine_season_spring", "fg": 4210 }, + { "id": "mon_creeper_vine_season_summer", "fg": 4211 }, + { "id": "mon_creeper_vine_season_winter", "fg": 4212 }, + { "id": "mon_crow_season_autumn", "fg": 4213 }, + { "id": "mon_crow_season_spring", "fg": 4214 }, + { "id": "mon_crow_season_summer", "fg": 4215 }, + { "id": "mon_crow_season_winter", "fg": 4216 }, + { "id": "mon_crows_m240_season_autumn", "fg": 4217 }, + { "id": "mon_crows_m240_season_spring", "fg": 4218 }, + { "id": "mon_crows_m240_season_summer", "fg": 4219 }, + { "id": "mon_crows_m240_season_winter", "fg": 4220 }, + { "id": "mon_deer_fawn_season_autumn", "fg": 4221 }, + { "id": "mon_deer_fawn_season_spring", "fg": 4222 }, + { "id": "mon_deer_fawn_season_summer", "fg": 4223 }, + { "id": "mon_deer_fawn_season_winter", "fg": 4224 }, + { "id": "mon_deer_mouse_season_autumn", "fg": 4225 }, + { "id": "mon_deer_mouse_season_spring", "fg": 4226 }, + { "id": "mon_deer_mouse_season_summer", "fg": 4227 }, + { "id": "mon_deer_mouse_season_winter", "fg": 4228 }, + { "id": "mon_dog_season_autumn", "fg": 4229 }, + { "id": "mon_dog_season_spring", "fg": 4230 }, + { "id": "mon_dog_season_summer", "fg": 4231 }, + { "id": "mon_dog_season_winter", "fg": 4232 }, + { "id": "mon_dog_auscattle_season_autumn", "fg": 4233 }, + { "id": "mon_dog_auscattle_season_spring", "fg": 4234 }, + { "id": "mon_dog_auscattle_season_summer", "fg": 4235 }, + { "id": "mon_dog_auscattle_season_winter", "fg": 4236 }, + { "id": "mon_dog_auscattle_pup_season_autumn", "fg": 4237 }, + { "id": "mon_dog_auscattle_pup_season_spring", "fg": 4238 }, + { "id": "mon_dog_auscattle_pup_season_summer", "fg": 4239 }, + { "id": "mon_dog_auscattle_pup_season_winter", "fg": 4240 }, + { "id": "mon_dog_bcollie_season_autumn", "fg": 4241 }, + { "id": "mon_dog_bcollie_season_spring", "fg": 4242 }, + { "id": "mon_dog_bcollie_season_summer", "fg": 4243 }, + { "id": "mon_dog_bcollie_season_winter", "fg": 4244 }, + { "id": "mon_dog_bcollie_pup_season_autumn", "fg": 4245 }, + { "id": "mon_dog_bcollie_pup_season_spring", "fg": 4246 }, + { "id": "mon_dog_bcollie_pup_season_summer", "fg": 4247 }, + { "id": "mon_dog_bcollie_pup_season_winter", "fg": 4248 }, + { "id": "mon_dog_beagle_season_autumn", "fg": 4249 }, + { "id": "mon_dog_beagle_season_spring", "fg": 4250 }, + { "id": "mon_dog_beagle_season_summer", "fg": 4251 }, + { "id": "mon_dog_beagle_season_winter", "fg": 4252 }, + { "id": "mon_dog_beagle_pup_season_autumn", "fg": 4253 }, + { "id": "mon_dog_beagle_pup_season_spring", "fg": 4254 }, + { "id": "mon_dog_beagle_pup_season_summer", "fg": 4255 }, + { "id": "mon_dog_beagle_pup_season_winter", "fg": 4256 }, + { "id": "mon_dog_boxer_season_autumn", "fg": 4257 }, + { "id": "mon_dog_boxer_season_spring", "fg": 4258 }, + { "id": "mon_dog_boxer_season_summer", "fg": 4259 }, + { "id": "mon_dog_boxer_season_winter", "fg": 4260 }, + { "id": "mon_dog_boxer_pup_season_autumn", "fg": 4261 }, + { "id": "mon_dog_boxer_pup_season_spring", "fg": 4262 }, + { "id": "mon_dog_boxer_pup_season_summer", "fg": 4263 }, + { "id": "mon_dog_boxer_pup_season_winter", "fg": 4264 }, + { "id": "mon_dog_bull_season_autumn", "fg": 4265 }, + { "id": "mon_dog_bull_season_spring", "fg": 4266 }, + { "id": "mon_dog_bull_season_summer", "fg": 4267 }, + { "id": "mon_dog_bull_season_winter", "fg": 4268 }, + { "id": "mon_dog_bull_pup_season_autumn", "fg": 4269 }, + { "id": "mon_dog_bull_pup_season_spring", "fg": 4270 }, + { "id": "mon_dog_bull_pup_season_summer", "fg": 4271 }, + { "id": "mon_dog_bull_pup_season_winter", "fg": 4272 }, + { "id": "mon_dog_chihuahua_season_autumn", "fg": 4273 }, + { "id": "mon_dog_chihuahua_season_spring", "fg": 4274 }, + { "id": "mon_dog_chihuahua_season_summer", "fg": 4275 }, + { "id": "mon_dog_chihuahua_season_winter", "fg": 4276 }, + { "id": "mon_dog_chihuahua_pup_season_autumn", "fg": 4277 }, + { "id": "mon_dog_chihuahua_pup_season_spring", "fg": 4278 }, + { "id": "mon_dog_chihuahua_pup_season_summer", "fg": 4279 }, + { "id": "mon_dog_chihuahua_pup_season_winter", "fg": 4280 }, + { "id": "mon_dog_dachshund_season_autumn", "fg": 4281 }, + { "id": "mon_dog_dachshund_season_spring", "fg": 4282 }, + { "id": "mon_dog_dachshund_season_summer", "fg": 4283 }, + { "id": "mon_dog_dachshund_season_winter", "fg": 4284 }, + { "id": "mon_dog_dachshund_pup_season_autumn", "fg": 4285 }, + { "id": "mon_dog_dachshund_pup_season_spring", "fg": 4286 }, + { "id": "mon_dog_dachshund_pup_season_summer", "fg": 4287 }, + { "id": "mon_dog_dachshund_pup_season_winter", "fg": 4288 }, + { "id": "mon_dog_gpyrenees_season_autumn", "fg": 4289 }, + { "id": "mon_dog_gpyrenees_season_spring", "fg": 4290 }, + { "id": "mon_dog_gpyrenees_season_summer", "fg": 4291 }, + { "id": "mon_dog_gpyrenees_season_winter", "fg": 4292 }, + { "id": "mon_dog_gpyrenees_pup_season_autumn", "fg": 4293 }, + { "id": "mon_dog_gpyrenees_pup_season_spring", "fg": 4294 }, + { "id": "mon_dog_gpyrenees_pup_season_summer", "fg": 4295 }, + { "id": "mon_dog_gpyrenees_pup_season_winter", "fg": 4296 }, + { "id": "mon_dog_gshepherd_pup_season_autumn", "fg": 4301 }, + { "id": "mon_dog_gshepherd_pup_season_spring", "fg": 4302 }, + { "id": "mon_dog_gshepherd_pup_season_summer", "fg": 4303 }, + { "id": "mon_dog_gshepherd_pup_season_winter", "fg": 4304 }, + { "id": "mon_dog_pitbullmix_season_autumn", "fg": 4305 }, + { "id": "mon_dog_pitbullmix_season_spring", "fg": 4306 }, + { "id": "mon_dog_pitbullmix_season_summer", "fg": 4307 }, + { "id": "mon_dog_pitbullmix_season_winter", "fg": 4308 }, + { "id": "mon_dog_pitbullmix_pup_season_autumn", "fg": 4309 }, + { "id": "mon_dog_pitbullmix_pup_season_spring", "fg": 4310 }, + { "id": "mon_dog_pitbullmix_pup_season_summer", "fg": 4311 }, + { "id": "mon_dog_pitbullmix_pup_season_winter", "fg": 4312 }, + { "id": "mon_dog_pup_season_autumn", "fg": 4313 }, + { "id": "mon_dog_pup_season_spring", "fg": 4314 }, + { "id": "mon_dog_pup_season_summer", "fg": 4315 }, + { "id": "mon_dog_pup_season_winter", "fg": 4316 }, + { "id": "mon_dog_rottweiler_season_autumn", "fg": 4317 }, + { "id": "mon_dog_rottweiler_season_spring", "fg": 4318 }, + { "id": "mon_dog_rottweiler_season_summer", "fg": 4319 }, + { "id": "mon_dog_rottweiler_season_winter", "fg": 4320 }, + { "id": "mon_dog_rottweiler_pup_season_autumn", "fg": 4321 }, + { "id": "mon_dog_rottweiler_pup_season_spring", "fg": 4322 }, + { "id": "mon_dog_rottweiler_pup_season_summer", "fg": 4323 }, + { "id": "mon_dog_rottweiler_pup_season_winter", "fg": 4324 }, + { "id": "mon_duck_season_autumn", "fg": 4325 }, + { "id": "mon_duck_season_spring", "fg": 4326 }, + { "id": "mon_duck_season_summer", "fg": 4327 }, + { "id": "mon_duck_season_winter", "fg": 4328 }, + { "id": "mon_fox_gray_season_autumn", "fg": 4329 }, + { "id": "mon_fox_gray_season_spring", "fg": 4330 }, + { "id": "mon_fox_gray_season_summer", "fg": 4331 }, + { "id": "mon_fox_gray_season_winter", "fg": 4332 }, + { "id": "mon_fungal_fighter_season_autumn", "fg": 4333 }, + { "id": "mon_fungal_fighter_season_spring", "fg": 4334 }, + { "id": "mon_fungal_fighter_season_summer", "fg": 4335 }, + { "id": "mon_fungal_fighter_season_winter", "fg": 4336 }, + { "id": "mon_goose_canadian_season_autumn", "fg": 4337 }, + { "id": "mon_goose_canadian_season_spring", "fg": 4338 }, + { "id": "mon_goose_canadian_season_summer", "fg": 4339 }, + { "id": "mon_goose_canadian_season_winter", "fg": 4340 }, + { "id": "mon_groundhog_season_autumn", "fg": 4341 }, + { "id": "mon_groundhog_season_spring", "fg": 4342 }, + { "id": "mon_groundhog_season_summer", "fg": 4343 }, + { "id": "mon_groundhog_season_winter", "fg": 4344 }, + { "id": "mon_grouse_season_autumn", "fg": 4345 }, + { "id": "mon_grouse_season_spring", "fg": 4346 }, + { "id": "mon_grouse_season_summer", "fg": 4347 }, + { "id": "mon_grouse_season_winter", "fg": 4348 }, + { "id": "mon_hare_season_autumn", "fg": 4349 }, + { "id": "mon_hare_season_spring", "fg": 4350 }, + { "id": "mon_hare_season_summer", "fg": 4351 }, + { "id": "mon_hare_season_winter", "fg": 4352 }, + { "id": "mon_hunting_horror_season_autumn", "fg": 4353 }, + { "id": "mon_hunting_horror_season_spring", "fg": 4354 }, + { "id": "mon_hunting_horror_season_summer", "fg": 4355 }, + { "id": "mon_hunting_horror_season_winter", "fg": 4356 }, + { "id": "mon_irradiated_wanderer_1_season_autumn", "fg": 4357 }, + { "id": "mon_irradiated_wanderer_1_season_spring", "fg": 4358 }, + { "id": "mon_irradiated_wanderer_1_season_summer", "fg": 4359 }, + { "id": "mon_irradiated_wanderer_1_season_winter", "fg": 4360 }, + { "id": "mon_irradiated_wanderer_2_season_autumn", "fg": 4361 }, + { "id": "mon_irradiated_wanderer_2_season_spring", "fg": 4362 }, + { "id": "mon_irradiated_wanderer_2_season_summer", "fg": 4363 }, + { "id": "mon_irradiated_wanderer_2_season_winter", "fg": 4364 }, + { "id": "mon_irradiated_wanderer_3_season_autumn", "fg": 4365 }, + { "id": "mon_irradiated_wanderer_3_season_spring", "fg": 4366 }, + { "id": "mon_irradiated_wanderer_3_season_summer", "fg": 4367 }, + { "id": "mon_irradiated_wanderer_3_season_winter", "fg": 4368 }, + { "id": "mon_irradiated_wanderer_4_season_autumn", "fg": 4369 }, + { "id": "mon_irradiated_wanderer_4_season_spring", "fg": 4370 }, + { "id": "mon_irradiated_wanderer_4_season_summer", "fg": 4371 }, + { "id": "mon_irradiated_wanderer_4_season_winter", "fg": 4372 }, + { "id": "mon_leech_pod_cluster_season_autumn", "fg": 4373 }, + { "id": "mon_leech_pod_cluster_season_spring", "fg": 4374 }, + { "id": "mon_leech_pod_cluster_season_summer", "fg": 4375 }, + { "id": "mon_leech_pod_cluster_season_winter", "fg": 4376 }, + { "id": "mon_leech_root_drone_season_autumn", "fg": 4377 }, + { "id": "mon_leech_root_drone_season_spring", "fg": 4378 }, + { "id": "mon_leech_root_drone_season_summer", "fg": 4379 }, + { "id": "mon_leech_root_drone_season_winter", "fg": 4380 }, + { "id": "mon_leech_root_runner_season_autumn", "fg": 4381 }, + { "id": "mon_leech_root_runner_season_spring", "fg": 4382 }, + { "id": "mon_leech_root_runner_season_summer", "fg": 4383 }, + { "id": "mon_leech_root_runner_season_winter", "fg": 4384 }, + { "id": "mon_leech_stalk_season_autumn", "fg": 4385 }, + { "id": "mon_leech_stalk_season_spring", "fg": 4386 }, + { "id": "mon_leech_stalk_season_summer", "fg": 4387 }, + { "id": "mon_leech_stalk_season_winter", "fg": 4388 }, + { "id": "mon_lemming_season_autumn", "fg": 4389 }, + { "id": "mon_lemming_season_spring", "fg": 4390 }, + { "id": "mon_lemming_season_summer", "fg": 4391 }, + { "id": "mon_lemming_season_winter", "fg": 4392 }, + { "id": "mon_mink_season_autumn", "fg": 4393 }, + { "id": "mon_mink_season_spring", "fg": 4394 }, + { "id": "mon_mink_season_summer", "fg": 4395 }, + { "id": "mon_mink_season_winter", "fg": 4396 }, + { "id": "mon_muskrat_season_autumn", "fg": 4397 }, + { "id": "mon_muskrat_season_spring", "fg": 4398 }, + { "id": "mon_muskrat_season_summer", "fg": 4399 }, + { "id": "mon_muskrat_season_winter", "fg": 4400 }, + { "id": "mon_opossum_season_autumn", "fg": 4401 }, + { "id": "mon_opossum_season_spring", "fg": 4402 }, + { "id": "mon_opossum_season_summer", "fg": 4403 }, + { "id": "mon_opossum_season_winter", "fg": 4404 }, + { "id": "mon_otter_season_autumn", "fg": 4405 }, + { "id": "mon_otter_season_spring", "fg": 4406 }, + { "id": "mon_otter_season_summer", "fg": 4407 }, + { "id": "mon_otter_season_winter", "fg": 4408 }, + { "id": "mon_pheasant_season_autumn", "fg": 4409 }, + { "id": "mon_pheasant_season_spring", "fg": 4410 }, + { "id": "mon_pheasant_season_summer", "fg": 4411 }, + { "id": "mon_pheasant_season_winter", "fg": 4412 }, + { "id": "mon_pig_season_autumn", "fg": 4413 }, + { "id": "mon_pig_season_spring", "fg": 4414 }, + { "id": "mon_pig_season_summer", "fg": 4415 }, + { "id": "mon_pig_season_winter", "fg": 4416 }, + { "id": "mon_pig_piglet_season_autumn", "fg": 4417 }, + { "id": "mon_pig_piglet_season_spring", "fg": 4418 }, + { "id": "mon_pig_piglet_season_summer", "fg": 4419 }, + { "id": "mon_pig_piglet_season_winter", "fg": 4420 }, + { "id": "mon_pigeon_season_autumn", "fg": 4421 }, + { "id": "mon_pigeon_season_spring", "fg": 4422 }, + { "id": "mon_pigeon_season_summer", "fg": 4423 }, + { "id": "mon_pigeon_season_winter", "fg": 4424 }, + { "id": "mon_player_blob_season_autumn", "fg": 4425 }, + { "id": "mon_player_blob_season_spring", "fg": 4426 }, + { "id": "mon_player_blob_season_summer", "fg": 4427 }, + { "id": "mon_player_blob_season_winter", "fg": 4428 }, + { "id": "mon_rabbit_season_autumn", "fg": 4429 }, + { "id": "mon_rabbit_season_spring", "fg": 4430 }, + { "id": "mon_rabbit_season_summer", "fg": 4431 }, + { "id": "mon_rabbit_season_winter", "fg": 4432 }, + { "id": "mon_raccoon_season_autumn", "fg": 4433 }, + { "id": "mon_raccoon_season_spring", "fg": 4434 }, + { "id": "mon_raccoon_season_summer", "fg": 4435 }, + { "id": "mon_raccoon_season_winter", "fg": 4436 }, + { "id": "mon_robin_season_autumn", "fg": 4441 }, + { "id": "mon_robin_season_spring", "fg": 4442 }, + { "id": "mon_robin_season_summer", "fg": 4443 }, + { "id": "mon_robin_season_winter", "fg": 4444 }, + { "id": "mon_sheep_season_autumn", "fg": 4445 }, + { "id": "mon_sheep_season_spring", "fg": 4446 }, + { "id": "mon_sheep_season_summer", "fg": 4447 }, + { "id": "mon_sheep_season_winter", "fg": 4448 }, + { "id": "mon_sheep_lamb_season_autumn", "fg": 4449 }, + { "id": "mon_sheep_lamb_season_spring", "fg": 4450 }, + { "id": "mon_sheep_lamb_season_summer", "fg": 4451 }, + { "id": "mon_sheep_lamb_season_winter", "fg": 4452 }, + { "id": "mon_shrew_season_autumn", "fg": 4453 }, + { "id": "mon_shrew_season_spring", "fg": 4454 }, + { "id": "mon_shrew_season_summer", "fg": 4455 }, + { "id": "mon_shrew_season_winter", "fg": 4456 }, + { "id": "mon_skeleton_season_autumn", "fg": 4457 }, + { "id": "mon_skeleton_season_spring", "fg": 4458 }, + { "id": "mon_skeleton_season_summer", "fg": 4459 }, + { "id": "mon_skeleton_season_winter", "fg": 4460 }, + { "id": "mon_squirrel_season_autumn", "fg": 4461 }, + { "id": "mon_squirrel_season_spring", "fg": 4462 }, + { "id": "mon_squirrel_season_summer", "fg": 4463 }, + { "id": "mon_squirrel_season_winter", "fg": 4464 }, + { "id": "mon_triffid_season_autumn", "fg": 4465 }, + { "id": "mon_triffid_season_spring", "fg": 4466 }, + { "id": "mon_triffid_season_summer", "fg": 4467 }, + { "id": "mon_triffid_season_winter", "fg": 4468 }, + { "id": "mon_triffid_sprig_season_autumn", "fg": 4469 }, + { "id": "mon_triffid_sprig_season_spring", "fg": 4470 }, + { "id": "mon_triffid_sprig_season_summer", "fg": 4471 }, + { "id": "mon_triffid_sprig_season_winter", "fg": 4472 }, + { "id": "mon_triffid_young_season_autumn", "fg": 4473 }, + { "id": "mon_triffid_young_season_spring", "fg": 4474 }, + { "id": "mon_triffid_young_season_summer", "fg": 4475 }, + { "id": "mon_triffid_young_season_winter", "fg": 4476 }, + { "id": "mon_turkey_season_autumn", "fg": 4477 }, + { "id": "mon_turkey_season_spring", "fg": 4478 }, + { "id": "mon_turkey_season_summer", "fg": 4479 }, + { "id": "mon_turkey_season_winter", "fg": 4480 }, + { "id": "mon_wolf_season_autumn", "fg": 4481 }, + { "id": "mon_wolf_season_spring", "fg": 4482 }, + { "id": "mon_wolf_season_summer", "fg": 4483 }, + { "id": "mon_wolf_season_winter", "fg": 4484 }, + { "id": "mon_zombie_brainless_season_autumn", "fg": 4501 }, + { "id": "mon_zombie_brainless_season_spring", "fg": 4502 }, + { "id": "mon_zombie_brainless_season_summer", "fg": 4503 }, + { "id": "mon_zombie_brainless_season_winter", "fg": 4504 }, + { "id": "mon_zombie_brute_season_autumn", "fg": 4505 }, + { "id": "mon_zombie_brute_season_spring", "fg": 4506 }, + { "id": "mon_zombie_brute_season_summer", "fg": 4507 }, + { "id": "mon_zombie_brute_season_winter", "fg": 4508 }, + { "id": "mon_zombie_brute_ninja_season_autumn", "fg": 4509 }, + { "id": "mon_zombie_brute_ninja_season_spring", "fg": 4510 }, + { "id": "mon_zombie_brute_ninja_season_summer", "fg": 4511 }, + { "id": "mon_zombie_brute_ninja_season_winter", "fg": 4512 }, + { "id": "mon_zombie_child_season_autumn", "fg": 4513 }, + { "id": "mon_zombie_child_season_spring", "fg": 4514 }, + { "id": "mon_zombie_child_season_summer", "fg": 4515 }, + { "id": "mon_zombie_child_season_winter", "fg": 4516 }, + { "id": "mon_zombie_cop_season_autumn", "fg": 4517 }, + { "id": "mon_zombie_cop_season_spring", "fg": 4518 }, + { "id": "mon_zombie_cop_season_summer", "fg": 4519 }, + { "id": "mon_zombie_cop_season_winter", "fg": 4520 }, + { "id": "mon_zombie_crawler_season_autumn", "fg": 4521 }, + { "id": "mon_zombie_crawler_season_spring", "fg": 4522 }, + { "id": "mon_zombie_crawler_season_summer", "fg": 4523 }, + { "id": "mon_zombie_crawler_season_winter", "fg": 4524 }, + { "id": "mon_zombie_dog_season_autumn", "fg": 4525 }, + { "id": "mon_zombie_dog_season_spring", "fg": 4526 }, + { "id": "mon_zombie_dog_season_summer", "fg": 4527 }, + { "id": "mon_zombie_dog_season_winter", "fg": 4528 }, + { "id": "mon_zombie_fat_season_autumn", "fg": 4529 }, + { "id": "mon_zombie_fat_season_spring", "fg": 4530 }, + { "id": "mon_zombie_fat_season_summer", "fg": 4531 }, + { "id": "mon_zombie_fat_season_winter", "fg": 4532 }, + { "id": "mon_zombie_grenadier_season_autumn", "fg": 4533 }, + { "id": "mon_zombie_grenadier_season_spring", "fg": 4534 }, + { "id": "mon_zombie_grenadier_season_summer", "fg": 4535 }, + { "id": "mon_zombie_grenadier_season_winter", "fg": 4536 }, + { "id": "mon_zombie_grenadier_elite_season_autumn", "fg": 4537 }, + { "id": "mon_zombie_grenadier_elite_season_spring", "fg": 4538 }, + { "id": "mon_zombie_grenadier_elite_season_summer", "fg": 4539 }, + { "id": "mon_zombie_grenadier_elite_season_winter", "fg": 4540 }, + { "id": "mon_zombie_hazmat_season_autumn", "fg": 4541 }, + { "id": "mon_zombie_hazmat_season_spring", "fg": 4542 }, + { "id": "mon_zombie_hazmat_season_summer", "fg": 4543 }, + { "id": "mon_zombie_hazmat_season_winter", "fg": 4544 }, + { "id": "mon_zombie_necro_season_autumn", "fg": 4549 }, + { "id": "mon_zombie_necro_season_spring", "fg": 4550 }, + { "id": "mon_zombie_necro_season_summer", "fg": 4551 }, + { "id": "mon_zombie_necro_season_winter", "fg": 4552 }, + { "id": "mon_zombie_nullfield_season_autumn", "fg": 4553 }, + { "id": "mon_zombie_nullfield_season_spring", "fg": 4554 }, + { "id": "mon_zombie_nullfield_season_summer", "fg": 4555 }, + { "id": "mon_zombie_nullfield_season_winter", "fg": 4556 }, + { "id": "mon_zombie_phase_skulker_season_autumn", "fg": 4557 }, + { "id": "mon_zombie_phase_skulker_season_spring", "fg": 4558 }, + { "id": "mon_zombie_phase_skulker_season_summer", "fg": 4559 }, + { "id": "mon_zombie_phase_skulker_season_winter", "fg": 4560 }, + { "id": "mon_zombie_prisoner_season_autumn", "fg": 4561 }, + { "id": "mon_zombie_prisoner_season_spring", "fg": 4562 }, + { "id": "mon_zombie_prisoner_season_summer", "fg": 4563 }, + { "id": "mon_zombie_prisoner_season_winter", "fg": 4564 }, + { "id": "mon_zombie_rot_season_autumn", "fg": 4565 }, + { "id": "mon_zombie_rot_season_spring", "fg": 4566 }, + { "id": "mon_zombie_rot_season_summer", "fg": 4567 }, + { "id": "mon_zombie_rot_season_winter", "fg": 4568 }, + { "id": "mon_zombie_runner_season_autumn", "fg": 4569 }, + { "id": "mon_zombie_runner_season_spring", "fg": 4570 }, + { "id": "mon_zombie_runner_season_summer", "fg": 4571 }, + { "id": "mon_zombie_runner_season_winter", "fg": 4572 }, + { "id": "mon_zombie_scientist_season_autumn", "fg": 4573 }, + { "id": "mon_zombie_scientist_season_spring", "fg": 4574 }, + { "id": "mon_zombie_scientist_season_summer", "fg": 4575 }, + { "id": "mon_zombie_scientist_season_winter", "fg": 4576 }, + { "id": "mon_zombie_scorched_season_autumn", "fg": 4577 }, + { "id": "mon_zombie_scorched_season_spring", "fg": 4578 }, + { "id": "mon_zombie_scorched_season_summer", "fg": 4579 }, + { "id": "mon_zombie_scorched_season_winter", "fg": 4580 }, + { "id": "mon_zombie_shady_season_autumn", "fg": 4581 }, + { "id": "mon_zombie_shady_season_spring", "fg": 4582 }, + { "id": "mon_zombie_shady_season_summer", "fg": 4583 }, + { "id": "mon_zombie_shady_season_winter", "fg": 4584 }, + { "id": "mon_zombie_soldier_blackops_1_season_autumn", "fg": 4605 }, + { "id": "mon_zombie_soldier_blackops_1_season_spring", "fg": 4606 }, + { "id": "mon_zombie_soldier_blackops_1_season_summer", "fg": 4607 }, + { "id": "mon_zombie_soldier_blackops_1_season_winter", "fg": 4608 }, + { "id": "mon_zombie_soldier_blackops_2_season_autumn", "fg": 4609 }, + { "id": "mon_zombie_soldier_blackops_2_season_spring", "fg": 4610 }, + { "id": "mon_zombie_soldier_blackops_2_season_summer", "fg": 4611 }, + { "id": "mon_zombie_soldier_blackops_2_season_winter", "fg": 4612 }, + { "id": "mon_zombie_thorny_season_autumn", "fg": 4613 }, + { "id": "mon_zombie_thorny_season_spring", "fg": 4614 }, + { "id": "mon_zombie_thorny_season_summer", "fg": 4615 }, + { "id": "mon_zombie_thorny_season_winter", "fg": 4616 }, + { "id": "mon_zombie_tough_season_autumn", "fg": 4617 }, + { "id": "mon_zombie_tough_season_spring", "fg": 4618 }, + { "id": "mon_zombie_tough_season_summer", "fg": 4619 }, + { "id": "mon_zombie_tough_season_winter", "fg": 4620 }, + { "id": "broketent_season_autumn", "fg": 4621 }, + { "id": "broketent_season_spring", "fg": 4622 }, + { "id": "broketent_season_summer", "fg": 4623 }, + { "id": "broketent_season_winter", "fg": 4624 }, + { "id": "camera_control_season_autumn", "fg": 4625 }, + { "id": "camera_control_season_spring", "fg": 4626 }, + { "id": "camera_control_season_summer", "fg": 4627 }, + { "id": "camera_control_season_winter", "fg": 4628 }, + { "id": "cot_season_autumn", "fg": 4629 }, + { "id": "cot_season_spring", "fg": 4630 }, + { "id": "cot_season_summer", "fg": 4631 }, + { "id": "cot_season_winter", "fg": 4632 }, + { "id": "seat_season_autumn", "fg": 4633 }, + { "id": "seat_season_spring", "fg": 4634 }, + { "id": "seat_season_summer", "fg": 4635 }, + { "id": "seat_season_winter", "fg": 4636 }, + { "id": "tent_season_autumn", "fg": 4637 }, + { "id": "tent_season_spring", "fg": 4638 }, + { "id": "tent_season_summer", "fg": 4639 }, + { "id": "tent_season_winter", "fg": 4640 }, + { "id": "t_atm_season_autumn", "fg": 4641 }, + { "id": "t_atm_season_spring", "fg": 4642 }, + { "id": "t_atm_season_summer", "fg": 4643 }, + { "id": "t_atm_season_winter", "fg": 4644 }, + { "id": "t_avgas_pump_season_autumn", "fg": 4645 }, + { "id": "t_avgas_pump_season_spring", "fg": 4646 }, + { "id": "t_avgas_pump_season_summer", "fg": 4647 }, + { "id": "t_avgas_pump_season_winter", "fg": 4648 }, + { "id": "t_avgas_pump_smashed_season_autumn", "fg": 4649 }, + { "id": "t_avgas_pump_smashed_season_spring", "fg": 4650 }, + { "id": "t_avgas_pump_smashed_season_summer", "fg": 4651 }, + { "id": "t_avgas_pump_smashed_season_winter", "fg": 4652 }, + { "id": "t_chaingate_c_season_autumn", "fg": 4817 }, + { "id": "t_chaingate_c_season_spring", "fg": 4818 }, + { "id": "t_chaingate_c_season_summer", "fg": 4819 }, + { "id": "t_chaingate_c_season_winter", "fg": 4820 }, + { "id": "t_chaingate_l_season_autumn", "fg": 4821 }, + { "id": "t_chaingate_l_season_spring", "fg": 4822 }, + { "id": "t_chaingate_l_season_summer", "fg": 4823 }, + { "id": "t_chaingate_l_season_winter", "fg": 4824 }, + { "id": "t_chaingate_o_season_autumn", "fg": 4825 }, + { "id": "t_chaingate_o_season_spring", "fg": 4826 }, + { "id": "t_chaingate_o_season_summer", "fg": 4827 }, + { "id": "t_chaingate_o_season_winter", "fg": 4828 }, + { "id": "t_curtains_season_autumn", "fg": 4829 }, + { "id": "t_curtains_season_spring", "fg": 4830 }, + { "id": "t_curtains_season_summer", "fg": 4831 }, + { "id": "t_curtains_season_winter", "fg": 4832 }, + { "id": "t_diesel_pump_season_autumn", "fg": 4833 }, + { "id": "t_diesel_pump_season_spring", "fg": 4834 }, + { "id": "t_diesel_pump_season_summer", "fg": 4835 }, + { "id": "t_diesel_pump_season_winter", "fg": 4836 }, + { "id": "t_diesel_pump_smashed_season_autumn", "fg": 4837 }, + { "id": "t_diesel_pump_smashed_season_spring", "fg": 4838 }, + { "id": "t_diesel_pump_smashed_season_summer", "fg": 4839 }, + { "id": "t_diesel_pump_smashed_season_winter", "fg": 4840 }, + { "id": "t_dirtmound_season_autumn", "fg": 4853 }, + { "id": "t_dirtmound_season_spring", "fg": 4854 }, + { "id": "t_dirtmound_season_summer", "fg": 4855 }, + { "id": "t_dirtmound_season_winter", "fg": 4856 }, + { "id": "t_door_c_season_autumn", "fg": 4857 }, + { "id": "t_door_c_season_spring", "fg": 4858 }, + { "id": "t_door_c_season_summer", "fg": 4859 }, + { "id": "t_door_c_season_winter", "fg": 4860 }, + { "id": "t_door_o_season_autumn", "fg": 4861 }, + { "id": "t_door_o_season_spring", "fg": 4862 }, + { "id": "t_door_o_season_summer", "fg": 4863 }, + { "id": "t_door_o_season_winter", "fg": 4864 }, + { "id": "t_door_glass_c_season_autumn", "fg": 4865 }, + { "id": "t_door_glass_c_season_spring", "fg": 4866 }, + { "id": "t_door_glass_c_season_summer", "fg": 4867 }, + { "id": "t_door_glass_c_season_winter", "fg": 4868 }, + { "id": "t_door_glass_o_season_autumn", "fg": 4869 }, + { "id": "t_door_glass_o_season_spring", "fg": 4870 }, + { "id": "t_door_glass_o_season_summer", "fg": 4871 }, + { "id": "t_door_glass_o_season_winter", "fg": 4872 }, + { "id": "t_fencegate_c_season_autumn", "fg": 4981 }, + { "id": "t_fencegate_c_season_spring", "fg": 4982 }, + { "id": "t_fencegate_c_season_summer", "fg": 4983 }, + { "id": "t_fencegate_c_season_winter", "fg": 4984 }, + { "id": "t_fencegate_o_season_autumn", "fg": 4985 }, + { "id": "t_fencegate_o_season_spring", "fg": 4986 }, + { "id": "t_fencegate_o_season_summer", "fg": 4987 }, + { "id": "t_fencegate_o_season_winter", "fg": 4988 }, + { "id": "t_gas_pump_season_autumn", "fg": 5009 }, + { "id": "t_gas_pump_season_spring", "fg": 5010 }, + { "id": "t_gas_pump_season_summer", "fg": 5011 }, + { "id": "t_gas_pump_season_winter", "fg": 5012 }, + { "id": "t_gas_pump_smashed_season_autumn", "fg": 5013 }, + { "id": "t_gas_pump_smashed_season_spring", "fg": 5014 }, + { "id": "t_gas_pump_smashed_season_summer", "fg": 5015 }, + { "id": "t_gas_pump_smashed_season_winter", "fg": 5016 }, + { "id": "t_grass_dead_season_autumn", "fg": 5029 }, + { "id": "t_grass_dead_season_spring", "fg": 5030 }, + { "id": "t_grass_dead_season_summer", "fg": 5031 }, + { "id": "t_grass_dead_season_winter", "fg": 5032 }, + { "id": "t_grass_white_season_autumn", "fg": 5065 }, + { "id": "t_grass_white_season_spring", "fg": 5066 }, + { "id": "t_grass_white_season_summer", "fg": 5067 }, + { "id": "t_grass_white_season_winter", "fg": 5068 }, + { "id": "t_gutter_downspout_season_autumn", "fg": 5069 }, + { "id": "t_gutter_downspout_season_spring", "fg": 5070 }, + { "id": "t_gutter_downspout_season_summer", "fg": 5071 }, + { "id": "t_gutter_downspout_season_winter", "fg": 5072 }, + { "id": "t_jp8_pump_season_autumn", "fg": 5073 }, + { "id": "t_jp8_pump_season_spring", "fg": 5074 }, + { "id": "t_jp8_pump_season_summer", "fg": 5075 }, + { "id": "t_jp8_pump_season_winter", "fg": 5076 }, + { "id": "t_jp8_pump_smashed_season_autumn", "fg": 5077 }, + { "id": "t_jp8_pump_smashed_season_spring", "fg": 5078 }, + { "id": "t_jp8_pump_smashed_season_summer", "fg": 5079 }, + { "id": "t_jp8_pump_smashed_season_winter", "fg": 5080 }, + { "id": "t_ladder_down_season_autumn", "fg": 5081 }, + { "id": "t_ladder_down_season_spring", "fg": 5082 }, + { "id": "t_ladder_down_season_summer", "fg": 5083 }, + { "id": "t_ladder_down_season_winter", "fg": 5084 }, + { "id": "t_moss_season_autumn", "fg": 5089 }, + { "id": "t_moss_season_spring", "fg": 5090 }, + { "id": "t_moss_season_summer", "fg": 5091 }, + { "id": "t_moss_season_winter", "fg": 5092 }, + { "id": "t_pavement_y_season_autumn", "fg": 5105 }, + { "id": "t_pavement_y_season_spring", "fg": 5106 }, + { "id": "t_pavement_y_season_summer", "fg": 5107 }, + { "id": "t_pavement_y_season_winter", "fg": 5108 }, + { "id": "t_privacy_fencegate_c_season_autumn", "fg": 5157 }, + { "id": "t_privacy_fencegate_c_season_spring", "fg": 5158 }, + { "id": "t_privacy_fencegate_c_season_summer", "fg": 5159 }, + { "id": "t_privacy_fencegate_c_season_winter", "fg": 5160 }, + { "id": "t_privacy_fencegate_o_season_autumn", "fg": 5161 }, + { "id": "t_privacy_fencegate_o_season_spring", "fg": 5162 }, + { "id": "t_privacy_fencegate_o_season_summer", "fg": 5163 }, + { "id": "t_privacy_fencegate_o_season_winter", "fg": 5164 }, + { "id": "t_water_dp_season_autumn", "fg": 5417 }, + { "id": "t_water_dp_season_spring", "fg": 5418 }, + { "id": "t_water_dp_season_summer", "fg": 5419 }, + { "id": "t_water_dp_season_winter", "fg": 5420 }, + { "id": "t_water_sh_season_autumn", "fg": 5421 }, + { "id": "t_water_sh_season_spring", "fg": 5422 }, + { "id": "t_water_sh_season_summer", "fg": 5423 }, + { "id": "t_water_sh_season_winter", "fg": 5424 }, + { "id": "t_window_season_autumn", "fg": 5425 }, + { "id": "t_window_season_spring", "fg": 5426 }, + { "id": "t_window_season_summer", "fg": 5427 }, + { "id": "t_window_season_winter", "fg": 5428 }, + { "id": "t_window_bars_season_autumn", "fg": 5429 }, + { "id": "t_window_bars_season_spring", "fg": 5430 }, + { "id": "t_window_bars_season_summer", "fg": 5431 }, + { "id": "t_window_bars_season_winter", "fg": 5432 }, + { "id": "t_window_boarded_season_autumn", "fg": 5433 }, + { "id": "t_window_boarded_season_spring", "fg": 5434 }, + { "id": "t_window_boarded_season_summer", "fg": 5435 }, + { "id": "t_window_boarded_season_winter", "fg": 5436 }, + { "id": "t_window_domestic_season_autumn", "fg": 5437 }, + { "id": "t_window_domestic_season_spring", "fg": 5438 }, + { "id": "t_window_domestic_season_summer", "fg": 5439 }, + { "id": "t_window_domestic_season_winter", "fg": 5440 }, + { "id": "t_window_empty_season_autumn", "fg": 5441 }, + { "id": "t_window_empty_season_spring", "fg": 5442 }, + { "id": "t_window_empty_season_summer", "fg": 5443 }, + { "id": "t_window_empty_season_winter", "fg": 5444 }, + { "id": "t_window_frame_season_autumn", "fg": 5445 }, + { "id": "t_window_frame_season_spring", "fg": 5446 }, + { "id": "t_window_frame_season_summer", "fg": 5447 }, + { "id": "t_window_frame_season_winter", "fg": 5448 }, + { "id": "t_window_no_curtains_season_autumn", "fg": 5449 }, + { "id": "t_window_no_curtains_season_spring", "fg": 5450 }, + { "id": "t_window_no_curtains_season_summer", "fg": 5451 }, + { "id": "t_window_no_curtains_season_winter", "fg": 5452 }, + { "id": "t_window_no_curtains_open_season_autumn", "fg": 5453 }, + { "id": "t_window_no_curtains_open_season_spring", "fg": 5454 }, + { "id": "t_window_no_curtains_open_season_summer", "fg": 5455 }, + { "id": "t_window_no_curtains_open_season_winter", "fg": 5456 }, + { "id": "t_window_open_season_autumn", "fg": 5457 }, + { "id": "t_window_open_season_spring", "fg": 5458 }, + { "id": "t_window_open_season_summer", "fg": 5459 }, + { "id": "t_window_open_season_winter", "fg": 5460 }, + { "id": "t_woodchips_season_autumn", "fg": 5465 }, + { "id": "t_woodchips_season_spring", "fg": 5466 }, + { "id": "t_woodchips_season_summer", "fg": 5467 }, + { "id": "t_woodchips_season_winter", "fg": 5468 }, + { "id": "t_zebra_season_autumn", "fg": 5469 }, + { "id": "t_zebra_season_spring", "fg": 5470 }, + { "id": "t_zebra_season_summer", "fg": 5471 }, + { "id": "t_zebra_season_winter", "fg": 5472 }, + { "id": "vp_frame_horizontal_2_right_season_autumn", "fg": 5865 }, + { "id": "vp_frame_horizontal_2_right_season_spring", "fg": 5866 }, + { "id": "vp_frame_horizontal_2_right_season_summer", "fg": 5867 }, + { "id": "vp_frame_horizontal_2_right_season_winter", "fg": 5868 }, + { "id": "vp_reinforced_windshield_wheel_left_season_autumn", "fg": 6293 }, + { "id": "vp_reinforced_windshield_wheel_left_season_spring", "fg": 6294 }, + { "id": "vp_reinforced_windshield_wheel_left_season_summer", "fg": 6295 }, + { "id": "vp_reinforced_windshield_wheel_left_season_winter", "fg": 6296 }, + { "id": "vp_reinforced_windshield_wheel_right_season_autumn", "fg": 6297 }, + { "id": "vp_reinforced_windshield_wheel_right_season_spring", "fg": 6298 }, + { "id": "vp_reinforced_windshield_wheel_right_season_summer", "fg": 6299 }, + { "id": "vp_reinforced_windshield_wheel_right_season_winter", "fg": 6300 }, + { "id": "1895sbl_season_autumn", "fg": 6321 }, + { "id": "1895sbl_season_spring", "fg": 6322 }, + { "id": "1895sbl_season_summer", "fg": 6323 }, + { "id": "1895sbl_season_winter", "fg": 6324 }, + { "id": "50pistol_season_autumn", "fg": 6325 }, + { "id": "50pistol_season_spring", "fg": 6326 }, + { "id": "50pistol_season_summer", "fg": 6327 }, + { "id": "50pistol_season_winter", "fg": 6328 }, + { "id": "AT4_season_autumn", "fg": 6329 }, + { "id": "AT4_season_spring", "fg": 6330 }, + { "id": "AT4_season_summer", "fg": 6331 }, + { "id": "AT4_season_winter", "fg": 6332 }, + { "id": "LAW_season_autumn", "fg": 6333 }, + { "id": "LAW_season_spring", "fg": 6334 }, + { "id": "LAW_season_summer", "fg": 6335 }, + { "id": "LAW_season_winter", "fg": 6336 }, + { "id": "SPAS_12_season_autumn", "fg": 6337 }, + { "id": "SPAS_12_season_spring", "fg": 6338 }, + { "id": "SPAS_12_season_summer", "fg": 6339 }, + { "id": "SPAS_12_season_winter", "fg": 6340 }, + { "id": "USAS_12_season_autumn", "fg": 6341 }, + { "id": "USAS_12_season_spring", "fg": 6342 }, + { "id": "USAS_12_season_summer", "fg": 6343 }, + { "id": "USAS_12_season_winter", "fg": 6344 }, + { "id": "abzats_season_autumn", "fg": 6345 }, + { "id": "abzats_season_spring", "fg": 6346 }, + { "id": "abzats_season_summer", "fg": 6347 }, + { "id": "abzats_season_winter", "fg": 6348 }, + { "id": "acr_season_autumn", "fg": 6349 }, + { "id": "acr_season_spring", "fg": 6350 }, + { "id": "acr_season_summer", "fg": 6351 }, + { "id": "acr_season_winter", "fg": 6352 }, + { "id": "ak47_season_autumn", "fg": 6353 }, + { "id": "ak47_season_spring", "fg": 6354 }, + { "id": "ak47_season_summer", "fg": 6355 }, + { "id": "ak47_season_winter", "fg": 6356 }, + { "id": "ak74_season_autumn", "fg": 6357 }, + { "id": "ak74_season_spring", "fg": 6358 }, + { "id": "ak74_season_summer", "fg": 6359 }, + { "id": "ak74_season_winter", "fg": 6360 }, + { "id": "an94_season_autumn", "fg": 6361 }, + { "id": "an94_season_spring", "fg": 6362 }, + { "id": "an94_season_summer", "fg": 6363 }, + { "id": "an94_season_winter", "fg": 6364 }, + { "id": "ar15_season_autumn", "fg": 6365 }, + { "id": "ar15_season_spring", "fg": 6366 }, + { "id": "ar15_season_summer", "fg": 6367 }, + { "id": "ar15_season_winter", "fg": 6368 }, + { "id": "arx160_season_autumn", "fg": 6369 }, + { "id": "arx160_season_spring", "fg": 6370 }, + { "id": "arx160_season_summer", "fg": 6371 }, + { "id": "arx160_season_winter", "fg": 6372 }, + { "id": "as50_season_autumn", "fg": 6373 }, + { "id": "as50_season_spring", "fg": 6374 }, + { "id": "as50_season_summer", "fg": 6375 }, + { "id": "as50_season_winter", "fg": 6376 }, + { "id": "ashot_season_autumn", "fg": 6377 }, + { "id": "ashot_season_spring", "fg": 6378 }, + { "id": "ashot_season_summer", "fg": 6379 }, + { "id": "ashot_season_winter", "fg": 6380 }, + { "id": "bbgun_season_autumn", "fg": 6381 }, + { "id": "bbgun_season_spring", "fg": 6382 }, + { "id": "bbgun_season_summer", "fg": 6383 }, + { "id": "bbgun_season_winter", "fg": 6384 }, + { "id": "bfg50_season_autumn", "fg": 6385 }, + { "id": "bfg50_season_spring", "fg": 6386 }, + { "id": "bfg50_season_summer", "fg": 6387 }, + { "id": "bfg50_season_winter", "fg": 6388 }, + { "id": "bh_m89_season_autumn", "fg": 6389 }, + { "id": "bh_m89_season_spring", "fg": 6390 }, + { "id": "bh_m89_season_summer", "fg": 6391 }, + { "id": "bh_m89_season_winter", "fg": 6392 }, + { "id": "bigun_season_autumn", "fg": 6393 }, + { "id": "bigun_season_spring", "fg": 6394 }, + { "id": "bigun_season_summer", "fg": 6395 }, + { "id": "bigun_season_winter", "fg": 6396 }, + { "id": "bio_blaster_gun_season_autumn", "fg": 6397 }, + { "id": "bio_blaster_gun_season_spring", "fg": 6398 }, + { "id": "bio_blaster_gun_season_summer", "fg": 6399 }, + { "id": "bio_blaster_gun_season_winter", "fg": 6400 }, + { "id": "bio_shotgun_gun_season_autumn", "fg": 6401 }, + { "id": "bio_shotgun_gun_season_spring", "fg": 6402 }, + { "id": "bio_shotgun_gun_season_summer", "fg": 6403 }, + { "id": "bio_shotgun_gun_season_winter", "fg": 6404 }, + { "id": "blunderbluss_season_autumn", "fg": 6405 }, + { "id": "blunderbluss_season_spring", "fg": 6406 }, + { "id": "blunderbluss_season_summer", "fg": 6407 }, + { "id": "blunderbluss_season_winter", "fg": 6408 }, + { "id": "browning_blr_season_autumn", "fg": 6409 }, + { "id": "browning_blr_season_spring", "fg": 6410 }, + { "id": "browning_blr_season_summer", "fg": 6411 }, + { "id": "browning_blr_season_winter", "fg": 6412 }, + { "id": "bullet_crossbow_season_autumn", "fg": 6413 }, + { "id": "bullet_crossbow_season_spring", "fg": 6414 }, + { "id": "bullet_crossbow_season_summer", "fg": 6415 }, + { "id": "bullet_crossbow_season_winter", "fg": 6416 }, + { "id": "carbine_flintlock_double_season_autumn", "fg": 6421 }, + { "id": "carbine_flintlock_double_season_spring", "fg": 6422 }, + { "id": "carbine_flintlock_double_season_summer", "fg": 6423 }, + { "id": "carbine_flintlock_double_season_winter", "fg": 6424 }, + { "id": "colt_army_season_autumn", "fg": 6425 }, + { "id": "colt_army_season_spring", "fg": 6426 }, + { "id": "colt_army_season_summer", "fg": 6427 }, + { "id": "colt_army_season_winter", "fg": 6428 }, + { "id": "colt_navy_season_autumn", "fg": 6429 }, + { "id": "colt_navy_season_spring", "fg": 6430 }, + { "id": "colt_navy_season_summer", "fg": 6431 }, + { "id": "colt_navy_season_winter", "fg": 6432 }, + { "id": "combination_gun_season_autumn", "fg": 6433 }, + { "id": "combination_gun_season_spring", "fg": 6434 }, + { "id": "combination_gun_season_summer", "fg": 6435 }, + { "id": "combination_gun_season_winter", "fg": 6436 }, + { "id": "compcrossbow_season_autumn", "fg": 6441 }, + { "id": "compcrossbow_season_spring", "fg": 6442 }, + { "id": "compcrossbow_season_summer", "fg": 6443 }, + { "id": "compcrossbow_season_winter", "fg": 6444 }, + { "id": "compgreatbow_season_autumn", "fg": 6445 }, + { "id": "compgreatbow_season_spring", "fg": 6446 }, + { "id": "compgreatbow_season_summer", "fg": 6447 }, + { "id": "compgreatbow_season_winter", "fg": 6448 }, + { "id": "cop_38_season_autumn", "fg": 6449 }, + { "id": "cop_38_season_spring", "fg": 6450 }, + { "id": "cop_38_season_summer", "fg": 6451 }, + { "id": "cop_38_season_winter", "fg": 6452 }, + { "id": "crossbow_season_autumn", "fg": 6453 }, + { "id": "crossbow_season_spring", "fg": 6454 }, + { "id": "crossbow_season_summer", "fg": 6455 }, + { "id": "crossbow_season_winter", "fg": 6456 }, + { "id": "crossbow_makeshift_season_autumn", "fg": 6457 }, + { "id": "crossbow_makeshift_season_spring", "fg": 6458 }, + { "id": "crossbow_makeshift_season_summer", "fg": 6459 }, + { "id": "crossbow_makeshift_season_winter", "fg": 6460 }, + { "id": "doublespeargun_season_autumn", "fg": 6461 }, + { "id": "doublespeargun_season_spring", "fg": 6462 }, + { "id": "doublespeargun_season_summer", "fg": 6463 }, + { "id": "doublespeargun_season_winter", "fg": 6464 }, + { "id": "flaregun_season_autumn", "fg": 6465 }, + { "id": "flaregun_season_spring", "fg": 6466 }, + { "id": "flaregun_season_summer", "fg": 6467 }, + { "id": "flaregun_season_winter", "fg": 6468 }, + { "id": "fn57_season_autumn", "fg": 6469 }, + { "id": "fn57_season_spring", "fg": 6470 }, + { "id": "fn57_season_summer", "fg": 6471 }, + { "id": "fn57_season_winter", "fg": 6472 }, + { "id": "fn_fal_season_autumn", "fg": 6473 }, + { "id": "fn_fal_season_spring", "fg": 6474 }, + { "id": "fn_fal_season_summer", "fg": 6475 }, + { "id": "fn_fal_season_winter", "fg": 6476 }, + { "id": "fn_p90_season_autumn", "fg": 6477 }, + { "id": "fn_p90_season_spring", "fg": 6478 }, + { "id": "fn_p90_season_summer", "fg": 6479 }, + { "id": "fn_p90_season_winter", "fg": 6480 }, + { "id": "fork_season_autumn", "fg": 6481 }, + { "id": "fork_season_spring", "fg": 6482 }, + { "id": "fork_season_summer", "fg": 6483 }, + { "id": "fork_season_winter", "fg": 6484 }, + { "id": "ftk93_season_autumn", "fg": 6485 }, + { "id": "ftk93_season_spring", "fg": 6486 }, + { "id": "ftk93_season_summer", "fg": 6487 }, + { "id": "ftk93_season_winter", "fg": 6488 }, + { "id": "garand_season_autumn", "fg": 6489 }, + { "id": "garand_season_spring", "fg": 6490 }, + { "id": "garand_season_summer", "fg": 6491 }, + { "id": "garand_season_winter", "fg": 6492 }, + { "id": "grenade_season_autumn", "fg": 6497 }, + { "id": "grenade_season_spring", "fg": 6498 }, + { "id": "grenade_season_summer", "fg": 6499 }, + { "id": "grenade_season_winter", "fg": 6500 }, + { "id": "grenade_act_season_autumn", "fg": 6501 }, + { "id": "grenade_act_season_spring", "fg": 6502 }, + { "id": "grenade_act_season_summer", "fg": 6503 }, + { "id": "grenade_act_season_winter", "fg": 6504 }, + { "id": "h&k416a5_season_autumn", "fg": 6505 }, + { "id": "h&k416a5_season_spring", "fg": 6506 }, + { "id": "h&k416a5_season_summer", "fg": 6507 }, + { "id": "h&k416a5_season_winter", "fg": 6508 }, + { "id": "hand_crossbow_season_autumn", "fg": 6509 }, + { "id": "hand_crossbow_season_spring", "fg": 6510 }, + { "id": "hand_crossbow_season_summer", "fg": 6511 }, + { "id": "hand_crossbow_season_winter", "fg": 6512 }, + { "id": "heavy_rail_rifle_season_autumn", "fg": 6513 }, + { "id": "heavy_rail_rifle_season_spring", "fg": 6514 }, + { "id": "heavy_rail_rifle_season_summer", "fg": 6515 }, + { "id": "heavy_rail_rifle_season_winter", "fg": 6516 }, + { "id": "henry_big_boy_season_autumn", "fg": 6517 }, + { "id": "henry_big_boy_season_spring", "fg": 6518 }, + { "id": "henry_big_boy_season_summer", "fg": 6519 }, + { "id": "henry_big_boy_season_winter", "fg": 6520 }, + { "id": "hk417_13_season_autumn", "fg": 6521 }, + { "id": "hk417_13_season_spring", "fg": 6522 }, + { "id": "hk417_13_season_summer", "fg": 6523 }, + { "id": "hk417_13_season_winter", "fg": 6524 }, + { "id": "hk_g80_season_autumn", "fg": 6533 }, + { "id": "hk_g80_season_spring", "fg": 6534 }, + { "id": "hk_g80_season_summer", "fg": 6535 }, + { "id": "hk_g80_season_winter", "fg": 6536 }, + { "id": "huge_crossbow_season_autumn", "fg": 6537 }, + { "id": "huge_crossbow_season_spring", "fg": 6538 }, + { "id": "huge_crossbow_season_summer", "fg": 6539 }, + { "id": "huge_crossbow_season_winter", "fg": 6540 }, + { "id": "hybridbow_season_autumn", "fg": 6541 }, + { "id": "hybridbow_season_spring", "fg": 6542 }, + { "id": "hybridbow_season_summer", "fg": 6543 }, + { "id": "hybridbow_season_winter", "fg": 6544 }, + { "id": "iwi_tavor_x95_300blk_season_autumn", "fg": 6545 }, + { "id": "iwi_tavor_x95_300blk_season_spring", "fg": 6546 }, + { "id": "iwi_tavor_x95_300blk_season_summer", "fg": 6547 }, + { "id": "iwi_tavor_x95_300blk_season_winter", "fg": 6548 }, + { "id": "j22_season_autumn", "fg": 6549 }, + { "id": "j22_season_spring", "fg": 6550 }, + { "id": "j22_season_summer", "fg": 6551 }, + { "id": "j22_season_winter", "fg": 6552 }, + { "id": "knife_butter_season_autumn", "fg": 6553 }, + { "id": "knife_butter_season_spring", "fg": 6554 }, + { "id": "knife_butter_season_summer", "fg": 6555 }, + { "id": "knife_butter_season_winter", "fg": 6556 }, + { "id": "kp3at_season_autumn", "fg": 6557 }, + { "id": "kp3at_season_spring", "fg": 6558 }, + { "id": "kp3at_season_summer", "fg": 6559 }, + { "id": "kp3at_season_winter", "fg": 6560 }, + { "id": "ksg_season_autumn", "fg": 6561 }, + { "id": "ksg_season_spring", "fg": 6562 }, + { "id": "ksg_season_summer", "fg": 6563 }, + { "id": "ksg_season_winter", "fg": 6564 }, + { "id": "ksub_2000_season_autumn", "fg": 6565 }, + { "id": "ksub_2000_season_spring", "fg": 6566 }, + { "id": "ksub_2000_season_summer", "fg": 6567 }, + { "id": "ksub_2000_season_winter", "fg": 6568 }, + { "id": "l_car_223_season_autumn", "fg": 6569 }, + { "id": "l_car_223_season_spring", "fg": 6570 }, + { "id": "l_car_223_season_summer", "fg": 6571 }, + { "id": "l_car_223_season_winter", "fg": 6572 }, + { "id": "l_def_12_season_autumn", "fg": 6573 }, + { "id": "l_def_12_season_spring", "fg": 6574 }, + { "id": "l_def_12_season_summer", "fg": 6575 }, + { "id": "l_def_12_season_winter", "fg": 6576 }, + { "id": "l_dmr_223_season_autumn", "fg": 6577 }, + { "id": "l_dmr_223_season_spring", "fg": 6578 }, + { "id": "l_dmr_223_season_summer", "fg": 6579 }, + { "id": "l_dmr_223_season_winter", "fg": 6580 }, + { "id": "l_enforcer_45_season_autumn", "fg": 6581 }, + { "id": "l_enforcer_45_season_spring", "fg": 6582 }, + { "id": "l_enforcer_45_season_summer", "fg": 6583 }, + { "id": "l_enforcer_45_season_winter", "fg": 6584 }, + { "id": "l_lmg_223_season_autumn", "fg": 6585 }, + { "id": "l_lmg_223_season_spring", "fg": 6586 }, + { "id": "l_lmg_223_season_summer", "fg": 6587 }, + { "id": "l_lmg_223_season_winter", "fg": 6588 }, + { "id": "l_long_45_season_autumn", "fg": 6589 }, + { "id": "l_long_45_season_spring", "fg": 6590 }, + { "id": "l_long_45_season_summer", "fg": 6591 }, + { "id": "l_long_45_season_winter", "fg": 6592 }, + { "id": "l_lookout_9mm_season_autumn", "fg": 6593 }, + { "id": "l_lookout_9mm_season_spring", "fg": 6594 }, + { "id": "l_lookout_9mm_season_summer", "fg": 6595 }, + { "id": "l_lookout_9mm_season_winter", "fg": 6596 }, + { "id": "l_mbr_223_season_autumn", "fg": 6597 }, + { "id": "l_mbr_223_season_spring", "fg": 6598 }, + { "id": "l_mbr_223_season_summer", "fg": 6599 }, + { "id": "l_mbr_223_season_winter", "fg": 6600 }, + { "id": "laser_cannon_season_autumn", "fg": 6601 }, + { "id": "laser_cannon_season_spring", "fg": 6602 }, + { "id": "laser_cannon_season_summer", "fg": 6603 }, + { "id": "laser_cannon_season_winter", "fg": 6604 }, + { "id": "laser_rifle_season_autumn", "fg": 6605 }, + { "id": "laser_rifle_season_spring", "fg": 6606 }, + { "id": "laser_rifle_season_summer", "fg": 6607 }, + { "id": "laser_rifle_season_winter", "fg": 6608 }, + { "id": "longbow_season_autumn", "fg": 6609 }, + { "id": "longbow_season_spring", "fg": 6610 }, + { "id": "longbow_season_summer", "fg": 6611 }, + { "id": "longbow_season_winter", "fg": 6612 }, + { "id": "m1014_season_autumn", "fg": 6613 }, + { "id": "m1014_season_spring", "fg": 6614 }, + { "id": "m1014_season_summer", "fg": 6615 }, + { "id": "m1014_season_winter", "fg": 6616 }, + { "id": "m107a1_season_autumn", "fg": 6617 }, + { "id": "m107a1_season_spring", "fg": 6618 }, + { "id": "m107a1_season_summer", "fg": 6619 }, + { "id": "m107a1_season_winter", "fg": 6620 }, + { "id": "m110a1_season_autumn", "fg": 6621 }, + { "id": "m110a1_season_spring", "fg": 6622 }, + { "id": "m110a1_season_summer", "fg": 6623 }, + { "id": "m110a1_season_winter", "fg": 6624 }, + { "id": "m134_season_autumn", "fg": 6625 }, + { "id": "m134_season_spring", "fg": 6626 }, + { "id": "m134_season_summer", "fg": 6627 }, + { "id": "m134_season_winter", "fg": 6628 }, + { "id": "m14_season_autumn", "fg": 6629 }, + { "id": "m14_season_spring", "fg": 6630 }, + { "id": "m14_season_summer", "fg": 6631 }, + { "id": "m14_season_winter", "fg": 6632 }, + { "id": "m14ebr_season_autumn", "fg": 6633 }, + { "id": "m14ebr_season_spring", "fg": 6634 }, + { "id": "m14ebr_season_summer", "fg": 6635 }, + { "id": "m14ebr_season_winter", "fg": 6636 }, + { "id": "m16a4_season_autumn", "fg": 6641 }, + { "id": "m16a4_season_spring", "fg": 6642 }, + { "id": "m16a4_season_summer", "fg": 6643 }, + { "id": "m16a4_season_winter", "fg": 6644 }, + { "id": "m1903_season_autumn", "fg": 6645 }, + { "id": "m1903_season_spring", "fg": 6646 }, + { "id": "m1903_season_summer", "fg": 6647 }, + { "id": "m1903_season_winter", "fg": 6648 }, + { "id": "m1911_season_autumn", "fg": 6649 }, + { "id": "m1911_season_spring", "fg": 6650 }, + { "id": "m1911_season_summer", "fg": 6651 }, + { "id": "m1911_season_winter", "fg": 6652 }, + { "id": "m1a_season_autumn", "fg": 6653 }, + { "id": "m1a_season_spring", "fg": 6654 }, + { "id": "m1a_season_summer", "fg": 6655 }, + { "id": "m1a_season_winter", "fg": 6656 }, + { "id": "m240_season_autumn", "fg": 6657 }, + { "id": "m240_season_spring", "fg": 6658 }, + { "id": "m240_season_summer", "fg": 6659 }, + { "id": "m240_season_winter", "fg": 6660 }, + { "id": "m249_season_autumn", "fg": 6661 }, + { "id": "m249_season_spring", "fg": 6662 }, + { "id": "m249_season_summer", "fg": 6663 }, + { "id": "m249_season_winter", "fg": 6664 }, + { "id": "m27iar_season_autumn", "fg": 6665 }, + { "id": "m27iar_season_spring", "fg": 6666 }, + { "id": "m27iar_season_summer", "fg": 6667 }, + { "id": "m27iar_season_winter", "fg": 6668 }, + { "id": "m2browning_season_autumn", "fg": 6669 }, + { "id": "m2browning_season_spring", "fg": 6670 }, + { "id": "m2browning_season_summer", "fg": 6671 }, + { "id": "m2browning_season_winter", "fg": 6672 }, + { "id": "m2browning_sawn_season_autumn", "fg": 6673 }, + { "id": "m2browning_sawn_season_spring", "fg": 6674 }, + { "id": "m2browning_sawn_season_summer", "fg": 6675 }, + { "id": "m2browning_sawn_season_winter", "fg": 6676 }, + { "id": "m60_season_autumn", "fg": 6681 }, + { "id": "m60_season_spring", "fg": 6682 }, + { "id": "m60_season_summer", "fg": 6683 }, + { "id": "m60_season_winter", "fg": 6684 }, + { "id": "m79_season_autumn", "fg": 6685 }, + { "id": "m79_season_spring", "fg": 6686 }, + { "id": "m79_season_summer", "fg": 6687 }, + { "id": "m79_season_winter", "fg": 6688 }, + { "id": "m9_season_autumn", "fg": 6689 }, + { "id": "m9_season_spring", "fg": 6690 }, + { "id": "m9_season_summer", "fg": 6691 }, + { "id": "m9_season_winter", "fg": 6692 }, + { "id": "minispeargun_season_autumn", "fg": 6693 }, + { "id": "minispeargun_season_spring", "fg": 6694 }, + { "id": "minispeargun_season_summer", "fg": 6695 }, + { "id": "minispeargun_season_winter", "fg": 6696 }, + { "id": "mjolnir_season_autumn", "fg": 6697 }, + { "id": "mjolnir_season_spring", "fg": 6698 }, + { "id": "mjolnir_season_summer", "fg": 6699 }, + { "id": "mjolnir_season_winter", "fg": 6700 }, + { "id": "mjolnir_replica_season_autumn", "fg": 6701 }, + { "id": "mjolnir_replica_season_spring", "fg": 6702 }, + { "id": "mjolnir_replica_season_summer", "fg": 6703 }, + { "id": "mjolnir_replica_season_winter", "fg": 6704 }, + { "id": "mosin44_season_autumn", "fg": 6705 }, + { "id": "mosin44_season_spring", "fg": 6706 }, + { "id": "mosin44_season_summer", "fg": 6707 }, + { "id": "mosin44_season_winter", "fg": 6708 }, + { "id": "mosin44_ebr_season_autumn", "fg": 6709 }, + { "id": "mosin44_ebr_season_spring", "fg": 6710 }, + { "id": "mosin44_ebr_season_summer", "fg": 6711 }, + { "id": "mosin44_ebr_season_winter", "fg": 6712 }, + { "id": "mosin91_30_season_autumn", "fg": 6713 }, + { "id": "mosin91_30_season_spring", "fg": 6714 }, + { "id": "mosin91_30_season_summer", "fg": 6715 }, + { "id": "mosin91_30_season_winter", "fg": 6716 }, + { "id": "mosin91_30_ebr_season_autumn", "fg": 6717 }, + { "id": "mosin91_30_ebr_season_spring", "fg": 6718 }, + { "id": "mosin91_30_ebr_season_summer", "fg": 6719 }, + { "id": "mosin91_30_ebr_season_winter", "fg": 6720 }, + { "id": "mossberg500_season_autumn", "fg": 6721 }, + { "id": "mossberg500_season_spring", "fg": 6722 }, + { "id": "mossberg500_season_summer", "fg": 6723 }, + { "id": "mossberg500_season_winter", "fg": 6724 }, + { "id": "nailgun_season_autumn", "fg": 6725 }, + { "id": "nailgun_season_spring", "fg": 6726 }, + { "id": "nailgun_season_summer", "fg": 6727 }, + { "id": "nailgun_season_winter", "fg": 6728 }, + { "id": "nailrifle_season_autumn", "fg": 6729 }, + { "id": "nailrifle_season_spring", "fg": 6730 }, + { "id": "nailrifle_season_summer", "fg": 6731 }, + { "id": "nailrifle_season_winter", "fg": 6732 }, + { "id": "pipe_combination_gun_season_autumn", "fg": 6733 }, + { "id": "pipe_combination_gun_season_spring", "fg": 6734 }, + { "id": "pipe_combination_gun_season_summer", "fg": 6735 }, + { "id": "pipe_combination_gun_season_winter", "fg": 6736 }, + { "id": "pipe_double_shotgun_season_autumn", "fg": 6737 }, + { "id": "pipe_double_shotgun_season_spring", "fg": 6738 }, + { "id": "pipe_double_shotgun_season_summer", "fg": 6739 }, + { "id": "pipe_double_shotgun_season_winter", "fg": 6740 }, + { "id": "pipe_shotgun_season_autumn", "fg": 6741 }, + { "id": "pipe_shotgun_season_spring", "fg": 6742 }, + { "id": "pipe_shotgun_season_summer", "fg": 6743 }, + { "id": "pipe_shotgun_season_winter", "fg": 6744 }, + { "id": "pistol_flintlock_season_autumn", "fg": 6745 }, + { "id": "pistol_flintlock_season_spring", "fg": 6746 }, + { "id": "pistol_flintlock_season_summer", "fg": 6747 }, + { "id": "pistol_flintlock_season_winter", "fg": 6748 }, + { "id": "plasma_rifle_season_autumn", "fg": 6749 }, + { "id": "plasma_rifle_season_spring", "fg": 6750 }, + { "id": "plasma_rifle_season_summer", "fg": 6751 }, + { "id": "plasma_rifle_season_winter", "fg": 6752 }, + { "id": "plastic_fork_season_autumn", "fg": 6753 }, + { "id": "plastic_fork_season_spring", "fg": 6754 }, + { "id": "plastic_fork_season_summer", "fg": 6755 }, + { "id": "plastic_fork_season_winter", "fg": 6756 }, + { "id": "plastic_spoon_season_autumn", "fg": 6757 }, + { "id": "plastic_spoon_season_spring", "fg": 6758 }, + { "id": "plastic_spoon_season_summer", "fg": 6759 }, + { "id": "plastic_spoon_season_winter", "fg": 6760 }, + { "id": "plastic_spoon_kids_season_autumn", "fg": 6761 }, + { "id": "plastic_spoon_kids_season_spring", "fg": 6762 }, + { "id": "plastic_spoon_kids_season_summer", "fg": 6763 }, + { "id": "plastic_spoon_kids_season_winter", "fg": 6764 }, + { "id": "raging_bull_season_autumn", "fg": 6769 }, + { "id": "raging_bull_season_spring", "fg": 6770 }, + { "id": "raging_bull_season_summer", "fg": 6771 }, + { "id": "raging_bull_season_winter", "fg": 6772 }, + { "id": "recurbow_season_autumn", "fg": 6773 }, + { "id": "recurbow_season_spring", "fg": 6774 }, + { "id": "recurbow_season_summer", "fg": 6775 }, + { "id": "recurbow_season_winter", "fg": 6776 }, + { "id": "reflexbow_season_autumn", "fg": 6777 }, + { "id": "reflexbow_season_spring", "fg": 6778 }, + { "id": "reflexbow_season_summer", "fg": 6779 }, + { "id": "reflexbow_season_winter", "fg": 6780 }, + { "id": "reflexrecurvebow_season_autumn", "fg": 6781 }, + { "id": "reflexrecurvebow_season_spring", "fg": 6782 }, + { "id": "reflexrecurvebow_season_summer", "fg": 6783 }, + { "id": "reflexrecurvebow_season_winter", "fg": 6784 }, + { "id": "remington_870_season_autumn", "fg": 6789 }, + { "id": "remington_870_season_spring", "fg": 6790 }, + { "id": "remington_870_season_summer", "fg": 6791 }, + { "id": "remington_870_season_winter", "fg": 6792 }, + { "id": "remington_871_season_autumn", "fg": 6793 }, + { "id": "remington_871_season_spring", "fg": 6794 }, + { "id": "remington_871_season_summer", "fg": 6795 }, + { "id": "remington_871_season_winter", "fg": 6796 }, + { "id": "revolver_shotgun_season_autumn", "fg": 6797 }, + { "id": "revolver_shotgun_season_spring", "fg": 6798 }, + { "id": "revolver_shotgun_season_summer", "fg": 6799 }, + { "id": "revolver_shotgun_season_winter", "fg": 6800 }, + { "id": "rm120c_season_autumn", "fg": 6809 }, + { "id": "rm120c_season_spring", "fg": 6810 }, + { "id": "rm120c_season_summer", "fg": 6811 }, + { "id": "rm120c_season_winter", "fg": 6812 }, + { "id": "rm20_season_autumn", "fg": 6813 }, + { "id": "rm20_season_spring", "fg": 6814 }, + { "id": "rm20_season_summer", "fg": 6815 }, + { "id": "rm20_season_winter", "fg": 6816 }, + { "id": "rm51_assault_rifle_season_autumn", "fg": 6817 }, + { "id": "rm51_assault_rifle_season_spring", "fg": 6818 }, + { "id": "rm51_assault_rifle_season_summer", "fg": 6819 }, + { "id": "rm51_assault_rifle_season_winter", "fg": 6820 }, + { "id": "rm88_battle_rifle_season_autumn", "fg": 6821 }, + { "id": "rm88_battle_rifle_season_spring", "fg": 6822 }, + { "id": "rm88_battle_rifle_season_summer", "fg": 6823 }, + { "id": "rm88_battle_rifle_season_winter", "fg": 6824 }, + { "id": "ruger_1022_season_autumn", "fg": 6825 }, + { "id": "ruger_1022_season_spring", "fg": 6826 }, + { "id": "ruger_1022_season_summer", "fg": 6827 }, + { "id": "ruger_1022_season_winter", "fg": 6828 }, + { "id": "ruger_mini_season_autumn", "fg": 6833 }, + { "id": "ruger_mini_season_spring", "fg": 6834 }, + { "id": "ruger_mini_season_summer", "fg": 6835 }, + { "id": "ruger_mini_season_winter", "fg": 6836 }, + { "id": "saiga_410_season_autumn", "fg": 6841 }, + { "id": "saiga_410_season_spring", "fg": 6842 }, + { "id": "saiga_410_season_summer", "fg": 6843 }, + { "id": "saiga_410_season_winter", "fg": 6844 }, + { "id": "savage_111f_season_autumn", "fg": 6845 }, + { "id": "savage_111f_season_spring", "fg": 6846 }, + { "id": "savage_111f_season_summer", "fg": 6847 }, + { "id": "savage_111f_season_winter", "fg": 6848 }, + { "id": "scar_h_season_autumn", "fg": 6849 }, + { "id": "scar_h_season_spring", "fg": 6850 }, + { "id": "scar_h_season_summer", "fg": 6851 }, + { "id": "scar_h_season_winter", "fg": 6852 }, + { "id": "scar_l_season_autumn", "fg": 6853 }, + { "id": "scar_l_season_spring", "fg": 6854 }, + { "id": "scar_l_season_summer", "fg": 6855 }, + { "id": "scar_l_season_winter", "fg": 6856 }, + { "id": "selfbow_season_autumn", "fg": 6857 }, + { "id": "selfbow_season_spring", "fg": 6858 }, + { "id": "selfbow_season_summer", "fg": 6859 }, + { "id": "selfbow_season_winter", "fg": 6860 }, + { "id": "sharps_season_autumn", "fg": 6861 }, + { "id": "sharps_season_spring", "fg": 6862 }, + { "id": "sharps_season_summer", "fg": 6863 }, + { "id": "sharps_season_winter", "fg": 6864 }, + { "id": "shortbow_season_autumn", "fg": 6865 }, + { "id": "shortbow_season_spring", "fg": 6866 }, + { "id": "shortbow_season_summer", "fg": 6867 }, + { "id": "shortbow_season_winter", "fg": 6868 }, + { "id": "shotgun_d_season_autumn", "fg": 6869 }, + { "id": "shotgun_d_season_spring", "fg": 6870 }, + { "id": "shotgun_d_season_summer", "fg": 6871 }, + { "id": "shotgun_d_season_winter", "fg": 6872 }, + { "id": "shotgun_s_season_autumn", "fg": 6873 }, + { "id": "shotgun_s_season_spring", "fg": 6874 }, + { "id": "shotgun_s_season_summer", "fg": 6875 }, + { "id": "shotgun_s_season_winter", "fg": 6876 }, + { "id": "sig552_season_autumn", "fg": 6877 }, + { "id": "sig552_season_spring", "fg": 6878 }, + { "id": "sig552_season_summer", "fg": 6879 }, + { "id": "sig552_season_winter", "fg": 6880 }, + { "id": "sks_season_autumn", "fg": 6881 }, + { "id": "sks_season_spring", "fg": 6882 }, + { "id": "sks_season_summer", "fg": 6883 }, + { "id": "sks_season_winter", "fg": 6884 }, + { "id": "slingshot_season_autumn", "fg": 6885 }, + { "id": "slingshot_season_spring", "fg": 6886 }, + { "id": "slingshot_season_summer", "fg": 6887 }, + { "id": "slingshot_season_winter", "fg": 6888 }, + { "id": "speargun_season_autumn", "fg": 6889 }, + { "id": "speargun_season_spring", "fg": 6890 }, + { "id": "speargun_season_summer", "fg": 6891 }, + { "id": "speargun_season_winter", "fg": 6892 }, + { "id": "spoon_season_autumn", "fg": 6893 }, + { "id": "spoon_season_spring", "fg": 6894 }, + { "id": "spoon_season_summer", "fg": 6895 }, + { "id": "spoon_season_winter", "fg": 6896 }, + { "id": "steyr_aug_season_autumn", "fg": 6897 }, + { "id": "steyr_aug_season_spring", "fg": 6898 }, + { "id": "steyr_aug_season_summer", "fg": 6899 }, + { "id": "steyr_aug_season_winter", "fg": 6900 }, + { "id": "surv_carbine_223_season_autumn", "fg": 6901 }, + { "id": "surv_carbine_223_season_spring", "fg": 6902 }, + { "id": "surv_carbine_223_season_summer", "fg": 6903 }, + { "id": "surv_carbine_223_season_winter", "fg": 6904 }, + { "id": "surv_levershotgun_season_autumn", "fg": 6905 }, + { "id": "surv_levershotgun_season_spring", "fg": 6906 }, + { "id": "surv_levershotgun_season_summer", "fg": 6907 }, + { "id": "surv_levershotgun_season_winter", "fg": 6908 }, + { "id": "sw_610_season_autumn", "fg": 6909 }, + { "id": "sw_610_season_spring", "fg": 6910 }, + { "id": "sw_610_season_summer", "fg": 6911 }, + { "id": "sw_610_season_winter", "fg": 6912 }, + { "id": "sw_619_season_autumn", "fg": 6913 }, + { "id": "sw_619_season_spring", "fg": 6914 }, + { "id": "sw_619_season_summer", "fg": 6915 }, + { "id": "sw_619_season_winter", "fg": 6916 }, + { "id": "tac50_season_autumn", "fg": 6917 }, + { "id": "tac50_season_spring", "fg": 6918 }, + { "id": "tac50_season_summer", "fg": 6919 }, + { "id": "tac50_season_winter", "fg": 6920 }, + { "id": "tavor_12_season_autumn", "fg": 6921 }, + { "id": "tavor_12_season_spring", "fg": 6922 }, + { "id": "tavor_12_season_summer", "fg": 6923 }, + { "id": "tavor_12_season_winter", "fg": 6924 }, + { "id": "trex_gun_season_autumn", "fg": 6925 }, + { "id": "trex_gun_season_spring", "fg": 6926 }, + { "id": "trex_gun_season_summer", "fg": 6927 }, + { "id": "trex_gun_season_winter", "fg": 6928 }, + { "id": "unbio_blaster_gun_season_autumn", "fg": 6929 }, + { "id": "unbio_blaster_gun_season_spring", "fg": 6930 }, + { "id": "unbio_blaster_gun_season_summer", "fg": 6931 }, + { "id": "unbio_blaster_gun_season_winter", "fg": 6932 }, + { "id": "v29_season_autumn", "fg": 6937 }, + { "id": "v29_season_spring", "fg": 6938 }, + { "id": "v29_season_summer", "fg": 6939 }, + { "id": "v29_season_winter", "fg": 6940 }, + { "id": "v29_cheap_season_autumn", "fg": 6941 }, + { "id": "v29_cheap_season_spring", "fg": 6942 }, + { "id": "v29_cheap_season_summer", "fg": 6943 }, + { "id": "v29_cheap_season_winter", "fg": 6944 }, + { "id": "weatherby_5_season_autumn", "fg": 6945 }, + { "id": "weatherby_5_season_spring", "fg": 6946 }, + { "id": "weatherby_5_season_summer", "fg": 6947 }, + { "id": "weatherby_5_season_winter", "fg": 6948 }, + { "id": "win70_season_autumn", "fg": 6949 }, + { "id": "win70_season_spring", "fg": 6950 }, + { "id": "win70_season_summer", "fg": 6951 }, + { "id": "win70_season_winter", "fg": 6952 }, + { "id": "woodgreatbow_season_autumn", "fg": 6953 }, + { "id": "woodgreatbow_season_spring", "fg": 6954 }, + { "id": "woodgreatbow_season_summer", "fg": 6955 }, + { "id": "woodgreatbow_season_winter", "fg": 6956 }, + { "id": "wristrocket_season_autumn", "fg": 6957 }, + { "id": "wristrocket_season_spring", "fg": 6958 }, + { "id": "wristrocket_season_summer", "fg": 6959 }, + { "id": "wristrocket_season_winter", "fg": 6960 }, + { "id": "2h_flail_steel_season_autumn", "fg": 6961 }, + { "id": "2h_flail_steel_season_spring", "fg": 6962 }, + { "id": "2h_flail_steel_season_summer", "fg": 6963 }, + { "id": "2h_flail_steel_season_winter", "fg": 6964 }, + { "id": "2h_flail_wood_season_autumn", "fg": 6965 }, + { "id": "2h_flail_wood_season_spring", "fg": 6966 }, + { "id": "2h_flail_wood_season_summer", "fg": 6967 }, + { "id": "2h_flail_wood_season_winter", "fg": 6968 }, + { "id": "PR24-extended_season_autumn", "fg": 6969 }, + { "id": "PR24-extended_season_spring", "fg": 6970 }, + { "id": "PR24-extended_season_summer", "fg": 6971 }, + { "id": "PR24-extended_season_winter", "fg": 6972 }, + { "id": "PR24-retracted_season_autumn", "fg": 6973 }, + { "id": "PR24-retracted_season_spring", "fg": 6974 }, + { "id": "PR24-retracted_season_summer", "fg": 6975 }, + { "id": "PR24-retracted_season_winter", "fg": 6976 }, + { "id": "adobe_brick_season_autumn", "fg": 6977 }, + { "id": "adobe_brick_season_spring", "fg": 6978 }, + { "id": "adobe_brick_season_summer", "fg": 6979 }, + { "id": "adobe_brick_season_winter", "fg": 6980 }, + { "id": "ax_season_autumn", "fg": 6981 }, + { "id": "ax_season_spring", "fg": 6982 }, + { "id": "ax_season_summer", "fg": 6983 }, + { "id": "ax_season_winter", "fg": 6984 }, + { "id": "bagh_nakha_season_autumn", "fg": 6985 }, + { "id": "bagh_nakha_season_spring", "fg": 6986 }, + { "id": "bagh_nakha_season_summer", "fg": 6987 }, + { "id": "bagh_nakha_season_winter", "fg": 6988 }, + { "id": "battleaxe_season_autumn", "fg": 6989 }, + { "id": "battleaxe_season_spring", "fg": 6990 }, + { "id": "battleaxe_season_summer", "fg": 6991 }, + { "id": "battleaxe_season_winter", "fg": 6992 }, + { "id": "battleaxe_fake_season_autumn", "fg": 6993 }, + { "id": "battleaxe_fake_season_spring", "fg": 6994 }, + { "id": "battleaxe_fake_season_summer", "fg": 6995 }, + { "id": "battleaxe_fake_season_winter", "fg": 6996 }, + { "id": "battleaxe_inferior_season_autumn", "fg": 6997 }, + { "id": "battleaxe_inferior_season_spring", "fg": 6998 }, + { "id": "battleaxe_inferior_season_summer", "fg": 6999 }, + { "id": "battleaxe_inferior_season_winter", "fg": 7000 }, + { "id": "battletorch_season_autumn", "fg": 7001 }, + { "id": "battletorch_season_spring", "fg": 7002 }, + { "id": "battletorch_season_summer", "fg": 7003 }, + { "id": "battletorch_season_winter", "fg": 7004 }, + { "id": "battletorch_done_season_autumn", "fg": 7005 }, + { "id": "battletorch_done_season_spring", "fg": 7006 }, + { "id": "battletorch_done_season_summer", "fg": 7007 }, + { "id": "battletorch_done_season_winter", "fg": 7008 }, + { "id": "battletorch_lit_season_autumn", "fg": 7009 }, + { "id": "battletorch_lit_season_spring", "fg": 7010 }, + { "id": "battletorch_lit_season_summer", "fg": 7011 }, + { "id": "battletorch_lit_season_winter", "fg": 7012 }, + { "id": "blade_season_autumn", "fg": 7013 }, + { "id": "blade_season_spring", "fg": 7014 }, + { "id": "blade_season_summer", "fg": 7015 }, + { "id": "blade_season_winter", "fg": 7016 }, + { "id": "blade_scythe_season_autumn", "fg": 7017 }, + { "id": "blade_scythe_season_spring", "fg": 7018 }, + { "id": "blade_scythe_season_summer", "fg": 7019 }, + { "id": "blade_scythe_season_winter", "fg": 7020 }, + { "id": "boxing_gloves_season_autumn", "fg": 7021 }, + { "id": "boxing_gloves_season_spring", "fg": 7022 }, + { "id": "boxing_gloves_season_summer", "fg": 7023 }, + { "id": "boxing_gloves_season_winter", "fg": 7024 }, + { "id": "broom_season_autumn", "fg": 7029 }, + { "id": "broom_season_spring", "fg": 7030 }, + { "id": "broom_season_summer", "fg": 7031 }, + { "id": "broom_season_winter", "fg": 7032 }, + { "id": "bullwhip_season_autumn", "fg": 7033 }, + { "id": "bullwhip_season_spring", "fg": 7034 }, + { "id": "bullwhip_season_summer", "fg": 7035 }, + { "id": "bullwhip_season_winter", "fg": 7036 }, + { "id": "butterfly_swords_season_autumn", "fg": 7037 }, + { "id": "butterfly_swords_season_spring", "fg": 7038 }, + { "id": "butterfly_swords_season_summer", "fg": 7039 }, + { "id": "butterfly_swords_season_winter", "fg": 7040 }, + { "id": "bwirebat_season_autumn", "fg": 7041 }, + { "id": "bwirebat_season_spring", "fg": 7042 }, + { "id": "bwirebat_season_summer", "fg": 7043 }, + { "id": "bwirebat_season_winter", "fg": 7044 }, + { "id": "carver_off_season_autumn", "fg": 7045 }, + { "id": "carver_off_season_spring", "fg": 7046 }, + { "id": "carver_off_season_summer", "fg": 7047 }, + { "id": "carver_off_season_winter", "fg": 7048 }, + { "id": "carver_on_season_autumn", "fg": 7049 }, + { "id": "carver_on_season_spring", "fg": 7050 }, + { "id": "carver_on_season_summer", "fg": 7051 }, + { "id": "carver_on_season_winter", "fg": 7052 }, + { "id": "cavalry_sabre_season_autumn", "fg": 7053 }, + { "id": "cavalry_sabre_season_spring", "fg": 7054 }, + { "id": "cavalry_sabre_season_summer", "fg": 7055 }, + { "id": "cavalry_sabre_season_winter", "fg": 7056 }, + { "id": "circsaw_blade_season_autumn", "fg": 7061 }, + { "id": "circsaw_blade_season_spring", "fg": 7062 }, + { "id": "circsaw_blade_season_summer", "fg": 7063 }, + { "id": "circsaw_blade_season_winter", "fg": 7064 }, + { "id": "circsaw_off_season_autumn", "fg": 7065 }, + { "id": "circsaw_off_season_spring", "fg": 7066 }, + { "id": "circsaw_off_season_summer", "fg": 7067 }, + { "id": "circsaw_off_season_winter", "fg": 7068 }, + { "id": "circsaw_on_season_autumn", "fg": 7069 }, + { "id": "circsaw_on_season_spring", "fg": 7070 }, + { "id": "circsaw_on_season_summer", "fg": 7071 }, + { "id": "circsaw_on_season_winter", "fg": 7072 }, + { "id": "claw_bar_season_autumn", "fg": 7073 }, + { "id": "claw_bar_season_spring", "fg": 7074 }, + { "id": "claw_bar_season_summer", "fg": 7075 }, + { "id": "claw_bar_season_winter", "fg": 7076 }, + { "id": "copper_knife_season_autumn", "fg": 7085 }, + { "id": "copper_knife_season_spring", "fg": 7086 }, + { "id": "copper_knife_season_summer", "fg": 7087 }, + { "id": "copper_knife_season_winter", "fg": 7088 }, + { "id": "cow_bell_season_autumn", "fg": 7089 }, + { "id": "cow_bell_season_spring", "fg": 7090 }, + { "id": "cow_bell_season_summer", "fg": 7091 }, + { "id": "cow_bell_season_winter", "fg": 7092 }, + { "id": "crash_axe_season_autumn", "fg": 7093 }, + { "id": "crash_axe_season_spring", "fg": 7094 }, + { "id": "crash_axe_season_summer", "fg": 7095 }, + { "id": "crash_axe_season_winter", "fg": 7096 }, + { "id": "crowbar_season_autumn", "fg": 7097 }, + { "id": "crowbar_season_spring", "fg": 7098 }, + { "id": "crowbar_season_summer", "fg": 7099 }, + { "id": "crowbar_season_winter", "fg": 7100 }, + { "id": "cudgel_season_autumn", "fg": 7109 }, + { "id": "cudgel_season_spring", "fg": 7110 }, + { "id": "cudgel_season_summer", "fg": 7111 }, + { "id": "cudgel_season_winter", "fg": 7112 }, + { "id": "cutlass_season_autumn", "fg": 7113 }, + { "id": "cutlass_season_spring", "fg": 7114 }, + { "id": "cutlass_season_summer", "fg": 7115 }, + { "id": "cutlass_season_winter", "fg": 7116 }, + { "id": "cutlass_fake_season_autumn", "fg": 7117 }, + { "id": "cutlass_fake_season_spring", "fg": 7118 }, + { "id": "cutlass_fake_season_summer", "fg": 7119 }, + { "id": "cutlass_fake_season_winter", "fg": 7120 }, + { "id": "cutlass_inferior_season_autumn", "fg": 7121 }, + { "id": "cutlass_inferior_season_spring", "fg": 7122 }, + { "id": "cutlass_inferior_season_summer", "fg": 7123 }, + { "id": "cutlass_inferior_season_winter", "fg": 7124 }, + { "id": "dao_season_autumn", "fg": 7125 }, + { "id": "dao_season_spring", "fg": 7126 }, + { "id": "dao_season_summer", "fg": 7127 }, + { "id": "dao_season_winter", "fg": 7128 }, + { "id": "e_tool_season_autumn", "fg": 7129 }, + { "id": "e_tool_season_spring", "fg": 7130 }, + { "id": "e_tool_season_summer", "fg": 7131 }, + { "id": "e_tool_season_winter", "fg": 7132 }, + { "id": "fencing_epee_season_autumn", "fg": 7133 }, + { "id": "fencing_epee_season_spring", "fg": 7134 }, + { "id": "fencing_epee_season_summer", "fg": 7135 }, + { "id": "fencing_epee_season_winter", "fg": 7136 }, + { "id": "fencing_epee_sharpened_season_autumn", "fg": 7137 }, + { "id": "fencing_epee_sharpened_season_spring", "fg": 7138 }, + { "id": "fencing_epee_sharpened_season_summer", "fg": 7139 }, + { "id": "fencing_epee_sharpened_season_winter", "fg": 7140 }, + { "id": "fencing_sabre_season_autumn", "fg": 7141 }, + { "id": "fencing_sabre_season_spring", "fg": 7142 }, + { "id": "fencing_sabre_season_summer", "fg": 7143 }, + { "id": "fencing_sabre_season_winter", "fg": 7144 }, + { "id": "fire_ax_season_autumn", "fg": 7145 }, + { "id": "fire_ax_season_spring", "fg": 7146 }, + { "id": "fire_ax_season_summer", "fg": 7147 }, + { "id": "fire_ax_season_winter", "fg": 7148 }, + { "id": "firekatana_off_season_autumn", "fg": 7149 }, + { "id": "firekatana_off_season_spring", "fg": 7150 }, + { "id": "firekatana_off_season_summer", "fg": 7151 }, + { "id": "firekatana_off_season_winter", "fg": 7152 }, + { "id": "firekatana_on_season_autumn", "fg": 7153 }, + { "id": "firekatana_on_season_spring", "fg": 7154 }, + { "id": "firekatana_on_season_summer", "fg": 7155 }, + { "id": "firekatana_on_season_winter", "fg": 7156 }, + { "id": "firemachete_off_season_autumn", "fg": 7157 }, + { "id": "firemachete_off_season_spring", "fg": 7158 }, + { "id": "firemachete_off_season_summer", "fg": 7159 }, + { "id": "firemachete_off_season_winter", "fg": 7160 }, + { "id": "firemachete_on_season_autumn", "fg": 7161 }, + { "id": "firemachete_on_season_spring", "fg": 7162 }, + { "id": "firemachete_on_season_summer", "fg": 7163 }, + { "id": "firemachete_on_season_winter", "fg": 7164 }, + { "id": "g_shovel_season_autumn", "fg": 7165 }, + { "id": "g_shovel_season_spring", "fg": 7166 }, + { "id": "g_shovel_season_summer", "fg": 7167 }, + { "id": "g_shovel_season_winter", "fg": 7168 }, + { "id": "glass_macuahuitl_season_autumn", "fg": 7169 }, + { "id": "glass_macuahuitl_season_spring", "fg": 7170 }, + { "id": "glass_macuahuitl_season_summer", "fg": 7171 }, + { "id": "glass_macuahuitl_season_winter", "fg": 7172 }, + { "id": "glass_shard_season_autumn", "fg": 7173 }, + { "id": "glass_shard_season_spring", "fg": 7174 }, + { "id": "glass_shard_season_summer", "fg": 7175 }, + { "id": "glass_shard_season_winter", "fg": 7176 }, + { "id": "glass_shiv_season_autumn", "fg": 7177 }, + { "id": "glass_shiv_season_spring", "fg": 7178 }, + { "id": "glass_shiv_season_summer", "fg": 7179 }, + { "id": "glass_shiv_season_winter", "fg": 7180 }, + { "id": "golf_club_season_autumn", "fg": 7181 }, + { "id": "golf_club_season_spring", "fg": 7182 }, + { "id": "golf_club_season_summer", "fg": 7183 }, + { "id": "golf_club_season_winter", "fg": 7184 }, + { "id": "grip_hook_season_autumn", "fg": 7185 }, + { "id": "grip_hook_season_spring", "fg": 7186 }, + { "id": "grip_hook_season_summer", "fg": 7187 }, + { "id": "grip_hook_season_winter", "fg": 7188 }, + { "id": "hacksaw_season_autumn", "fg": 7189 }, + { "id": "hacksaw_season_spring", "fg": 7190 }, + { "id": "hacksaw_season_summer", "fg": 7191 }, + { "id": "hacksaw_season_winter", "fg": 7192 }, + { "id": "hammer_season_autumn", "fg": 7193 }, + { "id": "hammer_season_spring", "fg": 7194 }, + { "id": "hammer_season_summer", "fg": 7195 }, + { "id": "hammer_season_winter", "fg": 7196 }, + { "id": "hatchet_season_autumn", "fg": 7201 }, + { "id": "hatchet_season_spring", "fg": 7202 }, + { "id": "hatchet_season_summer", "fg": 7203 }, + { "id": "hatchet_season_winter", "fg": 7204 }, + { "id": "homewrecker_season_autumn", "fg": 7205 }, + { "id": "homewrecker_season_spring", "fg": 7206 }, + { "id": "homewrecker_season_summer", "fg": 7207 }, + { "id": "homewrecker_season_winter", "fg": 7208 }, + { "id": "honey_scraper_season_autumn", "fg": 7209 }, + { "id": "honey_scraper_season_spring", "fg": 7210 }, + { "id": "honey_scraper_season_summer", "fg": 7211 }, + { "id": "honey_scraper_season_winter", "fg": 7212 }, + { "id": "ji_season_autumn", "fg": 7213 }, + { "id": "ji_season_spring", "fg": 7214 }, + { "id": "ji_season_summer", "fg": 7215 }, + { "id": "ji_season_winter", "fg": 7216 }, + { "id": "jian_season_autumn", "fg": 7217 }, + { "id": "jian_season_spring", "fg": 7218 }, + { "id": "jian_season_summer", "fg": 7219 }, + { "id": "jian_season_winter", "fg": 7220 }, + { "id": "katana_season_autumn", "fg": 7221 }, + { "id": "katana_season_spring", "fg": 7222 }, + { "id": "katana_season_summer", "fg": 7223 }, + { "id": "katana_season_winter", "fg": 7224 }, + { "id": "katana_fake_season_autumn", "fg": 7225 }, + { "id": "katana_fake_season_spring", "fg": 7226 }, + { "id": "katana_fake_season_summer", "fg": 7227 }, + { "id": "katana_fake_season_winter", "fg": 7228 }, + { "id": "katana_inferior_season_autumn", "fg": 7229 }, + { "id": "katana_inferior_season_spring", "fg": 7230 }, + { "id": "katana_inferior_season_summer", "fg": 7231 }, + { "id": "katana_inferior_season_winter", "fg": 7232 }, + { "id": "khopesh_season_autumn", "fg": 7233 }, + { "id": "khopesh_season_spring", "fg": 7234 }, + { "id": "khopesh_season_summer", "fg": 7235 }, + { "id": "khopesh_season_winter", "fg": 7236 }, + { "id": "knife_butcher_season_autumn", "fg": 7237 }, + { "id": "knife_butcher_season_spring", "fg": 7238 }, + { "id": "knife_butcher_season_summer", "fg": 7239 }, + { "id": "knife_butcher_season_winter", "fg": 7240 }, + { "id": "knife_chef_season_autumn", "fg": 7241 }, + { "id": "knife_chef_season_spring", "fg": 7242 }, + { "id": "knife_chef_season_summer", "fg": 7243 }, + { "id": "knife_chef_season_winter", "fg": 7244 }, + { "id": "knife_folding_season_autumn", "fg": 7249 }, + { "id": "knife_folding_season_spring", "fg": 7250 }, + { "id": "knife_folding_season_summer", "fg": 7251 }, + { "id": "knife_folding_season_winter", "fg": 7252 }, + { "id": "knife_meat_cleaver_season_autumn", "fg": 7253 }, + { "id": "knife_meat_cleaver_season_spring", "fg": 7254 }, + { "id": "knife_meat_cleaver_season_summer", "fg": 7255 }, + { "id": "knife_meat_cleaver_season_winter", "fg": 7256 }, + { "id": "knife_swissarmy_season_autumn", "fg": 7257 }, + { "id": "knife_swissarmy_season_spring", "fg": 7258 }, + { "id": "knife_swissarmy_season_summer", "fg": 7259 }, + { "id": "knife_swissarmy_season_winter", "fg": 7260 }, + { "id": "knife_trench_season_autumn", "fg": 7261 }, + { "id": "knife_trench_season_spring", "fg": 7262 }, + { "id": "knife_trench_season_summer", "fg": 7263 }, + { "id": "knife_trench_season_winter", "fg": 7264 }, + { "id": "knuckle_nail_season_autumn", "fg": 7269 }, + { "id": "knuckle_nail_season_spring", "fg": 7270 }, + { "id": "knuckle_nail_season_summer", "fg": 7271 }, + { "id": "knuckle_nail_season_winter", "fg": 7272 }, + { "id": "lajatang_season_autumn", "fg": 7277 }, + { "id": "lajatang_season_spring", "fg": 7278 }, + { "id": "lajatang_season_summer", "fg": 7279 }, + { "id": "lajatang_season_winter", "fg": 7280 }, + { "id": "mace_season_autumn", "fg": 7281 }, + { "id": "mace_season_spring", "fg": 7282 }, + { "id": "mace_season_summer", "fg": 7283 }, + { "id": "mace_season_winter", "fg": 7284 }, + { "id": "mace_fake_season_autumn", "fg": 7285 }, + { "id": "mace_fake_season_spring", "fg": 7286 }, + { "id": "mace_fake_season_summer", "fg": 7287 }, + { "id": "mace_fake_season_winter", "fg": 7288 }, + { "id": "mace_inferior_season_autumn", "fg": 7289 }, + { "id": "mace_inferior_season_spring", "fg": 7290 }, + { "id": "mace_inferior_season_summer", "fg": 7291 }, + { "id": "mace_inferior_season_winter", "fg": 7292 }, + { "id": "machete_season_autumn", "fg": 7293 }, + { "id": "machete_season_spring", "fg": 7294 }, + { "id": "machete_season_summer", "fg": 7295 }, + { "id": "machete_season_winter", "fg": 7296 }, + { "id": "makeshift_crowbar_season_autumn", "fg": 7297 }, + { "id": "makeshift_crowbar_season_spring", "fg": 7298 }, + { "id": "makeshift_crowbar_season_summer", "fg": 7299 }, + { "id": "makeshift_crowbar_season_winter", "fg": 7300 }, + { "id": "morningstar_season_autumn", "fg": 7301 }, + { "id": "morningstar_season_spring", "fg": 7302 }, + { "id": "morningstar_season_summer", "fg": 7303 }, + { "id": "morningstar_season_winter", "fg": 7304 }, + { "id": "morningstar_fake_season_autumn", "fg": 7305 }, + { "id": "morningstar_fake_season_spring", "fg": 7306 }, + { "id": "morningstar_fake_season_summer", "fg": 7307 }, + { "id": "morningstar_fake_season_winter", "fg": 7308 }, + { "id": "morningstar_inferior_season_autumn", "fg": 7309 }, + { "id": "morningstar_inferior_season_spring", "fg": 7310 }, + { "id": "morningstar_inferior_season_summer", "fg": 7311 }, + { "id": "morningstar_inferior_season_winter", "fg": 7312 }, + { "id": "naginata_fake_season_autumn", "fg": 7317 }, + { "id": "naginata_fake_season_spring", "fg": 7318 }, + { "id": "naginata_fake_season_summer", "fg": 7319 }, + { "id": "naginata_fake_season_winter", "fg": 7320 }, + { "id": "naginata_inferior_season_autumn", "fg": 7321 }, + { "id": "naginata_inferior_season_spring", "fg": 7322 }, + { "id": "naginata_inferior_season_summer", "fg": 7323 }, + { "id": "naginata_inferior_season_winter", "fg": 7324 }, + { "id": "nodachi_season_autumn", "fg": 7325 }, + { "id": "nodachi_season_spring", "fg": 7326 }, + { "id": "nodachi_season_summer", "fg": 7327 }, + { "id": "nodachi_season_winter", "fg": 7328 }, + { "id": "pickaxe_season_autumn", "fg": 7329 }, + { "id": "pickaxe_season_spring", "fg": 7330 }, + { "id": "pickaxe_season_summer", "fg": 7331 }, + { "id": "pickaxe_season_winter", "fg": 7332 }, + { "id": "pike_season_autumn", "fg": 7333 }, + { "id": "pike_season_spring", "fg": 7334 }, + { "id": "pike_season_summer", "fg": 7335 }, + { "id": "pike_season_winter", "fg": 7336 }, + { "id": "pike_fake_season_autumn", "fg": 7337 }, + { "id": "pike_fake_season_spring", "fg": 7338 }, + { "id": "pike_fake_season_summer", "fg": 7339 }, + { "id": "pike_fake_season_winter", "fg": 7340 }, + { "id": "pike_inferior_season_autumn", "fg": 7341 }, + { "id": "pike_inferior_season_spring", "fg": 7342 }, + { "id": "pike_inferior_season_summer", "fg": 7343 }, + { "id": "pike_inferior_season_winter", "fg": 7344 }, + { "id": "primitive_adze_season_autumn", "fg": 7345 }, + { "id": "primitive_adze_season_spring", "fg": 7346 }, + { "id": "primitive_adze_season_summer", "fg": 7347 }, + { "id": "primitive_adze_season_winter", "fg": 7348 }, + { "id": "primitive_shovel_season_autumn", "fg": 7349 }, + { "id": "primitive_shovel_season_spring", "fg": 7350 }, + { "id": "primitive_shovel_season_summer", "fg": 7351 }, + { "id": "primitive_shovel_season_winter", "fg": 7352 }, + { "id": "rapier_season_autumn", "fg": 7357 }, + { "id": "rapier_season_spring", "fg": 7358 }, + { "id": "rapier_season_summer", "fg": 7359 }, + { "id": "rapier_season_winter", "fg": 7360 }, + { "id": "rapier_fake_season_autumn", "fg": 7361 }, + { "id": "rapier_fake_season_spring", "fg": 7362 }, + { "id": "rapier_fake_season_summer", "fg": 7363 }, + { "id": "rapier_fake_season_winter", "fg": 7364 }, + { "id": "rapier_inferior_season_autumn", "fg": 7365 }, + { "id": "rapier_inferior_season_spring", "fg": 7366 }, + { "id": "rapier_inferior_season_summer", "fg": 7367 }, + { "id": "rapier_inferior_season_winter", "fg": 7368 }, + { "id": "scimitar_season_autumn", "fg": 7369 }, + { "id": "scimitar_season_spring", "fg": 7370 }, + { "id": "scimitar_season_summer", "fg": 7371 }, + { "id": "scimitar_season_winter", "fg": 7372 }, + { "id": "scimitar_fake_season_autumn", "fg": 7373 }, + { "id": "scimitar_fake_season_spring", "fg": 7374 }, + { "id": "scimitar_fake_season_summer", "fg": 7375 }, + { "id": "scimitar_fake_season_winter", "fg": 7376 }, + { "id": "scimitar_inferior_season_autumn", "fg": 7377 }, + { "id": "scimitar_inferior_season_spring", "fg": 7378 }, + { "id": "scimitar_inferior_season_summer", "fg": 7379 }, + { "id": "scimitar_inferior_season_winter", "fg": 7380 }, + { "id": "scissors_season_autumn", "fg": 7381 }, + { "id": "scissors_season_spring", "fg": 7382 }, + { "id": "scissors_season_summer", "fg": 7383 }, + { "id": "scissors_season_winter", "fg": 7384 }, + { "id": "scythe_season_autumn", "fg": 7385 }, + { "id": "scythe_season_spring", "fg": 7386 }, + { "id": "scythe_season_summer", "fg": 7387 }, + { "id": "scythe_season_winter", "fg": 7388 }, + { "id": "shock_epee_season_autumn", "fg": 7393 }, + { "id": "shock_epee_season_spring", "fg": 7394 }, + { "id": "shock_epee_season_summer", "fg": 7395 }, + { "id": "shock_epee_season_winter", "fg": 7396 }, + { "id": "shock_staff_season_autumn", "fg": 7397 }, + { "id": "shock_staff_season_spring", "fg": 7398 }, + { "id": "shock_staff_season_summer", "fg": 7399 }, + { "id": "shock_staff_season_winter", "fg": 7400 }, + { "id": "shocktonfa_off_season_autumn", "fg": 7401 }, + { "id": "shocktonfa_off_season_spring", "fg": 7402 }, + { "id": "shocktonfa_off_season_summer", "fg": 7403 }, + { "id": "shocktonfa_off_season_winter", "fg": 7404 }, + { "id": "shocktonfa_on_season_autumn", "fg": 7405 }, + { "id": "shocktonfa_on_season_spring", "fg": 7406 }, + { "id": "shocktonfa_on_season_summer", "fg": 7407 }, + { "id": "shocktonfa_on_season_winter", "fg": 7408 }, + { "id": "shovel_season_autumn", "fg": 7409 }, + { "id": "shovel_season_spring", "fg": 7410 }, + { "id": "shovel_season_summer", "fg": 7411 }, + { "id": "shovel_season_winter", "fg": 7412 }, + { "id": "sickle_season_autumn", "fg": 7413 }, + { "id": "sickle_season_spring", "fg": 7414 }, + { "id": "sickle_season_summer", "fg": 7415 }, + { "id": "sickle_season_winter", "fg": 7416 }, + { "id": "soft_adobe_brick_season_autumn", "fg": 7417 }, + { "id": "soft_adobe_brick_season_spring", "fg": 7418 }, + { "id": "soft_adobe_brick_season_summer", "fg": 7419 }, + { "id": "soft_adobe_brick_season_winter", "fg": 7420 }, + { "id": "spear_copper_season_autumn", "fg": 7421 }, + { "id": "spear_copper_season_spring", "fg": 7422 }, + { "id": "spear_copper_season_summer", "fg": 7423 }, + { "id": "spear_copper_season_winter", "fg": 7424 }, + { "id": "spear_forked_season_autumn", "fg": 7425 }, + { "id": "spear_forked_season_spring", "fg": 7426 }, + { "id": "spear_forked_season_summer", "fg": 7427 }, + { "id": "spear_forked_season_winter", "fg": 7428 }, + { "id": "spear_homemade_halfpike_season_autumn", "fg": 7429 }, + { "id": "spear_homemade_halfpike_season_spring", "fg": 7430 }, + { "id": "spear_homemade_halfpike_season_summer", "fg": 7431 }, + { "id": "spear_homemade_halfpike_season_winter", "fg": 7432 }, + { "id": "spear_spike_season_autumn", "fg": 7433 }, + { "id": "spear_spike_season_spring", "fg": 7434 }, + { "id": "spear_spike_season_summer", "fg": 7435 }, + { "id": "spear_spike_season_winter", "fg": 7436 }, + { "id": "spear_steel_season_autumn", "fg": 7437 }, + { "id": "spear_steel_season_spring", "fg": 7438 }, + { "id": "spear_steel_season_summer", "fg": 7439 }, + { "id": "spear_steel_season_winter", "fg": 7440 }, + { "id": "spear_stone_season_autumn", "fg": 7441 }, + { "id": "spear_stone_season_spring", "fg": 7442 }, + { "id": "spear_stone_season_summer", "fg": 7443 }, + { "id": "spear_stone_season_winter", "fg": 7444 }, + { "id": "staff_sling_season_autumn", "fg": 7445 }, + { "id": "staff_sling_season_spring", "fg": 7446 }, + { "id": "staff_sling_season_summer", "fg": 7447 }, + { "id": "staff_sling_season_winter", "fg": 7448 }, + { "id": "sword_xiphos_season_autumn", "fg": 7449 }, + { "id": "sword_xiphos_season_spring", "fg": 7450 }, + { "id": "sword_xiphos_season_summer", "fg": 7451 }, + { "id": "sword_xiphos_season_winter", "fg": 7452 }, + { "id": "tanto_season_autumn", "fg": 7453 }, + { "id": "tanto_season_spring", "fg": 7454 }, + { "id": "tanto_season_summer", "fg": 7455 }, + { "id": "tanto_season_winter", "fg": 7456 }, + { "id": "teleumbrella_season_autumn", "fg": 7457 }, + { "id": "teleumbrella_season_spring", "fg": 7458 }, + { "id": "teleumbrella_season_summer", "fg": 7459 }, + { "id": "teleumbrella_season_winter", "fg": 7460 }, + { "id": "throwing_axe_season_autumn", "fg": 7461 }, + { "id": "throwing_axe_season_spring", "fg": 7462 }, + { "id": "throwing_axe_season_summer", "fg": 7463 }, + { "id": "throwing_axe_season_winter", "fg": 7464 }, + { "id": "trimmer_off_season_autumn", "fg": 7469 }, + { "id": "trimmer_off_season_spring", "fg": 7470 }, + { "id": "trimmer_off_season_summer", "fg": 7471 }, + { "id": "trimmer_off_season_winter", "fg": 7472 }, + { "id": "trimmer_on_season_autumn", "fg": 7473 }, + { "id": "trimmer_on_season_spring", "fg": 7474 }, + { "id": "trimmer_on_season_summer", "fg": 7475 }, + { "id": "trimmer_on_season_winter", "fg": 7476 }, + { "id": "wakizashi_season_autumn", "fg": 7481 }, + { "id": "wakizashi_season_spring", "fg": 7482 }, + { "id": "wakizashi_season_summer", "fg": 7483 }, + { "id": "wakizashi_season_winter", "fg": 7484 }, + { "id": "wakizashi_fake_season_autumn", "fg": 7485 }, + { "id": "wakizashi_fake_season_spring", "fg": 7486 }, + { "id": "wakizashi_fake_season_summer", "fg": 7487 }, + { "id": "wakizashi_fake_season_winter", "fg": 7488 }, + { "id": "wakizashi_inferior_season_autumn", "fg": 7489 }, + { "id": "wakizashi_inferior_season_spring", "fg": 7490 }, + { "id": "wakizashi_inferior_season_summer", "fg": 7491 }, + { "id": "wakizashi_inferior_season_winter", "fg": 7492 }, + { "id": "warhammer_season_autumn", "fg": 7493 }, + { "id": "warhammer_season_spring", "fg": 7494 }, + { "id": "warhammer_season_summer", "fg": 7495 }, + { "id": "warhammer_season_winter", "fg": 7496 }, + { "id": "zweifire_off_season_autumn", "fg": 7497 }, + { "id": "zweifire_off_season_spring", "fg": 7498 }, + { "id": "zweifire_off_season_summer", "fg": 7499 }, + { "id": "zweifire_off_season_winter", "fg": 7500 }, + { "id": "zweifire_on_season_autumn", "fg": 7501 }, + { "id": "zweifire_on_season_spring", "fg": 7502 }, + { "id": "zweifire_on_season_summer", "fg": 7503 }, + { "id": "zweifire_on_season_winter", "fg": 7504 }, + { "id": "zweihander_season_autumn", "fg": 7505 }, + { "id": "zweihander_season_spring", "fg": 7506 }, + { "id": "zweihander_season_summer", "fg": 7507 }, + { "id": "zweihander_season_winter", "fg": 7508 } + ] + }, + { + "file": "large.png", + "//": "range 7520 to 7695", + "sprite_width": 32, + "sprite_height": 32, + "sprite_offset_x": -4, + "sprite_offset_y": -8, + "tiles": [ + { "id": [ "f_gas_tank_smashed_season_srping", "f_diesel_tank_smashed_season_srping" ], "fg": 7533 }, + { "id": [ "f_gas_tank_smashed_season_summer", "f_diesel_tank_smashed_season_summer" ], "fg": 7534 }, + { "id": [ "f_gas_tank_smashed_season_autumn", "f_diesel_tank_smashed_season_autumn" ], "fg": 7532 }, + { "id": [ "f_gas_tank_smashed_season_winter", "f_diesel_tank_smashed_season_winter" ], "fg": 7535 }, + { "id": "mon_alpha_razorclaw", "fg": 7556, "rotates": false }, + { "id": "mon_alpha_razorclaw_season_autumn", "fg": 7557, "rotates": false }, + { "id": "mon_alpha_razorclaw_season_winter", "fg": 7559, "rotates": false }, + { "id": "mon_alpha_razorclaw_season_summer", "fg": 7558, "rotates": false }, + { "id": [ "mon_dispatch", "mon_dispatch_military" ], "fg": 7588, "rotates": false }, + { + "id": [ "mon_dispatch_season_autumn", "mon_dispatch_military_season_autumn" ], + "fg": 7589, + "rotates": false + }, + { + "id": [ "mon_dispatch_season_winter", "mon_dispatch_military_season_winter" ], + "fg": 7591, + "rotates": false + }, + { + "id": [ "mon_dispatch_season_summer", "mon_dispatch_military_season_summer" ], + "fg": 7590, + "rotates": false + }, + { "id": "mon_kreck", "fg": 7612, "rotates": false }, + { "id": "mon_kreck_season_autumn", "fg": 7613, "rotates": false }, + { "id": "mon_kreck_season_winter", "fg": 7615, "rotates": false }, + { "id": "mon_kreck_season_summer", "fg": 7614, "rotates": false }, + { "id": "f_boulder_large_season_autumn", "fg": 7520 }, + { "id": "f_boulder_large_season_spring", "fg": 7521 }, + { "id": "f_boulder_large_season_summer", "fg": 7522 }, + { "id": "f_boulder_large_season_winter", "fg": 7523 }, + { "id": "f_diesel_tank_season_autumn", "fg": 7524 }, + { "id": "f_diesel_tank_season_spring", "fg": 7525 }, + { "id": "f_diesel_tank_season_summer", "fg": 7526 }, + { "id": "f_diesel_tank_season_winter", "fg": 7527 }, + { "id": "f_gas_tank_season_autumn", "fg": 7528 }, + { "id": "f_gas_tank_season_spring", "fg": 7529 }, + { "id": "f_gas_tank_season_summer", "fg": 7530 }, + { "id": "f_gas_tank_season_winter", "fg": 7531 }, + { "id": "f_hedge_tall_season_autumn", "fg": 7536 }, + { "id": "f_hedge_tall_season_spring", "fg": 7537 }, + { "id": "f_hedge_tall_season_summer", "fg": 7538 }, + { "id": "f_hedge_tall_season_winter", "fg": 7539 }, + { "id": "f_topiary_abstract_season_autumn", "fg": 7540 }, + { "id": "f_topiary_abstract_season_spring", "fg": 7541 }, + { "id": "f_topiary_abstract_season_summer", "fg": 7542 }, + { "id": "f_topiary_abstract_season_winter", "fg": 7543 }, + { "id": "f_topiary_animal_season_autumn", "fg": 7544 }, + { "id": "f_topiary_animal_season_spring", "fg": 7545 }, + { "id": "f_topiary_animal_season_summer", "fg": 7546 }, + { "id": "f_topiary_animal_season_winter", "fg": 7547 }, + { "id": "bot_turret_searchlight_season_autumn", "fg": 7548 }, + { "id": "bot_turret_searchlight_season_spring", "fg": 7549 }, + { "id": "bot_turret_searchlight_season_summer", "fg": 7550 }, + { "id": "bot_turret_searchlight_season_winter", "fg": 7551 }, + { "id": "mon_albino_penguin_season_autumn", "fg": 7552 }, + { "id": "mon_albino_penguin_season_spring", "fg": 7553 }, + { "id": "mon_albino_penguin_season_summer", "fg": 7554 }, + { "id": "mon_albino_penguin_season_winter", "fg": 7555 }, + { "id": "mon_bear_season_autumn", "fg": 7560 }, + { "id": "mon_bear_season_spring", "fg": 7561 }, + { "id": "mon_bear_season_summer", "fg": 7562 }, + { "id": "mon_bear_season_winter", "fg": 7563 }, + { "id": "mon_biollante_season_autumn", "fg": 7564 }, + { "id": "mon_biollante_season_spring", "fg": 7565 }, + { "id": "mon_biollante_season_summer", "fg": 7566 }, + { "id": "mon_biollante_season_winter", "fg": 7567 }, + { "id": "mon_boomer_huge_season_autumn", "fg": 7568 }, + { "id": "mon_boomer_huge_season_spring", "fg": 7569 }, + { "id": "mon_boomer_huge_season_summer", "fg": 7570 }, + { "id": "mon_boomer_huge_season_winter", "fg": 7571 }, + { "id": "mon_chickenbot_season_autumn", "fg": 7572 }, + { "id": "mon_chickenbot_season_spring", "fg": 7573 }, + { "id": "mon_chickenbot_season_summer", "fg": 7574 }, + { "id": "mon_chickenbot_season_winter", "fg": 7575 }, + { "id": "mon_cow_season_autumn", "fg": 7576 }, + { "id": "mon_cow_season_spring", "fg": 7577 }, + { "id": "mon_cow_season_summer", "fg": 7578 }, + { "id": "mon_cow_season_winter", "fg": 7579 }, + { "id": "mon_dark_wyrm_season_autumn", "fg": 7580 }, + { "id": "mon_dark_wyrm_season_spring", "fg": 7581 }, + { "id": "mon_dark_wyrm_season_summer", "fg": 7582 }, + { "id": "mon_dark_wyrm_season_winter", "fg": 7583 }, + { "id": "mon_deer_season_autumn", "fg": 7584 }, + { "id": "mon_deer_season_spring", "fg": 7585 }, + { "id": "mon_deer_season_summer", "fg": 7586 }, + { "id": "mon_deer_season_winter", "fg": 7587 }, + { "id": "mon_flesh_angel_season_autumn", "fg": 7592 }, + { "id": "mon_flesh_angel_season_spring", "fg": 7593 }, + { "id": "mon_flesh_angel_season_summer", "fg": 7594 }, + { "id": "mon_flesh_angel_season_winter", "fg": 7595 }, + { "id": "mon_frog_giant_season_autumn", "fg": 7596 }, + { "id": "mon_frog_giant_season_spring", "fg": 7597 }, + { "id": "mon_frog_giant_season_summer", "fg": 7598 }, + { "id": "mon_frog_giant_season_winter", "fg": 7599 }, + { "id": "mon_giant_crayfish_season_autumn", "fg": 7600 }, + { "id": "mon_giant_crayfish_season_spring", "fg": 7601 }, + { "id": "mon_giant_crayfish_season_summer", "fg": 7602 }, + { "id": "mon_giant_crayfish_season_winter", "fg": 7603 }, + { "id": "mon_gozu_season_autumn", "fg": 7604 }, + { "id": "mon_gozu_season_spring", "fg": 7605 }, + { "id": "mon_gozu_season_summer", "fg": 7606 }, + { "id": "mon_gozu_season_winter", "fg": 7607 }, + { "id": "mon_hound_tindalos_season_autumn", "fg": 7608 }, + { "id": "mon_hound_tindalos_season_spring", "fg": 7609 }, + { "id": "mon_hound_tindalos_season_summer", "fg": 7610 }, + { "id": "mon_hound_tindalos_season_winter", "fg": 7611 }, + { "id": "mon_mi_go_season_autumn", "fg": 7616 }, + { "id": "mon_mi_go_season_spring", "fg": 7617 }, + { "id": "mon_mi_go_season_summer", "fg": 7618 }, + { "id": "mon_mi_go_season_winter", "fg": 7619 }, + { "id": "mon_mi_go_guard_season_autumn", "fg": 7620 }, + { "id": "mon_mi_go_guard_season_spring", "fg": 7621 }, + { "id": "mon_mi_go_guard_season_summer", "fg": 7622 }, + { "id": "mon_mi_go_guard_season_winter", "fg": 7623 }, + { "id": "mon_mi_go_scout_season_autumn", "fg": 7624 }, + { "id": "mon_mi_go_scout_season_spring", "fg": 7625 }, + { "id": "mon_mi_go_scout_season_summer", "fg": 7626 }, + { "id": "mon_mi_go_scout_season_winter", "fg": 7627 }, + { "id": "mon_mi_go_slaver_season_autumn", "fg": 7628 }, + { "id": "mon_mi_go_slaver_season_spring", "fg": 7629 }, + { "id": "mon_mi_go_slaver_season_summer", "fg": 7630 }, + { "id": "mon_mi_go_slaver_season_winter", "fg": 7631 }, + { "id": "mon_mi_go_surgeon_season_autumn", "fg": 7632 }, + { "id": "mon_mi_go_surgeon_season_spring", "fg": 7633 }, + { "id": "mon_mi_go_surgeon_season_summer", "fg": 7634 }, + { "id": "mon_mi_go_surgeon_season_winter", "fg": 7635 }, + { "id": "mon_mutant_experimental_season_autumn", "fg": 7636 }, + { "id": "mon_mutant_experimental_season_spring", "fg": 7637 }, + { "id": "mon_mutant_experimental_season_summer", "fg": 7638 }, + { "id": "mon_mutant_experimental_season_winter", "fg": 7639 }, + { "id": "mon_one_eye_season_autumn", "fg": 7640 }, + { "id": "mon_one_eye_season_spring", "fg": 7641 }, + { "id": "mon_one_eye_season_summer", "fg": 7642 }, + { "id": "mon_one_eye_season_winter", "fg": 7643 }, + { "id": "mon_rat_king_season_autumn", "fg": 7644 }, + { "id": "mon_rat_king_season_spring", "fg": 7645 }, + { "id": "mon_rat_king_season_summer", "fg": 7646 }, + { "id": "mon_rat_king_season_winter", "fg": 7647 }, + { "id": "mon_secubot_season_autumn", "fg": 7648 }, + { "id": "mon_secubot_season_spring", "fg": 7649 }, + { "id": "mon_secubot_season_summer", "fg": 7650 }, + { "id": "mon_secubot_season_winter", "fg": 7651 }, + { "id": "mon_skeleton_brute_season_autumn", "fg": 7652 }, + { "id": "mon_skeleton_brute_season_spring", "fg": 7653 }, + { "id": "mon_skeleton_brute_season_summer", "fg": 7654 }, + { "id": "mon_skeleton_brute_season_winter", "fg": 7655 }, + { "id": "mon_talon_m202a1_season_autumn", "fg": 7656 }, + { "id": "mon_talon_m202a1_season_spring", "fg": 7657 }, + { "id": "mon_talon_m202a1_season_summer", "fg": 7658 }, + { "id": "mon_talon_m202a1_season_winter", "fg": 7659 }, + { "id": "mon_triffid_queen_season_autumn", "fg": 7660 }, + { "id": "mon_triffid_queen_season_spring", "fg": 7661 }, + { "id": "mon_triffid_queen_season_summer", "fg": 7662 }, + { "id": "mon_triffid_queen_season_winter", "fg": 7663 }, + { "id": "mon_tripod_season_autumn", "fg": 7664 }, + { "id": "mon_tripod_season_spring", "fg": 7665 }, + { "id": "mon_tripod_season_summer", "fg": 7666 }, + { "id": "mon_tripod_season_winter", "fg": 7667 }, + { "id": "mon_turret_searchlight_season_autumn", "fg": 7668 }, + { "id": "mon_turret_searchlight_season_spring", "fg": 7669 }, + { "id": "mon_turret_searchlight_season_summer", "fg": 7670 }, + { "id": "mon_turret_searchlight_season_winter", "fg": 7671 }, + { "id": "mon_vinebeast_season_autumn", "fg": 7672 }, + { "id": "mon_vinebeast_season_spring", "fg": 7673 }, + { "id": "mon_vinebeast_season_summer", "fg": 7674 }, + { "id": "mon_vinebeast_season_winter", "fg": 7675 }, + { "id": "mon_zombie_giant_heart_season_autumn", "fg": 7676 }, + { "id": "mon_zombie_giant_heart_season_spring", "fg": 7677 }, + { "id": "mon_zombie_giant_heart_season_summer", "fg": 7678 }, + { "id": "mon_zombie_giant_heart_season_winter", "fg": 7679 }, + { "id": "t_column_season_autumn", "fg": 7680 }, + { "id": "t_column_season_spring", "fg": 7681 }, + { "id": "t_column_season_summer", "fg": 7682 }, + { "id": "t_column_season_winter", "fg": 7683 }, + { "id": "t_ladder_up_season_autumn", "fg": 7684 }, + { "id": "t_ladder_up_season_spring", "fg": 7685 }, + { "id": "t_ladder_up_season_summer", "fg": 7686 }, + { "id": "t_ladder_up_season_winter", "fg": 7687 } + ] + }, + { + "file": "huge.png", + "//": "range 7696 to 7791", + "sprite_width": 48, + "sprite_height": 48, + "sprite_offset_x": -12, + "sprite_offset_y": -24, + "tiles": [ + { "id": "f_street_light_season_spring", "fg": [ { "weight": 40, "sprite": 7697 }, { "weight": 1, "sprite": 7701 } ] }, + { + "id": "f_street_light_season_autumn", + "fg": [ { "weight": 40, "sprite": 7696 }, { "weight": 1, "sprite": 7700 } ] + }, + { + "id": "f_street_light_season_winter", + "fg": [ { "weight": 40, "sprite": 7699 }, { "weight": 1, "sprite": 7703 } ] + }, + { + "id": "f_street_light_season_summer", + "fg": [ { "weight": 40, "sprite": 7698 }, { "weight": 1, "sprite": 7702 } ] + }, + { + "id": "f_traffic_light_season_spring", + "fg": [ { "weight": 40, "sprite": 7705 }, { "weight": 1, "sprite": 7709 } ] + }, + { + "id": "f_traffic_light_season_autumn", + "fg": [ { "weight": 40, "sprite": 7704 }, { "weight": 1, "sprite": 7708 } ] + }, + { + "id": "f_traffic_light_season_winter", + "fg": [ { "weight": 40, "sprite": 7707 }, { "weight": 1, "sprite": 7711 } ] + }, + { + "id": "f_traffic_light_season_summer", + "fg": [ { "weight": 40, "sprite": 7706 }, { "weight": 1, "sprite": 7710 } ] + }, + { "id": "mon_yugg", "fg": 7768, "rotates": false }, + { "id": "mon_yugg_season_autumn", "fg": 7769, "rotates": false }, + { "id": "mon_yugg_season_winter", "fg": 7771, "rotates": false }, + { "id": "mon_yugg_season_summer", "fg": 7770, "rotates": false }, + { "id": "mon_amigara_horror_season_autumn", "fg": 7712 }, + { "id": "mon_amigara_horror_season_spring", "fg": 7713 }, + { "id": "mon_amigara_horror_season_summer", "fg": 7714 }, + { "id": "mon_amigara_horror_season_winter", "fg": 7715 }, + { "id": "mon_blob_brain_season_autumn", "fg": 7716 }, + { "id": "mon_blob_brain_season_spring", "fg": 7717 }, + { "id": "mon_blob_brain_season_summer", "fg": 7718 }, + { "id": "mon_blob_brain_season_winter", "fg": 7719 }, + { "id": "mon_demon_spider_queen_season_autumn", "fg": 7720 }, + { "id": "mon_demon_spider_queen_season_spring", "fg": 7721 }, + { "id": "mon_demon_spider_queen_season_summer", "fg": 7722 }, + { "id": "mon_demon_spider_queen_season_winter", "fg": 7723 }, + { "id": "mon_jabberwock_season_autumn", "fg": 7724 }, + { "id": "mon_jabberwock_season_spring", "fg": 7725 }, + { "id": "mon_jabberwock_season_summer", "fg": 7726 }, + { "id": "mon_jabberwock_season_winter", "fg": 7727 }, + { "id": "mon_leech_blossom_season_autumn", "fg": 7728 }, + { "id": "mon_leech_blossom_season_spring", "fg": 7729 }, + { "id": "mon_leech_blossom_season_summer", "fg": 7730 }, + { "id": "mon_leech_blossom_season_winter", "fg": 7731 }, + { "id": "mon_mi_go_myrmidon_season_autumn", "fg": 7732 }, + { "id": "mon_mi_go_myrmidon_season_spring", "fg": 7733 }, + { "id": "mon_mi_go_myrmidon_season_summer", "fg": 7734 }, + { "id": "mon_mi_go_myrmidon_season_winter", "fg": 7735 }, + { "id": "mon_moose_season_autumn", "fg": 7736 }, + { "id": "mon_moose_season_spring", "fg": 7737 }, + { "id": "mon_moose_season_summer", "fg": 7738 }, + { "id": "mon_moose_season_winter", "fg": 7739 }, + { "id": "mon_mutant_evolved_season_autumn", "fg": 7740 }, + { "id": "mon_mutant_evolved_season_spring", "fg": 7741 }, + { "id": "mon_mutant_evolved_season_summer", "fg": 7742 }, + { "id": "mon_mutant_evolved_season_winter", "fg": 7743 }, + { "id": "mon_skeleton_hulk_season_autumn", "fg": 7744 }, + { "id": "mon_skeleton_hulk_season_spring", "fg": 7745 }, + { "id": "mon_skeleton_hulk_season_summer", "fg": 7746 }, + { "id": "mon_skeleton_hulk_season_winter", "fg": 7747 }, + { "id": "mon_skeleton_hulk_fungus_season_autumn", "fg": 7748 }, + { "id": "mon_skeleton_hulk_fungus_season_spring", "fg": 7749 }, + { "id": "mon_skeleton_hulk_fungus_season_summer", "fg": 7750 }, + { "id": "mon_skeleton_hulk_fungus_season_winter", "fg": 7751 }, + { "id": "mon_sludge_crawler_season_autumn", "fg": 7752 }, + { "id": "mon_sludge_crawler_season_spring", "fg": 7753 }, + { "id": "mon_sludge_crawler_season_summer", "fg": 7754 }, + { "id": "mon_sludge_crawler_season_winter", "fg": 7755 }, + { "id": "mon_slug_giant_season_autumn", "fg": 7756 }, + { "id": "mon_slug_giant_season_spring", "fg": 7757 }, + { "id": "mon_slug_giant_season_summer", "fg": 7758 }, + { "id": "mon_slug_giant_season_winter", "fg": 7759 }, + { "id": "mon_tankbot_season_autumn", "fg": 7760 }, + { "id": "mon_tankbot_season_spring", "fg": 7761 }, + { "id": "mon_tankbot_season_summer", "fg": 7762 }, + { "id": "mon_tankbot_season_winter", "fg": 7763 }, + { "id": "mon_triffid_heart_season_autumn", "fg": 7764 }, + { "id": "mon_triffid_heart_season_spring", "fg": 7765 }, + { "id": "mon_triffid_heart_season_summer", "fg": 7766 }, + { "id": "mon_triffid_heart_season_winter", "fg": 7767 }, + { "id": "mon_zombie_hulk_season_autumn", "fg": 7772 }, + { "id": "mon_zombie_hulk_season_spring", "fg": 7773 }, + { "id": "mon_zombie_hulk_season_summer", "fg": 7774 }, + { "id": "mon_zombie_hulk_season_winter", "fg": 7775 }, + { "id": "mon_zombie_kevlar_2_season_autumn", "fg": 7776 }, + { "id": "mon_zombie_kevlar_2_season_spring", "fg": 7777 }, + { "id": "mon_zombie_kevlar_2_season_summer", "fg": 7778 }, + { "id": "mon_zombie_kevlar_2_season_winter", "fg": 7779 } + ] + }, + { + "file": "giant.png", + "//": "range 7792 to 7807", + "sprite_width": 64, + "sprite_height": 64, + "sprite_offset_x": -25, + "sprite_offset_y": -40, + "tiles": [ + { "id": "t_tree", "fg": 7796, "bg": 7792, "rotates": false }, + { "id": "t_tree_season_autumn", "fg": 7797, "bg": 7793, "rotates": false }, + { "id": "t_tree_season_winter", "fg": 7799, "bg": 7795, "rotates": false }, + { "id": "t_tree_season_summer", "fg": 7798, "bg": 7794, "rotates": false }, + { "id": "t_tree_oak_season_spring", "fg": 7801, "bg": 7792, "rotates": false }, + { "id": "t_tree_oak_season_autumn", "fg": 7800, "bg": 7793, "rotates": false }, + { "id": "t_tree_oak_season_winter", "fg": 7803, "bg": 7795, "rotates": false }, + { "id": "t_tree_oak_season_summer", "fg": 7802, "bg": 7794, "rotates": false } + ] + }, + { + "file": "fallback.png", + "tiles": [ ], + "ascii": [ + { "offset": 0, "bold": false, "color": "BLACK" }, + { "offset": 256, "bold": true, "color": "WHITE" }, + { "offset": 512, "bold": false, "color": "WHITE" }, + { "offset": 768, "bold": true, "color": "BLACK" }, + { "offset": 1024, "bold": false, "color": "RED" }, + { "offset": 1280, "bold": false, "color": "GREEN" }, + { "offset": 1536, "bold": false, "color": "BLUE" }, + { "offset": 1792, "bold": false, "color": "CYAN" }, + { "offset": 2048, "bold": false, "color": "MAGENTA" }, + { "offset": 2304, "bold": false, "color": "YELLOW" }, + { "offset": 2560, "bold": true, "color": "RED" }, + { "offset": 2816, "bold": true, "color": "GREEN" }, + { "offset": 3072, "bold": true, "color": "BLUE" }, + { "offset": 3328, "bold": true, "color": "CYAN" }, + { "offset": 3584, "bold": true, "color": "MAGENTA" }, + { "offset": 3840, "bold": true, "color": "YELLOW" } + ] + } + ] +} diff --git a/gfx/HollowMoon/tile_info.json b/gfx/HollowMoon/tile_info.json new file mode 100644 index 0000000000000..434e234b71ff9 --- /dev/null +++ b/gfx/HollowMoon/tile_info.json @@ -0,0 +1,22 @@ +[ + { + "height": 24, + "width": 24, + "pixelscale": 1 + }, + { + "normal.png": { } + }, + { + "large.png": { "sprite_offset_x": -4, "sprite_offset_y": -8, "sprite_width": 32, "sprite_height": 32 } + }, + { + "huge.png": { "sprite_offset_x": -12, "sprite_offset_y": -24, "sprite_width": 48, "sprite_height": 48 } + }, + { + "giant.png": { "sprite_offset_x": -25, "sprite_offset_y": -40, "sprite_width": 64, "sprite_height": 64 } + }, + { + "fallback.png": { "fallback": true } + } +] diff --git a/gfx/HollowMoon/tileset.txt b/gfx/HollowMoon/tileset.txt new file mode 100644 index 0000000000000..5dd5cb31e36fe --- /dev/null +++ b/gfx/HollowMoon/tileset.txt @@ -0,0 +1,9 @@ +#RETRO DAYS TILESET +#Name of the tileset +NAME: Hollow Moon +#Viewing (Option) name of the tileset +VIEW: Hollow Moon +#JSON Path - Default of gfx/tile_config.json +JSON: tile_config.json +#Tileset Path - Default of gfx/tinytile.png +TILESET: tiles_normal.png diff --git a/gfx/MshockXotto+/tile_config.json b/gfx/MshockXotto+/tile_config.json index 4207d8936a47b..911701c65032e 100644 --- a/gfx/MshockXotto+/tile_config.json +++ b/gfx/MshockXotto+/tile_config.json @@ -7,8 +7,8 @@ "file": "tiles.png", "//": "range 1 to 5679", "tiles": [ - { "id": [ "player_female", "npc_female" ], "fg": 1, "rotates": false, "bg": 3183 }, - { "id": [ "player_male", "npc_male" ], "fg": 2, "rotates": false, "bg": 3183 }, + { "id": [ "player_female", "npc_female" ], "fg": 1, "rotates": false, "bg": 3184 }, + { "id": [ "player_male", "npc_male" ], "fg": 2, "rotates": false, "bg": 3184 }, { "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 }, @@ -344,8 +344,8 @@ { "id": "overlay_wielded_arx160", "fg": 376, "rotates": false }, { "id": "overlay_wielded_ashot", "fg": 377, "rotates": false }, { "id": "overlay_wielded_ax", "fg": 455, "rotates": false }, - { "id": "overlay_wielded_bag_canvas", "fg": 851, "rotates": false }, - { "id": "overlay_wielded_bag_canvas_small", "fg": 851, "rotates": false }, + { "id": "overlay_wielded_bag_canvas", "fg": 852, "rotates": false }, + { "id": "overlay_wielded_bag_canvas_small", "fg": 852, "rotates": false }, { "id": "overlay_wielded_bagh_nakha", "fg": 326, "rotates": false }, { "id": "overlay_wielded_bagpipes", "fg": 508, "rotates": false }, { "id": "overlay_wielded_banjo", "fg": 456, "rotates": false }, @@ -375,7 +375,7 @@ { "id": "overlay_wielded_bomblet_launcher_rotary", "fg": 383, "rotates": false }, { "id": "overlay_wielded_bomblet_launcher_single", "fg": 384, "rotates": false }, { "id": "overlay_wielded_bowling_axe", "fg": 334, "rotates": false }, - { "id": [ "overlay_wielded_brazier", "brazier" ], "fg": 1702, "rotates": false }, + { "id": [ "overlay_wielded_brazier", "brazier" ], "fg": 1703, "rotates": false }, { "id": "overlay_wielded_briefcase_smg", "fg": 385, "rotates": false }, { "id": "overlay_wielded_broadfire_off", "fg": 460, "rotates": false }, { "id": "overlay_wielded_broadfire_on", "fg": 461, "rotates": false }, @@ -844,1473 +844,1473 @@ { "id": "overlay_wielded_zweihander", "fg": 505, "rotates": false }, { "id": "overlay_wielded_zweihander_fake", "fg": 505, "rotates": false }, { "id": "overlay_wielded_zweihander_inferior", "fg": 505, "rotates": false }, - { "id": "overlay_female_worn_dress_shirt", "fg": 561, "rotates": false }, - { "id": "overlay_female_worn_jumpsuit", "fg": 562, "rotates": false }, - { "id": "overlay_female_worn_jumpsuit_xl", "fg": 562, "rotates": false }, - { "id": "overlay_female_worn_linuxtshirt", "fg": 566, "rotates": false }, - { "id": "overlay_female_worn_long_underpants", "fg": 563, "rotates": false }, - { "id": "overlay_female_worn_long_undertop", "fg": 564, "rotates": false }, - { "id": "overlay_female_worn_longshirt", "fg": 565, "rotates": false }, - { "id": "overlay_female_worn_polo_shirt", "fg": 566, "rotates": false }, - { "id": "overlay_female_worn_postman_shirt", "fg": 561, "rotates": false }, - { "id": "overlay_female_worn_sheriffshirt", "fg": 565, "rotates": false }, - { "id": "overlay_female_worn_thermal_outfit", "fg": 521, "rotates": false }, - { "id": "overlay_female_worn_thermal_outfit_on", "fg": 521, "rotates": false }, - { "id": "overlay_female_worn_thermal_suit", "fg": 522, "rotates": false }, - { "id": "overlay_female_worn_thermal_suit_on", "fg": 522, "rotates": false }, - { "id": "overlay_female_worn_towel", "fg": 523, "rotates": false }, - { "id": "overlay_female_worn_towel_soiled", "fg": 576, "rotates": false }, - { "id": "overlay_female_worn_towel_wet", "fg": 523, "rotates": false }, - { "id": "overlay_female_worn_tshirt", "fg": 566, "rotates": false }, - { "id": "overlay_female_worn_tshirt_text", "fg": 566, "rotates": false }, - { "id": "overlay_female_worn_under_armor", "fg": 567, "rotates": false }, - { "id": "overlay_female_worn_union_suit", "fg": 568, "rotates": false }, - { "id": "overlay_male_worn_dress_shirt", "fg": 569, "rotates": false }, - { "id": "overlay_male_worn_jumpsuit", "fg": 570, "rotates": false }, - { "id": "overlay_male_worn_jumpsuit_xl", "fg": 570, "rotates": false }, - { "id": "overlay_male_worn_linuxtshirt", "fg": 575, "rotates": false }, - { "id": "overlay_male_worn_long_underpants", "fg": 571, "rotates": false }, - { "id": "overlay_male_worn_long_undertop", "fg": 572, "rotates": false }, - { "id": "overlay_male_worn_longshirt", "fg": 573, "rotates": false }, - { "id": "overlay_male_worn_polo_shirt", "fg": 575, "rotates": false }, - { "id": "overlay_male_worn_postman_shirt", "fg": 569, "rotates": false }, - { "id": "overlay_male_worn_sheriffshirt", "fg": 573, "rotates": false }, - { "id": "overlay_male_worn_thermal_outfit", "fg": 524, "rotates": false }, - { "id": "overlay_male_worn_thermal_outfit_on", "fg": 524, "rotates": false }, - { "id": "overlay_male_worn_thermal_suit", "fg": 525, "rotates": false }, - { "id": "overlay_male_worn_thermal_suit_on", "fg": 525, "rotates": false }, - { "id": "overlay_male_worn_towel", "fg": 526, "rotates": false }, - { "id": "overlay_male_worn_towel_soiled", "fg": 577, "rotates": false }, - { "id": "overlay_male_worn_towel_wet", "fg": 526, "rotates": false }, - { "id": "overlay_male_worn_tshirt", "fg": 575, "rotates": false }, - { "id": "overlay_male_worn_tshirt_text", "fg": 575, "rotates": false }, - { "id": "overlay_male_worn_under_armor", "fg": 579, "rotates": false }, - { "id": "overlay_male_worn_union_suit", "fg": 581, "rotates": false }, - { "id": "overlay_worn_2byarm_guard", "fg": 592, "rotates": false }, - { "id": "overlay_worn_2byshin_guard", "fg": 748, "rotates": false }, - { "id": "overlay_worn_XL_holster", "fg": 815, "rotates": false }, - { "id": "overlay_worn_aep_suit", "fg": 584, "rotates": false }, - { "id": "overlay_worn_american_flag", "fg": 588, "rotates": false }, - { "id": [ "overlay_worn_ammo_satchel", "overlay_worn_flintlock_pouch" ], "fg": 714, "rotates": false }, - { "id": "overlay_worn_anbc_suit", "fg": 590, "rotates": false }, - { "id": "overlay_worn_apron_leather", "fg": 868, "rotates": false }, - { "id": "overlay_worn_arm_splint", "fg": 601, "rotates": false }, - { "id": "overlay_worn_arm_warmers", "fg": 602, "rotates": false }, - { "id": "overlay_worn_armguard_acidchitin", "fg": 589, "rotates": false }, - { "id": "overlay_worn_armguard_chitin", "fg": 591, "rotates": false }, - { "id": "overlay_worn_armguard_hard", "fg": 592, "rotates": false }, - { "id": "overlay_worn_armguard_larmor", "fg": 591, "rotates": false }, - { "id": [ "overlay_worn_armguard_metal", "overlay_worn_armguard_lightplate" ], "fg": 918, "rotates": false }, - { "id": "overlay_worn_armguard_paper", "fg": 593, "rotates": false }, - { "id": "overlay_worn_armguard_soft", "fg": 592, "rotates": false }, - { "id": "overlay_worn_armor_acidchitin", "fg": 587, "rotates": false }, - { "id": "overlay_worn_armor_blarmor", "fg": 595, "rotates": false }, - { "id": "overlay_worn_armor_chitin", "fg": 594, "rotates": false }, - { "id": "overlay_worn_armor_cuirass", "fg": 645, "rotates": false }, - { "id": "overlay_worn_armor_farmor", "fg": 595, "rotates": false }, - { "id": "overlay_worn_armor_lamellar", "fg": 595, "rotates": false }, - { "id": "overlay_worn_armor_larmor", "fg": 595, "rotates": false }, - { "id": "overlay_worn_armor_lightplate", "fg": 597, "rotates": false }, - { "id": [ "overlay_worn_armor_lorica", "overlay_worn_cuirass_lightplate" ], "fg": 645, "rotates": false }, - { "id": "overlay_worn_armor_nomad", "fg": 885, "rotates": false }, - { "id": "overlay_worn_armor_plarmor", "fg": 596, "rotates": false }, - { "id": "overlay_worn_armor_plate", "fg": 597, "rotates": false }, - { "id": "overlay_worn_armor_samurai", "fg": 598, "rotates": false }, - { "id": "overlay_worn_armor_scavenger", "fg": 886, "rotates": false }, - { "id": "overlay_worn_armor_scrapsuit", "fg": 599, "rotates": false }, - { "id": "overlay_worn_armor_wyrm", "fg": 527, "rotates": false }, - { "id": "overlay_worn_army_top", "fg": 600, "rotates": false }, - { "id": "overlay_worn_b_shorts", "fg": 638, "rotates": false }, - { "id": "overlay_worn_back_holster", "fg": 604, "rotates": false }, - { "id": "overlay_worn_backpack", "fg": 603, "rotates": false }, - { "id": "overlay_worn_backpack_leather", "fg": 603, "rotates": false }, - { "id": "overlay_worn_badge_doctor", "fg": 887, "rotates": false }, - { "id": "overlay_worn_badge_foodkid", "fg": 888, "rotates": false }, - { "id": "overlay_worn_balclava", "fg": 605, "rotates": false }, - { "id": "overlay_worn_baldric", "fg": 815, "rotates": false }, - { "id": "overlay_worn_bandana", "fg": 606, "rotates": false }, - { "id": "overlay_worn_bastsandals", "fg": 607, "rotates": false }, - { "id": "overlay_worn_bead_bracelet", "fg": 889, "rotates": false }, - { "id": "overlay_worn_bead_ear", "fg": 890, "rotates": false }, - { "id": "overlay_worn_beekeeping_gloves", "fg": 681, "rotates": false }, - { "id": "overlay_worn_beekeeping_hood", "fg": 891, "rotates": false }, - { "id": "overlay_worn_beekeeping_suit", "fg": 608, "rotates": false }, - { "id": "overlay_worn_beret", "fg": 609, "rotates": false }, - { "id": "overlay_worn_beret_wool", "fg": 609, "rotates": false }, - { "id": "overlay_worn_bikini_bottom", "fg": 610, "rotates": false }, - { "id": "overlay_worn_bikini_top", "fg": 611, "rotates": false }, - { "id": "overlay_worn_bikini_top_fur", "fg": 647, "rotates": false }, - { "id": "overlay_worn_bikini_top_leather", "fg": 647, "rotates": false }, - { "id": "overlay_worn_bindle", "fg": 612, "rotates": false }, - { "id": "overlay_worn_blanket", "fg": 613, "rotates": false }, - { "id": "overlay_worn_blazer", "fg": 614, "rotates": false }, - { "id": "overlay_worn_blindfold", "fg": 615, "rotates": false }, - { "id": "overlay_worn_bondage_mask", "fg": 616, "rotates": false }, - { "id": "overlay_worn_bondage_suit", "fg": 617, "rotates": false }, - { "id": "overlay_worn_boots", "fg": 618, "rotates": false }, - { "id": "overlay_worn_boots_acidchitin", "fg": 582, "rotates": false }, - { "id": "overlay_worn_boots_bunker", "fg": 625, "rotates": false }, - { "id": "overlay_worn_boots_chitin", "fg": 621, "rotates": false }, - { "id": "overlay_worn_boots_combat", "fg": 622, "rotates": false }, - { "id": "overlay_worn_boots_fsurvivor", "fg": 625, "rotates": false }, - { "id": "overlay_worn_boots_fur", "fg": 624, "rotates": false }, - { "id": "overlay_worn_boots_h20survivor", "fg": 876, "rotates": false }, - { "id": "overlay_worn_boots_hiking", "fg": 618, "rotates": false }, - { "id": "overlay_worn_boots_hsurvivor", "fg": 623, "rotates": false }, - { "id": "overlay_worn_boots_larmor", "fg": 624, "rotates": false }, - { "id": "overlay_worn_boots_lsurvivor", "fg": 624, "rotates": false }, - { "id": "overlay_worn_boots_plate", "fg": 624, "rotates": false }, - { "id": "overlay_worn_boots_steel", "fg": 626, "rotates": false }, - { "id": "overlay_worn_boots_survivor", "fg": 624, "rotates": false }, - { "id": "overlay_worn_boots_western", "fg": 627, "rotates": false }, - { "id": "overlay_worn_boots_winter", "fg": 628, "rotates": false }, - { "id": "overlay_worn_boots_wsurvivor", "fg": 628, "rotates": false }, - { "id": "overlay_worn_boots_xlsurvivor", "fg": 628, "rotates": false }, - { "id": "overlay_worn_bootsheath", "fg": 619, "rotates": false }, - { "id": "overlay_worn_bootstrap", "fg": 620, "rotates": false }, - { "id": "overlay_worn_boxer_briefs", "fg": 629, "rotates": false }, - { "id": "overlay_worn_boxer_shorts", "fg": 629, "rotates": false }, - { "id": "overlay_worn_boxing_gloves", "fg": 630, "rotates": false }, - { "id": "overlay_worn_boy_shorts", "fg": 631, "rotates": false }, - { "id": "overlay_worn_bra", "fg": 632, "rotates": false }, - { "id": "overlay_worn_breeches", "fg": 793, "rotates": false }, - { "id": "overlay_worn_briefcase", "fg": 633, "rotates": false }, - { "id": "overlay_worn_briefs", "fg": 634, "rotates": false }, - { "id": "overlay_worn_bronze_medal", "fg": 894, "rotates": false }, - { "id": "overlay_worn_bscabbard", "fg": 635, "rotates": false }, - { "id": "overlay_worn_bunker_coat", "fg": 636, "rotates": false }, - { "id": "overlay_worn_bunker_pants", "fg": 637, "rotates": false }, - { "id": "overlay_worn_camisole", "fg": 639, "rotates": false }, - { "id": "overlay_worn_case_violin", "fg": 586, "rotates": false }, - { "id": "overlay_worn_cassock", "fg": 640, "rotates": false }, - { "id": [ "overlay_worn_fur_cat_ears", "overlay_worn_faux_fur_cat_ears" ], "fg": 912, "rotates": false }, - { "id": "overlay_worn_chainmail_arms", "fg": 641, "rotates": false }, - { "id": "overlay_worn_chainmail_hauberk", "fg": 645, "rotates": false }, - { "id": "overlay_worn_chainmail_hood", "fg": 642, "rotates": false }, - { "id": "overlay_worn_chainmail_legs", "fg": 643, "rotates": false }, - { "id": "overlay_worn_chainmail_suit", "fg": 644, "rotates": false }, - { "id": "overlay_worn_chainmail_vest", "fg": 645, "rotates": false }, - { "id": "overlay_worn_chaps_leather", "fg": 646, "rotates": false }, - { "id": "overlay_worn_chestrig", "fg": 872, "rotates": false }, - { "id": "overlay_worn_chestwrap", "fg": 647, "rotates": false }, - { "id": "overlay_worn_chestwrap_fur", "fg": 647, "rotates": false }, - { "id": "overlay_worn_chestwrap_leather", "fg": 647, "rotates": false }, - { "id": "overlay_worn_chestwrap_wool", "fg": 647, "rotates": false }, - { "id": "overlay_worn_cleansuit", "fg": 648, "rotates": false }, - { "id": "overlay_worn_cleats", "fg": 831, "rotates": false }, - { "id": "overlay_worn_cloak", "fg": 649, "rotates": false }, - { "id": "overlay_worn_cloak_bless", "fg": 654, "rotates": false }, - { "id": "overlay_worn_cloak_fur", "fg": 811, "rotates": false }, - { "id": "overlay_worn_cloak_leather", "fg": 811, "rotates": false }, - { "id": "overlay_worn_cloak_wool", "fg": 787, "rotates": false }, - { "id": "overlay_worn_clogs", "fg": 650, "rotates": false }, - { "id": "overlay_worn_clown_suit", "fg": 652, "rotates": false }, - { "id": "overlay_worn_clownshoes", "fg": 651, "rotates": false }, - { "id": "overlay_worn_coat_fur", "fg": 653, "rotates": false }, - { "id": "overlay_worn_coat_fur_sf", "fg": 653, "rotates": false }, - { "id": "overlay_worn_coat_lab", "fg": 654, "rotates": false }, - { "id": "overlay_worn_coat_rain", "fg": 655, "rotates": false }, - { "id": "overlay_worn_coat_winter", "fg": 656, "rotates": false }, - { "id": "overlay_worn_copper_locket", "fg": 895, "rotates": false }, - { "id": "overlay_worn_copper_necklace", "fg": 896, "rotates": false }, - { "id": [ "overlay_worn_copper_ring", "overlay_worn_mring_copper" ], "fg": 897, "rotates": false }, - { "id": "overlay_worn_corset", "fg": 657, "rotates": false }, - { "id": "overlay_worn_cowboy_hat", "fg": 658, "rotates": false }, - { "id": "overlay_worn_cowl_wool", "fg": 719, "rotates": false }, - { "id": [ "overlay_worn_crown_golden", "overlay_worn_crown_golden_survivor" ], "fg": 585, "rotates": false }, - { "id": "overlay_worn_dance_shoes", "fg": 696, "rotates": false }, - { "id": "overlay_worn_depowered_armor", "fg": 802, "rotates": false }, - { "id": "overlay_worn_depowered_helmet", "fg": 659, "rotates": false }, - { "id": "overlay_worn_dinosuit", "fg": 660, "rotates": false }, - { "id": "overlay_worn_dive_bag", "fg": 661, "rotates": false }, - { "id": "overlay_worn_diving_watch", "fg": 902, "rotates": false }, - { "id": "overlay_worn_down_blanket", "fg": 613, "rotates": false }, - { "id": "overlay_worn_dragonskin", "fg": 903, "rotates": false }, - { "id": "overlay_worn_dress", "fg": 662, "rotates": false }, - { "id": "overlay_worn_dress_bless", "fg": 663, "rotates": false }, - { "id": "overlay_worn_dress_shoes", "fg": 818, "rotates": false }, - { "id": "overlay_worn_dress_shoes_air", "fg": 696, "rotates": false }, - { "id": "overlay_worn_dress_skirt", "fg": 824, "rotates": false }, - { "id": "overlay_worn_dress_wedding", "fg": 663, "rotates": false }, - { "id": "overlay_worn_duffelbag", "fg": 845, "rotates": false }, - { "id": "overlay_worn_duster", "fg": 664, "rotates": false }, - { "id": "overlay_worn_duster_fur", "fg": 664, "rotates": false }, - { "id": "overlay_worn_duster_leather", "fg": 664, "rotates": false }, - { "id": "overlay_worn_duster_survivor", "fg": 665, "rotates": false }, + { "id": "overlay_female_worn_dress_shirt", "fg": 562, "rotates": false }, + { "id": "overlay_female_worn_jumpsuit", "fg": 563, "rotates": false }, + { "id": "overlay_female_worn_jumpsuit_xl", "fg": 563, "rotates": false }, + { "id": "overlay_female_worn_linuxtshirt", "fg": 567, "rotates": false }, + { "id": "overlay_female_worn_long_underpants", "fg": 564, "rotates": false }, + { "id": "overlay_female_worn_long_undertop", "fg": 565, "rotates": false }, + { "id": "overlay_female_worn_longshirt", "fg": 566, "rotates": false }, + { "id": "overlay_female_worn_polo_shirt", "fg": 567, "rotates": false }, + { "id": "overlay_female_worn_postman_shirt", "fg": 562, "rotates": false }, + { "id": "overlay_female_worn_sheriffshirt", "fg": 566, "rotates": false }, + { "id": "overlay_female_worn_thermal_outfit", "fg": 522, "rotates": false }, + { "id": "overlay_female_worn_thermal_outfit_on", "fg": 522, "rotates": false }, + { "id": "overlay_female_worn_thermal_suit", "fg": 523, "rotates": false }, + { "id": "overlay_female_worn_thermal_suit_on", "fg": 523, "rotates": false }, + { "id": "overlay_female_worn_towel", "fg": 524, "rotates": false }, + { "id": "overlay_female_worn_towel_soiled", "fg": 577, "rotates": false }, + { "id": "overlay_female_worn_towel_wet", "fg": 524, "rotates": false }, + { "id": "overlay_female_worn_tshirt", "fg": 567, "rotates": false }, + { "id": "overlay_female_worn_tshirt_text", "fg": 567, "rotates": false }, + { "id": "overlay_female_worn_under_armor", "fg": 568, "rotates": false }, + { "id": "overlay_female_worn_union_suit", "fg": 569, "rotates": false }, + { "id": "overlay_male_worn_dress_shirt", "fg": 570, "rotates": false }, + { "id": "overlay_male_worn_jumpsuit", "fg": 571, "rotates": false }, + { "id": "overlay_male_worn_jumpsuit_xl", "fg": 571, "rotates": false }, + { "id": "overlay_male_worn_linuxtshirt", "fg": 576, "rotates": false }, + { "id": "overlay_male_worn_long_underpants", "fg": 572, "rotates": false }, + { "id": "overlay_male_worn_long_undertop", "fg": 573, "rotates": false }, + { "id": "overlay_male_worn_longshirt", "fg": 574, "rotates": false }, + { "id": "overlay_male_worn_polo_shirt", "fg": 576, "rotates": false }, + { "id": "overlay_male_worn_postman_shirt", "fg": 570, "rotates": false }, + { "id": "overlay_male_worn_sheriffshirt", "fg": 574, "rotates": false }, + { "id": "overlay_male_worn_thermal_outfit", "fg": 525, "rotates": false }, + { "id": "overlay_male_worn_thermal_outfit_on", "fg": 525, "rotates": false }, + { "id": "overlay_male_worn_thermal_suit", "fg": 526, "rotates": false }, + { "id": "overlay_male_worn_thermal_suit_on", "fg": 526, "rotates": false }, + { "id": "overlay_male_worn_towel", "fg": 527, "rotates": false }, + { "id": "overlay_male_worn_towel_soiled", "fg": 578, "rotates": false }, + { "id": "overlay_male_worn_towel_wet", "fg": 527, "rotates": false }, + { "id": "overlay_male_worn_tshirt", "fg": 576, "rotates": false }, + { "id": "overlay_male_worn_tshirt_text", "fg": 576, "rotates": false }, + { "id": "overlay_male_worn_under_armor", "fg": 580, "rotates": false }, + { "id": "overlay_male_worn_union_suit", "fg": 582, "rotates": false }, + { "id": "overlay_worn_2byarm_guard", "fg": 593, "rotates": false }, + { "id": "overlay_worn_2byshin_guard", "fg": 749, "rotates": false }, + { "id": "overlay_worn_XL_holster", "fg": 816, "rotates": false }, + { "id": "overlay_worn_aep_suit", "fg": 585, "rotates": false }, + { "id": "overlay_worn_american_flag", "fg": 589, "rotates": false }, + { "id": [ "overlay_worn_ammo_satchel", "overlay_worn_flintlock_pouch" ], "fg": 715, "rotates": false }, + { "id": "overlay_worn_anbc_suit", "fg": 591, "rotates": false }, + { "id": "overlay_worn_apron_leather", "fg": 869, "rotates": false }, + { "id": "overlay_worn_arm_splint", "fg": 602, "rotates": false }, + { "id": "overlay_worn_arm_warmers", "fg": 603, "rotates": false }, + { "id": "overlay_worn_armguard_acidchitin", "fg": 590, "rotates": false }, + { "id": "overlay_worn_armguard_chitin", "fg": 592, "rotates": false }, + { "id": "overlay_worn_armguard_hard", "fg": 593, "rotates": false }, + { "id": "overlay_worn_armguard_larmor", "fg": 592, "rotates": false }, + { "id": [ "overlay_worn_armguard_metal", "overlay_worn_armguard_lightplate" ], "fg": 919, "rotates": false }, + { "id": "overlay_worn_armguard_paper", "fg": 594, "rotates": false }, + { "id": "overlay_worn_armguard_soft", "fg": 593, "rotates": false }, + { "id": "overlay_worn_armor_acidchitin", "fg": 588, "rotates": false }, + { "id": "overlay_worn_armor_blarmor", "fg": 596, "rotates": false }, + { "id": "overlay_worn_armor_chitin", "fg": 595, "rotates": false }, + { "id": "overlay_worn_armor_cuirass", "fg": 646, "rotates": false }, + { "id": "overlay_worn_armor_farmor", "fg": 596, "rotates": false }, + { "id": "overlay_worn_armor_lamellar", "fg": 596, "rotates": false }, + { "id": "overlay_worn_armor_larmor", "fg": 596, "rotates": false }, + { "id": "overlay_worn_armor_lightplate", "fg": 598, "rotates": false }, + { "id": [ "overlay_worn_armor_lorica", "overlay_worn_cuirass_lightplate" ], "fg": 646, "rotates": false }, + { "id": "overlay_worn_armor_nomad", "fg": 886, "rotates": false }, + { "id": "overlay_worn_armor_plarmor", "fg": 597, "rotates": false }, + { "id": "overlay_worn_armor_plate", "fg": 598, "rotates": false }, + { "id": "overlay_worn_armor_samurai", "fg": 599, "rotates": false }, + { "id": "overlay_worn_armor_scavenger", "fg": 887, "rotates": false }, + { "id": "overlay_worn_armor_scrapsuit", "fg": 600, "rotates": false }, + { "id": "overlay_worn_armor_wyrm", "fg": 528, "rotates": false }, + { "id": "overlay_worn_army_top", "fg": 601, "rotates": false }, + { "id": "overlay_worn_b_shorts", "fg": 639, "rotates": false }, + { "id": "overlay_worn_back_holster", "fg": 605, "rotates": false }, + { "id": "overlay_worn_backpack", "fg": 604, "rotates": false }, + { "id": "overlay_worn_backpack_leather", "fg": 604, "rotates": false }, + { "id": "overlay_worn_badge_doctor", "fg": 888, "rotates": false }, + { "id": "overlay_worn_badge_foodkid", "fg": 889, "rotates": false }, + { "id": "overlay_worn_balclava", "fg": 606, "rotates": false }, + { "id": "overlay_worn_baldric", "fg": 816, "rotates": false }, + { "id": "overlay_worn_bandana", "fg": 607, "rotates": false }, + { "id": "overlay_worn_bastsandals", "fg": 608, "rotates": false }, + { "id": "overlay_worn_bead_bracelet", "fg": 890, "rotates": false }, + { "id": "overlay_worn_bead_ear", "fg": 891, "rotates": false }, + { "id": "overlay_worn_beekeeping_gloves", "fg": 682, "rotates": false }, + { "id": "overlay_worn_beekeeping_hood", "fg": 892, "rotates": false }, + { "id": "overlay_worn_beekeeping_suit", "fg": 609, "rotates": false }, + { "id": "overlay_worn_beret", "fg": 610, "rotates": false }, + { "id": "overlay_worn_beret_wool", "fg": 610, "rotates": false }, + { "id": "overlay_worn_bikini_bottom", "fg": 611, "rotates": false }, + { "id": "overlay_worn_bikini_top", "fg": 612, "rotates": false }, + { "id": "overlay_worn_bikini_top_fur", "fg": 648, "rotates": false }, + { "id": "overlay_worn_bikini_top_leather", "fg": 648, "rotates": false }, + { "id": "overlay_worn_bindle", "fg": 613, "rotates": false }, + { "id": "overlay_worn_blanket", "fg": 614, "rotates": false }, + { "id": "overlay_worn_blazer", "fg": 615, "rotates": false }, + { "id": "overlay_worn_blindfold", "fg": 616, "rotates": false }, + { "id": "overlay_worn_bondage_mask", "fg": 617, "rotates": false }, + { "id": "overlay_worn_bondage_suit", "fg": 618, "rotates": false }, + { "id": "overlay_worn_boots", "fg": 619, "rotates": false }, + { "id": "overlay_worn_boots_acidchitin", "fg": 583, "rotates": false }, + { "id": "overlay_worn_boots_bunker", "fg": 626, "rotates": false }, + { "id": "overlay_worn_boots_chitin", "fg": 622, "rotates": false }, + { "id": "overlay_worn_boots_combat", "fg": 623, "rotates": false }, + { "id": "overlay_worn_boots_fsurvivor", "fg": 626, "rotates": false }, + { "id": "overlay_worn_boots_fur", "fg": 625, "rotates": false }, + { "id": "overlay_worn_boots_h20survivor", "fg": 877, "rotates": false }, + { "id": "overlay_worn_boots_hiking", "fg": 619, "rotates": false }, + { "id": "overlay_worn_boots_hsurvivor", "fg": 624, "rotates": false }, + { "id": "overlay_worn_boots_larmor", "fg": 625, "rotates": false }, + { "id": "overlay_worn_boots_lsurvivor", "fg": 625, "rotates": false }, + { "id": "overlay_worn_boots_plate", "fg": 625, "rotates": false }, + { "id": "overlay_worn_boots_steel", "fg": 627, "rotates": false }, + { "id": "overlay_worn_boots_survivor", "fg": 625, "rotates": false }, + { "id": "overlay_worn_boots_western", "fg": 628, "rotates": false }, + { "id": "overlay_worn_boots_winter", "fg": 629, "rotates": false }, + { "id": "overlay_worn_boots_wsurvivor", "fg": 629, "rotates": false }, + { "id": "overlay_worn_boots_xlsurvivor", "fg": 629, "rotates": false }, + { "id": "overlay_worn_bootsheath", "fg": 620, "rotates": false }, + { "id": "overlay_worn_bootstrap", "fg": 621, "rotates": false }, + { "id": "overlay_worn_boxer_briefs", "fg": 630, "rotates": false }, + { "id": "overlay_worn_boxer_shorts", "fg": 630, "rotates": false }, + { "id": "overlay_worn_boxing_gloves", "fg": 631, "rotates": false }, + { "id": "overlay_worn_boy_shorts", "fg": 632, "rotates": false }, + { "id": "overlay_worn_bra", "fg": 633, "rotates": false }, + { "id": "overlay_worn_breeches", "fg": 794, "rotates": false }, + { "id": "overlay_worn_briefcase", "fg": 634, "rotates": false }, + { "id": "overlay_worn_briefs", "fg": 635, "rotates": false }, + { "id": "overlay_worn_bronze_medal", "fg": 895, "rotates": false }, + { "id": "overlay_worn_bscabbard", "fg": 636, "rotates": false }, + { "id": "overlay_worn_bunker_coat", "fg": 637, "rotates": false }, + { "id": "overlay_worn_bunker_pants", "fg": 638, "rotates": false }, + { "id": "overlay_worn_camisole", "fg": 640, "rotates": false }, + { "id": "overlay_worn_case_violin", "fg": 587, "rotates": false }, + { "id": "overlay_worn_cassock", "fg": 641, "rotates": false }, + { "id": [ "overlay_worn_fur_cat_ears", "overlay_worn_faux_fur_cat_ears" ], "fg": 913, "rotates": false }, + { "id": "overlay_worn_chainmail_arms", "fg": 642, "rotates": false }, + { "id": "overlay_worn_chainmail_hauberk", "fg": 646, "rotates": false }, + { "id": "overlay_worn_chainmail_hood", "fg": 643, "rotates": false }, + { "id": "overlay_worn_chainmail_legs", "fg": 644, "rotates": false }, + { "id": "overlay_worn_chainmail_suit", "fg": 645, "rotates": false }, + { "id": "overlay_worn_chainmail_vest", "fg": 646, "rotates": false }, + { "id": "overlay_worn_chaps_leather", "fg": 647, "rotates": false }, + { "id": "overlay_worn_chestrig", "fg": 873, "rotates": false }, + { "id": "overlay_worn_chestwrap", "fg": 648, "rotates": false }, + { "id": "overlay_worn_chestwrap_fur", "fg": 648, "rotates": false }, + { "id": "overlay_worn_chestwrap_leather", "fg": 648, "rotates": false }, + { "id": "overlay_worn_chestwrap_wool", "fg": 648, "rotates": false }, + { "id": "overlay_worn_cleansuit", "fg": 649, "rotates": false }, + { "id": "overlay_worn_cleats", "fg": 832, "rotates": false }, + { "id": "overlay_worn_cloak", "fg": 650, "rotates": false }, + { "id": "overlay_worn_cloak_bless", "fg": 655, "rotates": false }, + { "id": "overlay_worn_cloak_fur", "fg": 812, "rotates": false }, + { "id": "overlay_worn_cloak_leather", "fg": 812, "rotates": false }, + { "id": "overlay_worn_cloak_wool", "fg": 788, "rotates": false }, + { "id": "overlay_worn_clogs", "fg": 651, "rotates": false }, + { "id": "overlay_worn_clown_suit", "fg": 653, "rotates": false }, + { "id": "overlay_worn_clownshoes", "fg": 652, "rotates": false }, + { "id": "overlay_worn_coat_fur", "fg": 654, "rotates": false }, + { "id": "overlay_worn_coat_fur_sf", "fg": 654, "rotates": false }, + { "id": "overlay_worn_coat_lab", "fg": 655, "rotates": false }, + { "id": "overlay_worn_coat_rain", "fg": 656, "rotates": false }, + { "id": "overlay_worn_coat_winter", "fg": 657, "rotates": false }, + { "id": "overlay_worn_copper_locket", "fg": 896, "rotates": false }, + { "id": "overlay_worn_copper_necklace", "fg": 897, "rotates": false }, + { "id": [ "overlay_worn_copper_ring", "overlay_worn_mring_copper" ], "fg": 898, "rotates": false }, + { "id": "overlay_worn_corset", "fg": 658, "rotates": false }, + { "id": "overlay_worn_cowboy_hat", "fg": 659, "rotates": false }, + { "id": "overlay_worn_cowl_wool", "fg": 720, "rotates": false }, + { "id": [ "overlay_worn_crown_golden", "overlay_worn_crown_golden_survivor" ], "fg": 586, "rotates": false }, + { "id": "overlay_worn_dance_shoes", "fg": 697, "rotates": false }, + { "id": "overlay_worn_depowered_armor", "fg": 803, "rotates": false }, + { "id": "overlay_worn_depowered_helmet", "fg": 660, "rotates": false }, + { "id": "overlay_worn_dinosuit", "fg": 661, "rotates": false }, + { "id": "overlay_worn_dive_bag", "fg": 662, "rotates": false }, + { "id": "overlay_worn_diving_watch", "fg": 903, "rotates": false }, + { "id": "overlay_worn_down_blanket", "fg": 614, "rotates": false }, + { "id": "overlay_worn_dragonskin", "fg": 904, "rotates": false }, + { "id": "overlay_worn_dress", "fg": 663, "rotates": false }, + { "id": "overlay_worn_dress_bless", "fg": 664, "rotates": false }, + { "id": "overlay_worn_dress_shoes", "fg": 819, "rotates": false }, + { "id": "overlay_worn_dress_shoes_air", "fg": 697, "rotates": false }, + { "id": "overlay_worn_dress_skirt", "fg": 825, "rotates": false }, + { "id": "overlay_worn_dress_wedding", "fg": 664, "rotates": false }, + { "id": "overlay_worn_duffelbag", "fg": 846, "rotates": false }, + { "id": "overlay_worn_duster", "fg": 665, "rotates": false }, + { "id": "overlay_worn_duster_fur", "fg": 665, "rotates": false }, + { "id": "overlay_worn_duster_leather", "fg": 665, "rotates": false }, + { "id": "overlay_worn_duster_survivor", "fg": 666, "rotates": false }, { "id": "overlay_worn_e_handcuffs", "fg": 470, "rotates": false }, { "id": [ "overlay_worn_silver_ear", "overlay_worn_platinum_ear", "overlay_worn_pearl_ear" ], - "fg": 929, + "fg": 930, "rotates": false }, - { "id": "overlay_worn_elbow_pads", "fg": 666, "rotates": false }, - { "id": "overlay_worn_emer_blanket", "fg": 613, "rotates": false }, - { "id": "overlay_worn_emer_blanket_on", "fg": 613, "rotates": false }, - { "id": "overlay_worn_entry_suit", "fg": 905, "rotates": false }, - { "id": "overlay_worn_fancy_bra", "fg": 632, "rotates": false }, - { "id": "overlay_worn_fancy_sunglasses", "fg": 842, "rotates": false }, - { "id": "overlay_worn_fencing_jacket", "fg": 910, "rotates": false }, - { "id": "overlay_worn_fencing_mask", "fg": 911, "rotates": false }, - { "id": "overlay_worn_fencing_pants", "fg": 667, "rotates": false }, - { "id": "overlay_worn_fire_gauntlets", "fg": 678, "rotates": false }, - { "id": "overlay_worn_fireman_belt", "fg": 844, "rotates": false }, - { "id": "overlay_worn_fishing_waders", "fg": 668, "rotates": false }, - { "id": "overlay_worn_fitover_sunglasses", "fg": 842, "rotates": false }, - { "id": "overlay_worn_flag_shirt", "fg": 669, "rotates": false }, - { "id": "overlay_worn_flip_flops", "fg": 670, "rotates": false }, - { "id": [ "overlay_worn_flotation_vest", "overlay_worn_flotation_vest_ms" ], "fg": 730, "rotates": false }, - { "id": "overlay_worn_folding_poncho_on", "fg": 528, "rotates": false }, - { "id": "overlay_worn_football_armor", "fg": 671, "rotates": false }, - { "id": "overlay_worn_footrags", "fg": 672, "rotates": false }, - { "id": "overlay_worn_footrags_fur", "fg": 832, "rotates": false }, - { "id": "overlay_worn_footrags_leather", "fg": 785, "rotates": false }, - { "id": "overlay_worn_footrags_wool", "fg": 832, "rotates": false }, - { "id": "overlay_worn_fsurvivor_suit", "fg": 786, "rotates": false }, - { "id": "overlay_worn_fur_blanket", "fg": 613, "rotates": false }, + { "id": "overlay_worn_elbow_pads", "fg": 667, "rotates": false }, + { "id": "overlay_worn_emer_blanket", "fg": 614, "rotates": false }, + { "id": "overlay_worn_emer_blanket_on", "fg": 614, "rotates": false }, + { "id": "overlay_worn_entry_suit", "fg": 906, "rotates": false }, + { "id": "overlay_worn_fancy_bra", "fg": 633, "rotates": false }, + { "id": "overlay_worn_fancy_sunglasses", "fg": 843, "rotates": false }, + { "id": "overlay_worn_fencing_jacket", "fg": 911, "rotates": false }, + { "id": "overlay_worn_fencing_mask", "fg": 912, "rotates": false }, + { "id": "overlay_worn_fencing_pants", "fg": 668, "rotates": false }, + { "id": "overlay_worn_fire_gauntlets", "fg": 679, "rotates": false }, + { "id": "overlay_worn_fireman_belt", "fg": 845, "rotates": false }, + { "id": "overlay_worn_fishing_waders", "fg": 669, "rotates": false }, + { "id": "overlay_worn_fitover_sunglasses", "fg": 843, "rotates": false }, + { "id": "overlay_worn_flag_shirt", "fg": 670, "rotates": false }, + { "id": "overlay_worn_flip_flops", "fg": 671, "rotates": false }, + { "id": [ "overlay_worn_flotation_vest", "overlay_worn_flotation_vest_ms" ], "fg": 731, "rotates": false }, + { "id": "overlay_worn_folding_poncho_on", "fg": 529, "rotates": false }, + { "id": "overlay_worn_football_armor", "fg": 672, "rotates": false }, + { "id": "overlay_worn_footrags", "fg": 673, "rotates": false }, + { "id": "overlay_worn_footrags_fur", "fg": 833, "rotates": false }, + { "id": "overlay_worn_footrags_leather", "fg": 786, "rotates": false }, + { "id": "overlay_worn_footrags_wool", "fg": 833, "rotates": false }, + { "id": "overlay_worn_fsurvivor_suit", "fg": 787, "rotates": false }, + { "id": "overlay_worn_fur_blanket", "fg": 614, "rotates": false }, { "id": "overlay_female_worn_fur_cat_ears", "fg": 144, "rotates": false }, { "id": "overlay_male_worn_fur_cat_ears", "fg": 169, "rotates": false }, - { "id": "overlay_worn_gambeson", "fg": 868, "rotates": false }, - { "id": "overlay_worn_gauntlets_acidchitin", "fg": 583, "rotates": false }, - { "id": "overlay_worn_gauntlets_chitin", "fg": 679, "rotates": false }, - { "id": "overlay_worn_gauntlets_larmor", "fg": 679, "rotates": false }, - { "id": "overlay_worn_geta", "fg": 830, "rotates": false }, - { "id": "overlay_worn_glasses_bal", "fg": 683, "rotates": false }, - { "id": "overlay_worn_glasses_monocle", "fg": 674, "rotates": false }, - { "id": [ "overlay_worn_glasses_safety" ], "fg": 675, "rotates": false }, - { "id": "overlay_worn_glove_jackson", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_bag", "fg": 676, "rotates": false }, - { "id": "overlay_worn_gloves_fingerless", "fg": 677, "rotates": false }, - { "id": "overlay_worn_gloves_fingerless_mod", "fg": 677, "rotates": false }, - { "id": "overlay_worn_gloves_fsurvivor", "fg": 678, "rotates": false }, - { "id": "overlay_worn_gloves_fur", "fg": 679, "rotates": false }, - { "id": "overlay_worn_gloves_h20survivor", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gloves_hsurvivor", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gloves_leather", "fg": 679, "rotates": false }, - { "id": "overlay_worn_gloves_light", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_liner", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_lsurvivor", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gloves_medical", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_plate", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_survivor", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gloves_tactical", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gloves_winter", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gloves_wool", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_work", "fg": 682, "rotates": false }, - { "id": "overlay_worn_gloves_wraps", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_fur", "fg": 679, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_leather", "fg": 679, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_wool", "fg": 681, "rotates": false }, - { "id": "overlay_worn_gloves_wsurvivor", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gloves_xlsurvivor", "fg": 680, "rotates": false }, - { "id": "overlay_worn_gobag", "fg": 845, "rotates": false }, - { "id": "overlay_worn_goggles_ir", "fg": 529, "rotates": false }, - { "id": "overlay_worn_goggles_ir_on", "fg": 530, "rotates": false }, - { "id": "overlay_worn_goggles_nv", "fg": 531, "rotates": false }, - { "id": "overlay_worn_goggles_nv_clairvoyance", "fg": 532, "rotates": false }, - { "id": "overlay_worn_goggles_nv_on", "fg": 533, "rotates": false }, - { "id": "overlay_worn_goggles_ski", "fg": 683, "rotates": false }, - { "id": "overlay_worn_goggles_swim", "fg": 683, "rotates": false }, - { "id": "overlay_worn_goggles_welding", "fg": 684, "rotates": false }, - { "id": "overlay_worn_gold_dental_grill", "fg": 580, "rotates": false }, - { "id": "overlay_worn_gold_locket", "fg": 921, "rotates": false }, - { "id": "overlay_worn_gold_medal", "fg": 922, "rotates": false }, - { "id": "overlay_worn_gold_necklace", "fg": 923, "rotates": false }, - { "id": [ "overlay_worn_gold_ring", "overlay_worn_mring_gold" ], "fg": 924, "rotates": false }, - { "id": "overlay_worn_gown", "fg": 662, "rotates": false }, - { "id": "overlay_worn_greatcoat", "fg": 685, "rotates": false }, - { "id": "overlay_worn_h20survivor_suit", "fg": 723, "rotates": false }, - { "id": "overlay_worn_hakama_gi", "fg": 686, "rotates": false }, - { "id": "overlay_worn_halter_top", "fg": 687, "rotates": false }, - { "id": "overlay_worn_harmonica_holder", "fg": 534, "rotates": false }, - { "id": "overlay_worn_hat_ball", "fg": 688, "rotates": false }, - { "id": "overlay_worn_hat_boonie", "fg": 689, "rotates": false }, - { "id": "overlay_worn_hat_cotton", "fg": 692, "rotates": false }, - { "id": "overlay_worn_hat_fur", "fg": 690, "rotates": false }, - { "id": "overlay_worn_hat_hunting", "fg": 691, "rotates": false }, - { "id": "overlay_worn_hat_knit", "fg": 692, "rotates": false }, - { "id": "overlay_worn_hat_newsboy", "fg": 693, "rotates": false }, - { "id": "overlay_worn_hat_noise_cancelling", "fg": 694, "rotates": false }, - { "id": "overlay_worn_hazmat_suit", "fg": 590, "rotates": false }, - { "id": "overlay_worn_headgear", "fg": 695, "rotates": false }, - { "id": "overlay_worn_heels", "fg": 696, "rotates": false }, - { "id": "overlay_worn_helmet_acidchitin", "fg": 578, "rotates": false }, - { "id": "overlay_worn_helmet_ball", "fg": 697, "rotates": false }, - { "id": "overlay_worn_helmet_barbute", "fg": 698, "rotates": false }, - { "id": "overlay_worn_helmet_bike", "fg": 699, "rotates": false }, - { "id": "overlay_worn_helmet_chitin", "fg": 700, "rotates": false }, - { "id": "overlay_worn_helmet_conical", "fg": 698, "rotates": false }, - { "id": "overlay_worn_helmet_corinthian", "fg": 698, "rotates": false }, - { "id": "overlay_worn_helmet_football", "fg": 701, "rotates": false }, - { "id": "overlay_worn_helmet_galea", "fg": 642, "rotates": false }, - { "id": "overlay_worn_helmet_hsurvivor", "fg": 702, "rotates": false }, - { "id": "overlay_worn_helmet_larmor", "fg": 703, "rotates": false }, - { "id": "overlay_worn_helmet_liner", "fg": 717, "rotates": false }, - { "id": "overlay_worn_helmet_lobster", "fg": 704, "rotates": false }, - { "id": "overlay_worn_helmet_motor", "fg": 705, "rotates": false }, - { "id": "overlay_worn_helmet_nasal", "fg": 642, "rotates": false }, - { "id": "overlay_worn_helmet_nomad", "fg": 706, "rotates": false }, - { "id": "overlay_worn_helmet_plate", "fg": 707, "rotates": false }, - { "id": "overlay_worn_helmet_riot", "fg": 708, "rotates": false }, - { "id": "overlay_worn_helmet_scavenger", "fg": 709, "rotates": false }, - { "id": "overlay_worn_helmet_skid", "fg": 710, "rotates": false }, - { "id": "overlay_worn_helmet_survivor", "fg": 711, "rotates": false }, - { "id": "overlay_worn_helmet_xlsurvivor", "fg": 712, "rotates": false }, - { "id": "overlay_worn_hmil_armor", "fg": 713, "rotates": false }, - { "id": "overlay_worn_holo_cloak", "fg": 560, "rotates": false }, - { "id": "overlay_worn_holster", "fg": 714, "rotates": false }, - { "id": "overlay_worn_hood_fsurvivor", "fg": 716, "rotates": false }, - { "id": "overlay_worn_hood_h20survivor", "fg": 717, "rotates": false }, - { "id": "overlay_worn_hood_lsurvivor", "fg": 718, "rotates": false }, - { "id": "overlay_worn_hood_rain", "fg": 717, "rotates": false }, - { "id": "overlay_worn_hood_survivor", "fg": 718, "rotates": false }, - { "id": "overlay_worn_hood_wsurvivor", "fg": 719, "rotates": false }, - { "id": "overlay_worn_hood_xlsurvivor", "fg": 718, "rotates": false }, - { "id": "overlay_worn_hoodie", "fg": 715, "rotates": false }, - { "id": "overlay_worn_hot_pants", "fg": 720, "rotates": false }, - { "id": "overlay_worn_hot_pants_fur", "fg": 720, "rotates": false }, - { "id": "overlay_worn_hot_pants_leather", "fg": 721, "rotates": false }, - { "id": "overlay_worn_house_coat", "fg": 722, "rotates": false }, - { "id": "overlay_worn_hsurvivor_suit", "fg": 723, "rotates": false }, - { "id": "overlay_worn_iggaak", "fg": 842, "rotates": false }, - { "id": "overlay_worn_jacket_army", "fg": 724, "rotates": false }, - { "id": "overlay_worn_jacket_chef", "fg": 725, "rotates": false }, - { "id": "overlay_worn_jacket_evac", "fg": 726, "rotates": false }, - { "id": "overlay_worn_jacket_flannel", "fg": 727, "rotates": false }, - { "id": "overlay_worn_jacket_jean", "fg": 728, "rotates": false }, - { "id": "overlay_worn_jacket_leather", "fg": 729, "rotates": false }, - { "id": "overlay_worn_jacket_leather_mod", "fg": 729, "rotates": false }, - { "id": "overlay_worn_jacket_leather_red", "fg": 730, "rotates": false }, - { "id": "overlay_worn_jacket_light", "fg": 731, "rotates": false }, - { "id": "overlay_worn_jacket_windbreaker", "fg": 732, "rotates": false }, - { "id": "overlay_worn_jade_brooch", "fg": 927, "rotates": false }, - { "id": "overlay_worn_jeans", "fg": 733, "rotates": false }, - { "id": "overlay_worn_jeans_red", "fg": 734, "rotates": false }, - { "id": "overlay_worn_jedi_cloak", "fg": 735, "rotates": false }, - { "id": "overlay_worn_jerrypack", "fg": 736, "rotates": false }, - { "id": "overlay_worn_jersey", "fg": 737, "rotates": false }, - { "id": "overlay_worn_judo_belt_black", "fg": 747, "rotates": false }, - { "id": "overlay_worn_judo_belt_blue", "fg": 747, "rotates": false }, - { "id": "overlay_worn_judo_belt_brown", "fg": 747, "rotates": false }, - { "id": "overlay_worn_judo_belt_green", "fg": 747, "rotates": false }, - { "id": "overlay_worn_judo_belt_orange", "fg": 747, "rotates": false }, - { "id": "overlay_worn_judo_belt_white", "fg": 747, "rotates": false }, - { "id": "overlay_worn_judo_belt_yellow", "fg": 747, "rotates": false }, - { "id": "overlay_worn_judo_gi", "fg": 738, "rotates": false }, - { "id": "overlay_worn_karate_gi", "fg": 738, "rotates": false }, - { "id": "overlay_worn_kariginu", "fg": 739, "rotates": false }, - { "id": "overlay_worn_keffiyeh", "fg": 771, "rotates": false }, - { "id": "overlay_worn_keikogi", "fg": 740, "rotates": false }, - { "id": "overlay_worn_kevlar", "fg": 903, "rotates": false }, - { "id": "overlay_worn_kilt", "fg": 823, "rotates": false }, - { "id": "overlay_worn_kimono", "fg": 741, "rotates": false }, - { "id": "overlay_worn_kippah", "fg": 742, "rotates": false }, - { "id": "overlay_worn_kittel", "fg": 743, "rotates": false }, - { "id": "overlay_worn_knee_high_boots", "fg": 744, "rotates": false }, - { "id": "overlay_worn_knee_pads", "fg": 745, "rotates": false }, - { "id": "overlay_worn_knit_scarf", "fg": 535, "rotates": false }, - { "id": "overlay_worn_knit_scarf_loose", "fg": 535, "rotates": false }, - { "id": "overlay_worn_kufi", "fg": 746, "rotates": false }, - { "id": "overlay_worn_leather_belt", "fg": 747, "rotates": false }, + { "id": "overlay_worn_gambeson", "fg": 869, "rotates": false }, + { "id": "overlay_worn_gauntlets_acidchitin", "fg": 584, "rotates": false }, + { "id": "overlay_worn_gauntlets_chitin", "fg": 680, "rotates": false }, + { "id": "overlay_worn_gauntlets_larmor", "fg": 680, "rotates": false }, + { "id": "overlay_worn_geta", "fg": 831, "rotates": false }, + { "id": "overlay_worn_glasses_bal", "fg": 684, "rotates": false }, + { "id": "overlay_worn_glasses_monocle", "fg": 675, "rotates": false }, + { "id": [ "overlay_worn_glasses_safety" ], "fg": 676, "rotates": false }, + { "id": "overlay_worn_glove_jackson", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_bag", "fg": 677, "rotates": false }, + { "id": "overlay_worn_gloves_fingerless", "fg": 678, "rotates": false }, + { "id": "overlay_worn_gloves_fingerless_mod", "fg": 678, "rotates": false }, + { "id": "overlay_worn_gloves_fsurvivor", "fg": 679, "rotates": false }, + { "id": "overlay_worn_gloves_fur", "fg": 680, "rotates": false }, + { "id": "overlay_worn_gloves_h20survivor", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gloves_hsurvivor", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gloves_leather", "fg": 680, "rotates": false }, + { "id": "overlay_worn_gloves_light", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_liner", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_lsurvivor", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gloves_medical", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_plate", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_survivor", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gloves_tactical", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gloves_winter", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gloves_wool", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_work", "fg": 683, "rotates": false }, + { "id": "overlay_worn_gloves_wraps", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_wraps_fur", "fg": 680, "rotates": false }, + { "id": "overlay_worn_gloves_wraps_leather", "fg": 680, "rotates": false }, + { "id": "overlay_worn_gloves_wraps_wool", "fg": 682, "rotates": false }, + { "id": "overlay_worn_gloves_wsurvivor", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gloves_xlsurvivor", "fg": 681, "rotates": false }, + { "id": "overlay_worn_gobag", "fg": 846, "rotates": false }, + { "id": "overlay_worn_goggles_ir", "fg": 530, "rotates": false }, + { "id": "overlay_worn_goggles_ir_on", "fg": 531, "rotates": false }, + { "id": "overlay_worn_goggles_nv", "fg": 532, "rotates": false }, + { "id": "overlay_worn_goggles_nv_clairvoyance", "fg": 533, "rotates": false }, + { "id": "overlay_worn_goggles_nv_on", "fg": 534, "rotates": false }, + { "id": "overlay_worn_goggles_ski", "fg": 684, "rotates": false }, + { "id": "overlay_worn_goggles_swim", "fg": 684, "rotates": false }, + { "id": "overlay_worn_goggles_welding", "fg": 685, "rotates": false }, + { "id": "overlay_worn_gold_dental_grill", "fg": 581, "rotates": false }, + { "id": "overlay_worn_gold_locket", "fg": 922, "rotates": false }, + { "id": "overlay_worn_gold_medal", "fg": 923, "rotates": false }, + { "id": "overlay_worn_gold_necklace", "fg": 924, "rotates": false }, + { "id": [ "overlay_worn_gold_ring", "overlay_worn_mring_gold" ], "fg": 925, "rotates": false }, + { "id": "overlay_worn_gown", "fg": 663, "rotates": false }, + { "id": "overlay_worn_greatcoat", "fg": 686, "rotates": false }, + { "id": "overlay_worn_h20survivor_suit", "fg": 724, "rotates": false }, + { "id": "overlay_worn_hakama_gi", "fg": 687, "rotates": false }, + { "id": "overlay_worn_halter_top", "fg": 688, "rotates": false }, + { "id": "overlay_worn_harmonica_holder", "fg": 535, "rotates": false }, + { "id": "overlay_worn_hat_ball", "fg": 689, "rotates": false }, + { "id": "overlay_worn_hat_boonie", "fg": 690, "rotates": false }, + { "id": "overlay_worn_hat_cotton", "fg": 693, "rotates": false }, + { "id": "overlay_worn_hat_fur", "fg": 691, "rotates": false }, + { "id": "overlay_worn_hat_hunting", "fg": 692, "rotates": false }, + { "id": "overlay_worn_hat_knit", "fg": 693, "rotates": false }, + { "id": "overlay_worn_hat_newsboy", "fg": 694, "rotates": false }, + { "id": "overlay_worn_hat_noise_cancelling", "fg": 695, "rotates": false }, + { "id": "overlay_worn_hazmat_suit", "fg": 591, "rotates": false }, + { "id": "overlay_worn_headgear", "fg": 696, "rotates": false }, + { "id": "overlay_worn_heels", "fg": 697, "rotates": false }, + { "id": "overlay_worn_helmet_acidchitin", "fg": 579, "rotates": false }, + { "id": "overlay_worn_helmet_ball", "fg": 698, "rotates": false }, + { "id": "overlay_worn_helmet_barbute", "fg": 699, "rotates": false }, + { "id": "overlay_worn_helmet_bike", "fg": 700, "rotates": false }, + { "id": "overlay_worn_helmet_chitin", "fg": 701, "rotates": false }, + { "id": "overlay_worn_helmet_conical", "fg": 699, "rotates": false }, + { "id": "overlay_worn_helmet_corinthian", "fg": 699, "rotates": false }, + { "id": "overlay_worn_helmet_football", "fg": 702, "rotates": false }, + { "id": "overlay_worn_helmet_galea", "fg": 643, "rotates": false }, + { "id": "overlay_worn_helmet_hsurvivor", "fg": 703, "rotates": false }, + { "id": "overlay_worn_helmet_larmor", "fg": 704, "rotates": false }, + { "id": "overlay_worn_helmet_liner", "fg": 718, "rotates": false }, + { "id": "overlay_worn_helmet_lobster", "fg": 705, "rotates": false }, + { "id": "overlay_worn_helmet_motor", "fg": 706, "rotates": false }, + { "id": "overlay_worn_helmet_nasal", "fg": 643, "rotates": false }, + { "id": "overlay_worn_helmet_nomad", "fg": 707, "rotates": false }, + { "id": "overlay_worn_helmet_plate", "fg": 708, "rotates": false }, + { "id": "overlay_worn_helmet_riot", "fg": 709, "rotates": false }, + { "id": "overlay_worn_helmet_scavenger", "fg": 710, "rotates": false }, + { "id": "overlay_worn_helmet_skid", "fg": 711, "rotates": false }, + { "id": "overlay_worn_helmet_survivor", "fg": 712, "rotates": false }, + { "id": "overlay_worn_helmet_xlsurvivor", "fg": 713, "rotates": false }, + { "id": "overlay_worn_hmil_armor", "fg": 714, "rotates": false }, + { "id": "overlay_worn_holo_cloak", "fg": 561, "rotates": false }, + { "id": "overlay_worn_holster", "fg": 715, "rotates": false }, + { "id": "overlay_worn_hood_fsurvivor", "fg": 717, "rotates": false }, + { "id": "overlay_worn_hood_h20survivor", "fg": 718, "rotates": false }, + { "id": "overlay_worn_hood_lsurvivor", "fg": 719, "rotates": false }, + { "id": "overlay_worn_hood_rain", "fg": 718, "rotates": false }, + { "id": "overlay_worn_hood_survivor", "fg": 719, "rotates": false }, + { "id": "overlay_worn_hood_wsurvivor", "fg": 720, "rotates": false }, + { "id": "overlay_worn_hood_xlsurvivor", "fg": 719, "rotates": false }, + { "id": "overlay_worn_hoodie", "fg": 716, "rotates": false }, + { "id": "overlay_worn_hot_pants", "fg": 721, "rotates": false }, + { "id": "overlay_worn_hot_pants_fur", "fg": 721, "rotates": false }, + { "id": "overlay_worn_hot_pants_leather", "fg": 722, "rotates": false }, + { "id": "overlay_worn_house_coat", "fg": 723, "rotates": false }, + { "id": "overlay_worn_hsurvivor_suit", "fg": 724, "rotates": false }, + { "id": "overlay_worn_iggaak", "fg": 843, "rotates": false }, + { "id": "overlay_worn_jacket_army", "fg": 725, "rotates": false }, + { "id": "overlay_worn_jacket_chef", "fg": 726, "rotates": false }, + { "id": "overlay_worn_jacket_evac", "fg": 727, "rotates": false }, + { "id": "overlay_worn_jacket_flannel", "fg": 728, "rotates": false }, + { "id": "overlay_worn_jacket_jean", "fg": 729, "rotates": false }, + { "id": "overlay_worn_jacket_leather", "fg": 730, "rotates": false }, + { "id": "overlay_worn_jacket_leather_mod", "fg": 730, "rotates": false }, + { "id": "overlay_worn_jacket_leather_red", "fg": 731, "rotates": false }, + { "id": "overlay_worn_jacket_light", "fg": 732, "rotates": false }, + { "id": "overlay_worn_jacket_windbreaker", "fg": 733, "rotates": false }, + { "id": "overlay_worn_jade_brooch", "fg": 928, "rotates": false }, + { "id": "overlay_worn_jeans", "fg": 734, "rotates": false }, + { "id": "overlay_worn_jeans_red", "fg": 735, "rotates": false }, + { "id": "overlay_worn_jedi_cloak", "fg": 736, "rotates": false }, + { "id": "overlay_worn_jerrypack", "fg": 737, "rotates": false }, + { "id": "overlay_worn_jersey", "fg": 738, "rotates": false }, + { "id": "overlay_worn_judo_belt_black", "fg": 748, "rotates": false }, + { "id": "overlay_worn_judo_belt_blue", "fg": 748, "rotates": false }, + { "id": "overlay_worn_judo_belt_brown", "fg": 748, "rotates": false }, + { "id": "overlay_worn_judo_belt_green", "fg": 748, "rotates": false }, + { "id": "overlay_worn_judo_belt_orange", "fg": 748, "rotates": false }, + { "id": "overlay_worn_judo_belt_white", "fg": 748, "rotates": false }, + { "id": "overlay_worn_judo_belt_yellow", "fg": 748, "rotates": false }, + { "id": "overlay_worn_judo_gi", "fg": 739, "rotates": false }, + { "id": "overlay_worn_karate_gi", "fg": 739, "rotates": false }, + { "id": "overlay_worn_kariginu", "fg": 740, "rotates": false }, + { "id": "overlay_worn_keffiyeh", "fg": 772, "rotates": false }, + { "id": "overlay_worn_keikogi", "fg": 741, "rotates": false }, + { "id": "overlay_worn_kevlar", "fg": 904, "rotates": false }, + { "id": "overlay_worn_kilt", "fg": 824, "rotates": false }, + { "id": "overlay_worn_kimono", "fg": 742, "rotates": false }, + { "id": "overlay_worn_kippah", "fg": 743, "rotates": false }, + { "id": "overlay_worn_kittel", "fg": 744, "rotates": false }, + { "id": "overlay_worn_knee_high_boots", "fg": 745, "rotates": false }, + { "id": "overlay_worn_knee_pads", "fg": 746, "rotates": false }, + { "id": "overlay_worn_knit_scarf", "fg": 536, "rotates": false }, + { "id": "overlay_worn_knit_scarf_loose", "fg": 536, "rotates": false }, + { "id": "overlay_worn_kufi", "fg": 747, "rotates": false }, + { "id": "overlay_worn_leather_belt", "fg": 748, "rotates": false }, { "id": "overlay_female_worn_leather_cat_ears", "fg": 144, "rotates": false }, { "id": "overlay_male_worn_leather_cat_ears", "fg": 169, "rotates": false }, - { "id": "overlay_worn_leather_cat_tail", "fg": 673, "rotates": false }, - { "id": "overlay_worn_leather_pouch", "fg": 520, "rotates": false }, - { "id": "overlay_worn_leathersandals", "fg": 670, "rotates": false }, - { "id": "overlay_worn_leg_splint", "fg": 751, "rotates": false }, - { "id": "overlay_worn_leg_warmers", "fg": 752, "rotates": false }, - { "id": "overlay_worn_leg_warmers_f", "fg": 752, "rotates": false }, - { "id": "overlay_worn_leg_warmers_xl", "fg": 752, "rotates": false }, - { "id": "overlay_worn_leg_warmers_xlf", "fg": 752, "rotates": false }, - { "id": "overlay_worn_leggings", "fg": 864, "rotates": false }, - { "id": "overlay_worn_legguard_bronze", "fg": 749, "rotates": false }, - { "id": "overlay_worn_legguard_hard", "fg": 748, "rotates": false }, - { "id": [ "overlay_worn_legguard_metal", "overlay_worn_legguard_lightplate" ], "fg": 749, "rotates": false }, - { "id": "overlay_worn_legguard_paper", "fg": 750, "rotates": false }, - { "id": "overlay_worn_legrig", "fg": 844, "rotates": false }, - { "id": "overlay_worn_lmil_armor", "fg": 753, "rotates": false }, - { "id": "overlay_worn_loincloth", "fg": 754, "rotates": false }, - { "id": "overlay_worn_loincloth_fur", "fg": 754, "rotates": false }, - { "id": "overlay_worn_loincloth_leather", "fg": 754, "rotates": false }, - { "id": "overlay_worn_loincloth_wool", "fg": 754, "rotates": false }, - { "id": "overlay_worn_long_glove_white", "fg": 755, "rotates": false }, - { "id": "overlay_worn_long_knit_scarf", "fg": 536, "rotates": false }, - { "id": "overlay_worn_long_knit_scarf_loose", "fg": 536, "rotates": false }, - { "id": "overlay_worn_long_patchwork_scarf", "fg": 537, "rotates": false }, - { "id": "overlay_worn_long_patchwork_scarf_loose", "fg": 537, "rotates": false }, - { "id": "overlay_worn_lowtops", "fg": 756, "rotates": false }, - { "id": "overlay_worn_lsurvivor_armor", "fg": 757, "rotates": false }, - { "id": "overlay_worn_lsurvivor_pants", "fg": 795, "rotates": false }, - { "id": "overlay_worn_lsurvivor_suit", "fg": 847, "rotates": false }, - { "id": "overlay_worn_magbandolier", "fg": 559, "rotates": false }, - { "id": "overlay_worn_maid_dress", "fg": 758, "rotates": false }, - { "id": "overlay_worn_maid_hat", "fg": 759, "rotates": false }, - { "id": "overlay_worn_maid_stockings", "fg": 834, "rotates": false }, - { "id": "overlay_worn_makeshift_knapsack", "fg": 760, "rotates": false }, - { "id": "overlay_worn_makeshift_sling", "fg": 761, "rotates": false }, - { "id": "overlay_worn_mask_bal", "fg": 762, "rotates": false }, - { "id": "overlay_worn_mask_bunker", "fg": 538, "rotates": false }, - { "id": "overlay_worn_mask_bunker_on", "fg": 539, "rotates": false }, - { "id": "overlay_worn_mask_dust", "fg": 763, "rotates": false }, - { "id": "overlay_worn_mask_filter", "fg": 764, "rotates": false }, - { "id": "overlay_worn_mask_fsurvivor", "fg": 765, "rotates": false }, - { "id": "overlay_worn_mask_fsurvivorxl", "fg": 765, "rotates": false }, - { "id": "overlay_worn_mask_gas", "fg": 766, "rotates": false }, - { "id": "overlay_worn_mask_gas_xl", "fg": 766, "rotates": false }, - { "id": "overlay_worn_mask_guy_fawkes", "fg": 767, "rotates": false }, - { "id": "overlay_worn_mask_h20survivor", "fg": 540, "rotates": false }, - { "id": "overlay_worn_mask_h20survivor_on", "fg": 540, "rotates": false }, - { "id": "overlay_worn_mask_h20survivorxl", "fg": 540, "rotates": false }, - { "id": "overlay_worn_mask_h20survivorxl_on", "fg": 540, "rotates": false }, - { "id": "overlay_worn_mask_hockey", "fg": 768, "rotates": false }, - { "id": "overlay_worn_mask_hsurvivor", "fg": 769, "rotates": false }, - { "id": "overlay_worn_mask_lsurvivor", "fg": 770, "rotates": false }, - { "id": "overlay_worn_mask_rioter", "fg": 771, "rotates": false }, - { "id": [ "overlay_worn_mask_ski_loose", "mask_ski_loose" ], "fg": 542, "rotates": false }, - { "id": [ "overlay_worn_mask_ski", "mask_ski" ], "fg": 541, "rotates": false }, - { "id": "overlay_worn_mask_survivor", "fg": 770, "rotates": false }, - { "id": "overlay_worn_mask_survivorxl", "fg": 770, "rotates": false }, - { "id": "overlay_worn_mask_wsurvivor", "fg": 772, "rotates": false }, - { "id": "overlay_worn_mask_wsurvivorxl", "fg": 772, "rotates": false }, - { "id": "overlay_worn_mbag", "fg": 773, "rotates": false }, - { "id": "overlay_worn_megaarmor_armguards_1", "fg": 774, "rotates": false }, - { "id": "overlay_worn_megaarmor_boots_1", "fg": 775, "rotates": false }, - { "id": "overlay_worn_megaarmor_gloves_1", "fg": 776, "rotates": false }, - { "id": "overlay_worn_megaarmor_head_1", "fg": 777, "rotates": false }, - { "id": "overlay_worn_megaarmor_leggings_1", "fg": 778, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_1", "fg": 779, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_2", "fg": 780, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_3", "fg": 543, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_3_act", "fg": 544, "rotates": false }, - { "id": "overlay_worn_microskirt", "fg": 784, "rotates": false }, - { "id": "overlay_worn_mil_armor", "fg": 781, "rotates": false }, - { "id": "overlay_worn_mittens", "fg": 678, "rotates": false }, - { "id": "overlay_worn_mocassins", "fg": 650, "rotates": false }, - { "id": "overlay_worn_molle_pack", "fg": 782, "rotates": false }, - { "id": "overlay_worn_motorbike_armor", "fg": 783, "rotates": false }, - { "id": "overlay_worn_motorbike_boots", "fg": 624, "rotates": false }, - { "id": "overlay_worn_motorbike_pants", "fg": 858, "rotates": false }, - { "id": "overlay_worn_nanoskirt", "fg": 784, "rotates": false }, - { "id": "overlay_worn_nomex_gloves", "fg": 678, "rotates": false }, - { "id": "overlay_worn_nomex_hood", "fg": 717, "rotates": false }, - { "id": "overlay_worn_nomex_socks", "fg": 785, "rotates": false }, - { "id": "overlay_worn_nomex_suit", "fg": 786, "rotates": false }, - { "id": "overlay_worn_obi_gi", "fg": 747, "rotates": false }, - { "id": "overlay_worn_optical_cloak", "fg": 787, "rotates": false }, - { "id": "overlay_worn_panties", "fg": 788, "rotates": false }, - { "id": "overlay_worn_pants", "fg": 789, "rotates": false }, - { "id": "overlay_worn_pants_army", "fg": 790, "rotates": false }, - { "id": "overlay_worn_pants_cargo", "fg": 791, "rotates": false }, - { "id": "overlay_worn_pants_checkered", "fg": 792, "rotates": false }, - { "id": "overlay_worn_pants_fur", "fg": 793, "rotates": false }, - { "id": "overlay_worn_pants_leather", "fg": 793, "rotates": false }, - { "id": "overlay_worn_pants_ski", "fg": 794, "rotates": false }, - { "id": "overlay_worn_pants_survivor", "fg": 795, "rotates": false }, - { "id": "overlay_worn_patchwork_scarf", "fg": 552, "rotates": false }, - { "id": "overlay_worn_patchwork_scarf_loose", "fg": 552, "rotates": false }, - { "id": "overlay_worn_peacoat", "fg": 796, "rotates": false }, - { "id": "overlay_worn_plastic_shopping_bag", "fg": 797, "rotates": false }, - { "id": "overlay_worn_platinum_locket", "fg": 930, "rotates": false }, - { "id": "overlay_worn_platinum_necklace", "fg": 931, "rotates": false }, - { "id": [ "overlay_worn_platinum_ring", "overlay_worn_mring_platinum" ], "fg": 932, "rotates": false }, - { "id": "overlay_worn_poncho", "fg": 798, "rotates": false }, - { "id": "overlay_worn_postman_hat", "fg": 799, "rotates": false }, - { "id": "overlay_worn_postman_shorts", "fg": 800, "rotates": false }, - { "id": "overlay_worn_pot_helmet", "fg": 801, "rotates": false }, - { "id": "overlay_worn_power_armor_basic", "fg": 802, "rotates": false }, - { "id": "overlay_worn_power_armor_heavy", "fg": 803, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_basic", "fg": 804, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_heavy", "fg": 805, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_light", "fg": 806, "rotates": false }, - { "id": "overlay_worn_power_armor_light", "fg": 807, "rotates": false }, - { "id": [ "overlay_worn_powered_earmuffs", "overlay_worn_powered_earmuffs_on" ], "fg": 574 }, - { "id": "overlay_worn_purse", "fg": 808, "rotates": false }, - { "id": "overlay_worn_quiver", "fg": 809, "rotates": false }, - { "id": "overlay_worn_quiver_birchbark", "fg": 809, "rotates": false }, - { "id": "overlay_worn_quiver_large", "fg": 810, "rotates": false }, - { "id": "overlay_worn_quiver_large_birchbark", "fg": 810, "rotates": false }, - { "id": "overlay_worn_rebreather", "fg": 933, "rotates": false }, - { "id": "overlay_worn_rebreather_xl", "fg": 933, "rotates": false }, - { "id": "overlay_worn_revenant_crown", "fg": 545, "rotates": false }, - { "id": [ "overlay_worn_diamond_ring", "overlay_worn_ring_wedding" ], "fg": 899, "rotates": false }, - { "id": [ "overlay_worn_ring_engagement" ], "fg": 934, "rotates": false }, - { "id": "overlay_worn_ring_purity", "fg": 935, "rotates": false }, - { "id": "overlay_worn_ring_signet", "fg": 936, "rotates": false }, - { "id": "overlay_worn_rm13_armor", "fg": 558, "rotates": false }, - { "id": "overlay_worn_rm13_armor_on", "fg": 546, "rotates": false }, - { "id": "overlay_worn_robe", "fg": 811, "rotates": false }, - { "id": "overlay_worn_roller_blades", "fg": 812, "rotates": false }, - { "id": "overlay_worn_rollerskates", "fg": 812, "rotates": false }, - { "id": "overlay_worn_rucksack", "fg": 813, "rotates": false }, - { "id": "overlay_worn_runner_bag", "fg": 814, "rotates": false }, - { "id": "overlay_worn_sac_purse", "fg": 547, "rotates": false }, - { "id": "overlay_worn_sac_purse_arm", "fg": 548, "rotates": false }, - { "id": "overlay_worn_sac_purse_leg", "fg": 549, "rotates": false }, - { "id": "overlay_worn_scabbard", "fg": 815, "rotates": false }, - { "id": "overlay_worn_scarf", "fg": 550, "rotates": false }, - { "id": "overlay_worn_scarf_fur", "fg": 551, "rotates": false }, - { "id": "overlay_worn_scarf_fur_long", "fg": 536, "rotates": false }, - { "id": "overlay_worn_scarf_fur_long_loose", "fg": 536, "rotates": false }, - { "id": "overlay_worn_scarf_fur_loose", "fg": 551, "rotates": false }, - { "id": "overlay_worn_scarf_long", "fg": 537, "rotates": false }, - { "id": "overlay_worn_scarf_long_loose", "fg": 537, "rotates": false }, - { "id": "overlay_worn_scarf_loose", "fg": 552, "rotates": false }, - { "id": "overlay_worn_shark_suit", "fg": 816, "rotates": false }, - { "id": "overlay_worn_shark_suit_faraday", "fg": 816, "rotates": false }, - { "id": "overlay_worn_sheath", "fg": 817, "rotates": false }, - { "id": "overlay_worn_sheet", "fg": 613, "rotates": false }, - { "id": "overlay_worn_shoes_birchbark", "fg": 818, "rotates": false }, - { "id": "overlay_worn_shoes_bowling", "fg": 819, "rotates": false }, - { "id": "overlay_worn_sholster", "fg": 714, "rotates": false }, - { "id": "overlay_worn_shorts", "fg": 820, "rotates": false }, - { "id": "overlay_worn_shorts_cargo", "fg": 821, "rotates": false }, - { "id": "overlay_worn_shorts_denim", "fg": 800, "rotates": false }, - { "id": "overlay_worn_silver_medal", "fg": 938, "rotates": false }, - { "id": "overlay_worn_silver_necklace", "fg": 939, "rotates": false }, - { "id": [ "overlay_worn_silver_ring", "overlay_worn_mring_silver" ], "fg": 940, "rotates": false }, - { "id": "overlay_worn_skinny_tie", "fg": 822, "rotates": false }, - { "id": "overlay_worn_skirt", "fg": 823, "rotates": false }, - { "id": "overlay_worn_skirt_leather", "fg": 824, "rotates": false }, - { "id": "overlay_worn_sleeping_bag", "fg": 825, "rotates": false }, - { "id": "overlay_worn_sleeping_bag_fur", "fg": 825, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster", "fg": 826, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_fur", "fg": 826, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_leather", "fg": 826, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_survivor", "fg": 827, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat", "fg": 828, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_fur", "fg": 828, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_leather", "fg": 828, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_survivor", "fg": 829, "rotates": false }, - { "id": "overlay_worn_sleeveless_tunic", "fg": 868, "rotates": false }, - { "id": "overlay_worn_slingpack", "fg": 814, "rotates": false }, - { "id": "overlay_worn_slippers", "fg": 830, "rotates": false }, - { "id": "overlay_worn_sneakers", "fg": 831, "rotates": false }, - { "id": "overlay_worn_snuggie", "fg": 942, "rotates": false }, - { "id": "overlay_worn_sockmitts", "fg": 755, "rotates": false }, - { "id": "overlay_worn_socks", "fg": 832, "rotates": false }, - { "id": "overlay_worn_socks_bag", "fg": 832, "rotates": false }, - { "id": "overlay_worn_socks_bowling", "fg": 832, "rotates": false }, - { "id": "overlay_worn_socks_wool", "fg": 832, "rotates": false }, - { "id": "overlay_worn_sports_bra", "fg": 833, "rotates": false }, - { "id": "overlay_worn_stealth_cloak", "fg": 553, "rotates": false }, - { "id": "overlay_worn_stillsuit", "fg": 723, "rotates": false }, - { "id": "overlay_worn_stockings", "fg": 834, "rotates": false }, - { "id": "overlay_worn_stockings_oath", "fg": 834, "rotates": false }, - { "id": "overlay_worn_stockings_tent_arms", "fg": 835, "rotates": false }, - { "id": "overlay_worn_stockings_tent_legs", "fg": 836, "rotates": false }, - { "id": "overlay_worn_stomach_sealed", "fg": 520, "rotates": false }, - { "id": "overlay_worn_straw_basket", "fg": 837, "rotates": false }, - { "id": "overlay_worn_straw_sandals", "fg": 670, "rotates": false }, - { "id": "overlay_worn_striped_pants", "fg": 943, "rotates": false }, - { "id": "overlay_worn_striped_shirt", "fg": 838, "rotates": false }, - { "id": "overlay_worn_subsuit_xl", "fg": 862, "rotates": false }, - { "id": "overlay_worn_suit", "fg": 839, "rotates": false }, - { "id": "overlay_worn_suitcase_l", "fg": 840, "rotates": false }, - { "id": "overlay_worn_suitcase_m", "fg": 840, "rotates": false }, - { "id": "overlay_worn_sundress", "fg": 841, "rotates": false }, - { "id": "overlay_worn_sunglasses", "fg": 842, "rotates": false }, - { "id": "overlay_worn_surv_armor_suit", "fg": 849, "rotates": false }, - { "id": "overlay_worn_surv_suit", "fg": 850, "rotates": false }, - { "id": "overlay_worn_survbowpack", "fg": 843, "rotates": false }, - { "id": "overlay_worn_survivor_belt", "fg": 844, "rotates": false }, - { "id": "overlay_worn_survivor_belt_notools", "fg": 844, "rotates": false }, - { "id": "overlay_worn_survivor_duffel_bag", "fg": 845, "rotates": false }, - { "id": "overlay_worn_survivor_goggles", "fg": 683, "rotates": false }, - { "id": "overlay_worn_survivor_light", "fg": 554, "rotates": false }, - { "id": "overlay_worn_survivor_light_on", "fg": 555, "rotates": false }, - { "id": "overlay_worn_survivor_pack", "fg": 603, "rotates": false }, - { "id": "overlay_worn_survivor_rucksack", "fg": 846, "rotates": false }, - { "id": "overlay_worn_survivor_runner_pack", "fg": 814, "rotates": false }, - { "id": "overlay_worn_survivor_suit", "fg": 847, "rotates": false }, - { "id": "overlay_worn_survivor_vest", "fg": 848, "rotates": false }, - { "id": "overlay_worn_swag_bag", "fg": 851, "rotates": false }, - { "id": "overlay_worn_swat_armor", "fg": 852, "rotates": false }, - { "id": "overlay_worn_swat_badge_swat", "fg": 947, "rotates": false }, - { "id": "overlay_worn_sweater", "fg": 853, "rotates": false }, - { "id": "overlay_worn_sweatshirt", "fg": 854, "rotates": false }, - { "id": "overlay_worn_swim_fins", "fg": 855, "rotates": false }, - { "id": "overlay_worn_tabi_dress", "fg": 832, "rotates": false }, - { "id": "overlay_worn_tabi_gi", "fg": 672, "rotates": false }, - { "id": "overlay_worn_tac_fullhelmet", "fg": 856, "rotates": false }, - { "id": "overlay_worn_tac_helmet", "fg": 710, "rotates": false }, - { "id": "overlay_worn_tank_top", "fg": 857, "rotates": false }, - { "id": "overlay_worn_tarp", "fg": 613, "rotates": false }, - { "id": "overlay_worn_technician_pants_gray", "fg": 858, "rotates": false }, - { "id": "overlay_worn_technician_shirt_blue", "fg": 859, "rotates": false }, - { "id": "overlay_worn_technician_shirt_gray", "fg": 860, "rotates": false }, - { "id": "overlay_worn_technician_shirt_ltblue", "fg": 861, "rotates": false }, - { "id": "overlay_worn_thawb", "fg": 862, "rotates": false }, - { "id": "overlay_worn_thermal_gloves", "fg": 681, "rotates": false }, - { "id": "overlay_worn_thermal_gloves_on", "fg": 681, "rotates": false }, - { "id": "overlay_worn_thermal_mask", "fg": 771, "rotates": false }, - { "id": "overlay_worn_thermal_mask_on", "fg": 771, "rotates": false }, - { "id": "overlay_worn_thermal_socks", "fg": 672, "rotates": false }, - { "id": "overlay_worn_thermal_socks_on", "fg": 672, "rotates": false }, - { "id": "overlay_worn_thigh_high_boots", "fg": 863, "rotates": false }, - { "id": "overlay_worn_thong", "fg": 788, "rotates": false }, - { "id": "overlay_worn_tights", "fg": 864, "rotates": false }, - { "id": "overlay_worn_tool_belt", "fg": 844, "rotates": false }, - { "id": "overlay_worn_touring_suit", "fg": 847, "rotates": false }, - { "id": "overlay_worn_trenchcoat", "fg": 865, "rotates": false }, - { "id": "overlay_worn_trenchcoat_fur", "fg": 865, "rotates": false }, - { "id": "overlay_worn_trenchcoat_leather", "fg": 865, "rotates": false }, - { "id": "overlay_worn_trenchcoat_survivor", "fg": 866, "rotates": false }, - { "id": "overlay_worn_tricorne", "fg": 867, "rotates": false }, - { "id": "overlay_worn_trunks", "fg": 800, "rotates": false }, - { "id": "overlay_worn_tunic", "fg": 868, "rotates": false }, - { "id": "overlay_worn_tunic_rag", "fg": 868, "rotates": false }, - { "id": "overlay_worn_turban", "fg": 869, "rotates": false }, - { "id": "overlay_worn_tux", "fg": 839, "rotates": false }, - { "id": "overlay_worn_under_armor_shorts", "fg": 871, "rotates": false }, - { "id": "overlay_worn_undershirt", "fg": 870, "rotates": false }, - { "id": "overlay_worn_vambrace_larmor", "fg": 677, "rotates": false }, - { "id": "overlay_worn_vest", "fg": 872, "rotates": false }, - { "id": "overlay_worn_vest_leather", "fg": 873, "rotates": false }, - { "id": "overlay_worn_vest_leather_mod", "fg": 873, "rotates": false }, - { "id": "overlay_worn_waistcoat", "fg": 874, "rotates": false }, - { "id": [ "overlay_worn_sf_watch", "overlay_worn_platinum_watch" ], "fg": 937, "rotates": false }, - { "id": "overlay_worn_gold_watch", "fg": 925, "rotates": false }, - { "id": "overlay_worn_waterskin2", "fg": 520, "rotates": false }, - { "id": "overlay_worn_waterskin3", "fg": 520, "rotates": false }, - { "id": "overlay_worn_waterskin", "fg": 520, "rotates": false }, - { "id": "overlay_worn_wearable_light", "fg": 556, "rotates": false }, - { "id": "overlay_worn_wearable_light_on", "fg": 557, "rotates": false }, - { "id": "overlay_worn_welding_mask", "fg": 948, "rotates": false }, - { "id": "overlay_worn_welding_mask_crude", "fg": 949, "rotates": false }, - { "id": "overlay_worn_wetsuit", "fg": 875, "rotates": false }, - { "id": "overlay_worn_wetsuit_booties", "fg": 876, "rotates": false }, - { "id": "overlay_worn_wetsuit_gloves", "fg": 682, "rotates": false }, - { "id": "overlay_worn_wetsuit_hood", "fg": 877, "rotates": false }, - { "id": "overlay_worn_wetsuit_spring", "fg": 878, "rotates": false }, - { "id": "overlay_worn_winter_gloves_army", "fg": 679, "rotates": false }, - { "id": "overlay_worn_winter_jacket_army", "fg": 879, "rotates": false }, - { "id": "overlay_worn_winter_pants_army", "fg": 880, "rotates": false }, - { "id": "overlay_worn_wolfsuit", "fg": 881, "rotates": false }, - { "id": "overlay_worn_wool_hoodie", "fg": 732, "rotates": false }, - { "id": "overlay_worn_wool_suit", "fg": 839, "rotates": false }, - { "id": "overlay_worn_wristwatch", "fg": 950, "rotates": false }, - { "id": "overlay_worn_wsurvivor_suit", "fg": 882, "rotates": false }, - { "id": "overlay_worn_xlsurvivor_suit", "fg": 847, "rotates": false }, - { "id": "overlay_worn_zubon_gi", "fg": 794, "rotates": false }, - { "id": "fd_acid_vent", "bg": 954, "rotates": false }, - { "id": "fd_bees", "fg": 1051, "rotates": false }, + { "id": "overlay_worn_leather_cat_tail", "fg": 674, "rotates": false }, + { "id": "overlay_worn_leather_pouch", "fg": 521, "rotates": false }, + { "id": "overlay_worn_leathersandals", "fg": 671, "rotates": false }, + { "id": "overlay_worn_leg_splint", "fg": 752, "rotates": false }, + { "id": "overlay_worn_leg_warmers", "fg": 753, "rotates": false }, + { "id": "overlay_worn_leg_warmers_f", "fg": 753, "rotates": false }, + { "id": "overlay_worn_leg_warmers_xl", "fg": 753, "rotates": false }, + { "id": "overlay_worn_leg_warmers_xlf", "fg": 753, "rotates": false }, + { "id": "overlay_worn_leggings", "fg": 865, "rotates": false }, + { "id": "overlay_worn_legguard_bronze", "fg": 750, "rotates": false }, + { "id": "overlay_worn_legguard_hard", "fg": 749, "rotates": false }, + { "id": [ "overlay_worn_legguard_metal", "overlay_worn_legguard_lightplate" ], "fg": 750, "rotates": false }, + { "id": "overlay_worn_legguard_paper", "fg": 751, "rotates": false }, + { "id": "overlay_worn_legrig", "fg": 845, "rotates": false }, + { "id": "overlay_worn_lmil_armor", "fg": 754, "rotates": false }, + { "id": "overlay_worn_loincloth", "fg": 755, "rotates": false }, + { "id": "overlay_worn_loincloth_fur", "fg": 755, "rotates": false }, + { "id": "overlay_worn_loincloth_leather", "fg": 755, "rotates": false }, + { "id": "overlay_worn_loincloth_wool", "fg": 755, "rotates": false }, + { "id": "overlay_worn_long_glove_white", "fg": 756, "rotates": false }, + { "id": "overlay_worn_long_knit_scarf", "fg": 537, "rotates": false }, + { "id": "overlay_worn_long_knit_scarf_loose", "fg": 537, "rotates": false }, + { "id": "overlay_worn_long_patchwork_scarf", "fg": 538, "rotates": false }, + { "id": "overlay_worn_long_patchwork_scarf_loose", "fg": 538, "rotates": false }, + { "id": "overlay_worn_lowtops", "fg": 757, "rotates": false }, + { "id": "overlay_worn_lsurvivor_armor", "fg": 758, "rotates": false }, + { "id": "overlay_worn_lsurvivor_pants", "fg": 796, "rotates": false }, + { "id": "overlay_worn_lsurvivor_suit", "fg": 848, "rotates": false }, + { "id": "overlay_worn_magbandolier", "fg": 560, "rotates": false }, + { "id": "overlay_worn_maid_dress", "fg": 759, "rotates": false }, + { "id": "overlay_worn_maid_hat", "fg": 760, "rotates": false }, + { "id": "overlay_worn_maid_stockings", "fg": 835, "rotates": false }, + { "id": "overlay_worn_makeshift_knapsack", "fg": 761, "rotates": false }, + { "id": "overlay_worn_makeshift_sling", "fg": 762, "rotates": false }, + { "id": "overlay_worn_mask_bal", "fg": 763, "rotates": false }, + { "id": "overlay_worn_mask_bunker", "fg": 539, "rotates": false }, + { "id": "overlay_worn_mask_bunker_on", "fg": 540, "rotates": false }, + { "id": "overlay_worn_mask_dust", "fg": 764, "rotates": false }, + { "id": "overlay_worn_mask_filter", "fg": 765, "rotates": false }, + { "id": "overlay_worn_mask_fsurvivor", "fg": 766, "rotates": false }, + { "id": "overlay_worn_mask_fsurvivorxl", "fg": 766, "rotates": false }, + { "id": "overlay_worn_mask_gas", "fg": 767, "rotates": false }, + { "id": "overlay_worn_mask_gas_xl", "fg": 767, "rotates": false }, + { "id": "overlay_worn_mask_guy_fawkes", "fg": 768, "rotates": false }, + { "id": "overlay_worn_mask_h20survivor", "fg": 541, "rotates": false }, + { "id": "overlay_worn_mask_h20survivor_on", "fg": 541, "rotates": false }, + { "id": "overlay_worn_mask_h20survivorxl", "fg": 541, "rotates": false }, + { "id": "overlay_worn_mask_h20survivorxl_on", "fg": 541, "rotates": false }, + { "id": "overlay_worn_mask_hockey", "fg": 769, "rotates": false }, + { "id": "overlay_worn_mask_hsurvivor", "fg": 770, "rotates": false }, + { "id": "overlay_worn_mask_lsurvivor", "fg": 771, "rotates": false }, + { "id": "overlay_worn_mask_rioter", "fg": 772, "rotates": false }, + { "id": [ "overlay_worn_mask_ski_loose", "mask_ski_loose" ], "fg": 543, "rotates": false }, + { "id": [ "overlay_worn_mask_ski", "mask_ski" ], "fg": 542, "rotates": false }, + { "id": "overlay_worn_mask_survivor", "fg": 771, "rotates": false }, + { "id": "overlay_worn_mask_survivorxl", "fg": 771, "rotates": false }, + { "id": "overlay_worn_mask_wsurvivor", "fg": 773, "rotates": false }, + { "id": "overlay_worn_mask_wsurvivorxl", "fg": 773, "rotates": false }, + { "id": "overlay_worn_mbag", "fg": 774, "rotates": false }, + { "id": "overlay_worn_megaarmor_armguards_1", "fg": 775, "rotates": false }, + { "id": "overlay_worn_megaarmor_boots_1", "fg": 776, "rotates": false }, + { "id": "overlay_worn_megaarmor_gloves_1", "fg": 777, "rotates": false }, + { "id": "overlay_worn_megaarmor_head_1", "fg": 778, "rotates": false }, + { "id": "overlay_worn_megaarmor_leggings_1", "fg": 779, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_1", "fg": 780, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_2", "fg": 781, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_3", "fg": 544, "rotates": false }, + { "id": "overlay_worn_megaarmor_torso_3_act", "fg": 545, "rotates": false }, + { "id": "overlay_worn_microskirt", "fg": 785, "rotates": false }, + { "id": "overlay_worn_mil_armor", "fg": 782, "rotates": false }, + { "id": "overlay_worn_mittens", "fg": 679, "rotates": false }, + { "id": "overlay_worn_mocassins", "fg": 651, "rotates": false }, + { "id": "overlay_worn_molle_pack", "fg": 783, "rotates": false }, + { "id": "overlay_worn_motorbike_armor", "fg": 784, "rotates": false }, + { "id": "overlay_worn_motorbike_boots", "fg": 625, "rotates": false }, + { "id": "overlay_worn_motorbike_pants", "fg": 859, "rotates": false }, + { "id": "overlay_worn_nanoskirt", "fg": 785, "rotates": false }, + { "id": "overlay_worn_nomex_gloves", "fg": 679, "rotates": false }, + { "id": "overlay_worn_nomex_hood", "fg": 718, "rotates": false }, + { "id": "overlay_worn_nomex_socks", "fg": 786, "rotates": false }, + { "id": "overlay_worn_nomex_suit", "fg": 787, "rotates": false }, + { "id": "overlay_worn_obi_gi", "fg": 748, "rotates": false }, + { "id": "overlay_worn_optical_cloak", "fg": 788, "rotates": false }, + { "id": "overlay_worn_panties", "fg": 789, "rotates": false }, + { "id": "overlay_worn_pants", "fg": 790, "rotates": false }, + { "id": "overlay_worn_pants_army", "fg": 791, "rotates": false }, + { "id": "overlay_worn_pants_cargo", "fg": 792, "rotates": false }, + { "id": "overlay_worn_pants_checkered", "fg": 793, "rotates": false }, + { "id": "overlay_worn_pants_fur", "fg": 794, "rotates": false }, + { "id": "overlay_worn_pants_leather", "fg": 794, "rotates": false }, + { "id": "overlay_worn_pants_ski", "fg": 795, "rotates": false }, + { "id": "overlay_worn_pants_survivor", "fg": 796, "rotates": false }, + { "id": "overlay_worn_patchwork_scarf", "fg": 553, "rotates": false }, + { "id": "overlay_worn_patchwork_scarf_loose", "fg": 553, "rotates": false }, + { "id": "overlay_worn_peacoat", "fg": 797, "rotates": false }, + { "id": "overlay_worn_plastic_shopping_bag", "fg": 798, "rotates": false }, + { "id": "overlay_worn_platinum_locket", "fg": 931, "rotates": false }, + { "id": "overlay_worn_platinum_necklace", "fg": 932, "rotates": false }, + { "id": [ "overlay_worn_platinum_ring", "overlay_worn_mring_platinum" ], "fg": 933, "rotates": false }, + { "id": "overlay_worn_poncho", "fg": 799, "rotates": false }, + { "id": "overlay_worn_postman_hat", "fg": 800, "rotates": false }, + { "id": "overlay_worn_postman_shorts", "fg": 801, "rotates": false }, + { "id": "overlay_worn_pot_helmet", "fg": 802, "rotates": false }, + { "id": "overlay_worn_power_armor_basic", "fg": 803, "rotates": false }, + { "id": "overlay_worn_power_armor_heavy", "fg": 804, "rotates": false }, + { "id": "overlay_worn_power_armor_helmet_basic", "fg": 805, "rotates": false }, + { "id": "overlay_worn_power_armor_helmet_heavy", "fg": 806, "rotates": false }, + { "id": "overlay_worn_power_armor_helmet_light", "fg": 807, "rotates": false }, + { "id": "overlay_worn_power_armor_light", "fg": 808, "rotates": false }, + { "id": [ "overlay_worn_powered_earmuffs", "overlay_worn_powered_earmuffs_on" ], "fg": 575 }, + { "id": "overlay_worn_purse", "fg": 809, "rotates": false }, + { "id": "overlay_worn_quiver", "fg": 810, "rotates": false }, + { "id": "overlay_worn_quiver_birchbark", "fg": 810, "rotates": false }, + { "id": "overlay_worn_quiver_large", "fg": 811, "rotates": false }, + { "id": "overlay_worn_quiver_large_birchbark", "fg": 811, "rotates": false }, + { "id": "overlay_worn_rebreather", "fg": 934, "rotates": false }, + { "id": "overlay_worn_rebreather_xl", "fg": 934, "rotates": false }, + { "id": "overlay_worn_revenant_crown", "fg": 546, "rotates": false }, + { "id": [ "overlay_worn_diamond_ring", "overlay_worn_ring_wedding" ], "fg": 900, "rotates": false }, + { "id": [ "overlay_worn_ring_engagement" ], "fg": 935, "rotates": false }, + { "id": "overlay_worn_ring_purity", "fg": 936, "rotates": false }, + { "id": "overlay_worn_ring_signet", "fg": 937, "rotates": false }, + { "id": "overlay_worn_rm13_armor", "fg": 559, "rotates": false }, + { "id": "overlay_worn_rm13_armor_on", "fg": 547, "rotates": false }, + { "id": "overlay_worn_robe", "fg": 812, "rotates": false }, + { "id": "overlay_worn_roller_blades", "fg": 813, "rotates": false }, + { "id": "overlay_worn_rollerskates", "fg": 813, "rotates": false }, + { "id": "overlay_worn_rucksack", "fg": 814, "rotates": false }, + { "id": "overlay_worn_runner_bag", "fg": 815, "rotates": false }, + { "id": "overlay_worn_sac_purse", "fg": 548, "rotates": false }, + { "id": "overlay_worn_sac_purse_arm", "fg": 549, "rotates": false }, + { "id": "overlay_worn_sac_purse_leg", "fg": 550, "rotates": false }, + { "id": "overlay_worn_scabbard", "fg": 816, "rotates": false }, + { "id": "overlay_worn_scarf", "fg": 551, "rotates": false }, + { "id": "overlay_worn_scarf_fur", "fg": 552, "rotates": false }, + { "id": "overlay_worn_scarf_fur_long", "fg": 537, "rotates": false }, + { "id": "overlay_worn_scarf_fur_long_loose", "fg": 537, "rotates": false }, + { "id": "overlay_worn_scarf_fur_loose", "fg": 552, "rotates": false }, + { "id": "overlay_worn_scarf_long", "fg": 538, "rotates": false }, + { "id": "overlay_worn_scarf_long_loose", "fg": 538, "rotates": false }, + { "id": "overlay_worn_scarf_loose", "fg": 553, "rotates": false }, + { "id": "overlay_worn_shark_suit", "fg": 817, "rotates": false }, + { "id": "overlay_worn_shark_suit_faraday", "fg": 817, "rotates": false }, + { "id": "overlay_worn_sheath", "fg": 818, "rotates": false }, + { "id": "overlay_worn_sheet", "fg": 614, "rotates": false }, + { "id": "overlay_worn_shoes_birchbark", "fg": 819, "rotates": false }, + { "id": "overlay_worn_shoes_bowling", "fg": 820, "rotates": false }, + { "id": "overlay_worn_sholster", "fg": 715, "rotates": false }, + { "id": "overlay_worn_shorts", "fg": 821, "rotates": false }, + { "id": "overlay_worn_shorts_cargo", "fg": 822, "rotates": false }, + { "id": "overlay_worn_shorts_denim", "fg": 801, "rotates": false }, + { "id": "overlay_worn_silver_medal", "fg": 939, "rotates": false }, + { "id": "overlay_worn_silver_necklace", "fg": 940, "rotates": false }, + { "id": [ "overlay_worn_silver_ring", "overlay_worn_mring_silver" ], "fg": 941, "rotates": false }, + { "id": "overlay_worn_skinny_tie", "fg": 823, "rotates": false }, + { "id": "overlay_worn_skirt", "fg": 824, "rotates": false }, + { "id": "overlay_worn_skirt_leather", "fg": 825, "rotates": false }, + { "id": "overlay_worn_sleeping_bag", "fg": 826, "rotates": false }, + { "id": "overlay_worn_sleeping_bag_fur", "fg": 826, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster", "fg": 827, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster_fur", "fg": 827, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster_leather", "fg": 827, "rotates": false }, + { "id": "overlay_worn_sleeveless_duster_survivor", "fg": 828, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat", "fg": 829, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat_fur", "fg": 829, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat_leather", "fg": 829, "rotates": false }, + { "id": "overlay_worn_sleeveless_trenchcoat_survivor", "fg": 830, "rotates": false }, + { "id": "overlay_worn_sleeveless_tunic", "fg": 869, "rotates": false }, + { "id": "overlay_worn_slingpack", "fg": 815, "rotates": false }, + { "id": "overlay_worn_slippers", "fg": 831, "rotates": false }, + { "id": "overlay_worn_sneakers", "fg": 832, "rotates": false }, + { "id": "overlay_worn_snuggie", "fg": 943, "rotates": false }, + { "id": "overlay_worn_sockmitts", "fg": 756, "rotates": false }, + { "id": "overlay_worn_socks", "fg": 833, "rotates": false }, + { "id": "overlay_worn_socks_bag", "fg": 833, "rotates": false }, + { "id": "overlay_worn_socks_bowling", "fg": 833, "rotates": false }, + { "id": "overlay_worn_socks_wool", "fg": 833, "rotates": false }, + { "id": "overlay_worn_sports_bra", "fg": 834, "rotates": false }, + { "id": "overlay_worn_stealth_cloak", "fg": 554, "rotates": false }, + { "id": "overlay_worn_stillsuit", "fg": 724, "rotates": false }, + { "id": "overlay_worn_stockings", "fg": 835, "rotates": false }, + { "id": "overlay_worn_stockings_oath", "fg": 835, "rotates": false }, + { "id": "overlay_worn_stockings_tent_arms", "fg": 836, "rotates": false }, + { "id": "overlay_worn_stockings_tent_legs", "fg": 837, "rotates": false }, + { "id": "overlay_worn_stomach_sealed", "fg": 521, "rotates": false }, + { "id": "overlay_worn_straw_basket", "fg": 838, "rotates": false }, + { "id": "overlay_worn_straw_sandals", "fg": 671, "rotates": false }, + { "id": "overlay_worn_striped_pants", "fg": 944, "rotates": false }, + { "id": "overlay_worn_striped_shirt", "fg": 839, "rotates": false }, + { "id": "overlay_worn_subsuit_xl", "fg": 863, "rotates": false }, + { "id": "overlay_worn_suit", "fg": 840, "rotates": false }, + { "id": "overlay_worn_suitcase_l", "fg": 841, "rotates": false }, + { "id": "overlay_worn_suitcase_m", "fg": 841, "rotates": false }, + { "id": "overlay_worn_sundress", "fg": 842, "rotates": false }, + { "id": "overlay_worn_sunglasses", "fg": 843, "rotates": false }, + { "id": "overlay_worn_surv_armor_suit", "fg": 850, "rotates": false }, + { "id": "overlay_worn_surv_suit", "fg": 851, "rotates": false }, + { "id": "overlay_worn_survbowpack", "fg": 844, "rotates": false }, + { "id": "overlay_worn_survivor_belt", "fg": 845, "rotates": false }, + { "id": "overlay_worn_survivor_belt_notools", "fg": 845, "rotates": false }, + { "id": "overlay_worn_survivor_duffel_bag", "fg": 846, "rotates": false }, + { "id": "overlay_worn_survivor_goggles", "fg": 684, "rotates": false }, + { "id": "overlay_worn_survivor_light", "fg": 555, "rotates": false }, + { "id": "overlay_worn_survivor_light_on", "fg": 556, "rotates": false }, + { "id": "overlay_worn_survivor_pack", "fg": 604, "rotates": false }, + { "id": "overlay_worn_survivor_rucksack", "fg": 847, "rotates": false }, + { "id": "overlay_worn_survivor_runner_pack", "fg": 815, "rotates": false }, + { "id": "overlay_worn_survivor_suit", "fg": 848, "rotates": false }, + { "id": "overlay_worn_survivor_vest", "fg": 849, "rotates": false }, + { "id": "overlay_worn_swag_bag", "fg": 852, "rotates": false }, + { "id": "overlay_worn_swat_armor", "fg": 853, "rotates": false }, + { "id": "overlay_worn_swat_badge_swat", "fg": 948, "rotates": false }, + { "id": "overlay_worn_sweater", "fg": 854, "rotates": false }, + { "id": "overlay_worn_sweatshirt", "fg": 855, "rotates": false }, + { "id": "overlay_worn_swim_fins", "fg": 856, "rotates": false }, + { "id": "overlay_worn_tabi_dress", "fg": 833, "rotates": false }, + { "id": "overlay_worn_tabi_gi", "fg": 673, "rotates": false }, + { "id": "overlay_worn_tac_fullhelmet", "fg": 857, "rotates": false }, + { "id": "overlay_worn_tac_helmet", "fg": 711, "rotates": false }, + { "id": "overlay_worn_tank_top", "fg": 858, "rotates": false }, + { "id": "overlay_worn_tarp", "fg": 614, "rotates": false }, + { "id": "overlay_worn_technician_pants_gray", "fg": 859, "rotates": false }, + { "id": "overlay_worn_technician_shirt_blue", "fg": 860, "rotates": false }, + { "id": "overlay_worn_technician_shirt_gray", "fg": 861, "rotates": false }, + { "id": "overlay_worn_technician_shirt_ltblue", "fg": 862, "rotates": false }, + { "id": "overlay_worn_thawb", "fg": 863, "rotates": false }, + { "id": "overlay_worn_thermal_gloves", "fg": 682, "rotates": false }, + { "id": "overlay_worn_thermal_gloves_on", "fg": 682, "rotates": false }, + { "id": "overlay_worn_thermal_mask", "fg": 772, "rotates": false }, + { "id": "overlay_worn_thermal_mask_on", "fg": 772, "rotates": false }, + { "id": "overlay_worn_thermal_socks", "fg": 673, "rotates": false }, + { "id": "overlay_worn_thermal_socks_on", "fg": 673, "rotates": false }, + { "id": "overlay_worn_thigh_high_boots", "fg": 864, "rotates": false }, + { "id": "overlay_worn_thong", "fg": 789, "rotates": false }, + { "id": "overlay_worn_tights", "fg": 865, "rotates": false }, + { "id": "overlay_worn_tool_belt", "fg": 845, "rotates": false }, + { "id": "overlay_worn_touring_suit", "fg": 848, "rotates": false }, + { "id": "overlay_worn_trenchcoat", "fg": 866, "rotates": false }, + { "id": "overlay_worn_trenchcoat_fur", "fg": 866, "rotates": false }, + { "id": "overlay_worn_trenchcoat_leather", "fg": 866, "rotates": false }, + { "id": "overlay_worn_trenchcoat_survivor", "fg": 867, "rotates": false }, + { "id": "overlay_worn_tricorne", "fg": 868, "rotates": false }, + { "id": "overlay_worn_trunks", "fg": 801, "rotates": false }, + { "id": "overlay_worn_tunic", "fg": 869, "rotates": false }, + { "id": "overlay_worn_tunic_rag", "fg": 869, "rotates": false }, + { "id": "overlay_worn_turban", "fg": 870, "rotates": false }, + { "id": "overlay_worn_tux", "fg": 840, "rotates": false }, + { "id": "overlay_worn_under_armor_shorts", "fg": 872, "rotates": false }, + { "id": "overlay_worn_undershirt", "fg": 871, "rotates": false }, + { "id": "overlay_worn_vambrace_larmor", "fg": 678, "rotates": false }, + { "id": "overlay_worn_vest", "fg": 873, "rotates": false }, + { "id": "overlay_worn_vest_leather", "fg": 874, "rotates": false }, + { "id": "overlay_worn_vest_leather_mod", "fg": 874, "rotates": false }, + { "id": "overlay_worn_waistcoat", "fg": 875, "rotates": false }, + { "id": [ "overlay_worn_sf_watch", "overlay_worn_platinum_watch" ], "fg": 938, "rotates": false }, + { "id": "overlay_worn_gold_watch", "fg": 926, "rotates": false }, + { "id": "overlay_worn_waterskin2", "fg": 521, "rotates": false }, + { "id": "overlay_worn_waterskin3", "fg": 521, "rotates": false }, + { "id": "overlay_worn_waterskin", "fg": 521, "rotates": false }, + { "id": "overlay_worn_wearable_light", "fg": 557, "rotates": false }, + { "id": "overlay_worn_wearable_light_on", "fg": 558, "rotates": false }, + { "id": "overlay_worn_welding_mask", "fg": 949, "rotates": false }, + { "id": "overlay_worn_welding_mask_crude", "fg": 950, "rotates": false }, + { "id": "overlay_worn_wetsuit", "fg": 876, "rotates": false }, + { "id": "overlay_worn_wetsuit_booties", "fg": 877, "rotates": false }, + { "id": "overlay_worn_wetsuit_gloves", "fg": 683, "rotates": false }, + { "id": "overlay_worn_wetsuit_hood", "fg": 878, "rotates": false }, + { "id": "overlay_worn_wetsuit_spring", "fg": 879, "rotates": false }, + { "id": "overlay_worn_winter_gloves_army", "fg": 680, "rotates": false }, + { "id": "overlay_worn_winter_jacket_army", "fg": 880, "rotates": false }, + { "id": "overlay_worn_winter_pants_army", "fg": 881, "rotates": false }, + { "id": "overlay_worn_wolfsuit", "fg": 882, "rotates": false }, + { "id": "overlay_worn_wool_hoodie", "fg": 733, "rotates": false }, + { "id": "overlay_worn_wool_suit", "fg": 840, "rotates": false }, + { "id": "overlay_worn_wristwatch", "fg": 951, "rotates": false }, + { "id": "overlay_worn_wsurvivor_suit", "fg": 883, "rotates": false }, + { "id": "overlay_worn_xlsurvivor_suit", "fg": 848, "rotates": false }, + { "id": "overlay_worn_zubon_gi", "fg": 795, "rotates": false }, + { "id": "fd_acid_vent", "bg": 955, "rotates": false }, + { "id": "fd_bees", "fg": 1052, "rotates": false }, { "id": "fd_bile", - "fg": 955, + "fg": 956, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 956 }, - { "id": "corner", "fg": 957 }, - { "id": "edge", "fg": 958 }, - { "id": "t_connection", "fg": 960 }, - { "id": "end_piece", "fg": 959 }, - { "id": "unconnected", "fg": 955 } + { "id": "center", "fg": 957 }, + { "id": "corner", "fg": 958 }, + { "id": "edge", "fg": 959 }, + { "id": "t_connection", "fg": 961 }, + { "id": "end_piece", "fg": 960 }, + { "id": "unconnected", "fg": 956 } ] }, { "id": "fd_blood", - "bg": 1052, + "bg": 1053, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1052 }, - { "id": "corner", "fg": 961 }, - { "id": "edge", "fg": 962 }, - { "id": "t_connection", "fg": 976 }, - { "id": "end_piece", "fg": 963 }, - { "id": "unconnected", "fg": 977 } + { "id": "center", "fg": 1053 }, + { "id": "corner", "fg": 962 }, + { "id": "edge", "fg": 963 }, + { "id": "t_connection", "fg": 977 }, + { "id": "end_piece", "fg": 964 }, + { "id": "unconnected", "fg": 978 } ] }, { "id": "fd_blood_insect", - "fg": 964, + "fg": 965, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 965 }, - { "id": "corner", "fg": 966 }, - { "id": "edge", "fg": 967 }, - { "id": "t_connection", "fg": 969 }, - { "id": "end_piece", "fg": 968 }, - { "id": "unconnected", "fg": 964 } + { "id": "center", "fg": 966 }, + { "id": "corner", "fg": 967 }, + { "id": "edge", "fg": 968 }, + { "id": "t_connection", "fg": 970 }, + { "id": "end_piece", "fg": 969 }, + { "id": "unconnected", "fg": 965 } ] }, { "id": "fd_blood_invertebrate", - "fg": 970, + "fg": 971, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 971 }, - { "id": "corner", "fg": 972 }, - { "id": "edge", "fg": 973 }, - { "id": "t_connection", "fg": 975 }, - { "id": "end_piece", "fg": 974 }, - { "id": "unconnected", "fg": 970 } + { "id": "center", "fg": 972 }, + { "id": "corner", "fg": 973 }, + { "id": "edge", "fg": 974 }, + { "id": "t_connection", "fg": 976 }, + { "id": "end_piece", "fg": 975 }, + { "id": "unconnected", "fg": 971 } ] }, { "id": "fd_blood_veggy", - "fg": 978, + "fg": 979, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 979 }, - { "id": "corner", "fg": 980 }, - { "id": "edge", "fg": 981 }, - { "id": "t_connection", "fg": 983 }, - { "id": "end_piece", "fg": 982 }, - { "id": "unconnected", "fg": 978 } + { "id": "center", "fg": 980 }, + { "id": "corner", "fg": 981 }, + { "id": "edge", "fg": 982 }, + { "id": "t_connection", "fg": 984 }, + { "id": "end_piece", "fg": 983 }, + { "id": "unconnected", "fg": 979 } ] }, { "id": "fd_cigsmoke", - "fg": 1038, + "fg": 1039, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 984 }, - { "id": "corner", "fg": 985 }, - { "id": "edge", "fg": 986 }, - { "id": "t_connection", "fg": 988 }, - { "id": "end_piece", "fg": 987 }, - { "id": "unconnected", "fg": 989 } + { "id": "center", "fg": 985 }, + { "id": "corner", "fg": 986 }, + { "id": "edge", "fg": 987 }, + { "id": "t_connection", "fg": 989 }, + { "id": "end_piece", "fg": 988 }, + { "id": "unconnected", "fg": 990 } ] }, { "id": "fd_cracksmoke", - "fg": 1038, + "fg": 1039, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 984 }, - { "id": "corner", "fg": 985 }, - { "id": "edge", "fg": 986 }, - { "id": "t_connection", "fg": 988 }, - { "id": "end_piece", "fg": 987 }, - { "id": "unconnected", "fg": 989 } + { "id": "center", "fg": 985 }, + { "id": "corner", "fg": 986 }, + { "id": "edge", "fg": 987 }, + { "id": "t_connection", "fg": 989 }, + { "id": "end_piece", "fg": 988 }, + { "id": "unconnected", "fg": 990 } ] }, - { "id": "fd_dazzling", "fg": 990 }, + { "id": "fd_dazzling", "fg": 991 }, { "id": "fd_electricity", - "fg": 991, + "fg": 992, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 992 }, - { "id": "unconnected", "fg": 992 }, - { "id": "corner", "fg": 993 }, - { "id": "edge", "fg": 994 }, - { "id": "end_piece", "fg": 995 }, - { "id": "t_connection", "fg": 996 } + { "id": "center", "fg": 993 }, + { "id": "unconnected", "fg": 993 }, + { "id": "corner", "fg": 994 }, + { "id": "edge", "fg": 995 }, + { "id": "end_piece", "fg": 996 }, + { "id": "t_connection", "fg": 997 } ] }, - { "id": "fd_fatigue", "fg": 997 }, + { "id": "fd_fatigue", "fg": 998 }, { "id": "fd_fire", - "bg": 1053, + "bg": 1054, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 998, "bg": 1054 }, - { "id": "corner", "fg": 999, "bg": 1054 }, - { "id": "edge", "fg": 1000, "bg": 1054 }, - { "id": "t_connection", "fg": 1002, "bg": 1054 }, - { "id": "end_piece", "fg": 1001, "bg": 1054 }, - { "id": "unconnected", "fg": 1003, "bg": 1054 } + { "id": "center", "fg": 999, "bg": 1055 }, + { "id": "corner", "fg": 1000, "bg": 1055 }, + { "id": "edge", "fg": 1001, "bg": 1055 }, + { "id": "t_connection", "fg": 1003, "bg": 1055 }, + { "id": "end_piece", "fg": 1002, "bg": 1055 }, + { "id": "unconnected", "fg": 1004, "bg": 1055 } ] }, - { "id": [ "fd_fire_vent", "testflames" ], "bg": 1053, "rotates": false }, + { "id": [ "fd_fire_vent", "testflames" ], "bg": 1054, "rotates": false }, { "id": "fd_flame_burst", - "bg": 1055, + "bg": 1056, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1004, "bg": 1054 }, - { "id": "corner", "fg": 1005, "bg": 1054 }, - { "id": "edge", "fg": 1006, "bg": 1054 }, - { "id": "t_connection", "fg": 1008, "bg": 1054 }, - { "id": "end_piece", "fg": 1007, "bg": 1054 }, - { "id": "unconnected", "fg": 1009, "bg": 1054 } + { "id": "center", "fg": 1005, "bg": 1055 }, + { "id": "corner", "fg": 1006, "bg": 1055 }, + { "id": "edge", "fg": 1007, "bg": 1055 }, + { "id": "t_connection", "fg": 1009, "bg": 1055 }, + { "id": "end_piece", "fg": 1008, "bg": 1055 }, + { "id": "unconnected", "fg": 1010, "bg": 1055 } ] }, - { "id": "fd_fungal_haze", "bg": 1056 }, - { "id": "fd_fungicidal_gas", "bg": 953, "rotates": false }, - { "id": "fd_gas_vent", "bg": 1057 }, - { "id": "fd_gibs_flesh", "fg": 1010 }, + { "id": "fd_fungal_haze", "bg": 1057 }, + { "id": "fd_fungicidal_gas", "bg": 954, "rotates": false }, + { "id": "fd_gas_vent", "bg": 1058 }, + { "id": "fd_gibs_flesh", "fg": 1011 }, { "id": "fd_gibs_insect", - "fg": 1011, + "fg": 1012, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1012 }, - { "id": "corner", "fg": 1013 }, - { "id": "edge", "fg": 1014 }, - { "id": "t_connection", "fg": 1016 }, - { "id": "end_piece", "fg": 1015 }, - { "id": "unconnected", "fg": 1011 } + { "id": "center", "fg": 1013 }, + { "id": "corner", "fg": 1014 }, + { "id": "edge", "fg": 1015 }, + { "id": "t_connection", "fg": 1017 }, + { "id": "end_piece", "fg": 1016 }, + { "id": "unconnected", "fg": 1012 } ] }, { "id": "fd_gibs_invertebrate", - "fg": 1017, + "fg": 1018, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1018 }, - { "id": "corner", "fg": 1019 }, - { "id": "edge", "fg": 1020 }, - { "id": "t_connection", "fg": 1022 }, - { "id": "end_piece", "fg": 1021 }, - { "id": "unconnected", "fg": 1017 } + { "id": "center", "fg": 1019 }, + { "id": "corner", "fg": 1020 }, + { "id": "edge", "fg": 1021 }, + { "id": "t_connection", "fg": 1023 }, + { "id": "end_piece", "fg": 1022 }, + { "id": "unconnected", "fg": 1018 } ] }, - { "id": "fd_gibs_veggy", "fg": 1023 }, + { "id": "fd_gibs_veggy", "fg": 1024 }, { "id": "fd_incendiary", - "fg": 1024, + "fg": 1025, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1025 }, - { "id": "corner", "fg": 1026 }, - { "id": "edge", "fg": 1027 }, - { "id": "t_connection", "fg": 1029 }, - { "id": "end_piece", "fg": 1028 }, - { "id": "unconnected", "fg": 1030 } + { "id": "center", "fg": 1026 }, + { "id": "corner", "fg": 1027 }, + { "id": "edge", "fg": 1028 }, + { "id": "t_connection", "fg": 1030 }, + { "id": "end_piece", "fg": 1029 }, + { "id": "unconnected", "fg": 1031 } ] }, - { "id": "fd_laser", "bg": 1058 }, + { "id": "fd_laser", "bg": 1059 }, { "id": "fd_methsmoke", - "fg": 1038, + "fg": 1039, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 984 }, - { "id": "corner", "fg": 985 }, - { "id": "edge", "fg": 986 }, - { "id": "t_connection", "fg": 988 }, - { "id": "end_piece", "fg": 987 }, - { "id": "unconnected", "fg": 989 } + { "id": "center", "fg": 985 }, + { "id": "corner", "fg": 986 }, + { "id": "edge", "fg": 987 }, + { "id": "t_connection", "fg": 989 }, + { "id": "end_piece", "fg": 988 }, + { "id": "unconnected", "fg": 990 } ] }, - { "id": "fd_nuke_gas", "fg": 1057 }, - { "id": "fd_plasma", "fg": 1031, "rotates": false }, - { "id": "fd_push_items", "bg": 989 }, + { "id": "fd_nuke_gas", "fg": 1058 }, + { "id": "fd_plasma", "fg": 1032, "rotates": false }, + { "id": "fd_push_items", "bg": 990 }, { "id": "fd_relax_gas", - "fg": 1038, + "fg": 1039, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1032 }, - { "id": "corner", "fg": 1033 }, - { "id": "edge", "fg": 1034 }, - { "id": "end_piece", "fg": 1035 }, - { "id": "t_connection", "fg": 1036 }, - { "id": "unconnected", "fg": 1037 } + { "id": "center", "fg": 1033 }, + { "id": "corner", "fg": 1034 }, + { "id": "edge", "fg": 1035 }, + { "id": "end_piece", "fg": 1036 }, + { "id": "t_connection", "fg": 1037 }, + { "id": "unconnected", "fg": 1038 } ] }, - { "id": "fd_rubble", "bg": 1059, "rotates": false }, - { "id": "fd_sap", "bg": 1060, "rotates": false }, - { "id": "fd_shock_vent", "bg": 991, "rotates": false }, - { "id": "fd_slime", "bg": 954, "rotates": false }, - { "id": "fd_sludge", "bg": 1060, "rotates": false }, + { "id": "fd_rubble", "bg": 1060, "rotates": false }, + { "id": "fd_sap", "bg": 1061, "rotates": false }, + { "id": "fd_shock_vent", "bg": 992, "rotates": false }, + { "id": "fd_slime", "bg": 955, "rotates": false }, + { "id": "fd_sludge", "bg": 1061, "rotates": false }, { "id": "fd_smoke", - "fg": 1038, + "fg": 1039, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1039 }, - { "id": "corner", "fg": 1040 }, - { "id": "edge", "fg": 1041 }, - { "id": "t_connection", "fg": 1043 }, - { "id": "end_piece", "fg": 1042 }, - { "id": "unconnected", "fg": 1044 } + { "id": "center", "fg": 1040 }, + { "id": "corner", "fg": 1041 }, + { "id": "edge", "fg": 1042 }, + { "id": "t_connection", "fg": 1044 }, + { "id": "end_piece", "fg": 1043 }, + { "id": "unconnected", "fg": 1045 } ] }, - { "id": "fd_spotlight", "fg": 1045, "rotates": false }, - { "id": "fd_tear_gas", "bg": 989 }, - { "id": "fd_toxic_gas", "bg": 1057 }, + { "id": "fd_spotlight", "fg": 1046, "rotates": false }, + { "id": "fd_tear_gas", "bg": 990 }, + { "id": "fd_toxic_gas", "bg": 1058 }, { "id": "fd_web", - "bg": 1061, + "bg": 1062, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1061 }, - { "id": "center", "fg": 1046 }, - { "id": "corner", "fg": 1047 }, - { "id": "edge", "fg": 1048 }, - { "id": "t_connection", "fg": 1050 }, - { "id": "end_piece", "fg": 1049 } + { "id": "unconnected", "fg": 1062 }, + { "id": "center", "fg": 1047 }, + { "id": "corner", "fg": 1048 }, + { "id": "edge", "fg": 1049 }, + { "id": "t_connection", "fg": 1051 }, + { "id": "end_piece", "fg": 1050 } ] }, { "id": "fd_weedsmoke", - "fg": 1038, + "fg": 1039, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1039 }, - { "id": "corner", "fg": 1040 }, - { "id": "edge", "fg": 1041 }, - { "id": "t_connection", "fg": 1043 }, - { "id": "end_piece", "fg": 1042 }, - { "id": "unconnected", "fg": 1044 } + { "id": "center", "fg": 1040 }, + { "id": "corner", "fg": 1041 }, + { "id": "edge", "fg": 1042 }, + { "id": "t_connection", "fg": 1044 }, + { "id": "end_piece", "fg": 1043 }, + { "id": "unconnected", "fg": 1045 } ] }, { "id": "fd_acid", - "fg": 1078, + "fg": 1079, "multitile": true, "additional_tiles": [ { "id": "center", "animated": true, "fg": [ - { "weight": 8, "sprite": 1063 }, - { "weight": 8, "sprite": 1079 }, - { "weight": 8, "sprite": 1095 }, - { "weight": 8, "sprite": 1111 }, - { "weight": 8, "sprite": 1127 }, - { "weight": 8, "sprite": 1143 }, - { "weight": 8, "sprite": 1159 }, - { "weight": 8, "sprite": 1175 } + { "weight": 8, "sprite": 1064 }, + { "weight": 8, "sprite": 1080 }, + { "weight": 8, "sprite": 1096 }, + { "weight": 8, "sprite": 1112 }, + { "weight": 8, "sprite": 1128 }, + { "weight": 8, "sprite": 1144 }, + { "weight": 8, "sprite": 1160 }, + { "weight": 8, "sprite": 1176 } ] }, { "id": "corner", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1065, 1067, 1066, 1064 ] }, - { "weight": 8, "sprite": [ 1081, 1083, 1082, 1080 ] }, - { "weight": 8, "sprite": [ 1097, 1099, 1098, 1096 ] }, - { "weight": 8, "sprite": [ 1113, 1115, 1114, 1112 ] }, - { "weight": 8, "sprite": [ 1129, 1131, 1130, 1128 ] }, - { "weight": 8, "sprite": [ 1145, 1147, 1146, 1144 ] }, - { "weight": 8, "sprite": [ 1161, 1163, 1162, 1160 ] }, - { "weight": 8, "sprite": [ 1177, 1179, 1178, 1176 ] } + { "weight": 8, "sprite": [ 1066, 1068, 1067, 1065 ] }, + { "weight": 8, "sprite": [ 1082, 1084, 1083, 1081 ] }, + { "weight": 8, "sprite": [ 1098, 1100, 1099, 1097 ] }, + { "weight": 8, "sprite": [ 1114, 1116, 1115, 1113 ] }, + { "weight": 8, "sprite": [ 1130, 1132, 1131, 1129 ] }, + { "weight": 8, "sprite": [ 1146, 1148, 1147, 1145 ] }, + { "weight": 8, "sprite": [ 1162, 1164, 1163, 1161 ] }, + { "weight": 8, "sprite": [ 1178, 1180, 1179, 1177 ] } ] }, { "id": "t_connection", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1075, 1077, 1076, 1074 ] }, - { "weight": 8, "sprite": [ 1091, 1093, 1092, 1090 ] }, - { "weight": 8, "sprite": [ 1107, 1109, 1108, 1106 ] }, - { "weight": 8, "sprite": [ 1123, 1125, 1124, 1122 ] }, - { "weight": 8, "sprite": [ 1139, 1141, 1140, 1138 ] }, - { "weight": 8, "sprite": [ 1155, 1157, 1156, 1154 ] }, - { "weight": 8, "sprite": [ 1171, 1173, 1172, 1170 ] }, - { "weight": 8, "sprite": [ 1187, 1189, 1188, 1186 ] } + { "weight": 8, "sprite": [ 1076, 1078, 1077, 1075 ] }, + { "weight": 8, "sprite": [ 1092, 1094, 1093, 1091 ] }, + { "weight": 8, "sprite": [ 1108, 1110, 1109, 1107 ] }, + { "weight": 8, "sprite": [ 1124, 1126, 1125, 1123 ] }, + { "weight": 8, "sprite": [ 1140, 1142, 1141, 1139 ] }, + { "weight": 8, "sprite": [ 1156, 1158, 1157, 1155 ] }, + { "weight": 8, "sprite": [ 1172, 1174, 1173, 1171 ] }, + { "weight": 8, "sprite": [ 1188, 1190, 1189, 1187 ] } ] }, { "id": "edge", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1069, 1068 ] }, - { "weight": 8, "sprite": [ 1085, 1084 ] }, - { "weight": 8, "sprite": [ 1101, 1100 ] }, - { "weight": 8, "sprite": [ 1117, 1116 ] }, - { "weight": 8, "sprite": [ 1133, 1132 ] }, - { "weight": 8, "sprite": [ 1149, 1148 ] }, - { "weight": 8, "sprite": [ 1165, 1164 ] }, - { "weight": 8, "sprite": [ 1181, 1180 ] } + { "weight": 8, "sprite": [ 1070, 1069 ] }, + { "weight": 8, "sprite": [ 1086, 1085 ] }, + { "weight": 8, "sprite": [ 1102, 1101 ] }, + { "weight": 8, "sprite": [ 1118, 1117 ] }, + { "weight": 8, "sprite": [ 1134, 1133 ] }, + { "weight": 8, "sprite": [ 1150, 1149 ] }, + { "weight": 8, "sprite": [ 1166, 1165 ] }, + { "weight": 8, "sprite": [ 1182, 1181 ] } ] }, { "id": "end_piece", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1071, 1073, 1072, 1070 ] }, - { "weight": 8, "sprite": [ 1087, 1089, 1088, 1086 ] }, - { "weight": 8, "sprite": [ 1103, 1105, 1104, 1102 ] }, - { "weight": 8, "sprite": [ 1119, 1121, 1120, 1118 ] }, - { "weight": 8, "sprite": [ 1135, 1137, 1136, 1134 ] }, - { "weight": 8, "sprite": [ 1151, 1153, 1152, 1150 ] }, - { "weight": 8, "sprite": [ 1167, 1169, 1168, 1166 ] }, - { "weight": 8, "sprite": [ 1183, 1185, 1184, 1182 ] } + { "weight": 8, "sprite": [ 1072, 1074, 1073, 1071 ] }, + { "weight": 8, "sprite": [ 1088, 1090, 1089, 1087 ] }, + { "weight": 8, "sprite": [ 1104, 1106, 1105, 1103 ] }, + { "weight": 8, "sprite": [ 1120, 1122, 1121, 1119 ] }, + { "weight": 8, "sprite": [ 1136, 1138, 1137, 1135 ] }, + { "weight": 8, "sprite": [ 1152, 1154, 1153, 1151 ] }, + { "weight": 8, "sprite": [ 1168, 1170, 1169, 1167 ] }, + { "weight": 8, "sprite": [ 1184, 1186, 1185, 1183 ] } ] }, { "id": "unconnected", "animated": true, "fg": [ - { "weight": 8, "sprite": [ 1078, 1078 ] }, - { "weight": 8, "sprite": [ 1094, 1094 ] }, - { "weight": 8, "sprite": [ 1110, 1110 ] }, - { "weight": 8, "sprite": [ 1126, 1126 ] }, - { "weight": 8, "sprite": [ 1142, 1142 ] }, - { "weight": 8, "sprite": [ 1158, 1158 ] }, - { "weight": 8, "sprite": [ 1174, 1174 ] }, - { "weight": 8, "sprite": [ 1190, 1190 ] } + { "weight": 8, "sprite": [ 1079, 1079 ] }, + { "weight": 8, "sprite": [ 1095, 1095 ] }, + { "weight": 8, "sprite": [ 1111, 1111 ] }, + { "weight": 8, "sprite": [ 1127, 1127 ] }, + { "weight": 8, "sprite": [ 1143, 1143 ] }, + { "weight": 8, "sprite": [ 1159, 1159 ] }, + { "weight": 8, "sprite": [ 1175, 1175 ] }, + { "weight": 8, "sprite": [ 1191, 1191 ] } ] } ] }, { "id": "fd_hot_air_sauna", - "fg": 1206, + "fg": 1207, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1191 }, - { "id": "corner", "fg": [ 1193, 1195, 1194, 1192 ] }, - { "id": "t_connection", "fg": [ 1203, 1205, 1204, 1202 ] }, - { "id": "edge", "fg": [ 1197, 1196 ] }, - { "id": "end_piece", "fg": [ 1199, 1201, 1200, 1198 ] }, - { "id": "unconnected", "fg": [ 1206, 1206 ] } + { "id": "center", "fg": 1192 }, + { "id": "corner", "fg": [ 1194, 1196, 1195, 1193 ] }, + { "id": "t_connection", "fg": [ 1204, 1206, 1205, 1203 ] }, + { "id": "edge", "fg": [ 1198, 1197 ] }, + { "id": "end_piece", "fg": [ 1200, 1202, 1201, 1199 ] }, + { "id": "unconnected", "fg": [ 1207, 1207 ] } ] }, - { "id": "f_air_conditioner", "fg": 1207, "bg": 3809, "rotates": false }, - { "id": "f_arcade_machine", "fg": 1208, "rotates": false }, - { "id": "f_armchair", "fg": 1209, "rotates": false }, - { "id": [ "f_ash", "ash" ], "fg": 1210, "rotates": false }, - { "id": "f_ball_mach", "fg": 1211, "rotates": false }, - { "id": "f_barricade_road", "fg": 1212, "rotates": false }, + { "id": "f_air_conditioner", "fg": 1208, "bg": 3810, "rotates": false }, + { "id": "f_arcade_machine", "fg": 1209, "rotates": false }, + { "id": "f_armchair", "fg": 1210, "rotates": false }, + { "id": [ "f_ash", "ash" ], "fg": 1211, "rotates": false }, + { "id": "f_ball_mach", "fg": 1212, "rotates": false }, + { "id": "f_barricade_road", "fg": 1213, "rotates": false }, { "id": "f_bathtub", - "fg": 1213, + "fg": 1214, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1213 }, - { "id": "center", "fg": 1214 }, - { "id": "corner", "fg": 1215 }, - { "id": "edge", "fg": 1216 }, - { "id": "end_piece", "fg": 1217 }, - { "id": "t_connection", "fg": 1218 } + { "id": "unconnected", "fg": 1214 }, + { "id": "center", "fg": 1215 }, + { "id": "corner", "fg": 1216 }, + { "id": "edge", "fg": 1217 }, + { "id": "end_piece", "fg": 1218 }, + { "id": "t_connection", "fg": 1219 } ] }, { "id": "f_bed", - "fg": 1219, + "fg": 1220, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1219 }, - { "id": "corner", "fg": 1220 }, - { "id": "edge", "fg": 1221 }, - { "id": "end_piece", "fg": 1222 }, - { "id": "t_connection", "fg": 1223 }, - { "id": "unconnected", "fg": 1224 } - ] - }, - { "id": "f_bench", "fg": 4948, "rotates": true }, - { "id": "f_blade", "fg": 1225, "rotates": false }, - { "id": "f_blade_upright", "fg": 1226, "bg": [ ], "rotates": false }, - { "id": "f_boulder_medium", "fg": 1227, "rotates": false }, - { "id": "f_boulder_small", "fg": 1228, "rotates": false }, - { "id": "f_canvas_floor", "fg": 1247 }, - { "id": "f_cattails", "fg": 1229, "rotates": false }, - { "id": "f_center_groundsheet", "fg": 1247 }, - { "id": "f_chair", "fg": 1230, "rotates": false }, - { "id": "f_clay_kiln", "fg": 1265 }, - { "id": "f_coffin_c", "fg": 1231 }, - { "id": "f_coffin_o", "fg": 1232 }, - { "id": "f_displaycase", "fg": 1233, "rotates": false }, - { "id": "f_displaycase_b", "fg": 1234, "rotates": false }, - { "id": "f_dive_block", "fg": 1235, "rotates": false }, - { "id": "f_dryer", "fg": 1236, "rotates": false }, + { "id": "center", "fg": 1220 }, + { "id": "corner", "fg": 1221 }, + { "id": "edge", "fg": 1222 }, + { "id": "end_piece", "fg": 1223 }, + { "id": "t_connection", "fg": 1224 }, + { "id": "unconnected", "fg": 1225 } + ] + }, + { "id": "f_bench", "fg": 4949, "rotates": true }, + { "id": "f_blade", "fg": 1226, "rotates": false }, + { "id": "f_blade_upright", "fg": 1227, "bg": [ ], "rotates": false }, + { "id": "f_boulder_medium", "fg": 1228, "rotates": false }, + { "id": "f_boulder_small", "fg": 1229, "rotates": false }, + { "id": "f_canvas_floor", "fg": 1248 }, + { "id": "f_cattails", "fg": 1230, "rotates": false }, + { "id": "f_center_groundsheet", "fg": 1248 }, + { "id": "f_chair", "fg": 1231, "rotates": false }, + { "id": "f_clay_kiln", "fg": 1266 }, + { "id": "f_coffin_c", "fg": 1232 }, + { "id": "f_coffin_o", "fg": 1233 }, + { "id": "f_displaycase", "fg": 1234, "rotates": false }, + { "id": "f_displaycase_b", "fg": 1235, "rotates": false }, + { "id": "f_dive_block", "fg": 1236, "rotates": false }, + { "id": "f_dryer", "fg": 1237, "rotates": false }, { "id": "f_dumpster", - "fg": 1237, + "fg": 1238, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1237 }, - { "id": "center", "fg": 1238 }, - { "id": "corner", "fg": 1239 }, - { "id": "edge", "fg": 1240 }, - { "id": "end_piece", "fg": 1241 }, - { "id": "t_connection", "fg": 1242 } - ] - }, - { "id": "f_egg_sackbw", "fg": 1243, "rotates": false }, - { "id": "f_egg_sackcs", "fg": 1243, "rotates": false }, - { "id": "f_egg_sacke", "fg": 1244, "rotates": false }, - { "id": "f_egg_sackws", "fg": 1245, "rotates": false }, - { "id": "f_ergometer", "fg": 1246, "rotates": false }, - { "id": "f_fema_groundsheet", "fg": 1247, "rotates": false }, - { "id": "f_file_cabinet", "fg": 1248, "rotates": false }, - { "id": "f_fireplace", "fg": 1249, "rotates": false }, - { "id": "f_firering", "fg": 1329, "rotates": false }, - { "id": "f_floor_canvas", "fg": 1250, "rotates": false }, - { "id": "f_flower_fungal", "bg": 1350, "rotates": false }, - { "id": "f_forge_rock", "fg": 1249 }, - { "id": "f_fungal_clump", "fg": 1251, "bg": 1350, "rotates": false }, - { "id": "f_fungal_mass", "fg": 1252, "bg": 1350, "rotates": false }, - { "id": "f_glass_fridge", "fg": 1253, "rotates": false }, - { "id": "f_grave_head", "fg": 1254 }, - { "id": "f_grave_monument", "fg": 1255 }, - { "id": "f_grave_stone", "fg": 1256 }, - { "id": "f_grave_stone_old", "fg": 1257 }, - { "id": "f_groundsheet", "fg": 1247, "rotates": false }, - { "id": "f_gun_safe_el", "fg": 1260, "rotates": false }, - { "id": "f_gunsafe_mj", "fg": 1258, "rotates": false }, - { "id": "f_gunsafe_ml", "fg": 1259, "rotates": false }, - { "id": "f_hay", "fg": 1261, "rotates": false }, - { "id": "f_home_furnace", "fg": 1262, "bg": 3809, "rotates": false }, - { "id": "f_indoor_plant", "fg": 1263, "rotates": false }, - { "id": "f_indoor_plant_y", "fg": 1264, "rotates": false }, - { "id": "f_kiln_empty", "fg": 1265 }, - { "id": "f_kiln_full", "fg": 1265, "rotates": false }, - { "id": "f_ladder", "fg": 3637, "rotates": false }, + { "id": "unconnected", "fg": 1238 }, + { "id": "center", "fg": 1239 }, + { "id": "corner", "fg": 1240 }, + { "id": "edge", "fg": 1241 }, + { "id": "end_piece", "fg": 1242 }, + { "id": "t_connection", "fg": 1243 } + ] + }, + { "id": "f_egg_sackbw", "fg": 1244, "rotates": false }, + { "id": "f_egg_sackcs", "fg": 1244, "rotates": false }, + { "id": "f_egg_sacke", "fg": 1245, "rotates": false }, + { "id": "f_egg_sackws", "fg": 1246, "rotates": false }, + { "id": "f_ergometer", "fg": 1247, "rotates": false }, + { "id": "f_fema_groundsheet", "fg": 1248, "rotates": false }, + { "id": "f_file_cabinet", "fg": 1249, "rotates": false }, + { "id": "f_fireplace", "fg": 1250, "rotates": false }, + { "id": "f_firering", "fg": 1330, "rotates": false }, + { "id": "f_floor_canvas", "fg": 1251, "rotates": false }, + { "id": "f_flower_fungal", "bg": 1351, "rotates": false }, + { "id": "f_forge_rock", "fg": 1250 }, + { "id": "f_fungal_clump", "fg": 1252, "bg": 1351, "rotates": false }, + { "id": "f_fungal_mass", "fg": 1253, "bg": 1351, "rotates": false }, + { "id": "f_glass_fridge", "fg": 1254, "rotates": false }, + { "id": "f_grave_head", "fg": 1255 }, + { "id": "f_grave_monument", "fg": 1256 }, + { "id": "f_grave_stone", "fg": 1257 }, + { "id": "f_grave_stone_old", "fg": 1258 }, + { "id": "f_groundsheet", "fg": 1248, "rotates": false }, + { "id": "f_gun_safe_el", "fg": 1261, "rotates": false }, + { "id": "f_gunsafe_mj", "fg": 1259, "rotates": false }, + { "id": "f_gunsafe_ml", "fg": 1260, "rotates": false }, + { "id": "f_hay", "fg": 1262, "rotates": false }, + { "id": "f_home_furnace", "fg": 1263, "bg": 3810, "rotates": false }, + { "id": "f_indoor_plant", "fg": 1264, "rotates": false }, + { "id": "f_indoor_plant_y", "fg": 1265, "rotates": false }, + { "id": "f_kiln_empty", "fg": 1266 }, + { "id": "f_kiln_full", "fg": 1266, "rotates": false }, + { "id": "f_ladder", "fg": 3638, "rotates": false }, { "id": "f_lane", - "fg": 1266, + "fg": 1267, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1266 }, - { "id": "corner", "fg": 1267 }, - { "id": "edge", "fg": 1268 }, - { "id": "end_piece", "fg": 1269 } + { "id": "unconnected", "fg": 1267 }, + { "id": "corner", "fg": 1268 }, + { "id": "edge", "fg": 1269 }, + { "id": "end_piece", "fg": 1270 } ] }, - { "id": "f_large_groundsheet", "fg": 1247 }, - { "id": "f_lilypad", "fg": 1333, "rotates": false }, - { "id": "f_locker", "fg": 1248, "rotates": false }, - { "id": "f_mailbox", "fg": 1331, "rotates": false }, + { "id": "f_large_groundsheet", "fg": 1248 }, + { "id": "f_lilypad", "fg": 1334, "rotates": false }, + { "id": "f_locker", "fg": 1249, "rotates": false }, + { "id": "f_mailbox", "fg": 1332, "rotates": false }, { "id": "f_makeshift_bed", - "fg": 1270, + "fg": 1271, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1271 }, - { "id": "corner", "fg": 1272 }, - { "id": "edge", "fg": 1273 }, - { "id": "end_piece", "fg": 1274 }, - { "id": "t_connection", "fg": 1275 }, - { "id": "unconnected", "fg": 1276 } + { "id": "center", "fg": 1272 }, + { "id": "corner", "fg": 1273 }, + { "id": "edge", "fg": 1274 }, + { "id": "end_piece", "fg": 1275 }, + { "id": "t_connection", "fg": 1276 }, + { "id": "unconnected", "fg": 1277 } ] }, - { "id": "f_mannequin", "fg": 1277, "rotates": false }, - { "id": "f_mutcactus_test", "fg": 1278, "bg": 1351, "rotates": false }, - { "id": "f_piano", "fg": 1347, "rotates": false }, - { "id": "f_pinball_machine", "fg": 1279, "rotates": false }, - { "id": "f_plant_harvest", "fg": 1280, "bg": 3815, "rotates": false }, - { "id": "f_plant_mature", "fg": 1281, "bg": 3815, "rotates": false }, - { "id": "f_plant_seed", "fg": 1282, "bg": 3815, "rotates": false }, - { "id": "f_plant_seedling", "fg": 1283, "bg": 3815, "rotates": false }, + { "id": "f_mannequin", "fg": 1278, "rotates": false }, + { "id": "f_mutcactus_test", "fg": 1279, "bg": 1352, "rotates": false }, + { "id": "f_piano", "fg": 1348, "rotates": false }, + { "id": "f_pinball_machine", "fg": 1280, "rotates": false }, + { "id": "f_plant_harvest", "fg": 1281, "bg": 3816, "rotates": false }, + { "id": "f_plant_mature", "fg": 1282, "bg": 3816, "rotates": false }, + { "id": "f_plant_seed", "fg": 1283, "bg": 3816, "rotates": false }, + { "id": "f_plant_seedling", "fg": 1284, "bg": 3816, "rotates": false }, { "id": "f_pool_table", - "fg": 1284, + "fg": 1285, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 1284 }, { "id": "end_piece", "fg": 1285 }, { "id": "t_connection", "fg": 1286 } ] + "additional_tiles": [ { "id": "corner", "fg": 1285 }, { "id": "end_piece", "fg": 1286 }, { "id": "t_connection", "fg": 1287 } ] }, - { "id": "f_rack", "fg": 1287, "rotates": false }, - { "id": "f_rack_coat", "fg": 1332, "rotates": false }, + { "id": "f_rack", "fg": 1288, "rotates": false }, + { "id": "f_rack_coat", "fg": 1333, "rotates": false }, { "id": "f_recycle_bin", - "fg": 1237, + "fg": 1238, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1237 }, - { "id": "center", "fg": 1238 }, - { "id": "corner", "fg": 1239 }, - { "id": "edge", "fg": 1240 }, - { "id": "end_piece", "fg": 1241 }, - { "id": "t_connection", "fg": 1242 } + { "id": "unconnected", "fg": 1238 }, + { "id": "center", "fg": 1239 }, + { "id": "corner", "fg": 1240 }, + { "id": "edge", "fg": 1241 }, + { "id": "end_piece", "fg": 1242 }, + { "id": "t_connection", "fg": 1243 } ] }, - { "id": "f_robotic_arm", "fg": 3631, "rotates": false }, - { "id": "f_rubble", "fg": 1288, "rotates": false }, + { "id": "f_robotic_arm", "fg": 3632, "rotates": false }, + { "id": "f_rubble", "fg": 1289, "rotates": false }, { "id": "f_rubble_landfill", - "fg": 1334, + "fg": 1335, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1337 }, - { "id": "corner", "fg": 1335 }, - { "id": "edge", "fg": 1339 }, - { "id": "end_piece", "fg": 1338 }, - { "id": "t_connection", "fg": 1336 }, - { "id": "unconnected", "fg": 1334 } + { "id": "center", "fg": 1338 }, + { "id": "corner", "fg": 1336 }, + { "id": "edge", "fg": 1340 }, + { "id": "end_piece", "fg": 1339 }, + { "id": "t_connection", "fg": 1337 }, + { "id": "unconnected", "fg": 1335 } ] }, { "id": "f_rubble_landfill_season_winter", - "fg": 1340, + "fg": 1341, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1343 }, - { "id": "corner", "fg": 1341 }, - { "id": "edge", "fg": 1345 }, - { "id": "end_piece", "fg": 1344 }, - { "id": "t_connection", "fg": 1342 }, - { "id": "unconnected", "fg": 1340 } + { "id": "center", "fg": 1344 }, + { "id": "corner", "fg": 1342 }, + { "id": "edge", "fg": 1346 }, + { "id": "end_piece", "fg": 1345 }, + { "id": "t_connection", "fg": 1343 }, + { "id": "unconnected", "fg": 1341 } ] }, - { "id": "f_rubble_rock", "fg": 1289, "rotates": false }, + { "id": "f_rubble_rock", "fg": 1290, "rotates": false }, { "id": "f_sandbag_half", - "fg": 1330, + "fg": 1331, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1330 }, - { "id": "center", "fg": 1291 }, - { "id": "corner", "fg": 1292 }, - { "id": "edge", "fg": 1293 }, - { "id": "end_piece", "fg": 1294 }, - { "id": "t_connection", "fg": 1295 } + { "id": "unconnected", "fg": 1331 }, + { "id": "center", "fg": 1292 }, + { "id": "corner", "fg": 1293 }, + { "id": "edge", "fg": 1294 }, + { "id": "end_piece", "fg": 1295 }, + { "id": "t_connection", "fg": 1296 } ] }, { "id": "f_sandbag_wall", - "fg": 1290, + "fg": 1291, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1290 }, - { "id": "center", "fg": 1296 }, - { "id": "corner", "fg": 1297 }, - { "id": "edge", "fg": 1298 }, - { "id": "end_piece", "fg": 1299 }, - { "id": "t_connection", "fg": 1300 } + { "id": "unconnected", "fg": 1291 }, + { "id": "center", "fg": 1297 }, + { "id": "corner", "fg": 1298 }, + { "id": "edge", "fg": 1299 }, + { "id": "end_piece", "fg": 1300 }, + { "id": "t_connection", "fg": 1301 } ] }, - { "id": "f_shackle", "fg": 1301 }, - { "id": "f_shower", "fg": 1302, "rotates": false }, - { "id": "f_sign", "fg": 1303, "rotates": false }, - { "id": "f_skin_groundsheet", "fg": 1247 }, - { "id": "f_slab", "fg": 1304 }, - { "id": "f_smoking_rack", "fg": 1305, "rotates": false }, + { "id": "f_shackle", "fg": 1302 }, + { "id": "f_shower", "fg": 1303, "rotates": false }, + { "id": "f_sign", "fg": 1304, "rotates": false }, + { "id": "f_skin_groundsheet", "fg": 1248 }, + { "id": "f_slab", "fg": 1305 }, + { "id": "f_smoking_rack", "fg": 1306, "rotates": false }, { "id": "f_sofa", - "fg": 1306, + "fg": 1307, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 1306 }, - { "id": "corner", "fg": 1307 }, - { "id": "edge", "fg": 1308 }, - { "id": "end_piece", "fg": 1309 } + { "id": "unconnected", "fg": 1307 }, + { "id": "corner", "fg": 1308 }, + { "id": "edge", "fg": 1309 }, + { "id": "end_piece", "fg": 1310 } ] }, - { "id": "f_spike", "fg": 1310, "rotates": false }, - { "id": "f_standing_tank", "fg": 3620 }, - { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 1311, "rotates": false }, - { "id": "f_straw_bed", "fg": 1312, "rotates": false }, - { "id": "f_tank_trap", "fg": 1348, "rotates": false }, - { "id": "f_target", "fg": 1346, "rotates": false }, + { "id": "f_spike", "fg": 1311, "rotates": false }, + { "id": "f_standing_tank", "fg": 3621 }, + { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 1312, "rotates": false }, + { "id": "f_straw_bed", "fg": 1313, "rotates": false }, + { "id": "f_tank_trap", "fg": 1349, "rotates": false }, + { "id": "f_target", "fg": 1347, "rotates": false }, { "id": "f_tatami", - "fg": 1319, + "fg": 1320, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 1320 }, { "id": "edge", "fg": 1319 }, { "id": "t_connection", "fg": 1321 } ] + "additional_tiles": [ { "id": "corner", "fg": 1321 }, { "id": "edge", "fg": 1320 }, { "id": "t_connection", "fg": 1322 } ] }, - { "id": "f_toilet", "fg": 1322, "rotates": false }, - { "id": "f_trashcan", "fg": 1323, "rotates": false }, - { "id": "f_treadmill", "fg": 1324, "rotates": false }, - { "id": "f_vending_reinforced", "fg": 1325, "rotates": false }, - { "id": "f_wardrobe", "fg": 1349, "rotates": false }, - { "id": "f_washer", "fg": 1326, "rotates": false }, - { "id": "f_water_heater", "fg": 3646, "rotates": true }, - { "id": "f_woodstove", "fg": 1327, "rotates": false }, - { "id": "f_wreckage", "fg": 1328, "rotates": false }, + { "id": "f_toilet", "fg": 1323, "rotates": false }, + { "id": "f_trashcan", "fg": 1324, "rotates": false }, + { "id": "f_treadmill", "fg": 1325, "rotates": false }, + { "id": "f_vending_reinforced", "fg": 1326, "rotates": false }, + { "id": "f_wardrobe", "fg": 1350, "rotates": false }, + { "id": "f_washer", "fg": 1327, "rotates": false }, + { "id": "f_water_heater", "fg": 3647, "rotates": true }, + { "id": "f_woodstove", "fg": 1328, "rotates": false }, + { "id": "f_wreckage", "fg": 1329, "rotates": false }, { "id": "f_counter", - "fg": 1381, + "fg": 1382, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1366 }, - { "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, 1381 ] } + { "id": "center", "fg": 1367 }, + { "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, 1382 ] } ] }, { "id": "f_cupboard", - "fg": 1397, + "fg": 1398, "multitile": true, "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, 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, 1398 ] } ] }, { "id": "f_alien_table", - "fg": 1415, + "fg": 1416, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1400 }, - { "id": "corner", "fg": [ 1402, 1404, 1403, 1401 ] }, - { "id": "t_connection", "fg": [ 1412, 1414, 1413, 1411 ] }, - { "id": "edge", "fg": [ 1406, 1405 ] }, - { "id": "end_piece", "fg": [ 1408, 1410, 1409, 1407 ] }, - { "id": "unconnected", "fg": [ 1415, 1415 ] } + { "id": "center", "fg": 1401 }, + { "id": "corner", "fg": [ 1403, 1405, 1404, 1402 ] }, + { "id": "t_connection", "fg": [ 1413, 1415, 1414, 1412 ] }, + { "id": "edge", "fg": [ 1407, 1406 ] }, + { "id": "end_piece", "fg": [ 1409, 1411, 1410, 1408 ] }, + { "id": "unconnected", "fg": [ 1416, 1416 ] } ] }, { "id": "f_canvas_door", - "fg": 1419, + "fg": 1420, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1419 }, - { "id": "t_connection", "fg": [ 1419, 1418, 1419, 1418 ] }, - { "id": "edge", "fg": [ 1418, 1419 ] }, - { "id": "unconnected", "fg": [ 1419, 1419 ] } + { "id": "center", "fg": 1420 }, + { "id": "t_connection", "fg": [ 1420, 1419, 1420, 1419 ] }, + { "id": "edge", "fg": [ 1419, 1420 ] }, + { "id": "unconnected", "fg": [ 1420, 1420 ] } ] }, { "id": "f_canvas_door_o", - "fg": 1417, + "fg": 1418, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1417 }, - { "id": "t_connection", "fg": [ 1417, 1416, 1417, 1416 ] }, - { "id": "edge", "fg": [ 1416, 1417 ] }, - { "id": "unconnected", "fg": [ 1417, 1417 ] } + { "id": "center", "fg": 1418 }, + { "id": "t_connection", "fg": [ 1418, 1417, 1418, 1417 ] }, + { "id": "edge", "fg": [ 1417, 1418 ] }, + { "id": "unconnected", "fg": [ 1418, 1418 ] } ] }, { "id": "f_canvas_wall", - "fg": 1430, + "fg": 1431, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1430 }, - { "id": "corner", "fg": [ 1421, 1423, 1422, 1420 ] }, - { "id": "t_connection", "fg": [ 1424, 1425, 1424, 1425 ] }, - { "id": "edge", "fg": [ 1425, 1424 ] }, - { "id": "end_piece", "fg": [ 1427, 1429, 1428, 1426 ] }, - { "id": "unconnected", "fg": [ 1430, 1430 ] } + { "id": "center", "fg": 1431 }, + { "id": "corner", "fg": [ 1422, 1424, 1423, 1421 ] }, + { "id": "t_connection", "fg": [ 1425, 1426, 1425, 1426 ] }, + { "id": "edge", "fg": [ 1426, 1425 ] }, + { "id": "end_piece", "fg": [ 1428, 1430, 1429, 1427 ] }, + { "id": "unconnected", "fg": [ 1431, 1431 ] } ] }, - { "id": "f_cardboard_box", "fg": 1431 }, + { "id": "f_cardboard_box", "fg": 1432 }, { "id": "f_curtain", - "fg": 1447, + "fg": 1448, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1447 }, - { "id": "corner", "fg": [ 1433, 1435, 1434, 1432 ] }, - { "id": "t_connection", "fg": [ 1444, 1446, 1445, 1443 ] }, - { "id": "edge", "fg": [ 1437, 1436 ] }, - { "id": "end_piece", "fg": [ 1439, 1441, 1440, 1438 ] }, - { "id": "unconnected", "fg": [ 1447, 1447 ] } + { "id": "center", "fg": 1448 }, + { "id": "corner", "fg": [ 1434, 1436, 1435, 1433 ] }, + { "id": "t_connection", "fg": [ 1445, 1447, 1446, 1444 ] }, + { "id": "edge", "fg": [ 1438, 1437 ] }, + { "id": "end_piece", "fg": [ 1440, 1442, 1441, 1439 ] }, + { "id": "unconnected", "fg": [ 1448, 1448 ] } ] }, { "id": "f_desk", - "fg": 1460, + "fg": 1461, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1448 }, - { "id": "corner", "fg": [ 1450, 1452, 1451, 1449 ] }, - { "id": "t_connection", "fg": [ 1459, 1454, 1453, 1454 ] }, - { "id": "edge", "fg": [ 1454, 1453 ] }, - { "id": "end_piece", "fg": [ 1456, 1458, 1457, 1455 ] }, - { "id": "unconnected", "fg": [ 1460, 1460 ] } + { "id": "center", "fg": 1449 }, + { "id": "corner", "fg": [ 1451, 1453, 1452, 1450 ] }, + { "id": "t_connection", "fg": [ 1460, 1455, 1454, 1455 ] }, + { "id": "edge", "fg": [ 1455, 1454 ] }, + { "id": "end_piece", "fg": [ 1457, 1459, 1458, 1456 ] }, + { "id": "unconnected", "fg": [ 1461, 1461 ] } ] }, - { "id": "f_filing_cabinet", "rotates": true, "fg": [ 1462, 1465, 1464, 1463 ] }, + { "id": "f_filing_cabinet", "rotates": true, "fg": [ 1463, 1466, 1465, 1464 ] }, { "id": "f_large_canvas_door", - "fg": 1472, + "fg": 1473, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1472 }, - { "id": "t_connection", "fg": [ 1472, 1471, 1472, 1471 ] }, - { "id": "edge", "fg": [ 1471, 1472 ] }, - { "id": "unconnected", "fg": [ 1472, 1472 ] } + { "id": "center", "fg": 1473 }, + { "id": "t_connection", "fg": [ 1473, 1472, 1473, 1472 ] }, + { "id": "edge", "fg": [ 1472, 1473 ] }, + { "id": "unconnected", "fg": [ 1473, 1473 ] } ] }, { "id": "f_large_canvas_door_o", - "fg": 1470, + "fg": 1471, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1470 }, - { "id": "t_connection", "fg": [ 1470, 1469, 1470, 1469 ] }, - { "id": "edge", "fg": [ 1469, 1470 ] }, - { "id": "unconnected", "fg": [ 1470, 1470 ] } + { "id": "center", "fg": 1471 }, + { "id": "t_connection", "fg": [ 1471, 1470, 1471, 1470 ] }, + { "id": "edge", "fg": [ 1470, 1471 ] }, + { "id": "unconnected", "fg": [ 1471, 1471 ] } ] }, { "id": "f_large_canvas_wall", - "fg": 1483, + "fg": 1484, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1483 }, - { "id": "corner", "fg": [ 1474, 1476, 1475, 1473 ] }, - { "id": "t_connection", "fg": [ 1477, 1478, 1477, 1478 ] }, - { "id": "edge", "fg": [ 1478, 1477 ] }, - { "id": "end_piece", "fg": [ 1480, 1482, 1481, 1479 ] }, - { "id": "unconnected", "fg": [ 1483, 1483 ] } + { "id": "center", "fg": 1484 }, + { "id": "corner", "fg": [ 1475, 1477, 1476, 1474 ] }, + { "id": "t_connection", "fg": [ 1478, 1479, 1478, 1479 ] }, + { "id": "edge", "fg": [ 1479, 1478 ] }, + { "id": "end_piece", "fg": [ 1481, 1483, 1482, 1480 ] }, + { "id": "unconnected", "fg": [ 1484, 1484 ] } ] }, { "id": "f_skin_door", - "fg": 1488, + "fg": 1489, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1488 }, - { "id": "t_connection", "fg": [ 1488, 1487, 1488, 1487 ] }, - { "id": "edge", "fg": [ 1487, 1488 ] }, - { "id": "unconnected", "fg": [ 1488, 1488 ] } + { "id": "center", "fg": 1489 }, + { "id": "t_connection", "fg": [ 1489, 1488, 1489, 1488 ] }, + { "id": "edge", "fg": [ 1488, 1489 ] }, + { "id": "unconnected", "fg": [ 1489, 1489 ] } ] }, { "id": "f_skin_door_o", - "fg": 1486, + "fg": 1487, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1486 }, - { "id": "t_connection", "fg": [ 1486, 1485, 1486, 1485 ] }, - { "id": "edge", "fg": [ 1485, 1486 ] }, - { "id": "unconnected", "fg": [ 1486, 1486 ] } + { "id": "center", "fg": 1487 }, + { "id": "t_connection", "fg": [ 1487, 1486, 1487, 1486 ] }, + { "id": "edge", "fg": [ 1486, 1487 ] }, + { "id": "unconnected", "fg": [ 1487, 1487 ] } ] }, { "id": "f_skin_wall", - "fg": 1500, + "fg": 1501, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1500 }, - { "id": "corner", "fg": [ 1490, 1492, 1491, 1489 ] }, - { "id": "t_connection", "fg": [ 1494, 1493, 1494, 1493 ] }, - { "id": "edge", "fg": [ 1494, 1493 ] }, - { "id": "end_piece", "fg": [ 1496, 1498, 1497, 1495 ] }, - { "id": "unconnected", "fg": [ 1500, 1500 ] } + { "id": "center", "fg": 1501 }, + { "id": "corner", "fg": [ 1491, 1493, 1492, 1490 ] }, + { "id": "t_connection", "fg": [ 1495, 1494, 1495, 1494 ] }, + { "id": "edge", "fg": [ 1495, 1494 ] }, + { "id": "end_piece", "fg": [ 1497, 1499, 1498, 1496 ] }, + { "id": "unconnected", "fg": [ 1501, 1501 ] } ] }, { "id": "f_table", - "fg": 1517, + "fg": 1518, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 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": "center", "fg": 1503 }, + { "id": "corner", "fg": [ 1505, 1507, 1506, 1504 ] }, + { "id": "t_connection", "fg": [ 1515, 1517, 1516, 1514 ] }, + { "id": "edge", "fg": [ 1509, 1508 ] }, + { "id": "end_piece", "fg": [ 1511, 1513, 1512, 1510 ] }, + { "id": "unconnected", "fg": [ 1518, 1518 ] } ] }, - { "id": [ "2byarm_guard", "2byshin_guard" ], "fg": 1532 }, - { "id": "fried_eggs", "fg": 1578, "rotates": false }, - { "id": [ "money_one", "money_ten", "money_twenty" ], "fg": 1605 }, - { "id": [ "flyer", "necropolis_leaflet" ], "fg": 1656 }, + { "id": [ "2byarm_guard", "2byshin_guard" ], "fg": 1533 }, + { "id": "fried_eggs", "fg": 1579, "rotates": false }, + { "id": [ "money_one", "money_ten", "money_twenty" ], "fg": 1606 }, + { "id": [ "flyer", "necropolis_leaflet" ], "fg": 1657 }, { "id": [ "adv_chemistry", @@ -2330,7 +2330,7 @@ "modern_tanner", "repeater_mod_guide" ], - "fg": 1658 + "fg": 1659 }, { "id": [ @@ -2351,7 +2351,7 @@ "textbook_robots", "textbook_armschina" ], - "fg": 1665 + "fg": 1666 }, { "id": [ @@ -2366,7 +2366,7 @@ "cookbook_daintydishes", "cookbook_liverforkids" ], - "fg": 1659 + "fg": 1660 }, { "id": [ @@ -2379,7 +2379,7 @@ "recipe_melee", "recipe_labchem" ], - "fg": 1663 + "fg": 1664 }, { "id": [ @@ -2396,9 +2396,9 @@ "recipe_creepy", "recipe_maiar" ], - "fg": 1663 + "fg": 1664 }, - { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 1662 }, + { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 1663 }, { "id": [ "mag_rifle", @@ -2418,7 +2418,7 @@ "mag_launcher", "mag_swimming" ], - "fg": 1660 + "fg": 1661 }, { "id": [ @@ -2435,7 +2435,7 @@ "schematics_searchlight", "schematics_secubot" ], - "fg": 1664 + "fg": 1665 }, { "id": [ @@ -2455,9 +2455,9 @@ "manual_shotgun", "manual_fabrication" ], - "fg": 1661 + "fg": 1662 }, - { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 1657 }, + { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 1658 }, { "id": [ "mre_asianbeef_box", @@ -2471,7 +2471,7 @@ "mre_beef_box", "mre_beefstew_box" ], - "fg": 1695, + "fg": 1696, "rotates": false }, { @@ -2482,7 +2482,7 @@ "mre_mexicanchickenstew_box", "mre_chicken_box" ], - "fg": 1697, + "fg": 1698, "rotates": false }, { @@ -2496,37 +2496,37 @@ "mre_ratatouille_box", "mre_sfettuccine_box" ], - "fg": 1701, + "fg": 1702, "rotates": false }, - { "id": [ "mre_hotdog_box", "mre_hashbrownbacon_box", "mre_maplesausage_box" ], "fg": 1698, "rotates": false }, - { "id": [ "mre_accessory", "mre_dessert" ], "fg": 1700, "rotates": false }, - { "id": [ "plastic_plate", "soap_holder" ], "fg": 1784 }, - { "id": "2x4", "fg": 1703 }, - { "id": "RAM", "fg": 1704 }, - { "id": "helmet_motor", "fg": 1705 }, - { "id": "223_casing", "fg": 1706 }, - { "id": "40mm_casing", "fg": 1707 }, - { "id": "40x46mm_m118_casing", "fg": 1707 }, - { "id": "50_casing", "fg": 1708 }, - { "id": "9mm_casing", "fg": 1709 }, - { "id": "arrow_cf", "fg": 1710 }, - { "id": "arrow_exploding", "fg": 1711 }, - { "id": "arrow_field_point_fletched", "fg": 1712 }, - { "id": "arrow_fire_hardened_fletched", "fg": 1713 }, - { "id": "arrow_flammable", "fg": 1714 }, - { "id": "arrow_flamming", "fg": 1715 }, - { "id": "arrow_heavy_fire_hardened_fletched", "fg": 1716 }, - { "id": "arrow_metal", "fg": 1717 }, - { "id": "arrow_metal_sharpened_fletched", "fg": 1718 }, - { "id": "arrow_plastic", "fg": 1719 }, - { "id": "arrow_small_game_fletched", "fg": 1720 }, - { "id": "arrow_wood", "fg": 1721 }, - { "id": "arrow_wood_heavy", "fg": 1722 }, - { "id": "bolt_cf", "fg": 1723 }, - { "id": "bolt_explosive", "fg": 1724 }, - { "id": "bolt_metal", "fg": 1725 }, - { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 1726 }, + { "id": [ "mre_hotdog_box", "mre_hashbrownbacon_box", "mre_maplesausage_box" ], "fg": 1699, "rotates": false }, + { "id": [ "mre_accessory", "mre_dessert" ], "fg": 1701, "rotates": false }, + { "id": [ "plastic_plate", "soap_holder" ], "fg": 1785 }, + { "id": "2x4", "fg": 1704 }, + { "id": "RAM", "fg": 1705 }, + { "id": "helmet_motor", "fg": 1706 }, + { "id": "223_casing", "fg": 1707 }, + { "id": "40mm_casing", "fg": 1708 }, + { "id": "40x46mm_m118_casing", "fg": 1708 }, + { "id": "50_casing", "fg": 1709 }, + { "id": "9mm_casing", "fg": 1710 }, + { "id": "arrow_cf", "fg": 1711 }, + { "id": "arrow_exploding", "fg": 1712 }, + { "id": "arrow_field_point_fletched", "fg": 1713 }, + { "id": "arrow_fire_hardened_fletched", "fg": 1714 }, + { "id": "arrow_flammable", "fg": 1715 }, + { "id": "arrow_flamming", "fg": 1716 }, + { "id": "arrow_heavy_fire_hardened_fletched", "fg": 1717 }, + { "id": "arrow_metal", "fg": 1718 }, + { "id": "arrow_metal_sharpened_fletched", "fg": 1719 }, + { "id": "arrow_plastic", "fg": 1720 }, + { "id": "arrow_small_game_fletched", "fg": 1721 }, + { "id": "arrow_wood", "fg": 1722 }, + { "id": "arrow_wood_heavy", "fg": 1723 }, + { "id": "bolt_cf", "fg": 1724 }, + { "id": "bolt_explosive", "fg": 1725 }, + { "id": "bolt_metal", "fg": 1726 }, + { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 1727 }, { "id": [ "bolt_wood", @@ -2537,898 +2537,897 @@ "bolt_wood_bodkin", "bolt_wood_small_game" ], - "fg": 1727 - }, - { "id": "shot_hull", "fg": 1728 }, - { "id": "art_sphere", "fg": 1743 }, - { "id": "art_rod", "fg": 1741 }, - { "id": "art_teardrop", "fg": 1745 }, - { "id": "art_lamp", "fg": 1737 }, - { "id": "art_snake", "fg": 1742 }, - { "id": "art_disc", "fg": 1734 }, - { "id": "art_beads", "fg": 1731 }, - { "id": "art_napkin", "fg": 1738 }, - { "id": "art_urchin", "fg": 1747 }, - { "id": "art_jelly", "fg": 1735 }, - { "id": "art_spiral", "fg": 1744 }, - { "id": "art_pin", "fg": 1739 }, - { "id": "art_tube", "fg": 1746 }, - { "id": "art_pyramid", "fg": 1740 }, - { "id": "art_crystal", "fg": 1733 }, - { "id": "art_knot", "fg": 1736 }, - { "id": "art_crescent", "fg": 1732 }, - { "id": "altered_teapot", "fg": 1729 }, - { "id": "architect_cube", "fg": 1730 }, - { "id": "fire_ax", "fg": 2425 }, - { "id": "ax", "fg": 1749 }, - { "id": "hatchet", "fg": 1748 }, - { "id": "backpack", "fg": 1750 }, - { "id": "duffelbag", "fg": 1751 }, - { "id": "molle_pack", "fg": 1752 }, - { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 1755 }, - { "id": "bag_canvas", "fg": 1758 }, - { "id": "basket_laundry", "fg": 1759 }, - { "id": "bat", "fg": 1760 }, - { "id": "bat_metal", "fg": 1761 }, - { "id": "heavy_battery_cell", "fg": 1763 }, - { "id": "heavy_plus_battery_cell", "fg": 1763 }, - { "id": "heavy_disposable_cell", "fg": 1763 }, - { "id": "heavy_atomic_battery_cell", "fg": 1762 }, - { "id": "light_battery_cell", "fg": 1765 }, - { "id": "light_minus_battery_cell", "fg": 1767 }, - { "id": "light_plus_battery_cell", "fg": 1765 }, - { "id": "light_disposable_battery_cell", "fg": 1765 }, - { "id": "light_atomic_battery_cell", "fg": 1764 }, - { "id": "light_minus_atomic_battery_cell", "fg": 1766 }, - { "id": "medium_battery_cell", "fg": 1769 }, - { "id": "medium_plus_battery_cell", "fg": 1769 }, - { "id": "medium_disposable_battery_cell", "fg": 1769 }, - { "id": "medium_atomic_battery_cell", "fg": 1768 }, - { "id": "bead_bracelet", "fg": 1770 }, - { "id": "board_trap", "fg": 1771 }, - { "id": "bone", "fg": 1772 }, - { "id": "bone_tainted", "fg": 1773 }, - { "id": "bottle_twoliter", "fg": 1774 }, - { "id": "box_large", "fg": 1775 }, - { "id": "box_medium", "fg": 1776 }, - { "id": "broom", "fg": 1777 }, - { "id": "knife_butcher", "fg": 1779 }, - { "id": "bwirebat", "fg": 1780 }, - { "id": "cattlefodder", "fg": 1781 }, - { "id": "ceramic_cup", "fg": 1782 }, - { "id": "ceramic_mug", "fg": 1783 }, - { "id": "ceramic_plate", "fg": 1784 }, - { "id": "chain", "fg": 1785 }, - { "id": "chainsaw_off", "fg": 1786 }, - { "id": "clay_lump", "fg": 1787 }, - { "id": "clay_watercont", "fg": 1790 }, - { "id": "clay_hydria", "fg": 1788 }, - { "id": "coffeemaker", "fg": 1822 }, - { "id": "bag_zipper", "fg": 1823 }, - { "id": "bottle_glass", "fg": 1824 }, - { "id": "bottle_plastic", "fg": 1825 }, - { "id": "bottle_plastic_small", "fg": 1826 }, - { "id": "box_cigarette", "fg": 1827 }, - { "id": "box_small", "fg": 1828 }, - { "id": "can_drink", "fg": 1829 }, - { "id": [ "can_drink_unsealed" ], "fg": 1830 }, - { "id": [ "glass", "base_glass_dish", "wine_glass" ], "fg": 1831 }, - { "id": "jar_3l_glass", "fg": 1832 }, - { "id": "jar_3l_glass_sealed", "fg": 1833 }, - { "id": "jar_glass", "fg": 1834 }, - { "id": "jar_glass_sealed", "fg": 1835 }, - { "id": "jug_plastic", "fg": 1836 }, - { "id": "crossbow", "fg": 1837 }, - { "id": "crowbar", "fg": 1838 }, - { "id": "cudgel", "fg": 1839 }, - { "id": "filter_air", "fg": 1840 }, - { "id": "fish_bait", "fg": 1841 }, - { "id": "corpse_mon_fish_tiny", "fg": 1845 }, - { "id": "corpse_mon_fish_small", "fg": 1844 }, - { "id": "corpse_mon_fish_medium", "fg": 1843 }, - { "id": "corpse_mon_fish_large", "fg": 1842 }, - { "id": "fish_trap", "fg": 1846 }, - { "id": "forge", "fg": 1848 }, - { "id": "char_forge", "fg": 1847 }, - { "id": [ "glock_17", "glock_19", "glock_18c", "glock_22", "glock_31" ], "fg": 1849 }, - { "id": "hoboreel", "fg": 1850 }, - { "id": "hydrogen_tank", "fg": 1851 }, - { "id": "inhaler", "fg": 1852 }, - { "id": "knife_chef", "fg": 1853 }, - { "id": "knife_rm42", "fg": 1854 }, - { "id": "leather_tarp", "fg": 1855 }, - { "id": "water", "fg": 1872 }, - { "id": "water_clean", "fg": 1873 }, - { "id": "gasoline", "fg": 1861 }, - { "id": "diesel", "fg": 2405 }, - { "id": "biodiesel", "fg": 1857 }, - { "id": "flamethrower_fuel", "fg": 1860 }, - { "id": "avgas", "fg": 1856 }, - { "id": "lamp_oil", "fg": 1864 }, - { "id": "motor_oil", "fg": 1866 }, - { "id": "napalm", "fg": 1867 }, - { "id": "gelled_gasoline", "fg": 1862 }, - { "id": "blood", "fg": 1858 }, - { "id": [ "oj", "lemonade" ], "fg": 1868 }, - { "id": "log", "fg": 1874 }, - { "id": "longbow", "fg": 1875 }, - { "id": "lucern_hammer", "fg": 1876 }, - { "id": "machete", "fg": 1877 }, - { "id": "matches", "fg": 1878 }, - { "id": "joint", "fg": 1888 }, - { "id": "joint_lit", "fg": 1889 }, - { "id": "aspirin", "fg": 1882 }, - { "id": "bandages", "fg": 1883 }, - { "id": "antibiotics", "fg": 1879 }, - { "id": "weak_antibiotic", "fg": 1895 }, - { "id": "strong_antibiotic", "fg": 1892 }, - { "id": "vitamins", "fg": 1894 }, - { "id": "gummy_vitamins", "fg": 1886 }, - { "id": "calcium_tablet", "fg": 1884 }, - { "id": "oxycodone", "fg": 1890 }, - { "id": "tramadol", "fg": 1893 }, - { "id": "codeine", "fg": 1885 }, - { "id": "prussian_blue", "fg": 1891 }, - { "id": "iodine", "fg": 1887 }, - { "id": "antiparasitic", "fg": 1881 }, - { "id": "antifungal", "fg": 1880 }, - { "id": "microwave", "fg": 1896 }, - { "id": "money_bundle", "fg": 1897 }, - { "id": "mop", "fg": 1898 }, - { "id": "mp5mag", "fg": 1899 }, - { "id": "nail", "fg": 1900 }, - { "id": "nailbat", "fg": 1901 }, - { "id": "nailboard", "fg": 1902 }, - { "id": "needle_bone", "fg": 1903 }, - { "id": "needle_curved", "fg": 1904 }, - { "id": "needle_wood", "fg": 1905 }, - { "id": [ "many_years_old_newspaper" ], "fg": 1906 }, - { "id": "years_old_newspaper", "fg": 1911 }, - { "id": "months_old_newspaper", "fg": 1907 }, - { "id": "newest_newspaper", "fg": 1908 }, - { "id": "one_year_old_newspaper", "fg": 1909 }, - { "id": "weeks_old_newspaper", "fg": 1910 }, - { "id": "pan", "fg": 1912 }, - { "id": "2h_flail_wood", "fg": 1913 }, - { "id": "pine_bough", "fg": 1914 }, - { "id": "pinecone", "fg": 1915 }, - { "id": "pipe", "fg": 1917 }, - { "id": "cu_pipe", "fg": 1916 }, + "fg": 1728 + }, + { "id": "shot_hull", "fg": 1729 }, + { "id": "art_sphere", "fg": 1744 }, + { "id": "art_rod", "fg": 1742 }, + { "id": "art_teardrop", "fg": 1746 }, + { "id": "art_lamp", "fg": 1738 }, + { "id": "art_snake", "fg": 1743 }, + { "id": "art_disc", "fg": 1735 }, + { "id": "art_beads", "fg": 1732 }, + { "id": "art_napkin", "fg": 1739 }, + { "id": "art_urchin", "fg": 1748 }, + { "id": "art_jelly", "fg": 1736 }, + { "id": "art_spiral", "fg": 1745 }, + { "id": "art_pin", "fg": 1740 }, + { "id": "art_tube", "fg": 1747 }, + { "id": "art_pyramid", "fg": 1741 }, + { "id": "art_crystal", "fg": 1734 }, + { "id": "art_knot", "fg": 1737 }, + { "id": "art_crescent", "fg": 1733 }, + { "id": "altered_teapot", "fg": 1730 }, + { "id": "architect_cube", "fg": 1731 }, + { "id": "fire_ax", "fg": 2426 }, + { "id": "ax", "fg": 1750 }, + { "id": "hatchet", "fg": 1749 }, + { "id": "backpack", "fg": 1751 }, + { "id": "duffelbag", "fg": 1752 }, + { "id": "molle_pack", "fg": 1753 }, + { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 1756 }, + { "id": "bag_canvas", "fg": 1759 }, + { "id": "basket_laundry", "fg": 1760 }, + { "id": "bat", "fg": 1761 }, + { "id": "bat_metal", "fg": 1762 }, + { "id": "heavy_battery_cell", "fg": 1764 }, + { "id": "heavy_plus_battery_cell", "fg": 1764 }, + { "id": "heavy_disposable_cell", "fg": 1764 }, + { "id": "heavy_atomic_battery_cell", "fg": 1763 }, + { "id": "light_battery_cell", "fg": 1766 }, + { "id": "light_minus_battery_cell", "fg": 1768 }, + { "id": "light_plus_battery_cell", "fg": 1766 }, + { "id": "light_disposable_battery_cell", "fg": 1766 }, + { "id": "light_atomic_battery_cell", "fg": 1765 }, + { "id": "light_minus_atomic_battery_cell", "fg": 1767 }, + { "id": "medium_battery_cell", "fg": 1770 }, + { "id": "medium_plus_battery_cell", "fg": 1770 }, + { "id": "medium_disposable_battery_cell", "fg": 1770 }, + { "id": "medium_atomic_battery_cell", "fg": 1769 }, + { "id": "bead_bracelet", "fg": 1771 }, + { "id": "board_trap", "fg": 1772 }, + { "id": "bone", "fg": 1773 }, + { "id": "bone_tainted", "fg": 1774 }, + { "id": "bottle_twoliter", "fg": 1775 }, + { "id": "box_large", "fg": 1776 }, + { "id": "box_medium", "fg": 1777 }, + { "id": "broom", "fg": 1778 }, + { "id": "knife_butcher", "fg": 1780 }, + { "id": "bwirebat", "fg": 1781 }, + { "id": "cattlefodder", "fg": 1782 }, + { "id": "ceramic_cup", "fg": 1783 }, + { "id": "ceramic_mug", "fg": 1784 }, + { "id": "ceramic_plate", "fg": 1785 }, + { "id": "chain", "fg": 1786 }, + { "id": "chainsaw_off", "fg": 1787 }, + { "id": "clay_lump", "fg": 1788 }, + { "id": "clay_watercont", "fg": 1791 }, + { "id": "clay_hydria", "fg": 1789 }, + { "id": "coffeemaker", "fg": 1823 }, + { "id": "bag_zipper", "fg": 1824 }, + { "id": "bottle_glass", "fg": 1825 }, + { "id": "bottle_plastic", "fg": 1826 }, + { "id": "bottle_plastic_small", "fg": 1827 }, + { "id": "box_cigarette", "fg": 1828 }, + { "id": "box_small", "fg": 1829 }, + { "id": "can_drink", "fg": 1830 }, + { "id": [ "can_drink_unsealed" ], "fg": 1831 }, + { "id": [ "glass", "base_glass_dish", "wine_glass" ], "fg": 1832 }, + { "id": "jar_3l_glass", "fg": 1833 }, + { "id": "jar_3l_glass_sealed", "fg": 1834 }, + { "id": "jar_glass", "fg": 1835 }, + { "id": "jar_glass_sealed", "fg": 1836 }, + { "id": "jug_plastic", "fg": 1837 }, + { "id": "crossbow", "fg": 1838 }, + { "id": "crowbar", "fg": 1839 }, + { "id": "cudgel", "fg": 1840 }, + { "id": "filter_air", "fg": 1841 }, + { "id": "fish_bait", "fg": 1842 }, + { "id": "corpse_mon_fish_tiny", "fg": 1846 }, + { "id": "corpse_mon_fish_small", "fg": 1845 }, + { "id": "corpse_mon_fish_medium", "fg": 1844 }, + { "id": "corpse_mon_fish_large", "fg": 1843 }, + { "id": "fish_trap", "fg": 1847 }, + { "id": "forge", "fg": 1849 }, + { "id": "char_forge", "fg": 1848 }, + { "id": [ "glock_17", "glock_19", "glock_18c", "glock_22", "glock_31" ], "fg": 1850 }, + { "id": "hoboreel", "fg": 1851 }, + { "id": "hydrogen_tank", "fg": 1852 }, + { "id": "inhaler", "fg": 1853 }, + { "id": "knife_chef", "fg": 1854 }, + { "id": "knife_rm42", "fg": 1855 }, + { "id": "leather_tarp", "fg": 1856 }, + { "id": "water", "fg": 1873 }, + { "id": "water_clean", "fg": 1874 }, + { "id": "gasoline", "fg": 1862 }, + { "id": "diesel", "fg": 2406 }, + { "id": "biodiesel", "fg": 1858 }, + { "id": "flamethrower_fuel", "fg": 1861 }, + { "id": "avgas", "fg": 1857 }, + { "id": "lamp_oil", "fg": 1865 }, + { "id": "motor_oil", "fg": 1867 }, + { "id": "napalm", "fg": 1868 }, + { "id": "gelled_gasoline", "fg": 1863 }, + { "id": "blood", "fg": 1859 }, + { "id": [ "oj", "lemonade" ], "fg": 1869 }, + { "id": "log", "fg": 1875 }, + { "id": "longbow", "fg": 1876 }, + { "id": "lucern_hammer", "fg": 1877 }, + { "id": "machete", "fg": 1878 }, + { "id": "matches", "fg": 1879 }, + { "id": "joint", "fg": 1889 }, + { "id": "joint_lit", "fg": 1890 }, + { "id": "aspirin", "fg": 1883 }, + { "id": "bandages", "fg": 1884 }, + { "id": "antibiotics", "fg": 1880 }, + { "id": "weak_antibiotic", "fg": 1896 }, + { "id": "strong_antibiotic", "fg": 1893 }, + { "id": "vitamins", "fg": 1895 }, + { "id": "gummy_vitamins", "fg": 1887 }, + { "id": "calcium_tablet", "fg": 1885 }, + { "id": "oxycodone", "fg": 1891 }, + { "id": "tramadol", "fg": 1894 }, + { "id": "codeine", "fg": 1886 }, + { "id": "prussian_blue", "fg": 1892 }, + { "id": "iodine", "fg": 1888 }, + { "id": "antiparasitic", "fg": 1882 }, + { "id": "antifungal", "fg": 1881 }, + { "id": "microwave", "fg": 1897 }, + { "id": "money_bundle", "fg": 1898 }, + { "id": "mop", "fg": 1899 }, + { "id": "mp5mag", "fg": 1900 }, + { "id": "nail", "fg": 1901 }, + { "id": "nailbat", "fg": 1902 }, + { "id": "nailboard", "fg": 1903 }, + { "id": "needle_bone", "fg": 1904 }, + { "id": "needle_curved", "fg": 1905 }, + { "id": "needle_wood", "fg": 1906 }, + { "id": [ "many_years_old_newspaper" ], "fg": 1907 }, + { "id": "years_old_newspaper", "fg": 1912 }, + { "id": "months_old_newspaper", "fg": 1908 }, + { "id": "newest_newspaper", "fg": 1909 }, + { "id": "one_year_old_newspaper", "fg": 1910 }, + { "id": "weeks_old_newspaper", "fg": 1911 }, + { "id": "pan", "fg": 1913 }, + { "id": "2h_flail_wood", "fg": 1914 }, + { "id": "pine_bough", "fg": 1915 }, + { "id": "pinecone", "fg": 1916 }, + { "id": "pipe", "fg": 1918 }, + { "id": "cu_pipe", "fg": 1917 }, { "id": [ "rifle_9mm", "rifle_3006", "rifle_45", "rifle_22", "rifle_40", "rifle_44", "rifle_38", "rifle_223" ], - "fg": 1918 - }, - { "id": "pipe_shotgun", "fg": 1919 }, - { "id": "plastic_sheet", "fg": 1920 }, - { "id": "pneumatic_shotgun", "fg": 1923 }, - { "id": "pot", "fg": 1925 }, - { "id": "powder_candy", "fg": 1926 }, - { "id": "rag", "fg": 1927 }, - { "id": "rag_bloody", "fg": 1928 }, - { "id": "rebar", "fg": 1929 }, - { "id": "rock", "fg": 1930 }, - { "id": "rolling_pin", "fg": 1931 }, - { "id": "fur_rollmat", "fg": 1932 }, - { "id": "rollmat", "fg": 1933 }, - { "id": "scissors", "fg": 1934 }, - { "id": "screwdriver", "fg": 1935 }, - { "id": "sewing_kit", "fg": 1936 }, - { "id": "sharp_rock", "fg": 1937 }, - { "id": "sheet_metal", "fg": 1938 }, - { "id": "shovel", "fg": 1939 }, - { "id": "slingshot", "fg": 1940 }, - { "id": "solar_panel", "fg": 1942 }, - { "id": "solar_cell", "fg": 1941 }, - { "id": "pointy_stick", "fg": 1943 }, - { "id": "spear_wood", "fg": 1951 }, - { "id": "spear_spike", "fg": 1949 }, - { "id": "spear_knife", "fg": 1945 }, - { "id": "spear_knife_superior", "fg": 1946 }, - { "id": "spear_pipe", "fg": 1947 }, - { "id": "spear_rebar", "fg": 1948 }, - { "id": "spear_steel", "fg": 1950 }, - { "id": "spear_copper", "fg": 1944 }, - { "id": "splinter", "fg": 1952 }, - { "id": "sponge", "fg": 1953 }, - { "id": "spring", "fg": 1954 }, - { "id": "stick", "fg": 1955 }, - { "id": "stick_long", "fg": 1956 }, - { "id": "primitive_hammer", "fg": 1957 }, - { "id": "string_36", "fg": 1958 }, - { "id": "string_6", "fg": 1959 }, - { "id": "survnote", "fg": 1960 }, - { "id": "tailors_kit", "fg": 1961 }, - { "id": "creepy_doll", "fg": 1962 }, - { "id": "talking_doll", "fg": 1962 }, - { "id": "tarp", "fg": 1963 }, - { "id": "television", "fg": 1964 }, - { "id": "thread", "fg": 1965 }, - { "id": "crucible_clay", "fg": 1966 }, - { "id": "flashlight", "fg": 1967 }, - { "id": "heavy_flashlight", "fg": 1969 }, - { "id": "saw", "fg": 1976 }, - { "id": "wrench", "fg": 1977 }, - { "id": "hammer", "fg": 1968 }, - { "id": "knife_meat_cleaver", "fg": 1973 }, - { "id": "knife_vegetable_cleaver", "fg": 1975 }, + "fg": 1919 + }, + { "id": "pipe_shotgun", "fg": 1920 }, + { "id": "plastic_sheet", "fg": 1921 }, + { "id": "pneumatic_shotgun", "fg": 1924 }, + { "id": "pot", "fg": 1926 }, + { "id": "powder_candy", "fg": 1927 }, + { "id": "rag", "fg": 1928 }, + { "id": "rag_bloody", "fg": 1929 }, + { "id": "rebar", "fg": 1930 }, + { "id": "rock", "fg": 1931 }, + { "id": "rolling_pin", "fg": 1932 }, + { "id": "fur_rollmat", "fg": 1933 }, + { "id": "rollmat", "fg": 1934 }, + { "id": "scissors", "fg": 1935 }, + { "id": "screwdriver", "fg": 1936 }, + { "id": "sewing_kit", "fg": 1937 }, + { "id": "sharp_rock", "fg": 1938 }, + { "id": "sheet_metal", "fg": 1939 }, + { "id": "shovel", "fg": 1940 }, + { "id": "slingshot", "fg": 1941 }, + { "id": "solar_panel", "fg": 1943 }, + { "id": "solar_cell", "fg": 1942 }, + { "id": "pointy_stick", "fg": 1944 }, + { "id": "spear_wood", "fg": 1952 }, + { "id": "spear_spike", "fg": 1950 }, + { "id": "spear_knife", "fg": 1946 }, + { "id": "spear_knife_superior", "fg": 1947 }, + { "id": "spear_pipe", "fg": 1948 }, + { "id": "spear_rebar", "fg": 1949 }, + { "id": "spear_steel", "fg": 1951 }, + { "id": "spear_copper", "fg": 1945 }, + { "id": "splinter", "fg": 1953 }, + { "id": "sponge", "fg": 1954 }, + { "id": "spring", "fg": 1955 }, + { "id": "stick", "fg": 1956 }, + { "id": "stick_long", "fg": 1957 }, + { "id": "primitive_hammer", "fg": 1958 }, + { "id": "string_36", "fg": 1959 }, + { "id": "string_6", "fg": 1960 }, + { "id": "survnote", "fg": 1961 }, + { "id": "tailors_kit", "fg": 1962 }, + { "id": "creepy_doll", "fg": 1963 }, + { "id": "talking_doll", "fg": 1963 }, + { "id": "tarp", "fg": 1964 }, + { "id": "television", "fg": 1965 }, + { "id": "thread", "fg": 1966 }, + { "id": "crucible_clay", "fg": 1967 }, + { "id": "flashlight", "fg": 1968 }, + { "id": "heavy_flashlight", "fg": 1970 }, + { "id": "saw", "fg": 1977 }, + { "id": "wrench", "fg": 1978 }, + { "id": "hammer", "fg": 1969 }, + { "id": "knife_meat_cleaver", "fg": 1974 }, + { "id": "knife_vegetable_cleaver", "fg": 1976 }, { "id": "lighter", - "fg": [ { "weight": 1, "sprite": 1971 }, { "weight": 1, "sprite": 1970 }, { "weight": 1, "sprite": 1972 } ] - }, - { "id": "usb_drive", "fg": 1974 }, - { "id": "cash_card", "fg": 1978 }, - { "id": "fp_loyalty_card", "fg": 1979 }, - { "id": "id_industrial", "fg": 1980 }, - { "id": "id_military", "fg": 1981 }, - { "id": "id_science", "fg": 1982 }, - { "id": "bowl_plastic", "fg": 1983 }, - { "id": "cup_plastic", "fg": 1984 }, - { "id": "fork", "fg": 1985 }, - { "id": "glass_plate", "fg": 1986 }, - { "id": "knife_butter", "fg": 1987 }, - { "id": "2h_flail_steel", "fg": 1991 }, - { "id": "washboard", "fg": 1993 }, - { "id": "wash_kit", "fg": 1992 }, - { "id": "welder", "fg": 1994 }, - { "id": "welder_crude", "fg": 1995 }, - { "id": "wood_panel", "fg": 1996 }, - { "id": "wood_sheet", "fg": 1997 }, - { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 2055 }, - { "id": [ "ak47", "aksemi" ], "fg": 2005 }, - { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 2019 }, - { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 2056 }, - { "id": [ "m249", "m249_semi" ], "fg": 2063 }, - { "id": [ "m60", "m60_semi" ], "fg": 2073 }, - { "id": [ "mp40", "mp40semi" ], "fg": 2089 }, - { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 2128 }, - { "id": "corpse_mon_alpha_razorclaw", "fg": 2147, "rotates": false }, - { "id": "corpse_mon_ant", "fg": 2148, "rotates": false }, - { "id": "corpse_mon_ant_gueen", "fg": 2149, "rotates": false }, - { "id": "corpse_mon_ant_larva", "fg": 2150, "rotates": false }, - { "id": "corpse_mon_ant_soldier", "fg": 2151, "rotates": false }, - { "id": "corpse_mon_bat", "fg": 2152, "rotates": false }, - { "id": "corpse_mon_bear", "fg": 2153, "rotates": false }, - { "id": "corpse_mon_bee", "fg": 2154, "rotates": false }, - { "id": "corpse_mon_biollante", "fg": 2155, "rotates": false }, - { "id": "corpse_mon_black_rat", "fg": 2156, "rotates": false }, - { "id": "corpse_mon_blank", "fg": 2157, "rotates": false }, - { "id": "corpse_mon_broken_cyborg", "fg": 2158, "rotates": false }, - { "id": "corpse_mon_cat", "fg": 2159, "rotates": false }, - { "id": "corpse_mon_chicken", "fg": 2160, "rotates": false }, - { "id": "corpse_mon_cougar", "fg": 2161, "rotates": false }, - { "id": "corpse_mon_crow", "fg": 2162, "rotates": false }, - { "id": "corpse_mon_deer", "fg": 2163, "rotates": false }, - { "id": "corpse_mon_dermatik", "fg": 2164, "rotates": false }, - { "id": "corpse_mon_dog", "fg": 2165, "rotates": false }, - { "id": "corpse_mon_dog_zombie_cop", "fg": 2166, "rotates": false }, - { "id": "corpse_mon_duck", "fg": 2167, "rotates": false }, - { "id": "corpse_mon_fish_bowfin", "fg": 2168, "rotates": false }, - { "id": "corpse_mon_fish_bullhead", "fg": 2169, "rotates": false }, - { "id": "corpse_mon_fish_carp", "fg": 2170, "rotates": false }, - { "id": "corpse_mon_fish_crayfish", "fg": 2171, "rotates": false }, - { "id": "corpse_mon_fish_perch", "fg": 2172, "rotates": false }, - { "id": "corpse_mon_fish_pickerel", "fg": 2173, "rotates": false }, - { "id": "corpse_mon_fish_pike", "fg": 2174, "rotates": false }, - { "id": "corpse_mon_fish_sbass", "fg": 2175, "rotates": false }, - { "id": "corpse_mon_fish_trout", "fg": 2176, "rotates": false }, - { "id": "corpse_mon_fish_whitefish", "fg": 2177, "rotates": false }, - { "id": "corpse_mon_fish_lbass", "fg": 3139, "rotates": false }, - { "id": "corpse_mon_fish_pbass", "fg": 3140, "rotates": false }, - { "id": "corpse_mon_fish_salmon", "fg": 3141, "rotates": false }, - { "id": "corpse_mon_fish_sunfish", "fg": 3142, "rotates": false }, - { "id": "corpse_mon_flaming_eye", "fg": 2178, "rotates": false }, - { "id": "corpse_mon_fly", "fg": 2179, "rotates": false }, - { "id": "corpse_mon_fox", "fg": 2180, "rotates": false }, - { "id": "corpse_mon_frog_giant", "fg": 2181, "rotates": false }, - { "id": "corpse_mon_frog_small", "fg": 2182, "rotates": false }, - { "id": "corpse_mon_gator", "fg": 2183, "rotates": false }, - { "id": "corpse_mon_giant_cockroach_nymph", "fg": 2184, "rotates": false }, - { "id": "corpse_mon_gozu", "fg": 2185, "rotates": false }, - { "id": "corpse_mon_gragonfly", "fg": 2186, "rotates": false }, - { "id": "corpse_mon_hare", "fg": 2187, "rotates": false }, - { "id": "corpse_mon_hare_season_winter", "fg": 2188, "rotates": false }, - { "id": "corpse_mon_human_snail", "fg": 2189, "rotates": false }, - { "id": "corpse_mon_large_cockroach", "fg": 2190, "rotates": false }, - { "id": "corpse_mon_mi_go", "fg": 2191, "rotates": false }, - { "id": "corpse_mon_moose", "fg": 2192, "rotates": false }, - { "id": "corpse_mon_racoon", "fg": 2195, "rotates": false }, - { "id": "corpse_mon_rattlesnake_giant", "fg": 2196, "rotates": false }, - { "id": "corpse_mon_razorclaw", "fg": 2197, "rotates": false }, - { "id": "corpse_mon_sewer_snake", "fg": 2198, "rotates": false }, - { "id": "corpse_mon_sheep", "fg": 2199, "rotates": false }, - { "id": "corpse_mon_skeleton", "fg": 2200, "rotates": false }, - { "id": "corpse_mon_slug", "fg": 2201, "rotates": false }, - { "id": "corpse_mon_spider_jumping_giant", "fg": 2202, "rotates": false }, - { "id": "corpse_mon_spider_web", "fg": 2203, "rotates": false }, - { "id": "corpse_mon_spider_web_s", "fg": 2204, "rotates": false }, - { "id": "corpse_mon_spider_widow_giant", "fg": 2205, "rotates": false }, - { "id": "corpse_mon_spider_widow_giant_s", "fg": 2206, "rotates": false }, - { "id": "corpse_mon_spider_wolf_giant", "fg": 2207, "rotates": false }, - { "id": "corpse_mon_spider_wolf_small", "fg": 2208, "rotates": false }, - { "id": "corpse_mon_squirrel", "fg": 2209, "rotates": false }, - { "id": "corpse_mon_turkey", "fg": 2210, "rotates": false }, - { "id": "corpse_mon_twisted_body", "fg": 2211, "rotates": false }, - { "id": "corpse_mon_wasp", "fg": 2212, "rotates": false }, - { "id": "corpse_mon_wolf", "fg": 2213, "rotates": false }, - { "id": "corpse_mon_worm", "fg": 2214, "rotates": false }, - { "id": "corpse_mon_zombear", "fg": 2215, "rotates": false }, - { "id": "corpse_mon_zombie", "fg": 2216, "rotates": false }, - { "id": "corpse_mon_zombie_acidic", "fg": 2217, "rotates": false }, - { "id": "corpse_mon_zombie_beekeeper", "fg": 2218, "rotates": false }, - { "id": "corpse_mon_zombie_biter", "fg": 2219, "rotates": false }, - { "id": "corpse_mon_zombie_brainless", "fg": 2220, "rotates": false }, - { "id": "corpse_mon_zombie_brute", "fg": 2221, "rotates": false }, - { "id": "corpse_mon_zombie_brute_grappler", "fg": 2222, "rotates": false }, - { "id": "corpse_mon_zombie_child", "fg": 2223, "rotates": false }, - { "id": "corpse_mon_zombie_child_scorched", "fg": 2224, "rotates": false }, - { "id": "corpse_mon_zombie_cop", "fg": 2225, "rotates": false }, - { "id": "corpse_mon_zombie_crawler", "fg": 2226, "rotates": false }, - { "id": "corpse_mon_zombie_dog", "fg": 2227, "rotates": false }, - { "id": "corpse_mon_zombie_ear", "fg": 2228, "rotates": false }, - { "id": "corpse_mon_zombie_fat", "fg": 2229, "rotates": false }, - { "id": "corpse_mon_zombie_fungus", "fg": 2230, "rotates": false }, - { "id": "corpse_mon_zombie_grappler", "fg": 2231, "rotates": false }, - { "id": "corpse_mon_zombie_hazmat", "fg": 2232, "rotates": false }, - { "id": "corpse_mon_zombie_hunter", "fg": 2233, "rotates": false }, - { "id": "corpse_mon_zombie_kevlar_1", "fg": 2234, "rotates": false }, - { "id": "corpse_mon_zombie_mancroc", "fg": 2235, "rotates": false }, - { "id": "corpse_mon_zombie_predator", "fg": 2236, "rotates": false }, - { "id": "corpse_mon_zombie_rot", "fg": 2237, "rotates": false }, - { "id": "corpse_mon_zombie_scientist", "fg": 2238, "rotates": false }, - { "id": "corpse_mon_zombie_screecher", "fg": 2239, "rotates": false }, - { "id": "corpse_mon_zombie_security", "fg": 2240, "rotates": false }, - { "id": "corpse_mon_zombie_shady", "fg": 2241, "rotates": false }, - { "id": "corpse_mon_zombie_shrieker", "fg": 2242, "rotates": false }, - { "id": "corpse_mon_zombie_shriekling", "fg": 2243, "rotates": false }, - { "id": "corpse_mon_zombie_skull", "fg": 2244, "rotates": false }, - { "id": "corpse_mon_zombie_spitter", "fg": 2245, "rotates": false }, - { "id": "corpse_mon_zombie_sproglodyte", "fg": 2246, "rotates": false }, - { "id": "corpse_mon_zombie_technician", "fg": 2247, "rotates": false }, - { "id": "corpse_mon_zombie_tough", "fg": 2248, "rotates": false }, - { "id": "corpse_mon_zombie_waif", "fg": 2249, "rotates": false }, - { "id": "corpse_mon_zoose", "fg": 2250, "rotates": false }, - { "id": "corpse_mon_zougar", "fg": 2251, "rotates": false }, - { "id": [ "corpse_mon_brute_pupa", "corpse_mon_brute_pupa_decoy" ], "fg": 2252, "rotates": false }, - { "id": [ "bandages_makeshift", "bandages_makeshift_boiled" ], "fg": 2266, "rotates": false }, - { "id": [ "belt308_reusable", "belt308", "belt223" ], "fg": 2322, "rotates": false }, - { "id": [ "cutlass_inferior", "cutlass_fake" ], "fg": 2398, "rotates": false }, - { "id": [ "jian_fake", "jian_inferior" ], "fg": 2505, "rotates": false }, - { "id": [ "porkbelly", "raw_curing_fatty_meat" ], "fg": 2723, "rotates": false }, - { "id": "raw_cured_fatty_meat", "fg": 2724, "rotates": false }, - { "id": "bacon_uncut", "fg": 2721, "rotates": false }, - { "id": "meat_fatty_cooked", "fg": 2722, "rotates": false }, - { "id": [ "garnet_gold_ring", "ruby_gold_ring" ], "fg": 2745 }, - { "id": [ "garnet_silver_ring", "ruby_silver_ring" ], "fg": 2747 }, - { "id": [ "garnet_platinum_ring", "ruby_platinum_ring" ], "fg": 2746 }, - { "id": [ "sapphire_gold_ring", "alexandrite_gold_ring" ], "fg": 2754 }, - { "id": [ "sapphire_silver_ring", "alexandrite_silver_ring" ], "fg": 2756 }, - { "id": [ "sapphire_platinum_ring", "alexandrite_platinum_ring" ], "fg": 2755 }, - { "id": [ "opal_gold_ring", "pearl_gold_ring" ], "fg": 2748 }, - { "id": [ "opal_silver_ring", "pearl_silver_ring" ], "fg": 2750 }, - { "id": [ "opal_platinum_ring", "pearl_platinum_ring" ], "fg": 2749 }, - { "id": [ "overlay_wielded_weed", "weed" ], "fg": 2764, "rotates": false }, - { "id": "animation_bullet_flame", "fg": 2767, "rotates": false }, - { "id": "animation_bullet_normal", "fg": 2768, "rotates": false }, - { "id": "animation_bullet_shrapnel", "fg": 2769 }, - { "id": "animation_hit", "fg": 2770 }, - { "id": "animation_line", "bg": 2768 }, + "fg": [ { "weight": 1, "sprite": 1972 }, { "weight": 1, "sprite": 1971 }, { "weight": 1, "sprite": 1973 } ] + }, + { "id": "usb_drive", "fg": 1975 }, + { "id": "cash_card", "fg": 1979 }, + { "id": "fp_loyalty_card", "fg": 1980 }, + { "id": "id_industrial", "fg": 1981 }, + { "id": "id_military", "fg": 1982 }, + { "id": "id_science", "fg": 1983 }, + { "id": "bowl_plastic", "fg": 1984 }, + { "id": "cup_plastic", "fg": 1985 }, + { "id": "fork", "fg": 1986 }, + { "id": "glass_plate", "fg": 1987 }, + { "id": "knife_butter", "fg": 1988 }, + { "id": "2h_flail_steel", "fg": 1992 }, + { "id": "washboard", "fg": 1994 }, + { "id": "wash_kit", "fg": 1993 }, + { "id": "welder", "fg": 1995 }, + { "id": "welder_crude", "fg": 1996 }, + { "id": "wood_panel", "fg": 1997 }, + { "id": "wood_sheet", "fg": 1998 }, + { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 2056 }, + { "id": [ "ak47", "aksemi" ], "fg": 2006 }, + { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 2020 }, + { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 2057 }, + { "id": [ "m249", "m249_semi" ], "fg": 2064 }, + { "id": [ "m60", "m60_semi" ], "fg": 2074 }, + { "id": [ "mp40", "mp40semi" ], "fg": 2090 }, + { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 2129 }, + { "id": "corpse_mon_alpha_razorclaw", "fg": 2148, "rotates": false }, + { "id": "corpse_mon_ant", "fg": 2149, "rotates": false }, + { "id": "corpse_mon_ant_gueen", "fg": 2150, "rotates": false }, + { "id": "corpse_mon_ant_larva", "fg": 2151, "rotates": false }, + { "id": "corpse_mon_ant_soldier", "fg": 2152, "rotates": false }, + { "id": "corpse_mon_bat", "fg": 2153, "rotates": false }, + { "id": "corpse_mon_bear", "fg": 2154, "rotates": false }, + { "id": "corpse_mon_bee", "fg": 2155, "rotates": false }, + { "id": "corpse_mon_biollante", "fg": 2156, "rotates": false }, + { "id": "corpse_mon_black_rat", "fg": 2157, "rotates": false }, + { "id": "corpse_mon_blank", "fg": 2158, "rotates": false }, + { "id": "corpse_mon_broken_cyborg", "fg": 2159, "rotates": false }, + { "id": "corpse_mon_cat", "fg": 2160, "rotates": false }, + { "id": "corpse_mon_chicken", "fg": 2161, "rotates": false }, + { "id": "corpse_mon_cougar", "fg": 2162, "rotates": false }, + { "id": "corpse_mon_crow", "fg": 2163, "rotates": false }, + { "id": "corpse_mon_deer", "fg": 2164, "rotates": false }, + { "id": "corpse_mon_dermatik", "fg": 2165, "rotates": false }, + { "id": "corpse_mon_dog", "fg": 2166, "rotates": false }, + { "id": "corpse_mon_dog_zombie_cop", "fg": 2167, "rotates": false }, + { "id": "corpse_mon_duck", "fg": 2168, "rotates": false }, + { "id": "corpse_mon_fish_bowfin", "fg": 2169, "rotates": false }, + { "id": "corpse_mon_fish_bullhead", "fg": 2170, "rotates": false }, + { "id": "corpse_mon_fish_carp", "fg": 2171, "rotates": false }, + { "id": "corpse_mon_fish_crayfish", "fg": 2172, "rotates": false }, + { "id": "corpse_mon_fish_perch", "fg": 2173, "rotates": false }, + { "id": "corpse_mon_fish_pickerel", "fg": 2174, "rotates": false }, + { "id": "corpse_mon_fish_pike", "fg": 2175, "rotates": false }, + { "id": "corpse_mon_fish_sbass", "fg": 2176, "rotates": false }, + { "id": "corpse_mon_fish_trout", "fg": 2177, "rotates": false }, + { "id": "corpse_mon_fish_whitefish", "fg": 2178, "rotates": false }, + { "id": "corpse_mon_fish_lbass", "fg": 3140, "rotates": false }, + { "id": "corpse_mon_fish_pbass", "fg": 3141, "rotates": false }, + { "id": "corpse_mon_fish_salmon", "fg": 3142, "rotates": false }, + { "id": "corpse_mon_fish_sunfish", "fg": 3143, "rotates": false }, + { "id": "corpse_mon_flaming_eye", "fg": 2179, "rotates": false }, + { "id": "corpse_mon_fly", "fg": 2180, "rotates": false }, + { "id": "corpse_mon_fox", "fg": 2181, "rotates": false }, + { "id": "corpse_mon_frog_giant", "fg": 2182, "rotates": false }, + { "id": "corpse_mon_frog_small", "fg": 2183, "rotates": false }, + { "id": "corpse_mon_gator", "fg": 2184, "rotates": false }, + { "id": "corpse_mon_giant_cockroach_nymph", "fg": 2185, "rotates": false }, + { "id": "corpse_mon_gozu", "fg": 2186, "rotates": false }, + { "id": "corpse_mon_gragonfly", "fg": 2187, "rotates": false }, + { "id": "corpse_mon_hare", "fg": 2188, "rotates": false }, + { "id": "corpse_mon_hare_season_winter", "fg": 2189, "rotates": false }, + { "id": "corpse_mon_human_snail", "fg": 2190, "rotates": false }, + { "id": "corpse_mon_large_cockroach", "fg": 2191, "rotates": false }, + { "id": "corpse_mon_mi_go", "fg": 2192, "rotates": false }, + { "id": "corpse_mon_moose", "fg": 2193, "rotates": false }, + { "id": "corpse_mon_racoon", "fg": 2196, "rotates": false }, + { "id": "corpse_mon_rattlesnake_giant", "fg": 2197, "rotates": false }, + { "id": "corpse_mon_razorclaw", "fg": 2198, "rotates": false }, + { "id": "corpse_mon_sewer_snake", "fg": 2199, "rotates": false }, + { "id": "corpse_mon_sheep", "fg": 2200, "rotates": false }, + { "id": "corpse_mon_skeleton", "fg": 2201, "rotates": false }, + { "id": "corpse_mon_slug", "fg": 2202, "rotates": false }, + { "id": "corpse_mon_spider_jumping_giant", "fg": 2203, "rotates": false }, + { "id": "corpse_mon_spider_web", "fg": 2204, "rotates": false }, + { "id": "corpse_mon_spider_web_s", "fg": 2205, "rotates": false }, + { "id": "corpse_mon_spider_widow_giant", "fg": 2206, "rotates": false }, + { "id": "corpse_mon_spider_widow_giant_s", "fg": 2207, "rotates": false }, + { "id": "corpse_mon_spider_wolf_giant", "fg": 2208, "rotates": false }, + { "id": "corpse_mon_spider_wolf_small", "fg": 2209, "rotates": false }, + { "id": "corpse_mon_squirrel", "fg": 2210, "rotates": false }, + { "id": "corpse_mon_turkey", "fg": 2211, "rotates": false }, + { "id": "corpse_mon_twisted_body", "fg": 2212, "rotates": false }, + { "id": "corpse_mon_wasp", "fg": 2213, "rotates": false }, + { "id": "corpse_mon_wolf", "fg": 2214, "rotates": false }, + { "id": "corpse_mon_worm", "fg": 2215, "rotates": false }, + { "id": "corpse_mon_zombear", "fg": 2216, "rotates": false }, + { "id": "corpse_mon_zombie", "fg": 2217, "rotates": false }, + { "id": "corpse_mon_zombie_acidic", "fg": 2218, "rotates": false }, + { "id": "corpse_mon_zombie_beekeeper", "fg": 2219, "rotates": false }, + { "id": "corpse_mon_zombie_biter", "fg": 2220, "rotates": false }, + { "id": "corpse_mon_zombie_brainless", "fg": 2221, "rotates": false }, + { "id": "corpse_mon_zombie_brute", "fg": 2222, "rotates": false }, + { "id": "corpse_mon_zombie_brute_grappler", "fg": 2223, "rotates": false }, + { "id": "corpse_mon_zombie_child", "fg": 2224, "rotates": false }, + { "id": "corpse_mon_zombie_child_scorched", "fg": 2225, "rotates": false }, + { "id": "corpse_mon_zombie_cop", "fg": 2226, "rotates": false }, + { "id": "corpse_mon_zombie_crawler", "fg": 2227, "rotates": false }, + { "id": "corpse_mon_zombie_dog", "fg": 2228, "rotates": false }, + { "id": "corpse_mon_zombie_ear", "fg": 2229, "rotates": false }, + { "id": "corpse_mon_zombie_fat", "fg": 2230, "rotates": false }, + { "id": "corpse_mon_zombie_fungus", "fg": 2231, "rotates": false }, + { "id": "corpse_mon_zombie_grappler", "fg": 2232, "rotates": false }, + { "id": "corpse_mon_zombie_hazmat", "fg": 2233, "rotates": false }, + { "id": "corpse_mon_zombie_hunter", "fg": 2234, "rotates": false }, + { "id": "corpse_mon_zombie_kevlar_1", "fg": 2235, "rotates": false }, + { "id": "corpse_mon_zombie_mancroc", "fg": 2236, "rotates": false }, + { "id": "corpse_mon_zombie_predator", "fg": 2237, "rotates": false }, + { "id": "corpse_mon_zombie_rot", "fg": 2238, "rotates": false }, + { "id": "corpse_mon_zombie_scientist", "fg": 2239, "rotates": false }, + { "id": "corpse_mon_zombie_screecher", "fg": 2240, "rotates": false }, + { "id": "corpse_mon_zombie_security", "fg": 2241, "rotates": false }, + { "id": "corpse_mon_zombie_shady", "fg": 2242, "rotates": false }, + { "id": "corpse_mon_zombie_shrieker", "fg": 2243, "rotates": false }, + { "id": "corpse_mon_zombie_shriekling", "fg": 2244, "rotates": false }, + { "id": "corpse_mon_zombie_skull", "fg": 2245, "rotates": false }, + { "id": "corpse_mon_zombie_spitter", "fg": 2246, "rotates": false }, + { "id": "corpse_mon_zombie_sproglodyte", "fg": 2247, "rotates": false }, + { "id": "corpse_mon_zombie_technician", "fg": 2248, "rotates": false }, + { "id": "corpse_mon_zombie_tough", "fg": 2249, "rotates": false }, + { "id": "corpse_mon_zombie_waif", "fg": 2250, "rotates": false }, + { "id": "corpse_mon_zoose", "fg": 2251, "rotates": false }, + { "id": "corpse_mon_zougar", "fg": 2252, "rotates": false }, + { "id": [ "corpse_mon_brute_pupa", "corpse_mon_brute_pupa_decoy" ], "fg": 2253, "rotates": false }, + { "id": [ "bandages_makeshift", "bandages_makeshift_boiled" ], "fg": 2267, "rotates": false }, + { "id": [ "belt308_reusable", "belt308", "belt223" ], "fg": 2323, "rotates": false }, + { "id": [ "cutlass_inferior", "cutlass_fake" ], "fg": 2399, "rotates": false }, + { "id": [ "jian_fake", "jian_inferior" ], "fg": 2506, "rotates": false }, + { "id": [ "porkbelly", "raw_curing_fatty_meat" ], "fg": 2724, "rotates": false }, + { "id": "raw_cured_fatty_meat", "fg": 2725, "rotates": false }, + { "id": "bacon_uncut", "fg": 2722, "rotates": false }, + { "id": "meat_fatty_cooked", "fg": 2723, "rotates": false }, + { "id": [ "garnet_gold_ring", "ruby_gold_ring" ], "fg": 2746 }, + { "id": [ "garnet_silver_ring", "ruby_silver_ring" ], "fg": 2748 }, + { "id": [ "garnet_platinum_ring", "ruby_platinum_ring" ], "fg": 2747 }, + { "id": [ "sapphire_gold_ring", "alexandrite_gold_ring" ], "fg": 2755 }, + { "id": [ "sapphire_silver_ring", "alexandrite_silver_ring" ], "fg": 2757 }, + { "id": [ "sapphire_platinum_ring", "alexandrite_platinum_ring" ], "fg": 2756 }, + { "id": [ "opal_gold_ring", "pearl_gold_ring" ], "fg": 2749 }, + { "id": [ "opal_silver_ring", "pearl_silver_ring" ], "fg": 2751 }, + { "id": [ "opal_platinum_ring", "pearl_platinum_ring" ], "fg": 2750 }, + { "id": [ "overlay_wielded_weed", "weed" ], "fg": 2765, "rotates": false }, + { "id": "animation_bullet_flame", "fg": 2768, "rotates": false }, + { "id": "animation_bullet_normal", "fg": 2769, "rotates": false }, + { "id": "animation_bullet_shrapnel", "fg": 2770 }, + { "id": "animation_hit", "fg": 2771 }, + { "id": "animation_line", "bg": 2769 }, { "id": "craft", "animated": true, - "fg": [ { "weight": 15, "sprite": 2791 }, { "weight": 15, "sprite": 2792 } ] + "fg": [ { "weight": 15, "sprite": 2792 }, { "weight": 15, "sprite": 2793 } ] }, - { "id": "cursor", "fg": 2771, "rotates": false }, + { "id": "cursor", "fg": 2772, "rotates": false }, { "id": "disassembly", "animated": true, - "fg": [ { "weight": 15, "sprite": 2793 }, { "weight": 15, "sprite": 2794 } ] + "fg": [ { "weight": 15, "sprite": 2794 }, { "weight": 15, "sprite": 2795 } ] }, { "id": [ "explosion", "explosion_medium", "explosion_weak" ], - "fg": 2795, + "fg": 2796, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2795 }, - { "id": "corner", "fg": 2772 }, - { "id": "edge", "fg": 2773 }, - { "id": "end_piece", "fg": 2796 }, - { "id": "t_connection", "fg": 2797 }, - { "id": "unconnected", "fg": 2795 } - ] - }, - { "id": "footstep", "fg": 2774, "rotates": false }, - { "id": "highlight", "fg": 2771, "rotates": false }, - { "id": "highlight_item", "fg": 2775, "rotates": false }, - { "id": "infrared_creature", "fg": 2801, "rotates": false }, - { "id": "lighting_boomered_dark", "fg": 2776, "rotates": false }, - { "id": "lighting_boomered_light", "fg": 2777, "rotates": false }, - { "id": [ "lighting_hidden", "unknown_terrain" ], "fg": 2780, "rotates": false }, - { "id": "lighting_lowlight_dark", "fg": 2778, "rotates": false }, - { "id": "lighting_lowlight_light", "fg": 2779, "rotates": false }, - { "id": "line_target", "bg": 2771, "rotates": false }, - { "id": "line_trail", "bg": 2771, "rotates": false }, - { "id": "night_filter1", "fg": 2785 }, - { "id": "night_filter2", "fg": 2786 }, - { "id": "night_filter3", "fg": 2787 }, - { "id": "night_filter4", "fg": 2788 }, - { "id": "night_filter", "fg": 2781 }, - { "id": "nv_filter", "fg": 2783 }, - { "id": "nv_over_filter", "fg": 2784 }, - { "id": "shadow_filter", "fg": 2782 }, + { "id": "center", "fg": 2796 }, + { "id": "corner", "fg": 2773 }, + { "id": "edge", "fg": 2774 }, + { "id": "end_piece", "fg": 2797 }, + { "id": "t_connection", "fg": 2798 }, + { "id": "unconnected", "fg": 2796 } + ] + }, + { "id": "footstep", "fg": 2775, "rotates": false }, + { "id": "highlight", "fg": 2772, "rotates": false }, + { "id": "highlight_item", "fg": 2776, "rotates": false }, + { "id": "infrared_creature", "fg": 2802, "rotates": false }, + { "id": "lighting_boomered_dark", "fg": 2777, "rotates": false }, + { "id": "lighting_boomered_light", "fg": 2778, "rotates": false }, + { "id": [ "lighting_hidden", "unknown_terrain" ], "fg": 2781, "rotates": false }, + { "id": "lighting_lowlight_dark", "fg": 2779, "rotates": false }, + { "id": "lighting_lowlight_light", "fg": 2780, "rotates": false }, + { "id": "line_target", "bg": 2772, "rotates": false }, + { "id": "line_trail", "bg": 2772, "rotates": false }, + { "id": "night_filter1", "fg": 2786 }, + { "id": "night_filter2", "fg": 2787 }, + { "id": "night_filter3", "fg": 2788 }, + { "id": "night_filter4", "fg": 2789 }, + { "id": "night_filter", "fg": 2782 }, + { "id": "nv_filter", "fg": 2784 }, + { "id": "nv_over_filter", "fg": 2785 }, + { "id": "shadow_filter", "fg": 2783 }, { "id": "tr_unfinished_construction", "animated": true, - "fg": [ { "weight": 15, "sprite": 2806 }, { "weight": 15, "sprite": 2807 } ] - }, - { "id": "unknown", "fg": 2808, "rotates": false }, - { "id": "weather_rain_drop", "fg": 2789, "rotates": false }, - { "id": "weather_snowflake", "fg": 2790, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:FISH" ], "fg": 2844, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:FISH" ], "fg": 2827, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:BEAR" ], "fg": 2842, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:BEAR" ], "fg": 2825, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:DEER" ], "fg": 2843, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:DEER" ], "fg": 2826, "rotates": false }, + "fg": [ { "weight": 15, "sprite": 2807 }, { "weight": 15, "sprite": 2808 } ] + }, + { "id": "unknown", "fg": 2809, "rotates": false }, + { "id": "weather_rain_drop", "fg": 2790, "rotates": false }, + { "id": "weather_snowflake", "fg": 2791, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:FISH" ], "fg": 2845, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:FISH" ], "fg": 2828, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:BEAR" ], "fg": 2843, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:BEAR" ], "fg": 2826, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:DEER" ], "fg": 2844, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:DEER" ], "fg": 2827, "rotates": false }, { "id": "mon_demon_spiderling", "animated": true, "fg": [ - { "weight": 15, "sprite": 2901 }, { "weight": 15, "sprite": 2902 }, { "weight": 15, "sprite": 2903 }, - { "weight": 15, "sprite": 2902 } + { "weight": 15, "sprite": 2904 }, + { "weight": 15, "sprite": 2903 } ], "rotates": false }, { "id": "mon_mirror_image", "animated": true, - "fg": [ { "weight": 5, "sprite": 2906 }, { "weight": 5, "sprite": 2907 }, { "weight": 5, "sprite": 2908 } ] + "fg": [ { "weight": 5, "sprite": 2907 }, { "weight": 5, "sprite": 2908 }, { "weight": 5, "sprite": 2909 } ] }, { "id": "mon_wisp", "fg": [ - { "weight": 1, "sprite": 2909 }, { "weight": 1, "sprite": 2910 }, { "weight": 1, "sprite": 2911 }, - { "weight": 1, "sprite": 2912 } + { "weight": 1, "sprite": 2912 }, + { "weight": 1, "sprite": 2913 } ], "rotates": false }, { "id": "mon_marshmallow_kid", - "fg": [ { "weight": 1, "sprite": 2916 }, { "weight": 1, "sprite": 2917 } ], + "fg": [ { "weight": 1, "sprite": 2917 }, { "weight": 1, "sprite": 2918 } ], "bg": [ ], "rotates": false }, { "id": "mon_necco", "fg": [ - { "weight": 1, "sprite": 2919 }, { "weight": 1, "sprite": 2920 }, { "weight": 1, "sprite": 2921 }, { "weight": 1, "sprite": 2922 }, { "weight": 1, "sprite": 2923 }, { "weight": 1, "sprite": 2924 }, - { "weight": 1, "sprite": 2918 } + { "weight": 1, "sprite": 2925 }, + { "weight": 1, "sprite": 2919 } ], "bg": [ ], "rotates": false }, - { "id": "debug_mon", "fg": 2925 }, - { "id": "mon_EMP_hack", "fg": 2998 }, - { "id": "mon_albino_penguin", "fg": 2926, "bg": 3183, "rotates": false }, - { "id": "mon_alpha_razorclaw", "fg": 2927, "bg": 3183 }, - { "id": "mon_ant", "fg": 2928, "bg": 3183, "rotates": false }, - { "id": "mon_ant_acid", "fg": 3137, "bg": 3183, "rotates": false }, - { "id": "mon_ant_acid_larva", "fg": 3136, "bg": 3183, "rotates": false }, - { "id": "mon_ant_acid_queen", "fg": 3138, "bg": 3183, "rotates": false }, - { "id": "mon_ant_acid_soldier", "fg": 3135, "rotates": false }, - { "id": "mon_ant_fungus", "fg": 2929, "bg": 3183, "rotates": false }, - { "id": "mon_ant_larva", "fg": 2930, "bg": 3183, "rotates": false }, - { "id": "mon_ant_queen", "fg": 2931, "bg": 3183, "rotates": false }, - { "id": "mon_ant_soldier", "fg": 2932, "bg": 3183, "rotates": false }, - { "id": "mon_bat", "fg": 2933, "bg": 3183, "rotates": false }, - { "id": "mon_bear", "fg": 2934, "bg": 3183, "rotates": false }, - { "id": "mon_bear_cub", "fg": 2935, "bg": 3183, "rotates": false }, - { "id": "mon_bear_smoky", "fg": 2936, "bg": 3183, "rotates": false }, - { "id": "mon_bee", "fg": 2937, "bg": 3183, "rotates": false }, - { "id": "mon_bee_mega", "fg": 2939, "rotates": false }, - { "id": "mon_bee_small", "fg": 2940, "rotates": false }, - { "id": "mon_beekeeper", "fg": 2938, "bg": 3183, "rotates": false }, - { "id": "mon_biollante", "fg": 2941, "bg": 3183, "rotates": false }, - { "id": "mon_black_rat", "fg": 3046, "rotates": false }, - { "id": "mon_blank", "fg": 2942, "bg": 3183, "rotates": false }, - { "id": "mon_blob", "fg": 2943, "bg": 3183, "rotates": false }, - { "id": "mon_blob_large", "fg": 2944, "rotates": false }, - { "id": "mon_blob_small", "fg": 2945, "rotates": false }, - { "id": "mon_bobcat", "fg": 2946, "bg": 3183, "rotates": false }, - { "id": "mon_boomer", "fg": 2947, "bg": 3183, "rotates": false }, - { "id": "mon_boomer_fungus", "fg": 2948, "bg": 3183, "rotates": false }, - { "id": "mon_breather", "fg": 2949, "rotates": false }, - { "id": "mon_breather_hub", "fg": 2950, "bg": 3183, "rotates": false }, - { "id": "mon_c4_hack", "fg": 2951, "bg": 3183, "rotates": false }, - { "id": "mon_cat", "fg": 2946, "bg": 3183, "rotates": false }, - { "id": "mon_centipede", "fg": 2952, "rotates": false }, - { "id": "mon_centipede_giant", "fg": 2953, "bg": 3183, "rotates": false }, - { "id": "mon_charred_nightmare", "fg": 2954, "rotates": false }, - { "id": "mon_chicken", "fg": 2955, "bg": 3183, "rotates": false }, - { "id": "mon_chipmunk", "fg": 2956, "bg": 3183, "rotates": false }, - { "id": "mon_chud", "fg": 2957, "bg": 3183, "rotates": false }, - { "id": "mon_compsognathus", "fg": 2958, "bg": 3183, "rotates": false }, - { "id": "mon_cougar", "fg": 2959, "bg": 3183, "rotates": false }, - { "id": "mon_coyote", "fg": 2960, "bg": 3183, "rotates": false }, - { "id": "mon_coyote_wolf", "fg": 2961, "bg": 3183, "rotates": false }, - { "id": "mon_crawler", "fg": 2962, "bg": 3183, "rotates": false }, - { "id": "mon_creeper_hub", "fg": 2963, "bg": 3183, "rotates": false }, - { "id": "mon_creeper_vine", "fg": 2964, "bg": 3183, "rotates": false }, - { "id": "mon_crow", "fg": 2965, "bg": 3183, "rotates": false }, - { "id": "mon_darkman", "fg": 2966, "bg": 3183, "rotates": false }, - { "id": "mon_deer", "fg": 2967, "bg": 3183, "rotates": false }, - { "id": "mon_deer_mouse", "fg": 3046, "rotates": false }, - { "id": "mon_deinonychus", "fg": 2968, "bg": 3183, "rotates": false }, - { "id": "mon_dementia", "fg": 2969, "bg": 3183, "rotates": false }, - { "id": "mon_dermatik", "fg": 2970, "bg": 3183, "rotates": false }, - { "id": "mon_dermatik_larva", "fg": 2971, "rotates": false }, - { "id": "mon_dilophosaurus", "fg": 2968, "bg": 3183, "rotates": false }, - { "id": "mon_dimorphodon", "fg": 2972, "bg": 3183, "rotates": false }, - { "id": "mon_dog_skeleton", "fg": 2973, "bg": 3183, "rotates": false }, - { "id": "mon_dog_zombie_cop", "fg": 2974, "bg": 3183, "rotates": false }, - { "id": "mon_dog_zombie_rot", "fg": 2975, "bg": [ ], "rotates": false }, - { "id": "mon_dragonfly_giant", "fg": 2977, "bg": 3183, "rotates": false }, - { "id": "mon_dragonfly_small", "fg": 2976, "rotates": false }, - { "id": "mon_duck", "fg": 2978, "bg": 3183, "rotates": false }, - { "id": "mon_eoraptor", "fg": 2958, "bg": 3183, "rotates": false }, - { "id": "mon_fant", "fg": 2979, "rotates": false }, - { "id": "mon_fish_blinky", "fg": 2980, "rotates": false }, - { "id": "mon_fish_bluegill", "fg": 2981, "rotates": false }, - { "id": "mon_fish_bowfin", "fg": 2982, "rotates": false }, - { "id": "mon_fish_bullhead", "fg": 2983, "rotates": false }, - { "id": "mon_fish_carp", "fg": 2984, "rotates": false }, - { "id": "mon_fish_crayfish", "fg": 2985, "rotates": false }, - { "id": "mon_fish_lbass", "fg": 2986, "rotates": false }, - { "id": "mon_fish_lobster", "fg": 2987, "rotates": false }, - { "id": "mon_fish_pbass", "fg": 2988, "rotates": false }, - { "id": "mon_fish_perch", "fg": 2989, "rotates": false }, - { "id": "mon_fish_pickerel", "fg": 2990, "rotates": false }, - { "id": "mon_fish_pike", "fg": 2991, "rotates": false }, - { "id": "mon_fish_salmon", "fg": 2992, "rotates": false }, - { "id": "mon_fish_sbass", "fg": 2993, "rotates": false }, - { "id": "mon_fish_sunfish", "fg": 2994, "rotates": false }, - { "id": "mon_fish_trout", "fg": 2995, "rotates": false }, - { "id": "mon_fish_whitefish", "fg": 2996, "rotates": false }, - { "id": "mon_flaming_eye", "fg": 2997, "bg": 3183, "rotates": false }, - { "id": "mon_flashbang_hack", "fg": 2998, "bg": 3183, "rotates": false }, - { "id": "mon_fly", "fg": 2999, "bg": 3183, "rotates": false }, - { "id": "mon_fox_gray", "fg": 3000, "bg": 3183, "rotates": false }, - { "id": "mon_fox_red", "fg": 3000, "bg": 3183, "rotates": false }, - { "id": "mon_fungal_blossom", "fg": 3001, "bg": 3183, "rotates": false }, - { "id": "mon_fungal_fighter", "fg": 3002, "bg": 3183, "rotates": false }, - { "id": "mon_fungal_hedgerow", "fg": 3003, "bg": 3183, "rotates": false }, - { "id": "mon_fungal_tendril", "fg": 3004, "bg": 3183, "rotates": false }, - { "id": "mon_fungal_wall", "fg": 3005, "bg": 3183, "rotates": false }, - { "id": "mon_fungaloid_dormant", "fg": 3127, "bg": 3183, "rotates": false }, - { "id": "mon_gallimimus", "fg": 3006, "bg": 3183, "rotates": false }, - { "id": "mon_gasbomb_hack", "fg": 3007, "bg": 3183, "rotates": false }, - { "id": "mon_gator", "fg": 3008, "rotates": false }, - { "id": "mon_gelatin", "fg": 3009, "bg": 3183, "rotates": false }, - { "id": "mon_generator", "fg": 3010, "bg": 3183, "rotates": false }, - { "id": "mon_giant_cockroach", "fg": 3011, "rotates": false }, - { "id": "mon_giant_cockroach_nymph", "fg": 3012, "rotates": false }, - { "id": "mon_goat", "fg": 3013, "rotates": false }, - { "id": "mon_gozu", "fg": 3014, "bg": 3183, "rotates": false }, - { "id": "mon_graboid", "fg": 3015, "bg": 3183, "rotates": false }, - { "id": "mon_grenade_hack", "fg": 3016, "bg": 3183, "rotates": false }, - { "id": "mon_groundhog", "fg": 2956, "bg": 3183, "rotates": false }, - { "id": "mon_halfworm", "fg": 3017, "bg": 3183, "rotates": false }, - { "id": "mon_hallu_mom", "fg": 3018, "bg": 3183, "rotates": false }, - { "id": "mon_hare", "fg": 3019, "bg": 3183, "rotates": false }, - { "id": "mon_hare_season_winter", "fg": 3020, "bg": 3183, "rotates": false }, - { "id": "mon_headless_dog_thing", "fg": 3021, "bg": 3183, "rotates": false }, - { "id": "mon_hologram", "fg": 3128, "rotates": false }, - { "id": "mon_human_snail", "fg": 3022, "bg": 3183, "rotates": false }, - { "id": "mon_irradiated_wanderer_1", "fg": 3023, "bg": 3183 }, - { "id": "mon_irradiated_wanderer_2", "fg": 3024, "bg": 3183, "rotates": false }, - { "id": "mon_irradiated_wanderer_3", "fg": 3025, "bg": 3183 }, - { "id": "mon_irradiated_wanderer_4", "fg": 3026, "bg": 3183 }, - { "id": "mon_laserturret", "fg": 3027, "bg": 3183, "rotates": false }, - { "id": "mon_lemming", "fg": 2956, "bg": 3183, "rotates": false }, - { "id": "mon_manhack", "fg": 3028, "bg": 3183, "rotates": false }, - { "id": "mon_manhack_acid", "fg": 3029, "rotates": false }, - { "id": "mon_mi_go", "fg": 3031, "bg": 3183, "rotates": false }, - { "id": "mon_mininuke_hack", "fg": 3030, "bg": 3183, "rotates": false }, - { "id": "mon_mink", "fg": 2956, "bg": 3183, "rotates": false }, - { "id": "mon_moose", "fg": 3032, "bg": 3183, "rotates": false }, - { "id": "mon_mosquito_small", "fg": 3158, "bg": 3183, "rotates": false }, - { "id": "mon_muskrat", "fg": 3046, "rotates": false }, - { "id": "mon_mutant_carp", "fg": 3033, "rotates": false }, - { "id": "mon_mutant_salmon", "fg": 3034, "rotates": false }, - { "id": "mon_one_eye", "fg": 3035, "bg": 3183, "rotates": false }, - { "id": "mon_otter", "fg": 2956, "bg": 3183, "rotates": false }, - { "id": "mon_player_blob", "fg": 3036, "bg": 3183, "rotates": false }, - { "id": "mon_pregnant_giant_cockroach", "fg": 3037, "rotates": false }, - { "id": "mon_prototype_cyborg", "fg": 3162, "bg": 3183, "rotates": false }, - { "id": "mon_rabbit", "fg": 3038, "bg": 3183, "rotates": false }, - { "id": "mon_raccoon", "fg": 3039, "bg": 3183, "rotates": false }, - { "id": "mon_rat_king", "fg": 3042, "bg": 3183, "rotates": false }, - { "id": "mon_rattlesnake", "fg": 3040, "bg": 3183, "rotates": false }, - { "id": "mon_rattlesnake_giant", "fg": 3041, "bg": 3183, "rotates": false }, - { "id": "mon_razorclaw", "fg": 3043, "bg": 3183 }, - { "id": "mon_riotbot", "fg": 3044, "bg": 3183, "rotates": false }, - { "id": "mon_sewer_fish", "fg": 3045, "bg": 3183, "rotates": false }, - { "id": "mon_sewer_rat", "fg": 3046, "bg": 3183, "rotates": false }, - { "id": "mon_sewer_snake", "fg": 3047, "bg": 3183, "rotates": false }, - { "id": "mon_shadow", "fg": 3048, "rotates": false }, - { "id": "mon_shadow_snake", "fg": 3049, "rotates": false }, - { "id": "mon_skeleton", "fg": 3050, "bg": 3183, "rotates": false }, - { "id": "mon_skeleton_electric", "fg": 3165, "bg": 3183, "rotates": false }, - { "id": "mon_skitterbot", "fg": 3051, "bg": 3183, "rotates": false }, - { "id": "mon_sludge_crawler", "fg": 3052, "bg": 3183, "rotates": false }, - { "id": "mon_spider_cellar_giant", "fg": 3053, "bg": 3183, "rotates": false }, - { "id": "mon_spider_cellar_giant_s", "fg": 3054, "bg": 3183, "rotates": false }, - { "id": "mon_spider_jumping_giant", "fg": 3056, "bg": 3183, "rotates": false }, - { "id": "mon_spider_jumping_giant_mega", "fg": 3057, "rotates": false }, - { "id": "mon_spider_jumping_small", "fg": 3055, "bg": 3183, "rotates": false }, - { "id": "mon_spider_trapdoor", "fg": 3058, "bg": 3183, "rotates": false }, - { "id": "mon_spider_trapdoor_giant", "fg": 3059, "bg": 3183, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_mega", "fg": 3060, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_small", "fg": 3061, "rotates": false }, - { "id": "mon_spider_web", "fg": 3062, "bg": 3183, "rotates": false }, - { "id": "mon_spider_web_giant", "fg": 3062, "bg": 3183, "rotates": false }, - { "id": "mon_spider_web_mega", "fg": 3063, "rotates": false }, - { "id": "mon_spider_web_s", "fg": 3064, "bg": 3183, "rotates": false }, - { "id": "mon_spider_widow_giant", "fg": 3066, "bg": 3183, "rotates": false }, - { "id": "mon_spider_widow_giant_s", "fg": 3067, "bg": 3183, "rotates": false }, - { "id": "mon_spider_widow_small", "fg": 3065, "bg": 3183, "rotates": false }, - { "id": "mon_spider_wolf_giant", "fg": 3069, "bg": 3183, "rotates": false }, - { "id": "mon_spider_wolf_small", "fg": 3068, "bg": 3183, "rotates": false }, - { "id": "mon_spore", "fg": 3070, "bg": 3183, "rotates": false }, - { "id": "mon_squirrel", "fg": 3071, "bg": 3183, "rotates": false }, - { "id": "mon_squirrel_red", "fg": 3071, "bg": 3183, "rotates": false }, - { "id": "mon_titanis", "fg": 3072, "bg": 3183, "rotates": false }, - { "id": "mon_turkey", "fg": 3073, "bg": 3183, "rotates": false }, - { "id": "mon_velociraptor", "fg": 3074, "bg": 3183, "rotates": false }, - { "id": "mon_vinebeast", "fg": 3075, "bg": 3183, "rotates": false }, - { "id": "mon_vortex", "fg": 3076, "bg": 3183, "rotates": false }, - { "id": "mon_w11b10", "fg": 3129, "rotates": false }, - { "id": "mon_w11b20b4", "fg": 3130, "rotates": false }, - { "id": "mon_w11h10", "fg": 3132, "rotates": false }, - { "id": "mon_w12b10", "fg": 3131, "rotates": false }, - { "id": "mon_w12n10", "fg": 3133, "rotates": false }, - { "id": "mon_wasp", "fg": 3077, "bg": 3183, "rotates": false }, - { "id": "mon_wasp_larvae", "fg": 2971 }, - { "id": "mon_wasp_mega", "fg": 3078 }, - { "id": "mon_wasp_small", "fg": 3079, "rotates": false }, - { "id": "mon_weasel", "fg": 2956, "bg": 3183, "rotates": false }, - { "id": "mon_wolf", "fg": 3080, "bg": 3183, "rotates": false }, - { "id": "mon_worm", "fg": 3081, "bg": 3183, "rotates": false }, - { "id": "mon_zhark", "fg": 3082 }, - { "id": "mon_zolf", "fg": 3083, "bg": 3183, "rotates": false }, - { "id": "mon_zolf_shady", "fg": 3084, "rotates": false }, - { "id": "mon_zombear", "fg": 3085, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_acidic", "fg": 3086, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_anklebiter", "fg": 3087, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_biter", "fg": 3088, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_blind", "fg": 3089, "rotates": false }, - { "id": "mon_zombie_brainless", "fg": 3169, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_brute", "fg": 3090, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_brute_grappler", "fg": 3091, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_brute_ninja", "fg": 3092, "bg": 3183 }, - { "id": "mon_zombie_brute_shocker", "fg": 3093, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_child_fungus", "fg": 3134, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_child_scorched", "fg": 3094, "bg": 3183 }, - { "id": "mon_zombie_child_scorched_2", "fg": 3095, "rotates": false }, - { "id": "mon_zombie_cop", "fg": 3096, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_crawler", "fg": 3097, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_creepy", "fg": 3098, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_dancer", "fg": 3099, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_dog", "fg": 3100, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_ears", "fg": 3170, "bg": 3183 }, - { "id": "mon_zombie_electric", "fg": 3101, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_fiend", "fg": 3171, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_fireman", "fg": 3102, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_fungus", "fg": [ 3103, 3172 ], "bg": 3183, "rotates": false }, - { "id": "mon_zombie_gasbag", "fg": 3104, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_grappler", "fg": 3105, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_hazmat", "fg": 3106, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_hollow", "fg": 3107, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_hunter", "fg": 3108, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_jackson", "fg": 3109, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_kevlar_1", "fg": 3176, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_mancroc", "fg": 3110, "bg": 3183 }, - { "id": "mon_zombie_master", "fg": 3111, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_necro", "fg": 3112, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_predator", "fg": 3113, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_rot", "fg": 3114, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_scorched", "fg": 3115, "bg": 3183 }, - { "id": "mon_zombie_shady", "fg": 3116, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_shady_ghost", "fg": 3117, "rotates": false }, - { "id": "mon_zombie_shriekling", "fg": 3118, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_skull", "fg": 3178, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_smoker", "fg": 3119, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_snotgobbler", "fg": 3120, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_spitter", "fg": 3121, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_sproglodyte", "fg": 3122, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_static", "fg": 3179, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_swimmer", "fg": 3123, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_thorny", "fg": 3180, "rotates": false, "bg": 3183 }, - { "id": "mon_zombie_waif", "fg": 3124, "bg": 3183, "rotates": false }, - { "id": "mon_zombie_wretched", "fg": 3181, "bg": 3183, "rotates": false }, - { "id": "mon_zoose", "fg": 3125, "bg": 3183, "rotates": false }, - { "id": "mon_zougar", "fg": 3126, "bg": 3183, "rotates": false }, - { "id": "mon_triffid", "fg": 3166, "bg": 3183 }, - { "id": "mon_triffid_sprig", "fg": 3167, "bg": 3183 }, - { "id": "mon_triffid_young", "fg": 3168, "bg": 3183 }, + { "id": "debug_mon", "fg": 2926 }, + { "id": "mon_EMP_hack", "fg": 2999 }, + { "id": "mon_albino_penguin", "fg": 2927, "bg": 3184, "rotates": false }, + { "id": "mon_alpha_razorclaw", "fg": 2928, "bg": 3184 }, + { "id": "mon_ant", "fg": 2929, "bg": 3184, "rotates": false }, + { "id": "mon_ant_acid", "fg": 3138, "bg": 3184, "rotates": false }, + { "id": "mon_ant_acid_larva", "fg": 3137, "bg": 3184, "rotates": false }, + { "id": "mon_ant_acid_queen", "fg": 3139, "bg": 3184, "rotates": false }, + { "id": "mon_ant_acid_soldier", "fg": 3136, "rotates": false }, + { "id": "mon_ant_fungus", "fg": 2930, "bg": 3184, "rotates": false }, + { "id": "mon_ant_larva", "fg": 2931, "bg": 3184, "rotates": false }, + { "id": "mon_ant_queen", "fg": 2932, "bg": 3184, "rotates": false }, + { "id": "mon_ant_soldier", "fg": 2933, "bg": 3184, "rotates": false }, + { "id": "mon_bat", "fg": 2934, "bg": 3184, "rotates": false }, + { "id": "mon_bear", "fg": 2935, "bg": 3184, "rotates": false }, + { "id": "mon_bear_cub", "fg": 2936, "bg": 3184, "rotates": false }, + { "id": "mon_bear_smoky", "fg": 2937, "bg": 3184, "rotates": false }, + { "id": "mon_bee", "fg": 2938, "bg": 3184, "rotates": false }, + { "id": "mon_bee_mega", "fg": 2940, "rotates": false }, + { "id": "mon_bee_small", "fg": 2941, "rotates": false }, + { "id": "mon_beekeeper", "fg": 2939, "bg": 3184, "rotates": false }, + { "id": "mon_biollante", "fg": 2942, "bg": 3184, "rotates": false }, + { "id": "mon_black_rat", "fg": 3047, "rotates": false }, + { "id": "mon_blank", "fg": 2943, "bg": 3184, "rotates": false }, + { "id": "mon_blob", "fg": 2944, "bg": 3184, "rotates": false }, + { "id": "mon_blob_large", "fg": 2945, "rotates": false }, + { "id": "mon_blob_small", "fg": 2946, "rotates": false }, + { "id": "mon_bobcat", "fg": 2947, "bg": 3184, "rotates": false }, + { "id": "mon_boomer", "fg": 2948, "bg": 3184, "rotates": false }, + { "id": "mon_boomer_fungus", "fg": 2949, "bg": 3184, "rotates": false }, + { "id": "mon_breather", "fg": 2950, "rotates": false }, + { "id": "mon_breather_hub", "fg": 2951, "bg": 3184, "rotates": false }, + { "id": "mon_c4_hack", "fg": 2952, "bg": 3184, "rotates": false }, + { "id": "mon_cat", "fg": 2947, "bg": 3184, "rotates": false }, + { "id": "mon_centipede", "fg": 2953, "rotates": false }, + { "id": "mon_centipede_giant", "fg": 2954, "bg": 3184, "rotates": false }, + { "id": "mon_charred_nightmare", "fg": 2955, "rotates": false }, + { "id": "mon_chicken", "fg": 2956, "bg": 3184, "rotates": false }, + { "id": "mon_chipmunk", "fg": 2957, "bg": 3184, "rotates": false }, + { "id": "mon_chud", "fg": 2958, "bg": 3184, "rotates": false }, + { "id": "mon_compsognathus", "fg": 2959, "bg": 3184, "rotates": false }, + { "id": "mon_cougar", "fg": 2960, "bg": 3184, "rotates": false }, + { "id": "mon_coyote", "fg": 2961, "bg": 3184, "rotates": false }, + { "id": "mon_coyote_wolf", "fg": 2962, "bg": 3184, "rotates": false }, + { "id": "mon_crawler", "fg": 2963, "bg": 3184, "rotates": false }, + { "id": "mon_creeper_hub", "fg": 2964, "bg": 3184, "rotates": false }, + { "id": "mon_creeper_vine", "fg": 2965, "bg": 3184, "rotates": false }, + { "id": "mon_crow", "fg": 2966, "bg": 3184, "rotates": false }, + { "id": "mon_darkman", "fg": 2967, "bg": 3184, "rotates": false }, + { "id": "mon_deer", "fg": 2968, "bg": 3184, "rotates": false }, + { "id": "mon_deer_mouse", "fg": 3047, "rotates": false }, + { "id": "mon_deinonychus", "fg": 2969, "bg": 3184, "rotates": false }, + { "id": "mon_dementia", "fg": 2970, "bg": 3184, "rotates": false }, + { "id": "mon_dermatik", "fg": 2971, "bg": 3184, "rotates": false }, + { "id": "mon_dermatik_larva", "fg": 2972, "rotates": false }, + { "id": "mon_dilophosaurus", "fg": 2969, "bg": 3184, "rotates": false }, + { "id": "mon_dimorphodon", "fg": 2973, "bg": 3184, "rotates": false }, + { "id": "mon_dog_skeleton", "fg": 2974, "bg": 3184, "rotates": false }, + { "id": "mon_dog_zombie_cop", "fg": 2975, "bg": 3184, "rotates": false }, + { "id": "mon_dog_zombie_rot", "fg": 2976, "bg": [ ], "rotates": false }, + { "id": "mon_dragonfly_giant", "fg": 2978, "bg": 3184, "rotates": false }, + { "id": "mon_dragonfly_small", "fg": 2977, "rotates": false }, + { "id": "mon_duck", "fg": 2979, "bg": 3184, "rotates": false }, + { "id": "mon_eoraptor", "fg": 2959, "bg": 3184, "rotates": false }, + { "id": "mon_fant", "fg": 2980, "rotates": false }, + { "id": "mon_fish_blinky", "fg": 2981, "rotates": false }, + { "id": "mon_fish_bluegill", "fg": 2982, "rotates": false }, + { "id": "mon_fish_bowfin", "fg": 2983, "rotates": false }, + { "id": "mon_fish_bullhead", "fg": 2984, "rotates": false }, + { "id": "mon_fish_carp", "fg": 2985, "rotates": false }, + { "id": "mon_fish_crayfish", "fg": 2986, "rotates": false }, + { "id": "mon_fish_lbass", "fg": 2987, "rotates": false }, + { "id": "mon_fish_lobster", "fg": 2988, "rotates": false }, + { "id": "mon_fish_pbass", "fg": 2989, "rotates": false }, + { "id": "mon_fish_perch", "fg": 2990, "rotates": false }, + { "id": "mon_fish_pickerel", "fg": 2991, "rotates": false }, + { "id": "mon_fish_pike", "fg": 2992, "rotates": false }, + { "id": "mon_fish_salmon", "fg": 2993, "rotates": false }, + { "id": "mon_fish_sbass", "fg": 2994, "rotates": false }, + { "id": "mon_fish_sunfish", "fg": 2995, "rotates": false }, + { "id": "mon_fish_trout", "fg": 2996, "rotates": false }, + { "id": "mon_fish_whitefish", "fg": 2997, "rotates": false }, + { "id": "mon_flaming_eye", "fg": 2998, "bg": 3184, "rotates": false }, + { "id": "mon_flashbang_hack", "fg": 2999, "bg": 3184, "rotates": false }, + { "id": "mon_fly", "fg": 3000, "bg": 3184, "rotates": false }, + { "id": "mon_fox_gray", "fg": 3001, "bg": 3184, "rotates": false }, + { "id": "mon_fox_red", "fg": 3001, "bg": 3184, "rotates": false }, + { "id": "mon_fungal_blossom", "fg": 3002, "bg": 3184, "rotates": false }, + { "id": "mon_fungal_fighter", "fg": 3003, "bg": 3184, "rotates": false }, + { "id": "mon_fungal_hedgerow", "fg": 3004, "bg": 3184, "rotates": false }, + { "id": "mon_fungal_tendril", "fg": 3005, "bg": 3184, "rotates": false }, + { "id": "mon_fungal_wall", "fg": 3006, "bg": 3184, "rotates": false }, + { "id": "mon_fungaloid_dormant", "fg": 3128, "bg": 3184, "rotates": false }, + { "id": "mon_gallimimus", "fg": 3007, "bg": 3184, "rotates": false }, + { "id": "mon_gasbomb_hack", "fg": 3008, "bg": 3184, "rotates": false }, + { "id": "mon_gator", "fg": 3009, "rotates": false }, + { "id": "mon_gelatin", "fg": 3010, "bg": 3184, "rotates": false }, + { "id": "mon_generator", "fg": 3011, "bg": 3184, "rotates": false }, + { "id": "mon_giant_cockroach", "fg": 3012, "rotates": false }, + { "id": "mon_giant_cockroach_nymph", "fg": 3013, "rotates": false }, + { "id": "mon_goat", "fg": 3014, "rotates": false }, + { "id": "mon_gozu", "fg": 3015, "bg": 3184, "rotates": false }, + { "id": "mon_graboid", "fg": 3016, "bg": 3184, "rotates": false }, + { "id": "mon_grenade_hack", "fg": 3017, "bg": 3184, "rotates": false }, + { "id": "mon_groundhog", "fg": 2957, "bg": 3184, "rotates": false }, + { "id": "mon_halfworm", "fg": 3018, "bg": 3184, "rotates": false }, + { "id": "mon_hallu_mom", "fg": 3019, "bg": 3184, "rotates": false }, + { "id": "mon_hare", "fg": 3020, "bg": 3184, "rotates": false }, + { "id": "mon_hare_season_winter", "fg": 3021, "bg": 3184, "rotates": false }, + { "id": "mon_headless_dog_thing", "fg": 3022, "bg": 3184, "rotates": false }, + { "id": "mon_hologram", "fg": 3129, "rotates": false }, + { "id": "mon_human_snail", "fg": 3023, "bg": 3184, "rotates": false }, + { "id": "mon_irradiated_wanderer_1", "fg": 3024, "bg": 3184 }, + { "id": "mon_irradiated_wanderer_2", "fg": 3025, "bg": 3184, "rotates": false }, + { "id": "mon_irradiated_wanderer_3", "fg": 3026, "bg": 3184 }, + { "id": "mon_irradiated_wanderer_4", "fg": 3027, "bg": 3184 }, + { "id": "mon_laserturret", "fg": 3028, "bg": 3184, "rotates": false }, + { "id": "mon_lemming", "fg": 2957, "bg": 3184, "rotates": false }, + { "id": "mon_manhack", "fg": 3029, "bg": 3184, "rotates": false }, + { "id": "mon_manhack_acid", "fg": 3030, "rotates": false }, + { "id": "mon_mi_go", "fg": 3032, "bg": 3184, "rotates": false }, + { "id": "mon_mininuke_hack", "fg": 3031, "bg": 3184, "rotates": false }, + { "id": "mon_mink", "fg": 2957, "bg": 3184, "rotates": false }, + { "id": "mon_moose", "fg": 3033, "bg": 3184, "rotates": false }, + { "id": "mon_mosquito_small", "fg": 3159, "bg": 3184, "rotates": false }, + { "id": "mon_muskrat", "fg": 3047, "rotates": false }, + { "id": "mon_mutant_carp", "fg": 3034, "rotates": false }, + { "id": "mon_mutant_salmon", "fg": 3035, "rotates": false }, + { "id": "mon_one_eye", "fg": 3036, "bg": 3184, "rotates": false }, + { "id": "mon_otter", "fg": 2957, "bg": 3184, "rotates": false }, + { "id": "mon_player_blob", "fg": 3037, "bg": 3184, "rotates": false }, + { "id": "mon_pregnant_giant_cockroach", "fg": 3038, "rotates": false }, + { "id": "mon_prototype_cyborg", "fg": 3163, "bg": 3184, "rotates": false }, + { "id": "mon_rabbit", "fg": 3039, "bg": 3184, "rotates": false }, + { "id": "mon_raccoon", "fg": 3040, "bg": 3184, "rotates": false }, + { "id": "mon_rat_king", "fg": 3043, "bg": 3184, "rotates": false }, + { "id": "mon_rattlesnake", "fg": 3041, "bg": 3184, "rotates": false }, + { "id": "mon_rattlesnake_giant", "fg": 3042, "bg": 3184, "rotates": false }, + { "id": "mon_razorclaw", "fg": 3044, "bg": 3184 }, + { "id": "mon_riotbot", "fg": 3045, "bg": 3184, "rotates": false }, + { "id": "mon_sewer_fish", "fg": 3046, "bg": 3184, "rotates": false }, + { "id": "mon_sewer_rat", "fg": 3047, "bg": 3184, "rotates": false }, + { "id": "mon_sewer_snake", "fg": 3048, "bg": 3184, "rotates": false }, + { "id": "mon_shadow", "fg": 3049, "rotates": false }, + { "id": "mon_shadow_snake", "fg": 3050, "rotates": false }, + { "id": "mon_skeleton", "fg": 3051, "bg": 3184, "rotates": false }, + { "id": "mon_skeleton_electric", "fg": 3166, "bg": 3184, "rotates": false }, + { "id": "mon_skitterbot", "fg": 3052, "bg": 3184, "rotates": false }, + { "id": "mon_sludge_crawler", "fg": 3053, "bg": 3184, "rotates": false }, + { "id": "mon_spider_cellar_giant", "fg": 3054, "bg": 3184, "rotates": false }, + { "id": "mon_spider_cellar_giant_s", "fg": 3055, "bg": 3184, "rotates": false }, + { "id": "mon_spider_jumping_giant", "fg": 3057, "bg": 3184, "rotates": false }, + { "id": "mon_spider_jumping_giant_mega", "fg": 3058, "rotates": false }, + { "id": "mon_spider_jumping_small", "fg": 3056, "bg": 3184, "rotates": false }, + { "id": "mon_spider_trapdoor", "fg": 3059, "bg": 3184, "rotates": false }, + { "id": "mon_spider_trapdoor_giant", "fg": 3060, "bg": 3184, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_mega", "fg": 3061, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_small", "fg": 3062, "rotates": false }, + { "id": "mon_spider_web", "fg": 3063, "bg": 3184, "rotates": false }, + { "id": "mon_spider_web_giant", "fg": 3063, "bg": 3184, "rotates": false }, + { "id": "mon_spider_web_mega", "fg": 3064, "rotates": false }, + { "id": "mon_spider_web_s", "fg": 3065, "bg": 3184, "rotates": false }, + { "id": "mon_spider_widow_giant", "fg": 3067, "bg": 3184, "rotates": false }, + { "id": "mon_spider_widow_giant_s", "fg": 3068, "bg": 3184, "rotates": false }, + { "id": "mon_spider_widow_small", "fg": 3066, "bg": 3184, "rotates": false }, + { "id": "mon_spider_wolf_giant", "fg": 3070, "bg": 3184, "rotates": false }, + { "id": "mon_spider_wolf_small", "fg": 3069, "bg": 3184, "rotates": false }, + { "id": "mon_spore", "fg": 3071, "bg": 3184, "rotates": false }, + { "id": "mon_squirrel", "fg": 3072, "bg": 3184, "rotates": false }, + { "id": "mon_squirrel_red", "fg": 3072, "bg": 3184, "rotates": false }, + { "id": "mon_titanis", "fg": 3073, "bg": 3184, "rotates": false }, + { "id": "mon_turkey", "fg": 3074, "bg": 3184, "rotates": false }, + { "id": "mon_velociraptor", "fg": 3075, "bg": 3184, "rotates": false }, + { "id": "mon_vinebeast", "fg": 3076, "bg": 3184, "rotates": false }, + { "id": "mon_vortex", "fg": 3077, "bg": 3184, "rotates": false }, + { "id": "mon_w11b10", "fg": 3130, "rotates": false }, + { "id": "mon_w11b20b4", "fg": 3131, "rotates": false }, + { "id": "mon_w11h10", "fg": 3133, "rotates": false }, + { "id": "mon_w12b10", "fg": 3132, "rotates": false }, + { "id": "mon_w12n10", "fg": 3134, "rotates": false }, + { "id": "mon_wasp", "fg": 3078, "bg": 3184, "rotates": false }, + { "id": "mon_wasp_larvae", "fg": 2972 }, + { "id": "mon_wasp_mega", "fg": 3079 }, + { "id": "mon_wasp_small", "fg": 3080, "rotates": false }, + { "id": "mon_weasel", "fg": 2957, "bg": 3184, "rotates": false }, + { "id": "mon_wolf", "fg": 3081, "bg": 3184, "rotates": false }, + { "id": "mon_worm", "fg": 3082, "bg": 3184, "rotates": false }, + { "id": "mon_zhark", "fg": 3083 }, + { "id": "mon_zolf", "fg": 3084, "bg": 3184, "rotates": false }, + { "id": "mon_zolf_shady", "fg": 3085, "rotates": false }, + { "id": "mon_zombear", "fg": 3086, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_acidic", "fg": 3087, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_anklebiter", "fg": 3088, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_biter", "fg": 3089, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_blind", "fg": 3090, "rotates": false }, + { "id": "mon_zombie_brainless", "fg": 3170, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_brute", "fg": 3091, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_brute_grappler", "fg": 3092, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_brute_ninja", "fg": 3093, "bg": 3184 }, + { "id": "mon_zombie_brute_shocker", "fg": 3094, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_child_fungus", "fg": 3135, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_child_scorched", "fg": 3095, "bg": 3184 }, + { "id": "mon_zombie_child_scorched_2", "fg": 3096, "rotates": false }, + { "id": "mon_zombie_cop", "fg": 3097, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_crawler", "fg": 3098, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_creepy", "fg": 3099, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_dancer", "fg": 3100, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_dog", "fg": 3101, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_ears", "fg": 3171, "bg": 3184 }, + { "id": "mon_zombie_electric", "fg": 3102, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_fiend", "fg": 3172, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_fireman", "fg": 3103, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_fungus", "fg": [ 3104, 3173 ], "bg": 3184, "rotates": false }, + { "id": "mon_zombie_gasbag", "fg": 3105, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_grappler", "fg": 3106, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_hazmat", "fg": 3107, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_hollow", "fg": 3108, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_hunter", "fg": 3109, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_jackson", "fg": 3110, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_kevlar_1", "fg": 3177, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_mancroc", "fg": 3111, "bg": 3184 }, + { "id": "mon_zombie_master", "fg": 3112, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_necro", "fg": 3113, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_predator", "fg": 3114, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_rot", "fg": 3115, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_scorched", "fg": 3116, "bg": 3184 }, + { "id": "mon_zombie_shady", "fg": 3117, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_shady_ghost", "fg": 3118, "rotates": false }, + { "id": "mon_zombie_shriekling", "fg": 3119, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_skull", "fg": 3179, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_smoker", "fg": 3120, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_snotgobbler", "fg": 3121, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_spitter", "fg": 3122, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_sproglodyte", "fg": 3123, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_static", "fg": 3180, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_swimmer", "fg": 3124, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_thorny", "fg": 3181, "rotates": false, "bg": 3184 }, + { "id": "mon_zombie_waif", "fg": 3125, "bg": 3184, "rotates": false }, + { "id": "mon_zombie_wretched", "fg": 3182, "bg": 3184, "rotates": false }, + { "id": "mon_zoose", "fg": 3126, "bg": 3184, "rotates": false }, + { "id": "mon_zougar", "fg": 3127, "bg": 3184, "rotates": false }, + { "id": "mon_triffid", "fg": 3167, "bg": 3184 }, + { "id": "mon_triffid_sprig", "fg": 3168, "bg": 3184 }, + { "id": "mon_triffid_young", "fg": 3169, "bg": 3184 }, { "id": "mon_broken_cyborg", "fg": [ - { "weight": 1, "sprite": 3193 }, { "weight": 1, "sprite": 3194 }, { "weight": 1, "sprite": 3195 }, { "weight": 1, "sprite": 3196 }, { "weight": 1, "sprite": 3197 }, - { "weight": 1, "sprite": 3198 } + { "weight": 1, "sprite": 3198 }, + { "weight": 1, "sprite": 3199 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": [ "mon_dog", "mon_dog_thing" ], - "fg": [ { "weight": 10, "sprite": 3202 }, { "weight": 1, "sprite": 3203 } ], + "fg": [ { "weight": 10, "sprite": 3203 }, { "weight": 1, "sprite": 3204 } ], "rotates": false }, { "id": "mon_feral_human_crowbar", "fg": [ - { "weight": 1, "sprite": 3214 }, { "weight": 1, "sprite": 3215 }, { "weight": 1, "sprite": 3216 }, { "weight": 1, "sprite": 3217 }, { "weight": 1, "sprite": 3218 }, { "weight": 1, "sprite": 3219 }, { "weight": 1, "sprite": 3220 }, - { "weight": 1, "sprite": 3221 } + { "weight": 1, "sprite": 3221 }, + { "weight": 1, "sprite": 3222 } ], - "bg": 3183 + "bg": 3184 }, { "id": "mon_feral_human_pipe", "fg": [ - { "weight": 1, "sprite": 3222 }, { "weight": 1, "sprite": 3223 }, { "weight": 1, "sprite": 3224 }, { "weight": 1, "sprite": 3225 }, { "weight": 1, "sprite": 3226 }, { "weight": 1, "sprite": 3227 }, { "weight": 1, "sprite": 3228 }, - { "weight": 1, "sprite": 3229 } + { "weight": 1, "sprite": 3229 }, + { "weight": 1, "sprite": 3230 } ], - "bg": 3183 + "bg": 3184 }, { "id": "mon_feral_human_axe", "fg": [ - { "weight": 1, "sprite": 3206 }, { "weight": 1, "sprite": 3207 }, { "weight": 1, "sprite": 3208 }, { "weight": 1, "sprite": 3209 }, { "weight": 1, "sprite": 3210 }, { "weight": 1, "sprite": 3211 }, { "weight": 1, "sprite": 3212 }, - { "weight": 1, "sprite": 3213 } + { "weight": 1, "sprite": 3213 }, + { "weight": 1, "sprite": 3214 } ], - "bg": 3183 + "bg": 3184 }, { "id": "mon_feral_labsecurity_9mm", "fg": [ - { "weight": 1, "sprite": 3230 }, { "weight": 1, "sprite": 3231 }, { "weight": 1, "sprite": 3232 }, { "weight": 1, "sprite": 3233 }, { "weight": 1, "sprite": 3234 }, { "weight": 1, "sprite": 3235 }, { "weight": 1, "sprite": 3236 }, - { "weight": 1, "sprite": 3237 } + { "weight": 1, "sprite": 3237 }, + { "weight": 1, "sprite": 3238 } ], - "bg": 3183 + "bg": 3184 }, { "id": "mon_feral_labsecurity_flashlight", "fg": [ - { "weight": 1, "sprite": 3238 }, { "weight": 1, "sprite": 3239 }, { "weight": 1, "sprite": 3240 }, { "weight": 1, "sprite": 3241 }, - { "weight": 1, "sprite": 3242 } + { "weight": 1, "sprite": 3242 }, + { "weight": 1, "sprite": 3243 } ], - "bg": 3183 + "bg": 3184 }, { "id": "mon_feral_scientist_scalpel", "fg": [ - { "weight": 1, "sprite": 3243 }, { "weight": 1, "sprite": 3244 }, { "weight": 1, "sprite": 3245 }, { "weight": 1, "sprite": 3246 }, - { "weight": 1, "sprite": 3247 } + { "weight": 1, "sprite": 3247 }, + { "weight": 1, "sprite": 3248 } ], - "bg": 3183 + "bg": 3184 }, { "id": "mon_zombie_bio_op", "animated": true, - "fg": [ { "weight": 10, "sprite": 3259 }, { "weight": 25, "sprite": 3263 }, { "weight": 25, "sprite": 3264 } ] + "fg": [ { "weight": 10, "sprite": 3260 }, { "weight": 25, "sprite": 3264 }, { "weight": 25, "sprite": 3265 } ] }, { "id": "mon_zombie_bio_op2", "animated": true, - "fg": [ { "weight": 10, "sprite": 3260 }, { "weight": 25, "sprite": 3261 }, { "weight": 25, "sprite": 3262 } ] + "fg": [ { "weight": 10, "sprite": 3261 }, { "weight": 25, "sprite": 3262 }, { "weight": 25, "sprite": 3263 } ] }, { "id": "mon_zombie_milbase_personnel", - "fg": [ { "weight": 1, "sprite": 3265 }, { "weight": 1, "sprite": 3266 } ], - "bg": 3183, + "fg": [ { "weight": 1, "sprite": 3266 }, { "weight": 1, "sprite": 3267 } ], + "bg": 3184, "rotates": false }, { "id": "mon_zombie_military_pilot", - "fg": [ { "weight": 1, "sprite": 3267 }, { "weight": 1, "sprite": 3268 } ], - "bg": 3183, + "fg": [ { "weight": 1, "sprite": 3268 }, { "weight": 1, "sprite": 3269 } ], + "bg": 3184, "rotates": false }, { "id": "mon_zombie_soldier", - "fg": [ { "weight": 1, "sprite": 3269 }, { "weight": 1, "sprite": 3270 } ], - "bg": 3183, + "fg": [ { "weight": 1, "sprite": 3270 }, { "weight": 1, "sprite": 3271 } ], + "bg": 3184, "rotates": false }, { "id": "mon_fungaloid", - "fg": [ { "weight": 100, "sprite": 3287 }, { "weight": 1, "sprite": 3288 } ], + "fg": [ { "weight": 100, "sprite": 3288 }, { "weight": 1, "sprite": 3289 } ], "rotates": false }, - { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 3311, "rotates": false }, + { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 3312, "rotates": false }, { "id": [ "corpse_mon_zombie_crawler_pupa", "corpse_mon_zombie_crawler_pupa_decoy" ], - "fg": 3310, + "fg": 3311, "rotates": false }, { "id": "mon_zombie_giant_heart", "animated": true, "fg": [ - { "weight": 15, "sprite": 3318 }, { "weight": 15, "sprite": 3319 }, - { "weight": 15, "sprite": 3318 }, - { "weight": 15, "sprite": 3320 } + { "weight": 15, "sprite": 3320 }, + { "weight": 15, "sprite": 3319 }, + { "weight": 15, "sprite": 3321 } ], "rotates": false, - "bg": 3183 + "bg": 3184 }, - { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 3326, "rotates": false }, - { "id": [ "corpse_mon_zombie_pupa", "corpse_mon_zombie_pupa_decoy" ], "fg": 3325, "rotates": false }, + { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 3327, "rotates": false }, + { "id": [ "corpse_mon_zombie_pupa", "corpse_mon_zombie_pupa_decoy" ], "fg": 3326, "rotates": false }, { "id": "mon_twisted_body", - "fg": [ { "weight": 1, "sprite": 3337 }, { "weight": 1, "sprite": 3338 }, { "weight": 1, "sprite": 3339 } ], - "bg": 3183, + "fg": [ { "weight": 1, "sprite": 3338 }, { "weight": 1, "sprite": 3339 }, { "weight": 1, "sprite": 3340 } ], + "bg": 3184, "rotates": false }, { "id": "mon_zombie", "fg": [ - { "weight": 1, "sprite": 3340 }, - { "weight": 1, "sprite": 3342 }, - { "weight": 1, "sprite": 3353 }, - { "weight": 1, "sprite": 3360 }, + { "weight": 1, "sprite": 3341 }, + { "weight": 1, "sprite": 3343 }, + { "weight": 1, "sprite": 3354 }, { "weight": 1, "sprite": 3361 }, { "weight": 1, "sprite": 3362 }, { "weight": 1, "sprite": 3363 }, { "weight": 1, "sprite": 3364 }, { "weight": 1, "sprite": 3365 }, { "weight": 1, "sprite": 3366 }, - { "weight": 1, "sprite": 3343 }, + { "weight": 1, "sprite": 3367 }, { "weight": 1, "sprite": 3344 }, { "weight": 1, "sprite": 3345 }, { "weight": 1, "sprite": 3346 }, @@ -3438,67 +3437,67 @@ { "weight": 1, "sprite": 3350 }, { "weight": 1, "sprite": 3351 }, { "weight": 1, "sprite": 3352 }, - { "weight": 1, "sprite": 3354 }, + { "weight": 1, "sprite": 3353 }, { "weight": 1, "sprite": 3355 }, { "weight": 1, "sprite": 3356 }, { "weight": 1, "sprite": 3357 }, { "weight": 1, "sprite": 3358 }, - { "weight": 1, "sprite": 3359 } + { "weight": 1, "sprite": 3359 }, + { "weight": 1, "sprite": 3360 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_child", "fg": [ - { "weight": 1, "sprite": 3367 }, { "weight": 1, "sprite": 3368 }, { "weight": 1, "sprite": 3369 }, - { "weight": 1, "sprite": 3378 }, + { "weight": 1, "sprite": 3370 }, { "weight": 1, "sprite": 3379 }, { "weight": 1, "sprite": 3380 }, { "weight": 1, "sprite": 3381 }, { "weight": 1, "sprite": 3382 }, { "weight": 1, "sprite": 3383 }, - { "weight": 1, "sprite": 3370 }, + { "weight": 1, "sprite": 3384 }, { "weight": 1, "sprite": 3371 }, { "weight": 1, "sprite": 3372 }, { "weight": 1, "sprite": 3373 }, { "weight": 1, "sprite": 3374 }, { "weight": 1, "sprite": 3375 }, { "weight": 1, "sprite": 3376 }, - { "weight": 1, "sprite": 3377 } + { "weight": 1, "sprite": 3377 }, + { "weight": 1, "sprite": 3378 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_fat", "fg": [ - { "weight": 1, "sprite": 3384 }, { "weight": 1, "sprite": 3385 }, { "weight": 1, "sprite": 3386 }, - { "weight": 1, "sprite": 3394 }, + { "weight": 1, "sprite": 3387 }, { "weight": 1, "sprite": 3395 }, { "weight": 1, "sprite": 3396 }, { "weight": 1, "sprite": 3397 }, { "weight": 1, "sprite": 3398 }, { "weight": 1, "sprite": 3399 }, - { "weight": 1, "sprite": 3387 }, + { "weight": 1, "sprite": 3400 }, { "weight": 1, "sprite": 3388 }, { "weight": 1, "sprite": 3389 }, { "weight": 1, "sprite": 3390 }, { "weight": 1, "sprite": 3391 }, { "weight": 1, "sprite": 3392 }, - { "weight": 1, "sprite": 3393 } + { "weight": 1, "sprite": 3393 }, + { "weight": 1, "sprite": 3394 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_grabber", "fg": [ - { "weight": 1, "sprite": 3400 }, { "weight": 1, "sprite": 3401 }, { "weight": 1, "sprite": 3402 }, { "weight": 1, "sprite": 3403 }, @@ -3506,54 +3505,54 @@ { "weight": 1, "sprite": 3405 }, { "weight": 1, "sprite": 3406 }, { "weight": 1, "sprite": 3407 }, - { "weight": 1, "sprite": 3408 } + { "weight": 1, "sprite": 3408 }, + { "weight": 1, "sprite": 3409 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_labsecurity", "fg": [ - { "weight": 1, "sprite": 3409 }, { "weight": 1, "sprite": 3410 }, { "weight": 1, "sprite": 3411 }, { "weight": 1, "sprite": 3412 }, { "weight": 1, "sprite": 3413 }, - { "weight": 1, "sprite": 3414 } + { "weight": 1, "sprite": 3414 }, + { "weight": 1, "sprite": 3415 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_prisoner", "fg": [ - { "weight": 1, "sprite": 3415 }, { "weight": 1, "sprite": 3416 }, { "weight": 1, "sprite": 3417 }, { "weight": 1, "sprite": 3418 }, { "weight": 1, "sprite": 3419 }, - { "weight": 1, "sprite": 3420 } + { "weight": 1, "sprite": 3420 }, + { "weight": 1, "sprite": 3421 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_runner", "fg": [ - { "weight": 1, "sprite": 3421 }, { "weight": 1, "sprite": 3422 }, { "weight": 1, "sprite": 3423 }, { "weight": 1, "sprite": 3424 }, - { "weight": 1, "sprite": 3425 } + { "weight": 1, "sprite": 3425 }, + { "weight": 1, "sprite": 3426 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_scientist", "fg": [ - { "weight": 1, "sprite": 3426 }, - { "weight": 1, "sprite": 3429 }, + { "weight": 1, "sprite": 3427 }, { "weight": 1, "sprite": 3430 }, { "weight": 1, "sprite": 3431 }, { "weight": 1, "sprite": 3432 }, @@ -3561,81 +3560,82 @@ { "weight": 1, "sprite": 3434 }, { "weight": 1, "sprite": 3435 }, { "weight": 1, "sprite": 3436 }, - { "weight": 1, "sprite": 3427 }, - { "weight": 1, "sprite": 3428 } + { "weight": 1, "sprite": 3437 }, + { "weight": 1, "sprite": 3428 }, + { "weight": 1, "sprite": 3429 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_screecher", "fg": [ - { "weight": 1, "sprite": 3437 }, { "weight": 1, "sprite": 3438 }, { "weight": 1, "sprite": 3439 }, - { "weight": 1, "sprite": 3440 } + { "weight": 1, "sprite": 3440 }, + { "weight": 1, "sprite": 3441 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_shrieker", "fg": [ - { "weight": 1, "sprite": 3441 }, { "weight": 1, "sprite": 3442 }, { "weight": 1, "sprite": 3443 }, - { "weight": 1, "sprite": 3444 } + { "weight": 1, "sprite": 3444 }, + { "weight": 1, "sprite": 3445 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_survivor", - "fg": [ { "weight": 1, "sprite": 3445 }, { "weight": 1, "sprite": 3446 } ], - "bg": 3183, + "fg": [ { "weight": 1, "sprite": 3446 }, { "weight": 1, "sprite": 3447 } ], + "bg": 3184, "rotates": false }, { "id": "mon_zombie_survivor_elite", - "fg": [ { "weight": 1, "sprite": 3447 }, { "weight": 1, "sprite": 3448 }, { "weight": 1, "sprite": 3449 } ], - "bg": 3183, + "fg": [ { "weight": 1, "sprite": 3448 }, { "weight": 1, "sprite": 3449 }, { "weight": 1, "sprite": 3450 } ], + "bg": 3184, "rotates": false }, { "id": "mon_zombie_technician", "fg": [ - { "weight": 1, "sprite": 3450 }, { "weight": 1, "sprite": 3451 }, { "weight": 1, "sprite": 3452 }, - { "weight": 1, "sprite": 3453 } + { "weight": 1, "sprite": 3453 }, + { "weight": 1, "sprite": 3454 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, { "id": "mon_zombie_tough", "fg": [ - { "weight": 1, "sprite": 3454 }, { "weight": 1, "sprite": 3455 }, { "weight": 1, "sprite": 3456 }, - { "weight": 1, "sprite": 3463 }, + { "weight": 1, "sprite": 3457 }, { "weight": 1, "sprite": 3464 }, { "weight": 1, "sprite": 3465 }, { "weight": 1, "sprite": 3466 }, { "weight": 1, "sprite": 3467 }, { "weight": 1, "sprite": 3468 }, - { "weight": 1, "sprite": 3457 }, + { "weight": 1, "sprite": 3469 }, { "weight": 1, "sprite": 3458 }, { "weight": 1, "sprite": 3459 }, { "weight": 1, "sprite": 3460 }, { "weight": 1, "sprite": 3461 }, - { "weight": 1, "sprite": 3462 } + { "weight": 1, "sprite": 3462 }, + { "weight": 1, "sprite": 3463 } ], - "bg": 3183, + "bg": 3184, "rotates": false }, - { "id": [ "explosion_AEA_ACIDBALL", "explosion_death_acid" ], "fg": 3469 }, - { "id": [ "explosion_AEA_FATIGUE", "explosion_death_portal" ], "fg": 3472 }, + { "id": [ "explosion_AEA_ACIDBALL", "explosion_death_acid" ], "fg": 3470 }, + { "id": [ "explosion_AEA_FATIGUE", "explosion_death_portal" ], "fg": 3473 }, { "id": [ "explosion_death_blobsplit_large", @@ -3643,10 +3643,10 @@ "explosion_death_blobsplit_brain", "explosion_death_blob_brain" ], - "fg": 3488 + "fg": 3489 }, - { "id": [ "explosion_death_gas", "explosion_AEA_VOMIT" ], "fg": 3481 }, - { "id": [ "explosion_crushed_giant_summoning", "explosion_mon_summon_zombie_gasbag_crawler" ], "fg": 3502 }, + { "id": [ "explosion_death_gas", "explosion_AEA_VOMIT" ], "fg": 3482 }, + { "id": [ "explosion_crushed_giant_summoning", "explosion_mon_summon_zombie_gasbag_crawler" ], "fg": 3503 }, { "id": [ "explosion_remove_controlled_jackson", @@ -3656,92 +3656,92 @@ "explosion_death_amigara", "spawning_zombie_die" ], - "fg": 3830 + "fg": 3831 }, { "id": [ "explosion_AEA_BLOOD" ], - "fg": 3514, + "fg": 3515, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3513 }, { "id": "edge", "fg": 3514 } ] + "additional_tiles": [ { "id": "corner", "fg": 3514 }, { "id": "edge", "fg": 3515 } ] }, { "id": [ "explosion_AEA_RADIATION" ], - "fg": 3516, + "fg": 3517, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3515 }, { "id": "edge", "fg": 3516 } ] + "additional_tiles": [ { "id": "corner", "fg": 3516 }, { "id": "edge", "fg": 3517 } ] }, { "id": [ "explosion_AEA_SHADOWS" ], - "fg": 3518, + "fg": 3519, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3517 }, { "id": "edge", "fg": 3518 } ] + "additional_tiles": [ { "id": "corner", "fg": 3518 }, { "id": "edge", "fg": 3519 } ] }, { "id": [ "explosion_AEA_STORM_bolt", "explosion_weaponpod_electric_blast" ], - "fg": 3520, + "fg": 3521, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3519 }, { "id": "edge", "fg": 3520 } ] + "additional_tiles": [ { "id": "corner", "fg": 3520 }, { "id": "edge", "fg": 3521 } ] }, { "id": [ "explosion_AO_CALL_OF_TINDALOS" ], - "fg": 3522, + "fg": 3523, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3521 }, { "id": "edge", "fg": 3522 } ] + "additional_tiles": [ { "id": "corner", "fg": 3522 }, { "id": "edge", "fg": 3523 } ] }, { "id": [ "explosion_death_boomer" ], - "fg": 3524, + "fg": 3525, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3523 }, { "id": "edge", "fg": 3524 } ] + "additional_tiles": [ { "id": "corner", "fg": 3524 }, { "id": "edge", "fg": 3525 } ] }, { "id": [ "explosion_death_focused_beam_explosion" ], - "fg": 3526, + "fg": 3527, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3525 }, { "id": "edge", "fg": 3526 } ] + "additional_tiles": [ { "id": "corner", "fg": 3526 }, { "id": "edge", "fg": 3527 } ] }, { "id": [ "explosion_fog_machine" ], - "fg": 3527, + "fg": 3528, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 1040 }, { "id": "edge", "fg": 3527 } ] + "additional_tiles": [ { "id": "corner", "fg": 1041 }, { "id": "edge", "fg": 3528 } ] }, - { "id": [ "explosion_dragon_inflatable", "explosion_ghost_inflatable" ], "fg": 3528 }, + { "id": [ "explosion_dragon_inflatable", "explosion_ghost_inflatable" ], "fg": 3529 }, { "id": [ "explosion_necro_boomer_revive" ], - "fg": 3530, + "fg": 3531, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3529 }, { "id": "edge", "fg": 3530 } ] + "additional_tiles": [ { "id": "corner", "fg": 3530 }, { "id": "edge", "fg": 3531 } ] }, { "id": [ "explosion_shady_raptor_spawn" ], - "fg": 3532, + "fg": 3533, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3531 }, { "id": "edge", "fg": 3532 } ] + "additional_tiles": [ { "id": "corner", "fg": 3532 }, { "id": "edge", "fg": 3533 } ] }, { "id": [ "explosion_big_raptor_spawn", "explosion_small_raptor_spawn", "explosion_hive_raptor_spawn" ], - "fg": 3534, + "fg": 3535, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3533 }, { "id": "edge", "fg": 3534 } ] + "additional_tiles": [ { "id": "corner", "fg": 3534 }, { "id": "edge", "fg": 3535 } ] }, { "id": [ "explosion_spread_sludge" ], - "fg": 3536, + "fg": 3537, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3535 }, { "id": "edge", "fg": 3536 } ] + "additional_tiles": [ { "id": "corner", "fg": 3536 }, { "id": "edge", "fg": 3537 } ] }, { "id": [ "explosion_spur_shrill" ], - "fg": 3538, + "fg": 3539, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3537 }, { "id": "edge", "fg": 3538 } ] + "additional_tiles": [ { "id": "corner", "fg": 3538 }, { "id": "edge", "fg": 3539 } ] }, { "id": [ "explosion_weaponpod_heat_gun" ], - "fg": 3540, + "fg": 3541, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3539 }, { "id": "edge", "fg": 3540 } ] + "additional_tiles": [ { "id": "corner", "fg": 3540 }, { "id": "edge", "fg": 3541 } ] }, { "id": [ @@ -3752,7 +3752,7 @@ "explosion_green_researcher_check", "explosion_black_security_check" ], - "fg": 3541 + "fg": 3542 }, { "id": [ @@ -3773,125 +3773,125 @@ "explosion_AEA_BUGS", "explosion_summon_wisps" ], - "fg": 3543, - "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3542 }, { "id": "edge", "fg": 3543 } ] - }, - { "id": "f_aut_gas_console", "fg": 3568 }, - { "id": "f_aut_gas_console_o", "fg": 3569 }, - { "id": "t_atm", "fg": 3546, "bg": 3809, "rotates": false }, - { "id": [ "t_backboard", "t_backboard_in" ], "fg": 3547, "bg": 3803, "rotates": false }, - { "id": "t_barndoor", "fg": 3548, "bg": 3955, "rotates": false }, - { "id": "t_barndoor_season_autumn", "fg": 3548, "bg": 3959 }, - { "id": "t_barndoor_season_summer", "fg": 3548, "bg": 3963 }, - { "id": "t_barndoor_season_winter", "fg": 3548, "bg": 3880 }, - { "id": "t_bars", "fg": 3549, "bg": 3809, "rotates": false }, - { "id": "t_brick_wall_halfway", "fg": 3550, "bg": 3971 }, - { "id": "t_bridge", "fg": 3551, "rotates": false }, - { "id": "t_card_military", "fg": 3552, "bg": 3809, "rotates": false }, - { "id": "t_card_reader_broken", "fg": 3553, "bg": 3809, "rotates": false }, - { "id": "t_card_science", "fg": 3552, "bg": 3809, "rotates": false }, - { "id": "t_carpet_green", "fg": 3554, "rotates": false }, - { "id": "t_carpet_purple", "fg": 3555, "rotates": false }, - { "id": "t_carpet_red", "fg": 3556, "rotates": false }, - { "id": "t_carpet_yellow", "fg": 3557, "rotates": false }, - { "id": "t_chainfence_posts", "fg": 3564, "bg": 3955, "rotates": false }, + "fg": 3544, + "multitile": true, + "additional_tiles": [ { "id": "corner", "fg": 3543 }, { "id": "edge", "fg": 3544 } ] + }, + { "id": "f_aut_gas_console", "fg": 3569 }, + { "id": "f_aut_gas_console_o", "fg": 3570 }, + { "id": "t_atm", "fg": 3547, "bg": 3810, "rotates": false }, + { "id": [ "t_backboard", "t_backboard_in" ], "fg": 3548, "bg": 3804, "rotates": false }, + { "id": "t_barndoor", "fg": 3549, "bg": 3956, "rotates": false }, + { "id": "t_barndoor_season_autumn", "fg": 3549, "bg": 3960 }, + { "id": "t_barndoor_season_summer", "fg": 3549, "bg": 3964 }, + { "id": "t_barndoor_season_winter", "fg": 3549, "bg": 3881 }, + { "id": "t_bars", "fg": 3550, "bg": 3810, "rotates": false }, + { "id": "t_brick_wall_halfway", "fg": 3551, "bg": 3972 }, + { "id": "t_bridge", "fg": 3552, "rotates": false }, + { "id": "t_card_military", "fg": 3553, "bg": 3810, "rotates": false }, + { "id": "t_card_reader_broken", "fg": 3554, "bg": 3810, "rotates": false }, + { "id": "t_card_science", "fg": 3553, "bg": 3810, "rotates": false }, + { "id": "t_carpet_green", "fg": 3555, "rotates": false }, + { "id": "t_carpet_purple", "fg": 3556, "rotates": false }, + { "id": "t_carpet_red", "fg": 3557, "rotates": false }, + { "id": "t_carpet_yellow", "fg": 3558, "rotates": false }, + { "id": "t_chainfence_posts", "fg": 3565, "bg": 3956, "rotates": false }, { "id": [ "t_chainfence", "t_chainfence_h" ], - "fg": 3558, - "bg": 3803, + "fg": 3559, + "bg": 3804, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3559, "bg": 3803 }, - { "id": "edge", "fg": 3560, "bg": 3803 }, - { "id": "t_connection", "fg": 3562, "bg": 3803 }, - { "id": "center", "fg": 3558, "bg": 3803 }, - { "id": "unconnected", "fg": 3563, "bg": 3803 }, - { "id": "end_piece", "fg": 3561, "bg": 3803 } + { "id": "corner", "fg": 3560, "bg": 3804 }, + { "id": "edge", "fg": 3561, "bg": 3804 }, + { "id": "t_connection", "fg": 3563, "bg": 3804 }, + { "id": "center", "fg": 3559, "bg": 3804 }, + { "id": "unconnected", "fg": 3564, "bg": 3804 }, + { "id": "end_piece", "fg": 3562, "bg": 3804 } ] }, { "id": "t_chainfence_v", - "fg": 3558, - "bg": 3803, + "fg": 3559, + "bg": 3804, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3559, "bg": 3803 }, - { "id": "edge", "fg": 3560, "bg": 3803 }, - { "id": "t_connection", "fg": 3562, "bg": 3803 }, - { "id": "center", "fg": 3558, "bg": 3803 }, - { "id": "unconnected", "fg": 3563, "bg": 3803 }, - { "id": "end_piece", "fg": 3561, "bg": 3803 } + { "id": "corner", "fg": 3560, "bg": 3804 }, + { "id": "edge", "fg": 3561, "bg": 3804 }, + { "id": "t_connection", "fg": 3563, "bg": 3804 }, + { "id": "center", "fg": 3559, "bg": 3804 }, + { "id": "unconnected", "fg": 3564, "bg": 3804 }, + { "id": "end_piece", "fg": 3562, "bg": 3804 } ] }, - { "id": "t_chaingate_c", "fg": 3565, "bg": 3803, "rotates": false }, - { "id": "t_chaingate_l", "fg": 3565, "bg": 3803, "rotates": false }, - { "id": "t_chaingate_o", "fg": 3566, "bg": 3803, "rotates": false }, - { "id": [ "t_claymound", "t_clay" ], "fg": 3811, "bg": 3955 }, - { "id": [ "t_claymound_season_autumn", "t_clay_season_autumn" ], "fg": 3811, "bg": 3959 }, - { "id": [ "t_claymound_season_summer", "t_clay_season_summer" ], "fg": 3811, "bg": 3963 }, - { "id": "t_column", "fg": 3567, "rotates": false }, - { "id": "t_concrete_floor", "fg": 3809, "rotates": false }, - { "id": "t_console", "fg": 3568, "rotates": false }, - { "id": [ "t_console_broken", "t_sliding_concrete_wall_control" ], "fg": 3569, "rotates": false }, + { "id": "t_chaingate_c", "fg": 3566, "bg": 3804, "rotates": false }, + { "id": "t_chaingate_l", "fg": 3566, "bg": 3804, "rotates": false }, + { "id": "t_chaingate_o", "fg": 3567, "bg": 3804, "rotates": false }, + { "id": [ "t_claymound", "t_clay" ], "fg": 3812, "bg": 3956 }, + { "id": [ "t_claymound_season_autumn", "t_clay_season_autumn" ], "fg": 3812, "bg": 3960 }, + { "id": [ "t_claymound_season_summer", "t_clay_season_summer" ], "fg": 3812, "bg": 3964 }, + { "id": "t_column", "fg": 3568, "rotates": false }, + { "id": "t_concrete_floor", "fg": 3810, "rotates": false }, + { "id": "t_console", "fg": 3569, "rotates": false }, + { "id": [ "t_console_broken", "t_sliding_concrete_wall_control" ], "fg": 3570, "rotates": false }, { "id": "t_conveyor", - "fg": 3570, - "bg": 3809, + "fg": 3571, + "bg": 3810, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "edge", "fg": 3570 }, - { "id": "end_piece", "fg": 3570 }, - { "id": "corner", "fg": 3571 }, - { "id": "t_connection", "fg": 3572 } + { "id": "edge", "fg": 3571 }, + { "id": "end_piece", "fg": 3571 }, + { "id": "corner", "fg": 3572 }, + { "id": "t_connection", "fg": 3573 } ] }, - { "id": "t_covered_well", "fg": 3573, "bg": 3809, "rotates": false }, - { "id": "t_current_trans", "fg": 3574, "bg": 3809, "rotates": false }, - { "id": "t_curtains", "fg": 3575, "rotates": false }, + { "id": "t_covered_well", "fg": 3574, "bg": 3810, "rotates": false }, + { "id": "t_current_trans", "fg": 3575, "bg": 3810, "rotates": false }, + { "id": "t_curtains", "fg": 3576, "rotates": false }, { "id": "t_cvdbody", - "fg": 3576, + "fg": 3577, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3577, "bg": 3803 }, - { "id": "t_connection", "fg": 3579, "bg": 3803 }, - { "id": "end_piece", "fg": 3578, "bg": 3803 }, - { "id": "unconnected", "fg": 3576 }, - { "id": "edge", "fg": 3576 }, - { "id": "center", "fg": 3576 } + { "id": "corner", "fg": 3578, "bg": 3804 }, + { "id": "t_connection", "fg": 3580, "bg": 3804 }, + { "id": "end_piece", "fg": 3579, "bg": 3804 }, + { "id": "unconnected", "fg": 3577 }, + { "id": "edge", "fg": 3577 }, + { "id": "center", "fg": 3577 } ] }, - { "id": "t_cvdmachine", "fg": 3580, "bg": 3803 }, - { "id": "t_diesel_pump", "fg": 3581, "bg": 3803 }, - { "id": "t_diesel_pump_smashed", "fg": 3582, "bg": 3803, "rotates": false }, - { "id": [ "t_dirtmound", "t_dirtmoundfloor" ], "fg": 3815, "bg": 3545, "rotates": false }, - { "id": "t_door_b_peep", "fg": 4944, "rotates": false }, + { "id": "t_cvdmachine", "fg": 3581, "bg": 3804 }, + { "id": "t_diesel_pump", "fg": 3582, "bg": 3804 }, + { "id": "t_diesel_pump_smashed", "fg": 3583, "bg": 3804, "rotates": false }, + { "id": [ "t_dirtmound", "t_dirtmoundfloor" ], "fg": 3816, "bg": 3546, "rotates": false }, + { "id": "t_door_b_peep", "fg": 4945, "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": 4946, + "fg": 4947, "rotates": false }, - { "id": "t_door_bar_c", "fg": 3583, "bg": 3809, "rotates": false }, - { "id": "t_door_bar_locked", "fg": 3583, "bg": 3809, "rotates": false }, - { "id": "t_door_bar_o", "fg": 3584, "bg": 3809, "rotates": false }, - { "id": "t_door_boarded", "fg": 3585, "rotates": false }, - { "id": "t_door_boarded_damaged", "fg": 3586, "rotates": false }, - { "id": "t_door_boarded_damaged_peep", "fg": 3587, "rotates": false }, - { "id": "t_door_boarded_peep", "fg": 3588, "rotates": false }, - { "id": "t_door_c_peep", "fg": 4943, "rotates": false }, + { "id": "t_door_bar_c", "fg": 3584, "bg": 3810, "rotates": false }, + { "id": "t_door_bar_locked", "fg": 3584, "bg": 3810, "rotates": false }, + { "id": "t_door_bar_o", "fg": 3585, "bg": 3810, "rotates": false }, + { "id": "t_door_boarded", "fg": 3586, "rotates": false }, + { "id": "t_door_boarded_damaged", "fg": 3587, "rotates": false }, + { "id": "t_door_boarded_damaged_peep", "fg": 3588, "rotates": false }, + { "id": "t_door_boarded_peep", "fg": 3589, "rotates": false }, + { "id": "t_door_c_peep", "fg": 4944, "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": 4945, + "fg": 4946, "rotates": false }, - { "id": "t_door_curtain_c", "fg": 3589, "rotates": false }, - { "id": "t_door_curtain_o", "fg": 3590, "rotates": false }, - { "id": "t_door_frame", "fg": 3591, "bg": 3804, "rotates": false }, + { "id": "t_door_curtain_c", "fg": 3590, "rotates": false }, + { "id": "t_door_curtain_o", "fg": 3591, "rotates": false }, + { "id": "t_door_frame", "fg": 3592, "bg": 3805, "rotates": false }, { "id": [ "t_door_glass_c", @@ -3903,78 +3903,78 @@ "t_door_glass_white_c", "t_door_glass_gray_c" ], - "fg": 3592, + "fg": 3593, "rotates": false }, - { "id": "t_door_glass_gray_o", "fg": 3593, "bg": 3640, "rotates": false }, - { "id": "t_door_glass_green_o", "fg": 3593, "bg": 3554, "rotates": false }, - { "id": [ "t_door_glass_lab_o", "t_door_glass_frosted_lab_o" ], "fg": 3593, "bg": 3809, "rotates": false }, - { "id": [ "t_door_glass_o", "t_door_glass_frosted_o" ], "fg": 3593, "bg": 3804, "rotates": false }, - { "id": "t_door_glass_red_o", "fg": 3593, "bg": 3556, "rotates": false }, - { "id": "t_door_glass_white_o", "fg": 3593, "bg": 3641, "rotates": false }, - { "id": "t_door_gray_frame", "fg": 3591, "bg": 3640, "rotates": false }, - { "id": "t_door_gray_o", "fg": 3600, "bg": 3640, "rotates": false }, - { "id": "t_door_green_frame", "fg": 3591, "bg": 3554, "rotates": false }, - { "id": "t_door_green_o", "fg": 3600, "bg": 3554, "rotates": false }, - { "id": "t_door_lab_frame", "fg": 3591, "bg": 3809, "rotates": false }, - { "id": "t_door_lab_o", "fg": 3600, "bg": 3809, "rotates": false }, - { "id": "t_door_locked", "fg": 4945, "rotates": false }, - { "id": "t_door_locked_alarm", "fg": 4945, "rotates": false }, - { "id": "t_door_locked_interior", "fg": 4945, "rotates": false }, - { "id": "t_door_locked_peep", "fg": 4943 }, - { "id": "t_door_makeshift_c", "fg": 3594, "rotates": false }, - { "id": "t_door_makeshift_o", "fg": 3595, "bg": 3804, "rotates": false }, - { "id": "t_door_metal_c_peep", "fg": 3597, "rotates": false }, - { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 3596, "rotates": true }, - { "id": "t_door_metal_locked", "fg": 3596, "rotates": false }, - { "id": "t_door_metal_o_peep", "fg": 3598, "bg": 3809, "rotates": false }, - { "id": [ "t_door_metal_o", "t_door_metal_lab_o" ], "fg": 3598, "bg": 3809, "rotates": false }, - { "id": "t_door_metal_pickable", "fg": 3599 }, - { "id": "t_door_o", "fg": 3600, "bg": 3804, "rotates": false }, - { "id": "t_door_o_peep", "fg": 3600, "bg": 3804 }, - { "id": "t_door_red_frame", "fg": 3591, "bg": 3556, "rotates": false }, - { "id": "t_door_red_o", "fg": 3600, "bg": 3556, "rotates": false }, - { "id": "t_door_white_frame", "fg": 3591, "bg": 3641, "rotates": false }, - { "id": "t_door_white_o", "fg": 3600, "bg": 3641, "rotates": false }, - { "id": "t_elevator", "fg": 3601, "rotates": false }, - { "id": "t_elevator_control", "fg": 3568, "rotates": false }, - { "id": "t_elevator_control_off", "fg": 3569, "rotates": false }, - { "id": "t_emergency_light", "bg": 3809, "rotates": false }, - { "id": "t_emergency_light_flicker", "bg": 3809, "rotates": false }, - { "id": "t_fault", "fg": 3602, "rotates": false }, - { "id": "t_fence_barbed", "fg": 3605, "bg": 3955, "rotates": false }, - { "id": "t_fence_barbed_season_autumn", "fg": 3605, "bg": 3959 }, - { "id": "t_fence_barbed_season_summer", "fg": 3605, "bg": 3963 }, - { "id": "t_fence_barbed_season_winter", "fg": 3605, "bg": 3880 }, - { "id": "t_fence_post", "fg": 3606, "bg": 3955, "rotates": false }, - { "id": "t_fence_post_season_autumn", "fg": 3606, "bg": 3959 }, - { "id": "t_fence_post_season_summer", "fg": 3606, "bg": 3963 }, - { "id": "t_fence_post_season_winter", "fg": 3606, "bg": 3880 }, - { "id": [ "t_fence_season_autumn" ], "fg": 3607, "bg": 3959 }, - { "id": [ "t_fence_season_summer", "t_fence_h_season_summer" ], "fg": 3607, "bg": 3963 }, - { "id": [ "t_fence_season_winter", "t_fence_h_season_winter" ], "fg": 3607, "bg": 3880 }, - { "id": [ "t_fence", "t_fence_h" ], "fg": 3607, "bg": 3955, "rotates": true }, - { "id": "t_fence_v", "fg": 3607, "bg": 3955 }, - { "id": "t_fence_v_season_autumn", "fg": 3607, "bg": 3959 }, - { "id": "t_fence_v_season_summer", "fg": 3607, "bg": 3963 }, - { "id": "t_fence_v_season_winter", "fg": 3607, "bg": 3880 }, - { "id": "t_fence_wire", "fg": 3608, "bg": 3955, "rotates": false }, - { "id": "t_fence_wire_season_autumn", "fg": 3608, "bg": 3959 }, - { "id": "t_fence_wire_season_summer", "fg": 3608, "bg": 3963 }, - { "id": "t_fence_wire_season_winter", "fg": 3608, "bg": 3880 }, - { "id": "t_fencegate_c", "fg": 3603, "bg": 3955, "rotates": false }, - { "id": "t_fencegate_c_season_autumn", "fg": 3603, "bg": 3959 }, - { "id": "t_fencegate_c_season_summer", "fg": 3603, "bg": 3963 }, - { "id": "t_fencegate_c_season_winter", "fg": 3603, "bg": 3880 }, - { "id": "t_fencegate_o", "fg": 3604, "bg": 3955, "rotates": false }, - { "id": "t_fencegate_o_season_autumn", "fg": 3604, "bg": 3959 }, - { "id": "t_fencegate_o_season_summer", "fg": 3604, "bg": 3963 }, - { "id": "t_fencegate_o_season_winter", "fg": 3604, "bg": 3880 }, - { "id": "t_flat_roof", "bg": 3805, "rotates": false }, - { "id": "t_floor_blue", "fg": 3816, "rotates": false }, - { "id": "t_floor_green", "fg": 3817, "rotates": false }, - { "id": "t_floor_olight", "fg": 3818, "rotates": false }, - { "id": "t_floor_red", "fg": 3819, "rotates": false }, + { "id": "t_door_glass_gray_o", "fg": 3594, "bg": 3641, "rotates": false }, + { "id": "t_door_glass_green_o", "fg": 3594, "bg": 3555, "rotates": false }, + { "id": [ "t_door_glass_lab_o", "t_door_glass_frosted_lab_o" ], "fg": 3594, "bg": 3810, "rotates": false }, + { "id": [ "t_door_glass_o", "t_door_glass_frosted_o" ], "fg": 3594, "bg": 3805, "rotates": false }, + { "id": "t_door_glass_red_o", "fg": 3594, "bg": 3557, "rotates": false }, + { "id": "t_door_glass_white_o", "fg": 3594, "bg": 3642, "rotates": false }, + { "id": "t_door_gray_frame", "fg": 3592, "bg": 3641, "rotates": false }, + { "id": "t_door_gray_o", "fg": 3601, "bg": 3641, "rotates": false }, + { "id": "t_door_green_frame", "fg": 3592, "bg": 3555, "rotates": false }, + { "id": "t_door_green_o", "fg": 3601, "bg": 3555, "rotates": false }, + { "id": "t_door_lab_frame", "fg": 3592, "bg": 3810, "rotates": false }, + { "id": "t_door_lab_o", "fg": 3601, "bg": 3810, "rotates": false }, + { "id": "t_door_locked", "fg": 4946, "rotates": false }, + { "id": "t_door_locked_alarm", "fg": 4946, "rotates": false }, + { "id": "t_door_locked_interior", "fg": 4946, "rotates": false }, + { "id": "t_door_locked_peep", "fg": 4944 }, + { "id": "t_door_makeshift_c", "fg": 3595, "rotates": false }, + { "id": "t_door_makeshift_o", "fg": 3596, "bg": 3805, "rotates": false }, + { "id": "t_door_metal_c_peep", "fg": 3598, "rotates": false }, + { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 3597, "rotates": true }, + { "id": "t_door_metal_locked", "fg": 3597, "rotates": false }, + { "id": "t_door_metal_o_peep", "fg": 3599, "bg": 3810, "rotates": false }, + { "id": [ "t_door_metal_o", "t_door_metal_lab_o" ], "fg": 3599, "bg": 3810, "rotates": false }, + { "id": "t_door_metal_pickable", "fg": 3600 }, + { "id": "t_door_o", "fg": 3601, "bg": 3805, "rotates": false }, + { "id": "t_door_o_peep", "fg": 3601, "bg": 3805 }, + { "id": "t_door_red_frame", "fg": 3592, "bg": 3557, "rotates": false }, + { "id": "t_door_red_o", "fg": 3601, "bg": 3557, "rotates": false }, + { "id": "t_door_white_frame", "fg": 3592, "bg": 3642, "rotates": false }, + { "id": "t_door_white_o", "fg": 3601, "bg": 3642, "rotates": false }, + { "id": "t_elevator", "fg": 3602, "rotates": false }, + { "id": "t_elevator_control", "fg": 3569, "rotates": false }, + { "id": "t_elevator_control_off", "fg": 3570, "rotates": false }, + { "id": "t_emergency_light", "bg": 3810, "rotates": false }, + { "id": "t_emergency_light_flicker", "bg": 3810, "rotates": false }, + { "id": "t_fault", "fg": 3603, "rotates": false }, + { "id": "t_fence_barbed", "fg": 3606, "bg": 3956, "rotates": false }, + { "id": "t_fence_barbed_season_autumn", "fg": 3606, "bg": 3960 }, + { "id": "t_fence_barbed_season_summer", "fg": 3606, "bg": 3964 }, + { "id": "t_fence_barbed_season_winter", "fg": 3606, "bg": 3881 }, + { "id": "t_fence_post", "fg": 3607, "bg": 3956, "rotates": false }, + { "id": "t_fence_post_season_autumn", "fg": 3607, "bg": 3960 }, + { "id": "t_fence_post_season_summer", "fg": 3607, "bg": 3964 }, + { "id": "t_fence_post_season_winter", "fg": 3607, "bg": 3881 }, + { "id": [ "t_fence_season_autumn" ], "fg": 3608, "bg": 3960 }, + { "id": [ "t_fence_season_summer", "t_fence_h_season_summer" ], "fg": 3608, "bg": 3964 }, + { "id": [ "t_fence_season_winter", "t_fence_h_season_winter" ], "fg": 3608, "bg": 3881 }, + { "id": [ "t_fence", "t_fence_h" ], "fg": 3608, "bg": 3956, "rotates": true }, + { "id": "t_fence_v", "fg": 3608, "bg": 3956 }, + { "id": "t_fence_v_season_autumn", "fg": 3608, "bg": 3960 }, + { "id": "t_fence_v_season_summer", "fg": 3608, "bg": 3964 }, + { "id": "t_fence_v_season_winter", "fg": 3608, "bg": 3881 }, + { "id": "t_fence_wire", "fg": 3609, "bg": 3956, "rotates": false }, + { "id": "t_fence_wire_season_autumn", "fg": 3609, "bg": 3960 }, + { "id": "t_fence_wire_season_summer", "fg": 3609, "bg": 3964 }, + { "id": "t_fence_wire_season_winter", "fg": 3609, "bg": 3881 }, + { "id": "t_fencegate_c", "fg": 3604, "bg": 3956, "rotates": false }, + { "id": "t_fencegate_c_season_autumn", "fg": 3604, "bg": 3960 }, + { "id": "t_fencegate_c_season_summer", "fg": 3604, "bg": 3964 }, + { "id": "t_fencegate_c_season_winter", "fg": 3604, "bg": 3881 }, + { "id": "t_fencegate_o", "fg": 3605, "bg": 3956, "rotates": false }, + { "id": "t_fencegate_o_season_autumn", "fg": 3605, "bg": 3960 }, + { "id": "t_fencegate_o_season_summer", "fg": 3605, "bg": 3964 }, + { "id": "t_fencegate_o_season_winter", "fg": 3605, "bg": 3881 }, + { "id": "t_flat_roof", "bg": 3806, "rotates": false }, + { "id": "t_floor_blue", "fg": 3817, "rotates": false }, + { "id": "t_floor_green", "fg": 3818, "rotates": false }, + { "id": "t_floor_olight", "fg": 3819, "rotates": false }, + { "id": "t_floor_red", "fg": 3820, "rotates": false }, { "id": [ "t_floor", @@ -3983,2534 +3983,2534 @@ "t_secretdoor_concrete_wall_o", "t_secretdoor_bookcase_o" ], - "bg": 3804, + "bg": 3805, "rotates": false }, - { "id": "t_floor_wax", "fg": 3609 }, - { "id": "t_floor_waxed", "fg": 3610, "rotates": false }, - { "id": "t_floor_waxed_y", "fg": 3802, "rotates": false }, - { "id": "t_fungus", "bg": 1350, "rotates": false }, - { "id": "t_fungus_floor_in", "bg": 3806, "rotates": false }, - { "id": "t_fungus_floor_out", "bg": 3807, "rotates": false }, - { "id": "t_fungus_floor_sup", "bg": 3808, "rotates": false }, - { "id": "t_fungus_mound", "fg": 3611, "bg": 1350, "rotates": false }, + { "id": "t_floor_wax", "fg": 3610 }, + { "id": "t_floor_waxed", "fg": 3611, "rotates": false }, + { "id": "t_floor_waxed_y", "fg": 3803, "rotates": false }, + { "id": "t_fungus", "bg": 1351, "rotates": false }, + { "id": "t_fungus_floor_in", "bg": 3807, "rotates": false }, + { "id": "t_fungus_floor_out", "bg": 3808, "rotates": false }, + { "id": "t_fungus_floor_sup", "bg": 3809, "rotates": false }, + { "id": "t_fungus_mound", "fg": 3612, "bg": 1351, "rotates": false }, { "id": "t_fungus_wall", - "fg": 3612, - "bg": 3808, + "fg": 3613, + "bg": 3809, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3613, "bg": 3808 }, - { "id": "corner", "fg": 3614, "bg": 3808 }, - { "id": "edge", "fg": 3615, "bg": 3808 }, - { "id": "t_connection", "fg": 3617, "bg": 3808 }, - { "id": "end_piece", "fg": 3616, "bg": 3808 }, - { "id": "unconnected", "fg": 3612, "bg": 3808 } + { "id": "center", "fg": 3614, "bg": 3809 }, + { "id": "corner", "fg": 3615, "bg": 3809 }, + { "id": "edge", "fg": 3616, "bg": 3809 }, + { "id": "t_connection", "fg": 3618, "bg": 3809 }, + { "id": "end_piece", "fg": 3617, "bg": 3809 }, + { "id": "unconnected", "fg": 3613, "bg": 3809 } ] }, { "id": "t_fungus_wall_transformed", - "fg": 3654, - "bg": 3613, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3670, "bg": 3613 }, - { "id": "edge", "fg": 3671, "bg": 3613 }, - { "id": "t_connection", "fg": 3673, "bg": 3613 }, - { "id": "center", "fg": 3669, "bg": 3613 }, - { "id": "end_piece", "fg": 3672, "bg": 3613 }, - { "id": "unconnected", "fg": 3654, "bg": 3613 } - ] - }, - { "id": "t_gas_pump", "fg": 3618, "bg": 3803, "rotates": false }, - { "id": "t_gas_pump_a", "fg": 3618, "bg": 3803 }, - { "id": "t_gas_pump_smashed", "fg": 3619, "bg": 3803, "rotates": false }, - { "id": "t_gas_tank", "fg": 3620, "bg": 3803 }, - { "id": "t_gates_control_brick", "fg": 3821, "rotates": false }, - { "id": "t_gates_control_brick_lab", "fg": 3822, "rotates": false }, - { "id": "t_gates_control_concrete", "fg": 3823, "rotates": false }, - { "id": "t_gates_control_concrete_lab", "fg": 3824, "rotates": false }, - { "id": "t_gates_control_metal", "fg": 3825, "rotates": false }, - { "id": "t_gates_control_metal_lab", "fg": 3826, "rotates": false }, - { "id": "t_gates_mech_control", "fg": 3827, "bg": 3651, "rotates": false }, - { "id": "t_gates_mech_control_lab", "fg": 3828, "bg": 3651, "rotates": false }, + "fg": 3655, + "bg": 3614, + "multitile": true, + "additional_tiles": [ + { "id": "corner", "fg": 3671, "bg": 3614 }, + { "id": "edge", "fg": 3672, "bg": 3614 }, + { "id": "t_connection", "fg": 3674, "bg": 3614 }, + { "id": "center", "fg": 3670, "bg": 3614 }, + { "id": "end_piece", "fg": 3673, "bg": 3614 }, + { "id": "unconnected", "fg": 3655, "bg": 3614 } + ] + }, + { "id": "t_gas_pump", "fg": 3619, "bg": 3804, "rotates": false }, + { "id": "t_gas_pump_a", "fg": 3619, "bg": 3804 }, + { "id": "t_gas_pump_smashed", "fg": 3620, "bg": 3804, "rotates": false }, + { "id": "t_gas_tank", "fg": 3621, "bg": 3804 }, + { "id": "t_gates_control_brick", "fg": 3822, "rotates": false }, + { "id": "t_gates_control_brick_lab", "fg": 3823, "rotates": false }, + { "id": "t_gates_control_concrete", "fg": 3824, "rotates": false }, + { "id": "t_gates_control_concrete_lab", "fg": 3825, "rotates": false }, + { "id": "t_gates_control_metal", "fg": 3826, "rotates": false }, + { "id": "t_gates_control_metal_lab", "fg": 3827, "rotates": false }, + { "id": "t_gates_mech_control", "fg": 3828, "bg": 3652, "rotates": false }, + { "id": "t_gates_mech_control_lab", "fg": 3829, "bg": 3652, "rotates": false }, { "id": "t_generator_broken", - "fg": 3621, + "fg": 3622, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3622 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3623 } ] }, - { "id": "t_grate", "fg": 3601, "rotates": false }, + { "id": "t_grate", "fg": 3602, "rotates": false }, { "id": "t_guardrail_bg_dp", - "fg": 3682, - "bg": 3809, + "fg": 3683, + "bg": 3810, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3683, "bg": 3809 }, - { "id": "center", "fg": 3682, "bg": 3809 }, - { "id": "end_piece", "fg": 3685, "bg": 3809 }, - { "id": "t_connection", "fg": 3686, "bg": 3809 }, - { "id": "unconnected", "fg": 3687, "bg": 3809 }, - { "id": "edge", "fg": 3684, "bg": 3809 } + { "id": "corner", "fg": 3684, "bg": 3810 }, + { "id": "center", "fg": 3683, "bg": 3810 }, + { "id": "end_piece", "fg": 3686, "bg": 3810 }, + { "id": "t_connection", "fg": 3687, "bg": 3810 }, + { "id": "unconnected", "fg": 3688, "bg": 3810 }, + { "id": "edge", "fg": 3685, "bg": 3810 } ] }, { "id": "t_hole", - "fg": 3624, + "fg": 3625, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3624 }, - { "id": "center", "fg": 3625 }, - { "id": "corner", "fg": 3626 }, - { "id": "edge", "fg": 3627 }, - { "id": "end_piece", "fg": 3628 }, - { "id": "t_connection", "fg": 3629 } + { "id": "unconnected", "fg": 3625 }, + { "id": "center", "fg": 3626 }, + { "id": "corner", "fg": 3627 }, + { "id": "edge", "fg": 3628 }, + { "id": "end_piece", "fg": 3629 }, + { "id": "t_connection", "fg": 3630 } ] }, - { "id": "t_improvised_shelter", "fg": 3630, "bg": 3955, "rotates": false }, - { "id": "t_improvised_shelter_season_autumn", "fg": 3630, "bg": 3959, "rotates": false }, - { "id": "t_improvised_shelter_season_summer", "fg": 3630, "bg": 3963, "rotates": false }, - { "id": "t_improvised_shelter_season_winter", "fg": 3630, "bg": 3880, "rotates": false }, - { "id": "t_ind_assembler", "fg": 3631, "bg": 3805 }, - { "id": "t_ind_drill", "fg": 3632, "bg": 3544, "rotates": false }, - { "id": "t_ind_furnace", "fg": 3633, "bg": 3803, "rotates": false }, - { "id": "t_ind_lathe", "fg": 3634, "rotates": false }, - { "id": "t_ind_mixer", "fg": 3635, "bg": 3544, "rotates": false }, + { "id": "t_improvised_shelter", "fg": 3631, "bg": 3956, "rotates": false }, + { "id": "t_improvised_shelter_season_autumn", "fg": 3631, "bg": 3960, "rotates": false }, + { "id": "t_improvised_shelter_season_summer", "fg": 3631, "bg": 3964, "rotates": false }, + { "id": "t_improvised_shelter_season_winter", "fg": 3631, "bg": 3881, "rotates": false }, + { "id": "t_ind_assembler", "fg": 3632, "bg": 3806 }, + { "id": "t_ind_drill", "fg": 3633, "bg": 3545, "rotates": false }, + { "id": "t_ind_furnace", "fg": 3634, "bg": 3804, "rotates": false }, + { "id": "t_ind_lathe", "fg": 3635, "rotates": false }, + { "id": "t_ind_mixer", "fg": 3636, "bg": 3545, "rotates": false }, { "id": "t_ind_pipe", - "fg": 3725, - "bg": 3809, + "fg": 3726, + "bg": 3810, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3726, "bg": 3809 }, - { "id": "corner", "fg": 3727, "bg": 3809 }, - { "id": "edge", "fg": 3728, "bg": 3809 }, - { "id": "t_connection", "fg": 3730, "bg": 3809 }, - { "id": "end_piece", "fg": 3729, "bg": 3809 }, - { "id": "unconnected", "fg": 3725, "bg": 3809 } - ] - }, - { "id": "t_ind_press", "fg": 3644 }, - { "id": "t_ladder_down", "fg": 3636, "bg": 3955, "rotates": false }, - { "id": "t_ladder_down_season_autumn", "fg": 3636, "bg": 3959 }, - { "id": "t_ladder_down_season_summer", "fg": 3636, "bg": 3963 }, - { "id": "t_ladder_down_season_winter", "fg": 3636, "bg": 3880 }, - { "id": "t_ladder_up", "fg": 3637, "bg": 3803, "rotates": false }, - { "id": "t_lava", "fg": 3638, "rotates": false }, - { "id": "t_lgtn_arrest", "fg": 3639, "bg": 3809, "rotates": false }, - { "id": "t_linoleum_gray", "fg": 3640, "rotates": false }, - { "id": "t_linoleum_white", "fg": 3641, "rotates": false }, - { "id": "t_little_column", "fg": 3642, "bg": 3803, "rotates": false }, - { "id": "t_low_stairs_begin", "fg": 3748, "rotates": false }, - { "id": "t_low_stairs_end", "fg": 3643, "bg": 3803, "rotates": false }, - { "id": "t_m_frame", "fg": 3661, "bg": 3803, "rotates": false }, - { "id": "t_machinery_electronic", "fg": 3645, "bg": 3809, "rotates": false }, - { "id": "t_machinery_heavy", "fg": 3644, "bg": 3809, "rotates": false }, - { "id": "t_machinery_light", "fg": 3645, "bg": 3809, "rotates": false }, - { "id": "t_machinery_old", "fg": 3646, "bg": 3809, "rotates": false }, - { "id": "t_manhole", "fg": 3647, "bg": 3803, "rotates": false }, - { "id": "t_manhole_cover", "fg": 3648, "bg": 3803, "rotates": false }, - { "id": "t_marloss", "fg": 3649, "bg": 1350, "rotates": false }, - { "id": "t_mdoor_frame", "fg": 3650, "bg": 3804, "rotates": false }, - { "id": "t_mdoor_lab_frame", "fg": 3650, "bg": 3809, "rotates": false }, - { "id": "t_metal_floor", "fg": 3651, "rotates": false }, - { "id": "t_metal_floor_olight", "fg": 3829, "rotates": false }, - { "id": "t_milking_machine", "fg": 3645, "bg": 3809, "rotates": false }, + { "id": "center", "fg": 3727, "bg": 3810 }, + { "id": "corner", "fg": 3728, "bg": 3810 }, + { "id": "edge", "fg": 3729, "bg": 3810 }, + { "id": "t_connection", "fg": 3731, "bg": 3810 }, + { "id": "end_piece", "fg": 3730, "bg": 3810 }, + { "id": "unconnected", "fg": 3726, "bg": 3810 } + ] + }, + { "id": "t_ind_press", "fg": 3645 }, + { "id": "t_ladder_down", "fg": 3637, "bg": 3956, "rotates": false }, + { "id": "t_ladder_down_season_autumn", "fg": 3637, "bg": 3960 }, + { "id": "t_ladder_down_season_summer", "fg": 3637, "bg": 3964 }, + { "id": "t_ladder_down_season_winter", "fg": 3637, "bg": 3881 }, + { "id": "t_ladder_up", "fg": 3638, "bg": 3804, "rotates": false }, + { "id": "t_lava", "fg": 3639, "rotates": false }, + { "id": "t_lgtn_arrest", "fg": 3640, "bg": 3810, "rotates": false }, + { "id": "t_linoleum_gray", "fg": 3641, "rotates": false }, + { "id": "t_linoleum_white", "fg": 3642, "rotates": false }, + { "id": "t_little_column", "fg": 3643, "bg": 3804, "rotates": false }, + { "id": "t_low_stairs_begin", "fg": 3749, "rotates": false }, + { "id": "t_low_stairs_end", "fg": 3644, "bg": 3804, "rotates": false }, + { "id": "t_m_frame", "fg": 3662, "bg": 3804, "rotates": false }, + { "id": "t_machinery_electronic", "fg": 3646, "bg": 3810, "rotates": false }, + { "id": "t_machinery_heavy", "fg": 3645, "bg": 3810, "rotates": false }, + { "id": "t_machinery_light", "fg": 3646, "bg": 3810, "rotates": false }, + { "id": "t_machinery_old", "fg": 3647, "bg": 3810, "rotates": false }, + { "id": "t_manhole", "fg": 3648, "bg": 3804, "rotates": false }, + { "id": "t_manhole_cover", "fg": 3649, "bg": 3804, "rotates": false }, + { "id": "t_marloss", "fg": 3650, "bg": 1351, "rotates": false }, + { "id": "t_mdoor_frame", "fg": 3651, "bg": 3805, "rotates": false }, + { "id": "t_mdoor_lab_frame", "fg": 3651, "bg": 3810, "rotates": false }, + { "id": "t_metal_floor", "fg": 3652, "rotates": false }, + { "id": "t_metal_floor_olight", "fg": 3830, "rotates": false }, + { "id": "t_milking_machine", "fg": 3646, "bg": 3810, "rotates": false }, { "id": "t_missile", - "fg": 3652, - "bg": 3803, + "fg": 3653, + "bg": 3804, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3653, "bg": 3803 }, { "id": "center", "fg": 3652 }, { "id": "t_connection", "fg": 3657 } ] + "additional_tiles": [ { "id": "corner", "fg": 3654, "bg": 3804 }, { "id": "center", "fg": 3653 }, { "id": "t_connection", "fg": 3658 } ] }, { "id": "t_missile_exploded", - "bg": 3803, + "bg": 3804, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3655, "bg": 3803 }, - { "id": "center", "fg": 3654, "bg": 3809 }, - { "id": "t_connection", "fg": 3656 } + { "id": "corner", "fg": 3656, "bg": 3804 }, + { "id": "center", "fg": 3655, "bg": 3810 }, + { "id": "t_connection", "fg": 3657 } ] }, { "id": "t_monkey_bars", - "fg": 3658, - "bg": 4059, + "fg": 3659, + "bg": 4060, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3658, "bg": 4059 }, - { "id": "corner", "fg": 3659, "bg": 4059 }, - { "id": "t_connection", "fg": 3660, "bg": 4059 } + { "id": "center", "fg": 3659, "bg": 4060 }, + { "id": "corner", "fg": 3660, "bg": 4060 }, + { "id": "t_connection", "fg": 3661, "bg": 4060 } ] }, { "id": "t_monkey_bars_season_autumn", - "fg": 3658, - "bg": 3959, + "fg": 3659, + "bg": 3960, "multitile": true, "additional_tiles": [ - { "id": "edge", "bg": 3959 }, - { "id": "corner", "fg": 3659, "bg": 3959 }, - { "id": "center", "fg": 3658, "bg": 3959 }, - { "id": "t_connection", "fg": 3660, "bg": 3959 } + { "id": "edge", "bg": 3960 }, + { "id": "corner", "fg": 3660, "bg": 3960 }, + { "id": "center", "fg": 3659, "bg": 3960 }, + { "id": "t_connection", "fg": 3661, "bg": 3960 } ] }, { "id": "t_monkey_bars_season_summer", - "fg": 3658, - "bg": 3963, + "fg": 3659, + "bg": 3964, "multitile": true, "additional_tiles": [ - { "id": "edge", "bg": 3963 }, - { "id": "corner", "fg": 3659, "bg": 3963 }, - { "id": "center", "fg": 3658, "bg": 3963 }, - { "id": "t_connection", "fg": 3660, "bg": 3963 } + { "id": "edge", "bg": 3964 }, + { "id": "corner", "fg": 3660, "bg": 3964 }, + { "id": "center", "fg": 3659, "bg": 3964 }, + { "id": "t_connection", "fg": 3661, "bg": 3964 } ] }, { "id": "t_monkey_bars_season_winter", - "fg": 3658, - "bg": 3880, - "multitile": true, - "additional_tiles": [ - { "id": "edge", "bg": 3880 }, - { "id": "corner", "fg": 3659, "bg": 3880 }, - { "id": "center", "fg": 3658, "bg": 3880 }, - { "id": "t_connection", "fg": 3660, "bg": 3880 } - ] - }, - { "id": "t_oil_circ_brkr_l", "fg": 3662, "bg": 3809, "rotates": false }, - { "id": "t_oil_circ_brkr_s", "fg": 3663, "bg": 3809, "rotates": false }, - { "id": [ "t_open_air", "t_open_air_rooved", "t_open_air_rooved_outside" ], "bg": 3830, "rotates": false }, - { "id": "t_ov_reb_cage", "fg": 3664, "bg": 3809 }, - { "id": "t_ov_smreb_cage", "fg": 3665, "rotates": false }, - { "id": "t_palisade", "fg": 3666, "bg": 3955 }, - { "id": "t_palisade_gate", "fg": 3667, "bg": 3955 }, - { "id": "t_palisade_gate_o", "fg": 3668, "bg": 3955 }, - { "id": "t_palisade_gate_o_season_autumn", "fg": 3668, "bg": 3959 }, - { "id": "t_palisade_gate_o_season_summer", "fg": 3668, "bg": 3963 }, - { "id": "t_palisade_gate_o_season_winter", "fg": 3668, "bg": 3880 }, - { "id": "t_palisade_gate_season_autumn", "fg": 3667, "bg": 3959 }, - { "id": "t_palisade_gate_season_summer", "fg": 3667, "bg": 3963 }, - { "id": "t_palisade_gate_season_winter", "fg": 3667, "bg": 3880 }, - { "id": "t_palisade_pulley", "fg": 3548, "bg": 3955, "rotates": false }, - { "id": "t_palisade_pulley_season_autumn", "fg": 3548, "bg": 3959 }, - { "id": "t_palisade_pulley_season_summer", "fg": 3548, "bg": 3963 }, - { "id": "t_palisade_pulley_season_winter", "fg": 3548, "bg": 3880 }, - { "id": "t_palisade_season_autumn", "fg": 3668, "bg": 3959 }, - { "id": "t_palisade_season_summer", "fg": 3668, "bg": 3963 }, - { "id": "t_palisade_season_winter", "fg": 3668, "bg": 3880 }, - { "id": "t_pavement", "bg": 3803, "rotates": false }, - { "id": "t_pavement_bg_dp", "bg": 3803 }, - { "id": "t_pavement_y", "fg": 3674, "bg": 3803, "rotates": false }, - { "id": "t_pavement_y_bg_dp", "fg": 3674, "bg": 3803 }, - { "id": "t_pedestal_temple", "fg": 3675, "bg": 3955, "rotates": false }, - { "id": "t_pedestal_wyrm", "fg": 3676, "bg": 3809 }, - { "id": "t_pit", "fg": 3831, "bg": 3955, "rotates": false }, - { "id": "t_pit_corpsed", "fg": 3832, "bg": 3955, "rotates": false }, - { "id": "t_pit_corpsed_season_autumn", "fg": 3832, "bg": 3959 }, - { "id": "t_pit_corpsed_season_summer", "fg": 3832, "bg": 3963 }, - { "id": "t_pit_corpsed_season_winter", "fg": 3832, "bg": 3880 }, - { "id": "t_pit_covered", "fg": 3833, "bg": 3955, "rotates": false }, - { "id": "t_pit_covered_season_autumn", "fg": 3833, "bg": 3959 }, - { "id": "t_pit_covered_season_summer", "fg": 3833, "bg": 3963 }, - { "id": "t_pit_covered_season_winter", "fg": 3834, "bg": 3880 }, - { "id": "t_pit_glass", "fg": 3835, "bg": 3955, "rotates": false }, - { "id": "t_pit_glass_covered", "fg": 3833, "bg": 3955 }, - { "id": "t_pit_glass_covered_season_autumn", "fg": 3833, "bg": 3959 }, - { "id": "t_pit_glass_covered_season_summer", "fg": 3833, "bg": 3963 }, - { "id": "t_pit_glass_covered_season_winter", "fg": 3834, "bg": 3880 }, - { "id": "t_pit_glass_season_autumn", "fg": 3835, "bg": 3959, "rotates": false }, - { "id": "t_pit_glass_season_summer", "fg": 3835, "bg": 3963, "rotates": false }, - { "id": "t_pit_glass_season_winter", "fg": 3835, "bg": 3880, "rotates": false }, - { "id": "t_pit_season_autumn", "fg": 3831, "bg": 3959 }, - { "id": "t_pit_season_summer", "fg": 3831, "bg": 3963 }, - { "id": "t_pit_season_winter", "fg": 3831, "bg": 3880 }, - { "id": "t_pit_shallow", "fg": 3836, "bg": 3955, "rotates": false }, - { "id": "t_pit_shallow_season_autumn", "fg": 3836, "bg": 3959 }, - { "id": "t_pit_shallow_season_summer", "fg": 3836, "bg": 3963 }, - { "id": "t_pit_shallow_season_winter", "fg": 3837, "bg": 3880 }, - { "id": "t_pit_spiked", "fg": 3838, "bg": 3955, "rotates": false }, - { "id": "t_pit_spiked_covered", "fg": 3833, "bg": 3955, "rotates": false }, - { "id": "t_pit_spiked_covered_season_autumn", "fg": 3833, "bg": 3959 }, - { "id": "t_pit_spiked_covered_season_summer", "fg": 3833, "bg": 3963 }, - { "id": "t_pit_spiked_covered_season_winter", "fg": 3834, "bg": 3880 }, - { "id": "t_pit_spiked_season_autumn", "fg": 3838, "bg": 3959 }, - { "id": "t_pit_spiked_season_summer", "fg": 3838, "bg": 3963 }, - { "id": "t_pit_spiked_season_winter", "fg": 3838, "bg": 3880 }, - { "id": "t_plut_generator", "fg": 3677, "bg": 3809 }, - { "id": "t_portcullis", "fg": 3678, "bg": 3805 }, - { "id": "t_potential_trans", "fg": 3679, "bg": 3809, "rotates": false }, - { "id": "t_radio_controls", "fg": 3569, "rotates": false }, + "fg": 3659, + "bg": 3881, + "multitile": true, + "additional_tiles": [ + { "id": "edge", "bg": 3881 }, + { "id": "corner", "fg": 3660, "bg": 3881 }, + { "id": "center", "fg": 3659, "bg": 3881 }, + { "id": "t_connection", "fg": 3661, "bg": 3881 } + ] + }, + { "id": "t_oil_circ_brkr_l", "fg": 3663, "bg": 3810, "rotates": false }, + { "id": "t_oil_circ_brkr_s", "fg": 3664, "bg": 3810, "rotates": false }, + { "id": [ "t_open_air", "t_open_air_rooved", "t_open_air_rooved_outside" ], "bg": 3831, "rotates": false }, + { "id": "t_ov_reb_cage", "fg": 3665, "bg": 3810 }, + { "id": "t_ov_smreb_cage", "fg": 3666, "rotates": false }, + { "id": "t_palisade", "fg": 3667, "bg": 3956 }, + { "id": "t_palisade_gate", "fg": 3668, "bg": 3956 }, + { "id": "t_palisade_gate_o", "fg": 3669, "bg": 3956 }, + { "id": "t_palisade_gate_o_season_autumn", "fg": 3669, "bg": 3960 }, + { "id": "t_palisade_gate_o_season_summer", "fg": 3669, "bg": 3964 }, + { "id": "t_palisade_gate_o_season_winter", "fg": 3669, "bg": 3881 }, + { "id": "t_palisade_gate_season_autumn", "fg": 3668, "bg": 3960 }, + { "id": "t_palisade_gate_season_summer", "fg": 3668, "bg": 3964 }, + { "id": "t_palisade_gate_season_winter", "fg": 3668, "bg": 3881 }, + { "id": "t_palisade_pulley", "fg": 3549, "bg": 3956, "rotates": false }, + { "id": "t_palisade_pulley_season_autumn", "fg": 3549, "bg": 3960 }, + { "id": "t_palisade_pulley_season_summer", "fg": 3549, "bg": 3964 }, + { "id": "t_palisade_pulley_season_winter", "fg": 3549, "bg": 3881 }, + { "id": "t_palisade_season_autumn", "fg": 3669, "bg": 3960 }, + { "id": "t_palisade_season_summer", "fg": 3669, "bg": 3964 }, + { "id": "t_palisade_season_winter", "fg": 3669, "bg": 3881 }, + { "id": "t_pavement", "bg": 3804, "rotates": false }, + { "id": "t_pavement_bg_dp", "bg": 3804 }, + { "id": "t_pavement_y", "fg": 3675, "bg": 3804, "rotates": false }, + { "id": "t_pavement_y_bg_dp", "fg": 3675, "bg": 3804 }, + { "id": "t_pedestal_temple", "fg": 3676, "bg": 3956, "rotates": false }, + { "id": "t_pedestal_wyrm", "fg": 3677, "bg": 3810 }, + { "id": "t_pit", "fg": 3832, "bg": 3956, "rotates": false }, + { "id": "t_pit_corpsed", "fg": 3833, "bg": 3956, "rotates": false }, + { "id": "t_pit_corpsed_season_autumn", "fg": 3833, "bg": 3960 }, + { "id": "t_pit_corpsed_season_summer", "fg": 3833, "bg": 3964 }, + { "id": "t_pit_corpsed_season_winter", "fg": 3833, "bg": 3881 }, + { "id": "t_pit_covered", "fg": 3834, "bg": 3956, "rotates": false }, + { "id": "t_pit_covered_season_autumn", "fg": 3834, "bg": 3960 }, + { "id": "t_pit_covered_season_summer", "fg": 3834, "bg": 3964 }, + { "id": "t_pit_covered_season_winter", "fg": 3835, "bg": 3881 }, + { "id": "t_pit_glass", "fg": 3836, "bg": 3956, "rotates": false }, + { "id": "t_pit_glass_covered", "fg": 3834, "bg": 3956 }, + { "id": "t_pit_glass_covered_season_autumn", "fg": 3834, "bg": 3960 }, + { "id": "t_pit_glass_covered_season_summer", "fg": 3834, "bg": 3964 }, + { "id": "t_pit_glass_covered_season_winter", "fg": 3835, "bg": 3881 }, + { "id": "t_pit_glass_season_autumn", "fg": 3836, "bg": 3960, "rotates": false }, + { "id": "t_pit_glass_season_summer", "fg": 3836, "bg": 3964, "rotates": false }, + { "id": "t_pit_glass_season_winter", "fg": 3836, "bg": 3881, "rotates": false }, + { "id": "t_pit_season_autumn", "fg": 3832, "bg": 3960 }, + { "id": "t_pit_season_summer", "fg": 3832, "bg": 3964 }, + { "id": "t_pit_season_winter", "fg": 3832, "bg": 3881 }, + { "id": "t_pit_shallow", "fg": 3837, "bg": 3956, "rotates": false }, + { "id": "t_pit_shallow_season_autumn", "fg": 3837, "bg": 3960 }, + { "id": "t_pit_shallow_season_summer", "fg": 3837, "bg": 3964 }, + { "id": "t_pit_shallow_season_winter", "fg": 3838, "bg": 3881 }, + { "id": "t_pit_spiked", "fg": 3839, "bg": 3956, "rotates": false }, + { "id": "t_pit_spiked_covered", "fg": 3834, "bg": 3956, "rotates": false }, + { "id": "t_pit_spiked_covered_season_autumn", "fg": 3834, "bg": 3960 }, + { "id": "t_pit_spiked_covered_season_summer", "fg": 3834, "bg": 3964 }, + { "id": "t_pit_spiked_covered_season_winter", "fg": 3835, "bg": 3881 }, + { "id": "t_pit_spiked_season_autumn", "fg": 3839, "bg": 3960 }, + { "id": "t_pit_spiked_season_summer", "fg": 3839, "bg": 3964 }, + { "id": "t_pit_spiked_season_winter", "fg": 3839, "bg": 3881 }, + { "id": "t_plut_generator", "fg": 3678, "bg": 3810 }, + { "id": "t_portcullis", "fg": 3679, "bg": 3806 }, + { "id": "t_potential_trans", "fg": 3680, "bg": 3810, "rotates": false }, + { "id": "t_radio_controls", "fg": 3570, "rotates": false }, { "id": "t_radio_tower", - "fg": 3680, - "bg": 3803, + "fg": 3681, + "bg": 3804, "multitile": true, - "additional_tiles": [ { "id": "center", "fg": 3681, "bg": 3803 } ] + "additional_tiles": [ { "id": "center", "fg": 3682, "bg": 3804 } ] }, { "id": [ "t_railing", "t_railing_h" ], - "fg": 3682, - "bg": 3809, + "fg": 3683, + "bg": 3810, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3682, "bg": 3809 }, - { "id": "corner", "fg": 3683, "bg": 3809 }, - { "id": "edge", "fg": 3684, "bg": 3809 }, - { "id": "t_connection", "fg": 3686, "bg": 3809 }, - { "id": "end_piece", "fg": 3685, "bg": 3809 }, - { "id": "unconnected", "fg": 3687, "bg": 3809 } + { "id": "center", "fg": 3683, "bg": 3810 }, + { "id": "corner", "fg": 3684, "bg": 3810 }, + { "id": "edge", "fg": 3685, "bg": 3810 }, + { "id": "t_connection", "fg": 3687, "bg": 3810 }, + { "id": "end_piece", "fg": 3686, "bg": 3810 }, + { "id": "unconnected", "fg": 3688, "bg": 3810 } ] }, { "id": "t_railing_v", - "fg": 3682, - "bg": 3809, + "fg": 3683, + "bg": 3810, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3682, "bg": 3809 }, - { "id": "corner", "fg": 3683, "bg": 3809 }, - { "id": "edge", "fg": 3684, "bg": 3809 }, - { "id": "t_connection", "fg": 3686, "bg": 3809 }, - { "id": "end_piece", "fg": 3685, "bg": 3809 }, - { "id": "unconnected", "fg": 3687, "bg": 3809 } + { "id": "center", "fg": 3683, "bg": 3810 }, + { "id": "corner", "fg": 3684, "bg": 3810 }, + { "id": "edge", "fg": 3685, "bg": 3810 }, + { "id": "t_connection", "fg": 3687, "bg": 3810 }, + { "id": "end_piece", "fg": 3686, "bg": 3810 }, + { "id": "unconnected", "fg": 3688, "bg": 3810 } ] }, - { "id": "t_railroad_rubble", "bg": 3793, "rotates": true }, + { "id": "t_railroad_rubble", "bg": 3794, "rotates": true }, { "id": "t_railroad_tie", - "fg": [ 3799, 3800, 3799, 3800 ], + "fg": [ 3800, 3801, 3800, 3801 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "unconnected", "fg": 3793 } ] + "additional_tiles": [ { "id": "unconnected", "fg": 3794 } ] }, - { "id": "t_railroad_tie_h", "fg": 3800, "rotates": false }, - { "id": "t_railroad_tie_v", "fg": 3799, "rotates": false }, + { "id": "t_railroad_tie_h", "fg": 3801, "rotates": false }, + { "id": "t_railroad_tie_v", "fg": 3800, "rotates": false }, { "id": "t_railroad_track", - "fg": [ 3794, 3795, 3794, 3795 ], - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "center", "fg": 3801 } ] - }, - { "id": "t_railroad_track_d", "fg": 3796, "bg": 3793, "rotates": true }, - { "id": "t_railroad_track_on_tie", "fg": [ 3798, 3797, 3798, 3797 ], "rotates": true }, - { "id": "t_raincatcher", "fg": 3688, "bg": 1247, "rotates": false }, - { "id": "t_rdoor_b", "fg": 3689, "bg": 3804, "rotates": false }, - { "id": "t_rdoor_boarded", "fg": 3690, "rotates": false }, - { "id": "t_rdoor_boarded_damaged", "fg": 3691, "rotates": false }, - { "id": "t_rdoor_c", "fg": 3692, "bg": 3804, "rotates": false }, - { "id": "t_rdoor_o", "fg": 3693, "bg": 3804, "rotates": false }, - { "id": "t_reb_cage", "fg": 3694, "bg": 3809 }, - { "id": "t_recycler", "fg": 3695, "bg": 3809, "rotates": false }, - { "id": "t_reinforced_door_glass_c", "fg": 3696, "bg": 3803 }, - { "id": "t_reinforced_door_glass_lab_c", "fg": 3696, "bg": 3809 }, - { "id": "t_reinforced_door_glass_lab_o", "fg": 3697, "bg": 3809 }, - { "id": "t_reinforced_door_glass_o", "fg": 3697, "bg": 3803 }, - { "id": "t_reinforced_glass_shutter", "fg": 3698, "bg": 3803, "rotates": false }, - { "id": "t_reinforced_glass_shutter_open", "fg": 3699, "bg": 3803, "rotates": false }, - { "id": "t_rock_floor", "bg": 3803, "rotates": false }, + "fg": [ 3795, 3796, 3795, 3796 ], + "rotates": true, + "multitile": true, + "additional_tiles": [ { "id": "center", "fg": 3802 } ] + }, + { "id": "t_railroad_track_d", "fg": 3797, "bg": 3794, "rotates": true }, + { "id": "t_railroad_track_on_tie", "fg": [ 3799, 3798, 3799, 3798 ], "rotates": true }, + { "id": "t_raincatcher", "fg": 3689, "bg": 1248, "rotates": false }, + { "id": "t_rdoor_b", "fg": 3690, "bg": 3805, "rotates": false }, + { "id": "t_rdoor_boarded", "fg": 3691, "rotates": false }, + { "id": "t_rdoor_boarded_damaged", "fg": 3692, "rotates": false }, + { "id": "t_rdoor_c", "fg": 3693, "bg": 3805, "rotates": false }, + { "id": "t_rdoor_o", "fg": 3694, "bg": 3805, "rotates": false }, + { "id": "t_reb_cage", "fg": 3695, "bg": 3810 }, + { "id": "t_recycler", "fg": 3696, "bg": 3810, "rotates": false }, + { "id": "t_reinforced_door_glass_c", "fg": 3697, "bg": 3804 }, + { "id": "t_reinforced_door_glass_lab_c", "fg": 3697, "bg": 3810 }, + { "id": "t_reinforced_door_glass_lab_o", "fg": 3698, "bg": 3810 }, + { "id": "t_reinforced_door_glass_o", "fg": 3698, "bg": 3804 }, + { "id": "t_reinforced_glass_shutter", "fg": 3699, "bg": 3804, "rotates": false }, + { "id": "t_reinforced_glass_shutter_open", "fg": 3700, "bg": 3804, "rotates": false }, + { "id": "t_rock_floor", "bg": 3804, "rotates": false }, { "id": "t_rock_wall_half", - "fg": 3700, - "bg": 3955, + "fg": 3701, + "bg": 3956, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3700 }, - { "id": "center", "fg": 3701 }, - { "id": "corner", "fg": 3702 }, - { "id": "edge", "fg": 3703 }, - { "id": "end_piece", "fg": 3704 }, - { "id": "t_connection", "fg": 3705 } + { "id": "unconnected", "fg": 3701 }, + { "id": "center", "fg": 3702 }, + { "id": "corner", "fg": 3703 }, + { "id": "edge", "fg": 3704 }, + { "id": "end_piece", "fg": 3705 }, + { "id": "t_connection", "fg": 3706 } ] }, { "id": "t_root_wall", - "fg": 3669, - "bg": 3810, + "fg": 3670, + "bg": 3811, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3670, "bg": 3810 }, - { "id": "center", "fg": 3669, "bg": 3810 }, - { "id": "end_piece", "fg": 3672, "bg": 3810 }, - { "id": "unconnected", "fg": 3654, "bg": 3810 }, - { "id": "t_connection", "fg": 3673, "bg": 3810 }, - { "id": "edge", "fg": 3671, "bg": 3810 } + { "id": "corner", "fg": 3671, "bg": 3811 }, + { "id": "center", "fg": 3670, "bg": 3811 }, + { "id": "end_piece", "fg": 3673, "bg": 3811 }, + { "id": "unconnected", "fg": 3655, "bg": 3811 }, + { "id": "t_connection", "fg": 3674, "bg": 3811 }, + { "id": "edge", "fg": 3672, "bg": 3811 } ] }, - { "id": "t_rope_up", "fg": 3706, "bg": 3803, "rotates": false }, - { "id": "t_sai_box", "fg": 3707, "bg": 3809, "rotates": false }, - { "id": "t_sai_box_damaged", "fg": 3708, "bg": 3809, "rotates": false }, - { "id": "t_sandmound", "fg": 3709, "rotates": false }, - { "id": "t_sconc_wall", "fg": 3710, "bg": 3809 }, - { "id": "t_sconc_wall_halfway", "fg": 3711, "bg": 3809 }, - { "id": "t_scrap_floor", "fg": 3651, "rotates": false }, + { "id": "t_rope_up", "fg": 3707, "bg": 3804, "rotates": false }, + { "id": "t_sai_box", "fg": 3708, "bg": 3810, "rotates": false }, + { "id": "t_sai_box_damaged", "fg": 3709, "bg": 3810, "rotates": false }, + { "id": "t_sandmound", "fg": 3710, "rotates": false }, + { "id": "t_sconc_wall", "fg": 3711, "bg": 3810 }, + { "id": "t_sconc_wall_halfway", "fg": 3712, "bg": 3810 }, + { "id": "t_scrap_floor", "fg": 3652, "rotates": false }, { "id": "t_scrap_wall_halfway", - "fg": 3712, - "bg": 3805, + "fg": 3713, + "bg": 3806, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "t_connection", "fg": 3716, "bg": 3805 }, - { "id": "edge", "fg": 3714, "bg": 3805 }, - { "id": "corner", "fg": 3713, "bg": 3805 }, - { "id": "center", "fg": 3712, "bg": 3805 }, - { "id": "end_piece", "fg": 3715, "bg": 3809 }, - { "id": "unconnected", "fg": 3717, "bg": 3809 } + { "id": "t_connection", "fg": 3717, "bg": 3806 }, + { "id": "edge", "fg": 3715, "bg": 3806 }, + { "id": "corner", "fg": 3714, "bg": 3806 }, + { "id": "center", "fg": 3713, "bg": 3806 }, + { "id": "end_piece", "fg": 3716, "bg": 3810 }, + { "id": "unconnected", "fg": 3718, "bg": 3810 } ] }, { "id": "t_searth_test", - "fg": 3718, - "bg": 4432, + "fg": 3719, + "bg": 4433, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3718, "bg": 4432 }, - { "id": "corner", "fg": 3719, "bg": 4432 }, - { "id": "edge", "fg": 3720, "bg": 4432 }, - { "id": "t_connection", "fg": 3722, "bg": 4432 }, - { "id": "end_piece", "fg": 3721, "bg": 4432 }, - { "id": "unconnected", "fg": 3723, "bg": 4432 } + { "id": "center", "fg": 3719, "bg": 4433 }, + { "id": "corner", "fg": 3720, "bg": 4433 }, + { "id": "edge", "fg": 3721, "bg": 4433 }, + { "id": "t_connection", "fg": 3723, "bg": 4433 }, + { "id": "end_piece", "fg": 3722, "bg": 4433 }, + { "id": "unconnected", "fg": 3724, "bg": 4433 } ] }, - { "id": "t_sewage", "fg": 3724, "rotates": false }, + { "id": "t_sewage", "fg": 3725, "rotates": false }, { "id": "t_sewage_pipe", - "fg": 3725, - "bg": 3809, + "fg": 3726, + "bg": 3810, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3726, "bg": 3809 }, - { "id": "corner", "fg": 3727, "bg": 3809 }, - { "id": "edge", "fg": 3728, "bg": 3809 }, - { "id": "t_connection", "fg": 3730, "bg": 3809 }, - { "id": "end_piece", "fg": 3729, "bg": 3809 }, - { "id": "unconnected", "fg": 3725, "bg": 3809 } + { "id": "center", "fg": 3727, "bg": 3810 }, + { "id": "corner", "fg": 3728, "bg": 3810 }, + { "id": "edge", "fg": 3729, "bg": 3810 }, + { "id": "t_connection", "fg": 3731, "bg": 3810 }, + { "id": "end_piece", "fg": 3730, "bg": 3810 }, + { "id": "unconnected", "fg": 3726, "bg": 3810 } ] }, { "id": "t_sewage_pump", - "bg": 3809, + "bg": 3810, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3731, "bg": 3809 }, - { "id": "corner", "fg": 3732, "bg": 3809 }, - { "id": "edge", "fg": 3728, "bg": 3809 }, - { "id": "t_connection", "fg": 3731, "bg": 3809 }, - { "id": "end_piece", "fg": 3729, "bg": 3809 }, - { "id": "unconnected", "fg": 3731, "bg": 3809 } - ] - }, - { "id": "t_shrub", "fg": 3733, "bg": 3955, "rotates": false }, - { "id": "t_shrub_blueberry", "fg": 3734, "bg": 3955 }, - { "id": "t_shrub_blueberry_harvested", "fg": 3734, "bg": 3955 }, - { "id": "t_shrub_blueberry_harvested_season_autumn", "fg": 3734, "bg": 3959 }, - { "id": "t_shrub_blueberry_harvested_season_summer", "fg": 3734, "bg": 3963 }, - { "id": "t_shrub_blueberry_harvested_season_winter", "fg": 3738, "bg": 3880 }, - { "id": "t_shrub_blueberry_season_autumn", "fg": 3623, "bg": 3959 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 3623, "bg": 3963 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 3738, "bg": 3880 }, - { "id": "t_shrub_fungal", "fg": 3735, "bg": 1350, "rotates": false }, - { "id": "t_shrub_season_autumn", "fg": 3733, "bg": 3959 }, - { "id": "t_shrub_season_summer", "fg": 3733, "bg": 3963 }, - { "id": "t_shrub_season_winter", "fg": 3736, "bg": 3880 }, - { "id": "t_shrub_strawberry", "fg": 3734, "bg": 3955 }, - { "id": "t_shrub_strawberry_harvested", "fg": 3734, "bg": 3955 }, - { "id": "t_shrub_strawberry_harvested_season_autumn", "fg": 3734, "bg": 3959 }, - { "id": "t_shrub_strawberry_harvested_season_summer", "fg": 3734, "bg": 3963 }, - { "id": "t_shrub_strawberry_harvested_season_winter", "fg": 3738, "bg": 3880 }, - { "id": "t_shrub_strawberry_season_autumn", "fg": 3737, "bg": 3959 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 3737, "bg": 3963 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 3734, "bg": 3880 }, - { "id": "t_sidewalk", "fg": 3809, "rotates": false }, - { "id": "t_sidewalk_bg_dp", "fg": 3809 }, - { "id": "t_skylight", "bg": 3809, "rotates": false }, + { "id": "center", "fg": 3732, "bg": 3810 }, + { "id": "corner", "fg": 3733, "bg": 3810 }, + { "id": "edge", "fg": 3729, "bg": 3810 }, + { "id": "t_connection", "fg": 3732, "bg": 3810 }, + { "id": "end_piece", "fg": 3730, "bg": 3810 }, + { "id": "unconnected", "fg": 3732, "bg": 3810 } + ] + }, + { "id": "t_shrub", "fg": 3734, "bg": 3956, "rotates": false }, + { "id": "t_shrub_blueberry", "fg": 3735, "bg": 3956 }, + { "id": "t_shrub_blueberry_harvested", "fg": 3735, "bg": 3956 }, + { "id": "t_shrub_blueberry_harvested_season_autumn", "fg": 3735, "bg": 3960 }, + { "id": "t_shrub_blueberry_harvested_season_summer", "fg": 3735, "bg": 3964 }, + { "id": "t_shrub_blueberry_harvested_season_winter", "fg": 3739, "bg": 3881 }, + { "id": "t_shrub_blueberry_season_autumn", "fg": 3624, "bg": 3960 }, + { "id": "t_shrub_blueberry_season_summer", "fg": 3624, "bg": 3964 }, + { "id": "t_shrub_blueberry_season_winter", "fg": 3739, "bg": 3881 }, + { "id": "t_shrub_fungal", "fg": 3736, "bg": 1351, "rotates": false }, + { "id": "t_shrub_season_autumn", "fg": 3734, "bg": 3960 }, + { "id": "t_shrub_season_summer", "fg": 3734, "bg": 3964 }, + { "id": "t_shrub_season_winter", "fg": 3737, "bg": 3881 }, + { "id": "t_shrub_strawberry", "fg": 3735, "bg": 3956 }, + { "id": "t_shrub_strawberry_harvested", "fg": 3735, "bg": 3956 }, + { "id": "t_shrub_strawberry_harvested_season_autumn", "fg": 3735, "bg": 3960 }, + { "id": "t_shrub_strawberry_harvested_season_summer", "fg": 3735, "bg": 3964 }, + { "id": "t_shrub_strawberry_harvested_season_winter", "fg": 3739, "bg": 3881 }, + { "id": "t_shrub_strawberry_season_autumn", "fg": 3738, "bg": 3960 }, + { "id": "t_shrub_strawberry_season_summer", "fg": 3738, "bg": 3964 }, + { "id": "t_shrub_strawberry_season_winter", "fg": 3735, "bg": 3881 }, + { "id": "t_sidewalk", "fg": 3810, "rotates": false }, + { "id": "t_sidewalk_bg_dp", "fg": 3810 }, + { "id": "t_skylight", "bg": 3810, "rotates": false }, { "id": "t_slide", - "fg": 3739, - "bg": 4059, + "fg": 3740, + "bg": 4060, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3739, "bg": 4059 }, { "id": "end_piece", "fg": 3740, "bg": 4059 } ] + "additional_tiles": [ { "id": "edge", "fg": 3740, "bg": 4060 }, { "id": "end_piece", "fg": 3741, "bg": 4060 } ] }, { "id": "t_slide_season_autumn", - "fg": 3739, - "bg": 3959, + "fg": 3740, + "bg": 3960, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3739, "bg": 3959 }, { "id": "end_piece", "fg": 3740, "bg": 3959 } ] + "additional_tiles": [ { "id": "edge", "fg": 3740, "bg": 3960 }, { "id": "end_piece", "fg": 3741, "bg": 3960 } ] }, { "id": "t_slide_season_summer", - "fg": 3739, - "bg": 3963, + "fg": 3740, + "bg": 3964, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3739, "bg": 3963 }, { "id": "end_piece", "fg": 3740, "bg": 3963 } ] + "additional_tiles": [ { "id": "edge", "fg": 3740, "bg": 3964 }, { "id": "end_piece", "fg": 3741, "bg": 3964 } ] }, { "id": "t_slide_season_winter", - "fg": 3739, - "bg": 3880, + "fg": 3740, + "bg": 3881, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3739, "bg": 3880 }, { "id": "end_piece", "fg": 3740, "bg": 3880 } ] + "additional_tiles": [ { "id": "edge", "fg": 3740, "bg": 3881 }, { "id": "end_piece", "fg": 3741, "bg": 3881 } ] }, { "id": "t_slime", - "fg": 3741, - "bg": 3955, + "fg": 3742, + "bg": 3956, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3741, "bg": 3955 }, - { "id": "center", "fg": 3742, "bg": 3955 }, - { "id": "corner", "fg": 3743, "bg": 3955 }, - { "id": "edge", "fg": 3744, "bg": 3955 }, - { "id": "end_piece", "fg": 3745, "bg": 3955 }, - { "id": "t_connection", "fg": 3746, "bg": 3955 } + { "id": "unconnected", "fg": 3742, "bg": 3956 }, + { "id": "center", "fg": 3743, "bg": 3956 }, + { "id": "corner", "fg": 3744, "bg": 3956 }, + { "id": "edge", "fg": 3745, "bg": 3956 }, + { "id": "end_piece", "fg": 3746, "bg": 3956 }, + { "id": "t_connection", "fg": 3747, "bg": 3956 } ] }, { "id": "t_slime_season_autumn", - "fg": 3741, - "bg": 3959, + "fg": 3742, + "bg": 3960, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3741 }, - { "id": "center", "fg": 3742 }, - { "id": "corner", "fg": 3743 }, - { "id": "edge", "fg": 3744 }, - { "id": "end_piece", "fg": 3745 }, - { "id": "t_connection", "fg": 3746 } + { "id": "unconnected", "fg": 3742 }, + { "id": "center", "fg": 3743 }, + { "id": "corner", "fg": 3744 }, + { "id": "edge", "fg": 3745 }, + { "id": "end_piece", "fg": 3746 }, + { "id": "t_connection", "fg": 3747 } ] }, { "id": "t_slime_season_summer", - "fg": 3741, - "bg": 3963, + "fg": 3742, + "bg": 3964, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3741 }, - { "id": "center", "fg": 3742 }, - { "id": "corner", "fg": 3743 }, - { "id": "edge", "fg": 3744 }, - { "id": "end_piece", "fg": 3745 }, - { "id": "t_connection", "fg": 3746 } + { "id": "unconnected", "fg": 3742 }, + { "id": "center", "fg": 3743 }, + { "id": "corner", "fg": 3744 }, + { "id": "edge", "fg": 3745 }, + { "id": "end_piece", "fg": 3746 }, + { "id": "t_connection", "fg": 3747 } ] }, { "id": "t_slime_season_winter", - "fg": 3741, - "bg": 3880, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 3741 }, - { "id": "center", "fg": 3742 }, - { "id": "corner", "fg": 3743 }, - { "id": "edge", "fg": 3744 }, - { "id": "end_piece", "fg": 3745 }, - { "id": "t_connection", "fg": 3746 } - ] - }, - { "id": "t_slope_down", "fg": 3747, "rotates": false }, - { "id": "t_slope_up", "fg": 3748, "rotates": false }, - { "id": "t_slot_machine", "fg": 3749, "bg": 3809 }, - { "id": [ "t_stairs_down", "t_wood_stairs_down" ], "fg": 3750, "bg": 3804, "rotates": false }, - { "id": [ "t_stairs_up", "t_wood_stairs_up" ], "fg": 3751, "bg": 3803, "rotates": false }, - { "id": "t_station_disc", "fg": 3752, "bg": 3809, "rotates": false }, - { "id": "t_strconc_floor_halfway", "fg": 3753 }, - { "id": "t_strconc_wall_halfway", "fg": 3754, "bg": 3809 }, - { "id": "t_stump", "fg": 3791, "rotates": false, "bg": 3955 }, - { "id": "t_stump_season_autumn", "fg": 3791, "rotates": false, "bg": 3959 }, - { "id": "t_stump_season_summer", "fg": 3791, "rotates": false, "bg": 3963 }, - { "id": "t_stump_season_winter", "fg": 3792, "rotates": false, "bg": 3880 }, - { "id": "t_support_l", "fg": 3755, "bg": 3809, "rotates": false }, - { "id": "t_support_s", "fg": 3756, "bg": 3809, "rotates": false }, - { "id": "t_switchgear_l", "fg": 3757, "bg": 3809, "rotates": false }, - { "id": "t_switchgear_s", "fg": 3758, "bg": 3809, "rotates": false }, - { "id": "t_tarptent", "fg": 3759, "bg": 3955, "rotates": false }, - { "id": "t_thconc_floor", "fg": 3809, "rotates": false }, - { "id": "t_thconc_floor_olight", "fg": 3850, "rotates": false }, - { "id": "t_trunk", "fg": 3851, "bg": 3955, "rotates": false }, - { "id": "t_trunk_season_autumn", "fg": 3851, "bg": 3959 }, - { "id": "t_trunk_season_summer", "fg": 3851, "bg": 3963 }, - { "id": "t_trunk_season_winter", "fg": 3852, "bg": 3880 }, - { "id": "t_underbrush", "fg": 3760, "bg": 3955, "rotates": false }, - { "id": "t_underbrush_harvested_autumn", "fg": 3761, "bg": 3959, "rotates": false }, - { "id": "t_underbrush_harvested_autumn_season_autumn", "fg": 3761, "bg": 3959, "rotates": false }, - { "id": "t_underbrush_harvested_autumn_season_summer", "fg": 3761, "bg": 3963, "rotates": false }, - { "id": "t_underbrush_harvested_autumn_season_winter", "fg": 3761, "bg": 3880, "rotates": false }, - { "id": "t_underbrush_harvested_spring", "fg": 3761, "bg": 3955, "rotates": false }, - { "id": "t_underbrush_harvested_spring_season_winter", "fg": 3761, "bg": 3880, "rotates": false }, - { "id": "t_underbrush_harvested_summer", "fg": 3761, "bg": 3963, "rotates": false }, - { "id": "t_underbrush_harvested_summer_season_winter", "fg": 3761, "bg": 3880, "rotates": false }, - { "id": "t_underbrush_harvested_winter", "fg": 3762, "bg": 3967, "rotates": false }, - { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3762, "bg": 3880, "rotates": false }, - { "id": "t_underbrush_season_winter", "fg": 3763, "bg": 3880, "rotates": false }, - { "id": "t_utility_light", "fg": 3764, "bg": 3809 }, - { "id": "t_wall_half", "fg": 3765 }, - { "id": "t_wall_half_season_winter", "fg": 3765 }, + "fg": 3742, + "bg": 3881, + "multitile": true, + "additional_tiles": [ + { "id": "unconnected", "fg": 3742 }, + { "id": "center", "fg": 3743 }, + { "id": "corner", "fg": 3744 }, + { "id": "edge", "fg": 3745 }, + { "id": "end_piece", "fg": 3746 }, + { "id": "t_connection", "fg": 3747 } + ] + }, + { "id": "t_slope_down", "fg": 3748, "rotates": false }, + { "id": "t_slope_up", "fg": 3749, "rotates": false }, + { "id": "t_slot_machine", "fg": 3750, "bg": 3810 }, + { "id": [ "t_stairs_down", "t_wood_stairs_down" ], "fg": 3751, "bg": 3805, "rotates": false }, + { "id": [ "t_stairs_up", "t_wood_stairs_up" ], "fg": 3752, "bg": 3804, "rotates": false }, + { "id": "t_station_disc", "fg": 3753, "bg": 3810, "rotates": false }, + { "id": "t_strconc_floor_halfway", "fg": 3754 }, + { "id": "t_strconc_wall_halfway", "fg": 3755, "bg": 3810 }, + { "id": "t_stump", "fg": 3792, "rotates": false, "bg": 3956 }, + { "id": "t_stump_season_autumn", "fg": 3792, "rotates": false, "bg": 3960 }, + { "id": "t_stump_season_summer", "fg": 3792, "rotates": false, "bg": 3964 }, + { "id": "t_stump_season_winter", "fg": 3793, "rotates": false, "bg": 3881 }, + { "id": "t_support_l", "fg": 3756, "bg": 3810, "rotates": false }, + { "id": "t_support_s", "fg": 3757, "bg": 3810, "rotates": false }, + { "id": "t_switchgear_l", "fg": 3758, "bg": 3810, "rotates": false }, + { "id": "t_switchgear_s", "fg": 3759, "bg": 3810, "rotates": false }, + { "id": "t_tarptent", "fg": 3760, "bg": 3956, "rotates": false }, + { "id": "t_thconc_floor", "fg": 3810, "rotates": false }, + { "id": "t_thconc_floor_olight", "fg": 3851, "rotates": false }, + { "id": "t_trunk", "fg": 3852, "bg": 3956, "rotates": false }, + { "id": "t_trunk_season_autumn", "fg": 3852, "bg": 3960 }, + { "id": "t_trunk_season_summer", "fg": 3852, "bg": 3964 }, + { "id": "t_trunk_season_winter", "fg": 3853, "bg": 3881 }, + { "id": "t_underbrush", "fg": 3761, "bg": 3956, "rotates": false }, + { "id": "t_underbrush_harvested_autumn", "fg": 3762, "bg": 3960, "rotates": false }, + { "id": "t_underbrush_harvested_autumn_season_autumn", "fg": 3762, "bg": 3960, "rotates": false }, + { "id": "t_underbrush_harvested_autumn_season_summer", "fg": 3762, "bg": 3964, "rotates": false }, + { "id": "t_underbrush_harvested_autumn_season_winter", "fg": 3762, "bg": 3881, "rotates": false }, + { "id": "t_underbrush_harvested_spring", "fg": 3762, "bg": 3956, "rotates": false }, + { "id": "t_underbrush_harvested_spring_season_winter", "fg": 3762, "bg": 3881, "rotates": false }, + { "id": "t_underbrush_harvested_summer", "fg": 3762, "bg": 3964, "rotates": false }, + { "id": "t_underbrush_harvested_summer_season_winter", "fg": 3762, "bg": 3881, "rotates": false }, + { "id": "t_underbrush_harvested_winter", "fg": 3763, "bg": 3968, "rotates": false }, + { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3763, "bg": 3881, "rotates": false }, + { "id": "t_underbrush_season_winter", "fg": 3764, "bg": 3881, "rotates": false }, + { "id": "t_utility_light", "fg": 3765, "bg": 3810 }, + { "id": "t_wall_half", "fg": 3766 }, + { "id": "t_wall_half_season_winter", "fg": 3766 }, { "id": "t_wall_log_half", - "fg": 3766, + "fg": 3767, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3766 }, - { "id": "corner", "fg": 3767 }, - { "id": "edge", "fg": 3768 }, - { "id": "end_piece", "fg": 3769 }, - { "id": "t_connection", "fg": 3770 }, - { "id": "unconnected", "fg": 3771 } + { "id": "center", "fg": 3767 }, + { "id": "corner", "fg": 3768 }, + { "id": "edge", "fg": 3769 }, + { "id": "end_piece", "fg": 3770 }, + { "id": "t_connection", "fg": 3771 }, + { "id": "unconnected", "fg": 3772 } ] }, - { "id": "t_wall_wattle", "fg": 3772, "bg": 3955, "rotates": false }, - { "id": "t_wall_wattle_broken", "fg": 3773, "bg": 3955, "rotates": false }, - { "id": "t_wall_wattle_half", "fg": 3774, "bg": 3955, "rotates": false }, + { "id": "t_wall_wattle", "fg": 3773, "bg": 3956, "rotates": false }, + { "id": "t_wall_wattle_broken", "fg": 3774, "bg": 3956, "rotates": false }, + { "id": "t_wall_wattle_half", "fg": 3775, "bg": 3956, "rotates": false }, { "id": [ "t_water_dp", "t_swater_dp" ], - "fg": 3844, + "fg": 3845, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3844, "bg": 3955 }, - { "id": "corner", "fg": 3845, "bg": 3955 }, - { "id": "edge", "fg": 3846, "bg": 3955 }, - { "id": "end_piece", "fg": 3847, "bg": 3955 }, - { "id": "unconnected", "fg": 3848, "bg": 3955 } + { "id": "center", "fg": 3845, "bg": 3956 }, + { "id": "corner", "fg": 3846, "bg": 3956 }, + { "id": "edge", "fg": 3847, "bg": 3956 }, + { "id": "end_piece", "fg": 3848, "bg": 3956 }, + { "id": "unconnected", "fg": 3849, "bg": 3956 } ], - "bg": 3955 + "bg": 3956 }, { "id": [ "t_water_dp_season_autumn", "t_swater_dp_season_autumn" ], - "fg": 3844, + "fg": 3845, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3844, "bg": 3959 }, - { "id": "corner", "fg": 3845, "bg": 3959 }, - { "id": "edge", "fg": 3846, "bg": 3959 }, - { "id": "end_piece", "fg": 3847, "bg": 3959 }, - { "id": "unconnected", "fg": 3848, "bg": 3959 } + { "id": "center", "fg": 3845, "bg": 3960 }, + { "id": "corner", "fg": 3846, "bg": 3960 }, + { "id": "edge", "fg": 3847, "bg": 3960 }, + { "id": "end_piece", "fg": 3848, "bg": 3960 }, + { "id": "unconnected", "fg": 3849, "bg": 3960 } ], - "bg": 3959 + "bg": 3960 }, { "id": [ "t_water_dp_season_summer", "t_swater_dp_season_summer" ], - "fg": 3844, + "fg": 3845, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3844, "bg": 3963 }, - { "id": "corner", "fg": 3845, "bg": 3963 }, - { "id": "edge", "fg": 3846, "bg": 3963 }, - { "id": "end_piece", "fg": 3847, "bg": 3963 }, - { "id": "unconnected", "fg": 3848, "bg": 3963 } + { "id": "center", "fg": 3845, "bg": 3964 }, + { "id": "corner", "fg": 3846, "bg": 3964 }, + { "id": "edge", "fg": 3847, "bg": 3964 }, + { "id": "end_piece", "fg": 3848, "bg": 3964 }, + { "id": "unconnected", "fg": 3849, "bg": 3964 } ], - "bg": 3963 + "bg": 3964 }, { "id": [ "t_water_season_winter_dp", "t_swater_season_winter_dp" ], - "fg": 3844, + "fg": 3845, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3844, "bg": 3880 }, - { "id": "corner", "fg": 3845, "bg": 3880 }, - { "id": "edge", "fg": 3846, "bg": 3880 }, - { "id": "end_piece", "fg": 3847, "bg": 3880 }, - { "id": "unconnected", "fg": 3848, "bg": 3880 } + { "id": "center", "fg": 3845, "bg": 3881 }, + { "id": "corner", "fg": 3846, "bg": 3881 }, + { "id": "edge", "fg": 3847, "bg": 3881 }, + { "id": "end_piece", "fg": 3848, "bg": 3881 }, + { "id": "unconnected", "fg": 3849, "bg": 3881 } ], - "bg": 3880 + "bg": 3881 }, - { "id": "t_water_pump", "fg": 3775, "bg": 3809, "rotates": false }, + { "id": "t_water_pump", "fg": 3776, "bg": 3810, "rotates": false }, { "id": [ "t_water_sh", "t_swater_sh" ], - "fg": 3853, - "bg": 3955, + "fg": 3854, + "bg": 3956, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3854, "bg": 3955 }, - { "id": "edge", "fg": 3855, "bg": 3955 }, - { "id": "end_piece", "fg": 3856, "bg": 3955 }, - { "id": "center", "fg": 3853, "bg": 3955 }, - { "id": "t_connection", "fg": 3853, "bg": 3955 }, - { "id": "unconnected", "fg": 3857, "bg": 3955 } + { "id": "corner", "fg": 3855, "bg": 3956 }, + { "id": "edge", "fg": 3856, "bg": 3956 }, + { "id": "end_piece", "fg": 3857, "bg": 3956 }, + { "id": "center", "fg": 3854, "bg": 3956 }, + { "id": "t_connection", "fg": 3854, "bg": 3956 }, + { "id": "unconnected", "fg": 3858, "bg": 3956 } ] }, { "id": [ "t_water_sh_season_autumn", "t_swater_sh_season_autumn" ], - "fg": 3853, - "bg": 3959, + "fg": 3854, + "bg": 3960, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3854, "bg": 3959 }, - { "id": "edge", "fg": 3855, "bg": 3959 }, - { "id": "end_piece", "fg": 3856, "bg": 3959 }, - { "id": "center", "fg": 3853, "bg": 3959 }, - { "id": "t_connection", "fg": 3853, "bg": 3959 }, - { "id": "unconnected", "fg": 3857, "bg": 3959 } + { "id": "corner", "fg": 3855, "bg": 3960 }, + { "id": "edge", "fg": 3856, "bg": 3960 }, + { "id": "end_piece", "fg": 3857, "bg": 3960 }, + { "id": "center", "fg": 3854, "bg": 3960 }, + { "id": "t_connection", "fg": 3854, "bg": 3960 }, + { "id": "unconnected", "fg": 3858, "bg": 3960 } ] }, { "id": [ "t_water_sh_season_summer", "t_swater_sh_season_summer" ], - "fg": 3853, - "bg": 3963, + "fg": 3854, + "bg": 3964, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3854, "bg": 3963 }, - { "id": "edge", "fg": 3855, "bg": 3963 }, - { "id": "end_piece", "fg": 3856, "bg": 3963 }, - { "id": "center", "fg": 3853, "bg": 3963 }, - { "id": "t_connection", "fg": 3853, "bg": 3963 }, - { "id": "unconnected", "fg": 3857, "bg": 3963 } + { "id": "corner", "fg": 3855, "bg": 3964 }, + { "id": "edge", "fg": 3856, "bg": 3964 }, + { "id": "end_piece", "fg": 3857, "bg": 3964 }, + { "id": "center", "fg": 3854, "bg": 3964 }, + { "id": "t_connection", "fg": 3854, "bg": 3964 }, + { "id": "unconnected", "fg": 3858, "bg": 3964 } ] }, { "id": [ "t_water_sh_season_winter", "t_swater_sh_season_winter" ], - "fg": 3853, - "bg": 3880, + "fg": 3854, + "bg": 3881, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3854, "bg": 3880 }, - { "id": "edge", "fg": 3855, "bg": 3880 }, - { "id": "end_piece", "fg": 3856, "bg": 3880 }, - { "id": "center", "fg": 3853, "bg": 3880 }, - { "id": "t_connection", "fg": 3853, "bg": 3880 }, - { "id": "unconnected", "fg": 3857, "bg": 3880 } - ] - }, - { "id": "t_window", "fg": 3776, "bg": 3804, "rotates": false }, - { "id": "t_window_alarm", "fg": 3776, "bg": 3804, "rotates": false }, - { "id": "t_window_alarm_taped", "fg": 3777, "bg": 3804, "rotates": false }, - { "id": "t_window_bars", "fg": 3778, "bg": 3804, "rotates": false }, - { "id": "t_window_bars_alarm", "fg": 3779, "bg": 3804, "rotates": false }, - { "id": "t_window_boarded", "fg": 3780, "bg": 3804, "rotates": false }, - { "id": "t_window_boarded_noglass", "fg": 3781, "bg": 3804, "rotates": false }, - { "id": "t_window_domestic", "fg": 3776, "bg": 3804, "rotates": false }, - { "id": "t_window_domestic_taped", "fg": 3777, "bg": 3804, "rotates": false }, - { "id": "t_window_empty", "fg": 3782, "bg": 3804, "rotates": false }, - { "id": "t_window_enhanced", "fg": 3783, "bg": 3804, "rotates": false }, - { "id": "t_window_enhanced_noglass", "fg": 3783 }, - { "id": "t_window_frame", "fg": 3661, "bg": 3804, "rotates": false }, - { "id": "t_window_no_curtains", "fg": 3776, "bg": 3804, "rotates": false }, - { "id": "t_window_no_curtains_open", "fg": 3784, "bg": 3804, "rotates": false }, - { "id": "t_window_no_curtains_taped", "fg": 3777, "bg": 3804, "rotates": false }, - { "id": "t_window_open", "fg": 3784, "bg": 3804, "rotates": false }, - { "id": "t_window_reinforced", "fg": 3785, "bg": 3804, "rotates": false }, - { "id": "t_window_reinforced_noglass", "fg": 3786, "bg": 3804, "rotates": false }, - { "id": "t_window_stained_blue", "fg": 3787, "rotates": false }, - { "id": "t_window_stained_green", "fg": 3788, "rotates": false }, - { "id": "t_window_stained_red", "fg": 3789, "rotates": false }, - { "id": "t_window_taped", "fg": 3777, "bg": 3804, "rotates": false }, - { "id": "t_zebra", "fg": 3858, "rotates": false }, - { "id": "tr_glass_pit", "fg": 3835, "bg": 3955 }, - { "id": "tr_glass_pit_season_autumn", "fg": 3835, "bg": 3959 }, - { "id": "tr_glass_pit_season_summer", "fg": 3835, "bg": 3963 }, - { "id": "tr_glass_pit_season_winter", "fg": 3835, "bg": 3880 }, - { "id": "tr_light_snare", "bg": 4923, "rotates": false }, - { "id": "tr_pit", "fg": 3831, "bg": 3955, "rotates": false }, - { "id": "tr_pit_season_autumn", "fg": 3831, "bg": 3959 }, - { "id": "tr_pit_season_summer", "fg": 3831, "bg": 3963 }, - { "id": "tr_pit_season_winter", "fg": 3831, "bg": 3880 }, - { "id": "tr_spike_pit", "fg": 3838, "bg": 3955, "rotates": false }, - { "id": "tr_spike_pit_season_autumn", "fg": 3838, "bg": 3959 }, - { "id": "tr_spike_pit_season_summer", "fg": 3838, "bg": 3963 }, - { "id": "tr_spike_pit_season_winter", "fg": 3838, "bg": 3880 }, - { "id": "t_floor_resin", "fg": 3859 }, - { "id": "t_resin_hole_c", "fg": 3861, "rotates": false, "bg": 3859 }, - { "id": "t_resin_hole_o", "fg": 3862, "rotates": false, "bg": 3859 }, + { "id": "corner", "fg": 3855, "bg": 3881 }, + { "id": "edge", "fg": 3856, "bg": 3881 }, + { "id": "end_piece", "fg": 3857, "bg": 3881 }, + { "id": "center", "fg": 3854, "bg": 3881 }, + { "id": "t_connection", "fg": 3854, "bg": 3881 }, + { "id": "unconnected", "fg": 3858, "bg": 3881 } + ] + }, + { "id": "t_window", "fg": 3777, "bg": 3805, "rotates": false }, + { "id": "t_window_alarm", "fg": 3777, "bg": 3805, "rotates": false }, + { "id": "t_window_alarm_taped", "fg": 3778, "bg": 3805, "rotates": false }, + { "id": "t_window_bars", "fg": 3779, "bg": 3805, "rotates": false }, + { "id": "t_window_bars_alarm", "fg": 3780, "bg": 3805, "rotates": false }, + { "id": "t_window_boarded", "fg": 3781, "bg": 3805, "rotates": false }, + { "id": "t_window_boarded_noglass", "fg": 3782, "bg": 3805, "rotates": false }, + { "id": "t_window_domestic", "fg": 3777, "bg": 3805, "rotates": false }, + { "id": "t_window_domestic_taped", "fg": 3778, "bg": 3805, "rotates": false }, + { "id": "t_window_empty", "fg": 3783, "bg": 3805, "rotates": false }, + { "id": "t_window_enhanced", "fg": 3784, "bg": 3805, "rotates": false }, + { "id": "t_window_enhanced_noglass", "fg": 3784 }, + { "id": "t_window_frame", "fg": 3662, "bg": 3805, "rotates": false }, + { "id": "t_window_no_curtains", "fg": 3777, "bg": 3805, "rotates": false }, + { "id": "t_window_no_curtains_open", "fg": 3785, "bg": 3805, "rotates": false }, + { "id": "t_window_no_curtains_taped", "fg": 3778, "bg": 3805, "rotates": false }, + { "id": "t_window_open", "fg": 3785, "bg": 3805, "rotates": false }, + { "id": "t_window_reinforced", "fg": 3786, "bg": 3805, "rotates": false }, + { "id": "t_window_reinforced_noglass", "fg": 3787, "bg": 3805, "rotates": false }, + { "id": "t_window_stained_blue", "fg": 3788, "rotates": false }, + { "id": "t_window_stained_green", "fg": 3789, "rotates": false }, + { "id": "t_window_stained_red", "fg": 3790, "rotates": false }, + { "id": "t_window_taped", "fg": 3778, "bg": 3805, "rotates": false }, + { "id": "t_zebra", "fg": 3859, "rotates": false }, + { "id": "tr_glass_pit", "fg": 3836, "bg": 3956 }, + { "id": "tr_glass_pit_season_autumn", "fg": 3836, "bg": 3960 }, + { "id": "tr_glass_pit_season_summer", "fg": 3836, "bg": 3964 }, + { "id": "tr_glass_pit_season_winter", "fg": 3836, "bg": 3881 }, + { "id": "tr_light_snare", "bg": 4924, "rotates": false }, + { "id": "tr_pit", "fg": 3832, "bg": 3956, "rotates": false }, + { "id": "tr_pit_season_autumn", "fg": 3832, "bg": 3960 }, + { "id": "tr_pit_season_summer", "fg": 3832, "bg": 3964 }, + { "id": "tr_pit_season_winter", "fg": 3832, "bg": 3881 }, + { "id": "tr_spike_pit", "fg": 3839, "bg": 3956, "rotates": false }, + { "id": "tr_spike_pit_season_autumn", "fg": 3839, "bg": 3960 }, + { "id": "tr_spike_pit_season_summer", "fg": 3839, "bg": 3964 }, + { "id": "tr_spike_pit_season_winter", "fg": 3839, "bg": 3881 }, + { "id": "t_floor_resin", "fg": 3860 }, + { "id": "t_resin_hole_c", "fg": 3862, "rotates": false, "bg": 3860 }, + { "id": "t_resin_hole_o", "fg": 3863, "rotates": false, "bg": 3860 }, { "id": "t_wall_resin", - "fg": 3878, + "fg": 3879, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3863, "bg": 3859 }, - { "id": "corner", "fg": [ 3865, 3867, 3866, 3864 ], "bg": 3859 }, - { "id": "t_connection", "fg": [ 3875, 3877, 3876, 3874 ], "bg": 3859 }, - { "id": "edge", "fg": [ 3869, 3868 ], "bg": 3859 }, - { "id": "end_piece", "fg": [ 3871, 3873, 3872, 3870 ], "bg": 3859 }, - { "id": "unconnected", "fg": [ 3878, 3878 ], "bg": 3859 } + { "id": "center", "fg": 3864, "bg": 3860 }, + { "id": "corner", "fg": [ 3866, 3868, 3867, 3865 ], "bg": 3860 }, + { "id": "t_connection", "fg": [ 3876, 3878, 3877, 3875 ], "bg": 3860 }, + { "id": "edge", "fg": [ 3870, 3869 ], "bg": 3860 }, + { "id": "end_piece", "fg": [ 3872, 3874, 3873, 3871 ], "bg": 3860 }, + { "id": "unconnected", "fg": [ 3879, 3879 ], "bg": 3860 } ] }, { "id": [ "t_brick_wall", "t_secretdoor_brick_wall_c", "t_sliding_brick_wall_c" ], - "fg": 3914, + "fg": 3915, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3899 }, - { "id": "corner", "fg": [ 3901, 3903, 3902, 3900 ] }, - { "id": "t_connection", "fg": [ 3911, 3913, 3912, 3910 ] }, - { "id": "edge", "fg": [ 3905, 3904 ] }, - { "id": "end_piece", "fg": [ 3907, 3909, 3908, 3906 ] }, - { "id": "unconnected", "fg": [ 3914, 3914 ] } + { "id": "center", "fg": 3900 }, + { "id": "corner", "fg": [ 3902, 3904, 3903, 3901 ] }, + { "id": "t_connection", "fg": [ 3912, 3914, 3913, 3911 ] }, + { "id": "edge", "fg": [ 3906, 3905 ] }, + { "id": "end_piece", "fg": [ 3908, 3910, 3909, 3907 ] }, + { "id": "unconnected", "fg": [ 3915, 3915 ] } ] }, { "id": "t_concrete_railing", - "fg": 3922, + "fg": 3923, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3922, "bg": 3809 }, - { "id": "corner", "fg": [ 3916, 3918, 3917, 3915 ], "bg": 3809 }, - { "id": "t_connection", "fg": [ 3922, 3919, 3922, 3919 ], "bg": 3809 }, - { "id": "edge", "fg": [ 3919, 3922 ], "bg": 3809 }, - { "id": "end_piece", "fg": [ 3920, 3922, 3921, 3922 ], "bg": 3809 }, - { "id": "unconnected", "fg": [ 3922, 3922 ], "bg": 3809 } + { "id": "center", "fg": 3923, "bg": 3810 }, + { "id": "corner", "fg": [ 3917, 3919, 3918, 3916 ], "bg": 3810 }, + { "id": "t_connection", "fg": [ 3923, 3920, 3923, 3920 ], "bg": 3810 }, + { "id": "edge", "fg": [ 3920, 3923 ], "bg": 3810 }, + { "id": "end_piece", "fg": [ 3921, 3923, 3922, 3923 ], "bg": 3810 }, + { "id": "unconnected", "fg": [ 3923, 3923 ], "bg": 3810 } ] }, { "id": [ "t_concrete_wall", "t_secretdoor_concrete_wall_c", "t_sliding_concrete_wall_c" ], - "fg": 3938, + "fg": 3939, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3923 }, - { "id": "corner", "fg": [ 3925, 3927, 3926, 3924 ] }, - { "id": "t_connection", "fg": [ 3935, 3937, 3936, 3934 ] }, - { "id": "edge", "fg": [ 3929, 3928 ] }, - { "id": "end_piece", "fg": [ 3931, 3933, 3932, 3930 ] }, - { "id": "unconnected", "fg": [ 3938, 3938 ] } + { "id": "center", "fg": 3924 }, + { "id": "corner", "fg": [ 3926, 3928, 3927, 3925 ] }, + { "id": "t_connection", "fg": [ 3936, 3938, 3937, 3935 ] }, + { "id": "edge", "fg": [ 3930, 3929 ] }, + { "id": "end_piece", "fg": [ 3932, 3934, 3933, 3931 ] }, + { "id": "unconnected", "fg": [ 3939, 3939 ] } ] }, { "id": "t_concrete_wall_flesh", - "fg": 3954, + "fg": 3955, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3939 }, - { "id": "corner", "fg": [ 3941, 3943, 3942, 3940 ] }, - { "id": "t_connection", "fg": [ 3951, 3953, 3952, 3950 ] }, - { "id": "edge", "fg": [ 3945, 3944 ] }, - { "id": "end_piece", "fg": [ 3947, 3949, 3948, 3946 ] }, - { "id": "unconnected", "fg": [ 3954, 3954 ] } + { "id": "center", "fg": 3940 }, + { "id": "corner", "fg": [ 3942, 3944, 3943, 3941 ] }, + { "id": "t_connection", "fg": [ 3952, 3954, 3953, 3951 ] }, + { "id": "edge", "fg": [ 3946, 3945 ] }, + { "id": "end_piece", "fg": [ 3948, 3950, 3949, 3947 ] }, + { "id": "unconnected", "fg": [ 3955, 3955 ] } ] }, { "id": "t_dirt", "bg": [ - { "weight": 100, "sprite": 3955 }, { "weight": 100, "sprite": 3956 }, { "weight": 100, "sprite": 3957 }, - { "weight": 100, "sprite": 3958 } + { "weight": 100, "sprite": 3958 }, + { "weight": 100, "sprite": 3959 } ] }, { "id": "t_dirt_season_autumn", "bg": [ - { "weight": 100, "sprite": 3959 }, { "weight": 100, "sprite": 3960 }, { "weight": 100, "sprite": 3961 }, - { "weight": 100, "sprite": 3962 } + { "weight": 100, "sprite": 3962 }, + { "weight": 100, "sprite": 3963 } ] }, { "id": "t_dirt_season_summer", "bg": [ - { "weight": 100, "sprite": 3963 }, { "weight": 100, "sprite": 3964 }, { "weight": 100, "sprite": 3965 }, - { "weight": 100, "sprite": 3966 } + { "weight": 100, "sprite": 3966 }, + { "weight": 100, "sprite": 3967 } ] }, { "id": "t_dirt_season_winter", "bg": [ - { "weight": 100, "sprite": 3967 }, { "weight": 100, "sprite": 3968 }, { "weight": 100, "sprite": 3969 }, - { "weight": 100, "sprite": 3970 } + { "weight": 100, "sprite": 3970 }, + { "weight": 100, "sprite": 3971 } ] }, { "id": "t_dirtfloor", - "fg": [ { "weight": 1, "sprite": 3971 }, { "weight": 1, "sprite": 3972 }, { "weight": 1, "sprite": 3973 } ], + "fg": [ { "weight": 1, "sprite": 3972 }, { "weight": 1, "sprite": 3973 }, { "weight": 1, "sprite": 3974 } ], "rotates": false }, { "id": "t_dock", - "fg": 3989, + "fg": 3990, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3974 }, - { "id": "corner", "fg": [ 3976, 3978, 3977, 3975 ] }, - { "id": "t_connection", "fg": [ 3986, 3988, 3987, 3985 ] }, - { "id": "edge", "fg": [ 3980, 3979 ] }, - { "id": "end_piece", "fg": [ 3982, 3984, 3983, 3981 ] }, - { "id": "unconnected", "fg": [ 3989, 3989 ] } + { "id": "center", "fg": 3975 }, + { "id": "corner", "fg": [ 3977, 3979, 3978, 3976 ] }, + { "id": "t_connection", "fg": [ 3987, 3989, 3988, 3986 ] }, + { "id": "edge", "fg": [ 3981, 3980 ] }, + { "id": "end_piece", "fg": [ 3983, 3985, 3984, 3982 ] }, + { "id": "unconnected", "fg": [ 3990, 3990 ] } ] }, { "id": "t_dock_deep", - "fg": 4005, + "fg": 4006, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3990 }, - { "id": "corner", "fg": [ 3992, 3994, 3993, 3991 ] }, - { "id": "t_connection", "fg": [ 4002, 4004, 4003, 4001 ] }, - { "id": "edge", "fg": [ 3996, 3995 ] }, - { "id": "end_piece", "fg": [ 3998, 4000, 3999, 3997 ] }, - { "id": "unconnected", "fg": [ 4005, 4005 ] } + { "id": "center", "fg": 3991 }, + { "id": "corner", "fg": [ 3993, 3995, 3994, 3992 ] }, + { "id": "t_connection", "fg": [ 4003, 4005, 4004, 4002 ] }, + { "id": "edge", "fg": [ 3997, 3996 ] }, + { "id": "end_piece", "fg": [ 3999, 4001, 4000, 3998 ] }, + { "id": "unconnected", "fg": [ 4006, 4006 ] } ] }, { "id": "t_fence_metal", - "fg": 4015, + "fg": 4016, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4015, "bg": 3804 }, - { "id": "corner", "fg": [ 4007, 4009, 4008, 4006 ], "bg": 3804 }, - { "id": "t_connection", "fg": [ 4015, 4014, 4015, 4013 ], "bg": 3804 }, - { "id": "edge", "fg": [ 4010, 4015 ], "bg": 3804 }, - { "id": "end_piece", "fg": [ 4011, 4015, 4012, 4015 ], "bg": 3804 }, - { "id": "unconnected", "fg": [ 4015, 4015 ], "bg": 3804 } + { "id": "center", "fg": 4016, "bg": 3805 }, + { "id": "corner", "fg": [ 4008, 4010, 4009, 4007 ], "bg": 3805 }, + { "id": "t_connection", "fg": [ 4016, 4015, 4016, 4014 ], "bg": 3805 }, + { "id": "edge", "fg": [ 4011, 4016 ], "bg": 3805 }, + { "id": "end_piece", "fg": [ 4012, 4016, 4013, 4016 ], "bg": 3805 }, + { "id": "unconnected", "fg": [ 4016, 4016 ], "bg": 3805 } ] }, { "id": "t_fence_rope", - "fg": 4026, + "fg": 4027, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 4026, + "fg": 4027, "bg": [ - { "weight": 100, "sprite": 3955 }, { "weight": 100, "sprite": 3956 }, { "weight": 100, "sprite": 3957 }, - { "weight": 100, "sprite": 3958 } + { "weight": 100, "sprite": 3958 }, + { "weight": 100, "sprite": 3959 } ] }, { "id": "corner", - "fg": [ 4017, 4019, 4018, 4016 ], + "fg": [ 4018, 4020, 4019, 4017 ], "bg": [ - { "weight": 100, "sprite": 3955 }, { "weight": 100, "sprite": 3956 }, { "weight": 100, "sprite": 3957 }, - { "weight": 100, "sprite": 3958 } + { "weight": 100, "sprite": 3958 }, + { "weight": 100, "sprite": 3959 } ] }, { "id": "t_connection", - "fg": [ 4020, 4021, 4020, 4021 ], + "fg": [ 4021, 4022, 4021, 4022 ], "bg": [ - { "weight": 100, "sprite": 3955 }, { "weight": 100, "sprite": 3956 }, { "weight": 100, "sprite": 3957 }, - { "weight": 100, "sprite": 3958 } + { "weight": 100, "sprite": 3958 }, + { "weight": 100, "sprite": 3959 } ] }, { "id": "edge", - "fg": [ 4021, 4020 ], + "fg": [ 4022, 4021 ], "bg": [ - { "weight": 100, "sprite": 3955 }, { "weight": 100, "sprite": 3956 }, { "weight": 100, "sprite": 3957 }, - { "weight": 100, "sprite": 3958 } + { "weight": 100, "sprite": 3958 }, + { "weight": 100, "sprite": 3959 } ] }, { "id": "end_piece", - "fg": [ 4023, 4025, 4024, 4022 ], + "fg": [ 4024, 4026, 4025, 4023 ], "bg": [ - { "weight": 100, "sprite": 3955 }, { "weight": 100, "sprite": 3956 }, { "weight": 100, "sprite": 3957 }, - { "weight": 100, "sprite": 3958 } + { "weight": 100, "sprite": 3958 }, + { "weight": 100, "sprite": 3959 } ] }, { "id": "unconnected", - "fg": [ 4026, 4026 ], + "fg": [ 4027, 4027 ], "bg": [ - { "weight": 100, "sprite": 3955 }, { "weight": 100, "sprite": 3956 }, { "weight": 100, "sprite": 3957 }, - { "weight": 100, "sprite": 3958 } + { "weight": 100, "sprite": 3958 }, + { "weight": 100, "sprite": 3959 } ] } ] }, { "id": "t_fence_rope_season_summer", - "fg": 4026, + "fg": 4027, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 4026, + "fg": 4027, "bg": [ - { "weight": 100, "sprite": 3963 }, { "weight": 100, "sprite": 3964 }, { "weight": 100, "sprite": 3965 }, - { "weight": 100, "sprite": 3966 } + { "weight": 100, "sprite": 3966 }, + { "weight": 100, "sprite": 3967 } ] }, { "id": "corner", - "fg": [ 4017, 4019, 4018, 4016 ], + "fg": [ 4018, 4020, 4019, 4017 ], "bg": [ - { "weight": 100, "sprite": 3963 }, { "weight": 100, "sprite": 3964 }, { "weight": 100, "sprite": 3965 }, - { "weight": 100, "sprite": 3966 } + { "weight": 100, "sprite": 3966 }, + { "weight": 100, "sprite": 3967 } ] }, { "id": "t_connection", - "fg": [ 4020, 4021, 4020, 4021 ], + "fg": [ 4021, 4022, 4021, 4022 ], "bg": [ - { "weight": 100, "sprite": 3963 }, { "weight": 100, "sprite": 3964 }, { "weight": 100, "sprite": 3965 }, - { "weight": 100, "sprite": 3966 } + { "weight": 100, "sprite": 3966 }, + { "weight": 100, "sprite": 3967 } ] }, { "id": "edge", - "fg": [ 4021, 4020 ], + "fg": [ 4022, 4021 ], "bg": [ - { "weight": 100, "sprite": 3963 }, { "weight": 100, "sprite": 3964 }, { "weight": 100, "sprite": 3965 }, - { "weight": 100, "sprite": 3966 } + { "weight": 100, "sprite": 3966 }, + { "weight": 100, "sprite": 3967 } ] }, { "id": "end_piece", - "fg": [ 4023, 4025, 4024, 4022 ], + "fg": [ 4024, 4026, 4025, 4023 ], "bg": [ - { "weight": 100, "sprite": 3963 }, { "weight": 100, "sprite": 3964 }, { "weight": 100, "sprite": 3965 }, - { "weight": 100, "sprite": 3966 } + { "weight": 100, "sprite": 3966 }, + { "weight": 100, "sprite": 3967 } ] }, { "id": "unconnected", - "fg": [ 4026, 4026 ], + "fg": [ 4027, 4027 ], "bg": [ - { "weight": 100, "sprite": 3963 }, { "weight": 100, "sprite": 3964 }, { "weight": 100, "sprite": 3965 }, - { "weight": 100, "sprite": 3966 } + { "weight": 100, "sprite": 3966 }, + { "weight": 100, "sprite": 3967 } ] } ] }, { "id": "t_fence_rope_season_autumn", - "fg": 4026, + "fg": 4027, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 4026, + "fg": 4027, "bg": [ - { "weight": 100, "sprite": 3959 }, { "weight": 100, "sprite": 3960 }, { "weight": 100, "sprite": 3961 }, - { "weight": 100, "sprite": 3962 } + { "weight": 100, "sprite": 3962 }, + { "weight": 100, "sprite": 3963 } ] }, { "id": "corner", - "fg": [ 4017, 4019, 4018, 4016 ], + "fg": [ 4018, 4020, 4019, 4017 ], "bg": [ - { "weight": 100, "sprite": 3959 }, { "weight": 100, "sprite": 3960 }, { "weight": 100, "sprite": 3961 }, - { "weight": 100, "sprite": 3962 } + { "weight": 100, "sprite": 3962 }, + { "weight": 100, "sprite": 3963 } ] }, { "id": "t_connection", - "fg": [ 4020, 4021, 4020, 4021 ], + "fg": [ 4021, 4022, 4021, 4022 ], "bg": [ - { "weight": 100, "sprite": 3959 }, { "weight": 100, "sprite": 3960 }, { "weight": 100, "sprite": 3961 }, - { "weight": 100, "sprite": 3962 } + { "weight": 100, "sprite": 3962 }, + { "weight": 100, "sprite": 3963 } ] }, { "id": "edge", - "fg": [ 4021, 4020 ], + "fg": [ 4022, 4021 ], "bg": [ - { "weight": 100, "sprite": 3959 }, { "weight": 100, "sprite": 3960 }, { "weight": 100, "sprite": 3961 }, - { "weight": 100, "sprite": 3962 } + { "weight": 100, "sprite": 3962 }, + { "weight": 100, "sprite": 3963 } ] }, { "id": "end_piece", - "fg": [ 4023, 4025, 4024, 4022 ], + "fg": [ 4024, 4026, 4025, 4023 ], "bg": [ - { "weight": 100, "sprite": 3959 }, { "weight": 100, "sprite": 3960 }, { "weight": 100, "sprite": 3961 }, - { "weight": 100, "sprite": 3962 } + { "weight": 100, "sprite": 3962 }, + { "weight": 100, "sprite": 3963 } ] }, { "id": "unconnected", - "fg": [ 4026, 4026 ], + "fg": [ 4027, 4027 ], "bg": [ - { "weight": 100, "sprite": 3959 }, { "weight": 100, "sprite": 3960 }, { "weight": 100, "sprite": 3961 }, - { "weight": 100, "sprite": 3962 } + { "weight": 100, "sprite": 3962 }, + { "weight": 100, "sprite": 3963 } ] } ] }, { "id": "t_fence_rope_season_winter", - "fg": 4026, + "fg": 4027, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 4026, + "fg": 4027, "bg": [ - { "weight": 100, "sprite": 3967 }, { "weight": 100, "sprite": 3968 }, { "weight": 100, "sprite": 3969 }, - { "weight": 100, "sprite": 3970 } + { "weight": 100, "sprite": 3970 }, + { "weight": 100, "sprite": 3971 } ] }, { "id": "corner", - "fg": [ 4017, 4019, 4018, 4016 ], + "fg": [ 4018, 4020, 4019, 4017 ], "bg": [ - { "weight": 100, "sprite": 3967 }, { "weight": 100, "sprite": 3968 }, { "weight": 100, "sprite": 3969 }, - { "weight": 100, "sprite": 3970 } + { "weight": 100, "sprite": 3970 }, + { "weight": 100, "sprite": 3971 } ] }, { "id": "t_connection", - "fg": [ 4020, 4021, 4020, 4021 ], + "fg": [ 4021, 4022, 4021, 4022 ], "bg": [ - { "weight": 100, "sprite": 3967 }, { "weight": 100, "sprite": 3968 }, { "weight": 100, "sprite": 3969 }, - { "weight": 100, "sprite": 3970 } + { "weight": 100, "sprite": 3970 }, + { "weight": 100, "sprite": 3971 } ] }, { "id": "edge", - "fg": [ 4021, 4020 ], + "fg": [ 4022, 4021 ], "bg": [ - { "weight": 100, "sprite": 3967 }, { "weight": 100, "sprite": 3968 }, { "weight": 100, "sprite": 3969 }, - { "weight": 100, "sprite": 3970 } + { "weight": 100, "sprite": 3970 }, + { "weight": 100, "sprite": 3971 } ] }, { "id": "end_piece", - "fg": [ 4023, 4025, 4024, 4022 ], + "fg": [ 4024, 4026, 4025, 4023 ], "bg": [ - { "weight": 100, "sprite": 3967 }, { "weight": 100, "sprite": 3968 }, { "weight": 100, "sprite": 3969 }, - { "weight": 100, "sprite": 3970 } + { "weight": 100, "sprite": 3970 }, + { "weight": 100, "sprite": 3971 } ] }, { "id": "unconnected", - "fg": [ 4026, 4026 ], + "fg": [ 4027, 4027 ], "bg": [ - { "weight": 100, "sprite": 3967 }, { "weight": 100, "sprite": 3968 }, { "weight": 100, "sprite": 3969 }, - { "weight": 100, "sprite": 3970 } + { "weight": 100, "sprite": 3970 }, + { "weight": 100, "sprite": 3971 } ] } ] }, { "id": "t_glass_railing", - "fg": 4041, + "fg": 4042, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": [ 4028, 4030, 4029, 4027 ], "bg": 3803 }, - { "id": "t_connection", "fg": [ 4038, 4040, 4039, 4037 ], "bg": 3803 }, - { "id": "edge", "fg": [ 4032, 4031 ], "bg": 3803 }, - { "id": "end_piece", "fg": [ 4034, 4036, 4035, 4033 ], "bg": 3803 }, - { "id": "unconnected", "fg": [ 4041, 4041 ], "bg": 3803 } + { "id": "corner", "fg": [ 4029, 4031, 4030, 4028 ], "bg": 3804 }, + { "id": "t_connection", "fg": [ 4039, 4041, 4040, 4038 ], "bg": 3804 }, + { "id": "edge", "fg": [ 4033, 4032 ], "bg": 3804 }, + { "id": "end_piece", "fg": [ 4035, 4037, 4036, 4034 ], "bg": 3804 }, + { "id": "unconnected", "fg": [ 4042, 4042 ], "bg": 3804 } ] }, { "id": "t_glass_roof", - "fg": 4057, + "fg": 4058, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4042 }, - { "id": "corner", "fg": [ 4044, 4046, 4045, 4043 ] }, - { "id": "t_connection", "fg": [ 4054, 4056, 4055, 4053 ] }, - { "id": "edge", "fg": [ 4048, 4047 ] }, - { "id": "end_piece", "fg": [ 4050, 4052, 4051, 4049 ] }, - { "id": "unconnected", "fg": [ 4057, 4057 ] } + { "id": "center", "fg": 4043 }, + { "id": "corner", "fg": [ 4045, 4047, 4046, 4044 ] }, + { "id": "t_connection", "fg": [ 4055, 4057, 4056, 4054 ] }, + { "id": "edge", "fg": [ 4049, 4048 ] }, + { "id": "end_piece", "fg": [ 4051, 4053, 4052, 4050 ] }, + { "id": "unconnected", "fg": [ 4058, 4058 ] } ] }, { "id": "t_grass", "multitile": true, - "fg": 4076, - "bg": 3955, + "fg": 4077, + "bg": 3956, "additional_tiles": [ { "id": "center", - "bg": 3955, + "bg": 3956, "fg": [ - { "weight": 1, "sprite": 4058 }, { "weight": 1, "sprite": 4059 }, { "weight": 1, "sprite": 4060 }, - { "weight": 1, "sprite": 4061 } + { "weight": 1, "sprite": 4061 }, + { "weight": 1, "sprite": 4062 } ] }, - { "id": "corner", "bg": 3955, "fg": [ 4063, 4065, 4064, 4062 ] }, - { "id": "t_connection", "bg": 3955, "fg": [ 4073, 4075, 4074, 4072 ] }, - { "id": "edge", "bg": 3955, "fg": [ 4067, 4066 ] }, - { "id": "end_piece", "bg": 3955, "fg": [ 4069, 4071, 4070, 4068 ] }, - { "bg": 3955, "id": "unconnected", "fg": 4076 } + { "id": "corner", "bg": 3956, "fg": [ 4064, 4066, 4065, 4063 ] }, + { "id": "t_connection", "bg": 3956, "fg": [ 4074, 4076, 4075, 4073 ] }, + { "id": "edge", "bg": 3956, "fg": [ 4068, 4067 ] }, + { "id": "end_piece", "bg": 3956, "fg": [ 4070, 4072, 4071, 4069 ] }, + { "bg": 3956, "id": "unconnected", "fg": 4077 } ] }, { "id": "t_grass_season_summer", "multitile": true, - "fg": 4114, - "bg": 3963, + "fg": 4115, + "bg": 3964, "additional_tiles": [ { "id": "center", - "bg": 3963, + "bg": 3964, "fg": [ - { "weight": 1, "sprite": 4096 }, { "weight": 1, "sprite": 4097 }, { "weight": 1, "sprite": 4098 }, - { "weight": 1, "sprite": 4099 } + { "weight": 1, "sprite": 4099 }, + { "weight": 1, "sprite": 4100 } ] }, - { "id": "corner", "bg": 3963, "fg": [ 4101, 4103, 4102, 4100 ] }, - { "id": "t_connection", "bg": 3963, "fg": [ 4111, 4113, 4112, 4110 ] }, - { "id": "edge", "bg": 3963, "fg": [ 4105, 4104 ] }, - { "id": "end_piece", "bg": 3963, "fg": [ 4107, 4109, 4108, 4106 ] }, - { "bg": 3963, "id": "unconnected", "fg": 4114 } + { "id": "corner", "bg": 3964, "fg": [ 4102, 4104, 4103, 4101 ] }, + { "id": "t_connection", "bg": 3964, "fg": [ 4112, 4114, 4113, 4111 ] }, + { "id": "edge", "bg": 3964, "fg": [ 4106, 4105 ] }, + { "id": "end_piece", "bg": 3964, "fg": [ 4108, 4110, 4109, 4107 ] }, + { "bg": 3964, "id": "unconnected", "fg": 4115 } ] }, { "id": "t_grass_season_autumn", "multitile": true, - "fg": 4095, - "bg": 3959, + "fg": 4096, + "bg": 3960, "additional_tiles": [ { "id": "center", - "bg": 3959, + "bg": 3960, "fg": [ - { "weight": 1, "sprite": 4077 }, { "weight": 1, "sprite": 4078 }, { "weight": 1, "sprite": 4079 }, - { "weight": 1, "sprite": 4080 } + { "weight": 1, "sprite": 4080 }, + { "weight": 1, "sprite": 4081 } ] }, - { "id": "corner", "bg": 3959, "fg": [ 4082, 4084, 4083, 4081 ] }, - { "id": "t_connection", "bg": 3959, "fg": [ 4092, 4094, 4093, 4091 ] }, - { "id": "edge", "bg": 3959, "fg": [ 4086, 4085 ] }, - { "id": "end_piece", "bg": 3959, "fg": [ 4088, 4090, 4089, 4087 ] }, - { "bg": 3959, "id": "unconnected", "fg": 4095 } + { "id": "corner", "bg": 3960, "fg": [ 4083, 4085, 4084, 4082 ] }, + { "id": "t_connection", "bg": 3960, "fg": [ 4093, 4095, 4094, 4092 ] }, + { "id": "edge", "bg": 3960, "fg": [ 4087, 4086 ] }, + { "id": "end_piece", "bg": 3960, "fg": [ 4089, 4091, 4090, 4088 ] }, + { "bg": 3960, "id": "unconnected", "fg": 4096 } ] }, { "id": "t_grass_season_winter", "multitile": true, - "fg": 3898, - "bg": 3967, + "fg": 3899, + "bg": 3968, "additional_tiles": [ { "id": "center", - "bg": 3967, + "bg": 3968, "fg": [ - { "weight": 1, "sprite": 3880 }, { "weight": 1, "sprite": 3881 }, { "weight": 1, "sprite": 3882 }, - { "weight": 1, "sprite": 3883 } + { "weight": 1, "sprite": 3883 }, + { "weight": 1, "sprite": 3884 } ] }, - { "id": "corner", "bg": 3967, "fg": [ 3885, 3887, 3886, 3884 ] }, - { "id": "t_connection", "bg": 3967, "fg": [ 3895, 3897, 3896, 3894 ] }, - { "id": "edge", "bg": 3967, "fg": [ 3889, 3888 ] }, - { "id": "end_piece", "bg": 3967, "fg": [ 3891, 3893, 3892, 3890 ] }, - { "bg": 3967, "id": "unconnected", "fg": 3898 } + { "id": "corner", "bg": 3968, "fg": [ 3886, 3888, 3887, 3885 ] }, + { "id": "t_connection", "bg": 3968, "fg": [ 3896, 3898, 3897, 3895 ] }, + { "id": "edge", "bg": 3968, "fg": [ 3890, 3889 ] }, + { "id": "end_piece", "bg": 3968, "fg": [ 3892, 3894, 3893, 3891 ] }, + { "bg": 3968, "id": "unconnected", "fg": 3899 } ] }, { "id": "t_grass_dead", "multitile": true, - "fg": 4130, - "bg": 3955, + "fg": 4131, + "bg": 3956, "additional_tiles": [ - { "id": "center", "bg": 3955, "fg": 4115 }, - { "id": "corner", "bg": 3955, "fg": [ 4117, 4119, 4118, 4116 ] }, - { "id": "t_connection", "bg": 3955, "fg": [ 4127, 4129, 4128, 4126 ] }, - { "id": "edge", "bg": 3955, "fg": [ 4121, 4120 ] }, - { "id": "end_piece", "bg": 3955, "fg": [ 4123, 4125, 4124, 4122 ] }, - { "bg": 3955, "id": "unconnected", "fg": 4130 } + { "id": "center", "bg": 3956, "fg": 4116 }, + { "id": "corner", "bg": 3956, "fg": [ 4118, 4120, 4119, 4117 ] }, + { "id": "t_connection", "bg": 3956, "fg": [ 4128, 4130, 4129, 4127 ] }, + { "id": "edge", "bg": 3956, "fg": [ 4122, 4121 ] }, + { "id": "end_piece", "bg": 3956, "fg": [ 4124, 4126, 4125, 4123 ] }, + { "bg": 3956, "id": "unconnected", "fg": 4131 } ] }, { "id": "t_grass_dead_season_summer", "multitile": true, - "fg": 4162, - "bg": 3963, + "fg": 4163, + "bg": 3964, "additional_tiles": [ - { "id": "center", "bg": 3963, "fg": 4147 }, - { "id": "corner", "bg": 3963, "fg": [ 4149, 4151, 4150, 4148 ] }, - { "id": "t_connection", "bg": 3963, "fg": [ 4159, 4161, 4160, 4158 ] }, - { "id": "edge", "bg": 3963, "fg": [ 4153, 4152 ] }, - { "id": "end_piece", "bg": 3963, "fg": [ 4155, 4157, 4156, 4154 ] }, - { "bg": 3963, "id": "unconnected", "fg": 4162 } + { "id": "center", "bg": 3964, "fg": 4148 }, + { "id": "corner", "bg": 3964, "fg": [ 4150, 4152, 4151, 4149 ] }, + { "id": "t_connection", "bg": 3964, "fg": [ 4160, 4162, 4161, 4159 ] }, + { "id": "edge", "bg": 3964, "fg": [ 4154, 4153 ] }, + { "id": "end_piece", "bg": 3964, "fg": [ 4156, 4158, 4157, 4155 ] }, + { "bg": 3964, "id": "unconnected", "fg": 4163 } ] }, { "id": "t_grass_dead_season_autumn", "multitile": true, - "fg": 4146, - "bg": 3959, + "fg": 4147, + "bg": 3960, "additional_tiles": [ - { "id": "center", "bg": 3959, "fg": 4131 }, - { "id": "corner", "bg": 3959, "fg": [ 4133, 4135, 4134, 4132 ] }, - { "id": "t_connection", "bg": 3959, "fg": [ 4143, 4145, 4144, 4142 ] }, - { "id": "edge", "bg": 3959, "fg": [ 4137, 4136 ] }, - { "id": "end_piece", "bg": 3959, "fg": [ 4139, 4141, 4140, 4138 ] }, - { "bg": 3959, "id": "unconnected", "fg": 4146 } + { "id": "center", "bg": 3960, "fg": 4132 }, + { "id": "corner", "bg": 3960, "fg": [ 4134, 4136, 4135, 4133 ] }, + { "id": "t_connection", "bg": 3960, "fg": [ 4144, 4146, 4145, 4143 ] }, + { "id": "edge", "bg": 3960, "fg": [ 4138, 4137 ] }, + { "id": "end_piece", "bg": 3960, "fg": [ 4140, 4142, 4141, 4139 ] }, + { "bg": 3960, "id": "unconnected", "fg": 4147 } ] }, { "id": "t_grass_dead_season_winter", "multitile": true, - "fg": 3898, - "bg": 3967, + "fg": 3899, + "bg": 3968, "additional_tiles": [ { "id": "center", - "bg": 3967, + "bg": 3968, "fg": [ - { "weight": 1, "sprite": 3880 }, { "weight": 1, "sprite": 3881 }, { "weight": 1, "sprite": 3882 }, - { "weight": 1, "sprite": 3883 } + { "weight": 1, "sprite": 3883 }, + { "weight": 1, "sprite": 3884 } ] }, - { "id": "corner", "bg": 3967, "fg": [ 3885, 3887, 3886, 3884 ] }, - { "id": "t_connection", "bg": 3967, "fg": [ 3895, 3897, 3896, 3894 ] }, - { "id": "edge", "bg": 3967, "fg": [ 3889, 3888 ] }, - { "id": "end_piece", "bg": 3967, "fg": [ 3891, 3893, 3892, 3890 ] }, - { "bg": 3967, "id": "unconnected", "fg": 3898 } + { "id": "corner", "bg": 3968, "fg": [ 3886, 3888, 3887, 3885 ] }, + { "id": "t_connection", "bg": 3968, "fg": [ 3896, 3898, 3897, 3895 ] }, + { "id": "edge", "bg": 3968, "fg": [ 3890, 3889 ] }, + { "id": "end_piece", "bg": 3968, "fg": [ 3892, 3894, 3893, 3891 ] }, + { "bg": 3968, "id": "unconnected", "fg": 3899 } ] }, { "id": "f_grass_long", "multitile": true, - "fg": 4178, + "fg": 4179, "additional_tiles": [ - { "id": "center", "fg": 4163 }, - { "id": "corner", "fg": [ 4165, 4167, 4166, 4164 ] }, - { "id": "t_connection", "fg": [ 4175, 4177, 4176, 4174 ] }, - { "id": "edge", "fg": [ 4169, 4168 ] }, - { "id": "end_piece", "fg": [ 4171, 4173, 4172, 4170 ] }, - { "id": "unconnected", "fg": 4178 } + { "id": "center", "fg": 4164 }, + { "id": "corner", "fg": [ 4166, 4168, 4167, 4165 ] }, + { "id": "t_connection", "fg": [ 4176, 4178, 4177, 4175 ] }, + { "id": "edge", "fg": [ 4170, 4169 ] }, + { "id": "end_piece", "fg": [ 4172, 4174, 4173, 4171 ] }, + { "id": "unconnected", "fg": 4179 } ] }, { "id": "f_grass_long_season_autumn", "multitile": true, - "fg": 4194, + "fg": 4195, "additional_tiles": [ - { "id": "center", "fg": 4179 }, - { "id": "corner", "fg": [ 4181, 4183, 4182, 4180 ] }, - { "id": "t_connection", "fg": [ 4191, 4193, 4192, 4190 ] }, - { "id": "edge", "fg": [ 4185, 4184 ] }, - { "id": "end_piece", "fg": [ 4187, 4189, 4188, 4186 ] }, - { "id": "unconnected", "fg": 4194 } + { "id": "center", "fg": 4180 }, + { "id": "corner", "fg": [ 4182, 4184, 4183, 4181 ] }, + { "id": "t_connection", "fg": [ 4192, 4194, 4193, 4191 ] }, + { "id": "edge", "fg": [ 4186, 4185 ] }, + { "id": "end_piece", "fg": [ 4188, 4190, 4189, 4187 ] }, + { "id": "unconnected", "fg": 4195 } ] }, { "id": "f_grass_long_season_summer", "multitile": true, - "fg": 4210, + "fg": 4211, "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": 4196 }, + { "id": "corner", "fg": [ 4198, 4200, 4199, 4197 ] }, + { "id": "t_connection", "fg": [ 4208, 4210, 4209, 4207 ] }, + { "id": "edge", "fg": [ 4202, 4201 ] }, + { "id": "end_piece", "fg": [ 4204, 4206, 4205, 4203 ] }, + { "id": "unconnected", "fg": 4211 } ] }, { "id": "t_grass_long", "multitile": true, - "fg": 4178, - "bg": 3955, + "fg": 4179, + "bg": 3956, "additional_tiles": [ - { "id": "center", "bg": 3955, "fg": 4163 }, - { "id": "corner", "bg": 3955, "fg": [ 4165, 4167, 4166, 4164 ] }, - { "id": "t_connection", "bg": 3955, "fg": [ 4175, 4177, 4176, 4174 ] }, - { "id": "edge", "bg": 3955, "fg": [ 4169, 4168 ] }, - { "id": "end_piece", "bg": 3955, "fg": [ 4171, 4173, 4172, 4170 ] }, - { "bg": 3955, "id": "unconnected", "fg": 4178 } + { "id": "center", "bg": 3956, "fg": 4164 }, + { "id": "corner", "bg": 3956, "fg": [ 4166, 4168, 4167, 4165 ] }, + { "id": "t_connection", "bg": 3956, "fg": [ 4176, 4178, 4177, 4175 ] }, + { "id": "edge", "bg": 3956, "fg": [ 4170, 4169 ] }, + { "id": "end_piece", "bg": 3956, "fg": [ 4172, 4174, 4173, 4171 ] }, + { "bg": 3956, "id": "unconnected", "fg": 4179 } ] }, { "id": "t_grass_long_season_autumn", "multitile": true, - "fg": 4194, - "bg": 3959, + "fg": 4195, + "bg": 3960, "additional_tiles": [ - { "id": "center", "bg": 3959, "fg": 4179 }, - { "id": "corner", "bg": 3959, "fg": [ 4181, 4183, 4182, 4180 ] }, - { "id": "t_connection", "bg": 3959, "fg": [ 4191, 4193, 4192, 4190 ] }, - { "id": "edge", "bg": 3959, "fg": [ 4185, 4184 ] }, - { "id": "end_piece", "bg": 3959, "fg": [ 4187, 4189, 4188, 4186 ] }, - { "bg": 3959, "id": "unconnected", "fg": 4194 } + { "id": "center", "bg": 3960, "fg": 4180 }, + { "id": "corner", "bg": 3960, "fg": [ 4182, 4184, 4183, 4181 ] }, + { "id": "t_connection", "bg": 3960, "fg": [ 4192, 4194, 4193, 4191 ] }, + { "id": "edge", "bg": 3960, "fg": [ 4186, 4185 ] }, + { "id": "end_piece", "bg": 3960, "fg": [ 4188, 4190, 4189, 4187 ] }, + { "bg": 3960, "id": "unconnected", "fg": 4195 } ] }, { "id": "t_grass_long_season_summer", "multitile": true, - "fg": 4210, - "bg": 3963, + "fg": 4211, + "bg": 3964, "additional_tiles": [ - { "id": "center", "bg": 3963, "fg": 4195 }, - { "id": "corner", "bg": 3963, "fg": [ 4197, 4199, 4198, 4196 ] }, - { "id": "t_connection", "bg": 3963, "fg": [ 4207, 4209, 4208, 4206 ] }, - { "id": "edge", "bg": 3963, "fg": [ 4201, 4200 ] }, - { "id": "end_piece", "bg": 3963, "fg": [ 4203, 4205, 4204, 4202 ] }, - { "bg": 3963, "id": "unconnected", "fg": 4210 } + { "id": "center", "bg": 3964, "fg": 4196 }, + { "id": "corner", "bg": 3964, "fg": [ 4198, 4200, 4199, 4197 ] }, + { "id": "t_connection", "bg": 3964, "fg": [ 4208, 4210, 4209, 4207 ] }, + { "id": "edge", "bg": 3964, "fg": [ 4202, 4201 ] }, + { "id": "end_piece", "bg": 3964, "fg": [ 4204, 4206, 4205, 4203 ] }, + { "bg": 3964, "id": "unconnected", "fg": 4211 } ] }, - { "id": "t_grass_long_season_winter", "fg": 3879 }, + { "id": "t_grass_long_season_winter", "fg": 3880 }, { "id": "f_grass_tall", "multitile": true, - "fg": 4226, + "fg": 4227, "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": 4212 }, + { "id": "corner", "fg": [ 4214, 4216, 4215, 4213 ] }, + { "id": "t_connection", "fg": [ 4224, 4226, 4225, 4223 ] }, + { "id": "edge", "fg": [ 4218, 4217 ] }, + { "id": "end_piece", "fg": [ 4220, 4222, 4221, 4219 ] }, + { "id": "unconnected", "fg": 4227 } ] }, { "id": "f_grass_tall_season_summer", "multitile": true, - "fg": 4258, + "fg": 4259, "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": 4244 }, + { "id": "corner", "fg": [ 4246, 4248, 4247, 4245 ] }, + { "id": "t_connection", "fg": [ 4256, 4258, 4257, 4255 ] }, + { "id": "edge", "fg": [ 4250, 4249 ] }, + { "id": "end_piece", "fg": [ 4252, 4254, 4253, 4251 ] }, + { "id": "unconnected", "fg": 4259 } ] }, { "id": "f_grass_tall_season_autumn", "multitile": true, - "fg": 4242, + "fg": 4243, "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": 4228 }, + { "id": "corner", "fg": [ 4230, 4232, 4231, 4229 ] }, + { "id": "t_connection", "fg": [ 4240, 4242, 4241, 4239 ] }, + { "id": "edge", "fg": [ 4234, 4233 ] }, + { "id": "end_piece", "fg": [ 4236, 4238, 4237, 4235 ] }, + { "id": "unconnected", "fg": 4243 } ] }, { "id": "t_grass_tall", "multitile": true, - "fg": 4226, - "bg": 3955, + "fg": 4227, + "bg": 3956, "additional_tiles": [ - { "id": "center", "bg": 3955, "fg": 4211 }, - { "id": "corner", "bg": 3955, "fg": [ 4213, 4215, 4214, 4212 ] }, - { "id": "t_connection", "bg": 3955, "fg": [ 4223, 4225, 4224, 4222 ] }, - { "id": "edge", "bg": 3955, "fg": [ 4217, 4216 ] }, - { "id": "end_piece", "bg": 3955, "fg": [ 4219, 4221, 4220, 4218 ] }, - { "bg": 3955, "id": "unconnected", "fg": 4226 } + { "id": "center", "bg": 3956, "fg": 4212 }, + { "id": "corner", "bg": 3956, "fg": [ 4214, 4216, 4215, 4213 ] }, + { "id": "t_connection", "bg": 3956, "fg": [ 4224, 4226, 4225, 4223 ] }, + { "id": "edge", "bg": 3956, "fg": [ 4218, 4217 ] }, + { "id": "end_piece", "bg": 3956, "fg": [ 4220, 4222, 4221, 4219 ] }, + { "bg": 3956, "id": "unconnected", "fg": 4227 } ] }, { "id": "t_grass_tall_season_summer", "multitile": true, - "fg": 4258, - "bg": 3963, + "fg": 4259, + "bg": 3964, "additional_tiles": [ - { "id": "center", "bg": 3963, "fg": 4243 }, - { "id": "corner", "bg": 3963, "fg": [ 4245, 4247, 4246, 4244 ] }, - { "id": "t_connection", "bg": 3963, "fg": [ 4255, 4257, 4256, 4254 ] }, - { "id": "edge", "bg": 3963, "fg": [ 4249, 4248 ] }, - { "id": "end_piece", "bg": 3963, "fg": [ 4251, 4253, 4252, 4250 ] }, - { "bg": 3963, "id": "unconnected", "fg": 4258 } + { "id": "center", "bg": 3964, "fg": 4244 }, + { "id": "corner", "bg": 3964, "fg": [ 4246, 4248, 4247, 4245 ] }, + { "id": "t_connection", "bg": 3964, "fg": [ 4256, 4258, 4257, 4255 ] }, + { "id": "edge", "bg": 3964, "fg": [ 4250, 4249 ] }, + { "id": "end_piece", "bg": 3964, "fg": [ 4252, 4254, 4253, 4251 ] }, + { "bg": 3964, "id": "unconnected", "fg": 4259 } ] }, { "id": "t_grass_tall_season_autumn", "multitile": true, - "fg": 4242, - "bg": 3959, + "fg": 4243, + "bg": 3960, "additional_tiles": [ - { "id": "center", "bg": 3959, "fg": 4227 }, - { "id": "corner", "bg": 3959, "fg": [ 4229, 4231, 4230, 4228 ] }, - { "id": "t_connection", "bg": 3959, "fg": [ 4239, 4241, 4240, 4238 ] }, - { "id": "edge", "bg": 3959, "fg": [ 4233, 4232 ] }, - { "id": "end_piece", "bg": 3959, "fg": [ 4235, 4237, 4236, 4234 ] }, - { "bg": 3959, "id": "unconnected", "fg": 4242 } + { "id": "center", "bg": 3960, "fg": 4228 }, + { "id": "corner", "bg": 3960, "fg": [ 4230, 4232, 4231, 4229 ] }, + { "id": "t_connection", "bg": 3960, "fg": [ 4240, 4242, 4241, 4239 ] }, + { "id": "edge", "bg": 3960, "fg": [ 4234, 4233 ] }, + { "id": "end_piece", "bg": 3960, "fg": [ 4236, 4238, 4237, 4235 ] }, + { "bg": 3960, "id": "unconnected", "fg": 4243 } ] }, - { "id": "t_grass_tall_season_winter", "fg": 3879 }, + { "id": "t_grass_tall_season_winter", "fg": 3880 }, { "id": "t_metal_railing", - "fg": 4266, + "fg": 4267, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4266, "bg": 3803 }, - { "id": "corner", "fg": [ 4260, 4262, 4261, 4259 ], "bg": 3803 }, - { "id": "t_connection", "fg": [ 4266, 4263, 4266, 4263 ], "bg": 3803 }, - { "id": "edge", "fg": [ 4263, 4266 ], "bg": 3803 }, - { "id": "end_piece", "fg": [ 4264, 4266, 4265, 4266 ], "bg": 3803 }, - { "id": "unconnected", "fg": [ 4266, 4266 ], "bg": 3803 } + { "id": "center", "fg": 4267, "bg": 3804 }, + { "id": "corner", "fg": [ 4261, 4263, 4262, 4260 ], "bg": 3804 }, + { "id": "t_connection", "fg": [ 4267, 4264, 4267, 4264 ], "bg": 3804 }, + { "id": "edge", "fg": [ 4264, 4267 ], "bg": 3804 }, + { "id": "end_piece", "fg": [ 4265, 4267, 4266, 4267 ], "bg": 3804 }, + { "id": "unconnected", "fg": [ 4267, 4267 ], "bg": 3804 } ] }, { "id": "t_paper", - "fg": 4283, + "fg": 4284, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4267 }, - { "id": "corner", "fg": [ 4269, 4271, 4270, 4268 ] }, - { "id": "t_connection", "fg": [ 4280, 4282, 4281, 4279 ] }, - { "id": "edge", "fg": [ 4273, 4272 ] }, - { "id": "end_piece", "fg": [ 4275, 4277, 4276, 4274 ] }, - { "id": "unconnected", "fg": [ 4283, 4283 ] } + { "id": "center", "fg": 4268 }, + { "id": "corner", "fg": [ 4270, 4272, 4271, 4269 ] }, + { "id": "t_connection", "fg": [ 4281, 4283, 4282, 4280 ] }, + { "id": "edge", "fg": [ 4274, 4273 ] }, + { "id": "end_piece", "fg": [ 4276, 4278, 4277, 4275 ] }, + { "id": "unconnected", "fg": [ 4284, 4284 ] } ] }, { "id": "t_pontoon", - "fg": 4299, + "fg": 4300, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4284 }, - { "id": "corner", "fg": [ 4286, 4288, 4287, 4285 ] }, - { "id": "t_connection", "fg": [ 4296, 4298, 4297, 4295 ] }, - { "id": "edge", "fg": [ 4290, 4289 ] }, - { "id": "end_piece", "fg": [ 4292, 4294, 4293, 4291 ] }, - { "id": "unconnected", "fg": [ 4299, 4299 ] } + { "id": "center", "fg": 4285 }, + { "id": "corner", "fg": [ 4287, 4289, 4288, 4286 ] }, + { "id": "t_connection", "fg": [ 4297, 4299, 4298, 4296 ] }, + { "id": "edge", "fg": [ 4291, 4290 ] }, + { "id": "end_piece", "fg": [ 4293, 4295, 4294, 4292 ] }, + { "id": "unconnected", "fg": [ 4300, 4300 ] } ] }, - { "id": [ "t_ramp_up_high", "t_ramp_up_low" ], "fg": 4301 }, - { "id": [ "t_ramp_down_high", "t_ramp_down_low" ], "fg": 4300 }, - { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_up_high" ], "fg": 4303 }, - { "id": [ "t_sidewalk_ramp_down_low", "t_sidewalk_ramp_down_high" ], "fg": 4302 }, + { "id": [ "t_ramp_up_high", "t_ramp_up_low" ], "fg": 4302 }, + { "id": [ "t_ramp_down_high", "t_ramp_down_low" ], "fg": 4301 }, + { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_up_high" ], "fg": 4304 }, + { "id": [ "t_sidewalk_ramp_down_low", "t_sidewalk_ramp_down_high" ], "fg": 4303 }, { "id": "t_reinforced_glass", - "fg": 4319, + "fg": 4320, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4304 }, - { "id": "corner", "fg": [ 4306, 4308, 4307, 4305 ] }, - { "id": "t_connection", "fg": [ 4316, 4318, 4317, 4315 ] }, - { "id": "edge", "fg": [ 4310, 4309 ] }, - { "id": "end_piece", "fg": [ 4312, 4314, 4313, 4311 ] }, - { "id": "unconnected", "fg": [ 4319, 4319 ] } + { "id": "center", "fg": 4305 }, + { "id": "corner", "fg": [ 4307, 4309, 4308, 4306 ] }, + { "id": "t_connection", "fg": [ 4317, 4319, 4318, 4316 ] }, + { "id": "edge", "fg": [ 4311, 4310 ] }, + { "id": "end_piece", "fg": [ 4313, 4315, 4314, 4312 ] }, + { "id": "unconnected", "fg": [ 4320, 4320 ] } ] }, { "id": "t_rock", - "fg": 4335, + "fg": 4336, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4320 }, - { "id": "corner", "fg": [ 4322, 4324, 4323, 4321 ] }, - { "id": "t_connection", "fg": [ 4332, 4334, 4333, 4331 ] }, - { "id": "edge", "fg": [ 4326, 4325 ] }, - { "id": "end_piece", "fg": [ 4328, 4330, 4329, 4327 ] }, - { "id": "unconnected", "fg": [ 4335, 4335 ] } + { "id": "center", "fg": 4321 }, + { "id": "corner", "fg": [ 4323, 4325, 4324, 4322 ] }, + { "id": "t_connection", "fg": [ 4333, 4335, 4334, 4332 ] }, + { "id": "edge", "fg": [ 4327, 4326 ] }, + { "id": "end_piece", "fg": [ 4329, 4331, 4330, 4328 ] }, + { "id": "unconnected", "fg": [ 4336, 4336 ] } ] }, { "id": "t_rock_blue", - "fg": 4351, + "fg": 4352, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4336 }, - { "id": "corner", "fg": [ 4338, 4340, 4339, 4337 ] }, - { "id": "t_connection", "fg": [ 4348, 4350, 4349, 4347 ] }, - { "id": "edge", "fg": [ 4342, 4341 ] }, - { "id": "end_piece", "fg": [ 4344, 4346, 4345, 4343 ] }, - { "id": "unconnected", "fg": [ 4351, 4351 ] } + { "id": "center", "fg": 4337 }, + { "id": "corner", "fg": [ 4339, 4341, 4340, 4338 ] }, + { "id": "t_connection", "fg": [ 4349, 4351, 4350, 4348 ] }, + { "id": "edge", "fg": [ 4343, 4342 ] }, + { "id": "end_piece", "fg": [ 4345, 4347, 4346, 4344 ] }, + { "id": "unconnected", "fg": [ 4352, 4352 ] } ] }, { "id": "t_rock_green", - "fg": 4367, + "fg": 4368, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4352 }, - { "id": "corner", "fg": [ 4354, 4356, 4355, 4353 ] }, - { "id": "t_connection", "fg": [ 4364, 4366, 4365, 4363 ] }, - { "id": "edge", "fg": [ 4358, 4357 ] }, - { "id": "end_piece", "fg": [ 4360, 4362, 4361, 4359 ] }, - { "id": "unconnected", "fg": [ 4367, 4367 ] } + { "id": "center", "fg": 4353 }, + { "id": "corner", "fg": [ 4355, 4357, 4356, 4354 ] }, + { "id": "t_connection", "fg": [ 4365, 4367, 4366, 4364 ] }, + { "id": "edge", "fg": [ 4359, 4358 ] }, + { "id": "end_piece", "fg": [ 4361, 4363, 4362, 4360 ] }, + { "id": "unconnected", "fg": [ 4368, 4368 ] } ] }, { "id": "t_rock_red", - "fg": 4383, + "fg": 4384, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4368 }, - { "id": "corner", "fg": [ 4370, 4372, 4371, 4369 ] }, - { "id": "t_connection", "fg": [ 4380, 4382, 4381, 4379 ] }, - { "id": "edge", "fg": [ 4374, 4373 ] }, - { "id": "end_piece", "fg": [ 4376, 4378, 4377, 4375 ] }, - { "id": "unconnected", "fg": [ 4383, 4383 ] } + { "id": "center", "fg": 4369 }, + { "id": "corner", "fg": [ 4371, 4373, 4372, 4370 ] }, + { "id": "t_connection", "fg": [ 4381, 4383, 4382, 4380 ] }, + { "id": "edge", "fg": [ 4375, 4374 ] }, + { "id": "end_piece", "fg": [ 4377, 4379, 4378, 4376 ] }, + { "id": "unconnected", "fg": [ 4384, 4384 ] } ] }, { "id": "t_rock_smooth", - "fg": 4399, + "fg": 4400, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4384 }, - { "id": "corner", "fg": [ 4386, 4388, 4387, 4385 ] }, - { "id": "t_connection", "fg": [ 4396, 4398, 4397, 4395 ] }, - { "id": "edge", "fg": [ 4390, 4389 ] }, - { "id": "end_piece", "fg": [ 4392, 4394, 4393, 4391 ] }, - { "id": "unconnected", "fg": [ 4399, 4399 ] } + { "id": "center", "fg": 4385 }, + { "id": "corner", "fg": [ 4387, 4389, 4388, 4386 ] }, + { "id": "t_connection", "fg": [ 4397, 4399, 4398, 4396 ] }, + { "id": "edge", "fg": [ 4391, 4390 ] }, + { "id": "end_piece", "fg": [ 4393, 4395, 4394, 4392 ] }, + { "id": "unconnected", "fg": [ 4400, 4400 ] } ] }, { "id": "t_rock_wall", - "fg": 4415, + "fg": 4416, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4400 }, - { "id": "corner", "fg": [ 4402, 4404, 4403, 4401 ] }, - { "id": "t_connection", "fg": [ 4412, 4414, 4413, 4411 ] }, - { "id": "edge", "fg": [ 4406, 4405 ] }, - { "id": "end_piece", "fg": [ 4408, 4410, 4409, 4407 ] }, - { "id": "unconnected", "fg": [ 4415, 4415 ] } + { "id": "center", "fg": 4401 }, + { "id": "corner", "fg": [ 4403, 4405, 4404, 4402 ] }, + { "id": "t_connection", "fg": [ 4413, 4415, 4414, 4412 ] }, + { "id": "edge", "fg": [ 4407, 4406 ] }, + { "id": "end_piece", "fg": [ 4409, 4411, 4410, 4408 ] }, + { "id": "unconnected", "fg": [ 4416, 4416 ] } ] }, { "id": "t_sand", - "fg": 4431, + "fg": 4432, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4416 }, - { "id": "corner", "fg": [ 4418, 4420, 4419, 4417 ] }, - { "id": "t_connection", "fg": [ 4428, 4430, 4429, 4427 ] }, - { "id": "edge", "fg": [ 4422, 4421 ] }, - { "id": "end_piece", "fg": [ 4424, 4426, 4425, 4423 ] }, - { "id": "unconnected", "fg": [ 4431, 4431 ] } + { "id": "center", "fg": 4417 }, + { "id": "corner", "fg": [ 4419, 4421, 4420, 4418 ] }, + { "id": "t_connection", "fg": [ 4429, 4431, 4430, 4428 ] }, + { "id": "edge", "fg": [ 4423, 4422 ] }, + { "id": "end_piece", "fg": [ 4425, 4427, 4426, 4424 ] }, + { "id": "unconnected", "fg": [ 4432, 4432 ] } ] }, { "id": "t_sandbox", - "fg": 4447, + "fg": 4448, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4432 }, - { "id": "corner", "fg": [ 4434, 4436, 4435, 4433 ] }, - { "id": "t_connection", "fg": [ 4444, 4446, 4445, 4443 ] }, - { "id": "edge", "fg": [ 4438, 4437 ] }, - { "id": "end_piece", "fg": [ 4440, 4442, 4441, 4439 ] }, - { "id": "unconnected", "fg": [ 4447, 4447 ] } + { "id": "center", "fg": 4433 }, + { "id": "corner", "fg": [ 4435, 4437, 4436, 4434 ] }, + { "id": "t_connection", "fg": [ 4445, 4447, 4446, 4444 ] }, + { "id": "edge", "fg": [ 4439, 4438 ] }, + { "id": "end_piece", "fg": [ 4441, 4443, 4442, 4440 ] }, + { "id": "unconnected", "fg": [ 4448, 4448 ] } ] }, { "id": "t_scrap_wall", - "fg": 4463, + "fg": 4464, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4448 }, - { "id": "corner", "fg": [ 4450, 4452, 4451, 4449 ] }, - { "id": "t_connection", "fg": [ 4460, 4462, 4461, 4459 ] }, - { "id": "edge", "fg": [ 4454, 4453 ] }, - { "id": "end_piece", "fg": [ 4456, 4458, 4457, 4455 ] }, - { "id": "unconnected", "fg": [ 4463, 4463 ] } + { "id": "center", "fg": 4449 }, + { "id": "corner", "fg": [ 4451, 4453, 4452, 4450 ] }, + { "id": "t_connection", "fg": [ 4461, 4463, 4462, 4460 ] }, + { "id": "edge", "fg": [ 4455, 4454 ] }, + { "id": "end_piece", "fg": [ 4457, 4459, 4458, 4456 ] }, + { "id": "unconnected", "fg": [ 4464, 4464 ] } ] }, { "id": "t_screened_porch_wall", - "fg": 4481, + "fg": 4482, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4466 }, - { "id": "corner", "fg": [ 4468, 4470, 4469, 4467 ] }, - { "id": "t_connection", "fg": [ 4478, 4480, 4479, 4477 ] }, - { "id": "edge", "fg": [ 4472, 4471 ] }, - { "id": "end_piece", "fg": [ 4474, 4476, 4475, 4473 ] }, - { "id": "unconnected", "fg": [ 4481, 4481 ] } + { "id": "center", "fg": 4467 }, + { "id": "corner", "fg": [ 4469, 4471, 4470, 4468 ] }, + { "id": "t_connection", "fg": [ 4479, 4481, 4480, 4478 ] }, + { "id": "edge", "fg": [ 4473, 4472 ] }, + { "id": "end_piece", "fg": [ 4475, 4477, 4476, 4474 ] }, + { "id": "unconnected", "fg": [ 4482, 4482 ] } ] }, { "id": "t_soil", - "fg": 4504, + "fg": 4505, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4482 }, + { "id": "center", "fg": 4483 }, { "id": "corner", "fg": [ - { "weight": 2, "sprite": [ 4484, 4487, 4485, 4483 ] }, - { "weight": 1, "sprite": [ 4484, 4488, 4485, 4483 ] }, - { "weight": 1, "sprite": [ 4484, 4487, 4486, 4483 ] } + { "weight": 2, "sprite": [ 4485, 4488, 4486, 4484 ] }, + { "weight": 1, "sprite": [ 4485, 4489, 4486, 4484 ] }, + { "weight": 1, "sprite": [ 4485, 4488, 4487, 4484 ] } ] }, { "id": "t_connection", - "fg": [ { "weight": 2, "sprite": [ 4500, 4503, 4501, 4499 ] }, { "weight": 1, "sprite": [ 4500, 4503, 4502, 4499 ] } ] + "fg": [ { "weight": 2, "sprite": [ 4501, 4504, 4502, 4500 ] }, { "weight": 1, "sprite": [ 4501, 4504, 4503, 4500 ] } ] }, { "id": "edge", - "fg": [ { "weight": 2, "sprite": [ 4491, 4489 ] }, { "weight": 1, "sprite": [ 4491, 4490 ] } ] + "fg": [ { "weight": 2, "sprite": [ 4492, 4490 ] }, { "weight": 1, "sprite": [ 4492, 4491 ] } ] }, { "id": "end_piece", "fg": [ - { "weight": 2, "sprite": [ 4494, 4497, 4495, 4492 ] }, - { "weight": 1, "sprite": [ 4494, 4498, 4495, 4492 ] }, - { "weight": 1, "sprite": [ 4494, 4497, 4496, 4492 ] }, - { "weight": 1, "sprite": [ 4494, 4497, 4495, 4493 ] } + { "weight": 2, "sprite": [ 4495, 4498, 4496, 4493 ] }, + { "weight": 1, "sprite": [ 4495, 4499, 4496, 4493 ] }, + { "weight": 1, "sprite": [ 4495, 4498, 4497, 4493 ] }, + { "weight": 1, "sprite": [ 4495, 4498, 4496, 4494 ] } ] }, - { "id": "unconnected", "fg": [ 4504, 4504 ] } + { "id": "unconnected", "fg": [ 4505, 4505 ] } ] }, { "id": "t_strconc_wall", - "fg": 4520, + "fg": 4521, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4505 }, - { "id": "corner", "fg": [ 4507, 4509, 4508, 4506 ] }, - { "id": "t_connection", "fg": [ 4517, 4519, 4518, 4516 ] }, - { "id": "edge", "fg": [ 4511, 4510 ] }, - { "id": "end_piece", "fg": [ 4513, 4515, 4514, 4512 ] }, - { "id": "unconnected", "fg": [ 4520, 4520 ] } + { "id": "center", "fg": 4506 }, + { "id": "corner", "fg": [ 4508, 4510, 4509, 4507 ] }, + { "id": "t_connection", "fg": [ 4518, 4520, 4519, 4517 ] }, + { "id": "edge", "fg": [ 4512, 4511 ] }, + { "id": "end_piece", "fg": [ 4514, 4516, 4515, 4513 ] }, + { "id": "unconnected", "fg": [ 4521, 4521 ] } ] }, { "id": "t_thatch_roof", - "fg": 4536, + "fg": 4537, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4521 }, - { "id": "corner", "fg": [ 4523, 4525, 4524, 4522 ] }, - { "id": "t_connection", "fg": [ 4533, 4535, 4534, 4532 ] }, - { "id": "edge", "fg": [ 4527, 4526 ] }, - { "id": "end_piece", "fg": [ 4529, 4531, 4530, 4528 ] }, - { "id": "unconnected", "fg": [ 4536, 4536 ] } + { "id": "center", "fg": 4522 }, + { "id": "corner", "fg": [ 4524, 4526, 4525, 4523 ] }, + { "id": "t_connection", "fg": [ 4534, 4536, 4535, 4533 ] }, + { "id": "edge", "fg": [ 4528, 4527 ] }, + { "id": "end_piece", "fg": [ 4530, 4532, 4531, 4529 ] }, + { "id": "unconnected", "fg": [ 4537, 4537 ] } ] }, { "id": "t_wall", - "fg": 4552, + "fg": 4553, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4537 }, - { "id": "corner", "fg": [ 4539, 4541, 4540, 4538 ] }, - { "id": "t_connection", "fg": [ 4549, 4551, 4550, 4548 ] }, - { "id": "edge", "fg": [ 4543, 4542 ] }, - { "id": "end_piece", "fg": [ 4545, 4547, 4546, 4544 ] }, - { "id": "unconnected", "fg": [ 4552, 4552 ] } + { "id": "center", "fg": 4538 }, + { "id": "corner", "fg": [ 4540, 4542, 4541, 4539 ] }, + { "id": "t_connection", "fg": [ 4550, 4552, 4551, 4549 ] }, + { "id": "edge", "fg": [ 4544, 4543 ] }, + { "id": "end_piece", "fg": [ 4546, 4548, 4547, 4545 ] }, + { "id": "unconnected", "fg": [ 4553, 4553 ] } ] }, { "id": "t_wall_P", - "fg": 4568, + "fg": 4569, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4553 }, - { "id": "corner", "fg": [ 4555, 4557, 4556, 4554 ] }, - { "id": "t_connection", "fg": [ 4565, 4567, 4566, 4564 ] }, - { "id": "edge", "fg": [ 4559, 4558 ] }, - { "id": "end_piece", "fg": [ 4561, 4563, 4562, 4560 ] }, - { "id": "unconnected", "fg": [ 4568, 4568 ] } + { "id": "center", "fg": 4554 }, + { "id": "corner", "fg": [ 4556, 4558, 4557, 4555 ] }, + { "id": "t_connection", "fg": [ 4566, 4568, 4567, 4565 ] }, + { "id": "edge", "fg": [ 4560, 4559 ] }, + { "id": "end_piece", "fg": [ 4562, 4564, 4563, 4561 ] }, + { "id": "unconnected", "fg": [ 4569, 4569 ] } ] }, { "id": "t_wall_b", - "fg": 4584, + "fg": 4585, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4569 }, - { "id": "corner", "fg": [ 4571, 4573, 4572, 4570 ] }, - { "id": "t_connection", "fg": [ 4581, 4583, 4582, 4580 ] }, - { "id": "edge", "fg": [ 4575, 4574 ] }, - { "id": "end_piece", "fg": [ 4577, 4579, 4578, 4576 ] }, - { "id": "unconnected", "fg": [ 4584, 4584 ] } + { "id": "center", "fg": 4570 }, + { "id": "corner", "fg": [ 4572, 4574, 4573, 4571 ] }, + { "id": "t_connection", "fg": [ 4582, 4584, 4583, 4581 ] }, + { "id": "edge", "fg": [ 4576, 4575 ] }, + { "id": "end_piece", "fg": [ 4578, 4580, 4579, 4577 ] }, + { "id": "unconnected", "fg": [ 4585, 4585 ] } ] }, { "id": "t_wall_g", - "fg": 4600, + "fg": 4601, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4585 }, - { "id": "corner", "fg": [ 4587, 4589, 4588, 4586 ] }, - { "id": "t_connection", "fg": [ 4597, 4599, 4598, 4596 ] }, - { "id": "edge", "fg": [ 4591, 4590 ] }, - { "id": "end_piece", "fg": [ 4593, 4595, 4594, 4592 ] }, - { "id": "unconnected", "fg": [ 4600, 4600 ] } + { "id": "center", "fg": 4586 }, + { "id": "corner", "fg": [ 4588, 4590, 4589, 4587 ] }, + { "id": "t_connection", "fg": [ 4598, 4600, 4599, 4597 ] }, + { "id": "edge", "fg": [ 4592, 4591 ] }, + { "id": "end_piece", "fg": [ 4594, 4596, 4595, 4593 ] }, + { "id": "unconnected", "fg": [ 4601, 4601 ] } ] }, { "id": "t_wall_p", - "fg": 4616, + "fg": 4617, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4601 }, - { "id": "corner", "fg": [ 4603, 4605, 4604, 4602 ] }, - { "id": "t_connection", "fg": [ 4613, 4615, 4614, 4612 ] }, - { "id": "edge", "fg": [ 4607, 4606 ] }, - { "id": "end_piece", "fg": [ 4609, 4611, 4610, 4608 ] }, - { "id": "unconnected", "fg": [ 4616, 4616 ] } + { "id": "center", "fg": 4602 }, + { "id": "corner", "fg": [ 4604, 4606, 4605, 4603 ] }, + { "id": "t_connection", "fg": [ 4614, 4616, 4615, 4613 ] }, + { "id": "edge", "fg": [ 4608, 4607 ] }, + { "id": "end_piece", "fg": [ 4610, 4612, 4611, 4609 ] }, + { "id": "unconnected", "fg": [ 4617, 4617 ] } ] }, { "id": "t_wall_r", - "fg": 4632, + "fg": 4633, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4617 }, - { "id": "corner", "fg": [ 4619, 4621, 4620, 4618 ] }, - { "id": "t_connection", "fg": [ 4629, 4631, 4630, 4628 ] }, - { "id": "edge", "fg": [ 4623, 4622 ] }, - { "id": "end_piece", "fg": [ 4625, 4627, 4626, 4624 ] }, - { "id": "unconnected", "fg": [ 4632, 4632 ] } + { "id": "center", "fg": 4618 }, + { "id": "corner", "fg": [ 4620, 4622, 4621, 4619 ] }, + { "id": "t_connection", "fg": [ 4630, 4632, 4631, 4629 ] }, + { "id": "edge", "fg": [ 4624, 4623 ] }, + { "id": "end_piece", "fg": [ 4626, 4628, 4627, 4625 ] }, + { "id": "unconnected", "fg": [ 4633, 4633 ] } ] }, { "id": "t_wall_w", - "fg": 4648, + "fg": 4649, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4633 }, - { "id": "corner", "fg": [ 4635, 4637, 4636, 4634 ] }, - { "id": "t_connection", "fg": [ 4645, 4647, 4646, 4644 ] }, - { "id": "edge", "fg": [ 4639, 4638 ] }, - { "id": "end_piece", "fg": [ 4641, 4643, 4642, 4640 ] }, - { "id": "unconnected", "fg": [ 4648, 4648 ] } + { "id": "center", "fg": 4634 }, + { "id": "corner", "fg": [ 4636, 4638, 4637, 4635 ] }, + { "id": "t_connection", "fg": [ 4646, 4648, 4647, 4645 ] }, + { "id": "edge", "fg": [ 4640, 4639 ] }, + { "id": "end_piece", "fg": [ 4642, 4644, 4643, 4641 ] }, + { "id": "unconnected", "fg": [ 4649, 4649 ] } ] }, { "id": "t_wall_y", - "fg": 4664, + "fg": 4665, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4649 }, - { "id": "corner", "fg": [ 4651, 4653, 4652, 4650 ] }, - { "id": "t_connection", "fg": [ 4661, 4663, 4662, 4660 ] }, - { "id": "edge", "fg": [ 4655, 4654 ] }, - { "id": "end_piece", "fg": [ 4657, 4659, 4658, 4656 ] }, - { "id": "unconnected", "fg": [ 4664, 4664 ] } + { "id": "center", "fg": 4650 }, + { "id": "corner", "fg": [ 4652, 4654, 4653, 4651 ] }, + { "id": "t_connection", "fg": [ 4662, 4664, 4663, 4661 ] }, + { "id": "edge", "fg": [ 4656, 4655 ] }, + { "id": "end_piece", "fg": [ 4658, 4660, 4659, 4657 ] }, + { "id": "unconnected", "fg": [ 4665, 4665 ] } ] }, { "id": "t_wall_glass", - "fg": 4680, + "fg": 4681, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4665 }, - { "id": "corner", "fg": [ 4667, 4669, 4668, 4666 ] }, - { "id": "t_connection", "fg": [ 4677, 4679, 4678, 4676 ] }, - { "id": "edge", "fg": [ 4671, 4670 ] }, - { "id": "end_piece", "fg": [ 4673, 4675, 4674, 4672 ] }, - { "id": "unconnected", "fg": [ 4680, 4680 ] } + { "id": "center", "fg": 4666 }, + { "id": "corner", "fg": [ 4668, 4670, 4669, 4667 ] }, + { "id": "t_connection", "fg": [ 4678, 4680, 4679, 4677 ] }, + { "id": "edge", "fg": [ 4672, 4671 ] }, + { "id": "end_piece", "fg": [ 4674, 4676, 4675, 4673 ] }, + { "id": "unconnected", "fg": [ 4681, 4681 ] } ] }, { "id": "t_wall_log", - "fg": 4696, + "fg": 4697, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4681 }, - { "id": "corner", "fg": [ 4683, 4685, 4684, 4682 ] }, - { "id": "t_connection", "fg": [ 4693, 4695, 4694, 4692 ] }, - { "id": "edge", "fg": [ 4687, 4686 ] }, - { "id": "end_piece", "fg": [ 4689, 4691, 4690, 4688 ] }, - { "id": "unconnected", "fg": [ 4696, 4696 ] } + { "id": "center", "fg": 4682 }, + { "id": "corner", "fg": [ 4684, 4686, 4685, 4683 ] }, + { "id": "t_connection", "fg": [ 4694, 4696, 4695, 4693 ] }, + { "id": "edge", "fg": [ 4688, 4687 ] }, + { "id": "end_piece", "fg": [ 4690, 4692, 4691, 4689 ] }, + { "id": "unconnected", "fg": [ 4697, 4697 ] } ] }, { "id": "t_wall_log_broken", - "fg": 4712, + "fg": 4713, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4697 }, - { "id": "corner", "fg": [ 4699, 4701, 4700, 4698 ] }, - { "id": "t_connection", "fg": [ 4709, 4711, 4710, 4708 ] }, - { "id": "edge", "fg": [ 4703, 4702 ] }, - { "id": "end_piece", "fg": [ 4705, 4707, 4706, 4704 ] }, - { "id": "unconnected", "fg": [ 4712, 4712 ] } + { "id": "center", "fg": 4698 }, + { "id": "corner", "fg": [ 4700, 4702, 4701, 4699 ] }, + { "id": "t_connection", "fg": [ 4710, 4712, 4711, 4709 ] }, + { "id": "edge", "fg": [ 4704, 4703 ] }, + { "id": "end_piece", "fg": [ 4706, 4708, 4707, 4705 ] }, + { "id": "unconnected", "fg": [ 4713, 4713 ] } ] }, { "id": "t_wall_log_chipped", - "fg": 4728, + "fg": 4729, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4713 }, - { "id": "corner", "fg": [ 4715, 4717, 4716, 4714 ] }, - { "id": "t_connection", "fg": [ 4725, 4727, 4726, 4724 ] }, - { "id": "edge", "fg": [ 4719, 4718 ] }, - { "id": "end_piece", "fg": [ 4721, 4723, 4722, 4720 ] }, - { "id": "unconnected", "fg": [ 4728, 4728 ] } + { "id": "center", "fg": 4714 }, + { "id": "corner", "fg": [ 4716, 4718, 4717, 4715 ] }, + { "id": "t_connection", "fg": [ 4726, 4728, 4727, 4725 ] }, + { "id": "edge", "fg": [ 4720, 4719 ] }, + { "id": "end_piece", "fg": [ 4722, 4724, 4723, 4721 ] }, + { "id": "unconnected", "fg": [ 4729, 4729 ] } ] }, { "id": "t_wall_metal", - "fg": 4744, + "fg": 4745, "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": 4730 }, + { "id": "corner", "fg": [ 4732, 4734, 4733, 4731 ] }, + { "id": "t_connection", "fg": [ 4742, 4744, 4743, 4741 ] }, + { "id": "edge", "fg": [ 4736, 4735 ] }, + { "id": "end_piece", "fg": [ 4738, 4740, 4739, 4737 ] }, + { "id": "unconnected", "fg": [ 4745, 4745 ] } ] }, { "id": "t_wall_rammed_earth_autumn", - "fg": 4760, + "fg": 4761, "multitile": true, "additional_tiles": [ - { "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": "center", "fg": 4746 }, + { "id": "corner", "fg": [ 4748, 4750, 4749, 4747 ] }, + { "id": "t_connection", "fg": [ 4758, 4760, 4759, 4757 ] }, + { "id": "edge", "fg": [ 4752, 4751 ] }, + { "id": "end_piece", "fg": [ 4754, 4756, 4755, 4753 ] }, + { "id": "unconnected", "fg": [ 4761, 4761 ] } ] }, { "id": "t_wall_rammed_earth", - "fg": 4776, + "fg": 4777, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4761 }, - { "id": "corner", "fg": [ 4763, 4765, 4764, 4762 ] }, - { "id": "t_connection", "fg": [ 4773, 4775, 4774, 4772 ] }, - { "id": "edge", "fg": [ 4767, 4766 ] }, - { "id": "end_piece", "fg": [ 4769, 4771, 4770, 4768 ] }, - { "id": "unconnected", "fg": [ 4776, 4776 ] } + { "id": "center", "fg": 4762 }, + { "id": "corner", "fg": [ 4764, 4766, 4765, 4763 ] }, + { "id": "t_connection", "fg": [ 4774, 4776, 4775, 4773 ] }, + { "id": "edge", "fg": [ 4768, 4767 ] }, + { "id": "end_piece", "fg": [ 4770, 4772, 4771, 4769 ] }, + { "id": "unconnected", "fg": [ 4777, 4777 ] } ] }, { "id": "t_wall_rammed_earth_summer", - "fg": 4792, + "fg": 4793, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4777 }, - { "id": "corner", "fg": [ 4779, 4781, 4780, 4778 ] }, - { "id": "t_connection", "fg": [ 4789, 4791, 4790, 4788 ] }, - { "id": "edge", "fg": [ 4783, 4782 ] }, - { "id": "end_piece", "fg": [ 4785, 4787, 4786, 4784 ] }, - { "id": "unconnected", "fg": [ 4792, 4792 ] } + { "id": "center", "fg": 4778 }, + { "id": "corner", "fg": [ 4780, 4782, 4781, 4779 ] }, + { "id": "t_connection", "fg": [ 4790, 4792, 4791, 4789 ] }, + { "id": "edge", "fg": [ 4784, 4783 ] }, + { "id": "end_piece", "fg": [ 4786, 4788, 4787, 4785 ] }, + { "id": "unconnected", "fg": [ 4793, 4793 ] } ] }, { "id": "t_wall_rammed_earth_winter", - "fg": 4808, + "fg": 4809, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4793 }, - { "id": "corner", "fg": [ 4795, 4797, 4796, 4794 ] }, - { "id": "t_connection", "fg": [ 4805, 4807, 4806, 4804 ] }, - { "id": "edge", "fg": [ 4799, 4798 ] }, - { "id": "end_piece", "fg": [ 4801, 4803, 4802, 4800 ] }, - { "id": "unconnected", "fg": [ 4808, 4808 ] } + { "id": "center", "fg": 4794 }, + { "id": "corner", "fg": [ 4796, 4798, 4797, 4795 ] }, + { "id": "t_connection", "fg": [ 4806, 4808, 4807, 4805 ] }, + { "id": "edge", "fg": [ 4800, 4799 ] }, + { "id": "end_piece", "fg": [ 4802, 4804, 4803, 4801 ] }, + { "id": "unconnected", "fg": [ 4809, 4809 ] } ] }, { "id": "t_wall_resin_cage", - "fg": 4824, + "fg": 4825, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4809 }, - { "id": "corner", "fg": [ 4811, 4813, 4812, 4810 ] }, - { "id": "t_connection", "fg": [ 4821, 4823, 4822, 4820 ] }, - { "id": "edge", "fg": [ 4815, 4814 ] }, - { "id": "end_piece", "fg": [ 4817, 4819, 4818, 4816 ] }, - { "id": "unconnected", "fg": [ 4824, 4824 ] } + { "id": "center", "fg": 4810 }, + { "id": "corner", "fg": [ 4812, 4814, 4813, 4811 ] }, + { "id": "t_connection", "fg": [ 4822, 4824, 4823, 4821 ] }, + { "id": "edge", "fg": [ 4816, 4815 ] }, + { "id": "end_piece", "fg": [ 4818, 4820, 4819, 4817 ] }, + { "id": "unconnected", "fg": [ 4825, 4825 ] } ] }, { "id": "t_wall_wood", - "fg": 4840, + "fg": 4841, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4825 }, - { "id": "corner", "fg": [ 4827, 4829, 4828, 4826 ] }, - { "id": "t_connection", "fg": [ 4837, 4839, 4838, 4836 ] }, - { "id": "edge", "fg": [ 4831, 4830 ] }, - { "id": "end_piece", "fg": [ 4833, 4835, 4834, 4832 ] }, - { "id": "unconnected", "fg": [ 4840, 4840 ] } + { "id": "center", "fg": 4826 }, + { "id": "corner", "fg": [ 4828, 4830, 4829, 4827 ] }, + { "id": "t_connection", "fg": [ 4838, 4840, 4839, 4837 ] }, + { "id": "edge", "fg": [ 4832, 4831 ] }, + { "id": "end_piece", "fg": [ 4834, 4836, 4835, 4833 ] }, + { "id": "unconnected", "fg": [ 4841, 4841 ] } ] }, { "id": "t_wall_wood_broken", - "fg": 4856, + "fg": 4857, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4841 }, - { "id": "corner", "fg": [ 4843, 4845, 4844, 4842 ] }, - { "id": "t_connection", "fg": [ 4853, 4855, 4854, 4852 ] }, - { "id": "edge", "fg": [ 4847, 4846 ] }, - { "id": "end_piece", "fg": [ 4849, 4851, 4850, 4848 ] }, - { "id": "unconnected", "fg": [ 4856, 4856 ] } + { "id": "center", "fg": 4842 }, + { "id": "corner", "fg": [ 4844, 4846, 4845, 4843 ] }, + { "id": "t_connection", "fg": [ 4854, 4856, 4855, 4853 ] }, + { "id": "edge", "fg": [ 4848, 4847 ] }, + { "id": "end_piece", "fg": [ 4850, 4852, 4851, 4849 ] }, + { "id": "unconnected", "fg": [ 4857, 4857 ] } ] }, { "id": "t_wall_wood_chipped", - "fg": 4872, + "fg": 4873, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4857 }, - { "id": "corner", "fg": [ 4859, 4861, 4860, 4858 ] }, - { "id": "t_connection", "fg": [ 4869, 4871, 4870, 4868 ] }, - { "id": "edge", "fg": [ 4863, 4862 ] }, - { "id": "end_piece", "fg": [ 4865, 4867, 4866, 4864 ] }, - { "id": "unconnected", "fg": [ 4872, 4872 ] } + { "id": "center", "fg": 4858 }, + { "id": "corner", "fg": [ 4860, 4862, 4861, 4859 ] }, + { "id": "t_connection", "fg": [ 4870, 4872, 4871, 4869 ] }, + { "id": "edge", "fg": [ 4864, 4863 ] }, + { "id": "end_piece", "fg": [ 4866, 4868, 4867, 4865 ] }, + { "id": "unconnected", "fg": [ 4873, 4873 ] } ] }, { "id": "t_water_hot", - "fg": 4888, + "fg": 4889, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4873 }, - { "id": "corner", "fg": [ 4875, 4877, 4876, 4874 ] }, - { "id": "t_connection", "fg": [ 4885, 4887, 4886, 4884 ] }, - { "id": "edge", "fg": [ 4879, 4878 ] }, - { "id": "end_piece", "fg": [ 4881, 4883, 4882, 4880 ] }, - { "id": "unconnected", "fg": [ 4888, 4888 ] } + { "id": "center", "fg": 4874 }, + { "id": "corner", "fg": [ 4876, 4878, 4877, 4875 ] }, + { "id": "t_connection", "fg": [ 4886, 4888, 4887, 4885 ] }, + { "id": "edge", "fg": [ 4880, 4879 ] }, + { "id": "end_piece", "fg": [ 4882, 4884, 4883, 4881 ] }, + { "id": "unconnected", "fg": [ 4889, 4889 ] } ] }, { "id": "t_water_pool", - "fg": 4920, + "fg": 4921, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4889 }, - { "id": "corner", "fg": [ 4891, 4893, 4892, 4890 ] }, - { "id": "t_connection", "fg": [ 4917, 4919, 4918, 4916 ] }, - { "id": "edge", "fg": [ 4895, 4894 ] }, - { "id": "end_piece", "fg": [ 4897, 4899, 4898, 4896 ] }, - { "id": "unconnected", "fg": [ 4920, 4920 ] } + { "id": "center", "fg": 4890 }, + { "id": "corner", "fg": [ 4892, 4894, 4893, 4891 ] }, + { "id": "t_connection", "fg": [ 4918, 4920, 4919, 4917 ] }, + { "id": "edge", "fg": [ 4896, 4895 ] }, + { "id": "end_piece", "fg": [ 4898, 4900, 4899, 4897 ] }, + { "id": "unconnected", "fg": [ 4921, 4921 ] } ] }, { "id": "t_water_pool_outdoors", - "fg": 4920, + "fg": 4921, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4889 }, - { "id": "corner", "fg": [ 4891, 4893, 4892, 4890 ] }, - { "id": "t_connection", "fg": [ 4917, 4919, 4918, 4916 ] }, - { "id": "edge", "fg": [ 4895, 4894 ] }, - { "id": "end_piece", "fg": [ 4897, 4899, 4898, 4896 ] }, - { "id": "unconnected", "fg": [ 4920, 4920 ] } + { "id": "center", "fg": 4890 }, + { "id": "corner", "fg": [ 4892, 4894, 4893, 4891 ] }, + { "id": "t_connection", "fg": [ 4918, 4920, 4919, 4917 ] }, + { "id": "edge", "fg": [ 4896, 4895 ] }, + { "id": "end_piece", "fg": [ 4898, 4900, 4899, 4897 ] }, + { "id": "unconnected", "fg": [ 4921, 4921 ] } ] }, { "id": "t_water_pool_shallow", - "fg": 4915, + "fg": 4916, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4900 }, - { "id": "corner", "fg": [ 4902, 4904, 4903, 4901 ] }, - { "id": "t_connection", "fg": [ 4912, 4914, 4913, 4911 ] }, - { "id": "edge", "fg": [ 4906, 4905 ] }, - { "id": "end_piece", "fg": [ 4908, 4910, 4909, 4907 ] }, - { "id": "unconnected", "fg": [ 4915, 4915 ] } + { "id": "center", "fg": 4901 }, + { "id": "corner", "fg": [ 4903, 4905, 4904, 4902 ] }, + { "id": "t_connection", "fg": [ 4913, 4915, 4914, 4912 ] }, + { "id": "edge", "fg": [ 4907, 4906 ] }, + { "id": "end_piece", "fg": [ 4909, 4911, 4910, 4908 ] }, + { "id": "unconnected", "fg": [ 4916, 4916 ] } ] }, { "id": "t_water_pool_shallow_outdoors", - "fg": 4915, + "fg": 4916, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4900 }, - { "id": "corner", "fg": [ 4902, 4904, 4903, 4901 ] }, - { "id": "t_connection", "fg": [ 4912, 4914, 4913, 4911 ] }, - { "id": "edge", "fg": [ 4906, 4905 ] }, - { "id": "end_piece", "fg": [ 4908, 4910, 4909, 4907 ] }, - { "id": "unconnected", "fg": [ 4915, 4915 ] } + { "id": "center", "fg": 4901 }, + { "id": "corner", "fg": [ 4903, 4905, 4904, 4902 ] }, + { "id": "t_connection", "fg": [ 4913, 4915, 4914, 4912 ] }, + { "id": "edge", "fg": [ 4907, 4906 ] }, + { "id": "end_piece", "fg": [ 4909, 4911, 4910, 4908 ] }, + { "id": "unconnected", "fg": [ 4916, 4916 ] } ] }, - { "id": "tr_beartrap", "bg": 4941, "rotates": false }, - { "id": "tr_beartrap_buried", "fg": 4926, "bg": 4941, "rotates": false }, - { "id": "tr_beartrap_buried_season_winter", "fg": 4927, "bg": 4941 }, + { "id": "tr_beartrap", "bg": 4942, "rotates": false }, + { "id": "tr_beartrap_buried", "fg": 4927, "bg": 4942, "rotates": false }, + { "id": "tr_beartrap_buried_season_winter", "fg": 4928, "bg": 4942 }, { "id": "tr_blade", - "fg": 4928, + "fg": 4929, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 4928 } ] + "additional_tiles": [ { "id": "edge", "fg": 4929 } ] }, - { "id": "tr_bubblewrap", "fg": 4929, "rotates": false }, - { "id": "tr_caltrops", "fg": 4930, "rotates": false }, - { "id": "tr_dissector", "fg": 4931, "rotates": false }, + { "id": "tr_bubblewrap", "fg": 4930, "rotates": false }, + { "id": "tr_caltrops", "fg": 4931, "rotates": false }, + { "id": "tr_dissector", "fg": 4932, "rotates": false }, { "id": "tr_drain", - "bg": 4942, + "bg": 4943, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "center", "bg": 4921 }, { "id": "t_connection", "bg": 4921 } ] - }, - { "id": "tr_engine", "fg": 4932 }, - { "id": "tr_fur_rollmat", "fg": 4933, "rotates": false }, - { "id": "tr_goo", "fg": 4934, "bg": 3803, "rotates": false }, - { "id": "tr_heavy_snare", "bg": 4922, "rotates": false }, - { "id": "tr_lava", "fg": 3638, "rotates": false }, - { "id": "tr_leather_funnel", "fg": 4935, "rotates": false }, - { "id": "tr_nailboard", "bg": 4924, "rotates": false }, - { "id": "tr_portal", "fg": 4936, "bg": [ ], "rotates": false }, - { "id": "tr_raincatcher", "fg": 3688, "rotates": false }, - { "id": "tr_rollmat", "fg": 4937, "rotates": false }, - { "id": "tr_sinkhole", "fg": 4938, "rotates": false }, - { "id": "tr_sinkhole_season_winter", "fg": 4939, "rotates": false }, - { "id": "tr_snare", "bg": 4922, "rotates": false }, - { "id": "tr_telepad", "fg": 4940, "bg": [ ], "rotates": false }, - { "id": "tr_temple_flood", "fg": 4938 }, - { "id": "tr_tripwire", "bg": 4925, "rotates": false }, + "additional_tiles": [ { "id": "center", "bg": 4922 }, { "id": "t_connection", "bg": 4922 } ] + }, + { "id": "tr_engine", "fg": 4933 }, + { "id": "tr_fur_rollmat", "fg": 4934, "rotates": false }, + { "id": "tr_goo", "fg": 4935, "bg": 3804, "rotates": false }, + { "id": "tr_heavy_snare", "bg": 4923, "rotates": false }, + { "id": "tr_lava", "fg": 3639, "rotates": false }, + { "id": "tr_leather_funnel", "fg": 4936, "rotates": false }, + { "id": "tr_nailboard", "bg": 4925, "rotates": false }, + { "id": "tr_portal", "fg": 4937, "bg": [ ], "rotates": false }, + { "id": "tr_raincatcher", "fg": 3689, "rotates": false }, + { "id": "tr_rollmat", "fg": 4938, "rotates": false }, + { "id": "tr_sinkhole", "fg": 4939, "rotates": false }, + { "id": "tr_sinkhole_season_winter", "fg": 4940, "rotates": false }, + { "id": "tr_snare", "bg": 4923, "rotates": false }, + { "id": "tr_telepad", "fg": 4941, "bg": [ ], "rotates": false }, + { "id": "tr_temple_flood", "fg": 4939 }, + { "id": "tr_tripwire", "bg": 4926, "rotates": false }, { "id": [ "vp_halfboard_cover_right", "vp_halfboard_cover_left" ], - "fg": [ 4988, 4991, 4990, 4989 ], + "fg": [ 4989, 4992, 4991, 4990 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4988, 4991, 4990, 4989 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4989, 4992, 4991, 4990 ] } ] }, { "id": "vp_halfboard_hatch_wheel_left", - "fg": [ 5008, 5011, 5010, 5009 ], + "fg": [ 5009, 5012, 5011, 5010 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5008, 5011, 5010, 5009 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5009, 5012, 5011, 5010 ] } ] }, { "id": "vp_halfboard_hatch_wheel_right", - "fg": [ 5004, 5007, 5006, 5005 ], + "fg": [ 5005, 5008, 5007, 5006 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5004, 5007, 5006, 5005 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5005, 5008, 5007, 5006 ] } ] }, { "id": "vp_halfboard_wheel_left", - "fg": [ 5019, 5021, 5022, 5020 ], + "fg": [ 5020, 5022, 5023, 5021 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5019, 5021, 5022, 5020 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5020, 5022, 5023, 5021 ] } ] }, { "id": "vp_halfboard_wheel_right", - "fg": [ 5022, 5020, 5019, 5021 ], + "fg": [ 5023, 5021, 5020, 5022 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5022, 5020, 5019, 5021 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5023, 5021, 5020, 5022 ] } ] }, { "id": [ "vp_board_wheel_left", "vp_board_nw_edge" ], - "fg": [ 4971, 4973, 4974, 4972 ], + "fg": [ 4972, 4974, 4975, 4973 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4971, 4973, 4974, 4972 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4972, 4974, 4975, 4973 ] } ] }, { "id": [ "vp_board_wheel_right", "vp_board_ne_edge" ], - "fg": [ 4974, 4972, 4971, 4973 ], + "fg": [ 4975, 4973, 4972, 4974 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4974, 4972, 4971, 4973 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4975, 4973, 4972, 4974 ] } ] }, { "id": "vp_stowboard_wheel_left", - "fg": [ 5141, 5143, 5144, 5142 ], + "fg": [ 5142, 5144, 5145, 5143 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5141, 5143, 5144, 5142 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5142, 5144, 5145, 5143 ] } ] }, { "id": "vp_stowboard_wheel_right", - "fg": [ 5144, 5142, 5141, 5143 ], + "fg": [ 5145, 5143, 5142, 5144 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5144, 5142, 5141, 5143 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5145, 5143, 5142, 5144 ] } ] }, { "id": "vp_windshield_wheel_left", - "fg": [ 5604, 5611, 5610, 5609 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5604, 5611, 5610, 5609 ] } ], + "fg": [ 5605, 5612, 5611, 5610 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5605, 5612, 5611, 5610 ] } ], "multitile": true }, { "id": "vp_windshield_wheel_right", - "fg": [ 5596, 5603, 5602, 5601 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5596, 5603, 5602, 5601 ] } ], + "fg": [ 5597, 5604, 5603, 5602 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5597, 5604, 5603, 5602 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_left", - "fg": [ 5592, 5595, 5594, 5593 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5592, 5595, 5594, 5593 ] } ], + "fg": [ 5593, 5596, 5595, 5594 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5593, 5596, 5595, 5594 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_right", - "fg": [ 5620, 5623, 5622, 5621 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5620, 5623, 5622, 5621 ] } ], + "fg": [ 5621, 5624, 5623, 5622 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5621, 5624, 5623, 5622 ] } ], "multitile": true }, { "id": "vp_windshield_vertical_2_left", - "fg": [ 5592, 5595, 5594, 5593 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5592, 5595, 5594, 5593 ] } ], + "fg": [ 5593, 5596, 5595, 5594 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5593, 5596, 5595, 5594 ] } ], "multitile": true }, { "id": "vp_windshield_vertical_2_right", - "fg": [ 5620, 5623, 5622, 5621 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5620, 5623, 5622, 5621 ] } ], + "fg": [ 5621, 5624, 5623, 5622 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5621, 5624, 5623, 5622 ] } ], "multitile": true }, { "id": [ "vp_seed_drill" ], - "fg": [ 4950, 4952, 4951, 4949 ], + "fg": [ 4951, 4953, 4952, 4950 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4950, 4952, 4951, 4949 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4951, 4953, 4952, 4950 ] } ] }, { "id": [ "vp_wing_mirror" ], - "fg": 4947, + "fg": 4948, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 4947 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 4948 } ] }, { "id": "vp_board_ne", - "fg": [ 4957, 4960, 4959, 4958 ], + "fg": [ 4958, 4961, 4960, 4959 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4957, 4960, 4959, 4958 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4958, 4961, 4960, 4959 ] } ] }, { "id": "vp_board_nw", - "fg": [ 4961, 4964, 4963, 4962 ], + "fg": [ 4962, 4965, 4964, 4963 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4961, 4964, 4963, 4962 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4962, 4965, 4964, 4963 ] } ] }, { "id": "vp_board_se", - "fg": [ 4965, 4967, 4961, 4966 ], + "fg": [ 4966, 4968, 4962, 4967 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4965, 4967, 4961, 4966 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4966, 4968, 4962, 4967 ] } ] }, { "id": "vp_board_sw", - "fg": [ 4968, 4970, 4957, 4969 ], + "fg": [ 4969, 4971, 4958, 4970 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4968, 4970, 4957, 4969 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4969, 4971, 4958, 4970 ] } ] }, { "id": "vp_board_vertical_left", - "fg": [ 4971, 4973, 4974, 4972 ], + "fg": [ 4972, 4974, 4975, 4973 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4971, 4973, 4974, 4972 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4972, 4974, 4975, 4973 ] } ] }, { "id": "vp_board_vertical_right", - "fg": [ 4974, 4972, 4971, 4973 ], + "fg": [ 4975, 4973, 4972, 4974 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4974, 4972, 4971, 4973 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4975, 4973, 4972, 4974 ] } ] }, { "id": [ "vp_board_horizontal", "vp_board_horizontal_2" ], - "fg": 4953, + "fg": 4954, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 4953 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 4954 } ] }, { "id": "vp_board_horizontal_front", - "fg": [ 4953, 4955, 4953, 4954 ], + "fg": [ 4954, 4956, 4954, 4955 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4953, 4955, 4953, 4954 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4954, 4956, 4954, 4955 ] } ] }, { "id": "vp_board_horizontal_rear", - "fg": [ 4956, 4954, 4953, 4955 ], + "fg": [ 4957, 4955, 4954, 4956 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4956, 4954, 4953, 4955 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4957, 4955, 4954, 4956 ] } ] }, { "id": [ "vp_board_vertical", "vp_board_vertical_2" ], - "fg": 4971, + "fg": 4972, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 4971 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 4972 } ] }, { "id": "vp_hdboard_ne", - "fg": [ 5035, 5038, 5037, 5036 ], + "fg": [ 5036, 5039, 5038, 5037 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5035, 5038, 5037, 5036 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5036, 5039, 5038, 5037 ] } ] }, { "id": "vp_hdboard_nw", - "fg": [ 5039, 5042, 5041, 5040 ], + "fg": [ 5040, 5043, 5042, 5041 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5039, 5042, 5041, 5040 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5040, 5043, 5042, 5041 ] } ] }, { "id": "vp_hdboard_se", - "fg": [ 5043, 5045, 5039, 5044 ], + "fg": [ 5044, 5046, 5040, 5045 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5043, 5045, 5039, 5044 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5044, 5046, 5040, 5045 ] } ] }, { "id": "vp_hdboard_sw", - "fg": [ 5046, 5048, 5035, 5047 ], + "fg": [ 5047, 5049, 5036, 5048 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5046, 5048, 5035, 5047 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5047, 5049, 5036, 5048 ] } ] }, { "id": "vp_hdboard_vertical_left", - "fg": [ 5049, 5051, 5050, 5051 ], + "fg": [ 5050, 5052, 5051, 5052 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5049, 5051, 5050, 5051 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5050, 5052, 5051, 5052 ] } ] }, { "id": "vp_hdboard_vertical_right", - "fg": [ 5050, 5051, 5049, 5051 ], + "fg": [ 5051, 5052, 5050, 5052 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5050, 5051, 5049, 5051 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5051, 5052, 5050, 5052 ] } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdboard_horizontal_2" ], - "fg": 5031, + "fg": 5032, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5031 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5032 } ] }, { "id": "vp_hdboard_horizontal_front", - "fg": [ 5031, 5033, 5031, 5032 ], + "fg": [ 5032, 5034, 5032, 5033 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5031, 5033, 5031, 5032 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5032, 5034, 5032, 5033 ] } ] }, { "id": "vp_hdboard_horizontal_rear", - "fg": [ 5034, 5032, 5031, 5033 ], + "fg": [ 5035, 5033, 5032, 5034 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5034, 5032, 5031, 5033 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5035, 5033, 5032, 5034 ] } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], - "fg": 5049, + "fg": 5050, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5049 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5050 } ] }, { "id": "vp_halfboard_ne", - "fg": [ 4996, 4999, 4998, 4997 ], + "fg": [ 4997, 5000, 4999, 4998 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4996, 4999, 4998, 4997 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4997, 5000, 4999, 4998 ] } ] }, { "id": "vp_halfboard_nw", - "fg": [ 5000, 5003, 5002, 5001 ], + "fg": [ 5001, 5004, 5003, 5002 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5000, 5003, 5002, 5001 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5001, 5004, 5003, 5002 ] } ] }, { "id": "vp_halfboard_se", - "fg": [ 5004, 5007, 5006, 5005 ], + "fg": [ 5005, 5008, 5007, 5006 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5004, 5007, 5006, 5005 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5005, 5008, 5007, 5006 ] } ] }, { "id": "vp_halfboard_sw", - "fg": [ 5008, 5011, 5010, 5009 ], + "fg": [ 5009, 5012, 5011, 5010 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5008, 5011, 5010, 5009 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5009, 5012, 5011, 5010 ] } ] }, { "id": "vp_halfboard_vertical_left", - "fg": [ 5019, 5021, 5022, 5020 ], + "fg": [ 5020, 5022, 5023, 5021 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5019, 5021, 5022, 5020 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5020, 5022, 5023, 5021 ] } ] }, { "id": "vp_halfboard_vertical_2_left", - "fg": [ 5013, 5015, 5016, 5014 ], + "fg": [ 5014, 5016, 5017, 5015 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5013, 5015, 5016, 5014 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5014, 5016, 5017, 5015 ] } ] }, { "id": "vp_halfboard_vertical_right", - "fg": [ 5022, 5020, 5019, 5021 ], + "fg": [ 5023, 5021, 5020, 5022 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5022, 5020, 5019, 5021 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5023, 5021, 5020, 5022 ] } ] }, { "id": "vp_halfboard_vertical_2_right", - "fg": [ 5016, 5018, 5013, 5017 ], + "fg": [ 5017, 5019, 5014, 5018 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5016, 5018, 5013, 5017 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5017, 5019, 5014, 5018 ] } ] }, { "id": "vp_halfboard_vertical_t_left", - "fg": [ 5024, 5026, 5025, 5023 ], + "fg": [ 5025, 5027, 5026, 5024 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5024, 5026, 5025, 5023 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5025, 5027, 5026, 5024 ] } ] }, { "id": "vp_halfboard_vertical_t_right", - "fg": [ 5028, 5030, 5029, 5027 ], + "fg": [ 5029, 5031, 5030, 5028 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5028, 5030, 5029, 5027 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5029, 5031, 5030, 5028 ] } ] }, { "id": [ "vp_halfboard_horizontal", "vp_halfboard_horizontal_2" ], - "fg": 4979, + "fg": 4980, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 4979 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 4980 } ] }, { "id": "vp_halfboard_horizontal_front", - "fg": [ 4988, 4991, 4990, 4989 ], + "fg": [ 4989, 4992, 4991, 4990 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4988, 4991, 4990, 4989 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4989, 4992, 4991, 4990 ] } ] }, { "id": "vp_halfboard_horizontal_2_front", - "fg": [ 4980, 4983, 4982, 4981 ], + "fg": [ 4981, 4984, 4983, 4982 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4980, 4983, 4982, 4981 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4981, 4984, 4983, 4982 ] } ] }, { "id": "vp_halfboard_horizontal_rear", - "fg": [ 4992, 4995, 4994, 4993 ], + "fg": [ 4993, 4996, 4995, 4994 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4992, 4995, 4994, 4993 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4993, 4996, 4995, 4994 ] } ] }, { "id": "vp_halfboard_horizontal_2_rear", - "fg": [ 4984, 4987, 4986, 4985 ], + "fg": [ 4985, 4988, 4987, 4986 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4984, 4987, 4986, 4985 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4985, 4988, 4987, 4986 ] } ] }, { "id": [ "vp_halfboard_vertical", "vp_halfboard_vertical_2" ], - "fg": 5012, + "fg": 5013, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5012 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5013 } ] }, { "id": "vp_halfboard_cover", - "fg": [ 4975, 4978, 4977, 4976 ], + "fg": [ 4976, 4979, 4978, 4977 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 4975, 4978, 4977, 4976 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 4976, 4979, 4978, 4977 ] } ] }, { "id": "vp_hdhalfboard_ne", - "fg": 5066, + "fg": 5067, "//": [ "vp_hdhalfboard_ne_rotW", "vp_hdhalfboard_ne_rotS", "vp_hdhalfboard_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5066 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5067 } ] }, { "id": "vp_hdhalfboard_nw", - "fg": 5067, + "fg": 5068, "//": [ "vp_hdhalfboard_nw_rotW", "vp_hdhalfboard_nw_rotS", "vp_hdhalfboard_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5067 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5068 } ] }, { "id": "vp_hdhalfboard_se", - "fg": 5068, + "fg": 5069, "//": [ "vp_hdhalfboard_se_rotW", "vp_hdhalfboard_se_rotS", "vp_hdhalfboard_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5068 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5069 } ] }, { "id": "vp_hdhalfboard_sw", - "fg": 5069, + "fg": 5070, "//": [ "vp_hdhalfboard_sw_rotW", "vp_hdhalfboard_sw_rotS", "vp_hdhalfboard_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5069 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5070 } ] }, { "id": "vp_hdhalfboard_vertical_left", - "fg": 5074, + "fg": 5075, "//": [ "vp_hdhalfboard_vertical_left_rotW_right_rotE", "vp_hdhalfboard_vertical_right", @@ -6518,11 +6518,11 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5074 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5075 } ] }, { "id": "vp_hdhalfboard_vertical_right", - "fg": 5075, + "fg": 5076, "//": [ "vp_hdhalfboard_vertical_left_rotE_right_rotW", "vp_hdhalfboard_vertical_left", @@ -6530,118 +6530,118 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5075 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5076 } ] }, { "id": [ "vp_hdhalfboard_horizontal" ], - "fg": 5061, + "fg": 5062, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5061 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5062 } ] }, { "id": [ "vp_hdhalfboard_horizontal_2" ], - "fg": 5056, + "fg": 5057, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5056 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5057 } ] }, { "id": "vp_hdhalfboard_horizontal_front", - "fg": [ 5061, 5064, 5063, 5062 ], + "fg": [ 5062, 5065, 5064, 5063 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5061, 5064, 5063, 5062 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5062, 5065, 5064, 5063 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_front", - "fg": [ 5056, 5059, 5058, 5057 ], + "fg": [ 5057, 5060, 5059, 5058 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5056, 5059, 5058, 5057 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5057, 5060, 5059, 5058 ] } ] }, { "id": "vp_hdhalfboard_horizontal_rear", - "fg": [ 5065, 5062, 5061, 5064 ], + "fg": [ 5066, 5063, 5062, 5065 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5065, 5062, 5061, 5064 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5066, 5063, 5062, 5065 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_rear", - "fg": [ 5060, 5057, 5056, 5059 ], + "fg": [ 5061, 5058, 5057, 5060 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5060, 5057, 5056, 5059 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5061, 5058, 5057, 5060 ] } ] }, { "id": [ "vp_hdhalfboard_vertical" ], - "fg": 5070, + "fg": 5071, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5070 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5071 } ] }, { "id": [ "vp_hdhalfboard_vertical_2" ], - "fg": 5071, + "fg": 5072, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5071 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5072 } ] }, { "id": "vp_hdhalfboard_vertical_2_left", - "fg": 5072, + "fg": 5073, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5072 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5073 } ] }, { "id": "vp_hdhalfboard_vertical_2_right", - "fg": 5073, + "fg": 5074, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5073 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5074 } ] }, { "id": "vp_hdhalfboard_cover", - "fg": [ 5052, 5055, 5054, 5053 ], + "fg": [ 5053, 5056, 5055, 5054 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5052, 5055, 5054, 5053 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5053, 5056, 5055, 5054 ] } ] }, { "id": "vp_xlhalfboard_ne", - "fg": [ 5085, 5088, 5087, 5086 ], + "fg": [ 5086, 5089, 5088, 5087 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5085, 5088, 5087, 5086 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5086, 5089, 5088, 5087 ] } ] }, { "id": "vp_xlhalfboard_nw", - "fg": [ 5089, 5092, 5091, 5090 ], + "fg": [ 5090, 5093, 5092, 5091 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5089, 5092, 5091, 5090 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5090, 5093, 5092, 5091 ] } ] }, { "id": "vp_xlhalfboard_se", - "fg": 5093, + "fg": 5094, "//": [ "vp_xlhalfboard_se_rotW", "vp_xlhalfboard_se_rotS", "vp_xlhalfboard_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5093 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5094 } ] }, { "id": "vp_xlhalfboard_sw", - "fg": 5094, + "fg": 5095, "//": [ "vp_xlhalfboard_sw_rotW", "vp_xlhalfboard_sw_rotS", "vp_xlhalfboard_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5094 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5095 } ] }, { "id": "vp_xlhalfboard_vertical_left", - "fg": 5096, + "fg": 5097, "//": [ "vp_xlhalfboard_vertical_left_rotW_right_rotE", "vp_xlhalfboard_vertical_right", @@ -6649,11 +6649,11 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5096 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5097 } ] }, { "id": "vp_xlhalfboard_vertical_right", - "fg": 5097, + "fg": 5098, "//": [ "vp_xlhalfboard_vertical_left_rotE_right_rotW", "vp_xlhalfboard_vertical_left", @@ -6661,458 +6661,458 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5097 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5098 } ] }, { "id": [ "vp_xlhalfboard_horizontal", "vp_xlhalfboard_horizontal_2" ], - "fg": 5080, + "fg": 5081, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5080 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5081 } ] }, { "id": "vp_xlhalfboard_horizontal_front", - "fg": [ 5080, 5083, 5082, 5081 ], + "fg": [ 5081, 5084, 5083, 5082 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5080, 5083, 5082, 5081 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5081, 5084, 5083, 5082 ] } ] }, { "id": "vp_xlhalfboard_horizontal_rear", - "fg": 5084, + "fg": 5085, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5084 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5085 } ] }, { "id": [ "vp_xlhalfboard_vertical", "vp_xlhalfboard_vertical_2" ], - "fg": 5095, + "fg": 5096, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5095 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5096 } ] }, { "id": "vp_xlhalfboard_cover", - "fg": [ 5076, 5079, 5078, 5077 ], + "fg": [ 5077, 5080, 5079, 5078 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5076, 5079, 5078, 5077 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5077, 5080, 5079, 5078 ] } ] }, { "id": "vp_cloth_halfboard_horizontal", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_horizontal_front", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_horizontal_rear", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_horizontal_2", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_horizontal_2_front", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_horizontal_2_rear", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_ne", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_nw", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_se", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_sw", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_vertical", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_vertical_left", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_vertical_right", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_vertical_2", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_vertical_2_left", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_cloth_halfboard_vertical_2_right", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_horizontal", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_horizontal_front", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_horizontal_rear", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_ne", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_nw", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_se", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_sw", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_vertical", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_vertical_left", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, { "id": "vp_clothboard_vertical_right", - "fg": 5098, + "fg": 5099, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5098 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5099 } ] }, - { "id": "vp_roof_cloth", "fg": 1247, "rotates": false }, + { "id": "vp_roof_cloth", "fg": 1248, "rotates": false }, { "id": "vp_stowboard_ne", - "fg": [ 5127, 5130, 5129, 5128 ], + "fg": [ 5128, 5131, 5130, 5129 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5127, 5130, 5129, 5128 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5128, 5131, 5130, 5129 ] } ] }, { "id": "vp_stowboard_nw", - "fg": [ 5131, 5134, 5133, 5132 ], + "fg": [ 5132, 5135, 5134, 5133 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5131, 5134, 5133, 5132 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5132, 5135, 5134, 5133 ] } ] }, { "id": "vp_stowboard_se", - "fg": [ 5135, 5137, 5131, 5136 ], + "fg": [ 5136, 5138, 5132, 5137 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5135, 5137, 5131, 5136 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5136, 5138, 5132, 5137 ] } ] }, { "id": "vp_stowboard_sw", - "fg": [ 5138, 5140, 5127, 5139 ], + "fg": [ 5139, 5141, 5128, 5140 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5138, 5140, 5127, 5139 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5139, 5141, 5128, 5140 ] } ] }, { "id": "vp_stowboard_vertical_left", - "fg": [ 5141, 5143, 5144, 5142 ], + "fg": [ 5142, 5144, 5145, 5143 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5141, 5143, 5144, 5142 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5142, 5144, 5145, 5143 ] } ] }, { "id": "vp_stowboard_vertical_right", - "fg": [ 5144, 5142, 5141, 5143 ], + "fg": [ 5145, 5143, 5142, 5144 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5144, 5142, 5141, 5143 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5145, 5143, 5142, 5144 ] } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ], - "fg": 5122, + "fg": 5123, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5122 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5123 } ] }, { "id": "vp_stowboard_horizontal_front", - "fg": [ 5122, 5125, 5124, 5123 ], + "fg": [ 5123, 5126, 5125, 5124 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5122, 5125, 5124, 5123 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5123, 5126, 5125, 5124 ] } ] }, { "id": "vp_stowboard_horizontal_rear", - "fg": [ 5126, 5123, 5122, 5125 ], + "fg": [ 5127, 5124, 5123, 5126 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5126, 5123, 5122, 5125 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5127, 5124, 5123, 5126 ] } ] }, { "id": [ "vp_stowboard_vertical" ], - "fg": 5142, + "fg": 5143, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5142 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5143 } ] }, { "id": "vp_hdstowboard_ne", - "fg": [ 5104, 5107, 5106, 5105 ], + "fg": [ 5105, 5108, 5107, 5106 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5104, 5107, 5106, 5105 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5105, 5108, 5107, 5106 ] } ] }, { "id": "vp_hdstowboard_nw", - "fg": [ 5108, 5111, 5110, 5109 ], + "fg": [ 5109, 5112, 5111, 5110 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5108, 5111, 5110, 5109 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5109, 5112, 5111, 5110 ] } ] }, { "id": "vp_hdstowboard_se", - "fg": [ 5112, 5114, 5108, 5113 ], + "fg": [ 5113, 5115, 5109, 5114 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5112, 5114, 5108, 5113 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5113, 5115, 5109, 5114 ] } ] }, { "id": "vp_hdstowboard_sw", - "fg": [ 5115, 5117, 5104, 5116 ], + "fg": [ 5116, 5118, 5105, 5117 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5115, 5117, 5104, 5116 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5116, 5118, 5105, 5117 ] } ] }, { "id": "vp_hdstowboard_vertical_left", - "fg": [ 5118, 5120, 5121, 5119 ], + "fg": [ 5119, 5121, 5122, 5120 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5118, 5120, 5121, 5119 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5119, 5121, 5122, 5120 ] } ] }, { "id": "vp_hdstowboard_vertical_right", - "fg": [ 5121, 5119, 5118, 5120 ], + "fg": [ 5122, 5120, 5119, 5121 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5121, 5119, 5118, 5120 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5122, 5120, 5119, 5121 ] } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_2" ], - "fg": 5099, + "fg": 5100, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5099 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5100 } ] }, { "id": "vp_hdstowboard_horizontal_front", - "fg": [ 5099, 5102, 5101, 5100 ], + "fg": [ 5100, 5103, 5102, 5101 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5099, 5102, 5101, 5100 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5100, 5103, 5102, 5101 ] } ] }, { "id": "vp_hdstowboard_horizontal_rear", - "fg": [ 5103, 5100, 5099, 5102 ], + "fg": [ 5104, 5101, 5100, 5103 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5103, 5100, 5099, 5102 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5104, 5101, 5100, 5103 ] } ] }, { "id": [ "vp_hdstowboard_vertical" ], - "fg": 5119, + "fg": 5120, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5119 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5120 } ] }, { "id": "vp_woodboard_ne", - "fg": [ 5149, 5150, 5155, 5156 ], + "fg": [ 5150, 5151, 5156, 5157 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5149, 5150, 5155, 5156 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5150, 5151, 5156, 5157 ] } ] }, { "id": "vp_woodboard_nw", - "fg": [ 5151, 5152, 5153, 5154 ], + "fg": [ 5152, 5153, 5154, 5155 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5151, 5152, 5153, 5154 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5152, 5153, 5154, 5155 ] } ] }, { "id": "vp_woodboard_se", - "fg": [ 5153, 5154, 5151, 5152 ], + "fg": [ 5154, 5155, 5152, 5153 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5153, 5154, 5151, 5152 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5154, 5155, 5152, 5153 ] } ] }, { "id": "vp_woodboard_sw", - "fg": [ 5155, 5156, 5149, 5150 ], + "fg": [ 5156, 5157, 5150, 5151 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5155, 5156, 5149, 5150 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5156, 5157, 5150, 5151 ] } ] }, { "id": "vp_woodboard_vertical_left", - "fg": [ 5157, 5147, 5158, 5145 ], + "fg": [ 5158, 5148, 5159, 5146 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5157, 5147, 5158, 5145 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5158, 5148, 5159, 5146 ] } ] }, { "id": "vp_woodboard_vertical_right", - "fg": [ 5158, 5145, 5157, 5147 ], + "fg": [ 5159, 5146, 5158, 5148 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5158, 5145, 5157, 5147 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5159, 5146, 5158, 5148 ] } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodboard_vertical", "vp_woodboard_horizontal_front" ], - "fg": [ 5145, 5146, 5147, 5148 ], + "fg": [ 5146, 5147, 5148, 5149 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5145, 5146, 5147, 5148 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5146, 5147, 5148, 5149 ] } ] }, { "id": "vp_woodboard_horizontal_rear", - "fg": [ 5147, 5148, 5145, 5146 ], + "fg": [ 5148, 5149, 5146, 5147 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5147, 5148, 5145, 5146 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5148, 5149, 5146, 5147 ] } ] }, { "id": [ "vp_woodhalfboard_ne" ], - "fg": 5163, + "fg": 5164, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5163 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5164 } ] }, { "id": "vp_woodhalfboard_nw", - "fg": 5162, + "fg": 5163, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5162 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5163 } ] }, { "id": "vp_woodhalfboard_se", - "fg": 5167, + "fg": 5168, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5167 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5168 } ] }, { "id": "vp_woodhalfboard_sw", - "fg": 5166, + "fg": 5167, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5166 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5167 } ] }, { "id": [ "vp_woodhalfboard_vertical_left", "vp_woodhalfboard_vertical_2_left", "vp_woodhalfboard_vertical_T_left" ], - "fg": 5164, + "fg": 5165, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5164 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5165 } ] }, { "id": [ "vp_woodhalfboard_vertical_right", "vp_woodhalfboard_vertical_2_right", "vp_woodhalfboard_vertical_T_right" ], - "fg": 5168, + "fg": 5169, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5168 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5169 } ] }, { "id": [ @@ -7121,550 +7121,550 @@ "vp_woodhalfboard_horizontal_front", "vp_woodhalfboard_horizontal_2_front" ], - "fg": 5161, + "fg": 5162, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5161 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5162 } ] }, { "id": [ "vp_woodhalfboard_horizontal_rear", "vp_woodhalfboard_horizontal_2_rear" ], - "fg": 5165, + "fg": 5166, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5165 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5166 } ] }, { "id": [ "vp_woodhalfboard", "vp_woodhalfboard_cross", "vp_woodhalfboard_vertical", "vp_woodhalfboard_vertical_2" ], - "fg": 5160, + "fg": 5161, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5160 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5161 } ] }, { "id": [ "vp_woodhalfboard_cover" ], - "fg": 5159, + "fg": 5160, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5159 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5160 } ] }, { "id": [ "vp_basketsm", "vp_basketsm_external" ], - "fg": [ 5182, 5181 ], + "fg": [ 5183, 5182 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5182, 5181 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5183, 5182 ] } ] }, { "id": "vp_basketsm_bike_rear", - "fg": [ 5178, 5180, 5179, 5177 ], + "fg": [ 5179, 5181, 5180, 5178 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5178, 5180, 5179, 5177 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5179, 5181, 5180, 5178 ] } ] }, { "id": [ "vp_basketlg", "vp_basketlg_external" ], - "fg": [ 5176, 5175 ], + "fg": [ 5177, 5176 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5176, 5175 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5177, 5176 ] } ] }, { "id": "vp_basketlg_cart", - "fg": [ 5172, 5174, 5173, 5171 ], + "fg": [ 5173, 5175, 5174, 5172 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5172, 5174, 5173, 5171 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5173, 5175, 5174, 5172 ] } ] }, { "id": "vp_box", - "fg": [ 5183, 5184 ], + "fg": [ 5184, 5185 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5183, 5184 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5184, 5185 ] } ] }, { "id": "vp_wood box", - "fg": [ 5193, 5192 ], + "fg": [ 5194, 5193 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5193, 5192 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5194, 5193 ] } ] }, { "id": "vp_box_wheelbarrow", - "fg": [ 5186, 5188, 5187, 5185 ], + "fg": [ 5187, 5189, 5188, 5186 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5186, 5188, 5187, 5185 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5187, 5189, 5188, 5186 ] } ] }, { "id": "vp_trunk", - "fg": 5190, + "fg": 5191, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5190 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5191 } ] }, { "id": "vp_trunk_rear_edge", - "fg": 5191, + "fg": 5192, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5191 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5192 } ] }, { "id": "vp_cargo_space", - "fg": 5189, + "fg": 5190, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5189 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5190 } ] }, { "id": "vp_external_tank", - "fg": 5169, + "fg": 5170, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5169 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5170 } ] }, { "id": [ "vp_door_internal" ], - "fg": [ 5218, 5222, 5220, 5216 ], + "fg": [ 5219, 5223, 5221, 5217 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5219, 5223, 5221, 5217 ] }, { "id": "broken", "fg": 5194, "bg": [ 5218, 5222, 5220, 5216 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5220, 5224, 5222, 5218 ] }, { "id": "broken", "fg": 5195, "bg": [ 5219, 5223, 5221, 5217 ] } ] }, { "id": [ "vp_door", "vp_door_inboard" ], - "fg": 5214, + "fg": 5215, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 5215 }, { "id": "broken", "fg": 5194, "bg": 5214 } ] + "additional_tiles": [ { "id": "open", "fg": 5216 }, { "id": "broken", "fg": 5195, "bg": 5215 } ] }, { "id": [ "vp_door_front" ], - "fg": [ 5206, 5213, 5212, 5211 ], + "fg": [ 5207, 5214, 5213, 5212 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5208, 5210, 5209, 5207 ] }, { "id": "broken", "fg": 5194, "bg": [ 5206, 5213, 5212, 5211 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5209, 5211, 5210, 5208 ] }, { "id": "broken", "fg": 5195, "bg": [ 5207, 5214, 5213, 5212 ] } ] }, { "id": [ "vp_door_rear" ], - "fg": [ 5260, 5267, 5266, 5265 ], + "fg": [ 5261, 5268, 5267, 5266 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5262, 5264, 5263, 5261 ] }, { "id": "broken", "fg": 5194, "bg": [ 5260, 5267, 5266, 5265 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5263, 5265, 5264, 5262 ] }, { "id": "broken", "fg": 5195, "bg": [ 5261, 5268, 5267, 5266 ] } ] }, { "id": [ "vp_door_left", "vp_door_vertical_left" ], - "fg": [ 5198, 5201, 5200, 5199 ], + "fg": [ 5199, 5202, 5201, 5200 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5225, 5227, 5226, 5224 ] }, { "id": "broken", "fg": 5194, "bg": [ 5198, 5201, 5200, 5199 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5226, 5228, 5227, 5225 ] }, { "id": "broken", "fg": 5195, "bg": [ 5199, 5202, 5201, 5200 ] } ] }, { "id": [ "vp_door_nw", "vp_door_front_left" ], - "fg": [ 5232, 5235, 5234, 5233 ], + "fg": [ 5233, 5236, 5235, 5234 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5225, 5227, 5226, 5224 ] }, { "id": "broken", "fg": 5194, "bg": [ 5232, 5235, 5234, 5233 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5226, 5228, 5227, 5225 ] }, { "id": "broken", "fg": 5195, "bg": [ 5233, 5236, 5235, 5234 ] } ] }, { "id": [ "vp_door_sw", "vp_door_rear_left" ], - "fg": [ 5281, 5284, 5283, 5282 ], + "fg": [ 5282, 5285, 5284, 5283 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5225, 5227, 5226, 5224 ] }, { "id": "broken", "fg": 5194, "bg": [ 5281, 5284, 5283, 5282 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5226, 5228, 5227, 5225 ] }, { "id": "broken", "fg": 5195, "bg": [ 5282, 5285, 5284, 5283 ] } ] }, { "id": [ "vp_door_right", "vp_door_vertical_right", "vp_door_sliding" ], - "fg": [ 5202, 5205, 5204, 5203 ], + "fg": [ 5203, 5206, 5205, 5204 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5269, 5271, 5270, 5268 ] }, { "id": "broken", "fg": 5194, "bg": [ 5202, 5205, 5204, 5203 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5270, 5272, 5271, 5269 ] }, { "id": "broken", "fg": 5195, "bg": [ 5203, 5206, 5205, 5204 ] } ] }, { "id": [ "vp_door_ne", "vp_door_front_right" ], - "fg": [ 5228, 5231, 5230, 5229 ], + "fg": [ 5229, 5232, 5231, 5230 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5269, 5271, 5270, 5268 ] }, { "id": "broken", "fg": 5194, "bg": [ 5228, 5231, 5230, 5229 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5270, 5272, 5271, 5269 ] }, { "id": "broken", "fg": 5195, "bg": [ 5229, 5232, 5231, 5230 ] } ] }, { "id": [ "vp_door_se", "vp_door_rear_right" ], - "fg": [ 5272, 5275, 5274, 5273 ], + "fg": [ 5273, 5276, 5275, 5274 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5269, 5271, 5270, 5268 ] }, { "id": "broken", "fg": 5194, "bg": [ 5272, 5275, 5274, 5273 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5270, 5272, 5271, 5269 ] }, { "id": "broken", "fg": 5195, "bg": [ 5273, 5276, 5275, 5274 ] } ] }, { "id": "vp_door_shutter", - "fg": [ 5276, 5280, 5279, 5278 ], + "fg": [ 5277, 5281, 5280, 5279 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 5277 }, { "id": "broken", "fg": 5194, "bg": [ 5276, 5280, 5279, 5278 ] } ] + "additional_tiles": [ { "id": "open", "fg": 5278 }, { "id": "broken", "fg": 5195, "bg": [ 5277, 5281, 5280, 5279 ] } ] }, { "id": "vp_door_trunk", - "fg": [ 5285, 5292, 5291, 5290 ], + "fg": [ 5286, 5293, 5292, 5291 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5286, 5289, 5288, 5287 ] }, { "id": "broken", "fg": 5194, "bg": [ 5285, 5292, 5291, 5290 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5287, 5290, 5289, 5288 ] }, { "id": "broken", "fg": 5195, "bg": [ 5286, 5293, 5292, 5291 ] } ] }, { "id": [ "vp_hddoor_trunk", "vp_hatch", "vp_hatch_opaque", "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": [ 5341, 5348, 5347, 5346 ], + "fg": [ 5342, 5349, 5348, 5347 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5342, 5345, 5344, 5343 ] }, { "id": "broken", "fg": 5194, "bg": [ 5341, 5348, 5347, 5346 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5343, 5346, 5345, 5344 ] }, { "id": "broken", "fg": 5195, "bg": [ 5342, 5349, 5348, 5347 ] } ] }, { "id": [ "vp_hddoor_left" ], - "fg": [ 5294, 5296, 5295, 5293 ], + "fg": [ 5295, 5297, 5296, 5294 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5306, 5308, 5307, 5305 ] }, { "id": "broken", "fg": 5194, "bg": [ 5294, 5296, 5295, 5293 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5307, 5309, 5308, 5306 ] }, { "id": "broken", "fg": 5195, "bg": [ 5295, 5297, 5296, 5294 ] } ] }, { "id": [ "vp_hddoor_right" ], - "fg": [ 5298, 5300, 5299, 5297 ], + "fg": [ 5299, 5301, 5300, 5298 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5338, 5340, 5339, 5337 ] }, { "id": "broken", "fg": 5194, "bg": [ 5298, 5300, 5299, 5297 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5339, 5341, 5340, 5338 ] }, { "id": "broken", "fg": 5195, "bg": [ 5299, 5301, 5300, 5298 ] } ] }, { "id": [ "vp_hddoor", "vp_hddoor_front" ], - "fg": [ 5302, 5304, 5303, 5301 ], + "fg": [ 5303, 5305, 5304, 5302 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5208, 5210, 5209, 5207 ] }, { "id": "broken", "fg": 5194, "bg": [ 5302, 5304, 5303, 5301 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5209, 5211, 5210, 5208 ] }, { "id": "broken", "fg": 5195, "bg": [ 5303, 5305, 5304, 5302 ] } ] }, { "id": [ "vp_hddoor_rear" ], - "fg": [ 5334, 5336, 5335, 5333 ], + "fg": [ 5335, 5337, 5336, 5334 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5262, 5264, 5263, 5261 ] }, { "id": "broken", "fg": 5194, "bg": [ 5334, 5336, 5335, 5333 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5263, 5265, 5264, 5262 ] }, { "id": "broken", "fg": 5195, "bg": [ 5335, 5337, 5336, 5334 ] } ] }, { "id": [ "vp_door_opaque_left" ], - "fg": [ 5245, 5247, 5246, 5244 ], + "fg": [ 5246, 5248, 5247, 5245 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5241, 5243, 5242, 5240 ] }, { "id": "broken", "fg": 5194, "bg": [ 5245, 5247, 5246, 5244 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5242, 5244, 5243, 5241 ] }, { "id": "broken", "fg": 5195, "bg": [ 5246, 5248, 5247, 5245 ] } ] }, { "id": [ "vp_door_opaque_right" ], - "fg": [ 5257, 5259, 5258, 5256 ], + "fg": [ 5258, 5260, 5259, 5257 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5253, 5255, 5254, 5252 ] }, { "id": "broken", "fg": 5194, "bg": [ 5257, 5259, 5258, 5256 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5254, 5256, 5255, 5253 ] }, { "id": "broken", "fg": 5195, "bg": [ 5258, 5260, 5259, 5257 ] } ] }, { "id": [ "vp_door_opaque", "vp_door_opaque_front" ], - "fg": [ 5237, 5239, 5238, 5236 ], + "fg": [ 5238, 5240, 5239, 5237 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5208, 5210, 5209, 5207 ] }, { "id": "broken", "fg": 5194, "bg": [ 5237, 5239, 5238, 5236 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5209, 5211, 5210, 5208 ] }, { "id": "broken", "fg": 5195, "bg": [ 5238, 5240, 5239, 5237 ] } ] }, { "id": [ "vp_door_opaque_rear" ], - "fg": [ 5249, 5251, 5250, 5248 ], + "fg": [ 5250, 5252, 5251, 5249 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5262, 5264, 5263, 5261 ] }, { "id": "broken", "fg": 5194, "bg": [ 5249, 5251, 5250, 5248 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5263, 5265, 5264, 5262 ] }, { "id": "broken", "fg": 5195, "bg": [ 5250, 5252, 5251, 5249 ] } ] }, { "id": [ "vp_hddoor_opaque_left" ], - "fg": [ 5318, 5320, 5319, 5317 ], + "fg": [ 5319, 5321, 5320, 5318 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5314, 5316, 5315, 5313 ] }, { "id": "broken", "fg": 5194, "bg": [ 5318, 5320, 5319, 5317 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5315, 5317, 5316, 5314 ] }, { "id": "broken", "fg": 5195, "bg": [ 5319, 5321, 5320, 5318 ] } ] }, { "id": [ "vp_hddoor_opaque_right" ], - "fg": [ 5330, 5332, 5331, 5329 ], + "fg": [ 5331, 5333, 5332, 5330 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5326, 5328, 5327, 5325 ] }, { "id": "broken", "fg": 5194, "bg": [ 5330, 5332, 5331, 5329 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5327, 5329, 5328, 5326 ] }, { "id": "broken", "fg": 5195, "bg": [ 5331, 5333, 5332, 5330 ] } ] }, { "id": [ "vp_hddoor_opaque", "vp_hddoor_opaque_front" ], - "fg": [ 5310, 5312, 5311, 5309 ], + "fg": [ 5311, 5313, 5312, 5310 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5208, 5210, 5209, 5207 ] }, { "id": "broken", "fg": 5194, "bg": [ 5310, 5312, 5311, 5309 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5209, 5211, 5210, 5208 ] }, { "id": "broken", "fg": 5195, "bg": [ 5311, 5313, 5312, 5310 ] } ] }, { "id": [ "vp_hddoor_opaque_rear" ], - "fg": [ 5322, 5324, 5323, 5321 ], + "fg": [ 5323, 5325, 5324, 5322 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5262, 5264, 5263, 5261 ] }, { "id": "broken", "fg": 5194, "bg": [ 5322, 5324, 5323, 5321 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5263, 5265, 5264, 5262 ] }, { "id": "broken", "fg": 5195, "bg": [ 5323, 5325, 5324, 5322 ] } ] }, { "id": "vp_frame_cover", - "fg": 5349, + "fg": 5350, "//": [ "frame_cover_rotW", "frame_cover_rotS", "frame_cover_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5349 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5350 } ] }, { "id": "vp_frame_cross", - "fg": 5350, + "fg": 5351, "//": [ "frame_cross_rotW", "frame_cross_rotS", "frame_cross_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5350 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5351 } ] }, { "id": "vp_frame_cross_unconnected", - "fg": 5351, + "fg": 5352, "//": [ "frame_cross_unconnected_rotW", "frame_cross_unconnected_rotS", "frame_cross_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5351 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5352 } ] }, { "id": "vp_frame_ne", - "fg": 5364, + "fg": 5365, "//": [ "frame_ne_rotW", "frame_ne_rotS", "frame_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5364 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5365 } ] }, { "id": "vp_frame_nw", - "fg": 5365, + "fg": 5366, "//": [ "frame_nw_rotW", "frame_nw_rotS", "frame_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5365 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5366 } ] }, { "id": "vp_frame_se", - "fg": 5366, + "fg": 5367, "//": [ "frame_se_rotW", "frame_se_rotS", "frame_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5366 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5367 } ] }, { "id": "vp_frame_sw", - "fg": 5367, + "fg": 5368, "//": [ "frame_sw_rotW", "frame_sw_rotS", "frame_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5367 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5368 } ] }, { "id": "vp_frame_vertical_unconnected", - "fg": 5375, + "fg": 5376, "//": [ "frame_vertical_unconnected_rotW_right_rotE", "frame_vertical_right", "frame_vertical_unconnected_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5375 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5376 } ] }, { "id": "vp_frame_vertical_2_unconnected", - "fg": 5372, + "fg": 5373, "//": [ "frame_vertical2_unconnected_rotW", "frame_vertical2_right", "frame_vertical2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5372 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5373 } ] }, { "id": "vp_frame_vertical_left", - "fg": 5373, + "fg": 5374, "//": [ "frame_vertical_left_rotW_right_rotE", "frame_vertical_right", "frame_vertical_left_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5373 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5374 } ] }, { "id": "vp_frame_vertical_2_left", - "fg": 5370, + "fg": 5371, "//": [ "frame_vertical2_left_rotW", "frame_vertical2_right", "frame_vertical2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5370 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5371 } ] }, { "id": "vp_frame_vertical_right", - "fg": 5374, + "fg": 5375, "//": [ "frame_vertical_left_rotE_right_rotW", "frame_vertical_left", "frame_vertical_left_rotW_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5374 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5375 } ] }, { "id": "vp_frame_vertical_2_right", - "fg": 5371, + "fg": 5372, "//": [ "frame_vertical2_right_rotW", "frame_vertical2_left", "frame_vertical2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5371 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5372 } ] }, { "id": "vp_frame_horizontal", - "fg": 5352, + "fg": 5353, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5352 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5353 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 5353, + "fg": 5354, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5353 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5354 } ] }, { "id": "vp_frame_horizontal_unconnected", - "fg": 5363, + "fg": 5364, "//": [ "frame_horizontal_unconnected_rotW", "frame_horizontal_unconnected_rotS", "frame_horizontal_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5363 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5364 } ] }, { "id": "vp_frame_horizontal_2_unconnected", - "fg": 5356, + "fg": 5357, "//": [ "frame_horizontal2_unconnected_rotW", "frame_horizontal2_unconnected_rotS", "frame_horizontal2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5356 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5357 } ] }, { "id": "vp_frame_horizontal_front", - "fg": 5359, + "fg": 5360, "//": [ "frame_horizontal_front_rotW", "frame_horizontal_front_rotS", "frame_horizontal_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5359 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5360 } ] }, { "id": "vp_frame_horizontal_2_front", - "fg": 5354, + "fg": 5355, "//": [ "frame_horizontal2_front_rotW", "frame_horizontal2_front_rotS", "frame_horizontal2_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5354 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5355 } ] }, { "id": "vp_frame_horizontal_rear", - "fg": 5361, + "fg": 5362, "//": [ "frame_horizontal_rear_rotW", "frame_horizontal_rear_rotS", "frame_horizontal_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5361 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5362 } ] }, { "id": "vp_frame_horizontal_2_rear", - "fg": 5355, + "fg": 5356, "//": [ "frame_horizontal2_rear_rotW", "frame_horizontal2_rear_rotS", "frame_horizontal2_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5355 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5356 } ] }, { "id": "vp_frame_horizontal_left", - "fg": 5360, + "fg": 5361, "//": [ "frame_horizontal_left_rotW", "frame_horizontal_left_rotS", "frame_horizontal_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5360 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5361 } ] }, { "id": "vp_frame_horizontal_2_left", - "fg": 5357, + "fg": 5358, "//": [ "frame_horizontal_2_left_rotW", "frame_horizontal_2_left_rotS", "frame_horizontal_2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5357 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5358 } ] }, { "id": "vp_frame_horizontal_right", - "fg": 5362, + "fg": 5363, "//": [ "frame_horizontal_right_rotW", "frame_horizontal_right_rotS", "frame_horizontal_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5362 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5363 } ] }, { "id": "vp_frame_horizontal_2_right", - "fg": 5358, + "fg": 5359, "//": [ "frame_horizontal_2_right_rotW", "frame_horizontal_2_right_rotS", "frame_horizontal_2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5358 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5359 } ] }, { "id": "vp_frame_vertical", - "fg": 5368, + "fg": 5369, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5368 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5369 } ] }, { "id": "vp_frame_vertical_2", - "fg": 5369, + "fg": 5370, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5369 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5370 } ] }, { "id": "vp_hdframe_cover", - "fg": 5376, + "fg": 5377, "//": [ "hdframe_cover_rotW", "hdframe_cover_rotS", "hdframe_cover_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5376 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5377 } ] }, { "id": "vp_hdframe_cross", - "fg": 5377, + "fg": 5378, "//": [ "hdframe_cross_rotW", "hdframe_cross_rotS", "hdframe_cross_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5377 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5378 } ] }, { "id": "vp_hdframe_cross_unconnected", - "fg": 5378, + "fg": 5379, "//": [ "hdframe_cross_unconnected_rotW", "hdframe_cross_unconnected_rotS", "hdframe_cross_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5378 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5379 } ] }, { "id": "vp_hdframe_ne", - "fg": 5391, + "fg": 5392, "//": [ "hdframe_ne_rotW", "hdframe_ne_rotS", "hdframe_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5391 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5392 } ] }, { "id": "vp_hdframe_nw", - "fg": 5392, + "fg": 5393, "//": [ "hdframe_nw_rotW", "hdframe_nw_rotS", "hdframe_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5392 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5393 } ] }, { "id": "vp_hdframe_se", - "fg": 5393, + "fg": 5394, "//": [ "hdframe_se_rotW", "hdframe_se_rotS", "hdframe_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5393 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5394 } ] }, { "id": "vp_hdframe_sw", - "fg": 5394, + "fg": 5395, "//": [ "hdframe_sw_rotW", "hdframe_sw_rotS", "hdframe_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5394 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5395 } ] }, { "id": "vp_hdframe_vertical_unconnected", - "fg": 5402, + "fg": 5403, "//": [ "hdframe_vertical_unconnected_rotW_right_rotE", "hdframe_vertical_right", @@ -7672,73 +7672,73 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5402 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5403 } ] }, { "id": "vp_hdframe_vertical_2_unconnected", - "fg": 5399, + "fg": 5400, "//": [ "hdframe_vertical2_unconnected_rotW", "hdframe_vertical2_right", "hdframe_vertical2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5399 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5400 } ] }, { "id": "vp_hdframe_vertical_left", - "fg": 5400, + "fg": 5401, "//": [ "hdframe_vertical_left_rotW_right_rotE", "hdframe_vertical_right", "hdframe_vertical_left_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5400 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5401 } ] }, { "id": "vp_hdframe_vertical_2_left", - "fg": 5397, + "fg": 5398, "//": [ "hdframe_vertical2_left_rotW", "hdframe_vertical2_right", "hdframe_vertical2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5397 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5398 } ] }, { "id": "vp_hdframe_vertical_right", - "fg": 5401, + "fg": 5402, "//": [ "hdframe_vertical_left_rotE_right_rotW", "hdframe_vertical_left", "hdframe_vertical_left_rotW_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5401 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5402 } ] }, { "id": "vp_hdframe_vertical_2_right", - "fg": 5398, + "fg": 5399, "//": [ "hdframe_vertical2_right_rotW", "hdframe_vertical2_left", "hdframe_vertical2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5398 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5399 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 5379, + "fg": 5380, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5379 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5380 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 5380, + "fg": 5381, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5380 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5381 } ] }, { "id": "vp_hdframe_horizontal_unconnected", - "fg": 5390, + "fg": 5391, "//": [ "hdframe_horizontal_unconnected_rotW", "hdframe_horizontal_unconnected_rotS", "hdframe_horizontal_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5390 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5391 } ] }, { "id": "vp_hdframe_horizontal_2_unconnected", - "fg": 5383, + "fg": 5384, "//": [ "hdframe_horizontal2_unconnected_rotW", "hdframe_horizontal2_unconnected_rotS", @@ -7746,145 +7746,145 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5383 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5384 } ] }, { "id": "vp_hdframe_horizontal_front", - "fg": 5386, + "fg": 5387, "//": [ "hdframe_horizontal_front_rotW", "hdframe_horizontal_front_rotS", "hdframe_horizontal_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5386 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5387 } ] }, { "id": "vp_hdframe_horizontal_2_front", - "fg": 5381, + "fg": 5382, "//": [ "hdframe_horizontal2_front_rotW", "hdframe_horizontal2_front_rotS", "hdframe_horizontal2_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5381 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5382 } ] }, { "id": "vp_hdframe_horizontal_rear", - "fg": 5388, + "fg": 5389, "//": [ "hdframe_horizontal_rear_rotW", "hdframe_horizontal_rear_rotS", "hdframe_horizontal_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5388 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5389 } ] }, { "id": "vp_hdframe_horizontal_2_rear", - "fg": 5382, + "fg": 5383, "//": [ "hdframe_horizontal2_rear_rotW", "hdframe_horizontal2_rear_rotS", "hdframe_horizontal2_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5382 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5383 } ] }, { "id": "vp_hdframe_horizontal_left", - "fg": 5387, + "fg": 5388, "//": [ "hdframe_horizontal_left_rotW", "hdframe_horizontal_left_rotS", "hdframe_horizontal_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5387 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5388 } ] }, { "id": "vp_hdframe_horizontal_2_left", - "fg": 5384, + "fg": 5385, "//": [ "hdframe_horizontal_2_left_rotW", "hdframe_horizontal_2_left_rotS", "hdframe_horizontal_2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5384 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5385 } ] }, { "id": "vp_hdframe_horizontal_right", - "fg": 5389, + "fg": 5390, "//": [ "hdframe_horizontal_right_rotW", "hdframe_horizontal_right_rotS", "hdframe_horizontal_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5389 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5390 } ] }, { "id": "vp_hdframe_horizontal_2_right", - "fg": 5385, + "fg": 5386, "//": [ "hdframe_horizontal_2_right_rotW", "hdframe_horizontal_2_right_rotS", "hdframe_horizontal_2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5385 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5386 } ] }, { "id": "vp_hdframe_vertical", - "fg": 5395, + "fg": 5396, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5395 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5396 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 5396, + "fg": 5397, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5396 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5397 } ] }, { "id": "vp_xlframe_cover", - "fg": 5403, + "fg": 5404, "//": [ "xlframe_cover_rotW", "xlframe_cover_rotS", "xlframe_cover_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5403 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5404 } ] }, { "id": "vp_xlframe_cross", - "fg": 5404, + "fg": 5405, "//": [ "xlframe_cross_rotW", "xlframe_cross_rotS", "xlframe_cross_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5404 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5405 } ] }, { "id": "vp_xlframe_cross_unconnected", - "fg": 5405, + "fg": 5406, "//": [ "xlframe_cross_unconnected_rotW", "xlframe_cross_unconnected_rotS", "xlframe_cross_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5405 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5406 } ] }, { "id": "vp_xlframe_ne", - "fg": 5418, + "fg": 5419, "//": [ "xlframe_ne_rotW", "xlframe_ne_rotS", "xlframe_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5418 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5419 } ] }, { "id": "vp_xlframe_nw", - "fg": 5419, + "fg": 5420, "//": [ "xlframe_nw_rotW", "xlframe_nw_rotS", "xlframe_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5419 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5420 } ] }, { "id": "vp_xlframe_se", - "fg": 5420, + "fg": 5421, "//": [ "xlframe_se_rotW", "xlframe_se_rotS", "xlframe_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5420 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5421 } ] }, { "id": "vp_xlframe_sw", - "fg": 5421, + "fg": 5422, "//": [ "xlframe_sw_rotW", "xlframe_sw_rotS", "xlframe_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5421 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5422 } ] }, { "id": "vp_xlframe_vertical_unconnected", - "fg": 5429, + "fg": 5430, "//": [ "xlframe_vertical_unconnected_rotW_right_rotE", "xlframe_vertical_unconnected", @@ -7892,73 +7892,73 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5429 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5430 } ] }, { "id": "vp_xlframe_vertical_2_unconnected", - "fg": 5426, + "fg": 5427, "//": [ "xlframe_vertical2_unconnected_rotW", "xlframe_vertical2_unconnected", "xlframe_vertical2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5426 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5427 } ] }, { "id": "vp_xlframe_vertical_left", - "fg": 5427, + "fg": 5428, "//": [ "xlframe_vertical_left_rotW_right_rotE", "xlframe_vertical_right", "xlframe_vertical_left_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5427 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5428 } ] }, { "id": "vp_xlframe_vertical_2_left", - "fg": 5424, + "fg": 5425, "//": [ "xlframe_vertical2_left_rotW", "xlframe_vertical2_right", "xlframe_vertical2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5424 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5425 } ] }, { "id": "vp_xlframe_vertical_right", - "fg": 5428, + "fg": 5429, "//": [ "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": 5194, "bg": 5428 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5429 } ] }, { "id": "vp_xlframe_vertical_2_right", - "fg": 5425, + "fg": 5426, "//": [ "xlframe_vertical2_right_rotW", "xlframe_vertical2_left", "vp_xlframe_vertical2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5425 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5426 } ] }, { "id": "vp_xlframe_horizontal", - "fg": 5406, + "fg": 5407, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5406 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5407 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 5407, + "fg": 5408, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5407 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5408 } ] }, { "id": "vp_xlframe_horizontal_unconnected", - "fg": 5417, + "fg": 5418, "//": [ "xlframe_horizontal_unconnected_rotW", "xlframe_horizontal_unconnected_rotS", "xlframe_horizontal_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5417 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5418 } ] }, { "id": "vp_xlframe_horizontal_2_unconnected", - "fg": 5410, + "fg": 5411, "//": [ "xlframe_horizontal2_unconnected_rotW", "xlframe_horizontal2_unconnected_rotS", @@ -7966,425 +7966,425 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5410 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5411 } ] }, { "id": "vp_xlframe_horizontal_front", - "fg": 5413, + "fg": 5414, "//": [ "xlframe_horizontal_front_rotW", "xlframe_horizontal_front_rotS", "xlframe_horizontal_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5413 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5414 } ] }, { "id": "vp_xlframe_horizontal_2_front", - "fg": 5408, + "fg": 5409, "//": [ "xlframe_horizontal2_front_rotW", "xlframe_horizontal2_front_rotS", "xlframe_horizontal2_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5408 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5409 } ] }, { "id": "vp_xlframe_horizontal_rear", - "fg": 5415, + "fg": 5416, "//": [ "xlframe_horizontal_rear_rotW", "xlframe_horizontal_rear_rotS", "xlframe_horizontal_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5415 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5416 } ] }, { "id": "vp_xlframe_horizontal_2_rear", - "fg": 5409, + "fg": 5410, "//": [ "xlframe_horizontal2_rear_rotW", "xlframe_horizontal2_rear_rotS", "xlframe_horizontal2_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5409 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5410 } ] }, { "id": "vp_xlframe_horizontal_left", - "fg": 5414, + "fg": 5415, "//": [ "xlframe_horizontal_left_rotW", "xlframe_horizontal_left_rotS", "xlframe_horizontal_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5414 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5415 } ] }, { "id": "vp_xlframe_horizontal_2_left", - "fg": 5411, + "fg": 5412, "//": [ "xlframe_horizontal_2_left_rotW", "xlframe_horizontal_2_left_rotS", "xlframe_horizontal_2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5411 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5412 } ] }, { "id": "vp_xlframe_horizontal_right", - "fg": 5416, + "fg": 5417, "//": [ "xlframe_horizontal_right_rotW", "xlframe_horizontal_right_rotS", "xlframe_horizontal_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5416 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5417 } ] }, { "id": "vp_xlframe_horizontal_2_right", - "fg": 5412, + "fg": 5413, "//": [ "xlframe_horizontal_2_right_rotW", "xlframe_horizontal_2_right_rotS", "xlframe_horizontal_2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5412 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5413 } ] }, { "id": "vp_xlframe_vertical", - "fg": 5422, + "fg": 5423, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5422 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5423 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 5423, + "fg": 5424, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5423 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5424 } ] }, { "id": [ "vp_headlight", "vp_headlight_reinforced", "vp_wide_headlight_reinforced", "vp_wide_headlight" ], - "fg": 5431 + "fg": 5432 }, { "id": [ "vp_headlight_ne", "vp_headlight_reinforced_ne", "vp_wide_headlight_reinforced_ne", "vp_wide_headlight_ne" ], - "fg": 5430 + "fg": 5431 }, { "id": [ "vp_headlight_nw", "vp_headlight_reinforced_nw", "vp_wide_headlight_reinforced_nw", "vp_wide_headlight_nw" ], - "fg": 5431 + "fg": 5432 }, { "id": "vp_saddle_motor", - "fg": [ 5433, 5435, 5434, 5432 ], + "fg": [ 5434, 5436, 5435, 5433 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5433, 5435, 5434, 5432 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5434, 5436, 5435, 5433 ] } ] }, { "id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], - "fg": [ 5441, 5443, 5442, 5440 ], + "fg": [ 5442, 5444, 5443, 5441 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5441, 5443, 5442, 5440 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5442, 5444, 5443, 5441 ] } ] }, { "id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], - "fg": [ 5437, 5439, 5438, 5436 ], + "fg": [ 5438, 5440, 5439, 5437 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5437, 5439, 5438, 5436 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5438, 5440, 5439, 5437 ] } ] }, { "id": "vp_light_blue", - "fg": [ 5462, 5463 ], + "fg": [ 5463, 5464 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5462, 5463 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5463, 5464 ] } ] }, { "id": "vp_light_red", - "fg": [ 5464, 5465 ], + "fg": [ 5465, 5466 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5464, 5465 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5465, 5466 ] } ] }, { "id": [ "vp_floodlight", "vp_directed_floodlight" ], - "fg": [ 5456, 5458, 5457, 5455 ], + "fg": [ 5457, 5459, 5458, 5456 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5456, 5458, 5457, 5455 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5457, 5459, 5458, 5456 ] } ] }, { "id": "vp_veh_table", - "fg": [ 5445, 5445 ], - "bg": [ 5475, 5474 ], - "additional_tiles": [ { "id": "broken", "fg": 5446, "bg": [ 5475, 5474 ] } ], + "fg": [ 5446, 5446 ], + "bg": [ 5476, 5475 ], + "additional_tiles": [ { "id": "broken", "fg": 5447, "bg": [ 5476, 5475 ] } ], "multitile": true, "rotates": true }, { "id": "vp_minifridge", - "fg": 5469, + "fg": 5470, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5469 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5470 } ] }, { "id": "vp_minifreezer", - "fg": 5468, + "fg": 5469, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5468 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5469 } ] }, { "id": "vp_kitchen_unit", - "fg": 5461, + "fg": 5462, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5461 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5462 } ] }, { "id": "vp_welding_rig", - "fg": 5473, + "fg": 5474, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5473 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5474 } ] }, { "id": "vp_craft_rig", - "fg": 5452, + "fg": 5453, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5452 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5453 } ] }, { "id": "vp_washing_machine", - "fg": 5472, + "fg": 5473, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5472 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5473 } ] }, { "id": "vp_bed", - "fg": 5450, + "fg": 5451, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5450 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5451 } ] }, { "id": "vp_veh_forge", - "fg": 5459, + "fg": 5460, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5459 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5460 } ] }, { "id": "vp_veh_kiln", - "fg": 5460, + "fg": 5461, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5460 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5461 } ] }, { "id": "vp_chemlab", - "fg": 5451, + "fg": 5452, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5451 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5452 } ] }, { "id": [ "vp_aisle_vertical" ], - "fg": 5448, + "fg": 5449, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5448 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5449 } ] }, { "id": [ "vp_aisle_horizontal" ], - "fg": 5447, + "fg": 5448, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5447 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5448 } ] }, { "id": [ "vp_trunk_floor" ], - "fg": 5471, - "bg": 5448, + "fg": 5472, + "bg": 5449, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5471 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5472 } ] }, { "id": [ "vp_wooden_aisle_vertical" ], - "fg": [ 5475, 5474 ], + "fg": [ 5476, 5475 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5475, 5474 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5476, 5475 ] } ] }, { "id": [ "vp_wooden_aisle_horizontal" ], - "fg": [ 5474, 5475 ], + "fg": [ 5475, 5476 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5474, 5475 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5475, 5476 ] } ] }, { "id": [ "vp_lit_aisle_vertical" ], - "fg": 5467, + "fg": 5468, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5467 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5468 } ] }, { "id": [ "vp_lit_aisle_horizontal" ], - "fg": 5466, + "fg": 5467, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5466 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5467 } ] }, - { "id": [ "vp_crane_medium", "vp_crane_small", "vp_crane_medium_internal", "crane_tiny" ], "fg": 5453 }, + { "id": [ "vp_crane_medium", "vp_crane_small", "vp_crane_medium_internal", "crane_tiny" ], "fg": 5454 }, { "id": "vp_omnicam", - "fg": 5444, + "fg": 5445, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5444 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5445 } ] }, - { "id": "vp_ram_spiked", "fg": [ 5488, 5490, 5489, 5491 ], "rotates": true }, - { "id": "vp_ram_wood", "fg": [ 5496, 5498, 5497, 5499 ], "rotates": true }, - { "id": "vp_spike_wood", "fg": [ 5500, 5502, 5501, 5503 ], "rotates": true }, - { "id": "vp_ram_military", "fg": [ 5484, 5486, 5485, 5487 ], "rotates": true }, - { "id": "vp_ram_steel", "fg": [ 5492, 5494, 5493, 5495 ], "rotates": true }, - { "id": "vp_ram_hardsteel", "fg": [ 5480, 5482, 5481, 5483 ], "rotates": true }, - { "id": "vp_ram_alloy", "fg": [ 5476, 5478, 5477, 5479 ], "rotates": true }, + { "id": "vp_ram_spiked", "fg": [ 5489, 5491, 5490, 5492 ], "rotates": true }, + { "id": "vp_ram_wood", "fg": [ 5497, 5499, 5498, 5500 ], "rotates": true }, + { "id": "vp_spike_wood", "fg": [ 5501, 5503, 5502, 5504 ], "rotates": true }, + { "id": "vp_ram_military", "fg": [ 5485, 5487, 5486, 5488 ], "rotates": true }, + { "id": "vp_ram_steel", "fg": [ 5493, 5495, 5494, 5496 ], "rotates": true }, + { "id": "vp_ram_hardsteel", "fg": [ 5481, 5483, 5482, 5484 ], "rotates": true }, + { "id": "vp_ram_alloy", "fg": [ 5477, 5479, 5478, 5480 ], "rotates": true }, { "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat" ], "rotates": true, - "fg": [ 5539, 5537, 5532, 5538 ], + "fg": [ 5540, 5538, 5533, 5539 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5539, 5537, 5532, 5538 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5540, 5538, 5533, 5539 ] } ] }, { "id": [ "vp_seat_leather", "vp_reclining_seat_leather" ], "rotates": true, - "fg": [ 5536, 5534, 5533, 5535 ], + "fg": [ 5537, 5535, 5534, 5536 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5536, 5534, 5533, 5535 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5537, 5535, 5534, 5536 ] } ] }, { "id": [ "vp_seat_wood" ], "rotates": true, - "bg": [ 5475, 5474 ], - "fg": [ 5542, 5542, 5543, 5543 ], + "bg": [ 5476, 5475 ], + "fg": [ 5543, 5543, 5544, 5544 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5542, 5542, 5543, 5543 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5543, 5543, 5544, 5544 ] } ] }, { "id": [ "vp_seat_wood_flimsy" ], "rotates": true, - "bg": [ 5475, 5474 ], - "fg": [ 5540, 5540, 5541, 5541 ], + "bg": [ 5476, 5475 ], + "fg": [ 5541, 5541, 5542, 5542 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5540, 5540, 5541, 5541 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5541, 5541, 5542, 5542 ] } ] }, { "id": "vp_seat_back", - "fg": [ 5530, 5531, 5508, 5509 ], + "fg": [ 5531, 5532, 5509, 5510 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5530, 5531, 5508, 5509 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5531, 5532, 5509, 5510 ] } ] }, { "id": "vp_seat_back_right", - "fg": [ 5528, 5529, 5526, 5527 ], + "fg": [ 5529, 5530, 5527, 5528 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5528, 5529, 5526, 5527 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5529, 5530, 5527, 5528 ] } ] }, { "id": "vp_seat_back_left", - "fg": [ 5524, 5525, 5522, 5523 ], + "fg": [ 5525, 5526, 5523, 5524 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5524, 5525, 5522, 5523 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5525, 5526, 5523, 5524 ] } ] }, { "id": "vp_seat_back_leather", - "fg": [ 5520, 5521, 5510, 5511 ], + "fg": [ 5521, 5522, 5511, 5512 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5520, 5521, 5510, 5511 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5521, 5522, 5511, 5512 ] } ] }, { "id": "vp_seat_back_leather_right", - "fg": [ 5518, 5519, 5516, 5517 ], + "fg": [ 5519, 5520, 5517, 5518 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5518, 5519, 5516, 5517 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5519, 5520, 5517, 5518 ] } ] }, { "id": "vp_seat_back_leather_left", - "fg": [ 5514, 5515, 5512, 5513 ], + "fg": [ 5515, 5516, 5513, 5514 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5514, 5515, 5512, 5513 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5515, 5516, 5513, 5514 ] } ] }, { "id": "vp_seat_back_vertical", - "fg": [ 5509, 5530, 5531, 5508 ], + "fg": [ 5510, 5531, 5532, 5509 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5509, 5530, 5531, 5508 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5510, 5531, 5532, 5509 ] } ] }, { "id": "vp_seat_back_vertical_right", - "fg": [ 5527, 5528, 5529, 5526 ], + "fg": [ 5528, 5529, 5530, 5527 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5527, 5528, 5529, 5526 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5528, 5529, 5530, 5527 ] } ] }, { "id": "vp_seat_back_vertical_left", - "fg": [ 5523, 5524, 5525, 5522 ], + "fg": [ 5524, 5525, 5526, 5523 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5523, 5524, 5525, 5522 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5524, 5525, 5526, 5523 ] } ] }, { "id": "vp_seat_back_leather_vertical", - "fg": [ 5511, 5520, 5521, 5510 ], + "fg": [ 5512, 5521, 5522, 5511 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5511, 5520, 5521, 5510 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5512, 5521, 5522, 5511 ] } ] }, { "id": "vp_seat_back_leather_vertical_right", - "fg": [ 5517, 5518, 5519, 5516 ], + "fg": [ 5518, 5519, 5520, 5517 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5517, 5518, 5519, 5516 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5518, 5519, 5520, 5517 ] } ] }, { "id": "vp_seat_back_leather_vertical_left", - "fg": [ 5513, 5514, 5515, 5512 ], + "fg": [ 5514, 5515, 5516, 5513 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5513, 5514, 5515, 5512 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5514, 5515, 5516, 5513 ] } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal" ], - "fg": [ 5505, 5507, 5506, 5504 ], + "fg": [ 5506, 5508, 5507, 5505 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5505, 5507, 5506, 5504 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5506, 5508, 5507, 5505 ] } ] }, { "id": [ "vp_reinforced_solar_panel_v2", "vp_xreinforced_solar_panel_v2" ], - "fg": 5546, + "fg": 5547, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5547 } ] + "additional_tiles": [ { "id": "broken", "fg": 5548 } ] }, { "id": [ "vp_reinforced_solar_panel", "vp_xreinforced_solar_panel" ], - "fg": 5544, + "fg": 5545, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5545 } ] + "additional_tiles": [ { "id": "broken", "fg": 5546 } ] }, { "id": [ "vp_solar_panel_v2", "vp_xsolar_panel_v2" ], - "fg": 5550, + "fg": 5551, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5551 } ] + "additional_tiles": [ { "id": "broken", "fg": 5552 } ] }, { "id": [ "vp_solar_panel_v3", "vp_xsolar_panel_v3" ], - "fg": 5552, + "fg": 5553, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5553 } ] + "additional_tiles": [ { "id": "broken", "fg": 5554 } ] }, { "id": [ "vp_solar_panel", "vp_xsolar_panel" ], - "fg": 5548, + "fg": 5549, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5549 } ] + "additional_tiles": [ { "id": "broken", "fg": 5550 } ] }, { "id": [ @@ -8401,228 +8401,228 @@ "vp_mounted_m60_semi" ], "//": "rifles and machineguns", - "fg": 5555, - "bg": 5554, + "fg": 5556, + "bg": 5555, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5555 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5556 } ] }, { "id": [ "vp_mounted_emp_gun", "vp_mounted_plasma_gun", "vp_plasma_gun", "vp_laser_rifle" ], "//": "energy weapons", - "fg": 5555, - "bg": 5554, + "fg": 5556, + "bg": 5555, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5555 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5556 } ] }, { "id": [ "vp_mounted_hk_g80", "vp_mounted_coilgun" ], "//": "railguns", - "fg": 5555, - "bg": 5554, + "fg": 5556, + "bg": 5555, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5555 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5556 } ] }, { "id": [ "vp_mounted_bigun", "vp_mounted_m134" ], "//": "multibarrel weapons", - "fg": 5555, - "bg": 5554, + "fg": 5556, + "bg": 5555, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5555 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5556 } ] }, { "id": [ "vp_watercannon", "vp_flamethrower", "vp_mounted_chemical_thrower" ], "//": "liquid sprayers", - "fg": 5555, - "bg": 5554, + "fg": 5556, + "bg": 5555, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5555 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5556 } ] }, { "id": [ "vp_tow_launcher" ], "//": "rocket tubes", - "fg": 5555, - "bg": 5554, + "fg": 5556, + "bg": 5555, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5555 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5556 } ] }, { "id": "vp_roller_drum", - "fg": 5556, + "fg": 5557, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5556 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5557 } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable" ], - "fg": 5558, + "fg": 5559, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5558 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5559 } ] }, { "id": [ "vp_wheel_bicycle", "vp_wheel_bicycle_steerable" ], - "fg": [ 5564, 5566, 5565, 5563 ], + "fg": [ 5565, 5567, 5566, 5564 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5564, 5566, 5565, 5563 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5565, 5567, 5566, 5564 ] } ] }, { "id": [ "vp_wheel_bicycle_or" ], - "fg": [ 5560, 5562, 5561, 5559 ], + "fg": [ 5561, 5563, 5562, 5560 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5560, 5562, 5561, 5559 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5561, 5563, 5562, 5560 ] } ] }, { "id": [ "vp_wheel_bicycle_or_rear" ], - "fg": [ 5561, 5559, 5560, 5562 ], + "fg": [ 5562, 5560, 5561, 5563 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5561, 5559, 5560, 5562 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5562, 5560, 5561, 5563 ] } ] }, { "id": [ "vp_wheel_small", "vp_wheel_small_steerable" ], - "fg": [ 5568, 5570, 5569, 5567 ], + "fg": [ 5569, 5571, 5570, 5568 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5568, 5570, 5569, 5567 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5569, 5571, 5570, 5568 ] } ] }, { "id": [ "vp_wheel_bicycle_rear" ], - "fg": [ 5565, 5563, 5564, 5566 ], + "fg": [ 5566, 5564, 5565, 5567 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5565, 5563, 5564, 5566 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5566, 5564, 5565, 5567 ] } ] }, { "id": [ "vp_mounted_spare_tire" ], - "fg": 5557, + "fg": 5558, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5557 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5558 } ] }, { "id": [ "vp_wheel_wide" ], - "fg": 5571, + "fg": 5572, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5571 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5572 } ] }, { "id": [ "vp_wheel_wood" ], - "fg": [ 5577, 5579, 5578, 5576 ], + "fg": [ 5578, 5580, 5579, 5577 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5577, 5579, 5578, 5576 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5578, 5580, 5579, 5577 ] } ] }, { "id": [ "vp_wheel_wood_b" ], - "fg": [ 5573, 5575, 5574, 5572 ], + "fg": [ 5574, 5576, 5575, 5573 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5573, 5575, 5574, 5572 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5574, 5576, 5575, 5573 ] } ] }, { "id": [ "vp_yoke_harness" ], - "fg": [ 5583, 5581, 5580, 5582 ], + "fg": [ 5584, 5582, 5581, 5583 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 5583, 5581, 5580, 5582 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5584, 5582, 5581, 5583 ] } ] }, { "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_front_edge" ], - "fg": [ 5584, 5591, 5590, 5589 ], - "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5584, 5591, 5590, 5589 ] } ], + "fg": [ 5585, 5592, 5591, 5590 ], + "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5585, 5592, 5591, 5590 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_horizontal_rear" ], - "fg": [ 5612, 5619, 5618, 5617 ], - "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5612, 5619, 5618, 5617 ] } ], + "fg": [ 5613, 5620, 5619, 5618 ], + "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5613, 5620, 5619, 5618 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_horizontal_front_edge" ], - "fg": [ 5586, 5588, 5587, 5585 ], - "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5586, 5588, 5587, 5585 ] } ], + "fg": [ 5587, 5589, 5588, 5586 ], + "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5587, 5589, 5588, 5586 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_horizontal_rear_edge" ], - "fg": [ 5613, 5616, 5615, 5614 ], - "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 5613, 5616, 5615, 5614 ] } ], + "fg": [ 5614, 5617, 5616, 5615 ], + "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5614, 5617, 5616, 5615 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_nw", - "fg": [ 5604, 5611, 5610, 5609 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5604, 5611, 5610, 5609 ] } ], + "fg": [ 5605, 5612, 5611, 5610 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5605, 5612, 5611, 5610 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_ne", - "fg": [ 5596, 5603, 5602, 5601 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5596, 5603, 5602, 5601 ] } ], + "fg": [ 5597, 5604, 5603, 5602 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5597, 5604, 5603, 5602 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_sw", - "fg": [ 5637, 5639, 5638, 5636 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5637, 5639, 5638, 5636 ] } ], + "fg": [ 5638, 5640, 5639, 5637 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5638, 5640, 5639, 5637 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_se", - "fg": [ 5629, 5631, 5630, 5628 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5629, 5631, 5630, 5628 ] } ], + "fg": [ 5630, 5632, 5631, 5629 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5630, 5632, 5631, 5629 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_nw_edge", - "fg": [ 5606, 5608, 5607, 5605 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5606, 5608, 5607, 5605 ] } ], + "fg": [ 5607, 5609, 5608, 5606 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5607, 5609, 5608, 5606 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_ne_edge", - "fg": [ 5598, 5600, 5599, 5597 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5598, 5600, 5599, 5597 ] } ], + "fg": [ 5599, 5601, 5600, 5598 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5599, 5601, 5600, 5598 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_sw_edge", - "fg": [ 5632, 5635, 5634, 5633 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5632, 5635, 5634, 5633 ] } ], + "fg": [ 5633, 5636, 5635, 5634 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5633, 5636, 5635, 5634 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_se_edge", - "fg": [ 5624, 5627, 5626, 5625 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5624, 5627, 5626, 5625 ] } ], + "fg": [ 5625, 5628, 5627, 5626 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5625, 5628, 5627, 5626 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_vertical_left", "vp_windshield_left" ], - "fg": [ 5592, 5595, 5594, 5593 ], - "additional_tiles": [ { "id": "broken", "fg": 5196, "bg": [ 5592, 5595, 5594, 5593 ] } ], + "fg": [ 5593, 5596, 5595, 5594 ], + "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5593, 5596, 5595, 5594 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_vertical_right", "vp_windshield_right" ], - "fg": [ 5620, 5623, 5622, 5621 ], - "additional_tiles": [ { "id": "broken", "fg": 5197, "bg": [ 5620, 5623, 5622, 5621 ] } ], + "fg": [ 5621, 5624, 5623, 5622 ], + "additional_tiles": [ { "id": "broken", "fg": 5198, "bg": [ 5621, 5624, 5623, 5622 ] } ], "multitile": true, "rotates": true }, @@ -8633,283 +8633,283 @@ "vp_reinforced_windshield_horizontal_front", "vp_reinforced_windshield_front_edge" ], - "fg": 5640, + "fg": 5641, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5640 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5641 } ] }, { "id": [ "vp_reinforced_windshield_horizontal_rear" ], - "fg": 5641, + "fg": 5642, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5641 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5642 } ] }, { "id": [ "vp_reinforced_windshield_horizontal_rear_edge" ], - "fg": 5642, + "fg": 5643, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5642 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5643 } ] }, { "id": "vp_reinforced_windshield_nw", - "fg": 5644, + "fg": 5645, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5644 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5645 } ] }, { "id": "vp_reinforced_windshield_ne", - "fg": 5643, + "fg": 5644, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5643 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5644 } ] }, { "id": "vp_reinforced_windshield_sw", - "fg": 5647, + "fg": 5648, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5647 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5648 } ] }, { "id": "vp_reinforced_windshield_se", - "fg": 5645, + "fg": 5646, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5645 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5646 } ] }, { "id": "vp_reinforced_windshield_sw_edge", - "fg": 5648, + "fg": 5649, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5648 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5649 } ] }, { "id": "vp_reinforced_windshield_se_edge", - "fg": 5646, + "fg": 5647, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5646 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5647 } ] }, { "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], - "fg": 5649, + "fg": 5650, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5649 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5650 } ] }, { "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], - "fg": 5650, + "fg": 5651, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5650 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5651 } ] }, { "id": "vp_frame_wood_handle", - "fg": 5651, + "fg": 5652, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5651 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5652 } ] }, { "id": "vp_frame_wood_light_handle", - "fg": 5651, + "fg": 5652, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5651 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5652 } ] }, { "id": "vp_frame_wood_vertical_2", - "fg": 5672, + "fg": 5673, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5672 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5673 } ] }, { "id": "vp_frame_wood_vertical_2_unconnected", - "fg": 5675, + "fg": 5676, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5675 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5676 } ] }, { "id": "vp_frame_wood_vertical_2_right", - "fg": 5674, + "fg": 5675, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5674 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5675 } ] }, { "id": "vp_frame_wood_vertical_2_left", - "fg": 5673, + "fg": 5674, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5673 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5674 } ] }, { "id": "vp_frame_wood_vertical", - "fg": 5671, + "fg": 5672, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5671 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5672 } ] }, { "id": "vp_frame_wood_vertical_unconnected", - "fg": 5678, + "fg": 5679, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5678 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5679 } ] }, { "id": "vp_frame_wood_vertical_right", - "fg": 5677, + "fg": 5678, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5677 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5678 } ] }, { "id": "vp_frame_wood_vertical_left", - "fg": 5676, + "fg": 5677, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5676 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5677 } ] }, { "id": "vp_frame_wood_sw", - "fg": 5670, + "fg": 5671, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5670 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5671 } ] }, { "id": "vp_frame_wood_se", - "fg": 5669, + "fg": 5670, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5669 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5670 } ] }, { "id": "vp_frame_wood_nw", - "fg": 5668, + "fg": 5669, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5668 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5669 } ] }, { "id": "vp_frame_wood_ne", - "fg": 5667, + "fg": 5668, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5667 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5668 } ] }, { "id": "vp_frame_wood_horizontal_2", - "fg": 5656, + "fg": 5657, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5656 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5657 } ] }, { "id": "vp_frame_wood_horizontal_2_unconnected", - "fg": 5661, + "fg": 5662, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5661 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5662 } ] }, { "id": "vp_frame_wood_horizontal_2_right", - "fg": 5660, + "fg": 5661, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5660 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5661 } ] }, { "id": "vp_frame_wood_horizontal_2_rear", - "fg": 5659, + "fg": 5660, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5659 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5660 } ] }, { "id": "vp_frame_wood_horizontal_2_left", - "fg": 5658, + "fg": 5659, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5658 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5659 } ] }, { "id": "vp_frame_wood_horizontal_2_front", - "fg": 5657, + "fg": 5658, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5657 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5658 } ] }, { "id": "vp_frame_wood_horizontal", - "fg": 5655, + "fg": 5656, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5655 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5656 } ] }, { "id": "vp_frame_wood_horizontal_unconnected", - "fg": 5666, + "fg": 5667, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5666 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5667 } ] }, { "id": "vp_frame_wood_horizontal_right", - "fg": 5665, + "fg": 5666, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5665 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5666 } ] }, { "id": "vp_frame_wood_horizontal_rear", - "fg": 5664, + "fg": 5665, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5664 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5665 } ] }, { "id": "vp_frame_wood_horizontal_left", - "fg": 5663, + "fg": 5664, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5663 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5664 } ] }, { "id": "vp_frame_wood_horizontal_front", - "fg": 5662, + "fg": 5663, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5662 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5663 } ] }, { "id": "vp_frame_wood_cross", - "fg": 5653, + "fg": 5654, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5653 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5654 } ] }, { "id": [ "vp_frame_wood_cross_unconnected", "vp_frame_wood", "frame_wood" ], - "fg": 5654, + "fg": 5655, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5654 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5655 } ] }, { "id": "vp_frame_wood_cover", - "fg": 5652, + "fg": 5653, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": 5652 } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": 5653 } ] }, { "id": "overlay_female_mutation_BARK", "fg": 137 }, { "id": "overlay_female_mutation_BEAK", "fg": 138 }, @@ -8957,1177 +8957,1178 @@ { "id": "overlay_wielded_scalpel", "fg": 516 }, { "id": "overlay_wielded_jackhammer", "fg": 518 }, { "id": "overlay_wielded_jerrycan_big", "fg": 519 }, - { "id": "overlay_female_worn_boots_rubber", "fg": 883 }, - { "id": "overlay_male_worn_boots_rubber", "fg": 884 }, - { "id": "overlay_worn_bookplate", "fg": 892 }, - { "id": "overlay_worn_broken_dimensional_anchor", "fg": 893 }, - { "id": "overlay_worn_diamond_dental_grill", "fg": 898 }, - { "id": "overlay_worn_dimensional_anchor", "fg": 900 }, - { "id": "overlay_worn_dimensional_anchor_on", "fg": 901 }, - { "id": "overlay_worn_eclipse_glasses", "fg": 904 }, - { "id": "overlay_worn_fancy_glasses_bifocal", "fg": 906 }, - { "id": "overlay_worn_fancy_glasses_eye", "fg": 907 }, - { "id": "overlay_worn_fancy_glasses_reading", "fg": 908 }, - { "id": "overlay_worn_fanny", "fg": 909 }, - { "id": "overlay_worn_fur_cat_tail", "fg": 913 }, - { "id": "overlay_worn_fur_collar", "fg": 914 }, - { "id": "overlay_worn_glasses_bifocal", "fg": 915 }, - { "id": "overlay_worn_glasses_eye", "fg": 916 }, - { "id": "overlay_worn_glasses_reading", "fg": 917 }, - { "id": "overlay_worn_gloves_rubber", "fg": 919 }, - { "id": "overlay_worn_gold_ear", "fg": 920 }, - { "id": "overlay_worn_helmet_motor_raised", "fg": 926 }, - { "id": "overlay_worn_leather_collar", "fg": 928 }, - { "id": "overlay_worn_silver_watch", "fg": 941 }, - { "id": "overlay_worn_sunglasses_bifocal", "fg": 944 }, - { "id": "overlay_worn_sunglasses_eye", "fg": 945 }, - { "id": "overlay_worn_sunglasses_reading", "fg": 946 }, - { "id": "overlay_worn_chestguard_hard", "fg": 951 }, - { "id": "overlay_worn_modularvest", "fg": 952 }, - { "id": "fd_biolum", "fg": 1062 }, - { "id": "1585_f_table_0", "fg": 1313 }, - { "id": "1586_f_table_1", "fg": 1314 }, - { "id": "1587_f_table_2", "fg": 1315 }, - { "id": "1588_f_table_3", "fg": 1316 }, - { "id": "1589_f_table_4", "fg": 1317 }, - { "id": "1590_f_table_5", "fg": 1318 }, - { "id": "f_alien_scar", "fg": 1352 }, - { "id": "f_anvil", "fg": 1353 }, - { "id": "f_birdbath", "fg": 1354 }, - { "id": "f_brazier", "fg": 1355 }, - { "id": "f_bulletin", "fg": 1356 }, - { "id": "f_chimney", "fg": 1357 }, - { "id": "f_dandelion", "fg": 1358 }, - { "id": "f_exercise", "fg": 1359 }, - { "id": "f_logstool", "fg": 1360 }, - { "id": "f_pillow_fort", "fg": 1361 }, - { "id": "f_roof_turbine_vent", "fg": 1362 }, - { "id": "f_sink", "fg": 1363 }, - { "id": "f_solar_unit", "fg": 1364 }, - { "id": "f_vent_pipe", "fg": 1365 }, - { "id": "f_crate_c", "fg": 1398 }, - { "id": "f_crate_o", "fg": 1399 }, - { "id": "f_curtain_open", "fg": 1442 }, - { "id": "f_dresser", "fg": 1461 }, - { "id": "f_floor_lamp", "fg": 1466 }, - { "id": "f_gazing_ball", "fg": 1467 }, - { "id": "f_glowingbulb", "fg": 1468 }, - { "id": "f_oven", "fg": 1484 }, - { "id": "f_skin_wall_t_connection_e", "fg": 1499 }, - { "id": "f_speaker_cabinet", "fg": 1501 }, - { "id": "f_workbench", "fg": 1518 }, - { "id": "f_black_eyed_susan", "fg": 1519 }, - { "id": "f_bluebell", "fg": 1520 }, - { "id": "f_burdock", "fg": 1521 }, - { "id": "f_chamomile", "fg": 1522 }, - { "id": "f_chicory", "fg": 1523 }, - { "id": "f_dahlia", "fg": 1524 }, - { "id": "f_datura", "fg": 1525 }, - { "id": "f_flower_spurge", "fg": 1526 }, - { "id": "f_flower_tulip", "fg": 1527 }, - { "id": "f_lily", "fg": 1528 }, - { "id": "f_mustard", "fg": 1529 }, - { "id": "f_mutpoppy", "fg": 1530 }, - { "id": "f_sunflower", "fg": 1531 }, - { "id": "30gal_drum", "fg": 1533 }, - { "id": "adhesive_bandages", "fg": 1534 }, - { "id": "airhorn", "fg": 1535 }, - { "id": "alloy_plate", "fg": 1536 }, - { "id": "amplifier_head", "fg": 1537 }, - { "id": "anvil", "fg": 1538 }, - { "id": "arm_warmers", "fg": 1539 }, - { "id": "autoclave", "fg": 1540 }, - { "id": "bag_plastic", "fg": 1541 }, - { "id": "boltcutters", "fg": 1542 }, - { "id": "bookplate", "fg": 1543 }, - { "id": "bottle_opener", "fg": 1544 }, - { "id": "bow_saw", "fg": 1545 }, - { "id": "boxing_gloves", "fg": 1546 }, - { "id": "broken_dimensional_anchor", "fg": 1547 }, - { "id": "bucket", "fg": 1548 }, - { "id": "butane_tank", "fg": 1549 }, - { "id": "cable_instrument", "fg": 1550 }, - { "id": "cable_xlr", "fg": 1551 }, - { "id": "can_food", "fg": 1552 }, - { "id": "can_opener", "fg": 1553 }, - { "id": "candle", "fg": 1554 }, - { "id": "candle_lit", "fg": 1555 }, - { "id": "cell_phone", "fg": 1556 }, - { "id": "chess", "fg": 1557 }, - { "id": "chopsticks", "fg": 1558 }, - { "id": "clamp", "fg": 1559 }, - { "id": "clay_pot_flower", "fg": 1560 }, - { "id": "comb_pocket", "fg": 1561 }, - { "id": "condom", "fg": 1562 }, - { "id": "cookies", "fg": 1563 }, - { "id": "cutting_board", "fg": 1564 }, - { "id": "dehydrator", "fg": 1565 }, - { "id": "dimensional_anchor", "fg": 1566 }, - { "id": "dimensional_anchor_on", "fg": 1567 }, - { "id": "dnd", "fg": 1568 }, - { "id": "eclipse_glasses", "fg": 1569 }, - { "id": "eyedrops", "fg": 1570 }, - { "id": "fan", "fg": 1571 }, - { "id": "fancy_glasses_bifocal", "fg": 1572 }, - { "id": "fancy_glasses_eye", "fg": 1573 }, - { "id": "fancy_glasses_reading", "fg": 1574 }, - { "id": "feather", "fg": 1575 }, - { "id": "fetid_goop", "fg": 1576 }, - { "id": "flask_hip", "fg": 1577 }, - { "id": "frisbee", "fg": 1579 }, - { "id": "funnel", "fg": 1580 }, - { "id": "glass_sheet", "fg": 1581 }, - { "id": "glasses_bifocale", "fg": 1582 }, - { "id": "glasses_eye", "fg": 1583 }, - { "id": "glasses_reading", "fg": 1584 }, - { "id": "hair_dryer", "fg": 1585 }, - { "id": "hammer_sledge", "fg": 1586 }, - { "id": "hammer_sledge_heavy", "fg": 1587 }, - { "id": "hammer_sledge_short", "fg": 1588 }, - { "id": "hinge", "fg": 1589 }, - { "id": "hotplate", "fg": 1590 }, - { "id": "kettle", "fg": 1591 }, - { "id": "knife_paring", "fg": 1592 }, - { "id": "knife_steak", "fg": 1593 }, - { "id": "knit_scarf", "fg": 1594 }, - { "id": "licorice", "fg": 1595 }, - { "id": "material_limestone", "fg": 1596 }, - { "id": "material_rhodonite", "fg": 1597 }, - { "id": "material_rocksalt", "fg": 1598 }, - { "id": "material_zincite", "fg": 1599 }, - { "id": "mattress", "fg": 1600 }, - { "id": "meat", "fg": 1601 }, - { "id": "meat_tainted", "fg": 1602 }, - { "id": "mil_plate", "fg": 1603 }, - { "id": "mobile_memory_card", "fg": 1604 }, - { "id": "motor_tiny", "fg": 1606 }, - { "id": "mp3", "fg": 1607 }, - { "id": "nanomaterial", "fg": 1608 }, - { "id": "office_holepunch", "fg": 1609 }, - { "id": "paper", "fg": 1610 }, - { "id": "pencil", "fg": 1611 }, - { "id": "permanent_marker", "fg": 1612 }, - { "id": "pipe_fittings", "fg": 1613 }, - { "id": "plastic_straw", "fg": 1614 }, - { "id": "plums", "fg": 1615 }, - { "id": "radio", "fg": 1616 }, - { "id": "radio_on", "fg": 1617 }, - { "id": "rake_plastic", "fg": 1618 }, - { "id": "rapier", "fg": 1619 }, - { "id": "rapier_fake", "fg": 1620 }, - { "id": "rc_car_box", "fg": 1621 }, - { "id": "rebreather_filter", "fg": 1622 }, - { "id": "reinforced_glass_pane", "fg": 1623 }, - { "id": "rhubarb", "fg": 1624 }, - { "id": "rock_flaking", "fg": 1625 }, - { "id": "rock_large", "fg": 1626 }, - { "id": "rock_quern", "fg": 1627 }, - { "id": "rock_sock", "fg": 1628 }, - { "id": "sandpaper", "fg": 1629 }, - { "id": "screwdriver_set", "fg": 1630 }, - { "id": "sm_extinguisher", "fg": 1631 }, - { "id": "spoon", "fg": 1632 }, - { "id": "spray_can", "fg": 1633 }, - { "id": "standard_template_construct", "fg": 1634 }, - { "id": "steel_armor", "fg": 1635 }, - { "id": "steel_plate", "fg": 1636 }, - { "id": "stereo", "fg": 1637 }, - { "id": "stock_pot", "fg": 1638 }, - { "id": "sunglasses", "fg": 1639 }, - { "id": "sunglasses_bifocal", "fg": 1640 }, - { "id": "sunglasses_eye", "fg": 1641 }, - { "id": "sunglasses_reading", "fg": 1642 }, - { "id": "swat_armor", "fg": 1643 }, - { "id": "syringe", "fg": 1644 }, - { "id": "teleumbrella", "fg": 1645 }, - { "id": "toolbox_empty", "fg": 1646 }, - { "id": "tux", "fg": 1647 }, - { "id": "two_way_radio", "fg": 1648 }, - { "id": "vh_autoclave", "fg": 1649 }, - { "id": "wetsuit_spring", "fg": 1650 }, - { "id": "wool_suit", "fg": 1651 }, - { "id": "wrapper", "fg": 1652 }, - { "id": "SICP", "fg": 1653 }, - { "id": "book_fict_soft_ya_rwya", "fg": 1654 }, - { "id": "book_pieces", "fg": 1655 }, - { "id": "manual_first_aid", "fg": 1666 }, - { "id": "novel_adventure", "fg": 1667 }, - { "id": "novel_buddy", "fg": 1668 }, - { "id": "novel_coa", "fg": 1669 }, - { "id": "novel_coa2", "fg": 1670 }, - { "id": "novel_crime", "fg": 1671 }, - { "id": "novel_crime2", "fg": 1672 }, - { "id": "novel_drama", "fg": 1673 }, - { "id": "novel_erotic", "fg": 1674 }, - { "id": "novel_experimental", "fg": 1675 }, - { "id": "novel_fantasy", "fg": 1676 }, - { "id": "novel_horror", "fg": 1677 }, - { "id": "novel_mystery", "fg": 1678 }, - { "id": "novel_pulp", "fg": 1679 }, - { "id": "novel_road", "fg": 1680 }, - { "id": "novel_romance", "fg": 1681 }, - { "id": "novel_samurai", "fg": 1682 }, - { "id": "novel_satire", "fg": 1683 }, - { "id": "novel_scifi", "fg": 1684 }, - { "id": "novel_sports", "fg": 1685 }, - { "id": "novel_spy", "fg": 1686 }, - { "id": "novel_swash", "fg": 1687 }, - { "id": "novel_thriller", "fg": 1688 }, - { "id": "novel_tragedy", "fg": 1689 }, - { "id": "novel_war", "fg": 1690 }, - { "id": "novel_war2", "fg": 1691 }, - { "id": "novel_western", "fg": 1692 }, - { "id": "paperback_novel", "fg": 1693 }, - { "id": "winemaking_beginner", "fg": 1694 }, - { "id": "mre_box", "fg": 1696 }, - { "id": "mre_lemontuna_box", "fg": 1699 }, - { "id": "rifle_case_soft", "fg": 1753 }, - { "id": "rifle_case_soft_2", "fg": 1754 }, - { "id": "rifle_case_soft_leather_2", "fg": 1756 }, - { "id": "rucksack", "fg": 1757 }, - { "id": "bubblewrap", "fg": 1778 }, - { "id": "clay_quern", "fg": 1789 }, - { "id": "balaclava", "fg": 1791 }, - { "id": "beret", "fg": 1792 }, - { "id": "boxer_briefs", "fg": 1793 }, - { "id": "boxer_shorts", "fg": 1794 }, - { "id": "boy_shorts", "fg": 1795 }, - { "id": "bra", "fg": 1796 }, - { "id": "briefs", "fg": 1797 }, - { "id": "coat_lab", "fg": 1798 }, - { "id": "corset", "fg": 1799 }, - { "id": "cowboy_hat", "fg": 1800 }, - { "id": "hat_ball", "fg": 1801 }, - { "id": "hat_cotton", "fg": 1802 }, - { "id": "hat_fur", "fg": 1803 }, - { "id": "helmet_barbute", "fg": 1804 }, - { "id": "helmet_chitin", "fg": 1805 }, - { "id": "helmet_kabuto", "fg": 1806 }, - { "id": "hoodie", "fg": 1807 }, - { "id": "jeans", "fg": 1808 }, - { "id": "longshirt", "fg": 1809 }, - { "id": "mask_dust", "fg": 1810 }, - { "id": "polo_shirt", "fg": 1811 }, - { "id": "ragpouch", "fg": 1812 }, - { "id": "skirt", "fg": 1813 }, - { "id": "sneakers", "fg": 1814 }, - { "id": "socks", "fg": 1815 }, - { "id": "striped_pants", "fg": 1816 }, - { "id": "striped_shirt", "fg": 1817 }, - { "id": "sweater", "fg": 1818 }, - { "id": "sweatshirt", "fg": 1819 }, - { "id": "tshirt", "fg": 1820 }, - { "id": "turban", "fg": 1821 }, - { "id": "cola", "fg": 1859 }, - { "id": "juice", "fg": 1863 }, - { "id": "milk", "fg": 1865 }, - { "id": "purple_drink", "fg": 1869 }, - { "id": "tomato_juice", "fg": 1870 }, - { "id": "vinegar", "fg": 1871 }, - { "id": "plunger_futuristic", "fg": 1921 }, - { "id": "plunger_toilet", "fg": 1922 }, - { "id": "portable_game", "fg": 1924 }, - { "id": "towel", "fg": 1988 }, - { "id": "towel_soiled", "fg": 1989 }, - { "id": "towel_wet", "fg": 1990 }, - { "id": "1895sbl", "fg": 1998 }, - { "id": "AT4", "fg": 1999 }, - { "id": "LAW", "fg": 2000 }, - { "id": "M24", "fg": 2001 }, - { "id": "RPG", "fg": 2002 }, - { "id": "USAS_12", "fg": 2003 }, - { "id": "airspeargun", "fg": 2004 }, - { "id": "ak74", "fg": 2006 }, - { "id": "american_180", "fg": 2007 }, - { "id": "an94", "fg": 2008 }, - { "id": "ar10", "fg": 2009 }, - { "id": "ar15", "fg": 2010 }, - { "id": "arx160", "fg": 2011 }, - { "id": "as50", "fg": 2012 }, - { "id": "atgm_launcher", "fg": 2013 }, - { "id": "bbgun", "fg": 2014 }, - { "id": "bfg50", "fg": 2015 }, - { "id": "bh_m89", "fg": 2016 }, - { "id": "blunderbuss", "fg": 2017 }, - { "id": "browning_blr", "fg": 2018 }, - { "id": "chemical_thrower", "fg": 2020 }, - { "id": "coilgun", "fg": 2021 }, - { "id": "colt_lightning", "fg": 2022 }, - { "id": "colt_ro635", "fg": 2023 }, - { "id": "combination_gun", "fg": 2024 }, - { "id": "cx4", "fg": 2025 }, - { "id": "doublespeargun", "fg": 2026 }, - { "id": "emp_gun", "fg": 2027 }, - { "id": "famas", "fg": 2028 }, - { "id": "flamethrower", "fg": 2029 }, - { "id": "fn_fal", "fg": 2030 }, - { "id": "fs2000", "fg": 2031 }, - { "id": "ftk93", "fg": 2032 }, - { "id": "garand", "fg": 2033 }, - { "id": "heavy_rail_rifle", "fg": 2034 }, - { "id": "helsing", "fg": 2035 }, - { "id": "henry_big_boy", "fg": 2036 }, - { "id": "hk417_13", "fg": 2037 }, - { "id": "hk_g3", "fg": 2038 }, - { "id": "hk_g36", "fg": 2039 }, - { "id": "hk_g80", "fg": 2040 }, - { "id": "hk_mp5k", "fg": 2041 }, - { "id": "hk_mp5sd", "fg": 2042 }, - { "id": "iwi_tavor_x95_300blk", "fg": 2043 }, - { "id": "ksg-25", "fg": 2044 }, - { "id": "ksg", "fg": 2045 }, - { "id": "ksub2000", "fg": 2046 }, - { "id": "laser_cannon", "fg": 2047 }, - { "id": "laser_rifle", "fg": 2048 }, - { "id": "lever_shotgun", "fg": 2049 }, - { "id": "longrifle_flintlock", "fg": 2050 }, - { "id": "m107a1", "fg": 2051 }, - { "id": "m110a1", "fg": 2052 }, - { "id": "m134", "fg": 2053 }, - { "id": "m14ebr", "fg": 2054 }, - { "id": "m1903", "fg": 2057 }, - { "id": "m1918", "fg": 2058 }, - { "id": "m1a", "fg": 2059 }, - { "id": "m2010", "fg": 2060 }, - { "id": "m231pfw", "fg": 2061 }, - { "id": "m240", "fg": 2062 }, - { "id": "m27_assault_rifle_var_h&k416a5", "fg": 2064 }, - { "id": "m27_assault_rifle_var_m27iar", "fg": 2065 }, - { "id": "m27_assault_rifle_var_m38dmr", "fg": 2066 }, - { "id": "m27_assault_rifle_var_scar_l", "fg": 2067 }, - { "id": "m2browning", "fg": 2068 }, - { "id": "m2browning_sawn", "fg": 2069 }, - { "id": "m3_carlgustav", "fg": 2070 }, - { "id": "m4_carbine_var_m4a1", "fg": 2071 }, - { "id": "m4_carlgustav", "fg": 2072 }, - { "id": "m79", "fg": 2074 }, - { "id": "mark19", "fg": 2075 }, - { "id": "marlin_9a", "fg": 2076 }, - { "id": "mininuke_launcher", "fg": 2077 }, - { "id": "mosin44", "fg": 2078 }, - { "id": "mosin44_ebr", "fg": 2079 }, - { "id": "mosin91_30", "fg": 2080 }, - { "id": "mosin91_30_ebr", "fg": 2081 }, - { "id": "mossberg_500", "fg": 2082 }, - { "id": "mossberg_500_var_mossberg_500_security", "fg": 2083 }, - { "id": "mossberg_590", "fg": 2084 }, - { "id": "mossberg_590_var_SPAS_12", "fg": 2085 }, - { "id": "mossberg_930", "fg": 2086 }, - { "id": "mossberg_930_var_m1014", "fg": 2087 }, - { "id": "mp18", "fg": 2088 }, - { "id": "needlegun", "fg": 2090 }, - { "id": "pamd68", "fg": 2091 }, - { "id": "pamd71z", "fg": 2092 }, - { "id": "pipe_combination_gun", "fg": 2093 }, - { "id": "plasma_gun", "fg": 2094 }, - { "id": "plasma_rifle", "fg": 2095 }, - { "id": "ppsh", "fg": 2096 }, - { "id": "rebar_rifle", "fg": 2097 }, - { "id": "remington700_270", "fg": 2098 }, - { "id": "remington_700", "fg": 2099 }, - { "id": "remington_870", "fg": 2100 }, - { "id": "remington_870_breacher", "fg": 2101 }, - { "id": "remington_870_express", "fg": 2102 }, - { "id": "remington_870_var_browning_a5", "fg": 2103 }, - { "id": "remington_870_var_remington_1100", "fg": 2104 }, - { "id": "rifle_flintlock", "fg": 2105 }, - { "id": "rm120c", "fg": 2106 }, - { "id": "rm20", "fg": 2107 }, - { "id": "rm298", "fg": 2108 }, - { "id": "rm451_flamethrower", "fg": 2109 }, - { "id": "rm51_assault_rifle", "fg": 2110 }, - { "id": "rm614_lmg", "fg": 2111 }, - { "id": "rm802", "fg": 2112 }, - { "id": "rm88_battle_rifle", "fg": 2113 }, - { "id": "ruger_1022", "fg": 2114 }, - { "id": "ruger_mini", "fg": 2115 }, - { "id": "saiga_12", "fg": 2116 }, - { "id": "saiga_410", "fg": 2117 }, - { "id": "savage_111f", "fg": 2118 }, - { "id": "scar_h", "fg": 2119 }, - { "id": "sharps", "fg": 2120 }, - { "id": "shotgun_410", "fg": 2121 }, - { "id": "shotgun_d", "fg": 2122 }, - { "id": "shotgun_s", "fg": 2123 }, - { "id": "sig552", "fg": 2124 }, - { "id": "sig_mcx_rattler_sbr", "fg": 2125 }, - { "id": "skorpion_82", "fg": 2126 }, - { "id": "sks", "fg": 2127 }, - { "id": "smg_9mm", "fg": 2129 }, - { "id": "speargun", "fg": 2130 }, - { "id": "sten", "fg": 2131 }, - { "id": "steyr_aug", "fg": 2132 }, - { "id": "surv_rocket_launcher", "fg": 2133 }, - { "id": "survivor_special_700", "fg": 2134 }, - { "id": "tac50", "fg": 2135 }, - { "id": "tavor_12", "fg": 2136 }, - { "id": "tihar", "fg": 2137 }, - { "id": "tommygun", "fg": 2138 }, - { "id": "trex_gun", "fg": 2139 }, - { "id": "weatherby_5", "fg": 2140 }, - { "id": "win70", "fg": 2141 }, - { "id": "winchester_1887", "fg": 2142 }, - { "id": "winchester_1897", "fg": 2143 }, - { "id": "broadsword", "fg": 2144 }, - { "id": "cards_magic", "fg": 2145 }, - { "id": "corpse", "fg": 2146 }, - { "id": "corpse_mon_mosquito_giant", "fg": 2193 }, - { "id": "corpse_mon_mosquito_small", "fg": 2194 }, - { "id": "corpse_mon_mantis_giant", "fg": 2253 }, - { "id": "corpse_mon_spawn_raptor", "fg": 2254 }, - { "id": "corpse_mon_spawn_raptor_shady", "fg": 2255 }, - { "id": "corpse_mon_zombie_nullfield", "fg": 2256 }, - { "id": "foodperson_mask", "fg": 2257 }, - { "id": "foodperson_mask_on", "fg": 2258 }, - { "id": "gloves_fingerless", "fg": 2259 }, - { "id": "gloves_leather", "fg": 2260 }, - { "id": "gloves_liner", "fg": 2261 }, - { "id": "hand_pump", "fg": 2262 }, - { "id": "inflatable_dragon", "fg": 2263 }, - { "id": "analytical_set_basic", "fg": 2264 }, - { "id": "balance_small", "fg": 2265 }, - { "id": "bandages_makeshift_bleached", "fg": 2267 }, - { "id": "beaker", "fg": 2268 }, - { "id": "flask_glass", "fg": 2269 }, - { "id": "gradcylinder", "fg": 2270 }, - { "id": "ph_meter", "fg": 2271 }, - { "id": "rack_test_tube", "fg": 2272 }, - { "id": "spectrophotometer", "fg": 2273 }, - { "id": "test_tube", "fg": 2274 }, - { "id": "voltmeter", "fg": 2275 }, - { "id": "10mm", "fg": 2276 }, - { "id": "223", "fg": 2277 }, - { "id": "22_cb", "fg": 2278 }, - { "id": "22_fmj", "fg": 2279 }, - { "id": "22_lr", "fg": 2280 }, - { "id": "22_ratshot", "fg": 2281 }, - { "id": "3006_incendiary", "fg": 2282 }, - { "id": "36navy", "fg": 2283 }, - { "id": "38_special", "fg": 2284 }, - { "id": "38_super", "fg": 2285 }, - { "id": "40fmj", "fg": 2286 }, - { "id": "40mm_flechet", "fg": 2287 }, - { "id": "40mm_shot", "fg": 2288 }, - { "id": "44army", "fg": 2289 }, - { "id": "44magnum", "fg": 2290 }, - { "id": "45_acp", "fg": 2291 }, - { "id": "45_jhp", "fg": 2292 }, - { "id": "500_Magnum", "fg": 2293 }, - { "id": "50match", "fg": 2294 }, - { "id": "545-ap", "fg": 2295 }, - { "id": "762_51", "fg": 2296 }, - { "id": "762_51_incendiary", "fg": 2297 }, - { "id": "762_m43", "fg": 2298 }, - { "id": "9mmP", "fg": 2299 }, - { "id": "9mmfmj", "fg": 2300 }, - { "id": "abstractmap", "fg": 2301 }, - { "id": "acidchitin_piece", "fg": 2302 }, - { "id": "acidchitin_plate", "fg": 2303 }, - { "id": "acoustic_guitar", "fg": 2304 }, - { "id": "aluminum_foil", "fg": 2305 }, - { "id": "ammonia", "fg": 2306 }, - { "id": "arming_sword", "fg": 2307 }, - { "id": "armor_lorica", "fg": 2308 }, - { "id": "arrowrest", "fg": 2309 }, - { "id": "atgm_heat", "fg": 2310 }, - { "id": "atomic_coffee", "fg": 2311 }, - { "id": "b_paint", "fg": 2312 }, - { "id": "bag_canvas_small", "fg": 2313 }, - { "id": "bagpipes", "fg": 2314 }, - { "id": "ballistic_vest_esapi", "fg": 2315 }, - { "id": "banjo", "fg": 2316 }, - { "id": "barley", "fg": 2317 }, - { "id": "basketball", "fg": 2318 }, - { "id": "battleaxe", "fg": 2319 }, - { "id": "beer", "fg": 2320 }, - { "id": "belgian_ale", "fg": 2321 }, - { "id": "bfipowder", "fg": 2323 }, - { "id": "bindle", "fg": 2324 }, - { "id": "bio_int_enhancer", "fg": 2325 }, - { "id": "birchbark", "fg": 2326 }, - { "id": "bismuth", "fg": 2327 }, - { "id": "blanket", "fg": 2328 }, - { "id": "bleach", "fg": 2329 }, - { "id": "blueberries_cooked", "fg": 2330 }, - { "id": "boiled_egg", "fg": 2331 }, - { "id": "bone_flute", "fg": 2332 }, - { "id": "bone_human", "fg": 2333 }, - { "id": "boots_acidchitin", "fg": 2334 }, - { "id": "boots_bunker", "fg": 2335 }, - { "id": "boots_hsurvivor", "fg": 2336 }, - { "id": "boots_lsurvivor", "fg": 2337 }, - { "id": "boots_survivor", "fg": 2338 }, - { "id": "boots_western", "fg": 2339 }, - { "id": "bottle_folding", "fg": 2340 }, - { "id": "bottle_metal", "fg": 2341 }, - { "id": "bottle_plastic_smal", "fg": 2342 }, - { "id": "bowling_pin", "fg": 2343 }, - { "id": "briefcase", "fg": 2344 }, - { "id": "broken_manhack", "fg": 2345 }, - { "id": "broken_skitterbot", "fg": 2346 }, - { "id": "broth_bone", "fg": 2347 }, - { "id": "bum_wine", "fg": 2348 }, - { "id": "camisole", "fg": 2349 }, - { "id": "can_food_unsealed", "fg": 2350 }, - { "id": "case_violin", "fg": 2351 }, - { "id": "cattail_rhizome", "fg": 2352 }, - { "id": "cattail_stalk", "fg": 2353 }, - { "id": "cell_phone_flashlight", "fg": 2354 }, - { "id": "ceramic_armor", "fg": 2355 }, - { "id": "ceramic_shard", "fg": 2356 }, - { "id": "chainmail_arms", "fg": 2357 }, - { "id": "chainmail_hauberk", "fg": 2358 }, - { "id": "chainmail_hood", "fg": 2359 }, - { "id": "chainmail_legs", "fg": 2360 }, - { "id": "chainmail_vest", "fg": 2361 }, - { "id": "chem_aluminium_powder", "fg": 2362 }, - { "id": "chem_aluminium_sulphate", "fg": 2363 }, - { "id": "chem_hexamine", "fg": 2364 }, - { "id": "chestwrap", "fg": 2365 }, - { "id": "chestwrap_fur", "fg": 2366 }, - { "id": "chestwrap_leather", "fg": 2367 }, - { "id": "chestwrap_wool", "fg": 2368 }, - { "id": "chili", "fg": 2369 }, - { "id": "chili_pepper", "fg": 2370 }, - { "id": "chipper", "fg": 2371 }, - { "id": "choc_drink", "fg": 2372 }, - { "id": "chocpretzels", "fg": 2373 }, - { "id": "cig_butt", "fg": 2374 }, - { "id": "cig_lit", "fg": 2375 }, - { "id": "clarinet", "fg": 2376 }, - { "id": "coffee", "fg": 2377 }, - { "id": "colamdew", "fg": 2378 }, - { "id": "con_milk", "fg": 2379 }, - { "id": "con_mix", "fg": 2380 }, - { "id": "concrete", "fg": 2381 }, - { "id": "contacts", "fg": 2382 }, - { "id": "cooking_oil", "fg": 2383 }, - { "id": "copper", "fg": 2384 }, - { "id": "copper_bracelet", "fg": 2385 }, - { "id": "copper_knife", "fg": 2386 }, - { "id": "corndogs_cooked", "fg": 2387 }, - { "id": "corndogs_frozen", "fg": 2388 }, - { "id": "cow_bell", "fg": 2389 }, - { "id": "crispycran", "fg": 2390 }, - { "id": "crown_golden", "fg": 2391 }, - { "id": "cs_lajatang_off", "fg": 2392 }, - { "id": "cured_hide", "fg": 2393 }, - { "id": "cured_pelt", "fg": 2394 }, - { "id": "curry_meat", "fg": 2395 }, - { "id": "curry_powder", "fg": 2396 }, - { "id": "curry_veggy", "fg": 2397 }, - { "id": "dahlia_baked", "fg": 2399 }, - { "id": "dao", "fg": 2400 }, - { "id": "detergent", "fg": 2401 }, - { "id": "diamond", "fg": 2402 }, - { "id": "diamond_dental_grill", "fg": 2403 }, - { "id": "diazepam", "fg": 2404 }, - { "id": "distaff_spindle", "fg": 2406 }, - { "id": "down_blanket", "fg": 2407 }, - { "id": "down_pillow", "fg": 2408 }, - { "id": "dry_fish", "fg": 2409 }, - { "id": "dry_meat_tainted", "fg": 2410 }, - { "id": "dry_veggy_tainted", "fg": 2411 }, - { "id": "egg_bird", "fg": 2412 }, - { "id": "egg_reptile", "fg": 2413 }, - { "id": "eink_tablet_pc", "fg": 2414 }, - { "id": "elec_hairtrimmer", "fg": 2415 }, - { "id": "electric_blanket", "fg": 2416 }, - { "id": "emer_blanket", "fg": 2417 }, - { "id": "emer_blanket_on", "fg": 2418 }, - { "id": "esbit_stove", "fg": 2419 }, - { "id": "estoc", "fg": 2420 }, - { "id": "fat", "fg": 2421 }, - { "id": "fat_tainted", "fg": 2422 }, - { "id": "felt_patch", "fg": 2423 }, - { "id": "file", "fg": 2424 }, - { "id": "fire_lance", "fg": 2426 }, - { "id": "firehelmet", "fg": 2427 }, - { "id": "fish", "fg": 2428 }, - { "id": "fish_smoked", "fg": 2429 }, - { "id": "fishing_hook_basic", "fg": 2430 }, - { "id": "fishing_rod_basic", "fg": 2431 }, - { "id": "fishing_rod_professional", "fg": 2432 }, - { "id": "flask_yeast", "fg": 2433 }, - { "id": "flatbread", "fg": 2434 }, - { "id": "flint_steel", "fg": 2435 }, - { "id": "flute", "fg": 2436 }, - { "id": "folding_poncho", "fg": 2437 }, - { "id": "folding_poncho_on", "fg": 2438 }, - { "id": "food_processor", "fg": 2439 }, - { "id": "footrags", "fg": 2440 }, - { "id": "footrags_fur", "fg": 2441 }, - { "id": "footrags_leather", "fg": 2442 }, - { "id": "footrags_wool", "fg": 2443 }, - { "id": "fruit_cooked", "fg": 2444 }, - { "id": "fungicide", "fg": 2445 }, - { "id": "fur_blanket", "fg": 2446 }, - { "id": "g_carpet", "fg": 2447 }, - { "id": "g_paint", "fg": 2448 }, - { "id": "g_shovel", "fg": 2449 }, - { "id": "gal_drum", "fg": 2450 }, - { "id": "gambeson", "fg": 2451 }, - { "id": "garlic", "fg": 2452 }, - { "id": "gasdiscount_gold", "fg": 2453 }, - { "id": "gasdiscount_platinum", "fg": 2454 }, - { "id": "gasdiscount_silver", "fg": 2455 }, - { "id": "glass_shard", "fg": 2456 }, - { "id": "glass_shiv", "fg": 2457 }, - { "id": "glass_tinted", "fg": 2458 }, - { "id": "gloves_wraps_fur", "fg": 2459 }, - { "id": "gold_bracelet", "fg": 2460 }, - { "id": "gold_dental_grill", "fg": 2461 }, - { "id": "golf_ball", "fg": 2462 }, - { "id": "gown", "fg": 2463 }, - { "id": "grapnel", "fg": 2464 }, - { "id": "h&k416a5", "fg": 2465 }, - { "id": "hacksaw", "fg": 2466 }, - { "id": "halligan", "fg": 2467 }, - { "id": "halter_top", "fg": 2468 }, - { "id": "hand_axe", "fg": 2469 }, - { "id": "hand_paddles", "fg": 2470 }, - { "id": "hand_rims", "fg": 2471 }, - { "id": "handflare", "fg": 2472 }, - { "id": "handflare_dead", "fg": 2473 }, - { "id": "handflare_lit", "fg": 2474 }, - { "id": "handrolled_cig", "fg": 2475 }, - { "id": "hat_hard", "fg": 2476 }, - { "id": "hat_hard_hooded", "fg": 2477 }, - { "id": "hat_knit", "fg": 2478 }, - { "id": "hat_newsboy", "fg": 2479 }, - { "id": "hbolt_metal", "fg": 2480 }, - { "id": "hbolt_wood", "fg": 2481 }, - { "id": "hdframe", "fg": 2482 }, - { "id": "heatpack", "fg": 2483 }, - { "id": "heatpack_used", "fg": 2484 }, - { "id": "helmet_army", "fg": 2485 }, - { "id": "hickory_nut", "fg": 2486 }, - { "id": "hickory_nut_roasted", "fg": 2487 }, - { "id": "hickory_nut_unshell", "fg": 2488 }, - { "id": "hickory_root", "fg": 2489 }, - { "id": "hobo_stove", "fg": 2490 }, - { "id": "holy_symbol", "fg": 2491 }, - { "id": "honey_bottled", "fg": 2492 }, - { "id": "hotdogs_cooked", "fg": 2493 }, - { "id": "i_combustion", "fg": 2494 }, - { "id": "iceaxe", "fg": 2495 }, - { "id": "inflatable_boat", "fg": 2496 }, - { "id": "inflatable_section", "fg": 2497 }, - { "id": "jacket_army", "fg": 2498 }, - { "id": "jacket_jean", "fg": 2499 }, - { "id": "jacket_leather", "fg": 2500 }, - { "id": "jacket_light", "fg": 2501 }, - { "id": "jam_strawberries", "fg": 2502 }, - { "id": "ji", "fg": 2503 }, - { "id": "jian", "fg": 2504 }, - { "id": "joint_roach", "fg": 2506 }, - { "id": "khopesh", "fg": 2507 }, - { "id": "knife", "fg": 2508 }, - { "id": "kukri", "fg": 2509 }, - { "id": "l-stick", "fg": 2510 }, - { "id": "l-stick_on", "fg": 2511 }, - { "id": "lead_ball", "fg": 2512 }, - { "id": "leg_warmers_f", "fg": 2513 }, - { "id": "link_sheet", "fg": 2514 }, - { "id": "locket", "fg": 2515 }, - { "id": "longsword", "fg": 2516 }, - { "id": "longsword_fake", "fg": 2517 }, - { "id": "mace", "fg": 2518 }, - { "id": "maid_dress", "fg": 2519 }, - { "id": "maid_hat", "fg": 2520 }, - { "id": "makeshift_axe", "fg": 2521 }, - { "id": "makeshift_crowbar", "fg": 2522 }, - { "id": "makeshift_funnel", "fg": 2523 }, - { "id": "makeshift_hammer", "fg": 2524 }, - { "id": "marble", "fg": 2525 }, - { "id": "marshmallow", "fg": 2526 }, - { "id": "material_aluminium_ingot", "fg": 2527 }, - { "id": "material_sand", "fg": 2528 }, - { "id": "material_shrd_limestone", "fg": 2529 }, - { "id": "meat_salted", "fg": 2530 }, - { "id": "mess_tin", "fg": 2531 }, - { "id": "metal_funnel", "fg": 2532 }, - { "id": "metal_tank_little", "fg": 2533 }, - { "id": "metal_tank_small", "fg": 2534 }, - { "id": "meth", "fg": 2535 }, - { "id": "mjolnir", "fg": 2536 }, - { "id": "morphine", "fg": 2537 }, - { "id": "mortar_pestle", "fg": 2538 }, - { "id": "mouthpiece", "fg": 2539 }, - { "id": "mustard", "fg": 2540 }, - { "id": "mutagen_bird", "fg": 2541 }, - { "id": "mutagen_cattle", "fg": 2542 }, - { "id": "mutagen_elfa", "fg": 2543 }, - { "id": "mutagen_fish", "fg": 2544 }, - { "id": "mutagen_plant", "fg": 2545 }, - { "id": "mutagen_slime", "fg": 2546 }, - { "id": "nachosc", "fg": 2547 }, - { "id": "naginata", "fg": 2548 }, - { "id": "nanoskirt", "fg": 2549 }, - { "id": "omnicamera", "fg": 2550 }, - { "id": "onion_rings", "fg": 2551 }, - { "id": "oxy_torch", "fg": 2552 }, - { "id": "p_carpet", "fg": 2553 }, - { "id": "p_paint", "fg": 2554 }, - { "id": "panties", "fg": 2555 }, - { "id": "pants", "fg": 2556 }, - { "id": "pants_army", "fg": 2557 }, - { "id": "pants_cargo", "fg": 2558 }, - { "id": "pants_checkered", "fg": 2559 }, - { "id": "pants_leather", "fg": 2560 }, - { "id": "pants_ski", "fg": 2561 }, - { "id": "pillow", "fg": 2562 }, - { "id": "pitchfork", "fg": 2563 }, - { "id": "plastic_shopping_bag", "fg": 2564 }, - { "id": "pliers", "fg": 2565 }, - { "id": "plut_cell", "fg": 2566 }, - { "id": "pool_ball", "fg": 2567 }, - { "id": "pot_canning", "fg": 2568 }, - { "id": "pot_copper", "fg": 2569 }, - { "id": "pot_makeshift", "fg": 2570 }, - { "id": "pot_makeshift_copper", "fg": 2571 }, - { "id": "powder_eggs", "fg": 2572 }, - { "id": "powered_earmuffs", "fg": 2573 }, - { "id": "protein_powder", "fg": 2574 }, - { "id": "qiang", "fg": 2575 }, - { "id": "r_carpet", "fg": 2576 }, - { "id": "r_paint", "fg": 2577 }, - { "id": "radio_car", "fg": 2578 }, - { "id": "radio_car_on", "fg": 2579 }, - { "id": "radiocontrol", "fg": 2580 }, - { "id": "raw_fur", "fg": 2581 }, - { "id": "raw_hleather", "fg": 2582 }, - { "id": "razor_blade", "fg": 2583 }, - { "id": "ref_lighter", "fg": 2584 }, - { "id": "reinforced_glass_sheet", "fg": 2585 }, - { "id": "reloaded_454_Casull", "fg": 2586 }, - { "id": "reloaded_shot_he", "fg": 2587 }, - { "id": "reloaded_shot_slug", "fg": 2588 }, - { "id": "reloaded_signal_fla", "fg": 2589 }, - { "id": "reloaded_ss", "fg": 2590 }, - { "id": "reloaded_sw", "fg": 2591 }, - { "id": "reloaded_xdart", "fg": 2592 }, - { "id": "ring_engagement", "fg": 2593 }, - { "id": "robe", "fg": 2594 }, - { "id": "rollerskates", "fg": 2595 }, - { "id": "sandwich_cheese", "fg": 2596 }, - { "id": "sandwich_cheese_gri", "fg": 2597 }, - { "id": "sandwich_cucumber", "fg": 2598 }, - { "id": "sandwich_honey", "fg": 2599 }, - { "id": "sandwich_jam", "fg": 2600 }, - { "id": "sandwich_pb", "fg": 2601 }, - { "id": "sandwich_pbj", "fg": 2602 }, - { "id": "sandwich_pbm", "fg": 2603 }, - { "id": "sandwich_sauce", "fg": 2604 }, - { "id": "sausage_wasteland", "fg": 2605 }, - { "id": "saxophone", "fg": 2606 }, - { "id": "scabbard", "fg": 2607 }, - { "id": "scrap_bronze", "fg": 2608 }, - { "id": "scrap_copper", "fg": 2609 }, - { "id": "sharp_toothbrush", "fg": 2610 }, - { "id": "shavingkit", "fg": 2611 }, - { "id": "sheath", "fg": 2612 }, - { "id": "sheet_metal_small", "fg": 2613 }, - { "id": "shillelagh", "fg": 2614 }, - { "id": "shorts_denim", "fg": 2615 }, - { "id": "shot_00", "fg": 2616 }, - { "id": "shot_bird", "fg": 2617 }, - { "id": "shot_flechette", "fg": 2618 }, - { "id": "silver_bracelet", "fg": 2619 }, - { "id": "silver_small", "fg": 2620 }, - { "id": "skirt_leather", "fg": 2621 }, - { "id": "smart_phone", "fg": 2622 }, - { "id": "smart_phone_flashlight", "fg": 2623 }, - { "id": "soap", "fg": 2624 }, - { "id": "soup_chicken", "fg": 2625 }, - { "id": "soup_dumplings", "fg": 2626 }, - { "id": "soup_fish", "fg": 2627 }, - { "id": "soup_mushroom", "fg": 2628 }, - { "id": "soup_tomato", "fg": 2629 }, - { "id": "soup_veggy", "fg": 2630 }, - { "id": "soup_woods", "fg": 2631 }, - { "id": "spear_dory", "fg": 2632 }, - { "id": "spear_forked", "fg": 2633 }, - { "id": "spear_stone", "fg": 2634 }, - { "id": "spider_egg", "fg": 2635 }, - { "id": "sports_bra", "fg": 2636 }, - { "id": "stepladder", "fg": 2637 }, - { "id": "stomach", "fg": 2638 }, - { "id": "straw_doll", "fg": 2639 }, - { "id": "sugar_beet", "fg": 2640 }, - { "id": "survivor_hairtrimmer", "fg": 2641 }, - { "id": "survivor_scope", "fg": 2642 }, - { "id": "survivor_vest", "fg": 2643 }, - { "id": "sushi_fishroll", "fg": 2644 }, - { "id": "swag_bag", "fg": 2645 }, - { "id": "sword_xiphos", "fg": 2646 }, - { "id": "tallow", "fg": 2647 }, - { "id": "tallow_tainted", "fg": 2648 }, - { "id": "tanbark", "fg": 2649 }, - { "id": "tanned_hide", "fg": 2650 }, - { "id": "tanned_pelt", "fg": 2651 }, - { "id": "tanto", "fg": 2652 }, - { "id": "tea", "fg": 2653 }, - { "id": "telepad", "fg": 2654 }, - { "id": "thermometer", "fg": 2655 }, - { "id": "thermos", "fg": 2656 }, - { "id": "throwing_stick", "fg": 2657 }, - { "id": "tieclip", "fg": 2658 }, - { "id": "tin", "fg": 2659 }, - { "id": "tinder", "fg": 2660 }, - { "id": "tinderbox", "fg": 2661 }, - { "id": "tinfoil_hat", "fg": 2662 }, - { "id": "toothbrush_plain", "fg": 2663 }, - { "id": "trimmer_off", "fg": 2664 }, - { "id": "trimmer_on", "fg": 2665 }, - { "id": "trumpet", "fg": 2666 }, - { "id": "tuba", "fg": 2667 }, - { "id": "tunic", "fg": 2668 }, - { "id": "tunic_rag", "fg": 2669 }, - { "id": "ukulele", "fg": 2670 }, - { "id": "undershirt", "fg": 2671 }, - { "id": "unfinished_charcoal", "fg": 2672 }, - { "id": "v_combustion", "fg": 2673 }, - { "id": "v_scoop_item", "fg": 2674 }, - { "id": "vehicle_dashboard", "fg": 2675 }, - { "id": "vibrator", "fg": 2676 }, - { "id": "violin", "fg": 2677 }, - { "id": "violin_golden", "fg": 2678 }, - { "id": "w_paint", "fg": 2679 }, - { "id": "waffleiron", "fg": 2680 }, - { "id": "wakizashi", "fg": 2681 }, - { "id": "warhammer", "fg": 2682 }, - { "id": "water_acid_weak", "fg": 2683 }, - { "id": "waterproof_gunmod", "fg": 2684 }, - { "id": "wearable_light", "fg": 2685 }, - { "id": "wearable_light_on", "fg": 2686 }, - { "id": "wheel_armor", "fg": 2687 }, - { "id": "wheel_bicycle", "fg": 2688 }, - { "id": "wheel_caster", "fg": 2689 }, - { "id": "wheel_motorbike", "fg": 2690 }, - { "id": "wheel_small", "fg": 2691 }, - { "id": "wheel_wide", "fg": 2692 }, - { "id": "whiskey", "fg": 2693 }, - { "id": "whistle", "fg": 2694 }, - { "id": "y_carpet", "fg": 2695 }, - { "id": "y_paint", "fg": 2696 }, - { "id": "yarn", "fg": 2697 }, - { "id": "yeast", "fg": 2698 }, - { "id": "yoghurt", "fg": 2699 }, - { "id": "zubon_gi", "fg": 2700 }, - { "id": "zweihander", "fg": 2701 }, - { "id": "cloak", "fg": 2702 }, - { "id": "cloak_fur", "fg": 2703 }, - { "id": "cloak_leather", "fg": 2704 }, - { "id": "cloak_wool", "fg": 2705 }, - { "id": "coat_rain", "fg": 2706 }, - { "id": "optical_cloak", "fg": 2707 }, - { "id": "legrig", "fg": 2708 }, - { "id": "ketchup", "fg": 2709 }, - { "id": "mayonnaise", "fg": 2710 }, - { "id": "book_nonf_zine_news_anlyst", "fg": 2711 }, - { "id": "mag_animecon", "fg": 2712 }, - { "id": "mag_dodge", "fg": 2713 }, - { "id": "mag_fabrication", "fg": 2714 }, - { "id": "mag_firstaid", "fg": 2715 }, - { "id": "mag_guns", "fg": 2716 }, - { "id": "mag_news", "fg": 2717 }, - { "id": "mag_porn", "fg": 2718 }, - { "id": "mag_throwing", "fg": 2719 }, - { "id": "mag_unarmed", "fg": 2720 }, - { "id": "multi_cooker", "fg": 2725 }, - { "id": "multi_cooker_filled", "fg": 2726 }, - { "id": "oxygen_tank", "fg": 2727 }, - { "id": "pet_carrier", "fg": 2728 }, - { "id": "primitive_shovel", "fg": 2729 }, - { "id": "amethyst_gold_ring", "fg": 2730 }, - { "id": "amethyst_platinum_ring", "fg": 2731 }, - { "id": "amethyst_silver_ring", "fg": 2732 }, - { "id": "aquamarine_gold_ring", "fg": 2733 }, - { "id": "aquamarine_platinum_ring", "fg": 2734 }, - { "id": "aquamarine_silver_ring", "fg": 2735 }, - { "id": "citrine_gold_ring", "fg": 2736 }, - { "id": "citrine_platinum_ring", "fg": 2737 }, - { "id": "citrine_silver_ring", "fg": 2738 }, - { "id": "diamond_platinum_ring", "fg": 2739 }, - { "id": "diamond_ring", "fg": 2740 }, - { "id": "diamond_silver_ring", "fg": 2741 }, - { "id": "emerald_gold_ring", "fg": 2742 }, - { "id": "emerald_platinum_ring", "fg": 2743 }, - { "id": "emerald_silver_ring", "fg": 2744 }, - { "id": "peridot_gold_ring", "fg": 2751 }, - { "id": "peridot_platinum_ring", "fg": 2752 }, - { "id": "peridot_silver_ring", "fg": 2753 }, - { "id": "tourmaline_gold_ring", "fg": 2757 }, - { "id": "tourmaline_platinum_ring", "fg": 2758 }, - { "id": "tourmaline_silver_ring", "fg": 2759 }, - { "id": "large_storage_battery", "fg": 2760 }, - { "id": "storage_battery", "fg": 2761 }, - { "id": "teddy_bear", "fg": 2762 }, - { "id": "tire_iron", "fg": 2763 }, - { "id": "winter_gloves_army", "fg": 2765 }, - { "id": "workbench", "fg": 2766 }, - { "id": "footstep_above", "fg": 2798 }, - { "id": "footstep_below", "fg": 2799 }, - { "id": "graffiti", "fg": 2800 }, - { "id": "overlay_friendly_sees_player", "fg": 2802 }, - { "id": "overlay_hostile_sees_player", "fg": 2803 }, - { "id": "overlay_neutral_sees_player", "fg": 2804 }, - { "id": "overlay_other_sees_player", "fg": 2805 }, - { "id": "zombie_revival_indicator", "fg": 2809 }, - { "id": "overlay_mutation_bio_sneeze_beam", "fg": 2810 }, - { "id": "overlay_female_mutation_DEMON_SKIN", "fg": 2811 }, - { "id": "overlay_female_mutation_DEMON_TAIL", "fg": 2812 }, - { "id": "overlay_female_mutation_DRAGON_BREATH_BLACK", "fg": 2813 }, - { "id": "overlay_female_mutation_DRAGON_FEET", "fg": 2814 }, - { "id": "overlay_female_mutation_DRAGON_SCALES_BLACK", "fg": 2815 }, - { "id": "overlay_female_mutation_DRAGON_TAIL", "fg": 2816 }, - { "id": "overlay_female_mutation_DRAGON_TAIL_SCALED", "fg": 2817 }, - { "id": "overlay_female_mutation_DRAGON_TAIL_STUB", "fg": 2818 }, - { "id": "overlay_female_mutation_DRAGON_TALONS_BLACK", "fg": 2819 }, - { "id": "overlay_female_mutation_MANA_LUM", "fg": 2820 }, - { "id": "overlay_female_mutation_MANA_SILENT_SPELL", "fg": 2821 }, - { "id": "overlay_female_mutation_MANA_SUBTLE_SPELL", "fg": 2822 }, - { "id": "overlay_female_mutation_SCALED_HANDS", "fg": 2823 }, - { "id": "overlay_female_mutation_TOE_CLAWS", "fg": 2824 }, - { "id": "overlay_male_mutation_DEMON_SKIN", "fg": 2828 }, - { "id": "overlay_male_mutation_DEMON_TAIL", "fg": 2829 }, - { "id": "overlay_male_mutation_DRAGON_BREATH_BLACK", "fg": 2830 }, - { "id": "overlay_male_mutation_DRAGON_FEET", "fg": 2831 }, - { "id": "overlay_male_mutation_DRAGON_SCALES_BLACK", "fg": 2832 }, - { "id": "overlay_male_mutation_DRAGON_TAIL", "fg": 2833 }, - { "id": "overlay_male_mutation_DRAGON_TAIL_SCALED", "fg": 2834 }, - { "id": "overlay_male_mutation_DRAGON_TAIL_STUB", "fg": 2835 }, - { "id": "overlay_male_mutation_DRAGON_TALONS_BLACK", "fg": 2836 }, - { "id": "overlay_male_mutation_MANA_LUM", "fg": 2837 }, - { "id": "overlay_male_mutation_MANA_SILENT_SPELL", "fg": 2838 }, - { "id": "overlay_male_mutation_MANA_SUBTLE_SPELL", "fg": 2839 }, - { "id": "overlay_male_mutation_SCALED_HANDS", "fg": 2840 }, - { "id": "overlay_male_mutation_TOE_CLAWS", "fg": 2841 }, - { "id": "overlay_mutation_DEMON_CLAWS", "fg": 2845 }, - { "id": "overlay_mutation_DEMON_POSSES", "fg": 2846 }, - { "id": "overlay_mutation_DRAGON_MAGIC", "fg": 2847 }, - { "id": "overlay_mutation_DRAGON_MAW_BLACK", "fg": 2848 }, - { "id": "overlay_mutation_DRAGON_SPELLS", "fg": 2849 }, - { "id": "overlay_mutation_DRAGON_WINGS_BLACK", "fg": 2850 }, - { "id": "overlay_mutation_MANA_SEEKER_BOLTS", "fg": 2851 }, - { "id": "overlay_mutation_MANA_SIPHON_1", "fg": 2852 }, - { "id": "overlay_mutation_MANA_SIPHON_2", "fg": 2853 }, - { "id": "overlay_mutation_MANA_SIPHON_3", "fg": 2854 }, - { "id": "overlay_mutation_MUZZLE_DRAGON", "fg": 2855 }, - { "id": "overlay_worn_copper_circlet", "fg": 2856 }, - { "id": "overlay_worn_copper_infuser", "fg": 2857 }, - { "id": "overlay_worn_silver_infuser", "fg": 2858 }, - { "id": "DEBUG_spellbook", "fg": 2859 }, - { "id": "animist_shadows", "fg": 2860 }, - { "id": "bio_fuel_cell_blood", "fg": 2861 }, - { "id": "bio_sneeze_beam", "fg": 2862 }, - { "id": "biomancer_spellbook", "fg": 2863 }, - { "id": "disp_wand", "fg": 2864 }, - { "id": "druid_spellbook", "fg": 2865 }, - { "id": "eshaper_spellbook", "fg": 2866 }, - { "id": "generic_spellbook", "fg": 2867 }, - { "id": "glow_dust", "fg": 2868 }, - { "id": "light_manipulation_spellbook", "fg": 2869 }, - { "id": "magus_spellbook", "fg": 2870 }, - { "id": "magus_spellbook_move", "fg": 2871 }, - { "id": "mring_copper", "fg": 2872 }, - { "id": "mring_gold", "fg": 2873 }, - { "id": "mring_platinum", "fg": 2874 }, - { "id": "mring_silver", "fg": 2875 }, - { "id": "novice_stormshaper_book", "fg": 2876 }, - { "id": "priest_advanced", "fg": 2877 }, - { "id": "priest_beginner", "fg": 2878 }, - { "id": "pyro", "fg": 2879 }, - { "id": "recovery_spellbook", "fg": 2880 }, - { "id": "small_mana_crystal", "fg": 2881 }, - { "id": "spell_scroll", "fg": 2882 }, - { "id": "spell_wand", "fg": 2883 }, - { "id": "stat_up_spellbook", "fg": 2884 }, - { "id": "summon_scroll_smudged", "fg": 2885 }, - { "id": "summon_undead_spellbook", "fg": 2886 }, - { "id": "techno_em", "fg": 2887 }, - { "id": "techno_fundamentals", "fg": 2888 }, - { "id": "techno_idiots", "fg": 2889 }, - { "id": "tome_of_storms", "fg": 2890 }, - { "id": "translocate_spellbook", "fg": 2891 }, - { "id": "winter_grasp", "fg": 2892 }, - { "id": "wizard_advanced", "fg": 2893 }, - { "id": "wizard_beginner", "fg": 2894 }, - { "id": "wizard_utility", "fg": 2895 }, - { "id": "mon_animated_blade", "fg": 2896 }, - { "id": "mon_goblin_chieftain", "fg": 2897 }, - { "id": "mon_goblin_slinger", "fg": 2898 }, - { "id": "mon_goblin_warrior", "fg": 2899 }, - { "id": "mon_black_pudding", "fg": 2900 }, - { "id": "corpse_mon_dragon_black_wyrmling", "fg": 2904 }, - { "id": "mon_dragon_black_wyrmling", "fg": 2905 }, - { "id": "mon_cookie", "fg": 2913 }, - { "id": "mon_cow_calf_choc", "fg": 2914 }, - { "id": "mon_cow_choc", "fg": 2915 }, - { "id": "lemming_shadow", "fg": 3143 }, - { "id": "mon_boar_wild", "fg": 3144 }, - { "id": "mon_boar_wild_piglet", "fg": 3145 }, - { "id": "mon_copbot", "fg": 3146 }, - { "id": "mon_cow", "fg": 3147 }, - { "id": "mon_cow_calf", "fg": 3148 }, - { "id": "mon_fish_eel", "fg": 3149 }, - { "id": "mon_frog", "fg": 3150 }, - { "id": "mon_frog_small", "fg": 3151 }, - { "id": "mon_gracke", "fg": 3152 }, - { "id": "mon_grocerybot", "fg": 3153 }, - { "id": "mon_grocerybot_busted", "fg": 3154 }, - { "id": "mon_hallu_mannequin", "fg": 3155 }, - { "id": "mon_lab_rat", "fg": 3156 }, - { "id": "mon_mosquito_giant", "fg": 3157 }, - { "id": "mon_pig", "fg": 3159 }, - { "id": "mon_pig_piglet", "fg": 3160 }, - { "id": "mon_pigeon", "fg": 3161 }, - { "id": "mon_sheep", "fg": 3163 }, - { "id": "mon_skeleton_brute", "fg": 3164 }, - { "id": "mon_zombie_gasbag_crawler", "fg": 3173 }, - { "id": "mon_zombie_gasbag_immobile", "fg": 3174 }, - { "id": "mon_zombie_hanging_innards", "fg": 3175 }, - { "id": "mon_zombie_pig", "fg": 3177 }, - { "id": "mon_zow", "fg": 3182 }, - { "id": "shadow_32x32_small", "fg": 3184 }, - { "id": "corpse_mon_beaver", "fg": 3185 }, - { "id": "corpse_mon_beaver_mutant_avian", "fg": 3186 }, - { "id": "corpse_mon_beaver_mutant_huge", "fg": 3187 }, - { "id": "corpse_mon_zombeaver", "fg": 3188 }, - { "id": "mon_beaver", "fg": 3189 }, - { "id": "mon_beaver_mutant_avian", "fg": 3190 }, - { "id": "mon_beaver_mutant_huge", "fg": 3191 }, - { "id": "mon_zombeaver", "fg": 3192 }, - { "id": "corpse_mon_crow_mutant", "fg": 3199 }, - { "id": "mon_crow_mutant", "fg": 3200 }, - { "id": "corpse_mon_spawn_raptor_electric", "fg": 3201 }, - { "id": "mon_dog_bull", "fg": 3204 }, - { "id": "mon_dog_rottweiler", "fg": 3205 }, - { "id": "corpse_mon_zombie_armored", "fg": 3248 }, - { "id": "corpse_mon_zombie_bio_op", "fg": 3249 }, - { "id": "corpse_mon_zombie_bio_op2", "fg": 3250 }, - { "id": "corpse_mon_zombie_milbase_personnel", "fg": 3251 }, - { "id": "corpse_mon_zombie_military_pilot", "fg": 3252 }, - { "id": "corpse_mon_zombie_soldier", "fg": 3253 }, - { "id": "corpse_mon_zombie_soldier_acid_1", "fg": 3254 }, - { "id": "corpse_mon_zombie_soldier_acid_2", "fg": 3255 }, - { "id": "corpse_mon_zombie_soldier_blackops_1", "fg": 3256 }, - { "id": "corpse_mon_zombie_soldier_blackops_2", "fg": 3257 }, - { "id": "mon_zombie_armored", "fg": 3258 }, - { "id": "mon_zombie_soldier_acid_1", "fg": 3271 }, - { "id": "mon_zombie_soldier_acid_2", "fg": 3272 }, - { "id": "mon_zombie_soldier_blackops_1", "fg": 3273 }, - { "id": "mon_zombie_soldier_blackops_2", "fg": 3274 }, - { "id": "corpse_mon_aphid", "fg": 3275 }, - { "id": "mon_aphid", "fg": 3276 }, - { "id": "corpse_mon_cockatrice", "fg": 3277 }, - { "id": "mon_cockatrice", "fg": 3278 }, - { "id": "corpse_mon_coyote_mutant_venom", "fg": 3279 }, - { "id": "mon_coyote_mutant_venom", "fg": 3280 }, - { "id": "corpse_mon_zombie_dog_brute", "fg": 3281 }, - { "id": "mon_dog_zombie_brute", "fg": 3282 }, - { "id": "bot_eyebot", "fg": 3283 }, - { "id": "broken_eyebot", "fg": 3284 }, - { "id": "mon_eyebot", "fg": 3285 }, - { "id": "corpse_mon_fungaloid", "fg": 3286 }, - { "id": "corpse_mon_fungaloid_shambler", "fg": 3289 }, - { "id": "mon_fungaloid_shambler", "fg": 3290 }, - { "id": "corpse_mon_fungaloid_young", "fg": 3291 }, - { "id": "mon_fungaloid_young", "fg": 3292 }, - { "id": "mon_goose_canadian", "fg": 3293 }, - { "id": "mon_grouse", "fg": 3294 }, - { "id": "mon_kreck", "fg": 3295 }, - { "id": "corpse_mon_mantis_small", "fg": 3296 }, - { "id": "mon_mantis_small", "fg": 3297 }, - { "id": "corpse_mon_mutant_alpha_boss", "fg": 3298 }, - { "id": "mon_mutant_alpha_boss", "fg": 3299 }, - { "id": "corpse_mon_opossum", "fg": 3300 }, - { "id": "mon_opossum", "fg": 3301 }, - { "id": "mon_pheasant", "fg": 3302 }, - { "id": "corpse_mon_skeleton_medical", "fg": 3303 }, - { "id": "mon_skeleton_medical", "fg": 3304 }, - { "id": "mon_tadpole_grabber", "fg": 3305 }, - { "id": "mon_tazer_hack", "fg": 3306 }, - { "id": "mon_turret_riot", "fg": 3307 }, - { "id": "broken_yrax_trifacet", "fg": 3308 }, - { "id": "mon_yrax_trifacet", "fg": 3309 }, - { "id": "corpse_mon_zombie_dog_acidic", "fg": 3312 }, - { "id": "mon_zombie_dog_acidic", "fg": 3313 }, - { "id": "corpse_mon_zombie_dog_brute_acidic", "fg": 3314 }, - { "id": "mon_zombie_dog_brute_acidic", "fg": 3315 }, - { "id": "corpse_mon_zombie_flamer", "fg": 3316 }, - { "id": "mon_zombie_flamer", "fg": 3317 }, - { "id": "corpse_mon_zombie_necro_boomer", "fg": 3321 }, - { "id": "mon_zombie_necro_boomer", "fg": 3322 }, - { "id": "mon_zombie_phase_skulker", "fg": 3323 }, - { "id": "mon_zombie_pig_gas", "fg": 3324 }, - { "id": "corpse_mon_zombie_pupa_shady", "fg": 3327 }, - { "id": "mon_zombie_pupa_shady", "fg": 3328 }, - { "id": "corpse_mon_zombie_regenerating", "fg": 3329 }, - { "id": "mon_zombie_regenerating", "fg": 3330 }, - { "id": "corpse_mon_zombie_rust", "fg": 3331 }, - { "id": "corpse_mon_zombie_shell", "fg": 3332 }, - { "id": "corpse_mon_zombie_urchin", "fg": 3333 }, - { "id": "mon_zombie_rust", "fg": 3334 }, - { "id": "mon_zombie_shell", "fg": 3335 }, - { "id": "mon_zombie_urchin", "fg": 3336 }, - { "id": "mon_zombie_0", "fg": 3341 }, - { "id": "explosion_AEA_ADRENALINE", "fg": 3470 }, - { "id": "explosion_AEA_ENTRANCE", "fg": 3471 }, - { "id": "explosion_AEA_FIRESTORM", "fg": 3473 }, - { "id": "explosion_AEA_FUN", "fg": 3474 }, - { "id": "explosion_AEA_HEAL", "fg": 3475 }, - { "id": "explosion_AEA_MUTATE", "fg": 3476 }, - { "id": "explosion_AEA_PARALYZE", "fg": 3477 }, - { "id": "explosion_AEA_PULSE_bash_terrain", "fg": 3478 }, - { "id": "explosion_AEA_SCREAM_morale", "fg": 3479 }, - { "id": "explosion_AEA_TELEGLOW", "fg": 3480 }, - { "id": "explosion_AEP_EVIL_SPELL", "fg": 3482 }, - { "id": "explosion_AO_DARKNESS_EFFECT", "fg": 3483 }, - { "id": "explosion_AO_LIFE_DRAIN", "fg": 3484 }, - { "id": "explosion_AO_TIME_STOP", "fg": 3485 }, - { "id": "explosion_art_flies_buzz", "fg": 3486 }, - { "id": "explosion_centipede_mom_summon", "fg": 3487 }, - { "id": "explosion_death_boomer_glow", "fg": 3489 }, - { "id": "explosion_death_fungalburst", "fg": 3490 }, - { "id": "explosion_death_fungus", "fg": 3491 }, - { "id": "explosion_death_halfworm", "fg": 3492 }, - { "id": "explosion_death_preg_roach", "fg": 3493 }, - { "id": "explosion_death_smokeburst", "fg": 3494 }, - { "id": "explosion_death_tearburst", "fg": 3495 }, - { "id": "explosion_death_thing", "fg": 3496 }, - { "id": "explosion_dermatik_emergence", "fg": 3497 }, - { "id": "explosion_frog_mother_summon", "fg": 3498 }, - { "id": "explosion_generic_blinding_spray_1", "fg": 3499 }, - { "id": "explosion_impossible_shape_attack", "fg": 3500 }, - { "id": "explosion_mi-go_slaver_beam", "fg": 3501 }, - { "id": "explosion_mutant_frenzy", "fg": 3503 }, - { "id": "explosion_portal_hurt_self", "fg": 3504 }, - { "id": "explosion_ratking_summon_rats", "fg": 3505 }, - { "id": "explosion_spawning_zombie_die", "fg": 3506 }, - { "id": "explosion_spell_slime_spray", "fg": 3507 }, - { "id": "explosion_spell_spit_flare", "fg": 3508 }, - { "id": "explosion_weaponpod_saw", "fg": 3509 }, - { "id": "explosion_wraith_attack", "fg": 3510 }, - { "id": "explosion_zombie_child_guilt", "fg": 3511 }, - { "id": "explosion_AEA_ATTENTION", "fg": 3512 }, - { "id": "3957_t_metal_0", "fg": 3790 }, - { "id": "t_concrete", "fg": 3812 }, - { "id": "t_diesel_tank", "fg": 3813 }, - { "id": "t_diesel_tank_smashed", "fg": 3814 }, - { "id": "t_gas_tank_smashed", "fg": 3820 }, - { "id": "t_shingle_flat_roof", "fg": 3842 }, - { "id": "t_strconc_floor", "fg": 3843 }, - { "id": "t_thconc_floor_flesh", "fg": 3849 }, - { "id": "t_resin_hole", "fg": 3860 }, - { "id": "t_paper_roof", "fg": 4278 }, - { "id": "t_screen_door_c", "fg": 4464 }, - { "id": "t_screen_door_o", "fg": 4465 }, - { "id": "vp_animal_compartment", "fg": 5170 }, - { "id": "vp_autoclave", "fg": 5449 }, - { "id": "vp_dishwasher", "fg": 5454 }, - { "id": "vp_recharge_station", "fg": 5470 } + { "id": "overlay_wielded_spear_spike", "fg": 520 }, + { "id": "overlay_female_worn_boots_rubber", "fg": 884 }, + { "id": "overlay_male_worn_boots_rubber", "fg": 885 }, + { "id": "overlay_worn_bookplate", "fg": 893 }, + { "id": "overlay_worn_broken_dimensional_anchor", "fg": 894 }, + { "id": "overlay_worn_diamond_dental_grill", "fg": 899 }, + { "id": "overlay_worn_dimensional_anchor", "fg": 901 }, + { "id": "overlay_worn_dimensional_anchor_on", "fg": 902 }, + { "id": "overlay_worn_eclipse_glasses", "fg": 905 }, + { "id": "overlay_worn_fancy_glasses_bifocal", "fg": 907 }, + { "id": "overlay_worn_fancy_glasses_eye", "fg": 908 }, + { "id": "overlay_worn_fancy_glasses_reading", "fg": 909 }, + { "id": "overlay_worn_fanny", "fg": 910 }, + { "id": "overlay_worn_fur_cat_tail", "fg": 914 }, + { "id": "overlay_worn_fur_collar", "fg": 915 }, + { "id": "overlay_worn_glasses_bifocal", "fg": 916 }, + { "id": "overlay_worn_glasses_eye", "fg": 917 }, + { "id": "overlay_worn_glasses_reading", "fg": 918 }, + { "id": "overlay_worn_gloves_rubber", "fg": 920 }, + { "id": "overlay_worn_gold_ear", "fg": 921 }, + { "id": "overlay_worn_helmet_motor_raised", "fg": 927 }, + { "id": "overlay_worn_leather_collar", "fg": 929 }, + { "id": "overlay_worn_silver_watch", "fg": 942 }, + { "id": "overlay_worn_sunglasses_bifocal", "fg": 945 }, + { "id": "overlay_worn_sunglasses_eye", "fg": 946 }, + { "id": "overlay_worn_sunglasses_reading", "fg": 947 }, + { "id": "overlay_worn_chestguard_hard", "fg": 952 }, + { "id": "overlay_worn_modularvest", "fg": 953 }, + { "id": "fd_biolum", "fg": 1063 }, + { "id": "1585_f_table_0", "fg": 1314 }, + { "id": "1586_f_table_1", "fg": 1315 }, + { "id": "1587_f_table_2", "fg": 1316 }, + { "id": "1588_f_table_3", "fg": 1317 }, + { "id": "1589_f_table_4", "fg": 1318 }, + { "id": "1590_f_table_5", "fg": 1319 }, + { "id": "f_alien_scar", "fg": 1353 }, + { "id": "f_anvil", "fg": 1354 }, + { "id": "f_birdbath", "fg": 1355 }, + { "id": "f_brazier", "fg": 1356 }, + { "id": "f_bulletin", "fg": 1357 }, + { "id": "f_chimney", "fg": 1358 }, + { "id": "f_dandelion", "fg": 1359 }, + { "id": "f_exercise", "fg": 1360 }, + { "id": "f_logstool", "fg": 1361 }, + { "id": "f_pillow_fort", "fg": 1362 }, + { "id": "f_roof_turbine_vent", "fg": 1363 }, + { "id": "f_sink", "fg": 1364 }, + { "id": "f_solar_unit", "fg": 1365 }, + { "id": "f_vent_pipe", "fg": 1366 }, + { "id": "f_crate_c", "fg": 1399 }, + { "id": "f_crate_o", "fg": 1400 }, + { "id": "f_curtain_open", "fg": 1443 }, + { "id": "f_dresser", "fg": 1462 }, + { "id": "f_floor_lamp", "fg": 1467 }, + { "id": "f_gazing_ball", "fg": 1468 }, + { "id": "f_glowingbulb", "fg": 1469 }, + { "id": "f_oven", "fg": 1485 }, + { "id": "f_skin_wall_t_connection_e", "fg": 1500 }, + { "id": "f_speaker_cabinet", "fg": 1502 }, + { "id": "f_workbench", "fg": 1519 }, + { "id": "f_black_eyed_susan", "fg": 1520 }, + { "id": "f_bluebell", "fg": 1521 }, + { "id": "f_burdock", "fg": 1522 }, + { "id": "f_chamomile", "fg": 1523 }, + { "id": "f_chicory", "fg": 1524 }, + { "id": "f_dahlia", "fg": 1525 }, + { "id": "f_datura", "fg": 1526 }, + { "id": "f_flower_spurge", "fg": 1527 }, + { "id": "f_flower_tulip", "fg": 1528 }, + { "id": "f_lily", "fg": 1529 }, + { "id": "f_mustard", "fg": 1530 }, + { "id": "f_mutpoppy", "fg": 1531 }, + { "id": "f_sunflower", "fg": 1532 }, + { "id": "30gal_drum", "fg": 1534 }, + { "id": "adhesive_bandages", "fg": 1535 }, + { "id": "airhorn", "fg": 1536 }, + { "id": "alloy_plate", "fg": 1537 }, + { "id": "amplifier_head", "fg": 1538 }, + { "id": "anvil", "fg": 1539 }, + { "id": "arm_warmers", "fg": 1540 }, + { "id": "autoclave", "fg": 1541 }, + { "id": "bag_plastic", "fg": 1542 }, + { "id": "boltcutters", "fg": 1543 }, + { "id": "bookplate", "fg": 1544 }, + { "id": "bottle_opener", "fg": 1545 }, + { "id": "bow_saw", "fg": 1546 }, + { "id": "boxing_gloves", "fg": 1547 }, + { "id": "broken_dimensional_anchor", "fg": 1548 }, + { "id": "bucket", "fg": 1549 }, + { "id": "butane_tank", "fg": 1550 }, + { "id": "cable_instrument", "fg": 1551 }, + { "id": "cable_xlr", "fg": 1552 }, + { "id": "can_food", "fg": 1553 }, + { "id": "can_opener", "fg": 1554 }, + { "id": "candle", "fg": 1555 }, + { "id": "candle_lit", "fg": 1556 }, + { "id": "cell_phone", "fg": 1557 }, + { "id": "chess", "fg": 1558 }, + { "id": "chopsticks", "fg": 1559 }, + { "id": "clamp", "fg": 1560 }, + { "id": "clay_pot_flower", "fg": 1561 }, + { "id": "comb_pocket", "fg": 1562 }, + { "id": "condom", "fg": 1563 }, + { "id": "cookies", "fg": 1564 }, + { "id": "cutting_board", "fg": 1565 }, + { "id": "dehydrator", "fg": 1566 }, + { "id": "dimensional_anchor", "fg": 1567 }, + { "id": "dimensional_anchor_on", "fg": 1568 }, + { "id": "dnd", "fg": 1569 }, + { "id": "eclipse_glasses", "fg": 1570 }, + { "id": "eyedrops", "fg": 1571 }, + { "id": "fan", "fg": 1572 }, + { "id": "fancy_glasses_bifocal", "fg": 1573 }, + { "id": "fancy_glasses_eye", "fg": 1574 }, + { "id": "fancy_glasses_reading", "fg": 1575 }, + { "id": "feather", "fg": 1576 }, + { "id": "fetid_goop", "fg": 1577 }, + { "id": "flask_hip", "fg": 1578 }, + { "id": "frisbee", "fg": 1580 }, + { "id": "funnel", "fg": 1581 }, + { "id": "glass_sheet", "fg": 1582 }, + { "id": "glasses_bifocale", "fg": 1583 }, + { "id": "glasses_eye", "fg": 1584 }, + { "id": "glasses_reading", "fg": 1585 }, + { "id": "hair_dryer", "fg": 1586 }, + { "id": "hammer_sledge", "fg": 1587 }, + { "id": "hammer_sledge_heavy", "fg": 1588 }, + { "id": "hammer_sledge_short", "fg": 1589 }, + { "id": "hinge", "fg": 1590 }, + { "id": "hotplate", "fg": 1591 }, + { "id": "kettle", "fg": 1592 }, + { "id": "knife_paring", "fg": 1593 }, + { "id": "knife_steak", "fg": 1594 }, + { "id": "knit_scarf", "fg": 1595 }, + { "id": "licorice", "fg": 1596 }, + { "id": "material_limestone", "fg": 1597 }, + { "id": "material_rhodonite", "fg": 1598 }, + { "id": "material_rocksalt", "fg": 1599 }, + { "id": "material_zincite", "fg": 1600 }, + { "id": "mattress", "fg": 1601 }, + { "id": "meat", "fg": 1602 }, + { "id": "meat_tainted", "fg": 1603 }, + { "id": "mil_plate", "fg": 1604 }, + { "id": "mobile_memory_card", "fg": 1605 }, + { "id": "motor_tiny", "fg": 1607 }, + { "id": "mp3", "fg": 1608 }, + { "id": "nanomaterial", "fg": 1609 }, + { "id": "office_holepunch", "fg": 1610 }, + { "id": "paper", "fg": 1611 }, + { "id": "pencil", "fg": 1612 }, + { "id": "permanent_marker", "fg": 1613 }, + { "id": "pipe_fittings", "fg": 1614 }, + { "id": "plastic_straw", "fg": 1615 }, + { "id": "plums", "fg": 1616 }, + { "id": "radio", "fg": 1617 }, + { "id": "radio_on", "fg": 1618 }, + { "id": "rake_plastic", "fg": 1619 }, + { "id": "rapier", "fg": 1620 }, + { "id": "rapier_fake", "fg": 1621 }, + { "id": "rc_car_box", "fg": 1622 }, + { "id": "rebreather_filter", "fg": 1623 }, + { "id": "reinforced_glass_pane", "fg": 1624 }, + { "id": "rhubarb", "fg": 1625 }, + { "id": "rock_flaking", "fg": 1626 }, + { "id": "rock_large", "fg": 1627 }, + { "id": "rock_quern", "fg": 1628 }, + { "id": "rock_sock", "fg": 1629 }, + { "id": "sandpaper", "fg": 1630 }, + { "id": "screwdriver_set", "fg": 1631 }, + { "id": "sm_extinguisher", "fg": 1632 }, + { "id": "spoon", "fg": 1633 }, + { "id": "spray_can", "fg": 1634 }, + { "id": "standard_template_construct", "fg": 1635 }, + { "id": "steel_armor", "fg": 1636 }, + { "id": "steel_plate", "fg": 1637 }, + { "id": "stereo", "fg": 1638 }, + { "id": "stock_pot", "fg": 1639 }, + { "id": "sunglasses", "fg": 1640 }, + { "id": "sunglasses_bifocal", "fg": 1641 }, + { "id": "sunglasses_eye", "fg": 1642 }, + { "id": "sunglasses_reading", "fg": 1643 }, + { "id": "swat_armor", "fg": 1644 }, + { "id": "syringe", "fg": 1645 }, + { "id": "teleumbrella", "fg": 1646 }, + { "id": "toolbox_empty", "fg": 1647 }, + { "id": "tux", "fg": 1648 }, + { "id": "two_way_radio", "fg": 1649 }, + { "id": "vh_autoclave", "fg": 1650 }, + { "id": "wetsuit_spring", "fg": 1651 }, + { "id": "wool_suit", "fg": 1652 }, + { "id": "wrapper", "fg": 1653 }, + { "id": "SICP", "fg": 1654 }, + { "id": "book_fict_soft_ya_rwya", "fg": 1655 }, + { "id": "book_pieces", "fg": 1656 }, + { "id": "manual_first_aid", "fg": 1667 }, + { "id": "novel_adventure", "fg": 1668 }, + { "id": "novel_buddy", "fg": 1669 }, + { "id": "novel_coa", "fg": 1670 }, + { "id": "novel_coa2", "fg": 1671 }, + { "id": "novel_crime", "fg": 1672 }, + { "id": "novel_crime2", "fg": 1673 }, + { "id": "novel_drama", "fg": 1674 }, + { "id": "novel_erotic", "fg": 1675 }, + { "id": "novel_experimental", "fg": 1676 }, + { "id": "novel_fantasy", "fg": 1677 }, + { "id": "novel_horror", "fg": 1678 }, + { "id": "novel_mystery", "fg": 1679 }, + { "id": "novel_pulp", "fg": 1680 }, + { "id": "novel_road", "fg": 1681 }, + { "id": "novel_romance", "fg": 1682 }, + { "id": "novel_samurai", "fg": 1683 }, + { "id": "novel_satire", "fg": 1684 }, + { "id": "novel_scifi", "fg": 1685 }, + { "id": "novel_sports", "fg": 1686 }, + { "id": "novel_spy", "fg": 1687 }, + { "id": "novel_swash", "fg": 1688 }, + { "id": "novel_thriller", "fg": 1689 }, + { "id": "novel_tragedy", "fg": 1690 }, + { "id": "novel_war", "fg": 1691 }, + { "id": "novel_war2", "fg": 1692 }, + { "id": "novel_western", "fg": 1693 }, + { "id": "paperback_novel", "fg": 1694 }, + { "id": "winemaking_beginner", "fg": 1695 }, + { "id": "mre_box", "fg": 1697 }, + { "id": "mre_lemontuna_box", "fg": 1700 }, + { "id": "rifle_case_soft", "fg": 1754 }, + { "id": "rifle_case_soft_2", "fg": 1755 }, + { "id": "rifle_case_soft_leather_2", "fg": 1757 }, + { "id": "rucksack", "fg": 1758 }, + { "id": "bubblewrap", "fg": 1779 }, + { "id": "clay_quern", "fg": 1790 }, + { "id": "balaclava", "fg": 1792 }, + { "id": "beret", "fg": 1793 }, + { "id": "boxer_briefs", "fg": 1794 }, + { "id": "boxer_shorts", "fg": 1795 }, + { "id": "boy_shorts", "fg": 1796 }, + { "id": "bra", "fg": 1797 }, + { "id": "briefs", "fg": 1798 }, + { "id": "coat_lab", "fg": 1799 }, + { "id": "corset", "fg": 1800 }, + { "id": "cowboy_hat", "fg": 1801 }, + { "id": "hat_ball", "fg": 1802 }, + { "id": "hat_cotton", "fg": 1803 }, + { "id": "hat_fur", "fg": 1804 }, + { "id": "helmet_barbute", "fg": 1805 }, + { "id": "helmet_chitin", "fg": 1806 }, + { "id": "helmet_kabuto", "fg": 1807 }, + { "id": "hoodie", "fg": 1808 }, + { "id": "jeans", "fg": 1809 }, + { "id": "longshirt", "fg": 1810 }, + { "id": "mask_dust", "fg": 1811 }, + { "id": "polo_shirt", "fg": 1812 }, + { "id": "ragpouch", "fg": 1813 }, + { "id": "skirt", "fg": 1814 }, + { "id": "sneakers", "fg": 1815 }, + { "id": "socks", "fg": 1816 }, + { "id": "striped_pants", "fg": 1817 }, + { "id": "striped_shirt", "fg": 1818 }, + { "id": "sweater", "fg": 1819 }, + { "id": "sweatshirt", "fg": 1820 }, + { "id": "tshirt", "fg": 1821 }, + { "id": "turban", "fg": 1822 }, + { "id": "cola", "fg": 1860 }, + { "id": "juice", "fg": 1864 }, + { "id": "milk", "fg": 1866 }, + { "id": "purple_drink", "fg": 1870 }, + { "id": "tomato_juice", "fg": 1871 }, + { "id": "vinegar", "fg": 1872 }, + { "id": "plunger_futuristic", "fg": 1922 }, + { "id": "plunger_toilet", "fg": 1923 }, + { "id": "portable_game", "fg": 1925 }, + { "id": "towel", "fg": 1989 }, + { "id": "towel_soiled", "fg": 1990 }, + { "id": "towel_wet", "fg": 1991 }, + { "id": "1895sbl", "fg": 1999 }, + { "id": "AT4", "fg": 2000 }, + { "id": "LAW", "fg": 2001 }, + { "id": "M24", "fg": 2002 }, + { "id": "RPG", "fg": 2003 }, + { "id": "USAS_12", "fg": 2004 }, + { "id": "airspeargun", "fg": 2005 }, + { "id": "ak74", "fg": 2007 }, + { "id": "american_180", "fg": 2008 }, + { "id": "an94", "fg": 2009 }, + { "id": "ar10", "fg": 2010 }, + { "id": "ar15", "fg": 2011 }, + { "id": "arx160", "fg": 2012 }, + { "id": "as50", "fg": 2013 }, + { "id": "atgm_launcher", "fg": 2014 }, + { "id": "bbgun", "fg": 2015 }, + { "id": "bfg50", "fg": 2016 }, + { "id": "bh_m89", "fg": 2017 }, + { "id": "blunderbuss", "fg": 2018 }, + { "id": "browning_blr", "fg": 2019 }, + { "id": "chemical_thrower", "fg": 2021 }, + { "id": "coilgun", "fg": 2022 }, + { "id": "colt_lightning", "fg": 2023 }, + { "id": "colt_ro635", "fg": 2024 }, + { "id": "combination_gun", "fg": 2025 }, + { "id": "cx4", "fg": 2026 }, + { "id": "doublespeargun", "fg": 2027 }, + { "id": "emp_gun", "fg": 2028 }, + { "id": "famas", "fg": 2029 }, + { "id": "flamethrower", "fg": 2030 }, + { "id": "fn_fal", "fg": 2031 }, + { "id": "fs2000", "fg": 2032 }, + { "id": "ftk93", "fg": 2033 }, + { "id": "garand", "fg": 2034 }, + { "id": "heavy_rail_rifle", "fg": 2035 }, + { "id": "helsing", "fg": 2036 }, + { "id": "henry_big_boy", "fg": 2037 }, + { "id": "hk417_13", "fg": 2038 }, + { "id": "hk_g3", "fg": 2039 }, + { "id": "hk_g36", "fg": 2040 }, + { "id": "hk_g80", "fg": 2041 }, + { "id": "hk_mp5k", "fg": 2042 }, + { "id": "hk_mp5sd", "fg": 2043 }, + { "id": "iwi_tavor_x95_300blk", "fg": 2044 }, + { "id": "ksg-25", "fg": 2045 }, + { "id": "ksg", "fg": 2046 }, + { "id": "ksub2000", "fg": 2047 }, + { "id": "laser_cannon", "fg": 2048 }, + { "id": "laser_rifle", "fg": 2049 }, + { "id": "lever_shotgun", "fg": 2050 }, + { "id": "longrifle_flintlock", "fg": 2051 }, + { "id": "m107a1", "fg": 2052 }, + { "id": "m110a1", "fg": 2053 }, + { "id": "m134", "fg": 2054 }, + { "id": "m14ebr", "fg": 2055 }, + { "id": "m1903", "fg": 2058 }, + { "id": "m1918", "fg": 2059 }, + { "id": "m1a", "fg": 2060 }, + { "id": "m2010", "fg": 2061 }, + { "id": "m231pfw", "fg": 2062 }, + { "id": "m240", "fg": 2063 }, + { "id": "m27_assault_rifle_var_h&k416a5", "fg": 2065 }, + { "id": "m27_assault_rifle_var_m27iar", "fg": 2066 }, + { "id": "m27_assault_rifle_var_m38dmr", "fg": 2067 }, + { "id": "m27_assault_rifle_var_scar_l", "fg": 2068 }, + { "id": "m2browning", "fg": 2069 }, + { "id": "m2browning_sawn", "fg": 2070 }, + { "id": "m3_carlgustav", "fg": 2071 }, + { "id": "m4_carbine_var_m4a1", "fg": 2072 }, + { "id": "m4_carlgustav", "fg": 2073 }, + { "id": "m79", "fg": 2075 }, + { "id": "mark19", "fg": 2076 }, + { "id": "marlin_9a", "fg": 2077 }, + { "id": "mininuke_launcher", "fg": 2078 }, + { "id": "mosin44", "fg": 2079 }, + { "id": "mosin44_ebr", "fg": 2080 }, + { "id": "mosin91_30", "fg": 2081 }, + { "id": "mosin91_30_ebr", "fg": 2082 }, + { "id": "mossberg_500", "fg": 2083 }, + { "id": "mossberg_500_var_mossberg_500_security", "fg": 2084 }, + { "id": "mossberg_590", "fg": 2085 }, + { "id": "mossberg_590_var_SPAS_12", "fg": 2086 }, + { "id": "mossberg_930", "fg": 2087 }, + { "id": "mossberg_930_var_m1014", "fg": 2088 }, + { "id": "mp18", "fg": 2089 }, + { "id": "needlegun", "fg": 2091 }, + { "id": "pamd68", "fg": 2092 }, + { "id": "pamd71z", "fg": 2093 }, + { "id": "pipe_combination_gun", "fg": 2094 }, + { "id": "plasma_gun", "fg": 2095 }, + { "id": "plasma_rifle", "fg": 2096 }, + { "id": "ppsh", "fg": 2097 }, + { "id": "rebar_rifle", "fg": 2098 }, + { "id": "remington700_270", "fg": 2099 }, + { "id": "remington_700", "fg": 2100 }, + { "id": "remington_870", "fg": 2101 }, + { "id": "remington_870_breacher", "fg": 2102 }, + { "id": "remington_870_express", "fg": 2103 }, + { "id": "remington_870_var_browning_a5", "fg": 2104 }, + { "id": "remington_870_var_remington_1100", "fg": 2105 }, + { "id": "rifle_flintlock", "fg": 2106 }, + { "id": "rm120c", "fg": 2107 }, + { "id": "rm20", "fg": 2108 }, + { "id": "rm298", "fg": 2109 }, + { "id": "rm451_flamethrower", "fg": 2110 }, + { "id": "rm51_assault_rifle", "fg": 2111 }, + { "id": "rm614_lmg", "fg": 2112 }, + { "id": "rm802", "fg": 2113 }, + { "id": "rm88_battle_rifle", "fg": 2114 }, + { "id": "ruger_1022", "fg": 2115 }, + { "id": "ruger_mini", "fg": 2116 }, + { "id": "saiga_12", "fg": 2117 }, + { "id": "saiga_410", "fg": 2118 }, + { "id": "savage_111f", "fg": 2119 }, + { "id": "scar_h", "fg": 2120 }, + { "id": "sharps", "fg": 2121 }, + { "id": "shotgun_410", "fg": 2122 }, + { "id": "shotgun_d", "fg": 2123 }, + { "id": "shotgun_s", "fg": 2124 }, + { "id": "sig552", "fg": 2125 }, + { "id": "sig_mcx_rattler_sbr", "fg": 2126 }, + { "id": "skorpion_82", "fg": 2127 }, + { "id": "sks", "fg": 2128 }, + { "id": "smg_9mm", "fg": 2130 }, + { "id": "speargun", "fg": 2131 }, + { "id": "sten", "fg": 2132 }, + { "id": "steyr_aug", "fg": 2133 }, + { "id": "surv_rocket_launcher", "fg": 2134 }, + { "id": "survivor_special_700", "fg": 2135 }, + { "id": "tac50", "fg": 2136 }, + { "id": "tavor_12", "fg": 2137 }, + { "id": "tihar", "fg": 2138 }, + { "id": "tommygun", "fg": 2139 }, + { "id": "trex_gun", "fg": 2140 }, + { "id": "weatherby_5", "fg": 2141 }, + { "id": "win70", "fg": 2142 }, + { "id": "winchester_1887", "fg": 2143 }, + { "id": "winchester_1897", "fg": 2144 }, + { "id": "broadsword", "fg": 2145 }, + { "id": "cards_magic", "fg": 2146 }, + { "id": "corpse", "fg": 2147 }, + { "id": "corpse_mon_mosquito_giant", "fg": 2194 }, + { "id": "corpse_mon_mosquito_small", "fg": 2195 }, + { "id": "corpse_mon_mantis_giant", "fg": 2254 }, + { "id": "corpse_mon_spawn_raptor", "fg": 2255 }, + { "id": "corpse_mon_spawn_raptor_shady", "fg": 2256 }, + { "id": "corpse_mon_zombie_nullfield", "fg": 2257 }, + { "id": "foodperson_mask", "fg": 2258 }, + { "id": "foodperson_mask_on", "fg": 2259 }, + { "id": "gloves_fingerless", "fg": 2260 }, + { "id": "gloves_leather", "fg": 2261 }, + { "id": "gloves_liner", "fg": 2262 }, + { "id": "hand_pump", "fg": 2263 }, + { "id": "inflatable_dragon", "fg": 2264 }, + { "id": "analytical_set_basic", "fg": 2265 }, + { "id": "balance_small", "fg": 2266 }, + { "id": "bandages_makeshift_bleached", "fg": 2268 }, + { "id": "beaker", "fg": 2269 }, + { "id": "flask_glass", "fg": 2270 }, + { "id": "gradcylinder", "fg": 2271 }, + { "id": "ph_meter", "fg": 2272 }, + { "id": "rack_test_tube", "fg": 2273 }, + { "id": "spectrophotometer", "fg": 2274 }, + { "id": "test_tube", "fg": 2275 }, + { "id": "voltmeter", "fg": 2276 }, + { "id": "10mm", "fg": 2277 }, + { "id": "223", "fg": 2278 }, + { "id": "22_cb", "fg": 2279 }, + { "id": "22_fmj", "fg": 2280 }, + { "id": "22_lr", "fg": 2281 }, + { "id": "22_ratshot", "fg": 2282 }, + { "id": "3006_incendiary", "fg": 2283 }, + { "id": "36navy", "fg": 2284 }, + { "id": "38_special", "fg": 2285 }, + { "id": "38_super", "fg": 2286 }, + { "id": "40fmj", "fg": 2287 }, + { "id": "40mm_flechet", "fg": 2288 }, + { "id": "40mm_shot", "fg": 2289 }, + { "id": "44army", "fg": 2290 }, + { "id": "44magnum", "fg": 2291 }, + { "id": "45_acp", "fg": 2292 }, + { "id": "45_jhp", "fg": 2293 }, + { "id": "500_Magnum", "fg": 2294 }, + { "id": "50match", "fg": 2295 }, + { "id": "545-ap", "fg": 2296 }, + { "id": "762_51", "fg": 2297 }, + { "id": "762_51_incendiary", "fg": 2298 }, + { "id": "762_m43", "fg": 2299 }, + { "id": "9mmP", "fg": 2300 }, + { "id": "9mmfmj", "fg": 2301 }, + { "id": "abstractmap", "fg": 2302 }, + { "id": "acidchitin_piece", "fg": 2303 }, + { "id": "acidchitin_plate", "fg": 2304 }, + { "id": "acoustic_guitar", "fg": 2305 }, + { "id": "aluminum_foil", "fg": 2306 }, + { "id": "ammonia", "fg": 2307 }, + { "id": "arming_sword", "fg": 2308 }, + { "id": "armor_lorica", "fg": 2309 }, + { "id": "arrowrest", "fg": 2310 }, + { "id": "atgm_heat", "fg": 2311 }, + { "id": "atomic_coffee", "fg": 2312 }, + { "id": "b_paint", "fg": 2313 }, + { "id": "bag_canvas_small", "fg": 2314 }, + { "id": "bagpipes", "fg": 2315 }, + { "id": "ballistic_vest_esapi", "fg": 2316 }, + { "id": "banjo", "fg": 2317 }, + { "id": "barley", "fg": 2318 }, + { "id": "basketball", "fg": 2319 }, + { "id": "battleaxe", "fg": 2320 }, + { "id": "beer", "fg": 2321 }, + { "id": "belgian_ale", "fg": 2322 }, + { "id": "bfipowder", "fg": 2324 }, + { "id": "bindle", "fg": 2325 }, + { "id": "bio_int_enhancer", "fg": 2326 }, + { "id": "birchbark", "fg": 2327 }, + { "id": "bismuth", "fg": 2328 }, + { "id": "blanket", "fg": 2329 }, + { "id": "bleach", "fg": 2330 }, + { "id": "blueberries_cooked", "fg": 2331 }, + { "id": "boiled_egg", "fg": 2332 }, + { "id": "bone_flute", "fg": 2333 }, + { "id": "bone_human", "fg": 2334 }, + { "id": "boots_acidchitin", "fg": 2335 }, + { "id": "boots_bunker", "fg": 2336 }, + { "id": "boots_hsurvivor", "fg": 2337 }, + { "id": "boots_lsurvivor", "fg": 2338 }, + { "id": "boots_survivor", "fg": 2339 }, + { "id": "boots_western", "fg": 2340 }, + { "id": "bottle_folding", "fg": 2341 }, + { "id": "bottle_metal", "fg": 2342 }, + { "id": "bottle_plastic_smal", "fg": 2343 }, + { "id": "bowling_pin", "fg": 2344 }, + { "id": "briefcase", "fg": 2345 }, + { "id": "broken_manhack", "fg": 2346 }, + { "id": "broken_skitterbot", "fg": 2347 }, + { "id": "broth_bone", "fg": 2348 }, + { "id": "bum_wine", "fg": 2349 }, + { "id": "camisole", "fg": 2350 }, + { "id": "can_food_unsealed", "fg": 2351 }, + { "id": "case_violin", "fg": 2352 }, + { "id": "cattail_rhizome", "fg": 2353 }, + { "id": "cattail_stalk", "fg": 2354 }, + { "id": "cell_phone_flashlight", "fg": 2355 }, + { "id": "ceramic_armor", "fg": 2356 }, + { "id": "ceramic_shard", "fg": 2357 }, + { "id": "chainmail_arms", "fg": 2358 }, + { "id": "chainmail_hauberk", "fg": 2359 }, + { "id": "chainmail_hood", "fg": 2360 }, + { "id": "chainmail_legs", "fg": 2361 }, + { "id": "chainmail_vest", "fg": 2362 }, + { "id": "chem_aluminium_powder", "fg": 2363 }, + { "id": "chem_aluminium_sulphate", "fg": 2364 }, + { "id": "chem_hexamine", "fg": 2365 }, + { "id": "chestwrap", "fg": 2366 }, + { "id": "chestwrap_fur", "fg": 2367 }, + { "id": "chestwrap_leather", "fg": 2368 }, + { "id": "chestwrap_wool", "fg": 2369 }, + { "id": "chili", "fg": 2370 }, + { "id": "chili_pepper", "fg": 2371 }, + { "id": "chipper", "fg": 2372 }, + { "id": "choc_drink", "fg": 2373 }, + { "id": "chocpretzels", "fg": 2374 }, + { "id": "cig_butt", "fg": 2375 }, + { "id": "cig_lit", "fg": 2376 }, + { "id": "clarinet", "fg": 2377 }, + { "id": "coffee", "fg": 2378 }, + { "id": "colamdew", "fg": 2379 }, + { "id": "con_milk", "fg": 2380 }, + { "id": "con_mix", "fg": 2381 }, + { "id": "concrete", "fg": 2382 }, + { "id": "contacts", "fg": 2383 }, + { "id": "cooking_oil", "fg": 2384 }, + { "id": "copper", "fg": 2385 }, + { "id": "copper_bracelet", "fg": 2386 }, + { "id": "copper_knife", "fg": 2387 }, + { "id": "corndogs_cooked", "fg": 2388 }, + { "id": "corndogs_frozen", "fg": 2389 }, + { "id": "cow_bell", "fg": 2390 }, + { "id": "crispycran", "fg": 2391 }, + { "id": "crown_golden", "fg": 2392 }, + { "id": "cs_lajatang_off", "fg": 2393 }, + { "id": "cured_hide", "fg": 2394 }, + { "id": "cured_pelt", "fg": 2395 }, + { "id": "curry_meat", "fg": 2396 }, + { "id": "curry_powder", "fg": 2397 }, + { "id": "curry_veggy", "fg": 2398 }, + { "id": "dahlia_baked", "fg": 2400 }, + { "id": "dao", "fg": 2401 }, + { "id": "detergent", "fg": 2402 }, + { "id": "diamond", "fg": 2403 }, + { "id": "diamond_dental_grill", "fg": 2404 }, + { "id": "diazepam", "fg": 2405 }, + { "id": "distaff_spindle", "fg": 2407 }, + { "id": "down_blanket", "fg": 2408 }, + { "id": "down_pillow", "fg": 2409 }, + { "id": "dry_fish", "fg": 2410 }, + { "id": "dry_meat_tainted", "fg": 2411 }, + { "id": "dry_veggy_tainted", "fg": 2412 }, + { "id": "egg_bird", "fg": 2413 }, + { "id": "egg_reptile", "fg": 2414 }, + { "id": "eink_tablet_pc", "fg": 2415 }, + { "id": "elec_hairtrimmer", "fg": 2416 }, + { "id": "electric_blanket", "fg": 2417 }, + { "id": "emer_blanket", "fg": 2418 }, + { "id": "emer_blanket_on", "fg": 2419 }, + { "id": "esbit_stove", "fg": 2420 }, + { "id": "estoc", "fg": 2421 }, + { "id": "fat", "fg": 2422 }, + { "id": "fat_tainted", "fg": 2423 }, + { "id": "felt_patch", "fg": 2424 }, + { "id": "file", "fg": 2425 }, + { "id": "fire_lance", "fg": 2427 }, + { "id": "firehelmet", "fg": 2428 }, + { "id": "fish", "fg": 2429 }, + { "id": "fish_smoked", "fg": 2430 }, + { "id": "fishing_hook_basic", "fg": 2431 }, + { "id": "fishing_rod_basic", "fg": 2432 }, + { "id": "fishing_rod_professional", "fg": 2433 }, + { "id": "flask_yeast", "fg": 2434 }, + { "id": "flatbread", "fg": 2435 }, + { "id": "flint_steel", "fg": 2436 }, + { "id": "flute", "fg": 2437 }, + { "id": "folding_poncho", "fg": 2438 }, + { "id": "folding_poncho_on", "fg": 2439 }, + { "id": "food_processor", "fg": 2440 }, + { "id": "footrags", "fg": 2441 }, + { "id": "footrags_fur", "fg": 2442 }, + { "id": "footrags_leather", "fg": 2443 }, + { "id": "footrags_wool", "fg": 2444 }, + { "id": "fruit_cooked", "fg": 2445 }, + { "id": "fungicide", "fg": 2446 }, + { "id": "fur_blanket", "fg": 2447 }, + { "id": "g_carpet", "fg": 2448 }, + { "id": "g_paint", "fg": 2449 }, + { "id": "g_shovel", "fg": 2450 }, + { "id": "gal_drum", "fg": 2451 }, + { "id": "gambeson", "fg": 2452 }, + { "id": "garlic", "fg": 2453 }, + { "id": "gasdiscount_gold", "fg": 2454 }, + { "id": "gasdiscount_platinum", "fg": 2455 }, + { "id": "gasdiscount_silver", "fg": 2456 }, + { "id": "glass_shard", "fg": 2457 }, + { "id": "glass_shiv", "fg": 2458 }, + { "id": "glass_tinted", "fg": 2459 }, + { "id": "gloves_wraps_fur", "fg": 2460 }, + { "id": "gold_bracelet", "fg": 2461 }, + { "id": "gold_dental_grill", "fg": 2462 }, + { "id": "golf_ball", "fg": 2463 }, + { "id": "gown", "fg": 2464 }, + { "id": "grapnel", "fg": 2465 }, + { "id": "h&k416a5", "fg": 2466 }, + { "id": "hacksaw", "fg": 2467 }, + { "id": "halligan", "fg": 2468 }, + { "id": "halter_top", "fg": 2469 }, + { "id": "hand_axe", "fg": 2470 }, + { "id": "hand_paddles", "fg": 2471 }, + { "id": "hand_rims", "fg": 2472 }, + { "id": "handflare", "fg": 2473 }, + { "id": "handflare_dead", "fg": 2474 }, + { "id": "handflare_lit", "fg": 2475 }, + { "id": "handrolled_cig", "fg": 2476 }, + { "id": "hat_hard", "fg": 2477 }, + { "id": "hat_hard_hooded", "fg": 2478 }, + { "id": "hat_knit", "fg": 2479 }, + { "id": "hat_newsboy", "fg": 2480 }, + { "id": "hbolt_metal", "fg": 2481 }, + { "id": "hbolt_wood", "fg": 2482 }, + { "id": "hdframe", "fg": 2483 }, + { "id": "heatpack", "fg": 2484 }, + { "id": "heatpack_used", "fg": 2485 }, + { "id": "helmet_army", "fg": 2486 }, + { "id": "hickory_nut", "fg": 2487 }, + { "id": "hickory_nut_roasted", "fg": 2488 }, + { "id": "hickory_nut_unshell", "fg": 2489 }, + { "id": "hickory_root", "fg": 2490 }, + { "id": "hobo_stove", "fg": 2491 }, + { "id": "holy_symbol", "fg": 2492 }, + { "id": "honey_bottled", "fg": 2493 }, + { "id": "hotdogs_cooked", "fg": 2494 }, + { "id": "i_combustion", "fg": 2495 }, + { "id": "iceaxe", "fg": 2496 }, + { "id": "inflatable_boat", "fg": 2497 }, + { "id": "inflatable_section", "fg": 2498 }, + { "id": "jacket_army", "fg": 2499 }, + { "id": "jacket_jean", "fg": 2500 }, + { "id": "jacket_leather", "fg": 2501 }, + { "id": "jacket_light", "fg": 2502 }, + { "id": "jam_strawberries", "fg": 2503 }, + { "id": "ji", "fg": 2504 }, + { "id": "jian", "fg": 2505 }, + { "id": "joint_roach", "fg": 2507 }, + { "id": "khopesh", "fg": 2508 }, + { "id": "knife", "fg": 2509 }, + { "id": "kukri", "fg": 2510 }, + { "id": "l-stick", "fg": 2511 }, + { "id": "l-stick_on", "fg": 2512 }, + { "id": "lead_ball", "fg": 2513 }, + { "id": "leg_warmers_f", "fg": 2514 }, + { "id": "link_sheet", "fg": 2515 }, + { "id": "locket", "fg": 2516 }, + { "id": "longsword", "fg": 2517 }, + { "id": "longsword_fake", "fg": 2518 }, + { "id": "mace", "fg": 2519 }, + { "id": "maid_dress", "fg": 2520 }, + { "id": "maid_hat", "fg": 2521 }, + { "id": "makeshift_axe", "fg": 2522 }, + { "id": "makeshift_crowbar", "fg": 2523 }, + { "id": "makeshift_funnel", "fg": 2524 }, + { "id": "makeshift_hammer", "fg": 2525 }, + { "id": "marble", "fg": 2526 }, + { "id": "marshmallow", "fg": 2527 }, + { "id": "material_aluminium_ingot", "fg": 2528 }, + { "id": "material_sand", "fg": 2529 }, + { "id": "material_shrd_limestone", "fg": 2530 }, + { "id": "meat_salted", "fg": 2531 }, + { "id": "mess_tin", "fg": 2532 }, + { "id": "metal_funnel", "fg": 2533 }, + { "id": "metal_tank_little", "fg": 2534 }, + { "id": "metal_tank_small", "fg": 2535 }, + { "id": "meth", "fg": 2536 }, + { "id": "mjolnir", "fg": 2537 }, + { "id": "morphine", "fg": 2538 }, + { "id": "mortar_pestle", "fg": 2539 }, + { "id": "mouthpiece", "fg": 2540 }, + { "id": "mustard", "fg": 2541 }, + { "id": "mutagen_bird", "fg": 2542 }, + { "id": "mutagen_cattle", "fg": 2543 }, + { "id": "mutagen_elfa", "fg": 2544 }, + { "id": "mutagen_fish", "fg": 2545 }, + { "id": "mutagen_plant", "fg": 2546 }, + { "id": "mutagen_slime", "fg": 2547 }, + { "id": "nachosc", "fg": 2548 }, + { "id": "naginata", "fg": 2549 }, + { "id": "nanoskirt", "fg": 2550 }, + { "id": "omnicamera", "fg": 2551 }, + { "id": "onion_rings", "fg": 2552 }, + { "id": "oxy_torch", "fg": 2553 }, + { "id": "p_carpet", "fg": 2554 }, + { "id": "p_paint", "fg": 2555 }, + { "id": "panties", "fg": 2556 }, + { "id": "pants", "fg": 2557 }, + { "id": "pants_army", "fg": 2558 }, + { "id": "pants_cargo", "fg": 2559 }, + { "id": "pants_checkered", "fg": 2560 }, + { "id": "pants_leather", "fg": 2561 }, + { "id": "pants_ski", "fg": 2562 }, + { "id": "pillow", "fg": 2563 }, + { "id": "pitchfork", "fg": 2564 }, + { "id": "plastic_shopping_bag", "fg": 2565 }, + { "id": "pliers", "fg": 2566 }, + { "id": "plut_cell", "fg": 2567 }, + { "id": "pool_ball", "fg": 2568 }, + { "id": "pot_canning", "fg": 2569 }, + { "id": "pot_copper", "fg": 2570 }, + { "id": "pot_makeshift", "fg": 2571 }, + { "id": "pot_makeshift_copper", "fg": 2572 }, + { "id": "powder_eggs", "fg": 2573 }, + { "id": "powered_earmuffs", "fg": 2574 }, + { "id": "protein_powder", "fg": 2575 }, + { "id": "qiang", "fg": 2576 }, + { "id": "r_carpet", "fg": 2577 }, + { "id": "r_paint", "fg": 2578 }, + { "id": "radio_car", "fg": 2579 }, + { "id": "radio_car_on", "fg": 2580 }, + { "id": "radiocontrol", "fg": 2581 }, + { "id": "raw_fur", "fg": 2582 }, + { "id": "raw_hleather", "fg": 2583 }, + { "id": "razor_blade", "fg": 2584 }, + { "id": "ref_lighter", "fg": 2585 }, + { "id": "reinforced_glass_sheet", "fg": 2586 }, + { "id": "reloaded_454_Casull", "fg": 2587 }, + { "id": "reloaded_shot_he", "fg": 2588 }, + { "id": "reloaded_shot_slug", "fg": 2589 }, + { "id": "reloaded_signal_fla", "fg": 2590 }, + { "id": "reloaded_ss", "fg": 2591 }, + { "id": "reloaded_sw", "fg": 2592 }, + { "id": "reloaded_xdart", "fg": 2593 }, + { "id": "ring_engagement", "fg": 2594 }, + { "id": "robe", "fg": 2595 }, + { "id": "rollerskates", "fg": 2596 }, + { "id": "sandwich_cheese", "fg": 2597 }, + { "id": "sandwich_cheese_gri", "fg": 2598 }, + { "id": "sandwich_cucumber", "fg": 2599 }, + { "id": "sandwich_honey", "fg": 2600 }, + { "id": "sandwich_jam", "fg": 2601 }, + { "id": "sandwich_pb", "fg": 2602 }, + { "id": "sandwich_pbj", "fg": 2603 }, + { "id": "sandwich_pbm", "fg": 2604 }, + { "id": "sandwich_sauce", "fg": 2605 }, + { "id": "sausage_wasteland", "fg": 2606 }, + { "id": "saxophone", "fg": 2607 }, + { "id": "scabbard", "fg": 2608 }, + { "id": "scrap_bronze", "fg": 2609 }, + { "id": "scrap_copper", "fg": 2610 }, + { "id": "sharp_toothbrush", "fg": 2611 }, + { "id": "shavingkit", "fg": 2612 }, + { "id": "sheath", "fg": 2613 }, + { "id": "sheet_metal_small", "fg": 2614 }, + { "id": "shillelagh", "fg": 2615 }, + { "id": "shorts_denim", "fg": 2616 }, + { "id": "shot_00", "fg": 2617 }, + { "id": "shot_bird", "fg": 2618 }, + { "id": "shot_flechette", "fg": 2619 }, + { "id": "silver_bracelet", "fg": 2620 }, + { "id": "silver_small", "fg": 2621 }, + { "id": "skirt_leather", "fg": 2622 }, + { "id": "smart_phone", "fg": 2623 }, + { "id": "smart_phone_flashlight", "fg": 2624 }, + { "id": "soap", "fg": 2625 }, + { "id": "soup_chicken", "fg": 2626 }, + { "id": "soup_dumplings", "fg": 2627 }, + { "id": "soup_fish", "fg": 2628 }, + { "id": "soup_mushroom", "fg": 2629 }, + { "id": "soup_tomato", "fg": 2630 }, + { "id": "soup_veggy", "fg": 2631 }, + { "id": "soup_woods", "fg": 2632 }, + { "id": "spear_dory", "fg": 2633 }, + { "id": "spear_forked", "fg": 2634 }, + { "id": "spear_stone", "fg": 2635 }, + { "id": "spider_egg", "fg": 2636 }, + { "id": "sports_bra", "fg": 2637 }, + { "id": "stepladder", "fg": 2638 }, + { "id": "stomach", "fg": 2639 }, + { "id": "straw_doll", "fg": 2640 }, + { "id": "sugar_beet", "fg": 2641 }, + { "id": "survivor_hairtrimmer", "fg": 2642 }, + { "id": "survivor_scope", "fg": 2643 }, + { "id": "survivor_vest", "fg": 2644 }, + { "id": "sushi_fishroll", "fg": 2645 }, + { "id": "swag_bag", "fg": 2646 }, + { "id": "sword_xiphos", "fg": 2647 }, + { "id": "tallow", "fg": 2648 }, + { "id": "tallow_tainted", "fg": 2649 }, + { "id": "tanbark", "fg": 2650 }, + { "id": "tanned_hide", "fg": 2651 }, + { "id": "tanned_pelt", "fg": 2652 }, + { "id": "tanto", "fg": 2653 }, + { "id": "tea", "fg": 2654 }, + { "id": "telepad", "fg": 2655 }, + { "id": "thermometer", "fg": 2656 }, + { "id": "thermos", "fg": 2657 }, + { "id": "throwing_stick", "fg": 2658 }, + { "id": "tieclip", "fg": 2659 }, + { "id": "tin", "fg": 2660 }, + { "id": "tinder", "fg": 2661 }, + { "id": "tinderbox", "fg": 2662 }, + { "id": "tinfoil_hat", "fg": 2663 }, + { "id": "toothbrush_plain", "fg": 2664 }, + { "id": "trimmer_off", "fg": 2665 }, + { "id": "trimmer_on", "fg": 2666 }, + { "id": "trumpet", "fg": 2667 }, + { "id": "tuba", "fg": 2668 }, + { "id": "tunic", "fg": 2669 }, + { "id": "tunic_rag", "fg": 2670 }, + { "id": "ukulele", "fg": 2671 }, + { "id": "undershirt", "fg": 2672 }, + { "id": "unfinished_charcoal", "fg": 2673 }, + { "id": "v_combustion", "fg": 2674 }, + { "id": "v_scoop_item", "fg": 2675 }, + { "id": "vehicle_dashboard", "fg": 2676 }, + { "id": "vibrator", "fg": 2677 }, + { "id": "violin", "fg": 2678 }, + { "id": "violin_golden", "fg": 2679 }, + { "id": "w_paint", "fg": 2680 }, + { "id": "waffleiron", "fg": 2681 }, + { "id": "wakizashi", "fg": 2682 }, + { "id": "warhammer", "fg": 2683 }, + { "id": "water_acid_weak", "fg": 2684 }, + { "id": "waterproof_gunmod", "fg": 2685 }, + { "id": "wearable_light", "fg": 2686 }, + { "id": "wearable_light_on", "fg": 2687 }, + { "id": "wheel_armor", "fg": 2688 }, + { "id": "wheel_bicycle", "fg": 2689 }, + { "id": "wheel_caster", "fg": 2690 }, + { "id": "wheel_motorbike", "fg": 2691 }, + { "id": "wheel_small", "fg": 2692 }, + { "id": "wheel_wide", "fg": 2693 }, + { "id": "whiskey", "fg": 2694 }, + { "id": "whistle", "fg": 2695 }, + { "id": "y_carpet", "fg": 2696 }, + { "id": "y_paint", "fg": 2697 }, + { "id": "yarn", "fg": 2698 }, + { "id": "yeast", "fg": 2699 }, + { "id": "yoghurt", "fg": 2700 }, + { "id": "zubon_gi", "fg": 2701 }, + { "id": "zweihander", "fg": 2702 }, + { "id": "cloak", "fg": 2703 }, + { "id": "cloak_fur", "fg": 2704 }, + { "id": "cloak_leather", "fg": 2705 }, + { "id": "cloak_wool", "fg": 2706 }, + { "id": "coat_rain", "fg": 2707 }, + { "id": "optical_cloak", "fg": 2708 }, + { "id": "legrig", "fg": 2709 }, + { "id": "ketchup", "fg": 2710 }, + { "id": "mayonnaise", "fg": 2711 }, + { "id": "book_nonf_zine_news_anlyst", "fg": 2712 }, + { "id": "mag_animecon", "fg": 2713 }, + { "id": "mag_dodge", "fg": 2714 }, + { "id": "mag_fabrication", "fg": 2715 }, + { "id": "mag_firstaid", "fg": 2716 }, + { "id": "mag_guns", "fg": 2717 }, + { "id": "mag_news", "fg": 2718 }, + { "id": "mag_porn", "fg": 2719 }, + { "id": "mag_throwing", "fg": 2720 }, + { "id": "mag_unarmed", "fg": 2721 }, + { "id": "multi_cooker", "fg": 2726 }, + { "id": "multi_cooker_filled", "fg": 2727 }, + { "id": "oxygen_tank", "fg": 2728 }, + { "id": "pet_carrier", "fg": 2729 }, + { "id": "primitive_shovel", "fg": 2730 }, + { "id": "amethyst_gold_ring", "fg": 2731 }, + { "id": "amethyst_platinum_ring", "fg": 2732 }, + { "id": "amethyst_silver_ring", "fg": 2733 }, + { "id": "aquamarine_gold_ring", "fg": 2734 }, + { "id": "aquamarine_platinum_ring", "fg": 2735 }, + { "id": "aquamarine_silver_ring", "fg": 2736 }, + { "id": "citrine_gold_ring", "fg": 2737 }, + { "id": "citrine_platinum_ring", "fg": 2738 }, + { "id": "citrine_silver_ring", "fg": 2739 }, + { "id": "diamond_platinum_ring", "fg": 2740 }, + { "id": "diamond_ring", "fg": 2741 }, + { "id": "diamond_silver_ring", "fg": 2742 }, + { "id": "emerald_gold_ring", "fg": 2743 }, + { "id": "emerald_platinum_ring", "fg": 2744 }, + { "id": "emerald_silver_ring", "fg": 2745 }, + { "id": "peridot_gold_ring", "fg": 2752 }, + { "id": "peridot_platinum_ring", "fg": 2753 }, + { "id": "peridot_silver_ring", "fg": 2754 }, + { "id": "tourmaline_gold_ring", "fg": 2758 }, + { "id": "tourmaline_platinum_ring", "fg": 2759 }, + { "id": "tourmaline_silver_ring", "fg": 2760 }, + { "id": "large_storage_battery", "fg": 2761 }, + { "id": "storage_battery", "fg": 2762 }, + { "id": "teddy_bear", "fg": 2763 }, + { "id": "tire_iron", "fg": 2764 }, + { "id": "winter_gloves_army", "fg": 2766 }, + { "id": "workbench", "fg": 2767 }, + { "id": "footstep_above", "fg": 2799 }, + { "id": "footstep_below", "fg": 2800 }, + { "id": "graffiti", "fg": 2801 }, + { "id": "overlay_friendly_sees_player", "fg": 2803 }, + { "id": "overlay_hostile_sees_player", "fg": 2804 }, + { "id": "overlay_neutral_sees_player", "fg": 2805 }, + { "id": "overlay_other_sees_player", "fg": 2806 }, + { "id": "zombie_revival_indicator", "fg": 2810 }, + { "id": "overlay_mutation_bio_sneeze_beam", "fg": 2811 }, + { "id": "overlay_female_mutation_DEMON_SKIN", "fg": 2812 }, + { "id": "overlay_female_mutation_DEMON_TAIL", "fg": 2813 }, + { "id": "overlay_female_mutation_DRAGON_BREATH_BLACK", "fg": 2814 }, + { "id": "overlay_female_mutation_DRAGON_FEET", "fg": 2815 }, + { "id": "overlay_female_mutation_DRAGON_SCALES_BLACK", "fg": 2816 }, + { "id": "overlay_female_mutation_DRAGON_TAIL", "fg": 2817 }, + { "id": "overlay_female_mutation_DRAGON_TAIL_SCALED", "fg": 2818 }, + { "id": "overlay_female_mutation_DRAGON_TAIL_STUB", "fg": 2819 }, + { "id": "overlay_female_mutation_DRAGON_TALONS_BLACK", "fg": 2820 }, + { "id": "overlay_female_mutation_MANA_LUM", "fg": 2821 }, + { "id": "overlay_female_mutation_MANA_SILENT_SPELL", "fg": 2822 }, + { "id": "overlay_female_mutation_MANA_SUBTLE_SPELL", "fg": 2823 }, + { "id": "overlay_female_mutation_SCALED_HANDS", "fg": 2824 }, + { "id": "overlay_female_mutation_TOE_CLAWS", "fg": 2825 }, + { "id": "overlay_male_mutation_DEMON_SKIN", "fg": 2829 }, + { "id": "overlay_male_mutation_DEMON_TAIL", "fg": 2830 }, + { "id": "overlay_male_mutation_DRAGON_BREATH_BLACK", "fg": 2831 }, + { "id": "overlay_male_mutation_DRAGON_FEET", "fg": 2832 }, + { "id": "overlay_male_mutation_DRAGON_SCALES_BLACK", "fg": 2833 }, + { "id": "overlay_male_mutation_DRAGON_TAIL", "fg": 2834 }, + { "id": "overlay_male_mutation_DRAGON_TAIL_SCALED", "fg": 2835 }, + { "id": "overlay_male_mutation_DRAGON_TAIL_STUB", "fg": 2836 }, + { "id": "overlay_male_mutation_DRAGON_TALONS_BLACK", "fg": 2837 }, + { "id": "overlay_male_mutation_MANA_LUM", "fg": 2838 }, + { "id": "overlay_male_mutation_MANA_SILENT_SPELL", "fg": 2839 }, + { "id": "overlay_male_mutation_MANA_SUBTLE_SPELL", "fg": 2840 }, + { "id": "overlay_male_mutation_SCALED_HANDS", "fg": 2841 }, + { "id": "overlay_male_mutation_TOE_CLAWS", "fg": 2842 }, + { "id": "overlay_mutation_DEMON_CLAWS", "fg": 2846 }, + { "id": "overlay_mutation_DEMON_POSSES", "fg": 2847 }, + { "id": "overlay_mutation_DRAGON_MAGIC", "fg": 2848 }, + { "id": "overlay_mutation_DRAGON_MAW_BLACK", "fg": 2849 }, + { "id": "overlay_mutation_DRAGON_SPELLS", "fg": 2850 }, + { "id": "overlay_mutation_DRAGON_WINGS_BLACK", "fg": 2851 }, + { "id": "overlay_mutation_MANA_SEEKER_BOLTS", "fg": 2852 }, + { "id": "overlay_mutation_MANA_SIPHON_1", "fg": 2853 }, + { "id": "overlay_mutation_MANA_SIPHON_2", "fg": 2854 }, + { "id": "overlay_mutation_MANA_SIPHON_3", "fg": 2855 }, + { "id": "overlay_mutation_MUZZLE_DRAGON", "fg": 2856 }, + { "id": "overlay_worn_copper_circlet", "fg": 2857 }, + { "id": "overlay_worn_copper_infuser", "fg": 2858 }, + { "id": "overlay_worn_silver_infuser", "fg": 2859 }, + { "id": "DEBUG_spellbook", "fg": 2860 }, + { "id": "animist_shadows", "fg": 2861 }, + { "id": "bio_fuel_cell_blood", "fg": 2862 }, + { "id": "bio_sneeze_beam", "fg": 2863 }, + { "id": "biomancer_spellbook", "fg": 2864 }, + { "id": "disp_wand", "fg": 2865 }, + { "id": "druid_spellbook", "fg": 2866 }, + { "id": "eshaper_spellbook", "fg": 2867 }, + { "id": "generic_spellbook", "fg": 2868 }, + { "id": "glow_dust", "fg": 2869 }, + { "id": "light_manipulation_spellbook", "fg": 2870 }, + { "id": "magus_spellbook", "fg": 2871 }, + { "id": "magus_spellbook_move", "fg": 2872 }, + { "id": "mring_copper", "fg": 2873 }, + { "id": "mring_gold", "fg": 2874 }, + { "id": "mring_platinum", "fg": 2875 }, + { "id": "mring_silver", "fg": 2876 }, + { "id": "novice_stormshaper_book", "fg": 2877 }, + { "id": "priest_advanced", "fg": 2878 }, + { "id": "priest_beginner", "fg": 2879 }, + { "id": "pyro", "fg": 2880 }, + { "id": "recovery_spellbook", "fg": 2881 }, + { "id": "small_mana_crystal", "fg": 2882 }, + { "id": "spell_scroll", "fg": 2883 }, + { "id": "spell_wand", "fg": 2884 }, + { "id": "stat_up_spellbook", "fg": 2885 }, + { "id": "summon_scroll_smudged", "fg": 2886 }, + { "id": "summon_undead_spellbook", "fg": 2887 }, + { "id": "techno_em", "fg": 2888 }, + { "id": "techno_fundamentals", "fg": 2889 }, + { "id": "techno_idiots", "fg": 2890 }, + { "id": "tome_of_storms", "fg": 2891 }, + { "id": "translocate_spellbook", "fg": 2892 }, + { "id": "winter_grasp", "fg": 2893 }, + { "id": "wizard_advanced", "fg": 2894 }, + { "id": "wizard_beginner", "fg": 2895 }, + { "id": "wizard_utility", "fg": 2896 }, + { "id": "mon_animated_blade", "fg": 2897 }, + { "id": "mon_goblin_chieftain", "fg": 2898 }, + { "id": "mon_goblin_slinger", "fg": 2899 }, + { "id": "mon_goblin_warrior", "fg": 2900 }, + { "id": "mon_black_pudding", "fg": 2901 }, + { "id": "corpse_mon_dragon_black_wyrmling", "fg": 2905 }, + { "id": "mon_dragon_black_wyrmling", "fg": 2906 }, + { "id": "mon_cookie", "fg": 2914 }, + { "id": "mon_cow_calf_choc", "fg": 2915 }, + { "id": "mon_cow_choc", "fg": 2916 }, + { "id": "lemming_shadow", "fg": 3144 }, + { "id": "mon_boar_wild", "fg": 3145 }, + { "id": "mon_boar_wild_piglet", "fg": 3146 }, + { "id": "mon_copbot", "fg": 3147 }, + { "id": "mon_cow", "fg": 3148 }, + { "id": "mon_cow_calf", "fg": 3149 }, + { "id": "mon_fish_eel", "fg": 3150 }, + { "id": "mon_frog", "fg": 3151 }, + { "id": "mon_frog_small", "fg": 3152 }, + { "id": "mon_gracke", "fg": 3153 }, + { "id": "mon_grocerybot", "fg": 3154 }, + { "id": "mon_grocerybot_busted", "fg": 3155 }, + { "id": "mon_hallu_mannequin", "fg": 3156 }, + { "id": "mon_lab_rat", "fg": 3157 }, + { "id": "mon_mosquito_giant", "fg": 3158 }, + { "id": "mon_pig", "fg": 3160 }, + { "id": "mon_pig_piglet", "fg": 3161 }, + { "id": "mon_pigeon", "fg": 3162 }, + { "id": "mon_sheep", "fg": 3164 }, + { "id": "mon_skeleton_brute", "fg": 3165 }, + { "id": "mon_zombie_gasbag_crawler", "fg": 3174 }, + { "id": "mon_zombie_gasbag_immobile", "fg": 3175 }, + { "id": "mon_zombie_hanging_innards", "fg": 3176 }, + { "id": "mon_zombie_pig", "fg": 3178 }, + { "id": "mon_zow", "fg": 3183 }, + { "id": "shadow_32x32_small", "fg": 3185 }, + { "id": "corpse_mon_beaver", "fg": 3186 }, + { "id": "corpse_mon_beaver_mutant_avian", "fg": 3187 }, + { "id": "corpse_mon_beaver_mutant_huge", "fg": 3188 }, + { "id": "corpse_mon_zombeaver", "fg": 3189 }, + { "id": "mon_beaver", "fg": 3190 }, + { "id": "mon_beaver_mutant_avian", "fg": 3191 }, + { "id": "mon_beaver_mutant_huge", "fg": 3192 }, + { "id": "mon_zombeaver", "fg": 3193 }, + { "id": "corpse_mon_crow_mutant", "fg": 3200 }, + { "id": "mon_crow_mutant", "fg": 3201 }, + { "id": "corpse_mon_spawn_raptor_electric", "fg": 3202 }, + { "id": "mon_dog_bull", "fg": 3205 }, + { "id": "mon_dog_rottweiler", "fg": 3206 }, + { "id": "corpse_mon_zombie_armored", "fg": 3249 }, + { "id": "corpse_mon_zombie_bio_op", "fg": 3250 }, + { "id": "corpse_mon_zombie_bio_op2", "fg": 3251 }, + { "id": "corpse_mon_zombie_milbase_personnel", "fg": 3252 }, + { "id": "corpse_mon_zombie_military_pilot", "fg": 3253 }, + { "id": "corpse_mon_zombie_soldier", "fg": 3254 }, + { "id": "corpse_mon_zombie_soldier_acid_1", "fg": 3255 }, + { "id": "corpse_mon_zombie_soldier_acid_2", "fg": 3256 }, + { "id": "corpse_mon_zombie_soldier_blackops_1", "fg": 3257 }, + { "id": "corpse_mon_zombie_soldier_blackops_2", "fg": 3258 }, + { "id": "mon_zombie_armored", "fg": 3259 }, + { "id": "mon_zombie_soldier_acid_1", "fg": 3272 }, + { "id": "mon_zombie_soldier_acid_2", "fg": 3273 }, + { "id": "mon_zombie_soldier_blackops_1", "fg": 3274 }, + { "id": "mon_zombie_soldier_blackops_2", "fg": 3275 }, + { "id": "corpse_mon_aphid", "fg": 3276 }, + { "id": "mon_aphid", "fg": 3277 }, + { "id": "corpse_mon_cockatrice", "fg": 3278 }, + { "id": "mon_cockatrice", "fg": 3279 }, + { "id": "corpse_mon_coyote_mutant_venom", "fg": 3280 }, + { "id": "mon_coyote_mutant_venom", "fg": 3281 }, + { "id": "corpse_mon_zombie_dog_brute", "fg": 3282 }, + { "id": "mon_dog_zombie_brute", "fg": 3283 }, + { "id": "bot_eyebot", "fg": 3284 }, + { "id": "broken_eyebot", "fg": 3285 }, + { "id": "mon_eyebot", "fg": 3286 }, + { "id": "corpse_mon_fungaloid", "fg": 3287 }, + { "id": "corpse_mon_fungaloid_shambler", "fg": 3290 }, + { "id": "mon_fungaloid_shambler", "fg": 3291 }, + { "id": "corpse_mon_fungaloid_young", "fg": 3292 }, + { "id": "mon_fungaloid_young", "fg": 3293 }, + { "id": "mon_goose_canadian", "fg": 3294 }, + { "id": "mon_grouse", "fg": 3295 }, + { "id": "mon_kreck", "fg": 3296 }, + { "id": "corpse_mon_mantis_small", "fg": 3297 }, + { "id": "mon_mantis_small", "fg": 3298 }, + { "id": "corpse_mon_mutant_alpha_boss", "fg": 3299 }, + { "id": "mon_mutant_alpha_boss", "fg": 3300 }, + { "id": "corpse_mon_opossum", "fg": 3301 }, + { "id": "mon_opossum", "fg": 3302 }, + { "id": "mon_pheasant", "fg": 3303 }, + { "id": "corpse_mon_skeleton_medical", "fg": 3304 }, + { "id": "mon_skeleton_medical", "fg": 3305 }, + { "id": "mon_tadpole_grabber", "fg": 3306 }, + { "id": "mon_tazer_hack", "fg": 3307 }, + { "id": "mon_turret_riot", "fg": 3308 }, + { "id": "broken_yrax_trifacet", "fg": 3309 }, + { "id": "mon_yrax_trifacet", "fg": 3310 }, + { "id": "corpse_mon_zombie_dog_acidic", "fg": 3313 }, + { "id": "mon_zombie_dog_acidic", "fg": 3314 }, + { "id": "corpse_mon_zombie_dog_brute_acidic", "fg": 3315 }, + { "id": "mon_zombie_dog_brute_acidic", "fg": 3316 }, + { "id": "corpse_mon_zombie_flamer", "fg": 3317 }, + { "id": "mon_zombie_flamer", "fg": 3318 }, + { "id": "corpse_mon_zombie_necro_boomer", "fg": 3322 }, + { "id": "mon_zombie_necro_boomer", "fg": 3323 }, + { "id": "mon_zombie_phase_skulker", "fg": 3324 }, + { "id": "mon_zombie_pig_gas", "fg": 3325 }, + { "id": "corpse_mon_zombie_pupa_shady", "fg": 3328 }, + { "id": "mon_zombie_pupa_shady", "fg": 3329 }, + { "id": "corpse_mon_zombie_regenerating", "fg": 3330 }, + { "id": "mon_zombie_regenerating", "fg": 3331 }, + { "id": "corpse_mon_zombie_rust", "fg": 3332 }, + { "id": "corpse_mon_zombie_shell", "fg": 3333 }, + { "id": "corpse_mon_zombie_urchin", "fg": 3334 }, + { "id": "mon_zombie_rust", "fg": 3335 }, + { "id": "mon_zombie_shell", "fg": 3336 }, + { "id": "mon_zombie_urchin", "fg": 3337 }, + { "id": "mon_zombie_0", "fg": 3342 }, + { "id": "explosion_AEA_ADRENALINE", "fg": 3471 }, + { "id": "explosion_AEA_ENTRANCE", "fg": 3472 }, + { "id": "explosion_AEA_FIRESTORM", "fg": 3474 }, + { "id": "explosion_AEA_FUN", "fg": 3475 }, + { "id": "explosion_AEA_HEAL", "fg": 3476 }, + { "id": "explosion_AEA_MUTATE", "fg": 3477 }, + { "id": "explosion_AEA_PARALYZE", "fg": 3478 }, + { "id": "explosion_AEA_PULSE_bash_terrain", "fg": 3479 }, + { "id": "explosion_AEA_SCREAM_morale", "fg": 3480 }, + { "id": "explosion_AEA_TELEGLOW", "fg": 3481 }, + { "id": "explosion_AEP_EVIL_SPELL", "fg": 3483 }, + { "id": "explosion_AO_DARKNESS_EFFECT", "fg": 3484 }, + { "id": "explosion_AO_LIFE_DRAIN", "fg": 3485 }, + { "id": "explosion_AO_TIME_STOP", "fg": 3486 }, + { "id": "explosion_art_flies_buzz", "fg": 3487 }, + { "id": "explosion_centipede_mom_summon", "fg": 3488 }, + { "id": "explosion_death_boomer_glow", "fg": 3490 }, + { "id": "explosion_death_fungalburst", "fg": 3491 }, + { "id": "explosion_death_fungus", "fg": 3492 }, + { "id": "explosion_death_halfworm", "fg": 3493 }, + { "id": "explosion_death_preg_roach", "fg": 3494 }, + { "id": "explosion_death_smokeburst", "fg": 3495 }, + { "id": "explosion_death_tearburst", "fg": 3496 }, + { "id": "explosion_death_thing", "fg": 3497 }, + { "id": "explosion_dermatik_emergence", "fg": 3498 }, + { "id": "explosion_frog_mother_summon", "fg": 3499 }, + { "id": "explosion_generic_blinding_spray_1", "fg": 3500 }, + { "id": "explosion_impossible_shape_attack", "fg": 3501 }, + { "id": "explosion_mi-go_slaver_beam", "fg": 3502 }, + { "id": "explosion_mutant_frenzy", "fg": 3504 }, + { "id": "explosion_portal_hurt_self", "fg": 3505 }, + { "id": "explosion_ratking_summon_rats", "fg": 3506 }, + { "id": "explosion_spawning_zombie_die", "fg": 3507 }, + { "id": "explosion_spell_slime_spray", "fg": 3508 }, + { "id": "explosion_spell_spit_flare", "fg": 3509 }, + { "id": "explosion_weaponpod_saw", "fg": 3510 }, + { "id": "explosion_wraith_attack", "fg": 3511 }, + { "id": "explosion_zombie_child_guilt", "fg": 3512 }, + { "id": "explosion_AEA_ATTENTION", "fg": 3513 }, + { "id": "3957_t_metal_0", "fg": 3791 }, + { "id": "t_concrete", "fg": 3813 }, + { "id": "t_diesel_tank", "fg": 3814 }, + { "id": "t_diesel_tank_smashed", "fg": 3815 }, + { "id": "t_gas_tank_smashed", "fg": 3821 }, + { "id": "t_shingle_flat_roof", "fg": 3843 }, + { "id": "t_strconc_floor", "fg": 3844 }, + { "id": "t_thconc_floor_flesh", "fg": 3850 }, + { "id": "t_resin_hole", "fg": 3861 }, + { "id": "t_paper_roof", "fg": 4279 }, + { "id": "t_screen_door_c", "fg": 4465 }, + { "id": "t_screen_door_o", "fg": 4466 }, + { "id": "vp_animal_compartment", "fg": 5171 }, + { "id": "vp_autoclave", "fg": 5450 }, + { "id": "vp_dishwasher", "fg": 5455 }, + { "id": "vp_recharge_station", "fg": 5471 } ] }, { @@ -10785,9 +10786,9 @@ "additional_tiles": [ { "id": "center", "fg": 6246, "bg": 6237 }, { "id": "corner", "fg": [ 6240, 6242, 6241, 6239 ], "bg": 6237 }, - { "id": "t_connection", "fg": [ 6243, 3839, 6243, 3839 ], "bg": 6237 }, - { "id": "edge", "fg": [ 3839, 6243 ], "bg": 6237 }, - { "id": "end_piece", "fg": [ 3840, 6245, 3841, 6244 ], "bg": 6237 }, + { "id": "t_connection", "fg": [ 6243, 3840, 6243, 3840 ], "bg": 6237 }, + { "id": "edge", "fg": [ 3840, 6243 ], "bg": 6237 }, + { "id": "end_piece", "fg": [ 3841, 6245, 3842, 6244 ], "bg": 6237 }, { "id": "unconnected", "fg": [ 6246, 6246 ], "bg": 6237 } ] }, @@ -10799,9 +10800,9 @@ "additional_tiles": [ { "id": "center", "fg": 6246, "bg": 6235 }, { "id": "corner", "fg": [ 6240, 6242, 6241, 6239 ], "bg": 6235 }, - { "id": "t_connection", "fg": [ 6243, 3839, 6243, 3839 ], "bg": 6235 }, - { "id": "edge", "fg": [ 3839, 6243 ], "bg": 6235 }, - { "id": "end_piece", "fg": [ 3840, 6245, 3841, 6244 ], "bg": 6235 }, + { "id": "t_connection", "fg": [ 6243, 3840, 6243, 3840 ], "bg": 6235 }, + { "id": "edge", "fg": [ 3840, 6243 ], "bg": 6235 }, + { "id": "end_piece", "fg": [ 3841, 6245, 3842, 6244 ], "bg": 6235 }, { "id": "unconnected", "fg": [ 6246, 6246 ], "bg": 6235 } ] }, @@ -10813,9 +10814,9 @@ "additional_tiles": [ { "id": "center", "fg": 6246, "bg": 6236 }, { "id": "corner", "fg": [ 6240, 6242, 6241, 6239 ], "bg": 6236 }, - { "id": "t_connection", "fg": [ 6243, 3839, 6243, 3839 ], "bg": 6236 }, - { "id": "edge", "fg": [ 3839, 6243 ], "bg": 6236 }, - { "id": "end_piece", "fg": [ 3840, 6245, 3841, 6244 ], "bg": 6236 }, + { "id": "t_connection", "fg": [ 6243, 3840, 6243, 3840 ], "bg": 6236 }, + { "id": "edge", "fg": [ 3840, 6243 ], "bg": 6236 }, + { "id": "end_piece", "fg": [ 3841, 6245, 3842, 6244 ], "bg": 6236 }, { "id": "unconnected", "fg": [ 6246, 6246 ], "bg": 6236 } ] }, @@ -10827,9 +10828,9 @@ "additional_tiles": [ { "id": "center", "fg": 6246, "bg": 6238 }, { "id": "corner", "fg": [ 6240, 6242, 6241, 6239 ], "bg": 6238 }, - { "id": "t_connection", "fg": [ 6243, 3839, 6243, 3839 ], "bg": 6238 }, - { "id": "edge", "fg": [ 3839, 6243 ], "bg": 6238 }, - { "id": "end_piece", "fg": [ 3840, 6245, 3841, 6244 ], "bg": 6238 }, + { "id": "t_connection", "fg": [ 6243, 3840, 6243, 3840 ], "bg": 6238 }, + { "id": "edge", "fg": [ 3840, 6243 ], "bg": 6238 }, + { "id": "end_piece", "fg": [ 3841, 6245, 3842, 6244 ], "bg": 6238 }, { "id": "unconnected", "fg": [ 6246, 6246 ], "bg": 6238 } ] }, @@ -10842,7 +10843,7 @@ "id": "vp_frame_handle", "fg": [ 6251, 6253, 6252, 6250 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5194, "bg": [ 6251, 6253, 6252, 6250 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5195, "bg": [ 6251, 6253, 6252, 6250 ] } ] }, { "id": "f_alien_anemone", "fg": 6096 }, { "id": "f_alien_gasper", "fg": 6097 }, @@ -11435,69 +11436,69 @@ { "id": "mon_cat_bengal", "fg": [ { "weight": 1, "sprite": 6550 }, { "weight": 1, "sprite": 6549 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_calico", "fg": [ { "weight": 1, "sprite": 6553 }, { "weight": 1, "sprite": 6552 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_chonker", "fg": [ { "weight": 1, "sprite": 6556 }, { "weight": 1, "sprite": 6555 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_devon_rex", "fg": [ { "weight": 1, "sprite": 6559 }, { "weight": 1, "sprite": 6558 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_longhair", "fg": [ { "weight": 1, "sprite": 6562 }, { "weight": 1, "sprite": 6561 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_maine_coon", "fg": [ { "weight": 1, "sprite": 6565 }, { "weight": 1, "sprite": 6564 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_persian", "fg": [ { "weight": 1, "sprite": 6568 }, { "weight": 1, "sprite": 6567 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_siamese", "fg": [ { "weight": 1, "sprite": 6572 }, { "weight": 1, "sprite": 6571 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_sphynx", "fg": [ { "weight": 1, "sprite": 6575 }, { "weight": 1, "sprite": 6574 } ], - "bg": 3184 + "bg": 3185 }, { "id": "mon_cat_tabby", "fg": [ { "weight": 1, "sprite": 6578 }, { "weight": 1, "sprite": 6577 } ], - "bg": 3184 - }, - { "id": "mon_cat_kitten", "fg": 6569, "bg": 3184 }, - { "id": "mon_cat_bengal_kitten", "fg": 6548, "bg": 3184 }, - { "id": "mon_cat_calico_kitten", "fg": 6551, "bg": 3184 }, - { "id": "mon_cat_chonker_kitten", "fg": 6554, "bg": 3184 }, - { "id": "mon_cat_devon_rex_kitten", "fg": 6557, "bg": 3184 }, - { "id": "mon_cat_longhair_kitten", "fg": 6560, "bg": 3184 }, - { "id": "mon_cat_maine_coon_kitten", "fg": 6563, "bg": 3184 }, - { "id": "mon_cat_persian_kitten", "fg": 6566, "bg": 3184 }, - { "id": "mon_cat_siamese_kitten", "fg": 6570, "bg": 3184 }, - { "id": "mon_cat_sphynx_kitten", "fg": 6573, "bg": 3184 }, - { "id": "mon_cat_tabby_kitten", "fg": 6576, "bg": 3184 }, - { "id": "mon_dog_beagle", "fg": 6579, "bg": 3184 }, - { "id": "mon_dog_boxer", "fg": 6580, "bg": 3183 }, - { "id": "mon_dog_gshepherd", "fg": 6582, "bg": 3183 }, - { "id": "mon_dog_dachshund", "fg": 6581, "bg": 3183 }, - { "id": "mon_crow_mutant_small", "fg": 6583, "bg": 3183 }, + "bg": 3185 + }, + { "id": "mon_cat_kitten", "fg": 6569, "bg": 3185 }, + { "id": "mon_cat_bengal_kitten", "fg": 6548, "bg": 3185 }, + { "id": "mon_cat_calico_kitten", "fg": 6551, "bg": 3185 }, + { "id": "mon_cat_chonker_kitten", "fg": 6554, "bg": 3185 }, + { "id": "mon_cat_devon_rex_kitten", "fg": 6557, "bg": 3185 }, + { "id": "mon_cat_longhair_kitten", "fg": 6560, "bg": 3185 }, + { "id": "mon_cat_maine_coon_kitten", "fg": 6563, "bg": 3185 }, + { "id": "mon_cat_persian_kitten", "fg": 6566, "bg": 3185 }, + { "id": "mon_cat_siamese_kitten", "fg": 6570, "bg": 3185 }, + { "id": "mon_cat_sphynx_kitten", "fg": 6573, "bg": 3185 }, + { "id": "mon_cat_tabby_kitten", "fg": 6576, "bg": 3185 }, + { "id": "mon_dog_beagle", "fg": 6579, "bg": 3185 }, + { "id": "mon_dog_boxer", "fg": 6580, "bg": 3184 }, + { "id": "mon_dog_gshepherd", "fg": 6582, "bg": 3184 }, + { "id": "mon_dog_dachshund", "fg": 6581, "bg": 3184 }, + { "id": "mon_crow_mutant_small", "fg": 6583, "bg": 3184 }, { "id": "clay_pot", "fg": 6545 }, { "id": "mic_stand_tall", "fg": 6546 }, { "id": "spike", "fg": 6547 } diff --git a/gfx/MshockXotto+/tiles.png b/gfx/MshockXotto+/tiles.png index f9e23ae029387..0c66a7f765ffc 100644 Binary files a/gfx/MshockXotto+/tiles.png and b/gfx/MshockXotto+/tiles.png differ diff --git a/gfx/NeoDaysTileset/large.png b/gfx/NeoDaysTileset/large.png index dba37acae17c9..cb1915a27f570 100644 Binary files a/gfx/NeoDaysTileset/large.png and b/gfx/NeoDaysTileset/large.png differ diff --git a/gfx/NeoDaysTileset/tile_config.json b/gfx/NeoDaysTileset/tile_config.json index f9776b478d5bf..33e3932e2972d 100644 --- a/gfx/NeoDaysTileset/tile_config.json +++ b/gfx/NeoDaysTileset/tile_config.json @@ -5,1152 +5,1161 @@ "tiles-new": [ { "file": "tiles.png", - "//": "range 1 to 3759", + "//": "range 1 to 3775", "tiles": [ - { "id": "npc_female", "fg": 3, "rotates": false }, - { "id": "npc_male", "fg": 4, "rotates": false }, - { "id": "overlay_male_mutation_AMORPHOUS", "fg": 58 }, + { "id": "f_shrub_moss", "fg": [ { "weight": 1, "sprite": 5 }, { "weight": 1, "sprite": 6 } ] }, + { + "id": "t_lichen", + "fg": [ { "weight": 1, "sprite": 15 }, { "weight": 1, "sprite": 16 }, { "weight": 1, "sprite": 17 } ] + }, + { + "id": "t_lichendirt", + "fg": [ { "weight": 1, "sprite": 19 }, { "weight": 1, "sprite": 20 }, { "weight": 1, "sprite": 21 } ] + }, + { "id": "npc_female", "fg": 29, "rotates": false }, + { "id": "npc_male", "fg": 30, "rotates": false }, + { "id": "overlay_male_mutation_AMORPHOUS", "fg": 84 }, { "id": [ "overlay_male_mutation_BENDY2", "overlay_male_mutation_BENDY3", "overlay_male_mutation_BENDY1" ], - "fg": 56 - }, - { "id": [ "overlay_male_mutation_FLOWERS", "overlay_male_mutation_ROSEBUDS" ], "fg": 51 }, - { "id": "overlay_male_mutation_INT_UP_4", "fg": 44 }, - { "id": "overlay_male_mutation_PER_SLIME", "fg": 60 }, - { "id": "overlay_male_mutation_THRESH_ALPHA", "fg": 26 }, - { "id": "overlay_male_mutation_THRESH_BEAST", "fg": 31 }, - { "id": "overlay_male_mutation_THRESH_CEPHALOPOD", "fg": 42 }, - { "id": "overlay_male_mutation_THRESH_ELFA", "fg": 28 }, - { "id": "overlay_male_mutation_THRESH_MARLOSS", "fg": 24 }, - { "id": "overlay_male_mutation_THRESH_PLANT", "fg": 49 }, - { "id": "overlay_male_mutation_THRESH_SLIME", "fg": 54 }, - { "id": "overlay_male_mutation_THRESH_SPIDER", "fg": 46 }, - { "id": "overlay_male_mutation_THRESH_TROGLOBITE", "fg": 37 }, - { "id": "overlay_male_mutation_active_bio_infrared", "fg": 22 }, - { "id": "overlay_male_mutation_active_bio_night_vision", "fg": 20 }, + "fg": 82 + }, + { "id": [ "overlay_male_mutation_FLOWERS", "overlay_male_mutation_ROSEBUDS" ], "fg": 77 }, + { "id": "overlay_male_mutation_INT_UP_4", "fg": 70 }, + { "id": "overlay_male_mutation_PER_SLIME", "fg": 86 }, + { "id": "overlay_male_mutation_THRESH_ALPHA", "fg": 52 }, + { "id": "overlay_male_mutation_THRESH_BEAST", "fg": 57 }, + { "id": "overlay_male_mutation_THRESH_CEPHALOPOD", "fg": 68 }, + { "id": "overlay_male_mutation_THRESH_ELFA", "fg": 54 }, + { "id": "overlay_male_mutation_THRESH_MARLOSS", "fg": 50 }, + { "id": "overlay_male_mutation_THRESH_PLANT", "fg": 75 }, + { "id": "overlay_male_mutation_THRESH_SLIME", "fg": 80 }, + { "id": "overlay_male_mutation_THRESH_SPIDER", "fg": 72 }, + { "id": "overlay_male_mutation_THRESH_TROGLOBITE", "fg": 63 }, + { "id": "overlay_male_mutation_active_bio_infrared", "fg": 48 }, + { "id": "overlay_male_mutation_active_bio_night_vision", "fg": 46 }, { "id": [ "overlay_male_mutation_active_bio_scent_vision", "overlay_male_mutation_active_bio_blindfold" ], - "fg": 18 - }, - { "id": "overlay_male_mutation_bio_armor_arms", "fg": 10 }, - { "id": "overlay_male_mutation_bio_armor_head", "fg": 12 }, - { "id": "overlay_male_mutation_bio_armor_legs", "fg": 6 }, - { "id": "overlay_male_mutation_bio_armor_torso", "fg": 8 }, - { "id": "overlay_male_mutation_bio_blaster", "fg": 14 }, - { "id": "overlay_male_mutation_bio_deformity", "fg": 16 }, - { "id": "overlay_mutation_AMORPHOUS", "fg": 57 }, - { "id": [ "overlay_mutation_BENDY2", "overlay_mutation_BENDY3", "overlay_mutation_BENDY1" ], "fg": 55 }, - { "id": [ "overlay_mutation_FLOWERS", "overlay_mutation_ROSEBUDS" ], "fg": 50 }, - { "id": "overlay_mutation_INT_UP_4", "fg": 43 }, - { "id": "overlay_mutation_PER_SLIME", "fg": 59 }, - { "id": "overlay_mutation_PER_SLIME_OK", "fg": 61 }, - { "id": "overlay_mutation_THRESH_ALPHA", "fg": 25 }, - { "id": "overlay_mutation_THRESH_BEAST", "fg": 30 }, - { "id": "overlay_mutation_THRESH_BIRD", "fg": 38 }, - { "id": "overlay_mutation_THRESH_CEPHALOPOD", "fg": 41 }, - { "id": "overlay_mutation_THRESH_CHIMERA", "fg": 29 }, - { "id": "overlay_mutation_THRESH_ELFA", "fg": 27 }, - { "id": "overlay_mutation_THRESH_FELINE", "fg": 32 }, - { "id": "overlay_mutation_THRESH_FISH", "fg": 40 }, - { "id": "overlay_mutation_THRESH_INSECT", "fg": 47 }, - { "id": "overlay_mutation_THRESH_LUPINE", "fg": 33 }, - { "id": "overlay_mutation_THRESH_MARLOSS", "fg": 23 }, - { "id": "overlay_mutation_THRESH_MOUSE", "fg": 35 }, - { "id": "overlay_mutation_THRESH_MYCUS", "fg": 52 }, - { "id": "overlay_mutation_THRESH_PLANT", "fg": 48 }, - { "id": "overlay_mutation_THRESH_RAPTOR", "fg": 39 }, - { "id": "overlay_mutation_THRESH_RAT", "fg": 34 }, - { "id": "overlay_mutation_THRESH_SLIME", "fg": 53 }, - { "id": "overlay_mutation_THRESH_SPIDER", "fg": 45 }, - { "id": "overlay_mutation_THRESH_TROGLOBITE", "fg": 36 }, - { "id": "overlay_mutation_active_bio_infrared", "fg": 21 }, - { "id": "overlay_mutation_active_bio_night_vision", "fg": 19 }, - { "id": [ "overlay_mutation_active_bio_scent_vision", "overlay_mutation_active_bio_blindfold" ], "fg": 17 }, - { "id": "overlay_mutation_bio_armor_arms", "fg": 9 }, - { "id": "overlay_mutation_bio_armor_head", "fg": 11 }, - { "id": "overlay_mutation_bio_armor_legs", "fg": 5 }, - { "id": "overlay_mutation_bio_armor_torso", "fg": 7 }, - { "id": "overlay_mutation_bio_blaster", "fg": 13 }, - { "id": "overlay_mutation_bio_deformity", "fg": 15 }, - { "id": "player_female", "fg": 1, "rotates": false }, - { "id": "player_male", "fg": 2, "rotates": false }, - { "id": "overlay_female_worn_aep_suit", "fg": 62 }, - { "id": "overlay_female_worn_american_flag", "fg": 63 }, - { "id": "overlay_female_worn_anbc_suit", "fg": 64 }, - { "id": "overlay_female_worn_apron_leather", "fg": 65 }, - { "id": "overlay_female_worn_armor_acidchitin", "fg": 66 }, - { "id": "overlay_female_worn_armor_blarmor", "fg": 67 }, - { "id": "overlay_female_worn_armor_chitin", "fg": 68 }, - { "id": "overlay_female_worn_armor_farmor", "fg": 69 }, - { "id": "overlay_female_worn_armor_larmor", "fg": 70 }, - { "id": "overlay_female_worn_armor_lightplate", "fg": 71 }, - { "id": "overlay_female_worn_armor_nomad", "fg": 72 }, - { "id": "overlay_female_worn_armor_nomad_light", "fg": 73 }, - { "id": "overlay_female_worn_armor_plarmor", "fg": 74 }, - { "id": "overlay_female_worn_armor_plate", "fg": 75 }, - { "id": "overlay_female_worn_armor_riot", "fg": 76 }, - { "id": "overlay_female_worn_armor_samurai", "fg": 77 }, - { "id": "overlay_female_worn_armor_scavenger", "fg": 78 }, - { "id": "overlay_female_worn_armor_scrapsuit", "fg": 79 }, - { "id": "overlay_female_worn_army_top", "fg": 80 }, - { "id": "overlay_female_worn_b_shorts", "fg": 81 }, - { "id": "overlay_female_worn_ballistic_vest_empty", "fg": 82 }, - { "id": "overlay_female_worn_ballistic_vest_esapi", "fg": 83 }, - { "id": "overlay_female_worn_bead_necklace", "fg": 84 }, - { "id": "overlay_female_worn_beekeeping_gloves", "fg": 85 }, - { "id": "overlay_female_worn_beekeeping_suit", "fg": 86 }, - { "id": "overlay_female_worn_bikini_bottom", "fg": 87 }, - { "id": "overlay_female_worn_bikini_top", "fg": 88 }, - { "id": "overlay_female_worn_bikini_top_fur", "fg": 89 }, - { "id": "overlay_female_worn_bikini_top_leather", "fg": 90 }, - { "id": "overlay_female_worn_blazer", "fg": 91 }, - { "id": "overlay_female_worn_bondage_suit", "fg": 92 }, - { "id": "overlay_female_worn_boxer_briefs", "fg": 93 }, - { "id": "overlay_female_worn_boxer_shorts", "fg": 94 }, - { "id": "overlay_female_worn_boxing_gloves", "fg": 95 }, - { "id": "overlay_female_worn_boy_shorts", "fg": 96 }, - { "id": "overlay_female_worn_bra", "fg": 97 }, - { "id": "overlay_female_worn_breeches", "fg": 98 }, - { "id": "overlay_female_worn_briefs", "fg": 99 }, - { "id": "overlay_female_worn_bronze_medal", "fg": 100 }, - { "id": "overlay_female_worn_bunker_coat", "fg": 101 }, - { "id": "overlay_female_worn_camisole", "fg": 102 }, - { "id": "overlay_female_worn_cape_fp", "fg": 103 }, - { "id": "overlay_female_worn_cassock", "fg": 104 }, - { "id": "overlay_female_worn_chainmail_hands", "fg": 105 }, - { "id": "overlay_female_worn_chainmail_hauberk", "fg": 106 }, - { "id": "overlay_female_worn_chainmail_suit", "fg": 107 }, - { "id": "overlay_female_worn_chainmail_suit_faraday", "fg": 108 }, - { "id": "overlay_female_worn_chestwrap", "fg": 109 }, - { "id": "overlay_female_worn_chestwrap_fur", "fg": 110 }, - { "id": "overlay_female_worn_chestwrap_leather", "fg": 111 }, - { "id": "overlay_female_worn_chestwrap_wool", "fg": 112 }, - { "id": "overlay_female_worn_cleansuit", "fg": 113 }, - { "id": "overlay_female_worn_cloak", "fg": 114 }, - { "id": "overlay_female_worn_cloak_fur", "fg": 115 }, - { "id": "overlay_female_worn_cloak_leather", "fg": 116 }, - { "id": "overlay_female_worn_cloak_wool", "fg": 117 }, - { "id": "overlay_female_worn_clown_suit", "fg": 118 }, - { "id": "overlay_female_worn_coat_faux_fur", "fg": 119 }, - { "id": "overlay_female_worn_coat_fur", "fg": 120 }, - { "id": "overlay_female_worn_coat_fur_sf", "fg": 121 }, - { "id": "overlay_female_worn_coat_gut", "fg": 122 }, - { "id": "overlay_female_worn_coat_lab", "fg": 123 }, - { "id": "overlay_female_worn_coat_rain", "fg": 124 }, - { "id": "overlay_female_worn_coat_winter", "fg": 125 }, - { "id": "overlay_female_worn_corset", "fg": 126 }, - { "id": "overlay_female_worn_dragonskin", "fg": 127 }, - { "id": "overlay_female_worn_dragonskinempty", "fg": 128 }, - { "id": "overlay_female_worn_dress", "fg": 129 }, - { "id": "overlay_female_worn_dress_shirt", "fg": 130 }, - { "id": "overlay_female_worn_dress_wedding", "fg": 131 }, - { "id": "overlay_female_worn_duster", "fg": 132 }, - { "id": "overlay_female_worn_duster_faux_fur", "fg": 133 }, - { "id": "overlay_female_worn_duster_fur", "fg": 134 }, - { "id": "overlay_female_worn_duster_leather", "fg": 135 }, - { "id": "overlay_female_worn_duster_survivor", "fg": 136 }, - { "id": "overlay_female_worn_entry_suit", "fg": 137 }, - { "id": "overlay_female_worn_fire_gauntlets", "fg": 138 }, - { "id": "overlay_female_worn_fishing_waders", "fg": 139 }, - { "id": "overlay_female_worn_flag_shirt", "fg": 140 }, - { "id": "overlay_female_worn_flotation_vest", "fg": 141 }, - { "id": "overlay_female_worn_flotation_vest_ms", "fg": 142 }, - { "id": "overlay_female_worn_fsurvivor_suit", "fg": 143 }, - { "id": "overlay_female_worn_gambeson", "fg": 144 }, - { "id": "overlay_female_worn_gauntlet_fencing", "fg": 145 }, - { "id": "overlay_female_worn_gauntlet_fencing_l", "fg": 146 }, - { "id": "overlay_female_worn_gauntlets_acidchitin", "fg": 147 }, - { "id": "overlay_female_worn_gauntlets_chitin", "fg": 148 }, - { "id": "overlay_female_worn_gauntlets_larmor", "fg": 149 }, - { "id": "overlay_female_worn_glove_jackson", "fg": 150 }, - { "id": "overlay_female_worn_gloves_bag", "fg": 151 }, - { "id": "overlay_female_worn_gloves_cut_resistant", "fg": 152 }, - { "id": "overlay_female_worn_gloves_fingerless", "fg": 153 }, - { "id": "overlay_female_worn_gloves_fingerless_mod", "fg": 154 }, - { "id": "overlay_female_worn_gloves_fsurvivor", "fg": 155 }, - { "id": "overlay_female_worn_gloves_fur", "fg": 156 }, - { "id": "overlay_female_worn_gloves_golf", "fg": 157 }, - { "id": "overlay_female_worn_gloves_h20survivor", "fg": 158 }, - { "id": "overlay_female_worn_gloves_hsurvivor", "fg": 159 }, - { "id": "overlay_female_worn_gloves_leather", "fg": 160 }, - { "id": "overlay_female_worn_gloves_light", "fg": 161 }, - { "id": "overlay_female_worn_gloves_liner", "fg": 162 }, - { "id": "overlay_female_worn_gloves_lsurvivor", "fg": 163 }, - { "id": "overlay_female_worn_gloves_medical", "fg": 164 }, - { "id": "overlay_female_worn_gloves_plate", "fg": 165 }, - { "id": "overlay_female_worn_gloves_rubber", "fg": 166 }, - { "id": "overlay_female_worn_gloves_survivor", "fg": 167 }, - { "id": "overlay_female_worn_gloves_survivor_fingerless", "fg": 168 }, - { "id": "overlay_female_worn_gloves_tactical", "fg": 169 }, - { "id": "overlay_female_worn_gloves_winter", "fg": 170 }, - { "id": "overlay_female_worn_gloves_wool", "fg": 171 }, - { "id": "overlay_female_worn_gloves_work", "fg": 172 }, - { "id": "overlay_female_worn_gloves_wraps", "fg": 173 }, - { "id": "overlay_female_worn_gloves_wraps_fur", "fg": 174 }, - { "id": "overlay_female_worn_gloves_wraps_leather", "fg": 175 }, - { "id": "overlay_female_worn_gloves_wraps_wool", "fg": 176 }, - { "id": "overlay_female_worn_gloves_wsurvivor", "fg": 177 }, - { "id": "overlay_female_worn_gloves_xlsurvivor", "fg": 178 }, - { "id": "overlay_female_worn_gold_medal", "fg": 179 }, - { "id": "overlay_female_worn_gold_necklace", "fg": 180 }, - { "id": "overlay_female_worn_gown", "fg": 181 }, - { "id": "overlay_female_worn_greatcoat", "fg": 182 }, - { "id": "overlay_female_worn_h20survivor_suit", "fg": 183 }, - { "id": "overlay_female_worn_hakama", "fg": 184 }, - { "id": "overlay_female_worn_hakama_gi", "fg": 185 }, - { "id": "overlay_female_worn_halter_top", "fg": 186 }, - { "id": "overlay_female_worn_haori", "fg": 187 }, - { "id": "overlay_female_worn_hazmat_suit", "fg": 188 }, - { "id": "overlay_female_worn_holy_symbol", "fg": 189 }, - { "id": "overlay_female_worn_holy_symbol_wood", "fg": 190 }, - { "id": "overlay_female_worn_hood_h20survivor", "fg": 191 }, - { "id": "overlay_female_worn_hoodie", "fg": 192 }, - { "id": "overlay_female_worn_hot_pants", "fg": 193 }, - { "id": "overlay_female_worn_hot_pants_fur", "fg": 194 }, - { "id": "overlay_female_worn_hot_pants_leather", "fg": 195 }, - { "id": "overlay_female_worn_house_coat", "fg": 196 }, - { "id": "overlay_female_worn_hsurvivor_suit", "fg": 197 }, - { "id": "overlay_female_worn_jacket_army", "fg": 198 }, - { "id": "overlay_female_worn_jacket_chef", "fg": 199 }, - { "id": "overlay_female_worn_jacket_evac", "fg": 200 }, - { "id": "overlay_female_worn_jacket_flannel", "fg": 201 }, - { "id": "overlay_female_worn_jacket_jean", "fg": 202 }, - { "id": "overlay_female_worn_jacket_leather", "fg": 203 }, - { "id": "overlay_female_worn_jacket_leather_red", "fg": 204 }, - { "id": "overlay_female_worn_jacket_light", "fg": 205 }, - { "id": "overlay_female_worn_jacket_windbreaker", "fg": 206 }, - { "id": "overlay_female_worn_jeans", "fg": 207 }, - { "id": "overlay_female_worn_jeans_red", "fg": 208 }, - { "id": "overlay_female_worn_jedi_cloak", "fg": 209 }, - { "id": "overlay_female_worn_jersey", "fg": 210 }, - { "id": "overlay_female_worn_judo_gi", "fg": 211 }, - { "id": "overlay_female_worn_jumpsuit", "fg": 212 }, - { "id": "overlay_female_worn_karate_gi", "fg": 213 }, - { "id": "overlay_female_worn_kariginu", "fg": 214 }, - { "id": "overlay_female_worn_keffiyeh", "fg": 215 }, - { "id": "overlay_female_worn_keikogi", "fg": 216 }, - { "id": "overlay_female_worn_kilt", "fg": 217 }, - { "id": "overlay_female_worn_kilt_leather", "fg": 218 }, - { "id": "overlay_female_worn_kimono", "fg": 219 }, - { "id": "overlay_female_worn_kittel", "fg": 220 }, - { "id": "overlay_female_worn_leg_warmers", "fg": 221 }, - { "id": "overlay_female_worn_leg_warmers_f", "fg": 222 }, - { "id": "overlay_female_worn_leg_warmers_xl", "fg": 223 }, - { "id": "overlay_female_worn_leggings", "fg": 224 }, - { "id": "overlay_female_worn_leotard", "fg": 225 }, - { "id": "overlay_female_worn_linuxtshirt", "fg": 226 }, - { "id": "overlay_female_worn_loincloth", "fg": 227 }, - { "id": "overlay_female_worn_loincloth_fur", "fg": 228 }, - { "id": "overlay_female_worn_loincloth_leather", "fg": 229 }, - { "id": "overlay_female_worn_loincloth_wool", "fg": 230 }, - { "id": "overlay_female_worn_long_glove_white", "fg": 231 }, - { "id": "overlay_female_worn_long_underpants", "fg": 232 }, - { "id": "overlay_female_worn_long_undertop", "fg": 233 }, - { "id": "overlay_female_worn_long_undertop_sleeveless", "fg": 234 }, - { "id": "overlay_female_worn_longshirt", "fg": 235 }, - { "id": "overlay_female_worn_lsurvivor_suit", "fg": 236 }, - { "id": "overlay_female_worn_maid_dress", "fg": 237 }, - { "id": "overlay_female_worn_marloss_scarf", "fg": 238 }, - { "id": "overlay_female_worn_mittens", "fg": 239 }, - { "id": "overlay_female_worn_nanoskirt", "fg": 240 }, - { "id": "overlay_female_worn_nomex_gloves", "fg": 241 }, - { "id": "overlay_female_worn_nomex_suit", "fg": 242 }, - { "id": "overlay_female_worn_optical_cloak", "fg": 243 }, - { "id": "overlay_female_worn_panties", "fg": 244 }, - { "id": "overlay_female_worn_pants", "fg": 245 }, - { "id": "overlay_female_worn_pants_army", "fg": 246 }, - { "id": "overlay_female_worn_pants_cargo", "fg": 247 }, - { "id": "overlay_female_worn_pants_checkered", "fg": 248 }, - { "id": "overlay_female_worn_pants_faux_fur", "fg": 249 }, - { "id": "overlay_female_worn_pants_fur", "fg": 250 }, - { "id": "overlay_female_worn_pants_leather", "fg": 251 }, - { "id": "overlay_female_worn_pants_ski", "fg": 252 }, - { "id": "overlay_female_worn_peacoat", "fg": 253 }, - { "id": "overlay_female_worn_pearl_collar", "fg": 254 }, - { "id": "overlay_female_worn_platinum_cowl_wool", "fg": 255 }, - { "id": "overlay_female_worn_polo_shirt", "fg": 256 }, - { "id": "overlay_female_worn_poncho", "fg": 257 }, - { "id": "overlay_female_worn_postman_shirt", "fg": 258 }, - { "id": "overlay_female_worn_postman_shorts", "fg": 259 }, - { "id": "overlay_female_worn_robe", "fg": 260 }, - { "id": "overlay_female_worn_robofac_enviro_suit", "fg": 261 }, - { "id": "overlay_female_worn_robofac_jumpsuit", "fg": 262 }, - { "id": "overlay_female_worn_shark_suit", "fg": 263 }, - { "id": "overlay_female_worn_shark_suit_faraday", "fg": 264 }, - { "id": "overlay_female_worn_sheriffshirt", "fg": 265 }, - { "id": "overlay_female_worn_shorts", "fg": 266 }, - { "id": "overlay_female_worn_shorts_cargo", "fg": 267 }, - { "id": "overlay_female_worn_shorts_denim", "fg": 268 }, - { "id": "overlay_female_worn_ski_jacket", "fg": 269 }, - { "id": "overlay_female_worn_skirt", "fg": 270 }, - { "id": "overlay_female_worn_skirt_leather", "fg": 271 }, - { "id": "overlay_female_worn_sleeveless_duster", "fg": 272 }, - { "id": "overlay_female_worn_sleeveless_duster_faux_fur", "fg": 273 }, - { "id": "overlay_female_worn_sleeveless_duster_fur", "fg": 274 }, - { "id": "overlay_female_worn_sleeveless_duster_leather", "fg": 275 }, - { "id": "overlay_female_worn_sleeveless_duster_survivor", "fg": 276 }, - { "id": "overlay_female_worn_sleeveless_trenchcoat", "fg": 277 }, - { "id": "overlay_female_worn_sleeveless_trenchcoat_faux_fur", "fg": 278 }, - { "id": "overlay_female_worn_sleeveless_trenchcoat_fur", "fg": 279 }, - { "id": "overlay_female_worn_sleeveless_trenchcoat_leather", "fg": 280 }, - { "id": "overlay_female_worn_sleeveless_trenchcoat_survivor", "fg": 281 }, - { "id": "overlay_female_worn_sleeveless_tunic", "fg": 282 }, - { "id": "overlay_female_worn_snuggie", "fg": 283 }, - { "id": "overlay_female_worn_sockmitts", "fg": 284 }, - { "id": "overlay_female_worn_sports_bra", "fg": 285 }, - { "id": "overlay_female_worn_stillsuit", "fg": 286 }, - { "id": "overlay_female_worn_stockings_tent_arms", "fg": 287 }, - { "id": "overlay_female_worn_striped_pants", "fg": 288 }, - { "id": "overlay_female_worn_striped_shirt", "fg": 289 }, - { "id": "overlay_female_worn_subsuit_xl", "fg": 290 }, - { "id": "overlay_female_worn_suit", "fg": 291 }, - { "id": "overlay_female_worn_sundress", "fg": 292 }, - { "id": "overlay_female_worn_survivor_suit", "fg": 293 }, - { "id": "overlay_female_worn_swat_armor", "fg": 294 }, - { "id": "overlay_female_worn_sweater", "fg": 295 }, - { "id": "overlay_female_worn_sweatshirt", "fg": 296 }, - { "id": "overlay_female_worn_tank_top", "fg": 297 }, - { "id": "overlay_female_worn_technician_pants_gray", "fg": 298 }, - { "id": "overlay_female_worn_technician_shirt_gray", "fg": 299 }, - { "id": "overlay_female_worn_thawb", "fg": 300 }, - { "id": "overlay_female_worn_thermal_shirt", "fg": 301 }, - { "id": "overlay_female_worn_tights", "fg": 302 }, - { "id": "overlay_female_worn_touring_suit", "fg": 303 }, - { "id": "overlay_female_worn_trenchcoat", "fg": 304 }, - { "id": "overlay_female_worn_trenchcoat_faux_fur", "fg": 305 }, - { "id": "overlay_female_worn_trenchcoat_fur", "fg": 306 }, - { "id": "overlay_female_worn_trenchcoat_leather", "fg": 307 }, - { "id": "overlay_female_worn_trenchcoat_survivor", "fg": 308 }, - { "id": "overlay_female_worn_trunks", "fg": 309 }, - { "id": "overlay_female_worn_tshirt", "fg": 310 }, - { "id": "overlay_female_worn_tshirt_text", "fg": 311 }, - { "id": "overlay_female_worn_tshirt_tour", "fg": 312 }, - { "id": "overlay_female_worn_tunic", "fg": 313 }, - { "id": "overlay_female_worn_tunic_rag", "fg": 314 }, - { "id": "overlay_female_worn_tux", "fg": 315 }, - { "id": "overlay_female_worn_under_armor", "fg": 316 }, - { "id": "overlay_female_worn_under_armor_shorts", "fg": 317 }, - { "id": "overlay_female_worn_undershirt", "fg": 318 }, - { "id": "overlay_female_worn_union_suit", "fg": 319 }, - { "id": "overlay_female_worn_unitard", "fg": 320 }, - { "id": "overlay_female_worn_vest_leather", "fg": 321 }, - { "id": "overlay_female_worn_waistcoat", "fg": 322 }, - { "id": "overlay_female_worn_wetsuit", "fg": 323 }, - { "id": "overlay_female_worn_wetsuit_gloves", "fg": 324 }, - { "id": "overlay_female_worn_wetsuit_hood", "fg": 325 }, - { "id": "overlay_female_worn_wetsuit_spring", "fg": 326 }, - { "id": "overlay_female_worn_winter_gloves_army", "fg": 327 }, - { "id": "overlay_female_worn_winter_jacket_army", "fg": 328 }, - { "id": "overlay_female_worn_winter_pants_army", "fg": 329 }, - { "id": "overlay_female_worn_wool_hoodie", "fg": 330 }, - { "id": "overlay_female_worn_wool_suit", "fg": 331 }, - { "id": "overlay_female_worn_wsurvivor_suit", "fg": 332 }, - { "id": "overlay_female_worn_xlboxer_briefs", "fg": 333 }, - { "id": "overlay_female_worn_xlboxer_shorts", "fg": 334 }, - { "id": "overlay_female_worn_xlboy_shorts", "fg": 335 }, - { "id": "overlay_female_worn_xlhsurvivor_suit", "fg": 336 }, - { "id": "overlay_female_worn_xlsports_bra", "fg": 337 }, - { "id": "overlay_female_worn_xlsurvivor_suit", "fg": 338 }, - { "id": "overlay_female_worn_yukata", "fg": 339 }, - { "id": "overlay_female_worn_zentai", "fg": 340 }, - { "id": "overlay_female_worn_zubon_gi", "fg": 341 }, - { "id": "overlay_male_jeans_red", "fg": 342 }, - { "id": "overlay_male_under_armor_shorts", "fg": 343 }, - { "id": "overlay_male_worn_aep_suit", "fg": 344 }, - { "id": "overlay_male_worn_american_flag", "fg": 345 }, - { "id": "overlay_male_worn_anbc_suit", "fg": 346 }, - { "id": "overlay_male_worn_apron_leather", "fg": 347 }, - { "id": "overlay_male_worn_armor_acidchitin", "fg": 348 }, - { "id": "overlay_male_worn_armor_blarmor", "fg": 349 }, - { "id": "overlay_male_worn_armor_chitin", "fg": 350 }, - { "id": "overlay_male_worn_armor_farmor", "fg": 351 }, - { "id": "overlay_male_worn_armor_larmor", "fg": 352 }, - { "id": "overlay_male_worn_armor_lightplate", "fg": 353 }, - { "id": "overlay_male_worn_armor_nomad", "fg": 354 }, - { "id": "overlay_male_worn_armor_nomad_light", "fg": 355 }, - { "id": "overlay_male_worn_armor_plarmor", "fg": 356 }, - { "id": "overlay_male_worn_armor_plate", "fg": 357 }, - { "id": "overlay_male_worn_armor_riot", "fg": 358 }, - { "id": "overlay_male_worn_armor_samurai", "fg": 359 }, - { "id": "overlay_male_worn_armor_scavenger", "fg": 360 }, - { "id": "overlay_male_worn_armor_scrapsuit", "fg": 361 }, - { "id": "overlay_male_worn_army_top", "fg": 362 }, - { "id": "overlay_male_worn_b_shorts", "fg": 363 }, - { "id": "overlay_male_worn_ballistic_vest_empty", "fg": 364 }, - { "id": "overlay_male_worn_ballistic_vest_esapi", "fg": 365 }, - { "id": "overlay_male_worn_bead_necklace", "fg": 366 }, - { "id": "overlay_male_worn_beekeeping_gloves", "fg": 367 }, - { "id": "overlay_male_worn_beekeeping_suit", "fg": 368 }, - { "id": "overlay_male_worn_bikini_bottom", "fg": 369 }, - { "id": "overlay_male_worn_bikini_top", "fg": 370 }, - { "id": "overlay_male_worn_bikini_top_fur", "fg": 371 }, - { "id": "overlay_male_worn_bikini_top_leather", "fg": 372 }, - { "id": "overlay_male_worn_blazer", "fg": 373 }, - { "id": "overlay_male_worn_bondage_suit", "fg": 374 }, - { "id": "overlay_male_worn_boxer_briefs", "fg": 375 }, - { "id": "overlay_male_worn_boxer_shorts", "fg": 376 }, - { "id": "overlay_male_worn_boxing_gloves", "fg": 377 }, - { "id": "overlay_male_worn_boy_shorts", "fg": 378 }, - { "id": "overlay_male_worn_bra", "fg": 379 }, - { "id": "overlay_male_worn_breeches", "fg": 380 }, - { "id": "overlay_male_worn_briefs", "fg": 381 }, - { "id": "overlay_male_worn_bronze_medal", "fg": 382 }, - { "id": "overlay_male_worn_bunker_coat", "fg": 383 }, - { "id": "overlay_male_worn_camisole", "fg": 384 }, - { "id": "overlay_male_worn_cape_fp", "fg": 385 }, - { "id": "overlay_male_worn_cassock", "fg": 386 }, - { "id": "overlay_male_worn_chainmail_hands", "fg": 387 }, - { "id": "overlay_male_worn_chainmail_hauberk", "fg": 388 }, - { "id": "overlay_male_worn_chainmail_suit", "fg": 389 }, - { "id": "overlay_male_worn_chainmail_suit_faraday", "fg": 390 }, - { "id": "overlay_male_worn_chestwrap", "fg": 391 }, - { "id": "overlay_male_worn_chestwrap_fur", "fg": 392 }, - { "id": "overlay_male_worn_chestwrap_leather", "fg": 393 }, - { "id": "overlay_male_worn_chestwrap_wool", "fg": 394 }, - { "id": "overlay_male_worn_cleansuit", "fg": 395 }, - { "id": "overlay_male_worn_cloak", "fg": 396 }, - { "id": "overlay_male_worn_cloak_fur", "fg": 397 }, - { "id": "overlay_male_worn_cloak_leather", "fg": 398 }, - { "id": "overlay_male_worn_cloak_wool", "fg": 399 }, - { "id": "overlay_male_worn_clown_suit", "fg": 400 }, - { "id": "overlay_male_worn_coat_faux_fur", "fg": 401 }, - { "id": "overlay_male_worn_coat_fur", "fg": 402 }, - { "id": "overlay_male_worn_coat_fur_sf", "fg": 403 }, - { "id": "overlay_male_worn_coat_gut", "fg": 404 }, - { "id": "overlay_male_worn_coat_lab", "fg": 405 }, - { "id": "overlay_male_worn_coat_rain", "fg": 406 }, - { "id": "overlay_male_worn_coat_winter", "fg": 407 }, - { "id": "overlay_male_worn_corset", "fg": 408 }, - { "id": "overlay_male_worn_cowl_wool", "fg": 409 }, - { "id": "overlay_male_worn_dragonskin", "fg": 410 }, - { "id": "overlay_male_worn_dragonskinempty", "fg": 411 }, - { "id": "overlay_male_worn_dress", "fg": 412 }, - { "id": "overlay_male_worn_dress_shirt", "fg": 413 }, - { "id": "overlay_male_worn_dress_wedding", "fg": 414 }, - { "id": "overlay_male_worn_duster", "fg": 415 }, - { "id": "overlay_male_worn_duster_faux_fur", "fg": 416 }, - { "id": "overlay_male_worn_duster_fur", "fg": 417 }, - { "id": "overlay_male_worn_duster_leather", "fg": 418 }, - { "id": "overlay_male_worn_duster_survivor", "fg": 419 }, - { "id": "overlay_male_worn_entry_suit", "fg": 420 }, - { "id": "overlay_male_worn_fire_gauntlets", "fg": 421 }, - { "id": "overlay_male_worn_fishing_waders", "fg": 422 }, - { "id": "overlay_male_worn_flag_shirt", "fg": 423 }, - { "id": "overlay_male_worn_flotation_vest", "fg": 424 }, - { "id": "overlay_male_worn_flotation_vest_ms", "fg": 425 }, - { "id": "overlay_male_worn_fsurvivor_suit", "fg": 426 }, - { "id": "overlay_male_worn_gambeson", "fg": 427 }, - { "id": "overlay_male_worn_gauntlet_fencing", "fg": 428 }, - { "id": "overlay_male_worn_gauntlet_fencing_l", "fg": 429 }, - { "id": "overlay_male_worn_gauntlets_acidchitin", "fg": 430 }, - { "id": "overlay_male_worn_gauntlets_chitin", "fg": 431 }, - { "id": "overlay_male_worn_gauntlets_larmor", "fg": 432 }, - { "id": "overlay_male_worn_glove_jackson", "fg": 433 }, - { "id": "overlay_male_worn_gloves_bag", "fg": 434 }, - { "id": "overlay_male_worn_gloves_cut_resistant", "fg": 435 }, - { "id": "overlay_male_worn_gloves_fingerless", "fg": 436 }, - { "id": "overlay_male_worn_gloves_fingerless_mod", "fg": 437 }, - { "id": "overlay_male_worn_gloves_gloves_fsurvivor", "fg": 438 }, - { "id": "overlay_male_worn_gloves_gloves_fur", "fg": 439 }, - { "id": "overlay_male_worn_gloves_gloves_wraps", "fg": 440 }, - { "id": "overlay_male_worn_gloves_gloves_wraps_fur", "fg": 441 }, - { "id": "overlay_male_worn_gloves_gloves_wraps_leather", "fg": 442 }, - { "id": "overlay_male_worn_gloves_gloves_wraps_wool", "fg": 443 }, - { "id": "overlay_male_worn_gloves_gloves_wsurvivor", "fg": 444 }, - { "id": "overlay_male_worn_gloves_gloves_xlsurvivor", "fg": 445 }, - { "id": "overlay_male_worn_gloves_golf", "fg": 446 }, - { "id": "overlay_male_worn_gloves_h20survivor", "fg": 447 }, - { "id": "overlay_male_worn_gloves_hsurvivor", "fg": 448 }, - { "id": "overlay_male_worn_gloves_leather", "fg": 449 }, - { "id": "overlay_male_worn_gloves_light", "fg": 450 }, - { "id": "overlay_male_worn_gloves_liner", "fg": 451 }, - { "id": "overlay_male_worn_gloves_lsurvivor", "fg": 452 }, - { "id": "overlay_male_worn_gloves_medical", "fg": 453 }, - { "id": "overlay_male_worn_gloves_plate", "fg": 454 }, - { "id": "overlay_male_worn_gloves_rubber", "fg": 455 }, - { "id": "overlay_male_worn_gloves_survivor", "fg": 456 }, - { "id": "overlay_male_worn_gloves_survivor_fingerless", "fg": 457 }, - { "id": "overlay_male_worn_gloves_tactical", "fg": 458 }, - { "id": "overlay_male_worn_gloves_winter", "fg": 459 }, - { "id": "overlay_male_worn_gloves_wool", "fg": 460 }, - { "id": "overlay_male_worn_gloves_work", "fg": 461 }, - { "id": "overlay_male_worn_gloves_xlsurvivor", "fg": 462 }, - { "id": "overlay_male_worn_gold_medal", "fg": 463 }, - { "id": "overlay_male_worn_gold_necklace", "fg": 464 }, - { "id": "overlay_male_worn_gown", "fg": 465 }, - { "id": "overlay_male_worn_greatcoat", "fg": 466 }, - { "id": "overlay_male_worn_h20survivor_suit", "fg": 467 }, - { "id": "overlay_male_worn_hakama", "fg": 468 }, - { "id": "overlay_male_worn_hakama_gi", "fg": 469 }, - { "id": "overlay_male_worn_halter_top", "fg": 470 }, - { "id": "overlay_male_worn_haori", "fg": 471 }, - { "id": "overlay_male_worn_hazmat_suit", "fg": 472 }, - { "id": "overlay_male_worn_holy_symbol", "fg": 473 }, - { "id": "overlay_male_worn_holy_symbol_wood", "fg": 474 }, - { "id": "overlay_male_worn_hood_h20survivor", "fg": 475 }, - { "id": "overlay_male_worn_hoodie", "fg": 476 }, - { "id": "overlay_male_worn_hot_pants", "fg": 477 }, - { "id": "overlay_male_worn_hot_pants_fur", "fg": 478 }, - { "id": "overlay_male_worn_hot_pants_leather", "fg": 479 }, - { "id": "overlay_male_worn_house_coat", "fg": 480 }, - { "id": "overlay_male_worn_hsurvivor_suit", "fg": 481 }, - { "id": "overlay_male_worn_jacket_army", "fg": 482 }, - { "id": "overlay_male_worn_jacket_chef", "fg": 483 }, - { "id": "overlay_male_worn_jacket_evac", "fg": 484 }, - { "id": "overlay_male_worn_jacket_flannel", "fg": 485 }, - { "id": "overlay_male_worn_jacket_jean", "fg": 486 }, - { "id": "overlay_male_worn_jacket_leather", "fg": 487 }, - { "id": "overlay_male_worn_jacket_leather_red", "fg": 488 }, - { "id": "overlay_male_worn_jacket_light", "fg": 489 }, - { "id": "overlay_male_worn_jacket_windbreaker", "fg": 490 }, - { "id": "overlay_male_worn_jeans", "fg": 491 }, - { "id": "overlay_male_worn_jeans_red", "fg": 492 }, - { "id": "overlay_male_worn_jedi_cloak", "fg": 493 }, - { "id": "overlay_male_worn_jersey", "fg": 494 }, - { "id": "overlay_male_worn_judo_gi", "fg": 495 }, - { "id": "overlay_male_worn_jumpsuit", "fg": 496 }, - { "id": "overlay_male_worn_karate_gi", "fg": 497 }, - { "id": "overlay_male_worn_kariginu", "fg": 498 }, - { "id": "overlay_male_worn_keffiyeh", "fg": 499 }, - { "id": "overlay_male_worn_keikogi", "fg": 500 }, - { "id": "overlay_male_worn_kilt", "fg": 501 }, - { "id": "overlay_male_worn_kilt_leather", "fg": 502 }, - { "id": "overlay_male_worn_kimono", "fg": 503 }, - { "id": "overlay_male_worn_kittel", "fg": 504 }, - { "id": "overlay_male_worn_leg_warmers", "fg": 505 }, - { "id": "overlay_male_worn_leg_warmers_f", "fg": 506 }, - { "id": "overlay_male_worn_leg_warmers_xl", "fg": 507 }, - { "id": "overlay_male_worn_leggings", "fg": 508 }, - { "id": "overlay_male_worn_leotard", "fg": 509 }, - { "id": "overlay_male_worn_linuxtshirt", "fg": 510 }, - { "id": "overlay_male_worn_loincloth", "fg": 511 }, - { "id": "overlay_male_worn_loincloth_fur", "fg": 512 }, - { "id": "overlay_male_worn_loincloth_leather", "fg": 513 }, - { "id": "overlay_male_worn_loincloth_wool", "fg": 514 }, - { "id": "overlay_male_worn_long_glove_white", "fg": 515 }, - { "id": "overlay_male_worn_long_underpants", "fg": 516 }, - { "id": "overlay_male_worn_long_undertop", "fg": 517 }, - { "id": "overlay_male_worn_long_undertop_sleeveless", "fg": 518 }, - { "id": "overlay_male_worn_longshirt", "fg": 519 }, - { "id": "overlay_male_worn_lsurvivor_suit", "fg": 520 }, - { "id": "overlay_male_worn_maid_dress", "fg": 521 }, - { "id": "overlay_male_worn_marloss_scarf", "fg": 522 }, - { "id": "overlay_male_worn_mittens", "fg": 523 }, - { "id": "overlay_male_worn_nanoskirt", "fg": 524 }, - { "id": "overlay_male_worn_nomex_gloves", "fg": 525 }, - { "id": "overlay_male_worn_nomex_suit", "fg": 526 }, - { "id": "overlay_male_worn_optical_cloak", "fg": 527 }, - { "id": "overlay_male_worn_panties", "fg": 528 }, - { "id": "overlay_male_worn_pants", "fg": 529 }, - { "id": "overlay_male_worn_pants_army", "fg": 530 }, - { "id": "overlay_male_worn_pants_cargo", "fg": 531 }, - { "id": "overlay_male_worn_pants_checkered", "fg": 532 }, - { "id": "overlay_male_worn_pants_faux_fur", "fg": 533 }, - { "id": "overlay_male_worn_pants_fur", "fg": 534 }, - { "id": "overlay_male_worn_pants_leather", "fg": 535 }, - { "id": "overlay_male_worn_pants_ski", "fg": 536 }, - { "id": "overlay_male_worn_peacoat", "fg": 537 }, - { "id": "overlay_male_worn_pearl_collar", "fg": 538 }, - { "id": "overlay_male_worn_polo_shirt", "fg": 539 }, - { "id": "overlay_male_worn_poncho", "fg": 540 }, - { "id": "overlay_male_worn_postman_shirt", "fg": 541 }, - { "id": "overlay_male_worn_postman_shorts", "fg": 542 }, - { "id": "overlay_male_worn_robe", "fg": 543 }, - { "id": "overlay_male_worn_robofac_enviro_suit", "fg": 544 }, - { "id": "overlay_male_worn_robofac_jumpsuit", "fg": 545 }, - { "id": "overlay_male_worn_shark_suit", "fg": 546 }, - { "id": "overlay_male_worn_shark_suit_faraday", "fg": 547 }, - { "id": "overlay_male_worn_sheriffshirt", "fg": 548 }, - { "id": "overlay_male_worn_shorts", "fg": 549 }, - { "id": "overlay_male_worn_shorts_cargo", "fg": 550 }, - { "id": "overlay_male_worn_shorts_denim", "fg": 551 }, - { "id": "overlay_male_worn_ski_jacket", "fg": 552 }, - { "id": "overlay_male_worn_skirt", "fg": 553 }, - { "id": "overlay_male_worn_skirt_leather", "fg": 554 }, - { "id": "overlay_male_worn_sleeveless_duster", "fg": 555 }, - { "id": "overlay_male_worn_sleeveless_duster_faux_fur", "fg": 556 }, - { "id": "overlay_male_worn_sleeveless_duster_fur", "fg": 557 }, - { "id": "overlay_male_worn_sleeveless_duster_leather", "fg": 558 }, - { "id": "overlay_male_worn_sleeveless_duster_survivor", "fg": 559 }, - { "id": "overlay_male_worn_sleeveless_sleeveless_trenchcoat_survivor", "fg": 560 }, - { "id": "overlay_male_worn_sleeveless_trenchcoat", "fg": 561 }, - { "id": "overlay_male_worn_sleeveless_trenchcoat_faux_fur", "fg": 562 }, - { "id": "overlay_male_worn_sleeveless_trenchcoat_fur", "fg": 563 }, - { "id": "overlay_male_worn_sleeveless_trenchcoat_leather", "fg": 564 }, - { "id": "overlay_male_worn_sleeveless_tunic", "fg": 565 }, - { "id": "overlay_male_worn_snuggie", "fg": 566 }, - { "id": "overlay_male_worn_sockmitts", "fg": 567 }, - { "id": "overlay_male_worn_sports_bra", "fg": 568 }, - { "id": "overlay_male_worn_stillsuit", "fg": 569 }, - { "id": "overlay_male_worn_stockings_tent_arms", "fg": 570 }, - { "id": "overlay_male_worn_striped_pants", "fg": 571 }, - { "id": "overlay_male_worn_striped_shirt", "fg": 572 }, - { "id": "overlay_male_worn_subsuit_xl", "fg": 573 }, - { "id": "overlay_male_worn_suit", "fg": 574 }, - { "id": "overlay_male_worn_sundress", "fg": 575 }, - { "id": "overlay_male_worn_survivor_suit", "fg": 576 }, - { "id": "overlay_male_worn_swat_armor", "fg": 577 }, - { "id": "overlay_male_worn_sweater", "fg": 578 }, - { "id": "overlay_male_worn_sweatshirt", "fg": 579 }, - { "id": "overlay_male_worn_tank_top", "fg": 580 }, - { "id": "overlay_male_worn_technician_pants_gray", "fg": 581 }, - { "id": "overlay_male_worn_technician_shirt_gray", "fg": 582 }, - { "id": "overlay_male_worn_thawb", "fg": 583 }, - { "id": "overlay_male_worn_thermal_shirt", "fg": 584 }, - { "id": "overlay_male_worn_tights", "fg": 585 }, - { "id": "overlay_male_worn_touring_suit", "fg": 586 }, - { "id": "overlay_male_worn_trenchcoat", "fg": 587 }, - { "id": "overlay_male_worn_trenchcoat_faux_fur", "fg": 588 }, - { "id": "overlay_male_worn_trenchcoat_fur", "fg": 589 }, - { "id": "overlay_male_worn_trenchcoat_leather", "fg": 590 }, - { "id": "overlay_male_worn_trenchcoat_survivor", "fg": 591 }, - { "id": "overlay_male_worn_trenchcoat_trenchcoat_leather", "fg": 592 }, - { "id": "overlay_male_worn_trunks", "fg": 593 }, - { "id": "overlay_male_worn_tshirt", "fg": 594 }, - { "id": "overlay_male_worn_tshirt_text", "fg": 595 }, - { "id": "overlay_male_worn_tshirt_tour", "fg": 596 }, - { "id": "overlay_male_worn_tunic", "fg": 597 }, - { "id": "overlay_male_worn_tunic_rag", "fg": 598 }, - { "id": "overlay_male_worn_tux", "fg": 599 }, - { "id": "overlay_male_worn_under_armor", "fg": 600 }, - { "id": "overlay_male_worn_under_armor_short", "fg": 601 }, - { "id": "overlay_male_worn_undershirt", "fg": 602 }, - { "id": "overlay_male_worn_union_suit", "fg": 603 }, - { "id": "overlay_male_worn_unitard", "fg": 604 }, - { "id": "overlay_male_worn_vest_leather", "fg": 605 }, - { "id": "overlay_male_worn_waistcoat", "fg": 606 }, - { "id": "overlay_male_worn_wetsuit", "fg": 607 }, - { "id": "overlay_male_worn_wetsuit_gloves", "fg": 608 }, - { "id": "overlay_male_worn_wetsuit_hood", "fg": 609 }, - { "id": "overlay_male_worn_wetsuit_spring", "fg": 610 }, - { "id": "overlay_male_worn_winter_gloves_army", "fg": 611 }, - { "id": "overlay_male_worn_winter_jacket_army", "fg": 612 }, - { "id": "overlay_male_worn_winter_pants_army", "fg": 613 }, - { "id": "overlay_male_worn_wool_hoodie", "fg": 614 }, - { "id": "overlay_male_worn_wool_suit", "fg": 615 }, - { "id": "overlay_male_worn_wsurvivor_suit", "fg": 616 }, - { "id": "overlay_male_worn_xlboxer_briefs", "fg": 617 }, - { "id": "overlay_male_worn_xlboxer_shorts", "fg": 618 }, - { "id": "overlay_male_worn_xlboy_shorts", "fg": 619 }, - { "id": "overlay_male_worn_xlhsurvivor_suit", "fg": 620 }, - { "id": "overlay_male_worn_xlsports_bra", "fg": 621 }, - { "id": "overlay_male_worn_xlsurvivor_suit", "fg": 622 }, - { "id": "overlay_male_worn_yukata", "fg": 623 }, - { "id": "overlay_male_worn_zentai", "fg": 624 }, - { "id": "overlay_male_worn_zubon_gi", "fg": 625 }, - { "id": "overlay_worn_male_jeans_red", "fg": 626 }, - { "id": "rm13_armor", "fg": 627 }, - { "id": [ "animation_bullet_shrapnel", "animation_bullet_normal" ], "fg": 637 }, - { "id": "animation_hit", "fg": 645 }, + "fg": 44 + }, + { "id": "overlay_male_mutation_bio_armor_arms", "fg": 36 }, + { "id": "overlay_male_mutation_bio_armor_head", "fg": 38 }, + { "id": "overlay_male_mutation_bio_armor_legs", "fg": 32 }, + { "id": "overlay_male_mutation_bio_armor_torso", "fg": 34 }, + { "id": "overlay_male_mutation_bio_blaster", "fg": 40 }, + { "id": "overlay_male_mutation_bio_deformity", "fg": 42 }, + { "id": "overlay_mutation_AMORPHOUS", "fg": 83 }, + { "id": [ "overlay_mutation_BENDY2", "overlay_mutation_BENDY3", "overlay_mutation_BENDY1" ], "fg": 81 }, + { "id": [ "overlay_mutation_FLOWERS", "overlay_mutation_ROSEBUDS" ], "fg": 76 }, + { "id": "overlay_mutation_INT_UP_4", "fg": 69 }, + { "id": "overlay_mutation_PER_SLIME", "fg": 85 }, + { "id": "overlay_mutation_PER_SLIME_OK", "fg": 87 }, + { "id": "overlay_mutation_THRESH_ALPHA", "fg": 51 }, + { "id": "overlay_mutation_THRESH_BEAST", "fg": 56 }, + { "id": "overlay_mutation_THRESH_BIRD", "fg": 64 }, + { "id": "overlay_mutation_THRESH_CEPHALOPOD", "fg": 67 }, + { "id": "overlay_mutation_THRESH_CHIMERA", "fg": 55 }, + { "id": "overlay_mutation_THRESH_ELFA", "fg": 53 }, + { "id": "overlay_mutation_THRESH_FELINE", "fg": 58 }, + { "id": "overlay_mutation_THRESH_FISH", "fg": 66 }, + { "id": "overlay_mutation_THRESH_INSECT", "fg": 73 }, + { "id": "overlay_mutation_THRESH_LUPINE", "fg": 59 }, + { "id": "overlay_mutation_THRESH_MARLOSS", "fg": 49 }, + { "id": "overlay_mutation_THRESH_MOUSE", "fg": 61 }, + { "id": "overlay_mutation_THRESH_MYCUS", "fg": 78 }, + { "id": "overlay_mutation_THRESH_PLANT", "fg": 74 }, + { "id": "overlay_mutation_THRESH_RAPTOR", "fg": 65 }, + { "id": "overlay_mutation_THRESH_RAT", "fg": 60 }, + { "id": "overlay_mutation_THRESH_SLIME", "fg": 79 }, + { "id": "overlay_mutation_THRESH_SPIDER", "fg": 71 }, + { "id": "overlay_mutation_THRESH_TROGLOBITE", "fg": 62 }, + { "id": "overlay_mutation_active_bio_infrared", "fg": 47 }, + { "id": "overlay_mutation_active_bio_night_vision", "fg": 45 }, + { "id": [ "overlay_mutation_active_bio_scent_vision", "overlay_mutation_active_bio_blindfold" ], "fg": 43 }, + { "id": "overlay_mutation_bio_armor_arms", "fg": 35 }, + { "id": "overlay_mutation_bio_armor_head", "fg": 37 }, + { "id": "overlay_mutation_bio_armor_legs", "fg": 31 }, + { "id": "overlay_mutation_bio_armor_torso", "fg": 33 }, + { "id": "overlay_mutation_bio_blaster", "fg": 39 }, + { "id": "overlay_mutation_bio_deformity", "fg": 41 }, + { "id": "player_female", "fg": 27, "rotates": false }, + { "id": "player_male", "fg": 28, "rotates": false }, + { "id": "overlay_female_worn_aep_suit", "fg": 88 }, + { "id": "overlay_female_worn_american_flag", "fg": 89 }, + { "id": "overlay_female_worn_anbc_suit", "fg": 90 }, + { "id": "overlay_female_worn_apron_leather", "fg": 91 }, + { "id": "overlay_female_worn_armor_acidchitin", "fg": 92 }, + { "id": "overlay_female_worn_armor_blarmor", "fg": 93 }, + { "id": "overlay_female_worn_armor_chitin", "fg": 94 }, + { "id": "overlay_female_worn_armor_farmor", "fg": 95 }, + { "id": "overlay_female_worn_armor_larmor", "fg": 96 }, + { "id": "overlay_female_worn_armor_lightplate", "fg": 97 }, + { "id": "overlay_female_worn_armor_nomad", "fg": 98 }, + { "id": "overlay_female_worn_armor_nomad_light", "fg": 99 }, + { "id": "overlay_female_worn_armor_plarmor", "fg": 100 }, + { "id": "overlay_female_worn_armor_plate", "fg": 101 }, + { "id": "overlay_female_worn_armor_riot", "fg": 102 }, + { "id": "overlay_female_worn_armor_samurai", "fg": 103 }, + { "id": "overlay_female_worn_armor_scavenger", "fg": 104 }, + { "id": "overlay_female_worn_armor_scrapsuit", "fg": 105 }, + { "id": "overlay_female_worn_army_top", "fg": 106 }, + { "id": "overlay_female_worn_b_shorts", "fg": 107 }, + { "id": "overlay_female_worn_ballistic_vest_empty", "fg": 108 }, + { "id": "overlay_female_worn_ballistic_vest_esapi", "fg": 109 }, + { "id": "overlay_female_worn_bead_necklace", "fg": 110 }, + { "id": "overlay_female_worn_beekeeping_gloves", "fg": 111 }, + { "id": "overlay_female_worn_beekeeping_suit", "fg": 112 }, + { "id": "overlay_female_worn_bikini_bottom", "fg": 113 }, + { "id": "overlay_female_worn_bikini_top", "fg": 114 }, + { "id": "overlay_female_worn_bikini_top_fur", "fg": 115 }, + { "id": "overlay_female_worn_bikini_top_leather", "fg": 116 }, + { "id": "overlay_female_worn_blazer", "fg": 117 }, + { "id": "overlay_female_worn_bondage_suit", "fg": 118 }, + { "id": "overlay_female_worn_boxer_briefs", "fg": 119 }, + { "id": "overlay_female_worn_boxer_shorts", "fg": 120 }, + { "id": "overlay_female_worn_boxing_gloves", "fg": 121 }, + { "id": "overlay_female_worn_boy_shorts", "fg": 122 }, + { "id": "overlay_female_worn_bra", "fg": 123 }, + { "id": "overlay_female_worn_breeches", "fg": 124 }, + { "id": "overlay_female_worn_briefs", "fg": 125 }, + { "id": "overlay_female_worn_bronze_medal", "fg": 126 }, + { "id": "overlay_female_worn_bunker_coat", "fg": 127 }, + { "id": "overlay_female_worn_camisole", "fg": 128 }, + { "id": "overlay_female_worn_cape_fp", "fg": 129 }, + { "id": "overlay_female_worn_cassock", "fg": 130 }, + { "id": "overlay_female_worn_chainmail_hands", "fg": 131 }, + { "id": "overlay_female_worn_chainmail_hauberk", "fg": 132 }, + { "id": "overlay_female_worn_chainmail_suit", "fg": 133 }, + { "id": "overlay_female_worn_chainmail_suit_faraday", "fg": 134 }, + { "id": "overlay_female_worn_chestwrap", "fg": 135 }, + { "id": "overlay_female_worn_chestwrap_fur", "fg": 136 }, + { "id": "overlay_female_worn_chestwrap_leather", "fg": 137 }, + { "id": "overlay_female_worn_chestwrap_wool", "fg": 138 }, + { "id": "overlay_female_worn_cleansuit", "fg": 139 }, + { "id": "overlay_female_worn_cloak", "fg": 140 }, + { "id": "overlay_female_worn_cloak_fur", "fg": 141 }, + { "id": "overlay_female_worn_cloak_leather", "fg": 142 }, + { "id": "overlay_female_worn_cloak_wool", "fg": 143 }, + { "id": "overlay_female_worn_clown_suit", "fg": 144 }, + { "id": "overlay_female_worn_coat_faux_fur", "fg": 145 }, + { "id": "overlay_female_worn_coat_fur", "fg": 146 }, + { "id": "overlay_female_worn_coat_fur_sf", "fg": 147 }, + { "id": "overlay_female_worn_coat_gut", "fg": 148 }, + { "id": "overlay_female_worn_coat_lab", "fg": 149 }, + { "id": "overlay_female_worn_coat_rain", "fg": 150 }, + { "id": "overlay_female_worn_coat_winter", "fg": 151 }, + { "id": "overlay_female_worn_corset", "fg": 152 }, + { "id": "overlay_female_worn_dragonskin", "fg": 153 }, + { "id": "overlay_female_worn_dragonskinempty", "fg": 154 }, + { "id": "overlay_female_worn_dress", "fg": 155 }, + { "id": "overlay_female_worn_dress_shirt", "fg": 156 }, + { "id": "overlay_female_worn_dress_wedding", "fg": 157 }, + { "id": "overlay_female_worn_duster", "fg": 158 }, + { "id": "overlay_female_worn_duster_faux_fur", "fg": 159 }, + { "id": "overlay_female_worn_duster_fur", "fg": 160 }, + { "id": "overlay_female_worn_duster_leather", "fg": 161 }, + { "id": "overlay_female_worn_duster_survivor", "fg": 162 }, + { "id": "overlay_female_worn_entry_suit", "fg": 163 }, + { "id": "overlay_female_worn_fire_gauntlets", "fg": 164 }, + { "id": "overlay_female_worn_fishing_waders", "fg": 165 }, + { "id": "overlay_female_worn_flag_shirt", "fg": 166 }, + { "id": "overlay_female_worn_flotation_vest", "fg": 167 }, + { "id": "overlay_female_worn_flotation_vest_ms", "fg": 168 }, + { "id": "overlay_female_worn_fsurvivor_suit", "fg": 169 }, + { "id": "overlay_female_worn_gambeson", "fg": 170 }, + { "id": "overlay_female_worn_gauntlet_fencing", "fg": 171 }, + { "id": "overlay_female_worn_gauntlet_fencing_l", "fg": 172 }, + { "id": "overlay_female_worn_gauntlets_acidchitin", "fg": 173 }, + { "id": "overlay_female_worn_gauntlets_chitin", "fg": 174 }, + { "id": "overlay_female_worn_gauntlets_larmor", "fg": 175 }, + { "id": "overlay_female_worn_glove_jackson", "fg": 176 }, + { "id": "overlay_female_worn_gloves_bag", "fg": 177 }, + { "id": "overlay_female_worn_gloves_cut_resistant", "fg": 178 }, + { "id": "overlay_female_worn_gloves_fingerless", "fg": 179 }, + { "id": "overlay_female_worn_gloves_fingerless_mod", "fg": 180 }, + { "id": "overlay_female_worn_gloves_fsurvivor", "fg": 181 }, + { "id": "overlay_female_worn_gloves_fur", "fg": 182 }, + { "id": "overlay_female_worn_gloves_golf", "fg": 183 }, + { "id": "overlay_female_worn_gloves_h20survivor", "fg": 184 }, + { "id": "overlay_female_worn_gloves_hsurvivor", "fg": 185 }, + { "id": "overlay_female_worn_gloves_leather", "fg": 186 }, + { "id": "overlay_female_worn_gloves_light", "fg": 187 }, + { "id": "overlay_female_worn_gloves_liner", "fg": 188 }, + { "id": "overlay_female_worn_gloves_lsurvivor", "fg": 189 }, + { "id": "overlay_female_worn_gloves_medical", "fg": 190 }, + { "id": "overlay_female_worn_gloves_plate", "fg": 191 }, + { "id": "overlay_female_worn_gloves_rubber", "fg": 192 }, + { "id": "overlay_female_worn_gloves_survivor", "fg": 193 }, + { "id": "overlay_female_worn_gloves_survivor_fingerless", "fg": 194 }, + { "id": "overlay_female_worn_gloves_tactical", "fg": 195 }, + { "id": "overlay_female_worn_gloves_winter", "fg": 196 }, + { "id": "overlay_female_worn_gloves_wool", "fg": 197 }, + { "id": "overlay_female_worn_gloves_work", "fg": 198 }, + { "id": "overlay_female_worn_gloves_wraps", "fg": 199 }, + { "id": "overlay_female_worn_gloves_wraps_fur", "fg": 200 }, + { "id": "overlay_female_worn_gloves_wraps_leather", "fg": 201 }, + { "id": "overlay_female_worn_gloves_wraps_wool", "fg": 202 }, + { "id": "overlay_female_worn_gloves_wsurvivor", "fg": 203 }, + { "id": "overlay_female_worn_gloves_xlsurvivor", "fg": 204 }, + { "id": "overlay_female_worn_gold_medal", "fg": 205 }, + { "id": "overlay_female_worn_gold_necklace", "fg": 206 }, + { "id": "overlay_female_worn_gown", "fg": 207 }, + { "id": "overlay_female_worn_greatcoat", "fg": 208 }, + { "id": "overlay_female_worn_h20survivor_suit", "fg": 209 }, + { "id": "overlay_female_worn_hakama", "fg": 210 }, + { "id": "overlay_female_worn_hakama_gi", "fg": 211 }, + { "id": "overlay_female_worn_halter_top", "fg": 212 }, + { "id": "overlay_female_worn_haori", "fg": 213 }, + { "id": "overlay_female_worn_hazmat_suit", "fg": 214 }, + { "id": "overlay_female_worn_holy_symbol", "fg": 215 }, + { "id": "overlay_female_worn_holy_symbol_wood", "fg": 216 }, + { "id": "overlay_female_worn_hood_h20survivor", "fg": 217 }, + { "id": "overlay_female_worn_hoodie", "fg": 218 }, + { "id": "overlay_female_worn_hot_pants", "fg": 219 }, + { "id": "overlay_female_worn_hot_pants_fur", "fg": 220 }, + { "id": "overlay_female_worn_hot_pants_leather", "fg": 221 }, + { "id": "overlay_female_worn_house_coat", "fg": 222 }, + { "id": "overlay_female_worn_hsurvivor_suit", "fg": 223 }, + { "id": "overlay_female_worn_jacket_army", "fg": 224 }, + { "id": "overlay_female_worn_jacket_chef", "fg": 225 }, + { "id": "overlay_female_worn_jacket_evac", "fg": 226 }, + { "id": "overlay_female_worn_jacket_flannel", "fg": 227 }, + { "id": "overlay_female_worn_jacket_jean", "fg": 228 }, + { "id": "overlay_female_worn_jacket_leather", "fg": 229 }, + { "id": "overlay_female_worn_jacket_leather_red", "fg": 230 }, + { "id": "overlay_female_worn_jacket_light", "fg": 231 }, + { "id": "overlay_female_worn_jacket_windbreaker", "fg": 232 }, + { "id": "overlay_female_worn_jeans", "fg": 233 }, + { "id": "overlay_female_worn_jeans_red", "fg": 234 }, + { "id": "overlay_female_worn_jedi_cloak", "fg": 235 }, + { "id": "overlay_female_worn_jersey", "fg": 236 }, + { "id": "overlay_female_worn_judo_gi", "fg": 237 }, + { "id": "overlay_female_worn_jumpsuit", "fg": 238 }, + { "id": "overlay_female_worn_karate_gi", "fg": 239 }, + { "id": "overlay_female_worn_kariginu", "fg": 240 }, + { "id": "overlay_female_worn_keffiyeh", "fg": 241 }, + { "id": "overlay_female_worn_keikogi", "fg": 242 }, + { "id": "overlay_female_worn_kilt", "fg": 243 }, + { "id": "overlay_female_worn_kilt_leather", "fg": 244 }, + { "id": "overlay_female_worn_kimono", "fg": 245 }, + { "id": "overlay_female_worn_kittel", "fg": 246 }, + { "id": "overlay_female_worn_leg_warmers", "fg": 247 }, + { "id": "overlay_female_worn_leg_warmers_f", "fg": 248 }, + { "id": "overlay_female_worn_leg_warmers_xl", "fg": 249 }, + { "id": "overlay_female_worn_leggings", "fg": 250 }, + { "id": "overlay_female_worn_leotard", "fg": 251 }, + { "id": "overlay_female_worn_linuxtshirt", "fg": 252 }, + { "id": "overlay_female_worn_loincloth", "fg": 253 }, + { "id": "overlay_female_worn_loincloth_fur", "fg": 254 }, + { "id": "overlay_female_worn_loincloth_leather", "fg": 255 }, + { "id": "overlay_female_worn_loincloth_wool", "fg": 256 }, + { "id": "overlay_female_worn_long_glove_white", "fg": 257 }, + { "id": "overlay_female_worn_long_underpants", "fg": 258 }, + { "id": "overlay_female_worn_long_undertop", "fg": 259 }, + { "id": "overlay_female_worn_long_undertop_sleeveless", "fg": 260 }, + { "id": "overlay_female_worn_longshirt", "fg": 261 }, + { "id": "overlay_female_worn_lsurvivor_suit", "fg": 262 }, + { "id": "overlay_female_worn_maid_dress", "fg": 263 }, + { "id": "overlay_female_worn_marloss_scarf", "fg": 264 }, + { "id": "overlay_female_worn_mittens", "fg": 265 }, + { "id": "overlay_female_worn_nanoskirt", "fg": 266 }, + { "id": "overlay_female_worn_nomex_gloves", "fg": 267 }, + { "id": "overlay_female_worn_nomex_suit", "fg": 268 }, + { "id": "overlay_female_worn_optical_cloak", "fg": 269 }, + { "id": "overlay_female_worn_panties", "fg": 270 }, + { "id": "overlay_female_worn_pants", "fg": 271 }, + { "id": "overlay_female_worn_pants_army", "fg": 272 }, + { "id": "overlay_female_worn_pants_cargo", "fg": 273 }, + { "id": "overlay_female_worn_pants_checkered", "fg": 274 }, + { "id": "overlay_female_worn_pants_faux_fur", "fg": 275 }, + { "id": "overlay_female_worn_pants_fur", "fg": 276 }, + { "id": "overlay_female_worn_pants_leather", "fg": 277 }, + { "id": "overlay_female_worn_pants_ski", "fg": 278 }, + { "id": "overlay_female_worn_peacoat", "fg": 279 }, + { "id": "overlay_female_worn_pearl_collar", "fg": 280 }, + { "id": "overlay_female_worn_platinum_cowl_wool", "fg": 281 }, + { "id": "overlay_female_worn_polo_shirt", "fg": 282 }, + { "id": "overlay_female_worn_poncho", "fg": 283 }, + { "id": "overlay_female_worn_postman_shirt", "fg": 284 }, + { "id": "overlay_female_worn_postman_shorts", "fg": 285 }, + { "id": "overlay_female_worn_robe", "fg": 286 }, + { "id": "overlay_female_worn_robofac_enviro_suit", "fg": 287 }, + { "id": "overlay_female_worn_robofac_jumpsuit", "fg": 288 }, + { "id": "overlay_female_worn_shark_suit", "fg": 289 }, + { "id": "overlay_female_worn_shark_suit_faraday", "fg": 290 }, + { "id": "overlay_female_worn_sheriffshirt", "fg": 291 }, + { "id": "overlay_female_worn_shorts", "fg": 292 }, + { "id": "overlay_female_worn_shorts_cargo", "fg": 293 }, + { "id": "overlay_female_worn_shorts_denim", "fg": 294 }, + { "id": "overlay_female_worn_ski_jacket", "fg": 295 }, + { "id": "overlay_female_worn_skirt", "fg": 296 }, + { "id": "overlay_female_worn_skirt_leather", "fg": 297 }, + { "id": "overlay_female_worn_sleeveless_duster", "fg": 298 }, + { "id": "overlay_female_worn_sleeveless_duster_faux_fur", "fg": 299 }, + { "id": "overlay_female_worn_sleeveless_duster_fur", "fg": 300 }, + { "id": "overlay_female_worn_sleeveless_duster_leather", "fg": 301 }, + { "id": "overlay_female_worn_sleeveless_duster_survivor", "fg": 302 }, + { "id": "overlay_female_worn_sleeveless_trenchcoat", "fg": 303 }, + { "id": "overlay_female_worn_sleeveless_trenchcoat_faux_fur", "fg": 304 }, + { "id": "overlay_female_worn_sleeveless_trenchcoat_fur", "fg": 305 }, + { "id": "overlay_female_worn_sleeveless_trenchcoat_leather", "fg": 306 }, + { "id": "overlay_female_worn_sleeveless_trenchcoat_survivor", "fg": 307 }, + { "id": "overlay_female_worn_sleeveless_tunic", "fg": 308 }, + { "id": "overlay_female_worn_snuggie", "fg": 309 }, + { "id": "overlay_female_worn_sockmitts", "fg": 310 }, + { "id": "overlay_female_worn_sports_bra", "fg": 311 }, + { "id": "overlay_female_worn_stillsuit", "fg": 312 }, + { "id": "overlay_female_worn_stockings_tent_arms", "fg": 313 }, + { "id": "overlay_female_worn_striped_pants", "fg": 314 }, + { "id": "overlay_female_worn_striped_shirt", "fg": 315 }, + { "id": "overlay_female_worn_subsuit_xl", "fg": 316 }, + { "id": "overlay_female_worn_suit", "fg": 317 }, + { "id": "overlay_female_worn_sundress", "fg": 318 }, + { "id": "overlay_female_worn_survivor_suit", "fg": 319 }, + { "id": "overlay_female_worn_swat_armor", "fg": 320 }, + { "id": "overlay_female_worn_sweater", "fg": 321 }, + { "id": "overlay_female_worn_sweatshirt", "fg": 322 }, + { "id": "overlay_female_worn_tank_top", "fg": 323 }, + { "id": "overlay_female_worn_technician_pants_gray", "fg": 324 }, + { "id": "overlay_female_worn_technician_shirt_gray", "fg": 325 }, + { "id": "overlay_female_worn_thawb", "fg": 326 }, + { "id": "overlay_female_worn_thermal_shirt", "fg": 327 }, + { "id": "overlay_female_worn_tights", "fg": 328 }, + { "id": "overlay_female_worn_touring_suit", "fg": 329 }, + { "id": "overlay_female_worn_trenchcoat", "fg": 330 }, + { "id": "overlay_female_worn_trenchcoat_faux_fur", "fg": 331 }, + { "id": "overlay_female_worn_trenchcoat_fur", "fg": 332 }, + { "id": "overlay_female_worn_trenchcoat_leather", "fg": 333 }, + { "id": "overlay_female_worn_trenchcoat_survivor", "fg": 334 }, + { "id": "overlay_female_worn_trunks", "fg": 335 }, + { "id": "overlay_female_worn_tshirt", "fg": 336 }, + { "id": "overlay_female_worn_tshirt_text", "fg": 337 }, + { "id": "overlay_female_worn_tshirt_tour", "fg": 338 }, + { "id": "overlay_female_worn_tunic", "fg": 339 }, + { "id": "overlay_female_worn_tunic_rag", "fg": 340 }, + { "id": "overlay_female_worn_tux", "fg": 341 }, + { "id": "overlay_female_worn_under_armor", "fg": 342 }, + { "id": "overlay_female_worn_under_armor_shorts", "fg": 343 }, + { "id": "overlay_female_worn_undershirt", "fg": 344 }, + { "id": "overlay_female_worn_union_suit", "fg": 345 }, + { "id": "overlay_female_worn_unitard", "fg": 346 }, + { "id": "overlay_female_worn_vest_leather", "fg": 347 }, + { "id": "overlay_female_worn_waistcoat", "fg": 348 }, + { "id": "overlay_female_worn_wetsuit", "fg": 349 }, + { "id": "overlay_female_worn_wetsuit_gloves", "fg": 350 }, + { "id": "overlay_female_worn_wetsuit_hood", "fg": 351 }, + { "id": "overlay_female_worn_wetsuit_spring", "fg": 352 }, + { "id": "overlay_female_worn_winter_gloves_army", "fg": 353 }, + { "id": "overlay_female_worn_winter_jacket_army", "fg": 354 }, + { "id": "overlay_female_worn_winter_pants_army", "fg": 355 }, + { "id": "overlay_female_worn_wool_hoodie", "fg": 356 }, + { "id": "overlay_female_worn_wool_suit", "fg": 357 }, + { "id": "overlay_female_worn_wsurvivor_suit", "fg": 358 }, + { "id": "overlay_female_worn_xlboxer_briefs", "fg": 359 }, + { "id": "overlay_female_worn_xlboxer_shorts", "fg": 360 }, + { "id": "overlay_female_worn_xlboy_shorts", "fg": 361 }, + { "id": "overlay_female_worn_xlhsurvivor_suit", "fg": 362 }, + { "id": "overlay_female_worn_xlsports_bra", "fg": 363 }, + { "id": "overlay_female_worn_xlsurvivor_suit", "fg": 364 }, + { "id": "overlay_female_worn_yukata", "fg": 365 }, + { "id": "overlay_female_worn_zentai", "fg": 366 }, + { "id": "overlay_female_worn_zubon_gi", "fg": 367 }, + { "id": "overlay_male_jeans_red", "fg": 368 }, + { "id": "overlay_male_under_armor_shorts", "fg": 369 }, + { "id": "overlay_male_worn_aep_suit", "fg": 370 }, + { "id": "overlay_male_worn_american_flag", "fg": 371 }, + { "id": "overlay_male_worn_anbc_suit", "fg": 372 }, + { "id": "overlay_male_worn_apron_leather", "fg": 373 }, + { "id": "overlay_male_worn_armor_acidchitin", "fg": 374 }, + { "id": "overlay_male_worn_armor_blarmor", "fg": 375 }, + { "id": "overlay_male_worn_armor_chitin", "fg": 376 }, + { "id": "overlay_male_worn_armor_farmor", "fg": 377 }, + { "id": "overlay_male_worn_armor_larmor", "fg": 378 }, + { "id": "overlay_male_worn_armor_lightplate", "fg": 379 }, + { "id": "overlay_male_worn_armor_nomad", "fg": 380 }, + { "id": "overlay_male_worn_armor_nomad_light", "fg": 381 }, + { "id": "overlay_male_worn_armor_plarmor", "fg": 382 }, + { "id": "overlay_male_worn_armor_plate", "fg": 383 }, + { "id": "overlay_male_worn_armor_riot", "fg": 384 }, + { "id": "overlay_male_worn_armor_samurai", "fg": 385 }, + { "id": "overlay_male_worn_armor_scavenger", "fg": 386 }, + { "id": "overlay_male_worn_armor_scrapsuit", "fg": 387 }, + { "id": "overlay_male_worn_army_top", "fg": 388 }, + { "id": "overlay_male_worn_b_shorts", "fg": 389 }, + { "id": "overlay_male_worn_ballistic_vest_empty", "fg": 390 }, + { "id": "overlay_male_worn_ballistic_vest_esapi", "fg": 391 }, + { "id": "overlay_male_worn_bead_necklace", "fg": 392 }, + { "id": "overlay_male_worn_beekeeping_gloves", "fg": 393 }, + { "id": "overlay_male_worn_beekeeping_suit", "fg": 394 }, + { "id": "overlay_male_worn_bikini_bottom", "fg": 395 }, + { "id": "overlay_male_worn_bikini_top", "fg": 396 }, + { "id": "overlay_male_worn_bikini_top_fur", "fg": 397 }, + { "id": "overlay_male_worn_bikini_top_leather", "fg": 398 }, + { "id": "overlay_male_worn_blazer", "fg": 399 }, + { "id": "overlay_male_worn_bondage_suit", "fg": 400 }, + { "id": "overlay_male_worn_boxer_briefs", "fg": 401 }, + { "id": "overlay_male_worn_boxer_shorts", "fg": 402 }, + { "id": "overlay_male_worn_boxing_gloves", "fg": 403 }, + { "id": "overlay_male_worn_boy_shorts", "fg": 404 }, + { "id": "overlay_male_worn_bra", "fg": 405 }, + { "id": "overlay_male_worn_breeches", "fg": 406 }, + { "id": "overlay_male_worn_briefs", "fg": 407 }, + { "id": "overlay_male_worn_bronze_medal", "fg": 408 }, + { "id": "overlay_male_worn_bunker_coat", "fg": 409 }, + { "id": "overlay_male_worn_camisole", "fg": 410 }, + { "id": "overlay_male_worn_cape_fp", "fg": 411 }, + { "id": "overlay_male_worn_cassock", "fg": 412 }, + { "id": "overlay_male_worn_chainmail_hands", "fg": 413 }, + { "id": "overlay_male_worn_chainmail_hauberk", "fg": 414 }, + { "id": "overlay_male_worn_chainmail_suit", "fg": 415 }, + { "id": "overlay_male_worn_chainmail_suit_faraday", "fg": 416 }, + { "id": "overlay_male_worn_chestwrap", "fg": 417 }, + { "id": "overlay_male_worn_chestwrap_fur", "fg": 418 }, + { "id": "overlay_male_worn_chestwrap_leather", "fg": 419 }, + { "id": "overlay_male_worn_chestwrap_wool", "fg": 420 }, + { "id": "overlay_male_worn_cleansuit", "fg": 421 }, + { "id": "overlay_male_worn_cloak", "fg": 422 }, + { "id": "overlay_male_worn_cloak_fur", "fg": 423 }, + { "id": "overlay_male_worn_cloak_leather", "fg": 424 }, + { "id": "overlay_male_worn_cloak_wool", "fg": 425 }, + { "id": "overlay_male_worn_clown_suit", "fg": 426 }, + { "id": "overlay_male_worn_coat_faux_fur", "fg": 427 }, + { "id": "overlay_male_worn_coat_fur", "fg": 428 }, + { "id": "overlay_male_worn_coat_fur_sf", "fg": 429 }, + { "id": "overlay_male_worn_coat_gut", "fg": 430 }, + { "id": "overlay_male_worn_coat_lab", "fg": 431 }, + { "id": "overlay_male_worn_coat_rain", "fg": 432 }, + { "id": "overlay_male_worn_coat_winter", "fg": 433 }, + { "id": "overlay_male_worn_corset", "fg": 434 }, + { "id": "overlay_male_worn_cowl_wool", "fg": 435 }, + { "id": "overlay_male_worn_dragonskin", "fg": 436 }, + { "id": "overlay_male_worn_dragonskinempty", "fg": 437 }, + { "id": "overlay_male_worn_dress", "fg": 438 }, + { "id": "overlay_male_worn_dress_shirt", "fg": 439 }, + { "id": "overlay_male_worn_dress_wedding", "fg": 440 }, + { "id": "overlay_male_worn_duster", "fg": 441 }, + { "id": "overlay_male_worn_duster_faux_fur", "fg": 442 }, + { "id": "overlay_male_worn_duster_fur", "fg": 443 }, + { "id": "overlay_male_worn_duster_leather", "fg": 444 }, + { "id": "overlay_male_worn_duster_survivor", "fg": 445 }, + { "id": "overlay_male_worn_entry_suit", "fg": 446 }, + { "id": "overlay_male_worn_fire_gauntlets", "fg": 447 }, + { "id": "overlay_male_worn_fishing_waders", "fg": 448 }, + { "id": "overlay_male_worn_flag_shirt", "fg": 449 }, + { "id": "overlay_male_worn_flotation_vest", "fg": 450 }, + { "id": "overlay_male_worn_flotation_vest_ms", "fg": 451 }, + { "id": "overlay_male_worn_fsurvivor_suit", "fg": 452 }, + { "id": "overlay_male_worn_gambeson", "fg": 453 }, + { "id": "overlay_male_worn_gauntlet_fencing", "fg": 454 }, + { "id": "overlay_male_worn_gauntlet_fencing_l", "fg": 455 }, + { "id": "overlay_male_worn_gauntlets_acidchitin", "fg": 456 }, + { "id": "overlay_male_worn_gauntlets_chitin", "fg": 457 }, + { "id": "overlay_male_worn_gauntlets_larmor", "fg": 458 }, + { "id": "overlay_male_worn_glove_jackson", "fg": 459 }, + { "id": "overlay_male_worn_gloves_bag", "fg": 460 }, + { "id": "overlay_male_worn_gloves_cut_resistant", "fg": 461 }, + { "id": "overlay_male_worn_gloves_fingerless", "fg": 462 }, + { "id": "overlay_male_worn_gloves_fingerless_mod", "fg": 463 }, + { "id": "overlay_male_worn_gloves_gloves_fsurvivor", "fg": 464 }, + { "id": "overlay_male_worn_gloves_gloves_fur", "fg": 465 }, + { "id": "overlay_male_worn_gloves_gloves_wraps", "fg": 466 }, + { "id": "overlay_male_worn_gloves_gloves_wraps_fur", "fg": 467 }, + { "id": "overlay_male_worn_gloves_gloves_wraps_leather", "fg": 468 }, + { "id": "overlay_male_worn_gloves_gloves_wraps_wool", "fg": 469 }, + { "id": "overlay_male_worn_gloves_gloves_wsurvivor", "fg": 470 }, + { "id": "overlay_male_worn_gloves_gloves_xlsurvivor", "fg": 471 }, + { "id": "overlay_male_worn_gloves_golf", "fg": 472 }, + { "id": "overlay_male_worn_gloves_h20survivor", "fg": 473 }, + { "id": "overlay_male_worn_gloves_hsurvivor", "fg": 474 }, + { "id": "overlay_male_worn_gloves_leather", "fg": 475 }, + { "id": "overlay_male_worn_gloves_light", "fg": 476 }, + { "id": "overlay_male_worn_gloves_liner", "fg": 477 }, + { "id": "overlay_male_worn_gloves_lsurvivor", "fg": 478 }, + { "id": "overlay_male_worn_gloves_medical", "fg": 479 }, + { "id": "overlay_male_worn_gloves_plate", "fg": 480 }, + { "id": "overlay_male_worn_gloves_rubber", "fg": 481 }, + { "id": "overlay_male_worn_gloves_survivor", "fg": 482 }, + { "id": "overlay_male_worn_gloves_survivor_fingerless", "fg": 483 }, + { "id": "overlay_male_worn_gloves_tactical", "fg": 484 }, + { "id": "overlay_male_worn_gloves_winter", "fg": 485 }, + { "id": "overlay_male_worn_gloves_wool", "fg": 486 }, + { "id": "overlay_male_worn_gloves_work", "fg": 487 }, + { "id": "overlay_male_worn_gloves_xlsurvivor", "fg": 488 }, + { "id": "overlay_male_worn_gold_medal", "fg": 489 }, + { "id": "overlay_male_worn_gold_necklace", "fg": 490 }, + { "id": "overlay_male_worn_gown", "fg": 491 }, + { "id": "overlay_male_worn_greatcoat", "fg": 492 }, + { "id": "overlay_male_worn_h20survivor_suit", "fg": 493 }, + { "id": "overlay_male_worn_hakama", "fg": 494 }, + { "id": "overlay_male_worn_hakama_gi", "fg": 495 }, + { "id": "overlay_male_worn_halter_top", "fg": 496 }, + { "id": "overlay_male_worn_haori", "fg": 497 }, + { "id": "overlay_male_worn_hazmat_suit", "fg": 498 }, + { "id": "overlay_male_worn_holy_symbol", "fg": 499 }, + { "id": "overlay_male_worn_holy_symbol_wood", "fg": 500 }, + { "id": "overlay_male_worn_hood_h20survivor", "fg": 501 }, + { "id": "overlay_male_worn_hoodie", "fg": 502 }, + { "id": "overlay_male_worn_hot_pants", "fg": 503 }, + { "id": "overlay_male_worn_hot_pants_fur", "fg": 504 }, + { "id": "overlay_male_worn_hot_pants_leather", "fg": 505 }, + { "id": "overlay_male_worn_house_coat", "fg": 506 }, + { "id": "overlay_male_worn_hsurvivor_suit", "fg": 507 }, + { "id": "overlay_male_worn_jacket_army", "fg": 508 }, + { "id": "overlay_male_worn_jacket_chef", "fg": 509 }, + { "id": "overlay_male_worn_jacket_evac", "fg": 510 }, + { "id": "overlay_male_worn_jacket_flannel", "fg": 511 }, + { "id": "overlay_male_worn_jacket_jean", "fg": 512 }, + { "id": "overlay_male_worn_jacket_leather", "fg": 513 }, + { "id": "overlay_male_worn_jacket_leather_red", "fg": 514 }, + { "id": "overlay_male_worn_jacket_light", "fg": 515 }, + { "id": "overlay_male_worn_jacket_windbreaker", "fg": 516 }, + { "id": "overlay_male_worn_jeans", "fg": 517 }, + { "id": "overlay_male_worn_jeans_red", "fg": 518 }, + { "id": "overlay_male_worn_jedi_cloak", "fg": 519 }, + { "id": "overlay_male_worn_jersey", "fg": 520 }, + { "id": "overlay_male_worn_judo_gi", "fg": 521 }, + { "id": "overlay_male_worn_jumpsuit", "fg": 522 }, + { "id": "overlay_male_worn_karate_gi", "fg": 523 }, + { "id": "overlay_male_worn_kariginu", "fg": 524 }, + { "id": "overlay_male_worn_keffiyeh", "fg": 525 }, + { "id": "overlay_male_worn_keikogi", "fg": 526 }, + { "id": "overlay_male_worn_kilt", "fg": 527 }, + { "id": "overlay_male_worn_kilt_leather", "fg": 528 }, + { "id": "overlay_male_worn_kimono", "fg": 529 }, + { "id": "overlay_male_worn_kittel", "fg": 530 }, + { "id": "overlay_male_worn_leg_warmers", "fg": 531 }, + { "id": "overlay_male_worn_leg_warmers_f", "fg": 532 }, + { "id": "overlay_male_worn_leg_warmers_xl", "fg": 533 }, + { "id": "overlay_male_worn_leggings", "fg": 534 }, + { "id": "overlay_male_worn_leotard", "fg": 535 }, + { "id": "overlay_male_worn_linuxtshirt", "fg": 536 }, + { "id": "overlay_male_worn_loincloth", "fg": 537 }, + { "id": "overlay_male_worn_loincloth_fur", "fg": 538 }, + { "id": "overlay_male_worn_loincloth_leather", "fg": 539 }, + { "id": "overlay_male_worn_loincloth_wool", "fg": 540 }, + { "id": "overlay_male_worn_long_glove_white", "fg": 541 }, + { "id": "overlay_male_worn_long_underpants", "fg": 542 }, + { "id": "overlay_male_worn_long_undertop", "fg": 543 }, + { "id": "overlay_male_worn_long_undertop_sleeveless", "fg": 544 }, + { "id": "overlay_male_worn_longshirt", "fg": 545 }, + { "id": "overlay_male_worn_lsurvivor_suit", "fg": 546 }, + { "id": "overlay_male_worn_maid_dress", "fg": 547 }, + { "id": "overlay_male_worn_marloss_scarf", "fg": 548 }, + { "id": "overlay_male_worn_mittens", "fg": 549 }, + { "id": "overlay_male_worn_nanoskirt", "fg": 550 }, + { "id": "overlay_male_worn_nomex_gloves", "fg": 551 }, + { "id": "overlay_male_worn_nomex_suit", "fg": 552 }, + { "id": "overlay_male_worn_optical_cloak", "fg": 553 }, + { "id": "overlay_male_worn_panties", "fg": 554 }, + { "id": "overlay_male_worn_pants", "fg": 555 }, + { "id": "overlay_male_worn_pants_army", "fg": 556 }, + { "id": "overlay_male_worn_pants_cargo", "fg": 557 }, + { "id": "overlay_male_worn_pants_checkered", "fg": 558 }, + { "id": "overlay_male_worn_pants_faux_fur", "fg": 559 }, + { "id": "overlay_male_worn_pants_fur", "fg": 560 }, + { "id": "overlay_male_worn_pants_leather", "fg": 561 }, + { "id": "overlay_male_worn_pants_ski", "fg": 562 }, + { "id": "overlay_male_worn_peacoat", "fg": 563 }, + { "id": "overlay_male_worn_pearl_collar", "fg": 564 }, + { "id": "overlay_male_worn_polo_shirt", "fg": 565 }, + { "id": "overlay_male_worn_poncho", "fg": 566 }, + { "id": "overlay_male_worn_postman_shirt", "fg": 567 }, + { "id": "overlay_male_worn_postman_shorts", "fg": 568 }, + { "id": "overlay_male_worn_robe", "fg": 569 }, + { "id": "overlay_male_worn_robofac_enviro_suit", "fg": 570 }, + { "id": "overlay_male_worn_robofac_jumpsuit", "fg": 571 }, + { "id": "overlay_male_worn_shark_suit", "fg": 572 }, + { "id": "overlay_male_worn_shark_suit_faraday", "fg": 573 }, + { "id": "overlay_male_worn_sheriffshirt", "fg": 574 }, + { "id": "overlay_male_worn_shorts", "fg": 575 }, + { "id": "overlay_male_worn_shorts_cargo", "fg": 576 }, + { "id": "overlay_male_worn_shorts_denim", "fg": 577 }, + { "id": "overlay_male_worn_ski_jacket", "fg": 578 }, + { "id": "overlay_male_worn_skirt", "fg": 579 }, + { "id": "overlay_male_worn_skirt_leather", "fg": 580 }, + { "id": "overlay_male_worn_sleeveless_duster", "fg": 581 }, + { "id": "overlay_male_worn_sleeveless_duster_faux_fur", "fg": 582 }, + { "id": "overlay_male_worn_sleeveless_duster_fur", "fg": 583 }, + { "id": "overlay_male_worn_sleeveless_duster_leather", "fg": 584 }, + { "id": "overlay_male_worn_sleeveless_duster_survivor", "fg": 585 }, + { "id": "overlay_male_worn_sleeveless_sleeveless_trenchcoat_survivor", "fg": 586 }, + { "id": "overlay_male_worn_sleeveless_trenchcoat", "fg": 587 }, + { "id": "overlay_male_worn_sleeveless_trenchcoat_faux_fur", "fg": 588 }, + { "id": "overlay_male_worn_sleeveless_trenchcoat_fur", "fg": 589 }, + { "id": "overlay_male_worn_sleeveless_trenchcoat_leather", "fg": 590 }, + { "id": "overlay_male_worn_sleeveless_tunic", "fg": 591 }, + { "id": "overlay_male_worn_snuggie", "fg": 592 }, + { "id": "overlay_male_worn_sockmitts", "fg": 593 }, + { "id": "overlay_male_worn_sports_bra", "fg": 594 }, + { "id": "overlay_male_worn_stillsuit", "fg": 595 }, + { "id": "overlay_male_worn_stockings_tent_arms", "fg": 596 }, + { "id": "overlay_male_worn_striped_pants", "fg": 597 }, + { "id": "overlay_male_worn_striped_shirt", "fg": 598 }, + { "id": "overlay_male_worn_subsuit_xl", "fg": 599 }, + { "id": "overlay_male_worn_suit", "fg": 600 }, + { "id": "overlay_male_worn_sundress", "fg": 601 }, + { "id": "overlay_male_worn_survivor_suit", "fg": 602 }, + { "id": "overlay_male_worn_swat_armor", "fg": 603 }, + { "id": "overlay_male_worn_sweater", "fg": 604 }, + { "id": "overlay_male_worn_sweatshirt", "fg": 605 }, + { "id": "overlay_male_worn_tank_top", "fg": 606 }, + { "id": "overlay_male_worn_technician_pants_gray", "fg": 607 }, + { "id": "overlay_male_worn_technician_shirt_gray", "fg": 608 }, + { "id": "overlay_male_worn_thawb", "fg": 609 }, + { "id": "overlay_male_worn_thermal_shirt", "fg": 610 }, + { "id": "overlay_male_worn_tights", "fg": 611 }, + { "id": "overlay_male_worn_touring_suit", "fg": 612 }, + { "id": "overlay_male_worn_trenchcoat", "fg": 613 }, + { "id": "overlay_male_worn_trenchcoat_faux_fur", "fg": 614 }, + { "id": "overlay_male_worn_trenchcoat_fur", "fg": 615 }, + { "id": "overlay_male_worn_trenchcoat_leather", "fg": 616 }, + { "id": "overlay_male_worn_trenchcoat_survivor", "fg": 617 }, + { "id": "overlay_male_worn_trenchcoat_trenchcoat_leather", "fg": 618 }, + { "id": "overlay_male_worn_trunks", "fg": 619 }, + { "id": "overlay_male_worn_tshirt", "fg": 620 }, + { "id": "overlay_male_worn_tshirt_text", "fg": 621 }, + { "id": "overlay_male_worn_tshirt_tour", "fg": 622 }, + { "id": "overlay_male_worn_tunic", "fg": 623 }, + { "id": "overlay_male_worn_tunic_rag", "fg": 624 }, + { "id": "overlay_male_worn_tux", "fg": 625 }, + { "id": "overlay_male_worn_under_armor", "fg": 626 }, + { "id": "overlay_male_worn_under_armor_short", "fg": 627 }, + { "id": "overlay_male_worn_undershirt", "fg": 628 }, + { "id": "overlay_male_worn_union_suit", "fg": 629 }, + { "id": "overlay_male_worn_unitard", "fg": 630 }, + { "id": "overlay_male_worn_vest_leather", "fg": 631 }, + { "id": "overlay_male_worn_waistcoat", "fg": 632 }, + { "id": "overlay_male_worn_wetsuit", "fg": 633 }, + { "id": "overlay_male_worn_wetsuit_gloves", "fg": 634 }, + { "id": "overlay_male_worn_wetsuit_hood", "fg": 635 }, + { "id": "overlay_male_worn_wetsuit_spring", "fg": 636 }, + { "id": "overlay_male_worn_winter_gloves_army", "fg": 637 }, + { "id": "overlay_male_worn_winter_jacket_army", "fg": 638 }, + { "id": "overlay_male_worn_winter_pants_army", "fg": 639 }, + { "id": "overlay_male_worn_wool_hoodie", "fg": 640 }, + { "id": "overlay_male_worn_wool_suit", "fg": 641 }, + { "id": "overlay_male_worn_wsurvivor_suit", "fg": 642 }, + { "id": "overlay_male_worn_xlboxer_briefs", "fg": 643 }, + { "id": "overlay_male_worn_xlboxer_shorts", "fg": 644 }, + { "id": "overlay_male_worn_xlboy_shorts", "fg": 645 }, + { "id": "overlay_male_worn_xlhsurvivor_suit", "fg": 646 }, + { "id": "overlay_male_worn_xlsports_bra", "fg": 647 }, + { "id": "overlay_male_worn_xlsurvivor_suit", "fg": 648 }, + { "id": "overlay_male_worn_yukata", "fg": 649 }, + { "id": "overlay_male_worn_zentai", "fg": 650 }, + { "id": "overlay_male_worn_zubon_gi", "fg": 651 }, + { "id": "overlay_worn_male_jeans_red", "fg": 652 }, + { "id": "rm13_armor", "fg": 653 }, + { "id": [ "animation_bullet_shrapnel", "animation_bullet_normal" ], "fg": 663 }, + { "id": "animation_hit", "fg": 671 }, { "id": "explosion", - "fg": 631, + "fg": 657, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 631 }, - { "id": "corner", "fg": 632 }, - { "id": "edge", "fg": 631 }, - { "id": "end_piece", "fg": 631 }, - { "id": "t_connection", "fg": 631 }, - { "id": "unconnected", "fg": 631 } + { "id": "center", "fg": 657 }, + { "id": "corner", "fg": 658 }, + { "id": "edge", "fg": 657 }, + { "id": "end_piece", "fg": 657 }, + { "id": "t_connection", "fg": 657 }, + { "id": "unconnected", "fg": 657 } ] }, { "id": "explosion_medium", - "fg": 633, + "fg": 659, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 633 }, - { "id": "corner", "fg": 634 }, - { "id": "edge", "fg": 633 }, - { "id": "end_piece", "fg": 633 }, - { "id": "t_connection", "fg": 633 }, - { "id": "unconnected", "fg": 633 } + { "id": "center", "fg": 659 }, + { "id": "corner", "fg": 660 }, + { "id": "edge", "fg": 659 }, + { "id": "end_piece", "fg": 659 }, + { "id": "t_connection", "fg": 659 }, + { "id": "unconnected", "fg": 659 } ] }, { "id": "explosion_weak", - "fg": 635, + "fg": 661, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 635 }, - { "id": "corner", "fg": 636 }, - { "id": "edge", "fg": 635 }, - { "id": "end_piece", "fg": 635 }, - { "id": "t_connection", "fg": 635 }, - { "id": "unconnected", "fg": 635 } + { "id": "center", "fg": 661 }, + { "id": "corner", "fg": 662 }, + { "id": "edge", "fg": 661 }, + { "id": "end_piece", "fg": 661 }, + { "id": "t_connection", "fg": 661 }, + { "id": "unconnected", "fg": 661 } ] }, - { "id": "footstep", "fg": 629, "rotates": false }, - { "id": "infrared_creature", "fg": 630, "rotates": false }, - { "id": "lighting_boomered_dark", "fg": 643, "rotates": false }, - { "id": "lighting_boomered_light", "fg": 644, "rotates": false }, - { "id": "lighting_lowlight_dark", "fg": 641, "rotates": false }, - { "id": "lighting_lowlight_light", "fg": 642, "rotates": false }, - { "id": "unknown", "fg": 628, "rotates": false }, - { "id": "weather_acid_drop", "fg": 639 }, - { "id": "weather_rain_drop", "fg": 638 }, - { "id": "weather_snowflake", "fg": 640 }, - { "id": "zombie_revival_indicator", "fg": 2034 }, + { "id": "footstep", "fg": 655, "rotates": false }, + { "id": "infrared_creature", "fg": 656, "rotates": false }, + { "id": "lighting_boomered_dark", "fg": 669, "rotates": false }, + { "id": "lighting_boomered_light", "fg": 670, "rotates": false }, + { "id": "lighting_lowlight_dark", "fg": 667, "rotates": false }, + { "id": "lighting_lowlight_light", "fg": 668, "rotates": false }, + { "id": "unknown", "fg": 654, "rotates": false }, + { "id": "weather_acid_drop", "fg": 665 }, + { "id": "weather_rain_drop", "fg": 664 }, + { "id": "weather_snowflake", "fg": 666 }, + { "id": "zombie_revival_indicator", "fg": 2060 }, { "id": "fd_acid", - "fg": 667, + "fg": 693, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 668 }, - { "id": "corner", "fg": 669 }, - { "id": "edge", "fg": 670 }, - { "id": "end_piece", "fg": 671 }, - { "id": "t_connection", "fg": 672 }, - { "id": "unconnected", "fg": 667 } + { "id": "center", "fg": 694 }, + { "id": "corner", "fg": 695 }, + { "id": "edge", "fg": 696 }, + { "id": "end_piece", "fg": 697 }, + { "id": "t_connection", "fg": 698 }, + { "id": "unconnected", "fg": 693 } ] }, - { "id": "fd_acid_vent", "fg": 666, "rotates": false }, - { "id": "fd_bees", "fg": 647, "rotates": false }, + { "id": "fd_acid_vent", "fg": 692, "rotates": false }, + { "id": "fd_bees", "fg": 673, "rotates": false }, { "id": [ "fd_bile", "fd_gibs_veggy", "fd_sap" ], - "fg": 673, + "fg": 699, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 674 }, - { "id": "corner", "fg": 675 }, - { "id": "edge", "fg": 676 }, - { "id": "end_piece", "fg": 677 }, - { "id": "t_connection", "fg": 678 }, - { "id": "unconnected", "fg": 673 } + { "id": "center", "fg": 700 }, + { "id": "corner", "fg": 701 }, + { "id": "edge", "fg": 702 }, + { "id": "end_piece", "fg": 703 }, + { "id": "t_connection", "fg": 704 }, + { "id": "unconnected", "fg": 699 } ] }, - { "id": "fd_blood", "fg": 740, "rotates": false }, - { "id": [ "fd_blood_insect", "fd_gibs_insect" ], "fg": 743, "rotates": false }, - { "id": [ "fd_blood_invertebrate", "fd_gibs_invertebrate" ], "fg": 742, "rotates": false }, - { "id": "fd_blood_veggy", "fg": 741, "rotates": false }, + { "id": "fd_blood", "fg": 766, "rotates": false }, + { "id": [ "fd_blood_insect", "fd_gibs_insect" ], "fg": 769, "rotates": false }, + { "id": [ "fd_blood_invertebrate", "fd_gibs_invertebrate" ], "fg": 768, "rotates": false }, + { "id": "fd_blood_veggy", "fg": 767, "rotates": false }, { "id": [ "fd_cigsmoke", "fd_weedsmoke", "fd_methsmoke", "fd_cracksmoke" ], - "fg": 718, + "fg": 744, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 719 }, - { "id": "corner", "fg": 720 }, - { "id": "edge", "fg": 721 }, - { "id": "end_piece", "fg": 722 }, - { "id": "t_connection", "fg": 723 }, - { "id": "unconnected", "fg": 718 } + { "id": "center", "fg": 745 }, + { "id": "corner", "fg": 746 }, + { "id": "edge", "fg": 747 }, + { "id": "end_piece", "fg": 748 }, + { "id": "t_connection", "fg": 749 }, + { "id": "unconnected", "fg": 744 } ] }, - { "id": "fd_dazzling", "fg": 739, "rotates": false }, + { "id": "fd_dazzling", "fg": 765, "rotates": false }, { "id": "fd_electricity", - "fg": 680, + "fg": 706, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 681 }, - { "id": "corner", "fg": 682 }, - { "id": "edge", "fg": 683 }, - { "id": "end_piece", "fg": 684 }, - { "id": "t_connection", "fg": 685 }, - { "id": "unconnected", "fg": 680 } + { "id": "center", "fg": 707 }, + { "id": "corner", "fg": 708 }, + { "id": "edge", "fg": 709 }, + { "id": "end_piece", "fg": 710 }, + { "id": "t_connection", "fg": 711 }, + { "id": "unconnected", "fg": 706 } ] }, { "id": [ "fd_fatigue", "fd_relax_gas" ], - "fg": 712, + "fg": 738, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 713 }, - { "id": "corner", "fg": 714 }, - { "id": "edge", "fg": 715 }, - { "id": "end_piece", "fg": 716 }, - { "id": "t_connection", "fg": 717 }, - { "id": "unconnected", "fg": 712 } + { "id": "center", "fg": 739 }, + { "id": "corner", "fg": 740 }, + { "id": "edge", "fg": 741 }, + { "id": "end_piece", "fg": 742 }, + { "id": "t_connection", "fg": 743 }, + { "id": "unconnected", "fg": 738 } ] }, - { "id": "fd_fire_vent", "fg": 686, "rotates": false }, + { "id": "fd_fire_vent", "fg": 712, "rotates": false }, { "id": [ "fd_flame_burst", "fd_fire" ], - "fg": 692, + "fg": 718, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 687 }, - { "id": "corner", "fg": 688 }, - { "id": "edge", "fg": 689 }, - { "id": "end_piece", "fg": 690 }, - { "id": "t_connection", "fg": 691 }, - { "id": "unconnected", "fg": 692 } + { "id": "center", "fg": 713 }, + { "id": "corner", "fg": 714 }, + { "id": "edge", "fg": 715 }, + { "id": "end_piece", "fg": 716 }, + { "id": "t_connection", "fg": 717 }, + { "id": "unconnected", "fg": 718 } ] }, { "id": "fd_fungal_haze", - "fg": 706, + "fg": 732, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 707 }, - { "id": "corner", "fg": 708 }, - { "id": "edge", "fg": 709 }, - { "id": "end_piece", "fg": 710 }, - { "id": "t_connection", "fg": 711 }, - { "id": "unconnected", "fg": 706 } + { "id": "center", "fg": 733 }, + { "id": "corner", "fg": 734 }, + { "id": "edge", "fg": 735 }, + { "id": "end_piece", "fg": 736 }, + { "id": "t_connection", "fg": 737 }, + { "id": "unconnected", "fg": 732 } ] }, { "id": "fd_fungicidal_gas", - "fg": 693, + "fg": 719, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 694 }, - { "id": "corner", "fg": 695 }, - { "id": "edge", "fg": 696 }, - { "id": "end_piece", "fg": 697 }, - { "id": "t_connection", "fg": 698 }, - { "id": "unconnected", "fg": 693 } + { "id": "center", "fg": 720 }, + { "id": "corner", "fg": 721 }, + { "id": "edge", "fg": 722 }, + { "id": "end_piece", "fg": 723 }, + { "id": "t_connection", "fg": 724 }, + { "id": "unconnected", "fg": 719 } ] }, - { "id": "fd_gas_vent", "fg": 699, "rotates": false }, - { "id": "fd_gibs_flesh", "fg": 744, "rotates": false }, - { "id": [ "fd_hot_air1", "fd_hot_air2", "fd_hot_air3", "fd_hot_air4" ], "fg": 745, "rotates": false }, + { "id": "fd_gas_vent", "fg": 725, "rotates": false }, + { "id": "fd_gibs_flesh", "fg": 770, "rotates": false }, + { "id": [ "fd_hot_air1", "fd_hot_air2", "fd_hot_air3", "fd_hot_air4" ], "fg": 771, "rotates": false }, { "id": "fd_incendiary", - "fg": 1992, + "fg": 2018, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 687 }, - { "id": "corner", "fg": 688 }, - { "id": "edge", "fg": 689 }, - { "id": "end_piece", "fg": 690 }, - { "id": "t_connection", "fg": 691 }, - { "id": "unconnected", "fg": 1992 } + { "id": "center", "fg": 713 }, + { "id": "corner", "fg": 714 }, + { "id": "edge", "fg": 715 }, + { "id": "end_piece", "fg": 716 }, + { "id": "t_connection", "fg": 717 }, + { "id": "unconnected", "fg": 2018 } ] }, - { "id": "fd_laser", "fg": 729 }, - { "id": "fd_plasma", "fg": 730 }, - { "id": [ "fd_rubble", "f_rubble_rock" ], "fg": 738, "rotates": false }, - { "id": "fd_shock_vent", "fg": 679, "rotates": false }, + { "id": "fd_laser", "fg": 755 }, + { "id": "fd_plasma", "fg": 756 }, + { "id": [ "fd_rubble", "f_rubble_rock" ], "fg": 764, "rotates": false }, + { "id": "fd_shock_vent", "fg": 705, "rotates": false }, { "id": "fd_slime", - "fg": 654, + "fg": 680, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 655 }, - { "id": "corner", "fg": 656 }, - { "id": "edge", "fg": 657 }, - { "id": "end_piece", "fg": 658 }, - { "id": "t_connection", "fg": 659 }, - { "id": "unconnected", "fg": 654 } + { "id": "center", "fg": 681 }, + { "id": "corner", "fg": 682 }, + { "id": "edge", "fg": 683 }, + { "id": "end_piece", "fg": 684 }, + { "id": "t_connection", "fg": 685 }, + { "id": "unconnected", "fg": 680 } ] }, { "id": "fd_sludge", - "fg": 660, + "fg": 686, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 661 }, - { "id": "corner", "fg": 662 }, - { "id": "edge", "fg": 663 }, - { "id": "end_piece", "fg": 664 }, - { "id": "t_connection", "fg": 665 }, - { "id": "unconnected", "fg": 660 } + { "id": "center", "fg": 687 }, + { "id": "corner", "fg": 688 }, + { "id": "edge", "fg": 689 }, + { "id": "end_piece", "fg": 690 }, + { "id": "t_connection", "fg": 691 }, + { "id": "unconnected", "fg": 686 } ] }, { "id": [ "fd_smoke", "fd_tear_gas" ], - "fg": 922, + "fg": 948, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 724 }, - { "id": "corner", "fg": 725 }, - { "id": "edge", "fg": 726 }, - { "id": "end_piece", "fg": 727 }, - { "id": "t_connection", "fg": 728 }, - { "id": "unconnected", "fg": 922 } + { "id": "center", "fg": 750 }, + { "id": "corner", "fg": 751 }, + { "id": "edge", "fg": 752 }, + { "id": "end_piece", "fg": 753 }, + { "id": "t_connection", "fg": 754 }, + { "id": "unconnected", "fg": 948 } ] }, - { "id": "fd_spotlight", "fg": 646, "rotates": false }, + { "id": "fd_spotlight", "fg": 672, "rotates": false }, { "id": [ "fd_tindalos_gas" ], - "fg": 731, + "fg": 757, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 732 }, - { "id": "corner", "fg": 733 }, - { "id": "edge", "fg": 734 }, - { "id": "end_piece", "fg": 735 }, - { "id": "t_connection", "fg": 736 }, - { "id": "unconnected", "fg": 731 } + { "id": "center", "fg": 758 }, + { "id": "corner", "fg": 759 }, + { "id": "edge", "fg": 760 }, + { "id": "end_piece", "fg": 761 }, + { "id": "t_connection", "fg": 762 }, + { "id": "unconnected", "fg": 757 } ] }, - { "id": "fd_tindalos_rift", "fg": 737, "rotates": false }, + { "id": "fd_tindalos_rift", "fg": 763, "rotates": false }, { "id": [ "fd_toxic_gas", "fd_nuke_gas" ], - "fg": 700, + "fg": 726, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 701 }, - { "id": "corner", "fg": 702 }, - { "id": "edge", "fg": 703 }, - { "id": "end_piece", "fg": 704 }, - { "id": "t_connection", "fg": 705 }, - { "id": "unconnected", "fg": 700 } + { "id": "center", "fg": 727 }, + { "id": "corner", "fg": 728 }, + { "id": "edge", "fg": 729 }, + { "id": "end_piece", "fg": 730 }, + { "id": "t_connection", "fg": 731 }, + { "id": "unconnected", "fg": 726 } ] }, { "id": "fd_web", - "fg": 648, + "fg": 674, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 649 }, - { "id": "corner", "fg": 650 }, - { "id": "edge", "fg": 651 }, - { "id": "end_piece", "fg": 652 }, - { "id": "t_connection", "fg": 653 }, - { "id": "unconnected", "fg": 648 } + { "id": "center", "fg": 675 }, + { "id": "corner", "fg": 676 }, + { "id": "edge", "fg": 677 }, + { "id": "end_piece", "fg": 678 }, + { "id": "t_connection", "fg": 679 }, + { "id": "unconnected", "fg": 674 } ] }, - { "id": "f_ergometer", "fg": 746, "rotates": false }, - { "id": "f_exercise", "fg": 748, "rotates": false }, - { "id": "f_treadmill", "fg": 747, "rotates": false }, - { "id": "f_armchair", "fg": 797, "rotates": false }, + { "id": "f_ergometer", "fg": 772, "rotates": false }, + { "id": "f_exercise", "fg": 774, "rotates": false }, + { "id": "f_treadmill", "fg": 773, "rotates": false }, + { "id": "f_armchair", "fg": 823, "rotates": false }, { "id": "f_bed", - "fg": 807, + "fg": 833, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 759 }, - { "id": "corner", "fg": 760 }, - { "id": "edge", "fg": 761 }, - { "id": "end_piece", "fg": 762 }, - { "id": "t_connection", "fg": 763 }, - { "id": "unconnected", "fg": 807 } + { "id": "center", "fg": 785 }, + { "id": "corner", "fg": 786 }, + { "id": "edge", "fg": 787 }, + { "id": "end_piece", "fg": 788 }, + { "id": "t_connection", "fg": 789 }, + { "id": "unconnected", "fg": 833 } ] }, - { "id": "f_bigmirror", "fg": 798, "rotates": false }, - { "id": "f_bigmirror_b", "fg": 799, "rotates": false }, + { "id": "f_bigmirror", "fg": 824, "rotates": false }, + { "id": "f_bigmirror_b", "fg": 825, "rotates": false }, { "id": "f_counter", - "fg": 777, + "fg": 803, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 778 }, - { "id": "corner", "fg": 779 }, - { "id": "edge", "fg": 780 }, - { "id": "end_piece", "fg": 781 }, - { "id": "t_connection", "fg": 782 }, - { "id": "unconnected", "fg": 777 } + { "id": "center", "fg": 804 }, + { "id": "corner", "fg": 805 }, + { "id": "edge", "fg": 806 }, + { "id": "end_piece", "fg": 807 }, + { "id": "t_connection", "fg": 808 }, + { "id": "unconnected", "fg": 803 } ] }, - { "id": "f_counter_gate_c", "fg": 750, "rotates": false }, - { "id": "f_counter_gate_o", "fg": 751, "rotates": false }, - { "id": [ "f_curtain_open", "t_door_curtain_o" ], "fg": 3223, "rotates": false }, - { "id": [ "f_curtain", "t_door_curtain_c" ], "fg": 3222, "rotates": false }, + { "id": "f_counter_gate_c", "fg": 776, "rotates": false }, + { "id": "f_counter_gate_o", "fg": 777, "rotates": false }, + { "id": [ "f_curtain_open", "t_door_curtain_o" ], "fg": 3249, "rotates": false }, + { "id": [ "f_curtain", "t_door_curtain_c" ], "fg": 3248, "rotates": false }, { "id": "f_desk", - "fg": 783, + "fg": 809, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 784 }, - { "id": "corner", "fg": 785 }, - { "id": "edge", "fg": 786 }, - { "id": "end_piece", "fg": 787 }, - { "id": "t_connection", "fg": 788 }, - { "id": "unconnected", "fg": 783 } + { "id": "center", "fg": 810 }, + { "id": "corner", "fg": 811 }, + { "id": "edge", "fg": 812 }, + { "id": "end_piece", "fg": 813 }, + { "id": "t_connection", "fg": 814 }, + { "id": "unconnected", "fg": 809 } ] }, - { "id": [ "f_gun_safe_el", "f_gunsafe_ml", "f_safe_c" ], "fg": 803, "rotates": false }, + { "id": [ "f_gun_safe_el", "f_gunsafe_ml", "f_safe_c" ], "fg": 829, "rotates": false }, { "id": "f_pillow_fort", - "fg": 764, + "fg": 790, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 765 }, - { "id": "corner", "fg": [ 766, 767, 768, 769 ] }, - { "id": "edge", "fg": [ 770, 764, 770, 764 ] }, - { "id": "end_piece", "fg": [ 771, 764, 772, 764 ] }, - { "id": "t_connection", "fg": [ 773, 774, 775, 776 ] }, - { "id": "unconnected", "fg": 764 } + { "id": "center", "fg": 791 }, + { "id": "corner", "fg": [ 792, 793, 794, 795 ] }, + { "id": "edge", "fg": [ 796, 790, 796, 790 ] }, + { "id": "end_piece", "fg": [ 797, 790, 798, 790 ] }, + { "id": "t_connection", "fg": [ 799, 800, 801, 802 ] }, + { "id": "unconnected", "fg": 790 } ] }, - { "id": "f_rack_coat", "fg": 795, "rotates": false }, - { "id": "f_rack_wood", "fg": 752, "rotates": false }, + { "id": "f_rack_coat", "fg": 821, "rotates": false }, + { "id": "f_rack_wood", "fg": 778, "rotates": false }, { "id": [ "f_recycle_bin", "f_dumpster" ], - "fg": 753, + "fg": 779, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 754 }, - { "id": "corner", "fg": 755 }, - { "id": "edge", "fg": 756 }, - { "id": "end_piece", "fg": 757 }, - { "id": "t_connection", "fg": 758 }, - { "id": "unconnected", "fg": 753 } + { "id": "center", "fg": 780 }, + { "id": "corner", "fg": 781 }, + { "id": "edge", "fg": 782 }, + { "id": "end_piece", "fg": 783 }, + { "id": "t_connection", "fg": 784 }, + { "id": "unconnected", "fg": 779 } ] }, - { "id": [ "f_safe_l", "f_gunsafe_mj" ], "fg": 804, "rotates": false }, - { "id": "f_safe_o", "fg": 805, "rotates": false }, - { "id": [ "f_stool", "f_chair" ], "fg": 796, "rotates": false }, + { "id": [ "f_safe_l", "f_gunsafe_mj" ], "fg": 830, "rotates": false }, + { "id": "f_safe_o", "fg": 831, "rotates": false }, + { "id": [ "f_stool", "f_chair" ], "fg": 822, "rotates": false }, { "id": "f_table", - "fg": 789, + "fg": 815, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 790 }, - { "id": "corner", "fg": 791 }, - { "id": "edge", "fg": 792 }, - { "id": "end_piece", "fg": 793 }, - { "id": "t_connection", "fg": 794 }, - { "id": "unconnected", "fg": 789 } + { "id": "center", "fg": 816 }, + { "id": "corner", "fg": 817 }, + { "id": "edge", "fg": 818 }, + { "id": "end_piece", "fg": 819 }, + { "id": "t_connection", "fg": 820 }, + { "id": "unconnected", "fg": 815 } ] }, - { "id": "f_vending_c", "fg": 801, "rotates": false }, - { "id": "f_vending_o", "fg": 802, "rotates": false }, - { "id": "f_vending_reinforced", "fg": 800, "rotates": false }, - { "id": "f_makeshift_bed", "fg": 807, "rotates": false }, - { "id": [ "f_straw_bed", "tr_fur_rollmat" ], "fg": 806, "rotates": false }, - { "id": "f_alien_anemone", "fg": 812, "rotates": false }, - { "id": "f_alien_gasper", "fg": 814, "rotates": false }, - { "id": "f_alien_pod", "fg": 810, "rotates": false }, - { "id": "f_alien_pod_organ", "fg": 809, "rotates": false }, - { "id": "f_alien_pod_resin", "fg": 811, "rotates": false }, - { "id": "f_alien_scar", "fg": 813, "rotates": false }, + { "id": "f_vending_c", "fg": 827, "rotates": false }, + { "id": "f_vending_o", "fg": 828, "rotates": false }, + { "id": "f_vending_reinforced", "fg": 826, "rotates": false }, + { "id": "f_makeshift_bed", "fg": 833, "rotates": false }, + { "id": [ "f_straw_bed", "tr_fur_rollmat" ], "fg": 832, "rotates": false }, + { "id": "f_alien_anemone", "fg": 838, "rotates": false }, + { "id": "f_alien_gasper", "fg": 840, "rotates": false }, + { "id": "f_alien_pod", "fg": 836, "rotates": false }, + { "id": "f_alien_pod_organ", "fg": 835, "rotates": false }, + { "id": "f_alien_pod_resin", "fg": 837, "rotates": false }, + { "id": "f_alien_scar", "fg": 839, "rotates": false }, { "id": "f_alien_table", - "fg": 2896, + "fg": 2922, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 817 }, - { "id": "corner", "fg": 818 }, - { "id": "edge", "fg": 819 }, - { "id": "end_piece", "fg": 820 }, - { "id": "t_connection", "fg": 821 }, - { "id": "unconnected", "fg": 816 } + { "id": "center", "fg": 843 }, + { "id": "corner", "fg": 844 }, + { "id": "edge", "fg": 845 }, + { "id": "end_piece", "fg": 846 }, + { "id": "t_connection", "fg": 847 }, + { "id": "unconnected", "fg": 842 } ] }, - { "id": "f_alien_tendril", "fg": 808, "rotates": false }, - { "id": "f_alien_zapper", "fg": 815, "rotates": false }, - { "id": "f_ash", "fg": 825, "rotates": false }, - { "id": "f_ball_mach", "fg": 783, "rotates": false }, + { "id": "f_alien_tendril", "fg": 834, "rotates": false }, + { "id": "f_alien_zapper", "fg": 841, "rotates": false }, + { "id": "f_ash", "fg": 851, "rotates": false }, + { "id": "f_ball_mach", "fg": 809, "rotates": false }, { "id": "f_bench", - "fg": 843, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 844 } ] - }, - { "id": "f_birdbath", "fg": 832, "rotates": false }, - { "id": "f_blade", "fg": 833, "rotates": false }, - { "id": "f_boulder_large", "fg": 838, "rotates": false }, - { "id": "f_boulder_medium", "fg": 839, "rotates": false }, - { "id": "f_boulder_small", "fg": 840, "rotates": false }, - { "id": "f_chimney", "fg": 834, "rotates": false }, - { "id": "f_coffin_c", "fg": 845, "rotates": false }, - { "id": "f_coffin_o", "fg": 846, "rotates": false }, - { "id": [ "f_egg_sackcs", "mon_trapdoor_egg", "f_egg_sackbw" ], "fg": 836, "rotates": false }, - { "id": "f_egg_sacke", "fg": 837, "rotates": false }, - { "id": "f_egg_sackws", "fg": 835, "rotates": false }, - { "id": "f_grave_head", "fg": 848, "rotates": false }, - { "id": "f_grave_monument", "fg": 849, "rotates": false }, - { "id": "f_grave_stone", "fg": 850, "rotates": false }, - { "id": "f_grave_stone_old", "fg": 851, "rotates": false }, - { "id": "f_ladder", "fg": 824, "rotates": false }, - { "id": "f_lane", "fg": 842, "rotates": true }, - { "id": "f_mailbox", "fg": 852, "rotates": false }, - { "id": "f_robotic_arm", "fg": 3299, "rotates": false }, - { "id": "f_rubble", "fg": 826, "rotates": false }, + "fg": 869, + "rotates": true, + "multitile": true, + "additional_tiles": [ { "id": "t_connection", "fg": 870 } ] + }, + { "id": "f_birdbath", "fg": 858, "rotates": false }, + { "id": "f_blade", "fg": 859, "rotates": false }, + { "id": "f_boulder_large", "fg": 864, "rotates": false }, + { "id": "f_boulder_medium", "fg": 865, "rotates": false }, + { "id": "f_boulder_small", "fg": 866, "rotates": false }, + { "id": "f_chimney", "fg": 860, "rotates": false }, + { "id": "f_coffin_c", "fg": 871, "rotates": false }, + { "id": "f_coffin_o", "fg": 872, "rotates": false }, + { "id": [ "f_egg_sackcs", "mon_trapdoor_egg", "f_egg_sackbw" ], "fg": 862, "rotates": false }, + { "id": "f_egg_sacke", "fg": 863, "rotates": false }, + { "id": "f_egg_sackws", "fg": 861, "rotates": false }, + { "id": "f_grave_head", "fg": 874, "rotates": false }, + { "id": "f_grave_monument", "fg": 875, "rotates": false }, + { "id": "f_grave_stone", "fg": 876, "rotates": false }, + { "id": "f_grave_stone_old", "fg": 877, "rotates": false }, + { "id": "f_ladder", "fg": 850, "rotates": false }, + { "id": "f_lane", "fg": 868, "rotates": true }, + { "id": "f_mailbox", "fg": 878, "rotates": false }, + { "id": "f_robotic_arm", "fg": 3325, "rotates": false }, + { "id": "f_rubble", "fg": 852, "rotates": false }, { "id": "f_rubble_landfill", - "fg": 2861, - "bg": 822, + "fg": 2887, + "bg": 848, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 822 }, - { "id": "corner", "fg": 2862, "bg": 822 }, - { "id": "edge", "fg": 2863, "bg": 822 }, - { "id": "end_piece", "fg": 2864, "bg": 822 }, - { "id": "t_connection", "fg": 2865, "bg": 822 }, - { "id": "unconnected", "fg": 2861, "bg": 822 } + { "id": "center", "bg": 848 }, + { "id": "corner", "fg": 2888, "bg": 848 }, + { "id": "edge", "fg": 2889, "bg": 848 }, + { "id": "end_piece", "fg": 2890, "bg": 848 }, + { "id": "t_connection", "fg": 2891, "bg": 848 }, + { "id": "unconnected", "fg": 2887, "bg": 848 } ] }, { "id": "f_rubble_landfill_season_winter", - "fg": 2861, - "bg": 823, + "fg": 2887, + "bg": 849, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 823 }, - { "id": "corner", "fg": 2862, "bg": 823 }, - { "id": "edge", "fg": 2863, "bg": 823 }, - { "id": "end_piece", "fg": 2864, "bg": 823 }, - { "id": "t_connection", "fg": 2865, "bg": 823 }, - { "id": "unconnected", "fg": 2861, "bg": 823 } + { "id": "center", "bg": 849 }, + { "id": "corner", "fg": 2888, "bg": 849 }, + { "id": "edge", "fg": 2889, "bg": 849 }, + { "id": "end_piece", "fg": 2890, "bg": 849 }, + { "id": "t_connection", "fg": 2891, "bg": 849 }, + { "id": "unconnected", "fg": 2887, "bg": 849 } ] }, { "id": "f_sandbag_wall", - "fg": 3100, + "fg": 3126, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3101 }, - { "id": "corner", "fg": 3102 }, - { "id": "edge", "fg": 3103 }, - { "id": "end_piece", "fg": 3104 }, - { "id": "t_connection", "fg": 3105 }, - { "id": "unconnected", "fg": 3100 } + { "id": "center", "fg": 3127 }, + { "id": "corner", "fg": 3128 }, + { "id": "edge", "fg": 3129 }, + { "id": "end_piece", "fg": 3130 }, + { "id": "t_connection", "fg": 3131 }, + { "id": "unconnected", "fg": 3126 } ] }, - { "id": "f_shackle", "fg": 831, "rotates": false }, - { "id": [ "f_sign", "f_bulletin" ], "fg": 841, "rotates": false }, - { "id": "f_slab", "fg": 847, "rotates": false }, - { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 828, "rotates": false }, - { "id": "f_target", "fg": 829, "rotates": false }, - { "id": "f_tourist_table", "fg": 830, "rotates": false }, - { "id": "f_trashcan", "fg": 853, "rotates": false }, - { "id": "f_wreckage", "fg": 827, "rotates": false }, - { "id": [ "still", "f_still" ], "fg": 2083, "rotates": false }, - { "id": "f_black_eyed_susan", "fg": 871, "rotates": false }, - { "id": "f_bluebell", "fg": 864, "rotates": false }, - { "id": "f_cattails", "fg": 859, "rotates": false }, - { "id": "f_chamomile", "fg": 874, "rotates": false }, - { "id": "f_dahlia", "fg": 865, "rotates": false }, - { "id": "f_dandelion", "fg": 862, "rotates": false }, - { "id": "f_datura", "fg": 863, "rotates": false }, - { "id": "f_flower_fungal", "fg": 868, "rotates": false }, - { "id": "f_flower_marloss", "fg": 867, "rotates": false }, - { "id": "f_flower_spurge", "fg": 870, "rotates": false }, - { "id": "f_flower_tulip", "fg": 861, "rotates": false }, - { "id": "f_fungal_clump", "fg": 883, "rotates": false }, - { "id": "f_fungal_mass", "fg": 884, "rotates": false }, - { "id": "f_hay", "fg": 882, "rotates": false }, - { "id": "f_indoor_plant", "fg": 881, "rotates": false }, - { "id": "f_indoor_plant_y", "fg": 880, "rotates": false }, - { "id": "f_lily", "fg": 866, "rotates": false }, - { "id": "f_lilypad", "fg": 860, "rotates": false }, - { "id": "f_lotus", "fg": 873, "rotates": false }, - { "id": "f_mutpoppy", "fg": 869, "rotates": false }, + { "id": "f_shackle", "fg": 857, "rotates": false }, + { "id": [ "f_sign", "f_bulletin" ], "fg": 867, "rotates": false }, + { "id": "f_slab", "fg": 873, "rotates": false }, + { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 854, "rotates": false }, + { "id": "f_target", "fg": 855, "rotates": false }, + { "id": "f_tourist_table", "fg": 856, "rotates": false }, + { "id": "f_trashcan", "fg": 879, "rotates": false }, + { "id": "f_wreckage", "fg": 853, "rotates": false }, + { "id": [ "still", "f_still" ], "fg": 2109, "rotates": false }, + { "id": "f_black_eyed_susan", "fg": 897, "rotates": false }, + { "id": "f_bluebell", "fg": 890, "rotates": false }, + { "id": "f_cattails", "fg": 885, "rotates": false }, + { "id": "f_chamomile", "fg": 900, "rotates": false }, + { "id": "f_dahlia", "fg": 891, "rotates": false }, + { "id": "f_dandelion", "fg": 888, "rotates": false }, + { "id": "f_datura", "fg": 889, "rotates": false }, + { "id": "f_flower_fungal", "fg": 894, "rotates": false }, + { "id": "f_flower_marloss", "fg": 893, "rotates": false }, + { "id": "f_flower_spurge", "fg": 896, "rotates": false }, + { "id": "f_flower_tulip", "fg": 887, "rotates": false }, + { "id": "f_fungal_clump", "fg": 909, "rotates": false }, + { "id": "f_fungal_mass", "fg": 910, "rotates": false }, + { "id": "f_hay", "fg": 908, "rotates": false }, + { "id": "f_indoor_plant", "fg": 907, "rotates": false }, + { "id": "f_indoor_plant_y", "fg": 906, "rotates": false }, + { "id": "f_lily", "fg": 892, "rotates": false }, + { "id": "f_lilypad", "fg": 886, "rotates": false }, + { "id": "f_lotus", "fg": 899, "rotates": false }, + { "id": "f_mutpoppy", "fg": 895, "rotates": false }, { "id": [ "f_mutpoppy_season_winter", @@ -1167,92 +1176,92 @@ "f_flower_marloss_season_winter", "f_flower_tulip_season_winter" ], - "fg": 875, + "fg": 901, "rotates": false }, - { "id": "f_plant_harvest", "fg": 879, "rotates": false }, - { "id": "f_plant_mature", "fg": 878, "rotates": false }, - { "id": "f_plant_seed", "fg": 876, "rotates": false }, - { "id": "f_plant_seedling", "fg": 877, "rotates": false }, - { "id": "f_planter", "fg": 854, "rotates": false }, - { "id": "f_planter_harvest", "fg": 858, "rotates": false }, - { "id": "f_planter_mature", "fg": 857, "rotates": false }, - { "id": "f_planter_seed", "fg": 855, "rotates": false }, - { "id": "f_planter_seedling", "fg": 856, "rotates": false }, - { "id": "f_sunflower", "fg": 872, "rotates": false }, - { "id": "f_arcade_machine", "fg": 889, "rotates": false }, - { "id": "f_dive_block", "fg": 891, "rotates": false }, - { "id": "f_piano", "fg": 888, "rotates": false }, - { "id": "f_pinball_machine", "fg": 890, "rotates": false }, + { "id": "f_plant_harvest", "fg": 905, "rotates": false }, + { "id": "f_plant_mature", "fg": 904, "rotates": false }, + { "id": "f_plant_seed", "fg": 902, "rotates": false }, + { "id": "f_plant_seedling", "fg": 903, "rotates": false }, + { "id": "f_planter", "fg": 880, "rotates": false }, + { "id": "f_planter_harvest", "fg": 884, "rotates": false }, + { "id": "f_planter_mature", "fg": 883, "rotates": false }, + { "id": "f_planter_seed", "fg": 881, "rotates": false }, + { "id": "f_planter_seedling", "fg": 882, "rotates": false }, + { "id": "f_sunflower", "fg": 898, "rotates": false }, + { "id": "f_arcade_machine", "fg": 915, "rotates": false }, + { "id": "f_dive_block", "fg": 917, "rotates": false }, + { "id": "f_piano", "fg": 914, "rotates": false }, + { "id": "f_pinball_machine", "fg": 916, "rotates": false }, { "id": "f_pool_table", - "fg": 886, + "fg": 912, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 887 }, { "id": "t_connection", "fg": 886 } ] - }, - { "id": "f_speaker_cabinet", "fg": 885, "rotates": false }, - { "id": "f_barricade_road", "fg": 892, "rotates": false }, - { "id": "f_bookcase", "fg": 893, "rotates": false }, - { "id": "f_crate_c", "fg": 901, "rotates": false }, - { "id": "f_crate_o", "fg": 902, "rotates": false }, - { "id": [ "f_cupboard", "t_sai_box" ], "fg": 895, "rotates": false }, - { "id": "f_displaycase", "fg": 903, "rotates": false }, - { "id": "f_displaycase_b", "fg": 904, "rotates": false }, - { "id": "f_dresser", "fg": 900, "rotates": false }, - { "id": [ "f_filing_cabinet", "f_file_cabinet" ], "fg": 897, "rotates": false }, - { "id": "f_glass_cabinet", "fg": 898, "rotates": false }, - { "id": [ "f_locker", "t_switchgear_s" ], "fg": 894, "rotates": false }, - { "id": [ "f_utility_shelf", "f_rack" ], "fg": 896, "rotates": false }, - { "id": "f_wardrobe", "fg": 899, "rotates": false }, - { "id": "f_floor_canvas", "fg": 921, "rotates": false }, + "additional_tiles": [ { "id": "corner", "fg": 913 }, { "id": "t_connection", "fg": 912 } ] + }, + { "id": "f_speaker_cabinet", "fg": 911, "rotates": false }, + { "id": "f_barricade_road", "fg": 918, "rotates": false }, + { "id": "f_bookcase", "fg": 919, "rotates": false }, + { "id": "f_crate_c", "fg": 927, "rotates": false }, + { "id": "f_crate_o", "fg": 928, "rotates": false }, + { "id": [ "f_cupboard", "t_sai_box" ], "fg": 921, "rotates": false }, + { "id": "f_displaycase", "fg": 929, "rotates": false }, + { "id": "f_displaycase_b", "fg": 930, "rotates": false }, + { "id": "f_dresser", "fg": 926, "rotates": false }, + { "id": [ "f_filing_cabinet", "f_file_cabinet" ], "fg": 923, "rotates": false }, + { "id": "f_glass_cabinet", "fg": 924, "rotates": false }, + { "id": [ "f_locker", "t_switchgear_s" ], "fg": 920, "rotates": false }, + { "id": [ "f_utility_shelf", "f_rack" ], "fg": 922, "rotates": false }, + { "id": "f_wardrobe", "fg": 925, "rotates": false }, + { "id": "f_floor_canvas", "fg": 947, "rotates": false }, { "id": [ "f_groundsheet", "f_fema_groundsheet", "f_large_groundsheet", "f_center_groundsheet" ], - "fg": 906, + "fg": 932, "rotates": false }, - { "id": [ "f_large_canvas_door", "f_canvas_door" ], "fg": 919, "rotates": false }, - { "id": [ "f_large_canvas_door_o", "f_canvas_door_o" ], "fg": 920, "rotates": false }, + { "id": [ "f_large_canvas_door", "f_canvas_door" ], "fg": 945, "rotates": false }, + { "id": [ "f_large_canvas_door_o", "f_canvas_door_o" ], "fg": 946, "rotates": false }, { "id": [ "f_large_canvas_wall", "f_canvas_wall" ], - "fg": 2066, + "fg": 2092, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 914 }, - { "id": "corner", "fg": 915 }, - { "id": "edge", "fg": 916 }, - { "id": "end_piece", "fg": 917 }, - { "id": "t_connection", "fg": 918 }, - { "id": "unconnected", "fg": 2066 } + { "id": "center", "fg": 940 }, + { "id": "corner", "fg": 941 }, + { "id": "edge", "fg": 942 }, + { "id": "end_piece", "fg": 943 }, + { "id": "t_connection", "fg": 944 }, + { "id": "unconnected", "fg": 2092 } ] }, - { "id": "f_skin_door", "fg": 912, "rotates": false }, - { "id": "f_skin_door_o", "fg": 913, "rotates": false }, + { "id": "f_skin_door", "fg": 938, "rotates": false }, + { "id": "f_skin_door_o", "fg": 939, "rotates": false }, { "id": "f_skin_wall", - "fg": 2065, + "fg": 2091, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 907 }, - { "id": "corner", "fg": 908 }, - { "id": "edge", "fg": 909 }, - { "id": "end_piece", "fg": 910 }, - { "id": "t_connection", "fg": 911 }, - { "id": "unconnected", "fg": 2065 } + { "id": "center", "fg": 933 }, + { "id": "corner", "fg": 934 }, + { "id": "edge", "fg": 935 }, + { "id": "end_piece", "fg": 936 }, + { "id": "t_connection", "fg": 937 }, + { "id": "unconnected", "fg": 2091 } ] }, - { "id": [ "f_tatami", "f_skin_groundsheet" ], "fg": 905, "rotates": false }, - { "id": "f_brazier", "fg": 925, "rotates": false }, - { "id": "f_butcher_rack", "fg": 933, "rotates": false }, - { "id": "f_clay_kiln", "fg": 924, "rotates": false }, - { "id": "f_fireplace", "fg": 930, "rotates": false }, - { "id": "f_firering", "fg": 931, "rotates": false }, - { "id": [ "f_forge", "char_forge" ], "fg": 928, "rotates": false }, - { "id": "f_forge_rock", "fg": 923, "rotates": false }, - { "id": "f_fvat_empty", "fg": 935, "rotates": false }, - { "id": "f_fvat_full", "fg": 936, "rotates": false }, + { "id": [ "f_tatami", "f_skin_groundsheet" ], "fg": 931, "rotates": false }, + { "id": "f_brazier", "fg": 951, "rotates": false }, + { "id": "f_butcher_rack", "fg": 959, "rotates": false }, + { "id": "f_clay_kiln", "fg": 950, "rotates": false }, + { "id": "f_fireplace", "fg": 956, "rotates": false }, + { "id": "f_firering", "fg": 957, "rotates": false }, + { "id": [ "f_forge", "char_forge" ], "fg": 954, "rotates": false }, + { "id": "f_forge_rock", "fg": 949, "rotates": false }, + { "id": "f_fvat_empty", "fg": 961, "rotates": false }, + { "id": "f_fvat_full", "fg": 962, "rotates": false }, { "id": [ "f_kiln_metal_empty", @@ -1265,63 +1274,63 @@ "vp_fuel_bunker", "f_kiln_empty" ], - "fg": 927, + "fg": 953, "rotates": false }, - { "id": [ "f_kiln_metal_full", "kiln_full", "f_kiln_full" ], "fg": 929, "rotates": false }, - { "id": "f_metal_butcher_rack", "fg": 932, "rotates": false }, - { "id": "f_smoking_rack", "fg": 934, "rotates": false }, - { "id": "f_smoking_rack_active", "fg": 922, "rotates": false }, - { "id": "f_woodstove", "fg": 926, "rotates": false }, - { "id": "f_air_conditioner", "fg": 955, "rotates": false }, - { "id": [ "f_aut_gas_console", "vp_controls_electronic", "t_console" ], "fg": 939, "rotates": false }, - { "id": [ "f_autoclave", "f_autoclave_full" ], "fg": 937, "rotates": false }, - { "id": "f_autodoc", "fg": 3298, "rotates": false }, - { "id": [ "f_autodoc_couch", "f_sofa" ], "fg": 942, "rotates": false }, + { "id": [ "f_kiln_metal_full", "kiln_full", "f_kiln_full" ], "fg": 955, "rotates": false }, + { "id": "f_metal_butcher_rack", "fg": 958, "rotates": false }, + { "id": "f_smoking_rack", "fg": 960, "rotates": false }, + { "id": "f_smoking_rack_active", "fg": 948, "rotates": false }, + { "id": "f_woodstove", "fg": 952, "rotates": false }, + { "id": "f_air_conditioner", "fg": 981, "rotates": false }, + { "id": [ "f_aut_gas_console", "vp_controls_electronic", "t_console" ], "fg": 965, "rotates": false }, + { "id": [ "f_autoclave", "f_autoclave_full" ], "fg": 963, "rotates": false }, + { "id": "f_autodoc", "fg": 3324, "rotates": false }, + { "id": [ "f_autodoc_couch", "f_sofa" ], "fg": 968, "rotates": false }, { "id": "f_bathtub", - "fg": 946, + "fg": 972, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 947 }, - { "id": "corner", "fg": 948 }, - { "id": "edge", "fg": 949 }, - { "id": "end_piece", "fg": 950 }, - { "id": "t_connection", "fg": 951 }, - { "id": "unconnected", "fg": 946 } + { "id": "center", "fg": 973 }, + { "id": "corner", "fg": 974 }, + { "id": "edge", "fg": 975 }, + { "id": "end_piece", "fg": 976 }, + { "id": "t_connection", "fg": 977 }, + { "id": "unconnected", "fg": 972 } ] }, - { "id": [ "f_cellphone_booster", "f_TV_antenna", "f_spike" ], "fg": 952, "rotates": false }, - { "id": "f_chemical_mixer", "fg": 957, "rotates": false }, - { "id": "f_dryer", "fg": 959, "rotates": false }, - { "id": "f_fridge", "fg": 960, "rotates": false }, - { "id": [ "f_fume_hood", "t_switchgear_l" ], "fg": 940, "rotates": false }, - { "id": "f_glass_fridge", "fg": 961, "rotates": false }, - { "id": "f_home_furnace", "fg": 938, "rotates": false }, - { "id": [ "f_oven", "t_sai_box_damaged" ], "fg": 941, "rotates": false }, - { "id": "f_roof_turbine_vent", "fg": 954, "rotates": false }, - { "id": "f_shower", "fg": 943, "rotates": false }, - { "id": "f_sink", "fg": 945, "rotates": false }, - { "id": "f_toilet", "fg": 944, "rotates": false }, - { "id": "f_vent_pipe", "fg": 953, "rotates": false }, - { "id": "f_washer", "fg": 958, "rotates": false }, - { "id": "f_water_heater", "fg": 956, "rotates": false }, - { "id": "10gal_hat", "fg": 1720, "rotates": false }, - { "id": "120mm_casing", "fg": 1850, "rotates": false }, + { "id": [ "f_cellphone_booster", "f_TV_antenna", "f_spike" ], "fg": 978, "rotates": false }, + { "id": "f_chemical_mixer", "fg": 983, "rotates": false }, + { "id": "f_dryer", "fg": 985, "rotates": false }, + { "id": "f_fridge", "fg": 986, "rotates": false }, + { "id": [ "f_fume_hood", "t_switchgear_l" ], "fg": 966, "rotates": false }, + { "id": "f_glass_fridge", "fg": 987, "rotates": false }, + { "id": "f_home_furnace", "fg": 964, "rotates": false }, + { "id": [ "f_oven", "t_sai_box_damaged" ], "fg": 967, "rotates": false }, + { "id": "f_roof_turbine_vent", "fg": 980, "rotates": false }, + { "id": "f_shower", "fg": 969, "rotates": false }, + { "id": "f_sink", "fg": 971, "rotates": false }, + { "id": "f_toilet", "fg": 970, "rotates": false }, + { "id": "f_vent_pipe", "fg": 979, "rotates": false }, + { "id": "f_washer", "fg": 984, "rotates": false }, + { "id": "f_water_heater", "fg": 982, "rotates": false }, + { "id": "10gal_hat", "fg": 1746, "rotates": false }, + { "id": "120mm_casing", "fg": 1876, "rotates": false }, { "id": [ "120mm_usable_heat", "120mm_usable_shot", "120mm_usable_slug", "120mm_usable_ap" ], - "fg": 1174, + "fg": 1200, "rotates": false }, - { "id": "12mm", "fg": 1175, "rotates": false }, - { "id": "155mm_casing", "fg": 1851, "rotates": false }, + { "id": "12mm", "fg": 1201, "rotates": false }, + { "id": "155mm_casing", "fg": 1877, "rotates": false }, { "id": [ "155mm_frag", "155mm_heat", "155mm_shot", "155mm_slug", "atgm_heat" ], - "fg": 1192, + "fg": 1218, "rotates": false }, - { "id": "1st_aid", "fg": 1855, "rotates": false }, + { "id": "1st_aid", "fg": 1881, "rotates": false }, { "id": [ "20x66_10_mag", @@ -1335,7 +1344,7 @@ "saiga10mag", "8x40_10_mag" ], - "fg": 1269 + "fg": 1295 }, { "id": [ @@ -1351,7 +1360,7 @@ "ruger30", "8x40_25_mag" ], - "fg": 1271 + "fg": 1297 }, { "id": [ @@ -1464,15 +1473,15 @@ "reloaded_45_long_colt", "22_lr" ], - "fg": 1176, + "fg": 1202, "rotates": false }, - { "id": [ "2lcanteen", "canteen_wood", "canteen" ], "fg": 1117, "rotates": false }, - { "id": "2x4", "fg": 1859, "rotates": false }, - { "id": "30gal_barrel", "fg": 2062, "rotates": false }, - { "id": "30mm_casing", "fg": 1852, "rotates": false }, - { "id": [ "30mm_hei", "30mm_slug", "30mm_hedp" ], "fg": 1177, "rotates": false }, - { "id": [ "36navy", "44army", "flintlock_shot", "flintlock_ammo" ], "fg": 1228, "rotates": false }, + { "id": [ "2lcanteen", "canteen_wood", "canteen" ], "fg": 1143, "rotates": false }, + { "id": "2x4", "fg": 1885, "rotates": false }, + { "id": "30gal_barrel", "fg": 2088, "rotates": false }, + { "id": "30mm_casing", "fg": 1878, "rotates": false }, + { "id": [ "30mm_hei", "30mm_slug", "30mm_hedp" ], "fg": 1203, "rotates": false }, + { "id": [ "36navy", "44army", "flintlock_shot", "flintlock_ammo" ], "fg": 1254, "rotates": false }, { "id": [ "40mm_frag", @@ -1493,12 +1502,12 @@ "m235tpa", "40mm_concussive" ], - "fg": 1178, + "fg": 1204, "rotates": false }, - { "id": [ "50_casing", "357sig_casing", "357_mag_casing", "45lc_casing" ], "fg": 1182, "rotates": false }, - { "id": [ "55gal_drum", "30gal_drum", "keg", "keg_steel" ], "fg": 2060, "rotates": false }, - { "id": [ "5x50_hull", "410_hull", "shot_hull" ], "fg": 1854 }, + { "id": [ "50_casing", "357sig_casing", "357_mag_casing", "45lc_casing" ], "fg": 1208, "rotates": false }, + { "id": [ "55gal_drum", "30gal_drum", "keg", "keg_steel" ], "fg": 2086, "rotates": false }, + { "id": [ "5x50_hull", "410_hull", "shot_hull" ], "fg": 1880 }, { "id": [ "8mm_bootleg", @@ -1520,11 +1529,11 @@ "20x66_bootleg_slug", "8mm_caseless" ], - "fg": 1181, + "fg": 1207, "rotates": false }, - { "id": [ "8x40_100_mag", "8x40_500_mag", "360_200_mag", "hk_g80mag", "5x50_100_mag" ], "fg": 1267 }, - { "id": [ "8x40_50_mag", "20x66_40_mag", "lw223bigmag", "5x50_50_mag" ], "fg": 1268 }, + { "id": [ "8x40_100_mag", "8x40_500_mag", "360_200_mag", "hk_g80mag", "5x50_100_mag" ], "fg": 1293 }, + { "id": [ "8x40_50_mag", "20x66_40_mag", "lw223bigmag", "5x50_50_mag" ], "fg": 1294 }, { "id": [ "9mm_speedloader7", @@ -1541,17 +1550,17 @@ "shot_speedloader8", "shot_speedloader6" ], - "fg": 2035, + "fg": 2061, "rotates": false }, - { "id": "BFG", "fg": 1306, "rotates": false }, - { "id": "EMPbomb", "fg": 1167, "rotates": false }, - { "id": "EMPbomb_act", "fg": 1160, "rotates": false }, - { "id": "LAW_Packed", "fg": 1372, "rotates": false }, - { "id": "RPG-7_ammo", "fg": 1218, "rotates": false }, - { "id": "RPG", "fg": 1332, "rotates": false }, - { "id": "TDI", "fg": 1342, "rotates": false }, - { "id": [ "UPS_off" ], "fg": 1374, "rotates": false }, + { "id": "BFG", "fg": 1332, "rotates": false }, + { "id": "EMPbomb", "fg": 1193, "rotates": false }, + { "id": "EMPbomb_act", "fg": 1186, "rotates": false }, + { "id": "LAW_Packed", "fg": 1398, "rotates": false }, + { "id": "RPG-7_ammo", "fg": 1244, "rotates": false }, + { "id": "RPG", "fg": 1358, "rotates": false }, + { "id": "TDI", "fg": 1368, "rotates": false }, + { "id": [ "UPS_off" ], "fg": 1400, "rotates": false }, { "id": [ "V8", @@ -1569,18 +1578,18 @@ "mixed_alcohol_strong", "oxyacetylene" ], - "fg": 2117, + "fg": 2143, "rotates": false }, - { "id": "a180mag", "fg": 1273 }, - { "id": "abdul_necro", "fg": 2099, "rotates": false }, - { "id": "acidbomb", "fg": 1128, "rotates": false }, - { "id": "acidbomb_large", "fg": 1183, "rotates": false }, - { "id": "acidbomb_medium", "fg": 1112, "rotates": false }, - { "id": "acidbomb_micro", "fg": 1184, "rotates": false }, - { "id": "acidbomb_small", "fg": 1185, "rotates": false }, - { "id": [ "adv_UPS_off" ], "fg": 1375, "rotates": false }, - { "id": [ "advanced_ecig", "antenna" ], "fg": 1078, "rotates": false }, + { "id": "a180mag", "fg": 1299 }, + { "id": "abdul_necro", "fg": 2125, "rotates": false }, + { "id": "acidbomb", "fg": 1154, "rotates": false }, + { "id": "acidbomb_large", "fg": 1209, "rotates": false }, + { "id": "acidbomb_medium", "fg": 1138, "rotates": false }, + { "id": "acidbomb_micro", "fg": 1210, "rotates": false }, + { "id": "acidbomb_small", "fg": 1211, "rotates": false }, + { "id": [ "adv_UPS_off" ], "fg": 1401, "rotates": false }, + { "id": [ "advanced_ecig", "antenna" ], "fg": 1104, "rotates": false }, { "id": [ "advanced_electronics", @@ -1605,32 +1614,32 @@ "textbook_armwest", "holybook_mormon" ], - "fg": 2110, + "fg": 2136, "rotates": false }, - { "id": "airhorn", "fg": 1376, "rotates": false }, - { "id": "airspeargun", "fg": 1297, "rotates": false }, - { "id": [ "ak74mag", "rpk74mag" ], "fg": 1272 }, - { "id": "alarmclock", "fg": 1350, "rotates": false }, - { "id": "american_flag", "fg": 1643, "rotates": false }, + { "id": "airhorn", "fg": 1402, "rotates": false }, + { "id": "airspeargun", "fg": 1323, "rotates": false }, + { "id": [ "ak74mag", "rpk74mag" ], "fg": 1298 }, + { "id": "alarmclock", "fg": 1376, "rotates": false }, + { "id": "american_flag", "fg": 1669, "rotates": false }, { "id": [ "ammolink30mm", "ammolink40mm", "ammolink50", "ammolink223", "ammolink308", "ammolink" ], - "fg": 1860 + "fg": 1886 }, - { "id": "amplifier_head", "fg": 2043, "rotates": false }, - { "id": [ "anbc_suit", "aep_suit" ], "fg": 1721, "rotates": false }, - { "id": "animation_bullet_flame", "fg": 1992 }, - { "id": "antibiotics", "fg": 1074, "rotates": false }, - { "id": [ "antidote_posion", "revival_serum", "antidote_badpoison" ], "fg": 1127, "rotates": false }, - { "id": [ "anvil", "f_anvil" ], "fg": 2081, "rotates": false }, - { "id": "aperture_potato", "fg": 1377, "rotates": false }, + { "id": "amplifier_head", "fg": 2069, "rotates": false }, + { "id": [ "anbc_suit", "aep_suit" ], "fg": 1747, "rotates": false }, + { "id": "animation_bullet_flame", "fg": 2018 }, + { "id": "antibiotics", "fg": 1100, "rotates": false }, + { "id": [ "antidote_posion", "revival_serum", "antidote_badpoison" ], "fg": 1153, "rotates": false }, + { "id": [ "anvil", "f_anvil" ], "fg": 2107, "rotates": false }, + { "id": "aperture_potato", "fg": 1403, "rotates": false }, { "id": [ "apple_cider", "energy_drink_atomic", "colamdew", "drink_wild_apple", "pine_tea" ], - "fg": 2120, + "fg": 2146, "rotates": false }, - { "id": "apron_leather", "fg": 1728, "rotates": false }, - { "id": "arachnotron_guts", "fg": 1861, "rotates": false }, + { "id": "apron_leather", "fg": 1754, "rotates": false }, + { "id": "arachnotron_guts", "fg": 1887, "rotates": false }, { "id": [ "arm_splint", @@ -1641,19 +1650,19 @@ "armguard_larmor", "armguard_larmor_mod" ], - "fg": 1732, + "fg": 1758, "rotates": false }, { "id": [ "arm_warmers", "leg_warmers", "leg_warmers_f", "leg_warmers_xl", "leg_warmers_xlf" ], - "fg": 1733, + "fg": 1759, "rotates": false }, - { "id": "armguard_bone", "fg": 1735, "rotates": false }, - { "id": "armguard_chitin", "fg": 1729, "rotates": false }, + { "id": "armguard_bone", "fg": 1761, "rotates": false }, + { "id": "armguard_chitin", "fg": 1755, "rotates": false }, { "id": [ "armguard_hard", "armguard_paper", "legguard_hard", "legguard_paper" ], - "fg": 1730, + "fg": 1756, "rotates": false }, { @@ -1666,23 +1675,23 @@ "armguard_lightplate", "legguard_lightplate" ], - "fg": 1731, + "fg": 1757, "rotates": false }, - { "id": "armor_bone", "fg": 1616, "rotates": false }, - { "id": "armor_chitin", "fg": 1617, "rotates": false }, - { "id": "armor_cuirass", "fg": 1736, "rotates": false }, - { "id": [ "armor_larmor", "armor_blarmor", "touring_suit", "armor_lamellar" ], "fg": 1618, "rotates": false }, - { "id": [ "armor_plarmor", "jacket_leather_mod", "armor_scrapsuit" ], "fg": 1737, "rotates": false }, - { "id": "armor_samurai", "fg": 1684, "rotates": false }, - { "id": [ "armor_scavenger", "jacket_army" ], "fg": 3663, "rotates": false }, - { "id": "army_top", "fg": 1738, "rotates": false }, - { "id": "arrow_cf", "fg": 1197, "rotates": false }, - { "id": "arrow_plastic", "fg": 1195, "rotates": false }, - { "id": "arrow_small_game_fletched", "fg": 1199, "rotates": false }, + { "id": "armor_bone", "fg": 1642, "rotates": false }, + { "id": "armor_chitin", "fg": 1643, "rotates": false }, + { "id": "armor_cuirass", "fg": 1762, "rotates": false }, + { "id": [ "armor_larmor", "armor_blarmor", "touring_suit", "armor_lamellar" ], "fg": 1644, "rotates": false }, + { "id": [ "armor_plarmor", "jacket_leather_mod", "armor_scrapsuit" ], "fg": 1763, "rotates": false }, + { "id": "armor_samurai", "fg": 1710, "rotates": false }, + { "id": [ "armor_scavenger", "jacket_army" ], "fg": 3689, "rotates": false }, + { "id": "army_top", "fg": 1764, "rotates": false }, + { "id": "arrow_cf", "fg": 1223, "rotates": false }, + { "id": "arrow_plastic", "fg": 1221, "rotates": false }, + { "id": "arrow_small_game_fletched", "fg": 1225, "rotates": false }, { "id": [ "arrow_wood_heavy", "arrow_field_point_fletched", "arrow_heavy_field_point_fletched", "flamable_arrow", "arrow_wood" ], - "fg": 1200, + "fg": 1226, "rotates": false }, { @@ -1697,7 +1706,7 @@ "calcium_tablet", "weak_antibiotic" ], - "fg": 1072, + "fg": 1098, "rotates": false }, { @@ -1710,33 +1719,33 @@ "tank_gun_rws", "surv_rocket_launcher" ], - "fg": 1341, + "fg": 1367, "rotates": false }, - { "id": "atlatl", "fg": 1302, "rotates": false }, - { "id": "atomic_coffeepot", "fg": 1862, "rotates": false }, - { "id": "atomic_lamp", "fg": 1533, "rotates": false }, - { "id": "atomic_light", "fg": 1254, "rotates": false }, - { "id": [ "atomic_light_off", "baseball" ], "fg": 1255, "rotates": false }, - { "id": "aux_pressurized_tank", "fg": 1274, "rotates": false }, - { "id": "b_paint", "fg": 1088, "rotates": false }, - { "id": [ "back_holster", "XL_holster", "holster" ], "fg": 3649, "rotates": false }, - { "id": "backpack_giant", "fg": 3745, "rotates": false }, - { "id": "backpack_hiking", "fg": 3743, "rotates": false }, + { "id": "atlatl", "fg": 1328, "rotates": false }, + { "id": "atomic_coffeepot", "fg": 1888, "rotates": false }, + { "id": "atomic_lamp", "fg": 1559, "rotates": false }, + { "id": "atomic_light", "fg": 1280, "rotates": false }, + { "id": [ "atomic_light_off", "baseball" ], "fg": 1281, "rotates": false }, + { "id": "aux_pressurized_tank", "fg": 1300, "rotates": false }, + { "id": "b_paint", "fg": 1114, "rotates": false }, + { "id": [ "back_holster", "XL_holster", "holster" ], "fg": 3675, "rotates": false }, + { "id": "backpack_giant", "fg": 3771, "rotates": false }, + { "id": "backpack_hiking", "fg": 3769, "rotates": false }, { "id": [ "backpack_leather", "survivor_pack", "survivor_runner_pack", "swag_bag" ], - "fg": 1131, + "fg": 1157, "rotates": false }, - { "id": [ "backpack", "runner_bag", "slingpack" ], "fg": 1130, "rotates": false }, - { "id": "backpack_tactical_large", "fg": 3744, "rotates": false }, - { "id": [ "bacon", "fetus" ], "fg": 2219, "rotates": false }, + { "id": [ "backpack", "runner_bag", "slingpack" ], "fg": 1156, "rotates": false }, + { "id": "backpack_tactical_large", "fg": 3770, "rotates": false }, + { "id": [ "bacon", "fetus" ], "fg": 2245, "rotates": false }, { "id": [ "badge_deputy", "badge_marshal", "badge_detective", "badge_cybercop", "badge_swat" ], - "fg": 1609, + "fg": 1635, "rotates": false }, - { "id": [ "bag_bundle_10", "bag_plastic" ], "fg": 1140, "rotates": false }, + { "id": [ "bag_bundle_10", "bag_plastic" ], "fg": 1166, "rotates": false }, { "id": [ "bag_canvas", @@ -1747,49 +1756,49 @@ "mre_hotdog_box", "mre_ravioli_box" ], - "fg": 1139, - "rotates": false - }, - { "id": "bagpipes", "fg": 1708, "rotates": false }, - { "id": "bandages", "fg": 1059, "rotates": false }, - { "id": "bandana", "fg": 1739, "rotates": false }, - { "id": [ "bandolier_bomblet", "grenade_pouch" ], "fg": 1823, "rotates": false }, - { "id": [ "bandolier_rifle", "bandolier_shotgun", "bandolier_pistol" ], "fg": 1740, "rotates": false }, - { "id": "bandolier_wrist", "fg": 1741, "rotates": false }, - { "id": [ "barometer", "clock" ], "fg": 1349, "rotates": false }, - { "id": "barrette", "fg": 1744, "rotates": false }, - { "id": "basket", "fg": 2008, "rotates": false }, - { "id": "basket_laundry", "fg": 3707, "rotates": false }, - { "id": "bat", "fg": 1865, "rotates": false }, - { "id": "bat_metal", "fg": 1864, "rotates": false }, - { "id": "bathroom_scale", "fg": 2049, "rotates": false }, - { "id": [ "baton", "baton-extended" ], "fg": 1247, "rotates": false }, - { "id": "battery_atomic", "fg": 1191, "rotates": false }, - { "id": [ "battery", "laser_capacitor" ], "fg": 1187, "rotates": false }, + "fg": 1165, + "rotates": false + }, + { "id": "bagpipes", "fg": 1734, "rotates": false }, + { "id": "bandages", "fg": 1085, "rotates": false }, + { "id": "bandana", "fg": 1765, "rotates": false }, + { "id": [ "bandolier_bomblet", "grenade_pouch" ], "fg": 1849, "rotates": false }, + { "id": [ "bandolier_rifle", "bandolier_shotgun", "bandolier_pistol" ], "fg": 1766, "rotates": false }, + { "id": "bandolier_wrist", "fg": 1767, "rotates": false }, + { "id": [ "barometer", "clock" ], "fg": 1375, "rotates": false }, + { "id": "barrette", "fg": 1770, "rotates": false }, + { "id": "basket", "fg": 2034, "rotates": false }, + { "id": "basket_laundry", "fg": 3733, "rotates": false }, + { "id": "bat", "fg": 1891, "rotates": false }, + { "id": "bat_metal", "fg": 1890, "rotates": false }, + { "id": "bathroom_scale", "fg": 2075, "rotates": false }, + { "id": [ "baton", "baton-extended" ], "fg": 1273, "rotates": false }, + { "id": "battery_atomic", "fg": 1217, "rotates": false }, + { "id": [ "battery", "laser_capacitor" ], "fg": 1213, "rotates": false }, { "id": [ "battery_motorbike", "battery_car", "medium_storage_battery", "storage_battery", "small_storage_battery" ], - "fg": 1287, - "rotates": false - }, - { "id": [ "battleaxe_inferior", "battleaxe_fake", "battleaxe" ], "fg": 1380, "rotates": false }, - { "id": "battletorch_done", "fg": 1866, "rotates": false }, - { "id": "battletorch_lit", "fg": 1381, "rotates": false }, - { "id": "beaker", "fg": 2054, "rotates": false }, - { "id": "beartrap", "fg": 2088, "rotates": false }, - { "id": [ "bee_balm", "lily_flower", "lotus_flower" ], "fg": 2160, "rotates": false }, - { "id": "bee_sting", "fg": 1221, "rotates": false }, - { "id": [ "belt308", "belt40mm", "belt50", "belt30mm", "belt223" ], "fg": 1275 }, - { "id": [ "beret_wool", "beret" ], "fg": 1748, "rotates": false }, - { "id": "berserker_drug_act", "fg": 1083, "rotates": false }, - { "id": [ "berserker_drug", "adrenaline_injector" ], "fg": 1082, "rotates": false }, - { "id": "bfg_shell", "fg": 1193, "rotates": false }, - { "id": "bfg_shell_act", "fg": 1225, "rotates": false }, - { "id": "bigback", "fg": 2024, "rotates": false }, - { "id": "bike_basket", "fg": 3518, "rotates": false }, - { "id": [ "bikini_top_fur", "fur_cat_ears" ], "fg": 1750, "rotates": false }, - { "id": "bikini_top_leather", "fg": 1751, "rotates": false }, - { "id": "bindle", "fg": 1752, "rotates": false }, - { "id": "binoculars", "fg": 1709, "rotates": false }, + "fg": 1313, + "rotates": false + }, + { "id": [ "battleaxe_inferior", "battleaxe_fake", "battleaxe" ], "fg": 1406, "rotates": false }, + { "id": "battletorch_done", "fg": 1892, "rotates": false }, + { "id": "battletorch_lit", "fg": 1407, "rotates": false }, + { "id": "beaker", "fg": 2080, "rotates": false }, + { "id": "beartrap", "fg": 2114, "rotates": false }, + { "id": [ "bee_balm", "lily_flower", "lotus_flower" ], "fg": 2186, "rotates": false }, + { "id": "bee_sting", "fg": 1247, "rotates": false }, + { "id": [ "belt308", "belt40mm", "belt50", "belt30mm", "belt223" ], "fg": 1301 }, + { "id": [ "beret_wool", "beret" ], "fg": 1774, "rotates": false }, + { "id": "berserker_drug_act", "fg": 1109, "rotates": false }, + { "id": [ "berserker_drug", "adrenaline_injector" ], "fg": 1108, "rotates": false }, + { "id": "bfg_shell", "fg": 1219, "rotates": false }, + { "id": "bfg_shell_act", "fg": 1251, "rotates": false }, + { "id": "bigback", "fg": 2050, "rotates": false }, + { "id": "bike_basket", "fg": 3544, "rotates": false }, + { "id": [ "bikini_top_fur", "fur_cat_ears" ], "fg": 1776, "rotates": false }, + { "id": "bikini_top_leather", "fg": 1777, "rotates": false }, + { "id": "bindle", "fg": 1778, "rotates": false }, + { "id": "binoculars", "fg": 1735, "rotates": false }, { "id": [ "bio_null", @@ -1905,30 +1914,30 @@ "bio_surgical_razor", "bio_cable" ], - "fg": 1172, + "fg": 1198, "rotates": false }, - { "id": "biollante_bud", "fg": 1867, "rotates": false }, - { "id": "black_box", "fg": 1382, "rotates": false }, - { "id": [ "blade", "metal_smoother" ], "fg": 1351, "rotates": false }, - { "id": "blade_trap", "fg": 2090, "rotates": false }, - { "id": [ "blanket", "down_blanket", "towel_wet" ], "fg": 1638, "rotates": false }, - { "id": [ "blazer", "jacket_windbreaker" ], "fg": 1648, "rotates": false }, - { "id": [ "blindfold", "obi_gi" ], "fg": 3702, "rotates": false }, - { "id": "blob_dormant", "fg": 1384, "rotates": false }, + { "id": "biollante_bud", "fg": 1893, "rotates": false }, + { "id": "black_box", "fg": 1408, "rotates": false }, + { "id": [ "blade", "metal_smoother" ], "fg": 1377, "rotates": false }, + { "id": "blade_trap", "fg": 2116, "rotates": false }, + { "id": [ "blanket", "down_blanket", "towel_wet" ], "fg": 1664, "rotates": false }, + { "id": [ "blazer", "jacket_windbreaker" ], "fg": 1674, "rotates": false }, + { "id": [ "blindfold", "obi_gi" ], "fg": 3728, "rotates": false }, + { "id": "blob_dormant", "fg": 1410, "rotates": false }, { "id": [ "blowgun", "skewer", "knitting_needles", "pointy_stick", "pool_cue", "digging_stick" ], - "fg": 1246, + "fg": 1272, "rotates": false }, - { "id": "bluebell_bud", "fg": 1868, "rotates": false }, - { "id": "bluebell_flower", "fg": 2162, "rotates": false }, - { "id": "board_trap", "fg": 2094, "rotates": false }, - { "id": "boat_board", "fg": 1993, "rotates": false }, - { "id": "bodypillow", "fg": 1946, "rotates": false }, - { "id": [ "boiled_egg", "egg_reptile", "egg_wasp", "ant_egg" ], "fg": 2141, "rotates": false }, - { "id": "bokken", "fg": 1496, "rotates": false }, - { "id": "bolt_bone", "fg": 1198, "rotates": false }, + { "id": "bluebell_bud", "fg": 1894, "rotates": false }, + { "id": "bluebell_flower", "fg": 2188, "rotates": false }, + { "id": "board_trap", "fg": 2120, "rotates": false }, + { "id": "boat_board", "fg": 2019, "rotates": false }, + { "id": "bodypillow", "fg": 1972, "rotates": false }, + { "id": [ "boiled_egg", "egg_reptile", "egg_wasp", "ant_egg" ], "fg": 2167, "rotates": false }, + { "id": "bokken", "fg": 1522, "rotates": false }, + { "id": "bolt_bone", "fg": 1224, "rotates": false }, { "id": [ "bolt_metal", @@ -1943,68 +1952,68 @@ "arrow_exploding", "arrow_flamming" ], - "fg": 1196, + "fg": 1222, "rotates": false }, { "id": [ "bolt_wood", "arrow_fire_hardened_fletched", "arrow_heavy_fire_hardened_fletched" ], - "fg": 1194, - "rotates": false - }, - { "id": "boltcutters", "fg": 1385, "rotates": false }, - { "id": "bomblet_acid", "fg": 1208, "rotates": false }, - { "id": [ "bomblet_archdemon", "bomblet_explosive" ], "fg": 1202, "rotates": false }, - { "id": [ "bomblet_archvile", "bomblet_fire", "bomblet_vile" ], "fg": 1203, "rotates": false }, - { "id": "bomblet_casing", "fg": 1204, "rotates": false }, - { "id": "bomblet_chickenbot", "fg": 1205, "rotates": false }, - { "id": "bomblet_chickenbot_act", "fg": 1387, "rotates": false }, - { "id": "bomblet_frag", "fg": 1206, "rotates": false }, - { "id": "bomblet_launcher_brute", "fg": 1307, "rotates": false }, - { "id": "bomblet_stun", "fg": 1207, "rotates": false }, - { "id": "bomblet_stun_act", "fg": 1388, "rotates": false }, - { "id": [ "bomblet_vile_act", "bomblet_archvile_act" ], "fg": 1386, "rotates": false }, - { "id": "bondage_mask", "fg": 1753, "rotates": false }, - { "id": "bondage_suit", "fg": 1685, "rotates": false }, - { "id": "bone_flute", "fg": 1389, "rotates": false }, - { "id": [ "bone_human", "bone" ], "fg": 1000, "rotates": false }, - { "id": "bone_tainted", "fg": 999, "rotates": false }, - { "id": "boobytrap", "fg": 2086, "rotates": false }, - { "id": "book_asgard", "fg": 2102, "rotates": false }, - { "id": "bookplate", "fg": 1619, "rotates": false }, - { "id": "boots_bone", "fg": 1755, "rotates": false }, - { "id": "boots_chitin", "fg": 1756, "rotates": false }, - { "id": [ "boots_combat", "boots_lsurvivor" ], "fg": 1757, "rotates": false }, - { "id": "boots_fur", "fg": 1763, "rotates": false }, - { "id": "boots_hiking", "fg": 1758, "rotates": false }, - { "id": [ "boots_larmor", "boots" ], "fg": 1754, "rotates": false }, + "fg": 1220, + "rotates": false + }, + { "id": "boltcutters", "fg": 1411, "rotates": false }, + { "id": "bomblet_acid", "fg": 1234, "rotates": false }, + { "id": [ "bomblet_archdemon", "bomblet_explosive" ], "fg": 1228, "rotates": false }, + { "id": [ "bomblet_archvile", "bomblet_fire", "bomblet_vile" ], "fg": 1229, "rotates": false }, + { "id": "bomblet_casing", "fg": 1230, "rotates": false }, + { "id": "bomblet_chickenbot", "fg": 1231, "rotates": false }, + { "id": "bomblet_chickenbot_act", "fg": 1413, "rotates": false }, + { "id": "bomblet_frag", "fg": 1232, "rotates": false }, + { "id": "bomblet_launcher_brute", "fg": 1333, "rotates": false }, + { "id": "bomblet_stun", "fg": 1233, "rotates": false }, + { "id": "bomblet_stun_act", "fg": 1414, "rotates": false }, + { "id": [ "bomblet_vile_act", "bomblet_archvile_act" ], "fg": 1412, "rotates": false }, + { "id": "bondage_mask", "fg": 1779, "rotates": false }, + { "id": "bondage_suit", "fg": 1711, "rotates": false }, + { "id": "bone_flute", "fg": 1415, "rotates": false }, + { "id": [ "bone_human", "bone" ], "fg": 1026, "rotates": false }, + { "id": "bone_tainted", "fg": 1025, "rotates": false }, + { "id": "boobytrap", "fg": 2112, "rotates": false }, + { "id": "book_asgard", "fg": 2128, "rotates": false }, + { "id": "bookplate", "fg": 1645, "rotates": false }, + { "id": "boots_bone", "fg": 1781, "rotates": false }, + { "id": "boots_chitin", "fg": 1782, "rotates": false }, + { "id": [ "boots_combat", "boots_lsurvivor" ], "fg": 1783, "rotates": false }, + { "id": "boots_fur", "fg": 1789, "rotates": false }, + { "id": "boots_hiking", "fg": 1784, "rotates": false }, + { "id": [ "boots_larmor", "boots" ], "fg": 1780, "rotates": false }, { "id": [ "boots_plate", "boots_fsurvivor", "boots_hsurvivor", "motorbike_boots", "megaarmor_boots_1" ], - "fg": 1759, - "rotates": false - }, - { "id": [ "boots_rubber", "boots_bunker" ], "fg": 1760, "rotates": false }, - { "id": [ "boots_survivor", "boots_xlsurvivor", "boots_steel" ], "fg": 1764, "rotates": false }, - { "id": [ "boots_western", "knee_high_boots" ], "fg": 3673, "rotates": false }, - { "id": [ "boots_winter", "boots_wsurvivor" ], "fg": 1761, "rotates": false }, - { "id": "bottle_folding", "fg": 1109, "rotates": false }, - { "id": "bottle_glass", "fg": 1115, "rotates": false }, - { "id": "bottle_metal", "fg": 1110, "rotates": false }, - { "id": [ "bottle_twoliter", "bottle_plastic", "bottle_plastic_small" ], "fg": 1111, "rotates": false }, - { "id": [ "bowhat", "porkpie" ], "fg": 1669, "rotates": false }, - { "id": "bowl_clay", "fg": 2072, "rotates": false }, - { "id": "bowl_pewter", "fg": 2070, "rotates": false }, - { "id": "bowl_plastic", "fg": 2074, "rotates": false }, - { "id": "bowling_axe", "fg": 1873, "rotates": false }, - { "id": "bowling_pin", "fg": 1874, "rotates": false }, - { "id": "box_cigarette", "fg": 1142, "rotates": false }, - { "id": "box_large", "fg": 2045, "rotates": false }, - { "id": "box_small", "fg": 1143, "rotates": false }, - { "id": [ "bra", "sports_bra", "bikini_top" ], "fg": 1749, "rotates": false }, - { "id": "brazier", "fg": 2069, "rotates": false }, - { "id": "brick", "fg": 1875, "rotates": false }, + "fg": 1785, + "rotates": false + }, + { "id": [ "boots_rubber", "boots_bunker" ], "fg": 1786, "rotates": false }, + { "id": [ "boots_survivor", "boots_xlsurvivor", "boots_steel" ], "fg": 1790, "rotates": false }, + { "id": [ "boots_western", "knee_high_boots" ], "fg": 3699, "rotates": false }, + { "id": [ "boots_winter", "boots_wsurvivor" ], "fg": 1787, "rotates": false }, + { "id": "bottle_folding", "fg": 1135, "rotates": false }, + { "id": "bottle_glass", "fg": 1141, "rotates": false }, + { "id": "bottle_metal", "fg": 1136, "rotates": false }, + { "id": [ "bottle_twoliter", "bottle_plastic", "bottle_plastic_small" ], "fg": 1137, "rotates": false }, + { "id": [ "bowhat", "porkpie" ], "fg": 1695, "rotates": false }, + { "id": "bowl_clay", "fg": 2098, "rotates": false }, + { "id": "bowl_pewter", "fg": 2096, "rotates": false }, + { "id": "bowl_plastic", "fg": 2100, "rotates": false }, + { "id": "bowling_axe", "fg": 1899, "rotates": false }, + { "id": "bowling_pin", "fg": 1900, "rotates": false }, + { "id": "box_cigarette", "fg": 1168, "rotates": false }, + { "id": "box_large", "fg": 2071, "rotates": false }, + { "id": "box_small", "fg": 1169, "rotates": false }, + { "id": [ "bra", "sports_bra", "bikini_top" ], "fg": 1775, "rotates": false }, + { "id": "brazier", "fg": 2095, "rotates": false }, + { "id": "brick", "fg": 1901, "rotates": false }, { "id": [ "brioche", "toastem", "toastem2", "toastem3", "toasterpastryfrozen" ], - "fg": 2209, + "fg": 2235, "rotates": false }, { @@ -2022,30 +2031,30 @@ "longsword_fake", "broadsword" ], - "fg": 1393, - "rotates": false - }, - { "id": [ "broketent", "largebroketent" ], "fg": 2063, "rotates": false }, - { "id": "brooch", "fg": 1742, "rotates": false }, - { "id": [ "brownie", "brownie_weed", "cake2" ], "fg": 1053, "rotates": false }, - { "id": "bubblewrap", "fg": 2087, "rotates": false }, - { "id": "bucket", "fg": 1137, "rotates": false }, - { "id": "bullwhip", "fg": 1877, "rotates": false }, - { "id": "bundle_leather", "fg": 1989, "rotates": false }, - { "id": "bundle_rag", "fg": 1990, "rotates": false }, - { "id": "bundle_wool", "fg": 1988, "rotates": false }, - { "id": "bunker_pants", "fg": 1772, "rotates": false }, - { "id": [ "bwirebat", "battletorch" ], "fg": 1352, "rotates": false }, - { "id": "c4", "fg": 1395, "rotates": false }, - { "id": "c4armed", "fg": 1396, "rotates": false }, - { "id": [ "c_fishspear", "qiang", "m_fishspear" ], "fg": 1236, "rotates": false }, - { "id": "cable", "fg": 1209, "rotates": false }, - { "id": "caffeine", "fg": 1067, "rotates": false }, - { "id": [ "calicomag", "fnp90mag" ], "fg": 1276 }, - { "id": "camera", "fg": 1397, "rotates": false }, - { "id": "camera_control", "fg": 3535, "rotates": false }, - { "id": "camera_pro", "fg": 1398, "rotates": false }, - { "id": [ "camisole", "tank_top" ], "fg": 3732, "rotates": false }, + "fg": 1419, + "rotates": false + }, + { "id": [ "broketent", "largebroketent" ], "fg": 2089, "rotates": false }, + { "id": "brooch", "fg": 1768, "rotates": false }, + { "id": [ "brownie", "brownie_weed", "cake2" ], "fg": 1079, "rotates": false }, + { "id": "bubblewrap", "fg": 2113, "rotates": false }, + { "id": "bucket", "fg": 1163, "rotates": false }, + { "id": "bullwhip", "fg": 1903, "rotates": false }, + { "id": "bundle_leather", "fg": 2015, "rotates": false }, + { "id": "bundle_rag", "fg": 2016, "rotates": false }, + { "id": "bundle_wool", "fg": 2014, "rotates": false }, + { "id": "bunker_pants", "fg": 1798, "rotates": false }, + { "id": [ "bwirebat", "battletorch" ], "fg": 1378, "rotates": false }, + { "id": "c4", "fg": 1421, "rotates": false }, + { "id": "c4armed", "fg": 1422, "rotates": false }, + { "id": [ "c_fishspear", "qiang", "m_fishspear" ], "fg": 1262, "rotates": false }, + { "id": "cable", "fg": 1235, "rotates": false }, + { "id": "caffeine", "fg": 1093, "rotates": false }, + { "id": [ "calicomag", "fnp90mag" ], "fg": 1302 }, + { "id": "camera", "fg": 1423, "rotates": false }, + { "id": "camera_control", "fg": 3561, "rotates": false }, + { "id": "camera_pro", "fg": 1424, "rotates": false }, + { "id": [ "camisole", "tank_top" ], "fg": 3758, "rotates": false }, { "id": [ "can_beans", @@ -2069,7 +2078,7 @@ "dogfood", "f_woodchips" ], - "fg": 2193, + "fg": 2219, "rotates": false }, { @@ -2098,7 +2107,7 @@ "material_quicklime", "chem_hmtd" ], - "fg": 2192, + "fg": 2218, "rotates": false }, { @@ -2117,7 +2126,7 @@ "starch", "mayonnaise" ], - "fg": 2180, + "fg": 2206, "rotates": false }, { @@ -2133,57 +2142,57 @@ "can_cheese", "chem_sulphur" ], - "fg": 2194, + "fg": 2220, "rotates": false }, - { "id": "can_drink_unsealed", "fg": 1097, "rotates": false }, - { "id": "can_food", "fg": 1094, "rotates": false }, - { "id": "can_food_unsealed", "fg": 1096, "rotates": false }, - { "id": [ "can_sealer", "pastaextruder" ], "fg": 1942, "rotates": false }, - { "id": [ "candle_smoke", "candle" ], "fg": 1399, "rotates": false }, - { "id": [ "candle_smoke_lit", "candle_lit" ], "fg": 1400, "rotates": false }, - { "id": "candlestick", "fg": 1878, "rotates": false }, + { "id": "can_drink_unsealed", "fg": 1123, "rotates": false }, + { "id": "can_food", "fg": 1120, "rotates": false }, + { "id": "can_food_unsealed", "fg": 1122, "rotates": false }, + { "id": [ "can_sealer", "pastaextruder" ], "fg": 1968, "rotates": false }, + { "id": [ "candle_smoke", "candle" ], "fg": 1425, "rotates": false }, + { "id": [ "candle_smoke_lit", "candle_lit" ], "fg": 1426, "rotates": false }, + { "id": "candlestick", "fg": 1904, "rotates": false }, { "id": [ "candy2", "candy3", "neccowafers", "gummy_vitamins", "maple_candy", "candy" ], - "fg": 2174, + "fg": 2200, "rotates": false }, - { "id": "candycigarette", "fg": 986, "rotates": false }, - { "id": "cane", "fg": 1879, "rotates": false }, - { "id": "canister_empty", "fg": 2075, "rotates": false }, - { "id": "canola", "fg": 989, "rotates": false }, - { "id": [ "cantilever_small", "cantilever_medium" ], "fg": 1880, "rotates": false }, + { "id": "candycigarette", "fg": 1012, "rotates": false }, + { "id": "cane", "fg": 1905, "rotates": false }, + { "id": "canister_empty", "fg": 2101, "rotates": false }, + { "id": "canola", "fg": 1015, "rotates": false }, + { "id": [ "cantilever_small", "cantilever_medium" ], "fg": 1906, "rotates": false }, { "id": [ "car_headlight", "wide_headlight_reinforced", "car_wide_headlight", "headlight_reinforced" ], - "fg": 2012, + "fg": 2038, "rotates": true }, - { "id": [ "carding_paddles", "broom" ], "fg": 1876, "rotates": false }, - { "id": "cargo_lock", "fg": 1881, "rotates": false }, - { "id": "cargo_rack", "fg": 3519, "rotates": false }, - { "id": [ "carver_on", "carver_off" ], "fg": 1401, "rotates": false }, - { "id": "case_violin", "fg": 1773, "rotates": false }, - { "id": "cattlefodder", "fg": 1406, "rotates": false }, - { "id": "cell_phone", "fg": 1407, "rotates": false }, - { "id": "cell_phone_flashlight", "fg": 1408, "rotates": false }, - { "id": "ceramic_armor", "fg": 1498, "rotates": false }, - { "id": "ceramic_bowl", "fg": 2071, "rotates": false }, - { "id": [ "ceramic_cup", "ceramic_mug" ], "fg": 1105, "rotates": false }, - { "id": "ceramic_plate", "fg": 1884, "rotates": false }, - { "id": [ "cereal", "cereal2", "cereal3", "can_peach" ], "fg": 2218, "rotates": false }, - { "id": "cestus", "fg": 1888, "rotates": false }, - { "id": "chain_link", "fg": 1210, "rotates": false }, + { "id": [ "carding_paddles", "broom" ], "fg": 1902, "rotates": false }, + { "id": "cargo_lock", "fg": 1907, "rotates": false }, + { "id": "cargo_rack", "fg": 3545, "rotates": false }, + { "id": [ "carver_on", "carver_off" ], "fg": 1427, "rotates": false }, + { "id": "case_violin", "fg": 1799, "rotates": false }, + { "id": "cattlefodder", "fg": 1432, "rotates": false }, + { "id": "cell_phone", "fg": 1433, "rotates": false }, + { "id": "cell_phone_flashlight", "fg": 1434, "rotates": false }, + { "id": "ceramic_armor", "fg": 1524, "rotates": false }, + { "id": "ceramic_bowl", "fg": 2097, "rotates": false }, + { "id": [ "ceramic_cup", "ceramic_mug" ], "fg": 1131, "rotates": false }, + { "id": "ceramic_plate", "fg": 1910, "rotates": false }, + { "id": [ "cereal", "cereal2", "cereal3", "can_peach" ], "fg": 2244, "rotates": false }, + { "id": "cestus", "fg": 1914, "rotates": false }, + { "id": "chain_link", "fg": 1236, "rotates": false }, { "id": [ "chainsaw_on", "elec_chainsaw_off", "elec_chainsaw_on", "chainsaw_off" ], - "fg": 1409, + "fg": 1435, "rotates": false }, - { "id": "chaps_leather", "fg": 1774, "rotates": false }, - { "id": "char_purifier", "fg": 1411, "rotates": false }, - { "id": "char_smoker", "fg": 1461, "rotates": false }, + { "id": "chaps_leather", "fg": 1800, "rotates": false }, + { "id": "char_purifier", "fg": 1437, "rotates": false }, + { "id": "char_smoker", "fg": 1487, "rotates": false }, { "id": [ "charcoal_cooker", "rock_pot", "pot_makeshift", "pot_canning", "pressure_cooker", "f_standing_tank" ], - "fg": 1951, + "fg": 1977, "rotates": false }, { @@ -2201,73 +2210,73 @@ "homebrew_antiseptic", "chem_chromium_oxide" ], - "fg": 2204, + "fg": 2230, "rotates": false }, - { "id": [ "cheese_hard", "cheese" ], "fg": 1050, "rotates": false }, - { "id": [ "chem_hexamine", "money" ], "fg": 1235, "rotates": false }, - { "id": "chemical_thrower", "fg": 1308, "rotates": false }, - { "id": [ "chemistry_set_basic", "chemistry_set" ], "fg": 1412, "rotates": false }, - { "id": "chemlab", "fg": 3525, "rotates": false }, + { "id": [ "cheese_hard", "cheese" ], "fg": 1076, "rotates": false }, + { "id": [ "chem_hexamine", "money" ], "fg": 1261, "rotates": false }, + { "id": "chemical_thrower", "fg": 1334, "rotates": false }, + { "id": [ "chemistry_set_basic", "chemistry_set" ], "fg": 1438, "rotates": false }, + { "id": "chemlab", "fg": 3551, "rotates": false }, { "id": [ "cherries", "irradiated_cherries", "raspberries", "irradiated_raspberries" ], - "fg": 2176, + "fg": 2202, "rotates": false }, - { "id": "chestwrap_fur", "fg": 1776, "rotates": false }, - { "id": [ "chestwrap_leather", "leather" ], "fg": 3725, "rotates": false }, - { "id": [ "chestwrap_wool", "felt_patch" ], "fg": 1263, "rotates": false }, - { "id": "chili_pepper", "fg": 1003, "rotates": false }, + { "id": "chestwrap_fur", "fg": 1802, "rotates": false }, + { "id": [ "chestwrap_leather", "leather" ], "fg": 3751, "rotates": false }, + { "id": [ "chestwrap_wool", "felt_patch" ], "fg": 1289, "rotates": false }, + { "id": "chili_pepper", "fg": 1029, "rotates": false }, { "id": [ "chilly-p", "curry_powder", "can_tomato", "meat_salted", "hflesh_salted" ], - "fg": 2197, - "rotates": false - }, - { "id": [ "chime_scrap_act", "chime_scrap" ], "fg": 1211, "rotates": false }, - { "id": [ "chipper", "chisel" ], "fg": 1413, "rotates": false }, - { "id": [ "chips2", "chips3", "chips" ], "fg": 2216, "rotates": false }, - { "id": "chitin_piece", "fg": 1889, "rotates": false }, - { "id": [ "chitin_plate", "alloy_plate", "alloy_sheet" ], "fg": 3737, "rotates": false }, - { "id": "choc_waffles", "fg": 1037, "rotates": false }, - { "id": [ "chocpretzels", "pretzels" ], "fg": 1055, "rotates": false }, - { "id": "cig", "fg": 1015, "rotates": false }, - { "id": "cig_butt", "fg": 1017, "rotates": false }, - { "id": "cig_lit", "fg": 1016, "rotates": false }, - { "id": "cigar", "fg": 1018, "rotates": false }, - { "id": "cigar_butt", "fg": 1020, "rotates": false }, - { "id": "cigar_lit", "fg": 1019, "rotates": false }, - { "id": [ "circsaw_blade", "clockworks" ], "fg": 1892, "rotates": false }, - { "id": [ "circsaw_on", "circsaw_off" ], "fg": 1417, "rotates": false }, - { "id": "clarinet", "fg": 1418, "rotates": false }, - { "id": "clay_canister", "fg": 1108, "rotates": false }, - { "id": "clay_hydria", "fg": 1121, "rotates": false }, - { "id": [ "clay_lump", "clay_boiled", "chocolate" ], "fg": 1021, "rotates": false }, - { "id": "clay_pot_flower", "fg": 1858, "rotates": false }, - { "id": "clay_quern", "fg": 1560, "rotates": false }, - { "id": "clay_teapot", "fg": 1891, "rotates": false }, - { "id": [ "clay_watercont", "survivor_mess_kit", "crucible_clay", "clay_pot" ], "fg": 1950, "rotates": false }, - { "id": "cloak_fur", "fg": 1673, "rotates": false }, - { "id": "cloak_wool", "fg": 1676, "rotates": false }, - { "id": [ "clown_suit", "karate_gi", "judo_gi" ], "fg": 1686, "rotates": false }, - { "id": "clownshoes", "fg": 1645, "rotates": false }, - { "id": [ "coal_lump", "coal" ], "fg": 2158, "rotates": false }, - { "id": [ "coat_fur_sf", "coat_fur" ], "fg": 1778, "rotates": false }, - { "id": [ "coat_rain", "bunker_coat", "folding_poncho_on" ], "fg": 1649, "rotates": false }, - { "id": [ "coat_winter", "jacket_leather_red" ], "fg": 1650, "rotates": false }, - { "id": "codeine", "fg": 1071, "rotates": false }, - { "id": "coffeemaker", "fg": 1353, "rotates": false }, - { "id": "coin_quarter", "fg": 2042, "rotates": false }, - { "id": [ "combatnail", "nail" ], "fg": 1238, "rotates": false }, - { "id": [ "combatsaw_off", "combatsaw_on" ], "fg": 1410, "rotates": false }, - { "id": [ "compgreatbow", "compbow" ], "fg": 1309, "rotates": false }, - { "id": "compositebow", "fg": 1311, "rotates": false }, - { "id": "con_mix", "fg": 1421, "rotates": false }, - { "id": [ "concrete", "mortar_build" ], "fg": 1141, "rotates": false }, - { "id": "condom", "fg": 2033, "rotates": false }, - { "id": "contacts", "fg": 1056, "rotates": false }, - { "id": [ "control_chip", "burnt_out_bionic" ], "fg": 1173, "rotates": false }, - { "id": "control_laptop", "fg": 1420, "rotates": false }, - { "id": [ "cooked_pumpkin", "dry_mushroom_magic" ], "fg": 2195, "rotates": false }, + "fg": 2223, + "rotates": false + }, + { "id": [ "chime_scrap_act", "chime_scrap" ], "fg": 1237, "rotates": false }, + { "id": [ "chipper", "chisel" ], "fg": 1439, "rotates": false }, + { "id": [ "chips2", "chips3", "chips" ], "fg": 2242, "rotates": false }, + { "id": "chitin_piece", "fg": 1915, "rotates": false }, + { "id": [ "chitin_plate", "alloy_plate", "alloy_sheet" ], "fg": 3763, "rotates": false }, + { "id": "choc_waffles", "fg": 1063, "rotates": false }, + { "id": [ "chocpretzels", "pretzels" ], "fg": 1081, "rotates": false }, + { "id": "cig", "fg": 1041, "rotates": false }, + { "id": "cig_butt", "fg": 1043, "rotates": false }, + { "id": "cig_lit", "fg": 1042, "rotates": false }, + { "id": "cigar", "fg": 1044, "rotates": false }, + { "id": "cigar_butt", "fg": 1046, "rotates": false }, + { "id": "cigar_lit", "fg": 1045, "rotates": false }, + { "id": [ "circsaw_blade", "clockworks" ], "fg": 1918, "rotates": false }, + { "id": [ "circsaw_on", "circsaw_off" ], "fg": 1443, "rotates": false }, + { "id": "clarinet", "fg": 1444, "rotates": false }, + { "id": "clay_canister", "fg": 1134, "rotates": false }, + { "id": "clay_hydria", "fg": 1147, "rotates": false }, + { "id": [ "clay_lump", "clay_boiled", "chocolate" ], "fg": 1047, "rotates": false }, + { "id": "clay_pot_flower", "fg": 1884, "rotates": false }, + { "id": "clay_quern", "fg": 1586, "rotates": false }, + { "id": "clay_teapot", "fg": 1917, "rotates": false }, + { "id": [ "clay_watercont", "survivor_mess_kit", "crucible_clay", "clay_pot" ], "fg": 1976, "rotates": false }, + { "id": "cloak_fur", "fg": 1699, "rotates": false }, + { "id": "cloak_wool", "fg": 1702, "rotates": false }, + { "id": [ "clown_suit", "karate_gi", "judo_gi" ], "fg": 1712, "rotates": false }, + { "id": "clownshoes", "fg": 1671, "rotates": false }, + { "id": [ "coal_lump", "coal" ], "fg": 2184, "rotates": false }, + { "id": [ "coat_fur_sf", "coat_fur" ], "fg": 1804, "rotates": false }, + { "id": [ "coat_rain", "bunker_coat", "folding_poncho_on" ], "fg": 1675, "rotates": false }, + { "id": [ "coat_winter", "jacket_leather_red" ], "fg": 1676, "rotates": false }, + { "id": "codeine", "fg": 1097, "rotates": false }, + { "id": "coffeemaker", "fg": 1379, "rotates": false }, + { "id": "coin_quarter", "fg": 2068, "rotates": false }, + { "id": [ "combatnail", "nail" ], "fg": 1264, "rotates": false }, + { "id": [ "combatsaw_off", "combatsaw_on" ], "fg": 1436, "rotates": false }, + { "id": [ "compgreatbow", "compbow" ], "fg": 1335, "rotates": false }, + { "id": "compositebow", "fg": 1337, "rotates": false }, + { "id": "con_mix", "fg": 1447, "rotates": false }, + { "id": [ "concrete", "mortar_build" ], "fg": 1167, "rotates": false }, + { "id": "condom", "fg": 2059, "rotates": false }, + { "id": "contacts", "fg": 1082, "rotates": false }, + { "id": [ "control_chip", "burnt_out_bionic" ], "fg": 1199, "rotates": false }, + { "id": "control_laptop", "fg": 1446, "rotates": false }, + { "id": [ "cooked_pumpkin", "dry_mushroom_magic" ], "fg": 2221, "rotates": false }, { "id": [ "cooking_oil", @@ -2289,7 +2298,7 @@ "lemonade", "lamp_oil" ], - "fg": 2118, + "fg": 2144, "rotates": false }, { @@ -2344,21 +2353,21 @@ "kp3at", "cz75" ], - "fg": 1319, + "fg": 1345, "rotates": false }, - { "id": "copper_ax", "fg": 1356, "rotates": false }, - { "id": "copper_bracelet", "fg": 1666, "rotates": false }, - { "id": "copper_ear", "fg": 1781, "rotates": false }, - { "id": "copper_knife", "fg": 1153, "rotates": false }, - { "id": "cordless_drill", "fg": 1422, "rotates": false }, - { "id": [ "corndogs_cooked", "corndogs_frozen" ], "fg": 1008, "rotates": false }, - { "id": "corpse", "fg": 1893, "rotates": false }, - { "id": "corset", "fg": 1782, "rotates": false }, - { "id": "cot", "fg": 1633, "rotates": false }, - { "id": "cow_bell", "fg": 1423, "rotates": false }, - { "id": [ "cowboy_hat", "fedora" ], "fg": 1656, "rotates": false }, - { "id": "cowl_wool", "fg": 1783, "rotates": false }, + { "id": "copper_ax", "fg": 1382, "rotates": false }, + { "id": "copper_bracelet", "fg": 1692, "rotates": false }, + { "id": "copper_ear", "fg": 1807, "rotates": false }, + { "id": "copper_knife", "fg": 1179, "rotates": false }, + { "id": "cordless_drill", "fg": 1448, "rotates": false }, + { "id": [ "corndogs_cooked", "corndogs_frozen" ], "fg": 1034, "rotates": false }, + { "id": "corpse", "fg": 1919, "rotates": false }, + { "id": "corset", "fg": 1808, "rotates": false }, + { "id": "cot", "fg": 1659, "rotates": false }, + { "id": "cow_bell", "fg": 1449, "rotates": false }, + { "id": [ "cowboy_hat", "fedora" ], "fg": 1682, "rotates": false }, + { "id": "cowl_wool", "fg": 1809, "rotates": false }, { "id": [ "crack", @@ -2374,29 +2383,29 @@ "sauerkraut", "sauerkraut_onions" ], - "fg": 2196, + "fg": 2222, "rotates": false }, - { "id": "crackpipe", "fg": 1424, "rotates": false }, - { "id": "craftrig", "fg": 2016, "rotates": true }, - { "id": [ "creepy_doll", "talking_doll" ], "fg": 1582, "rotates": false }, + { "id": "crackpipe", "fg": 1450, "rotates": false }, + { "id": "craftrig", "fg": 2042, "rotates": true }, + { "id": [ "creepy_doll", "talking_doll" ], "fg": 1608, "rotates": false }, { "id": [ "crossbow", "huge_crossbow", "rep_crossbow", "bullet_crossbow", "crossbow_makeshift", "hand_crossbow" ], - "fg": 1327, + "fg": 1353, "rotates": false }, - { "id": "crossbow_trap", "fg": 2093, "rotates": false }, - { "id": [ "crown_golden_survivor", "crown_golden" ], "fg": 1784, "rotates": false }, - { "id": "crucible", "fg": 1426, "rotates": false }, - { "id": "crude_picklock", "fg": 1428, "rotates": false }, - { "id": [ "cs_lajatang_on", "cs_lajatang_off" ], "fg": 1429, "rotates": false }, - { "id": "cu_pipe", "fg": 1896, "rotates": false }, - { "id": "cudgel", "fg": 1894, "rotates": false }, - { "id": "cup_plastic_unsealed", "fg": 1103, "rotates": false }, - { "id": "cured_hide", "fg": 978, "rotates": false }, - { "id": "cured_pelt", "fg": 975, "rotates": false }, - { "id": [ "dahlia_bud", "poppy_bud" ], "fg": 1869, "rotates": false }, - { "id": "dahlia_flower", "fg": 2163, "rotates": false }, + { "id": "crossbow_trap", "fg": 2119, "rotates": false }, + { "id": [ "crown_golden_survivor", "crown_golden" ], "fg": 1810, "rotates": false }, + { "id": "crucible", "fg": 1452, "rotates": false }, + { "id": "crude_picklock", "fg": 1454, "rotates": false }, + { "id": [ "cs_lajatang_on", "cs_lajatang_off" ], "fg": 1455, "rotates": false }, + { "id": "cu_pipe", "fg": 1922, "rotates": false }, + { "id": "cudgel", "fg": 1920, "rotates": false }, + { "id": "cup_plastic_unsealed", "fg": 1129, "rotates": false }, + { "id": "cured_hide", "fg": 1004, "rotates": false }, + { "id": "cured_pelt", "fg": 1001, "rotates": false }, + { "id": [ "dahlia_bud", "poppy_bud" ], "fg": 1895, "rotates": false }, + { "id": "dahlia_flower", "fg": 2189, "rotates": false }, { "id": [ "dahlia_root", @@ -2408,27 +2417,27 @@ "salsify_baked", "chicory_raw" ], - "fg": 995, + "fg": 1021, "rotates": false }, - { "id": "damaged_shelter_kit", "fg": 2064, "rotates": false }, + { "id": "damaged_shelter_kit", "fg": 2090, "rotates": false }, { "id": [ "dandelion_fried", "sunflower", "spurge_flower", "black_eyed_susan_flower" ], - "fg": 2159, + "fg": 2185, "rotates": false }, - { "id": "dao", "fg": 1430, "rotates": false }, - { "id": [ "dart", "lawn_dart" ], "fg": 1201, "rotates": false }, - { "id": "dayquil", "fg": 1076, "rotates": false }, - { "id": "dehydrator", "fg": 1431, "rotates": false }, + { "id": "dao", "fg": 1456, "rotates": false }, + { "id": [ "dart", "lawn_dart" ], "fg": 1227, "rotates": false }, + { "id": "dayquil", "fg": 1102, "rotates": false }, + { "id": "dehydrator", "fg": 1457, "rotates": false }, { "id": [ "deluxe_eggs", "nachos", "nachosc", "nachosm", "nachoshf", "nachosmc", "nachoshc", "chunk_sulfur", "scrambled_eggs" ], - "fg": 971, + "fg": 997, "rotates": false }, - { "id": [ "depowered_armor", "power_armor_basic" ], "fg": 3713, "rotates": false }, - { "id": [ "depowered_helmet", "power_armor_helmet_basic" ], "fg": 3716, "rotates": false }, - { "id": [ "diamond_dental_grill", "gold_dental_grill" ], "fg": 1820, "rotates": false }, + { "id": [ "depowered_armor", "power_armor_basic" ], "fg": 3739, "rotates": false }, + { "id": [ "depowered_helmet", "power_armor_helmet_basic" ], "fg": 3742, "rotates": false }, + { "id": [ "diamond_dental_grill", "gold_dental_grill" ], "fg": 1846, "rotates": false }, { "id": [ "diamond_ring", @@ -2441,122 +2450,122 @@ "ring_wedding", "gold_ring" ], - "fg": 3722, + "fg": 3748, "rotates": false }, - { "id": "dinosuit", "fg": 1687, "rotates": false }, - { "id": [ "directional_antenna", "f_small_satelitte_dish" ], "fg": 2076, "rotates": false }, - { "id": "dnd_handbook", "fg": 2111, "rotates": false }, - { "id": "dogbane", "fg": 987, "rotates": false }, - { "id": [ "double_plutonium_core", "it_battery_mount", "battery_compartment" ], "fg": 1614, "rotates": false }, - { "id": [ "down_feather", "feather" ], "fg": 1219, "rotates": false }, - { "id": [ "down_pillow", "pillow" ], "fg": 1945, "rotates": false }, - { "id": "dr_stem_cell", "fg": 1080, "rotates": false }, - { "id": "dress_wedding", "fg": 1793, "rotates": false }, + { "id": "dinosuit", "fg": 1713, "rotates": false }, + { "id": [ "directional_antenna", "f_small_satelitte_dish" ], "fg": 2102, "rotates": false }, + { "id": "dnd_handbook", "fg": 2137, "rotates": false }, + { "id": "dogbane", "fg": 1013, "rotates": false }, + { "id": [ "double_plutonium_core", "it_battery_mount", "battery_compartment" ], "fg": 1640, "rotates": false }, + { "id": [ "down_feather", "feather" ], "fg": 1245, "rotates": false }, + { "id": [ "down_pillow", "pillow" ], "fg": 1971, "rotates": false }, + { "id": "dr_stem_cell", "fg": 1106, "rotates": false }, + { "id": "dress_wedding", "fg": 1819, "rotates": false }, { "id": [ "drink_boozeberry", "maple_sap", "wash_rum", "wash_vodka", "cattail_jelly" ], - "fg": 2121, - "rotates": false - }, - { "id": "drive_by_wire_controls", "fg": 2009, "rotates": false }, - { "id": [ "drivebelt_makeshift", "drivebelt" ], "fg": 1897, "rotates": false }, - { "id": "dry_fruit", "fg": 2198, "rotates": false }, - { "id": [ "dry_meat", "dry_hflesh" ], "fg": 2199, "rotates": false }, - { "id": [ "dry_meat_tainted", "dry_veggy_tainted" ], "fg": 2200, "rotates": false }, - { "id": "duct_tape", "fg": 1061, "rotates": false }, - { "id": "duffelbag", "fg": 1132, "rotates": false }, - { "id": "dump_pouch", "fg": 1794, "rotates": false }, - { "id": "dusksword", "fg": 1433, "rotates": false }, - { "id": [ "duster_fur", "trenchcoat_fur" ], "fg": 3659, "rotates": false }, - { "id": "dynamite", "fg": 1434, "rotates": false }, - { "id": "dynamite_act", "fg": 1435, "rotates": false }, - { "id": "e_handcuffs", "fg": 969, "rotates": false }, - { "id": [ "e_scrap", "power_supply" ], "fg": 1957, "rotates": false }, - { "id": [ "e_tool", "g_shovel", "e_tool_chinese", "shovel" ], "fg": 1569, "rotates": false }, - { "id": "ear_plugs", "fg": 1795, "rotates": false }, - { "id": "eclipse_glasses", "fg": 1799, "rotates": false }, - { "id": "eink_tablet_pc", "fg": 1436, "rotates": false }, - { "id": "elec_hairtrimmer", "fg": 1438, "rotates": false }, - { "id": [ "elec_jackhammer", "jackhammer" ], "fg": 1493, "rotates": false }, - { "id": "electric_blanket", "fg": 1634, "rotates": false }, - { "id": "electric_blanket_on", "fg": 1642, "rotates": false }, - { "id": [ "electric_primer_large", "electric_primer" ], "fg": 1215, "rotates": false }, - { "id": "electrohack", "fg": 1437, "rotates": false }, - { "id": "element", "fg": 1898, "rotates": false }, - { "id": [ "emer_blanket", "generic_folded_vehicle" ], "fg": 1625, "rotates": false }, - { "id": "emer_blanket_on", "fg": 1635, "rotates": false }, + "fg": 2147, + "rotates": false + }, + { "id": "drive_by_wire_controls", "fg": 2035, "rotates": false }, + { "id": [ "drivebelt_makeshift", "drivebelt" ], "fg": 1923, "rotates": false }, + { "id": "dry_fruit", "fg": 2224, "rotates": false }, + { "id": [ "dry_meat", "dry_hflesh" ], "fg": 2225, "rotates": false }, + { "id": [ "dry_meat_tainted", "dry_veggy_tainted" ], "fg": 2226, "rotates": false }, + { "id": "duct_tape", "fg": 1087, "rotates": false }, + { "id": "duffelbag", "fg": 1158, "rotates": false }, + { "id": "dump_pouch", "fg": 1820, "rotates": false }, + { "id": "dusksword", "fg": 1459, "rotates": false }, + { "id": [ "duster_fur", "trenchcoat_fur" ], "fg": 3685, "rotates": false }, + { "id": "dynamite", "fg": 1460, "rotates": false }, + { "id": "dynamite_act", "fg": 1461, "rotates": false }, + { "id": "e_handcuffs", "fg": 995, "rotates": false }, + { "id": [ "e_scrap", "power_supply" ], "fg": 1983, "rotates": false }, + { "id": [ "e_tool", "g_shovel", "e_tool_chinese", "shovel" ], "fg": 1595, "rotates": false }, + { "id": "ear_plugs", "fg": 1821, "rotates": false }, + { "id": "eclipse_glasses", "fg": 1825, "rotates": false }, + { "id": "eink_tablet_pc", "fg": 1462, "rotates": false }, + { "id": "elec_hairtrimmer", "fg": 1464, "rotates": false }, + { "id": [ "elec_jackhammer", "jackhammer" ], "fg": 1519, "rotates": false }, + { "id": "electric_blanket", "fg": 1660, "rotates": false }, + { "id": "electric_blanket_on", "fg": 1668, "rotates": false }, + { "id": [ "electric_primer_large", "electric_primer" ], "fg": 1241, "rotates": false }, + { "id": "electrohack", "fg": 1463, "rotates": false }, + { "id": "element", "fg": 1924, "rotates": false }, + { "id": [ "emer_blanket", "generic_folded_vehicle" ], "fg": 1651, "rotates": false }, + { "id": "emer_blanket_on", "fg": 1661, "rotates": false }, { "id": [ "energy_drink", "poppysyrup", "iv_purifier", "purple_drink", "cranberry_juice", "pepto" ], - "fg": 2122, - "rotates": false - }, - { "id": "etched_skull", "fg": 1439, "rotates": false }, - { "id": "exploding_arrow_warhead", "fg": 1853, "rotates": false }, - { "id": "eyedrops", "fg": 1057, "rotates": false }, - { "id": "f_leather_tarp", "fg": 1623, "rotates": false }, - { "id": "family_photo", "fg": 2050, "rotates": false }, - { "id": [ "fan", "polisher" ], "fg": 1354, "rotates": false }, - { "id": "fancy_sunglasses", "fg": 1802, "rotates": false }, - { "id": [ "fanny", "dive_bag" ], "fg": 1133, "rotates": false }, - { "id": "fat_tainted", "fg": 972, "rotates": false }, - { "id": "fc_hairpin", "fg": 1658, "rotates": false }, - { "id": "fchicken", "fg": 998, "rotates": false }, - { "id": "feces_bird", "fg": 2190, "rotates": false }, - { "id": [ "feces_dog", "feces_cow", "feces_manure" ], "fg": 2189, "rotates": false }, - { "id": "fertilizer_chelated", "fg": 1116, "rotates": false }, - { "id": "fiber_mat", "fg": 1629, "rotates": false }, - { "id": "fighter_sting", "fg": 1222, "rotates": false }, - { "id": [ "filter_air_makeshift", "filter_air" ], "fg": 1899, "rotates": false }, - { "id": [ "filter_liquid_makeshift", "filter_liquid" ], "fg": 1900 }, - { "id": "fire_ax", "fg": 1452, "rotates": false }, - { "id": [ "fire_drill_large", "fire_drill" ], "fg": 1453, "rotates": false }, - { "id": [ "fire_gauntlets", "gloves_survivor", "gloves_xlsurvivor" ], "fg": 1693, "rotates": false }, - { "id": "fire_lance", "fg": 1295, "rotates": false }, - { "id": "firecracker", "fg": 1444, "rotates": false }, - { "id": "firecracker_act", "fg": 1445, "rotates": false }, - { "id": "firecracker_pack", "fg": 1446, "rotates": false }, - { "id": "firecracker_pack_act", "fg": 1447, "rotates": false }, - { "id": "firekatana_off", "fg": 1448, "rotates": false }, - { "id": "firekatana_on", "fg": 1449, "rotates": false }, - { "id": [ "fireman_belt", "leather_belt" ], "fg": 3675, "rotates": false }, - { "id": "fish_bait", "fg": 2207, "rotates": false }, - { "id": "fish_bowl", "fg": 1901, "rotates": false }, - { "id": [ "fish_canned", "lutefisk" ], "fg": 2214, "rotates": false }, - { "id": [ "fish_cooked", "fish_pickled", "salted_fish", "wool_staple" ], "fg": 2212, "rotates": false }, - { "id": [ "fish_fried", "noodles_fast" ], "fg": 2213, "rotates": false }, + "fg": 2148, + "rotates": false + }, + { "id": "etched_skull", "fg": 1465, "rotates": false }, + { "id": "exploding_arrow_warhead", "fg": 1879, "rotates": false }, + { "id": "eyedrops", "fg": 1083, "rotates": false }, + { "id": "f_leather_tarp", "fg": 1649, "rotates": false }, + { "id": "family_photo", "fg": 2076, "rotates": false }, + { "id": [ "fan", "polisher" ], "fg": 1380, "rotates": false }, + { "id": "fancy_sunglasses", "fg": 1828, "rotates": false }, + { "id": [ "fanny", "dive_bag" ], "fg": 1159, "rotates": false }, + { "id": "fat_tainted", "fg": 998, "rotates": false }, + { "id": "fc_hairpin", "fg": 1684, "rotates": false }, + { "id": "fchicken", "fg": 1024, "rotates": false }, + { "id": "feces_bird", "fg": 2216, "rotates": false }, + { "id": [ "feces_dog", "feces_cow", "feces_manure" ], "fg": 2215, "rotates": false }, + { "id": "fertilizer_chelated", "fg": 1142, "rotates": false }, + { "id": "fiber_mat", "fg": 1655, "rotates": false }, + { "id": "fighter_sting", "fg": 1248, "rotates": false }, + { "id": [ "filter_air_makeshift", "filter_air" ], "fg": 1925, "rotates": false }, + { "id": [ "filter_liquid_makeshift", "filter_liquid" ], "fg": 1926 }, + { "id": "fire_ax", "fg": 1478, "rotates": false }, + { "id": [ "fire_drill_large", "fire_drill" ], "fg": 1479, "rotates": false }, + { "id": [ "fire_gauntlets", "gloves_survivor", "gloves_xlsurvivor" ], "fg": 1719, "rotates": false }, + { "id": "fire_lance", "fg": 1321, "rotates": false }, + { "id": "firecracker", "fg": 1470, "rotates": false }, + { "id": "firecracker_act", "fg": 1471, "rotates": false }, + { "id": "firecracker_pack", "fg": 1472, "rotates": false }, + { "id": "firecracker_pack_act", "fg": 1473, "rotates": false }, + { "id": "firekatana_off", "fg": 1474, "rotates": false }, + { "id": "firekatana_on", "fg": 1475, "rotates": false }, + { "id": [ "fireman_belt", "leather_belt" ], "fg": 3701, "rotates": false }, + { "id": "fish_bait", "fg": 2233, "rotates": false }, + { "id": "fish_bowl", "fg": 1927, "rotates": false }, + { "id": [ "fish_canned", "lutefisk" ], "fg": 2240, "rotates": false }, + { "id": [ "fish_cooked", "fish_pickled", "salted_fish", "wool_staple" ], "fg": 2238, "rotates": false }, + { "id": [ "fish_fried", "noodles_fast" ], "fg": 2239, "rotates": false }, { "id": [ "fish", "lunchmeat", "fried_spam", "meat_aspic", "hflesh_aspic", "sashimi" ], - "fg": 2211, + "fg": 2237, "rotates": false }, - { "id": [ "fish_trap", "water_purifier" ], "fg": 1613, "rotates": false }, - { "id": [ "fishing_hook_basic", "fishing_hook_bone", "needle_curved" ], "fg": 1355, "rotates": false }, - { "id": "fishing_rod_basic", "fg": 1455, "rotates": false }, - { "id": "fishing_rod_professional", "fg": 1454, "rotates": false }, - { "id": "fishing_waders", "fg": 1727, "rotates": false }, - { "id": "flag_shirt", "fg": 1803, "rotates": false }, - { "id": "flamethrower_crude", "fg": 1316, "rotates": false }, + { "id": [ "fish_trap", "water_purifier" ], "fg": 1639, "rotates": false }, + { "id": [ "fishing_hook_basic", "fishing_hook_bone", "needle_curved" ], "fg": 1381, "rotates": false }, + { "id": "fishing_rod_basic", "fg": 1481, "rotates": false }, + { "id": "fishing_rod_professional", "fg": 1480, "rotates": false }, + { "id": "fishing_waders", "fg": 1753, "rotates": false }, + { "id": "flag_shirt", "fg": 1829, "rotates": false }, + { "id": "flamethrower_crude", "fg": 1342, "rotates": false }, { "id": [ "flamethrower_simple", "flamethrower", "rm451_flamethrower", "hell_laser_napalm" ], - "fg": 1293, - "rotates": false - }, - { "id": "flaming_ball", "fg": 1226, "rotates": false }, - { "id": "flaming_skull", "fg": 1224, "rotates": false }, - { "id": "flaregun", "fg": 1324, "rotates": false }, - { "id": "flashbang", "fg": 1164, "rotates": false }, - { "id": [ "flashbang_act", "t_lgtn_arrest" ], "fg": 1161, "rotates": false }, - { "id": "flask_hip", "fg": 1118, "rotates": false }, - { "id": [ "flask_yeast", "flask_glass" ], "fg": 1126, "rotates": false }, - { "id": [ "flatbread", "tortilla_corn", "cookies" ], "fg": 2268, "rotates": false }, - { "id": "fletching", "fg": 1227, "rotates": false }, - { "id": "flint_steel", "fg": 1458, "rotates": false }, - { "id": "flintlock_pouch", "fg": 1804, "rotates": false }, - { "id": "floodlight", "fg": 2012, "rotates": false }, - { "id": "flotation_vest", "fg": 1681, "rotates": false }, - { "id": "flotation_vest_ms", "fg": 1680, "rotates": false }, - { "id": [ "flu_shot", "vaccine_shot" ], "fg": 1152, "rotates": false }, - { "id": [ "fn_fal", "ak74", "an94", "ak47" ], "fg": 1298, "rotates": false }, + "fg": 1319, + "rotates": false + }, + { "id": "flaming_ball", "fg": 1252, "rotates": false }, + { "id": "flaming_skull", "fg": 1250, "rotates": false }, + { "id": "flaregun", "fg": 1350, "rotates": false }, + { "id": "flashbang", "fg": 1190, "rotates": false }, + { "id": [ "flashbang_act", "t_lgtn_arrest" ], "fg": 1187, "rotates": false }, + { "id": "flask_hip", "fg": 1144, "rotates": false }, + { "id": [ "flask_yeast", "flask_glass" ], "fg": 1152, "rotates": false }, + { "id": [ "flatbread", "tortilla_corn", "cookies" ], "fg": 2294, "rotates": false }, + { "id": "fletching", "fg": 1253, "rotates": false }, + { "id": "flint_steel", "fg": 1484, "rotates": false }, + { "id": "flintlock_pouch", "fg": 1830, "rotates": false }, + { "id": "floodlight", "fg": 2038, "rotates": false }, + { "id": "flotation_vest", "fg": 1707, "rotates": false }, + { "id": "flotation_vest_ms", "fg": 1706, "rotates": false }, + { "id": [ "flu_shot", "vaccine_shot" ], "fg": 1178, "rotates": false }, + { "id": [ "fn_fal", "ak74", "an94", "ak47" ], "fg": 1324, "rotates": false }, { "id": [ "fn_p90", @@ -2574,67 +2583,67 @@ "bomblet_launcher_single", "bomblet_launcher_chickenbot" ], - "fg": 1296, - "rotates": false - }, - { "id": "foil_alum", "fg": 1156, "rotates": false }, - { "id": "folding_basket", "fg": 1906, "rotates": false }, - { "id": [ "folding_poncho", "lasagne_raw" ], "fg": 1049, "rotates": false }, - { "id": "food_processor", "fg": 1460, "rotates": false }, - { "id": "foot_crank", "fg": 2002, "rotates": false }, - { "id": "football", "fg": 1907, "rotates": false }, - { "id": "football_armor", "fg": 1620, "rotates": false }, - { "id": "forge", "fg": 1462, "rotates": false }, - { "id": "forgerig", "fg": 3523, "rotates": false }, - { "id": "fp_loyalty_card", "fg": 2026, "rotates": false }, - { "id": "frame", "fg": 1902, "rotates": false }, - { "id": [ "frame_wood", "frame_wood_light", "foldwoodframe" ], "fg": 1903, "rotates": false }, - { "id": [ "fresh_fries", "fries", "cheese_fries", "fresh_fries_big" ], "fg": 982, "rotates": false }, - { "id": [ "frozen_burrito", "cooked_burrito" ], "fg": 1014, "rotates": false }, - { "id": [ "frozen_dinner", "mre_chicken" ], "fg": 2220, "rotates": false }, - { "id": [ "fruit_pancakes", "choc_pancakes", "pancakes" ], "fg": 1052, "rotates": false }, - { "id": "fungicide", "fg": 2182, "rotates": false }, - { "id": "funnel", "fg": 1466, "rotates": false }, - { "id": [ "fur_blanket", "sleeping_bag_fur" ], "fg": 1641, "rotates": false }, - { "id": "fur_rollmat", "fg": 1631, "rotates": false }, - { "id": [ "fur", "tanbark", "birchbark", "willowbark" ], "fg": 1839, "rotates": false }, - { "id": "g_carpet", "fg": 1630, "rotates": false }, - { "id": [ "g_paint", "jar_sauerkraut_pickled" ], "fg": 1089, "rotates": false }, - { "id": "game_watch", "fg": 1710, "rotates": false }, - { "id": "garandclip", "fg": 1277 }, - { "id": "garlic", "fg": 2140, "rotates": false }, - { "id": "gasbomb", "fg": 1169, "rotates": false }, - { "id": "gasbomb_act", "fg": 1163, "rotates": false }, - { "id": [ "gasbomb_makeshift_act", "tool_black_powder_bomb_act" ], "fg": 1594, "rotates": false }, - { "id": [ "gasbomb_makeshift", "tool_black_powder_bomb" ], "fg": 1593, "rotates": false }, - { "id": [ "gasdiscount_gold", "cash_card" ], "fg": 1402, "rotates": false }, - { "id": [ "gasdiscount_silver", "gasdiscount_platinum" ], "fg": 1403, "rotates": false }, - { "id": [ "gasoline_cooker", "oil_cooker", "hotplate" ], "fg": 1490, "rotates": false }, - { "id": [ "gauntlets_bone", "beekeeping_gloves" ], "fg": 1694, "rotates": false }, - { "id": "geiger_off", "fg": 1468, "rotates": false }, - { "id": "geiger_on", "fg": 1469, "rotates": false }, - { "id": "gelbox", "fg": 2055, "rotates": false }, + "fg": 1322, + "rotates": false + }, + { "id": "foil_alum", "fg": 1182, "rotates": false }, + { "id": "folding_basket", "fg": 1932, "rotates": false }, + { "id": [ "folding_poncho", "lasagne_raw" ], "fg": 1075, "rotates": false }, + { "id": "food_processor", "fg": 1486, "rotates": false }, + { "id": "foot_crank", "fg": 2028, "rotates": false }, + { "id": "football", "fg": 1933, "rotates": false }, + { "id": "football_armor", "fg": 1646, "rotates": false }, + { "id": "forge", "fg": 1488, "rotates": false }, + { "id": "forgerig", "fg": 3549, "rotates": false }, + { "id": "fp_loyalty_card", "fg": 2052, "rotates": false }, + { "id": "frame", "fg": 1928, "rotates": false }, + { "id": [ "frame_wood", "frame_wood_light", "foldwoodframe" ], "fg": 1929, "rotates": false }, + { "id": [ "fresh_fries", "fries", "cheese_fries", "fresh_fries_big" ], "fg": 1008, "rotates": false }, + { "id": [ "frozen_burrito", "cooked_burrito" ], "fg": 1040, "rotates": false }, + { "id": [ "frozen_dinner", "mre_chicken" ], "fg": 2246, "rotates": false }, + { "id": [ "fruit_pancakes", "choc_pancakes", "pancakes" ], "fg": 1078, "rotates": false }, + { "id": "fungicide", "fg": 2208, "rotates": false }, + { "id": "funnel", "fg": 1492, "rotates": false }, + { "id": [ "fur_blanket", "sleeping_bag_fur" ], "fg": 1667, "rotates": false }, + { "id": "fur_rollmat", "fg": 1657, "rotates": false }, + { "id": [ "fur", "tanbark", "birchbark", "willowbark" ], "fg": 1865, "rotates": false }, + { "id": "g_carpet", "fg": 1656, "rotates": false }, + { "id": [ "g_paint", "jar_sauerkraut_pickled" ], "fg": 1115, "rotates": false }, + { "id": "game_watch", "fg": 1736, "rotates": false }, + { "id": "garandclip", "fg": 1303 }, + { "id": "garlic", "fg": 2166, "rotates": false }, + { "id": "gasbomb", "fg": 1195, "rotates": false }, + { "id": "gasbomb_act", "fg": 1189, "rotates": false }, + { "id": [ "gasbomb_makeshift_act", "tool_black_powder_bomb_act" ], "fg": 1620, "rotates": false }, + { "id": [ "gasbomb_makeshift", "tool_black_powder_bomb" ], "fg": 1619, "rotates": false }, + { "id": [ "gasdiscount_gold", "cash_card" ], "fg": 1428, "rotates": false }, + { "id": [ "gasdiscount_silver", "gasdiscount_platinum" ], "fg": 1429, "rotates": false }, + { "id": [ "gasoline_cooker", "oil_cooker", "hotplate" ], "fg": 1516, "rotates": false }, + { "id": [ "gauntlets_bone", "beekeeping_gloves" ], "fg": 1720, "rotates": false }, + { "id": "geiger_off", "fg": 1494, "rotates": false }, + { "id": "geiger_on", "fg": 1495, "rotates": false }, + { "id": "gelbox", "fg": 2081, "rotates": false }, { "id": [ "glaive", "halberd", "halberd_fake", "naginata", "makeshift_halberd" ], - "fg": 1930, - "rotates": false - }, - { "id": "glass", "fg": 1104, "rotates": false }, - { "id": "glass_bowl", "fg": 2073, "rotates": false }, - { "id": "glass_macuahuitl", "fg": 1909, "rotates": false }, - { "id": "glass_plate", "fg": 1882, "rotates": false }, - { "id": "glass_shard", "fg": 1910, "rotates": false }, - { "id": "glass_sheet", "fg": 1912, "rotates": false }, - { "id": "glass_shiv", "fg": 1155, "rotates": false }, - { "id": "glass_tinted", "fg": 1913, "rotates": false }, - { "id": [ "glass_tube_small", "test_tube", "test_tube_micro" ], "fg": 1106, "rotates": false }, - { "id": "glasses_bal", "fg": 1796, "rotates": false }, - { "id": "glasses_bifocal", "fg": 1813, "rotates": false }, - { "id": [ "glasses_eye", "fitover_sunglasses" ], "fg": 1810, "rotates": false }, - { "id": "glasses_monocle", "fg": 1814, "rotates": false }, - { "id": "glasses_reading", "fg": 1811, "rotates": false }, - { "id": "glasses_safety", "fg": 1801, "rotates": false }, - { "id": "glazed_tenderloin", "fg": 1051, "rotates": false }, + "fg": 1956, + "rotates": false + }, + { "id": "glass", "fg": 1130, "rotates": false }, + { "id": "glass_bowl", "fg": 2099, "rotates": false }, + { "id": "glass_macuahuitl", "fg": 1935, "rotates": false }, + { "id": "glass_plate", "fg": 1908, "rotates": false }, + { "id": "glass_shard", "fg": 1936, "rotates": false }, + { "id": "glass_sheet", "fg": 1938, "rotates": false }, + { "id": "glass_shiv", "fg": 1181, "rotates": false }, + { "id": "glass_tinted", "fg": 1939, "rotates": false }, + { "id": [ "glass_tube_small", "test_tube", "test_tube_micro" ], "fg": 1132, "rotates": false }, + { "id": "glasses_bal", "fg": 1822, "rotates": false }, + { "id": "glasses_bifocal", "fg": 1839, "rotates": false }, + { "id": [ "glasses_eye", "fitover_sunglasses" ], "fg": 1836, "rotates": false }, + { "id": "glasses_monocle", "fg": 1840, "rotates": false }, + { "id": "glasses_reading", "fg": 1837, "rotates": false }, + { "id": "glasses_safety", "fg": 1827, "rotates": false }, + { "id": "glazed_tenderloin", "fg": 1077, "rotates": false }, { "id": [ "glockmag", @@ -2697,121 +2706,121 @@ "kpf9mag", "kp3atmag" ], - "fg": 1278 + "fg": 1304 }, - { "id": "glove_jackson", "fg": 1818, "rotates": false }, + { "id": "glove_jackson", "fg": 1844, "rotates": false }, { "id": [ "gloves_fingerless_mod", "gloves_wraps_fur", "gloves_wraps_leather", "gloves_fingerless" ], - "fg": 1815, + "fg": 1841, "rotates": false }, - { "id": "gloves_fur", "fg": 1816, "rotates": false }, - { "id": [ "gloves_leather", "gauntlets_larmor", "gloves_work" ], "fg": 1695, "rotates": false }, + { "id": "gloves_fur", "fg": 1842, "rotates": false }, + { "id": [ "gloves_leather", "gauntlets_larmor", "gloves_work" ], "fg": 1721, "rotates": false }, { "id": [ "gloves_liner", "gloves_wraps", "winter_gloves_army", "long_glove_white", "gloves_golf" ], - "fg": 1696, + "fg": 1722, "rotates": false }, - { "id": "gloves_lsurvivor", "fg": 1697, "rotates": false }, - { "id": "gloves_medical", "fg": 1698, "rotates": false }, - { "id": "gloves_rubber", "fg": 1699, "rotates": false }, - { "id": "gloves_tactical", "fg": 1817, "rotates": false }, - { "id": [ "gloves_winter", "gloves_wsurvivor" ], "fg": 1700, "rotates": false }, - { "id": "gloves_wool", "fg": 1701, "rotates": false }, + { "id": "gloves_lsurvivor", "fg": 1723, "rotates": false }, + { "id": "gloves_medical", "fg": 1724, "rotates": false }, + { "id": "gloves_rubber", "fg": 1725, "rotates": false }, + { "id": "gloves_tactical", "fg": 1843, "rotates": false }, + { "id": [ "gloves_winter", "gloves_wsurvivor" ], "fg": 1726, "rotates": false }, + { "id": "gloves_wool", "fg": 1727, "rotates": false }, { "id": [ "gloves_wraps_wool", "gloves_light", "gauntlets_chitin", "gloves_bag" ], - "fg": 1702, - "rotates": false - }, - { "id": "glowplug", "fg": 1914, "rotates": false }, - { "id": "glowstick", "fg": 1472, "rotates": false }, - { "id": "glowstick_dead", "fg": 1470, "rotates": false }, - { "id": "glowstick_lit", "fg": 1471, "rotates": false }, - { "id": [ "goggles_nv_on", "goggles_ir", "goggles_ir_on", "goggles_nv" ], "fg": 1711, "rotates": false }, - { "id": "goggles_ski", "fg": 1797, "rotates": false }, - { "id": "goggles_swim", "fg": 1819, "rotates": false }, - { "id": [ "goggles_welding", "survivor_goggles", "iggaak" ], "fg": 1798, "rotates": false }, - { "id": "gold_bracelet", "fg": 1667, "rotates": false }, - { "id": "gold_ear", "fg": 1779, "rotates": false }, - { "id": "gold_small", "fg": 1213, "rotates": false }, - { "id": "golf_bag", "fg": 1371, "rotates": false }, - { "id": "golf_ball", "fg": 1863, "rotates": false }, - { "id": "golf_club", "fg": 1915, "rotates": false }, - { "id": "golf_tee", "fg": 1856, "rotates": false }, - { "id": [ "grahmcrackers", "hardtack", "frenchtoast", "crackers" ], "fg": 1039, "rotates": false }, - { "id": "granade", "fg": 1473, "rotates": false }, - { "id": "granade_act", "fg": 1474, "rotates": false }, - { "id": [ "grapefruit", "irradiated_grapefruit", "honey_ant" ], "fg": 2131, "rotates": false }, - { "id": "grapnel", "fg": 1916, "rotates": false }, - { "id": "grenade", "fg": 1475, "rotates": false }, - { "id": "grenade_act", "fg": 1476, "rotates": false }, - { "id": "grenade_inc", "fg": 1165, "rotates": false }, - { "id": "grenade_inc_act", "fg": 1158, "rotates": false }, - { "id": "guitar_electric", "fg": 2025, "rotates": false }, - { "id": "gum", "fg": 1022, "rotates": false }, - { "id": "gungnir_replica", "fg": 1917, "rotates": false }, - { "id": "hacksaw", "fg": 1478, "rotates": false }, - { "id": [ "hairpin", "distaff_spindle" ], "fg": 1657, "rotates": false }, - { "id": "hammer", "fg": 1479, "rotates": false }, - { "id": "hammer_sledge", "fg": 1918, "rotates": false }, - { "id": "hand_crank_charger", "fg": 2046, "rotates": false }, - { "id": "hand_drill", "fg": 1483, "rotates": false }, - { "id": "hand_paddles", "fg": 1920, "rotates": false }, - { "id": "hand_pump", "fg": 1484, "rotates": false }, - { "id": "hand_rims", "fg": 3514, "rotates": false }, - { "id": "hand_vice", "fg": 2048, "rotates": false }, - { "id": "handflare", "fg": 1480, "rotates": false }, - { "id": "handflare_act", "fg": 1481, "rotates": false }, - { "id": "handflare_dead", "fg": 1919, "rotates": false }, - { "id": "handflare_lit", "fg": 1482, "rotates": false }, - { "id": "hard_plate", "fg": 3738, "rotates": false }, - { "id": "harmonica_holder", "fg": 1712, "rotates": false }, - { "id": "hat_ball", "fg": 3639, "rotates": false }, - { "id": "hat_chef", "fg": 1827, "rotates": false }, - { "id": "hat_fur", "fg": 1830, "rotates": false }, - { "id": "hat_golf", "fg": 3641, "rotates": false }, - { "id": [ "hat_hard", "firehelmet", "hat_hard_hooded" ], "fg": 1825, "rotates": false }, - { "id": "hat_hooded", "fg": 1831, "rotates": false }, - { "id": "hat_hunting", "fg": 1832, "rotates": false }, - { "id": "hat_knit", "fg": 1829, "rotates": false }, - { "id": [ "hatchet", "ax" ], "fg": 1357, "rotates": false }, - { "id": "hazardous_waste_drum", "fg": 1093, "rotates": false }, - { "id": [ "hazmat_suit", "cleansuit", "subsuit_xl" ], "fg": 1688, "rotates": false }, - { "id": "hd_battery", "fg": 1279, "rotates": false }, - { "id": "hd_steel_drum", "fg": 1994, "rotates": true }, - { "id": "hdframe", "fg": 1904, "rotates": false }, - { "id": "heatpack", "fg": 1486, "rotates": false }, - { "id": "heatpack_used", "fg": 1485, "rotates": false }, - { "id": [ "heavy_flashlight_on", "reading_light_on", "flashlight_on" ], "fg": 1457, "rotates": false }, - { "id": [ "heavy_flashlight", "reading_light", "flashlight" ], "fg": 1456, "rotates": false }, - { "id": [ "heavy_snare_kit", "light_snare_kit" ], "fg": 2091, "rotates": false }, - { "id": [ "hell_laser_queen", "hell_laser" ], "fg": 1229, "rotates": true }, - { "id": "hell_napalm", "fg": 1230, "rotates": false }, - { "id": [ "hell_plasma_c", "hell_plasma_k", "hell_plasma_b" ], "fg": 1231, "rotates": false }, - { "id": "helmet_army", "fg": 1837, "rotates": false }, - { "id": "helmet_ball", "fg": 3637, "rotates": false }, - { "id": "helmet_barbute", "fg": 3638, "rotates": false }, - { "id": [ "helmet_bike", "maid_hat", "kufi" ], "fg": 1834, "rotates": false }, - { "id": "helmet_bone", "fg": 3642, "rotates": false }, - { "id": [ "helmet_bone_megabear", "megabear_skull_clean" ], "fg": 967, "rotates": false }, - { "id": "helmet_chitin", "fg": 1746, "rotates": false }, - { "id": "helmet_conical", "fg": 3643, "rotates": false }, - { "id": "helmet_corinthian", "fg": 3644, "rotates": false }, - { "id": [ "helmet_football", "headgear" ], "fg": 1661, "rotates": false }, - { "id": "helmet_galea", "fg": 3645, "rotates": false }, - { "id": "helmet_kabuto", "fg": 3646, "rotates": false }, - { "id": "helmet_larmor", "fg": 3635, "rotates": false }, - { "id": [ "helmet_liner", "helmet_nomad", "veil_wedding" ], "fg": 3636, "rotates": false }, - { "id": [ "helmet_lobster", "pickelhaube" ], "fg": 3706, "rotates": false }, - { "id": "helmet_nasal", "fg": 3648, "rotates": false }, - { "id": [ "helmet_netting", "hat_boonie" ], "fg": 1824, "rotates": false }, - { "id": "helmet_plate", "fg": 1747, "rotates": false }, - { "id": [ "helmet_riot_raised", "tac_fullhelmet", "helmet_riot" ], "fg": 1660, "rotates": false }, - { "id": [ "helmet_scavenger", "beekeeping_hood" ], "fg": 1745, "rotates": false }, - { "id": [ "helmet_skid", "tinfoil_hat" ], "fg": 1826, "rotates": false }, - { "id": [ "helmet_survivor", "helmet_xlsurvivor", "kippah" ], "fg": 1835, "rotates": false }, - { "id": [ "hfleshbologna", "bologna" ], "fg": 1026, "rotates": false }, - { "id": "hinge", "fg": 2030, "rotates": false }, + "fg": 1728, + "rotates": false + }, + { "id": "glowplug", "fg": 1940, "rotates": false }, + { "id": "glowstick", "fg": 1498, "rotates": false }, + { "id": "glowstick_dead", "fg": 1496, "rotates": false }, + { "id": "glowstick_lit", "fg": 1497, "rotates": false }, + { "id": [ "goggles_nv_on", "goggles_ir", "goggles_ir_on", "goggles_nv" ], "fg": 1737, "rotates": false }, + { "id": "goggles_ski", "fg": 1823, "rotates": false }, + { "id": "goggles_swim", "fg": 1845, "rotates": false }, + { "id": [ "goggles_welding", "survivor_goggles", "iggaak" ], "fg": 1824, "rotates": false }, + { "id": "gold_bracelet", "fg": 1693, "rotates": false }, + { "id": "gold_ear", "fg": 1805, "rotates": false }, + { "id": "gold_small", "fg": 1239, "rotates": false }, + { "id": "golf_bag", "fg": 1397, "rotates": false }, + { "id": "golf_ball", "fg": 1889, "rotates": false }, + { "id": "golf_club", "fg": 1941, "rotates": false }, + { "id": "golf_tee", "fg": 1882, "rotates": false }, + { "id": [ "grahmcrackers", "hardtack", "frenchtoast", "crackers" ], "fg": 1065, "rotates": false }, + { "id": "granade", "fg": 1499, "rotates": false }, + { "id": "granade_act", "fg": 1500, "rotates": false }, + { "id": [ "grapefruit", "irradiated_grapefruit", "honey_ant" ], "fg": 2157, "rotates": false }, + { "id": "grapnel", "fg": 1942, "rotates": false }, + { "id": "grenade", "fg": 1501, "rotates": false }, + { "id": "grenade_act", "fg": 1502, "rotates": false }, + { "id": "grenade_inc", "fg": 1191, "rotates": false }, + { "id": "grenade_inc_act", "fg": 1184, "rotates": false }, + { "id": "guitar_electric", "fg": 2051, "rotates": false }, + { "id": "gum", "fg": 1048, "rotates": false }, + { "id": "gungnir_replica", "fg": 1943, "rotates": false }, + { "id": "hacksaw", "fg": 1504, "rotates": false }, + { "id": [ "hairpin", "distaff_spindle" ], "fg": 1683, "rotates": false }, + { "id": "hammer", "fg": 1505, "rotates": false }, + { "id": "hammer_sledge", "fg": 1944, "rotates": false }, + { "id": "hand_crank_charger", "fg": 2072, "rotates": false }, + { "id": "hand_drill", "fg": 1509, "rotates": false }, + { "id": "hand_paddles", "fg": 1946, "rotates": false }, + { "id": "hand_pump", "fg": 1510, "rotates": false }, + { "id": "hand_rims", "fg": 3540, "rotates": false }, + { "id": "hand_vice", "fg": 2074, "rotates": false }, + { "id": "handflare", "fg": 1506, "rotates": false }, + { "id": "handflare_act", "fg": 1507, "rotates": false }, + { "id": "handflare_dead", "fg": 1945, "rotates": false }, + { "id": "handflare_lit", "fg": 1508, "rotates": false }, + { "id": "hard_plate", "fg": 3764, "rotates": false }, + { "id": "harmonica_holder", "fg": 1738, "rotates": false }, + { "id": "hat_ball", "fg": 3665, "rotates": false }, + { "id": "hat_chef", "fg": 1853, "rotates": false }, + { "id": "hat_fur", "fg": 1856, "rotates": false }, + { "id": "hat_golf", "fg": 3667, "rotates": false }, + { "id": [ "hat_hard", "firehelmet", "hat_hard_hooded" ], "fg": 1851, "rotates": false }, + { "id": "hat_hooded", "fg": 1857, "rotates": false }, + { "id": "hat_hunting", "fg": 1858, "rotates": false }, + { "id": "hat_knit", "fg": 1855, "rotates": false }, + { "id": [ "hatchet", "ax" ], "fg": 1383, "rotates": false }, + { "id": "hazardous_waste_drum", "fg": 1119, "rotates": false }, + { "id": [ "hazmat_suit", "cleansuit", "subsuit_xl" ], "fg": 1714, "rotates": false }, + { "id": "hd_battery", "fg": 1305, "rotates": false }, + { "id": "hd_steel_drum", "fg": 2020, "rotates": true }, + { "id": "hdframe", "fg": 1930, "rotates": false }, + { "id": "heatpack", "fg": 1512, "rotates": false }, + { "id": "heatpack_used", "fg": 1511, "rotates": false }, + { "id": [ "heavy_flashlight_on", "reading_light_on", "flashlight_on" ], "fg": 1483, "rotates": false }, + { "id": [ "heavy_flashlight", "reading_light", "flashlight" ], "fg": 1482, "rotates": false }, + { "id": [ "heavy_snare_kit", "light_snare_kit" ], "fg": 2117, "rotates": false }, + { "id": [ "hell_laser_queen", "hell_laser" ], "fg": 1255, "rotates": true }, + { "id": "hell_napalm", "fg": 1256, "rotates": false }, + { "id": [ "hell_plasma_c", "hell_plasma_k", "hell_plasma_b" ], "fg": 1257, "rotates": false }, + { "id": "helmet_army", "fg": 1863, "rotates": false }, + { "id": "helmet_ball", "fg": 3663, "rotates": false }, + { "id": "helmet_barbute", "fg": 3664, "rotates": false }, + { "id": [ "helmet_bike", "maid_hat", "kufi" ], "fg": 1860, "rotates": false }, + { "id": "helmet_bone", "fg": 3668, "rotates": false }, + { "id": [ "helmet_bone_megabear", "megabear_skull_clean" ], "fg": 993, "rotates": false }, + { "id": "helmet_chitin", "fg": 1772, "rotates": false }, + { "id": "helmet_conical", "fg": 3669, "rotates": false }, + { "id": "helmet_corinthian", "fg": 3670, "rotates": false }, + { "id": [ "helmet_football", "headgear" ], "fg": 1687, "rotates": false }, + { "id": "helmet_galea", "fg": 3671, "rotates": false }, + { "id": "helmet_kabuto", "fg": 3672, "rotates": false }, + { "id": "helmet_larmor", "fg": 3661, "rotates": false }, + { "id": [ "helmet_liner", "helmet_nomad", "veil_wedding" ], "fg": 3662, "rotates": false }, + { "id": [ "helmet_lobster", "pickelhaube" ], "fg": 3732, "rotates": false }, + { "id": "helmet_nasal", "fg": 3674, "rotates": false }, + { "id": [ "helmet_netting", "hat_boonie" ], "fg": 1850, "rotates": false }, + { "id": "helmet_plate", "fg": 1773, "rotates": false }, + { "id": [ "helmet_riot_raised", "tac_fullhelmet", "helmet_riot" ], "fg": 1686, "rotates": false }, + { "id": [ "helmet_scavenger", "beekeeping_hood" ], "fg": 1771, "rotates": false }, + { "id": [ "helmet_skid", "tinfoil_hat" ], "fg": 1852, "rotates": false }, + { "id": [ "helmet_survivor", "helmet_xlsurvivor", "kippah" ], "fg": 1861, "rotates": false }, + { "id": [ "hfleshbologna", "bologna" ], "fg": 1052, "rotates": false }, + { "id": "hinge", "fg": 2056, "rotates": false }, { "id": [ "hk_g3", @@ -2827,82 +2836,82 @@ "m27iar", "rm51_assault_rifle" ], - "fg": 1299, - "rotates": false - }, - { "id": [ "hobo_stove", "esbit_stove" ], "fg": 1487, "rotates": false }, - { "id": "hockey_stick", "fg": 1921, "rotates": false }, - { "id": "hoe", "fg": 1488, "rotates": false }, - { "id": "holo_cloak", "fg": 1677, "rotates": false }, - { "id": [ "homewrecker", "nailbat" ], "fg": 1938, "rotates": false }, - { "id": "honeycomb", "fg": 1029, "rotates": false }, - { "id": "hood_lsurvivor", "fg": 3654, "rotates": false }, - { "id": "hood_rain", "fg": 3651, "rotates": false }, - { "id": [ "hood_survivor", "hood_xlsurvivor" ], "fg": 3652, "rotates": false }, - { "id": "hood_wsurvivor", "fg": 3653, "rotates": false }, - { "id": [ "hops", "celery", "irradiated_celery" ], "fg": 994, "rotates": false }, - { "id": [ "horn_car", "horn_big", "beeper", "chimes", "horn_bicycle" ], "fg": 1489, "rotates": false }, - { "id": [ "hose", "vine_30" ], "fg": 1148, "rotates": false }, - { "id": "hot_pants", "fg": 3658, "rotates": false }, - { "id": "hot_pants_fur", "fg": 3655, "rotates": false }, - { "id": "hot_pants_leather", "fg": 3656, "rotates": false }, - { "id": "house_coat", "fg": 3662, "rotates": false }, - { "id": [ "hsurvivor_suit", "fsurvivor_suit", "h20survivor_suit" ], "fg": 1722, "rotates": false }, - { "id": [ "human_flesh", "meat_canned", "human_canned", "meat" ], "fg": 2222, "rotates": false }, - { "id": "hygrometer", "fg": 1348, "rotates": false }, - { "id": "i_staff", "fg": 1567, "rotates": false }, - { "id": [ "iceaxe", "pickaxe" ], "fg": 1537, "rotates": false }, - { "id": "ichaival_replica", "fg": 1310, "rotates": false }, - { "id": "id_military", "fg": 1404, "rotates": false }, - { "id": "id_science", "fg": 1405, "rotates": false }, - { "id": [ "incendiary_hm_rocket", "cyber_rocket" ], "fg": 1217, "rotates": false }, - { "id": "inflatable_airbag", "fg": 2005, "rotates": false }, - { "id": "inflatable_boat", "fg": 1491, "rotates": false }, - { "id": "inflatable_section", "fg": 2006, "rotates": false }, - { "id": [ "inhaler_stimgas", "inhaler", "inhaler_sewergas" ], "fg": 1058, "rotates": false }, - { "id": [ "inj_vitb", "inj_iron" ], "fg": 1084, "rotates": false }, - { "id": [ "irradiated_apple", "apple" ], "fg": 2150, "rotates": false }, - { "id": [ "irradiated_apricot", "apricot" ], "fg": 2152, "rotates": false }, - { "id": [ "irradiated_banana", "banana" ], "fg": 1001, "rotates": false }, - { "id": [ "irradiated_broccoli", "cannabis", "broccoli" ], "fg": 993, "rotates": false }, - { "id": [ "irradiated_cabbage", "cabbage" ], "fg": 2156, "rotates": false }, - { "id": [ "irradiated_carrot", "carrot" ], "fg": 1002, "rotates": false }, - { "id": [ "irradiated_corn", "corn" ], "fg": 1013, "rotates": false }, - { "id": [ "irradiated_cranberries", "seed_strawberries", "cranberries" ], "fg": 2175, "rotates": false }, - { "id": [ "irradiated_grapes", "grapes" ], "fg": 1004, "rotates": false }, - { "id": [ "irradiated_mango", "mango" ], "fg": 2146, "rotates": false }, - { "id": [ "irradiated_pear", "pear" ], "fg": 2154, "rotates": false }, - { "id": [ "irradiated_pineapple", "pineapple" ], "fg": 1005, "rotates": false }, - { "id": [ "irradiated_pomegranate", "pomegranate" ], "fg": 2148, "rotates": false }, - { "id": [ "irradiated_pumpkin", "pumpkin" ], "fg": 2155, "rotates": false }, - { "id": [ "irradiated_rhubarb", "rhubarb" ], "fg": 990, "rotates": false }, - { "id": [ "irradiated_tomato", "tomato" ], "fg": 2149, "rotates": false }, - { "id": [ "ithaca_doom", "ithaca_doom_dual", "410_lever" ], "fg": 1335, "rotates": false }, - { "id": [ "jack_makeshift", "jack_small", "jack" ], "fg": 1492, "rotates": false }, - { "id": "jacket_flannel", "fg": 3664, "rotates": false }, - { "id": [ "jacket_jean", "jacket_evac" ], "fg": 1651, "rotates": false }, - { "id": "jacket_leather", "fg": 1652, "rotates": false }, - { "id": [ "jacket_light", "cassock" ], "fg": 1653, "rotates": false }, - { "id": "jar_3l_glass", "fg": 1100, "rotates": false }, - { "id": "jar_3l_glass_sealed", "fg": 1101, "rotates": false }, - { "id": "jar_glass", "fg": 1098, "rotates": false }, - { "id": [ "jar_glass_sealed", "spider_steak_pickled" ], "fg": 1099, "rotates": false }, - { "id": "jar_pickles_pickled", "fg": 1092, "rotates": false }, + "fg": 1325, + "rotates": false + }, + { "id": [ "hobo_stove", "esbit_stove" ], "fg": 1513, "rotates": false }, + { "id": "hockey_stick", "fg": 1947, "rotates": false }, + { "id": "hoe", "fg": 1514, "rotates": false }, + { "id": "holo_cloak", "fg": 1703, "rotates": false }, + { "id": [ "homewrecker", "nailbat" ], "fg": 1964, "rotates": false }, + { "id": "honeycomb", "fg": 1055, "rotates": false }, + { "id": "hood_lsurvivor", "fg": 3680, "rotates": false }, + { "id": "hood_rain", "fg": 3677, "rotates": false }, + { "id": [ "hood_survivor", "hood_xlsurvivor" ], "fg": 3678, "rotates": false }, + { "id": "hood_wsurvivor", "fg": 3679, "rotates": false }, + { "id": [ "hops", "celery", "irradiated_celery" ], "fg": 1020, "rotates": false }, + { "id": [ "horn_car", "horn_big", "beeper", "chimes", "horn_bicycle" ], "fg": 1515, "rotates": false }, + { "id": [ "hose", "vine_30" ], "fg": 1174, "rotates": false }, + { "id": "hot_pants", "fg": 3684, "rotates": false }, + { "id": "hot_pants_fur", "fg": 3681, "rotates": false }, + { "id": "hot_pants_leather", "fg": 3682, "rotates": false }, + { "id": "house_coat", "fg": 3688, "rotates": false }, + { "id": [ "hsurvivor_suit", "fsurvivor_suit", "h20survivor_suit" ], "fg": 1748, "rotates": false }, + { "id": [ "human_flesh", "meat_canned", "human_canned", "meat" ], "fg": 2248, "rotates": false }, + { "id": "hygrometer", "fg": 1374, "rotates": false }, + { "id": "i_staff", "fg": 1593, "rotates": false }, + { "id": [ "iceaxe", "pickaxe" ], "fg": 1563, "rotates": false }, + { "id": "ichaival_replica", "fg": 1336, "rotates": false }, + { "id": "id_military", "fg": 1430, "rotates": false }, + { "id": "id_science", "fg": 1431, "rotates": false }, + { "id": [ "incendiary_hm_rocket", "cyber_rocket" ], "fg": 1243, "rotates": false }, + { "id": "inflatable_airbag", "fg": 2031, "rotates": false }, + { "id": "inflatable_boat", "fg": 1517, "rotates": false }, + { "id": "inflatable_section", "fg": 2032, "rotates": false }, + { "id": [ "inhaler_stimgas", "inhaler", "inhaler_sewergas" ], "fg": 1084, "rotates": false }, + { "id": [ "inj_vitb", "inj_iron" ], "fg": 1110, "rotates": false }, + { "id": [ "irradiated_apple", "apple" ], "fg": 2176, "rotates": false }, + { "id": [ "irradiated_apricot", "apricot" ], "fg": 2178, "rotates": false }, + { "id": [ "irradiated_banana", "banana" ], "fg": 1027, "rotates": false }, + { "id": [ "irradiated_broccoli", "cannabis", "broccoli" ], "fg": 1019, "rotates": false }, + { "id": [ "irradiated_cabbage", "cabbage" ], "fg": 2182, "rotates": false }, + { "id": [ "irradiated_carrot", "carrot" ], "fg": 1028, "rotates": false }, + { "id": [ "irradiated_corn", "corn" ], "fg": 1039, "rotates": false }, + { "id": [ "irradiated_cranberries", "seed_strawberries", "cranberries" ], "fg": 2201, "rotates": false }, + { "id": [ "irradiated_grapes", "grapes" ], "fg": 1030, "rotates": false }, + { "id": [ "irradiated_mango", "mango" ], "fg": 2172, "rotates": false }, + { "id": [ "irradiated_pear", "pear" ], "fg": 2180, "rotates": false }, + { "id": [ "irradiated_pineapple", "pineapple" ], "fg": 1031, "rotates": false }, + { "id": [ "irradiated_pomegranate", "pomegranate" ], "fg": 2174, "rotates": false }, + { "id": [ "irradiated_pumpkin", "pumpkin" ], "fg": 2181, "rotates": false }, + { "id": [ "irradiated_rhubarb", "rhubarb" ], "fg": 1016, "rotates": false }, + { "id": [ "irradiated_tomato", "tomato" ], "fg": 2175, "rotates": false }, + { "id": [ "ithaca_doom", "ithaca_doom_dual", "410_lever" ], "fg": 1361, "rotates": false }, + { "id": [ "jack_makeshift", "jack_small", "jack" ], "fg": 1518, "rotates": false }, + { "id": "jacket_flannel", "fg": 3690, "rotates": false }, + { "id": [ "jacket_jean", "jacket_evac" ], "fg": 1677, "rotates": false }, + { "id": "jacket_leather", "fg": 1678, "rotates": false }, + { "id": [ "jacket_light", "cassock" ], "fg": 1679, "rotates": false }, + { "id": "jar_3l_glass", "fg": 1126, "rotates": false }, + { "id": "jar_3l_glass_sealed", "fg": 1127, "rotates": false }, + { "id": "jar_glass", "fg": 1124, "rotates": false }, + { "id": [ "jar_glass_sealed", "spider_steak_pickled" ], "fg": 1125, "rotates": false }, + { "id": "jar_pickles_pickled", "fg": 1118, "rotates": false }, { "id": [ "javelin_iron", "javelin_stone", "spear_knife", "pike", "spear_stone", "fishspear" ], - "fg": 1265, + "fg": 1291, "rotates": false }, - { "id": [ "javelin", "javelin_copper", "spear_wood" ], "fg": 1237, "rotates": false }, - { "id": "jeans", "fg": 1765, "rotates": false }, + { "id": [ "javelin", "javelin_copper", "spear_wood" ], "fg": 1263, "rotates": false }, + { "id": "jeans", "fg": 1791, "rotates": false }, { "id": [ "jerky", "jerky_human", "cooked_dinner", "meat_smoked", "human_smoked", "mre_beef" ], - "fg": 2221, + "fg": 2247, "rotates": false }, - { "id": "jerrycan_big", "fg": 1144, "rotates": false }, - { "id": [ "jerrypack", "jerrycan" ], "fg": 1145, "rotates": false }, - { "id": "jersey", "fg": 3665, "rotates": false }, + { "id": "jerrycan_big", "fg": 1170, "rotates": false }, + { "id": [ "jerrypack", "jerrycan" ], "fg": 1171, "rotates": false }, + { "id": "jersey", "fg": 3691, "rotates": false }, { "id": [ "jewelry_book", @@ -2913,27 +2922,27 @@ "commune_prospectus", "necropolis_freq" ], - "fg": 2108, - "rotates": false - }, - { "id": "ji", "fg": 1922, "rotates": false }, - { "id": [ "jian_inferior", "sword_forged", "jian_fake", "jian" ], "fg": 1367, "rotates": false }, - { "id": [ "jihelucake", "cake3" ], "fg": 1054, "rotates": false }, - { "id": [ "joint", "handrolled_cig" ], "fg": 1009, "rotates": false }, - { "id": "joint_lit", "fg": 1923, "rotates": false }, - { "id": "joint_roach", "fg": 1924, "rotates": false }, - { "id": "judo_belt_black", "fg": 3672, "rotates": false }, - { "id": "judo_belt_blue", "fg": 3666, "rotates": false }, - { "id": "judo_belt_brown", "fg": 3667, "rotates": false }, - { "id": "judo_belt_green", "fg": 3668, "rotates": false }, - { "id": "judo_belt_orange", "fg": 3669, "rotates": false }, - { "id": "judo_belt_white", "fg": 3670, "rotates": false }, - { "id": "judo_belt_yellow", "fg": 3671, "rotates": false }, - { "id": "jug_clay", "fg": 1120, "rotates": false }, - { "id": "jug_plastic", "fg": 1119, "rotates": false }, - { "id": [ "jumper_cable_heavy", "jumper_cable" ], "fg": 1494, "rotates": false }, - { "id": [ "jumpsuit", "jumpsuit_xl" ], "fg": 1689, "rotates": false }, - { "id": "juniper", "fg": 2040, "rotates": false }, + "fg": 2134, + "rotates": false + }, + { "id": "ji", "fg": 1948, "rotates": false }, + { "id": [ "jian_inferior", "sword_forged", "jian_fake", "jian" ], "fg": 1393, "rotates": false }, + { "id": [ "jihelucake", "cake3" ], "fg": 1080, "rotates": false }, + { "id": [ "joint", "handrolled_cig" ], "fg": 1035, "rotates": false }, + { "id": "joint_lit", "fg": 1949, "rotates": false }, + { "id": "joint_roach", "fg": 1950, "rotates": false }, + { "id": "judo_belt_black", "fg": 3698, "rotates": false }, + { "id": "judo_belt_blue", "fg": 3692, "rotates": false }, + { "id": "judo_belt_brown", "fg": 3693, "rotates": false }, + { "id": "judo_belt_green", "fg": 3694, "rotates": false }, + { "id": "judo_belt_orange", "fg": 3695, "rotates": false }, + { "id": "judo_belt_white", "fg": 3696, "rotates": false }, + { "id": "judo_belt_yellow", "fg": 3697, "rotates": false }, + { "id": "jug_clay", "fg": 1146, "rotates": false }, + { "id": "jug_plastic", "fg": 1145, "rotates": false }, + { "id": [ "jumper_cable_heavy", "jumper_cable" ], "fg": 1520, "rotates": false }, + { "id": [ "jumpsuit", "jumpsuit_xl" ], "fg": 1715, "rotates": false }, + { "id": "juniper", "fg": 2066, "rotates": false }, { "id": [ "katana_inferior", @@ -2955,10 +2964,10 @@ "cavalry_sabre_fake", "katana" ], - "fg": 1495, + "fg": 1521, "rotates": false }, - { "id": "keffiyeh", "fg": 1662, "rotates": false }, + { "id": "keffiyeh", "fg": 1688, "rotates": false }, { "id": [ "keikogi", @@ -2973,20 +2982,20 @@ "fencing_jacket", "winter_jacket_army" ], - "fg": 1654, + "fg": 1680, "rotates": false }, - { "id": [ "kernels", "seed_corn" ], "fg": 2169, "rotates": false }, - { "id": "kevlar_harness", "fg": 1497, "rotates": false }, - { "id": [ "kevlar", "makeshift_kevlar" ], "fg": 1786, "rotates": false }, - { "id": "kevlar_plate", "fg": 1499, "rotates": false }, - { "id": "khopesh", "fg": 1500, "rotates": false }, - { "id": "kiln_done", "fg": 2079, "rotates": false }, - { "id": "kiln_lit", "fg": 2080, "rotates": false }, - { "id": [ "kilt", "skirt" ], "fg": 3726, "rotates": false }, - { "id": "kitchen_unit", "fg": 3528, "rotates": false }, - { "id": [ "knee_pads", "elbow_pads" ], "fg": 1800, "rotates": false }, - { "id": "knife_butter", "fg": 1925, "rotates": false }, + { "id": [ "kernels", "seed_corn" ], "fg": 2195, "rotates": false }, + { "id": "kevlar_harness", "fg": 1523, "rotates": false }, + { "id": [ "kevlar", "makeshift_kevlar" ], "fg": 1812, "rotates": false }, + { "id": "kevlar_plate", "fg": 1525, "rotates": false }, + { "id": "khopesh", "fg": 1526, "rotates": false }, + { "id": "kiln_done", "fg": 2105, "rotates": false }, + { "id": "kiln_lit", "fg": 2106, "rotates": false }, + { "id": [ "kilt", "skirt" ], "fg": 3752, "rotates": false }, + { "id": "kitchen_unit", "fg": 3554, "rotates": false }, + { "id": [ "knee_pads", "elbow_pads" ], "fg": 1826, "rotates": false }, + { "id": "knife_butter", "fg": 1951, "rotates": false }, { "id": [ "knife_steak", @@ -3006,83 +3015,83 @@ "kris_fake", "knife_folding" ], - "fg": 1154, + "fg": 1180, "rotates": false }, - { "id": "knuckle_brass", "fg": 1886, "rotates": false }, - { "id": [ "knuckle_katar", "knuckle_nail", "bagh_nakha", "bio_claws_weapon" ], "fg": 1870, "rotates": false }, - { "id": "knuckle_steel", "fg": 1887, "rotates": false }, - { "id": "l-stick_on", "fg": 1363, "rotates": false }, - { "id": [ "l-stick", "skewer_bone" ], "fg": 1362, "rotates": false }, - { "id": "laevateinn_replica", "fg": 1503, "rotates": false }, - { "id": "lajatang", "fg": 1926, "rotates": false }, - { "id": [ "lance_charge_shot", "lance_charge" ], "fg": 1232, "rotates": false }, - { "id": "landmine", "fg": 2085, "rotates": false }, - { "id": "laptop", "fg": 1419, "rotates": false }, - { "id": [ "laser_cannon", "cerberus_laser", "unbio_blaster_gun" ], "fg": 1292, "rotates": false }, - { "id": [ "laser_pack", "reloaded_laser_pack", "rechargeable_battery" ], "fg": 1188, "rotates": false }, - { "id": "lawnmower", "fg": 1927, "rotates": false }, - { "id": [ "lead_plate", "sheet_metal" ], "fg": 1966, "rotates": false }, + { "id": "knuckle_brass", "fg": 1912, "rotates": false }, + { "id": [ "knuckle_katar", "knuckle_nail", "bagh_nakha", "bio_claws_weapon" ], "fg": 1896, "rotates": false }, + { "id": "knuckle_steel", "fg": 1913, "rotates": false }, + { "id": "l-stick_on", "fg": 1389, "rotates": false }, + { "id": [ "l-stick", "skewer_bone" ], "fg": 1388, "rotates": false }, + { "id": "laevateinn_replica", "fg": 1529, "rotates": false }, + { "id": "lajatang", "fg": 1952, "rotates": false }, + { "id": [ "lance_charge_shot", "lance_charge" ], "fg": 1258, "rotates": false }, + { "id": "landmine", "fg": 2111, "rotates": false }, + { "id": "laptop", "fg": 1445, "rotates": false }, + { "id": [ "laser_cannon", "cerberus_laser", "unbio_blaster_gun" ], "fg": 1318, "rotates": false }, + { "id": [ "laser_pack", "reloaded_laser_pack", "rechargeable_battery" ], "fg": 1214, "rotates": false }, + { "id": "lawnmower", "fg": 1953, "rotates": false }, + { "id": [ "lead_plate", "sheet_metal" ], "fg": 1992, "rotates": false }, { "id": [ "lead", "silver_small", "platinum_small", "bismuth", "tin", "scrap" ], - "fg": 1214, - "rotates": false - }, - { "id": "leather_cat_ears", "fg": 3676, "rotates": false }, - { "id": [ "leather_cat_tail", "fur_cat_tail", "string_6", "string_36" ], "fg": 1149, "rotates": false }, - { "id": [ "leather_collar", "locket_lucy", "fur_collar" ], "fg": 1809, "rotates": false }, - { "id": "leather_funnel", "fg": 1463, "rotates": false }, - { "id": "leather_pouch", "fg": 3678, "rotates": false }, - { "id": "leather_tarp", "fg": 1624, "rotates": false }, - { "id": [ "leg", "arm" ], "fg": 997, "rotates": false }, - { "id": "legguard_bronze", "fg": 3679, "rotates": false }, - { "id": "legrig", "fg": 3680, "rotates": false }, - { "id": [ "lemon", "irradiated_lemon" ], "fg": 2142, "rotates": false }, - { "id": [ "lens", "lens_small" ], "fg": 1256, "rotates": false }, - { "id": [ "lettuce", "irradiated_lettuce" ], "fg": 2157, "rotates": false }, - { "id": "light_bulb", "fg": 1928, "rotates": false }, - { "id": "light_emergency_blue", "fg": 3529, "rotates": false }, - { "id": "light_emergency_red", "fg": 2013, "rotates": false }, - { "id": "lighter", "fg": 1504, "rotates": false }, - { "id": "lightstrip", "fg": 1505, "rotates": false }, - { "id": "lightstrip_inactive", "fg": 1506, "rotates": false }, - { "id": "link_sheet", "fg": 1507, "rotates": false }, - { "id": "linuxtshirt", "fg": 3683, "rotates": false }, - { "id": "lobotomizer", "fg": 1508, "rotates": false }, - { "id": [ "locket", "holy_symbol_wood", "necklace" ], "fg": 3699, "rotates": false }, - { "id": "log", "fg": 1929, "rotates": false }, - { "id": "loincloth_fur", "fg": 3686, "rotates": false }, - { "id": "loincloth_leather", "fg": 3685, "rotates": false }, + "fg": 1240, + "rotates": false + }, + { "id": "leather_cat_ears", "fg": 3702, "rotates": false }, + { "id": [ "leather_cat_tail", "fur_cat_tail", "string_6", "string_36" ], "fg": 1175, "rotates": false }, + { "id": [ "leather_collar", "locket_lucy", "fur_collar" ], "fg": 1835, "rotates": false }, + { "id": "leather_funnel", "fg": 1489, "rotates": false }, + { "id": "leather_pouch", "fg": 3704, "rotates": false }, + { "id": "leather_tarp", "fg": 1650, "rotates": false }, + { "id": [ "leg", "arm" ], "fg": 1023, "rotates": false }, + { "id": "legguard_bronze", "fg": 3705, "rotates": false }, + { "id": "legrig", "fg": 3706, "rotates": false }, + { "id": [ "lemon", "irradiated_lemon" ], "fg": 2168, "rotates": false }, + { "id": [ "lens", "lens_small" ], "fg": 1282, "rotates": false }, + { "id": [ "lettuce", "irradiated_lettuce" ], "fg": 2183, "rotates": false }, + { "id": "light_bulb", "fg": 1954, "rotates": false }, + { "id": "light_emergency_blue", "fg": 3555, "rotates": false }, + { "id": "light_emergency_red", "fg": 2039, "rotates": false }, + { "id": "lighter", "fg": 1530, "rotates": false }, + { "id": "lightstrip", "fg": 1531, "rotates": false }, + { "id": "lightstrip_inactive", "fg": 1532, "rotates": false }, + { "id": "link_sheet", "fg": 1533, "rotates": false }, + { "id": "linuxtshirt", "fg": 3709, "rotates": false }, + { "id": "lobotomizer", "fg": 1534, "rotates": false }, + { "id": [ "locket", "holy_symbol_wood", "necklace" ], "fg": 3725, "rotates": false }, + { "id": "log", "fg": 1955, "rotates": false }, + { "id": "loincloth_fur", "fg": 3712, "rotates": false }, + { "id": "loincloth_leather", "fg": 3711, "rotates": false }, { "id": [ "loincloth_wool", "briefs", "panties", "bikini_bottom", "loincloth" ], - "fg": 3684, + "fg": 3710, "rotates": false }, - { "id": "long_underpants", "fg": 1766, "rotates": false }, - { "id": "long_undertop", "fg": 1790, "rotates": false }, + { "id": "long_underpants", "fg": 1792, "rotates": false }, + { "id": "long_undertop", "fg": 1816, "rotates": false }, { "id": [ "lowtops", "golf_shoes", "footrags", "footrags_wool", "socks_bag", "flip_flops" ], - "fg": 1805, + "fg": 1831, "rotates": false }, - { "id": "lsd", "fg": 1065, "rotates": false }, - { "id": [ "lsurvivor_armor", "dragonskin" ], "fg": 1785, "rotates": false }, - { "id": "lsurvivor_suit", "fg": 1723, "rotates": false }, - { "id": [ "luigilasagne", "lasagne" ], "fg": 1048, "rotates": false }, - { "id": [ "m107a1mag", "as50mag", "tac50mag" ], "fg": 1280 }, - { "id": [ "m202_flash", "hell_launcher", "LAW" ], "fg": 1329, "rotates": false }, + { "id": "lsd", "fg": 1091, "rotates": false }, + { "id": [ "lsurvivor_armor", "dragonskin" ], "fg": 1811, "rotates": false }, + { "id": "lsurvivor_suit", "fg": 1749, "rotates": false }, + { "id": [ "luigilasagne", "lasagne" ], "fg": 1074, "rotates": false }, + { "id": [ "m107a1mag", "as50mag", "tac50mag" ], "fg": 1306 }, + { "id": [ "m202_flash", "hell_launcher", "LAW" ], "fg": 1355, "rotates": false }, { "id": [ "m249", "30mm_autocannon", "rm614_lmg", "rm20", "rm298", "m240", "m60", "mgl" ], - "fg": 1294, + "fg": 1320, "rotates": false }, - { "id": [ "m320", "rm228", "triple_launcher_simple", "launcher_simple" ], "fg": 1328, "rotates": false }, - { "id": "m3_carlgustav", "fg": 1330, "rotates": false }, - { "id": "m79", "fg": 1333, "rotates": false }, - { "id": [ "mace", "paint_brush" ], "fg": 1358, "rotates": false }, + { "id": [ "m320", "rm228", "triple_launcher_simple", "launcher_simple" ], "fg": 1354, "rotates": false }, + { "id": "m3_carlgustav", "fg": 1356, "rotates": false }, + { "id": "m79", "fg": 1359, "rotates": false }, + { "id": [ "mace", "paint_brush" ], "fg": 1384, "rotates": false }, { "id": [ "mag_cutting", "mag_melee", "manual_melee", "mag_stabbing", "news_regional", "novel_crime2", "novel_war2" ], - "fg": 2100, + "fg": 2126, "rotates": false }, { @@ -3108,7 +3117,7 @@ "holybook_sutras", "mag_animecon" ], - "fg": 2101, + "fg": 2127, "rotates": false }, { @@ -3134,7 +3143,7 @@ "holybook_kojiki", "holybook_havamal" ], - "fg": 2097, + "fg": 2123, "rotates": false }, { @@ -3168,17 +3177,17 @@ "mag_fieldrepair", "manual_dodge_kid" ], - "fg": 2113, + "fg": 2139, "rotates": false }, - { "id": "magic_8_ball", "fg": 2037, "rotates": false }, - { "id": "magnifying_glass", "fg": 1511, "rotates": false }, - { "id": "maid_dress", "fg": 3687, "rotates": false }, - { "id": "makeshift_axe", "fg": 1512, "rotates": false }, - { "id": [ "makeshift_crowbar", "halligan", "crowbar" ], "fg": 1425, "rotates": false }, - { "id": "makeshift_funnel", "fg": 1464, "rotates": false }, - { "id": [ "makeshift_hammer", "primitive_hammer" ], "fg": 1548, "rotates": false }, - { "id": "makeshift_machete", "fg": 1513, "rotates": false }, + { "id": "magic_8_ball", "fg": 2063, "rotates": false }, + { "id": "magnifying_glass", "fg": 1537, "rotates": false }, + { "id": "maid_dress", "fg": 3713, "rotates": false }, + { "id": "makeshift_axe", "fg": 1538, "rotates": false }, + { "id": [ "makeshift_crowbar", "halligan", "crowbar" ], "fg": 1451, "rotates": false }, + { "id": "makeshift_funnel", "fg": 1490, "rotates": false }, + { "id": [ "makeshift_hammer", "primitive_hammer" ], "fg": 1574, "rotates": false }, + { "id": "makeshift_machete", "fg": 1539, "rotates": false }, { "id": [ "makeshift_sealer", @@ -3190,17 +3199,17 @@ "magazine_battery_medium_mod", "magazine_battery_heavy_mod" ], - "fg": 1602, + "fg": 1628, "rotates": false }, - { "id": [ "makeshift_shovel", "primitive_shovel" ], "fg": 1549, "rotates": false }, - { "id": "makeshift_sling", "fg": 3688, "rotates": false }, + { "id": [ "makeshift_shovel", "primitive_shovel" ], "fg": 1575, "rotates": false }, + { "id": "makeshift_sling", "fg": 3714, "rotates": false }, { "id": [ "mannwurstgravy", "sausagegravy", "cooked_cattail_stalk", "vibrator" ], - "fg": 1010, + "fg": 1036, "rotates": false }, - { "id": "manual_pankration", "fg": 2104, "rotates": false }, + { "id": "manual_pankration", "fg": 2130, "rotates": false }, { "id": [ "manual_pistol", @@ -3220,7 +3229,7 @@ "novel_coa2", "mag_barter" ], - "fg": 2114, + "fg": 2140, "rotates": false }, { @@ -3239,16 +3248,16 @@ "textbook_armeast", "brewing_cookbook" ], - "fg": 2112, + "fg": 2138, "rotates": false }, - { "id": "manual_swordsmanship", "fg": 2105, "rotates": false }, - { "id": [ "marble", "bearing", "bb", "bearing_lead", "pebble_clay", "pebble" ], "fg": 1240, "rotates": false }, - { "id": "marloss_berry", "fg": 2153, "rotates": false }, - { "id": "marloss_seed", "fg": 2139, "rotates": false }, - { "id": "mask_bal", "fg": 3689, "rotates": false }, - { "id": "mask_dust", "fg": 3690, "rotates": false }, - { "id": [ "mask_filter" ], "fg": 1663, "rotates": false }, + { "id": "manual_swordsmanship", "fg": 2131, "rotates": false }, + { "id": [ "marble", "bearing", "bb", "bearing_lead", "pebble_clay", "pebble" ], "fg": 1266, "rotates": false }, + { "id": "marloss_berry", "fg": 2179, "rotates": false }, + { "id": "marloss_seed", "fg": 2165, "rotates": false }, + { "id": "mask_bal", "fg": 3715, "rotates": false }, + { "id": "mask_dust", "fg": 3716, "rotates": false }, + { "id": [ "mask_filter" ], "fg": 1689, "rotates": false }, { "id": [ "mask_gas_xl", @@ -3272,71 +3281,71 @@ "rebreather_xl_on", "mask_gas" ], - "fg": 1664, + "fg": 1690, "rotates": false }, - { "id": [ "mask_guy_fawkes", "mask_hockey" ], "fg": 3691, "rotates": false }, - { "id": "mask_rioter", "fg": 3692, "rotates": false }, + { "id": [ "mask_guy_fawkes", "mask_hockey" ], "fg": 3717, "rotates": false }, + { "id": "mask_rioter", "fg": 3718, "rotates": false }, { "id": [ "mask_ski_loose", "thermal_mask", "thermal_mask_on", "balclava", "mask_ski" ], - "fg": 1622, - "rotates": false - }, - { "id": "matchbomb", "fg": 1514, "rotates": false }, - { "id": "matchbomb_act", "fg": 1515, "rotates": false }, - { "id": "matches", "fg": 1516, "rotates": true }, - { "id": "material_niter", "fg": 1233, "rotates": false }, - { "id": [ "material_shrd_limestone", "ceramic_shard" ], "fg": 1885, "rotates": false }, - { "id": "meal_chitin_piece", "fg": 2183, "rotates": false }, - { "id": [ "meat_cooked", "human_cooked", "royal_beef", "spider_steak_cooked" ], "fg": 2223, "rotates": false }, - { "id": "meat_scrap", "fg": 2208, "rotates": false }, - { "id": "meat_scrap_cooked", "fg": 2206, "rotates": false }, - { "id": "meat_tainted", "fg": 2224, "rotates": false }, - { "id": "medical_gauze", "fg": 1064, "rotates": false }, - { "id": "medical_tape", "fg": 1062, "rotates": false }, - { "id": "medikit", "fg": 1060, "rotates": false }, - { "id": "megaarmor_armguards_1", "fg": 1734, "rotates": false }, - { "id": "megaarmor_head_1", "fg": 3693, "rotates": false }, - { "id": "megaarmor_leggings_1", "fg": 3694, "rotates": false }, - { "id": "megaarmor_torso_1", "fg": 3695, "rotates": false }, - { "id": "megaarmor_torso_2", "fg": 3696, "rotates": false }, - { "id": "megaarmor_torso_3", "fg": 1707, "rotates": false }, - { "id": "megaarmor_torso_3_act", "fg": 1706, "rotates": false }, - { "id": "megabear_skull_unclean", "fg": 968, "rotates": false }, - { "id": [ "melon", "irradiated_melon", "cotton_boll", "egg_locust" ], "fg": 2132, "rotates": false }, - { "id": [ "mess_kit", "mil_mess_kit" ], "fg": 1952, "rotates": false }, - { "id": "mess_tin", "fg": 1931, "rotates": false }, - { "id": "metal_butcher_rack", "fg": 2082, "rotates": false }, - { "id": [ "metal_file", "pin_reamer" ], "fg": 2047, "rotates": false }, - { "id": "metal_funnel", "fg": 1465, "rotates": false }, - { "id": [ "metal_tank_small", "metal_tank_little", "metal_tank" ], "fg": 1146, "rotates": false }, - { "id": [ "microscope", "microscope_dissecting" ], "fg": 2057, "rotates": false }, - { "id": "microwave", "fg": 1933, "rotates": false }, - { "id": "mil_plate", "fg": 3739, "rotates": false }, - { "id": [ "milk_curdling", "milk_curdling2", "milk_curdling3" ], "fg": 1125, "rotates": false }, + "fg": 1648, + "rotates": false + }, + { "id": "matchbomb", "fg": 1540, "rotates": false }, + { "id": "matchbomb_act", "fg": 1541, "rotates": false }, + { "id": "matches", "fg": 1542, "rotates": true }, + { "id": "material_niter", "fg": 1259, "rotates": false }, + { "id": [ "material_shrd_limestone", "ceramic_shard" ], "fg": 1911, "rotates": false }, + { "id": "meal_chitin_piece", "fg": 2209, "rotates": false }, + { "id": [ "meat_cooked", "human_cooked", "royal_beef", "spider_steak_cooked" ], "fg": 2249, "rotates": false }, + { "id": "meat_scrap", "fg": 2234, "rotates": false }, + { "id": "meat_scrap_cooked", "fg": 2232, "rotates": false }, + { "id": "meat_tainted", "fg": 2250, "rotates": false }, + { "id": "medical_gauze", "fg": 1090, "rotates": false }, + { "id": "medical_tape", "fg": 1088, "rotates": false }, + { "id": "medikit", "fg": 1086, "rotates": false }, + { "id": "megaarmor_armguards_1", "fg": 1760, "rotates": false }, + { "id": "megaarmor_head_1", "fg": 3719, "rotates": false }, + { "id": "megaarmor_leggings_1", "fg": 3720, "rotates": false }, + { "id": "megaarmor_torso_1", "fg": 3721, "rotates": false }, + { "id": "megaarmor_torso_2", "fg": 3722, "rotates": false }, + { "id": "megaarmor_torso_3", "fg": 1733, "rotates": false }, + { "id": "megaarmor_torso_3_act", "fg": 1732, "rotates": false }, + { "id": "megabear_skull_unclean", "fg": 994, "rotates": false }, + { "id": [ "melon", "irradiated_melon", "cotton_boll", "egg_locust" ], "fg": 2158, "rotates": false }, + { "id": [ "mess_kit", "mil_mess_kit" ], "fg": 1978, "rotates": false }, + { "id": "mess_tin", "fg": 1957, "rotates": false }, + { "id": "metal_butcher_rack", "fg": 2108, "rotates": false }, + { "id": [ "metal_file", "pin_reamer" ], "fg": 2073, "rotates": false }, + { "id": "metal_funnel", "fg": 1491, "rotates": false }, + { "id": [ "metal_tank_small", "metal_tank_little", "metal_tank" ], "fg": 1172, "rotates": false }, + { "id": [ "microscope", "microscope_dissecting" ], "fg": 2083, "rotates": false }, + { "id": "microwave", "fg": 1959, "rotates": false }, + { "id": "mil_plate", "fg": 3765, "rotates": false }, + { "id": [ "milk_curdling", "milk_curdling2", "milk_curdling3" ], "fg": 1151, "rotates": false }, { "id": [ "milk", "soup_cullenskink", "brew_milk_curdled", "milk_curdled", "eggnog", "eggnog_spiked" ], - "fg": 2123, - "rotates": false - }, - { "id": "miner_hat", "fg": 1713, "rotates": false }, - { "id": "miner_hat_on", "fg": 1714, "rotates": false }, - { "id": "minifreezer", "fg": 2015, "rotates": false }, - { "id": "minifridge", "fg": 3530, "rotates": false }, - { "id": "mininuke_act", "fg": 1517, "rotates": false }, - { "id": "mininuke_launcher", "fg": 1331, "rotates": false }, - { "id": [ "mininuke", "mininuke_mod" ], "fg": 1234, "rotates": false }, - { "id": "minion_dormant", "fg": 1383, "rotates": false }, - { "id": "minireactor", "fg": 3447, "rotates": false }, - { "id": "minispeargun", "fg": 1317, "rotates": false }, - { "id": [ "mintpatties", "basketball", "coconut" ], "fg": 2130, "rotates": false }, - { "id": "mirror", "fg": 1987, "rotates": false }, - { "id": [ "mittens", "boxing_gloves" ], "fg": 1703, "rotates": false }, - { "id": [ "mjolnir", "morningstar" ], "fg": 1937, "rotates": false }, - { "id": "mjolnir_replica", "fg": 1934, "rotates": false }, + "fg": 2149, + "rotates": false + }, + { "id": "miner_hat", "fg": 1739, "rotates": false }, + { "id": "miner_hat_on", "fg": 1740, "rotates": false }, + { "id": "minifreezer", "fg": 2041, "rotates": false }, + { "id": "minifridge", "fg": 3556, "rotates": false }, + { "id": "mininuke_act", "fg": 1543, "rotates": false }, + { "id": "mininuke_launcher", "fg": 1357, "rotates": false }, + { "id": [ "mininuke", "mininuke_mod" ], "fg": 1260, "rotates": false }, + { "id": "minion_dormant", "fg": 1409, "rotates": false }, + { "id": "minireactor", "fg": 3473, "rotates": false }, + { "id": "minispeargun", "fg": 1343, "rotates": false }, + { "id": [ "mintpatties", "basketball", "coconut" ], "fg": 2156, "rotates": false }, + { "id": "mirror", "fg": 2013, "rotates": false }, + { "id": [ "mittens", "boxing_gloves" ], "fg": 1729, "rotates": false }, + { "id": [ "mjolnir", "morningstar" ], "fg": 1963, "rotates": false }, + { "id": "mjolnir_replica", "fg": 1960, "rotates": false }, { "id": [ "mobile_memory_card_used", "mobile_memory_card_encrypted", "mobile_memory_card_science", "mobile_memory_card" ], - "fg": 1935, + "fg": 1961, "rotates": false }, { @@ -3350,24 +3359,24 @@ "straw_sandals", "slippers" ], - "fg": 1806, + "fg": 1832, "rotates": false }, { "id": [ "modularvest", "modularvestsuper", "modularveststeel", "modularvestceramic", "modularvestkevlar", "modularvesthard" ], - "fg": 1787, + "fg": 1813, "rotates": false }, - { "id": "mold_plastic", "fg": 1518, "rotates": false }, - { "id": [ "molle_pack", "gobag", "rucksack" ], "fg": 3724, "rotates": false }, - { "id": [ "molotov_micro_act", "molotov_lit" ], "fg": 1520, "rotates": false }, - { "id": [ "molotov_micro", "molotov" ], "fg": 1519, "rotates": false }, - { "id": "money_bundle", "fg": 1936, "rotates": false }, - { "id": "mop", "fg": 1521, "rotates": false }, - { "id": "mortar_pestle", "fg": 1522, "rotates": false }, + { "id": "mold_plastic", "fg": 1544, "rotates": false }, + { "id": [ "molle_pack", "gobag", "rucksack" ], "fg": 3750, "rotates": false }, + { "id": [ "molotov_micro_act", "molotov_lit" ], "fg": 1546, "rotates": false }, + { "id": [ "molotov_micro", "molotov" ], "fg": 1545, "rotates": false }, + { "id": "money_bundle", "fg": 1962, "rotates": false }, + { "id": "mop", "fg": 1547, "rotates": false }, + { "id": "mortar_pestle", "fg": 1548, "rotates": false }, { "id": [ "moss_brownie", "pistol_flintlock", "2_shot_special", "lemat_revolver", "colt_saa", "410_revolver" ], - "fg": 1318, + "fg": 1344, "rotates": false }, { @@ -3382,12 +3391,12 @@ "alternator_truck", "motor" ], - "fg": 2004, + "fg": 2030, "rotates": false }, - { "id": "mouthpiece", "fg": 3697, "rotates": false }, - { "id": "mp3", "fg": 1523, "rotates": false }, - { "id": "mp3_on", "fg": 1524, "rotates": false }, + { "id": "mouthpiece", "fg": 3723, "rotates": false }, + { "id": "mp3", "fg": 1549, "rotates": false }, + { "id": "mp3_on", "fg": 1550, "rotates": false }, { "id": [ "mp5bigmag", @@ -3401,12 +3410,12 @@ "saiga410mag_30rd", "8x40_250_mag" ], - "fg": 1270 + "fg": 1296 }, - { "id": "muffler", "fg": 2011, "rotates": false }, - { "id": [ "mugwort", "pine_bough", "tobacco_raw", "weed" ], "fg": 1006, "rotates": false }, - { "id": [ "multitool", "knife_swissarmy" ], "fg": 1501, "rotates": false }, - { "id": [ "mustard", "honey_bottled", "marloss_gel" ], "fg": 2184, "rotates": false }, + { "id": "muffler", "fg": 2037, "rotates": false }, + { "id": [ "mugwort", "pine_bough", "tobacco_raw", "weed" ], "fg": 1032, "rotates": false }, + { "id": [ "multitool", "knife_swissarmy" ], "fg": 1527, "rotates": false }, + { "id": [ "mustard", "honey_bottled", "marloss_gel" ], "fg": 2210, "rotates": false }, { "id": [ "mutagen", @@ -3433,24 +3442,24 @@ "mutagen_raptor", "pine_wine" ], - "fg": 2124, + "fg": 2150, "rotates": false }, - { "id": "mycus_fruit", "fg": 2151, "rotates": false }, - { "id": "nail_bomb", "fg": 1113, "rotates": false }, - { "id": "nailboard", "fg": 1366, "rotates": false }, - { "id": "nailgun", "fg": 1320, "rotates": false }, - { "id": "nailrifle", "fg": 1304, "rotates": false }, - { "id": "nanoskirt", "fg": 3698, "rotates": false }, - { "id": "needle_bone", "fg": 1526, "rotates": false }, - { "id": "needle_wood", "fg": 1525, "rotates": false }, - { "id": "nic_gum", "fg": 1023, "rotates": false }, - { "id": "nicotine_liquid", "fg": 1239, "rotates": false }, - { "id": "noise_emitter", "fg": 1528, "rotates": false }, - { "id": "noise_emitter_on", "fg": 1530, "rotates": false }, + { "id": "mycus_fruit", "fg": 2177, "rotates": false }, + { "id": "nail_bomb", "fg": 1139, "rotates": false }, + { "id": "nailboard", "fg": 1392, "rotates": false }, + { "id": "nailgun", "fg": 1346, "rotates": false }, + { "id": "nailrifle", "fg": 1330, "rotates": false }, + { "id": "nanoskirt", "fg": 3724, "rotates": false }, + { "id": "needle_bone", "fg": 1552, "rotates": false }, + { "id": "needle_wood", "fg": 1551, "rotates": false }, + { "id": "nic_gum", "fg": 1049, "rotates": false }, + { "id": "nicotine_liquid", "fg": 1265, "rotates": false }, + { "id": "noise_emitter", "fg": 1554, "rotates": false }, + { "id": "noise_emitter_on", "fg": 1556, "rotates": false }, { "id": [ "nomex_hood", "wetsuit_hood", "hood_fsurvivor", "hood_h20survivor", "fencing_mask", "chainmail_hood", "helmet_motor" ], - "fg": 3647, + "fg": 3673, "rotates": false }, { @@ -3484,11 +3493,11 @@ "manual_lizard", "manual_venom_snake" ], - "fg": 2098, + "fg": 2124, "rotates": false }, - { "id": "nuclear_fuel", "fg": 1940, "rotates": false }, - { "id": "nuclear_waste", "fg": 1939, "rotates": false }, + { "id": "nuclear_fuel", "fg": 1966, "rotates": false }, + { "id": "nuclear_waste", "fg": 1965, "rotates": false }, { "id": [ "nx17", @@ -3501,56 +3510,56 @@ "laser_rifle_cheap", "ftk93" ], - "fg": 1325, + "fg": 1351, "rotates": false }, - { "id": "nyquil", "fg": 1075, "rotates": false }, - { "id": [ "oatmeal_deluxe", "oatmeal_cooked" ], "fg": 1045, "rotates": false }, - { "id": "offal", "fg": 964, "rotates": false }, - { "id": [ "offal_canned", "r_paint", "pickles_ferment" ], "fg": 1085, "rotates": false }, - { "id": "offal_cooked", "fg": 963, "rotates": false }, + { "id": "nyquil", "fg": 1101, "rotates": false }, + { "id": [ "oatmeal_deluxe", "oatmeal_cooked" ], "fg": 1071, "rotates": false }, + { "id": "offal", "fg": 990, "rotates": false }, + { "id": [ "offal_canned", "r_paint", "pickles_ferment" ], "fg": 1111, "rotates": false }, + { "id": "offal_cooked", "fg": 989, "rotates": false }, { "id": [ "offal_pickled", "sauerkraut_ferment", "jar_spider_steak_pickled", "megabear_skull_picked" ], - "fg": 1086, + "fg": 1112, "rotates": false }, - { "id": [ "oj", "juice", "orangesoda", "triple_sec", "drink_screwdriver" ], "fg": 2125, "rotates": false }, - { "id": "omnicamera", "fg": 2014, "rotates": false }, + { "id": [ "oj", "juice", "orangesoda", "triple_sec", "drink_screwdriver" ], "fg": 2151, "rotates": false }, + { "id": "omnicamera", "fg": 2040, "rotates": false }, { "id": [ "onigiri", "seed_garlic", "fat", "material_limestone", "material_rocksalt", "marshmallow" ], - "fg": 973, - "rotates": false - }, - { "id": [ "onion", "irradiated_onion" ], "fg": 2133, "rotates": false }, - { "id": "onion_rings", "fg": 970, "rotates": false }, - { "id": "optical_cloak", "fg": 1675, "rotates": false }, - { "id": [ "orange", "irradiated_orange" ], "fg": 2134, "rotates": false }, - { "id": [ "oxy_torch", "welder" ], "fg": 1606, "rotates": false }, - { "id": "p_carpet", "fg": 1626, "rotates": false }, - { "id": "p_paint", "fg": 1090, "rotates": false }, - { "id": "pallet_lifter", "fg": 1941, "rotates": false }, - { "id": [ "pan", "waffleiron" ], "fg": 1510, "rotates": false }, - { "id": "panacea", "fg": 1077, "rotates": false }, - { "id": "pants_army", "fg": 3704, "rotates": false }, - { "id": [ "pants_cargo", "pants_survivor", "lsurvivor_pants" ], "fg": 1768, "rotates": false }, - { "id": "pants_checkered", "fg": 3703, "rotates": false }, - { "id": "pants_fur", "fg": 3705, "rotates": false }, - { "id": [ "pants_leather", "breeches" ], "fg": 1769, "rotates": false }, - { "id": [ "pants_ski", "jeans_red" ], "fg": 1770, "rotates": false }, + "fg": 999, + "rotates": false + }, + { "id": [ "onion", "irradiated_onion" ], "fg": 2159, "rotates": false }, + { "id": "onion_rings", "fg": 996, "rotates": false }, + { "id": "optical_cloak", "fg": 1701, "rotates": false }, + { "id": [ "orange", "irradiated_orange" ], "fg": 2160, "rotates": false }, + { "id": [ "oxy_torch", "welder" ], "fg": 1632, "rotates": false }, + { "id": "p_carpet", "fg": 1652, "rotates": false }, + { "id": "p_paint", "fg": 1116, "rotates": false }, + { "id": "pallet_lifter", "fg": 1967, "rotates": false }, + { "id": [ "pan", "waffleiron" ], "fg": 1536, "rotates": false }, + { "id": "panacea", "fg": 1103, "rotates": false }, + { "id": "pants_army", "fg": 3730, "rotates": false }, + { "id": [ "pants_cargo", "pants_survivor", "lsurvivor_pants" ], "fg": 1794, "rotates": false }, + { "id": "pants_checkered", "fg": 3729, "rotates": false }, + { "id": "pants_fur", "fg": 3731, "rotates": false }, + { "id": [ "pants_leather", "breeches" ], "fg": 1795, "rotates": false }, + { "id": [ "pants_ski", "jeans_red" ], "fg": 1796, "rotates": false }, { "id": [ "pants", "tights", "technician_pants_gray", "motorbike_pants", "hakama_gi" ], - "fg": 1767, + "fg": 1793, "rotates": false }, - { "id": [ "papaya", "irradiated_papaya" ], "fg": 2147, "rotates": false }, - { "id": [ "peach", "irradiated_peach" ], "fg": 2135, "rotates": false }, - { "id": [ "peacoat", "gambeson" ], "fg": 1655, "rotates": false }, + { "id": [ "papaya", "irradiated_papaya" ], "fg": 2173, "rotates": false }, + { "id": [ "peach", "irradiated_peach" ], "fg": 2161, "rotates": false }, + { "id": [ "peacoat", "gambeson" ], "fg": 1681, "rotates": false }, { "id": [ "pearl_collar", "platinum_locket", "platinum_necklace", "silver_locket", "silver_necklace" ], - "fg": 3700, + "fg": 3726, "rotates": false }, - { "id": "peephole", "fg": 1943, "rotates": false }, + { "id": "peephole", "fg": 1969, "rotates": false }, { "id": [ "pemmican", @@ -3562,7 +3571,7 @@ "unfinished_charcoal", "fish_smoked" ], - "fg": 2210, + "fg": 2236, "rotates": false }, { @@ -3585,14 +3594,14 @@ "material_sand", "ash" ], - "fg": 2191, + "fg": 2217, "rotates": false }, - { "id": "permanent_marker", "fg": 1081, "rotates": false }, - { "id": "pet_carrier", "fg": 1535, "rotates": false }, - { "id": "petpack", "fg": 2023, "rotates": false }, - { "id": "petrified_eye", "fg": 1944, "rotates": false }, - { "id": "pheromone", "fg": 1536, "rotates": false }, + { "id": "permanent_marker", "fg": 1107, "rotates": false }, + { "id": "pet_carrier", "fg": 1561, "rotates": false }, + { "id": "petpack", "fg": 2049, "rotates": false }, + { "id": "petrified_eye", "fg": 1970, "rotates": false }, + { "id": "pheromone", "fg": 1562, "rotates": false }, { "id": [ "photo_album", @@ -3613,83 +3622,83 @@ "tailor_portfolio", "family_cookbook" ], - "fg": 2103, + "fg": 2129, "rotates": false }, - { "id": "picklocks", "fg": 1427, "rotates": false }, - { "id": [ "pie_meat", "pie_human", "pie_maple", "pie" ], "fg": 1032, "rotates": false }, - { "id": [ "pills_sleep", "prussian_blue", "oxycodone" ], "fg": 1070, "rotates": false }, - { "id": [ "pilot_light", "crude_firestarter" ], "fg": 1359, "rotates": false }, - { "id": "pinecone", "fg": 2138, "rotates": false }, - { "id": "pipe", "fg": 1895, "rotates": false }, - { "id": [ "pipe__gun_44", "pipe_shotgunsawn" ], "fg": 1336, "rotates": false }, - { "id": "pipe_glass", "fg": 1540, "rotates": false }, - { "id": "pipe_solid", "fg": 1947, "rotates": false }, - { "id": "pipe_solid_spear", "fg": 1948, "rotates": false }, - { "id": "pipe_tobacco", "fg": 1541, "rotates": false }, - { "id": "pizza_cheese", "fg": 1033, "rotates": false }, - { "id": [ "pizza_meat", "pizza_human" ], "fg": 1034, "rotates": false }, - { "id": [ "pizza_veggy", "pie_veggy" ], "fg": 1035, "rotates": false }, - { "id": "plant_fibre", "fg": 1244, "rotates": false }, - { "id": "plant_sac", "fg": 2166, "rotates": false }, + { "id": "picklocks", "fg": 1453, "rotates": false }, + { "id": [ "pie_meat", "pie_human", "pie_maple", "pie" ], "fg": 1058, "rotates": false }, + { "id": [ "pills_sleep", "prussian_blue", "oxycodone" ], "fg": 1096, "rotates": false }, + { "id": [ "pilot_light", "crude_firestarter" ], "fg": 1385, "rotates": false }, + { "id": "pinecone", "fg": 2164, "rotates": false }, + { "id": "pipe", "fg": 1921, "rotates": false }, + { "id": [ "pipe__gun_44", "pipe_shotgunsawn" ], "fg": 1362, "rotates": false }, + { "id": "pipe_glass", "fg": 1566, "rotates": false }, + { "id": "pipe_solid", "fg": 1973, "rotates": false }, + { "id": "pipe_solid_spear", "fg": 1974, "rotates": false }, + { "id": "pipe_tobacco", "fg": 1567, "rotates": false }, + { "id": "pizza_cheese", "fg": 1059, "rotates": false }, + { "id": [ "pizza_meat", "pizza_human" ], "fg": 1060, "rotates": false }, + { "id": [ "pizza_veggy", "pie_veggy" ], "fg": 1061, "rotates": false }, + { "id": "plant_fibre", "fg": 1270, "rotates": false }, + { "id": "plant_sac", "fg": 2192, "rotates": false }, { "id": [ "plasma", "charge_shot", "rebreather_filter", "gasfilter_s", "gasfilter_m", "gasfilter_l" ], - "fg": 1189, - "rotates": false - }, - { "id": "plastic_bag_vac", "fg": 1138, "rotates": false }, - { "id": "plastic_chunk", "fg": 1542, "rotates": false }, - { "id": "plastic_pot_flower", "fg": 1857, "rotates": false }, - { "id": "plastic_sheet", "fg": 2036, "rotates": false }, - { "id": [ "plastic_shopping_bag", "plastic_bucket" ], "fg": 1135, "rotates": false }, - { "id": [ "pliers", "tongs" ], "fg": 1589, "rotates": false }, - { "id": [ "plums", "irradiated_plums" ], "fg": 2178, "rotates": false }, - { "id": "plut_cell", "fg": 1190, "rotates": false }, - { "id": "pocketwatch", "fg": 1360, "rotates": false }, - { "id": "pockknife", "fg": 1502, "rotates": false }, - { "id": "pokeball", "fg": 1543, "rotates": false }, - { "id": "polo_shirt", "fg": 3681, "rotates": false }, - { "id": "poncho", "fg": 3708, "rotates": false }, - { "id": [ "pool_ball", "bowling_ball" ], "fg": 1257, "rotates": false }, - { "id": [ "popcan_stove", "can_drink" ], "fg": 1095, "rotates": false }, - { "id": [ "popcorn", "popcorn2", "popcorn3" ], "fg": 2217, "rotates": false }, - { "id": [ "poppy_flower", "tulip_flower" ], "fg": 2161, "rotates": false }, - { "id": "portable_game", "fg": 1544, "rotates": false }, - { "id": "portal", "fg": 1545, "rotates": false }, - { "id": "postman_hat", "fg": 3640, "rotates": false }, - { "id": "postman_shirt", "fg": 1791, "rotates": false }, - { "id": "postman_shorts", "fg": 3712, "rotates": false }, - { "id": "pot", "fg": 1955, "rotates": false }, - { "id": "pot_copper", "fg": 1954, "rotates": false }, - { "id": "pot_makeshift_copper", "fg": 1953, "rotates": false }, - { "id": [ "pot_xlhelmet", "pot_helmet" ], "fg": 1956, "rotates": false }, - { "id": "potato_baked", "fg": 2143, "rotates": false }, + "fg": 1215, + "rotates": false + }, + { "id": "plastic_bag_vac", "fg": 1164, "rotates": false }, + { "id": "plastic_chunk", "fg": 1568, "rotates": false }, + { "id": "plastic_pot_flower", "fg": 1883, "rotates": false }, + { "id": "plastic_sheet", "fg": 2062, "rotates": false }, + { "id": [ "plastic_shopping_bag", "plastic_bucket" ], "fg": 1161, "rotates": false }, + { "id": [ "pliers", "tongs" ], "fg": 1615, "rotates": false }, + { "id": [ "plums", "irradiated_plums" ], "fg": 2204, "rotates": false }, + { "id": "plut_cell", "fg": 1216, "rotates": false }, + { "id": "pocketwatch", "fg": 1386, "rotates": false }, + { "id": "pockknife", "fg": 1528, "rotates": false }, + { "id": "pokeball", "fg": 1569, "rotates": false }, + { "id": "polo_shirt", "fg": 3707, "rotates": false }, + { "id": "poncho", "fg": 3734, "rotates": false }, + { "id": [ "pool_ball", "bowling_ball" ], "fg": 1283, "rotates": false }, + { "id": [ "popcan_stove", "can_drink" ], "fg": 1121, "rotates": false }, + { "id": [ "popcorn", "popcorn2", "popcorn3" ], "fg": 2243, "rotates": false }, + { "id": [ "poppy_flower", "tulip_flower" ], "fg": 2187, "rotates": false }, + { "id": "portable_game", "fg": 1570, "rotates": false }, + { "id": "portal", "fg": 1571, "rotates": false }, + { "id": "postman_hat", "fg": 3666, "rotates": false }, + { "id": "postman_shirt", "fg": 1817, "rotates": false }, + { "id": "postman_shorts", "fg": 3738, "rotates": false }, + { "id": "pot", "fg": 1981, "rotates": false }, + { "id": "pot_copper", "fg": 1980, "rotates": false }, + { "id": "pot_makeshift_copper", "fg": 1979, "rotates": false }, + { "id": [ "pot_xlhelmet", "pot_helmet" ], "fg": 1982, "rotates": false }, + { "id": "potato_baked", "fg": 2169, "rotates": false }, { "id": [ "potato", "irradiated_potato", "kiwi", "irradiated_kiwi", "egg_bird" ], - "fg": 2144, + "fg": 2170, "rotates": false }, - { "id": "pouch_autoclave", "fg": 2022, "rotates": false }, - { "id": "powder_candy", "fg": 983, "rotates": false }, - { "id": "power_armor_frame", "fg": 3714, "rotates": false }, - { "id": "power_armor_heavy", "fg": 3715, "rotates": false }, - { "id": "power_armor_helmet_heavy", "fg": 3717, "rotates": false }, - { "id": "power_armor_helmet_light", "fg": 3718, "rotates": false }, - { "id": "power_armor_light", "fg": 3719, "rotates": false }, - { "id": [ "powered_earmuffs_on", "hat_noise_cancelling", "powered_earmuffs" ], "fg": 1659, "rotates": false }, - { "id": "press", "fg": 1546, "rotates": false }, - { "id": "pressurized_tank", "fg": 1283, "rotates": false }, - { "id": [ "primitive_adze", "hand_axe", "primitive_axe" ], "fg": 1547, "rotates": false }, + { "id": "pouch_autoclave", "fg": 2048, "rotates": false }, + { "id": "powder_candy", "fg": 1009, "rotates": false }, + { "id": "power_armor_frame", "fg": 3740, "rotates": false }, + { "id": "power_armor_heavy", "fg": 3741, "rotates": false }, + { "id": "power_armor_helmet_heavy", "fg": 3743, "rotates": false }, + { "id": "power_armor_helmet_light", "fg": 3744, "rotates": false }, + { "id": "power_armor_light", "fg": 3745, "rotates": false }, + { "id": [ "powered_earmuffs_on", "hat_noise_cancelling", "powered_earmuffs" ], "fg": 1685, "rotates": false }, + { "id": "press", "fg": 1572, "rotates": false }, + { "id": "pressurized_tank", "fg": 1309, "rotates": false }, + { "id": [ "primitive_adze", "hand_axe", "primitive_axe" ], "fg": 1573, "rotates": false }, { "id": [ "processor", "RAM", "amplifier", "transponder", "receiver", "radio_repeater_mod", "circuit", "radio_mod" ], - "fg": 1361, + "fg": 1387, "rotates": false }, - { "id": "prozac", "fg": 1073, "rotates": false }, - { "id": [ "puck", "ear_spool" ], "fg": 1849, "rotates": false }, - { "id": "puller", "fg": 1550, "rotates": false }, - { "id": "pump_complex", "fg": 1958, "rotates": false }, - { "id": "punch_dagger", "fg": 1959, "rotates": false }, + { "id": "prozac", "fg": 1099, "rotates": false }, + { "id": [ "puck", "ear_spool" ], "fg": 1875, "rotates": false }, + { "id": "puller", "fg": 1576, "rotates": false }, + { "id": "pump_complex", "fg": 1984, "rotates": false }, + { "id": "punch_dagger", "fg": 1985, "rotates": false }, { "id": [ "purifier", @@ -3702,38 +3711,38 @@ "sports_drink", "napalm" ], - "fg": 2126, + "fg": 2152, "rotates": false }, - { "id": "purse", "fg": 1134, "rotates": false }, - { "id": [ "q_solarpack_on", "solarpack_on" ], "fg": 1665, "rotates": false }, - { "id": "q_staff", "fg": 1364, "rotates": false }, - { "id": [ "quiver_birchbark", "sheath", "bootsheath", "quiver" ], "fg": 3720, "rotates": false }, + { "id": "purse", "fg": 1160, "rotates": false }, + { "id": [ "q_solarpack_on", "solarpack_on" ], "fg": 1691, "rotates": false }, + { "id": "q_staff", "fg": 1390, "rotates": false }, + { "id": [ "quiver_birchbark", "sheath", "bootsheath", "quiver" ], "fg": 3746, "rotates": false }, { "id": [ "quiver_large_birchbark", "scabbard", "bscabbard", "baldric", "quiver_large" ], - "fg": 3721, + "fg": 3747, "rotates": false }, - { "id": "r_carpet", "fg": 1627, "rotates": false }, - { "id": [ "rad_badge", "wrapped_rad_badge" ], "fg": 1610, "rotates": false }, - { "id": "radio", "fg": 1527, "rotates": false }, - { "id": "radio_car", "fg": 1552, "rotates": false }, - { "id": "radio_car_on", "fg": 1553, "rotates": false }, - { "id": "radio_on", "fg": 1529, "rotates": false }, - { "id": "rag_bloody", "fg": 1264, "rotates": false }, - { "id": [ "rag", "chestwrap", "nomex", "neoprene", "tinder" ], "fg": 1262, "rotates": false }, - { "id": "ragpouch", "fg": 3677, "rotates": false }, + { "id": "r_carpet", "fg": 1653, "rotates": false }, + { "id": [ "rad_badge", "wrapped_rad_badge" ], "fg": 1636, "rotates": false }, + { "id": "radio", "fg": 1553, "rotates": false }, + { "id": "radio_car", "fg": 1578, "rotates": false }, + { "id": "radio_car_on", "fg": 1579, "rotates": false }, + { "id": "radio_on", "fg": 1555, "rotates": false }, + { "id": "rag_bloody", "fg": 1290, "rotates": false }, + { "id": [ "rag", "chestwrap", "nomex", "neoprene", "tinder" ], "fg": 1288, "rotates": false }, + { "id": "ragpouch", "fg": 3703, "rotates": false }, { "id": [ "rapier_fake", "fencing_foil", "fencing_epee", "fencing_sabre", "estoc", "estoc_fake", "rapier" ], - "fg": 1554, + "fg": 1580, "rotates": false }, - { "id": [ "raw_hleather", "raw_tainted_leather", "raw_leather" ], "fg": 977, "rotates": false }, - { "id": [ "raw_tainted_fur", "raw_fur" ], "fg": 974, "rotates": false }, - { "id": "razor_blade", "fg": 1960, "rotates": false }, - { "id": [ "razorclaw_roe", "egg_fish" ], "fg": 2136, "rotates": false }, - { "id": [ "rebar", "spear_rebar", "spear_steel", "spear_pipe", "flute" ], "fg": 1365, "rotates": false }, - { "id": "recharge_station", "fg": 3531, "rotates": false }, + { "id": [ "raw_hleather", "raw_tainted_leather", "raw_leather" ], "fg": 1003, "rotates": false }, + { "id": [ "raw_tainted_fur", "raw_fur" ], "fg": 1000, "rotates": false }, + { "id": "razor_blade", "fg": 1986, "rotates": false }, + { "id": [ "razorclaw_roe", "egg_fish" ], "fg": 2162, "rotates": false }, + { "id": [ "rebar", "spear_rebar", "spear_steel", "spear_pipe", "flute" ], "fg": 1391, "rotates": false }, + { "id": "recharge_station", "fg": 3557, "rotates": false }, { "id": [ "recipe_alpha", @@ -3749,7 +3758,7 @@ "holybook_granth", "holybook_scientology" ], - "fg": 2106, + "fg": 2132, "rotates": false }, { @@ -3771,30 +3780,30 @@ "necropolis_leaflet", "black_box_transcript" ], - "fg": 2115, + "fg": 2141, "rotates": false }, - { "id": "ref_lighter", "fg": 1555, "rotates": false }, - { "id": "ref_lighter_dare", "fg": 1556, "rotates": false }, - { "id": "ref_lighter_on", "fg": 1557, "rotates": false }, - { "id": "ref_lighter_string", "fg": 1715, "rotates": false }, - { "id": [ "reference_cooking", "reference_fabrication1" ], "fg": 2041, "rotates": false }, + { "id": "ref_lighter", "fg": 1581, "rotates": false }, + { "id": "ref_lighter_dare", "fg": 1582, "rotates": false }, + { "id": "ref_lighter_on", "fg": 1583, "rotates": false }, + { "id": "ref_lighter_string", "fg": 1741, "rotates": false }, + { "id": [ "reference_cooking", "reference_fabrication1" ], "fg": 2067, "rotates": false }, { "id": [ "rehydrated_fruit", "juice_pulp", "can_spam", "can_tuna", "can_salmon", "can_catfood", "chem_anfo", "catfood" ], - "fg": 2201, + "fg": 2227, "rotates": false }, { "id": [ "rehydrated_meat", "rehydrated_hflesh", "apple_canned", "apple_sugar", "meat_pickled", "human_pickled" ], - "fg": 2202, + "fg": 2228, "rotates": false }, - { "id": [ "rehydrated_veggy", "veggy_pickled" ], "fg": 2203, "rotates": false }, - { "id": [ "reinforced_glass_sheet", "reinforced_glass_pane" ], "fg": 1911, "rotates": false }, - { "id": [ "reinforced_solar_panel", "reinforced_solar_panel_v2" ], "fg": 2077, "rotates": false }, - { "id": [ "reloaded_5x50dart", "5x50heavy", "5x50dart" ], "fg": 1179, "rotates": false }, - { "id": [ "remotevehcontrol", "radiocontrol" ], "fg": 1551, "rotates": false }, - { "id": "resin_cord", "fg": 1063, "rotates": false }, + { "id": [ "rehydrated_veggy", "veggy_pickled" ], "fg": 2229, "rotates": false }, + { "id": [ "reinforced_glass_sheet", "reinforced_glass_pane" ], "fg": 1937, "rotates": false }, + { "id": [ "reinforced_solar_panel", "reinforced_solar_panel_v2" ], "fg": 2103, "rotates": false }, + { "id": [ "reloaded_5x50dart", "5x50heavy", "5x50dart" ], "fg": 1205, "rotates": false }, + { "id": [ "remotevehcontrol", "radiocontrol" ], "fg": 1577, "rotates": false }, + { "id": "resin_cord", "fg": 1089, "rotates": false }, { "id": [ "retool_45", @@ -3887,7 +3896,7 @@ "makeshift_bayonet", "briefcase_smg" ], - "fg": 1343, + "fg": 1369, "rotates": false }, { @@ -3905,7 +3914,7 @@ "ksg", "shotgun_410" ], - "fg": 1313, + "fg": 1339, "rotates": false }, { @@ -3925,7 +3934,7 @@ "ksub2000", "rm88_battle_rifle" ], - "fg": 1305, + "fg": 1331, "rotates": false }, { @@ -3942,48 +3951,48 @@ "shark_suit_faraday", "chainmail_hauberk" ], - "fg": 1615, - "rotates": false - }, - { "id": "rm4502", "fg": 1284, "rotates": false }, - { "id": "rm4504", "fg": 1285, "rotates": false }, - { "id": "robe", "fg": 1777, "rotates": false }, - { "id": "robot_controls", "fg": 2010, "rotates": false }, - { "id": "rock_quern", "fg": 1561, "rotates": false }, - { "id": [ "rock" ], "fg": 1258, "rotates": false }, - { "id": "rock_sock", "fg": 1962, "rotates": false }, - { "id": "rocket_core", "fg": 1558, "rotates": false }, - { "id": "rocket_core_act", "fg": 1559, "rotates": false }, - { "id": [ "rollerskates", "roller_blades" ], "fg": 3723, "rotates": false }, - { "id": [ "rolling_paper", "aluminum_foil", "wrapper" ], "fg": 1157, "rotates": false }, - { "id": "rollmat", "fg": 1632, "rotates": false }, - { "id": [ "rope_6", "rope_makeshift_30", "rope_makeshift_6", "rope_30" ], "fg": 1963, "rotates": false }, - { "id": "royal_jelly", "fg": 1028, "rotates": false }, - { "id": "royal_jelly_sap", "fg": 1027, "rotates": false }, + "fg": 1641, + "rotates": false + }, + { "id": "rm4502", "fg": 1310, "rotates": false }, + { "id": "rm4504", "fg": 1311, "rotates": false }, + { "id": "robe", "fg": 1803, "rotates": false }, + { "id": "robot_controls", "fg": 2036, "rotates": false }, + { "id": "rock_quern", "fg": 1587, "rotates": false }, + { "id": [ "rock" ], "fg": 1284, "rotates": false }, + { "id": "rock_sock", "fg": 1988, "rotates": false }, + { "id": "rocket_core", "fg": 1584, "rotates": false }, + { "id": "rocket_core_act", "fg": 1585, "rotates": false }, + { "id": [ "rollerskates", "roller_blades" ], "fg": 3749, "rotates": false }, + { "id": [ "rolling_paper", "aluminum_foil", "wrapper" ], "fg": 1183, "rotates": false }, + { "id": "rollmat", "fg": 1658, "rotates": false }, + { "id": [ "rope_6", "rope_makeshift_30", "rope_makeshift_6", "rope_30" ], "fg": 1989, "rotates": false }, + { "id": "royal_jelly", "fg": 1054, "rotates": false }, + { "id": "royal_jelly_sap", "fg": 1053, "rotates": false }, { "id": [ "rubber_slug", "canister_goo", "bot_fungal_boil", "bot_fungal_boil_egg" ], - "fg": 1107, + "fg": 1133, "rotates": false }, - { "id": [ "ruger1022bigmag", "mp5mag" ], "fg": 1281 }, - { "id": "ruined_chunks", "fg": 2177, "rotates": false }, - { "id": [ "rx12_injector", "rx11_stimpack" ], "fg": 1322, "rotates": false }, + { "id": [ "ruger1022bigmag", "mp5mag" ], "fg": 1307 }, + { "id": "ruined_chunks", "fg": 2203, "rotates": false }, + { "id": [ "rx12_injector", "rx11_stimpack" ], "fg": 1348, "rotates": false }, { "id": [ "sac_purse_clean_water_ankle", "sac_purse_clean_water_arm", "sac_purse_clean_water_leg", "sac_purse_clean_water" ], - "fg": 1716, + "fg": 1742, "rotates": false }, - { "id": [ "sac_purse", "sac_purse_ankle", "sac_purse_arm", "sac_purse_leg" ], "fg": 1123, "rotates": false }, - { "id": [ "sac_treated", "sac_empty" ], "fg": 1122, "rotates": false }, - { "id": "saddle", "fg": 3534, "rotates": false }, - { "id": [ "saiga_12", "m1918", "saiga_410" ], "fg": 1326, "rotates": false }, - { "id": [ "sandwich_cucumber", "sandwich_veggy" ], "fg": 1041, "rotates": false }, + { "id": [ "sac_purse", "sac_purse_ankle", "sac_purse_arm", "sac_purse_leg" ], "fg": 1149, "rotates": false }, + { "id": [ "sac_treated", "sac_empty" ], "fg": 1148, "rotates": false }, + { "id": "saddle", "fg": 3560, "rotates": false }, + { "id": [ "saiga_12", "m1918", "saiga_410" ], "fg": 1352, "rotates": false }, + { "id": [ "sandwich_cucumber", "sandwich_veggy" ], "fg": 1067, "rotates": false }, { "id": [ "sandwich_pbh", "sandwich_cheese_grilled", "sandwich_cheese", "sandwich_honey", "sandwich_pbm", "fish_sandwich" ], - "fg": 1040, + "fg": 1066, "rotates": false }, - { "id": [ "sandwich_pbj", "blt", "sandwich_jam" ], "fg": 1042, "rotates": false }, + { "id": [ "sandwich_pbj", "blt", "sandwich_jam" ], "fg": 1068, "rotates": false }, { "id": [ "sandwich_t", @@ -4001,11 +4010,11 @@ "sandwich_sauce", "spider_steak_sandwich" ], - "fg": 1043, + "fg": 1069, "rotates": false }, - { "id": [ "sauce_pesto", "seasoning_italian", "tea_raw", "fertilizer" ], "fg": 2185, "rotates": false }, - { "id": [ "sauce_red", "ketchup", "fruit_cooked", "jam_fruit" ], "fg": 2186, "rotates": false }, + { "id": [ "sauce_pesto", "seasoning_italian", "tea_raw", "fertilizer" ], "fg": 2211, "rotates": false }, + { "id": [ "sauce_red", "ketchup", "fruit_cooked", "jam_fruit" ], "fg": 2212, "rotates": false }, { "id": [ "sausage", @@ -4020,16 +4029,16 @@ "h_currywurst", "sweet_sausage" ], - "fg": 1011, + "fg": 1037, "rotates": false }, - { "id": "sausage_wasteland", "fg": 965, "rotates": false }, - { "id": "saw", "fg": 1477, "rotates": false }, - { "id": "saxophone", "fg": 1717, "rotates": false }, - { "id": "scalpel", "fg": 1562, "rotates": false }, + { "id": "sausage_wasteland", "fg": 991, "rotates": false }, + { "id": "saw", "fg": 1503, "rotates": false }, + { "id": "saxophone", "fg": 1743, "rotates": false }, + { "id": "scalpel", "fg": 1588, "rotates": false }, { "id": [ "scarf_fur", "scarf_fur_long", "scarf_fur_long_loose", "scarf_fur_loose" ], - "fg": 1719, + "fg": 1745, "rotates": false }, { @@ -4047,21 +4056,21 @@ "scarf_loose", "scarf" ], - "fg": 1718, + "fg": 1744, "rotates": false }, - { "id": "scissors", "fg": 1563, "rotates": false }, - { "id": "scrambler", "fg": 1166, "rotates": false }, - { "id": "scrambler_act", "fg": 1159, "rotates": false }, - { "id": [ "scrap_bronze", "scrap_copper", "copper" ], "fg": 1212, "rotates": false }, - { "id": "screwdriver", "fg": 1414, "rotates": false }, - { "id": "screwdriver_set", "fg": 1415, "rotates": false }, - { "id": "scythe", "fg": 1564, "rotates": false }, - { "id": "scythe_war", "fg": 1991, "rotates": false }, - { "id": "seat", "fg": 2067, "rotates": false }, - { "id": "seed_blueberries", "fg": 2179, "rotates": false }, - { "id": [ "seed_mushroom_morel", "fungal_seeds", "seed_mushroom" ], "fg": 2167, "rotates": false }, - { "id": "seed_rhubarb", "fg": 988, "rotates": false }, + { "id": "scissors", "fg": 1589, "rotates": false }, + { "id": "scrambler", "fg": 1192, "rotates": false }, + { "id": "scrambler_act", "fg": 1185, "rotates": false }, + { "id": [ "scrap_bronze", "scrap_copper", "copper" ], "fg": 1238, "rotates": false }, + { "id": "screwdriver", "fg": 1440, "rotates": false }, + { "id": "screwdriver_set", "fg": 1441, "rotates": false }, + { "id": "scythe", "fg": 1590, "rotates": false }, + { "id": "scythe_war", "fg": 2017, "rotates": false }, + { "id": "seat", "fg": 2093, "rotates": false }, + { "id": "seed_blueberries", "fg": 2205, "rotates": false }, + { "id": [ "seed_mushroom_morel", "fungal_seeds", "seed_mushroom" ], "fg": 2193, "rotates": false }, + { "id": "seed_rhubarb", "fg": 1014, "rotates": false }, { "id": [ "seed_wheat", @@ -4103,7 +4112,7 @@ "seed_chili_pepper", "pistachio" ], - "fg": 2170, + "fg": 2196, "rotates": false }, { @@ -4160,40 +4169,40 @@ "wash_whiskey", "choc_drink" ], - "fg": 2127, - "rotates": false - }, - { "id": [ "sf_watch", "gold_watch", "platinum_watch", "silver_watch" ], "fg": 1821, "rotates": false }, - { "id": "sharp_rock", "fg": 1964, "rotates": false }, - { "id": "sharp_toothbrush", "fg": 1965, "rotates": false }, - { "id": [ "shavingkit", "survivor_shavingkit" ], "fg": 1566, "rotates": false }, - { "id": "sheet_metal_lit", "fg": 1967, "rotates": false }, - { "id": "sheet_metal_small", "fg": 1260, "rotates": false }, - { "id": "shelter_kit", "fg": 2065, "rotates": false }, - { "id": [ "sheriffshirt", "longshirt" ], "fg": 1792, "rotates": false }, - { "id": "shield_buckler", "fg": 1840, "rotates": false }, - { "id": "shield_heater", "fg": 1841, "rotates": false }, - { "id": "shield_hoplon", "fg": 1842, "rotates": false }, - { "id": "shield_kite", "fg": 1843, "rotates": false }, - { "id": "shield_round", "fg": 1844, "rotates": false }, - { "id": "shield_scutum", "fg": 1845, "rotates": false }, - { "id": "shield_wooden", "fg": 1846, "rotates": false }, - { "id": "shield_wooden_large", "fg": 1847, "rotates": false }, - { "id": [ "shishkebab_off", "firemachete_off" ], "fg": 1450, "rotates": false }, - { "id": [ "shishkebab_on", "firemachete_on" ], "fg": 1451, "rotates": false }, - { "id": "shock_staff", "fg": 1568, "rotates": false }, - { "id": [ "shockcannon", "shockcannon_plut", "shockcannon_ups", "emp_gun" ], "fg": 1312, "rotates": false }, - { "id": "shocktonfa_on", "fg": 1369, "rotates": false }, - { "id": "shoes_bowling", "fg": 1807, "rotates": false }, - { "id": [ "sholster", "bootstrap" ], "fg": 1762, "rotates": false }, + "fg": 2153, + "rotates": false + }, + { "id": [ "sf_watch", "gold_watch", "platinum_watch", "silver_watch" ], "fg": 1847, "rotates": false }, + { "id": "sharp_rock", "fg": 1990, "rotates": false }, + { "id": "sharp_toothbrush", "fg": 1991, "rotates": false }, + { "id": [ "shavingkit", "survivor_shavingkit" ], "fg": 1592, "rotates": false }, + { "id": "sheet_metal_lit", "fg": 1993, "rotates": false }, + { "id": "sheet_metal_small", "fg": 1286, "rotates": false }, + { "id": "shelter_kit", "fg": 2091, "rotates": false }, + { "id": [ "sheriffshirt", "longshirt" ], "fg": 1818, "rotates": false }, + { "id": "shield_buckler", "fg": 1866, "rotates": false }, + { "id": "shield_heater", "fg": 1867, "rotates": false }, + { "id": "shield_hoplon", "fg": 1868, "rotates": false }, + { "id": "shield_kite", "fg": 1869, "rotates": false }, + { "id": "shield_round", "fg": 1870, "rotates": false }, + { "id": "shield_scutum", "fg": 1871, "rotates": false }, + { "id": "shield_wooden", "fg": 1872, "rotates": false }, + { "id": "shield_wooden_large", "fg": 1873, "rotates": false }, + { "id": [ "shishkebab_off", "firemachete_off" ], "fg": 1476, "rotates": false }, + { "id": [ "shishkebab_on", "firemachete_on" ], "fg": 1477, "rotates": false }, + { "id": "shock_staff", "fg": 1594, "rotates": false }, + { "id": [ "shockcannon", "shockcannon_plut", "shockcannon_ups", "emp_gun" ], "fg": 1338, "rotates": false }, + { "id": "shocktonfa_on", "fg": 1395, "rotates": false }, + { "id": "shoes_bowling", "fg": 1833, "rotates": false }, + { "id": [ "sholster", "bootstrap" ], "fg": 1788, "rotates": false }, { "id": [ "shortbow", "recurbow", "reflexbow", "longbow", "hybridbow", "reflexrecurvebow", "selfbow" ], - "fg": 1334, + "fg": 1360, "rotates": false }, - { "id": "shorts_cargo", "fg": 3710, "rotates": false }, - { "id": [ "shorts_denim", "b_shorts" ], "fg": 3711, "rotates": false }, - { "id": [ "shorts", "under_armor_shorts" ], "fg": 3709, "rotates": false }, + { "id": "shorts_cargo", "fg": 3736, "rotates": false }, + { "id": [ "shorts_denim", "b_shorts" ], "fg": 3737, "rotates": false }, + { "id": [ "shorts", "under_armor_shorts" ], "fg": 3735, "rotates": false }, { "id": [ "shot_bird", @@ -4231,12 +4240,12 @@ "shot_410_slug", "shot_410_slug_reloaded" ], - "fg": 1180, + "fg": 1206, "rotates": false }, { "id": [ "shotgun_primer", "smpistol_primer", "lgpistol_primer", "smrifle_primer", "lgrifle_primer" ], - "fg": 1241, + "fg": 1267, "rotates": false }, { @@ -4254,13 +4263,13 @@ "410_pipe_shotgun", "m6_asw" ], - "fg": 1314, + "fg": 1340, "rotates": false }, - { "id": "shotgun_sawn", "fg": 1337, "rotates": false }, - { "id": "shotgun_trap", "fg": 2095, "rotates": false }, - { "id": "shrapnel", "fg": 1248, "rotates": false }, - { "id": "sickle", "fg": 1570, "rotates": false }, + { "id": "shotgun_sawn", "fg": 1363, "rotates": false }, + { "id": "shotgun_trap", "fg": 2121, "rotates": false }, + { "id": "shrapnel", "fg": 1274, "rotates": false }, + { "id": "sickle", "fg": 1596, "rotates": false }, { "id": [ "sig552", @@ -4278,62 +4287,62 @@ "rm2000_smg", "paintballgun" ], - "fg": 1301, + "fg": 1327, "rotates": false }, - { "id": [ "silver_bracelet", "rad_monitor" ], "fg": 1668, "rotates": false }, - { "id": "silver_ear", "fg": 1780, "rotates": false }, - { "id": "sinew", "fg": 1242, "rotates": false }, - { "id": "skirt_leather", "fg": 3727, "rotates": false }, - { "id": "sleeping_bag", "fg": 1639, "rotates": false }, - { "id": "slime_scrap", "fg": 2187, "rotates": false }, - { "id": "sling", "fg": 1338, "rotates": false }, - { "id": "slingshot", "fg": 1339, "rotates": false }, - { "id": [ "sm_extinguisher", "extinguisher" ], "fg": 1440, "rotates": false }, - { "id": [ "small_charcoal", "small_coal" ], "fg": 2164, "rotates": false }, - { "id": "small_lcd_screen", "fg": 1968, "rotates": false }, - { "id": [ "small_relic", "holy_symbol" ], "fg": 3701, "rotates": false }, + { "id": [ "silver_bracelet", "rad_monitor" ], "fg": 1694, "rotates": false }, + { "id": "silver_ear", "fg": 1806, "rotates": false }, + { "id": "sinew", "fg": 1268, "rotates": false }, + { "id": "skirt_leather", "fg": 3753, "rotates": false }, + { "id": "sleeping_bag", "fg": 1665, "rotates": false }, + { "id": "slime_scrap", "fg": 2213, "rotates": false }, + { "id": "sling", "fg": 1364, "rotates": false }, + { "id": "slingshot", "fg": 1365, "rotates": false }, + { "id": [ "sm_extinguisher", "extinguisher" ], "fg": 1466, "rotates": false }, + { "id": [ "small_charcoal", "small_coal" ], "fg": 2190, "rotates": false }, + { "id": "small_lcd_screen", "fg": 1994, "rotates": false }, + { "id": [ "small_relic", "holy_symbol" ], "fg": 3727, "rotates": false }, { "id": [ "small_repairkit", "large_repairkit", "misc_repairkit", "weather_reader", "briefcase", "l_HFPack" ], - "fg": 1344, + "fg": 1370, "rotates": false }, { "id": [ "smart_lamp", "gasoline_lantern", "electric_lantern", "oxylamp", "atomic_lamp_off", "oil_lamp" ], - "fg": 1531, + "fg": 1557, "rotates": false }, { "id": [ "smart_lamp_on", "gasoline_lantern_on", "electric_lantern_on", "oxylamp_on", "oil_lamp_on" ], - "fg": 1532, + "fg": 1558, "rotates": false }, { "id": [ "smg_22_mag", "smg_38_mag", "smg_40_mag", "smg_45_mag", "smg_9mm_mag", "brute_shot_mag", "nailmag" ], - "fg": 1282 + "fg": 1308 }, - { "id": "smoke_machine", "fg": 1571, "rotates": false }, - { "id": "smoke_machine_act", "fg": 1572, "rotates": false }, - { "id": "smoke_machine_unpreped", "fg": 1573, "rotates": false }, - { "id": "smokebomb", "fg": 1168, "rotates": false }, - { "id": "smokebomb_act", "fg": 1162, "rotates": false }, + { "id": "smoke_machine", "fg": 1597, "rotates": false }, + { "id": "smoke_machine_act", "fg": 1598, "rotates": false }, + { "id": "smoke_machine_unpreped", "fg": 1599, "rotates": false }, + { "id": "smokebomb", "fg": 1194, "rotates": false }, + { "id": "smokebomb_act", "fg": 1188, "rotates": false }, { "id": [ "smoxygen_tank", "scuba_tank", "scuba_tank_on", "small_scuba_tank", "small_scuba_tank_on" ], - "fg": 1534, + "fg": 1560, "rotates": false }, - { "id": "snare_trigger", "fg": 2092, "rotates": false }, + { "id": "snare_trigger", "fg": 2118, "rotates": false }, { "id": [ "sneakers", "dance_shoes", "shoes_birchbark", "dress_shoes", "roller_shoes_on", "roller_shoes_off" ], - "fg": 1808, + "fg": 1834, "rotates": false }, - { "id": "snuggie", "fg": 1640, "rotates": false }, - { "id": "soap", "fg": 1249, "rotates": false }, - { "id": [ "socks", "tabi_gi", "socks_bowling", "sockmitts" ], "fg": 1646, "rotates": false }, - { "id": [ "socks_wool", "geta" ], "fg": 1647, "rotates": false }, - { "id": "solar_cell", "fg": 1259, "rotates": false }, - { "id": [ "solar_panel", "solar_panel_v2", "solar_panel_v3", "f_solar_unit" ], "fg": 2078, "rotates": false }, + { "id": "snuggie", "fg": 1666, "rotates": false }, + { "id": "soap", "fg": 1275, "rotates": false }, + { "id": [ "socks", "tabi_gi", "socks_bowling", "sockmitts" ], "fg": 1672, "rotates": false }, + { "id": [ "socks_wool", "geta" ], "fg": 1673, "rotates": false }, + { "id": "solar_cell", "fg": 1285, "rotates": false }, + { "id": [ "solar_panel", "solar_panel_v2", "solar_panel_v3", "f_solar_unit" ], "fg": 2104, "rotates": false }, { "id": [ "solarpack", @@ -4348,13 +4357,13 @@ "makeshift_knapsack", "camelbak" ], - "fg": 1129, + "fg": 1155, "rotates": false }, - { "id": "solder_wire", "fg": 1250, "rotates": false }, - { "id": "soldering_iron", "fg": 1416, "rotates": false }, - { "id": "soulcube_charging", "fg": 2019, "rotates": false }, - { "id": "soulcube_on", "fg": 2018, "rotates": false }, + { "id": "solder_wire", "fg": 1276, "rotates": false }, + { "id": "soldering_iron", "fg": 1442, "rotates": false }, + { "id": "soulcube_charging", "fg": 2045, "rotates": false }, + { "id": "soulcube_on", "fg": 2044, "rotates": false }, { "id": [ "soup_fish", @@ -4368,7 +4377,7 @@ "oxygen_tank", "oxygen_cylinder" ], - "fg": 2116, + "fg": 2142, "rotates": false }, { @@ -4402,17 +4411,17 @@ "plut_slurry_dense", "gas_chloramine" ], - "fg": 2128, + "fg": 2154, "rotates": false }, - { "id": [ "spaghetti_bolognese", "spaghetti_human", "chili", "chili_human" ], "fg": 1046, "rotates": false }, - { "id": "spaghetti_cooked", "fg": 1151, "rotates": false }, - { "id": "spaghetti_pesto", "fg": 1047, "rotates": false }, - { "id": [ "spaghetti_raw", "cracklins", "porkstick", "mre_hotdog" ], "fg": 984, "rotates": false }, - { "id": "spear_copper", "fg": 1970, "rotates": false }, - { "id": "spear_dory", "fg": 1266, "rotates": false }, - { "id": [ "spear_forked", "pitchfork" ], "fg": 1949, "rotates": false }, - { "id": "spear_survivor", "fg": 1969, "rotates": false }, + { "id": [ "spaghetti_bolognese", "spaghetti_human", "chili", "chili_human" ], "fg": 1072, "rotates": false }, + { "id": "spaghetti_cooked", "fg": 1177, "rotates": false }, + { "id": "spaghetti_pesto", "fg": 1073, "rotates": false }, + { "id": [ "spaghetti_raw", "cracklins", "porkstick", "mre_hotdog" ], "fg": 1010, "rotates": false }, + { "id": "spear_copper", "fg": 1996, "rotates": false }, + { "id": "spear_dory", "fg": 1292, "rotates": false }, + { "id": [ "spear_forked", "pitchfork" ], "fg": 1975, "rotates": false }, + { "id": "spear_survivor", "fg": 1995, "rotates": false }, { "id": [ "speargun", @@ -4450,30 +4459,30 @@ "rifle_45", "bbgun" ], - "fg": 1303, - "rotates": false - }, - { "id": "spess_chunk", "fg": 1574 }, - { "id": "spider_brain", "fg": 966, "rotates": false }, - { "id": [ "spider_egg", "cotton_ball" ], "fg": 2137, "rotates": false }, - { "id": "spider_steak", "fg": 2225, "rotates": false }, - { "id": "spider_steak_fried", "fg": 2226, "rotates": false }, - { "id": "spike", "fg": 1971, "rotates": false }, - { "id": "spiked_plate", "fg": 1972, "rotates": false }, - { "id": [ "spiked_rocket", "explosive_hm_rocket" ], "fg": 1216, "rotates": false }, - { "id": "spiral_stone", "fg": 1603, "rotates": false }, - { "id": "splinter", "fg": 1973, "rotates": false }, - { "id": "sponge", "fg": 2020, "rotates": false }, - { "id": "spoon", "fg": 1974, "rotates": false }, - { "id": [ "spork", "foon", "fork" ], "fg": 1908, "rotates": false }, - { "id": "spray_can", "fg": 1575, "rotates": false }, - { "id": "spring", "fg": 1975, "rotates": false }, - { "id": "stamina_vial", "fg": 1147, "rotates": false }, - { "id": "stanag50", "fg": 1288 }, - { "id": "steel_chunk", "fg": 2165, "rotates": false }, - { "id": "steel_lump", "fg": 1261, "rotates": false }, - { "id": [ "steel_plate", "bone_plate" ], "fg": 3740, "rotates": false }, - { "id": [ "steel_rail", "rebar_rail" ], "fg": 1245, "rotates": false }, + "fg": 1329, + "rotates": false + }, + { "id": "spess_chunk", "fg": 1600 }, + { "id": "spider_brain", "fg": 992, "rotates": false }, + { "id": [ "spider_egg", "cotton_ball" ], "fg": 2163, "rotates": false }, + { "id": "spider_steak", "fg": 2251, "rotates": false }, + { "id": "spider_steak_fried", "fg": 2252, "rotates": false }, + { "id": "spike", "fg": 1997, "rotates": false }, + { "id": "spiked_plate", "fg": 1998, "rotates": false }, + { "id": [ "spiked_rocket", "explosive_hm_rocket" ], "fg": 1242, "rotates": false }, + { "id": "spiral_stone", "fg": 1629, "rotates": false }, + { "id": "splinter", "fg": 1999, "rotates": false }, + { "id": "sponge", "fg": 2046, "rotates": false }, + { "id": "spoon", "fg": 2000, "rotates": false }, + { "id": [ "spork", "foon", "fork" ], "fg": 1934, "rotates": false }, + { "id": "spray_can", "fg": 1601, "rotates": false }, + { "id": "spring", "fg": 2001, "rotates": false }, + { "id": "stamina_vial", "fg": 1173, "rotates": false }, + { "id": "stanag50", "fg": 1314 }, + { "id": "steel_chunk", "fg": 2191, "rotates": false }, + { "id": "steel_lump", "fg": 1287, "rotates": false }, + { "id": [ "steel_plate", "bone_plate" ], "fg": 3766, "rotates": false }, + { "id": [ "steel_rail", "rebar_rail" ], "fg": 1271, "rotates": false }, { "id": [ "stenmag", @@ -4491,85 +4500,85 @@ "tec9mag", "mac11mag" ], - "fg": 1289 + "fg": 1315 }, - { "id": "stepladder", "fg": 1576, "rotates": false }, - { "id": [ "stethoscope", "wristrocket" ], "fg": 1347, "rotates": false }, - { "id": "steyr_aug", "fg": 1340, "rotates": false }, - { "id": "stick", "fg": 1977, "rotates": false }, - { "id": "stick_long", "fg": 1976, "rotates": false }, - { "id": [ "stimpack_ammo", "ampoule" ], "fg": 1186, "rotates": false }, + { "id": "stepladder", "fg": 1602, "rotates": false }, + { "id": [ "stethoscope", "wristrocket" ], "fg": 1373, "rotates": false }, + { "id": "steyr_aug", "fg": 1366, "rotates": false }, + { "id": "stick", "fg": 2003, "rotates": false }, + { "id": "stick_long", "fg": 2002, "rotates": false }, + { "id": [ "stimpack_ammo", "ampoule" ], "fg": 1212, "rotates": false }, { "id": [ "stockings", "stockings_tent_legs", "stockings_tent_arms", "leggings" ], - "fg": 3674, + "fg": 3700, "rotates": false }, { "id": [ "stomach_boiled", "hstomach_boiled", "small_stomach_boiled", "small_hstomach_boiled" ], - "fg": 962, - "rotates": false - }, - { "id": [ "stomach_large", "hstomach", "hstomach_large", "stomach" ], "fg": 2227, "rotates": false }, - { "id": "straw_basket", "fg": 1136, "rotates": false }, - { "id": "straw_doll", "fg": 1583, "rotates": false }, - { "id": [ "straw_hat", "hat_sombrero", "straw_fedora" ], "fg": 1670, "rotates": false }, - { "id": "straw_pile", "fg": 985, "rotates": false }, - { "id": [ "striped_pants", "zubon_gi", "fencing_pants", "winter_pants_army" ], "fg": 1771, "rotates": false }, - { "id": [ "striped_shirt", "dress_shirt" ], "fg": 1789, "rotates": false }, - { "id": [ "styrofoam_cup", "cup_plastic" ], "fg": 1102, "rotates": false }, - { "id": "sugar_beet", "fg": 1007, "rotates": false }, - { "id": "sugar_fried", "fg": 2181, "rotates": false }, - { "id": "suit", "fg": 3728, "rotates": false }, - { "id": [ "suitcase_l", "radio_car_box" ], "fg": 1345, "rotates": false }, - { "id": "suitcase_m", "fg": 1346, "rotates": false }, - { "id": [ "sundress", "sleeveless_tunic", "tunic", "gown", "dress" ], "fg": 1788, "rotates": false }, - { "id": "sunglasses", "fg": 1812, "rotates": false }, - { "id": "superglue", "fg": 1872, "rotates": false }, - { "id": [ "survival_kit", "survival_kit_box", "cuvettes" ], "fg": 2056, "rotates": false }, - { "id": [ "survivor223mag", "m14smallmag", "blrmag", "m2010mag", "ruger1022mag", "ruger5" ], "fg": 1286 }, - { "id": [ "survivor_belt", "survivor_belt_notools", "tool_belt" ], "fg": 3734, "rotates": false }, - { "id": "survivor_hairtrimmer", "fg": 1577, "rotates": false }, - { "id": [ "survivor_light", "wearable_light" ], "fg": 1704, "rotates": false }, - { "id": [ "survivor_machete", "machete" ], "fg": 1509, "rotates": false }, - { "id": "survivor_scope", "fg": 1578, "rotates": false }, - { "id": [ "survivor_suit", "xlsurvivor_suit" ], "fg": 1724, "rotates": false }, - { "id": [ "survivor_vest", "chestrig" ], "fg": 1775, "rotates": false }, + "fg": 988, + "rotates": false + }, + { "id": [ "stomach_large", "hstomach", "hstomach_large", "stomach" ], "fg": 2253, "rotates": false }, + { "id": "straw_basket", "fg": 1162, "rotates": false }, + { "id": "straw_doll", "fg": 1609, "rotates": false }, + { "id": [ "straw_hat", "hat_sombrero", "straw_fedora" ], "fg": 1696, "rotates": false }, + { "id": "straw_pile", "fg": 1011, "rotates": false }, + { "id": [ "striped_pants", "zubon_gi", "fencing_pants", "winter_pants_army" ], "fg": 1797, "rotates": false }, + { "id": [ "striped_shirt", "dress_shirt" ], "fg": 1815, "rotates": false }, + { "id": [ "styrofoam_cup", "cup_plastic" ], "fg": 1128, "rotates": false }, + { "id": "sugar_beet", "fg": 1033, "rotates": false }, + { "id": "sugar_fried", "fg": 2207, "rotates": false }, + { "id": "suit", "fg": 3754, "rotates": false }, + { "id": [ "suitcase_l", "radio_car_box" ], "fg": 1371, "rotates": false }, + { "id": "suitcase_m", "fg": 1372, "rotates": false }, + { "id": [ "sundress", "sleeveless_tunic", "tunic", "gown", "dress" ], "fg": 1814, "rotates": false }, + { "id": "sunglasses", "fg": 1838, "rotates": false }, + { "id": "superglue", "fg": 1898, "rotates": false }, + { "id": [ "survival_kit", "survival_kit_box", "cuvettes" ], "fg": 2082, "rotates": false }, + { "id": [ "survivor223mag", "m14smallmag", "blrmag", "m2010mag", "ruger1022mag", "ruger5" ], "fg": 1312 }, + { "id": [ "survivor_belt", "survivor_belt_notools", "tool_belt" ], "fg": 3760, "rotates": false }, + { "id": "survivor_hairtrimmer", "fg": 1603, "rotates": false }, + { "id": [ "survivor_light", "wearable_light" ], "fg": 1730, "rotates": false }, + { "id": [ "survivor_machete", "machete" ], "fg": 1535, "rotates": false }, + { "id": "survivor_scope", "fg": 1604, "rotates": false }, + { "id": [ "survivor_suit", "xlsurvivor_suit" ], "fg": 1750, "rotates": false }, + { "id": [ "survivor_vest", "chestrig" ], "fg": 1801, "rotates": false }, { "id": [ "survivormap", "militarymap", "restaurantmap", "touristmap", "trailmap", "roadmap" ], - "fg": 1961, - "rotates": false - }, - { "id": [ "sushi_fishroll", "sushi_meatroll", "sushi_veggyroll" ], "fg": 1031, "rotates": false }, - { "id": "swage", "fg": 1579, "rotates": false }, - { "id": "swat_armor", "fg": 1621, "rotates": false }, - { "id": [ "swat_shield_act", "swat_shield" ], "fg": 1848, "rotates": false }, - { "id": "sweater", "fg": 3730, "rotates": false }, - { "id": "sweatshirt", "fg": 3729, "rotates": false }, - { "id": "sweetbread", "fg": 2215, "rotates": false }, - { "id": "swim_fins", "fg": 3731, "rotates": false }, - { "id": "sword_crude", "fg": 1391, "rotates": false }, - { "id": "sword_nail", "fg": 1978, "rotates": false }, - { "id": "sword_wood", "fg": 1394, "rotates": false }, - { "id": "sword_xiphos", "fg": 1580, "rotates": false }, - { "id": "syringe", "fg": 1581, "rotates": false }, - { "id": [ "tac_helmet", "helmet_hsurvivor", "hat_newsboy" ], "fg": 1836, "rotates": false }, - { "id": [ "tailors_kit", "sewing_kit" ], "fg": 1565, "rotates": false }, - { "id": [ "tallow", "lard", "caff_gum" ], "fg": 1024, "rotates": false }, - { "id": [ "tallow_tainted", "material_aluminium_ingot" ], "fg": 1025, "rotates": false }, - { "id": "tanned_hide", "fg": 979, "rotates": false }, - { "id": "tanned_pelt", "fg": 976, "rotates": false }, - { "id": "tanning_hide", "fg": 980, "rotates": false }, - { "id": "tanning_pelt", "fg": 981, "rotates": false }, - { "id": "tarp", "fg": 1671, "rotates": false }, - { "id": "tazer", "fg": 1585, "rotates": false }, - { "id": "teapot", "fg": 1890, "rotates": false }, - { "id": "teddy", "fg": 1584, "rotates": false }, - { "id": "telepad", "fg": 2084, "rotates": false }, - { "id": "teleporter", "fg": 1467, "rotates": false }, - { "id": [ "teleumbrella", "umbrella" ], "fg": 1982, "rotates": false }, - { "id": "television", "fg": 1932, "rotates": false }, - { "id": [ "tent_kit", "large_tent_kit" ], "fg": 2066, "rotates": false }, - { "id": "textbook_atomic", "fg": 2109, "rotates": false }, + "fg": 1987, + "rotates": false + }, + { "id": [ "sushi_fishroll", "sushi_meatroll", "sushi_veggyroll" ], "fg": 1057, "rotates": false }, + { "id": "swage", "fg": 1605, "rotates": false }, + { "id": "swat_armor", "fg": 1647, "rotates": false }, + { "id": [ "swat_shield_act", "swat_shield" ], "fg": 1874, "rotates": false }, + { "id": "sweater", "fg": 3756, "rotates": false }, + { "id": "sweatshirt", "fg": 3755, "rotates": false }, + { "id": "sweetbread", "fg": 2241, "rotates": false }, + { "id": "swim_fins", "fg": 3757, "rotates": false }, + { "id": "sword_crude", "fg": 1417, "rotates": false }, + { "id": "sword_nail", "fg": 2004, "rotates": false }, + { "id": "sword_wood", "fg": 1420, "rotates": false }, + { "id": "sword_xiphos", "fg": 1606, "rotates": false }, + { "id": "syringe", "fg": 1607, "rotates": false }, + { "id": [ "tac_helmet", "helmet_hsurvivor", "hat_newsboy" ], "fg": 1862, "rotates": false }, + { "id": [ "tailors_kit", "sewing_kit" ], "fg": 1591, "rotates": false }, + { "id": [ "tallow", "lard", "caff_gum" ], "fg": 1050, "rotates": false }, + { "id": [ "tallow_tainted", "material_aluminium_ingot" ], "fg": 1051, "rotates": false }, + { "id": "tanned_hide", "fg": 1005, "rotates": false }, + { "id": "tanned_pelt", "fg": 1002, "rotates": false }, + { "id": "tanning_hide", "fg": 1006, "rotates": false }, + { "id": "tanning_pelt", "fg": 1007, "rotates": false }, + { "id": "tarp", "fg": 1697, "rotates": false }, + { "id": "tazer", "fg": 1611, "rotates": false }, + { "id": "teapot", "fg": 1916, "rotates": false }, + { "id": "teddy", "fg": 1610, "rotates": false }, + { "id": "telepad", "fg": 2110, "rotates": false }, + { "id": "teleporter", "fg": 1493, "rotates": false }, + { "id": [ "teleumbrella", "umbrella" ], "fg": 2008, "rotates": false }, + { "id": "television", "fg": 1958, "rotates": false }, + { "id": [ "tent_kit", "large_tent_kit" ], "fg": 2092, "rotates": false }, + { "id": "textbook_atomic", "fg": 2135, "rotates": false }, { "id": [ "textbook_launcher", @@ -4623,7 +4632,7 @@ "manual_silat", "manual_sojutsu" ], - "fg": 2107, + "fg": 2133, "rotates": false }, { @@ -4638,84 +4647,84 @@ "megaarmor_gloves_1", "thermal_gloves" ], - "fg": 1692, + "fg": 1718, "rotates": false }, { "id": [ "thermal_socks_on", "cleats", "tabi_dress", "wetsuit_booties", "nomex_socks", "boots_h20survivor", "thermal_socks" ], - "fg": 1644, + "fg": 1670, "rotates": false }, { "id": [ "thermal_suit_on", "thermal_outfit", "thermal_outfit_on", "wetsuit", "nomex_suit", "stillsuit", "thermal_suit" ], - "fg": 1683, - "rotates": false - }, - { "id": "thermometer", "fg": 1586, "rotates": false }, - { "id": "thermos", "fg": 1170, "rotates": false }, - { "id": [ "thigh_high_boots", "heels" ], "fg": 1833, "rotates": false }, - { "id": "thorazine", "fg": 1068, "rotates": false }, - { "id": [ "thread", "yarn" ], "fg": 1243, "rotates": false }, - { "id": "throw_extinguisher", "fg": 1441, "rotates": false }, - { "id": "throwing_axe", "fg": 1251, "rotates": false }, - { "id": [ "throwing_knife", "survival_marker", "fighter_sting_juice" ], "fg": 1220, "rotates": false }, - { "id": "throwing_stick", "fg": 1252, "rotates": false }, - { "id": [ "thyme", "seed_veggy_wild" ], "fg": 991, "rotates": false }, - { "id": "tie_bow", "fg": 3742, "rotates": false }, - { "id": [ "tie_skinny", "tie_necktie", "tie_clipon", "ecig" ], "fg": 1079, "rotates": false }, - { "id": [ "tieclip", "collarpin" ], "fg": 1743, "rotates": false }, - { "id": "tin_plate", "fg": 1883, "rotates": false }, - { "id": "tinderbox", "fg": 1587, "rotates": false }, - { "id": "tinderbox_on", "fg": 1588, "rotates": false }, - { "id": "tinyweldtank", "fg": 1290 }, - { "id": [ "tiotaco", "quesadilla_cheese", "taco" ], "fg": 1044, "rotates": false }, - { "id": "toaster", "fg": 1979, "rotates": false }, + "fg": 1709, + "rotates": false + }, + { "id": "thermometer", "fg": 1612, "rotates": false }, + { "id": "thermos", "fg": 1196, "rotates": false }, + { "id": [ "thigh_high_boots", "heels" ], "fg": 1859, "rotates": false }, + { "id": "thorazine", "fg": 1094, "rotates": false }, + { "id": [ "thread", "yarn" ], "fg": 1269, "rotates": false }, + { "id": "throw_extinguisher", "fg": 1467, "rotates": false }, + { "id": "throwing_axe", "fg": 1277, "rotates": false }, + { "id": [ "throwing_knife", "survival_marker", "fighter_sting_juice" ], "fg": 1246, "rotates": false }, + { "id": "throwing_stick", "fg": 1278, "rotates": false }, + { "id": [ "thyme", "seed_veggy_wild" ], "fg": 1017, "rotates": false }, + { "id": "tie_bow", "fg": 3768, "rotates": false }, + { "id": [ "tie_skinny", "tie_necktie", "tie_clipon", "ecig" ], "fg": 1105, "rotates": false }, + { "id": [ "tieclip", "collarpin" ], "fg": 1769, "rotates": false }, + { "id": "tin_plate", "fg": 1909, "rotates": false }, + { "id": "tinderbox", "fg": 1613, "rotates": false }, + { "id": "tinderbox_on", "fg": 1614, "rotates": false }, + { "id": "tinyweldtank", "fg": 1316 }, + { "id": [ "tiotaco", "quesadilla_cheese", "taco" ], "fg": 1070, "rotates": false }, + { "id": "toaster", "fg": 2005, "rotates": false }, { "id": [ "tommygun", "ppsh", "smg_22", "smg_38", "smg_40", "smg_45", "smg_9mm", "american_180" ], - "fg": 1300, - "rotates": false - }, - { "id": [ "tonfa", "PR24-retracted", "PR24-extended", "shocktonfa_off" ], "fg": 1370, "rotates": false }, - { "id": [ "tool_black_powder_charge_act", "fertilizer_bomb_act" ], "fg": 1443, "rotates": false }, - { "id": [ "tool_black_powder_charge", "fertilizer_bomb" ], "fg": 1442, "rotates": false }, - { "id": [ "tool_rdx_charge_act", "tool_anfo_charge_act" ], "fg": 1592, "rotates": false }, - { "id": [ "tool_rdx_charge", "tool_anfo_charge" ], "fg": 1591, "rotates": false }, - { "id": [ "tool_rdx_sand_bomb_act", "pipebomb_act" ], "fg": 1539, "rotates": false }, - { "id": [ "tool_rdx_sand_bomb", "pipebomb" ], "fg": 1538, "rotates": false }, - { "id": "toolbox", "fg": 1590, "rotates": false }, - { "id": "tophat", "fg": 3735, "rotates": false }, - { "id": "torch", "fg": 1595, "rotates": false }, - { "id": "torch_done", "fg": 1980, "rotates": false }, - { "id": "torch_lit", "fg": 1596, "rotates": false }, - { "id": "tourist_table", "fg": 2068, "rotates": false }, - { "id": "towel", "fg": 1636, "rotates": false }, - { "id": "towel_soiled", "fg": 1637, "rotates": false }, - { "id": "travelpack", "fg": 3746, "rotates": false }, - { "id": "tree_spile", "fg": 1981, "rotates": false }, - { "id": [ "trenchcoat", "duster", "greatcoat" ], "fg": 3660, "rotates": false }, + "fg": 1326, + "rotates": false + }, + { "id": [ "tonfa", "PR24-retracted", "PR24-extended", "shocktonfa_off" ], "fg": 1396, "rotates": false }, + { "id": [ "tool_black_powder_charge_act", "fertilizer_bomb_act" ], "fg": 1469, "rotates": false }, + { "id": [ "tool_black_powder_charge", "fertilizer_bomb" ], "fg": 1468, "rotates": false }, + { "id": [ "tool_rdx_charge_act", "tool_anfo_charge_act" ], "fg": 1618, "rotates": false }, + { "id": [ "tool_rdx_charge", "tool_anfo_charge" ], "fg": 1617, "rotates": false }, + { "id": [ "tool_rdx_sand_bomb_act", "pipebomb_act" ], "fg": 1565, "rotates": false }, + { "id": [ "tool_rdx_sand_bomb", "pipebomb" ], "fg": 1564, "rotates": false }, + { "id": "toolbox", "fg": 1616, "rotates": false }, + { "id": "tophat", "fg": 3761, "rotates": false }, + { "id": "torch", "fg": 1621, "rotates": false }, + { "id": "torch_done", "fg": 2006, "rotates": false }, + { "id": "torch_lit", "fg": 1622, "rotates": false }, + { "id": "tourist_table", "fg": 2094, "rotates": false }, + { "id": "towel", "fg": 1662, "rotates": false }, + { "id": "towel_soiled", "fg": 1663, "rotates": false }, + { "id": "travelpack", "fg": 3772, "rotates": false }, + { "id": "tree_spile", "fg": 2007, "rotates": false }, + { "id": [ "trenchcoat", "duster", "greatcoat" ], "fg": 3686, "rotates": false }, { "id": [ "trenchcoat_leather", "trenchcoat_survivor", "duster_survivor", "armor_nomad", "duster_leather" ], - "fg": 3661, - "rotates": false - }, - { "id": "trex_gun", "fg": 1315, "rotates": false }, - { "id": [ "tricorne", "eboshi", "hat_cotton" ], "fg": 1828, "rotates": false }, - { "id": "triffid_sap", "fg": 1253, "rotates": false }, - { "id": "triffid_sap_grenade", "fg": 1114, "rotates": false }, - { "id": "triffid_sap_grenade_act", "fg": 1597, "rotates": false }, - { "id": "triffid_sap_thrown", "fg": 1598, "rotates": false }, - { "id": [ "trimmer_on", "trimmer_off" ], "fg": 1599, "rotates": false }, - { "id": "tripwire", "fg": 2096, "rotates": false }, - { "id": [ "trunks", "boy_shorts", "boxer_shorts", "boxer_briefs" ], "fg": 3657, "rotates": false }, - { "id": [ "tshirt", "undershirt", "tshirt_text", "technician_shirt_gray" ], "fg": 3682, "rotates": false }, - { "id": [ "tuba", "trumpet" ], "fg": 1600, "rotates": false }, - { "id": "turban", "fg": 3736, "rotates": false }, - { "id": "tux", "fg": 1682, "rotates": false }, - { "id": "two_way_radio", "fg": 1601, "rotates": false }, - { "id": [ "ukulele", "violin", "acoustic_guitar", "banjo" ], "fg": 1378, "rotates": false }, - { "id": [ "under_armor", "kevlar_tee" ], "fg": 3733, "rotates": false }, - { "id": [ "union_suit", "wool_suit" ], "fg": 1690, "rotates": false }, - { "id": "usb_drive", "fg": 1983, "rotates": false }, + "fg": 3687, + "rotates": false + }, + { "id": "trex_gun", "fg": 1341, "rotates": false }, + { "id": [ "tricorne", "eboshi", "hat_cotton" ], "fg": 1854, "rotates": false }, + { "id": "triffid_sap", "fg": 1279, "rotates": false }, + { "id": "triffid_sap_grenade", "fg": 1140, "rotates": false }, + { "id": "triffid_sap_grenade_act", "fg": 1623, "rotates": false }, + { "id": "triffid_sap_thrown", "fg": 1624, "rotates": false }, + { "id": [ "trimmer_on", "trimmer_off" ], "fg": 1625, "rotates": false }, + { "id": "tripwire", "fg": 2122, "rotates": false }, + { "id": [ "trunks", "boy_shorts", "boxer_shorts", "boxer_briefs" ], "fg": 3683, "rotates": false }, + { "id": [ "tshirt", "undershirt", "tshirt_text", "technician_shirt_gray" ], "fg": 3708, "rotates": false }, + { "id": [ "tuba", "trumpet" ], "fg": 1626, "rotates": false }, + { "id": "turban", "fg": 3762, "rotates": false }, + { "id": "tux", "fg": 1708, "rotates": false }, + { "id": "two_way_radio", "fg": 1627, "rotates": false }, + { "id": [ "ukulele", "violin", "acoustic_guitar", "banjo" ], "fg": 1404, "rotates": false }, + { "id": [ "under_armor", "kevlar_tee" ], "fg": 3759, "rotates": false }, + { "id": [ "union_suit", "wool_suit" ], "fg": 1716, "rotates": false }, + { "id": "usb_drive", "fg": 2009, "rotates": false }, { "id": [ "v12_diesel", @@ -4730,11 +4739,11 @@ "v6_diesel", "v8_diesel" ], - "fg": 2003, + "fg": 2029, "rotates": false }, - { "id": [ "v29", "v29_cheap" ], "fg": 1321, "rotates": false }, - { "id": [ "v_curtain_item", "sheet" ], "fg": 1838, "rotates": false }, + { "id": [ "v29", "v29_cheap" ], "fg": 1347, "rotates": false }, + { "id": [ "v_curtain_item", "sheet" ], "fg": 1864, "rotates": false }, { "id": [ "v_planter_item", @@ -4745,11 +4754,11 @@ "v_scoop_item", "folding_bicycle" ], - "fg": 1459, + "fg": 1485, "rotates": false }, - { "id": "v_table", "fg": 3517, "rotates": false }, - { "id": "vacutainer", "fg": 1171, "rotates": false }, + { "id": "v_table", "fg": 3543, "rotates": false }, + { "id": "vacutainer", "fg": 1197, "rotates": false }, { "id": [ "veggy_cooked", @@ -4773,14 +4782,14 @@ "pistachio_roasted", "pistachio_unshelled" ], - "fg": 2172, + "fg": 2198, "rotates": false }, - { "id": "veggy_tainted", "fg": 2173, "rotates": false }, - { "id": [ "veggy", "veggy_wild" ], "fg": 2171, "rotates": false }, - { "id": "veh_tracker", "fg": 3532, "rotates": false }, - { "id": "vehicle_controls", "fg": 3521, "rotates": false }, - { "id": "vehicle_dashboard", "fg": 2007, "rotates": false }, + { "id": "veggy_tainted", "fg": 2199, "rotates": false }, + { "id": [ "veggy", "veggy_wild" ], "fg": 2197, "rotates": false }, + { "id": "veh_tracker", "fg": 3558, "rotates": false }, + { "id": "vehicle_controls", "fg": 3547, "rotates": false }, + { "id": "vehicle_dashboard", "fg": 2033, "rotates": false }, { "id": [ "vest_leather", @@ -4793,34 +4802,34 @@ "cloak_leather", "jedi_cloak" ], - "fg": 1674, + "fg": 1700, "rotates": false }, - { "id": "vest_leather_zuicide_short", "fg": 1678, "rotates": false }, - { "id": "vest_leather_zuicide_short_active", "fg": 1679, "rotates": false }, + { "id": "vest_leather_zuicide_short", "fg": 1704, "rotates": false }, + { "id": "vest_leather_zuicide_short_active", "fg": 1705, "rotates": false }, { "id": [ "vest", "waistcoat", "sleeveless_trenchcoat", "chainmail_vest", "sleeveless_duster", "vest_leather_mod", "cloak" ], - "fg": 1672, + "fg": 1698, "rotates": false }, - { "id": "violin_golden", "fg": 1379, "rotates": false }, - { "id": [ "vitamins", "adderall" ], "fg": 1066, "rotates": false }, + { "id": "violin_golden", "fg": 1405, "rotates": false }, + { "id": [ "vitamins", "adderall" ], "fg": 1092, "rotates": false }, { "id": [ "voltmeter", "balance_small", "melting_point", "spectrophotometer", "ph_meter", "vortex" ], - "fg": 2053, + "fg": 2079, "rotates": false }, - { "id": "vortex_stone", "fg": 1604, "rotates": false }, - { "id": "w_paint", "fg": 1091, "rotates": false }, - { "id": "w_table", "fg": 2017, "rotates": false }, - { "id": [ "waffles", "fruit_waffles" ], "fg": 1036, "rotates": false }, - { "id": "warhammer", "fg": 1984, "rotates": false }, - { "id": "wash_kit", "fg": 2021, "rotates": false }, - { "id": "washboard", "fg": 1605, "rotates": false }, - { "id": "washing_machine", "fg": 3633, "rotates": false }, - { "id": [ "wasp_glue", "wasp_glue_super", "bone_glue" ], "fg": 1871, "rotates": false }, - { "id": "wasp_sting", "fg": 1223, "rotates": false }, - { "id": "water_faucet", "fg": 1985, "rotates": false }, + { "id": "vortex_stone", "fg": 1630, "rotates": false }, + { "id": "w_paint", "fg": 1117, "rotates": false }, + { "id": "w_table", "fg": 2043, "rotates": false }, + { "id": [ "waffles", "fruit_waffles" ], "fg": 1062, "rotates": false }, + { "id": "warhammer", "fg": 2010, "rotates": false }, + { "id": "wash_kit", "fg": 2047, "rotates": false }, + { "id": "washboard", "fg": 1631, "rotates": false }, + { "id": "washing_machine", "fg": 3659, "rotates": false }, + { "id": [ "wasp_glue", "wasp_glue_super", "bone_glue" ], "fg": 1897, "rotates": false }, + { "id": "wasp_sting", "fg": 1249, "rotates": false }, + { "id": "water_faucet", "fg": 2011, "rotates": false }, { "id": [ "water", @@ -4859,45 +4868,45 @@ "chem_sulphuric_acid", "chem_formaldehyde" ], - "fg": 2129, + "fg": 2155, "rotates": false }, { "id": [ "watermelon", "irradiated_watermelon", "tool_rocket_candy", "tool_rocket_candy_act" ], - "fg": 2145, + "fg": 2171, "rotates": false }, { "id": [ "waterskin2", "waterskin3", "large_stomach_sealed", "stomach_sealed", "waterskin" ], - "fg": 1124, - "rotates": false - }, - { "id": "wax", "fg": 1030, "rotates": false }, - { "id": [ "wearable_light_on", "survivor_light_on" ], "fg": 1705, "rotates": false }, - { "id": "wearable_rx12", "fg": 1323, "rotates": false }, - { "id": "welder_crude", "fg": 1607, "rotates": false }, - { "id": [ "welding_mask_crude", "welding_mask_crude_raised" ], "fg": 2039, "rotates": false }, - { "id": [ "welding_mask", "welding_mask_raised" ], "fg": 2038, "rotates": false }, - { "id": "weldrig", "fg": 3533, "rotates": false }, - { "id": "weldtank", "fg": 1291 }, - { "id": "well_pump", "fg": 2059, "rotates": false }, - { "id": [ "wetsuit_spring", "halter_top", "tunic_rag" ], "fg": 1691, "rotates": false }, - { "id": [ "wheat", "barley" ], "fg": 992, "rotates": false }, - { "id": "wheel_armor", "fg": 3512, "rotates": false }, - { "id": [ "wheel_barrow", "wheel_small" ], "fg": 1999, "rotates": true }, + "fg": 1150, + "rotates": false + }, + { "id": "wax", "fg": 1056, "rotates": false }, + { "id": [ "wearable_light_on", "survivor_light_on" ], "fg": 1731, "rotates": false }, + { "id": "wearable_rx12", "fg": 1349, "rotates": false }, + { "id": "welder_crude", "fg": 1633, "rotates": false }, + { "id": [ "welding_mask_crude", "welding_mask_crude_raised" ], "fg": 2065, "rotates": false }, + { "id": [ "welding_mask", "welding_mask_raised" ], "fg": 2064, "rotates": false }, + { "id": "weldrig", "fg": 3559, "rotates": false }, + { "id": "weldtank", "fg": 1317 }, + { "id": "well_pump", "fg": 2085, "rotates": false }, + { "id": [ "wetsuit_spring", "halter_top", "tunic_rag" ], "fg": 1717, "rotates": false }, + { "id": [ "wheat", "barley" ], "fg": 1018, "rotates": false }, + { "id": "wheel_armor", "fg": 3538, "rotates": false }, + { "id": [ "wheel_barrow", "wheel_small" ], "fg": 2025, "rotates": true }, { "id": [ "wheel_bicycle_or", "wheel_motorbike", "wheel_motorbike_or", "wheel_slick", "wheel_bicycle" ], - "fg": 1998, + "fg": 2024, "rotates": false }, - { "id": "wheel_caster", "fg": 2000, "rotates": false }, - { "id": [ "wheel_metal", "wheel" ], "fg": 1995, "rotates": false }, - { "id": "wheel_wheelchair", "fg": 2001, "rotates": false }, - { "id": [ "wheel_wide", "wheel_wide_or" ], "fg": 1997, "rotates": false }, - { "id": "wheel_wood", "fg": 1996, "rotates": false }, - { "id": "wheel_wood_b", "fg": 3513, "rotates": false }, - { "id": [ "whistle", "dog_whistle" ], "fg": 1432, "rotates": false }, - { "id": "whistle_multitool", "fg": 1608, "rotates": false }, + { "id": "wheel_caster", "fg": 2026, "rotates": false }, + { "id": [ "wheel_metal", "wheel" ], "fg": 2021, "rotates": false }, + { "id": "wheel_wheelchair", "fg": 2027, "rotates": false }, + { "id": [ "wheel_wide", "wheel_wide_or" ], "fg": 2023, "rotates": false }, + { "id": "wheel_wood", "fg": 2022, "rotates": false }, + { "id": "wheel_wood_b", "fg": 3539, "rotates": false }, + { "id": [ "whistle", "dog_whistle" ], "fg": 1458, "rotates": false }, + { "id": "whistle_multitool", "fg": 1634, "rotates": false }, { "id": [ "wine_chardonnay", @@ -4911,57 +4920,57 @@ "gas_fungicidal", "wine_riesling" ], - "fg": 2119, - "rotates": false - }, - { "id": [ "wire", "wire_barbed", "chain" ], "fg": 1150, "rotates": false }, - { "id": "withered", "fg": 1986, "rotates": false }, - { "id": [ "wolfsuit", "armor_farmor" ], "fg": 1725, "rotates": false }, - { "id": "wood_panel", "fg": 2032, "rotates": false }, - { "id": "wood_plate", "fg": 3741, "rotates": false }, - { "id": "wood_sheet", "fg": 2031, "rotates": false }, - { "id": [ "wood_smoother", "tonfa_wood" ], "fg": 1368, "rotates": false }, - { "id": [ "wooden_barrel", "f_wood_keg" ], "fg": 2061, "rotates": false }, - { "id": [ "wool_hoodie", "hoodie" ], "fg": 3650, "rotates": false }, - { "id": "wrench", "fg": 1611, "rotates": false }, - { "id": [ "wristwatch", "diving_watch" ], "fg": 1822, "rotates": false }, - { "id": "wsurvivor_suit", "fg": 1726, "rotates": false }, - { "id": "xacto", "fg": 1612, "rotates": false }, - { "id": "xanax", "fg": 1069, "rotates": false }, - { "id": [ "xlframe", "foldframe" ], "fg": 1905, "rotates": false }, - { "id": "y_carpet", "fg": 1628, "rotates": false }, - { "id": [ "y_paint", "honey_glassed" ], "fg": 1087, "rotates": false }, + "fg": 2145, + "rotates": false + }, + { "id": [ "wire", "wire_barbed", "chain" ], "fg": 1176, "rotates": false }, + { "id": "withered", "fg": 2012, "rotates": false }, + { "id": [ "wolfsuit", "armor_farmor" ], "fg": 1751, "rotates": false }, + { "id": "wood_panel", "fg": 2058, "rotates": false }, + { "id": "wood_plate", "fg": 3767, "rotates": false }, + { "id": "wood_sheet", "fg": 2057, "rotates": false }, + { "id": [ "wood_smoother", "tonfa_wood" ], "fg": 1394, "rotates": false }, + { "id": [ "wooden_barrel", "f_wood_keg" ], "fg": 2087, "rotates": false }, + { "id": [ "wool_hoodie", "hoodie" ], "fg": 3676, "rotates": false }, + { "id": "wrench", "fg": 1637, "rotates": false }, + { "id": [ "wristwatch", "diving_watch" ], "fg": 1848, "rotates": false }, + { "id": "wsurvivor_suit", "fg": 1752, "rotates": false }, + { "id": "xacto", "fg": 1638, "rotates": false }, + { "id": "xanax", "fg": 1095, "rotates": false }, + { "id": [ "xlframe", "foldframe" ], "fg": 1931, "rotates": false }, + { "id": "y_carpet", "fg": 1654, "rotates": false }, + { "id": [ "y_paint", "honey_glassed" ], "fg": 1113, "rotates": false }, { "id": [ "zucchini", "irradiated_zucchini", "cucumber", "irradiated_cucumber", "cattail_stalk", "stick_fiber", "pickle" ], - "fg": 1012, - "rotates": false - }, - { "id": [ "zweifire_off", "broadfire_off" ], "fg": 1390, "rotates": false }, - { "id": [ "zweifire_on", "broadfire_on" ], "fg": 1392, "rotates": false }, - { "id": [ "bot_nursebot", "broken_nursebot", "broken_nursebot_defective" ], "fg": 2052, "rotates": false }, - { "id": [ "bot_secubot", "broken_secubot" ], "fg": 2051, "rotates": false }, - { "id": [ "bot_talon_m202a1", "broken_talon_m202a1" ], "fg": 2044, "rotates": false }, - { "id": "broken_EMP_hack", "fg": 2346, "rotates": false }, - { "id": "broken_c4_hack", "fg": 2348, "rotates": false }, - { "id": "broken_copbot", "fg": 2352, "rotates": false }, - { "id": "broken_dispatch", "fg": 2357, "rotates": false }, - { "id": "broken_dispatch_military", "fg": 2358, "rotates": false }, - { "id": "broken_eyebot", "fg": 2353, "rotates": false }, - { "id": "broken_flashbang_hack", "fg": 2344, "rotates": false }, - { "id": "broken_gasbomb_hack", "fg": 2345, "rotates": false }, - { "id": "broken_grenade_hack", "fg": 2347, "rotates": false }, - { "id": "broken_manhack", "fg": 2349, "rotates": false }, - { "id": "broken_manhack_fire", "fg": 2350, "rotates": false }, - { "id": "broken_mechaspider", "fg": 2362, "rotates": false }, - { "id": "broken_mininuke_hack", "fg": 2351, "rotates": false }, - { "id": "broken_molebot", "fg": 2355, "rotates": false }, - { "id": "broken_riotbot", "fg": 2356, "rotates": false }, - { "id": "broken_robot_drone", "fg": 2359, "rotates": false }, - { "id": "broken_science_bot", "fg": 2354, "rotates": false }, - { "id": "broken_skitterbot", "fg": 2360, "rotates": false }, - { "id": [ "broken_soulcube", "soulcube" ], "fg": 2364, "rotates": false }, - { "id": "broken_tankbot", "fg": 2361, "rotates": false }, - { "id": "broken_tripod", "fg": 2363, "rotates": false }, + "fg": 1038, + "rotates": false + }, + { "id": [ "zweifire_off", "broadfire_off" ], "fg": 1416, "rotates": false }, + { "id": [ "zweifire_on", "broadfire_on" ], "fg": 1418, "rotates": false }, + { "id": [ "bot_nursebot", "broken_nursebot", "broken_nursebot_defective" ], "fg": 2078, "rotates": false }, + { "id": [ "bot_secubot", "broken_secubot" ], "fg": 2077, "rotates": false }, + { "id": [ "bot_talon_m202a1", "broken_talon_m202a1" ], "fg": 2070, "rotates": false }, + { "id": "broken_EMP_hack", "fg": 2372, "rotates": false }, + { "id": "broken_c4_hack", "fg": 2374, "rotates": false }, + { "id": "broken_copbot", "fg": 2378, "rotates": false }, + { "id": "broken_dispatch", "fg": 2383, "rotates": false }, + { "id": "broken_dispatch_military", "fg": 2384, "rotates": false }, + { "id": "broken_eyebot", "fg": 2379, "rotates": false }, + { "id": "broken_flashbang_hack", "fg": 2370, "rotates": false }, + { "id": "broken_gasbomb_hack", "fg": 2371, "rotates": false }, + { "id": "broken_grenade_hack", "fg": 2373, "rotates": false }, + { "id": "broken_manhack", "fg": 2375, "rotates": false }, + { "id": "broken_manhack_fire", "fg": 2376, "rotates": false }, + { "id": "broken_mechaspider", "fg": 2388, "rotates": false }, + { "id": "broken_mininuke_hack", "fg": 2377, "rotates": false }, + { "id": "broken_molebot", "fg": 2381, "rotates": false }, + { "id": "broken_riotbot", "fg": 2382, "rotates": false }, + { "id": "broken_robot_drone", "fg": 2385, "rotates": false }, + { "id": "broken_science_bot", "fg": 2380, "rotates": false }, + { "id": "broken_skitterbot", "fg": 2386, "rotates": false }, + { "id": [ "broken_soulcube", "soulcube" ], "fg": 2390, "rotates": false }, + { "id": "broken_tankbot", "fg": 2387, "rotates": false }, + { "id": "broken_tripod", "fg": 2389, "rotates": false }, { "id": [ "mon_dog_bull", @@ -4982,87 +4991,87 @@ "mon_dog_auscattle_pup", "mon_dog_pup" ], - "fg": 2595, + "fg": 2621, "rotates": false }, - { "id": "mon_alpha_razorclaw", "fg": 2376, "rotates": false }, - { "id": "mon_fish_blinky", "fg": 2366, "rotates": false }, - { "id": [ "mon_fish_bullhead", "mon_fish_sbass", "mon_fish_lbass" ], "fg": 2369, "rotates": false }, - { "id": "mon_fish_carp", "fg": 2368, "rotates": false }, - { "id": "mon_fish_eel", "fg": 2375, "rotates": false }, - { "id": "mon_fish_eel_large", "fg": 2374, "rotates": false }, - { "id": "mon_fish_flying", "fg": 2373, "rotates": false }, - { "id": [ "mon_fish_lobster", "mon_fish_crayfish" ], "fg": 2378, "rotates": false }, - { "id": [ "mon_fish_pike", "mon_fish_bluegill" ], "fg": 2370, "rotates": false }, + { "id": "mon_alpha_razorclaw", "fg": 2402, "rotates": false }, + { "id": "mon_fish_blinky", "fg": 2392, "rotates": false }, + { "id": [ "mon_fish_bullhead", "mon_fish_sbass", "mon_fish_lbass" ], "fg": 2395, "rotates": false }, + { "id": "mon_fish_carp", "fg": 2394, "rotates": false }, + { "id": "mon_fish_eel", "fg": 2401, "rotates": false }, + { "id": "mon_fish_eel_large", "fg": 2400, "rotates": false }, + { "id": "mon_fish_flying", "fg": 2399, "rotates": false }, + { "id": [ "mon_fish_lobster", "mon_fish_crayfish" ], "fg": 2404, "rotates": false }, + { "id": [ "mon_fish_pike", "mon_fish_bluegill" ], "fg": 2396, "rotates": false }, { "id": [ "mon_fish_trout", "mon_fish_perch", "mon_fish_salmon", "mon_fish_sunfish", "mon_fish_bowfin" ], - "fg": 2367, - "rotates": false - }, - { "id": [ "mon_fish_whitefish", "mon_fish_pickerel", "mon_fish_pbass" ], "fg": 2372, "rotates": false }, - { "id": "mon_gator", "fg": 2365, "rotates": false }, - { "id": "mon_razorclaw", "fg": 2377, "rotates": false }, - { "id": "mon_sewer_fish", "fg": 2371, "rotates": false }, - { "id": "mon_blob", "fg": 2383, "rotates": false }, - { "id": "mon_blob_brain", "fg": 2379, "rotates": false }, - { "id": "mon_blob_small", "fg": 2384, "rotates": false }, - { "id": "mon_breather", "fg": 2385, "rotates": false }, - { "id": "mon_breather_hub", "fg": 2380, "rotates": false }, - { "id": [ "mon_gelatin", "mon_blob_large" ], "fg": 2381, "rotates": false }, - { "id": "mon_player_blob", "fg": 2382, "rotates": false }, - { "id": "debug_mon", "fg": 2386, "rotates": false }, - { "id": "mon_ant_fungus", "fg": 2394, "rotates": false }, - { "id": "mon_boomer_fungus", "fg": 2402, "rotates": false }, - { "id": "mon_fungal_blossom", "fg": 2398, "rotates": false }, - { "id": "mon_fungal_fighter", "fg": 2395, "rotates": false }, - { "id": "mon_fungal_hedgerow", "fg": 2401, "rotates": false }, - { "id": "mon_fungal_tendril", "fg": 2399, "rotates": false }, - { "id": "mon_fungal_wall", "fg": 2400, "rotates": false }, - { "id": "mon_fungaloid_young", "fg": 2397, "rotates": false }, - { "id": "mon_fungus_pig", "fg": 2393, "rotates": false }, - { "id": "mon_ant", "fg": 2436, "rotates": false }, - { "id": "mon_ant_acid", "fg": 2435, "rotates": false }, - { "id": "mon_ant_acid_larva", "fg": 2438, "rotates": false }, - { "id": "mon_ant_acid_queen", "fg": 2431, "rotates": false }, - { "id": "mon_ant_acid_soldier", "fg": 2432, "rotates": false }, - { "id": [ "mon_ant_larva", "mon_bee_larvae", "mon_maggot", "mon_wasp_larvae" ], "fg": 2437, "rotates": false }, - { "id": [ "mon_ant_queen", "mon_ant_queen_young" ], "fg": 2433, "rotates": false }, - { "id": "mon_ant_soldier", "fg": 2434, "rotates": false }, - { "id": "mon_butterfly", "fg": 2418, "rotates": false }, - { "id": "mon_centipede_giant", "fg": 2424, "rotates": false }, - { "id": "mon_dermatik", "fg": 2415, "rotates": false }, - { "id": "mon_dermatik_larva", "fg": 2416, "rotates": false }, - { "id": "mon_dragonfly_giant", "fg": 2419, "rotates": false }, - { "id": "mon_frog_giant", "fg": 2405, "rotates": false }, - { "id": [ "mon_frog", "mon_dragonfly" ], "fg": 2420, "rotates": false }, - { "id": "mon_giant_cockroach_nymph", "fg": 2429, "rotates": false }, - { "id": [ "mon_giant_crayfish", "mon_fish_lobster_giant" ], "fg": 2406, "rotates": false }, + "fg": 2393, + "rotates": false + }, + { "id": [ "mon_fish_whitefish", "mon_fish_pickerel", "mon_fish_pbass" ], "fg": 2398, "rotates": false }, + { "id": "mon_gator", "fg": 2391, "rotates": false }, + { "id": "mon_razorclaw", "fg": 2403, "rotates": false }, + { "id": "mon_sewer_fish", "fg": 2397, "rotates": false }, + { "id": "mon_blob", "fg": 2409, "rotates": false }, + { "id": "mon_blob_brain", "fg": 2405, "rotates": false }, + { "id": "mon_blob_small", "fg": 2410, "rotates": false }, + { "id": "mon_breather", "fg": 2411, "rotates": false }, + { "id": "mon_breather_hub", "fg": 2406, "rotates": false }, + { "id": [ "mon_gelatin", "mon_blob_large" ], "fg": 2407, "rotates": false }, + { "id": "mon_player_blob", "fg": 2408, "rotates": false }, + { "id": "debug_mon", "fg": 2412, "rotates": false }, + { "id": "mon_ant_fungus", "fg": 2420, "rotates": false }, + { "id": "mon_boomer_fungus", "fg": 2428, "rotates": false }, + { "id": "mon_fungal_blossom", "fg": 2424, "rotates": false }, + { "id": "mon_fungal_fighter", "fg": 2421, "rotates": false }, + { "id": "mon_fungal_hedgerow", "fg": 2427, "rotates": false }, + { "id": "mon_fungal_tendril", "fg": 2425, "rotates": false }, + { "id": "mon_fungal_wall", "fg": 2426, "rotates": false }, + { "id": "mon_fungaloid_young", "fg": 2423, "rotates": false }, + { "id": "mon_fungus_pig", "fg": 2419, "rotates": false }, + { "id": "mon_ant", "fg": 2462, "rotates": false }, + { "id": "mon_ant_acid", "fg": 2461, "rotates": false }, + { "id": "mon_ant_acid_larva", "fg": 2464, "rotates": false }, + { "id": "mon_ant_acid_queen", "fg": 2457, "rotates": false }, + { "id": "mon_ant_acid_soldier", "fg": 2458, "rotates": false }, + { "id": [ "mon_ant_larva", "mon_bee_larvae", "mon_maggot", "mon_wasp_larvae" ], "fg": 2463, "rotates": false }, + { "id": [ "mon_ant_queen", "mon_ant_queen_young" ], "fg": 2459, "rotates": false }, + { "id": "mon_ant_soldier", "fg": 2460, "rotates": false }, + { "id": "mon_butterfly", "fg": 2444, "rotates": false }, + { "id": "mon_centipede_giant", "fg": 2450, "rotates": false }, + { "id": "mon_dermatik", "fg": 2441, "rotates": false }, + { "id": "mon_dermatik_larva", "fg": 2442, "rotates": false }, + { "id": "mon_dragonfly_giant", "fg": 2445, "rotates": false }, + { "id": "mon_frog_giant", "fg": 2431, "rotates": false }, + { "id": [ "mon_frog", "mon_dragonfly" ], "fg": 2446, "rotates": false }, + { "id": "mon_giant_cockroach_nymph", "fg": 2455, "rotates": false }, + { "id": [ "mon_giant_crayfish", "mon_fish_lobster_giant" ], "fg": 2432, "rotates": false }, { "id": [ "mon_grouse_chick", "mon_crow_chick", "mon_turkey_chick", "mon_pheasant_chick" ], - "fg": 2627, - "rotates": false - }, - { "id": "mon_locust", "fg": 2422, "rotates": false }, - { "id": "mon_locust_nymph", "fg": 2423, "rotates": false }, - { "id": "mon_mosquito_giant", "fg": 2421, "rotates": false }, - { "id": "mon_nakedmolerat_giant", "fg": 2403, "rotates": false }, - { "id": "mon_plague_nymph", "fg": 2427, "rotates": false }, - { "id": "mon_plague_vector", "fg": 2425, "rotates": false }, - { "id": [ "mon_pregnant_giant_cockroach", "mon_giant_cockroach" ], "fg": 2428, "rotates": false }, - { "id": "mon_rattlesnake_giant", "fg": 2404, "rotates": false }, - { "id": "mon_skittering_plague", "fg": 2426, "rotates": false }, - { "id": "mon_slug_giant", "fg": 2439, "rotates": false }, - { "id": "mon_spider_cellar_giant", "fg": 2411, "rotates": false }, - { "id": "mon_spider_cellar_giant_s", "fg": 2412, "rotates": false }, - { "id": "mon_spider_jumping_giant", "fg": 2407, "rotates": false }, - { "id": "mon_spider_web", "fg": 2408, "rotates": false }, - { "id": "mon_spider_web_s", "fg": 2409, "rotates": false }, - { "id": "mon_spider_widow_giant", "fg": 2413, "rotates": false }, - { "id": [ "mon_spider_widow_giant_s", "mon_spider_widow" ], "fg": 2414, "rotates": false }, - { "id": "mon_wasp", "fg": 2417, "rotates": false }, - { "id": "mon_wasp_small", "fg": 2430, "rotates": false }, - { "id": [ "mon_zhark", "mon_mutant_carp", "mon_mutant_salmon" ], "fg": 2736, "rotates": false }, - { "id": "mon_mi_go", "fg": 2441, "rotates": false }, + "fg": 2653, + "rotates": false + }, + { "id": "mon_locust", "fg": 2448, "rotates": false }, + { "id": "mon_locust_nymph", "fg": 2449, "rotates": false }, + { "id": "mon_mosquito_giant", "fg": 2447, "rotates": false }, + { "id": "mon_nakedmolerat_giant", "fg": 2429, "rotates": false }, + { "id": "mon_plague_nymph", "fg": 2453, "rotates": false }, + { "id": "mon_plague_vector", "fg": 2451, "rotates": false }, + { "id": [ "mon_pregnant_giant_cockroach", "mon_giant_cockroach" ], "fg": 2454, "rotates": false }, + { "id": "mon_rattlesnake_giant", "fg": 2430, "rotates": false }, + { "id": "mon_skittering_plague", "fg": 2452, "rotates": false }, + { "id": "mon_slug_giant", "fg": 2465, "rotates": false }, + { "id": "mon_spider_cellar_giant", "fg": 2437, "rotates": false }, + { "id": "mon_spider_cellar_giant_s", "fg": 2438, "rotates": false }, + { "id": "mon_spider_jumping_giant", "fg": 2433, "rotates": false }, + { "id": "mon_spider_web", "fg": 2434, "rotates": false }, + { "id": "mon_spider_web_s", "fg": 2435, "rotates": false }, + { "id": "mon_spider_widow_giant", "fg": 2439, "rotates": false }, + { "id": [ "mon_spider_widow_giant_s", "mon_spider_widow" ], "fg": 2440, "rotates": false }, + { "id": "mon_wasp", "fg": 2443, "rotates": false }, + { "id": "mon_wasp_small", "fg": 2456, "rotates": false }, + { "id": [ "mon_zhark", "mon_mutant_carp", "mon_mutant_salmon" ], "fg": 2762, "rotates": false }, + { "id": "mon_mi_go", "fg": 2467, "rotates": false }, { "id": [ "bot_cyberdemon", @@ -5098,7 +5107,7 @@ "bot_tripod", "bot_cacodemon" ], - "fg": 2716, + "fg": 2742, "rotates": false }, { @@ -5111,240 +5120,240 @@ "mon_zombie_rot_pk_pain", "mon_zombie_rot_pk_worms" ], - "fg": 2813, - "rotates": false - }, - { "id": [ "multi_cooker", "mon_hallu_multicooker", "safe_box" ], "fg": 1373, "rotates": false }, - { "id": "mon_chickenbot", "fg": 2442, "rotates": false }, - { "id": "mon_laserturret", "fg": 2443, "rotates": false }, - { "id": "mon_tankbot", "fg": 2444, "rotates": false }, - { "id": "mon_tripod", "fg": 2445, "rotates": false }, - { "id": [ "mon_bear_smoky", "mon_bear_smoky_pk" ], "fg": 2453, "rotates": false }, - { "id": "mon_donatello", "fg": 2452, "rotates": false }, - { "id": "mon_hallu_mom", "fg": 2447, "rotates": false }, - { "id": "mon_leonardo", "fg": 2449, "rotates": false }, - { "id": "mon_michelangelo", "fg": 2450, "rotates": false }, - { "id": "mon_raphael", "fg": 2451, "rotates": false }, - { "id": "mon_ratman_ninja", "fg": 2448, "rotates": false }, - { "id": "mon_allosaurus", "fg": 2459, "rotates": false }, - { "id": "mon_ankylosaurus", "fg": 2460, "rotates": false }, - { "id": "mon_compsognathus", "fg": 2464, "rotates": false }, - { "id": "mon_deinonychus", "fg": 2465, "rotates": false }, - { "id": "mon_dilophosaurus", "fg": 2467, "rotates": false }, - { "id": "mon_dimorphodon", "fg": 2454, "rotates": false }, - { "id": "mon_eoraptor", "fg": 2461, "rotates": false }, - { "id": "mon_gallimimus", "fg": 2462, "rotates": false }, - { "id": "mon_parasaurolophus", "fg": 2455, "rotates": false }, - { "id": "mon_spinosaurus", "fg": 2456, "rotates": false }, - { "id": "mon_stegosaurus", "fg": 2457, "rotates": false }, - { "id": "mon_titanis", "fg": 2458, "rotates": false }, - { "id": "mon_utahraptor", "fg": 2463, "rotates": false }, - { "id": "mon_velociraptor", "fg": 2466, "rotates": false }, - { "id": "mon_w11b10", "fg": 2473, "rotates": false }, - { "id": "mon_w11b20b4", "fg": 2469, "rotates": false }, - { "id": "mon_w11h10", "fg": 2470, "rotates": false }, - { "id": "mon_w12b10", "fg": 2471, "rotates": false }, - { "id": "mon_w12n10", "fg": 2472, "rotates": false }, - { "id": [ "mon_ant_soldier_pk", "mon_ant_soldier_pk_weak" ], "fg": 2498, "rotates": false }, - { "id": [ "mon_bear_pk", "mon_bear_weak", "mon_bear" ], "fg": 2493, "rotates": false }, - { "id": [ "mon_beekeeper", "mon_beekeeper_pk" ], "fg": 2781, "rotates": false }, - { "id": [ "mon_biollante", "mon_biollante_pk" ], "fg": 2440, "rotates": false }, - { "id": [ "mon_boomer_huge_pk", "mon_boomer_huge" ], "fg": 2506, "rotates": false }, - { "id": [ "mon_cacodemon_revive", "mon_cacodemon" ], "fg": 2482, "rotates": false }, - { "id": [ "mon_cougar_pk", "mon_cougar_weak", "mon_cougar" ], "fg": 2494, "rotates": false }, + "fg": 2839, + "rotates": false + }, + { "id": [ "multi_cooker", "mon_hallu_multicooker", "safe_box" ], "fg": 1399, "rotates": false }, + { "id": "mon_chickenbot", "fg": 2468, "rotates": false }, + { "id": "mon_laserturret", "fg": 2469, "rotates": false }, + { "id": "mon_tankbot", "fg": 2470, "rotates": false }, + { "id": "mon_tripod", "fg": 2471, "rotates": false }, + { "id": [ "mon_bear_smoky", "mon_bear_smoky_pk" ], "fg": 2479, "rotates": false }, + { "id": "mon_donatello", "fg": 2478, "rotates": false }, + { "id": "mon_hallu_mom", "fg": 2473, "rotates": false }, + { "id": "mon_leonardo", "fg": 2475, "rotates": false }, + { "id": "mon_michelangelo", "fg": 2476, "rotates": false }, + { "id": "mon_raphael", "fg": 2477, "rotates": false }, + { "id": "mon_ratman_ninja", "fg": 2474, "rotates": false }, + { "id": "mon_allosaurus", "fg": 2485, "rotates": false }, + { "id": "mon_ankylosaurus", "fg": 2486, "rotates": false }, + { "id": "mon_compsognathus", "fg": 2490, "rotates": false }, + { "id": "mon_deinonychus", "fg": 2491, "rotates": false }, + { "id": "mon_dilophosaurus", "fg": 2493, "rotates": false }, + { "id": "mon_dimorphodon", "fg": 2480, "rotates": false }, + { "id": "mon_eoraptor", "fg": 2487, "rotates": false }, + { "id": "mon_gallimimus", "fg": 2488, "rotates": false }, + { "id": "mon_parasaurolophus", "fg": 2481, "rotates": false }, + { "id": "mon_spinosaurus", "fg": 2482, "rotates": false }, + { "id": "mon_stegosaurus", "fg": 2483, "rotates": false }, + { "id": "mon_titanis", "fg": 2484, "rotates": false }, + { "id": "mon_utahraptor", "fg": 2489, "rotates": false }, + { "id": "mon_velociraptor", "fg": 2492, "rotates": false }, + { "id": "mon_w11b10", "fg": 2499, "rotates": false }, + { "id": "mon_w11b20b4", "fg": 2495, "rotates": false }, + { "id": "mon_w11h10", "fg": 2496, "rotates": false }, + { "id": "mon_w12b10", "fg": 2497, "rotates": false }, + { "id": "mon_w12n10", "fg": 2498, "rotates": false }, + { "id": [ "mon_ant_soldier_pk", "mon_ant_soldier_pk_weak" ], "fg": 2524, "rotates": false }, + { "id": [ "mon_bear_pk", "mon_bear_weak", "mon_bear" ], "fg": 2519, "rotates": false }, + { "id": [ "mon_beekeeper", "mon_beekeeper_pk" ], "fg": 2807, "rotates": false }, + { "id": [ "mon_biollante", "mon_biollante_pk" ], "fg": 2466, "rotates": false }, + { "id": [ "mon_boomer_huge_pk", "mon_boomer_huge" ], "fg": 2532, "rotates": false }, + { "id": [ "mon_cacodemon_revive", "mon_cacodemon" ], "fg": 2508, "rotates": false }, + { "id": [ "mon_cougar_pk", "mon_cougar_weak", "mon_cougar" ], "fg": 2520, "rotates": false }, { "id": [ "mon_creeper_vine_pk", "mon_creeper_vine" ], - "fg": 2499, + "fg": 2525, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2500 }, - { "id": "corner", "fg": 2501 }, - { "id": "edge", "fg": 2502 }, - { "id": "end_piece", "fg": 2503 }, - { "id": "t_connection", "fg": 2504 }, - { "id": "unconnected", "fg": 2499 } + { "id": "center", "fg": 2526 }, + { "id": "corner", "fg": 2527 }, + { "id": "edge", "fg": 2528 }, + { "id": "end_piece", "fg": 2529 }, + { "id": "t_connection", "fg": 2530 }, + { "id": "unconnected", "fg": 2525 } ] }, { "id": [ "mon_creeper_vine_terminal", "mon_creeper_vine_terminal_pk" ], - "fg": 2569, + "fg": 2595, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2570 }, - { "id": "corner", "fg": 2571 }, - { "id": "edge", "fg": 2572 }, - { "id": "end_piece", "fg": 2573 }, - { "id": "t_connection", "fg": 2574 }, - { "id": "unconnected", "fg": 2569 } + { "id": "center", "fg": 2596 }, + { "id": "corner", "fg": 2597 }, + { "id": "edge", "fg": 2598 }, + { "id": "end_piece", "fg": 2599 }, + { "id": "t_connection", "fg": 2600 }, + { "id": "unconnected", "fg": 2595 } ] }, - { "id": "mon_cyberdemon", "fg": 2479, "rotates": false }, - { "id": "mon_deer_rutting", "fg": 2496, "rotates": false }, - { "id": [ "mon_dog_skeleton", "mon_dog_skeleton_pk" ], "fg": 2637, "rotates": false }, - { "id": "mon_doom_archdemon", "fg": 2474, "rotates": false }, + { "id": "mon_cyberdemon", "fg": 2505, "rotates": false }, + { "id": "mon_deer_rutting", "fg": 2522, "rotates": false }, + { "id": [ "mon_dog_skeleton", "mon_dog_skeleton_pk" ], "fg": 2663, "rotates": false }, + { "id": "mon_doom_archdemon", "fg": 2500, "rotates": false }, { "id": [ "mon_doom_archvile_2", "mon_doom_archvile_3", "mon_doom_archvile_4", "mon_doom_archvile_5", "mon_doom_archvile" ], - "fg": 2475, - "rotates": false - }, - { "id": "mon_doom_archvile_queen", "fg": 2476, "rotates": false }, - { "id": [ "mon_doom_churl", "mon_doom_churl_revive" ], "fg": 2487, "rotates": false }, - { "id": "mon_doom_cur", "fg": 2489, "rotates": false }, - { "id": "mon_doom_sacrifice", "fg": 2490, "rotates": false }, - { "id": "mon_doom_slave", "fg": 2488, "rotates": false }, - { "id": [ "mon_fungaloid_dormant", "mon_fungaloid_pk", "mon_fungaloid" ], "fg": 2396, "rotates": false }, - { "id": "mon_hell_baron", "fg": 2478, "rotates": false }, - { "id": [ "mon_hell_knight_revive", "mon_hell_knight" ], "fg": 2477, "rotates": false }, - { "id": "mon_imp_black", "fg": 2486, "rotates": false }, - { "id": [ "mon_imp_revive", "mon_imp" ], "fg": 2485, "rotates": false }, - { "id": [ "mon_jabberwock_pk", "mon_jabberwock" ], "fg": 2492, "rotates": false }, - { "id": "mon_mancubus", "fg": 2483, "rotates": false }, - { "id": "mon_mechaspider", "fg": 2481, "rotates": false }, - { "id": "mon_mechaspider_queen", "fg": 2480, "rotates": false }, - { "id": "mon_mi_go_fly", "fg": 2491, "rotates": false }, - { "id": [ "mon_moose_pk", "mon_moose_weak", "mon_moose" ], "fg": 2495, "rotates": false }, - { "id": [ "mon_pupae_pk", "mon_pupae" ], "fg": 2497, "rotates": false }, - { "id": "mon_revenant", "fg": 2484, "rotates": false }, - { "id": [ "mon_spider_trapdoor_giant", "mon_spider_trapdoor_giant_pk" ], "fg": 2547, "rotates": false }, - { "id": [ "mon_spider_wolf_giant", "mon_spider_wolf_giant_pk" ], "fg": 2410, "rotates": false }, - { "id": [ "mon_triffid_pk", "mon_triffid" ], "fg": 2505, "rotates": false }, - { "id": [ "mon_vinebeast", "mon_vinebeast_pk" ], "fg": 2720, "rotates": false }, - { "id": "mon_ant_acid_kwama", "fg": 2559, "rotates": false }, - { "id": "mon_ant_male", "fg": 2563, "rotates": false }, - { "id": "mon_ant_queen_firebug", "fg": 2560, "rotates": false }, - { "id": "mon_ant_scrib", "fg": 2565, "rotates": false }, - { "id": "mon_ant_soldier_terminal", "fg": 2561, "rotates": false }, - { "id": "mon_ant_terminal", "fg": 2562, "rotates": false }, - { "id": "mon_bat_vampire", "fg": 2542, "rotates": false }, - { "id": "mon_bear_mega", "fg": 2531, "rotates": false }, - { "id": "mon_bear_mega_baby", "fg": 2533, "rotates": false }, - { "id": "mon_bear_mega_kid", "fg": 2532, "rotates": false }, - { "id": "mon_bear_mega_mating", "fg": 2530, "rotates": false }, - { "id": "mon_bee_king", "fg": 2555, "rotates": false }, - { "id": "mon_bee_queen", "fg": 2554, "rotates": false }, - { "id": [ "mon_bee_scout", "mon_bee_soldier", "mon_bee" ], "fg": 2556, "rotates": false }, - { "id": "mon_bjay", "fg": 2543, "rotates": false }, - { "id": [ "mon_centipede", "mon_slug", "mon_mosquito" ], "fg": 2558, "rotates": false }, - { "id": [ "mon_cherub_fly", "mon_cherub" ], "fg": 2514, "rotates": false }, - { "id": "mon_cult_churl", "fg": 2529, "rotates": false }, - { "id": "mon_cult_slave", "fg": 2528, "rotates": false }, - { "id": "mon_cyborg_cop", "fg": 2507, "rotates": false }, - { "id": "mon_cyborg_guard", "fg": 2508, "rotates": false }, - { "id": "mon_deer_small", "fg": 2540, "rotates": false }, - { "id": "mon_dionaea", "fg": 2577, "rotates": false }, - { "id": "mon_dionaea_sprout", "fg": 2579, "rotates": false }, - { "id": "mon_fant", "fg": 2564, "rotates": false }, - { "id": "mon_fardigrade", "fg": 2567, "rotates": false }, - { "id": "mon_feer", "fg": 2541, "rotates": false }, - { "id": "mon_finebeast", "fg": 2575, "rotates": false }, - { "id": "mon_finecraft", "fg": 2576, "rotates": false }, - { "id": "mon_fionaea", "fg": 2578, "rotates": false }, - { "id": "mon_folf", "fg": 2535, "rotates": false }, - { "id": "mon_foose", "fg": 2539, "rotates": false }, - { "id": "mon_fougar", "fg": 2534, "rotates": false }, - { "id": [ "mon_fungus_boil", "mon_spore" ], "fg": 2580, "rotates": false }, - { "id": "mon_furvivor", "fg": 2526, "rotates": false }, + "fg": 2501, + "rotates": false + }, + { "id": "mon_doom_archvile_queen", "fg": 2502, "rotates": false }, + { "id": [ "mon_doom_churl", "mon_doom_churl_revive" ], "fg": 2513, "rotates": false }, + { "id": "mon_doom_cur", "fg": 2515, "rotates": false }, + { "id": "mon_doom_sacrifice", "fg": 2516, "rotates": false }, + { "id": "mon_doom_slave", "fg": 2514, "rotates": false }, + { "id": [ "mon_fungaloid_dormant", "mon_fungaloid_pk", "mon_fungaloid" ], "fg": 2422, "rotates": false }, + { "id": "mon_hell_baron", "fg": 2504, "rotates": false }, + { "id": [ "mon_hell_knight_revive", "mon_hell_knight" ], "fg": 2503, "rotates": false }, + { "id": "mon_imp_black", "fg": 2512, "rotates": false }, + { "id": [ "mon_imp_revive", "mon_imp" ], "fg": 2511, "rotates": false }, + { "id": [ "mon_jabberwock_pk", "mon_jabberwock" ], "fg": 2518, "rotates": false }, + { "id": "mon_mancubus", "fg": 2509, "rotates": false }, + { "id": "mon_mechaspider", "fg": 2507, "rotates": false }, + { "id": "mon_mechaspider_queen", "fg": 2506, "rotates": false }, + { "id": "mon_mi_go_fly", "fg": 2517, "rotates": false }, + { "id": [ "mon_moose_pk", "mon_moose_weak", "mon_moose" ], "fg": 2521, "rotates": false }, + { "id": [ "mon_pupae_pk", "mon_pupae" ], "fg": 2523, "rotates": false }, + { "id": "mon_revenant", "fg": 2510, "rotates": false }, + { "id": [ "mon_spider_trapdoor_giant", "mon_spider_trapdoor_giant_pk" ], "fg": 2573, "rotates": false }, + { "id": [ "mon_spider_wolf_giant", "mon_spider_wolf_giant_pk" ], "fg": 2436, "rotates": false }, + { "id": [ "mon_triffid_pk", "mon_triffid" ], "fg": 2531, "rotates": false }, + { "id": [ "mon_vinebeast", "mon_vinebeast_pk" ], "fg": 2746, "rotates": false }, + { "id": "mon_ant_acid_kwama", "fg": 2585, "rotates": false }, + { "id": "mon_ant_male", "fg": 2589, "rotates": false }, + { "id": "mon_ant_queen_firebug", "fg": 2586, "rotates": false }, + { "id": "mon_ant_scrib", "fg": 2591, "rotates": false }, + { "id": "mon_ant_soldier_terminal", "fg": 2587, "rotates": false }, + { "id": "mon_ant_terminal", "fg": 2588, "rotates": false }, + { "id": "mon_bat_vampire", "fg": 2568, "rotates": false }, + { "id": "mon_bear_mega", "fg": 2557, "rotates": false }, + { "id": "mon_bear_mega_baby", "fg": 2559, "rotates": false }, + { "id": "mon_bear_mega_kid", "fg": 2558, "rotates": false }, + { "id": "mon_bear_mega_mating", "fg": 2556, "rotates": false }, + { "id": "mon_bee_king", "fg": 2581, "rotates": false }, + { "id": "mon_bee_queen", "fg": 2580, "rotates": false }, + { "id": [ "mon_bee_scout", "mon_bee_soldier", "mon_bee" ], "fg": 2582, "rotates": false }, + { "id": "mon_bjay", "fg": 2569, "rotates": false }, + { "id": [ "mon_centipede", "mon_slug", "mon_mosquito" ], "fg": 2584, "rotates": false }, + { "id": [ "mon_cherub_fly", "mon_cherub" ], "fg": 2540, "rotates": false }, + { "id": "mon_cult_churl", "fg": 2555, "rotates": false }, + { "id": "mon_cult_slave", "fg": 2554, "rotates": false }, + { "id": "mon_cyborg_cop", "fg": 2533, "rotates": false }, + { "id": "mon_cyborg_guard", "fg": 2534, "rotates": false }, + { "id": "mon_deer_small", "fg": 2566, "rotates": false }, + { "id": "mon_dionaea", "fg": 2603, "rotates": false }, + { "id": "mon_dionaea_sprout", "fg": 2605, "rotates": false }, + { "id": "mon_fant", "fg": 2590, "rotates": false }, + { "id": "mon_fardigrade", "fg": 2593, "rotates": false }, + { "id": "mon_feer", "fg": 2567, "rotates": false }, + { "id": "mon_finebeast", "fg": 2601, "rotates": false }, + { "id": "mon_finecraft", "fg": 2602, "rotates": false }, + { "id": "mon_fionaea", "fg": 2604, "rotates": false }, + { "id": "mon_folf", "fg": 2561, "rotates": false }, + { "id": "mon_foose", "fg": 2565, "rotates": false }, + { "id": "mon_fougar", "fg": 2560, "rotates": false }, + { "id": [ "mon_fungus_boil", "mon_spore" ], "fg": 2606, "rotates": false }, + { "id": "mon_furvivor", "fg": 2552, "rotates": false }, { "id": [ "mon_furvivor_glock", "mon_furvivor_pk", "mon_furvivor_shotgun", "mon_furvivor_smg", "mon_furvivor_deagle" ], - "fg": 2527, - "rotates": false - }, - { "id": "mon_generator_SCINET", "fg": 2510, "rotates": false }, - { "id": [ "mon_hallu_mannequin", "f_mannequin" ], "fg": 2585, "rotates": false }, - { "id": "mon_horror_dusk", "fg": 2523, "rotates": false }, - { "id": "mon_horror_dusk_queen", "fg": 2522, "rotates": false }, - { "id": "mon_legion", "fg": 2516, "rotates": false }, - { "id": "mon_lostsoul", "fg": 2512, "rotates": false }, - { "id": "mon_lostsoul_mount", "fg": 2513, "rotates": false }, - { "id": "mon_marloss_man", "fg": 2525, "rotates": false }, - { "id": "mon_mi_go_terminal", "fg": 2517, "rotates": false }, - { "id": "mon_minecraft", "fg": 2587, "rotates": false }, - { "id": "mon_minecraft_charged", "fg": 2588, "rotates": false }, - { "id": "mon_minecraft_charged_season_winter", "fg": 2590, "rotates": false }, - { "id": "mon_minecraft_season_winter", "fg": 2589, "rotates": false }, - { "id": "mon_moth", "fg": 2557, "rotates": false }, - { "id": "mon_nuculais", "fg": 2521, "rotates": false }, - { "id": "mon_pig_saber", "fg": 2538, "rotates": false }, - { "id": [ "mon_pinky_revive", "mon_pinky" ], "fg": 2511, "rotates": false }, - { "id": "mon_skeleton_scorched", "fg": 2581, "rotates": false }, - { "id": "mon_soulcube", "fg": 2515, "rotates": false }, - { "id": "mon_spider_jumping", "fg": 2545, "rotates": false }, - { "id": "mon_spider_jumping_giant_acid", "fg": 2544, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_guardian", "fg": 2546, "rotates": false }, - { "id": [ "mon_spider_trapdoor", "mon_spider_trapdoor_giant_s" ], "fg": 2548, "rotates": false }, - { "id": "mon_spider_web_alpha", "fg": 2550, "rotates": false }, - { "id": [ "mon_spider_web_omega", "mon_spider_web_mu" ], "fg": 2551, "rotates": false }, - { "id": "mon_spider_web_queen", "fg": 2549, "rotates": false }, - { "id": "mon_spider_wolf", "fg": 2552, "rotates": false }, - { "id": "mon_stemcell_nether", "fg": 2524, "rotates": false }, - { "id": "mon_tardigrade", "fg": 2566, "rotates": false }, - { "id": "mon_thing_head", "fg": 2518, "rotates": false }, - { "id": "mon_thing_spider", "fg": 2519, "rotates": false }, - { "id": "mon_thing_swamp", "fg": 2520, "rotates": false }, - { "id": "mon_trapdoor_queen", "fg": 2586, "rotates": false }, - { "id": "mon_turret_shockcannon", "fg": 2509, "rotates": false }, - { "id": "mon_vinebeast_terminal", "fg": 2568, "rotates": false }, - { "id": "mon_wasp_queen", "fg": 2553, "rotates": false }, - { "id": "mon_zanimal_scorched", "fg": 2582, "rotates": false }, - { "id": "mon_zanimal_skeleton", "fg": 2583, "rotates": false }, - { "id": "mon_zanimal_skeleton_dead", "fg": 2584, "rotates": false }, - { "id": "mon_zolf_scorched", "fg": 2537, "rotates": false }, - { "id": "mon_zolf_shady", "fg": 2536, "rotates": false }, - { "id": "mon_bat", "fg": 2618, "rotates": false }, - { "id": [ "mon_beaver", "mon_muskrat", "mon_chipmunk" ], "fg": 2606, "rotates": false }, - { "id": "mon_bobcat", "fg": 2591, "rotates": false }, - { "id": "mon_cat", "fg": 2592, "rotates": false }, - { "id": "mon_caterpillar", "fg": 2631, "rotates": false }, - { "id": "mon_chicken", "fg": 2621, "rotates": false }, - { "id": "mon_cockatrice_chick", "fg": 2628, "rotates": false }, - { "id": "mon_cow", "fg": 2605, "rotates": false }, - { "id": [ "mon_coyote_wolf", "mon_coyote_small", "mon_coyote" ], "fg": 2596, "rotates": false }, - { "id": "mon_coyote_wolf_zerg", "fg": 2597, "rotates": false }, - { "id": "mon_crow", "fg": 2623, "rotates": false }, - { "id": "mon_deer", "fg": 2602, "rotates": false }, - { "id": "mon_duck", "fg": 2622, "rotates": false }, - { "id": [ "mon_duck_chick", "mon_chicken_chick" ], "fg": 2626, "rotates": false }, - { "id": "mon_fly", "fg": 2632, "rotates": false }, - { "id": "mon_fox_gray", "fg": 2599, "rotates": false }, - { "id": "mon_fox_red", "fg": 2598, "rotates": false }, - { "id": "mon_goat", "fg": 2603, "rotates": false }, - { "id": "mon_gull", "fg": 2624, "rotates": false }, - { "id": "mon_halfworm", "fg": 2636, "rotates": false }, - { "id": "mon_hare", "fg": 2613, "rotates": false }, - { "id": "mon_horse", "fg": 2601, "rotates": false }, - { "id": "mon_lemming", "fg": 2611, "rotates": false }, - { "id": "mon_mole_large", "fg": 2607, "rotates": false }, - { "id": [ "mon_opossum", "mon_raccoon", "mon_black_rat" ], "fg": 2615, "rotates": false }, - { "id": "mon_otter", "fg": 2616, "rotates": false }, - { "id": "mon_pidgeon", "fg": 2625, "rotates": false }, - { "id": "mon_pig", "fg": 2600, "rotates": false }, - { "id": "mon_rabbit", "fg": 2612, "rotates": false }, - { "id": "mon_rattlesnake", "fg": 2629, "rotates": false }, - { "id": "mon_robin", "fg": 2619, "rotates": false }, - { "id": [ "mon_sewer_rat", "mon_weasel", "mon_mink" ], "fg": 2617, "rotates": false }, - { "id": "mon_sewer_snake", "fg": 2630, "rotates": false }, - { "id": "mon_sheep", "fg": 2604, "rotates": false }, - { "id": [ "mon_shrew", "mon_deer_mouse" ], "fg": 2610, "rotates": false }, - { "id": "mon_skunk", "fg": 2614, "rotates": false }, - { "id": "mon_sludge_crawler", "fg": 2634, "rotates": false }, - { "id": "mon_sludge_crawler_queen", "fg": 2633, "rotates": false }, - { "id": "mon_squirrel", "fg": 2609, "rotates": false }, - { "id": [ "mon_squirrel_red", "mon_groundhog" ], "fg": 2608, "rotates": false }, - { "id": "mon_turkey", "fg": 2620, "rotates": false }, - { "id": "mon_wolf", "fg": 2593, "rotates": false }, - { "id": "mon_worm", "fg": 2635, "rotates": false }, - { "id": "mon_albino_penguin", "fg": 2660, "rotates": false }, - { "id": "mon_amigara_horror", "fg": 2649, "rotates": false }, - { "id": "mon_blank", "fg": 2646, "rotates": false }, - { "id": "mon_blood_sacrifice", "fg": 2638, "rotates": false }, - { "id": "mon_charred_nightmare", "fg": 2653, "rotates": false }, - { "id": "mon_chud", "fg": 2656, "rotates": false }, - { "id": "mon_crawler", "fg": 2654, "rotates": false }, - { "id": "mon_dark_wyrm", "fg": 2662, "rotates": false }, - { "id": "mon_darkman", "fg": 2644, "rotates": false }, - { "id": "mon_dementia", "fg": 2657, "rotates": false }, + "fg": 2553, + "rotates": false + }, + { "id": "mon_generator_SCINET", "fg": 2536, "rotates": false }, + { "id": [ "mon_hallu_mannequin", "f_mannequin" ], "fg": 2611, "rotates": false }, + { "id": "mon_horror_dusk", "fg": 2549, "rotates": false }, + { "id": "mon_horror_dusk_queen", "fg": 2548, "rotates": false }, + { "id": "mon_legion", "fg": 2542, "rotates": false }, + { "id": "mon_lostsoul", "fg": 2538, "rotates": false }, + { "id": "mon_lostsoul_mount", "fg": 2539, "rotates": false }, + { "id": "mon_marloss_man", "fg": 2551, "rotates": false }, + { "id": "mon_mi_go_terminal", "fg": 2543, "rotates": false }, + { "id": "mon_minecraft", "fg": 2613, "rotates": false }, + { "id": "mon_minecraft_charged", "fg": 2614, "rotates": false }, + { "id": "mon_minecraft_charged_season_winter", "fg": 2616, "rotates": false }, + { "id": "mon_minecraft_season_winter", "fg": 2615, "rotates": false }, + { "id": "mon_moth", "fg": 2583, "rotates": false }, + { "id": "mon_nuculais", "fg": 2547, "rotates": false }, + { "id": "mon_pig_saber", "fg": 2564, "rotates": false }, + { "id": [ "mon_pinky_revive", "mon_pinky" ], "fg": 2537, "rotates": false }, + { "id": "mon_skeleton_scorched", "fg": 2607, "rotates": false }, + { "id": "mon_soulcube", "fg": 2541, "rotates": false }, + { "id": "mon_spider_jumping", "fg": 2571, "rotates": false }, + { "id": "mon_spider_jumping_giant_acid", "fg": 2570, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_guardian", "fg": 2572, "rotates": false }, + { "id": [ "mon_spider_trapdoor", "mon_spider_trapdoor_giant_s" ], "fg": 2574, "rotates": false }, + { "id": "mon_spider_web_alpha", "fg": 2576, "rotates": false }, + { "id": [ "mon_spider_web_omega", "mon_spider_web_mu" ], "fg": 2577, "rotates": false }, + { "id": "mon_spider_web_queen", "fg": 2575, "rotates": false }, + { "id": "mon_spider_wolf", "fg": 2578, "rotates": false }, + { "id": "mon_stemcell_nether", "fg": 2550, "rotates": false }, + { "id": "mon_tardigrade", "fg": 2592, "rotates": false }, + { "id": "mon_thing_head", "fg": 2544, "rotates": false }, + { "id": "mon_thing_spider", "fg": 2545, "rotates": false }, + { "id": "mon_thing_swamp", "fg": 2546, "rotates": false }, + { "id": "mon_trapdoor_queen", "fg": 2612, "rotates": false }, + { "id": "mon_turret_shockcannon", "fg": 2535, "rotates": false }, + { "id": "mon_vinebeast_terminal", "fg": 2594, "rotates": false }, + { "id": "mon_wasp_queen", "fg": 2579, "rotates": false }, + { "id": "mon_zanimal_scorched", "fg": 2608, "rotates": false }, + { "id": "mon_zanimal_skeleton", "fg": 2609, "rotates": false }, + { "id": "mon_zanimal_skeleton_dead", "fg": 2610, "rotates": false }, + { "id": "mon_zolf_scorched", "fg": 2563, "rotates": false }, + { "id": "mon_zolf_shady", "fg": 2562, "rotates": false }, + { "id": "mon_bat", "fg": 2644, "rotates": false }, + { "id": [ "mon_beaver", "mon_muskrat", "mon_chipmunk" ], "fg": 2632, "rotates": false }, + { "id": "mon_bobcat", "fg": 2617, "rotates": false }, + { "id": "mon_cat", "fg": 2618, "rotates": false }, + { "id": "mon_caterpillar", "fg": 2657, "rotates": false }, + { "id": "mon_chicken", "fg": 2647, "rotates": false }, + { "id": "mon_cockatrice_chick", "fg": 2654, "rotates": false }, + { "id": "mon_cow", "fg": 2631, "rotates": false }, + { "id": [ "mon_coyote_wolf", "mon_coyote_small", "mon_coyote" ], "fg": 2622, "rotates": false }, + { "id": "mon_coyote_wolf_zerg", "fg": 2623, "rotates": false }, + { "id": "mon_crow", "fg": 2649, "rotates": false }, + { "id": "mon_deer", "fg": 2628, "rotates": false }, + { "id": "mon_duck", "fg": 2648, "rotates": false }, + { "id": [ "mon_duck_chick", "mon_chicken_chick" ], "fg": 2652, "rotates": false }, + { "id": "mon_fly", "fg": 2658, "rotates": false }, + { "id": "mon_fox_gray", "fg": 2625, "rotates": false }, + { "id": "mon_fox_red", "fg": 2624, "rotates": false }, + { "id": "mon_goat", "fg": 2629, "rotates": false }, + { "id": "mon_gull", "fg": 2650, "rotates": false }, + { "id": "mon_halfworm", "fg": 2662, "rotates": false }, + { "id": "mon_hare", "fg": 2639, "rotates": false }, + { "id": "mon_horse", "fg": 2627, "rotates": false }, + { "id": "mon_lemming", "fg": 2637, "rotates": false }, + { "id": "mon_mole_large", "fg": 2633, "rotates": false }, + { "id": [ "mon_opossum", "mon_raccoon", "mon_black_rat" ], "fg": 2641, "rotates": false }, + { "id": "mon_otter", "fg": 2642, "rotates": false }, + { "id": "mon_pidgeon", "fg": 2651, "rotates": false }, + { "id": "mon_pig", "fg": 2626, "rotates": false }, + { "id": "mon_rabbit", "fg": 2638, "rotates": false }, + { "id": "mon_rattlesnake", "fg": 2655, "rotates": false }, + { "id": "mon_robin", "fg": 2645, "rotates": false }, + { "id": [ "mon_sewer_rat", "mon_weasel", "mon_mink" ], "fg": 2643, "rotates": false }, + { "id": "mon_sewer_snake", "fg": 2656, "rotates": false }, + { "id": "mon_sheep", "fg": 2630, "rotates": false }, + { "id": [ "mon_shrew", "mon_deer_mouse" ], "fg": 2636, "rotates": false }, + { "id": "mon_skunk", "fg": 2640, "rotates": false }, + { "id": "mon_sludge_crawler", "fg": 2660, "rotates": false }, + { "id": "mon_sludge_crawler_queen", "fg": 2659, "rotates": false }, + { "id": "mon_squirrel", "fg": 2635, "rotates": false }, + { "id": [ "mon_squirrel_red", "mon_groundhog" ], "fg": 2634, "rotates": false }, + { "id": "mon_turkey", "fg": 2646, "rotates": false }, + { "id": "mon_wolf", "fg": 2619, "rotates": false }, + { "id": "mon_worm", "fg": 2661, "rotates": false }, + { "id": "mon_albino_penguin", "fg": 2686, "rotates": false }, + { "id": "mon_amigara_horror", "fg": 2675, "rotates": false }, + { "id": "mon_blank", "fg": 2672, "rotates": false }, + { "id": "mon_blood_sacrifice", "fg": 2664, "rotates": false }, + { "id": "mon_charred_nightmare", "fg": 2679, "rotates": false }, + { "id": "mon_chud", "fg": 2682, "rotates": false }, + { "id": "mon_crawler", "fg": 2680, "rotates": false }, + { "id": "mon_dark_wyrm", "fg": 2688, "rotates": false }, + { "id": "mon_darkman", "fg": 2670, "rotates": false }, + { "id": "mon_dementia", "fg": 2683, "rotates": false }, { "id": [ "mon_dog_bcollie", @@ -5357,327 +5366,327 @@ "mon_dog_large", "mon_dog" ], - "fg": 2594, - "rotates": false - }, - { "id": "mon_flaming_eye", "fg": 2648, "rotates": false }, - { "id": "mon_flesh_angel", "fg": 2652, "rotates": false }, - { "id": "mon_flying_polyp", "fg": 2640, "rotates": false }, - { "id": "mon_gozu", "fg": 2642, "rotates": false }, - { "id": "mon_graboid", "fg": 2663, "rotates": false }, - { "id": "mon_gracke", "fg": 2666, "rotates": false }, - { "id": "mon_headless_dog_thing", "fg": 2643, "rotates": false }, - { "id": "mon_homunculus", "fg": 2665, "rotates": false }, - { "id": [ "mon_hound_tindalos", "mon_hound_tindalos_afterimage" ], "fg": 2667 }, - { "id": "mon_human_snail", "fg": 2655, "rotates": false }, - { "id": "mon_hunting_horror", "fg": 2647, "rotates": false }, - { "id": "mon_one_eye", "fg": 2658, "rotates": false }, - { "id": "mon_rat_king", "fg": 2659, "rotates": false }, - { "id": "mon_shadow", "fg": 2645, "rotates": false }, - { "id": "mon_shadow_snake", "fg": 2661, "rotates": false }, - { "id": "mon_shoggoth", "fg": 2639, "rotates": false }, - { "id": "mon_thing", "fg": 2641, "rotates": false }, - { "id": "mon_twisted_body", "fg": 2651, "rotates": false }, - { "id": "mon_vortex", "fg": 2650, "rotates": false }, - { "id": "mon_yugg", "fg": 2664, "rotates": false }, - { "id": "bot_EMP_hack", "fg": 2674, "rotates": false }, - { "id": "bot_antimateriel", "fg": 2713, "rotates": false }, - { "id": "bot_c4_hack", "fg": 2678, "rotates": false }, - { "id": "bot_dispatch", "fg": 2707, "rotates": false }, - { "id": "bot_dispatch_military", "fg": 2709, "rotates": false }, - { "id": "bot_flashbang_hack", "fg": 2670, "rotates": false }, - { "id": "bot_gasbomb_hack", "fg": 2672, "rotates": false }, - { "id": "bot_grenade_hack", "fg": 2676, "rotates": false }, - { "id": "bot_laserturret", "fg": 2699, "rotates": false }, - { "id": "bot_manhack", "fg": 2680, "rotates": false }, - { "id": "bot_manhack_fire", "fg": 2682, "rotates": false }, - { "id": "bot_manhack_missile", "fg": 2684, "rotates": false }, - { "id": "bot_mininuke_hack", "fg": 2688, "rotates": false }, - { "id": [ "bot_rifleturret", "bot_crows_m240" ], "fg": 2697, "rotates": false }, - { "id": "bot_robot_drone", "fg": 2711, "rotates": false }, - { "id": "bot_science_bot", "fg": 2703, "rotates": false }, - { "id": "bot_skitterbot", "fg": 2715, "rotates": false }, - { "id": "bot_turret", "fg": 2695, "rotates": false }, - { "id": "bot_turret_shockcannon", "fg": 2698, "rotates": false }, - { "id": "manhack_firebomb", "fg": 2685, "rotates": false }, - { "id": "manhack_firebomb_act", "fg": 2686, "rotates": false }, - { "id": "mon_EMP_hack", "fg": 2673, "rotates": false }, - { "id": "mon_broken_cyborg", "fg": 2689, "rotates": false }, - { "id": "mon_c4_hack", "fg": 2677, "rotates": false }, - { "id": "mon_copbot", "fg": 2691, "rotates": false }, - { "id": "mon_dispatch", "fg": 2706, "rotates": false }, - { "id": "mon_dispatch_military", "fg": 2708, "rotates": false }, - { "id": "mon_eyebot", "fg": 2692, "rotates": false }, - { "id": "mon_flashbang_hack", "fg": 2669, "rotates": false }, - { "id": "mon_gasbomb_hack", "fg": 2671, "rotates": false }, - { "id": [ "mon_generator", "generator_7500w" ], "fg": 2668, "rotates": false }, - { "id": "mon_grenade_hack", "fg": 2675, "rotates": false }, - { "id": "mon_hazmatbot", "fg": 2693, "rotates": false }, - { "id": "mon_hologram", "fg": 2717, "rotates": false }, - { "id": "mon_manhack", "fg": 2679, "rotates": false }, - { "id": "mon_manhack_fire", "fg": 2681, "rotates": false }, - { "id": "mon_manhack_missile", "fg": 2683, "rotates": false }, - { "id": "mon_mininuke_hack", "fg": 2687, "rotates": false }, - { "id": "mon_molebot", "fg": 2704, "rotates": false }, - { "id": [ "mon_nursebot", "mon_nursebot_defective" ], "fg": 2719, "rotates": false }, - { "id": "mon_prototype_cyborg", "fg": 2690, "rotates": false }, - { "id": "mon_riotbot", "fg": 2705, "rotates": false }, - { "id": "mon_robot_drone", "fg": 2710, "rotates": false }, - { "id": "mon_science_bot", "fg": 2702, "rotates": false }, - { "id": "mon_secubot", "fg": 2712, "rotates": false }, - { "id": "mon_skitterbot", "fg": 2714, "rotates": false }, - { "id": "mon_talon_m202a1", "fg": 2718, "rotates": false }, - { "id": "mon_turret", "fg": 2694, "rotates": false }, - { "id": "mon_turret_bmg", "fg": 2700, "rotates": false }, - { "id": [ "mon_turret_rifle", "mon_crows_m240" ], "fg": 2696, "rotates": false }, - { "id": "mon_turret_searchlight", "fg": 2701, "rotates": false }, - { "id": "mon_creeper_hub", "fg": 2722, "rotates": false }, - { "id": "mon_creeper_root", "fg": 2721, "rotates": false }, - { "id": "mon_triffid_heart", "fg": 2723, "rotates": false }, - { "id": "mon_triffid_queen", "fg": 2724, "rotates": false }, - { "id": "mon_triffid_sprig", "fg": 2726, "rotates": false }, - { "id": "mon_triffid_young", "fg": 2725, "rotates": false }, - { "id": "mon_afs_headless_zombie", "fg": 2829, "rotates": false }, - { "id": "mon_boomer", "fg": 2785, "rotates": false }, - { "id": [ "mon_dog_zombie_cop", "mon_dog_zombie_cop_pk" ], "fg": 2801, "rotates": false }, + "fg": 2620, + "rotates": false + }, + { "id": "mon_flaming_eye", "fg": 2674, "rotates": false }, + { "id": "mon_flesh_angel", "fg": 2678, "rotates": false }, + { "id": "mon_flying_polyp", "fg": 2666, "rotates": false }, + { "id": "mon_gozu", "fg": 2668, "rotates": false }, + { "id": "mon_graboid", "fg": 2689, "rotates": false }, + { "id": "mon_gracke", "fg": 2692, "rotates": false }, + { "id": "mon_headless_dog_thing", "fg": 2669, "rotates": false }, + { "id": "mon_homunculus", "fg": 2691, "rotates": false }, + { "id": [ "mon_hound_tindalos", "mon_hound_tindalos_afterimage" ], "fg": 2693 }, + { "id": "mon_human_snail", "fg": 2681, "rotates": false }, + { "id": "mon_hunting_horror", "fg": 2673, "rotates": false }, + { "id": "mon_one_eye", "fg": 2684, "rotates": false }, + { "id": "mon_rat_king", "fg": 2685, "rotates": false }, + { "id": "mon_shadow", "fg": 2671, "rotates": false }, + { "id": "mon_shadow_snake", "fg": 2687, "rotates": false }, + { "id": "mon_shoggoth", "fg": 2665, "rotates": false }, + { "id": "mon_thing", "fg": 2667, "rotates": false }, + { "id": "mon_twisted_body", "fg": 2677, "rotates": false }, + { "id": "mon_vortex", "fg": 2676, "rotates": false }, + { "id": "mon_yugg", "fg": 2690, "rotates": false }, + { "id": "bot_EMP_hack", "fg": 2700, "rotates": false }, + { "id": "bot_antimateriel", "fg": 2739, "rotates": false }, + { "id": "bot_c4_hack", "fg": 2704, "rotates": false }, + { "id": "bot_dispatch", "fg": 2733, "rotates": false }, + { "id": "bot_dispatch_military", "fg": 2735, "rotates": false }, + { "id": "bot_flashbang_hack", "fg": 2696, "rotates": false }, + { "id": "bot_gasbomb_hack", "fg": 2698, "rotates": false }, + { "id": "bot_grenade_hack", "fg": 2702, "rotates": false }, + { "id": "bot_laserturret", "fg": 2725, "rotates": false }, + { "id": "bot_manhack", "fg": 2706, "rotates": false }, + { "id": "bot_manhack_fire", "fg": 2708, "rotates": false }, + { "id": "bot_manhack_missile", "fg": 2710, "rotates": false }, + { "id": "bot_mininuke_hack", "fg": 2714, "rotates": false }, + { "id": [ "bot_rifleturret", "bot_crows_m240" ], "fg": 2723, "rotates": false }, + { "id": "bot_robot_drone", "fg": 2737, "rotates": false }, + { "id": "bot_science_bot", "fg": 2729, "rotates": false }, + { "id": "bot_skitterbot", "fg": 2741, "rotates": false }, + { "id": "bot_turret", "fg": 2721, "rotates": false }, + { "id": "bot_turret_shockcannon", "fg": 2724, "rotates": false }, + { "id": "manhack_firebomb", "fg": 2711, "rotates": false }, + { "id": "manhack_firebomb_act", "fg": 2712, "rotates": false }, + { "id": "mon_EMP_hack", "fg": 2699, "rotates": false }, + { "id": "mon_broken_cyborg", "fg": 2715, "rotates": false }, + { "id": "mon_c4_hack", "fg": 2703, "rotates": false }, + { "id": "mon_copbot", "fg": 2717, "rotates": false }, + { "id": "mon_dispatch", "fg": 2732, "rotates": false }, + { "id": "mon_dispatch_military", "fg": 2734, "rotates": false }, + { "id": "mon_eyebot", "fg": 2718, "rotates": false }, + { "id": "mon_flashbang_hack", "fg": 2695, "rotates": false }, + { "id": "mon_gasbomb_hack", "fg": 2697, "rotates": false }, + { "id": [ "mon_generator", "generator_7500w" ], "fg": 2694, "rotates": false }, + { "id": "mon_grenade_hack", "fg": 2701, "rotates": false }, + { "id": "mon_hazmatbot", "fg": 2719, "rotates": false }, + { "id": "mon_hologram", "fg": 2743, "rotates": false }, + { "id": "mon_manhack", "fg": 2705, "rotates": false }, + { "id": "mon_manhack_fire", "fg": 2707, "rotates": false }, + { "id": "mon_manhack_missile", "fg": 2709, "rotates": false }, + { "id": "mon_mininuke_hack", "fg": 2713, "rotates": false }, + { "id": "mon_molebot", "fg": 2730, "rotates": false }, + { "id": [ "mon_nursebot", "mon_nursebot_defective" ], "fg": 2745, "rotates": false }, + { "id": "mon_prototype_cyborg", "fg": 2716, "rotates": false }, + { "id": "mon_riotbot", "fg": 2731, "rotates": false }, + { "id": "mon_robot_drone", "fg": 2736, "rotates": false }, + { "id": "mon_science_bot", "fg": 2728, "rotates": false }, + { "id": "mon_secubot", "fg": 2738, "rotates": false }, + { "id": "mon_skitterbot", "fg": 2740, "rotates": false }, + { "id": "mon_talon_m202a1", "fg": 2744, "rotates": false }, + { "id": "mon_turret", "fg": 2720, "rotates": false }, + { "id": "mon_turret_bmg", "fg": 2726, "rotates": false }, + { "id": [ "mon_turret_rifle", "mon_crows_m240" ], "fg": 2722, "rotates": false }, + { "id": "mon_turret_searchlight", "fg": 2727, "rotates": false }, + { "id": "mon_creeper_hub", "fg": 2748, "rotates": false }, + { "id": "mon_creeper_root", "fg": 2747, "rotates": false }, + { "id": "mon_triffid_heart", "fg": 2749, "rotates": false }, + { "id": "mon_triffid_queen", "fg": 2750, "rotates": false }, + { "id": "mon_triffid_sprig", "fg": 2752, "rotates": false }, + { "id": "mon_triffid_young", "fg": 2751, "rotates": false }, + { "id": "mon_afs_headless_zombie", "fg": 2855, "rotates": false }, + { "id": "mon_boomer", "fg": 2811, "rotates": false }, + { "id": [ "mon_dog_zombie_cop", "mon_dog_zombie_cop_pk" ], "fg": 2827, "rotates": false }, { "id": [ "mon_dog_zombie_rot", "mon_dog_zombie_rot_pain", "mon_dog_zombie_rot_worms" ], - "fg": 2802, + "fg": 2828, "rotates": false }, - { "id": "mon_gas_zombie", "fg": 2769, "rotates": false }, - { "id": "mon_horse_zombie", "fg": 2734, "rotates": false }, - { "id": "mon_horse_zombie_scorched", "fg": 2735, "rotates": false }, + { "id": "mon_gas_zombie", "fg": 2795, "rotates": false }, + { "id": "mon_horse_zombie", "fg": 2760, "rotates": false }, + { "id": "mon_horse_zombie_scorched", "fg": 2761, "rotates": false }, { "id": [ "mon_irradiated_wanderer_2", "mon_irradiated_wanderer_3", "mon_irradiated_wanderer_4", "mon_irradiated_wanderer_1" ], - "fg": 2727, - "rotates": false - }, - { "id": [ "mon_shia", "mon_zombie_jackson" ], "fg": 2446, "rotates": false }, - { "id": "mon_skeleton", "fg": 2789, "rotates": false }, - { "id": "mon_skeleton_brute", "fg": 2788, "rotates": false }, - { "id": "mon_skeleton_electric", "fg": 2824, "rotates": false }, - { "id": "mon_zolf", "fg": 2731, "rotates": false }, - { "id": "mon_zombear", "fg": 2729, "rotates": false }, - { "id": [ "mon_zombie_acidic", "mon_zombie_acidic_pk" ], "fg": 2817, "rotates": false }, - { "id": "mon_zombie_anklebiter", "fg": 2780, "rotates": false }, - { "id": "mon_zombie_armored", "fg": 2756, "rotates": false }, - { "id": "mon_zombie_bear_mega", "fg": 2728, "rotates": false }, - { "id": "mon_zombie_bio_op", "fg": 2761, "rotates": false }, - { "id": "mon_zombie_biter", "fg": 2779, "rotates": false }, - { "id": [ "mon_zombie_blind_pk", "mon_zombie_blind" ], "fg": 2808, "rotates": false }, - { "id": "mon_zombie_brainless", "fg": 2812, "rotates": false }, - { "id": "mon_zombie_brute", "fg": 2774, "rotates": false }, - { "id": "mon_zombie_brute_grappler", "fg": 2775, "rotates": false }, - { "id": "mon_zombie_brute_ninja", "fg": 2772, "rotates": false }, - { "id": "mon_zombie_brute_shocker", "fg": 2773, "rotates": false }, + "fg": 2753, + "rotates": false + }, + { "id": [ "mon_shia", "mon_zombie_jackson" ], "fg": 2472, "rotates": false }, + { "id": "mon_skeleton", "fg": 2815, "rotates": false }, + { "id": "mon_skeleton_brute", "fg": 2814, "rotates": false }, + { "id": "mon_skeleton_electric", "fg": 2850, "rotates": false }, + { "id": "mon_zolf", "fg": 2757, "rotates": false }, + { "id": "mon_zombear", "fg": 2755, "rotates": false }, + { "id": [ "mon_zombie_acidic", "mon_zombie_acidic_pk" ], "fg": 2843, "rotates": false }, + { "id": "mon_zombie_anklebiter", "fg": 2806, "rotates": false }, + { "id": "mon_zombie_armored", "fg": 2782, "rotates": false }, + { "id": "mon_zombie_bear_mega", "fg": 2754, "rotates": false }, + { "id": "mon_zombie_bio_op", "fg": 2787, "rotates": false }, + { "id": "mon_zombie_biter", "fg": 2805, "rotates": false }, + { "id": [ "mon_zombie_blind_pk", "mon_zombie_blind" ], "fg": 2834, "rotates": false }, + { "id": "mon_zombie_brainless", "fg": 2838, "rotates": false }, + { "id": "mon_zombie_brute", "fg": 2800, "rotates": false }, + { "id": "mon_zombie_brute_grappler", "fg": 2801, "rotates": false }, + { "id": "mon_zombie_brute_ninja", "fg": 2798, "rotates": false }, + { "id": "mon_zombie_brute_shocker", "fg": 2799, "rotates": false }, { "id": [ "mon_zombie_child_2", "mon_zombie_child_3", "mon_zombie_child_pk", "mon_zombie_child" ], - "fg": 2799, + "fg": 2825, "rotates": false }, - { "id": "mon_zombie_child_fungus", "fg": 2800, "rotates": false }, - { "id": [ "mon_zombie_child_reaver", "mon_kreck" ], "fg": 2798, "rotates": false }, - { "id": [ "mon_zombie_child_scorched_2", "mon_zombie_child_scorched" ], "fg": 2797, "rotates": false }, - { "id": "mon_zombie_cop", "fg": 2765, "rotates": false }, - { "id": "mon_zombie_corrosive", "fg": 2770, "rotates": false }, + { "id": "mon_zombie_child_fungus", "fg": 2826, "rotates": false }, + { "id": [ "mon_zombie_child_reaver", "mon_kreck" ], "fg": 2824, "rotates": false }, + { "id": [ "mon_zombie_child_scorched_2", "mon_zombie_child_scorched" ], "fg": 2823, "rotates": false }, + { "id": "mon_zombie_cop", "fg": 2791, "rotates": false }, + { "id": "mon_zombie_corrosive", "fg": 2796, "rotates": false }, { "id": [ "mon_zombie_crawler_pk", "mon_zombie_crawler_pk_weak", "mon_zombie_crawler" ], - "fg": 2805, - "rotates": false - }, - { "id": "mon_zombie_crawler_scorched", "fg": 2806, "rotates": false }, - { "id": "mon_zombie_creepy", "fg": 2791, "rotates": false }, - { "id": "mon_zombie_cripple", "fg": 2807, "rotates": false }, - { "id": "mon_zombie_dancer", "fg": 2821, "rotates": false }, - { "id": [ "mon_zombie_dog", "mon_zombie_dog_pk", "mon_zombie_fast" ], "fg": 2803, "rotates": false }, - { "id": "mon_zombie_ears", "fg": 2811, "rotates": false }, - { "id": "mon_zombie_electric_fungal", "fg": 2741, "rotates": false }, - { "id": [ "mon_zombie_electric_pk", "mon_zombie_electric" ], "fg": 2742, "rotates": false }, - { "id": [ "mon_zombie_fat", "mon_zombie_fat_2", "mon_zombie_fat_3" ], "fg": 2787, "rotates": false }, - { "id": [ "mon_zombie_fiend_pk", "mon_zombie_fiend" ], "fg": 2739, "rotates": false }, - { "id": "mon_zombie_fiend_shocker", "fg": 2738, "rotates": false }, - { "id": "mon_zombie_fireman", "fg": 2762, "rotates": false }, - { "id": "mon_zombie_flamer", "fg": 2754, "rotates": false }, - { "id": "mon_zombie_fungus", "fg": 2816, "rotates": false }, - { "id": "mon_zombie_gasbag_crawler", "fg": 2825, "rotates": false }, - { "id": "mon_zombie_gasbag_immobile", "fg": 2826, "rotates": false }, - { "id": "mon_zombie_gasbag_impaler", "fg": 2827, "rotates": false }, - { "id": [ "mon_zombie_gasbag", "mon_zombie_gasbag_pk" ], "fg": 2786, "rotates": false }, - { "id": "mon_zombie_grabber", "fg": 2777, "rotates": false }, - { "id": "mon_zombie_grappler", "fg": 2776, "rotates": false }, - { "id": "mon_zombie_grenadier", "fg": 2757, "rotates": false }, - { "id": "mon_zombie_grenadier_elite", "fg": 2758, "rotates": false }, - { "id": "mon_zombie_hazmat", "fg": 2763, "rotates": false }, - { "id": [ "mon_zombie_hollow", "mon_zombie_hollow_pk" ], "fg": 2810, "rotates": false }, - { "id": "mon_zombie_hunter", "fg": 2804, "rotates": false }, - { "id": "mon_zombie_kevlar_1", "fg": 2771, "rotates": false }, - { "id": "mon_zombie_labsecurity", "fg": 2768, "rotates": false }, - { "id": "mon_zombie_living_wall", "fg": 2828, "rotates": false }, - { "id": "mon_zombie_lord", "fg": 2744, "rotates": false }, - { "id": "mon_zombie_mancroc", "fg": 2778, "rotates": false }, - { "id": [ "mon_zombie_master_pk", "mon_zombie_master" ], "fg": 2745, "rotates": false }, - { "id": "mon_zombie_military_pilot", "fg": 2753, "rotates": false }, - { "id": [ "mon_zombie_necro_pk", "mon_zombie_necro" ], "fg": 2747, "rotates": false }, - { "id": "mon_zombie_nullfield", "fg": 2740, "rotates": false }, - { "id": "mon_zombie_pig", "fg": 2732, "rotates": false }, - { "id": [ "mon_zombie_pk", "mon_zombie_2", "mon_zombie_3", "mon_zombie" ], "fg": 2823, "rotates": false }, - { "id": "mon_zombie_predator", "fg": 2749, "rotates": false }, - { "id": "mon_zombie_radbag", "fg": 2782, "rotates": false }, - { "id": "mon_zombie_rot", "fg": 2830, "rotates": false }, - { "id": [ "mon_zombie_runner_pk", "mon_zombie_runner" ], "fg": 2750, "rotates": false }, - { "id": "mon_zombie_scales", "fg": 2819, "rotates": false }, - { "id": "mon_zombie_scientist", "fg": 2766, "rotates": false }, - { "id": "mon_zombie_scorched_master", "fg": 2746, "rotates": false }, - { "id": "mon_zombie_scorched_necro", "fg": 2748, "rotates": false }, - { "id": [ "mon_zombie_scorched_pk", "mon_zombie_scorched" ], "fg": 2822, "rotates": false }, - { "id": "mon_zombie_scorched_shocker", "fg": 2743, "rotates": false }, - { "id": "mon_zombie_screecher", "fg": 2794, "rotates": false }, - { "id": "mon_zombie_shady_ghost", "fg": 2814, "rotates": false }, - { "id": [ "mon_zombie_shady_pk", "mon_zombie_shady" ], "fg": 2815, "rotates": false }, - { "id": "mon_zombie_shrieker", "fg": 2795, "rotates": false }, - { "id": "mon_zombie_shriekling", "fg": 2796, "rotates": false }, - { "id": "mon_zombie_skull", "fg": 2809, "rotates": false }, - { "id": [ "mon_zombie_smoker_pk", "mon_zombie_smoker" ], "fg": 2783, "rotates": false }, - { "id": "mon_zombie_snotgobbler", "fg": 2793, "rotates": false }, - { "id": "mon_zombie_soldier", "fg": 2759, "rotates": false }, - { "id": "mon_zombie_soldier_acid_1", "fg": 2755, "rotates": false }, - { "id": "mon_zombie_soldier_acid_2", "fg": 2760, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_1", "fg": 2752, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_2", "fg": 2751, "rotates": false }, - { "id": "mon_zombie_spitter", "fg": 2784, "rotates": false }, - { "id": "mon_zombie_sproglodyte", "fg": 2792, "rotates": false }, - { "id": "mon_zombie_survivor", "fg": 2764, "rotates": false }, - { "id": [ "mon_zombie_swimmer", "mon_zombie_swimmer_pk" ], "fg": 2820, "rotates": false }, - { "id": "mon_zombie_technician", "fg": 2767, "rotates": false }, - { "id": "mon_zombie_thorny", "fg": 2737 }, - { "id": [ "mon_zombie_tough", "mon_zombie_tough_2", "mon_zombie_tough_3" ], "fg": 2818, "rotates": false }, - { "id": "mon_zombie_waif", "fg": 2790, "rotates": false }, - { "id": "mon_zoose", "fg": 2733, "rotates": false }, - { "id": "mon_zougar", "fg": 2730, "rotates": false }, - { "id": [ "manhole_cover", "t_manhole_cover" ], "fg": 2892, "rotates": false }, - { "id": "t_atm", "fg": 3316, "rotates": false }, - { "id": [ "t_backboard_in", "t_backboard" ], "fg": 3338, "rotates": false }, - { "id": "t_border_rock", "fg": 3362, "rotates": false }, + "fg": 2831, + "rotates": false + }, + { "id": "mon_zombie_crawler_scorched", "fg": 2832, "rotates": false }, + { "id": "mon_zombie_creepy", "fg": 2817, "rotates": false }, + { "id": "mon_zombie_cripple", "fg": 2833, "rotates": false }, + { "id": "mon_zombie_dancer", "fg": 2847, "rotates": false }, + { "id": [ "mon_zombie_dog", "mon_zombie_dog_pk", "mon_zombie_fast" ], "fg": 2829, "rotates": false }, + { "id": "mon_zombie_ears", "fg": 2837, "rotates": false }, + { "id": "mon_zombie_electric_fungal", "fg": 2767, "rotates": false }, + { "id": [ "mon_zombie_electric_pk", "mon_zombie_electric" ], "fg": 2768, "rotates": false }, + { "id": [ "mon_zombie_fat", "mon_zombie_fat_2", "mon_zombie_fat_3" ], "fg": 2813, "rotates": false }, + { "id": [ "mon_zombie_fiend_pk", "mon_zombie_fiend" ], "fg": 2765, "rotates": false }, + { "id": "mon_zombie_fiend_shocker", "fg": 2764, "rotates": false }, + { "id": "mon_zombie_fireman", "fg": 2788, "rotates": false }, + { "id": "mon_zombie_flamer", "fg": 2780, "rotates": false }, + { "id": "mon_zombie_fungus", "fg": 2842, "rotates": false }, + { "id": "mon_zombie_gasbag_crawler", "fg": 2851, "rotates": false }, + { "id": "mon_zombie_gasbag_immobile", "fg": 2852, "rotates": false }, + { "id": "mon_zombie_gasbag_impaler", "fg": 2853, "rotates": false }, + { "id": [ "mon_zombie_gasbag", "mon_zombie_gasbag_pk" ], "fg": 2812, "rotates": false }, + { "id": "mon_zombie_grabber", "fg": 2803, "rotates": false }, + { "id": "mon_zombie_grappler", "fg": 2802, "rotates": false }, + { "id": "mon_zombie_grenadier", "fg": 2783, "rotates": false }, + { "id": "mon_zombie_grenadier_elite", "fg": 2784, "rotates": false }, + { "id": "mon_zombie_hazmat", "fg": 2789, "rotates": false }, + { "id": [ "mon_zombie_hollow", "mon_zombie_hollow_pk" ], "fg": 2836, "rotates": false }, + { "id": "mon_zombie_hunter", "fg": 2830, "rotates": false }, + { "id": "mon_zombie_kevlar_1", "fg": 2797, "rotates": false }, + { "id": "mon_zombie_labsecurity", "fg": 2794, "rotates": false }, + { "id": "mon_zombie_living_wall", "fg": 2854, "rotates": false }, + { "id": "mon_zombie_lord", "fg": 2770, "rotates": false }, + { "id": "mon_zombie_mancroc", "fg": 2804, "rotates": false }, + { "id": [ "mon_zombie_master_pk", "mon_zombie_master" ], "fg": 2771, "rotates": false }, + { "id": "mon_zombie_military_pilot", "fg": 2779, "rotates": false }, + { "id": [ "mon_zombie_necro_pk", "mon_zombie_necro" ], "fg": 2773, "rotates": false }, + { "id": "mon_zombie_nullfield", "fg": 2766, "rotates": false }, + { "id": "mon_zombie_pig", "fg": 2758, "rotates": false }, + { "id": [ "mon_zombie_pk", "mon_zombie_2", "mon_zombie_3", "mon_zombie" ], "fg": 2849, "rotates": false }, + { "id": "mon_zombie_predator", "fg": 2775, "rotates": false }, + { "id": "mon_zombie_radbag", "fg": 2808, "rotates": false }, + { "id": "mon_zombie_rot", "fg": 2856, "rotates": false }, + { "id": [ "mon_zombie_runner_pk", "mon_zombie_runner" ], "fg": 2776, "rotates": false }, + { "id": "mon_zombie_scales", "fg": 2845, "rotates": false }, + { "id": "mon_zombie_scientist", "fg": 2792, "rotates": false }, + { "id": "mon_zombie_scorched_master", "fg": 2772, "rotates": false }, + { "id": "mon_zombie_scorched_necro", "fg": 2774, "rotates": false }, + { "id": [ "mon_zombie_scorched_pk", "mon_zombie_scorched" ], "fg": 2848, "rotates": false }, + { "id": "mon_zombie_scorched_shocker", "fg": 2769, "rotates": false }, + { "id": "mon_zombie_screecher", "fg": 2820, "rotates": false }, + { "id": "mon_zombie_shady_ghost", "fg": 2840, "rotates": false }, + { "id": [ "mon_zombie_shady_pk", "mon_zombie_shady" ], "fg": 2841, "rotates": false }, + { "id": "mon_zombie_shrieker", "fg": 2821, "rotates": false }, + { "id": "mon_zombie_shriekling", "fg": 2822, "rotates": false }, + { "id": "mon_zombie_skull", "fg": 2835, "rotates": false }, + { "id": [ "mon_zombie_smoker_pk", "mon_zombie_smoker" ], "fg": 2809, "rotates": false }, + { "id": "mon_zombie_snotgobbler", "fg": 2819, "rotates": false }, + { "id": "mon_zombie_soldier", "fg": 2785, "rotates": false }, + { "id": "mon_zombie_soldier_acid_1", "fg": 2781, "rotates": false }, + { "id": "mon_zombie_soldier_acid_2", "fg": 2786, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_1", "fg": 2778, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_2", "fg": 2777, "rotates": false }, + { "id": "mon_zombie_spitter", "fg": 2810, "rotates": false }, + { "id": "mon_zombie_sproglodyte", "fg": 2818, "rotates": false }, + { "id": "mon_zombie_survivor", "fg": 2790, "rotates": false }, + { "id": [ "mon_zombie_swimmer", "mon_zombie_swimmer_pk" ], "fg": 2846, "rotates": false }, + { "id": "mon_zombie_technician", "fg": 2793, "rotates": false }, + { "id": "mon_zombie_thorny", "fg": 2763 }, + { "id": [ "mon_zombie_tough", "mon_zombie_tough_2", "mon_zombie_tough_3" ], "fg": 2844, "rotates": false }, + { "id": "mon_zombie_waif", "fg": 2816, "rotates": false }, + { "id": "mon_zoose", "fg": 2759, "rotates": false }, + { "id": "mon_zougar", "fg": 2756, "rotates": false }, + { "id": [ "manhole_cover", "t_manhole_cover" ], "fg": 2918, "rotates": false }, + { "id": "t_atm", "fg": 3342, "rotates": false }, + { "id": [ "t_backboard_in", "t_backboard" ], "fg": 3364, "rotates": false }, + { "id": "t_border_rock", "fg": 3388, "rotates": false }, { "id": "t_brick_wall", - "fg": 3092, + "fg": 3118, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3093 }, - { "id": "corner", "fg": 3094 }, - { "id": "edge", "fg": 3096 }, - { "id": "end_piece", "fg": 3097 }, - { "id": "t_connection", "fg": 3098 }, - { "id": "unconnected", "fg": 3092 } + { "id": "center", "fg": 3119 }, + { "id": "corner", "fg": 3120 }, + { "id": "edge", "fg": 3122 }, + { "id": "end_piece", "fg": 3123 }, + { "id": "t_connection", "fg": 3124 }, + { "id": "unconnected", "fg": 3118 } ] }, { "id": [ "t_brick_wall_halfway", "f_sandbag_half" ], - "fg": 2965, + "fg": 2991, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2970 }, - { "id": "corner", "fg": 2979 }, - { "id": "edge", "fg": 2988 }, - { "id": "end_piece", "fg": 2997 }, - { "id": "t_connection", "fg": 2998 }, - { "id": "unconnected", "fg": 2965 } + { "id": "center", "fg": 2996 }, + { "id": "corner", "fg": 3005 }, + { "id": "edge", "fg": 3014 }, + { "id": "end_piece", "fg": 3023 }, + { "id": "t_connection", "fg": 3024 }, + { "id": "unconnected", "fg": 2991 } ] }, - { "id": "t_bridge", "fg": 3257, "rotates": false }, - { "id": "t_bulk_tank", "fg": 3343, "rotates": false }, - { "id": "t_card_reader_broken", "fg": 3318, "rotates": false }, - { "id": [ "t_card_science", "t_card_military", "t_card_robofac" ], "fg": 3317, "rotates": false }, - { "id": "t_carpet_purple", "fg": 3346, "rotates": false }, - { "id": [ "t_carpet_yellow", "t_floor_waxed_y" ], "fg": 3278, "rotates": false }, - { "id": "t_centrifuge", "fg": 3274, "rotates": false }, + { "id": "t_bridge", "fg": 3283, "rotates": false }, + { "id": "t_bulk_tank", "fg": 3369, "rotates": false }, + { "id": "t_card_reader_broken", "fg": 3344, "rotates": false }, + { "id": [ "t_card_science", "t_card_military", "t_card_robofac" ], "fg": 3343, "rotates": false }, + { "id": "t_carpet_purple", "fg": 3372, "rotates": false }, + { "id": [ "t_carpet_yellow", "t_floor_waxed_y" ], "fg": 3304, "rotates": false }, + { "id": "t_centrifuge", "fg": 3300, "rotates": false }, { "id": [ "t_chainfence_v", "t_chainfence", "t_chainfence_h", "t_fence_wire" ], - "fg": 2932, + "fg": 2958, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2928 }, - { "id": "corner", "fg": 2929 }, - { "id": "edge", "fg": 2932 }, - { "id": "end_piece", "fg": 2930 }, - { "id": "t_connection", "fg": 2931 }, - { "id": "unconnected", "fg": 2932 } + { "id": "center", "fg": 2954 }, + { "id": "corner", "fg": 2955 }, + { "id": "edge", "fg": 2958 }, + { "id": "end_piece", "fg": 2956 }, + { "id": "t_connection", "fg": 2957 }, + { "id": "unconnected", "fg": 2958 } ] }, - { "id": "t_chaingate_c", "fg": 2939, "rotates": false }, - { "id": "t_chaingate_l", "fg": 2940, "rotates": false }, - { "id": "t_chaingate_o", "fg": 2938, "rotates": false }, - { "id": "t_clay", "fg": 3117, "rotates": false }, - { "id": [ "t_claymound", "t_dirtmoundfloor", "t_dirtmound" ], "fg": 3353, "rotates": false }, - { "id": "t_column_halfway", "fg": 3325, "rotates": true }, + { "id": "t_chaingate_c", "fg": 2965, "rotates": false }, + { "id": "t_chaingate_l", "fg": 2966, "rotates": false }, + { "id": "t_chaingate_o", "fg": 2964, "rotates": false }, + { "id": "t_clay", "fg": 3143, "rotates": false }, + { "id": [ "t_claymound", "t_dirtmoundfloor", "t_dirtmound" ], "fg": 3379, "rotates": false }, + { "id": "t_column_halfway", "fg": 3351, "rotates": true }, { "id": [ "t_concrete_floor", "t_flat_roof", "t_strconc_floor", "t_thconc_floor", "t_railroad_rubble", "t_concrete" ], - "fg": 3213, + "fg": 3239, "rotates": false }, { "id": "t_concrete_wall", - "fg": 3017, + "fg": 3043, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3018 }, - { "id": "corner", "fg": 3020 }, - { "id": "edge", "fg": 3021 }, - { "id": "end_piece", "fg": 3022 }, - { "id": "t_connection", "fg": 3023 }, - { "id": "unconnected", "fg": 3017 } + { "id": "center", "fg": 3044 }, + { "id": "corner", "fg": 3046 }, + { "id": "edge", "fg": 3047 }, + { "id": "end_piece", "fg": 3048 }, + { "id": "t_connection", "fg": 3049 }, + { "id": "unconnected", "fg": 3043 } ] }, { "id": "t_conveyor", - "fg": 3284, + "fg": 3310, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3284 }, - { "id": "corner", "fg": 3285 }, - { "id": "edge", "fg": 3284 }, - { "id": "end_piece", "fg": 3284 }, - { "id": "t_connection", "fg": 3286 }, - { "id": "unconnected", "fg": 3284 } + { "id": "center", "fg": 3310 }, + { "id": "corner", "fg": 3311 }, + { "id": "edge", "fg": 3310 }, + { "id": "end_piece", "fg": 3310 }, + { "id": "t_connection", "fg": 3312 }, + { "id": "unconnected", "fg": 3310 } ] }, - { "id": "t_covered_well", "fg": 3344, "rotates": false }, - { "id": "t_current_trans", "fg": 3330, "rotates": false }, - { "id": "t_curtains", "fg": 3221, "rotates": false }, + { "id": "t_covered_well", "fg": 3370, "rotates": false }, + { "id": "t_current_trans", "fg": 3356, "rotates": false }, + { "id": "t_curtains", "fg": 3247, "rotates": false }, { "id": "t_cvdbody", - "fg": 3275, + "fg": 3301, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3276 }, - { "id": "corner", "fg": 3277 }, - { "id": "edge", "fg": 3279 }, - { "id": "end_piece", "fg": 3280 }, - { "id": "t_connection", "fg": 3281 }, - { "id": "unconnected", "fg": 3275 } + { "id": "center", "fg": 3302 }, + { "id": "corner", "fg": 3303 }, + { "id": "edge", "fg": 3305 }, + { "id": "end_piece", "fg": 3306 }, + { "id": "t_connection", "fg": 3307 }, + { "id": "unconnected", "fg": 3301 } ] }, - { "id": "t_cvdmachine", "fg": 3320, "rotates": false }, - { "id": "t_diesel_pump", "fg": 3309, "rotates": false }, - { "id": "t_diesel_pump_smashed", "fg": 3313, "rotates": false }, - { "id": "t_dirt_season_winter", "fg": 3084, "rotates": false }, - { "id": [ "t_dirtfloor", "t_dirt" ], "fg": 3073, "rotates": false }, - { "id": [ "t_dock", "t_sh_bridge" ], "fg": 3254, "rotates": false }, - { "id": [ "t_door_b", "t_door_lab_b", "t_door_b_peep" ], "fg": 3231, "rotates": false }, - { "id": "t_door_bar_c", "fg": 3251, "rotates": false }, - { "id": "t_door_bar_locked", "fg": 3252, "rotates": false }, - { "id": [ "t_door_bar_o", "t_iron_gate_o" ], "fg": 3250, "rotates": false }, - { "id": [ "t_door_boarded_damaged_peep", "t_door_boarded_damaged" ], "fg": 3233, "rotates": false }, - { "id": [ "t_door_boarded_peep", "t_door_boarded" ], "fg": 3232, "rotates": false }, - { "id": "t_door_c_peep", "fg": 3230, "rotates": false }, - { "id": [ "t_door_c", "t_door_lab_c" ], "fg": 3227, "rotates": false }, + { "id": "t_cvdmachine", "fg": 3346, "rotates": false }, + { "id": "t_diesel_pump", "fg": 3335, "rotates": false }, + { "id": "t_diesel_pump_smashed", "fg": 3339, "rotates": false }, + { "id": "t_dirt_season_winter", "fg": 3110, "rotates": false }, + { "id": [ "t_dirtfloor", "t_dirt" ], "fg": 3099, "rotates": false }, + { "id": [ "t_dock", "t_sh_bridge" ], "fg": 3280, "rotates": false }, + { "id": [ "t_door_b", "t_door_lab_b", "t_door_b_peep" ], "fg": 3257, "rotates": false }, + { "id": "t_door_bar_c", "fg": 3277, "rotates": false }, + { "id": "t_door_bar_locked", "fg": 3278, "rotates": false }, + { "id": [ "t_door_bar_o", "t_iron_gate_o" ], "fg": 3276, "rotates": false }, + { "id": [ "t_door_boarded_damaged_peep", "t_door_boarded_damaged" ], "fg": 3259, "rotates": false }, + { "id": [ "t_door_boarded_peep", "t_door_boarded" ], "fg": 3258, "rotates": false }, + { "id": "t_door_c_peep", "fg": 3256, "rotates": false }, + { "id": [ "t_door_c", "t_door_lab_c" ], "fg": 3253, "rotates": false }, { "id": [ "t_door_glass_frosted_c", @@ -5689,7 +5698,7 @@ "t_door_glass_gray_c", "t_door_glass_c" ], - "fg": 3193, + "fg": 3219, "rotates": true }, { @@ -5703,25 +5712,25 @@ "t_door_glass_gray_o", "t_door_glass_o" ], - "fg": 3194, + "fg": 3220, "rotates": true }, - { "id": "t_door_gray_b", "fg": 2968, "rotates": false }, - { "id": "t_door_gray_c", "fg": 2967, "rotates": false }, - { "id": "t_door_gray_o", "fg": 2966, "rotates": false }, - { "id": "t_door_green_b", "fg": 2975, "rotates": false }, - { "id": "t_door_green_c", "fg": 2974, "rotates": false }, - { "id": "t_door_green_o", "fg": 2973, "rotates": false }, - { "id": "t_door_locked_peep", "fg": 3229, "rotates": false }, - { "id": [ "t_door_locked", "t_door_locked_alarm", "t_door_locked_interior" ], "fg": 3228, "rotates": false }, - { "id": "t_door_makeshift_c", "fg": 3236, "rotates": false }, - { "id": "t_door_makeshift_o", "fg": 3234, "rotates": false }, - { "id": "t_door_metal_c_peep", "fg": 3247, "rotates": false }, - { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 3245, "rotates": false }, - { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3246, "rotates": false }, + { "id": "t_door_gray_b", "fg": 2994, "rotates": false }, + { "id": "t_door_gray_c", "fg": 2993, "rotates": false }, + { "id": "t_door_gray_o", "fg": 2992, "rotates": false }, + { "id": "t_door_green_b", "fg": 3001, "rotates": false }, + { "id": "t_door_green_c", "fg": 3000, "rotates": false }, + { "id": "t_door_green_o", "fg": 2999, "rotates": false }, + { "id": "t_door_locked_peep", "fg": 3255, "rotates": false }, + { "id": [ "t_door_locked", "t_door_locked_alarm", "t_door_locked_interior" ], "fg": 3254, "rotates": false }, + { "id": "t_door_makeshift_c", "fg": 3262, "rotates": false }, + { "id": "t_door_makeshift_o", "fg": 3260, "rotates": false }, + { "id": "t_door_metal_c_peep", "fg": 3273, "rotates": false }, + { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 3271, "rotates": false }, + { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3272, "rotates": false }, { "id": [ "t_door_metal_o", "t_door_metal_lab_o", "t_door_metal_o_peep", "t_mdoor_frame", "t_mdoor_lab_frame" ], - "fg": 3244, + "fg": 3270, "rotates": false }, { @@ -5736,92 +5745,92 @@ "t_door_green_frame", "t_door_white_frame" ], - "fg": 3226, + "fg": 3252, "rotates": false }, - { "id": "t_door_red_b", "fg": 2972, "rotates": false }, - { "id": "t_door_red_c", "fg": 2971, "rotates": false }, - { "id": "t_door_red_o", "fg": 2969, "rotates": false }, - { "id": "t_door_white_b", "fg": 2978, "rotates": false }, - { "id": "t_door_white_c", "fg": 2977, "rotates": false }, - { "id": "t_door_white_o", "fg": 2976, "rotates": false }, - { "id": "t_elevator", "fg": 3348, "rotates": false }, - { "id": "t_elevator_control", "fg": 3307, "rotates": false }, - { "id": "t_elevator_control_off", "fg": 3308, "rotates": false }, - { "id": "t_fault", "fg": 2883, "rotates": false }, + { "id": "t_door_red_b", "fg": 2998, "rotates": false }, + { "id": "t_door_red_c", "fg": 2997, "rotates": false }, + { "id": "t_door_red_o", "fg": 2995, "rotates": false }, + { "id": "t_door_white_b", "fg": 3004, "rotates": false }, + { "id": "t_door_white_c", "fg": 3003, "rotates": false }, + { "id": "t_door_white_o", "fg": 3002, "rotates": false }, + { "id": "t_elevator", "fg": 3374, "rotates": false }, + { "id": "t_elevator_control", "fg": 3333, "rotates": false }, + { "id": "t_elevator_control_off", "fg": 3334, "rotates": false }, + { "id": "t_fault", "fg": 2909, "rotates": false }, { "id": "t_fence_barbed", - "fg": 2933, + "fg": 2959, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2928 }, - { "id": "corner", "fg": 2934 }, - { "id": "edge", "fg": 2933 }, - { "id": "end_piece", "fg": 2935 }, - { "id": "t_connection", "fg": 2936 }, - { "id": "unconnected", "fg": 2933 } + { "id": "center", "fg": 2954 }, + { "id": "corner", "fg": 2960 }, + { "id": "edge", "fg": 2959 }, + { "id": "end_piece", "fg": 2961 }, + { "id": "t_connection", "fg": 2962 }, + { "id": "unconnected", "fg": 2959 } ] }, { "id": [ "t_fence_h", "t_fence_v", "t_fence" ], - "fg": 2907, + "fg": 2933, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2908 }, - { "id": "corner", "fg": [ 2909, 2910, 2911, 2907 ] }, - { "id": "edge", "fg": [ 2912, 2913, 2912, 2913 ] }, - { "id": "end_piece", "fg": [ 2912, 2913, 2914, 2907 ] }, - { "id": "t_connection", "fg": [ 2913, 2910, 2908, 2911 ] }, - { "id": "unconnected", "fg": 2907 } + { "id": "center", "fg": 2934 }, + { "id": "corner", "fg": [ 2935, 2936, 2937, 2933 ] }, + { "id": "edge", "fg": [ 2938, 2939, 2938, 2939 ] }, + { "id": "end_piece", "fg": [ 2938, 2939, 2940, 2933 ] }, + { "id": "t_connection", "fg": [ 2939, 2936, 2934, 2937 ] }, + { "id": "unconnected", "fg": 2933 } ] }, - { "id": "t_fence_post", "fg": 2906, "rotates": false }, + { "id": "t_fence_post", "fg": 2932, "rotates": false }, { "id": "t_fence_rope", - "fg": 2896, + "fg": 2922, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2902 }, - { "id": "corner", "fg": 2903 }, - { "id": "edge", "fg": 2896 }, - { "id": "end_piece", "fg": 2904 }, - { "id": "t_connection", "fg": 2905 }, - { "id": "unconnected", "fg": 2896 } + { "id": "center", "fg": 2928 }, + { "id": "corner", "fg": 2929 }, + { "id": "edge", "fg": 2922 }, + { "id": "end_piece", "fg": 2930 }, + { "id": "t_connection", "fg": 2931 }, + { "id": "unconnected", "fg": 2922 } ] }, - { "id": "t_fencegate_c", "fg": [ 2915, 2916, 2915, 2916 ], "rotates": true }, - { "id": "t_fencegate_o", "fg": [ 2917, 2918, 2917, 2918 ], "rotates": true }, - { "id": "t_fern", "fg": 3385, "rotates": false }, - { "id": "t_fern_harvested", "fg": 3386, "rotates": false }, - { "id": "t_fern_harvested_season_autumn", "fg": 3387, "rotates": false }, - { "id": "t_fern_harvested_season_summer", "fg": 3388, "rotates": false }, - { "id": "t_fern_harvested_season_winter", "fg": 3389, "rotates": false }, - { "id": "t_fern_season_autumn", "fg": 3390, "rotates": false }, - { "id": "t_fern_season_summer", "fg": 3391, "rotates": false }, - { "id": "t_fern_season_winter", "fg": 3392, "rotates": false }, - { "id": "t_floor", "fg": 3342, "rotates": false }, - { "id": "t_floor_blue", "fg": 3335, "rotates": false }, - { "id": [ "t_floor_green", "t_carpet_green" ], "fg": 3328, "rotates": false }, - { "id": "t_floor_primitive", "fg": 3310, "rotates": false }, - { "id": [ "t_floor_red", "t_carpet_red" ], "fg": 3267, "rotates": false }, - { "id": "t_floor_resin", "fg": 2991, "rotates": false }, - { "id": "t_floor_wax", "fg": 2876, "rotates": false }, - { "id": "t_floor_waxed", "fg": 3289, "rotates": false }, - { "id": "t_fungus_floor_in", "fg": 2846, "rotates": false }, - { "id": "t_fungus_floor_out", "fg": 2845, "rotates": false }, - { "id": "t_fungus_floor_sup", "fg": 2843, "rotates": false }, - { "id": "t_fungus_mound", "fg": 2842, "rotates": false }, - { "id": [ "t_fungus", "t_grass_white" ], "fg": 3359, "rotates": false }, - { "id": [ "t_fungus_wall_transformed", "t_fungus_wall" ], "fg": 2847, "rotates": false }, - { "id": "t_gas_pump", "fg": 3312, "rotates": false }, - { "id": "t_gas_pump_a", "fg": 3311, "rotates": false }, - { "id": "t_gas_pump_smashed", "fg": 3314, "rotates": false }, - { "id": "t_gas_tank", "fg": 3345, "rotates": false }, - { "id": "t_gate_metal_c", "fg": 3011, "rotates": false }, - { "id": "t_gate_metal_o", "fg": 3012, "rotates": false }, + { "id": "t_fencegate_c", "fg": [ 2941, 2942, 2941, 2942 ], "rotates": true }, + { "id": "t_fencegate_o", "fg": [ 2943, 2944, 2943, 2944 ], "rotates": true }, + { "id": "t_fern", "fg": 3411, "rotates": false }, + { "id": "t_fern_harvested", "fg": 3412, "rotates": false }, + { "id": "t_fern_harvested_season_autumn", "fg": 3413, "rotates": false }, + { "id": "t_fern_harvested_season_summer", "fg": 3414, "rotates": false }, + { "id": "t_fern_harvested_season_winter", "fg": 3415, "rotates": false }, + { "id": "t_fern_season_autumn", "fg": 3416, "rotates": false }, + { "id": "t_fern_season_summer", "fg": 3417, "rotates": false }, + { "id": "t_fern_season_winter", "fg": 3418, "rotates": false }, + { "id": "t_floor", "fg": 3368, "rotates": false }, + { "id": "t_floor_blue", "fg": 3361, "rotates": false }, + { "id": [ "t_floor_green", "t_carpet_green" ], "fg": 3354, "rotates": false }, + { "id": "t_floor_primitive", "fg": 3336, "rotates": false }, + { "id": [ "t_floor_red", "t_carpet_red" ], "fg": 3293, "rotates": false }, + { "id": "t_floor_resin", "fg": 3017, "rotates": false }, + { "id": "t_floor_wax", "fg": 2902, "rotates": false }, + { "id": "t_floor_waxed", "fg": 3315, "rotates": false }, + { "id": "t_fungus_floor_in", "fg": 2872, "rotates": false }, + { "id": "t_fungus_floor_out", "fg": 2871, "rotates": false }, + { "id": "t_fungus_floor_sup", "fg": 2869, "rotates": false }, + { "id": "t_fungus_mound", "fg": 2868, "rotates": false }, + { "id": [ "t_fungus", "t_grass_white" ], "fg": 3385, "rotates": false }, + { "id": [ "t_fungus_wall_transformed", "t_fungus_wall" ], "fg": 2873, "rotates": false }, + { "id": "t_gas_pump", "fg": 3338, "rotates": false }, + { "id": "t_gas_pump_a", "fg": 3337, "rotates": false }, + { "id": "t_gas_pump_smashed", "fg": 3340, "rotates": false }, + { "id": "t_gas_tank", "fg": 3371, "rotates": false }, + { "id": "t_gate_metal_c", "fg": 3037, "rotates": false }, + { "id": "t_gate_metal_o", "fg": 3038, "rotates": false }, { "id": [ "t_gates_mech_control", @@ -5831,100 +5840,77 @@ "t_gates_control_concrete_lab", "t_gates_control_brick_lab" ], - "fg": 3288, + "fg": 3314, "rotates": false }, { "id": "t_generator_broken", - "fg": 3282, + "fg": 3308, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3282 }, { "id": "t_connection", "fg": 3283 } ] + "additional_tiles": [ { "id": "corner", "fg": 3308 }, { "id": "t_connection", "fg": 3309 } ] }, { "id": [ "t_glass_railing", "t_glass_railing_h", "t_glass_railing_v" ], - "fg": 3032, + "fg": 3058, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3032 }, - { "id": "corner", "fg": 3033 }, - { "id": "edge", "fg": 3034 }, - { "id": "end_piece", "fg": 3035 }, - { "id": "t_connection", "fg": 3036 }, - { "id": "unconnected", "fg": 3037 } + { "id": "center", "fg": 3058 }, + { "id": "corner", "fg": 3059 }, + { "id": "edge", "fg": 3060 }, + { "id": "end_piece", "fg": 3061 }, + { "id": "t_connection", "fg": 3062 }, + { "id": "unconnected", "fg": 3063 } ] }, - { "id": "t_glass_roof", "fg": 3225, "rotates": false }, - { "id": "t_golf_hole", "fg": 2877, "rotates": false }, - { "id": "t_grass_long_season_autumn", "fg": 3363, "rotates": false }, - { "id": "t_grass_long_season_summer", "fg": 3361, "rotates": false }, - { "id": "t_grass_long_season_winter", "fg": 3364, "rotates": false }, - { "id": [ "t_grass_long", "t_grass_long_season_spring" ], "fg": 3360, "rotates": false }, - { "id": "t_grass_season_autumn", "fg": 3357, "rotates": false }, - { "id": "t_grass_season_summer", "fg": 3356, "rotates": false }, - { "id": "t_grass_season_winter", "fg": 3358, "rotates": false }, - { "id": [ "t_grass", "t_grass_season_spring" ], "fg": 3355, "rotates": false }, - { "id": "t_grass_tall_season_autumn", "fg": 3367, "rotates": false }, - { "id": "t_grass_tall_season_winter", "fg": 3368, "rotates": false }, - { "id": "t_grass_tall_summer", "fg": 3366, "rotates": false }, - { "id": [ "t_grass_tall", "t_grass_tall_season_spring" ], "fg": 3365, "rotates": false }, - { "id": "t_grate", "fg": 3255, "rotates": false }, - { "id": "t_gutter_downspout", "fg": 3159, "rotates": true }, + { "id": "t_glass_roof", "fg": 3251, "rotates": false }, + { "id": "t_golf_hole", "fg": 2903, "rotates": false }, + { "id": "t_grass_long_season_autumn", "fg": 3389, "rotates": false }, + { "id": "t_grass_long_season_summer", "fg": 3387, "rotates": false }, + { "id": "t_grass_long_season_winter", "fg": 3390, "rotates": false }, + { "id": [ "t_grass_long", "t_grass_long_season_spring" ], "fg": 3386, "rotates": false }, + { "id": "t_grass_season_autumn", "fg": 3383, "rotates": false }, + { "id": "t_grass_season_summer", "fg": 3382, "rotates": false }, + { "id": "t_grass_season_winter", "fg": 3384, "rotates": false }, + { "id": [ "t_grass", "t_grass_season_spring" ], "fg": 3381, "rotates": false }, + { "id": "t_grass_tall_season_autumn", "fg": 3393, "rotates": false }, + { "id": "t_grass_tall_season_winter", "fg": 3394, "rotates": false }, + { "id": "t_grass_tall_summer", "fg": 3392, "rotates": false }, + { "id": [ "t_grass_tall", "t_grass_tall_season_spring" ], "fg": 3391, "rotates": false }, + { "id": "t_grate", "fg": 3281, "rotates": false }, + { "id": "t_gutter_downspout", "fg": 3185, "rotates": true }, { "id": "t_gutter_drop", - "fg": 3153, + "fg": 3179, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3154 }, - { "id": "corner", "fg": 3155 }, - { "id": "edge", "fg": 3156 }, - { "id": "end_piece", "fg": 3157 }, - { "id": "t_connection", "fg": 3158 }, - { "id": "unconnected", "fg": 3153 } + { "id": "center", "fg": 3180 }, + { "id": "corner", "fg": 3181 }, + { "id": "edge", "fg": 3182 }, + { "id": "end_piece", "fg": 3183 }, + { "id": "t_connection", "fg": 3184 }, + { "id": "unconnected", "fg": 3179 } ] }, { "id": [ "t_gutter", "t_gutter_north", "t_gutter_east", "t_gutter_south", "t_gutter_west" ], - "fg": 3147, + "fg": 3173, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3148 }, - { "id": "corner", "fg": 3149 }, - { "id": "edge", "fg": 3150 }, - { "id": "end_piece", "fg": 3151 }, - { "id": "t_connection", "fg": 3152 }, - { "id": "unconnected", "fg": 3147 } + { "id": "center", "fg": 3174 }, + { "id": "corner", "fg": 3175 }, + { "id": "edge", "fg": 3176 }, + { "id": "end_piece", "fg": 3177 }, + { "id": "t_connection", "fg": 3178 }, + { "id": "unconnected", "fg": 3173 } ] }, - { "id": [ "t_hole", "lighting_hidden" ], "fg": 2870, "rotates": false }, + { "id": [ "t_hole", "lighting_hidden" ], "fg": 2896, "rotates": false }, { "id": "t_improvised_fence", - "fg": 2901, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2902 }, - { "id": "corner", "fg": 2903 }, - { "id": "edge", "fg": 2901 }, - { "id": "end_piece", "fg": 2904 }, - { "id": "t_connection", "fg": 2905 }, - { "id": "unconnected", "fg": 2901 } - ] - }, - { "id": "t_improvised_shelter", "fg": 3347, "rotates": false }, - { "id": "t_ind_assembler", "fg": 3300, "rotates": false }, - { "id": "t_ind_drill", "fg": 3301, "rotates": false }, - { "id": "t_ind_furnace", "fg": 3302, "rotates": false }, - { "id": "t_ind_lathe", "fg": 3303, "rotates": false }, - { "id": "t_ind_mixer", "fg": 3304, "rotates": false }, - { "id": "t_ind_pipe", "fg": 3305, "rotates": false }, - { "id": "t_ind_press", "fg": 3306, "rotates": false }, - { "id": "t_intercom", "fg": 3015, "rotates": false }, - { - "id": "t_iron_fence", "fg": 2927, "rotates": false, "multitile": true, @@ -5937,120 +5923,143 @@ { "id": "unconnected", "fg": 2927 } ] }, - { "id": "t_iron_fence_posts", "fg": 2937, "rotates": false }, - { "id": "t_iron_gate_c", "fg": 3248, "rotates": false }, - { "id": "t_iron_gate_l", "fg": 3249, "rotates": false }, - { "id": "t_ladder_down", "fg": 2894, "rotates": false }, - { "id": "t_ladder_up", "fg": 2893, "rotates": false }, - { "id": "t_leanto", "fg": 3350, "rotates": false }, - { "id": [ "t_linoleum_gray", "t_strconc_floor_halfway" ], "fg": 3256, "rotates": false }, - { "id": "t_low_stairs_begin", "fg": 2889, "rotates": false }, - { "id": "t_low_stairs_end", "fg": 2890, "rotates": false }, - { "id": [ "t_m_frame", "t_window_empty" ], "fg": 3220, "rotates": false }, - { "id": "t_machinery_electronic", "fg": 3297, "rotates": false }, - { "id": [ "t_machinery_heavy", "t_sewage_pump" ], "fg": 3296, "rotates": false }, - { "id": "t_machinery_light", "fg": 3294, "rotates": false }, - { "id": "t_machinery_old", "fg": 3295, "rotates": false }, - { "id": "t_manhole", "fg": 2891, "rotates": false }, - { "id": "t_marloss", "fg": 2841, "rotates": false }, + { "id": "t_improvised_shelter", "fg": 3373, "rotates": false }, + { "id": "t_ind_assembler", "fg": 3326, "rotates": false }, + { "id": "t_ind_drill", "fg": 3327, "rotates": false }, + { "id": "t_ind_furnace", "fg": 3328, "rotates": false }, + { "id": "t_ind_lathe", "fg": 3329, "rotates": false }, + { "id": "t_ind_mixer", "fg": 3330, "rotates": false }, + { "id": "t_ind_pipe", "fg": 3331, "rotates": false }, + { "id": "t_ind_press", "fg": 3332, "rotates": false }, + { "id": "t_intercom", "fg": 3041, "rotates": false }, + { + "id": "t_iron_fence", + "fg": 2953, + "rotates": false, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2954 }, + { "id": "corner", "fg": 2955 }, + { "id": "edge", "fg": 2953 }, + { "id": "end_piece", "fg": 2956 }, + { "id": "t_connection", "fg": 2957 }, + { "id": "unconnected", "fg": 2953 } + ] + }, + { "id": "t_iron_fence_posts", "fg": 2963, "rotates": false }, + { "id": "t_iron_gate_c", "fg": 3274, "rotates": false }, + { "id": "t_iron_gate_l", "fg": 3275, "rotates": false }, + { "id": "t_ladder_down", "fg": 2920, "rotates": false }, + { "id": "t_ladder_up", "fg": 2919, "rotates": false }, + { "id": "t_leanto", "fg": 3376, "rotates": false }, + { "id": [ "t_linoleum_gray", "t_strconc_floor_halfway" ], "fg": 3282, "rotates": false }, + { "id": "t_low_stairs_begin", "fg": 2915, "rotates": false }, + { "id": "t_low_stairs_end", "fg": 2916, "rotates": false }, + { "id": [ "t_m_frame", "t_window_empty" ], "fg": 3246, "rotates": false }, + { "id": "t_machinery_electronic", "fg": 3323, "rotates": false }, + { "id": [ "t_machinery_heavy", "t_sewage_pump" ], "fg": 3322, "rotates": false }, + { "id": "t_machinery_light", "fg": 3320, "rotates": false }, + { "id": "t_machinery_old", "fg": 3321, "rotates": false }, + { "id": "t_manhole", "fg": 2917, "rotates": false }, + { "id": "t_marloss", "fg": 2867, "rotates": false }, { "id": "t_metal_railing", - "fg": 3038, + "fg": 3064, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3038 }, - { "id": "corner", "fg": 3039 }, - { "id": "edge", "fg": 3040 }, - { "id": "end_piece", "fg": 3041 }, - { "id": "t_connection", "fg": 3042 }, - { "id": "unconnected", "fg": 3043 } + { "id": "center", "fg": 3064 }, + { "id": "corner", "fg": 3065 }, + { "id": "edge", "fg": 3066 }, + { "id": "end_piece", "fg": 3067 }, + { "id": "t_connection", "fg": 3068 }, + { "id": "unconnected", "fg": 3069 } ] }, - { "id": "t_milking_machine", "fg": 3333, "rotates": false }, + { "id": "t_milking_machine", "fg": 3359, "rotates": false }, { "id": "t_missile", - "fg": 3265, + "fg": 3291, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3265 }, - { "id": "corner", "fg": 3266 }, - { "id": "edge", "fg": 3265 }, - { "id": "end_piece", "fg": 3265 }, - { "id": "t_connection", "fg": 3268 }, - { "id": "unconnected", "fg": 3265 } + { "id": "center", "fg": 3291 }, + { "id": "corner", "fg": 3292 }, + { "id": "edge", "fg": 3291 }, + { "id": "end_piece", "fg": 3291 }, + { "id": "t_connection", "fg": 3294 }, + { "id": "unconnected", "fg": 3291 } ] }, - { "id": "t_missile_exploded", "fg": 2844, "rotates": false }, + { "id": "t_missile_exploded", "fg": 2870, "rotates": false }, { "id": "t_monkey_bars", - "fg": 3271, + "fg": 3297, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "center", "fg": 3271 }, { "id": "corner", "fg": 3272 }, { "id": "t_connection", "fg": 3273 } ] - }, - { "id": "t_nuclear_reactor", "fg": 3341, "rotates": false }, - { "id": "t_oil_circ_brkr_l", "fg": 3331, "rotates": false }, - { "id": [ "t_open_air", "t_open_air_rooved" ], "fg": 2838, "rotates": false }, - { "id": [ "t_ov_reb_cage", "t_ov_smreb_cage", "t_metal" ], "fg": 2946, "rotates": false }, - { "id": "t_palisade", "fg": [ 2919, 2920, 2919, 2920 ], "rotates": true }, - { "id": "t_palisade_gate", "fg": [ 2921, 2922, 2921, 2922 ], "rotates": true }, - { "id": "t_palisade_gate_o", "fg": [ 2923, 2924, 2923, 2924 ], "rotates": true }, - { "id": [ "t_palisade_pulley", "t_barndoor" ], "fg": 3287, "rotates": false }, - { "id": "t_paper", "fg": 2884, "rotates": false }, - { "id": [ "t_pavement_bg_dp", "t_pavement" ], "fg": 3180, "rotates": false }, - { "id": [ "t_pavement_y_bg_dp", "t_pavement_y" ], "fg": 3191, "rotates": false }, - { "id": "t_pedestal_temple", "fg": 3337, "rotates": false }, - { "id": "t_pedestal_wyrm", "fg": 3336, "rotates": false }, + "additional_tiles": [ { "id": "center", "fg": 3297 }, { "id": "corner", "fg": 3298 }, { "id": "t_connection", "fg": 3299 } ] + }, + { "id": "t_nuclear_reactor", "fg": 3367, "rotates": false }, + { "id": "t_oil_circ_brkr_l", "fg": 3357, "rotates": false }, + { "id": [ "t_open_air", "t_open_air_rooved" ], "fg": 2864, "rotates": false }, + { "id": [ "t_ov_reb_cage", "t_ov_smreb_cage", "t_metal" ], "fg": 2972, "rotates": false }, + { "id": "t_palisade", "fg": [ 2945, 2946, 2945, 2946 ], "rotates": true }, + { "id": "t_palisade_gate", "fg": [ 2947, 2948, 2947, 2948 ], "rotates": true }, + { "id": "t_palisade_gate_o", "fg": [ 2949, 2950, 2949, 2950 ], "rotates": true }, + { "id": [ "t_palisade_pulley", "t_barndoor" ], "fg": 3313, "rotates": false }, + { "id": "t_paper", "fg": 2910, "rotates": false }, + { "id": [ "t_pavement_bg_dp", "t_pavement" ], "fg": 3206, "rotates": false }, + { "id": [ "t_pavement_y_bg_dp", "t_pavement_y" ], "fg": 3217, "rotates": false }, + { "id": "t_pedestal_temple", "fg": 3363, "rotates": false }, + { "id": "t_pedestal_wyrm", "fg": 3362, "rotates": false }, { "id": "t_pit_corpsed", - "fg": 2861, - "bg": 2866, + "fg": 2887, + "bg": 2892, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 2866 }, - { "id": "corner", "fg": 2862, "bg": 2866 }, - { "id": "edge", "fg": 2863, "bg": 2866 }, - { "id": "end_piece", "fg": 2864, "bg": 2866 }, - { "id": "t_connection", "fg": 2865, "bg": 2866 }, - { "id": "unconnected", "fg": 2861, "bg": 2866 } + { "id": "center", "bg": 2892 }, + { "id": "corner", "fg": 2888, "bg": 2892 }, + { "id": "edge", "fg": 2889, "bg": 2892 }, + { "id": "end_piece", "fg": 2890, "bg": 2892 }, + { "id": "t_connection", "fg": 2891, "bg": 2892 }, + { "id": "unconnected", "fg": 2887, "bg": 2892 } ] }, - { "id": [ "t_pit_foxhole", "tr_sinkhole" ], "fg": 2848, "rotates": false }, - { "id": [ "t_pit_glass_covered", "t_pit_spiked_covered", "t_pit_covered" ], "fg": 2867, "rotates": false }, + { "id": [ "t_pit_foxhole", "tr_sinkhole" ], "fg": 2874, "rotates": false }, + { "id": [ "t_pit_glass_covered", "t_pit_spiked_covered", "t_pit_covered" ], "fg": 2893, "rotates": false }, { "id": "t_pit_shallow", - "fg": 2849, + "fg": 2875, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2850 }, - { "id": "corner", "fg": 2851 }, - { "id": "edge", "fg": 2852 }, - { "id": "end_piece", "fg": 2853 }, - { "id": "t_connection", "fg": 2854 }, - { "id": "unconnected", "fg": 2849 } + { "id": "center", "fg": 2876 }, + { "id": "corner", "fg": 2877 }, + { "id": "edge", "fg": 2878 }, + { "id": "end_piece", "fg": 2879 }, + { "id": "t_connection", "fg": 2880 }, + { "id": "unconnected", "fg": 2875 } ] }, { "id": [ "t_pit_spiked", "tr_spike_pit" ], - "fg": 2855, + "fg": 2881, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2856 }, - { "id": "corner", "fg": 2857 }, - { "id": "edge", "fg": 2858 }, - { "id": "end_piece", "fg": 2859 }, - { "id": "t_connection", "fg": 2860 }, - { "id": "unconnected", "fg": 2855 } + { "id": "center", "fg": 2882 }, + { "id": "corner", "fg": 2883 }, + { "id": "edge", "fg": 2884 }, + { "id": "end_piece", "fg": 2885 }, + { "id": "t_connection", "fg": 2886 }, + { "id": "unconnected", "fg": 2881 } ] }, - { "id": "t_plut_generator", "fg": 3340, "rotates": false }, - { "id": "t_portcullis", "fg": 2925, "rotates": false }, - { "id": [ "t_potential_trans", "t_oil_circ_brkr_s" ], "fg": 3332, "rotates": false }, + { "id": "t_plut_generator", "fg": 3366, "rotates": false }, + { "id": "t_portcullis", "fg": 2951, "rotates": false }, + { "id": [ "t_potential_trans", "t_oil_circ_brkr_s" ], "fg": 3358, "rotates": false }, { "id": [ "t_radio_controls", @@ -6060,32 +6069,32 @@ "t_outs_bridge_control", "t_reinforced_glass_control" ], - "fg": 3321, + "fg": 3347, "rotates": false }, - { "id": "t_radio_tower", "fg": 3322, "rotates": false }, + { "id": "t_radio_tower", "fg": 3348, "rotates": false }, { "id": [ "t_railing_h", "t_railing_v", "t_guardrail_bg_dp", "t_railing" ], - "fg": 3025, + "fg": 3051, "rotates": true, "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": 3029 }, - { "id": "unconnected", "fg": 3031 } + { "id": "center", "fg": 3051 }, + { "id": "corner", "fg": 3052 }, + { "id": "edge", "fg": 3053 }, + { "id": "end_piece", "fg": 3054 }, + { "id": "t_connection", "fg": 3055 }, + { "id": "unconnected", "fg": 3057 } ] }, { "id": [ "t_railroad_tie_h", "t_railroad_tie_v", "t_railroad_tie" ], - "fg": 3053, + "fg": 3079, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3054 } ] + "additional_tiles": [ { "id": "edge", "fg": 3080 } ] }, - { "id": "t_railroad_track_on_tie", "fg": 3052 }, + { "id": "t_railroad_track_on_tie", "fg": 3078 }, { "id": [ "t_railroad_track", @@ -6095,182 +6104,182 @@ "t_railroad_track_d1", "t_railroad_track_d2" ], - "fg": 3044, + "fg": 3070, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3044 }, - { "id": "corner", "fg": [ 3045, 3046, 3047, 3048 ] }, - { "id": "edge", "fg": 3049 }, - { "id": "end_piece", "fg": 3049 }, - { "id": "t_connection", "fg": 3050 }, - { "id": "unconnected", "fg": 3049 } + { "id": "center", "fg": 3070 }, + { "id": "corner", "fg": [ 3071, 3072, 3073, 3074 ] }, + { "id": "edge", "fg": 3075 }, + { "id": "end_piece", "fg": 3075 }, + { "id": "t_connection", "fg": 3076 }, + { "id": "unconnected", "fg": 3075 } ] }, - { "id": "t_rdoor_b", "fg": 3239, "rotates": false }, - { "id": "t_rdoor_boarded", "fg": 3240, "rotates": false }, - { "id": "t_rdoor_boarded_damaged", "fg": 3241, "rotates": false }, - { "id": "t_rdoor_c", "fg": 3238, "rotates": false }, - { "id": "t_rdoor_o", "fg": 3237, "rotates": false }, + { "id": "t_rdoor_b", "fg": 3265, "rotates": false }, + { "id": "t_rdoor_boarded", "fg": 3266, "rotates": false }, + { "id": "t_rdoor_boarded_damaged", "fg": 3267, "rotates": false }, + { "id": "t_rdoor_c", "fg": 3264, "rotates": false }, + { "id": "t_rdoor_o", "fg": 3263, "rotates": false }, { "id": [ "t_reb_cage", "t_bars" ], - "fg": 2941, + "fg": 2967, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2942 }, - { "id": "corner", "fg": 2943 }, - { "id": "edge", "fg": 2944 }, - { "id": "end_piece", "fg": 2944 }, - { "id": "t_connection", "fg": 2945 }, - { "id": "unconnected", "fg": 2941 } + { "id": "center", "fg": 2968 }, + { "id": "corner", "fg": 2969 }, + { "id": "edge", "fg": 2970 }, + { "id": "end_piece", "fg": 2970 }, + { "id": "t_connection", "fg": 2971 }, + { "id": "unconnected", "fg": 2967 } ] }, - { "id": "t_recycler", "fg": 3352, "rotates": false }, - { "id": [ "t_reinforced_door_glass_lab_c", "t_reinforced_door_glass_c" ], "fg": 3243, "rotates": false }, - { "id": [ "t_reinforced_door_glass_o", "t_reinforced_door_glass_lab_o" ], "fg": 3242, "rotates": false }, + { "id": "t_recycler", "fg": 3378, "rotates": false }, + { "id": [ "t_reinforced_door_glass_lab_c", "t_reinforced_door_glass_c" ], "fg": 3269, "rotates": false }, + { "id": [ "t_reinforced_door_glass_o", "t_reinforced_door_glass_lab_o" ], "fg": 3268, "rotates": false }, { "id": "t_reinforced_glass", - "fg": 3179, + "fg": 3205, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3181 }, - { "id": "corner", "fg": 3182 }, - { "id": "edge", "fg": 3183 }, - { "id": "end_piece", "fg": 3184 }, - { "id": "t_connection", "fg": 3185 }, - { "id": "unconnected", "fg": 3179 } + { "id": "center", "fg": 3207 }, + { "id": "corner", "fg": 3208 }, + { "id": "edge", "fg": 3209 }, + { "id": "end_piece", "fg": 3210 }, + { "id": "t_connection", "fg": 3211 }, + { "id": "unconnected", "fg": 3205 } ] }, { "id": "t_reinforced_glass_shutter", - "fg": 3166, + "fg": 3192, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3167 }, - { "id": "corner", "fg": 3168 }, - { "id": "edge", "fg": 3170 }, - { "id": "end_piece", "fg": 3171 }, - { "id": "t_connection", "fg": 3172 }, - { "id": "unconnected", "fg": 3166 } + { "id": "center", "fg": 3193 }, + { "id": "corner", "fg": 3194 }, + { "id": "edge", "fg": 3196 }, + { "id": "end_piece", "fg": 3197 }, + { "id": "t_connection", "fg": 3198 }, + { "id": "unconnected", "fg": 3192 } ] }, { "id": "t_reinforced_glass_shutter_open", - "fg": 3173, + "fg": 3199, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3174 }, - { "id": "corner", "fg": 3175 }, - { "id": "edge", "fg": 3176 }, - { "id": "end_piece", "fg": 3177 }, - { "id": "t_connection", "fg": 3178 }, - { "id": "unconnected", "fg": 3173 } + { "id": "center", "fg": 3200 }, + { "id": "corner", "fg": 3201 }, + { "id": "edge", "fg": 3202 }, + { "id": "end_piece", "fg": 3203 }, + { "id": "t_connection", "fg": 3204 }, + { "id": "unconnected", "fg": 3199 } ] }, - { "id": "t_resin_hole", "fg": 2990, "rotates": false }, - { "id": "t_resin_hole_c", "fg": 2986, "rotates": false }, - { "id": "t_resin_hole_o", "fg": 2987, "rotates": false }, - { "id": [ "t_riverbridge_dp", "t_pontoon_dp" ], "fg": 3258, "rotates": false }, - { "id": "t_rock", "fg": 2881, "rotates": false }, - { "id": "t_rock_blue", "fg": 2880, "rotates": false }, - { "id": "t_rock_floor", "fg": 3202, "rotates": false }, - { "id": "t_rock_green", "fg": 2879, "rotates": false }, - { "id": "t_rock_red", "fg": 2878, "rotates": false }, - { "id": "t_rock_smooth", "fg": 2882, "rotates": false }, + { "id": "t_resin_hole", "fg": 3016, "rotates": false }, + { "id": "t_resin_hole_c", "fg": 3012, "rotates": false }, + { "id": "t_resin_hole_o", "fg": 3013, "rotates": false }, + { "id": [ "t_riverbridge_dp", "t_pontoon_dp" ], "fg": 3284, "rotates": false }, + { "id": "t_rock", "fg": 2907, "rotates": false }, + { "id": "t_rock_blue", "fg": 2906, "rotates": false }, + { "id": "t_rock_floor", "fg": 3228, "rotates": false }, + { "id": "t_rock_green", "fg": 2905, "rotates": false }, + { "id": "t_rock_red", "fg": 2904, "rotates": false }, + { "id": "t_rock_smooth", "fg": 2908, "rotates": false }, { "id": [ "t_rock_wall_half", "t_sconc_wall_halfway", "t_strconc_wall_halfway" ], - "fg": 2999, + "fg": 3025, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3003 }, - { "id": "corner", "fg": 3008 }, - { "id": "edge", "fg": 3013 }, - { "id": "end_piece", "fg": 3014 }, - { "id": "t_connection", "fg": 3016 }, - { "id": "unconnected", "fg": 2999 } + { "id": "center", "fg": 3029 }, + { "id": "corner", "fg": 3034 }, + { "id": "edge", "fg": 3039 }, + { "id": "end_piece", "fg": 3040 }, + { "id": "t_connection", "fg": 3042 }, + { "id": "unconnected", "fg": 3025 } ] }, { "id": [ "t_rock_wall", "t_sconc_wall", "t_strconc_wall" ], - "fg": 3141, + "fg": 3167, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3142 }, - { "id": "corner", "fg": 3143 }, - { "id": "edge", "fg": 3144 }, - { "id": "end_piece", "fg": 3145 }, - { "id": "t_connection", "fg": 3146 }, - { "id": "unconnected", "fg": 3141 } + { "id": "center", "fg": 3168 }, + { "id": "corner", "fg": 3169 }, + { "id": "edge", "fg": 3170 }, + { "id": "end_piece", "fg": 3171 }, + { "id": "t_connection", "fg": 3172 }, + { "id": "unconnected", "fg": 3167 } ] }, { "id": "t_root_wall", - "fg": 2896, + "fg": 2922, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2897 }, - { "id": "corner", "fg": 2898 }, - { "id": "edge", "fg": 2896 }, - { "id": "end_piece", "fg": 2899 }, - { "id": "t_connection", "fg": 2900 }, - { "id": "unconnected", "fg": 2896 } + { "id": "center", "fg": 2923 }, + { "id": "corner", "fg": 2924 }, + { "id": "edge", "fg": 2922 }, + { "id": "end_piece", "fg": 2925 }, + { "id": "t_connection", "fg": 2926 }, + { "id": "unconnected", "fg": 2922 } ] }, - { "id": "t_rootcellar", "fg": 3253, "rotates": false }, - { "id": "t_rope_up", "fg": 2895, "rotates": false }, - { "id": "t_sand", "fg": 3106, "rotates": false }, + { "id": "t_rootcellar", "fg": 3279, "rotates": false }, + { "id": "t_rope_up", "fg": 2921, "rotates": false }, + { "id": "t_sand", "fg": 3132, "rotates": false }, { "id": "t_sandbox", - "fg": 2868, + "fg": 2894, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2869 }, - { "id": "corner", "fg": 2871 }, - { "id": "edge", "fg": 2872 }, - { "id": "end_piece", "fg": 2873 }, - { "id": "t_connection", "fg": 2874 }, - { "id": "unconnected", "fg": 2868 } + { "id": "center", "fg": 2895 }, + { "id": "corner", "fg": 2897 }, + { "id": "edge", "fg": 2898 }, + { "id": "end_piece", "fg": 2899 }, + { "id": "t_connection", "fg": 2900 }, + { "id": "unconnected", "fg": 2894 } ] }, - { "id": "t_sandmound", "fg": 3354, "rotates": false }, - { "id": [ "t_scrap_floor", "t_junk_floor", "t_metal_floor" ], "fg": 3235, "rotates": false }, + { "id": "t_sandmound", "fg": 3380, "rotates": false }, + { "id": [ "t_scrap_floor", "t_junk_floor", "t_metal_floor" ], "fg": 3261, "rotates": false }, { "id": [ "t_scrap_wall_halfway", "t_junk_palisade" ], - "fg": 2959, + "fg": 2985, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2960 }, - { "id": "corner", "fg": 2961 }, - { "id": "edge", "fg": 2962 }, - { "id": "end_piece", "fg": 2963 }, - { "id": "t_connection", "fg": 2964 }, - { "id": "unconnected", "fg": 2959 } + { "id": "center", "fg": 2986 }, + { "id": "corner", "fg": 2987 }, + { "id": "edge", "fg": 2988 }, + { "id": "end_piece", "fg": 2989 }, + { "id": "t_connection", "fg": 2990 }, + { "id": "unconnected", "fg": 2985 } ] }, { "id": [ "t_scrap_wall", "t_junk_wall", "t_wall_metal" ], - "fg": 3072, + "fg": 3098, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3074 }, - { "id": "corner", "fg": 3075 }, - { "id": "edge", "fg": 3076 }, - { "id": "end_piece", "fg": 3077 }, - { "id": "t_connection", "fg": 3078 }, - { "id": "unconnected", "fg": 3072 } + { "id": "center", "fg": 3100 }, + { "id": "corner", "fg": 3101 }, + { "id": "edge", "fg": 3102 }, + { "id": "end_piece", "fg": 3103 }, + { "id": "t_connection", "fg": 3104 }, + { "id": "unconnected", "fg": 3098 } ] }, - { "id": "t_searth_test", "fg": 3095, "rotates": false }, + { "id": "t_searth_test", "fg": 3121, "rotates": false }, { "id": [ "t_secretdoor_bookcase_c", @@ -6279,37 +6288,37 @@ "t_sliding_wall_control", "t_decoy_bookcase" ], - "fg": 3326, + "fg": 3352, "rotates": false }, - { "id": "t_secretdoor_bookcase_o", "fg": 3327, "rotates": false }, - { "id": "t_secretdoor_brick_wall_o", "fg": 3099, "rotates": true }, - { "id": "t_secretdoor_concrete_wall_o", "fg": 3024, "rotates": true }, - { "id": [ "t_secretdoor_wall_c", "t_sliding_wall_c", "t_secretdoor_onetime" ], "fg": 3137, "rotates": true }, + { "id": "t_secretdoor_bookcase_o", "fg": 3353, "rotates": false }, + { "id": "t_secretdoor_brick_wall_o", "fg": 3125, "rotates": true }, + { "id": "t_secretdoor_concrete_wall_o", "fg": 3050, "rotates": true }, + { "id": [ "t_secretdoor_wall_c", "t_sliding_wall_c", "t_secretdoor_onetime" ], "fg": 3163, "rotates": true }, { "id": "t_sewage_pipe", - "fg": 3259, + "fg": 3285, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3260 }, - { "id": "corner", "fg": 3261 }, - { "id": "edge", "fg": 3262 }, - { "id": "end_piece", "fg": 3263 }, - { "id": "t_connection", "fg": 3264 }, - { "id": "unconnected", "fg": 3259 } + { "id": "center", "fg": 3286 }, + { "id": "corner", "fg": 3287 }, + { "id": "edge", "fg": 3288 }, + { "id": "end_piece", "fg": 3289 }, + { "id": "t_connection", "fg": 3290 }, + { "id": "unconnected", "fg": 3285 } ] }, - { "id": "t_shrub_blueberry", "fg": 2831, "rotates": false }, + { "id": "t_shrub_blueberry", "fg": 2857, "rotates": false }, { "id": [ "t_shrub_blueberry_harvested", "t_shrub_blueberry_season_spring", "t_shrub_blueberry_season_autumn" ], - "fg": 3384, + "fg": 3410, "rotates": false }, - { "id": "t_shrub_fungal", "fg": 2832, "rotates": false }, + { "id": "t_shrub_fungal", "fg": 2858, "rotates": false }, { "id": [ "t_shrub_peanut_season_summer", "t_shrub_peanut_harvested_season_summer", "t_shrub_season_summer" ], - "fg": 3379, + "fg": 3405, "rotates": false }, { @@ -6320,18 +6329,18 @@ "t_shrub_strawberry_season_winter", "t_shrub_season_winter" ], - "fg": 3381, + "fg": 3407, "rotates": false }, { "id": [ "t_shrub_season_autumn", "t_shrub_peanut_season_autumn", "t_shrub_peanut_harvested_season_autumn" ], - "fg": 3380, + "fg": 3406, "rotates": false }, - { "id": "t_shrub_strawberry", "fg": 3383, "rotates": false }, + { "id": "t_shrub_strawberry", "fg": 3409, "rotates": false }, { "id": [ "t_shrub_strawberry_harvested", "t_shrub_strawberry_season_spring", "t_shrub_strawberry_season_autumn" ], - "fg": 3382, + "fg": 3408, "rotates": false }, { @@ -6343,63 +6352,63 @@ "t_shrub_peanut_harvested", "t_shrub_peanut_harvested_season_spring" ], - "fg": 3378, + "fg": 3404, "rotates": false }, - { "id": [ "t_sidewalk_bg_dp", "t_sidewalk" ], "fg": 3169, "rotates": false }, + { "id": [ "t_sidewalk_bg_dp", "t_sidewalk" ], "fg": 3195, "rotates": false }, { "id": [ "t_skylight", "t_linoleum_white", "t_paper_floor", "f_canvas_floor" ], - "fg": 3349, + "fg": 3375, "rotates": false }, { "id": "t_slide", - "fg": 3269, + "fg": 3295, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3269 }, { "id": "end_piece", "fg": 3270 } ] + "additional_tiles": [ { "id": "edge", "fg": 3295 }, { "id": "end_piece", "fg": 3296 } ] }, - { "id": [ "t_sliding_brick_wall_c", "t_secretdoor_brick_wall_c" ], "fg": 3096, "rotates": true }, - { "id": [ "t_sliding_concrete_wall_c", "t_secretdoor_concrete_wall_c" ], "fg": 3021, "rotates": true }, + { "id": [ "t_sliding_brick_wall_c", "t_secretdoor_brick_wall_c" ], "fg": 3122, "rotates": true }, + { "id": [ "t_sliding_concrete_wall_c", "t_secretdoor_concrete_wall_c" ], "fg": 3047, "rotates": true }, { "id": [ "t_sliding_concrete_wall_control", "f_aut_gas_console_o", "electronics_controls", "t_console_broken" ], - "fg": 3319, - "rotates": false - }, - { "id": [ "t_sliding_wall_o", "t_secretdoor_wall_o" ], "fg": 3140, "rotates": true }, - { "id": [ "t_slime", "t_sewage" ], "fg": 3030, "rotates": false }, - { "id": "t_slope_down", "fg": 2888, "rotates": false }, - { "id": "t_slope_up", "fg": 2887, "rotates": false }, - { "id": "t_slot_machine", "fg": 3315, "rotates": false }, - { "id": "t_sludge", "fg": 3051, "rotates": false }, - { "id": "t_stairs_down", "fg": 2886, "rotates": false }, - { "id": "t_stairs_up", "fg": 2885, "rotates": false }, - { "id": "t_station_disc", "fg": 3329, "rotates": false }, - { "id": "t_stump", "fg": 2840, "rotates": false }, - { "id": [ "t_support_l", "t_little_column", "t_column" ], "fg": 3324, "rotates": false }, - { "id": [ "t_support_s", "t_chainfence_posts" ], "fg": 2926, "rotates": false }, + "fg": 3345, + "rotates": false + }, + { "id": [ "t_sliding_wall_o", "t_secretdoor_wall_o" ], "fg": 3166, "rotates": true }, + { "id": [ "t_slime", "t_sewage" ], "fg": 3056, "rotates": false }, + { "id": "t_slope_down", "fg": 2914, "rotates": false }, + { "id": "t_slope_up", "fg": 2913, "rotates": false }, + { "id": "t_slot_machine", "fg": 3341, "rotates": false }, + { "id": "t_sludge", "fg": 3077, "rotates": false }, + { "id": "t_stairs_down", "fg": 2912, "rotates": false }, + { "id": "t_stairs_up", "fg": 2911, "rotates": false }, + { "id": "t_station_disc", "fg": 3355, "rotates": false }, + { "id": "t_stump", "fg": 2866, "rotates": false }, + { "id": [ "t_support_l", "t_little_column", "t_column" ], "fg": 3350, "rotates": false }, + { "id": [ "t_support_s", "t_chainfence_posts" ], "fg": 2952, "rotates": false }, { "id": [ "t_switch_even", "t_gates_control_metal", "t_gates_control_metal_lab" ], - "fg": 3290, - "rotates": false - }, - { "id": "t_switch_gb", "fg": 3291, "rotates": false }, - { "id": "t_switch_rb", "fg": 3292, "rotates": false }, - { "id": "t_switch_rg", "fg": 3293, "rotates": false }, - { "id": "t_tar", "fg": 3062, "rotates": false }, - { "id": "t_tarptent", "fg": 3351, "rotates": false }, - { "id": "t_thconc_floor_olight", "fg": 3224, "rotates": false }, - { "id": "t_ticket_machine", "fg": 3010, "rotates": false }, - { "id": "t_ticket_vendor", "fg": 3009, "rotates": false }, - { "id": "t_tree_fungal_young", "fg": 2836, "rotates": false }, - { "id": "t_tree_juniper", "fg": 3000, "rotates": false }, - { "id": "t_tree_juniper_harvested", "fg": 3002, "rotates": false }, - { "id": "t_tree_juniper_season_winter", "fg": 3001, "rotates": false }, - { "id": "t_tree_young_season_autumn", "fg": 2835, "rotates": false }, - { "id": "t_tree_young_season_summer", "fg": 2834, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 2837, "rotates": false }, - { "id": [ "t_tree_young", "t_tree_young_season_spring" ], "fg": 2833, "rotates": false }, - { "id": "t_trunk", "fg": 2839, "rotates": false }, + "fg": 3316, + "rotates": false + }, + { "id": "t_switch_gb", "fg": 3317, "rotates": false }, + { "id": "t_switch_rb", "fg": 3318, "rotates": false }, + { "id": "t_switch_rg", "fg": 3319, "rotates": false }, + { "id": "t_tar", "fg": 3088, "rotates": false }, + { "id": "t_tarptent", "fg": 3377, "rotates": false }, + { "id": "t_thconc_floor_olight", "fg": 3250, "rotates": false }, + { "id": "t_ticket_machine", "fg": 3036, "rotates": false }, + { "id": "t_ticket_vendor", "fg": 3035, "rotates": false }, + { "id": "t_tree_fungal_young", "fg": 2862, "rotates": false }, + { "id": "t_tree_juniper", "fg": 3026, "rotates": false }, + { "id": "t_tree_juniper_harvested", "fg": 3028, "rotates": false }, + { "id": "t_tree_juniper_season_winter", "fg": 3027, "rotates": false }, + { "id": "t_tree_young_season_autumn", "fg": 2861, "rotates": false }, + { "id": "t_tree_young_season_summer", "fg": 2860, "rotates": false }, + { "id": "t_tree_young_season_winter", "fg": 2863, "rotates": false }, + { "id": [ "t_tree_young", "t_tree_young_season_spring" ], "fg": 2859, "rotates": false }, + { "id": "t_trunk", "fg": 2865, "rotates": false }, { "id": [ "t_underbrush_harvested_spring_season_autumn", @@ -6407,7 +6416,7 @@ "t_underbrush_harvested_autumn_season_autumn", "t_underbrush_harvested_winter_season_autumn" ], - "fg": 3375, + "fg": 3401, "rotates": false }, { @@ -6417,7 +6426,7 @@ "t_underbrush_harvested_autumn_season_summer", "t_underbrush_harvested_winter_season_summer" ], - "fg": 3374, + "fg": 3400, "rotates": false }, { @@ -6426,7 +6435,7 @@ "t_underbrush_harvested_summer_season_winter", "t_underbrush_harvested_autumn_season_winter" ], - "fg": 3376, + "fg": 3402, "rotates": false }, { @@ -6440,435 +6449,435 @@ "t_underbrush_harvested_winter", "t_underbrush_harvested_winter_season_spring" ], - "fg": 3373, + "fg": 3399, "rotates": false }, - { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3377, "rotates": false }, - { "id": "t_underbrush_season_autumn", "fg": 3371, "rotates": false }, - { "id": [ "t_underbrush_season_spring", "t_underbrush" ], "fg": 3369, "rotates": false }, - { "id": "t_underbrush_season_summer", "fg": 3370, "rotates": false }, - { "id": "t_underbrush_season_winter", "fg": 3372, "rotates": false }, - { "id": "t_utility_light", "fg": 3323, "rotates": false }, - { "id": "t_vat", "fg": 3339, "rotates": false }, + { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3403, "rotates": false }, + { "id": "t_underbrush_season_autumn", "fg": 3397, "rotates": false }, + { "id": [ "t_underbrush_season_spring", "t_underbrush" ], "fg": 3395, "rotates": false }, + { "id": "t_underbrush_season_summer", "fg": 3396, "rotates": false }, + { "id": "t_underbrush_season_winter", "fg": 3398, "rotates": false }, + { "id": "t_utility_light", "fg": 3349, "rotates": false }, + { "id": "t_vat", "fg": 3365, "rotates": false }, { "id": "t_wall_b", - "fg": 3121, + "fg": 3147, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3122 }, - { "id": "corner", "fg": 3123 }, - { "id": "edge", "fg": 3124 }, - { "id": "end_piece", "fg": 3125 }, - { "id": "t_connection", "fg": 3126 }, - { "id": "unconnected", "fg": 3121 } - ] - }, - { - "id": "t_wall_g", - "fg": 3114, + { "id": "center", "fg": 3148 }, + { "id": "corner", "fg": 3149 }, + { "id": "edge", "fg": 3150 }, + { "id": "end_piece", "fg": 3151 }, + { "id": "t_connection", "fg": 3152 }, + { "id": "unconnected", "fg": 3147 } + ] + }, + { + "id": "t_wall_g", + "fg": 3140, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3115 }, - { "id": "corner", "fg": 3116 }, - { "id": "edge", "fg": 3118 }, - { "id": "end_piece", "fg": 3119 }, - { "id": "t_connection", "fg": 3120 }, - { "id": "unconnected", "fg": 3114 } + { "id": "center", "fg": 3141 }, + { "id": "corner", "fg": 3142 }, + { "id": "edge", "fg": 3144 }, + { "id": "end_piece", "fg": 3145 }, + { "id": "t_connection", "fg": 3146 }, + { "id": "unconnected", "fg": 3140 } ] }, { "id": [ "t_wall_glass_alarm", "t_window", "t_window_alarm", "t_wall_glass" ], - "fg": 3186, + "fg": 3212, "rotates": true, "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": 3192 }, - { "id": "unconnected", "fg": 3186 } + { "id": "center", "fg": 3213 }, + { "id": "corner", "fg": 3214 }, + { "id": "edge", "fg": 3215 }, + { "id": "end_piece", "fg": 3216 }, + { "id": "t_connection", "fg": 3218 }, + { "id": "unconnected", "fg": 3212 } ] }, { "id": [ "t_wall_half", "t_wall_log_half" ], - "fg": 2953, + "fg": 2979, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2954 }, - { "id": "corner", "fg": 2955 }, - { "id": "edge", "fg": 2956 }, - { "id": "end_piece", "fg": 2957 }, - { "id": "t_connection", "fg": 2958 }, - { "id": "unconnected", "fg": 2953 } + { "id": "center", "fg": 2980 }, + { "id": "corner", "fg": 2981 }, + { "id": "edge", "fg": 2982 }, + { "id": "end_piece", "fg": 2983 }, + { "id": "t_connection", "fg": 2984 }, + { "id": "unconnected", "fg": 2979 } ] }, { "id": [ "t_wall_log", "t_wall_wood" ], - "fg": 3055, + "fg": 3081, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3056 }, - { "id": "corner", "fg": 3057 }, - { "id": "edge", "fg": 3058 }, - { "id": "end_piece", "fg": 3059 }, - { "id": "t_connection", "fg": 3060 }, - { "id": "unconnected", "fg": 3055 } + { "id": "center", "fg": 3082 }, + { "id": "corner", "fg": 3083 }, + { "id": "edge", "fg": 3084 }, + { "id": "end_piece", "fg": 3085 }, + { "id": "t_connection", "fg": 3086 }, + { "id": "unconnected", "fg": 3081 } ] }, { "id": "t_wall_p", - "fg": 3127, + "fg": 3153, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3129 }, - { "id": "corner", "fg": 3130 }, - { "id": "edge", "fg": 3131 }, - { "id": "end_piece", "fg": 3132 }, - { "id": "t_connection", "fg": 3133 }, - { "id": "unconnected", "fg": 3127 } + { "id": "center", "fg": 3155 }, + { "id": "corner", "fg": 3156 }, + { "id": "edge", "fg": 3157 }, + { "id": "end_piece", "fg": 3158 }, + { "id": "t_connection", "fg": 3159 }, + { "id": "unconnected", "fg": 3153 } ] }, { "id": "t_wall_r", - "fg": 3079, + "fg": 3105, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3080 }, - { "id": "corner", "fg": 3081 }, - { "id": "edge", "fg": 3082 }, - { "id": "end_piece", "fg": 3083 }, - { "id": "t_connection", "fg": 3085 }, - { "id": "unconnected", "fg": 3079 } + { "id": "center", "fg": 3106 }, + { "id": "corner", "fg": 3107 }, + { "id": "edge", "fg": 3108 }, + { "id": "end_piece", "fg": 3109 }, + { "id": "t_connection", "fg": 3111 }, + { "id": "unconnected", "fg": 3105 } ] }, { "id": "t_wall_resin", - "fg": 2896, + "fg": 2922, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2981 }, - { "id": "corner", "fg": 2982 }, - { "id": "edge", "fg": 2983 }, - { "id": "end_piece", "fg": 2984 }, - { "id": "t_connection", "fg": 2985 }, - { "id": "unconnected", "fg": 2980 } + { "id": "center", "fg": 3007 }, + { "id": "corner", "fg": 3008 }, + { "id": "edge", "fg": 3009 }, + { "id": "end_piece", "fg": 3010 }, + { "id": "t_connection", "fg": 3011 }, + { "id": "unconnected", "fg": 3006 } ] }, { "id": "t_wall_resin_cage", - "fg": 2896, + "fg": 2922, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2992 }, - { "id": "corner", "fg": 2993 }, - { "id": "edge", "fg": 2994 }, - { "id": "end_piece", "fg": 2995 }, - { "id": "t_connection", "fg": 2996 }, - { "id": "unconnected", "fg": 2992 } + { "id": "center", "fg": 3018 }, + { "id": "corner", "fg": 3019 }, + { "id": "edge", "fg": 3020 }, + { "id": "end_piece", "fg": 3021 }, + { "id": "t_connection", "fg": 3022 }, + { "id": "unconnected", "fg": 3018 } ] }, { "id": [ "t_wall", "t_wall_w" ], - "fg": 3134, + "fg": 3160, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3135 }, - { "id": "corner", "fg": 3136 }, - { "id": "edge", "fg": 3137 }, - { "id": "end_piece", "fg": 3138 }, - { "id": "t_connection", "fg": 3139 }, - { "id": "unconnected", "fg": 3134 } + { "id": "center", "fg": 3161 }, + { "id": "corner", "fg": 3162 }, + { "id": "edge", "fg": 3163 }, + { "id": "end_piece", "fg": 3164 }, + { "id": "t_connection", "fg": 3165 }, + { "id": "unconnected", "fg": 3160 } ] }, { "id": "t_wall_wattle", - "fg": 3107, + "fg": 3133, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3108 }, - { "id": "corner", "fg": 3109 }, - { "id": "edge", "fg": 3110 }, - { "id": "end_piece", "fg": 3111 }, - { "id": "t_connection", "fg": 3112 }, - { "id": "unconnected", "fg": 3107 } + { "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": 3133 } ] }, - { "id": "t_wall_wattle_broken", "fg": 3113, "rotates": true }, + { "id": "t_wall_wattle_broken", "fg": 3139, "rotates": true }, { "id": "t_wall_wattle_half", - "fg": 2947, + "fg": 2973, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2948 }, - { "id": "corner", "fg": 2949 }, - { "id": "edge", "fg": 2950 }, - { "id": "end_piece", "fg": 2951 }, - { "id": "t_connection", "fg": 2952 }, - { "id": "unconnected", "fg": 2947 } + { "id": "center", "fg": 2974 }, + { "id": "corner", "fg": 2975 }, + { "id": "edge", "fg": 2976 }, + { "id": "end_piece", "fg": 2977 }, + { "id": "t_connection", "fg": 2978 }, + { "id": "unconnected", "fg": 2973 } ] }, { "id": [ "t_wall_wood_broken", "t_wall_log_broken" ], - "fg": 3068, + "fg": 3094, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3069 }, - { "id": "corner", "fg": 3070 }, - { "id": "edge", "fg": 3071 }, - { "id": "end_piece", "fg": 3071 }, - { "id": "t_connection", "fg": 3069 }, - { "id": "unconnected", "fg": 3068 } + { "id": "center", "fg": 3095 }, + { "id": "corner", "fg": 3096 }, + { "id": "edge", "fg": 3097 }, + { "id": "end_piece", "fg": 3097 }, + { "id": "t_connection", "fg": 3095 }, + { "id": "unconnected", "fg": 3094 } ] }, { "id": [ "t_wall_wood_chipped", "t_wall_log_chipped" ], - "fg": 3061, + "fg": 3087, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3063 }, - { "id": "corner", "fg": 3064 }, - { "id": "edge", "fg": 3065 }, - { "id": "end_piece", "fg": 3066 }, - { "id": "t_connection", "fg": 3067 }, - { "id": "unconnected", "fg": 3061 } + { "id": "center", "fg": 3089 }, + { "id": "corner", "fg": 3090 }, + { "id": "edge", "fg": 3091 }, + { "id": "end_piece", "fg": 3092 }, + { "id": "t_connection", "fg": 3093 }, + { "id": "unconnected", "fg": 3087 } ] }, { "id": "t_wall_y", - "fg": 3086, + "fg": 3112, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3087 }, - { "id": "corner", "fg": 3088 }, - { "id": "edge", "fg": 3089 }, - { "id": "end_piece", "fg": 3090 }, - { "id": "t_connection", "fg": 3091 }, - { "id": "unconnected", "fg": 3086 } + { "id": "center", "fg": 3113 }, + { "id": "corner", "fg": 3114 }, + { "id": "edge", "fg": 3115 }, + { "id": "end_piece", "fg": 3116 }, + { "id": "t_connection", "fg": 3117 }, + { "id": "unconnected", "fg": 3112 } ] }, - { "id": [ "t_water_moving_dp", "t_swater_dp", "t_water_dp" ], "fg": 2989, "rotates": false }, - { "id": [ "t_water_moving_sh", "t_swater_sh", "t_water_pool", "t_water_sh" ], "fg": 3019, "rotates": false }, - { "id": "t_water_pump", "fg": 3334, "rotates": false }, - { "id": "t_wax", "fg": 2875, "rotates": false }, + { "id": [ "t_water_moving_dp", "t_swater_dp", "t_water_dp" ], "fg": 3015, "rotates": false }, + { "id": [ "t_water_moving_sh", "t_swater_sh", "t_water_pool", "t_water_sh" ], "fg": 3045, "rotates": false }, + { "id": "t_water_pump", "fg": 3360, "rotates": false }, + { "id": "t_wax", "fg": 2901, "rotates": false }, { "id": "t_window_bars", - "fg": 2944, + "fg": 2970, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2942 }, - { "id": "corner", "fg": 2943 }, - { "id": "edge", "fg": 2944 }, - { "id": "end_piece", "fg": 2944 }, - { "id": "t_connection", "fg": 2945 }, - { "id": "unconnected", "fg": 2944 } + { "id": "center", "fg": 2968 }, + { "id": "corner", "fg": 2969 }, + { "id": "edge", "fg": 2970 }, + { "id": "end_piece", "fg": 2970 }, + { "id": "t_connection", "fg": 2971 }, + { "id": "unconnected", "fg": 2970 } ] }, { "id": "t_window_bars_alarm", - "fg": 3160, + "fg": 3186, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3161 }, - { "id": "corner", "fg": 3162 }, - { "id": "edge", "fg": 3163 }, - { "id": "end_piece", "fg": 3164 }, - { "id": "t_connection", "fg": 3165 }, - { "id": "unconnected", "fg": 3160 } + { "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": 3186 } ] }, - { "id": "t_window_boarded", "fg": 3214, "rotates": false }, - { "id": "t_window_boarded_noglass", "fg": 3217, "rotates": false }, + { "id": "t_window_boarded", "fg": 3240, "rotates": false }, + { "id": "t_window_boarded_noglass", "fg": 3243, "rotates": false }, { "id": "t_window_domestic", - "fg": 3199, + "fg": 3225, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3200 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3226 } ] }, - { "id": "t_window_enhanced", "fg": 3215, "rotates": false }, - { "id": "t_window_enhanced_noglass", "fg": 3218, "rotates": false }, - { "id": "t_window_frame", "fg": 3219, "rotates": false }, + { "id": "t_window_enhanced", "fg": 3241, "rotates": false }, + { "id": "t_window_enhanced_noglass", "fg": 3244, "rotates": false }, + { "id": "t_window_frame", "fg": 3245, "rotates": false }, { "id": "t_window_no_curtains", - "fg": 3206, + "fg": 3232, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3207 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3233 } ] }, { "id": "t_window_no_curtains_open", - "fg": 3208, + "fg": 3234, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3209 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3235 } ] }, - { "id": "t_window_no_curtains_taped", "fg": 3210, "rotates": false }, + { "id": "t_window_no_curtains_taped", "fg": 3236, "rotates": false }, { "id": "t_window_open", - "fg": 3201, + "fg": 3227, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3203 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3229 } ] }, - { "id": "t_window_reinforced", "fg": 3212, "rotates": false }, - { "id": "t_window_reinforced_noglass", "fg": 3216, "rotates": false }, + { "id": "t_window_reinforced", "fg": 3238, "rotates": false }, + { "id": "t_window_reinforced_noglass", "fg": 3242, "rotates": false }, { "id": "t_window_stained_blue", - "fg": 3204, + "fg": 3230, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3205 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3231 } ] }, { "id": "t_window_stained_green", - "fg": 3197, + "fg": 3223, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3198 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3224 } ] }, { "id": "t_window_stained_red", - "fg": 3195, + "fg": 3221, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3196 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 3222 } ] }, { "id": [ "t_window_taped", "t_window_domestic_taped", "t_window_alarm_taped" ], - "fg": 3211, - "rotates": false - }, - { "id": "t_wood_stairs_down", "fg": 3005, "rotates": false }, - { "id": "t_wood_stairs_up", "fg": 3004, "rotates": false }, - { "id": "t_wood_stairs_up_broken", "fg": 3006, "rotates": false }, - { "id": "t_wood_stairs_up_half", "fg": 3007, "rotates": false }, - { "id": "t_woodchips", "fg": 3128, "rotates": false }, - { "id": [ "caltrops", "tr_caltrops" ], "fg": 2089, "rotates": false }, - { "id": "tr_beartrap", "fg": 3434, "rotates": false }, - { "id": "tr_blade", "fg": 3629, "rotates": true }, - { "id": "tr_boobytrap", "fg": 3431, "rotates": false }, - { "id": "tr_bubblewrap", "fg": 3432, "rotates": false }, - { "id": [ "tr_cot", "f_fiber_mat" ], "fg": 3425, "rotates": false }, - { "id": "tr_crossbow", "fg": 3436, "rotates": false }, - { "id": "tr_dissector", "fg": 3428, "rotates": false }, - { "id": "tr_engine", "fg": 3421, "rotates": false }, - { "id": "tr_funnel", "fg": 3394, "rotates": false }, + "fg": 3237, + "rotates": false + }, + { "id": "t_wood_stairs_down", "fg": 3031, "rotates": false }, + { "id": "t_wood_stairs_up", "fg": 3030, "rotates": false }, + { "id": "t_wood_stairs_up_broken", "fg": 3032, "rotates": false }, + { "id": "t_wood_stairs_up_half", "fg": 3033, "rotates": false }, + { "id": "t_woodchips", "fg": 3154, "rotates": false }, + { "id": [ "caltrops", "tr_caltrops" ], "fg": 2115, "rotates": false }, + { "id": "tr_beartrap", "fg": 3460, "rotates": false }, + { "id": "tr_blade", "fg": 3655, "rotates": true }, + { "id": "tr_boobytrap", "fg": 3457, "rotates": false }, + { "id": "tr_bubblewrap", "fg": 3458, "rotates": false }, + { "id": [ "tr_cot", "f_fiber_mat" ], "fg": 3451, "rotates": false }, + { "id": "tr_crossbow", "fg": 3462, "rotates": false }, + { "id": "tr_dissector", "fg": 3454, "rotates": false }, + { "id": "tr_engine", "fg": 3447, "rotates": false }, + { "id": "tr_funnel", "fg": 3420, "rotates": false }, { "id": [ "tr_glass_pit", "t_pit_glass" ], - "fg": 3409, + "fg": 3435, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3410 }, - { "id": "corner", "fg": 3411 }, - { "id": "edge", "fg": 3412 }, - { "id": "end_piece", "fg": 3413 }, - { "id": "t_connection", "fg": 3414 }, - { "id": "unconnected", "fg": 3409 } + { "id": "center", "fg": 3436 }, + { "id": "corner", "fg": 3437 }, + { "id": "edge", "fg": 3438 }, + { "id": "end_piece", "fg": 3439 }, + { "id": "t_connection", "fg": 3440 }, + { "id": "unconnected", "fg": 3435 } ] }, { "id": "tr_goo", - "fg": 3398, + "fg": 3424, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3399 }, - { "id": "corner", "fg": 3400 }, - { "id": "edge", "fg": 3401 }, - { "id": "end_piece", "fg": 3402 }, - { "id": "t_connection", "fg": 3403 }, - { "id": "unconnected", "fg": 3398 } + { "id": "center", "fg": 3425 }, + { "id": "corner", "fg": 3426 }, + { "id": "edge", "fg": 3427 }, + { "id": "end_piece", "fg": 3428 }, + { "id": "t_connection", "fg": 3429 }, + { "id": "unconnected", "fg": 3424 } ] }, - { "id": "tr_landmine", "fg": 3430, "rotates": false }, - { "id": [ "tr_landmine_buried", "tr_beartrap_buried" ], "fg": 3429, "rotates": false }, - { "id": [ "tr_lava", "t_lava" ], "fg": 3422, "rotates": false }, - { "id": "tr_leather_funnel", "fg": 3397, "rotates": false }, - { "id": [ "tr_light_snare", "tr_heavy_snare", "tr_snare" ], "fg": 3435, "rotates": false }, - { "id": "tr_makeshift_funnel", "fg": 3395, "rotates": false }, - { "id": "tr_metal_funnel", "fg": 3393, "rotates": false }, - { "id": "tr_nailboard", "fg": 3437, "rotates": false }, + { "id": "tr_landmine", "fg": 3456, "rotates": false }, + { "id": [ "tr_landmine_buried", "tr_beartrap_buried" ], "fg": 3455, "rotates": false }, + { "id": [ "tr_lava", "t_lava" ], "fg": 3448, "rotates": false }, + { "id": "tr_leather_funnel", "fg": 3423, "rotates": false }, + { "id": [ "tr_light_snare", "tr_heavy_snare", "tr_snare" ], "fg": 3461, "rotates": false }, + { "id": "tr_makeshift_funnel", "fg": 3421, "rotates": false }, + { "id": "tr_metal_funnel", "fg": 3419, "rotates": false }, + { "id": "tr_nailboard", "fg": 3463, "rotates": false }, { "id": [ "tr_pit", "t_pit" ], - "fg": 2848, + "fg": 2874, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3404 }, - { "id": "corner", "fg": 3405 }, - { "id": "edge", "fg": 3406 }, - { "id": "end_piece", "fg": 3407 }, - { "id": "t_connection", "fg": 3408 }, - { "id": "unconnected", "fg": 2848 } + { "id": "center", "fg": 3430 }, + { "id": "corner", "fg": 3431 }, + { "id": "edge", "fg": 3432 }, + { "id": "end_piece", "fg": 3433 }, + { "id": "t_connection", "fg": 3434 }, + { "id": "unconnected", "fg": 2874 } ] }, { "id": "tr_portal", - "fg": 3415, + "fg": 3441, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3416 }, - { "id": "corner", "fg": 3417 }, - { "id": "edge", "fg": 3418 }, - { "id": "end_piece", "fg": 3419 }, - { "id": "t_connection", "fg": 3420 }, - { "id": "unconnected", "fg": 3415 } + { "id": "center", "fg": 3442 }, + { "id": "corner", "fg": 3443 }, + { "id": "edge", "fg": 3444 }, + { "id": "end_piece", "fg": 3445 }, + { "id": "t_connection", "fg": 3446 }, + { "id": "unconnected", "fg": 3441 } ] }, - { "id": [ "tr_raincatcher", "t_raincatcher" ], "fg": 3396, "rotates": false }, - { "id": "tr_rollmat", "fg": 3426, "rotates": false }, - { "id": [ "tr_shotgun_1", "tr_shotgun_2", "tr_shotgun_2_1" ], "fg": 3438, "rotates": false }, + { "id": [ "tr_raincatcher", "t_raincatcher" ], "fg": 3422, "rotates": false }, + { "id": "tr_rollmat", "fg": 3452, "rotates": false }, + { "id": [ "tr_shotgun_1", "tr_shotgun_2", "tr_shotgun_2_1" ], "fg": 3464, "rotates": false }, { "id": [ "tr_snake", "tr_glow", "tr_hum", "tr_shadow", "fd_push_items", "tr_drain" ], - "fg": 3433, + "fg": 3459, "rotates": false }, - { "id": "tr_telepad", "fg": 3427, "rotates": false }, - { "id": "tr_temple_flood", "fg": 3423, "rotates": false }, - { "id": "tr_temple_toggle", "fg": 3424, "rotates": false }, - { "id": "tr_tripwire", "fg": 3439, "rotates": false }, - { "id": "animation_line", "fg": 3442 }, - { "id": "highlight_item", "fg": 3441, "rotates": false }, - { "id": [ "highlight", "line_target", "line_trail", "cursor" ], "fg": 3440 }, + { "id": "tr_telepad", "fg": 3453, "rotates": false }, + { "id": "tr_temple_flood", "fg": 3449, "rotates": false }, + { "id": "tr_temple_toggle", "fg": 3450, "rotates": false }, + { "id": "tr_tripwire", "fg": 3465, "rotates": false }, + { "id": "animation_line", "fg": 3468 }, + { "id": "highlight_item", "fg": 3467, "rotates": false }, + { "id": [ "highlight", "line_target", "line_trail", "cursor" ], "fg": 3466 }, { "id": [ "vp_halfboard_cover_right", "vp_halfboard_cover_left" ], - "fg": 3550, + "fg": 3576, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_halfboard_hatch_wheel_left", - "fg": 3554, + "fg": 3580, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_halfboard_hatch_wheel_right", - "fg": 3555, + "fg": 3581, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -6879,17 +6888,17 @@ "vp_board_wheel_right", "vp_board_ne_edge" ], - "fg": 3548, + "fg": 3574, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_stowboard_wheel_left", "vp_stowboard_wheel_right" ], - "fg": 3573, + "fg": 3599, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -6900,365 +6909,365 @@ "vp_windshield_vertical_2_left", "vp_windshield_vertical_2_right" ], - "fg": 3624, + "fg": 3650, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3620 } ] + "additional_tiles": [ { "id": "broken", "fg": 3646 } ] }, { "id": "vp_aisle_horizontal", - "fg": 3586, + "fg": 3612, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_aisle_lights", "vp_lit_aisle_vertical" ], - "fg": 3589, + "fg": 3615, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_aisle_vertical", - "fg": 3585, + "fg": 3611, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_alternator_bicycle", "vp_alternator_motorbike", "vp_alternator_car", "vp_alternator_truck" ], - "fg": 2004, + "fg": 2030, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": "vp_atomic_lamp", - "fg": 1533, + "fg": 1559, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_atomic_light", - "fg": 1254, + "fg": 1280, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, - { "id": "vp_autoclave", "fg": 3625, "rotates": false }, + { "id": "vp_autoclave", "fg": 3651, "rotates": false }, { "id": [ "vp_basketlg", "vp_basketlg_folding", "vp_basketlg_external" ], - "fg": 2008, + "fg": 2034, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_bed", - "fg": 3426, + "fg": 3452, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, - { "id": "vp_bfg_mounted", "fg": 3602, "rotates": true }, + { "id": "vp_bfg_mounted", "fg": 3628, "rotates": true }, { "id": "vp_blade_horizontal", - "fg": 3603, + "fg": 3629, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_blade_vertical", - "fg": 3629, + "fg": 3655, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_boat_board", - "fg": 3502, + "fg": 3528, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "broken", "fg": 3467 }, - { "id": "center", "fg": 3503 }, - { "id": "corner", "fg": 3504 }, - { "id": "edge", "fg": 3505 }, - { "id": "end_piece", "fg": 3505 }, - { "id": "t_connection", "fg": 3506 }, - { "id": "unconnected", "fg": 3502 } + { "id": "broken", "fg": 3493 }, + { "id": "center", "fg": 3529 }, + { "id": "corner", "fg": 3530 }, + { "id": "edge", "fg": 3531 }, + { "id": "end_piece", "fg": 3531 }, + { "id": "t_connection", "fg": 3532 }, + { "id": "unconnected", "fg": 3528 } ] }, { "id": [ "vp_box", "vp_folding wood box", "vp_wood box", "vp_basketsm", "vp_basketsm_external" ], - "fg": 3518, + "fg": 3544, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_cam_control", - "fg": 3535, + "fg": 3561, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": "vp_cargo_bag", - "fg": 2843, + "fg": 2869, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, - { "id": "vp_cargo_lock", "fg": 3604, "rotates": false }, + { "id": "vp_cargo_lock", "fg": 3630, "rotates": false }, { "id": [ "vp_cargo_space", "vp_cargo_space_external" ], - "fg": 3519, + "fg": 3545, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_chemlab", - "fg": 3525, + "fg": 3551, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": "vp_controls", - "fg": 3521, + "fg": 3547, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_craft_rig", - "fg": 2016, + "fg": 2042, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": [ "vp_crane_medium", "vp_crane_small" ], - "fg": 1880, + "fg": 1906, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, - { "id": "vp_crane_tiny", "fg": 3605, "rotates": true }, - { "id": "vp_dishwasher", "fg": 3626, "rotates": false }, + { "id": "vp_crane_tiny", "fg": 3631, "rotates": true }, + { "id": "vp_dishwasher", "fg": 3652, "rotates": false }, { "id": "vp_door_motor", - "fg": 3516, + "fg": 3542, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_door_opaque", "vp_door_internal", "vp_door" ], - "fg": 3490, + "fg": 3516, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3491 }, { "id": "open", "fg": 3492 } ] + "additional_tiles": [ { "id": "broken", "fg": 3517 }, { "id": "open", "fg": 3518 } ] }, { "id": [ "vp_door_trunk", "vp_hatch", "vp_door_shutter", "vp_door_sliding" ], - "fg": 3493, + "fg": 3519, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3494 }, { "id": "open", "fg": 3495 } ] + "additional_tiles": [ { "id": "broken", "fg": 3520 }, { "id": "open", "fg": 3521 } ] }, { "id": [ "vp_door_wood", "vp_door_wood_opaque" ], - "fg": 3496, + "fg": 3522, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3497 }, { "id": "open", "fg": 3498 } ] + "additional_tiles": [ { "id": "broken", "fg": 3523 }, { "id": "open", "fg": 3524 } ] }, { "id": "vp_drive_by_wire_controls", - "fg": 2009, + "fg": 2035, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": [ "vp_engine_motor", "vp_foot_pedals" ], - "fg": 3457, + "fg": 3483, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, - { "id": "vp_external_tank", "fg": 3627, "rotates": true }, - { "id": "vp_external_tank_small", "fg": 3608, "rotates": true }, - { "id": "vp_fdoor", "fg": 3490, "rotates": false }, + { "id": "vp_external_tank", "fg": 3653, "rotates": true }, + { "id": "vp_external_tank_small", "fg": 3634, "rotates": true }, + { "id": "vp_fdoor", "fg": 3516, "rotates": false }, { "id": [ "vp_folding_frame", "vp_xlframe_horizontal" ], - "fg": 3452, + "fg": 3478, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_folding_wooden_frame", - "fg": 3469, + "fg": 3495, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, - { "id": "vp_forklift_fork", "fg": 3609, "rotates": true }, + { "id": "vp_forklift_fork", "fg": 3635, "rotates": true }, { "id": "vp_frame_cross", - "fg": 3462, + "fg": 3488, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, - { "id": "vp_frame_handle", "fg": 3457, "rotates": true }, + { "id": "vp_frame_handle", "fg": 3483, "rotates": true }, { "id": "vp_frame_horizontal", - "fg": 3460, + "fg": 3486, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 3461, + "fg": 3487, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_frame_ne", - "fg": 3466, + "fg": 3492, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_frame_nw", - "fg": 3463, + "fg": 3489, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_frame_se", - "fg": 3465, + "fg": 3491, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_frame_sw", - "fg": 3464, + "fg": 3490, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_frame_vertical", - "fg": 3458, + "fg": 3484, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_frame_vertical_2", - "fg": 3459, + "fg": 3485, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_frame_wood_cover", "vp_frame_wood_handle", "vp_frame_wood_light_cover", "vp_frame_wood_light_handle" ], - "fg": 3468, + "fg": 3494, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_cross", "vp_frame_wood_cross" ], - "fg": 3474, + "fg": 3500, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_horizontal_2", "vp_frame_wood_horizontal_2" ], - "fg": 3473, + "fg": 3499, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_horizontal", "vp_frame_wood_horizontal" ], - "fg": 3472, + "fg": 3498, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_ne", "vp_frame_wood_ne" ], - "fg": 3478, + "fg": 3504, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_nw", "vp_frame_wood_nw" ], - "fg": 3475, + "fg": 3501, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_se", "vp_frame_wood_se" ], - "fg": 3477, + "fg": 3503, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_sw", "vp_frame_wood_sw" ], - "fg": 3476, + "fg": 3502, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_vertical_2", "vp_frame_wood_vertical_2" ], - "fg": 3471, + "fg": 3497, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_frame_wood_light_vertical", "vp_frame_wood_vertical" ], - "fg": 3470, + "fg": 3496, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, - { "id": [ "vp_fridge_cargo", "fridge_cargo" ], "fg": 3522, "rotates": false }, + { "id": [ "vp_fridge_cargo", "fridge_cargo" ], "fg": 3548, "rotates": false }, { "id": "vp_funnel", - "fg": 3394, + "fg": 3420, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_fusion_gun", "vp_laser_rifle" ], - "fg": 3597, + "fg": 3623, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3598 } ] + "additional_tiles": [ { "id": "broken", "fg": 3624 } ] }, { "id": [ @@ -7267,10 +7276,10 @@ "vp_halfboard_horizontal_2", "vp_cloth_halfboard_horizontal_2" ], - "fg": 3551, + "fg": 3577, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -7293,10 +7302,10 @@ "vp_board_horizontal_front", "vp_board_horizontal_rear" ], - "fg": 3550, + "fg": 3576, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -7307,10 +7316,10 @@ "vp_halfboard_ne", "vp_board_ne" ], - "fg": 3556, + "fg": 3582, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -7321,10 +7330,10 @@ "vp_halfboard_nw", "vp_board_nw" ], - "fg": 3553, + "fg": 3579, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -7335,10 +7344,10 @@ "vp_halfboard_se", "vp_board_se" ], - "fg": 3555, + "fg": 3581, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -7349,10 +7358,10 @@ "vp_halfboard_sw", "vp_board_sw" ], - "fg": 3554, + "fg": 3580, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -7361,10 +7370,10 @@ "vp_halfboard_vertical_2", "vp_cloth_halfboard_vertical_2" ], - "fg": 3549, + "fg": 3575, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ @@ -7375,536 +7384,536 @@ "vp_xlhalfboard_vertical", "vp_halfboard_vertical" ], - "fg": 3548, + "fg": 3574, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_generator_7500w", - "fg": 3607, + "fg": 3633, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": [ "vp_halfboard_cover", "vp_frame_cover" ], - "fg": 3457, + "fg": 3483, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_halfboard_cross", - "fg": 3552, + "fg": 3578, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_hand_paddles", - "fg": 3515, + "fg": 3541, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_hand_rims", - "fg": 3514, + "fg": 3540, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": "vp_hatch_opaque", - "fg": 3493, + "fg": 3519, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 3495 } ] + "additional_tiles": [ { "id": "open", "fg": 3521 } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdhalfboard_horizontal" ], - "fg": 3559, + "fg": 3585, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_hdboard_ne", "vp_hdhalfboard_ne" ], - "fg": 3564, + "fg": 3590, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_hdboard_nw", "vp_hdhalfboard_nw" ], - "fg": 3561, + "fg": 3587, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_hdboard_se", "vp_hdhalfboard_se" ], - "fg": 3563, + "fg": 3589, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_hdboard_sw", "vp_hdhalfboard_sw" ], - "fg": 3562, + "fg": 3588, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdhalfboard_vertical" ], - "fg": 3557, + "fg": 3583, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_cover", - "fg": 3479, + "fg": 3505, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_cross", - "fg": 3485, + "fg": 3511, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 3483, + "fg": 3509, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 3484, + "fg": 3510, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_ne", - "fg": 3489, + "fg": 3515, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_nw", - "fg": 3486, + "fg": 3512, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_se", - "fg": 3488, + "fg": 3514, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_sw", - "fg": 3487, + "fg": 3513, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_vertical", - "fg": 3481, + "fg": 3507, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 3482, + "fg": 3508, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdhalfboard_horizontal_2", - "fg": 3560, + "fg": 3586, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdhalfboard_vertical_2", - "fg": 3558, + "fg": 3584, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": 3499, + "fg": 3525, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3500 }, { "id": "open", "fg": 3501 } ] + "additional_tiles": [ { "id": "broken", "fg": 3526 }, { "id": "open", "fg": 3527 } ] }, { "id": "vp_hdroof", - "fg": 3593, + "fg": 3619, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_hdstowboard_horizontal", - "fg": 3580, + "fg": 3606, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdstowboard_ne", - "fg": 3584, + "fg": 3610, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdstowboard_nw", - "fg": 3581, + "fg": 3607, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdstowboard_se", - "fg": 3583, + "fg": 3609, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdstowboard_sw", - "fg": 3582, + "fg": 3608, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": "vp_hdstowboard_vertical", - "fg": 3579, + "fg": 3605, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_head_light", "vp_headlight", "vp_floodlight" ], - "fg": 2012, + "fg": 2038, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_headlight_reinforced", - "fg": 3526, + "fg": 3552, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_horn_bicycle", - "fg": 3537, + "fg": 3563, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_horn_car", "vp_horn_big", "vp_beeper", "vp_chimes" ], - "fg": 3527, + "fg": 3553, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_inboard_mirror", "vp_wing_mirror" ], - "fg": 3536, + "fg": 3562, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_inflatable_airbag", - "fg": 3538, + "fg": 3564, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "broken", "fg": 3480 }, - { "id": "center", "fg": 3539 }, - { "id": "corner", "fg": 3540 }, - { "id": "edge", "fg": 3541 }, - { "id": "end_piece", "fg": 3541 }, - { "id": "t_connection", "fg": 3542 }, - { "id": "unconnected", "fg": 3538 } + { "id": "broken", "fg": 3506 }, + { "id": "center", "fg": 3565 }, + { "id": "corner", "fg": 3566 }, + { "id": "edge", "fg": 3567 }, + { "id": "end_piece", "fg": 3567 }, + { "id": "t_connection", "fg": 3568 }, + { "id": "unconnected", "fg": 3564 } ] }, { "id": "vp_inflatable_section", - "fg": 3543, + "fg": 3569, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "broken", "fg": 3480 }, - { "id": "center", "fg": 3544 }, - { "id": "corner", "fg": 3545 }, - { "id": "edge", "fg": 3546 }, - { "id": "end_piece", "fg": 3546 }, - { "id": "t_connection", "fg": 3547 }, - { "id": "unconnected", "fg": 3543 } + { "id": "broken", "fg": 3506 }, + { "id": "center", "fg": 3570 }, + { "id": "corner", "fg": 3571 }, + { "id": "edge", "fg": 3572 }, + { "id": "end_piece", "fg": 3572 }, + { "id": "t_connection", "fg": 3573 }, + { "id": "unconnected", "fg": 3569 } ] }, { "id": [ "vp_jumper_cable_heavy", "vp_jumper_cable" ], - "fg": 3594, + "fg": 3620, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_kitchen_unit", - "fg": 3528, + "fg": 3554, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": "vp_leather_funnel", - "fg": 3397, + "fg": 3423, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_light_blue", - "fg": 3529, + "fg": 3555, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_light_red", - "fg": 2013, + "fg": 2039, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": "vp_lit_aisle_horizontal", - "fg": 3590, + "fg": 3616, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_m249", "vp_mounted_m240", "vp_mounted_m60", "vp_mounted_m134" ], - "fg": 3600, + "fg": 3626, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3446 } ] + "additional_tiles": [ { "id": "broken", "fg": 3472 } ] }, { "id": "vp_makeshift_funnel", - "fg": 3395, + "fg": 3421, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_metal_funnel", - "fg": 3393, + "fg": 3419, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_minifreezer", - "fg": 2015, + "fg": 2041, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": "vp_minifridge", - "fg": 3530, + "fg": 3556, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": "vp_minireactor", - "fg": 3447, + "fg": 3473, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, - { "id": "vp_mounted_30mm_autocannon", "fg": 3596, "rotates": true }, + { "id": "vp_mounted_30mm_autocannon", "fg": 3622, "rotates": true }, { "id": [ "vp_mounted_browning", "vp_mounted_mk19", "vp_mounted_abzats" ], - "fg": 3599, + "fg": 3625, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3480 } ] + "additional_tiles": [ { "id": "broken", "fg": 3506 } ] }, { "id": [ "vp_mounted_howitzer", "vp_mounted_tank_auto", "vp_mounted_tank_manual", "vp_mounted_tank_rws", "vp_m240", "vp_m60" ], - "fg": 3599, + "fg": 3625, "rotates": true }, { "id": [ "vp_mounted_m1918", "vp_flamethrower" ], - "fg": 3595, + "fg": 3621, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_mounted_rm298", "vp_mounted_rm614" ], - "fg": 3596, + "fg": 3622, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_muffler", - "fg": 3448, + "fg": 3474, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_omnicam", - "fg": 2014, + "fg": 2040, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": [ "vp_plasmagun", "vp_plasma_gun" ], - "fg": 3601, + "fg": 3627, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3446 } ] + "additional_tiles": [ { "id": "broken", "fg": 3472 } ] }, - { "id": "vp_plating_bone", "fg": 3617, "rotates": true }, - { "id": "vp_plating_hard", "fg": 3612, "rotates": true }, - { "id": "vp_plating_military", "fg": 3613, "rotates": true }, - { "id": "vp_plating_spiked", "fg": 3618, "rotates": true }, - { "id": [ "vp_plating_steel", "vp_plating_chitin" ], "fg": 3614, "rotates": true }, - { "id": "vp_plating_superalloy", "fg": 3615, "rotates": true }, - { "id": "vp_plating_wood", "fg": 3616, "rotates": true }, + { "id": "vp_plating_bone", "fg": 3643, "rotates": true }, + { "id": "vp_plating_hard", "fg": 3638, "rotates": true }, + { "id": "vp_plating_military", "fg": 3639, "rotates": true }, + { "id": "vp_plating_spiked", "fg": 3644, "rotates": true }, + { "id": [ "vp_plating_steel", "vp_plating_chitin" ], "fg": 3640, "rotates": true }, + { "id": "vp_plating_superalloy", "fg": 3641, "rotates": true }, + { "id": "vp_plating_wood", "fg": 3642, "rotates": true }, { "id": "vp_plow", - "fg": 3444, + "fg": 3470, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3445 } ] + "additional_tiles": [ { "id": "broken", "fg": 3471 } ] }, { "id": [ "vp_reaper_advanced", "vp_reaper" ], - "fg": 3611, + "fg": 3637, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3446 } ] + "additional_tiles": [ { "id": "broken", "fg": 3472 } ] }, { "id": "vp_recharge_station", - "fg": 3531, + "fg": 3557, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": [ "vp_reinforced_solar_panel", "vp_reinforced_solar_panel_v2" ], - "fg": 2077, + "fg": 2103, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3631 } ] + "additional_tiles": [ { "id": "broken", "fg": 3657 } ] }, { "id": "vp_reinforced_windshield", - "fg": 3619, + "fg": 3645, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3620 } ] + "additional_tiles": [ { "id": "broken", "fg": 3646 } ] }, { "id": "vp_robot_controls", - "fg": 2010, + "fg": 2036, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_roller_drum", - "fg": 3507, + "fg": 3533, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_roof_cloth", "vp_roof_wood", "vp_roof" ], - "fg": 3592, + "fg": 3618, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_saddle", - "fg": 3534, + "fg": 3560, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_seat", "vp_folding_seat", "vp_reclining_seat" ], - "fg": 2067, + "fg": 2093, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_seat_wood", - "fg": 3628, + "fg": 3654, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_seatbelt", - "fg": 3448, + "fg": 3474, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3449 } ] + "additional_tiles": [ { "id": "broken", "fg": 3475 } ] }, { "id": "vp_seatbelt_heavyduty", - "fg": 3621, + "fg": 3647, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3449 } ] + "additional_tiles": [ { "id": "broken", "fg": 3475 } ] }, { "id": [ "vp_seed_drill_advanced", "vp_seed_drill" ], - "fg": 3622, + "fg": 3648, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3445 } ] + "additional_tiles": [ { "id": "broken", "fg": 3471 } ] }, { "id": [ @@ -7915,608 +7924,627 @@ "vp_battery_motorbike", "vp_battery_car" ], - "fg": 1287, + "fg": 1313, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": [ "vp_solar_panel", "vp_solar_panel_v2", "vp_solar_panel_v3" ], - "fg": 2078, + "fg": 2104, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3632 } ] + "additional_tiles": [ { "id": "broken", "fg": 3658 } ] }, { "id": "vp_spike", - "fg": 3623, + "fg": 3649, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_spike_wood", - "fg": 2906, + "fg": 2932, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_stereo", - "fg": 3610, + "fg": 3636, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": "vp_storage_battery_mount", - "fg": 3606, + "fg": 3632, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": "vp_stowboard_horizontal", - "fg": 3574, + "fg": 3600, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_stowboard_ne", - "fg": 3578, + "fg": 3604, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_stowboard_nw", - "fg": 3575, + "fg": 3601, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_stowboard_se", - "fg": 3577, + "fg": 3603, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_stowboard_sw", - "fg": 3576, + "fg": 3602, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_stowboard_vertical", - "fg": 3573, + "fg": 3599, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, - { "id": "vp_tank_barrel", "fg": 2061, "rotates": true }, + { "id": "vp_tank_barrel", "fg": 2087, "rotates": true }, { "id": "vp_tank_medium", - "fg": 1144, + "fg": 1170, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": "vp_tank_small", - "fg": 1145, + "fg": 1171, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": [ "vp_tank", "vp_tank_little" ], - "fg": 1146, + "fg": 1172, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, - { "id": [ "vp_tow_launcher", "vp_tow_turret" ], "fg": 3595, "rotates": true }, + { "id": [ "vp_tow_launcher", "vp_tow_turret" ], "fg": 3621, "rotates": true }, { "id": "vp_tracker", - "fg": 3532, + "fg": 3558, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_travois", - "fg": 824, + "fg": 850, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_trunk", - "fg": 3520, + "fg": 3546, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_trunk_floor", - "fg": 3591, + "fg": 3617, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": [ "vp_v_curtain", "vp_aisle_curtain" ], - "fg": 3221, + "fg": 3247, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_veh_forge", - "fg": 3523, + "fg": 3549, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": [ "vp_veh_table", "vp_veh_table_wood" ], - "fg": 3517, + "fg": 3543, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_vehicle_alarm", - "fg": 3532, + "fg": 3558, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3443 } ] + "additional_tiles": [ { "id": "broken", "fg": 3469 } ] }, { "id": "vp_vehicle_clock", - "fg": 1349, + "fg": 1375, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_vehicle_scoop", - "fg": 1485, + "fg": 1511, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 2844 } ] + "additional_tiles": [ { "id": "broken", "fg": 2870 } ] }, { "id": "vp_washing_machine", - "fg": 3633, + "fg": 3659, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": "vp_water_faucet", - "fg": 3524, + "fg": 3550, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": "vp_water_purifier", - "fg": 1613, + "fg": 1639, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3446 } ] + "additional_tiles": [ { "id": "broken", "fg": 3472 } ] }, { "id": [ "vp_watercannon", "vp_shockcannon_mounted" ], - "fg": 3601, + "fg": 3627, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3445 } ] + "additional_tiles": [ { "id": "broken", "fg": 3471 } ] }, { "id": "vp_welding_rig", - "fg": 3533, + "fg": 3559, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3634 } ] + "additional_tiles": [ { "id": "broken", "fg": 3660 } ] }, { "id": [ "vp_wheel_armor", "vp_wheel_armor_steerable" ], - "fg": 3512, + "fg": 3538, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": [ "vp_wheel_bicycle_steerable", "vp_wheel_bicycle" ], - "fg": 3508, + "fg": 3534, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": "vp_wheel_caster", - "fg": 3511, + "fg": 3537, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": [ "vp_wheel_small", "vp_wheel_small_steerable", "vp_wheel_barrow" ], - "fg": 1999, + "fg": 2025, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": [ "vp_wheel_unicycle", "vp_wheel_motorbike", "vp_wheel_motorbike_steerable" ], - "fg": 1998, + "fg": 2024, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable", "vp_metal_wheel" ], - "fg": 1995, + "fg": 2021, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": "vp_wheel_wheelchair", - "fg": 3510, + "fg": 3536, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": [ "vp_wheel_wide", "vp_wheel_wide_steerable" ], - "fg": 1997, + "fg": 2023, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3509 } ] + "additional_tiles": [ { "id": "broken", "fg": 3535 } ] }, { "id": "vp_wheel_wood", - "fg": 1996, + "fg": 2022, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_wheel_wood_b", - "fg": 3513, + "fg": 3539, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_windshield", - "fg": 3624, + "fg": 3650, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3620 } ] + "additional_tiles": [ { "id": "broken", "fg": 3646 } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodhalfboard_horizontal" ], - "fg": 3567, + "fg": 3593, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_woodboard_ne", "vp_woodhalfboard_ne" ], - "fg": 3572, + "fg": 3598, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_woodboard_nw", "vp_woodhalfboard_nw" ], - "fg": 3569, + "fg": 3595, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_woodboard_se", "vp_woodhalfboard_se" ], - "fg": 3571, + "fg": 3597, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_woodboard_sw", "vp_woodhalfboard_sw" ], - "fg": 3570, + "fg": 3596, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": [ "vp_woodboard_vertical", "vp_woodhalfboard_vertical" ], - "fg": 3565, + "fg": 3591, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_wooden_aisle_horizontal", - "fg": 3588, + "fg": 3614, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_wooden_aisle_vertical", - "fg": 3587, + "fg": 3613, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_woodhalfboard_horizontal_2", - "fg": 3568, + "fg": 3594, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_woodhalfboard_vertical_2", - "fg": 3566, + "fg": 3592, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3467 } ] + "additional_tiles": [ { "id": "broken", "fg": 3493 } ] }, { "id": "vp_xlframe_cover", - "fg": 3450, + "fg": 3476, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_cross", - "fg": 2942, + "fg": 2968, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 3453, + "fg": 3479, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_ne", - "fg": 3456, + "fg": 3482, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_nw", - "fg": 2943, + "fg": 2969, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_se", - "fg": 3455, + "fg": 3481, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_sw", - "fg": 3454, + "fg": 3480, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_vertical", - "fg": 2944, + "fg": 2970, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 3451, + "fg": 3477, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3630 } ] + "additional_tiles": [ { "id": "broken", "fg": 3656 } ] }, { "id": [ "wheel_mount_heavy", "vp_wheel_mount_heavy", "vp_wheel_mount_heavy_steerable" ], - "fg": 2027, + "fg": 2053, "rotates": false }, { "id": [ "wheel_mount_light", "vp_wheel_mount_light", "vp_wheel_mount_light_steerable" ], - "fg": 2029, + "fg": 2055, "rotates": false }, { "id": [ "wheel_mount_medium", "vp_wheel_mount_medium", "vp_wheel_mount_medium_steerable" ], - "fg": 2028, - "rotates": false - }, - { "id": "f_rotary_clothesline", "fg": 749 }, - { "id": "1034_mushroom_morel_0", "fg": 996 }, - { "id": "1076_biscuit_0", "fg": 1038 }, - { "id": "454_casing", "fg": 2058 }, - { "id": "935_blueberries_0", "fg": 2168 }, - { "id": "955_blueberries_cooked_0", "fg": 2188 }, - { "id": "977_irradiated_strawberries_0", "fg": 2205 }, - { "id": "alexandrite", "fg": 2228 }, - { "id": "almond", "fg": 2229 }, - { "id": "almond_roasted", "fg": 2230 }, - { "id": "almond_unshelled", "fg": 2231 }, - { "id": "amethyst", "fg": 2232 }, - { "id": "aquamarine", "fg": 2233 }, - { "id": "awl_steel", "fg": 2234 }, - { "id": "battleship", "fg": 2235 }, - { "id": "beech_nuts", "fg": 2236 }, - { "id": "biscuit", "fg": 2237 }, - { "id": "blackberries", "fg": 2238 }, - { "id": "blueberries", "fg": 2239 }, - { "id": "blueberries_cooked", "fg": 2240 }, - { "id": "bone_knife", "fg": 2241 }, - { "id": "bread", "fg": 2242 }, - { "id": "brown_bread", "fg": 2243 }, - { "id": "bundle_branch", "fg": 2244 }, - { "id": "butterfly_swords", "fg": 2245 }, - { "id": "cards_magic", "fg": 2246 }, - { "id": "catan", "fg": 2247 }, - { "id": "checkers", "fg": 2248 }, - { "id": "chess", "fg": 2249 }, - { "id": "chestnut", "fg": 2250 }, - { "id": "chestnut_roasted", "fg": 2251 }, - { "id": "chestnut_unshelled", "fg": 2252 }, - { "id": "citrine", "fg": 2253 }, - { "id": "clamp", "fg": 2254 }, - { "id": "clue", "fg": 2255 }, - { "id": "cornbread", "fg": 2256 }, - { "id": "deck_of_cards", "fg": 2257 }, - { "id": "diamond", "fg": 2258 }, - { "id": "dnd", "fg": 2259 }, - { "id": "donut_holes", "fg": 2260 }, - { "id": "dry_mushroom", "fg": 2261 }, - { "id": "dry_tofu", "fg": 2262 }, - { "id": "edamame_roasted", "fg": 2263 }, - { "id": "elderberries", "fg": 2264 }, - { "id": "emerald", "fg": 2265 }, - { "id": "fire_brick", "fg": 2266 }, - { "id": "fish_bagel", "fg": 2267 }, - { "id": "foodplace_food", "fg": 2269 }, - { "id": "foodplace_snack_bar", "fg": 2270 }, - { "id": "fruit_leather", "fg": 2271 }, - { "id": "g_warhammer", "fg": 2272 }, - { "id": "g_warhammer40k", "fg": 2273 }, - { "id": "garnet", "fg": 2274 }, - { "id": "grip_hook", "fg": 2275 }, - { "id": "hallula", "fg": 2276 }, - { "id": "hazelnut", "fg": 2277 }, - { "id": "hazelnut_roasted", "fg": 2278 }, - { "id": "hazelnut_unshelled", "fg": 2279 }, - { "id": "herbal_tea_bag", "fg": 2280 }, - { "id": "horse_tack", "fg": 2281 }, - { "id": "huckleberries", "fg": 2282 }, - { "id": "johnnycake", "fg": 2283 }, - { "id": "kettle", "fg": 2284 }, - { "id": "knife_baselard", "fg": 2285 }, - { "id": "malted_grain", "fg": 2286 }, - { "id": "malting_grain", "fg": 2287 }, - { "id": "mattress", "fg": 2288 }, - { "id": "monopoly", "fg": 2289 }, - { "id": "morel_cooked", "fg": 2290 }, - { "id": "morel_fried", "fg": 2291 }, - { "id": "mortar_adobe", "fg": 2292 }, - { "id": "mulberries", "fg": 2293 }, - { "id": "mushroom", "fg": 2294 }, - { "id": "mushroom_cooked", "fg": 2295 }, - { "id": "mushroom_morel", "fg": 2296 }, - { "id": "opal", "fg": 2297 }, - { "id": "peanut", "fg": 2298 }, - { "id": "peanut_unshelled", "fg": 2299 }, - { "id": "pearl", "fg": 2300 }, - { "id": "pecan", "fg": 2301 }, - { "id": "pecan_roasted", "fg": 2302 }, - { "id": "pecan_unshelled", "fg": 2303 }, - { "id": "peridot", "fg": 2304 }, - { "id": "pictionary", "fg": 2305 }, - { "id": "pipe_cleaner", "fg": 2306 }, - { "id": "pipe_fittings", "fg": 2307 }, - { "id": "porkbelly", "fg": 2308 }, - { "id": "protein_bar_evac", "fg": 2309 }, - { "id": "pumpkin_yeast_bread", "fg": 2310 }, - { "id": "raw_cured_fatty_meat", "fg": 2311 }, - { "id": "raw_curing_fatty_meat", "fg": 2312 }, - { "id": "raw_dandelion", "fg": 2313 }, - { "id": "raw_edamame", "fg": 2314 }, - { "id": "rose_hips", "fg": 2315 }, - { "id": "ruby", "fg": 2316 }, - { "id": "sandbox_kit", "fg": 2317 }, - { "id": "sandwich_fairy", "fg": 2318 }, - { "id": "sandwich_jam_butter", "fg": 2319 }, - { "id": "sandwich_jam_cheese", "fg": 2320 }, - { "id": "sapphire", "fg": 2321 }, - { "id": "shillelagh", "fg": 2322 }, - { "id": "shillelagh_weighted", "fg": 2323 }, - { "id": "soaked_dandelion", "fg": 2324 }, - { "id": "soaking_dandelion", "fg": 2325 }, - { "id": "sourdough_bread", "fg": 2326 }, - { "id": "soy_nuts", "fg": 2327 }, - { "id": "strawberries", "fg": 2328 }, - { "id": "strawberries_cooked", "fg": 2329 }, - { "id": "tea_bag", "fg": 2330 }, - { "id": "tea_bag_chamomile", "fg": 2331 }, - { "id": "tea_bag_dandelion", "fg": 2332 }, - { "id": "tea_fruit_bag", "fg": 2333 }, - { "id": "tea_green_bag", "fg": 2334 }, - { "id": "tofu", "fg": 2335 }, - { "id": "tofu_fried", "fg": 2336 }, - { "id": "topaz", "fg": 2337 }, - { "id": "tourmaline", "fg": 2338 }, - { "id": "walnut", "fg": 2339 }, - { "id": "walnut_roasted", "fg": 2340 }, - { "id": "walnut_unshelled", "fg": 2341 }, - { "id": "wastebread", "fg": 2342 }, - { "id": "wire_mesh", "fg": 2343 }, - { "id": "mon_feral_human_axe", "fg": 2387 }, - { "id": "mon_feral_human_crowbar", "fg": 2388 }, - { "id": "mon_feral_human_pipe", "fg": 2389 }, - { "id": "mon_feral_labsecurity_9mm", "fg": 2390 }, - { "id": "mon_feral_labsecurity_flashlight", "fg": 2391 }, - { "id": "mon_feral_scientist_scalpel", "fg": 2392 }, - { "id": "mon_lizardfolk_warrior", "fg": 2468 } + "fg": 2054, + "rotates": false + }, + { "id": "f_basaltspike", "fg": 1 }, + { "id": "f_icebold_large", "fg": 2 }, + { "id": "f_icebold_medium", "fg": 3 }, + { "id": "f_icebold_small", "fg": 4 }, + { "id": "f_snow_large", "fg": 7 }, + { "id": "f_snow_medium", "fg": 8 }, + { "id": "f_snow_small", "fg": 9 }, + { "id": "t_basalt_wall", "fg": 10 }, + { "id": "t_basaltfloor", "fg": 11 }, + { "id": "t_deaddirt", "fg": 12 }, + { "id": "t_ice", "fg": 13 }, + { "id": "t_ice_wall", "fg": 14 }, + { "id": "t_lichen_harvested", "fg": 18 }, + { "id": "t_lichenyum", "fg": 22 }, + { "id": "t_moxfloor", "fg": 23 }, + { "id": "t_snow", "fg": 24 }, + { "id": "t_snow_wall", "fg": 25 }, + { "id": "t_snowrock", "fg": 26 }, + { "id": "f_rotary_clothesline", "fg": 775 }, + { "id": "1034_mushroom_morel_0", "fg": 1022 }, + { "id": "1076_biscuit_0", "fg": 1064 }, + { "id": "454_casing", "fg": 2084 }, + { "id": "935_blueberries_0", "fg": 2194 }, + { "id": "955_blueberries_cooked_0", "fg": 2214 }, + { "id": "977_irradiated_strawberries_0", "fg": 2231 }, + { "id": "alexandrite", "fg": 2254 }, + { "id": "almond", "fg": 2255 }, + { "id": "almond_roasted", "fg": 2256 }, + { "id": "almond_unshelled", "fg": 2257 }, + { "id": "amethyst", "fg": 2258 }, + { "id": "aquamarine", "fg": 2259 }, + { "id": "awl_steel", "fg": 2260 }, + { "id": "battleship", "fg": 2261 }, + { "id": "beech_nuts", "fg": 2262 }, + { "id": "biscuit", "fg": 2263 }, + { "id": "blackberries", "fg": 2264 }, + { "id": "blueberries", "fg": 2265 }, + { "id": "blueberries_cooked", "fg": 2266 }, + { "id": "bone_knife", "fg": 2267 }, + { "id": "bread", "fg": 2268 }, + { "id": "brown_bread", "fg": 2269 }, + { "id": "bundle_branch", "fg": 2270 }, + { "id": "butterfly_swords", "fg": 2271 }, + { "id": "cards_magic", "fg": 2272 }, + { "id": "catan", "fg": 2273 }, + { "id": "checkers", "fg": 2274 }, + { "id": "chess", "fg": 2275 }, + { "id": "chestnut", "fg": 2276 }, + { "id": "chestnut_roasted", "fg": 2277 }, + { "id": "chestnut_unshelled", "fg": 2278 }, + { "id": "citrine", "fg": 2279 }, + { "id": "clamp", "fg": 2280 }, + { "id": "clue", "fg": 2281 }, + { "id": "cornbread", "fg": 2282 }, + { "id": "deck_of_cards", "fg": 2283 }, + { "id": "diamond", "fg": 2284 }, + { "id": "dnd", "fg": 2285 }, + { "id": "donut_holes", "fg": 2286 }, + { "id": "dry_mushroom", "fg": 2287 }, + { "id": "dry_tofu", "fg": 2288 }, + { "id": "edamame_roasted", "fg": 2289 }, + { "id": "elderberries", "fg": 2290 }, + { "id": "emerald", "fg": 2291 }, + { "id": "fire_brick", "fg": 2292 }, + { "id": "fish_bagel", "fg": 2293 }, + { "id": "foodplace_food", "fg": 2295 }, + { "id": "foodplace_snack_bar", "fg": 2296 }, + { "id": "fruit_leather", "fg": 2297 }, + { "id": "g_warhammer", "fg": 2298 }, + { "id": "g_warhammer40k", "fg": 2299 }, + { "id": "garnet", "fg": 2300 }, + { "id": "grip_hook", "fg": 2301 }, + { "id": "hallula", "fg": 2302 }, + { "id": "hazelnut", "fg": 2303 }, + { "id": "hazelnut_roasted", "fg": 2304 }, + { "id": "hazelnut_unshelled", "fg": 2305 }, + { "id": "herbal_tea_bag", "fg": 2306 }, + { "id": "horse_tack", "fg": 2307 }, + { "id": "huckleberries", "fg": 2308 }, + { "id": "johnnycake", "fg": 2309 }, + { "id": "kettle", "fg": 2310 }, + { "id": "knife_baselard", "fg": 2311 }, + { "id": "malted_grain", "fg": 2312 }, + { "id": "malting_grain", "fg": 2313 }, + { "id": "mattress", "fg": 2314 }, + { "id": "monopoly", "fg": 2315 }, + { "id": "morel_cooked", "fg": 2316 }, + { "id": "morel_fried", "fg": 2317 }, + { "id": "mortar_adobe", "fg": 2318 }, + { "id": "mulberries", "fg": 2319 }, + { "id": "mushroom", "fg": 2320 }, + { "id": "mushroom_cooked", "fg": 2321 }, + { "id": "mushroom_morel", "fg": 2322 }, + { "id": "opal", "fg": 2323 }, + { "id": "peanut", "fg": 2324 }, + { "id": "peanut_unshelled", "fg": 2325 }, + { "id": "pearl", "fg": 2326 }, + { "id": "pecan", "fg": 2327 }, + { "id": "pecan_roasted", "fg": 2328 }, + { "id": "pecan_unshelled", "fg": 2329 }, + { "id": "peridot", "fg": 2330 }, + { "id": "pictionary", "fg": 2331 }, + { "id": "pipe_cleaner", "fg": 2332 }, + { "id": "pipe_fittings", "fg": 2333 }, + { "id": "porkbelly", "fg": 2334 }, + { "id": "protein_bar_evac", "fg": 2335 }, + { "id": "pumpkin_yeast_bread", "fg": 2336 }, + { "id": "raw_cured_fatty_meat", "fg": 2337 }, + { "id": "raw_curing_fatty_meat", "fg": 2338 }, + { "id": "raw_dandelion", "fg": 2339 }, + { "id": "raw_edamame", "fg": 2340 }, + { "id": "rose_hips", "fg": 2341 }, + { "id": "ruby", "fg": 2342 }, + { "id": "sandbox_kit", "fg": 2343 }, + { "id": "sandwich_fairy", "fg": 2344 }, + { "id": "sandwich_jam_butter", "fg": 2345 }, + { "id": "sandwich_jam_cheese", "fg": 2346 }, + { "id": "sapphire", "fg": 2347 }, + { "id": "shillelagh", "fg": 2348 }, + { "id": "shillelagh_weighted", "fg": 2349 }, + { "id": "soaked_dandelion", "fg": 2350 }, + { "id": "soaking_dandelion", "fg": 2351 }, + { "id": "sourdough_bread", "fg": 2352 }, + { "id": "soy_nuts", "fg": 2353 }, + { "id": "strawberries", "fg": 2354 }, + { "id": "strawberries_cooked", "fg": 2355 }, + { "id": "tea_bag", "fg": 2356 }, + { "id": "tea_bag_chamomile", "fg": 2357 }, + { "id": "tea_bag_dandelion", "fg": 2358 }, + { "id": "tea_fruit_bag", "fg": 2359 }, + { "id": "tea_green_bag", "fg": 2360 }, + { "id": "tofu", "fg": 2361 }, + { "id": "tofu_fried", "fg": 2362 }, + { "id": "topaz", "fg": 2363 }, + { "id": "tourmaline", "fg": 2364 }, + { "id": "walnut", "fg": 2365 }, + { "id": "walnut_roasted", "fg": 2366 }, + { "id": "walnut_unshelled", "fg": 2367 }, + { "id": "wastebread", "fg": 2368 }, + { "id": "wire_mesh", "fg": 2369 }, + { "id": "mon_feral_human_axe", "fg": 2413 }, + { "id": "mon_feral_human_crowbar", "fg": 2414 }, + { "id": "mon_feral_human_pipe", "fg": 2415 }, + { "id": "mon_feral_labsecurity_9mm", "fg": 2416 }, + { "id": "mon_feral_labsecurity_flashlight", "fg": 2417 }, + { "id": "mon_feral_scientist_scalpel", "fg": 2418 }, + { "id": "mon_lizardfolk_warrior", "fg": 2494 } ] }, { "file": "large.png", - "//": "range 3760 to 4351", + "//": "range 3776 to 4367", "sprite_width": 20, "sprite_height": 20, "sprite_offset_x": -5, "sprite_offset_y": -10, "tiles": [ - { "id": "mon_afs_headless_horror", "fg": 3776, "rotates": false }, - { "id": "mon_claygolem", "fg": 3777, "rotates": false }, - { "id": "mon_devourer", "fg": 3778, "rotates": false }, - { "id": "mon_dragon_dummy", "fg": 3766, "rotates": false }, - { "id": "mon_flesh_golem", "fg": 3779, "rotates": false }, - { "id": "mon_fungaloid_queen", "fg": 3769 }, - { "id": "mon_fungaloid_seeder", "fg": 3770 }, - { "id": "mon_fungaloid_tower", "fg": 3771 }, - { "id": "mon_irongolem", "fg": 3780, "rotates": false }, - { "id": "mon_plasticgolem", "fg": 3781, "rotates": false }, - { "id": "mon_skeleton_hulk", "fg": 3772, "rotates": false }, - { "id": "mon_stonegolem", "fg": 3782, "rotates": false }, - { "id": "mon_triceratops", "fg": 3768, "rotates": false }, - { "id": "mon_tyrannosaurus", "fg": 3767, "rotates": false }, - { "id": "mon_zombie_crushed_giant", "fg": 3775 }, - { "id": "mon_zombie_hulk", "fg": 3774, "rotates": false }, - { "id": "mon_zombie_hulk_pk", "fg": 3774, "rotates": false }, - { "id": "mon_zombie_kevlar_2", "fg": 3773, "rotates": false }, - { "id": "overlay_male_mutation_THRESH_CATTLE", "fg": 3785 }, - { "id": "overlay_mutation_THRESH_CATTLE", "fg": 3784 }, - { "id": "overlay_mutation_THRESH_LIZARD", "fg": 3786 }, - { "id": "overlay_mutation_THRESH_URSINE", "fg": 3783 }, - { "id": "mon_treent_green", "fg": 3787, "rotates": false }, - { "id": "t_marloss_tree", "fg": 3788, "rotates": false }, - { "id": [ "t_tree_apple", "t_tree_pear" ], "fg": 3789, "rotates": false }, - { "id": "t_tree_birch_harvested_season_autumn", "fg": 3790, "rotates": false }, - { "id": [ "t_tree_birch_harvested_season_spring", "t_tree_birch_harvested" ], "fg": 3791, "rotates": false }, - { "id": "t_tree_birch_harvested_season_summer", "fg": 3792, "rotates": false }, + { "id": "t_tree_worm", "fg": [ { "weight": 1, "sprite": 3782 }, { "weight": 1, "sprite": 3783 } ] }, + { "id": "mon_afs_headless_horror", "fg": 3802, "rotates": false }, + { "id": "mon_claygolem", "fg": 3803, "rotates": false }, + { "id": "mon_devourer", "fg": 3804, "rotates": false }, + { "id": "mon_dragon_dummy", "fg": 3792, "rotates": false }, + { "id": "mon_flesh_golem", "fg": 3805, "rotates": false }, + { "id": "mon_fungaloid_queen", "fg": 3795 }, + { "id": "mon_fungaloid_seeder", "fg": 3796 }, + { "id": "mon_fungaloid_tower", "fg": 3797 }, + { "id": "mon_irongolem", "fg": 3806, "rotates": false }, + { "id": "mon_plasticgolem", "fg": 3807, "rotates": false }, + { "id": "mon_skeleton_hulk", "fg": 3798, "rotates": false }, + { "id": "mon_stonegolem", "fg": 3808, "rotates": false }, + { "id": "mon_triceratops", "fg": 3794, "rotates": false }, + { "id": "mon_tyrannosaurus", "fg": 3793, "rotates": false }, + { "id": "mon_zombie_crushed_giant", "fg": 3801 }, + { "id": "mon_zombie_hulk", "fg": 3800, "rotates": false }, + { "id": "mon_zombie_hulk_pk", "fg": 3800, "rotates": false }, + { "id": "mon_zombie_kevlar_2", "fg": 3799, "rotates": false }, + { "id": "overlay_male_mutation_THRESH_CATTLE", "fg": 3811 }, + { "id": "overlay_mutation_THRESH_CATTLE", "fg": 3810 }, + { "id": "overlay_mutation_THRESH_LIZARD", "fg": 3812 }, + { "id": "overlay_mutation_THRESH_URSINE", "fg": 3809 }, + { "id": "mon_treent_green", "fg": 3813, "rotates": false }, + { "id": "t_marloss_tree", "fg": 3814, "rotates": false }, + { "id": [ "t_tree_apple", "t_tree_pear" ], "fg": 3815, "rotates": false }, + { "id": "t_tree_birch_harvested_season_autumn", "fg": 3816, "rotates": false }, + { "id": [ "t_tree_birch_harvested_season_spring", "t_tree_birch_harvested" ], "fg": 3817, "rotates": false }, + { "id": "t_tree_birch_harvested_season_summer", "fg": 3818, "rotates": false }, { "id": [ "t_tree_birch_harvested_season_winter", @@ -8530,13 +8558,13 @@ "t_tree_willow_season_winter", "t_tree_blackjack_season_winter" ], - "fg": 3793, + "fg": 3819, "rotates": false }, - { "id": "t_tree_birch_season_autumn", "fg": 3794, "rotates": false }, - { "id": [ "t_tree_birch_season_spring", "t_tree_birch" ], "fg": 3795, "rotates": false }, - { "id": "t_tree_birch_season_summer", "fg": 3796, "rotates": false }, - { "id": "t_tree_birch_season_winter", "fg": 3797, "rotates": false }, + { "id": "t_tree_birch_season_autumn", "fg": 3820, "rotates": false }, + { "id": [ "t_tree_birch_season_spring", "t_tree_birch" ], "fg": 3821, "rotates": false }, + { "id": "t_tree_birch_season_summer", "fg": 3822, "rotates": false }, + { "id": "t_tree_birch_season_winter", "fg": 3823, "rotates": false }, { "id": [ "t_tree_blackjack_harvested_season_winter", @@ -8544,7 +8572,7 @@ "mon_treent_green_season_winter", "t_tree_hickory_dead_season_winter" ], - "fg": 3798, + "fg": 3824, "rotates": false }, { @@ -8557,7 +8585,7 @@ "t_tree_pecan_season_autumn", "t_tree_pecan_harvested_season_autumn" ], - "fg": 3799, + "fg": 3825, "rotates": false }, { @@ -8578,7 +8606,7 @@ "t_tree_pecan_harvested_season_spring", "t_tree_pecan_harvested" ], - "fg": 3800, + "fg": 3826, "rotates": false }, { @@ -8592,18 +8620,18 @@ "t_tree_peach_season_spring", "t_tree_apricot_season_spring" ], - "fg": 3802, + "fg": 3828, "rotates": false }, - { "id": [ "t_tree_cherry", "t_tree_plum" ], "fg": 3801, "rotates": false }, - { "id": "t_tree_dead", "fg": 3803, "rotates": false }, - { "id": [ "t_tree_dead_season_winter", "t_tree_harvested_season_winter" ], "fg": 3804, "rotates": false }, - { "id": "t_tree_deadpine", "fg": 3805, "rotates": false }, - { "id": "t_tree_deadpine_season_winter", "fg": 3806, "rotates": false }, - { "id": "t_tree_fungal", "fg": 3807, "rotates": false }, + { "id": [ "t_tree_cherry", "t_tree_plum" ], "fg": 3827, "rotates": false }, + { "id": "t_tree_dead", "fg": 3829, "rotates": false }, + { "id": [ "t_tree_dead_season_winter", "t_tree_harvested_season_winter" ], "fg": 3830, "rotates": false }, + { "id": "t_tree_deadpine", "fg": 3831, "rotates": false }, + { "id": "t_tree_deadpine_season_winter", "fg": 3832, "rotates": false }, + { "id": "t_tree_fungal", "fg": 3833, "rotates": false }, { "id": [ "t_tree_harvested", "t_tree_season_summer", "t_tree_harvested_season_summer", "t_tree_harvested_season_spring" ], - "fg": 3808, + "fg": 3834, "rotates": false }, { @@ -8614,7 +8642,7 @@ "t_tree_blackjack_harvested_season_autumn", "mon_treent" ], - "fg": 3809, + "fg": 3835, "rotates": false }, { @@ -8628,18 +8656,18 @@ "t_tree_maple_season_summer", "t_tree_blackjack" ], - "fg": 3810, + "fg": 3836, "rotates": false }, - { "id": "t_tree_maple_season_autumn", "fg": 3811, "rotates": false }, - { "id": "t_tree_maple_tapped_season_autumn", "fg": 3813, "rotates": false }, - { "id": "t_tree_maple_tapped_season_summer", "fg": 3814, "rotates": false }, - { "id": "t_tree_maple_tapped_season_winter", "fg": 3815, "rotates": false }, - { "id": [ "t_tree_maple_tapped", "t_tree_maple_tapped_season_spring" ], "fg": 3812, "rotates": false }, - { "id": [ "t_tree_peach_harvested", "t_tree_apricot_harvested" ], "fg": 3817, "rotates": false }, - { "id": [ "t_tree_peach", "t_tree_apricot" ], "fg": 3816, "rotates": false }, - { "id": "t_tree_pine", "fg": 3818, "rotates": false }, - { "id": "t_tree_pine_season_winter", "fg": 3819, "rotates": false }, + { "id": "t_tree_maple_season_autumn", "fg": 3837, "rotates": false }, + { "id": "t_tree_maple_tapped_season_autumn", "fg": 3839, "rotates": false }, + { "id": "t_tree_maple_tapped_season_summer", "fg": 3840, "rotates": false }, + { "id": "t_tree_maple_tapped_season_winter", "fg": 3841, "rotates": false }, + { "id": [ "t_tree_maple_tapped", "t_tree_maple_tapped_season_spring" ], "fg": 3838, "rotates": false }, + { "id": [ "t_tree_peach_harvested", "t_tree_apricot_harvested" ], "fg": 3843, "rotates": false }, + { "id": [ "t_tree_peach", "t_tree_apricot" ], "fg": 3842, "rotates": false }, + { "id": "t_tree_pine", "fg": 3844, "rotates": false }, + { "id": "t_tree_pine_season_winter", "fg": 3845, "rotates": false }, { "id": [ "t_tree_season_autumn", @@ -8649,7 +8677,7 @@ "t_tree_peach_season_autumn", "t_tree_apricot_season_autumn" ], - "fg": 3820, + "fg": 3846, "rotates": false }, { @@ -8661,19 +8689,19 @@ "t_tree_apple_harvested", "t_tree_pear_harvested" ], - "fg": 3821, + "fg": 3847, "rotates": false }, - { "id": "t_tree_willow_harvested_season_autumn", "fg": 3822, "rotates": false }, - { "id": [ "t_tree_willow_harvested_season_spring", "t_tree_willow_harvested" ], "fg": 3823, "rotates": false }, - { "id": "t_tree_willow_harvested_season_summer", "fg": 3824, "rotates": false }, - { "id": "t_tree_willow_harvested_season_winter", "fg": 3825, "rotates": false }, - { "id": "t_tree_willow_season_autumn", "fg": 3826, "rotates": false }, - { "id": [ "t_tree_willow_season_spring", "t_tree_willow" ], "fg": 3827, "rotates": false }, - { "id": "t_tree_willow_season_summer", "fg": 3828, "rotates": false }, - { "id": "overlay_female_wielded_RPG", "fg": 3980, "rotates": false }, - { "id": "overlay_female_wielded_SPAS_12", "fg": 3976, "rotates": false }, - { "id": "overlay_female_wielded_TDI", "fg": 3952, "rotates": false }, + { "id": "t_tree_willow_harvested_season_autumn", "fg": 3848, "rotates": false }, + { "id": [ "t_tree_willow_harvested_season_spring", "t_tree_willow_harvested" ], "fg": 3849, "rotates": false }, + { "id": "t_tree_willow_harvested_season_summer", "fg": 3850, "rotates": false }, + { "id": "t_tree_willow_harvested_season_winter", "fg": 3851, "rotates": false }, + { "id": "t_tree_willow_season_autumn", "fg": 3852, "rotates": false }, + { "id": [ "t_tree_willow_season_spring", "t_tree_willow" ], "fg": 3853, "rotates": false }, + { "id": "t_tree_willow_season_summer", "fg": 3854, "rotates": false }, + { "id": "overlay_female_wielded_RPG", "fg": 4006, "rotates": false }, + { "id": "overlay_female_wielded_SPAS_12", "fg": 4002, "rotates": false }, + { "id": "overlay_female_wielded_TDI", "fg": 3978, "rotates": false }, { "id": [ "overlay_female_wielded_ak74", @@ -8682,10 +8710,10 @@ "overlay_female_wielded_saiga_12", "overlay_female_wielded_saiga_410" ], - "fg": 3961, + "fg": 3987, "rotates": false }, - { "id": [ "overlay_female_wielded_an94", "overlay_female_wielded_USAS_12" ], "fg": 3962, "rotates": false }, + { "id": [ "overlay_female_wielded_an94", "overlay_female_wielded_USAS_12" ], "fg": 3988, "rotates": false }, { "id": [ "overlay_female_wielded_arming_sword", @@ -8694,7 +8722,7 @@ "overlay_female_wielded_kirpan", "overlay_female_wielded_knife_baselard" ], - "fg": 4005, + "fg": 4031, "rotates": false }, { @@ -8706,15 +8734,15 @@ "overlay_female_wielded_tonfa_wood", "overlay_female_wielded_tonfa" ], - "fg": 4010, + "fg": 4036, "rotates": false }, { "id": [ "overlay_female_wielded_baton", "overlay_female_wielded_PR24-retracted" ], - "fg": 4011, + "fg": 4037, "rotates": false }, - { "id": "overlay_female_wielded_bio_shotgun_gun", "fg": 3970, "rotates": false }, + { "id": "overlay_female_wielded_bio_shotgun_gun", "fg": 3996, "rotates": false }, { "id": [ "overlay_female_wielded_blackjack", @@ -8723,7 +8751,7 @@ "overlay_female_wielded_shillelagh_weighted", "overlay_female_wielded_shillelagh_fake" ], - "fg": 4013, + "fg": 4039, "rotates": false }, { @@ -8733,10 +8761,10 @@ "overlay_female_wielded_sword_crude", "overlay_female_wielded_sword_wood" ], - "fg": 4014, + "fg": 4040, "rotates": false }, - { "id": "overlay_female_wielded_bolas", "fg": 3995, "rotates": false }, + { "id": "overlay_female_wielded_bolas", "fg": 4021, "rotates": false }, { "id": [ "overlay_female_wielded_broadsword", @@ -8744,7 +8772,7 @@ "overlay_female_wielded_cavalry_sabre", "overlay_female_wielded_wakizashi" ], - "fg": 4017, + "fg": 4043, "rotates": false }, { @@ -8755,23 +8783,23 @@ "overlay_female_wielded_surv_hand_cannon", "overlay_female_wielded_colt_saa" ], - "fg": 3946, + "fg": 3972, "rotates": false }, { "id": [ "overlay_female_wielded_compbow", "overlay_female_wielded_recurbow", "overlay_female_wielded_compgreatbow" ], - "fg": 3983, + "fg": 4009, "rotates": false }, - { "id": "overlay_female_wielded_compcrossbow", "fg": 3988, "rotates": false }, + { "id": "overlay_female_wielded_compcrossbow", "fg": 4014, "rotates": false }, { "id": [ "overlay_female_wielded_compositebow", "overlay_female_wielded_reflexbow", "overlay_female_wielded_reflexrecurvebow" ], - "fg": 3985, + "fg": 4011, "rotates": false }, { "id": [ "overlay_female_wielded_crossbow", "overlay_female_wielded_bullet_crossbow" ], - "fg": 3986, + "fg": 4012, "rotates": false }, { @@ -8781,11 +8809,11 @@ "overlay_female_wielded_dao", "overlay_female_wielded_khopesh" ], - "fg": 4023, + "fg": 4049, "rotates": false }, - { "id": "overlay_female_wielded_disc_golf", "fg": 3996, "rotates": false }, - { "id": "overlay_female_wielded_draco", "fg": 3965, "rotates": false }, + { "id": "overlay_female_wielded_disc_golf", "fg": 4022, "rotates": false }, + { "id": "overlay_female_wielded_draco", "fg": 3991, "rotates": false }, { "id": [ "overlay_female_wielded_famas", @@ -8793,52 +8821,52 @@ "overlay_female_wielded_rm88_battle_rifle", "overlay_female_wielded_cx4" ], - "fg": 3927, + "fg": 3953, "rotates": false }, { "id": [ "overlay_female_wielded_flamethrower", "overlay_female_wielded_rm451_flamethrower" ], - "fg": 3971, + "fg": 3997, "rotates": false }, - { "id": "overlay_female_wielded_flaregun", "fg": 3978, "rotates": false }, - { "id": [ "overlay_female_wielded_fn_fal", "overlay_female_wielded_hk_g3" ], "fg": 3924, "rotates": false }, - { "id": "overlay_female_wielded_fn_p90", "fg": 3963, "rotates": false }, - { "id": "overlay_female_wielded_frisbee", "fg": 3997, "rotates": false }, + { "id": "overlay_female_wielded_flaregun", "fg": 4004, "rotates": false }, + { "id": [ "overlay_female_wielded_fn_fal", "overlay_female_wielded_hk_g3" ], "fg": 3950, "rotates": false }, + { "id": "overlay_female_wielded_fn_p90", "fg": 3989, "rotates": false }, + { "id": "overlay_female_wielded_frisbee", "fg": 4023, "rotates": false }, { "id": [ "overlay_female_wielded_glass_shiv", "overlay_female_wielded_glass_shard" ], - "fg": 4026, + "fg": 4052, "rotates": false }, - { "id": "overlay_female_wielded_glock_17", "fg": 3917, "rotates": false }, - { "id": "overlay_female_wielded_hand_crossbow", "fg": 3987, "rotates": false }, + { "id": "overlay_female_wielded_glock_17", "fg": 3943, "rotates": false }, + { "id": "overlay_female_wielded_hand_crossbow", "fg": 4013, "rotates": false }, { "id": [ "overlay_female_wielded_hatchet", "overlay_female_wielded_hand_axe" ], - "fg": 4031, + "fg": 4057, "rotates": false }, { "id": [ "overlay_female_wielded_hk417_13", "overlay_female_wielded_rm51_assault_rifle" ], - "fg": 4032, + "fg": 4058, "rotates": false }, - { "id": "overlay_female_wielded_hk_g36", "fg": 3928, "rotates": false }, - { "id": "overlay_female_wielded_hk_g80", "fg": 3945, "rotates": false }, - { "id": "overlay_female_wielded_hk_mp5", "fg": 3916, "rotates": false }, - { "id": "overlay_female_wielded_hk_mp5sd", "fg": 3966, "rotates": false }, - { "id": [ "overlay_female_wielded_hk_mp7", "overlay_female_wielded_ksub2000" ], "fg": 3957, "rotates": false }, + { "id": "overlay_female_wielded_hk_g36", "fg": 3954, "rotates": false }, + { "id": "overlay_female_wielded_hk_g80", "fg": 3971, "rotates": false }, + { "id": "overlay_female_wielded_hk_mp5", "fg": 3942, "rotates": false }, + { "id": "overlay_female_wielded_hk_mp5sd", "fg": 3992, "rotates": false }, + { "id": [ "overlay_female_wielded_hk_mp7", "overlay_female_wielded_ksub2000" ], "fg": 3983, "rotates": false }, { "id": [ "overlay_female_wielded_hk_ump45", "overlay_female_wielded_hk_mp5k" ], - "fg": 3953, + "fg": 3979, "rotates": false }, - { "id": "overlay_female_wielded_hybridbow", "fg": 3984, "rotates": false }, + { "id": "overlay_female_wielded_hybridbow", "fg": 4010, "rotates": false }, { "id": [ "overlay_female_wielded_i_staff", "overlay_female_wielded_shock_staff" ], - "fg": 4035, + "fg": 4061, "rotates": false }, - { "id": "overlay_female_wielded_iwi_tavor_x95_300blk", "fg": 3933, "rotates": false }, + { "id": "overlay_female_wielded_iwi_tavor_x95_300blk", "fg": 3959, "rotates": false }, { "id": [ "overlay_female_wielded_j22", @@ -8848,12 +8876,12 @@ "overlay_female_wielded_rugerlcp", "overlay_female_wielded_taurus_spectrum" ], - "fg": 3942, + "fg": 3968, "rotates": false }, { "id": [ "overlay_female_wielded_katana", "overlay_female_wielded_estoc", "overlay_female_wielded_nodachi" ], - "fg": 4037, + "fg": 4063, "rotates": false }, { @@ -8868,7 +8896,7 @@ "overlay_female_wielded_primitive_knife", "overlay_female_wielded_spike" ], - "fg": 4038, + "fg": 4064, "rotates": false }, { @@ -8879,32 +8907,32 @@ "overlay_female_wielded_knife_hunting", "overlay_female_wielded_knife_rm42" ], - "fg": 4039, + "fg": 4065, "rotates": false }, - { "id": [ "overlay_female_wielded_ksg", "overlay_female_wielded_ksg-25" ], "fg": 3977, "rotates": false }, + { "id": [ "overlay_female_wielded_ksg", "overlay_female_wielded_ksg-25" ], "fg": 4003, "rotates": false }, { "id": [ "overlay_female_wielded_laser_rifle", "overlay_female_wielded_recon_mech_laser", "overlay_female_wielded_laser_cannon" ], - "fg": 3921, + "fg": 3947, "rotates": false }, { "id": [ "overlay_female_wielded_launcher_simple", "overlay_female_wielded_surv_rocket_launcher" ], - "fg": 3949, + "fg": 3975, "rotates": false }, - { "id": "overlay_female_wielded_longbow", "fg": 3982, "rotates": false }, + { "id": "overlay_female_wielded_longbow", "fg": 4008, "rotates": false }, { "id": [ "overlay_female_wielded_m1014", "overlay_female_wielded_mossberg_590", "overlay_female_wielded_mossberg_930" ], - "fg": 3974, + "fg": 4000, "rotates": false }, - { "id": "overlay_female_wielded_m110a1", "fg": 3940, "rotates": false }, - { "id": [ "overlay_female_wielded_m134", "overlay_female_wielded_bigun" ], "fg": 3941, "rotates": false }, + { "id": "overlay_female_wielded_m110a1", "fg": 3966, "rotates": false }, + { "id": [ "overlay_female_wielded_m134", "overlay_female_wielded_bigun" ], "fg": 3967, "rotates": false }, { "id": [ "overlay_female_wielded_m14ebr", @@ -8914,16 +8942,16 @@ "overlay_female_wielded_tac50", "overlay_female_wielded_bfg50" ], - "fg": 3958, + "fg": 3984, "rotates": false }, { "id": [ "overlay_female_wielded_m16a4", "overlay_female_wielded_colt_ro635" ], - "fg": 3926, + "fg": 3952, "rotates": false }, - { "id": [ "overlay_female_wielded_m1911", "overlay_female_wielded_deagle_44" ], "fg": 3918, "rotates": false }, - { "id": "overlay_female_wielded_m1918", "fg": 3922, "rotates": false }, + { "id": [ "overlay_female_wielded_m1911", "overlay_female_wielded_deagle_44" ], "fg": 3944, "rotates": false }, + { "id": "overlay_female_wielded_m1918", "fg": 3948, "rotates": false }, { "id": [ "overlay_female_wielded_m1a", @@ -8934,7 +8962,7 @@ "overlay_female_wielded_carbine_flintlock", "overlay_female_wielded_rifle_flintlock" ], - "fg": 3936, + "fg": 3962, "rotates": false }, { @@ -8944,7 +8972,7 @@ "overlay_female_wielded_atgm_launcher", "overlay_female_wielded_LAW" ], - "fg": 3964, + "fg": 3990, "rotates": false }, { @@ -8955,20 +8983,20 @@ "overlay_female_wielded_rm298", "overlay_female_wielded_rm614_lmg" ], - "fg": 3929, + "fg": 3955, "rotates": false }, { "id": [ "overlay_female_wielded_m24", "overlay_female_wielded_rm11b_sniper_rifle" ], - "fg": 3939, + "fg": 3965, "rotates": false }, - { "id": "overlay_female_wielded_m2browning", "fg": 3959, "rotates": false }, - { "id": "overlay_female_wielded_m2browning_sawn", "fg": 3960, "rotates": false }, - { "id": "overlay_female_wielded_m320", "fg": 3950, "rotates": false }, - { "id": [ "overlay_female_wielded_m4a1", "overlay_female_wielded_h&k416a5" ], "fg": 3925, "rotates": false }, - { "id": "overlay_female_wielded_m79", "fg": 3920, "rotates": false }, - { "id": [ "overlay_female_wielded_mac_10", "overlay_female_wielded_mac_11" ], "fg": 3948, "rotates": false }, + { "id": "overlay_female_wielded_m2browning", "fg": 3985, "rotates": false }, + { "id": "overlay_female_wielded_m2browning_sawn", "fg": 3986, "rotates": false }, + { "id": "overlay_female_wielded_m320", "fg": 3976, "rotates": false }, + { "id": [ "overlay_female_wielded_m4a1", "overlay_female_wielded_h&k416a5" ], "fg": 3951, "rotates": false }, + { "id": "overlay_female_wielded_m79", "fg": 3946, "rotates": false }, + { "id": [ "overlay_female_wielded_mac_10", "overlay_female_wielded_mac_11" ], "fg": 3974, "rotates": false }, { "id": [ "overlay_female_wielded_machete", @@ -8980,7 +9008,7 @@ "overlay_female_wielded_blade_scythe", "overlay_female_wielded_butterfly_swords" ], - "fg": 4045, + "fg": 4071, "rotates": false }, { @@ -8993,15 +9021,15 @@ "overlay_female_wielded_colt_lightning", "overlay_female_wielded_bh_m89" ], - "fg": 3934, + "fg": 3960, "rotates": false }, - { "id": [ "overlay_female_wielded_mgl", "overlay_female_wielded_rm802" ], "fg": 3951, "rotates": false }, - { "id": "overlay_female_wielded_mk23", "fg": 3955, "rotates": false }, - { "id": "overlay_female_wielded_model_10_revolver", "fg": 3947, "rotates": false }, - { "id": "overlay_female_wielded_nailgun", "fg": 3944, "rotates": false }, - { "id": "overlay_female_wielded_net", "fg": 3998, "rotates": false }, - { "id": "overlay_female_wielded_paintballgun", "fg": 3973, "rotates": false }, + { "id": [ "overlay_female_wielded_mgl", "overlay_female_wielded_rm802" ], "fg": 3977, "rotates": false }, + { "id": "overlay_female_wielded_mk23", "fg": 3981, "rotates": false }, + { "id": "overlay_female_wielded_model_10_revolver", "fg": 3973, "rotates": false }, + { "id": "overlay_female_wielded_nailgun", "fg": 3970, "rotates": false }, + { "id": "overlay_female_wielded_net", "fg": 4024, "rotates": false }, + { "id": "overlay_female_wielded_paintballgun", "fg": 3999, "rotates": false }, { "id": [ "overlay_female_wielded_pipe", @@ -9009,18 +9037,18 @@ "overlay_female_wielded_spear_rebar", "overlay_female_wielded_tire_iron" ], - "fg": 4051, + "fg": 4077, "rotates": false }, - { "id": "overlay_female_wielded_pistol_flintlock", "fg": 3972, "rotates": false }, - { "id": "overlay_female_wielded_plasma_gun", "fg": 3989, "rotates": false }, - { "id": "overlay_female_wielded_plasma_rifle", "fg": 3990, "rotates": false }, + { "id": "overlay_female_wielded_pistol_flintlock", "fg": 3998, "rotates": false }, + { "id": "overlay_female_wielded_plasma_gun", "fg": 4015, "rotates": false }, + { "id": "overlay_female_wielded_plasma_rifle", "fg": 4016, "rotates": false }, { "id": [ "overlay_female_wielded_pointy_stick", "overlay_female_wielded_stick_long" ], - "fg": 4052, + "fg": 4078, "rotates": false }, - { "id": "overlay_female_wielded_ppsh", "fg": 3938, "rotates": false }, + { "id": "overlay_female_wielded_ppsh", "fg": 3964, "rotates": false }, { "id": [ "overlay_female_wielded_raging_bull", @@ -9029,7 +9057,7 @@ "overlay_female_wielded_sw_500", "overlay_female_wielded_rm99_pistol" ], - "fg": 3956, + "fg": 3982, "rotates": false }, { @@ -9039,7 +9067,7 @@ "overlay_female_wielded_fencing_epee", "overlay_female_wielded_fencing_sabre" ], - "fg": 4057, + "fg": 4083, "rotates": false }, { @@ -9050,16 +9078,16 @@ "overlay_female_wielded_win70", "overlay_female_wielded_mosin91_30" ], - "fg": 3935, + "fg": 3961, "rotates": false }, { "id": [ "overlay_female_wielded_remington700", "overlay_female_wielded_savage_111f", "overlay_female_wielded_bbgun" ], - "fg": 3937, + "fg": 3963, "rotates": false }, - { "id": "overlay_female_wielded_remington_870", "fg": 3915, "rotates": false }, - { "id": "overlay_female_wielded_remington_870_breacher", "fg": 3975, "rotates": false }, + { "id": "overlay_female_wielded_remington_870", "fg": 3941, "rotates": false }, + { "id": "overlay_female_wielded_remington_870_breacher", "fg": 4001, "rotates": false }, { "id": [ "overlay_female_wielded_rifle_223", @@ -9075,12 +9103,12 @@ "overlay_female_wielded_pipe_double_shotgun", "overlay_female_wielded_pipe_shotgun" ], - "fg": 3931, + "fg": 3957, "rotates": false }, { "id": [ "overlay_female_wielded_ruger_lcr_38", "overlay_female_wielded_bond_410" ], - "fg": 3943, + "fg": 3969, "rotates": false }, { @@ -9095,30 +9123,30 @@ "overlay_female_wielded_pencil", "overlay_female_wielded_scissors" ], - "fg": 4058, + "fg": 4084, "rotates": false }, - { "id": [ "overlay_female_wielded_scar_l", "overlay_female_wielded_scar_h" ], "fg": 4059, "rotates": false }, + { "id": [ "overlay_female_wielded_scar_l", "overlay_female_wielded_scar_h" ], "fg": 4085, "rotates": false }, { "id": [ "overlay_female_wielded_scythe_war", "overlay_female_wielded_makeshift_scythe_war" ], - "fg": 4061, + "fg": 4087, "rotates": false }, { "id": [ "overlay_female_wielded_selfbow", "overlay_female_wielded_shortbow" ], - "fg": 3981, + "fg": 4007, "rotates": false }, { "id": [ "overlay_female_wielded_skorpion_61", "overlay_female_wielded_hk_mp5_semi_pistol" ], - "fg": 3923, + "fg": 3949, "rotates": false }, - { "id": "overlay_female_wielded_sling", "fg": 3992, "rotates": false }, - { "id": "overlay_female_wielded_slingshot", "fg": 3991, "rotates": false }, + { "id": "overlay_female_wielded_sling", "fg": 4018, "rotates": false }, + { "id": "overlay_female_wielded_slingshot", "fg": 4017, "rotates": false }, { "id": [ "overlay_female_wielded_spear_copper", "overlay_female_wielded_spear_dory", "overlay_female_wielded_pike_copper" ], - "fg": 4062, + "fg": 4088, "rotates": false }, { @@ -9128,29 +9156,29 @@ "overlay_female_wielded_homemade_halfpike", "overlay_female_wielded_spear_forked" ], - "fg": 4064, + "fg": 4090, "rotates": false }, { "id": [ "overlay_female_wielded_spear_steel", "overlay_female_wielded_ji", "overlay_female_wielded_pike" ], - "fg": 4065, + "fg": 4091, "rotates": false }, { "id": [ "overlay_female_wielded_spear_wood", "overlay_female_wielded_pike_wood" ], - "fg": 4066, + "fg": 4092, "rotates": false }, { "id": [ "overlay_female_wielded_speargun", "overlay_female_wielded_airspeargun", "overlay_female_wielded_doublespeargun" ], - "fg": 3994, + "fg": 4020, "rotates": false }, - { "id": "overlay_female_wielded_staff_sling", "fg": 3993, "rotates": false }, - { "id": "overlay_female_wielded_sten", "fg": 3967, "rotates": false }, - { "id": "overlay_female_wielded_steyr_aug", "fg": 3930, "rotates": false }, - { "id": "overlay_female_wielded_surv_carbine_223", "fg": 3932, "rotates": false }, - { "id": "overlay_female_wielded_sw_619", "fg": 3919, "rotates": false }, + { "id": "overlay_female_wielded_staff_sling", "fg": 4019, "rotates": false }, + { "id": "overlay_female_wielded_sten", "fg": 3993, "rotates": false }, + { "id": "overlay_female_wielded_steyr_aug", "fg": 3956, "rotates": false }, + { "id": "overlay_female_wielded_surv_carbine_223", "fg": 3958, "rotates": false }, + { "id": "overlay_female_wielded_sw_619", "fg": 3945, "rotates": false }, { "id": [ "overlay_female_wielded_tec9", @@ -9158,21 +9186,21 @@ "overlay_female_wielded_mp40", "overlay_female_wielded_mp40semi" ], - "fg": 3968, + "fg": 3994, "rotates": false }, { "id": [ "overlay_female_wielded_throwing_axe", "overlay_female_wielded_throwing_knife" ], - "fg": 3999, + "fg": 4025, "rotates": false }, - { "id": "overlay_female_wielded_throwing_stick", "fg": 4000, "rotates": false }, - { "id": "overlay_female_wielded_tommygun", "fg": 3954, "rotates": false }, - { "id": "overlay_female_wielded_uzi", "fg": 3969, "rotates": false }, - { "id": "overlay_female_wielded_v29", "fg": 3979, "rotates": false }, - { "id": "overlay_male_wielded_RPG", "fg": 3894, "rotates": false }, - { "id": "overlay_male_wielded_SPAS_12", "fg": 3890, "rotates": false }, - { "id": "overlay_male_wielded_TDI", "fg": 3866, "rotates": false }, + { "id": "overlay_female_wielded_throwing_stick", "fg": 4026, "rotates": false }, + { "id": "overlay_female_wielded_tommygun", "fg": 3980, "rotates": false }, + { "id": "overlay_female_wielded_uzi", "fg": 3995, "rotates": false }, + { "id": "overlay_female_wielded_v29", "fg": 4005, "rotates": false }, + { "id": "overlay_male_wielded_RPG", "fg": 3920, "rotates": false }, + { "id": "overlay_male_wielded_SPAS_12", "fg": 3916, "rotates": false }, + { "id": "overlay_male_wielded_TDI", "fg": 3892, "rotates": false }, { "id": [ "overlay_male_wielded_ak74", @@ -9181,10 +9209,10 @@ "overlay_male_wielded_saiga_12", "overlay_male_wielded_saiga_410" ], - "fg": 3875, + "fg": 3901, "rotates": false }, - { "id": [ "overlay_male_wielded_an94", "overlay_male_wielded_USAS_12" ], "fg": 3876, "rotates": false }, + { "id": [ "overlay_male_wielded_an94", "overlay_male_wielded_USAS_12" ], "fg": 3902, "rotates": false }, { "id": [ "overlay_male_wielded_arming_sword", @@ -9193,7 +9221,7 @@ "overlay_male_wielded_kirpan", "overlay_male_wielded_knife_baselard" ], - "fg": 4073, + "fg": 4099, "rotates": false }, { @@ -9205,15 +9233,15 @@ "overlay_male_wielded_tonfa_wood", "overlay_male_wielded_tonfa" ], - "fg": 4078, + "fg": 4104, "rotates": false }, { "id": [ "overlay_male_wielded_baton", "overlay_male_wielded_PR24-retracted" ], - "fg": 4079, + "fg": 4105, "rotates": false }, - { "id": "overlay_male_wielded_bio_shotgun_gun", "fg": 3884, "rotates": false }, + { "id": "overlay_male_wielded_bio_shotgun_gun", "fg": 3910, "rotates": false }, { "id": [ "overlay_male_wielded_blackjack", @@ -9222,7 +9250,7 @@ "overlay_male_wielded_shillelagh_weighted", "overlay_male_wielded_shillelagh_fake" ], - "fg": 4081, + "fg": 4107, "rotates": false }, { @@ -9232,10 +9260,10 @@ "overlay_male_wielded_sword_crude", "overlay_male_wielded_sword_wood" ], - "fg": 4082, + "fg": 4108, "rotates": false }, - { "id": "overlay_male_wielded_bolas", "fg": 3909, "rotates": false }, + { "id": "overlay_male_wielded_bolas", "fg": 3935, "rotates": false }, { "id": [ "overlay_male_wielded_broadsword", @@ -9243,7 +9271,7 @@ "overlay_male_wielded_cavalry_sabre", "overlay_male_wielded_wakizashi" ], - "fg": 4085, + "fg": 4111, "rotates": false }, { @@ -9254,23 +9282,23 @@ "overlay_male_wielded_surv_hand_cannon", "overlay_male_wielded_colt_saa" ], - "fg": 3860, + "fg": 3886, "rotates": false }, { "id": [ "overlay_male_wielded_compbow", "overlay_male_wielded_recurbow", "overlay_male_wielded_compgreatbow" ], - "fg": 3897, + "fg": 3923, "rotates": false }, - { "id": "overlay_male_wielded_compcrossbow", "fg": 3902, "rotates": false }, + { "id": "overlay_male_wielded_compcrossbow", "fg": 3928, "rotates": false }, { "id": [ "overlay_male_wielded_compositebow", "overlay_male_wielded_reflexbow", "overlay_male_wielded_reflexrecurvebow" ], - "fg": 3899, + "fg": 3925, "rotates": false }, { "id": [ "overlay_male_wielded_crossbow", "overlay_male_wielded_bullet_crossbow" ], - "fg": 3900, + "fg": 3926, "rotates": false }, { @@ -9280,11 +9308,11 @@ "overlay_male_wielded_dao", "overlay_male_wielded_khopesh" ], - "fg": 4091, + "fg": 4117, "rotates": false }, - { "id": "overlay_male_wielded_disc_golf", "fg": 3910, "rotates": false }, - { "id": "overlay_male_wielded_draco", "fg": 3879, "rotates": false }, + { "id": "overlay_male_wielded_disc_golf", "fg": 3936, "rotates": false }, + { "id": "overlay_male_wielded_draco", "fg": 3905, "rotates": false }, { "id": [ "overlay_male_wielded_famas", @@ -9292,40 +9320,40 @@ "overlay_male_wielded_rm88_battle_rifle", "overlay_male_wielded_cx4" ], - "fg": 3841, + "fg": 3867, "rotates": false }, { "id": [ "overlay_male_wielded_flamethrower", "overlay_male_wielded_rm451_flamethrower" ], - "fg": 3885, + "fg": 3911, "rotates": false }, - { "id": "overlay_male_wielded_flaregun", "fg": 3892, "rotates": false }, - { "id": [ "overlay_male_wielded_fn_fal", "overlay_male_wielded_hk_g3" ], "fg": 3838, "rotates": false }, - { "id": "overlay_male_wielded_fn_p90", "fg": 3877, "rotates": false }, - { "id": "overlay_male_wielded_frisbee", "fg": 3911, "rotates": false }, + { "id": "overlay_male_wielded_flaregun", "fg": 3918, "rotates": false }, + { "id": [ "overlay_male_wielded_fn_fal", "overlay_male_wielded_hk_g3" ], "fg": 3864, "rotates": false }, + { "id": "overlay_male_wielded_fn_p90", "fg": 3903, "rotates": false }, + { "id": "overlay_male_wielded_frisbee", "fg": 3937, "rotates": false }, { "id": [ "overlay_male_wielded_glass_shiv", "overlay_male_wielded_glass_shard" ], - "fg": 4094, + "fg": 4120, "rotates": false }, - { "id": "overlay_male_wielded_glock_17", "fg": 3831, "rotates": false }, - { "id": "overlay_male_wielded_hand_crossbow", "fg": 3901, "rotates": false }, - { "id": [ "overlay_male_wielded_hatchet", "overlay_male_wielded_hand_axe" ], "fg": 4099, "rotates": false }, + { "id": "overlay_male_wielded_glock_17", "fg": 3857, "rotates": false }, + { "id": "overlay_male_wielded_hand_crossbow", "fg": 3927, "rotates": false }, + { "id": [ "overlay_male_wielded_hatchet", "overlay_male_wielded_hand_axe" ], "fg": 4125, "rotates": false }, { "id": [ "overlay_male_wielded_hk417_13", "overlay_male_wielded_rm51_assault_rifle" ], - "fg": 4100, + "fg": 4126, "rotates": false }, - { "id": "overlay_male_wielded_hk_g36", "fg": 3842, "rotates": false }, - { "id": "overlay_male_wielded_hk_g80", "fg": 3859, "rotates": false }, - { "id": "overlay_male_wielded_hk_mp5", "fg": 3830, "rotates": false }, - { "id": "overlay_male_wielded_hk_mp5sd", "fg": 3880, "rotates": false }, - { "id": [ "overlay_male_wielded_hk_mp7", "overlay_male_wielded_ksub2000" ], "fg": 3871, "rotates": false }, - { "id": [ "overlay_male_wielded_hk_ump45", "overlay_male_wielded_hk_mp5k" ], "fg": 3867, "rotates": false }, - { "id": "overlay_male_wielded_hybridbow", "fg": 3898, "rotates": false }, - { "id": [ "overlay_male_wielded_i_staff", "overlay_male_wielded_shock_staff" ], "fg": 4103, "rotates": false }, - { "id": "overlay_male_wielded_iwi_tavor_x95_300blk", "fg": 3847, "rotates": false }, + { "id": "overlay_male_wielded_hk_g36", "fg": 3868, "rotates": false }, + { "id": "overlay_male_wielded_hk_g80", "fg": 3885, "rotates": false }, + { "id": "overlay_male_wielded_hk_mp5", "fg": 3856, "rotates": false }, + { "id": "overlay_male_wielded_hk_mp5sd", "fg": 3906, "rotates": false }, + { "id": [ "overlay_male_wielded_hk_mp7", "overlay_male_wielded_ksub2000" ], "fg": 3897, "rotates": false }, + { "id": [ "overlay_male_wielded_hk_ump45", "overlay_male_wielded_hk_mp5k" ], "fg": 3893, "rotates": false }, + { "id": "overlay_male_wielded_hybridbow", "fg": 3924, "rotates": false }, + { "id": [ "overlay_male_wielded_i_staff", "overlay_male_wielded_shock_staff" ], "fg": 4129, "rotates": false }, + { "id": "overlay_male_wielded_iwi_tavor_x95_300blk", "fg": 3873, "rotates": false }, { "id": [ "overlay_male_wielded_j22", @@ -9335,12 +9363,12 @@ "overlay_male_wielded_rugerlcp", "overlay_male_wielded_taurus_spectrum" ], - "fg": 3856, + "fg": 3882, "rotates": false }, { "id": [ "overlay_male_wielded_katana", "overlay_male_wielded_estoc", "overlay_male_wielded_nodachi" ], - "fg": 4105, + "fg": 4131, "rotates": false }, { @@ -9355,7 +9383,7 @@ "overlay_male_wielded_primitive_knife", "overlay_male_wielded_spike" ], - "fg": 4106, + "fg": 4132, "rotates": false }, { @@ -9366,28 +9394,28 @@ "overlay_male_wielded_knife_hunting", "overlay_male_wielded_knife_rm42" ], - "fg": 4107, + "fg": 4133, "rotates": false }, - { "id": [ "overlay_male_wielded_ksg", "overlay_male_wielded_ksg-25" ], "fg": 3891, "rotates": false }, + { "id": [ "overlay_male_wielded_ksg", "overlay_male_wielded_ksg-25" ], "fg": 3917, "rotates": false }, { "id": [ "overlay_male_wielded_laser_rifle", "overlay_male_wielded_recon_mech_laser", "overlay_male_wielded_laser_cannon" ], - "fg": 3835, + "fg": 3861, "rotates": false }, { "id": [ "overlay_male_wielded_launcher_simple", "overlay_male_wielded_surv_rocket_launcher" ], - "fg": 3863, + "fg": 3889, "rotates": false }, - { "id": "overlay_male_wielded_longbow", "fg": 3896, "rotates": false }, + { "id": "overlay_male_wielded_longbow", "fg": 3922, "rotates": false }, { "id": [ "overlay_male_wielded_m1014", "overlay_male_wielded_mossberg_590", "overlay_male_wielded_mossberg_930" ], - "fg": 3888, + "fg": 3914, "rotates": false }, - { "id": "overlay_male_wielded_m110a1", "fg": 3854, "rotates": false }, - { "id": [ "overlay_male_wielded_m134", "overlay_male_wielded_bigun" ], "fg": 3855, "rotates": false }, + { "id": "overlay_male_wielded_m110a1", "fg": 3880, "rotates": false }, + { "id": [ "overlay_male_wielded_m134", "overlay_male_wielded_bigun" ], "fg": 3881, "rotates": false }, { "id": [ "overlay_male_wielded_m14ebr", @@ -9397,12 +9425,12 @@ "overlay_male_wielded_tac50", "overlay_male_wielded_bfg50" ], - "fg": 3872, + "fg": 3898, "rotates": false }, - { "id": [ "overlay_male_wielded_m16a4", "overlay_male_wielded_colt_ro635" ], "fg": 3840, "rotates": false }, - { "id": [ "overlay_male_wielded_m1911", "overlay_male_wielded_deagle_44" ], "fg": 3832, "rotates": false }, - { "id": "overlay_male_wielded_m1918", "fg": 3836, "rotates": false }, + { "id": [ "overlay_male_wielded_m16a4", "overlay_male_wielded_colt_ro635" ], "fg": 3866, "rotates": false }, + { "id": [ "overlay_male_wielded_m1911", "overlay_male_wielded_deagle_44" ], "fg": 3858, "rotates": false }, + { "id": "overlay_male_wielded_m1918", "fg": 3862, "rotates": false }, { "id": [ "overlay_male_wielded_m1a", @@ -9413,7 +9441,7 @@ "overlay_male_wielded_carbine_flintlock", "overlay_male_wielded_rifle_flintlock" ], - "fg": 3850, + "fg": 3876, "rotates": false }, { @@ -9423,7 +9451,7 @@ "overlay_male_wielded_atgm_launcher", "overlay_male_wielded_LAW" ], - "fg": 3878, + "fg": 3904, "rotates": false }, { @@ -9434,20 +9462,20 @@ "overlay_male_wielded_rm298", "overlay_male_wielded_rm614_lmg" ], - "fg": 3843, + "fg": 3869, "rotates": false }, { "id": [ "overlay_male_wielded_m24", "overlay_male_wielded_rm11b_sniper_rifle" ], - "fg": 3853, + "fg": 3879, "rotates": false }, - { "id": "overlay_male_wielded_m2browning", "fg": 3873, "rotates": false }, - { "id": "overlay_male_wielded_m2browning_sawn", "fg": 3874, "rotates": false }, - { "id": "overlay_male_wielded_m320", "fg": 3864, "rotates": false }, - { "id": [ "overlay_male_wielded_m4a1", "overlay_male_wielded_h&k416a5" ], "fg": 3839, "rotates": false }, - { "id": "overlay_male_wielded_m79", "fg": 3834, "rotates": false }, - { "id": [ "overlay_male_wielded_mac_10", "overlay_male_wielded_mac_11" ], "fg": 3862, "rotates": false }, + { "id": "overlay_male_wielded_m2browning", "fg": 3899, "rotates": false }, + { "id": "overlay_male_wielded_m2browning_sawn", "fg": 3900, "rotates": false }, + { "id": "overlay_male_wielded_m320", "fg": 3890, "rotates": false }, + { "id": [ "overlay_male_wielded_m4a1", "overlay_male_wielded_h&k416a5" ], "fg": 3865, "rotates": false }, + { "id": "overlay_male_wielded_m79", "fg": 3860, "rotates": false }, + { "id": [ "overlay_male_wielded_mac_10", "overlay_male_wielded_mac_11" ], "fg": 3888, "rotates": false }, { "id": [ "overlay_male_wielded_machete", @@ -9459,7 +9487,7 @@ "overlay_male_wielded_blade_scythe", "overlay_male_wielded_butterfly_swords" ], - "fg": 4113, + "fg": 4139, "rotates": false }, { @@ -9472,15 +9500,15 @@ "overlay_male_wielded_colt_lightning", "overlay_male_wielded_bh_m89" ], - "fg": 3848, + "fg": 3874, "rotates": false }, - { "id": [ "overlay_male_wielded_mgl", "overlay_male_wielded_rm802" ], "fg": 3865, "rotates": false }, - { "id": "overlay_male_wielded_mk23", "fg": 3869, "rotates": false }, - { "id": "overlay_male_wielded_model_10_revolver", "fg": 3861, "rotates": false }, - { "id": "overlay_male_wielded_nailgun", "fg": 3858, "rotates": false }, - { "id": "overlay_male_wielded_net", "fg": 3912, "rotates": false }, - { "id": "overlay_male_wielded_paintballgun", "fg": 3887, "rotates": false }, + { "id": [ "overlay_male_wielded_mgl", "overlay_male_wielded_rm802" ], "fg": 3891, "rotates": false }, + { "id": "overlay_male_wielded_mk23", "fg": 3895, "rotates": false }, + { "id": "overlay_male_wielded_model_10_revolver", "fg": 3887, "rotates": false }, + { "id": "overlay_male_wielded_nailgun", "fg": 3884, "rotates": false }, + { "id": "overlay_male_wielded_net", "fg": 3938, "rotates": false }, + { "id": "overlay_male_wielded_paintballgun", "fg": 3913, "rotates": false }, { "id": [ "overlay_male_wielded_pipe", @@ -9488,18 +9516,18 @@ "overlay_male_wielded_spear_rebar", "overlay_male_wielded_tire_iron" ], - "fg": 4119, + "fg": 4145, "rotates": false }, - { "id": "overlay_male_wielded_pistol_flintlock", "fg": 3886, "rotates": false }, - { "id": "overlay_male_wielded_plasma_gun", "fg": 3903, "rotates": false }, - { "id": "overlay_male_wielded_plasma_rifle", "fg": 3904, "rotates": false }, + { "id": "overlay_male_wielded_pistol_flintlock", "fg": 3912, "rotates": false }, + { "id": "overlay_male_wielded_plasma_gun", "fg": 3929, "rotates": false }, + { "id": "overlay_male_wielded_plasma_rifle", "fg": 3930, "rotates": false }, { "id": [ "overlay_male_wielded_pointy_stick", "overlay_male_wielded_stick_long" ], - "fg": 4120, + "fg": 4146, "rotates": false }, - { "id": "overlay_male_wielded_ppsh", "fg": 3852, "rotates": false }, + { "id": "overlay_male_wielded_ppsh", "fg": 3878, "rotates": false }, { "id": [ "overlay_male_wielded_raging_bull", @@ -9508,7 +9536,7 @@ "overlay_male_wielded_sw_500", "overlay_male_wielded_rm99_pistol" ], - "fg": 3870, + "fg": 3896, "rotates": false }, { @@ -9518,7 +9546,7 @@ "overlay_male_wielded_fencing_epee", "overlay_male_wielded_fencing_sabre" ], - "fg": 4125, + "fg": 4151, "rotates": false }, { @@ -9529,16 +9557,16 @@ "overlay_male_wielded_win70", "overlay_male_wielded_mosin91_30" ], - "fg": 3849, + "fg": 3875, "rotates": false }, { "id": [ "overlay_male_wielded_remington700", "overlay_male_wielded_savage_111f", "overlay_male_wielded_bbgun" ], - "fg": 3851, + "fg": 3877, "rotates": false }, - { "id": "overlay_male_wielded_remington_870", "fg": 3829, "rotates": false }, - { "id": "overlay_male_wielded_remington_870_breacher", "fg": 3889, "rotates": false }, + { "id": "overlay_male_wielded_remington_870", "fg": 3855, "rotates": false }, + { "id": "overlay_male_wielded_remington_870_breacher", "fg": 3915, "rotates": false }, { "id": [ "overlay_male_wielded_rifle_223", @@ -9554,12 +9582,12 @@ "overlay_male_wielded_pipe_double_shotgun", "overlay_male_wielded_pipe_shotgun" ], - "fg": 3845, + "fg": 3871, "rotates": false }, { "id": [ "overlay_male_wielded_ruger_lcr_38", "overlay_male_wielded_bond_410" ], - "fg": 3857, + "fg": 3883, "rotates": false }, { @@ -9574,26 +9602,26 @@ "overlay_male_wielded_pencil", "overlay_male_wielded_scissors" ], - "fg": 4126, + "fg": 4152, "rotates": false }, - { "id": [ "overlay_male_wielded_scar_l", "overlay_male_wielded_scar_h" ], "fg": 4127, "rotates": false }, + { "id": [ "overlay_male_wielded_scar_l", "overlay_male_wielded_scar_h" ], "fg": 4153, "rotates": false }, { "id": [ "overlay_male_wielded_scythe_war", "overlay_male_wielded_makeshift_scythe_war" ], - "fg": 4129, + "fg": 4155, "rotates": false }, - { "id": [ "overlay_male_wielded_selfbow", "overlay_male_wielded_shortbow" ], "fg": 3895, "rotates": false }, + { "id": [ "overlay_male_wielded_selfbow", "overlay_male_wielded_shortbow" ], "fg": 3921, "rotates": false }, { "id": [ "overlay_male_wielded_skorpion_61", "overlay_male_wielded_hk_mp5_semi_pistol" ], - "fg": 3837, + "fg": 3863, "rotates": false }, - { "id": "overlay_male_wielded_sling", "fg": 3906, "rotates": false }, - { "id": "overlay_male_wielded_slingshot", "fg": 3905, "rotates": false }, + { "id": "overlay_male_wielded_sling", "fg": 3932, "rotates": false }, + { "id": "overlay_male_wielded_slingshot", "fg": 3931, "rotates": false }, { "id": [ "overlay_male_wielded_spear_copper", "overlay_male_wielded_spear_dory", "overlay_male_wielded_pike_copper" ], - "fg": 4130, + "fg": 4156, "rotates": false }, { @@ -9603,29 +9631,29 @@ "overlay_male_wielded_homemade_halfpike", "overlay_male_wielded_spear_forked" ], - "fg": 4132, + "fg": 4158, "rotates": false }, { "id": [ "overlay_male_wielded_spear_steel", "overlay_male_wielded_ji", "overlay_male_wielded_pike" ], - "fg": 4133, + "fg": 4159, "rotates": false }, { "id": [ "overlay_male_wielded_spear_wood", "overlay_male_wielded_pike_wood" ], - "fg": 4134, + "fg": 4160, "rotates": false }, { "id": [ "overlay_male_wielded_speargun", "overlay_male_wielded_airspeargun", "overlay_male_wielded_doublespeargun" ], - "fg": 3908, + "fg": 3934, "rotates": false }, - { "id": "overlay_male_wielded_staff_sling", "fg": 3907, "rotates": false }, - { "id": "overlay_male_wielded_sten", "fg": 3881, "rotates": false }, - { "id": "overlay_male_wielded_steyr_aug", "fg": 3844, "rotates": false }, - { "id": "overlay_male_wielded_surv_carbine_223", "fg": 3846, "rotates": false }, - { "id": "overlay_male_wielded_sw_619", "fg": 3833, "rotates": false }, + { "id": "overlay_male_wielded_staff_sling", "fg": 3933, "rotates": false }, + { "id": "overlay_male_wielded_sten", "fg": 3907, "rotates": false }, + { "id": "overlay_male_wielded_steyr_aug", "fg": 3870, "rotates": false }, + { "id": "overlay_male_wielded_surv_carbine_223", "fg": 3872, "rotates": false }, + { "id": "overlay_male_wielded_sw_619", "fg": 3859, "rotates": false }, { "id": [ "overlay_male_wielded_tec9", @@ -9633,322 +9661,330 @@ "overlay_male_wielded_mp40", "overlay_male_wielded_mp40semi" ], - "fg": 3882, + "fg": 3908, "rotates": false }, { "id": [ "overlay_male_wielded_throwing_axe", "overlay_male_wielded_throwing_knife" ], - "fg": 3913, - "rotates": false - }, - { "id": "overlay_male_wielded_throwing_stick", "fg": 3914, "rotates": false }, - { "id": "overlay_male_wielded_tommygun", "fg": 3868, "rotates": false }, - { "id": "overlay_male_wielded_uzi", "fg": 3883, "rotates": false }, - { "id": "overlay_male_wielded_v29", "fg": 3893, "rotates": false }, - { "id": "overlay_female_worn_10gal_hat", "fg": 4247, "rotates": false }, - { "id": "overlay_female_worn_balclava", "fg": 4248, "rotates": false }, - { "id": "overlay_female_worn_bandana", "fg": 4249, "rotates": false }, - { "id": "overlay_female_worn_beekeeping_hood", "fg": 4250, "rotates": false }, - { "id": "overlay_female_worn_beret", "fg": 4251, "rotates": false }, - { "id": "overlay_female_worn_beret_wool", "fg": 4252, "rotates": false }, - { "id": "overlay_female_worn_blindfold", "fg": 4311, "rotates": false }, - { "id": "overlay_female_worn_bowhat", "fg": 4253, "rotates": false }, - { "id": "overlay_female_worn_chainmail_hood", "fg": 4254, "rotates": false }, - { "id": "overlay_female_worn_clown_nose", "fg": 4255, "rotates": false }, - { "id": "overlay_female_worn_clown_wig", "fg": 4256, "rotates": false }, - { "id": "overlay_female_worn_cowboy_hat", "fg": 4257, "rotates": false }, - { "id": "overlay_female_worn_crown_golden", "fg": 4258, "rotates": false }, - { "id": "overlay_female_worn_drinking_hat", "fg": 4259, "rotates": false }, - { "id": "overlay_female_worn_eboshi", "fg": 4260, "rotates": false }, - { "id": "overlay_female_worn_fc_hairpin", "fg": 4329, "rotates": false }, - { "id": "overlay_female_worn_fedora", "fg": 4318, "rotates": false }, - { "id": "overlay_female_worn_fencing_mask", "fg": 4261, "rotates": false }, - { "id": "overlay_female_worn_firehelmet", "fg": 4262, "rotates": false }, - { "id": "overlay_female_worn_foodperson_mask", "fg": 4335, "rotates": false }, - { "id": "overlay_female_worn_foodperson_mask_on", "fg": 4336, "rotates": false }, - { "id": "overlay_female_worn_goggles_ir", "fg": 4327, "rotates": false }, - { "id": "overlay_female_worn_goggles_ir_on", "fg": 4328, "rotates": false }, - { "id": "overlay_female_worn_goggles_nv", "fg": 4325, "rotates": false }, - { "id": "overlay_female_worn_goggles_nv_on", "fg": 4326, "rotates": false }, - { "id": "overlay_female_worn_hat_ball", "fg": 4263, "rotates": false }, - { "id": "overlay_female_worn_hat_boonie", "fg": 4264, "rotates": false }, - { "id": "overlay_female_worn_hat_chef", "fg": 4265, "rotates": false }, - { "id": "overlay_female_worn_hat_cotton", "fg": 4266, "rotates": false }, - { "id": "overlay_female_worn_hat_fur", "fg": 4267, "rotates": false }, - { "id": "overlay_female_worn_hat_golf", "fg": 4246, "rotates": false }, - { "id": "overlay_female_worn_hat_hard", "fg": 4268, "rotates": false }, - { "id": "overlay_female_worn_hat_hard_hooded", "fg": 4269, "rotates": false }, - { "id": "overlay_female_worn_hat_hunting", "fg": 4270, "rotates": false }, - { "id": "overlay_female_worn_hat_knit", "fg": 4271, "rotates": false }, - { "id": "overlay_female_worn_hat_newsboy", "fg": 4272, "rotates": false }, - { "id": "overlay_female_worn_hat_noise_cancelling", "fg": 4273, "rotates": false }, - { "id": "overlay_female_worn_hat_sombrero", "fg": 4274, "rotates": false }, - { "id": "overlay_female_worn_headgear", "fg": 4275, "rotates": false }, - { "id": "overlay_female_worn_helmet_army", "fg": 4276, "rotates": false }, - { "id": "overlay_female_worn_helmet_ball", "fg": 4277, "rotates": false }, - { "id": "overlay_female_worn_helmet_barbute", "fg": 4278, "rotates": false }, - { "id": "overlay_female_worn_helmet_bike", "fg": 4279, "rotates": false }, - { "id": "overlay_female_worn_helmet_chitin", "fg": 4280, "rotates": false }, - { "id": "overlay_female_worn_helmet_conical", "fg": 4281, "rotates": false }, - { "id": "overlay_female_worn_helmet_corinthian", "fg": 4282, "rotates": false }, - { "id": "overlay_female_worn_helmet_football", "fg": 4283, "rotates": false }, - { "id": "overlay_female_worn_helmet_galea", "fg": 4284, "rotates": false }, - { "id": "overlay_female_worn_helmet_kabuto", "fg": 4285, "rotates": false }, - { "id": "overlay_female_worn_helmet_larmor", "fg": 4286, "rotates": false }, - { "id": "overlay_female_worn_helmet_liner", "fg": 4287, "rotates": false }, - { "id": "overlay_female_worn_helmet_lobster", "fg": 4288, "rotates": false }, - { "id": "overlay_female_worn_helmet_motor", "fg": 4289, "rotates": false }, - { "id": "overlay_female_worn_helmet_nasal", "fg": 4290, "rotates": false }, - { "id": "overlay_female_worn_helmet_nomad", "fg": 4291, "rotates": false }, - { "id": "overlay_female_worn_helmet_plate", "fg": 4292, "rotates": false }, - { "id": "overlay_female_worn_helmet_riot", "fg": 4333, "rotates": false }, - { "id": "overlay_female_worn_helmet_riot_raised", "fg": 4334, "rotates": false }, - { "id": "overlay_female_worn_helmet_scavenger", "fg": 4293, "rotates": false }, - { "id": "overlay_female_worn_helmet_scrap", "fg": 4294, "rotates": false }, - { "id": "overlay_female_worn_helmet_skid", "fg": 4295, "rotates": false }, - { "id": "overlay_female_worn_helmet_skull", "fg": 4296, "rotates": false }, - { "id": "overlay_female_worn_hood_rain", "fg": 4297, "rotates": false }, - { "id": "overlay_female_worn_hood_survivor", "fg": 4298, "rotates": false }, - { "id": "overlay_female_worn_kippah", "fg": 4299, "rotates": false }, - { "id": "overlay_female_worn_kufi", "fg": 4237, "rotates": false }, - { "id": "overlay_female_worn_maid_hat", "fg": 4238, "rotates": false }, - { "id": "overlay_female_worn_mask_bal", "fg": 4300, "rotates": false }, - { "id": "overlay_female_worn_mask_bunker", "fg": 4324, "rotates": false }, - { "id": "overlay_female_worn_mask_dust", "fg": 4301, "rotates": false }, - { "id": "overlay_female_worn_mask_filter", "fg": 4322, "rotates": false }, - { "id": "overlay_female_worn_mask_gas", "fg": 4323, "rotates": false }, - { "id": "overlay_female_worn_mask_guy_fawkes", "fg": 4302, "rotates": false }, - { "id": "overlay_female_worn_mask_hockey", "fg": 4303, "rotates": false }, - { "id": "overlay_female_worn_mask_rioter", "fg": 4304, "rotates": false }, + "fg": 3939, + "rotates": false + }, + { "id": "overlay_male_wielded_throwing_stick", "fg": 3940, "rotates": false }, + { "id": "overlay_male_wielded_tommygun", "fg": 3894, "rotates": false }, + { "id": "overlay_male_wielded_uzi", "fg": 3909, "rotates": false }, + { "id": "overlay_male_wielded_v29", "fg": 3919, "rotates": false }, + { "id": "overlay_female_worn_10gal_hat", "fg": 4273, "rotates": false }, + { "id": "overlay_female_worn_balclava", "fg": 4274, "rotates": false }, + { "id": "overlay_female_worn_bandana", "fg": 4275, "rotates": false }, + { "id": "overlay_female_worn_beekeeping_hood", "fg": 4276, "rotates": false }, + { "id": "overlay_female_worn_beret", "fg": 4277, "rotates": false }, + { "id": "overlay_female_worn_beret_wool", "fg": 4278, "rotates": false }, + { "id": "overlay_female_worn_blindfold", "fg": 4337, "rotates": false }, + { "id": "overlay_female_worn_bowhat", "fg": 4279, "rotates": false }, + { "id": "overlay_female_worn_chainmail_hood", "fg": 4280, "rotates": false }, + { "id": "overlay_female_worn_clown_nose", "fg": 4281, "rotates": false }, + { "id": "overlay_female_worn_clown_wig", "fg": 4282, "rotates": false }, + { "id": "overlay_female_worn_cowboy_hat", "fg": 4283, "rotates": false }, + { "id": "overlay_female_worn_crown_golden", "fg": 4284, "rotates": false }, + { "id": "overlay_female_worn_drinking_hat", "fg": 4285, "rotates": false }, + { "id": "overlay_female_worn_eboshi", "fg": 4286, "rotates": false }, + { "id": "overlay_female_worn_fc_hairpin", "fg": 4355, "rotates": false }, + { "id": "overlay_female_worn_fedora", "fg": 4344, "rotates": false }, + { "id": "overlay_female_worn_fencing_mask", "fg": 4287, "rotates": false }, + { "id": "overlay_female_worn_firehelmet", "fg": 4288, "rotates": false }, + { "id": "overlay_female_worn_foodperson_mask", "fg": 4361, "rotates": false }, + { "id": "overlay_female_worn_foodperson_mask_on", "fg": 4362, "rotates": false }, + { "id": "overlay_female_worn_goggles_ir", "fg": 4353, "rotates": false }, + { "id": "overlay_female_worn_goggles_ir_on", "fg": 4354, "rotates": false }, + { "id": "overlay_female_worn_goggles_nv", "fg": 4351, "rotates": false }, + { "id": "overlay_female_worn_goggles_nv_on", "fg": 4352, "rotates": false }, + { "id": "overlay_female_worn_hat_ball", "fg": 4289, "rotates": false }, + { "id": "overlay_female_worn_hat_boonie", "fg": 4290, "rotates": false }, + { "id": "overlay_female_worn_hat_chef", "fg": 4291, "rotates": false }, + { "id": "overlay_female_worn_hat_cotton", "fg": 4292, "rotates": false }, + { "id": "overlay_female_worn_hat_fur", "fg": 4293, "rotates": false }, + { "id": "overlay_female_worn_hat_golf", "fg": 4272, "rotates": false }, + { "id": "overlay_female_worn_hat_hard", "fg": 4294, "rotates": false }, + { "id": "overlay_female_worn_hat_hard_hooded", "fg": 4295, "rotates": false }, + { "id": "overlay_female_worn_hat_hunting", "fg": 4296, "rotates": false }, + { "id": "overlay_female_worn_hat_knit", "fg": 4297, "rotates": false }, + { "id": "overlay_female_worn_hat_newsboy", "fg": 4298, "rotates": false }, + { "id": "overlay_female_worn_hat_noise_cancelling", "fg": 4299, "rotates": false }, + { "id": "overlay_female_worn_hat_sombrero", "fg": 4300, "rotates": false }, + { "id": "overlay_female_worn_headgear", "fg": 4301, "rotates": false }, + { "id": "overlay_female_worn_helmet_army", "fg": 4302, "rotates": false }, + { "id": "overlay_female_worn_helmet_ball", "fg": 4303, "rotates": false }, + { "id": "overlay_female_worn_helmet_barbute", "fg": 4304, "rotates": false }, + { "id": "overlay_female_worn_helmet_bike", "fg": 4305, "rotates": false }, + { "id": "overlay_female_worn_helmet_chitin", "fg": 4306, "rotates": false }, + { "id": "overlay_female_worn_helmet_conical", "fg": 4307, "rotates": false }, + { "id": "overlay_female_worn_helmet_corinthian", "fg": 4308, "rotates": false }, + { "id": "overlay_female_worn_helmet_football", "fg": 4309, "rotates": false }, + { "id": "overlay_female_worn_helmet_galea", "fg": 4310, "rotates": false }, + { "id": "overlay_female_worn_helmet_kabuto", "fg": 4311, "rotates": false }, + { "id": "overlay_female_worn_helmet_larmor", "fg": 4312, "rotates": false }, + { "id": "overlay_female_worn_helmet_liner", "fg": 4313, "rotates": false }, + { "id": "overlay_female_worn_helmet_lobster", "fg": 4314, "rotates": false }, + { "id": "overlay_female_worn_helmet_motor", "fg": 4315, "rotates": false }, + { "id": "overlay_female_worn_helmet_nasal", "fg": 4316, "rotates": false }, + { "id": "overlay_female_worn_helmet_nomad", "fg": 4317, "rotates": false }, + { "id": "overlay_female_worn_helmet_plate", "fg": 4318, "rotates": false }, + { "id": "overlay_female_worn_helmet_riot", "fg": 4359, "rotates": false }, + { "id": "overlay_female_worn_helmet_riot_raised", "fg": 4360, "rotates": false }, + { "id": "overlay_female_worn_helmet_scavenger", "fg": 4319, "rotates": false }, + { "id": "overlay_female_worn_helmet_scrap", "fg": 4320, "rotates": false }, + { "id": "overlay_female_worn_helmet_skid", "fg": 4321, "rotates": false }, + { "id": "overlay_female_worn_helmet_skull", "fg": 4322, "rotates": false }, + { "id": "overlay_female_worn_hood_rain", "fg": 4323, "rotates": false }, + { "id": "overlay_female_worn_hood_survivor", "fg": 4324, "rotates": false }, + { "id": "overlay_female_worn_kippah", "fg": 4325, "rotates": false }, + { "id": "overlay_female_worn_kufi", "fg": 4263, "rotates": false }, + { "id": "overlay_female_worn_maid_hat", "fg": 4264, "rotates": false }, + { "id": "overlay_female_worn_mask_bal", "fg": 4326, "rotates": false }, + { "id": "overlay_female_worn_mask_bunker", "fg": 4350, "rotates": false }, + { "id": "overlay_female_worn_mask_dust", "fg": 4327, "rotates": false }, + { "id": "overlay_female_worn_mask_filter", "fg": 4348, "rotates": false }, + { "id": "overlay_female_worn_mask_gas", "fg": 4349, "rotates": false }, + { "id": "overlay_female_worn_mask_guy_fawkes", "fg": 4328, "rotates": false }, + { "id": "overlay_female_worn_mask_hockey", "fg": 4329, "rotates": false }, + { "id": "overlay_female_worn_mask_rioter", "fg": 4330, "rotates": false }, { "id": [ "overlay_female_worn_mask_ski", "overlay_female_worn_mask_ski_loose" ], - "fg": 4331, + "fg": 4357, "rotates": false }, - { "id": "overlay_female_worn_miner_hat", "fg": 4312, "rotates": false }, - { "id": "overlay_female_worn_miner_hat_on", "fg": 4313, "rotates": false }, - { "id": "overlay_female_worn_nomex_hood", "fg": 4305, "rotates": false }, - { "id": "overlay_female_worn_pickelhaube", "fg": 4306, "rotates": false }, - { "id": "overlay_female_worn_porkpie", "fg": 4239, "rotates": false }, - { "id": "overlay_female_worn_postman_hat", "fg": 4240, "rotates": false }, - { "id": "overlay_female_worn_pot_helmet", "fg": 4307, "rotates": false }, - { "id": "overlay_female_worn_pot_xlhelmet", "fg": 4308, "rotates": false }, + { "id": "overlay_female_worn_miner_hat", "fg": 4338, "rotates": false }, + { "id": "overlay_female_worn_miner_hat_on", "fg": 4339, "rotates": false }, + { "id": "overlay_female_worn_nomex_hood", "fg": 4331, "rotates": false }, + { "id": "overlay_female_worn_pickelhaube", "fg": 4332, "rotates": false }, + { "id": "overlay_female_worn_porkpie", "fg": 4265, "rotates": false }, + { "id": "overlay_female_worn_postman_hat", "fg": 4266, "rotates": false }, + { "id": "overlay_female_worn_pot_helmet", "fg": 4333, "rotates": false }, + { "id": "overlay_female_worn_pot_xlhelmet", "fg": 4334, "rotates": false }, { "id": [ "overlay_female_worn_powered_earmuffs", "overlay_female_worn_powered_earmuffs_on" ], - "fg": 4332, - "rotates": false - }, - { "id": "overlay_female_worn_rebreather", "fg": 4321, "rotates": false }, - { "id": "overlay_female_worn_straw_fedora", "fg": 4330, "rotates": false }, - { "id": "overlay_female_worn_straw_hat", "fg": 4241, "rotates": false }, - { "id": "overlay_female_worn_tac_fullhelmet", "fg": 4309, "rotates": false }, - { "id": "overlay_female_worn_tac_helmet", "fg": 4310, "rotates": false }, - { "id": "overlay_female_worn_thermal_mask", "fg": 4319, "rotates": false }, - { "id": "overlay_female_worn_thermal_mask_on", "fg": 4320, "rotates": false }, - { "id": "overlay_female_worn_tinfoil_hat", "fg": 4242, "rotates": false }, - { "id": "overlay_female_worn_tophat", "fg": 4243, "rotates": false }, - { "id": "overlay_female_worn_tricorne", "fg": 4244, "rotates": false }, - { "id": "overlay_female_worn_turban", "fg": 4245, "rotates": false }, - { "id": "overlay_female_worn_welding_mask", "fg": 4314, "rotates": false }, - { "id": "overlay_female_worn_welding_mask_crude", "fg": 4316, "rotates": false }, - { "id": "overlay_female_worn_welding_mask_crude_raised", "fg": 4317, "rotates": false }, - { "id": "overlay_female_worn_welding_mask_raised", "fg": 4315, "rotates": false }, - { "id": "overlay_male_worn_10gal_hat", "fg": 4147, "rotates": false }, - { "id": "overlay_male_worn_balclava", "fg": 4148, "rotates": false }, - { "id": "overlay_male_worn_bandana", "fg": 4149, "rotates": false }, - { "id": "overlay_male_worn_beekeeping_hood", "fg": 4150, "rotates": false }, - { "id": "overlay_male_worn_beret", "fg": 4151, "rotates": false }, - { "id": "overlay_male_worn_beret_wool", "fg": 4152, "rotates": false }, - { "id": "overlay_male_worn_blindfold", "fg": 4211, "rotates": false }, - { "id": "overlay_male_worn_bowhat", "fg": 4153, "rotates": false }, - { "id": "overlay_male_worn_chainmail_hood", "fg": 4154, "rotates": false }, - { "id": "overlay_male_worn_clown_nose", "fg": 4155, "rotates": false }, - { "id": "overlay_male_worn_clown_wig", "fg": 4156, "rotates": false }, - { "id": "overlay_male_worn_cowboy_hat", "fg": 4157, "rotates": false }, - { "id": "overlay_male_worn_crown_golden", "fg": 4158, "rotates": false }, - { "id": "overlay_male_worn_drinking_hat", "fg": 4159, "rotates": false }, - { "id": "overlay_male_worn_eboshi", "fg": 4160, "rotates": false }, - { "id": "overlay_male_worn_fc_hairpin", "fg": 4229, "rotates": false }, - { "id": "overlay_male_worn_fedora", "fg": 4218, "rotates": false }, - { "id": "overlay_male_worn_fencing_mask", "fg": 4161, "rotates": false }, - { "id": "overlay_male_worn_firehelmet", "fg": 4162, "rotates": false }, - { "id": "overlay_male_worn_foodperson_mask", "fg": 4235, "rotates": false }, - { "id": "overlay_male_worn_foodperson_mask_on", "fg": 4236, "rotates": false }, - { "id": "overlay_male_worn_goggles_ir", "fg": 4227, "rotates": false }, - { "id": "overlay_male_worn_goggles_ir_on", "fg": 4228, "rotates": false }, - { "id": "overlay_male_worn_goggles_nv", "fg": 4225, "rotates": false }, - { "id": "overlay_male_worn_goggles_nv_on", "fg": 4226, "rotates": false }, - { "id": "overlay_male_worn_hat_ball", "fg": 4163, "rotates": false }, - { "id": "overlay_male_worn_hat_boonie", "fg": 4164, "rotates": false }, - { "id": "overlay_male_worn_hat_chef", "fg": 4165, "rotates": false }, - { "id": "overlay_male_worn_hat_cotton", "fg": 4166, "rotates": false }, - { "id": "overlay_male_worn_hat_fur", "fg": 4167, "rotates": false }, - { "id": "overlay_male_worn_hat_golf", "fg": 4146, "rotates": false }, - { "id": "overlay_male_worn_hat_hard", "fg": 4168, "rotates": false }, - { "id": "overlay_male_worn_hat_hard_hooded", "fg": 4169, "rotates": false }, - { "id": "overlay_male_worn_hat_hunting", "fg": 4170, "rotates": false }, - { "id": "overlay_male_worn_hat_knit", "fg": 4171, "rotates": false }, - { "id": "overlay_male_worn_hat_newsboy", "fg": 4172, "rotates": false }, - { "id": "overlay_male_worn_hat_noise_cancelling", "fg": 4173, "rotates": false }, - { "id": "overlay_male_worn_hat_sombrero", "fg": 4174, "rotates": false }, - { "id": "overlay_male_worn_headgear", "fg": 4175, "rotates": false }, - { "id": "overlay_male_worn_helmet_army", "fg": 4176, "rotates": false }, - { "id": "overlay_male_worn_helmet_ball", "fg": 4177, "rotates": false }, - { "id": "overlay_male_worn_helmet_barbute", "fg": 4178, "rotates": false }, - { "id": "overlay_male_worn_helmet_bike", "fg": 4179, "rotates": false }, - { "id": "overlay_male_worn_helmet_chitin", "fg": 4180, "rotates": false }, - { "id": "overlay_male_worn_helmet_conical", "fg": 4181, "rotates": false }, - { "id": "overlay_male_worn_helmet_corinthian", "fg": 4182, "rotates": false }, - { "id": "overlay_male_worn_helmet_football", "fg": 4183, "rotates": false }, - { "id": "overlay_male_worn_helmet_galea", "fg": 4184, "rotates": false }, - { "id": "overlay_male_worn_helmet_kabuto", "fg": 4185, "rotates": false }, - { "id": "overlay_male_worn_helmet_larmor", "fg": 4186, "rotates": false }, - { "id": "overlay_male_worn_helmet_liner", "fg": 4187, "rotates": false }, - { "id": "overlay_male_worn_helmet_lobster", "fg": 4188, "rotates": false }, - { "id": "overlay_male_worn_helmet_motor", "fg": 4189, "rotates": false }, - { "id": "overlay_male_worn_helmet_nasal", "fg": 4190, "rotates": false }, - { "id": "overlay_male_worn_helmet_nomad", "fg": 4191, "rotates": false }, - { "id": "overlay_male_worn_helmet_plate", "fg": 4192, "rotates": false }, - { "id": "overlay_male_worn_helmet_riot", "fg": 4233, "rotates": false }, - { "id": "overlay_male_worn_helmet_riot_raised", "fg": 4234, "rotates": false }, - { "id": "overlay_male_worn_helmet_scavenger", "fg": 4193, "rotates": false }, - { "id": "overlay_male_worn_helmet_scrap", "fg": 4194, "rotates": false }, - { "id": "overlay_male_worn_helmet_skid", "fg": 4195, "rotates": false }, - { "id": "overlay_male_worn_helmet_skull", "fg": 4196, "rotates": false }, - { "id": "overlay_male_worn_hood_rain", "fg": 4197, "rotates": false }, - { "id": "overlay_male_worn_hood_survivor", "fg": 4198, "rotates": false }, - { "id": "overlay_male_worn_kippah", "fg": 4199, "rotates": false }, - { "id": "overlay_male_worn_kufi", "fg": 4137, "rotates": false }, - { "id": "overlay_male_worn_maid_hat", "fg": 4138, "rotates": false }, - { "id": "overlay_male_worn_mask_bal", "fg": 4200, "rotates": false }, - { "id": "overlay_male_worn_mask_bunker", "fg": 4224, "rotates": false }, - { "id": "overlay_male_worn_mask_dust", "fg": 4201, "rotates": false }, - { "id": "overlay_male_worn_mask_filter", "fg": 4222, "rotates": false }, - { "id": "overlay_male_worn_mask_gas", "fg": 4223, "rotates": false }, - { "id": "overlay_male_worn_mask_guy_fawkes", "fg": 4202, "rotates": false }, - { "id": "overlay_male_worn_mask_hockey", "fg": 4203, "rotates": false }, - { "id": "overlay_male_worn_mask_rioter", "fg": 4204, "rotates": false }, - { "id": [ "overlay_male_worn_mask_ski", "overlay_male_worn_mask_ski_loose" ], "fg": 4231, "rotates": false }, - { "id": "overlay_male_worn_miner_hat", "fg": 4212, "rotates": false }, - { "id": "overlay_male_worn_miner_hat_on", "fg": 4213, "rotates": false }, - { "id": "overlay_male_worn_nomex_hood", "fg": 4205, "rotates": false }, - { "id": "overlay_male_worn_pickelhaube", "fg": 4206, "rotates": false }, - { "id": "overlay_male_worn_porkpie", "fg": 4139, "rotates": false }, - { "id": "overlay_male_worn_postman_hat", "fg": 4140, "rotates": false }, - { "id": "overlay_male_worn_pot_helmet", "fg": 4207, "rotates": false }, - { "id": "overlay_male_worn_pot_xlhelmet", "fg": 4208, "rotates": false }, + "fg": 4358, + "rotates": false + }, + { "id": "overlay_female_worn_rebreather", "fg": 4347, "rotates": false }, + { "id": "overlay_female_worn_straw_fedora", "fg": 4356, "rotates": false }, + { "id": "overlay_female_worn_straw_hat", "fg": 4267, "rotates": false }, + { "id": "overlay_female_worn_tac_fullhelmet", "fg": 4335, "rotates": false }, + { "id": "overlay_female_worn_tac_helmet", "fg": 4336, "rotates": false }, + { "id": "overlay_female_worn_thermal_mask", "fg": 4345, "rotates": false }, + { "id": "overlay_female_worn_thermal_mask_on", "fg": 4346, "rotates": false }, + { "id": "overlay_female_worn_tinfoil_hat", "fg": 4268, "rotates": false }, + { "id": "overlay_female_worn_tophat", "fg": 4269, "rotates": false }, + { "id": "overlay_female_worn_tricorne", "fg": 4270, "rotates": false }, + { "id": "overlay_female_worn_turban", "fg": 4271, "rotates": false }, + { "id": "overlay_female_worn_welding_mask", "fg": 4340, "rotates": false }, + { "id": "overlay_female_worn_welding_mask_crude", "fg": 4342, "rotates": false }, + { "id": "overlay_female_worn_welding_mask_crude_raised", "fg": 4343, "rotates": false }, + { "id": "overlay_female_worn_welding_mask_raised", "fg": 4341, "rotates": false }, + { "id": "overlay_male_worn_10gal_hat", "fg": 4173, "rotates": false }, + { "id": "overlay_male_worn_balclava", "fg": 4174, "rotates": false }, + { "id": "overlay_male_worn_bandana", "fg": 4175, "rotates": false }, + { "id": "overlay_male_worn_beekeeping_hood", "fg": 4176, "rotates": false }, + { "id": "overlay_male_worn_beret", "fg": 4177, "rotates": false }, + { "id": "overlay_male_worn_beret_wool", "fg": 4178, "rotates": false }, + { "id": "overlay_male_worn_blindfold", "fg": 4237, "rotates": false }, + { "id": "overlay_male_worn_bowhat", "fg": 4179, "rotates": false }, + { "id": "overlay_male_worn_chainmail_hood", "fg": 4180, "rotates": false }, + { "id": "overlay_male_worn_clown_nose", "fg": 4181, "rotates": false }, + { "id": "overlay_male_worn_clown_wig", "fg": 4182, "rotates": false }, + { "id": "overlay_male_worn_cowboy_hat", "fg": 4183, "rotates": false }, + { "id": "overlay_male_worn_crown_golden", "fg": 4184, "rotates": false }, + { "id": "overlay_male_worn_drinking_hat", "fg": 4185, "rotates": false }, + { "id": "overlay_male_worn_eboshi", "fg": 4186, "rotates": false }, + { "id": "overlay_male_worn_fc_hairpin", "fg": 4255, "rotates": false }, + { "id": "overlay_male_worn_fedora", "fg": 4244, "rotates": false }, + { "id": "overlay_male_worn_fencing_mask", "fg": 4187, "rotates": false }, + { "id": "overlay_male_worn_firehelmet", "fg": 4188, "rotates": false }, + { "id": "overlay_male_worn_foodperson_mask", "fg": 4261, "rotates": false }, + { "id": "overlay_male_worn_foodperson_mask_on", "fg": 4262, "rotates": false }, + { "id": "overlay_male_worn_goggles_ir", "fg": 4253, "rotates": false }, + { "id": "overlay_male_worn_goggles_ir_on", "fg": 4254, "rotates": false }, + { "id": "overlay_male_worn_goggles_nv", "fg": 4251, "rotates": false }, + { "id": "overlay_male_worn_goggles_nv_on", "fg": 4252, "rotates": false }, + { "id": "overlay_male_worn_hat_ball", "fg": 4189, "rotates": false }, + { "id": "overlay_male_worn_hat_boonie", "fg": 4190, "rotates": false }, + { "id": "overlay_male_worn_hat_chef", "fg": 4191, "rotates": false }, + { "id": "overlay_male_worn_hat_cotton", "fg": 4192, "rotates": false }, + { "id": "overlay_male_worn_hat_fur", "fg": 4193, "rotates": false }, + { "id": "overlay_male_worn_hat_golf", "fg": 4172, "rotates": false }, + { "id": "overlay_male_worn_hat_hard", "fg": 4194, "rotates": false }, + { "id": "overlay_male_worn_hat_hard_hooded", "fg": 4195, "rotates": false }, + { "id": "overlay_male_worn_hat_hunting", "fg": 4196, "rotates": false }, + { "id": "overlay_male_worn_hat_knit", "fg": 4197, "rotates": false }, + { "id": "overlay_male_worn_hat_newsboy", "fg": 4198, "rotates": false }, + { "id": "overlay_male_worn_hat_noise_cancelling", "fg": 4199, "rotates": false }, + { "id": "overlay_male_worn_hat_sombrero", "fg": 4200, "rotates": false }, + { "id": "overlay_male_worn_headgear", "fg": 4201, "rotates": false }, + { "id": "overlay_male_worn_helmet_army", "fg": 4202, "rotates": false }, + { "id": "overlay_male_worn_helmet_ball", "fg": 4203, "rotates": false }, + { "id": "overlay_male_worn_helmet_barbute", "fg": 4204, "rotates": false }, + { "id": "overlay_male_worn_helmet_bike", "fg": 4205, "rotates": false }, + { "id": "overlay_male_worn_helmet_chitin", "fg": 4206, "rotates": false }, + { "id": "overlay_male_worn_helmet_conical", "fg": 4207, "rotates": false }, + { "id": "overlay_male_worn_helmet_corinthian", "fg": 4208, "rotates": false }, + { "id": "overlay_male_worn_helmet_football", "fg": 4209, "rotates": false }, + { "id": "overlay_male_worn_helmet_galea", "fg": 4210, "rotates": false }, + { "id": "overlay_male_worn_helmet_kabuto", "fg": 4211, "rotates": false }, + { "id": "overlay_male_worn_helmet_larmor", "fg": 4212, "rotates": false }, + { "id": "overlay_male_worn_helmet_liner", "fg": 4213, "rotates": false }, + { "id": "overlay_male_worn_helmet_lobster", "fg": 4214, "rotates": false }, + { "id": "overlay_male_worn_helmet_motor", "fg": 4215, "rotates": false }, + { "id": "overlay_male_worn_helmet_nasal", "fg": 4216, "rotates": false }, + { "id": "overlay_male_worn_helmet_nomad", "fg": 4217, "rotates": false }, + { "id": "overlay_male_worn_helmet_plate", "fg": 4218, "rotates": false }, + { "id": "overlay_male_worn_helmet_riot", "fg": 4259, "rotates": false }, + { "id": "overlay_male_worn_helmet_riot_raised", "fg": 4260, "rotates": false }, + { "id": "overlay_male_worn_helmet_scavenger", "fg": 4219, "rotates": false }, + { "id": "overlay_male_worn_helmet_scrap", "fg": 4220, "rotates": false }, + { "id": "overlay_male_worn_helmet_skid", "fg": 4221, "rotates": false }, + { "id": "overlay_male_worn_helmet_skull", "fg": 4222, "rotates": false }, + { "id": "overlay_male_worn_hood_rain", "fg": 4223, "rotates": false }, + { "id": "overlay_male_worn_hood_survivor", "fg": 4224, "rotates": false }, + { "id": "overlay_male_worn_kippah", "fg": 4225, "rotates": false }, + { "id": "overlay_male_worn_kufi", "fg": 4163, "rotates": false }, + { "id": "overlay_male_worn_maid_hat", "fg": 4164, "rotates": false }, + { "id": "overlay_male_worn_mask_bal", "fg": 4226, "rotates": false }, + { "id": "overlay_male_worn_mask_bunker", "fg": 4250, "rotates": false }, + { "id": "overlay_male_worn_mask_dust", "fg": 4227, "rotates": false }, + { "id": "overlay_male_worn_mask_filter", "fg": 4248, "rotates": false }, + { "id": "overlay_male_worn_mask_gas", "fg": 4249, "rotates": false }, + { "id": "overlay_male_worn_mask_guy_fawkes", "fg": 4228, "rotates": false }, + { "id": "overlay_male_worn_mask_hockey", "fg": 4229, "rotates": false }, + { "id": "overlay_male_worn_mask_rioter", "fg": 4230, "rotates": false }, + { "id": [ "overlay_male_worn_mask_ski", "overlay_male_worn_mask_ski_loose" ], "fg": 4257, "rotates": false }, + { "id": "overlay_male_worn_miner_hat", "fg": 4238, "rotates": false }, + { "id": "overlay_male_worn_miner_hat_on", "fg": 4239, "rotates": false }, + { "id": "overlay_male_worn_nomex_hood", "fg": 4231, "rotates": false }, + { "id": "overlay_male_worn_pickelhaube", "fg": 4232, "rotates": false }, + { "id": "overlay_male_worn_porkpie", "fg": 4165, "rotates": false }, + { "id": "overlay_male_worn_postman_hat", "fg": 4166, "rotates": false }, + { "id": "overlay_male_worn_pot_helmet", "fg": 4233, "rotates": false }, + { "id": "overlay_male_worn_pot_xlhelmet", "fg": 4234, "rotates": false }, { "id": [ "overlay_male_worn_powered_earmuffs", "overlay_male_worn_powered_earmuffs_on" ], - "fg": 4232, - "rotates": false - }, - { "id": "overlay_male_worn_rebreather", "fg": 4221, "rotates": false }, - { "id": "overlay_male_worn_straw_fedora", "fg": 4230, "rotates": false }, - { "id": "overlay_male_worn_straw_hat", "fg": 4141, "rotates": false }, - { "id": "overlay_male_worn_tac_fullhelmet", "fg": 4209, "rotates": false }, - { "id": "overlay_male_worn_tac_helmet", "fg": 4210, "rotates": false }, - { "id": "overlay_male_worn_thermal_mask", "fg": 4219, "rotates": false }, - { "id": "overlay_male_worn_thermal_mask_on", "fg": 4220, "rotates": false }, - { "id": "overlay_male_worn_tinfoil_hat", "fg": 4142, "rotates": false }, - { "id": "overlay_male_worn_tophat", "fg": 4143, "rotates": false }, - { "id": "overlay_male_worn_tricorne", "fg": 4144, "rotates": false }, - { "id": "overlay_male_worn_turban", "fg": 4145, "rotates": false }, - { "id": "overlay_male_worn_welding_mask", "fg": 4214, "rotates": false }, - { "id": "overlay_male_worn_welding_mask_crude", "fg": 4216, "rotates": false }, - { "id": "overlay_male_worn_welding_mask_crude_raised", "fg": 4217, "rotates": false }, - { "id": "overlay_male_worn_welding_mask_raised", "fg": 4215, "rotates": false }, - { "id": "f_street_light", "fg": 3760 }, - { "id": "f_traffic_light", "fg": 3761 }, - { "id": "f_utility_pole", "fg": 3762 }, - { "id": "bundle_branch_long", "fg": 3763 }, - { "id": "bundle_plank", "fg": 3764 }, - { "id": "bundle_rebar", "fg": 3765 }, - { "id": "overlay_female_wielded_2h_flail_steel", "fg": 4001 }, - { "id": "overlay_female_wielded_2h_flail_wood", "fg": 4002 }, - { "id": "overlay_female_wielded_2x4", "fg": 4003 }, - { "id": "overlay_female_wielded_ar15", "fg": 4004 }, - { "id": "overlay_female_wielded_ax", "fg": 4006 }, - { "id": "overlay_female_wielded_bat", "fg": 4007 }, - { "id": "overlay_female_wielded_bat_metal", "fg": 4008 }, - { "id": "overlay_female_wielded_bat_nerf", "fg": 4009 }, - { "id": "overlay_female_wielded_battleaxe", "fg": 4012 }, - { "id": "overlay_female_wielded_bowling_axe", "fg": 4015 }, - { "id": "overlay_female_wielded_bowling_pin", "fg": 4016 }, - { "id": "overlay_female_wielded_bwirebat", "fg": 4018 }, - { "id": "overlay_female_wielded_cane", "fg": 4019 }, - { "id": "overlay_female_wielded_crowbar", "fg": 4020 }, - { "id": "overlay_female_wielded_crutches", "fg": 4021 }, - { "id": "overlay_female_wielded_cudgel", "fg": 4022 }, - { "id": "overlay_female_wielded_fire_ax", "fg": 4024 }, - { "id": "overlay_female_wielded_glass_macuahuitl", "fg": 4025 }, - { "id": "overlay_female_wielded_golf_club", "fg": 4027 }, - { "id": "overlay_female_wielded_halberd", "fg": 4028 }, - { "id": "overlay_female_wielded_hammer", "fg": 4029 }, - { "id": "overlay_female_wielded_hammer_sledge", "fg": 4030 }, - { "id": "overlay_female_wielded_hockey_stick", "fg": 4033 }, - { "id": "overlay_female_wielded_homewrecker", "fg": 4034 }, - { "id": "overlay_female_wielded_iceaxe", "fg": 4036 }, - { "id": "overlay_female_wielded_kukri", "fg": 4040 }, - { "id": "overlay_female_wielded_long_pole", "fg": 4041 }, - { "id": "overlay_female_wielded_longsword", "fg": 4042 }, - { "id": "overlay_female_wielded_lucern_hammer", "fg": 4043 }, - { "id": "overlay_female_wielded_mace", "fg": 4044 }, - { "id": "overlay_female_wielded_makeshift_crowbar", "fg": 4046 }, - { "id": "overlay_female_wielded_morningstar", "fg": 4047 }, - { "id": "overlay_female_wielded_nailbat", "fg": 4048 }, - { "id": "overlay_female_wielded_nailboard", "fg": 4049 }, - { "id": "overlay_female_wielded_pickaxe", "fg": 4050 }, - { "id": "overlay_female_wielded_poleaxe", "fg": 4053 }, - { "id": "overlay_female_wielded_pool_cue", "fg": 4054 }, - { "id": "overlay_female_wielded_primitive_axe", "fg": 4055 }, - { "id": "overlay_female_wielded_q_staff", "fg": 4056 }, - { "id": "overlay_female_wielded_scythe", "fg": 4060 }, - { "id": "overlay_female_wielded_spear_pipe", "fg": 4063 }, - { "id": "overlay_female_wielded_steel_pan", "fg": 4067 }, - { "id": "overlay_female_wielded_stick", "fg": 4068 }, - { "id": "overlay_male_wielded_2h_flail_steel", "fg": 4069 }, - { "id": "overlay_male_wielded_2h_flail_wood", "fg": 4070 }, - { "id": "overlay_male_wielded_2x4", "fg": 4071 }, - { "id": "overlay_male_wielded_ar15", "fg": 4072 }, - { "id": "overlay_male_wielded_ax", "fg": 4074 }, - { "id": "overlay_male_wielded_bat", "fg": 4075 }, - { "id": "overlay_male_wielded_bat_metal", "fg": 4076 }, - { "id": "overlay_male_wielded_bat_nerf", "fg": 4077 }, - { "id": "overlay_male_wielded_battleaxe", "fg": 4080 }, - { "id": "overlay_male_wielded_bowling_axe", "fg": 4083 }, - { "id": "overlay_male_wielded_bowling_pin", "fg": 4084 }, - { "id": "overlay_male_wielded_bwirebat", "fg": 4086 }, - { "id": "overlay_male_wielded_cane", "fg": 4087 }, - { "id": "overlay_male_wielded_crowbar", "fg": 4088 }, - { "id": "overlay_male_wielded_crutches", "fg": 4089 }, - { "id": "overlay_male_wielded_cudgel", "fg": 4090 }, - { "id": "overlay_male_wielded_fire_ax", "fg": 4092 }, - { "id": "overlay_male_wielded_glass_macuahuitl", "fg": 4093 }, - { "id": "overlay_male_wielded_golf_club", "fg": 4095 }, - { "id": "overlay_male_wielded_halberd", "fg": 4096 }, - { "id": "overlay_male_wielded_hammer", "fg": 4097 }, - { "id": "overlay_male_wielded_hammer_sledge", "fg": 4098 }, - { "id": "overlay_male_wielded_hockey_stick", "fg": 4101 }, - { "id": "overlay_male_wielded_homewrecker", "fg": 4102 }, - { "id": "overlay_male_wielded_iceaxe", "fg": 4104 }, - { "id": "overlay_male_wielded_kukri", "fg": 4108 }, - { "id": "overlay_male_wielded_long_pole", "fg": 4109 }, - { "id": "overlay_male_wielded_longsword", "fg": 4110 }, - { "id": "overlay_male_wielded_lucern_hammer", "fg": 4111 }, - { "id": "overlay_male_wielded_mace", "fg": 4112 }, - { "id": "overlay_male_wielded_makeshift_crowbar", "fg": 4114 }, - { "id": "overlay_male_wielded_morningstar", "fg": 4115 }, - { "id": "overlay_male_wielded_nailbat", "fg": 4116 }, - { "id": "overlay_male_wielded_nailboard", "fg": 4117 }, - { "id": "overlay_male_wielded_pickaxe", "fg": 4118 }, - { "id": "overlay_male_wielded_poleaxe", "fg": 4121 }, - { "id": "overlay_male_wielded_pool_cue", "fg": 4122 }, - { "id": "overlay_male_wielded_primitive_axe", "fg": 4123 }, - { "id": "overlay_male_wielded_q_staff", "fg": 4124 }, - { "id": "overlay_male_wielded_scythe", "fg": 4128 }, - { "id": "overlay_male_wielded_spear_pipe", "fg": 4131 }, - { "id": "overlay_male_wielded_steel_pan", "fg": 4135 }, - { "id": "overlay_male_wielded_stick", "fg": 4136 } + "fg": 4258, + "rotates": false + }, + { "id": "overlay_male_worn_rebreather", "fg": 4247, "rotates": false }, + { "id": "overlay_male_worn_straw_fedora", "fg": 4256, "rotates": false }, + { "id": "overlay_male_worn_straw_hat", "fg": 4167, "rotates": false }, + { "id": "overlay_male_worn_tac_fullhelmet", "fg": 4235, "rotates": false }, + { "id": "overlay_male_worn_tac_helmet", "fg": 4236, "rotates": false }, + { "id": "overlay_male_worn_thermal_mask", "fg": 4245, "rotates": false }, + { "id": "overlay_male_worn_thermal_mask_on", "fg": 4246, "rotates": false }, + { "id": "overlay_male_worn_tinfoil_hat", "fg": 4168, "rotates": false }, + { "id": "overlay_male_worn_tophat", "fg": 4169, "rotates": false }, + { "id": "overlay_male_worn_tricorne", "fg": 4170, "rotates": false }, + { "id": "overlay_male_worn_turban", "fg": 4171, "rotates": false }, + { "id": "overlay_male_worn_welding_mask", "fg": 4240, "rotates": false }, + { "id": "overlay_male_worn_welding_mask_crude", "fg": 4242, "rotates": false }, + { "id": "overlay_male_worn_welding_mask_crude_raised", "fg": 4243, "rotates": false }, + { "id": "overlay_male_worn_welding_mask_raised", "fg": 4241, "rotates": false }, + { "id": "f_geo_mox", "fg": 3776 }, + { "id": "f_geo_vent", "fg": 3777 }, + { "id": "f_moxie_tube", "fg": 3778 }, + { "id": "f_moxie_vent", "fg": 3779 }, + { "id": "t_fuma_ice", "fg": 3780 }, + { "id": "t_tree_lichen", "fg": 3781 }, + { "id": "t_tree_xeno", "fg": 3784 }, + { "id": "t_tree_xenoinfested", "fg": 3785 }, + { "id": "f_street_light", "fg": 3786 }, + { "id": "f_traffic_light", "fg": 3787 }, + { "id": "f_utility_pole", "fg": 3788 }, + { "id": "bundle_branch_long", "fg": 3789 }, + { "id": "bundle_plank", "fg": 3790 }, + { "id": "bundle_rebar", "fg": 3791 }, + { "id": "overlay_female_wielded_2h_flail_steel", "fg": 4027 }, + { "id": "overlay_female_wielded_2h_flail_wood", "fg": 4028 }, + { "id": "overlay_female_wielded_2x4", "fg": 4029 }, + { "id": "overlay_female_wielded_ar15", "fg": 4030 }, + { "id": "overlay_female_wielded_ax", "fg": 4032 }, + { "id": "overlay_female_wielded_bat", "fg": 4033 }, + { "id": "overlay_female_wielded_bat_metal", "fg": 4034 }, + { "id": "overlay_female_wielded_bat_nerf", "fg": 4035 }, + { "id": "overlay_female_wielded_battleaxe", "fg": 4038 }, + { "id": "overlay_female_wielded_bowling_axe", "fg": 4041 }, + { "id": "overlay_female_wielded_bowling_pin", "fg": 4042 }, + { "id": "overlay_female_wielded_bwirebat", "fg": 4044 }, + { "id": "overlay_female_wielded_cane", "fg": 4045 }, + { "id": "overlay_female_wielded_crowbar", "fg": 4046 }, + { "id": "overlay_female_wielded_crutches", "fg": 4047 }, + { "id": "overlay_female_wielded_cudgel", "fg": 4048 }, + { "id": "overlay_female_wielded_fire_ax", "fg": 4050 }, + { "id": "overlay_female_wielded_glass_macuahuitl", "fg": 4051 }, + { "id": "overlay_female_wielded_golf_club", "fg": 4053 }, + { "id": "overlay_female_wielded_halberd", "fg": 4054 }, + { "id": "overlay_female_wielded_hammer", "fg": 4055 }, + { "id": "overlay_female_wielded_hammer_sledge", "fg": 4056 }, + { "id": "overlay_female_wielded_hockey_stick", "fg": 4059 }, + { "id": "overlay_female_wielded_homewrecker", "fg": 4060 }, + { "id": "overlay_female_wielded_iceaxe", "fg": 4062 }, + { "id": "overlay_female_wielded_kukri", "fg": 4066 }, + { "id": "overlay_female_wielded_long_pole", "fg": 4067 }, + { "id": "overlay_female_wielded_longsword", "fg": 4068 }, + { "id": "overlay_female_wielded_lucern_hammer", "fg": 4069 }, + { "id": "overlay_female_wielded_mace", "fg": 4070 }, + { "id": "overlay_female_wielded_makeshift_crowbar", "fg": 4072 }, + { "id": "overlay_female_wielded_morningstar", "fg": 4073 }, + { "id": "overlay_female_wielded_nailbat", "fg": 4074 }, + { "id": "overlay_female_wielded_nailboard", "fg": 4075 }, + { "id": "overlay_female_wielded_pickaxe", "fg": 4076 }, + { "id": "overlay_female_wielded_poleaxe", "fg": 4079 }, + { "id": "overlay_female_wielded_pool_cue", "fg": 4080 }, + { "id": "overlay_female_wielded_primitive_axe", "fg": 4081 }, + { "id": "overlay_female_wielded_q_staff", "fg": 4082 }, + { "id": "overlay_female_wielded_scythe", "fg": 4086 }, + { "id": "overlay_female_wielded_spear_pipe", "fg": 4089 }, + { "id": "overlay_female_wielded_steel_pan", "fg": 4093 }, + { "id": "overlay_female_wielded_stick", "fg": 4094 }, + { "id": "overlay_male_wielded_2h_flail_steel", "fg": 4095 }, + { "id": "overlay_male_wielded_2h_flail_wood", "fg": 4096 }, + { "id": "overlay_male_wielded_2x4", "fg": 4097 }, + { "id": "overlay_male_wielded_ar15", "fg": 4098 }, + { "id": "overlay_male_wielded_ax", "fg": 4100 }, + { "id": "overlay_male_wielded_bat", "fg": 4101 }, + { "id": "overlay_male_wielded_bat_metal", "fg": 4102 }, + { "id": "overlay_male_wielded_bat_nerf", "fg": 4103 }, + { "id": "overlay_male_wielded_battleaxe", "fg": 4106 }, + { "id": "overlay_male_wielded_bowling_axe", "fg": 4109 }, + { "id": "overlay_male_wielded_bowling_pin", "fg": 4110 }, + { "id": "overlay_male_wielded_bwirebat", "fg": 4112 }, + { "id": "overlay_male_wielded_cane", "fg": 4113 }, + { "id": "overlay_male_wielded_crowbar", "fg": 4114 }, + { "id": "overlay_male_wielded_crutches", "fg": 4115 }, + { "id": "overlay_male_wielded_cudgel", "fg": 4116 }, + { "id": "overlay_male_wielded_fire_ax", "fg": 4118 }, + { "id": "overlay_male_wielded_glass_macuahuitl", "fg": 4119 }, + { "id": "overlay_male_wielded_golf_club", "fg": 4121 }, + { "id": "overlay_male_wielded_halberd", "fg": 4122 }, + { "id": "overlay_male_wielded_hammer", "fg": 4123 }, + { "id": "overlay_male_wielded_hammer_sledge", "fg": 4124 }, + { "id": "overlay_male_wielded_hockey_stick", "fg": 4127 }, + { "id": "overlay_male_wielded_homewrecker", "fg": 4128 }, + { "id": "overlay_male_wielded_iceaxe", "fg": 4130 }, + { "id": "overlay_male_wielded_kukri", "fg": 4134 }, + { "id": "overlay_male_wielded_long_pole", "fg": 4135 }, + { "id": "overlay_male_wielded_longsword", "fg": 4136 }, + { "id": "overlay_male_wielded_lucern_hammer", "fg": 4137 }, + { "id": "overlay_male_wielded_mace", "fg": 4138 }, + { "id": "overlay_male_wielded_makeshift_crowbar", "fg": 4140 }, + { "id": "overlay_male_wielded_morningstar", "fg": 4141 }, + { "id": "overlay_male_wielded_nailbat", "fg": 4142 }, + { "id": "overlay_male_wielded_nailboard", "fg": 4143 }, + { "id": "overlay_male_wielded_pickaxe", "fg": 4144 }, + { "id": "overlay_male_wielded_poleaxe", "fg": 4147 }, + { "id": "overlay_male_wielded_pool_cue", "fg": 4148 }, + { "id": "overlay_male_wielded_primitive_axe", "fg": 4149 }, + { "id": "overlay_male_wielded_q_staff", "fg": 4150 }, + { "id": "overlay_male_wielded_scythe", "fg": 4154 }, + { "id": "overlay_male_wielded_spear_pipe", "fg": 4157 }, + { "id": "overlay_male_wielded_steel_pan", "fg": 4161 }, + { "id": "overlay_male_wielded_stick", "fg": 4162 } ] }, { diff --git a/gfx/NeoDaysTileset/tiles.png b/gfx/NeoDaysTileset/tiles.png index 8259255b90c8f..9264702bf6a4f 100644 Binary files a/gfx/NeoDaysTileset/tiles.png and b/gfx/NeoDaysTileset/tiles.png differ diff --git a/gfx/RetroDaysTileset/tile_config.json b/gfx/RetroDaysTileset/tile_config.json index 9fbce5491f88b..009000eb47978 100644 --- a/gfx/RetroDaysTileset/tile_config.json +++ b/gfx/RetroDaysTileset/tile_config.json @@ -5,468 +5,477 @@ "tiles-new": [ { "file": "tiles.png", - "//": "range 1 to 3375", + "//": "range 1 to 3391", "tiles": [ - { "id": "npc_female", "fg": 3, "rotates": false }, - { "id": "npc_male", "fg": 4, "rotates": false }, - { "id": "player_female", "fg": 1, "rotates": false }, - { "id": "player_male", "fg": 2, "rotates": false }, - { "id": "overlay_male_mutation_AMORPHOUS", "fg": 58 }, + { "id": "f_shrub_moss", "fg": [ { "weight": 1, "sprite": 5 }, { "weight": 1, "sprite": 6 } ] }, + { + "id": "t_lichen", + "fg": [ { "weight": 1, "sprite": 15 }, { "weight": 1, "sprite": 16 }, { "weight": 1, "sprite": 17 } ] + }, + { + "id": "t_lichendirt", + "fg": [ { "weight": 1, "sprite": 19 }, { "weight": 1, "sprite": 20 }, { "weight": 1, "sprite": 21 } ] + }, + { "id": "npc_female", "fg": 29, "rotates": false }, + { "id": "npc_male", "fg": 30, "rotates": false }, + { "id": "player_female", "fg": 27, "rotates": false }, + { "id": "player_male", "fg": 28, "rotates": false }, + { "id": "overlay_male_mutation_AMORPHOUS", "fg": 84 }, { "id": [ "overlay_male_mutation_BENDY2", "overlay_male_mutation_BENDY3", "overlay_male_mutation_BENDY1" ], - "fg": 56 - }, - { "id": [ "overlay_male_mutation_FLOWERS", "overlay_male_mutation_ROSEBUDS" ], "fg": 51 }, - { "id": "overlay_male_mutation_INT_UP_4", "fg": 44 }, - { "id": "overlay_male_mutation_PER_SLIME", "fg": 60 }, - { "id": "overlay_male_mutation_THRESH_ALPHA", "fg": 26 }, - { "id": "overlay_male_mutation_THRESH_BEAST", "fg": 31 }, - { "id": "overlay_male_mutation_THRESH_CEPHALOPOD", "fg": 42 }, - { "id": "overlay_male_mutation_THRESH_ELFA", "fg": 28 }, - { "id": "overlay_male_mutation_THRESH_MARLOSS", "fg": 24 }, - { "id": "overlay_male_mutation_THRESH_PLANT", "fg": 49 }, - { "id": "overlay_male_mutation_THRESH_SLIME", "fg": 54 }, - { "id": "overlay_male_mutation_THRESH_SPIDER", "fg": 46 }, - { "id": "overlay_male_mutation_THRESH_TROGLOBITE", "fg": 37 }, - { "id": "overlay_male_mutation_active_bio_infrared", "fg": 22 }, - { "id": "overlay_male_mutation_active_bio_night_vision", "fg": 20 }, + "fg": 82 + }, + { "id": [ "overlay_male_mutation_FLOWERS", "overlay_male_mutation_ROSEBUDS" ], "fg": 77 }, + { "id": "overlay_male_mutation_INT_UP_4", "fg": 70 }, + { "id": "overlay_male_mutation_PER_SLIME", "fg": 86 }, + { "id": "overlay_male_mutation_THRESH_ALPHA", "fg": 52 }, + { "id": "overlay_male_mutation_THRESH_BEAST", "fg": 57 }, + { "id": "overlay_male_mutation_THRESH_CEPHALOPOD", "fg": 68 }, + { "id": "overlay_male_mutation_THRESH_ELFA", "fg": 54 }, + { "id": "overlay_male_mutation_THRESH_MARLOSS", "fg": 50 }, + { "id": "overlay_male_mutation_THRESH_PLANT", "fg": 75 }, + { "id": "overlay_male_mutation_THRESH_SLIME", "fg": 80 }, + { "id": "overlay_male_mutation_THRESH_SPIDER", "fg": 72 }, + { "id": "overlay_male_mutation_THRESH_TROGLOBITE", "fg": 63 }, + { "id": "overlay_male_mutation_active_bio_infrared", "fg": 48 }, + { "id": "overlay_male_mutation_active_bio_night_vision", "fg": 46 }, { "id": [ "overlay_male_mutation_active_bio_scent_vision", "overlay_male_mutation_active_bio_blindfold" ], - "fg": 18 - }, - { "id": "overlay_male_mutation_bio_armor_arms", "fg": 10 }, - { "id": "overlay_male_mutation_bio_armor_head", "fg": 12 }, - { "id": "overlay_male_mutation_bio_armor_legs", "fg": 6 }, - { "id": "overlay_male_mutation_bio_armor_torso", "fg": 8 }, - { "id": "overlay_male_mutation_bio_blaster", "fg": 14 }, - { "id": "overlay_male_mutation_bio_deformity", "fg": 16 }, - { "id": "overlay_mutation_AMORPHOUS", "fg": 57 }, - { "id": [ "overlay_mutation_BENDY2", "overlay_mutation_BENDY3", "overlay_mutation_BENDY1" ], "fg": 55 }, - { "id": [ "overlay_mutation_FLOWERS", "overlay_mutation_ROSEBUDS" ], "fg": 50 }, - { "id": "overlay_mutation_INT_UP_4", "fg": 43 }, - { "id": "overlay_mutation_PER_SLIME", "fg": 59 }, - { "id": "overlay_mutation_PER_SLIME_OK", "fg": 61 }, - { "id": "overlay_mutation_THRESH_ALPHA", "fg": 25 }, - { "id": "overlay_mutation_THRESH_BEAST", "fg": 30 }, - { "id": "overlay_mutation_THRESH_BIRD", "fg": 38 }, - { "id": "overlay_mutation_THRESH_CEPHALOPOD", "fg": 41 }, - { "id": "overlay_mutation_THRESH_CHIMERA", "fg": 29 }, - { "id": "overlay_mutation_THRESH_ELFA", "fg": 27 }, - { "id": "overlay_mutation_THRESH_FELINE", "fg": 32 }, - { "id": "overlay_mutation_THRESH_FISH", "fg": 40 }, - { "id": "overlay_mutation_THRESH_INSECT", "fg": 47 }, - { "id": "overlay_mutation_THRESH_LUPINE", "fg": 33 }, - { "id": "overlay_mutation_THRESH_MARLOSS", "fg": 23 }, - { "id": "overlay_mutation_THRESH_MOUSE", "fg": 35 }, - { "id": "overlay_mutation_THRESH_MYCUS", "fg": 52 }, - { "id": "overlay_mutation_THRESH_PLANT", "fg": 48 }, - { "id": "overlay_mutation_THRESH_RAPTOR", "fg": 39 }, - { "id": "overlay_mutation_THRESH_RAT", "fg": 34 }, - { "id": "overlay_mutation_THRESH_SLIME", "fg": 53 }, - { "id": "overlay_mutation_THRESH_SPIDER", "fg": 45 }, - { "id": "overlay_mutation_THRESH_TROGLOBITE", "fg": 36 }, - { "id": "overlay_mutation_active_bio_infrared", "fg": 21 }, - { "id": "overlay_mutation_active_bio_night_vision", "fg": 19 }, - { "id": [ "overlay_mutation_active_bio_scent_vision", "overlay_mutation_active_bio_blindfold" ], "fg": 17 }, - { "id": "overlay_mutation_bio_armor_arms", "fg": 9 }, - { "id": "overlay_mutation_bio_armor_head", "fg": 11 }, - { "id": "overlay_mutation_bio_armor_legs", "fg": 5 }, - { "id": "overlay_mutation_bio_armor_torso", "fg": 7 }, - { "id": "overlay_mutation_bio_blaster", "fg": 13 }, - { "id": "overlay_mutation_bio_deformity", "fg": 15 }, + "fg": 44 + }, + { "id": "overlay_male_mutation_bio_armor_arms", "fg": 36 }, + { "id": "overlay_male_mutation_bio_armor_head", "fg": 38 }, + { "id": "overlay_male_mutation_bio_armor_legs", "fg": 32 }, + { "id": "overlay_male_mutation_bio_armor_torso", "fg": 34 }, + { "id": "overlay_male_mutation_bio_blaster", "fg": 40 }, + { "id": "overlay_male_mutation_bio_deformity", "fg": 42 }, + { "id": "overlay_mutation_AMORPHOUS", "fg": 83 }, + { "id": [ "overlay_mutation_BENDY2", "overlay_mutation_BENDY3", "overlay_mutation_BENDY1" ], "fg": 81 }, + { "id": [ "overlay_mutation_FLOWERS", "overlay_mutation_ROSEBUDS" ], "fg": 76 }, + { "id": "overlay_mutation_INT_UP_4", "fg": 69 }, + { "id": "overlay_mutation_PER_SLIME", "fg": 85 }, + { "id": "overlay_mutation_PER_SLIME_OK", "fg": 87 }, + { "id": "overlay_mutation_THRESH_ALPHA", "fg": 51 }, + { "id": "overlay_mutation_THRESH_BEAST", "fg": 56 }, + { "id": "overlay_mutation_THRESH_BIRD", "fg": 64 }, + { "id": "overlay_mutation_THRESH_CEPHALOPOD", "fg": 67 }, + { "id": "overlay_mutation_THRESH_CHIMERA", "fg": 55 }, + { "id": "overlay_mutation_THRESH_ELFA", "fg": 53 }, + { "id": "overlay_mutation_THRESH_FELINE", "fg": 58 }, + { "id": "overlay_mutation_THRESH_FISH", "fg": 66 }, + { "id": "overlay_mutation_THRESH_INSECT", "fg": 73 }, + { "id": "overlay_mutation_THRESH_LUPINE", "fg": 59 }, + { "id": "overlay_mutation_THRESH_MARLOSS", "fg": 49 }, + { "id": "overlay_mutation_THRESH_MOUSE", "fg": 61 }, + { "id": "overlay_mutation_THRESH_MYCUS", "fg": 78 }, + { "id": "overlay_mutation_THRESH_PLANT", "fg": 74 }, + { "id": "overlay_mutation_THRESH_RAPTOR", "fg": 65 }, + { "id": "overlay_mutation_THRESH_RAT", "fg": 60 }, + { "id": "overlay_mutation_THRESH_SLIME", "fg": 79 }, + { "id": "overlay_mutation_THRESH_SPIDER", "fg": 71 }, + { "id": "overlay_mutation_THRESH_TROGLOBITE", "fg": 62 }, + { "id": "overlay_mutation_active_bio_infrared", "fg": 47 }, + { "id": "overlay_mutation_active_bio_night_vision", "fg": 45 }, + { "id": [ "overlay_mutation_active_bio_scent_vision", "overlay_mutation_active_bio_blindfold" ], "fg": 43 }, + { "id": "overlay_mutation_bio_armor_arms", "fg": 35 }, + { "id": "overlay_mutation_bio_armor_head", "fg": 37 }, + { "id": "overlay_mutation_bio_armor_legs", "fg": 31 }, + { "id": "overlay_mutation_bio_armor_torso", "fg": 33 }, + { "id": "overlay_mutation_bio_blaster", "fg": 39 }, + { "id": "overlay_mutation_bio_deformity", "fg": 41 }, { "id": "fd_acid", - "fg": 83, + "fg": 109, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 84 }, - { "id": "corner", "fg": 85 }, - { "id": "edge", "fg": 86 }, - { "id": "end_piece", "fg": 87 }, - { "id": "t_connection", "fg": 88 }, - { "id": "unconnected", "fg": 83 } + { "id": "center", "fg": 110 }, + { "id": "corner", "fg": 111 }, + { "id": "edge", "fg": 112 }, + { "id": "end_piece", "fg": 113 }, + { "id": "t_connection", "fg": 114 }, + { "id": "unconnected", "fg": 109 } ] }, - { "id": "fd_acid_vent", "fg": 82, "rotates": false }, - { "id": "fd_bees", "fg": 63, "rotates": false }, + { "id": "fd_acid_vent", "fg": 108, "rotates": false }, + { "id": "fd_bees", "fg": 89, "rotates": false }, { "id": [ "fd_bile", "fd_gibs_veggy", "fd_sap" ], - "fg": 89, + "fg": 115, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 90 }, - { "id": "corner", "fg": 91 }, - { "id": "edge", "fg": 92 }, - { "id": "end_piece", "fg": 93 }, - { "id": "t_connection", "fg": 94 }, - { "id": "unconnected", "fg": 89 } + { "id": "center", "fg": 116 }, + { "id": "corner", "fg": 117 }, + { "id": "edge", "fg": 118 }, + { "id": "end_piece", "fg": 119 }, + { "id": "t_connection", "fg": 120 }, + { "id": "unconnected", "fg": 115 } ] }, - { "id": "fd_blood", "fg": 156, "rotates": false }, - { "id": [ "fd_blood_insect", "fd_gibs_insect" ], "fg": 159, "rotates": false }, - { "id": [ "fd_blood_invertebrate", "fd_gibs_invertebrate" ], "fg": 158, "rotates": false }, - { "id": "fd_blood_veggy", "fg": 157, "rotates": false }, + { "id": "fd_blood", "fg": 182, "rotates": false }, + { "id": [ "fd_blood_insect", "fd_gibs_insect" ], "fg": 185, "rotates": false }, + { "id": [ "fd_blood_invertebrate", "fd_gibs_invertebrate" ], "fg": 184, "rotates": false }, + { "id": "fd_blood_veggy", "fg": 183, "rotates": false }, { "id": [ "fd_cigsmoke", "fd_weedsmoke", "fd_methsmoke", "fd_cracksmoke" ], - "fg": 134, + "fg": 160, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 135 }, - { "id": "corner", "fg": 136 }, - { "id": "edge", "fg": 137 }, - { "id": "end_piece", "fg": 138 }, - { "id": "t_connection", "fg": 139 }, - { "id": "unconnected", "fg": 134 } + { "id": "center", "fg": 161 }, + { "id": "corner", "fg": 162 }, + { "id": "edge", "fg": 163 }, + { "id": "end_piece", "fg": 164 }, + { "id": "t_connection", "fg": 165 }, + { "id": "unconnected", "fg": 160 } ] }, - { "id": "fd_dazzling", "fg": 155, "rotates": false }, + { "id": "fd_dazzling", "fg": 181, "rotates": false }, { "id": "fd_electricity", - "fg": 96, + "fg": 122, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 97 }, - { "id": "corner", "fg": 98 }, - { "id": "edge", "fg": 99 }, - { "id": "end_piece", "fg": 100 }, - { "id": "t_connection", "fg": 101 }, - { "id": "unconnected", "fg": 96 } + { "id": "center", "fg": 123 }, + { "id": "corner", "fg": 124 }, + { "id": "edge", "fg": 125 }, + { "id": "end_piece", "fg": 126 }, + { "id": "t_connection", "fg": 127 }, + { "id": "unconnected", "fg": 122 } ] }, { "id": [ "fd_fatigue", "fd_relax_gas" ], - "fg": 128, + "fg": 154, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 129 }, - { "id": "corner", "fg": 130 }, - { "id": "edge", "fg": 131 }, - { "id": "end_piece", "fg": 132 }, - { "id": "t_connection", "fg": 133 }, - { "id": "unconnected", "fg": 128 } + { "id": "center", "fg": 155 }, + { "id": "corner", "fg": 156 }, + { "id": "edge", "fg": 157 }, + { "id": "end_piece", "fg": 158 }, + { "id": "t_connection", "fg": 159 }, + { "id": "unconnected", "fg": 154 } ] }, - { "id": "fd_fire_vent", "fg": 102, "rotates": false }, + { "id": "fd_fire_vent", "fg": 128, "rotates": false }, { "id": [ "fd_flame_burst", "fd_fire" ], - "fg": 108, + "fg": 134, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 103 }, - { "id": "corner", "fg": 104 }, - { "id": "edge", "fg": 105 }, - { "id": "end_piece", "fg": 106 }, - { "id": "t_connection", "fg": 107 }, - { "id": "unconnected", "fg": 108 } + { "id": "center", "fg": 129 }, + { "id": "corner", "fg": 130 }, + { "id": "edge", "fg": 131 }, + { "id": "end_piece", "fg": 132 }, + { "id": "t_connection", "fg": 133 }, + { "id": "unconnected", "fg": 134 } ] }, { "id": "fd_fungal_haze", - "fg": 122, + "fg": 148, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 123 }, - { "id": "corner", "fg": 124 }, - { "id": "edge", "fg": 125 }, - { "id": "end_piece", "fg": 126 }, - { "id": "t_connection", "fg": 127 }, - { "id": "unconnected", "fg": 122 } + { "id": "center", "fg": 149 }, + { "id": "corner", "fg": 150 }, + { "id": "edge", "fg": 151 }, + { "id": "end_piece", "fg": 152 }, + { "id": "t_connection", "fg": 153 }, + { "id": "unconnected", "fg": 148 } ] }, { "id": "fd_fungicidal_gas", - "fg": 109, + "fg": 135, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 110 }, - { "id": "corner", "fg": 111 }, - { "id": "edge", "fg": 112 }, - { "id": "end_piece", "fg": 113 }, - { "id": "t_connection", "fg": 114 }, - { "id": "unconnected", "fg": 109 } + { "id": "center", "fg": 136 }, + { "id": "corner", "fg": 137 }, + { "id": "edge", "fg": 138 }, + { "id": "end_piece", "fg": 139 }, + { "id": "t_connection", "fg": 140 }, + { "id": "unconnected", "fg": 135 } ] }, - { "id": "fd_gas_vent", "fg": 115, "rotates": false }, - { "id": "fd_gibs_flesh", "fg": 160, "rotates": false }, - { "id": [ "fd_hot_air1", "fd_hot_air2", "fd_hot_air3", "fd_hot_air4" ], "fg": 161, "rotates": false }, + { "id": "fd_gas_vent", "fg": 141, "rotates": false }, + { "id": "fd_gibs_flesh", "fg": 186, "rotates": false }, + { "id": [ "fd_hot_air1", "fd_hot_air2", "fd_hot_air3", "fd_hot_air4" ], "fg": 187, "rotates": false }, { "id": "fd_incendiary", - "fg": 1865, + "fg": 1891, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 103 }, - { "id": "corner", "fg": 104 }, - { "id": "edge", "fg": 105 }, - { "id": "end_piece", "fg": 106 }, - { "id": "t_connection", "fg": 107 }, - { "id": "unconnected", "fg": 1865 } + { "id": "center", "fg": 129 }, + { "id": "corner", "fg": 130 }, + { "id": "edge", "fg": 131 }, + { "id": "end_piece", "fg": 132 }, + { "id": "t_connection", "fg": 133 }, + { "id": "unconnected", "fg": 1891 } ] }, - { "id": "fd_laser", "fg": 145 }, - { "id": "fd_plasma", "fg": 146 }, - { "id": "fd_shock_vent", "fg": 95, "rotates": false }, + { "id": "fd_laser", "fg": 171 }, + { "id": "fd_plasma", "fg": 172 }, + { "id": "fd_shock_vent", "fg": 121, "rotates": false }, { "id": "fd_slime", - "fg": 70, + "fg": 96, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 71 }, - { "id": "corner", "fg": 72 }, - { "id": "edge", "fg": 73 }, - { "id": "end_piece", "fg": 74 }, - { "id": "t_connection", "fg": 75 }, - { "id": "unconnected", "fg": 70 } + { "id": "center", "fg": 97 }, + { "id": "corner", "fg": 98 }, + { "id": "edge", "fg": 99 }, + { "id": "end_piece", "fg": 100 }, + { "id": "t_connection", "fg": 101 }, + { "id": "unconnected", "fg": 96 } ] }, { "id": "fd_sludge", - "fg": 76, + "fg": 102, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 77 }, - { "id": "corner", "fg": 78 }, - { "id": "edge", "fg": 79 }, - { "id": "end_piece", "fg": 80 }, - { "id": "t_connection", "fg": 81 }, - { "id": "unconnected", "fg": 76 } + { "id": "center", "fg": 103 }, + { "id": "corner", "fg": 104 }, + { "id": "edge", "fg": 105 }, + { "id": "end_piece", "fg": 106 }, + { "id": "t_connection", "fg": 107 }, + { "id": "unconnected", "fg": 102 } ] }, { "id": [ "fd_smoke", "fd_tear_gas" ], - "fg": 165, + "fg": 191, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 140 }, - { "id": "corner", "fg": 141 }, - { "id": "edge", "fg": 142 }, - { "id": "end_piece", "fg": 143 }, - { "id": "t_connection", "fg": 144 }, - { "id": "unconnected", "fg": 165 } + { "id": "center", "fg": 166 }, + { "id": "corner", "fg": 167 }, + { "id": "edge", "fg": 168 }, + { "id": "end_piece", "fg": 169 }, + { "id": "t_connection", "fg": 170 }, + { "id": "unconnected", "fg": 191 } ] }, - { "id": "fd_spotlight", "fg": 62, "rotates": false }, + { "id": "fd_spotlight", "fg": 88, "rotates": false }, { "id": [ "fd_tindalos_gas" ], - "fg": 147, + "fg": 173, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 148 }, - { "id": "corner", "fg": 149 }, - { "id": "edge", "fg": 150 }, - { "id": "end_piece", "fg": 151 }, - { "id": "t_connection", "fg": 152 }, - { "id": "unconnected", "fg": 147 } + { "id": "center", "fg": 174 }, + { "id": "corner", "fg": 175 }, + { "id": "edge", "fg": 176 }, + { "id": "end_piece", "fg": 177 }, + { "id": "t_connection", "fg": 178 }, + { "id": "unconnected", "fg": 173 } ] }, - { "id": "fd_tindalos_rift", "fg": 153, "rotates": false }, + { "id": "fd_tindalos_rift", "fg": 179, "rotates": false }, { "id": [ "fd_toxic_gas", "fd_nuke_gas" ], - "fg": 116, + "fg": 142, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 117 }, - { "id": "corner", "fg": 118 }, - { "id": "edge", "fg": 119 }, - { "id": "end_piece", "fg": 120 }, - { "id": "t_connection", "fg": 121 }, - { "id": "unconnected", "fg": 116 } + { "id": "center", "fg": 143 }, + { "id": "corner", "fg": 144 }, + { "id": "edge", "fg": 145 }, + { "id": "end_piece", "fg": 146 }, + { "id": "t_connection", "fg": 147 }, + { "id": "unconnected", "fg": 142 } ] }, { "id": "fd_web", - "fg": 64, + "fg": 90, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 65 }, - { "id": "corner", "fg": 66 }, - { "id": "edge", "fg": 67 }, - { "id": "end_piece", "fg": 68 }, - { "id": "t_connection", "fg": 69 }, - { "id": "unconnected", "fg": 64 } + { "id": "center", "fg": 91 }, + { "id": "corner", "fg": 92 }, + { "id": "edge", "fg": 93 }, + { "id": "end_piece", "fg": 94 }, + { "id": "t_connection", "fg": 95 }, + { "id": "unconnected", "fg": 90 } ] }, - { "id": "f_air_conditioner", "fg": 363, "rotates": false }, - { "id": "f_alien_anemone", "fg": 177, "rotates": false }, - { "id": "f_alien_gasper", "fg": 179, "rotates": false }, - { "id": "f_alien_pod", "fg": 175, "rotates": false }, - { "id": "f_alien_pod_organ", "fg": 174, "rotates": false }, - { "id": "f_alien_pod_resin", "fg": 176, "rotates": false }, - { "id": "f_alien_scar", "fg": 178, "rotates": false }, + { "id": "f_air_conditioner", "fg": 389, "rotates": false }, + { "id": "f_alien_anemone", "fg": 203, "rotates": false }, + { "id": "f_alien_gasper", "fg": 205, "rotates": false }, + { "id": "f_alien_pod", "fg": 201, "rotates": false }, + { "id": "f_alien_pod_organ", "fg": 200, "rotates": false }, + { "id": "f_alien_pod_resin", "fg": 202, "rotates": false }, + { "id": "f_alien_scar", "fg": 204, "rotates": false }, { "id": "f_alien_table", - "fg": 2656, + "fg": 2682, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 182 }, - { "id": "corner", "fg": 183 }, - { "id": "edge", "fg": 184 }, - { "id": "end_piece", "fg": 185 }, - { "id": "t_connection", "fg": 186 }, - { "id": "unconnected", "fg": 181 } + { "id": "center", "fg": 208 }, + { "id": "corner", "fg": 209 }, + { "id": "edge", "fg": 210 }, + { "id": "end_piece", "fg": 211 }, + { "id": "t_connection", "fg": 212 }, + { "id": "unconnected", "fg": 207 } ] }, - { "id": "f_alien_tendril", "fg": 173, "rotates": false }, - { "id": "f_alien_zapper", "fg": 180, "rotates": false }, - { "id": "f_arcade_machine", "fg": 372, "rotates": false }, - { "id": "f_armchair", "fg": 354, "rotates": false }, - { "id": "f_ash", "fg": 199, "rotates": false }, - { "id": [ "f_aut_gas_console", "vp_controls_electronic", "t_console" ], "fg": 209, "rotates": false }, - { "id": [ "f_autoclave", "f_autoclave_full" ], "fg": 172, "rotates": false }, - { "id": "f_autodoc", "fg": 204, "rotates": false }, - { "id": [ "f_autodoc_couch", "f_sofa" ], "fg": 273, "rotates": false }, - { "id": "f_ball_mach", "fg": 267, "rotates": false }, - { "id": "f_barricade_road", "fg": 347, "rotates": false }, + { "id": "f_alien_tendril", "fg": 199, "rotates": false }, + { "id": "f_alien_zapper", "fg": 206, "rotates": false }, + { "id": "f_arcade_machine", "fg": 398, "rotates": false }, + { "id": "f_armchair", "fg": 380, "rotates": false }, + { "id": "f_ash", "fg": 225, "rotates": false }, + { "id": [ "f_aut_gas_console", "vp_controls_electronic", "t_console" ], "fg": 235, "rotates": false }, + { "id": [ "f_autoclave", "f_autoclave_full" ], "fg": 198, "rotates": false }, + { "id": "f_autodoc", "fg": 230, "rotates": false }, + { "id": [ "f_autodoc_couch", "f_sofa" ], "fg": 299, "rotates": false }, + { "id": "f_ball_mach", "fg": 293, "rotates": false }, + { "id": "f_barricade_road", "fg": 373, "rotates": false }, { "id": "f_bathtub", - "fg": 287, + "fg": 313, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 288 }, - { "id": "corner", "fg": 289 }, - { "id": "edge", "fg": 290 }, - { "id": "end_piece", "fg": 291 }, - { "id": "t_connection", "fg": 292 }, - { "id": "unconnected", "fg": 287 } + { "id": "center", "fg": 314 }, + { "id": "corner", "fg": 315 }, + { "id": "edge", "fg": 316 }, + { "id": "end_piece", "fg": 317 }, + { "id": "t_connection", "fg": 318 }, + { "id": "unconnected", "fg": 313 } ] }, { "id": "f_bed", - "fg": 242, + "fg": 268, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 243 }, - { "id": "corner", "fg": 244 }, - { "id": "edge", "fg": 245 }, - { "id": "end_piece", "fg": 246 }, - { "id": "t_connection", "fg": 247 }, - { "id": "unconnected", "fg": 242 } + { "id": "center", "fg": 269 }, + { "id": "corner", "fg": 270 }, + { "id": "edge", "fg": 271 }, + { "id": "end_piece", "fg": 272 }, + { "id": "t_connection", "fg": 273 }, + { "id": "unconnected", "fg": 268 } ] }, { "id": "f_bench", - "fg": 351, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 352 } ] - }, - { "id": "f_bigmirror", "fg": 370, "rotates": false }, - { "id": "f_bigmirror_b", "fg": 371, "rotates": false }, - { "id": "f_birdbath", "fg": 284, "rotates": false }, - { "id": "f_black_eyed_susan", "fg": 316, "rotates": false }, - { "id": "f_blade", "fg": 293, "rotates": false }, - { "id": "f_bluebell", "fg": 309, "rotates": false }, - { "id": "f_bookcase", "fg": 210, "rotates": false }, - { "id": "f_boulder_large", "fg": 301, "rotates": false }, - { "id": "f_boulder_medium", "fg": 302, "rotates": false }, - { "id": "f_boulder_small", "fg": 303, "rotates": false }, - { "id": "f_brazier", "fg": 286, "rotates": false }, - { "id": "f_butcher_rack", "fg": 337, "rotates": false }, - { "id": "f_cattails", "fg": 304, "rotates": false }, - { "id": [ "f_cellphone_booster", "f_TV_antenna", "f_spike" ], "fg": 294, "rotates": false }, - { "id": "f_chamomile", "fg": 319, "rotates": false }, - { "id": "f_chemical_mixer", "fg": 365, "rotates": false }, - { "id": "f_chimney", "fg": 297, "rotates": false }, - { "id": "f_clay_kiln", "fg": 218, "rotates": false }, - { "id": "f_coffin_c", "fg": 355, "rotates": false }, - { "id": "f_coffin_o", "fg": 356, "rotates": false }, + "fg": 377, + "rotates": true, + "multitile": true, + "additional_tiles": [ { "id": "t_connection", "fg": 378 } ] + }, + { "id": "f_bigmirror", "fg": 396, "rotates": false }, + { "id": "f_bigmirror_b", "fg": 397, "rotates": false }, + { "id": "f_birdbath", "fg": 310, "rotates": false }, + { "id": "f_black_eyed_susan", "fg": 342, "rotates": false }, + { "id": "f_blade", "fg": 319, "rotates": false }, + { "id": "f_bluebell", "fg": 335, "rotates": false }, + { "id": "f_bookcase", "fg": 236, "rotates": false }, + { "id": "f_boulder_large", "fg": 327, "rotates": false }, + { "id": "f_boulder_medium", "fg": 328, "rotates": false }, + { "id": "f_boulder_small", "fg": 329, "rotates": false }, + { "id": "f_brazier", "fg": 312, "rotates": false }, + { "id": "f_butcher_rack", "fg": 363, "rotates": false }, + { "id": "f_cattails", "fg": 330, "rotates": false }, + { "id": [ "f_cellphone_booster", "f_TV_antenna", "f_spike" ], "fg": 320, "rotates": false }, + { "id": "f_chamomile", "fg": 345, "rotates": false }, + { "id": "f_chemical_mixer", "fg": 391, "rotates": false }, + { "id": "f_chimney", "fg": 323, "rotates": false }, + { "id": "f_clay_kiln", "fg": 244, "rotates": false }, + { "id": "f_coffin_c", "fg": 381, "rotates": false }, + { "id": "f_coffin_o", "fg": 382, "rotates": false }, { "id": "f_counter", - "fg": 261, + "fg": 287, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 262 }, - { "id": "corner", "fg": 263 }, - { "id": "edge", "fg": 264 }, - { "id": "end_piece", "fg": 265 }, - { "id": "t_connection", "fg": 266 }, - { "id": "unconnected", "fg": 261 } + { "id": "center", "fg": 288 }, + { "id": "corner", "fg": 289 }, + { "id": "edge", "fg": 290 }, + { "id": "end_piece", "fg": 291 }, + { "id": "t_connection", "fg": 292 }, + { "id": "unconnected", "fg": 287 } ] }, - { "id": "f_counter_gate_c", "fg": 188, "rotates": false }, - { "id": "f_counter_gate_o", "fg": 189, "rotates": false }, - { "id": "f_crate_c", "fg": 349, "rotates": false }, - { "id": "f_crate_o", "fg": 350, "rotates": false }, - { "id": [ "f_cupboard", "t_sai_box" ], "fg": 213, "rotates": false }, - { "id": [ "f_curtain_open", "t_door_curtain_o" ], "fg": 202, "rotates": false }, - { "id": [ "f_curtain", "t_door_curtain_c" ], "fg": 201, "rotates": false }, - { "id": "f_dahlia", "fg": 310, "rotates": false }, - { "id": "f_dandelion", "fg": 307, "rotates": false }, - { "id": "f_datura", "fg": 308, "rotates": false }, + { "id": "f_counter_gate_c", "fg": 214, "rotates": false }, + { "id": "f_counter_gate_o", "fg": 215, "rotates": false }, + { "id": "f_crate_c", "fg": 375, "rotates": false }, + { "id": "f_crate_o", "fg": 376, "rotates": false }, + { "id": [ "f_cupboard", "t_sai_box" ], "fg": 239, "rotates": false }, + { "id": [ "f_curtain_open", "t_door_curtain_o" ], "fg": 228, "rotates": false }, + { "id": [ "f_curtain", "t_door_curtain_c" ], "fg": 227, "rotates": false }, + { "id": "f_dahlia", "fg": 336, "rotates": false }, + { "id": "f_dandelion", "fg": 333, "rotates": false }, + { "id": "f_datura", "fg": 334, "rotates": false }, { "id": "f_desk", - "fg": 267, + "fg": 293, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 268 }, - { "id": "corner", "fg": 269 }, - { "id": "edge", "fg": 270 }, - { "id": "end_piece", "fg": 271 }, - { "id": "t_connection", "fg": 272 }, - { "id": "unconnected", "fg": 267 } + { "id": "center", "fg": 294 }, + { "id": "corner", "fg": 295 }, + { "id": "edge", "fg": 296 }, + { "id": "end_piece", "fg": 297 }, + { "id": "t_connection", "fg": 298 }, + { "id": "unconnected", "fg": 293 } ] }, - { "id": "f_displaycase", "fg": 381, "rotates": false }, - { "id": "f_displaycase_b", "fg": 382, "rotates": false }, - { "id": "f_dive_block", "fg": 389, "rotates": false }, - { "id": "f_dresser", "fg": 344, "rotates": false }, - { "id": "f_dryer", "fg": 367, "rotates": false }, - { "id": [ "f_egg_sackcs", "mon_trapdoor_egg", "f_egg_sackbw" ], "fg": 299, "rotates": false }, - { "id": "f_egg_sacke", "fg": 300, "rotates": false }, - { "id": "f_egg_sackws", "fg": 298, "rotates": false }, - { "id": "f_ergometer", "fg": 374, "rotates": false }, - { "id": "f_exercise", "fg": 376, "rotates": false }, - { "id": [ "f_filing_cabinet", "f_file_cabinet" ], "fg": 340, "rotates": false }, - { "id": "f_fireplace", "fg": 334, "rotates": false }, - { "id": "f_firering", "fg": 335, "rotates": false }, - { "id": "f_floor_canvas", "fg": 377, "rotates": false }, - { "id": "f_flower_fungal", "fg": 313, "rotates": false }, - { "id": "f_flower_marloss", "fg": 312, "rotates": false }, - { "id": "f_flower_spurge", "fg": 315, "rotates": false }, - { "id": "f_flower_tulip", "fg": 306, "rotates": false }, - { "id": [ "f_forge", "char_forge" ], "fg": 332, "rotates": false }, - { "id": "f_forge_rock", "fg": 217, "rotates": false }, - { "id": "f_fridge", "fg": 368, "rotates": false }, - { "id": [ "f_fume_hood", "t_switchgear_l" ], "fg": 212, "rotates": false }, - { "id": "f_fungal_clump", "fg": 328, "rotates": false }, - { "id": "f_fungal_mass", "fg": 329, "rotates": false }, - { "id": "f_fvat_empty", "fg": 387, "rotates": false }, - { "id": "f_fvat_full", "fg": 388, "rotates": false }, - { "id": "f_glass_cabinet", "fg": 341, "rotates": false }, - { "id": "f_glass_fridge", "fg": 369, "rotates": false }, - { "id": "f_grave_head", "fg": 358, "rotates": false }, - { "id": "f_grave_monument", "fg": 359, "rotates": false }, - { "id": "f_grave_stone", "fg": 360, "rotates": false }, - { "id": "f_grave_stone_old", "fg": 361, "rotates": false }, + { "id": "f_displaycase", "fg": 407, "rotates": false }, + { "id": "f_displaycase_b", "fg": 408, "rotates": false }, + { "id": "f_dive_block", "fg": 415, "rotates": false }, + { "id": "f_dresser", "fg": 370, "rotates": false }, + { "id": "f_dryer", "fg": 393, "rotates": false }, + { "id": [ "f_egg_sackcs", "mon_trapdoor_egg", "f_egg_sackbw" ], "fg": 325, "rotates": false }, + { "id": "f_egg_sacke", "fg": 326, "rotates": false }, + { "id": "f_egg_sackws", "fg": 324, "rotates": false }, + { "id": "f_ergometer", "fg": 400, "rotates": false }, + { "id": "f_exercise", "fg": 402, "rotates": false }, + { "id": [ "f_filing_cabinet", "f_file_cabinet" ], "fg": 366, "rotates": false }, + { "id": "f_fireplace", "fg": 360, "rotates": false }, + { "id": "f_firering", "fg": 361, "rotates": false }, + { "id": "f_floor_canvas", "fg": 403, "rotates": false }, + { "id": "f_flower_fungal", "fg": 339, "rotates": false }, + { "id": "f_flower_marloss", "fg": 338, "rotates": false }, + { "id": "f_flower_spurge", "fg": 341, "rotates": false }, + { "id": "f_flower_tulip", "fg": 332, "rotates": false }, + { "id": [ "f_forge", "char_forge" ], "fg": 358, "rotates": false }, + { "id": "f_forge_rock", "fg": 243, "rotates": false }, + { "id": "f_fridge", "fg": 394, "rotates": false }, + { "id": [ "f_fume_hood", "t_switchgear_l" ], "fg": 238, "rotates": false }, + { "id": "f_fungal_clump", "fg": 354, "rotates": false }, + { "id": "f_fungal_mass", "fg": 355, "rotates": false }, + { "id": "f_fvat_empty", "fg": 413, "rotates": false }, + { "id": "f_fvat_full", "fg": 414, "rotates": false }, + { "id": "f_glass_cabinet", "fg": 367, "rotates": false }, + { "id": "f_glass_fridge", "fg": 395, "rotates": false }, + { "id": "f_grave_head", "fg": 384, "rotates": false }, + { "id": "f_grave_monument", "fg": 385, "rotates": false }, + { "id": "f_grave_stone", "fg": 386, "rotates": false }, + { "id": "f_grave_stone_old", "fg": 387, "rotates": false }, { "id": [ "f_groundsheet", "f_fema_groundsheet", "f_large_groundsheet", "f_center_groundsheet" ], - "fg": 208, + "fg": 234, "rotates": false }, - { "id": [ "f_gun_safe_el", "f_gunsafe_ml", "f_safe_c" ], "fg": 383, "rotates": false }, - { "id": "f_hay", "fg": 327, "rotates": false }, - { "id": "f_home_furnace", "fg": 207, "rotates": false }, - { "id": "f_indoor_plant", "fg": 326, "rotates": false }, - { "id": "f_indoor_plant_y", "fg": 325, "rotates": false }, + { "id": [ "f_gun_safe_el", "f_gunsafe_ml", "f_safe_c" ], "fg": 409, "rotates": false }, + { "id": "f_hay", "fg": 353, "rotates": false }, + { "id": "f_home_furnace", "fg": 233, "rotates": false }, + { "id": "f_indoor_plant", "fg": 352, "rotates": false }, + { "id": "f_indoor_plant_y", "fg": 351, "rotates": false }, { "id": [ "f_kiln_metal_empty", @@ -479,37 +488,37 @@ "vp_fuel_bunker", "f_kiln_empty" ], - "fg": 331, + "fg": 357, "rotates": false }, - { "id": [ "f_kiln_metal_full", "kiln_full", "f_kiln_full" ], "fg": 333, "rotates": false }, - { "id": "f_ladder", "fg": 166, "rotates": false }, - { "id": "f_lane", "fg": 348, "rotates": true }, - { "id": [ "f_large_canvas_door", "f_canvas_door" ], "fg": 231, "rotates": false }, - { "id": [ "f_large_canvas_door_o", "f_canvas_door_o" ], "fg": 232, "rotates": false }, + { "id": [ "f_kiln_metal_full", "kiln_full", "f_kiln_full" ], "fg": 359, "rotates": false }, + { "id": "f_ladder", "fg": 192, "rotates": false }, + { "id": "f_lane", "fg": 374, "rotates": true }, + { "id": [ "f_large_canvas_door", "f_canvas_door" ], "fg": 257, "rotates": false }, + { "id": [ "f_large_canvas_door_o", "f_canvas_door_o" ], "fg": 258, "rotates": false }, { "id": [ "f_large_canvas_wall", "f_canvas_wall" ], - "fg": 1649, + "fg": 1675, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 226 }, - { "id": "corner", "fg": 227 }, - { "id": "edge", "fg": 228 }, - { "id": "end_piece", "fg": 229 }, - { "id": "t_connection", "fg": 230 }, - { "id": "unconnected", "fg": 1649 } + { "id": "center", "fg": 252 }, + { "id": "corner", "fg": 253 }, + { "id": "edge", "fg": 254 }, + { "id": "end_piece", "fg": 255 }, + { "id": "t_connection", "fg": 256 }, + { "id": "unconnected", "fg": 1675 } ] }, - { "id": "f_leather_tarp", "fg": 162, "rotates": false }, - { "id": "f_lily", "fg": 311, "rotates": false }, - { "id": "f_lilypad", "fg": 305, "rotates": false }, - { "id": [ "f_locker", "t_switchgear_s" ], "fg": 211, "rotates": false }, - { "id": "f_lotus", "fg": 318, "rotates": false }, - { "id": "f_mailbox", "fg": 362, "rotates": false }, - { "id": "f_makeshift_bed", "fg": 242, "rotates": false }, - { "id": "f_metal_butcher_rack", "fg": 336, "rotates": false }, - { "id": "f_mutpoppy", "fg": 314, "rotates": false }, + { "id": "f_leather_tarp", "fg": 188, "rotates": false }, + { "id": "f_lily", "fg": 337, "rotates": false }, + { "id": "f_lilypad", "fg": 331, "rotates": false }, + { "id": [ "f_locker", "t_switchgear_s" ], "fg": 237, "rotates": false }, + { "id": "f_lotus", "fg": 344, "rotates": false }, + { "id": "f_mailbox", "fg": 388, "rotates": false }, + { "id": "f_makeshift_bed", "fg": 268, "rotates": false }, + { "id": "f_metal_butcher_rack", "fg": 362, "rotates": false }, + { "id": "f_mutpoppy", "fg": 340, "rotates": false }, { "id": [ "f_mutpoppy_season_winter", @@ -526,180 +535,180 @@ "f_flower_marloss_season_winter", "f_flower_tulip_season_winter" ], - "fg": 320, + "fg": 346, "rotates": false }, - { "id": [ "f_oven", "t_sai_box_damaged" ], "fg": 214, "rotates": false }, - { "id": "f_piano", "fg": 342, "rotates": false }, + { "id": [ "f_oven", "t_sai_box_damaged" ], "fg": 240, "rotates": false }, + { "id": "f_piano", "fg": 368, "rotates": false }, { "id": "f_pillow_fort", - "fg": 248, + "fg": 274, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 249 }, - { "id": "corner", "fg": [ 250, 251, 252, 253 ] }, - { "id": "edge", "fg": [ 254, 248, 254, 248 ] }, - { "id": "end_piece", "fg": [ 255, 248, 256, 248 ] }, - { "id": "t_connection", "fg": [ 257, 258, 259, 260 ] }, - { "id": "unconnected", "fg": 248 } + { "id": "center", "fg": 275 }, + { "id": "corner", "fg": [ 276, 277, 278, 279 ] }, + { "id": "edge", "fg": [ 280, 274, 280, 274 ] }, + { "id": "end_piece", "fg": [ 281, 274, 282, 274 ] }, + { "id": "t_connection", "fg": [ 283, 284, 285, 286 ] }, + { "id": "unconnected", "fg": 274 } ] }, - { "id": "f_pinball_machine", "fg": 373, "rotates": false }, - { "id": "f_plant_harvest", "fg": 324, "rotates": false }, - { "id": "f_plant_mature", "fg": 323, "rotates": false }, - { "id": "f_plant_seed", "fg": 321, "rotates": false }, - { "id": "f_plant_seedling", "fg": 322, "rotates": false }, - { "id": "f_planter", "fg": 167, "rotates": false }, - { "id": "f_planter_harvest", "fg": 171, "rotates": false }, - { "id": "f_planter_mature", "fg": 170, "rotates": false }, - { "id": "f_planter_seed", "fg": 168, "rotates": false }, - { "id": "f_planter_seedling", "fg": 169, "rotates": false }, + { "id": "f_pinball_machine", "fg": 399, "rotates": false }, + { "id": "f_plant_harvest", "fg": 350, "rotates": false }, + { "id": "f_plant_mature", "fg": 349, "rotates": false }, + { "id": "f_plant_seed", "fg": 347, "rotates": false }, + { "id": "f_plant_seedling", "fg": 348, "rotates": false }, + { "id": "f_planter", "fg": 193, "rotates": false }, + { "id": "f_planter_harvest", "fg": 197, "rotates": false }, + { "id": "f_planter_mature", "fg": 196, "rotates": false }, + { "id": "f_planter_seed", "fg": 194, "rotates": false }, + { "id": "f_planter_seedling", "fg": 195, "rotates": false }, { "id": "f_pool_table", - "fg": 239, + "fg": 265, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 240 }, { "id": "t_connection", "fg": 239 } ] + "additional_tiles": [ { "id": "corner", "fg": 266 }, { "id": "t_connection", "fg": 265 } ] }, - { "id": "f_rack_coat", "fg": 345, "rotates": false }, - { "id": "f_rack_wood", "fg": 192, "rotates": false }, + { "id": "f_rack_coat", "fg": 371, "rotates": false }, + { "id": "f_rack_wood", "fg": 218, "rotates": false }, { "id": [ "f_recycle_bin", "f_dumpster" ], - "fg": 233, + "fg": 259, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 234 }, - { "id": "corner", "fg": 235 }, - { "id": "edge", "fg": 236 }, - { "id": "end_piece", "fg": 237 }, - { "id": "t_connection", "fg": 238 }, - { "id": "unconnected", "fg": 233 } + { "id": "center", "fg": 260 }, + { "id": "corner", "fg": 261 }, + { "id": "edge", "fg": 262 }, + { "id": "end_piece", "fg": 263 }, + { "id": "t_connection", "fg": 264 }, + { "id": "unconnected", "fg": 259 } ] }, - { "id": "f_robotic_arm", "fg": 205, "rotates": false }, - { "id": "f_roof_turbine_vent", "fg": 296, "rotates": false }, - { "id": "f_rubble", "fg": 200, "rotates": false }, + { "id": "f_robotic_arm", "fg": 231, "rotates": false }, + { "id": "f_roof_turbine_vent", "fg": 322, "rotates": false }, + { "id": "f_rubble", "fg": 226, "rotates": false }, { "id": "f_rubble_landfill", - "fg": 2622, - "bg": 163, + "fg": 2648, + "bg": 189, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 163 }, - { "id": "corner", "fg": 2623, "bg": 163 }, - { "id": "edge", "fg": 2624, "bg": 163 }, - { "id": "end_piece", "fg": 2625, "bg": 163 }, - { "id": "t_connection", "fg": 2626, "bg": 163 }, - { "id": "unconnected", "fg": 2622, "bg": 163 } + { "id": "center", "bg": 189 }, + { "id": "corner", "fg": 2649, "bg": 189 }, + { "id": "edge", "fg": 2650, "bg": 189 }, + { "id": "end_piece", "fg": 2651, "bg": 189 }, + { "id": "t_connection", "fg": 2652, "bg": 189 }, + { "id": "unconnected", "fg": 2648, "bg": 189 } ] }, { "id": "f_rubble_landfill_season_winter", - "fg": 2622, - "bg": 164, + "fg": 2648, + "bg": 190, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 164 }, - { "id": "corner", "fg": 2623, "bg": 164 }, - { "id": "edge", "fg": 2624, "bg": 164 }, - { "id": "end_piece", "fg": 2625, "bg": 164 }, - { "id": "t_connection", "fg": 2626, "bg": 164 }, - { "id": "unconnected", "fg": 2622, "bg": 164 } + { "id": "center", "bg": 190 }, + { "id": "corner", "fg": 2649, "bg": 190 }, + { "id": "edge", "fg": 2650, "bg": 190 }, + { "id": "end_piece", "fg": 2651, "bg": 190 }, + { "id": "t_connection", "fg": 2652, "bg": 190 }, + { "id": "unconnected", "fg": 2648, "bg": 190 } ] }, - { "id": [ "f_safe_l", "f_gunsafe_mj" ], "fg": 384, "rotates": false }, - { "id": "f_safe_o", "fg": 385, "rotates": false }, + { "id": [ "f_safe_l", "f_gunsafe_mj" ], "fg": 410, "rotates": false }, + { "id": "f_safe_o", "fg": 411, "rotates": false }, { "id": "f_sandbag_wall", - "fg": 193, + "fg": 219, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 194 }, - { "id": "corner", "fg": 195 }, - { "id": "edge", "fg": 196 }, - { "id": "end_piece", "fg": 197 }, - { "id": "t_connection", "fg": 198 }, - { "id": "unconnected", "fg": 193 } + { "id": "center", "fg": 220 }, + { "id": "corner", "fg": 221 }, + { "id": "edge", "fg": 222 }, + { "id": "end_piece", "fg": 223 }, + { "id": "t_connection", "fg": 224 }, + { "id": "unconnected", "fg": 219 } ] }, - { "id": "f_shackle", "fg": 281, "rotates": false }, - { "id": "f_shower", "fg": 282, "rotates": false }, - { "id": [ "f_sign", "f_bulletin" ], "fg": 346, "rotates": false }, - { "id": "f_sink", "fg": 285, "rotates": false }, - { "id": "f_skin_door", "fg": 224, "rotates": false }, - { "id": "f_skin_door_o", "fg": 225, "rotates": false }, + { "id": "f_shackle", "fg": 307, "rotates": false }, + { "id": "f_shower", "fg": 308, "rotates": false }, + { "id": [ "f_sign", "f_bulletin" ], "fg": 372, "rotates": false }, + { "id": "f_sink", "fg": 311, "rotates": false }, + { "id": "f_skin_door", "fg": 250, "rotates": false }, + { "id": "f_skin_door_o", "fg": 251, "rotates": false }, { "id": "f_skin_wall", - "fg": 1648, + "fg": 1674, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 219 }, - { "id": "corner", "fg": 220 }, - { "id": "edge", "fg": 221 }, - { "id": "end_piece", "fg": 222 }, - { "id": "t_connection", "fg": 223 }, - { "id": "unconnected", "fg": 1648 } + { "id": "center", "fg": 245 }, + { "id": "corner", "fg": 246 }, + { "id": "edge", "fg": 247 }, + { "id": "end_piece", "fg": 248 }, + { "id": "t_connection", "fg": 249 }, + { "id": "unconnected", "fg": 1674 } ] }, - { "id": "f_slab", "fg": 357, "rotates": false }, - { "id": "f_smoking_rack", "fg": 338, "rotates": false }, - { "id": "f_smoking_rack_active", "fg": 165, "rotates": false }, - { "id": "f_speaker_cabinet", "fg": 187, "rotates": false }, - { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 215, "rotates": false }, - { "id": [ "f_stool", "f_chair" ], "fg": 353, "rotates": false }, - { "id": [ "f_straw_bed", "tr_fur_rollmat" ], "fg": 241, "rotates": false }, - { "id": "f_street_light", "fg": 190, "rotates": false }, - { "id": "f_sunflower", "fg": 317, "rotates": false }, + { "id": "f_slab", "fg": 383, "rotates": false }, + { "id": "f_smoking_rack", "fg": 364, "rotates": false }, + { "id": "f_smoking_rack_active", "fg": 191, "rotates": false }, + { "id": "f_speaker_cabinet", "fg": 213, "rotates": false }, + { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 241, "rotates": false }, + { "id": [ "f_stool", "f_chair" ], "fg": 379, "rotates": false }, + { "id": [ "f_straw_bed", "tr_fur_rollmat" ], "fg": 267, "rotates": false }, + { "id": "f_street_light", "fg": 216, "rotates": false }, + { "id": "f_sunflower", "fg": 343, "rotates": false }, { "id": "f_table", - "fg": 274, + "fg": 300, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 275 }, - { "id": "corner", "fg": 276 }, - { "id": "edge", "fg": 277 }, - { "id": "end_piece", "fg": 278 }, - { "id": "t_connection", "fg": 279 }, - { "id": "unconnected", "fg": 274 } + { "id": "center", "fg": 301 }, + { "id": "corner", "fg": 302 }, + { "id": "edge", "fg": 303 }, + { "id": "end_piece", "fg": 304 }, + { "id": "t_connection", "fg": 305 }, + { "id": "unconnected", "fg": 300 } ] }, - { "id": "f_target", "fg": 216, "rotates": false }, - { "id": [ "f_tatami", "f_skin_groundsheet" ], "fg": 206, "rotates": false }, - { "id": "f_toilet", "fg": 283, "rotates": false }, - { "id": "f_tourist_table", "fg": 280, "rotates": false }, - { "id": "f_traffic_light", "fg": 191, "rotates": false }, - { "id": "f_trashcan", "fg": 386, "rotates": false }, - { "id": "f_treadmill", "fg": 375, "rotates": false }, - { "id": [ "f_utility_shelf", "f_rack" ], "fg": 339, "rotates": false }, - { "id": "f_vending_c", "fg": 379, "rotates": false }, - { "id": "f_vending_o", "fg": 380, "rotates": false }, - { "id": "f_vending_reinforced", "fg": 378, "rotates": false }, - { "id": "f_vent_pipe", "fg": 295, "rotates": false }, - { "id": "f_wardrobe", "fg": 343, "rotates": false }, - { "id": "f_washer", "fg": 366, "rotates": false }, - { "id": "f_water_heater", "fg": 364, "rotates": false }, - { "id": "f_woodstove", "fg": 330, "rotates": false }, - { "id": "f_wreckage", "fg": 203, "rotates": false }, - { "id": [ "fd_rubble", "f_rubble_rock" ], "fg": 154, "rotates": false }, - { "id": "firekatana_off", "fg": 874, "rotates": false }, - { "id": "10gal_hat", "fg": 1150, "rotates": false }, - { "id": "120mm_casing", "fg": 1382, "rotates": false }, + { "id": "f_target", "fg": 242, "rotates": false }, + { "id": [ "f_tatami", "f_skin_groundsheet" ], "fg": 232, "rotates": false }, + { "id": "f_toilet", "fg": 309, "rotates": false }, + { "id": "f_tourist_table", "fg": 306, "rotates": false }, + { "id": "f_traffic_light", "fg": 217, "rotates": false }, + { "id": "f_trashcan", "fg": 412, "rotates": false }, + { "id": "f_treadmill", "fg": 401, "rotates": false }, + { "id": [ "f_utility_shelf", "f_rack" ], "fg": 365, "rotates": false }, + { "id": "f_vending_c", "fg": 405, "rotates": false }, + { "id": "f_vending_o", "fg": 406, "rotates": false }, + { "id": "f_vending_reinforced", "fg": 404, "rotates": false }, + { "id": "f_vent_pipe", "fg": 321, "rotates": false }, + { "id": "f_wardrobe", "fg": 369, "rotates": false }, + { "id": "f_washer", "fg": 392, "rotates": false }, + { "id": "f_water_heater", "fg": 390, "rotates": false }, + { "id": "f_woodstove", "fg": 356, "rotates": false }, + { "id": "f_wreckage", "fg": 229, "rotates": false }, + { "id": [ "fd_rubble", "f_rubble_rock" ], "fg": 180, "rotates": false }, + { "id": "firekatana_off", "fg": 900, "rotates": false }, + { "id": "10gal_hat", "fg": 1176, "rotates": false }, + { "id": "120mm_casing", "fg": 1408, "rotates": false }, { "id": [ "120mm_usable_heat", "120mm_usable_shot", "120mm_usable_slug", "120mm_usable_ap" ], - "fg": 603, + "fg": 629, "rotates": false }, - { "id": "12mm", "fg": 604, "rotates": false }, - { "id": "155mm_casing", "fg": 1383, "rotates": false }, - { "id": [ "155mm_frag", "155mm_heat", "155mm_shot", "155mm_slug", "atgm_heat" ], "fg": 621, "rotates": false }, - { "id": "1st_aid", "fg": 1387, "rotates": false }, + { "id": "12mm", "fg": 630, "rotates": false }, + { "id": "155mm_casing", "fg": 1409, "rotates": false }, + { "id": [ "155mm_frag", "155mm_heat", "155mm_shot", "155mm_slug", "atgm_heat" ], "fg": 647, "rotates": false }, + { "id": "1st_aid", "fg": 1413, "rotates": false }, { "id": [ "20x66_10_mag", @@ -713,7 +722,7 @@ "saiga10mag", "8x40_10_mag" ], - "fg": 697 + "fg": 723 }, { "id": [ @@ -729,7 +738,7 @@ "ruger30", "8x40_25_mag" ], - "fg": 699 + "fg": 725 }, { "id": [ @@ -842,15 +851,15 @@ "reloaded_45_long_colt", "22_lr" ], - "fg": 605, + "fg": 631, "rotates": false }, - { "id": [ "2lcanteen", "canteen_wood", "canteen" ], "fg": 546, "rotates": false }, - { "id": "2x4", "fg": 1391, "rotates": false }, - { "id": "30gal_barrel", "fg": 1645, "rotates": false }, - { "id": "30mm_casing", "fg": 1384, "rotates": false }, - { "id": [ "30mm_hei", "30mm_slug", "30mm_hedp" ], "fg": 606, "rotates": false }, - { "id": [ "36navy", "44army", "flintlock_shot", "flintlock_ammo" ], "fg": 656, "rotates": false }, + { "id": [ "2lcanteen", "canteen_wood", "canteen" ], "fg": 572, "rotates": false }, + { "id": "2x4", "fg": 1417, "rotates": false }, + { "id": "30gal_barrel", "fg": 1671, "rotates": false }, + { "id": "30mm_casing", "fg": 1410, "rotates": false }, + { "id": [ "30mm_hei", "30mm_slug", "30mm_hedp" ], "fg": 632, "rotates": false }, + { "id": [ "36navy", "44army", "flintlock_shot", "flintlock_ammo" ], "fg": 682, "rotates": false }, { "id": [ "40mm_frag", @@ -871,12 +880,12 @@ "m235tpa", "40mm_concussive" ], - "fg": 607, + "fg": 633, "rotates": false }, - { "id": [ "50_casing", "357sig_casing", "357_mag_casing", "45lc_casing" ], "fg": 611, "rotates": false }, - { "id": [ "55gal_drum", "30gal_drum", "keg", "keg_steel" ], "fg": 1643, "rotates": false }, - { "id": [ "5x50_hull", "410_hull", "shot_hull" ], "fg": 1386 }, + { "id": [ "50_casing", "357sig_casing", "357_mag_casing", "45lc_casing" ], "fg": 637, "rotates": false }, + { "id": [ "55gal_drum", "30gal_drum", "keg", "keg_steel" ], "fg": 1669, "rotates": false }, + { "id": [ "5x50_hull", "410_hull", "shot_hull" ], "fg": 1412 }, { "id": [ "8mm_bootleg", @@ -898,11 +907,11 @@ "20x66_bootleg_slug", "8mm_caseless" ], - "fg": 610, + "fg": 636, "rotates": false }, - { "id": [ "8x40_100_mag", "8x40_500_mag", "360_200_mag", "hk_g80mag", "5x50_100_mag" ], "fg": 695 }, - { "id": [ "8x40_50_mag", "20x66_40_mag", "lw223bigmag", "5x50_50_mag" ], "fg": 696 }, + { "id": [ "8x40_100_mag", "8x40_500_mag", "360_200_mag", "hk_g80mag", "5x50_100_mag" ], "fg": 721 }, + { "id": [ "8x40_50_mag", "20x66_40_mag", "lw223bigmag", "5x50_50_mag" ], "fg": 722 }, { "id": [ "9mm_casing", @@ -929,7 +938,7 @@ "545_casing", "22_casing_new" ], - "fg": 611 + "fg": 637 }, { "id": [ @@ -947,16 +956,16 @@ "shot_speedloader8", "shot_speedloader6" ], - "fg": 1619, + "fg": 1645, "rotates": false }, - { "id": "BFG", "fg": 734, "rotates": false }, - { "id": "EMPbomb", "fg": 596, "rotates": false }, - { "id": "EMPbomb_act", "fg": 589, "rotates": false }, - { "id": "LAW_Packed", "fg": 800, "rotates": false }, - { "id": "RPG-7_ammo", "fg": 646, "rotates": false }, - { "id": "RPG", "fg": 760, "rotates": false }, - { "id": "TDI", "fg": 770, "rotates": false }, + { "id": "BFG", "fg": 760, "rotates": false }, + { "id": "EMPbomb", "fg": 622, "rotates": false }, + { "id": "EMPbomb_act", "fg": 615, "rotates": false }, + { "id": "LAW_Packed", "fg": 826, "rotates": false }, + { "id": "RPG-7_ammo", "fg": 672, "rotates": false }, + { "id": "RPG", "fg": 786, "rotates": false }, + { "id": "TDI", "fg": 796, "rotates": false }, { "id": [ "V8", @@ -974,17 +983,17 @@ "mixed_alcohol_strong", "oxyacetylene" ], - "fg": 1700, + "fg": 1726, "rotates": false }, - { "id": "a180mag", "fg": 701 }, - { "id": "abdul_necro", "fg": 1682, "rotates": false }, - { "id": "acidbomb", "fg": 557, "rotates": false }, - { "id": "acidbomb_large", "fg": 612, "rotates": false }, - { "id": "acidbomb_medium", "fg": 541, "rotates": false }, - { "id": "acidbomb_micro", "fg": 613, "rotates": false }, - { "id": "acidbomb_small", "fg": 614, "rotates": false }, - { "id": [ "advanced_ecig", "antenna" ], "fg": 507, "rotates": false }, + { "id": "a180mag", "fg": 727 }, + { "id": "abdul_necro", "fg": 1708, "rotates": false }, + { "id": "acidbomb", "fg": 583, "rotates": false }, + { "id": "acidbomb_large", "fg": 638, "rotates": false }, + { "id": "acidbomb_medium", "fg": 567, "rotates": false }, + { "id": "acidbomb_micro", "fg": 639, "rotates": false }, + { "id": "acidbomb_small", "fg": 640, "rotates": false }, + { "id": [ "advanced_ecig", "antenna" ], "fg": 533, "rotates": false }, { "id": [ "advanced_electronics", @@ -1009,31 +1018,31 @@ "textbook_armwest", "holybook_mormon" ], - "fg": 1693, + "fg": 1719, "rotates": false }, - { "id": "airhorn", "fg": 802, "rotates": false }, - { "id": "airspeargun", "fg": 725, "rotates": false }, - { "id": [ "ak74mag", "rpk74mag" ], "fg": 700 }, - { "id": "alarmclock", "fg": 778, "rotates": false }, - { "id": "american_flag", "fg": 1073, "rotates": false }, + { "id": "airhorn", "fg": 828, "rotates": false }, + { "id": "airspeargun", "fg": 751, "rotates": false }, + { "id": [ "ak74mag", "rpk74mag" ], "fg": 726 }, + { "id": "alarmclock", "fg": 804, "rotates": false }, + { "id": "american_flag", "fg": 1099, "rotates": false }, { "id": [ "ammolink30mm", "ammolink40mm", "ammolink50", "ammolink223", "ammolink308", "ammolink" ], - "fg": 1397 + "fg": 1423 }, - { "id": "amplifier_head", "fg": 1627, "rotates": false }, - { "id": [ "anbc_suit", "aep_suit" ], "fg": 1151, "rotates": false }, - { "id": "antibiotics", "fg": 503, "rotates": false }, - { "id": [ "antidote_posion", "revival_serum", "antidote_badpoison" ], "fg": 556, "rotates": false }, - { "id": [ "anvil", "f_anvil" ], "fg": 1664, "rotates": false }, - { "id": "aperture_potato", "fg": 803, "rotates": false }, + { "id": "amplifier_head", "fg": 1653, "rotates": false }, + { "id": [ "anbc_suit", "aep_suit" ], "fg": 1177, "rotates": false }, + { "id": "antibiotics", "fg": 529, "rotates": false }, + { "id": [ "antidote_posion", "revival_serum", "antidote_badpoison" ], "fg": 582, "rotates": false }, + { "id": [ "anvil", "f_anvil" ], "fg": 1690, "rotates": false }, + { "id": "aperture_potato", "fg": 829, "rotates": false }, { "id": [ "apple_cider", "energy_drink_atomic", "colamdew", "drink_wild_apple", "pine_tea" ], - "fg": 1703, + "fg": 1729, "rotates": false }, - { "id": "apron_leather", "fg": 1158, "rotates": false }, - { "id": "arachnotron_guts", "fg": 1398, "rotates": false }, + { "id": "apron_leather", "fg": 1184, "rotates": false }, + { "id": "arachnotron_guts", "fg": 1424, "rotates": false }, { "id": [ "arm_splint", @@ -1044,19 +1053,19 @@ "armguard_larmor", "armguard_larmor_mod" ], - "fg": 1162, + "fg": 1188, "rotates": false }, { "id": [ "arm_warmers", "leg_warmers", "leg_warmers_f", "leg_warmers_xl", "leg_warmers_xlf" ], - "fg": 1163, + "fg": 1189, "rotates": false }, - { "id": "armguard_bone", "fg": 1165, "rotates": false }, - { "id": "armguard_chitin", "fg": 1159, "rotates": false }, + { "id": "armguard_bone", "fg": 1191, "rotates": false }, + { "id": "armguard_chitin", "fg": 1185, "rotates": false }, { "id": [ "armguard_hard", "armguard_paper", "legguard_hard", "legguard_paper" ], - "fg": 1160, + "fg": 1186, "rotates": false }, { @@ -1069,23 +1078,23 @@ "armguard_lightplate", "legguard_lightplate" ], - "fg": 1161, + "fg": 1187, "rotates": false }, - { "id": "armor_bone", "fg": 1047, "rotates": false }, - { "id": "armor_chitin", "fg": 1048, "rotates": false }, - { "id": "armor_cuirass", "fg": 1166, "rotates": false }, - { "id": [ "armor_larmor", "armor_blarmor", "touring_suit", "armor_lamellar" ], "fg": 1049, "rotates": false }, - { "id": [ "armor_plarmor", "jacket_leather_mod", "armor_scrapsuit" ], "fg": 1167, "rotates": false }, - { "id": "armor_samurai", "fg": 1114, "rotates": false }, - { "id": [ "armor_scavenger", "jacket_army" ], "fg": 1296, "rotates": false }, - { "id": "army_top", "fg": 1168, "rotates": false }, - { "id": "arrow_cf", "fg": 626, "rotates": false }, - { "id": "arrow_plastic", "fg": 624, "rotates": false }, - { "id": "arrow_small_game_fletched", "fg": 628, "rotates": false }, + { "id": "armor_bone", "fg": 1073, "rotates": false }, + { "id": "armor_chitin", "fg": 1074, "rotates": false }, + { "id": "armor_cuirass", "fg": 1192, "rotates": false }, + { "id": [ "armor_larmor", "armor_blarmor", "touring_suit", "armor_lamellar" ], "fg": 1075, "rotates": false }, + { "id": [ "armor_plarmor", "jacket_leather_mod", "armor_scrapsuit" ], "fg": 1193, "rotates": false }, + { "id": "armor_samurai", "fg": 1140, "rotates": false }, + { "id": [ "armor_scavenger", "jacket_army" ], "fg": 1322, "rotates": false }, + { "id": "army_top", "fg": 1194, "rotates": false }, + { "id": "arrow_cf", "fg": 652, "rotates": false }, + { "id": "arrow_plastic", "fg": 650, "rotates": false }, + { "id": "arrow_small_game_fletched", "fg": 654, "rotates": false }, { "id": [ "arrow_wood_heavy", "arrow_field_point_fletched", "arrow_heavy_field_point_fletched", "flamable_arrow", "arrow_wood" ], - "fg": 629, + "fg": 655, "rotates": false }, { @@ -1100,7 +1109,7 @@ "calcium_tablet", "weak_antibiotic" ], - "fg": 501, + "fg": 527, "rotates": false }, { @@ -1113,33 +1122,33 @@ "tank_gun_rws", "surv_rocket_launcher" ], - "fg": 769, + "fg": 795, "rotates": false }, - { "id": "atlatl", "fg": 730, "rotates": false }, - { "id": "atomic_coffeepot", "fg": 1399, "rotates": false }, - { "id": "atomic_lamp", "fg": 964, "rotates": false }, - { "id": "atomic_light", "fg": 682, "rotates": false }, - { "id": [ "atomic_light_off", "baseball" ], "fg": 683, "rotates": false }, - { "id": "aux_pressurized_tank", "fg": 702, "rotates": false }, - { "id": "b_paint", "fg": 517, "rotates": false }, - { "id": [ "back_holster", "XL_holster", "holster" ], "fg": 1282, "rotates": false }, - { "id": "backpack_giant", "fg": 1605, "rotates": false }, - { "id": "backpack_hiking", "fg": 1603, "rotates": false }, + { "id": "atlatl", "fg": 756, "rotates": false }, + { "id": "atomic_coffeepot", "fg": 1425, "rotates": false }, + { "id": "atomic_lamp", "fg": 990, "rotates": false }, + { "id": "atomic_light", "fg": 708, "rotates": false }, + { "id": [ "atomic_light_off", "baseball" ], "fg": 709, "rotates": false }, + { "id": "aux_pressurized_tank", "fg": 728, "rotates": false }, + { "id": "b_paint", "fg": 543, "rotates": false }, + { "id": [ "back_holster", "XL_holster", "holster" ], "fg": 1308, "rotates": false }, + { "id": "backpack_giant", "fg": 1631, "rotates": false }, + { "id": "backpack_hiking", "fg": 1629, "rotates": false }, { "id": [ "backpack_leather", "survivor_pack", "survivor_runner_pack", "swag_bag" ], - "fg": 560, + "fg": 586, "rotates": false }, - { "id": [ "backpack", "runner_bag", "slingpack" ], "fg": 559, "rotates": false }, - { "id": "backpack_tactical_large", "fg": 1604, "rotates": false }, - { "id": [ "bacon", "fetus" ], "fg": 1801, "rotates": false }, + { "id": [ "backpack", "runner_bag", "slingpack" ], "fg": 585, "rotates": false }, + { "id": "backpack_tactical_large", "fg": 1630, "rotates": false }, + { "id": [ "bacon", "fetus" ], "fg": 1827, "rotates": false }, { "id": [ "badge_deputy", "badge_marshal", "badge_detective", "badge_cybercop", "badge_swat" ], - "fg": 1040, + "fg": 1066, "rotates": false }, - { "id": [ "bag_bundle_10", "bag_plastic" ], "fg": 569, "rotates": false }, + { "id": [ "bag_bundle_10", "bag_plastic" ], "fg": 595, "rotates": false }, { "id": [ "bag_canvas", @@ -1150,49 +1159,49 @@ "mre_hotdog_box", "mre_ravioli_box" ], - "fg": 568, - "rotates": false - }, - { "id": "bagpipes", "fg": 1138, "rotates": false }, - { "id": "bandages", "fg": 488, "rotates": false }, - { "id": "bandana", "fg": 1169, "rotates": false }, - { "id": [ "bandolier_bomblet", "grenade_pouch" ], "fg": 1253, "rotates": false }, - { "id": [ "bandolier_rifle", "bandolier_shotgun", "bandolier_pistol" ], "fg": 1170, "rotates": false }, - { "id": "bandolier_wrist", "fg": 1171, "rotates": false }, - { "id": [ "barometer", "clock" ], "fg": 777, "rotates": false }, - { "id": "barrette", "fg": 1174, "rotates": false }, - { "id": "basket", "fg": 1546, "rotates": false }, - { "id": "basket_laundry", "fg": 1340, "rotates": false }, - { "id": "bat", "fg": 1402, "rotates": false }, - { "id": "bat_metal", "fg": 1401, "rotates": false }, - { "id": "bathroom_scale", "fg": 1633, "rotates": false }, - { "id": [ "baton", "baton-extended" ], "fg": 675, "rotates": false }, - { "id": "battery_atomic", "fg": 620, "rotates": false }, - { "id": [ "battery", "laser_capacitor" ], "fg": 616, "rotates": false }, + "fg": 594, + "rotates": false + }, + { "id": "bagpipes", "fg": 1164, "rotates": false }, + { "id": "bandages", "fg": 514, "rotates": false }, + { "id": "bandana", "fg": 1195, "rotates": false }, + { "id": [ "bandolier_bomblet", "grenade_pouch" ], "fg": 1279, "rotates": false }, + { "id": [ "bandolier_rifle", "bandolier_shotgun", "bandolier_pistol" ], "fg": 1196, "rotates": false }, + { "id": "bandolier_wrist", "fg": 1197, "rotates": false }, + { "id": [ "barometer", "clock" ], "fg": 803, "rotates": false }, + { "id": "barrette", "fg": 1200, "rotates": false }, + { "id": "basket", "fg": 1572, "rotates": false }, + { "id": "basket_laundry", "fg": 1366, "rotates": false }, + { "id": "bat", "fg": 1428, "rotates": false }, + { "id": "bat_metal", "fg": 1427, "rotates": false }, + { "id": "bathroom_scale", "fg": 1659, "rotates": false }, + { "id": [ "baton", "baton-extended" ], "fg": 701, "rotates": false }, + { "id": "battery_atomic", "fg": 646, "rotates": false }, + { "id": [ "battery", "laser_capacitor" ], "fg": 642, "rotates": false }, { "id": [ "battery_motorbike", "battery_car", "medium_storage_battery", "storage_battery", "small_storage_battery" ], - "fg": 715, - "rotates": false - }, - { "id": [ "battleaxe_inferior", "battleaxe_fake", "battleaxe" ], "fg": 806, "rotates": false }, - { "id": "battletorch_done", "fg": 1403, "rotates": false }, - { "id": "battletorch_lit", "fg": 807, "rotates": false }, - { "id": "beaker", "fg": 1638, "rotates": false }, - { "id": "beartrap", "fg": 1671, "rotates": false }, - { "id": [ "bee_balm", "lily_flower", "lotus_flower" ], "fg": 1742, "rotates": false }, - { "id": "bee_sting", "fg": 649, "rotates": false }, - { "id": [ "belt308", "belt40mm", "belt50", "belt30mm", "belt223" ], "fg": 703 }, - { "id": [ "beret_wool", "beret" ], "fg": 1178, "rotates": false }, - { "id": "berserker_drug_act", "fg": 512, "rotates": false }, - { "id": [ "berserker_drug", "adrenaline_injector" ], "fg": 511, "rotates": false }, - { "id": "bfg_shell", "fg": 622, "rotates": false }, - { "id": "bfg_shell_act", "fg": 653, "rotates": false }, - { "id": "bigback", "fg": 1607, "rotates": false }, - { "id": "bike_basket", "fg": 3244, "rotates": false }, - { "id": [ "bikini_top_fur", "fur_cat_ears" ], "fg": 1180, "rotates": false }, - { "id": "bikini_top_leather", "fg": 1181, "rotates": false }, - { "id": "bindle", "fg": 1182, "rotates": false }, - { "id": "binoculars", "fg": 1139, "rotates": false }, + "fg": 741, + "rotates": false + }, + { "id": [ "battleaxe_inferior", "battleaxe_fake", "battleaxe" ], "fg": 832, "rotates": false }, + { "id": "battletorch_done", "fg": 1429, "rotates": false }, + { "id": "battletorch_lit", "fg": 833, "rotates": false }, + { "id": "beaker", "fg": 1664, "rotates": false }, + { "id": "beartrap", "fg": 1697, "rotates": false }, + { "id": [ "bee_balm", "lily_flower", "lotus_flower" ], "fg": 1768, "rotates": false }, + { "id": "bee_sting", "fg": 675, "rotates": false }, + { "id": [ "belt308", "belt40mm", "belt50", "belt30mm", "belt223" ], "fg": 729 }, + { "id": [ "beret_wool", "beret" ], "fg": 1204, "rotates": false }, + { "id": "berserker_drug_act", "fg": 538, "rotates": false }, + { "id": [ "berserker_drug", "adrenaline_injector" ], "fg": 537, "rotates": false }, + { "id": "bfg_shell", "fg": 648, "rotates": false }, + { "id": "bfg_shell_act", "fg": 679, "rotates": false }, + { "id": "bigback", "fg": 1633, "rotates": false }, + { "id": "bike_basket", "fg": 3270, "rotates": false }, + { "id": [ "bikini_top_fur", "fur_cat_ears" ], "fg": 1206, "rotates": false }, + { "id": "bikini_top_leather", "fg": 1207, "rotates": false }, + { "id": "bindle", "fg": 1208, "rotates": false }, + { "id": "binoculars", "fg": 1165, "rotates": false }, { "id": [ "bio_null", @@ -1308,37 +1317,37 @@ "bio_surgical_razor", "bio_cable" ], - "fg": 601, + "fg": 627, "rotates": false }, - { "id": "biollante_bud", "fg": 1404, "rotates": false }, - { "id": [ "biscuit", "flatbread", "tortilla_corn", "cookies" ], "fg": 467, "rotates": false }, - { "id": "black_box", "fg": 808, "rotates": false }, - { "id": [ "blade", "metal_smoother" ], "fg": 779, "rotates": false }, - { "id": "blade_trap", "fg": 1673, "rotates": false }, - { "id": [ "blanket", "down_blanket", "towel_wet" ], "fg": 1068, "rotates": false }, - { "id": [ "blazer", "jacket_windbreaker" ], "fg": 1078, "rotates": false }, - { "id": [ "blindfold", "obi_gi" ], "fg": 1335, "rotates": false }, - { "id": "blob_dormant", "fg": 810, "rotates": false }, + { "id": "biollante_bud", "fg": 1430, "rotates": false }, + { "id": [ "biscuit", "flatbread", "tortilla_corn", "cookies" ], "fg": 493, "rotates": false }, + { "id": "black_box", "fg": 834, "rotates": false }, + { "id": [ "blade", "metal_smoother" ], "fg": 805, "rotates": false }, + { "id": "blade_trap", "fg": 1699, "rotates": false }, + { "id": [ "blanket", "down_blanket", "towel_wet" ], "fg": 1094, "rotates": false }, + { "id": [ "blazer", "jacket_windbreaker" ], "fg": 1104, "rotates": false }, + { "id": [ "blindfold", "obi_gi" ], "fg": 1361, "rotates": false }, + { "id": "blob_dormant", "fg": 836, "rotates": false }, { "id": [ "blowgun", "skewer", "knitting_needles", "pointy_stick", "pool_cue", "digging_stick" ], - "fg": 674, + "fg": 700, "rotates": false }, - { "id": "bluebell_bud", "fg": 1405, "rotates": false }, - { "id": "bluebell_flower", "fg": 1744, "rotates": false }, - { "id": "blueberries_cooked", "fg": 1770, "rotates": false }, + { "id": "bluebell_bud", "fg": 1431, "rotates": false }, + { "id": "bluebell_flower", "fg": 1770, "rotates": false }, + { "id": "blueberries_cooked", "fg": 1796, "rotates": false }, { "id": [ "blueberries", "irradiated_blueberries", "blackberries", "irradiated_blackberries" ], - "fg": 1750, + "fg": 1776, "rotates": false }, - { "id": "board_trap", "fg": 1677, "rotates": false }, - { "id": "boat_board", "fg": 1530, "rotates": false }, - { "id": "bodypillow", "fg": 1483, "rotates": false }, - { "id": [ "boiled_egg", "egg_reptile", "egg_wasp", "ant_egg" ], "fg": 1724, "rotates": false }, - { "id": "bokken", "fg": 927, "rotates": false }, - { "id": "bolt_bone", "fg": 627, "rotates": false }, + { "id": "board_trap", "fg": 1703, "rotates": false }, + { "id": "boat_board", "fg": 1556, "rotates": false }, + { "id": "bodypillow", "fg": 1509, "rotates": false }, + { "id": [ "boiled_egg", "egg_reptile", "egg_wasp", "ant_egg" ], "fg": 1750, "rotates": false }, + { "id": "bokken", "fg": 953, "rotates": false }, + { "id": "bolt_bone", "fg": 653, "rotates": false }, { "id": [ "bolt_metal", @@ -1353,90 +1362,90 @@ "arrow_exploding", "arrow_flamming" ], - "fg": 625, + "fg": 651, "rotates": false }, { "id": [ "bolt_wood", "arrow_fire_hardened_fletched", "arrow_heavy_fire_hardened_fletched" ], - "fg": 623, - "rotates": false - }, - { "id": "boltcutters", "fg": 811, "rotates": false }, - { "id": "bomblet_acid", "fg": 636, "rotates": false }, - { "id": [ "bomblet_archdemon", "bomblet_explosive" ], "fg": 1878, "rotates": false }, - { "id": [ "bomblet_archvile", "bomblet_fire", "bomblet_vile" ], "fg": 631, "rotates": false }, - { "id": "bomblet_casing", "fg": 632, "rotates": false }, - { "id": "bomblet_chickenbot", "fg": 633, "rotates": false }, - { "id": "bomblet_chickenbot_act", "fg": 813, "rotates": false }, - { "id": "bomblet_frag", "fg": 634, "rotates": false }, - { "id": "bomblet_launcher_brute", "fg": 735, "rotates": false }, - { "id": "bomblet_stun", "fg": 635, "rotates": false }, - { "id": "bomblet_stun_act", "fg": 814, "rotates": false }, - { "id": [ "bomblet_vile_act", "bomblet_archvile_act" ], "fg": 812, "rotates": false }, - { "id": "bondage_mask", "fg": 1183, "rotates": false }, - { "id": "bondage_suit", "fg": 1115, "rotates": false }, - { "id": "bone_flute", "fg": 815, "rotates": false }, - { "id": [ "bone_human", "bone" ], "fg": 429, "rotates": false }, - { "id": "bone_tainted", "fg": 428, "rotates": false }, - { "id": "boobytrap", "fg": 1669, "rotates": false }, - { "id": "book_asgard", "fg": 1685, "rotates": false }, - { "id": "bookplate", "fg": 1050, "rotates": false }, - { "id": "boots_bone", "fg": 1185, "rotates": false }, - { "id": "boots_chitin", "fg": 1186, "rotates": false }, - { "id": [ "boots_combat", "boots_lsurvivor" ], "fg": 1187, "rotates": false }, - { "id": "boots_fur", "fg": 1193, "rotates": false }, - { "id": "boots_hiking", "fg": 1188, "rotates": false }, - { "id": [ "boots_larmor", "boots" ], "fg": 1184, "rotates": false }, + "fg": 649, + "rotates": false + }, + { "id": "boltcutters", "fg": 837, "rotates": false }, + { "id": "bomblet_acid", "fg": 662, "rotates": false }, + { "id": [ "bomblet_archdemon", "bomblet_explosive" ], "fg": 1904, "rotates": false }, + { "id": [ "bomblet_archvile", "bomblet_fire", "bomblet_vile" ], "fg": 657, "rotates": false }, + { "id": "bomblet_casing", "fg": 658, "rotates": false }, + { "id": "bomblet_chickenbot", "fg": 659, "rotates": false }, + { "id": "bomblet_chickenbot_act", "fg": 839, "rotates": false }, + { "id": "bomblet_frag", "fg": 660, "rotates": false }, + { "id": "bomblet_launcher_brute", "fg": 761, "rotates": false }, + { "id": "bomblet_stun", "fg": 661, "rotates": false }, + { "id": "bomblet_stun_act", "fg": 840, "rotates": false }, + { "id": [ "bomblet_vile_act", "bomblet_archvile_act" ], "fg": 838, "rotates": false }, + { "id": "bondage_mask", "fg": 1209, "rotates": false }, + { "id": "bondage_suit", "fg": 1141, "rotates": false }, + { "id": "bone_flute", "fg": 841, "rotates": false }, + { "id": [ "bone_human", "bone" ], "fg": 455, "rotates": false }, + { "id": "bone_tainted", "fg": 454, "rotates": false }, + { "id": "boobytrap", "fg": 1695, "rotates": false }, + { "id": "book_asgard", "fg": 1711, "rotates": false }, + { "id": "bookplate", "fg": 1076, "rotates": false }, + { "id": "boots_bone", "fg": 1211, "rotates": false }, + { "id": "boots_chitin", "fg": 1212, "rotates": false }, + { "id": [ "boots_combat", "boots_lsurvivor" ], "fg": 1213, "rotates": false }, + { "id": "boots_fur", "fg": 1219, "rotates": false }, + { "id": "boots_hiking", "fg": 1214, "rotates": false }, + { "id": [ "boots_larmor", "boots" ], "fg": 1210, "rotates": false }, { "id": [ "boots_plate", "boots_fsurvivor", "boots_hsurvivor", "motorbike_boots", "megaarmor_boots_1" ], - "fg": 1189, - "rotates": false - }, - { "id": [ "boots_rubber", "boots_bunker" ], "fg": 1190, "rotates": false }, - { "id": [ "boots_survivor", "boots_xlsurvivor", "boots_steel" ], "fg": 1194, "rotates": false }, - { "id": [ "boots_western", "knee_high_boots" ], "fg": 1306, "rotates": false }, - { "id": [ "boots_winter", "boots_wsurvivor" ], "fg": 1191, "rotates": false }, - { "id": "bot_EMP_hack", "fg": 1560, "rotates": false }, - { "id": "bot_antimateriel", "fg": 1591, "rotates": false }, - { "id": "bot_c4_hack", "fg": 1564, "rotates": false }, - { "id": "bot_dispatch", "fg": 1585, "rotates": false }, - { "id": "bot_dispatch_military", "fg": 1587, "rotates": false }, - { "id": "bot_flashbang_hack", "fg": 1556, "rotates": false }, - { "id": "bot_gasbomb_hack", "fg": 1558, "rotates": false }, - { "id": "bot_grenade_hack", "fg": 1562, "rotates": false }, - { "id": "bot_laserturret", "fg": 1580, "rotates": false }, - { "id": "bot_manhack", "fg": 1566, "rotates": false }, - { "id": "bot_manhack_fire", "fg": 1568, "rotates": false }, - { "id": "bot_manhack_missile", "fg": 1570, "rotates": false }, - { "id": "bot_mininuke_hack", "fg": 1573, "rotates": false }, - { "id": [ "bot_nursebot", "broken_nursebot", "broken_nursebot_defective" ], "fg": 1636, "rotates": false }, - { "id": [ "bot_rifleturret", "bot_crows_m240" ], "fg": 1578, "rotates": false }, - { "id": "bot_robot_drone", "fg": 1589, "rotates": false }, - { "id": "bot_science_bot", "fg": 1581, "rotates": false }, - { "id": [ "bot_secubot", "broken_secubot" ], "fg": 1635, "rotates": false }, - { "id": "bot_skitterbot", "fg": 1592, "rotates": false }, - { "id": [ "bot_talon_m202a1", "broken_talon_m202a1" ], "fg": 1628, "rotates": false }, - { "id": "bot_turret", "fg": 1577, "rotates": false }, - { "id": "bot_turret_shockcannon", "fg": 1579, "rotates": false }, - { "id": "bottle_folding", "fg": 538, "rotates": false }, - { "id": "bottle_glass", "fg": 544, "rotates": false }, - { "id": "bottle_metal", "fg": 539, "rotates": false }, - { "id": [ "bottle_twoliter", "bottle_plastic", "bottle_plastic_small" ], "fg": 540, "rotates": false }, - { "id": [ "bowhat", "porkpie" ], "fg": 1099, "rotates": false }, - { "id": "bowl_clay", "fg": 1655, "rotates": false }, - { "id": "bowl_pewter", "fg": 1653, "rotates": false }, - { "id": "bowl_plastic", "fg": 1657, "rotates": false }, - { "id": "bowling_axe", "fg": 1410, "rotates": false }, - { "id": "bowling_pin", "fg": 1411, "rotates": false }, - { "id": "box_cigarette", "fg": 571, "rotates": false }, - { "id": "box_large", "fg": 1629, "rotates": false }, - { "id": "box_small", "fg": 572, "rotates": false }, - { "id": [ "bra", "sports_bra", "bikini_top" ], "fg": 1179, "rotates": false }, - { "id": "brazier", "fg": 1652, "rotates": false }, - { "id": "brick", "fg": 1412, "rotates": false }, + "fg": 1215, + "rotates": false + }, + { "id": [ "boots_rubber", "boots_bunker" ], "fg": 1216, "rotates": false }, + { "id": [ "boots_survivor", "boots_xlsurvivor", "boots_steel" ], "fg": 1220, "rotates": false }, + { "id": [ "boots_western", "knee_high_boots" ], "fg": 1332, "rotates": false }, + { "id": [ "boots_winter", "boots_wsurvivor" ], "fg": 1217, "rotates": false }, + { "id": "bot_EMP_hack", "fg": 1586, "rotates": false }, + { "id": "bot_antimateriel", "fg": 1617, "rotates": false }, + { "id": "bot_c4_hack", "fg": 1590, "rotates": false }, + { "id": "bot_dispatch", "fg": 1611, "rotates": false }, + { "id": "bot_dispatch_military", "fg": 1613, "rotates": false }, + { "id": "bot_flashbang_hack", "fg": 1582, "rotates": false }, + { "id": "bot_gasbomb_hack", "fg": 1584, "rotates": false }, + { "id": "bot_grenade_hack", "fg": 1588, "rotates": false }, + { "id": "bot_laserturret", "fg": 1606, "rotates": false }, + { "id": "bot_manhack", "fg": 1592, "rotates": false }, + { "id": "bot_manhack_fire", "fg": 1594, "rotates": false }, + { "id": "bot_manhack_missile", "fg": 1596, "rotates": false }, + { "id": "bot_mininuke_hack", "fg": 1599, "rotates": false }, + { "id": [ "bot_nursebot", "broken_nursebot", "broken_nursebot_defective" ], "fg": 1662, "rotates": false }, + { "id": [ "bot_rifleturret", "bot_crows_m240" ], "fg": 1604, "rotates": false }, + { "id": "bot_robot_drone", "fg": 1615, "rotates": false }, + { "id": "bot_science_bot", "fg": 1607, "rotates": false }, + { "id": [ "bot_secubot", "broken_secubot" ], "fg": 1661, "rotates": false }, + { "id": "bot_skitterbot", "fg": 1618, "rotates": false }, + { "id": [ "bot_talon_m202a1", "broken_talon_m202a1" ], "fg": 1654, "rotates": false }, + { "id": "bot_turret", "fg": 1603, "rotates": false }, + { "id": "bot_turret_shockcannon", "fg": 1605, "rotates": false }, + { "id": "bottle_folding", "fg": 564, "rotates": false }, + { "id": "bottle_glass", "fg": 570, "rotates": false }, + { "id": "bottle_metal", "fg": 565, "rotates": false }, + { "id": [ "bottle_twoliter", "bottle_plastic", "bottle_plastic_small" ], "fg": 566, "rotates": false }, + { "id": [ "bowhat", "porkpie" ], "fg": 1125, "rotates": false }, + { "id": "bowl_clay", "fg": 1681, "rotates": false }, + { "id": "bowl_pewter", "fg": 1679, "rotates": false }, + { "id": "bowl_plastic", "fg": 1683, "rotates": false }, + { "id": "bowling_axe", "fg": 1436, "rotates": false }, + { "id": "bowling_pin", "fg": 1437, "rotates": false }, + { "id": "box_cigarette", "fg": 597, "rotates": false }, + { "id": "box_large", "fg": 1655, "rotates": false }, + { "id": "box_small", "fg": 598, "rotates": false }, + { "id": [ "bra", "sports_bra", "bikini_top" ], "fg": 1205, "rotates": false }, + { "id": "brazier", "fg": 1678, "rotates": false }, + { "id": "brick", "fg": 1438, "rotates": false }, { "id": [ "brioche", "toastem", "toastem2", "toastem3", "toasterpastryfrozen", "wastebread", "bread" ], - "fg": 1791, + "fg": 1817, "rotates": false }, { @@ -1454,52 +1463,52 @@ "longsword_fake", "broadsword" ], - "fg": 819, - "rotates": false - }, - { "id": "broken_EMP_hack", "fg": 1561, "rotates": false }, - { "id": "broken_c4_hack", "fg": 1565, "rotates": false }, - { "id": "broken_copbot", "fg": 1575, "rotates": false }, - { "id": "broken_dispatch", "fg": 1586, "rotates": false }, - { "id": "broken_dispatch_military", "fg": 1588, "rotates": false }, - { "id": "broken_eyebot", "fg": 1576, "rotates": false }, - { "id": "broken_flashbang_hack", "fg": 1557, "rotates": false }, - { "id": "broken_gasbomb_hack", "fg": 1559, "rotates": false }, - { "id": "broken_grenade_hack", "fg": 1563, "rotates": false }, - { "id": "broken_manhack", "fg": 1567, "rotates": false }, - { "id": "broken_manhack_fire", "fg": 1569, "rotates": false }, - { "id": "broken_mechaspider", "fg": 1595, "rotates": false }, - { "id": "broken_mininuke_hack", "fg": 1574, "rotates": false }, - { "id": "broken_molebot", "fg": 1583, "rotates": false }, - { "id": "broken_riotbot", "fg": 1584, "rotates": false }, - { "id": "broken_robot_drone", "fg": 1590, "rotates": false }, - { "id": "broken_science_bot", "fg": 1582, "rotates": false }, - { "id": "broken_skitterbot", "fg": 1593, "rotates": false }, - { "id": [ "broken_soulcube", "soulcube" ], "fg": 1597, "rotates": false }, - { "id": "broken_tankbot", "fg": 1594, "rotates": false }, - { "id": "broken_tripod", "fg": 1596, "rotates": false }, - { "id": [ "broketent", "largebroketent" ], "fg": 1646, "rotates": false }, - { "id": "brooch", "fg": 1172, "rotates": false }, - { "id": [ "brownie", "brownie_weed", "cake2" ], "fg": 482, "rotates": false }, - { "id": "bubblewrap", "fg": 1670, "rotates": false }, - { "id": "bucket", "fg": 566, "rotates": false }, - { "id": "bullwhip", "fg": 1414, "rotates": false }, - { "id": "bundle_leather", "fg": 1526, "rotates": false }, - { "id": "bundle_rag", "fg": 1527, "rotates": false }, - { "id": "bundle_wool", "fg": 1525, "rotates": false }, - { "id": "bunker_pants", "fg": 1202, "rotates": false }, - { "id": [ "bwirebat", "battletorch" ], "fg": 780, "rotates": false }, - { "id": "c4", "fg": 821, "rotates": false }, - { "id": "c4armed", "fg": 822, "rotates": false }, - { "id": [ "c_fishspear", "qiang", "m_fishspear" ], "fg": 664, "rotates": false }, - { "id": "cable", "fg": 637, "rotates": false }, - { "id": "caffeine", "fg": 496, "rotates": false }, - { "id": [ "calicomag", "fnp90mag" ], "fg": 704 }, - { "id": [ "caltrops", "tr_caltrops" ], "fg": 1672, "rotates": false }, - { "id": "camera", "fg": 823, "rotates": false }, - { "id": "camera_control", "fg": 3262, "rotates": false }, - { "id": "camera_pro", "fg": 824, "rotates": false }, - { "id": [ "camisole", "tank_top" ], "fg": 1376, "rotates": false }, + "fg": 845, + "rotates": false + }, + { "id": "broken_EMP_hack", "fg": 1587, "rotates": false }, + { "id": "broken_c4_hack", "fg": 1591, "rotates": false }, + { "id": "broken_copbot", "fg": 1601, "rotates": false }, + { "id": "broken_dispatch", "fg": 1612, "rotates": false }, + { "id": "broken_dispatch_military", "fg": 1614, "rotates": false }, + { "id": "broken_eyebot", "fg": 1602, "rotates": false }, + { "id": "broken_flashbang_hack", "fg": 1583, "rotates": false }, + { "id": "broken_gasbomb_hack", "fg": 1585, "rotates": false }, + { "id": "broken_grenade_hack", "fg": 1589, "rotates": false }, + { "id": "broken_manhack", "fg": 1593, "rotates": false }, + { "id": "broken_manhack_fire", "fg": 1595, "rotates": false }, + { "id": "broken_mechaspider", "fg": 1621, "rotates": false }, + { "id": "broken_mininuke_hack", "fg": 1600, "rotates": false }, + { "id": "broken_molebot", "fg": 1609, "rotates": false }, + { "id": "broken_riotbot", "fg": 1610, "rotates": false }, + { "id": "broken_robot_drone", "fg": 1616, "rotates": false }, + { "id": "broken_science_bot", "fg": 1608, "rotates": false }, + { "id": "broken_skitterbot", "fg": 1619, "rotates": false }, + { "id": [ "broken_soulcube", "soulcube" ], "fg": 1623, "rotates": false }, + { "id": "broken_tankbot", "fg": 1620, "rotates": false }, + { "id": "broken_tripod", "fg": 1622, "rotates": false }, + { "id": [ "broketent", "largebroketent" ], "fg": 1672, "rotates": false }, + { "id": "brooch", "fg": 1198, "rotates": false }, + { "id": [ "brownie", "brownie_weed", "cake2" ], "fg": 508, "rotates": false }, + { "id": "bubblewrap", "fg": 1696, "rotates": false }, + { "id": "bucket", "fg": 592, "rotates": false }, + { "id": "bullwhip", "fg": 1440, "rotates": false }, + { "id": "bundle_leather", "fg": 1552, "rotates": false }, + { "id": "bundle_rag", "fg": 1553, "rotates": false }, + { "id": "bundle_wool", "fg": 1551, "rotates": false }, + { "id": "bunker_pants", "fg": 1228, "rotates": false }, + { "id": [ "bwirebat", "battletorch" ], "fg": 806, "rotates": false }, + { "id": "c4", "fg": 847, "rotates": false }, + { "id": "c4armed", "fg": 848, "rotates": false }, + { "id": [ "c_fishspear", "qiang", "m_fishspear" ], "fg": 690, "rotates": false }, + { "id": "cable", "fg": 663, "rotates": false }, + { "id": "caffeine", "fg": 522, "rotates": false }, + { "id": [ "calicomag", "fnp90mag" ], "fg": 730 }, + { "id": [ "caltrops", "tr_caltrops" ], "fg": 1698, "rotates": false }, + { "id": "camera", "fg": 849, "rotates": false }, + { "id": "camera_control", "fg": 3288, "rotates": false }, + { "id": "camera_pro", "fg": 850, "rotates": false }, + { "id": [ "camisole", "tank_top" ], "fg": 1402, "rotates": false }, { "id": [ "can_beans", @@ -1524,7 +1533,7 @@ "dogfood", "f_woodchips" ], - "fg": 1775, + "fg": 1801, "rotates": false }, { @@ -1553,7 +1562,7 @@ "material_quicklime", "chem_hmtd" ], - "fg": 1774, + "fg": 1800, "rotates": false }, { @@ -1572,7 +1581,7 @@ "starch", "mayonnaise" ], - "fg": 1762, + "fg": 1788, "rotates": false }, { @@ -1588,57 +1597,57 @@ "can_cheese", "chem_sulphur" ], - "fg": 1776, + "fg": 1802, "rotates": false }, - { "id": "can_drink_unsealed", "fg": 526, "rotates": false }, - { "id": "can_food", "fg": 523, "rotates": false }, - { "id": "can_food_unsealed", "fg": 525, "rotates": false }, - { "id": [ "can_sealer", "pastaextruder" ], "fg": 1479, "rotates": false }, - { "id": [ "candle_smoke", "candle" ], "fg": 825, "rotates": false }, - { "id": [ "candle_smoke_lit", "candle_lit" ], "fg": 826, "rotates": false }, - { "id": "candlestick", "fg": 1415, "rotates": false }, + { "id": "can_drink_unsealed", "fg": 552, "rotates": false }, + { "id": "can_food", "fg": 549, "rotates": false }, + { "id": "can_food_unsealed", "fg": 551, "rotates": false }, + { "id": [ "can_sealer", "pastaextruder" ], "fg": 1505, "rotates": false }, + { "id": [ "candle_smoke", "candle" ], "fg": 851, "rotates": false }, + { "id": [ "candle_smoke_lit", "candle_lit" ], "fg": 852, "rotates": false }, + { "id": "candlestick", "fg": 1441, "rotates": false }, { "id": [ "candy2", "candy3", "neccowafers", "gummy_vitamins", "maple_candy", "candy" ], - "fg": 1756, + "fg": 1782, "rotates": false }, - { "id": "candycigarette", "fg": 415, "rotates": false }, - { "id": "cane", "fg": 1416, "rotates": false }, - { "id": "canister_empty", "fg": 1658, "rotates": false }, - { "id": "canola", "fg": 418, "rotates": false }, - { "id": [ "cantilever_small", "cantilever_medium" ], "fg": 1417, "rotates": false }, + { "id": "candycigarette", "fg": 441, "rotates": false }, + { "id": "cane", "fg": 1442, "rotates": false }, + { "id": "canister_empty", "fg": 1684, "rotates": false }, + { "id": "canola", "fg": 444, "rotates": false }, + { "id": [ "cantilever_small", "cantilever_medium" ], "fg": 1443, "rotates": false }, { "id": [ "car_headlight", "wide_headlight_reinforced", "car_wide_headlight", "headlight_reinforced" ], - "fg": 1550, + "fg": 1576, "rotates": true }, - { "id": [ "carding_paddles", "broom" ], "fg": 1413, "rotates": false }, - { "id": "cargo_lock", "fg": 1418, "rotates": false }, - { "id": "cargo_rack", "fg": 3245, "rotates": false }, - { "id": [ "carver_on", "carver_off" ], "fg": 827, "rotates": false }, - { "id": "case_violin", "fg": 1203, "rotates": false }, - { "id": "cattlefodder", "fg": 832, "rotates": false }, - { "id": "cell_phone", "fg": 833, "rotates": false }, - { "id": "cell_phone_flashlight", "fg": 834, "rotates": false }, - { "id": "ceramic_armor", "fg": 929, "rotates": false }, - { "id": "ceramic_bowl", "fg": 1654, "rotates": false }, - { "id": [ "ceramic_cup", "ceramic_mug" ], "fg": 534, "rotates": false }, - { "id": "ceramic_plate", "fg": 1421, "rotates": false }, - { "id": [ "cereal", "cereal2", "cereal3", "can_peach" ], "fg": 1800, "rotates": false }, - { "id": "cestus", "fg": 1425, "rotates": false }, - { "id": "chain_link", "fg": 638, "rotates": false }, + { "id": [ "carding_paddles", "broom" ], "fg": 1439, "rotates": false }, + { "id": "cargo_lock", "fg": 1444, "rotates": false }, + { "id": "cargo_rack", "fg": 3271, "rotates": false }, + { "id": [ "carver_on", "carver_off" ], "fg": 853, "rotates": false }, + { "id": "case_violin", "fg": 1229, "rotates": false }, + { "id": "cattlefodder", "fg": 858, "rotates": false }, + { "id": "cell_phone", "fg": 859, "rotates": false }, + { "id": "cell_phone_flashlight", "fg": 860, "rotates": false }, + { "id": "ceramic_armor", "fg": 955, "rotates": false }, + { "id": "ceramic_bowl", "fg": 1680, "rotates": false }, + { "id": [ "ceramic_cup", "ceramic_mug" ], "fg": 560, "rotates": false }, + { "id": "ceramic_plate", "fg": 1447, "rotates": false }, + { "id": [ "cereal", "cereal2", "cereal3", "can_peach" ], "fg": 1826, "rotates": false }, + { "id": "cestus", "fg": 1451, "rotates": false }, + { "id": "chain_link", "fg": 664, "rotates": false }, { "id": [ "chainsaw_on", "elec_chainsaw_off", "elec_chainsaw_on", "chainsaw_off" ], - "fg": 835, + "fg": 861, "rotates": false }, - { "id": "chaps_leather", "fg": 1204, "rotates": false }, - { "id": "char_purifier", "fg": 837, "rotates": false }, - { "id": "char_smoker", "fg": 887, "rotates": false }, + { "id": "chaps_leather", "fg": 1230, "rotates": false }, + { "id": "char_purifier", "fg": 863, "rotates": false }, + { "id": "char_smoker", "fg": 913, "rotates": false }, { "id": [ "charcoal_cooker", "rock_pot", "pot_makeshift", "pot_canning", "pressure_cooker", "f_standing_tank" ], - "fg": 1488, + "fg": 1514, "rotates": false }, { @@ -1656,73 +1665,73 @@ "homebrew_antiseptic", "chem_chromium_oxide" ], - "fg": 1786, + "fg": 1812, "rotates": false }, - { "id": [ "cheese_hard", "cheese" ], "fg": 479, "rotates": false }, - { "id": [ "chem_hexamine", "money" ], "fg": 663, "rotates": false }, - { "id": "chemical_thrower", "fg": 736, "rotates": false }, - { "id": [ "chemistry_set_basic", "chemistry_set" ], "fg": 838, "rotates": false }, - { "id": "chemlab", "fg": 3252, "rotates": false }, + { "id": [ "cheese_hard", "cheese" ], "fg": 505, "rotates": false }, + { "id": [ "chem_hexamine", "money" ], "fg": 689, "rotates": false }, + { "id": "chemical_thrower", "fg": 762, "rotates": false }, + { "id": [ "chemistry_set_basic", "chemistry_set" ], "fg": 864, "rotates": false }, + { "id": "chemlab", "fg": 3278, "rotates": false }, { "id": [ "cherries", "irradiated_cherries", "raspberries", "irradiated_raspberries" ], - "fg": 1758, + "fg": 1784, "rotates": false }, - { "id": "chestwrap_fur", "fg": 1206, "rotates": false }, - { "id": [ "chestwrap_leather", "leather" ], "fg": 1358, "rotates": false }, - { "id": [ "chestwrap_wool", "felt_patch" ], "fg": 691, "rotates": false }, - { "id": "chili_pepper", "fg": 432, "rotates": false }, + { "id": "chestwrap_fur", "fg": 1232, "rotates": false }, + { "id": [ "chestwrap_leather", "leather" ], "fg": 1384, "rotates": false }, + { "id": [ "chestwrap_wool", "felt_patch" ], "fg": 717, "rotates": false }, + { "id": "chili_pepper", "fg": 458, "rotates": false }, { "id": [ "chilly-p", "curry_powder", "can_tomato", "meat_salted", "hflesh_salted" ], - "fg": 1779, - "rotates": false - }, - { "id": [ "chime_scrap_act", "chime_scrap" ], "fg": 639, "rotates": false }, - { "id": [ "chipper", "chisel" ], "fg": 839, "rotates": false }, - { "id": [ "chips2", "chips3", "chips" ], "fg": 1798, "rotates": false }, - { "id": "chitin_piece", "fg": 1426, "rotates": false }, - { "id": [ "chitin_plate", "alloy_plate", "alloy_sheet" ], "fg": 1392, "rotates": false }, - { "id": "choc_waffles", "fg": 466, "rotates": false }, - { "id": [ "chocpretzels", "pretzels" ], "fg": 484, "rotates": false }, - { "id": "cig", "fg": 444, "rotates": false }, - { "id": "cig_butt", "fg": 446, "rotates": false }, - { "id": "cig_lit", "fg": 445, "rotates": false }, - { "id": "cigar", "fg": 447, "rotates": false }, - { "id": "cigar_butt", "fg": 449, "rotates": false }, - { "id": "cigar_lit", "fg": 448, "rotates": false }, - { "id": [ "circsaw_blade", "clockworks" ], "fg": 1429, "rotates": false }, - { "id": [ "circsaw_on", "circsaw_off" ], "fg": 843, "rotates": false }, - { "id": "clarinet", "fg": 844, "rotates": false }, - { "id": "clay_canister", "fg": 537, "rotates": false }, - { "id": "clay_hydria", "fg": 550, "rotates": false }, - { "id": [ "clay_lump", "clay_boiled", "chocolate" ], "fg": 450, "rotates": false }, - { "id": "clay_pot_flower", "fg": 1390, "rotates": false }, - { "id": "clay_quern", "fg": 991, "rotates": false }, - { "id": "clay_teapot", "fg": 1428, "rotates": false }, - { "id": [ "clay_watercont", "survivor_mess_kit", "crucible_clay", "clay_pot" ], "fg": 1487, "rotates": false }, - { "id": "cloak_fur", "fg": 1103, "rotates": false }, - { "id": "cloak_wool", "fg": 1106, "rotates": false }, - { "id": [ "clown_suit", "karate_gi", "judo_gi" ], "fg": 1116, "rotates": false }, - { "id": "clownshoes", "fg": 1075, "rotates": false }, - { "id": [ "coal_lump", "coal" ], "fg": 1740, "rotates": false }, - { "id": [ "coat_fur_sf", "coat_fur" ], "fg": 1208, "rotates": false }, - { "id": [ "coat_rain", "bunker_coat", "folding_poncho_on" ], "fg": 1079, "rotates": false }, - { "id": [ "coat_winter", "jacket_leather_red" ], "fg": 1080, "rotates": false }, - { "id": "codeine", "fg": 500, "rotates": false }, - { "id": "coffeemaker", "fg": 781, "rotates": false }, - { "id": "coin_quarter", "fg": 1626, "rotates": false }, - { "id": [ "combatnail", "nail" ], "fg": 666, "rotates": false }, - { "id": [ "combatsaw_off", "combatsaw_on" ], "fg": 836, "rotates": false }, - { "id": [ "compgreatbow", "compbow" ], "fg": 737, "rotates": false }, - { "id": "compositebow", "fg": 739, "rotates": false }, - { "id": "con_mix", "fg": 847, "rotates": false }, - { "id": [ "concrete", "mortar_build" ], "fg": 570, "rotates": false }, - { "id": "condom", "fg": 1617, "rotates": false }, - { "id": "contacts", "fg": 485, "rotates": false }, - { "id": [ "control_chip", "burnt_out_bionic" ], "fg": 602, "rotates": false }, - { "id": "control_laptop", "fg": 846, "rotates": false }, - { "id": [ "cooked_pumpkin", "dry_mushroom", "dry_mushroom_magic" ], "fg": 1777, "rotates": false }, + "fg": 1805, + "rotates": false + }, + { "id": [ "chime_scrap_act", "chime_scrap" ], "fg": 665, "rotates": false }, + { "id": [ "chipper", "chisel" ], "fg": 865, "rotates": false }, + { "id": [ "chips2", "chips3", "chips" ], "fg": 1824, "rotates": false }, + { "id": "chitin_piece", "fg": 1452, "rotates": false }, + { "id": [ "chitin_plate", "alloy_plate", "alloy_sheet" ], "fg": 1418, "rotates": false }, + { "id": "choc_waffles", "fg": 492, "rotates": false }, + { "id": [ "chocpretzels", "pretzels" ], "fg": 510, "rotates": false }, + { "id": "cig", "fg": 470, "rotates": false }, + { "id": "cig_butt", "fg": 472, "rotates": false }, + { "id": "cig_lit", "fg": 471, "rotates": false }, + { "id": "cigar", "fg": 473, "rotates": false }, + { "id": "cigar_butt", "fg": 475, "rotates": false }, + { "id": "cigar_lit", "fg": 474, "rotates": false }, + { "id": [ "circsaw_blade", "clockworks" ], "fg": 1455, "rotates": false }, + { "id": [ "circsaw_on", "circsaw_off" ], "fg": 869, "rotates": false }, + { "id": "clarinet", "fg": 870, "rotates": false }, + { "id": "clay_canister", "fg": 563, "rotates": false }, + { "id": "clay_hydria", "fg": 576, "rotates": false }, + { "id": [ "clay_lump", "clay_boiled", "chocolate" ], "fg": 476, "rotates": false }, + { "id": "clay_pot_flower", "fg": 1416, "rotates": false }, + { "id": "clay_quern", "fg": 1017, "rotates": false }, + { "id": "clay_teapot", "fg": 1454, "rotates": false }, + { "id": [ "clay_watercont", "survivor_mess_kit", "crucible_clay", "clay_pot" ], "fg": 1513, "rotates": false }, + { "id": "cloak_fur", "fg": 1129, "rotates": false }, + { "id": "cloak_wool", "fg": 1132, "rotates": false }, + { "id": [ "clown_suit", "karate_gi", "judo_gi" ], "fg": 1142, "rotates": false }, + { "id": "clownshoes", "fg": 1101, "rotates": false }, + { "id": [ "coal_lump", "coal" ], "fg": 1766, "rotates": false }, + { "id": [ "coat_fur_sf", "coat_fur" ], "fg": 1234, "rotates": false }, + { "id": [ "coat_rain", "bunker_coat", "folding_poncho_on" ], "fg": 1105, "rotates": false }, + { "id": [ "coat_winter", "jacket_leather_red" ], "fg": 1106, "rotates": false }, + { "id": "codeine", "fg": 526, "rotates": false }, + { "id": "coffeemaker", "fg": 807, "rotates": false }, + { "id": "coin_quarter", "fg": 1652, "rotates": false }, + { "id": [ "combatnail", "nail" ], "fg": 692, "rotates": false }, + { "id": [ "combatsaw_off", "combatsaw_on" ], "fg": 862, "rotates": false }, + { "id": [ "compgreatbow", "compbow" ], "fg": 763, "rotates": false }, + { "id": "compositebow", "fg": 765, "rotates": false }, + { "id": "con_mix", "fg": 873, "rotates": false }, + { "id": [ "concrete", "mortar_build" ], "fg": 596, "rotates": false }, + { "id": "condom", "fg": 1643, "rotates": false }, + { "id": "contacts", "fg": 511, "rotates": false }, + { "id": [ "control_chip", "burnt_out_bionic" ], "fg": 628, "rotates": false }, + { "id": "control_laptop", "fg": 872, "rotates": false }, + { "id": [ "cooked_pumpkin", "dry_mushroom", "dry_mushroom_magic" ], "fg": 1803, "rotates": false }, { "id": [ "cooking_oil", @@ -1744,7 +1753,7 @@ "lemonade", "lamp_oil" ], - "fg": 1701, + "fg": 1727, "rotates": false }, { @@ -1799,21 +1808,21 @@ "kp3at", "cz75" ], - "fg": 747, + "fg": 773, "rotates": false }, - { "id": "copper_ax", "fg": 784, "rotates": false }, - { "id": "copper_bracelet", "fg": 1096, "rotates": false }, - { "id": "copper_ear", "fg": 1211, "rotates": false }, - { "id": "copper_knife", "fg": 582, "rotates": false }, - { "id": "cordless_drill", "fg": 848, "rotates": false }, - { "id": [ "corndogs_cooked", "corndogs_frozen" ], "fg": 437, "rotates": false }, - { "id": "corpse", "fg": 1430, "rotates": false }, - { "id": "corset", "fg": 1212, "rotates": false }, - { "id": "cot", "fg": 1063, "rotates": false }, - { "id": "cow_bell", "fg": 849, "rotates": false }, - { "id": [ "cowboy_hat", "fedora" ], "fg": 1086, "rotates": false }, - { "id": "cowl_wool", "fg": 1213, "rotates": false }, + { "id": "copper_ax", "fg": 810, "rotates": false }, + { "id": "copper_bracelet", "fg": 1122, "rotates": false }, + { "id": "copper_ear", "fg": 1237, "rotates": false }, + { "id": "copper_knife", "fg": 608, "rotates": false }, + { "id": "cordless_drill", "fg": 874, "rotates": false }, + { "id": [ "corndogs_cooked", "corndogs_frozen" ], "fg": 463, "rotates": false }, + { "id": "corpse", "fg": 1456, "rotates": false }, + { "id": "corset", "fg": 1238, "rotates": false }, + { "id": "cot", "fg": 1089, "rotates": false }, + { "id": "cow_bell", "fg": 875, "rotates": false }, + { "id": [ "cowboy_hat", "fedora" ], "fg": 1112, "rotates": false }, + { "id": "cowl_wool", "fg": 1239, "rotates": false }, { "id": [ "crack", @@ -1829,29 +1838,29 @@ "sauerkraut", "sauerkraut_onions" ], - "fg": 1778, + "fg": 1804, "rotates": false }, - { "id": "crackpipe", "fg": 850, "rotates": false }, - { "id": "craftrig", "fg": 1554, "rotates": true }, - { "id": [ "creepy_doll", "talking_doll" ], "fg": 1013, "rotates": false }, + { "id": "crackpipe", "fg": 876, "rotates": false }, + { "id": "craftrig", "fg": 1580, "rotates": true }, + { "id": [ "creepy_doll", "talking_doll" ], "fg": 1039, "rotates": false }, { "id": [ "crossbow", "huge_crossbow", "rep_crossbow", "bullet_crossbow", "crossbow_makeshift", "hand_crossbow" ], - "fg": 755, + "fg": 781, "rotates": false }, - { "id": "crossbow_trap", "fg": 1676, "rotates": false }, - { "id": [ "crown_golden_survivor", "crown_golden" ], "fg": 1214, "rotates": false }, - { "id": "crucible", "fg": 852, "rotates": false }, - { "id": "crude_picklock", "fg": 854, "rotates": false }, - { "id": [ "cs_lajatang_on", "cs_lajatang_off" ], "fg": 855, "rotates": false }, - { "id": "cu_pipe", "fg": 1433, "rotates": false }, - { "id": "cudgel", "fg": 1431, "rotates": false }, - { "id": "cup_plastic_unsealed", "fg": 532, "rotates": false }, - { "id": "cured_hide", "fg": 407, "rotates": false }, - { "id": "cured_pelt", "fg": 404, "rotates": false }, - { "id": [ "dahlia_bud", "poppy_bud" ], "fg": 1406, "rotates": false }, - { "id": "dahlia_flower", "fg": 1745, "rotates": false }, + { "id": "crossbow_trap", "fg": 1702, "rotates": false }, + { "id": [ "crown_golden_survivor", "crown_golden" ], "fg": 1240, "rotates": false }, + { "id": "crucible", "fg": 878, "rotates": false }, + { "id": "crude_picklock", "fg": 880, "rotates": false }, + { "id": [ "cs_lajatang_on", "cs_lajatang_off" ], "fg": 881, "rotates": false }, + { "id": "cu_pipe", "fg": 1459, "rotates": false }, + { "id": "cudgel", "fg": 1457, "rotates": false }, + { "id": "cup_plastic_unsealed", "fg": 558, "rotates": false }, + { "id": "cured_hide", "fg": 433, "rotates": false }, + { "id": "cured_pelt", "fg": 430, "rotates": false }, + { "id": [ "dahlia_bud", "poppy_bud" ], "fg": 1432, "rotates": false }, + { "id": "dahlia_flower", "fg": 1771, "rotates": false }, { "id": [ "dahlia_root", @@ -1863,27 +1872,27 @@ "salsify_baked", "chicory_raw" ], - "fg": 424, + "fg": 450, "rotates": false }, - { "id": "damaged_shelter_kit", "fg": 1647, "rotates": false }, + { "id": "damaged_shelter_kit", "fg": 1673, "rotates": false }, { "id": [ "dandelion_fried", "sunflower", "spurge_flower", "black_eyed_susan_flower", "raw_dandelion" ], - "fg": 1741, + "fg": 1767, "rotates": false }, - { "id": "dao", "fg": 856, "rotates": false }, - { "id": [ "dart", "lawn_dart" ], "fg": 630, "rotates": false }, - { "id": "dayquil", "fg": 505, "rotates": false }, - { "id": "dehydrator", "fg": 857, "rotates": false }, + { "id": "dao", "fg": 882, "rotates": false }, + { "id": [ "dart", "lawn_dart" ], "fg": 656, "rotates": false }, + { "id": "dayquil", "fg": 531, "rotates": false }, + { "id": "dehydrator", "fg": 883, "rotates": false }, { "id": [ "deluxe_eggs", "nachos", "nachosc", "nachosm", "nachoshf", "nachosmc", "nachoshc", "chunk_sulfur", "scrambled_eggs" ], - "fg": 400, + "fg": 426, "rotates": false }, - { "id": [ "depowered_armor", "power_armor_basic" ], "fg": 1346, "rotates": false }, - { "id": [ "depowered_helmet", "power_armor_helmet_basic" ], "fg": 1349, "rotates": false }, - { "id": [ "diamond_dental_grill", "gold_dental_grill" ], "fg": 1250, "rotates": false }, + { "id": [ "depowered_armor", "power_armor_basic" ], "fg": 1372, "rotates": false }, + { "id": [ "depowered_helmet", "power_armor_helmet_basic" ], "fg": 1375, "rotates": false }, + { "id": [ "diamond_dental_grill", "gold_dental_grill" ], "fg": 1276, "rotates": false }, { "id": [ "diamond_ring", @@ -1896,119 +1905,119 @@ "ring_wedding", "gold_ring" ], - "fg": 1355, + "fg": 1381, "rotates": false }, - { "id": "dinosuit", "fg": 1117, "rotates": false }, - { "id": [ "directional_antenna", "f_small_satelitte_dish" ], "fg": 1659, "rotates": false }, - { "id": "dnd_handbook", "fg": 1694, "rotates": false }, - { "id": "dogbane", "fg": 416, "rotates": false }, - { "id": [ "double_plutonium_core", "it_battery_mount", "battery_compartment" ], "fg": 1045, "rotates": false }, - { "id": [ "down_feather", "feather" ], "fg": 647, "rotates": false }, - { "id": [ "down_pillow", "pillow" ], "fg": 1482, "rotates": false }, - { "id": "dr_stem_cell", "fg": 509, "rotates": false }, - { "id": "dress_wedding", "fg": 1223, "rotates": false }, + { "id": "dinosuit", "fg": 1143, "rotates": false }, + { "id": [ "directional_antenna", "f_small_satelitte_dish" ], "fg": 1685, "rotates": false }, + { "id": "dnd_handbook", "fg": 1720, "rotates": false }, + { "id": "dogbane", "fg": 442, "rotates": false }, + { "id": [ "double_plutonium_core", "it_battery_mount", "battery_compartment" ], "fg": 1071, "rotates": false }, + { "id": [ "down_feather", "feather" ], "fg": 673, "rotates": false }, + { "id": [ "down_pillow", "pillow" ], "fg": 1508, "rotates": false }, + { "id": "dr_stem_cell", "fg": 535, "rotates": false }, + { "id": "dress_wedding", "fg": 1249, "rotates": false }, { "id": [ "drink_boozeberry", "maple_sap", "wash_rum", "wash_vodka", "cattail_jelly" ], - "fg": 1704, - "rotates": false - }, - { "id": "drive_by_wire_controls", "fg": 1547, "rotates": false }, - { "id": [ "drivebelt_makeshift", "drivebelt" ], "fg": 1434, "rotates": false }, - { "id": "dry_fruit", "fg": 1780, "rotates": false }, - { "id": [ "dry_meat", "dry_hflesh" ], "fg": 1781, "rotates": false }, - { "id": [ "dry_meat_tainted", "dry_veggy_tainted" ], "fg": 1782, "rotates": false }, - { "id": "duct_tape", "fg": 490, "rotates": false }, - { "id": "duffelbag", "fg": 561, "rotates": false }, - { "id": "dump_pouch", "fg": 1224, "rotates": false }, - { "id": "dusksword", "fg": 859, "rotates": false }, - { "id": [ "duster_fur", "trenchcoat_fur" ], "fg": 1292, "rotates": false }, - { "id": "dynamite", "fg": 860, "rotates": false }, - { "id": "dynamite_act", "fg": 861, "rotates": false }, - { "id": "e_handcuffs", "fg": 398, "rotates": false }, - { "id": [ "e_scrap", "power_supply" ], "fg": 1494, "rotates": false }, - { "id": [ "e_tool", "g_shovel", "e_tool_chinese", "shovel" ], "fg": 1000, "rotates": false }, - { "id": "ear_plugs", "fg": 1225, "rotates": false }, - { "id": "eclipse_glasses", "fg": 1229, "rotates": false }, - { "id": "eink_tablet_pc", "fg": 862, "rotates": false }, - { "id": "elec_hairtrimmer", "fg": 864, "rotates": false }, - { "id": [ "elec_jackhammer", "jackhammer" ], "fg": 924, "rotates": false }, - { "id": "electric_blanket", "fg": 1064, "rotates": false }, - { "id": "electric_blanket_on", "fg": 1072, "rotates": false }, - { "id": [ "electric_primer_large", "electric_primer" ], "fg": 643, "rotates": false }, - { "id": "electrohack", "fg": 863, "rotates": false }, - { "id": "element", "fg": 1435, "rotates": false }, - { "id": [ "emer_blanket", "generic_folded_vehicle" ], "fg": 1055, "rotates": false }, - { "id": "emer_blanket_on", "fg": 1065, "rotates": false }, + "fg": 1730, + "rotates": false + }, + { "id": "drive_by_wire_controls", "fg": 1573, "rotates": false }, + { "id": [ "drivebelt_makeshift", "drivebelt" ], "fg": 1460, "rotates": false }, + { "id": "dry_fruit", "fg": 1806, "rotates": false }, + { "id": [ "dry_meat", "dry_hflesh" ], "fg": 1807, "rotates": false }, + { "id": [ "dry_meat_tainted", "dry_veggy_tainted" ], "fg": 1808, "rotates": false }, + { "id": "duct_tape", "fg": 516, "rotates": false }, + { "id": "duffelbag", "fg": 587, "rotates": false }, + { "id": "dump_pouch", "fg": 1250, "rotates": false }, + { "id": "dusksword", "fg": 885, "rotates": false }, + { "id": [ "duster_fur", "trenchcoat_fur" ], "fg": 1318, "rotates": false }, + { "id": "dynamite", "fg": 886, "rotates": false }, + { "id": "dynamite_act", "fg": 887, "rotates": false }, + { "id": "e_handcuffs", "fg": 424, "rotates": false }, + { "id": [ "e_scrap", "power_supply" ], "fg": 1520, "rotates": false }, + { "id": [ "e_tool", "g_shovel", "e_tool_chinese", "shovel" ], "fg": 1026, "rotates": false }, + { "id": "ear_plugs", "fg": 1251, "rotates": false }, + { "id": "eclipse_glasses", "fg": 1255, "rotates": false }, + { "id": "eink_tablet_pc", "fg": 888, "rotates": false }, + { "id": "elec_hairtrimmer", "fg": 890, "rotates": false }, + { "id": [ "elec_jackhammer", "jackhammer" ], "fg": 950, "rotates": false }, + { "id": "electric_blanket", "fg": 1090, "rotates": false }, + { "id": "electric_blanket_on", "fg": 1098, "rotates": false }, + { "id": [ "electric_primer_large", "electric_primer" ], "fg": 669, "rotates": false }, + { "id": "electrohack", "fg": 889, "rotates": false }, + { "id": "element", "fg": 1461, "rotates": false }, + { "id": [ "emer_blanket", "generic_folded_vehicle" ], "fg": 1081, "rotates": false }, + { "id": "emer_blanket_on", "fg": 1091, "rotates": false }, { "id": [ "energy_drink", "poppysyrup", "iv_purifier", "purple_drink", "cranberry_juice", "pepto" ], - "fg": 1705, - "rotates": false - }, - { "id": "etched_skull", "fg": 865, "rotates": false }, - { "id": "exploding_arrow_warhead", "fg": 1385, "rotates": false }, - { "id": "eyedrops", "fg": 486, "rotates": false }, - { "id": "family_photo", "fg": 1634, "rotates": false }, - { "id": [ "fan", "polisher" ], "fg": 782, "rotates": false }, - { "id": "fancy_sunglasses", "fg": 1232, "rotates": false }, - { "id": [ "fanny", "dive_bag" ], "fg": 562, "rotates": false }, - { "id": "fat_tainted", "fg": 401, "rotates": false }, - { "id": "fc_hairpin", "fg": 1088, "rotates": false }, - { "id": "fchicken", "fg": 427, "rotates": false }, - { "id": "feces_bird", "fg": 1772, "rotates": false }, - { "id": [ "feces_dog", "feces_cow", "feces_manure" ], "fg": 1771, "rotates": false }, - { "id": "fertilizer_chelated", "fg": 545, "rotates": false }, - { "id": "fiber_mat", "fg": 1059, "rotates": false }, - { "id": "fighter_sting", "fg": 650, "rotates": false }, - { "id": [ "filter_air_makeshift", "filter_air" ], "fg": 1436, "rotates": false }, - { "id": [ "filter_liquid_makeshift", "filter_liquid" ], "fg": 1437 }, - { "id": "fire_ax", "fg": 878, "rotates": false }, - { "id": [ "fire_drill_large", "fire_drill" ], "fg": 879, "rotates": false }, - { "id": [ "fire_gauntlets", "gloves_survivor", "gloves_xlsurvivor" ], "fg": 1123, "rotates": false }, - { "id": "fire_lance", "fg": 723, "rotates": false }, - { "id": "firecracker", "fg": 870, "rotates": false }, - { "id": "firecracker_act", "fg": 871, "rotates": false }, - { "id": "firecracker_pack", "fg": 872, "rotates": false }, - { "id": "firecracker_pack_act", "fg": 873, "rotates": false }, - { "id": "firekatana_on", "fg": 875, "rotates": false }, - { "id": [ "fireman_belt", "leather_belt" ], "fg": 1308, "rotates": false }, - { "id": "fish_bait", "fg": 1789, "rotates": false }, - { "id": "fish_bowl", "fg": 1438, "rotates": false }, - { "id": [ "fish_canned", "lutefisk" ], "fg": 1796, "rotates": false }, - { "id": [ "fish_cooked", "fish_pickled", "salted_fish", "wool_staple" ], "fg": 1794, "rotates": false }, - { "id": [ "fish_fried", "cornbread", "johnnycake", "noodles_fast" ], "fg": 1795, "rotates": false }, + "fg": 1731, + "rotates": false + }, + { "id": "etched_skull", "fg": 891, "rotates": false }, + { "id": "exploding_arrow_warhead", "fg": 1411, "rotates": false }, + { "id": "eyedrops", "fg": 512, "rotates": false }, + { "id": "family_photo", "fg": 1660, "rotates": false }, + { "id": [ "fan", "polisher" ], "fg": 808, "rotates": false }, + { "id": "fancy_sunglasses", "fg": 1258, "rotates": false }, + { "id": [ "fanny", "dive_bag" ], "fg": 588, "rotates": false }, + { "id": "fat_tainted", "fg": 427, "rotates": false }, + { "id": "fc_hairpin", "fg": 1114, "rotates": false }, + { "id": "fchicken", "fg": 453, "rotates": false }, + { "id": "feces_bird", "fg": 1798, "rotates": false }, + { "id": [ "feces_dog", "feces_cow", "feces_manure" ], "fg": 1797, "rotates": false }, + { "id": "fertilizer_chelated", "fg": 571, "rotates": false }, + { "id": "fiber_mat", "fg": 1085, "rotates": false }, + { "id": "fighter_sting", "fg": 676, "rotates": false }, + { "id": [ "filter_air_makeshift", "filter_air" ], "fg": 1462, "rotates": false }, + { "id": [ "filter_liquid_makeshift", "filter_liquid" ], "fg": 1463 }, + { "id": "fire_ax", "fg": 904, "rotates": false }, + { "id": [ "fire_drill_large", "fire_drill" ], "fg": 905, "rotates": false }, + { "id": [ "fire_gauntlets", "gloves_survivor", "gloves_xlsurvivor" ], "fg": 1149, "rotates": false }, + { "id": "fire_lance", "fg": 749, "rotates": false }, + { "id": "firecracker", "fg": 896, "rotates": false }, + { "id": "firecracker_act", "fg": 897, "rotates": false }, + { "id": "firecracker_pack", "fg": 898, "rotates": false }, + { "id": "firecracker_pack_act", "fg": 899, "rotates": false }, + { "id": "firekatana_on", "fg": 901, "rotates": false }, + { "id": [ "fireman_belt", "leather_belt" ], "fg": 1334, "rotates": false }, + { "id": "fish_bait", "fg": 1815, "rotates": false }, + { "id": "fish_bowl", "fg": 1464, "rotates": false }, + { "id": [ "fish_canned", "lutefisk" ], "fg": 1822, "rotates": false }, + { "id": [ "fish_cooked", "fish_pickled", "salted_fish", "wool_staple" ], "fg": 1820, "rotates": false }, + { "id": [ "fish_fried", "cornbread", "johnnycake", "noodles_fast" ], "fg": 1821, "rotates": false }, { "id": [ "fish", "lunchmeat", "fruit_leather", "fried_spam", "meat_aspic", "hflesh_aspic", "sashimi" ], - "fg": 1793, + "fg": 1819, "rotates": false }, - { "id": [ "fish_trap", "water_purifier" ], "fg": 1044, "rotates": false }, - { "id": [ "fishing_hook_basic", "fishing_hook_bone", "needle_curved" ], "fg": 783, "rotates": false }, - { "id": "fishing_rod_basic", "fg": 881, "rotates": false }, - { "id": "fishing_rod_professional", "fg": 880, "rotates": false }, - { "id": "fishing_waders", "fg": 1157, "rotates": false }, - { "id": "flag_shirt", "fg": 1233, "rotates": false }, - { "id": "flamethrower_crude", "fg": 744, "rotates": false }, + { "id": [ "fish_trap", "water_purifier" ], "fg": 1070, "rotates": false }, + { "id": [ "fishing_hook_basic", "fishing_hook_bone", "needle_curved" ], "fg": 809, "rotates": false }, + { "id": "fishing_rod_basic", "fg": 907, "rotates": false }, + { "id": "fishing_rod_professional", "fg": 906, "rotates": false }, + { "id": "fishing_waders", "fg": 1183, "rotates": false }, + { "id": "flag_shirt", "fg": 1259, "rotates": false }, + { "id": "flamethrower_crude", "fg": 770, "rotates": false }, { "id": [ "flamethrower_simple", "flamethrower", "rm451_flamethrower", "hell_laser_napalm" ], - "fg": 721, - "rotates": false - }, - { "id": "flaming_ball", "fg": 654, "rotates": false }, - { "id": "flaming_skull", "fg": 652, "rotates": false }, - { "id": "flaregun", "fg": 752, "rotates": false }, - { "id": "flashbang", "fg": 593, "rotates": false }, - { "id": [ "flashbang_act", "t_lgtn_arrest" ], "fg": 590, "rotates": false }, - { "id": "flask_hip", "fg": 547, "rotates": false }, - { "id": [ "flask_yeast", "flask_glass" ], "fg": 555, "rotates": false }, - { "id": "fletching", "fg": 655, "rotates": false }, - { "id": "flint_steel", "fg": 884, "rotates": false }, - { "id": "flintlock_pouch", "fg": 1234, "rotates": false }, - { "id": "floodlight", "fg": 1550, "rotates": false }, - { "id": "flotation_vest", "fg": 1111, "rotates": false }, - { "id": "flotation_vest_ms", "fg": 1110, "rotates": false }, - { "id": [ "flu_shot", "vaccine_shot" ], "fg": 581, "rotates": false }, - { "id": [ "fn_fal", "ak74", "an94", "ak47" ], "fg": 726, "rotates": false }, + "fg": 747, + "rotates": false + }, + { "id": "flaming_ball", "fg": 680, "rotates": false }, + { "id": "flaming_skull", "fg": 678, "rotates": false }, + { "id": "flaregun", "fg": 778, "rotates": false }, + { "id": "flashbang", "fg": 619, "rotates": false }, + { "id": [ "flashbang_act", "t_lgtn_arrest" ], "fg": 616, "rotates": false }, + { "id": "flask_hip", "fg": 573, "rotates": false }, + { "id": [ "flask_yeast", "flask_glass" ], "fg": 581, "rotates": false }, + { "id": "fletching", "fg": 681, "rotates": false }, + { "id": "flint_steel", "fg": 910, "rotates": false }, + { "id": "flintlock_pouch", "fg": 1260, "rotates": false }, + { "id": "floodlight", "fg": 1576, "rotates": false }, + { "id": "flotation_vest", "fg": 1137, "rotates": false }, + { "id": "flotation_vest_ms", "fg": 1136, "rotates": false }, + { "id": [ "flu_shot", "vaccine_shot" ], "fg": 607, "rotates": false }, + { "id": [ "fn_fal", "ak74", "an94", "ak47" ], "fg": 752, "rotates": false }, { "id": [ "fn_p90", @@ -2026,67 +2035,67 @@ "bomblet_launcher_single", "bomblet_launcher_chickenbot" ], - "fg": 724, - "rotates": false - }, - { "id": "foil_alum", "fg": 585, "rotates": false }, - { "id": "folding_basket", "fg": 1443, "rotates": false }, - { "id": [ "folding_poncho", "lasagne_raw" ], "fg": 478, "rotates": false }, - { "id": "food_processor", "fg": 886, "rotates": false }, - { "id": "foot_crank", "fg": 1539, "rotates": false }, - { "id": "football", "fg": 1444, "rotates": false }, - { "id": "football_armor", "fg": 1051, "rotates": false }, - { "id": "forge", "fg": 888, "rotates": false }, - { "id": "forgerig", "fg": 3250, "rotates": false }, - { "id": "fp_loyalty_card", "fg": 1610, "rotates": false }, - { "id": "frame", "fg": 1439, "rotates": false }, - { "id": [ "frame_wood", "frame_wood_light", "foldwoodframe" ], "fg": 1440, "rotates": false }, - { "id": [ "fresh_fries", "fries", "cheese_fries", "fresh_fries_big" ], "fg": 411, "rotates": false }, - { "id": [ "frozen_burrito", "cooked_burrito" ], "fg": 443, "rotates": false }, - { "id": [ "frozen_dinner", "mre_chicken" ], "fg": 1802, "rotates": false }, - { "id": [ "fruit_pancakes", "choc_pancakes", "pancakes" ], "fg": 481, "rotates": false }, - { "id": "fungicide", "fg": 1764, "rotates": false }, - { "id": "funnel", "fg": 897, "rotates": false }, - { "id": [ "fur_blanket", "sleeping_bag_fur" ], "fg": 1071, "rotates": false }, - { "id": "fur_rollmat", "fg": 1061, "rotates": false }, - { "id": [ "fur", "tanbark", "birchbark", "willowbark" ], "fg": 1360, "rotates": false }, - { "id": "g_carpet", "fg": 1060, "rotates": false }, - { "id": [ "g_paint", "jar_sauerkraut_pickled" ], "fg": 518, "rotates": false }, - { "id": "game_watch", "fg": 1140, "rotates": false }, - { "id": "garandclip", "fg": 705 }, - { "id": "garlic", "fg": 1723, "rotates": false }, - { "id": "gasbomb", "fg": 598, "rotates": false }, - { "id": "gasbomb_act", "fg": 592, "rotates": false }, - { "id": [ "gasbomb_makeshift_act", "tool_black_powder_bomb_act" ], "fg": 1025, "rotates": false }, - { "id": [ "gasbomb_makeshift", "tool_black_powder_bomb" ], "fg": 1024, "rotates": false }, - { "id": [ "gasdiscount_gold", "cash_card" ], "fg": 828, "rotates": false }, - { "id": [ "gasdiscount_silver", "gasdiscount_platinum" ], "fg": 829, "rotates": false }, - { "id": [ "gasoline_cooker", "oil_cooker", "hotplate" ], "fg": 921, "rotates": false }, - { "id": [ "gauntlets_bone", "beekeeping_gloves" ], "fg": 1124, "rotates": false }, - { "id": "geiger_off", "fg": 899, "rotates": false }, - { "id": "geiger_on", "fg": 900, "rotates": false }, - { "id": "gelbox", "fg": 1639, "rotates": false }, + "fg": 750, + "rotates": false + }, + { "id": "foil_alum", "fg": 611, "rotates": false }, + { "id": "folding_basket", "fg": 1469, "rotates": false }, + { "id": [ "folding_poncho", "lasagne_raw" ], "fg": 504, "rotates": false }, + { "id": "food_processor", "fg": 912, "rotates": false }, + { "id": "foot_crank", "fg": 1565, "rotates": false }, + { "id": "football", "fg": 1470, "rotates": false }, + { "id": "football_armor", "fg": 1077, "rotates": false }, + { "id": "forge", "fg": 914, "rotates": false }, + { "id": "forgerig", "fg": 3276, "rotates": false }, + { "id": "fp_loyalty_card", "fg": 1636, "rotates": false }, + { "id": "frame", "fg": 1465, "rotates": false }, + { "id": [ "frame_wood", "frame_wood_light", "foldwoodframe" ], "fg": 1466, "rotates": false }, + { "id": [ "fresh_fries", "fries", "cheese_fries", "fresh_fries_big" ], "fg": 437, "rotates": false }, + { "id": [ "frozen_burrito", "cooked_burrito" ], "fg": 469, "rotates": false }, + { "id": [ "frozen_dinner", "mre_chicken" ], "fg": 1828, "rotates": false }, + { "id": [ "fruit_pancakes", "choc_pancakes", "pancakes" ], "fg": 507, "rotates": false }, + { "id": "fungicide", "fg": 1790, "rotates": false }, + { "id": "funnel", "fg": 923, "rotates": false }, + { "id": [ "fur_blanket", "sleeping_bag_fur" ], "fg": 1097, "rotates": false }, + { "id": "fur_rollmat", "fg": 1087, "rotates": false }, + { "id": [ "fur", "tanbark", "birchbark", "willowbark" ], "fg": 1386, "rotates": false }, + { "id": "g_carpet", "fg": 1086, "rotates": false }, + { "id": [ "g_paint", "jar_sauerkraut_pickled" ], "fg": 544, "rotates": false }, + { "id": "game_watch", "fg": 1166, "rotates": false }, + { "id": "garandclip", "fg": 731 }, + { "id": "garlic", "fg": 1749, "rotates": false }, + { "id": "gasbomb", "fg": 624, "rotates": false }, + { "id": "gasbomb_act", "fg": 618, "rotates": false }, + { "id": [ "gasbomb_makeshift_act", "tool_black_powder_bomb_act" ], "fg": 1051, "rotates": false }, + { "id": [ "gasbomb_makeshift", "tool_black_powder_bomb" ], "fg": 1050, "rotates": false }, + { "id": [ "gasdiscount_gold", "cash_card" ], "fg": 854, "rotates": false }, + { "id": [ "gasdiscount_silver", "gasdiscount_platinum" ], "fg": 855, "rotates": false }, + { "id": [ "gasoline_cooker", "oil_cooker", "hotplate" ], "fg": 947, "rotates": false }, + { "id": [ "gauntlets_bone", "beekeeping_gloves" ], "fg": 1150, "rotates": false }, + { "id": "geiger_off", "fg": 925, "rotates": false }, + { "id": "geiger_on", "fg": 926, "rotates": false }, + { "id": "gelbox", "fg": 1665, "rotates": false }, { "id": [ "glaive", "halberd", "halberd_fake", "naginata", "makeshift_halberd" ], - "fg": 1467, - "rotates": false - }, - { "id": "glass", "fg": 533, "rotates": false }, - { "id": "glass_bowl", "fg": 1656, "rotates": false }, - { "id": "glass_macuahuitl", "fg": 1446, "rotates": false }, - { "id": "glass_plate", "fg": 1419, "rotates": false }, - { "id": "glass_shard", "fg": 1447, "rotates": false }, - { "id": "glass_sheet", "fg": 1449, "rotates": false }, - { "id": "glass_shiv", "fg": 584, "rotates": false }, - { "id": "glass_tinted", "fg": 1450, "rotates": false }, - { "id": [ "glass_tube_small", "test_tube", "test_tube_micro" ], "fg": 535, "rotates": false }, - { "id": "glasses_bal", "fg": 1226, "rotates": false }, - { "id": "glasses_bifocal", "fg": 1243, "rotates": false }, - { "id": [ "glasses_eye", "fitover_sunglasses" ], "fg": 1240, "rotates": false }, - { "id": "glasses_monocle", "fg": 1244, "rotates": false }, - { "id": "glasses_reading", "fg": 1241, "rotates": false }, - { "id": "glasses_safety", "fg": 1231, "rotates": false }, - { "id": "glazed_tenderloin", "fg": 480, "rotates": false }, + "fg": 1493, + "rotates": false + }, + { "id": "glass", "fg": 559, "rotates": false }, + { "id": "glass_bowl", "fg": 1682, "rotates": false }, + { "id": "glass_macuahuitl", "fg": 1472, "rotates": false }, + { "id": "glass_plate", "fg": 1445, "rotates": false }, + { "id": "glass_shard", "fg": 1473, "rotates": false }, + { "id": "glass_sheet", "fg": 1475, "rotates": false }, + { "id": "glass_shiv", "fg": 610, "rotates": false }, + { "id": "glass_tinted", "fg": 1476, "rotates": false }, + { "id": [ "glass_tube_small", "test_tube", "test_tube_micro" ], "fg": 561, "rotates": false }, + { "id": "glasses_bal", "fg": 1252, "rotates": false }, + { "id": "glasses_bifocal", "fg": 1269, "rotates": false }, + { "id": [ "glasses_eye", "fitover_sunglasses" ], "fg": 1266, "rotates": false }, + { "id": "glasses_monocle", "fg": 1270, "rotates": false }, + { "id": "glasses_reading", "fg": 1267, "rotates": false }, + { "id": "glasses_safety", "fg": 1257, "rotates": false }, + { "id": "glazed_tenderloin", "fg": 506, "rotates": false }, { "id": [ "glockmag", @@ -2149,123 +2158,123 @@ "kpf9mag", "kp3atmag" ], - "fg": 706 + "fg": 732 }, - { "id": "glove_jackson", "fg": 1248, "rotates": false }, + { "id": "glove_jackson", "fg": 1274, "rotates": false }, { "id": [ "gloves_fingerless_mod", "gloves_wraps_fur", "gloves_wraps_leather", "gloves_fingerless" ], - "fg": 1245, + "fg": 1271, "rotates": false }, - { "id": "gloves_fur", "fg": 1246, "rotates": false }, - { "id": [ "gloves_leather", "gauntlets_larmor", "gloves_work" ], "fg": 1125, "rotates": false }, + { "id": "gloves_fur", "fg": 1272, "rotates": false }, + { "id": [ "gloves_leather", "gauntlets_larmor", "gloves_work" ], "fg": 1151, "rotates": false }, { "id": [ "gloves_liner", "gloves_wraps", "winter_gloves_army", "long_glove_white", "gloves_golf" ], - "fg": 1126, + "fg": 1152, "rotates": false }, - { "id": "gloves_lsurvivor", "fg": 1127, "rotates": false }, - { "id": "gloves_medical", "fg": 1128, "rotates": false }, - { "id": "gloves_rubber", "fg": 1129, "rotates": false }, - { "id": "gloves_tactical", "fg": 1247, "rotates": false }, - { "id": [ "gloves_winter", "gloves_wsurvivor" ], "fg": 1130, "rotates": false }, - { "id": "gloves_wool", "fg": 1131, "rotates": false }, + { "id": "gloves_lsurvivor", "fg": 1153, "rotates": false }, + { "id": "gloves_medical", "fg": 1154, "rotates": false }, + { "id": "gloves_rubber", "fg": 1155, "rotates": false }, + { "id": "gloves_tactical", "fg": 1273, "rotates": false }, + { "id": [ "gloves_winter", "gloves_wsurvivor" ], "fg": 1156, "rotates": false }, + { "id": "gloves_wool", "fg": 1157, "rotates": false }, { "id": [ "gloves_wraps_wool", "gloves_light", "gauntlets_chitin", "gloves_bag" ], - "fg": 1132, - "rotates": false - }, - { "id": "glowplug", "fg": 1451, "rotates": false }, - { "id": "glowstick", "fg": 903, "rotates": false }, - { "id": "glowstick_dead", "fg": 901, "rotates": false }, - { "id": "glowstick_lit", "fg": 902, "rotates": false }, - { "id": [ "goggles_nv_on", "goggles_ir", "goggles_ir_on", "goggles_nv" ], "fg": 1141, "rotates": false }, - { "id": "goggles_ski", "fg": 1227, "rotates": false }, - { "id": "goggles_swim", "fg": 1249, "rotates": false }, - { "id": [ "goggles_welding", "survivor_goggles", "iggaak" ], "fg": 1228, "rotates": false }, - { "id": "gold_bracelet", "fg": 1097, "rotates": false }, - { "id": "gold_ear", "fg": 1209, "rotates": false }, - { "id": "gold_small", "fg": 641, "rotates": false }, - { "id": "golf_bag", "fg": 799, "rotates": false }, - { "id": "golf_ball", "fg": 1400, "rotates": false }, - { "id": "golf_club", "fg": 1452, "rotates": false }, - { "id": "golf_tee", "fg": 1388, "rotates": false }, - { "id": [ "grahmcrackers", "hardtack", "frenchtoast", "crackers" ], "fg": 468, "rotates": false }, - { "id": "granade", "fg": 904, "rotates": false }, - { "id": "granade_act", "fg": 905, "rotates": false }, - { "id": [ "grapefruit", "irradiated_grapefruit", "honey_ant" ], "fg": 1714, "rotates": false }, - { "id": "grapnel", "fg": 1453, "rotates": false }, - { "id": "grenade", "fg": 906, "rotates": false }, - { "id": "grenade_act", "fg": 907, "rotates": false }, - { "id": "grenade_inc", "fg": 594, "rotates": false }, - { "id": "grenade_inc_act", "fg": 587, "rotates": false }, - { "id": "guitar_electric", "fg": 1609, "rotates": false }, - { "id": "gum", "fg": 451, "rotates": false }, - { "id": "gungnir_replica", "fg": 1454, "rotates": false }, - { "id": "hacksaw", "fg": 909, "rotates": false }, - { "id": [ "hairpin", "distaff_spindle" ], "fg": 1087, "rotates": false }, - { "id": "hammer", "fg": 910, "rotates": false }, - { "id": "hammer_sledge", "fg": 1455, "rotates": false }, - { "id": "hand_crank_charger", "fg": 1630, "rotates": false }, - { "id": "hand_drill", "fg": 914, "rotates": false }, - { "id": "hand_paddles", "fg": 1457, "rotates": false }, - { "id": "hand_pump", "fg": 915, "rotates": false }, - { "id": "hand_rims", "fg": 3240, "rotates": false }, - { "id": "hand_vice", "fg": 1632, "rotates": false }, - { "id": "handflare", "fg": 911, "rotates": false }, - { "id": "handflare_act", "fg": 912, "rotates": false }, - { "id": "handflare_dead", "fg": 1456, "rotates": false }, - { "id": "handflare_lit", "fg": 913, "rotates": false }, - { "id": "hard_plate", "fg": 1393, "rotates": false }, - { "id": "harmonica_holder", "fg": 1142, "rotates": false }, - { "id": "hat_ball", "fg": 1272, "rotates": false }, - { "id": "hat_chef", "fg": 1257, "rotates": false }, - { "id": "hat_fur", "fg": 1260, "rotates": false }, - { "id": "hat_golf", "fg": 1274, "rotates": false }, - { "id": [ "hat_hard", "firehelmet", "hat_hard_hooded" ], "fg": 1255, "rotates": false }, - { "id": "hat_hooded", "fg": 1261, "rotates": false }, - { "id": "hat_hunting", "fg": 1262, "rotates": false }, - { "id": "hat_knit", "fg": 1259, "rotates": false }, - { "id": [ "hatchet", "ax" ], "fg": 785, "rotates": false }, - { "id": "hazardous_waste_drum", "fg": 522, "rotates": false }, - { "id": [ "hazmat_suit", "cleansuit", "subsuit_xl" ], "fg": 1118, "rotates": false }, - { "id": "hd_battery", "fg": 707, "rotates": false }, - { "id": "hd_steel_drum", "fg": 1531, "rotates": true }, - { "id": "hdframe", "fg": 1441, "rotates": false }, - { "id": "heatpack", "fg": 917, "rotates": false }, - { "id": "heatpack_used", "fg": 916, "rotates": false }, - { "id": [ "heavy_flashlight_on", "reading_light_on", "flashlight_on" ], "fg": 883, "rotates": false }, - { "id": [ "heavy_flashlight", "reading_light", "flashlight" ], "fg": 882, "rotates": false }, - { "id": [ "heavy_snare_kit", "light_snare_kit" ], "fg": 1674, "rotates": false }, - { "id": [ "hell_laser_queen", "hell_laser" ], "fg": 657, "rotates": true }, - { "id": "hell_napalm", "fg": 658, "rotates": false }, - { "id": [ "hell_plasma_c", "hell_plasma_k", "hell_plasma_b" ], "fg": 659, "rotates": false }, - { "id": "helmet_army", "fg": 1267, "rotates": false }, - { "id": "helmet_ball", "fg": 1270, "rotates": false }, - { "id": "helmet_barbute", "fg": 1271, "rotates": false }, - { "id": [ "helmet_bike", "maid_hat", "kufi" ], "fg": 1264, "rotates": false }, - { "id": "helmet_bone", "fg": 1275, "rotates": false }, - { "id": [ "helmet_bone_megabear", "megabear_skull_clean" ], "fg": 396, "rotates": false }, - { "id": "helmet_chitin", "fg": 1176, "rotates": false }, - { "id": "helmet_conical", "fg": 1276, "rotates": false }, - { "id": "helmet_corinthian", "fg": 1277, "rotates": false }, - { "id": [ "helmet_football", "headgear" ], "fg": 1091, "rotates": false }, - { "id": "helmet_galea", "fg": 1278, "rotates": false }, - { "id": "helmet_kabuto", "fg": 1279, "rotates": false }, - { "id": "helmet_larmor", "fg": 1268, "rotates": false }, - { "id": [ "helmet_liner", "helmet_nomad", "veil_wedding" ], "fg": 1269, "rotates": false }, - { "id": [ "helmet_lobster", "pickelhaube" ], "fg": 1339, "rotates": false }, - { "id": "helmet_nasal", "fg": 1281, "rotates": false }, - { "id": [ "helmet_netting", "hat_boonie" ], "fg": 1254, "rotates": false }, - { "id": "helmet_plate", "fg": 1177, "rotates": false }, - { "id": [ "helmet_riot_raised", "tac_fullhelmet", "helmet_riot" ], "fg": 1090, "rotates": false }, - { "id": [ "helmet_scavenger", "beekeeping_hood" ], "fg": 1175, "rotates": false }, - { "id": [ "helmet_skid", "tinfoil_hat" ], "fg": 1256, "rotates": false }, - { "id": [ "helmet_survivor", "helmet_xlsurvivor", "kippah" ], "fg": 1265, "rotates": false }, - { "id": [ "hfleshbologna", "bologna" ], "fg": 455, "rotates": false }, - { "id": "highlight_item", "fg": 1857, "rotates": false }, - { "id": [ "highlight", "line_target", "line_trail", "cursor" ], "fg": 1856 }, - { "id": "hinge", "fg": 1614, "rotates": false }, + "fg": 1158, + "rotates": false + }, + { "id": "glowplug", "fg": 1477, "rotates": false }, + { "id": "glowstick", "fg": 929, "rotates": false }, + { "id": "glowstick_dead", "fg": 927, "rotates": false }, + { "id": "glowstick_lit", "fg": 928, "rotates": false }, + { "id": [ "goggles_nv_on", "goggles_ir", "goggles_ir_on", "goggles_nv" ], "fg": 1167, "rotates": false }, + { "id": "goggles_ski", "fg": 1253, "rotates": false }, + { "id": "goggles_swim", "fg": 1275, "rotates": false }, + { "id": [ "goggles_welding", "survivor_goggles", "iggaak" ], "fg": 1254, "rotates": false }, + { "id": "gold_bracelet", "fg": 1123, "rotates": false }, + { "id": "gold_ear", "fg": 1235, "rotates": false }, + { "id": "gold_small", "fg": 667, "rotates": false }, + { "id": "golf_bag", "fg": 825, "rotates": false }, + { "id": "golf_ball", "fg": 1426, "rotates": false }, + { "id": "golf_club", "fg": 1478, "rotates": false }, + { "id": "golf_tee", "fg": 1414, "rotates": false }, + { "id": [ "grahmcrackers", "hardtack", "frenchtoast", "crackers" ], "fg": 494, "rotates": false }, + { "id": "granade", "fg": 930, "rotates": false }, + { "id": "granade_act", "fg": 931, "rotates": false }, + { "id": [ "grapefruit", "irradiated_grapefruit", "honey_ant" ], "fg": 1740, "rotates": false }, + { "id": "grapnel", "fg": 1479, "rotates": false }, + { "id": "grenade", "fg": 932, "rotates": false }, + { "id": "grenade_act", "fg": 933, "rotates": false }, + { "id": "grenade_inc", "fg": 620, "rotates": false }, + { "id": "grenade_inc_act", "fg": 613, "rotates": false }, + { "id": "guitar_electric", "fg": 1635, "rotates": false }, + { "id": "gum", "fg": 477, "rotates": false }, + { "id": "gungnir_replica", "fg": 1480, "rotates": false }, + { "id": "hacksaw", "fg": 935, "rotates": false }, + { "id": [ "hairpin", "distaff_spindle" ], "fg": 1113, "rotates": false }, + { "id": "hammer", "fg": 936, "rotates": false }, + { "id": "hammer_sledge", "fg": 1481, "rotates": false }, + { "id": "hand_crank_charger", "fg": 1656, "rotates": false }, + { "id": "hand_drill", "fg": 940, "rotates": false }, + { "id": "hand_paddles", "fg": 1483, "rotates": false }, + { "id": "hand_pump", "fg": 941, "rotates": false }, + { "id": "hand_rims", "fg": 3266, "rotates": false }, + { "id": "hand_vice", "fg": 1658, "rotates": false }, + { "id": "handflare", "fg": 937, "rotates": false }, + { "id": "handflare_act", "fg": 938, "rotates": false }, + { "id": "handflare_dead", "fg": 1482, "rotates": false }, + { "id": "handflare_lit", "fg": 939, "rotates": false }, + { "id": "hard_plate", "fg": 1419, "rotates": false }, + { "id": "harmonica_holder", "fg": 1168, "rotates": false }, + { "id": "hat_ball", "fg": 1298, "rotates": false }, + { "id": "hat_chef", "fg": 1283, "rotates": false }, + { "id": "hat_fur", "fg": 1286, "rotates": false }, + { "id": "hat_golf", "fg": 1300, "rotates": false }, + { "id": [ "hat_hard", "firehelmet", "hat_hard_hooded" ], "fg": 1281, "rotates": false }, + { "id": "hat_hooded", "fg": 1287, "rotates": false }, + { "id": "hat_hunting", "fg": 1288, "rotates": false }, + { "id": "hat_knit", "fg": 1285, "rotates": false }, + { "id": [ "hatchet", "ax" ], "fg": 811, "rotates": false }, + { "id": "hazardous_waste_drum", "fg": 548, "rotates": false }, + { "id": [ "hazmat_suit", "cleansuit", "subsuit_xl" ], "fg": 1144, "rotates": false }, + { "id": "hd_battery", "fg": 733, "rotates": false }, + { "id": "hd_steel_drum", "fg": 1557, "rotates": true }, + { "id": "hdframe", "fg": 1467, "rotates": false }, + { "id": "heatpack", "fg": 943, "rotates": false }, + { "id": "heatpack_used", "fg": 942, "rotates": false }, + { "id": [ "heavy_flashlight_on", "reading_light_on", "flashlight_on" ], "fg": 909, "rotates": false }, + { "id": [ "heavy_flashlight", "reading_light", "flashlight" ], "fg": 908, "rotates": false }, + { "id": [ "heavy_snare_kit", "light_snare_kit" ], "fg": 1700, "rotates": false }, + { "id": [ "hell_laser_queen", "hell_laser" ], "fg": 683, "rotates": true }, + { "id": "hell_napalm", "fg": 684, "rotates": false }, + { "id": [ "hell_plasma_c", "hell_plasma_k", "hell_plasma_b" ], "fg": 685, "rotates": false }, + { "id": "helmet_army", "fg": 1293, "rotates": false }, + { "id": "helmet_ball", "fg": 1296, "rotates": false }, + { "id": "helmet_barbute", "fg": 1297, "rotates": false }, + { "id": [ "helmet_bike", "maid_hat", "kufi" ], "fg": 1290, "rotates": false }, + { "id": "helmet_bone", "fg": 1301, "rotates": false }, + { "id": [ "helmet_bone_megabear", "megabear_skull_clean" ], "fg": 422, "rotates": false }, + { "id": "helmet_chitin", "fg": 1202, "rotates": false }, + { "id": "helmet_conical", "fg": 1302, "rotates": false }, + { "id": "helmet_corinthian", "fg": 1303, "rotates": false }, + { "id": [ "helmet_football", "headgear" ], "fg": 1117, "rotates": false }, + { "id": "helmet_galea", "fg": 1304, "rotates": false }, + { "id": "helmet_kabuto", "fg": 1305, "rotates": false }, + { "id": "helmet_larmor", "fg": 1294, "rotates": false }, + { "id": [ "helmet_liner", "helmet_nomad", "veil_wedding" ], "fg": 1295, "rotates": false }, + { "id": [ "helmet_lobster", "pickelhaube" ], "fg": 1365, "rotates": false }, + { "id": "helmet_nasal", "fg": 1307, "rotates": false }, + { "id": [ "helmet_netting", "hat_boonie" ], "fg": 1280, "rotates": false }, + { "id": "helmet_plate", "fg": 1203, "rotates": false }, + { "id": [ "helmet_riot_raised", "tac_fullhelmet", "helmet_riot" ], "fg": 1116, "rotates": false }, + { "id": [ "helmet_scavenger", "beekeeping_hood" ], "fg": 1201, "rotates": false }, + { "id": [ "helmet_skid", "tinfoil_hat" ], "fg": 1282, "rotates": false }, + { "id": [ "helmet_survivor", "helmet_xlsurvivor", "kippah" ], "fg": 1291, "rotates": false }, + { "id": [ "hfleshbologna", "bologna" ], "fg": 481, "rotates": false }, + { "id": "highlight_item", "fg": 1883, "rotates": false }, + { "id": [ "highlight", "line_target", "line_trail", "cursor" ], "fg": 1882 }, + { "id": "hinge", "fg": 1640, "rotates": false }, { "id": [ "hk_g3", @@ -2281,83 +2290,83 @@ "m27iar", "rm51_assault_rifle" ], - "fg": 727, - "rotates": false - }, - { "id": [ "hobo_stove", "esbit_stove" ], "fg": 918, "rotates": false }, - { "id": "hockey_stick", "fg": 1458, "rotates": false }, - { "id": "hoe", "fg": 919, "rotates": false }, - { "id": "holo_cloak", "fg": 1107, "rotates": false }, - { "id": [ "homewrecker", "nailbat" ], "fg": 1475, "rotates": false }, - { "id": "honeycomb", "fg": 458, "rotates": false }, - { "id": "hood_lsurvivor", "fg": 1287, "rotates": false }, - { "id": "hood_rain", "fg": 1284, "rotates": false }, - { "id": [ "hood_survivor", "hood_xlsurvivor" ], "fg": 1285, "rotates": false }, - { "id": "hood_wsurvivor", "fg": 1286, "rotates": false }, - { "id": [ "hops", "celery", "irradiated_celery" ], "fg": 423, "rotates": false }, - { "id": [ "horn_car", "horn_big", "beeper", "chimes", "horn_bicycle" ], "fg": 920, "rotates": false }, - { "id": [ "hose", "vine_30" ], "fg": 577, "rotates": false }, - { "id": "hot_pants", "fg": 1291, "rotates": false }, - { "id": "hot_pants_fur", "fg": 1288, "rotates": false }, - { "id": "hot_pants_leather", "fg": 1289, "rotates": false }, - { "id": "house_coat", "fg": 1295, "rotates": false }, - { "id": [ "hsurvivor_suit", "fsurvivor_suit", "h20survivor_suit" ], "fg": 1152, "rotates": false }, - { "id": [ "human_flesh", "meat_canned", "human_canned", "meat" ], "fg": 1804, "rotates": false }, - { "id": "hygrometer", "fg": 776, "rotates": false }, - { "id": "i_staff", "fg": 998, "rotates": false }, - { "id": [ "iceaxe", "pickaxe" ], "fg": 968, "rotates": false }, - { "id": "ichaival_replica", "fg": 738, "rotates": false }, - { "id": "id_military", "fg": 830, "rotates": false }, - { "id": "id_science", "fg": 831, "rotates": false }, - { "id": [ "incendiary_hm_rocket", "cyber_rocket" ], "fg": 645, "rotates": false }, - { "id": "inflatable_airbag", "fg": 1543, "rotates": false }, - { "id": "inflatable_boat", "fg": 922, "rotates": false }, - { "id": "inflatable_section", "fg": 1544, "rotates": false }, - { "id": [ "inhaler_stimgas", "inhaler", "inhaler_sewergas" ], "fg": 487, "rotates": false }, - { "id": [ "inj_vitb", "inj_iron" ], "fg": 513, "rotates": false }, - { "id": [ "irradiated_apple", "apple" ], "fg": 1732, "rotates": false }, - { "id": [ "irradiated_apricot", "apricot" ], "fg": 1734, "rotates": false }, - { "id": [ "irradiated_banana", "banana" ], "fg": 430, "rotates": false }, - { "id": [ "irradiated_broccoli", "cannabis", "broccoli" ], "fg": 422, "rotates": false }, - { "id": [ "irradiated_cabbage", "cabbage" ], "fg": 1738, "rotates": false }, - { "id": [ "irradiated_carrot", "carrot" ], "fg": 431, "rotates": false }, - { "id": [ "irradiated_corn", "corn" ], "fg": 442, "rotates": false }, - { "id": [ "irradiated_cranberries", "seed_strawberries", "cranberries" ], "fg": 1757, "rotates": false }, - { "id": [ "irradiated_grapes", "grapes" ], "fg": 433, "rotates": false }, - { "id": [ "irradiated_mango", "mango" ], "fg": 1728, "rotates": false }, - { "id": [ "irradiated_pear", "pear" ], "fg": 1736, "rotates": false }, - { "id": [ "irradiated_pineapple", "pineapple" ], "fg": 434, "rotates": false }, - { "id": [ "irradiated_pomegranate", "pomegranate" ], "fg": 1730, "rotates": false }, - { "id": [ "irradiated_pumpkin", "pumpkin" ], "fg": 1737, "rotates": false }, - { "id": [ "irradiated_rhubarb", "rhubarb" ], "fg": 419, "rotates": false }, - { "id": [ "irradiated_strawberries", "strawberries" ], "fg": 1787, "rotates": false }, - { "id": [ "irradiated_tomato", "tomato" ], "fg": 1731, "rotates": false }, - { "id": [ "ithaca_doom", "ithaca_doom_dual", "410_lever" ], "fg": 763, "rotates": false }, - { "id": [ "jack_makeshift", "jack_small", "jack" ], "fg": 923, "rotates": false }, - { "id": "jacket_flannel", "fg": 1297, "rotates": false }, - { "id": [ "jacket_jean", "jacket_evac" ], "fg": 1081, "rotates": false }, - { "id": "jacket_leather", "fg": 1082, "rotates": false }, - { "id": [ "jacket_light", "cassock" ], "fg": 1083, "rotates": false }, - { "id": "jar_3l_glass", "fg": 529, "rotates": false }, - { "id": "jar_3l_glass_sealed", "fg": 530, "rotates": false }, - { "id": "jar_glass", "fg": 527, "rotates": false }, - { "id": [ "jar_glass_sealed", "spider_steak_pickled" ], "fg": 528, "rotates": false }, - { "id": "jar_pickles_pickled", "fg": 521, "rotates": false }, + "fg": 753, + "rotates": false + }, + { "id": [ "hobo_stove", "esbit_stove" ], "fg": 944, "rotates": false }, + { "id": "hockey_stick", "fg": 1484, "rotates": false }, + { "id": "hoe", "fg": 945, "rotates": false }, + { "id": "holo_cloak", "fg": 1133, "rotates": false }, + { "id": [ "homewrecker", "nailbat" ], "fg": 1501, "rotates": false }, + { "id": "honeycomb", "fg": 484, "rotates": false }, + { "id": "hood_lsurvivor", "fg": 1313, "rotates": false }, + { "id": "hood_rain", "fg": 1310, "rotates": false }, + { "id": [ "hood_survivor", "hood_xlsurvivor" ], "fg": 1311, "rotates": false }, + { "id": "hood_wsurvivor", "fg": 1312, "rotates": false }, + { "id": [ "hops", "celery", "irradiated_celery" ], "fg": 449, "rotates": false }, + { "id": [ "horn_car", "horn_big", "beeper", "chimes", "horn_bicycle" ], "fg": 946, "rotates": false }, + { "id": [ "hose", "vine_30" ], "fg": 603, "rotates": false }, + { "id": "hot_pants", "fg": 1317, "rotates": false }, + { "id": "hot_pants_fur", "fg": 1314, "rotates": false }, + { "id": "hot_pants_leather", "fg": 1315, "rotates": false }, + { "id": "house_coat", "fg": 1321, "rotates": false }, + { "id": [ "hsurvivor_suit", "fsurvivor_suit", "h20survivor_suit" ], "fg": 1178, "rotates": false }, + { "id": [ "human_flesh", "meat_canned", "human_canned", "meat" ], "fg": 1830, "rotates": false }, + { "id": "hygrometer", "fg": 802, "rotates": false }, + { "id": "i_staff", "fg": 1024, "rotates": false }, + { "id": [ "iceaxe", "pickaxe" ], "fg": 994, "rotates": false }, + { "id": "ichaival_replica", "fg": 764, "rotates": false }, + { "id": "id_military", "fg": 856, "rotates": false }, + { "id": "id_science", "fg": 857, "rotates": false }, + { "id": [ "incendiary_hm_rocket", "cyber_rocket" ], "fg": 671, "rotates": false }, + { "id": "inflatable_airbag", "fg": 1569, "rotates": false }, + { "id": "inflatable_boat", "fg": 948, "rotates": false }, + { "id": "inflatable_section", "fg": 1570, "rotates": false }, + { "id": [ "inhaler_stimgas", "inhaler", "inhaler_sewergas" ], "fg": 513, "rotates": false }, + { "id": [ "inj_vitb", "inj_iron" ], "fg": 539, "rotates": false }, + { "id": [ "irradiated_apple", "apple" ], "fg": 1758, "rotates": false }, + { "id": [ "irradiated_apricot", "apricot" ], "fg": 1760, "rotates": false }, + { "id": [ "irradiated_banana", "banana" ], "fg": 456, "rotates": false }, + { "id": [ "irradiated_broccoli", "cannabis", "broccoli" ], "fg": 448, "rotates": false }, + { "id": [ "irradiated_cabbage", "cabbage" ], "fg": 1764, "rotates": false }, + { "id": [ "irradiated_carrot", "carrot" ], "fg": 457, "rotates": false }, + { "id": [ "irradiated_corn", "corn" ], "fg": 468, "rotates": false }, + { "id": [ "irradiated_cranberries", "seed_strawberries", "cranberries" ], "fg": 1783, "rotates": false }, + { "id": [ "irradiated_grapes", "grapes" ], "fg": 459, "rotates": false }, + { "id": [ "irradiated_mango", "mango" ], "fg": 1754, "rotates": false }, + { "id": [ "irradiated_pear", "pear" ], "fg": 1762, "rotates": false }, + { "id": [ "irradiated_pineapple", "pineapple" ], "fg": 460, "rotates": false }, + { "id": [ "irradiated_pomegranate", "pomegranate" ], "fg": 1756, "rotates": false }, + { "id": [ "irradiated_pumpkin", "pumpkin" ], "fg": 1763, "rotates": false }, + { "id": [ "irradiated_rhubarb", "rhubarb" ], "fg": 445, "rotates": false }, + { "id": [ "irradiated_strawberries", "strawberries" ], "fg": 1813, "rotates": false }, + { "id": [ "irradiated_tomato", "tomato" ], "fg": 1757, "rotates": false }, + { "id": [ "ithaca_doom", "ithaca_doom_dual", "410_lever" ], "fg": 789, "rotates": false }, + { "id": [ "jack_makeshift", "jack_small", "jack" ], "fg": 949, "rotates": false }, + { "id": "jacket_flannel", "fg": 1323, "rotates": false }, + { "id": [ "jacket_jean", "jacket_evac" ], "fg": 1107, "rotates": false }, + { "id": "jacket_leather", "fg": 1108, "rotates": false }, + { "id": [ "jacket_light", "cassock" ], "fg": 1109, "rotates": false }, + { "id": "jar_3l_glass", "fg": 555, "rotates": false }, + { "id": "jar_3l_glass_sealed", "fg": 556, "rotates": false }, + { "id": "jar_glass", "fg": 553, "rotates": false }, + { "id": [ "jar_glass_sealed", "spider_steak_pickled" ], "fg": 554, "rotates": false }, + { "id": "jar_pickles_pickled", "fg": 547, "rotates": false }, { "id": [ "javelin_iron", "javelin_stone", "spear_knife", "pike", "spear_stone", "fishspear" ], - "fg": 693, + "fg": 719, "rotates": false }, - { "id": [ "javelin", "javelin_copper", "spear_wood" ], "fg": 665, "rotates": false }, - { "id": "jeans", "fg": 1195, "rotates": false }, + { "id": [ "javelin", "javelin_copper", "spear_wood" ], "fg": 691, "rotates": false }, + { "id": "jeans", "fg": 1221, "rotates": false }, { "id": [ "jerky", "jerky_human", "cooked_dinner", "meat_smoked", "human_smoked", "mre_beef" ], - "fg": 1803, + "fg": 1829, "rotates": false }, - { "id": "jerrycan_big", "fg": 573, "rotates": false }, - { "id": [ "jerrypack", "jerrycan" ], "fg": 574, "rotates": false }, - { "id": "jersey", "fg": 1298, "rotates": false }, + { "id": "jerrycan_big", "fg": 599, "rotates": false }, + { "id": [ "jerrypack", "jerrycan" ], "fg": 600, "rotates": false }, + { "id": "jersey", "fg": 1324, "rotates": false }, { "id": [ "jewelry_book", @@ -2368,27 +2377,27 @@ "commune_prospectus", "necropolis_freq" ], - "fg": 1691, - "rotates": false - }, - { "id": "ji", "fg": 1459, "rotates": false }, - { "id": [ "jian_inferior", "sword_forged", "jian_fake", "jian" ], "fg": 795, "rotates": false }, - { "id": [ "jihelucake", "cake3" ], "fg": 483, "rotates": false }, - { "id": [ "joint", "handrolled_cig" ], "fg": 438, "rotates": false }, - { "id": "joint_lit", "fg": 1460, "rotates": false }, - { "id": "joint_roach", "fg": 1461, "rotates": false }, - { "id": "judo_belt_black", "fg": 1305, "rotates": false }, - { "id": "judo_belt_blue", "fg": 1299, "rotates": false }, - { "id": "judo_belt_brown", "fg": 1300, "rotates": false }, - { "id": "judo_belt_green", "fg": 1301, "rotates": false }, - { "id": "judo_belt_orange", "fg": 1302, "rotates": false }, - { "id": "judo_belt_white", "fg": 1303, "rotates": false }, - { "id": "judo_belt_yellow", "fg": 1304, "rotates": false }, - { "id": "jug_clay", "fg": 549, "rotates": false }, - { "id": "jug_plastic", "fg": 548, "rotates": false }, - { "id": [ "jumper_cable_heavy", "jumper_cable" ], "fg": 925, "rotates": false }, - { "id": [ "jumpsuit", "jumpsuit_xl" ], "fg": 1119, "rotates": false }, - { "id": "juniper", "fg": 1624, "rotates": false }, + "fg": 1717, + "rotates": false + }, + { "id": "ji", "fg": 1485, "rotates": false }, + { "id": [ "jian_inferior", "sword_forged", "jian_fake", "jian" ], "fg": 821, "rotates": false }, + { "id": [ "jihelucake", "cake3" ], "fg": 509, "rotates": false }, + { "id": [ "joint", "handrolled_cig" ], "fg": 464, "rotates": false }, + { "id": "joint_lit", "fg": 1486, "rotates": false }, + { "id": "joint_roach", "fg": 1487, "rotates": false }, + { "id": "judo_belt_black", "fg": 1331, "rotates": false }, + { "id": "judo_belt_blue", "fg": 1325, "rotates": false }, + { "id": "judo_belt_brown", "fg": 1326, "rotates": false }, + { "id": "judo_belt_green", "fg": 1327, "rotates": false }, + { "id": "judo_belt_orange", "fg": 1328, "rotates": false }, + { "id": "judo_belt_white", "fg": 1329, "rotates": false }, + { "id": "judo_belt_yellow", "fg": 1330, "rotates": false }, + { "id": "jug_clay", "fg": 575, "rotates": false }, + { "id": "jug_plastic", "fg": 574, "rotates": false }, + { "id": [ "jumper_cable_heavy", "jumper_cable" ], "fg": 951, "rotates": false }, + { "id": [ "jumpsuit", "jumpsuit_xl" ], "fg": 1145, "rotates": false }, + { "id": "juniper", "fg": 1650, "rotates": false }, { "id": [ "katana_inferior", @@ -2410,10 +2419,10 @@ "cavalry_sabre_fake", "katana" ], - "fg": 926, + "fg": 952, "rotates": false }, - { "id": "keffiyeh", "fg": 1092, "rotates": false }, + { "id": "keffiyeh", "fg": 1118, "rotates": false }, { "id": [ "keikogi", @@ -2428,20 +2437,20 @@ "fencing_jacket", "winter_jacket_army" ], - "fg": 1084, + "fg": 1110, "rotates": false }, - { "id": [ "kernels", "seed_corn" ], "fg": 1751, "rotates": false }, - { "id": "kevlar_harness", "fg": 928, "rotates": false }, - { "id": [ "kevlar", "makeshift_kevlar" ], "fg": 1216, "rotates": false }, - { "id": "kevlar_plate", "fg": 930, "rotates": false }, - { "id": "khopesh", "fg": 931, "rotates": false }, - { "id": "kiln_done", "fg": 1662, "rotates": false }, - { "id": "kiln_lit", "fg": 1663, "rotates": false }, - { "id": [ "kilt", "skirt" ], "fg": 1369, "rotates": false }, - { "id": "kitchen_unit", "fg": 3255, "rotates": false }, - { "id": [ "knee_pads", "elbow_pads" ], "fg": 1230, "rotates": false }, - { "id": "knife_butter", "fg": 1462, "rotates": false }, + { "id": [ "kernels", "seed_corn" ], "fg": 1777, "rotates": false }, + { "id": "kevlar_harness", "fg": 954, "rotates": false }, + { "id": [ "kevlar", "makeshift_kevlar" ], "fg": 1242, "rotates": false }, + { "id": "kevlar_plate", "fg": 956, "rotates": false }, + { "id": "khopesh", "fg": 957, "rotates": false }, + { "id": "kiln_done", "fg": 1688, "rotates": false }, + { "id": "kiln_lit", "fg": 1689, "rotates": false }, + { "id": [ "kilt", "skirt" ], "fg": 1395, "rotates": false }, + { "id": "kitchen_unit", "fg": 3281, "rotates": false }, + { "id": [ "knee_pads", "elbow_pads" ], "fg": 1256, "rotates": false }, + { "id": "knife_butter", "fg": 1488, "rotates": false }, { "id": [ "knife_steak", @@ -2461,79 +2470,79 @@ "kris_fake", "knife_folding" ], - "fg": 583, - "rotates": false - }, - { "id": "knuckle_brass", "fg": 1423, "rotates": false }, - { "id": [ "knuckle_katar", "knuckle_nail", "bagh_nakha", "bio_claws_weapon" ], "fg": 1407, "rotates": false }, - { "id": "knuckle_steel", "fg": 1424, "rotates": false }, - { "id": "l-stick_on", "fg": 791, "rotates": false }, - { "id": [ "l-stick", "skewer_bone" ], "fg": 790, "rotates": false }, - { "id": "laevateinn_replica", "fg": 934, "rotates": false }, - { "id": "lajatang", "fg": 1463, "rotates": false }, - { "id": [ "lance_charge_shot", "lance_charge" ], "fg": 660, "rotates": false }, - { "id": "landmine", "fg": 1668, "rotates": false }, - { "id": "laptop", "fg": 845, "rotates": false }, - { "id": [ "laser_cannon", "cerberus_laser", "unbio_blaster_gun" ], "fg": 720, "rotates": false }, - { "id": [ "laser_pack", "reloaded_laser_pack", "rechargeable_battery" ], "fg": 617, "rotates": false }, - { "id": "lawnmower", "fg": 1464, "rotates": false }, - { "id": [ "lead_plate", "sheet_metal" ], "fg": 1503, "rotates": false }, - { "id": [ "lead", "silver_small", "platinum_small", "bismuth", "tin", "scrap" ], "fg": 642, "rotates": false }, - { "id": "leather_cat_ears", "fg": 1309, "rotates": false }, - { "id": [ "leather_cat_tail", "fur_cat_tail", "string_6", "string_36" ], "fg": 578, "rotates": false }, - { "id": [ "leather_collar", "locket_lucy", "fur_collar" ], "fg": 1239, "rotates": false }, - { "id": "leather_funnel", "fg": 894, "rotates": false }, - { "id": "leather_pouch", "fg": 1311, "rotates": false }, - { "id": "leather_tarp", "fg": 1054, "rotates": false }, - { "id": [ "leg", "arm" ], "fg": 426, "rotates": false }, - { "id": "legguard_bronze", "fg": 1312, "rotates": false }, - { "id": "legrig", "fg": 1313, "rotates": false }, - { "id": [ "lemon", "irradiated_lemon" ], "fg": 2316, "rotates": false }, - { "id": [ "lens", "lens_small" ], "fg": 684, "rotates": false }, - { "id": [ "lettuce", "irradiated_lettuce" ], "fg": 1739, "rotates": false }, - { "id": "light_bulb", "fg": 1465, "rotates": false }, - { "id": "light_emergency_blue", "fg": 3256, "rotates": false }, - { "id": "light_emergency_red", "fg": 1551, "rotates": false }, - { "id": "lighter", "fg": 935, "rotates": false }, - { "id": "lightstrip", "fg": 936, "rotates": false }, - { "id": "lightstrip_inactive", "fg": 937, "rotates": false }, - { "id": "link_sheet", "fg": 938, "rotates": false }, - { "id": "linuxtshirt", "fg": 1316, "rotates": false }, - { "id": "lobotomizer", "fg": 939, "rotates": false }, - { "id": [ "locket", "holy_symbol_wood", "necklace" ], "fg": 1332, "rotates": false }, - { "id": "log", "fg": 1466, "rotates": false }, - { "id": "loincloth_fur", "fg": 1319, "rotates": false }, - { "id": "loincloth_leather", "fg": 1318, "rotates": false }, + "fg": 609, + "rotates": false + }, + { "id": "knuckle_brass", "fg": 1449, "rotates": false }, + { "id": [ "knuckle_katar", "knuckle_nail", "bagh_nakha", "bio_claws_weapon" ], "fg": 1433, "rotates": false }, + { "id": "knuckle_steel", "fg": 1450, "rotates": false }, + { "id": "l-stick_on", "fg": 817, "rotates": false }, + { "id": [ "l-stick", "skewer_bone" ], "fg": 816, "rotates": false }, + { "id": "laevateinn_replica", "fg": 960, "rotates": false }, + { "id": "lajatang", "fg": 1489, "rotates": false }, + { "id": [ "lance_charge_shot", "lance_charge" ], "fg": 686, "rotates": false }, + { "id": "landmine", "fg": 1694, "rotates": false }, + { "id": "laptop", "fg": 871, "rotates": false }, + { "id": [ "laser_cannon", "cerberus_laser", "unbio_blaster_gun" ], "fg": 746, "rotates": false }, + { "id": [ "laser_pack", "reloaded_laser_pack", "rechargeable_battery" ], "fg": 643, "rotates": false }, + { "id": "lawnmower", "fg": 1490, "rotates": false }, + { "id": [ "lead_plate", "sheet_metal" ], "fg": 1529, "rotates": false }, + { "id": [ "lead", "silver_small", "platinum_small", "bismuth", "tin", "scrap" ], "fg": 668, "rotates": false }, + { "id": "leather_cat_ears", "fg": 1335, "rotates": false }, + { "id": [ "leather_cat_tail", "fur_cat_tail", "string_6", "string_36" ], "fg": 604, "rotates": false }, + { "id": [ "leather_collar", "locket_lucy", "fur_collar" ], "fg": 1265, "rotates": false }, + { "id": "leather_funnel", "fg": 920, "rotates": false }, + { "id": "leather_pouch", "fg": 1337, "rotates": false }, + { "id": "leather_tarp", "fg": 1080, "rotates": false }, + { "id": [ "leg", "arm" ], "fg": 452, "rotates": false }, + { "id": "legguard_bronze", "fg": 1338, "rotates": false }, + { "id": "legrig", "fg": 1339, "rotates": false }, + { "id": [ "lemon", "irradiated_lemon" ], "fg": 2342, "rotates": false }, + { "id": [ "lens", "lens_small" ], "fg": 710, "rotates": false }, + { "id": [ "lettuce", "irradiated_lettuce" ], "fg": 1765, "rotates": false }, + { "id": "light_bulb", "fg": 1491, "rotates": false }, + { "id": "light_emergency_blue", "fg": 3282, "rotates": false }, + { "id": "light_emergency_red", "fg": 1577, "rotates": false }, + { "id": "lighter", "fg": 961, "rotates": false }, + { "id": "lightstrip", "fg": 962, "rotates": false }, + { "id": "lightstrip_inactive", "fg": 963, "rotates": false }, + { "id": "link_sheet", "fg": 964, "rotates": false }, + { "id": "linuxtshirt", "fg": 1342, "rotates": false }, + { "id": "lobotomizer", "fg": 965, "rotates": false }, + { "id": [ "locket", "holy_symbol_wood", "necklace" ], "fg": 1358, "rotates": false }, + { "id": "log", "fg": 1492, "rotates": false }, + { "id": "loincloth_fur", "fg": 1345, "rotates": false }, + { "id": "loincloth_leather", "fg": 1344, "rotates": false }, { "id": [ "loincloth_wool", "briefs", "panties", "bikini_bottom", "loincloth" ], - "fg": 1317, + "fg": 1343, "rotates": false }, - { "id": "long_underpants", "fg": 1196, "rotates": false }, - { "id": "long_undertop", "fg": 1220, "rotates": false }, + { "id": "long_underpants", "fg": 1222, "rotates": false }, + { "id": "long_undertop", "fg": 1246, "rotates": false }, { "id": [ "lowtops", "golf_shoes", "footrags", "footrags_wool", "socks_bag", "flip_flops" ], - "fg": 1235, + "fg": 1261, "rotates": false }, - { "id": "lsd", "fg": 494, "rotates": false }, - { "id": [ "lsurvivor_armor", "dragonskin" ], "fg": 1215, "rotates": false }, - { "id": "lsurvivor_suit", "fg": 1153, "rotates": false }, - { "id": [ "luigilasagne", "lasagne" ], "fg": 477, "rotates": false }, - { "id": [ "m107a1mag", "as50mag", "tac50mag" ], "fg": 708 }, - { "id": [ "m202_flash", "hell_launcher", "LAW" ], "fg": 757, "rotates": false }, + { "id": "lsd", "fg": 520, "rotates": false }, + { "id": [ "lsurvivor_armor", "dragonskin" ], "fg": 1241, "rotates": false }, + { "id": "lsurvivor_suit", "fg": 1179, "rotates": false }, + { "id": [ "luigilasagne", "lasagne" ], "fg": 503, "rotates": false }, + { "id": [ "m107a1mag", "as50mag", "tac50mag" ], "fg": 734 }, + { "id": [ "m202_flash", "hell_launcher", "LAW" ], "fg": 783, "rotates": false }, { "id": [ "m249", "30mm_autocannon", "rm614_lmg", "rm20", "rm298", "m240", "m60", "mgl" ], - "fg": 722, + "fg": 748, "rotates": false }, - { "id": [ "m320", "rm228", "triple_launcher_simple", "launcher_simple" ], "fg": 756, "rotates": false }, - { "id": "m3_carlgustav", "fg": 758, "rotates": false }, - { "id": "m79", "fg": 761, "rotates": false }, - { "id": [ "mace", "paint_brush" ], "fg": 786, "rotates": false }, + { "id": [ "m320", "rm228", "triple_launcher_simple", "launcher_simple" ], "fg": 782, "rotates": false }, + { "id": "m3_carlgustav", "fg": 784, "rotates": false }, + { "id": "m79", "fg": 787, "rotates": false }, + { "id": [ "mace", "paint_brush" ], "fg": 812, "rotates": false }, { "id": [ "mag_cutting", "mag_melee", "manual_melee", "mag_stabbing", "news_regional", "novel_crime2", "novel_war2" ], - "fg": 1683, + "fg": 1709, "rotates": false }, { @@ -2559,7 +2568,7 @@ "holybook_sutras", "mag_animecon" ], - "fg": 1684, + "fg": 1710, "rotates": false }, { @@ -2585,7 +2594,7 @@ "holybook_kojiki", "holybook_havamal" ], - "fg": 1680, + "fg": 1706, "rotates": false }, { @@ -2619,17 +2628,17 @@ "mag_fieldrepair", "manual_dodge_kid" ], - "fg": 1696, + "fg": 1722, "rotates": false }, - { "id": "magic_8_ball", "fg": 1621, "rotates": false }, - { "id": "magnifying_glass", "fg": 942, "rotates": false }, - { "id": "maid_dress", "fg": 1320, "rotates": false }, - { "id": "makeshift_axe", "fg": 943, "rotates": false }, - { "id": [ "makeshift_crowbar", "halligan", "crowbar" ], "fg": 851, "rotates": false }, - { "id": "makeshift_funnel", "fg": 895, "rotates": false }, - { "id": [ "makeshift_hammer", "primitive_hammer" ], "fg": 979, "rotates": false }, - { "id": "makeshift_machete", "fg": 944, "rotates": false }, + { "id": "magic_8_ball", "fg": 1647, "rotates": false }, + { "id": "magnifying_glass", "fg": 968, "rotates": false }, + { "id": "maid_dress", "fg": 1346, "rotates": false }, + { "id": "makeshift_axe", "fg": 969, "rotates": false }, + { "id": [ "makeshift_crowbar", "halligan", "crowbar" ], "fg": 877, "rotates": false }, + { "id": "makeshift_funnel", "fg": 921, "rotates": false }, + { "id": [ "makeshift_hammer", "primitive_hammer" ], "fg": 1005, "rotates": false }, + { "id": "makeshift_machete", "fg": 970, "rotates": false }, { "id": [ "makeshift_sealer", @@ -2641,20 +2650,20 @@ "magazine_battery_medium_mod", "magazine_battery_heavy_mod" ], - "fg": 1033, + "fg": 1059, "rotates": false }, - { "id": [ "makeshift_shovel", "primitive_shovel" ], "fg": 980, "rotates": false }, - { "id": "makeshift_sling", "fg": 1321, "rotates": false }, - { "id": "manhack_firebomb", "fg": 1571, "rotates": false }, - { "id": "manhack_firebomb_act", "fg": 1572, "rotates": false }, - { "id": [ "manhole_cover", "t_manhole_cover" ], "fg": 1529, "rotates": false }, + { "id": [ "makeshift_shovel", "primitive_shovel" ], "fg": 1006, "rotates": false }, + { "id": "makeshift_sling", "fg": 1347, "rotates": false }, + { "id": "manhack_firebomb", "fg": 1597, "rotates": false }, + { "id": "manhack_firebomb_act", "fg": 1598, "rotates": false }, + { "id": [ "manhole_cover", "t_manhole_cover" ], "fg": 1555, "rotates": false }, { "id": [ "mannwurstgravy", "sausagegravy", "cooked_cattail_stalk", "vibrator" ], - "fg": 439, + "fg": 465, "rotates": false }, - { "id": "manual_pankration", "fg": 1687, "rotates": false }, + { "id": "manual_pankration", "fg": 1713, "rotates": false }, { "id": [ "manual_pistol", @@ -2674,7 +2683,7 @@ "novel_coa2", "mag_barter" ], - "fg": 1697, + "fg": 1723, "rotates": false }, { @@ -2693,16 +2702,16 @@ "textbook_armeast", "brewing_cookbook" ], - "fg": 1695, + "fg": 1721, "rotates": false }, - { "id": "manual_swordsmanship", "fg": 1688, "rotates": false }, - { "id": [ "marble", "bearing", "bb", "bearing_lead", "pebble_clay", "pebble" ], "fg": 668, "rotates": false }, - { "id": "marloss_berry", "fg": 1735, "rotates": false }, - { "id": "marloss_seed", "fg": 1722, "rotates": false }, - { "id": "mask_bal", "fg": 1322, "rotates": false }, - { "id": "mask_dust", "fg": 1323, "rotates": false }, - { "id": [ "mask_filter" ], "fg": 1093, "rotates": false }, + { "id": "manual_swordsmanship", "fg": 1714, "rotates": false }, + { "id": [ "marble", "bearing", "bb", "bearing_lead", "pebble_clay", "pebble" ], "fg": 694, "rotates": false }, + { "id": "marloss_berry", "fg": 1761, "rotates": false }, + { "id": "marloss_seed", "fg": 1748, "rotates": false }, + { "id": "mask_bal", "fg": 1348, "rotates": false }, + { "id": "mask_dust", "fg": 1349, "rotates": false }, + { "id": [ "mask_filter" ], "fg": 1119, "rotates": false }, { "id": [ "mask_gas_xl", @@ -2726,71 +2735,71 @@ "rebreather_xl_on", "mask_gas" ], - "fg": 1094, + "fg": 1120, "rotates": false }, - { "id": [ "mask_guy_fawkes", "mask_hockey" ], "fg": 1324, "rotates": false }, - { "id": "mask_rioter", "fg": 1325, "rotates": false }, + { "id": [ "mask_guy_fawkes", "mask_hockey" ], "fg": 1350, "rotates": false }, + { "id": "mask_rioter", "fg": 1351, "rotates": false }, { "id": [ "mask_ski_loose", "thermal_mask", "thermal_mask_on", "balclava", "mask_ski" ], - "fg": 1053, - "rotates": false - }, - { "id": "matchbomb", "fg": 945, "rotates": false }, - { "id": "matchbomb_act", "fg": 946, "rotates": false }, - { "id": "matches", "fg": 947, "rotates": true }, - { "id": "material_niter", "fg": 661, "rotates": false }, - { "id": [ "material_shrd_limestone", "ceramic_shard" ], "fg": 1422, "rotates": false }, - { "id": "meal_chitin_piece", "fg": 1765, "rotates": false }, - { "id": [ "meat_cooked", "human_cooked", "royal_beef", "spider_steak_cooked" ], "fg": 1805, "rotates": false }, - { "id": "meat_scrap", "fg": 1790, "rotates": false }, - { "id": "meat_scrap_cooked", "fg": 1788, "rotates": false }, - { "id": "meat_tainted", "fg": 1806, "rotates": false }, - { "id": "medical_gauze", "fg": 493, "rotates": false }, - { "id": "medical_tape", "fg": 491, "rotates": false }, - { "id": "medikit", "fg": 489, "rotates": false }, - { "id": "megaarmor_armguards_1", "fg": 1164, "rotates": false }, - { "id": "megaarmor_head_1", "fg": 1326, "rotates": false }, - { "id": "megaarmor_leggings_1", "fg": 1327, "rotates": false }, - { "id": "megaarmor_torso_1", "fg": 1328, "rotates": false }, - { "id": "megaarmor_torso_2", "fg": 1329, "rotates": false }, - { "id": "megaarmor_torso_3", "fg": 1137, "rotates": false }, - { "id": "megaarmor_torso_3_act", "fg": 1136, "rotates": false }, - { "id": "megabear_skull_unclean", "fg": 397, "rotates": false }, - { "id": [ "melon", "irradiated_melon", "cotton_boll", "egg_locust" ], "fg": 1715, "rotates": false }, - { "id": [ "mess_kit", "mil_mess_kit" ], "fg": 1489, "rotates": false }, - { "id": "mess_tin", "fg": 1468, "rotates": false }, - { "id": "metal_butcher_rack", "fg": 1665, "rotates": false }, - { "id": [ "metal_file", "pin_reamer" ], "fg": 1631, "rotates": false }, - { "id": "metal_funnel", "fg": 896, "rotates": false }, - { "id": [ "metal_tank_small", "metal_tank_little", "metal_tank" ], "fg": 575, "rotates": false }, - { "id": [ "microscope", "microscope_dissecting" ], "fg": 1641, "rotates": false }, - { "id": "microwave", "fg": 1470, "rotates": false }, - { "id": "mil_plate", "fg": 1394, "rotates": false }, - { "id": [ "milk_curdling", "milk_curdling2", "milk_curdling3" ], "fg": 554, "rotates": false }, + "fg": 1079, + "rotates": false + }, + { "id": "matchbomb", "fg": 971, "rotates": false }, + { "id": "matchbomb_act", "fg": 972, "rotates": false }, + { "id": "matches", "fg": 973, "rotates": true }, + { "id": "material_niter", "fg": 687, "rotates": false }, + { "id": [ "material_shrd_limestone", "ceramic_shard" ], "fg": 1448, "rotates": false }, + { "id": "meal_chitin_piece", "fg": 1791, "rotates": false }, + { "id": [ "meat_cooked", "human_cooked", "royal_beef", "spider_steak_cooked" ], "fg": 1831, "rotates": false }, + { "id": "meat_scrap", "fg": 1816, "rotates": false }, + { "id": "meat_scrap_cooked", "fg": 1814, "rotates": false }, + { "id": "meat_tainted", "fg": 1832, "rotates": false }, + { "id": "medical_gauze", "fg": 519, "rotates": false }, + { "id": "medical_tape", "fg": 517, "rotates": false }, + { "id": "medikit", "fg": 515, "rotates": false }, + { "id": "megaarmor_armguards_1", "fg": 1190, "rotates": false }, + { "id": "megaarmor_head_1", "fg": 1352, "rotates": false }, + { "id": "megaarmor_leggings_1", "fg": 1353, "rotates": false }, + { "id": "megaarmor_torso_1", "fg": 1354, "rotates": false }, + { "id": "megaarmor_torso_2", "fg": 1355, "rotates": false }, + { "id": "megaarmor_torso_3", "fg": 1163, "rotates": false }, + { "id": "megaarmor_torso_3_act", "fg": 1162, "rotates": false }, + { "id": "megabear_skull_unclean", "fg": 423, "rotates": false }, + { "id": [ "melon", "irradiated_melon", "cotton_boll", "egg_locust" ], "fg": 1741, "rotates": false }, + { "id": [ "mess_kit", "mil_mess_kit" ], "fg": 1515, "rotates": false }, + { "id": "mess_tin", "fg": 1494, "rotates": false }, + { "id": "metal_butcher_rack", "fg": 1691, "rotates": false }, + { "id": [ "metal_file", "pin_reamer" ], "fg": 1657, "rotates": false }, + { "id": "metal_funnel", "fg": 922, "rotates": false }, + { "id": [ "metal_tank_small", "metal_tank_little", "metal_tank" ], "fg": 601, "rotates": false }, + { "id": [ "microscope", "microscope_dissecting" ], "fg": 1667, "rotates": false }, + { "id": "microwave", "fg": 1496, "rotates": false }, + { "id": "mil_plate", "fg": 1420, "rotates": false }, + { "id": [ "milk_curdling", "milk_curdling2", "milk_curdling3" ], "fg": 580, "rotates": false }, { "id": [ "milk", "soup_cullenskink", "brew_milk_curdled", "milk_curdled", "eggnog", "eggnog_spiked" ], - "fg": 1706, - "rotates": false - }, - { "id": "miner_hat", "fg": 1143, "rotates": false }, - { "id": "miner_hat_on", "fg": 1144, "rotates": false }, - { "id": "minifreezer", "fg": 1553, "rotates": false }, - { "id": "minifridge", "fg": 3257, "rotates": false }, - { "id": "mininuke_act", "fg": 948, "rotates": false }, - { "id": "mininuke_launcher", "fg": 759, "rotates": false }, - { "id": [ "mininuke", "mininuke_mod" ], "fg": 662, "rotates": false }, - { "id": "minion_dormant", "fg": 809, "rotates": false }, - { "id": "minireactor", "fg": 3173, "rotates": false }, - { "id": "minispeargun", "fg": 745, "rotates": false }, - { "id": [ "mintpatties", "basketball", "coconut" ], "fg": 1713, "rotates": false }, - { "id": "mirror", "fg": 1524, "rotates": false }, - { "id": [ "mittens", "boxing_gloves" ], "fg": 1133, "rotates": false }, - { "id": [ "mjolnir", "morningstar" ], "fg": 1474, "rotates": false }, - { "id": "mjolnir_replica", "fg": 1471, "rotates": false }, + "fg": 1732, + "rotates": false + }, + { "id": "miner_hat", "fg": 1169, "rotates": false }, + { "id": "miner_hat_on", "fg": 1170, "rotates": false }, + { "id": "minifreezer", "fg": 1579, "rotates": false }, + { "id": "minifridge", "fg": 3283, "rotates": false }, + { "id": "mininuke_act", "fg": 974, "rotates": false }, + { "id": "mininuke_launcher", "fg": 785, "rotates": false }, + { "id": [ "mininuke", "mininuke_mod" ], "fg": 688, "rotates": false }, + { "id": "minion_dormant", "fg": 835, "rotates": false }, + { "id": "minireactor", "fg": 3199, "rotates": false }, + { "id": "minispeargun", "fg": 771, "rotates": false }, + { "id": [ "mintpatties", "basketball", "coconut" ], "fg": 1739, "rotates": false }, + { "id": "mirror", "fg": 1550, "rotates": false }, + { "id": [ "mittens", "boxing_gloves" ], "fg": 1159, "rotates": false }, + { "id": [ "mjolnir", "morningstar" ], "fg": 1500, "rotates": false }, + { "id": "mjolnir_replica", "fg": 1497, "rotates": false }, { "id": [ "mobile_memory_card_used", "mobile_memory_card_encrypted", "mobile_memory_card_science", "mobile_memory_card" ], - "fg": 1472, + "fg": 1498, "rotates": false }, { @@ -2804,24 +2813,24 @@ "straw_sandals", "slippers" ], - "fg": 1236, + "fg": 1262, "rotates": false }, { "id": [ "modularvest", "modularvestsuper", "modularveststeel", "modularvestceramic", "modularvestkevlar", "modularvesthard" ], - "fg": 1217, + "fg": 1243, "rotates": false }, - { "id": "mold_plastic", "fg": 949, "rotates": false }, - { "id": [ "molle_pack", "gobag", "rucksack" ], "fg": 1357, "rotates": false }, - { "id": [ "molotov_micro_act", "molotov_lit" ], "fg": 951, "rotates": false }, - { "id": [ "molotov_micro", "molotov" ], "fg": 950, "rotates": false }, - { "id": "money_bundle", "fg": 1473, "rotates": false }, - { "id": "mop", "fg": 952, "rotates": false }, - { "id": "mortar_pestle", "fg": 953, "rotates": false }, + { "id": "mold_plastic", "fg": 975, "rotates": false }, + { "id": [ "molle_pack", "gobag", "rucksack" ], "fg": 1383, "rotates": false }, + { "id": [ "molotov_micro_act", "molotov_lit" ], "fg": 977, "rotates": false }, + { "id": [ "molotov_micro", "molotov" ], "fg": 976, "rotates": false }, + { "id": "money_bundle", "fg": 1499, "rotates": false }, + { "id": "mop", "fg": 978, "rotates": false }, + { "id": "mortar_pestle", "fg": 979, "rotates": false }, { "id": [ "moss_brownie", "pistol_flintlock", "2_shot_special", "lemat_revolver", "colt_saa", "410_revolver" ], - "fg": 746, + "fg": 772, "rotates": false }, { @@ -2836,12 +2845,12 @@ "alternator_truck", "motor" ], - "fg": 1542, + "fg": 1568, "rotates": false }, - { "id": "mouthpiece", "fg": 1330, "rotates": false }, - { "id": "mp3", "fg": 954, "rotates": false }, - { "id": "mp3_on", "fg": 955, "rotates": false }, + { "id": "mouthpiece", "fg": 1356, "rotates": false }, + { "id": "mp3", "fg": 980, "rotates": false }, + { "id": "mp3_on", "fg": 981, "rotates": false }, { "id": [ "mp5bigmag", @@ -2855,14 +2864,14 @@ "saiga410mag_30rd", "8x40_250_mag" ], - "fg": 698 + "fg": 724 }, - { "id": "muffler", "fg": 1549, "rotates": false }, - { "id": [ "mugwort", "pine_bough", "tobacco_raw", "weed" ], "fg": 435, "rotates": false }, - { "id": [ "multi_cooker", "mon_hallu_multicooker", "safe_box" ], "fg": 801, "rotates": false }, - { "id": [ "multitool", "knife_swissarmy" ], "fg": 932, "rotates": false }, - { "id": [ "mushroom_morel", "morel_cooked", "morel_fried", "mushroom" ], "fg": 425, "rotates": false }, - { "id": [ "mustard", "honey_bottled", "marloss_gel" ], "fg": 1766, "rotates": false }, + { "id": "muffler", "fg": 1575, "rotates": false }, + { "id": [ "mugwort", "pine_bough", "tobacco_raw", "weed" ], "fg": 461, "rotates": false }, + { "id": [ "multi_cooker", "mon_hallu_multicooker", "safe_box" ], "fg": 827, "rotates": false }, + { "id": [ "multitool", "knife_swissarmy" ], "fg": 958, "rotates": false }, + { "id": [ "mushroom_morel", "morel_cooked", "morel_fried", "mushroom" ], "fg": 451, "rotates": false }, + { "id": [ "mustard", "honey_bottled", "marloss_gel" ], "fg": 1792, "rotates": false }, { "id": [ "mutagen", @@ -2889,24 +2898,24 @@ "mutagen_raptor", "pine_wine" ], - "fg": 1707, + "fg": 1733, "rotates": false }, - { "id": "mycus_fruit", "fg": 1733, "rotates": false }, - { "id": "nail_bomb", "fg": 542, "rotates": false }, - { "id": "nailboard", "fg": 794, "rotates": false }, - { "id": "nailgun", "fg": 748, "rotates": false }, - { "id": "nailrifle", "fg": 732, "rotates": false }, - { "id": "nanoskirt", "fg": 1331, "rotates": false }, - { "id": "needle_bone", "fg": 957, "rotates": false }, - { "id": "needle_wood", "fg": 956, "rotates": false }, - { "id": "nic_gum", "fg": 452, "rotates": false }, - { "id": "nicotine_liquid", "fg": 667, "rotates": false }, - { "id": "noise_emitter", "fg": 959, "rotates": false }, - { "id": "noise_emitter_on", "fg": 961, "rotates": false }, + { "id": "mycus_fruit", "fg": 1759, "rotates": false }, + { "id": "nail_bomb", "fg": 568, "rotates": false }, + { "id": "nailboard", "fg": 820, "rotates": false }, + { "id": "nailgun", "fg": 774, "rotates": false }, + { "id": "nailrifle", "fg": 758, "rotates": false }, + { "id": "nanoskirt", "fg": 1357, "rotates": false }, + { "id": "needle_bone", "fg": 983, "rotates": false }, + { "id": "needle_wood", "fg": 982, "rotates": false }, + { "id": "nic_gum", "fg": 478, "rotates": false }, + { "id": "nicotine_liquid", "fg": 693, "rotates": false }, + { "id": "noise_emitter", "fg": 985, "rotates": false }, + { "id": "noise_emitter_on", "fg": 987, "rotates": false }, { "id": [ "nomex_hood", "wetsuit_hood", "hood_fsurvivor", "hood_h20survivor", "fencing_mask", "chainmail_hood", "helmet_motor" ], - "fg": 1280, + "fg": 1306, "rotates": false }, { @@ -2940,11 +2949,11 @@ "manual_lizard", "manual_venom_snake" ], - "fg": 1681, + "fg": 1707, "rotates": false }, - { "id": "nuclear_fuel", "fg": 1477, "rotates": false }, - { "id": "nuclear_waste", "fg": 1476, "rotates": false }, + { "id": "nuclear_fuel", "fg": 1503, "rotates": false }, + { "id": "nuclear_waste", "fg": 1502, "rotates": false }, { "id": [ "nx17", @@ -2957,56 +2966,56 @@ "laser_rifle_cheap", "ftk93" ], - "fg": 753, + "fg": 779, "rotates": false }, - { "id": "nyquil", "fg": 504, "rotates": false }, - { "id": [ "oatmeal_deluxe", "oatmeal_cooked" ], "fg": 474, "rotates": false }, - { "id": "offal", "fg": 393, "rotates": false }, - { "id": [ "offal_canned", "r_paint", "pickles_ferment" ], "fg": 514, "rotates": false }, - { "id": "offal_cooked", "fg": 392, "rotates": false }, + { "id": "nyquil", "fg": 530, "rotates": false }, + { "id": [ "oatmeal_deluxe", "oatmeal_cooked" ], "fg": 500, "rotates": false }, + { "id": "offal", "fg": 419, "rotates": false }, + { "id": [ "offal_canned", "r_paint", "pickles_ferment" ], "fg": 540, "rotates": false }, + { "id": "offal_cooked", "fg": 418, "rotates": false }, { "id": [ "offal_pickled", "sauerkraut_ferment", "jar_spider_steak_pickled", "megabear_skull_picked" ], - "fg": 515, + "fg": 541, "rotates": false }, - { "id": [ "oj", "juice", "orangesoda", "triple_sec", "drink_screwdriver" ], "fg": 1708, "rotates": false }, - { "id": "omnicamera", "fg": 1552, "rotates": false }, + { "id": [ "oj", "juice", "orangesoda", "triple_sec", "drink_screwdriver" ], "fg": 1734, "rotates": false }, + { "id": "omnicamera", "fg": 1578, "rotates": false }, { "id": [ "onigiri", "seed_garlic", "fat", "material_limestone", "material_rocksalt", "marshmallow" ], - "fg": 402, - "rotates": false - }, - { "id": [ "onion", "irradiated_onion" ], "fg": 1716, "rotates": false }, - { "id": "onion_rings", "fg": 399, "rotates": false }, - { "id": "optical_cloak", "fg": 1105, "rotates": false }, - { "id": [ "orange", "irradiated_orange" ], "fg": 1717, "rotates": false }, - { "id": [ "oxy_torch", "welder" ], "fg": 1037, "rotates": false }, - { "id": "p_carpet", "fg": 1056, "rotates": false }, - { "id": "p_paint", "fg": 519, "rotates": false }, - { "id": "pallet_lifter", "fg": 1478, "rotates": false }, - { "id": [ "pan", "waffleiron" ], "fg": 941, "rotates": false }, - { "id": "panacea", "fg": 506, "rotates": false }, - { "id": "pants_army", "fg": 1337, "rotates": false }, - { "id": [ "pants_cargo", "pants_survivor", "lsurvivor_pants" ], "fg": 1198, "rotates": false }, - { "id": "pants_checkered", "fg": 1336, "rotates": false }, - { "id": "pants_fur", "fg": 1338, "rotates": false }, - { "id": [ "pants_leather", "breeches" ], "fg": 1199, "rotates": false }, - { "id": [ "pants_ski", "jeans_red" ], "fg": 1200, "rotates": false }, + "fg": 428, + "rotates": false + }, + { "id": [ "onion", "irradiated_onion" ], "fg": 1742, "rotates": false }, + { "id": "onion_rings", "fg": 425, "rotates": false }, + { "id": "optical_cloak", "fg": 1131, "rotates": false }, + { "id": [ "orange", "irradiated_orange" ], "fg": 1743, "rotates": false }, + { "id": [ "oxy_torch", "welder" ], "fg": 1063, "rotates": false }, + { "id": "p_carpet", "fg": 1082, "rotates": false }, + { "id": "p_paint", "fg": 545, "rotates": false }, + { "id": "pallet_lifter", "fg": 1504, "rotates": false }, + { "id": [ "pan", "waffleiron" ], "fg": 967, "rotates": false }, + { "id": "panacea", "fg": 532, "rotates": false }, + { "id": "pants_army", "fg": 1363, "rotates": false }, + { "id": [ "pants_cargo", "pants_survivor", "lsurvivor_pants" ], "fg": 1224, "rotates": false }, + { "id": "pants_checkered", "fg": 1362, "rotates": false }, + { "id": "pants_fur", "fg": 1364, "rotates": false }, + { "id": [ "pants_leather", "breeches" ], "fg": 1225, "rotates": false }, + { "id": [ "pants_ski", "jeans_red" ], "fg": 1226, "rotates": false }, { "id": [ "pants", "tights", "technician_pants_gray", "motorbike_pants", "hakama_gi" ], - "fg": 1197, + "fg": 1223, "rotates": false }, - { "id": [ "papaya", "irradiated_papaya" ], "fg": 1729, "rotates": false }, - { "id": [ "peach", "irradiated_peach" ], "fg": 1718, "rotates": false }, - { "id": [ "peacoat", "gambeson" ], "fg": 1085, "rotates": false }, + { "id": [ "papaya", "irradiated_papaya" ], "fg": 1755, "rotates": false }, + { "id": [ "peach", "irradiated_peach" ], "fg": 1744, "rotates": false }, + { "id": [ "peacoat", "gambeson" ], "fg": 1111, "rotates": false }, { "id": [ "pearl_collar", "platinum_locket", "platinum_necklace", "silver_locket", "silver_necklace" ], - "fg": 1333, + "fg": 1359, "rotates": false }, - { "id": "peephole", "fg": 1480, "rotates": false }, + { "id": "peephole", "fg": 1506, "rotates": false }, { "id": [ "pemmican", @@ -3018,7 +3027,7 @@ "unfinished_charcoal", "fish_smoked" ], - "fg": 1792, + "fg": 1818, "rotates": false }, { @@ -3041,14 +3050,14 @@ "material_sand", "ash" ], - "fg": 1773, + "fg": 1799, "rotates": false }, - { "id": "permanent_marker", "fg": 510, "rotates": false }, - { "id": "pet_carrier", "fg": 966, "rotates": false }, - { "id": "petpack", "fg": 1606, "rotates": false }, - { "id": "petrified_eye", "fg": 1481, "rotates": false }, - { "id": "pheromone", "fg": 967, "rotates": false }, + { "id": "permanent_marker", "fg": 536, "rotates": false }, + { "id": "pet_carrier", "fg": 992, "rotates": false }, + { "id": "petpack", "fg": 1632, "rotates": false }, + { "id": "petrified_eye", "fg": 1507, "rotates": false }, + { "id": "pheromone", "fg": 993, "rotates": false }, { "id": [ "photo_album", @@ -3069,83 +3078,83 @@ "tailor_portfolio", "family_cookbook" ], - "fg": 1686, + "fg": 1712, "rotates": false }, - { "id": "picklocks", "fg": 853, "rotates": false }, - { "id": [ "pie_meat", "pie_human", "pie_maple", "pie" ], "fg": 461, "rotates": false }, - { "id": [ "pills_sleep", "prussian_blue", "oxycodone" ], "fg": 499, "rotates": false }, - { "id": [ "pilot_light", "crude_firestarter" ], "fg": 787, "rotates": false }, - { "id": "pinecone", "fg": 1721, "rotates": false }, - { "id": "pipe", "fg": 1432, "rotates": false }, - { "id": [ "pipe__gun_44", "pipe_shotgunsawn" ], "fg": 764, "rotates": false }, - { "id": "pipe_glass", "fg": 971, "rotates": false }, - { "id": "pipe_solid", "fg": 1484, "rotates": false }, - { "id": "pipe_solid_spear", "fg": 1485, "rotates": false }, - { "id": "pipe_tobacco", "fg": 972, "rotates": false }, - { "id": "pizza_cheese", "fg": 462, "rotates": false }, - { "id": [ "pizza_meat", "pizza_human" ], "fg": 463, "rotates": false }, - { "id": [ "pizza_veggy", "pie_veggy" ], "fg": 464, "rotates": false }, - { "id": "plant_fibre", "fg": 672, "rotates": false }, - { "id": "plant_sac", "fg": 1748, "rotates": false }, + { "id": "picklocks", "fg": 879, "rotates": false }, + { "id": [ "pie_meat", "pie_human", "pie_maple", "pie" ], "fg": 487, "rotates": false }, + { "id": [ "pills_sleep", "prussian_blue", "oxycodone" ], "fg": 525, "rotates": false }, + { "id": [ "pilot_light", "crude_firestarter" ], "fg": 813, "rotates": false }, + { "id": "pinecone", "fg": 1747, "rotates": false }, + { "id": "pipe", "fg": 1458, "rotates": false }, + { "id": [ "pipe__gun_44", "pipe_shotgunsawn" ], "fg": 790, "rotates": false }, + { "id": "pipe_glass", "fg": 997, "rotates": false }, + { "id": "pipe_solid", "fg": 1510, "rotates": false }, + { "id": "pipe_solid_spear", "fg": 1511, "rotates": false }, + { "id": "pipe_tobacco", "fg": 998, "rotates": false }, + { "id": "pizza_cheese", "fg": 488, "rotates": false }, + { "id": [ "pizza_meat", "pizza_human" ], "fg": 489, "rotates": false }, + { "id": [ "pizza_veggy", "pie_veggy" ], "fg": 490, "rotates": false }, + { "id": "plant_fibre", "fg": 698, "rotates": false }, + { "id": "plant_sac", "fg": 1774, "rotates": false }, { "id": [ "plasma", "charge_shot", "rebreather_filter", "gasfilter_s", "gasfilter_m", "gasfilter_l" ], - "fg": 618, - "rotates": false - }, - { "id": "plastic_bag_vac", "fg": 567, "rotates": false }, - { "id": "plastic_chunk", "fg": 973, "rotates": false }, - { "id": "plastic_pot_flower", "fg": 1389, "rotates": false }, - { "id": "plastic_sheet", "fg": 1620, "rotates": false }, - { "id": [ "plastic_shopping_bag", "plastic_bucket" ], "fg": 564, "rotates": false }, - { "id": [ "pliers", "tongs" ], "fg": 1020, "rotates": false }, - { "id": [ "plums", "irradiated_plums" ], "fg": 1760, "rotates": false }, - { "id": "plut_cell", "fg": 619, "rotates": false }, - { "id": "pocketwatch", "fg": 788, "rotates": false }, - { "id": "pockknife", "fg": 933, "rotates": false }, - { "id": "pokeball", "fg": 974, "rotates": false }, - { "id": "polo_shirt", "fg": 1314, "rotates": false }, - { "id": "poncho", "fg": 1341, "rotates": false }, - { "id": [ "pool_ball", "bowling_ball" ], "fg": 685, "rotates": false }, - { "id": [ "popcan_stove", "can_drink" ], "fg": 524, "rotates": false }, - { "id": [ "popcorn", "popcorn2", "popcorn3" ], "fg": 1799, "rotates": false }, - { "id": [ "poppy_flower", "tulip_flower" ], "fg": 1743, "rotates": false }, - { "id": "portable_game", "fg": 975, "rotates": false }, - { "id": "portal", "fg": 976, "rotates": false }, - { "id": "postman_hat", "fg": 1273, "rotates": false }, - { "id": "postman_shirt", "fg": 1221, "rotates": false }, - { "id": "postman_shorts", "fg": 1345, "rotates": false }, - { "id": "pot", "fg": 1492, "rotates": false }, - { "id": "pot_copper", "fg": 1491, "rotates": false }, - { "id": "pot_makeshift_copper", "fg": 1490, "rotates": false }, - { "id": [ "pot_xlhelmet", "pot_helmet" ], "fg": 1493, "rotates": false }, - { "id": "potato_baked", "fg": 1725, "rotates": false }, + "fg": 644, + "rotates": false + }, + { "id": "plastic_bag_vac", "fg": 593, "rotates": false }, + { "id": "plastic_chunk", "fg": 999, "rotates": false }, + { "id": "plastic_pot_flower", "fg": 1415, "rotates": false }, + { "id": "plastic_sheet", "fg": 1646, "rotates": false }, + { "id": [ "plastic_shopping_bag", "plastic_bucket" ], "fg": 590, "rotates": false }, + { "id": [ "pliers", "tongs" ], "fg": 1046, "rotates": false }, + { "id": [ "plums", "irradiated_plums" ], "fg": 1786, "rotates": false }, + { "id": "plut_cell", "fg": 645, "rotates": false }, + { "id": "pocketwatch", "fg": 814, "rotates": false }, + { "id": "pockknife", "fg": 959, "rotates": false }, + { "id": "pokeball", "fg": 1000, "rotates": false }, + { "id": "polo_shirt", "fg": 1340, "rotates": false }, + { "id": "poncho", "fg": 1367, "rotates": false }, + { "id": [ "pool_ball", "bowling_ball" ], "fg": 711, "rotates": false }, + { "id": [ "popcan_stove", "can_drink" ], "fg": 550, "rotates": false }, + { "id": [ "popcorn", "popcorn2", "popcorn3" ], "fg": 1825, "rotates": false }, + { "id": [ "poppy_flower", "tulip_flower" ], "fg": 1769, "rotates": false }, + { "id": "portable_game", "fg": 1001, "rotates": false }, + { "id": "portal", "fg": 1002, "rotates": false }, + { "id": "postman_hat", "fg": 1299, "rotates": false }, + { "id": "postman_shirt", "fg": 1247, "rotates": false }, + { "id": "postman_shorts", "fg": 1371, "rotates": false }, + { "id": "pot", "fg": 1518, "rotates": false }, + { "id": "pot_copper", "fg": 1517, "rotates": false }, + { "id": "pot_makeshift_copper", "fg": 1516, "rotates": false }, + { "id": [ "pot_xlhelmet", "pot_helmet" ], "fg": 1519, "rotates": false }, + { "id": "potato_baked", "fg": 1751, "rotates": false }, { "id": [ "potato", "irradiated_potato", "kiwi", "irradiated_kiwi", "egg_bird" ], - "fg": 1726, + "fg": 1752, "rotates": false }, - { "id": "pouch_autoclave", "fg": 1601, "rotates": false }, - { "id": "powder_candy", "fg": 412, "rotates": false }, - { "id": "power_armor_frame", "fg": 1347, "rotates": false }, - { "id": "power_armor_heavy", "fg": 1348, "rotates": false }, - { "id": "power_armor_helmet_heavy", "fg": 1350, "rotates": false }, - { "id": "power_armor_helmet_light", "fg": 1351, "rotates": false }, - { "id": "power_armor_light", "fg": 1352, "rotates": false }, - { "id": [ "powered_earmuffs_on", "hat_noise_cancelling", "powered_earmuffs" ], "fg": 1089, "rotates": false }, - { "id": "press", "fg": 977, "rotates": false }, - { "id": "pressurized_tank", "fg": 711, "rotates": false }, - { "id": [ "primitive_adze", "hand_axe", "primitive_axe" ], "fg": 978, "rotates": false }, + { "id": "pouch_autoclave", "fg": 1627, "rotates": false }, + { "id": "powder_candy", "fg": 438, "rotates": false }, + { "id": "power_armor_frame", "fg": 1373, "rotates": false }, + { "id": "power_armor_heavy", "fg": 1374, "rotates": false }, + { "id": "power_armor_helmet_heavy", "fg": 1376, "rotates": false }, + { "id": "power_armor_helmet_light", "fg": 1377, "rotates": false }, + { "id": "power_armor_light", "fg": 1378, "rotates": false }, + { "id": [ "powered_earmuffs_on", "hat_noise_cancelling", "powered_earmuffs" ], "fg": 1115, "rotates": false }, + { "id": "press", "fg": 1003, "rotates": false }, + { "id": "pressurized_tank", "fg": 737, "rotates": false }, + { "id": [ "primitive_adze", "hand_axe", "primitive_axe" ], "fg": 1004, "rotates": false }, { "id": [ "processor", "RAM", "amplifier", "transponder", "receiver", "radio_repeater_mod", "circuit", "radio_mod" ], - "fg": 789, + "fg": 815, "rotates": false }, - { "id": "prozac", "fg": 502, "rotates": false }, - { "id": [ "puck", "ear_spool" ], "fg": 1381, "rotates": false }, - { "id": "puller", "fg": 981, "rotates": false }, - { "id": "pump_complex", "fg": 1495, "rotates": false }, - { "id": "punch_dagger", "fg": 1496, "rotates": false }, + { "id": "prozac", "fg": 528, "rotates": false }, + { "id": [ "puck", "ear_spool" ], "fg": 1407, "rotates": false }, + { "id": "puller", "fg": 1007, "rotates": false }, + { "id": "pump_complex", "fg": 1521, "rotates": false }, + { "id": "punch_dagger", "fg": 1522, "rotates": false }, { "id": [ "purifier", @@ -3158,38 +3167,38 @@ "sports_drink", "napalm" ], - "fg": 1709, + "fg": 1735, "rotates": false }, - { "id": "purse", "fg": 563, "rotates": false }, - { "id": [ "q_solarpack_on", "solarpack_on" ], "fg": 1095, "rotates": false }, - { "id": "q_staff", "fg": 792, "rotates": false }, - { "id": [ "quiver_birchbark", "sheath", "bootsheath", "quiver" ], "fg": 1353, "rotates": false }, + { "id": "purse", "fg": 589, "rotates": false }, + { "id": [ "q_solarpack_on", "solarpack_on" ], "fg": 1121, "rotates": false }, + { "id": "q_staff", "fg": 818, "rotates": false }, + { "id": [ "quiver_birchbark", "sheath", "bootsheath", "quiver" ], "fg": 1379, "rotates": false }, { "id": [ "quiver_large_birchbark", "scabbard", "bscabbard", "baldric", "quiver_large" ], - "fg": 1354, + "fg": 1380, "rotates": false }, - { "id": "r_carpet", "fg": 1057, "rotates": false }, - { "id": [ "rad_badge", "wrapped_rad_badge" ], "fg": 1041, "rotates": false }, - { "id": "radio", "fg": 958, "rotates": false }, - { "id": "radio_car", "fg": 983, "rotates": false }, - { "id": "radio_car_on", "fg": 984, "rotates": false }, - { "id": "radio_on", "fg": 960, "rotates": false }, - { "id": "rag_bloody", "fg": 692, "rotates": false }, - { "id": [ "rag", "chestwrap", "nomex", "neoprene", "tinder" ], "fg": 690, "rotates": false }, - { "id": "ragpouch", "fg": 1310, "rotates": false }, + { "id": "r_carpet", "fg": 1083, "rotates": false }, + { "id": [ "rad_badge", "wrapped_rad_badge" ], "fg": 1067, "rotates": false }, + { "id": "radio", "fg": 984, "rotates": false }, + { "id": "radio_car", "fg": 1009, "rotates": false }, + { "id": "radio_car_on", "fg": 1010, "rotates": false }, + { "id": "radio_on", "fg": 986, "rotates": false }, + { "id": "rag_bloody", "fg": 718, "rotates": false }, + { "id": [ "rag", "chestwrap", "nomex", "neoprene", "tinder" ], "fg": 716, "rotates": false }, + { "id": "ragpouch", "fg": 1336, "rotates": false }, { "id": [ "rapier_fake", "fencing_foil", "fencing_epee", "fencing_sabre", "estoc", "estoc_fake", "rapier" ], - "fg": 985, + "fg": 1011, "rotates": false }, - { "id": [ "raw_hleather", "raw_tainted_leather", "raw_leather" ], "fg": 406, "rotates": false }, - { "id": [ "raw_tainted_fur", "raw_fur" ], "fg": 403, "rotates": false }, - { "id": "razor_blade", "fg": 1497, "rotates": false }, - { "id": [ "razorclaw_roe", "egg_fish" ], "fg": 1719, "rotates": false }, - { "id": [ "rebar", "spear_rebar", "spear_steel", "spear_pipe", "flute" ], "fg": 793, "rotates": false }, - { "id": "recharge_station", "fg": 3258, "rotates": false }, + { "id": [ "raw_hleather", "raw_tainted_leather", "raw_leather" ], "fg": 432, "rotates": false }, + { "id": [ "raw_tainted_fur", "raw_fur" ], "fg": 429, "rotates": false }, + { "id": "razor_blade", "fg": 1523, "rotates": false }, + { "id": [ "razorclaw_roe", "egg_fish" ], "fg": 1745, "rotates": false }, + { "id": [ "rebar", "spear_rebar", "spear_steel", "spear_pipe", "flute" ], "fg": 819, "rotates": false }, + { "id": "recharge_station", "fg": 3284, "rotates": false }, { "id": [ "recipe_alpha", @@ -3205,7 +3214,7 @@ "holybook_granth", "holybook_scientology" ], - "fg": 1689, + "fg": 1715, "rotates": false }, { @@ -3227,30 +3236,30 @@ "necropolis_leaflet", "black_box_transcript" ], - "fg": 1698, + "fg": 1724, "rotates": false }, - { "id": "ref_lighter", "fg": 986, "rotates": false }, - { "id": "ref_lighter_dare", "fg": 987, "rotates": false }, - { "id": "ref_lighter_on", "fg": 988, "rotates": false }, - { "id": "ref_lighter_string", "fg": 1145, "rotates": false }, - { "id": [ "reference_cooking", "reference_fabrication1" ], "fg": 1625, "rotates": false }, + { "id": "ref_lighter", "fg": 1012, "rotates": false }, + { "id": "ref_lighter_dare", "fg": 1013, "rotates": false }, + { "id": "ref_lighter_on", "fg": 1014, "rotates": false }, + { "id": "ref_lighter_string", "fg": 1171, "rotates": false }, + { "id": [ "reference_cooking", "reference_fabrication1" ], "fg": 1651, "rotates": false }, { "id": [ "rehydrated_fruit", "juice_pulp", "can_spam", "can_tuna", "can_salmon", "can_catfood", "chem_anfo", "catfood" ], - "fg": 1783, + "fg": 1809, "rotates": false }, { "id": [ "rehydrated_meat", "rehydrated_hflesh", "apple_canned", "apple_sugar", "meat_pickled", "human_pickled" ], - "fg": 1784, + "fg": 1810, "rotates": false }, - { "id": [ "rehydrated_veggy", "veggy_pickled" ], "fg": 1785, "rotates": false }, - { "id": [ "reinforced_glass_sheet", "reinforced_glass_pane" ], "fg": 1448, "rotates": false }, - { "id": [ "reinforced_solar_panel", "reinforced_solar_panel_v2" ], "fg": 1660, "rotates": false }, - { "id": [ "reloaded_5x50dart", "5x50heavy", "5x50dart" ], "fg": 608, "rotates": false }, - { "id": [ "remotevehcontrol", "radiocontrol" ], "fg": 982, "rotates": false }, - { "id": "resin_cord", "fg": 492, "rotates": false }, + { "id": [ "rehydrated_veggy", "veggy_pickled" ], "fg": 1811, "rotates": false }, + { "id": [ "reinforced_glass_sheet", "reinforced_glass_pane" ], "fg": 1474, "rotates": false }, + { "id": [ "reinforced_solar_panel", "reinforced_solar_panel_v2" ], "fg": 1686, "rotates": false }, + { "id": [ "reloaded_5x50dart", "5x50heavy", "5x50dart" ], "fg": 634, "rotates": false }, + { "id": [ "remotevehcontrol", "radiocontrol" ], "fg": 1008, "rotates": false }, + { "id": "resin_cord", "fg": 518, "rotates": false }, { "id": [ "retool_45", @@ -3343,7 +3352,7 @@ "makeshift_bayonet", "briefcase_smg" ], - "fg": 771, + "fg": 797, "rotates": false }, { @@ -3361,7 +3370,7 @@ "ksg", "shotgun_410" ], - "fg": 741, + "fg": 767, "rotates": false }, { @@ -3381,7 +3390,7 @@ "ksub2000", "rm88_battle_rifle" ], - "fg": 733, + "fg": 759, "rotates": false }, { @@ -3399,48 +3408,48 @@ "chainmail_hauberk", "rm13_armor" ], - "fg": 1046, - "rotates": false - }, - { "id": "rm4502", "fg": 712, "rotates": false }, - { "id": "rm4504", "fg": 713, "rotates": false }, - { "id": "robe", "fg": 1207, "rotates": false }, - { "id": "robot_controls", "fg": 1548, "rotates": false }, - { "id": "rock_quern", "fg": 992, "rotates": false }, - { "id": [ "rock" ], "fg": 686, "rotates": false }, - { "id": "rock_sock", "fg": 1499, "rotates": false }, - { "id": "rocket_core", "fg": 989, "rotates": false }, - { "id": "rocket_core_act", "fg": 990, "rotates": false }, - { "id": [ "rollerskates", "roller_blades" ], "fg": 1356, "rotates": false }, - { "id": [ "rolling_paper", "aluminum_foil", "wrapper" ], "fg": 586, "rotates": false }, - { "id": "rollmat", "fg": 1062, "rotates": false }, - { "id": [ "rope_6", "rope_makeshift_30", "rope_makeshift_6", "rope_30" ], "fg": 1500, "rotates": false }, - { "id": "royal_jelly", "fg": 457, "rotates": false }, - { "id": "royal_jelly_sap", "fg": 456, "rotates": false }, + "fg": 1072, + "rotates": false + }, + { "id": "rm4502", "fg": 738, "rotates": false }, + { "id": "rm4504", "fg": 739, "rotates": false }, + { "id": "robe", "fg": 1233, "rotates": false }, + { "id": "robot_controls", "fg": 1574, "rotates": false }, + { "id": "rock_quern", "fg": 1018, "rotates": false }, + { "id": [ "rock" ], "fg": 712, "rotates": false }, + { "id": "rock_sock", "fg": 1525, "rotates": false }, + { "id": "rocket_core", "fg": 1015, "rotates": false }, + { "id": "rocket_core_act", "fg": 1016, "rotates": false }, + { "id": [ "rollerskates", "roller_blades" ], "fg": 1382, "rotates": false }, + { "id": [ "rolling_paper", "aluminum_foil", "wrapper" ], "fg": 612, "rotates": false }, + { "id": "rollmat", "fg": 1088, "rotates": false }, + { "id": [ "rope_6", "rope_makeshift_30", "rope_makeshift_6", "rope_30" ], "fg": 1526, "rotates": false }, + { "id": "royal_jelly", "fg": 483, "rotates": false }, + { "id": "royal_jelly_sap", "fg": 482, "rotates": false }, { "id": [ "rubber_slug", "canister_goo", "bot_fungal_boil", "bot_fungal_boil_egg" ], - "fg": 536, + "fg": 562, "rotates": false }, - { "id": [ "ruger1022bigmag", "mp5mag" ], "fg": 709 }, - { "id": "ruined_chunks", "fg": 1759, "rotates": false }, - { "id": [ "rx12_injector", "rx11_stimpack" ], "fg": 750, "rotates": false }, + { "id": [ "ruger1022bigmag", "mp5mag" ], "fg": 735 }, + { "id": "ruined_chunks", "fg": 1785, "rotates": false }, + { "id": [ "rx12_injector", "rx11_stimpack" ], "fg": 776, "rotates": false }, { "id": [ "sac_purse_clean_water_ankle", "sac_purse_clean_water_arm", "sac_purse_clean_water_leg", "sac_purse_clean_water" ], - "fg": 1146, + "fg": 1172, "rotates": false }, - { "id": [ "sac_purse", "sac_purse_ankle", "sac_purse_arm", "sac_purse_leg" ], "fg": 552, "rotates": false }, - { "id": [ "sac_treated", "sac_empty" ], "fg": 551, "rotates": false }, - { "id": "saddle", "fg": 3261, "rotates": false }, - { "id": [ "saiga_12", "m1918", "saiga_410" ], "fg": 754, "rotates": false }, - { "id": [ "sandwich_cucumber", "sandwich_veggy" ], "fg": 470, "rotates": false }, + { "id": [ "sac_purse", "sac_purse_ankle", "sac_purse_arm", "sac_purse_leg" ], "fg": 578, "rotates": false }, + { "id": [ "sac_treated", "sac_empty" ], "fg": 577, "rotates": false }, + { "id": "saddle", "fg": 3287, "rotates": false }, + { "id": [ "saiga_12", "m1918", "saiga_410" ], "fg": 780, "rotates": false }, + { "id": [ "sandwich_cucumber", "sandwich_veggy" ], "fg": 496, "rotates": false }, { "id": [ "sandwich_pbh", "sandwich_cheese_grilled", "sandwich_cheese", "sandwich_honey", "sandwich_pbm", "fish_sandwich" ], - "fg": 469, + "fg": 495, "rotates": false }, - { "id": [ "sandwich_pbj", "blt", "sandwich_jam" ], "fg": 471, "rotates": false }, + { "id": [ "sandwich_pbj", "blt", "sandwich_jam" ], "fg": 497, "rotates": false }, { "id": [ "sandwich_t", @@ -3458,13 +3467,13 @@ "sandwich_sauce", "spider_steak_sandwich" ], - "fg": 472, + "fg": 498, "rotates": false }, - { "id": [ "sauce_pesto", "seasoning_italian", "tea_raw", "fertilizer" ], "fg": 1767, "rotates": false }, + { "id": [ "sauce_pesto", "seasoning_italian", "tea_raw", "fertilizer" ], "fg": 1793, "rotates": false }, { "id": [ "sauce_red", "ketchup", "strawberries_cooked", "fruit_cooked", "jam_fruit" ], - "fg": 1768, + "fg": 1794, "rotates": false }, { @@ -3481,16 +3490,16 @@ "h_currywurst", "sweet_sausage" ], - "fg": 440, + "fg": 466, "rotates": false }, - { "id": "sausage_wasteland", "fg": 394, "rotates": false }, - { "id": "saw", "fg": 908, "rotates": false }, - { "id": "saxophone", "fg": 1147, "rotates": false }, - { "id": "scalpel", "fg": 993, "rotates": false }, + { "id": "sausage_wasteland", "fg": 420, "rotates": false }, + { "id": "saw", "fg": 934, "rotates": false }, + { "id": "saxophone", "fg": 1173, "rotates": false }, + { "id": "scalpel", "fg": 1019, "rotates": false }, { "id": [ "scarf_fur", "scarf_fur_long", "scarf_fur_long_loose", "scarf_fur_loose" ], - "fg": 1149, + "fg": 1175, "rotates": false }, { @@ -3508,21 +3517,21 @@ "scarf_loose", "scarf" ], - "fg": 1148, + "fg": 1174, "rotates": false }, - { "id": "scissors", "fg": 994, "rotates": false }, - { "id": "scrambler", "fg": 595, "rotates": false }, - { "id": "scrambler_act", "fg": 588, "rotates": false }, - { "id": [ "scrap_bronze", "scrap_copper", "copper" ], "fg": 640, "rotates": false }, - { "id": "screwdriver", "fg": 840, "rotates": false }, - { "id": "screwdriver_set", "fg": 841, "rotates": false }, - { "id": "scythe", "fg": 995, "rotates": false }, - { "id": "scythe_war", "fg": 1528, "rotates": false }, - { "id": "seat", "fg": 1650, "rotates": false }, - { "id": "seed_blueberries", "fg": 1761, "rotates": false }, - { "id": [ "seed_mushroom_morel", "fungal_seeds", "seed_mushroom" ], "fg": 1749, "rotates": false }, - { "id": "seed_rhubarb", "fg": 417, "rotates": false }, + { "id": "scissors", "fg": 1020, "rotates": false }, + { "id": "scrambler", "fg": 621, "rotates": false }, + { "id": "scrambler_act", "fg": 614, "rotates": false }, + { "id": [ "scrap_bronze", "scrap_copper", "copper" ], "fg": 666, "rotates": false }, + { "id": "screwdriver", "fg": 866, "rotates": false }, + { "id": "screwdriver_set", "fg": 867, "rotates": false }, + { "id": "scythe", "fg": 1021, "rotates": false }, + { "id": "scythe_war", "fg": 1554, "rotates": false }, + { "id": "seat", "fg": 1676, "rotates": false }, + { "id": "seed_blueberries", "fg": 1787, "rotates": false }, + { "id": [ "seed_mushroom_morel", "fungal_seeds", "seed_mushroom" ], "fg": 1775, "rotates": false }, + { "id": "seed_rhubarb", "fg": 443, "rotates": false }, { "id": [ "seed_wheat", @@ -3564,7 +3573,7 @@ "seed_chili_pepper", "pistachio" ], - "fg": 1752, + "fg": 1778, "rotates": false }, { @@ -3621,40 +3630,40 @@ "wash_whiskey", "choc_drink" ], - "fg": 1710, - "rotates": false - }, - { "id": [ "sf_watch", "gold_watch", "platinum_watch", "silver_watch" ], "fg": 1251, "rotates": false }, - { "id": "sharp_rock", "fg": 1501, "rotates": false }, - { "id": "sharp_toothbrush", "fg": 1502, "rotates": false }, - { "id": [ "shavingkit", "survivor_shavingkit" ], "fg": 997, "rotates": false }, - { "id": "sheet_metal_lit", "fg": 1504, "rotates": false }, - { "id": "sheet_metal_small", "fg": 688, "rotates": false }, - { "id": "shelter_kit", "fg": 1648, "rotates": false }, - { "id": [ "sheriffshirt", "longshirt" ], "fg": 1222, "rotates": false }, - { "id": "shield_buckler", "fg": 1361, "rotates": false }, - { "id": "shield_heater", "fg": 1362, "rotates": false }, - { "id": "shield_hoplon", "fg": 1363, "rotates": false }, - { "id": "shield_kite", "fg": 1364, "rotates": false }, - { "id": "shield_round", "fg": 1365, "rotates": false }, - { "id": "shield_scutum", "fg": 1366, "rotates": false }, - { "id": "shield_wooden", "fg": 1367, "rotates": false }, - { "id": "shield_wooden_large", "fg": 1368, "rotates": false }, - { "id": [ "shishkebab_off", "firemachete_off" ], "fg": 876, "rotates": false }, - { "id": [ "shishkebab_on", "firemachete_on" ], "fg": 877, "rotates": false }, - { "id": "shock_staff", "fg": 999, "rotates": false }, - { "id": [ "shockcannon", "shockcannon_plut", "shockcannon_ups", "emp_gun" ], "fg": 740, "rotates": false }, - { "id": "shocktonfa_on", "fg": 797, "rotates": false }, - { "id": "shoes_bowling", "fg": 1237, "rotates": false }, - { "id": [ "sholster", "bootstrap" ], "fg": 1192, "rotates": false }, + "fg": 1736, + "rotates": false + }, + { "id": [ "sf_watch", "gold_watch", "platinum_watch", "silver_watch" ], "fg": 1277, "rotates": false }, + { "id": "sharp_rock", "fg": 1527, "rotates": false }, + { "id": "sharp_toothbrush", "fg": 1528, "rotates": false }, + { "id": [ "shavingkit", "survivor_shavingkit" ], "fg": 1023, "rotates": false }, + { "id": "sheet_metal_lit", "fg": 1530, "rotates": false }, + { "id": "sheet_metal_small", "fg": 714, "rotates": false }, + { "id": "shelter_kit", "fg": 1674, "rotates": false }, + { "id": [ "sheriffshirt", "longshirt" ], "fg": 1248, "rotates": false }, + { "id": "shield_buckler", "fg": 1387, "rotates": false }, + { "id": "shield_heater", "fg": 1388, "rotates": false }, + { "id": "shield_hoplon", "fg": 1389, "rotates": false }, + { "id": "shield_kite", "fg": 1390, "rotates": false }, + { "id": "shield_round", "fg": 1391, "rotates": false }, + { "id": "shield_scutum", "fg": 1392, "rotates": false }, + { "id": "shield_wooden", "fg": 1393, "rotates": false }, + { "id": "shield_wooden_large", "fg": 1394, "rotates": false }, + { "id": [ "shishkebab_off", "firemachete_off" ], "fg": 902, "rotates": false }, + { "id": [ "shishkebab_on", "firemachete_on" ], "fg": 903, "rotates": false }, + { "id": "shock_staff", "fg": 1025, "rotates": false }, + { "id": [ "shockcannon", "shockcannon_plut", "shockcannon_ups", "emp_gun" ], "fg": 766, "rotates": false }, + { "id": "shocktonfa_on", "fg": 823, "rotates": false }, + { "id": "shoes_bowling", "fg": 1263, "rotates": false }, + { "id": [ "sholster", "bootstrap" ], "fg": 1218, "rotates": false }, { "id": [ "shortbow", "recurbow", "reflexbow", "longbow", "hybridbow", "reflexrecurvebow", "selfbow" ], - "fg": 762, + "fg": 788, "rotates": false }, - { "id": "shorts_cargo", "fg": 1343, "rotates": false }, - { "id": [ "shorts_denim", "b_shorts" ], "fg": 1344, "rotates": false }, - { "id": [ "shorts", "under_armor_shorts" ], "fg": 1342, "rotates": false }, + { "id": "shorts_cargo", "fg": 1369, "rotates": false }, + { "id": [ "shorts_denim", "b_shorts" ], "fg": 1370, "rotates": false }, + { "id": [ "shorts", "under_armor_shorts" ], "fg": 1368, "rotates": false }, { "id": [ "shot_bird", @@ -3692,12 +3701,12 @@ "shot_410_slug", "shot_410_slug_reloaded" ], - "fg": 609, + "fg": 635, "rotates": false }, { "id": [ "shotgun_primer", "smpistol_primer", "lgpistol_primer", "smrifle_primer", "lgrifle_primer" ], - "fg": 669, + "fg": 695, "rotates": false }, { @@ -3715,13 +3724,13 @@ "410_pipe_shotgun", "m6_asw" ], - "fg": 742, + "fg": 768, "rotates": false }, - { "id": "shotgun_sawn", "fg": 765, "rotates": false }, - { "id": "shotgun_trap", "fg": 1678, "rotates": false }, - { "id": "shrapnel", "fg": 676, "rotates": false }, - { "id": "sickle", "fg": 1001, "rotates": false }, + { "id": "shotgun_sawn", "fg": 791, "rotates": false }, + { "id": "shotgun_trap", "fg": 1704, "rotates": false }, + { "id": "shrapnel", "fg": 702, "rotates": false }, + { "id": "sickle", "fg": 1027, "rotates": false }, { "id": [ "sig552", @@ -3739,45 +3748,45 @@ "rm2000_smg", "paintballgun" ], - "fg": 729, + "fg": 755, "rotates": false }, - { "id": [ "silver_bracelet", "rad_monitor" ], "fg": 1098, "rotates": false }, - { "id": "silver_ear", "fg": 1210, "rotates": false }, - { "id": "sinew", "fg": 670, "rotates": false }, - { "id": "skirt_leather", "fg": 1370, "rotates": false }, - { "id": "sleeping_bag", "fg": 1069, "rotates": false }, - { "id": "slime_scrap", "fg": 1769, "rotates": false }, - { "id": "sling", "fg": 766, "rotates": false }, - { "id": "slingshot", "fg": 767, "rotates": false }, - { "id": [ "sm_extinguisher", "extinguisher" ], "fg": 866, "rotates": false }, - { "id": [ "small_charcoal", "small_coal" ], "fg": 1746, "rotates": false }, - { "id": "small_lcd_screen", "fg": 1505, "rotates": false }, - { "id": [ "small_relic", "holy_symbol" ], "fg": 1334, "rotates": false }, + { "id": [ "silver_bracelet", "rad_monitor" ], "fg": 1124, "rotates": false }, + { "id": "silver_ear", "fg": 1236, "rotates": false }, + { "id": "sinew", "fg": 696, "rotates": false }, + { "id": "skirt_leather", "fg": 1396, "rotates": false }, + { "id": "sleeping_bag", "fg": 1095, "rotates": false }, + { "id": "slime_scrap", "fg": 1795, "rotates": false }, + { "id": "sling", "fg": 792, "rotates": false }, + { "id": "slingshot", "fg": 793, "rotates": false }, + { "id": [ "sm_extinguisher", "extinguisher" ], "fg": 892, "rotates": false }, + { "id": [ "small_charcoal", "small_coal" ], "fg": 1772, "rotates": false }, + { "id": "small_lcd_screen", "fg": 1531, "rotates": false }, + { "id": [ "small_relic", "holy_symbol" ], "fg": 1360, "rotates": false }, { "id": [ "small_repairkit", "large_repairkit", "misc_repairkit", "weather_reader", "briefcase", "l_HFPack" ], - "fg": 772, + "fg": 798, "rotates": false }, { "id": [ "smart_lamp", "gasoline_lantern", "electric_lantern", "oxylamp", "atomic_lamp_off", "oil_lamp" ], - "fg": 962, + "fg": 988, "rotates": false }, { "id": [ "smart_lamp_on", "gasoline_lantern_on", "electric_lantern_on", "oxylamp_on", "oil_lamp_on" ], - "fg": 963, + "fg": 989, "rotates": false }, { "id": [ "smg_22_mag", "smg_38_mag", "smg_40_mag", "smg_45_mag", "smg_9mm_mag", "brute_shot_mag", "nailmag" ], - "fg": 710 + "fg": 736 }, - { "id": "smoke_machine", "fg": 1002, "rotates": false }, - { "id": "smoke_machine_act", "fg": 1003, "rotates": false }, - { "id": "smoke_machine_unpreped", "fg": 1004, "rotates": false }, - { "id": "smokebomb", "fg": 597, "rotates": false }, - { "id": "smokebomb_act", "fg": 591, "rotates": false }, + { "id": "smoke_machine", "fg": 1028, "rotates": false }, + { "id": "smoke_machine_act", "fg": 1029, "rotates": false }, + { "id": "smoke_machine_unpreped", "fg": 1030, "rotates": false }, + { "id": "smokebomb", "fg": 623, "rotates": false }, + { "id": "smokebomb_act", "fg": 617, "rotates": false }, { "id": [ "smoxygen_tank", @@ -3788,21 +3797,21 @@ "oxygen_tank", "oxygen_cylinder" ], - "fg": 965, + "fg": 991, "rotates": false }, - { "id": "snare_trigger", "fg": 1675, "rotates": false }, + { "id": "snare_trigger", "fg": 1701, "rotates": false }, { "id": [ "sneakers", "dance_shoes", "shoes_birchbark", "dress_shoes", "roller_shoes_on", "roller_shoes_off" ], - "fg": 1238, + "fg": 1264, "rotates": false }, - { "id": "snuggie", "fg": 1070, "rotates": false }, - { "id": "soap", "fg": 677, "rotates": false }, - { "id": [ "socks", "tabi_gi", "socks_bowling", "sockmitts" ], "fg": 1076, "rotates": false }, - { "id": [ "socks_wool", "geta" ], "fg": 1077, "rotates": false }, - { "id": "solar_cell", "fg": 687, "rotates": false }, - { "id": [ "solar_panel", "solar_panel_v2", "solar_panel_v3", "f_solar_unit" ], "fg": 1661, "rotates": false }, + { "id": "snuggie", "fg": 1096, "rotates": false }, + { "id": "soap", "fg": 703, "rotates": false }, + { "id": [ "socks", "tabi_gi", "socks_bowling", "sockmitts" ], "fg": 1102, "rotates": false }, + { "id": [ "socks_wool", "geta" ], "fg": 1103, "rotates": false }, + { "id": "solar_cell", "fg": 713, "rotates": false }, + { "id": [ "solar_panel", "solar_panel_v2", "solar_panel_v3", "f_solar_unit" ], "fg": 1687, "rotates": false }, { "id": [ "solarpack", @@ -3817,13 +3826,13 @@ "makeshift_knapsack", "camelbak" ], - "fg": 558, + "fg": 584, "rotates": false }, - { "id": "solder_wire", "fg": 678, "rotates": false }, - { "id": "soldering_iron", "fg": 842, "rotates": false }, - { "id": "soulcube_charging", "fg": 1599, "rotates": false }, - { "id": "soulcube_on", "fg": 1598, "rotates": false }, + { "id": "solder_wire", "fg": 704, "rotates": false }, + { "id": "soldering_iron", "fg": 868, "rotates": false }, + { "id": "soulcube_charging", "fg": 1625, "rotates": false }, + { "id": "soulcube_on", "fg": 1624, "rotates": false }, { "id": [ "soup_fish", @@ -3835,7 +3844,7 @@ "spider_steak_soup", "oxygen" ], - "fg": 1699, + "fg": 1725, "rotates": false }, { @@ -3869,17 +3878,17 @@ "plut_slurry_dense", "gas_chloramine" ], - "fg": 1711, + "fg": 1737, "rotates": false }, - { "id": [ "spaghetti_bolognese", "spaghetti_human", "chili", "chili_human" ], "fg": 475, "rotates": false }, - { "id": "spaghetti_cooked", "fg": 580, "rotates": false }, - { "id": "spaghetti_pesto", "fg": 476, "rotates": false }, - { "id": [ "spaghetti_raw", "cracklins", "porkstick", "mre_hotdog" ], "fg": 413, "rotates": false }, - { "id": "spear_copper", "fg": 1507, "rotates": false }, - { "id": "spear_dory", "fg": 694, "rotates": false }, - { "id": [ "spear_forked", "pitchfork" ], "fg": 1486, "rotates": false }, - { "id": "spear_survivor", "fg": 1506, "rotates": false }, + { "id": [ "spaghetti_bolognese", "spaghetti_human", "chili", "chili_human" ], "fg": 501, "rotates": false }, + { "id": "spaghetti_cooked", "fg": 606, "rotates": false }, + { "id": "spaghetti_pesto", "fg": 502, "rotates": false }, + { "id": [ "spaghetti_raw", "cracklins", "porkstick", "mre_hotdog" ], "fg": 439, "rotates": false }, + { "id": "spear_copper", "fg": 1533, "rotates": false }, + { "id": "spear_dory", "fg": 720, "rotates": false }, + { "id": [ "spear_forked", "pitchfork" ], "fg": 1512, "rotates": false }, + { "id": "spear_survivor", "fg": 1532, "rotates": false }, { "id": [ "speargun", @@ -3917,30 +3926,30 @@ "rifle_45", "bbgun" ], - "fg": 731, - "rotates": false - }, - { "id": "spess_chunk", "fg": 1005 }, - { "id": "spider_brain", "fg": 395, "rotates": false }, - { "id": [ "spider_egg", "cotton_ball" ], "fg": 1720, "rotates": false }, - { "id": "spider_steak", "fg": 1807, "rotates": false }, - { "id": "spider_steak_fried", "fg": 1808, "rotates": false }, - { "id": "spike", "fg": 1508, "rotates": false }, - { "id": "spiked_plate", "fg": 1509, "rotates": false }, - { "id": [ "spiked_rocket", "explosive_hm_rocket" ], "fg": 644, "rotates": false }, - { "id": "spiral_stone", "fg": 1034, "rotates": false }, - { "id": "splinter", "fg": 1510, "rotates": false }, - { "id": "sponge", "fg": 1600, "rotates": false }, - { "id": "spoon", "fg": 1511, "rotates": false }, - { "id": [ "spork", "foon", "fork" ], "fg": 1445, "rotates": false }, - { "id": "spray_can", "fg": 1006, "rotates": false }, - { "id": "spring", "fg": 1512, "rotates": false }, - { "id": "stamina_vial", "fg": 576, "rotates": false }, - { "id": "stanag50", "fg": 716 }, - { "id": "steel_chunk", "fg": 1747, "rotates": false }, - { "id": "steel_lump", "fg": 689, "rotates": false }, - { "id": [ "steel_plate", "bone_plate" ], "fg": 1395, "rotates": false }, - { "id": [ "steel_rail", "rebar_rail" ], "fg": 673, "rotates": false }, + "fg": 757, + "rotates": false + }, + { "id": "spess_chunk", "fg": 1031 }, + { "id": "spider_brain", "fg": 421, "rotates": false }, + { "id": [ "spider_egg", "cotton_ball" ], "fg": 1746, "rotates": false }, + { "id": "spider_steak", "fg": 1833, "rotates": false }, + { "id": "spider_steak_fried", "fg": 1834, "rotates": false }, + { "id": "spike", "fg": 1534, "rotates": false }, + { "id": "spiked_plate", "fg": 1535, "rotates": false }, + { "id": [ "spiked_rocket", "explosive_hm_rocket" ], "fg": 670, "rotates": false }, + { "id": "spiral_stone", "fg": 1060, "rotates": false }, + { "id": "splinter", "fg": 1536, "rotates": false }, + { "id": "sponge", "fg": 1626, "rotates": false }, + { "id": "spoon", "fg": 1537, "rotates": false }, + { "id": [ "spork", "foon", "fork" ], "fg": 1471, "rotates": false }, + { "id": "spray_can", "fg": 1032, "rotates": false }, + { "id": "spring", "fg": 1538, "rotates": false }, + { "id": "stamina_vial", "fg": 602, "rotates": false }, + { "id": "stanag50", "fg": 742 }, + { "id": "steel_chunk", "fg": 1773, "rotates": false }, + { "id": "steel_lump", "fg": 715, "rotates": false }, + { "id": [ "steel_plate", "bone_plate" ], "fg": 1421, "rotates": false }, + { "id": [ "steel_rail", "rebar_rail" ], "fg": 699, "rotates": false }, { "id": [ "stenmag", @@ -3958,85 +3967,85 @@ "tec9mag", "mac11mag" ], - "fg": 717 + "fg": 743 }, - { "id": "stepladder", "fg": 1007, "rotates": false }, - { "id": [ "stethoscope", "wristrocket" ], "fg": 775, "rotates": false }, - { "id": "steyr_aug", "fg": 768, "rotates": false }, - { "id": "stick", "fg": 1514, "rotates": false }, - { "id": "stick_long", "fg": 1513, "rotates": false }, - { "id": [ "still", "f_still" ], "fg": 1666, "rotates": false }, - { "id": [ "stimpack_ammo", "ampoule" ], "fg": 615, "rotates": false }, + { "id": "stepladder", "fg": 1033, "rotates": false }, + { "id": [ "stethoscope", "wristrocket" ], "fg": 801, "rotates": false }, + { "id": "steyr_aug", "fg": 794, "rotates": false }, + { "id": "stick", "fg": 1540, "rotates": false }, + { "id": "stick_long", "fg": 1539, "rotates": false }, + { "id": [ "still", "f_still" ], "fg": 1692, "rotates": false }, + { "id": [ "stimpack_ammo", "ampoule" ], "fg": 641, "rotates": false }, { "id": [ "stockings", "stockings_tent_legs", "stockings_tent_arms", "leggings" ], - "fg": 1307, + "fg": 1333, "rotates": false }, { "id": [ "stomach_boiled", "hstomach_boiled", "small_stomach_boiled", "small_hstomach_boiled" ], - "fg": 391, - "rotates": false - }, - { "id": [ "stomach_large", "hstomach", "hstomach_large", "stomach" ], "fg": 1809, "rotates": false }, - { "id": "straw_basket", "fg": 565, "rotates": false }, - { "id": "straw_doll", "fg": 1014, "rotates": false }, - { "id": [ "straw_hat", "hat_sombrero", "straw_fedora" ], "fg": 1100, "rotates": false }, - { "id": "straw_pile", "fg": 414, "rotates": false }, - { "id": [ "striped_pants", "zubon_gi", "fencing_pants", "winter_pants_army" ], "fg": 1201, "rotates": false }, - { "id": [ "striped_shirt", "dress_shirt" ], "fg": 1219, "rotates": false }, - { "id": [ "styrofoam_cup", "cup_plastic" ], "fg": 531, "rotates": false }, - { "id": "sugar_beet", "fg": 436, "rotates": false }, - { "id": "sugar_fried", "fg": 1763, "rotates": false }, - { "id": "suit", "fg": 1371, "rotates": false }, - { "id": [ "suitcase_l", "radio_car_box" ], "fg": 773, "rotates": false }, - { "id": "suitcase_m", "fg": 774, "rotates": false }, - { "id": [ "sundress", "sleeveless_tunic", "tunic", "gown", "dress" ], "fg": 1218, "rotates": false }, - { "id": "sunglasses", "fg": 1242, "rotates": false }, - { "id": "superglue", "fg": 1409, "rotates": false }, - { "id": [ "survival_kit", "survival_kit_box", "cuvettes" ], "fg": 1640, "rotates": false }, - { "id": [ "survivor223mag", "m14smallmag", "blrmag", "m2010mag", "ruger1022mag", "ruger5" ], "fg": 714 }, - { "id": [ "survivor_belt", "survivor_belt_notools", "tool_belt" ], "fg": 1378, "rotates": false }, - { "id": "survivor_hairtrimmer", "fg": 1008, "rotates": false }, - { "id": [ "survivor_light", "wearable_light" ], "fg": 1134, "rotates": false }, - { "id": [ "survivor_machete", "machete" ], "fg": 940, "rotates": false }, - { "id": "survivor_scope", "fg": 1009, "rotates": false }, - { "id": [ "survivor_suit", "xlsurvivor_suit" ], "fg": 1154, "rotates": false }, - { "id": [ "survivor_vest", "chestrig" ], "fg": 1205, "rotates": false }, + "fg": 417, + "rotates": false + }, + { "id": [ "stomach_large", "hstomach", "hstomach_large", "stomach" ], "fg": 1835, "rotates": false }, + { "id": "straw_basket", "fg": 591, "rotates": false }, + { "id": "straw_doll", "fg": 1040, "rotates": false }, + { "id": [ "straw_hat", "hat_sombrero", "straw_fedora" ], "fg": 1126, "rotates": false }, + { "id": "straw_pile", "fg": 440, "rotates": false }, + { "id": [ "striped_pants", "zubon_gi", "fencing_pants", "winter_pants_army" ], "fg": 1227, "rotates": false }, + { "id": [ "striped_shirt", "dress_shirt" ], "fg": 1245, "rotates": false }, + { "id": [ "styrofoam_cup", "cup_plastic" ], "fg": 557, "rotates": false }, + { "id": "sugar_beet", "fg": 462, "rotates": false }, + { "id": "sugar_fried", "fg": 1789, "rotates": false }, + { "id": "suit", "fg": 1397, "rotates": false }, + { "id": [ "suitcase_l", "radio_car_box" ], "fg": 799, "rotates": false }, + { "id": "suitcase_m", "fg": 800, "rotates": false }, + { "id": [ "sundress", "sleeveless_tunic", "tunic", "gown", "dress" ], "fg": 1244, "rotates": false }, + { "id": "sunglasses", "fg": 1268, "rotates": false }, + { "id": "superglue", "fg": 1435, "rotates": false }, + { "id": [ "survival_kit", "survival_kit_box", "cuvettes" ], "fg": 1666, "rotates": false }, + { "id": [ "survivor223mag", "m14smallmag", "blrmag", "m2010mag", "ruger1022mag", "ruger5" ], "fg": 740 }, + { "id": [ "survivor_belt", "survivor_belt_notools", "tool_belt" ], "fg": 1404, "rotates": false }, + { "id": "survivor_hairtrimmer", "fg": 1034, "rotates": false }, + { "id": [ "survivor_light", "wearable_light" ], "fg": 1160, "rotates": false }, + { "id": [ "survivor_machete", "machete" ], "fg": 966, "rotates": false }, + { "id": "survivor_scope", "fg": 1035, "rotates": false }, + { "id": [ "survivor_suit", "xlsurvivor_suit" ], "fg": 1180, "rotates": false }, + { "id": [ "survivor_vest", "chestrig" ], "fg": 1231, "rotates": false }, { "id": [ "survivormap", "militarymap", "restaurantmap", "touristmap", "trailmap", "roadmap" ], - "fg": 1498, - "rotates": false - }, - { "id": [ "sushi_fishroll", "sushi_meatroll", "sushi_veggyroll" ], "fg": 460, "rotates": false }, - { "id": "swage", "fg": 1010, "rotates": false }, - { "id": "swat_armor", "fg": 1052, "rotates": false }, - { "id": [ "swat_shield_act", "swat_shield" ], "fg": 1372, "rotates": false }, - { "id": "sweater", "fg": 1374, "rotates": false }, - { "id": "sweatshirt", "fg": 1373, "rotates": false }, - { "id": "sweetbread", "fg": 1797, "rotates": false }, - { "id": "swim_fins", "fg": 1375, "rotates": false }, - { "id": "sword_crude", "fg": 817, "rotates": false }, - { "id": "sword_nail", "fg": 1515, "rotates": false }, - { "id": "sword_wood", "fg": 820, "rotates": false }, - { "id": "sword_xiphos", "fg": 1011, "rotates": false }, - { "id": "syringe", "fg": 1012, "rotates": false }, - { "id": [ "tac_helmet", "helmet_hsurvivor", "hat_newsboy" ], "fg": 1266, "rotates": false }, - { "id": [ "tailors_kit", "sewing_kit" ], "fg": 996, "rotates": false }, - { "id": [ "tallow", "lard", "caff_gum" ], "fg": 453, "rotates": false }, - { "id": [ "tallow_tainted", "material_aluminium_ingot" ], "fg": 454, "rotates": false }, - { "id": "tanned_hide", "fg": 408, "rotates": false }, - { "id": "tanned_pelt", "fg": 405, "rotates": false }, - { "id": "tanning_hide", "fg": 409, "rotates": false }, - { "id": "tanning_pelt", "fg": 410, "rotates": false }, - { "id": "tarp", "fg": 1101, "rotates": false }, - { "id": "tazer", "fg": 1016, "rotates": false }, - { "id": "teapot", "fg": 1427, "rotates": false }, - { "id": "teddy", "fg": 1015, "rotates": false }, - { "id": "telepad", "fg": 1667, "rotates": false }, - { "id": "teleporter", "fg": 898, "rotates": false }, - { "id": [ "teleumbrella", "umbrella" ], "fg": 1519, "rotates": false }, - { "id": "television", "fg": 1469, "rotates": false }, - { "id": "textbook_atomic", "fg": 1692, "rotates": false }, + "fg": 1524, + "rotates": false + }, + { "id": [ "sushi_fishroll", "sushi_meatroll", "sushi_veggyroll" ], "fg": 486, "rotates": false }, + { "id": "swage", "fg": 1036, "rotates": false }, + { "id": "swat_armor", "fg": 1078, "rotates": false }, + { "id": [ "swat_shield_act", "swat_shield" ], "fg": 1398, "rotates": false }, + { "id": "sweater", "fg": 1400, "rotates": false }, + { "id": "sweatshirt", "fg": 1399, "rotates": false }, + { "id": "sweetbread", "fg": 1823, "rotates": false }, + { "id": "swim_fins", "fg": 1401, "rotates": false }, + { "id": "sword_crude", "fg": 843, "rotates": false }, + { "id": "sword_nail", "fg": 1541, "rotates": false }, + { "id": "sword_wood", "fg": 846, "rotates": false }, + { "id": "sword_xiphos", "fg": 1037, "rotates": false }, + { "id": "syringe", "fg": 1038, "rotates": false }, + { "id": [ "tac_helmet", "helmet_hsurvivor", "hat_newsboy" ], "fg": 1292, "rotates": false }, + { "id": [ "tailors_kit", "sewing_kit" ], "fg": 1022, "rotates": false }, + { "id": [ "tallow", "lard", "caff_gum" ], "fg": 479, "rotates": false }, + { "id": [ "tallow_tainted", "material_aluminium_ingot" ], "fg": 480, "rotates": false }, + { "id": "tanned_hide", "fg": 434, "rotates": false }, + { "id": "tanned_pelt", "fg": 431, "rotates": false }, + { "id": "tanning_hide", "fg": 435, "rotates": false }, + { "id": "tanning_pelt", "fg": 436, "rotates": false }, + { "id": "tarp", "fg": 1127, "rotates": false }, + { "id": "tazer", "fg": 1042, "rotates": false }, + { "id": "teapot", "fg": 1453, "rotates": false }, + { "id": "teddy", "fg": 1041, "rotates": false }, + { "id": "telepad", "fg": 1693, "rotates": false }, + { "id": "teleporter", "fg": 924, "rotates": false }, + { "id": [ "teleumbrella", "umbrella" ], "fg": 1545, "rotates": false }, + { "id": "television", "fg": 1495, "rotates": false }, + { "id": "textbook_atomic", "fg": 1718, "rotates": false }, { "id": [ "textbook_launcher", @@ -4090,7 +4099,7 @@ "manual_silat", "manual_sojutsu" ], - "fg": 1690, + "fg": 1716, "rotates": false }, { @@ -4105,83 +4114,83 @@ "megaarmor_gloves_1", "thermal_gloves" ], - "fg": 1122, + "fg": 1148, "rotates": false }, { "id": [ "thermal_socks_on", "cleats", "tabi_dress", "wetsuit_booties", "nomex_socks", "boots_h20survivor", "thermal_socks" ], - "fg": 1074, + "fg": 1100, "rotates": false }, { "id": [ "thermal_suit_on", "thermal_outfit", "thermal_outfit_on", "wetsuit", "nomex_suit", "stillsuit", "thermal_suit" ], - "fg": 1113, - "rotates": false - }, - { "id": "thermometer", "fg": 1017, "rotates": false }, - { "id": "thermos", "fg": 599, "rotates": false }, - { "id": [ "thigh_high_boots", "heels" ], "fg": 1263, "rotates": false }, - { "id": "thorazine", "fg": 497, "rotates": false }, - { "id": [ "thread", "yarn" ], "fg": 671, "rotates": false }, - { "id": "throw_extinguisher", "fg": 867, "rotates": false }, - { "id": "throwing_axe", "fg": 679, "rotates": false }, - { "id": [ "throwing_knife", "survival_marker", "fighter_sting_juice" ], "fg": 648, "rotates": false }, - { "id": "throwing_stick", "fg": 680, "rotates": false }, - { "id": [ "thyme", "seed_veggy_wild" ], "fg": 420, "rotates": false }, - { "id": "tie_bow", "fg": 1602, "rotates": false }, - { "id": [ "tie_skinny", "tie_necktie", "tie_clipon", "ecig" ], "fg": 508, "rotates": false }, - { "id": [ "tieclip", "collarpin" ], "fg": 1173, "rotates": false }, - { "id": "tin_plate", "fg": 1420, "rotates": false }, - { "id": "tinderbox", "fg": 1018, "rotates": false }, - { "id": "tinderbox_on", "fg": 1019, "rotates": false }, - { "id": "tinyweldtank", "fg": 718 }, - { "id": [ "tiotaco", "quesadilla_cheese", "taco" ], "fg": 473, "rotates": false }, - { "id": "toaster", "fg": 1516, "rotates": false }, + "fg": 1139, + "rotates": false + }, + { "id": "thermometer", "fg": 1043, "rotates": false }, + { "id": "thermos", "fg": 625, "rotates": false }, + { "id": [ "thigh_high_boots", "heels" ], "fg": 1289, "rotates": false }, + { "id": "thorazine", "fg": 523, "rotates": false }, + { "id": [ "thread", "yarn" ], "fg": 697, "rotates": false }, + { "id": "throw_extinguisher", "fg": 893, "rotates": false }, + { "id": "throwing_axe", "fg": 705, "rotates": false }, + { "id": [ "throwing_knife", "survival_marker", "fighter_sting_juice" ], "fg": 674, "rotates": false }, + { "id": "throwing_stick", "fg": 706, "rotates": false }, + { "id": [ "thyme", "seed_veggy_wild" ], "fg": 446, "rotates": false }, + { "id": "tie_bow", "fg": 1628, "rotates": false }, + { "id": [ "tie_skinny", "tie_necktie", "tie_clipon", "ecig" ], "fg": 534, "rotates": false }, + { "id": [ "tieclip", "collarpin" ], "fg": 1199, "rotates": false }, + { "id": "tin_plate", "fg": 1446, "rotates": false }, + { "id": "tinderbox", "fg": 1044, "rotates": false }, + { "id": "tinderbox_on", "fg": 1045, "rotates": false }, + { "id": "tinyweldtank", "fg": 744 }, + { "id": [ "tiotaco", "quesadilla_cheese", "taco" ], "fg": 499, "rotates": false }, + { "id": "toaster", "fg": 1542, "rotates": false }, { "id": [ "tommygun", "ppsh", "smg_22", "smg_38", "smg_40", "smg_45", "smg_9mm", "american_180" ], - "fg": 728, - "rotates": false - }, - { "id": [ "tonfa", "PR24-retracted", "PR24-extended", "shocktonfa_off" ], "fg": 798, "rotates": false }, - { "id": [ "tool_black_powder_charge_act", "fertilizer_bomb_act" ], "fg": 869, "rotates": false }, - { "id": [ "tool_black_powder_charge", "fertilizer_bomb" ], "fg": 868, "rotates": false }, - { "id": [ "tool_rdx_charge_act", "tool_anfo_charge_act" ], "fg": 1023, "rotates": false }, - { "id": [ "tool_rdx_charge", "tool_anfo_charge" ], "fg": 1022, "rotates": false }, - { "id": [ "tool_rdx_sand_bomb_act", "pipebomb_act" ], "fg": 970, "rotates": false }, - { "id": [ "tool_rdx_sand_bomb", "pipebomb" ], "fg": 969, "rotates": false }, - { "id": "toolbox", "fg": 1021, "rotates": false }, - { "id": "tophat", "fg": 1379, "rotates": false }, - { "id": "torch", "fg": 1026, "rotates": false }, - { "id": "torch_done", "fg": 1517, "rotates": false }, - { "id": "torch_lit", "fg": 1027, "rotates": false }, - { "id": "towel", "fg": 1066, "rotates": false }, - { "id": "towel_soiled", "fg": 1067, "rotates": false }, - { "id": "travelpack", "fg": 1608, "rotates": false }, - { "id": "tree_spile", "fg": 1518, "rotates": false }, - { "id": [ "trenchcoat", "duster", "greatcoat" ], "fg": 1293, "rotates": false }, + "fg": 754, + "rotates": false + }, + { "id": [ "tonfa", "PR24-retracted", "PR24-extended", "shocktonfa_off" ], "fg": 824, "rotates": false }, + { "id": [ "tool_black_powder_charge_act", "fertilizer_bomb_act" ], "fg": 895, "rotates": false }, + { "id": [ "tool_black_powder_charge", "fertilizer_bomb" ], "fg": 894, "rotates": false }, + { "id": [ "tool_rdx_charge_act", "tool_anfo_charge_act" ], "fg": 1049, "rotates": false }, + { "id": [ "tool_rdx_charge", "tool_anfo_charge" ], "fg": 1048, "rotates": false }, + { "id": [ "tool_rdx_sand_bomb_act", "pipebomb_act" ], "fg": 996, "rotates": false }, + { "id": [ "tool_rdx_sand_bomb", "pipebomb" ], "fg": 995, "rotates": false }, + { "id": "toolbox", "fg": 1047, "rotates": false }, + { "id": "tophat", "fg": 1405, "rotates": false }, + { "id": "torch", "fg": 1052, "rotates": false }, + { "id": "torch_done", "fg": 1543, "rotates": false }, + { "id": "torch_lit", "fg": 1053, "rotates": false }, + { "id": "towel", "fg": 1092, "rotates": false }, + { "id": "towel_soiled", "fg": 1093, "rotates": false }, + { "id": "travelpack", "fg": 1634, "rotates": false }, + { "id": "tree_spile", "fg": 1544, "rotates": false }, + { "id": [ "trenchcoat", "duster", "greatcoat" ], "fg": 1319, "rotates": false }, { "id": [ "trenchcoat_leather", "trenchcoat_survivor", "duster_survivor", "armor_nomad", "duster_leather" ], - "fg": 1294, - "rotates": false - }, - { "id": "trex_gun", "fg": 743, "rotates": false }, - { "id": [ "tricorne", "eboshi", "hat_cotton" ], "fg": 1258, "rotates": false }, - { "id": "triffid_sap", "fg": 681, "rotates": false }, - { "id": "triffid_sap_grenade", "fg": 543, "rotates": false }, - { "id": "triffid_sap_grenade_act", "fg": 1028, "rotates": false }, - { "id": "triffid_sap_thrown", "fg": 1029, "rotates": false }, - { "id": [ "trimmer_on", "trimmer_off" ], "fg": 1030, "rotates": false }, - { "id": "tripwire", "fg": 1679, "rotates": false }, - { "id": [ "trunks", "boy_shorts", "boxer_shorts", "boxer_briefs" ], "fg": 1290, "rotates": false }, - { "id": [ "tshirt", "undershirt", "tshirt_text", "technician_shirt_gray" ], "fg": 1315, "rotates": false }, - { "id": [ "tuba", "trumpet" ], "fg": 1031, "rotates": false }, - { "id": "turban", "fg": 1380, "rotates": false }, - { "id": "tux", "fg": 1112, "rotates": false }, - { "id": "two_way_radio", "fg": 1032, "rotates": false }, - { "id": [ "ukulele", "violin", "acoustic_guitar", "banjo" ], "fg": 804, "rotates": false }, - { "id": [ "under_armor", "kevlar_tee" ], "fg": 1377, "rotates": false }, - { "id": [ "union_suit", "wool_suit" ], "fg": 1120, "rotates": false }, - { "id": "usb_drive", "fg": 1520, "rotates": false }, + "fg": 1320, + "rotates": false + }, + { "id": "trex_gun", "fg": 769, "rotates": false }, + { "id": [ "tricorne", "eboshi", "hat_cotton" ], "fg": 1284, "rotates": false }, + { "id": "triffid_sap", "fg": 707, "rotates": false }, + { "id": "triffid_sap_grenade", "fg": 569, "rotates": false }, + { "id": "triffid_sap_grenade_act", "fg": 1054, "rotates": false }, + { "id": "triffid_sap_thrown", "fg": 1055, "rotates": false }, + { "id": [ "trimmer_on", "trimmer_off" ], "fg": 1056, "rotates": false }, + { "id": "tripwire", "fg": 1705, "rotates": false }, + { "id": [ "trunks", "boy_shorts", "boxer_shorts", "boxer_briefs" ], "fg": 1316, "rotates": false }, + { "id": [ "tshirt", "undershirt", "tshirt_text", "technician_shirt_gray" ], "fg": 1341, "rotates": false }, + { "id": [ "tuba", "trumpet" ], "fg": 1057, "rotates": false }, + { "id": "turban", "fg": 1406, "rotates": false }, + { "id": "tux", "fg": 1138, "rotates": false }, + { "id": "two_way_radio", "fg": 1058, "rotates": false }, + { "id": [ "ukulele", "violin", "acoustic_guitar", "banjo" ], "fg": 830, "rotates": false }, + { "id": [ "under_armor", "kevlar_tee" ], "fg": 1403, "rotates": false }, + { "id": [ "union_suit", "wool_suit" ], "fg": 1146, "rotates": false }, + { "id": "usb_drive", "fg": 1546, "rotates": false }, { "id": [ "v12_diesel", @@ -4196,11 +4205,11 @@ "v6_diesel", "v8_diesel" ], - "fg": 1540, + "fg": 1566, "rotates": false }, - { "id": [ "v29", "v29_cheap" ], "fg": 749, "rotates": false }, - { "id": [ "v_curtain_item", "sheet" ], "fg": 1359, "rotates": false }, + { "id": [ "v29", "v29_cheap" ], "fg": 775, "rotates": false }, + { "id": [ "v_curtain_item", "sheet" ], "fg": 1385, "rotates": false }, { "id": [ "v_planter_item", @@ -4211,11 +4220,11 @@ "v_scoop_item", "folding_bicycle" ], - "fg": 885, + "fg": 911, "rotates": false }, - { "id": "v_table", "fg": 3243, "rotates": false }, - { "id": "vacutainer", "fg": 600, "rotates": false }, + { "id": "v_table", "fg": 3269, "rotates": false }, + { "id": "vacutainer", "fg": 626, "rotates": false }, { "id": [ "veggy_cooked", @@ -4239,14 +4248,14 @@ "pistachio_roasted", "pistachio_unshelled" ], - "fg": 1754, + "fg": 1780, "rotates": false }, - { "id": "veggy_tainted", "fg": 1755, "rotates": false }, - { "id": [ "veggy", "veggy_wild" ], "fg": 1753, "rotates": false }, - { "id": "veh_tracker", "fg": 3259, "rotates": false }, - { "id": "vehicle_controls", "fg": 3248, "rotates": false }, - { "id": "vehicle_dashboard", "fg": 1545, "rotates": false }, + { "id": "veggy_tainted", "fg": 1781, "rotates": false }, + { "id": [ "veggy", "veggy_wild" ], "fg": 1779, "rotates": false }, + { "id": "veh_tracker", "fg": 3285, "rotates": false }, + { "id": "vehicle_controls", "fg": 3274, "rotates": false }, + { "id": "vehicle_dashboard", "fg": 1571, "rotates": false }, { "id": [ "vest_leather", @@ -4259,34 +4268,34 @@ "cloak_leather", "jedi_cloak" ], - "fg": 1104, + "fg": 1130, "rotates": false }, - { "id": "vest_leather_zuicide_short", "fg": 1108, "rotates": false }, - { "id": "vest_leather_zuicide_short_active", "fg": 1109, "rotates": false }, + { "id": "vest_leather_zuicide_short", "fg": 1134, "rotates": false }, + { "id": "vest_leather_zuicide_short_active", "fg": 1135, "rotates": false }, { "id": [ "vest", "waistcoat", "sleeveless_trenchcoat", "chainmail_vest", "sleeveless_duster", "vest_leather_mod", "cloak" ], - "fg": 1102, + "fg": 1128, "rotates": false }, - { "id": "violin_golden", "fg": 805, "rotates": false }, - { "id": [ "vitamins", "adderall" ], "fg": 495, "rotates": false }, + { "id": "violin_golden", "fg": 831, "rotates": false }, + { "id": [ "vitamins", "adderall" ], "fg": 521, "rotates": false }, { "id": [ "voltmeter", "balance_small", "melting_point", "spectrophotometer", "ph_meter", "vortex" ], - "fg": 1637, + "fg": 1663, "rotates": false }, - { "id": "vortex_stone", "fg": 1035, "rotates": false }, - { "id": "w_paint", "fg": 520, "rotates": false }, - { "id": "w_table", "fg": 1555, "rotates": false }, - { "id": [ "waffles", "fruit_waffles" ], "fg": 465, "rotates": false }, - { "id": "warhammer", "fg": 1521, "rotates": false }, - { "id": "wash_kit", "fg": 2739, "rotates": false }, - { "id": "washboard", "fg": 1036, "rotates": false }, - { "id": "washing_machine", "fg": 3360, "rotates": false }, - { "id": [ "wasp_glue", "wasp_glue_super", "bone_glue" ], "fg": 1408, "rotates": false }, - { "id": "wasp_sting", "fg": 651, "rotates": false }, - { "id": "water_faucet", "fg": 1522, "rotates": false }, + { "id": "vortex_stone", "fg": 1061, "rotates": false }, + { "id": "w_paint", "fg": 546, "rotates": false }, + { "id": "w_table", "fg": 1581, "rotates": false }, + { "id": [ "waffles", "fruit_waffles" ], "fg": 491, "rotates": false }, + { "id": "warhammer", "fg": 1547, "rotates": false }, + { "id": "wash_kit", "fg": 2765, "rotates": false }, + { "id": "washboard", "fg": 1062, "rotates": false }, + { "id": "washing_machine", "fg": 3386, "rotates": false }, + { "id": [ "wasp_glue", "wasp_glue_super", "bone_glue" ], "fg": 1434, "rotates": false }, + { "id": "wasp_sting", "fg": 677, "rotates": false }, + { "id": "water_faucet", "fg": 1548, "rotates": false }, { "id": [ "water", @@ -4325,45 +4334,45 @@ "chem_sulphuric_acid", "chem_formaldehyde" ], - "fg": 1712, + "fg": 1738, "rotates": false }, { "id": [ "watermelon", "irradiated_watermelon", "tool_rocket_candy", "tool_rocket_candy_act" ], - "fg": 1727, + "fg": 1753, "rotates": false }, { "id": [ "waterskin2", "waterskin3", "large_stomach_sealed", "stomach_sealed", "waterskin" ], - "fg": 553, - "rotates": false - }, - { "id": "wax", "fg": 459, "rotates": false }, - { "id": [ "wearable_light_on", "survivor_light_on" ], "fg": 1135, "rotates": false }, - { "id": "wearable_rx12", "fg": 751, "rotates": false }, - { "id": "welder_crude", "fg": 1038, "rotates": false }, - { "id": [ "welding_mask_crude", "welding_mask_crude_raised" ], "fg": 1623, "rotates": false }, - { "id": [ "welding_mask", "welding_mask_raised" ], "fg": 1622, "rotates": false }, - { "id": "weldrig", "fg": 3260, "rotates": false }, - { "id": "weldtank", "fg": 719 }, - { "id": "well_pump", "fg": 1642, "rotates": false }, - { "id": [ "wetsuit_spring", "halter_top", "tunic_rag" ], "fg": 1121, "rotates": false }, - { "id": [ "wheat", "barley" ], "fg": 421, "rotates": false }, - { "id": "wheel_armor", "fg": 3238, "rotates": false }, - { "id": [ "wheel_barrow", "wheel_small" ], "fg": 1536, "rotates": true }, + "fg": 579, + "rotates": false + }, + { "id": "wax", "fg": 485, "rotates": false }, + { "id": [ "wearable_light_on", "survivor_light_on" ], "fg": 1161, "rotates": false }, + { "id": "wearable_rx12", "fg": 777, "rotates": false }, + { "id": "welder_crude", "fg": 1064, "rotates": false }, + { "id": [ "welding_mask_crude", "welding_mask_crude_raised" ], "fg": 1649, "rotates": false }, + { "id": [ "welding_mask", "welding_mask_raised" ], "fg": 1648, "rotates": false }, + { "id": "weldrig", "fg": 3286, "rotates": false }, + { "id": "weldtank", "fg": 745 }, + { "id": "well_pump", "fg": 1668, "rotates": false }, + { "id": [ "wetsuit_spring", "halter_top", "tunic_rag" ], "fg": 1147, "rotates": false }, + { "id": [ "wheat", "barley" ], "fg": 447, "rotates": false }, + { "id": "wheel_armor", "fg": 3264, "rotates": false }, + { "id": [ "wheel_barrow", "wheel_small" ], "fg": 1562, "rotates": true }, { "id": [ "wheel_bicycle_or", "wheel_motorbike", "wheel_motorbike_or", "wheel_slick", "wheel_bicycle" ], - "fg": 1535, + "fg": 1561, "rotates": false }, - { "id": "wheel_caster", "fg": 1537, "rotates": false }, - { "id": [ "wheel_metal", "wheel" ], "fg": 1532, "rotates": false }, - { "id": "wheel_wheelchair", "fg": 1538, "rotates": false }, - { "id": [ "wheel_wide", "wheel_wide_or" ], "fg": 1534, "rotates": false }, - { "id": "wheel_wood", "fg": 1533, "rotates": false }, - { "id": "wheel_wood_b", "fg": 3239, "rotates": false }, - { "id": [ "whistle", "dog_whistle" ], "fg": 858, "rotates": false }, - { "id": "whistle_multitool", "fg": 1039, "rotates": false }, + { "id": "wheel_caster", "fg": 1563, "rotates": false }, + { "id": [ "wheel_metal", "wheel" ], "fg": 1558, "rotates": false }, + { "id": "wheel_wheelchair", "fg": 1564, "rotates": false }, + { "id": [ "wheel_wide", "wheel_wide_or" ], "fg": 1560, "rotates": false }, + { "id": "wheel_wood", "fg": 1559, "rotates": false }, + { "id": "wheel_wood_b", "fg": 3265, "rotates": false }, + { "id": [ "whistle", "dog_whistle" ], "fg": 884, "rotates": false }, + { "id": "whistle_multitool", "fg": 1065, "rotates": false }, { "id": [ "wine_chardonnay", @@ -4377,91 +4386,91 @@ "gas_fungicidal", "wine_riesling" ], - "fg": 1702, - "rotates": false - }, - { "id": [ "wire", "wire_barbed", "chain" ], "fg": 579, "rotates": false }, - { "id": "withered", "fg": 1523, "rotates": false }, - { "id": [ "wolfsuit", "armor_farmor" ], "fg": 1155, "rotates": false }, - { "id": "wood_panel", "fg": 1616, "rotates": false }, - { "id": "wood_plate", "fg": 1396, "rotates": false }, - { "id": "wood_sheet", "fg": 1615, "rotates": false }, - { "id": [ "wood_smoother", "tonfa_wood" ], "fg": 796, "rotates": false }, - { "id": [ "wooden_barrel", "f_wood_keg" ], "fg": 1644, "rotates": false }, - { "id": [ "wool_hoodie", "hoodie" ], "fg": 1283, "rotates": false }, - { "id": "wrench", "fg": 1042, "rotates": false }, - { "id": [ "wristwatch", "diving_watch" ], "fg": 1252, "rotates": false }, - { "id": "wsurvivor_suit", "fg": 1156, "rotates": false }, - { "id": "xacto", "fg": 1043, "rotates": false }, - { "id": "xanax", "fg": 498, "rotates": false }, - { "id": [ "xlframe", "foldframe" ], "fg": 1442, "rotates": false }, - { "id": "y_carpet", "fg": 1058, "rotates": false }, - { "id": [ "y_paint", "honey_glassed" ], "fg": 516, "rotates": false }, - { "id": "zombie_revival_indicator", "fg": 1618 }, + "fg": 1728, + "rotates": false + }, + { "id": [ "wire", "wire_barbed", "chain" ], "fg": 605, "rotates": false }, + { "id": "withered", "fg": 1549, "rotates": false }, + { "id": [ "wolfsuit", "armor_farmor" ], "fg": 1181, "rotates": false }, + { "id": "wood_panel", "fg": 1642, "rotates": false }, + { "id": "wood_plate", "fg": 1422, "rotates": false }, + { "id": "wood_sheet", "fg": 1641, "rotates": false }, + { "id": [ "wood_smoother", "tonfa_wood" ], "fg": 822, "rotates": false }, + { "id": [ "wooden_barrel", "f_wood_keg" ], "fg": 1670, "rotates": false }, + { "id": [ "wool_hoodie", "hoodie" ], "fg": 1309, "rotates": false }, + { "id": "wrench", "fg": 1068, "rotates": false }, + { "id": [ "wristwatch", "diving_watch" ], "fg": 1278, "rotates": false }, + { "id": "wsurvivor_suit", "fg": 1182, "rotates": false }, + { "id": "xacto", "fg": 1069, "rotates": false }, + { "id": "xanax", "fg": 524, "rotates": false }, + { "id": [ "xlframe", "foldframe" ], "fg": 1468, "rotates": false }, + { "id": "y_carpet", "fg": 1084, "rotates": false }, + { "id": [ "y_paint", "honey_glassed" ], "fg": 542, "rotates": false }, + { "id": "zombie_revival_indicator", "fg": 1644 }, { "id": [ "zucchini", "irradiated_zucchini", "cucumber", "irradiated_cucumber", "cattail_stalk", "stick_fiber", "pickle" ], - "fg": 441, + "fg": 467, "rotates": false }, - { "id": [ "zweifire_off", "broadfire_off" ], "fg": 816, "rotates": false }, - { "id": [ "zweifire_on", "broadfire_on" ], "fg": 818, "rotates": false }, - { "id": "animation_bullet_flame", "fg": 1865 }, - { "id": [ "animation_bullet_shrapnel", "animation_bullet_normal" ], "fg": 1868 }, - { "id": "animation_hit", "fg": 1877 }, - { "id": "animation_line", "fg": 1876 }, + { "id": [ "zweifire_off", "broadfire_off" ], "fg": 842, "rotates": false }, + { "id": [ "zweifire_on", "broadfire_on" ], "fg": 844, "rotates": false }, + { "id": "animation_bullet_flame", "fg": 1891 }, + { "id": [ "animation_bullet_shrapnel", "animation_bullet_normal" ], "fg": 1894 }, + { "id": "animation_hit", "fg": 1903 }, + { "id": "animation_line", "fg": 1902 }, { "id": "explosion", - "fg": 1861, + "fg": 1887, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1861 }, - { "id": "corner", "fg": 1862 }, - { "id": "edge", "fg": 1861 }, - { "id": "end_piece", "fg": 1861 }, - { "id": "t_connection", "fg": 1861 }, - { "id": "unconnected", "fg": 1861 } + { "id": "center", "fg": 1887 }, + { "id": "corner", "fg": 1888 }, + { "id": "edge", "fg": 1887 }, + { "id": "end_piece", "fg": 1887 }, + { "id": "t_connection", "fg": 1887 }, + { "id": "unconnected", "fg": 1887 } ] }, { "id": "explosion_medium", - "fg": 1863, + "fg": 1889, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1863 }, - { "id": "corner", "fg": 1864 }, - { "id": "edge", "fg": 1863 }, - { "id": "end_piece", "fg": 1863 }, - { "id": "t_connection", "fg": 1863 }, - { "id": "unconnected", "fg": 1863 } + { "id": "center", "fg": 1889 }, + { "id": "corner", "fg": 1890 }, + { "id": "edge", "fg": 1889 }, + { "id": "end_piece", "fg": 1889 }, + { "id": "t_connection", "fg": 1889 }, + { "id": "unconnected", "fg": 1889 } ] }, { "id": "explosion_weak", - "fg": 1866, + "fg": 1892, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1866 }, - { "id": "corner", "fg": 1867 }, - { "id": "edge", "fg": 1866 }, - { "id": "end_piece", "fg": 1866 }, - { "id": "t_connection", "fg": 1866 }, - { "id": "unconnected", "fg": 1866 } + { "id": "center", "fg": 1892 }, + { "id": "corner", "fg": 1893 }, + { "id": "edge", "fg": 1892 }, + { "id": "end_piece", "fg": 1892 }, + { "id": "t_connection", "fg": 1892 }, + { "id": "unconnected", "fg": 1892 } ] }, - { "id": "footstep", "fg": 1859, "rotates": false }, - { "id": "infrared_creature", "fg": 1860, "rotates": false }, - { "id": "lighting_boomered_dark", "fg": 1874, "rotates": false }, - { "id": "lighting_boomered_light", "fg": 1875, "rotates": false }, - { "id": "lighting_lowlight_dark", "fg": 1872, "rotates": false }, - { "id": "lighting_lowlight_light", "fg": 1873, "rotates": false }, - { "id": "unknown", "fg": 1858, "rotates": false }, - { "id": "unknown_terrain", "fg": 2631, "rotates": false }, - { "id": "weather_acid_drop", "fg": 1870 }, - { "id": "weather_rain_drop", "fg": 1869 }, - { "id": "weather_snowflake", "fg": 1871 }, + { "id": "footstep", "fg": 1885, "rotates": false }, + { "id": "infrared_creature", "fg": 1886, "rotates": false }, + { "id": "lighting_boomered_dark", "fg": 1900, "rotates": false }, + { "id": "lighting_boomered_light", "fg": 1901, "rotates": false }, + { "id": "lighting_lowlight_dark", "fg": 1898, "rotates": false }, + { "id": "lighting_lowlight_light", "fg": 1899, "rotates": false }, + { "id": "unknown", "fg": 1884, "rotates": false }, + { "id": "unknown_terrain", "fg": 2657, "rotates": false }, + { "id": "weather_acid_drop", "fg": 1896 }, + { "id": "weather_rain_drop", "fg": 1895 }, + { "id": "weather_snowflake", "fg": 1897 }, { "id": [ "bot_cyberdemon", @@ -4497,130 +4506,130 @@ "bot_tripod", "bot_cacodemon" ], - "fg": 1920, - "rotates": false - }, - { "id": "debug_mon", "fg": 1971, "rotates": false }, - { "id": "mon_EMP_hack", "fg": 1884, "rotates": false }, - { "id": "mon_albino_penguin", "fg": 2048, "rotates": false }, - { "id": "mon_allosaurus", "fg": 2065, "rotates": false }, - { "id": "mon_alpha_razorclaw", "fg": 2091, "rotates": false }, - { "id": "mon_amigara_horror", "fg": 1965, "rotates": false }, - { "id": "mon_ankylosaurus", "fg": 2066, "rotates": false }, - { "id": "mon_ant", "fg": 2148, "rotates": false }, - { "id": "mon_ant_acid", "fg": 2146, "rotates": false }, - { "id": "mon_ant_acid_kwama", "fg": 2137, "rotates": false }, - { "id": "mon_ant_acid_larva", "fg": 2153, "rotates": false }, - { "id": "mon_ant_acid_queen", "fg": 2139, "rotates": false }, - { "id": "mon_ant_acid_soldier", "fg": 2140, "rotates": false }, - { "id": "mon_ant_fungus", "fg": 2150, "rotates": false }, - { "id": [ "mon_ant_larva", "mon_bee_larvae", "mon_maggot", "mon_wasp_larvae" ], "fg": 2152, "rotates": false }, - { "id": "mon_ant_male", "fg": 2147, "rotates": false }, - { "id": "mon_ant_queen_firebug", "fg": 2138, "rotates": false }, - { "id": [ "mon_ant_queen", "mon_ant_queen_young" ], "fg": 2143, "rotates": false }, - { "id": "mon_ant_scrib", "fg": 2151, "rotates": false }, - { "id": "mon_ant_soldier", "fg": 2144, "rotates": false }, - { "id": [ "mon_ant_soldier_pk", "mon_ant_soldier_pk_weak" ], "fg": 2145, "rotates": false }, - { "id": "mon_ant_soldier_terminal", "fg": 2141, "rotates": false }, - { "id": "mon_ant_terminal", "fg": 2142, "rotates": false }, - { "id": "mon_bat", "fg": 2047, "rotates": false }, - { "id": "mon_bat_vampire", "fg": 2046, "rotates": false }, - { "id": "mon_bear_mega", "fg": 1993, "rotates": false }, - { "id": "mon_bear_mega_baby", "fg": 1996, "rotates": false }, - { "id": "mon_bear_mega_kid", "fg": 1995, "rotates": false }, - { "id": "mon_bear_mega_mating", "fg": 1992, "rotates": false }, - { "id": [ "mon_bear_pk", "mon_bear_weak", "mon_bear" ], "fg": 1997, "rotates": false }, - { "id": [ "mon_bear_smoky", "mon_bear_smoky_pk" ], "fg": 1998, "rotates": false }, - { "id": [ "mon_beaver", "mon_muskrat", "mon_chipmunk" ], "fg": 2034, "rotates": false }, - { "id": "mon_bee_king", "fg": 2117, "rotates": false }, - { "id": "mon_bee_queen", "fg": 2116, "rotates": false }, - { "id": [ "mon_bee_scout", "mon_bee_soldier", "mon_bee" ], "fg": 2118, "rotates": false }, - { "id": [ "mon_beekeeper", "mon_beekeeper_pk" ], "fg": 2244, "rotates": false }, - { "id": [ "mon_biollante", "mon_biollante_pk" ], "fg": 2164, "rotates": false }, - { "id": "mon_bjay", "fg": 2050, "rotates": false }, - { "id": "mon_blank", "fg": 1958, "rotates": false }, - { "id": "mon_blob", "fg": 2299, "rotates": false }, - { "id": "mon_blob_brain", "fg": 2295, "rotates": false }, - { "id": "mon_blob_small", "fg": 2300, "rotates": false }, - { "id": "mon_blood_sacrifice", "fg": 1880, "rotates": false }, - { "id": "mon_bobcat", "fg": 2000, "rotates": false }, - { "id": "mon_boomer", "fg": 2249, "rotates": false }, - { "id": "mon_boomer_fungus", "fg": 2250, "rotates": false }, - { "id": [ "mon_boomer_huge_pk", "mon_boomer_huge" ], "fg": 2248, "rotates": false }, - { "id": "mon_breather", "fg": 2301, "rotates": false }, - { "id": "mon_breather_hub", "fg": 2296, "rotates": false }, - { "id": "mon_broken_cyborg", "fg": 1891, "rotates": false }, - { "id": "mon_butterfly", "fg": 2119, "rotates": false }, - { "id": "mon_c4_hack", "fg": 1886, "rotates": false }, - { "id": [ "mon_cacodemon_revive", "mon_cacodemon" ], "fg": 1929, "rotates": false }, - { "id": "mon_cat", "fg": 2004, "rotates": false }, - { "id": "mon_caterpillar", "fg": 2120, "rotates": false }, - { "id": "mon_centipede_giant", "fg": 2128, "rotates": false }, - { "id": [ "mon_centipede", "mon_slug", "mon_mosquito" ], "fg": 2134, "rotates": false }, - { "id": "mon_charred_nightmare", "fg": 1969, "rotates": false }, - { "id": [ "mon_cherub_fly", "mon_cherub" ], "fg": 1938, "rotates": false }, - { "id": "mon_chicken", "fg": 2052, "rotates": false }, - { "id": "mon_chickenbot", "fg": 1893, "rotates": false }, - { "id": "mon_chud", "fg": 1981, "rotates": false }, - { "id": "mon_cockatrice_chick", "fg": 2059, "rotates": false }, - { "id": "mon_compsognathus", "fg": 2070, "rotates": false }, - { "id": "mon_copbot", "fg": 1894, "rotates": false }, - { "id": [ "mon_cougar_pk", "mon_cougar_weak", "mon_cougar" ], "fg": 2001, "rotates": false }, - { "id": "mon_cow", "fg": 2032, "rotates": false }, - { "id": [ "mon_coyote_wolf", "mon_coyote_small", "mon_coyote" ], "fg": 2012, "rotates": false }, - { "id": "mon_coyote_wolf_zerg", "fg": 2013, "rotates": false }, - { "id": "mon_crawler", "fg": 1970, "rotates": false }, - { "id": "mon_creeper_hub", "fg": 2181, "rotates": false }, - { "id": "mon_creeper_root", "fg": 2180, "rotates": false }, + "fg": 1946, + "rotates": false + }, + { "id": "debug_mon", "fg": 1997, "rotates": false }, + { "id": "mon_EMP_hack", "fg": 1910, "rotates": false }, + { "id": "mon_albino_penguin", "fg": 2074, "rotates": false }, + { "id": "mon_allosaurus", "fg": 2091, "rotates": false }, + { "id": "mon_alpha_razorclaw", "fg": 2117, "rotates": false }, + { "id": "mon_amigara_horror", "fg": 1991, "rotates": false }, + { "id": "mon_ankylosaurus", "fg": 2092, "rotates": false }, + { "id": "mon_ant", "fg": 2174, "rotates": false }, + { "id": "mon_ant_acid", "fg": 2172, "rotates": false }, + { "id": "mon_ant_acid_kwama", "fg": 2163, "rotates": false }, + { "id": "mon_ant_acid_larva", "fg": 2179, "rotates": false }, + { "id": "mon_ant_acid_queen", "fg": 2165, "rotates": false }, + { "id": "mon_ant_acid_soldier", "fg": 2166, "rotates": false }, + { "id": "mon_ant_fungus", "fg": 2176, "rotates": false }, + { "id": [ "mon_ant_larva", "mon_bee_larvae", "mon_maggot", "mon_wasp_larvae" ], "fg": 2178, "rotates": false }, + { "id": "mon_ant_male", "fg": 2173, "rotates": false }, + { "id": "mon_ant_queen_firebug", "fg": 2164, "rotates": false }, + { "id": [ "mon_ant_queen", "mon_ant_queen_young" ], "fg": 2169, "rotates": false }, + { "id": "mon_ant_scrib", "fg": 2177, "rotates": false }, + { "id": "mon_ant_soldier", "fg": 2170, "rotates": false }, + { "id": [ "mon_ant_soldier_pk", "mon_ant_soldier_pk_weak" ], "fg": 2171, "rotates": false }, + { "id": "mon_ant_soldier_terminal", "fg": 2167, "rotates": false }, + { "id": "mon_ant_terminal", "fg": 2168, "rotates": false }, + { "id": "mon_bat", "fg": 2073, "rotates": false }, + { "id": "mon_bat_vampire", "fg": 2072, "rotates": false }, + { "id": "mon_bear_mega", "fg": 2019, "rotates": false }, + { "id": "mon_bear_mega_baby", "fg": 2022, "rotates": false }, + { "id": "mon_bear_mega_kid", "fg": 2021, "rotates": false }, + { "id": "mon_bear_mega_mating", "fg": 2018, "rotates": false }, + { "id": [ "mon_bear_pk", "mon_bear_weak", "mon_bear" ], "fg": 2023, "rotates": false }, + { "id": [ "mon_bear_smoky", "mon_bear_smoky_pk" ], "fg": 2024, "rotates": false }, + { "id": [ "mon_beaver", "mon_muskrat", "mon_chipmunk" ], "fg": 2060, "rotates": false }, + { "id": "mon_bee_king", "fg": 2143, "rotates": false }, + { "id": "mon_bee_queen", "fg": 2142, "rotates": false }, + { "id": [ "mon_bee_scout", "mon_bee_soldier", "mon_bee" ], "fg": 2144, "rotates": false }, + { "id": [ "mon_beekeeper", "mon_beekeeper_pk" ], "fg": 2270, "rotates": false }, + { "id": [ "mon_biollante", "mon_biollante_pk" ], "fg": 2190, "rotates": false }, + { "id": "mon_bjay", "fg": 2076, "rotates": false }, + { "id": "mon_blank", "fg": 1984, "rotates": false }, + { "id": "mon_blob", "fg": 2325, "rotates": false }, + { "id": "mon_blob_brain", "fg": 2321, "rotates": false }, + { "id": "mon_blob_small", "fg": 2326, "rotates": false }, + { "id": "mon_blood_sacrifice", "fg": 1906, "rotates": false }, + { "id": "mon_bobcat", "fg": 2026, "rotates": false }, + { "id": "mon_boomer", "fg": 2275, "rotates": false }, + { "id": "mon_boomer_fungus", "fg": 2276, "rotates": false }, + { "id": [ "mon_boomer_huge_pk", "mon_boomer_huge" ], "fg": 2274, "rotates": false }, + { "id": "mon_breather", "fg": 2327, "rotates": false }, + { "id": "mon_breather_hub", "fg": 2322, "rotates": false }, + { "id": "mon_broken_cyborg", "fg": 1917, "rotates": false }, + { "id": "mon_butterfly", "fg": 2145, "rotates": false }, + { "id": "mon_c4_hack", "fg": 1912, "rotates": false }, + { "id": [ "mon_cacodemon_revive", "mon_cacodemon" ], "fg": 1955, "rotates": false }, + { "id": "mon_cat", "fg": 2030, "rotates": false }, + { "id": "mon_caterpillar", "fg": 2146, "rotates": false }, + { "id": "mon_centipede_giant", "fg": 2154, "rotates": false }, + { "id": [ "mon_centipede", "mon_slug", "mon_mosquito" ], "fg": 2160, "rotates": false }, + { "id": "mon_charred_nightmare", "fg": 1995, "rotates": false }, + { "id": [ "mon_cherub_fly", "mon_cherub" ], "fg": 1964, "rotates": false }, + { "id": "mon_chicken", "fg": 2078, "rotates": false }, + { "id": "mon_chickenbot", "fg": 1919, "rotates": false }, + { "id": "mon_chud", "fg": 2007, "rotates": false }, + { "id": "mon_cockatrice_chick", "fg": 2085, "rotates": false }, + { "id": "mon_compsognathus", "fg": 2096, "rotates": false }, + { "id": "mon_copbot", "fg": 1920, "rotates": false }, + { "id": [ "mon_cougar_pk", "mon_cougar_weak", "mon_cougar" ], "fg": 2027, "rotates": false }, + { "id": "mon_cow", "fg": 2058, "rotates": false }, + { "id": [ "mon_coyote_wolf", "mon_coyote_small", "mon_coyote" ], "fg": 2038, "rotates": false }, + { "id": "mon_coyote_wolf_zerg", "fg": 2039, "rotates": false }, + { "id": "mon_crawler", "fg": 1996, "rotates": false }, + { "id": "mon_creeper_hub", "fg": 2207, "rotates": false }, + { "id": "mon_creeper_root", "fg": 2206, "rotates": false }, { "id": [ "mon_creeper_vine_pk", "mon_creeper_vine" ], - "fg": 2174, + "fg": 2200, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2175 }, - { "id": "corner", "fg": 2176 }, - { "id": "edge", "fg": 2177 }, - { "id": "end_piece", "fg": 2178 }, - { "id": "t_connection", "fg": 2179 }, - { "id": "unconnected", "fg": 2174 } + { "id": "center", "fg": 2201 }, + { "id": "corner", "fg": 2202 }, + { "id": "edge", "fg": 2203 }, + { "id": "end_piece", "fg": 2204 }, + { "id": "t_connection", "fg": 2205 }, + { "id": "unconnected", "fg": 2200 } ] }, { "id": [ "mon_creeper_vine_terminal", "mon_creeper_vine_terminal_pk" ], - "fg": 2167, + "fg": 2193, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2168 }, - { "id": "corner", "fg": 2169 }, - { "id": "edge", "fg": 2170 }, - { "id": "end_piece", "fg": 2171 }, - { "id": "t_connection", "fg": 2172 }, - { "id": "unconnected", "fg": 2167 } + { "id": "center", "fg": 2194 }, + { "id": "corner", "fg": 2195 }, + { "id": "edge", "fg": 2196 }, + { "id": "end_piece", "fg": 2197 }, + { "id": "t_connection", "fg": 2198 }, + { "id": "unconnected", "fg": 2193 } ] }, - { "id": "mon_crow", "fg": 2054, "rotates": false }, - { "id": "mon_cult_churl", "fg": 1991, "rotates": false }, - { "id": "mon_cult_slave", "fg": 1978, "rotates": false }, - { "id": "mon_cyberdemon", "fg": 1926, "rotates": false }, - { "id": "mon_cyborg_cop", "fg": 1895, "rotates": false }, - { "id": "mon_cyborg_guard", "fg": 1896, "rotates": false }, - { "id": "mon_dark_wyrm", "fg": 2157, "rotates": false }, - { "id": "mon_darkman", "fg": 1956, "rotates": false }, - { "id": "mon_deer", "fg": 2027, "rotates": false }, - { "id": "mon_deer_rutting", "fg": 2026, "rotates": false }, - { "id": "mon_deer_small", "fg": 2028, "rotates": false }, - { "id": "mon_deinonychus", "fg": 2071, "rotates": false }, - { "id": "mon_dementia", "fg": 1982, "rotates": false }, - { "id": "mon_dermatik", "fg": 2112, "rotates": false }, - { "id": "mon_dermatik_larva", "fg": 2113, "rotates": false }, - { "id": "mon_dilophosaurus", "fg": 2073, "rotates": false }, - { "id": "mon_dimorphodon", "fg": 2060, "rotates": false }, - { "id": "mon_dionaea", "fg": 2183, "rotates": false }, - { "id": "mon_dionaea_sprout", "fg": 2185, "rotates": false }, - { "id": "mon_dispatch", "fg": 1908, "rotates": false }, - { "id": "mon_dispatch_military", "fg": 1909, "rotates": false }, + { "id": "mon_crow", "fg": 2080, "rotates": false }, + { "id": "mon_cult_churl", "fg": 2017, "rotates": false }, + { "id": "mon_cult_slave", "fg": 2004, "rotates": false }, + { "id": "mon_cyberdemon", "fg": 1952, "rotates": false }, + { "id": "mon_cyborg_cop", "fg": 1921, "rotates": false }, + { "id": "mon_cyborg_guard", "fg": 1922, "rotates": false }, + { "id": "mon_dark_wyrm", "fg": 2183, "rotates": false }, + { "id": "mon_darkman", "fg": 1982, "rotates": false }, + { "id": "mon_deer", "fg": 2053, "rotates": false }, + { "id": "mon_deer_rutting", "fg": 2052, "rotates": false }, + { "id": "mon_deer_small", "fg": 2054, "rotates": false }, + { "id": "mon_deinonychus", "fg": 2097, "rotates": false }, + { "id": "mon_dementia", "fg": 2008, "rotates": false }, + { "id": "mon_dermatik", "fg": 2138, "rotates": false }, + { "id": "mon_dermatik_larva", "fg": 2139, "rotates": false }, + { "id": "mon_dilophosaurus", "fg": 2099, "rotates": false }, + { "id": "mon_dimorphodon", "fg": 2086, "rotates": false }, + { "id": "mon_dionaea", "fg": 2209, "rotates": false }, + { "id": "mon_dionaea_sprout", "fg": 2211, "rotates": false }, + { "id": "mon_dispatch", "fg": 1934, "rotates": false }, + { "id": "mon_dispatch_military", "fg": 1935, "rotates": false }, { "id": [ "mon_dog_bcollie", @@ -4633,7 +4642,7 @@ "mon_dog_large", "mon_dog" ], - "fg": 2010, + "fg": 2036, "rotates": false }, { @@ -4656,339 +4665,339 @@ "mon_dog_auscattle_pup", "mon_dog_pup" ], - "fg": 2011, + "fg": 2037, "rotates": false }, - { "id": [ "mon_dog_skeleton", "mon_dog_skeleton_pk" ], "fg": 2269, "rotates": false }, - { "id": [ "mon_dog_zombie_cop", "mon_dog_zombie_cop_pk" ], "fg": 2267, "rotates": false }, + { "id": [ "mon_dog_skeleton", "mon_dog_skeleton_pk" ], "fg": 2295, "rotates": false }, + { "id": [ "mon_dog_zombie_cop", "mon_dog_zombie_cop_pk" ], "fg": 2293, "rotates": false }, { "id": [ "mon_dog_zombie_rot", "mon_dog_zombie_rot_pain", "mon_dog_zombie_rot_worms" ], - "fg": 2268, + "fg": 2294, "rotates": false }, - { "id": "mon_donatello", "fg": 1990, "rotates": false }, - { "id": "mon_doom_archdemon", "fg": 1921, "rotates": false }, + { "id": "mon_donatello", "fg": 2016, "rotates": false }, + { "id": "mon_doom_archdemon", "fg": 1947, "rotates": false }, { "id": [ "mon_doom_archvile_2", "mon_doom_archvile_3", "mon_doom_archvile_4", "mon_doom_archvile_5", "mon_doom_archvile" ], - "fg": 1922, - "rotates": false - }, - { "id": "mon_doom_archvile_queen", "fg": 1923, "rotates": false }, - { "id": [ "mon_doom_churl", "mon_doom_churl_revive" ], "fg": 1939, "rotates": false }, - { "id": "mon_doom_cur", "fg": 1941, "rotates": false }, - { "id": "mon_doom_sacrifice", "fg": 1942, "rotates": false }, - { "id": "mon_doom_slave", "fg": 1940, "rotates": false }, - { "id": "mon_dragonfly_giant", "fg": 2122, "rotates": false }, - { "id": "mon_duck", "fg": 2053, "rotates": false }, - { "id": [ "mon_duck_chick", "mon_chicken_chick" ], "fg": 2057, "rotates": false }, - { "id": "mon_eoraptor", "fg": 2067, "rotates": false }, - { "id": "mon_eyebot", "fg": 1897, "rotates": false }, - { "id": "mon_fant", "fg": 2149, "rotates": false }, - { "id": "mon_fardigrade", "fg": 2163, "rotates": false }, - { "id": "mon_feer", "fg": 2029, "rotates": false }, - { "id": "mon_finebeast", "fg": 2173, "rotates": false }, - { "id": "mon_finecraft", "fg": 2182, "rotates": false }, - { "id": "mon_fionaea", "fg": 2184, "rotates": false }, - { "id": "mon_fish_blinky", "fg": 2080, "rotates": false }, - { "id": [ "mon_fish_bullhead", "mon_fish_sbass", "mon_fish_lbass" ], "fg": 2083, "rotates": false }, - { "id": "mon_fish_carp", "fg": 2082, "rotates": false }, - { "id": "mon_fish_eel", "fg": 2090, "rotates": false }, - { "id": "mon_fish_eel_large", "fg": 2089, "rotates": false }, - { "id": "mon_fish_flying", "fg": 2088, "rotates": false }, - { "id": [ "mon_fish_lobster", "mon_fish_crayfish" ], "fg": 2094, "rotates": false }, - { "id": [ "mon_fish_pike", "mon_fish_bluegill" ], "fg": 2084, "rotates": false }, + "fg": 1948, + "rotates": false + }, + { "id": "mon_doom_archvile_queen", "fg": 1949, "rotates": false }, + { "id": [ "mon_doom_churl", "mon_doom_churl_revive" ], "fg": 1965, "rotates": false }, + { "id": "mon_doom_cur", "fg": 1967, "rotates": false }, + { "id": "mon_doom_sacrifice", "fg": 1968, "rotates": false }, + { "id": "mon_doom_slave", "fg": 1966, "rotates": false }, + { "id": "mon_dragonfly_giant", "fg": 2148, "rotates": false }, + { "id": "mon_duck", "fg": 2079, "rotates": false }, + { "id": [ "mon_duck_chick", "mon_chicken_chick" ], "fg": 2083, "rotates": false }, + { "id": "mon_eoraptor", "fg": 2093, "rotates": false }, + { "id": "mon_eyebot", "fg": 1923, "rotates": false }, + { "id": "mon_fant", "fg": 2175, "rotates": false }, + { "id": "mon_fardigrade", "fg": 2189, "rotates": false }, + { "id": "mon_feer", "fg": 2055, "rotates": false }, + { "id": "mon_finebeast", "fg": 2199, "rotates": false }, + { "id": "mon_finecraft", "fg": 2208, "rotates": false }, + { "id": "mon_fionaea", "fg": 2210, "rotates": false }, + { "id": "mon_fish_blinky", "fg": 2106, "rotates": false }, + { "id": [ "mon_fish_bullhead", "mon_fish_sbass", "mon_fish_lbass" ], "fg": 2109, "rotates": false }, + { "id": "mon_fish_carp", "fg": 2108, "rotates": false }, + { "id": "mon_fish_eel", "fg": 2116, "rotates": false }, + { "id": "mon_fish_eel_large", "fg": 2115, "rotates": false }, + { "id": "mon_fish_flying", "fg": 2114, "rotates": false }, + { "id": [ "mon_fish_lobster", "mon_fish_crayfish" ], "fg": 2120, "rotates": false }, + { "id": [ "mon_fish_pike", "mon_fish_bluegill" ], "fg": 2110, "rotates": false }, { "id": [ "mon_fish_trout", "mon_fish_perch", "mon_fish_salmon", "mon_fish_sunfish", "mon_fish_bowfin" ], - "fg": 2081, - "rotates": false - }, - { "id": [ "mon_fish_whitefish", "mon_fish_pickerel", "mon_fish_pbass" ], "fg": 2087, "rotates": false }, - { "id": "mon_flaming_eye", "fg": 1963, "rotates": false }, - { "id": "mon_flashbang_hack", "fg": 1882, "rotates": false }, - { "id": "mon_flesh_angel", "fg": 1968, "rotates": false }, - { "id": "mon_fly", "fg": 2127, "rotates": false }, - { "id": "mon_flying_polyp", "fg": 1945, "rotates": false }, - { "id": "mon_folf", "fg": 2006, "rotates": false }, - { "id": "mon_foose", "fg": 2021, "rotates": false }, - { "id": "mon_fougar", "fg": 2002, "rotates": false }, - { "id": "mon_fox_gray", "fg": 2015, "rotates": false }, - { "id": "mon_fox_red", "fg": 2014, "rotates": false }, - { "id": "mon_frog_giant", "fg": 2079, "rotates": false }, - { "id": [ "mon_frog", "mon_dragonfly" ], "fg": 2123, "rotates": false }, - { "id": "mon_fungal_blossom", "fg": 2194, "rotates": false }, - { "id": "mon_fungal_fighter", "fg": 2191, "rotates": false }, - { "id": "mon_fungal_hedgerow", "fg": 2197, "rotates": false }, - { "id": "mon_fungal_tendril", "fg": 2195, "rotates": false }, - { "id": "mon_fungal_wall", "fg": 2196, "rotates": false }, - { "id": [ "mon_fungaloid_dormant", "mon_fungaloid_pk", "mon_fungaloid" ], "fg": 2192, "rotates": false }, - { "id": "mon_fungaloid_young", "fg": 2193, "rotates": false }, - { "id": [ "mon_fungus_boil", "mon_spore" ], "fg": 2198, "rotates": false }, - { "id": "mon_fungus_pig", "fg": 2018, "rotates": false }, - { "id": "mon_furvivor", "fg": 1976, "rotates": false }, + "fg": 2107, + "rotates": false + }, + { "id": [ "mon_fish_whitefish", "mon_fish_pickerel", "mon_fish_pbass" ], "fg": 2113, "rotates": false }, + { "id": "mon_flaming_eye", "fg": 1989, "rotates": false }, + { "id": "mon_flashbang_hack", "fg": 1908, "rotates": false }, + { "id": "mon_flesh_angel", "fg": 1994, "rotates": false }, + { "id": "mon_fly", "fg": 2153, "rotates": false }, + { "id": "mon_flying_polyp", "fg": 1971, "rotates": false }, + { "id": "mon_folf", "fg": 2032, "rotates": false }, + { "id": "mon_foose", "fg": 2047, "rotates": false }, + { "id": "mon_fougar", "fg": 2028, "rotates": false }, + { "id": "mon_fox_gray", "fg": 2041, "rotates": false }, + { "id": "mon_fox_red", "fg": 2040, "rotates": false }, + { "id": "mon_frog_giant", "fg": 2105, "rotates": false }, + { "id": [ "mon_frog", "mon_dragonfly" ], "fg": 2149, "rotates": false }, + { "id": "mon_fungal_blossom", "fg": 2220, "rotates": false }, + { "id": "mon_fungal_fighter", "fg": 2217, "rotates": false }, + { "id": "mon_fungal_hedgerow", "fg": 2223, "rotates": false }, + { "id": "mon_fungal_tendril", "fg": 2221, "rotates": false }, + { "id": "mon_fungal_wall", "fg": 2222, "rotates": false }, + { "id": [ "mon_fungaloid_dormant", "mon_fungaloid_pk", "mon_fungaloid" ], "fg": 2218, "rotates": false }, + { "id": "mon_fungaloid_young", "fg": 2219, "rotates": false }, + { "id": [ "mon_fungus_boil", "mon_spore" ], "fg": 2224, "rotates": false }, + { "id": "mon_fungus_pig", "fg": 2044, "rotates": false }, + { "id": "mon_furvivor", "fg": 2002, "rotates": false }, { "id": [ "mon_furvivor_glock", "mon_furvivor_pk", "mon_furvivor_shotgun", "mon_furvivor_smg", "mon_furvivor_deagle" ], - "fg": 1977, - "rotates": false - }, - { "id": "mon_gallimimus", "fg": 2068, "rotates": false }, - { "id": "mon_gas_zombie", "fg": 2232, "rotates": false }, - { "id": "mon_gasbomb_hack", "fg": 1883, "rotates": false }, - { "id": "mon_gator", "fg": 2078, "rotates": false }, - { "id": [ "mon_gelatin", "mon_blob_large" ], "fg": 2297, "rotates": false }, - { "id": "mon_generator_SCINET", "fg": 1919, "rotates": false }, - { "id": [ "mon_generator", "generator_7500w" ], "fg": 1881, "rotates": false }, - { "id": "mon_giant_cockroach_nymph", "fg": 2133, "rotates": false }, - { "id": [ "mon_giant_crayfish", "mon_fish_lobster_giant" ], "fg": 2093, "rotates": false }, - { "id": "mon_goat", "fg": 2030, "rotates": false }, - { "id": "mon_gozu", "fg": 1954, "rotates": false }, - { "id": "mon_graboid", "fg": 2158, "rotates": false }, - { "id": "mon_gracke", "fg": 2277, "rotates": false }, - { "id": "mon_grenade_hack", "fg": 1885, "rotates": false }, + "fg": 2003, + "rotates": false + }, + { "id": "mon_gallimimus", "fg": 2094, "rotates": false }, + { "id": "mon_gas_zombie", "fg": 2258, "rotates": false }, + { "id": "mon_gasbomb_hack", "fg": 1909, "rotates": false }, + { "id": "mon_gator", "fg": 2104, "rotates": false }, + { "id": [ "mon_gelatin", "mon_blob_large" ], "fg": 2323, "rotates": false }, + { "id": "mon_generator_SCINET", "fg": 1945, "rotates": false }, + { "id": [ "mon_generator", "generator_7500w" ], "fg": 1907, "rotates": false }, + { "id": "mon_giant_cockroach_nymph", "fg": 2159, "rotates": false }, + { "id": [ "mon_giant_crayfish", "mon_fish_lobster_giant" ], "fg": 2119, "rotates": false }, + { "id": "mon_goat", "fg": 2056, "rotates": false }, + { "id": "mon_gozu", "fg": 1980, "rotates": false }, + { "id": "mon_graboid", "fg": 2184, "rotates": false }, + { "id": "mon_gracke", "fg": 2303, "rotates": false }, + { "id": "mon_grenade_hack", "fg": 1911, "rotates": false }, { "id": [ "mon_grouse_chick", "mon_crow_chick", "mon_turkey_chick", "mon_pheasant_chick" ], - "fg": 2058, - "rotates": false - }, - { "id": "mon_gull", "fg": 2055, "rotates": false }, - { "id": "mon_halfworm", "fg": 2161, "rotates": false }, - { "id": [ "mon_hallu_mannequin", "f_mannequin" ], "fg": 2310, "rotates": false }, - { "id": "mon_hallu_mom", "fg": 1983, "rotates": false }, - { "id": "mon_hare", "fg": 2041, "rotates": false }, - { "id": "mon_hazmatbot", "fg": 1898, "rotates": false }, - { "id": "mon_headless_dog_thing", "fg": 1955, "rotates": false }, - { "id": "mon_hell_baron", "fg": 1925, "rotates": false }, - { "id": [ "mon_hell_knight_revive", "mon_hell_knight" ], "fg": 1924, "rotates": false }, - { "id": "mon_hologram", "fg": 1979, "rotates": false }, - { "id": "mon_homunculus", "fg": 2231, "rotates": false }, - { "id": "mon_horror_dusk", "fg": 1961, "rotates": false }, - { "id": "mon_horror_dusk_queen", "fg": 1960, "rotates": false }, - { "id": "mon_horse", "fg": 2023, "rotates": false }, - { "id": "mon_horse_zombie", "fg": 2024, "rotates": false }, - { "id": "mon_horse_zombie_scorched", "fg": 2025, "rotates": false }, - { "id": [ "mon_hound_tindalos", "mon_hound_tindalos_afterimage" ], "fg": 2305 }, - { "id": "mon_human_snail", "fg": 1973, "rotates": false }, - { "id": "mon_hunting_horror", "fg": 1962, "rotates": false }, - { "id": "mon_imp_black", "fg": 1934, "rotates": false }, - { "id": [ "mon_imp_revive", "mon_imp" ], "fg": 1933, "rotates": false }, + "fg": 2084, + "rotates": false + }, + { "id": "mon_gull", "fg": 2081, "rotates": false }, + { "id": "mon_halfworm", "fg": 2187, "rotates": false }, + { "id": [ "mon_hallu_mannequin", "f_mannequin" ], "fg": 2336, "rotates": false }, + { "id": "mon_hallu_mom", "fg": 2009, "rotates": false }, + { "id": "mon_hare", "fg": 2067, "rotates": false }, + { "id": "mon_hazmatbot", "fg": 1924, "rotates": false }, + { "id": "mon_headless_dog_thing", "fg": 1981, "rotates": false }, + { "id": "mon_hell_baron", "fg": 1951, "rotates": false }, + { "id": [ "mon_hell_knight_revive", "mon_hell_knight" ], "fg": 1950, "rotates": false }, + { "id": "mon_hologram", "fg": 2005, "rotates": false }, + { "id": "mon_homunculus", "fg": 2257, "rotates": false }, + { "id": "mon_horror_dusk", "fg": 1987, "rotates": false }, + { "id": "mon_horror_dusk_queen", "fg": 1986, "rotates": false }, + { "id": "mon_horse", "fg": 2049, "rotates": false }, + { "id": "mon_horse_zombie", "fg": 2050, "rotates": false }, + { "id": "mon_horse_zombie_scorched", "fg": 2051, "rotates": false }, + { "id": [ "mon_hound_tindalos", "mon_hound_tindalos_afterimage" ], "fg": 2331 }, + { "id": "mon_human_snail", "fg": 1999, "rotates": false }, + { "id": "mon_hunting_horror", "fg": 1988, "rotates": false }, + { "id": "mon_imp_black", "fg": 1960, "rotates": false }, + { "id": [ "mon_imp_revive", "mon_imp" ], "fg": 1959, "rotates": false }, { "id": [ "mon_irradiated_wanderer_2", "mon_irradiated_wanderer_3", "mon_irradiated_wanderer_4", "mon_irradiated_wanderer_1" ], - "fg": 1974, - "rotates": false - }, - { "id": [ "mon_jabberwock_pk", "mon_jabberwock" ], "fg": 1972, "rotates": false }, - { "id": "mon_laserturret", "fg": 1902, "rotates": false }, - { "id": "mon_legion", "fg": 1946, "rotates": false }, - { "id": "mon_lemming", "fg": 2039, "rotates": false }, - { "id": "mon_leonardo", "fg": 1987, "rotates": false }, - { "id": "mon_locust", "fg": 2125, "rotates": false }, - { "id": "mon_locust_nymph", "fg": 2126, "rotates": false }, - { "id": "mon_lostsoul", "fg": 1936, "rotates": false }, - { "id": "mon_lostsoul_mount", "fg": 1937, "rotates": false }, - { "id": "mon_mancubus", "fg": 1930, "rotates": false }, - { "id": "mon_manhack", "fg": 1887, "rotates": false }, - { "id": "mon_manhack_fire", "fg": 1888, "rotates": false }, - { "id": "mon_manhack_missile", "fg": 1889, "rotates": false }, - { "id": "mon_marloss_man", "fg": 1975, "rotates": false }, - { "id": "mon_mechaspider", "fg": 1928, "rotates": false }, - { "id": "mon_mechaspider_queen", "fg": 1927, "rotates": false }, - { "id": "mon_mi_go", "fg": 1949, "rotates": false }, - { "id": "mon_mi_go_fly", "fg": 1947, "rotates": false }, - { "id": "mon_mi_go_terminal", "fg": 1948, "rotates": false }, - { "id": "mon_michelangelo", "fg": 1988, "rotates": false }, - { "id": "mon_minecraft", "fg": 2312, "rotates": false }, - { "id": "mon_minecraft_charged", "fg": 2313, "rotates": false }, - { "id": "mon_minecraft_charged_season_winter", "fg": 2315, "rotates": false }, - { "id": "mon_minecraft_season_winter", "fg": 2314, "rotates": false }, - { "id": "mon_mininuke_hack", "fg": 1890, "rotates": false }, - { "id": "mon_mole_large", "fg": 2035, "rotates": false }, - { "id": "mon_molebot", "fg": 1906, "rotates": false }, - { "id": [ "mon_moose_pk", "mon_moose_weak", "mon_moose" ], "fg": 2020, "rotates": false }, - { "id": "mon_mosquito_giant", "fg": 2124, "rotates": false }, - { "id": "mon_moth", "fg": 2121, "rotates": false }, - { "id": "mon_nakedmolerat_giant", "fg": 2033, "rotates": false }, - { "id": "mon_nuculais", "fg": 1959, "rotates": false }, - { "id": [ "mon_nursebot", "mon_nursebot_defective" ], "fg": 2304, "rotates": false }, - { "id": "mon_one_eye", "fg": 1984, "rotates": false }, - { "id": [ "mon_opossum", "mon_raccoon", "mon_black_rat" ], "fg": 2043, "rotates": false }, - { "id": "mon_otter", "fg": 2044, "rotates": false }, - { "id": "mon_parasaurolophus", "fg": 2061, "rotates": false }, - { "id": "mon_pidgeon", "fg": 2056, "rotates": false }, - { "id": "mon_pig", "fg": 2017, "rotates": false }, - { "id": "mon_pig_saber", "fg": 2016, "rotates": false }, - { "id": [ "mon_pinky_revive", "mon_pinky" ], "fg": 1935, "rotates": false }, - { "id": "mon_plague_nymph", "fg": 2131, "rotates": false }, - { "id": "mon_plague_vector", "fg": 2129, "rotates": false }, - { "id": "mon_player_blob", "fg": 2298, "rotates": false }, - { "id": [ "mon_pregnant_giant_cockroach", "mon_giant_cockroach" ], "fg": 2132, "rotates": false }, - { "id": "mon_prototype_cyborg", "fg": 1892, "rotates": false }, - { "id": [ "mon_pupae_pk", "mon_pupae" ], "fg": 2136, "rotates": false }, - { "id": "mon_rabbit", "fg": 2040, "rotates": false }, - { "id": "mon_raphael", "fg": 1989, "rotates": false }, - { "id": "mon_rat_king", "fg": 1986, "rotates": false }, - { "id": "mon_ratman_ninja", "fg": 1985, "rotates": false }, - { "id": "mon_rattlesnake", "fg": 2075, "rotates": false }, - { "id": "mon_rattlesnake_giant", "fg": 2074, "rotates": false }, - { "id": "mon_razorclaw", "fg": 2092, "rotates": false }, - { "id": "mon_revenant", "fg": 1931, "rotates": false }, - { "id": "mon_riotbot", "fg": 1907, "rotates": false }, - { "id": "mon_robin", "fg": 2049, "rotates": false }, - { "id": "mon_robot_drone", "fg": 1910, "rotates": false }, - { "id": "mon_science_bot", "fg": 1905, "rotates": false }, - { "id": "mon_secubot", "fg": 1911, "rotates": false }, - { "id": "mon_sewer_fish", "fg": 2085, "rotates": false }, - { "id": [ "mon_sewer_rat", "mon_weasel", "mon_mink" ], "fg": 2045, "rotates": false }, - { "id": "mon_sewer_snake", "fg": 2077, "rotates": false }, - { "id": "mon_shadow", "fg": 1957, "rotates": false }, - { "id": "mon_shadow_snake", "fg": 2076, "rotates": false }, - { "id": "mon_sheep", "fg": 2031, "rotates": false }, - { "id": [ "mon_shia", "mon_zombie_jackson" ], "fg": 1980, "rotates": false }, - { "id": "mon_shoggoth", "fg": 1944, "rotates": false }, - { "id": [ "mon_shrew", "mon_deer_mouse" ], "fg": 2038, "rotates": false }, - { "id": "mon_skeleton", "fg": 2254, "rotates": false }, - { "id": "mon_skeleton_brute", "fg": 2253, "rotates": false }, - { "id": "mon_skeleton_electric", "fg": 2303, "rotates": false }, - { "id": "mon_skeleton_scorched", "fg": 2255, "rotates": false }, - { "id": "mon_skitterbot", "fg": 1912, "rotates": false }, - { "id": "mon_skittering_plague", "fg": 2130, "rotates": false }, - { "id": "mon_skunk", "fg": 2042, "rotates": false }, - { "id": "mon_sludge_crawler", "fg": 2156, "rotates": false }, - { "id": "mon_sludge_crawler_queen", "fg": 2155, "rotates": false }, - { "id": "mon_slug_giant", "fg": 2154, "rotates": false }, - { "id": "mon_soulcube", "fg": 1943, "rotates": false }, - { "id": "mon_spider_cellar_giant", "fg": 2108, "rotates": false }, - { "id": "mon_spider_cellar_giant_s", "fg": 2109, "rotates": false }, - { "id": "mon_spider_jumping", "fg": 2097, "rotates": false }, - { "id": "mon_spider_jumping_giant", "fg": 2096, "rotates": false }, - { "id": "mon_spider_jumping_giant_acid", "fg": 2095, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_guardian", "fg": 2098, "rotates": false }, - { "id": [ "mon_spider_trapdoor_giant", "mon_spider_trapdoor_giant_pk" ], "fg": 2099, "rotates": false }, - { "id": [ "mon_spider_trapdoor", "mon_spider_trapdoor_giant_s" ], "fg": 2100, "rotates": false }, - { "id": "mon_spider_web", "fg": 2104, "rotates": false }, - { "id": "mon_spider_web_alpha", "fg": 2102, "rotates": false }, - { "id": [ "mon_spider_web_omega", "mon_spider_web_mu" ], "fg": 2103, "rotates": false }, - { "id": "mon_spider_web_queen", "fg": 2101, "rotates": false }, - { "id": "mon_spider_web_s", "fg": 2105, "rotates": false }, - { "id": "mon_spider_widow_giant", "fg": 2110, "rotates": false }, - { "id": [ "mon_spider_widow_giant_s", "mon_spider_widow" ], "fg": 2111, "rotates": false }, - { "id": "mon_spider_wolf", "fg": 2107, "rotates": false }, - { "id": [ "mon_spider_wolf_giant", "mon_spider_wolf_giant_pk" ], "fg": 2106, "rotates": false }, - { "id": "mon_spinosaurus", "fg": 2062, "rotates": false }, - { "id": "mon_squirrel", "fg": 2037, "rotates": false }, - { "id": [ "mon_squirrel_red", "mon_groundhog" ], "fg": 2036, "rotates": false }, - { "id": "mon_stegosaurus", "fg": 2063, "rotates": false }, - { "id": "mon_stemcell_nether", "fg": 1964, "rotates": false }, - { "id": "mon_talon_m202a1", "fg": 2302, "rotates": false }, - { "id": "mon_tankbot", "fg": 1913, "rotates": false }, - { "id": "mon_tardigrade", "fg": 2162, "rotates": false }, - { "id": "mon_thing", "fg": 1950, "rotates": false }, - { "id": "mon_thing_head", "fg": 1951, "rotates": false }, - { "id": "mon_thing_spider", "fg": 1952, "rotates": false }, - { "id": "mon_thing_swamp", "fg": 1953, "rotates": false }, - { "id": "mon_titanis", "fg": 2064, "rotates": false }, - { "id": "mon_trapdoor_queen", "fg": 2311, "rotates": false }, - { "id": "mon_treent_green", "fg": 1879, "rotates": false }, - { "id": "mon_triffid_heart", "fg": 2186, "rotates": false }, - { "id": [ "mon_triffid_pk", "mon_triffid" ], "fg": 2188, "rotates": false }, - { "id": "mon_triffid_queen", "fg": 2187, "rotates": false }, - { "id": "mon_triffid_sprig", "fg": 2190, "rotates": false }, - { "id": "mon_triffid_young", "fg": 2189, "rotates": false }, - { "id": "mon_tripod", "fg": 1932, "rotates": false }, - { "id": "mon_turkey", "fg": 2051, "rotates": false }, - { "id": "mon_turret", "fg": 1899, "rotates": false }, - { "id": "mon_turret_bmg", "fg": 1903, "rotates": false }, - { "id": [ "mon_turret_rifle", "mon_crows_m240" ], "fg": 1900, "rotates": false }, - { "id": "mon_turret_searchlight", "fg": 1904, "rotates": false }, - { "id": "mon_turret_shockcannon", "fg": 1901, "rotates": false }, - { "id": "mon_twisted_body", "fg": 1967, "rotates": false }, - { "id": "mon_utahraptor", "fg": 2069, "rotates": false }, - { "id": "mon_velociraptor", "fg": 2072, "rotates": false }, - { "id": [ "mon_vinebeast", "mon_vinebeast_pk" ], "fg": 2166, "rotates": false }, - { "id": "mon_vinebeast_terminal", "fg": 2165, "rotates": false }, - { "id": "mon_vortex", "fg": 1966, "rotates": false }, - { "id": "mon_w11b10", "fg": 1918, "rotates": false }, - { "id": "mon_w11b20b4", "fg": 1914, "rotates": false }, - { "id": "mon_w11h10", "fg": 1915, "rotates": false }, - { "id": "mon_w12b10", "fg": 1916, "rotates": false }, - { "id": "mon_w12n10", "fg": 1917, "rotates": false }, - { "id": "mon_wasp", "fg": 2115, "rotates": false }, - { "id": "mon_wasp_queen", "fg": 2114, "rotates": false }, - { "id": "mon_wasp_small", "fg": 2135, "rotates": false }, - { "id": "mon_wolf", "fg": 2005, "rotates": false }, - { "id": "mon_worm", "fg": 2160, "rotates": false }, - { "id": "mon_yugg", "fg": 2159, "rotates": false }, - { "id": "mon_zanimal_scorched", "fg": 2292, "rotates": false }, - { "id": "mon_zanimal_skeleton", "fg": 2293, "rotates": false }, - { "id": "mon_zanimal_skeleton_dead", "fg": 2294, "rotates": false }, - { "id": [ "mon_zhark", "mon_mutant_carp", "mon_mutant_salmon" ], "fg": 2086, "rotates": false }, - { "id": "mon_zolf", "fg": 2007, "rotates": false }, - { "id": "mon_zolf_scorched", "fg": 2009, "rotates": false }, - { "id": "mon_zolf_shady", "fg": 2008, "rotates": false }, - { "id": "mon_zombear", "fg": 1999, "rotates": false }, - { "id": [ "mon_zombie_acidic", "mon_zombie_acidic_pk" ], "fg": 2285, "rotates": false }, - { "id": "mon_zombie_anklebiter", "fg": 2243, "rotates": false }, - { "id": "mon_zombie_armored", "fg": 2218, "rotates": false }, - { "id": "mon_zombie_bear_mega", "fg": 1994, "rotates": false }, - { "id": "mon_zombie_bio_op", "fg": 2223, "rotates": false }, - { "id": "mon_zombie_biter", "fg": 2242, "rotates": false }, - { "id": [ "mon_zombie_blind_pk", "mon_zombie_blind" ], "fg": 2275, "rotates": false }, - { "id": "mon_zombie_brainless", "fg": 2280, "rotates": false }, - { "id": "mon_zombie_brute", "fg": 2237, "rotates": false }, - { "id": "mon_zombie_brute_grappler", "fg": 2238, "rotates": false }, - { "id": "mon_zombie_brute_ninja", "fg": 2235, "rotates": false }, - { "id": "mon_zombie_brute_shocker", "fg": 2236, "rotates": false }, + "fg": 2000, + "rotates": false + }, + { "id": [ "mon_jabberwock_pk", "mon_jabberwock" ], "fg": 1998, "rotates": false }, + { "id": "mon_laserturret", "fg": 1928, "rotates": false }, + { "id": "mon_legion", "fg": 1972, "rotates": false }, + { "id": "mon_lemming", "fg": 2065, "rotates": false }, + { "id": "mon_leonardo", "fg": 2013, "rotates": false }, + { "id": "mon_locust", "fg": 2151, "rotates": false }, + { "id": "mon_locust_nymph", "fg": 2152, "rotates": false }, + { "id": "mon_lostsoul", "fg": 1962, "rotates": false }, + { "id": "mon_lostsoul_mount", "fg": 1963, "rotates": false }, + { "id": "mon_mancubus", "fg": 1956, "rotates": false }, + { "id": "mon_manhack", "fg": 1913, "rotates": false }, + { "id": "mon_manhack_fire", "fg": 1914, "rotates": false }, + { "id": "mon_manhack_missile", "fg": 1915, "rotates": false }, + { "id": "mon_marloss_man", "fg": 2001, "rotates": false }, + { "id": "mon_mechaspider", "fg": 1954, "rotates": false }, + { "id": "mon_mechaspider_queen", "fg": 1953, "rotates": false }, + { "id": "mon_mi_go", "fg": 1975, "rotates": false }, + { "id": "mon_mi_go_fly", "fg": 1973, "rotates": false }, + { "id": "mon_mi_go_terminal", "fg": 1974, "rotates": false }, + { "id": "mon_michelangelo", "fg": 2014, "rotates": false }, + { "id": "mon_minecraft", "fg": 2338, "rotates": false }, + { "id": "mon_minecraft_charged", "fg": 2339, "rotates": false }, + { "id": "mon_minecraft_charged_season_winter", "fg": 2341, "rotates": false }, + { "id": "mon_minecraft_season_winter", "fg": 2340, "rotates": false }, + { "id": "mon_mininuke_hack", "fg": 1916, "rotates": false }, + { "id": "mon_mole_large", "fg": 2061, "rotates": false }, + { "id": "mon_molebot", "fg": 1932, "rotates": false }, + { "id": [ "mon_moose_pk", "mon_moose_weak", "mon_moose" ], "fg": 2046, "rotates": false }, + { "id": "mon_mosquito_giant", "fg": 2150, "rotates": false }, + { "id": "mon_moth", "fg": 2147, "rotates": false }, + { "id": "mon_nakedmolerat_giant", "fg": 2059, "rotates": false }, + { "id": "mon_nuculais", "fg": 1985, "rotates": false }, + { "id": [ "mon_nursebot", "mon_nursebot_defective" ], "fg": 2330, "rotates": false }, + { "id": "mon_one_eye", "fg": 2010, "rotates": false }, + { "id": [ "mon_opossum", "mon_raccoon", "mon_black_rat" ], "fg": 2069, "rotates": false }, + { "id": "mon_otter", "fg": 2070, "rotates": false }, + { "id": "mon_parasaurolophus", "fg": 2087, "rotates": false }, + { "id": "mon_pidgeon", "fg": 2082, "rotates": false }, + { "id": "mon_pig", "fg": 2043, "rotates": false }, + { "id": "mon_pig_saber", "fg": 2042, "rotates": false }, + { "id": [ "mon_pinky_revive", "mon_pinky" ], "fg": 1961, "rotates": false }, + { "id": "mon_plague_nymph", "fg": 2157, "rotates": false }, + { "id": "mon_plague_vector", "fg": 2155, "rotates": false }, + { "id": "mon_player_blob", "fg": 2324, "rotates": false }, + { "id": [ "mon_pregnant_giant_cockroach", "mon_giant_cockroach" ], "fg": 2158, "rotates": false }, + { "id": "mon_prototype_cyborg", "fg": 1918, "rotates": false }, + { "id": [ "mon_pupae_pk", "mon_pupae" ], "fg": 2162, "rotates": false }, + { "id": "mon_rabbit", "fg": 2066, "rotates": false }, + { "id": "mon_raphael", "fg": 2015, "rotates": false }, + { "id": "mon_rat_king", "fg": 2012, "rotates": false }, + { "id": "mon_ratman_ninja", "fg": 2011, "rotates": false }, + { "id": "mon_rattlesnake", "fg": 2101, "rotates": false }, + { "id": "mon_rattlesnake_giant", "fg": 2100, "rotates": false }, + { "id": "mon_razorclaw", "fg": 2118, "rotates": false }, + { "id": "mon_revenant", "fg": 1957, "rotates": false }, + { "id": "mon_riotbot", "fg": 1933, "rotates": false }, + { "id": "mon_robin", "fg": 2075, "rotates": false }, + { "id": "mon_robot_drone", "fg": 1936, "rotates": false }, + { "id": "mon_science_bot", "fg": 1931, "rotates": false }, + { "id": "mon_secubot", "fg": 1937, "rotates": false }, + { "id": "mon_sewer_fish", "fg": 2111, "rotates": false }, + { "id": [ "mon_sewer_rat", "mon_weasel", "mon_mink" ], "fg": 2071, "rotates": false }, + { "id": "mon_sewer_snake", "fg": 2103, "rotates": false }, + { "id": "mon_shadow", "fg": 1983, "rotates": false }, + { "id": "mon_shadow_snake", "fg": 2102, "rotates": false }, + { "id": "mon_sheep", "fg": 2057, "rotates": false }, + { "id": [ "mon_shia", "mon_zombie_jackson" ], "fg": 2006, "rotates": false }, + { "id": "mon_shoggoth", "fg": 1970, "rotates": false }, + { "id": [ "mon_shrew", "mon_deer_mouse" ], "fg": 2064, "rotates": false }, + { "id": "mon_skeleton", "fg": 2280, "rotates": false }, + { "id": "mon_skeleton_brute", "fg": 2279, "rotates": false }, + { "id": "mon_skeleton_electric", "fg": 2329, "rotates": false }, + { "id": "mon_skeleton_scorched", "fg": 2281, "rotates": false }, + { "id": "mon_skitterbot", "fg": 1938, "rotates": false }, + { "id": "mon_skittering_plague", "fg": 2156, "rotates": false }, + { "id": "mon_skunk", "fg": 2068, "rotates": false }, + { "id": "mon_sludge_crawler", "fg": 2182, "rotates": false }, + { "id": "mon_sludge_crawler_queen", "fg": 2181, "rotates": false }, + { "id": "mon_slug_giant", "fg": 2180, "rotates": false }, + { "id": "mon_soulcube", "fg": 1969, "rotates": false }, + { "id": "mon_spider_cellar_giant", "fg": 2134, "rotates": false }, + { "id": "mon_spider_cellar_giant_s", "fg": 2135, "rotates": false }, + { "id": "mon_spider_jumping", "fg": 2123, "rotates": false }, + { "id": "mon_spider_jumping_giant", "fg": 2122, "rotates": false }, + { "id": "mon_spider_jumping_giant_acid", "fg": 2121, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_guardian", "fg": 2124, "rotates": false }, + { "id": [ "mon_spider_trapdoor_giant", "mon_spider_trapdoor_giant_pk" ], "fg": 2125, "rotates": false }, + { "id": [ "mon_spider_trapdoor", "mon_spider_trapdoor_giant_s" ], "fg": 2126, "rotates": false }, + { "id": "mon_spider_web", "fg": 2130, "rotates": false }, + { "id": "mon_spider_web_alpha", "fg": 2128, "rotates": false }, + { "id": [ "mon_spider_web_omega", "mon_spider_web_mu" ], "fg": 2129, "rotates": false }, + { "id": "mon_spider_web_queen", "fg": 2127, "rotates": false }, + { "id": "mon_spider_web_s", "fg": 2131, "rotates": false }, + { "id": "mon_spider_widow_giant", "fg": 2136, "rotates": false }, + { "id": [ "mon_spider_widow_giant_s", "mon_spider_widow" ], "fg": 2137, "rotates": false }, + { "id": "mon_spider_wolf", "fg": 2133, "rotates": false }, + { "id": [ "mon_spider_wolf_giant", "mon_spider_wolf_giant_pk" ], "fg": 2132, "rotates": false }, + { "id": "mon_spinosaurus", "fg": 2088, "rotates": false }, + { "id": "mon_squirrel", "fg": 2063, "rotates": false }, + { "id": [ "mon_squirrel_red", "mon_groundhog" ], "fg": 2062, "rotates": false }, + { "id": "mon_stegosaurus", "fg": 2089, "rotates": false }, + { "id": "mon_stemcell_nether", "fg": 1990, "rotates": false }, + { "id": "mon_talon_m202a1", "fg": 2328, "rotates": false }, + { "id": "mon_tankbot", "fg": 1939, "rotates": false }, + { "id": "mon_tardigrade", "fg": 2188, "rotates": false }, + { "id": "mon_thing", "fg": 1976, "rotates": false }, + { "id": "mon_thing_head", "fg": 1977, "rotates": false }, + { "id": "mon_thing_spider", "fg": 1978, "rotates": false }, + { "id": "mon_thing_swamp", "fg": 1979, "rotates": false }, + { "id": "mon_titanis", "fg": 2090, "rotates": false }, + { "id": "mon_trapdoor_queen", "fg": 2337, "rotates": false }, + { "id": "mon_treent_green", "fg": 1905, "rotates": false }, + { "id": "mon_triffid_heart", "fg": 2212, "rotates": false }, + { "id": [ "mon_triffid_pk", "mon_triffid" ], "fg": 2214, "rotates": false }, + { "id": "mon_triffid_queen", "fg": 2213, "rotates": false }, + { "id": "mon_triffid_sprig", "fg": 2216, "rotates": false }, + { "id": "mon_triffid_young", "fg": 2215, "rotates": false }, + { "id": "mon_tripod", "fg": 1958, "rotates": false }, + { "id": "mon_turkey", "fg": 2077, "rotates": false }, + { "id": "mon_turret", "fg": 1925, "rotates": false }, + { "id": "mon_turret_bmg", "fg": 1929, "rotates": false }, + { "id": [ "mon_turret_rifle", "mon_crows_m240" ], "fg": 1926, "rotates": false }, + { "id": "mon_turret_searchlight", "fg": 1930, "rotates": false }, + { "id": "mon_turret_shockcannon", "fg": 1927, "rotates": false }, + { "id": "mon_twisted_body", "fg": 1993, "rotates": false }, + { "id": "mon_utahraptor", "fg": 2095, "rotates": false }, + { "id": "mon_velociraptor", "fg": 2098, "rotates": false }, + { "id": [ "mon_vinebeast", "mon_vinebeast_pk" ], "fg": 2192, "rotates": false }, + { "id": "mon_vinebeast_terminal", "fg": 2191, "rotates": false }, + { "id": "mon_vortex", "fg": 1992, "rotates": false }, + { "id": "mon_w11b10", "fg": 1944, "rotates": false }, + { "id": "mon_w11b20b4", "fg": 1940, "rotates": false }, + { "id": "mon_w11h10", "fg": 1941, "rotates": false }, + { "id": "mon_w12b10", "fg": 1942, "rotates": false }, + { "id": "mon_w12n10", "fg": 1943, "rotates": false }, + { "id": "mon_wasp", "fg": 2141, "rotates": false }, + { "id": "mon_wasp_queen", "fg": 2140, "rotates": false }, + { "id": "mon_wasp_small", "fg": 2161, "rotates": false }, + { "id": "mon_wolf", "fg": 2031, "rotates": false }, + { "id": "mon_worm", "fg": 2186, "rotates": false }, + { "id": "mon_yugg", "fg": 2185, "rotates": false }, + { "id": "mon_zanimal_scorched", "fg": 2318, "rotates": false }, + { "id": "mon_zanimal_skeleton", "fg": 2319, "rotates": false }, + { "id": "mon_zanimal_skeleton_dead", "fg": 2320, "rotates": false }, + { "id": [ "mon_zhark", "mon_mutant_carp", "mon_mutant_salmon" ], "fg": 2112, "rotates": false }, + { "id": "mon_zolf", "fg": 2033, "rotates": false }, + { "id": "mon_zolf_scorched", "fg": 2035, "rotates": false }, + { "id": "mon_zolf_shady", "fg": 2034, "rotates": false }, + { "id": "mon_zombear", "fg": 2025, "rotates": false }, + { "id": [ "mon_zombie_acidic", "mon_zombie_acidic_pk" ], "fg": 2311, "rotates": false }, + { "id": "mon_zombie_anklebiter", "fg": 2269, "rotates": false }, + { "id": "mon_zombie_armored", "fg": 2244, "rotates": false }, + { "id": "mon_zombie_bear_mega", "fg": 2020, "rotates": false }, + { "id": "mon_zombie_bio_op", "fg": 2249, "rotates": false }, + { "id": "mon_zombie_biter", "fg": 2268, "rotates": false }, + { "id": [ "mon_zombie_blind_pk", "mon_zombie_blind" ], "fg": 2301, "rotates": false }, + { "id": "mon_zombie_brainless", "fg": 2306, "rotates": false }, + { "id": "mon_zombie_brute", "fg": 2263, "rotates": false }, + { "id": "mon_zombie_brute_grappler", "fg": 2264, "rotates": false }, + { "id": "mon_zombie_brute_ninja", "fg": 2261, "rotates": false }, + { "id": "mon_zombie_brute_shocker", "fg": 2262, "rotates": false }, { "id": [ "mon_zombie_child_2", "mon_zombie_child_3", "mon_zombie_child_pk", "mon_zombie_child" ], - "fg": 2265, + "fg": 2291, "rotates": false }, - { "id": "mon_zombie_child_fungus", "fg": 2266, "rotates": false }, - { "id": [ "mon_zombie_child_reaver", "mon_kreck" ], "fg": 2264, "rotates": false }, - { "id": [ "mon_zombie_child_scorched_2", "mon_zombie_child_scorched" ], "fg": 2263, "rotates": false }, - { "id": "mon_zombie_cop", "fg": 2227, "rotates": false }, - { "id": "mon_zombie_corrosive", "fg": 2233, "rotates": false }, + { "id": "mon_zombie_child_fungus", "fg": 2292, "rotates": false }, + { "id": [ "mon_zombie_child_reaver", "mon_kreck" ], "fg": 2290, "rotates": false }, + { "id": [ "mon_zombie_child_scorched_2", "mon_zombie_child_scorched" ], "fg": 2289, "rotates": false }, + { "id": "mon_zombie_cop", "fg": 2253, "rotates": false }, + { "id": "mon_zombie_corrosive", "fg": 2259, "rotates": false }, { "id": [ "mon_zombie_crawler_pk", "mon_zombie_crawler_pk_weak", "mon_zombie_crawler" ], - "fg": 2272, - "rotates": false - }, - { "id": "mon_zombie_crawler_scorched", "fg": 2273, "rotates": false }, - { "id": "mon_zombie_creepy", "fg": 2257, "rotates": false }, - { "id": "mon_zombie_cripple", "fg": 2274, "rotates": false }, - { "id": "mon_zombie_dancer", "fg": 2289, "rotates": false }, - { "id": [ "mon_zombie_dog", "mon_zombie_dog_pk", "mon_zombie_fast" ], "fg": 2270, "rotates": false }, - { "id": "mon_zombie_ears", "fg": 2279, "rotates": false }, - { "id": "mon_zombie_electric_fungal", "fg": 2203, "rotates": false }, - { "id": [ "mon_zombie_electric_pk", "mon_zombie_electric" ], "fg": 2204, "rotates": false }, - { "id": [ "mon_zombie_fat", "mon_zombie_fat_2", "mon_zombie_fat_3" ], "fg": 2252, "rotates": false }, - { "id": [ "mon_zombie_fiend_pk", "mon_zombie_fiend" ], "fg": 2201, "rotates": false }, - { "id": "mon_zombie_fiend_shocker", "fg": 2200, "rotates": false }, - { "id": "mon_zombie_fireman", "fg": 2224, "rotates": false }, - { "id": "mon_zombie_flamer", "fg": 2216, "rotates": false }, - { "id": "mon_zombie_fungus", "fg": 2284, "rotates": false }, - { "id": "mon_zombie_gasbag_crawler", "fg": 2306, "rotates": false }, - { "id": "mon_zombie_gasbag_immobile", "fg": 2307, "rotates": false }, - { "id": "mon_zombie_gasbag_impaler", "fg": 2308, "rotates": false }, - { "id": [ "mon_zombie_gasbag", "mon_zombie_gasbag_pk" ], "fg": 2251, "rotates": false }, - { "id": "mon_zombie_grabber", "fg": 2240, "rotates": false }, - { "id": "mon_zombie_grappler", "fg": 2239, "rotates": false }, - { "id": "mon_zombie_grenadier", "fg": 2219, "rotates": false }, - { "id": "mon_zombie_grenadier_elite", "fg": 2220, "rotates": false }, - { "id": "mon_zombie_hazmat", "fg": 2225, "rotates": false }, - { "id": [ "mon_zombie_hollow", "mon_zombie_hollow_pk" ], "fg": 2278, "rotates": false }, - { "id": "mon_zombie_hunter", "fg": 2271, "rotates": false }, - { "id": "mon_zombie_kevlar_1", "fg": 2234, "rotates": false }, - { "id": "mon_zombie_labsecurity", "fg": 2230, "rotates": false }, - { "id": "mon_zombie_living_wall", "fg": 2309, "rotates": false }, - { "id": "mon_zombie_lord", "fg": 2206, "rotates": false }, - { "id": "mon_zombie_mancroc", "fg": 2241, "rotates": false }, - { "id": [ "mon_zombie_master_pk", "mon_zombie_master" ], "fg": 2207, "rotates": false }, - { "id": "mon_zombie_military_pilot", "fg": 2215, "rotates": false }, - { "id": [ "mon_zombie_necro_pk", "mon_zombie_necro" ], "fg": 2209, "rotates": false }, - { "id": "mon_zombie_nullfield", "fg": 2202, "rotates": false }, - { "id": "mon_zombie_pig", "fg": 2019, "rotates": false }, - { "id": [ "mon_zombie_pk", "mon_zombie_2", "mon_zombie_3", "mon_zombie" ], "fg": 2291, "rotates": false }, - { "id": "mon_zombie_predator", "fg": 2211, "rotates": false }, - { "id": "mon_zombie_radbag", "fg": 2245, "rotates": false }, + "fg": 2298, + "rotates": false + }, + { "id": "mon_zombie_crawler_scorched", "fg": 2299, "rotates": false }, + { "id": "mon_zombie_creepy", "fg": 2283, "rotates": false }, + { "id": "mon_zombie_cripple", "fg": 2300, "rotates": false }, + { "id": "mon_zombie_dancer", "fg": 2315, "rotates": false }, + { "id": [ "mon_zombie_dog", "mon_zombie_dog_pk", "mon_zombie_fast" ], "fg": 2296, "rotates": false }, + { "id": "mon_zombie_ears", "fg": 2305, "rotates": false }, + { "id": "mon_zombie_electric_fungal", "fg": 2229, "rotates": false }, + { "id": [ "mon_zombie_electric_pk", "mon_zombie_electric" ], "fg": 2230, "rotates": false }, + { "id": [ "mon_zombie_fat", "mon_zombie_fat_2", "mon_zombie_fat_3" ], "fg": 2278, "rotates": false }, + { "id": [ "mon_zombie_fiend_pk", "mon_zombie_fiend" ], "fg": 2227, "rotates": false }, + { "id": "mon_zombie_fiend_shocker", "fg": 2226, "rotates": false }, + { "id": "mon_zombie_fireman", "fg": 2250, "rotates": false }, + { "id": "mon_zombie_flamer", "fg": 2242, "rotates": false }, + { "id": "mon_zombie_fungus", "fg": 2310, "rotates": false }, + { "id": "mon_zombie_gasbag_crawler", "fg": 2332, "rotates": false }, + { "id": "mon_zombie_gasbag_immobile", "fg": 2333, "rotates": false }, + { "id": "mon_zombie_gasbag_impaler", "fg": 2334, "rotates": false }, + { "id": [ "mon_zombie_gasbag", "mon_zombie_gasbag_pk" ], "fg": 2277, "rotates": false }, + { "id": "mon_zombie_grabber", "fg": 2266, "rotates": false }, + { "id": "mon_zombie_grappler", "fg": 2265, "rotates": false }, + { "id": "mon_zombie_grenadier", "fg": 2245, "rotates": false }, + { "id": "mon_zombie_grenadier_elite", "fg": 2246, "rotates": false }, + { "id": "mon_zombie_hazmat", "fg": 2251, "rotates": false }, + { "id": [ "mon_zombie_hollow", "mon_zombie_hollow_pk" ], "fg": 2304, "rotates": false }, + { "id": "mon_zombie_hunter", "fg": 2297, "rotates": false }, + { "id": "mon_zombie_kevlar_1", "fg": 2260, "rotates": false }, + { "id": "mon_zombie_labsecurity", "fg": 2256, "rotates": false }, + { "id": "mon_zombie_living_wall", "fg": 2335, "rotates": false }, + { "id": "mon_zombie_lord", "fg": 2232, "rotates": false }, + { "id": "mon_zombie_mancroc", "fg": 2267, "rotates": false }, + { "id": [ "mon_zombie_master_pk", "mon_zombie_master" ], "fg": 2233, "rotates": false }, + { "id": "mon_zombie_military_pilot", "fg": 2241, "rotates": false }, + { "id": [ "mon_zombie_necro_pk", "mon_zombie_necro" ], "fg": 2235, "rotates": false }, + { "id": "mon_zombie_nullfield", "fg": 2228, "rotates": false }, + { "id": "mon_zombie_pig", "fg": 2045, "rotates": false }, + { "id": [ "mon_zombie_pk", "mon_zombie_2", "mon_zombie_3", "mon_zombie" ], "fg": 2317, "rotates": false }, + { "id": "mon_zombie_predator", "fg": 2237, "rotates": false }, + { "id": "mon_zombie_radbag", "fg": 2271, "rotates": false }, { "id": [ "mon_zombie_rot_flu", @@ -5000,40 +5009,40 @@ "mon_zombie_rot_pk_worms", "mon_zombie_rot" ], - "fg": 2281, - "rotates": false - }, - { "id": [ "mon_zombie_runner_pk", "mon_zombie_runner" ], "fg": 2212, "rotates": false }, - { "id": "mon_zombie_scales", "fg": 2287, "rotates": false }, - { "id": "mon_zombie_scientist", "fg": 2228, "rotates": false }, - { "id": "mon_zombie_scorched_master", "fg": 2208, "rotates": false }, - { "id": "mon_zombie_scorched_necro", "fg": 2210, "rotates": false }, - { "id": [ "mon_zombie_scorched_pk", "mon_zombie_scorched" ], "fg": 2290, "rotates": false }, - { "id": "mon_zombie_scorched_shocker", "fg": 2205, "rotates": false }, - { "id": "mon_zombie_screecher", "fg": 2260, "rotates": false }, - { "id": "mon_zombie_shady_ghost", "fg": 2282, "rotates": false }, - { "id": [ "mon_zombie_shady_pk", "mon_zombie_shady" ], "fg": 2283, "rotates": false }, - { "id": "mon_zombie_shrieker", "fg": 2261, "rotates": false }, - { "id": "mon_zombie_shriekling", "fg": 2262, "rotates": false }, - { "id": "mon_zombie_skull", "fg": 2276, "rotates": false }, - { "id": [ "mon_zombie_smoker_pk", "mon_zombie_smoker" ], "fg": 2246, "rotates": false }, - { "id": "mon_zombie_snotgobbler", "fg": 2259, "rotates": false }, - { "id": "mon_zombie_soldier", "fg": 2221, "rotates": false }, - { "id": "mon_zombie_soldier_acid_1", "fg": 2217, "rotates": false }, - { "id": "mon_zombie_soldier_acid_2", "fg": 2222, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_1", "fg": 2214, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_2", "fg": 2213, "rotates": false }, - { "id": "mon_zombie_spitter", "fg": 2247, "rotates": false }, - { "id": "mon_zombie_sproglodyte", "fg": 2258, "rotates": false }, - { "id": "mon_zombie_survivor", "fg": 2226, "rotates": false }, - { "id": [ "mon_zombie_swimmer", "mon_zombie_swimmer_pk" ], "fg": 2288, "rotates": false }, - { "id": "mon_zombie_technician", "fg": 2229, "rotates": false }, - { "id": "mon_zombie_thorny", "fg": 2199 }, - { "id": [ "mon_zombie_tough", "mon_zombie_tough_2", "mon_zombie_tough_3" ], "fg": 2286, "rotates": false }, - { "id": "mon_zombie_waif", "fg": 2256, "rotates": false }, - { "id": "mon_zoose", "fg": 2022, "rotates": false }, - { "id": "mon_zougar", "fg": 2003, "rotates": false }, - { "id": "2silos", "fg": [ 2345, 2345, 2345, 2345 ], "bg": [ 2341, 2342, 2343, 2344 ], "rotates": true }, + "fg": 2307, + "rotates": false + }, + { "id": [ "mon_zombie_runner_pk", "mon_zombie_runner" ], "fg": 2238, "rotates": false }, + { "id": "mon_zombie_scales", "fg": 2313, "rotates": false }, + { "id": "mon_zombie_scientist", "fg": 2254, "rotates": false }, + { "id": "mon_zombie_scorched_master", "fg": 2234, "rotates": false }, + { "id": "mon_zombie_scorched_necro", "fg": 2236, "rotates": false }, + { "id": [ "mon_zombie_scorched_pk", "mon_zombie_scorched" ], "fg": 2316, "rotates": false }, + { "id": "mon_zombie_scorched_shocker", "fg": 2231, "rotates": false }, + { "id": "mon_zombie_screecher", "fg": 2286, "rotates": false }, + { "id": "mon_zombie_shady_ghost", "fg": 2308, "rotates": false }, + { "id": [ "mon_zombie_shady_pk", "mon_zombie_shady" ], "fg": 2309, "rotates": false }, + { "id": "mon_zombie_shrieker", "fg": 2287, "rotates": false }, + { "id": "mon_zombie_shriekling", "fg": 2288, "rotates": false }, + { "id": "mon_zombie_skull", "fg": 2302, "rotates": false }, + { "id": [ "mon_zombie_smoker_pk", "mon_zombie_smoker" ], "fg": 2272, "rotates": false }, + { "id": "mon_zombie_snotgobbler", "fg": 2285, "rotates": false }, + { "id": "mon_zombie_soldier", "fg": 2247, "rotates": false }, + { "id": "mon_zombie_soldier_acid_1", "fg": 2243, "rotates": false }, + { "id": "mon_zombie_soldier_acid_2", "fg": 2248, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_1", "fg": 2240, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_2", "fg": 2239, "rotates": false }, + { "id": "mon_zombie_spitter", "fg": 2273, "rotates": false }, + { "id": "mon_zombie_sproglodyte", "fg": 2284, "rotates": false }, + { "id": "mon_zombie_survivor", "fg": 2252, "rotates": false }, + { "id": [ "mon_zombie_swimmer", "mon_zombie_swimmer_pk" ], "fg": 2314, "rotates": false }, + { "id": "mon_zombie_technician", "fg": 2255, "rotates": false }, + { "id": "mon_zombie_thorny", "fg": 2225 }, + { "id": [ "mon_zombie_tough", "mon_zombie_tough_2", "mon_zombie_tough_3" ], "fg": 2312, "rotates": false }, + { "id": "mon_zombie_waif", "fg": 2282, "rotates": false }, + { "id": "mon_zoose", "fg": 2048, "rotates": false }, + { "id": "mon_zougar", "fg": 2029, "rotates": false }, + { "id": "2silos", "fg": [ 2371, 2371, 2371, 2371 ], "bg": [ 2367, 2368, 2369, 2370 ], "rotates": true }, { "id": [ "airliner_1a", @@ -5060,16 +5069,16 @@ "airliner_1j", "airliner_3j" ], - "fg": 3106, + "fg": 3132, "rotates": false }, - { "id": "airliner_1d", "fg": 2417, "bg": 3106, "rotates": true }, - { "id": "airliner_2b", "fg": 2415, "bg": 3106, "rotates": true }, - { "id": "airliner_2f", "fg": 2418, "bg": 3106, "rotates": true }, - { "id": "airliner_2g", "fg": 2420, "bg": 3106, "rotates": true }, - { "id": "airliner_2j", "fg": 2421, "bg": 3106, "rotates": true }, - { "id": "airliner_3c", "fg": 2416, "bg": 3106, "rotates": true }, - { "id": "airliner_3g", "fg": 2419, "bg": 3106, "rotates": true }, + { "id": "airliner_1d", "fg": 2443, "bg": 3132, "rotates": true }, + { "id": "airliner_2b", "fg": 2441, "bg": 3132, "rotates": true }, + { "id": "airliner_2f", "fg": 2444, "bg": 3132, "rotates": true }, + { "id": "airliner_2g", "fg": 2446, "bg": 3132, "rotates": true }, + { "id": "airliner_2j", "fg": 2447, "bg": 3132, "rotates": true }, + { "id": "airliner_3c", "fg": 2442, "bg": 3132, "rotates": true }, + { "id": "airliner_3g", "fg": 2445, "bg": 3132, "rotates": true }, { "id": [ "basement", @@ -5158,43 +5167,43 @@ "house_modern_1_basement", "basement_messed" ], - "fg": 2381, + "fg": 2407, "rotates": true }, - { "id": "cave", "fg": 2440, "rotates": false }, - { "id": "cemetery_4square_00", "fg": [ 2363, 2364, 2365, 2366 ], "rotates": true }, - { "id": "cemetery_4square_01", "fg": [ 2371, 2372, 2373, 2374 ], "rotates": true }, - { "id": "cemetery_4square_10", "fg": [ 2367, 2368, 2369, 2370 ], "rotates": true }, - { "id": "cemetery_4square_11", "fg": [ 2375, 2376, 2377, 2378 ], "rotates": true }, + { "id": "cave", "fg": 2466, "rotates": false }, + { "id": "cemetery_4square_00", "fg": [ 2389, 2390, 2391, 2392 ], "rotates": true }, + { "id": "cemetery_4square_01", "fg": [ 2397, 2398, 2399, 2400 ], "rotates": true }, + { "id": "cemetery_4square_10", "fg": [ 2393, 2394, 2395, 2396 ], "rotates": true }, + { "id": "cemetery_4square_11", "fg": [ 2401, 2402, 2403, 2404 ], "rotates": true }, { "id": "construction_site", - "fg": [ 2354, 2354, 2354, 2354 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2380, 2380, 2380, 2380 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, - { "id": "crater", "fg": 2422, "rotates": false }, - { "id": "empty_rock", "fg": 2380, "rotates": false }, - { "id": "field", "fg": 3106, "rotates": false }, - { "id": "forest", "fg": 2323, "rotates": false }, - { "id": "forest_thick", "fg": 2324, "rotates": false }, - { "id": "forest_water", "fg": 2339, "rotates": false }, - { "id": "fungal_bloom", "fg": 313, "rotates": false }, - { "id": "fungal_flowers", "fg": 312, "rotates": false }, - { "id": "fungal_tower", "fg": 2545, "rotates": false }, - { "id": [ "furniture" ], "fg": [ 2379, 2379, 2379, 2379 ], "bg": [ 2347, 2348, 2349, 2350 ], "rotates": true }, - { "id": "helipad_ne", "fg": [ 2412, 2413, 2414, 2411 ], "bg": 2631, "rotates": true }, - { "id": "helipad_nw", "fg": [ 2411, 2412, 2413, 2414 ], "bg": 2631, "rotates": true }, - { "id": "helipad_se", "fg": [ 2413, 2414, 2411, 2412 ], "bg": 2631, "rotates": true }, - { "id": "helipad_sw", "fg": [ 2414, 2411, 2412, 2413 ], "bg": 2631, "rotates": true }, - { "id": "hospital_1", "fg": [ 2383, 2384, 2385, 2386 ], "rotates": true }, - { "id": "hospital_2", "fg": [ 2387, 2388, 2389, 2390 ], "rotates": true }, - { "id": "hospital_3", "fg": [ 2391, 2392, 2393, 2394 ], "rotates": true }, - { "id": "hospital_4", "fg": [ 2395, 2396, 2397, 2398 ], "rotates": true }, - { "id": "hospital_5", "fg": 2382, "rotates": false }, - { "id": "hospital_6", "fg": [ 2397, 2398, 2395, 2396 ], "rotates": true }, - { "id": "hospital_7", "fg": [ 2399, 2400, 2401, 2402 ], "rotates": true }, - { "id": "hospital_8", "fg": [ 2403, 2404, 2405, 2406 ], "rotates": true }, - { "id": "hospital_9", "fg": [ 2407, 2408, 2409, 2410 ], "rotates": true }, + { "id": "crater", "fg": 2448, "rotates": false }, + { "id": "empty_rock", "fg": 2406, "rotates": false }, + { "id": "field", "fg": 3132, "rotates": false }, + { "id": "forest", "fg": 2349, "rotates": false }, + { "id": "forest_thick", "fg": 2350, "rotates": false }, + { "id": "forest_water", "fg": 2365, "rotates": false }, + { "id": "fungal_bloom", "fg": 339, "rotates": false }, + { "id": "fungal_flowers", "fg": 338, "rotates": false }, + { "id": "fungal_tower", "fg": 2571, "rotates": false }, + { "id": [ "furniture" ], "fg": [ 2405, 2405, 2405, 2405 ], "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, + { "id": "helipad_ne", "fg": [ 2438, 2439, 2440, 2437 ], "bg": 2657, "rotates": true }, + { "id": "helipad_nw", "fg": [ 2437, 2438, 2439, 2440 ], "bg": 2657, "rotates": true }, + { "id": "helipad_se", "fg": [ 2439, 2440, 2437, 2438 ], "bg": 2657, "rotates": true }, + { "id": "helipad_sw", "fg": [ 2440, 2437, 2438, 2439 ], "bg": 2657, "rotates": true }, + { "id": "hospital_1", "fg": [ 2409, 2410, 2411, 2412 ], "rotates": true }, + { "id": "hospital_2", "fg": [ 2413, 2414, 2415, 2416 ], "rotates": true }, + { "id": "hospital_3", "fg": [ 2417, 2418, 2419, 2420 ], "rotates": true }, + { "id": "hospital_4", "fg": [ 2421, 2422, 2423, 2424 ], "rotates": true }, + { "id": "hospital_5", "fg": 2408, "rotates": false }, + { "id": "hospital_6", "fg": [ 2423, 2424, 2421, 2422 ], "rotates": true }, + { "id": "hospital_7", "fg": [ 2425, 2426, 2427, 2428 ], "rotates": true }, + { "id": "hospital_8", "fg": [ 2429, 2430, 2431, 2432 ], "rotates": true }, + { "id": "hospital_9", "fg": [ 2433, 2434, 2435, 2436 ], "rotates": true }, { "id": [ "house_01", @@ -5274,8 +5283,8 @@ "house_crack3", "house_prepper" ], - "fg": [ 2351, 2351, 2351, 2351 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2377, 2377, 2377, 2377 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { @@ -5293,11 +5302,11 @@ "house_duplex11", "duplex" ], - "fg": [ 2353, 2353, 2353, 2353 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2379, 2379, 2379, 2379 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, - { "id": "house_farm", "fg": [ 2346, 2346, 2346, 2346 ], "bg": [ 2343, 2344, 2341, 2342 ], "rotates": true }, + { "id": "house_farm", "fg": [ 2372, 2372, 2372, 2372 ], "bg": [ 2369, 2370, 2367, 2368 ], "rotates": true }, { "id": [ "house_garage", @@ -5310,96 +5319,96 @@ "house_garage7", "house_garage8" ], - "fg": [ 2352, 2352, 2352, 2352 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2378, 2378, 2378, 2378 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, - { "id": "lake_shore", "fg": 2338, "rotates": false }, - { "id": "mission_arrow_down", "fg": 2436, "rotates": false }, - { "id": "mission_arrow_e", "fg": 2428, "rotates": false }, - { "id": "mission_arrow_n", "fg": 2427, "rotates": false }, - { "id": "mission_arrow_ne", "fg": 2432, "rotates": false }, - { "id": "mission_arrow_nw", "fg": 2431, "rotates": false }, - { "id": "mission_arrow_s", "fg": 2429, "rotates": false }, - { "id": "mission_arrow_se", "fg": 2433, "rotates": false }, - { "id": "mission_arrow_sw", "fg": 2434, "rotates": false }, - { "id": "mission_arrow_up", "fg": 2435, "rotates": false }, - { "id": "mission_arrow_w", "fg": 2430, "rotates": false }, - { "id": "mission_cursor", "fg": 2437, "rotates": false }, + { "id": "lake_shore", "fg": 2364, "rotates": false }, + { "id": "mission_arrow_down", "fg": 2462, "rotates": false }, + { "id": "mission_arrow_e", "fg": 2454, "rotates": false }, + { "id": "mission_arrow_n", "fg": 2453, "rotates": false }, + { "id": "mission_arrow_ne", "fg": 2458, "rotates": false }, + { "id": "mission_arrow_nw", "fg": 2457, "rotates": false }, + { "id": "mission_arrow_s", "fg": 2455, "rotates": false }, + { "id": "mission_arrow_se", "fg": 2459, "rotates": false }, + { "id": "mission_arrow_sw", "fg": 2460, "rotates": false }, + { "id": "mission_arrow_up", "fg": 2461, "rotates": false }, + { "id": "mission_arrow_w", "fg": 2456, "rotates": false }, + { "id": "mission_cursor", "fg": 2463, "rotates": false }, { "id": [ "office_cubical", "office_cubical_1" ], - "fg": [ 2424, 2424, 2424, 2424 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2450, 2450, 2450, 2450 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, - { "id": "park", "fg": [ 2323, 2323, 2323, 2323 ], "bg": [ 2347, 2348, 2349, 2350 ], "rotates": true }, - { "id": [ "pavilion", "pavilion_1" ], "fg": 2355, "bg": 3106, "rotates": false }, - { "id": "pond_field", "fg": 2423, "rotates": true }, + { "id": "park", "fg": [ 2349, 2349, 2349, 2349 ], "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, + { "id": [ "pavilion", "pavilion_1" ], "fg": 2381, "bg": 3132, "rotates": false }, + { "id": "pond_field", "fg": 2449, "rotates": true }, { "id": [ "pool", "pool_1", "pool_2", "pool_3", "pool_4", "pool_5", "pool_6" ], - "fg": 2425, - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": 2451, + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, - { "id": "river", "fg": [ 2334, 2335, 2336, 2337 ], "rotates": true }, - { "id": "river_c_not_ne", "fg": 2329, "rotates": false }, - { "id": "river_c_not_nw", "fg": 2326, "rotates": false }, - { "id": "river_c_not_se", "fg": 2328, "rotates": false }, - { "id": "river_c_not_sw", "fg": 2327, "rotates": false }, - { "id": [ "river_center", "lake_surface", "lake_water_cube" ], "fg": 2325, "rotates": false }, - { "id": "river_ne", "fg": 2330, "rotates": false }, - { "id": "river_nw", "fg": 2333, "rotates": false }, - { "id": "river_se", "fg": 2331, "rotates": false }, - { "id": "river_sw", "fg": 2332, "rotates": false }, + { "id": "river", "fg": [ 2360, 2361, 2362, 2363 ], "rotates": true }, + { "id": "river_c_not_ne", "fg": 2355, "rotates": false }, + { "id": "river_c_not_nw", "fg": 2352, "rotates": false }, + { "id": "river_c_not_se", "fg": 2354, "rotates": false }, + { "id": "river_c_not_sw", "fg": 2353, "rotates": false }, + { "id": [ "river_center", "lake_surface", "lake_water_cube" ], "fg": 2351, "rotates": false }, + { "id": "river_ne", "fg": 2356, "rotates": false }, + { "id": "river_nw", "fg": 2359, "rotates": false }, + { "id": "river_se", "fg": 2357, "rotates": false }, + { "id": "river_sw", "fg": 2358, "rotates": false }, { "id": [ "s_clothes", "s_clothes_1", "s_clothes_2", "s_clothes_3", "s_clothes_4", "s_clothes_5", "s_clothes_6" ], - "fg": [ 2358, 2358, 2358, 2358 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2384, 2384, 2384, 2384 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { "id": [ "s_garage", "s_garage_1" ], - "fg": [ 2426, 2426, 2426, 2426 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2452, 2452, 2452, 2452 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { "id": [ "s_grocery", "s_grocery_1" ], - "fg": [ 2361, 2361, 2361, 2361 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2387, 2387, 2387, 2387 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { "id": [ "s_gun", "s_gun_1", "s_gun_2", "s_gun_3", "s_gun_4" ], - "fg": [ 2356, 2356, 2356, 2356 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2382, 2382, 2382, 2382 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { "id": [ "s_hardware", "s_hardware_1", "s_hardware_2", "s_hardware_3" ], - "fg": [ 2359, 2359, 2359, 2359 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2385, 2385, 2385, 2385 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { "id": [ "s_restaurant_fast", "s_restaurant_fast_1", "s_restaurant_foodplace" ], - "fg": [ 2362, 2362, 2362, 2362 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2388, 2388, 2388, 2388 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { "id": [ "shelter", "shelter_1", "shelter_2", "shelter_vandal", "shelter_1_vandal", "shelter_2_vandal" ], - "fg": [ 2439, 2439, 2439, 2439 ], + "fg": [ 2465, 2465, 2465, 2465 ], "rotates": true }, { "id": "small_wooded_trail", - "fg": [ 2360, 2360, 2360, 2360 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2386, 2386, 2386, 2386 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, - { "id": "temple_stairs", "fg": 2438, "rotates": false }, - { "id": [ "trailhead_shack_z0", "trailhead_outhouse_z0", "trailhead" ], "fg": 2340, "rotates": true }, + { "id": "temple_stairs", "fg": 2464, "rotates": false }, + { "id": [ "trailhead_shack_z0", "trailhead_outhouse_z0", "trailhead" ], "fg": 2366, "rotates": true }, { "id": [ "urban_32_1", @@ -5425,214 +5434,214 @@ "urban_32_21", "fire_station" ], - "fg": [ 2357, 2357, 2357, 2357 ], - "bg": [ 2347, 2348, 2349, 2350 ], + "fg": [ 2383, 2383, 2383, 2383 ], + "bg": [ 2373, 2374, 2375, 2376 ], "rotates": true }, { "id": "ants", - "fg": 2460, + "fg": 2486, "multitile": true, - "bg": 2441, + "bg": 2467, "additional_tiles": [ - { "id": "center", "bg": 2441, "fg": 2442 }, - { "id": "corner", "bg": 2441, "fg": [ 2444, 2446, 2445, 2443 ] }, - { "id": "t_connection", "bg": 2441, "fg": [ 2457, 2459, 2458, 2456 ] }, - { "id": "edge", "bg": 2441, "fg": [ 2448, 2447 ] }, - { "id": "end_piece", "bg": 2441, "fg": [ 2450, 2452, 2451, 2449 ] }, - { "id": "unconnected", "bg": 2441, "fg": 2460 } + { "id": "center", "bg": 2467, "fg": 2468 }, + { "id": "corner", "bg": 2467, "fg": [ 2470, 2472, 2471, 2469 ] }, + { "id": "t_connection", "bg": 2467, "fg": [ 2483, 2485, 2484, 2482 ] }, + { "id": "edge", "bg": 2467, "fg": [ 2474, 2473 ] }, + { "id": "end_piece", "bg": 2467, "fg": [ 2476, 2478, 2477, 2475 ] }, + { "id": "unconnected", "bg": 2467, "fg": 2486 } ] }, - { "id": "ants_food", "fg": 2453, "rotates": false }, - { "id": "ants_larvae", "fg": 2454, "rotates": false }, - { "id": "ants_queen", "fg": 2455, "rotates": false }, - { "id": "bridge", "fg": [ 2462, 2461 ], "bg": [ 2496, 2495 ], "rotates": true }, - { "id": "dirt_road", "fg": [ 2468, 2467 ], "bg": 2631, "rotates": true }, - { "id": "dirt_road_3way", "fg": [ 2470, 2469, 2471, 2472 ], "bg": 2631, "rotates": true }, - { "id": "dirt_road_3way_forest", "fg": [ 2470, 2469, 2471, 2472 ], "bg": 2473, "rotates": true }, - { "id": "dirt_road_forest", "fg": [ 2468, 2467 ], "bg": 2473, "rotates": true }, - { "id": "dirt_road_turn", "fg": [ 2463, 2465, 2466, 2464 ], "bg": 2631, "rotates": true }, - { "id": "dirt_road_turn1", "fg": [ 2464, 2463, 2465, 2466 ], "bg": 2631, "rotates": true }, - { "id": "dirt_road_turn1_forest", "fg": [ 2464, 2463, 2465, 2466 ], "bg": 2473, "rotates": true }, - { "id": "dirt_road_turn_forest", "fg": [ 2463, 2465, 2466, 2464 ], "bg": 2473, "rotates": true }, + { "id": "ants_food", "fg": 2479, "rotates": false }, + { "id": "ants_larvae", "fg": 2480, "rotates": false }, + { "id": "ants_queen", "fg": 2481, "rotates": false }, + { "id": "bridge", "fg": [ 2488, 2487 ], "bg": [ 2522, 2521 ], "rotates": true }, + { "id": "dirt_road", "fg": [ 2494, 2493 ], "bg": 2657, "rotates": true }, + { "id": "dirt_road_3way", "fg": [ 2496, 2495, 2497, 2498 ], "bg": 2657, "rotates": true }, + { "id": "dirt_road_3way_forest", "fg": [ 2496, 2495, 2497, 2498 ], "bg": 2499, "rotates": true }, + { "id": "dirt_road_forest", "fg": [ 2494, 2493 ], "bg": 2499, "rotates": true }, + { "id": "dirt_road_turn", "fg": [ 2489, 2491, 2492, 2490 ], "bg": 2657, "rotates": true }, + { "id": "dirt_road_turn1", "fg": [ 2490, 2489, 2491, 2492 ], "bg": 2657, "rotates": true }, + { "id": "dirt_road_turn1_forest", "fg": [ 2490, 2489, 2491, 2492 ], "bg": 2499, "rotates": true }, + { "id": "dirt_road_turn_forest", "fg": [ 2489, 2491, 2492, 2490 ], "bg": 2499, "rotates": true }, { "id": "forest_trail", - "fg": 2489, + "fg": 2515, "multitile": true, - "bg": 2473, + "bg": 2499, "additional_tiles": [ - { "id": "center", "bg": 2473, "fg": 2474 }, - { "id": "corner", "bg": 2473, "fg": [ 2476, 2478, 2477, 2475 ] }, - { "id": "t_connection", "bg": 2473, "fg": [ 2486, 2488, 2487, 2485 ] }, - { "id": "edge", "bg": 2473, "fg": [ 2480, 2479 ] }, - { "id": "end_piece", "bg": 2473, "fg": [ 2482, 2484, 2483, 2481 ] }, - { "id": "unconnected", "bg": 2473, "fg": 2489 } + { "id": "center", "bg": 2499, "fg": 2500 }, + { "id": "corner", "bg": 2499, "fg": [ 2502, 2504, 2503, 2501 ] }, + { "id": "t_connection", "bg": 2499, "fg": [ 2512, 2514, 2513, 2511 ] }, + { "id": "edge", "bg": 2499, "fg": [ 2506, 2505 ] }, + { "id": "end_piece", "bg": 2499, "fg": [ 2508, 2510, 2509, 2507 ] }, + { "id": "unconnected", "bg": 2499, "fg": 2515 } ] }, { "id": "road", - "fg": 2505, + "fg": 2531, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2490 }, - { "id": "corner", "fg": [ 2492, 2494, 2493, 2491 ] }, - { "id": "t_connection", "fg": [ 2502, 2504, 2503, 2501 ] }, - { "id": "edge", "fg": [ 2496, 2495 ] }, - { "id": "end_piece", "fg": [ 2498, 2500, 2499, 2497 ] }, - { "id": "unconnected", "fg": [ 2505, 2505 ] } + { "id": "center", "fg": 2516 }, + { "id": "corner", "fg": [ 2518, 2520, 2519, 2517 ] }, + { "id": "t_connection", "fg": [ 2528, 2530, 2529, 2527 ] }, + { "id": "edge", "fg": [ 2522, 2521 ] }, + { "id": "end_piece", "fg": [ 2524, 2526, 2525, 2523 ] }, + { "id": "unconnected", "fg": [ 2531, 2531 ] } ] }, - { "id": "road_nesw_manhole", "fg": 2506, "rotates": false }, + { "id": "road_nesw_manhole", "fg": 2532, "rotates": false }, { "id": "sewer", - "fg": 2523, + "fg": 2549, "multitile": true, - "bg": 2507, + "bg": 2533, "additional_tiles": [ - { "id": "center", "bg": 2507, "fg": 2508 }, - { "id": "corner", "bg": 2507, "fg": [ 2510, 2512, 2511, 2509 ] }, - { "id": "t_connection", "bg": 2507, "fg": [ 2520, 2522, 2521, 2519 ] }, - { "id": "edge", "bg": 2507, "fg": [ 2514, 2513 ] }, - { "id": "end_piece", "bg": 2507, "fg": [ 2516, 2518, 2517, 2515 ] }, - { "id": "unconnected", "bg": 2507, "fg": 2523 } + { "id": "center", "bg": 2533, "fg": 2534 }, + { "id": "corner", "bg": 2533, "fg": [ 2536, 2538, 2537, 2535 ] }, + { "id": "t_connection", "bg": 2533, "fg": [ 2546, 2548, 2547, 2545 ] }, + { "id": "edge", "bg": 2533, "fg": [ 2540, 2539 ] }, + { "id": "end_piece", "bg": 2533, "fg": [ 2542, 2544, 2543, 2541 ] }, + { "id": "unconnected", "bg": 2533, "fg": 2549 } ] }, { "id": "subway", - "fg": 2523, + "fg": 2549, "multitile": true, - "bg": 2539, + "bg": 2565, "additional_tiles": [ - { "id": "center", "fg": 2508, "bg": 2524 }, - { "id": "corner", "fg": [ 2510, 2512, 2511, 2509 ], "bg": [ 2526, 2528, 2527, 2525 ] }, - { "id": "t_connection", "fg": [ 2520, 2522, 2521, 2519 ], "bg": [ 2536, 2538, 2537, 2535 ] }, - { "id": "edge", "fg": [ 2514, 2513 ], "bg": [ 2530, 2529 ] }, - { "id": "end_piece", "fg": [ 2516, 2518, 2517, 2515 ], "bg": [ 2532, 2534, 2533, 2531 ] }, - { "id": "unconnected", "fg": 2523, "bg": 2539 } + { "id": "center", "fg": 2534, "bg": 2550 }, + { "id": "corner", "fg": [ 2536, 2538, 2537, 2535 ], "bg": [ 2552, 2554, 2553, 2551 ] }, + { "id": "t_connection", "fg": [ 2546, 2548, 2547, 2545 ], "bg": [ 2562, 2564, 2563, 2561 ] }, + { "id": "edge", "fg": [ 2540, 2539 ], "bg": [ 2556, 2555 ] }, + { "id": "end_piece", "fg": [ 2542, 2544, 2543, 2541 ], "bg": [ 2558, 2560, 2559, 2557 ] }, + { "id": "unconnected", "fg": 2549, "bg": 2565 } ] }, - { "id": "t_atm", "fg": 3067, "rotates": false }, - { "id": [ "t_backboard_in", "t_backboard" ], "fg": 3089, "rotates": false }, - { "id": "t_border_rock", "fg": 3113, "rotates": false }, + { "id": "t_atm", "fg": 3093, "rotates": false }, + { "id": [ "t_backboard_in", "t_backboard" ], "fg": 3115, "rotates": false }, + { "id": "t_border_rock", "fg": 3139, "rotates": false }, { "id": "t_brick_wall", - "fg": 2853, + "fg": 2879, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2854 }, - { "id": "corner", "fg": 2855 }, - { "id": "edge", "fg": 2857 }, - { "id": "end_piece", "fg": 2858 }, - { "id": "t_connection", "fg": 2859 }, - { "id": "unconnected", "fg": 2853 } + { "id": "center", "fg": 2880 }, + { "id": "corner", "fg": 2881 }, + { "id": "edge", "fg": 2883 }, + { "id": "end_piece", "fg": 2884 }, + { "id": "t_connection", "fg": 2885 }, + { "id": "unconnected", "fg": 2879 } ] }, { "id": [ "t_brick_wall_halfway", "f_sandbag_half" ], - "fg": 2725, + "fg": 2751, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2730 }, - { "id": "corner", "fg": 2740 }, - { "id": "edge", "fg": 2749 }, - { "id": "end_piece", "fg": 2758 }, - { "id": "t_connection", "fg": 2759 }, - { "id": "unconnected", "fg": 2725 } + { "id": "center", "fg": 2756 }, + { "id": "corner", "fg": 2766 }, + { "id": "edge", "fg": 2775 }, + { "id": "end_piece", "fg": 2784 }, + { "id": "t_connection", "fg": 2785 }, + { "id": "unconnected", "fg": 2751 } ] }, - { "id": "t_bridge", "fg": 3010, "rotates": false }, - { "id": "t_bulk_tank", "fg": 3094, "rotates": false }, - { "id": "t_card_reader_broken", "fg": 3069, "rotates": false }, - { "id": [ "t_card_science", "t_card_military", "t_card_robofac" ], "fg": 3068, "rotates": false }, - { "id": "t_carpet_purple", "fg": 3097, "rotates": false }, - { "id": [ "t_carpet_yellow", "t_floor_waxed_y" ], "fg": 3031, "rotates": false }, - { "id": "t_centrifuge", "fg": 3027, "rotates": false }, + { "id": "t_bridge", "fg": 3036, "rotates": false }, + { "id": "t_bulk_tank", "fg": 3120, "rotates": false }, + { "id": "t_card_reader_broken", "fg": 3095, "rotates": false }, + { "id": [ "t_card_science", "t_card_military", "t_card_robofac" ], "fg": 3094, "rotates": false }, + { "id": "t_carpet_purple", "fg": 3123, "rotates": false }, + { "id": [ "t_carpet_yellow", "t_floor_waxed_y" ], "fg": 3057, "rotates": false }, + { "id": "t_centrifuge", "fg": 3053, "rotates": false }, { "id": [ "t_chainfence_v", "t_chainfence", "t_chainfence_h", "t_fence_wire" ], - "fg": 2692, + "fg": 2718, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2688 }, - { "id": "corner", "fg": 2689 }, - { "id": "edge", "fg": 2692 }, - { "id": "end_piece", "fg": 2690 }, - { "id": "t_connection", "fg": 2691 }, - { "id": "unconnected", "fg": 2692 } + { "id": "center", "fg": 2714 }, + { "id": "corner", "fg": 2715 }, + { "id": "edge", "fg": 2718 }, + { "id": "end_piece", "fg": 2716 }, + { "id": "t_connection", "fg": 2717 }, + { "id": "unconnected", "fg": 2718 } ] }, - { "id": "t_chaingate_c", "fg": 2699, "rotates": false }, - { "id": "t_chaingate_l", "fg": 2700, "rotates": false }, - { "id": "t_chaingate_o", "fg": 2698, "rotates": false }, - { "id": "t_clay", "fg": 2872, "rotates": false }, - { "id": [ "t_claymound", "t_dirtmoundfloor", "t_dirtmound" ], "fg": 3104, "rotates": false }, - { "id": "t_column_halfway", "fg": 3076, "rotates": true }, + { "id": "t_chaingate_c", "fg": 2725, "rotates": false }, + { "id": "t_chaingate_l", "fg": 2726, "rotates": false }, + { "id": "t_chaingate_o", "fg": 2724, "rotates": false }, + { "id": "t_clay", "fg": 2898, "rotates": false }, + { "id": [ "t_claymound", "t_dirtmoundfloor", "t_dirtmound" ], "fg": 3130, "rotates": false }, + { "id": "t_column_halfway", "fg": 3102, "rotates": true }, { "id": [ "t_concrete_floor", "t_flat_roof", "t_strconc_floor", "t_thconc_floor", "t_railroad_rubble", "t_concrete" ], - "fg": 2968, + "fg": 2994, "rotates": false }, { "id": "t_concrete_wall", - "fg": 2778, + "fg": 2804, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2779 }, - { "id": "corner", "fg": 2781 }, - { "id": "edge", "fg": 2782 }, - { "id": "end_piece", "fg": 2783 }, - { "id": "t_connection", "fg": 2784 }, - { "id": "unconnected", "fg": 2778 } + { "id": "center", "fg": 2805 }, + { "id": "corner", "fg": 2807 }, + { "id": "edge", "fg": 2808 }, + { "id": "end_piece", "fg": 2809 }, + { "id": "t_connection", "fg": 2810 }, + { "id": "unconnected", "fg": 2804 } ] }, { "id": "t_conveyor", - "fg": 3037, + "fg": 3063, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3037 }, - { "id": "corner", "fg": 3038 }, - { "id": "edge", "fg": 3037 }, - { "id": "end_piece", "fg": 3037 }, - { "id": "t_connection", "fg": 3039 }, - { "id": "unconnected", "fg": 3037 } + { "id": "center", "fg": 3063 }, + { "id": "corner", "fg": 3064 }, + { "id": "edge", "fg": 3063 }, + { "id": "end_piece", "fg": 3063 }, + { "id": "t_connection", "fg": 3065 }, + { "id": "unconnected", "fg": 3063 } ] }, - { "id": "t_covered_well", "fg": 3095, "rotates": false }, - { "id": "t_current_trans", "fg": 3081, "rotates": false }, - { "id": "t_curtains", "fg": 2976, "rotates": false }, + { "id": "t_covered_well", "fg": 3121, "rotates": false }, + { "id": "t_current_trans", "fg": 3107, "rotates": false }, + { "id": "t_curtains", "fg": 3002, "rotates": false }, { "id": "t_cvdbody", - "fg": 3028, + "fg": 3054, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3029 }, - { "id": "corner", "fg": 3030 }, - { "id": "edge", "fg": 3032 }, - { "id": "end_piece", "fg": 3033 }, - { "id": "t_connection", "fg": 3034 }, - { "id": "unconnected", "fg": 3028 } + { "id": "center", "fg": 3055 }, + { "id": "corner", "fg": 3056 }, + { "id": "edge", "fg": 3058 }, + { "id": "end_piece", "fg": 3059 }, + { "id": "t_connection", "fg": 3060 }, + { "id": "unconnected", "fg": 3054 } ] }, - { "id": "t_cvdmachine", "fg": 3071, "rotates": false }, - { "id": "t_diesel_pump", "fg": 3060, "rotates": false }, - { "id": "t_diesel_pump_smashed", "fg": 3064, "rotates": false }, - { "id": "t_dirt_season_winter", "fg": 2845, "rotates": false }, - { "id": [ "t_dirtfloor", "t_dirt" ], "fg": 2834, "rotates": false }, - { "id": [ "t_dock", "t_sh_bridge" ], "fg": 3007, "rotates": false }, - { "id": [ "t_door_b", "t_door_lab_b", "t_door_b_peep" ], "fg": 2984, "rotates": false }, - { "id": "t_door_bar_c", "fg": 3004, "rotates": false }, - { "id": "t_door_bar_locked", "fg": 3005, "rotates": false }, - { "id": [ "t_door_bar_o", "t_iron_gate_o" ], "fg": 3003, "rotates": false }, - { "id": [ "t_door_boarded_damaged_peep", "t_door_boarded_damaged" ], "fg": 2986, "rotates": false }, - { "id": [ "t_door_boarded_peep", "t_door_boarded" ], "fg": 2985, "rotates": false }, - { "id": "t_door_c_peep", "fg": 2983, "rotates": false }, - { "id": [ "t_door_c", "t_door_lab_c" ], "fg": 2980, "rotates": false }, + { "id": "t_cvdmachine", "fg": 3097, "rotates": false }, + { "id": "t_diesel_pump", "fg": 3086, "rotates": false }, + { "id": "t_diesel_pump_smashed", "fg": 3090, "rotates": false }, + { "id": "t_dirt_season_winter", "fg": 2871, "rotates": false }, + { "id": [ "t_dirtfloor", "t_dirt" ], "fg": 2860, "rotates": false }, + { "id": [ "t_dock", "t_sh_bridge" ], "fg": 3033, "rotates": false }, + { "id": [ "t_door_b", "t_door_lab_b", "t_door_b_peep" ], "fg": 3010, "rotates": false }, + { "id": "t_door_bar_c", "fg": 3030, "rotates": false }, + { "id": "t_door_bar_locked", "fg": 3031, "rotates": false }, + { "id": [ "t_door_bar_o", "t_iron_gate_o" ], "fg": 3029, "rotates": false }, + { "id": [ "t_door_boarded_damaged_peep", "t_door_boarded_damaged" ], "fg": 3012, "rotates": false }, + { "id": [ "t_door_boarded_peep", "t_door_boarded" ], "fg": 3011, "rotates": false }, + { "id": "t_door_c_peep", "fg": 3009, "rotates": false }, + { "id": [ "t_door_c", "t_door_lab_c" ], "fg": 3006, "rotates": false }, { "id": [ "t_door_glass_frosted_c", @@ -5644,7 +5653,7 @@ "t_door_glass_gray_c", "t_door_glass_c" ], - "fg": 2948, + "fg": 2974, "rotates": true }, { @@ -5658,25 +5667,25 @@ "t_door_glass_gray_o", "t_door_glass_o" ], - "fg": 2949, + "fg": 2975, "rotates": true }, - { "id": "t_door_gray_b", "fg": 2728, "rotates": false }, - { "id": "t_door_gray_c", "fg": 2727, "rotates": false }, - { "id": "t_door_gray_o", "fg": 2726, "rotates": false }, - { "id": "t_door_green_b", "fg": 2735, "rotates": false }, - { "id": "t_door_green_c", "fg": 2734, "rotates": false }, - { "id": "t_door_green_o", "fg": 2733, "rotates": false }, - { "id": "t_door_locked_peep", "fg": 2982, "rotates": false }, - { "id": [ "t_door_locked", "t_door_locked_alarm", "t_door_locked_interior" ], "fg": 2981, "rotates": false }, - { "id": "t_door_makeshift_c", "fg": 2989, "rotates": false }, - { "id": "t_door_makeshift_o", "fg": 2987, "rotates": false }, - { "id": "t_door_metal_c_peep", "fg": 3000, "rotates": false }, - { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 2998, "rotates": false }, - { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 2999, "rotates": false }, + { "id": "t_door_gray_b", "fg": 2754, "rotates": false }, + { "id": "t_door_gray_c", "fg": 2753, "rotates": false }, + { "id": "t_door_gray_o", "fg": 2752, "rotates": false }, + { "id": "t_door_green_b", "fg": 2761, "rotates": false }, + { "id": "t_door_green_c", "fg": 2760, "rotates": false }, + { "id": "t_door_green_o", "fg": 2759, "rotates": false }, + { "id": "t_door_locked_peep", "fg": 3008, "rotates": false }, + { "id": [ "t_door_locked", "t_door_locked_alarm", "t_door_locked_interior" ], "fg": 3007, "rotates": false }, + { "id": "t_door_makeshift_c", "fg": 3015, "rotates": false }, + { "id": "t_door_makeshift_o", "fg": 3013, "rotates": false }, + { "id": "t_door_metal_c_peep", "fg": 3026, "rotates": false }, + { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 3024, "rotates": false }, + { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3025, "rotates": false }, { "id": [ "t_door_metal_o", "t_door_metal_lab_o", "t_door_metal_o_peep", "t_mdoor_frame", "t_mdoor_lab_frame" ], - "fg": 2997, + "fg": 3023, "rotates": false }, { @@ -5691,84 +5700,84 @@ "t_door_green_frame", "t_door_white_frame" ], - "fg": 2979, + "fg": 3005, "rotates": false }, - { "id": "t_door_red_b", "fg": 2732, "rotates": false }, - { "id": "t_door_red_c", "fg": 2731, "rotates": false }, - { "id": "t_door_red_o", "fg": 2729, "rotates": false }, - { "id": "t_door_white_b", "fg": 2738, "rotates": false }, - { "id": "t_door_white_c", "fg": 2737, "rotates": false }, - { "id": "t_door_white_o", "fg": 2736, "rotates": false }, - { "id": "t_elevator", "fg": 3099, "rotates": false }, - { "id": "t_elevator_control", "fg": 3058, "rotates": false }, - { "id": "t_elevator_control_off", "fg": 3059, "rotates": false }, - { "id": "t_fault", "fg": 2644, "rotates": false }, + { "id": "t_door_red_b", "fg": 2758, "rotates": false }, + { "id": "t_door_red_c", "fg": 2757, "rotates": false }, + { "id": "t_door_red_o", "fg": 2755, "rotates": false }, + { "id": "t_door_white_b", "fg": 2764, "rotates": false }, + { "id": "t_door_white_c", "fg": 2763, "rotates": false }, + { "id": "t_door_white_o", "fg": 2762, "rotates": false }, + { "id": "t_elevator", "fg": 3125, "rotates": false }, + { "id": "t_elevator_control", "fg": 3084, "rotates": false }, + { "id": "t_elevator_control_off", "fg": 3085, "rotates": false }, + { "id": "t_fault", "fg": 2670, "rotates": false }, { "id": "t_fence_barbed", - "fg": 2693, + "fg": 2719, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2688 }, - { "id": "corner", "fg": 2694 }, - { "id": "edge", "fg": 2693 }, - { "id": "end_piece", "fg": 2695 }, - { "id": "t_connection", "fg": 2696 }, - { "id": "unconnected", "fg": 2693 } + { "id": "center", "fg": 2714 }, + { "id": "corner", "fg": 2720 }, + { "id": "edge", "fg": 2719 }, + { "id": "end_piece", "fg": 2721 }, + { "id": "t_connection", "fg": 2722 }, + { "id": "unconnected", "fg": 2719 } ] }, { "id": [ "t_fence_h", "t_fence_v", "t_fence" ], - "fg": 2667, + "fg": 2693, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2668 }, - { "id": "corner", "fg": [ 2669, 2670, 2671, 2667 ] }, - { "id": "edge", "fg": [ 2672, 2673, 2672, 2673 ] }, - { "id": "end_piece", "fg": [ 2672, 2673, 2674, 2667 ] }, - { "id": "t_connection", "fg": [ 2673, 2670, 2668, 2671 ] }, - { "id": "unconnected", "fg": 2667 } + { "id": "center", "fg": 2694 }, + { "id": "corner", "fg": [ 2695, 2696, 2697, 2693 ] }, + { "id": "edge", "fg": [ 2698, 2699, 2698, 2699 ] }, + { "id": "end_piece", "fg": [ 2698, 2699, 2700, 2693 ] }, + { "id": "t_connection", "fg": [ 2699, 2696, 2694, 2697 ] }, + { "id": "unconnected", "fg": 2693 } ] }, - { "id": "t_fence_post", "fg": 2666, "rotates": false }, + { "id": "t_fence_post", "fg": 2692, "rotates": false }, { "id": "t_fence_rope", - "fg": 2656, + "fg": 2682, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2662 }, - { "id": "corner", "fg": 2663 }, - { "id": "edge", "fg": 2656 }, - { "id": "end_piece", "fg": 2664 }, - { "id": "t_connection", "fg": 2665 }, - { "id": "unconnected", "fg": 2656 } + { "id": "center", "fg": 2688 }, + { "id": "corner", "fg": 2689 }, + { "id": "edge", "fg": 2682 }, + { "id": "end_piece", "fg": 2690 }, + { "id": "t_connection", "fg": 2691 }, + { "id": "unconnected", "fg": 2682 } ] }, - { "id": "t_fencegate_c", "fg": [ 2675, 2676, 2675, 2676 ], "rotates": true }, - { "id": "t_fencegate_o", "fg": [ 2677, 2678, 2677, 2678 ], "rotates": true }, - { "id": "t_floor", "fg": 3093, "rotates": false }, - { "id": "t_floor_blue", "fg": 3086, "rotates": false }, - { "id": [ "t_floor_green", "t_carpet_green" ], "fg": 3079, "rotates": false }, - { "id": "t_floor_primitive", "fg": 3061, "rotates": false }, - { "id": [ "t_floor_red", "t_carpet_red" ], "fg": 3020, "rotates": false }, - { "id": "t_floor_resin", "fg": 2752, "rotates": false }, - { "id": "t_floor_wax", "fg": 2637, "rotates": false }, - { "id": "t_floor_waxed", "fg": 3042, "rotates": false }, - { "id": "t_fungus_floor_in", "fg": 2596, "rotates": false }, - { "id": "t_fungus_floor_out", "fg": 2595, "rotates": false }, - { "id": "t_fungus_floor_sup", "fg": 2594, "rotates": false }, - { "id": "t_fungus_mound", "fg": 2593, "rotates": false }, - { "id": [ "t_fungus", "t_grass_white" ], "fg": 3110, "rotates": false }, - { "id": [ "t_fungus_wall_transformed", "t_fungus_wall" ], "fg": 2597, "rotates": false }, - { "id": "t_gas_pump", "fg": 3063, "rotates": false }, - { "id": "t_gas_pump_a", "fg": 3062, "rotates": false }, - { "id": "t_gas_pump_smashed", "fg": 3065, "rotates": false }, - { "id": "t_gas_tank", "fg": 3096, "rotates": false }, - { "id": "t_gate_metal_c", "fg": 2772, "rotates": false }, - { "id": "t_gate_metal_o", "fg": 2773, "rotates": false }, + { "id": "t_fencegate_c", "fg": [ 2701, 2702, 2701, 2702 ], "rotates": true }, + { "id": "t_fencegate_o", "fg": [ 2703, 2704, 2703, 2704 ], "rotates": true }, + { "id": "t_floor", "fg": 3119, "rotates": false }, + { "id": "t_floor_blue", "fg": 3112, "rotates": false }, + { "id": [ "t_floor_green", "t_carpet_green" ], "fg": 3105, "rotates": false }, + { "id": "t_floor_primitive", "fg": 3087, "rotates": false }, + { "id": [ "t_floor_red", "t_carpet_red" ], "fg": 3046, "rotates": false }, + { "id": "t_floor_resin", "fg": 2778, "rotates": false }, + { "id": "t_floor_wax", "fg": 2663, "rotates": false }, + { "id": "t_floor_waxed", "fg": 3068, "rotates": false }, + { "id": "t_fungus_floor_in", "fg": 2622, "rotates": false }, + { "id": "t_fungus_floor_out", "fg": 2621, "rotates": false }, + { "id": "t_fungus_floor_sup", "fg": 2620, "rotates": false }, + { "id": "t_fungus_mound", "fg": 2619, "rotates": false }, + { "id": [ "t_fungus", "t_grass_white" ], "fg": 3136, "rotates": false }, + { "id": [ "t_fungus_wall_transformed", "t_fungus_wall" ], "fg": 2623, "rotates": false }, + { "id": "t_gas_pump", "fg": 3089, "rotates": false }, + { "id": "t_gas_pump_a", "fg": 3088, "rotates": false }, + { "id": "t_gas_pump_smashed", "fg": 3091, "rotates": false }, + { "id": "t_gas_tank", "fg": 3122, "rotates": false }, + { "id": "t_gate_metal_c", "fg": 2798, "rotates": false }, + { "id": "t_gate_metal_o", "fg": 2799, "rotates": false }, { "id": [ "t_gates_mech_control", @@ -5778,100 +5787,77 @@ "t_gates_control_concrete_lab", "t_gates_control_brick_lab" ], - "fg": 3041, + "fg": 3067, "rotates": false }, { "id": "t_generator_broken", - "fg": 3035, + "fg": 3061, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3035 }, { "id": "t_connection", "fg": 3036 } ] + "additional_tiles": [ { "id": "corner", "fg": 3061 }, { "id": "t_connection", "fg": 3062 } ] }, { "id": [ "t_glass_railing", "t_glass_railing_h", "t_glass_railing_v" ], - "fg": 2793, + "fg": 2819, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2793 }, - { "id": "corner", "fg": 2794 }, - { "id": "edge", "fg": 2795 }, - { "id": "end_piece", "fg": 2796 }, - { "id": "t_connection", "fg": 2797 }, - { "id": "unconnected", "fg": 2798 } + { "id": "center", "fg": 2819 }, + { "id": "corner", "fg": 2820 }, + { "id": "edge", "fg": 2821 }, + { "id": "end_piece", "fg": 2822 }, + { "id": "t_connection", "fg": 2823 }, + { "id": "unconnected", "fg": 2824 } ] }, - { "id": "t_glass_roof", "fg": 2978, "rotates": false }, - { "id": "t_golf_hole", "fg": 2638, "rotates": false }, - { "id": "t_grass_long_season_autumn", "fg": 3114, "rotates": false }, - { "id": "t_grass_long_season_summer", "fg": 3112, "rotates": false }, - { "id": "t_grass_long_season_winter", "fg": 3115, "rotates": false }, - { "id": [ "t_grass_long", "t_grass_long_season_spring" ], "fg": 3111, "rotates": false }, - { "id": "t_grass_season_autumn", "fg": 3108, "rotates": false }, - { "id": "t_grass_season_summer", "fg": 3107, "rotates": false }, - { "id": "t_grass_season_winter", "fg": 3109, "rotates": false }, - { "id": [ "t_grass", "t_grass_season_spring" ], "fg": 3106, "rotates": false }, - { "id": "t_grass_tall_season_autumn", "fg": 3118, "rotates": false }, - { "id": "t_grass_tall_season_winter", "fg": 3119, "rotates": false }, - { "id": "t_grass_tall_summer", "fg": 3117, "rotates": false }, - { "id": [ "t_grass_tall", "t_grass_tall_season_spring" ], "fg": 3116, "rotates": false }, - { "id": "t_grate", "fg": 3008, "rotates": false }, - { "id": "t_gutter_downspout", "fg": 2914, "rotates": true }, + { "id": "t_glass_roof", "fg": 3004, "rotates": false }, + { "id": "t_golf_hole", "fg": 2664, "rotates": false }, + { "id": "t_grass_long_season_autumn", "fg": 3140, "rotates": false }, + { "id": "t_grass_long_season_summer", "fg": 3138, "rotates": false }, + { "id": "t_grass_long_season_winter", "fg": 3141, "rotates": false }, + { "id": [ "t_grass_long", "t_grass_long_season_spring" ], "fg": 3137, "rotates": false }, + { "id": "t_grass_season_autumn", "fg": 3134, "rotates": false }, + { "id": "t_grass_season_summer", "fg": 3133, "rotates": false }, + { "id": "t_grass_season_winter", "fg": 3135, "rotates": false }, + { "id": [ "t_grass", "t_grass_season_spring" ], "fg": 3132, "rotates": false }, + { "id": "t_grass_tall_season_autumn", "fg": 3144, "rotates": false }, + { "id": "t_grass_tall_season_winter", "fg": 3145, "rotates": false }, + { "id": "t_grass_tall_summer", "fg": 3143, "rotates": false }, + { "id": [ "t_grass_tall", "t_grass_tall_season_spring" ], "fg": 3142, "rotates": false }, + { "id": "t_grate", "fg": 3034, "rotates": false }, + { "id": "t_gutter_downspout", "fg": 2940, "rotates": true }, { "id": "t_gutter_drop", - "fg": 2908, + "fg": 2934, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2909 }, - { "id": "corner", "fg": 2910 }, - { "id": "edge", "fg": 2911 }, - { "id": "end_piece", "fg": 2912 }, - { "id": "t_connection", "fg": 2913 }, - { "id": "unconnected", "fg": 2908 } + { "id": "center", "fg": 2935 }, + { "id": "corner", "fg": 2936 }, + { "id": "edge", "fg": 2937 }, + { "id": "end_piece", "fg": 2938 }, + { "id": "t_connection", "fg": 2939 }, + { "id": "unconnected", "fg": 2934 } ] }, { "id": [ "t_gutter", "t_gutter_north", "t_gutter_east", "t_gutter_south", "t_gutter_west" ], - "fg": 2902, + "fg": 2928, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2903 }, - { "id": "corner", "fg": 2904 }, - { "id": "edge", "fg": 2905 }, - { "id": "end_piece", "fg": 2906 }, - { "id": "t_connection", "fg": 2907 }, - { "id": "unconnected", "fg": 2902 } + { "id": "center", "fg": 2929 }, + { "id": "corner", "fg": 2930 }, + { "id": "edge", "fg": 2931 }, + { "id": "end_piece", "fg": 2932 }, + { "id": "t_connection", "fg": 2933 }, + { "id": "unconnected", "fg": 2928 } ] }, - { "id": [ "t_hole", "lighting_hidden" ], "fg": 2631, "rotates": false }, + { "id": [ "t_hole", "lighting_hidden" ], "fg": 2657, "rotates": false }, { "id": "t_improvised_fence", - "fg": 2661, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2662 }, - { "id": "corner", "fg": 2663 }, - { "id": "edge", "fg": 2661 }, - { "id": "end_piece", "fg": 2664 }, - { "id": "t_connection", "fg": 2665 }, - { "id": "unconnected", "fg": 2661 } - ] - }, - { "id": "t_improvised_shelter", "fg": 3098, "rotates": false }, - { "id": "t_ind_assembler", "fg": 3051, "rotates": false }, - { "id": "t_ind_drill", "fg": 3052, "rotates": false }, - { "id": "t_ind_furnace", "fg": 3053, "rotates": false }, - { "id": "t_ind_lathe", "fg": 3054, "rotates": false }, - { "id": "t_ind_mixer", "fg": 3055, "rotates": false }, - { "id": "t_ind_pipe", "fg": 3056, "rotates": false }, - { "id": "t_ind_press", "fg": 3057, "rotates": false }, - { "id": "t_intercom", "fg": 2776, "rotates": false }, - { - "id": "t_iron_fence", "fg": 2687, "rotates": false, "multitile": true, @@ -5884,121 +5870,144 @@ { "id": "unconnected", "fg": 2687 } ] }, - { "id": "t_iron_fence_posts", "fg": 2697, "rotates": false }, - { "id": "t_iron_gate_c", "fg": 3001, "rotates": false }, - { "id": "t_iron_gate_l", "fg": 3002, "rotates": false }, - { "id": "t_ladder_down", "fg": 2654, "rotates": false }, - { "id": "t_ladder_up", "fg": 2653, "rotates": false }, - { "id": "t_leanto", "fg": 3101, "rotates": false }, - { "id": [ "t_linoleum_gray", "t_strconc_floor_halfway" ], "fg": 3009, "rotates": false }, - { "id": "t_low_stairs_begin", "fg": 2650, "rotates": false }, - { "id": "t_low_stairs_end", "fg": 2651, "rotates": false }, - { "id": [ "t_m_frame", "t_window_empty" ], "fg": 2975, "rotates": false }, - { "id": "t_machinery_electronic", "fg": 3050, "rotates": false }, - { "id": [ "t_machinery_heavy", "t_sewage_pump" ], "fg": 3049, "rotates": false }, - { "id": "t_machinery_light", "fg": 3047, "rotates": false }, - { "id": "t_machinery_old", "fg": 3048, "rotates": false }, - { "id": "t_manhole", "fg": 2652, "rotates": false }, - { "id": "t_marloss", "fg": 2592, "rotates": false }, - { "id": "t_marloss_tree", "fg": 2556, "rotates": false }, + { "id": "t_improvised_shelter", "fg": 3124, "rotates": false }, + { "id": "t_ind_assembler", "fg": 3077, "rotates": false }, + { "id": "t_ind_drill", "fg": 3078, "rotates": false }, + { "id": "t_ind_furnace", "fg": 3079, "rotates": false }, + { "id": "t_ind_lathe", "fg": 3080, "rotates": false }, + { "id": "t_ind_mixer", "fg": 3081, "rotates": false }, + { "id": "t_ind_pipe", "fg": 3082, "rotates": false }, + { "id": "t_ind_press", "fg": 3083, "rotates": false }, + { "id": "t_intercom", "fg": 2802, "rotates": false }, + { + "id": "t_iron_fence", + "fg": 2713, + "rotates": false, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2714 }, + { "id": "corner", "fg": 2715 }, + { "id": "edge", "fg": 2713 }, + { "id": "end_piece", "fg": 2716 }, + { "id": "t_connection", "fg": 2717 }, + { "id": "unconnected", "fg": 2713 } + ] + }, + { "id": "t_iron_fence_posts", "fg": 2723, "rotates": false }, + { "id": "t_iron_gate_c", "fg": 3027, "rotates": false }, + { "id": "t_iron_gate_l", "fg": 3028, "rotates": false }, + { "id": "t_ladder_down", "fg": 2680, "rotates": false }, + { "id": "t_ladder_up", "fg": 2679, "rotates": false }, + { "id": "t_leanto", "fg": 3127, "rotates": false }, + { "id": [ "t_linoleum_gray", "t_strconc_floor_halfway" ], "fg": 3035, "rotates": false }, + { "id": "t_low_stairs_begin", "fg": 2676, "rotates": false }, + { "id": "t_low_stairs_end", "fg": 2677, "rotates": false }, + { "id": [ "t_m_frame", "t_window_empty" ], "fg": 3001, "rotates": false }, + { "id": "t_machinery_electronic", "fg": 3076, "rotates": false }, + { "id": [ "t_machinery_heavy", "t_sewage_pump" ], "fg": 3075, "rotates": false }, + { "id": "t_machinery_light", "fg": 3073, "rotates": false }, + { "id": "t_machinery_old", "fg": 3074, "rotates": false }, + { "id": "t_manhole", "fg": 2678, "rotates": false }, + { "id": "t_marloss", "fg": 2618, "rotates": false }, + { "id": "t_marloss_tree", "fg": 2582, "rotates": false }, { "id": "t_metal_railing", - "fg": 2799, + "fg": 2825, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2799 }, - { "id": "corner", "fg": 2800 }, - { "id": "edge", "fg": 2801 }, - { "id": "end_piece", "fg": 2802 }, - { "id": "t_connection", "fg": 2803 }, - { "id": "unconnected", "fg": 2804 } + { "id": "center", "fg": 2825 }, + { "id": "corner", "fg": 2826 }, + { "id": "edge", "fg": 2827 }, + { "id": "end_piece", "fg": 2828 }, + { "id": "t_connection", "fg": 2829 }, + { "id": "unconnected", "fg": 2830 } ] }, - { "id": "t_milking_machine", "fg": 3084, "rotates": false }, + { "id": "t_milking_machine", "fg": 3110, "rotates": false }, { "id": "t_missile", - "fg": 3018, + "fg": 3044, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3018 }, - { "id": "corner", "fg": 3019 }, - { "id": "edge", "fg": 3018 }, - { "id": "end_piece", "fg": 3018 }, - { "id": "t_connection", "fg": 3021 }, - { "id": "unconnected", "fg": 3018 } + { "id": "center", "fg": 3044 }, + { "id": "corner", "fg": 3045 }, + { "id": "edge", "fg": 3044 }, + { "id": "end_piece", "fg": 3044 }, + { "id": "t_connection", "fg": 3047 }, + { "id": "unconnected", "fg": 3044 } ] }, - { "id": "t_missile_exploded", "fg": 3171, "rotates": false }, + { "id": "t_missile_exploded", "fg": 3197, "rotates": false }, { "id": "t_monkey_bars", - "fg": 3024, + "fg": 3050, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "center", "fg": 3024 }, { "id": "corner", "fg": 3025 }, { "id": "t_connection", "fg": 3026 } ] - }, - { "id": "t_nuclear_reactor", "fg": 3092, "rotates": false }, - { "id": "t_oil_circ_brkr_l", "fg": 3082, "rotates": false }, - { "id": [ "t_open_air", "t_open_air_rooved" ], "fg": 2550, "rotates": false }, - { "id": [ "t_ov_reb_cage", "t_ov_smreb_cage", "t_metal" ], "fg": 2706, "rotates": false }, - { "id": "t_palisade", "fg": [ 2679, 2680, 2679, 2680 ], "rotates": true }, - { "id": "t_palisade_gate", "fg": [ 2681, 2682, 2681, 2682 ], "rotates": true }, - { "id": "t_palisade_gate_o", "fg": [ 2683, 2684, 2683, 2684 ], "rotates": true }, - { "id": [ "t_palisade_pulley", "t_barndoor" ], "fg": 3040, "rotates": false }, - { "id": "t_paper", "fg": 2645, "rotates": false }, - { "id": [ "t_pavement_bg_dp", "t_pavement" ], "fg": 2935, "rotates": false }, - { "id": [ "t_pavement_y_bg_dp", "t_pavement_y" ], "fg": 2946, "rotates": false }, - { "id": "t_pedestal_temple", "fg": 3088, "rotates": false }, - { "id": "t_pedestal_wyrm", "fg": 3087, "rotates": false }, + "additional_tiles": [ { "id": "center", "fg": 3050 }, { "id": "corner", "fg": 3051 }, { "id": "t_connection", "fg": 3052 } ] + }, + { "id": "t_nuclear_reactor", "fg": 3118, "rotates": false }, + { "id": "t_oil_circ_brkr_l", "fg": 3108, "rotates": false }, + { "id": [ "t_open_air", "t_open_air_rooved" ], "fg": 2576, "rotates": false }, + { "id": [ "t_ov_reb_cage", "t_ov_smreb_cage", "t_metal" ], "fg": 2732, "rotates": false }, + { "id": "t_palisade", "fg": [ 2705, 2706, 2705, 2706 ], "rotates": true }, + { "id": "t_palisade_gate", "fg": [ 2707, 2708, 2707, 2708 ], "rotates": true }, + { "id": "t_palisade_gate_o", "fg": [ 2709, 2710, 2709, 2710 ], "rotates": true }, + { "id": [ "t_palisade_pulley", "t_barndoor" ], "fg": 3066, "rotates": false }, + { "id": "t_paper", "fg": 2671, "rotates": false }, + { "id": [ "t_pavement_bg_dp", "t_pavement" ], "fg": 2961, "rotates": false }, + { "id": [ "t_pavement_y_bg_dp", "t_pavement_y" ], "fg": 2972, "rotates": false }, + { "id": "t_pedestal_temple", "fg": 3114, "rotates": false }, + { "id": "t_pedestal_wyrm", "fg": 3113, "rotates": false }, { "id": "t_pit_corpsed", - "fg": 2622, - "bg": 2627, + "fg": 2648, + "bg": 2653, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 2627 }, - { "id": "corner", "fg": 2623, "bg": 2627 }, - { "id": "edge", "fg": 2624, "bg": 2627 }, - { "id": "end_piece", "fg": 2625, "bg": 2627 }, - { "id": "t_connection", "fg": 2626, "bg": 2627 }, - { "id": "unconnected", "fg": 2622, "bg": 2627 } + { "id": "center", "bg": 2653 }, + { "id": "corner", "fg": 2649, "bg": 2653 }, + { "id": "edge", "fg": 2650, "bg": 2653 }, + { "id": "end_piece", "fg": 2651, "bg": 2653 }, + { "id": "t_connection", "fg": 2652, "bg": 2653 }, + { "id": "unconnected", "fg": 2648, "bg": 2653 } ] }, - { "id": [ "t_pit_foxhole", "tr_sinkhole" ], "fg": 2598, "rotates": false }, - { "id": [ "t_pit_glass_covered", "t_pit_spiked_covered", "t_pit_covered" ], "fg": 2628, "rotates": false }, + { "id": [ "t_pit_foxhole", "tr_sinkhole" ], "fg": 2624, "rotates": false }, + { "id": [ "t_pit_glass_covered", "t_pit_spiked_covered", "t_pit_covered" ], "fg": 2654, "rotates": false }, { "id": "t_pit_shallow", - "fg": 2599, + "fg": 2625, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2600 }, - { "id": "corner", "fg": 2601 }, - { "id": "edge", "fg": 2602 }, - { "id": "end_piece", "fg": 2603 }, - { "id": "t_connection", "fg": 2604 }, - { "id": "unconnected", "fg": 2599 } + { "id": "center", "fg": 2626 }, + { "id": "corner", "fg": 2627 }, + { "id": "edge", "fg": 2628 }, + { "id": "end_piece", "fg": 2629 }, + { "id": "t_connection", "fg": 2630 }, + { "id": "unconnected", "fg": 2625 } ] }, { "id": [ "t_pit_spiked", "tr_spike_pit" ], - "fg": 2610, + "fg": 2636, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2611 }, - { "id": "corner", "fg": 2612 }, - { "id": "edge", "fg": 2613 }, - { "id": "end_piece", "fg": 2614 }, - { "id": "t_connection", "fg": 2615 }, - { "id": "unconnected", "fg": 2610 } + { "id": "center", "fg": 2637 }, + { "id": "corner", "fg": 2638 }, + { "id": "edge", "fg": 2639 }, + { "id": "end_piece", "fg": 2640 }, + { "id": "t_connection", "fg": 2641 }, + { "id": "unconnected", "fg": 2636 } ] }, - { "id": "t_plut_generator", "fg": 3091, "rotates": false }, - { "id": "t_portcullis", "fg": 2685, "rotates": false }, - { "id": [ "t_potential_trans", "t_oil_circ_brkr_s" ], "fg": 3083, "rotates": false }, + { "id": "t_plut_generator", "fg": 3117, "rotates": false }, + { "id": "t_portcullis", "fg": 2711, "rotates": false }, + { "id": [ "t_potential_trans", "t_oil_circ_brkr_s" ], "fg": 3109, "rotates": false }, { "id": [ "t_radio_controls", @@ -6008,32 +6017,32 @@ "t_outs_bridge_control", "t_reinforced_glass_control" ], - "fg": 3072, + "fg": 3098, "rotates": false }, - { "id": "t_radio_tower", "fg": 3073, "rotates": false }, + { "id": "t_radio_tower", "fg": 3099, "rotates": false }, { "id": [ "t_railing_h", "t_railing_v", "t_guardrail_bg_dp", "t_railing" ], - "fg": 2786, + "fg": 2812, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2786 }, - { "id": "corner", "fg": 2787 }, - { "id": "edge", "fg": 2788 }, - { "id": "end_piece", "fg": 2789 }, - { "id": "t_connection", "fg": 2790 }, - { "id": "unconnected", "fg": 2792 } + { "id": "center", "fg": 2812 }, + { "id": "corner", "fg": 2813 }, + { "id": "edge", "fg": 2814 }, + { "id": "end_piece", "fg": 2815 }, + { "id": "t_connection", "fg": 2816 }, + { "id": "unconnected", "fg": 2818 } ] }, { "id": [ "t_railroad_tie_h", "t_railroad_tie_v", "t_railroad_tie" ], - "fg": 2814, + "fg": 2840, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 2815 } ] + "additional_tiles": [ { "id": "edge", "fg": 2841 } ] }, - { "id": "t_railroad_track_on_tie", "fg": 2813 }, + { "id": "t_railroad_track_on_tie", "fg": 2839 }, { "id": [ "t_railroad_track", @@ -6043,182 +6052,182 @@ "t_railroad_track_d1", "t_railroad_track_d2" ], - "fg": 2805, + "fg": 2831, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2805 }, - { "id": "corner", "fg": [ 2806, 2807, 2808, 2809 ] }, - { "id": "edge", "fg": 2810 }, - { "id": "end_piece", "fg": 2810 }, - { "id": "t_connection", "fg": 2811 }, - { "id": "unconnected", "fg": 2810 } + { "id": "center", "fg": 2831 }, + { "id": "corner", "fg": [ 2832, 2833, 2834, 2835 ] }, + { "id": "edge", "fg": 2836 }, + { "id": "end_piece", "fg": 2836 }, + { "id": "t_connection", "fg": 2837 }, + { "id": "unconnected", "fg": 2836 } ] }, - { "id": "t_rdoor_b", "fg": 2992, "rotates": false }, - { "id": "t_rdoor_boarded", "fg": 2993, "rotates": false }, - { "id": "t_rdoor_boarded_damaged", "fg": 2994, "rotates": false }, - { "id": "t_rdoor_c", "fg": 2991, "rotates": false }, - { "id": "t_rdoor_o", "fg": 2990, "rotates": false }, + { "id": "t_rdoor_b", "fg": 3018, "rotates": false }, + { "id": "t_rdoor_boarded", "fg": 3019, "rotates": false }, + { "id": "t_rdoor_boarded_damaged", "fg": 3020, "rotates": false }, + { "id": "t_rdoor_c", "fg": 3017, "rotates": false }, + { "id": "t_rdoor_o", "fg": 3016, "rotates": false }, { "id": [ "t_reb_cage", "t_bars" ], - "fg": 2701, + "fg": 2727, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2702 }, - { "id": "corner", "fg": 2703 }, - { "id": "edge", "fg": 2704 }, - { "id": "end_piece", "fg": 2704 }, - { "id": "t_connection", "fg": 2705 }, - { "id": "unconnected", "fg": 2701 } + { "id": "center", "fg": 2728 }, + { "id": "corner", "fg": 2729 }, + { "id": "edge", "fg": 2730 }, + { "id": "end_piece", "fg": 2730 }, + { "id": "t_connection", "fg": 2731 }, + { "id": "unconnected", "fg": 2727 } ] }, - { "id": "t_recycler", "fg": 3103, "rotates": false }, - { "id": [ "t_reinforced_door_glass_lab_c", "t_reinforced_door_glass_c" ], "fg": 2996, "rotates": false }, - { "id": [ "t_reinforced_door_glass_o", "t_reinforced_door_glass_lab_o" ], "fg": 2995, "rotates": false }, + { "id": "t_recycler", "fg": 3129, "rotates": false }, + { "id": [ "t_reinforced_door_glass_lab_c", "t_reinforced_door_glass_c" ], "fg": 3022, "rotates": false }, + { "id": [ "t_reinforced_door_glass_o", "t_reinforced_door_glass_lab_o" ], "fg": 3021, "rotates": false }, { "id": "t_reinforced_glass", - "fg": 2934, + "fg": 2960, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2936 }, - { "id": "corner", "fg": 2937 }, - { "id": "edge", "fg": 2938 }, - { "id": "end_piece", "fg": 2939 }, - { "id": "t_connection", "fg": 2940 }, - { "id": "unconnected", "fg": 2934 } + { "id": "center", "fg": 2962 }, + { "id": "corner", "fg": 2963 }, + { "id": "edge", "fg": 2964 }, + { "id": "end_piece", "fg": 2965 }, + { "id": "t_connection", "fg": 2966 }, + { "id": "unconnected", "fg": 2960 } ] }, { "id": "t_reinforced_glass_shutter", - "fg": 2921, + "fg": 2947, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2922 }, - { "id": "corner", "fg": 2923 }, - { "id": "edge", "fg": 2925 }, - { "id": "end_piece", "fg": 2926 }, - { "id": "t_connection", "fg": 2927 }, - { "id": "unconnected", "fg": 2921 } + { "id": "center", "fg": 2948 }, + { "id": "corner", "fg": 2949 }, + { "id": "edge", "fg": 2951 }, + { "id": "end_piece", "fg": 2952 }, + { "id": "t_connection", "fg": 2953 }, + { "id": "unconnected", "fg": 2947 } ] }, { "id": "t_reinforced_glass_shutter_open", - "fg": 2928, + "fg": 2954, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2929 }, - { "id": "corner", "fg": 2930 }, - { "id": "edge", "fg": 2931 }, - { "id": "end_piece", "fg": 2932 }, - { "id": "t_connection", "fg": 2933 }, - { "id": "unconnected", "fg": 2928 } + { "id": "center", "fg": 2955 }, + { "id": "corner", "fg": 2956 }, + { "id": "edge", "fg": 2957 }, + { "id": "end_piece", "fg": 2958 }, + { "id": "t_connection", "fg": 2959 }, + { "id": "unconnected", "fg": 2954 } ] }, - { "id": "t_resin_hole", "fg": 2751, "rotates": false }, - { "id": "t_resin_hole_c", "fg": 2747, "rotates": false }, - { "id": "t_resin_hole_o", "fg": 2748, "rotates": false }, - { "id": [ "t_riverbridge_dp", "t_pontoon_dp" ], "fg": 3011, "rotates": false }, - { "id": "t_rock", "fg": 2642, "rotates": false }, - { "id": "t_rock_blue", "fg": 2641, "rotates": false }, - { "id": "t_rock_floor", "fg": 2957, "rotates": false }, - { "id": "t_rock_green", "fg": 2640, "rotates": false }, - { "id": "t_rock_red", "fg": 2639, "rotates": false }, - { "id": "t_rock_smooth", "fg": 2643, "rotates": false }, + { "id": "t_resin_hole", "fg": 2777, "rotates": false }, + { "id": "t_resin_hole_c", "fg": 2773, "rotates": false }, + { "id": "t_resin_hole_o", "fg": 2774, "rotates": false }, + { "id": [ "t_riverbridge_dp", "t_pontoon_dp" ], "fg": 3037, "rotates": false }, + { "id": "t_rock", "fg": 2668, "rotates": false }, + { "id": "t_rock_blue", "fg": 2667, "rotates": false }, + { "id": "t_rock_floor", "fg": 2983, "rotates": false }, + { "id": "t_rock_green", "fg": 2666, "rotates": false }, + { "id": "t_rock_red", "fg": 2665, "rotates": false }, + { "id": "t_rock_smooth", "fg": 2669, "rotates": false }, { "id": [ "t_rock_wall_half", "t_sconc_wall_halfway", "t_strconc_wall_halfway" ], - "fg": 2760, + "fg": 2786, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2764 }, - { "id": "corner", "fg": 2769 }, - { "id": "edge", "fg": 2774 }, - { "id": "end_piece", "fg": 2775 }, - { "id": "t_connection", "fg": 2777 }, - { "id": "unconnected", "fg": 2760 } + { "id": "center", "fg": 2790 }, + { "id": "corner", "fg": 2795 }, + { "id": "edge", "fg": 2800 }, + { "id": "end_piece", "fg": 2801 }, + { "id": "t_connection", "fg": 2803 }, + { "id": "unconnected", "fg": 2786 } ] }, { "id": [ "t_rock_wall", "t_sconc_wall", "t_strconc_wall" ], - "fg": 2896, + "fg": 2922, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2897 }, - { "id": "corner", "fg": 2898 }, - { "id": "edge", "fg": 2899 }, - { "id": "end_piece", "fg": 2900 }, - { "id": "t_connection", "fg": 2901 }, - { "id": "unconnected", "fg": 2896 } + { "id": "center", "fg": 2923 }, + { "id": "corner", "fg": 2924 }, + { "id": "edge", "fg": 2925 }, + { "id": "end_piece", "fg": 2926 }, + { "id": "t_connection", "fg": 2927 }, + { "id": "unconnected", "fg": 2922 } ] }, { "id": "t_root_wall", - "fg": 2656, + "fg": 2682, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2657 }, - { "id": "corner", "fg": 2658 }, - { "id": "edge", "fg": 2656 }, - { "id": "end_piece", "fg": 2659 }, - { "id": "t_connection", "fg": 2660 }, - { "id": "unconnected", "fg": 2656 } + { "id": "center", "fg": 2683 }, + { "id": "corner", "fg": 2684 }, + { "id": "edge", "fg": 2682 }, + { "id": "end_piece", "fg": 2685 }, + { "id": "t_connection", "fg": 2686 }, + { "id": "unconnected", "fg": 2682 } ] }, - { "id": "t_rootcellar", "fg": 3006, "rotates": false }, - { "id": "t_rope_up", "fg": 2655, "rotates": false }, - { "id": "t_sand", "fg": 2861, "rotates": false }, + { "id": "t_rootcellar", "fg": 3032, "rotates": false }, + { "id": "t_rope_up", "fg": 2681, "rotates": false }, + { "id": "t_sand", "fg": 2887, "rotates": false }, { "id": "t_sandbox", - "fg": 2629, + "fg": 2655, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2630 }, - { "id": "corner", "fg": 2632 }, - { "id": "edge", "fg": 2633 }, - { "id": "end_piece", "fg": 2634 }, - { "id": "t_connection", "fg": 2635 }, - { "id": "unconnected", "fg": 2629 } + { "id": "center", "fg": 2656 }, + { "id": "corner", "fg": 2658 }, + { "id": "edge", "fg": 2659 }, + { "id": "end_piece", "fg": 2660 }, + { "id": "t_connection", "fg": 2661 }, + { "id": "unconnected", "fg": 2655 } ] }, - { "id": "t_sandmound", "fg": 3105, "rotates": false }, - { "id": [ "t_scrap_floor", "t_junk_floor", "t_metal_floor" ], "fg": 2988, "rotates": false }, + { "id": "t_sandmound", "fg": 3131, "rotates": false }, + { "id": [ "t_scrap_floor", "t_junk_floor", "t_metal_floor" ], "fg": 3014, "rotates": false }, { "id": [ "t_scrap_wall_halfway", "t_junk_palisade" ], - "fg": 2719, + "fg": 2745, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2720 }, - { "id": "corner", "fg": 2721 }, - { "id": "edge", "fg": 2722 }, - { "id": "end_piece", "fg": 2723 }, - { "id": "t_connection", "fg": 2724 }, - { "id": "unconnected", "fg": 2719 } + { "id": "center", "fg": 2746 }, + { "id": "corner", "fg": 2747 }, + { "id": "edge", "fg": 2748 }, + { "id": "end_piece", "fg": 2749 }, + { "id": "t_connection", "fg": 2750 }, + { "id": "unconnected", "fg": 2745 } ] }, { "id": [ "t_scrap_wall", "t_junk_wall", "t_wall_metal" ], - "fg": 2833, + "fg": 2859, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2835 }, - { "id": "corner", "fg": 2836 }, - { "id": "edge", "fg": 2837 }, - { "id": "end_piece", "fg": 2838 }, - { "id": "t_connection", "fg": 2839 }, - { "id": "unconnected", "fg": 2833 } + { "id": "center", "fg": 2861 }, + { "id": "corner", "fg": 2862 }, + { "id": "edge", "fg": 2863 }, + { "id": "end_piece", "fg": 2864 }, + { "id": "t_connection", "fg": 2865 }, + { "id": "unconnected", "fg": 2859 } ] }, - { "id": "t_searth_test", "fg": 2856, "rotates": false }, + { "id": "t_searth_test", "fg": 2882, "rotates": false }, { "id": [ "t_secretdoor_bookcase_c", @@ -6227,37 +6236,37 @@ "t_sliding_wall_control", "t_decoy_bookcase" ], - "fg": 3077, + "fg": 3103, "rotates": false }, - { "id": "t_secretdoor_bookcase_o", "fg": 3078, "rotates": false }, - { "id": "t_secretdoor_brick_wall_o", "fg": 2860, "rotates": true }, - { "id": "t_secretdoor_concrete_wall_o", "fg": 2785, "rotates": true }, - { "id": [ "t_secretdoor_wall_c", "t_sliding_wall_c", "t_secretdoor_onetime" ], "fg": 2892, "rotates": true }, + { "id": "t_secretdoor_bookcase_o", "fg": 3104, "rotates": false }, + { "id": "t_secretdoor_brick_wall_o", "fg": 2886, "rotates": true }, + { "id": "t_secretdoor_concrete_wall_o", "fg": 2811, "rotates": true }, + { "id": [ "t_secretdoor_wall_c", "t_sliding_wall_c", "t_secretdoor_onetime" ], "fg": 2918, "rotates": true }, { "id": "t_sewage_pipe", - "fg": 3012, + "fg": 3038, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3013 }, - { "id": "corner", "fg": 3014 }, - { "id": "edge", "fg": 3015 }, - { "id": "end_piece", "fg": 3016 }, - { "id": "t_connection", "fg": 3017 }, - { "id": "unconnected", "fg": 3012 } + { "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": 3038 } ] }, - { "id": "t_shrub_blueberry", "fg": 2540, "rotates": false }, + { "id": "t_shrub_blueberry", "fg": 2566, "rotates": false }, { "id": [ "t_shrub_blueberry_harvested", "t_shrub_blueberry_season_spring", "t_shrub_blueberry_season_autumn" ], - "fg": 3135, + "fg": 3161, "rotates": false }, - { "id": "t_shrub_fungal", "fg": 2541, "rotates": false }, + { "id": "t_shrub_fungal", "fg": 2567, "rotates": false }, { "id": [ "t_shrub_peanut_season_summer", "t_shrub_peanut_harvested_season_summer", "t_shrub_season_summer" ], - "fg": 3130, + "fg": 3156, "rotates": false }, { @@ -6268,18 +6277,18 @@ "t_shrub_strawberry_season_winter", "t_shrub_season_winter" ], - "fg": 3132, + "fg": 3158, "rotates": false }, { "id": [ "t_shrub_season_autumn", "t_shrub_peanut_season_autumn", "t_shrub_peanut_harvested_season_autumn" ], - "fg": 3131, + "fg": 3157, "rotates": false }, - { "id": "t_shrub_strawberry", "fg": 3134, "rotates": false }, + { "id": "t_shrub_strawberry", "fg": 3160, "rotates": false }, { "id": [ "t_shrub_strawberry_harvested", "t_shrub_strawberry_season_spring", "t_shrub_strawberry_season_autumn" ], - "fg": 3133, + "fg": 3159, "rotates": false }, { @@ -6291,59 +6300,59 @@ "t_shrub_peanut_harvested", "t_shrub_peanut_harvested_season_spring" ], - "fg": 3129, + "fg": 3155, "rotates": false }, - { "id": [ "t_sidewalk_bg_dp", "t_sidewalk" ], "fg": 2924, "rotates": false }, + { "id": [ "t_sidewalk_bg_dp", "t_sidewalk" ], "fg": 2950, "rotates": false }, { "id": [ "t_skylight", "t_linoleum_white", "t_paper_floor", "f_canvas_floor" ], - "fg": 3100, + "fg": 3126, "rotates": false }, { "id": "t_slide", - "fg": 3022, + "fg": 3048, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3022 }, { "id": "end_piece", "fg": 3023 } ] + "additional_tiles": [ { "id": "edge", "fg": 3048 }, { "id": "end_piece", "fg": 3049 } ] }, - { "id": [ "t_sliding_brick_wall_c", "t_secretdoor_brick_wall_c" ], "fg": 2857, "rotates": true }, - { "id": [ "t_sliding_concrete_wall_c", "t_secretdoor_concrete_wall_c" ], "fg": 2782, "rotates": true }, + { "id": [ "t_sliding_brick_wall_c", "t_secretdoor_brick_wall_c" ], "fg": 2883, "rotates": true }, + { "id": [ "t_sliding_concrete_wall_c", "t_secretdoor_concrete_wall_c" ], "fg": 2808, "rotates": true }, { "id": [ "t_sliding_concrete_wall_control", "f_aut_gas_console_o", "electronics_controls", "t_console_broken" ], - "fg": 3070, - "rotates": false - }, - { "id": [ "t_sliding_wall_o", "t_secretdoor_wall_o" ], "fg": 2895, "rotates": true }, - { "id": [ "t_slime", "t_sewage" ], "fg": 2791, "rotates": false }, - { "id": "t_slope_down", "fg": 2649, "rotates": false }, - { "id": "t_slope_up", "fg": 2648, "rotates": false }, - { "id": "t_slot_machine", "fg": 3066, "rotates": false }, - { "id": "t_sludge", "fg": 2812, "rotates": false }, - { "id": "t_soil", "fg": 3136, "rotates": false }, - { "id": "t_stairs_down", "fg": 2647, "rotates": false }, - { "id": "t_stairs_up", "fg": 2646, "rotates": false }, - { "id": "t_station_disc", "fg": 3080, "rotates": false }, - { "id": "t_stump", "fg": 2591, "rotates": false }, - { "id": [ "t_support_l", "t_little_column", "t_column" ], "fg": 3075, "rotates": false }, - { "id": [ "t_support_s", "t_chainfence_posts" ], "fg": 2686, "rotates": false }, + "fg": 3096, + "rotates": false + }, + { "id": [ "t_sliding_wall_o", "t_secretdoor_wall_o" ], "fg": 2921, "rotates": true }, + { "id": [ "t_slime", "t_sewage" ], "fg": 2817, "rotates": false }, + { "id": "t_slope_down", "fg": 2675, "rotates": false }, + { "id": "t_slope_up", "fg": 2674, "rotates": false }, + { "id": "t_slot_machine", "fg": 3092, "rotates": false }, + { "id": "t_sludge", "fg": 2838, "rotates": false }, + { "id": "t_soil", "fg": 3162, "rotates": false }, + { "id": "t_stairs_down", "fg": 2673, "rotates": false }, + { "id": "t_stairs_up", "fg": 2672, "rotates": false }, + { "id": "t_station_disc", "fg": 3106, "rotates": false }, + { "id": "t_stump", "fg": 2617, "rotates": false }, + { "id": [ "t_support_l", "t_little_column", "t_column" ], "fg": 3101, "rotates": false }, + { "id": [ "t_support_s", "t_chainfence_posts" ], "fg": 2712, "rotates": false }, { "id": [ "t_switch_even", "t_gates_control_metal", "t_gates_control_metal_lab" ], - "fg": 3043, + "fg": 3069, "rotates": false }, - { "id": "t_switch_gb", "fg": 3044, "rotates": false }, - { "id": "t_switch_rb", "fg": 3045, "rotates": false }, - { "id": "t_switch_rg", "fg": 3046, "rotates": false }, - { "id": "t_tar", "fg": 2823, "rotates": false }, - { "id": "t_tarptent", "fg": 3102, "rotates": false }, - { "id": "t_thconc_floor_olight", "fg": 2977, "rotates": false }, - { "id": "t_ticket_machine", "fg": 2771, "rotates": false }, - { "id": "t_ticket_vendor", "fg": 2770, "rotates": false }, - { "id": [ "t_tree_apple", "t_tree_pear" ], "fg": 2555, "rotates": false }, - { "id": "t_tree_birch_harvested_season_autumn", "fg": 2565, "rotates": false }, - { "id": [ "t_tree_birch_harvested_season_spring", "t_tree_birch_harvested" ], "fg": 2570, "rotates": false }, - { "id": "t_tree_birch_harvested_season_summer", "fg": 2568, "rotates": false }, + { "id": "t_switch_gb", "fg": 3070, "rotates": false }, + { "id": "t_switch_rb", "fg": 3071, "rotates": false }, + { "id": "t_switch_rg", "fg": 3072, "rotates": false }, + { "id": "t_tar", "fg": 2849, "rotates": false }, + { "id": "t_tarptent", "fg": 3128, "rotates": false }, + { "id": "t_thconc_floor_olight", "fg": 3003, "rotates": false }, + { "id": "t_ticket_machine", "fg": 2797, "rotates": false }, + { "id": "t_ticket_vendor", "fg": 2796, "rotates": false }, + { "id": [ "t_tree_apple", "t_tree_pear" ], "fg": 2581, "rotates": false }, + { "id": "t_tree_birch_harvested_season_autumn", "fg": 2591, "rotates": false }, + { "id": [ "t_tree_birch_harvested_season_spring", "t_tree_birch_harvested" ], "fg": 2596, "rotates": false }, + { "id": "t_tree_birch_harvested_season_summer", "fg": 2594, "rotates": false }, { "id": [ "t_tree_birch_harvested_season_winter", @@ -6357,13 +6366,13 @@ "t_tree_willow_season_winter", "t_tree_blackjack_season_winter" ], - "fg": 2585, + "fg": 2611, "rotates": false }, - { "id": "t_tree_birch_season_autumn", "fg": 2566, "rotates": false }, - { "id": [ "t_tree_birch_season_spring", "t_tree_birch" ], "fg": 2569, "rotates": false }, - { "id": "t_tree_birch_season_summer", "fg": 2567, "rotates": false }, - { "id": "t_tree_birch_season_winter", "fg": 2586, "rotates": false }, + { "id": "t_tree_birch_season_autumn", "fg": 2592, "rotates": false }, + { "id": [ "t_tree_birch_season_spring", "t_tree_birch" ], "fg": 2595, "rotates": false }, + { "id": "t_tree_birch_season_summer", "fg": 2593, "rotates": false }, + { "id": "t_tree_birch_season_winter", "fg": 2612, "rotates": false }, { "id": [ "t_tree_blackjack_harvested_season_winter", @@ -6371,7 +6380,7 @@ "mon_treent_green_season_winter", "t_tree_hickory_dead_season_winter" ], - "fg": 2583, + "fg": 2609, "rotates": false }, { @@ -6384,7 +6393,7 @@ "t_tree_pecan_season_autumn", "t_tree_pecan_harvested_season_autumn" ], - "fg": 2559, + "fg": 2585, "rotates": false }, { @@ -6405,7 +6414,7 @@ "t_tree_pecan_harvested_season_spring", "t_tree_pecan_harvested" ], - "fg": 2560, + "fg": 2586, "rotates": false }, { @@ -6419,16 +6428,16 @@ "t_tree_peach_season_spring", "t_tree_apricot_season_spring" ], - "fg": 2557, + "fg": 2583, "rotates": false }, - { "id": [ "t_tree_cherry", "t_tree_plum" ], "fg": 2548, "rotates": false }, - { "id": "t_tree_dead", "fg": 2580, "rotates": false }, - { "id": "t_tree_dead_season_winter", "fg": 2588, "rotates": false }, - { "id": "t_tree_deadpine", "fg": 2578, "rotates": false }, - { "id": "t_tree_deadpine_season_winter", "fg": 2581, "rotates": false }, - { "id": "t_tree_fungal", "fg": 2547, "rotates": false }, - { "id": "t_tree_fungal_young", "fg": 2545, "rotates": false }, + { "id": [ "t_tree_cherry", "t_tree_plum" ], "fg": 2574, "rotates": false }, + { "id": "t_tree_dead", "fg": 2606, "rotates": false }, + { "id": "t_tree_dead_season_winter", "fg": 2614, "rotates": false }, + { "id": "t_tree_deadpine", "fg": 2604, "rotates": false }, + { "id": "t_tree_deadpine_season_winter", "fg": 2607, "rotates": false }, + { "id": "t_tree_fungal", "fg": 2573, "rotates": false }, + { "id": "t_tree_fungal_young", "fg": 2571, "rotates": false }, { "id": [ "t_tree_harvested_season_winter", @@ -6446,12 +6455,12 @@ "t_tree_plum_harvested_season_winter", "t_tree_season_winter" ], - "fg": 2584, + "fg": 2610, "rotates": false }, { "id": [ "t_tree_harvested", "t_tree_season_summer", "t_tree_harvested_season_summer", "t_tree_harvested_season_spring" ], - "fg": 2553, + "fg": 2579, "rotates": false }, { @@ -6462,7 +6471,7 @@ "t_tree_blackjack_harvested_season_autumn", "mon_treent" ], - "fg": 2579, + "fg": 2605, "rotates": false }, { @@ -6476,21 +6485,21 @@ "t_tree_maple_season_summer", "t_tree_blackjack" ], - "fg": 2561, + "fg": 2587, "rotates": false }, - { "id": "t_tree_juniper", "fg": 2761, "rotates": false }, - { "id": "t_tree_juniper_harvested", "fg": 2763, "rotates": false }, - { "id": "t_tree_juniper_season_winter", "fg": 2762, "rotates": false }, - { "id": "t_tree_maple_season_autumn", "fg": 2558, "rotates": false }, - { "id": "t_tree_maple_tapped_season_autumn", "fg": 2562, "rotates": false }, - { "id": "t_tree_maple_tapped_season_summer", "fg": 2563, "rotates": false }, - { "id": "t_tree_maple_tapped_season_winter", "fg": 2589, "rotates": false }, - { "id": [ "t_tree_maple_tapped", "t_tree_maple_tapped_season_spring" ], "fg": 2564, "rotates": false }, - { "id": [ "t_tree_peach_harvested", "t_tree_apricot_harvested" ], "fg": 2552, "rotates": false }, - { "id": [ "t_tree_peach", "t_tree_apricot" ], "fg": 2551, "rotates": false }, - { "id": "t_tree_pine", "fg": 2577, "rotates": false }, - { "id": "t_tree_pine_season_winter", "fg": 2582, "rotates": false }, + { "id": "t_tree_juniper", "fg": 2787, "rotates": false }, + { "id": "t_tree_juniper_harvested", "fg": 2789, "rotates": false }, + { "id": "t_tree_juniper_season_winter", "fg": 2788, "rotates": false }, + { "id": "t_tree_maple_season_autumn", "fg": 2584, "rotates": false }, + { "id": "t_tree_maple_tapped_season_autumn", "fg": 2588, "rotates": false }, + { "id": "t_tree_maple_tapped_season_summer", "fg": 2589, "rotates": false }, + { "id": "t_tree_maple_tapped_season_winter", "fg": 2615, "rotates": false }, + { "id": [ "t_tree_maple_tapped", "t_tree_maple_tapped_season_spring" ], "fg": 2590, "rotates": false }, + { "id": [ "t_tree_peach_harvested", "t_tree_apricot_harvested" ], "fg": 2578, "rotates": false }, + { "id": [ "t_tree_peach", "t_tree_apricot" ], "fg": 2577, "rotates": false }, + { "id": "t_tree_pine", "fg": 2603, "rotates": false }, + { "id": "t_tree_pine_season_winter", "fg": 2608, "rotates": false }, { "id": [ "t_tree_season_autumn", @@ -6500,7 +6509,7 @@ "t_tree_peach_season_autumn", "t_tree_apricot_season_autumn" ], - "fg": 2549, + "fg": 2575, "rotates": false }, { @@ -6512,21 +6521,21 @@ "t_tree_apple_harvested", "t_tree_pear_harvested" ], - "fg": 2554, + "fg": 2580, "rotates": false }, - { "id": "t_tree_willow_harvested_season_autumn", "fg": 2572, "rotates": false }, - { "id": [ "t_tree_willow_harvested_season_spring", "t_tree_willow_harvested" ], "fg": 2575, "rotates": false }, - { "id": "t_tree_willow_harvested_season_summer", "fg": 2576, "rotates": false }, - { "id": "t_tree_willow_harvested_season_winter", "fg": 2587, "rotates": false }, - { "id": "t_tree_willow_season_autumn", "fg": 2571, "rotates": false }, - { "id": [ "t_tree_willow_season_spring", "t_tree_willow" ], "fg": 2574, "rotates": false }, - { "id": "t_tree_willow_season_summer", "fg": 2573, "rotates": false }, - { "id": "t_tree_young_season_autumn", "fg": 2544, "rotates": false }, - { "id": "t_tree_young_season_summer", "fg": 2543, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 2546, "rotates": false }, - { "id": [ "t_tree_young", "t_tree_young_season_spring" ], "fg": 2542, "rotates": false }, - { "id": "t_trunk", "fg": 2590, "rotates": false }, + { "id": "t_tree_willow_harvested_season_autumn", "fg": 2598, "rotates": false }, + { "id": [ "t_tree_willow_harvested_season_spring", "t_tree_willow_harvested" ], "fg": 2601, "rotates": false }, + { "id": "t_tree_willow_harvested_season_summer", "fg": 2602, "rotates": false }, + { "id": "t_tree_willow_harvested_season_winter", "fg": 2613, "rotates": false }, + { "id": "t_tree_willow_season_autumn", "fg": 2597, "rotates": false }, + { "id": [ "t_tree_willow_season_spring", "t_tree_willow" ], "fg": 2600, "rotates": false }, + { "id": "t_tree_willow_season_summer", "fg": 2599, "rotates": false }, + { "id": "t_tree_young_season_autumn", "fg": 2570, "rotates": false }, + { "id": "t_tree_young_season_summer", "fg": 2569, "rotates": false }, + { "id": "t_tree_young_season_winter", "fg": 2572, "rotates": false }, + { "id": [ "t_tree_young", "t_tree_young_season_spring" ], "fg": 2568, "rotates": false }, + { "id": "t_trunk", "fg": 2616, "rotates": false }, { "id": [ "t_underbrush_harvested_spring_season_autumn", @@ -6534,7 +6543,7 @@ "t_underbrush_harvested_autumn_season_autumn", "t_underbrush_harvested_winter_season_autumn" ], - "fg": 3126, + "fg": 3152, "rotates": false }, { @@ -6544,7 +6553,7 @@ "t_underbrush_harvested_autumn_season_summer", "t_underbrush_harvested_winter_season_summer" ], - "fg": 3125, + "fg": 3151, "rotates": false }, { @@ -6553,7 +6562,7 @@ "t_underbrush_harvested_summer_season_winter", "t_underbrush_harvested_autumn_season_winter" ], - "fg": 3127, + "fg": 3153, "rotates": false }, { @@ -6567,434 +6576,434 @@ "t_underbrush_harvested_winter", "t_underbrush_harvested_winter_season_spring" ], - "fg": 3124, + "fg": 3150, "rotates": false }, - { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3128, "rotates": false }, - { "id": "t_underbrush_season_autumn", "fg": 3122, "rotates": false }, - { "id": [ "t_underbrush_season_spring", "t_underbrush" ], "fg": 3120, "rotates": false }, - { "id": "t_underbrush_season_summer", "fg": 3121, "rotates": false }, - { "id": "t_underbrush_season_winter", "fg": 3123, "rotates": false }, - { "id": "t_utility_light", "fg": 3074, "rotates": false }, - { "id": "t_vat", "fg": 3090, "rotates": false }, + { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3154, "rotates": false }, + { "id": "t_underbrush_season_autumn", "fg": 3148, "rotates": false }, + { "id": [ "t_underbrush_season_spring", "t_underbrush" ], "fg": 3146, "rotates": false }, + { "id": "t_underbrush_season_summer", "fg": 3147, "rotates": false }, + { "id": "t_underbrush_season_winter", "fg": 3149, "rotates": false }, + { "id": "t_utility_light", "fg": 3100, "rotates": false }, + { "id": "t_vat", "fg": 3116, "rotates": false }, { "id": "t_wall_b", - "fg": 2876, + "fg": 2902, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2877 }, - { "id": "corner", "fg": 2878 }, - { "id": "edge", "fg": 2879 }, - { "id": "end_piece", "fg": 2880 }, - { "id": "t_connection", "fg": 2881 }, - { "id": "unconnected", "fg": 2876 } + { "id": "center", "fg": 2903 }, + { "id": "corner", "fg": 2904 }, + { "id": "edge", "fg": 2905 }, + { "id": "end_piece", "fg": 2906 }, + { "id": "t_connection", "fg": 2907 }, + { "id": "unconnected", "fg": 2902 } ] }, { "id": "t_wall_g", - "fg": 2869, + "fg": 2895, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2870 }, - { "id": "corner", "fg": 2871 }, - { "id": "edge", "fg": 2873 }, - { "id": "end_piece", "fg": 2874 }, - { "id": "t_connection", "fg": 2875 }, - { "id": "unconnected", "fg": 2869 } + { "id": "center", "fg": 2896 }, + { "id": "corner", "fg": 2897 }, + { "id": "edge", "fg": 2899 }, + { "id": "end_piece", "fg": 2900 }, + { "id": "t_connection", "fg": 2901 }, + { "id": "unconnected", "fg": 2895 } ] }, { "id": [ "t_wall_glass_alarm", "t_window", "t_window_alarm", "t_wall_glass" ], - "fg": 2941, + "fg": 2967, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2942 }, - { "id": "corner", "fg": 2943 }, - { "id": "edge", "fg": 2944 }, - { "id": "end_piece", "fg": 2945 }, - { "id": "t_connection", "fg": 2947 }, - { "id": "unconnected", "fg": 2941 } + { "id": "center", "fg": 2968 }, + { "id": "corner", "fg": 2969 }, + { "id": "edge", "fg": 2970 }, + { "id": "end_piece", "fg": 2971 }, + { "id": "t_connection", "fg": 2973 }, + { "id": "unconnected", "fg": 2967 } ] }, { "id": [ "t_wall_half", "t_wall_log_half" ], - "fg": 2713, + "fg": 2739, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2714 }, - { "id": "corner", "fg": 2715 }, - { "id": "edge", "fg": 2716 }, - { "id": "end_piece", "fg": 2717 }, - { "id": "t_connection", "fg": 2718 }, - { "id": "unconnected", "fg": 2713 } + { "id": "center", "fg": 2740 }, + { "id": "corner", "fg": 2741 }, + { "id": "edge", "fg": 2742 }, + { "id": "end_piece", "fg": 2743 }, + { "id": "t_connection", "fg": 2744 }, + { "id": "unconnected", "fg": 2739 } ] }, { "id": [ "t_wall_log", "t_wall_wood" ], - "fg": 2816, + "fg": 2842, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2817 }, - { "id": "corner", "fg": 2818 }, - { "id": "edge", "fg": 2819 }, - { "id": "end_piece", "fg": 2820 }, - { "id": "t_connection", "fg": 2821 }, - { "id": "unconnected", "fg": 2816 } + { "id": "center", "fg": 2843 }, + { "id": "corner", "fg": 2844 }, + { "id": "edge", "fg": 2845 }, + { "id": "end_piece", "fg": 2846 }, + { "id": "t_connection", "fg": 2847 }, + { "id": "unconnected", "fg": 2842 } ] }, { "id": "t_wall_p", - "fg": 2882, + "fg": 2908, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2884 }, - { "id": "corner", "fg": 2885 }, - { "id": "edge", "fg": 2886 }, - { "id": "end_piece", "fg": 2887 }, - { "id": "t_connection", "fg": 2888 }, - { "id": "unconnected", "fg": 2882 } + { "id": "center", "fg": 2910 }, + { "id": "corner", "fg": 2911 }, + { "id": "edge", "fg": 2912 }, + { "id": "end_piece", "fg": 2913 }, + { "id": "t_connection", "fg": 2914 }, + { "id": "unconnected", "fg": 2908 } ] }, { "id": "t_wall_r", - "fg": 2840, + "fg": 2866, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2841 }, - { "id": "corner", "fg": 2842 }, - { "id": "edge", "fg": 2843 }, - { "id": "end_piece", "fg": 2844 }, - { "id": "t_connection", "fg": 2846 }, - { "id": "unconnected", "fg": 2840 } + { "id": "center", "fg": 2867 }, + { "id": "corner", "fg": 2868 }, + { "id": "edge", "fg": 2869 }, + { "id": "end_piece", "fg": 2870 }, + { "id": "t_connection", "fg": 2872 }, + { "id": "unconnected", "fg": 2866 } ] }, { "id": "t_wall_resin", - "fg": 2656, + "fg": 2682, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2742 }, - { "id": "corner", "fg": 2743 }, - { "id": "edge", "fg": 2744 }, - { "id": "end_piece", "fg": 2745 }, - { "id": "t_connection", "fg": 2746 }, - { "id": "unconnected", "fg": 2741 } + { "id": "center", "fg": 2768 }, + { "id": "corner", "fg": 2769 }, + { "id": "edge", "fg": 2770 }, + { "id": "end_piece", "fg": 2771 }, + { "id": "t_connection", "fg": 2772 }, + { "id": "unconnected", "fg": 2767 } ] }, { "id": "t_wall_resin_cage", - "fg": 2656, + "fg": 2682, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2753 }, - { "id": "corner", "fg": 2754 }, - { "id": "edge", "fg": 2755 }, - { "id": "end_piece", "fg": 2756 }, - { "id": "t_connection", "fg": 2757 }, - { "id": "unconnected", "fg": 2753 } + { "id": "center", "fg": 2779 }, + { "id": "corner", "fg": 2780 }, + { "id": "edge", "fg": 2781 }, + { "id": "end_piece", "fg": 2782 }, + { "id": "t_connection", "fg": 2783 }, + { "id": "unconnected", "fg": 2779 } ] }, { "id": [ "t_wall", "t_wall_w" ], - "fg": 2889, + "fg": 2915, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2890 }, - { "id": "corner", "fg": 2891 }, - { "id": "edge", "fg": 2892 }, - { "id": "end_piece", "fg": 2893 }, - { "id": "t_connection", "fg": 2894 }, - { "id": "unconnected", "fg": 2889 } + { "id": "center", "fg": 2916 }, + { "id": "corner", "fg": 2917 }, + { "id": "edge", "fg": 2918 }, + { "id": "end_piece", "fg": 2919 }, + { "id": "t_connection", "fg": 2920 }, + { "id": "unconnected", "fg": 2915 } ] }, { "id": "t_wall_wattle", - "fg": 2862, + "fg": 2888, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2863 }, - { "id": "corner", "fg": 2864 }, - { "id": "edge", "fg": 2865 }, - { "id": "end_piece", "fg": 2866 }, - { "id": "t_connection", "fg": 2867 }, - { "id": "unconnected", "fg": 2862 } + { "id": "center", "fg": 2889 }, + { "id": "corner", "fg": 2890 }, + { "id": "edge", "fg": 2891 }, + { "id": "end_piece", "fg": 2892 }, + { "id": "t_connection", "fg": 2893 }, + { "id": "unconnected", "fg": 2888 } ] }, - { "id": "t_wall_wattle_broken", "fg": 2868, "rotates": true }, + { "id": "t_wall_wattle_broken", "fg": 2894, "rotates": true }, { "id": "t_wall_wattle_half", - "fg": 2707, + "fg": 2733, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2708 }, - { "id": "corner", "fg": 2709 }, - { "id": "edge", "fg": 2710 }, - { "id": "end_piece", "fg": 2711 }, - { "id": "t_connection", "fg": 2712 }, - { "id": "unconnected", "fg": 2707 } + { "id": "center", "fg": 2734 }, + { "id": "corner", "fg": 2735 }, + { "id": "edge", "fg": 2736 }, + { "id": "end_piece", "fg": 2737 }, + { "id": "t_connection", "fg": 2738 }, + { "id": "unconnected", "fg": 2733 } ] }, { "id": [ "t_wall_wood_broken", "t_wall_log_broken" ], - "fg": 2829, + "fg": 2855, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2830 }, - { "id": "corner", "fg": 2831 }, - { "id": "edge", "fg": 2832 }, - { "id": "end_piece", "fg": 2832 }, - { "id": "t_connection", "fg": 2830 }, - { "id": "unconnected", "fg": 2829 } + { "id": "center", "fg": 2856 }, + { "id": "corner", "fg": 2857 }, + { "id": "edge", "fg": 2858 }, + { "id": "end_piece", "fg": 2858 }, + { "id": "t_connection", "fg": 2856 }, + { "id": "unconnected", "fg": 2855 } ] }, { "id": [ "t_wall_wood_chipped", "t_wall_log_chipped" ], - "fg": 2822, + "fg": 2848, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2824 }, - { "id": "corner", "fg": 2825 }, - { "id": "edge", "fg": 2826 }, - { "id": "end_piece", "fg": 2827 }, - { "id": "t_connection", "fg": 2828 }, - { "id": "unconnected", "fg": 2822 } + { "id": "center", "fg": 2850 }, + { "id": "corner", "fg": 2851 }, + { "id": "edge", "fg": 2852 }, + { "id": "end_piece", "fg": 2853 }, + { "id": "t_connection", "fg": 2854 }, + { "id": "unconnected", "fg": 2848 } ] }, { "id": "t_wall_y", - "fg": 2847, + "fg": 2873, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2848 }, - { "id": "corner", "fg": 2849 }, - { "id": "edge", "fg": 2850 }, - { "id": "end_piece", "fg": 2851 }, - { "id": "t_connection", "fg": 2852 }, - { "id": "unconnected", "fg": 2847 } + { "id": "center", "fg": 2874 }, + { "id": "corner", "fg": 2875 }, + { "id": "edge", "fg": 2876 }, + { "id": "end_piece", "fg": 2877 }, + { "id": "t_connection", "fg": 2878 }, + { "id": "unconnected", "fg": 2873 } ] }, - { "id": [ "t_water_moving_dp", "t_swater_dp", "t_water_dp" ], "fg": 2750, "rotates": false }, - { "id": [ "t_water_moving_sh", "t_swater_sh", "t_water_pool", "t_water_sh" ], "fg": 2780, "rotates": false }, - { "id": "t_water_pump", "fg": 3085, "rotates": false }, - { "id": "t_wax", "fg": 2636, "rotates": false }, + { "id": [ "t_water_moving_dp", "t_swater_dp", "t_water_dp" ], "fg": 2776, "rotates": false }, + { "id": [ "t_water_moving_sh", "t_swater_sh", "t_water_pool", "t_water_sh" ], "fg": 2806, "rotates": false }, + { "id": "t_water_pump", "fg": 3111, "rotates": false }, + { "id": "t_wax", "fg": 2662, "rotates": false }, { "id": "t_window_bars", - "fg": 2704, + "fg": 2730, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2702 }, - { "id": "corner", "fg": 2703 }, - { "id": "edge", "fg": 2704 }, - { "id": "end_piece", "fg": 2704 }, - { "id": "t_connection", "fg": 2705 }, - { "id": "unconnected", "fg": 2704 } + { "id": "center", "fg": 2728 }, + { "id": "corner", "fg": 2729 }, + { "id": "edge", "fg": 2730 }, + { "id": "end_piece", "fg": 2730 }, + { "id": "t_connection", "fg": 2731 }, + { "id": "unconnected", "fg": 2730 } ] }, { "id": "t_window_bars_alarm", - "fg": 2915, + "fg": 2941, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2916 }, - { "id": "corner", "fg": 2917 }, - { "id": "edge", "fg": 2918 }, - { "id": "end_piece", "fg": 2919 }, - { "id": "t_connection", "fg": 2920 }, - { "id": "unconnected", "fg": 2915 } + { "id": "center", "fg": 2942 }, + { "id": "corner", "fg": 2943 }, + { "id": "edge", "fg": 2944 }, + { "id": "end_piece", "fg": 2945 }, + { "id": "t_connection", "fg": 2946 }, + { "id": "unconnected", "fg": 2941 } ] }, - { "id": "t_window_boarded", "fg": 2969, "rotates": false }, - { "id": "t_window_boarded_noglass", "fg": 2972, "rotates": false }, + { "id": "t_window_boarded", "fg": 2995, "rotates": false }, + { "id": "t_window_boarded_noglass", "fg": 2998, "rotates": false }, { "id": "t_window_domestic", - "fg": 2954, + "fg": 2980, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2955 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2981 } ] }, - { "id": "t_window_enhanced", "fg": 2970, "rotates": false }, - { "id": "t_window_enhanced_noglass", "fg": 2973, "rotates": false }, - { "id": "t_window_frame", "fg": 2974, "rotates": false }, + { "id": "t_window_enhanced", "fg": 2996, "rotates": false }, + { "id": "t_window_enhanced_noglass", "fg": 2999, "rotates": false }, + { "id": "t_window_frame", "fg": 3000, "rotates": false }, { "id": "t_window_no_curtains", - "fg": 2961, + "fg": 2987, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2962 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2988 } ] }, { "id": "t_window_no_curtains_open", - "fg": 2963, + "fg": 2989, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2964 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2990 } ] }, - { "id": "t_window_no_curtains_taped", "fg": 2965, "rotates": false }, + { "id": "t_window_no_curtains_taped", "fg": 2991, "rotates": false }, { "id": "t_window_open", - "fg": 2956, + "fg": 2982, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2958 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2984 } ] }, - { "id": "t_window_reinforced", "fg": 2967, "rotates": false }, - { "id": "t_window_reinforced_noglass", "fg": 2971, "rotates": false }, + { "id": "t_window_reinforced", "fg": 2993, "rotates": false }, + { "id": "t_window_reinforced_noglass", "fg": 2997, "rotates": false }, { "id": "t_window_stained_blue", - "fg": 2959, + "fg": 2985, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2960 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2986 } ] }, { "id": "t_window_stained_green", - "fg": 2952, + "fg": 2978, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2953 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2979 } ] }, { "id": "t_window_stained_red", - "fg": 2950, + "fg": 2976, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2951 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2977 } ] }, { "id": [ "t_window_taped", "t_window_domestic_taped", "t_window_alarm_taped" ], - "fg": 2966, + "fg": 2992, "rotates": false }, - { "id": "t_wood_stairs_down", "fg": 2766, "rotates": false }, - { "id": "t_wood_stairs_up", "fg": 2765, "rotates": false }, - { "id": "t_wood_stairs_up_broken", "fg": 2767, "rotates": false }, - { "id": "t_wood_stairs_up_half", "fg": 2768, "rotates": false }, - { "id": "t_woodchips", "fg": 2883, "rotates": false }, - { "id": [ "tent_kit", "large_tent_kit" ], "fg": 1649, "rotates": false }, - { "id": "tourist_table", "fg": 1651, "rotates": false }, + { "id": "t_wood_stairs_down", "fg": 2792, "rotates": false }, + { "id": "t_wood_stairs_up", "fg": 2791, "rotates": false }, + { "id": "t_wood_stairs_up_broken", "fg": 2793, "rotates": false }, + { "id": "t_wood_stairs_up_half", "fg": 2794, "rotates": false }, + { "id": "t_woodchips", "fg": 2909, "rotates": false }, + { "id": [ "tent_kit", "large_tent_kit" ], "fg": 1675, "rotates": false }, + { "id": "tourist_table", "fg": 1677, "rotates": false }, { "id": [ "tr_glass_pit", "t_pit_glass" ], - "fg": 2616, + "fg": 2642, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2617 }, - { "id": "corner", "fg": 2618 }, - { "id": "edge", "fg": 2619 }, - { "id": "end_piece", "fg": 2620 }, - { "id": "t_connection", "fg": 2621 }, - { "id": "unconnected", "fg": 2616 } + { "id": "center", "fg": 2643 }, + { "id": "corner", "fg": 2644 }, + { "id": "edge", "fg": 2645 }, + { "id": "end_piece", "fg": 2646 }, + { "id": "t_connection", "fg": 2647 }, + { "id": "unconnected", "fg": 2642 } ] }, - { "id": [ "tr_lava", "t_lava" ], "fg": 3150, "rotates": false }, + { "id": [ "tr_lava", "t_lava" ], "fg": 3176, "rotates": false }, { "id": [ "tr_pit", "t_pit" ], - "fg": 2598, + "fg": 2624, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2605 }, - { "id": "corner", "fg": 2606 }, - { "id": "edge", "fg": 2607 }, - { "id": "end_piece", "fg": 2608 }, - { "id": "t_connection", "fg": 2609 }, - { "id": "unconnected", "fg": 2598 } + { "id": "center", "fg": 2631 }, + { "id": "corner", "fg": 2632 }, + { "id": "edge", "fg": 2633 }, + { "id": "end_piece", "fg": 2634 }, + { "id": "t_connection", "fg": 2635 }, + { "id": "unconnected", "fg": 2624 } ] }, - { "id": "t_fern", "fg": 3137, "rotates": false }, - { "id": "tr_beartrap", "fg": 3162, "rotates": false }, - { "id": "tr_blade", "fg": 3356, "rotates": true }, - { "id": "tr_boobytrap", "fg": 3159, "rotates": false }, - { "id": "tr_bubblewrap", "fg": 3160, "rotates": false }, - { "id": [ "tr_cot", "f_fiber_mat" ], "fg": 3153, "rotates": false }, - { "id": "tr_crossbow", "fg": 3164, "rotates": false }, - { "id": "tr_dissector", "fg": 3156, "rotates": false }, - { "id": "tr_engine", "fg": 1541, "rotates": false }, - { "id": "tr_funnel", "fg": 890, "rotates": false }, + { "id": "t_fern", "fg": 3163, "rotates": false }, + { "id": "tr_beartrap", "fg": 3188, "rotates": false }, + { "id": "tr_blade", "fg": 3382, "rotates": true }, + { "id": "tr_boobytrap", "fg": 3185, "rotates": false }, + { "id": "tr_bubblewrap", "fg": 3186, "rotates": false }, + { "id": [ "tr_cot", "f_fiber_mat" ], "fg": 3179, "rotates": false }, + { "id": "tr_crossbow", "fg": 3190, "rotates": false }, + { "id": "tr_dissector", "fg": 3182, "rotates": false }, + { "id": "tr_engine", "fg": 1567, "rotates": false }, + { "id": "tr_funnel", "fg": 916, "rotates": false }, { "id": "tr_goo", - "fg": 3138, + "fg": 3164, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3139 }, - { "id": "corner", "fg": 3140 }, - { "id": "edge", "fg": 3141 }, - { "id": "end_piece", "fg": 3142 }, - { "id": "t_connection", "fg": 3143 }, - { "id": "unconnected", "fg": 3138 } + { "id": "center", "fg": 3165 }, + { "id": "corner", "fg": 3166 }, + { "id": "edge", "fg": 3167 }, + { "id": "end_piece", "fg": 3168 }, + { "id": "t_connection", "fg": 3169 }, + { "id": "unconnected", "fg": 3164 } ] }, - { "id": "tr_landmine", "fg": 3158, "rotates": false }, - { "id": [ "tr_landmine_buried", "tr_beartrap_buried" ], "fg": 3157, "rotates": false }, - { "id": "tr_leather_funnel", "fg": 893, "rotates": false }, - { "id": [ "tr_light_snare", "tr_heavy_snare", "tr_snare" ], "fg": 3163, "rotates": false }, - { "id": "tr_makeshift_funnel", "fg": 891, "rotates": false }, - { "id": "tr_metal_funnel", "fg": 889, "rotates": false }, - { "id": "tr_nailboard", "fg": 3165, "rotates": false }, + { "id": "tr_landmine", "fg": 3184, "rotates": false }, + { "id": [ "tr_landmine_buried", "tr_beartrap_buried" ], "fg": 3183, "rotates": false }, + { "id": "tr_leather_funnel", "fg": 919, "rotates": false }, + { "id": [ "tr_light_snare", "tr_heavy_snare", "tr_snare" ], "fg": 3189, "rotates": false }, + { "id": "tr_makeshift_funnel", "fg": 917, "rotates": false }, + { "id": "tr_metal_funnel", "fg": 915, "rotates": false }, + { "id": "tr_nailboard", "fg": 3191, "rotates": false }, { "id": "tr_portal", - "fg": 3144, + "fg": 3170, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3145 }, - { "id": "corner", "fg": 3146 }, - { "id": "edge", "fg": 3147 }, - { "id": "end_piece", "fg": 3148 }, - { "id": "t_connection", "fg": 3149 }, - { "id": "unconnected", "fg": 3144 } + { "id": "center", "fg": 3171 }, + { "id": "corner", "fg": 3172 }, + { "id": "edge", "fg": 3173 }, + { "id": "end_piece", "fg": 3174 }, + { "id": "t_connection", "fg": 3175 }, + { "id": "unconnected", "fg": 3170 } ] }, - { "id": [ "tr_raincatcher", "t_raincatcher" ], "fg": 892, "rotates": false }, - { "id": "tr_rollmat", "fg": 3154, "rotates": false }, - { "id": [ "tr_shotgun_1", "tr_shotgun_2", "tr_shotgun_2_1" ], "fg": 3166, "rotates": false }, + { "id": [ "tr_raincatcher", "t_raincatcher" ], "fg": 918, "rotates": false }, + { "id": "tr_rollmat", "fg": 3180, "rotates": false }, + { "id": [ "tr_shotgun_1", "tr_shotgun_2", "tr_shotgun_2_1" ], "fg": 3192, "rotates": false }, { "id": [ "tr_snake", "tr_glow", "tr_hum", "tr_shadow", "fd_push_items", "tr_drain" ], - "fg": 3161, + "fg": 3187, "rotates": false }, - { "id": "tr_telepad", "fg": 3155, "rotates": false }, - { "id": "tr_temple_flood", "fg": 3151, "rotates": false }, - { "id": "tr_temple_toggle", "fg": 3152, "rotates": false }, - { "id": "tr_tripwire", "fg": 3167, "rotates": false }, + { "id": "tr_telepad", "fg": 3181, "rotates": false }, + { "id": "tr_temple_flood", "fg": 3177, "rotates": false }, + { "id": "tr_temple_toggle", "fg": 3178, "rotates": false }, + { "id": "tr_tripwire", "fg": 3193, "rotates": false }, { "id": [ "vp_halfboard_cover_right", "vp_halfboard_cover_left" ], - "fg": 3277, + "fg": 3303, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_halfboard_hatch_wheel_left", - "fg": 3281, + "fg": 3307, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_halfboard_hatch_wheel_right", - "fg": 3282, + "fg": 3308, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7005,17 +7014,17 @@ "vp_board_wheel_right", "vp_board_ne_edge" ], - "fg": 3275, + "fg": 3301, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_stowboard_wheel_left", "vp_stowboard_wheel_right" ], - "fg": 3300, + "fg": 3326, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7026,198 +7035,198 @@ "vp_windshield_vertical_2_left", "vp_windshield_vertical_2_right" ], - "fg": 3351, + "fg": 3377, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3347 } ] + "additional_tiles": [ { "id": "broken", "fg": 3373 } ] }, { "id": "vp_aisle_horizontal", - "fg": 3313, + "fg": 3339, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_aisle_lights", "vp_lit_aisle_vertical" ], - "fg": 3316, + "fg": 3342, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_aisle_vertical", - "fg": 3312, + "fg": 3338, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_alternator_bicycle", "vp_alternator_motorbike", "vp_alternator_car", "vp_alternator_truck" ], - "fg": 1542, + "fg": 1568, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": "vp_atomic_lamp", - "fg": 964, + "fg": 990, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_atomic_light", - "fg": 682, + "fg": 708, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, - { "id": "vp_autoclave", "fg": 3352, "rotates": false }, + { "id": "vp_autoclave", "fg": 3378, "rotates": false }, { "id": "vp_basketlg", - "fg": 1546, + "fg": 1572, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_bed", - "fg": 3154, + "fg": 3180, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, - { "id": "vp_bfg_mounted", "fg": 3329, "rotates": true }, + { "id": "vp_bfg_mounted", "fg": 3355, "rotates": true }, { "id": "vp_blade_horizontal", - "fg": 3330, + "fg": 3356, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_blade_vertical", - "fg": 3356, + "fg": 3382, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_boat_board", - "fg": 3228, + "fg": 3254, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "broken", "fg": 3193 }, - { "id": "center", "fg": 3229 }, - { "id": "corner", "fg": 3230 }, - { "id": "edge", "fg": 3231 }, - { "id": "end_piece", "fg": 3231 }, - { "id": "t_connection", "fg": 3232 }, - { "id": "unconnected", "fg": 3228 } + { "id": "broken", "fg": 3219 }, + { "id": "center", "fg": 3255 }, + { "id": "corner", "fg": 3256 }, + { "id": "edge", "fg": 3257 }, + { "id": "end_piece", "fg": 3257 }, + { "id": "t_connection", "fg": 3258 }, + { "id": "unconnected", "fg": 3254 } ] }, { "id": [ "vp_box", "vp_folding wood box", "vp_wood box", "vp_basketsm", "vp_basketsm_external", "vp_basketsm_bike_rear" ], - "fg": 3244, + "fg": 3270, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_box_wheelbarrow" ], - "fg": 3246, + "fg": 3272, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_cam_control", - "fg": 3262, + "fg": 3288, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": "vp_cargo_bag", - "fg": 2594, + "fg": 2620, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, - { "id": "vp_cargo_lock", "fg": 3331, "rotates": false }, + { "id": "vp_cargo_lock", "fg": 3357, "rotates": false }, { "id": [ "vp_cargo_space", "vp_cargo_space_external", "vp_basketlg_cart", "vp_basketlg_folding", "vp_basketlg_external" ], - "fg": 3245, + "fg": 3271, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_chemlab", - "fg": 3252, + "fg": 3278, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": "vp_controls", - "fg": 3248, + "fg": 3274, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_craft_rig", - "fg": 1554, + "fg": 1580, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": [ "vp_crane_medium", "vp_crane_small" ], - "fg": 1417, + "fg": 1443, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, - { "id": "vp_crane_tiny", "fg": 3332, "rotates": true }, - { "id": "vp_dishwasher", "fg": 3353, "rotates": false }, + { "id": "vp_crane_tiny", "fg": 3358, "rotates": true }, + { "id": "vp_dishwasher", "fg": 3379, "rotates": false }, { "id": "vp_door_motor", - "fg": 3242, + "fg": 3268, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_door_opaque", "vp_door_internal", "vp_door" ], - "fg": 3216, + "fg": 3242, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3217 }, { "id": "open", "fg": 3218 } ] + "additional_tiles": [ { "id": "broken", "fg": 3243 }, { "id": "open", "fg": 3244 } ] }, { "id": [ "vp_door_trunk", "vp_hatch", "vp_door_shutter", "vp_door_sliding" ], - "fg": 3219, + "fg": 3245, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3220 }, { "id": "open", "fg": 3221 } ] + "additional_tiles": [ { "id": "broken", "fg": 3246 }, { "id": "open", "fg": 3247 } ] }, { "id": [ "vp_door_wood", "vp_door_wood_opaque" ], - "fg": 3222, + "fg": 3248, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3223 }, { "id": "open", "fg": 3224 } ] + "additional_tiles": [ { "id": "broken", "fg": 3249 }, { "id": "open", "fg": 3250 } ] }, { "id": "vp_drive_by_wire_controls", - "fg": 1547, + "fg": 1573, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": [ @@ -7237,111 +7246,111 @@ "vp_diesel_engine_v6", "vp_diesel_engine_v8" ], - "fg": 1540, + "fg": 1566, "rotates": true }, { "id": [ "vp_engine_motor", "vp_foot_pedals" ], - "fg": 3183, + "fg": 3209, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, - { "id": "vp_external_tank", "fg": 3354, "rotates": true }, - { "id": "vp_external_tank_small", "fg": 3335, "rotates": true }, - { "id": "vp_fdoor", "fg": 3216, "rotates": false }, + { "id": "vp_external_tank", "fg": 3380, "rotates": true }, + { "id": "vp_external_tank_small", "fg": 3361, "rotates": true }, + { "id": "vp_fdoor", "fg": 3242, "rotates": false }, { "id": [ "vp_folding_frame", "vp_xlframe_horizontal", "vp_xlframe_horizontal_front", "vp_xlframe_horizontal_rear" ], - "fg": 3178, + "fg": 3204, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_folding_wooden_frame", - "fg": 3195, + "fg": 3221, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, - { "id": "vp_forklift_fork", "fg": 3336, "rotates": true }, + { "id": "vp_forklift_fork", "fg": 3362, "rotates": true }, { "id": "vp_frame_cross", - "fg": 3188, + "fg": 3214, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, - { "id": "vp_frame_handle", "fg": 3183, "rotates": true }, + { "id": "vp_frame_handle", "fg": 3209, "rotates": true }, { "id": [ "vp_frame_horizontal_2", "vp_frame_horizontal_2_front", "vp_frame_horizontal_2_rear" ], - "fg": 3187, + "fg": 3213, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_frame_horizontal", "vp_frame_horizontal_front", "vp_frame_horizontal_rear" ], - "fg": 3186, + "fg": 3212, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_frame_ne", - "fg": 3192, + "fg": 3218, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_frame_nw", - "fg": 3189, + "fg": 3215, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_frame_se", - "fg": 3191, + "fg": 3217, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_frame_sw", - "fg": 3190, + "fg": 3216, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_frame_vertical_2", "vp_frame_vertical_2_left", "vp_frame_vertical_2_right" ], - "fg": 3185, + "fg": 3211, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_frame_vertical", "vp_frame_vertical_left", "vp_frame_vertical_right" ], - "fg": 3184, + "fg": 3210, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_frame_wood_cover", "vp_frame_wood_handle", "vp_frame_wood_light_cover", "vp_frame_wood_light_handle" ], - "fg": 3194, + "fg": 3220, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_frame_wood_light_cross", "vp_frame_wood_cross" ], - "fg": 3200, + "fg": 3226, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ @@ -7352,10 +7361,10 @@ "vp_frame_wood_horizontal_2_front", "vp_frame_wood_horizontal_2_rear" ], - "fg": 3199, + "fg": 3225, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ @@ -7366,38 +7375,38 @@ "vp_frame_wood_horizontal_front", "vp_frame_wood_horizontal_rear" ], - "fg": 3198, + "fg": 3224, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_frame_wood_light_ne", "vp_frame_wood_ne" ], - "fg": 3204, + "fg": 3230, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_frame_wood_light_nw", "vp_frame_wood_nw" ], - "fg": 3201, + "fg": 3227, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_frame_wood_light_se", "vp_frame_wood_se" ], - "fg": 3203, + "fg": 3229, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_frame_wood_light_sw", "vp_frame_wood_sw" ], - "fg": 3202, + "fg": 3228, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ @@ -7408,10 +7417,10 @@ "vp_frame_wood_vertical_2_left", "vp_frame_wood_vertical_2_right" ], - "fg": 3197, + "fg": 3223, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ @@ -7422,25 +7431,25 @@ "vp_frame_wood_vertical_left", "vp_frame_wood_vertical_right" ], - "fg": 3196, + "fg": 3222, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, - { "id": [ "vp_fridge_cargo", "fridge_cargo" ], "fg": 3249, "rotates": false }, + { "id": [ "vp_fridge_cargo", "fridge_cargo" ], "fg": 3275, "rotates": false }, { "id": "vp_funnel", - "fg": 890, + "fg": 916, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_fusion_gun", "vp_laser_rifle" ], - "fg": 3324, + "fg": 3350, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3325 } ] + "additional_tiles": [ { "id": "broken", "fg": 3351 } ] }, { "id": [ @@ -7457,10 +7466,10 @@ "vp_cloth_halfboard_horizontal_2_front", "vp_cloth_halfboard_horizontal_2_rear" ], - "fg": 3278, + "fg": 3304, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7483,10 +7492,10 @@ "vp_board_horizontal_front", "vp_board_horizontal_rear" ], - "fg": 3277, + "fg": 3303, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7497,10 +7506,10 @@ "vp_halfboard_ne", "vp_board_ne" ], - "fg": 3283, + "fg": 3309, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7511,10 +7520,10 @@ "vp_halfboard_nw", "vp_board_nw" ], - "fg": 3280, + "fg": 3306, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7525,10 +7534,10 @@ "vp_halfboard_se", "vp_board_se" ], - "fg": 3282, + "fg": 3308, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7539,10 +7548,10 @@ "vp_halfboard_sw", "vp_board_sw" ], - "fg": 3281, + "fg": 3307, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7559,10 +7568,10 @@ "vp_cloth_halfboard_vertical_2_left", "vp_cloth_halfboard_vertical_2_right" ], - "fg": 3276, + "fg": 3302, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ @@ -7585,52 +7594,52 @@ "vp_halfboard_vertical_left", "vp_halfboard_vertical_right" ], - "fg": 3275, + "fg": 3301, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_generator_7500w", - "fg": 3334, + "fg": 3360, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": [ "vp_halfboard_cover", "vp_frame_cover" ], - "fg": 3183, + "fg": 3209, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_halfboard_cross", - "fg": 3279, + "fg": 3305, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_hand_paddles", - "fg": 3241, + "fg": 3267, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_hand_rims", - "fg": 3240, + "fg": 3266, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": "vp_hatch_opaque", - "fg": 3219, + "fg": 3245, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 3221 } ] + "additional_tiles": [ { "id": "open", "fg": 3247 } ] }, { "id": [ @@ -7641,38 +7650,38 @@ "vp_hdhalfboard_horizontal_front", "vp_hdhalfboard_horizontal_rear" ], - "fg": 3286, + "fg": 3312, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdboard_ne", "vp_hdhalfboard_ne" ], - "fg": 3291, + "fg": 3317, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdboard_nw", "vp_hdhalfboard_nw" ], - "fg": 3288, + "fg": 3314, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdboard_se", "vp_hdhalfboard_se" ], - "fg": 3290, + "fg": 3316, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdboard_sw", "vp_hdhalfboard_sw" ], - "fg": 3289, + "fg": 3315, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ @@ -7683,452 +7692,452 @@ "vp_hdhalfboard_vertical_left", "vp_hdhalfboard_vertical_right" ], - "fg": 3284, + "fg": 3310, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdframe_cover", - "fg": 3205, + "fg": 3231, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdframe_cross", - "fg": 3211, + "fg": 3237, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdframe_horizontal_2", "vp_hdframe_horizontal_2_front", "vp_hdframe_horizontal_2_rear" ], - "fg": 3210, + "fg": 3236, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdframe_horizontal", "vp_hdframe_horizontal_front", "vp_hdframe_horizontal_rear" ], - "fg": 3209, + "fg": 3235, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdframe_ne", - "fg": 3215, + "fg": 3241, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdframe_nw", - "fg": 3212, + "fg": 3238, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdframe_se", - "fg": 3214, + "fg": 3240, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdframe_sw", - "fg": 3213, + "fg": 3239, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdframe_vertical_2", "vp_hdframe_vertical_2_left", "vp_hdframe_vertical_2_right" ], - "fg": 3208, + "fg": 3234, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdframe_vertical", "vp_hdframe_vertical_left", "vp_hdframe_vertical_right" ], - "fg": 3207, + "fg": 3233, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdhalfboard_horizontal_2", "vp_hdhalfboard_horizontal_2_front", "vp_hdhalfboard_horizontal_2_rear" ], - "fg": 3287, + "fg": 3313, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdhalfboard_vertical_2", "vp_hdhalfboard_vertical_2_left", "vp_hdhalfboard_vertical_2_right" ], - "fg": 3285, + "fg": 3311, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdhatch", "vp_hdhatch_opaque", "vp_hddoor", "vp_hddoor_opaque" ], - "fg": 3225, + "fg": 3251, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3226 }, { "id": "open", "fg": 3227 } ] + "additional_tiles": [ { "id": "broken", "fg": 3252 }, { "id": "open", "fg": 3253 } ] }, { "id": "vp_hdroof", - "fg": 3320, + "fg": 3346, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_front", "vp_hdstowboard_horizontal_rear" ], - "fg": 3307, + "fg": 3333, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdstowboard_ne", - "fg": 3311, + "fg": 3337, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdstowboard_nw", - "fg": 3308, + "fg": 3334, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdstowboard_se", - "fg": 3310, + "fg": 3336, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": "vp_hdstowboard_sw", - "fg": 3309, + "fg": 3335, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_hdstowboard_vertical", "vp_hdstowboard_vertical_left", "vp_hdstowboard_vertical_right" ], - "fg": 3306, + "fg": 3332, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_head_light", "vp_headlight", "vp_floodlight" ], - "fg": 1550, + "fg": 1576, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_headlight_reinforced", - "fg": 3253, + "fg": 3279, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_horn_bicycle", - "fg": 3264, + "fg": 3290, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_horn_car", "vp_horn_big", "vp_beeper", "vp_chimes" ], - "fg": 3254, + "fg": 3280, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_inboard_mirror", "vp_wing_mirror" ], - "fg": 3263, + "fg": 3289, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_inflatable_airbag", - "fg": 3265, + "fg": 3291, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "broken", "fg": 3206 }, - { "id": "center", "fg": 3266 }, - { "id": "corner", "fg": 3267 }, - { "id": "edge", "fg": 3268 }, - { "id": "end_piece", "fg": 3268 }, - { "id": "t_connection", "fg": 3269 }, - { "id": "unconnected", "fg": 3265 } + { "id": "broken", "fg": 3232 }, + { "id": "center", "fg": 3292 }, + { "id": "corner", "fg": 3293 }, + { "id": "edge", "fg": 3294 }, + { "id": "end_piece", "fg": 3294 }, + { "id": "t_connection", "fg": 3295 }, + { "id": "unconnected", "fg": 3291 } ] }, { "id": "vp_inflatable_section", - "fg": 3270, + "fg": 3296, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "broken", "fg": 3206 }, - { "id": "center", "fg": 3271 }, - { "id": "corner", "fg": 3272 }, - { "id": "edge", "fg": 3273 }, - { "id": "end_piece", "fg": 3273 }, - { "id": "t_connection", "fg": 3274 }, - { "id": "unconnected", "fg": 3270 } + { "id": "broken", "fg": 3232 }, + { "id": "center", "fg": 3297 }, + { "id": "corner", "fg": 3298 }, + { "id": "edge", "fg": 3299 }, + { "id": "end_piece", "fg": 3299 }, + { "id": "t_connection", "fg": 3300 }, + { "id": "unconnected", "fg": 3296 } ] }, { "id": [ "vp_jumper_cable_heavy", "vp_jumper_cable" ], - "fg": 3321, + "fg": 3347, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_kitchen_unit", - "fg": 3255, + "fg": 3281, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": "vp_leather_funnel", - "fg": 893, + "fg": 919, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_light_blue", - "fg": 3256, + "fg": 3282, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_light_red", - "fg": 1551, + "fg": 1577, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": "vp_lit_aisle_horizontal", - "fg": 3317, + "fg": 3343, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_m249", "vp_mounted_m240", "vp_mounted_m60", "vp_mounted_m134" ], - "fg": 3327, + "fg": 3353, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3172 } ] + "additional_tiles": [ { "id": "broken", "fg": 3198 } ] }, { "id": "vp_makeshift_funnel", - "fg": 891, + "fg": 917, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_metal_funnel", - "fg": 889, + "fg": 915, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_minifreezer", - "fg": 1553, + "fg": 1579, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": "vp_minifridge", - "fg": 3257, + "fg": 3283, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": "vp_minireactor", - "fg": 3173, + "fg": 3199, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, - { "id": "vp_mounted_30mm_autocannon", "fg": 3323, "rotates": true }, + { "id": "vp_mounted_30mm_autocannon", "fg": 3349, "rotates": true }, { "id": [ "vp_mounted_browning", "vp_mounted_mk19", "vp_mounted_abzats" ], - "fg": 3326, + "fg": 3352, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3206 } ] + "additional_tiles": [ { "id": "broken", "fg": 3232 } ] }, { "id": [ "vp_mounted_howitzer", "vp_mounted_tank_auto", "vp_mounted_tank_manual", "vp_mounted_tank_rws", "vp_m240", "vp_m60" ], - "fg": 3326, + "fg": 3352, "rotates": true }, { "id": [ "vp_mounted_m1918", "vp_flamethrower" ], - "fg": 3322, + "fg": 3348, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_mounted_rm298", "vp_mounted_rm614" ], - "fg": 3323, + "fg": 3349, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_muffler", - "fg": 3174, + "fg": 3200, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_omnicam", - "fg": 1552, + "fg": 1578, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": [ "vp_plasmagun", "vp_plasma_gun" ], - "fg": 3328, + "fg": 3354, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3172 } ] + "additional_tiles": [ { "id": "broken", "fg": 3198 } ] }, - { "id": "vp_plating_bone", "fg": 3344, "rotates": true }, - { "id": "vp_plating_hard", "fg": 3339, "rotates": true }, - { "id": "vp_plating_military", "fg": 3340, "rotates": true }, - { "id": "vp_plating_spiked", "fg": 3345, "rotates": true }, - { "id": [ "vp_plating_steel", "vp_plating_chitin" ], "fg": 3341, "rotates": true }, - { "id": "vp_plating_superalloy", "fg": 3342, "rotates": true }, - { "id": "vp_plating_wood", "fg": 3343, "rotates": true }, + { "id": "vp_plating_bone", "fg": 3370, "rotates": true }, + { "id": "vp_plating_hard", "fg": 3365, "rotates": true }, + { "id": "vp_plating_military", "fg": 3366, "rotates": true }, + { "id": "vp_plating_spiked", "fg": 3371, "rotates": true }, + { "id": [ "vp_plating_steel", "vp_plating_chitin" ], "fg": 3367, "rotates": true }, + { "id": "vp_plating_superalloy", "fg": 3368, "rotates": true }, + { "id": "vp_plating_wood", "fg": 3369, "rotates": true }, { "id": "vp_plow", - "fg": 3169, + "fg": 3195, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3170 } ] + "additional_tiles": [ { "id": "broken", "fg": 3196 } ] }, { "id": [ "vp_reaper_advanced", "vp_reaper" ], - "fg": 3338, + "fg": 3364, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3172 } ] + "additional_tiles": [ { "id": "broken", "fg": 3198 } ] }, { "id": "vp_recharge_station", - "fg": 3258, + "fg": 3284, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": [ "vp_reinforced_solar_panel", "vp_reinforced_solar_panel_v2" ], - "fg": 1660, + "fg": 1686, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3358 } ] + "additional_tiles": [ { "id": "broken", "fg": 3384 } ] }, { "id": "vp_reinforced_windshield", - "fg": 3346, + "fg": 3372, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3347 } ] + "additional_tiles": [ { "id": "broken", "fg": 3373 } ] }, { "id": "vp_robot_controls", - "fg": 1548, + "fg": 1574, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_roller_drum", - "fg": 3233, + "fg": 3259, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_roof_cloth", "vp_roof_wood", "vp_roof" ], - "fg": 3319, + "fg": 3345, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal", "vp_saddle_motor" ], - "fg": 3261, + "fg": 3287, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_seat", "vp_folding_seat", "vp_reclining_seat" ], - "fg": 1650, + "fg": 1676, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_seat_wood", "vp_seat_leather", "vp_reclining_seat_leather" ], - "fg": 3355, + "fg": 3381, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_seatbelt", - "fg": 3174, + "fg": 3200, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3175 } ] + "additional_tiles": [ { "id": "broken", "fg": 3201 } ] }, { "id": "vp_seatbelt_heavyduty", - "fg": 3348, + "fg": 3374, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3175 } ] + "additional_tiles": [ { "id": "broken", "fg": 3201 } ] }, { "id": [ "vp_seed_drill_advanced", "vp_seed_drill" ], - "fg": 3349, + "fg": 3375, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3170 } ] + "additional_tiles": [ { "id": "broken", "fg": 3196 } ] }, { "id": [ @@ -8139,292 +8148,292 @@ "vp_battery_motorbike", "vp_battery_car" ], - "fg": 715, + "fg": 741, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": [ "vp_solar_panel", "vp_solar_panel_v2", "vp_solar_panel_v3" ], - "fg": 1661, + "fg": 1687, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3359 } ] + "additional_tiles": [ { "id": "broken", "fg": 3385 } ] }, { "id": "vp_spike", - "fg": 3350, + "fg": 3376, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_spike_wood", - "fg": 2666, + "fg": 2692, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_stereo", - "fg": 3337, + "fg": 3363, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": "vp_storage_battery_mount", - "fg": 3333, + "fg": 3359, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_front", "vp_stowboard_horizontal_rear" ], - "fg": 3301, + "fg": 3327, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_stowboard_ne", - "fg": 3305, + "fg": 3331, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_stowboard_nw", - "fg": 3302, + "fg": 3328, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_stowboard_se", - "fg": 3304, + "fg": 3330, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_stowboard_sw", - "fg": 3303, + "fg": 3329, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_stowboard_vertical", "vp_stowboard_vertical_left", "vp_stowboard_vertical_right" ], - "fg": 3300, + "fg": 3326, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, - { "id": "vp_tank_barrel", "fg": 1644, "rotates": true }, + { "id": "vp_tank_barrel", "fg": 1670, "rotates": true }, { "id": "vp_tank_medium", - "fg": 573, + "fg": 599, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": "vp_tank_small", - "fg": 574, + "fg": 600, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": [ "vp_tank", "vp_tank_little" ], - "fg": 575, + "fg": 601, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, - { "id": [ "vp_tow_launcher", "vp_tow_turret" ], "fg": 3322, "rotates": true }, + { "id": [ "vp_tow_launcher", "vp_tow_turret" ], "fg": 3348, "rotates": true }, { "id": "vp_tracker", - "fg": 3259, + "fg": 3285, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_travois", - "fg": 166, + "fg": 192, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_trunk" ], - "fg": 3247, + "fg": 3273, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_trunk_floor", - "fg": 3318, + "fg": 3344, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": [ "vp_v_curtain", "vp_aisle_curtain" ], - "fg": 2976, + "fg": 3002, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_veh_forge", - "fg": 3250, + "fg": 3276, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": [ "vp_veh_table", "vp_veh_table_wood" ], - "fg": 3243, + "fg": 3269, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_vehicle_alarm", - "fg": 3259, + "fg": 3285, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3168 } ] + "additional_tiles": [ { "id": "broken", "fg": 3194 } ] }, { "id": "vp_vehicle_clock", - "fg": 777, + "fg": 803, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_vehicle_scoop", - "fg": 916, + "fg": 942, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3171 } ] + "additional_tiles": [ { "id": "broken", "fg": 3197 } ] }, { "id": "vp_washing_machine", - "fg": 3360, + "fg": 3386, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": "vp_water_faucet", - "fg": 3251, + "fg": 3277, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": "vp_water_purifier", - "fg": 1044, + "fg": 1070, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3172 } ] + "additional_tiles": [ { "id": "broken", "fg": 3198 } ] }, { "id": [ "vp_watercannon", "vp_shockcannon_mounted" ], - "fg": 3328, + "fg": 3354, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3170 } ] + "additional_tiles": [ { "id": "broken", "fg": 3196 } ] }, { "id": "vp_welding_rig", - "fg": 3260, + "fg": 3286, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3361 } ] + "additional_tiles": [ { "id": "broken", "fg": 3387 } ] }, { "id": [ "vp_wheel_armor", "vp_wheel_armor_steerable" ], - "fg": 3238, + "fg": 3264, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": [ "vp_wheel_bicycle_steerable", "vp_wheel_bicycle", "vp_wheel_bicycle_or" ], - "fg": 3234, + "fg": 3260, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": "vp_wheel_caster", - "fg": 3237, + "fg": 3263, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": [ "vp_wheel_small", "vp_wheel_small_steerable", "vp_wheel_barrow" ], - "fg": 1536, + "fg": 1562, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": [ "vp_wheel_unicycle", "vp_wheel_motorbike", "vp_wheel_motorbike_steerable" ], - "fg": 1535, + "fg": 1561, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable", "vp_metal_wheel" ], - "fg": 1532, + "fg": 1558, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": "vp_wheel_wheelchair", - "fg": 3236, + "fg": 3262, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": [ "vp_wheel_wide", "vp_wheel_wide_steerable" ], - "fg": 1534, + "fg": 1560, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3235 } ] + "additional_tiles": [ { "id": "broken", "fg": 3261 } ] }, { "id": "vp_wheel_wood", - "fg": 1533, + "fg": 1559, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_wheel_wood_b", - "fg": 3239, + "fg": 3265, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_windshield", - "fg": 3351, + "fg": 3377, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3347 } ] + "additional_tiles": [ { "id": "broken", "fg": 3373 } ] }, { "id": [ @@ -8435,38 +8444,38 @@ "vp_woodhalfboard_horizontal_front", "vp_woodhalfboard_horizontal_rear" ], - "fg": 3294, + "fg": 3320, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_woodboard_ne", "vp_woodhalfboard_ne" ], - "fg": 3299, + "fg": 3325, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_woodboard_nw", "vp_woodhalfboard_nw" ], - "fg": 3296, + "fg": 3322, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_woodboard_se", "vp_woodhalfboard_se" ], - "fg": 3298, + "fg": 3324, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_woodboard_sw", "vp_woodhalfboard_sw" ], - "fg": 3297, + "fg": 3323, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ @@ -8477,195 +8486,222 @@ "vp_woodhalfboard_vertical_left", "vp_woodhalfboard_vertical_right" ], - "fg": 3292, + "fg": 3318, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_wooden_aisle_horizontal", - "fg": 3315, + "fg": 3341, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_wooden_aisle_vertical", - "fg": 3314, + "fg": 3340, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_woodhalfboard_horizontal_2", "vp_woodhalfboard_horizontal_2_front", "vp_woodhalfboard_horizontal_2_rear" ], - "fg": 3295, + "fg": 3321, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": [ "vp_woodhalfboard_vertical_2", "vp_woodhalfboard_vertical_2_left", "vp_woodhalfboard_vertical_2_right" ], - "fg": 3293, + "fg": 3319, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3193 } ] + "additional_tiles": [ { "id": "broken", "fg": 3219 } ] }, { "id": "vp_xlframe_cover", - "fg": 3176, + "fg": 3202, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_xlframe_cross", - "fg": 2702, + "fg": 2728, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": [ "vp_xlframe_horizontal_2", "vp_xlframe_horizontal_2_front", "vp_xlframe_horizontal_2_rear" ], - "fg": 3179, + "fg": 3205, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_xlframe_ne", - "fg": 3182, + "fg": 3208, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_xlframe_nw", - "fg": 2703, + "fg": 2729, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_xlframe_se", - "fg": 3181, + "fg": 3207, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": "vp_xlframe_sw", - "fg": 3180, + "fg": 3206, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": [ "vp_xlframe_vertical_2", "vp_xlframe_vertical_2_left", "vp_xlframe_vertical_2_right" ], - "fg": 3177, + "fg": 3203, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": [ "vp_xlframe_vertical", "vp_xlframe_vertical_left", "vp_xlframe_vertical_right" ], - "fg": 2704, + "fg": 2730, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3357 } ] + "additional_tiles": [ { "id": "broken", "fg": 3383 } ] }, { "id": [ "wheel_mount_heavy", "vp_wheel_mount_heavy", "vp_wheel_mount_heavy_steerable" ], - "fg": 1611, + "fg": 1637, "rotates": false }, { "id": [ "wheel_mount_light", "vp_wheel_mount_light", "vp_wheel_mount_light_steerable" ], - "fg": 1613, + "fg": 1639, "rotates": false }, { "id": [ "wheel_mount_medium", "vp_wheel_mount_medium", "vp_wheel_mount_medium_steerable" ], - "fg": 1612, - "rotates": false - }, - { "id": "f_rotary_clothesline", "fg": 390 }, - { "id": "UPS_off", "fg": 1810 }, - { "id": "adv_UPS_off", "fg": 1811 }, - { "id": "alexandrite", "fg": 1812 }, - { "id": "amethyst", "fg": 1813 }, - { "id": "aquamarine", "fg": 1814 }, - { "id": "awl_steel", "fg": 1815 }, - { "id": "battleship", "fg": 1816 }, - { "id": "bone_knife", "fg": 1817 }, - { "id": "butterfly_swords", "fg": 1818 }, - { "id": "cards_magic", "fg": 1819 }, - { "id": "catan", "fg": 1820 }, - { "id": "checkers", "fg": 1821 }, - { "id": "chess", "fg": 1822 }, - { "id": "citrine", "fg": 1823 }, - { "id": "clamp", "fg": 1824 }, - { "id": "clue", "fg": 1825 }, - { "id": "deck_of_cards", "fg": 1826 }, - { "id": "diamond", "fg": 1827 }, - { "id": "dnd", "fg": 1828 }, - { "id": "emerald", "fg": 1829 }, - { "id": "fire_brick", "fg": 1830 }, - { "id": "g_warhammer", "fg": 1831 }, - { "id": "g_warhammer40k", "fg": 1832 }, - { "id": "garnet", "fg": 1833 }, - { "id": "grip_hook", "fg": 1834 }, - { "id": "horse_tack", "fg": 1835 }, - { "id": "kettle", "fg": 1836 }, - { "id": "knife_baselard", "fg": 1837 }, - { "id": "mattress", "fg": 1838 }, - { "id": "monopoly", "fg": 1839 }, - { "id": "mortar_adobe", "fg": 1840 }, - { "id": "opal", "fg": 1841 }, - { "id": "pearl", "fg": 1842 }, - { "id": "peridot", "fg": 1843 }, - { "id": "pictionary", "fg": 1844 }, - { "id": "pipe_cleaner", "fg": 1845 }, - { "id": "pipe_fittings", "fg": 1846 }, - { "id": "ruby", "fg": 1847 }, - { "id": "sandbox_kit", "fg": 1848 }, - { "id": "sapphire", "fg": 1849 }, - { "id": "shillelagh", "fg": 1850 }, - { "id": "shillelagh_weighted", "fg": 1851 }, - { "id": "topaz", "fg": 1852 }, - { "id": "tourmaline", "fg": 1853 }, - { "id": "wire_mesh", "fg": 1854 }, - { "id": "mon_lizardfolk_warrior", "fg": 1855 }, - { "id": "mon_feral_human_axe", "fg": 2317 }, - { "id": "mon_feral_human_crowbar", "fg": 2318 }, - { "id": "mon_feral_human_pipe", "fg": 2319 }, - { "id": "mon_feral_labsecurity_9mm", "fg": 2320 }, - { "id": "mon_feral_labsecurity_flashlight", "fg": 2321 }, - { "id": "mon_feral_scientist_scalpel", "fg": 2322 } + "fg": 1638, + "rotates": false + }, + { "id": "f_basaltspike", "fg": 1 }, + { "id": "f_icebold_large", "fg": 2 }, + { "id": "f_icebold_medium", "fg": 3 }, + { "id": "f_icebold_small", "fg": 4 }, + { "id": "f_snow_large", "fg": 7 }, + { "id": "f_snow_medium", "fg": 8 }, + { "id": "f_snow_small", "fg": 9 }, + { "id": "t_basalt_wall", "fg": 10 }, + { "id": "t_basaltfloor", "fg": 11 }, + { "id": "t_deaddirt", "fg": 12 }, + { "id": "t_ice", "fg": 13 }, + { "id": "t_ice_wall", "fg": 14 }, + { "id": "t_lichen_harvested", "fg": 18 }, + { "id": "t_lichenyum", "fg": 22 }, + { "id": "t_moxfloor", "fg": 23 }, + { "id": "t_snow", "fg": 24 }, + { "id": "t_snow_wall", "fg": 25 }, + { "id": "t_snowrock", "fg": 26 }, + { "id": "f_rotary_clothesline", "fg": 416 }, + { "id": "UPS_off", "fg": 1836 }, + { "id": "adv_UPS_off", "fg": 1837 }, + { "id": "alexandrite", "fg": 1838 }, + { "id": "amethyst", "fg": 1839 }, + { "id": "aquamarine", "fg": 1840 }, + { "id": "awl_steel", "fg": 1841 }, + { "id": "battleship", "fg": 1842 }, + { "id": "bone_knife", "fg": 1843 }, + { "id": "butterfly_swords", "fg": 1844 }, + { "id": "cards_magic", "fg": 1845 }, + { "id": "catan", "fg": 1846 }, + { "id": "checkers", "fg": 1847 }, + { "id": "chess", "fg": 1848 }, + { "id": "citrine", "fg": 1849 }, + { "id": "clamp", "fg": 1850 }, + { "id": "clue", "fg": 1851 }, + { "id": "deck_of_cards", "fg": 1852 }, + { "id": "diamond", "fg": 1853 }, + { "id": "dnd", "fg": 1854 }, + { "id": "emerald", "fg": 1855 }, + { "id": "fire_brick", "fg": 1856 }, + { "id": "g_warhammer", "fg": 1857 }, + { "id": "g_warhammer40k", "fg": 1858 }, + { "id": "garnet", "fg": 1859 }, + { "id": "grip_hook", "fg": 1860 }, + { "id": "horse_tack", "fg": 1861 }, + { "id": "kettle", "fg": 1862 }, + { "id": "knife_baselard", "fg": 1863 }, + { "id": "mattress", "fg": 1864 }, + { "id": "monopoly", "fg": 1865 }, + { "id": "mortar_adobe", "fg": 1866 }, + { "id": "opal", "fg": 1867 }, + { "id": "pearl", "fg": 1868 }, + { "id": "peridot", "fg": 1869 }, + { "id": "pictionary", "fg": 1870 }, + { "id": "pipe_cleaner", "fg": 1871 }, + { "id": "pipe_fittings", "fg": 1872 }, + { "id": "ruby", "fg": 1873 }, + { "id": "sandbox_kit", "fg": 1874 }, + { "id": "sapphire", "fg": 1875 }, + { "id": "shillelagh", "fg": 1876 }, + { "id": "shillelagh_weighted", "fg": 1877 }, + { "id": "topaz", "fg": 1878 }, + { "id": "tourmaline", "fg": 1879 }, + { "id": "wire_mesh", "fg": 1880 }, + { "id": "mon_lizardfolk_warrior", "fg": 1881 }, + { "id": "mon_feral_human_axe", "fg": 2343 }, + { "id": "mon_feral_human_crowbar", "fg": 2344 }, + { "id": "mon_feral_human_pipe", "fg": 2345 }, + { "id": "mon_feral_labsecurity_9mm", "fg": 2346 }, + { "id": "mon_feral_labsecurity_flashlight", "fg": 2347 }, + { "id": "mon_feral_scientist_scalpel", "fg": 2348 } ] }, { "file": "tiles_20x20.png", - "//": "range 3376 to 3391", + "//": "range 3392 to 3423", "sprite_width": 20, "sprite_height": 20, "sprite_offset_x": -5, "sprite_offset_y": -10, "tiles": [ - { "id": "mon_dragon_dummy", "fg": 3376, "rotates": false }, - { "id": "mon_fungaloid_queen", "fg": 3379 }, - { "id": "mon_fungaloid_seeder", "fg": 3380 }, - { "id": "mon_fungaloid_tower", "fg": 3381 }, - { "id": "mon_skeleton_hulk", "fg": 3382, "rotates": false }, - { "id": "mon_triceratops", "fg": 3378, "rotates": false }, - { "id": "mon_tyrannosaurus", "fg": 3377, "rotates": false }, - { "id": "mon_zombie_crushed_giant", "fg": 3389 }, - { "id": "mon_zombie_hulk", "fg": 3384, "rotates": false }, - { "id": "mon_zombie_hulk_pk", "fg": 3384, "rotates": false }, - { "id": "mon_zombie_kevlar_2", "fg": 3383, "rotates": false }, - { "id": "overlay_male_mutation_THRESH_CATTLE", "fg": 3387 }, - { "id": "overlay_mutation_THRESH_CATTLE", "fg": 3386 }, - { "id": "overlay_mutation_THRESH_LIZARD", "fg": 3388 }, - { "id": "overlay_mutation_THRESH_URSINE", "fg": 3385 } + { "id": "mon_dragon_dummy", "fg": 3392, "rotates": false }, + { "id": "mon_fungaloid_queen", "fg": 3395 }, + { "id": "mon_fungaloid_seeder", "fg": 3396 }, + { "id": "mon_fungaloid_tower", "fg": 3397 }, + { "id": "mon_skeleton_hulk", "fg": 3398, "rotates": false }, + { "id": "mon_triceratops", "fg": 3394, "rotates": false }, + { "id": "mon_tyrannosaurus", "fg": 3393, "rotates": false }, + { "id": "mon_zombie_crushed_giant", "fg": 3405 }, + { "id": "mon_zombie_hulk", "fg": 3400, "rotates": false }, + { "id": "mon_zombie_hulk_pk", "fg": 3400, "rotates": false }, + { "id": "mon_zombie_kevlar_2", "fg": 3399, "rotates": false }, + { "id": "overlay_male_mutation_THRESH_CATTLE", "fg": 3403 }, + { "id": "overlay_mutation_THRESH_CATTLE", "fg": 3402 }, + { "id": "overlay_mutation_THRESH_LIZARD", "fg": 3404 }, + { "id": "overlay_mutation_THRESH_URSINE", "fg": 3401 }, + { "id": "t_tree_worm", "fg": [ { "weight": 1, "sprite": 3412 }, { "weight": 1, "sprite": 3413 } ] }, + { "id": "f_geo_mox", "fg": 3406 }, + { "id": "f_geo_vent", "fg": 3407 }, + { "id": "f_moxie_tube", "fg": 3408 }, + { "id": "f_moxie_vent", "fg": 3409 }, + { "id": "t_fuma_ice", "fg": 3410 }, + { "id": "t_tree_lichen", "fg": 3411 }, + { "id": "t_tree_xeno", "fg": 3414 }, + { "id": "t_tree_xenoinfested", "fg": 3415 } ] }, { diff --git a/gfx/RetroDaysTileset/tiles.png b/gfx/RetroDaysTileset/tiles.png index 47f21cc8363b8..05e6614ab464f 100644 Binary files a/gfx/RetroDaysTileset/tiles.png and b/gfx/RetroDaysTileset/tiles.png differ diff --git a/gfx/RetroDaysTileset/tiles_20x20.png b/gfx/RetroDaysTileset/tiles_20x20.png index bb0a98cabf586..41c81d6752441 100644 Binary files a/gfx/RetroDaysTileset/tiles_20x20.png and b/gfx/RetroDaysTileset/tiles_20x20.png differ diff --git a/gfx/UltimateCataclysm/fillerhoder.png b/gfx/UltimateCataclysm/fillerhoder.png index 51853c123ddb3..c477c6e2b2fbf 100644 Binary files a/gfx/UltimateCataclysm/fillerhoder.png and b/gfx/UltimateCataclysm/fillerhoder.png differ diff --git a/gfx/UltimateCataclysm/human_body.png b/gfx/UltimateCataclysm/human_body.png index 9861fcbf9df52..eacffd575f3d4 100644 Binary files a/gfx/UltimateCataclysm/human_body.png and b/gfx/UltimateCataclysm/human_body.png differ diff --git a/gfx/UltimateCataclysm/incomplete.png b/gfx/UltimateCataclysm/incomplete.png index 47e9e33783624..5178fa2a0f6ab 100644 Binary files a/gfx/UltimateCataclysm/incomplete.png and b/gfx/UltimateCataclysm/incomplete.png differ diff --git a/gfx/UltimateCataclysm/normal.png b/gfx/UltimateCataclysm/normal.png index da9f6d61d4e1d..a019be8f2019c 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 69eba38d75237..fb51d4e61b9c9 100644 Binary files a/gfx/UltimateCataclysm/small.png and b/gfx/UltimateCataclysm/small.png differ diff --git a/gfx/UltimateCataclysm/tile_config.json b/gfx/UltimateCataclysm/tile_config.json index 408ef79e6f0ff..11b9e0d722979 100644 --- a/gfx/UltimateCataclysm/tile_config.json +++ b/gfx/UltimateCataclysm/tile_config.json @@ -16,35 +16,35 @@ { "id": [ "beans_cooked", "can_beans" ], "fg": 3 }, { "id": "ceramic_plate", "fg": 112 }, { "id": [ "fancy_glasses_bifocal", "fancy_glasses_eye", "fancy_glasses_reading" ], "fg": 138 }, - { "id": [ "glasses_eye", "glasses_reading" ], "fg": 158 }, - { "id": [ "jackhammer", "elec_jackhammer" ], "fg": 176 }, - { "id": [ "sunglasses", "sunglasses_bifocal", "sunglasses_eye", "sunglasses_reading" ], "fg": 239 }, - { "id": "helmet_motor", "fg": 271 }, - { "id": "katana", "fg": 272 }, - { "id": "katana_fake", "fg": 272 }, - { "id": "katana_inferior", "fg": 272 }, - { "id": "223_casing", "fg": 273 }, - { "id": "40mm_casing", "fg": 274 }, - { "id": "40x46mm_m118_casing", "fg": 274 }, - { "id": "50_casing", "fg": 275 }, - { "id": "9mm_casing", "fg": 276 }, - { "id": "arrow_cf", "fg": 277 }, - { "id": "arrow_exploding", "fg": 278 }, - { "id": "arrow_field_point_fletched", "fg": 279 }, - { "id": "arrow_fire_hardened_fletched", "fg": 280 }, - { "id": "flamable_arrow", "fg": 294 }, - { "id": "arrow_flamming", "fg": 281 }, - { "id": "arrow_heavy_fire_hardened_fletched", "fg": 282 }, - { "id": "arrow_metal", "fg": 283 }, - { "id": "arrow_metal_sharpened_fletched", "fg": 284 }, - { "id": "arrow_plastic", "fg": 285 }, - { "id": "arrow_small_game_fletched", "fg": 286 }, - { "id": "arrow_wood", "fg": 287 }, - { "id": "arrow_wood_heavy", "fg": 288 }, - { "id": "bolt_cf", "fg": 289 }, - { "id": "bolt_explosive", "fg": 290 }, - { "id": "bolt_metal", "fg": 291 }, - { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 292 }, + { "id": [ "glasses_eye", "glasses_reading" ], "fg": 159 }, + { "id": [ "jackhammer", "elec_jackhammer" ], "fg": 177 }, + { "id": [ "sunglasses", "sunglasses_bifocal", "sunglasses_eye", "sunglasses_reading" ], "fg": 240 }, + { "id": "helmet_motor", "fg": 272 }, + { "id": "katana", "fg": 273 }, + { "id": "katana_fake", "fg": 273 }, + { "id": "katana_inferior", "fg": 273 }, + { "id": "223_casing", "fg": 274 }, + { "id": "40mm_casing", "fg": 275 }, + { "id": "40x46mm_m118_casing", "fg": 275 }, + { "id": "50_casing", "fg": 276 }, + { "id": "9mm_casing", "fg": 277 }, + { "id": "arrow_cf", "fg": 278 }, + { "id": "arrow_exploding", "fg": 279 }, + { "id": "arrow_field_point_fletched", "fg": 280 }, + { "id": "arrow_fire_hardened_fletched", "fg": 281 }, + { "id": "flamable_arrow", "fg": 295 }, + { "id": "arrow_flamming", "fg": 282 }, + { "id": "arrow_heavy_fire_hardened_fletched", "fg": 283 }, + { "id": "arrow_metal", "fg": 284 }, + { "id": "arrow_metal_sharpened_fletched", "fg": 285 }, + { "id": "arrow_plastic", "fg": 286 }, + { "id": "arrow_small_game_fletched", "fg": 287 }, + { "id": "arrow_wood", "fg": 288 }, + { "id": "arrow_wood_heavy", "fg": 289 }, + { "id": "bolt_cf", "fg": 290 }, + { "id": "bolt_explosive", "fg": 291 }, + { "id": "bolt_metal", "fg": 292 }, + { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 293 }, { "id": [ "bolt_wood", @@ -55,62 +55,62 @@ "bolt_wood_bodkin", "bolt_wood_small_game" ], - "fg": 293 - }, - { "id": "shot_hull", "fg": 295 }, - { "id": [ "90two", "90two40" ], "fg": 307 }, - { "id": [ "TDI", "TDI_10" ], "fg": 309 }, - { "id": [ "hk_mp5", "hk_mp5_10_semi" ], "fg": 340 }, - { "id": [ "hptjcp", "hptjhp" ], "fg": 346 }, - { "id": [ "m1911", "m1911a1_38super" ], "fg": 357 }, - { "id": "basket_laundry", "fg": 430 }, - { "id": "heavy_battery_cell", "fg": 432 }, - { "id": "heavy_plus_battery_cell", "fg": 432 }, - { "id": "heavy_disposable_cell", "fg": 432 }, - { "id": "heavy_atomic_battery_cell", "fg": 431 }, - { "id": "light_battery_cell", "fg": 434 }, - { "id": "light_minus_battery_cell", "fg": 436 }, - { "id": "light_plus_battery_cell", "fg": 434 }, - { "id": "light_disposable_cell", "fg": 434 }, - { "id": "light_atomic_battery_cell", "fg": 433 }, - { "id": "light_minus_atomic_battery_cell", "fg": 435 }, - { "id": "medium_battery_cell", "fg": 438 }, - { "id": "medium_plus_battery_cell", "fg": 438 }, - { "id": "medium_disposable_cell", "fg": 438 }, - { "id": "medium_atomic_battery_cell", "fg": 437 }, - { "id": "bead_bracelet", "fg": 439 }, - { "id": "bone", "fg": 440 }, - { "id": "bone_human", "fg": 441 }, - { "id": "bone_tainted", "fg": 442 }, - { "id": "SICP", "fg": 443 }, - { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 446 }, - { "id": "book_fict_soft_tpl", "fg": 456 }, - { "id": "novel_adventure", "fg": 456 }, - { "id": "novel_buddy", "fg": 457 }, - { "id": "novel_coa", "fg": 458 }, - { "id": "novel_coa2", "fg": 459 }, - { "id": "novel_crime", "fg": 460 }, - { "id": "novel_crime2", "fg": 461 }, - { "id": "novel_drama", "fg": 462 }, - { "id": "novel_erotic", "fg": 463 }, - { "id": "novel_experimental", "fg": 464 }, - { "id": "novel_fantasy", "fg": 465 }, - { "id": "novel_horror", "fg": 466 }, - { "id": "novel_mystery", "fg": 467 }, - { "id": "novel_pulp", "fg": 468 }, - { "id": "novel_road", "fg": 469 }, - { "id": "novel_romance", "fg": 470 }, - { "id": "novel_samurai", "fg": 471 }, - { "id": "novel_satire", "fg": 472 }, - { "id": "novel_scifi", "fg": 473 }, - { "id": "novel_sports", "fg": 474 }, - { "id": "novel_spy", "fg": 475 }, - { "id": "novel_swash", "fg": 476 }, - { "id": "novel_thriller", "fg": 477 }, - { "id": "novel_tragedy", "fg": 478 }, - { "id": "novel_war", "fg": 479 }, - { "id": "novel_war2", "fg": 480 }, - { "id": "novel_western", "fg": 481 }, + "fg": 294 + }, + { "id": "shot_hull", "fg": 296 }, + { "id": [ "90two", "90two40" ], "fg": 308 }, + { "id": [ "TDI", "TDI_10" ], "fg": 310 }, + { "id": [ "hk_mp5", "hk_mp5_10_semi" ], "fg": 341 }, + { "id": [ "hptjcp", "hptjhp" ], "fg": 347 }, + { "id": [ "m1911", "m1911a1_38super" ], "fg": 358 }, + { "id": "basket_laundry", "fg": 431 }, + { "id": "heavy_battery_cell", "fg": 433 }, + { "id": "heavy_plus_battery_cell", "fg": 433 }, + { "id": "heavy_disposable_cell", "fg": 433 }, + { "id": "heavy_atomic_battery_cell", "fg": 432 }, + { "id": "light_battery_cell", "fg": 435 }, + { "id": "light_minus_battery_cell", "fg": 437 }, + { "id": "light_plus_battery_cell", "fg": 435 }, + { "id": "light_disposable_cell", "fg": 435 }, + { "id": "light_atomic_battery_cell", "fg": 434 }, + { "id": "light_minus_atomic_battery_cell", "fg": 436 }, + { "id": "medium_battery_cell", "fg": 439 }, + { "id": "medium_plus_battery_cell", "fg": 439 }, + { "id": "medium_disposable_cell", "fg": 439 }, + { "id": "medium_atomic_battery_cell", "fg": 438 }, + { "id": "bead_bracelet", "fg": 440 }, + { "id": "bone", "fg": 441 }, + { "id": "bone_human", "fg": 442 }, + { "id": "bone_tainted", "fg": 443 }, + { "id": "SICP", "fg": 444 }, + { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 447 }, + { "id": "book_fict_soft_tpl", "fg": 457 }, + { "id": "novel_adventure", "fg": 457 }, + { "id": "novel_buddy", "fg": 458 }, + { "id": "novel_coa", "fg": 459 }, + { "id": "novel_coa2", "fg": 460 }, + { "id": "novel_crime", "fg": 461 }, + { "id": "novel_crime2", "fg": 462 }, + { "id": "novel_drama", "fg": 463 }, + { "id": "novel_erotic", "fg": 464 }, + { "id": "novel_experimental", "fg": 465 }, + { "id": "novel_fantasy", "fg": 466 }, + { "id": "novel_horror", "fg": 467 }, + { "id": "novel_mystery", "fg": 468 }, + { "id": "novel_pulp", "fg": 469 }, + { "id": "novel_road", "fg": 470 }, + { "id": "novel_romance", "fg": 471 }, + { "id": "novel_samurai", "fg": 472 }, + { "id": "novel_satire", "fg": 473 }, + { "id": "novel_scifi", "fg": 474 }, + { "id": "novel_sports", "fg": 475 }, + { "id": "novel_spy", "fg": 476 }, + { "id": "novel_swash", "fg": 477 }, + { "id": "novel_thriller", "fg": 478 }, + { "id": "novel_tragedy", "fg": 479 }, + { "id": "novel_war", "fg": 480 }, + { "id": "novel_war2", "fg": 481 }, + { "id": "novel_western", "fg": 482 }, { "id": [ "adv_chemistry", @@ -130,7 +130,7 @@ "modern_tanner", "repeater_mod_guide" ], - "fg": 448 + "fg": 449 }, { "id": [ @@ -151,7 +151,7 @@ "textbook_robots", "textbook_armschina" ], - "fg": 455 + "fg": 456 }, { "id": [ @@ -166,7 +166,7 @@ "cookbook_daintydishes", "cookbook_liverforkids" ], - "fg": 449 + "fg": 450 }, { "id": [ @@ -179,7 +179,7 @@ "recipe_melee", "recipe_labchem" ], - "fg": 453 + "fg": 454 }, { "id": [ @@ -196,9 +196,9 @@ "recipe_creepy", "recipe_maiar" ], - "fg": 453 + "fg": 454 }, - { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 452 }, + { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 453 }, { "id": [ "mag_rifle", @@ -222,7 +222,7 @@ "mag_swimming", "mag_news" ], - "fg": 450 + "fg": 451 }, { "id": [ @@ -239,7 +239,7 @@ "schematics_searchlight", "schematics_secubot" ], - "fg": 454 + "fg": 455 }, { "id": [ @@ -260,113 +260,113 @@ "manual_shotgun", "manual_fabrication" ], - "fg": 451 - }, - { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 447 }, - { "id": "bottle_twoliter", "fg": 482 }, - { "id": "bowl_pewter", "fg": 483 }, - { "id": [ "wearable_light", "survivor_light", "wearable_atomic_light_off" ], "fg": 575 }, - { "id": [ "wearable_light_on", "survivor_light_on", "wearable_atomic_light" ], "fg": 576 }, - { "id": [ "alternator_car", "alternator_bicycle", "alternator_motorbike" ], "fg": 592 }, - { "id": [ "flour", "bread_flour" ], "fg": 617 }, - { "id": [ "pizza_cheese", "pizza_veggy", "pizza_meat" ], "fg": 648 }, - { "id": [ "microscope", "microscope_dissecting" ], "fg": 642 }, - { "id": "digging_stick", "fg": 666 }, - { "id": "sword_cane", "fg": 724 }, - { "id": "hollow_cane", "fg": 701 }, - { "id": "cane", "fg": 727 }, - { "id": "i_staff", "fg": 703 }, - { "id": "shock_staff", "fg": 716 }, - { "id": "q_staff", "fg": 717 }, - { "id": "scarf_fur", "fg": 721 }, - { "id": "knit_scarf", "fg": 704 }, - { "id": "scarf_fur_long", "fg": 722 }, - { "id": "long_knit_scarf", "fg": 705 }, - { "id": "long_patchwork_scarf", "fg": 706 }, - { "id": "scarf_long", "fg": 723 }, - { "id": "patchwork_scarf", "fg": 714 }, - { "id": "scarf", "fg": 720 }, - { "id": "scarf_fur_loose", "fg": 721 }, - { "id": "knit_scarf_loose", "fg": 704 }, - { "id": "scarf_fur_long_loose", "fg": 722 }, - { "id": "long_knit_scarf_loose", "fg": 705 }, - { "id": "long_patchwork_scarf_loose", "fg": 706 }, - { "id": "scarf_long_loose", "fg": 723 }, - { "id": "patchwork_scarf_loose", "fg": 714 }, - { "id": "scarf_loose", "fg": 720 }, - { "id": "ceramic_cup", "fg": 737 }, - { "id": "ceramic_mug", "fg": 738 }, - { "id": "ceramic_shard", "fg": 739 }, - { "id": "chain", "fg": 740 }, - { "id": "clay_lump", "fg": 743 }, - { "id": "bag_plastic", "fg": 744 }, - { "id": "bag_zipper", "fg": 745 }, - { "id": "bottle_glass", "fg": 746 }, - { "id": "bottle_plastic", "fg": 747 }, - { "id": "bottle_plastic_small", "fg": 748 }, - { "id": "box_cigarette", "fg": 749 }, - { "id": "box_small", "fg": 750 }, - { "id": "can_drink", "fg": 751 }, - { "id": "can_drink_unsealed", "fg": 752 }, - { "id": [ "glass", "base_glass_dish" ], "fg": 753 }, - { "id": "jar_3l_glass", "fg": 754 }, - { "id": "jar_3l_glass_sealed", "fg": 755 }, - { "id": "jar_glass", "fg": 756 }, - { "id": "jar_glass_sealed", "fg": 757 }, - { "id": "jug_plastic", "fg": 758 }, - { "id": "wrapper", "fg": 759 }, - { "id": "cudgel", "fg": 760 }, - { "id": [ "pie", "pie_maple", "pie_veggy", "pie_meat" ], "bg": 832 }, - { "id": [ "waffles", "fruit_waffles" ], "fg": 836 }, - { "id": [ "cookies", "crackers", "biscuit" ], "fg": 828 }, - { "id": [ "cake2", "cake3", "space_cake" ], "fg": 827 }, - { "id": "hinge", "fg": 880 }, - { "id": "inhaler", "fg": 881 }, - { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 882 }, - { "id": "cig_butt", "fg": 909 }, - { "id": "joint", "fg": 912 }, - { "id": "joint_lit", "fg": 913 }, - { "id": "joint_roach", "fg": 914 }, - { "id": "aspirin", "fg": 906 }, - { "id": "bandages", "fg": 907 }, - { "id": "syringe", "fg": 918 }, - { "id": "antibiotics", "fg": 903 }, - { "id": "weak_antibiotic", "fg": 921 }, - { "id": "strong_antibiotic", "fg": 917 }, - { "id": "vitamins", "fg": 920 }, - { "id": "gummy_vitamins", "fg": 910 }, - { "id": "calcium_tablet", "fg": 908 }, - { "id": "oxycodone", "fg": 915 }, - { "id": "tramadol", "fg": 919 }, - { "id": "codeine", "fg": 934 }, - { "id": "prussian_blue", "fg": 916 }, - { "id": "iodine", "fg": 911 }, - { "id": "antiparasitic", "fg": 905 }, - { "id": "antifungal", "fg": 904 }, - { "id": "money_bundle", "fg": 922 }, - { "id": "mp3", "fg": 923 }, - { "id": "permanent_marker", "fg": 958 }, - { "id": "pipe", "fg": 960 }, - { "id": "cu_pipe", "fg": 959 }, - { "id": "acorns", "fg": 961 }, - { "id": "chips", "fg": 965 }, - { "id": "apple", "fg": 962 }, - { "id": "banana", "fg": 963 }, - { "id": "broccoli", "fg": 964 }, - { "id": "corn", "fg": 966 }, - { "id": "cucumber", "fg": 967 }, - { "id": "egg_bird", "fg": 968 }, - { "id": "grapes", "fg": 969 }, - { "id": "lemon", "fg": 973 }, - { "id": "onion", "fg": 974 }, - { "id": "orange", "fg": 975 }, - { "id": "pear", "fg": 976 }, - { "id": "potato", "fg": 977 }, - { "id": "pumpkin", "fg": 978 }, - { "id": "tomato", "fg": 981 }, - { "id": "hickory_nut", "fg": 970 }, - { "id": "hickory_root", "fg": 971 }, - { "id": "juniper", "fg": 972 }, + "fg": 452 + }, + { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 448 }, + { "id": "bottle_twoliter", "fg": 483 }, + { "id": "bowl_pewter", "fg": 484 }, + { "id": [ "wearable_light", "survivor_light", "wearable_atomic_light_off" ], "fg": 576 }, + { "id": [ "wearable_light_on", "survivor_light_on", "wearable_atomic_light" ], "fg": 577 }, + { "id": [ "alternator_car", "alternator_bicycle", "alternator_motorbike" ], "fg": 593 }, + { "id": [ "flour", "bread_flour" ], "fg": 618 }, + { "id": [ "pizza_cheese", "pizza_veggy", "pizza_meat" ], "fg": 649 }, + { "id": [ "microscope", "microscope_dissecting" ], "fg": 643 }, + { "id": "digging_stick", "fg": 667 }, + { "id": "sword_cane", "fg": 727 }, + { "id": "hollow_cane", "fg": 702 }, + { "id": "cane", "fg": 730 }, + { "id": "i_staff", "fg": 704 }, + { "id": "shock_staff", "fg": 717 }, + { "id": "q_staff", "fg": 719 }, + { "id": "scarf_fur", "fg": 723 }, + { "id": "knit_scarf", "fg": 705 }, + { "id": "scarf_fur_long", "fg": 724 }, + { "id": "long_knit_scarf", "fg": 706 }, + { "id": "long_patchwork_scarf", "fg": 707 }, + { "id": "scarf_long", "fg": 725 }, + { "id": "patchwork_scarf", "fg": 715 }, + { "id": "scarf", "fg": 722 }, + { "id": "scarf_fur_loose", "fg": 723 }, + { "id": "knit_scarf_loose", "fg": 705 }, + { "id": "scarf_fur_long_loose", "fg": 724 }, + { "id": "long_knit_scarf_loose", "fg": 706 }, + { "id": "long_patchwork_scarf_loose", "fg": 707 }, + { "id": "scarf_long_loose", "fg": 725 }, + { "id": "patchwork_scarf_loose", "fg": 715 }, + { "id": "scarf_loose", "fg": 722 }, + { "id": "ceramic_cup", "fg": 740 }, + { "id": "ceramic_mug", "fg": 741 }, + { "id": "ceramic_shard", "fg": 742 }, + { "id": "chain", "fg": 743 }, + { "id": "clay_lump", "fg": 746 }, + { "id": "bag_plastic", "fg": 747 }, + { "id": "bag_zipper", "fg": 748 }, + { "id": "bottle_glass", "fg": 749 }, + { "id": "bottle_plastic", "fg": 750 }, + { "id": "bottle_plastic_small", "fg": 751 }, + { "id": "box_cigarette", "fg": 752 }, + { "id": "box_small", "fg": 753 }, + { "id": "can_drink", "fg": 754 }, + { "id": "can_drink_unsealed", "fg": 755 }, + { "id": [ "glass", "base_glass_dish" ], "fg": 756 }, + { "id": "jar_3l_glass", "fg": 757 }, + { "id": "jar_3l_glass_sealed", "fg": 758 }, + { "id": "jar_glass", "fg": 759 }, + { "id": "jar_glass_sealed", "fg": 760 }, + { "id": "jug_plastic", "fg": 761 }, + { "id": "wrapper", "fg": 762 }, + { "id": "cudgel", "fg": 763 }, + { "id": [ "pie", "pie_maple", "pie_veggy", "pie_meat" ], "bg": 835 }, + { "id": [ "waffles", "fruit_waffles" ], "fg": 839 }, + { "id": [ "cookies", "crackers", "biscuit" ], "fg": 831 }, + { "id": [ "cake2", "cake3", "space_cake" ], "fg": 830 }, + { "id": "hinge", "fg": 883 }, + { "id": "inhaler", "fg": 884 }, + { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 885 }, + { "id": "cig_butt", "fg": 912 }, + { "id": "joint", "fg": 915 }, + { "id": "joint_lit", "fg": 916 }, + { "id": "joint_roach", "fg": 917 }, + { "id": "aspirin", "fg": 909 }, + { "id": "bandages", "fg": 910 }, + { "id": "syringe", "fg": 921 }, + { "id": "antibiotics", "fg": 906 }, + { "id": "weak_antibiotic", "fg": 924 }, + { "id": "strong_antibiotic", "fg": 920 }, + { "id": "vitamins", "fg": 923 }, + { "id": "gummy_vitamins", "fg": 913 }, + { "id": "calcium_tablet", "fg": 911 }, + { "id": "oxycodone", "fg": 918 }, + { "id": "tramadol", "fg": 922 }, + { "id": "codeine", "fg": 937 }, + { "id": "prussian_blue", "fg": 919 }, + { "id": "iodine", "fg": 914 }, + { "id": "antiparasitic", "fg": 908 }, + { "id": "antifungal", "fg": 907 }, + { "id": "money_bundle", "fg": 925 }, + { "id": "mp3", "fg": 926 }, + { "id": "permanent_marker", "fg": 961 }, + { "id": "pipe", "fg": 963 }, + { "id": "cu_pipe", "fg": 962 }, + { "id": "acorns", "fg": 964 }, + { "id": "chips", "fg": 970 }, + { "id": "apple", "fg": 965 }, + { "id": "banana", "fg": 966 }, + { "id": "broccoli", "fg": 967 }, + { "id": "corn", "fg": 971 }, + { "id": "cucumber", "fg": 972 }, + { "id": "egg_bird", "fg": 974 }, + { "id": "grapes", "fg": 975 }, + { "id": "lemon", "fg": 979 }, + { "id": "onion", "fg": 981 }, + { "id": "orange", "fg": 982 }, + { "id": "pear", "fg": 983 }, + { "id": "potato", "fg": 985 }, + { "id": "pumpkin", "fg": 986 }, + { "id": "tomato", "fg": 992 }, + { "id": "hickory_nut", "fg": 976 }, + { "id": "hickory_root", "fg": 977 }, + { "id": "juniper", "fg": 978 }, { "id": [ "seed_hops", @@ -434,73 +434,73 @@ "seed_mulberries", "seed_elderberries" ], - "fg": 979 - }, - { "id": "straw_pile", "fg": 980 }, - { "id": "wheat", "fg": 982 }, - { "id": "withered", "fg": 983 }, - { "id": "bee_balm", "fg": 984 }, - { "id": "carrot_wild", "fg": 985 }, - { "id": "dogbane", "fg": 986 }, - { "id": "egg_reptile", "fg": 987 }, - { "id": "mugwort", "fg": 988 }, - { "id": "thyme", "fg": 989 }, - { "id": "veggy_wild", "fg": 990 }, - { "id": "wild_herbs", "fg": 991 }, - { "id": "feces_manure", "fg": 995 }, - { "id": "feces_bird", "fg": 992 }, - { "id": "feces_cow", "fg": 993 }, - { "id": "feces_dog", "fg": 994 }, - { "id": "feces_roach", "fg": 996 }, - { "id": "fetid_goop", "fg": 997 }, - { "id": "rag_bloody", "fg": 1000 }, - { "id": "ash", "fg": 1050 }, - { "id": "brick", "fg": 1051 }, - { "id": "scrap", "fg": 1054 }, - { "id": "e_scrap", "fg": 1053 }, - { "id": "steel_chunk", "fg": 1055 }, - { "id": "steel_lump", "fg": 1056 }, - { "id": "wire", "fg": 1057 }, - { "id": "cable", "fg": 1052 }, - { "id": "spring", "fg": 1059 }, - { "id": "survnote", "fg": 1060 }, - { "id": "creepy_doll", "fg": 1061 }, - { "id": "talking_doll", "fg": 1061 }, - { "id": "teapot", "fg": 1063 }, - { "id": "thermometer", "fg": 1064 }, - { "id": "crucible_clay", "fg": 1066 }, - { "id": "flashlight", "fg": 1068 }, - { "id": "heavy_flashlight", "fg": 1071 }, - { "id": "saw", "fg": 1081 }, - { "id": "screwdriver_set", "fg": 1077 }, - { "id": "wrench", "fg": 1082 }, - { "id": "hammer", "fg": 1070 }, - { "id": "hacksaw", "fg": 1069 }, - { "id": "knife_meat_cleaver", "fg": 1076 }, - { "id": "knife_vegetable_cleaver", "fg": 1080 }, + "fg": 989 + }, + { "id": "straw_pile", "fg": 991 }, + { "id": "wheat", "fg": 993 }, + { "id": "withered", "fg": 994 }, + { "id": "bee_balm", "fg": 995 }, + { "id": "carrot_wild", "fg": 996 }, + { "id": "dogbane", "fg": 997 }, + { "id": "egg_reptile", "fg": 998 }, + { "id": "mugwort", "fg": 999 }, + { "id": "thyme", "fg": 1000 }, + { "id": "veggy_wild", "fg": 1001 }, + { "id": "wild_herbs", "fg": 1002 }, + { "id": "feces_manure", "fg": 1006 }, + { "id": "feces_bird", "fg": 1003 }, + { "id": "feces_cow", "fg": 1004 }, + { "id": "feces_dog", "fg": 1005 }, + { "id": "feces_roach", "fg": 1007 }, + { "id": "fetid_goop", "fg": 1008 }, + { "id": "rag_bloody", "fg": 1011 }, + { "id": "ash", "fg": 1061 }, + { "id": "brick", "fg": 1062 }, + { "id": "scrap", "fg": 1065 }, + { "id": "e_scrap", "fg": 1064 }, + { "id": "steel_chunk", "fg": 1066 }, + { "id": "steel_lump", "fg": 1067 }, + { "id": "wire", "fg": 1068 }, + { "id": "cable", "fg": 1063 }, + { "id": "spring", "fg": 1070 }, + { "id": "survnote", "fg": 1071 }, + { "id": "creepy_doll", "fg": 1072 }, + { "id": "talking_doll", "fg": 1072 }, + { "id": "teapot", "fg": 1074 }, + { "id": "thermometer", "fg": 1075 }, + { "id": "crucible_clay", "fg": 1077 }, + { "id": "flashlight", "fg": 1080 }, + { "id": "heavy_flashlight", "fg": 1083 }, + { "id": "saw", "fg": 1093 }, + { "id": "screwdriver_set", "fg": 1089 }, + { "id": "wrench", "fg": 1094 }, + { "id": "hammer", "fg": 1082 }, + { "id": "hacksaw", "fg": 1081 }, + { "id": "knife_meat_cleaver", "fg": 1088 }, + { "id": "knife_vegetable_cleaver", "fg": 1092 }, { "id": "lighter", - "fg": [ { "weight": 1, "sprite": 1073 }, { "weight": 1, "sprite": 1072 }, { "weight": 1, "sprite": 1074 } ] - }, - { "id": "makeshift_crowbar", "fg": 1075 }, - { "id": "esbit_stove", "fg": 1067 }, - { "id": "usb_drive", "fg": 1079 }, - { "id": "cash_card", "fg": 1083 }, - { "id": "file", "fg": 1084 }, - { "id": "fp_loyalty_card", "fg": 1085 }, - { "id": "id_industrial", "fg": 1086 }, - { "id": "id_military", "fg": 1087 }, - { "id": "id_science", "fg": 1088 }, - { "id": "bowl_plastic", "fg": 1089 }, - { "id": "cup_plastic", "fg": 1090 }, - { "id": "fork", "fg": 1091 }, - { "id": "knife_butter", "fg": 1092 }, - { "id": "washboard", "fg": 1099 }, - { "id": "wash_kit", "fg": 1098 }, - { "id": "helmet_army", "fg": 1104 }, - { "id": "foodperson_mask", "fg": 1102 }, - { "id": "foodperson_mask_on", "fg": 1103 }, - { "id": "ballistic_vest_esapi", "fg": 1101 }, + "fg": [ { "weight": 1, "sprite": 1085 }, { "weight": 1, "sprite": 1084 }, { "weight": 1, "sprite": 1086 } ] + }, + { "id": "makeshift_crowbar", "fg": 1087 }, + { "id": "esbit_stove", "fg": 1079 }, + { "id": "usb_drive", "fg": 1091 }, + { "id": "cash_card", "fg": 1095 }, + { "id": "file", "fg": 1096 }, + { "id": "fp_loyalty_card", "fg": 1097 }, + { "id": "id_industrial", "fg": 1098 }, + { "id": "id_military", "fg": 1099 }, + { "id": "id_science", "fg": 1100 }, + { "id": "bowl_plastic", "fg": 1101 }, + { "id": "cup_plastic", "fg": 1102 }, + { "id": "fork", "fg": 1103 }, + { "id": "knife_butter", "fg": 1104 }, + { "id": "washboard", "fg": 1111 }, + { "id": "wash_kit", "fg": 1110 }, + { "id": "helmet_army", "fg": 1117 }, + { "id": "foodperson_mask", "fg": 1115 }, + { "id": "foodperson_mask_on", "fg": 1116 }, + { "id": "ballistic_vest_esapi", "fg": 1113 }, { "id": "saddle", "fg": 1 }, { "id": "blt", "fg": 4 }, { "id": "brain_cooked", "fg": 5 }, @@ -638,726 +638,739 @@ { "id": "feather", "fg": 139 }, { "id": "felt_patch", "fg": 140 }, { "id": "fishing_hook_basic", "fg": 141 }, - { "id": "flask_yeast", "fg": 142 }, - { "id": "flint_steel", "fg": 143 }, - { "id": "flute", "fg": 144 }, - { "id": "folding_poncho", "fg": 145 }, - { "id": "food_processor", "fg": 146 }, - { "id": "footrags", "fg": 147 }, - { "id": "footrags_fur", "fg": 148 }, - { "id": "footrags_leather", "fg": 149 }, - { "id": "footrags_wool", "fg": 150 }, - { "id": "frisbee", "fg": 151 }, - { "id": "g_paint", "fg": 152 }, - { "id": "garlic", "fg": 153 }, - { "id": "garlic_press", "fg": 154 }, - { "id": "glass_plate", "fg": 155 }, - { "id": "glass_tinted", "fg": 156 }, - { "id": "glasses_bifocal", "fg": 157 }, - { "id": "gloves_light", "fg": 159 }, - { "id": "hair_dryer", "fg": 160 }, - { "id": "hammer_sledge", "fg": 161 }, - { "id": "hammer_sledge_engineer", "fg": 162 }, - { "id": "hammer_sledge_heavy", "fg": 163 }, - { "id": "hammer_sledge_short", "fg": 164 }, - { "id": "hand_axe", "fg": 165 }, - { "id": "hand_drill", "fg": 166 }, - { "id": "hand_rims", "fg": 167 }, - { "id": "handrolled_cig", "fg": 168 }, - { "id": "hard_steel_armor", "fg": 169 }, - { "id": "harmonica_holder", "fg": 170 }, - { "id": "hat_chef", "fg": 171 }, - { "id": "iron_pot", "fg": 172 }, - { "id": "jack", "fg": 173 }, - { "id": "jack_makeshift", "fg": 174 }, - { "id": "jack_small", "fg": 175 }, - { "id": "kettle", "fg": 177 }, - { "id": "ladle", "fg": 178 }, - { "id": "laptop", "fg": 179 }, - { "id": "leg_warmers", "fg": 180 }, - { "id": "link_sheet", "fg": 181 }, - { "id": "machete", "fg": 182 }, - { "id": "makeshift_bayonet", "fg": 183 }, - { "id": "makeshift_hammer", "fg": 184 }, - { "id": "makeshift_machete", "fg": 185 }, - { "id": "makeshift_stethoscope", "fg": 186 }, - { "id": "matches", "fg": 187 }, - { "id": "material_shrd_limestone", "fg": 188 }, - { "id": "mbag", "fg": 189 }, - { "id": "mess_kit", "fg": 190 }, - { "id": "mess_tin", "fg": 191 }, - { "id": "meth", "fg": 192 }, - { "id": "mil_mess_kit", "fg": 193 }, - { "id": "morphine", "fg": 194 }, - { "id": "mortar_pestle", "fg": 195 }, - { "id": "motor_tiny", "fg": 196 }, - { "id": "mouthpiece", "fg": 197 }, - { "id": "office_holepunch", "fg": 198 }, - { "id": "omnicamera", "fg": 199 }, - { "id": "p_paint", "fg": 200 }, - { "id": "paint_brush", "fg": 201 }, - { "id": "pan", "fg": 202 }, - { "id": "paper", "fg": 203 }, - { "id": "peeler", "fg": 204 }, - { "id": "pipe_fittings", "fg": 205 }, - { "id": "plastic_pot_flower", "fg": 206 }, - { "id": "pliers", "fg": 207 }, - { "id": "plums", "fg": 208 }, - { "id": "pot", "fg": 209 }, - { "id": "pot_canning", "fg": 210 }, - { "id": "pot_copper", "fg": 211 }, - { "id": "pot_helmet", "fg": 212 }, - { "id": "pot_makeshift", "fg": 213 }, - { "id": "pot_makeshift_copper", "fg": 214 }, - { "id": "potato_masher", "fg": 215 }, - { "id": "r_paint", "fg": 216 }, - { "id": "reading_light", "fg": 217 }, - { "id": "reading_light_on", "fg": 218 }, - { "id": "receiver", "fg": 219 }, - { "id": "reinforced_glass_pane", "fg": 220 }, - { "id": "rolling_pin", "fg": 221 }, - { "id": "scrap_bronze", "fg": 222 }, - { "id": "scrap_felt", "fg": 223 }, - { "id": "sheet_felt", "fg": 224 }, - { "id": "sheet_felt_patchwork", "fg": 225 }, - { "id": "shocktonfa_off", "fg": 226 }, - { "id": "shocktonfa_on", "fg": 227 }, - { "id": "slingpack", "fg": 228 }, - { "id": "smart_phone", "fg": 229 }, - { "id": "soap", "fg": 230 }, - { "id": "solder_wire", "fg": 231 }, - { "id": "spatula", "fg": 232 }, - { "id": "spider_egg", "fg": 233 }, - { "id": "spike", "fg": 234 }, - { "id": "steel_armor", "fg": 235 }, - { "id": "steel_pan", "fg": 236 }, - { "id": "stethoscope", "fg": 237 }, - { "id": "stock_pot", "fg": 238 }, - { "id": "survivor_mess_kit", "fg": 240 }, - { "id": "swage", "fg": 241 }, - { "id": "tazer", "fg": 242 }, - { "id": "teleumbrella", "fg": 243 }, - { "id": "tinder", "fg": 244 }, - { "id": "tinderbox", "fg": 245 }, - { "id": "tinfoil_hat", "fg": 246 }, - { "id": "tonfa", "fg": 247 }, - { "id": "tonfa_wood", "fg": 248 }, - { "id": "tongs", "fg": 249 }, - { "id": "tripwire", "fg": 250 }, - { "id": "unfinished_charcoal", "fg": 251 }, - { "id": "w_paint", "fg": 252 }, - { "id": "water_purifier", "fg": 253 }, - { "id": "wheel", "fg": 254 }, - { "id": "wheel_10", "fg": 255 }, - { "id": "wheel_barrow", "fg": 256 }, - { "id": "wheel_bicycle", "fg": 257 }, - { "id": "wheel_bicycle_or", "fg": 258 }, - { "id": "wheel_motorbike", "fg": 259 }, - { "id": "wheel_motorbike_or", "fg": 260 }, - { "id": "wheel_skate", "fg": 261 }, - { "id": "wheel_slick", "fg": 262 }, - { "id": "wheel_small", "fg": 263 }, - { "id": "wheel_tricycle", "fg": 264 }, - { "id": "wheel_wheelchair", "fg": 265 }, - { "id": "whisk", "fg": 266 }, - { "id": "wine_glass", "fg": 267 }, - { "id": "wire_barbed", "fg": 268 }, - { "id": "y_paint", "fg": 269 }, - { "id": "halligan", "fg": 270 }, - { "id": "cig", "fg": 296 }, - { "id": "cig_lit", "fg": 297 }, - { "id": "copper_ring", "fg": 298 }, - { "id": "g_shovel", "fg": 299 }, - { "id": "lsd", "fg": 300 }, - { "id": "silver_ring", "fg": 301 }, - { "id": "thermal_mask", "fg": 302 }, - { "id": "thermal_socks", "fg": 303 }, - { "id": "tie_clipon", "fg": 304 }, - { "id": "whistle", "fg": 305 }, - { "id": "2_shot_special", "fg": 306 }, - { "id": "LAW_Packed", "fg": 308 }, - { "id": "af2011a1_38super", "fg": 310 }, - { "id": "ar_pistol", "fg": 311 }, - { "id": "ashot", "fg": 312 }, - { "id": "bfr", "fg": 313 }, - { "id": "bigun", "fg": 314 }, - { "id": "bond_410", "fg": 315 }, - { "id": "bt_apc9k", "fg": 316 }, - { "id": "colt_army", "fg": 317 }, - { "id": "colt_navy", "fg": 318 }, - { "id": "colt_saa", "fg": 319 }, - { "id": "cop_38", "fg": 320 }, - { "id": "cz75", "fg": 321 }, - { "id": "deagle_44", "fg": 322 }, - { "id": "draco", "fg": 323 }, - { "id": "flamethrower_crude", "fg": 324 }, - { "id": "flamethrower_simple", "fg": 325 }, - { "id": "fn1910", "fg": 326 }, - { "id": "fn57", "fg": 327 }, - { "id": "fn_p90", "fg": 328 }, - { "id": "glock_17", "fg": 329 }, - { "id": "glock_18c", "fg": 330 }, - { "id": "glock_19", "fg": 331 }, - { "id": "glock_20", "fg": 332 }, - { "id": "glock_20_var_glock_40", "fg": 333 }, - { "id": "glock_21", "fg": 334 }, - { "id": "glock_22", "fg": 335 }, - { "id": "glock_29", "fg": 336 }, - { "id": "glock_31", "fg": 337 }, - { "id": "hi_power_40", "fg": 338 }, - { "id": "hi_power_9mm", "fg": 339 }, - { "id": "hk_mp5_semi_pistol", "fg": 341 }, - { "id": "hk_mp7", "fg": 342 }, - { "id": "hk_ump45", "fg": 343 }, - { "id": "hptc9", "fg": 344 }, - { "id": "hptcf380", "fg": 345 }, - { "id": "kp32", "fg": 347 }, - { "id": "kp3at", "fg": 348 }, - { "id": "kpf9", "fg": 349 }, - { "id": "l_bak_223", "fg": 350 }, - { "id": "launcher_simple", "fg": 351 }, - { "id": "lemat_revolver", "fg": 352 }, - { "id": "m11", "fg": 353 }, - { "id": "m17", "fg": 354 }, - { "id": "m18", "fg": 355 }, - { "id": "m1911-460", "fg": 356 }, - { "id": "m1911_10", "fg": 358 }, - { "id": "m1911_var_m1911_MEU", "fg": 359 }, - { "id": "m320", "fg": 360 }, - { "id": "m4_carbine_var_m4_cqbr", "fg": 361 }, - { "id": "m9", "fg": 362 }, - { "id": "mac_10", "fg": 363 }, - { "id": "mac_11", "fg": 364 }, - { "id": "makarov", "fg": 365 }, - { "id": "mauser_c96", "fg": 366 }, - { "id": "mauser_m714", "fg": 367 }, - { "id": "mgl", "fg": 368 }, - { "id": "minispeargun", "fg": 369 }, - { "id": "model_10_revolver", "fg": 370 }, - { "id": "moss_brownie", "fg": 371 }, - { "id": "nailgun", "fg": 372 }, - { "id": "nailrifle", "fg": 373 }, - { "id": "needlepistol", "fg": 374 }, - { "id": "oa93", "fg": 375 }, - { "id": "p08", "fg": 376 }, - { "id": "p220_10", "fg": 377 }, - { "id": "p226_357sig", "fg": 378 }, - { "id": "p226_9mm", "fg": 379 }, - { "id": "p320_357sig", "fg": 380 }, - { "id": "paintballgun", "fg": 381 }, - { "id": "pipe_double_shotgun", "fg": 382 }, - { "id": "pistol_flintlock", "fg": 383 }, - { "id": "px4", "fg": 384 }, - { "id": "px4_40", "fg": 385 }, - { "id": "raging_bull", "fg": 386 }, - { "id": "raging_judge", "fg": 387 }, - { "id": "revolver_shotgun", "fg": 388 }, - { "id": "rm103a_pistol", "fg": 389 }, - { "id": "rm2000_smg", "fg": 390 }, - { "id": "rm228", "fg": 391 }, - { "id": "ruger_lcr_22", "fg": 392 }, - { "id": "ruger_lcr_38", "fg": 393 }, - { "id": "ruger_redhawk", "fg": 394 }, - { "id": "rugerlcp", "fg": 395 }, - { "id": "sig_40", "fg": 396 }, - { "id": "sig_mosquito", "fg": 397 }, - { "id": "sig_p230", "fg": 398 }, - { "id": "skorpion_61", "fg": 399 }, - { "id": "smg_40", "fg": 400 }, - { "id": "smg_45", "fg": 401 }, - { "id": "sp2022", "fg": 402 }, - { "id": "streetsweeper", "fg": 403 }, - { "id": "surv_hand_cannon", "fg": 404 }, - { "id": "surv_six_shooter", "fg": 405 }, - { "id": "sw629", "fg": 406 }, - { "id": "sw_22", "fg": 407 }, - { "id": "sw_500", "fg": 408 }, - { "id": "sw_610", "fg": 409 }, - { "id": "sw_619", "fg": 410 }, - { "id": "taurus_spectrum", "fg": 411 }, - { "id": "tec9", "fg": 412 }, - { "id": "tokarev", "fg": 413 }, - { "id": "triple_launcher_simple", "fg": 414 }, - { "id": "unbio_blaster_gun", "fg": 415 }, - { "id": "usp_45", "fg": 416 }, - { "id": "usp_45_var_mk23", "fg": 417 }, - { "id": "usp_9mm", "fg": 418 }, - { "id": "uzi", "fg": 419 }, - { "id": "v29", "fg": 420 }, - { "id": "v29_cheap", "fg": 421 }, - { "id": "walther_ccp", "fg": 422 }, - { "id": "walther_p22", "fg": 423 }, - { "id": "walther_p38", "fg": 424 }, - { "id": "walther_ppq_40", "fg": 425 }, - { "id": "walther_ppq_45", "fg": 426 }, - { "id": "walther_ppq_9mm", "fg": 427 }, - { "id": "witness_10", "fg": 428 }, - { "id": "xd_10", "fg": 429 }, - { "id": "book_pieces", "fg": 444 }, - { "id": "book_ruined", "fg": 445 }, - { "id": "button_plastic", "fg": 484 }, - { "id": "button_steel", "fg": 485 }, - { "id": "button_wood", "fg": 486 }, - { "id": "antenna", "fg": 487 }, - { "id": "badge_deputy", "fg": 488 }, - { "id": "coconut", "fg": 489 }, - { "id": "directional_antenna", "fg": 490 }, - { "id": "halter_top", "fg": 491 }, - { "id": "hand_crank_charger", "fg": 492 }, - { "id": "hops", "fg": 493 }, - { "id": "kidney", "fg": 494 }, - { "id": "lettuce", "fg": 495 }, - { "id": "lily_flower", "fg": 496 }, - { "id": "scorecard", "fg": 497 }, - { "id": "spinach", "fg": 498 }, - { "id": "altered_comb", "fg": 499 }, - { "id": "gasdiscount_gold", "fg": 500 }, - { "id": "gasdiscount_platinum", "fg": 501 }, - { "id": "gasdiscount_silver", "fg": 502 }, - { "id": "gold_hairpin", "fg": 503 }, - { "id": "nanoskirt", "fg": 504 }, - { "id": "pearl", "fg": 505 }, - { "id": "platinum_ring", "fg": 506 }, - { "id": "skirt_grass", "fg": 507 }, - { "id": "skirt_leather", "fg": 508 }, - { "id": "wallet_leather", "fg": 509 }, - { "id": "copper_necklace", "fg": 510 }, - { "id": "pearl_collar", "fg": 511 }, - { "id": "alexandrite_gold_pendant_necklace", "fg": 512 }, - { "id": "amethyst_gold_pendant_necklace", "fg": 513 }, - { "id": "aquamarine_gold_pendant_necklace", "fg": 514 }, - { "id": "blue_topaz_gold_pendant_necklace", "fg": 515 }, - { "id": "citrine_gold_pendant_necklace", "fg": 516 }, - { "id": "diamond_gold_pendant_necklace", "fg": 517 }, - { "id": "emerald_gold_pendant_necklace", "fg": 518 }, - { "id": "garnet_gold_pendant_necklace", "fg": 519 }, - { "id": "gold_necklace", "fg": 520 }, - { "id": "opal_gold_pendant_necklace", "fg": 521 }, - { "id": "pearl_gold_pendant_necklace", "fg": 522 }, - { "id": "peridot_gold_pendant_necklace", "fg": 523 }, - { "id": "ruby_gold_pendant_necklace", "fg": 524 }, - { "id": "sapphire_gold_pendant_necklace", "fg": 525 }, - { "id": "tourmaline_gold_pendant_necklace", "fg": 526 }, - { "id": "alexandrite_platinum_pendant_necklace", "fg": 527 }, - { "id": "amethyst_platinum_pendant_necklace", "fg": 528 }, - { "id": "aquamarine_platinum_pendant_necklace", "fg": 529 }, - { "id": "blue_topaz_platinum_pendant_necklace", "fg": 530 }, - { "id": "citrine_platinum_pendant_necklace", "fg": 531 }, - { "id": "diamond_platinum_pendant_necklace", "fg": 532 }, - { "id": "emerald_platinum_pendant_necklace", "fg": 533 }, - { "id": "garnet_platinum_pendant_necklace", "fg": 534 }, - { "id": "opal_platinum_pendant_necklace", "fg": 535 }, - { "id": "pearl_platinum_pendant_necklace", "fg": 536 }, - { "id": "peridot_platinum_pendant_necklace", "fg": 537 }, - { "id": "platinum_necklace", "fg": 538 }, - { "id": "ruby_platinum_pendant_necklace", "fg": 539 }, - { "id": "sapphire_platinum_pendant_necklace", "fg": 540 }, - { "id": "tourmaline_platinum_pendant_necklace", "fg": 541 }, - { "id": "alexandrite_silver_pendant_necklace", "fg": 542 }, - { "id": "amethyst_silver_pendant_necklace", "fg": 543 }, - { "id": "aquamarine_silver_pendant_necklace", "fg": 544 }, - { "id": "blue_topaz_silver_pendant_necklace", "fg": 545 }, - { "id": "citrine_silver_pendant_necklace", "fg": 546 }, - { "id": "diamond_silver_pendant_necklace", "fg": 547 }, - { "id": "emerald_silver_pendant_necklace", "fg": 548 }, - { "id": "garnet_silver_pendant_necklace", "fg": 549 }, - { "id": "opal_silver_pendant_necklace", "fg": 550 }, - { "id": "pearl_silver_pendant_necklace", "fg": 551 }, - { "id": "peridot_silver_pendant_necklace", "fg": 552 }, - { "id": "ruby_silver_pendant_necklace", "fg": 553 }, - { "id": "sapphire_silver_pendant_necklace", "fg": 554 }, - { "id": "silver_necklace", "fg": 555 }, - { "id": "tourmaline_silver_pendant_necklace", "fg": 556 }, - { "id": "alder_bark", "fg": 557 }, - { "id": "barrette", "fg": 558 }, - { "id": "birchbark", "fg": 559 }, - { "id": "caff_gum", "fg": 560 }, - { "id": "cattail_stalk", "fg": 561 }, - { "id": "golf_tee", "fg": 562 }, - { "id": "gum", "fg": 563 }, - { "id": "hand_pump", "fg": 564 }, - { "id": "honeydew", "fg": 565 }, - { "id": "ifak_pouch", "fg": 566 }, - { "id": "knitting_needles", "fg": 567 }, - { "id": "lasagne", "fg": 568 }, - { "id": "magnifying_glass", "fg": 569 }, - { "id": "mininuke", "fg": 570 }, - { "id": "mininuke_act", "fg": 571 }, - { "id": "net", "fg": 572 }, - { "id": "rolling_paper", "fg": 573 }, - { "id": "tanbark", "fg": 574 }, - { "id": "willowbark", "fg": 577 }, - { "id": "shoulder_strap", "fg": 578 }, - { "id": "deck_of_cards", "fg": 579 }, - { "id": "hairpin", "fg": 580 }, - { "id": "weed", "fg": 581 }, - { "id": "ceramic_bowl", "fg": 582 }, - { "id": "chestrig", "fg": 583 }, - { "id": "radio_car", "fg": 584 }, - { "id": "radio_car_box", "fg": 585 }, - { "id": "radio_car_on", "fg": 586 }, - { "id": "radio_car_wheel", "fg": 587 }, - { "id": "radiocontrol", "fg": 588 }, - { "id": "rc_car_box", "fg": 589 }, - { "id": "toaster", "fg": 590 }, - { "id": "xl_chestrig", "fg": 591 }, - { "id": "alternator_truck", "fg": 593 }, - { "id": "ammolink", "fg": 594 }, - { "id": "angle_grinder", "fg": 595 }, - { "id": "atomic_lamp", "fg": 596 }, - { "id": "atomic_lamp_off", "fg": 597 }, - { "id": "barometer", "fg": 598 }, - { "id": "birdfood", "fg": 599 }, - { "id": "bismuth", "fg": 600 }, - { "id": "brick_kiln", "fg": 601 }, - { "id": "caffeine", "fg": 602 }, - { "id": "caltrops", "fg": 603 }, - { "id": "caltrops_glass", "fg": 604 }, - { "id": "camera", "fg": 605 }, - { "id": "chem_citric_acid", "fg": 606 }, - { "id": "chem_sulphur", "fg": 607 }, - { "id": "chunk_sulfur", "fg": 608 }, - { "id": "circsaw_off", "fg": 609 }, - { "id": "circsaw_on", "fg": 610 }, - { "id": "coal_lump", "fg": 611 }, - { "id": "con_mix", "fg": 612 }, - { "id": "disc_golf", "fg": 613 }, - { "id": "drivebelt", "fg": 614 }, - { "id": "eink_tablet_pc", "fg": 615 }, - { "id": "flatbread", "fg": 616 }, - { "id": "gelbox", "fg": 618 }, - { "id": "generator_7500w", "fg": 619 }, - { "id": "glowstick", "fg": 620 }, - { "id": "glowstick_dead", "fg": 621 }, - { "id": "glowstick_lit", "fg": 622 }, - { "id": "gold_small", "fg": 623 }, - { "id": "golf_club", "fg": 624 }, - { "id": "handflare", "fg": 625 }, - { "id": "heatpack", "fg": 626 }, - { "id": "heatpack_used", "fg": 627 }, - { "id": "hoe", "fg": 628 }, - { "id": "homeopathic_pills", "fg": 629 }, - { "id": "horn_bicycle", "fg": 630 }, - { "id": "jumper_cable", "fg": 631 }, - { "id": "kiln", "fg": 632 }, - { "id": "lead", "fg": 633 }, - { "id": "leather", "fg": 634 }, - { "id": "lightstrip", "fg": 635 }, - { "id": "material_aluminium_ingot", "fg": 636 }, - { "id": "material_limestone", "fg": 637 }, - { "id": "material_rhodonite", "fg": 638 }, - { "id": "material_rocksalt", "fg": 639 }, - { "id": "material_zincite", "fg": 640 }, - { "id": "metal_smoother", "fg": 641 }, - { "id": "multitool", "fg": 643 }, - { "id": "nic_gum", "fg": 644 }, - { "id": "pencil", "fg": 645 }, - { "id": "pipe_cleaner", "fg": 646 }, - { "id": "pipe_glass", "fg": 647 }, - { "id": "platinum_small", "fg": 649 }, - { "id": "polisher", "fg": 650 }, - { "id": "press", "fg": 651 }, - { "id": "puller", "fg": 652 }, - { "id": "rake", "fg": 653 }, - { "id": "razorclaw_roe", "fg": 654 }, - { "id": "sickle", "fg": 655 }, - { "id": "silver_small", "fg": 656 }, - { "id": "small_repairkit", "fg": 657 }, - { "id": "tanned_hide", "fg": 658 }, - { "id": "tanned_pelt", "fg": 659 }, - { "id": "tourist_table", "fg": 660 }, - { "id": "zinc_metal", "fg": 661 }, - { "id": "beartrap", "fg": 662 }, - { "id": "landmine", "fg": 663 }, - { "id": "wire_mesh", "fg": 664 }, - { "id": "cannabis", "fg": 665 }, - { "id": "dnd_handbook", "fg": 667 }, - { "id": "holybook_bible1", "fg": 668 }, - { "id": "holybook_bible3", "fg": 669 }, - { "id": "l-stick", "fg": 670 }, - { "id": "l-stick_on", "fg": 671 }, - { "id": "makarovmag", "fg": 672 }, - { "id": "manual_brawl", "fg": 673 }, - { "id": "manual_carpentry", "fg": 674 }, - { "id": "manual_dodge_kid", "fg": 675 }, - { "id": "manual_driving", "fg": 676 }, - { "id": "manual_melee", "fg": 677 }, - { "id": "philosophy_book", "fg": 678 }, - { "id": "phonebook", "fg": 679 }, - { "id": "photo_album", "fg": 680 }, - { "id": "plastic_bucket", "fg": 681 }, - { "id": "record_weather", "fg": 682 }, - { "id": "straw_fedora", "fg": 683 }, - { "id": "textbook_computer", "fg": 684 }, - { "id": "textbook_fabrication", "fg": 685 }, - { "id": "textbook_survival", "fg": 686 }, - { "id": "water_faucet", "fg": 687 }, - { "id": "can_food", "fg": 688 }, - { "id": "can_food_big", "fg": 689 }, - { "id": "can_food_big_unsealed", "fg": 690 }, - { "id": "can_food_unsealed", "fg": 691 }, - { "id": "can_medium", "fg": 692 }, - { "id": "can_medium_unsealed", "fg": 693 }, - { "id": "clamp", "fg": 694 }, - { "id": "cured_hide", "fg": 695 }, - { "id": "cured_pelt", "fg": 696 }, - { "id": "demihuman_fat", "fg": 697 }, - { "id": "fat", "fg": 698 }, - { "id": "fat_tainted", "fg": 699 }, - { "id": "headscarf", "fg": 700 }, - { "id": "human_fat", "fg": 702 }, - { "id": "marloss_scarf", "fg": 707 }, - { "id": "meat", "fg": 708 }, - { "id": "meat_tainted", "fg": 709 }, - { "id": "mutant_fat", "fg": 710 }, - { "id": "mutant_human_fat", "fg": 711 }, - { "id": "mutant_human_flesh", "fg": 712 }, - { "id": "mutant_meat", "fg": 713 }, - { "id": "pipe_tobacco", "fg": 715 }, - { "id": "raw_fur", "fg": 718 }, - { "id": "raw_leather", "fg": 719 }, - { "id": "tanning_hide", "fg": 725 }, - { "id": "tanning_pelt", "fg": 726 }, - { "id": "analytical_set_basic", "fg": 728 }, - { "id": "balance_small", "fg": 729 }, - { "id": "beaker", "fg": 730 }, - { "id": "flask_glass", "fg": 731 }, - { "id": "gradcylinder", "fg": 732 }, - { "id": "ph_meter", "fg": 733 }, - { "id": "spectrophotometer", "fg": 734 }, - { "id": "test_tube", "fg": 735 }, - { "id": "voltmeter", "fg": 736 }, - { "id": "acidchitin_piece", "fg": 741 }, - { "id": "chitin_piece", "fg": 742 }, - { "id": "coin_dime", "fg": 761 }, - { "id": "coin_dollar", "fg": 762 }, - { "id": "coin_half_dollar", "fg": 763 }, - { "id": "coin_nickel", "fg": 764 }, - { "id": "coin_penny", "fg": 765 }, - { "id": "coin_quarter", "fg": 766 }, - { "id": "money_fifty", "fg": 767 }, - { "id": "money_five", "fg": 768 }, - { "id": "money_hundred", "fg": 769 }, - { "id": "money_one", "fg": 770 }, - { "id": "money_ten", "fg": 771 }, - { "id": "money_twenty", "fg": 772 }, - { "id": "money_two", "fg": 773 }, - { "id": "alexandrite_gold_earring", "fg": 774 }, - { "id": "alexandrite_platinum_earring", "fg": 775 }, - { "id": "alexandrite_silver_earring", "fg": 776 }, - { "id": "amethyst_gold_earring", "fg": 777 }, - { "id": "amethyst_platinum_earring", "fg": 778 }, - { "id": "amethyst_silver_earring", "fg": 779 }, - { "id": "aquamarine_gold_earring", "fg": 780 }, - { "id": "aquamarine_platinum_earring", "fg": 781 }, - { "id": "aquamarine_silver_earring", "fg": 782 }, - { "id": "bead_ear", "fg": 783 }, - { "id": "blue_topaz_gold_earring", "fg": 784 }, - { "id": "blue_topaz_platinum_earring", "fg": 785 }, - { "id": "blue_topaz_silver_earring", "fg": 786 }, - { "id": "citrine_gold_earring", "fg": 787 }, - { "id": "citrine_platinum_earring", "fg": 788 }, - { "id": "citrine_silver_earring", "fg": 789 }, - { "id": "copper_ear", "fg": 790 }, - { "id": "diamond_gold_earring", "fg": 791 }, - { "id": "diamond_platinum_earring", "fg": 792 }, - { "id": "diamond_silver_earring", "fg": 793 }, - { "id": "emerald_gold_earring", "fg": 794 }, - { "id": "emerald_platinum_earring", "fg": 795 }, - { "id": "emerald_silver_earring", "fg": 796 }, - { "id": "garnet_gold_earring", "fg": 797 }, - { "id": "garnet_platinum_earring", "fg": 798 }, - { "id": "garnet_silver_earring", "fg": 799 }, - { "id": "gold_ear", "fg": 800 }, - { "id": "opal_gold_earring", "fg": 801 }, - { "id": "opal_platinum_earring", "fg": 802 }, - { "id": "opal_silver_earring", "fg": 803 }, - { "id": "pearl_gold_earring", "fg": 804 }, - { "id": "pearl_platinum_earring", "fg": 805 }, - { "id": "pearl_silver_earring", "fg": 806 }, - { "id": "peridot_gold_earring", "fg": 807 }, - { "id": "peridot_platinum_earring", "fg": 808 }, - { "id": "peridot_silver_earring", "fg": 809 }, - { "id": "platinum_ear", "fg": 810 }, - { "id": "ruby_gold_earring", "fg": 811 }, - { "id": "ruby_platinum_earring", "fg": 812 }, - { "id": "ruby_silver_earring", "fg": 813 }, - { "id": "sapphire_gold_earring", "fg": 814 }, - { "id": "sapphire_platinum_earring", "fg": 815 }, - { "id": "sapphire_silver_earring", "fg": 816 }, - { "id": "silver_ear", "fg": 817 }, - { "id": "tourmaline_gold_earring", "fg": 818 }, - { "id": "tourmaline_platinum_earring", "fg": 819 }, - { "id": "tourmaline_silver_earring", "fg": 820 }, - { "id": "flaregun", "fg": 821 }, - { "id": "signal_flare", "fg": 822 }, - { "id": "bread", "fg": 823 }, - { "id": "brioche", "fg": 824 }, - { "id": "brown_bread", "fg": 825 }, - { "id": "brownie", "fg": 826 }, - { "id": "cornbread", "fg": 829 }, - { "id": "jihelucake", "fg": 830 }, - { "id": "pancakes", "fg": 831 }, - { "id": "sourdough_bread", "fg": 833 }, - { "id": "sponge_cake", "fg": 834 }, - { "id": "tortilla_corn", "fg": 835 }, - { "id": "wastebread", "fg": 837 }, - { "id": "airhorn", "fg": 838 }, - { "id": "aluminum_foil", "fg": 839 }, - { "id": "bowling_pin", "fg": 840 }, - { "id": "boxing_gloves", "fg": 841 }, - { "id": "chopsticks", "fg": 842 }, - { "id": "comb_pocket", "fg": 843 }, - { "id": "copper", "fg": 844 }, - { "id": "eclipse_glasses", "fg": 845 }, - { "id": "fish", "fg": 846 }, - { "id": "licorice", "fg": 847 }, - { "id": "metal_tank", "fg": 848 }, - { "id": "metal_tank_little", "fg": 849 }, - { "id": "nanomaterial", "fg": 850 }, - { "id": "plut_cell", "fg": 851 }, - { "id": "rebreather_filter", "fg": 852 }, - { "id": "rock_sock", "fg": 853 }, - { "id": "rollerskates", "fg": 854 }, - { "id": "sandpaper", "fg": 855 }, - { "id": "throwing_stick", "fg": 856 }, - { "id": "waterproof_gunmod", "fg": 857 }, - { "id": "circsaw_blade", "fg": 858 }, - { "id": "mirror", "fg": 859 }, - { "id": "glass_bowl", "fg": 860 }, - { "id": "plastic_bowl_kids", "fg": 861 }, - { "id": "blue_pen", "fg": 862 }, - { "id": "green_pen", "fg": 863 }, - { "id": "pen", "fg": 864 }, - { "id": "red_pen", "fg": 865 }, - { "id": "soldering_iron", "fg": 866 }, - { "id": "superglue", "fg": 867 }, - { "id": "grenade", "fg": 868 }, - { "id": "grenade_act", "fg": 869 }, - { "id": "grenade_emp", "fg": 870 }, - { "id": "grenade_emp_act", "fg": 871 }, - { "id": "grenade_inc", "fg": 872 }, - { "id": "grenade_inc_act", "fg": 873 }, - { "id": "pipebomb", "fg": 874 }, - { "id": "pipebomb_act", "fg": 875 }, - { "id": "scrambler", "fg": 876 }, - { "id": "scrambler_act", "fg": 877 }, - { "id": "smokebomb", "fg": 878 }, - { "id": "smokebomb_act", "fg": 879 }, - { "id": "boxcutter", "fg": 883 }, - { "id": "copper_knife", "fg": 884 }, - { "id": "diveknife", "fg": 885 }, - { "id": "knife_bread", "fg": 886 }, - { "id": "knife_butcher", "fg": 887 }, - { "id": "knife_carving", "fg": 888 }, - { "id": "knife_chef", "fg": 889 }, - { "id": "knife_combat", "fg": 890 }, - { "id": "knife_folding", "fg": 891 }, - { "id": "knife_hunting", "fg": 892 }, - { "id": "knife_paring", "fg": 893 }, - { "id": "knife_rambo", "fg": 894 }, - { "id": "knife_rm42", "fg": 895 }, - { "id": "knife_steak", "fg": 896 }, - { "id": "knife_swissarmy", "fg": 897 }, - { "id": "knife_trench", "fg": 898 }, - { "id": "makeshift_knife", "fg": 899 }, - { "id": "pockknife", "fg": 900 }, - { "id": "primitive_knife", "fg": 901 }, - { "id": "throwing_knife", "fg": 902 }, - { "id": "baseball", "fg": 924 }, - { "id": "basketball", "fg": 925 }, - { "id": "battery_car", "fg": 926 }, - { "id": "beach_volleyball", "fg": 927 }, - { "id": "bowling_ball", "fg": 928 }, - { "id": "cell_phone", "fg": 929 }, - { "id": "cell_phone_flashlight", "fg": 930 }, - { "id": "cigar", "fg": 931 }, - { "id": "cigar_butt", "fg": 932 }, - { "id": "cigar_lit", "fg": 933 }, - { "id": "ear_plugs", "fg": 935 }, - { "id": "fiddlehead_boiled", "fg": 936 }, - { "id": "fiddlehead_raw", "fg": 937 }, - { "id": "fiddlehead_sauteed", "fg": 938 }, - { "id": "flask_hip", "fg": 939 }, - { "id": "football", "fg": 940 }, - { "id": "golf_ball", "fg": 941 }, - { "id": "holo_sight", "fg": 942 }, - { "id": "indoor_volleyball", "fg": 943 }, - { "id": "misc_repairkit", "fg": 944 }, - { "id": "mre_beef_box", "fg": 945 }, - { "id": "peephole", "fg": 946 }, - { "id": "portable_game", "fg": 947 }, - { "id": "puck", "fg": 948 }, - { "id": "purse", "fg": 949 }, - { "id": "suppressor", "fg": 950 }, - { "id": "tourniquet_upper", "fg": 951 }, - { "id": "two_way_radio", "fg": 952 }, - { "id": "wristwatch", "fg": 953 }, - { "id": "mushroom", "fg": 954 }, - { "id": "cable_speaker", "fg": 955 }, - { "id": "headphones_circumaural", "fg": 956 }, - { "id": "microphone_xlr_generic", "fg": 957 }, - { "id": "popcan_stove", "fg": 998 }, - { "id": "rad_badge", "fg": 999 }, - { "id": "alexandrite_gold_ring", "fg": 1001 }, - { "id": "alexandrite_platinum_ring", "fg": 1002 }, - { "id": "alexandrite_silver_ring", "fg": 1003 }, - { "id": "amethyst_gold_ring", "fg": 1004 }, - { "id": "amethyst_platinum_ring", "fg": 1005 }, - { "id": "amethyst_silver_ring", "fg": 1006 }, - { "id": "aquamarine_gold_ring", "fg": 1007 }, - { "id": "aquamarine_platinum_ring", "fg": 1008 }, - { "id": "aquamarine_silver_ring", "fg": 1009 }, - { "id": "blue_topaz_gold_ring", "fg": 1010 }, - { "id": "blue_topaz_platinum_ring", "fg": 1011 }, - { "id": "blue_topaz_silver_ring", "fg": 1012 }, - { "id": "citrine_gold_ring", "fg": 1013 }, - { "id": "citrine_platinum_ring", "fg": 1014 }, - { "id": "citrine_silver_ring", "fg": 1015 }, - { "id": "diamond_platinum_ring", "fg": 1016 }, - { "id": "diamond_ring", "fg": 1017 }, - { "id": "diamond_silver_ring", "fg": 1018 }, - { "id": "emerald_gold_ring", "fg": 1019 }, - { "id": "emerald_platinum_ring", "fg": 1020 }, - { "id": "emerald_silver_ring", "fg": 1021 }, - { "id": "garnet_gold_ring", "fg": 1022 }, - { "id": "garnet_platinum_ring", "fg": 1023 }, - { "id": "garnet_silver_ring", "fg": 1024 }, - { "id": "gold_ring", "fg": 1025 }, - { "id": "opal_gold_ring", "fg": 1026 }, - { "id": "opal_platinum_ring", "fg": 1027 }, - { "id": "opal_silver_ring", "fg": 1028 }, - { "id": "pearl_gold_ring", "fg": 1029 }, - { "id": "pearl_platinum_ring", "fg": 1030 }, - { "id": "pearl_silver_ring", "fg": 1031 }, - { "id": "peridot_gold_ring", "fg": 1032 }, - { "id": "peridot_platinum_ring", "fg": 1033 }, - { "id": "peridot_silver_ring", "fg": 1034 }, - { "id": "ring_engagement", "fg": 1035 }, - { "id": "ruby_gold_ring", "fg": 1036 }, - { "id": "ruby_platinum_ring", "fg": 1037 }, - { "id": "ruby_silver_ring", "fg": 1038 }, - { "id": "sapphire_gold_ring", "fg": 1039 }, - { "id": "sapphire_platinum_ring", "fg": 1040 }, - { "id": "sapphire_silver_ring", "fg": 1041 }, - { "id": "tourmaline_gold_ring", "fg": 1042 }, - { "id": "tourmaline_platinum_ring", "fg": 1043 }, - { "id": "tourmaline_silver_ring", "fg": 1044 }, - { "id": "pebble", "fg": 1045 }, - { "id": "pebble_clay", "fg": 1046 }, - { "id": "rock", "fg": 1047 }, - { "id": "rock_flaking", "fg": 1048 }, - { "id": "rock_large", "fg": 1049 }, - { "id": "slime_scrap", "fg": 1058 }, - { "id": "clay_teapot", "fg": 1062 }, - { "id": "crucible", "fg": 1065 }, - { "id": "tire_iron", "fg": 1078 }, - { "id": "towel", "fg": 1093 }, - { "id": "towel_soiled", "fg": 1094 }, - { "id": "towel_wet", "fg": 1095 }, - { "id": "battery_charger", "fg": 1096 }, - { "id": "recharge_station", "fg": 1097 }, - { "id": "wax", "fg": 1100 } + { "id": "fishing_hook_bone", "fg": 142 }, + { "id": "flask_yeast", "fg": 143 }, + { "id": "flint_steel", "fg": 144 }, + { "id": "flute", "fg": 145 }, + { "id": "folding_poncho", "fg": 146 }, + { "id": "food_processor", "fg": 147 }, + { "id": "footrags", "fg": 148 }, + { "id": "footrags_fur", "fg": 149 }, + { "id": "footrags_leather", "fg": 150 }, + { "id": "footrags_wool", "fg": 151 }, + { "id": "frisbee", "fg": 152 }, + { "id": "g_paint", "fg": 153 }, + { "id": "garlic", "fg": 154 }, + { "id": "garlic_press", "fg": 155 }, + { "id": "glass_plate", "fg": 156 }, + { "id": "glass_tinted", "fg": 157 }, + { "id": "glasses_bifocal", "fg": 158 }, + { "id": "gloves_light", "fg": 160 }, + { "id": "hair_dryer", "fg": 161 }, + { "id": "hammer_sledge", "fg": 162 }, + { "id": "hammer_sledge_engineer", "fg": 163 }, + { "id": "hammer_sledge_heavy", "fg": 164 }, + { "id": "hammer_sledge_short", "fg": 165 }, + { "id": "hand_axe", "fg": 166 }, + { "id": "hand_drill", "fg": 167 }, + { "id": "hand_rims", "fg": 168 }, + { "id": "handrolled_cig", "fg": 169 }, + { "id": "hard_steel_armor", "fg": 170 }, + { "id": "harmonica_holder", "fg": 171 }, + { "id": "hat_chef", "fg": 172 }, + { "id": "iron_pot", "fg": 173 }, + { "id": "jack", "fg": 174 }, + { "id": "jack_makeshift", "fg": 175 }, + { "id": "jack_small", "fg": 176 }, + { "id": "kettle", "fg": 178 }, + { "id": "ladle", "fg": 179 }, + { "id": "laptop", "fg": 180 }, + { "id": "leg_warmers", "fg": 181 }, + { "id": "link_sheet", "fg": 182 }, + { "id": "machete", "fg": 183 }, + { "id": "makeshift_bayonet", "fg": 184 }, + { "id": "makeshift_hammer", "fg": 185 }, + { "id": "makeshift_machete", "fg": 186 }, + { "id": "makeshift_stethoscope", "fg": 187 }, + { "id": "matches", "fg": 188 }, + { "id": "material_shrd_limestone", "fg": 189 }, + { "id": "mbag", "fg": 190 }, + { "id": "mess_kit", "fg": 191 }, + { "id": "mess_tin", "fg": 192 }, + { "id": "meth", "fg": 193 }, + { "id": "mil_mess_kit", "fg": 194 }, + { "id": "morphine", "fg": 195 }, + { "id": "mortar_pestle", "fg": 196 }, + { "id": "motor_tiny", "fg": 197 }, + { "id": "mouthpiece", "fg": 198 }, + { "id": "office_holepunch", "fg": 199 }, + { "id": "omnicamera", "fg": 200 }, + { "id": "p_paint", "fg": 201 }, + { "id": "paint_brush", "fg": 202 }, + { "id": "pan", "fg": 203 }, + { "id": "paper", "fg": 204 }, + { "id": "peeler", "fg": 205 }, + { "id": "pipe_fittings", "fg": 206 }, + { "id": "plastic_pot_flower", "fg": 207 }, + { "id": "pliers", "fg": 208 }, + { "id": "plums", "fg": 209 }, + { "id": "pot", "fg": 210 }, + { "id": "pot_canning", "fg": 211 }, + { "id": "pot_copper", "fg": 212 }, + { "id": "pot_helmet", "fg": 213 }, + { "id": "pot_makeshift", "fg": 214 }, + { "id": "pot_makeshift_copper", "fg": 215 }, + { "id": "potato_masher", "fg": 216 }, + { "id": "r_paint", "fg": 217 }, + { "id": "reading_light", "fg": 218 }, + { "id": "reading_light_on", "fg": 219 }, + { "id": "receiver", "fg": 220 }, + { "id": "reinforced_glass_pane", "fg": 221 }, + { "id": "rolling_pin", "fg": 222 }, + { "id": "scrap_bronze", "fg": 223 }, + { "id": "scrap_felt", "fg": 224 }, + { "id": "sheet_felt", "fg": 225 }, + { "id": "sheet_felt_patchwork", "fg": 226 }, + { "id": "shocktonfa_off", "fg": 227 }, + { "id": "shocktonfa_on", "fg": 228 }, + { "id": "slingpack", "fg": 229 }, + { "id": "smart_phone", "fg": 230 }, + { "id": "soap", "fg": 231 }, + { "id": "solder_wire", "fg": 232 }, + { "id": "spatula", "fg": 233 }, + { "id": "spider_egg", "fg": 234 }, + { "id": "spike", "fg": 235 }, + { "id": "steel_armor", "fg": 236 }, + { "id": "steel_pan", "fg": 237 }, + { "id": "stethoscope", "fg": 238 }, + { "id": "stock_pot", "fg": 239 }, + { "id": "survivor_mess_kit", "fg": 241 }, + { "id": "swage", "fg": 242 }, + { "id": "tazer", "fg": 243 }, + { "id": "teleumbrella", "fg": 244 }, + { "id": "tinder", "fg": 245 }, + { "id": "tinderbox", "fg": 246 }, + { "id": "tinfoil_hat", "fg": 247 }, + { "id": "tonfa", "fg": 248 }, + { "id": "tonfa_wood", "fg": 249 }, + { "id": "tongs", "fg": 250 }, + { "id": "tripwire", "fg": 251 }, + { "id": "unfinished_charcoal", "fg": 252 }, + { "id": "w_paint", "fg": 253 }, + { "id": "water_purifier", "fg": 254 }, + { "id": "wheel", "fg": 255 }, + { "id": "wheel_10", "fg": 256 }, + { "id": "wheel_barrow", "fg": 257 }, + { "id": "wheel_bicycle", "fg": 258 }, + { "id": "wheel_bicycle_or", "fg": 259 }, + { "id": "wheel_motorbike", "fg": 260 }, + { "id": "wheel_motorbike_or", "fg": 261 }, + { "id": "wheel_skate", "fg": 262 }, + { "id": "wheel_slick", "fg": 263 }, + { "id": "wheel_small", "fg": 264 }, + { "id": "wheel_tricycle", "fg": 265 }, + { "id": "wheel_wheelchair", "fg": 266 }, + { "id": "whisk", "fg": 267 }, + { "id": "wine_glass", "fg": 268 }, + { "id": "wire_barbed", "fg": 269 }, + { "id": "y_paint", "fg": 270 }, + { "id": "halligan", "fg": 271 }, + { "id": "cig", "fg": 297 }, + { "id": "cig_lit", "fg": 298 }, + { "id": "copper_ring", "fg": 299 }, + { "id": "g_shovel", "fg": 300 }, + { "id": "lsd", "fg": 301 }, + { "id": "silver_ring", "fg": 302 }, + { "id": "thermal_mask", "fg": 303 }, + { "id": "thermal_socks", "fg": 304 }, + { "id": "tie_clipon", "fg": 305 }, + { "id": "whistle", "fg": 306 }, + { "id": "2_shot_special", "fg": 307 }, + { "id": "LAW_Packed", "fg": 309 }, + { "id": "af2011a1_38super", "fg": 311 }, + { "id": "ar_pistol", "fg": 312 }, + { "id": "ashot", "fg": 313 }, + { "id": "bfr", "fg": 314 }, + { "id": "bigun", "fg": 315 }, + { "id": "bond_410", "fg": 316 }, + { "id": "bt_apc9k", "fg": 317 }, + { "id": "colt_army", "fg": 318 }, + { "id": "colt_navy", "fg": 319 }, + { "id": "colt_saa", "fg": 320 }, + { "id": "cop_38", "fg": 321 }, + { "id": "cz75", "fg": 322 }, + { "id": "deagle_44", "fg": 323 }, + { "id": "draco", "fg": 324 }, + { "id": "flamethrower_crude", "fg": 325 }, + { "id": "flamethrower_simple", "fg": 326 }, + { "id": "fn1910", "fg": 327 }, + { "id": "fn57", "fg": 328 }, + { "id": "fn_p90", "fg": 329 }, + { "id": "glock_17", "fg": 330 }, + { "id": "glock_18c", "fg": 331 }, + { "id": "glock_19", "fg": 332 }, + { "id": "glock_20", "fg": 333 }, + { "id": "glock_20_var_glock_40", "fg": 334 }, + { "id": "glock_21", "fg": 335 }, + { "id": "glock_22", "fg": 336 }, + { "id": "glock_29", "fg": 337 }, + { "id": "glock_31", "fg": 338 }, + { "id": "hi_power_40", "fg": 339 }, + { "id": "hi_power_9mm", "fg": 340 }, + { "id": "hk_mp5_semi_pistol", "fg": 342 }, + { "id": "hk_mp7", "fg": 343 }, + { "id": "hk_ump45", "fg": 344 }, + { "id": "hptc9", "fg": 345 }, + { "id": "hptcf380", "fg": 346 }, + { "id": "kp32", "fg": 348 }, + { "id": "kp3at", "fg": 349 }, + { "id": "kpf9", "fg": 350 }, + { "id": "l_bak_223", "fg": 351 }, + { "id": "launcher_simple", "fg": 352 }, + { "id": "lemat_revolver", "fg": 353 }, + { "id": "m11", "fg": 354 }, + { "id": "m17", "fg": 355 }, + { "id": "m18", "fg": 356 }, + { "id": "m1911-460", "fg": 357 }, + { "id": "m1911_10", "fg": 359 }, + { "id": "m1911_var_m1911_MEU", "fg": 360 }, + { "id": "m320", "fg": 361 }, + { "id": "m4_carbine_var_m4_cqbr", "fg": 362 }, + { "id": "m9", "fg": 363 }, + { "id": "mac_10", "fg": 364 }, + { "id": "mac_11", "fg": 365 }, + { "id": "makarov", "fg": 366 }, + { "id": "mauser_c96", "fg": 367 }, + { "id": "mauser_m714", "fg": 368 }, + { "id": "mgl", "fg": 369 }, + { "id": "minispeargun", "fg": 370 }, + { "id": "model_10_revolver", "fg": 371 }, + { "id": "moss_brownie", "fg": 372 }, + { "id": "nailgun", "fg": 373 }, + { "id": "nailrifle", "fg": 374 }, + { "id": "needlepistol", "fg": 375 }, + { "id": "oa93", "fg": 376 }, + { "id": "p08", "fg": 377 }, + { "id": "p220_10", "fg": 378 }, + { "id": "p226_357sig", "fg": 379 }, + { "id": "p226_9mm", "fg": 380 }, + { "id": "p320_357sig", "fg": 381 }, + { "id": "paintballgun", "fg": 382 }, + { "id": "pipe_double_shotgun", "fg": 383 }, + { "id": "pistol_flintlock", "fg": 384 }, + { "id": "px4", "fg": 385 }, + { "id": "px4_40", "fg": 386 }, + { "id": "raging_bull", "fg": 387 }, + { "id": "raging_judge", "fg": 388 }, + { "id": "revolver_shotgun", "fg": 389 }, + { "id": "rm103a_pistol", "fg": 390 }, + { "id": "rm2000_smg", "fg": 391 }, + { "id": "rm228", "fg": 392 }, + { "id": "ruger_lcr_22", "fg": 393 }, + { "id": "ruger_lcr_38", "fg": 394 }, + { "id": "ruger_redhawk", "fg": 395 }, + { "id": "rugerlcp", "fg": 396 }, + { "id": "sig_40", "fg": 397 }, + { "id": "sig_mosquito", "fg": 398 }, + { "id": "sig_p230", "fg": 399 }, + { "id": "skorpion_61", "fg": 400 }, + { "id": "smg_40", "fg": 401 }, + { "id": "smg_45", "fg": 402 }, + { "id": "sp2022", "fg": 403 }, + { "id": "streetsweeper", "fg": 404 }, + { "id": "surv_hand_cannon", "fg": 405 }, + { "id": "surv_six_shooter", "fg": 406 }, + { "id": "sw629", "fg": 407 }, + { "id": "sw_22", "fg": 408 }, + { "id": "sw_500", "fg": 409 }, + { "id": "sw_610", "fg": 410 }, + { "id": "sw_619", "fg": 411 }, + { "id": "taurus_spectrum", "fg": 412 }, + { "id": "tec9", "fg": 413 }, + { "id": "tokarev", "fg": 414 }, + { "id": "triple_launcher_simple", "fg": 415 }, + { "id": "unbio_blaster_gun", "fg": 416 }, + { "id": "usp_45", "fg": 417 }, + { "id": "usp_45_var_mk23", "fg": 418 }, + { "id": "usp_9mm", "fg": 419 }, + { "id": "uzi", "fg": 420 }, + { "id": "v29", "fg": 421 }, + { "id": "v29_cheap", "fg": 422 }, + { "id": "walther_ccp", "fg": 423 }, + { "id": "walther_p22", "fg": 424 }, + { "id": "walther_p38", "fg": 425 }, + { "id": "walther_ppq_40", "fg": 426 }, + { "id": "walther_ppq_45", "fg": 427 }, + { "id": "walther_ppq_9mm", "fg": 428 }, + { "id": "witness_10", "fg": 429 }, + { "id": "xd_10", "fg": 430 }, + { "id": "book_pieces", "fg": 445 }, + { "id": "book_ruined", "fg": 446 }, + { "id": "button_plastic", "fg": 485 }, + { "id": "button_steel", "fg": 486 }, + { "id": "button_wood", "fg": 487 }, + { "id": "antenna", "fg": 488 }, + { "id": "badge_deputy", "fg": 489 }, + { "id": "coconut", "fg": 490 }, + { "id": "directional_antenna", "fg": 491 }, + { "id": "halter_top", "fg": 492 }, + { "id": "hand_crank_charger", "fg": 493 }, + { "id": "hops", "fg": 494 }, + { "id": "kidney", "fg": 495 }, + { "id": "lettuce", "fg": 496 }, + { "id": "lily_flower", "fg": 497 }, + { "id": "scorecard", "fg": 498 }, + { "id": "spinach", "fg": 499 }, + { "id": "altered_comb", "fg": 500 }, + { "id": "gasdiscount_gold", "fg": 501 }, + { "id": "gasdiscount_platinum", "fg": 502 }, + { "id": "gasdiscount_silver", "fg": 503 }, + { "id": "gold_hairpin", "fg": 504 }, + { "id": "nanoskirt", "fg": 505 }, + { "id": "pearl", "fg": 506 }, + { "id": "platinum_ring", "fg": 507 }, + { "id": "skirt_grass", "fg": 508 }, + { "id": "skirt_leather", "fg": 509 }, + { "id": "wallet_leather", "fg": 510 }, + { "id": "copper_necklace", "fg": 511 }, + { "id": "pearl_collar", "fg": 512 }, + { "id": "alexandrite_gold_pendant_necklace", "fg": 513 }, + { "id": "amethyst_gold_pendant_necklace", "fg": 514 }, + { "id": "aquamarine_gold_pendant_necklace", "fg": 515 }, + { "id": "blue_topaz_gold_pendant_necklace", "fg": 516 }, + { "id": "citrine_gold_pendant_necklace", "fg": 517 }, + { "id": "diamond_gold_pendant_necklace", "fg": 518 }, + { "id": "emerald_gold_pendant_necklace", "fg": 519 }, + { "id": "garnet_gold_pendant_necklace", "fg": 520 }, + { "id": "gold_necklace", "fg": 521 }, + { "id": "opal_gold_pendant_necklace", "fg": 522 }, + { "id": "pearl_gold_pendant_necklace", "fg": 523 }, + { "id": "peridot_gold_pendant_necklace", "fg": 524 }, + { "id": "ruby_gold_pendant_necklace", "fg": 525 }, + { "id": "sapphire_gold_pendant_necklace", "fg": 526 }, + { "id": "tourmaline_gold_pendant_necklace", "fg": 527 }, + { "id": "alexandrite_platinum_pendant_necklace", "fg": 528 }, + { "id": "amethyst_platinum_pendant_necklace", "fg": 529 }, + { "id": "aquamarine_platinum_pendant_necklace", "fg": 530 }, + { "id": "blue_topaz_platinum_pendant_necklace", "fg": 531 }, + { "id": "citrine_platinum_pendant_necklace", "fg": 532 }, + { "id": "diamond_platinum_pendant_necklace", "fg": 533 }, + { "id": "emerald_platinum_pendant_necklace", "fg": 534 }, + { "id": "garnet_platinum_pendant_necklace", "fg": 535 }, + { "id": "opal_platinum_pendant_necklace", "fg": 536 }, + { "id": "pearl_platinum_pendant_necklace", "fg": 537 }, + { "id": "peridot_platinum_pendant_necklace", "fg": 538 }, + { "id": "platinum_necklace", "fg": 539 }, + { "id": "ruby_platinum_pendant_necklace", "fg": 540 }, + { "id": "sapphire_platinum_pendant_necklace", "fg": 541 }, + { "id": "tourmaline_platinum_pendant_necklace", "fg": 542 }, + { "id": "alexandrite_silver_pendant_necklace", "fg": 543 }, + { "id": "amethyst_silver_pendant_necklace", "fg": 544 }, + { "id": "aquamarine_silver_pendant_necklace", "fg": 545 }, + { "id": "blue_topaz_silver_pendant_necklace", "fg": 546 }, + { "id": "citrine_silver_pendant_necklace", "fg": 547 }, + { "id": "diamond_silver_pendant_necklace", "fg": 548 }, + { "id": "emerald_silver_pendant_necklace", "fg": 549 }, + { "id": "garnet_silver_pendant_necklace", "fg": 550 }, + { "id": "opal_silver_pendant_necklace", "fg": 551 }, + { "id": "pearl_silver_pendant_necklace", "fg": 552 }, + { "id": "peridot_silver_pendant_necklace", "fg": 553 }, + { "id": "ruby_silver_pendant_necklace", "fg": 554 }, + { "id": "sapphire_silver_pendant_necklace", "fg": 555 }, + { "id": "silver_necklace", "fg": 556 }, + { "id": "tourmaline_silver_pendant_necklace", "fg": 557 }, + { "id": "alder_bark", "fg": 558 }, + { "id": "barrette", "fg": 559 }, + { "id": "birchbark", "fg": 560 }, + { "id": "caff_gum", "fg": 561 }, + { "id": "cattail_stalk", "fg": 562 }, + { "id": "golf_tee", "fg": 563 }, + { "id": "gum", "fg": 564 }, + { "id": "hand_pump", "fg": 565 }, + { "id": "honeydew", "fg": 566 }, + { "id": "ifak_pouch", "fg": 567 }, + { "id": "knitting_needles", "fg": 568 }, + { "id": "lasagne", "fg": 569 }, + { "id": "magnifying_glass", "fg": 570 }, + { "id": "mininuke", "fg": 571 }, + { "id": "mininuke_act", "fg": 572 }, + { "id": "net", "fg": 573 }, + { "id": "rolling_paper", "fg": 574 }, + { "id": "tanbark", "fg": 575 }, + { "id": "willowbark", "fg": 578 }, + { "id": "shoulder_strap", "fg": 579 }, + { "id": "deck_of_cards", "fg": 580 }, + { "id": "hairpin", "fg": 581 }, + { "id": "weed", "fg": 582 }, + { "id": "ceramic_bowl", "fg": 583 }, + { "id": "chestrig", "fg": 584 }, + { "id": "radio_car", "fg": 585 }, + { "id": "radio_car_box", "fg": 586 }, + { "id": "radio_car_on", "fg": 587 }, + { "id": "radio_car_wheel", "fg": 588 }, + { "id": "radiocontrol", "fg": 589 }, + { "id": "rc_car_box", "fg": 590 }, + { "id": "toaster", "fg": 591 }, + { "id": "xl_chestrig", "fg": 592 }, + { "id": "alternator_truck", "fg": 594 }, + { "id": "ammolink", "fg": 595 }, + { "id": "angle_grinder", "fg": 596 }, + { "id": "atomic_lamp", "fg": 597 }, + { "id": "atomic_lamp_off", "fg": 598 }, + { "id": "barometer", "fg": 599 }, + { "id": "birdfood", "fg": 600 }, + { "id": "bismuth", "fg": 601 }, + { "id": "brick_kiln", "fg": 602 }, + { "id": "caffeine", "fg": 603 }, + { "id": "caltrops", "fg": 604 }, + { "id": "caltrops_glass", "fg": 605 }, + { "id": "camera", "fg": 606 }, + { "id": "chem_citric_acid", "fg": 607 }, + { "id": "chem_sulphur", "fg": 608 }, + { "id": "chunk_sulfur", "fg": 609 }, + { "id": "circsaw_off", "fg": 610 }, + { "id": "circsaw_on", "fg": 611 }, + { "id": "coal_lump", "fg": 612 }, + { "id": "con_mix", "fg": 613 }, + { "id": "disc_golf", "fg": 614 }, + { "id": "drivebelt", "fg": 615 }, + { "id": "eink_tablet_pc", "fg": 616 }, + { "id": "flatbread", "fg": 617 }, + { "id": "gelbox", "fg": 619 }, + { "id": "generator_7500w", "fg": 620 }, + { "id": "glowstick", "fg": 621 }, + { "id": "glowstick_dead", "fg": 622 }, + { "id": "glowstick_lit", "fg": 623 }, + { "id": "gold_small", "fg": 624 }, + { "id": "golf_club", "fg": 625 }, + { "id": "handflare", "fg": 626 }, + { "id": "heatpack", "fg": 627 }, + { "id": "heatpack_used", "fg": 628 }, + { "id": "hoe", "fg": 629 }, + { "id": "homeopathic_pills", "fg": 630 }, + { "id": "horn_bicycle", "fg": 631 }, + { "id": "jumper_cable", "fg": 632 }, + { "id": "kiln", "fg": 633 }, + { "id": "lead", "fg": 634 }, + { "id": "leather", "fg": 635 }, + { "id": "lightstrip", "fg": 636 }, + { "id": "material_aluminium_ingot", "fg": 637 }, + { "id": "material_limestone", "fg": 638 }, + { "id": "material_rhodonite", "fg": 639 }, + { "id": "material_rocksalt", "fg": 640 }, + { "id": "material_zincite", "fg": 641 }, + { "id": "metal_smoother", "fg": 642 }, + { "id": "multitool", "fg": 644 }, + { "id": "nic_gum", "fg": 645 }, + { "id": "pencil", "fg": 646 }, + { "id": "pipe_cleaner", "fg": 647 }, + { "id": "pipe_glass", "fg": 648 }, + { "id": "platinum_small", "fg": 650 }, + { "id": "polisher", "fg": 651 }, + { "id": "press", "fg": 652 }, + { "id": "puller", "fg": 653 }, + { "id": "rake", "fg": 654 }, + { "id": "razorclaw_roe", "fg": 655 }, + { "id": "sickle", "fg": 656 }, + { "id": "silver_small", "fg": 657 }, + { "id": "small_repairkit", "fg": 658 }, + { "id": "tanned_hide", "fg": 659 }, + { "id": "tanned_pelt", "fg": 660 }, + { "id": "tourist_table", "fg": 661 }, + { "id": "zinc_metal", "fg": 662 }, + { "id": "beartrap", "fg": 663 }, + { "id": "landmine", "fg": 664 }, + { "id": "wire_mesh", "fg": 665 }, + { "id": "cannabis", "fg": 666 }, + { "id": "dnd_handbook", "fg": 668 }, + { "id": "holybook_bible1", "fg": 669 }, + { "id": "holybook_bible3", "fg": 670 }, + { "id": "l-stick", "fg": 671 }, + { "id": "l-stick_on", "fg": 672 }, + { "id": "makarovmag", "fg": 673 }, + { "id": "manual_brawl", "fg": 674 }, + { "id": "manual_carpentry", "fg": 675 }, + { "id": "manual_dodge_kid", "fg": 676 }, + { "id": "manual_driving", "fg": 677 }, + { "id": "manual_melee", "fg": 678 }, + { "id": "philosophy_book", "fg": 679 }, + { "id": "phonebook", "fg": 680 }, + { "id": "photo_album", "fg": 681 }, + { "id": "plastic_bucket", "fg": 682 }, + { "id": "record_weather", "fg": 683 }, + { "id": "straw_fedora", "fg": 684 }, + { "id": "textbook_computer", "fg": 685 }, + { "id": "textbook_fabrication", "fg": 686 }, + { "id": "textbook_survival", "fg": 687 }, + { "id": "water_faucet", "fg": 688 }, + { "id": "can_food", "fg": 689 }, + { "id": "can_food_big", "fg": 690 }, + { "id": "can_food_big_unsealed", "fg": 691 }, + { "id": "can_food_unsealed", "fg": 692 }, + { "id": "can_medium", "fg": 693 }, + { "id": "can_medium_unsealed", "fg": 694 }, + { "id": "clamp", "fg": 695 }, + { "id": "cured_hide", "fg": 696 }, + { "id": "cured_pelt", "fg": 697 }, + { "id": "demihuman_fat", "fg": 698 }, + { "id": "fat", "fg": 699 }, + { "id": "fat_tainted", "fg": 700 }, + { "id": "headscarf", "fg": 701 }, + { "id": "human_fat", "fg": 703 }, + { "id": "marloss_scarf", "fg": 708 }, + { "id": "meat", "fg": 709 }, + { "id": "meat_tainted", "fg": 710 }, + { "id": "mutant_fat", "fg": 711 }, + { "id": "mutant_human_fat", "fg": 712 }, + { "id": "mutant_human_flesh", "fg": 713 }, + { "id": "mutant_meat", "fg": 714 }, + { "id": "pipe_tobacco", "fg": 716 }, + { "id": "punch_nail", "fg": 718 }, + { "id": "raw_fur", "fg": 720 }, + { "id": "raw_leather", "fg": 721 }, + { "id": "stapler", "fg": 726 }, + { "id": "tanning_hide", "fg": 728 }, + { "id": "tanning_pelt", "fg": 729 }, + { "id": "analytical_set_basic", "fg": 731 }, + { "id": "balance_small", "fg": 732 }, + { "id": "beaker", "fg": 733 }, + { "id": "flask_glass", "fg": 734 }, + { "id": "gradcylinder", "fg": 735 }, + { "id": "ph_meter", "fg": 736 }, + { "id": "spectrophotometer", "fg": 737 }, + { "id": "test_tube", "fg": 738 }, + { "id": "voltmeter", "fg": 739 }, + { "id": "acidchitin_piece", "fg": 744 }, + { "id": "chitin_piece", "fg": 745 }, + { "id": "coin_dime", "fg": 764 }, + { "id": "coin_dollar", "fg": 765 }, + { "id": "coin_half_dollar", "fg": 766 }, + { "id": "coin_nickel", "fg": 767 }, + { "id": "coin_penny", "fg": 768 }, + { "id": "coin_quarter", "fg": 769 }, + { "id": "money_fifty", "fg": 770 }, + { "id": "money_five", "fg": 771 }, + { "id": "money_hundred", "fg": 772 }, + { "id": "money_one", "fg": 773 }, + { "id": "money_ten", "fg": 774 }, + { "id": "money_twenty", "fg": 775 }, + { "id": "money_two", "fg": 776 }, + { "id": "alexandrite_gold_earring", "fg": 777 }, + { "id": "alexandrite_platinum_earring", "fg": 778 }, + { "id": "alexandrite_silver_earring", "fg": 779 }, + { "id": "amethyst_gold_earring", "fg": 780 }, + { "id": "amethyst_platinum_earring", "fg": 781 }, + { "id": "amethyst_silver_earring", "fg": 782 }, + { "id": "aquamarine_gold_earring", "fg": 783 }, + { "id": "aquamarine_platinum_earring", "fg": 784 }, + { "id": "aquamarine_silver_earring", "fg": 785 }, + { "id": "bead_ear", "fg": 786 }, + { "id": "blue_topaz_gold_earring", "fg": 787 }, + { "id": "blue_topaz_platinum_earring", "fg": 788 }, + { "id": "blue_topaz_silver_earring", "fg": 789 }, + { "id": "citrine_gold_earring", "fg": 790 }, + { "id": "citrine_platinum_earring", "fg": 791 }, + { "id": "citrine_silver_earring", "fg": 792 }, + { "id": "copper_ear", "fg": 793 }, + { "id": "diamond_gold_earring", "fg": 794 }, + { "id": "diamond_platinum_earring", "fg": 795 }, + { "id": "diamond_silver_earring", "fg": 796 }, + { "id": "emerald_gold_earring", "fg": 797 }, + { "id": "emerald_platinum_earring", "fg": 798 }, + { "id": "emerald_silver_earring", "fg": 799 }, + { "id": "garnet_gold_earring", "fg": 800 }, + { "id": "garnet_platinum_earring", "fg": 801 }, + { "id": "garnet_silver_earring", "fg": 802 }, + { "id": "gold_ear", "fg": 803 }, + { "id": "opal_gold_earring", "fg": 804 }, + { "id": "opal_platinum_earring", "fg": 805 }, + { "id": "opal_silver_earring", "fg": 806 }, + { "id": "pearl_gold_earring", "fg": 807 }, + { "id": "pearl_platinum_earring", "fg": 808 }, + { "id": "pearl_silver_earring", "fg": 809 }, + { "id": "peridot_gold_earring", "fg": 810 }, + { "id": "peridot_platinum_earring", "fg": 811 }, + { "id": "peridot_silver_earring", "fg": 812 }, + { "id": "platinum_ear", "fg": 813 }, + { "id": "ruby_gold_earring", "fg": 814 }, + { "id": "ruby_platinum_earring", "fg": 815 }, + { "id": "ruby_silver_earring", "fg": 816 }, + { "id": "sapphire_gold_earring", "fg": 817 }, + { "id": "sapphire_platinum_earring", "fg": 818 }, + { "id": "sapphire_silver_earring", "fg": 819 }, + { "id": "silver_ear", "fg": 820 }, + { "id": "tourmaline_gold_earring", "fg": 821 }, + { "id": "tourmaline_platinum_earring", "fg": 822 }, + { "id": "tourmaline_silver_earring", "fg": 823 }, + { "id": "flaregun", "fg": 824 }, + { "id": "signal_flare", "fg": 825 }, + { "id": "bread", "fg": 826 }, + { "id": "brioche", "fg": 827 }, + { "id": "brown_bread", "fg": 828 }, + { "id": "brownie", "fg": 829 }, + { "id": "cornbread", "fg": 832 }, + { "id": "jihelucake", "fg": 833 }, + { "id": "pancakes", "fg": 834 }, + { "id": "sourdough_bread", "fg": 836 }, + { "id": "sponge_cake", "fg": 837 }, + { "id": "tortilla_corn", "fg": 838 }, + { "id": "wastebread", "fg": 840 }, + { "id": "airhorn", "fg": 841 }, + { "id": "aluminum_foil", "fg": 842 }, + { "id": "bowling_pin", "fg": 843 }, + { "id": "boxing_gloves", "fg": 844 }, + { "id": "chopsticks", "fg": 845 }, + { "id": "comb_pocket", "fg": 846 }, + { "id": "copper", "fg": 847 }, + { "id": "eclipse_glasses", "fg": 848 }, + { "id": "fish", "fg": 849 }, + { "id": "licorice", "fg": 850 }, + { "id": "metal_tank", "fg": 851 }, + { "id": "metal_tank_little", "fg": 852 }, + { "id": "nanomaterial", "fg": 853 }, + { "id": "plut_cell", "fg": 854 }, + { "id": "rebreather_filter", "fg": 855 }, + { "id": "rock_sock", "fg": 856 }, + { "id": "rollerskates", "fg": 857 }, + { "id": "sandpaper", "fg": 858 }, + { "id": "throwing_stick", "fg": 859 }, + { "id": "waterproof_gunmod", "fg": 860 }, + { "id": "circsaw_blade", "fg": 861 }, + { "id": "mirror", "fg": 862 }, + { "id": "glass_bowl", "fg": 863 }, + { "id": "plastic_bowl_kids", "fg": 864 }, + { "id": "blue_pen", "fg": 865 }, + { "id": "green_pen", "fg": 866 }, + { "id": "pen", "fg": 867 }, + { "id": "red_pen", "fg": 868 }, + { "id": "soldering_iron", "fg": 869 }, + { "id": "superglue", "fg": 870 }, + { "id": "grenade", "fg": 871 }, + { "id": "grenade_act", "fg": 872 }, + { "id": "grenade_emp", "fg": 873 }, + { "id": "grenade_emp_act", "fg": 874 }, + { "id": "grenade_inc", "fg": 875 }, + { "id": "grenade_inc_act", "fg": 876 }, + { "id": "pipebomb", "fg": 877 }, + { "id": "pipebomb_act", "fg": 878 }, + { "id": "scrambler", "fg": 879 }, + { "id": "scrambler_act", "fg": 880 }, + { "id": "smokebomb", "fg": 881 }, + { "id": "smokebomb_act", "fg": 882 }, + { "id": "boxcutter", "fg": 886 }, + { "id": "copper_knife", "fg": 887 }, + { "id": "diveknife", "fg": 888 }, + { "id": "knife_bread", "fg": 889 }, + { "id": "knife_butcher", "fg": 890 }, + { "id": "knife_carving", "fg": 891 }, + { "id": "knife_chef", "fg": 892 }, + { "id": "knife_combat", "fg": 893 }, + { "id": "knife_folding", "fg": 894 }, + { "id": "knife_hunting", "fg": 895 }, + { "id": "knife_paring", "fg": 896 }, + { "id": "knife_rambo", "fg": 897 }, + { "id": "knife_rm42", "fg": 898 }, + { "id": "knife_steak", "fg": 899 }, + { "id": "knife_swissarmy", "fg": 900 }, + { "id": "knife_trench", "fg": 901 }, + { "id": "makeshift_knife", "fg": 902 }, + { "id": "pockknife", "fg": 903 }, + { "id": "primitive_knife", "fg": 904 }, + { "id": "throwing_knife", "fg": 905 }, + { "id": "baseball", "fg": 927 }, + { "id": "basketball", "fg": 928 }, + { "id": "battery_car", "fg": 929 }, + { "id": "beach_volleyball", "fg": 930 }, + { "id": "bowling_ball", "fg": 931 }, + { "id": "cell_phone", "fg": 932 }, + { "id": "cell_phone_flashlight", "fg": 933 }, + { "id": "cigar", "fg": 934 }, + { "id": "cigar_butt", "fg": 935 }, + { "id": "cigar_lit", "fg": 936 }, + { "id": "ear_plugs", "fg": 938 }, + { "id": "fiddlehead_boiled", "fg": 939 }, + { "id": "fiddlehead_raw", "fg": 940 }, + { "id": "fiddlehead_sauteed", "fg": 941 }, + { "id": "flask_hip", "fg": 942 }, + { "id": "football", "fg": 943 }, + { "id": "golf_ball", "fg": 944 }, + { "id": "holo_sight", "fg": 945 }, + { "id": "indoor_volleyball", "fg": 946 }, + { "id": "misc_repairkit", "fg": 947 }, + { "id": "mre_beef_box", "fg": 948 }, + { "id": "peephole", "fg": 949 }, + { "id": "portable_game", "fg": 950 }, + { "id": "puck", "fg": 951 }, + { "id": "purse", "fg": 952 }, + { "id": "suppressor", "fg": 953 }, + { "id": "tourniquet_upper", "fg": 954 }, + { "id": "two_way_radio", "fg": 955 }, + { "id": "wristwatch", "fg": 956 }, + { "id": "mushroom", "fg": 957 }, + { "id": "cable_speaker", "fg": 958 }, + { "id": "headphones_circumaural", "fg": 959 }, + { "id": "microphone_xlr_generic", "fg": 960 }, + { "id": "cattail_rhizome", "fg": 968 }, + { "id": "chicory_raw", "fg": 969 }, + { "id": "dahlia_root", "fg": 973 }, + { "id": "lotus", "fg": 980 }, + { "id": "poppy_bud", "fg": 984 }, + { "id": "raw_burdock", "fg": 987 }, + { "id": "raw_dandelion", "fg": 988 }, + { "id": "spurge", "fg": 990 }, + { "id": "popcan_stove", "fg": 1009 }, + { "id": "rad_badge", "fg": 1010 }, + { "id": "alexandrite_gold_ring", "fg": 1012 }, + { "id": "alexandrite_platinum_ring", "fg": 1013 }, + { "id": "alexandrite_silver_ring", "fg": 1014 }, + { "id": "amethyst_gold_ring", "fg": 1015 }, + { "id": "amethyst_platinum_ring", "fg": 1016 }, + { "id": "amethyst_silver_ring", "fg": 1017 }, + { "id": "aquamarine_gold_ring", "fg": 1018 }, + { "id": "aquamarine_platinum_ring", "fg": 1019 }, + { "id": "aquamarine_silver_ring", "fg": 1020 }, + { "id": "blue_topaz_gold_ring", "fg": 1021 }, + { "id": "blue_topaz_platinum_ring", "fg": 1022 }, + { "id": "blue_topaz_silver_ring", "fg": 1023 }, + { "id": "citrine_gold_ring", "fg": 1024 }, + { "id": "citrine_platinum_ring", "fg": 1025 }, + { "id": "citrine_silver_ring", "fg": 1026 }, + { "id": "diamond_platinum_ring", "fg": 1027 }, + { "id": "diamond_ring", "fg": 1028 }, + { "id": "diamond_silver_ring", "fg": 1029 }, + { "id": "emerald_gold_ring", "fg": 1030 }, + { "id": "emerald_platinum_ring", "fg": 1031 }, + { "id": "emerald_silver_ring", "fg": 1032 }, + { "id": "garnet_gold_ring", "fg": 1033 }, + { "id": "garnet_platinum_ring", "fg": 1034 }, + { "id": "garnet_silver_ring", "fg": 1035 }, + { "id": "gold_ring", "fg": 1036 }, + { "id": "opal_gold_ring", "fg": 1037 }, + { "id": "opal_platinum_ring", "fg": 1038 }, + { "id": "opal_silver_ring", "fg": 1039 }, + { "id": "pearl_gold_ring", "fg": 1040 }, + { "id": "pearl_platinum_ring", "fg": 1041 }, + { "id": "pearl_silver_ring", "fg": 1042 }, + { "id": "peridot_gold_ring", "fg": 1043 }, + { "id": "peridot_platinum_ring", "fg": 1044 }, + { "id": "peridot_silver_ring", "fg": 1045 }, + { "id": "ring_engagement", "fg": 1046 }, + { "id": "ruby_gold_ring", "fg": 1047 }, + { "id": "ruby_platinum_ring", "fg": 1048 }, + { "id": "ruby_silver_ring", "fg": 1049 }, + { "id": "sapphire_gold_ring", "fg": 1050 }, + { "id": "sapphire_platinum_ring", "fg": 1051 }, + { "id": "sapphire_silver_ring", "fg": 1052 }, + { "id": "tourmaline_gold_ring", "fg": 1053 }, + { "id": "tourmaline_platinum_ring", "fg": 1054 }, + { "id": "tourmaline_silver_ring", "fg": 1055 }, + { "id": "pebble", "fg": 1056 }, + { "id": "pebble_clay", "fg": 1057 }, + { "id": "rock", "fg": 1058 }, + { "id": "rock_flaking", "fg": 1059 }, + { "id": "rock_large", "fg": 1060 }, + { "id": "slime_scrap", "fg": 1069 }, + { "id": "clay_teapot", "fg": 1073 }, + { "id": "crucible", "fg": 1076 }, + { "id": "e_tool", "fg": 1078 }, + { "id": "tire_iron", "fg": 1090 }, + { "id": "towel", "fg": 1105 }, + { "id": "towel_soiled", "fg": 1106 }, + { "id": "towel_wet", "fg": 1107 }, + { "id": "battery_charger", "fg": 1108 }, + { "id": "recharge_station", "fg": 1109 }, + { "id": "wax", "fg": 1112 }, + { "id": "chestguard_hard", "fg": 1114 } ] }, { @@ -1721,445 +1734,445 @@ ], "animated": true }, - { "id": "f_plant_seed", "fg": 1515, "rotates": false }, - { "id": "f_plant_seedling", "fg": 1516, "rotates": false }, - { "id": "f_plant_mature", "fg": 1514, "rotates": false }, - { "id": "f_plant_harvest", "fg": 1513, "rotates": false }, - { "id": "tr_rollmat", "fg": 1518 }, - { "id": "tr_fur_rollmat", "fg": 1517 }, - { "id": "f_air_conditioner", "fg": 1520 }, - { "id": "f_armchair", "rotates": true, "fg": [ 1523, 1524, 1522, 1521 ] }, - { "id": "f_ash", "fg": 1525 }, - { "id": "f_barricade_road", "fg": 1526 }, + { "id": "f_plant_seed", "fg": 1516, "rotates": false }, + { "id": "f_plant_seedling", "fg": 1517, "rotates": false }, + { "id": "f_plant_mature", "fg": 1515, "rotates": false }, + { "id": "f_plant_harvest", "fg": 1514, "rotates": false }, + { "id": "tr_rollmat", "fg": 1519 }, + { "id": "tr_fur_rollmat", "fg": 1518 }, + { "id": "f_air_conditioner", "fg": 1521 }, + { "id": "f_armchair", "rotates": true, "fg": [ 1524, 1525, 1523, 1522 ] }, + { "id": "f_ash", "fg": 1526 }, + { "id": "f_barricade_road", "fg": 1527 }, { "id": "f_bathtub", "multitile": true, - "fg": 1542, + "fg": 1543, "additional_tiles": [ - { "id": "center", "fg": 1527 }, - { "id": "corner", "fg": [ 1529, 1531, 1530, 1528 ] }, - { "id": "t_connection", "fg": [ 1539, 1541, 1540, 1538 ] }, - { "id": "edge", "fg": [ 1533, 1532 ] }, - { "id": "end_piece", "fg": [ 1535, 1537, 1536, 1534 ] }, - { "id": "unconnected", "fg": [ 1542, 1542 ] } + { "id": "center", "fg": 1528 }, + { "id": "corner", "fg": [ 1530, 1532, 1531, 1529 ] }, + { "id": "t_connection", "fg": [ 1540, 1542, 1541, 1539 ] }, + { "id": "edge", "fg": [ 1534, 1533 ] }, + { "id": "end_piece", "fg": [ 1536, 1538, 1537, 1535 ] }, + { "id": "unconnected", "fg": [ 1543, 1543 ] } ] }, { "id": "f_bed", "multitile": true, - "fg": 1560, + "fg": 1561, "additional_tiles": [ - { "id": "center", "fg": 1545 }, - { "id": "corner", "fg": [ 1547, 1549, 1548, 1546 ] }, - { "id": "t_connection", "fg": [ 1557, 1559, 1558, 1556 ] }, - { "id": "edge", "fg": [ 1551, 1550 ] }, - { "id": "end_piece", "fg": [ 1553, 1555, 1554, 1552 ] }, - { "id": "unconnected", "fg": [ 1560, 1560 ] } + { "id": "center", "fg": 1546 }, + { "id": "corner", "fg": [ 1548, 1550, 1549, 1547 ] }, + { "id": "t_connection", "fg": [ 1558, 1560, 1559, 1557 ] }, + { "id": "edge", "fg": [ 1552, 1551 ] }, + { "id": "end_piece", "fg": [ 1554, 1556, 1555, 1553 ] }, + { "id": "unconnected", "fg": [ 1561, 1561 ] } ] }, { "id": "f_bench", "multitile": true, - "fg": 1576, + "fg": 1577, "additional_tiles": [ - { "id": "center", "fg": 1561 }, - { "id": "corner", "fg": [ 1563, 1565, 1564, 1562 ] }, - { "id": "t_connection", "fg": [ 1573, 1575, 1574, 1572 ] }, - { "id": "edge", "fg": [ 1567, 1566 ] }, - { "id": "end_piece", "fg": [ 1569, 1571, 1570, 1568 ] }, - { "id": "unconnected", "fg": [ 1576, 1576 ] } + { "id": "center", "fg": 1562 }, + { "id": "corner", "fg": [ 1564, 1566, 1565, 1563 ] }, + { "id": "t_connection", "fg": [ 1574, 1576, 1575, 1573 ] }, + { "id": "edge", "fg": [ 1568, 1567 ] }, + { "id": "end_piece", "fg": [ 1570, 1572, 1571, 1569 ] }, + { "id": "unconnected", "fg": [ 1577, 1577 ] } ] }, - { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 1578 }, { "weight": 2, "sprite": 1579 } ] }, - { "id": "f_boulder_medium", "fg": 1580 }, - { "id": "f_boulder_small", "fg": 1581 }, - { "id": "f_generator_broken", "fg": 1582 }, - { "id": "t_generator_broken", "fg": 1582, "bg": 3264 }, - { "id": "f_bulletin", "fg": 1583 }, - { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 1584 }, - { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 1585 }, + { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 1579 }, { "weight": 2, "sprite": 1580 } ] }, + { "id": "f_boulder_medium", "fg": 1581 }, + { "id": "f_boulder_small", "fg": 1582 }, + { "id": "f_generator_broken", "fg": 1583 }, + { "id": "t_generator_broken", "fg": 1583, "bg": 3271 }, + { "id": "f_bulletin", "fg": 1584 }, + { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 1586 }, + { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 1587 }, { "id": [ "f_canvas_wall", "f_large_canvas_wall" ], "multitile": true, - "fg": 1601, + "fg": 1603, "additional_tiles": [ - { "id": "center", "fg": 1586 }, - { "id": "corner", "fg": [ 1588, 1590, 1589, 1587 ] }, - { "id": "t_connection", "fg": [ 1598, 1600, 1599, 1597 ] }, - { "id": "edge", "fg": [ 1592, 1591 ] }, - { "id": "end_piece", "fg": [ 1594, 1596, 1595, 1593 ] }, - { "id": "unconnected", "fg": 1601 } + { "id": "center", "fg": 1588 }, + { "id": "corner", "fg": [ 1590, 1592, 1591, 1589 ] }, + { "id": "t_connection", "fg": [ 1600, 1602, 1601, 1599 ] }, + { "id": "edge", "fg": [ 1594, 1593 ] }, + { "id": "end_piece", "fg": [ 1596, 1598, 1597, 1595 ] }, + { "id": "unconnected", "fg": 1603 } ] }, - { "id": "f_cardboard_box", "fg": 1602 }, - { "id": "f_centrifuge", "fg": 1603 }, - { "id": "t_centrifuge", "fg": 1603, "bg": 3493 }, - { "id": "f_chair", "rotates": true, "fg": [ 1606, 1607, 1605, 1604 ] }, - { "id": "f_chamomile", "fg": 1608 }, - { "id": "f_compact_ASRG_containment", "fg": 1610 }, + { "id": "f_cardboard_box", "fg": 1604 }, + { "id": "f_centrifuge", "fg": 1605 }, + { "id": "t_centrifuge", "fg": 1605, "bg": 3500 }, + { "id": "f_chair", "rotates": true, "fg": [ 1608, 1609, 1607, 1606 ] }, + { "id": "f_chamomile", "fg": 1610 }, + { "id": "f_compact_ASRG_containment", "fg": 1613 }, { "id": "f_counter", "multitile": true, - "fg": 1626, + "fg": 1629, "additional_tiles": [ - { "id": "center", "fg": 1611 }, - { "id": "corner", "fg": [ 1613, 1615, 1614, 1612 ] }, - { "id": "t_connection", "fg": [ 1623, 1625, 1624, 1622 ] }, - { "id": "edge", "fg": [ 1617, 1616 ] }, - { "id": "end_piece", "fg": [ 1619, 1621, 1620, 1618 ] }, - { "id": "unconnected", "fg": [ 1626, 1626 ] } + { "id": "center", "fg": 1614 }, + { "id": "corner", "fg": [ 1616, 1618, 1617, 1615 ] }, + { "id": "t_connection", "fg": [ 1626, 1628, 1627, 1625 ] }, + { "id": "edge", "fg": [ 1620, 1619 ] }, + { "id": "end_piece", "fg": [ 1622, 1624, 1623, 1621 ] }, + { "id": "unconnected", "fg": [ 1629, 1629 ] } ] }, { "id": "f_cupboard", "multitile": true, - "fg": 1642, + "fg": 1645, "additional_tiles": [ - { "id": "center", "fg": 1627 }, - { "id": "corner", "fg": [ 1629, 1631, 1630, 1628 ] }, - { "id": "t_connection", "fg": [ 1639, 1641, 1640, 1638 ] }, - { "id": "edge", "fg": [ 1633, 1632 ] }, - { "id": "end_piece", "fg": [ 1635, 1637, 1636, 1634 ] }, - { "id": "unconnected", "fg": [ 1642, 1642 ] } + { "id": "center", "fg": 1630 }, + { "id": "corner", "fg": [ 1632, 1634, 1633, 1631 ] }, + { "id": "t_connection", "fg": [ 1642, 1644, 1643, 1641 ] }, + { "id": "edge", "fg": [ 1636, 1635 ] }, + { "id": "end_piece", "fg": [ 1638, 1640, 1639, 1637 ] }, + { "id": "unconnected", "fg": [ 1645, 1645 ] } ] }, - { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 1645 }, { "weight": 2, "sprite": 1646 } ] }, - { "id": "f_dandelion_season_spring", "fg": 1647 }, - { "id": "f_dandelion_season_summer", "fg": 1649 }, - { "id": "f_dandelion_season_autumn", "fg": 1648 }, - { "id": "f_dandelion_season_winter", "fg": 1650 }, - { "id": "f_datura", "fg": 1651 }, + { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 1648 }, { "weight": 2, "sprite": 1649 } ] }, + { "id": "f_dandelion_season_spring", "fg": 1650 }, + { "id": "f_dandelion_season_summer", "fg": 1652 }, + { "id": "f_dandelion_season_autumn", "fg": 1651 }, + { "id": "f_dandelion_season_winter", "fg": 1653 }, + { "id": "f_datura", "fg": 1654 }, { "id": "f_desk", "multitile": true, - "fg": 1667, + "fg": 1670, "additional_tiles": [ - { "id": "center", "fg": 1652 }, - { "id": "corner", "fg": [ 1654, 1656, 1655, 1653 ] }, - { "id": "t_connection", "fg": [ 1664, 1666, 1665, 1663 ] }, - { "id": "edge", "fg": [ 1658, 1657 ] }, - { "id": "end_piece", "fg": [ 1660, 1662, 1661, 1659 ] }, - { "id": "unconnected", "fg": [ 1667, 1667 ] } + { "id": "center", "fg": 1655 }, + { "id": "corner", "fg": [ 1657, 1659, 1658, 1656 ] }, + { "id": "t_connection", "fg": [ 1667, 1669, 1668, 1666 ] }, + { "id": "edge", "fg": [ 1661, 1660 ] }, + { "id": "end_piece", "fg": [ 1663, 1665, 1664, 1662 ] }, + { "id": "unconnected", "fg": [ 1670, 1670 ] } ] }, - { "id": "f_displaycase", "fg": 1668 }, - { "id": "f_entertainment_center", "fg": 1669 }, - { "id": "f_filing_cabinet", "fg": 1670 }, - { "id": "f_firering", "fg": 1671 }, - { "id": "f_flower_spurge", "fg": 1672 }, - { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 1673 }, { "weight": 2, "sprite": 1674 } ] }, + { "id": "f_displaycase", "fg": 1671 }, + { "id": "f_entertainment_center", "fg": 1672 }, + { "id": "f_filing_cabinet", "fg": 1673 }, + { "id": "f_firering", "fg": 1674 }, + { "id": "f_flower_spurge", "fg": 1675 }, + { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 1676 }, { "weight": 2, "sprite": 1677 } ] }, { "id": [ "f_grave_stone", "f_grave_head" ], - "fg": [ { "weight": 1, "sprite": 1675 }, { "weight": 1, "sprite": 1676 } ] - }, - { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 1677 }, { "weight": 1, "sprite": 1678 } ] }, - { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 1679 }, - { "id": "f_gunsafe_ml", "fg": 1682 }, - { "id": "f_gunsafe_mj", "fg": 1681 }, - { "id": "f_gun_safe_el", "fg": 1680 }, - { "id": "f_hay", "fg": 1683 }, - { "id": "f_indoor_plant", "fg": 1684 }, - { "id": "f_indoor_plant_y", "fg": 1685 }, - { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 1686 }, - { "id": [ "f_kiln_empty", "f_kiln_full" ], "fg": 1687 }, - { "id": "f_leather_tarp", "fg": 1688 }, - { "id": "f_mailbox", "fg": 1690 }, - { "id": "f_metal_crate_r", "fg": 1693 }, - { "id": "f_metal_crate_c", "fg": 1691 }, - { "id": "f_metal_crate_o", "fg": 1692 }, + "fg": [ { "weight": 1, "sprite": 1678 }, { "weight": 1, "sprite": 1679 } ] + }, + { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 1680 }, { "weight": 1, "sprite": 1681 } ] }, + { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 1682 }, + { "id": "f_gunsafe_ml", "fg": 1685 }, + { "id": "f_gunsafe_mj", "fg": 1684 }, + { "id": "f_gun_safe_el", "fg": 1683 }, + { "id": "f_hay", "fg": 1686 }, + { "id": "f_indoor_plant", "fg": 1687 }, + { "id": "f_indoor_plant_y", "fg": 1688 }, + { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 1689 }, + { "id": [ "f_kiln_empty", "f_kiln_full" ], "fg": 1690 }, + { "id": "f_leather_tarp", "fg": 1691 }, + { "id": "f_mailbox", "fg": 1694 }, + { "id": "f_metal_crate_r", "fg": 1697 }, + { "id": "f_metal_crate_c", "fg": 1695 }, + { "id": "f_metal_crate_o", "fg": 1696 }, { "id": "f_metal_table", "multitile": true, - "fg": 1709, + "fg": 1713, "additional_tiles": [ - { "id": "center", "fg": 1694 }, - { "id": "corner", "fg": [ 1696, 1698, 1697, 1695 ] }, - { "id": "t_connection", "fg": [ 1706, 1708, 1707, 1705 ] }, - { "id": "edge", "fg": [ 1700, 1699 ] }, - { "id": "end_piece", "fg": [ 1702, 1704, 1703, 1701 ] }, - { "id": "unconnected", "fg": [ 1709, 1709 ] } + { "id": "center", "fg": 1698 }, + { "id": "corner", "fg": [ 1700, 1702, 1701, 1699 ] }, + { "id": "t_connection", "fg": [ 1710, 1712, 1711, 1709 ] }, + { "id": "edge", "fg": [ 1704, 1703 ] }, + { "id": "end_piece", "fg": [ 1706, 1708, 1707, 1705 ] }, + { "id": "unconnected", "fg": [ 1713, 1713 ] } ] }, - { "id": "f_alien_anemone", "fg": 1710 }, - { "id": "f_alien_table", "fg": 1711 }, - { "id": "f_mustard_season_spring", "fg": 1713, "rotates": false }, - { "id": "f_mustard_season_summer", "fg": 1714, "rotates": false }, - { "id": "f_mustard_season_autumn", "fg": 1712, "rotates": false }, - { "id": "f_mustard_season_winter", "fg": 1715, "rotates": false }, - { "id": "f_mutpoppy", "fg": 1716 }, + { "id": "f_alien_anemone", "fg": 1714 }, + { "id": "f_alien_table", "fg": 1715 }, + { "id": "f_mustard_season_spring", "fg": 1717, "rotates": false }, + { "id": "f_mustard_season_summer", "fg": 1718, "rotates": false }, + { "id": "f_mustard_season_autumn", "fg": 1716, "rotates": false }, + { "id": "f_mustard_season_winter", "fg": 1719, "rotates": false }, + { "id": "f_mutpoppy", "fg": 1720 }, { "id": "f_planter", "multitile": true, - "fg": 1732, + "fg": 1736, "additional_tiles": [ - { "id": "center", "fg": 1717 }, - { "id": "corner", "fg": [ 1719, 1721, 1720, 1718 ] }, - { "id": "t_connection", "fg": [ 1729, 1731, 1730, 1728 ] }, - { "id": "edge", "fg": [ 1723, 1722 ] }, - { "id": "end_piece", "fg": [ 1725, 1727, 1726, 1724 ] }, - { "id": "unconnected", "fg": [ 1732, 1732 ] } + { "id": "center", "fg": 1721 }, + { "id": "corner", "fg": [ 1723, 1725, 1724, 1722 ] }, + { "id": "t_connection", "fg": [ 1733, 1735, 1734, 1732 ] }, + { "id": "edge", "fg": [ 1727, 1726 ] }, + { "id": "end_piece", "fg": [ 1729, 1731, 1730, 1728 ] }, + { "id": "unconnected", "fg": [ 1736, 1736 ] } ] }, { "id": "f_planter_harvest", "multitile": true, - "fg": 1748, + "fg": 1752, "additional_tiles": [ - { "id": "center", "fg": 1733 }, - { "id": "corner", "fg": [ 1735, 1737, 1736, 1734 ] }, - { "id": "t_connection", "fg": [ 1745, 1747, 1746, 1744 ] }, - { "id": "edge", "fg": [ 1739, 1738 ] }, - { "id": "end_piece", "fg": [ 1741, 1743, 1742, 1740 ] }, - { "id": "unconnected", "fg": [ 1748, 1748 ] } + { "id": "center", "fg": 1737 }, + { "id": "corner", "fg": [ 1739, 1741, 1740, 1738 ] }, + { "id": "t_connection", "fg": [ 1749, 1751, 1750, 1748 ] }, + { "id": "edge", "fg": [ 1743, 1742 ] }, + { "id": "end_piece", "fg": [ 1745, 1747, 1746, 1744 ] }, + { "id": "unconnected", "fg": [ 1752, 1752 ] } ] }, { "id": "f_planter_mature", "multitile": true, - "fg": 1764, + "fg": 1768, "additional_tiles": [ - { "id": "center", "fg": 1749 }, - { "id": "corner", "fg": [ 1751, 1753, 1752, 1750 ] }, - { "id": "t_connection", "fg": [ 1761, 1763, 1762, 1760 ] }, - { "id": "edge", "fg": [ 1755, 1754 ] }, - { "id": "end_piece", "fg": [ 1757, 1759, 1758, 1756 ] }, - { "id": "unconnected", "fg": [ 1764, 1764 ] } + { "id": "center", "fg": 1753 }, + { "id": "corner", "fg": [ 1755, 1757, 1756, 1754 ] }, + { "id": "t_connection", "fg": [ 1765, 1767, 1766, 1764 ] }, + { "id": "edge", "fg": [ 1759, 1758 ] }, + { "id": "end_piece", "fg": [ 1761, 1763, 1762, 1760 ] }, + { "id": "unconnected", "fg": [ 1768, 1768 ] } ] }, { "id": "f_planter_seedling", "multitile": true, - "fg": 1780, + "fg": 1784, "additional_tiles": [ - { "id": "center", "fg": 1765 }, - { "id": "corner", "fg": [ 1767, 1769, 1768, 1766 ] }, - { "id": "t_connection", "fg": [ 1777, 1779, 1778, 1776 ] }, - { "id": "edge", "fg": [ 1771, 1770 ] }, - { "id": "end_piece", "fg": [ 1773, 1775, 1774, 1772 ] }, - { "id": "unconnected", "fg": [ 1780, 1780 ] } + { "id": "center", "fg": 1769 }, + { "id": "corner", "fg": [ 1771, 1773, 1772, 1770 ] }, + { "id": "t_connection", "fg": [ 1781, 1783, 1782, 1780 ] }, + { "id": "edge", "fg": [ 1775, 1774 ] }, + { "id": "end_piece", "fg": [ 1777, 1779, 1778, 1776 ] }, + { "id": "unconnected", "fg": [ 1784, 1784 ] } ] }, - { "id": "f_plastic_groundsheet", "fg": 1781 }, + { "id": "f_plastic_groundsheet", "fg": 1785 }, { "id": "f_pool_table", "multitile": true, - "fg": 1797, + "fg": 1801, "additional_tiles": [ - { "id": "center", "fg": 1782 }, - { "id": "corner", "fg": [ 1784, 1786, 1785, 1783 ] }, - { "id": "t_connection", "fg": [ 1794, 1796, 1795, 1793 ] }, - { "id": "edge", "fg": [ 1788, 1787 ] }, - { "id": "end_piece", "fg": [ 1790, 1792, 1791, 1789 ] }, - { "id": "unconnected", "fg": 1797 } + { "id": "center", "fg": 1786 }, + { "id": "corner", "fg": [ 1788, 1790, 1789, 1787 ] }, + { "id": "t_connection", "fg": [ 1798, 1800, 1799, 1797 ] }, + { "id": "edge", "fg": [ 1792, 1791 ] }, + { "id": "end_piece", "fg": [ 1794, 1796, 1795, 1793 ] }, + { "id": "unconnected", "fg": 1801 } ] }, - { "id": "f_rack", "fg": 1798 }, - { "id": "f_rack_wood", "fg": 1799 }, - { "id": "f_recycle_bin", "fg": 1800 }, - { "id": "f_rubble", "fg": 1801 }, - { "id": "f_rubble_rock", "fg": 1802 }, + { "id": "f_rack", "fg": 1802 }, + { "id": "f_rack_wood", "fg": 1803 }, + { "id": "f_recycle_bin", "fg": 1804 }, + { "id": "f_rubble", "fg": 1805 }, + { "id": "f_rubble_rock", "fg": 1806 }, { "id": "f_scrap_bridge", - "fg": 1818, + "fg": 1822, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1803 }, - { "id": "corner", "fg": [ 1805, 1807, 1806, 1804 ] }, - { "id": "t_connection", "fg": [ 1815, 1817, 1816, 1814 ] }, - { "id": "edge", "fg": [ 1809, 1808 ] }, - { "id": "end_piece", "fg": [ 1811, 1813, 1812, 1810 ] }, - { "id": "unconnected", "fg": [ 1818, 1818 ] } + { "id": "center", "fg": 1807 }, + { "id": "corner", "fg": [ 1809, 1811, 1810, 1808 ] }, + { "id": "t_connection", "fg": [ 1819, 1821, 1820, 1818 ] }, + { "id": "edge", "fg": [ 1813, 1812 ] }, + { "id": "end_piece", "fg": [ 1815, 1817, 1816, 1814 ] }, + { "id": "unconnected", "fg": [ 1822, 1822 ] } ] }, - { "id": "f_sign", "fg": 1819 }, - { "id": "f_skin_door", "fg": 1820 }, - { "id": "f_skin_door_o", "fg": 1821 }, + { "id": "f_sign", "fg": 1823 }, + { "id": "f_skin_door", "fg": 1824 }, + { "id": "f_skin_door_o", "fg": 1825 }, { "id": "f_skin_wall", - "fg": 1838, + "fg": 1842, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1823 }, - { "id": "corner", "fg": [ 1825, 1827, 1826, 1824 ] }, - { "id": "t_connection", "fg": [ 1835, 1837, 1836, 1834 ] }, - { "id": "edge", "fg": [ 1829, 1828 ] }, - { "id": "end_piece", "fg": [ 1831, 1833, 1832, 1830 ] }, - { "id": "unconnected", "fg": 1838 } + { "id": "center", "fg": 1827 }, + { "id": "corner", "fg": [ 1829, 1831, 1830, 1828 ] }, + { "id": "t_connection", "fg": [ 1839, 1841, 1840, 1838 ] }, + { "id": "edge", "fg": [ 1833, 1832 ] }, + { "id": "end_piece", "fg": [ 1835, 1837, 1836, 1834 ] }, + { "id": "unconnected", "fg": 1842 } ] }, { "id": "f_sofa", "multitile": true, - "fg": 1854, + "fg": 1858, "additional_tiles": [ - { "id": "center", "fg": 1839 }, - { "id": "corner", "fg": [ 1841, 1843, 1842, 1840 ] }, - { "id": "t_connection", "fg": [ 1851, 1853, 1852, 1850 ] }, - { "id": "edge", "fg": [ 1845, 1844 ] }, - { "id": "end_piece", "fg": [ 1847, 1849, 1848, 1846 ] }, - { "id": "unconnected", "fg": [ 1854, 1854 ] } + { "id": "center", "fg": 1843 }, + { "id": "corner", "fg": [ 1845, 1847, 1846, 1844 ] }, + { "id": "t_connection", "fg": [ 1855, 1857, 1856, 1854 ] }, + { "id": "edge", "fg": [ 1849, 1848 ] }, + { "id": "end_piece", "fg": [ 1851, 1853, 1852, 1850 ] }, + { "id": "unconnected", "fg": [ 1858, 1858 ] } ] }, - { "id": "f_stool", "fg": 1855 }, - { "id": "f_sunflower_season_spring", "fg": 1856 }, - { "id": "f_sunflower_season_winter", "fg": 1857 }, + { "id": "f_stool", "fg": 1859 }, + { "id": "f_sunflower_season_spring", "fg": 1860 }, + { "id": "f_sunflower_season_winter", "fg": 1861 }, { "id": "f_table", "multitile": true, - "fg": 1873, + "fg": 1877, "additional_tiles": [ - { "id": "center", "fg": 1858 }, - { "id": "corner", "fg": [ 1860, 1862, 1861, 1859 ] }, - { "id": "t_connection", "fg": [ 1870, 1872, 1871, 1869 ] }, - { "id": "edge", "fg": [ 1864, 1863 ] }, - { "id": "end_piece", "fg": [ 1866, 1868, 1867, 1865 ] }, - { "id": "unconnected", "fg": [ 1873, 1873 ] } + { "id": "center", "fg": 1862 }, + { "id": "corner", "fg": [ 1864, 1866, 1865, 1863 ] }, + { "id": "t_connection", "fg": [ 1874, 1876, 1875, 1873 ] }, + { "id": "edge", "fg": [ 1868, 1867 ] }, + { "id": "end_piece", "fg": [ 1870, 1872, 1871, 1869 ] }, + { "id": "unconnected", "fg": [ 1877, 1877 ] } ] }, - { "id": "f_toilet", "fg": 1874 }, - { "id": "f_trashcan", "fg": 1875 }, - { "id": "f_wreckage", "fg": 1876 }, - { "id": "f_lilypad", "fg": 1877 }, - { "id": "f_small_satelitte_dish", "fg": 1881 }, - { "id": "f_TV_antenna", "fg": 1878 }, - { "id": "f_cellphone_booster", "fg": 1879 }, - { "id": "f_vent_pipe", "fg": 1882 }, - { "id": "f_roof_turbine_vent", "fg": 1880 }, + { "id": "f_toilet", "fg": 1878 }, + { "id": "f_trashcan", "fg": 1879 }, + { "id": "f_wreckage", "fg": 1880 }, + { "id": "f_lilypad", "fg": 1881 }, + { "id": "f_small_satelitte_dish", "fg": 1885 }, + { "id": "f_TV_antenna", "fg": 1882 }, + { "id": "f_cellphone_booster", "fg": 1883 }, + { "id": "f_vent_pipe", "fg": 1886 }, + { "id": "f_roof_turbine_vent", "fg": 1884 }, { "id": "f_sandbag_half", "multitile": true, - "fg": 1898, - "additional_tiles": [ - { "id": "center", "fg": 1883 }, - { "id": "corner", "fg": [ 1885, 1887, 1886, 1884 ] }, - { "id": "t_connection", "fg": [ 1895, 1897, 1896, 1894 ] }, - { "id": "edge", "fg": [ 1889, 1888 ] }, - { "id": "end_piece", "fg": [ 1891, 1893, 1892, 1890 ] }, - { "id": "unconnected", "fg": [ 1898, 1898 ] } - ] - }, - { "id": "1st_aid", "fg": 1899 }, - { "id": "2x4", "fg": 1900 }, - { "id": "halberd", "fg": 1921 }, - { "id": "halberd_fake", "fg": 1921 }, - { "id": "nodachi", "fg": 1929 }, - { "id": "nodachi_fake", "fg": 1929 }, - { "id": "nodachi_inferior", "fg": 1929 }, - { "id": "arming_sword", "fg": 2066 }, - { "id": "art_sphere", "fg": 2081 }, - { "id": "art_rod", "fg": 2079 }, - { "id": "art_teardrop", "fg": 2083 }, - { "id": "art_lamp", "fg": 2075 }, - { "id": "art_snake", "fg": 2080 }, - { "id": "art_disc", "fg": 2072 }, - { "id": "art_beads", "fg": 2069 }, - { "id": "art_napkin", "fg": 2076 }, - { "id": "art_urchin", "fg": 2085 }, - { "id": "art_jelly", "fg": 2073 }, - { "id": "art_spiral", "fg": 2082 }, - { "id": "art_pin", "fg": 2077 }, - { "id": "art_tube", "fg": 2084 }, - { "id": "art_pyramid", "fg": 2078 }, - { "id": "art_crystal", "fg": 2071 }, - { "id": "art_knot", "fg": 2074 }, - { "id": "art_crescent", "fg": 2070 }, - { "id": "altered_teapot", "fg": 2067 }, - { "id": "architect_cube", "fg": 2068 }, - { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 2143 }, - { "id": [ "ak47", "aksemi" ], "fg": 2093 }, - { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 2107 }, - { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 2144 }, - { "id": [ "m249", "m249_semi" ], "fg": 2152 }, - { "id": [ "m60", "m60_semi" ], "fg": 2162 }, - { "id": [ "mp40", "mp40semi" ], "fg": 2178 }, - { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 2217 }, - { "id": "fire_ax", "fg": 2233 }, - { "id": "ax", "fg": 2236 }, - { "id": "hatchet", "fg": 2234 }, - { "id": "backpack", "fg": 2237 }, - { "id": "duffelbag", "fg": 2238 }, - { "id": "molle_pack", "fg": 2239 }, - { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 2242 }, - { "id": "bag_canvas", "fg": 2245 }, - { "id": "bat", "fg": 2246 }, - { "id": "bat_metal", "fg": 2247 }, - { "id": "blanket", "fg": 2248 }, - { "id": "down_blanket", "fg": 2249 }, - { "id": "electric_blanket", "fg": 2250 }, - { "id": "board_trap", "fg": 2251 }, - { "id": [ "compbow", "compbow_high", "compbow_low" ], "fg": 2252 }, - { "id": "box_large", "fg": 2263 }, - { "id": "box_medium", "fg": 2264 }, - { "id": "broom", "fg": 2265 }, - { "id": "bwirebat", "fg": 2266 }, - { "id": "cattlefodder", "fg": 2284 }, - { "id": "chainsaw_off", "fg": 2285 }, - { "id": "axe_ring", "fg": 2292 }, - { "id": "balclava", "fg": 2293 }, - { "id": "beret", "fg": 2294 }, - { "id": "boots", "fg": 2295 }, - { "id": "boxer_briefs", "fg": 2296 }, - { "id": "boxer_shorts", "fg": 2297 }, - { "id": "boy_shorts", "fg": 2298 }, - { "id": "bra", "fg": 2299 }, - { "id": "briefs", "fg": 2300 }, - { "id": "bscabbard", "fg": 2301 }, - { "id": "corset", "fg": 2304 }, - { "id": "cowboy_hat", "fg": 2305 }, - { "id": "dress_shoes", "fg": 2306 }, - { "id": "hat_ball", "fg": 2307 }, - { "id": "hat_cotton", "fg": 2308 }, - { "id": "hat_fur", "fg": 2309 }, - { "id": "hat_knit", "fg": 2311 }, - { "id": "hat_noise_cancelling", "fg": 2312 }, - { "id": "helmet_barbute", "fg": 2313 }, - { "id": "helmet_chitin", "fg": 2314 }, - { "id": "helmet_kabuto", "fg": 2315 }, - { "id": "holster", "fg": 2316 }, - { "id": "hoodie", "fg": 2317 }, - { "id": "jeans", "fg": 2320 }, - { "id": "leather_belt", "fg": 2321 }, - { "id": "longshirt", "fg": 2322 }, - { "id": "maid_dress", "fg": 2323 }, - { "id": "maid_hat", "fg": 2324 }, - { "id": "mask_dust", "fg": 2325 }, - { "id": "panties", "fg": 2326 }, - { "id": "pants", "fg": 2327 }, - { "id": "pants_cargo", "fg": 2328 }, - { "id": "polo_shirt", "fg": 2329 }, - { "id": "ragpouch", "fg": 2330 }, - { "id": "scabbard", "fg": 2331 }, - { "id": "sneakers", "fg": 2333 }, - { "id": "socks", "fg": 2334 }, - { "id": "spearsling", "fg": 2335 }, - { "id": "stockings", "fg": 2337 }, - { "id": "sweater", "fg": 2340 }, - { "id": "sweatshirt", "fg": 2341 }, - { "id": "tank_top", "fg": 2342 }, - { "id": "tool_belt", "fg": 2343 }, - { "id": "tshirt", "fg": 2344 }, - { "id": "turban", "fg": 2345 }, - { "id": "undershirt", "fg": 2346 }, - { "id": "coat_lab", "fg": 2302 }, - { "id": "coat_rain", "fg": 2303 }, - { "id": "sports_bra", "fg": 2336 }, - { "id": "skirt", "fg": 2332 }, - { "id": "jacket_light", "fg": 2319 }, - { "id": "jacket_army", "fg": 2318 }, - { "id": "hat_hard", "fg": 2310 }, - { "id": "striped_pants", "fg": 2338 }, - { "id": "striped_shirt", "fg": 2339 }, - { "id": "cloak", "fg": 2347 }, - { "id": "cloak_wool", "fg": 2350 }, - { "id": "cloak_leather", "fg": 2349 }, - { "id": "cloak_fur", "fg": 2348 }, - { "id": "coffeemaker", "fg": 2351 }, - { "id": "contacts", "fg": 2352 }, - { "id": "corpse", "fg": 2353 }, - { "id": "corpse_generic_human", "fg": 2354 }, - { "id": "crowbar", "fg": 2362 }, - { "id": "filter_air", "fg": 2365 }, - { "id": "fish_bait", "fg": 2366 }, + "fg": 1902, + "additional_tiles": [ + { "id": "center", "fg": 1887 }, + { "id": "corner", "fg": [ 1889, 1891, 1890, 1888 ] }, + { "id": "t_connection", "fg": [ 1899, 1901, 1900, 1898 ] }, + { "id": "edge", "fg": [ 1893, 1892 ] }, + { "id": "end_piece", "fg": [ 1895, 1897, 1896, 1894 ] }, + { "id": "unconnected", "fg": [ 1902, 1902 ] } + ] + }, + { "id": "1st_aid", "fg": 1903 }, + { "id": "2x4", "fg": 1904 }, + { "id": "halberd", "fg": 1925 }, + { "id": "halberd_fake", "fg": 1925 }, + { "id": "nodachi", "fg": 1933 }, + { "id": "nodachi_fake", "fg": 1933 }, + { "id": "nodachi_inferior", "fg": 1933 }, + { "id": "arming_sword", "fg": 2070 }, + { "id": "art_sphere", "fg": 2085 }, + { "id": "art_rod", "fg": 2083 }, + { "id": "art_teardrop", "fg": 2087 }, + { "id": "art_lamp", "fg": 2079 }, + { "id": "art_snake", "fg": 2084 }, + { "id": "art_disc", "fg": 2076 }, + { "id": "art_beads", "fg": 2073 }, + { "id": "art_napkin", "fg": 2080 }, + { "id": "art_urchin", "fg": 2089 }, + { "id": "art_jelly", "fg": 2077 }, + { "id": "art_spiral", "fg": 2086 }, + { "id": "art_pin", "fg": 2081 }, + { "id": "art_tube", "fg": 2088 }, + { "id": "art_pyramid", "fg": 2082 }, + { "id": "art_crystal", "fg": 2075 }, + { "id": "art_knot", "fg": 2078 }, + { "id": "art_crescent", "fg": 2074 }, + { "id": "altered_teapot", "fg": 2071 }, + { "id": "architect_cube", "fg": 2072 }, + { "id": [ "m16_auto_rifle_var_acr", "acr_300blk" ], "fg": 2147 }, + { "id": [ "ak47", "aksemi" ], "fg": 2097 }, + { "id": [ "carbine_flintlock", "carbine_flintlock_double" ], "fg": 2111 }, + { "id": [ "m16a4", "m16_auto_rifle_var_m16a3" ], "fg": 2148 }, + { "id": [ "m249", "m249_semi" ], "fg": 2156 }, + { "id": [ "m60", "m60_semi" ], "fg": 2166 }, + { "id": [ "mp40", "mp40semi" ], "fg": 2182 }, + { "id": [ "slamfire_shotgun", "slamfire_shotgun_d" ], "fg": 2221 }, + { "id": "fire_ax", "fg": 2237 }, + { "id": "ax", "fg": 2240 }, + { "id": "hatchet", "fg": 2238 }, + { "id": "backpack", "fg": 2241 }, + { "id": "duffelbag", "fg": 2242 }, + { "id": "molle_pack", "fg": 2243 }, + { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 2246 }, + { "id": "bag_canvas", "fg": 2249 }, + { "id": "bat", "fg": 2250 }, + { "id": "bat_metal", "fg": 2251 }, + { "id": "blanket", "fg": 2252 }, + { "id": "down_blanket", "fg": 2253 }, + { "id": "electric_blanket", "fg": 2254 }, + { "id": "board_trap", "fg": 2255 }, + { "id": [ "compbow", "compbow_high", "compbow_low" ], "fg": 2256 }, + { "id": "box_large", "fg": 2267 }, + { "id": "box_medium", "fg": 2268 }, + { "id": "broom", "fg": 2269 }, + { "id": "bwirebat", "fg": 2270 }, + { "id": "cattlefodder", "fg": 2288 }, + { "id": "chainsaw_off", "fg": 2289 }, + { "id": "axe_ring", "fg": 2296 }, + { "id": "balclava", "fg": 2297 }, + { "id": "beret", "fg": 2298 }, + { "id": "boots", "fg": 2299 }, + { "id": "boxer_briefs", "fg": 2300 }, + { "id": "boxer_shorts", "fg": 2301 }, + { "id": "boy_shorts", "fg": 2302 }, + { "id": "bra", "fg": 2303 }, + { "id": "briefs", "fg": 2304 }, + { "id": "bscabbard", "fg": 2305 }, + { "id": "corset", "fg": 2308 }, + { "id": "cowboy_hat", "fg": 2309 }, + { "id": "dress_shoes", "fg": 2310 }, + { "id": "hat_ball", "fg": 2311 }, + { "id": "hat_cotton", "fg": 2312 }, + { "id": "hat_fur", "fg": 2313 }, + { "id": "hat_knit", "fg": 2315 }, + { "id": "hat_noise_cancelling", "fg": 2316 }, + { "id": "helmet_barbute", "fg": 2317 }, + { "id": "helmet_chitin", "fg": 2318 }, + { "id": "helmet_kabuto", "fg": 2319 }, + { "id": "holster", "fg": 2320 }, + { "id": "hoodie", "fg": 2321 }, + { "id": "jeans", "fg": 2324 }, + { "id": "leather_belt", "fg": 2325 }, + { "id": "longshirt", "fg": 2326 }, + { "id": "maid_dress", "fg": 2327 }, + { "id": "maid_hat", "fg": 2328 }, + { "id": "mask_dust", "fg": 2329 }, + { "id": "panties", "fg": 2330 }, + { "id": "pants", "fg": 2331 }, + { "id": "pants_cargo", "fg": 2332 }, + { "id": "polo_shirt", "fg": 2333 }, + { "id": "ragpouch", "fg": 2334 }, + { "id": "scabbard", "fg": 2335 }, + { "id": "sneakers", "fg": 2337 }, + { "id": "socks", "fg": 2338 }, + { "id": "spearsling", "fg": 2339 }, + { "id": "stockings", "fg": 2341 }, + { "id": "sweater", "fg": 2344 }, + { "id": "sweatshirt", "fg": 2345 }, + { "id": "tank_top", "fg": 2346 }, + { "id": "tool_belt", "fg": 2347 }, + { "id": "tshirt", "fg": 2348 }, + { "id": "turban", "fg": 2349 }, + { "id": "undershirt", "fg": 2350 }, + { "id": "coat_lab", "fg": 2306 }, + { "id": "coat_rain", "fg": 2307 }, + { "id": "sports_bra", "fg": 2340 }, + { "id": "skirt", "fg": 2336 }, + { "id": "jacket_light", "fg": 2323 }, + { "id": "jacket_army", "fg": 2322 }, + { "id": "hat_hard", "fg": 2314 }, + { "id": "striped_pants", "fg": 2342 }, + { "id": "striped_shirt", "fg": 2343 }, + { "id": "cloak", "fg": 2351 }, + { "id": "cloak_wool", "fg": 2354 }, + { "id": "cloak_leather", "fg": 2353 }, + { "id": "cloak_fur", "fg": 2352 }, + { "id": "coffeemaker", "fg": 2355 }, + { "id": "contacts", "fg": 2356 }, + { "id": "corpse", "fg": 2357 }, + { "id": "corpse_generic_human", "fg": 2358 }, + { "id": "crowbar", "fg": 2366 }, + { "id": "filter_air", "fg": 2369 }, + { "id": "fish_bait", "fg": 2370 }, { "id": [ "corpse_mon_fish_white_bass", @@ -2173,7 +2186,7 @@ "corpse_mon_fish_white_catfish", "corpse_mon_fish_pickerel" ], - "fg": 2370 + "fg": 2374 }, { "id": [ @@ -2185,7 +2198,7 @@ "corpse_mon_fish_white_sucker", "corpse_mon_fish_fallfish" ], - "fg": 2369 + "fg": 2373 }, { "id": [ @@ -2200,7 +2213,7 @@ "corpse_mon_fish_bullhead", "corpse_mon_fish_carp" ], - "fg": 2368 + "fg": 2372 }, { "id": [ @@ -2216,511 +2229,511 @@ "corpse_mon_fish_grass_carp", "corpse_mon_fish_bowfin" ], - "fg": 2367 - }, - { "id": "fish_trap", "fg": 2371 }, - { "id": "fishing_rod_basic", "fg": 2372 }, - { "id": "fishing_rod_professional", "fg": 2373 }, - { "id": "forge", "fg": 2375 }, - { "id": "char_forge", "fg": 2374 }, - { "id": "glass_shard", "fg": 2399 }, - { "id": "hoboreel", "fg": 2400 }, - { "id": "hydrogen_tank", "fg": 2401 }, - { "id": "leather_tarp", "fg": 2402 }, - { "id": "water", "fg": 2413 }, - { "id": "water_clean", "fg": 2414 }, - { "id": "gasoline", "fg": 2408 }, - { "id": "diesel", "fg": 2406 }, - { "id": "biodiesel", "fg": 2404 }, - { "id": "flamethrower_fuel", "fg": 2407 }, - { "id": "avgas", "fg": 2403 }, - { "id": "lamp_oil", "fg": 2410 }, - { "id": "motor_oil", "fg": 2411 }, - { "id": "napalm", "fg": 2412 }, - { "id": "gelled_gasoline", "fg": 2409 }, - { "id": "blood", "fg": 2405 }, - { "id": "log", "fg": 2415 }, - { "id": "lucern_hammer", "fg": 2416 }, - { "id": "marble", "fg": 2418 }, - { "id": "microwave", "fg": 2419 }, - { "id": "mjolnir", "fg": 2420 }, - { "id": "mop", "fg": 2421 }, - { "id": "mp5mag", "fg": 2422 }, - { "id": "nail", "fg": 2430 }, - { "id": "nailbat", "fg": 2431 }, - { "id": "nailboard", "fg": 2432 }, - { "id": "needle_bone", "fg": 2433 }, - { "id": "needle_curved", "fg": 2434 }, - { "id": "needle_wood", "fg": 2435 }, - { "id": "many_years_old_newspaper", "fg": 2436 }, - { "id": "years_old_newspaper", "fg": 2441 }, - { "id": "months_old_newspaper", "fg": 2437 }, - { "id": "newest_newspaper", "fg": 2438 }, - { "id": "one_year_old_newspaper", "fg": 2439 }, - { "id": "weeks_old_newspaper", "fg": 2440 }, - { "id": "2h_flail_wood", "fg": 2442 }, - { "id": "pillow", "fg": 2444 }, - { "id": "down_pillow", "fg": 2443 }, - { "id": "pine_bough", "fg": 2445 }, - { "id": "pinecone", "fg": 2446 }, + "fg": 2371 + }, + { "id": "fish_trap", "fg": 2375 }, + { "id": "fishing_rod_basic", "fg": 2376 }, + { "id": "fishing_rod_professional", "fg": 2377 }, + { "id": "forge", "fg": 2379 }, + { "id": "char_forge", "fg": 2378 }, + { "id": "glass_shard", "fg": 2403 }, + { "id": "hoboreel", "fg": 2404 }, + { "id": "hydrogen_tank", "fg": 2405 }, + { "id": "leather_tarp", "fg": 2406 }, + { "id": "water", "fg": 2417 }, + { "id": "water_clean", "fg": 2418 }, + { "id": "gasoline", "fg": 2412 }, + { "id": "diesel", "fg": 2410 }, + { "id": "biodiesel", "fg": 2408 }, + { "id": "flamethrower_fuel", "fg": 2411 }, + { "id": "avgas", "fg": 2407 }, + { "id": "lamp_oil", "fg": 2414 }, + { "id": "motor_oil", "fg": 2415 }, + { "id": "napalm", "fg": 2416 }, + { "id": "gelled_gasoline", "fg": 2413 }, + { "id": "blood", "fg": 2409 }, + { "id": "log", "fg": 2419 }, + { "id": "lucern_hammer", "fg": 2420 }, + { "id": "marble", "fg": 2422 }, + { "id": "microwave", "fg": 2423 }, + { "id": "mjolnir", "fg": 2424 }, + { "id": "mop", "fg": 2425 }, + { "id": "mp5mag", "fg": 2426 }, + { "id": "nail", "fg": 2434 }, + { "id": "nailbat", "fg": 2435 }, + { "id": "nailboard", "fg": 2436 }, + { "id": "needle_bone", "fg": 2437 }, + { "id": "needle_curved", "fg": 2438 }, + { "id": "needle_wood", "fg": 2439 }, + { "id": "many_years_old_newspaper", "fg": 2440 }, + { "id": "years_old_newspaper", "fg": 2445 }, + { "id": "months_old_newspaper", "fg": 2441 }, + { "id": "newest_newspaper", "fg": 2442 }, + { "id": "one_year_old_newspaper", "fg": 2443 }, + { "id": "weeks_old_newspaper", "fg": 2444 }, + { "id": "2h_flail_wood", "fg": 2446 }, + { "id": "pillow", "fg": 2448 }, + { "id": "down_pillow", "fg": 2447 }, + { "id": "pine_bough", "fg": 2449 }, + { "id": "pinecone", "fg": 2450 }, { "id": [ "rifle_9mm", "rifle_3006", "rifle_45", "rifle_22", "rifle_40", "rifle_44", "rifle_38", "rifle_223" ], - "fg": 2447 - }, - { "id": "plastic_sheet", "fg": 2449 }, - { "id": "plastic_shopping_bag", "fg": 2450 }, - { "id": "pneumatic_shotgun", "fg": 2451 }, - { "id": "pool_ball", "fg": 2452 }, - { "id": "powder_candy", "fg": 2454 }, - { "id": "rag", "fg": 2455 }, - { "id": "rebar", "fg": 2456 }, - { "id": [ "fur_rollmat", "broketent", "largebroketent" ], "fg": 2457 }, - { "id": [ "rollmat", "tent_kit", "large_tent_kit" ], "fg": 2458 }, - { "id": "scissors", "fg": 2459 }, - { "id": "screwdriver", "fg": 2460 }, - { "id": "sewing_kit", "fg": 2461 }, - { "id": "sharp_rock", "fg": 2462 }, - { "id": "sheet_metal", "fg": 2463 }, - { "id": "sheet_metal_small", "fg": 2464 }, - { "id": "shovel", "fg": 2465 }, - { "id": "slingshot", "fg": 2466 }, - { "id": "solar_panel", "fg": 2468 }, - { "id": "solar_cell", "fg": 2467 }, - { "id": "pointy_stick", "fg": 2469 }, - { "id": "spear_wood", "fg": 2477 }, - { "id": "spear_spike", "fg": 2475 }, - { "id": "spear_knife", "fg": 2471 }, - { "id": "spear_knife_superior", "fg": 2472 }, - { "id": "spear_pipe", "fg": 2473 }, - { "id": "spear_rebar", "fg": 2474 }, - { "id": "spear_steel", "fg": 2476 }, - { "id": "spear_copper", "fg": 2470 }, - { "id": "splinter", "fg": 2478 }, - { "id": "sponge", "fg": 2479 }, - { "id": "spoon", "fg": 2480 }, - { "id": "stick", "fg": 2481 }, - { "id": "stick_long", "fg": 2482 }, - { "id": "primitive_hammer", "fg": 2483 }, - { "id": "string_36", "fg": 2484 }, - { "id": "string_6", "fg": 2485 }, - { "id": "tailors_kit", "fg": 2487 }, - { "id": "tarp", "fg": 2488 }, - { "id": "television", "fg": 2489 }, - { "id": "thermos", "fg": 2490 }, - { "id": "thread", "fg": 2491 }, - { "id": "2h_flail_steel", "fg": 2496 }, - { "id": "welder", "fg": 2497 }, - { "id": "welder_crude", "fg": 2498 }, - { "id": "wood_panel", "fg": 2499 }, - { "id": "wood_sheet", "fg": 2500 }, - { "id": "corpse_mon_troll", "fg": 2501 }, - { "id": "mon_bat", "fg": 2505, "bg": 2666 }, - { "id": "mon_goose_canadian", "fg": 2518, "bg": 2666 }, - { "id": "mon_bluejay", "fg": 2506, "bg": 2666 }, - { "id": "mon_bluejay_chick", "fg": 2507, "bg": 2666 }, - { "id": "mon_cardinal", "fg": 2508, "bg": 2666 }, - { "id": "mon_cardinal_chick", "fg": 2509, "bg": 2666 }, + "fg": 2451 + }, + { "id": "plastic_sheet", "fg": 2453 }, + { "id": "plastic_shopping_bag", "fg": 2454 }, + { "id": "pneumatic_shotgun", "fg": 2455 }, + { "id": "pool_ball", "fg": 2456 }, + { "id": "powder_candy", "fg": 2458 }, + { "id": "rag", "fg": 2459 }, + { "id": "rebar", "fg": 2460 }, + { "id": [ "fur_rollmat", "broketent", "largebroketent" ], "fg": 2461 }, + { "id": [ "rollmat", "tent_kit", "large_tent_kit" ], "fg": 2462 }, + { "id": "scissors", "fg": 2463 }, + { "id": "screwdriver", "fg": 2464 }, + { "id": "sewing_kit", "fg": 2465 }, + { "id": "sharp_rock", "fg": 2466 }, + { "id": "sheet_metal", "fg": 2467 }, + { "id": "sheet_metal_small", "fg": 2468 }, + { "id": "shovel", "fg": 2469 }, + { "id": "slingshot", "fg": 2470 }, + { "id": "solar_panel", "fg": 2472 }, + { "id": "solar_cell", "fg": 2471 }, + { "id": "pointy_stick", "fg": 2473 }, + { "id": "spear_wood", "fg": 2481 }, + { "id": "spear_spike", "fg": 2479 }, + { "id": "spear_knife", "fg": 2475 }, + { "id": "spear_knife_superior", "fg": 2476 }, + { "id": "spear_pipe", "fg": 2477 }, + { "id": "spear_rebar", "fg": 2478 }, + { "id": "spear_steel", "fg": 2480 }, + { "id": "spear_copper", "fg": 2474 }, + { "id": "splinter", "fg": 2482 }, + { "id": "sponge", "fg": 2483 }, + { "id": "spoon", "fg": 2484 }, + { "id": "stick", "fg": 2485 }, + { "id": "stick_long", "fg": 2486 }, + { "id": "primitive_hammer", "fg": 2487 }, + { "id": "string_36", "fg": 2488 }, + { "id": "string_6", "fg": 2489 }, + { "id": "tailors_kit", "fg": 2491 }, + { "id": "tarp", "fg": 2492 }, + { "id": "television", "fg": 2493 }, + { "id": "thermos", "fg": 2494 }, + { "id": "thread", "fg": 2495 }, + { "id": "2h_flail_steel", "fg": 2503 }, + { "id": "welder", "fg": 2504 }, + { "id": "welder_crude", "fg": 2505 }, + { "id": "wood_panel", "fg": 2506 }, + { "id": "wood_sheet", "fg": 2507 }, + { "id": "corpse_mon_troll", "fg": 2508 }, + { "id": "mon_bat", "fg": 2512, "bg": 2673 }, + { "id": "mon_goose_canadian", "fg": 2525, "bg": 2673 }, + { "id": "mon_bluejay", "fg": 2513, "bg": 2673 }, + { "id": "mon_bluejay_chick", "fg": 2514, "bg": 2673 }, + { "id": "mon_cardinal", "fg": 2515, "bg": 2673 }, + { "id": "mon_cardinal_chick", "fg": 2516, "bg": 2673 }, { "id": "mon_chicken", - "fg": [ { "weight": 2, "sprite": 2510 }, { "weight": 1, "sprite": 2511 } ], - "bg": 2666 - }, - { "id": "mon_chicken_chick", "fg": 2512, "bg": 2666 }, - { "id": "mon_crow", "fg": 2513, "bg": 2666 }, - { "id": "mon_crow_chick", "fg": 2514, "bg": 2666 }, - { "id": "mon_crow_mutant", "fg": 2515, "bg": 2665 }, - { "id": "mon_duck", "fg": 2516, "bg": 2666 }, - { "id": "mon_duck_chick", "fg": 2517, "bg": 2666 }, - { "id": "mon_goose_canadian_chick", "fg": 2519, "bg": 2666 }, - { "id": "mon_grouse", "fg": 2520, "bg": 2666 }, - { "id": "mon_grouse_chick", "fg": 2521, "bg": 2666 }, - { "id": "mon_pheasant", "fg": 2522, "bg": 2665 }, - { "id": "mon_pheasant_chick", "fg": 2523, "bg": 2666 }, - { "id": "mon_raven", "fg": 2525, "bg": 2666 }, - { "id": "mon_raven_chick", "fg": 2526, "bg": 2666 }, - { "id": "mon_robin", "fg": 2527, "bg": 2666 }, - { "id": "mon_robin_chick", "fg": 2528, "bg": 2666 }, - { "id": "mon_sparrow", "fg": 2529, "bg": 2666 }, - { "id": "mon_sparrow_chick", "fg": 2530, "bg": 2666 }, - { "id": "mon_turkey", "fg": 2531, "bg": 2665 }, - { "id": "mon_turkey_chick", "fg": 2532, "bg": 2666 }, - { "id": "mon_crow_mutant_small", "fg": 2533, "bg": 2665 }, - { "id": "mon_pigeon", "fg": 2524, "bg": 2666 }, - { "id": "mon_fish_blinky", "fg": 2534 }, + "fg": [ { "weight": 2, "sprite": 2517 }, { "weight": 1, "sprite": 2518 } ], + "bg": 2673 + }, + { "id": "mon_chicken_chick", "fg": 2519, "bg": 2673 }, + { "id": "mon_crow", "fg": 2520, "bg": 2673 }, + { "id": "mon_crow_chick", "fg": 2521, "bg": 2673 }, + { "id": "mon_crow_mutant", "fg": 2522, "bg": 2672 }, + { "id": "mon_duck", "fg": 2523, "bg": 2673 }, + { "id": "mon_duck_chick", "fg": 2524, "bg": 2673 }, + { "id": "mon_goose_canadian_chick", "fg": 2526, "bg": 2673 }, + { "id": "mon_grouse", "fg": 2527, "bg": 2673 }, + { "id": "mon_grouse_chick", "fg": 2528, "bg": 2673 }, + { "id": "mon_pheasant", "fg": 2529, "bg": 2672 }, + { "id": "mon_pheasant_chick", "fg": 2530, "bg": 2673 }, + { "id": "mon_raven", "fg": 2532, "bg": 2673 }, + { "id": "mon_raven_chick", "fg": 2533, "bg": 2673 }, + { "id": "mon_robin", "fg": 2534, "bg": 2673 }, + { "id": "mon_robin_chick", "fg": 2535, "bg": 2673 }, + { "id": "mon_sparrow", "fg": 2536, "bg": 2673 }, + { "id": "mon_sparrow_chick", "fg": 2537, "bg": 2673 }, + { "id": "mon_turkey", "fg": 2538, "bg": 2672 }, + { "id": "mon_turkey_chick", "fg": 2539, "bg": 2673 }, + { "id": "mon_crow_mutant_small", "fg": 2540, "bg": 2672 }, + { "id": "mon_pigeon", "fg": 2531, "bg": 2673 }, + { "id": "mon_fish_blinky", "fg": 2541 }, { "id": "mon_cat", "fg": [ - { "weight": 1, "sprite": 2535 }, - { "weight": 1, "sprite": 2536 }, - { "weight": 1, "sprite": 2560 }, - { "weight": 1, "sprite": 2559 } + { "weight": 1, "sprite": 2542 }, + { "weight": 1, "sprite": 2543 }, + { "weight": 1, "sprite": 2567 }, + { "weight": 1, "sprite": 2566 } ], - "bg": 2666 + "bg": 2673 }, { "id": "mon_cat_bengal", - "fg": [ { "weight": 1, "sprite": 2539 }, { "weight": 1, "sprite": 2538 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2546 }, { "weight": 1, "sprite": 2545 } ], + "bg": 2673 }, { "id": "mon_cat_calico", - "fg": [ { "weight": 1, "sprite": 2542 }, { "weight": 1, "sprite": 2541 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2549 }, { "weight": 1, "sprite": 2548 } ], + "bg": 2673 }, { "id": "mon_cat_chonker", - "fg": [ { "weight": 1, "sprite": 2545 }, { "weight": 1, "sprite": 2544 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2552 }, { "weight": 1, "sprite": 2551 } ], + "bg": 2673 }, { "id": "mon_cat_devon_rex", - "fg": [ { "weight": 1, "sprite": 2548 }, { "weight": 1, "sprite": 2547 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2555 }, { "weight": 1, "sprite": 2554 } ], + "bg": 2673 }, { "id": "mon_cat_longhair", - "fg": [ { "weight": 1, "sprite": 2551 }, { "weight": 1, "sprite": 2550 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2558 }, { "weight": 1, "sprite": 2557 } ], + "bg": 2673 }, { "id": "mon_cat_maine_coon", - "fg": [ { "weight": 1, "sprite": 2554 }, { "weight": 1, "sprite": 2553 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2561 }, { "weight": 1, "sprite": 2560 } ], + "bg": 2673 }, { "id": "mon_cat_persian", - "fg": [ { "weight": 1, "sprite": 2557 }, { "weight": 1, "sprite": 2556 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2564 }, { "weight": 1, "sprite": 2563 } ], + "bg": 2673 }, { "id": "mon_cat_siamese", - "fg": [ { "weight": 1, "sprite": 2563 }, { "weight": 1, "sprite": 2562 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2570 }, { "weight": 1, "sprite": 2569 } ], + "bg": 2673 }, { "id": "mon_cat_sphynx", - "fg": [ { "weight": 1, "sprite": 2566 }, { "weight": 1, "sprite": 2565 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2573 }, { "weight": 1, "sprite": 2572 } ], + "bg": 2673 }, { "id": "mon_cat_tabby", - "fg": [ { "weight": 1, "sprite": 2569 }, { "weight": 1, "sprite": 2568 } ], - "bg": 2666 - }, - { "id": "mon_cat_kitten", "fg": 2558, "bg": 2666 }, - { "id": "mon_cat_bengal_kitten", "fg": 2537, "bg": 2666 }, - { "id": "mon_cat_calico_kitten", "fg": 2540, "bg": 2666 }, - { "id": "mon_cat_chonker_kitten", "fg": 2543, "bg": 2666 }, - { "id": "mon_cat_devon_rex_kitten", "fg": 2546, "bg": 2666 }, - { "id": "mon_cat_longhair_kitten", "fg": 2549, "bg": 2666 }, - { "id": "mon_cat_maine_coon_kitten", "fg": 2552, "bg": 2666 }, - { "id": "mon_cat_persian_kitten", "fg": 2555, "bg": 2666 }, - { "id": "mon_cat_siamese_kitten", "fg": 2561, "bg": 2666 }, - { "id": "mon_cat_sphynx_kitten", "fg": 2564, "bg": 2666 }, - { "id": "mon_cat_tabby_kitten", "fg": 2567, "bg": 2666 }, - { "id": "mon_coyote", "fg": 2570, "bg": 2665 }, - { "id": "mon_coyote_wolf", "fg": 2571, "bg": 2665 }, - { "id": "mon_dog", "fg": 2572, "bg": 2665 }, - { "id": "mon_dog_skeleton", "fg": 2599, "bg": 2665 }, + "fg": [ { "weight": 1, "sprite": 2576 }, { "weight": 1, "sprite": 2575 } ], + "bg": 2673 + }, + { "id": "mon_cat_kitten", "fg": 2565, "bg": 2673 }, + { "id": "mon_cat_bengal_kitten", "fg": 2544, "bg": 2673 }, + { "id": "mon_cat_calico_kitten", "fg": 2547, "bg": 2673 }, + { "id": "mon_cat_chonker_kitten", "fg": 2550, "bg": 2673 }, + { "id": "mon_cat_devon_rex_kitten", "fg": 2553, "bg": 2673 }, + { "id": "mon_cat_longhair_kitten", "fg": 2556, "bg": 2673 }, + { "id": "mon_cat_maine_coon_kitten", "fg": 2559, "bg": 2673 }, + { "id": "mon_cat_persian_kitten", "fg": 2562, "bg": 2673 }, + { "id": "mon_cat_siamese_kitten", "fg": 2568, "bg": 2673 }, + { "id": "mon_cat_sphynx_kitten", "fg": 2571, "bg": 2673 }, + { "id": "mon_cat_tabby_kitten", "fg": 2574, "bg": 2673 }, + { "id": "mon_coyote", "fg": 2577, "bg": 2672 }, + { "id": "mon_coyote_wolf", "fg": 2578, "bg": 2672 }, + { "id": "mon_dog", "fg": 2579, "bg": 2672 }, + { "id": "mon_dog_skeleton", "fg": 2606, "bg": 2672 }, { "id": "mon_zombie_dog", - "fg": [ { "weight": 1, "sprite": 2600 }, { "weight": 1, "sprite": 2601 } ], - "bg": 2665 - }, - { "id": "mon_dog_beagle", "fg": 2577, "bg": 2666 }, - { "id": "mon_dog_gshepherd", "fg": 2589, "bg": 2665 }, - { "id": "mon_dog_boxer", "fg": 2579, "bg": 2665 }, - { "id": "mon_dog_dachshund", "fg": 2585, "bg": 2665 }, - { "id": "mon_dog_auscattle", "fg": 2573, "bg": 2665 }, - { "id": "mon_dog_bcollie", "fg": 2575, "bg": 2665 }, - { "id": "mon_dog_bull", "fg": 2581, "bg": 2666 }, - { "id": "mon_dog_chihuahua", "fg": 2583, "bg": 2666 }, - { "id": "mon_dog_gpyrenees", "fg": 2587, "bg": 2665 }, - { "id": "mon_dog_pitbullmix", "fg": 2592, "bg": 2665 }, - { "id": "mon_dog_samoyed", "fg": 2597, "bg": 2665 }, - { "id": "mon_dog_rottweiler", "fg": 2595, "bg": 2665 }, - { "id": "mon_dog_mutant_mongrel", "fg": 2591, "bg": 2665 }, - { "id": "mon_dog_auscattle_pup", "fg": 2574, "bg": 2666 }, - { "id": "mon_dog_bcollie_pup", "fg": 2576, "bg": 2666 }, - { "id": "mon_dog_beagle_pup", "fg": 2578, "bg": 2666 }, - { "id": "mon_dog_boxer_pup", "fg": 2580, "bg": 2666 }, - { "id": "mon_dog_bull_pup", "fg": 2582, "bg": 2666 }, - { "id": "mon_dog_chihuahua_pup", "fg": 2584, "bg": 2666 }, - { "id": "mon_dog_dachshund_pup", "fg": 2586, "bg": 2666 }, - { "id": "mon_dog_gpyrenees_pup", "fg": 2588, "bg": 2666 }, - { "id": "mon_dog_gshepherd_pup", "fg": 2590, "bg": 2666 }, - { "id": "mon_dog_pitbullmix_pup", "fg": 2593, "bg": 2666 }, - { "id": "mon_dog_pup", "fg": 2594, "bg": 2666 }, - { "id": "mon_dog_rottweiler_pup", "fg": 2596, "bg": 2666 }, - { "id": "mon_dog_samoyed_pup", "fg": 2598, "bg": 2666 }, - { "id": "mon_fish_tiny", "fg": 2605 }, - { "id": "mon_fish_small", "fg": 2604 }, - { "id": "mon_fish_medium", "fg": 2603 }, - { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 2602 }, - { "id": "mon_sewer_fish", "fg": 2606 }, - { "id": "mon_mink", "fg": 2607, "bg": 2666 }, - { "id": "mon_bobcat", "fg": 2608, "bg": 2666 }, - { "id": "mon_cockatrice_chick", "fg": 2610, "bg": 2666 }, - { "id": "mon_cockatrice", "fg": 2609, "bg": 2666 }, - { "id": "mon_sewer_rat", "fg": 2611, "bg": 2666 }, + "fg": [ { "weight": 1, "sprite": 2607 }, { "weight": 1, "sprite": 2608 } ], + "bg": 2672 + }, + { "id": "mon_dog_beagle", "fg": 2584, "bg": 2673 }, + { "id": "mon_dog_gshepherd", "fg": 2596, "bg": 2672 }, + { "id": "mon_dog_boxer", "fg": 2586, "bg": 2672 }, + { "id": "mon_dog_dachshund", "fg": 2592, "bg": 2672 }, + { "id": "mon_dog_auscattle", "fg": 2580, "bg": 2672 }, + { "id": "mon_dog_bcollie", "fg": 2582, "bg": 2672 }, + { "id": "mon_dog_bull", "fg": 2588, "bg": 2673 }, + { "id": "mon_dog_chihuahua", "fg": 2590, "bg": 2673 }, + { "id": "mon_dog_gpyrenees", "fg": 2594, "bg": 2672 }, + { "id": "mon_dog_pitbullmix", "fg": 2599, "bg": 2672 }, + { "id": "mon_dog_samoyed", "fg": 2604, "bg": 2672 }, + { "id": "mon_dog_rottweiler", "fg": 2602, "bg": 2672 }, + { "id": "mon_dog_mutant_mongrel", "fg": 2598, "bg": 2672 }, + { "id": "mon_dog_auscattle_pup", "fg": 2581, "bg": 2673 }, + { "id": "mon_dog_bcollie_pup", "fg": 2583, "bg": 2673 }, + { "id": "mon_dog_beagle_pup", "fg": 2585, "bg": 2673 }, + { "id": "mon_dog_boxer_pup", "fg": 2587, "bg": 2673 }, + { "id": "mon_dog_bull_pup", "fg": 2589, "bg": 2673 }, + { "id": "mon_dog_chihuahua_pup", "fg": 2591, "bg": 2673 }, + { "id": "mon_dog_dachshund_pup", "fg": 2593, "bg": 2673 }, + { "id": "mon_dog_gpyrenees_pup", "fg": 2595, "bg": 2673 }, + { "id": "mon_dog_gshepherd_pup", "fg": 2597, "bg": 2673 }, + { "id": "mon_dog_pitbullmix_pup", "fg": 2600, "bg": 2673 }, + { "id": "mon_dog_pup", "fg": 2601, "bg": 2673 }, + { "id": "mon_dog_rottweiler_pup", "fg": 2603, "bg": 2673 }, + { "id": "mon_dog_samoyed_pup", "fg": 2605, "bg": 2673 }, + { "id": "mon_fish_tiny", "fg": 2612 }, + { "id": "mon_fish_small", "fg": 2611 }, + { "id": "mon_fish_medium", "fg": 2610 }, + { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 2609 }, + { "id": "mon_sewer_fish", "fg": 2613 }, + { "id": "mon_mink", "fg": 2614, "bg": 2673 }, + { "id": "mon_bobcat", "fg": 2615, "bg": 2673 }, + { "id": "mon_cockatrice_chick", "fg": 2617, "bg": 2673 }, + { "id": "mon_cockatrice", "fg": 2616, "bg": 2673 }, + { "id": "mon_sewer_rat", "fg": 2618, "bg": 2673 }, { "id": "mon_pig", - "fg": [ { "weight": 8, "sprite": 2614 }, { "weight": 3, "sprite": 2612 }, { "weight": 1, "sprite": 2613 } ], - "bg": 2665 - }, - { "id": "mon_pig_piglet", "fg": 2615, "bg": 2666 }, - { "id": "mon_bear_cub", "fg": 2616, "bg": 2666 }, - { "id": "mon_fox_gray", "fg": 2617, "bg": 2665 }, - { "id": "mon_fox_red", "fg": 2618, "bg": 2665 }, - { "id": "mon_wolf", "fg": 2619, "bg": 2665 }, - { "id": "mon_rattlesnake_giant", "fg": 2621, "bg": 2665 }, - { "id": "mon_rattlesnake", "fg": 2620, "bg": 2666 }, - { "id": "mon_sewer_snake", "fg": 2622, "bg": 2666 }, - { "id": "mon_chipmunk", "fg": 2627, "bg": 2666 }, - { "id": "mon_groundhog", "fg": 2629, "bg": 2666 }, - { "id": "mon_lemming", "fg": 2623, "bg": 2624 }, - { "id": "mon_beaver", "fg": 2625, "bg": 2666 }, - { "id": "mon_black_rat", "fg": 2626, "bg": 2666 }, - { "id": "mon_deer_mouse", "fg": 2628, "bg": 2666 }, - { "id": "mon_lab_rat", "fg": 2630, "bg": 2666 }, - { "id": "mon_muskrat", "fg": 2631, "bg": 2666 }, - { "id": "mon_otter", "fg": 2633, "bg": 2666 }, - { "id": "mon_rabbit", "fg": 2634, "bg": 2666 }, - { "id": "mon_squirrel", "fg": 2635, "bg": 2666 }, - { "id": "mon_squirrel_red", "fg": 2636, "bg": 2666 }, - { "id": "mon_opossum", "fg": 2632, "bg": 2666 }, - { "id": "mon_boar_wild", "fg": 2637, "bg": 2665 }, - { "id": "mon_boar_wild_piglet", "fg": 2638, "bg": 2666 }, - { "id": "mon_zpig_brute", "fg": 2639, "bg": 2665 }, - { "id": "mon_centipede_giant", "fg": 2640, "bg": 2665 }, - { "id": "mon_dragonfly_small", "fg": 2641, "bg": 2666 }, - { "id": "mon_locust", "fg": 2642, "bg": 2665 }, - { "id": "mon_locust_nymph", "fg": 2643, "bg": 2666 }, - { "id": "mon_locust_small", "fg": 2644, "bg": 2666 }, - { "id": "mon_mosquito_small", "fg": 2645, "bg": 2666 }, - { "id": "mon_ant", "fg": 2650, "bg": 2665 }, - { "id": "mon_ant_acid", "fg": 2651, "bg": 2665 }, - { "id": "corpse_mon_ant", "fg": 2646 }, - { "id": "corpse_mon_ant_acid", "fg": 2647 }, - { "id": "mon_ant_larva", "fg": 2655, "bg": 2666 }, - { "id": "mon_ant_acid_larva", "fg": 2652, "bg": 2666 }, - { "id": "corpse_mon_ant_larva", "fg": 2649 }, - { "id": "corpse_mon_ant_acid_larva", "fg": 2648 }, - { "id": "mon_ant_fungus", "fg": 2654, "bg": 2665 }, - { "id": "mon_ant_small", "fg": 2656, "bg": 2666 }, - { "id": "mon_ant_acid_small", "fg": 2653, "bg": 2666 }, - { "id": "mon_dermatik_larva", "fg": 2657, "bg": 2666 }, - { "id": "mon_wasp_small", "fg": 2658, "bg": 2666 }, - { "id": "mon_giant_cockroach", "fg": 2659, "bg": 2665 }, - { "id": "mon_giant_cockroach_nymph", "fg": 2660, "bg": 2666 }, - { "id": "mon_plague_nymph", "fg": 2661, "bg": 2666 }, - { "id": "mon_plague_vector", "fg": 2662, "bg": 2665 }, - { "id": "mon_pregnant_giant_cockroach", "fg": 2663, "bg": 2665 }, - { "id": "mon_skittering_plague", "fg": 2664, "bg": 2665 }, - { "id": "mon_eyebot", "fg": 2667, "bg": 2666 }, - { "id": "mon_firefly", "fg": 2668, "bg": 2666 }, - { "id": "mon_kreck", "fg": 2671, "bg": 2665 }, + "fg": [ { "weight": 8, "sprite": 2621 }, { "weight": 3, "sprite": 2619 }, { "weight": 1, "sprite": 2620 } ], + "bg": 2672 + }, + { "id": "mon_pig_piglet", "fg": 2622, "bg": 2673 }, + { "id": "mon_bear_cub", "fg": 2623, "bg": 2673 }, + { "id": "mon_fox_gray", "fg": 2624, "bg": 2672 }, + { "id": "mon_fox_red", "fg": 2625, "bg": 2672 }, + { "id": "mon_wolf", "fg": 2626, "bg": 2672 }, + { "id": "mon_rattlesnake_giant", "fg": 2628, "bg": 2672 }, + { "id": "mon_rattlesnake", "fg": 2627, "bg": 2673 }, + { "id": "mon_sewer_snake", "fg": 2629, "bg": 2673 }, + { "id": "mon_chipmunk", "fg": 2634, "bg": 2673 }, + { "id": "mon_groundhog", "fg": 2636, "bg": 2673 }, + { "id": "mon_lemming", "fg": 2630, "bg": 2631 }, + { "id": "mon_beaver", "fg": 2632, "bg": 2673 }, + { "id": "mon_black_rat", "fg": 2633, "bg": 2673 }, + { "id": "mon_deer_mouse", "fg": 2635, "bg": 2673 }, + { "id": "mon_lab_rat", "fg": 2637, "bg": 2673 }, + { "id": "mon_muskrat", "fg": 2638, "bg": 2673 }, + { "id": "mon_otter", "fg": 2640, "bg": 2673 }, + { "id": "mon_rabbit", "fg": 2641, "bg": 2673 }, + { "id": "mon_squirrel", "fg": 2642, "bg": 2673 }, + { "id": "mon_squirrel_red", "fg": 2643, "bg": 2673 }, + { "id": "mon_opossum", "fg": 2639, "bg": 2673 }, + { "id": "mon_boar_wild", "fg": 2644, "bg": 2672 }, + { "id": "mon_boar_wild_piglet", "fg": 2645, "bg": 2673 }, + { "id": "mon_zpig_brute", "fg": 2646, "bg": 2672 }, + { "id": "mon_centipede_giant", "fg": 2647, "bg": 2672 }, + { "id": "mon_dragonfly_small", "fg": 2648, "bg": 2673 }, + { "id": "mon_locust", "fg": 2649, "bg": 2672 }, + { "id": "mon_locust_nymph", "fg": 2650, "bg": 2673 }, + { "id": "mon_locust_small", "fg": 2651, "bg": 2673 }, + { "id": "mon_mosquito_small", "fg": 2652, "bg": 2673 }, + { "id": "mon_ant", "fg": 2657, "bg": 2672 }, + { "id": "mon_ant_acid", "fg": 2658, "bg": 2672 }, + { "id": "corpse_mon_ant", "fg": 2653 }, + { "id": "corpse_mon_ant_acid", "fg": 2654 }, + { "id": "mon_ant_larva", "fg": 2662, "bg": 2673 }, + { "id": "mon_ant_acid_larva", "fg": 2659, "bg": 2673 }, + { "id": "corpse_mon_ant_larva", "fg": 2656 }, + { "id": "corpse_mon_ant_acid_larva", "fg": 2655 }, + { "id": "mon_ant_fungus", "fg": 2661, "bg": 2672 }, + { "id": "mon_ant_small", "fg": 2663, "bg": 2673 }, + { "id": "mon_ant_acid_small", "fg": 2660, "bg": 2673 }, + { "id": "mon_dermatik_larva", "fg": 2664, "bg": 2673 }, + { "id": "mon_wasp_small", "fg": 2665, "bg": 2673 }, + { "id": "mon_giant_cockroach", "fg": 2666, "bg": 2672 }, + { "id": "mon_giant_cockroach_nymph", "fg": 2667, "bg": 2673 }, + { "id": "mon_plague_nymph", "fg": 2668, "bg": 2673 }, + { "id": "mon_plague_vector", "fg": 2669, "bg": 2672 }, + { "id": "mon_pregnant_giant_cockroach", "fg": 2670, "bg": 2672 }, + { "id": "mon_skittering_plague", "fg": 2671, "bg": 2672 }, + { "id": "mon_eyebot", "fg": 2674, "bg": 2673 }, + { "id": "mon_firefly", "fg": 2675, "bg": 2673 }, + { "id": "mon_kreck", "fg": 2678, "bg": 2672 }, { "id": "mon_aphid_small", - "fg": [ { "weight": 1, "sprite": 2672 }, { "weight": 1, "sprite": 2673 }, { "weight": 1, "sprite": 2674 } ], - "bg": 2666 + "fg": [ { "weight": 1, "sprite": 2679 }, { "weight": 1, "sprite": 2680 }, { "weight": 1, "sprite": 2681 } ], + "bg": 2673 }, - { "id": "mon_beaver_mutant_avian", "fg": 2675, "bg": 2666 }, - { "id": "mon_beaver_mutant_huge", "fg": 2676, "bg": 2665 }, - { "id": "mon_blob", "fg": 2677, "bg": 2665 }, + { "id": "mon_beaver_mutant_avian", "fg": 2682, "bg": 2673 }, + { "id": "mon_beaver_mutant_huge", "fg": 2683, "bg": 2672 }, + { "id": "mon_blob", "fg": 2684, "bg": 2672 }, { "id": "mon_blob_small", - "fg": [ { "weight": 1, "sprite": 2678 }, { "weight": 1, "sprite": 2679 } ], - "bg": 2666 - }, - { "id": "mon_cat_mutant_kitten_prism", "fg": 2680, "bg": 2666 }, - { "id": "mon_cat_mutant_prism", "fg": 2681, "bg": 2666 }, - { "id": "mon_cow_calf", "fg": 2682, "bg": 2665 }, - { "id": "mon_coyote_mutant_shark", "fg": 2683, "bg": 2665 }, - { "id": "mon_coyote_mutant_venom", "fg": 2684, "bg": 2665 }, - { "id": "mon_crayfish_small", "fg": 2685, "bg": 2665 }, - { "id": "mon_deer_fawn", "fg": 2687, "bg": 2665 }, - { "id": "mon_deer_mutant_spider_fawn", "fg": 2688, "bg": 2665 }, - { "id": "mon_dog_zombie_rot", "fg": 2689, "bg": 2665 }, - { "id": "mon_frog", "fg": 2692, "bg": 2666 }, - { "id": "mon_frog_small", "fg": 2693, "bg": 2665 }, - { "id": "mon_fungal_fighter", "fg": 2694, "bg": 2665 }, - { "id": "mon_fungal_hedgerow", "fg": 2695, "bg": 2665 }, - { "id": "mon_fungaloid_young", "fg": 2696, "bg": 2666 }, - { "id": "mon_grasshopper_small", "fg": 2698, "bg": 2666 }, - { "id": "mon_halfworm", "fg": 2699, "bg": 2666 }, - { "id": "mon_hallu_multicooker", "fg": 2700, "bg": 2665 }, - { "id": "mon_hazmatbot", "fg": 2701, "bg": 2665 }, + "fg": [ { "weight": 1, "sprite": 2685 }, { "weight": 1, "sprite": 2686 } ], + "bg": 2673 + }, + { "id": "mon_cat_mutant_kitten_prism", "fg": 2687, "bg": 2673 }, + { "id": "mon_cat_mutant_prism", "fg": 2688, "bg": 2673 }, + { "id": "mon_cow_calf", "fg": 2689, "bg": 2672 }, + { "id": "mon_coyote_mutant_shark", "fg": 2690, "bg": 2672 }, + { "id": "mon_coyote_mutant_venom", "fg": 2691, "bg": 2672 }, + { "id": "mon_crayfish_small", "fg": 2692, "bg": 2672 }, + { "id": "mon_deer_fawn", "fg": 2694, "bg": 2672 }, + { "id": "mon_deer_mutant_spider_fawn", "fg": 2695, "bg": 2672 }, + { "id": "mon_dog_zombie_rot", "fg": 2696, "bg": 2672 }, + { "id": "mon_frog", "fg": 2699, "bg": 2673 }, + { "id": "mon_frog_small", "fg": 2700, "bg": 2672 }, + { "id": "mon_fungal_fighter", "fg": 2701, "bg": 2672 }, + { "id": "mon_fungal_hedgerow", "fg": 2702, "bg": 2672 }, + { "id": "mon_fungaloid_young", "fg": 2703, "bg": 2673 }, + { "id": "mon_grasshopper_small", "fg": 2705, "bg": 2673 }, + { "id": "mon_halfworm", "fg": 2706, "bg": 2673 }, + { "id": "mon_hallu_multicooker", "fg": 2707, "bg": 2672 }, + { "id": "mon_hazmatbot", "fg": 2708, "bg": 2672 }, { "id": [ "mon_hound_tindalos", "mon_hound_tindalos_afterimage" ], "fg": [ - { "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": 2708 }, { "weight": 1, "sprite": 2709 }, - { "weight": 1, "sprite": 2710 } + { "weight": 1, "sprite": 2710 }, + { "weight": 1, "sprite": 2711 }, + { "weight": 1, "sprite": 2712 }, + { "weight": 1, "sprite": 2713 }, + { "weight": 1, "sprite": 2714 }, + { "weight": 1, "sprite": 2715 }, + { "weight": 1, "sprite": 2716 }, + { "weight": 1, "sprite": 2717 } ] }, { "id": "mon_lab_security_drone_BM", "animated": true, "fg": [ - { "weight": 10, "sprite": 2714 }, - { "weight": 10, "sprite": 2715 }, - { "weight": 10, "sprite": 2716 }, - { "weight": 10, "sprite": 2715 } + { "weight": 10, "sprite": 2721 }, + { "weight": 10, "sprite": 2722 }, + { "weight": 10, "sprite": 2723 }, + { "weight": 10, "sprite": 2722 } ] }, { "id": "mon_lab_security_drone_BM2", "animated": true, "fg": [ - { "weight": 10, "sprite": 2711 }, - { "weight": 10, "sprite": 2712 }, - { "weight": 10, "sprite": 2713 }, - { "weight": 10, "sprite": 2712 } + { "weight": 10, "sprite": 2718 }, + { "weight": 10, "sprite": 2719 }, + { "weight": 10, "sprite": 2720 }, + { "weight": 10, "sprite": 2719 } ] }, { "id": "mon_lab_security_drone_BS", "animated": true, "fg": [ - { "weight": 10, "sprite": 2717 }, - { "weight": 10, "sprite": 2718 }, - { "weight": 10, "sprite": 2719 }, - { "weight": 10, "sprite": 2718 } + { "weight": 10, "sprite": 2724 }, + { "weight": 10, "sprite": 2725 }, + { "weight": 10, "sprite": 2726 }, + { "weight": 10, "sprite": 2725 } ] }, { "id": "mon_lab_security_drone_GM", "animated": true, "fg": [ - { "weight": 10, "sprite": 2720 }, - { "weight": 10, "sprite": 2721 }, - { "weight": 10, "sprite": 2722 }, - { "weight": 10, "sprite": 2721 } + { "weight": 10, "sprite": 2727 }, + { "weight": 10, "sprite": 2728 }, + { "weight": 10, "sprite": 2729 }, + { "weight": 10, "sprite": 2728 } ] }, { "id": "mon_lab_security_drone_GR", "animated": true, "fg": [ - { "weight": 10, "sprite": 2723 }, - { "weight": 10, "sprite": 2724 }, - { "weight": 10, "sprite": 2725 }, - { "weight": 10, "sprite": 2724 } + { "weight": 10, "sprite": 2730 }, + { "weight": 10, "sprite": 2731 }, + { "weight": 10, "sprite": 2732 }, + { "weight": 10, "sprite": 2731 } ] }, { "id": "mon_lab_security_drone_YM", "animated": true, "fg": [ - { "weight": 10, "sprite": 2726 }, - { "weight": 10, "sprite": 2727 }, - { "weight": 10, "sprite": 2728 }, - { "weight": 10, "sprite": 2727 } - ] - }, - { "id": "mon_large_cockroach", "fg": 2729, "bg": 2665 }, - { "id": "mon_player_blob", "fg": 2733, "bg": 2665 }, - { "id": "mon_reindeer_fawn", "fg": 2734, "bg": 2665 }, - { "id": "mon_shadow_snake", "fg": 2735, "bg": 2666 }, - { "id": "mon_sheep_lamb", "fg": 2736, "bg": 2665 }, - { "id": "mon_slug_small", "fg": 2737, "bg": 2665 }, - { "id": "mon_spawn_raptor", "fg": 2738, "bg": 2665 }, - { "id": "mon_spore", "fg": 2742, "bg": 2665 }, - { "id": "mon_tazer_hack", "fg": 2744, "bg": 2666 }, - { "id": "mon_wolf_skeleton", "fg": 2747, "bg": 2665 }, - { "id": "mon_worm", "fg": 2748, "bg": 2665 }, - { "id": "mon_worm_small", "fg": 2749, "bg": 2666 }, - { "id": "mon_zolf", "fg": 2750, "bg": 2665 }, - { "id": "mon_zombeaver", "fg": 2751, "bg": 2666 }, - { "id": "mon_zombie_crawler", "fg": 2752, "bg": 2665 }, - { "id": "mon_zombie_dog_acidic", "fg": 2753, "bg": 2665 }, - { "id": "mon_zombie_hollow", "fg": 2754, "bg": 2665 }, - { "id": "mon_zombie_pig", "fg": 2755, "bg": 2665 }, - { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 2756, "bg": 2665 }, - { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 2757, "bg": 2665 }, - { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 2758, "bg": 2665 }, - { "id": "mon_zombie_rot", "fg": 2760, "bg": 2665 }, - { "id": "corpse_mon_zombie_rot", "fg": 2759 }, - { "id": "mon_zombie_wretched", "fg": 2761, "bg": 2665 }, - { "id": "mon_hare", "fg": 2762, "bg": 2666 }, - { "id": "mon_skitterbot", "fg": 2763, "bg": 2665 }, - { "id": "mon_spider_cellar_small", "fg": 2765, "bg": 2666 }, - { "id": "mon_spider_jumping_small", "fg": 2766, "bg": 2666 }, - { "id": "mon_spider_trapdoor_small", "fg": 2767, "bg": 2666 }, - { "id": "mon_spider_web_small", "fg": 2769, "bg": 2666 }, - { "id": "mon_spider_wolf_small", "fg": 2772, "bg": 2666 }, - { "id": "mon_spider_web_s", "fg": 2768, "bg": 2666 }, - { "id": "mon_spider_widow_giant_s", "fg": 2770, "bg": 2666 }, - { "id": "mon_spider_cellar_giant_s", "fg": 2764, "bg": 2666 }, - { "id": "mon_zpider_mass", "fg": 2773, "bg": 2666 }, - { "id": "mon_spider_widow_small", "fg": 2771, "bg": 2666 }, - { "id": "mon_dog_zombie_cop", "fg": 2774, "bg": 2665 }, - { "id": "mon_zombie_anklebiter", "fg": 2776, "bg": 2666 }, - { "id": "mon_zombie_creepy", "fg": 2779, "bg": 2666 }, - { "id": "mon_zombie_shriekling", "fg": 2780, "bg": 2666 }, - { "id": "mon_zombie_snotgobbler", "fg": 2781, "bg": 2666 }, - { "id": "mon_zombie_sproglodyte", "fg": 2782, "bg": 2666 }, - { "id": "mon_zombie_waif", "fg": 2775, "bg": 2666 }, - { "id": "mon_zombie_child_scorched", "fg": 2778, "bg": 2666 }, - { "id": "mon_zombie_child_fungus", "fg": 2777, "bg": 2666 }, + { "weight": 10, "sprite": 2733 }, + { "weight": 10, "sprite": 2734 }, + { "weight": 10, "sprite": 2735 }, + { "weight": 10, "sprite": 2734 } + ] + }, + { "id": "mon_large_cockroach", "fg": 2736, "bg": 2672 }, + { "id": "mon_player_blob", "fg": 2740, "bg": 2672 }, + { "id": "mon_reindeer_fawn", "fg": 2741, "bg": 2672 }, + { "id": "mon_shadow_snake", "fg": 2742, "bg": 2673 }, + { "id": "mon_sheep_lamb", "fg": 2743, "bg": 2672 }, + { "id": "mon_slug_small", "fg": 2744, "bg": 2672 }, + { "id": "mon_spawn_raptor", "fg": 2745, "bg": 2672 }, + { "id": "mon_spore", "fg": 2749, "bg": 2672 }, + { "id": "mon_tazer_hack", "fg": 2751, "bg": 2673 }, + { "id": "mon_wolf_skeleton", "fg": 2754, "bg": 2672 }, + { "id": "mon_worm", "fg": 2755, "bg": 2672 }, + { "id": "mon_worm_small", "fg": 2756, "bg": 2673 }, + { "id": "mon_zolf", "fg": 2757, "bg": 2672 }, + { "id": "mon_zombeaver", "fg": 2758, "bg": 2673 }, + { "id": "mon_zombie_crawler", "fg": 2759, "bg": 2672 }, + { "id": "mon_zombie_dog_acidic", "fg": 2760, "bg": 2672 }, + { "id": "mon_zombie_hollow", "fg": 2761, "bg": 2672 }, + { "id": "mon_zombie_pig", "fg": 2762, "bg": 2672 }, + { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 2763, "bg": 2672 }, + { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 2764, "bg": 2672 }, + { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 2765, "bg": 2672 }, + { "id": "mon_zombie_rot", "fg": 2767, "bg": 2672 }, + { "id": "corpse_mon_zombie_rot", "fg": 2766 }, + { "id": "mon_zombie_wretched", "fg": 2768, "bg": 2672 }, + { "id": "mon_hare", "fg": 2769, "bg": 2673 }, + { "id": "mon_skitterbot", "fg": 2770, "bg": 2672 }, + { "id": "mon_spider_cellar_small", "fg": 2772, "bg": 2673 }, + { "id": "mon_spider_jumping_small", "fg": 2773, "bg": 2673 }, + { "id": "mon_spider_trapdoor_small", "fg": 2774, "bg": 2673 }, + { "id": "mon_spider_web_small", "fg": 2776, "bg": 2673 }, + { "id": "mon_spider_wolf_small", "fg": 2779, "bg": 2673 }, + { "id": "mon_spider_web_s", "fg": 2775, "bg": 2673 }, + { "id": "mon_spider_widow_giant_s", "fg": 2777, "bg": 2673 }, + { "id": "mon_spider_cellar_giant_s", "fg": 2771, "bg": 2673 }, + { "id": "mon_zpider_mass", "fg": 2780, "bg": 2673 }, + { "id": "mon_spider_widow_small", "fg": 2778, "bg": 2673 }, + { "id": "mon_dog_zombie_cop", "fg": 2781, "bg": 2672 }, + { "id": "mon_zombie_anklebiter", "fg": 2783, "bg": 2673 }, + { "id": "mon_zombie_creepy", "fg": 2786, "bg": 2673 }, + { "id": "mon_zombie_shriekling", "fg": 2787, "bg": 2673 }, + { "id": "mon_zombie_snotgobbler", "fg": 2788, "bg": 2673 }, + { "id": "mon_zombie_sproglodyte", "fg": 2789, "bg": 2673 }, + { "id": "mon_zombie_waif", "fg": 2782, "bg": 2673 }, + { "id": "mon_zombie_child_scorched", "fg": 2785, "bg": 2673 }, + { "id": "mon_zombie_child_fungus", "fg": 2784, "bg": 2673 }, { "id": "mon_zombie_child", "fg": [ - { "weight": 1, "sprite": 2783 }, - { "weight": 1, "sprite": 2794 }, - { "weight": 1, "sprite": 2800 }, - { "weight": 1, "sprite": 2801 }, - { "weight": 1, "sprite": 2802 }, - { "weight": 1, "sprite": 2803 }, - { "weight": 1, "sprite": 2804 }, - { "weight": 1, "sprite": 2805 }, - { "weight": 1, "sprite": 2806 }, - { "weight": 1, "sprite": 2784 }, - { "weight": 1, "sprite": 2785 }, - { "weight": 1, "sprite": 2786 }, - { "weight": 1, "sprite": 2787 }, - { "weight": 1, "sprite": 2788 }, - { "weight": 1, "sprite": 2789 }, { "weight": 1, "sprite": 2790 }, + { "weight": 1, "sprite": 2801 }, + { "weight": 1, "sprite": 2807 }, + { "weight": 1, "sprite": 2808 }, + { "weight": 1, "sprite": 2809 }, + { "weight": 1, "sprite": 2810 }, + { "weight": 1, "sprite": 2811 }, + { "weight": 1, "sprite": 2812 }, + { "weight": 1, "sprite": 2813 }, { "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": 2797 }, { "weight": 1, "sprite": 2798 }, - { "weight": 1, "sprite": 2799 } + { "weight": 1, "sprite": 2799 }, + { "weight": 1, "sprite": 2800 }, + { "weight": 1, "sprite": 2802 }, + { "weight": 1, "sprite": 2803 }, + { "weight": 1, "sprite": 2804 }, + { "weight": 1, "sprite": 2805 }, + { "weight": 1, "sprite": 2806 } ], - "bg": 2666 + "bg": 2673 }, - { "id": "lighting_lowlight_dark", "fg": 2812 }, - { "id": "lighting_boomered_dark", "fg": 2807 }, + { "id": "lighting_lowlight_dark", "fg": 2819 }, + { "id": "lighting_boomered_dark", "fg": 2814 }, { "id": "lighting_hidden", "fg": [ - { "weight": 100, "sprite": 2808 }, - { "weight": 100, "sprite": 2809 }, - { "weight": 100, "sprite": 2810 }, - { "weight": 100, "sprite": 2811 } - ] - }, - { "id": "animation_hit", "fg": 2830 }, - { "id": "cursor", "fg": 2832 }, - { "id": "highlight", "fg": 2834 }, - { "id": "highlight_item", "fg": 2835 }, - { "id": "line_target", "fg": 2833 }, - { "id": "line_trail", "fg": 2836 }, - { "id": "animation_line", "fg": 2831 }, - { "id": "overlay_effect_common_cold", "fg": 2845 }, - { "id": "overlay_effect_flu", "fg": 2845 }, - { "id": "generic_city_building", "fg": 2866, "bg": 2863 }, + { "weight": 100, "sprite": 2815 }, + { "weight": 100, "sprite": 2816 }, + { "weight": 100, "sprite": 2817 }, + { "weight": 100, "sprite": 2818 } + ] + }, + { "id": "animation_hit", "fg": 2837 }, + { "id": "cursor", "fg": 2839 }, + { "id": "highlight", "fg": 2841 }, + { "id": "highlight_item", "fg": 2842 }, + { "id": "line_target", "fg": 2840 }, + { "id": "line_trail", "fg": 2843 }, + { "id": "animation_line", "fg": 2838 }, + { "id": "overlay_effect_common_cold", "fg": 2852 }, + { "id": "overlay_effect_flu", "fg": 2852 }, + { "id": "generic_city_building", "fg": 2873, "bg": 2870 }, { "id": [ "abstorefront_1", @@ -2749,25 +2762,25 @@ "s_sports", "veterinarian" ], - "fg": 2866, - "bg": 2863 + "fg": 2873, + "bg": 2870 }, - { "id": "forest_water", "fg": 2871 }, - { "id": [ "forest", "special_forest" ], "fg": 2864, "bg": 2863 }, - { "id": [ "field", "special_field" ], "fg": 2863 }, - { "id": "open_air", "fg": 2865 }, + { "id": "forest_water", "fg": 2878 }, + { "id": [ "forest", "special_forest" ], "fg": 2871, "bg": 2870 }, + { "id": [ "field", "special_field" ], "fg": 2870 }, + { "id": "open_air", "fg": 2872 }, { "id": "railroad", - "fg": 4004, - "bg": 3981, + "fg": 4011, + "bg": 3988, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 3981, "fg": 3998 }, - { "id": "corner", "bg": 3981, "fg": [ 4000, 4002, 4001, 3999 ] }, - { "id": "t_connection", "bg": 3981, "fg": [ 4006, 4008, 4007, 4005 ] }, - { "id": "edge", "bg": 3981, "fg": [ 4004, 4003 ] }, - { "id": "end_piece", "bg": 3981, "fg": [ 4004, 4003, 4004, 4003 ] }, - { "id": "unconnected", "bg": 3981, "fg": [ 4004, 4003 ] } + { "id": "center", "bg": 3988, "fg": 4005 }, + { "id": "corner", "bg": 3988, "fg": [ 4007, 4009, 4008, 4006 ] }, + { "id": "t_connection", "bg": 3988, "fg": [ 4013, 4015, 4014, 4012 ] }, + { "id": "edge", "bg": 3988, "fg": [ 4011, 4010 ] }, + { "id": "end_piece", "bg": 3988, "fg": [ 4011, 4010, 4011, 4010 ] }, + { "id": "unconnected", "bg": 3988, "fg": [ 4011, 4010 ] } ] }, { @@ -2990,19 +3003,19 @@ "urban_13_11", "urban_13_12" ], - "fg": [ 2868, 2867, 2869, 2870 ], - "bg": 2863, + "fg": [ 2875, 2874, 2876, 2877 ], + "bg": 2870, "rotates": true }, - { "id": "anthill", "fg": 2873, "bg": 2863, "rotates": false }, - { "id": "acid_anthill", "fg": 2872, "bg": 2863, "rotates": false }, + { "id": "anthill", "fg": 2880, "bg": 2870, "rotates": false }, + { "id": "acid_anthill", "fg": 2879, "bg": 2870, "rotates": false }, { "id": [ "2farm_3", "farm_3", "farm_isherwood_3", "farm_dairy_twd_6", "farm_dairy_twd_12", "ranch_camp_66", "dairy_farm_SE" ], - "fg": [ 2875, 2874, 2875, 2874 ], - "bg": 2863, + "fg": [ 2882, 2881, 2882, 2881 ], + "bg": 2870, "rotates": true }, - { "id": [ "desolatebarn", "barn_aban1" ], "fg": 2876, "bg": 2863 }, + { "id": [ "desolatebarn", "barn_aban1" ], "fg": 2883, "bg": 2870 }, { "id": [ "2farm_loft_3", @@ -3015,8 +3028,8 @@ "ranch_camp_66_roof", "dairy_farm_SE_roof" ], - "fg": [ 2875, 2874, 2875, 2874 ], - "bg": 2865, + "fg": [ 2882, 2881, 2882, 2881 ], + "bg": 2872, "rotates": true }, { @@ -3038,8 +3051,8 @@ "cabin_strange_b", "riverside_dwelling" ], - "fg": [ 2878, 2877, 2879, 2880 ], - "bg": 2863, + "fg": [ 2885, 2884, 2886, 2887 ], + "bg": 2870, "rotates": true }, { @@ -3057,8 +3070,8 @@ "cabin_lake_roof", "lake_cabin_boathouse_roof" ], - "fg": [ 2878, 2877, 2879, 2880 ], - "bg": 2865, + "fg": [ 2885, 2884, 2886, 2887 ], + "bg": 2872, "rotates": true }, { @@ -3074,12 +3087,12 @@ "ws_survivor_camp", "homelesscamp" ], - "fg": 2881, - "bg": 2863 + "fg": 2888, + "bg": 2870 }, - { "id": "cave", "fg": 2882, "bg": 2863 }, - { "id": "cave_underground", "fg": 2882 }, - { "id": [ "airliner_2b_-1", "airliner_2c_-1" ], "fg": 2884, "rotates": false }, + { "id": "cave", "fg": 2889, "bg": 2870 }, + { "id": "cave_underground", "fg": 2889 }, + { "id": [ "airliner_2b_-1", "airliner_2c_-1" ], "fg": 2891, "rotates": false }, { "id": [ "airliner_1a", @@ -3112,26 +3125,26 @@ "airliner_2j", "airliner_3j" ], - "fg": 2885 + "fg": 2892 }, - { "id": [ "airliner_2a_1", "airliner_2c_1" ], "fg": 2865 }, - { "id": [ "dirt_road", "dirt_road_forest" ], "fg": [ 2892, 2891 ], "rotates": true }, - { "id": [ "dirt_road_3way", "dirt_road_3way_forest" ], "fg": [ 2898, 2897, 2899, 2900 ], "rotates": true }, - { "id": [ "dirt_road_turn", "dirt_road_turn_forest" ], "fg": [ 2887, 2889, 2890, 2888 ], "rotates": true }, - { "id": [ "dirt_road_turn1", "dirt_road_turn1_forest" ], "fg": [ 2888, 2887, 2889, 2890 ], "rotates": true }, + { "id": [ "airliner_2a_1", "airliner_2c_1" ], "fg": 2872 }, + { "id": [ "dirt_road", "dirt_road_forest" ], "fg": [ 2899, 2898 ], "rotates": true }, + { "id": [ "dirt_road_3way", "dirt_road_3way_forest" ], "fg": [ 2905, 2904, 2906, 2907 ], "rotates": true }, + { "id": [ "dirt_road_turn", "dirt_road_turn_forest" ], "fg": [ 2894, 2896, 2897, 2895 ], "rotates": true }, + { "id": [ "dirt_road_turn1", "dirt_road_turn1_forest" ], "fg": [ 2895, 2894, 2896, 2897 ], "rotates": true }, { "id": [ "shelter", "shelter_1", "shelter_2", "shelter_vandal", "shelter_1_vandal", "shelter_2_vandal" ], - "fg": [ 2903, 2902, 2904, 2905 ], - "bg": 2863, + "fg": [ 2910, 2909, 2911, 2912 ], + "bg": 2870, "rotates": true }, { "id": [ "shelter_roof", "shelter_roof_1", "shelter_roof_2" ], - "fg": [ 2903, 2902, 2904, 2905 ], - "bg": 2865, + "fg": [ 2910, 2909, 2911, 2912 ], + "bg": 2872, "rotates": true }, - { "id": "shelter_under", "fg": [ 2903, 2902, 2904, 2905 ], "rotates": true }, + { "id": "shelter_under", "fg": [ 2910, 2909, 2911, 2912 ], "rotates": true }, { "id": [ "2farm_1", @@ -3200,19 +3213,19 @@ "horse_farm_isherwood_2", "yard" ], - "fg": 2906 + "fg": 2913 }, { "id": "forest_trail", - "fg": 2922, + "fg": 2929, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2907 }, - { "id": "corner", "fg": [ 2909, 2911, 2910, 2908 ] }, - { "id": "t_connection", "fg": [ 2919, 2921, 2920, 2918 ] }, - { "id": "edge", "fg": [ 2913, 2912 ] }, - { "id": "end_piece", "fg": [ 2915, 2917, 2916, 2914 ] }, - { "id": "unconnected", "fg": [ 2922, 2922 ] } + { "id": "center", "fg": 2914 }, + { "id": "corner", "fg": [ 2916, 2918, 2917, 2915 ] }, + { "id": "t_connection", "fg": [ 2926, 2928, 2927, 2925 ] }, + { "id": "edge", "fg": [ 2920, 2919 ] }, + { "id": "end_piece", "fg": [ 2922, 2924, 2923, 2921 ] }, + { "id": "unconnected", "fg": [ 2929, 2929 ] } ] }, { @@ -3229,50 +3242,50 @@ "garage_gas_roof_2", "garage_gas_roof_3" ], - "fg": [ 2924, 2923, 2925, 2926 ], - "bg": 2863 - }, - { "id": "2farm_7", "fg": 2907 }, - { "id": "crater", "fg": 3836, "bg": 2863 }, - { "id": "ranch_camp_17", "fg": 4659, "bg": 2970 }, - { "id": "ranch_camp_76", "fg": 2907 }, - { "id": "ranch_camp_77", "fg": [ 3024, 3023, 3025, 3026 ], "bg": 2863, "rotates": true }, - { "id": "helipad_ne", "fg": [ 2928, 2930, 2929, 2927 ], "rotates": true }, - { "id": "helipad_nw", "fg": [ 2932, 2934, 2933, 2931 ], "rotates": true }, - { "id": "helipad_se", "fg": [ 2936, 2938, 2937, 2935 ], "rotates": true }, - { "id": "helipad_sw", "fg": [ 2940, 2942, 2941, 2939 ], "rotates": true }, - { "id": "lighthouse_z2", "fg": 2950, "bg": 2865 }, - { "id": "lighthouse_z3", "fg": 2951, "bg": 2865 }, - { "id": "lighthouse_z4", "fg": 2952, "bg": 2865 }, - { "id": "lighthouse_z5", "fg": 2953, "bg": 2865 }, - { "id": "lighthouse_roof", "fg": 2949, "bg": 2865 }, - { "id": "note_!_black", "fg": 2954 }, - { "id": "note_!_red", "fg": 2967 }, - { "id": "note_!_green", "fg": 2959 }, - { "id": "note_!_brown", "fg": 2956 }, - { "id": "note_!_blue", "fg": 2955 }, - { "id": "note_!_magenta", "fg": 2965 }, - { "id": "note_!_cyan", "fg": 2957 }, - { "id": "note_!_light_gray", "fg": 2962 }, - { "id": "note_!_dark_gray", "fg": 2958 }, - { "id": "note_!_light_red", "fg": 2964 }, - { "id": "note_!_light_green", "fg": 2963 }, - { "id": "note_!_yellow", "fg": 2969 }, - { "id": "note_!_light_blue", "fg": 2960 }, - { "id": "note_!_pink", "fg": 2966 }, - { "id": "note_!_light_cyan", "fg": 2961 }, - { "id": "note_!_white", "fg": 2968 }, - { "id": "2farm_4", "fg": [ 2978, 2977, 2979, 2980 ], "rotates": true }, - { "id": "2farm_8", "fg": [ 2979, 2980, 2978, 2977 ], "rotates": true }, - { "id": "dairy_farm_NW", "fg": [ 2980, 2978, 2977, 2979 ], "rotates": true }, - { "id": "dairy_farm_NE", "fg": [ 2977, 2979, 2980, 2978 ], "rotates": true }, - { "id": "ranch_camp_1", "fg": [ 2974, 2973, 2975, 2976 ], "rotates": true }, + "fg": [ 2931, 2930, 2932, 2933 ], + "bg": 2870 + }, + { "id": "2farm_7", "fg": 2914 }, + { "id": "crater", "fg": 3843, "bg": 2870 }, + { "id": "ranch_camp_17", "fg": 4666, "bg": 2977 }, + { "id": "ranch_camp_76", "fg": 2914 }, + { "id": "ranch_camp_77", "fg": [ 3031, 3030, 3032, 3033 ], "bg": 2870, "rotates": true }, + { "id": "helipad_ne", "fg": [ 2935, 2937, 2936, 2934 ], "rotates": true }, + { "id": "helipad_nw", "fg": [ 2939, 2941, 2940, 2938 ], "rotates": true }, + { "id": "helipad_se", "fg": [ 2943, 2945, 2944, 2942 ], "rotates": true }, + { "id": "helipad_sw", "fg": [ 2947, 2949, 2948, 2946 ], "rotates": true }, + { "id": "lighthouse_z2", "fg": 2957, "bg": 2872 }, + { "id": "lighthouse_z3", "fg": 2958, "bg": 2872 }, + { "id": "lighthouse_z4", "fg": 2959, "bg": 2872 }, + { "id": "lighthouse_z5", "fg": 2960, "bg": 2872 }, + { "id": "lighthouse_roof", "fg": 2956, "bg": 2872 }, + { "id": "note_!_black", "fg": 2961 }, + { "id": "note_!_red", "fg": 2974 }, + { "id": "note_!_green", "fg": 2966 }, + { "id": "note_!_brown", "fg": 2963 }, + { "id": "note_!_blue", "fg": 2962 }, + { "id": "note_!_magenta", "fg": 2972 }, + { "id": "note_!_cyan", "fg": 2964 }, + { "id": "note_!_light_gray", "fg": 2969 }, + { "id": "note_!_dark_gray", "fg": 2965 }, + { "id": "note_!_light_red", "fg": 2971 }, + { "id": "note_!_light_green", "fg": 2970 }, + { "id": "note_!_yellow", "fg": 2976 }, + { "id": "note_!_light_blue", "fg": 2967 }, + { "id": "note_!_pink", "fg": 2973 }, + { "id": "note_!_light_cyan", "fg": 2968 }, + { "id": "note_!_white", "fg": 2975 }, + { "id": "2farm_4", "fg": [ 2985, 2984, 2986, 2987 ], "rotates": true }, + { "id": "2farm_8", "fg": [ 2986, 2987, 2985, 2984 ], "rotates": true }, + { "id": "dairy_farm_NW", "fg": [ 2987, 2985, 2984, 2986 ], "rotates": true }, + { "id": "dairy_farm_NE", "fg": [ 2984, 2986, 2987, 2985 ], "rotates": true }, + { "id": "ranch_camp_1", "fg": [ 2981, 2980, 2982, 2983 ], "rotates": true }, { "id": [ "ranch_camp_2", "ranch_camp_3", "ranch_camp_4", "ranch_camp_5", "ranch_camp_6", "ranch_camp_7", "ranch_camp_8" ], - "fg": [ 2982, 2981, 2983, 2984 ], + "fg": [ 2989, 2988, 2990, 2991 ], "rotates": true }, - { "id": "ranch_camp_9", "fg": [ 2973, 2975, 2976, 2974 ], "rotates": true }, + { "id": "ranch_camp_9", "fg": [ 2980, 2982, 2983, 2981 ], "rotates": true }, { "id": [ "ranch_camp_10", @@ -3283,7 +3296,7 @@ "ranch_camp_55", "ranch_camp_64" ], - "fg": [ 2984, 2982, 2981, 2983 ], + "fg": [ 2991, 2989, 2988, 2990 ], "rotates": true }, { @@ -3333,7 +3346,7 @@ "ranch_camp_70", "ranch_camp_71" ], - "fg": 2970, + "fg": 2977, "rotates": true }, { @@ -3346,730 +3359,730 @@ "ranch_camp_63", "ranch_camp_72" ], - "fg": [ 2981, 2983, 2984, 2982 ], + "fg": [ 2988, 2990, 2991, 2989 ], "rotates": true }, - { "id": [ "ranch_camp_73", "ranch_camp_78" ], "fg": [ 2976, 2974, 2973, 2975 ], "rotates": true }, + { "id": [ "ranch_camp_73", "ranch_camp_78" ], "fg": [ 2983, 2981, 2980, 2982 ], "rotates": true }, { "id": [ "ranch_camp_74", "ranch_camp_79", "ranch_camp_80" ], - "fg": [ 2983, 2984, 2982, 2981 ], + "fg": [ 2990, 2991, 2989, 2988 ], "rotates": true }, - { "id": [ "ranch_camp_75", "ranch_camp_81" ], "fg": [ 2975, 2976, 2974, 2973 ], "rotates": true }, - { "id": "pond_field", "fg": 2987, "bg": 2863, "rotates": false }, - { "id": "pond_forest", "fg": 2988, "bg": 2863, "rotates": false }, - { "id": "pond_swamp", "fg": 2989, "bg": 2863, "rotates": false }, - { "id": "hot_springs", "fg": 2986, "bg": 2863, "rotates": false }, + { "id": [ "ranch_camp_75", "ranch_camp_81" ], "fg": [ 2982, 2983, 2981, 2980 ], "rotates": true }, + { "id": "pond_field", "fg": 2994, "bg": 2870, "rotates": false }, + { "id": "pond_forest", "fg": 2995, "bg": 2870, "rotates": false }, + { "id": "pond_swamp", "fg": 2996, "bg": 2870, "rotates": false }, + { "id": "hot_springs", "fg": 2993, "bg": 2870, "rotates": false }, { "id": [ "pool", "pool_1", "pool_2", "pool_3", "pool_4" ], - "fg": [ 2991, 2990, 2992, 2993 ], - "bg": 2863, + "fg": [ 2998, 2997, 2999, 3000 ], + "bg": 2870, "rotates": true }, - { "id": [ "pool_5", "pool_6" ], "fg": [ 2995, 2994, 2996, 2997 ], "bg": 2863, "rotates": true }, + { "id": [ "pool_5", "pool_6" ], "fg": [ 3002, 3001, 3003, 3004 ], "bg": 2870, "rotates": true }, { "id": [ "pool_roof", "pool_roof_1", "pool_roof_2", "pool_roof_3", "pool_roof_4" ], - "fg": [ 2991, 2990, 2992, 2993 ], - "bg": 2865, + "fg": [ 2998, 2997, 2999, 3000 ], + "bg": 2872, "rotates": true }, - { "id": "publicgarden", "fg": 2998 }, - { "id": "PublicPond_1a", "fg": [ 3002, 3000, 2999, 3001 ], "rotates": true }, - { "id": "PublicPond_1b", "fg": [ 2999, 3001, 3002, 3000 ], "rotates": true }, - { "id": "river_nw", "fg": 3011, "bg": 2863, "rotates": false }, - { "id": "river_sw", "fg": 3014, "bg": 2863, "rotates": false }, - { "id": "river_se", "fg": 3012, "bg": 2863, "rotates": false }, - { "id": "river_ne", "fg": 3009, "bg": 2863, "rotates": false }, - { "id": "river_north", "fg": 3010, "bg": 2863, "rotates": false }, - { "id": "river_west", "fg": 3015, "bg": 2863, "rotates": false }, - { "id": "river_east", "fg": 3008, "bg": 2863, "rotates": false }, - { "id": "river_south", "fg": 3013, "bg": 2863, "rotates": false }, - { "id": "river_center", "fg": 3007, "bg": 2863, "rotates": false }, - { "id": "river", "fg": [ 3010, 3008, 3013, 3015 ], "bg": 2863, "rotates": true }, - { "id": "river_c_not_nw", "fg": 3004, "bg": 2863, "rotates": false }, - { "id": "river_c_not_ne", "fg": 3003, "bg": 2863, "rotates": false }, - { "id": "river_c_not_sw", "fg": 3006, "bg": 2863, "rotates": false }, - { "id": "river_c_not_se", "fg": 3005, "bg": 2863, "rotates": false }, + { "id": "publicgarden", "fg": 3005 }, + { "id": "PublicPond_1a", "fg": [ 3009, 3007, 3006, 3008 ], "rotates": true }, + { "id": "PublicPond_1b", "fg": [ 3006, 3008, 3009, 3007 ], "rotates": true }, + { "id": "river_nw", "fg": 3018, "bg": 2870, "rotates": false }, + { "id": "river_sw", "fg": 3021, "bg": 2870, "rotates": false }, + { "id": "river_se", "fg": 3019, "bg": 2870, "rotates": false }, + { "id": "river_ne", "fg": 3016, "bg": 2870, "rotates": false }, + { "id": "river_north", "fg": 3017, "bg": 2870, "rotates": false }, + { "id": "river_west", "fg": 3022, "bg": 2870, "rotates": false }, + { "id": "river_east", "fg": 3015, "bg": 2870, "rotates": false }, + { "id": "river_south", "fg": 3020, "bg": 2870, "rotates": false }, + { "id": "river_center", "fg": 3014, "bg": 2870, "rotates": false }, + { "id": "river", "fg": [ 3017, 3015, 3020, 3022 ], "bg": 2870, "rotates": true }, + { "id": "river_c_not_nw", "fg": 3011, "bg": 2870, "rotates": false }, + { "id": "river_c_not_ne", "fg": 3010, "bg": 2870, "rotates": false }, + { "id": "river_c_not_sw", "fg": 3013, "bg": 2870, "rotates": false }, + { "id": "river_c_not_se", "fg": 3012, "bg": 2870, "rotates": false }, { "id": "road", - "fg": 3031, + "fg": 3038, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3016 }, - { "id": "corner", "fg": [ 3018, 3020, 3019, 3017 ], "bg": 2863 }, - { "id": "t_connection", "fg": [ 3028, 3030, 3029, 3027 ] }, - { "id": "edge", "fg": [ 3022, 3021 ] }, - { "id": "end_piece", "fg": [ 3024, 3026, 3025, 3023 ] }, - { "id": "unconnected", "fg": [ 3031, 3031 ], "bg": 2863 } + { "id": "center", "fg": 3023 }, + { "id": "corner", "fg": [ 3025, 3027, 3026, 3024 ], "bg": 2870 }, + { "id": "t_connection", "fg": [ 3035, 3037, 3036, 3034 ] }, + { "id": "edge", "fg": [ 3029, 3028 ] }, + { "id": "end_piece", "fg": [ 3031, 3033, 3032, 3030 ] }, + { "id": "unconnected", "fg": [ 3038, 3038 ], "bg": 2870 } ] }, - { "id": "road_nesw_manhole", "fg": 3032, "bg": 3016 }, + { "id": "road_nesw_manhole", "fg": 3039, "bg": 3023 }, { "id": [ "house_farm", "farm_2", "farm_isherwood_2", "2farm_11" ], - "fg": [ 3034, 3033, 3035, 3036 ], - "bg": 2863, + "fg": [ 3041, 3040, 3042, 3043 ], + "bg": 2870, "rotates": true }, - { "id": [ "dairy_farm_SW", "ranch_camp_68" ], "fg": [ 3035, 3036, 3034, 3033 ], "bg": 2863, "rotates": true }, + { "id": [ "dairy_farm_SW", "ranch_camp_68" ], "fg": [ 3042, 3043, 3041, 3040 ], "bg": 2870, "rotates": true }, { "id": [ "house_farm_roof", "farm_2_roof", "farm_isherwood_2_roof", "2farm_roof_11" ], - "fg": [ 3034, 3033, 3035, 3036 ], - "bg": 2865, + "fg": [ 3041, 3040, 3042, 3043 ], + "bg": 2872, "rotates": true }, { "id": [ "dairy_farm_SW_roof", "ranch_camp_68_roof" ], - "fg": [ 3035, 3036, 3034, 3033 ], - "bg": 2865, + "fg": [ 3042, 3043, 3041, 3040 ], + "bg": 2872, "rotates": true }, - { "id": "farm_isherwood_2_cellar", "fg": [ 3034, 3033, 3035, 3036 ], "rotates": true }, - { "id": [ "2silos", "ranch_camp_57" ], "fg": [ 3038, 3037, 3038, 3037 ], "bg": 2863, "rotates": true }, + { "id": "farm_isherwood_2_cellar", "fg": [ 3041, 3040, 3042, 3043 ], "rotates": true }, + { "id": [ "2silos", "ranch_camp_57" ], "fg": [ 3045, 3044, 3045, 3044 ], "bg": 2870, "rotates": true }, { "id": [ "2silos_1", "2silos_2", "2silos_roof" ], - "fg": [ 3038, 3037, 3038, 3037 ], - "bg": 2865, + "fg": [ 3045, 3044, 3045, 3044 ], + "bg": 2872, "rotates": true }, - { "id": "slimepit_top", "fg": 3039, "bg": 2863 }, - { "id": [ "slimepit_bottom", "slimepit", "slimepit_down" ], "fg": 4268 }, - { "id": "hunter_shack", "fg": [ 3045, 3044, 3046, 3047 ], "bg": 2863, "rotates": true }, - { "id": "hunter_shack_1", "fg": [ 3042, 3040, 3041, 3043 ], "bg": 2863, "rotates": true }, - { "id": "hunter_shack_roof", "fg": [ 3045, 3044, 3046, 3047 ], "bg": 2865, "rotates": true }, - { "id": "hunter_shack_roof_1", "fg": [ 3042, 3040, 3041, 3043 ], "bg": 2865, "rotates": true }, - { "id": "ws_fire_lookout_tower_base", "fg": 3048, "bg": 2863, "rotates": false }, - { "id": "ws_fire_lookout_tower_f1", "fg": 3048, "bg": 2865 }, - { "id": [ "ws_fire_lookout_tower_f2", "ws_fire_lookout_tower_f3" ], "fg": 3049, "bg": 2865 }, - { "id": "t_reb_cage", "fg": 3051, "bg": 4061 }, + { "id": "slimepit_top", "fg": 3046, "bg": 2870 }, + { "id": [ "slimepit_bottom", "slimepit", "slimepit_down" ], "fg": 4275 }, + { "id": "hunter_shack", "fg": [ 3052, 3051, 3053, 3054 ], "bg": 2870, "rotates": true }, + { "id": "hunter_shack_1", "fg": [ 3049, 3047, 3048, 3050 ], "bg": 2870, "rotates": true }, + { "id": "hunter_shack_roof", "fg": [ 3052, 3051, 3053, 3054 ], "bg": 2872, "rotates": true }, + { "id": "hunter_shack_roof_1", "fg": [ 3049, 3047, 3048, 3050 ], "bg": 2872, "rotates": true }, + { "id": "ws_fire_lookout_tower_base", "fg": 3055, "bg": 2870, "rotates": false }, + { "id": "ws_fire_lookout_tower_f1", "fg": 3055, "bg": 2872 }, + { "id": [ "ws_fire_lookout_tower_f2", "ws_fire_lookout_tower_f3" ], "fg": 3056, "bg": 2872 }, + { "id": "t_reb_cage", "fg": 3058, "bg": 4068 }, { "id": "f_earthbag_half", "multitile": true, - "fg": 3067, - "bg": 3596, + "fg": 3074, + "bg": 3603, "additional_tiles": [ - { "id": "center", "fg": 3052 }, - { "id": "corner", "fg": [ 3054, 3056, 3055, 3053 ] }, - { "id": "t_connection", "fg": [ 3064, 3066, 3065, 3063 ] }, - { "id": "edge", "fg": [ 3058, 3057 ] }, - { "id": "end_piece", "fg": [ 3060, 3062, 3061, 3059 ] }, - { "id": "unconnected", "fg": [ 3067, 3067 ] } + { "id": "center", "fg": 3059 }, + { "id": "corner", "fg": [ 3061, 3063, 3062, 3060 ] }, + { "id": "t_connection", "fg": [ 3071, 3073, 3072, 3070 ] }, + { "id": "edge", "fg": [ 3065, 3064 ] }, + { "id": "end_piece", "fg": [ 3067, 3069, 3068, 3066 ] }, + { "id": "unconnected", "fg": [ 3074, 3074 ] } ] }, - { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 3801 }, - { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 4252 }, + { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 3808 }, + { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 4259 }, { "id": "t_splitrail_fence", "multitile": true, - "fg": 3110, - "bg": 3596, + "fg": 3117, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3095 }, - { "id": "corner", "bg": 3596, "fg": [ 3097, 3099, 3098, 3096 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3107, 3109, 3108, 3106 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3101, 3100 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3103, 3105, 3104, 3102 ] }, - { "bg": 3596, "id": "unconnected", "fg": [ 3110, 3110 ] } + { "id": "center", "bg": 3603, "fg": 3102 }, + { "id": "corner", "bg": 3603, "fg": [ 3104, 3106, 3105, 3103 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3114, 3116, 3115, 3113 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3108, 3107 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3110, 3112, 3111, 3109 ] }, + { "bg": 3603, "id": "unconnected", "fg": [ 3117, 3117 ] } ] }, { "id": "t_splitrail_fence_season_summer", "multitile": true, - "fg": 3110, - "bg": 3606, + "fg": 3117, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": 3095 }, - { "id": "corner", "bg": 3606, "fg": [ 3097, 3099, 3098, 3096 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3107, 3109, 3108, 3106 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3101, 3100 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3103, 3105, 3104, 3102 ] }, - { "bg": 3606, "id": "unconnected", "fg": [ 3110, 3110 ] } + { "id": "center", "bg": 3613, "fg": 3102 }, + { "id": "corner", "bg": 3613, "fg": [ 3104, 3106, 3105, 3103 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 3114, 3116, 3115, 3113 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3108, 3107 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3110, 3112, 3111, 3109 ] }, + { "bg": 3613, "id": "unconnected", "fg": [ 3117, 3117 ] } ] }, { "id": "t_splitrail_fence_season_autumn", "multitile": true, - "fg": 3110, - "bg": 3601, + "fg": 3117, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": 3095 }, - { "id": "corner", "bg": 3601, "fg": [ 3097, 3099, 3098, 3096 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3107, 3109, 3108, 3106 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3101, 3100 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3103, 3105, 3104, 3102 ] }, - { "bg": 3601, "id": "unconnected", "fg": [ 3110, 3110 ] } + { "id": "center", "bg": 3608, "fg": 3102 }, + { "id": "corner", "bg": 3608, "fg": [ 3104, 3106, 3105, 3103 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 3114, 3116, 3115, 3113 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3108, 3107 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3110, 3112, 3111, 3109 ] }, + { "bg": 3608, "id": "unconnected", "fg": [ 3117, 3117 ] } ] }, { "id": "t_splitrail_fence_season_winter", "multitile": true, - "fg": 3110, - "bg": 3076, + "fg": 3117, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": 3095 }, - { "id": "corner", "bg": 3076, "fg": [ 3097, 3099, 3098, 3096 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3107, 3109, 3108, 3106 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3101, 3100 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3103, 3105, 3104, 3102 ] }, - { "bg": 3076, "id": "unconnected", "fg": [ 3110, 3110 ] } + { "id": "center", "bg": 3083, "fg": 3102 }, + { "id": "corner", "bg": 3083, "fg": [ 3104, 3106, 3105, 3103 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3114, 3116, 3115, 3113 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3108, 3107 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3110, 3112, 3111, 3109 ] }, + { "bg": 3083, "id": "unconnected", "fg": [ 3117, 3117 ] } ] }, - { "id": "t_stairs_down", "fg": 3111 }, - { "id": "t_wood_stairs_down", "fg": 3112 }, + { "id": "t_stairs_down", "fg": 3118 }, + { "id": "t_wood_stairs_down", "fg": 3119 }, { "id": "t_adobe_brick_wall", "multitile": true, - "fg": 3128, + "fg": 3135, "additional_tiles": [ - { "id": "center", "fg": 3113 }, - { "id": "corner", "fg": [ 3115, 3117, 3116, 3114 ] }, - { "id": "t_connection", "fg": [ 3125, 3127, 3126, 3124 ] }, - { "id": "edge", "fg": [ 3119, 3118 ] }, - { "id": "end_piece", "fg": [ 3121, 3123, 3122, 3120 ] }, - { "id": "unconnected", "fg": [ 3128, 3128 ] } + { "id": "center", "fg": 3120 }, + { "id": "corner", "fg": [ 3122, 3124, 3123, 3121 ] }, + { "id": "t_connection", "fg": [ 3132, 3134, 3133, 3131 ] }, + { "id": "edge", "fg": [ 3126, 3125 ] }, + { "id": "end_piece", "fg": [ 3128, 3130, 3129, 3127 ] }, + { "id": "unconnected", "fg": [ 3135, 3135 ] } ] }, - { "id": "t_bars", "fg": 3129 }, + { "id": "t_bars", "fg": 3136 }, { "id": "t_brick_wall", "multitile": true, - "fg": 3145, + "fg": 3152, "additional_tiles": [ - { "id": "center", "fg": 3130 }, - { "id": "corner", "fg": [ 3132, 3134, 3133, 3131 ] }, - { "id": "t_connection", "fg": [ 3142, 3144, 3143, 3141 ] }, - { "id": "edge", "fg": [ 3136, 3135 ] }, - { "id": "end_piece", "fg": [ 3138, 3140, 3139, 3137 ] }, - { "id": "unconnected", "fg": 3145 } + { "id": "center", "fg": 3137 }, + { "id": "corner", "fg": [ 3139, 3141, 3140, 3138 ] }, + { "id": "t_connection", "fg": [ 3149, 3151, 3150, 3148 ] }, + { "id": "edge", "fg": [ 3143, 3142 ] }, + { "id": "end_piece", "fg": [ 3145, 3147, 3146, 3144 ] }, + { "id": "unconnected", "fg": 3152 } ] }, { "id": "t_bridge", "multitile": true, - "fg": 3161, + "fg": 3168, "additional_tiles": [ - { "id": "center", "fg": 3146 }, - { "id": "corner", "fg": [ 3148, 3150, 3149, 3147 ] }, - { "id": "t_connection", "fg": [ 3158, 3160, 3159, 3157 ] }, - { "id": "edge", "fg": [ 3152, 3151 ] }, - { "id": "end_piece", "fg": [ 3154, 3156, 3155, 3153 ] }, - { "id": "unconnected", "fg": [ 3161, 3161 ] } + { "id": "center", "fg": 3153 }, + { "id": "corner", "fg": [ 3155, 3157, 3156, 3154 ] }, + { "id": "t_connection", "fg": [ 3165, 3167, 3166, 3164 ] }, + { "id": "edge", "fg": [ 3159, 3158 ] }, + { "id": "end_piece", "fg": [ 3161, 3163, 3162, 3160 ] }, + { "id": "unconnected", "fg": [ 3168, 3168 ] } ] }, { "id": "t_carpet_green", "multitile": true, - "fg": 3180, + "fg": 3187, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3162 }, - { "weight": 1, "sprite": 3163 }, - { "weight": 1, "sprite": 3164 }, - { "weight": 1, "sprite": 3165 } + { "weight": 1, "sprite": 3169 }, + { "weight": 1, "sprite": 3170 }, + { "weight": 1, "sprite": 3171 }, + { "weight": 1, "sprite": 3172 } ] }, - { "id": "corner", "fg": [ 3167, 3169, 3168, 3166 ] }, - { "id": "t_connection", "fg": [ 3177, 3179, 3178, 3176 ] }, - { "id": "edge", "fg": [ 3171, 3170 ] }, - { "id": "end_piece", "fg": [ 3173, 3175, 3174, 3172 ] }, - { "id": "unconnected", "fg": 3180 } + { "id": "corner", "fg": [ 3174, 3176, 3175, 3173 ] }, + { "id": "t_connection", "fg": [ 3184, 3186, 3185, 3183 ] }, + { "id": "edge", "fg": [ 3178, 3177 ] }, + { "id": "end_piece", "fg": [ 3180, 3182, 3181, 3179 ] }, + { "id": "unconnected", "fg": 3187 } ] }, { "id": "t_carpet_purple", "multitile": true, - "fg": 3199, + "fg": 3206, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3181 }, - { "weight": 1, "sprite": 3182 }, - { "weight": 1, "sprite": 3183 }, - { "weight": 1, "sprite": 3184 } + { "weight": 1, "sprite": 3188 }, + { "weight": 1, "sprite": 3189 }, + { "weight": 1, "sprite": 3190 }, + { "weight": 1, "sprite": 3191 } ] }, - { "id": "corner", "fg": [ 3186, 3188, 3187, 3185 ] }, - { "id": "t_connection", "fg": [ 3196, 3198, 3197, 3195 ] }, - { "id": "edge", "fg": [ 3190, 3189 ] }, - { "id": "end_piece", "fg": [ 3192, 3194, 3193, 3191 ] }, - { "id": "unconnected", "fg": 3199 } + { "id": "corner", "fg": [ 3193, 3195, 3194, 3192 ] }, + { "id": "t_connection", "fg": [ 3203, 3205, 3204, 3202 ] }, + { "id": "edge", "fg": [ 3197, 3196 ] }, + { "id": "end_piece", "fg": [ 3199, 3201, 3200, 3198 ] }, + { "id": "unconnected", "fg": 3206 } ] }, { "id": "t_carpet_red", "multitile": true, - "fg": 3215, + "fg": 3222, "additional_tiles": [ - { "id": "center", "fg": 3200 }, - { "id": "corner", "fg": [ 3202, 3204, 3203, 3201 ] }, - { "id": "t_connection", "fg": [ 3212, 3214, 3213, 3211 ] }, - { "id": "edge", "fg": [ 3206, 3205 ] }, - { "id": "end_piece", "fg": [ 3208, 3210, 3209, 3207 ] }, - { "id": "unconnected", "fg": 3215 } + { "id": "center", "fg": 3207 }, + { "id": "corner", "fg": [ 3209, 3211, 3210, 3208 ] }, + { "id": "t_connection", "fg": [ 3219, 3221, 3220, 3218 ] }, + { "id": "edge", "fg": [ 3213, 3212 ] }, + { "id": "end_piece", "fg": [ 3215, 3217, 3216, 3214 ] }, + { "id": "unconnected", "fg": 3222 } ] }, { "id": "t_carpet_yellow", "multitile": true, - "fg": 3231, + "fg": 3238, "additional_tiles": [ - { "id": "center", "fg": 3216 }, - { "id": "corner", "fg": [ 3218, 3220, 3219, 3217 ] }, - { "id": "t_connection", "fg": [ 3228, 3230, 3229, 3227 ] }, - { "id": "edge", "fg": [ 3222, 3221 ] }, - { "id": "end_piece", "fg": [ 3224, 3226, 3225, 3223 ] }, - { "id": "unconnected", "fg": 3231 } + { "id": "center", "fg": 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 } ] }, { "id": "t_chainfence", - "fg": 3247, + "fg": 3254, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3232, "bg": 3801 }, - { "id": "corner", "fg": [ 3234, 3236, 3235, 3233 ], "bg": 3801 }, - { "id": "t_connection", "fg": [ 3244, 3246, 3245, 3243 ], "bg": 3801 }, - { "id": "edge", "fg": [ 3238, 3237 ], "bg": 3801 }, - { "id": "end_piece", "fg": [ 3240, 3242, 3241, 3239 ], "bg": 3801 }, - { "id": "unconnected", "fg": [ 3247, 3247 ], "bg": 3801 } + { "id": "center", "fg": 3239, "bg": 3808 }, + { "id": "corner", "fg": [ 3241, 3243, 3242, 3240 ], "bg": 3808 }, + { "id": "t_connection", "fg": [ 3251, 3253, 3252, 3250 ], "bg": 3808 }, + { "id": "edge", "fg": [ 3245, 3244 ], "bg": 3808 }, + { "id": "end_piece", "fg": [ 3247, 3249, 3248, 3246 ], "bg": 3808 }, + { "id": "unconnected", "fg": [ 3254, 3254 ], "bg": 3808 } ], - "bg": 3801 + "bg": 3808 }, { "id": "t_chainfence_season_winter", - "fg": 3247, + "fg": 3254, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3232, "bg": 3076 }, - { "id": "corner", "fg": [ 3234, 3236, 3235, 3233 ], "bg": 3076 }, - { "id": "t_connection", "fg": [ 3244, 3246, 3245, 3243 ], "bg": 3076 }, - { "id": "edge", "fg": [ 3238, 3237 ], "bg": 3076 }, - { "id": "end_piece", "fg": [ 3240, 3242, 3241, 3239 ], "bg": 3076 }, - { "id": "unconnected", "fg": [ 3247, 3247 ], "bg": 3076 } + { "id": "center", "fg": 3239, "bg": 3083 }, + { "id": "corner", "fg": [ 3241, 3243, 3242, 3240 ], "bg": 3083 }, + { "id": "t_connection", "fg": [ 3251, 3253, 3252, 3250 ], "bg": 3083 }, + { "id": "edge", "fg": [ 3245, 3244 ], "bg": 3083 }, + { "id": "end_piece", "fg": [ 3247, 3249, 3248, 3246 ], "bg": 3083 }, + { "id": "unconnected", "fg": [ 3254, 3254 ], "bg": 3083 } ], - "bg": 3076 + "bg": 3083 }, { "id": "t_clay", "multitile": true, - "fg": 3263, - "bg": 3596, + "fg": 3270, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3248 }, - { "id": "corner", "bg": 3596, "fg": [ 3250, 3252, 3251, 3249 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3260, 3262, 3261, 3259 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3254, 3253 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3256, 3258, 3257, 3255 ] }, - { "bg": 3596, "id": "unconnected", "fg": 3263 } + { "id": "center", "bg": 3603, "fg": 3255 }, + { "id": "corner", "bg": 3603, "fg": [ 3257, 3259, 3258, 3256 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3267, 3269, 3268, 3266 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3261, 3260 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3263, 3265, 3264, 3262 ] }, + { "bg": 3603, "id": "unconnected", "fg": 3270 } ] }, { "id": "t_clay_season_summer", "multitile": true, - "fg": 3263, - "bg": 3606, + "fg": 3270, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": 3248 }, - { "id": "corner", "bg": 3606, "fg": [ 3250, 3252, 3251, 3249 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3260, 3262, 3261, 3259 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3254, 3253 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3256, 3258, 3257, 3255 ] }, - { "bg": 3606, "id": "unconnected", "fg": 3263 } + { "id": "center", "bg": 3613, "fg": 3255 }, + { "id": "corner", "bg": 3613, "fg": [ 3257, 3259, 3258, 3256 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 3267, 3269, 3268, 3266 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3261, 3260 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3263, 3265, 3264, 3262 ] }, + { "bg": 3613, "id": "unconnected", "fg": 3270 } ] }, { "id": "t_clay_season_autumn", "multitile": true, - "fg": 3263, - "bg": 3601, + "fg": 3270, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": 3248 }, - { "id": "corner", "bg": 3601, "fg": [ 3250, 3252, 3251, 3249 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3260, 3262, 3261, 3259 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3254, 3253 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3256, 3258, 3257, 3255 ] }, - { "bg": 3601, "id": "unconnected", "fg": 3263 } + { "id": "center", "bg": 3608, "fg": 3255 }, + { "id": "corner", "bg": 3608, "fg": [ 3257, 3259, 3258, 3256 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 3267, 3269, 3268, 3266 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3261, 3260 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3263, 3265, 3264, 3262 ] }, + { "bg": 3608, "id": "unconnected", "fg": 3270 } ] }, { "id": "t_clay_season_winter", "multitile": true, - "fg": 3263, - "bg": 3076, + "fg": 3270, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": 3248 }, - { "id": "corner", "bg": 3076, "fg": [ 3250, 3252, 3251, 3249 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3260, 3262, 3261, 3259 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3254, 3253 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3256, 3258, 3257, 3255 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3263 } + { "id": "center", "bg": 3083, "fg": 3255 }, + { "id": "corner", "bg": 3083, "fg": [ 3257, 3259, 3258, 3256 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3267, 3269, 3268, 3266 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3261, 3260 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3263, 3265, 3264, 3262 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3270 } ] }, { "id": "t_concrete", "multitile": true, - "fg": 3279, + "fg": 3286, "additional_tiles": [ - { "id": "center", "fg": 3264 }, - { "id": "corner", "fg": [ 3266, 3268, 3267, 3265 ] }, - { "id": "t_connection", "fg": [ 3276, 3278, 3277, 3275 ] }, - { "id": "edge", "fg": [ 3270, 3269 ] }, - { "id": "end_piece", "fg": [ 3272, 3274, 3273, 3271 ] }, - { "id": "unconnected", "fg": 3279 } + { "id": "center", "fg": 3271 }, + { "id": "corner", "fg": [ 3273, 3275, 3274, 3272 ] }, + { "id": "t_connection", "fg": [ 3283, 3285, 3284, 3282 ] }, + { "id": "edge", "fg": [ 3277, 3276 ] }, + { "id": "end_piece", "fg": [ 3279, 3281, 3280, 3278 ] }, + { "id": "unconnected", "fg": 3286 } ] }, - { "id": "t_concrete_season_winter", "fg": 3076 }, + { "id": "t_concrete_season_winter", "fg": 3083 }, { "id": "t_concrete_wall", "multitile": true, - "fg": 3295, + "fg": 3302, "additional_tiles": [ - { "id": "center", "fg": 3280 }, - { "id": "corner", "fg": [ 3282, 3284, 3283, 3281 ] }, - { "id": "t_connection", "fg": [ 3292, 3294, 3293, 3291 ] }, - { "id": "edge", "fg": [ 3286, 3285 ] }, - { "id": "end_piece", "fg": [ 3288, 3290, 3289, 3287 ] }, - { "id": "unconnected", "fg": 3295 } + { "id": "center", "fg": 3287 }, + { "id": "corner", "fg": [ 3289, 3291, 3290, 3288 ] }, + { "id": "t_connection", "fg": [ 3299, 3301, 3300, 3298 ] }, + { "id": "edge", "fg": [ 3293, 3292 ] }, + { "id": "end_piece", "fg": [ 3295, 3297, 3296, 3294 ] }, + { "id": "unconnected", "fg": 3302 } ] }, { "id": "t_concrete_wall_flesh", - "fg": 3311, + "fg": 3318, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3296 }, - { "id": "corner", "fg": [ 3298, 3300, 3299, 3297 ] }, - { "id": "t_connection", "fg": [ 3308, 3310, 3309, 3307 ] }, - { "id": "edge", "fg": [ 3302, 3301 ] }, - { "id": "end_piece", "fg": [ 3304, 3306, 3305, 3303 ] }, - { "id": "unconnected", "fg": [ 3311, 3311 ] } + { "id": "center", "fg": 3303 }, + { "id": "corner", "fg": [ 3305, 3307, 3306, 3304 ] }, + { "id": "t_connection", "fg": [ 3315, 3317, 3316, 3314 ] }, + { "id": "edge", "fg": [ 3309, 3308 ] }, + { "id": "end_piece", "fg": [ 3311, 3313, 3312, 3310 ] }, + { "id": "unconnected", "fg": [ 3318, 3318 ] } ] }, { "id": "t_conveyor", "multitile": true, - "fg": 3327, - "bg": 4306, + "fg": 3334, + "bg": 4313, "additional_tiles": [ - { "id": "center", "bg": 4306, "fg": 3312 }, - { "id": "corner", "bg": 4306, "fg": [ 3314, 3316, 3315, 3313 ] }, - { "id": "t_connection", "bg": 4306, "fg": [ 3324, 3326, 3325, 3323 ] }, - { "id": "edge", "bg": 4306, "fg": [ 3318, 3317 ] }, - { "id": "end_piece", "bg": 4306, "fg": [ 3320, 3322, 3321, 3319 ] }, - { "bg": 4306, "id": "unconnected", "fg": [ 3327, 3327 ] } + { "id": "center", "bg": 4313, "fg": 3319 }, + { "id": "corner", "bg": 4313, "fg": [ 3321, 3323, 3322, 3320 ] }, + { "id": "t_connection", "bg": 4313, "fg": [ 3331, 3333, 3332, 3330 ] }, + { "id": "edge", "bg": 4313, "fg": [ 3325, 3324 ] }, + { "id": "end_piece", "bg": 4313, "fg": [ 3327, 3329, 3328, 3326 ] }, + { "bg": 4313, "id": "unconnected", "fg": [ 3334, 3334 ] } ] }, - { "id": "t_curtains", "fg": 3328 }, + { "id": "t_curtains", "fg": 3335 }, { "id": "t_dirt", - "fg": 3347, + "fg": 3354, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 100, "sprite": 3329 }, - { "weight": 100, "sprite": 3330 }, - { "weight": 100, "sprite": 3331 }, - { "weight": 100, "sprite": 3332 } + { "weight": 100, "sprite": 3336 }, + { "weight": 100, "sprite": 3337 }, + { "weight": 100, "sprite": 3338 }, + { "weight": 100, "sprite": 3339 } ] }, - { "id": "corner", "fg": [ 3334, 3336, 3335, 3333 ] }, - { "id": "t_connection", "fg": [ 3344, 3346, 3345, 3343 ] }, - { "id": "edge", "fg": [ 3338, 3337 ] }, - { "id": "end_piece", "fg": [ 3340, 3342, 3341, 3339 ] }, - { "id": "unconnected", "fg": [ 3347, 3347 ] } + { "id": "corner", "fg": [ 3341, 3343, 3342, 3340 ] }, + { "id": "t_connection", "fg": [ 3351, 3353, 3352, 3350 ] }, + { "id": "edge", "fg": [ 3345, 3344 ] }, + { "id": "end_piece", "fg": [ 3347, 3349, 3348, 3346 ] }, + { "id": "unconnected", "fg": [ 3354, 3354 ] } ] }, { "id": "t_dirt_season_autumn", - "fg": 3366, + "fg": 3373, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 3348, 3349, 3350, 3351 ] }, - { "id": "corner", "fg": [ 3353, 3355, 3354, 3352 ] }, - { "id": "t_connection", "fg": [ 3363, 3365, 3364, 3362 ] }, - { "id": "edge", "fg": [ 3357, 3356 ] }, - { "id": "end_piece", "fg": [ 3359, 3361, 3360, 3358 ] }, - { "id": "unconnected", "fg": [ 3366, 3366 ] } + { "id": "center", "fg": [ 3355, 3356, 3357, 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_season_summer", - "fg": 3385, + "fg": 3392, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 3367, 3368, 3369, 3370 ] }, - { "id": "corner", "fg": [ 3372, 3374, 3373, 3371 ] }, - { "id": "t_connection", "fg": [ 3382, 3384, 3383, 3381 ] }, - { "id": "edge", "fg": [ 3376, 3375 ] }, - { "id": "end_piece", "fg": [ 3378, 3380, 3379, 3377 ] }, - { "id": "unconnected", "fg": [ 3385, 3385 ] } + { "id": "center", "fg": [ 3374, 3375, 3376, 3377 ] }, + { "id": "corner", "fg": [ 3379, 3381, 3380, 3378 ] }, + { "id": "t_connection", "fg": [ 3389, 3391, 3390, 3388 ] }, + { "id": "edge", "fg": [ 3383, 3382 ] }, + { "id": "end_piece", "fg": [ 3385, 3387, 3386, 3384 ] }, + { "id": "unconnected", "fg": [ 3392, 3392 ] } ] }, { "id": "t_dirt_season_winter", "fg": [ - { "weight": 100, "sprite": 3386 }, - { "weight": 100, "sprite": 3387 }, - { "weight": 100, "sprite": 3388 }, - { "weight": 100, "sprite": 3389 } + { "weight": 100, "sprite": 3393 }, + { "weight": 100, "sprite": 3394 }, + { "weight": 100, "sprite": 3395 }, + { "weight": 100, "sprite": 3396 } ] }, { "id": "t_dirtfloor", "multitile": true, - "fg": 3405, - "additional_tiles": [ - { "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 } - ] - }, - { "id": "t_door_c", "fg": 3407 }, - { "id": "t_door_locked", "fg": 3408 }, - { "id": "t_door_o", "fg": 3409 }, - { "id": "t_door_b", "fg": 3406 }, - { "id": "t_door_boarded", "fg": 3410 }, - { "id": "t_door_boarded_damaged", "fg": 3411 }, - { "id": "t_door_glass_c", "fg": 3412 }, - { "id": "t_door_glass_o", "fg": 3413 }, - { "id": "t_door_lab_c", "fg": 3414 }, - { "id": "t_door_lab_o", "fg": 3415 }, - { "id": "t_door_metal_c_peep", "fg": 3416 }, - { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3417 }, - { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 3424 }, { "weight": 100, "sprite": 3425 } ] }, + "fg": 3412, + "additional_tiles": [ + { "id": "center", "fg": 3397 }, + { "id": "corner", "fg": [ 3399, 3401, 3400, 3398 ] }, + { "id": "t_connection", "fg": [ 3409, 3411, 3410, 3408 ] }, + { "id": "edge", "fg": [ 3403, 3402 ] }, + { "id": "end_piece", "fg": [ 3405, 3407, 3406, 3404 ] }, + { "id": "unconnected", "fg": 3412 } + ] + }, + { "id": "t_door_c", "fg": 3414 }, + { "id": "t_door_locked", "fg": 3415 }, + { "id": "t_door_o", "fg": 3416 }, + { "id": "t_door_b", "fg": 3413 }, + { "id": "t_door_boarded", "fg": 3417 }, + { "id": "t_door_boarded_damaged", "fg": 3418 }, + { "id": "t_door_glass_c", "fg": 3419 }, + { "id": "t_door_glass_o", "fg": 3420 }, + { "id": "t_door_lab_c", "fg": 3421 }, + { "id": "t_door_lab_o", "fg": 3422 }, + { "id": "t_door_metal_c_peep", "fg": 3423 }, + { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3424 }, + { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 3431 }, { "weight": 100, "sprite": 3432 } ] }, { "id": "t_fence_season_spring", "multitile": true, - "fg": 3441, - "bg": 3596, + "fg": 3448, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3426 }, - { "id": "corner", "bg": 3596, "fg": [ 3428, 3430, 3429, 3427 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3438, 3440, 3439, 3437 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3432, 3431 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3434, 3436, 3435, 3433 ] }, - { "bg": 3596, "id": "unconnected", "fg": 3441 } + { "id": "center", "bg": 3603, "fg": 3433 }, + { "id": "corner", "bg": 3603, "fg": [ 3435, 3437, 3436, 3434 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3445, 3447, 3446, 3444 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3439, 3438 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3441, 3443, 3442, 3440 ] }, + { "bg": 3603, "id": "unconnected", "fg": 3448 } ] }, { "id": "t_fence_season_summer", "multitile": true, - "fg": 3441, - "bg": 3606, + "fg": 3448, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": 3426 }, - { "id": "corner", "bg": 3606, "fg": [ 3428, 3430, 3429, 3427 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3438, 3440, 3439, 3437 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3432, 3431 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3434, 3436, 3435, 3433 ] }, - { "bg": 3606, "id": "unconnected", "fg": 3441 } + { "id": "center", "bg": 3613, "fg": 3433 }, + { "id": "corner", "bg": 3613, "fg": [ 3435, 3437, 3436, 3434 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 3445, 3447, 3446, 3444 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3439, 3438 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3441, 3443, 3442, 3440 ] }, + { "bg": 3613, "id": "unconnected", "fg": 3448 } ] }, { "id": "t_fence_season_autumn", "multitile": true, - "fg": 3441, - "bg": 3601, + "fg": 3448, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": 3426 }, - { "id": "corner", "bg": 3601, "fg": [ 3428, 3430, 3429, 3427 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3438, 3440, 3439, 3437 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3432, 3431 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3434, 3436, 3435, 3433 ] }, - { "bg": 3601, "id": "unconnected", "fg": 3441 } + { "id": "center", "bg": 3608, "fg": 3433 }, + { "id": "corner", "bg": 3608, "fg": [ 3435, 3437, 3436, 3434 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 3445, 3447, 3446, 3444 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3439, 3438 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3441, 3443, 3442, 3440 ] }, + { "bg": 3608, "id": "unconnected", "fg": 3448 } ] }, { "id": "t_fence_season_winter", "multitile": true, - "fg": 3441, - "bg": 3076, - "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": 3426 }, - { "id": "corner", "bg": 3076, "fg": [ 3428, 3430, 3429, 3427 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3438, 3440, 3439, 3437 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3432, 3431 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3434, 3436, 3435, 3433 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3441 } - ] - }, - { "id": "t_fencegate_c_season_spring", "fg": 3442, "bg": 3596 }, - { "id": "t_fencegate_c_season_summer", "fg": 3442, "bg": 3606 }, - { "id": "t_fencegate_c_season_autumn", "fg": 3442, "bg": 3601 }, - { "id": "t_fencegate_c_season_winter", "fg": 3442, "bg": 3076 }, - { "id": "t_fencegate_o_season_spring", "fg": 3443, "bg": 3596 }, - { "id": "t_fencegate_o_season_summer", "fg": 3443, "bg": 3606 }, - { "id": "t_fencegate_o_season_autumn", "fg": 3443, "bg": 3601 }, - { "id": "t_fencegate_o_season_winter", "fg": 3443, "bg": 3076 }, - { "id": "t_fence_post_season_spring", "fg": 3441, "bg": 3596 }, - { "id": "t_fence_post_season_summer", "fg": 3441, "bg": 3606 }, - { "id": "t_fence_post_season_autumn", "fg": 3441, "bg": 3601 }, - { "id": "t_fence_post_season_winter", "fg": 3441, "bg": 3076 }, + "fg": 3448, + "bg": 3083, + "additional_tiles": [ + { "id": "center", "bg": 3083, "fg": 3433 }, + { "id": "corner", "bg": 3083, "fg": [ 3435, 3437, 3436, 3434 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3445, 3447, 3446, 3444 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3439, 3438 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3441, 3443, 3442, 3440 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3448 } + ] + }, + { "id": "t_fencegate_c_season_spring", "fg": 3449, "bg": 3603 }, + { "id": "t_fencegate_c_season_summer", "fg": 3449, "bg": 3613 }, + { "id": "t_fencegate_c_season_autumn", "fg": 3449, "bg": 3608 }, + { "id": "t_fencegate_c_season_winter", "fg": 3449, "bg": 3083 }, + { "id": "t_fencegate_o_season_spring", "fg": 3450, "bg": 3603 }, + { "id": "t_fencegate_o_season_summer", "fg": 3450, "bg": 3613 }, + { "id": "t_fencegate_o_season_autumn", "fg": 3450, "bg": 3608 }, + { "id": "t_fencegate_o_season_winter", "fg": 3450, "bg": 3083 }, + { "id": "t_fence_post_season_spring", "fg": 3448, "bg": 3603 }, + { "id": "t_fence_post_season_summer", "fg": 3448, "bg": 3613 }, + { "id": "t_fence_post_season_autumn", "fg": 3448, "bg": 3608 }, + { "id": "t_fence_post_season_winter", "fg": 3448, "bg": 3083 }, { "id": "t_fence_barbed_season_spring", "multitile": true, - "fg": 3459, - "bg": 3596, + "fg": 3466, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3444 }, - { "id": "corner", "bg": 3596, "fg": [ 3446, 3448, 3447, 3445 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3456, 3458, 3457, 3455 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3450, 3449 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3452, 3454, 3453, 3451 ] }, - { "bg": 3596, "id": "unconnected", "fg": 3459 } + { "id": "center", "bg": 3603, "fg": 3451 }, + { "id": "corner", "bg": 3603, "fg": [ 3453, 3455, 3454, 3452 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3463, 3465, 3464, 3462 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3457, 3456 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3459, 3461, 3460, 3458 ] }, + { "bg": 3603, "id": "unconnected", "fg": 3466 } ] }, { "id": "t_fence_barbed_season_summer", "multitile": true, - "fg": 3459, - "bg": 3606, + "fg": 3466, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": 3444 }, - { "id": "corner", "bg": 3606, "fg": [ 3446, 3448, 3447, 3445 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3456, 3458, 3457, 3455 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3450, 3449 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3452, 3454, 3453, 3451 ] }, - { "bg": 3606, "id": "unconnected", "fg": 3459 } + { "id": "center", "bg": 3613, "fg": 3451 }, + { "id": "corner", "bg": 3613, "fg": [ 3453, 3455, 3454, 3452 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 3463, 3465, 3464, 3462 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3457, 3456 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3459, 3461, 3460, 3458 ] }, + { "bg": 3613, "id": "unconnected", "fg": 3466 } ] }, { "id": "t_fence_barbed_season_autumn", "multitile": true, - "fg": 3459, - "bg": 3601, + "fg": 3466, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": 3444 }, - { "id": "corner", "bg": 3601, "fg": [ 3446, 3448, 3447, 3445 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3456, 3458, 3457, 3455 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3450, 3449 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3452, 3454, 3453, 3451 ] }, - { "bg": 3601, "id": "unconnected", "fg": 3459 } + { "id": "center", "bg": 3608, "fg": 3451 }, + { "id": "corner", "bg": 3608, "fg": [ 3453, 3455, 3454, 3452 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 3463, 3465, 3464, 3462 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3457, 3456 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3459, 3461, 3460, 3458 ] }, + { "bg": 3608, "id": "unconnected", "fg": 3466 } ] }, { "id": "t_fence_barbed_season_winter", "multitile": true, - "fg": 3459, - "bg": 3076, + "fg": 3466, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": 3444 }, - { "id": "corner", "bg": 3076, "fg": [ 3446, 3448, 3447, 3445 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3456, 3458, 3457, 3455 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3450, 3449 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3452, 3454, 3453, 3451 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3459 } + { "id": "center", "bg": 3083, "fg": 3451 }, + { "id": "corner", "bg": 3083, "fg": [ 3453, 3455, 3454, 3452 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3463, 3465, 3464, 3462 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3457, 3456 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3459, 3461, 3460, 3458 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3466 } ] }, { "id": "t_fence_rope_season_spring", - "fg": 3476, + "fg": 3483, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3461, "bg": 3329 }, - { "id": "corner", "fg": [ 3463, 3465, 3464, 3462 ], "bg": [ 3334, 3336, 3335, 3333 ] }, - { "id": "t_connection", "fg": [ 3473, 3475, 3474, 3472 ], "bg": [ 3344, 3346, 3345, 3343 ] }, - { "id": "edge", "fg": [ 3467, 3466 ], "bg": [ 3338, 3337 ] }, - { "id": "end_piece", "fg": [ 3469, 3471, 3470, 3468 ], "bg": [ 3340, 3342, 3341, 3339 ] }, - { "id": "unconnected", "fg": [ 3476, 3476 ], "bg": [ 3347, 3347 ] } + { "id": "center", "fg": 3468, "bg": 3336 }, + { "id": "corner", "fg": [ 3470, 3472, 3471, 3469 ], "bg": [ 3341, 3343, 3342, 3340 ] }, + { "id": "t_connection", "fg": [ 3480, 3482, 3481, 3479 ], "bg": [ 3351, 3353, 3352, 3350 ] }, + { "id": "edge", "fg": [ 3474, 3473 ], "bg": [ 3345, 3344 ] }, + { "id": "end_piece", "fg": [ 3476, 3478, 3477, 3475 ], "bg": [ 3347, 3349, 3348, 3346 ] }, + { "id": "unconnected", "fg": [ 3483, 3483 ], "bg": [ 3354, 3354 ] } ] }, { "id": "t_fence_rope_season_summer", - "fg": 3476, + "fg": 3483, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3461, "bg": 3367 }, - { "id": "corner", "fg": [ 3463, 3465, 3464, 3462 ], "bg": [ 3372, 3374, 3373, 3371 ] }, - { "id": "t_connection", "fg": [ 3473, 3475, 3474, 3472 ], "bg": [ 3382, 3384, 3383, 3381 ] }, - { "id": "edge", "fg": [ 3467, 3466 ], "bg": [ 3376, 3375 ] }, - { "id": "end_piece", "fg": [ 3469, 3471, 3470, 3468 ], "bg": [ 3378, 3380, 3379, 3377 ] }, - { "id": "unconnected", "fg": [ 3476, 3476 ], "bg": [ 3385, 3385 ] } + { "id": "center", "fg": 3468, "bg": 3374 }, + { "id": "corner", "fg": [ 3470, 3472, 3471, 3469 ], "bg": [ 3379, 3381, 3380, 3378 ] }, + { "id": "t_connection", "fg": [ 3480, 3482, 3481, 3479 ], "bg": [ 3389, 3391, 3390, 3388 ] }, + { "id": "edge", "fg": [ 3474, 3473 ], "bg": [ 3383, 3382 ] }, + { "id": "end_piece", "fg": [ 3476, 3478, 3477, 3475 ], "bg": [ 3385, 3387, 3386, 3384 ] }, + { "id": "unconnected", "fg": [ 3483, 3483 ], "bg": [ 3392, 3392 ] } ] }, { "id": "t_fence_rope_season_autumn", - "fg": 3476, + "fg": 3483, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3461, "bg": 3348 }, - { "id": "corner", "fg": [ 3463, 3465, 3464, 3462 ], "bg": [ 3353, 3355, 3354, 3352 ] }, - { "id": "t_connection", "fg": [ 3473, 3475, 3474, 3472 ], "bg": [ 3363, 3365, 3364, 3362 ] }, - { "id": "edge", "fg": [ 3467, 3466 ], "bg": [ 3357, 3356 ] }, - { "id": "end_piece", "fg": [ 3469, 3471, 3470, 3468 ], "bg": [ 3359, 3361, 3360, 3358 ] }, - { "id": "unconnected", "fg": [ 3476, 3476 ], "bg": [ 3366, 3366 ] } + { "id": "center", "fg": 3468, "bg": 3355 }, + { "id": "corner", "fg": [ 3470, 3472, 3471, 3469 ], "bg": [ 3360, 3362, 3361, 3359 ] }, + { "id": "t_connection", "fg": [ 3480, 3482, 3481, 3479 ], "bg": [ 3370, 3372, 3371, 3369 ] }, + { "id": "edge", "fg": [ 3474, 3473 ], "bg": [ 3364, 3363 ] }, + { "id": "end_piece", "fg": [ 3476, 3478, 3477, 3475 ], "bg": [ 3366, 3368, 3367, 3365 ] }, + { "id": "unconnected", "fg": [ 3483, 3483 ], "bg": [ 3373, 3373 ] } ] }, { "id": "t_fence_rope_season_winter", - "fg": 3476, + "fg": 3483, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 3461, + "fg": 3468, "bg": [ - { "weight": 100, "sprite": 3386 }, - { "weight": 100, "sprite": 3387 }, - { "weight": 100, "sprite": 3388 }, - { "weight": 100, "sprite": 3389 } + { "weight": 100, "sprite": 3393 }, + { "weight": 100, "sprite": 3394 }, + { "weight": 100, "sprite": 3395 }, + { "weight": 100, "sprite": 3396 } ] }, { "id": "corner", - "fg": [ 3463, 3465, 3464, 3462 ], + "fg": [ 3470, 3472, 3471, 3469 ], "bg": [ - { "weight": 100, "sprite": 3386 }, - { "weight": 100, "sprite": 3387 }, - { "weight": 100, "sprite": 3388 }, - { "weight": 100, "sprite": 3389 } + { "weight": 100, "sprite": 3393 }, + { "weight": 100, "sprite": 3394 }, + { "weight": 100, "sprite": 3395 }, + { "weight": 100, "sprite": 3396 } ] }, { "id": "t_connection", - "fg": [ 3473, 3475, 3474, 3472 ], + "fg": [ 3480, 3482, 3481, 3479 ], "bg": [ - { "weight": 100, "sprite": 3386 }, - { "weight": 100, "sprite": 3387 }, - { "weight": 100, "sprite": 3388 }, - { "weight": 100, "sprite": 3389 } + { "weight": 100, "sprite": 3393 }, + { "weight": 100, "sprite": 3394 }, + { "weight": 100, "sprite": 3395 }, + { "weight": 100, "sprite": 3396 } ] }, { "id": "edge", - "fg": [ 3467, 3466 ], + "fg": [ 3474, 3473 ], "bg": [ - { "weight": 100, "sprite": 3386 }, - { "weight": 100, "sprite": 3387 }, - { "weight": 100, "sprite": 3388 }, - { "weight": 100, "sprite": 3389 } + { "weight": 100, "sprite": 3393 }, + { "weight": 100, "sprite": 3394 }, + { "weight": 100, "sprite": 3395 }, + { "weight": 100, "sprite": 3396 } ] }, { "id": "end_piece", - "fg": [ 3469, 3471, 3470, 3468 ], + "fg": [ 3476, 3478, 3477, 3475 ], "bg": [ - { "weight": 100, "sprite": 3386 }, - { "weight": 100, "sprite": 3387 }, - { "weight": 100, "sprite": 3388 }, - { "weight": 100, "sprite": 3389 } + { "weight": 100, "sprite": 3393 }, + { "weight": 100, "sprite": 3394 }, + { "weight": 100, "sprite": 3395 }, + { "weight": 100, "sprite": 3396 } ] }, { "id": "unconnected", - "fg": [ 3476, 3476 ], + "fg": [ 3483, 3483 ], "bg": [ - { "weight": 100, "sprite": 3386 }, - { "weight": 100, "sprite": 3387 }, - { "weight": 100, "sprite": 3388 }, - { "weight": 100, "sprite": 3389 } + { "weight": 100, "sprite": 3393 }, + { "weight": 100, "sprite": 3394 }, + { "weight": 100, "sprite": 3395 }, + { "weight": 100, "sprite": 3396 } ] } ] @@ -4077,2727 +4090,2727 @@ { "id": "t_fence_wire_season_spring", "multitile": true, - "fg": 3492, - "bg": 3596, + "fg": 3499, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3477 }, - { "id": "corner", "bg": 3596, "fg": [ 3479, 3481, 3480, 3478 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3489, 3491, 3490, 3488 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3483, 3482 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3485, 3487, 3486, 3484 ] }, - { "bg": 3596, "id": "unconnected", "fg": 3492 } + { "id": "center", "bg": 3603, "fg": 3484 }, + { "id": "corner", "bg": 3603, "fg": [ 3486, 3488, 3487, 3485 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3496, 3498, 3497, 3495 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3490, 3489 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3492, 3494, 3493, 3491 ] }, + { "bg": 3603, "id": "unconnected", "fg": 3499 } ] }, { "id": "t_fence_wire_season_summer", "multitile": true, - "fg": 3492, - "bg": 3606, + "fg": 3499, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": 3477 }, - { "id": "corner", "bg": 3606, "fg": [ 3479, 3481, 3480, 3478 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3489, 3491, 3490, 3488 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3483, 3482 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3485, 3487, 3486, 3484 ] }, - { "bg": 3606, "id": "unconnected", "fg": 3492 } + { "id": "center", "bg": 3613, "fg": 3484 }, + { "id": "corner", "bg": 3613, "fg": [ 3486, 3488, 3487, 3485 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 3496, 3498, 3497, 3495 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3490, 3489 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3492, 3494, 3493, 3491 ] }, + { "bg": 3613, "id": "unconnected", "fg": 3499 } ] }, { "id": "t_fence_wire_season_autumn", "multitile": true, - "fg": 3492, - "bg": 3601, + "fg": 3499, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": 3477 }, - { "id": "corner", "bg": 3601, "fg": [ 3479, 3481, 3480, 3478 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3489, 3491, 3490, 3488 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3483, 3482 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3485, 3487, 3486, 3484 ] }, - { "bg": 3601, "id": "unconnected", "fg": 3492 } + { "id": "center", "bg": 3608, "fg": 3484 }, + { "id": "corner", "bg": 3608, "fg": [ 3486, 3488, 3487, 3485 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 3496, 3498, 3497, 3495 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3490, 3489 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3492, 3494, 3493, 3491 ] }, + { "bg": 3608, "id": "unconnected", "fg": 3499 } ] }, { "id": "t_fence_wire_season_winter", "multitile": true, - "fg": 3492, - "bg": 3076, + "fg": 3499, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": 3477 }, - { "id": "corner", "bg": 3076, "fg": [ 3479, 3481, 3480, 3478 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3489, 3491, 3490, 3488 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3483, 3482 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3485, 3487, 3486, 3484 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3492 } + { "id": "center", "bg": 3083, "fg": 3484 }, + { "id": "corner", "bg": 3083, "fg": [ 3486, 3488, 3487, 3485 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3496, 3498, 3497, 3495 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3490, 3489 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3492, 3494, 3493, 3491 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3499 } ] }, { "id": "t_floor", "multitile": true, - "fg": 3510, + "fg": 3517, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3493 }, { "weight": 1, "sprite": 3494 }, { "weight": 1, "sprite": 3495 } ] + "fg": [ { "weight": 1, "sprite": 3500 }, { "weight": 1, "sprite": 3501 }, { "weight": 1, "sprite": 3502 } ] }, - { "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": "corner", "fg": [ 3504, 3506, 3505, 3503 ] }, + { "id": "t_connection", "fg": [ 3514, 3516, 3515, 3513 ] }, + { "id": "edge", "fg": [ 3508, 3507 ] }, + { "id": "end_piece", "fg": [ 3510, 3512, 3511, 3509 ] }, + { "id": "unconnected", "fg": 3517 } ] }, { "id": "t_floor_resin", "multitile": true, - "fg": 3526, + "fg": 3533, "additional_tiles": [ - { "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": "center", "fg": 3518 }, + { "id": "corner", "fg": [ 3520, 3522, 3521, 3519 ] }, + { "id": "t_connection", "fg": [ 3530, 3532, 3531, 3529 ] }, + { "id": "edge", "fg": [ 3524, 3523 ] }, + { "id": "end_piece", "fg": [ 3526, 3528, 3527, 3525 ] }, + { "id": "unconnected", "fg": 3533 } ] }, { "id": "t_floor_wax", "multitile": true, - "fg": 3542, + "fg": 3549, "additional_tiles": [ - { "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": "center", "fg": 3534 }, + { "id": "corner", "fg": [ 3536, 3538, 3537, 3535 ] }, + { "id": "t_connection", "fg": [ 3546, 3548, 3547, 3545 ] }, + { "id": "edge", "fg": [ 3540, 3539 ] }, + { "id": "end_piece", "fg": [ 3542, 3544, 3543, 3541 ] }, + { "id": "unconnected", "fg": 3549 } ] }, { "id": "t_floor_waxed", "multitile": true, - "fg": 3558, + "fg": 3565, "additional_tiles": [ - { "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": "center", "fg": 3550 }, + { "id": "corner", "fg": [ 3552, 3554, 3553, 3551 ] }, + { "id": "t_connection", "fg": [ 3562, 3564, 3563, 3561 ] }, + { "id": "edge", "fg": [ 3556, 3555 ] }, + { "id": "end_piece", "fg": [ 3558, 3560, 3559, 3557 ] }, + { "id": "unconnected", "fg": 3565 } ] }, { "id": "t_floor_waxed_y", "multitile": true, - "fg": 3574, + "fg": 3581, "additional_tiles": [ - { "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": "center", "fg": 3566 }, + { "id": "corner", "fg": [ 3568, 3570, 3569, 3567 ] }, + { "id": "t_connection", "fg": [ 3578, 3580, 3579, 3577 ] }, + { "id": "edge", "fg": [ 3572, 3571 ] }, + { "id": "end_piece", "fg": [ 3574, 3576, 3575, 3573 ] }, + { "id": "unconnected", "fg": 3581 } ] }, { "id": [ "t_fungus", "t_fungus_floor_out" ], "multitile": true, - "fg": 3590, - "bg": 3596, + "fg": 3597, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3575 }, - { "id": "corner", "bg": 3596, "fg": [ 3577, 3579, 3578, 3576 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3587, 3589, 3588, 3586 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3581, 3580 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3583, 3585, 3584, 3582 ] }, - { "bg": 3596, "id": "unconnected", "fg": 3590 } + { "id": "center", "bg": 3603, "fg": 3582 }, + { "id": "corner", "bg": 3603, "fg": [ 3584, 3586, 3585, 3583 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3594, 3596, 3595, 3593 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3588, 3587 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3590, 3592, 3591, 3589 ] }, + { "bg": 3603, "id": "unconnected", "fg": 3597 } ] }, { "id": "t_fungus_season_summer", "multitile": true, - "fg": 3590, - "bg": 3606, + "fg": 3597, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": 3575 }, - { "id": "corner", "bg": 3606, "fg": [ 3577, 3579, 3578, 3576 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3587, 3589, 3588, 3586 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3581, 3580 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3583, 3585, 3584, 3582 ] }, - { "bg": 3606, "id": "unconnected", "fg": 3590 } + { "id": "center", "bg": 3613, "fg": 3582 }, + { "id": "corner", "bg": 3613, "fg": [ 3584, 3586, 3585, 3583 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 3594, 3596, 3595, 3593 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3588, 3587 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3590, 3592, 3591, 3589 ] }, + { "bg": 3613, "id": "unconnected", "fg": 3597 } ] }, { "id": "t_fungus_season_autumn", "multitile": true, - "fg": 3590, - "bg": 3601, + "fg": 3597, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": 3575 }, - { "id": "corner", "bg": 3601, "fg": [ 3577, 3579, 3578, 3576 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3587, 3589, 3588, 3586 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3581, 3580 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3583, 3585, 3584, 3582 ] }, - { "bg": 3601, "id": "unconnected", "fg": 3590 } + { "id": "center", "bg": 3608, "fg": 3582 }, + { "id": "corner", "bg": 3608, "fg": [ 3584, 3586, 3585, 3583 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 3594, 3596, 3595, 3593 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3588, 3587 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3590, 3592, 3591, 3589 ] }, + { "bg": 3608, "id": "unconnected", "fg": 3597 } ] }, { "id": "t_fungus_season_winter", "multitile": true, - "fg": 3590, - "bg": 3076, + "fg": 3597, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": 3575 }, - { "id": "corner", "bg": 3076, "fg": [ 3577, 3579, 3578, 3576 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3587, 3589, 3588, 3586 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3581, 3580 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3583, 3585, 3584, 3582 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3590 } + { "id": "center", "bg": 3083, "fg": 3582 }, + { "id": "corner", "bg": 3083, "fg": [ 3584, 3586, 3585, 3583 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3594, 3596, 3595, 3593 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3588, 3587 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3590, 3592, 3591, 3589 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3597 } ] }, { "id": [ "t_fungus_floor_in", "t_fungus_floor_sup" ], "multitile": true, - "fg": 3590, - "bg": 4306, - "additional_tiles": [ - { "id": "center", "bg": 4306, "fg": 3575 }, - { "id": "corner", "bg": 4306, "fg": [ 3577, 3579, 3578, 3576 ] }, - { "id": "t_connection", "bg": 4306, "fg": [ 3587, 3589, 3588, 3586 ] }, - { "id": "edge", "bg": 4306, "fg": [ 3581, 3580 ] }, - { "id": "end_piece", "bg": 4306, "fg": [ 3583, 3585, 3584, 3582 ] }, - { "bg": 4306, "id": "unconnected", "fg": [ 3590, 3590 ] } - ] - }, - { "id": "t_shrub_fungal", "fg": 4211, "bg": 3575 }, - { "id": "t_gates_mech_control", "fg": 3591, "bg": 4306 }, - { "id": "t_gates_mech_control_lab", "fg": 3592, "bg": 4306 }, - { "id": "t_gates_control_concrete", "fg": 3593, "bg": 3295 }, - { "id": "t_gates_control_concrete_lab", "fg": 3592, "bg": 8144 }, - { "id": "t_gates_control_brick", "fg": 3593, "bg": 3145 }, - { "id": "t_gates_control_brick_lab", "fg": 3592, "bg": 3145 }, - { "id": "t_gates_control_metal", "fg": 3593, "bg": 4413 }, - { "id": "t_gates_control_metal_lab", "fg": 3592, "bg": 4413 }, - { "id": "t_elevator_control", "fg": 3594, "bg": 4306 }, - { "id": "t_elevator_control_off", "fg": 3595, "bg": 4306 }, + "fg": 3597, + "bg": 4313, + "additional_tiles": [ + { "id": "center", "bg": 4313, "fg": 3582 }, + { "id": "corner", "bg": 4313, "fg": [ 3584, 3586, 3585, 3583 ] }, + { "id": "t_connection", "bg": 4313, "fg": [ 3594, 3596, 3595, 3593 ] }, + { "id": "edge", "bg": 4313, "fg": [ 3588, 3587 ] }, + { "id": "end_piece", "bg": 4313, "fg": [ 3590, 3592, 3591, 3589 ] }, + { "bg": 4313, "id": "unconnected", "fg": [ 3597, 3597 ] } + ] + }, + { "id": "t_shrub_fungal", "fg": 4218, "bg": 3582 }, + { "id": "t_gates_mech_control", "fg": 3598, "bg": 4313 }, + { "id": "t_gates_mech_control_lab", "fg": 3599, "bg": 4313 }, + { "id": "t_gates_control_concrete", "fg": 3600, "bg": 3302 }, + { "id": "t_gates_control_concrete_lab", "fg": 3599, "bg": 8143 }, + { "id": "t_gates_control_brick", "fg": 3600, "bg": 3152 }, + { "id": "t_gates_control_brick_lab", "fg": 3599, "bg": 3152 }, + { "id": "t_gates_control_metal", "fg": 3600, "bg": 4420 }, + { "id": "t_gates_control_metal_lab", "fg": 3599, "bg": 4420 }, + { "id": "t_elevator_control", "fg": 3601, "bg": 4313 }, + { "id": "t_elevator_control_off", "fg": 3602, "bg": 4313 }, { "id": "t_grass", "fg": [ - { "weight": 1, "sprite": 3597 }, - { "weight": 1, "sprite": 3598 }, - { "weight": 1, "sprite": 3599 }, - { "weight": 1, "sprite": 3600 } + { "weight": 1, "sprite": 3604 }, + { "weight": 1, "sprite": 3605 }, + { "weight": 1, "sprite": 3606 }, + { "weight": 1, "sprite": 3607 } ] }, { "id": "t_grass_season_summer", "fg": [ - { "weight": 1, "sprite": 3607 }, - { "weight": 1, "sprite": 3608 }, - { "weight": 1, "sprite": 3609 }, - { "weight": 1, "sprite": 3610 } + { "weight": 1, "sprite": 3614 }, + { "weight": 1, "sprite": 3615 }, + { "weight": 1, "sprite": 3616 }, + { "weight": 1, "sprite": 3617 } ] }, { "id": "t_grass_season_autumn", "fg": [ - { "weight": 1, "sprite": 3602 }, - { "weight": 1, "sprite": 3603 }, - { "weight": 1, "sprite": 3604 }, - { "weight": 1, "sprite": 3605 } + { "weight": 1, "sprite": 3609 }, + { "weight": 1, "sprite": 3610 }, + { "weight": 1, "sprite": 3611 }, + { "weight": 1, "sprite": 3612 } ] }, { "id": "t_grass_season_winter", - "fg": 3094, - "bg": 3076, + "fg": 3101, + "bg": 3083, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3076 }, - { "weight": 1, "sprite": 3077 }, - { "weight": 1, "sprite": 3078 }, - { "weight": 1, "sprite": 3079 } + { "weight": 1, "sprite": 3083 }, + { "weight": 1, "sprite": 3084 }, + { "weight": 1, "sprite": 3085 }, + { "weight": 1, "sprite": 3086 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 3081, 3083, 3082, 3080 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3091, 3093, 3092, 3090 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3085, 3084 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3087, 3089, 3088, 3086 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3094 } + { "id": "corner", "bg": 3083, "fg": [ 3088, 3090, 3089, 3087 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3098, 3100, 3099, 3097 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3092, 3091 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3094, 3096, 3095, 3093 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3101 } ] }, { "id": "t_grass_dead", "multitile": true, - "fg": 3626, - "bg": 3596, + "fg": 3633, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3611 }, - { "id": "corner", "bg": 3596, "fg": [ 3613, 3615, 3614, 3612 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3623, 3625, 3624, 3622 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3617, 3616 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3619, 3621, 3620, 3618 ] }, - { "bg": 3596, "id": "unconnected", "fg": 3626 } + { "id": "center", "bg": 3603, "fg": 3618 }, + { "id": "corner", "bg": 3603, "fg": [ 3620, 3622, 3621, 3619 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3630, 3632, 3631, 3629 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3624, 3623 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3626, 3628, 3627, 3625 ] }, + { "bg": 3603, "id": "unconnected", "fg": 3633 } ] }, { "id": "t_grass_dead_season_summer", "multitile": true, - "fg": 3658, - "bg": 3606, + "fg": 3665, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": 3643 }, - { "id": "corner", "bg": 3606, "fg": [ 3645, 3647, 3646, 3644 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3655, 3657, 3656, 3654 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3649, 3648 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3651, 3653, 3652, 3650 ] }, - { "bg": 3606, "id": "unconnected", "fg": 3658 } + { "id": "center", "bg": 3613, "fg": 3650 }, + { "id": "corner", "bg": 3613, "fg": [ 3652, 3654, 3653, 3651 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 3662, 3664, 3663, 3661 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3656, 3655 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3658, 3660, 3659, 3657 ] }, + { "bg": 3613, "id": "unconnected", "fg": 3665 } ] }, { "id": "t_grass_dead_season_autumn", "multitile": true, - "fg": 3642, - "bg": 3601, + "fg": 3649, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": 3627 }, - { "id": "corner", "bg": 3601, "fg": [ 3629, 3631, 3630, 3628 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3639, 3641, 3640, 3638 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3633, 3632 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3635, 3637, 3636, 3634 ] }, - { "bg": 3601, "id": "unconnected", "fg": 3642 } + { "id": "center", "bg": 3608, "fg": 3634 }, + { "id": "corner", "bg": 3608, "fg": [ 3636, 3638, 3637, 3635 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 3646, 3648, 3647, 3645 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3640, 3639 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3642, 3644, 3643, 3641 ] }, + { "bg": 3608, "id": "unconnected", "fg": 3649 } ] }, { "id": "t_grass_dead_season_winter", "multitile": true, - "fg": 3094, - "bg": 3076, + "fg": 3101, + "bg": 3083, "additional_tiles": [ { "id": "center", - "bg": 3076, + "bg": 3083, "fg": [ - { "weight": 1, "sprite": 3076 }, - { "weight": 1, "sprite": 3077 }, - { "weight": 1, "sprite": 3078 }, - { "weight": 1, "sprite": 3079 } + { "weight": 1, "sprite": 3083 }, + { "weight": 1, "sprite": 3084 }, + { "weight": 1, "sprite": 3085 }, + { "weight": 1, "sprite": 3086 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 3081, 3083, 3082, 3080 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3091, 3093, 3092, 3090 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3085, 3084 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3087, 3089, 3088, 3086 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3094 } + { "id": "corner", "bg": 3083, "fg": [ 3088, 3090, 3089, 3087 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3098, 3100, 3099, 3097 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3092, 3091 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3094, 3096, 3095, 3093 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3101 } ] }, { "id": "t_grate", "multitile": true, - "fg": 3674, + "fg": 3681, "additional_tiles": [ - { "id": "center", "fg": 3659 }, - { "id": "corner", "fg": [ 3661, 3663, 3662, 3660 ] }, - { "id": "t_connection", "fg": [ 3671, 3673, 3672, 3670 ] }, - { "id": "edge", "fg": [ 3665, 3664 ] }, - { "id": "end_piece", "fg": [ 3667, 3669, 3668, 3666 ] }, - { "id": "unconnected", "fg": [ 3674, 3674 ] } + { "id": "center", "fg": 3666 }, + { "id": "corner", "fg": [ 3668, 3670, 3669, 3667 ] }, + { "id": "t_connection", "fg": [ 3678, 3680, 3679, 3677 ] }, + { "id": "edge", "fg": [ 3672, 3671 ] }, + { "id": "end_piece", "fg": [ 3674, 3676, 3675, 3673 ] }, + { "id": "unconnected", "fg": [ 3681, 3681 ] } ] }, { "id": [ "t_guardrail", "t_guardrail_bg_dp", "t_guardrail_hw_air" ], "multitile": true, - "fg": 3681, - "bg": 4252, + "fg": 3688, + "bg": 4259, "additional_tiles": [ - { "id": "edge", "bg": 4252, "fg": [ 3676, 3675 ] }, - { "id": "end_piece", "bg": 4252, "fg": [ 3678, 3680, 3679, 3677 ] }, - { "bg": 4252, "id": "unconnected", "fg": 3681 } + { "id": "edge", "bg": 4259, "fg": [ 3683, 3682 ] }, + { "id": "end_piece", "bg": 4259, "fg": [ 3685, 3687, 3686, 3684 ] }, + { "bg": 4259, "id": "unconnected", "fg": 3688 } ] }, { "id": "t_lava", - "fg": 3698, - "bg": 4044, + "fg": 3705, + "bg": 4051, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3683, "bg": 4044 }, - { "id": "corner", "fg": [ 3685, 3687, 3686, 3684 ], "bg": 4044 }, - { "id": "t_connection", "fg": [ 3695, 3697, 3696, 3694 ], "bg": 4044 }, - { "id": "edge", "fg": [ 3689, 3688 ], "bg": 4044 }, - { "id": "end_piece", "fg": [ 3691, 3693, 3692, 3690 ], "bg": 4044 }, - { "id": "unconnected", "fg": [ 3698, 3698 ], "bg": 4044 } + { "id": "center", "fg": 3690, "bg": 4051 }, + { "id": "corner", "fg": [ 3692, 3694, 3693, 3691 ], "bg": 4051 }, + { "id": "t_connection", "fg": [ 3702, 3704, 3703, 3701 ], "bg": 4051 }, + { "id": "edge", "fg": [ 3696, 3695 ], "bg": 4051 }, + { "id": "end_piece", "fg": [ 3698, 3700, 3699, 3697 ], "bg": 4051 }, + { "id": "unconnected", "fg": [ 3705, 3705 ], "bg": 4051 } ] }, { "id": [ "t_linoleum_gray", "t_linoleum_gray_no_roof" ], "multitile": true, - "fg": 3714, + "fg": 3721, "additional_tiles": [ - { "id": "center", "fg": 3699 }, - { "id": "corner", "fg": [ 3701, 3703, 3702, 3700 ] }, - { "id": "t_connection", "fg": [ 3711, 3713, 3712, 3710 ] }, - { "id": "edge", "fg": [ 3705, 3704 ] }, - { "id": "end_piece", "fg": [ 3707, 3709, 3708, 3706 ] }, - { "id": "unconnected", "fg": 3714 } + { "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 } ] }, { "id": [ "t_linoleum_white", "t_linoleum_white_no_roof" ], "multitile": true, - "fg": 3730, + "fg": 3737, "additional_tiles": [ - { "id": "center", "fg": 3715 }, - { "id": "corner", "fg": [ 3717, 3719, 3718, 3716 ] }, - { "id": "t_connection", "fg": [ 3727, 3729, 3728, 3726 ] }, - { "id": "edge", "fg": [ 3721, 3720 ] }, - { "id": "end_piece", "fg": [ 3723, 3725, 3724, 3722 ] }, - { "id": "unconnected", "fg": 3730 } + { "id": "center", "fg": 3722 }, + { "id": "corner", "fg": [ 3724, 3726, 3725, 3723 ] }, + { "id": "t_connection", "fg": [ 3734, 3736, 3735, 3733 ] }, + { "id": "edge", "fg": [ 3728, 3727 ] }, + { "id": "end_piece", "fg": [ 3730, 3732, 3731, 3729 ] }, + { "id": "unconnected", "fg": 3737 } ] }, - { "id": "t_manhole", "fg": 3731, "bg": 3801 }, - { "id": "t_manhole_cover", "fg": 3732, "bg": 3801 }, + { "id": "t_manhole", "fg": 3738, "bg": 3808 }, + { "id": "t_manhole_cover", "fg": 3739, "bg": 3808 }, { "id": "t_metal_floor", "multitile": true, - "fg": 3748, + "fg": 3755, "additional_tiles": [ - { "id": "center", "fg": 3733 }, - { "id": "corner", "fg": [ 3735, 3737, 3736, 3734 ] }, - { "id": "t_connection", "fg": [ 3745, 3747, 3746, 3744 ] }, - { "id": "edge", "fg": [ 3739, 3738 ] }, - { "id": "end_piece", "fg": [ 3741, 3743, 3742, 3740 ] }, - { "id": "unconnected", "fg": 3748 } + { "id": "center", "fg": 3740 }, + { "id": "corner", "fg": [ 3742, 3744, 3743, 3741 ] }, + { "id": "t_connection", "fg": [ 3752, 3754, 3753, 3751 ] }, + { "id": "edge", "fg": [ 3746, 3745 ] }, + { "id": "end_piece", "fg": [ 3748, 3750, 3749, 3747 ] }, + { "id": "unconnected", "fg": 3755 } ] }, { "id": "t_moss", "multitile": true, - "fg": 3765, - "bg": 3597, + "fg": 3772, + "bg": 3604, "additional_tiles": [ - { "id": "center", "bg": 3597, "fg": [ { "weight": 1, "sprite": 3749 }, { "weight": 1, "sprite": 3750 } ] }, - { "id": "corner", "bg": 3597, "fg": [ 3752, 3754, 3753, 3751 ] }, - { "id": "t_connection", "bg": 3597, "fg": [ 3762, 3764, 3763, 3761 ] }, - { "id": "edge", "bg": 3597, "fg": [ 3756, 3755 ] }, - { "id": "end_piece", "bg": 3597, "fg": [ 3758, 3760, 3759, 3757 ] }, - { "bg": 3597, "id": "unconnected", "fg": 3765 } + { "id": "center", "bg": 3604, "fg": [ { "weight": 1, "sprite": 3756 }, { "weight": 1, "sprite": 3757 } ] }, + { "id": "corner", "bg": 3604, "fg": [ 3759, 3761, 3760, 3758 ] }, + { "id": "t_connection", "bg": 3604, "fg": [ 3769, 3771, 3770, 3768 ] }, + { "id": "edge", "bg": 3604, "fg": [ 3763, 3762 ] }, + { "id": "end_piece", "bg": 3604, "fg": [ 3765, 3767, 3766, 3764 ] }, + { "bg": 3604, "id": "unconnected", "fg": 3772 } ] }, { "id": "t_moss_season_summer", "multitile": true, - "fg": 3799, - "bg": 3607, + "fg": 3806, + "bg": 3614, "additional_tiles": [ - { "id": "center", "bg": 3607, "fg": [ { "weight": 1, "sprite": 3783 }, { "weight": 1, "sprite": 3784 } ] }, - { "id": "corner", "bg": 3607, "fg": [ 3786, 3788, 3787, 3785 ] }, - { "id": "t_connection", "bg": 3607, "fg": [ 3796, 3798, 3797, 3795 ] }, - { "id": "edge", "bg": 3607, "fg": [ 3790, 3789 ] }, - { "id": "end_piece", "bg": 3607, "fg": [ 3792, 3794, 3793, 3791 ] }, - { "bg": 3607, "id": "unconnected", "fg": 3799 } + { "id": "center", "bg": 3614, "fg": [ { "weight": 1, "sprite": 3790 }, { "weight": 1, "sprite": 3791 } ] }, + { "id": "corner", "bg": 3614, "fg": [ 3793, 3795, 3794, 3792 ] }, + { "id": "t_connection", "bg": 3614, "fg": [ 3803, 3805, 3804, 3802 ] }, + { "id": "edge", "bg": 3614, "fg": [ 3797, 3796 ] }, + { "id": "end_piece", "bg": 3614, "fg": [ 3799, 3801, 3800, 3798 ] }, + { "bg": 3614, "id": "unconnected", "fg": 3806 } ] }, { "id": "t_moss_season_autumn", "multitile": true, - "fg": 3782, - "bg": 3602, + "fg": 3789, + "bg": 3609, "additional_tiles": [ - { "id": "center", "bg": 3602, "fg": [ { "weight": 1, "sprite": 3766 }, { "weight": 1, "sprite": 3767 } ] }, - { "id": "corner", "bg": 3602, "fg": [ 3769, 3771, 3770, 3768 ] }, - { "id": "t_connection", "bg": 3602, "fg": [ 3779, 3781, 3780, 3778 ] }, - { "id": "edge", "bg": 3602, "fg": [ 3773, 3772 ] }, - { "id": "end_piece", "bg": 3602, "fg": [ 3775, 3777, 3776, 3774 ] }, - { "bg": 3602, "id": "unconnected", "fg": 3782 } + { "id": "center", "bg": 3609, "fg": [ { "weight": 1, "sprite": 3773 }, { "weight": 1, "sprite": 3774 } ] }, + { "id": "corner", "bg": 3609, "fg": [ 3776, 3778, 3777, 3775 ] }, + { "id": "t_connection", "bg": 3609, "fg": [ 3786, 3788, 3787, 3785 ] }, + { "id": "edge", "bg": 3609, "fg": [ 3780, 3779 ] }, + { "id": "end_piece", "bg": 3609, "fg": [ 3782, 3784, 3783, 3781 ] }, + { "bg": 3609, "id": "unconnected", "fg": 3789 } ] }, { "id": "t_moss_season_winter", "multitile": true, - "fg": 3094, - "bg": 3076, + "fg": 3101, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": [ { "weight": 1, "sprite": 3076 }, { "weight": 1, "sprite": 3077 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 3081, 3083, 3082, 3080 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3091, 3093, 3092, 3090 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3085, 3084 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3087, 3089, 3088, 3086 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3094 } + { "id": "center", "bg": 3083, "fg": [ { "weight": 1, "sprite": 3083 }, { "weight": 1, "sprite": 3084 } ] }, + { "id": "corner", "bg": 3083, "fg": [ 3088, 3090, 3089, 3087 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3098, 3100, 3099, 3097 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3092, 3091 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3094, 3096, 3095, 3093 ] }, + { "bg": 3083, "id": "unconnected", "fg": 3101 } ] }, { "id": "t_pavement", "multitile": true, - "fg": 3801, + "fg": 3808, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3801 }, - { "weight": 1, "sprite": 3802 }, - { "weight": 1, "sprite": 3803 }, - { "weight": 1, "sprite": 3804 } + { "weight": 1, "sprite": 3808 }, + { "weight": 1, "sprite": 3809 }, + { "weight": 1, "sprite": 3810 }, + { "weight": 1, "sprite": 3811 } ] }, - { "id": "corner", "bg": 3596, "fg": [ 3813, 3816, 3815, 3812 ] }, - { "id": "t_connection", "fg": [ 3811, 3819, 3814, 3805 ] }, - { "id": "edge", "fg": [ 3818, 3810 ] }, - { "id": "end_piece", "fg": [ 3807, 3809, 3808, 3806 ] }, - { "id": "unconnected", "fg": 3817 } + { "id": "corner", "bg": 3603, "fg": [ 3820, 3823, 3822, 3819 ] }, + { "id": "t_connection", "fg": [ 3818, 3826, 3821, 3812 ] }, + { "id": "edge", "fg": [ 3825, 3817 ] }, + { "id": "end_piece", "fg": [ 3814, 3816, 3815, 3813 ] }, + { "id": "unconnected", "fg": 3824 } ] }, { "id": "t_pavement_season_summer", "multitile": true, - "fg": 3801, + "fg": 3808, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3801 }, - { "weight": 1, "sprite": 3802 }, - { "weight": 1, "sprite": 3803 }, - { "weight": 1, "sprite": 3804 } + { "weight": 1, "sprite": 3808 }, + { "weight": 1, "sprite": 3809 }, + { "weight": 1, "sprite": 3810 }, + { "weight": 1, "sprite": 3811 } ] }, - { "id": "corner", "bg": 3606, "fg": [ 3813, 3816, 3815, 3812 ] }, - { "id": "t_connection", "fg": [ 3811, 3819, 3814, 3805 ] }, - { "id": "edge", "fg": [ 3818, 3810 ] }, - { "id": "end_piece", "fg": [ 3807, 3809, 3808, 3806 ] }, - { "id": "unconnected", "fg": 3817 } + { "id": "corner", "bg": 3613, "fg": [ 3820, 3823, 3822, 3819 ] }, + { "id": "t_connection", "fg": [ 3818, 3826, 3821, 3812 ] }, + { "id": "edge", "fg": [ 3825, 3817 ] }, + { "id": "end_piece", "fg": [ 3814, 3816, 3815, 3813 ] }, + { "id": "unconnected", "fg": 3824 } ] }, { "id": "t_pavement_season_autumn", "multitile": true, - "fg": 3801, + "fg": 3808, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3801 }, - { "weight": 1, "sprite": 3802 }, - { "weight": 1, "sprite": 3803 }, - { "weight": 1, "sprite": 3804 } + { "weight": 1, "sprite": 3808 }, + { "weight": 1, "sprite": 3809 }, + { "weight": 1, "sprite": 3810 }, + { "weight": 1, "sprite": 3811 } ] }, - { "id": "corner", "bg": 3601, "fg": [ 3813, 3816, 3815, 3812 ] }, - { "id": "t_connection", "fg": [ 3811, 3819, 3814, 3805 ] }, - { "id": "edge", "fg": [ 3818, 3810 ] }, - { "id": "end_piece", "fg": [ 3807, 3809, 3808, 3806 ] }, - { "id": "unconnected", "fg": 3817 } + { "id": "corner", "bg": 3608, "fg": [ 3820, 3823, 3822, 3819 ] }, + { "id": "t_connection", "fg": [ 3818, 3826, 3821, 3812 ] }, + { "id": "edge", "fg": [ 3825, 3817 ] }, + { "id": "end_piece", "fg": [ 3814, 3816, 3815, 3813 ] }, + { "id": "unconnected", "fg": 3824 } ] }, - { "id": "t_pavement_season_winter", "fg": 3075 }, - { "id": "t_pavement_y", "fg": 3820 }, - { "id": "t_pavement_y_season_winter", "fg": 3075 }, + { "id": "t_pavement_season_winter", "fg": 3082 }, + { "id": "t_pavement_y", "fg": 3827 }, + { "id": "t_pavement_y_season_winter", "fg": 3082 }, { "id": "t_pit", - "fg": 3836, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3843, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3821, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3828, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3823, 3825, 3824, 3822 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3830, 3832, 3831, 3829 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3833, 3835, 3834, 3832 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3840, 3842, 3841, 3839 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3827, 3826 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3834, 3833 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3829, 3831, 3830, 3828 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3836, 3838, 3837, 3835 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3836, 3836 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3843, 3843 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_season_summer", - "fg": 3836, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3843, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3821, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3828, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3823, 3825, 3824, 3822 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3830, 3832, 3831, 3829 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3833, 3835, 3834, 3832 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3840, 3842, 3841, 3839 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3827, 3826 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3834, 3833 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3829, 3831, 3830, 3828 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3836, 3838, 3837, 3835 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3836, 3836 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3843, 3843 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_season_autumn", - "fg": 3836, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3843, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3821, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3828, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3823, 3825, 3824, 3822 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3830, 3832, 3831, 3829 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3833, 3835, 3834, 3832 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3840, 3842, 3841, 3839 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3827, 3826 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3834, 3833 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3829, 3831, 3830, 3828 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3836, 3838, 3837, 3835 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3836, 3836 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3843, 3843 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_season_winter", - "fg": 3836, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3843, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3821, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3828, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3823, 3825, 3824, 3822 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3830, 3832, 3831, 3829 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3833, 3835, 3834, 3832 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3840, 3842, 3841, 3839 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3827, 3826 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3834, 3833 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3829, 3831, 3830, 3828 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3836, 3838, 3837, 3835 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3836, 3836 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3843, 3843 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_pit_corpsed", - "fg": 3852, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3859, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3837, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3844, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3839, 3841, 3840, 3838 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3846, 3848, 3847, 3845 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3849, 3851, 3850, 3848 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3856, 3858, 3857, 3855 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3843, 3842 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3850, 3849 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3845, 3847, 3846, 3844 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3852, 3854, 3853, 3851 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3852, 3852 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3859, 3859 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_corpsed_season_summer", - "fg": 3852, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3859, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3837, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3844, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3839, 3841, 3840, 3838 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3846, 3848, 3847, 3845 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3849, 3851, 3850, 3848 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3856, 3858, 3857, 3855 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3843, 3842 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3850, 3849 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3845, 3847, 3846, 3844 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3852, 3854, 3853, 3851 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3852, 3852 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3859, 3859 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_corpsed_season_autumn", - "fg": 3852, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3859, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3837, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3844, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3839, 3841, 3840, 3838 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3846, 3848, 3847, 3845 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3849, 3851, 3850, 3848 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3856, 3858, 3857, 3855 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3843, 3842 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3850, 3849 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3845, 3847, 3846, 3844 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3852, 3854, 3853, 3851 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3852, 3852 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3859, 3859 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_corpsed_season_winter", - "fg": 3852, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3859, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3837, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3844, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3839, 3841, 3840, 3838 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3846, 3848, 3847, 3845 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3849, 3851, 3850, 3848 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3856, 3858, 3857, 3855 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3843, 3842 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3850, 3849 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3845, 3847, 3846, 3844 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3852, 3854, 3853, 3851 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3852, 3852 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3859, 3859 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_pit_covered", - "fg": 3868, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3875, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3853, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3860, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3855, 3857, 3856, 3854 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3862, 3864, 3863, 3861 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3865, 3867, 3866, 3864 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3872, 3874, 3873, 3871 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3859, 3858 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3866, 3865 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3861, 3863, 3862, 3860 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3868, 3870, 3869, 3867 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3868, 3868 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3875, 3875 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_covered_season_summer", - "fg": 3868, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3875, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3853, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3860, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3855, 3857, 3856, 3854 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3862, 3864, 3863, 3861 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3865, 3867, 3866, 3864 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3872, 3874, 3873, 3871 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3859, 3858 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3866, 3865 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3861, 3863, 3862, 3860 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3868, 3870, 3869, 3867 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3868, 3868 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3875, 3875 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_covered_season_autumn", - "fg": 3868, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3875, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3853, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3860, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3855, 3857, 3856, 3854 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3862, 3864, 3863, 3861 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3865, 3867, 3866, 3864 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3872, 3874, 3873, 3871 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3859, 3858 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3866, 3865 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3861, 3863, 3862, 3860 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3868, 3870, 3869, 3867 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3868, 3868 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3875, 3875 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_covered_season_winter", - "fg": 3868, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3875, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3853, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3860, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3855, 3857, 3856, 3854 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3862, 3864, 3863, 3861 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3865, 3867, 3866, 3864 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3872, 3874, 3873, 3871 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3859, 3858 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3866, 3865 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3861, 3863, 3862, 3860 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3868, 3870, 3869, 3867 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3868, 3868 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3875, 3875 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_pit_glass", - "fg": 3884, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3891, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3869, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3876, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3871, 3873, 3872, 3870 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3878, 3880, 3879, 3877 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3881, 3883, 3882, 3880 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3888, 3890, 3889, 3887 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3875, 3874 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3882, 3881 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3877, 3879, 3878, 3876 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3884, 3886, 3885, 3883 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3884, 3884 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3891, 3891 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_glass_season_summer", - "fg": 3884, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3891, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3869, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3876, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3871, 3873, 3872, 3870 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3878, 3880, 3879, 3877 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3881, 3883, 3882, 3880 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3888, 3890, 3889, 3887 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3875, 3874 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3882, 3881 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3877, 3879, 3878, 3876 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3884, 3886, 3885, 3883 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3884, 3884 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3891, 3891 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_glass_season_autumn", - "fg": 3884, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3891, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3869, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3876, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3871, 3873, 3872, 3870 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3878, 3880, 3879, 3877 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3881, 3883, 3882, 3880 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3888, 3890, 3889, 3887 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3875, 3874 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3882, 3881 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3877, 3879, 3878, 3876 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3884, 3886, 3885, 3883 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3884, 3884 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3891, 3891 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_glass_season_winter", - "fg": 3884, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3891, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3869, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3876, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3871, 3873, 3872, 3870 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3878, 3880, 3879, 3877 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3881, 3883, 3882, 3880 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3888, 3890, 3889, 3887 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3875, 3874 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3882, 3881 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3877, 3879, 3878, 3876 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3884, 3886, 3885, 3883 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3884, 3884 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3891, 3891 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_pit_glass_covered", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3907, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3892, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3894, 3896, 3895, 3893 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3904, 3906, 3905, 3903 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3898, 3897 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3900, 3902, 3901, 3899 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3907, 3907 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_glass_covered_season_summer", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3907, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3892, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3894, 3896, 3895, 3893 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3904, 3906, 3905, 3903 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3898, 3897 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3900, 3902, 3901, 3899 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3907, 3907 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_glass_covered_season_autumn", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3907, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3892, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3894, 3896, 3895, 3893 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3904, 3906, 3905, 3903 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3898, 3897 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3900, 3902, 3901, 3899 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3907, 3907 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_glass_covered_season_winter", - "fg": 3900, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3907, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3885, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3892, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3887, 3889, 3888, 3886 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3894, 3896, 3895, 3893 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3897, 3899, 3898, 3896 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3904, 3906, 3905, 3903 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3891, 3890 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3898, 3897 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3893, 3895, 3894, 3892 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3900, 3902, 3901, 3899 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3900, 3900 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3907, 3907 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_pit_shallow", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_shallow_season_summer", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_shallow_season_autumn", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_shallow_season_winter", - "fg": 3916, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3923, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3901, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3908, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3903, 3905, 3904, 3902 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3910, 3912, 3911, 3909 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3913, 3915, 3914, 3912 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3920, 3922, 3921, 3919 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3907, 3906 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3914, 3913 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3909, 3911, 3910, 3908 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3916, 3918, 3917, 3915 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3916, 3916 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3923, 3923 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_pit_spiked", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_spiked_season_summer", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_spiked_season_autumn", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_spiked_season_winter", - "fg": 3932, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3939, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3917, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3924, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3919, 3921, 3920, 3918 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3926, 3928, 3927, 3925 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3929, 3931, 3930, 3928 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3936, 3938, 3937, 3935 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3923, 3922 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3930, 3929 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3925, 3927, 3926, 3924 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3932, 3934, 3933, 3931 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3932, 3932 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3939, 3939 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_pit_spiked_covered", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] } ] }, { "id": "t_pit_spiked_covered_season_summer", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] } ] }, { "id": "t_pit_spiked_covered_season_autumn", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] } ] }, { "id": "t_pit_spiked_covered_season_winter", - "fg": 3948, - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ], + "fg": 3955, + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3933, "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] }, + { "id": "center", "fg": 3940, "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "corner", - "fg": [ 3935, 3937, 3936, 3934 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3942, 3944, 3943, 3941 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "t_connection", - "fg": [ 3945, 3947, 3946, 3944 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3952, 3954, 3953, 3951 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "edge", - "fg": [ 3939, 3938 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3946, 3945 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "end_piece", - "fg": [ 3941, 3943, 3942, 3940 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3948, 3950, 3949, 3947 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] }, { "id": "unconnected", - "fg": [ 3948, 3948 ], - "bg": [ { "weight": 100, "sprite": 3076 }, { "weight": 100, "sprite": 3077 } ] + "fg": [ 3955, 3955 ], + "bg": [ { "weight": 100, "sprite": 3083 }, { "weight": 100, "sprite": 3084 } ] } ] }, { "id": "t_privacy_fence", "multitile": true, - "fg": 3964, - "bg": 3596, + "fg": 3971, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": 3949 }, - { "id": "corner", "bg": 3596, "fg": [ 3951, 3953, 3952, 3950 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3961, 3963, 3962, 3960 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3955, 3954 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3957, 3959, 3958, 3956 ] }, - { "bg": 3596, "id": "unconnected", "fg": [ 3964, 3964 ] } + { "id": "center", "bg": 3603, "fg": 3956 }, + { "id": "corner", "bg": 3603, "fg": [ 3958, 3960, 3959, 3957 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 3968, 3970, 3969, 3967 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3962, 3961 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3964, 3966, 3965, 3963 ] }, + { "bg": 3603, "id": "unconnected", "fg": [ 3971, 3971 ] } ] }, { "id": "t_privacy_fence_season_winter", "multitile": true, - "fg": 3964, - "bg": 3076, + "fg": 3971, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": 3949 }, - { "id": "corner", "bg": 3076, "fg": [ 3951, 3953, 3952, 3950 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3961, 3963, 3962, 3960 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3955, 3954 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3957, 3959, 3958, 3956 ] }, - { "bg": 3076, "id": "unconnected", "fg": [ 3964, 3964 ] } + { "id": "center", "bg": 3083, "fg": 3956 }, + { "id": "corner", "bg": 3083, "fg": [ 3958, 3960, 3959, 3957 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 3968, 3970, 3969, 3967 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3962, 3961 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3964, 3966, 3965, 3963 ] }, + { "bg": 3083, "id": "unconnected", "fg": [ 3971, 3971 ] } ] }, { "id": "t_railing", "multitile": true, - "fg": 3980, - "bg": 3279, + "fg": 3987, + "bg": 3286, "additional_tiles": [ - { "id": "center", "bg": 3279, "fg": 3965 }, - { "id": "corner", "bg": 3279, "fg": [ 3967, 3969, 3968, 3966 ] }, - { "id": "t_connection", "bg": 3279, "fg": [ 3977, 3979, 3978, 3976 ] }, - { "id": "edge", "bg": 3279, "fg": [ 3971, 3970 ] }, - { "id": "end_piece", "bg": 3279, "fg": [ 3973, 3975, 3974, 3972 ] }, - { "bg": 3279, "id": "unconnected", "fg": [ 3980, 3980 ] } + { "id": "center", "bg": 3286, "fg": 3972 }, + { "id": "corner", "bg": 3286, "fg": [ 3974, 3976, 3975, 3973 ] }, + { "id": "t_connection", "bg": 3286, "fg": [ 3984, 3986, 3985, 3983 ] }, + { "id": "edge", "bg": 3286, "fg": [ 3978, 3977 ] }, + { "id": "end_piece", "bg": 3286, "fg": [ 3980, 3982, 3981, 3979 ] }, + { "bg": 3286, "id": "unconnected", "fg": [ 3987, 3987 ] } ] }, { "id": "t_railroad_rubble", "multitile": true, - "fg": 3997, - "bg": 3596, + "fg": 4004, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": [ { "weight": 1, "sprite": 3981 }, { "weight": 1, "sprite": 3982 } ] }, - { "id": "corner", "bg": 3596, "fg": [ 3984, 3986, 3985, 3983 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 3994, 3996, 3995, 3993 ] }, - { "id": "edge", "bg": 3596, "fg": [ 3988, 3987 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 3990, 3992, 3991, 3989 ] }, - { "bg": 3596, "id": "unconnected", "fg": 3997 } + { "id": "center", "bg": 3603, "fg": [ { "weight": 1, "sprite": 3988 }, { "weight": 1, "sprite": 3989 } ] }, + { "id": "corner", "bg": 3603, "fg": [ 3991, 3993, 3992, 3990 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 4001, 4003, 4002, 4000 ] }, + { "id": "edge", "bg": 3603, "fg": [ 3995, 3994 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 3997, 3999, 3998, 3996 ] }, + { "bg": 3603, "id": "unconnected", "fg": 4004 } ] }, { "id": "t_railroad_rubble_season_summer", "multitile": true, - "fg": 3997, - "bg": 3606, + "fg": 4004, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": [ { "weight": 1, "sprite": 3981 }, { "weight": 1, "sprite": 3982 } ] }, - { "id": "corner", "bg": 3606, "fg": [ 3984, 3986, 3985, 3983 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 3994, 3996, 3995, 3993 ] }, - { "id": "edge", "bg": 3606, "fg": [ 3988, 3987 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 3990, 3992, 3991, 3989 ] }, - { "bg": 3606, "id": "unconnected", "fg": 3997 } + { "id": "center", "bg": 3613, "fg": [ { "weight": 1, "sprite": 3988 }, { "weight": 1, "sprite": 3989 } ] }, + { "id": "corner", "bg": 3613, "fg": [ 3991, 3993, 3992, 3990 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 4001, 4003, 4002, 4000 ] }, + { "id": "edge", "bg": 3613, "fg": [ 3995, 3994 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 3997, 3999, 3998, 3996 ] }, + { "bg": 3613, "id": "unconnected", "fg": 4004 } ] }, { "id": "t_railroad_rubble_season_autumn", "multitile": true, - "fg": 3997, - "bg": 3601, + "fg": 4004, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": [ { "weight": 1, "sprite": 3981 }, { "weight": 1, "sprite": 3982 } ] }, - { "id": "corner", "bg": 3601, "fg": [ 3984, 3986, 3985, 3983 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 3994, 3996, 3995, 3993 ] }, - { "id": "edge", "bg": 3601, "fg": [ 3988, 3987 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 3990, 3992, 3991, 3989 ] }, - { "bg": 3601, "id": "unconnected", "fg": 3997 } + { "id": "center", "bg": 3608, "fg": [ { "weight": 1, "sprite": 3988 }, { "weight": 1, "sprite": 3989 } ] }, + { "id": "corner", "bg": 3608, "fg": [ 3991, 3993, 3992, 3990 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 4001, 4003, 4002, 4000 ] }, + { "id": "edge", "bg": 3608, "fg": [ 3995, 3994 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 3997, 3999, 3998, 3996 ] }, + { "bg": 3608, "id": "unconnected", "fg": 4004 } ] }, { "id": "t_railroad_rubble_season_winter", "multitile": true, - "fg": 3997, - "bg": 3076, + "fg": 4004, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": [ { "weight": 1, "sprite": 3981 }, { "weight": 1, "sprite": 3982 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 3984, 3986, 3985, 3983 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 3994, 3996, 3995, 3993 ] }, - { "id": "edge", "bg": 3076, "fg": [ 3988, 3987 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 3990, 3992, 3991, 3989 ] }, - { "bg": 3076, "id": "unconnected", "fg": 3997 } + { "id": "center", "bg": 3083, "fg": [ { "weight": 1, "sprite": 3988 }, { "weight": 1, "sprite": 3989 } ] }, + { "id": "corner", "bg": 3083, "fg": [ 3991, 3993, 3992, 3990 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 4001, 4003, 4002, 4000 ] }, + { "id": "edge", "bg": 3083, "fg": [ 3995, 3994 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 3997, 3999, 3998, 3996 ] }, + { "bg": 3083, "id": "unconnected", "fg": 4004 } ] }, { "id": "t_railroad_track_small", - "fg": 4004, - "bg": 3981, + "fg": 4011, + "bg": 3988, "multitile": true, "additional_tiles": [ - { "id": "center", "bg": 3981, "fg": 3998 }, - { "id": "corner", "bg": 3981, "fg": [ 4000, 4002, 4001, 3999 ] }, - { "id": "t_connection", "bg": 3981, "fg": [ 4006, 4008, 4007, 4005 ] }, - { "id": "edge", "bg": 3981, "fg": [ 4004, 4003 ] }, - { "id": "end_piece", "bg": 3981, "fg": [ 4004, 4003, 4004, 4003 ] }, - { "id": "unconnected", "bg": 3981, "fg": [ 4004, 4003 ] } + { "id": "center", "bg": 3988, "fg": 4005 }, + { "id": "corner", "bg": 3988, "fg": [ 4007, 4009, 4008, 4006 ] }, + { "id": "t_connection", "bg": 3988, "fg": [ 4013, 4015, 4014, 4012 ] }, + { "id": "edge", "bg": 3988, "fg": [ 4011, 4010 ] }, + { "id": "end_piece", "bg": 3988, "fg": [ 4011, 4010, 4011, 4010 ] }, + { "id": "unconnected", "bg": 3988, "fg": [ 4011, 4010 ] } ] }, - { "id": "t_rdoor_c", "fg": 4010 }, - { "id": "t_rdoor_o", "fg": 4011 }, - { "id": "t_rdoor_b", "fg": 4009 }, + { "id": "t_rdoor_c", "fg": 4017 }, + { "id": "t_rdoor_o", "fg": 4018 }, + { "id": "t_rdoor_b", "fg": 4016 }, { "id": "t_reinforced_glass", "multitile": true, - "fg": 4027, + "fg": 4034, "additional_tiles": [ - { "id": "center", "fg": 4012 }, - { "id": "corner", "fg": [ 4014, 4016, 4015, 4013 ] }, - { "id": "t_connection", "fg": [ 4024, 4026, 4025, 4023 ] }, - { "id": "edge", "fg": [ 4018, 4017 ] }, - { "id": "end_piece", "fg": [ 4020, 4022, 4021, 4019 ] }, - { "id": "unconnected", "fg": 4027 } + { "id": "center", "fg": 4019 }, + { "id": "corner", "fg": [ 4021, 4023, 4022, 4020 ] }, + { "id": "t_connection", "fg": [ 4031, 4033, 4032, 4030 ] }, + { "id": "edge", "fg": [ 4025, 4024 ] }, + { "id": "end_piece", "fg": [ 4027, 4029, 4028, 4026 ] }, + { "id": "unconnected", "fg": 4034 } ] }, { "id": "t_rock", "multitile": true, - "fg": 4043, + "fg": 4050, "additional_tiles": [ - { "id": "center", "fg": 4028 }, - { "id": "corner", "fg": [ 4030, 4032, 4031, 4029 ] }, - { "id": "t_connection", "fg": [ 4040, 4042, 4041, 4039 ] }, - { "id": "edge", "fg": [ 4034, 4033 ] }, - { "id": "end_piece", "fg": [ 4036, 4038, 4037, 4035 ] }, - { "id": "unconnected", "fg": 4043 } + { "id": "center", "fg": 4035 }, + { "id": "corner", "fg": [ 4037, 4039, 4038, 4036 ] }, + { "id": "t_connection", "fg": [ 4047, 4049, 4048, 4046 ] }, + { "id": "edge", "fg": [ 4041, 4040 ] }, + { "id": "end_piece", "fg": [ 4043, 4045, 4044, 4042 ] }, + { "id": "unconnected", "fg": 4050 } ] }, { "id": "t_rock_floor", "multitile": true, - "fg": 4061, + "fg": 4068, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 4044 }, { "weight": 1, "sprite": 4045 }, { "weight": 1, "sprite": 4046 } ] + "fg": [ { "weight": 1, "sprite": 4051 }, { "weight": 1, "sprite": 4052 }, { "weight": 1, "sprite": 4053 } ] }, - { "id": "corner", "fg": [ 4048, 4050, 4049, 4047 ] }, - { "id": "t_connection", "fg": [ 4058, 4060, 4059, 4057 ] }, - { "id": "edge", "fg": [ 4052, 4051 ] }, - { "id": "end_piece", "fg": [ 4054, 4056, 4055, 4053 ] }, - { "id": "unconnected", "fg": 4061 } + { "id": "corner", "fg": [ 4055, 4057, 4056, 4054 ] }, + { "id": "t_connection", "fg": [ 4065, 4067, 4066, 4064 ] }, + { "id": "edge", "fg": [ 4059, 4058 ] }, + { "id": "end_piece", "fg": [ 4061, 4063, 4062, 4060 ] }, + { "id": "unconnected", "fg": 4068 } ] }, { "id": "t_rock_wall", "multitile": true, - "fg": 4077, + "fg": 4084, "additional_tiles": [ - { "id": "center", "fg": 4062 }, - { "id": "corner", "fg": [ 4064, 4066, 4065, 4063 ] }, - { "id": "t_connection", "fg": [ 4074, 4076, 4075, 4073 ] }, - { "id": "edge", "fg": [ 4068, 4067 ] }, - { "id": "end_piece", "fg": [ 4070, 4072, 4071, 4069 ] }, - { "id": "unconnected", "fg": 4077 } + { "id": "center", "fg": 4069 }, + { "id": "corner", "fg": [ 4071, 4073, 4072, 4070 ] }, + { "id": "t_connection", "fg": [ 4081, 4083, 4082, 4080 ] }, + { "id": "edge", "fg": [ 4075, 4074 ] }, + { "id": "end_piece", "fg": [ 4077, 4079, 4078, 4076 ] }, + { "id": "unconnected", "fg": 4084 } ] }, { "id": "t_sand", "multitile": true, - "fg": 4096, - "bg": 3596, + "fg": 4103, + "bg": 3603, "additional_tiles": [ { "id": "center", - "bg": 3596, + "bg": 3603, "fg": [ - { "weight": 1, "sprite": 4078 }, - { "weight": 1, "sprite": 4079 }, - { "weight": 1, "sprite": 4080 }, - { "weight": 1, "sprite": 4081 } + { "weight": 1, "sprite": 4085 }, + { "weight": 1, "sprite": 4086 }, + { "weight": 1, "sprite": 4087 }, + { "weight": 1, "sprite": 4088 } ] }, - { "id": "corner", "bg": 3596, "fg": [ 4083, 4085, 4084, 4082 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 4093, 4095, 4094, 4092 ] }, - { "id": "edge", "bg": 3596, "fg": [ 4087, 4086 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 4089, 4091, 4090, 4088 ] }, - { "bg": 3596, "id": "unconnected", "fg": 4096 } + { "id": "corner", "bg": 3603, "fg": [ 4090, 4092, 4091, 4089 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 4100, 4102, 4101, 4099 ] }, + { "id": "edge", "bg": 3603, "fg": [ 4094, 4093 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 4096, 4098, 4097, 4095 ] }, + { "bg": 3603, "id": "unconnected", "fg": 4103 } ] }, { "id": "t_sand_season_summer", "multitile": true, - "fg": 4096, - "bg": 3606, + "fg": 4103, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": [ { "weight": 1, "sprite": 4078 }, { "weight": 1, "sprite": 4079 } ] }, - { "id": "corner", "bg": 3606, "fg": [ 4083, 4085, 4084, 4082 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 4093, 4095, 4094, 4092 ] }, - { "id": "edge", "bg": 3606, "fg": [ 4087, 4086 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 4089, 4091, 4090, 4088 ] }, - { "bg": 3606, "id": "unconnected", "fg": 4096 } + { "id": "center", "bg": 3613, "fg": [ { "weight": 1, "sprite": 4085 }, { "weight": 1, "sprite": 4086 } ] }, + { "id": "corner", "bg": 3613, "fg": [ 4090, 4092, 4091, 4089 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 4100, 4102, 4101, 4099 ] }, + { "id": "edge", "bg": 3613, "fg": [ 4094, 4093 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 4096, 4098, 4097, 4095 ] }, + { "bg": 3613, "id": "unconnected", "fg": 4103 } ] }, { "id": "t_sand_season_autumn", "multitile": true, - "fg": 4096, - "bg": 3601, + "fg": 4103, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": [ { "weight": 1, "sprite": 4078 }, { "weight": 1, "sprite": 4079 } ] }, - { "id": "corner", "bg": 3601, "fg": [ 4083, 4085, 4084, 4082 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 4093, 4095, 4094, 4092 ] }, - { "id": "edge", "bg": 3601, "fg": [ 4087, 4086 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 4089, 4091, 4090, 4088 ] }, - { "bg": 3601, "id": "unconnected", "fg": 4096 } + { "id": "center", "bg": 3608, "fg": [ { "weight": 1, "sprite": 4085 }, { "weight": 1, "sprite": 4086 } ] }, + { "id": "corner", "bg": 3608, "fg": [ 4090, 4092, 4091, 4089 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 4100, 4102, 4101, 4099 ] }, + { "id": "edge", "bg": 3608, "fg": [ 4094, 4093 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 4096, 4098, 4097, 4095 ] }, + { "bg": 3608, "id": "unconnected", "fg": 4103 } ] }, { "id": "t_sand_season_winter", "multitile": true, - "fg": 4096, - "bg": 3076, + "fg": 4103, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": [ { "weight": 1, "sprite": 4078 }, { "weight": 1, "sprite": 4079 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 4083, 4085, 4084, 4082 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 4093, 4095, 4094, 4092 ] }, - { "id": "edge", "bg": 3076, "fg": [ 4087, 4086 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 4089, 4091, 4090, 4088 ] }, - { "bg": 3076, "id": "unconnected", "fg": 4096 } + { "id": "center", "bg": 3083, "fg": [ { "weight": 1, "sprite": 4085 }, { "weight": 1, "sprite": 4086 } ] }, + { "id": "corner", "bg": 3083, "fg": [ 4090, 4092, 4091, 4089 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 4100, 4102, 4101, 4099 ] }, + { "id": "edge", "bg": 3083, "fg": [ 4094, 4093 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 4096, 4098, 4097, 4095 ] }, + { "bg": 3083, "id": "unconnected", "fg": 4103 } ] }, { "id": [ "t_sandmound_season_spring", "t_sandmound_season_summer", "t_sandmound_season_autumn" ], - "fg": 4097 + "fg": 4104 }, { "id": "t_sandmound_season_winter", "fg": 8082 }, { "id": "t_scrap_floor", "multitile": true, - "fg": 4128, + "fg": 4135, "additional_tiles": [ - { "id": "center", "fg": [ { "weight": 1, "sprite": 4098 }, { "weight": 1, "sprite": 4099 } ] }, + { "id": "center", "fg": [ { "weight": 1, "sprite": 4105 }, { "weight": 1, "sprite": 4106 } ] }, { "id": "corner", - "fg": [ { "weight": 1, "sprite": [ 4102, 4106, 4100, 4104 ] }, { "weight": 1, "sprite": [ 4103, 4107, 4101, 4105 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4109, 4113, 4107, 4111 ] }, { "weight": 1, "sprite": [ 4110, 4114, 4108, 4112 ] } ] }, { "id": "t_connection", - "fg": [ { "weight": 1, "sprite": [ 4122, 4126, 4124, 4120 ] }, { "weight": 1, "sprite": [ 4123, 4127, 4125, 4121 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4129, 4133, 4131, 4127 ] }, { "weight": 1, "sprite": [ 4130, 4134, 4132, 4128 ] } ] }, { "id": "edge", - "fg": [ { "weight": 1, "sprite": [ 4110, 4108 ] }, { "weight": 1, "sprite": [ 4111, 4109 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4117, 4115 ] }, { "weight": 1, "sprite": [ 4118, 4116 ] } ] }, { "id": "end_piece", - "fg": [ { "weight": 1, "sprite": [ 4114, 4118, 4116, 4112 ] }, { "weight": 1, "sprite": [ 4115, 4119, 4117, 4113 ] } ] + "fg": [ { "weight": 1, "sprite": [ 4121, 4125, 4123, 4119 ] }, { "weight": 1, "sprite": [ 4122, 4126, 4124, 4120 ] } ] }, - { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 4128 }, { "weight": 1, "sprite": 4129 } ] } + { "id": "unconnected", "fg": [ { "weight": 1, "sprite": 4135 }, { "weight": 1, "sprite": 4136 } ] } ] }, { "id": "t_scrap_wall", "multitile": true, - "fg": 4145, + "fg": 4152, "additional_tiles": [ - { "id": "center", "fg": 4130 }, - { "id": "corner", "fg": [ 4132, 4134, 4133, 4131 ] }, - { "id": "t_connection", "fg": [ 4142, 4144, 4143, 4141 ] }, - { "id": "edge", "fg": [ 4136, 4135 ] }, - { "id": "end_piece", "fg": [ 4138, 4140, 4139, 4137 ] }, - { "id": "unconnected", "fg": 4145 } + { "id": "center", "fg": 4137 }, + { "id": "corner", "fg": [ 4139, 4141, 4140, 4138 ] }, + { "id": "t_connection", "fg": [ 4149, 4151, 4150, 4148 ] }, + { "id": "edge", "fg": [ 4143, 4142 ] }, + { "id": "end_piece", "fg": [ 4145, 4147, 4146, 4144 ] }, + { "id": "unconnected", "fg": 4152 } ] }, { "id": "t_screened_porch_wall", "multitile": true, - "fg": 4161, - "bg": 3493, + "fg": 4168, + "bg": 3500, "additional_tiles": [ - { "id": "center", "bg": 3493, "fg": 4146 }, - { "id": "corner", "bg": 3493, "fg": [ 4148, 4150, 4149, 4147 ] }, - { "id": "t_connection", "bg": 3493, "fg": [ 4158, 4160, 4159, 4157 ] }, - { "id": "edge", "bg": 3493, "fg": [ 4152, 4151 ] }, - { "id": "end_piece", "bg": 3493, "fg": [ 4154, 4156, 4155, 4153 ] }, - { "bg": 3493, "id": "unconnected", "fg": [ 4161, 4161 ] } + { "id": "center", "bg": 3500, "fg": 4153 }, + { "id": "corner", "bg": 3500, "fg": [ 4155, 4157, 4156, 4154 ] }, + { "id": "t_connection", "bg": 3500, "fg": [ 4165, 4167, 4166, 4164 ] }, + { "id": "edge", "bg": 3500, "fg": [ 4159, 4158 ] }, + { "id": "end_piece", "bg": 3500, "fg": [ 4161, 4163, 4162, 4160 ] }, + { "bg": 3500, "id": "unconnected", "fg": [ 4168, 4168 ] } ] }, { "id": "t_sewage", "multitile": true, - "fg": 4177, + "fg": 4184, "additional_tiles": [ - { "id": "center", "fg": 4162 }, - { "id": "corner", "fg": [ 4164, 4166, 4165, 4163 ] }, - { "id": "t_connection", "fg": [ 4174, 4176, 4175, 4173 ] }, - { "id": "edge", "fg": [ 4168, 4167 ] }, - { "id": "end_piece", "fg": [ 4170, 4172, 4171, 4169 ] }, - { "id": "unconnected", "fg": [ 4177, 4177 ] } + { "id": "center", "fg": 4169 }, + { "id": "corner", "fg": [ 4171, 4173, 4172, 4170 ] }, + { "id": "t_connection", "fg": [ 4181, 4183, 4182, 4180 ] }, + { "id": "edge", "fg": [ 4175, 4174 ] }, + { "id": "end_piece", "fg": [ 4177, 4179, 4178, 4176 ] }, + { "id": "unconnected", "fg": [ 4184, 4184 ] } ] }, { "id": "t_sewage_pipe", "multitile": true, - "fg": 4193, + "fg": 4200, "additional_tiles": [ - { "id": "center", "fg": 4178 }, - { "id": "corner", "fg": [ 4180, 4182, 4181, 4179 ] }, - { "id": "t_connection", "fg": [ 4190, 4192, 4191, 4189 ] }, - { "id": "edge", "fg": [ 4184, 4183 ] }, - { "id": "end_piece", "fg": [ 4186, 4188, 4187, 4185 ] }, - { "id": "unconnected", "fg": [ 4193, 4193 ] } + { "id": "center", "fg": 4185 }, + { "id": "corner", "fg": [ 4187, 4189, 4188, 4186 ] }, + { "id": "t_connection", "fg": [ 4197, 4199, 4198, 4196 ] }, + { "id": "edge", "fg": [ 4191, 4190 ] }, + { "id": "end_piece", "fg": [ 4193, 4195, 4194, 4192 ] }, + { "id": "unconnected", "fg": [ 4200, 4200 ] } ] }, { "id": "t_shingle_flat_roof", "multitile": true, - "fg": 4209, - "additional_tiles": [ - { "id": "center", "fg": 4194 }, - { "id": "corner", "fg": [ 4196, 4198, 4197, 4195 ] }, - { "id": "t_connection", "fg": [ 4206, 4208, 4207, 4205 ] }, - { "id": "edge", "fg": [ 4200, 4199 ] }, - { "id": "end_piece", "fg": [ 4202, 4204, 4203, 4201 ] }, - { "id": "unconnected", "fg": 4209 } - ] - }, - { "id": "t_shrub", "fg": 4210, "bg": 3596 }, - { "id": "t_shrub_season_summer", "fg": 4210, "bg": 3606 }, - { "id": "t_shrub_season_autumn", "fg": 4210, "bg": 3601 }, - { "id": "t_shrub_season_winter", "fg": 4212, "bg": 3074 }, - { "id": "t_shrub_blackberry", "fg": 4213, "bg": 3596 }, - { "id": "t_shrub_blackberry_harvested", "fg": 4214, "bg": 3606 }, - { "id": "t_shrub_blackberry_season_summer", "fg": 4215, "bg": 3606 }, - { "id": "t_shrub_blackberry_season_autumn", "fg": 4213, "bg": 3601 }, - { "id": "t_shrub_blackberry_season_winter", "fg": 4216, "bg": 3074 }, - { "id": "t_shrub_blueberry", "fg": 4217, "bg": 3596 }, - { "id": "t_shrub_blueberry_harvested", "fg": 4218, "bg": 3606 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 4219, "bg": 3606 }, - { "id": "t_shrub_blueberry_season_autumn", "fg": 4217, "bg": 3601 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 4220, "bg": 3074 }, - { "id": "t_shrub_grape", "fg": 4221, "bg": 3596 }, - { "id": "t_shrub_grape_harvested", "fg": 4222, "bg": 3606 }, - { "id": "t_shrub_grape_season_summer", "fg": 4223, "bg": 3606 }, - { "id": "t_shrub_grape_season_autumn", "fg": 4221, "bg": 3601 }, - { "id": "t_shrub_grape_season_winter", "fg": 4224, "bg": 3074 }, - { "id": "t_shrub_huckleberry", "fg": 4225, "bg": 3596 }, - { "id": "t_shrub_huckleberry_harvested", "fg": 4226, "bg": 3606 }, - { "id": "t_shrub_huckleberry_season_summer", "fg": 4227, "bg": 3606 }, - { "id": "t_shrub_huckleberry_season_autumn", "fg": 4225, "bg": 3601 }, - { "id": "t_shrub_huckleberry_season_winter", "fg": 4228, "bg": 3074 }, - { "id": "t_shrub_hydrangea", "fg": 4230, "bg": 3596 }, - { "id": "t_shrub_hydrangea_harvested", "fg": 4229, "bg": 3596 }, - { "id": "t_shrub_hydrangea_season_summer", "fg": 4231, "bg": 3606 }, - { "id": "t_shrub_hydrangea_season_autumn", "fg": 4230, "bg": 3601 }, - { "id": "t_shrub_hydrangea_season_winter", "fg": 4232, "bg": 3074 }, - { "id": "t_shrub_lilac", "fg": 4234, "bg": 3596 }, - { "id": "t_shrub_lilac_harvested", "fg": 4233, "bg": 3596 }, - { "id": "t_shrub_lilac_season_summer", "fg": 4235, "bg": 3606 }, - { "id": "t_shrub_lilac_season_autumn", "fg": 4233, "bg": 3601 }, - { "id": "t_shrub_lilac_season_winter", "fg": 4236, "bg": 3074 }, - { "id": "t_shrub_peanut", "fg": 4237, "bg": 3596 }, - { "id": "t_shrub_peanut_harvested", "fg": 4239, "bg": 3601 }, - { "id": "t_shrub_peanut_season_summer", "fg": 4237, "bg": 3606 }, - { "id": "t_shrub_peanut_season_autumn", "fg": 4238, "bg": 3601 }, - { "id": "t_shrub_peanut_season_winter", "fg": 4240, "bg": 3074 }, - { "id": "t_shrub_raspberry", "fg": 4241, "bg": 3596 }, - { "id": "t_shrub_raspberry_harvested", "fg": 4242, "bg": 3606 }, - { "id": "t_shrub_raspberry_season_summer", "fg": 4243, "bg": 3606 }, - { "id": "t_shrub_raspberry_season_autumn", "fg": 4241, "bg": 3601 }, - { "id": "t_shrub_raspberry_season_winter", "fg": 4244, "bg": 3074 }, - { "id": "t_shrub_rose", "fg": 4246, "bg": 3596 }, - { "id": "t_shrub_rose_season_summer", "fg": 4246, "bg": 3606 }, - { "id": "t_shrub_rose_harvested", "fg": 4246, "bg": 3601 }, - { "id": "t_shrub_rose_season_autumn", "fg": 4245, "bg": 3601 }, - { "id": "t_shrub_rose_season_winter", "fg": 4247, "bg": 3074 }, - { "id": "t_shrub_strawberry", "fg": 4248, "bg": 3596 }, - { "id": "t_shrub_strawberry_harvested", "fg": 4249, "bg": 3606 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 4250, "bg": 3606 }, - { "id": "t_shrub_strawberry_season_autumn", "fg": 4248, "bg": 3601 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 4251, "bg": 3074 }, + "fg": 4216, + "additional_tiles": [ + { "id": "center", "fg": 4201 }, + { "id": "corner", "fg": [ 4203, 4205, 4204, 4202 ] }, + { "id": "t_connection", "fg": [ 4213, 4215, 4214, 4212 ] }, + { "id": "edge", "fg": [ 4207, 4206 ] }, + { "id": "end_piece", "fg": [ 4209, 4211, 4210, 4208 ] }, + { "id": "unconnected", "fg": 4216 } + ] + }, + { "id": "t_shrub", "fg": 4217, "bg": 3603 }, + { "id": "t_shrub_season_summer", "fg": 4217, "bg": 3613 }, + { "id": "t_shrub_season_autumn", "fg": 4217, "bg": 3608 }, + { "id": "t_shrub_season_winter", "fg": 4219, "bg": 3081 }, + { "id": "t_shrub_blackberry", "fg": 4220, "bg": 3603 }, + { "id": "t_shrub_blackberry_harvested", "fg": 4221, "bg": 3613 }, + { "id": "t_shrub_blackberry_season_summer", "fg": 4222, "bg": 3613 }, + { "id": "t_shrub_blackberry_season_autumn", "fg": 4220, "bg": 3608 }, + { "id": "t_shrub_blackberry_season_winter", "fg": 4223, "bg": 3081 }, + { "id": "t_shrub_blueberry", "fg": 4224, "bg": 3603 }, + { "id": "t_shrub_blueberry_harvested", "fg": 4225, "bg": 3613 }, + { "id": "t_shrub_blueberry_season_summer", "fg": 4226, "bg": 3613 }, + { "id": "t_shrub_blueberry_season_autumn", "fg": 4224, "bg": 3608 }, + { "id": "t_shrub_blueberry_season_winter", "fg": 4227, "bg": 3081 }, + { "id": "t_shrub_grape", "fg": 4228, "bg": 3603 }, + { "id": "t_shrub_grape_harvested", "fg": 4229, "bg": 3613 }, + { "id": "t_shrub_grape_season_summer", "fg": 4230, "bg": 3613 }, + { "id": "t_shrub_grape_season_autumn", "fg": 4228, "bg": 3608 }, + { "id": "t_shrub_grape_season_winter", "fg": 4231, "bg": 3081 }, + { "id": "t_shrub_huckleberry", "fg": 4232, "bg": 3603 }, + { "id": "t_shrub_huckleberry_harvested", "fg": 4233, "bg": 3613 }, + { "id": "t_shrub_huckleberry_season_summer", "fg": 4234, "bg": 3613 }, + { "id": "t_shrub_huckleberry_season_autumn", "fg": 4232, "bg": 3608 }, + { "id": "t_shrub_huckleberry_season_winter", "fg": 4235, "bg": 3081 }, + { "id": "t_shrub_hydrangea", "fg": 4237, "bg": 3603 }, + { "id": "t_shrub_hydrangea_harvested", "fg": 4236, "bg": 3603 }, + { "id": "t_shrub_hydrangea_season_summer", "fg": 4238, "bg": 3613 }, + { "id": "t_shrub_hydrangea_season_autumn", "fg": 4237, "bg": 3608 }, + { "id": "t_shrub_hydrangea_season_winter", "fg": 4239, "bg": 3081 }, + { "id": "t_shrub_lilac", "fg": 4241, "bg": 3603 }, + { "id": "t_shrub_lilac_harvested", "fg": 4240, "bg": 3603 }, + { "id": "t_shrub_lilac_season_summer", "fg": 4242, "bg": 3613 }, + { "id": "t_shrub_lilac_season_autumn", "fg": 4240, "bg": 3608 }, + { "id": "t_shrub_lilac_season_winter", "fg": 4243, "bg": 3081 }, + { "id": "t_shrub_peanut", "fg": 4244, "bg": 3603 }, + { "id": "t_shrub_peanut_harvested", "fg": 4246, "bg": 3608 }, + { "id": "t_shrub_peanut_season_summer", "fg": 4244, "bg": 3613 }, + { "id": "t_shrub_peanut_season_autumn", "fg": 4245, "bg": 3608 }, + { "id": "t_shrub_peanut_season_winter", "fg": 4247, "bg": 3081 }, + { "id": "t_shrub_raspberry", "fg": 4248, "bg": 3603 }, + { "id": "t_shrub_raspberry_harvested", "fg": 4249, "bg": 3613 }, + { "id": "t_shrub_raspberry_season_summer", "fg": 4250, "bg": 3613 }, + { "id": "t_shrub_raspberry_season_autumn", "fg": 4248, "bg": 3608 }, + { "id": "t_shrub_raspberry_season_winter", "fg": 4251, "bg": 3081 }, + { "id": "t_shrub_rose", "fg": 4253, "bg": 3603 }, + { "id": "t_shrub_rose_season_summer", "fg": 4253, "bg": 3613 }, + { "id": "t_shrub_rose_harvested", "fg": 4253, "bg": 3608 }, + { "id": "t_shrub_rose_season_autumn", "fg": 4252, "bg": 3608 }, + { "id": "t_shrub_rose_season_winter", "fg": 4254, "bg": 3081 }, + { "id": "t_shrub_strawberry", "fg": 4255, "bg": 3603 }, + { "id": "t_shrub_strawberry_harvested", "fg": 4256, "bg": 3613 }, + { "id": "t_shrub_strawberry_season_summer", "fg": 4257, "bg": 3613 }, + { "id": "t_shrub_strawberry_season_autumn", "fg": 4255, "bg": 3608 }, + { "id": "t_shrub_strawberry_season_winter", "fg": 4258, "bg": 3081 }, { "id": [ "t_sidewalk", "t_sidewalk_bg_dp" ], "multitile": true, - "fg": 4267, + "fg": 4274, "additional_tiles": [ - { "id": "center", "fg": 4252 }, - { "id": "corner", "fg": [ 4254, 4256, 4255, 4253 ] }, - { "id": "t_connection", "fg": [ 4264, 4266, 4265, 4263 ] }, - { "id": "edge", "fg": [ 4258, 4257 ] }, - { "id": "end_piece", "fg": [ 4260, 4262, 4261, 4259 ] }, - { "id": "unconnected", "fg": 4267 } + { "id": "center", "fg": 4259 }, + { "id": "corner", "fg": [ 4261, 4263, 4262, 4260 ] }, + { "id": "t_connection", "fg": [ 4271, 4273, 4272, 4270 ] }, + { "id": "edge", "fg": [ 4265, 4264 ] }, + { "id": "end_piece", "fg": [ 4267, 4269, 4268, 4266 ] }, + { "id": "unconnected", "fg": 4274 } ] }, - { "id": "t_sidewalk_season_winter", "fg": 3076 }, - { "id": "t_slime", "fg": 4268 }, + { "id": "t_sidewalk_season_winter", "fg": 3083 }, + { "id": "t_slime", "fg": 4275 }, { "id": "t_soil", - "fg": 4284, + "fg": 4291, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4269 }, - { "id": "corner", "fg": [ 4271, 4273, 4272, 4270 ] }, - { "id": "t_connection", "fg": [ 4281, 4283, 4282, 4280 ] }, - { "id": "edge", "fg": [ 4275, 4274 ] }, - { "id": "end_piece", "fg": [ 4277, 4279, 4278, 4276 ] }, - { "id": "unconnected", "fg": [ 4284, 4284 ] } + { "id": "center", "fg": 4276 }, + { "id": "corner", "fg": [ 4278, 4280, 4279, 4277 ] }, + { "id": "t_connection", "fg": [ 4288, 4290, 4289, 4287 ] }, + { "id": "edge", "fg": [ 4282, 4281 ] }, + { "id": "end_piece", "fg": [ 4284, 4286, 4285, 4283 ] }, + { "id": "unconnected", "fg": [ 4291, 4291 ] } ] }, - { "id": "t_splitrail_fencegate_c", "fg": 4285, "bg": 3596 }, - { "id": "t_splitrail_fencegate_o", "fg": 4286, "bg": 3596 }, - { "id": "t_splitrail_fencegate_c_season_summer", "fg": 4285, "bg": 3606 }, - { "id": "t_splitrail_fencegate_o_season_summer", "fg": 4286, "bg": 3606 }, - { "id": "t_splitrail_fencegate_c_season_autumn", "fg": 4285, "bg": 3601 }, - { "id": "t_splitrail_fencegate_o_season_autumn", "fg": 4286, "bg": 3601 }, - { "id": "t_splitrail_fencegate_c_season_winter", "fg": 4285, "bg": 3076 }, - { "id": "t_splitrail_fencegate_o_season_winter", "fg": 4286, "bg": 3076 }, + { "id": "t_splitrail_fencegate_c", "fg": 4292, "bg": 3603 }, + { "id": "t_splitrail_fencegate_o", "fg": 4293, "bg": 3603 }, + { "id": "t_splitrail_fencegate_c_season_summer", "fg": 4292, "bg": 3613 }, + { "id": "t_splitrail_fencegate_o_season_summer", "fg": 4293, "bg": 3613 }, + { "id": "t_splitrail_fencegate_c_season_autumn", "fg": 4292, "bg": 3608 }, + { "id": "t_splitrail_fencegate_o_season_autumn", "fg": 4293, "bg": 3608 }, + { "id": "t_splitrail_fencegate_c_season_winter", "fg": 4292, "bg": 3083 }, + { "id": "t_splitrail_fencegate_o_season_winter", "fg": 4293, "bg": 3083 }, { "id": "t_strconc_floor", "multitile": true, - "fg": 4302, + "fg": 4309, "additional_tiles": [ - { "id": "center", "fg": 4287 }, - { "id": "corner", "fg": [ 4289, 4291, 4290, 4288 ] }, - { "id": "t_connection", "fg": [ 4299, 4301, 4300, 4298 ] }, - { "id": "edge", "fg": [ 4293, 4292 ] }, - { "id": "end_piece", "fg": [ 4295, 4297, 4296, 4294 ] }, - { "id": "unconnected", "fg": 4302 } + { "id": "center", "fg": 4294 }, + { "id": "corner", "fg": [ 4296, 4298, 4297, 4295 ] }, + { "id": "t_connection", "fg": [ 4306, 4308, 4307, 4305 ] }, + { "id": "edge", "fg": [ 4300, 4299 ] }, + { "id": "end_piece", "fg": [ 4302, 4304, 4303, 4301 ] }, + { "id": "unconnected", "fg": 4309 } ] }, - { "id": "t_stump", "fg": 4303, "bg": 3596 }, - { "id": "t_stump_season_summer", "fg": 4303, "bg": 3606 }, - { "id": "t_stump_season_autumn", "fg": 4303, "bg": 3601 }, - { "id": "t_stump_season_winter", "fg": 4303, "bg": 3074 }, - { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 4304 }, { "weight": 100, "sprite": 4305 } ] }, + { "id": "t_stump", "fg": 4310, "bg": 3603 }, + { "id": "t_stump_season_summer", "fg": 4310, "bg": 3613 }, + { "id": "t_stump_season_autumn", "fg": 4310, "bg": 3608 }, + { "id": "t_stump_season_winter", "fg": 4310, "bg": 3081 }, + { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 4311 }, { "weight": 100, "sprite": 4312 } ] }, { "id": "t_thconc_floor", "fg": [ - { "weight": 1, "sprite": 4306 }, - { "weight": 1, "sprite": 4307 }, - { "weight": 1, "sprite": 4308 }, - { "weight": 1, "sprite": 4309 }, - { "weight": 1, "sprite": 4310 }, - { "weight": 1, "sprite": 4311 } - ] - }, - { - "id": "t_thconc_r", - "fg": [ + { "weight": 1, "sprite": 4313 }, { "weight": 1, "sprite": 4314 }, { "weight": 1, "sprite": 4315 }, { "weight": 1, "sprite": 4316 }, { "weight": 1, "sprite": 4317 }, - { "weight": 1, "sprite": 4318 }, - { "weight": 1, "sprite": 4319 } + { "weight": 1, "sprite": 4318 } ] }, { - "id": "t_thconc_y", + "id": "t_thconc_r", "fg": [ - { "weight": 1, "sprite": 4320 }, { "weight": 1, "sprite": 4321 }, { "weight": 1, "sprite": 4322 }, { "weight": 1, "sprite": 4323 }, { "weight": 1, "sprite": 4324 }, - { "weight": 1, "sprite": 4325 } + { "weight": 1, "sprite": 4325 }, + { "weight": 1, "sprite": 4326 } ] }, - { "id": "t_underbrush", "fg": 4326, "bg": 3596 }, - { "id": "t_underbrush_harvested_spring", "fg": 4327, "bg": 3596 }, - { "id": "t_underbrush_season_summer", "fg": 4326, "bg": 3606 }, - { "id": "t_underbrush_harvested_summer", "fg": 4327, "bg": 3606 }, - { "id": "t_underbrush_season_autumn", "fg": 4326, "bg": 3601 }, - { "id": "t_underbrush_harvested_autumn", "fg": 4327, "bg": 3601 }, - { "id": "t_underbrush_harvested_winter", "fg": 4327, "bg": 3074 }, - { "id": "t_underbrush_season_winter", "fg": 4326, "bg": 3074 }, + { + "id": "t_thconc_y", + "fg": [ + { "weight": 1, "sprite": 4327 }, + { "weight": 1, "sprite": 4328 }, + { "weight": 1, "sprite": 4329 }, + { "weight": 1, "sprite": 4330 }, + { "weight": 1, "sprite": 4331 }, + { "weight": 1, "sprite": 4332 } + ] + }, + { "id": "t_underbrush", "fg": 4333, "bg": 3603 }, + { "id": "t_underbrush_harvested_spring", "fg": 4334, "bg": 3603 }, + { "id": "t_underbrush_season_summer", "fg": 4333, "bg": 3613 }, + { "id": "t_underbrush_harvested_summer", "fg": 4334, "bg": 3613 }, + { "id": "t_underbrush_season_autumn", "fg": 4333, "bg": 3608 }, + { "id": "t_underbrush_harvested_autumn", "fg": 4334, "bg": 3608 }, + { "id": "t_underbrush_harvested_winter", "fg": 4334, "bg": 3081 }, + { "id": "t_underbrush_season_winter", "fg": 4333, "bg": 3081 }, { "id": "t_wall", "multitile": true, - "fg": 4343, + "fg": 4350, "additional_tiles": [ - { "id": "center", "fg": 4328 }, - { "id": "corner", "fg": [ 4330, 4332, 4331, 4329 ] }, - { "id": "t_connection", "fg": [ 4340, 4342, 4341, 4339 ] }, - { "id": "edge", "fg": [ 4334, 4333 ] }, - { "id": "end_piece", "fg": [ 4336, 4338, 4337, 4335 ] }, - { "id": "unconnected", "fg": 4343 } + { "id": "center", "fg": 4335 }, + { "id": "corner", "fg": [ 4337, 4339, 4338, 4336 ] }, + { "id": "t_connection", "fg": [ 4347, 4349, 4348, 4346 ] }, + { "id": "edge", "fg": [ 4341, 4340 ] }, + { "id": "end_piece", "fg": [ 4343, 4345, 4344, 4342 ] }, + { "id": "unconnected", "fg": 4350 } ] }, { "id": "t_wall_b", "multitile": true, - "fg": 4359, + "fg": 4366, "additional_tiles": [ - { "id": "center", "fg": 4344 }, - { "id": "corner", "fg": [ 4346, 4348, 4347, 4345 ] }, - { "id": "t_connection", "fg": [ 4356, 4358, 4357, 4355 ] }, - { "id": "edge", "fg": [ 4350, 4349 ] }, - { "id": "end_piece", "fg": [ 4352, 4354, 4353, 4351 ] }, - { "id": "unconnected", "fg": 4359 } + { "id": "center", "fg": 4351 }, + { "id": "corner", "fg": [ 4353, 4355, 4354, 4352 ] }, + { "id": "t_connection", "fg": [ 4363, 4365, 4364, 4362 ] }, + { "id": "edge", "fg": [ 4357, 4356 ] }, + { "id": "end_piece", "fg": [ 4359, 4361, 4360, 4358 ] }, + { "id": "unconnected", "fg": 4366 } ] }, { "id": "t_wall_g", "multitile": true, - "fg": 4375, + "fg": 4382, "additional_tiles": [ - { "id": "center", "fg": 4360 }, - { "id": "corner", "fg": [ 4362, 4364, 4363, 4361 ] }, - { "id": "t_connection", "fg": [ 4372, 4374, 4373, 4371 ] }, - { "id": "edge", "fg": [ 4366, 4365 ] }, - { "id": "end_piece", "fg": [ 4368, 4370, 4369, 4367 ] }, - { "id": "unconnected", "fg": 4375 } + { "id": "center", "fg": 4367 }, + { "id": "corner", "fg": [ 4369, 4371, 4370, 4368 ] }, + { "id": "t_connection", "fg": [ 4379, 4381, 4380, 4378 ] }, + { "id": "edge", "fg": [ 4373, 4372 ] }, + { "id": "end_piece", "fg": [ 4375, 4377, 4376, 4374 ] }, + { "id": "unconnected", "fg": 4382 } ] }, { "id": [ "t_wall_glass", "t_wall_glass_alarm" ], "multitile": true, - "fg": 4391, + "fg": 4398, "additional_tiles": [ - { "id": "center", "fg": 4376 }, - { "id": "corner", "fg": [ 4378, 4380, 4379, 4377 ] }, - { "id": "t_connection", "fg": [ 4388, 4390, 4389, 4387 ] }, - { "id": "edge", "fg": [ 4382, 4381 ] }, - { "id": "end_piece", "fg": [ 4384, 4386, 4385, 4383 ] }, - { "id": "unconnected", "fg": 4391 } + { "id": "center", "fg": 4383 }, + { "id": "corner", "fg": [ 4385, 4387, 4386, 4384 ] }, + { "id": "t_connection", "fg": [ 4395, 4397, 4396, 4394 ] }, + { "id": "edge", "fg": [ 4389, 4388 ] }, + { "id": "end_piece", "fg": [ 4391, 4393, 4392, 4390 ] }, + { "id": "unconnected", "fg": 4398 } ] }, { "id": "t_wall_log", "multitile": true, - "fg": 4407, - "bg": 3596, + "fg": 4414, + "bg": 3603, "additional_tiles": [ - { "id": "center", "fg": 4392 }, - { "id": "corner", "fg": [ 4394, 4396, 4395, 4393 ] }, - { "id": "t_connection", "fg": [ 4404, 4406, 4405, 4403 ] }, - { "id": "edge", "bg": 3596, "fg": [ 4398, 4397 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 4400, 4402, 4401, 4399 ] }, - { "bg": 3596, "id": "unconnected", "fg": 4407 } + { "id": "center", "fg": 4399 }, + { "id": "corner", "fg": [ 4401, 4403, 4402, 4400 ] }, + { "id": "t_connection", "fg": [ 4411, 4413, 4412, 4410 ] }, + { "id": "edge", "bg": 3603, "fg": [ 4405, 4404 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 4407, 4409, 4408, 4406 ] }, + { "bg": 3603, "id": "unconnected", "fg": 4414 } ] }, { "id": "t_wall_metal", - "fg": 4423, + "fg": 4430, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4408 }, - { "id": "corner", "fg": [ 4410, 4412, 4411, 4409 ] }, - { "id": "t_connection", "fg": [ 4420, 4422, 4421, 4419 ] }, - { "id": "edge", "fg": [ 4414, 4413 ] }, - { "id": "end_piece", "fg": [ 4416, 4418, 4417, 4415 ] }, - { "id": "unconnected", "fg": [ 4423, 4423 ] } + { "id": "center", "fg": 4415 }, + { "id": "corner", "fg": [ 4417, 4419, 4418, 4416 ] }, + { "id": "t_connection", "fg": [ 4427, 4429, 4428, 4426 ] }, + { "id": "edge", "fg": [ 4421, 4420 ] }, + { "id": "end_piece", "fg": [ 4423, 4425, 4424, 4422 ] }, + { "id": "unconnected", "fg": [ 4430, 4430 ] } ] }, { "id": "t_wall_metal_corrugated", - "fg": 4439, + "fg": 4446, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4424 }, - { "id": "corner", "fg": [ 4426, 4428, 4427, 4425 ] }, - { "id": "t_connection", "fg": [ 4436, 4438, 4437, 4435 ] }, - { "id": "edge", "fg": [ 4430, 4429 ] }, - { "id": "end_piece", "fg": [ 4432, 4434, 4433, 4431 ] }, - { "id": "unconnected", "fg": [ 4439, 4439 ] } + { "id": "center", "fg": 4431 }, + { "id": "corner", "fg": [ 4433, 4435, 4434, 4432 ] }, + { "id": "t_connection", "fg": [ 4443, 4445, 4444, 4442 ] }, + { "id": "edge", "fg": [ 4437, 4436 ] }, + { "id": "end_piece", "fg": [ 4439, 4441, 4440, 4438 ] }, + { "id": "unconnected", "fg": [ 4446, 4446 ] } ] }, { "id": "t_wall_p", "multitile": true, - "fg": 4455, + "fg": 4462, "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": "center", "fg": 4447 }, + { "id": "corner", "fg": [ 4449, 4451, 4450, 4448 ] }, + { "id": "t_connection", "fg": [ 4459, 4461, 4460, 4458 ] }, + { "id": "edge", "fg": [ 4453, 4452 ] }, + { "id": "end_piece", "fg": [ 4455, 4457, 4456, 4454 ] }, + { "id": "unconnected", "fg": 4462 } ] }, { "id": "t_wall_r", "multitile": true, - "fg": 4471, + "fg": 4478, "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": "center", "fg": 4463 }, + { "id": "corner", "fg": [ 4465, 4467, 4466, 4464 ] }, + { "id": "t_connection", "fg": [ 4475, 4477, 4476, 4474 ] }, + { "id": "edge", "fg": [ 4469, 4468 ] }, + { "id": "end_piece", "fg": [ 4471, 4473, 4472, 4470 ] }, + { "id": "unconnected", "fg": 4478 } ] }, { "id": "t_wall_rammed_earth", - "fg": 4487, + "fg": 4494, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4472 }, - { "id": "corner", "fg": [ 4474, 4476, 4475, 4473 ] }, - { "id": "t_connection", "fg": [ 4484, 4486, 4485, 4483 ] }, - { "id": "edge", "fg": [ 4478, 4477 ] }, - { "id": "end_piece", "fg": [ 4480, 4482, 4481, 4479 ] }, - { "id": "unconnected", "fg": [ 4487, 4487 ] } + { "id": "center", "fg": 4479 }, + { "id": "corner", "fg": [ 4481, 4483, 4482, 4480 ] }, + { "id": "t_connection", "fg": [ 4491, 4493, 4492, 4490 ] }, + { "id": "edge", "fg": [ 4485, 4484 ] }, + { "id": "end_piece", "fg": [ 4487, 4489, 4488, 4486 ] }, + { "id": "unconnected", "fg": [ 4494, 4494 ] } ] }, { "id": "t_wall_resin", "multitile": true, - "fg": 4505, + "fg": 4512, "additional_tiles": [ - { "id": "center", "fg": 4490 }, - { "id": "corner", "fg": [ 4492, 4494, 4493, 4491 ] }, - { "id": "t_connection", "fg": [ 4502, 4504, 4503, 4501 ] }, - { "id": "edge", "fg": [ 4496, 4495 ] }, - { "id": "end_piece", "fg": [ 4498, 4500, 4499, 4497 ] }, - { "id": "unconnected", "fg": 4505 } + { "id": "center", "fg": 4497 }, + { "id": "corner", "fg": [ 4499, 4501, 4500, 4498 ] }, + { "id": "t_connection", "fg": [ 4509, 4511, 4510, 4508 ] }, + { "id": "edge", "fg": [ 4503, 4502 ] }, + { "id": "end_piece", "fg": [ 4505, 4507, 4506, 4504 ] }, + { "id": "unconnected", "fg": 4512 } ] }, - { "id": "t_resin_hole_c", "fg": 4488 }, - { "id": "t_resin_hole_o", "fg": 4489 }, + { "id": "t_resin_hole_c", "fg": 4495 }, + { "id": "t_resin_hole_o", "fg": 4496 }, { "id": "t_wall_w", "multitile": true, - "fg": 4522, + "fg": 4529, "additional_tiles": [ - { "id": "center", "fg": 4507 }, - { "id": "corner", "fg": [ 4509, 4511, 4510, 4508 ] }, - { "id": "t_connection", "fg": [ 4519, 4521, 4520, 4518 ] }, - { "id": "edge", "fg": [ 4513, 4512 ] }, - { "id": "end_piece", "fg": [ 4515, 4517, 4516, 4514 ] }, - { "id": "unconnected", "fg": 4522 } + { "id": "center", "fg": 4514 }, + { "id": "corner", "fg": [ 4516, 4518, 4517, 4515 ] }, + { "id": "t_connection", "fg": [ 4526, 4528, 4527, 4525 ] }, + { "id": "edge", "fg": [ 4520, 4519 ] }, + { "id": "end_piece", "fg": [ 4522, 4524, 4523, 4521 ] }, + { "id": "unconnected", "fg": 4529 } ] }, { "id": [ "t_wall_wood", "t_wall_wood_chipped", "t_wall_wood_broken" ], "multitile": true, - "fg": 4538, + "fg": 4545, "additional_tiles": [ - { "id": "center", "fg": 4523 }, - { "id": "corner", "fg": [ 4525, 4527, 4526, 4524 ] }, - { "id": "t_connection", "fg": [ 4535, 4537, 4536, 4534 ] }, - { "id": "edge", "fg": [ 4529, 4528 ] }, - { "id": "end_piece", "fg": [ 4531, 4533, 4532, 4530 ] }, - { "id": "unconnected", "fg": 4538 } + { "id": "center", "fg": 4530 }, + { "id": "corner", "fg": [ 4532, 4534, 4533, 4531 ] }, + { "id": "t_connection", "fg": [ 4542, 4544, 4543, 4541 ] }, + { "id": "edge", "fg": [ 4536, 4535 ] }, + { "id": "end_piece", "fg": [ 4538, 4540, 4539, 4537 ] }, + { "id": "unconnected", "fg": 4545 } ] }, { "id": "t_wall_y", "multitile": true, - "fg": 4554, + "fg": 4561, "additional_tiles": [ - { "id": "center", "fg": 4539 }, - { "id": "corner", "fg": [ 4541, 4543, 4542, 4540 ] }, - { "id": "t_connection", "fg": [ 4551, 4553, 4552, 4550 ] }, - { "id": "edge", "fg": [ 4545, 4544 ] }, - { "id": "end_piece", "fg": [ 4547, 4549, 4548, 4546 ] }, - { "id": "unconnected", "fg": 4554 } + { "id": "center", "fg": 4546 }, + { "id": "corner", "fg": [ 4548, 4550, 4549, 4547 ] }, + { "id": "t_connection", "fg": [ 4558, 4560, 4559, 4557 ] }, + { "id": "edge", "fg": [ 4552, 4551 ] }, + { "id": "end_piece", "fg": [ 4554, 4556, 4555, 4553 ] }, + { "id": "unconnected", "fg": 4561 } ] }, { "id": [ "t_water_dp", "t_swater_dp" ], "multitile": true, - "fg": 4573, - "bg": 3596, + "fg": 4580, + "bg": 3603, "additional_tiles": [ { "id": "center", - "bg": 3596, + "bg": 3603, "fg": [ - { "weight": 1, "sprite": 4555 }, - { "weight": 1, "sprite": 4556 }, - { "weight": 1, "sprite": 4557 }, - { "weight": 1, "sprite": 4558 } + { "weight": 1, "sprite": 4562 }, + { "weight": 1, "sprite": 4563 }, + { "weight": 1, "sprite": 4564 }, + { "weight": 1, "sprite": 4565 } ] }, - { "id": "corner", "bg": 3596, "fg": [ 4560, 4562, 4561, 4559 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 4570, 4572, 4571, 4569 ] }, - { "id": "edge", "bg": 3596, "fg": [ 4564, 4563 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 4566, 4568, 4567, 4565 ] }, - { "bg": 3596, "id": "unconnected", "fg": 4573 } + { "id": "corner", "bg": 3603, "fg": [ 4567, 4569, 4568, 4566 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 4577, 4579, 4578, 4576 ] }, + { "id": "edge", "bg": 3603, "fg": [ 4571, 4570 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 4573, 4575, 4574, 4572 ] }, + { "bg": 3603, "id": "unconnected", "fg": 4580 } ] }, { "id": [ "t_water_dp_season_summer", "t_swater_dp_season_summer" ], "multitile": true, - "fg": 4573, - "bg": 3606, + "fg": 4580, + "bg": 3613, "additional_tiles": [ { "id": "center", - "bg": 3606, - "fg": [ { "weight": 1, "sprite": 4555 }, { "weight": 1, "sprite": 4556 }, { "weight": 1, "sprite": 4557 } ] + "bg": 3613, + "fg": [ { "weight": 1, "sprite": 4562 }, { "weight": 1, "sprite": 4563 }, { "weight": 1, "sprite": 4564 } ] }, - { "id": "corner", "bg": 3606, "fg": [ 4560, 4562, 4561, 4559 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 4570, 4572, 4571, 4569 ] }, - { "id": "edge", "bg": 3606, "fg": [ 4564, 4563 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 4566, 4568, 4567, 4565 ] }, - { "bg": 3606, "id": "unconnected", "fg": 4573 } + { "id": "corner", "bg": 3613, "fg": [ 4567, 4569, 4568, 4566 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 4577, 4579, 4578, 4576 ] }, + { "id": "edge", "bg": 3613, "fg": [ 4571, 4570 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 4573, 4575, 4574, 4572 ] }, + { "bg": 3613, "id": "unconnected", "fg": 4580 } ] }, { "id": [ "t_water_dp_season_autumn", "t_swater_dp_season_autumn" ], "multitile": true, - "fg": 4573, - "bg": 3601, + "fg": 4580, + "bg": 3608, "additional_tiles": [ { "id": "center", - "bg": 3601, - "fg": [ { "weight": 1, "sprite": 4555 }, { "weight": 1, "sprite": 4556 }, { "weight": 1, "sprite": 4557 } ] + "bg": 3608, + "fg": [ { "weight": 1, "sprite": 4562 }, { "weight": 1, "sprite": 4563 }, { "weight": 1, "sprite": 4564 } ] }, - { "id": "corner", "bg": 3601, "fg": [ 4560, 4562, 4561, 4559 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 4570, 4572, 4571, 4569 ] }, - { "id": "edge", "bg": 3601, "fg": [ 4564, 4563 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 4566, 4568, 4567, 4565 ] }, - { "bg": 3601, "id": "unconnected", "fg": 4573 } + { "id": "corner", "bg": 3608, "fg": [ 4567, 4569, 4568, 4566 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 4577, 4579, 4578, 4576 ] }, + { "id": "edge", "bg": 3608, "fg": [ 4571, 4570 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 4573, 4575, 4574, 4572 ] }, + { "bg": 3608, "id": "unconnected", "fg": 4580 } ] }, { "id": [ "t_water_dp_season_winter", "t_swater_dp_season_winter" ], "multitile": true, - "fg": 4573, - "bg": 3076, + "fg": 4580, + "bg": 3083, "additional_tiles": [ { "id": "center", - "bg": 3076, - "fg": [ { "weight": 1, "sprite": 4555 }, { "weight": 1, "sprite": 4556 }, { "weight": 1, "sprite": 4557 } ] + "bg": 3083, + "fg": [ { "weight": 1, "sprite": 4562 }, { "weight": 1, "sprite": 4563 }, { "weight": 1, "sprite": 4564 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 4560, 4562, 4561, 4559 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 4570, 4572, 4571, 4569 ] }, - { "id": "edge", "bg": 3076, "fg": [ 4564, 4563 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 4566, 4568, 4567, 4565 ] }, - { "bg": 3076, "id": "unconnected", "fg": 4573 } + { "id": "corner", "bg": 3083, "fg": [ 4567, 4569, 4568, 4566 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 4577, 4579, 4578, 4576 ] }, + { "id": "edge", "bg": 3083, "fg": [ 4571, 4570 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 4573, 4575, 4574, 4572 ] }, + { "bg": 3083, "id": "unconnected", "fg": 4580 } ] }, { "id": "t_water_hot", - "fg": 4589, - "bg": 3596, + "fg": 4596, + "bg": 3603, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4574, "bg": 3596 }, - { "id": "corner", "fg": [ 4576, 4578, 4577, 4575 ], "bg": 3596 }, - { "id": "t_connection", "fg": [ 4586, 4588, 4587, 4585 ], "bg": 3596 }, - { "id": "edge", "fg": [ 4580, 4579 ], "bg": 3596 }, - { "id": "end_piece", "fg": [ 4582, 4584, 4583, 4581 ], "bg": 3596 }, - { "id": "unconnected", "fg": [ 4589, 4589 ], "bg": 3596 } + { "id": "center", "fg": 4581, "bg": 3603 }, + { "id": "corner", "fg": [ 4583, 4585, 4584, 4582 ], "bg": 3603 }, + { "id": "t_connection", "fg": [ 4593, 4595, 4594, 4592 ], "bg": 3603 }, + { "id": "edge", "fg": [ 4587, 4586 ], "bg": 3603 }, + { "id": "end_piece", "fg": [ 4589, 4591, 4590, 4588 ], "bg": 3603 }, + { "id": "unconnected", "fg": [ 4596, 4596 ], "bg": 3603 } ] }, { "id": "t_water_hot_season_summer", - "fg": 4589, - "bg": 3606, + "fg": 4596, + "bg": 3613, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4574, "bg": 3606 }, - { "id": "corner", "fg": [ 4576, 4578, 4577, 4575 ], "bg": 3606 }, - { "id": "t_connection", "fg": [ 4586, 4588, 4587, 4585 ], "bg": 3606 }, - { "id": "edge", "fg": [ 4580, 4579 ], "bg": 3606 }, - { "id": "end_piece", "fg": [ 4582, 4584, 4583, 4581 ], "bg": 3606 }, - { "id": "unconnected", "fg": [ 4589, 4589 ], "bg": 3606 } + { "id": "center", "fg": 4581, "bg": 3613 }, + { "id": "corner", "fg": [ 4583, 4585, 4584, 4582 ], "bg": 3613 }, + { "id": "t_connection", "fg": [ 4593, 4595, 4594, 4592 ], "bg": 3613 }, + { "id": "edge", "fg": [ 4587, 4586 ], "bg": 3613 }, + { "id": "end_piece", "fg": [ 4589, 4591, 4590, 4588 ], "bg": 3613 }, + { "id": "unconnected", "fg": [ 4596, 4596 ], "bg": 3613 } ] }, { "id": "t_water_hot_season_autumn", - "fg": 4589, - "bg": 3601, + "fg": 4596, + "bg": 3608, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4574, "bg": 3601 }, - { "id": "corner", "fg": [ 4576, 4578, 4577, 4575 ], "bg": 3601 }, - { "id": "t_connection", "fg": [ 4586, 4588, 4587, 4585 ], "bg": 3601 }, - { "id": "edge", "fg": [ 4580, 4579 ], "bg": 3601 }, - { "id": "end_piece", "fg": [ 4582, 4584, 4583, 4581 ], "bg": 3601 }, - { "id": "unconnected", "fg": [ 4589, 4589 ], "bg": 3601 } + { "id": "center", "fg": 4581, "bg": 3608 }, + { "id": "corner", "fg": [ 4583, 4585, 4584, 4582 ], "bg": 3608 }, + { "id": "t_connection", "fg": [ 4593, 4595, 4594, 4592 ], "bg": 3608 }, + { "id": "edge", "fg": [ 4587, 4586 ], "bg": 3608 }, + { "id": "end_piece", "fg": [ 4589, 4591, 4590, 4588 ], "bg": 3608 }, + { "id": "unconnected", "fg": [ 4596, 4596 ], "bg": 3608 } ] }, { "id": "t_water_hot_season_winter", - "fg": 4589, - "bg": 3076, + "fg": 4596, + "bg": 3083, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4574, "bg": 3076 }, - { "id": "corner", "fg": [ 4576, 4578, 4577, 4575 ], "bg": 3076 }, - { "id": "t_connection", "fg": [ 4586, 4588, 4587, 4585 ], "bg": 3076 }, - { "id": "edge", "fg": [ 4580, 4579 ], "bg": 3076 }, - { "id": "end_piece", "fg": [ 4582, 4584, 4583, 4581 ], "bg": 3076 }, - { "id": "unconnected", "fg": [ 4589, 4589 ], "bg": 3076 } + { "id": "center", "fg": 4581, "bg": 3083 }, + { "id": "corner", "fg": [ 4583, 4585, 4584, 4582 ], "bg": 3083 }, + { "id": "t_connection", "fg": [ 4593, 4595, 4594, 4592 ], "bg": 3083 }, + { "id": "edge", "fg": [ 4587, 4586 ], "bg": 3083 }, + { "id": "end_piece", "fg": [ 4589, 4591, 4590, 4588 ], "bg": 3083 }, + { "id": "unconnected", "fg": [ 4596, 4596 ], "bg": 3083 } ] }, { "id": [ "t_water_moving_dp", "t_swater_moving_dp" ], "multitile": true, - "fg": 4606, - "bg": 3596, + "fg": 4613, + "bg": 3603, "additional_tiles": [ - { "id": "center", "bg": 3596, "fg": [ { "weight": 1, "sprite": 4590 }, { "weight": 1, "sprite": 4591 } ] }, - { "id": "corner", "bg": 3596, "fg": [ 4593, 4595, 4594, 4592 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 4603, 4605, 4604, 4602 ] }, - { "id": "edge", "bg": 3596, "fg": [ 4597, 4596 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 4599, 4601, 4600, 4598 ] }, - { "bg": 3596, "id": "unconnected", "fg": 4606 } + { "id": "center", "bg": 3603, "fg": [ { "weight": 1, "sprite": 4597 }, { "weight": 1, "sprite": 4598 } ] }, + { "id": "corner", "bg": 3603, "fg": [ 4600, 4602, 4601, 4599 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 4610, 4612, 4611, 4609 ] }, + { "id": "edge", "bg": 3603, "fg": [ 4604, 4603 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 4606, 4608, 4607, 4605 ] }, + { "bg": 3603, "id": "unconnected", "fg": 4613 } ] }, { "id": [ "t_water_moving_dp_season_summer", "t_swater_moving_dp_season_summer" ], "multitile": true, - "fg": 4606, - "bg": 3606, + "fg": 4613, + "bg": 3613, "additional_tiles": [ - { "id": "center", "bg": 3606, "fg": [ { "weight": 1, "sprite": 4590 }, { "weight": 1, "sprite": 4591 } ] }, - { "id": "corner", "bg": 3606, "fg": [ 4593, 4595, 4594, 4592 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 4603, 4605, 4604, 4602 ] }, - { "id": "edge", "bg": 3606, "fg": [ 4597, 4596 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 4599, 4601, 4600, 4598 ] }, - { "bg": 3606, "id": "unconnected", "fg": 4606 } + { "id": "center", "bg": 3613, "fg": [ { "weight": 1, "sprite": 4597 }, { "weight": 1, "sprite": 4598 } ] }, + { "id": "corner", "bg": 3613, "fg": [ 4600, 4602, 4601, 4599 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 4610, 4612, 4611, 4609 ] }, + { "id": "edge", "bg": 3613, "fg": [ 4604, 4603 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 4606, 4608, 4607, 4605 ] }, + { "bg": 3613, "id": "unconnected", "fg": 4613 } ] }, { "id": [ "t_water_moving_dp_season_autumn", "t_swater_moving_dp_season_autumn" ], "multitile": true, - "fg": 4606, - "bg": 3601, + "fg": 4613, + "bg": 3608, "additional_tiles": [ - { "id": "center", "bg": 3601, "fg": [ { "weight": 1, "sprite": 4590 }, { "weight": 1, "sprite": 4591 } ] }, - { "id": "corner", "bg": 3601, "fg": [ 4593, 4595, 4594, 4592 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 4603, 4605, 4604, 4602 ] }, - { "id": "edge", "bg": 3601, "fg": [ 4597, 4596 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 4599, 4601, 4600, 4598 ] }, - { "bg": 3601, "id": "unconnected", "fg": 4606 } + { "id": "center", "bg": 3608, "fg": [ { "weight": 1, "sprite": 4597 }, { "weight": 1, "sprite": 4598 } ] }, + { "id": "corner", "bg": 3608, "fg": [ 4600, 4602, 4601, 4599 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 4610, 4612, 4611, 4609 ] }, + { "id": "edge", "bg": 3608, "fg": [ 4604, 4603 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 4606, 4608, 4607, 4605 ] }, + { "bg": 3608, "id": "unconnected", "fg": 4613 } ] }, { "id": [ "t_water_moving_dp_season_winter", "t_swater_moving_dp_season_winter" ], "multitile": true, - "fg": 4606, - "bg": 3076, + "fg": 4613, + "bg": 3083, "additional_tiles": [ - { "id": "center", "bg": 3076, "fg": [ { "weight": 1, "sprite": 4590 }, { "weight": 1, "sprite": 4591 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 4593, 4595, 4594, 4592 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 4603, 4605, 4604, 4602 ] }, - { "id": "edge", "bg": 3076, "fg": [ 4597, 4596 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 4599, 4601, 4600, 4598 ] }, - { "bg": 3076, "id": "unconnected", "fg": 4606 } + { "id": "center", "bg": 3083, "fg": [ { "weight": 1, "sprite": 4597 }, { "weight": 1, "sprite": 4598 } ] }, + { "id": "corner", "bg": 3083, "fg": [ 4600, 4602, 4601, 4599 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 4610, 4612, 4611, 4609 ] }, + { "id": "edge", "bg": 3083, "fg": [ 4604, 4603 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 4606, 4608, 4607, 4605 ] }, + { "bg": 3083, "id": "unconnected", "fg": 4613 } ] }, { "id": [ "t_water_moving_sh", "t_swater_moving_sh" ], "multitile": true, - "fg": 4625, - "bg": 3596, + "fg": 4632, + "bg": 3603, "additional_tiles": [ { "id": "center", - "bg": 3596, + "bg": 3603, "fg": [ - { "weight": 1, "sprite": 4607 }, - { "weight": 1, "sprite": 4608 }, - { "weight": 1, "sprite": 4609 }, - { "weight": 1, "sprite": 4610 } + { "weight": 1, "sprite": 4614 }, + { "weight": 1, "sprite": 4615 }, + { "weight": 1, "sprite": 4616 }, + { "weight": 1, "sprite": 4617 } ] }, - { "id": "corner", "bg": 3596, "fg": [ 4612, 4614, 4613, 4611 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 4622, 4624, 4623, 4621 ] }, - { "id": "edge", "bg": 3596, "fg": [ 4616, 4615 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 4618, 4620, 4619, 4617 ] }, - { "bg": 3596, "id": "unconnected", "fg": 4625 } + { "id": "corner", "bg": 3603, "fg": [ 4619, 4621, 4620, 4618 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 4629, 4631, 4630, 4628 ] }, + { "id": "edge", "bg": 3603, "fg": [ 4623, 4622 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 4625, 4627, 4626, 4624 ] }, + { "bg": 3603, "id": "unconnected", "fg": 4632 } ] }, { "id": [ "t_water_moving_sh_season_summer", "t_swater_moving_sh_season_summer" ], "multitile": true, - "fg": 4625, - "bg": 3606, + "fg": 4632, + "bg": 3613, "additional_tiles": [ { "id": "center", - "bg": 3606, + "bg": 3613, "fg": [ - { "weight": 1, "sprite": 4607 }, - { "weight": 1, "sprite": 4608 }, - { "weight": 1, "sprite": 4609 }, - { "weight": 1, "sprite": 4610 } + { "weight": 1, "sprite": 4614 }, + { "weight": 1, "sprite": 4615 }, + { "weight": 1, "sprite": 4616 }, + { "weight": 1, "sprite": 4617 } ] }, - { "id": "corner", "bg": 3606, "fg": [ 4612, 4614, 4613, 4611 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 4622, 4624, 4623, 4621 ] }, - { "id": "edge", "bg": 3606, "fg": [ 4616, 4615 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 4618, 4620, 4619, 4617 ] }, - { "bg": 3606, "id": "unconnected", "fg": 4625 } + { "id": "corner", "bg": 3613, "fg": [ 4619, 4621, 4620, 4618 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 4629, 4631, 4630, 4628 ] }, + { "id": "edge", "bg": 3613, "fg": [ 4623, 4622 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 4625, 4627, 4626, 4624 ] }, + { "bg": 3613, "id": "unconnected", "fg": 4632 } ] }, { "id": [ "t_water_moving_sh_season_autumn", "t_swater_moving_sh_season_autumn" ], "multitile": true, - "fg": 4625, - "bg": 3601, + "fg": 4632, + "bg": 3608, "additional_tiles": [ { "id": "center", - "bg": 3601, + "bg": 3608, "fg": [ - { "weight": 1, "sprite": 4607 }, - { "weight": 1, "sprite": 4608 }, - { "weight": 1, "sprite": 4609 }, - { "weight": 1, "sprite": 4610 } + { "weight": 1, "sprite": 4614 }, + { "weight": 1, "sprite": 4615 }, + { "weight": 1, "sprite": 4616 }, + { "weight": 1, "sprite": 4617 } ] }, - { "id": "corner", "bg": 3601, "fg": [ 4612, 4614, 4613, 4611 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 4622, 4624, 4623, 4621 ] }, - { "id": "edge", "bg": 3601, "fg": [ 4616, 4615 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 4618, 4620, 4619, 4617 ] }, - { "bg": 3601, "id": "unconnected", "fg": 4625 } + { "id": "corner", "bg": 3608, "fg": [ 4619, 4621, 4620, 4618 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 4629, 4631, 4630, 4628 ] }, + { "id": "edge", "bg": 3608, "fg": [ 4623, 4622 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 4625, 4627, 4626, 4624 ] }, + { "bg": 3608, "id": "unconnected", "fg": 4632 } ] }, { "id": [ "t_water_moving_sh_season_winter", "t_swater_moving_sh_season_winter" ], "multitile": true, - "fg": 4625, - "bg": 3076, + "fg": 4632, + "bg": 3083, "additional_tiles": [ { "id": "center", - "bg": 3076, + "bg": 3083, "fg": [ - { "weight": 1, "sprite": 4607 }, - { "weight": 1, "sprite": 4608 }, - { "weight": 1, "sprite": 4609 }, - { "weight": 1, "sprite": 4610 } + { "weight": 1, "sprite": 4614 }, + { "weight": 1, "sprite": 4615 }, + { "weight": 1, "sprite": 4616 }, + { "weight": 1, "sprite": 4617 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 4612, 4614, 4613, 4611 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 4622, 4624, 4623, 4621 ] }, - { "id": "edge", "bg": 3076, "fg": [ 4616, 4615 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 4618, 4620, 4619, 4617 ] }, - { "bg": 3076, "id": "unconnected", "fg": 4625 } + { "id": "corner", "bg": 3083, "fg": [ 4619, 4621, 4620, 4618 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 4629, 4631, 4630, 4628 ] }, + { "id": "edge", "bg": 3083, "fg": [ 4623, 4622 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 4625, 4627, 4626, 4624 ] }, + { "bg": 3083, "id": "unconnected", "fg": 4632 } ] }, { "id": [ "t_water_pool", "t_water_pool_shallow" ], "multitile": true, - "fg": 4640, + "fg": 4647, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 4641 }, { "weight": 1, "sprite": 4642 }, { "weight": 1, "sprite": 4643 } ] + "fg": [ { "weight": 1, "sprite": 4648 }, { "weight": 1, "sprite": 4649 }, { "weight": 1, "sprite": 4650 } ] }, - { "id": "corner", "fg": [ 4627, 4629, 4628, 4626 ] }, - { "id": "t_connection", "fg": [ 4637, 4639, 4638, 4636 ] }, - { "id": "edge", "fg": [ 4631, 4630 ] }, - { "id": "end_piece", "fg": [ 4633, 4635, 4634, 4632 ] }, - { "id": "unconnected", "fg": [ 4640, 4640 ] } + { "id": "corner", "fg": [ 4634, 4636, 4635, 4633 ] }, + { "id": "t_connection", "fg": [ 4644, 4646, 4645, 4643 ] }, + { "id": "edge", "fg": [ 4638, 4637 ] }, + { "id": "end_piece", "fg": [ 4640, 4642, 4641, 4639 ] }, + { "id": "unconnected", "fg": [ 4647, 4647 ] } ] }, { "id": [ "t_water_sh", "t_swater_sh" ], "multitile": true, - "fg": 4659, - "bg": 3596, + "fg": 4666, + "bg": 3603, "additional_tiles": [ { "id": "center", - "bg": 3596, + "bg": 3603, "fg": [ - { "weight": 1, "sprite": 4641 }, - { "weight": 1, "sprite": 4642 }, - { "weight": 1, "sprite": 4643 }, - { "weight": 1, "sprite": 4644 } + { "weight": 1, "sprite": 4648 }, + { "weight": 1, "sprite": 4649 }, + { "weight": 1, "sprite": 4650 }, + { "weight": 1, "sprite": 4651 } ] }, - { "id": "corner", "bg": 3596, "fg": [ 4646, 4648, 4647, 4645 ] }, - { "id": "t_connection", "bg": 3596, "fg": [ 4656, 4658, 4657, 4655 ] }, - { "id": "edge", "bg": 3596, "fg": [ 4650, 4649 ] }, - { "id": "end_piece", "bg": 3596, "fg": [ 4652, 4654, 4653, 4651 ] }, - { "bg": 3596, "id": "unconnected", "fg": 4659 } + { "id": "corner", "bg": 3603, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "id": "t_connection", "bg": 3603, "fg": [ 4663, 4665, 4664, 4662 ] }, + { "id": "edge", "bg": 3603, "fg": [ 4657, 4656 ] }, + { "id": "end_piece", "bg": 3603, "fg": [ 4659, 4661, 4660, 4658 ] }, + { "bg": 3603, "id": "unconnected", "fg": 4666 } ] }, { "id": [ "t_water_sh_season_summer", "t_swater_sh_season_summer" ], "multitile": true, - "fg": 4659, - "bg": 3606, + "fg": 4666, + "bg": 3613, "additional_tiles": [ { "id": "center", - "bg": 3606, - "fg": [ { "weight": 1, "sprite": 4641 }, { "weight": 1, "sprite": 4642 }, { "weight": 1, "sprite": 4643 } ] + "bg": 3613, + "fg": [ { "weight": 1, "sprite": 4648 }, { "weight": 1, "sprite": 4649 }, { "weight": 1, "sprite": 4650 } ] }, - { "id": "corner", "bg": 3606, "fg": [ 4646, 4648, 4647, 4645 ] }, - { "id": "t_connection", "bg": 3606, "fg": [ 4656, 4658, 4657, 4655 ] }, - { "id": "edge", "bg": 3606, "fg": [ 4650, 4649 ] }, - { "id": "end_piece", "bg": 3606, "fg": [ 4652, 4654, 4653, 4651 ] }, - { "bg": 3606, "id": "unconnected", "fg": 4659 } + { "id": "corner", "bg": 3613, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "id": "t_connection", "bg": 3613, "fg": [ 4663, 4665, 4664, 4662 ] }, + { "id": "edge", "bg": 3613, "fg": [ 4657, 4656 ] }, + { "id": "end_piece", "bg": 3613, "fg": [ 4659, 4661, 4660, 4658 ] }, + { "bg": 3613, "id": "unconnected", "fg": 4666 } ] }, { "id": [ "t_water_sh_season_autumn", "t_swater_sh_season_autumn" ], "multitile": true, - "fg": 4659, - "bg": 3601, + "fg": 4666, + "bg": 3608, "additional_tiles": [ { "id": "center", - "bg": 3601, - "fg": [ { "weight": 1, "sprite": 4641 }, { "weight": 1, "sprite": 4642 }, { "weight": 1, "sprite": 4643 } ] + "bg": 3608, + "fg": [ { "weight": 1, "sprite": 4648 }, { "weight": 1, "sprite": 4649 }, { "weight": 1, "sprite": 4650 } ] }, - { "id": "corner", "bg": 3601, "fg": [ 4646, 4648, 4647, 4645 ] }, - { "id": "t_connection", "bg": 3601, "fg": [ 4656, 4658, 4657, 4655 ] }, - { "id": "edge", "bg": 3601, "fg": [ 4650, 4649 ] }, - { "id": "end_piece", "bg": 3601, "fg": [ 4652, 4654, 4653, 4651 ] }, - { "bg": 3601, "id": "unconnected", "fg": 4659 } + { "id": "corner", "bg": 3608, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "id": "t_connection", "bg": 3608, "fg": [ 4663, 4665, 4664, 4662 ] }, + { "id": "edge", "bg": 3608, "fg": [ 4657, 4656 ] }, + { "id": "end_piece", "bg": 3608, "fg": [ 4659, 4661, 4660, 4658 ] }, + { "bg": 3608, "id": "unconnected", "fg": 4666 } ] }, { "id": [ "t_water_sh_season_winter", "t_swater_sh_season_winter" ], "multitile": true, - "fg": 4659, - "bg": 3076, + "fg": 4666, + "bg": 3083, "additional_tiles": [ { "id": "center", - "bg": 3076, - "fg": [ { "weight": 1, "sprite": 4641 }, { "weight": 1, "sprite": 4642 }, { "weight": 1, "sprite": 4643 } ] + "bg": 3083, + "fg": [ { "weight": 1, "sprite": 4648 }, { "weight": 1, "sprite": 4649 }, { "weight": 1, "sprite": 4650 } ] }, - { "id": "corner", "bg": 3076, "fg": [ 4646, 4648, 4647, 4645 ] }, - { "id": "t_connection", "bg": 3076, "fg": [ 4656, 4658, 4657, 4655 ] }, - { "id": "edge", "bg": 3076, "fg": [ 4650, 4649 ] }, - { "id": "end_piece", "bg": 3076, "fg": [ 4652, 4654, 4653, 4651 ] }, - { "bg": 3076, "id": "unconnected", "fg": 4659 } + { "id": "corner", "bg": 3083, "fg": [ 4653, 4655, 4654, 4652 ] }, + { "id": "t_connection", "bg": 3083, "fg": [ 4663, 4665, 4664, 4662 ] }, + { "id": "edge", "bg": 3083, "fg": [ 4657, 4656 ] }, + { "id": "end_piece", "bg": 3083, "fg": [ 4659, 4661, 4660, 4658 ] }, + { "bg": 3083, "id": "unconnected", "fg": 4666 } ] }, - { "id": [ "t_window", "t_window_alarm" ], "fg": 4660 }, - { "id": "t_window_empty", "fg": 4663 }, - { "id": "t_window_domestic", "fg": 4661 }, - { "id": "t_window_open", "fg": 4667 }, - { "id": "t_window_no_curtains", "fg": 4664 }, - { "id": "t_window_no_curtains_open", "fg": 4665 }, - { "id": "t_woodchips", "fg": 4669 }, - { "id": "t_woodchips_season_winter", "fg": 3076 }, + { "id": [ "t_window", "t_window_alarm" ], "fg": 4667 }, + { "id": "t_window_empty", "fg": 4670 }, + { "id": "t_window_domestic", "fg": 4668 }, + { "id": "t_window_open", "fg": 4674 }, + { "id": "t_window_no_curtains", "fg": 4671 }, + { "id": "t_window_no_curtains_open", "fg": 4672 }, + { "id": "t_woodchips", "fg": 4676 }, + { "id": "t_woodchips_season_winter", "fg": 3083 }, { "id": [ "tr_downspout_funnel", "tr_pit", "tr_lava", "tr_ledge", "tr_glass_pit", "tr_spike_pit" ], "fg": 1120 }, - { "id": "tr_caltrops", "fg": 4670, "bg": 4672 }, - { "id": "tr_caltrops_glass", "fg": 4670, "bg": 4673 }, - { "id": "tr_telepad", "fg": 4670, "bg": 4674 }, - { "id": "tr_beartrap", "fg": 4670, "bg": 4675 }, - { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 4676 }, { "weight": 1, "sprite": 4677 } ] }, - { "id": "tr_landmine", "fg": 4670, "bg": 4678 }, - { "id": "tr_landmine_buried", "fg": 4670, "bg": 4679 }, - { "id": "tr_nailboard", "fg": 4670, "bg": 4680 }, - { "id": "tr_portal", "fg": 4681 }, - { "id": "tr_tripwire", "fg": 4670, "bg": 4683 }, + { "id": "tr_caltrops", "fg": 4677, "bg": 4679 }, + { "id": "tr_caltrops_glass", "fg": 4677, "bg": 4680 }, + { "id": "tr_telepad", "fg": 4677, "bg": 4681 }, + { "id": "tr_beartrap", "fg": 4677, "bg": 4682 }, + { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 4683 }, { "weight": 1, "sprite": 4684 } ] }, + { "id": "tr_landmine", "fg": 4677, "bg": 4685 }, + { "id": "tr_landmine_buried", "fg": 4677, "bg": 4686 }, + { "id": "tr_nailboard", "fg": 4677, "bg": 4687 }, + { "id": "tr_portal", "fg": 4688 }, + { "id": "tr_tripwire", "fg": 4677, "bg": 4690 }, { "id": [ "vp_forklift_fork" ], - "fg": [ 4686, 4688, 4687, 4685 ], + "fg": [ 4693, 4695, 4694, 4692 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 4686, 4688, 4687, 4685 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 4693, 4695, 4694, 4692 ] } ] }, { "id": [ "vp_forklift_fork_horizontal_front" ], - "fg": [ 4687, 4685, 4686, 4688 ], + "fg": [ 4694, 4692, 4693, 4695 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 4687, 4685, 4686, 4688 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 4694, 4692, 4693, 4695 ] } ] }, { "id": "vp_saddle_motor", - "fg": [ 4690, 4692, 4691, 4689 ], + "fg": [ 4697, 4699, 4698, 4696 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 4690, 4692, 4691, 4689 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 4697, 4699, 4698, 4696 ] } ] }, { "id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], - "fg": [ 4698, 4700, 4699, 4697 ], + "fg": [ 4705, 4707, 4706, 4704 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 4698, 4700, 4699, 4697 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 4705, 4707, 4706, 4704 ] } ] }, { "id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], - "fg": [ 4694, 4696, 4695, 4693 ], + "fg": [ 4701, 4703, 4702, 4700 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 4694, 4696, 4695, 4693 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 4701, 4703, 4702, 4700 ] } ] }, { "id": [ "vp_wheel_small_scooter", "vp_wheel_small_scooter_steerable" ], - "fg": [ 4706, 4708, 4707, 4705 ], + "fg": [ 4713, 4715, 4714, 4712 ], "rotates": true }, - { "id": "vp_wheel_small_scooter_rear", "fg": [ 4702, 4704, 4703, 4701 ], "rotates": true }, + { "id": "vp_wheel_small_scooter_rear", "fg": [ 4709, 4711, 4710, 4708 ], "rotates": true }, { "id": "vp_battery_charger", - "fg": [ 4709, 4709, 4709, 4709 ], - "bg": 8323, + "fg": [ 4716, 4716, 4716, 4716 ], + "bg": 8322, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 4709, 4709, 4709, 4709 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 4716, 4716, 4716, 4716 ] } ] }, { "id": "vp_recharge_station", - "fg": [ 4710, 4710, 4710, 4710 ], - "bg": 8323, + "fg": [ 4717, 4717, 4717, 4717 ], + "bg": 8322, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 4710, 4710, 4710, 4710 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 4717, 4717, 4717, 4717 ] } ] }, { "id": "vp_spike_wood", - "fg": 4711, + "fg": 4718, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 4711 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 4718 } ] }, { "id": "fd_dazzling", "fg": 1121 }, { "id": "fd_fatigue", "fg": 1122 }, @@ -6814,510 +6827,517 @@ { "id": "fd_smoke", "fg": 1493 }, { "id": "fd_tear_gas", "fg": 1494 }, { "id": "fd_toxic_gas", "fg": 1495 }, - { "id": "f_target", "fg": 1506 }, - { "id": "f_chest", "fg": 1507 }, - { "id": "f_dive_block", "fg": 1508 }, - { "id": "f_foot_locker", "fg": 1509 }, - { "id": "f_sand_castle", "fg": 1510 }, - { "id": "f_shredder", "fg": 1511 }, - { "id": "f_tourist_table", "fg": 1512 }, - { "id": "f_exodii_pump", "fg": 1519 }, - { "id": "f_beaded_door", "fg": 1543 }, - { "id": "f_beaded_door_o", "fg": 1544 }, - { "id": "f_black_eyed_susan", "fg": 1577 }, - { "id": "f_chimney", "fg": 1609 }, - { "id": "f_curtain", "fg": 1643 }, - { "id": "f_curtain_open", "fg": 1644 }, - { "id": "f_lily", "fg": 1689 }, - { "id": "f_skin_groundsheet", "fg": 1822 }, - { "id": "acidchitin_plate", "fg": 1901 }, - { "id": "acoustic_guitar", "fg": 1902 }, - { "id": "alloy_plate", "fg": 1903 }, - { "id": "armor_lorica", "fg": 1904 }, - { "id": "banjo", "fg": 1905 }, - { "id": "bionic_general", "fg": 1906 }, - { "id": "bodypillow", "fg": 1907 }, - { "id": "bookplate", "fg": 1908 }, - { "id": "bot_copbot", "fg": 1909 }, - { "id": "bot_riotbot", "fg": 1910 }, - { "id": "broken_copbot", "fg": 1911 }, - { "id": "broken_riotbot", "fg": 1912 }, - { "id": "chainmail_hauberk", "fg": 1913 }, - { "id": "char_smoker", "fg": 1914 }, - { "id": "dehydrator", "fg": 1915 }, - { "id": "folding_poncho_on", "fg": 1916 }, - { "id": "gambeson", "fg": 1917 }, - { "id": "glass_sheet", "fg": 1918 }, - { "id": "gown", "fg": 1919 }, - { "id": "guitar_electric", "fg": 1920 }, - { "id": "hand_paddles", "fg": 1922 }, - { "id": "i4_combustion", "fg": 1923 }, - { "id": "inflatable_boat", "fg": 1924 }, - { "id": "inflatable_section", "fg": 1925 }, - { "id": "lawnmower", "fg": 1926 }, - { "id": "mattress", "fg": 1927 }, - { "id": "mil_plate", "fg": 1928 }, - { "id": "rake_plastic", "fg": 1930 }, - { "id": "reinforced_glass_sheet", "fg": 1931 }, - { "id": "robe", "fg": 1932 }, - { "id": "rock_quern", "fg": 1933 }, - { "id": "saxophone", "fg": 1934 }, - { "id": "sheet", "fg": 1935 }, - { "id": "shotgun_trap", "fg": 1936 }, - { "id": "steel_plate", "fg": 1937 }, - { "id": "telepad", "fg": 1938 }, - { "id": "trumpet", "fg": 1939 }, - { "id": "tuba", "fg": 1940 }, - { "id": "tunic", "fg": 1941 }, - { "id": "tunic_rag", "fg": 1942 }, - { "id": "umbrella", "fg": 1943 }, - { "id": "wheel_armor", "fg": 1944 }, - { "id": "wheel_wide", "fg": 1945 }, - { "id": "wheel_wide_or", "fg": 1946 }, - { "id": "10mm_fmj", "fg": 1947 }, - { "id": "120mm_HEAT", "fg": 1948 }, - { "id": "123ln", "fg": 1949 }, - { "id": "12mm", "fg": 1950 }, - { "id": "20x66_beanbag", "fg": 1951 }, - { "id": "20x66_flare", "fg": 1952 }, - { "id": "20x66_flechette", "fg": 1953 }, - { "id": "20x66_frag", "fg": 1954 }, - { "id": "20x66_inc", "fg": 1955 }, - { "id": "20x66_shot", "fg": 1956 }, - { "id": "20x66_slug", "fg": 1957 }, - { "id": "223", "fg": 1958 }, - { "id": "22_cb", "fg": 1959 }, - { "id": "22_fmj", "fg": 1960 }, - { "id": "22_lr", "fg": 1961 }, - { "id": "22_ratshot", "fg": 1962 }, - { "id": "270win_jsp", "fg": 1963 }, - { "id": "3006", "fg": 1964 }, - { "id": "3006_incendiary", "fg": 1965 }, - { "id": "3006fmj", "fg": 1966 }, - { "id": "300_winmag", "fg": 1967 }, - { "id": "300blk", "fg": 1968 }, - { "id": "300blk_ss", "fg": 1969 }, - { "id": "308", "fg": 1970 }, - { "id": "32_acp", "fg": 1971 }, - { "id": "357mag_fmj", "fg": 1972 }, - { "id": "357mag_jhp", "fg": 1973 }, - { "id": "357sig_fmj", "fg": 1974 }, - { "id": "357sig_jhp", "fg": 1975 }, - { "id": "380_FMJ", "fg": 1976 }, - { "id": "380_JHP", "fg": 1977 }, - { "id": "380_p", "fg": 1978 }, - { "id": "38_fmj", "fg": 1979 }, - { "id": "38_special", "fg": 1980 }, - { "id": "38_super", "fg": 1981 }, - { "id": "38super_fmj", "fg": 1982 }, - { "id": "40fmj", "fg": 1983 }, - { "id": "40mm_flashbang", "fg": 1984 }, - { "id": "40mm_incendiary", "fg": 1985 }, - { "id": "40mm_slug", "fg": 1986 }, - { "id": "40sw", "fg": 1987 }, - { "id": "40x46mm_grenade", "fg": 1988 }, - { "id": "40x46mm_m1006", "fg": 1989 }, - { "id": "40x46mm_m433", "fg": 1990 }, - { "id": "40x46mm_m576", "fg": 1991 }, - { "id": "40x46mm_m651", "fg": 1992 }, - { "id": "40x53mm_buckshot_m169", "fg": 1993 }, - { "id": "40x53mm_flechette_m169", "fg": 1994 }, - { "id": "40x53mm_grenade", "fg": 1995 }, - { "id": "40x53mm_m1001", "fg": 1996 }, - { "id": "40x53mm_m430a1", "fg": 1997 }, - { "id": "40x53mm_slug_m169", "fg": 1998 }, - { "id": "410shot_000", "fg": 1999 }, - { "id": "44fmj", "fg": 2000 }, - { "id": "44magnum", "fg": 2001 }, - { "id": "454_Casull", "fg": 2002 }, - { "id": "4570_low", "fg": 2003 }, - { "id": "4570_pen", "fg": 2004 }, - { "id": "4570_sp", "fg": 2005 }, - { "id": "45_acp", "fg": 2006 }, - { "id": "45_jhp", "fg": 2007 }, - { "id": "45_super", "fg": 2008 }, - { "id": "45colt_jhp", "fg": 2009 }, - { "id": "460_fmj", "fg": 2010 }, - { "id": "460_rowland", "fg": 2011 }, - { "id": "46mm", "fg": 2012 }, - { "id": "500_Magnum", "fg": 2013 }, - { "id": "50_incendiary", "fg": 2014 }, - { "id": "50_mk211", "fg": 2015 }, - { "id": "50bmg", "fg": 2016 }, - { "id": "50match", "fg": 2017 }, - { "id": "50ss", "fg": 2018 }, - { "id": "545", "fg": 2019 }, - { "id": "545_ap", "fg": 2020 }, - { "id": "556", "fg": 2021 }, - { "id": "556_incendiary", "fg": 2022 }, - { "id": "57mm", "fg": 2023 }, - { "id": "5x50dart", "fg": 2024 }, - { "id": "5x50heavy", "fg": 2025 }, - { "id": "66mm_HEAT", "fg": 2026 }, - { "id": "700nx", "fg": 2027 }, - { "id": "762_25", "fg": 2028 }, - { "id": "762_25hot", "fg": 2029 }, - { "id": "762_25typeP", "fg": 2030 }, - { "id": "762_51", "fg": 2031 }, - { "id": "762_51_incendiary", "fg": 2032 }, - { "id": "762_54R", "fg": 2033 }, - { "id": "762_m43", "fg": 2034 }, - { "id": "762_m87", "fg": 2035 }, - { "id": "84x246mm_he", "fg": 2036 }, - { "id": "84x246mm_hedp", "fg": 2037 }, - { "id": "84x246mm_smoke", "fg": 2038 }, - { "id": "8mm_bootleg", "fg": 2039 }, - { "id": "8mm_caseless", "fg": 2040 }, - { "id": "8mm_civilian", "fg": 2041 }, - { "id": "8mm_fmj", "fg": 2042 }, - { "id": "8mm_hvp", "fg": 2043 }, - { "id": "8mm_inc", "fg": 2044 }, - { "id": "8mm_jhp", "fg": 2045 }, - { "id": "9mm", "fg": 2046 }, - { "id": "9mmP", "fg": 2047 }, - { "id": "9mmfmj", "fg": 2048 }, - { "id": "9x18mm", "fg": 2049 }, - { "id": "9x18mmP2", "fg": 2050 }, - { "id": "9x18mmfmj", "fg": 2051 }, - { "id": "RPG-7_ammo", "fg": 2052 }, - { "id": "RPG-7_og7v", "fg": 2053 }, - { "id": "RPG-7_pg7vr", "fg": 2054 }, - { "id": "RPG-7_tbg7v", "fg": 2055 }, - { "id": "atgm_heat", "fg": 2056 }, - { "id": "m235tpa", "fg": 2057 }, - { "id": "shot_00", "fg": 2058 }, - { "id": "shot_beanbag", "fg": 2059 }, - { "id": "shot_bird", "fg": 2060 }, - { "id": "shot_dragon", "fg": 2061 }, - { "id": "shot_flechette", "fg": 2062 }, - { "id": "shot_he", "fg": 2063 }, - { "id": "shot_scrap", "fg": 2064 }, - { "id": "shot_slug", "fg": 2065 }, - { "id": "1895sbl", "fg": 2086 }, - { "id": "AT4", "fg": 2087 }, - { "id": "LAW", "fg": 2088 }, - { "id": "M24", "fg": 2089 }, - { "id": "RPG", "fg": 2090 }, - { "id": "USAS_12", "fg": 2091 }, - { "id": "airspeargun", "fg": 2092 }, - { "id": "ak74", "fg": 2094 }, - { "id": "american_180", "fg": 2095 }, - { "id": "an94", "fg": 2096 }, - { "id": "ar10", "fg": 2097 }, - { "id": "ar15", "fg": 2098 }, - { "id": "arx160", "fg": 2099 }, - { "id": "as50", "fg": 2100 }, - { "id": "atgm_launcher", "fg": 2101 }, - { "id": "bbgun", "fg": 2102 }, - { "id": "bfg50", "fg": 2103 }, - { "id": "bh_m89", "fg": 2104 }, - { "id": "blunderbuss", "fg": 2105 }, - { "id": "browning_blr", "fg": 2106 }, - { "id": "chemical_thrower", "fg": 2108 }, - { "id": "coilgun", "fg": 2109 }, - { "id": "colt_lightning", "fg": 2110 }, - { "id": "colt_ro635", "fg": 2111 }, - { "id": "combination_gun", "fg": 2112 }, - { "id": "cx4", "fg": 2113 }, - { "id": "doublespeargun", "fg": 2114 }, - { "id": "emp_gun", "fg": 2115 }, - { "id": "famas", "fg": 2116 }, - { "id": "flamethrower", "fg": 2117 }, - { "id": "fn_fal", "fg": 2118 }, - { "id": "fs2000", "fg": 2119 }, - { "id": "ftk93", "fg": 2120 }, - { "id": "garand", "fg": 2121 }, - { "id": "heavy_rail_rifle", "fg": 2122 }, - { "id": "helsing", "fg": 2123 }, - { "id": "henry_big_boy", "fg": 2124 }, - { "id": "hk417_13", "fg": 2125 }, - { "id": "hk_g3", "fg": 2126 }, - { "id": "hk_g36", "fg": 2127 }, - { "id": "hk_g80", "fg": 2128 }, - { "id": "hk_mp5k", "fg": 2129 }, - { "id": "hk_mp5sd", "fg": 2130 }, - { "id": "iwi_tavor_x95_300blk", "fg": 2131 }, - { "id": "ksg-25", "fg": 2132 }, - { "id": "ksg", "fg": 2133 }, - { "id": "ksub2000", "fg": 2134 }, - { "id": "laser_cannon", "fg": 2135 }, - { "id": "laser_rifle", "fg": 2136 }, - { "id": "lever_shotgun", "fg": 2137 }, - { "id": "longrifle_flintlock", "fg": 2138 }, - { "id": "m107a1", "fg": 2139 }, - { "id": "m110a1", "fg": 2140 }, - { "id": "m134", "fg": 2141 }, - { "id": "m14ebr", "fg": 2142 }, - { "id": "m1903", "fg": 2145 }, - { "id": "m1918", "fg": 2146 }, - { "id": "m1a", "fg": 2147 }, - { "id": "m2010", "fg": 2148 }, - { "id": "m202_flash", "fg": 2149 }, - { "id": "m231pfw", "fg": 2150 }, - { "id": "m240", "fg": 2151 }, - { "id": "m27_assault_rifle_var_h&k416a5", "fg": 2153 }, - { "id": "m27_assault_rifle_var_m27iar", "fg": 2154 }, - { "id": "m27_assault_rifle_var_m38dmr", "fg": 2155 }, - { "id": "m27_assault_rifle_var_scar_l", "fg": 2156 }, - { "id": "m2browning", "fg": 2157 }, - { "id": "m2browning_sawn", "fg": 2158 }, - { "id": "m3_carlgustav", "fg": 2159 }, - { "id": "m4_carbine_var_m4a1", "fg": 2160 }, - { "id": "m4_carlgustav", "fg": 2161 }, - { "id": "m79", "fg": 2163 }, - { "id": "mark19", "fg": 2164 }, - { "id": "marlin_9a", "fg": 2165 }, - { "id": "mininuke_launcher", "fg": 2166 }, - { "id": "mosin44", "fg": 2167 }, - { "id": "mosin44_ebr", "fg": 2168 }, - { "id": "mosin91_30", "fg": 2169 }, - { "id": "mosin91_30_ebr", "fg": 2170 }, - { "id": "mossberg_500", "fg": 2171 }, - { "id": "mossberg_500_var_mossberg_500_security", "fg": 2172 }, - { "id": "mossberg_590", "fg": 2173 }, - { "id": "mossberg_590_var_SPAS_12", "fg": 2174 }, - { "id": "mossberg_930", "fg": 2175 }, - { "id": "mossberg_930_var_m1014", "fg": 2176 }, - { "id": "mp18", "fg": 2177 }, - { "id": "needlegun", "fg": 2179 }, - { "id": "pamd68", "fg": 2180 }, - { "id": "pamd71z", "fg": 2181 }, - { "id": "pipe_combination_gun", "fg": 2182 }, - { "id": "plasma_gun", "fg": 2183 }, - { "id": "plasma_rifle", "fg": 2184 }, - { "id": "ppsh", "fg": 2185 }, - { "id": "rebar_rifle", "fg": 2186 }, - { "id": "remington700_270", "fg": 2187 }, - { "id": "remington_700", "fg": 2188 }, - { "id": "remington_870", "fg": 2189 }, - { "id": "remington_870_breacher", "fg": 2190 }, - { "id": "remington_870_express", "fg": 2191 }, - { "id": "remington_870_var_browning_a5", "fg": 2192 }, - { "id": "remington_870_var_remington_1100", "fg": 2193 }, - { "id": "rifle_flintlock", "fg": 2194 }, - { "id": "rm120c", "fg": 2195 }, - { "id": "rm20", "fg": 2196 }, - { "id": "rm298", "fg": 2197 }, - { "id": "rm451_flamethrower", "fg": 2198 }, - { "id": "rm51_assault_rifle", "fg": 2199 }, - { "id": "rm614_lmg", "fg": 2200 }, - { "id": "rm802", "fg": 2201 }, - { "id": "rm88_battle_rifle", "fg": 2202 }, - { "id": "ruger_1022", "fg": 2203 }, - { "id": "ruger_mini", "fg": 2204 }, - { "id": "saiga_12", "fg": 2205 }, - { "id": "saiga_410", "fg": 2206 }, - { "id": "savage_111f", "fg": 2207 }, - { "id": "scar_h", "fg": 2208 }, - { "id": "sharps", "fg": 2209 }, - { "id": "shotgun_410", "fg": 2210 }, - { "id": "shotgun_d", "fg": 2211 }, - { "id": "shotgun_s", "fg": 2212 }, - { "id": "sig552", "fg": 2213 }, - { "id": "sig_mcx_rattler_sbr", "fg": 2214 }, - { "id": "skorpion_82", "fg": 2215 }, - { "id": "sks", "fg": 2216 }, - { "id": "smg_9mm", "fg": 2218 }, - { "id": "speargun", "fg": 2219 }, - { "id": "sten", "fg": 2220 }, - { "id": "steyr_aug", "fg": 2221 }, - { "id": "surv_rocket_launcher", "fg": 2222 }, - { "id": "survivor_special_700", "fg": 2223 }, - { "id": "tac50", "fg": 2224 }, - { "id": "tavor_12", "fg": 2225 }, - { "id": "tihar", "fg": 2226 }, - { "id": "tommygun", "fg": 2227 }, - { "id": "trex_gun", "fg": 2228 }, - { "id": "weatherby_5", "fg": 2229 }, - { "id": "win70", "fg": 2230 }, - { "id": "winchester_1887", "fg": 2231 }, - { "id": "winchester_1897", "fg": 2232 }, - { "id": "iceaxe", "fg": 2235 }, - { "id": "rifle_case_soft", "fg": 2240 }, - { "id": "rifle_case_soft_2", "fg": 2241 }, - { "id": "rifle_case_soft_leather_2", "fg": 2243 }, - { "id": "rucksack", "fg": 2244 }, - { "id": "compgreatbow", "fg": 2253 }, - { "id": "compositebow", "fg": 2254 }, - { "id": "hybridbow", "fg": 2255 }, - { "id": "longbow", "fg": 2256 }, - { "id": "recurbow", "fg": 2257 }, - { "id": "reflexbow", "fg": 2258 }, - { "id": "reflexrecurvebow", "fg": 2259 }, - { "id": "selfbow", "fg": 2260 }, - { "id": "shortbow", "fg": 2261 }, - { "id": "woodgreatbow", "fg": 2262 }, - { "id": "oxygen_cylinder", "fg": 2267 }, - { "id": "oxygen_tank", "fg": 2268 }, - { "id": "tinyweldtank", "fg": 2269 }, - { "id": "weldtank", "fg": 2270 }, - { "id": "cot", "fg": 2271 }, - { "id": "armguard_soft", "fg": 2272 }, - { "id": "chestwrap_leather", "fg": 2273 }, - { "id": "trenchcoat_leather", "fg": 2274 }, - { "id": "bat_nerf", "fg": 2275 }, - { "id": "golf_bag", "fg": 2276 }, - { "id": "polycarbonate_sheet", "fg": 2277 }, - { "id": "screen_mesh", "fg": 2278 }, - { "id": "bagpipes", "fg": 2279 }, - { "id": "jumper_cable_heavy", "fg": 2280 }, - { "id": "scythe", "fg": 2281 }, - { "id": "motorbike_armor", "fg": 2282 }, - { "id": "rack_test_tube", "fg": 2283 }, - { "id": "bowl_clay", "fg": 2286 }, - { "id": "clay_hydria", "fg": 2287 }, - { "id": "clay_pot", "fg": 2288 }, - { "id": "clay_quern", "fg": 2289 }, - { "id": "clay_watercont", "fg": 2290 }, - { "id": "jug_clay", "fg": 2291 }, - { "id": "bullet_crossbow", "fg": 2355 }, - { "id": "compcrossbow", "fg": 2356 }, - { "id": "compositecrossbow", "fg": 2357 }, - { "id": "crossbow", "fg": 2358 }, - { "id": "hand_crossbow", "fg": 2359 }, - { "id": "huge_crossbow", "fg": 2360 }, - { "id": "rep_crossbow", "fg": 2361 }, - { "id": "bot_eyebot", "fg": 2363 }, - { "id": "broken_eyebot", "fg": 2364 }, - { "id": "amplifier_head", "fg": 2376 }, - { "id": "bindle", "fg": 2377 }, - { "id": "broken_dimensional_anchor", "fg": 2378 }, - { "id": "chainmail_vest", "fg": 2379 }, - { "id": "concrete", "fg": 2380 }, - { "id": "cs_lajatang_off", "fg": 2381 }, - { "id": "dimensional_anchor", "fg": 2382 }, - { "id": "dimensional_anchor_on", "fg": 2383 }, - { "id": "dnd", "fg": 2384 }, - { "id": "g_carpet", "fg": 2385 }, - { "id": "grapnel", "fg": 2386 }, - { "id": "optical_cloak", "fg": 2387 }, - { "id": "p_carpet", "fg": 2388 }, - { "id": "r_carpet", "fg": 2389 }, - { "id": "trimmer_off", "fg": 2390 }, - { "id": "trimmer_on", "fg": 2391 }, - { "id": "tux", "fg": 2392 }, - { "id": "v_scoop_item", "fg": 2393 }, - { "id": "wool_suit", "fg": 2394 }, - { "id": "y_carpet", "fg": 2395 }, - { "id": "multi_cooker", "fg": 2396 }, - { "id": "multi_cooker_filled", "fg": 2397 }, - { "id": "pet_carrier", "fg": 2398 }, - { "id": "manhole_cover", "fg": 2417 }, - { "id": "PR24-extended", "fg": 2423 }, - { "id": "PR24-retracted", "fg": 2424 }, - { "id": "baton-extended", "fg": 2425 }, - { "id": "baton", "fg": 2426 }, - { "id": "guitar_stand", "fg": 2427 }, - { "id": "mic_stand_tall", "fg": 2428 }, - { "id": "mixer_music", "fg": 2429 }, - { "id": "pipe_shotgun", "fg": 2448 }, - { "id": "pool_cue", "fg": 2453 }, - { "id": "bokken", "fg": 2486 }, - { "id": "UPS_off", "fg": 2492 }, - { "id": "hose", "fg": 2493 }, - { "id": "oxy_torch", "fg": 2494 }, - { "id": "picklocks", "fg": 2495 }, - { "id": "f_magic_circle", "fg": 2502 }, - { "id": "mon_breather", "fg": 2503 }, - { "id": "mon_breather_hub", "fg": 2504 }, - { "id": "mon_fish_eel", "fg": 2669 }, - { "id": "mon_dragonfly_naiad", "fg": 2670 }, - { "id": "debug_mon", "fg": 2686 }, - { "id": "mon_fish_crayfish", "fg": 2690 }, - { "id": "mon_fish_lobster", "fg": 2691 }, - { "id": "mon_generator", "fg": 2697 }, - { "id": "mon_molebot", "fg": 2730 }, - { "id": "mon_mutant_carp", "fg": 2731 }, - { "id": "mon_mutant_salmon", "fg": 2732 }, - { "id": "mon_spawn_raptor_electric", "fg": 2739 }, - { "id": "mon_spawn_raptor_shady", "fg": 2740 }, - { "id": "mon_spawn_raptor_unstable", "fg": 2741 }, - { "id": "mon_tadpole_grabber", "fg": 2743 }, - { "id": "mon_turret_riot", "fg": 2745 }, - { "id": "mon_vortex", "fg": 2746 }, - { "id": "footstep", "fg": 2813 }, - { "id": "footstep_above", "fg": 2814 }, - { "id": "footstep_below", "fg": 2815 }, - { "id": "unknown_field", "fg": 2816 }, - { "id": "unknown_furniture", "fg": 2817 }, - { "id": "unknown_item", "fg": 2818 }, - { "id": "unknown_item_AMMO", "fg": 2819 }, - { "id": "unknown_item_ARMOR", "fg": 2820 }, - { "id": "unknown_item_BIONIC", "fg": 2821 }, - { "id": "unknown_item_BOOK", "fg": 2822 }, - { "id": "unknown_item_FOOD", "fg": 2823 }, - { "id": "unknown_item_GUN", "fg": 2824 }, - { "id": "unknown_item_TOOL", "fg": 2825 }, - { "id": "unknown_item_misc", "fg": 2826 }, - { "id": "unknown_terrain", "fg": 2827 }, - { "id": "unknown_trap", "fg": 2828 }, - { "id": "unknown_vehicle_part", "fg": 2829 }, - { "id": "overlay_crouch", "fg": 2837 }, - { "id": "overlay_effect_badpoison", "fg": 2838 }, - { "id": "overlay_effect_bleed", "fg": 2839 }, - { "id": "overlay_effect_cold", "fg": 2840 }, - { "id": "overlay_effect_deaf", "fg": 2841 }, - { "id": "overlay_effect_downed", "fg": 2842 }, - { "id": "overlay_effect_grabbed", "fg": 2843 }, - { "id": "overlay_effect_hot", "fg": 2844 }, - { "id": "overlay_effect_poison", "fg": 2846 }, - { "id": "overlay_effect_slimed", "fg": 2847 }, - { "id": "overlay_effect_wet", "fg": 2848 }, - { "id": "overlay_effect_winded", "fg": 2849 }, - { "id": "overlay_friendly_sees_player", "fg": 2850 }, - { "id": "overlay_hostile_sees_player", "fg": 2851 }, - { "id": "overlay_neutral_sees_player", "fg": 2852 }, - { "id": "overlay_other_sees_player", "fg": 2853 }, - { "id": "overlay_prone", "fg": 2854 }, - { "id": "overlay_run", "fg": 2855 }, - { "id": "zombie_revival_indicator", "fg": 2856 }, - { "id": "overlay_female_mutation_HOOVES", "fg": 2857 }, - { "id": "overlay_male_mutation_HOOVES", "fg": 2858 }, - { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 2859 }, - { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 2860 }, - { "id": "overlay_wielded_bfg50", "fg": 2861 }, - { "id": "overlay_worn_swim_fins", "fg": 2862 }, - { "id": "cemetery_small", "fg": 2883 }, - { "id": "dirt_road_center", "fg": 2886 }, - { "id": "dirt_road_end_piece_e", "fg": 2893 }, - { "id": "dirt_road_end_piece_n", "fg": 2894 }, - { "id": "dirt_road_end_piece_s", "fg": 2895 }, - { "id": "dirt_road_end_piece_w", "fg": 2896 }, - { "id": "dirt_road_unconnected", "fg": 2901 }, - { "id": "hunting_blind", "fg": 2943 }, - { "id": "overmap_horde_3", "fg": 2944 }, - { "id": "overmap_horde_4", "fg": 2945 }, - { "id": "overmap_horde_5", "fg": 2946 }, - { "id": "overmap_horde_6", "fg": 2947 }, - { "id": "overmap_remembered_vehicle", "fg": 2948 }, - { "id": "pasture_connection_ew", "fg": 2971 }, - { "id": "pasture_connection_ns", "fg": 2972 }, - { "id": "pasture_unconnected", "fg": 2985 }, - { "id": "t_metal_ventilation_shutter", "fg": 3050 }, - { "id": "t_ramp_down_high", "fg": 3068 }, - { "id": "t_ramp_up_high", "fg": 3069 }, - { "id": "t_sidewalk_ramp_down_high", "fg": 3070 }, - { "id": "t_sidewalk_ramp_up_high", "fg": 3071 }, - { "id": "t_slope_down", "fg": 3072 }, - { "id": "t_slope_up", "fg": 3073 }, - { "id": "t_door_b_peep", "fg": 3418 }, - { "id": "t_door_boarded_damaged_peep", "fg": 3419 }, - { "id": "t_door_boarded_peep", "fg": 3420 }, - { "id": "t_door_c_peep", "fg": 3421 }, - { "id": "t_door_locked_peep", "fg": 3422 }, - { "id": "t_door_o_peep", "fg": 3423 }, - { "id": "t_fence_post", "fg": 3460 }, - { "id": "t_ladder_down", "fg": 3682 }, - { "id": "t_mud", "fg": 3800 }, - { "id": "t_thconc_floor_unconnected", "fg": 4312 }, - { "id": "t_thconc_floor_flesh", "fg": 4313 }, - { "id": "t_wall_resin_cage", "fg": 4506 }, - { "id": "t_window_domestic_taped", "fg": 4662 }, - { "id": "t_window_no_curtains_taped", "fg": 4666 }, - { "id": "t_window_taped", "fg": 4668 }, - { "id": "tr_cot", "fg": 4671 }, - { "id": "tr_practice_target", "fg": 4682 }, - { "id": "metal_boat_hull", "fg": 4684 } + { "id": "f_bitts", "fg": 1506 }, + { "id": "f_target", "fg": 1507 }, + { "id": "f_chest", "fg": 1508 }, + { "id": "f_dive_block", "fg": 1509 }, + { "id": "f_foot_locker", "fg": 1510 }, + { "id": "f_sand_castle", "fg": 1511 }, + { "id": "f_shredder", "fg": 1512 }, + { "id": "f_tourist_table", "fg": 1513 }, + { "id": "f_exodii_pump", "fg": 1520 }, + { "id": "f_beaded_door", "fg": 1544 }, + { "id": "f_beaded_door_o", "fg": 1545 }, + { "id": "f_black_eyed_susan", "fg": 1578 }, + { "id": "f_burdock", "fg": 1585 }, + { "id": "f_chicory", "fg": 1611 }, + { "id": "f_chimney", "fg": 1612 }, + { "id": "f_curtain", "fg": 1646 }, + { "id": "f_curtain_open", "fg": 1647 }, + { "id": "f_lily", "fg": 1692 }, + { "id": "f_lotus", "fg": 1693 }, + { "id": "f_skin_groundsheet", "fg": 1826 }, + { "id": "acidchitin_plate", "fg": 1905 }, + { "id": "acoustic_guitar", "fg": 1906 }, + { "id": "alloy_plate", "fg": 1907 }, + { "id": "armor_lorica", "fg": 1908 }, + { "id": "banjo", "fg": 1909 }, + { "id": "bionic_general", "fg": 1910 }, + { "id": "bodypillow", "fg": 1911 }, + { "id": "bookplate", "fg": 1912 }, + { "id": "bot_copbot", "fg": 1913 }, + { "id": "bot_riotbot", "fg": 1914 }, + { "id": "broken_copbot", "fg": 1915 }, + { "id": "broken_riotbot", "fg": 1916 }, + { "id": "chainmail_hauberk", "fg": 1917 }, + { "id": "char_smoker", "fg": 1918 }, + { "id": "dehydrator", "fg": 1919 }, + { "id": "folding_poncho_on", "fg": 1920 }, + { "id": "gambeson", "fg": 1921 }, + { "id": "glass_sheet", "fg": 1922 }, + { "id": "gown", "fg": 1923 }, + { "id": "guitar_electric", "fg": 1924 }, + { "id": "hand_paddles", "fg": 1926 }, + { "id": "i4_combustion", "fg": 1927 }, + { "id": "inflatable_boat", "fg": 1928 }, + { "id": "inflatable_section", "fg": 1929 }, + { "id": "lawnmower", "fg": 1930 }, + { "id": "mattress", "fg": 1931 }, + { "id": "mil_plate", "fg": 1932 }, + { "id": "rake_plastic", "fg": 1934 }, + { "id": "reinforced_glass_sheet", "fg": 1935 }, + { "id": "robe", "fg": 1936 }, + { "id": "rock_quern", "fg": 1937 }, + { "id": "saxophone", "fg": 1938 }, + { "id": "sheet", "fg": 1939 }, + { "id": "shotgun_trap", "fg": 1940 }, + { "id": "steel_plate", "fg": 1941 }, + { "id": "telepad", "fg": 1942 }, + { "id": "trumpet", "fg": 1943 }, + { "id": "tuba", "fg": 1944 }, + { "id": "tunic", "fg": 1945 }, + { "id": "tunic_rag", "fg": 1946 }, + { "id": "umbrella", "fg": 1947 }, + { "id": "wheel_armor", "fg": 1948 }, + { "id": "wheel_wide", "fg": 1949 }, + { "id": "wheel_wide_or", "fg": 1950 }, + { "id": "10mm_fmj", "fg": 1951 }, + { "id": "120mm_HEAT", "fg": 1952 }, + { "id": "123ln", "fg": 1953 }, + { "id": "12mm", "fg": 1954 }, + { "id": "20x66_beanbag", "fg": 1955 }, + { "id": "20x66_flare", "fg": 1956 }, + { "id": "20x66_flechette", "fg": 1957 }, + { "id": "20x66_frag", "fg": 1958 }, + { "id": "20x66_inc", "fg": 1959 }, + { "id": "20x66_shot", "fg": 1960 }, + { "id": "20x66_slug", "fg": 1961 }, + { "id": "223", "fg": 1962 }, + { "id": "22_cb", "fg": 1963 }, + { "id": "22_fmj", "fg": 1964 }, + { "id": "22_lr", "fg": 1965 }, + { "id": "22_ratshot", "fg": 1966 }, + { "id": "270win_jsp", "fg": 1967 }, + { "id": "3006", "fg": 1968 }, + { "id": "3006_incendiary", "fg": 1969 }, + { "id": "3006fmj", "fg": 1970 }, + { "id": "300_winmag", "fg": 1971 }, + { "id": "300blk", "fg": 1972 }, + { "id": "300blk_ss", "fg": 1973 }, + { "id": "308", "fg": 1974 }, + { "id": "32_acp", "fg": 1975 }, + { "id": "357mag_fmj", "fg": 1976 }, + { "id": "357mag_jhp", "fg": 1977 }, + { "id": "357sig_fmj", "fg": 1978 }, + { "id": "357sig_jhp", "fg": 1979 }, + { "id": "380_FMJ", "fg": 1980 }, + { "id": "380_JHP", "fg": 1981 }, + { "id": "380_p", "fg": 1982 }, + { "id": "38_fmj", "fg": 1983 }, + { "id": "38_special", "fg": 1984 }, + { "id": "38_super", "fg": 1985 }, + { "id": "38super_fmj", "fg": 1986 }, + { "id": "40fmj", "fg": 1987 }, + { "id": "40mm_flashbang", "fg": 1988 }, + { "id": "40mm_incendiary", "fg": 1989 }, + { "id": "40mm_slug", "fg": 1990 }, + { "id": "40sw", "fg": 1991 }, + { "id": "40x46mm_grenade", "fg": 1992 }, + { "id": "40x46mm_m1006", "fg": 1993 }, + { "id": "40x46mm_m433", "fg": 1994 }, + { "id": "40x46mm_m576", "fg": 1995 }, + { "id": "40x46mm_m651", "fg": 1996 }, + { "id": "40x53mm_buckshot_m169", "fg": 1997 }, + { "id": "40x53mm_flechette_m169", "fg": 1998 }, + { "id": "40x53mm_grenade", "fg": 1999 }, + { "id": "40x53mm_m1001", "fg": 2000 }, + { "id": "40x53mm_m430a1", "fg": 2001 }, + { "id": "40x53mm_slug_m169", "fg": 2002 }, + { "id": "410shot_000", "fg": 2003 }, + { "id": "44fmj", "fg": 2004 }, + { "id": "44magnum", "fg": 2005 }, + { "id": "454_Casull", "fg": 2006 }, + { "id": "4570_low", "fg": 2007 }, + { "id": "4570_pen", "fg": 2008 }, + { "id": "4570_sp", "fg": 2009 }, + { "id": "45_acp", "fg": 2010 }, + { "id": "45_jhp", "fg": 2011 }, + { "id": "45_super", "fg": 2012 }, + { "id": "45colt_jhp", "fg": 2013 }, + { "id": "460_fmj", "fg": 2014 }, + { "id": "460_rowland", "fg": 2015 }, + { "id": "46mm", "fg": 2016 }, + { "id": "500_Magnum", "fg": 2017 }, + { "id": "50_incendiary", "fg": 2018 }, + { "id": "50_mk211", "fg": 2019 }, + { "id": "50bmg", "fg": 2020 }, + { "id": "50match", "fg": 2021 }, + { "id": "50ss", "fg": 2022 }, + { "id": "545", "fg": 2023 }, + { "id": "545_ap", "fg": 2024 }, + { "id": "556", "fg": 2025 }, + { "id": "556_incendiary", "fg": 2026 }, + { "id": "57mm", "fg": 2027 }, + { "id": "5x50dart", "fg": 2028 }, + { "id": "5x50heavy", "fg": 2029 }, + { "id": "66mm_HEAT", "fg": 2030 }, + { "id": "700nx", "fg": 2031 }, + { "id": "762_25", "fg": 2032 }, + { "id": "762_25hot", "fg": 2033 }, + { "id": "762_25typeP", "fg": 2034 }, + { "id": "762_51", "fg": 2035 }, + { "id": "762_51_incendiary", "fg": 2036 }, + { "id": "762_54R", "fg": 2037 }, + { "id": "762_m43", "fg": 2038 }, + { "id": "762_m87", "fg": 2039 }, + { "id": "84x246mm_he", "fg": 2040 }, + { "id": "84x246mm_hedp", "fg": 2041 }, + { "id": "84x246mm_smoke", "fg": 2042 }, + { "id": "8mm_bootleg", "fg": 2043 }, + { "id": "8mm_caseless", "fg": 2044 }, + { "id": "8mm_civilian", "fg": 2045 }, + { "id": "8mm_fmj", "fg": 2046 }, + { "id": "8mm_hvp", "fg": 2047 }, + { "id": "8mm_inc", "fg": 2048 }, + { "id": "8mm_jhp", "fg": 2049 }, + { "id": "9mm", "fg": 2050 }, + { "id": "9mmP", "fg": 2051 }, + { "id": "9mmfmj", "fg": 2052 }, + { "id": "9x18mm", "fg": 2053 }, + { "id": "9x18mmP2", "fg": 2054 }, + { "id": "9x18mmfmj", "fg": 2055 }, + { "id": "RPG-7_ammo", "fg": 2056 }, + { "id": "RPG-7_og7v", "fg": 2057 }, + { "id": "RPG-7_pg7vr", "fg": 2058 }, + { "id": "RPG-7_tbg7v", "fg": 2059 }, + { "id": "atgm_heat", "fg": 2060 }, + { "id": "m235tpa", "fg": 2061 }, + { "id": "shot_00", "fg": 2062 }, + { "id": "shot_beanbag", "fg": 2063 }, + { "id": "shot_bird", "fg": 2064 }, + { "id": "shot_dragon", "fg": 2065 }, + { "id": "shot_flechette", "fg": 2066 }, + { "id": "shot_he", "fg": 2067 }, + { "id": "shot_scrap", "fg": 2068 }, + { "id": "shot_slug", "fg": 2069 }, + { "id": "1895sbl", "fg": 2090 }, + { "id": "AT4", "fg": 2091 }, + { "id": "LAW", "fg": 2092 }, + { "id": "M24", "fg": 2093 }, + { "id": "RPG", "fg": 2094 }, + { "id": "USAS_12", "fg": 2095 }, + { "id": "airspeargun", "fg": 2096 }, + { "id": "ak74", "fg": 2098 }, + { "id": "american_180", "fg": 2099 }, + { "id": "an94", "fg": 2100 }, + { "id": "ar10", "fg": 2101 }, + { "id": "ar15", "fg": 2102 }, + { "id": "arx160", "fg": 2103 }, + { "id": "as50", "fg": 2104 }, + { "id": "atgm_launcher", "fg": 2105 }, + { "id": "bbgun", "fg": 2106 }, + { "id": "bfg50", "fg": 2107 }, + { "id": "bh_m89", "fg": 2108 }, + { "id": "blunderbuss", "fg": 2109 }, + { "id": "browning_blr", "fg": 2110 }, + { "id": "chemical_thrower", "fg": 2112 }, + { "id": "coilgun", "fg": 2113 }, + { "id": "colt_lightning", "fg": 2114 }, + { "id": "colt_ro635", "fg": 2115 }, + { "id": "combination_gun", "fg": 2116 }, + { "id": "cx4", "fg": 2117 }, + { "id": "doublespeargun", "fg": 2118 }, + { "id": "emp_gun", "fg": 2119 }, + { "id": "famas", "fg": 2120 }, + { "id": "flamethrower", "fg": 2121 }, + { "id": "fn_fal", "fg": 2122 }, + { "id": "fs2000", "fg": 2123 }, + { "id": "ftk93", "fg": 2124 }, + { "id": "garand", "fg": 2125 }, + { "id": "heavy_rail_rifle", "fg": 2126 }, + { "id": "helsing", "fg": 2127 }, + { "id": "henry_big_boy", "fg": 2128 }, + { "id": "hk417_13", "fg": 2129 }, + { "id": "hk_g3", "fg": 2130 }, + { "id": "hk_g36", "fg": 2131 }, + { "id": "hk_g80", "fg": 2132 }, + { "id": "hk_mp5k", "fg": 2133 }, + { "id": "hk_mp5sd", "fg": 2134 }, + { "id": "iwi_tavor_x95_300blk", "fg": 2135 }, + { "id": "ksg-25", "fg": 2136 }, + { "id": "ksg", "fg": 2137 }, + { "id": "ksub2000", "fg": 2138 }, + { "id": "laser_cannon", "fg": 2139 }, + { "id": "laser_rifle", "fg": 2140 }, + { "id": "lever_shotgun", "fg": 2141 }, + { "id": "longrifle_flintlock", "fg": 2142 }, + { "id": "m107a1", "fg": 2143 }, + { "id": "m110a1", "fg": 2144 }, + { "id": "m134", "fg": 2145 }, + { "id": "m14ebr", "fg": 2146 }, + { "id": "m1903", "fg": 2149 }, + { "id": "m1918", "fg": 2150 }, + { "id": "m1a", "fg": 2151 }, + { "id": "m2010", "fg": 2152 }, + { "id": "m202_flash", "fg": 2153 }, + { "id": "m231pfw", "fg": 2154 }, + { "id": "m240", "fg": 2155 }, + { "id": "m27_assault_rifle_var_h&k416a5", "fg": 2157 }, + { "id": "m27_assault_rifle_var_m27iar", "fg": 2158 }, + { "id": "m27_assault_rifle_var_m38dmr", "fg": 2159 }, + { "id": "m27_assault_rifle_var_scar_l", "fg": 2160 }, + { "id": "m2browning", "fg": 2161 }, + { "id": "m2browning_sawn", "fg": 2162 }, + { "id": "m3_carlgustav", "fg": 2163 }, + { "id": "m4_carbine_var_m4a1", "fg": 2164 }, + { "id": "m4_carlgustav", "fg": 2165 }, + { "id": "m79", "fg": 2167 }, + { "id": "mark19", "fg": 2168 }, + { "id": "marlin_9a", "fg": 2169 }, + { "id": "mininuke_launcher", "fg": 2170 }, + { "id": "mosin44", "fg": 2171 }, + { "id": "mosin44_ebr", "fg": 2172 }, + { "id": "mosin91_30", "fg": 2173 }, + { "id": "mosin91_30_ebr", "fg": 2174 }, + { "id": "mossberg_500", "fg": 2175 }, + { "id": "mossberg_500_var_mossberg_500_security", "fg": 2176 }, + { "id": "mossberg_590", "fg": 2177 }, + { "id": "mossberg_590_var_SPAS_12", "fg": 2178 }, + { "id": "mossberg_930", "fg": 2179 }, + { "id": "mossberg_930_var_m1014", "fg": 2180 }, + { "id": "mp18", "fg": 2181 }, + { "id": "needlegun", "fg": 2183 }, + { "id": "pamd68", "fg": 2184 }, + { "id": "pamd71z", "fg": 2185 }, + { "id": "pipe_combination_gun", "fg": 2186 }, + { "id": "plasma_gun", "fg": 2187 }, + { "id": "plasma_rifle", "fg": 2188 }, + { "id": "ppsh", "fg": 2189 }, + { "id": "rebar_rifle", "fg": 2190 }, + { "id": "remington700_270", "fg": 2191 }, + { "id": "remington_700", "fg": 2192 }, + { "id": "remington_870", "fg": 2193 }, + { "id": "remington_870_breacher", "fg": 2194 }, + { "id": "remington_870_express", "fg": 2195 }, + { "id": "remington_870_var_browning_a5", "fg": 2196 }, + { "id": "remington_870_var_remington_1100", "fg": 2197 }, + { "id": "rifle_flintlock", "fg": 2198 }, + { "id": "rm120c", "fg": 2199 }, + { "id": "rm20", "fg": 2200 }, + { "id": "rm298", "fg": 2201 }, + { "id": "rm451_flamethrower", "fg": 2202 }, + { "id": "rm51_assault_rifle", "fg": 2203 }, + { "id": "rm614_lmg", "fg": 2204 }, + { "id": "rm802", "fg": 2205 }, + { "id": "rm88_battle_rifle", "fg": 2206 }, + { "id": "ruger_1022", "fg": 2207 }, + { "id": "ruger_mini", "fg": 2208 }, + { "id": "saiga_12", "fg": 2209 }, + { "id": "saiga_410", "fg": 2210 }, + { "id": "savage_111f", "fg": 2211 }, + { "id": "scar_h", "fg": 2212 }, + { "id": "sharps", "fg": 2213 }, + { "id": "shotgun_410", "fg": 2214 }, + { "id": "shotgun_d", "fg": 2215 }, + { "id": "shotgun_s", "fg": 2216 }, + { "id": "sig552", "fg": 2217 }, + { "id": "sig_mcx_rattler_sbr", "fg": 2218 }, + { "id": "skorpion_82", "fg": 2219 }, + { "id": "sks", "fg": 2220 }, + { "id": "smg_9mm", "fg": 2222 }, + { "id": "speargun", "fg": 2223 }, + { "id": "sten", "fg": 2224 }, + { "id": "steyr_aug", "fg": 2225 }, + { "id": "surv_rocket_launcher", "fg": 2226 }, + { "id": "survivor_special_700", "fg": 2227 }, + { "id": "tac50", "fg": 2228 }, + { "id": "tavor_12", "fg": 2229 }, + { "id": "tihar", "fg": 2230 }, + { "id": "tommygun", "fg": 2231 }, + { "id": "trex_gun", "fg": 2232 }, + { "id": "weatherby_5", "fg": 2233 }, + { "id": "win70", "fg": 2234 }, + { "id": "winchester_1887", "fg": 2235 }, + { "id": "winchester_1897", "fg": 2236 }, + { "id": "iceaxe", "fg": 2239 }, + { "id": "rifle_case_soft", "fg": 2244 }, + { "id": "rifle_case_soft_2", "fg": 2245 }, + { "id": "rifle_case_soft_leather_2", "fg": 2247 }, + { "id": "rucksack", "fg": 2248 }, + { "id": "compgreatbow", "fg": 2257 }, + { "id": "compositebow", "fg": 2258 }, + { "id": "hybridbow", "fg": 2259 }, + { "id": "longbow", "fg": 2260 }, + { "id": "recurbow", "fg": 2261 }, + { "id": "reflexbow", "fg": 2262 }, + { "id": "reflexrecurvebow", "fg": 2263 }, + { "id": "selfbow", "fg": 2264 }, + { "id": "shortbow", "fg": 2265 }, + { "id": "woodgreatbow", "fg": 2266 }, + { "id": "oxygen_cylinder", "fg": 2271 }, + { "id": "oxygen_tank", "fg": 2272 }, + { "id": "tinyweldtank", "fg": 2273 }, + { "id": "weldtank", "fg": 2274 }, + { "id": "cot", "fg": 2275 }, + { "id": "armguard_soft", "fg": 2276 }, + { "id": "chestwrap_leather", "fg": 2277 }, + { "id": "trenchcoat_leather", "fg": 2278 }, + { "id": "bat_nerf", "fg": 2279 }, + { "id": "golf_bag", "fg": 2280 }, + { "id": "polycarbonate_sheet", "fg": 2281 }, + { "id": "screen_mesh", "fg": 2282 }, + { "id": "bagpipes", "fg": 2283 }, + { "id": "jumper_cable_heavy", "fg": 2284 }, + { "id": "scythe", "fg": 2285 }, + { "id": "motorbike_armor", "fg": 2286 }, + { "id": "rack_test_tube", "fg": 2287 }, + { "id": "bowl_clay", "fg": 2290 }, + { "id": "clay_hydria", "fg": 2291 }, + { "id": "clay_pot", "fg": 2292 }, + { "id": "clay_quern", "fg": 2293 }, + { "id": "clay_watercont", "fg": 2294 }, + { "id": "jug_clay", "fg": 2295 }, + { "id": "bullet_crossbow", "fg": 2359 }, + { "id": "compcrossbow", "fg": 2360 }, + { "id": "compositecrossbow", "fg": 2361 }, + { "id": "crossbow", "fg": 2362 }, + { "id": "hand_crossbow", "fg": 2363 }, + { "id": "huge_crossbow", "fg": 2364 }, + { "id": "rep_crossbow", "fg": 2365 }, + { "id": "bot_eyebot", "fg": 2367 }, + { "id": "broken_eyebot", "fg": 2368 }, + { "id": "amplifier_head", "fg": 2380 }, + { "id": "bindle", "fg": 2381 }, + { "id": "broken_dimensional_anchor", "fg": 2382 }, + { "id": "chainmail_vest", "fg": 2383 }, + { "id": "concrete", "fg": 2384 }, + { "id": "cs_lajatang_off", "fg": 2385 }, + { "id": "dimensional_anchor", "fg": 2386 }, + { "id": "dimensional_anchor_on", "fg": 2387 }, + { "id": "dnd", "fg": 2388 }, + { "id": "g_carpet", "fg": 2389 }, + { "id": "grapnel", "fg": 2390 }, + { "id": "optical_cloak", "fg": 2391 }, + { "id": "p_carpet", "fg": 2392 }, + { "id": "r_carpet", "fg": 2393 }, + { "id": "trimmer_off", "fg": 2394 }, + { "id": "trimmer_on", "fg": 2395 }, + { "id": "tux", "fg": 2396 }, + { "id": "v_scoop_item", "fg": 2397 }, + { "id": "wool_suit", "fg": 2398 }, + { "id": "y_carpet", "fg": 2399 }, + { "id": "multi_cooker", "fg": 2400 }, + { "id": "multi_cooker_filled", "fg": 2401 }, + { "id": "pet_carrier", "fg": 2402 }, + { "id": "manhole_cover", "fg": 2421 }, + { "id": "PR24-extended", "fg": 2427 }, + { "id": "PR24-retracted", "fg": 2428 }, + { "id": "baton-extended", "fg": 2429 }, + { "id": "baton", "fg": 2430 }, + { "id": "guitar_stand", "fg": 2431 }, + { "id": "mic_stand_tall", "fg": 2432 }, + { "id": "mixer_music", "fg": 2433 }, + { "id": "pipe_shotgun", "fg": 2452 }, + { "id": "pool_cue", "fg": 2457 }, + { "id": "bokken", "fg": 2490 }, + { "id": "UPS_off", "fg": 2496 }, + { "id": "hose", "fg": 2497 }, + { "id": "oxy_torch", "fg": 2498 }, + { "id": "picklocks", "fg": 2499 }, + { "id": "primitive_shovel", "fg": 2500 }, + { "id": "shovel_snow", "fg": 2501 }, + { "id": "shovel_snow_plastic", "fg": 2502 }, + { "id": "f_magic_circle", "fg": 2509 }, + { "id": "mon_breather", "fg": 2510 }, + { "id": "mon_breather_hub", "fg": 2511 }, + { "id": "mon_fish_eel", "fg": 2676 }, + { "id": "mon_dragonfly_naiad", "fg": 2677 }, + { "id": "debug_mon", "fg": 2693 }, + { "id": "mon_fish_crayfish", "fg": 2697 }, + { "id": "mon_fish_lobster", "fg": 2698 }, + { "id": "mon_generator", "fg": 2704 }, + { "id": "mon_molebot", "fg": 2737 }, + { "id": "mon_mutant_carp", "fg": 2738 }, + { "id": "mon_mutant_salmon", "fg": 2739 }, + { "id": "mon_spawn_raptor_electric", "fg": 2746 }, + { "id": "mon_spawn_raptor_shady", "fg": 2747 }, + { "id": "mon_spawn_raptor_unstable", "fg": 2748 }, + { "id": "mon_tadpole_grabber", "fg": 2750 }, + { "id": "mon_turret_riot", "fg": 2752 }, + { "id": "mon_vortex", "fg": 2753 }, + { "id": "footstep", "fg": 2820 }, + { "id": "footstep_above", "fg": 2821 }, + { "id": "footstep_below", "fg": 2822 }, + { "id": "unknown_field", "fg": 2823 }, + { "id": "unknown_furniture", "fg": 2824 }, + { "id": "unknown_item", "fg": 2825 }, + { "id": "unknown_item_AMMO", "fg": 2826 }, + { "id": "unknown_item_ARMOR", "fg": 2827 }, + { "id": "unknown_item_BIONIC", "fg": 2828 }, + { "id": "unknown_item_BOOK", "fg": 2829 }, + { "id": "unknown_item_FOOD", "fg": 2830 }, + { "id": "unknown_item_GUN", "fg": 2831 }, + { "id": "unknown_item_TOOL", "fg": 2832 }, + { "id": "unknown_item_misc", "fg": 2833 }, + { "id": "unknown_terrain", "fg": 2834 }, + { "id": "unknown_trap", "fg": 2835 }, + { "id": "unknown_vehicle_part", "fg": 2836 }, + { "id": "overlay_crouch", "fg": 2844 }, + { "id": "overlay_effect_badpoison", "fg": 2845 }, + { "id": "overlay_effect_bleed", "fg": 2846 }, + { "id": "overlay_effect_cold", "fg": 2847 }, + { "id": "overlay_effect_deaf", "fg": 2848 }, + { "id": "overlay_effect_downed", "fg": 2849 }, + { "id": "overlay_effect_grabbed", "fg": 2850 }, + { "id": "overlay_effect_hot", "fg": 2851 }, + { "id": "overlay_effect_poison", "fg": 2853 }, + { "id": "overlay_effect_slimed", "fg": 2854 }, + { "id": "overlay_effect_wet", "fg": 2855 }, + { "id": "overlay_effect_winded", "fg": 2856 }, + { "id": "overlay_friendly_sees_player", "fg": 2857 }, + { "id": "overlay_hostile_sees_player", "fg": 2858 }, + { "id": "overlay_neutral_sees_player", "fg": 2859 }, + { "id": "overlay_other_sees_player", "fg": 2860 }, + { "id": "overlay_prone", "fg": 2861 }, + { "id": "overlay_run", "fg": 2862 }, + { "id": "zombie_revival_indicator", "fg": 2863 }, + { "id": "overlay_female_mutation_HOOVES", "fg": 2864 }, + { "id": "overlay_male_mutation_HOOVES", "fg": 2865 }, + { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 2866 }, + { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 2867 }, + { "id": "overlay_wielded_bfg50", "fg": 2868 }, + { "id": "overlay_worn_swim_fins", "fg": 2869 }, + { "id": "cemetery_small", "fg": 2890 }, + { "id": "dirt_road_center", "fg": 2893 }, + { "id": "dirt_road_end_piece_e", "fg": 2900 }, + { "id": "dirt_road_end_piece_n", "fg": 2901 }, + { "id": "dirt_road_end_piece_s", "fg": 2902 }, + { "id": "dirt_road_end_piece_w", "fg": 2903 }, + { "id": "dirt_road_unconnected", "fg": 2908 }, + { "id": "hunting_blind", "fg": 2950 }, + { "id": "overmap_horde_3", "fg": 2951 }, + { "id": "overmap_horde_4", "fg": 2952 }, + { "id": "overmap_horde_5", "fg": 2953 }, + { "id": "overmap_horde_6", "fg": 2954 }, + { "id": "overmap_remembered_vehicle", "fg": 2955 }, + { "id": "pasture_connection_ew", "fg": 2978 }, + { "id": "pasture_connection_ns", "fg": 2979 }, + { "id": "pasture_unconnected", "fg": 2992 }, + { "id": "t_metal_ventilation_shutter", "fg": 3057 }, + { "id": "t_ramp_down_high", "fg": 3075 }, + { "id": "t_ramp_up_high", "fg": 3076 }, + { "id": "t_sidewalk_ramp_down_high", "fg": 3077 }, + { "id": "t_sidewalk_ramp_up_high", "fg": 3078 }, + { "id": "t_slope_down", "fg": 3079 }, + { "id": "t_slope_up", "fg": 3080 }, + { "id": "t_door_b_peep", "fg": 3425 }, + { "id": "t_door_boarded_damaged_peep", "fg": 3426 }, + { "id": "t_door_boarded_peep", "fg": 3427 }, + { "id": "t_door_c_peep", "fg": 3428 }, + { "id": "t_door_locked_peep", "fg": 3429 }, + { "id": "t_door_o_peep", "fg": 3430 }, + { "id": "t_fence_post", "fg": 3467 }, + { "id": "t_ladder_down", "fg": 3689 }, + { "id": "t_mud", "fg": 3807 }, + { "id": "t_thconc_floor_unconnected", "fg": 4319 }, + { "id": "t_thconc_floor_flesh", "fg": 4320 }, + { "id": "t_wall_resin_cage", "fg": 4513 }, + { "id": "t_window_domestic_taped", "fg": 4669 }, + { "id": "t_window_no_curtains_taped", "fg": 4673 }, + { "id": "t_window_taped", "fg": 4675 }, + { "id": "tr_cot", "fg": 4678 }, + { "id": "tr_practice_target", "fg": 4689 }, + { "id": "metal_boat_hull", "fg": 4691 } ] }, { @@ -7929,79 +7949,79 @@ "id": "vp_frame_handle", "fg": [ 5159, 5161, 5160, 5158 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5159, 5161, 5160, 5158 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5159, 5161, 5160, 5158 ] } ] }, { "id": "vp_stowboard_ne", "fg": [ 5168, 5171, 5170, 5169 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5168, 5171, 5170, 5169 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5168, 5171, 5170, 5169 ] } ] }, { "id": "vp_stowboard_nw", "fg": [ 5171, 5173, 5172, 5168 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5171, 5173, 5172, 5168 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5171, 5173, 5172, 5168 ] } ] }, { "id": "vp_stowboard_se", "fg": [ 5174, 5168, 5171, 5175 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5174, 5168, 5171, 5175 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5174, 5168, 5171, 5175 ] } ] }, { "id": "vp_stowboard_sw", "fg": [ 5176, 5177, 5168, 5171 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5176, 5177, 5168, 5171 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5176, 5177, 5168, 5171 ] } ] }, { "id": "vp_stowboard_vertical_left", "fg": [ 5165, 5178, 5163, 5162 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5165, 5178, 5163, 5162 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5165, 5178, 5163, 5162 ] } ] }, { "id": "vp_stowboard_vertical_right", "fg": [ 5163, 5162, 5165, 5178 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5163, 5162, 5165, 5178 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5163, 5162, 5165, 5178 ] } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ], "fg": [ 5162, 5167, 5162, 5179 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5162, 5167, 5162, 5179 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5162, 5167, 5162, 5179 ] } ] }, { "id": "vp_stowboard_horizontal_front", "fg": [ 5162, 5165, 5164, 5163 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5162, 5165, 5164, 5163 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5162, 5165, 5164, 5163 ] } ] }, { "id": "vp_stowboard_horizontal_rear", "fg": [ 5166, 5163, 5162, 5165 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5166, 5163, 5162, 5165 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5166, 5163, 5162, 5165 ] } ] }, { "id": [ "vp_stowboard_vertical", "vp_stowboard_vertical_2" ], "fg": [ 5179, 5162, 5179, 5162 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5179, 5162, 5179, 5162 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5179, 5162, 5179, 5162 ] } ] }, { "id": "vp_stowboard_wheel_left", "fg": [ 5165, 5180, 5163, 5162 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5165, 5180, 5163, 5162 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5165, 5180, 5163, 5162 ] } ] }, { "id": "vp_stowboard_wheel_right", "fg": [ 5163, 5162, 5165, 5180 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 5163, 5162, 5165, 5180 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 5163, 5162, 5165, 5180 ] } ] }, { "id": "vp_door_trunk", @@ -8249,38 +8269,38 @@ { "id": "overlay_wielded_cavalry_sabre_fake", "fg": 5445 }, { "id": "overlay_wielded_cutlass_fake", "fg": 5447 }, { "id": "overlay_wielded_cutlass_inferior", "fg": 5447 }, - { "id": "overlay_wielded_estoc_inferior", "fg": 5843 }, - { "id": "overlay_wielded_estoc_fake", "fg": 5843 }, - { "id": "overlay_female_wielded_halberd_fake", "fg": 5871 }, - { "id": "overlay_male_wielded_halberd_fake", "fg": 5872 }, + { "id": "overlay_wielded_estoc_inferior", "fg": 5845 }, + { "id": "overlay_wielded_estoc_fake", "fg": 5845 }, + { "id": "overlay_female_wielded_halberd_fake", "fg": 5873 }, + { "id": "overlay_male_wielded_halberd_fake", "fg": 5874 }, { "id": "overlay_wielded_jian_fake", "fg": 5453 }, { "id": "overlay_wielded_jian_inferior", "fg": 5453 }, - { "id": "overlay_wielded_katana_fake", "fg": 5890 }, - { "id": "overlay_wielded_katana_inferior", "fg": 5890 }, - { "id": "overlay_wielded_kris_fake", "fg": 5896 }, - { "id": "overlay_wielded_longsword_fake", "fg": 5899 }, - { "id": "overlay_wielded_longsword_inferior", "fg": 5899 }, - { "id": "overlay_female_wielded_lucern_hammerfake", "fg": 5900 }, - { "id": "overlay_male_wielded_lucern_hammerfake", "fg": 5901 }, - { "id": "overlay_wielded_mace_inferior", "fg": 5902 }, - { "id": "overlay_wielded_mace_fake", "fg": 5902 }, - { "id": "overlay_wielded_morningstar_fake", "fg": 5903 }, - { "id": "overlay_wielded_morningstar_inferior", "fg": 5903 }, + { "id": "overlay_wielded_katana_fake", "fg": 5892 }, + { "id": "overlay_wielded_katana_inferior", "fg": 5892 }, + { "id": "overlay_wielded_kris_fake", "fg": 5898 }, + { "id": "overlay_wielded_longsword_fake", "fg": 5901 }, + { "id": "overlay_wielded_longsword_inferior", "fg": 5901 }, + { "id": "overlay_female_wielded_lucern_hammerfake", "fg": 5902 }, + { "id": "overlay_male_wielded_lucern_hammerfake", "fg": 5903 }, + { "id": "overlay_wielded_mace_inferior", "fg": 5904 }, + { "id": "overlay_wielded_mace_fake", "fg": 5904 }, + { "id": "overlay_wielded_morningstar_fake", "fg": 5905 }, + { "id": "overlay_wielded_morningstar_inferior", "fg": 5905 }, { "id": "overlay_female_wielded_naginata_fake", "fg": 5464 }, { "id": "overlay_male_wielded_naginata_fake", "fg": 5465 }, { "id": "overlay_female_wielded_naginata_inferior", "fg": 5464 }, { "id": "overlay_male_wielded_naginata_inferior", "fg": 5465 }, - { "id": "overlay_wielded_nodachi_inferior", "fg": 5956 }, - { "id": "overlay_wielded_nodachi_fake", "fg": 5956 }, + { "id": "overlay_wielded_nodachi_inferior", "fg": 5958 }, + { "id": "overlay_wielded_nodachi_fake", "fg": 5958 }, { "id": "overlay_wielded_pike_fake", "fg": 4926 }, { "id": "overlay_wielded_pike_inferior", "fg": 4926 }, - { "id": "overlay_wielded_rapier_fake", "fg": 5984 }, - { "id": "overlay_wielded_tanto_inferior", "fg": 6097 }, - { "id": "overlay_wielded_tanto_fake", "fg": 6097 }, - { "id": "overlay_wielded_wakizashi_fake", "fg": 6121 }, - { "id": "overlay_wielded_wakizashi_inferior", "fg": 6121 }, - { "id": "overlay_wielded_zweihander_fake", "fg": 6143 }, - { "id": "overlay_wielded_zweihander_inferior", "fg": 6143 }, + { "id": "overlay_wielded_rapier_fake", "fg": 5986 }, + { "id": "overlay_wielded_tanto_inferior", "fg": 6099 }, + { "id": "overlay_wielded_tanto_fake", "fg": 6099 }, + { "id": "overlay_wielded_wakizashi_fake", "fg": 6123 }, + { "id": "overlay_wielded_wakizashi_inferior", "fg": 6123 }, + { "id": "overlay_wielded_zweihander_fake", "fg": 6145 }, + { "id": "overlay_wielded_zweihander_inferior", "fg": 6145 }, { "id": "overlay_female_wielded_1st_aid", "fg": 5436 }, { "id": "overlay_male_wielded_1st_aid", "fg": 5437 }, { "id": "overlay_female_wielded_2x4", "fg": 5438 }, @@ -8383,24 +8403,24 @@ { "id": "overlay_wielded_brick", "fg": 5790 }, { "id": "overlay_wielded_broadsword", "fg": 5791 }, { "id": "overlay_wielded_broom", "fg": 5792 }, - { "id": "overlay_female_wielded_bwirebat", "fg": 5793 }, - { "id": "overlay_male_wielded_bwirebat", "fg": 5794 }, - { "id": "overlay_wielded_sword_cane", "fg": 5817 }, - { "id": "overlay_wielded_hollow_cane", "fg": 5816 }, - { "id": "overlay_wielded_cane", "fg": 5818 }, - { "id": [ "overlay_female_wielded_cestus", "overlay_female_worn_cestus" ], "fg": 5820 }, - { "id": [ "overlay_male_wielded_cestus", "overlay_male_worn_cestus" ], "fg": 5821 }, - { "id": "overlay_female_wielded_chainsaw_off", "fg": 5822 }, - { "id": "overlay_male_wielded_chainsaw_off", "fg": 5823 }, - { "id": "overlay_wielded_coffeemaker", "fg": 5824 }, - { "id": "overlay_wielded_knife_combat", "fg": 5825 }, - { "id": "overlay_wielded_knife_combat_mod", "fg": 5825 }, - { "id": "overlay_wielded_copper_knife", "fg": 5826 }, - { "id": "overlay_female_wielded_corpse_generic_human", "fg": 5827 }, - { "id": "overlay_male_wielded_corpse_generic_human", "fg": 5828 }, + { "id": "overlay_female_wielded_bwirebat", "fg": 5794 }, + { "id": "overlay_male_wielded_bwirebat", "fg": 5795 }, + { "id": "overlay_wielded_sword_cane", "fg": 5819 }, + { "id": "overlay_wielded_hollow_cane", "fg": 5817 }, + { "id": "overlay_wielded_cane", "fg": 5820 }, + { "id": [ "overlay_female_wielded_cestus", "overlay_female_worn_cestus" ], "fg": 5822 }, + { "id": [ "overlay_male_wielded_cestus", "overlay_male_worn_cestus" ], "fg": 5823 }, + { "id": "overlay_female_wielded_chainsaw_off", "fg": 5824 }, + { "id": "overlay_male_wielded_chainsaw_off", "fg": 5825 }, + { "id": "overlay_wielded_coffeemaker", "fg": 5826 }, + { "id": "overlay_wielded_knife_combat", "fg": 5827 }, + { "id": "overlay_wielded_knife_combat_mod", "fg": 5827 }, + { "id": "overlay_wielded_copper_knife", "fg": 5828 }, + { "id": "overlay_female_wielded_corpse_generic_human", "fg": 5829 }, + { "id": "overlay_male_wielded_corpse_generic_human", "fg": 5830 }, { "id": [ "overlay_wielded_corpse_mon_ant", "overlay_wielded_corpse_mon_ant_soldier", "overlay_wielded_corpse_mon_ant_queen" ], - "fg": 5830 + "fg": 5832 }, { "id": [ @@ -8408,7 +8428,7 @@ "overlay_wielded_corpse_mon_ant_acid_soldier", "overlay_wielded_corpse_mon_ant_acid_queen" ], - "fg": 5829 + "fg": 5831 }, { "id": [ @@ -8467,7 +8487,7 @@ "overlay_male_wielded_corpse_mon_zombie_prisoner", "overlay_male_wielded_corpse_mon_zombie_military_pilot" ], - "fg": 5832 + "fg": 5834 }, { "id": [ @@ -8526,77 +8546,77 @@ "overlay_female_wielded_corpse_mon_zombie_prisoner", "overlay_female_wielded_corpse_mon_zombie_military_pilot" ], - "fg": 5831 - }, - { "id": "overlay_wielded_cudgel", "fg": 5840 }, - { "id": "overlay_female_wielded_spear_dory", "fg": 5841 }, - { "id": "overlay_male_wielded_spear_dory", "fg": 5842 }, - { "id": "overlay_wielded_estoc", "fg": 5843 }, - { "id": "overlay_wielded_shock_epee", "fg": 5844 }, - { "id": "overlay_wielded_shock_foil", "fg": 5845 }, - { "id": "overlay_wielded_shock_sabre", "fg": 5846 }, - { "id": "overlay_wielded_fencing_epee", "fg": 5847 }, - { "id": "overlay_wielded_fencing_foil", "fg": 5848 }, - { "id": "overlay_wielded_fencing_sabre", "fg": 5849 }, - { "id": "overlay_wielded_fencing_epee_sharpened", "fg": 5850 }, - { "id": "overlay_wielded_fencing_foil_sharpened", "fg": 5851 }, - { "id": "overlay_wielded_fencing_sabre_sharpened", "fg": 5852 }, - { "id": "overlay_wielded_flashlight", "fg": 5854 }, - { "id": "overlay_wielded_heavy_flashlight", "fg": 5855 }, - { "id": "overlay_wielded_spear_forked", "fg": 5856 }, - { "id": "overlay_wielded_glass_shard", "fg": 5857 }, - { "id": "overlay_wielded_grip_hook", "fg": 5870 }, - { "id": "overlay_male_wielded_halberd", "fg": 5872 }, - { "id": "overlay_female_wielded_halberd", "fg": 5871 }, - { "id": "overlay_wielded_crowbar", "fg": 5873 }, - { "id": "overlay_male_wielded_screwdriver", "fg": 5876 }, - { "id": "overlay_female_wielded_screwdriver", "fg": 5875 }, - { "id": "overlay_wielded_shovel", "fg": 5877 }, - { "id": "overlay_wielded_wrench", "fg": 5878 }, - { "id": "overlay_wielded_hammer", "fg": 5874 }, - { "id": "overlay_female_wielded_spear_homemade_halfpike", "fg": 5879 }, - { "id": "overlay_male_wielded_spear_homemade_halfpike", "fg": 5880 }, - { "id": "overlay_wielded_jar_3l_glass", "fg": 5881 }, - { "id": "overlay_wielded_jar_3l_glass_sealed", "fg": 5882 }, - { "id": "overlay_wielded_jar_glass", "fg": 5883 }, - { "id": "overlay_wielded_jar_glass_sealed", "fg": 5884 }, - { "id": "overlay_wielded_javelin", "fg": 5886 }, - { "id": "overlay_wielded_javelin_iron", "fg": 5885 }, - { "id": "overlay_female_wielded_ji", "fg": 5887 }, - { "id": "overlay_male_wielded_ji", "fg": 5888 }, - { "id": "overlay_wielded_jug_plastic", "fg": 5889 }, - { "id": "overlay_wielded_katana", "fg": 5890 }, - { "id": "overlay_wielded_kirpan", "fg": 5891 }, - { "id": "overlay_female_wielded_knuckle_nail", "fg": 5892 }, - { "id": "overlay_male_wielded_knuckle_nail", "fg": 5893 }, - { "id": "overlay_female_wielded_knuckle_steel", "fg": 5894 }, - { "id": "overlay_male_wielded_knuckle_steel", "fg": 5895 }, - { "id": "overlay_wielded_kris", "fg": 5896 }, - { "id": "overlay_wielded_shillelagh_weighted", "fg": 5897 }, - { "id": "overlay_wielded_log", "fg": 5898 }, - { "id": "overlay_wielded_longsword", "fg": 5899 }, - { "id": "overlay_male_wielded_lucern_hammer", "fg": 5901 }, - { "id": "overlay_female_wielded_lucern_hammer", "fg": 5900 }, - { "id": "overlay_wielded_mace", "fg": 5902 }, - { "id": "overlay_wielded_morningstar", "fg": 5903 }, - { "id": "overlay_wielded_makeshift_crowbar", "fg": 5904 }, - { "id": "overlay_wielded_makeshift_knife", "fg": 5905 }, - { "id": "overlay_wielded_makeshift_sap", "fg": 5906 }, - { "id": "overlay_wielded_antibiotics", "fg": 5909 }, - { "id": "overlay_wielded_weak_antibiotic", "fg": 5921 }, - { "id": "overlay_wielded_strong_antibiotic", "fg": 5918 }, - { "id": "overlay_wielded_calcium_tablet", "fg": 5912 }, - { "id": "overlay_wielded_vitamins", "fg": 5920 }, - { "id": "overlay_wielded_gummy_vitamins", "fg": 5913 }, - { "id": "overlay_wielded_antifungal", "fg": 5910 }, - { "id": "overlay_wielded_antiparasitic", "fg": 5911 }, - { "id": "overlay_wielded_iodine", "fg": 5914 }, - { "id": "overlay_wielded_prussian_blue", "fg": 5917 }, - { "id": "overlay_wielded_tramadol", "fg": 5919 }, - { "id": "overlay_wielded_oxycodone", "fg": 5916 }, - { "id": "overlay_female_wielded_mjolnir", "fg": 5922 }, - { "id": "overlay_male_wielded_mjolnir", "fg": 5923 }, - { "id": "overlay_wielded_mop", "fg": 5924 }, + "fg": 5833 + }, + { "id": "overlay_wielded_cudgel", "fg": 5842 }, + { "id": "overlay_female_wielded_spear_dory", "fg": 5843 }, + { "id": "overlay_male_wielded_spear_dory", "fg": 5844 }, + { "id": "overlay_wielded_estoc", "fg": 5845 }, + { "id": "overlay_wielded_shock_epee", "fg": 5846 }, + { "id": "overlay_wielded_shock_foil", "fg": 5847 }, + { "id": "overlay_wielded_shock_sabre", "fg": 5848 }, + { "id": "overlay_wielded_fencing_epee", "fg": 5849 }, + { "id": "overlay_wielded_fencing_foil", "fg": 5850 }, + { "id": "overlay_wielded_fencing_sabre", "fg": 5851 }, + { "id": "overlay_wielded_fencing_epee_sharpened", "fg": 5852 }, + { "id": "overlay_wielded_fencing_foil_sharpened", "fg": 5853 }, + { "id": "overlay_wielded_fencing_sabre_sharpened", "fg": 5854 }, + { "id": "overlay_wielded_flashlight", "fg": 5856 }, + { "id": "overlay_wielded_heavy_flashlight", "fg": 5857 }, + { "id": "overlay_wielded_spear_forked", "fg": 5858 }, + { "id": "overlay_wielded_glass_shard", "fg": 5859 }, + { "id": "overlay_wielded_grip_hook", "fg": 5872 }, + { "id": "overlay_male_wielded_halberd", "fg": 5874 }, + { "id": "overlay_female_wielded_halberd", "fg": 5873 }, + { "id": "overlay_wielded_crowbar", "fg": 5875 }, + { "id": "overlay_male_wielded_screwdriver", "fg": 5878 }, + { "id": "overlay_female_wielded_screwdriver", "fg": 5877 }, + { "id": "overlay_wielded_shovel", "fg": 5879 }, + { "id": "overlay_wielded_wrench", "fg": 5880 }, + { "id": "overlay_wielded_hammer", "fg": 5876 }, + { "id": "overlay_female_wielded_spear_homemade_halfpike", "fg": 5881 }, + { "id": "overlay_male_wielded_spear_homemade_halfpike", "fg": 5882 }, + { "id": "overlay_wielded_jar_3l_glass", "fg": 5883 }, + { "id": "overlay_wielded_jar_3l_glass_sealed", "fg": 5884 }, + { "id": "overlay_wielded_jar_glass", "fg": 5885 }, + { "id": "overlay_wielded_jar_glass_sealed", "fg": 5886 }, + { "id": "overlay_wielded_javelin", "fg": 5888 }, + { "id": "overlay_wielded_javelin_iron", "fg": 5887 }, + { "id": "overlay_female_wielded_ji", "fg": 5889 }, + { "id": "overlay_male_wielded_ji", "fg": 5890 }, + { "id": "overlay_wielded_jug_plastic", "fg": 5891 }, + { "id": "overlay_wielded_katana", "fg": 5892 }, + { "id": "overlay_wielded_kirpan", "fg": 5893 }, + { "id": "overlay_female_wielded_knuckle_nail", "fg": 5894 }, + { "id": "overlay_male_wielded_knuckle_nail", "fg": 5895 }, + { "id": "overlay_female_wielded_knuckle_steel", "fg": 5896 }, + { "id": "overlay_male_wielded_knuckle_steel", "fg": 5897 }, + { "id": "overlay_wielded_kris", "fg": 5898 }, + { "id": "overlay_wielded_shillelagh_weighted", "fg": 5899 }, + { "id": "overlay_wielded_log", "fg": 5900 }, + { "id": "overlay_wielded_longsword", "fg": 5901 }, + { "id": "overlay_male_wielded_lucern_hammer", "fg": 5903 }, + { "id": "overlay_female_wielded_lucern_hammer", "fg": 5902 }, + { "id": "overlay_wielded_mace", "fg": 5904 }, + { "id": "overlay_wielded_morningstar", "fg": 5905 }, + { "id": "overlay_wielded_makeshift_crowbar", "fg": 5906 }, + { "id": "overlay_wielded_makeshift_knife", "fg": 5907 }, + { "id": "overlay_wielded_makeshift_sap", "fg": 5908 }, + { "id": "overlay_wielded_antibiotics", "fg": 5911 }, + { "id": "overlay_wielded_weak_antibiotic", "fg": 5923 }, + { "id": "overlay_wielded_strong_antibiotic", "fg": 5920 }, + { "id": "overlay_wielded_calcium_tablet", "fg": 5914 }, + { "id": "overlay_wielded_vitamins", "fg": 5922 }, + { "id": "overlay_wielded_gummy_vitamins", "fg": 5915 }, + { "id": "overlay_wielded_antifungal", "fg": 5912 }, + { "id": "overlay_wielded_antiparasitic", "fg": 5913 }, + { "id": "overlay_wielded_iodine", "fg": 5916 }, + { "id": "overlay_wielded_prussian_blue", "fg": 5919 }, + { "id": "overlay_wielded_tramadol", "fg": 5921 }, + { "id": "overlay_wielded_oxycodone", "fg": 5918 }, + { "id": "overlay_female_wielded_mjolnir", "fg": 5924 }, + { "id": "overlay_male_wielded_mjolnir", "fg": 5925 }, + { "id": "overlay_wielded_mop", "fg": 5926 }, { "id": [ "overlay_wielded_tourniquet_upper", @@ -8604,590 +8624,590 @@ "overlay_wielded_tourniquet_lower", "overlay_wielded_tourniquet_lower_XL" ], - "fg": 5950 - }, - { "id": "overlay_female_wielded_nailbat", "fg": 5952 }, - { "id": "overlay_male_wielded_nailbat", "fg": 5953 }, - { "id": "overlay_female_wielded_nailboard", "fg": 5954 }, - { "id": "overlay_male_wielded_nailboard", "fg": 5955 }, - { "id": "overlay_wielded_nodachi", "fg": 5956 }, - { "id": "overlay_male_wielded_2h_flail_wood", "fg": 5958 }, - { "id": "overlay_female_wielded_2h_flail_wood", "fg": 5957 }, - { "id": "overlay_male_wielded_pillow", "fg": 5962 }, - { "id": "overlay_female_wielded_pillow", "fg": 5961 }, - { "id": "overlay_male_wielded_down_pillow", "fg": 5960 }, - { "id": "overlay_female_wielded_down_pillow", "fg": 5959 }, - { "id": "overlay_wielded_pipe", "fg": 5963 }, - { "id": "overlay_wielded_pitchfork", "fg": 5964 }, - { "id": "overlay_wielded_sharp_toothbrush", "fg": 5965 }, - { "id": "overlay_wielded_pockknife", "fg": 5966 }, - { "id": "overlay_female_wielded_pot", "fg": 5969 }, - { "id": "overlay_male_wielded_pot", "fg": 5970 }, - { "id": "overlay_female_wielded_pot_copper", "fg": 5971 }, - { "id": "overlay_male_wielded_pot_copper", "fg": 5972 }, - { "id": "overlay_wielded_punch_dagger", "fg": 5973 }, - { "id": "overlay_female_wielded_qiang", "fg": 5974 }, - { "id": "overlay_male_wielded_qiang", "fg": 5975 }, - { "id": "overlay_female_wielded_rag", "fg": 5982 }, - { "id": "overlay_male_wielded_rag", "fg": 5983 }, - { "id": "overlay_wielded_rapier", "fg": 5984 }, - { "id": "overlay_wielded_rebar", "fg": 5985 }, - { "id": "overlay_wielded_knife_rm42", "fg": 5986 }, - { "id": "overlay_wielded_rock", "fg": 5987 }, - { "id": "overlay_wielded_rock_sock", "fg": 5988 }, - { "id": "overlay_wielded_rolling_pin", "fg": 5989 }, - { "id": "overlay_wielded_scissors", "fg": 5990 }, - { "id": "overlay_wielded_sharp_rock", "fg": 5991 }, - { "id": "overlay_wielded_shillelagh", "fg": 5992 }, + "fg": 5952 + }, + { "id": "overlay_female_wielded_nailbat", "fg": 5954 }, + { "id": "overlay_male_wielded_nailbat", "fg": 5955 }, + { "id": "overlay_female_wielded_nailboard", "fg": 5956 }, + { "id": "overlay_male_wielded_nailboard", "fg": 5957 }, + { "id": "overlay_wielded_nodachi", "fg": 5958 }, + { "id": "overlay_male_wielded_2h_flail_wood", "fg": 5960 }, + { "id": "overlay_female_wielded_2h_flail_wood", "fg": 5959 }, + { "id": "overlay_male_wielded_pillow", "fg": 5964 }, + { "id": "overlay_female_wielded_pillow", "fg": 5963 }, + { "id": "overlay_male_wielded_down_pillow", "fg": 5962 }, + { "id": "overlay_female_wielded_down_pillow", "fg": 5961 }, + { "id": "overlay_wielded_pipe", "fg": 5965 }, + { "id": "overlay_wielded_pitchfork", "fg": 5966 }, + { "id": "overlay_wielded_sharp_toothbrush", "fg": 5967 }, + { "id": "overlay_wielded_pockknife", "fg": 5968 }, + { "id": "overlay_female_wielded_pot", "fg": 5971 }, + { "id": "overlay_male_wielded_pot", "fg": 5972 }, + { "id": "overlay_female_wielded_pot_copper", "fg": 5973 }, + { "id": "overlay_male_wielded_pot_copper", "fg": 5974 }, + { "id": "overlay_wielded_punch_dagger", "fg": 5975 }, + { "id": "overlay_female_wielded_qiang", "fg": 5976 }, + { "id": "overlay_male_wielded_qiang", "fg": 5977 }, + { "id": "overlay_female_wielded_rag", "fg": 5984 }, + { "id": "overlay_male_wielded_rag", "fg": 5985 }, + { "id": "overlay_wielded_rapier", "fg": 5986 }, + { "id": "overlay_wielded_rebar", "fg": 5987 }, + { "id": "overlay_wielded_knife_rm42", "fg": 5988 }, + { "id": "overlay_wielded_rock", "fg": 5989 }, + { "id": "overlay_wielded_rock_sock", "fg": 5990 }, + { "id": "overlay_wielded_rolling_pin", "fg": 5991 }, + { "id": "overlay_wielded_scissors", "fg": 5992 }, + { "id": "overlay_wielded_sharp_rock", "fg": 5993 }, + { "id": "overlay_wielded_shillelagh", "fg": 5994 }, { "id": "overlay_female_wielded_cigar_lit", "fg": [ - { "weight": 14, "sprite": 5995 }, - { "weight": 14, "sprite": 5996 }, { "weight": 14, "sprite": 5997 }, { "weight": 14, "sprite": 5998 }, { "weight": 14, "sprite": 5999 }, { "weight": 14, "sprite": 6000 }, - { "weight": 14, "sprite": 6001 } + { "weight": 14, "sprite": 6001 }, + { "weight": 14, "sprite": 6002 }, + { "weight": 14, "sprite": 6003 } ], "animated": true }, { "id": "overlay_male_wielded_cigar_lit", "fg": [ - { "weight": 14, "sprite": 6004 }, - { "weight": 14, "sprite": 6005 }, { "weight": 14, "sprite": 6006 }, { "weight": 14, "sprite": 6007 }, { "weight": 14, "sprite": 6008 }, { "weight": 14, "sprite": 6009 }, - { "weight": 14, "sprite": 6010 } + { "weight": 14, "sprite": 6010 }, + { "weight": 14, "sprite": 6011 }, + { "weight": 14, "sprite": 6012 } ], "animated": true }, { "id": "overlay_female_wielded_cig_lit", "fg": [ - { "weight": 14, "sprite": 6013 }, - { "weight": 14, "sprite": 6014 }, { "weight": 14, "sprite": 6015 }, { "weight": 14, "sprite": 6016 }, { "weight": 14, "sprite": 6017 }, { "weight": 14, "sprite": 6018 }, - { "weight": 14, "sprite": 6019 } + { "weight": 14, "sprite": 6019 }, + { "weight": 14, "sprite": 6020 }, + { "weight": 14, "sprite": 6021 } ], "animated": true }, { "id": "overlay_male_wielded_cig_lit", "fg": [ - { "weight": 14, "sprite": 6022 }, - { "weight": 14, "sprite": 6023 }, { "weight": 14, "sprite": 6024 }, { "weight": 14, "sprite": 6025 }, { "weight": 14, "sprite": 6026 }, { "weight": 14, "sprite": 6027 }, - { "weight": 14, "sprite": 6028 } + { "weight": 14, "sprite": 6028 }, + { "weight": 14, "sprite": 6029 }, + { "weight": 14, "sprite": 6030 } ], "animated": true }, { "id": "overlay_female_wielded_joint_lit", "fg": [ - { "weight": 14, "sprite": 6030 }, - { "weight": 14, "sprite": 6031 }, { "weight": 14, "sprite": 6032 }, { "weight": 14, "sprite": 6033 }, { "weight": 14, "sprite": 6034 }, { "weight": 14, "sprite": 6035 }, - { "weight": 14, "sprite": 6036 } + { "weight": 14, "sprite": 6036 }, + { "weight": 14, "sprite": 6037 }, + { "weight": 14, "sprite": 6038 } ], "animated": true }, { "id": "overlay_male_wielded_joint_lit", "fg": [ - { "weight": 14, "sprite": 6039 }, - { "weight": 14, "sprite": 6040 }, { "weight": 14, "sprite": 6041 }, { "weight": 14, "sprite": 6042 }, { "weight": 14, "sprite": 6043 }, { "weight": 14, "sprite": 6044 }, - { "weight": 14, "sprite": 6045 } + { "weight": 14, "sprite": 6045 }, + { "weight": 14, "sprite": 6046 }, + { "weight": 14, "sprite": 6047 } ], "animated": true }, { "id": "overlay_female_wielded_pipe_tobacco", "fg": [ - { "weight": 14, "sprite": 6047 }, - { "weight": 14, "sprite": 6048 }, { "weight": 14, "sprite": 6049 }, { "weight": 14, "sprite": 6050 }, { "weight": 14, "sprite": 6051 }, { "weight": 14, "sprite": 6052 }, - { "weight": 14, "sprite": 6053 } + { "weight": 14, "sprite": 6053 }, + { "weight": 14, "sprite": 6054 }, + { "weight": 14, "sprite": 6055 } ], "animated": true }, { "id": "overlay_male_wielded_pipe_tobacco", "fg": [ - { "weight": 14, "sprite": 6054 }, - { "weight": 14, "sprite": 6055 }, { "weight": 14, "sprite": 6056 }, { "weight": 14, "sprite": 6057 }, { "weight": 14, "sprite": 6058 }, { "weight": 14, "sprite": 6059 }, - { "weight": 14, "sprite": 6060 } + { "weight": 14, "sprite": 6060 }, + { "weight": 14, "sprite": 6061 }, + { "weight": 14, "sprite": 6062 } ], "animated": true }, - { "id": "overlay_male_wielded_pointy_stick", "fg": 6062 }, - { "id": "overlay_female_wielded_pointy_stick", "fg": 6061 }, - { "id": "overlay_male_wielded_spear_wood", "fg": 6078 }, - { "id": "overlay_female_wielded_spear_wood", "fg": 6077 }, - { "id": "overlay_male_wielded_spear_spike", "fg": 6074 }, - { "id": "overlay_female_wielded_spear_spike", "fg": 6073 }, - { "id": "overlay_male_wielded_spear_knife", "fg": 6066 }, - { "id": "overlay_female_wielded_spear_knife", "fg": 6065 }, - { "id": "overlay_male_wielded_spear_knife_superior", "fg": 6068 }, - { "id": "overlay_female_wielded_spear_knife_superior", "fg": 6067 }, - { "id": "overlay_male_wielded_spear_rebar", "fg": 6072 }, - { "id": "overlay_female_wielded_spear_rebar", "fg": 6071 }, - { "id": "overlay_male_wielded_spear_pipe", "fg": 6070 }, - { "id": "overlay_female_wielded_spear_pipe", "fg": 6069 }, - { "id": "overlay_male_wielded_spear_steel", "fg": 6076 }, - { "id": "overlay_female_wielded_spear_steel", "fg": 6075 }, - { "id": "overlay_male_wielded_spear_copper", "fg": 6064 }, - { "id": "overlay_female_wielded_spear_copper", "fg": 6063 }, - { "id": "overlay_female_wielded_splinter", "fg": 6079 }, - { "id": "overlay_male_wielded_splinter", "fg": 6080 }, - { "id": "overlay_wielded_knife_steak", "fg": 6081 }, - { "id": "overlay_wielded_steel_chunk", "fg": 6082 }, - { "id": "overlay_wielded_steel_lump", "fg": 6083 }, - { "id": "overlay_female_wielded_stick", "fg": 6084 }, - { "id": "overlay_male_wielded_stick", "fg": 6085 }, - { "id": "overlay_female_wielded_stick_long", "fg": 6086 }, - { "id": "overlay_male_wielded_stick_long", "fg": 6087 }, - { "id": "overlay_female_wielded_primitive_hammer", "fg": 6088 }, - { "id": "overlay_male_wielded_primitive_hammer", "fg": 6089 }, - { "id": "overlay_female_wielded_spear_stone", "fg": 6090 }, - { "id": "overlay_male_wielded_spear_stone", "fg": 6091 }, - { "id": "overlay_wielded_knife_rambo", "fg": 6092 }, - { "id": "overlay_female_wielded_spear_survivor", "fg": 6093 }, - { "id": "overlay_male_wielded_spear_survivor", "fg": 6094 }, - { "id": "overlay_wielded_switchblade", "fg": 6095 }, - { "id": "overlay_wielded_tanto", "fg": 6097 }, - { "id": "overlay_female_wielded_teapot", "fg": 6098 }, - { "id": "overlay_male_wielded_teapot", "fg": 6099 }, - { "id": "overlay_female_wielded_television", "fg": 6100 }, - { "id": "overlay_male_wielded_television", "fg": 6101 }, - { "id": "overlay_female_wielded_thermos", "fg": 6102 }, - { "id": "overlay_male_wielded_thermos", "fg": 6103 }, - { "id": "overlay_wielded_boltcutters", "fg": 6104 }, - { "id": "overlay_wielded_e_tool", "fg": 6106 }, - { "id": "overlay_wielded_halligan", "fg": 6107 }, - { "id": "overlay_wielded_jackhammer", "fg": 6109 }, - { "id": "overlay_wielded_elec_jackhammer", "fg": 6109 }, - { "id": "overlay_wielded_lobotomizer", "fg": 6110 }, - { "id": "overlay_wielded_makeshift_axe", "fg": 6111 }, - { "id": "overlay_wielded_ny_hook", "fg": 6112 }, - { "id": "overlay_wielded_pickaxe", "fg": 6113 }, - { "id": "overlay_wielded_hammer_sledge_engineer", "fg": 6114 }, - { "id": "overlay_wielded_hammer_sledge_heavy", "fg": 6115 }, - { "id": "overlay_wielded_hammer_sledge_short", "fg": 6116 }, - { "id": "overlay_wielded_hammer_sledge", "fg": 6117 }, - { "id": "overlay_wielded_g_shovel", "fg": 6118 }, - { "id": "overlay_wielded_primitive_shovel", "fg": 6119 }, - { "id": "overlay_wielded_knife_trench", "fg": 6120 }, - { "id": "overlay_wielded_wakizashi", "fg": 6121 }, - { "id": "overlay_male_wielded_2h_flail_steel", "fg": 6123 }, - { "id": "overlay_female_wielded_2h_flail_steel", "fg": 6122 }, - { "id": "overlay_wielded_warhammer", "fg": 6124 }, - { "id": "overlay_wielded_bolas", "fg": 6125 }, - { "id": "overlay_wielded_bullwhip", "fg": 6126 }, - { "id": "overlay_female_wielded_homewrecker", "fg": 6127 }, - { "id": "overlay_male_wielded_homewrecker", "fg": 6128 }, - { "id": "overlay_wielded_lawn_dart", "fg": 6129 }, - { "id": "overlay_wielded_net", "fg": 6130 }, - { "id": "overlay_wielded_bullwhip_razor", "fg": 6131 }, - { "id": "overlay_wielded_sling", "fg": 6132 }, - { "id": "overlay_wielded_staff_sling", "fg": 6133 }, - { "id": "overlay_wielded_throwing_axe", "fg": 6134 }, - { "id": "overlay_female_wielded_throwing_knife", "fg": 6135 }, - { "id": "overlay_male_wielded_throwing_knife", "fg": 6136 }, - { "id": "overlay_wielded_throwing_stick", "fg": 6137 }, - { "id": "overlay_wielded_shocktonfa_off", "fg": 6138 }, - { "id": "overlay_wielded_shocktonfa_on", "fg": 6138 }, - { "id": "overlay_wielded_tonfa", "fg": 6139 }, - { "id": "overlay_wielded_tonfa_wood", "fg": 6140 }, - { "id": "overlay_wielded_sword_wood", "fg": 6141 }, - { "id": "overlay_wielded_sword_nail", "fg": 6142 }, - { "id": "overlay_wielded_zweihander", "fg": 6143 }, - { "id": "overlay_female_worn_armor_samurai", "fg": 6144 }, - { "id": "overlay_male_worn_armor_samurai", "fg": 6145 }, - { "id": "overlay_female_worn_chainmail_suit", "fg": 6154 }, - { "id": "overlay_male_worn_chainmail_suit", "fg": 6155 }, - { "id": "overlay_female_worn_chainmail_feet", "fg": 6156 }, - { "id": "overlay_male_worn_chainmail_feet", "fg": 6157 }, - { "id": "overlay_female_worn_chainmail_hood", "fg": 6158 }, - { "id": "overlay_male_worn_chainmail_hood", "fg": 6159 }, - { "id": "overlay_female_worn_chainmail_hands", "fg": 6160 }, - { "id": "overlay_male_worn_chainmail_hands", "fg": 6161 }, - { "id": "overlay_female_worn_chainmail_hauberk", "fg": 6162 }, - { "id": "overlay_male_worn_chainmail_hauberk", "fg": 6163 }, - { "id": "overlay_female_worn_chainmail_legs", "fg": 6164 }, - { "id": "overlay_male_worn_chainmail_legs", "fg": 6165 }, - { "id": "overlay_female_worn_chainmail_arms", "fg": 6166 }, - { "id": "overlay_male_worn_chainmail_arms", "fg": 6167 }, - { "id": "overlay_female_worn_chainmail_vest", "fg": 6168 }, - { "id": "overlay_male_worn_chainmail_vest", "fg": 6169 }, - { "id": "overlay_female_worn_vest_leather_mod", "fg": 6150 }, - { "id": "overlay_male_worn_vest_leather_mod", "fg": 6151 }, - { "id": "overlay_female_worn_armor_blarmor", "fg": 6152 }, - { "id": "overlay_male_worn_armor_blarmor", "fg": 6153 }, - { "id": "overlay_female_worn_armguard_larmor", "fg": 6174 }, - { "id": "overlay_male_worn_armguard_larmor", "fg": 6175 }, - { "id": "overlay_female_worn_boots_larmor", "fg": 6176 }, - { "id": "overlay_male_worn_boots_larmor", "fg": 6177 }, - { "id": "overlay_male_worn_gauntlets_larmor", "fg": 6178 }, - { "id": "overlay_female_worn_gauntlets_larmor", "fg": 6179 }, - { "id": "overlay_male_worn_helmet_larmor", "fg": 6181 }, - { "id": "overlay_female_worn_helmet_larmor", "fg": 6180 }, - { "id": "overlay_female_worn_armor_larmor", "fg": 6182 }, - { "id": "overlay_male_worn_armor_larmor", "fg": 6183 }, - { "id": "overlay_female_worn_footrags_leather", "fg": 6184 }, - { "id": "overlay_male_worn_footrags_leather", "fg": 6185 }, - { "id": "overlay_female_worn_gloves_wraps_leather", "fg": 6186 }, - { "id": "overlay_male_worn_gloves_wraps_leather", "fg": 6187 }, - { "id": "overlay_female_worn_vambrace_larmor", "fg": 6188 }, - { "id": "overlay_male_worn_vambrace_larmor", "fg": 6189 }, - { "id": "overlay_female_worn_vest_leather", "fg": 6190 }, - { "id": "overlay_male_worn_vest_leather", "fg": 6191 }, - { "id": "overlay_female_worn_armor_plarmor", "fg": 6194 }, - { "id": "overlay_male_worn_armor_plarmor", "fg": 6195 }, - { "id": "overlay_female_worn_gloves_studded", "fg": 6202 }, - { "id": "overlay_male_worn_gloves_studded", "fg": 6203 }, - { "id": "overlay_male_worn_helmet_plate", "fg": 6173 }, - { "id": "overlay_male_worn_armor_lightplate", "fg": 6193 }, - { "id": "overlay_male_worn_gloves_plate", "fg": 6149 }, - { "id": "overlay_male_worn_boots_plate", "fg": 6147 }, - { "id": "overlay_male_worn_cuirass_lightplate", "fg": 6171 }, - { "id": "overlay_male_worn_armguard_lightplate", "fg": 6199 }, - { "id": "overlay_male_worn_legguard_lightplate", "fg": 6201 }, - { "id": "overlay_female_worn_helmet_plate", "fg": 6172 }, - { "id": "overlay_female_worn_armor_lightplate", "fg": 6192 }, - { "id": "overlay_female_worn_gloves_plate", "fg": 6148 }, - { "id": "overlay_female_worn_boots_plate", "fg": 6146 }, - { "id": "overlay_female_worn_cuirass_lightplate", "fg": 6170 }, - { "id": "overlay_female_worn_armguard_lightplate", "fg": 6198 }, - { "id": "overlay_female_worn_legguard_lightplate", "fg": 6200 }, - { "id": "overlay_female_worn_armguard_hard", "fg": 6204 }, - { "id": "overlay_male_worn_armguard_hard", "fg": 6205 }, - { "id": "overlay_female_worn_armor_riot", "fg": 6206 }, - { "id": "overlay_male_worn_armor_riot", "fg": 6207 }, - { "id": "overlay_female_worn_ballistic_vest_esapi", "fg": 6208 }, - { "id": "overlay_male_worn_ballistic_vest_esapi", "fg": 6209 }, - { "id": "overlay_female_worn_helmet_riot", "fg": 6210 }, - { "id": "overlay_male_worn_helmet_riot", "fg": 6211 }, - { "id": "overlay_female_worn_kevlar", "fg": 6212 }, - { "id": "overlay_male_worn_kevlar", "fg": 6213 }, - { "id": "overlay_female_worn_legguard_hard", "fg": 6214 }, - { "id": "overlay_male_worn_legguard_hard", "fg": 6215 }, - { "id": "overlay_female_worn_swat_armor", "fg": 6234 }, - { "id": "overlay_male_worn_swat_armor", "fg": 6235 }, - { "id": "overlay_female_worn_tac_fullhelmet", "fg": 6236 }, - { "id": "overlay_male_worn_tac_fullhelmet", "fg": 6237 }, - { "id": "overlay_female_worn_tac_helmet", "fg": 6238 }, - { "id": "overlay_male_worn_tac_helmet", "fg": 6239 }, - { "id": "overlay_female_worn_2byarm_guard", "fg": 6240 }, - { "id": "overlay_male_worn_2byarm_guard", "fg": 6241 }, - { "id": "overlay_female_worn_2byshin_guard", "fg": 6242 }, - { "id": "overlay_male_worn_2byshin_guard", "fg": 6243 }, - { "id": "overlay_female_worn_legguard_metal", "fg": 6244 }, - { "id": "overlay_male_worn_legguard_metal", "fg": 6245 }, - { "id": "overlay_female_worn_armguard_metal", "fg": 6246 }, - { "id": "overlay_male_worn_armguard_metal", "fg": 6247 }, - { "id": "overlay_male_worn_helmet_scrap", "fg": 6257 }, - { "id": "overlay_male_worn_armor_scrapsuit", "fg": 6261 }, - { "id": "overlay_male_worn_boots_scrap", "fg": 6253 }, - { "id": "overlay_male_worn_cuirass_scrap", "fg": 6255 }, - { "id": "overlay_male_worn_armguard_scrap", "fg": 6197 }, - { "id": "overlay_male_worn_legguard_scrap", "fg": 6259 }, - { "id": "overlay_female_worn_helmet_scrap", "fg": 6256 }, - { "id": "overlay_female_worn_armor_scrapsuit", "fg": 6260 }, - { "id": "overlay_female_worn_boots_scrap", "fg": 6252 }, - { "id": "overlay_female_worn_cuirass_scrap", "fg": 6254 }, - { "id": "overlay_female_worn_armguard_scrap", "fg": 6196 }, - { "id": "overlay_female_worn_legguard_scrap", "fg": 6258 }, - { "id": "overlay_male_worn_backpack", "fg": 6267 }, - { "id": "overlay_female_worn_backpack", "fg": 6262 }, - { "id": "overlay_male_worn_backpack_hiking", "fg": 6264 }, - { "id": "overlay_female_worn_backpack_hiking", "fg": 6263 }, - { "id": "overlay_female_worn_backpack_leather", "fg": 6265 }, - { "id": "overlay_male_worn_backpack_leather", "fg": 6266 }, - { "id": "overlay_male_worn_backpack_tactical_large", "fg": 6269 }, - { "id": "overlay_female_worn_backpack_tactical_large", "fg": 6268 }, - { "id": "overlay_male_worn_molle_pack", "fg": 6271 }, - { "id": "overlay_female_worn_molle_pack", "fg": 6270 }, - { "id": [ "overlay_female_worn_rifle_case_soft", "overlay_female_worn_rifle_case_soft_2" ], "fg": 6273 }, + { "id": "overlay_male_wielded_pointy_stick", "fg": 6064 }, + { "id": "overlay_female_wielded_pointy_stick", "fg": 6063 }, + { "id": "overlay_male_wielded_spear_wood", "fg": 6080 }, + { "id": "overlay_female_wielded_spear_wood", "fg": 6079 }, + { "id": "overlay_male_wielded_spear_spike", "fg": 6076 }, + { "id": "overlay_female_wielded_spear_spike", "fg": 6075 }, + { "id": "overlay_male_wielded_spear_knife", "fg": 6068 }, + { "id": "overlay_female_wielded_spear_knife", "fg": 6067 }, + { "id": "overlay_male_wielded_spear_knife_superior", "fg": 6070 }, + { "id": "overlay_female_wielded_spear_knife_superior", "fg": 6069 }, + { "id": "overlay_male_wielded_spear_rebar", "fg": 6074 }, + { "id": "overlay_female_wielded_spear_rebar", "fg": 6073 }, + { "id": "overlay_male_wielded_spear_pipe", "fg": 6072 }, + { "id": "overlay_female_wielded_spear_pipe", "fg": 6071 }, + { "id": "overlay_male_wielded_spear_steel", "fg": 6078 }, + { "id": "overlay_female_wielded_spear_steel", "fg": 6077 }, + { "id": "overlay_male_wielded_spear_copper", "fg": 6066 }, + { "id": "overlay_female_wielded_spear_copper", "fg": 6065 }, + { "id": "overlay_female_wielded_splinter", "fg": 6081 }, + { "id": "overlay_male_wielded_splinter", "fg": 6082 }, + { "id": "overlay_wielded_knife_steak", "fg": 6083 }, + { "id": "overlay_wielded_steel_chunk", "fg": 6084 }, + { "id": "overlay_wielded_steel_lump", "fg": 6085 }, + { "id": "overlay_female_wielded_stick", "fg": 6086 }, + { "id": "overlay_male_wielded_stick", "fg": 6087 }, + { "id": "overlay_female_wielded_stick_long", "fg": 6088 }, + { "id": "overlay_male_wielded_stick_long", "fg": 6089 }, + { "id": "overlay_female_wielded_primitive_hammer", "fg": 6090 }, + { "id": "overlay_male_wielded_primitive_hammer", "fg": 6091 }, + { "id": "overlay_female_wielded_spear_stone", "fg": 6092 }, + { "id": "overlay_male_wielded_spear_stone", "fg": 6093 }, + { "id": "overlay_wielded_knife_rambo", "fg": 6094 }, + { "id": "overlay_female_wielded_spear_survivor", "fg": 6095 }, + { "id": "overlay_male_wielded_spear_survivor", "fg": 6096 }, + { "id": "overlay_wielded_switchblade", "fg": 6097 }, + { "id": "overlay_wielded_tanto", "fg": 6099 }, + { "id": "overlay_female_wielded_teapot", "fg": 6100 }, + { "id": "overlay_male_wielded_teapot", "fg": 6101 }, + { "id": "overlay_female_wielded_television", "fg": 6102 }, + { "id": "overlay_male_wielded_television", "fg": 6103 }, + { "id": "overlay_female_wielded_thermos", "fg": 6104 }, + { "id": "overlay_male_wielded_thermos", "fg": 6105 }, + { "id": "overlay_wielded_boltcutters", "fg": 6106 }, + { "id": "overlay_wielded_e_tool", "fg": 6108 }, + { "id": "overlay_wielded_halligan", "fg": 6109 }, + { "id": "overlay_wielded_jackhammer", "fg": 6111 }, + { "id": "overlay_wielded_elec_jackhammer", "fg": 6111 }, + { "id": "overlay_wielded_lobotomizer", "fg": 6112 }, + { "id": "overlay_wielded_makeshift_axe", "fg": 6113 }, + { "id": "overlay_wielded_ny_hook", "fg": 6114 }, + { "id": "overlay_wielded_pickaxe", "fg": 6115 }, + { "id": "overlay_wielded_hammer_sledge_engineer", "fg": 6116 }, + { "id": "overlay_wielded_hammer_sledge_heavy", "fg": 6117 }, + { "id": "overlay_wielded_hammer_sledge_short", "fg": 6118 }, + { "id": "overlay_wielded_hammer_sledge", "fg": 6119 }, + { "id": "overlay_wielded_g_shovel", "fg": 6120 }, + { "id": "overlay_wielded_primitive_shovel", "fg": 6121 }, + { "id": "overlay_wielded_knife_trench", "fg": 6122 }, + { "id": "overlay_wielded_wakizashi", "fg": 6123 }, + { "id": "overlay_male_wielded_2h_flail_steel", "fg": 6125 }, + { "id": "overlay_female_wielded_2h_flail_steel", "fg": 6124 }, + { "id": "overlay_wielded_warhammer", "fg": 6126 }, + { "id": "overlay_wielded_bolas", "fg": 6127 }, + { "id": "overlay_wielded_bullwhip", "fg": 6128 }, + { "id": "overlay_female_wielded_homewrecker", "fg": 6129 }, + { "id": "overlay_male_wielded_homewrecker", "fg": 6130 }, + { "id": "overlay_wielded_lawn_dart", "fg": 6131 }, + { "id": "overlay_wielded_net", "fg": 6132 }, + { "id": "overlay_wielded_bullwhip_razor", "fg": 6133 }, + { "id": "overlay_wielded_sling", "fg": 6134 }, + { "id": "overlay_wielded_staff_sling", "fg": 6135 }, + { "id": "overlay_wielded_throwing_axe", "fg": 6136 }, + { "id": "overlay_female_wielded_throwing_knife", "fg": 6137 }, + { "id": "overlay_male_wielded_throwing_knife", "fg": 6138 }, + { "id": "overlay_wielded_throwing_stick", "fg": 6139 }, + { "id": "overlay_wielded_shocktonfa_off", "fg": 6140 }, + { "id": "overlay_wielded_shocktonfa_on", "fg": 6140 }, + { "id": "overlay_wielded_tonfa", "fg": 6141 }, + { "id": "overlay_wielded_tonfa_wood", "fg": 6142 }, + { "id": "overlay_wielded_sword_wood", "fg": 6143 }, + { "id": "overlay_wielded_sword_nail", "fg": 6144 }, + { "id": "overlay_wielded_zweihander", "fg": 6145 }, + { "id": "overlay_female_worn_armor_samurai", "fg": 6146 }, + { "id": "overlay_male_worn_armor_samurai", "fg": 6147 }, + { "id": "overlay_female_worn_chainmail_suit", "fg": 6156 }, + { "id": "overlay_male_worn_chainmail_suit", "fg": 6157 }, + { "id": "overlay_female_worn_chainmail_feet", "fg": 6158 }, + { "id": "overlay_male_worn_chainmail_feet", "fg": 6159 }, + { "id": "overlay_female_worn_chainmail_hood", "fg": 6160 }, + { "id": "overlay_male_worn_chainmail_hood", "fg": 6161 }, + { "id": "overlay_female_worn_chainmail_hands", "fg": 6162 }, + { "id": "overlay_male_worn_chainmail_hands", "fg": 6163 }, + { "id": "overlay_female_worn_chainmail_hauberk", "fg": 6164 }, + { "id": "overlay_male_worn_chainmail_hauberk", "fg": 6165 }, + { "id": "overlay_female_worn_chainmail_legs", "fg": 6166 }, + { "id": "overlay_male_worn_chainmail_legs", "fg": 6167 }, + { "id": "overlay_female_worn_chainmail_arms", "fg": 6168 }, + { "id": "overlay_male_worn_chainmail_arms", "fg": 6169 }, + { "id": "overlay_female_worn_chainmail_vest", "fg": 6170 }, + { "id": "overlay_male_worn_chainmail_vest", "fg": 6171 }, + { "id": "overlay_female_worn_vest_leather_mod", "fg": 6152 }, + { "id": "overlay_male_worn_vest_leather_mod", "fg": 6153 }, + { "id": "overlay_female_worn_armor_blarmor", "fg": 6154 }, + { "id": "overlay_male_worn_armor_blarmor", "fg": 6155 }, + { "id": "overlay_female_worn_armguard_larmor", "fg": 6176 }, + { "id": "overlay_male_worn_armguard_larmor", "fg": 6177 }, + { "id": "overlay_female_worn_boots_larmor", "fg": 6178 }, + { "id": "overlay_male_worn_boots_larmor", "fg": 6179 }, + { "id": "overlay_male_worn_gauntlets_larmor", "fg": 6180 }, + { "id": "overlay_female_worn_gauntlets_larmor", "fg": 6181 }, + { "id": "overlay_male_worn_helmet_larmor", "fg": 6183 }, + { "id": "overlay_female_worn_helmet_larmor", "fg": 6182 }, + { "id": "overlay_female_worn_armor_larmor", "fg": 6184 }, + { "id": "overlay_male_worn_armor_larmor", "fg": 6185 }, + { "id": "overlay_female_worn_footrags_leather", "fg": 6186 }, + { "id": "overlay_male_worn_footrags_leather", "fg": 6187 }, + { "id": "overlay_female_worn_gloves_wraps_leather", "fg": 6188 }, + { "id": "overlay_male_worn_gloves_wraps_leather", "fg": 6189 }, + { "id": "overlay_female_worn_vambrace_larmor", "fg": 6190 }, + { "id": "overlay_male_worn_vambrace_larmor", "fg": 6191 }, + { "id": "overlay_female_worn_vest_leather", "fg": 6192 }, + { "id": "overlay_male_worn_vest_leather", "fg": 6193 }, + { "id": "overlay_female_worn_armor_plarmor", "fg": 6196 }, + { "id": "overlay_male_worn_armor_plarmor", "fg": 6197 }, + { "id": "overlay_female_worn_gloves_studded", "fg": 6204 }, + { "id": "overlay_male_worn_gloves_studded", "fg": 6205 }, + { "id": "overlay_male_worn_helmet_plate", "fg": 6175 }, + { "id": "overlay_male_worn_armor_lightplate", "fg": 6195 }, + { "id": "overlay_male_worn_gloves_plate", "fg": 6151 }, + { "id": "overlay_male_worn_boots_plate", "fg": 6149 }, + { "id": "overlay_male_worn_cuirass_lightplate", "fg": 6173 }, + { "id": "overlay_male_worn_armguard_lightplate", "fg": 6201 }, + { "id": "overlay_male_worn_legguard_lightplate", "fg": 6203 }, + { "id": "overlay_female_worn_helmet_plate", "fg": 6174 }, + { "id": "overlay_female_worn_armor_lightplate", "fg": 6194 }, + { "id": "overlay_female_worn_gloves_plate", "fg": 6150 }, + { "id": "overlay_female_worn_boots_plate", "fg": 6148 }, + { "id": "overlay_female_worn_cuirass_lightplate", "fg": 6172 }, + { "id": "overlay_female_worn_armguard_lightplate", "fg": 6200 }, + { "id": "overlay_female_worn_legguard_lightplate", "fg": 6202 }, + { "id": "overlay_female_worn_armguard_hard", "fg": 6206 }, + { "id": "overlay_male_worn_armguard_hard", "fg": 6207 }, + { "id": "overlay_female_worn_armor_riot", "fg": 6208 }, + { "id": "overlay_male_worn_armor_riot", "fg": 6209 }, + { "id": "overlay_female_worn_ballistic_vest_esapi", "fg": 6210 }, + { "id": "overlay_male_worn_ballistic_vest_esapi", "fg": 6211 }, + { "id": "overlay_female_worn_helmet_riot", "fg": 6212 }, + { "id": "overlay_male_worn_helmet_riot", "fg": 6213 }, + { "id": "overlay_female_worn_kevlar", "fg": 6214 }, + { "id": "overlay_male_worn_kevlar", "fg": 6215 }, + { "id": "overlay_female_worn_legguard_hard", "fg": 6216 }, + { "id": "overlay_male_worn_legguard_hard", "fg": 6217 }, + { "id": "overlay_female_worn_swat_armor", "fg": 6238 }, + { "id": "overlay_male_worn_swat_armor", "fg": 6239 }, + { "id": "overlay_female_worn_tac_fullhelmet", "fg": 6240 }, + { "id": "overlay_male_worn_tac_fullhelmet", "fg": 6241 }, + { "id": "overlay_female_worn_tac_helmet", "fg": 6242 }, + { "id": "overlay_male_worn_tac_helmet", "fg": 6243 }, + { "id": "overlay_female_worn_2byarm_guard", "fg": 6244 }, + { "id": "overlay_male_worn_2byarm_guard", "fg": 6245 }, + { "id": "overlay_female_worn_2byshin_guard", "fg": 6246 }, + { "id": "overlay_male_worn_2byshin_guard", "fg": 6247 }, + { "id": "overlay_female_worn_legguard_metal", "fg": 6248 }, + { "id": "overlay_male_worn_legguard_metal", "fg": 6249 }, + { "id": "overlay_female_worn_armguard_metal", "fg": 6250 }, + { "id": "overlay_male_worn_armguard_metal", "fg": 6251 }, + { "id": "overlay_male_worn_helmet_scrap", "fg": 6261 }, + { "id": "overlay_male_worn_armor_scrapsuit", "fg": 6265 }, + { "id": "overlay_male_worn_boots_scrap", "fg": 6257 }, + { "id": "overlay_male_worn_cuirass_scrap", "fg": 6259 }, + { "id": "overlay_male_worn_armguard_scrap", "fg": 6199 }, + { "id": "overlay_male_worn_legguard_scrap", "fg": 6263 }, + { "id": "overlay_female_worn_helmet_scrap", "fg": 6260 }, + { "id": "overlay_female_worn_armor_scrapsuit", "fg": 6264 }, + { "id": "overlay_female_worn_boots_scrap", "fg": 6256 }, + { "id": "overlay_female_worn_cuirass_scrap", "fg": 6258 }, + { "id": "overlay_female_worn_armguard_scrap", "fg": 6198 }, + { "id": "overlay_female_worn_legguard_scrap", "fg": 6262 }, + { "id": "overlay_male_worn_backpack", "fg": 6271 }, + { "id": "overlay_female_worn_backpack", "fg": 6266 }, + { "id": "overlay_male_worn_backpack_hiking", "fg": 6268 }, + { "id": "overlay_female_worn_backpack_hiking", "fg": 6267 }, + { "id": "overlay_female_worn_backpack_leather", "fg": 6269 }, + { "id": "overlay_male_worn_backpack_leather", "fg": 6270 }, + { "id": "overlay_male_worn_backpack_tactical_large", "fg": 6273 }, + { "id": "overlay_female_worn_backpack_tactical_large", "fg": 6272 }, + { "id": "overlay_male_worn_molle_pack", "fg": 6275 }, + { "id": "overlay_female_worn_molle_pack", "fg": 6274 }, + { "id": [ "overlay_female_worn_rifle_case_soft", "overlay_female_worn_rifle_case_soft_2" ], "fg": 6277 }, { "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": 6274 + "fg": 6278 }, - { "id": [ "overlay_male_worn_rifle_case_soft", "overlay_male_worn_rifle_case_soft_2" ], "fg": 6277 }, + { "id": [ "overlay_male_worn_rifle_case_soft", "overlay_male_worn_rifle_case_soft_2" ], "fg": 6281 }, { "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": 6278 - }, - { "id": "overlay_female_worn_rucksack", "fg": 6280 }, - { "id": "overlay_male_worn_rucksack", "fg": 6281 }, - { "id": "overlay_worn_bead_necklace", "fg": 6283 }, - { "id": "overlay_worn_bead_bracelet", "fg": 6282 }, - { "id": "overlay_worn_leather_belt", "fg": 6293 }, - { "id": "overlay_worn_police_belt", "fg": 6307 }, - { "id": "overlay_worn_tool_belt", "fg": 6312 }, - { "id": "overlay_worn_webbing_belt", "fg": 6314 }, - { "id": "overlay_worn_briefcase", "fg": 6286 }, - { "id": "overlay_wielded_briefcase", "fg": 6286 }, - { "id": "overlay_worn_briefcase_smg", "fg": 6286 }, - { "id": "overlay_wielded_briefcase_smg", "fg": 6286 }, - { "id": "overlay_worn_hk_briefcase", "fg": 6286 }, - { "id": "overlay_wielded_hk_briefcase", "fg": 6286 }, - { "id": "overlay_female_worn_wearable_light", "fg": 6289 }, - { "id": "overlay_male_worn_wearable_light", "fg": 6290 }, - { "id": "overlay_female_worn_wearable_light_on", "fg": 6289 }, - { "id": "overlay_male_worn_wearable_light_on", "fg": 6290 }, - { "id": "overlay_female_worn_survivor_light", "fg": 6289 }, - { "id": "overlay_male_worn_survivor_light", "fg": 6290 }, - { "id": "overlay_female_worn_survivor_light_on", "fg": 6289 }, - { "id": "overlay_male_worn_survivor_light_on", "fg": 6290 }, - { "id": "overlay_female_worn_holster", "fg": 6291 }, - { "id": "overlay_male_worn_holster", "fg": 6292 }, - { "id": "overlay_female_worn_legpouch_large", "fg": 6294 }, - { "id": "overlay_male_worn_legpouch_large", "fg": 6295 }, - { "id": "overlay_female_worn_legrig", "fg": 6296 }, - { "id": "overlay_male_worn_legrig", "fg": 6297 }, - { "id": "overlay_worn_judo_belt_black", "fg": 6284 }, - { "id": "overlay_worn_judo_belt_blue", "fg": 6285 }, - { "id": "overlay_worn_judo_belt_brown", "fg": 6287 }, - { "id": "overlay_worn_judo_belt_green", "fg": 6288 }, - { "id": "overlay_worn_judo_belt_orange", "fg": 6298 }, - { "id": "overlay_worn_judo_belt_white", "fg": 6315 }, - { "id": "overlay_worn_judo_belt_yellow", "fg": 6316 }, - { "id": "overlay_female_worn_ragpouch", "fg": 6308 }, - { "id": "overlay_male_worn_ragpouch", "fg": 6309 }, - { "id": "overlay_female_worn_tacvest", "fg": 6310 }, - { "id": "overlay_male_worn_tacvest", "fg": 6311 }, - { "id": "overlay_worn_wearable_light", "fg": 6313 }, - { "id": "overlay_female_worn_dinosuit", "fg": 6317 }, - { "id": "overlay_male_worn_dinosuit", "fg": 6318 }, - { "id": "overlay_female_worn_hazmat_suit", "fg": 6319 }, - { "id": "overlay_male_worn_hazmat_suit", "fg": 6320 }, - { "id": "overlay_female_worn_judo_gi", "fg": 6321 }, - { "id": "overlay_male_worn_judo_gi", "fg": 6322 }, - { "id": "overlay_female_worn_jumpsuit", "fg": 6323 }, - { "id": "overlay_male_worn_jumpsuit", "fg": 6324 }, - { "id": "overlay_female_worn_karate_gi", "fg": 6325 }, - { "id": "overlay_male_worn_karate_gi", "fg": 6326 }, - { "id": "overlay_female_worn_robofac_jumpsuit", "fg": 6330 }, - { "id": "overlay_male_worn_robofac_jumpsuit", "fg": 6331 }, - { "id": "overlay_female_worn_suit", "fg": 6332 }, - { "id": "overlay_male_worn_suit", "fg": 6333 }, - { "id": "overlay_female_worn_touring_suit", "fg": 6334 }, - { "id": "overlay_male_worn_touring_suit", "fg": 6335 }, - { "id": "overlay_female_worn_boots", "fg": 6339 }, - { "id": "overlay_male_worn_boots", "fg": 6344 }, - { "id": "overlay_female_worn_boots_bunker", "fg": 6336 }, - { "id": "overlay_male_worn_boots_bunker", "fg": 6337 }, - { "id": "overlay_female_worn_boots_fur", "fg": 6340 }, - { "id": "overlay_male_worn_boots_fur", "fg": 6341 }, - { "id": "overlay_female_worn_boots_hiking", "fg": 6342 }, - { "id": "overlay_male_worn_boots_hiking", "fg": 6343 }, - { "id": "overlay_female_worn_boots_rubber", "fg": 6345 }, - { "id": "overlay_male_worn_boots_rubber", "fg": 6346 }, - { "id": "overlay_female_worn_boots_steel", "fg": 6347 }, - { "id": "overlay_male_worn_boots_steel", "fg": 6348 }, - { "id": "overlay_female_worn_boots_western", "fg": 6349 }, - { "id": "overlay_male_worn_boots_western", "fg": 6350 }, - { "id": "overlay_female_worn_boots_winter", "fg": 6351 }, - { "id": "overlay_male_worn_boots_winter", "fg": 6352 }, - { "id": "overlay_female_worn_motorbike_boots", "fg": 6353 }, - { "id": "overlay_male_worn_motorbike_boots", "fg": 6354 }, - { "id": "overlay_worn_boots_combat", "fg": 6338 }, - { "id": "overlay_male_worn_cape_fp", "fg": 6387 }, - { "id": "overlay_female_worn_cape_fp", "fg": 6386 }, - { "id": "overlay_male_worn_cloak", "fg": 6393 }, - { "id": "overlay_female_worn_cloak", "fg": 6388 }, - { "id": "overlay_male_worn_cloak_wool", "fg": 6395 }, - { "id": "overlay_female_worn_cloak_wool", "fg": 6394 }, - { "id": "overlay_male_worn_cloak_leather", "fg": 6392 }, - { "id": "overlay_female_worn_cloak_leather", "fg": 6391 }, - { "id": "overlay_male_worn_cloak_fur", "fg": 6390 }, - { "id": "overlay_female_worn_cloak_fur", "fg": 6389 }, - { "id": "overlay_female_worn_dress", "fg": 6413 }, - { "id": "overlay_male_worn_dress", "fg": 6414 }, - { "id": "overlay_female_worn_sundress", "fg": 6421 }, - { "id": "overlay_male_worn_sundress", "fg": 6422 }, - { "id": "overlay_female_worn_maid_hat", "fg": 6514 }, - { "id": "overlay_female_worn_maid_dress", "fg": 6415 }, - { "id": "overlay_male_worn_maid_hat", "fg": 6515 }, - { "id": "overlay_male_worn_maid_dress", "fg": 6416 }, - { "id": "overlay_female_worn_skirt", "fg": 6417 }, - { "id": "overlay_male_worn_skirt", "fg": 6420 }, - { "id": "overlay_female_worn_skirt_leather", "fg": 6418 }, - { "id": "overlay_male_worn_skirt_leather", "fg": 6419 }, - { "id": "overlay_worn_elbow_pads", "fg": 6423 }, - { "id": "overlay_female_worn_glasses_bal", "fg": 6424 }, - { "id": "overlay_male_worn_glasses_bal", "fg": 6425 }, - { "id": "overlay_female_worn_glasses_bifocal", "fg": 6426 }, - { "id": "overlay_male_worn_glasses_bifocal", "fg": 6427 }, - { "id": "overlay_female_worn_glasses_eye", "fg": 6428 }, - { "id": "overlay_male_worn_glasses_eye", "fg": 6429 }, - { "id": "overlay_female_worn_glasses_monocle", "fg": 6430 }, - { "id": "overlay_male_worn_glasses_monocle", "fg": 6431 }, - { "id": "overlay_female_worn_glasses_reading", "fg": 6432 }, - { "id": "overlay_male_worn_glasses_reading", "fg": 6433 }, - { "id": "overlay_female_worn_glasses_safety", "fg": 6434 }, - { "id": "overlay_male_worn_glasses_safety", "fg": 6435 }, - { "id": "overlay_female_worn_mask_ski", "fg": 6436 }, - { "id": "overlay_male_worn_mask_ski", "fg": 6439 }, - { "id": "overlay_female_worn_mask_ski_loose", "fg": 6437 }, - { "id": "overlay_male_worn_mask_ski_loose", "fg": 6438 }, - { "id": "overlay_female_worn_sunglasses", "fg": 6442 }, - { "id": "overlay_male_worn_sunglasses", "fg": 6443 }, - { "id": "overlay_female_worn_goggles_welding", "fg": 6444 }, - { "id": "overlay_male_worn_goggles_welding", "fg": 6445 }, - { "id": "overlay_female_worn_glove_jackson", "fg": 6446 }, - { "id": "overlay_male_worn_glove_jackson", "fg": 6447 }, - { "id": "overlay_female_worn_gloves_liner", "fg": 6460 }, - { "id": "overlay_male_worn_gloves_liner", "fg": 6461 }, - { "id": "overlay_female_worn_gloves_medical", "fg": 6462 }, - { "id": "overlay_male_worn_gloves_medical", "fg": 6463 }, - { "id": "overlay_female_worn_gloves_rubber", "fg": 6464 }, - { "id": "overlay_male_worn_gloves_rubber", "fg": 6465 }, - { "id": "overlay_female_worn_gloves_tactical", "fg": 6466 }, - { "id": "overlay_male_worn_gloves_tactical", "fg": 6467 }, - { "id": "overlay_female_worn_gloves_winter", "fg": 6468 }, - { "id": "overlay_male_worn_gloves_winter", "fg": 6469 }, - { "id": "overlay_female_worn_gloves_wool", "fg": 6470 }, - { "id": "overlay_male_worn_gloves_wool", "fg": 6471 }, - { "id": "overlay_female_worn_gloves_work", "fg": 6472 }, - { "id": "overlay_male_worn_gloves_work", "fg": 6473 }, - { "id": "overlay_female_worn_gloves_cut_resistant", "fg": 6448 }, - { "id": "overlay_male_worn_gloves_cut_resistant", "fg": 6449 }, - { "id": "overlay_female_worn_gloves_fingerless", "fg": 6450 }, - { "id": "overlay_male_worn_gloves_fingerless", "fg": 6451 }, - { "id": "overlay_female_worn_gloves_fur", "fg": 6452 }, - { "id": "overlay_male_worn_gloves_fur", "fg": 6453 }, - { "id": "overlay_female_worn_gloves_golf", "fg": 6454 }, - { "id": "overlay_male_worn_gloves_golf", "fg": 6455 }, - { "id": "overlay_female_worn_gloves_leather", "fg": 6456 }, - { "id": "overlay_male_worn_gloves_leather", "fg": 6457 }, - { "id": "overlay_female_worn_gloves_light", "fg": 6458 }, - { "id": "overlay_male_worn_gloves_light", "fg": 6459 }, - { "id": "overlay_male_worn_long_glove_white", "fg": 6475 }, - { "id": "overlay_female_worn_long_glove_white", "fg": 6474 }, - { "id": "overlay_female_worn_mittens", "fg": 6476 }, - { "id": "overlay_male_worn_mittens", "fg": 6477 }, - { "id": "overlay_female_worn_beret", "fg": 6480 }, - { "id": "overlay_male_worn_beret", "fg": 6481 }, - { "id": "overlay_female_worn_bowhat", "fg": 6482 }, - { "id": "overlay_male_worn_bowhat", "fg": 6483 }, - { "id": "overlay_female_worn_cowboy_hat", "fg": 6484 }, - { "id": "overlay_male_worn_cowboy_hat", "fg": 6485 }, - { "id": "overlay_female_worn_fedora", "fg": 6486 }, - { "id": "overlay_male_worn_fedora", "fg": 6487 }, - { "id": "overlay_female_worn_firehelmet", "fg": 6488 }, - { "id": "overlay_male_worn_firehelmet", "fg": 6489 }, - { "id": "overlay_female_worn_hat_ball", "fg": 6490 }, - { "id": "overlay_male_worn_hat_ball", "fg": 6491 }, - { "id": "overlay_male_worn_hat_cotton", "fg": 6493 }, - { "id": "overlay_female_worn_hat_cotton", "fg": 6492 }, - { "id": "overlay_male_worn_hat_fur", "fg": 6495 }, - { "id": "overlay_female_worn_hat_fur", "fg": 6494 }, - { "id": "overlay_female_worn_hat_hard", "fg": 6496 }, - { "id": "overlay_male_worn_hat_hard", "fg": 6497 }, - { "id": "overlay_female_worn_hat_noise_cancelling", "fg": 6500 }, - { "id": "overlay_male_worn_hat_noise_cancelling", "fg": 6501 }, - { "id": "overlay_female_worn_helmet_army", "fg": 6502 }, - { "id": "overlay_male_worn_helmet_army", "fg": 6503 }, - { "id": "overlay_female_worn_helmet_barbute", "fg": 6504 }, - { "id": "overlay_male_worn_helmet_barbute", "fg": 6505 }, - { "id": "overlay_female_worn_helmet_bike", "fg": 6506 }, - { "id": "overlay_male_worn_helmet_bike", "fg": 6507 }, - { "id": "overlay_female_worn_helmet_chitin", "fg": 6508 }, - { "id": "overlay_male_worn_helmet_chitin", "fg": 6509 }, - { "id": "overlay_female_worn_helmet_kabuto", "fg": 6510 }, - { "id": "overlay_male_worn_helmet_kabuto", "fg": 6511 }, - { "id": "overlay_female_worn_helmet_motor", "fg": 6512 }, - { "id": "overlay_male_worn_helmet_motor", "fg": 6513 }, - { "id": "overlay_female_worn_hat_knit", "fg": 6498 }, - { "id": "overlay_male_worn_hat_knit", "fg": 6499 }, - { "id": "overlay_female_worn_straw_fedora", "fg": 6522 }, - { "id": "overlay_male_worn_straw_fedora", "fg": 6523 }, - { "id": "overlay_female_worn_straw_hat", "fg": 6524 }, - { "id": "overlay_male_worn_straw_hat", "fg": 6525 }, - { "id": "overlay_female_worn_10gal_hat", "fg": 6526 }, - { "id": "overlay_male_worn_10gal_hat", "fg": 6527 }, - { "id": "overlay_female_worn_tophat", "fg": 6528 }, - { "id": "overlay_male_worn_tophat", "fg": 6529 }, - { "id": "overlay_male_worn_turban", "fg": 6531 }, - { "id": "overlay_female_worn_turban", "fg": 6530 }, - { "id": "overlay_female_worn_blazer", "fg": 6534 }, - { "id": "overlay_male_worn_blazer", "fg": 6535 }, - { "id": "overlay_female_worn_bunker_coat", "fg": 6536 }, - { "id": "overlay_male_worn_bunker_coat", "fg": 6537 }, - { "id": "overlay_female_worn_coat_lab", "fg": 6538 }, - { "id": "overlay_male_worn_coat_lab", "fg": 6539 }, - { "id": "overlay_female_worn_coat_rain", "fg": 6540 }, - { "id": "overlay_male_worn_coat_rain", "fg": 6541 }, - { "id": "overlay_female_worn_coat_winter", "fg": 6542 }, - { "id": "overlay_male_worn_coat_winter", "fg": 6543 }, - { "id": "overlay_female_worn_duster", "fg": 6544 }, - { "id": "overlay_male_worn_duster", "fg": 6545 }, - { "id": "overlay_female_worn_jacket_flannel", "fg": 6550 }, - { "id": "overlay_male_worn_jacket_flannel", "fg": 6551 }, - { "id": "overlay_female_worn_jacket_jean", "fg": 6552 }, - { "id": "overlay_male_worn_jacket_jean", "fg": 6553 }, - { "id": "overlay_female_worn_jacket_light", "fg": 6556 }, - { "id": "overlay_male_worn_jacket_light", "fg": 6557 }, - { "id": "overlay_female_worn_jacket_evac", "fg": 6548 }, - { "id": "overlay_male_worn_jacket_evac", "fg": 6549 }, - { "id": "overlay_female_worn_jacket_leather", "fg": 6558 }, - { "id": "overlay_male_worn_jacket_leather", "fg": 6559 }, - { "id": "overlay_female_worn_jacket_leather_red", "fg": 6554 }, - { "id": "overlay_male_worn_jacket_leather_red", "fg": 6555 }, - { "id": "overlay_female_worn_ski_jacket", "fg": 6560 }, - { "id": "overlay_male_worn_ski_jacket", "fg": 6561 }, - { "id": "overlay_female_worn_jacket_windbreaker", "fg": 6566 }, - { "id": "overlay_male_worn_jacket_windbreaker", "fg": 6567 }, - { "id": "overlay_female_worn_winter_jacket_army", "fg": 6532 }, - { "id": "overlay_male_worn_winter_jacket_army", "fg": 6533 }, - { "id": "overlay_female_worn_jacket_army", "fg": 6546 }, - { "id": "overlay_male_worn_jacket_army", "fg": 6547 }, - { "id": "overlay_female_worn_trenchcoat", "fg": 6562 }, - { "id": "overlay_male_worn_trenchcoat", "fg": 6563 }, - { "id": "overlay_female_worn_waistcoat", "fg": 6564 }, - { "id": "overlay_male_worn_waistcoat", "fg": 6565 }, - { "id": "overlay_female_worn_peacoat", "fg": 6568 }, - { "id": "overlay_male_worn_peacoat", "fg": 6569 }, - { "id": "overlay_female_worn_poncho", "fg": 6570 }, - { "id": "overlay_male_worn_poncho", "fg": 6571 }, - { "id": "overlay_worn_badge_swat", "fg": 6572 }, - { "id": "overlay_female_worn_barrette", "fg": 6573 }, - { "id": "overlay_male_worn_barrette", "fg": 6574 }, - { "id": "overlay_female_worn_badge_deputy", "fg": 6575 }, - { "id": "overlay_male_worn_badge_deputy", "fg": 6576 }, + "fg": 6282 + }, + { "id": "overlay_female_worn_rucksack", "fg": 6284 }, + { "id": "overlay_male_worn_rucksack", "fg": 6285 }, + { "id": "overlay_worn_bead_necklace", "fg": 6287 }, + { "id": "overlay_worn_bead_bracelet", "fg": 6286 }, + { "id": "overlay_worn_leather_belt", "fg": 6297 }, + { "id": "overlay_worn_police_belt", "fg": 6311 }, + { "id": "overlay_worn_tool_belt", "fg": 6316 }, + { "id": "overlay_worn_webbing_belt", "fg": 6318 }, + { "id": "overlay_worn_briefcase", "fg": 6290 }, + { "id": "overlay_wielded_briefcase", "fg": 6290 }, + { "id": "overlay_worn_briefcase_smg", "fg": 6290 }, + { "id": "overlay_wielded_briefcase_smg", "fg": 6290 }, + { "id": "overlay_worn_hk_briefcase", "fg": 6290 }, + { "id": "overlay_wielded_hk_briefcase", "fg": 6290 }, + { "id": "overlay_female_worn_wearable_light", "fg": 6293 }, + { "id": "overlay_male_worn_wearable_light", "fg": 6294 }, + { "id": "overlay_female_worn_wearable_light_on", "fg": 6293 }, + { "id": "overlay_male_worn_wearable_light_on", "fg": 6294 }, + { "id": "overlay_female_worn_survivor_light", "fg": 6293 }, + { "id": "overlay_male_worn_survivor_light", "fg": 6294 }, + { "id": "overlay_female_worn_survivor_light_on", "fg": 6293 }, + { "id": "overlay_male_worn_survivor_light_on", "fg": 6294 }, + { "id": "overlay_female_worn_holster", "fg": 6295 }, + { "id": "overlay_male_worn_holster", "fg": 6296 }, + { "id": "overlay_female_worn_legpouch_large", "fg": 6298 }, + { "id": "overlay_male_worn_legpouch_large", "fg": 6299 }, + { "id": "overlay_female_worn_legrig", "fg": 6300 }, + { "id": "overlay_male_worn_legrig", "fg": 6301 }, + { "id": "overlay_worn_judo_belt_black", "fg": 6288 }, + { "id": "overlay_worn_judo_belt_blue", "fg": 6289 }, + { "id": "overlay_worn_judo_belt_brown", "fg": 6291 }, + { "id": "overlay_worn_judo_belt_green", "fg": 6292 }, + { "id": "overlay_worn_judo_belt_orange", "fg": 6302 }, + { "id": "overlay_worn_judo_belt_white", "fg": 6319 }, + { "id": "overlay_worn_judo_belt_yellow", "fg": 6320 }, + { "id": "overlay_female_worn_ragpouch", "fg": 6312 }, + { "id": "overlay_male_worn_ragpouch", "fg": 6313 }, + { "id": "overlay_female_worn_tacvest", "fg": 6314 }, + { "id": "overlay_male_worn_tacvest", "fg": 6315 }, + { "id": "overlay_worn_wearable_light", "fg": 6317 }, + { "id": "overlay_female_worn_dinosuit", "fg": 6321 }, + { "id": "overlay_male_worn_dinosuit", "fg": 6322 }, + { "id": "overlay_female_worn_hazmat_suit", "fg": 6323 }, + { "id": "overlay_male_worn_hazmat_suit", "fg": 6324 }, + { "id": "overlay_female_worn_judo_gi", "fg": 6325 }, + { "id": "overlay_male_worn_judo_gi", "fg": 6326 }, + { "id": "overlay_female_worn_jumpsuit", "fg": 6327 }, + { "id": "overlay_male_worn_jumpsuit", "fg": 6328 }, + { "id": "overlay_female_worn_karate_gi", "fg": 6329 }, + { "id": "overlay_male_worn_karate_gi", "fg": 6330 }, + { "id": "overlay_female_worn_robofac_jumpsuit", "fg": 6334 }, + { "id": "overlay_male_worn_robofac_jumpsuit", "fg": 6335 }, + { "id": "overlay_female_worn_suit", "fg": 6336 }, + { "id": "overlay_male_worn_suit", "fg": 6337 }, + { "id": "overlay_female_worn_touring_suit", "fg": 6338 }, + { "id": "overlay_male_worn_touring_suit", "fg": 6339 }, + { "id": "overlay_female_worn_boots", "fg": 6343 }, + { "id": "overlay_male_worn_boots", "fg": 6348 }, + { "id": "overlay_female_worn_boots_bunker", "fg": 6340 }, + { "id": "overlay_male_worn_boots_bunker", "fg": 6341 }, + { "id": "overlay_female_worn_boots_fur", "fg": 6344 }, + { "id": "overlay_male_worn_boots_fur", "fg": 6345 }, + { "id": "overlay_female_worn_boots_hiking", "fg": 6346 }, + { "id": "overlay_male_worn_boots_hiking", "fg": 6347 }, + { "id": "overlay_female_worn_boots_rubber", "fg": 6349 }, + { "id": "overlay_male_worn_boots_rubber", "fg": 6350 }, + { "id": "overlay_female_worn_boots_steel", "fg": 6351 }, + { "id": "overlay_male_worn_boots_steel", "fg": 6352 }, + { "id": "overlay_female_worn_boots_western", "fg": 6353 }, + { "id": "overlay_male_worn_boots_western", "fg": 6354 }, + { "id": "overlay_female_worn_boots_winter", "fg": 6355 }, + { "id": "overlay_male_worn_boots_winter", "fg": 6356 }, + { "id": "overlay_female_worn_motorbike_boots", "fg": 6357 }, + { "id": "overlay_male_worn_motorbike_boots", "fg": 6358 }, + { "id": "overlay_worn_boots_combat", "fg": 6342 }, + { "id": "overlay_male_worn_cape_fp", "fg": 6391 }, + { "id": "overlay_female_worn_cape_fp", "fg": 6390 }, + { "id": "overlay_male_worn_cloak", "fg": 6397 }, + { "id": "overlay_female_worn_cloak", "fg": 6392 }, + { "id": "overlay_male_worn_cloak_wool", "fg": 6399 }, + { "id": "overlay_female_worn_cloak_wool", "fg": 6398 }, + { "id": "overlay_male_worn_cloak_leather", "fg": 6396 }, + { "id": "overlay_female_worn_cloak_leather", "fg": 6395 }, + { "id": "overlay_male_worn_cloak_fur", "fg": 6394 }, + { "id": "overlay_female_worn_cloak_fur", "fg": 6393 }, + { "id": "overlay_female_worn_dress", "fg": 6417 }, + { "id": "overlay_male_worn_dress", "fg": 6418 }, + { "id": "overlay_female_worn_sundress", "fg": 6425 }, + { "id": "overlay_male_worn_sundress", "fg": 6426 }, + { "id": "overlay_female_worn_maid_hat", "fg": 6518 }, + { "id": "overlay_female_worn_maid_dress", "fg": 6419 }, + { "id": "overlay_male_worn_maid_hat", "fg": 6519 }, + { "id": "overlay_male_worn_maid_dress", "fg": 6420 }, + { "id": "overlay_female_worn_skirt", "fg": 6421 }, + { "id": "overlay_male_worn_skirt", "fg": 6424 }, + { "id": "overlay_female_worn_skirt_leather", "fg": 6422 }, + { "id": "overlay_male_worn_skirt_leather", "fg": 6423 }, + { "id": "overlay_worn_elbow_pads", "fg": 6427 }, + { "id": "overlay_female_worn_glasses_bal", "fg": 6428 }, + { "id": "overlay_male_worn_glasses_bal", "fg": 6429 }, + { "id": "overlay_female_worn_glasses_bifocal", "fg": 6430 }, + { "id": "overlay_male_worn_glasses_bifocal", "fg": 6431 }, + { "id": "overlay_female_worn_glasses_eye", "fg": 6432 }, + { "id": "overlay_male_worn_glasses_eye", "fg": 6433 }, + { "id": "overlay_female_worn_glasses_monocle", "fg": 6434 }, + { "id": "overlay_male_worn_glasses_monocle", "fg": 6435 }, + { "id": "overlay_female_worn_glasses_reading", "fg": 6436 }, + { "id": "overlay_male_worn_glasses_reading", "fg": 6437 }, + { "id": "overlay_female_worn_glasses_safety", "fg": 6438 }, + { "id": "overlay_male_worn_glasses_safety", "fg": 6439 }, + { "id": "overlay_female_worn_mask_ski", "fg": 6440 }, + { "id": "overlay_male_worn_mask_ski", "fg": 6443 }, + { "id": "overlay_female_worn_mask_ski_loose", "fg": 6441 }, + { "id": "overlay_male_worn_mask_ski_loose", "fg": 6442 }, + { "id": "overlay_female_worn_sunglasses", "fg": 6446 }, + { "id": "overlay_male_worn_sunglasses", "fg": 6447 }, + { "id": "overlay_female_worn_goggles_welding", "fg": 6448 }, + { "id": "overlay_male_worn_goggles_welding", "fg": 6449 }, + { "id": "overlay_female_worn_glove_jackson", "fg": 6450 }, + { "id": "overlay_male_worn_glove_jackson", "fg": 6451 }, + { "id": "overlay_female_worn_gloves_liner", "fg": 6464 }, + { "id": "overlay_male_worn_gloves_liner", "fg": 6465 }, + { "id": "overlay_female_worn_gloves_medical", "fg": 6466 }, + { "id": "overlay_male_worn_gloves_medical", "fg": 6467 }, + { "id": "overlay_female_worn_gloves_rubber", "fg": 6468 }, + { "id": "overlay_male_worn_gloves_rubber", "fg": 6469 }, + { "id": "overlay_female_worn_gloves_tactical", "fg": 6470 }, + { "id": "overlay_male_worn_gloves_tactical", "fg": 6471 }, + { "id": "overlay_female_worn_gloves_winter", "fg": 6472 }, + { "id": "overlay_male_worn_gloves_winter", "fg": 6473 }, + { "id": "overlay_female_worn_gloves_wool", "fg": 6474 }, + { "id": "overlay_male_worn_gloves_wool", "fg": 6475 }, + { "id": "overlay_female_worn_gloves_work", "fg": 6476 }, + { "id": "overlay_male_worn_gloves_work", "fg": 6477 }, + { "id": "overlay_female_worn_gloves_cut_resistant", "fg": 6452 }, + { "id": "overlay_male_worn_gloves_cut_resistant", "fg": 6453 }, + { "id": "overlay_female_worn_gloves_fingerless", "fg": 6454 }, + { "id": "overlay_male_worn_gloves_fingerless", "fg": 6455 }, + { "id": "overlay_female_worn_gloves_fur", "fg": 6456 }, + { "id": "overlay_male_worn_gloves_fur", "fg": 6457 }, + { "id": "overlay_female_worn_gloves_golf", "fg": 6458 }, + { "id": "overlay_male_worn_gloves_golf", "fg": 6459 }, + { "id": "overlay_female_worn_gloves_leather", "fg": 6460 }, + { "id": "overlay_male_worn_gloves_leather", "fg": 6461 }, + { "id": "overlay_female_worn_gloves_light", "fg": 6462 }, + { "id": "overlay_male_worn_gloves_light", "fg": 6463 }, + { "id": "overlay_male_worn_long_glove_white", "fg": 6479 }, + { "id": "overlay_female_worn_long_glove_white", "fg": 6478 }, + { "id": "overlay_female_worn_mittens", "fg": 6480 }, + { "id": "overlay_male_worn_mittens", "fg": 6481 }, + { "id": "overlay_female_worn_beret", "fg": 6484 }, + { "id": "overlay_male_worn_beret", "fg": 6485 }, + { "id": "overlay_female_worn_bowhat", "fg": 6486 }, + { "id": "overlay_male_worn_bowhat", "fg": 6487 }, + { "id": "overlay_female_worn_cowboy_hat", "fg": 6488 }, + { "id": "overlay_male_worn_cowboy_hat", "fg": 6489 }, + { "id": "overlay_female_worn_fedora", "fg": 6490 }, + { "id": "overlay_male_worn_fedora", "fg": 6491 }, + { "id": "overlay_female_worn_firehelmet", "fg": 6492 }, + { "id": "overlay_male_worn_firehelmet", "fg": 6493 }, + { "id": "overlay_female_worn_hat_ball", "fg": 6494 }, + { "id": "overlay_male_worn_hat_ball", "fg": 6495 }, + { "id": "overlay_male_worn_hat_cotton", "fg": 6497 }, + { "id": "overlay_female_worn_hat_cotton", "fg": 6496 }, + { "id": "overlay_male_worn_hat_fur", "fg": 6499 }, + { "id": "overlay_female_worn_hat_fur", "fg": 6498 }, + { "id": "overlay_female_worn_hat_hard", "fg": 6500 }, + { "id": "overlay_male_worn_hat_hard", "fg": 6501 }, + { "id": "overlay_female_worn_hat_noise_cancelling", "fg": 6504 }, + { "id": "overlay_male_worn_hat_noise_cancelling", "fg": 6505 }, + { "id": "overlay_female_worn_helmet_army", "fg": 6506 }, + { "id": "overlay_male_worn_helmet_army", "fg": 6507 }, + { "id": "overlay_female_worn_helmet_barbute", "fg": 6508 }, + { "id": "overlay_male_worn_helmet_barbute", "fg": 6509 }, + { "id": "overlay_female_worn_helmet_bike", "fg": 6510 }, + { "id": "overlay_male_worn_helmet_bike", "fg": 6511 }, + { "id": "overlay_female_worn_helmet_chitin", "fg": 6512 }, + { "id": "overlay_male_worn_helmet_chitin", "fg": 6513 }, + { "id": "overlay_female_worn_helmet_kabuto", "fg": 6514 }, + { "id": "overlay_male_worn_helmet_kabuto", "fg": 6515 }, + { "id": "overlay_female_worn_helmet_motor", "fg": 6516 }, + { "id": "overlay_male_worn_helmet_motor", "fg": 6517 }, + { "id": "overlay_female_worn_hat_knit", "fg": 6502 }, + { "id": "overlay_male_worn_hat_knit", "fg": 6503 }, + { "id": "overlay_female_worn_straw_fedora", "fg": 6526 }, + { "id": "overlay_male_worn_straw_fedora", "fg": 6527 }, + { "id": "overlay_female_worn_straw_hat", "fg": 6528 }, + { "id": "overlay_male_worn_straw_hat", "fg": 6529 }, + { "id": "overlay_female_worn_10gal_hat", "fg": 6530 }, + { "id": "overlay_male_worn_10gal_hat", "fg": 6531 }, + { "id": "overlay_female_worn_tophat", "fg": 6532 }, + { "id": "overlay_male_worn_tophat", "fg": 6533 }, + { "id": "overlay_male_worn_turban", "fg": 6535 }, + { "id": "overlay_female_worn_turban", "fg": 6534 }, + { "id": "overlay_female_worn_blazer", "fg": 6538 }, + { "id": "overlay_male_worn_blazer", "fg": 6539 }, + { "id": "overlay_female_worn_bunker_coat", "fg": 6540 }, + { "id": "overlay_male_worn_bunker_coat", "fg": 6541 }, + { "id": "overlay_female_worn_coat_lab", "fg": 6542 }, + { "id": "overlay_male_worn_coat_lab", "fg": 6543 }, + { "id": "overlay_female_worn_coat_rain", "fg": 6544 }, + { "id": "overlay_male_worn_coat_rain", "fg": 6545 }, + { "id": "overlay_female_worn_coat_winter", "fg": 6546 }, + { "id": "overlay_male_worn_coat_winter", "fg": 6547 }, + { "id": "overlay_female_worn_duster", "fg": 6548 }, + { "id": "overlay_male_worn_duster", "fg": 6549 }, + { "id": "overlay_female_worn_jacket_flannel", "fg": 6554 }, + { "id": "overlay_male_worn_jacket_flannel", "fg": 6555 }, + { "id": "overlay_female_worn_jacket_jean", "fg": 6556 }, + { "id": "overlay_male_worn_jacket_jean", "fg": 6557 }, + { "id": "overlay_female_worn_jacket_light", "fg": 6560 }, + { "id": "overlay_male_worn_jacket_light", "fg": 6561 }, + { "id": "overlay_female_worn_jacket_evac", "fg": 6552 }, + { "id": "overlay_male_worn_jacket_evac", "fg": 6553 }, + { "id": "overlay_female_worn_jacket_leather", "fg": 6562 }, + { "id": "overlay_male_worn_jacket_leather", "fg": 6563 }, + { "id": "overlay_female_worn_jacket_leather_red", "fg": 6558 }, + { "id": "overlay_male_worn_jacket_leather_red", "fg": 6559 }, + { "id": "overlay_female_worn_ski_jacket", "fg": 6564 }, + { "id": "overlay_male_worn_ski_jacket", "fg": 6565 }, + { "id": "overlay_female_worn_jacket_windbreaker", "fg": 6570 }, + { "id": "overlay_male_worn_jacket_windbreaker", "fg": 6571 }, + { "id": "overlay_female_worn_winter_jacket_army", "fg": 6536 }, + { "id": "overlay_male_worn_winter_jacket_army", "fg": 6537 }, + { "id": "overlay_female_worn_jacket_army", "fg": 6550 }, + { "id": "overlay_male_worn_jacket_army", "fg": 6551 }, + { "id": "overlay_female_worn_trenchcoat", "fg": 6566 }, + { "id": "overlay_male_worn_trenchcoat", "fg": 6567 }, + { "id": "overlay_female_worn_waistcoat", "fg": 6568 }, + { "id": "overlay_male_worn_waistcoat", "fg": 6569 }, + { "id": "overlay_female_worn_peacoat", "fg": 6572 }, + { "id": "overlay_male_worn_peacoat", "fg": 6573 }, + { "id": "overlay_female_worn_poncho", "fg": 6574 }, + { "id": "overlay_male_worn_poncho", "fg": 6575 }, + { "id": "overlay_worn_badge_swat", "fg": 6576 }, + { "id": "overlay_female_worn_barrette", "fg": 6577 }, + { "id": "overlay_male_worn_barrette", "fg": 6578 }, + { "id": "overlay_female_worn_badge_deputy", "fg": 6579 }, + { "id": "overlay_male_worn_badge_deputy", "fg": 6580 }, { "id": [ "overlay_female_worn_gold_ear", @@ -9206,7 +9226,7 @@ "overlay_female_worn_sapphire_gold_earring", "overlay_female_worn_tourmaline_gold_earring" ], - "fg": 6579 + "fg": 6583 }, { "id": [ @@ -9226,7 +9246,7 @@ "overlay_female_worn_sapphire_platinum_earring", "overlay_female_worn_tourmaline_platinum_earring" ], - "fg": 6581 + "fg": 6585 }, { "id": [ @@ -9246,7 +9266,7 @@ "overlay_female_worn_sapphire_silver_earring", "overlay_female_worn_tourmaline_silver_earring" ], - "fg": 6582 + "fg": 6586 }, { "id": [ @@ -9266,7 +9286,7 @@ "overlay_male_worn_sapphire_gold_earring", "overlay_male_worn_tourmaline_gold_earring" ], - "fg": 6585 + "fg": 6589 }, { "id": [ @@ -9286,7 +9306,7 @@ "overlay_male_worn_sapphire_platinum_earring", "overlay_male_worn_tourmaline_platinum_earring" ], - "fg": 6587 + "fg": 6591 }, { "id": [ @@ -9306,7 +9326,7 @@ "overlay_male_worn_sapphire_silver_earring", "overlay_male_worn_tourmaline_silver_earring" ], - "fg": 6588 + "fg": 6592 }, { "id": [ @@ -9326,7 +9346,7 @@ "overlay_worn_sapphire_gold_ring", "overlay_worn_tourmaline_gold_ring" ], - "fg": 6589 + "fg": 6593 }, { "id": [ @@ -9346,7 +9366,7 @@ "overlay_worn_sapphire_platinum_ring", "overlay_worn_tourmaline_platinum_ring" ], - "fg": 6590 + "fg": 6594 }, { "id": [ @@ -9366,381 +9386,381 @@ "overlay_worn_sapphire_silver_ring", "overlay_worn_tourmaline_silver_ring" ], - "fg": 6591 - }, - { "id": "overlay_female_worn_knee_pads", "fg": 6600 }, - { "id": "overlay_male_worn_knee_pads", "fg": 6601 }, - { "id": "overlay_male_worn_arm_warmers", "fg": 6603 }, - { "id": "overlay_female_worn_arm_warmers", "fg": 6602 }, - { "id": "overlay_male_worn_leg_warmers", "fg": 6605 }, - { "id": "overlay_female_worn_leg_warmers", "fg": 6604 }, - { "id": "overlay_female_worn_armguard_soft", "fg": 6606 }, - { "id": "overlay_male_worn_armguard_soft", "fg": 6607 }, - { "id": "overlay_female_worn_balclava", "fg": 6608 }, - { "id": "overlay_male_worn_balclava", "fg": 6609 }, - { "id": "overlay_female_worn_bandana", "fg": 6610 }, - { "id": "overlay_male_worn_bandana", "fg": 6611 }, - { "id": "overlay_female_worn_beekeeping_hood", "fg": 6612 }, - { "id": "overlay_male_worn_beekeeping_hood", "fg": 6613 }, - { "id": "overlay_male_worn_foodperson_mask", "fg": 6615 }, - { "id": "overlay_female_worn_foodperson_mask", "fg": 6614 }, - { "id": "overlay_male_worn_foodperson_mask_on", "fg": 6617 }, - { "id": "overlay_female_worn_foodperson_mask_on", "fg": 6616 }, - { "id": "overlay_female_worn_mask_dust", "fg": 6618 }, - { "id": "overlay_male_worn_mask_dust", "fg": 6619 }, - { "id": "overlay_female_worn_mask_gas", "fg": 6620 }, - { "id": "overlay_male_worn_mask_gas", "fg": 6621 }, - { "id": "overlay_female_worn_welding_mask_crude", "fg": 6624 }, - { "id": "overlay_male_worn_welding_mask_crude", "fg": 6625 }, - { "id": "overlay_female_worn_welding_mask_crude_raised", "fg": 6626 }, + "fg": 6595 + }, + { "id": "overlay_female_worn_knee_pads", "fg": 6604 }, + { "id": "overlay_male_worn_knee_pads", "fg": 6605 }, + { "id": "overlay_male_worn_arm_warmers", "fg": 6607 }, + { "id": "overlay_female_worn_arm_warmers", "fg": 6606 }, + { "id": "overlay_male_worn_leg_warmers", "fg": 6609 }, + { "id": "overlay_female_worn_leg_warmers", "fg": 6608 }, + { "id": "overlay_female_worn_armguard_soft", "fg": 6610 }, + { "id": "overlay_male_worn_armguard_soft", "fg": 6611 }, + { "id": "overlay_female_worn_balclava", "fg": 6612 }, + { "id": "overlay_male_worn_balclava", "fg": 6613 }, + { "id": "overlay_female_worn_bandana", "fg": 6614 }, + { "id": "overlay_male_worn_bandana", "fg": 6615 }, + { "id": "overlay_female_worn_beekeeping_hood", "fg": 6616 }, + { "id": "overlay_male_worn_beekeeping_hood", "fg": 6617 }, + { "id": "overlay_male_worn_foodperson_mask", "fg": 6619 }, + { "id": "overlay_female_worn_foodperson_mask", "fg": 6618 }, + { "id": "overlay_male_worn_foodperson_mask_on", "fg": 6621 }, + { "id": "overlay_female_worn_foodperson_mask_on", "fg": 6620 }, + { "id": "overlay_female_worn_mask_dust", "fg": 6622 }, + { "id": "overlay_male_worn_mask_dust", "fg": 6623 }, + { "id": "overlay_female_worn_mask_gas", "fg": 6624 }, + { "id": "overlay_male_worn_mask_gas", "fg": 6625 }, + { "id": "overlay_female_worn_welding_mask_crude", "fg": 6628 }, + { "id": "overlay_male_worn_welding_mask_crude", "fg": 6629 }, + { "id": "overlay_female_worn_welding_mask_crude_raised", "fg": 6630 }, { "id": "overlay_male_worn_welding_mask_crude_raised", "fg": 7081 }, - { "id": "overlay_female_worn_welding_mask", "fg": 6627 }, - { "id": "overlay_male_worn_welding_mask", "fg": 6628 }, - { "id": "overlay_female_worn_welding_mask_raised", "fg": 6629 }, - { "id": "overlay_female_worn_mask_bal", "fg": 6630 }, - { "id": "overlay_male_worn_mask_bal", "fg": 6631 }, - { "id": "overlay_female_worn_fencing_mask", "fg": 6632 }, - { "id": "overlay_male_worn_fencing_mask", "fg": 6633 }, - { "id": "overlay_female_worn_mask_filter", "fg": 6634 }, - { "id": "overlay_male_worn_mask_filter", "fg": 6635 }, - { "id": "overlay_female_worn_mask_bunker", "fg": 6636 }, - { "id": "overlay_male_worn_mask_bunker", "fg": 6637 }, - { "id": "overlay_female_worn_mask_guy_fawkes", "fg": 6638 }, - { "id": "overlay_male_worn_mask_guy_fawkes", "fg": 6639 }, - { "id": "overlay_female_worn_mask_hockey", "fg": 6640 }, - { "id": "overlay_male_worn_mask_hockey", "fg": 6641 }, - { "id": "overlay_female_worn_mask_rioter", "fg": 6642 }, - { "id": "overlay_male_worn_mask_rioter", "fg": 6643 }, - { "id": "overlay_male_worn_robe", "fg": 6655 }, - { "id": "overlay_female_worn_robe", "fg": 6654 }, - { "id": "overlay_male_worn_house_coat", "fg": 6653 }, - { "id": "overlay_female_worn_house_coat", "fg": 6652 }, - { "id": "overlay_worn_binoculars", "fg": 6656 }, - { "id": "overlay_female_worn_knit_scarf", "fg": 6659 }, - { "id": "overlay_male_worn_knit_scarf", "fg": 6660 }, - { "id": "overlay_female_worn_scarf", "fg": 6662 }, - { "id": "overlay_female_worn_scarf_loose", "fg": 6662 }, - { "id": "overlay_male_worn_scarf", "fg": 6663 }, - { "id": "overlay_male_worn_scarf_loose", "fg": 6663 }, - { "id": "overlay_worn_tie_bow", "fg": 6657 }, - { "id": "overlay_worn_tie_clipon", "fg": 6658 }, - { "id": "overlay_worn_tie_necktie", "fg": 6661 }, - { "id": "overlay_worn_tie_skinny", "fg": 6664 }, - { "id": "overlay_female_worn_army_top", "fg": 6665 }, - { "id": "overlay_male_worn_army_top", "fg": 6666 }, - { "id": "overlay_female_worn_camisole", "fg": 6667 }, - { "id": "overlay_male_worn_camisole", "fg": 6668 }, - { "id": "overlay_female_worn_under_armor", "fg": 6669 }, - { "id": "overlay_male_worn_under_armor", "fg": 6670 }, - { "id": "overlay_female_worn_dress_shirt", "fg": 6671 }, - { "id": "overlay_male_worn_dress_shirt", "fg": 6672 }, - { "id": "overlay_female_worn_halter_top", "fg": 6673 }, - { "id": "overlay_male_worn_halter_top", "fg": 6674 }, - { "id": "overlay_female_worn_hoodie", "fg": 6675 }, - { "id": "overlay_male_worn_hoodie", "fg": 6676 }, - { "id": "overlay_female_worn_jersey", "fg": 6677 }, - { "id": "overlay_male_worn_jersey", "fg": 6678 }, - { "id": "overlay_female_worn_linuxtshirt", "fg": 6679 }, - { "id": "overlay_male_worn_linuxtshirt", "fg": 6680 }, - { "id": "overlay_female_worn_longshirt", "fg": 6681 }, - { "id": "overlay_male_worn_longshirt", "fg": 6682 }, - { "id": "overlay_female_worn_striped_shirt", "fg": 6683 }, - { "id": "overlay_male_worn_striped_shirt", "fg": 6684 }, - { "id": "overlay_female_worn_sweater", "fg": 6685 }, - { "id": "overlay_male_worn_sweater", "fg": 6686 }, - { "id": "overlay_female_worn_sweatshirt", "fg": 6687 }, - { "id": "overlay_male_worn_sweatshirt", "fg": 6688 }, - { "id": "overlay_female_worn_tank_top", "fg": 6689 }, - { "id": "overlay_male_worn_tank_top", "fg": 6690 }, - { "id": "overlay_female_worn_tshirt", "fg": 6691 }, - { "id": "overlay_male_worn_tshirt", "fg": 6692 }, - { "id": "overlay_female_worn_technician_shirt_gray", "fg": 6693 }, - { "id": "overlay_male_worn_technician_shirt_gray", "fg": 6694 }, - { "id": "overlay_worn_dress_shoes", "fg": 6695 }, - { "id": "overlay_female_worn_flip_flops", "fg": 6696 }, - { "id": "overlay_male_worn_flip_flops", "fg": 6697 }, - { "id": "overlay_female_worn_geta", "fg": 6698 }, - { "id": "overlay_male_worn_geta", "fg": 6699 }, - { "id": "overlay_worn_heels", "fg": 6700 }, - { "id": "overlay_worn_leathersandals", "fg": 6701 }, - { "id": "overlay_worn_lowtops", "fg": 6702 }, - { "id": "overlay_worn_roller_blades", "fg": 6703 }, - { "id": "overlay_female_worn_shoes_bowling", "fg": 6704 }, - { "id": "overlay_male_worn_shoes_bowling", "fg": 6705 }, - { "id": "overlay_female_worn_sneakers", "fg": 6706 }, - { "id": "overlay_male_worn_sneakers", "fg": 6707 }, - { "id": "overlay_female_worn_clogs", "fg": 6708 }, - { "id": "overlay_male_worn_clogs", "fg": 6709 }, - { "id": "overlay_female_worn_b_shorts", "fg": 6710 }, - { "id": "overlay_male_worn_b_shorts", "fg": 6711 }, - { "id": "overlay_female_worn_boy_shorts", "fg": 6712 }, - { "id": "overlay_male_worn_boy_shorts", "fg": 6713 }, - { "id": "overlay_female_worn_under_armor_shorts", "fg": 6714 }, - { "id": "overlay_male_worn_under_armor_shorts", "fg": 6715 }, - { "id": "overlay_female_worn_shorts_cargo", "fg": 6716 }, - { "id": "overlay_male_worn_shorts_cargo", "fg": 6717 }, - { "id": "overlay_female_worn_shorts_denim", "fg": 6718 }, - { "id": "overlay_male_worn_shorts_denim", "fg": 6719 }, - { "id": "overlay_female_worn_shorts", "fg": 6720 }, - { "id": "overlay_male_worn_shorts", "fg": 6721 }, + { "id": "overlay_female_worn_welding_mask", "fg": 6631 }, + { "id": "overlay_male_worn_welding_mask", "fg": 6632 }, + { "id": "overlay_female_worn_welding_mask_raised", "fg": 6633 }, + { "id": "overlay_female_worn_mask_bal", "fg": 6634 }, + { "id": "overlay_male_worn_mask_bal", "fg": 6635 }, + { "id": "overlay_female_worn_fencing_mask", "fg": 6636 }, + { "id": "overlay_male_worn_fencing_mask", "fg": 6637 }, + { "id": "overlay_female_worn_mask_filter", "fg": 6638 }, + { "id": "overlay_male_worn_mask_filter", "fg": 6639 }, + { "id": "overlay_female_worn_mask_bunker", "fg": 6640 }, + { "id": "overlay_male_worn_mask_bunker", "fg": 6641 }, + { "id": "overlay_female_worn_mask_guy_fawkes", "fg": 6642 }, + { "id": "overlay_male_worn_mask_guy_fawkes", "fg": 6643 }, + { "id": "overlay_female_worn_mask_hockey", "fg": 6644 }, + { "id": "overlay_male_worn_mask_hockey", "fg": 6645 }, + { "id": "overlay_female_worn_mask_rioter", "fg": 6646 }, + { "id": "overlay_male_worn_mask_rioter", "fg": 6647 }, + { "id": "overlay_male_worn_robe", "fg": 6659 }, + { "id": "overlay_female_worn_robe", "fg": 6658 }, + { "id": "overlay_male_worn_house_coat", "fg": 6657 }, + { "id": "overlay_female_worn_house_coat", "fg": 6656 }, + { "id": "overlay_worn_binoculars", "fg": 6660 }, + { "id": "overlay_female_worn_knit_scarf", "fg": 6663 }, + { "id": "overlay_male_worn_knit_scarf", "fg": 6664 }, + { "id": "overlay_female_worn_scarf", "fg": 6666 }, + { "id": "overlay_female_worn_scarf_loose", "fg": 6666 }, + { "id": "overlay_male_worn_scarf", "fg": 6667 }, + { "id": "overlay_male_worn_scarf_loose", "fg": 6667 }, + { "id": "overlay_worn_tie_bow", "fg": 6661 }, + { "id": "overlay_worn_tie_clipon", "fg": 6662 }, + { "id": "overlay_worn_tie_necktie", "fg": 6665 }, + { "id": "overlay_worn_tie_skinny", "fg": 6668 }, + { "id": "overlay_female_worn_army_top", "fg": 6669 }, + { "id": "overlay_male_worn_army_top", "fg": 6670 }, + { "id": "overlay_female_worn_camisole", "fg": 6671 }, + { "id": "overlay_male_worn_camisole", "fg": 6672 }, + { "id": "overlay_female_worn_under_armor", "fg": 6673 }, + { "id": "overlay_male_worn_under_armor", "fg": 6674 }, + { "id": "overlay_female_worn_dress_shirt", "fg": 6675 }, + { "id": "overlay_male_worn_dress_shirt", "fg": 6676 }, + { "id": "overlay_female_worn_halter_top", "fg": 6677 }, + { "id": "overlay_male_worn_halter_top", "fg": 6678 }, + { "id": "overlay_female_worn_hoodie", "fg": 6679 }, + { "id": "overlay_male_worn_hoodie", "fg": 6680 }, + { "id": "overlay_female_worn_jersey", "fg": 6681 }, + { "id": "overlay_male_worn_jersey", "fg": 6682 }, + { "id": "overlay_female_worn_linuxtshirt", "fg": 6683 }, + { "id": "overlay_male_worn_linuxtshirt", "fg": 6684 }, + { "id": "overlay_female_worn_longshirt", "fg": 6685 }, + { "id": "overlay_male_worn_longshirt", "fg": 6686 }, + { "id": "overlay_female_worn_striped_shirt", "fg": 6687 }, + { "id": "overlay_male_worn_striped_shirt", "fg": 6688 }, + { "id": "overlay_female_worn_sweater", "fg": 6689 }, + { "id": "overlay_male_worn_sweater", "fg": 6690 }, + { "id": "overlay_female_worn_sweatshirt", "fg": 6691 }, + { "id": "overlay_male_worn_sweatshirt", "fg": 6692 }, + { "id": "overlay_female_worn_tank_top", "fg": 6693 }, + { "id": "overlay_male_worn_tank_top", "fg": 6694 }, + { "id": "overlay_female_worn_tshirt", "fg": 6695 }, + { "id": "overlay_male_worn_tshirt", "fg": 6696 }, + { "id": "overlay_female_worn_technician_shirt_gray", "fg": 6697 }, + { "id": "overlay_male_worn_technician_shirt_gray", "fg": 6698 }, + { "id": "overlay_worn_dress_shoes", "fg": 6699 }, + { "id": "overlay_female_worn_flip_flops", "fg": 6700 }, + { "id": "overlay_male_worn_flip_flops", "fg": 6701 }, + { "id": "overlay_female_worn_geta", "fg": 6702 }, + { "id": "overlay_male_worn_geta", "fg": 6703 }, + { "id": "overlay_worn_heels", "fg": 6704 }, + { "id": "overlay_worn_leathersandals", "fg": 6705 }, + { "id": "overlay_worn_lowtops", "fg": 6706 }, + { "id": "overlay_worn_roller_blades", "fg": 6707 }, + { "id": "overlay_female_worn_shoes_bowling", "fg": 6708 }, + { "id": "overlay_male_worn_shoes_bowling", "fg": 6709 }, + { "id": "overlay_female_worn_sneakers", "fg": 6710 }, + { "id": "overlay_male_worn_sneakers", "fg": 6711 }, + { "id": "overlay_female_worn_clogs", "fg": 6712 }, + { "id": "overlay_male_worn_clogs", "fg": 6713 }, + { "id": "overlay_female_worn_b_shorts", "fg": 6714 }, + { "id": "overlay_male_worn_b_shorts", "fg": 6715 }, + { "id": "overlay_female_worn_boy_shorts", "fg": 6716 }, + { "id": "overlay_male_worn_boy_shorts", "fg": 6717 }, + { "id": "overlay_female_worn_under_armor_shorts", "fg": 6718 }, + { "id": "overlay_male_worn_under_armor_shorts", "fg": 6719 }, + { "id": "overlay_female_worn_shorts_cargo", "fg": 6720 }, + { "id": "overlay_male_worn_shorts_cargo", "fg": 6721 }, + { "id": "overlay_female_worn_shorts_denim", "fg": 6722 }, + { "id": "overlay_male_worn_shorts_denim", "fg": 6723 }, + { "id": "overlay_female_worn_shorts", "fg": 6724 }, + { "id": "overlay_male_worn_shorts", "fg": 6725 }, { "id": "overlay_female_worn_cigar_lit", "fg": [ - { "weight": 14, "sprite": 6722 }, - { "weight": 14, "sprite": 6723 }, - { "weight": 14, "sprite": 6724 }, - { "weight": 14, "sprite": 6725 }, { "weight": 14, "sprite": 6726 }, { "weight": 14, "sprite": 6727 }, - { "weight": 14, "sprite": 6728 } + { "weight": 14, "sprite": 6728 }, + { "weight": 14, "sprite": 6729 }, + { "weight": 14, "sprite": 6730 }, + { "weight": 14, "sprite": 6731 }, + { "weight": 14, "sprite": 6732 } ], "animated": true }, { "id": "overlay_male_worn_cigar_lit", "fg": [ - { "weight": 14, "sprite": 6729 }, - { "weight": 14, "sprite": 6730 }, - { "weight": 14, "sprite": 6731 }, - { "weight": 14, "sprite": 6732 }, { "weight": 14, "sprite": 6733 }, { "weight": 14, "sprite": 6734 }, - { "weight": 14, "sprite": 6735 } + { "weight": 14, "sprite": 6735 }, + { "weight": 14, "sprite": 6736 }, + { "weight": 14, "sprite": 6737 }, + { "weight": 14, "sprite": 6738 }, + { "weight": 14, "sprite": 6739 } ], "animated": true }, { "id": "overlay_female_worn_cig_lit", "fg": [ - { "weight": 14, "sprite": 6736 }, - { "weight": 14, "sprite": 6737 }, - { "weight": 14, "sprite": 6738 }, - { "weight": 14, "sprite": 6739 }, { "weight": 14, "sprite": 6740 }, { "weight": 14, "sprite": 6741 }, - { "weight": 14, "sprite": 6742 } + { "weight": 14, "sprite": 6742 }, + { "weight": 14, "sprite": 6743 }, + { "weight": 14, "sprite": 6744 }, + { "weight": 14, "sprite": 6745 }, + { "weight": 14, "sprite": 6746 } ], "animated": true }, { "id": "overlay_male_worn_cig_lit", "fg": [ - { "weight": 14, "sprite": 6743 }, - { "weight": 14, "sprite": 6744 }, - { "weight": 14, "sprite": 6745 }, - { "weight": 14, "sprite": 6746 }, { "weight": 14, "sprite": 6747 }, { "weight": 14, "sprite": 6748 }, - { "weight": 14, "sprite": 6749 } + { "weight": 14, "sprite": 6749 }, + { "weight": 14, "sprite": 6750 }, + { "weight": 14, "sprite": 6751 }, + { "weight": 14, "sprite": 6752 }, + { "weight": 14, "sprite": 6753 } ], "animated": true }, { "id": "overlay_female_worn_joint_lit", "fg": [ - { "weight": 14, "sprite": 6750 }, - { "weight": 14, "sprite": 6751 }, - { "weight": 14, "sprite": 6752 }, - { "weight": 14, "sprite": 6753 }, { "weight": 14, "sprite": 6754 }, { "weight": 14, "sprite": 6755 }, - { "weight": 14, "sprite": 6756 } + { "weight": 14, "sprite": 6756 }, + { "weight": 14, "sprite": 6757 }, + { "weight": 14, "sprite": 6758 }, + { "weight": 14, "sprite": 6759 }, + { "weight": 14, "sprite": 6760 } ], "animated": true }, { "id": "overlay_male_worn_joint_lit", "fg": [ - { "weight": 14, "sprite": 6757 }, - { "weight": 14, "sprite": 6758 }, - { "weight": 14, "sprite": 6759 }, - { "weight": 14, "sprite": 6760 }, { "weight": 14, "sprite": 6761 }, { "weight": 14, "sprite": 6762 }, - { "weight": 14, "sprite": 6763 } + { "weight": 14, "sprite": 6763 }, + { "weight": 14, "sprite": 6764 }, + { "weight": 14, "sprite": 6765 }, + { "weight": 14, "sprite": 6766 }, + { "weight": 14, "sprite": 6767 } ], "animated": true }, - { "id": "overlay_worn_boots_survivor", "fg": 6764 }, - { "id": "overlay_worn_boots_xlsurvivor", "fg": 6764 }, - { "id": "overlay_female_worn_sleeveless_duster_survivor", "fg": 6767 }, - { "id": "overlay_male_worn_sleeveless_duster_survivor", "fg": 6768 }, - { "id": "overlay_female_worn_sleeveless_trenchcoat_survivor", "fg": 6769 }, - { "id": "overlay_male_worn_sleeveless_trenchcoat_survivor", "fg": 6770 }, - { "id": "overlay_female_worn_survivor_belt_notools", "fg": 6833 }, - { "id": "overlay_male_worn_survivor_belt_notools", "fg": 6834 }, - { "id": "overlay_female_worn_duster_survivor", "fg": 6773 }, - { "id": "overlay_male_worn_duster_survivor", "fg": 6774 }, - { "id": "overlay_female_worn_xl_duster_survivor", "fg": 6773 }, - { "id": "overlay_male_worn_xl_duster_survivor", "fg": 6774 }, - { "id": "overlay_female_worn_gloves_survivor", "fg": 6777 }, - { "id": "overlay_male_worn_gloves_survivor", "fg": 6778 }, - { "id": "overlay_female_worn_gloves_xlsurvivor", "fg": 6777 }, - { "id": "overlay_male_worn_gloves_xlsurvivor", "fg": 6778 }, - { "id": "overlay_female_worn_survivor_vest", "fg": 6835 }, - { "id": "overlay_male_worn_survivor_vest", "fg": 6836 }, - { "id": "overlay_female_worn_xl_survivor_vest", "fg": 6835 }, - { "id": "overlay_male_worn_xl_survivor_vest", "fg": 6836 }, - { "id": "overlay_female_worn_hood_survivor", "fg": 6779 }, - { "id": "overlay_male_worn_hood_survivor", "fg": 6780 }, - { "id": "overlay_female_worn_hood_xlsurvivor", "fg": 6779 }, - { "id": "overlay_male_worn_hood_xlsurvivor", "fg": 6780 }, - { "id": "overlay_female_worn_survivor_suit", "fg": 6781 }, - { "id": "overlay_male_worn_survivor_suit", "fg": 6782 }, - { "id": "overlay_female_worn_xlsurvivor_suit", "fg": 6781 }, - { "id": "overlay_male_worn_xlsurvivor_suit", "fg": 6782 }, - { "id": "overlay_female_worn_trenchcoat_survivor", "fg": 6783 }, - { "id": "overlay_male_worn_trenchcoat_survivor", "fg": 6784 }, - { "id": "overlay_worn_boots_hsurvivor", "fg": 6799 }, - { "id": "overlay_worn_xl_boots_hsurvivor", "fg": 6799 }, - { "id": "overlay_female_worn_gloves_hsurvivor", "fg": 6800 }, - { "id": "overlay_male_worn_gloves_hsurvivor", "fg": 6801 }, - { "id": "overlay_female_worn_xl_gloves_hsurvivor", "fg": 6800 }, - { "id": "overlay_male_worn_xl_gloves_hsurvivor", "fg": 6801 }, - { "id": "overlay_female_worn_hsurvivor_suit", "fg": 6802 }, - { "id": "overlay_male_worn_hsurvivor_suit", "fg": 6803 }, - { "id": "overlay_female_worn_xlhsurvivor_suit", "fg": 6802 }, - { "id": "overlay_male_worn_xlhsurvivor_suit", "fg": 6803 }, - { "id": "overlay_worn_boots_fsurvivor", "fg": 6792 }, - { "id": "overlay_worn_xl_boots_fsurvivor", "fg": 6792 }, - { "id": "overlay_female_worn_gloves_fsurvivor", "fg": 6793 }, - { "id": "overlay_male_worn_gloves_fsurvivor", "fg": 6794 }, - { "id": "overlay_female_worn_xl_gloves_fsurvivor", "fg": 6793 }, - { "id": "overlay_male_worn_xl_gloves_fsurvivor", "fg": 6794 }, - { "id": "overlay_female_worn_hood_fsurvivor", "fg": 6795 }, - { "id": "overlay_male_worn_hood_fsurvivor", "fg": 6796 }, - { "id": "overlay_female_worn_xl_hood_fsurvivor", "fg": 6795 }, - { "id": "overlay_male_worn_xl_hood_fsurvivor", "fg": 6796 }, - { "id": "overlay_female_worn_fsurvivor_suit", "fg": 6797 }, - { "id": "overlay_male_worn_fsurvivor_suit", "fg": 6798 }, - { "id": "overlay_female_worn_xl_fsurvivor_suit", "fg": 6797 }, - { "id": "overlay_male_worn_xl_fsurvivor_suit", "fg": 6798 }, - { "id": [ "overlay_female_worn_pants_survivor", "overlay_female_worn_xl_pants_survivor" ], "fg": 6771 }, - { "id": [ "overlay_male_worn_pants_survivor", "overlay_male_worn_xl_pants_survivor" ], "fg": 6772 }, + { "id": "overlay_worn_boots_survivor", "fg": 6768 }, + { "id": "overlay_worn_boots_xlsurvivor", "fg": 6768 }, + { "id": "overlay_female_worn_sleeveless_duster_survivor", "fg": 6771 }, + { "id": "overlay_male_worn_sleeveless_duster_survivor", "fg": 6772 }, + { "id": "overlay_female_worn_sleeveless_trenchcoat_survivor", "fg": 6773 }, + { "id": "overlay_male_worn_sleeveless_trenchcoat_survivor", "fg": 6774 }, + { "id": "overlay_female_worn_survivor_belt_notools", "fg": 6837 }, + { "id": "overlay_male_worn_survivor_belt_notools", "fg": 6838 }, + { "id": "overlay_female_worn_duster_survivor", "fg": 6777 }, + { "id": "overlay_male_worn_duster_survivor", "fg": 6778 }, + { "id": "overlay_female_worn_xl_duster_survivor", "fg": 6777 }, + { "id": "overlay_male_worn_xl_duster_survivor", "fg": 6778 }, + { "id": "overlay_female_worn_gloves_survivor", "fg": 6781 }, + { "id": "overlay_male_worn_gloves_survivor", "fg": 6782 }, + { "id": "overlay_female_worn_gloves_xlsurvivor", "fg": 6781 }, + { "id": "overlay_male_worn_gloves_xlsurvivor", "fg": 6782 }, + { "id": "overlay_female_worn_survivor_vest", "fg": 6839 }, + { "id": "overlay_male_worn_survivor_vest", "fg": 6840 }, + { "id": "overlay_female_worn_xl_survivor_vest", "fg": 6839 }, + { "id": "overlay_male_worn_xl_survivor_vest", "fg": 6840 }, + { "id": "overlay_female_worn_hood_survivor", "fg": 6783 }, + { "id": "overlay_male_worn_hood_survivor", "fg": 6784 }, + { "id": "overlay_female_worn_hood_xlsurvivor", "fg": 6783 }, + { "id": "overlay_male_worn_hood_xlsurvivor", "fg": 6784 }, + { "id": "overlay_female_worn_survivor_suit", "fg": 6785 }, + { "id": "overlay_male_worn_survivor_suit", "fg": 6786 }, + { "id": "overlay_female_worn_xlsurvivor_suit", "fg": 6785 }, + { "id": "overlay_male_worn_xlsurvivor_suit", "fg": 6786 }, + { "id": "overlay_female_worn_trenchcoat_survivor", "fg": 6787 }, + { "id": "overlay_male_worn_trenchcoat_survivor", "fg": 6788 }, + { "id": "overlay_worn_boots_hsurvivor", "fg": 6803 }, + { "id": "overlay_worn_xl_boots_hsurvivor", "fg": 6803 }, + { "id": "overlay_female_worn_gloves_hsurvivor", "fg": 6804 }, + { "id": "overlay_male_worn_gloves_hsurvivor", "fg": 6805 }, + { "id": "overlay_female_worn_xl_gloves_hsurvivor", "fg": 6804 }, + { "id": "overlay_male_worn_xl_gloves_hsurvivor", "fg": 6805 }, + { "id": "overlay_female_worn_hsurvivor_suit", "fg": 6806 }, + { "id": "overlay_male_worn_hsurvivor_suit", "fg": 6807 }, + { "id": "overlay_female_worn_xlhsurvivor_suit", "fg": 6806 }, + { "id": "overlay_male_worn_xlhsurvivor_suit", "fg": 6807 }, + { "id": "overlay_worn_boots_fsurvivor", "fg": 6796 }, + { "id": "overlay_worn_xl_boots_fsurvivor", "fg": 6796 }, + { "id": "overlay_female_worn_gloves_fsurvivor", "fg": 6797 }, + { "id": "overlay_male_worn_gloves_fsurvivor", "fg": 6798 }, + { "id": "overlay_female_worn_xl_gloves_fsurvivor", "fg": 6797 }, + { "id": "overlay_male_worn_xl_gloves_fsurvivor", "fg": 6798 }, + { "id": "overlay_female_worn_hood_fsurvivor", "fg": 6799 }, + { "id": "overlay_male_worn_hood_fsurvivor", "fg": 6800 }, + { "id": "overlay_female_worn_xl_hood_fsurvivor", "fg": 6799 }, + { "id": "overlay_male_worn_xl_hood_fsurvivor", "fg": 6800 }, + { "id": "overlay_female_worn_fsurvivor_suit", "fg": 6801 }, + { "id": "overlay_male_worn_fsurvivor_suit", "fg": 6802 }, + { "id": "overlay_female_worn_xl_fsurvivor_suit", "fg": 6801 }, + { "id": "overlay_male_worn_xl_fsurvivor_suit", "fg": 6802 }, + { "id": [ "overlay_female_worn_pants_survivor", "overlay_female_worn_xl_pants_survivor" ], "fg": 6775 }, + { "id": [ "overlay_male_worn_pants_survivor", "overlay_male_worn_xl_pants_survivor" ], "fg": 6776 }, { "id": [ "overlay_female_worn_gloves_survivor_fingerless", "overlay_female_worn_xl_gloves_survivor_fingerless" ], - "fg": 6775 + "fg": 6779 }, { "id": [ "overlay_male_worn_gloves_survivor_fingerless", "overlay_male_worn_xl_gloves_survivor_fingerless" ], - "fg": 6776 - }, - { "id": "overlay_worn_boots_h20survivor", "fg": 6785 }, - { "id": "overlay_female_worn_gloves_h20survivor", "fg": 6786 }, - { "id": "overlay_male_worn_gloves_h20survivor", "fg": 6787 }, - { "id": "overlay_female_worn_hood_h20survivor", "fg": 6788 }, - { "id": "overlay_male_worn_hood_h20survivor", "fg": 6789 }, - { "id": "overlay_female_worn_h20survivor_suit", "fg": 6790 }, - { "id": "overlay_male_worn_h20survivor_suit", "fg": 6791 }, - { "id": [ "overlay_worn_boots_lsurvivor", "overlay_worn_xl_boots_lsurvivor" ], "fg": 6804 }, - { "id": [ "overlay_female_worn_gloves_lsurvivor", "overlay_female_worn_xl_gloves_lsurvivor" ], "fg": 6809 }, - { "id": [ "overlay_male_worn_gloves_lsurvivor", "overlay_male_worn_xl_gloves_lsurvivor" ], "fg": 6810 }, - { "id": [ "overlay_female_worn_hood_lsurvivor", "overlay_female_worn_xl_hood_lsurvivor" ], "fg": 6811 }, - { "id": [ "overlay_male_worn_hood_lsurvivor", "overlay_male_worn_xl_hood_lsurvivor" ], "fg": 6812 }, - { "id": [ "overlay_female_worn_lsurvivor_suit", "overlay_female_worn_xl_lsurvivor_suit" ], "fg": 6813 }, - { "id": [ "overlay_male_worn_lsurvivor_suit", "overlay_male_worn_xl_lsurvivor_suit" ], "fg": 6814 }, - { "id": [ "overlay_female_worn_lsurvivor_armor", "overlay_female_worn_xl_lsurvivor_armor" ], "fg": 6805 }, - { "id": [ "overlay_male_worn_lsurvivor_armor", "overlay_male_worn_xl_lsurvivor_armor" ], "fg": 6806 }, - { "id": [ "overlay_female_worn_lsurvivor_pants", "overlay_female_worn_xl_lsurvivor_pants" ], "fg": 6807 }, - { "id": [ "overlay_male_worn_lsurvivor_pants", "overlay_male_worn_xl_lsurvivor_pants" ], "fg": 6808 }, - { "id": "overlay_female_worn_mask_hsurvivor", "fg": 6815 }, - { "id": "overlay_male_worn_mask_hsurvivor", "fg": 6816 }, - { "id": "overlay_female_worn_mask_lsurvivor", "fg": 6817 }, - { "id": "overlay_male_worn_mask_lsurvivor", "fg": 6818 }, - { "id": "overlay_female_worn_mask_fsurvivor", "fg": 6819 }, - { "id": "overlay_male_worn_mask_fsurvivor", "fg": 6820 }, - { "id": "overlay_female_worn_mask_fsurvivorxl", "fg": 6819 }, - { "id": "overlay_male_worn_mask_fsurvivorxl", "fg": 6820 }, - { "id": "overlay_female_worn_mask_survivor", "fg": 6821 }, - { "id": "overlay_male_worn_mask_survivor", "fg": 6822 }, - { "id": "overlay_female_worn_mask_survivorxl", "fg": 6821 }, - { "id": "overlay_male_worn_mask_survivorxl", "fg": 6822 }, - { "id": "overlay_female_worn_mask_wsurvivor", "fg": 6823 }, - { "id": "overlay_male_worn_mask_wsurvivor", "fg": 6824 }, - { "id": "overlay_female_worn_mask_wsurvivorxl", "fg": 6823 }, - { "id": "overlay_male_worn_mask_wsurvivorxl", "fg": 6824 }, - { "id": [ "overlay_worn_boots_wsurvivor", "overlay_worn_xl_boots_wsurvivor" ], "fg": 6837 }, - { "id": [ "overlay_female_worn_gloves_wsurvivor", "overlay_female_worn_xl_gloves_wsurvivor" ], "fg": 6838 }, - { "id": [ "overlay_male_worn_gloves_wsurvivor", "overlay_male_worn_xl_gloves_wsurvivor" ], "fg": 6839 }, - { "id": [ "overlay_female_worn_hood_wsurvivor", "overlay_female_worn_xl_hood_wsurvivor" ], "fg": 6840 }, - { "id": [ "overlay_male_worn_hood_wsurvivor", "overlay_male_worn_xl_hood_wsurvivor" ], "fg": 6841 }, - { "id": [ "overlay_female_worn_wsurvivor_suit", "overlay_female_worn_xl_wsurvivor_suit" ], "fg": 6842 }, - { "id": [ "overlay_male_worn_wsurvivor_suit", "overlay_male_worn_xl_wsurvivor_suit" ], "fg": 6843 }, - { "id": "overlay_female_worn_bikini_bottom", "fg": 6844 }, - { "id": "overlay_male_worn_bikini_bottom", "fg": 6845 }, - { "id": "overlay_female_worn_bikini_top", "fg": 6846 }, - { "id": "overlay_male_worn_bikini_top", "fg": 6847 }, - { "id": "overlay_female_worn_bikini_top_fur", "fg": 6848 }, - { "id": "overlay_male_worn_bikini_top_fur", "fg": 6849 }, - { "id": "overlay_female_worn_bikini_top_leather", "fg": 6850 }, - { "id": "overlay_male_worn_bikini_top_leather", "fg": 6851 }, - { "id": "overlay_female_worn_winter_pants_army", "fg": 6852 }, - { "id": "overlay_male_worn_winter_pants_army", "fg": 6853 }, - { "id": "overlay_female_worn_bunker_pants", "fg": 6854 }, - { "id": "overlay_male_worn_bunker_pants", "fg": 6855 }, - { "id": "overlay_female_worn_striped_pants", "fg": 6878 }, - { "id": "overlay_male_worn_striped_pants", "fg": 6879 }, - { "id": "overlay_female_worn_technician_pants_gray", "fg": 6880 }, - { "id": "overlay_male_worn_technician_pants_gray", "fg": 6881 }, - { "id": "overlay_female_worn_jeans", "fg": 6856 }, - { "id": "overlay_male_worn_jeans", "fg": 6857 }, - { "id": "overlay_female_worn_jeans_red", "fg": 6858 }, - { "id": "overlay_male_worn_jeans_red", "fg": 6859 }, - { "id": "overlay_female_worn_motorbike_pants", "fg": 6860 }, - { "id": "overlay_male_worn_motorbike_pants", "fg": 6861 }, - { "id": "overlay_female_worn_pants_army", "fg": 6862 }, - { "id": "overlay_male_worn_pants_army", "fg": 6863 }, - { "id": "overlay_female_worn_pants_cargo", "fg": 6864 }, - { "id": "overlay_male_worn_pants_cargo", "fg": 6865 }, - { "id": "overlay_female_worn_pants_checkered", "fg": 6866 }, - { "id": "overlay_male_worn_pants_checkered", "fg": 6867 }, - { "id": "overlay_female_worn_pants_faux_fur", "fg": 6869 }, - { "id": "overlay_male_worn_pants_faux_fur", "fg": 6870 }, - { "id": "overlay_female_worn_pants_fur", "fg": 6871 }, - { "id": "overlay_male_worn_pants_fur", "fg": 6872 }, - { "id": "overlay_female_worn_pants_leather", "fg": 6873 }, - { "id": "overlay_male_worn_pants_leather", "fg": 6874 }, - { "id": "overlay_female_worn_pants", "fg": 6868 }, - { "id": "overlay_male_worn_pants", "fg": 6875 }, - { "id": "overlay_female_worn_pants_ski", "fg": 6876 }, - { "id": "overlay_male_worn_pants_ski", "fg": 6877 }, - { "id": "overlay_female_worn_bra", "fg": 6886 }, - { "id": "overlay_male_worn_bra", "fg": 6887 }, - { "id": "overlay_female_worn_corset", "fg": 6888 }, - { "id": "overlay_male_worn_corset", "fg": 6889 }, - { "id": "overlay_male_worn_undershirt", "fg": 6903 }, - { "id": "overlay_female_worn_undershirt", "fg": 6902 }, - { "id": "overlay_female_worn_socks", "fg": 6896 }, - { "id": "overlay_male_worn_socks", "fg": 6897 }, - { "id": "overlay_female_worn_stockings", "fg": 6900 }, - { "id": "overlay_male_worn_stockings", "fg": 6901 }, - { "id": "overlay_worn_socks_wool", "fg": 6906 }, - { "id": "overlay_female_worn_sports_bra", "fg": 6898 }, - { "id": "overlay_male_worn_sports_bra", "fg": 6899 }, - { "id": "overlay_female_worn_boxer_briefs", "fg": 6882 }, - { "id": "overlay_male_worn_boxer_briefs", "fg": 6883 }, - { "id": "overlay_female_worn_boxer_shorts", "fg": 6884 }, - { "id": "overlay_male_worn_boxer_shorts", "fg": 6885 }, - { "id": "overlay_female_worn_long_underpants", "fg": 6890 }, - { "id": "overlay_male_worn_long_underpants", "fg": 6891 }, - { "id": "overlay_female_worn_long_undertop", "fg": 6892 }, - { "id": "overlay_male_worn_long_undertop", "fg": 6893 }, - { "id": "overlay_female_worn_panties", "fg": 6894 }, - { "id": "overlay_male_worn_panties", "fg": 6895 }, - { "id": "overlay_female_worn_union_suit", "fg": 6904 }, - { "id": "overlay_male_worn_union_suit", "fg": 6905 }, - { "id": "overlay_male_worn_blanket", "fg": 6908 }, - { "id": "overlay_female_worn_blanket", "fg": 6907 }, - { "id": "overlay_male_worn_down_blanket", "fg": 6910 }, - { "id": "overlay_female_worn_down_blanket", "fg": 6909 }, - { "id": "overlay_female_worn_electric_blanket", "fg": 6911 }, - { "id": "overlay_male_worn_electric_blanket", "fg": 6912 }, - { "id": "overlay_female_worn_towel", "fg": 6913 }, - { "id": "overlay_male_worn_towel", "fg": 6914 }, - { "id": "overlay_female_worn_towel_wet", "fg": 6913 }, - { "id": "overlay_male_worn_towel_wet", "fg": 6914 }, - { "id": "overlay_female_worn_towel_soiled", "fg": 6913 }, - { "id": "overlay_male_worn_towel_soiled", "fg": 6914 }, + "fg": 6780 + }, + { "id": "overlay_worn_boots_h20survivor", "fg": 6789 }, + { "id": "overlay_female_worn_gloves_h20survivor", "fg": 6790 }, + { "id": "overlay_male_worn_gloves_h20survivor", "fg": 6791 }, + { "id": "overlay_female_worn_hood_h20survivor", "fg": 6792 }, + { "id": "overlay_male_worn_hood_h20survivor", "fg": 6793 }, + { "id": "overlay_female_worn_h20survivor_suit", "fg": 6794 }, + { "id": "overlay_male_worn_h20survivor_suit", "fg": 6795 }, + { "id": [ "overlay_worn_boots_lsurvivor", "overlay_worn_xl_boots_lsurvivor" ], "fg": 6808 }, + { "id": [ "overlay_female_worn_gloves_lsurvivor", "overlay_female_worn_xl_gloves_lsurvivor" ], "fg": 6813 }, + { "id": [ "overlay_male_worn_gloves_lsurvivor", "overlay_male_worn_xl_gloves_lsurvivor" ], "fg": 6814 }, + { "id": [ "overlay_female_worn_hood_lsurvivor", "overlay_female_worn_xl_hood_lsurvivor" ], "fg": 6815 }, + { "id": [ "overlay_male_worn_hood_lsurvivor", "overlay_male_worn_xl_hood_lsurvivor" ], "fg": 6816 }, + { "id": [ "overlay_female_worn_lsurvivor_suit", "overlay_female_worn_xl_lsurvivor_suit" ], "fg": 6817 }, + { "id": [ "overlay_male_worn_lsurvivor_suit", "overlay_male_worn_xl_lsurvivor_suit" ], "fg": 6818 }, + { "id": [ "overlay_female_worn_lsurvivor_armor", "overlay_female_worn_xl_lsurvivor_armor" ], "fg": 6809 }, + { "id": [ "overlay_male_worn_lsurvivor_armor", "overlay_male_worn_xl_lsurvivor_armor" ], "fg": 6810 }, + { "id": [ "overlay_female_worn_lsurvivor_pants", "overlay_female_worn_xl_lsurvivor_pants" ], "fg": 6811 }, + { "id": [ "overlay_male_worn_lsurvivor_pants", "overlay_male_worn_xl_lsurvivor_pants" ], "fg": 6812 }, + { "id": "overlay_female_worn_mask_hsurvivor", "fg": 6819 }, + { "id": "overlay_male_worn_mask_hsurvivor", "fg": 6820 }, + { "id": "overlay_female_worn_mask_lsurvivor", "fg": 6821 }, + { "id": "overlay_male_worn_mask_lsurvivor", "fg": 6822 }, + { "id": "overlay_female_worn_mask_fsurvivor", "fg": 6823 }, + { "id": "overlay_male_worn_mask_fsurvivor", "fg": 6824 }, + { "id": "overlay_female_worn_mask_fsurvivorxl", "fg": 6823 }, + { "id": "overlay_male_worn_mask_fsurvivorxl", "fg": 6824 }, + { "id": "overlay_female_worn_mask_survivor", "fg": 6825 }, + { "id": "overlay_male_worn_mask_survivor", "fg": 6826 }, + { "id": "overlay_female_worn_mask_survivorxl", "fg": 6825 }, + { "id": "overlay_male_worn_mask_survivorxl", "fg": 6826 }, + { "id": "overlay_female_worn_mask_wsurvivor", "fg": 6827 }, + { "id": "overlay_male_worn_mask_wsurvivor", "fg": 6828 }, + { "id": "overlay_female_worn_mask_wsurvivorxl", "fg": 6827 }, + { "id": "overlay_male_worn_mask_wsurvivorxl", "fg": 6828 }, + { "id": [ "overlay_worn_boots_wsurvivor", "overlay_worn_xl_boots_wsurvivor" ], "fg": 6841 }, + { "id": [ "overlay_female_worn_gloves_wsurvivor", "overlay_female_worn_xl_gloves_wsurvivor" ], "fg": 6842 }, + { "id": [ "overlay_male_worn_gloves_wsurvivor", "overlay_male_worn_xl_gloves_wsurvivor" ], "fg": 6843 }, + { "id": [ "overlay_female_worn_hood_wsurvivor", "overlay_female_worn_xl_hood_wsurvivor" ], "fg": 6844 }, + { "id": [ "overlay_male_worn_hood_wsurvivor", "overlay_male_worn_xl_hood_wsurvivor" ], "fg": 6845 }, + { "id": [ "overlay_female_worn_wsurvivor_suit", "overlay_female_worn_xl_wsurvivor_suit" ], "fg": 6846 }, + { "id": [ "overlay_male_worn_wsurvivor_suit", "overlay_male_worn_xl_wsurvivor_suit" ], "fg": 6847 }, + { "id": "overlay_female_worn_bikini_bottom", "fg": 6848 }, + { "id": "overlay_male_worn_bikini_bottom", "fg": 6849 }, + { "id": "overlay_female_worn_bikini_top", "fg": 6850 }, + { "id": "overlay_male_worn_bikini_top", "fg": 6851 }, + { "id": "overlay_female_worn_bikini_top_fur", "fg": 6852 }, + { "id": "overlay_male_worn_bikini_top_fur", "fg": 6853 }, + { "id": "overlay_female_worn_bikini_top_leather", "fg": 6854 }, + { "id": "overlay_male_worn_bikini_top_leather", "fg": 6855 }, + { "id": "overlay_female_worn_winter_pants_army", "fg": 6856 }, + { "id": "overlay_male_worn_winter_pants_army", "fg": 6857 }, + { "id": "overlay_female_worn_bunker_pants", "fg": 6858 }, + { "id": "overlay_male_worn_bunker_pants", "fg": 6859 }, + { "id": "overlay_female_worn_striped_pants", "fg": 6882 }, + { "id": "overlay_male_worn_striped_pants", "fg": 6883 }, + { "id": "overlay_female_worn_technician_pants_gray", "fg": 6884 }, + { "id": "overlay_male_worn_technician_pants_gray", "fg": 6885 }, + { "id": "overlay_female_worn_jeans", "fg": 6860 }, + { "id": "overlay_male_worn_jeans", "fg": 6861 }, + { "id": "overlay_female_worn_jeans_red", "fg": 6862 }, + { "id": "overlay_male_worn_jeans_red", "fg": 6863 }, + { "id": "overlay_female_worn_motorbike_pants", "fg": 6864 }, + { "id": "overlay_male_worn_motorbike_pants", "fg": 6865 }, + { "id": "overlay_female_worn_pants_army", "fg": 6866 }, + { "id": "overlay_male_worn_pants_army", "fg": 6867 }, + { "id": "overlay_female_worn_pants_cargo", "fg": 6868 }, + { "id": "overlay_male_worn_pants_cargo", "fg": 6869 }, + { "id": "overlay_female_worn_pants_checkered", "fg": 6870 }, + { "id": "overlay_male_worn_pants_checkered", "fg": 6871 }, + { "id": "overlay_female_worn_pants_faux_fur", "fg": 6873 }, + { "id": "overlay_male_worn_pants_faux_fur", "fg": 6874 }, + { "id": "overlay_female_worn_pants_fur", "fg": 6875 }, + { "id": "overlay_male_worn_pants_fur", "fg": 6876 }, + { "id": "overlay_female_worn_pants_leather", "fg": 6877 }, + { "id": "overlay_male_worn_pants_leather", "fg": 6878 }, + { "id": "overlay_female_worn_pants", "fg": 6872 }, + { "id": "overlay_male_worn_pants", "fg": 6879 }, + { "id": "overlay_female_worn_pants_ski", "fg": 6880 }, + { "id": "overlay_male_worn_pants_ski", "fg": 6881 }, + { "id": "overlay_female_worn_bra", "fg": 6890 }, + { "id": "overlay_male_worn_bra", "fg": 6891 }, + { "id": "overlay_female_worn_corset", "fg": 6892 }, + { "id": "overlay_male_worn_corset", "fg": 6893 }, + { "id": "overlay_male_worn_undershirt", "fg": 6907 }, + { "id": "overlay_female_worn_undershirt", "fg": 6906 }, + { "id": "overlay_female_worn_socks", "fg": 6900 }, + { "id": "overlay_male_worn_socks", "fg": 6901 }, + { "id": "overlay_female_worn_stockings", "fg": 6904 }, + { "id": "overlay_male_worn_stockings", "fg": 6905 }, + { "id": "overlay_worn_socks_wool", "fg": 6910 }, + { "id": "overlay_female_worn_sports_bra", "fg": 6902 }, + { "id": "overlay_male_worn_sports_bra", "fg": 6903 }, + { "id": "overlay_female_worn_boxer_briefs", "fg": 6886 }, + { "id": "overlay_male_worn_boxer_briefs", "fg": 6887 }, + { "id": "overlay_female_worn_boxer_shorts", "fg": 6888 }, + { "id": "overlay_male_worn_boxer_shorts", "fg": 6889 }, + { "id": "overlay_female_worn_long_underpants", "fg": 6894 }, + { "id": "overlay_male_worn_long_underpants", "fg": 6895 }, + { "id": "overlay_female_worn_long_undertop", "fg": 6896 }, + { "id": "overlay_male_worn_long_undertop", "fg": 6897 }, + { "id": "overlay_female_worn_panties", "fg": 6898 }, + { "id": "overlay_male_worn_panties", "fg": 6899 }, + { "id": "overlay_female_worn_union_suit", "fg": 6908 }, + { "id": "overlay_male_worn_union_suit", "fg": 6909 }, + { "id": "overlay_male_worn_blanket", "fg": 6912 }, + { "id": "overlay_female_worn_blanket", "fg": 6911 }, + { "id": "overlay_male_worn_down_blanket", "fg": 6914 }, + { "id": "overlay_female_worn_down_blanket", "fg": 6913 }, + { "id": "overlay_female_worn_electric_blanket", "fg": 6915 }, + { "id": "overlay_male_worn_electric_blanket", "fg": 6916 }, + { "id": "overlay_female_worn_towel", "fg": 6917 }, + { "id": "overlay_male_worn_towel", "fg": 6918 }, + { "id": "overlay_female_worn_towel_wet", "fg": 6917 }, + { "id": "overlay_male_worn_towel_wet", "fg": 6918 }, + { "id": "overlay_female_worn_towel_soiled", "fg": 6917 }, + { "id": "overlay_male_worn_towel_soiled", "fg": 6918 }, { "id": "overlay_mutation_bio_blaster", "fg": 5201 }, { "id": "overlay_effect_attention", "fg": 5202 }, { "id": "overlay_effect_boomered", "fg": 5203 }, @@ -10070,229 +10090,233 @@ { "id": "overlay_wielded_witness_10", "fg": 5760 }, { "id": "overlay_wielded_xd_10", "fg": 5761 }, { "id": "overlay_wielded_brazier", "fg": 5789 }, - { "id": "overlay_wielded_cot", "fg": 5795 }, - { "id": "overlay_female_wielded_bat_nerf", "fg": 5796 }, - { "id": "overlay_female_wielded_golf_bag", "fg": 5797 }, - { "id": "overlay_male_wielded_bat_nerf", "fg": 5798 }, - { "id": "overlay_male_wielded_golf_bag", "fg": 5799 }, - { "id": "overlay_female_wielded_radio_car", "fg": 5800 }, - { "id": "overlay_female_wielded_radio_car_box", "fg": 5801 }, - { "id": "overlay_female_wielded_radio_car_on", "fg": 5802 }, - { "id": "overlay_female_wielded_radio_car_wheel", "fg": 5803 }, - { "id": "overlay_female_wielded_radiocontrol", "fg": 5804 }, - { "id": "overlay_female_wielded_rc_car_box", "fg": 5805 }, - { "id": "overlay_male_wielded_radio_car", "fg": 5806 }, - { "id": "overlay_male_wielded_radio_car_box", "fg": 5807 }, - { "id": "overlay_male_wielded_radio_car_on", "fg": 5808 }, - { "id": "overlay_male_wielded_radio_car_wheel", "fg": 5809 }, - { "id": "overlay_male_wielded_radiocontrol", "fg": 5810 }, - { "id": "overlay_male_wielded_rc_car_box", "fg": 5811 }, - { "id": "overlay_wielded_atomic_lamp", "fg": 5812 }, - { "id": "overlay_wielded_atomic_lamp_off", "fg": 5813 }, - { "id": "overlay_wielded_l-stick", "fg": 5814 }, - { "id": "overlay_wielded_l-stick_on", "fg": 5815 }, - { "id": "overlay_wielded_cattlefodder", "fg": 5819 }, - { "id": "overlay_wielded_bullet_crossbow", "fg": 5833 }, - { "id": "overlay_wielded_compcrossbow", "fg": 5834 }, - { "id": "overlay_wielded_compositecrossbow", "fg": 5835 }, - { "id": "overlay_wielded_crossbow", "fg": 5836 }, - { "id": "overlay_wielded_hand_crossbow", "fg": 5837 }, - { "id": "overlay_wielded_huge_crossbow", "fg": 5838 }, - { "id": "overlay_wielded_rep_crossbow", "fg": 5839 }, - { "id": "overlay_wielded_hoboreel", "fg": 5853 }, - { "id": "overlay_wielded_grenade", "fg": 5858 }, - { "id": "overlay_wielded_grenade_act", "fg": 5859 }, - { "id": "overlay_wielded_grenade_emp", "fg": 5860 }, - { "id": "overlay_wielded_grenade_emp_act", "fg": 5861 }, - { "id": "overlay_wielded_grenade_inc", "fg": 5862 }, - { "id": "overlay_wielded_grenade_inc_act", "fg": 5863 }, - { "id": "overlay_wielded_pipebomb", "fg": 5864 }, - { "id": "overlay_wielded_pipebomb_act", "fg": 5865 }, - { "id": "overlay_wielded_scrambler", "fg": 5866 }, - { "id": "overlay_wielded_scrambler_act", "fg": 5867 }, - { "id": "overlay_wielded_smokebomb", "fg": 5868 }, - { "id": "overlay_wielded_smokebomb_act", "fg": 5869 }, - { "id": "overlay_female_wielded_manhole_cover", "fg": 5907 }, - { "id": "overlay_male_wielded_manhole_cover", "fg": 5908 }, - { "id": "overlay_wielded_eyedrops", "fg": 5915 }, - { "id": "overlay_female_wielded_baseball", "fg": 5925 }, - { "id": "overlay_female_wielded_basketball", "fg": 5926 }, - { "id": "overlay_female_wielded_beach_volleyball", "fg": 5927 }, - { "id": "overlay_female_wielded_mre_beef_box", "fg": 5928 }, - { "id": "overlay_female_wielded_puck", "fg": 5929 }, - { "id": "overlay_male_wielded_baseball", "fg": 5930 }, - { "id": "overlay_male_wielded_basketball", "fg": 5931 }, - { "id": "overlay_male_wielded_beach_volleyball", "fg": 5932 }, - { "id": "overlay_male_wielded_mre_beef_box", "fg": 5933 }, - { "id": "overlay_male_wielded_puck", "fg": 5934 }, - { "id": "overlay_wielded_PR24-extended", "fg": 5935 }, - { "id": "overlay_wielded_PR24-retracted", "fg": 5936 }, - { "id": "overlay_wielded_baton-extended", "fg": 5937 }, - { "id": "overlay_wielded_baton", "fg": 5938 }, - { "id": "overlay_wielded_battery_car", "fg": 5939 }, - { "id": "overlay_wielded_bowling_ball", "fg": 5940 }, - { "id": "overlay_wielded_cell_phone", "fg": 5941 }, - { "id": "overlay_wielded_cell_phone_flashlight", "fg": 5942 }, - { "id": "overlay_wielded_codeine", "fg": 5943 }, - { "id": "overlay_wielded_flask_hip", "fg": 5944 }, - { "id": "overlay_wielded_football", "fg": 5945 }, - { "id": "overlay_wielded_golf_ball", "fg": 5946 }, - { "id": "overlay_wielded_indoor_volleyball", "fg": 5947 }, - { "id": "overlay_wielded_misc_repairkit", "fg": 5948 }, - { "id": "overlay_wielded_portable_game", "fg": 5949 }, - { "id": "overlay_wielded_two_way_radio", "fg": 5951 }, - { "id": "overlay_female_wielded_pool_cue", "fg": 5967 }, - { "id": "overlay_male_wielded_pool_cue", "fg": 5968 }, - { "id": "overlay_female_wielded_i_staff", "fg": 5976 }, - { "id": "overlay_female_wielded_q_staff", "fg": 5977 }, - { "id": "overlay_female_wielded_shock_staff", "fg": 5978 }, - { "id": "overlay_male_wielded_i_staff", "fg": 5979 }, - { "id": "overlay_male_wielded_q_staff", "fg": 5980 }, - { "id": "overlay_male_wielded_shock_staff", "fg": 5981 }, - { "id": "overlay_female_wielded_cigar", "fg": 5993 }, - { "id": "overlay_female_wielded_cigar_butt", "fg": 5994 }, - { "id": "overlay_male_wielded_cigar", "fg": 6002 }, - { "id": "overlay_male_wielded_cigar_butt", "fg": 6003 }, - { "id": "overlay_female_wielded_cig", "fg": 6011 }, - { "id": "overlay_female_wielded_cig_butt", "fg": 6012 }, - { "id": "overlay_male_wielded_cig", "fg": 6020 }, - { "id": "overlay_male_wielded_cig_butt", "fg": 6021 }, - { "id": "overlay_female_wielded_joint", "fg": 6029 }, - { "id": "overlay_female_wielded_joint_roach", "fg": 6037 }, - { "id": "overlay_male_wielded_joint", "fg": 6038 }, - { "id": "overlay_male_wielded_joint_roach", "fg": 6046 }, - { "id": "overlay_wielded_bokken", "fg": 6096 }, - { "id": "overlay_wielded_digging_stick", "fg": 6105 }, - { "id": "overlay_wielded_hoe", "fg": 6108 }, - { "id": "overlay_female_worn_aep_suit", "fg": 6216 }, - { "id": "overlay_female_worn_power_armor_basic", "fg": 6217 }, - { "id": "overlay_female_worn_power_armor_heavy", "fg": 6218 }, - { "id": "overlay_female_worn_power_armor_helmet_basic", "fg": 6219 }, - { "id": "overlay_female_worn_power_armor_helmet_heavy", "fg": 6220 }, - { "id": "overlay_female_worn_power_armor_helmet_light", "fg": 6221 }, - { "id": "overlay_female_worn_power_armor_light", "fg": 6222 }, - { "id": "overlay_female_worn_rm13_armor", "fg": 6223 }, - { "id": "overlay_female_worn_rm13_armor_on", "fg": 6224 }, - { "id": "overlay_male_worn_aep_suit", "fg": 6225 }, - { "id": "overlay_male_worn_power_armor_basic", "fg": 6226 }, - { "id": "overlay_male_worn_power_armor_heavy", "fg": 6227 }, - { "id": "overlay_male_worn_power_armor_helmet_basic", "fg": 6228 }, - { "id": "overlay_male_worn_power_armor_helmet_heavy", "fg": 6229 }, - { "id": "overlay_male_worn_power_armor_helmet_light", "fg": 6230 }, - { "id": "overlay_male_worn_power_armor_light", "fg": 6231 }, - { "id": "overlay_male_worn_rm13_armor", "fg": 6232 }, - { "id": "overlay_male_worn_rm13_armor_on", "fg": 6233 }, - { "id": "overlay_female_worn_chainmail_suit_faraday", "fg": 6248 }, - { "id": "overlay_female_worn_pot_helmet", "fg": 6249 }, - { "id": "overlay_male_worn_chainmail_suit_faraday", "fg": 6250 }, - { "id": "overlay_male_worn_pot_helmet", "fg": 6251 }, - { "id": "overlay_female_worn_duffelbag", "fg": 6272 }, - { "id": "overlay_female_worn_runner_bag", "fg": 6275 }, - { "id": "overlay_male_worn_duffelbag", "fg": 6276 }, - { "id": "overlay_male_worn_runner_bag", "fg": 6279 }, - { "id": "overlay_female_worn_chestrig", "fg": 6299 }, - { "id": "overlay_female_worn_grenadebandolier", "fg": 6300 }, - { "id": "overlay_female_worn_mbag", "fg": 6301 }, - { "id": "overlay_female_worn_slingpack", "fg": 6302 }, - { "id": "overlay_male_worn_chestrig", "fg": 6303 }, - { "id": "overlay_male_worn_grenadebandolier", "fg": 6304 }, - { "id": "overlay_male_worn_mbag", "fg": 6305 }, - { "id": "overlay_male_worn_slingpack", "fg": 6306 }, - { "id": "overlay_female_worn_subsuit_xl", "fg": 6327 }, - { "id": "overlay_male_worn_subsuit_xl", "fg": 6328 }, - { "id": "overlay_worn_wolfsuit", "fg": 6329 }, - { "id": "overlay_female_worn_chestwrap_leather", "fg": 6355 }, - { "id": "overlay_female_worn_tights", "fg": 6356 }, - { "id": "overlay_male_worn_chestwrap_leather", "fg": 6357 }, - { "id": "overlay_male_worn_tights", "fg": 6358 }, - { "id": "overlay_female_worn_copper_necklace", "fg": 6359 }, - { "id": "overlay_female_worn_gold_necklace", "fg": 6360 }, - { "id": "overlay_female_worn_platinum_necklace", "fg": 6361 }, - { "id": "overlay_female_worn_silver_necklace", "fg": 6362 }, - { "id": "overlay_male_worn_copper_necklace", "fg": 6363 }, - { "id": "overlay_male_worn_gold_necklace", "fg": 6364 }, - { "id": "overlay_male_worn_platinum_necklace", "fg": 6365 }, - { "id": "overlay_male_worn_silver_necklace", "fg": 6366 }, - { "id": "overlay_female_worn_nanoskirt", "fg": 6367 }, - { "id": "overlay_male_worn_nanoskirt", "fg": 6368 }, - { "id": "overlay_female_worn_motorbike_armor", "fg": 6369 }, - { "id": "overlay_male_worn_motorbike_armor", "fg": 6370 }, - { "id": "overlay_female_worn_headscarf", "fg": 6371 }, - { "id": "overlay_female_worn_long_knit_scarf", "fg": 6372 }, - { "id": "overlay_female_worn_long_patchwork_scarf", "fg": 6373 }, - { "id": "overlay_female_worn_marloss_scarf", "fg": 6374 }, - { "id": "overlay_female_worn_patchwork_scarf", "fg": 6375 }, - { "id": "overlay_female_worn_scarf_fur", "fg": 6376 }, - { "id": "overlay_female_worn_scarf_fur_long", "fg": 6377 }, - { "id": "overlay_male_worn_headscarf", "fg": 6378 }, - { "id": "overlay_male_worn_long_knit_scarf", "fg": 6379 }, - { "id": "overlay_male_worn_long_patchwork_scarf", "fg": 6380 }, - { "id": "overlay_male_worn_marloss_scarf", "fg": 6381 }, - { "id": "overlay_male_worn_patchwork_scarf", "fg": 6382 }, - { "id": "overlay_male_worn_scarf_fur", "fg": 6383 }, - { "id": "overlay_male_worn_scarf_fur_long", "fg": 6384 }, - { "id": "overlay_male_worn_scarf_long", "fg": 6385 }, - { "id": "overlay_female_worn_scuba_tank", "fg": 6396 }, - { "id": "overlay_female_worn_scuba_tank_on", "fg": 6397 }, - { "id": "overlay_female_worn_small_scuba_tank", "fg": 6398 }, - { "id": "overlay_female_worn_small_scuba_tank_on", "fg": 6399 }, - { "id": "overlay_female_worn_wetsuit", "fg": 6400 }, - { "id": "overlay_female_worn_wetsuit_gloves", "fg": 6401 }, - { "id": "overlay_female_worn_wetsuit_hood", "fg": 6402 }, - { "id": "overlay_female_worn_wetsuit_spring", "fg": 6403 }, - { "id": "overlay_male_worn_scuba_tank", "fg": 6404 }, - { "id": "overlay_male_worn_scuba_tank_on", "fg": 6405 }, - { "id": "overlay_male_worn_small_scuba_tank", "fg": 6406 }, - { "id": "overlay_male_worn_small_scuba_tank_on", "fg": 6407 }, - { "id": "overlay_male_worn_wetsuit", "fg": 6408 }, - { "id": "overlay_male_worn_wetsuit_gloves", "fg": 6409 }, - { "id": "overlay_male_worn_wetsuit_hood", "fg": 6410 }, - { "id": "overlay_male_worn_wetsuit_spring", "fg": 6411 }, - { "id": "overlay_worn_wetsuit_booties", "fg": 6412 }, - { "id": "overlay_female_worn_fitover_sunglasses", "fg": 6440 }, - { "id": "overlay_male_worn_fitover_sunglasses", "fg": 6441 }, - { "id": "overlay_female_worn_golf_bag", "fg": 6478 }, - { "id": "overlay_male_worn_golf_bag", "fg": 6479 }, - { "id": "overlay_female_worn_bandana_head", "fg": 6516 }, - { "id": "overlay_female_worn_hat_chef", "fg": 6517 }, - { "id": "overlay_female_worn_tricorne", "fg": 6518 }, - { "id": "overlay_male_worn_bandana_head", "fg": 6519 }, - { "id": "overlay_male_worn_hat_chef", "fg": 6520 }, - { "id": "overlay_male_worn_tricorne", "fg": 6521 }, - { "id": "overlay_female_worn_bead_ear", "fg": 6577 }, - { "id": "overlay_female_worn_copper_ear", "fg": 6578 }, - { "id": "overlay_female_worn_hairpin", "fg": 6580 }, - { "id": "overlay_male_worn_bead_ear", "fg": 6583 }, - { "id": "overlay_male_worn_copper_ear", "fg": 6584 }, - { "id": "overlay_male_worn_hairpin", "fg": 6586 }, - { "id": "overlay_female_worn_antarvasa", "fg": 6592 }, - { "id": "overlay_female_worn_kasaya", "fg": 6593 }, - { "id": "overlay_female_worn_samghati", "fg": 6594 }, - { "id": "overlay_female_worn_uttarasanga", "fg": 6595 }, - { "id": "overlay_male_worn_antarvasa", "fg": 6596 }, - { "id": "overlay_male_worn_kasaya", "fg": 6597 }, - { "id": "overlay_male_worn_samghati", "fg": 6598 }, - { "id": "overlay_male_worn_uttarasanga", "fg": 6599 }, - { "id": "overlay_female_worn_blindfold", "fg": 6622 }, - { "id": "overlay_male_worn_blindfold", "fg": 6623 }, - { "id": "overlay_female_worn_tourniquet_lower", "fg": 6644 }, - { "id": "overlay_female_worn_tourniquet_upper", "fg": 6645 }, - { "id": "overlay_female_worn_wristwatch", "fg": 6646 }, - { "id": "overlay_male_worn_tourniquet_lower", "fg": 6647 }, - { "id": "overlay_male_worn_tourniquet_upper", "fg": 6648 }, - { "id": "overlay_male_worn_wristwatch", "fg": 6649 }, - { "id": "overlay_worn_purse", "fg": 6650 }, - { "id": "overlay_worn_rad_badge", "fg": 6651 }, - { "id": "overlay_female_worn_survivor_goggles", "fg": 6765 }, - { "id": "overlay_male_worn_survivor_goggles", "fg": 6766 }, - { "id": "overlay_female_worn_survivor_duffel_bag", "fg": 6825 }, - { "id": "overlay_female_worn_survivor_pack", "fg": 6826 }, - { "id": "overlay_female_worn_survivor_rucksack", "fg": 6827 }, - { "id": "overlay_female_worn_survivor_runner_pack", "fg": 6828 }, - { "id": "overlay_male_worn_survivor_duffel_bag", "fg": 6829 }, - { "id": "overlay_male_worn_survivor_pack", "fg": 6830 }, - { "id": "overlay_male_worn_survivor_rucksack", "fg": 6831 }, - { "id": "overlay_male_worn_survivor_runner_pack", "fg": 6832 } + { "id": "overlay_wielded_bucket", "fg": 5793 }, + { "id": "overlay_wielded_cot", "fg": 5796 }, + { "id": "overlay_female_wielded_bat_nerf", "fg": 5797 }, + { "id": "overlay_female_wielded_golf_bag", "fg": 5798 }, + { "id": "overlay_male_wielded_bat_nerf", "fg": 5799 }, + { "id": "overlay_male_wielded_golf_bag", "fg": 5800 }, + { "id": "overlay_female_wielded_radio_car", "fg": 5801 }, + { "id": "overlay_female_wielded_radio_car_box", "fg": 5802 }, + { "id": "overlay_female_wielded_radio_car_on", "fg": 5803 }, + { "id": "overlay_female_wielded_radio_car_wheel", "fg": 5804 }, + { "id": "overlay_female_wielded_radiocontrol", "fg": 5805 }, + { "id": "overlay_female_wielded_rc_car_box", "fg": 5806 }, + { "id": "overlay_male_wielded_radio_car", "fg": 5807 }, + { "id": "overlay_male_wielded_radio_car_box", "fg": 5808 }, + { "id": "overlay_male_wielded_radio_car_on", "fg": 5809 }, + { "id": "overlay_male_wielded_radio_car_wheel", "fg": 5810 }, + { "id": "overlay_male_wielded_radiocontrol", "fg": 5811 }, + { "id": "overlay_male_wielded_rc_car_box", "fg": 5812 }, + { "id": "overlay_wielded_atomic_lamp", "fg": 5813 }, + { "id": "overlay_wielded_atomic_lamp_off", "fg": 5814 }, + { "id": "overlay_wielded_l-stick", "fg": 5815 }, + { "id": "overlay_wielded_l-stick_on", "fg": 5816 }, + { "id": "overlay_wielded_chestguard_hard", "fg": 5818 }, + { "id": "overlay_wielded_cattlefodder", "fg": 5821 }, + { "id": "overlay_wielded_bullet_crossbow", "fg": 5835 }, + { "id": "overlay_wielded_compcrossbow", "fg": 5836 }, + { "id": "overlay_wielded_compositecrossbow", "fg": 5837 }, + { "id": "overlay_wielded_crossbow", "fg": 5838 }, + { "id": "overlay_wielded_hand_crossbow", "fg": 5839 }, + { "id": "overlay_wielded_huge_crossbow", "fg": 5840 }, + { "id": "overlay_wielded_rep_crossbow", "fg": 5841 }, + { "id": "overlay_wielded_hoboreel", "fg": 5855 }, + { "id": "overlay_wielded_grenade", "fg": 5860 }, + { "id": "overlay_wielded_grenade_act", "fg": 5861 }, + { "id": "overlay_wielded_grenade_emp", "fg": 5862 }, + { "id": "overlay_wielded_grenade_emp_act", "fg": 5863 }, + { "id": "overlay_wielded_grenade_inc", "fg": 5864 }, + { "id": "overlay_wielded_grenade_inc_act", "fg": 5865 }, + { "id": "overlay_wielded_pipebomb", "fg": 5866 }, + { "id": "overlay_wielded_pipebomb_act", "fg": 5867 }, + { "id": "overlay_wielded_scrambler", "fg": 5868 }, + { "id": "overlay_wielded_scrambler_act", "fg": 5869 }, + { "id": "overlay_wielded_smokebomb", "fg": 5870 }, + { "id": "overlay_wielded_smokebomb_act", "fg": 5871 }, + { "id": "overlay_female_wielded_manhole_cover", "fg": 5909 }, + { "id": "overlay_male_wielded_manhole_cover", "fg": 5910 }, + { "id": "overlay_wielded_eyedrops", "fg": 5917 }, + { "id": "overlay_female_wielded_baseball", "fg": 5927 }, + { "id": "overlay_female_wielded_basketball", "fg": 5928 }, + { "id": "overlay_female_wielded_beach_volleyball", "fg": 5929 }, + { "id": "overlay_female_wielded_mre_beef_box", "fg": 5930 }, + { "id": "overlay_female_wielded_puck", "fg": 5931 }, + { "id": "overlay_male_wielded_baseball", "fg": 5932 }, + { "id": "overlay_male_wielded_basketball", "fg": 5933 }, + { "id": "overlay_male_wielded_beach_volleyball", "fg": 5934 }, + { "id": "overlay_male_wielded_mre_beef_box", "fg": 5935 }, + { "id": "overlay_male_wielded_puck", "fg": 5936 }, + { "id": "overlay_wielded_PR24-extended", "fg": 5937 }, + { "id": "overlay_wielded_PR24-retracted", "fg": 5938 }, + { "id": "overlay_wielded_baton-extended", "fg": 5939 }, + { "id": "overlay_wielded_baton", "fg": 5940 }, + { "id": "overlay_wielded_battery_car", "fg": 5941 }, + { "id": "overlay_wielded_bowling_ball", "fg": 5942 }, + { "id": "overlay_wielded_cell_phone", "fg": 5943 }, + { "id": "overlay_wielded_cell_phone_flashlight", "fg": 5944 }, + { "id": "overlay_wielded_codeine", "fg": 5945 }, + { "id": "overlay_wielded_flask_hip", "fg": 5946 }, + { "id": "overlay_wielded_football", "fg": 5947 }, + { "id": "overlay_wielded_golf_ball", "fg": 5948 }, + { "id": "overlay_wielded_indoor_volleyball", "fg": 5949 }, + { "id": "overlay_wielded_misc_repairkit", "fg": 5950 }, + { "id": "overlay_wielded_portable_game", "fg": 5951 }, + { "id": "overlay_wielded_two_way_radio", "fg": 5953 }, + { "id": "overlay_female_wielded_pool_cue", "fg": 5969 }, + { "id": "overlay_male_wielded_pool_cue", "fg": 5970 }, + { "id": "overlay_female_wielded_i_staff", "fg": 5978 }, + { "id": "overlay_female_wielded_q_staff", "fg": 5979 }, + { "id": "overlay_female_wielded_shock_staff", "fg": 5980 }, + { "id": "overlay_male_wielded_i_staff", "fg": 5981 }, + { "id": "overlay_male_wielded_q_staff", "fg": 5982 }, + { "id": "overlay_male_wielded_shock_staff", "fg": 5983 }, + { "id": "overlay_female_wielded_cigar", "fg": 5995 }, + { "id": "overlay_female_wielded_cigar_butt", "fg": 5996 }, + { "id": "overlay_male_wielded_cigar", "fg": 6004 }, + { "id": "overlay_male_wielded_cigar_butt", "fg": 6005 }, + { "id": "overlay_female_wielded_cig", "fg": 6013 }, + { "id": "overlay_female_wielded_cig_butt", "fg": 6014 }, + { "id": "overlay_male_wielded_cig", "fg": 6022 }, + { "id": "overlay_male_wielded_cig_butt", "fg": 6023 }, + { "id": "overlay_female_wielded_joint", "fg": 6031 }, + { "id": "overlay_female_wielded_joint_roach", "fg": 6039 }, + { "id": "overlay_male_wielded_joint", "fg": 6040 }, + { "id": "overlay_male_wielded_joint_roach", "fg": 6048 }, + { "id": "overlay_wielded_bokken", "fg": 6098 }, + { "id": "overlay_wielded_digging_stick", "fg": 6107 }, + { "id": "overlay_wielded_hoe", "fg": 6110 }, + { "id": "overlay_female_worn_aep_suit", "fg": 6218 }, + { "id": "overlay_female_worn_chestguard_hard", "fg": 6219 }, + { "id": "overlay_female_worn_power_armor_basic", "fg": 6220 }, + { "id": "overlay_female_worn_power_armor_heavy", "fg": 6221 }, + { "id": "overlay_female_worn_power_armor_helmet_basic", "fg": 6222 }, + { "id": "overlay_female_worn_power_armor_helmet_heavy", "fg": 6223 }, + { "id": "overlay_female_worn_power_armor_helmet_light", "fg": 6224 }, + { "id": "overlay_female_worn_power_armor_light", "fg": 6225 }, + { "id": "overlay_female_worn_rm13_armor", "fg": 6226 }, + { "id": "overlay_female_worn_rm13_armor_on", "fg": 6227 }, + { "id": "overlay_male_worn_aep_suit", "fg": 6228 }, + { "id": "overlay_male_worn_chestguard_hard", "fg": 6229 }, + { "id": "overlay_male_worn_power_armor_basic", "fg": 6230 }, + { "id": "overlay_male_worn_power_armor_heavy", "fg": 6231 }, + { "id": "overlay_male_worn_power_armor_helmet_basic", "fg": 6232 }, + { "id": "overlay_male_worn_power_armor_helmet_heavy", "fg": 6233 }, + { "id": "overlay_male_worn_power_armor_helmet_light", "fg": 6234 }, + { "id": "overlay_male_worn_power_armor_light", "fg": 6235 }, + { "id": "overlay_male_worn_rm13_armor", "fg": 6236 }, + { "id": "overlay_male_worn_rm13_armor_on", "fg": 6237 }, + { "id": "overlay_female_worn_chainmail_suit_faraday", "fg": 6252 }, + { "id": "overlay_female_worn_pot_helmet", "fg": 6253 }, + { "id": "overlay_male_worn_chainmail_suit_faraday", "fg": 6254 }, + { "id": "overlay_male_worn_pot_helmet", "fg": 6255 }, + { "id": "overlay_female_worn_duffelbag", "fg": 6276 }, + { "id": "overlay_female_worn_runner_bag", "fg": 6279 }, + { "id": "overlay_male_worn_duffelbag", "fg": 6280 }, + { "id": "overlay_male_worn_runner_bag", "fg": 6283 }, + { "id": "overlay_female_worn_chestrig", "fg": 6303 }, + { "id": "overlay_female_worn_grenadebandolier", "fg": 6304 }, + { "id": "overlay_female_worn_mbag", "fg": 6305 }, + { "id": "overlay_female_worn_slingpack", "fg": 6306 }, + { "id": "overlay_male_worn_chestrig", "fg": 6307 }, + { "id": "overlay_male_worn_grenadebandolier", "fg": 6308 }, + { "id": "overlay_male_worn_mbag", "fg": 6309 }, + { "id": "overlay_male_worn_slingpack", "fg": 6310 }, + { "id": "overlay_female_worn_subsuit_xl", "fg": 6331 }, + { "id": "overlay_male_worn_subsuit_xl", "fg": 6332 }, + { "id": "overlay_worn_wolfsuit", "fg": 6333 }, + { "id": "overlay_female_worn_chestwrap_leather", "fg": 6359 }, + { "id": "overlay_female_worn_tights", "fg": 6360 }, + { "id": "overlay_male_worn_chestwrap_leather", "fg": 6361 }, + { "id": "overlay_male_worn_tights", "fg": 6362 }, + { "id": "overlay_female_worn_copper_necklace", "fg": 6363 }, + { "id": "overlay_female_worn_gold_necklace", "fg": 6364 }, + { "id": "overlay_female_worn_platinum_necklace", "fg": 6365 }, + { "id": "overlay_female_worn_silver_necklace", "fg": 6366 }, + { "id": "overlay_male_worn_copper_necklace", "fg": 6367 }, + { "id": "overlay_male_worn_gold_necklace", "fg": 6368 }, + { "id": "overlay_male_worn_platinum_necklace", "fg": 6369 }, + { "id": "overlay_male_worn_silver_necklace", "fg": 6370 }, + { "id": "overlay_female_worn_nanoskirt", "fg": 6371 }, + { "id": "overlay_male_worn_nanoskirt", "fg": 6372 }, + { "id": "overlay_female_worn_motorbike_armor", "fg": 6373 }, + { "id": "overlay_male_worn_motorbike_armor", "fg": 6374 }, + { "id": "overlay_female_worn_headscarf", "fg": 6375 }, + { "id": "overlay_female_worn_long_knit_scarf", "fg": 6376 }, + { "id": "overlay_female_worn_long_patchwork_scarf", "fg": 6377 }, + { "id": "overlay_female_worn_marloss_scarf", "fg": 6378 }, + { "id": "overlay_female_worn_patchwork_scarf", "fg": 6379 }, + { "id": "overlay_female_worn_scarf_fur", "fg": 6380 }, + { "id": "overlay_female_worn_scarf_fur_long", "fg": 6381 }, + { "id": "overlay_male_worn_headscarf", "fg": 6382 }, + { "id": "overlay_male_worn_long_knit_scarf", "fg": 6383 }, + { "id": "overlay_male_worn_long_patchwork_scarf", "fg": 6384 }, + { "id": "overlay_male_worn_marloss_scarf", "fg": 6385 }, + { "id": "overlay_male_worn_patchwork_scarf", "fg": 6386 }, + { "id": "overlay_male_worn_scarf_fur", "fg": 6387 }, + { "id": "overlay_male_worn_scarf_fur_long", "fg": 6388 }, + { "id": "overlay_male_worn_scarf_long", "fg": 6389 }, + { "id": "overlay_female_worn_scuba_tank", "fg": 6400 }, + { "id": "overlay_female_worn_scuba_tank_on", "fg": 6401 }, + { "id": "overlay_female_worn_small_scuba_tank", "fg": 6402 }, + { "id": "overlay_female_worn_small_scuba_tank_on", "fg": 6403 }, + { "id": "overlay_female_worn_wetsuit", "fg": 6404 }, + { "id": "overlay_female_worn_wetsuit_gloves", "fg": 6405 }, + { "id": "overlay_female_worn_wetsuit_hood", "fg": 6406 }, + { "id": "overlay_female_worn_wetsuit_spring", "fg": 6407 }, + { "id": "overlay_male_worn_scuba_tank", "fg": 6408 }, + { "id": "overlay_male_worn_scuba_tank_on", "fg": 6409 }, + { "id": "overlay_male_worn_small_scuba_tank", "fg": 6410 }, + { "id": "overlay_male_worn_small_scuba_tank_on", "fg": 6411 }, + { "id": "overlay_male_worn_wetsuit", "fg": 6412 }, + { "id": "overlay_male_worn_wetsuit_gloves", "fg": 6413 }, + { "id": "overlay_male_worn_wetsuit_hood", "fg": 6414 }, + { "id": "overlay_male_worn_wetsuit_spring", "fg": 6415 }, + { "id": "overlay_worn_wetsuit_booties", "fg": 6416 }, + { "id": "overlay_female_worn_fitover_sunglasses", "fg": 6444 }, + { "id": "overlay_male_worn_fitover_sunglasses", "fg": 6445 }, + { "id": "overlay_female_worn_golf_bag", "fg": 6482 }, + { "id": "overlay_male_worn_golf_bag", "fg": 6483 }, + { "id": "overlay_female_worn_bandana_head", "fg": 6520 }, + { "id": "overlay_female_worn_hat_chef", "fg": 6521 }, + { "id": "overlay_female_worn_tricorne", "fg": 6522 }, + { "id": "overlay_male_worn_bandana_head", "fg": 6523 }, + { "id": "overlay_male_worn_hat_chef", "fg": 6524 }, + { "id": "overlay_male_worn_tricorne", "fg": 6525 }, + { "id": "overlay_female_worn_bead_ear", "fg": 6581 }, + { "id": "overlay_female_worn_copper_ear", "fg": 6582 }, + { "id": "overlay_female_worn_hairpin", "fg": 6584 }, + { "id": "overlay_male_worn_bead_ear", "fg": 6587 }, + { "id": "overlay_male_worn_copper_ear", "fg": 6588 }, + { "id": "overlay_male_worn_hairpin", "fg": 6590 }, + { "id": "overlay_female_worn_antarvasa", "fg": 6596 }, + { "id": "overlay_female_worn_kasaya", "fg": 6597 }, + { "id": "overlay_female_worn_samghati", "fg": 6598 }, + { "id": "overlay_female_worn_uttarasanga", "fg": 6599 }, + { "id": "overlay_male_worn_antarvasa", "fg": 6600 }, + { "id": "overlay_male_worn_kasaya", "fg": 6601 }, + { "id": "overlay_male_worn_samghati", "fg": 6602 }, + { "id": "overlay_male_worn_uttarasanga", "fg": 6603 }, + { "id": "overlay_female_worn_blindfold", "fg": 6626 }, + { "id": "overlay_male_worn_blindfold", "fg": 6627 }, + { "id": "overlay_female_worn_tourniquet_lower", "fg": 6648 }, + { "id": "overlay_female_worn_tourniquet_upper", "fg": 6649 }, + { "id": "overlay_female_worn_wristwatch", "fg": 6650 }, + { "id": "overlay_male_worn_tourniquet_lower", "fg": 6651 }, + { "id": "overlay_male_worn_tourniquet_upper", "fg": 6652 }, + { "id": "overlay_male_worn_wristwatch", "fg": 6653 }, + { "id": "overlay_worn_purse", "fg": 6654 }, + { "id": "overlay_worn_rad_badge", "fg": 6655 }, + { "id": "overlay_female_worn_survivor_goggles", "fg": 6769 }, + { "id": "overlay_male_worn_survivor_goggles", "fg": 6770 }, + { "id": "overlay_female_worn_survivor_duffel_bag", "fg": 6829 }, + { "id": "overlay_female_worn_survivor_pack", "fg": 6830 }, + { "id": "overlay_female_worn_survivor_rucksack", "fg": 6831 }, + { "id": "overlay_female_worn_survivor_runner_pack", "fg": 6832 }, + { "id": "overlay_male_worn_survivor_duffel_bag", "fg": 6833 }, + { "id": "overlay_male_worn_survivor_pack", "fg": 6834 }, + { "id": "overlay_male_worn_survivor_rucksack", "fg": 6835 }, + { "id": "overlay_male_worn_survivor_runner_pack", "fg": 6836 } ] }, { @@ -10375,7 +10399,7 @@ { "id": "mon_riotbot", "fg": 6983, "bg": 6948 }, { "id": "mon_skeleton", "fg": 6984, "bg": 6948 }, { "id": "mon_skeleton_brute", "fg": 6985, "bg": 6948 }, - { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 2759 }, + { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 2766 }, { "id": "mon_zombie_acidic", "fg": 6986, "bg": 6948 }, { "id": "mon_zombie_corrosive", "fg": 6987, "bg": 6948 }, { "id": "mon_zombie_spitter", "fg": 6988, "bg": 6948 }, @@ -11096,7 +11120,7 @@ "id": "vp_bed", "fg": [ 7341, 7343, 7342, 7340 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 7341, 7343, 7342, 7340 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7341, 7343, 7342, 7340 ] } ] }, { "id": "vp_omnicam", @@ -11108,7 +11132,7 @@ "id": [ "vp_wheel_wide", "vp_wheel_wide_steerable", "vp_wheel_wide_or", "vp_wheel_wide_or_steerable" ], "fg": [ 7347, 7346, 7347, 7346 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 7347, 7346, 7347, 7346 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7347, 7346, 7347, 7346 ] } ] }, { "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_front_edge" ], @@ -11197,37 +11221,37 @@ { "id": [ "vp_windshield_full", "vp_windshield_full_horizontal_rear" ], "fg": [ 7390, 7388, 7389, 7391 ], - "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7390, 7388, 7389, 7391 ] } ], + "additional_tiles": [ { "id": "broken", "fg": 8328, "bg": [ 7390, 7388, 7389, 7391 ] } ], "multitile": true }, { "id": "vp_windshield_full_horizontal_front", "fg": [ 7389, 7391, 7390, 7388 ], - "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7389, 7391, 7390, 7388 ] } ], + "additional_tiles": [ { "id": "broken", "fg": 8328, "bg": [ 7389, 7391, 7390, 7388 ] } ], "multitile": true }, { "id": [ "vp_windshield_full_vertical_left", "vp_windshield_full_left" ], "fg": [ 7391, 7392, 7388, 7389 ], - "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7391, 7392, 7388, 7389 ] } ], + "additional_tiles": [ { "id": "broken", "fg": 8328, "bg": [ 7391, 7392, 7388, 7389 ] } ], "multitile": true }, { "id": [ "vp_windshield_full_vertical_right", "vp_windshield_full_right" ], "fg": [ 7388, 7389, 7391, 7392 ], - "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7388, 7389, 7391, 7392 ] } ], + "additional_tiles": [ { "id": "broken", "fg": 8328, "bg": [ 7388, 7389, 7391, 7392 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_left", "fg": [ 7391, 7393, 7388, 7389 ], - "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7391, 7393, 7388, 7389 ] } ], + "additional_tiles": [ { "id": "broken", "fg": 8328, "bg": [ 7391, 7393, 7388, 7389 ] } ], "multitile": true }, { "id": "vp_windshield_full_wheel_right", "fg": [ 7388, 7389, 7391, 7393 ], - "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 7388, 7389, 7391, 7393 ] } ], + "additional_tiles": [ { "id": "broken", "fg": 8328, "bg": [ 7388, 7389, 7391, 7393 ] } ], "multitile": true }, { @@ -11626,22 +11650,22 @@ { "id": "t_tree_cottonwood_season_winter", "fg": 7732, "bg": 7699 }, { "id": "t_tree_dead", - "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8788 } ], + "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8804 } ], "bg": 7701 }, { "id": "t_tree_dead_season_summer", - "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8788 } ], + "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8804 } ], "bg": 7702 }, { "id": "t_tree_dead_season_autumn", - "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8788 } ], + "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8804 } ], "bg": 7700 }, { "id": "t_tree_dead_season_winter", - "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8788 } ], + "fg": [ { "weight": 100, "sprite": 7732 }, { "weight": 100, "sprite": 8804 } ], "bg": 7699 }, { "id": "t_tree_elm_season_spring", "fg": 7734, "bg": 7701 }, @@ -12131,19 +12155,19 @@ { "id": "zweihander", "fg": 8017 }, { "id": "zweihander_inferior", "fg": 8019 }, { "id": "zweihander_fake", "fg": 8018 }, - { "id": "mon_grenade_hack", "fg": 8038, "bg": 2666 }, - { "id": "mon_mininuke_hack", "fg": 8040, "bg": 2666 }, + { "id": "mon_grenade_hack", "fg": 8038, "bg": 2673 }, + { "id": "mon_mininuke_hack", "fg": 8040, "bg": 2673 }, { "id": "bot_grenade_hack", "fg": 8032 }, { "id": "bot_mininuke_hack", "fg": 8033 }, - { "id": "mon_manhack", "fg": 8039, "bg": 2666 }, - { "id": "mon_gasbomb_hack", "fg": 8037, "bg": 2666 }, - { "id": "mon_flashbang_hack", "fg": 8036, "bg": 2666 }, - { "id": "mon_c4_hack", "fg": 8035, "bg": 2666 }, - { "id": "mon_EMP_hack", "fg": 8034, "bg": 2666 }, - { "id": "mon_grocerybot", "fg": 8041, "bg": 2666 }, - { "id": "mon_grocerybot_busted", "fg": 8042, "bg": 2666 }, - { "id": "mon_raccoon", "fg": 8043, "bg": 2666 }, - { "id": "mon_weasel", "fg": 8044, "bg": 2666 }, + { "id": "mon_manhack", "fg": 8039, "bg": 2673 }, + { "id": "mon_gasbomb_hack", "fg": 8037, "bg": 2673 }, + { "id": "mon_flashbang_hack", "fg": 8036, "bg": 2673 }, + { "id": "mon_c4_hack", "fg": 8035, "bg": 2673 }, + { "id": "mon_EMP_hack", "fg": 8034, "bg": 2673 }, + { "id": "mon_grocerybot", "fg": 8041, "bg": 2673 }, + { "id": "mon_grocerybot_busted", "fg": 8042, "bg": 2673 }, + { "id": "mon_raccoon", "fg": 8043, "bg": 2673 }, + { "id": "mon_weasel", "fg": 8044, "bg": 2673 }, { "id": "infrared_creature", "fg": 8045 }, { "id": "weather_rain_drop", @@ -12171,60 +12195,60 @@ { "id": "t_floor_green", "fg": 8065 }, { "id": "t_floor_blue", "fg": 8064 }, { "id": [ "t_searth_test", "t_searth" ], "fg": 8067 }, - { "id": "t_current_trans", "fg": 8068, "bg": 4252 }, - { "id": "t_potential_trans", "fg": 8069, "bg": 4252 }, + { "id": "t_current_trans", "fg": 8068, "bg": 4259 }, + { "id": "t_potential_trans", "fg": 8069, "bg": 4259 }, { "id": "graffiti", "fg": 8070 }, - { "id": "t_pedestal_wyrm", "fg": 8072, "bg": 4044 }, + { "id": "t_pedestal_wyrm", "fg": 8072, "bg": 4051 }, { "id": "t_pedestal_temple", "fg": [ { "weight": 100, "sprite": 8073 }, { "weight": 100, "sprite": 8071 } ], - "bg": 3405 + "bg": 3412 }, { "id": "t_pedestal_temple_season_winter", "fg": [ { "weight": 100, "sprite": 8073 }, { "weight": 100, "sprite": 8071 } ], - "bg": 3076 + "bg": 3083 }, { "id": "t_zebra", "fg": 8074 }, - { "id": "t_zebra_season_winter", "fg": 3075 }, + { "id": "t_zebra_season_winter", "fg": 3082 }, { "id": [ "t_metal_railing", "t_concrete_railing", "t_glass_railing" ], "multitile": true, - "fg": 3980, - "bg": 3279, - "additional_tiles": [ - { "id": "center", "bg": 3279, "fg": 3965 }, - { "id": "corner", "bg": 3279, "fg": [ 3967, 3969, 3968, 3966 ] }, - { "id": "t_connection", "bg": 3279, "fg": [ 3977, 3979, 3978, 3976 ] }, - { "id": "edge", "bg": 3279, "fg": [ 3971, 3970 ] }, - { "id": "end_piece", "bg": 3279, "fg": [ 3973, 3975, 3974, 3972 ] }, - { "bg": 3279, "id": "unconnected", "fg": [ 3980, 3980 ] } - ] - }, - { "id": "t_chaingate_c", "fg": 8076, "bg": 3801 }, - { "id": "t_chaingate_l", "fg": 8077, "bg": 3801 }, - { "id": "t_chaingate_o", "fg": 8078, "bg": 3801 }, - { "id": "t_chainfence_posts", "fg": 8075, "bg": 3801 }, - { "id": "t_chaingate_c_season_winter", "fg": 8076, "bg": 3076 }, - { "id": "t_chaingate_l_season_winter", "fg": 8077, "bg": 3076 }, - { "id": "t_chaingate_o_season_winter", "fg": 8078, "bg": 3076 }, - { "id": "t_chainfence_posts_season_winter", "fg": 8075, "bg": 3076 }, + "fg": 3987, + "bg": 3286, + "additional_tiles": [ + { "id": "center", "bg": 3286, "fg": 3972 }, + { "id": "corner", "bg": 3286, "fg": [ 3974, 3976, 3975, 3973 ] }, + { "id": "t_connection", "bg": 3286, "fg": [ 3984, 3986, 3985, 3983 ] }, + { "id": "edge", "bg": 3286, "fg": [ 3978, 3977 ] }, + { "id": "end_piece", "bg": 3286, "fg": [ 3980, 3982, 3981, 3979 ] }, + { "bg": 3286, "id": "unconnected", "fg": [ 3987, 3987 ] } + ] + }, + { "id": "t_chaingate_c", "fg": 8076, "bg": 3808 }, + { "id": "t_chaingate_l", "fg": 8077, "bg": 3808 }, + { "id": "t_chaingate_o", "fg": 8078, "bg": 3808 }, + { "id": "t_chainfence_posts", "fg": 8075, "bg": 3808 }, + { "id": "t_chaingate_c_season_winter", "fg": 8076, "bg": 3083 }, + { "id": "t_chaingate_l_season_winter", "fg": 8077, "bg": 3083 }, + { "id": "t_chaingate_o_season_winter", "fg": 8078, "bg": 3083 }, + { "id": "t_chainfence_posts_season_winter", "fg": 8075, "bg": 3083 }, { "id": "t_console", "fg": 8079 }, { "id": "t_console_broken", "fg": 8080 }, - { "id": "t_dirtmound", "fg": 8081, "bg": 3596 }, - { "id": "t_dirtmound_season_summer", "fg": 8081, "bg": 3606 }, - { "id": "t_dirtmound_season_autumn", "fg": 8081, "bg": 3601 }, + { "id": "t_dirtmound", "fg": 8081, "bg": 3603 }, + { "id": "t_dirtmound_season_summer", "fg": 8081, "bg": 3613 }, + { "id": "t_dirtmound_season_autumn", "fg": 8081, "bg": 3608 }, { "id": "t_dirtmound_season_winter", "fg": 8082 }, { "id": "t_door_metal_c", "fg": 8083 }, { "id": "t_door_metal_o", "fg": 8084 }, - { "id": "t_fern", "fg": 8085, "bg": 3596 }, - { "id": "t_fern_harvested", "fg": 8086, "bg": 3596 }, - { "id": "t_fern_season_summer", "fg": 8085, "bg": 3606 }, - { "id": "t_fern_harvested_season_summer", "fg": 8086, "bg": 3606 }, - { "id": "t_fern_season_autumn", "fg": 8085, "bg": 3601 }, - { "id": "t_fern_harvested_season_autumn", "fg": 8086, "bg": 3601 }, - { "id": "t_fern_season_winter", "fg": 8085, "bg": 3074 }, - { "id": "t_fern_harvested_season_winter", "fg": 8086, "bg": 3074 }, + { "id": "t_fern", "fg": 8085, "bg": 3603 }, + { "id": "t_fern_harvested", "fg": 8086, "bg": 3603 }, + { "id": "t_fern_season_summer", "fg": 8085, "bg": 3613 }, + { "id": "t_fern_harvested_season_summer", "fg": 8086, "bg": 3613 }, + { "id": "t_fern_season_autumn", "fg": 8085, "bg": 3608 }, + { "id": "t_fern_harvested_season_autumn", "fg": 8086, "bg": 3608 }, + { "id": "t_fern_season_winter", "fg": 8085, "bg": 3081 }, + { "id": "t_fern_harvested_season_winter", "fg": 8086, "bg": 3081 }, { "id": [ "t_junk_palisade", "t_junk_wall" ], "fg": [ @@ -12264,445 +12288,445 @@ "t_railroad_track_v_on_tie", "t_railroad_track_d_on_tie" ], - "fg": 8124, + "fg": 8123, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 8109, "bg": 3981 }, - { "id": "corner", "fg": [ 8111, 8113, 8112, 8110 ], "bg": 3981 }, - { "id": "t_connection", "fg": [ 8121, 8123, 8122, 8120 ], "bg": 3981 }, - { "id": "edge", "fg": [ 8115, 8114 ], "bg": 3981 }, - { "id": "end_piece", "fg": [ 8117, 8119, 8118, 8116 ], "bg": 3981 }, - { "id": "unconnected", "fg": [ 8124, 8124 ], "bg": 3981 } + { "id": "center", "fg": 8108, "bg": 3988 }, + { "id": "corner", "fg": [ 8110, 8112, 8111, 8109 ], "bg": 3988 }, + { "id": "t_connection", "fg": [ 8120, 8122, 8121, 8119 ], "bg": 3988 }, + { "id": "edge", "fg": [ 8114, 8113 ], "bg": 3988 }, + { "id": "end_piece", "fg": [ 8116, 8118, 8117, 8115 ], "bg": 3988 }, + { "id": "unconnected", "fg": [ 8123, 8123 ], "bg": 3988 } ], - "bg": 3981 + "bg": 3988 }, - { "id": "t_reinforced_glass_shutter", "fg": 8125 }, - { "id": "t_reinforced_glass_shutter_open", "fg": 8126 }, + { "id": "t_reinforced_glass_shutter", "fg": 8124 }, + { "id": "t_reinforced_glass_shutter_open", "fg": 8125 }, { "id": "t_sandbox", - "fg": 8142, + "fg": 8141, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 8127 }, - { "id": "corner", "fg": [ 8129, 8131, 8130, 8128 ] }, - { "id": "t_connection", "fg": [ 8139, 8141, 8140, 8138 ] }, - { "id": "edge", "fg": [ 8133, 8132 ] }, - { "id": "end_piece", "fg": [ 8135, 8137, 8136, 8134 ] }, - { "id": "unconnected", "fg": [ 8142, 8142 ] } + { "id": "center", "fg": 8126 }, + { "id": "corner", "fg": [ 8128, 8130, 8129, 8127 ] }, + { "id": "t_connection", "fg": [ 8138, 8140, 8139, 8137 ] }, + { "id": "edge", "fg": [ 8132, 8131 ] }, + { "id": "end_piece", "fg": [ 8134, 8136, 8135, 8133 ] }, + { "id": "unconnected", "fg": [ 8141, 8141 ] } ] }, - { "id": "t_slot_machine", "fg": 8143, "bg": 3493 }, - { "id": "t_strconc_wall", "fg": 8144 }, + { "id": "t_slot_machine", "fg": 8142, "bg": 3500 }, + { "id": "t_strconc_wall", "fg": 8143 }, { "id": "t_trunk", "multitile": true, - "fg": [ 8146, 8145 ], - "bg": [ { "weight": 100, "sprite": 3596 }, { "weight": 100, "sprite": 3598 } ] + "fg": [ 8145, 8144 ], + "bg": [ { "weight": 100, "sprite": 3603 }, { "weight": 100, "sprite": 3605 } ] }, { "id": "t_trunk_season_summer", "multitile": true, - "fg": [ 8146, 8145 ], - "bg": [ { "weight": 100, "sprite": 3606 }, { "weight": 100, "sprite": 3608 } ] + "fg": [ 8145, 8144 ], + "bg": [ { "weight": 100, "sprite": 3613 }, { "weight": 100, "sprite": 3615 } ] }, { "id": "t_trunk_season_autumn", "multitile": true, - "fg": [ 8146, 8145 ], - "bg": [ { "weight": 100, "sprite": 3601 }, { "weight": 100, "sprite": 3603 } ] + "fg": [ 8145, 8144 ], + "bg": [ { "weight": 100, "sprite": 3608 }, { "weight": 100, "sprite": 3610 } ] }, - { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 8146, 8145 ], "bg": 3076 }, - { "id": "t_wall_half", "fg": 8147, "bg": 3493 }, + { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 8145, 8144 ], "bg": 3083 }, + { "id": "t_wall_half", "fg": 8146, "bg": 3500 }, { "id": "t_wax", - "fg": 8163, + "fg": 8162, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 8148 }, - { "id": "corner", "fg": [ 8150, 8152, 8151, 8149 ] }, - { "id": "t_connection", "fg": [ 8160, 8162, 8161, 8159 ] }, - { "id": "edge", "fg": [ 8154, 8153 ] }, - { "id": "end_piece", "fg": [ 8156, 8158, 8157, 8155 ] }, - { "id": "unconnected", "fg": [ 8163, 8163 ] } + { "id": "center", "fg": 8147 }, + { "id": "corner", "fg": [ 8149, 8151, 8150, 8148 ] }, + { "id": "t_connection", "fg": [ 8159, 8161, 8160, 8158 ] }, + { "id": "edge", "fg": [ 8153, 8152 ] }, + { "id": "end_piece", "fg": [ 8155, 8157, 8156, 8154 ] }, + { "id": "unconnected", "fg": [ 8162, 8162 ] } ] }, - { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 8164, "bg": 4660 }, - { "id": "t_window_frame", "fg": 8165 }, - { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 8166, "bg": 4660 }, - { "id": "tr_firewood_source", "fg": 8167 }, - { "id": "tr_unfinished_construction", "fg": 8168 }, + { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 8163, "bg": 4667 }, + { "id": "t_window_frame", "fg": 8164 }, + { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 8165, "bg": 4667 }, + { "id": "tr_firewood_source", "fg": 8166 }, + { "id": "tr_unfinished_construction", "fg": 8167 }, { "id": "vp_hdboard_ne", - "fg": [ 8195, 8198, 8197, 8196 ], + "fg": [ 8194, 8197, 8196, 8195 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8195, 8198, 8197, 8196 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8194, 8197, 8196, 8195 ] } ] }, { "id": "vp_hdboard_nw", - "fg": [ 8199, 8202, 8201, 8200 ], + "fg": [ 8198, 8201, 8200, 8199 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8199, 8202, 8201, 8200 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8198, 8201, 8200, 8199 ] } ] }, { "id": "vp_hdboard_se", - "fg": [ 8203, 8205, 8199, 8204 ], + "fg": [ 8202, 8204, 8198, 8203 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8203, 8205, 8199, 8204 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8202, 8204, 8198, 8203 ] } ] }, { "id": "vp_hdboard_sw", - "fg": [ 8206, 8208, 8195, 8207 ], + "fg": [ 8205, 8207, 8194, 8206 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8206, 8208, 8195, 8207 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8205, 8207, 8194, 8206 ] } ] }, { "id": "vp_hdboard_vertical_left", - "fg": [ 8209, 8211, 8212, 8210 ], + "fg": [ 8208, 8210, 8211, 8209 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8209, 8211, 8212, 8210 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8208, 8210, 8211, 8209 ] } ] }, { "id": "vp_hdboard_vertical_right", - "fg": [ 8212, 8214, 8209, 8213 ], + "fg": [ 8211, 8213, 8208, 8212 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8212, 8214, 8209, 8213 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8211, 8213, 8208, 8212 ] } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdboard_horizontal_2" ], - "fg": 8191, + "fg": 8190, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8191 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8190 } ] }, { "id": "vp_hdboard_horizontal_front", - "fg": [ 8191, 8193, 8191, 8192 ], + "fg": [ 8190, 8192, 8190, 8191 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8191, 8193, 8191, 8192 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8190, 8192, 8190, 8191 ] } ] }, { "id": "vp_hdboard_horizontal_rear", - "fg": [ 8194, 8192, 8191, 8193 ], + "fg": [ 8193, 8191, 8190, 8192 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8194, 8192, 8191, 8193 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8193, 8191, 8190, 8192 ] } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], - "fg": 8209, + "fg": 8208, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8209 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8208 } ] }, { "id": "vp_hdhalfboard_ne", - "fg": [ 8229, 8232, 8231, 8230 ], + "fg": [ 8228, 8231, 8230, 8229 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8229, 8232, 8231, 8230 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8228, 8231, 8230, 8229 ] } ] }, { "id": "vp_hdhalfboard_nw", - "fg": [ 8233, 8236, 8235, 8234 ], + "fg": [ 8232, 8235, 8234, 8233 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8233, 8236, 8235, 8234 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8232, 8235, 8234, 8233 ] } ] }, { "id": "vp_hdhalfboard_se", - "fg": [ 8237, 8240, 8239, 8238 ], + "fg": [ 8236, 8239, 8238, 8237 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8237, 8240, 8239, 8238 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8236, 8239, 8238, 8237 ] } ] }, { "id": "vp_hdhalfboard_sw", - "fg": [ 8241, 8244, 8243, 8242 ], + "fg": [ 8240, 8243, 8242, 8241 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8241, 8244, 8243, 8242 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8240, 8243, 8242, 8241 ] } ] }, { "id": "vp_hdhalfboard_vertical_left", - "fg": [ 8249, 8252, 8251, 8250 ], + "fg": [ 8248, 8251, 8250, 8249 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8249, 8252, 8251, 8250 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8248, 8251, 8250, 8249 ] } ] }, { "id": "vp_hdhalfboard_vertical_right", - "fg": [ 8253, 8256, 8255, 8254 ], + "fg": [ 8252, 8255, 8254, 8253 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8253, 8256, 8255, 8254 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8252, 8255, 8254, 8253 ] } ] }, { "id": "vp_hdhalfboard_horizontal", - "fg": [ 8224, 8227, 8226, 8225 ], + "fg": [ 8223, 8226, 8225, 8224 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8224, 8227, 8226, 8225 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8223, 8226, 8225, 8224 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2", - "fg": 8219, + "fg": 8218, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8219 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8218 } ] }, { "id": "vp_hdhalfboard_horizontal_front", - "fg": [ 8224, 8227, 8226, 8225 ], + "fg": [ 8223, 8226, 8225, 8224 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8224, 8227, 8226, 8225 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8223, 8226, 8225, 8224 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_front", - "fg": [ 8219, 8222, 8221, 8220 ], + "fg": [ 8218, 8221, 8220, 8219 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8219, 8222, 8221, 8220 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8218, 8221, 8220, 8219 ] } ] }, { "id": "vp_hdhalfboard_horizontal_rear", - "fg": [ 8228, 8225, 8224, 8227 ], + "fg": [ 8227, 8224, 8223, 8226 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8228, 8225, 8224, 8227 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8227, 8224, 8223, 8226 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_rear", - "fg": [ 8223, 8220, 8219, 8222 ], + "fg": [ 8222, 8219, 8218, 8221 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8223, 8220, 8219, 8222 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8222, 8219, 8218, 8221 ] } ] }, { "id": "vp_hdhalfboard_vertical", - "fg": 8245, + "fg": 8244, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8245 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8244 } ] }, { "id": "vp_hdhalfboard_vertical_2", - "fg": 8246, + "fg": 8245, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8246 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8245 } ] }, { "id": "vp_hdhalfboard_vertical_2_left", - "fg": [ 8247, 8252, 8251, 8250 ], + "fg": [ 8246, 8251, 8250, 8249 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8247, 8252, 8251, 8250 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8246, 8251, 8250, 8249 ] } ] }, { "id": "vp_hdhalfboard_vertical_2_right", - "fg": [ 8248, 8256, 8255, 8254 ], + "fg": [ 8247, 8255, 8254, 8253 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8248, 8256, 8255, 8254 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8247, 8255, 8254, 8253 ] } ] }, { "id": "vp_hdhalfboard_cover", - "fg": [ 8215, 8218, 8217, 8216 ], + "fg": [ 8214, 8217, 8216, 8215 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8215, 8218, 8217, 8216 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8214, 8217, 8216, 8215 ] } ] }, { "id": "vp_xlhalfboard_ne", - "fg": [ 8178, 8181, 8180, 8179 ], + "fg": [ 8177, 8180, 8179, 8178 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8178, 8181, 8180, 8179 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8177, 8180, 8179, 8178 ] } ] }, { "id": "vp_xlhalfboard_nw", - "fg": [ 8182, 8185, 8184, 8183 ], + "fg": [ 8181, 8184, 8183, 8182 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8182, 8185, 8184, 8183 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8181, 8184, 8183, 8182 ] } ] }, { "id": "vp_xlhalfboard_se", - "fg": 8186, + "fg": 8185, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8186 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8185 } ] }, { "id": "vp_xlhalfboard_sw", - "fg": 8187, + "fg": 8186, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8187 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8186 } ] }, { "id": "vp_xlhalfboard_vertical_left", - "fg": 8189, + "fg": 8188, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8189 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8188 } ] }, { "id": "vp_xlhalfboard_vertical_right", - "fg": 8190, + "fg": 8189, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8190 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8189 } ] }, { "id": [ "vp_xlhalfboard_horizontal", "vp_xlhalfboard_horizontal_2" ], - "fg": 8173, + "fg": 8172, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8173 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8172 } ] }, { "id": "vp_xlhalfboard_horizontal_front", - "fg": [ 8173, 8176, 8175, 8174 ], + "fg": [ 8172, 8175, 8174, 8173 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8173, 8176, 8175, 8174 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8172, 8175, 8174, 8173 ] } ] }, { "id": "vp_xlhalfboard_horizontal_rear", - "fg": 8177, + "fg": 8176, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8177 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8176 } ] }, { "id": [ "vp_xlhalfboard_vertical", "vp_xlhalfboard_vertical_2" ], - "fg": 8188, + "fg": 8187, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8188 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8187 } ] }, { "id": "vp_xlhalfboard_cover", - "fg": [ 8169, 8172, 8171, 8170 ], + "fg": [ 8168, 8171, 8170, 8169 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8169, 8172, 8171, 8170 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8168, 8171, 8170, 8169 ] } ] }, { "id": "vp_hdstowboard_ne", - "fg": [ 8262, 8265, 8264, 8263 ], + "fg": [ 8261, 8264, 8263, 8262 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8262, 8265, 8264, 8263 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8261, 8264, 8263, 8262 ] } ] }, { "id": "vp_hdstowboard_nw", - "fg": [ 8266, 8269, 8268, 8267 ], + "fg": [ 8265, 8268, 8267, 8266 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8266, 8269, 8268, 8267 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8265, 8268, 8267, 8266 ] } ] }, { "id": "vp_hdstowboard_se", - "fg": [ 8270, 8272, 8266, 8271 ], + "fg": [ 8269, 8271, 8265, 8270 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8270, 8272, 8266, 8271 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8269, 8271, 8265, 8270 ] } ] }, { "id": "vp_hdstowboard_sw", - "fg": [ 8273, 8275, 8262, 8274 ], + "fg": [ 8272, 8274, 8261, 8273 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8273, 8275, 8262, 8274 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8272, 8274, 8261, 8273 ] } ] }, { "id": "vp_hdstowboard_vertical_left", - "fg": [ 8276, 8278, 8279, 8277 ], + "fg": [ 8275, 8277, 8278, 8276 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8276, 8278, 8279, 8277 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8275, 8277, 8278, 8276 ] } ] }, { "id": "vp_hdstowboard_vertical_right", - "fg": [ 8279, 8277, 8276, 8278 ], + "fg": [ 8278, 8276, 8275, 8277 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8279, 8277, 8276, 8278 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8278, 8276, 8275, 8277 ] } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_2" ], - "fg": 8257, + "fg": 8256, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8257 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8256 } ] }, { "id": "vp_hdstowboard_horizontal_front", - "fg": [ 8257, 8260, 8259, 8258 ], + "fg": [ 8256, 8259, 8258, 8257 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8257, 8260, 8259, 8258 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8256, 8259, 8258, 8257 ] } ] }, { "id": "vp_hdstowboard_horizontal_rear", - "fg": [ 8261, 8258, 8257, 8260 ], + "fg": [ 8260, 8257, 8256, 8259 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8261, 8258, 8257, 8260 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8260, 8257, 8256, 8259 ] } ] }, { "id": "vp_hdstowboard_vertical", - "fg": 8277, + "fg": 8276, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8277 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8276 } ] }, { "id": "vp_woodboard_ne", - "fg": [ 8284, 8285, 8290, 8291 ], + "fg": [ 8283, 8284, 8289, 8290 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8284, 8285, 8290, 8291 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8283, 8284, 8289, 8290 ] } ] }, { "id": "vp_woodboard_nw", - "fg": [ 8286, 8287, 8288, 8289 ], + "fg": [ 8285, 8286, 8287, 8288 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8286, 8287, 8288, 8289 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8285, 8286, 8287, 8288 ] } ] }, { "id": "vp_woodboard_se", - "fg": [ 8288, 8289, 8286, 8287 ], + "fg": [ 8287, 8288, 8285, 8286 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8288, 8289, 8286, 8287 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8287, 8288, 8285, 8286 ] } ] }, { "id": "vp_woodboard_sw", - "fg": [ 8290, 8291, 8284, 8285 ], + "fg": [ 8289, 8290, 8283, 8284 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8290, 8291, 8284, 8285 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8289, 8290, 8283, 8284 ] } ] }, { "id": "vp_woodboard_vertical_left", - "fg": [ 8292, 8282, 8293, 8280 ], + "fg": [ 8291, 8281, 8292, 8279 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8292, 8282, 8293, 8280 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8291, 8281, 8292, 8279 ] } ] }, { "id": "vp_woodboard_vertical_right", - "fg": [ 8293, 8280, 8292, 8282 ], + "fg": [ 8292, 8279, 8291, 8281 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8293, 8280, 8292, 8282 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8292, 8279, 8291, 8281 ] } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodboard_vertical", "vp_woodboard_horizontal_front" ], - "fg": [ 8280, 8281, 8282, 8283 ], + "fg": [ 8279, 8280, 8281, 8282 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8280, 8281, 8282, 8283 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8279, 8280, 8281, 8282 ] } ] }, { "id": "vp_woodboard_horizontal_rear", - "fg": [ 8282, 8283, 8280, 8281 ], + "fg": [ 8281, 8282, 8279, 8280 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8282, 8283, 8280, 8281 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8281, 8282, 8279, 8280 ] } ] }, { "id": [ "vp_woodhalfboard_ne" ], - "fg": 8298, + "fg": 8297, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8298 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8297 } ] }, { "id": "vp_woodhalfboard_nw", - "fg": 8297, + "fg": 8296, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8297 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8296 } ] }, { "id": "vp_woodhalfboard_se", - "fg": 8302, + "fg": 8301, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8302 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8301 } ] }, { "id": "vp_woodhalfboard_sw", - "fg": 8301, + "fg": 8300, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8301 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8300 } ] }, { "id": [ "vp_woodhalfboard_vertical_left", "vp_woodhalfboard_vertical_2_left", "vp_woodhalfboard_vertical_T_left" ], - "fg": 8299, + "fg": 8298, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8299 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8298 } ] }, { "id": [ "vp_woodhalfboard_vertical_right", "vp_woodhalfboard_vertical_2_right", "vp_woodhalfboard_vertical_T_right" ], - "fg": 8303, + "fg": 8302, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8303 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8302 } ] }, { "id": [ @@ -12711,881 +12735,881 @@ "vp_woodhalfboard_horizontal_front", "vp_woodhalfboard_horizontal_2_front" ], - "fg": 8296, + "fg": 8295, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8296 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8295 } ] }, { "id": [ "vp_woodhalfboard_horizontal_rear", "vp_woodhalfboard_horizontal_2_rear" ], - "fg": 8300, + "fg": 8299, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8300 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8299 } ] }, { "id": [ "vp_woodhalfboard", "vp_woodhalfboard_cross", "vp_woodhalfboard_vertical", "vp_woodhalfboard_vertical_2" ], - "fg": 8295, + "fg": 8294, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8295 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8294 } ] }, { "id": [ "vp_woodhalfboard_cover" ], - "fg": 8294, + "fg": 8293, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8294 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8293 } ] }, { "id": [ "vp_basketsm", "vp_basketsm_external" ], - "fg": [ 8315, 8314 ], + "fg": [ 8314, 8313 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8315, 8314 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8314, 8313 ] } ] }, { "id": "vp_basketsm_bike_rear", - "fg": [ 8311, 8313, 8312, 8310 ], + "fg": [ 8310, 8312, 8311, 8309 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8311, 8313, 8312, 8310 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8310, 8312, 8311, 8309 ] } ] }, { "id": [ "vp_basketlg", "vp_basketlg_external" ], - "fg": [ 8309, 8308 ], + "fg": [ 8308, 8307 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8309, 8308 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8308, 8307 ] } ] }, { "id": "vp_basketlg_cart", - "fg": [ 8305, 8307, 8306, 8304 ], + "fg": [ 8304, 8306, 8305, 8303 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8305, 8307, 8306, 8304 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8304, 8306, 8305, 8303 ] } ] }, { "id": "vp_box", - "fg": [ 8316, 8317 ], + "fg": [ 8315, 8316 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8316, 8317 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8315, 8316 ] } ] }, { "id": "vp_wood box", - "fg": [ 8326, 8325 ], + "fg": [ 8325, 8324 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8326, 8325 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8325, 8324 ] } ] }, { "id": "vp_box_wheelbarrow", - "fg": [ 8319, 8321, 8320, 8318 ], + "fg": [ 8318, 8320, 8319, 8317 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8319, 8321, 8320, 8318 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8318, 8320, 8319, 8317 ] } ] }, { "id": "vp_trunk", - "fg": 8323, + "fg": 8322, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8323 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8322 } ] }, { "id": "vp_trunk_rear_edge", - "fg": 8324, + "fg": 8323, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8324 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8323 } ] }, { "id": [ "vp_cargo_space", "animal_compartment" ], - "fg": 8322, + "fg": 8321, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8322 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8321 } ] }, { "id": [ "vp_hddoor_trunk", "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": [ 8350, 8356, 8355, 8354 ], + "fg": [ 8349, 8355, 8354, 8353 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 8351, 8353, 8351, 8352 ] }, { "id": "broken", "fg": 8330, "bg": [ 8351, 8353, 8351, 8352 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 8350, 8352, 8350, 8351 ] }, { "id": "broken", "fg": 8329, "bg": [ 8350, 8352, 8350, 8351 ] } ] }, { "id": [ "vp_hddoor", "vp_hddoor_front" ], - "fg": [ 8338, 8339, 8338, 8337 ], + "fg": [ 8337, 8338, 8337, 8336 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 8332, 8333, 8332, 8331 ] }, { "id": "broken", "fg": 8330, "bg": [ 8332, 8333, 8332, 8331 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 8331, 8332, 8331, 8330 ] }, { "id": "broken", "fg": 8329, "bg": [ 8331, 8332, 8331, 8330 ] } ] }, { "id": "vp_hddoor_rear", - "fg": [ 8347, 8349, 8348, 8346 ], + "fg": [ 8346, 8348, 8347, 8345 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 8335, 8336, 8335, 8334 ] }, { "id": "broken", "fg": 8330, "bg": [ 8335, 8336, 8335, 8334 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 8334, 8335, 8334, 8333 ] }, { "id": "broken", "fg": 8329, "bg": [ 8334, 8335, 8334, 8333 ] } ] }, { "id": [ "vp_hddoor_opaque", "vp_hddoor_opaque_front" ], - "fg": [ 8341, 8342, 8341, 8340 ], + "fg": [ 8340, 8341, 8340, 8339 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 8332, 8333, 8332, 8331 ] }, { "id": "broken", "fg": 8330, "bg": [ 8332, 8333, 8332, 8331 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 8331, 8332, 8331, 8330 ] }, { "id": "broken", "fg": 8329, "bg": [ 8331, 8332, 8331, 8330 ] } ] }, { "id": "vp_hddoor_opaque_rear", - "fg": [ 8344, 8345, 8344, 8343 ], + "fg": [ 8343, 8344, 8343, 8342 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 8335, 8336, 8335, 8334 ] }, { "id": "broken", "fg": 8330, "bg": [ 8335, 8336, 8335, 8334 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 8334, 8335, 8334, 8333 ] }, { "id": "broken", "fg": 8329, "bg": [ 8334, 8335, 8334, 8333 ] } ] }, { "id": "vp_ram_spiked", - "fg": 8358, + "fg": 8357, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8358 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8357 } ] }, { "id": "vp_ram_steel", - "fg": 8359, + "fg": 8358, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8358 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8357 } ] }, { "id": "vp_spike", - "fg": 8360, + "fg": 8359, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8360 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8359 } ] }, { "id": "vp_frame_cover", - "fg": 8362, + "fg": 8361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8362 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8361 } ] }, { "id": "vp_frame_cross", - "fg": 8363, + "fg": 8362, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8363 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8362 } ] }, { "id": "vp_frame_cross_unconnected", - "fg": 8364, + "fg": 8363, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8364 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8363 } ] }, { "id": "vp_frame_ne", - "fg": 8377, + "fg": 8376, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8377 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8376 } ] }, { "id": "vp_frame_nw", - "fg": 8378, + "fg": 8377, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8378 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8377 } ] }, { "id": "vp_frame_se", - "fg": 8379, + "fg": 8378, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8379 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8378 } ] }, { "id": "vp_frame_sw", - "fg": 8380, + "fg": 8379, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8380 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8379 } ] }, { "id": "vp_frame_vertical_unconnected", - "fg": 8388, + "fg": 8387, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8388 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8387 } ] }, { "id": "vp_frame_vertical_2_unconnected", - "fg": 8385, + "fg": 8384, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8385 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8384 } ] }, { "id": "vp_frame_vertical_left", - "fg": 8386, + "fg": 8385, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8386 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8385 } ] }, { "id": "vp_frame_vertical_2_left", - "fg": 8383, + "fg": 8382, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8383 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8382 } ] }, { "id": "vp_frame_vertical_right", - "fg": 8387, + "fg": 8386, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8387 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8386 } ] }, { "id": "vp_frame_vertical_2_right", - "fg": 8384, + "fg": 8383, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8384 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8383 } ] }, { "id": "vp_frame_horizontal", - "fg": 8365, + "fg": 8364, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8365 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8364 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 8366, + "fg": 8365, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8366 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8365 } ] }, { "id": "vp_frame_horizontal_unconnected", - "fg": 8376, + "fg": 8375, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8376 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8375 } ] }, { "id": "vp_frame_horizontal_2_unconnected", - "fg": 8369, + "fg": 8368, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8369 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8368 } ] }, { "id": "vp_frame_horizontal_front", - "fg": 8372, + "fg": 8371, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8372 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8371 } ] }, { "id": "vp_frame_horizontal_2_front", - "fg": 8367, + "fg": 8366, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8367 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8366 } ] }, { "id": "vp_frame_horizontal_rear", - "fg": 8374, + "fg": 8373, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8374 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8373 } ] }, { "id": "vp_frame_horizontal_2_rear", - "fg": 8368, + "fg": 8367, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8368 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8367 } ] }, { "id": [ "vp_frame_horizontal_left", "vp_frame_vertical_T_left" ], - "fg": 8373, + "fg": 8372, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8373 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8372 } ] }, { "id": "vp_frame_horizontal_2_left", - "fg": 8370, + "fg": 8369, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8370 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8369 } ] }, { "id": [ "vp_frame_horizontal_right", "vp_frame_vertical_T_right" ], - "fg": 8375, + "fg": 8374, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8375 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8374 } ] }, { "id": "vp_frame_horizontal_2_right", - "fg": 8371, + "fg": 8370, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8371 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8370 } ] }, { "id": "vp_frame_vertical", - "fg": 8381, + "fg": 8380, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8381 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8380 } ] }, { "id": "vp_frame_vertical_2", - "fg": 8382, + "fg": 8381, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8382 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8381 } ] }, { "id": "vp_hdframe_cover", - "fg": 8389, + "fg": 8388, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8389 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8388 } ] }, { "id": "vp_hdframe_cross", - "fg": 8390, + "fg": 8389, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8390 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8389 } ] }, { "id": "vp_hdframe_cross_unconnected", - "fg": 8391, + "fg": 8390, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8391 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8390 } ] }, { "id": "vp_hdframe_ne", - "fg": 8404, + "fg": 8403, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8404 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8403 } ] }, { "id": "vp_hdframe_nw", - "fg": 8405, + "fg": 8404, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8405 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8404 } ] }, { "id": "vp_hdframe_se", - "fg": 8406, + "fg": 8405, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8406 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8405 } ] }, { "id": "vp_hdframe_sw", - "fg": 8407, + "fg": 8406, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8407 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8406 } ] }, { "id": "vp_hdframe_vertical_unconnected", - "fg": 8415, + "fg": 8414, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8415 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8414 } ] }, { "id": "vp_hdframe_vertical_2_unconnected", - "fg": 8412, + "fg": 8411, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8412 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8411 } ] }, { "id": "vp_hdframe_vertical_left", - "fg": 8413, + "fg": 8412, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8413 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8412 } ] }, { "id": "vp_hdframe_vertical_2_left", - "fg": 8410, + "fg": 8409, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8410 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8409 } ] }, { "id": "vp_hdframe_vertical_right", - "fg": 8414, + "fg": 8413, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8414 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8413 } ] }, { "id": "vp_hdframe_vertical_2_right", - "fg": 8411, + "fg": 8410, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8411 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8410 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 8392, + "fg": 8391, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8392 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8391 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 8393, + "fg": 8392, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8393 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8392 } ] }, { "id": "vp_hdframe_horizontal_unconnected", - "fg": 8403, + "fg": 8402, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8403 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8402 } ] }, { "id": "vp_hdframe_horizontal_2_unconnected", - "fg": 8396, + "fg": 8395, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8396 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8395 } ] }, { "id": "vp_hdframe_horizontal_front", - "fg": 8399, + "fg": 8398, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8399 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8398 } ] }, { "id": "vp_hdframe_horizontal_2_front", - "fg": 8394, + "fg": 8393, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8394 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8393 } ] }, { "id": "vp_hdframe_horizontal_rear", - "fg": 8401, + "fg": 8400, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8401 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8400 } ] }, { "id": "vp_hdframe_horizontal_2_rear", - "fg": 8395, + "fg": 8394, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8395 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8394 } ] }, { "id": [ "vp_hdframe_horizontal_left", "vp_hdframe_vertical_T_left" ], - "fg": 8400, + "fg": 8399, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8400 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8399 } ] }, { "id": "vp_hdframe_horizontal_2_left", - "fg": 8397, + "fg": 8396, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8397 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8396 } ] }, { "id": [ "vp_hdframe_horizontal_right", "vp_hdframe_vertical_T_right" ], - "fg": 8402, + "fg": 8401, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8402 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8401 } ] }, { "id": "vp_hdframe_horizontal_2_right", - "fg": 8398, + "fg": 8397, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8398 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8397 } ] }, { "id": "vp_hdframe_vertical", - "fg": 8408, + "fg": 8407, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8408 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8407 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 8409, + "fg": 8408, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8409 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8408 } ] }, { "id": "vp_xlframe_cover", - "fg": 8416, + "fg": 8415, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8416 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8415 } ] }, { "id": "vp_xlframe_cross", - "fg": 8417, + "fg": 8416, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8417 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8416 } ] }, { "id": "vp_xlframe_cross_unconnected", - "fg": 8418, + "fg": 8417, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8418 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8417 } ] }, { "id": "vp_xlframe_ne", - "fg": 8431, + "fg": 8430, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8431 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8430 } ] }, { "id": "vp_xlframe_nw", - "fg": 8432, + "fg": 8431, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8432 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8431 } ] }, { "id": "vp_xlframe_se", - "fg": 8433, + "fg": 8432, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8433 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8432 } ] }, { "id": "vp_xlframe_sw", - "fg": 8434, + "fg": 8433, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8434 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8433 } ] }, { "id": "vp_xlframe_vertical_unconnected", - "fg": 8442, + "fg": 8441, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8442 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8441 } ] }, { "id": "vp_xlframe_vertical_2_unconnected", - "fg": 8439, + "fg": 8438, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8439 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8438 } ] }, { "id": "vp_xlframe_vertical_left", - "fg": 8440, + "fg": 8439, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8440 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8439 } ] }, { "id": "vp_xlframe_vertical_2_left", - "fg": 8437, + "fg": 8436, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8437 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8436 } ] }, { "id": "vp_xlframe_vertical_right", - "fg": 8441, + "fg": 8440, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8441 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8440 } ] }, { "id": "vp_xlframe_vertical_2_right", - "fg": 8438, + "fg": 8437, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8438 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8437 } ] }, { "id": "vp_xlframe_horizontal", - "fg": 8419, + "fg": 8418, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8419 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8418 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 8420, + "fg": 8419, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8420 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8419 } ] }, { "id": "vp_xlframe_horizontal_unconnected", - "fg": 8430, + "fg": 8429, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8430 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8429 } ] }, { "id": "vp_xlframe_horizontal_2_unconnected", - "fg": 8423, + "fg": 8422, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8423 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8422 } ] }, { "id": "vp_xlframe_horizontal_front", - "fg": 8426, + "fg": 8425, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8426 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8425 } ] }, { "id": "vp_xlframe_horizontal_2_front", - "fg": 8421, + "fg": 8420, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8421 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8420 } ] }, { "id": "vp_xlframe_horizontal_rear", - "fg": 8428, + "fg": 8427, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8428 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8427 } ] }, { "id": "vp_xlframe_horizontal_2_rear", - "fg": 8422, + "fg": 8421, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8422 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8421 } ] }, { "id": [ "vp_xlframe_horizontal_left", "vp_xlframe_vertical_T_left" ], - "fg": 8427, + "fg": 8426, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8427 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8426 } ] }, { "id": "vp_xlframe_horizontal_2_left", - "fg": 8424, + "fg": 8423, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8424 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8423 } ] }, { "id": [ "vp_xlframe_horizontal_right", "vp_xlframe_vertical_T_right" ], - "fg": 8429, + "fg": 8428, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8429 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8428 } ] }, { "id": "vp_xlframe_horizontal_2_right", - "fg": 8425, + "fg": 8424, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8425 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8424 } ] }, { "id": "vp_xlframe_vertical", - "fg": 8435, + "fg": 8434, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8435 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8434 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 8436, + "fg": 8435, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8436 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8435 } ] }, { "id": [ "vp_headlight", "vp_headlight_reinforced", "vp_wide_headlight_reinforced", "vp_wide_headlight" ], - "fg": 8444 + "fg": 8443 }, { "id": [ "vp_headlight_ne", "vp_headlight_reinforced_ne", "vp_wide_headlight_reinforced_ne", "vp_wide_headlight_ne" ], - "fg": 8443 + "fg": 8442 }, { "id": [ "vp_headlight_nw", "vp_headlight_reinforced_nw", "vp_wide_headlight_reinforced_nw", "vp_wide_headlight_nw" ], - "fg": 8444 + "fg": 8443 }, { "id": [ "vp_veh_table", "vp_veh_table_wood" ], - "fg": [ 8445, 8445 ], - "bg": [ 8464, 8463 ], + "fg": [ 8444, 8444 ], + "bg": [ 8463, 8462 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8446, "bg": [ 8464, 8463 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8445, "bg": [ 8463, 8462 ] } ] }, { "id": "vp_workbench", - "fg": [ 8465, 8465 ], - "bg": 3748, + "fg": [ 8464, 8464 ], + "bg": 3755, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8465, 8465 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8464, 8464 ] } ] }, { "id": "vp_minifridge", - "fg": [ 8457, 8457 ], + "fg": [ 8456, 8456 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8457, 8457 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8456, 8456 ] } ] }, { "id": "vp_minifreezer", - "fg": [ 8456, 8456 ], + "fg": [ 8455, 8455 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8456, 8456 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8455, 8455 ] } ] }, { "id": "vp_kitchen_unit", - "fg": [ 8453, 8453 ], + "fg": [ 8452, 8452 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8453, 8453 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8452, 8452 ] } ] }, { "id": "vp_welding_rig", - "fg": [ 8462, 8462 ], + "fg": [ 8461, 8461 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8462, 8462 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8461, 8461 ] } ] }, { "id": "vp_craft_rig", - "fg": [ 8450, 8450 ], + "fg": [ 8449, 8449 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8450, 8450 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8449, 8449 ] } ] }, { "id": "vp_washing_machine", - "fg": [ 8461, 8461 ], + "fg": [ 8460, 8460 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8461, 8461 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8460, 8460 ] } ] }, { "id": "vp_veh_forge", - "fg": [ 8451, 8451 ], + "fg": [ 8450, 8450 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8451, 8451 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8450, 8450 ] } ] }, { "id": "vp_veh_kiln", - "fg": [ 8452, 8452 ], + "fg": [ 8451, 8451 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8452, 8452 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8451, 8451 ] } ] }, { "id": "vp_chemlab", - "fg": [ 8449, 8449 ], + "fg": [ 8448, 8448 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8449, 8449 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8448, 8448 ] } ] }, { "id": "vp_aisle_vertical", - "fg": 8448, + "fg": 8447, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8448 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8447 } ] }, { "id": "vp_aisle_horizontal", - "fg": 8447, + "fg": 8446, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8447 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8446 } ] }, - { "id": "vp_trunk_floor", "fg": 8459, "bg": 8448 }, + { "id": "vp_trunk_floor", "fg": 8458, "bg": 8447 }, { "id": "vp_wooden_aisle_vertical", - "fg": [ 8464, 8463 ], + "fg": [ 8463, 8462 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8464, 8463 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8463, 8462 ] } ] }, { "id": "vp_wooden_aisle_horizontal", - "fg": [ 8463, 8464 ], + "fg": [ 8462, 8463 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8463, 8464 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8462, 8463 ] } ] }, { "id": "vp_lit_aisle_vertical", - "fg": 8455, + "fg": 8454, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8455 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8454 } ] }, { "id": "vp_lit_aisle_horizontal", - "fg": 8454, + "fg": 8453, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8454 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8453 } ] }, { "id": "vp_mounted_spare_tire", - "fg": 8458, + "fg": 8457, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8458 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8457 } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal" ], - "fg": [ 8467, 8469, 8468, 8466 ], + "fg": [ 8466, 8468, 8467, 8465 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8467, 8469, 8468, 8466 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8466, 8468, 8467, 8465 ] } ] }, { "id": [ "vp_seat_wood", "seat_wood_bench" ], - "fg": [ 8474, 8474, 8475, 8475 ], - "bg": [ 8464, 8463 ], + "fg": [ 8473, 8473, 8474, 8474 ], + "bg": [ 8463, 8462 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8474, 8474, 8475, 8475 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8473, 8473, 8474, 8474 ] } ] }, { "id": "vp_seat_wood_flimsy", - "fg": [ 8472, 8472, 8473, 8473 ], - "bg": [ 8464, 8463 ], + "fg": [ 8471, 8471, 8472, 8472 ], + "bg": [ 8463, 8462 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8472, 8472, 8473, 8473 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8471, 8471, 8472, 8472 ] } ] }, { "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat" ], - "fg": [ 8507, 8505, 8500, 8506 ], + "fg": [ 8506, 8504, 8499, 8505 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8507, 8505, 8500, 8506 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8506, 8504, 8499, 8505 ] } ] }, { "id": "vp_seat_back", - "fg": [ 8476, 8499, 8498, 8497 ], + "fg": [ 8475, 8498, 8497, 8496 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8476, 8499, 8498, 8497 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8475, 8498, 8497, 8496 ] } ] }, { "id": "vp_seat_back_left", - "fg": [ 8489, 8492, 8491, 8490 ], + "fg": [ 8488, 8491, 8490, 8489 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8489, 8492, 8491, 8490 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8488, 8491, 8490, 8489 ] } ] }, { "id": "vp_seat_back_right", - "fg": [ 8493, 8496, 8495, 8494 ], + "fg": [ 8492, 8495, 8494, 8493 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8493, 8496, 8495, 8494 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8492, 8495, 8494, 8493 ] } ] }, { "id": "vp_seat_back_vertical", - "fg": [ 8497, 8476, 8499, 8498 ], + "fg": [ 8496, 8475, 8498, 8497 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8497, 8476, 8499, 8498 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8496, 8475, 8498, 8497 ] } ] }, { "id": "vp_seat_back_vertical_left", - "fg": [ 8490, 8489, 8492, 8491 ], + "fg": [ 8489, 8488, 8491, 8490 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8490, 8489, 8492, 8491 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8489, 8488, 8491, 8490 ] } ] }, { "id": "vp_seat_back_vertical_right", - "fg": [ 8494, 8493, 8496, 8495 ], + "fg": [ 8493, 8492, 8495, 8494 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8494, 8493, 8496, 8495 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8493, 8492, 8495, 8494 ] } ] }, { "id": [ "vp_seat_leather", "vp_reclining_seat_leather" ], - "fg": [ 8504, 8502, 8501, 8503 ], + "fg": [ 8503, 8501, 8500, 8502 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8504, 8502, 8501, 8503 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8503, 8501, 8500, 8502 ] } ] }, { "id": "vp_seat_back_leather", - "fg": [ 8477, 8488, 8487, 8486 ], + "fg": [ 8476, 8487, 8486, 8485 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8477, 8488, 8487, 8486 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8476, 8487, 8486, 8485 ] } ] }, { "id": "vp_seat_back_leather_left", - "fg": [ 8478, 8481, 8480, 8479 ], + "fg": [ 8477, 8480, 8479, 8478 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8478, 8481, 8480, 8479 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8477, 8480, 8479, 8478 ] } ] }, { "id": "vp_seat_back_leather_right", - "fg": [ 8482, 8485, 8484, 8483 ], + "fg": [ 8481, 8484, 8483, 8482 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8482, 8485, 8484, 8483 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8481, 8484, 8483, 8482 ] } ] }, { "id": "vp_seat_back_leather_vertical", - "fg": [ 8486, 8477, 8488, 8487 ], + "fg": [ 8485, 8476, 8487, 8486 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8486, 8477, 8488, 8487 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8485, 8476, 8487, 8486 ] } ] }, { "id": "vp_seat_back_leather_vertical_left", - "fg": [ 8479, 8478, 8481, 8480 ], + "fg": [ 8478, 8477, 8480, 8479 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8479, 8478, 8481, 8480 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8478, 8477, 8480, 8479 ] } ] }, { "id": "vp_seat_back_leather_vertical_right", - "fg": [ 8483, 8482, 8485, 8484 ], + "fg": [ 8482, 8481, 8484, 8483 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8483, 8482, 8485, 8484 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8482, 8481, 8484, 8483 ] } ] }, { "id": "vp_seat_rear", - "fg": [ 8500, 8506, 8507, 8505 ], + "fg": [ 8499, 8505, 8506, 8504 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8500, 8506, 8507, 8505 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8499, 8505, 8506, 8504 ] } ] }, { "id": "vp_seat_leather_rear", - "fg": [ 8501, 8503, 8504, 8502 ], + "fg": [ 8500, 8502, 8503, 8501 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8501, 8503, 8504, 8502 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8500, 8502, 8503, 8501 ] } ] }, { "id": [ "vp_seed_drill" ], - "fg": [ 8509, 8511, 8510, 8508 ], + "fg": [ 8508, 8510, 8509, 8507 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8686, "bg": [ 8509, 8511, 8510, 8508 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8686, "bg": [ 8508, 8510, 8509, 8507 ] } ] }, { "id": "vp_external_tank", - "fg": [ 8512, 8513, 8514, 8515 ], + "fg": [ 8511, 8512, 8513, 8514 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8512, 8513, 8514, 8515 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8511, 8512, 8513, 8514 ] } ] }, { "id": "vp_tank_55gal_drum", - "fg": [ 8517, 8516 ], + "fg": [ 8516, 8515 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8517, 8516 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8516, 8515 ] } ] }, { "id": [ @@ -13602,80 +13626,80 @@ "vp_mounted_m60_semi" ], "//": "rifles and machineguns", - "fg": 8520, - "bg": 8518, + "fg": 8519, + "bg": 8517, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8520 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8519 } ] }, { "id": [ "vp_mounted_emp_gun", "vp_mounted_plasma_gun", "vp_plasma_gun", "vp_laser_rifle" ], "//": "energy weapons", - "fg": 8519, - "bg": 8518, + "fg": 8518, + "bg": 8517, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8519 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8518 } ] }, { "id": [ "vp_mounted_hk_g80", "vp_mounted_coilgun" ], "//": "railguns", - "fg": 8521, - "bg": 8518, + "fg": 8520, + "bg": 8517, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8521 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8520 } ] }, { "id": [ "vp_mounted_bigun", "vp_mounted_m134" ], "//": "multibarrel weapons", - "fg": 8520, - "bg": 8518, + "fg": 8519, + "bg": 8517, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8520 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8519 } ] }, { "id": [ "vp_watercannon", "vp_flamethrower", "vp_mounted_chemical_thrower" ], "//": "liquid sprayers", - "fg": 8520, - "bg": 8518, + "fg": 8519, + "bg": 8517, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8520 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8519 } ] }, { "id": "vp_tow_launcher", "//": "rocket tubes", - "fg": 8520, - "bg": 8518, + "fg": 8519, + "bg": 8517, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8520 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8519 } ] }, { "id": "vp_animal_compartment", - "fg": [ 8522, 8522, 8522, 8522 ], + "fg": [ 8521, 8521, 8521, 8521 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8522, 8522, 8522, 8522 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8521, 8521, 8521, 8521 ] } ] }, { "id": "vp_basketsm_wheelchair", - "fg": [ 8524, 8526, 8525, 8523 ], + "fg": [ 8523, 8525, 8524, 8522 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8524, 8526, 8525, 8523 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8523, 8525, 8524, 8522 ] } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable" ], - "fg": 8527, + "fg": 8526, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8527 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8526 } ] }, { "id": [ "vp_wheel_bicycle", "vp_wheel_bicycle_steerable", "vp_wheel_bicycle_or", "vp_wheel_bicycle_or_steerable" ], - "fg": [ 8529, 8531, 8530, 8528 ], + "fg": [ 8528, 8530, 8529, 8527 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8529, 8531, 8530, 8528 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8528, 8530, 8529, 8527 ] } ] }, { "id": [ "vp_wheel_bicycle_rear", "vp_wheel_bicycle_or_rear" ], - "fg": [ 8530, 8528, 8529, 8531 ], + "fg": [ 8529, 8527, 8528, 8530 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": [ 8530, 8528, 8529, 8531 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": [ 8529, 8527, 8528, 8530 ] } ] }, { "id": [ @@ -13684,243 +13708,243 @@ "vp_reinforced_windshield_horizontal_front", "vp_reinforced_windshield_front_edge" ], - "fg": [ 8532, 8535, 8534, 8533 ], + "fg": [ 8531, 8534, 8533, 8532 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8532, 8535, 8534, 8533 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8531, 8534, 8533, 8532 ] } ] }, { "id": "vp_reinforced_windshield_horizontal_rear", - "fg": 8536, + "fg": 8535, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": 8536 } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": 8535 } ] }, { "id": "vp_reinforced_windshield_horizontal_rear_edge", - "fg": 8537, + "fg": 8536, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": 8537 } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": 8536 } ] }, { "id": "vp_reinforced_windshield_nw", - "fg": [ 8542, 8545, 8544, 8543 ], + "fg": [ 8541, 8544, 8543, 8542 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8542, 8545, 8544, 8543 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8541, 8544, 8543, 8542 ] } ] }, { "id": "vp_reinforced_windshield_ne", - "fg": [ 8538, 8541, 8540, 8539 ], + "fg": [ 8537, 8540, 8539, 8538 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8538, 8541, 8540, 8539 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8537, 8540, 8539, 8538 ] } ] }, { "id": "vp_reinforced_windshield_sw", - "fg": 8551, + "fg": 8550, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": 8551 } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": 8550 } ] }, { "id": "vp_reinforced_windshield_se", - "fg": 8546, + "fg": 8545, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": 8546 } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": 8545 } ] }, { "id": "vp_reinforced_windshield_sw_edge", - "fg": [ 8552, 8555, 8554, 8553 ], + "fg": [ 8551, 8554, 8553, 8552 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8552, 8555, 8554, 8553 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8551, 8554, 8553, 8552 ] } ] }, { "id": "vp_reinforced_windshield_se_edge", - "fg": [ 8547, 8550, 8549, 8548 ], + "fg": [ 8546, 8549, 8548, 8547 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8547, 8550, 8549, 8548 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8546, 8549, 8548, 8547 ] } ] }, { "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], - "fg": [ 8556, 8559, 8558, 8557 ], + "fg": [ 8555, 8558, 8557, 8556 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8556, 8559, 8558, 8557 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8555, 8558, 8557, 8556 ] } ] }, { "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], - "fg": [ 8560, 8563, 8562, 8561 ], + "fg": [ 8559, 8562, 8561, 8560 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8560, 8563, 8562, 8561 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8559, 8562, 8561, 8560 ] } ] }, { "id": [ "vp_reinforced_windshield_full_vertical_left", "vp_reinforced_windshield_full_left" ], - "fg": [ 8556, 8559, 8558, 8557 ], + "fg": [ 8555, 8558, 8557, 8556 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8556, 8559, 8558, 8557 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8555, 8558, 8557, 8556 ] } ] }, { "id": [ "vp_reinforced_windshield_full_vertical_right", "vp_reinforced_windshield_full_right" ], - "fg": [ 8560, 8563, 8562, 8561 ], + "fg": [ 8559, 8562, 8561, 8560 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8327, "bg": [ 8560, 8563, 8562, 8561 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 8326, "bg": [ 8559, 8562, 8561, 8560 ] } ] }, { "id": "vp_frame_wood_vertical_2", - "fg": 8584, + "fg": 8583, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8584 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8583 } ] }, { "id": "vp_frame_wood_vertical_2_unconnected", - "fg": 8587, + "fg": 8586, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8587 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8586 } ] }, { "id": "vp_frame_wood_vertical_2_right", - "fg": 8586, + "fg": 8585, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8586 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8585 } ] }, { "id": "vp_frame_wood_vertical_2_left", - "fg": 8585, + "fg": 8584, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8585 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8584 } ] }, { "id": "vp_frame_wood_vertical", - "fg": 8583, + "fg": 8582, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8583 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8582 } ] }, { "id": "vp_frame_wood_vertical_unconnected", - "fg": 8590, + "fg": 8589, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8590 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8589 } ] }, { "id": "vp_frame_wood_vertical_right", - "fg": 8589, + "fg": 8588, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8589 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8588 } ] }, { "id": "vp_frame_wood_vertical_left", - "fg": 8588, + "fg": 8587, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8588 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8587 } ] }, { "id": "vp_frame_wood_sw", - "fg": 8582, + "fg": 8581, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8582 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8581 } ] }, { "id": "vp_frame_wood_se", - "fg": 8581, + "fg": 8580, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8581 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8580 } ] }, { "id": "vp_frame_wood_nw", - "fg": 8580, + "fg": 8579, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8580 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8579 } ] }, { "id": "vp_frame_wood_ne", - "fg": 8579, + "fg": 8578, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8579 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8578 } ] }, { "id": "vp_frame_wood_horizontal_2", - "fg": 8568, + "fg": 8567, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8568 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8567 } ] }, { "id": "vp_frame_wood_horizontal_2_unconnected", - "fg": 8573, + "fg": 8572, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8573 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8572 } ] }, { "id": "vp_frame_wood_horizontal_2_right", - "fg": 8572, + "fg": 8571, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8572 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8571 } ] }, { "id": "vp_frame_wood_horizontal_2_rear", - "fg": 8571, + "fg": 8570, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8571 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8570 } ] }, { "id": "vp_frame_wood_horizontal_2_left", - "fg": 8570, + "fg": 8569, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8570 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8569 } ] }, { "id": "vp_frame_wood_horizontal_2_front", - "fg": 8569, + "fg": 8568, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8569 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8568 } ] }, { "id": "vp_frame_wood_horizontal", - "fg": 8567, + "fg": 8566, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8567 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8566 } ] }, { "id": "vp_frame_wood_horizontal_unconnected", - "fg": 8578, + "fg": 8577, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8578 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8577 } ] }, { "id": "vp_frame_wood_horizontal_right", - "fg": 8577, + "fg": 8576, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8577 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8576 } ] }, { "id": "vp_frame_wood_horizontal_rear", - "fg": 8576, + "fg": 8575, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8576 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8575 } ] }, { "id": "vp_frame_wood_horizontal_left", - "fg": 8575, + "fg": 8574, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8575 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8574 } ] }, { "id": "vp_frame_wood_horizontal_front", - "fg": 8574, + "fg": 8573, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8574 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8573 } ] }, { "id": "vp_frame_wood_cross", - "fg": 8565, + "fg": 8564, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8565 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8564 } ] }, { "id": [ "vp_frame_wood_cross_unconnected", "vp_frame_wood", "frame_wood" ], - "fg": 8566, + "fg": 8565, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8566 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8565 } ] }, { "id": "vp_frame_wood_cover", - "fg": 8564, + "fg": 8563, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8564 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8563 } ] }, { "id": "f_floor_mattress", "fg": 7847 }, { "id": "f_fungal_mass", "fg": 7850 }, @@ -13965,13 +13989,13 @@ { "id": "mon_creeper_vine", "fg": 8031 }, { "id": "f_rubble_landfill", "fg": 8058 }, { "id": "t_roof_paper", "fg": 8107 }, - { "id": "crack_glass_left", "fg": 8328 }, - { "id": "crack_glass_right", "fg": 8329 }, - { "id": "vp_ram_mattress", "fg": 8357 }, - { "id": "vp_tearer", "fg": 8361 }, - { "id": "vp_vehicle_scoop", "fg": 8460 }, - { "id": "seat", "fg": 8470 }, - { "id": "seat_leather", "fg": 8471 } + { "id": "crack_glass_left", "fg": 8327 }, + { "id": "crack_glass_right", "fg": 8328 }, + { "id": "vp_ram_mattress", "fg": 8356 }, + { "id": "vp_tearer", "fg": 8360 }, + { "id": "vp_vehicle_scoop", "fg": 8459 }, + { "id": "seat", "fg": 8469 }, + { "id": "seat_leather", "fg": 8470 } ] }, { @@ -14152,7 +14176,7 @@ }, { "file": "fillerhoder.png", - "//": "range 8672 to 8735", + "//": "range 8672 to 8751", "tiles": [ { "id": "f_sandbag_wall", @@ -14197,305 +14221,311 @@ "id": "vp_chimes", "fg": 8684, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8684 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8684 } ] }, { "id": "vp_robot_controls", "fg": 8685, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8685 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8685 } ] }, - { "id": "vp_ram_wood", "fg": [ 8699, 8701, 8700, 8702 ], "rotates": true }, - { "id": "vp_ram_military", "fg": [ 8695, 8697, 8696, 8698 ], "rotates": true }, - { "id": "vp_ram_hardsteel", "fg": [ 8691, 8693, 8692, 8694 ], "rotates": true }, - { "id": "vp_ram_alloy", "fg": [ 8687, 8689, 8688, 8690 ], "rotates": true }, + { + "id": "vp_external_tank_small", + "fg": 8687, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8687 } ] + }, + { "id": "vp_ram_wood", "fg": [ 8700, 8702, 8701, 8703 ], "rotates": true }, + { "id": "vp_ram_military", "fg": [ 8696, 8698, 8697, 8699 ], "rotates": true }, + { "id": "vp_ram_hardsteel", "fg": [ 8692, 8694, 8693, 8695 ], "rotates": true }, + { "id": "vp_ram_alloy", "fg": [ 8688, 8690, 8689, 8691 ], "rotates": true }, { "id": "vp_roller_drum", - "fg": 8703, + "fg": 8704, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8686, "bg": 8703 } ] + "additional_tiles": [ { "id": "broken", "fg": 8686, "bg": 8704 } ] }, { "id": "vp_battery_motorbike", - "fg": 8715, + "fg": 8716, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8715 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8716 } ] }, { "id": "vp_blade_horizontal", - "fg": 8724, + "fg": 8725, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8724 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8725 } ] }, { "id": "vp_blade_vertical", - "fg": 8725, + "fg": 8726, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8725 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8726 } ] }, { "id": "vp_controls", - "fg": 8719, + "fg": 8720, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8719 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8720 } ] }, { "id": "vp_engine_1cyl", - "fg": 8708, + "fg": 8709, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8708 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8709 } ] }, { "id": "vp_engine_electric", - "fg": 8712, + "fg": 8713, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8712 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8713 } ] }, { "id": "vp_engine_electric_large", - "fg": 8713, + "fg": 8714, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8713 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8714 } ] }, - { "id": "vp_engine_v12", "fg": 8710, "bg": 8711 }, + { "id": "vp_engine_v12", "fg": 8711, "bg": 8712 }, { "id": "vp_engine_v6", - "fg": 8710, + "fg": 8711, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8710 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8711 } ] }, { "id": "vp_engine_v8", - "fg": 8711, + "fg": 8712, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8711 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8712 } ] }, { "id": "vp_engine_vtwin", - "fg": 8709, + "fg": 8710, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8709 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8710 } ] }, { "id": "vp_foot_pedals", - "fg": 8714, + "fg": 8715, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8714 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8715 } ] }, { "id": "vp_fusion_gun", - "fg": 8727, + "fg": 8728, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8727 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8728 } ] }, { "id": "vp_hdroof", - "fg": 8729, + "fg": 8730, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8729 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8730 } ] }, { "id": "vp_hydrogen_tank", - "fg": 8717, + "fg": 8718, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8717 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8718 } ] }, { "id": "vp_minireactor", - "fg": 8716, + "fg": 8717, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8716 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8717 } ] }, { "id": "vp_muffler", - "fg": 8718, + "fg": 8719, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8718 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8719 } ] }, { "id": "vp_plating_hard", - "fg": 8723, + "fg": 8724, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8723 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8724 } ] }, { "id": "vp_plating_military", - "fg": 8720, + "fg": 8721, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8720 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8721 } ] }, { "id": "vp_plating_spiked", - "fg": 8722, + "fg": 8723, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8722 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8723 } ] }, { "id": "vp_plating_steel", - "fg": 8720, + "fg": 8721, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8720 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8721 } ] }, { "id": "vp_plating_superalloy", - "fg": 8721, + "fg": 8722, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8721 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8722 } ] }, { "id": "vp_plating_wood", - "fg": 8732, + "fg": 8733, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8732 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8733 } ] }, { "id": "vp_roof", - "fg": 8730, + "fg": 8731, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8730 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8731 } ] }, { "id": "vp_roof_cloth", - "fg": 8731, + "fg": 8732, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8731 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8732 } ] }, { "id": "vp_seatbelt", - "fg": 8707, + "fg": 8708, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8707 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8708 } ] }, { "id": "vp_seatbelt_heavyduty", - "fg": 8707, + "fg": 8708, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8707 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8708 } ] }, { "id": "vp_small_storage_battery", - "fg": 8715, + "fg": 8716, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8715 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8716 } ] }, { "id": "vp_storage_battery", - "fg": 8715, + "fg": 8716, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8715 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8716 } ] }, { "id": "vp_v_curtain", - "fg": 8733, + "fg": 8734, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8733 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8734 } ] }, { "id": "vp_wheel_armor", - "fg": 8704, + "fg": 8705, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8704 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8705 } ] }, { "id": "vp_wheel_armor_steerable", - "fg": 8704, + "fg": 8705, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8704 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8705 } ] }, { "id": "vp_wheel_caster", - "fg": 8728, + "fg": 8729, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8728 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8729 } ] }, { "id": "vp_wheel_small", - "fg": 8706, + "fg": 8707, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8706 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8707 } ] }, { "id": "vp_wheel_small_steerable", - "fg": 8706, + "fg": 8707, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8706 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8707 } ] }, { "id": "vp_wheel_wheelchair", - "fg": 8705, + "fg": 8706, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8705 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8706 } ] }, { "id": "vp_wheel_wood", - "fg": 8735, + "fg": 8736, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8735 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8736 } ] }, { "id": [ "wheel_wood", "wheel_wood_b" ], - "fg": 8735, + "fg": 8736, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8735 } ] + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8736 } ] }, { "id": "vp_wheel_wood_b", - "fg": 8735, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 8330, "bg": 8735 } ] - }, - { "id": "foot_crank", "fg": 8714 }, - { "id": "frame", "fg": 8734 }, - { "id": "hard_plate", "fg": 8723 }, - { "id": "kitchen_unit", "fg": 8726 }, - { "id": "motor", "fg": 8712 }, - { "id": "motor_large", "fg": 8713 }, - { "id": "muffler", "fg": 8718 }, - { "id": "spiked_plate", "fg": 8722 }, - { "id": "storage_battery", "fg": 8715 }, - { "id": "vehicle_controls", "fg": 8719 }, - { "id": "1cyl_combustion", "fg": 8708 }, - { "id": "v2_combustion", "fg": 8709 }, - { "id": [ "v6_combustion", "v6_diesel" ], "fg": 8710 }, - { "id": "v8_combustion", "fg": 8711 } + "fg": 8736, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 8329, "bg": 8736 } ] + }, + { "id": "foot_crank", "fg": 8715 }, + { "id": "frame", "fg": 8735 }, + { "id": "hard_plate", "fg": 8724 }, + { "id": "kitchen_unit", "fg": 8727 }, + { "id": "motor", "fg": 8713 }, + { "id": "motor_large", "fg": 8714 }, + { "id": "muffler", "fg": 8719 }, + { "id": "spiked_plate", "fg": 8723 }, + { "id": "storage_battery", "fg": 8716 }, + { "id": "vehicle_controls", "fg": 8720 }, + { "id": "1cyl_combustion", "fg": 8709 }, + { "id": "v2_combustion", "fg": 8710 }, + { "id": [ "v6_combustion", "v6_diesel" ], "fg": 8711 }, + { "id": "v8_combustion", "fg": 8712 } ] }, { "file": "filler.png", - "//": "range 8736 to 8767", + "//": "range 8752 to 8783", "tiles": [ { "id": "f_metal_bench", "multitile": true, - "fg": 8751, + "fg": 8767, "additional_tiles": [ - { "id": "center", "fg": 8736 }, - { "id": "corner", "fg": [ 8738, 8740, 8739, 8737 ] }, - { "id": "t_connection", "fg": [ 8748, 8750, 8749, 8747 ] }, - { "id": "edge", "fg": [ 8742, 8741 ] }, - { "id": "end_piece", "fg": [ 8744, 8746, 8745, 8743 ] }, - { "id": "unconnected", "fg": [ 8751, 8751 ] } + { "id": "center", "fg": 8752 }, + { "id": "corner", "fg": [ 8754, 8756, 8755, 8753 ] }, + { "id": "t_connection", "fg": [ 8764, 8766, 8765, 8763 ] }, + { "id": "edge", "fg": [ 8758, 8757 ] }, + { "id": "end_piece", "fg": [ 8760, 8762, 8761, 8759 ] }, + { "id": "unconnected", "fg": [ 8767, 8767 ] } ] }, - { "id": "mon_leech_pod_cluster", "fg": 8752 }, - { "id": "mon_leech_root_drone", "fg": 8753 }, - { "id": "mon_leech_root_runner", "fg": 8754 }, - { "id": "mon_leech_stalk", "fg": 8755 } + { "id": "mon_leech_pod_cluster", "fg": 8768 }, + { "id": "mon_leech_root_drone", "fg": 8769 }, + { "id": "mon_leech_root_runner", "fg": 8770 }, + { "id": "mon_leech_stalk", "fg": 8771 } ] }, { "file": "filler_tall.png", - "//": "range 8768 to 8783", + "//": "range 8784 to 8799", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, - "tiles": [ { "id": "f_exodii_printer_large", "fg": 8768 }, { "id": "f_exodii_printer_small", "fg": 8769 } ] + "tiles": [ { "id": "f_exodii_printer_large", "fg": 8784 }, { "id": "f_exodii_printer_small", "fg": 8785 } ] }, { "file": "fillergiant.png", - "//": "range 8784 to 8799", + "//": "range 8800 to 8815", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, @@ -14511,11 +14541,11 @@ "fg": 7708, "bg": 7701 }, - { "id": "t_tree_apricot_season_summer", "fg": 8784, "bg": 7702 }, - { "id": "t_tree_mulberry_season_summer", "fg": 8785, "bg": 7702 }, - { "id": "t_tree_elderberry_season_summer", "fg": 8785, "bg": 7702 }, - { "id": "t_tree_pear_season_autumn", "fg": 8786, "bg": 7702 }, - { "id": "t_tree_plum_season_summer", "fg": 8787, "bg": 7702 }, + { "id": "t_tree_apricot_season_summer", "fg": 8800, "bg": 7702 }, + { "id": "t_tree_mulberry_season_summer", "fg": 8801, "bg": 7702 }, + { "id": "t_tree_elderberry_season_summer", "fg": 8801, "bg": 7702 }, + { "id": "t_tree_pear_season_autumn", "fg": 8802, "bg": 7702 }, + { "id": "t_tree_plum_season_summer", "fg": 8803, "bg": 7702 }, { "id": [ "t_tree_apricot_harvested", "t_tree_mulberry_harvested", "t_tree_plum_harvested", "t_tree_pear_season_summer" ], "fg": 7703, @@ -14546,26 +14576,26 @@ "fg": 7732, "bg": 7699 }, - { "id": "t_tree_chestnut", "fg": 8789, "bg": 7701 }, - { "id": "t_tree_chestnut_season_summer", "fg": 8788, "bg": 7702 }, - { "id": "t_tree_chestnut_season_autumn", "fg": 8788, "bg": 7700 }, - { "id": "t_tree_chestnut_season_winter", "fg": 8788, "bg": 7699 }, - { "id": "t_tree_pine", "fg": 8793, "bg": 7701 }, - { "id": "t_tree_pine_season_summer", "fg": 8793, "bg": 7702 }, - { "id": "t_tree_pine_season_autumn", "fg": 8793, "bg": 7700 }, - { "id": "t_tree_pine_season_winter", "fg": 8793, "bg": 7699 }, - { "id": "t_tree_deadpine", "fg": 8790, "bg": 7701 }, - { "id": "t_tree_deadpine_season_summer", "fg": 8790, "bg": 7702 }, - { "id": "t_tree_deadpine_season_autumn", "fg": 8790, "bg": 7700 }, - { "id": "t_tree_deadpine_season_winter", "fg": 8790, "bg": 7699 }, - { "id": "t_tree_hickory", "fg": 8792, "bg": 7701 }, - { "id": "t_tree_hickory_season_summer", "fg": 8792, "bg": 7702 }, - { "id": "t_tree_hickory_season_autumn", "fg": 8792, "bg": 7700 }, - { "id": "t_tree_hickory_season_winter", "fg": 8791, "bg": 7699 }, - { "id": "t_tree_hickory_dead", "fg": 8791, "bg": 7701 }, - { "id": "t_tree_hickory_dead_season_summer", "fg": 8791, "bg": 7702 }, - { "id": "t_tree_hickory_dead_season_autumn", "fg": 8791, "bg": 7700 }, - { "id": "t_tree_hickory_dead_season_winter", "fg": 8791, "bg": 7699 } + { "id": "t_tree_chestnut", "fg": 8805, "bg": 7701 }, + { "id": "t_tree_chestnut_season_summer", "fg": 8804, "bg": 7702 }, + { "id": "t_tree_chestnut_season_autumn", "fg": 8804, "bg": 7700 }, + { "id": "t_tree_chestnut_season_winter", "fg": 8804, "bg": 7699 }, + { "id": "t_tree_pine", "fg": 8809, "bg": 7701 }, + { "id": "t_tree_pine_season_summer", "fg": 8809, "bg": 7702 }, + { "id": "t_tree_pine_season_autumn", "fg": 8809, "bg": 7700 }, + { "id": "t_tree_pine_season_winter", "fg": 8809, "bg": 7699 }, + { "id": "t_tree_deadpine", "fg": 8806, "bg": 7701 }, + { "id": "t_tree_deadpine_season_summer", "fg": 8806, "bg": 7702 }, + { "id": "t_tree_deadpine_season_autumn", "fg": 8806, "bg": 7700 }, + { "id": "t_tree_deadpine_season_winter", "fg": 8806, "bg": 7699 }, + { "id": "t_tree_hickory", "fg": 8808, "bg": 7701 }, + { "id": "t_tree_hickory_season_summer", "fg": 8808, "bg": 7702 }, + { "id": "t_tree_hickory_season_autumn", "fg": 8808, "bg": 7700 }, + { "id": "t_tree_hickory_season_winter", "fg": 8807, "bg": 7699 }, + { "id": "t_tree_hickory_dead", "fg": 8807, "bg": 7701 }, + { "id": "t_tree_hickory_dead_season_summer", "fg": 8807, "bg": 7702 }, + { "id": "t_tree_hickory_dead_season_autumn", "fg": 8807, "bg": 7700 }, + { "id": "t_tree_hickory_dead_season_winter", "fg": 8807, "bg": 7699 } ] }, { diff --git a/src/action.cpp b/src/action.cpp index 664876d173d9d..30cb0e82b3e80 100644 --- a/src/action.cpp +++ b/src/action.cpp @@ -377,6 +377,8 @@ std::string action_ident( action_id act ) return "autoattack"; case ACTION_MAIN_MENU: return "main_menu"; + case ACTION_DIARY: + return "diary"; case ACTION_KEYBINDINGS: return "HELP_KEYBINDINGS"; case ACTION_OPTIONS: diff --git a/src/action.h b/src/action.h index a1193ffcbe67b..2503e4ee28606 100644 --- a/src/action.h +++ b/src/action.h @@ -260,6 +260,8 @@ enum action_id : int { ACTION_MESSAGES, /** Display help screen */ ACTION_HELP, + /** Display Diary window*/ + ACTION_DIARY, /** Display main menu */ ACTION_MAIN_MENU, /** Display keybindings list */ diff --git a/src/avatar.cpp b/src/avatar.cpp index 404c950fee32a..a8c2ac189f46f 100644 --- a/src/avatar.cpp +++ b/src/avatar.cpp @@ -166,6 +166,7 @@ avatar::avatar() active_mission = nullptr; grab_type = object_type::NONE; calorie_diary.push_front( daily_calories{} ); + a_diary = nullptr; } avatar::~avatar() = default; @@ -376,6 +377,14 @@ void avatar::on_mission_finished( mission &cur_mission ) } } +diary *avatar::get_avatar_diary() +{ + if( a_diary == nullptr ) { + a_diary = std::make_unique(); + } + return a_diary.get(); +} + bool avatar::read( item_location &book, item_location ereader ) { if( !book ) { diff --git a/src/avatar.h b/src/avatar.h index dfc83d1f857e4..2fb64ea3ca0ed 100644 --- a/src/avatar.h +++ b/src/avatar.h @@ -14,6 +14,7 @@ #include "calendar.h" #include "character.h" #include "coordinates.h" +#include "diary.h" #include "enums.h" #include "game_constants.h" #include "json.h" @@ -173,6 +174,9 @@ class avatar : public Character */ void on_mission_finished( mission &cur_mission ); + //return avatar diary + diary *get_avatar_diary(); + // Dialogue and bartering--see npctalk.cpp void talk_to( std::unique_ptr talk_with, bool radio_contact = false, bool is_computer = false ); @@ -366,6 +370,10 @@ class avatar : public Character * The currently active mission, or null if no mission is currently in progress. */ mission *active_mission; + /** + * diary to track player progression and to write the players stroy + */ + std::unique_ptr a_diary; /** * The amount of calories spent and gained per day for the last 30 days. * the back is popped off and a new one added to the front at midnight each day diff --git a/src/character.cpp b/src/character.cpp index 280fd0b7a403c..4fa00058b558c 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -340,6 +340,8 @@ static const proficiency_id proficiency_prof_parkour( "prof_parkour" ); static const proficiency_id proficiency_prof_spotting( "prof_spotting" ); static const proficiency_id proficiency_prof_traps( "prof_traps" ); static const proficiency_id proficiency_prof_trapsetting( "prof_trapsetting" ); +static const proficiency_id proficiency_prof_wound_care( "prof_wound_care" ); +static const proficiency_id proficiency_prof_wound_care_expert( "prof_wound_care_expert" ); static const quality_id qual_HAMMER( "HAMMER" ); static const quality_id qual_LIFT( "LIFT" ); @@ -8866,6 +8868,10 @@ int Character::run_cost( int base_cost, bool diag ) const movecost = calculate_by_enchantment( movecost, enchant_vals::mod::MOVE_COST ); movecost /= get_modifier( character_modifier_stamina_move_cost_mod ); + + if( !is_mounted() && !is_prone() && has_effect( effect_downed ) ) { + movecost *= 3; + } } if( diag ) { @@ -11165,8 +11171,12 @@ void Character::pause() for( const bodypart_id &part : get_all_body_parts_of_type( body_part_type::type::hand ) ) { total_hand_encumb += encumb( part ); } + // proficiency bonus is equal to having extra levels of firstaid skill (up to +3) + int prof_bonus = get_skill_level( skill_firstaid ); + prof_bonus = has_proficiency( proficiency_prof_wound_care ) ? prof_bonus + 1 : prof_bonus; + prof_bonus = has_proficiency( proficiency_prof_wound_care_expert ) ? prof_bonus + 2 : prof_bonus; time_duration penalty = 1_turns * total_hand_encumb; - time_duration benefit = 5_turns + 10_turns * get_skill_level( skill_firstaid ); + time_duration benefit = 5_turns + 10_turns * prof_bonus; bool broken_arm = false; for( const bodypart_id &part : get_all_body_parts_of_type( body_part_type::type::arm ) ) { @@ -11191,6 +11201,8 @@ void Character::pause() _( "You attempt to put pressure on the bleeding wound!" ), _( " attempts to put pressure on the bleeding wound!" ) ); practice( skill_firstaid, 1 ); + practice_proficiency( proficiency_prof_wound_care, 1_turns ); + practice_proficiency( proficiency_prof_wound_care_expert, 1_turns ); } } // on-pause effects for martial arts diff --git a/src/character.h b/src/character.h index 6329212d15ec7..bb6dc8d19ab50 100644 --- a/src/character.h +++ b/src/character.h @@ -2224,6 +2224,8 @@ class Character : public Creature, public visitable } /** Empties the trait and mutations lists */ void clear_mutations(); + /** Steps through the dependency chain for the given trait */ + void toggle_trait_deps( const trait_id &tr ); /** * Adds mandatory scenario and profession traits unless you already have them * And if you do already have them, refunds the points for the trait diff --git a/src/craft_command.cpp b/src/craft_command.cpp index cd58262188fbf..a0fdba4865de9 100644 --- a/src/craft_command.cpp +++ b/src/craft_command.cpp @@ -280,7 +280,7 @@ static bool continue_prompt_liquids( const std::vector cont_not_empty = true; iname = tmp_i.tname( 1U, true ); } - crafter->i_add_or_drop( tmp_i, real_count ); + crafter->i_add_or_drop( tmp_i ); } if( cont_not_empty && !query_yn( liq_cont_msg, iname ) ) { return false; diff --git a/src/diary.cpp b/src/diary.cpp new file mode 100644 index 0000000000000..c861b3aa9f59e --- /dev/null +++ b/src/diary.cpp @@ -0,0 +1,790 @@ +#include "diary.h" + +#include +#include +#include +#include +#include + +#include "avatar.h" +#include "bionics.h" +#include "calendar.h" +#include "cata_utility.h" +#include "filesystem.h" +#include "game.h" +#include "mission.h" +#include "mtype.h" +#include "mutation.h" +#include "output.h" +#include "path_info.h" +#include "skill.h" +#include "string_formatter.h" +#include "type_id.h" + +diary_page::diary_page() = default; + +std::vector diary::get_pages_list() +{ + std::vector result; + for( std::unique_ptr &n : pages ) { + result.push_back( to_string( n->turn ) ); + } + return result; +} + +int diary::set_opened_page( int pagenum ) +{ + if( pagenum != opened_page ) { + change_list.clear(); + desc_map.clear(); + } + if( pages.empty() ) { + opened_page = - 1; + } else if( pagenum < 0 ) { + opened_page = pages.size() - 1; + } else { + opened_page = pagenum % pages.size(); + } + return opened_page; +} + +int diary::get_opened_page_num() +{ + return opened_page; +} + + +diary_page *diary::get_page_ptr( int offset ) +{ + if( !pages.empty() && opened_page + offset >= 0 ) { + + return pages[opened_page + offset].get(); + } + return nullptr; +} + +void diary::add_to_change_list( std::string entry, std::string desc ) +{ + if( !desc.empty() ) { + desc_map[change_list.size()] = desc; + } + change_list.push_back( entry ); +} + + + +void diary::spell_changes() +{ + avatar *u = &get_avatar(); + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + if( !currpage->known_spells.empty() ) { + add_to_change_list( _( "Known spells:" ) ); + for( const std::pair, int> &elem : currpage->known_spells ) { + const spell s = u->magic->get_spell( elem.first ); + add_to_change_list( string_format( _( "%s: %d" ), s.name(), elem.second ), s.description() ); + } + add_to_change_list( " " ); + } + } else { + if( !currpage->known_spells.empty() ) { + bool flag = true; + for( const std::pair, int> &elem : currpage->known_spells ) { + if( prevpage->known_spells.find( elem.first ) != prevpage->known_spells.end() ) { + const int prevlvl = prevpage->known_spells[elem.first]; + if( elem.second != prevlvl ) { + if( flag ) { + add_to_change_list( _( "Improved/new spells: " ) ); + flag = false; + } + const spell s = u->magic->get_spell( elem.first ); + add_to_change_list( string_format( _( "%s: %d -> %d" ), s.name(), prevlvl, elem.second ), + s.description() ); + } + } else { + if( flag ) { + add_to_change_list( _( "Improved/new spells: " ) ); + flag = false; + } + const spell s = u->magic->get_spell( elem.first ); + add_to_change_list( string_format( _( "%s: %d" ), s.name(), elem.second ), s.description() ); + } + } + if( !flag ) { + add_to_change_list( " " ); + } + } + + } +} + + + +void diary::mission_changes() +{ + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + auto add_missions = [&]( const std::string name, const std::vector *missions ) { + if( !missions->empty() ) { + bool flag = true; + + for( const int uid : *missions ) { + const mission *miss = mission::find( uid ); + if( miss != nullptr ) { + if( flag ) { + add_to_change_list( name ); + flag = false; + } + add_to_change_list( miss->name(), miss->get_description() ); + } + } + if( !flag ) { + add_to_change_list( " " ); + } + } + }; + add_missions( _( "Active missions:" ), &currpage->mission_active ); + add_missions( _( "Completed missions:" ), &currpage->mission_completed ); + add_missions( _( "Faild missions:" ), &currpage->mission_faild ); + + } else { + auto add_missions = [&]( const std::string name, const std::vector *missions, + const std::vector *prevmissions ) { + bool flag = true; + for( const int uid : *missions ) { + if( std::find( prevmissions->begin(), prevmissions->end(), uid ) == prevmissions->end() ) { + const mission *miss = mission::find( uid ); + if( miss != nullptr ) { + if( flag ) { + add_to_change_list( name ); + flag = false; + } + add_to_change_list( miss->name(), miss->get_description() ); + } + + } + if( !flag ) { + add_to_change_list( " " ); + } + } + }; + add_missions( _( "New missions:" ), &currpage->mission_active, &prevpage->mission_active ); + add_missions( _( "New completed missions:" ), &currpage->mission_completed, + &prevpage->mission_completed ); + add_missions( _( "New faild:" ), &currpage->mission_faild, &prevpage->mission_faild ); + + } +} + +void diary::bionic_changes() +{ + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + if( !currpage->bionics.empty() ) { + add_to_change_list( _( "Bionics" ) ); + for( const bionic_id &elem : currpage->bionics ) { + const bionic_data &b = elem.obj(); + add_to_change_list( b.name.translated(), b.description.translated() ); + } + add_to_change_list( " " ); + } + } else { + + bool flag = true; + if( !currpage->bionics.empty() ) { + for( const bionic_id &elem : currpage->bionics ) { + + if( std::find( prevpage->bionics.begin(), prevpage->bionics.end(), + elem ) == prevpage->bionics.end() ) { + if( flag ) { + add_to_change_list( _( "New Bionics: " ) ); + flag = false; + } + const bionic_data &b = elem.obj(); + add_to_change_list( b.name.translated(), b.description.translated() ); + } + } + if( !flag ) { + add_to_change_list( " " ); + } + } + + flag = true; + if( !prevpage->bionics.empty() ) { + for( const bionic_id &elem : prevpage->bionics ) { + if( std::find( currpage->bionics.begin(), currpage->bionics.end(), + elem ) == currpage->bionics.end() ) { + if( flag ) { + add_to_change_list( _( "Lost Bionics: " ) ); + flag = false; + } + const bionic_data &b = elem.obj(); + add_to_change_list( b.name.translated(), b.description.translated() ); + } + } + if( !flag ) { + add_to_change_list( " " ); + } + } + } +} + +void diary::kill_changes() +{ + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + if( !currpage->kills.empty() ) { + add_to_change_list( _( "Kills: " ) ); + for( const std::pair, int> &elem : currpage->kills ) { + const mtype &m = elem.first.obj(); + nc_color color = m.color; + std::string symbol = m.sym; + std::string nname = m.nname( elem.second ); + add_to_change_list( string_format( "%4d ", elem.second ) + colorize( symbol, + color ) + " " + colorize( nname, c_light_gray ), m.get_description() ); + } + add_to_change_list( " " ); + } + if( !currpage->npc_kills.empty() ) { + add_to_change_list( _( "NPC Killed" ) ); + for( const std::string &npc_name : currpage->npc_kills ) { + add_to_change_list( string_format( "%4d ", 1 ) + colorize( "@ " + npc_name, c_magenta ) ); + } + add_to_change_list( " " ); + } + + } else { + + if( !currpage->kills.empty() ) { + + bool flag = true; + for( const std::pair, int> &elem : currpage->kills ) { + const mtype &m = elem.first.obj(); + nc_color color = m.color; + std::string symbol = m.sym; + std::string nname = m.nname( elem.second ); + int kills = elem.second; + if( prevpage->kills.count( elem.first ) > 0 ) { + const int prevkills = prevpage->kills[elem.first]; + if( kills > prevkills ) { + if( flag ) { + add_to_change_list( _( "Kills: " ) ); + flag = false; + } + kills = kills - prevkills; + add_to_change_list( string_format( "%4d ", kills ) + colorize( symbol, + color ) + " " + colorize( nname, c_light_gray ), m.get_description() ); + } + } else { + if( flag ) { + add_to_change_list( _( "Kills: " ) ); + flag = false; + } + add_to_change_list( string_format( "%4d ", kills ) + colorize( symbol, + color ) + " " + colorize( nname, c_light_gray ), m.get_description() ); + } + + + } + if( !flag ) { + add_to_change_list( " " ); + } + + } + if( !currpage->npc_kills.empty() ) { + + const std::vector &prev_npc_kills = prevpage->npc_kills; + + bool flag = true; + for( const std::string &npc_name : currpage->npc_kills ) { + + if( ( std::find( prev_npc_kills.begin(), prev_npc_kills.end(), + npc_name ) == prev_npc_kills.end() ) ) { + if( flag ) { + add_to_change_list( _( "NPC Killed: " ) ); + flag = false; + } + add_to_change_list( string_format( "%4d ", 1 ) + colorize( "@ " + npc_name, c_magenta ) ); + } + + } + if( !flag ) { + add_to_change_list( " " ); + } + } + } +} + + +void diary::skill_changes() +{ + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + if( currpage->skillsL.empty() ) { + return; + } else { + + add_to_change_list( _( "Skills:" ) ); + for( const std::pair, int> &elem : currpage->skillsL ) { + + if( elem.second > 0 ) { + Skill s = elem.first.obj(); + add_to_change_list( string_format( "%s: %d", s.name(), elem.second ), + s.description() ); + } + } + add_to_change_list( "" ); + } + } else { + + bool flag = true; + for( const std::pair, int> &elem : currpage->skillsL ) { + if( prevpage->skillsL.find( elem.first ) != prevpage->skillsL.end() ) { + if( prevpage->skillsL[elem.first] != elem.second ) { + if( flag ) { + add_to_change_list( _( "Skills: " ) ); + flag = false; + } + Skill s = elem.first.obj(); + add_to_change_list( string_format( _( "%s: %d -> %d" ), s.name(), + prevpage->skillsL[elem.first], elem.second ), s.description() ); + } + + } + + } + if( !flag ) { + add_to_change_list( " " ); + } + + } +} + +void diary::trait_changes() +{ + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + if( !currpage->traits.empty() ) { + add_to_change_list( _( "Mutations:" ) ); + for( const trait_id &elem : currpage->traits ) { + const mutation_branch &trait = elem.obj(); + add_to_change_list( colorize( trait.name(), trait.get_display_color() ), trait.desc() ); + } + add_to_change_list( "" ); + } + } else { + if( prevpage->traits.empty() && !currpage->traits.empty() ) { + add_to_change_list( _( "Mutations:" ) ); + for( const trait_id &elem : currpage->traits ) { + const mutation_branch &trait = elem.obj(); + add_to_change_list( colorize( trait.name(), trait.get_display_color() ), trait.desc() ); + + } + add_to_change_list( "" ); + } else { + + bool flag = true; + for( const trait_id &elem : currpage->traits ) { + + if( std::find( prevpage->traits.begin(), prevpage->traits.end(), + elem ) == prevpage->traits.end() ) { + if( flag ) { + add_to_change_list( _( "Gained Mutation: " ) ); + flag = false; + } + const mutation_branch &trait = elem.obj(); + add_to_change_list( colorize( trait.name(), trait.get_display_color() ), trait.desc() ); + } + + } + if( !flag ) { + add_to_change_list( " " ); + } + + flag = true; + for( const trait_id &elem : prevpage->traits ) { + + if( std::find( currpage->traits.begin(), currpage->traits.end(), + elem ) == currpage->traits.end() ) { + if( flag ) { + add_to_change_list( _( "Lost Mutation " ) ); + flag = false; + } + const mutation_branch &trait = elem.obj(); + add_to_change_list( colorize( trait.name(), trait.get_display_color() ), trait.desc() ); + } + } + if( !flag ) { + add_to_change_list( " " ); + } + + } + } +} + +void diary::stat_changes() +{ + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + add_to_change_list( _( "Stats:" ) ); + add_to_change_list( string_format( _( "Strength: %d" ), currpage->strength ) ); + add_to_change_list( string_format( _( "Dexterity: %d" ), currpage->dexterity ) ); + add_to_change_list( string_format( _( "Intelligence: %d" ), currpage->intelligence ) ); + add_to_change_list( string_format( _( "Perception: %d" ), currpage->perception ) ); + add_to_change_list( " " ); + } else { + + bool flag = true; + if( currpage->strength != prevpage->strength ) { + if( flag ) { + add_to_change_list( _( "Stats: " ) ); + flag = false; + } + add_to_change_list( string_format( _( "Strength: %d -> %d" ), prevpage->strength, + currpage->strength ) ); + } + if( currpage->dexterity != prevpage->dexterity ) { + if( flag ) { + add_to_change_list( _( "Stats: " ) ); + flag = false; + } + add_to_change_list( string_format( _( "Dexterity: %d -> %d" ), prevpage->dexterity, + currpage->dexterity ) ); + } + if( currpage->intelligence != prevpage->intelligence ) { + if( flag ) { + add_to_change_list( _( "Stats: " ) ); + flag = false; + } + add_to_change_list( string_format( _( "Intelligence: %d -> %d" ), prevpage->intelligence, + currpage->intelligence ) ); + } + + if( currpage->perception != prevpage->perception ) { + if( flag ) { + add_to_change_list( _( "Stats: " ) ); + flag = false; + } + add_to_change_list( string_format( _( "Perception: %d -> %d" ), prevpage->perception, + currpage->perception ) ); + } + if( !flag ) { + add_to_change_list( " " ); + } + + } +} + +void diary::prof_changes() +{ + diary_page *currpage = get_page_ptr(); + diary_page *prevpage = get_page_ptr( -1 ); + if( currpage == nullptr ) { + return; + } + if( prevpage == nullptr ) { + if( !currpage->known_profs.empty() ) { + add_to_change_list( _( "Proficiencies:" ) ); + for( const proficiency_id &elem : currpage->known_profs ) { + const proficiency &p = elem.obj(); + add_to_change_list( p.name(), p.description() ); + } + add_to_change_list( "" ); + } + + } else { + + bool flag = true; + for( const proficiency_id &elem : currpage->known_profs ) { + + if( std::find( prevpage->known_profs.begin(), prevpage->known_profs.end(), + elem ) == prevpage->known_profs.end() ) { + if( flag ) { + add_to_change_list( _( "Proficiencies: " ) ); + flag = false; + } + const proficiency &p = elem.obj(); + add_to_change_list( p.name(), p.description() ); + } + } + if( !flag ) { + add_to_change_list( " " ); + } + } +} + +std::vector diary::get_change_list() +{ + if( !change_list.empty() ) { + return change_list; + } + if( !pages.empty() ) { + stat_changes(); + skill_changes(); + prof_changes(); + trait_changes(); + bionic_changes(); + spell_changes(); + mission_changes(); + kill_changes(); + } + return change_list; +} + +std::map diary::get_desc_map() +{ + if( !desc_map.empty() ) { + return desc_map; + } else { + get_change_list(); + return desc_map; + } +} + + +std::string diary::get_page_text() +{ + + if( !pages.empty() ) { + return get_page_ptr()->m_text; + } + return ""; +} + +std::string diary::get_head_text() +{ + + if( !pages.empty() ) { + const diary_page *prevpageptr = get_page_ptr( -1 ); + const time_point prev_turn = ( prevpageptr != nullptr ) ? prevpageptr->turn : calendar::turn_zero; + const time_duration turn_diff = get_page_ptr()->turn - prev_turn; + const int days = to_days( turn_diff ); + const int hours = to_hours( turn_diff ) % 24; + const int minutes = to_minutes( turn_diff ) % 60; + std::string headtext = string_format( _( "Entry: %d/%d, %s, %s" ), + opened_page + 1, pages.size(), + to_string( get_page_ptr()->turn ), + ( opened_page != 0 ) ? string_format( _( "%s%s%d minutes since last entry" ), + ( days > 0 ) ? string_format( _( "%d days, " ), days ) : "", + ( hours > 0 ) ? string_format( _( "%d hours, " ), hours ) : "", + minutes ) : "" ); + + return headtext; + } + return ""; +} + +void diary::death_entry() +{ + bool lasttime = query_yn( _( "Open diary for the last time?" ) ); + if( lasttime ) { + show_diary_ui( this ); + } + export_to_txt( true ); +} + +diary::diary() +{ + owner = get_avatar().name; +} +void diary::set_page_text( std::string text ) +{ + get_page_ptr()->m_text = text; +} + +void diary::new_page() +{ + std::unique_ptr page( new diary_page() ); + page -> m_text = " "; + page -> turn = calendar::turn; + page -> kills = g ->get_kill_tracker().kills; + page -> npc_kills = g->get_kill_tracker().npc_kills; + avatar *u = &get_avatar(); + page -> mission_completed = mission::to_uid_vector( u->get_completed_missions() ); + page -> mission_active = mission::to_uid_vector( u->get_active_missions() ); + page -> mission_faild = mission::to_uid_vector( u->get_failed_missions() ); + page -> male = u->male; + page->strength = u->get_str_base(); + page->dexterity = u->get_dex_base(); + page->intelligence = u->get_int_base(); + page->perception = u->get_per_base(); + page->traits = u->get_mutations( false ); + const auto spells = u->magic->get_spells(); + for( const spell *spell : spells ) { + const spell_id &id = spell->id(); + const int lvl = spell->get_level(); + page-> known_spells[id] = lvl; + } + page-> bionics = u->get_bionics(); + for( Skill &elem : Skill::skills ) { + + int level = u->get_skill_level_object( elem.ident() ).level(); + page->skillsL.insert( { elem.ident(), level } ); + } + page -> known_profs = u->_proficiencies->known_profs(); + page -> learning_profs = u->_proficiencies->learning_profs(); + page->max_power_level = u->get_max_power_level(); + diary::pages.push_back( std::move( page ) ); +} + +void diary::delete_page() +{ + if( opened_page < static_cast( pages.size() ) ) { + pages.erase( pages.begin() + opened_page ); + set_opened_page( opened_page - 1 ); + } +} + +void diary::export_to_txt( bool lastexport ) +{ + cata::ofstream myfile; + std::string path = lastexport ? PATH_INFO::memorialdir() : PATH_INFO::world_base_save_path(); + path += "/" + owner + "s_diary.txt"; + myfile.open( fs::u8path( path ) ); + + for( int i = 0; i < static_cast( pages.size() ); i++ ) { + set_opened_page( i ); + const diary_page page = *get_page_ptr(); + myfile << get_head_text() + "\n\n"; + for( std::string &str : this->get_change_list() ) { + myfile << remove_color_tags( str ) + "\n"; + } + std::vector folded_text = foldstring( page.m_text, 50 ); + for( int i = 0; i < static_cast( folded_text.size() ); i++ ) { + myfile << folded_text[i] + "\n"; + } + myfile << "\n\n\n"; + } + myfile.close(); +} + +bool diary::store() +{ + std::string name = base64_encode( get_avatar().get_save_id() + "_diary" ); + std::string path = PATH_INFO::world_base_save_path() + "/" + name + ".json"; + const bool iswriten = write_to_file( path, [&]( std::ostream & fout ) { + serialize( fout ); + }, _( "diary data" ) ); + return iswriten; +} + +void diary::serialize( std::ostream &fout ) +{ + JsonOut jsout( fout, true ); + jsout.start_object(); + serialize( jsout ); + jsout.end_object(); +} + +void diary::serialize( JsonOut &jsout ) +{ + jsout.member( "owner", owner ); + jsout.member( "pages" ); + jsout.start_array(); + for( std::unique_ptr &n : pages ) { + jsout.start_object(); + jsout.member( "text", n->m_text ); + jsout.member( "turn", n->turn ); + jsout.member( "completed", n->mission_completed ); + jsout.member( "active", n->mission_active ); + jsout.member( "faild", n->mission_faild ); + jsout.member( "kills", n->kills ); + jsout.member( "npc_kills", n->npc_kills ); + jsout.member( "male", n->male ); + jsout.member( "str", n->strength ); + jsout.member( "dex", n->dexterity ); + jsout.member( "int", n->intelligence ); + jsout.member( "per", n->perception ); + jsout.member( "traits", n->traits ); + jsout.member( "bionics", n->bionics ); + jsout.member( "spells", n->known_spells ); + jsout.member( "skillsL", n->skillsL ); + jsout.member( "known_profs", n->known_profs ); + jsout.member( "learning_profs", n->learning_profs ); + jsout.member( "max_power_level", n->max_power_level ); + jsout.end_object(); + } + jsout.end_array(); +} + + + +void diary::load() +{ + std::string name = base64_encode( get_avatar().get_save_id() + "_diary" ); + std::string path = PATH_INFO::world_base_save_path() + "/" + name + ".json"; + if( file_exist( path ) ) { + read_from_file( path, [&]( std::istream & fin ) { + deserialize( fin ); + } ); + } +} + +void diary::deserialize( std::istream &fin ) +{ + JsonIn jsin( fin ); + deserialize( jsin ); +} + +void diary::deserialize( JsonIn &jsin ) +{ + try { + JsonObject data = jsin.get_object(); + + data.read( "owner", owner ); + pages.clear(); + for( JsonObject elem : data.get_array( "pages" ) ) { + std::unique_ptr page( new diary_page() ); + page->m_text = elem.get_string( "text" ); + elem.read( "turn", page->turn ); + elem.read( "active", page->mission_active ); + elem.read( "completed", page->mission_completed ); + elem.read( "faild", page->mission_faild ); + elem.read( "kills", page->kills ); + elem.read( "npc_kills", page->npc_kills ); + elem.read( "male", page->male ); + elem.read( "str", page->strength ); + elem.read( "dex", page->dexterity ); + elem.read( "int", page->intelligence ); + elem.read( "per", page->perception ); + elem.read( "traits", page->traits ); + elem.read( "bionics", page->bionics ); + elem.read( "spells", page->known_spells ); + elem.read( "skillsL", page->skillsL ); + elem.read( "known_profs", page->known_profs ); + elem.read( "learning_profs", page->learning_profs ); + elem.read( "max_power_level", page->max_power_level ); + diary::pages.push_back( std::move( page ) ); + } + } catch( const JsonError &e ) { + + } +} diff --git a/src/diary.h b/src/diary.h new file mode 100644 index 0000000000000..06b50803a48c5 --- /dev/null +++ b/src/diary.h @@ -0,0 +1,144 @@ +#pragma once +#ifndef CATA_SRC_DIARY_H +#define CATA_SRC_DIARY_H + +#include +#include +#include + +#include "achievement.h" +#include "character.h" +#include "kill_tracker.h" +#include "skill.h" +#include "stats_tracker.h" +#include "ui.h" +#include "units.h" + + +/// +/// diary page, to save current character progression +/// +struct diary_page { + diary_page(); + virtual ~diary_page() = default; + /*the text the player added to the page*/ + std::string m_text; + time_point previous_Page_turn; + std::vector diff_to_previous_page; + /*turn the page was created*/ + time_point turn; + /*mission ids for completed/active and faild missions*/ + std::vector mission_completed; + std::vector mission_active; + std::vector mission_faild; + /*monster id and kill count of Killed monster*/ + std::map kills; + /*names of killed npc`s*/ + std::vector npc_kills; + /*gender*/ + bool male = false; + /*base character stats*/ + int strength = 0; + int dexterity = 0; + int intelligence = 0; + int perception = 0; + /*traits id the character has*/ + std::vector traits; + /*spells id with level the character has*/ + std::map known_spells; + /*bionics id`s the character has*/ + std::vector bionics; + /*skill id's with level the character has*/ + std::map skillsL; + /*known and learning profession id of the character*/ + std::vector known_profs; + std::vector learning_profs; + /*maximal power level the character has*/ + units::energy max_power_level; +}; + +/// +/// diary is connectet to the player avatar. +/// the player is able to add new pages every page saves the current character progression and shows the improvements compared to the previous pages +/// The player is also able to add a Text in every page. +/// +class diary +{ + //attribute + private: + /*character name who owns the diary*/ + std::string owner; + /*list of all pages added to the diary*/ + std::vector< std::unique_ptr> pages; + + /*current opened page*/ + int opened_page = 0; // NOLINT(cata-serialize) + /*list of changes from opened page to previous page*/ + std::vector change_list; // NOLINT(cata-serialize) + /*maps discription to position in change list*/ + std::map desc_map; // NOLINT(cata-serialize) + + + //methoden + public: + diary(); + virtual ~diary() = default; + /*static methode to open a diary ui*/ + static void show_diary_ui( diary *c_diary ); + /*last entry in the diary, will be called after character death */ + void death_entry(); + + /*serialize and deserialize*/ + bool store(); + void load(); + void serialize( std::ostream &fout ); + void deserialize( std::istream &fin ); + void deserialize( JsonIn &jsin ); + void serialize( JsonOut &jsout ); + + private: + /*uses string_popup_window to edit the text on a page. Is not optimal, + because its just one line*/ + void edit_page_ui(); + /*Uses editor window class to edit the text.*/ + void edit_page_ui( catacurses::window &win ); + /*set page to be be shown in ui*/ + int set_opened_page( int pagenum ); + /*create a new page and adds current character progression*/ + void new_page(); + /*set page text*/ + void set_page_text( std::string text ); + /*delite current page*/ + void delete_page(); + + /*get opened page nummer*/ + int get_opened_page_num(); + /*returns a list with all pages by the its date*/ + std::vector get_pages_list(); + /*returns a list with all changes compared to the previous page*/ + std::vector get_change_list(); + /*returns a map corresponding to the change_list with descriptions*/ + std::map get_desc_map(); + + /*returns pointer to current page*/ + diary_page *get_page_ptr( int offset = 0 ); + /*returns the text of opened page*/ + std::string get_page_text(); + /*returns text for head of page*/ + std::string get_head_text(); + /*the following methods are used to fill the change_list and desc_map in comparison to the previous page*/ + void skill_changes(); + void kill_changes(); + void trait_changes(); + void bionic_changes(); + void stat_changes(); + void prof_changes(); + void mission_changes(); + void spell_changes(); + + /*expots the diary to a readable .txt file. If its the lastexport, its exportet to memorial otherwise its exportet to the world folder*/ + void export_to_txt( bool lastexport = false ); + /*method for adding changes to the changelist. with the possibility to connect a desciption*/ + void add_to_change_list( std::string entry, std::string desc = "" ); +}; +#endif // CATA_SRC_DIARY_H diff --git a/src/diary_ui.cpp b/src/diary_ui.cpp new file mode 100644 index 0000000000000..eacad015666bd --- /dev/null +++ b/src/diary_ui.cpp @@ -0,0 +1,370 @@ +#include "game.h" // IWYU pragma: associated + +#include +#include +#include +#include + +#include "color.h" +#include "cursesdef.h" +#include "debug.h" +#include "diary.h" +#include "input.h" +#include "output.h" +#include "string_editor_window.h" +#include "string_formatter.h" +#include "string_input_popup.h" +#include "translations.h" +#include "ui.h" +#include "ui_manager.h" +#include "wcwidth.h" + +namespace +{ +/**print list scrollable, printed std::vector as list with scrollbar*/ +void print_list_scrollable( catacurses::window *win, std::vector list, int *selection, + int entries_per_page, int xoffset, int width, bool active, bool border ) +{ + if( *selection < 0 && !list.empty() ) { + *selection = static_cast( list.size() ) - 1; + } else if( *selection >= static_cast( list.size() ) ) { + *selection = 0; + } + const int borderspace = border ? 1 : 0; + entries_per_page = entries_per_page - borderspace * 2; + + + const int top_of_page = entries_per_page * ( *selection / entries_per_page ); + + const int bottom_of_page = + std::min( top_of_page + entries_per_page, static_cast( list.size() ) ); + + for( int i = top_of_page; i < bottom_of_page; i++ ) { + + const nc_color col = c_white; + const int y = i - top_of_page; + trim_and_print( *win, point( xoffset + 1, y + borderspace ), width - 1 - borderspace, + ( static_cast( *selection ) == i && active ) ? hilite( col ) : col, + ( static_cast( *selection ) == i && active ) ? remove_color_tags( list[i] ) : list[i] ); + } + if( border ) { + draw_border( *win ); + } + if( active && entries_per_page < static_cast( list.size() ) ) { + draw_scrollbar( *win, *selection, entries_per_page, list.size(), point( xoffset, + 0 + borderspace ) ); + } + +} + +void print_list_scrollable( catacurses::window *win, std::vector list, int *selection, + bool active, bool border ) +{ + print_list_scrollable( win, list, selection, getmaxy( *win ), 0, getmaxx( *win ), active, border ); +} + +void print_list_scrollable( catacurses::window *win, std::string text, int *selection, + int entries_per_page, int xoffset, int width, bool active, bool border ) +{ + int borderspace = border ? 1 : 0; + std::vector list = foldstring( text, width - 1 - borderspace * 2 ); + print_list_scrollable( win, list, selection, entries_per_page, xoffset, width, active, border ); +} + +void print_list_scrollable( catacurses::window *win, std::string text, int *selection, bool active, + bool border ) +{ + print_list_scrollable( win, text, selection, getmaxy( *win ), 0, getmaxx( *win ), active, border ); +} + +void draw_diary_border( catacurses::window *win, const nc_color &color = c_white ) +{ + wattron( *win, color ); + + const point max( getmaxx( *win ) - 1, getmaxy( *win ) - 1 ); + const int midx = max.x / 2; + for( int i = 4; i <= max.y - 4; i++ ) { + mvwprintw( *win, point( 0, i ), "||||" ); + mvwprintw( *win, point( max.x - 3, i ), "||||" ); + mvwprintw( *win, point( midx, i ), " | " ); + } + for( int i = 4; i <= max.x - 4; i++ ) { + if( !( i >= midx && i <= midx + 2 ) ) { + mvwprintw( *win, point( i, 0 ), "____" ); + mvwprintw( *win, point( i, max.y - 2 ), "____" ); + mvwprintw( *win, point( i, max.y - 1 ), "====" ); + mvwprintw( *win, point( i, max.y ), "----" ); + } + } + //top left corner + mvwprintw( *win, point_zero, " " ); + mvwprintw( *win, point_south, ".-/|" ); + mvwprintw( *win, point( 0, 2 ), "||||" ); + mvwprintw( *win, point( 0, 3 ), "||||" ); + //bottom left corner + mvwprintw( *win, point( 0, max.y - 3 ), "||||" ); + mvwprintw( *win, point( 0, max.y - 2 ), "||||" ); + mvwprintw( *win, point( 0, max.y - 1 ), "||/=" ); + mvwprintw( *win, point( 0, max.y - 0 ), "`'--" ); + //top right corner + mvwprintw( *win, point( max.x - 3, 0 ), " " ); + mvwprintw( *win, point( max.x - 3, 1 ), "|\\-." ); + mvwprintw( *win, point( max.x - 3, 2 ), "||||" ); + mvwprintw( *win, point( max.x - 3, 3 ), "||||" ); + //bottom right corner + mvwprintw( *win, max + point( -3, -3 ), "||||" ); + mvwprintw( *win, max + point( -3, -2 ), "||||" ); + mvwprintw( *win, max + point( -3, -1 ), "=\\||" ); + mvwprintw( *win, max + point( -3, 0 ), "--''" ); + //mid top + mvwprintw( *win, point( midx, 0 ), " " ); + mvwprintw( *win, point( midx, 1 ), "\\ /" ); + mvwprintw( *win, point( midx, 2 ), " | " ); + mvwprintw( *win, point( midx, 3 ), " | " ); + //mid bottom + mvwprintw( *win, point( midx, max.y - 3 ), " | " ); + mvwprintw( *win, point( midx, max.y - 2 ), " | " ); + mvwprintw( *win, point( midx, max.y - 1 ), "\\|/" ); + mvwprintw( *win, point( midx, max.y - 0 ), "___" ); + wattroff( *win, color ); +} +} // namespace + +void diary::show_diary_ui( diary *c_diary ) +{ + catacurses::window w_diary; + catacurses::window w_pages; + catacurses::window w_text; + catacurses::window w_changes; + catacurses::window w_border; + catacurses::window w_desc; + catacurses::window w_head; + catacurses::window w_info; + enum class window_mode : int {PAGE_WIN = 0, CHANGE_WIN, TEXT_WIN, NUM_WIN, FIRST_WIN = 0, LAST_WIN = NUM_WIN - 1}; + window_mode currwin = window_mode::PAGE_WIN; + + + std::map selected = { {window_mode::PAGE_WIN, 0}, {window_mode::CHANGE_WIN, 0}, {window_mode::TEXT_WIN, 0} }; + + + input_context ctxt( "DIARY" ); + ctxt.register_cardinal(); + ctxt.register_action( "CONFIRM" ); + ctxt.register_action( "QUIT" ); + ctxt.register_action( "NEW_PAGE" ); + ctxt.register_action( "DELETE PAGE" ); + ctxt.register_action( "EXPORT_DIARY" ); + ctxt.register_action( "HELP_KEYBINDINGS" ); + + ui_adaptor ui; + ui.on_screen_resize( [&]( ui_adaptor & ui ) { + w_diary = new_centered_win( TERMY / 2, TERMX / 2 ); + const point max( getmaxx( w_diary ), getmaxy( w_diary ) ); + const point beg( getbegx( w_diary ), getbegy( w_diary ) ); + int midx = max.x / 2; + + w_pages = catacurses::newwin( max.y + 5, max.x * 3 / 10, point( beg.x - 5 - max.x * 3 / 10, + beg.y - 2 ) ); + w_changes = catacurses::newwin( max.y - 3, midx - 1, beg + point( 0, 3 ) ); + w_text = catacurses::newwin( max.y - 3, midx - 2, beg + point( 2 + midx, 3 ) ); + w_border = catacurses::newwin( max.y + 5, max.x + 9, beg + point( -4, -2 ) ); + w_desc = catacurses::newwin( 3, max.x * 3 / 10 + max.x + 10, point( beg.x - 5 - max.x * 3 / 10, + beg.y - 6 ) ); + w_head = catacurses::newwin( 1, max.x, beg + point_south ); + w_info = catacurses::newwin( ( max.y / 2 - 4 > 7 ) ? 7 : max.y / 2 - 4, max.x + 9, beg + point( -4, + 4 + max.y ) ); + + + ui.position_from_window( w_diary ); + } ); + ui.mark_resize(); + + ui.on_redraw( [&]( const ui_adaptor & ) { + werase( w_diary ); + werase( w_pages ); + werase( w_changes ); + werase( w_text ); + werase( w_border ); + werase( w_desc ); + werase( w_head ); + werase( w_info ); + + + draw_border( w_diary ); + draw_border( w_desc ); + draw_border( w_info ); + draw_diary_border( &w_border ); + + + center_print( w_desc, 0, c_light_gray, string_format( _( "%s´s Diary" ), c_diary->owner ) ); + center_print( w_info, 0, c_light_gray, string_format( _( "Info" ) ) ); + + std::string desc = string_format( _( "%s, %s, %s, %s" ), + ctxt.get_desc( "NEW_PAGE", "new page", input_context::allow_all_keys ), + ctxt.get_desc( "CONFIRM", "Edit text", input_context::allow_all_keys ), + ctxt.get_desc( "DELETE PAGE", "Delete page", input_context::allow_all_keys ), + ctxt.get_desc( "EXPORT_DIARY", "Export diary", input_context::allow_all_keys ) + ); + center_print( w_desc, 1, c_white, desc ); + + selected[window_mode::PAGE_WIN] = c_diary->set_opened_page( selected[window_mode::PAGE_WIN] ); + print_list_scrollable( &w_pages, c_diary->get_pages_list(), &selected[window_mode::PAGE_WIN], + currwin == window_mode::PAGE_WIN, true ); + print_list_scrollable( &w_changes, c_diary->get_change_list(), &selected[window_mode::CHANGE_WIN], + currwin == window_mode::CHANGE_WIN, false ); + print_list_scrollable( &w_text, c_diary->get_page_text(), &selected[window_mode::TEXT_WIN], + currwin == window_mode::TEXT_WIN, false ); + trim_and_print( w_head, point_south_east, getmaxx( w_head ) - 2, c_white, + c_diary->get_head_text() ); + if( currwin == window_mode::CHANGE_WIN || currwin == window_mode::TEXT_WIN ) { + fold_and_print( w_info, point_south_east, getmaxx( w_info ) - 2, c_white, string_format( "%s", + c_diary->get_desc_map()[selected[window_mode::CHANGE_WIN]] ) ); + } + bool debug = false; + if( debug ) { + if( currwin == window_mode::TEXT_WIN ) { + auto text = c_diary->get_page_text(); + auto folded = foldstring( text, getmaxy( w_text ) - 1 ); + fold_and_print( w_info, point_south_east, getmaxx( w_info ) - 2, c_white, + string_format( "size: %s and wight: %s", folded[selected[window_mode::TEXT_WIN]].size(), + utf8_wrapper( folded[selected[window_mode::TEXT_WIN]] ).display_width() ) ); + } + } + + center_print( w_pages, 0, c_light_gray, string_format( _( "pages: %d" ), + c_diary->get_pages_list().size() ) ); + + wnoutrefresh( w_diary ); + wnoutrefresh( w_border ); + wnoutrefresh( w_head ); + wnoutrefresh( w_pages ); + wnoutrefresh( w_changes ); + wnoutrefresh( w_text ); + wnoutrefresh( w_desc ); + wnoutrefresh( w_info ); + + } ); + + while( true ) { + + if( ( !c_diary->pages.empty() && + selected[window_mode::PAGE_WIN] >= static_cast( c_diary->pages.size() ) ) || + ( c_diary->pages.empty() && selected[window_mode::PAGE_WIN] != 0 ) ) { + selected[window_mode::PAGE_WIN] = 0; + } + ui_manager::redraw(); + const std::string action = ctxt.handle_input(); + if( action == "RIGHT" ) { + currwin = static_cast( static_cast( currwin ) + 1 ); + if( currwin >= window_mode::NUM_WIN ) { + currwin = window_mode::FIRST_WIN; + } + selected[window_mode::TEXT_WIN] = 0; + } else if( action == "LEFT" ) { + currwin = static_cast( static_cast( currwin ) - 1 ); + if( currwin < window_mode::FIRST_WIN ) { + currwin = window_mode::LAST_WIN; + } + selected[window_mode::TEXT_WIN] = 0; + } else if( action == "DOWN" ) { + selected[currwin]++; + if( selected[window_mode::PAGE_WIN] >= static_cast( c_diary->pages.size() ) ) { + selected[window_mode::PAGE_WIN] = 0; + } + } else if( action == "UP" ) { + selected[currwin]--; + if( selected[window_mode::PAGE_WIN] < 0 ) { + selected[window_mode::PAGE_WIN] = c_diary->pages.empty() ? 0 : c_diary->pages.size() - 1; + } + + } else if( action == "CONFIRM" ) { + if( !c_diary->pages.empty() ) { + c_diary->edit_page_ui( w_text ); + } + } else if( action == "NEW_PAGE" ) { + c_diary->new_page(); + selected[window_mode::PAGE_WIN] = c_diary->pages.size() - 1; + + } else if( action == "DELETE PAGE" ) { + if( !c_diary->pages.empty() ) { + if( query_yn( _( "Really delete Page?" ) ) ) { + c_diary->delete_page(); + if( selected[window_mode::PAGE_WIN] >= static_cast( c_diary->pages.size() ) ) { + selected[window_mode::PAGE_WIN] --; + } + } + } + } else if( action == "EXPORT_DIARY" ) { + if( query_yn( _( "Export Diary as .txt?" ) ) ) { + c_diary->export_to_txt(); + } + + } else if( action == "QUIT" ) { + break; + } + + } +} +//isn´t needed anymore, because of string_editor_window edition +void diary::edit_page_ui() +{ + std::string title = _( "Text:" ); + static constexpr int max_note_length = 20000; + + const std::string old_text = get_page_ptr()->m_text; + std::string new_text = old_text; + + bool esc_pressed = false; + string_input_popup input_popup; + input_popup + .title( title ) + .width( max_note_length ) + .text( new_text ) + .description( "What happend Today?" ) + .title_color( c_white ) + .desc_color( c_light_gray ) + .string_color( c_yellow ) + .identifier( "diary" ); + + + do { + new_text = input_popup.query_string( false ); + if( input_popup.canceled() ) { + new_text = old_text; + esc_pressed = true; + break; + } else if( input_popup.confirmed() ) { + break; + } + + } while( true ); + + if( !esc_pressed && new_text.empty() && !old_text.empty() ) { + if( query_yn( _( "Really delete note?" ) ) ) { + get_page_ptr()->m_text = ""; + } + } else if( !esc_pressed && old_text != new_text ) { + get_page_ptr()->m_text = new_text; + } + +} + +void diary::edit_page_ui( catacurses::window &win ) +{ + const std::string old_text = get_page_ptr()->m_text; + std::string new_text = old_text; + + string_editor_window ed = string_editor_window( win, get_page_ptr()->m_text ); + + new_text = ed.query_string( true ); + + if( new_text.empty() && !old_text.empty() ) { + if( query_yn( _( "Really delete note?" ) ) ) { + get_page_ptr()->m_text = ""; + } + } else if( old_text != new_text ) { + if( query_yn( _( "Save entry?" ) ) ) { + get_page_ptr()->m_text = new_text; + } + } +} diff --git a/src/game.cpp b/src/game.cpp index ed75adde551d3..fb45bbf44efaa 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -252,6 +252,8 @@ static const mtype_id mon_manhack( "mon_manhack" ); static const overmap_special_id overmap_special_world( "world" ); static const proficiency_id proficiency_prof_parkour( "prof_parkour" ); +static const proficiency_id proficiency_prof_wound_care( "prof_wound_care" ); +static const proficiency_id proficiency_prof_wound_care_expert( "prof_wound_care_expert" ); static const quality_id qual_BUTCHER( "BUTCHER" ); static const quality_id qual_CUT_FINE( "CUT_FINE" ); @@ -1788,7 +1790,7 @@ int game::inventory_item_menu( item_location locThisItem, addentry( 'p', pgettext( "action", "part reload" ), u.rate_action_reload( oThisItem ) ); addentry( 'm', pgettext( "action", "mend" ), rate_action_mend( u, oThisItem ) ); addentry( 'D', pgettext( "action", "disassemble" ), rate_action_disassemble( u, oThisItem ) ); - if( oThisItem.is_container() ) { + if( oThisItem.is_container() && !oThisItem.is_corpse() ) { addentry( 'i', pgettext( "action", "insert" ), rate_action_insert( u, locThisItem ) ); if( oThisItem.num_item_stacks() > 0 ) { addentry( 'o', pgettext( "action", "open" ), hint_rating::good ); @@ -2281,6 +2283,7 @@ input_context get_default_mode_input_context() ctxt.register_action( "toggle_auto_foraging" ); ctxt.register_action( "toggle_auto_pickup" ); ctxt.register_action( "toggle_thief_mode" ); + ctxt.register_action( "diary" ); ctxt.register_action( "action_menu" ); ctxt.register_action( "main_menu" ); ctxt.register_action( "item_action_menu" ); @@ -2464,6 +2467,7 @@ void game::death_screen() { gamemode->game_over(); Messages::display_messages(); + u.get_avatar_diary()->death_entry(); show_scores_ui( *achievements_tracker_ptr, stats(), get_kill_tracker() ); disp_NPC_epilogues(); follower_ids.clear(); @@ -2557,6 +2561,7 @@ bool game::load( const save_t &name ) } u.load_map_memory(); + u.get_avatar_diary()->load(); const std::string log_filename = worldpath + name.base_path() + SAVE_EXTENSION_LOG; read_from_file_optional( log_filename, @@ -2769,8 +2774,8 @@ bool game::save_player_data() save_shortcuts( fout ); }, _( "quick shortcuts" ) ); #endif - - return saved_data && saved_map_memory && saved_log + const bool saved_diary = u.get_avatar_diary()->store(); + return saved_data && saved_map_memory && saved_log && saved_diary #if defined(__ANDROID__) && saved_shortcuts #endif @@ -5096,9 +5101,11 @@ bool game::npc_menu( npc &who ) } } else if( choice == examine_wounds ) { ///\EFFECT_PER slightly increases precision when examining NPCs' wounds - ///\EFFECT_FIRSTAID increases precision when examining NPCs' wounds - const bool precise = u.get_skill_level( skill_firstaid ) * 4 + u.per_cur >= 20; + int prof_bonus = u.get_skill_level( skill_firstaid ); + prof_bonus = u.has_proficiency( proficiency_prof_wound_care ) ? prof_bonus + 1 : prof_bonus; + prof_bonus = u.has_proficiency( proficiency_prof_wound_care_expert ) ? prof_bonus + 2 : prof_bonus; + const bool precise = prof_bonus * 4 + u.per_cur >= 20; who.body_window( _( "Limbs of: " ) + who.disp_name(), true, precise, 0, 0, 0, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f ); } else if( choice == use_item ) { @@ -9139,13 +9146,8 @@ bool game::walk_move( const tripoint &dest_loc, const bool via_ramp, const bool modifier = -m.furn( dest_loc ).obj().movecost; } - int multiplier = 1; - if( u.is_on_ground() ) { - multiplier *= 3; - } - const int mcost = m.combined_movecost( u.pos(), dest_loc, grabbed_vehicle, modifier, - via_ramp ) * multiplier; + via_ramp ); if( !furniture_move && grabbed_move( dest_loc - u.pos(), via_ramp ) ) { return true; diff --git a/src/handle_action.cpp b/src/handle_action.cpp index 98075cd5001d8..0150841b5c833 100644 --- a/src/handle_action.cpp +++ b/src/handle_action.cpp @@ -2440,6 +2440,10 @@ bool game::do_regular_action( action_id &act, avatar &player_character, list_missions(); break; + case ACTION_DIARY: + diary::show_diary_ui( u.get_avatar_diary() ); + break; + case ACTION_SCORES: show_scores_ui( *achievements_tracker_ptr, stats(), get_kill_tracker() ); break; diff --git a/src/iexamine.cpp b/src/iexamine.cpp index bf42f8b948639..b92757b5b4df8 100644 --- a/src/iexamine.cpp +++ b/src/iexamine.cpp @@ -4983,8 +4983,10 @@ void iexamine::autodoc( Character &you, const tripoint &examp ) std::vector bio_list; std::vector bionic_names; for( const bionic &bio : installed_bionics ) { - bio_list.emplace_back( bio.id ); - bionic_names.emplace_back( bio.info().name.translated() ); + if( item::type_is_defined( bio.info().itype() ) ) { + bio_list.emplace_back( bio.id ); + bionic_names.emplace_back( bio.info().name.translated() ); + } } int bionic_index = uilist( _( "Choose bionic to uninstall" ), bionic_names ); if( bionic_index < 0 ) { diff --git a/src/item_contents.cpp b/src/item_contents.cpp index 12f7dfcd4a428..ffa8c2abb644c 100644 --- a/src/item_contents.cpp +++ b/src/item_contents.cpp @@ -62,7 +62,7 @@ void pocket_favorite_callback::refresh( uilist *menu ) ++i; } - if( selected_pocket != nullptr ) { + if( selected_pocket != nullptr && selected_pocket->is_allowed() ) { std::vector info; int starty = 5; const int startx = menu->w_width - menu->pad_right; @@ -501,6 +501,9 @@ ret_val item_contents::insert_item( const item &it, if( !pocket.success() ) { return pocket; } + if( !pocket.value()->is_allowed() ) { + return ret_val::make_failure( nullptr, _( "Can't store anything in this." ) ); + } ret_val pocket_contain_code = pocket.value()->insert_item( it ); if( pocket_contain_code.success() ) { @@ -1685,6 +1688,9 @@ void item_contents::info( std::vector &info, const iteminfo_query *par int idx = 0; for( const item_pocket &pocket : found_pockets ) { + if( !pocket.is_allowed() ) { + continue; + } insert_separation_line( info ); // If there are multiple similar pockets, show their capacity as a set if( pocket_num[idx] > 1 ) { diff --git a/src/item_pocket.cpp b/src/item_pocket.cpp index b8b1a84d1b788..20d759d935888 100644 --- a/src/item_pocket.cpp +++ b/src/item_pocket.cpp @@ -1573,6 +1573,16 @@ bool item_pocket::is_standard_type() const data->type == pocket_type::MAGAZINE_WELL; } +bool item_pocket::is_allowed() const +{ + return allowed; +} + +void item_pocket::set_usability( bool show ) +{ + allowed = show; +} + bool item_pocket::airtight() const { return data->airtight; diff --git a/src/item_pocket.h b/src/item_pocket.h index 095c4cc7446be..eed18f036d2e9 100644 --- a/src/item_pocket.h +++ b/src/item_pocket.h @@ -143,6 +143,9 @@ class item_pocket // exceptions are MOD, CORPSE, SOFTWARE, MIGRATION, etc. bool is_standard_type() const; + bool is_allowed() const; + void set_usability( bool show ); + const pocket_data *get_pocket_data() const; std::list all_items_top(); @@ -342,6 +345,8 @@ class item_pocket // the items inside the pocket std::list contents; bool _sealed = false; + + bool allowed = true; // is it possible to put things in this pocket }; /** diff --git a/src/iuse_actor.cpp b/src/iuse_actor.cpp index 045e8c48e7273..474c39ad32f1b 100644 --- a/src/iuse_actor.cpp +++ b/src/iuse_actor.cpp @@ -126,6 +126,8 @@ static const mutation_category_id mutation_category_ELFA( "ELFA" ); static const proficiency_id proficiency_prof_traps( "prof_traps" ); static const proficiency_id proficiency_prof_trapsetting( "prof_trapsetting" ); +static const proficiency_id proficiency_prof_wound_care( "prof_wound_care" ); +static const proficiency_id proficiency_prof_wound_care_expert( "prof_wound_care_expert" ); static const quality_id qual_DIG( "DIG" ); @@ -3339,17 +3341,14 @@ cata::optional heal_actor::use( Character &p, item &it, bool, const tripoin return cata::nullopt; } + // each tier of proficiency cuts requred time by half int cost = move_cost; - if( long_action ) { - // A hack: long action healing on NPCs isn't done yet. - // So just heal at start and paralyze the player for 5 minutes. - cost /= std::min( 10, p.get_skill_level( skill_firstaid ) + 1 ); - } + cost = p.has_proficiency( proficiency_prof_wound_care_expert ) ? cost / 2 : cost; + cost = p.has_proficiency( proficiency_prof_wound_care ) ? cost / 2 : cost; // NPCs can use first aid now, but they can't perform long actions if( long_action && &patient == &p && !p.is_npc() ) { // Assign first aid long action. - /** @EFFECT_FIRSTAID speeds up firstaid activity */ p.assign_activity( ACT_FIRSTAID, cost, 0, 0, it.tname() ); p.activity.targets.emplace_back( p, &it ); p.activity.str_values.emplace_back( hpp.c_str() ); @@ -3393,8 +3392,13 @@ int heal_actor::get_heal_value( const Character &healer, bodypart_id healed ) co int heal_actor::get_bandaged_level( const Character &healer ) const { if( bandages_power > 0 ) { + int prof_bonus = healer.get_skill_level( skill_firstaid ); + prof_bonus = healer.has_proficiency( proficiency_prof_wound_care ) ? + prof_bonus + 1 : prof_bonus; + prof_bonus = healer.has_proficiency( proficiency_prof_wound_care_expert ) ? + prof_bonus + 2 : prof_bonus; /** @EFFECT_FIRSTAID increases healing item effects */ - return bandages_power + bandages_scaling * healer.get_skill_level( skill_firstaid ); + return bandages_power + bandages_scaling * prof_bonus; } return bandages_power; @@ -3404,7 +3408,12 @@ int heal_actor::get_disinfected_level( const Character &healer ) const { if( disinfectant_power > 0 ) { /** @EFFECT_FIRSTAID increases healing item effects */ - return disinfectant_power + disinfectant_scaling * healer.get_skill_level( skill_firstaid ); + int prof_bonus = healer.get_skill_level( skill_firstaid ); + prof_bonus = healer.has_proficiency( proficiency_prof_wound_care ) ? + prof_bonus + 1 : prof_bonus; + prof_bonus = healer.has_proficiency( proficiency_prof_wound_care_expert ) ? + prof_bonus + 2 : prof_bonus; + return disinfectant_power + disinfectant_scaling * prof_bonus; } return disinfectant_power; @@ -3414,7 +3423,12 @@ int heal_actor::get_stopbleed_level( const Character &healer ) const { if( bleed > 0 ) { /** @EFFECT_FIRSTAID increases healing item effects */ - return bleed + healer.get_skill_level( skill_firstaid ) / 2; + int prof_bonus = healer.get_skill_level( skill_firstaid ) / 2; + prof_bonus = healer.has_proficiency( proficiency_prof_wound_care ) ? + prof_bonus + 1 : prof_bonus; + prof_bonus = healer.has_proficiency( proficiency_prof_wound_care_expert ) ? + prof_bonus + 2 : prof_bonus; + return bleed + prof_bonus; } return bleed; @@ -3547,6 +3561,10 @@ int heal_actor::finish_using( Character &healer, Character &patient, item &it, practice_amount = std::max( 9.0f, practice_amount ); healer.practice( skill_firstaid, static_cast( practice_amount ) ); + healer.practice_proficiency( proficiency_prof_wound_care, + time_duration::from_turns( practice_amount ) ); + healer.practice_proficiency( proficiency_prof_wound_care_expert, + time_duration::from_turns( practice_amount ) ); return it.type->charges_to_use(); } @@ -3563,9 +3581,11 @@ static bodypart_id pick_part_to_heal( const bool precise = &healer == &patient ? patient.has_trait( trait_SELFAWARE ) : /** @EFFECT_PER slightly increases precision when using first aid on someone else */ - /** @EFFECT_FIRSTAID increases precision when using first aid on someone else */ - ( healer.get_skill_level( skill_firstaid ) * 4 + healer.per_cur >= 20 ); + ( ( healer.get_skill_level( skill_firstaid ) + + ( healer.has_proficiency( proficiency_prof_wound_care ) ? 0 : 1 ) + + ( healer.has_proficiency( proficiency_prof_wound_care ) ? 0 : 2 ) ) * 4 + + healer.per_cur >= 20 ); while( true ) { bodypart_id healed_part = patient.body_window( menu_header, force, precise, limb_power, head_bonus, torso_bonus, diff --git a/src/kill_tracker.h b/src/kill_tracker.h index f15be7656a534..b34a8e8cba9a4 100644 --- a/src/kill_tracker.h +++ b/src/kill_tracker.h @@ -19,6 +19,8 @@ class event; class kill_tracker : public event_subscriber { + /** to keep track of new kills, need to access private member (kills, npc_kills), may include getter for thows and remove frend class diary. */ + friend class diary; public: kill_tracker() = default; void reset( const std::map &kills, diff --git a/src/mondeath.cpp b/src/mondeath.cpp index de362dcae716e..41b618a709338 100644 --- a/src/mondeath.cpp +++ b/src/mondeath.cpp @@ -24,7 +24,6 @@ #include "fungal_effects.h" #include "game.h" #include "harvest.h" -#include "item.h" #include "item_stack.h" #include "itype.h" #include "kill_tracker.h" @@ -56,10 +55,10 @@ static const harvest_drop_type_id harvest_drop_flesh( "flesh" ); static const species_id species_ZOMBIE( "ZOMBIE" ); -void mdeath::normal( monster &z ) +item *mdeath::normal( monster &z ) { if( z.no_corpse_quiet ) { - return; + return nullptr; } if( !z.quiet_death ) { @@ -80,11 +79,12 @@ void mdeath::normal( monster &z ) z.bleed(); // leave some blood if we have to if( pulverized ) { - splatter( z ); + return splatter( z ); } else { - make_mon_corpse( z, static_cast( std::floor( corpse_damage * itype::damage_scale ) ) ); + return make_mon_corpse( z, static_cast( std::floor( corpse_damage * itype::damage_scale ) ) ); } } + return nullptr; } static void scatter_chunks( const itype_id &chunk_name, int chunk_amt, monster &z, int distance, @@ -130,7 +130,7 @@ static void scatter_chunks( const itype_id &chunk_name, int chunk_amt, monster & } } -void mdeath::splatter( monster &z ) +item *mdeath::splatter( monster &z ) { const bool gibbable = !z.type->has_flag( MF_NOGIB ); @@ -193,8 +193,9 @@ void mdeath::splatter( monster &z ) if( z.has_effect( effect_no_ammo ) ) { corpse.set_var( "no_ammo", "no_ammo" ); } - here.add_item_or_charges( z.pos(), corpse ); + return &here.add_item_or_charges( z.pos(), corpse ); } + return nullptr; } void mdeath::disappear( monster &z ) @@ -266,7 +267,7 @@ void mdeath::broken( monster &z ) } } -void make_mon_corpse( monster &z, int damageLvl ) +item *make_mon_corpse( monster &z, int damageLvl ) { item corpse = item::make_corpse( z.type->id, calendar::turn, z.unique_name, z.get_upgrade_time() ); // All corpses are at 37 C at time of death @@ -278,5 +279,5 @@ void make_mon_corpse( monster &z, int damageLvl ) if( z.has_effect( effect_no_ammo ) ) { corpse.set_var( "no_ammo", "no_ammo" ); } - get_map().add_item_or_charges( z.pos(), corpse ); + return &get_map().add_item_or_charges( z.pos(), corpse ); } diff --git a/src/mondeath.h b/src/mondeath.h index a92d38f4d21da..ff3be55775990 100644 --- a/src/mondeath.h +++ b/src/mondeath.h @@ -2,20 +2,22 @@ #ifndef CATA_SRC_MONDEATH_H #define CATA_SRC_MONDEATH_H +#include "item.h" + class monster; namespace mdeath { // Drop a body -void normal( monster &z ); +item *normal( monster &z ); // Overkill splatter (also part of normal under conditions) -void splatter( monster &z ); +item *splatter( monster &z ); // Hallucination disappears void disappear( monster &z ); // Broken robot drop void broken( monster &z ); } //namespace mdeath -void make_mon_corpse( monster &z, int damageLvl ); +item *make_mon_corpse( monster &z, int damageLvl ); #endif // CATA_SRC_MONDEATH_H diff --git a/src/monster.cpp b/src/monster.cpp index c7720250b6c73..ec95adb15397e 100644 --- a/src/monster.cpp +++ b/src/monster.cpp @@ -2439,9 +2439,6 @@ void monster::die( Creature *nkiller ) g->set_critter_died(); dead = true; set_killer( nkiller ); - if( death_drops && !no_extra_death_drops ) { - drop_items_on_death(); - } if( get_killer() != nullptr ) { Character *ch = get_killer()->as_character(); if( !is_hallucination() && ch != nullptr ) { @@ -2456,25 +2453,6 @@ void monster::die( Creature *nkiller ) } } } - if( death_drops ) { - // Drop items stored in optionals - move_special_item_to_inv( tack_item ); - move_special_item_to_inv( armor_item ); - move_special_item_to_inv( storage_item ); - move_special_item_to_inv( tied_item ); - - if( has_effect( effect_lightsnare ) ) { - add_item( item( "string_36", calendar::turn_zero ) ); - add_item( item( "snare_trigger", calendar::turn_zero ) ); - } - if( has_effect( effect_heavysnare ) ) { - add_item( item( "rope_6", calendar::turn_zero ) ); - add_item( item( "snare_trigger", calendar::turn_zero ) ); - } - if( has_effect( effect_beartrap ) ) { - add_item( item( "beartrap", calendar::turn_zero ) ); - } - } map &here = get_map(); creature_tracker &creatures = get_creature_tracker(); if( has_effect( effect_grabbing ) ) { @@ -2499,11 +2477,6 @@ void monster::die( Creature *nkiller ) } } } - if( death_drops && !is_hallucination() ) { - for( const auto &it : inv ) { - here.add_item_or_charges( pos(), it ); - } - } // If we're a queen, make nearby groups of our type start to die out if( !is_hallucination() && has_flag( MF_QUEEN ) ) { @@ -2542,21 +2515,53 @@ void monster::die( Creature *nkiller ) } } + item *corpse = nullptr; // drop a corpse, or not - this needs to happen after the spell, for e.g. revivification effects switch( type->mdeath_effect.corpse_type ) { case mdeath_type::NORMAL: - mdeath::normal( *this ); + corpse = mdeath::normal( *this ); break; case mdeath_type::BROKEN: mdeath::broken( *this ); break; case mdeath_type::SPLATTER: - mdeath::splatter( *this ); + corpse = mdeath::splatter( *this ); break; default: break; } + if( death_drops && !no_extra_death_drops ) { + drop_items_on_death( corpse ); + } + if( death_drops && !is_hallucination() && corpse ) { + for( const auto &it : inv ) { + corpse->put_in( it, item_pocket::pocket_type::CONTAINER ); + } + for( item_pocket *pocket : corpse->get_all_contained_pockets().value() ) { + pocket->set_usability( false ); + } + } + if( death_drops ) { + // Drop items stored in optionals + move_special_item_to_inv( tack_item ); + move_special_item_to_inv( armor_item ); + move_special_item_to_inv( storage_item ); + move_special_item_to_inv( tied_item ); + + if( has_effect( effect_lightsnare ) ) { + add_item( item( "string_36", calendar::turn_zero ) ); + add_item( item( "snare_trigger", calendar::turn_zero ) ); + } + if( has_effect( effect_heavysnare ) ) { + add_item( item( "rope_6", calendar::turn_zero ) ); + add_item( item( "snare_trigger", calendar::turn_zero ) ); + } + if( has_effect( effect_beartrap ) ) { + add_item( item( "beartrap", calendar::turn_zero ) ); + } + } + // If our species fears seeing one of our own die, process that int anger_adjust = 0; int morale_adjust = 0; @@ -2616,7 +2621,7 @@ bool monster::check_mech_powered() const return true; } -void monster::drop_items_on_death() +void monster::drop_items_on_death( item *corpse ) { if( is_hallucination() ) { return; @@ -2625,15 +2630,18 @@ void monster::drop_items_on_death() return; } - std::vector dropped = get_map().place_items( type->death_drops, 100, pos(), pos(), true, - calendar::start_of_cataclysm ); - - if( has_flag( MF_FILTHY ) ) { - for( const auto &it : dropped ) { - if( ( it->is_armor() || it->is_pet_armor() ) && !it->is_gun() ) { - // handle wearable guns as a special case - it->set_flag( STATIC( flag_id( "FILTHY" ) ) ); + std::vector new_items = item_group::items_from( type->death_drops, + calendar::start_of_cataclysm, + spawn_flags::use_spawn_rate ); + if( corpse ) { + for( item &it : new_items ) { + if( has_flag( MF_FILTHY ) ) { + if( ( it.is_armor() || it.is_pet_armor() ) && !it.is_gun() ) { + // handle wearable guns as a special case + it.set_flag( STATIC( flag_id( "FILTHY" ) ) ); + } } + corpse->put_in( it, item_pocket::pocket_type::CONTAINER ); } } } @@ -2947,7 +2955,7 @@ bool monster::is_nemesis() const return has_flag( MF_NEMESIS ); } -void monster::init_from_item( const item &itm ) +void monster::init_from_item( item &itm ) { if( itm.typeId() == itype_corpse ) { set_speed_base( get_speed_base() * 0.8 ); @@ -2969,6 +2977,10 @@ void monster::init_from_item( const item &itm ) if( !up_time.empty() ) { upgrade_time = std::stoi( up_time ); } + for( item *it : itm.all_items_top( item_pocket::pocket_type::CONTAINER ) ) { + inv.push_back( *it ); + itm.remove_item( *it ); + } } else { // must be a robot const int damfac = itm.max_damage() - std::max( 0, itm.damage() ) + 1; diff --git a/src/monster.h b/src/monster.h index 5631c01aa8655..bd108ffc58a0b 100644 --- a/src/monster.h +++ b/src/monster.h @@ -429,7 +429,7 @@ class monster : public Creature void reset_stats() override; void die( Creature *killer ) override; //this is the die from Creature, it calls kill_mo - void drop_items_on_death(); + void drop_items_on_death( item *corpse ); // Other /** @@ -543,7 +543,7 @@ class monster : public Creature * This applies to robotic monsters that are spawned by invoking an item (e.g. turret), * and to reviving monsters that spawn from a corpse. */ - void init_from_item( const item &itm ); + void init_from_item( item &itm ); /** * Do some cleanup and caching as monster is being unloaded from map. diff --git a/src/mutation.cpp b/src/mutation.cpp index 7cf3b605170d6..6e7e51773af6c 100644 --- a/src/mutation.cpp +++ b/src/mutation.cpp @@ -1106,7 +1106,7 @@ bool Character::mutate_towards( const trait_id &mut ) if( !has_trait( cancel[i] ) ) { cancel.erase( cancel.begin() + i ); i--; - } else if( has_base_trait( cancel[i] ) ) { + } else if( has_base_trait( cancel[i] ) || !purifiable( cancel[i] ) ) { //If we have the trait, but it's a base trait, don't allow it to be removed normally canceltrait.push_back( cancel[i] ); cancel.erase( cancel.begin() + i ); @@ -1126,6 +1126,13 @@ bool Character::mutate_towards( const trait_id &mut ) } } + for( size_t i = 0; i < canceltrait.size(); i++ ) { + if( !purifiable( canceltrait[i] ) ) { + // We can't cancel unpurifiable mutations + return false; + } + } + for( size_t i = 0; ( !prereq1 ) && i < prereq.size(); i++ ) { if( has_trait( prereq[i] ) ) { prereq1 = true; diff --git a/src/newcharacter.cpp b/src/newcharacter.cpp index 2775d48c4c86c..e9ef9126a4647 100644 --- a/src/newcharacter.cpp +++ b/src/newcharacter.cpp @@ -242,6 +242,40 @@ static int skill_points_left( const avatar &u, pool_type pool ) return 0; } +// Toggle this trait and all dependencies (sets mutation category levels) +void Character::toggle_trait_deps( const trait_id &tr ) +{ + static const int depth_max = 10; + const mutation_branch &mdata = tr.obj(); + if( !has_trait( tr ) && !mdata.category.empty() ) { + int rc = 0; + while( !has_trait( tr ) && rc < depth_max ) { + mutate_towards( tr ); + rc++; + } + } else if( has_trait( tr ) && !mdata.category.empty() ) { + int rc = 0; + std::unordered_map deps; + build_mut_dependency_map( tr, deps, 0 ); + while( rc < depth_max && ( has_trait( tr ) || + std::any_of( deps.begin(), deps.end(), [this]( const std::pair &dep ) { + return has_trait( dep.first ); + } ) ) ) { + for( const auto &dep : deps ) { + if( has_trait( dep.first ) ) { + remove_mutation( dep.first ); + } + } + if( has_trait( tr ) ) { + remove_mutation( tr ); + } + rc++; + } + } else { + toggle_trait( tr ); + } +} + static std::string pools_to_string( const avatar &u, pool_type pool ) { switch( pool ) { @@ -406,7 +440,7 @@ void avatar::randomize( const bool random_scenario, bool play_now ) tries < 5 ); if( tries < 5 && !has_conflicting_trait( rn ) ) { - toggle_trait( rn ); + toggle_trait_deps( rn ); num_btraits -= rn->points; } } else { @@ -453,7 +487,7 @@ void avatar::randomize( const bool random_scenario, bool play_now ) const mutation_branch &mdata = rn.obj(); if( !has_trait( rn ) && p.trait_points_left >= mdata.points && num_gtraits + mdata.points <= max_trait_points && !has_conflicting_trait( rn ) ) { - toggle_trait( rn ); + toggle_trait_deps( rn ); num_gtraits += mdata.points; } break; @@ -1611,7 +1645,7 @@ tab_direction set_traits( avatar &u, pool_type pool ) //inc_type is either -1 or 1, so we can just multiply by it to invert if( inc_type != 0 ) { - u.toggle_trait( cur_trait ); + u.toggle_trait_deps( cur_trait ); if( iCurWorkingPage == 0 ) { num_good += mdata.points * inc_type; } else { @@ -2027,7 +2061,7 @@ tab_direction set_profession( avatar &u, pool_type pool ) } else if( action == "CONFIRM" ) { // Remove traits from the previous profession for( const trait_id &old_trait : u.prof->get_locked_traits() ) { - u.toggle_trait( old_trait ); + u.toggle_trait_deps( old_trait ); } u.prof = &sorted_profs[cur_id].obj(); @@ -2038,7 +2072,7 @@ tab_direction set_profession( avatar &u, pool_type pool ) if( u.has_conflicting_trait( new_trait ) ) { for( const trait_id &suspect_trait : u.get_mutations() ) { if( are_conflicting_traits( new_trait, suspect_trait ) ) { - u.toggle_trait( suspect_trait ); + u.toggle_trait_deps( suspect_trait ); popup( _( "Your trait %1$s has been removed since it conflicts with the %2$s's %3$s trait." ), suspect_trait->name(), u.prof->gender_appropriate_name( u.male ), new_trait->name() ); } @@ -2414,7 +2448,7 @@ tab_direction set_hobbies( avatar &u, pool_type pool ) for( const trait_id &trait : prof->get_locked_traits() ) { if( enabling ) { if( !u.has_trait( trait ) ) { - u.toggle_trait( trait ); + u.toggle_trait_deps( trait ); } continue; } @@ -2427,7 +2461,7 @@ tab_direction set_hobbies( avatar &u, pool_type pool ) if( from_other_hobbies > 0 ) { continue; } - u.toggle_trait( trait ); + u.toggle_trait_deps( trait ); } } else if( action == "CHANGE_GENDER" ) { @@ -3395,8 +3429,7 @@ tab_direction set_description( avatar &you, const bool allow_reroll, if( isWide ) { mvwprintz( w_traits, point_zero, COL_HEADER, _( "Traits: " ) ); - std::vector current_traits = pool == pool_type::TRANSFER ? you.get_mutations() : - you.get_base_traits(); + std::vector current_traits = you.get_mutations(); std::sort( current_traits.begin(), current_traits.end(), trait_display_sort ); if( current_traits.empty() ) { wprintz( w_traits, c_light_red, _( "None!" ) ); @@ -4043,12 +4076,12 @@ void Character::add_traits() // TODO: get rid of using get_avatar() here, use `this` instead for( const trait_id &tr : get_avatar().prof->get_locked_traits() ) { if( !has_trait( tr ) ) { - toggle_trait( tr ); + toggle_trait_deps( tr ); } } for( const trait_id &tr : get_scenario()->get_locked_traits() ) { if( !has_trait( tr ) ) { - toggle_trait( tr ); + toggle_trait_deps( tr ); } } } @@ -4220,7 +4253,7 @@ void reset_scenario( avatar &u, const scenario *scen ) u.prof = &default_prof.obj(); for( auto &t : u.get_mutations() ) { if( t.obj().hp_modifier.has_value() ) { - u.toggle_trait( t ); + u.toggle_trait_deps( t ); } } diff --git a/src/player_hardcoded_effects.cpp b/src/player_hardcoded_effects.cpp index d83b8f0fb9538..3135f044f09cc 100644 --- a/src/player_hardcoded_effects.cpp +++ b/src/player_hardcoded_effects.cpp @@ -108,6 +108,9 @@ static const mutation_category_id mutation_category_MYCUS( "MYCUS" ); static const mutation_category_id mutation_category_RAT( "RAT" ); static const mutation_category_id mutation_category_TROGLOBITE( "TROGLOBITE" ); +static const proficiency_id proficiency_prof_wound_care( "prof_wound_care" ); +static const proficiency_id proficiency_prof_wound_care_expert( "prof_wound_care_expert" ); + static const trait_id trait_CHLOROMORPH( "CHLOROMORPH" ); static const trait_id trait_HEAVYSLEEPER( "HEAVYSLEEPER" ); static const trait_id trait_HEAVYSLEEPER2( "HEAVYSLEEPER2" ); @@ -266,8 +269,12 @@ static void eff_fun_bleed( Character &u, effect &it ) // QuikClot or bandages per the recipe.) const int intense = it.get_intensity(); // tourniquet reduces effective bleeding by 2/3 but doesn't modify the effect's intensity + // proficiency improves that factor to 3/4 and 4/5 respectively bool tourniquet = u.worn_with_flag( STATIC( flag_id( "TOURNIQUET" ) ), it.get_bp() ); - if( !( tourniquet && one_in( 3 ) ) && u.activity.id() != ACT_FIRSTAID ) { + int prof_bonus = 3; + prof_bonus = u.has_proficiency( proficiency_prof_wound_care ) ? prof_bonus + 1 : prof_bonus; + prof_bonus = u.has_proficiency( proficiency_prof_wound_care_expert ) ? prof_bonus + 1 : prof_bonus; + if( !( tourniquet && one_in( prof_bonus ) ) && u.activity.id() != ACT_FIRSTAID ) { // Prolonged hemorrhage is a significant risk for developing anemia u.vitamin_mod( vitamin_redcells, -intense ); u.vitamin_mod( vitamin_blood, -intense ); diff --git a/src/savegame_json.cpp b/src/savegame_json.cpp index 0990eb77753aa..1929e6a59f278 100644 --- a/src/savegame_json.cpp +++ b/src/savegame_json.cpp @@ -248,6 +248,7 @@ void item_pocket::serialize( JsonOut &json ) const json.member( "pocket_type", data->type ); json.member( "contents", contents ); json.member( "_sealed", _sealed ); + json.member( "allowed", allowed ); if( !this->settings.is_null() ) { json.member( "favorite_settings", this->settings ); } @@ -263,6 +264,7 @@ void item_pocket::deserialize( const JsonObject &data ) _saved_type = static_cast( saved_type_int ); data.read( "_sealed", _sealed ); _saved_sealed = _sealed; + data.read( "allowed", allowed ); if( data.has_member( "favorite_settings" ) ) { data.read( "favorite_settings", this->settings ); } else { diff --git a/src/string_editor_window.cpp b/src/string_editor_window.cpp new file mode 100644 index 0000000000000..cda992c75a7e6 --- /dev/null +++ b/src/string_editor_window.cpp @@ -0,0 +1,298 @@ + +#include "string_editor_window.h" + +#include "input.h" +#include "output.h" +#include "string_formatter.h" +#include "ui.h" +#include "ui_manager.h" +#include "cursesdef.h" +#include "wcwidth.h" + +#if defined(TILES) +#include "sdl_wrappers.h" +#endif + +#if defined(__ANDROID__) +#include + +#include "options.h" +#endif + +string_editor_window::string_editor_window( catacurses::window &win, std::string text ) +{ + _win = win; + _max.x = getmaxx( win ); + _max.y = getmaxy( win ); + _utext = utf8_wrapper( text ); + _foldedtext = foldstring( _utext.str(), _max.x - 1 ); +} + +std::pair string_editor_window::get_line_and_position( std::vector + foldedtext, int position ) +{ + int counter = 0; + int lineposition; + int line; + + if( foldedtext.empty() ) { + return std::make_pair( 0, 0 ); + } + for( int i = 0; i < static_cast( foldedtext.size() ); i++ ) { + utf8_wrapper linetext( foldedtext[i] ); + int temp = linetext.display_width(); + //foldstring, cuts " " away, so it is possible to get a hughe disconect between folded and unfolded string. + temp += ( foldedtext[i].back() != ' ' ) ? 1 : 0; + + if( counter + temp > position ) { + + lineposition = position - counter; + line = i; + return std::make_pair( line, lineposition ); + } else { + counter += temp; + } + } + return std::make_pair( static_cast( foldedtext.size() ), 0 ); +} + + +void string_editor_window::print_editor() +{ + const int ftsize = static_cast( _foldedtext.size() ); + const int middelofpage = _max.y / 2; + auto line_position = std::make_pair( _yposition, _xposition ); + int topoflist = 0; + int bottomoflist = std::min( topoflist + _max.y, ftsize ); + + if( _max.y <= ftsize ) { + if( line_position.first > middelofpage ) { + topoflist = line_position.first - middelofpage; + bottomoflist = topoflist + _max.y; + } + if( line_position.first + middelofpage >= ftsize ) { + bottomoflist = ftsize ; + topoflist = bottomoflist - _max.y; + } + } + + for( int i = topoflist; i < bottomoflist; i++ ) { + int y = i - topoflist; + trim_and_print( _win, point( 1, y ), _max.x, c_white, _foldedtext[i] ); + if( i == line_position.first ) { + std::string c_cursor = " "; + if( _position < static_cast( _utext.size() ) ) { + utf8_wrapper cursor = _utext.substr( _position, 1 ); + if( *cursor.c_str() != '\n' ) { + c_cursor = cursor.str(); + } + } + + mvwprintz( _win, point( line_position.second + 1, y ), h_white, "%s", c_cursor ); + } + } + if( ftsize > _max.y ) { + scrollbar sbar; + sbar.content_size( ftsize ); + sbar.viewport_pos( topoflist ); + sbar.viewport_size( _max.y ); + sbar.apply( _win ); + } +} + + +bool string_editor_window::handled() const +{ + return _handled; +} + +void string_editor_window::create_context() +{ + ctxt_ptr = std::make_unique( "STRING_INPUT", keyboard_mode::keychar ); + ctxt = ctxt_ptr.get(); + ctxt->register_action( "ANY_INPUT" ); +} + +void string_editor_window::coursour_left( int n ) +{ + for( int i = 0; i < n; i++ ) { + if( _position > 0 ) { + _position--; + } else { + _position = _utext.size(); + } + } +} + +void string_editor_window::coursour_right( int n ) +{ + for( int i = 0; i < n; i++ ) { + if( _position + 1 <= static_cast( _utext.size() ) ) { + _position++; + } else { + _position = 0; + } + } +} + +void string_editor_window::coursour_up( int n ) +{ + for( int i = 0; i < n; i++ ) { + if( _yposition > 0 ) { + int size = utf8_wrapper( _foldedtext[_yposition - 1] ).size(); + if( _xposition < size ) { + _position -= size; + } else { + _position -= _xposition + 1; + } + + } else { + _position = _utext.size() - utf8_wrapper( _foldedtext.back() ).size(); + } + } +} + +void string_editor_window::coursour_down( int n ) +{ + for( int i = 0; i < n; i++ ) { + int size = utf8_wrapper( _foldedtext[_yposition % _foldedtext.size()] ).size(); + int nextsize = utf8_wrapper( _foldedtext[( _yposition + 1 ) % _foldedtext.size()] ).size(); + if( size == 0 ) { + _position++; + } else if( nextsize == 0 ) { + _position = _position + size - _xposition + 1; + } else if( _xposition < nextsize ) { + _position += size; + } else { + _position = _position + size - _xposition + nextsize - 1; + + } + _position = _position % _utext.size(); + } +} + +const std::string &string_editor_window::query_string( const bool loop ) +{ + if( !ctxt ) { + create_context(); + } + utf8_wrapper edit( ctxt->get_edittext() ); + if( _position == -1 ) { + _position = _utext.length(); + } + int ch = 0; + + + do { + + _foldedtext = foldstring( _utext.str(), _max.x - 1 ); + auto line_position = get_line_and_position( _foldedtext, _position ); + _xposition = line_position.second; + _yposition = line_position.first; + + werase( _win ); + print_editor(); + wnoutrefresh( _win ); + + + const std::string action = ctxt->handle_input(); + const input_event ev = ctxt->get_raw_input(); + ch = ev.type == input_event_t::keyboard_char ? ev.get_first_input() : 0; + _handled = true; + + if( callbacks[ch] ) { + if( callbacks[ch]() ) { + continue; + } + } + + if( _ignore_custom_actions && action != "ANY_INPUT" ) { + _handled = false; + continue; + } + + if( ch == KEY_ESCAPE ) { +#if defined(__ANDROID__) + if( get_option( "ANDROID_AUTO_KEYBOARD" ) ) { + SDL_StopTextInput(); + } +#endif + + return _utext.str(); + } else if( ch == KEY_UP ) { + coursour_up(); + } else if( ch == KEY_DOWN ) { + coursour_down(); + } else if( ch == KEY_RIGHT ) { + coursour_right(); + } else if( ch == KEY_LEFT ) { + coursour_left(); + } else if( ch == 0x15 ) { // ctrl-u: delete all the things + _position = 0; + _utext.erase( 0 ); + } else if( ch == KEY_BACKSPACE ) { + if( _position > 0 && _position <= static_cast( _utext.size() ) ) { + _position--; + _utext.erase( _position, 1 ); + + } + } else if( ch == KEY_HOME ) { + _yposition = 0; + _xposition = 0; + _position = 0; + } else if( ch == KEY_END ) { + _position = _utext.size(); + } else if( ch == KEY_DC ) { + if( _position < static_cast( _utext.size() ) ) { + _utext.erase( _position, 1 ); + } + } else if( ch == 0x16 || ch == KEY_F( 2 ) || !ev.text.empty() || ch == KEY_ENTER || ch == '\n' ) { + // ctrl-v, f2, or _utext input + // bail out early if already at length limit + std::string entered; + if( ch == 0x16 ) { +#if defined(TILES) + if( edit.empty() ) { + char *const clip = SDL_GetClipboardText(); + if( clip ) { + entered = clip; + SDL_free( clip ); + } + } +#endif + } else if( ch == KEY_F( 2 ) ) { + if( edit.empty() ) { + entered = get_input_string_from_file(); + } + } else if( ch == KEY_ENTER || ch == '\n' ) { + entered = "\n"; + + } else { + entered = ev.text; + } + if( !entered.empty() ) { + utf8_wrapper insertion; + const char *str = entered.c_str(); + int len = entered.length(); + + while( len > 0 ) { + const uint32_t ch = UTF8_getch( &str, &len ); + if( ch != '\r' ) { + insertion.append( utf8_wrapper( utf32_to_utf8( ch ) ) ); + } + } + _utext.insert( _position, insertion ); + _position += insertion.length(); + edit = utf8_wrapper(); + ctxt->set_edittext( std::string() ); + } + } else if( ev.edit_refresh ) { + edit = utf8_wrapper( ev.edit ); + ctxt->set_edittext( ev.edit ); + } else { + _handled = false; + } + } while( loop ); + + return _utext.str(); +} diff --git a/src/string_editor_window.h b/src/string_editor_window.h new file mode 100644 index 0000000000000..4c1c079b5fd4d --- /dev/null +++ b/src/string_editor_window.h @@ -0,0 +1,78 @@ +#pragma once +#ifndef CATA_SRC_STRING_EDITOR_WINDOW_H +#define CATA_SRC_STRING_EDITOR_WINDOW_H + +#include +#include +#include + +#include "cursesdef.h" +#include "input.h" +#include "output.h" +#include "string_formatter.h" +#include "ui.h" +#include "ui_manager.h" +#include "wcwidth.h" + +/// +/// Editor, to let the player edit text. +/// +/// Example: +/// string_editor_window ed = string_editor_window(win, text); +/// new_text = ed.query_string(true); +/// +/// +class string_editor_window +{ + private: + /*window it is schown in*/ + catacurses::window _win; + /*max X and Y size*/ + point _max; + /*current text*/ + utf8_wrapper _utext; + /*foldedtext for display*/ + std::vector _foldedtext; + + /*default color*/ + nc_color _string_color = c_magenta; + nc_color _cursor_color = h_light_gray; + + bool _ignore_custom_actions = true; + + /*position of Courser in _utext or as coordinates */ + int _position = 0; + int _xposition = 0; + int _yposition = 0; + + std::unique_ptr ctxt_ptr; + input_context *ctxt = nullptr; + bool _handled = false; + + std::map> callbacks; + public: + string_editor_window( catacurses::window &win, std::string text ); + + bool handled() const; + + /*loop, user imput is handelt. returns the moditided string*/ + const std::string &query_string( const bool loop ); + + private: + + /*print the editor*/ + void print_editor(); + + void create_context(); + + /*move the coursour*/ + void coursour_left( int n = 1 ); + void coursour_right( int n = 1 ); + void coursour_up( int n = 1 ); + void coursour_down( int n = 1 ); + + /*returns line and position in folded text for position in text*/ + std::pair get_line_and_position( std::vector foldedtext, + int position ); +}; +#endif // CATA_SRC_STRING_EDITOR_WINDOW_H diff --git a/tests/new_character_test.cpp b/tests/new_character_test.cpp index a2ad819b5f946..1138f3d8c498e 100644 --- a/tests/new_character_test.cpp +++ b/tests/new_character_test.cpp @@ -13,6 +13,8 @@ #include "cata_catch.h" #include "inventory.h" #include "item.h" +#include "iuse.h" +#include "mutation.h" #include "pimpl.h" #include "profession.h" #include "scenario.h" @@ -20,6 +22,8 @@ #include "type_id.h" #include "visitable.h" +static const itype_id itype_iv_purifier( "iv_purifier" ); + static const trait_id trait_ALBINO( "ALBINO" ); static const trait_id trait_ANTIFRUIT( "ANTIFRUIT" ); static const trait_id trait_ANTIJUNK( "ANTIJUNK" ); @@ -27,6 +31,7 @@ static const trait_id trait_ANTIWHEAT( "ANTIWHEAT" ); static const trait_id trait_ASTHMA( "ASTHMA" ); static const trait_id trait_LACTOSE( "LACTOSE" ); static const trait_id trait_MEATARIAN( "MEATARIAN" ); +static const trait_id trait_TAIL_FLUFFY( "TAIL_FLUFFY" ); static const trait_id trait_VEGETARIAN( "VEGETARIAN" ); static const trait_id trait_WOOLALLERGY( "WOOLALLERGY" ); @@ -212,3 +217,33 @@ TEST_CASE( "starting_items", "[slow]" ) INFO( failure_messages.str() ); REQUIRE( failures.empty() ); } + +TEST_CASE( "Generated character with category mutations", "[mutation]" ) +{ + REQUIRE( !trait_TAIL_FLUFFY.obj().category.empty() ); + avatar u = get_sanitized_player(); + REQUIRE( u.get_mutations().empty() ); + REQUIRE( u.get_base_traits().empty() ); + REQUIRE( u.mutation_category_level.empty() ); + + SECTION( "Mutations have category levels" ) { + u.toggle_trait_deps( trait_TAIL_FLUFFY ); + CHECK( u.has_trait( trait_TAIL_FLUFFY ) ); + CHECK( !u.get_mutations().empty() ); + CHECK( u.get_base_traits().empty() ); + CHECK( !u.mutation_category_level.empty() ); + u.toggle_trait_deps( trait_TAIL_FLUFFY ); + CHECK( !u.has_trait( trait_TAIL_FLUFFY ) ); + CHECK( u.get_mutations().empty() ); + CHECK( u.get_base_traits().empty() ); + CHECK( u.mutation_category_level.empty() ); + } + + SECTION( "Category mutations can be purified" ) { + u.toggle_trait_deps( trait_TAIL_FLUFFY ); + CHECK( u.has_trait( trait_TAIL_FLUFFY ) ); + item purifier( itype_iv_purifier ); + iuse::purify_iv( &u, &purifier, true, tripoint_zero ); + CHECK( !u.has_trait( trait_TAIL_FLUFFY ) ); + } +} diff --git a/tools/gfx_tools/compose.py b/tools/gfx_tools/compose.py index 2cacbadad131e..6779e4bea9889 100755 --- a/tools/gfx_tools/compose.py +++ b/tools/gfx_tools/compose.py @@ -102,6 +102,11 @@ def filter(self, record): log = logging.getLogger(__name__) +class FailFastHandler(logging.StreamHandler): + def emit(self, record): + sys.exit(1) + + def write_to_json( pathname: str, data: Union[dict, list], @@ -499,13 +504,14 @@ def process_png( if filepath.stem in self.tileset.pngname_to_pngnum: if not self.is_filler: log.error( - 'duplicate %s', - filepath.name) + 'duplicate root name %s: %s', + filepath.stem, filepath) if self.is_filler and self.tileset.obsolete_fillers: log.warning( - '%s is already present in a non-filler sheet', - filepath.name) + 'root name %s is already present in a non-filler sheet: ' + '%s', + filepath.stem, filepath) return @@ -819,6 +825,9 @@ def main() -> Union[int, ComposingException]: arg_parser.add_argument( '--only-json', dest='only_json', action='store_true', help='Only output the tile_config.json') + arg_parser.add_argument( + '--fail-fast', dest='fail_fast', action='store_true', + help='Stop immediately after an error has occured') arg_parser.add_argument( '--loglevel', dest='loglevel', choices=['INFO', 'WARNING', 'ERROR'], # 'DEBUG', 'CRITICAL' @@ -832,6 +841,11 @@ def main() -> Union[int, ComposingException]: log_tracker = LevelTrackingFilter() log.addFilter(log_tracker) + if args_dict.get('fail_fast'): + failfast_handler = FailFastHandler() + failfast_handler.setLevel(logging.ERROR) + log.addHandler(failfast_handler) + # compose the tileset try: tileset_worker = Tileset(