diff --git a/.github/workflows/Generator_toc.yml b/.github/workflows/Generator_toc.yml index f5297e8c3..f5746ef2d 100644 --- a/.github/workflows/Generator_toc.yml +++ b/.github/workflows/Generator_toc.yml @@ -3,7 +3,11 @@ on: branches: - master paths: + - '*.md' - '**/*.md' + - '**/**/*.md' + - '**/**/**/**/*.md' + - '**/**/**/**/**/*.md' name: Generator - TOC jobs: @@ -12,15 +16,15 @@ jobs: name: Update the table of contents runs-on: ubuntu-latest steps: - - uses: technote-space/toc-generator@v3 - - run: npx doctoc **/*.md --github + - uses: actions/checkout@v2 + - run: npx doctoc **.md --github | npx doctoc **/*.md --github | npx doctoc **/**/*.md --github | npx doctoc **/**/**/**/*.md --github | npx doctoc **/**/**/**/**/*.md --github - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - commit-message: Update the table of contents + commit-message: Update TOC branch: Update-toc - title: Update the table of contents in documents + title: Update TOC body: | - ```sh - npx doctoc **/*.md --github + ```md + - [x] Update TOC ``` diff --git a/.typo-ci.yml b/.typo-ci.yml index 1931bd13d..467f13288 100644 --- a/.typo-ci.yml +++ b/.typo-ci.yml @@ -205,3 +205,4 @@ excluded_words: - Whatelys - Cecaelian - alc + - edit-playernpcs diff --git a/CHANGELOG.md b/CHANGELOG.md index eac40258f..44ff9d179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + + +**Table of Contents** + +- [Changelog](#changelog) + - [Unreleased](#unreleased) + - [v0.2.0-beta-experimental (2021-07-19)](#v020-beta-experimental-2021-07-19) + - [V0.1.9 (2021-05-14)](#v019-2021-05-14) + - [V0.1.8 (2021-04-15)](#v018-2021-04-15) + - [0.1.8 (2021-04-03)](#018-2021-04-03) + - [V0.1.7 (2021-03-07)](#v017-2021-03-07) + - [v0.1.6 (2021-02-18)](#v016-2021-02-18) + + + # Changelog ## [Unreleased](https://github.com/GMC-Modding-Team/Community-Mod-Compilation-redux/tree/HEAD) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 64080dfc7..87bd73cef 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,17 @@ + + +**Table of Contents** + +- [Contributor Covenant Code of Conduct](#contributor-covenant-code-of-conduct) + - [Our Pledge](#our-pledge) + - [Our Standards](#our-standards) + - [Our Responsibilities](#our-responsibilities) + - [Scope](#scope) + - [Enforcement](#enforcement) + - [Attribution](#attribution) + + + # Contributor Covenant Code of Conduct ## Our Pledge diff --git a/README.md b/README.md index 3422ba87e..3f7b4f18f 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Welcome to TheGoatGod's Mod Compilation. Currently contains just under 400 mods, I hope to start the merging process soon with a bunch of prs. the goal is to bring down the number of mods. you will see name changes to include other mods to make it kinda like the bionic package but not one type of item. however, food will be different from other mods. it might get a bit confusing, to begin with. a lot of mods will get striped into other mods entirely or by pieces. all unwanted content will go into a "bin" type mod where you can get the stuff that doesn't fit in or I'm not planning on adding into their big merge into my mega mod for cdda but this will take time and I plan on adding a lot of content all round I need to know what I'm working with to have a direction to start, I have started some additional content mods that will be included I will add more so this will work. I will need testers and will have to make a new git repo for this -## Goats - Dark Days +## Cataclysm: Goats Dark Horizons -The idea is to make a massive overhaul of cdda and maintain it, this will be CDDA - Expanded, but I'm going to name it Goats - Days ahead might change in future, here are some of the areas I will mod in and expect there to be a ton of mods whether small or large will be implemented. +The idea is to make a massive overhaul of cdda and maintain it, this will be Cataclysm: Goats Dark Horizons (this still might change in future), i want to make this sligtly more terrifying in terms of visuals not being able to see as far, same with guns, this will give the game a harder approach right away, add achivements and give the game A LOAD of content and some features alot more will be added but atm it is a content overhaul. this is CDDA extended and this wont become stand alone, might include over_writes but not exclustions. - [ ] Main Goals @@ -47,11 +47,12 @@ The idea is to make a massive overhaul of cdda and maintain it, this will be CDD - [ ] quests - [ ] maps ( faction bases and more) - [ ] more - compilation - - [ ] my mods (early survival, gods guns ect...) + - [ ] my mods (early survival ect...) - [ ] vehicles (shopping trolly varients and more) - - [ ] supernatural (monsters and scary encounters) + - [ ] supernatural (monsters and scary encounters) maybe feature - [ ] Dangerous animals (mutated and sci-fy) -- [ ] before modding - - [ ] merge mods - - [ ] overhaul mods before inclusion - - [ ] decide if i want to add pk and/or aftershock (or parial implementation) + - [ ] make a ton of little addons (dark days, qol stuff) + - [ ] overhaul/merge mods before inclusion and finish them (to an extent or fully implement them) + - [ ] decide if i want to use pk content (parial implementation might include both) + - [ ] decide if i want to use aftershock content or a base for the dev + - [ ] rework mods before inclusion to be in a better style in json (less janky ids no {HMS_MOD_CONTENT_EXAMPLE -> MOD_CONTENT} ) and output to the game (names and descriptions are professional diff --git a/data/Legacy_mods/mods/bio_mod/README.md b/data/Legacy_mods/mods/bio_mod/README.md index e618b4f44..1316d3218 100644 --- a/data/Legacy_mods/mods/bio_mod/README.md +++ b/data/Legacy_mods/mods/bio_mod/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [BioCo](#bioco) +- [Getting Started](#getting-started) +- [The Assembly Machine](#the-assembly-machine) + + + # BioCo BioCo is a mod created for Cataclysm; Dark Days ahead with the goal of reintroducing CBM creation and manipulation, along with new tools/machinery to accomplish this. diff --git a/data/Mainline_mods/Mods/Aftershock/README.md b/data/Mainline_mods/Mods/Aftershock/README.md index 65effb2a0..6b1289b43 100644 --- a/data/Mainline_mods/Mods/Aftershock/README.md +++ b/data/Mainline_mods/Mods/Aftershock/README.md @@ -1,3 +1,24 @@ + + +**Table of Contents** + +- [Design Document](#design-document) + - [Areas seeking contributors](#areas-seeking-contributors) +- [Here be dragons!](#here-be-dragons) + - [itemgroups](#itemgroups) + - [items](#items) + - [maps](#maps) + - [mobs](#mobs) + - [monsterdrops](#monsterdrops) + - [mutations](#mutations) + - [player](#player) + - [recipes](#recipes) + - [vehicles](#vehicles) + - [npcs](#npcs) + - [spells](#spells) + + + # Design Document * Aftershock is being developed into a full conversion mod set in a mostly-abandoned extrasolar colony named Salus IV. The player has arrived on Salus for various reasons (depending on their profession). Eventually, we hope to have multiple potential end game situations, ranging from finding what you came here for and leaving the planet with enough money to retire, to more-secret endings. There will no longer be zombies; instead, there are a variety of alien and human-based enemies. Toe-to-toe combat will likely be more deadly in Aftershock, with more emphasis on picking your battles and only fighting when absolutely necessary. Special locations may have a different combat aesthetic; for example, you may enter a dungeon-like zone with hordes of small weak enemies that can't be avoided. As part of this concept, in which different situations require different solutions, we have implemented bionic slots but made the process of changing out CBMs much easier with less chance of failure. This is to encourage players to change their loadout based on where they are going and what they are doing. * As it becomes a total conversion mod, it will look very different from the base game of Cataclysm: Dark Days Ahead and may not interact kindly with other mods. If you've been away for a while, you may wonder where some parts of Aftershock have gone. In the process of becoming a total conversion mod, we are eliminating items that no longer fit the theme. For example, all the Mad Max aesthetics have been removed. Any additions must either fit the general theme or have story-driven reasons for the divergence, such as NPC quests to special locations. diff --git a/data/Mainline_mods/Mods/Aftershock/crafting_system.md b/data/Mainline_mods/Mods/Aftershock/crafting_system.md index 91367a1b9..7794ace74 100644 --- a/data/Mainline_mods/Mods/Aftershock/crafting_system.md +++ b/data/Mainline_mods/Mods/Aftershock/crafting_system.md @@ -1,3 +1,19 @@ + + +**Table of Contents** + +- [Scrap Crafting System](#scrap-crafting-system) + - [Overview](#overview) + - [Current Scrap Categories](#current-scrap-categories) + - [Scrap Tiers Briefly Explained](#scrap-tiers-briefly-explained) + - [Tier 1](#tier-1) + - [Tier 2](#tier-2) + - [Tier 3](#tier-3) + - [Tier 4](#tier-4) + - [Tier 5](#tier-5) + + + # Scrap Crafting System ## Overview diff --git a/data/Mainline_mods/Mods/CRT_EXPANSION/readme/README.md b/data/Mainline_mods/Mods/CRT_EXPANSION/readme/README.md index 7af02b28b..e1d43cd18 100644 --- a/data/Mainline_mods/Mods/CRT_EXPANSION/readme/README.md +++ b/data/Mainline_mods/Mods/CRT_EXPANSION/readme/README.md @@ -1,3 +1,14 @@ + + +**Table of Contents** + +- [C.R.T Expansion mod pack](#crt-expansion-mod-pack) +- [Extended Techniques](#extended-techniques) +- [For those curious about stat scaling:](#for-those-curious-about-stat-scaling) +- [Dead Space](#dead-space) + + + # C.R.T Expansion mod pack The core mod of the CRT Expansion mod pack, it currently adds an armor set, mildly OP gas mask and transforming vest, some gun mods, a new melee/tool and a new material. The items also use a lot of higher end materials such as superalloy, rubber (the "new" material), the lesser used hardsteel and also neoprene. diff --git a/data/Mainline_mods/Mods/Dark-Skies-Above/DESIGN.md b/data/Mainline_mods/Mods/Dark-Skies-Above/DESIGN.md index 834535e21..419f258af 100644 --- a/data/Mainline_mods/Mods/Dark-Skies-Above/DESIGN.md +++ b/data/Mainline_mods/Mods/Dark-Skies-Above/DESIGN.md @@ -1,3 +1,21 @@ + + +**Table of Contents** + +- [Dark Skies Above](#dark-skies-above) +- [Summary of Intent and Content](#summary-of-intent-and-content) +- [Contributing](#contributing) +- [Content](#content) + - [The World](#the-world) + - [The Arrival and The Aliens](#the-arrival-and-the-aliens) + - [Other Aliens](#other-aliens) + - [Alien Technology](#alien-technology) + - [The Player](#the-player) + - [The Resistance and the Narrative](#the-resistance-and-the-narrative) + - [Other NPCs](#other-npcs) + + + # Dark Skies Above This document is intended to not only guide new potential contributors, but also help get my own thoughts on how the game will progress in text. Assume spoilers beyond this point! diff --git a/data/Mainline_mods/Mods/Dark-Skies-Above/README.md b/data/Mainline_mods/Mods/Dark-Skies-Above/README.md index ac193b3b0..b317cf5ee 100644 --- a/data/Mainline_mods/Mods/Dark-Skies-Above/README.md +++ b/data/Mainline_mods/Mods/Dark-Skies-Above/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [Dark Skies Above](#dark-skies-above) +- [Takeaway Features](#takeaway-features) +- [Meta](#meta) + + + # Dark Skies Above A partial conversion mod for Cataclysm: DDA, taking inspiration from XCOM 2, Half Life 2, and similar 'alien invasion' media to present a game of survival against an alien occupation force. WIP, but will feature new quests, NPCs, locations, and enemies. diff --git a/data/Mainline_mods/Mods/Dark-Skies-Above/TODO.md b/data/Mainline_mods/Mods/Dark-Skies-Above/TODO.md index da8ae2c91..98cf9d18c 100644 --- a/data/Mainline_mods/Mods/Dark-Skies-Above/TODO.md +++ b/data/Mainline_mods/Mods/Dark-Skies-Above/TODO.md @@ -1,3 +1,14 @@ + + +**Table of Contents** + +- [List of Short Term Tasks](#list-of-short-term-tasks) + - [JSON](#json) + - [Code](#code) +- [Mid Term Ideas](#mid-term-ideas) + + + # List of Short Term Tasks In order to keep Dark Skies Above moving and to not get overwhelmed, I'm creating lists of achievable, short term tasks that need to done. These lists should be periodically updated as items are completed. diff --git a/data/Mainline_mods/Mods/DinoMod/DESIGN.md b/data/Mainline_mods/Mods/DinoMod/DESIGN.md index a339b560f..05a986e18 100644 --- a/data/Mainline_mods/Mods/DinoMod/DESIGN.md +++ b/data/Mainline_mods/Mods/DinoMod/DESIGN.md @@ -1,3 +1,17 @@ + + +**Table of Contents** + +- [Design Document SPOILERS AHEAD](#design-document-spoilers-ahead) +- [What belongs in DinoMod?](#what-belongs-in-dinomod) +- [Realism vs. Fun](#realism-vs-fun) +- [Adding, replacing, removing](#adding-replacing-removing) +- [How to contribute](#how-to-contribute) +- [Where should new dinosaurs spawn?](#where-should-new-dinosaurs-spawn) +- [How to add a dinosaur](#how-to-add-a-dinosaur) + + + # Design Document SPOILERS AHEAD The core idea of DinoMod is this: https://tvtropes.org/pmwiki/pmwiki.php/Main/EverythingsBetterWithDinosaurs The purpose of this mod is to make Cataclysm a more fun game to play and develop for, showing off new mechanics and bringing life to parts of the game that aren't as well-developed. diff --git a/data/Mainline_mods/Mods/DinoMod/README.md b/data/Mainline_mods/Mods/DinoMod/README.md index dd1fe3107..ba5affa4d 100644 --- a/data/Mainline_mods/Mods/DinoMod/README.md +++ b/data/Mainline_mods/Mods/DinoMod/README.md @@ -1,3 +1,12 @@ + + +**Table of Contents** + +- [DinoMod](#dinomod) +- [Takeaway Features](#takeaway-features) + + + # DinoMod A content addition mod for Cataclysm: DDA, adds dinosaurs to fight, befriend or just to add something fun and new. Intended to work with all other vanilla-DDA based mods, but probably not total conversions. diff --git a/data/Mainline_mods/Mods/Magiclysm/lore.md b/data/Mainline_mods/Mods/Magiclysm/lore.md index afe097a0d..ed10ece1f 100644 --- a/data/Mainline_mods/Mods/Magiclysm/lore.md +++ b/data/Mainline_mods/Mods/Magiclysm/lore.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [History](#history) +- [Classes](#classes) + - [Class Characteristics](#class-characteristics) + + + # History Magic is a rather spiritually draining experience. It's just not very comfortable using your mana pool. diff --git a/data/Mainline_mods/Mods/Magiclysm/magic_balance.md b/data/Mainline_mods/Mods/Magiclysm/magic_balance.md index 3dee978fb..6737a877c 100644 --- a/data/Mainline_mods/Mods/Magiclysm/magic_balance.md +++ b/data/Mainline_mods/Mods/Magiclysm/magic_balance.md @@ -1,3 +1,26 @@ + + +**Table of Contents** + +- [Spells](#spells) + - [Difficulty](#difficulty) + - [Max Level](#max-level) + - [Attack Stats](#attack-stats) + - [Effect](#effect) + - [Energy Source](#energy-source) + - [Casting Time](#casting-time) + - [Energy Cost](#energy-cost) + - [Fields](#fields) + - [Damage Type](#damage-type) + - [Valid targets](#valid-targets) + - [Tier Examples:](#tier-examples) + - [Tier 0](#tier-0) + - [Tier 1](#tier-1) + - [Tier 2](#tier-2) + - [Tier 3](#tier-3) + + + # Spells Spells are incredibly versatile, and can range wildly depending on the JSON values that are assigned to them. As such, spells can be said to reside in various "tiers" that are based on their stats. The tier of spell is not listed in game, but can be derived based on several factors. diff --git a/data/Maintained_mods/mods/CulinaryDaysAhead/README.md b/data/Maintained_mods/mods/CulinaryDaysAhead/README.md index a0fca8782..7242789c0 100644 --- a/data/Maintained_mods/mods/CulinaryDaysAhead/README.md +++ b/data/Maintained_mods/mods/CulinaryDaysAhead/README.md @@ -1,3 +1,12 @@ + + +**Table of Contents** + +- [Culinary Days Ahead](#culinary-days-ahead) + - [Recipes](#recipes) + + + # Culinary Days Ahead ## Recipes diff --git a/data/Maintained_mods/mods/Locked_and_Loaded/README.md b/data/Maintained_mods/mods/Locked_and_Loaded/README.md index 4d4758ee0..f8b374be9 100644 --- a/data/Maintained_mods/mods/Locked_and_Loaded/README.md +++ b/data/Maintained_mods/mods/Locked_and_Loaded/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Locked and Loaded](#locked-and-loaded) + + + # Locked and Loaded Adds more guns and ammo types for those gun nuts. diff --git a/data/Maintained_mods/mods/More_Survivors_Stories/README.md b/data/Maintained_mods/mods/More_Survivors_Stories/README.md index 02c2f94f9..53ff1836c 100644 --- a/data/Maintained_mods/mods/More_Survivors_Stories/README.md +++ b/data/Maintained_mods/mods/More_Survivors_Stories/README.md @@ -1,3 +1,12 @@ + + +**Table of Contents** + +- [Not everyone turned into zombies. Some still struggling to live...](#not-everyone-turned-into-zombies-some-still-struggling-to-live) + - [How to get to Hell's Raiders story line:](#how-to-get-to-hells-raiders-story-line) + + + # Not everyone turned into zombies. Some still struggling to live... Adds 5 new side stories (1 WIP), 1 mission for random NPCs and a story line for Hell's Raiders faction (in early stage of development, fully playable, currently have a decent amount of content). diff --git a/data/Maintained_mods/mods/No_Hope_Night_Pryanik/README.md b/data/Maintained_mods/mods/No_Hope_Night_Pryanik/README.md index ff859ddd7..038a33cd9 100644 --- a/data/Maintained_mods/mods/No_Hope_Night_Pryanik/README.md +++ b/data/Maintained_mods/mods/No_Hope_Night_Pryanik/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [No-Hope](#no-hope) +- [List of features](#list-of-features) +- [Translation](#translation) + + + # No-Hope The mod is based on the old lore where there was a full-scale war with China with many months of preceding marauding and civil disorder. Thus the world with the mod will be much more damaged overall, there will be much less loot etc. diff --git a/data/Maintained_mods/mods/Nocts_cata_mod/README_DDA.md b/data/Maintained_mods/mods/Nocts_cata_mod/README_DDA.md index a9f4e4966..565e6deef 100644 --- a/data/Maintained_mods/mods/Nocts_cata_mod/README_DDA.md +++ b/data/Maintained_mods/mods/Nocts_cata_mod/README_DDA.md @@ -1,3 +1,23 @@ + + +**Table of Contents** + +- [Expansion mod for Cataclysm, Dark Days Ahead version](#expansion-mod-for-cataclysm-dark-days-ahead-version) + - [Special Thanks](#special-thanks) + - [Frequently Asked Questions](#frequently-asked-questions) + - ["The zombie super scout (insert event where it killed your char)!"](#the-zombie-super-scout-insert-event-where-it-killed-your-char) + - [Why do you have books that level you up from 0-10? Isn't that a bit broken?](#why-do-you-have-books-that-level-you-up-from-0-10-isnt-that-a-bit-broken) + - [Here is my github for this project](#here-is-my-github-for-this-project) + - [Contributing](#contributing) + - [Suggestions](#suggestions) + - [Reporting bugs](#reporting-bugs) + - [Modifying the code](#modifying-the-code) + - [Github Rules](#github-rules) +- [Warning: Spoilers Ahead!](#warning-spoilers-ahead) + - [To do](#to-do) + + + # Expansion mod for Cataclysm, Dark Days Ahead version The version of this mod in this folder is is for Cataclysm: Dark Days Ahead. Copy the folder containing this content into data/mods if you are using that version of Cataclysm. Use the other folder, nocts_cata_mod_BN if you are playing with Cataclysm: Bright Nights. diff --git a/data/No_mods/Mods/No_Freeze/README.md b/data/No_mods/Mods/No_Freeze/README.md index 2625d2132..329f13d26 100644 --- a/data/No_mods/Mods/No_Freeze/README.md +++ b/data/No_mods/Mods/No_Freeze/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [No Freeze](#no-freeze) +- [Version 1.6](#version-16) +- [Version 1.5](#version-15) + + + # No Freeze Whatcha see is whatcha get. No frills, no decor, no excess. All food items (including water!) have their freezing point lowered to -1000f. diff --git a/data/No_mods/Mods/No_Makeshift_Firearms/README.md b/data/No_mods/Mods/No_Makeshift_Firearms/README.md index fa1040d93..50049d348 100644 --- a/data/No_mods/Mods/No_Makeshift_Firearms/README.md +++ b/data/No_mods/Mods/No_Makeshift_Firearms/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [No-Makeshift-Firearms-Mod](#no-makeshift-firearms-mod) + + + # No-Makeshift-Firearms-Mod A small exclusion mod that removes crafted pipe and scrap metal firearms that fire conventional cartridges from Cataclysm-DDA. diff --git a/data/No_mods/NO! mod starter kit.md b/data/No_mods/NO_mod_starter_kit.md similarity index 92% rename from data/No_mods/NO! mod starter kit.md rename to data/No_mods/NO_mod_starter_kit.md index 6ca4491a5..812e055d8 100644 --- a/data/No_mods/NO! mod starter kit.md +++ b/data/No_mods/NO_mod_starter_kit.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [NO! Mod Starter Kit](#no-mod-starter-kit) + + + # NO! Mod Starter Kit Have something you want to remove from the game? Perhaps the katana feels particularly overpowered, or the acid zombies just don't sit right with you. And, of course, you can't just settle for one of the already created mods. They don't have the right combination of features, remove too much, remove too little, and just generally are a nuisance to maintain. So, you want to create your own. diff --git a/data/Rebalance_mods/mods/Castaway_or_Escape/README.md b/data/Rebalance_mods/mods/Castaway_or_Escape/README.md index 3169e99d9..f4e1ef6ea 100644 --- a/data/Rebalance_mods/mods/Castaway_or_Escape/README.md +++ b/data/Rebalance_mods/mods/Castaway_or_Escape/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Castaway-or-Escape-scenario-Mod](#castaway-or-escape-scenario-mod) + + + # Castaway-or-Escape-scenario-Mod Do you want to be on a island with no prison or escape a cabin while being followed by hungry zombies like in 28 weeks later? Then this mod is for you!. diff --git a/data/Rebalance_mods/mods/Climate_defying_farming/README.md b/data/Rebalance_mods/mods/Climate_defying_farming/README.md index 7b37a5d8d..53f607ad7 100644 --- a/data/Rebalance_mods/mods/Climate_defying_farming/README.md +++ b/data/Rebalance_mods/mods/Climate_defying_farming/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [cdda-climate-defying-farming](#cdda-climate-defying-farming) + + + # cdda-climate-defying-farming A farming mod for Cataclysm: Dark Days Ahead. Adds different crops that would not grow in New England or are somewhat fantastical. diff --git a/data/Rebalance_mods/mods/Mutation_Changes/README.md b/data/Rebalance_mods/mods/Mutation_Changes/README.md index 807fdba17..9c39268d0 100644 --- a/data/Rebalance_mods/mods/Mutation_Changes/README.md +++ b/data/Rebalance_mods/mods/Mutation_Changes/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Mutation-Changes-Mod-Fix-](#mutation-changes-mod-fix-) + + + # Mutation-Changes-Mod-Fix- Its basically Mutation Changes Mod from Peeved Penguin but fixed, so it can run without problems in the newer versions. I Don't intend to steal anyone's project and will remove the link if the author wish it so. Also this is the first thing i have modded for cataclysm and i did it with the best intentions so... Please dun' kill me... :( diff --git a/data/Rebalance_mods/mods/ShardsOtherStuff/InfStamina/README.md b/data/Rebalance_mods/mods/ShardsOtherStuff/InfStamina/README.md index c6e741b36..925581d8a 100644 --- a/data/Rebalance_mods/mods/ShardsOtherStuff/InfStamina/README.md +++ b/data/Rebalance_mods/mods/ShardsOtherStuff/InfStamina/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [InfStamina-CDDA-Mod](#infstamina-cdda-mod) + + + # InfStamina-CDDA-Mod Simple mod that adds a mutation setting stamina regen to absurd levels to practically disable the stamina system. diff --git a/data/Rebalance_mods/mods/ShardsOtherStuff/Metabolism_Rates/README.md b/data/Rebalance_mods/mods/ShardsOtherStuff/Metabolism_Rates/README.md index 3ca8decc8..882b71007 100644 --- a/data/Rebalance_mods/mods/ShardsOtherStuff/Metabolism_Rates/README.md +++ b/data/Rebalance_mods/mods/ShardsOtherStuff/Metabolism_Rates/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Metabolism Rates-CDDA-Mod](#metabolism-rates-cdda-mod) + + + # Metabolism Rates-CDDA-Mod Adds several mutations that alter hunger and thirst rates by reducing them to 1/2, 1/4, or 1/10th. diff --git a/data/Rebalance_mods/mods/ShardsOtherStuff/Soapywater_CDDA/README.md b/data/Rebalance_mods/mods/ShardsOtherStuff/Soapywater_CDDA/README.md index b7779d50d..26bae9337 100644 --- a/data/Rebalance_mods/mods/ShardsOtherStuff/Soapywater_CDDA/README.md +++ b/data/Rebalance_mods/mods/ShardsOtherStuff/Soapywater_CDDA/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Soapy Water-CDDA-Mod](#soapy-water-cdda-mod) + + + # Soapy Water-CDDA-Mod Allows you to chop up soap and mix with water for a very low quality disinfectant substitute to clean out deep bites before they get infected. diff --git a/data/Rebalance_mods/mods/ShardsOtherStuff/Unnerf_Spears/README.md b/data/Rebalance_mods/mods/ShardsOtherStuff/Unnerf_Spears/README.md index c8af03afb..fcd7517f6 100644 --- a/data/Rebalance_mods/mods/ShardsOtherStuff/Unnerf_Spears/README.md +++ b/data/Rebalance_mods/mods/ShardsOtherStuff/Unnerf_Spears/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Unnerf Spears-CDDA-Mod](#unnerf-spears-cdda-mod) + + + # Unnerf Spears-CDDA-Mod Removes fragile flag from knife spear and forked spear, undoes massive awlpike nerf. diff --git a/data/Rebalance_mods/mods/ShardsOtherStuff/Visible_Scary_Shadies/README.md b/data/Rebalance_mods/mods/ShardsOtherStuff/Visible_Scary_Shadies/README.md index 321436259..d70d99e0c 100644 --- a/data/Rebalance_mods/mods/ShardsOtherStuff/Visible_Scary_Shadies/README.md +++ b/data/Rebalance_mods/mods/ShardsOtherStuff/Visible_Scary_Shadies/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Visible-Scary-Shadies-CDDA-Mod](#visible-scary-shadies-cdda-mod) + + + # Visible-Scary-Shadies-CDDA-Mod Makes shady zombies visible at night, increases speed, makes them harder to hit, and likely to cause you to get swarmed. diff --git a/data/Unleash_The_Mods/Working_mods/Advanced_Gear/README.md b/data/Unleash_The_Mods/Working_mods/Advanced_Gear/README.md index 380acae50..3a5aa3413 100644 --- a/data/Unleash_The_Mods/Working_mods/Advanced_Gear/README.md +++ b/data/Unleash_The_Mods/Working_mods/Advanced_Gear/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Advanced Gear-CDDA-Mod](#advanced-gear-cdda-mod) + + + # Advanced Gear-CDDA-Mod Large collection of extreme endgame gear, vehicle parts, weapons, tools, and crafting. Requires large amounts of rare resources to begin, gets easier as you progress. diff --git a/data/Unleash_The_Mods/Working_mods/Advanced_Technologies/README.md b/data/Unleash_The_Mods/Working_mods/Advanced_Technologies/README.md index ffbe19583..9fd241d51 100644 --- a/data/Unleash_The_Mods/Working_mods/Advanced_Technologies/README.md +++ b/data/Unleash_The_Mods/Working_mods/Advanced_Technologies/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [Advanced_Technologies](#advanced_technologies) + + + # Advanced_Technologies diff --git a/data/Unleash_The_Mods/Working_mods/Agent_Bandits/README.md b/data/Unleash_The_Mods/Working_mods/Agent_Bandits/README.md index 61537119a..1db7e0860 100644 --- a/data/Unleash_The_Mods/Working_mods/Agent_Bandits/README.md +++ b/data/Unleash_The_Mods/Working_mods/Agent_Bandits/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [M_Agent-Bandits](#m_agent-bandits) + + + # M_Agent-Bandits diff --git a/data/Unleash_The_Mods/Working_mods/Alternate_ear_graphics/README.md b/data/Unleash_The_Mods/Working_mods/Alternate_ear_graphics/README.md index 77e2fbcad..61876fcdc 100644 --- a/data/Unleash_The_Mods/Working_mods/Alternate_ear_graphics/README.md +++ b/data/Unleash_The_Mods/Working_mods/Alternate_ear_graphics/README.md @@ -1,3 +1,18 @@ + + +**Table of Contents** + +- [Alternate ear graphics](#alternate-ear-graphics) + - [Dependencies](#dependencies) + - [Installation](#installation) + - [Enabling the mod mid-game](#enabling-the-mod-mid-game) + - [Usage Guide](#usage-guide) + - [V1.1 Texture replacement](#v11-texture-replacement) + - [Versions](#versions) + - [Issues](#issues) + + + # Alternate ear graphics A small mod I threw together which replaces certian mutation graphics with ones i'd redesigned. FULL DISCLAIMER, I designed these alternate graphics for a particular character of mine! I only made this because a few people seemed interested. Use this with the understanding that these graphics arent intended to work with all the different appearances your character can take, if the colour is the problem ive added a selection of pallets (see V1.1 texture replacement below) but otherwise just understand results may vary. diff --git a/data/Unleash_The_Mods/Working_mods/Basement_Extension/README.md b/data/Unleash_The_Mods/Working_mods/Basement_Extension/README.md index fea4d5a24..56c5eaff3 100644 --- a/data/Unleash_The_Mods/Working_mods/Basement_Extension/README.md +++ b/data/Unleash_The_Mods/Working_mods/Basement_Extension/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [Basement_Extension](#basement_extension) + + + # Basement_Extension diff --git a/data/Unleash_The_Mods/Working_mods/Battle_Maid_Redux/README.md b/data/Unleash_The_Mods/Working_mods/Battle_Maid_Redux/README.md index c73be0b08..c39f75449 100644 --- a/data/Unleash_The_Mods/Working_mods/Battle_Maid_Redux/README.md +++ b/data/Unleash_The_Mods/Working_mods/Battle_Maid_Redux/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Battle Maid Redux Redux](#battle-maid-redux-redux) + + + # Battle Maid Redux Redux A semi-comprehensive rebuild of the Battle Maid Redux mod, which itself is a retranslation of a machine translation of a Japanese mod. diff --git a/data/Unleash_The_Mods/Working_mods/Bayonet_mod/documents/README.md b/data/Unleash_The_Mods/Working_mods/Bayonet_mod/documents/README.md index be60b6a83..706679d96 100644 --- a/data/Unleash_The_Mods/Working_mods/Bayonet_mod/documents/README.md +++ b/data/Unleash_The_Mods/Working_mods/Bayonet_mod/documents/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [Bayonetmod](#bayonetmod) + + + # Bayonetmod diff --git a/data/Unleash_The_Mods/Working_mods/Beam_Sword/README.md b/data/Unleash_The_Mods/Working_mods/Beam_Sword/README.md index bdba45e7e..949a9e294 100644 --- a/data/Unleash_The_Mods/Working_mods/Beam_Sword/README.md +++ b/data/Unleash_The_Mods/Working_mods/Beam_Sword/README.md @@ -1,3 +1,15 @@ + + +**Table of Contents** + +- [CDDA Beam Sword Construction](#cdda-beam-sword-construction) + - [Constructing the weapon](#constructing-the-weapon) + - [Finding the recipe](#finding-the-recipe) + - [Finding the beam crystal](#finding-the-beam-crystal) + - [TO DO](#to-do) + + + # CDDA Beam Sword Construction Adds the beam sword, a powerful and difficult to make endgame weapon made from a crystalized portal shard. diff --git a/data/Unleash_The_Mods/Working_mods/Become_Batman/README.md b/data/Unleash_The_Mods/Working_mods/Become_Batman/README.md index ce260ea0d..9c561997b 100644 --- a/data/Unleash_The_Mods/Working_mods/Become_Batman/README.md +++ b/data/Unleash_The_Mods/Working_mods/Become_Batman/README.md @@ -1,3 +1,14 @@ + + +**Table of Contents** + +- [Bat-Mutations](#bat-mutations) + - [Overview](#overview) + - [Mutations](#mutations) + - [Recipes](#recipes) + + + # Bat-Mutations A mod for cataclysm which adds a bat mutation category, working as of 0.E-7938 There are currently 2 branches available, the main one and another with a pseudo humming bird beak mutation as well as both herbivore and carnivore in the pool. diff --git a/data/Unleash_The_Mods/Working_mods/Brand_Cereal_mod/README.md b/data/Unleash_The_Mods/Working_mods/Brand_Cereal_mod/README.md index b3a47f8c6..169764f67 100644 --- a/data/Unleash_The_Mods/Working_mods/Brand_Cereal_mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Brand_Cereal_mod/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Brand Cereal Mod](#brand-cereal-mod) + + + # Brand Cereal Mod I made this mod to expand cereal, porridge and granola, mainly for the purpose to add to a bigger cdda expanded or goats days ahead. diff --git a/data/Unleash_The_Mods/Working_mods/Community_Aftershock/README.md b/data/Unleash_The_Mods/Working_mods/Community_Aftershock/README.md index ec41f8273..e2ffea860 100644 --- a/data/Unleash_The_Mods/Working_mods/Community_Aftershock/README.md +++ b/data/Unleash_The_Mods/Working_mods/Community_Aftershock/README.md @@ -1,3 +1,17 @@ + + +**Table of Contents** + +- [Here be dragons!](#here-be-dragons) + - [items](#items) + - [maps](#maps) + - [mobs](#mobs) + - [player](#player) + - [recipes](#recipes) + - [vehicles](#vehicles) + + + # Here be dragons! These are the files for Aftershock. Whatever you're looking for has been sorted into subfolders for ease of access: diff --git a/data/Unleash_The_Mods/Working_mods/Convenient_Constructions/README.md b/data/Unleash_The_Mods/Working_mods/Convenient_Constructions/README.md index 6d193830a..611a4ec92 100644 --- a/data/Unleash_The_Mods/Working_mods/Convenient_Constructions/README.md +++ b/data/Unleash_The_Mods/Working_mods/Convenient_Constructions/README.md @@ -1,3 +1,16 @@ + + +**Table of Contents** + +- [Convenient Constructions](#convenient-constructions) +- [Overview](#overview) + - [ATM Recycler and more](#atm-recycler-and-more) + - [Autodocs are movable](#autodocs-are-movable) + - [CVD machines are movable](#cvd-machines-are-movable) +- [About this mod](#about-this-mod) + + + # Convenient Constructions Construct large machines and move rare ones. diff --git a/data/Unleash_The_Mods/Working_mods/Creative_mode/README.md b/data/Unleash_The_Mods/Working_mods/Creative_mode/README.md index df0dc6501..571055010 100644 --- a/data/Unleash_The_Mods/Working_mods/Creative_mode/README.md +++ b/data/Unleash_The_Mods/Working_mods/Creative_mode/README.md @@ -1,3 +1,39 @@ + + +**Table of Contents** + +- [Creative Tools for CDDA](#creative-tools-for-cdda) + - [List of furniture added as debug actions.](#list-of-furniture-added-as-debug-actions) + - [`furniture-appliances`](#furniture-appliances) + - [`furniture-barriers`](#furniture-barriers) + - [`furniture-decorative`](#furniture-decorative) + - [`furniture-domestic_plants`](#furniture-domestic_plants) + - [`furniture-eggs`](#furniture-eggs) + - [`furniture-emitters`](#furniture-emitters) + - [`furniture-fakes`](#furniture-fakes) + - [`furniture-fireplaces`](#furniture-fireplaces) + - [`furniture-flora`](#furniture-flora) + - [`furniture-fungal`](#furniture-fungal) + - [`furniture-graves`](#furniture-graves) + - [`furniture-industrial`](#furniture-industrial) + - [`furniture-medical`](#furniture-medical) + - [`furniture-migo`](#furniture-migo) + - [`furniture-plumbing`](#furniture-plumbing) + - [`furniture-recreation`](#furniture-recreation) + - [`furniture-regional_pseudo`](#furniture-regional_pseudo) + - [`furniture-roof`](#furniture-roof) + - [`furniture-rural`](#furniture-rural) + - [`furniture-seats`](#furniture-seats) + - [`furniture-signs`](#furniture-signs) + - [`furniture-sleep`](#furniture-sleep) + - [`furniture-storage`](#furniture-storage) + - [`furniture-surfaces`](#furniture-surfaces) + - [`furniture-terrains`](#furniture-terrains) + - [`furniture-tools`](#furniture-tools) + - [Item Template](#item-template) + + + # Creative Tools for CDDA ## List of furniture added as debug actions. diff --git a/data/Unleash_The_Mods/Working_mods/Custom_Bandit_King_Start/README.md b/data/Unleash_The_Mods/Working_mods/Custom_Bandit_King_Start/README.md index b75e5d5b5..35bdc97e2 100644 --- a/data/Unleash_The_Mods/Working_mods/Custom_Bandit_King_Start/README.md +++ b/data/Unleash_The_Mods/Working_mods/Custom_Bandit_King_Start/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [customBanditKingStartMod](#custombanditkingstartmod) + + + # customBanditKingStartMod this adds a brand new custom start which is op as high hell to cataclysm dark days ahead. Have Fun :) diff --git a/data/Unleash_The_Mods/Working_mods/Draco_Dog_Mod/README.md b/data/Unleash_The_Mods/Working_mods/Draco_Dog_Mod/README.md index f223d4ce6..09d626069 100644 --- a/data/Unleash_The_Mods/Working_mods/Draco_Dog_Mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Draco_Dog_Mod/README.md @@ -1,3 +1,23 @@ + + +**Table of Contents** + +- [DG_Mods](#dg_mods) + - [Armoring:](#armoring) + - [Training:](#training) + - [Morale:](#morale) + - [0.6](#06) + - [0.5](#05) + - [0.4c](#04c) + - [0.4b](#04b) + - [0.4a](#04a) + - [0.4](#04) + - [0.3](#03) + - [0.2](#02) + - [0.1](#01) + + + # DG_Mods Collection of Mods for Cataclysm: Dark Days Ahead diff --git a/data/Unleash_The_Mods/Working_mods/Draco_Pig_Mod/README.md b/data/Unleash_The_Mods/Working_mods/Draco_Pig_Mod/README.md index 6fc827623..a578d6fb3 100644 --- a/data/Unleash_The_Mods/Working_mods/Draco_Pig_Mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Draco_Pig_Mod/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [DG_Mods](#dg_mods) + - [What does this mod add/do?](#what-does-this-mod-adddo) + - [0.1](#01) + + + # DG_Mods Collection of Mods for Cataclysm: Dark Days Ahead diff --git a/data/Unleash_The_Mods/Working_mods/Fantasy/README.md b/data/Unleash_The_Mods/Working_mods/Fantasy/README.md index 052d28076..682ca7ddf 100644 --- a/data/Unleash_The_Mods/Working_mods/Fantasy/README.md +++ b/data/Unleash_The_Mods/Working_mods/Fantasy/README.md @@ -1,2 +1,10 @@ + + +**Table of Contents** + +- [Fantasy](#fantasy) + + + # Fantasy diff --git a/data/Unleash_The_Mods/Working_mods/Food_Preservation_by_Irradiation/README.md b/data/Unleash_The_Mods/Working_mods/Food_Preservation_by_Irradiation/README.md index 987ec0e16..5d50d9025 100644 --- a/data/Unleash_The_Mods/Working_mods/Food_Preservation_by_Irradiation/README.md +++ b/data/Unleash_The_Mods/Working_mods/Food_Preservation_by_Irradiation/README.md @@ -1,3 +1,17 @@ + + +**Table of Contents** + +- [Food Preservation by Irradiation](#food-preservation-by-irradiation) + - [Whats new to Cataclysm-DDA via this mod:](#whats-new-to-cataclysm-dda-via-this-mod) + - [Future plans:](#future-plans) + - [Suggested mods:](#suggested-mods) + - [Feedback/thoughts](#feedbackthoughts) + - [Further work consideration:](#further-work-consideration) + - [Issues](#issues) + + + # Food Preservation by Irradiation Basically adds in the ability to preserve food via ionizing radiation. diff --git a/data/Unleash_The_Mods/Working_mods/Gun_Cotton/README.md b/data/Unleash_The_Mods/Working_mods/Gun_Cotton/README.md index 22272040f..ae8147a46 100644 --- a/data/Unleash_The_Mods/Working_mods/Gun_Cotton/README.md +++ b/data/Unleash_The_Mods/Working_mods/Gun_Cotton/README.md @@ -1,2 +1,10 @@ + + +**Table of Contents** + +- [GunCotton](#guncotton) + + + # GunCotton Adds craftable gun cotton, gun cotton based explosives, and gunpowder. diff --git a/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/3D_PRINTED_ITEM.md b/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/3D_PRINTED_ITEM.md index c9a7bba57..f3d60a946 100644 --- a/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/3D_PRINTED_ITEM.md +++ b/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/3D_PRINTED_ITEM.md @@ -1,3 +1,24 @@ + + +**Table of Contents** + +- [Requirements](#requirements) + - [A Note on IDs](#a-note-on-ids) +- [Creating the Item](#creating-the-item) + - [Item Itself](#item-itself) + - [`IN_PROGRESS` Printer](#in_progress-printer) + - [`FINISHED` Printer](#finished-printer) + - [Disassembly Recipe](#disassembly-recipe) + - [Crafting Recipe](#crafting-recipe) + - [Repeat for Every Platform](#repeat-for-every-platform) +- [Distributing the Item in the World](#distributing-the-item-in-the-world) + - [Creating Sources](#creating-sources) + - [CAD file](#cad-file) + - [Books and Other Sources](#books-and-other-sources) + - [Adding Sources to Spawn Lists](#adding-sources-to-spawn-lists) + + + # Requirements In order to create 3D-printed items using Homestead, you're going to need to also create a support network of intermediary items. diff --git a/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/README.md b/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/README.md index fe8521ae0..a3300fdc6 100644 --- a/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/README.md +++ b/data/Unleash_The_Mods/Working_mods/Homestead_Instruments_Inc/Doc/README.md @@ -1,3 +1,20 @@ + + +**Table of Contents** + +- [What](#what) +- [Why](#why) +- [Tools](#tools) + - [Production & Manufacture](#production--manufacture) + - [Medical](#medical) + - [Computers & Network](#computers--network) + - [Tools Requiring Research](#tools-requiring-research) +- [Issues](#issues) +- [Lore](#lore) +- [License](#license) + + + # What Homestead Instruments Inc. (`homestead`) is a [*Cataclysm: Dark Days Ahead*](http://github.com/cleverRaven/Cataclysm-DDA) mod that adds several buildable tools for use in other mods. It has no use on its own: its goal is to serve as a shared platform for other mods that add recipes but don't have the required tools to accomplish those. diff --git a/data/Unleash_The_Mods/Working_mods/Incinerator/README.md b/data/Unleash_The_Mods/Working_mods/Incinerator/README.md index b10e3ec86..8992ea41f 100644 --- a/data/Unleash_The_Mods/Working_mods/Incinerator/README.md +++ b/data/Unleash_The_Mods/Working_mods/Incinerator/README.md @@ -1,3 +1,15 @@ + + +**Table of Contents** + +- [Incinerator](#incinerator) +- [Creating an Incinerator](#creating-an-incinerator) +- [Placing or Dismantling the Incinerator](#placing-or-dismantling-the-incinerator) +- [How it Works](#how-it-works) +- [About this mod:](#about-this-mod) + + + Incinerator === This mod introduces a player-made incinerator which can quickly and easily destroy any unwanted items. diff --git a/data/Unleash_The_Mods/Working_mods/Jury_Rigged_Robots/README.md b/data/Unleash_The_Mods/Working_mods/Jury_Rigged_Robots/README.md index eb627e3ff..47074739f 100644 --- a/data/Unleash_The_Mods/Working_mods/Jury_Rigged_Robots/README.md +++ b/data/Unleash_The_Mods/Working_mods/Jury_Rigged_Robots/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Jury-Rigged-Robots](#jury-rigged-robots) + + + # Jury-Rigged-Robots The Jury Rigged Robots mod for Cataclysm: Dark Days Ahead. These are the bug fixed files for the mod. You can just download the master zip and extract to a folder called "Jury_Rigged_Robots" and they should work out of the box for you! diff --git a/data/Unleash_The_Mods/Working_mods/Misc_Gear/README.md b/data/Unleash_The_Mods/Working_mods/Misc_Gear/README.md index 9a0fac430..979c18d53 100644 --- a/data/Unleash_The_Mods/Working_mods/Misc_Gear/README.md +++ b/data/Unleash_The_Mods/Working_mods/Misc_Gear/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [Misc_Gear](#misc_gear) + + + # Misc_Gear diff --git a/data/Unleash_The_Mods/Working_mods/Modern_Weapons_Pack_Expanded/README.md b/data/Unleash_The_Mods/Working_mods/Modern_Weapons_Pack_Expanded/README.md index 0e141aa2e..9b46ea129 100644 --- a/data/Unleash_The_Mods/Working_mods/Modern_Weapons_Pack_Expanded/README.md +++ b/data/Unleash_The_Mods/Working_mods/Modern_Weapons_Pack_Expanded/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Extended-Modern-Weapons-Pack](#extended-modern-weapons-pack) + + + # Extended-Modern-Weapons-Pack This is a modified version of the Modern Weapons Pack mod created by crom for Cataclysm: Dark Days Ahead https://github.com/CleverRaven/Cataclysm-DDA. It has been modified by BorkBorkGoesTheCode. The original readme is named WITNESSME.txt: License information can be found therein. diff --git a/data/Unleash_The_Mods/Working_mods/More_Survivors_Stories/README.md b/data/Unleash_The_Mods/Working_mods/More_Survivors_Stories/README.md index f712daee2..ba083f853 100644 --- a/data/Unleash_The_Mods/Working_mods/More_Survivors_Stories/README.md +++ b/data/Unleash_The_Mods/Working_mods/More_Survivors_Stories/README.md @@ -1,3 +1,12 @@ + + +**Table of Contents** + +- [Not everyone turned into zombies. Some still struggling to live...](#not-everyone-turned-into-zombies-some-still-struggling-to-live) + - [How to get to Hell's Raiders story line:](#how-to-get-to-hells-raiders-story-line) + + + # Not everyone turned into zombies. Some still struggling to live... Adds 7 new side stories (1 WIP), 1 mission for random NPCs and a story line for Hell's Raiders faction (in early stage of development). diff --git a/data/Unleash_The_Mods/Working_mods/Nechronica_Redux/README.md b/data/Unleash_The_Mods/Working_mods/Nechronica_Redux/README.md index 4eaff7322..4b2db83f0 100644 --- a/data/Unleash_The_Mods/Working_mods/Nechronica_Redux/README.md +++ b/data/Unleash_The_Mods/Working_mods/Nechronica_Redux/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Nechronica_Redux](#nechronica_redux) + + + # Nechronica_Redux Nechronica fork. Forked from Malkeus's Compatible Nechronica. diff --git a/data/Unleash_The_Mods/Working_mods/Nimian_Manufacture/README.md b/data/Unleash_The_Mods/Working_mods/Nimian_Manufacture/README.md index 739715f27..62c9785bd 100644 --- a/data/Unleash_The_Mods/Working_mods/Nimian_Manufacture/README.md +++ b/data/Unleash_The_Mods/Working_mods/Nimian_Manufacture/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [M_Nimian_Manufacture](#m_nimian_manufacture) + + + # M_Nimian_Manufacture diff --git a/data/Unleash_The_Mods/Working_mods/OP_Pack/README.md b/data/Unleash_The_Mods/Working_mods/OP_Pack/README.md index 326e90fcd..cbc3e8407 100644 --- a/data/Unleash_The_Mods/Working_mods/OP_Pack/README.md +++ b/data/Unleash_The_Mods/Working_mods/OP_Pack/README.md @@ -1,2 +1,10 @@ + + +**Table of Contents** + +- [CDDA-OP-Pack](#cdda-op-pack) + + + # CDDA-OP-Pack A mod to add a bunch of stupidly Overpowered Items to CDDA diff --git a/data/Unleash_The_Mods/Working_mods/Oa_early_game_mutations/README.md b/data/Unleash_The_Mods/Working_mods/Oa_early_game_mutations/README.md index 4006486a0..efd0c011e 100644 --- a/data/Unleash_The_Mods/Working_mods/Oa_early_game_mutations/README.md +++ b/data/Unleash_The_Mods/Working_mods/Oa_early_game_mutations/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [oa_early_game_mutations_mod](#oa_early_game_mutations_mod) + + + # oa_early_game_mutations_mod This mod adds the "body modification clinic". A two Z-level building that allows characters to access mutagen in the early game. diff --git a/data/Unleash_The_Mods/Working_mods/PoraComp/README.md b/data/Unleash_The_Mods/Working_mods/PoraComp/README.md index 8396e186a..5c91dff2c 100644 --- a/data/Unleash_The_Mods/Working_mods/PoraComp/README.md +++ b/data/Unleash_The_Mods/Working_mods/PoraComp/README.md @@ -1,3 +1,20 @@ + + +**Table of Contents** + +- [PoraComp](#poracomp) +- [Version 1.5.1](#version-151) +- [Version 1.5 Corprate Take-Over (11/10/2018)](#version-15-corprate-take-over-11102018) +- [!Expected Error! Upon first load after updating "Synthetic Base" recipie will pop an error. After a save and exist issue with be resolved.](#expected-error-upon-first-load-after-updating-synthetic-base-recipie-will-pop-an-error-after-a-save-and-exist-issue-with-be-resolved) +- [Version 1.4 The refactoring (10/5/2018)](#version-14-the-refactoring-1052018) +- [Version 1.3.3 (9/9/2018)](#version-133-992018) +- [Version 1.3 (8/24/2018)](#version-13-8242018) +- [Version 1.2 (5/1/2018)](#version-12-512018) +- [Version 1.1 (3/15/2018)](#version-11-3152018) +- [Version 1.0 (3/14/2018)](#version-10-3142018) + + + # PoraComp The PoraComp mod is a json only endeavour that aims to complile all my mods into one place, plus a few extra tidbits aimed at an intuitive gameplay experience. Ideas, suggestions and other such mentions are more than welcome and I can be reached by email at poragonplays@gmail.com diff --git a/data/Unleash_The_Mods/Working_mods/Power_Armor_Additons/README.md b/data/Unleash_The_Mods/Working_mods/Power_Armor_Additons/README.md index 41a746046..ae8b0667a 100644 --- a/data/Unleash_The_Mods/Working_mods/Power_Armor_Additons/README.md +++ b/data/Unleash_The_Mods/Working_mods/Power_Armor_Additons/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [Power-Armor-Additons](#power-armor-additons) + + + # Power-Armor-Additons Power armor mod for Cataclysm DDA Adds a magnetic back holster and waist holster found just about everywhere hauling frames and power armor can be found. diff --git a/data/Unleash_The_Mods/Working_mods/Prepper_Cache/README.md b/data/Unleash_The_Mods/Working_mods/Prepper_Cache/README.md index 9a0768af6..2a06e2382 100644 --- a/data/Unleash_The_Mods/Working_mods/Prepper_Cache/README.md +++ b/data/Unleash_The_Mods/Working_mods/Prepper_Cache/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [PrepperCache](#preppercache) + + + # PrepperCache Mod for Cataclysm DDA - Prepper Caches diff --git a/data/Unleash_The_Mods/Working_mods/Project_APEX/README.md b/data/Unleash_The_Mods/Working_mods/Project_APEX/README.md index 478aea3e0..a38cca908 100644 --- a/data/Unleash_The_Mods/Working_mods/Project_APEX/README.md +++ b/data/Unleash_The_Mods/Working_mods/Project_APEX/README.md @@ -1,4 +1,21 @@ -# What + + +**Table of Contents** + +- [What](#what) +- [Why](#why) +- [Design Considerations](#design-considerations) +- [Roadmap](#roadmap) + - [Stage 0](#stage-0) + - [Stage I](#stage-i) + - [Stage II](#stage-ii) + - [Stage III](#stage-iii) +- [Installation](#installation) +- [License](#license) + + + +# What Project APEX (`apex`) is a [*Cataclysm: Dark Days Ahead*](http://github.com/cleverRaven/Cataclysm-DDA) mod that adds high-end, advanced suits of armor and military equipment. It also expands on the lore of the game in an unofficial manner. All parts of the mod seek to be lore-friendly, at least within the confines of the official sci-fi mod, Aftershock. diff --git a/data/Unleash_The_Mods/Working_mods/Reapermod/README.md b/data/Unleash_The_Mods/Working_mods/Reapermod/README.md index 9e00d509e..e2be07344 100644 --- a/data/Unleash_The_Mods/Working_mods/Reapermod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Reapermod/README.md @@ -1,3 +1,15 @@ + + +**Table of Contents** + +- [Song of Shinigami](#song-of-shinigami) + - [New Martial Art Style - Shinigami Song](#new-martial-art-style---shinigami-song) + - [New book additions](#new-book-additions) + - [New Professions - both start with martial style](#new-professions---both-start-with-martial-style) + - [Weapons usable with Shinigami Song](#weapons-usable-with-shinigami-song) + + + # Song of Shinigami Adds a Shinigami / Grim Reaper martial style usable with all scythe weapons. diff --git a/data/Unleash_The_Mods/Working_mods/Road_Warrior_Mod/README.md b/data/Unleash_The_Mods/Working_mods/Road_Warrior_Mod/README.md index 3f8dae2f7..d15d3f3c8 100644 --- a/data/Unleash_The_Mods/Working_mods/Road_Warrior_Mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Road_Warrior_Mod/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [Road_Warrior_Mod](#road_warrior_mod) + + + # Road_Warrior_Mod diff --git a/data/Unleash_The_Mods/Working_mods/Secronom/documents/modinfo.md b/data/Unleash_The_Mods/Working_mods/Secronom/documents/modinfo.md index 3f6a00882..964399b1c 100644 --- a/data/Unleash_The_Mods/Working_mods/Secronom/documents/modinfo.md +++ b/data/Unleash_The_Mods/Working_mods/Secronom/documents/modinfo.md @@ -1,3 +1,74 @@ + + +**Table of Contents** + +- [Wiki](#wiki) + - [Zombies](#zombies) + - [City Zombies](#city-zombies) + - [Blade Zombie **!**](#blade-zombie-) + - [Tendril Zombie **!**](#tendril-zombie-) + - [Spider Zombie **!**](#spider-zombie-) + - [Mouthswell Zombie **!**](#mouthswell-zombie-) + - [Lying Body **!**](#lying-body-) + - [Translucent Zombie **!**](#translucent-zombie-) + - [Scourge Zombie **!**](#scourge-zombie-) + - [Unifier Zombie **+**](#unifier-zombie-) + - [Grubby Zombie **~**](#grubby-zombie-) + - [Licker Zombie **!**](#licker-zombie-) + - [Titan **!**](#titan-) + - [Noxious Eater **!**](#noxious-eater-) + - [Swarmer Zombie **!**](#swarmer-zombie-) + - [Charger Zombie **!**](#charger-zombie-) + - [Revenant **+**](#revenant-) + - [Skittering Weaver **+**](#skittering-weaver-) + - [Zombie Mutants](#zombie-mutants) + - [Lab Zombies](#lab-zombies) + - [Failed Mutants **!**](#failed-mutants-) + - [BOWs **!**](#bows-) + - [Abberations/Enigmas](#abberationsenigmas) + - [Unknown](#unknown) + - [Robots](#robots) +- [Monster Roles](#monster-roles) +- [Structures](#structures) + - [Secronom Lab](#secronom-lab) + - [Exclusive Monsters:](#exclusive-monsters) + - [Loots:](#loots) + - [Infected Buildings](#infected-buildings) + - [Exclusive Monsters:](#exclusive-monsters-1) + - [Loots:](#loots-1) + - [Hazards:](#hazards) + - [Saddler Gathering Nest](#saddler-gathering-nest) + - [Exclusive Monsters:](#exclusive-monsters-2) + - [Flesh Forest](#flesh-forest) + - [Exclusive Monsters:](#exclusive-monsters-3) + - [Loots:](#loots-2) + - [Hazards:](#hazards-1) + - [Flesh City](#flesh-city) + - [Exclusive Monsters:](#exclusive-monsters-4) + - [Loots:](#loots-3) + - [Hazards:](#hazards-2) +- [Mutations](#mutations) + - [Tendrils](#tendrils) + - [Tier 2](#tier-2) + - [Bone Blade](#bone-blade) + - [Tier 2](#tier-2-1) + - [Irregular Bone Outgrowths](#irregular-bone-outgrowths) + - [Tier 2](#tier-2-2) + - [Tier 3](#tier-3) + - [Arachnid Limbs](#arachnid-limbs) + - [Tier 2](#tier-2-3) + - [Tier 3](#tier-3-1) + - [Lushen Tongue](#lushen-tongue) + - [Tier 2](#tier-2-4) + - [Tier 3](#tier-3-2) + - [Shoulder Bumps](#shoulder-bumps) + - [Tier 2](#tier-2-5) + - [Tumors](#tumors) + - [Tier 2](#tier-2-6) +- [NPCs](#npcs) + + + # Wiki This wiki is temporary. I'm working on an updated version. diff --git a/data/Unleash_The_Mods/Working_mods/Service_Weapon/README.md b/data/Unleash_The_Mods/Working_mods/Service_Weapon/README.md index 0911c5a8d..babab321d 100644 --- a/data/Unleash_The_Mods/Working_mods/Service_Weapon/README.md +++ b/data/Unleash_The_Mods/Working_mods/Service_Weapon/README.md @@ -1,3 +1,25 @@ + + +**Table of Contents** + +- [What](#what) +- [Why](#why) +- [Using the Service Weapon](#using-the-service-weapon) + - [Finding It](#finding-it) + - [Changing It](#changing-it) + - [Loading It](#loading-it) +- [Potential Development](#potential-development) + - [Mods](#mods) + - [Conceptual Resources](#conceptual-resources) + - [Gaining Conceptual Resources](#gaining-conceptual-resources) + - [Expanded System of Conceptual Crafting](#expanded-system-of-conceptual-crafting) + - [Approaches to Conceptual Modding](#approaches-to-conceptual-modding) + - [Extending the Service Weapon](#extending-the-service-weapon) + - [Content Pack](#content-pack) +- [License](#license) + + + # What Service Weapon (`service_weapon`) is a [*Cataclysm: Dark Days Ahead*](http://github.com/cleverRaven/Cataclysm-DDA) mod that adds the Service Weapon morphing firearm from the game *Control*. diff --git a/data/Unleash_The_Mods/Working_mods/Shard_stuff/README.md b/data/Unleash_The_Mods/Working_mods/Shard_stuff/README.md index 68f6a8656..6dfc1a446 100644 --- a/data/Unleash_The_Mods/Working_mods/Shard_stuff/README.md +++ b/data/Unleash_The_Mods/Working_mods/Shard_stuff/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [Shardstuff-CDDA-Mod](#shardstuff-cdda-mod) +- [This mod is basically abandoned and only edited for bugfixes, and even then not always. Anyone who wants to take it over is free to do so, and do anything with it.](#this-mod-is-basically-abandoned-and-only-edited-for-bugfixes-and-even-then-not-always--anyone-who-wants-to-take-it-over-is-free-to-do-so-and-do-anything-with-it) +- [Contents:](#contents) + + + # Shardstuff-CDDA-Mod Adds several large vehicle parts, overrides some from base game, and buffs gates controls to match the durability of the gates themselves to reduce chances of them being destroyed when you find them. diff --git a/data/Unleash_The_Mods/Working_mods/Sierra_Madre_mod/README.md b/data/Unleash_The_Mods/Working_mods/Sierra_Madre_mod/README.md index ea981ba6d..5f7e9a5bc 100644 --- a/data/Unleash_The_Mods/Working_mods/Sierra_Madre_mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Sierra_Madre_mod/README.md @@ -1,3 +1,18 @@ + + +**Table of Contents** + +- [Cataclysm: Dark Days Ahead Sierra Madre mod](#cataclysm-dark-days-ahead-sierra-madre-mod) +- [Content and Features](#content-and-features) +- [Difficulty](#difficulty) +- [Tips](#tips) +- [Installation](#installation) +- [IMPORTANT NOTE](#important-note) +- [Credits](#credits) +- [Links](#links) + + + # Cataclysm: Dark Days Ahead Sierra Madre mod A mod for the Cataclysm: Dark Days Ahead roguelike adding Sierra Madre location from Fallout New Vegas add-on Dead Money, serving as a tribute to the best Fallout DLC ever made. diff --git a/data/Unleash_The_Mods/Working_mods/Toki_silly_classes/README.md b/data/Unleash_The_Mods/Working_mods/Toki_silly_classes/README.md index 883328b47..240afa310 100644 --- a/data/Unleash_The_Mods/Working_mods/Toki_silly_classes/README.md +++ b/data/Unleash_The_Mods/Working_mods/Toki_silly_classes/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [cdda_tokisillyclasses](#cdda_tokisillyclasses) + + + # cdda_tokisillyclasses Tokiko's Silly Classes for CDDA diff --git a/data/Unleash_The_Mods/Working_mods/Tool_bundle/README.md b/data/Unleash_The_Mods/Working_mods/Tool_bundle/README.md index e64bedb79..eda31086f 100644 --- a/data/Unleash_The_Mods/Working_mods/Tool_bundle/README.md +++ b/data/Unleash_The_Mods/Working_mods/Tool_bundle/README.md @@ -1,2 +1,10 @@ + + +**Table of Contents** + +- [cdda-tool-bundle](#cdda-tool-bundle) + + + # cdda-tool-bundle A mod for Cataclysm: Dark Days Ahead. Adds the ability for most tools to be attached to a belt clip and provides a primitive canvas bundle to keep your tools organized. diff --git a/data/Unleash_The_Mods/Working_mods/Vermilion_Mod/README.md b/data/Unleash_The_Mods/Working_mods/Vermilion_Mod/README.md index d2835770e..c1679ecc1 100644 --- a/data/Unleash_The_Mods/Working_mods/Vermilion_Mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Vermilion_Mod/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [VermilionMod](#vermilionmod) + + + # VermilionMod Adds a random assortment of wildly different things into C:DDA diff --git a/data/Unleash_The_Mods/Working_mods/Wandering_Masters/README.md b/data/Unleash_The_Mods/Working_mods/Wandering_Masters/README.md index 38f420c06..0264bf531 100644 --- a/data/Unleash_The_Mods/Working_mods/Wandering_Masters/README.md +++ b/data/Unleash_The_Mods/Working_mods/Wandering_Masters/README.md @@ -1,3 +1,14 @@ + + +**Table of Contents** + +- [Progress so far:](#progress-so-far) + - [Regular NPC:](#regular-npc) + - [MA teachers:](#ma-teachers) + - [Credits:](#credits) + + + My Wandering Masters mod that adds new NPCs with quest lines. Currently WIP. Most content works, but needs additional testing, dialogues needs proofreading etc. I'm open for suggestions and ideas of any kind! Some stuff works only on latest experimental versions! The idea of the mod is to add "Wandering Masters", NPCs that can 'teach' player martial arts after completing their quest line. diff --git a/data/Unleash_The_Mods/Working_mods/Warhammer_40K/README.md b/data/Unleash_The_Mods/Working_mods/Warhammer_40K/README.md index c3f1a4b28..35f52b573 100644 --- a/data/Unleash_The_Mods/Working_mods/Warhammer_40K/README.md +++ b/data/Unleash_The_Mods/Working_mods/Warhammer_40K/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [M_Warhammer_40K](#m_warhammer_40k) + + + # M_Warhammer_40K diff --git a/data/Unleash_The_Mods/Working_mods/Wastelands_Mod/README.md b/data/Unleash_The_Mods/Working_mods/Wastelands_Mod/README.md index faae9f581..8f5281f23 100644 --- a/data/Unleash_The_Mods/Working_mods/Wastelands_Mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Wastelands_Mod/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [Wastelands_Mod](#wastelands_mod) + + + # Wastelands_Mod diff --git a/data/Unleash_The_Mods/Working_mods/Wild_Living/README.md b/data/Unleash_The_Mods/Working_mods/Wild_Living/README.md index 162136893..b6b0dae3e 100644 --- a/data/Unleash_The_Mods/Working_mods/Wild_Living/README.md +++ b/data/Unleash_The_Mods/Working_mods/Wild_Living/README.md @@ -1,3 +1,37 @@ + + +**Table of Contents** + +- [Wild-Living](#wild-living) + - [Features](#features) + - [Tools](#tools) + - [Bone Pickaxe](#bone-pickaxe) + - [Flint Hand Drill](#flint-hand-drill) + - [Wooden Fish Trap](#wooden-fish-trap) + - [Wooden Dog Whistle](#wooden-dog-whistle) + - [Natural cordage screwdriver](#natural-cordage-screwdriver) + - [Materials](#materials) + - [Oilcloth](#oilcloth) + - [Clothing](#clothing) + - [Fur Backpack](#fur-backpack) + - [Fur Pelt Tanning](#fur-pelt-tanning) + - [Food & Food Preservation](#food--food-preservation) + - [Tea Bags](#tea-bags) + - [Cattail Rhizome processing](#cattail-rhizome-processing) + - [Harvestable Acorns](#harvestable-acorns) + - [Salt & Starch Extraction](#salt--starch-extraction) + - [Digestive Tracts](#digestive-tracts) + - [Early Game Help](#early-game-help) + - [More Cordage](#more-cordage) + - [Clay Changes](#clay-changes) + - [Constructables](#constructables) + - [Wooden Work Mat](#wooden-work-mat) + - [Makeshift Fence](#makeshift-fence) + - [Woven Fence](#woven-fence) + - [Plantable Fruit + Coffee Trees](#plantable-fruit--coffee-trees) + + + # Wild-Living A mod to bring a little more life and variety to the wilds of Cataclysm: Dark Days Ahead. diff --git a/data/Unleash_The_Mods/Working_mods/Youre_gonna_get_canned/README.md b/data/Unleash_The_Mods/Working_mods/Youre_gonna_get_canned/README.md index 81e09ac20..1271a668d 100644 --- a/data/Unleash_The_Mods/Working_mods/Youre_gonna_get_canned/README.md +++ b/data/Unleash_The_Mods/Working_mods/Youre_gonna_get_canned/README.md @@ -1,2 +1,10 @@ + + +**Table of Contents** + +- [cdda-youre-gonna-get-canned](#cdda-youre-gonna-get-canned) + + + # cdda-youre-gonna-get-canned A mod for Cataclysm: Dark Days Ahead. WIP Adds more recepies for canning and preserves. diff --git a/data/Unleash_The_Mods/Working_mods/Zets_CDDA_Mod/README.md b/data/Unleash_The_Mods/Working_mods/Zets_CDDA_Mod/README.md index 6cdf491e9..c18e5b517 100644 --- a/data/Unleash_The_Mods/Working_mods/Zets_CDDA_Mod/README.md +++ b/data/Unleash_The_Mods/Working_mods/Zets_CDDA_Mod/README.md @@ -1,3 +1,46 @@ + + +**Table of Contents** + +- [Zetsukaze's CDDA Tweaks!](#zetsukazes-cdda-tweaks) +- [Usage Guide](#usage-guide) +- [List of Changes](#list-of-changes) + - [Base Game](#base-game) + - [Armor](#armor) + - [Ankle Sheathe](#ankle-sheathe) + - [Tool Armor](#tool-armor) + - [Survivor Utility Belt](#survivor-utility-belt) + - [Vehicle Parts](#vehicle-parts) + - [Minifreezer](#minifreezer) + - [Minifridge](#minifridge) + - [Internal Boom Crane](#internal-boom-crane) + - [Comestibles](#comestibles) + - [Prepper pemmican](#prepper-pemmican) + - [Blazemod](#blazemod) + - [Vehicle Parts](#vehicle-parts-1) + - [Cargo dimensions!!!](#cargo-dimensions) + - [Boreal dimension](#boreal-dimension) + - [Gelidus dimension](#gelidus-dimension) + - [Cataclysm++](#cataclysm) + - [Armor](#armor-1) + - [Survivor's Archer Backpack](#survivors-archer-backpack) + - [Survivor's Scout Suit & Survivor's Armored Scout Suit](#survivors-scout-suit--survivors-armored-scout-suit) + - [Vehicle Parts](#vehicle-parts-2) + - [DC Fridge](#dc-fridge) + - [Survivor's Station](#survivors-station) + - [Advanced Gear](#advanced-gear) + - [Equipment](#equipment) + - [Nanotech 'mini-shoggoth' storage](#nanotech-mini-shoggoth-storage) + - [Nanotech liquid compressor](#nanotech-liquid-compressor) + - [Small nanotech liquid compressor](#small-nanotech-liquid-compressor) + - [Nanosuit](#nanosuit) + - [Vehicle Parts](#vehicle-parts-3) + - [Nanotech 'shoggoth' storage node](#nanotech-shoggoth-storage-node) + - [Nanotech crafting node](#nanotech-crafting-node) +- [My CDDA Mods](#my-cdda-mods) + + + # Zetsukaze's CDDA Tweaks! Minor tweaks to make the game more to my liking, some of the changes are OP, but this is a play your way game! diff --git a/data/Unleash_The_Mods/Working_mods/Zets_Hair_Extensions/README.md b/data/Unleash_The_Mods/Working_mods/Zets_Hair_Extensions/README.md index 7ef972ce2..54c6e9223 100644 --- a/data/Unleash_The_Mods/Working_mods/Zets_Hair_Extensions/README.md +++ b/data/Unleash_The_Mods/Working_mods/Zets_Hair_Extensions/README.md @@ -1,3 +1,19 @@ + + +**Table of Contents** + +- [Zetsukaze's Hair Extensions](#zetsukazes-hair-extensions) +- [Dependencies](#dependencies) +- [Usage Guide](#usage-guide) + - [Optional Steps](#optional-steps) + - [Info](#info) + - [List of Supported Mods](#list-of-supported-mods) + - [Issues](#issues) + - [Changelog](#changelog) +- [My CDDA Mods](#my-cdda-mods) + + + # Zetsukaze's Hair Extensions Hehe pun intended. Created to fix the Hairs+ mod for DeadPeopleTileset. Also, the terrible formatting was bugging me :man_shrugging: diff --git a/data/Unleash_The_Mods/Working_mods/Zets_Hair_More_Locations/README.md b/data/Unleash_The_Mods/Working_mods/Zets_Hair_More_Locations/README.md index 41f058dc2..6fac8f846 100644 --- a/data/Unleash_The_Mods/Working_mods/Zets_Hair_More_Locations/README.md +++ b/data/Unleash_The_Mods/Working_mods/Zets_Hair_More_Locations/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [Zets-Hair-More-Locations](#zets-hair-more-locations) +- [Dependencies](#dependencies) +- [Usage Guide](#usage-guide) + + + # Zets-Hair-More-Locations Adds hairs, eyes and skin for the mod More Locations, used with DeadPeopleTileset diff --git a/data/Unleash_The_Mods/Working_mods/amplified_player_features/README.md b/data/Unleash_The_Mods/Working_mods/amplified_player_features/README.md index 1314cdc2b..c90b06b86 100644 --- a/data/Unleash_The_Mods/Working_mods/amplified_player_features/README.md +++ b/data/Unleash_The_Mods/Working_mods/amplified_player_features/README.md @@ -1,3 +1,12 @@ + + +**Table of Contents** + +- [About](#about) +- [File names](#file-names) + + + # About This is a [Cataclysm: Dark Days Ahead](https://github.com/CleverRaven/Cataclysm-DDA) mod, which aims to expand appearance traits in the game while supporting [SomeDeadGuy](https://github.com/somedeadguy)'s [tileset](https://discourse.cataclysmdda.org/t/32x32-msx-dead-people-tileset/18775). It also introduces changes to group behaviour, so NPCs can spawn with all the new traits. diff --git a/data/Unleash_The_Mods/mods/Dmbb/README.md b/data/Unleash_The_Mods/mods/Dmbb/README.md index 7c7d84e1d..8ce138e8e 100644 --- a/data/Unleash_The_Mods/mods/Dmbb/README.md +++ b/data/Unleash_The_Mods/mods/Dmbb/README.md @@ -1,3 +1,14 @@ + + +**Table of Contents** + +- [Defense Mode but Better (DMBB)](#defense-mode-but-better-dmbb) + - [How to install the mod:](#how-to-install-the-mod) + - [DMBB Dependecies](#dmbb-dependecies) + - [What's in the .zip files?](#whats-in-the-zip-files) + + + # Defense Mode but Better (DMBB) ### How to install the mod: diff --git a/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/CHANGELOG.md b/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/CHANGELOG.md index c8da5d6e3..8049f5d79 100644 --- a/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/CHANGELOG.md +++ b/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/CHANGELOG.md @@ -1,3 +1,15 @@ + + +**Table of Contents** + +- [Release 2 - Jan/2021 for Bright Nights (not tested in mainline 0.E but should work too)](#release-2---jan2021-for-bright-nights-not-tested-in-mainline-0e-but-should-work-too) + - [JSON fixes and compatibility](#json-fixes-and-compatibility) + - [Balance](#balance) + - [New Content](#new-content) + - [New Fluff](#new-fluff) + + + # Release 2 - Jan/2021 for Bright Nights (not tested in mainline 0.E but should work too) ## JSON fixes and compatibility diff --git a/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/README.md b/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/README.md index 3e70dd44c..2ffa7e588 100644 --- a/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/README.md +++ b/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/README.md @@ -1,3 +1,22 @@ + + +**Table of Contents** + +- [Electrothermal-chemical Handguns etc mod for Cataclysm:Dark Days Ahead](#electrothermal-chemical-handguns-etc-mod-for-cataclysmdark-days-ahead) + - [Some info on this:](#some-info-on-this) + - [Electrothermal guns](#electrothermal-guns) + - [Overview](#overview) + - ["New" ammo types](#new-ammo-types) + - [.22](#22) + - [9x19mm](#9x19mm) + - [5.56x45mm](#556x45mm) + - [7.62x51mm](#762x51mm) + - [Other guns](#other-guns) + - [Other ammo](#other-ammo) + - [Other stuff](#other-stuff) + + + # Electrothermal-chemical Handguns etc mod for Cataclysm:Dark Days Ahead Perhaps a bridge between electromagnetic and chemically-propelled guns, which might leave prototype stage sooner than railguns in the near future, or not. diff --git a/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/coilgun_info.md b/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/coilgun_info.md index 227a7a9c7..cc03f4041 100644 --- a/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/coilgun_info.md +++ b/data/Unleash_The_Mods/mods/ETC_handguns_etc/Documents/coilgun_info.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [Probably realistic but impractical with *current year* technology coilgun specifications used in this mod.](#probably-realistic-but-impractical-with-current-year-technology-coilgun-specifications-used-in-this-mod) + - [GC166 Gauss Carbine](#gc166-gauss-carbine) + - [GG285 Gauss Gun](#gg285-gauss-gun) + + + # Probably realistic but impractical with *current year* technology coilgun specifications used in this mod. ## GC166 Gauss Carbine diff --git a/data/Unleash_The_Mods/mods/Monstergirl_Professions/README.md b/data/Unleash_The_Mods/mods/Monstergirl_Professions/README.md index 49c932d86..b8600eb37 100644 --- a/data/Unleash_The_Mods/mods/Monstergirl_Professions/README.md +++ b/data/Unleash_The_Mods/mods/Monstergirl_Professions/README.md @@ -1,3 +1,17 @@ + + +**Table of Contents** + +- [Monstergirl Professions](#monstergirl-professions) + - [Catgirl](#catgirl) + - [Wolfgirl](#wolfgirl) + - [Birdgirl](#birdgirl) + - [Scylla](#scylla) + - [Dryad](#dryad) + - [Satyr](#satyr) + + + # Monstergirl Professions This mod adds various monstergirls (or boys) as professions. I've also added a few add-on mutations to buff some underwhelming or negative mutations, they are only available via these professions. diff --git a/data/Unleash_The_Mods/mods/Monstergroups_Combo_Patch/README.md b/data/Unleash_The_Mods/mods/Monstergroups_Combo_Patch/README.md index 7a1ea34f6..2eb3ea1cc 100644 --- a/data/Unleash_The_Mods/mods/Monstergroups_Combo_Patch/README.md +++ b/data/Unleash_The_Mods/mods/Monstergroups_Combo_Patch/README.md @@ -1,2 +1,10 @@ + + +**Table of Contents** + +- [Monstergroup_Combo_Patch](#monstergroup_combo_patch) + + + # Monstergroup_Combo_Patch Evolving combination of monstergroup entries from various dependant mods, gathered together for ease of editing. diff --git a/data/Unleash_The_Mods/mods/Ninja_mod/README.md b/data/Unleash_The_Mods/mods/Ninja_mod/README.md index 1e3dc5046..b67ea90d4 100644 --- a/data/Unleash_The_Mods/mods/Ninja_mod/README.md +++ b/data/Unleash_The_Mods/mods/Ninja_mod/README.md @@ -1 +1,9 @@ + + +**Table of Contents** + +- [M_Ninja](#m_ninja) + + + # M_Ninja diff --git a/data/Unleash_The_Mods/mods/Private_Defense/README.md b/data/Unleash_The_Mods/mods/Private_Defense/README.md index da516c415..1c141b2ab 100644 --- a/data/Unleash_The_Mods/mods/Private_Defense/README.md +++ b/data/Unleash_The_Mods/mods/Private_Defense/README.md @@ -1,3 +1,25 @@ + + +**Table of Contents** + +- [What](#what) +- [Why](#why) +- [Models](#models) + - [Pistols](#pistols) + - [SMGs](#smgs) + - [Rifles](#rifles) + - [Shotguns](#shotguns) + - [Magazines](#magazines) + - [Rifles](#rifles-1) + - [SMGs](#smgs-1) + - [Pistols](#pistols-1) + - [Pistols (printing only)](#pistols-printing-only) + - [Mods](#mods) +- [Lore](#lore) +- [License](#license) + + + # What Private Defense (`private_defense`) is a [*Cataclysm: Dark Days Ahead*](http://github.com/cleverRaven/Cataclysm-DDA) mod that adds 3D-printable plastic firearms into the game. diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/expan.png b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/expan.png deleted file mode 100644 index 1881da5af..000000000 Binary files a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/expan.png and /dev/null differ diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/expan2.png b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/expan2.png deleted file mode 100644 index 06e563f4f..000000000 Binary files a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/expan2.png and /dev/null differ diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/fallback.png b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/fallback.png deleted file mode 100644 index 0c643692b..000000000 Binary files a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/fallback.png and /dev/null differ diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/mod_tileset.json b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/mod_tileset.json deleted file mode 100644 index bd115fb1a..000000000 --- a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/mod_tileset.json +++ /dev/null @@ -1,10517 +0,0 @@ -{ - "type": "mod_tileset", - "compatibility": [ - "UNDEAD_PEOPLE_BASE", - "UNDEAD_PEOPLE", - "MshockXottoplus", - "UNDEAD_PEOPLE_LIGHT", - "MSX++DEAD_PEOPLE" - ], - "tiles-new": [ - { - "file": "tiles.png", - "tiles": [ - { "id": "10mm", "fg": 1, "bg": 957, "rotates": false }, - { "id": "105mm_heat", "fg": 2, "rotates": false }, - { "id": "120mm_HEAT", "fg": 2, "bg": 957 }, - { "id": "120mm_usable_heat", "fg": 2, "bg": 957 }, - { "id": "155mm_heat", "fg": 2, "bg": 957 }, - { "id": "155mm_frag", "fg": 2, "bg": 957 }, - { "id": "155mm_shot", "fg": 2, "bg": 957 }, - { "id": "155mm_slug", "fg": 2, "bg": 957 }, - { "id": "120mm_usable_ap", "fg": 3, "bg": 957 }, - { "id": "120mm_usable_shot", "fg": 3, "bg": 957 }, - { "id": "120mm_usable_slug", "fg": 3, "bg": 957 }, - { "id": "12mm", "fg": 4, "bg": 957, "rotates": false }, - { "id": "20x66_beanbag", "fg": 5, "bg": 957, "rotates": false }, - { "id": "20x66_bootleg_flechette", "fg": 6, "bg": 957, "rotates": false }, - { "id": "20x66_bootleg_shot", "fg": 7, "bg": 957, "rotates": false }, - { "id": "20x66_bootleg_slug", "fg": 8, "bg": 957, "rotates": false }, - { "id": "20x66_exp", "fg": 9, "bg": 957, "rotates": false }, - { "id": "20x66_flare", "fg": 10, "bg": 957, "rotates": false }, - { "id": "20x66_flechette", "fg": 11, "bg": 957, "rotates": false }, - { "id": "20x66_frag", "fg": 12, "bg": 957, "rotates": false }, - { "id": "20x66_inc", "fg": 13, "bg": 957, "rotates": false }, - { "id": "20x66_shot", "fg": 14, "bg": 957, "rotates": false }, - { "id": "20x66_slug", "fg": 15, "bg": 957, "rotates": false }, - { "id": "20_dread", "fg": 16, "rotates": false }, - { "id": "bearing_lead", "fg": 16, "rotates": false }, - { "id": "223", "fg": 17, "bg": 957 }, - { "id": "22_cb", "fg": 18, "bg": 957, "rotates": false }, - { "id": "22_fmj", "fg": 19, "bg": 957, "rotates": false }, - { "id": "22_lr", "fg": 20, "bg": 957, "rotates": false }, - { "id": "22_ratshot", "fg": 21, "bg": 957, "rotates": false }, - { "id": "270", "fg": 22, "bg": 957, "rotates": false }, - { "id": "3006", "fg": 23, "bg": 957, "rotates": false }, - { "id": "3006fmj", "fg": 24, "bg": 957, "rotates": false }, - { "id": "3006_incendiary", "fg": 25, "bg": 957, "rotates": false }, - { "id": "300_winmag", "fg": 26, "bg": 957, "rotates": false }, - { "id": "reloaded_300_winmag", "fg": 26 }, - { "id": "308", "fg": 27, "bg": 957, "rotates": false }, - { "id": "30mm_hedp", "fg": 28, "bg": 957 }, - { "id": "30mm_hei", "fg": 29, "bg": 957 }, - { "id": "30mm_slug", "fg": 30, "bg": 957 }, - { "id": "32_acp", "fg": 31, "bg": 957, "rotates": false }, - { "id": "reloaded_32_acp", "fg": 31 }, - { "id": "36navy", "fg": 32, "bg": 957 }, - { "id": "38_fmj", "fg": 33, "bg": 957, "rotates": false }, - { "id": "38_special", "fg": 34, "bg": 957, "rotates": false }, - { "id": "38_super", "fg": 35, "bg": 957, "rotates": false }, - { "id": "40fmj", "fg": 36, "bg": 957, "rotates": false }, - { "id": "40mm_beanbag", "fg": 37, "bg": 957, "rotates": false }, - { "id": "40mm_concussive", "fg": 38, "bg": 957, "rotates": false }, - { "id": "40mm_flare", "fg": 39, "bg": 957, "rotates": false }, - { "id": "40mm_flashbang", "fg": 40, "bg": 957, "rotates": false }, - { "id": "40mm_flechette", "fg": 41, "bg": 957, "rotates": false }, - { "id": "40mm_frag", "fg": 42, "bg": 957, "rotates": false }, - { "id": "40mm_incendiary", "fg": 43, "bg": 957, "rotates": false }, - { "id": "40mm_shot", "fg": 44, "bg": 957, "rotates": false }, - { "id": "40mm_smoke", "fg": 45, "bg": 957, "rotates": false }, - { "id": "40mm_teargas", "fg": 46, "bg": 957, "rotates": false }, - { "id": "40sw", "fg": 47, "bg": 957, "rotates": false }, - { "id": "44fmj", "fg": 48, "bg": 957, "rotates": false }, - { "id": "44magnum", "fg": 49, "bg": 957, "rotates": false }, - { "id": "454_Casull", "fg": 50, "bg": 957, "rotates": false }, - { "id": "45_acp", "fg": 51, "bg": 957, "rotates": false }, - { "id": "45_jhp", "fg": 52, "bg": 957, "rotates": false }, - { "id": "45_super", "fg": 53, "bg": 957, "rotates": false }, - { "id": "46mm", "fg": 54, "bg": 957, "rotates": false }, - { "id": "500_Magnum", "fg": 55, "bg": 957, "rotates": false }, - { "id": "50bmg", "fg": 56, "bg": 957, "rotates": false }, - { "id": "50ss", "fg": 57, "bg": 957, "rotates": false }, - { "id": "50_incendiary", "fg": 58, "bg": 957, "rotates": false }, - { "id": "545", "fg": 59, "rotates": false }, - { "id": "545_ap", "fg": 60, "rotates": false }, - { "id": "556", "fg": 61, "bg": 957, "rotates": false }, - { "id": "556_incendiary", "fg": 62, "bg": 957, "rotates": false }, - { "id": "57mm", "fg": 63, "bg": 957, "rotates": false }, - { "id": "5x50dart", "fg": 64, "bg": 957, "rotates": false }, - { "id": "5x50heavy", "fg": 64, "bg": 957, "rotates": false }, - { "id": "654", "fg": 65, "bg": 957 }, - { "id": "reloaded_654", "fg": 65, "bg": 957 }, - { "id": "654t", "fg": 66, "bg": 957 }, - { "id": "66mm_HEAT", "fg": 67, "bg": 957, "rotates": false }, - { "id": "700nx", "fg": 68, "bg": 957, "rotates": false }, - { "id": "reloaded_700nx", "fg": 68 }, - { "id": "762_25", "fg": 69, "bg": 957, "rotates": false }, - { "id": "762_25hot", "fg": 69 }, - { "id": "762_25typeP", "fg": 69 }, - { "id": "reloaded_762_25", "fg": 69 }, - { "id": "762_51", "fg": 70, "bg": 957, "rotates": false }, - { "id": "762_51_incendiary", "fg": 71, "bg": 957, "rotates": false }, - { "id": "762_54R", "fg": 72, "bg": 957, "rotates": false }, - { "id": "762_m43", "fg": 73, "bg": 957, "rotates": false }, - { "id": "762_m87", "fg": 74, "bg": 957, "rotates": false }, - { "id": "84x246mm_he", "fg": 75, "bg": 957, "rotates": false }, - { "id": "84x246mm_hedp", "fg": 76, "bg": 957, "rotates": false }, - { "id": "84x246mm_smoke", "fg": 77, "bg": 957, "rotates": false }, - { "id": "8mm_bootleg", "fg": 78, "bg": 957, "rotates": false }, - { "id": "8mm_caseless", "fg": 79, "bg": 957, "rotates": false }, - { "id": "8mm_civilian", "fg": 80, "bg": 957, "rotates": false }, - { "id": [ "8mm_fmj", "357sig_fmj" ], "fg": 81, "bg": 957, "rotates": false }, - { "id": "8mm_hvp", "fg": 82, "bg": 957, "rotates": false }, - { "id": "8mm_inc", "fg": 83, "bg": 957, "rotates": false }, - { "id": [ "8mm_jhp", "357sig_jhp" ], "fg": 84, "bg": 957, "rotates": false }, - { "id": "9mm", "fg": 85, "bg": 957, "rotates": false }, - { "id": "9x18mm", "fg": 85, "bg": 957, "rotates": false }, - { "id": "9mmfmj", "fg": 86, "bg": 957, "rotates": false }, - { "id": "9x18mmfmj", "fg": 86, "bg": 957, "rotates": false }, - { "id": "9mmP", "fg": 87, "bg": 957, "rotates": false }, - { "id": "9mmP2", "fg": 88, "bg": 957, "rotates": false }, - { "id": "9x18mmP2", "fg": 88, "bg": 957, "rotates": false }, - { "id": [ "aluminum_foil", "foil_alum" ], "fg": 89, "bg": 957 }, - { "id": "ampoule", "fg": 90 }, - { "id": "stimpack_ammo", "fg": 90 }, - { "id": "arrowhead", "fg": 91, "bg": 957 }, - { "id": "blun_slug", "fg": 91 }, - { "id": "arrowhead_plastic", "fg": 92, "bg": 957 }, - { "id": "rubber_slug", "fg": 92 }, - { "id": "arrow_cf", "fg": 93, "bg": 957, "rotates": false }, - { "id": "arrow_exploding", "fg": 94, "bg": 957, "rotates": false }, - { "id": "arrow_field_point", "fg": 95, "bg": 957, "rotates": false }, - { "id": "arrow_field_point_fletched", "fg": 96, "bg": 957, "rotates": false }, - { "id": "arrow_fire_hardened", "fg": 97, "bg": 957, "rotates": false }, - { "id": "survival_marker", "fg": 97 }, - { "id": "arrow_fire_hardened_fletched", "fg": 98, "bg": 957, "rotates": false }, - { "id": "arrow_metal_sharpened_fletched", "fg": 98 }, - { "id": "arrow_flamming", "fg": 99, "bg": 957, "rotates": false }, - { "id": "flamable_arrow", "fg": 99 }, - { "id": "arrow_heavy_field_point", "fg": 100, "bg": 957 }, - { "id": "arrow_heavy_field_point_fletched", "fg": 101, "bg": 957, "rotates": false }, - { "id": "arrow_heavy_fire_hardened", "fg": 102, "bg": 957 }, - { "id": "arrow_heavy_fire_hardened_fletched", "fg": 103, "bg": 957, "rotates": false }, - { "id": "arrow_metal", "fg": 104, "bg": 957, "rotates": false }, - { "id": "arrow_metal_sharpened", "fg": 105, "bg": 957, "rotates": false }, - { "id": "steel_rail", "fg": 105 }, - { "id": "arrow_plastic", "fg": 106, "bg": 957, "rotates": false }, - { "id": "arrow_small_game", "fg": 107, "bg": 957, "rotates": false }, - { "id": "arrow_small_game_fletched", "fg": 107 }, - { "id": "arrow_wood_heavy", "fg": 108, "bg": 957, "rotates": false }, - { "id": "arrow_wood", "fg": 108, "bg": 957, "rotates": false }, - { "id": "atgm_heat", "fg": 109, "bg": 957 }, - { "id": "battery", "fg": 110, "rotates": false }, - { "id": "bb", "fg": 111, "rotates": false }, - { "id": "bearing", "fg": 112, "rotates": false }, - { "id": "bfeed", "fg": 113, "rotates": true }, - { "id": "bismuth", "fg": 114, "bg": 957 }, - { "id": "blun_flechette", "fg": 115 }, - { "id": "shrapnel", "fg": 115 }, - { "id": "dshards", "fg": 115 }, - { "id": "shards", "fg": 115 }, - { "id": "bolt_bone", "fg": 116, "bg": 957 }, - { "id": "bolt_explosive", "fg": 117, "rotates": false }, - { "id": "bolt_metal", "fg": 118, "bg": 957, "rotates": false }, - { "id": "garandclip", "fg": 5174, "rotates": false }, - { "id": "bolt_steel", "fg": 119, "bg": 957, "rotates": false }, - { "id": "bolt_wood", "fg": 120, "bg": 957, "rotates": false }, - { "id": "b_paint", "fg": 121, "bg": 957, "rotates": false }, - { "id": "cable", "fg": 122, "rotates": false }, - { "id": "chem_aluminium_powder", "fg": 123, "bg": 957 }, - { "id": "chem_zinc_powder", "fg": 123 }, - { "id": "chem_aluminium_sulphate", "fg": 124, "bg": 957 }, - { "id": "chem_ammonium_nitrate", "fg": 124, "bg": 957 }, - { "id": "chem_anfo", "fg": 124 }, - { "id": "chem_hmtd", "fg": 124 }, - { "id": "chem_rdx", "fg": 124 }, - { "id": "chem_saltpetre", "fg": 124 }, - { "id": "material_quicklime", "fg": 124 }, - { "id": "napalm", "fg": 124 }, - { "id": "chem_hexamine", "fg": 125, "bg": 957 }, - { "id": "wool_staple", "fg": 125 }, - { "id": "coal_lump", "fg": 126, "bg": 957, "rotates": false }, - { "id": "charcoal", "fg": 126, "bg": 957, "rotates": false }, - { "id": "coal", "fg": 126, "bg": 957, "rotates": false }, - { "id": "concrete", "fg": 127 }, - { "id": "mortar_build", "fg": 127 }, - { "id": "copper", "fg": 128, "bg": 957 }, - { "id": "diesel", "fg": 129, "rotates": false }, - { "id": "down_feather", "fg": 130, "rotates": false }, - { "id": "duct_tape", "fg": 131, "rotates": false }, - { "id": "essence", "fg": 132, "rotates": false }, - { "id": "essence_blood", "fg": 133, "rotates": false }, - { "id": "essence_dull", "fg": 134, "rotates": false }, - { "id": "dart", "fg": 135, "bg": 957, "rotates": false }, - { "id": "explosive_hm_rocket", "fg": 135 }, - { "id": "incendiary_hm_rocket", "fg": 135 }, - { "id": "spiked_rocket", "fg": 135 }, - { "id": "feather", "fg": 136, "rotates": false }, - { "id": "fungal_seeds", "fg": 137, "bg": 957, "rotates": false }, - { "id": "gasoline", "fg": 138, "rotates": false }, - { "id": "generic_no_ammo", "fg": 139, "rotates": false }, - { "id": [ "it_battery_mount", "vp_storage_battery_mount" ], "fg": 139 }, - { "id": "gold_small", "fg": 140, "bg": 957 }, - { "id": "gunpowder", "fg": 141, "rotates": false }, - { "id": "chem_black_powder", "fg": 141 }, - { "id": "g_carpet", "fg": 142, "bg": 957, "rotates": false }, - { "id": "g_paint", "fg": 143, "bg": 957, "rotates": false }, - { "id": "incendiary", "fg": 144, "bg": 957, "rotates": false }, - { "id": "magnesium", "fg": 144 }, - { "id": "material_cement", "fg": 144 }, - { "id": "javelin_copper", "fg": 145, "bg": 957 }, - { "id": "javelin_stone", "fg": 146, "bg": 957 }, - { "id": "lance_charge", "fg": 147, "bg": 957 }, - { "id": "lance_charge_shot", "fg": 148, "bg": 957 }, - { "id": "laser_pack", "fg": 149, "bg": 957, "rotates": false }, - { "id": "lawn_dart", "fg": 150, "bg": 957 }, - { "id": "lead", "fg": 151, "bg": 957 }, - { "id": "lgpistol_primer", "fg": 152, "rotates": false }, - { "id": "44army", "fg": 152, "bg": 958 }, - { "id": "flintlock_ammo", "fg": 152, "bg": 958 }, - { "id": "flintlock_shot", "fg": 152, "bg": 958 }, - { "id": "lgrifle_primer", "fg": 153, "rotates": false }, - { "id": "lye_powder", "fg": 154, "bg": 957, "rotates": false }, - { "id": "m235tpa", "fg": 155, "bg": 957, "rotates": false }, - { "id": "marble", "fg": 156, "rotates": false }, - { "id": "material_limestone", "fg": 157, "bg": 957 }, - { "id": "fish_bait", "fg": 157 }, - { "id": "material_sand", "fg": 158 }, - { "id": "medical_tape", "fg": 159, "rotates": false }, - { "id": "mininuke_mod", "fg": 160 }, - { "id": "h_projectile", "fg": 160 }, - { "id": "nail", "fg": 161, "rotates": false }, - { "id": "combatnail", "fg": 161 }, - { "id": "oxy_powder", "fg": 162, "bg": 957 }, - { "id": "pebble", "fg": 163, "bg": 957 }, - { "id": "pebble_clay", "fg": 163, "bg": 957 }, - { "id": "blun_shot", "fg": 163 }, - { "id": "plant_fibre", "fg": 164, "rotates": false }, - { "id": "plasma", "fg": 165, "bg": 957, "rotates": false }, - { "id": "plut_cell", "fg": 166, "rotates": false }, - { "id": "p_carpet", "fg": 167, "bg": 957, "rotates": false }, - { "id": "p_paint", "fg": 168, "bg": 957, "rotates": false }, - { "id": "rebar_rail", "fg": 169 }, - { "id": "reloaded_10mm", "fg": 170, "bg": 957, "rotates": false }, - { "id": "reloaded_223", "fg": 171, "bg": 957, "rotates": false }, - { "id": "reloaded_22_fmj", "fg": 172, "bg": 957 }, - { "id": "reloaded_22_lr", "fg": 173, "bg": 957 }, - { "id": "reloaded_270", "fg": 174, "bg": 957, "rotates": false }, - { "id": "reloaded_3006", "fg": 175, "bg": 957, "rotates": false }, - { "id": "reloaded_3006fmj", "fg": 175, "bg": 957 }, - { "id": "reloaded_3006_incendiary", "fg": 176, "bg": 957, "rotates": false }, - { "id": "reloaded_308", "fg": 177, "bg": 957, "rotates": false }, - { "id": "reloaded_38_fmj", "fg": 178, "bg": 957, "rotates": false }, - { "id": "reloaded_38_special", "fg": 179, "bg": 957, "rotates": false }, - { "id": "reloaded_38_super", "fg": 180, "bg": 957, "rotates": false }, - { "id": "reloaded_40fmj", "fg": 181, "bg": 957, "rotates": false }, - { "id": "reloaded_40sw", "fg": 182, "bg": 957, "rotates": false }, - { "id": "reloaded_44fmj", "fg": 183, "bg": 957, "rotates": false }, - { "id": "reloaded_44magnum", "fg": 184, "bg": 957, "rotates": false }, - { "id": "reloaded_454_Casull", "fg": 185, "bg": 957, "rotates": false }, - { "id": "reloaded_45_acp", "fg": 186, "bg": 957, "rotates": false }, - { "id": "reloaded_45_jhp", "fg": 187, "bg": 957, "rotates": false }, - { "id": "reloaded_45_super", "fg": 188, "bg": 957, "rotates": false }, - { "id": "reloaded_46mm", "fg": 189, "bg": 957, "rotates": false }, - { "id": "reloaded_500_Magnum", "fg": 190, "bg": 957, "rotates": false }, - { "id": "reloaded_50bmg", "fg": 191, "bg": 957, "rotates": false }, - { "id": "reloaded_50ss", "fg": 192, "bg": 957, "rotates": false }, - { "id": "reloaded_50_incendiary", "fg": 193, "bg": 957, "rotates": false }, - { "id": "reloaded_545", "fg": 194, "bg": 957 }, - { "id": "reloaded_545_ap", "fg": 195, "bg": 957 }, - { "id": "reloaded_556", "fg": 196, "bg": 957, "rotates": false }, - { "id": "reloaded_556_incendiary", "fg": 197, "bg": 957, "rotates": false }, - { "id": "reloaded_57mm", "fg": 198, "bg": 957, "rotates": false }, - { "id": "reloaded_5x50dart", "fg": 199, "bg": 957, "rotates": false }, - { "id": "reloaded_762_51", "fg": 200, "bg": 957, "rotates": false }, - { "id": "reloaded_762_54R", "fg": 200, "bg": 957 }, - { "id": "reloaded_762_51_incendiary", "fg": 201, "bg": 957, "rotates": false }, - { "id": "reloaded_762_m43", "fg": 202, "bg": 957, "rotates": false }, - { "id": "reloaded_762_m87", "fg": 203, "bg": 957, "rotates": false }, - { "id": "reloaded_9mm", "fg": 204, "bg": 957, "rotates": false }, - { "id": "reloaded_9x18mm", "fg": 204, "bg": 957, "rotates": false }, - { "id": "reloaded_9mmfmj", "fg": 205, "bg": 957, "rotates": false }, - { "id": "reloaded_9x18mmfmj", "fg": 205, "bg": 957, "rotates": false }, - { "id": "reloaded_9mmP", "fg": 206, "bg": 957, "rotates": false }, - { "id": "reloaded_9mmP2", "fg": 207, "bg": 957, "rotates": false }, - { "id": "reloaded_9x18mmP2", "fg": 207, "bg": 957, "rotates": false }, - { "id": "reloaded_laser_pack", "fg": 208, "bg": 957, "rotates": false }, - { "id": "reloaded_shot_00", "fg": 209, "bg": 957, "rotates": false }, - { "id": "reloaded_shot_bird", "fg": 210, "bg": 957, "rotates": false }, - { "id": "reloaded_shot_flechette", "fg": 211, "bg": 957 }, - { "id": "reloaded_shot_slug", "fg": 212, "bg": 957, "rotates": false }, - { "id": "RPG-7_ammo", "fg": 213, "rotates": false }, - { "id": "r_carpet", "fg": 214, "bg": 957, "rotates": false }, - { "id": "r_paint", "fg": 215, "bg": 957, "rotates": false }, - { "id": "scrap", "fg": 216, "rotates": false }, - { "id": "scrap_bronze", "fg": 217, "bg": 957 }, - { "id": "shaft_metal", "fg": 218, "rotates": false }, - { "id": "shaft_plastic", "fg": 219, "rotates": false }, - { "id": "shaft_wood", "fg": 220, "rotates": false }, - { "id": "heavy_snare_kit", "fg": 3568, "bg": 220 }, - { "id": "light_snare_kit", "fg": 3568, "bg": 220 }, - { "id": "shaft_wood_heavy", "fg": 221, "rotates": false }, - { "id": "shotgun_primer", "fg": 222, "rotates": false }, - { "id": "electric_primer", "fg": 222, "bg": 957 }, - { "id": "electric_primer_large", "fg": 222, "bg": 957 }, - { "id": "shot_00", "fg": 223, "bg": 957, "rotates": false }, - { "id": [ "shot_beanbag", "reloaded_shot_beanbag" ], "fg": 224, "bg": 957, "rotates": false }, - { "id": "shot_bird", "fg": 225, "bg": 957, "rotates": false }, - { "id": "shot_flechette", "fg": 226, "bg": 957, "rotates": false }, - { "id": "shot_he", "fg": 226, "bg": 957, "rotates": false }, - { "id": "shot_slug", "fg": 227, "bg": 957 }, - { "id": "shot_scrapslug", "fg": 227, "bg": 957 }, - { "id": "shot_scrap", "fg": 227, "bg": 957 }, - { "id": "signal_flare", "fg": 228, "bg": 957, "rotates": false }, - { "id": "silver_small", "fg": 229, "bg": 957 }, - { "id": "sinew", "fg": 230, "rotates": false }, - { "id": "smpistol_primer", "fg": 231, "rotates": false }, - { "id": "smrifle_primer", "fg": 232, "rotates": false }, - { "id": "soap", "fg": 233, "rotates": false }, - { "id": "solder_wire", "fg": 234, "rotates": false }, - { "id": "steel_chunk", "fg": 235, "rotates": false }, - { "id": "lead_plate", "fg": 235 }, - { "id": "tripwire", "fg": 3800, "bg": 235 }, - { "id": "steel_lump", "fg": 236, "rotates": false }, - { "id": "thread", "fg": 237, "rotates": false }, - { "id": "throwing_axe", "fg": 238, "bg": 957 }, - { "id": "throwing_knife", "fg": 239 }, - { "id": "throwing_stick", "fg": 240, "bg": 957 }, - { "id": "tin", "fg": 241, "bg": 957 }, - { "id": "tinder", "fg": 242, "bg": 957 }, - { "id": "unfinished_charcoal", "fg": 243, "rotates": false }, - { "id": "w_paint", "fg": 244, "bg": 957, "rotates": false }, - { "id": "bucket", "fg": 244 }, - { "id": "yarn", "fg": 245, "rotates": false }, - { "id": "y_carpet", "fg": 246, "bg": 957, "rotates": false }, - { "id": "y_paint", "fg": 247, "bg": 957, "rotates": false }, - { "id": "10gal_hat", "fg": 248, "rotates": false }, - { "id": "2byarm_guard", "fg": 249, "rotates": false }, - { "id": "2byshin_guard", "fg": 250, "rotates": false }, - { "id": "american_flag", "fg": 251, "bg": 957, "rotates": false }, - { "id": "apron_leather", "fg": 252, "bg": 957, "rotates": false }, - { "id": "armguard_bone", "fg": 253, "bg": 957 }, - { "id": "gauntlets_bone", "fg": 253 }, - { "id": "armguard_hard", "fg": 254, "rotates": false }, - { "id": "armguard_larmor", "fg": 255, "bg": 957 }, - { "id": "armguard_chitin", "fg": 255 }, - { "id": "armguard_acidchitin", "fg": 5171 }, - { "id": [ "armguard_metal", "armguard_lightplate" ], "fg": 256, "bg": 957, "rotates": false }, - { "id": "armguard_soft", "fg": 257, "rotates": false }, - { "id": "armor_blarmor", "fg": 258, "rotates": false }, - { "id": "armor_bone", "fg": 259, "rotates": false }, - { "id": "armor_chitin", "fg": 260, "rotates": false }, - { "id": "armor_acidchitin", "fg": 5169, "rotates": false }, - { "id": "armor_cuirass", "fg": 261, "bg": 957 }, - { "id": "kevlar_harness", "fg": 261 }, - { "id": "armor_farmor", "fg": 262, "rotates": false }, - { "id": "armor_lamellar", "fg": 263, "bg": 957, "rotates": false }, - { "id": "armor_larmor", "fg": 264, "rotates": false }, - { "id": [ "armor_lorica", "cuirass_lightplate" ], "fg": 265, "bg": 957 }, - { "id": "bookplate", "fg": 265 }, - { "id": "lsurvivor_armor", "fg": 265 }, - { "id": "armor_nomad", "fg": 266 }, - { "id": "overlay_worn_armor_nomad", "fg": 266, "rotates": false }, - { "id": "armor_plate", "fg": 267, "rotates": false }, - { "id": "armor_lightplate", "fg": 267, "rotates": false }, - { "id": "armor_samurai", "fg": 268, "bg": 957, "rotates": false }, - { "id": "hood_wsurvivor", "fg": 268 }, - { "id": "armor_scavenger", "fg": 269 }, - { "id": "overlay_worn_armor_scavenger", "fg": 269, "rotates": false }, - { "id": "army_top", "fg": 270, "rotates": false }, - { "id": "arm_splint", "fg": 271, "bg": 957, "rotates": false }, - { "id": "arm_warmers", "fg": 272, "bg": 957, "rotates": false }, - { "id": "backpack", "fg": 273, "rotates": false }, - { "id": "backpack_leather", "fg": 274, "rotates": false }, - { "id": "badge_deputy", "fg": 275, "bg": 957, "rotates": false }, - { "id": "badge_detective", "fg": 276, "bg": 957 }, - { "id": "badge_marshal", "fg": 277, "bg": 957 }, - { "id": "balclava", "fg": 278, "bg": 957, "rotates": false }, - { "id": "thermal_mask", "fg": 278, "bg": 957, "rotates": false }, - { "id": "thermal_mask_on", "fg": 278, "bg": 957, "rotates": false }, - { "id": "bandana", "fg": 279, "rotates": false }, - { "id": "barrette", "fg": 280, "bg": 957, "rotates": false }, - { "id": "beekeeping_hood", "fg": 281 }, - { "id": "overlay_worn_beekeeping_hood", "fg": 281, "rotates": false }, - { "id": "overlay_worn_hat_hooded", "fg": 281, "rotates": false }, - { "id": "beret", "fg": 282, "rotates": false }, - { "id": "beret_wool", "fg": 283, "rotates": false }, - { "id": "bindle", "fg": 284, "rotates": false }, - { "id": "blanket", "fg": 285, "rotates": false }, - { "id": "blazer", "fg": 286, "rotates": false }, - { "id": "boots", "fg": 287, "rotates": false }, - { "id": "boots_bunker", "fg": 288, "rotates": false }, - { "id": "boots_fsurvivor", "fg": 288 }, - { "id": "boots_combat", "fg": 289, "rotates": false }, - { "id": "boots_fur", "fg": 290, "rotates": false }, - { "id": "boots_hiking", "fg": 291, "rotates": false }, - { "id": "boots_hsurvivor", "fg": 292, "rotates": false }, - { "id": "boots_xlsurvivor", "fg": 292 }, - { "id": "boots_lsurvivor", "fg": 293, "rotates": false }, - { "id": "boots_bone", "fg": 293 }, - { "id": "boots_wsurvivor", "fg": 293 }, - { "id": "boots_rubber", "fg": 294, "rotates": false }, - { "id": "boots_steel", "fg": 295, "rotates": false }, - { "id": "boots_larmor", "fg": 295 }, - { "id": "boots_plate", "fg": 295 }, - { "id": "boots_survivor", "fg": 296, "rotates": false }, - { "id": "boots_h20survivor", "fg": 296 }, - { "id": "motorbike_boots", "fg": 296 }, - { "id": "boots_western", "fg": 297, "rotates": false }, - { "id": "boots_chitin", "fg": 297 }, - { "id": "boots_acidchitin", "fg": 5153 }, - { "id": "boots_winter", "fg": 298, "rotates": false }, - { "id": "bowhat", "fg": 299, "rotates": false }, - { "id": "boxer_briefs", "fg": 300, "rotates": false }, - { "id": "boxer_shorts", "fg": 301, "rotates": false }, - { "id": "under_armor_shorts", "fg": 301, "rotates": false }, - { "id": "boxing_gloves", "fg": 302, "bg": 957, "rotates": false }, - { "id": "boy_shorts", "fg": 303, "rotates": false }, - { "id": "bra", "fg": 304, "rotates": false }, - { "id": "bikini_top", "fg": 304 }, - { "id": "bikini_top_fur", "fg": 304 }, - { "id": "bikini_top_leather", "fg": 304 }, - { "id": "fancy_bra", "fg": 304 }, - { "id": "briefcase", "fg": 305, "rotates": false }, - { "id": "weather_reader", "fg": 305 }, - { "id": "briefs", "fg": 306, "rotates": false }, - { "id": "bunker_coat", "fg": 307, "bg": 957, "rotates": false }, - { "id": "bunker_pants", "fg": 308, "bg": 957, "rotates": false }, - { "id": "camisole", "fg": 309, "rotates": false }, - { "id": "chainmail_arms", "fg": 310, "bg": 957 }, - { "id": "beekeeping_gloves", "fg": 310 }, - { "id": "chainmail_hauberk", "fg": 311, "rotates": false }, - { "id": "chainmail_suit", "fg": 311 }, - { "id": "chainmail_hood", "fg": 312, "bg": 957 }, - { "id": "hood_xlsurvivor", "fg": 312 }, - { "id": "chainmail_legs", "fg": 313, "bg": 957 }, - { "id": "chainmail_vest", "fg": 314, "bg": 957 }, - { "id": "chaps_leather", "fg": 315, "rotates": false }, - { "id": "chestrig", "fg": 316, "bg": 957, "rotates": false }, - { "id": "chestwrap", "fg": 317, "bg": 957 }, - { "id": "chestwrap_fur", "fg": 318, "bg": 957 }, - { "id": "chestwrap_leather", "fg": 319, "bg": 957 }, - { "id": "chestwrap_wool", "fg": 320, "bg": 957 }, - { "id": "cleansuit", "fg": 321, "rotates": false }, - { "id": "cleats", "fg": 322, "bg": 957, "rotates": false }, - { "id": "cloak", "fg": 323, "bg": 957 }, - { "id": "cloak_fur", "fg": 324, "bg": 957 }, - { "id": "cloak_leather", "fg": 325, "bg": 957 }, - { "id": "cloak_wool", "fg": 326, "bg": 957 }, - { "id": "clownshoes", "fg": 327, "bg": 957, "rotates": false }, - { "id": "clown_suit", "fg": 328, "bg": 957, "rotates": false }, - { "id": "coat_fur", "fg": 329, "bg": 957, "rotates": false }, - { "id": "coat_lab", "fg": 330, "rotates": false }, - { "id": "coat_rain", "fg": 331, "rotates": false }, - { "id": "coat_winter", "fg": 332, "bg": 957, "rotates": false }, - { "id": "copper_bracelet", "fg": 333, "bg": 957 }, - { "id": "copper_ear", "fg": 333 }, - { "id": "corset", "fg": 334, "bg": 957, "rotates": false }, - { "id": "cowboy_hat", "fg": 335, "bg": 957, "rotates": false }, - { "id": "dance_shoes", "fg": 336, "rotates": false }, - { "id": "depowered_armor", "fg": 337, "bg": 957, "rotates": false }, - { "id": "depowered_helmet", "fg": 338, "bg": 957, "rotates": false }, - { "id": "diamond_ring", "fg": 339, "bg": 957 }, - { "id": "dinosuit", "fg": 340, "bg": 957, "rotates": false }, - { "id": "down_blanket", "fg": 341 }, - { "id": "dragonskin", "fg": 342 }, - { "id": "overlay_worn_dragonskin", "fg": 342, "rotates": false }, - { "id": "overlay_worn_kevlar", "fg": 342, "rotates": false }, - { "id": "overlay_worn_makeshift_kevlar", "fg": 342, "rotates": false }, - { "id": "dress", "fg": 343, "bg": 957, "rotates": false }, - { "id": "dress_shirt", "fg": 344, "rotates": false }, - { "id": "dress_shoes", "fg": 345, "rotates": false }, - { "id": "dress_wedding", "fg": 346, "bg": 957, "rotates": false }, - { "id": "duffelbag", "fg": 347, "rotates": false }, - { "id": "dump_pouch", "fg": 348, "bg": 957 }, - { "id": [ "ammo_satchel", "flintlock_pouch", "magbandolier" ], "fg": 348 }, - { "id": "bandolier_pistol", "fg": 348 }, - { "id": "bandolier_rifle", "fg": 348 }, - { "id": "bandolier_shotgun", "fg": 348 }, - { "id": "bandolier_wrist", "fg": 348 }, - { "id": "chestpouch", "fg": 348 }, - { "id": "grenade_pouch", "fg": 348 }, - { "id": "ear_plugs", "fg": 349, "rotates": false }, - { "id": "elbow_pads", "fg": 350, "bg": 957, "rotates": false }, - { "id": "knee_pads", "fg": 350, "bg": 957, "rotates": false }, - { "id": "entry_suit", "fg": 351 }, - { "id": "overlay_worn_entry_suit", "fg": 351, "rotates": false }, - { "id": "fancy_sunglasses", "fg": 352, "bg": 957, "rotates": false }, - { "id": "fanny", "fg": 353, "bg": 957, "rotates": false }, - { "id": "runner_bag", "fg": 353, "bg": 957, "rotates": false }, - { "id": "survivor_runner_pack", "fg": 353, "bg": 957, "rotates": false }, - { "id": "blindfold", "fg": 353 }, - { "id": "survivor_belt", "fg": 353 }, - { "id": "survivor_belt_notools", "fg": 353 }, - { "id": "fencing_jacket", "fg": 354 }, - { "id": "overlay_worn_fencing_jacket", "fg": 354, "rotates": false }, - { "id": "fencing_mask", "fg": 355 }, - { "id": "overlay_worn_fencing_mask", "fg": 355, "rotates": false }, - { "id": "firehelmet", "fg": 356, "bg": 957 }, - { "id": "fire_gauntlets", "fg": 357, "rotates": false }, - { "id": "fishing_waders", "fg": 358, "bg": 957, "rotates": false }, - { "id": "flag_shirt", "fg": 359, "bg": 957, "rotates": false }, - { "id": "flip_flops", "fg": 360, "rotates": false }, - { "id": "leathersandals", "fg": 360, "bg": 957, "rotates": false }, - { "id": "bastsandals", "fg": 360 }, - { "id": "clogs", "fg": 360 }, - { "id": "geta", "fg": 360 }, - { "id": "slippers", "fg": 360 }, - { "id": [ "flotation_vest", "flotation_vest_ms" ], "fg": 361, "bg": 957, "rotates": false }, - { "id": "football_armor", "fg": 362, "rotates": false }, - { "id": "footrags", "fg": 363, "bg": 957 }, - { "id": "sockmitts", "fg": 363 }, - { "id": "footrags_fur", "fg": 364, "bg": 957 }, - { "id": "footrags_leather", "fg": 365, "rotates": false }, - { "id": "nomex_socks", "fg": 365 }, - { "id": "footrags_wool", "fg": 366, "bg": 957 }, - { "id": "fur_blanket", "fg": 367, "rotates": false }, - { "id": "fur_cat_ears", "fg": 368, "bg": 957, "rotates": false }, - { "id": "fur_cat_tail", "fg": 369, "bg": 957, "rotates": false }, - { "id": "fur_collar", "fg": 370, "bg": 957, "rotates": false }, - { "id": "gambeson", "fg": 371, "bg": 957 }, - { "id": "gauntlets_chitin", "fg": 372, "bg": 957, "rotates": false }, - { "id": "gauntlets_acidchitin", "fg": 5155, "bg": 957, "rotates": false }, - { "id": "gauntlets_larmor", "fg": 372 }, - { "id": "glasses_bal", "fg": 373, "bg": 957, "rotates": false }, - { "id": "glasses_monocle", "fg": 374, "bg": 957, "rotates": false }, - { "id": "glasses_reading", "fg": 375, "rotates": false }, - { "id": "glasses_bifocal", "fg": 375 }, - { "id": "glasses_eye", "fg": 375 }, - { "id": [ "glasses_safety", "eclipse_glasses" ], "fg": 376, "bg": 957, "rotates": false }, - { "id": "survivor_goggles", "fg": 376 }, - { "id": "gloves_fingerless", "fg": 377, "rotates": false }, - { "id": "gloves_fingerless_mod", "fg": 377, "bg": 957, "rotates": false }, - { "id": "gloves_fur", "fg": 378, "rotates": false }, - { "id": "gloves_leather", "fg": 379, "rotates": false }, - { "id": "gloves_light", "fg": 380, "rotates": false }, - { "id": "gloves_liner", "fg": 381, "rotates": false }, - { "id": "thermal_gloves", "fg": 381, "bg": 957, "rotates": false }, - { "id": "thermal_gloves_on", "fg": 381, "bg": 957, "rotates": false }, - { "id": "glove_jackson", "fg": 381 }, - { "id": "long_glove_white", "fg": 381 }, - { "id": "gloves_medical", "fg": 382, "rotates": false }, - { "id": "gloves_plate", "fg": 383 }, - { "id": [ "overlay_worn_armguard_metal", "overlay_worn_armguard_lightplate" ], "fg": 383, "rotates": false }, - { "id": "gloves_rubber", "fg": 384, "rotates": false }, - { "id": "gloves_fsurvivor", "fg": 384 }, - { "id": "nomex_gloves", "fg": 384 }, - { "id": "gloves_tactical", "fg": 385, "rotates": false }, - { "id": "gloves_lsurvivor", "fg": 385 }, - { "id": "gloves_winter", "fg": 386, "rotates": false }, - { "id": "winter_gloves_army", "fg": 386, "bg": 957, "rotates": false }, - { "id": "gloves_h20survivor", "fg": 386 }, - { "id": "gloves_wsurvivor", "fg": 386 }, - { "id": "gloves_wool", "fg": 387, "rotates": false }, - { "id": "gloves_work", "fg": 388, "bg": 957 }, - { "id": "gloves_hsurvivor", "fg": 388 }, - { "id": "gloves_survivor", "fg": 388 }, - { "id": "gloves_wraps", "fg": 389, "bg": 957 }, - { "id": "gloves_wraps_fur", "fg": 390, "bg": 957 }, - { "id": "gloves_bag", "fg": 390 }, - { "id": "gloves_wraps_leather", "fg": 391, "bg": 957 }, - { "id": "gloves_wraps_wool", "fg": 392, "bg": 957 }, - { "id": "gloves_xlsurvivor", "fg": 392 }, - { "id": "gobag", "fg": 393, "bg": 957 }, - { "id": "goggles_ski", "fg": 394, "bg": 957, "rotates": false }, - { "id": "goggles_swim", "fg": 395, "bg": 957, "rotates": false }, - { "id": "goggles_welding", "fg": 396, "bg": 957, "rotates": false }, - { "id": "gold_bracelet", "fg": 397, "bg": 957 }, - { "id": "gold_ear", "fg": 397 }, - { "id": "gold_watch", "fg": 398, "rotates": false }, - { "id": "sf_watch", "fg": 398, "rotates": false }, - { "id": "gown", "fg": 399, "bg": 957 }, - { "id": "greatcoat", "fg": 400, "bg": 957 }, - { "id": "halter_top", "fg": 401, "rotates": false }, - { "id": "hat_ball", "fg": 402, "bg": 957, "rotates": false }, - { "id": "hat_boonie", "fg": 403, "bg": 957, "rotates": false }, - { "id": "hat_chef", "fg": 404, "bg": 957, "rotates": false }, - { "id": "hat_cotton", "fg": 405, "bg": 957, "rotates": false }, - { "id": "hat_fur", "fg": 406, "bg": 957, "rotates": false }, - { "id": "hat_hard", "fg": 407, "rotates": false }, - { "id": "hat_hard_hooded", "fg": 408, "bg": 957 }, - { "id": "hat_hooded", "fg": 409, "bg": 957 }, - { "id": "hat_hunting", "fg": 410, "bg": 957, "rotates": false }, - { "id": "hat_knit", "fg": 411, "rotates": false }, - { "id": "kufi", "fg": 411 }, - { "id": "hat_newsboy", "fg": 412, "bg": 957 }, - { "id": "kippah", "fg": 412 }, - { "id": "hat_sombrero", "fg": 413, "bg": 957 }, - { "id": "hazmat_suit", "fg": 414, "bg": 957, "rotates": false }, - { "id": "headgear", "fg": 415, "bg": 957, "rotates": false }, - { "id": "heels", "fg": 416, "rotates": false }, - { "id": "helmet_army", "fg": 417, "rotates": false }, - { "id": "helmet_ball", "fg": 418, "rotates": false }, - { "id": "helmet_barbute", "fg": 419, "bg": 957 }, - { "id": "helmet_bike", "fg": 420, "bg": 957, "rotates": false }, - { "id": "helmet_bone", "fg": 421, "rotates": false }, - { "id": "helmet_chitin", "fg": 422, "rotates": false }, - { "id": "helmet_acidchitin", "fg": 5136, "rotates": false }, - { "id": "helmet_conical", "fg": 423, "rotates": false }, - { "id": "hood_fsurvivor", "fg": 423 }, - { "id": "helmet_corinthian", "fg": 424, "rotates": false }, - { "id": "helmet_football", "fg": 425, "rotates": false }, - { "id": "helmet_galea", "fg": 426, "rotates": false }, - { "id": "helmet_lobster", "fg": 426 }, - { "id": "helmet_survivor", "fg": 426 }, - { "id": "helmet_xlsurvivor", "fg": 426 }, - { "id": "helmet_kabuto", "fg": 427, "bg": 957 }, - { "id": "helmet_larmor", "fg": 427 }, - { "id": "helmet_liner", "fg": 428, "rotates": false }, - { "id": "helmet_netting", "fg": 428 }, - { "id": "helmet_motor", "fg": 429, "rotates": false }, - { "id": "helmet_nasal", "fg": 430, "rotates": false }, - { "id": "helmet_plate", "fg": 431, "bg": 957, "rotates": false }, - { "id": "helmet_riot", "fg": 432, "rotates": false }, - { "id": "helmet_skid", "fg": 433, "bg": 957, "rotates": false }, - { "id": "helmet_hsurvivor", "fg": 433 }, - { "id": "holster", "fg": 434, "bg": 957, "rotates": false }, - { "id": "sholster", "fg": 434, "bg": 957, "rotates": false }, - { "id": "bootstrap", "fg": 434 }, - { "id": "legrig", "fg": 434 }, - { "id": "holy_symbol", "fg": 435, "bg": 957 }, - { "id": "holy_symbol_wood", "fg": 435 }, - { "id": "hoodie", "fg": 436, "rotates": false }, - { "id": "wool_hoodie", "fg": 436 }, - { "id": "hood_rain", "fg": 437, "rotates": false }, - { "id": "cowl_wool", "fg": 437 }, - { "id": "hot_pants", "fg": 438, "bg": 957, "rotates": false }, - { "id": "hot_pants_fur", "fg": 438 }, - { "id": "hot_pants_leather", "fg": 438 }, - { "id": "house_coat", "fg": 439, "rotates": false }, - { "id": "iggaak", "fg": 440, "bg": 957 }, - { "id": "jacket_army", "fg": 441, "rotates": false }, - { "id": "jacket_evac", "fg": 442, "bg": 957 }, - { "id": "jacket_flannel", "fg": 443, "rotates": false }, - { "id": "jacket_jean", "fg": 444, "rotates": false }, - { "id": "technician_shirt_blue", "fg": 444 }, - { "id": "technician_shirt_ltblue", "fg": 444 }, - { "id": "jacket_leather", "fg": 445, "rotates": false }, - { "id": "jacket_leather_mod", "fg": 445 }, - { "id": "jacket_light", "fg": 446, "rotates": false }, - { "id": "jacket_windbreaker", "fg": 446 }, - { "id": "jeans", "fg": 447, "rotates": false }, - { "id": "jerrypack", "fg": 448, "bg": 957 }, - { "id": "jersey", "fg": 449, "rotates": false }, - { "id": "judo_belt_blue", "fg": 450, "bg": 957 }, - { "id": "judo_belt_brown", "fg": 451, "rotates": false }, - { "id": "drivebelt_makeshift", "fg": 451 }, - { "id": "judo_belt_green", "fg": 452, "rotates": false }, - { "id": "judo_belt_orange", "fg": 453, "rotates": false }, - { "id": "judo_belt_white", "fg": 454, "rotates": false }, - { "id": "judo_belt_yellow", "fg": 455, "bg": 957 }, - { "id": "jumpsuit", "fg": 456, "bg": 957, "rotates": false }, - { "id": "jumpsuit_xl", "fg": 456, "bg": 957 }, - { "id": "karate_gi", "fg": 457, "bg": 957 }, - { "id": "judo_gi", "fg": 457, "bg": 957 }, - { "id": "kariginu", "fg": 457 }, - { "id": "keikogi", "fg": 458, "bg": 957 }, - { "id": "technician_shirt_gray", "fg": 458 }, - { "id": "kevlar", "fg": 459, "bg": 957, "rotates": false }, - { "id": "knee_high_boots", "fg": 460, "bg": 957 }, - { "id": "leather_belt", "fg": 461, "bg": 957, "rotates": false }, - { "id": "drivebelt", "fg": 461 }, - { "id": "leather_cat_ears", "fg": 462, "bg": 957, "rotates": false }, - { "id": "leather_cat_tail", "fg": 463, "bg": 957, "rotates": false }, - { "id": "leather_collar", "fg": 464, "bg": 957, "rotates": false }, - { "id": "legguard_bronze", "fg": 465, "rotates": false }, - { "id": "legguard_hard", "fg": 466, "bg": 957, "rotates": false }, - { "id": [ "legguard_metal", "legguard_lightplate" ], "fg": 467, "bg": 957, "rotates": false }, - { "id": "leg_splint", "fg": 468, "bg": 957 }, - { "id": "legguard_paper", "fg": 468 }, - { "id": "leg_warmers", "fg": 469, "bg": 957, "rotates": false }, - { "id": "leg_warmers_xl", "fg": 469, "bg": 957 }, - { "id": "leg_warmers_f", "fg": 470, "bg": 957 }, - { "id": "leg_warmers_xlf", "fg": 470, "rotates": false }, - { "id": "locket", "fg": 471, "bg": 957, "rotates": false }, - { "id": "loincloth", "fg": 472, "rotates": false }, - { "id": "legpouch", "fg": 472 }, - { "id": "loincloth_fur", "fg": 473, "rotates": false }, - { "id": "loincloth_leather", "fg": 474, "rotates": false }, - { "id": "legpouch_large", "fg": 474 }, - { "id": "loincloth_wool", "fg": 475, "rotates": false }, - { "id": "longshirt", "fg": 476, "rotates": false }, - { "id": "kittel", "fg": 476 }, - { "id": "long_underpants", "fg": 477, "bg": 957, "rotates": false }, - { "id": "long_undertop", "fg": 478, "bg": 957, "rotates": false }, - { "id": "lowtops", "fg": 479, "rotates": false }, - { "id": "sneakers", "fg": 479, "rotates": false }, - { "id": "shoes_bowling", "fg": 479 }, - { "id": "maid_dress", "fg": 480, "rotates": false }, - { "id": "makeshift_knapsack", "fg": 481, "bg": 957 }, - { "id": "leather_pouch", "fg": 481 }, - { "id": "ragpouch", "fg": 481 }, - { "id": "mask_bal", "fg": 482, "bg": 957, "rotates": false }, - { "id": "mask_dust", "fg": 483, "rotates": false }, - { "id": "mask_filter", "fg": 484, "rotates": false }, - { "id": "mask_gas", "fg": 485, "rotates": false }, - { "id": "mask_gas_xl", "fg": 485, "bg": 957 }, - { "id": "mask_guy_fawkes", "fg": 486, "bg": 957 }, - { "id": "mask_hockey", "fg": 487, "bg": 957, "rotates": false }, - { "id": "mask_survivor", "fg": 488, "bg": 957, "rotates": false }, - { "id": "mask_survivorxl", "fg": 488, "bg": 957, "rotates": false }, - { "id": "mbag", "fg": 489, "rotates": false }, - { "id": "mittens", "fg": 490, "bg": 957, "rotates": false }, - { "id": "mocassins", "fg": 491, "rotates": false }, - { "id": "shoes_birchbark", "fg": 491, "bg": 957, "rotates": false }, - { "id": "straw_sandals", "fg": 491 }, - { "id": "modularvest", "fg": 492, "bg": 957, "rotates": false }, - { "id": "modularvestceramic", "fg": 492, "bg": 957, "rotates": false }, - { "id": "modularvesthard", "fg": 492, "bg": 957, "rotates": false }, - { "id": "modularvestkevlar", "fg": 492, "bg": 957, "rotates": false }, - { "id": "modularveststeel", "fg": 492, "bg": 957, "rotates": false }, - { "id": "modularvestsuper", "fg": 492, "bg": 957, "rotates": false }, - { "id": "molle_pack", "fg": 493, "bg": 957, "rotates": false }, - { "id": "mouthpiece", "fg": 494, "bg": 957 }, - { "id": "nanoskirt", "fg": 495, "rotates": false }, - { "id": "dress_skirt", "fg": 495 }, - { "id": "microskirt", "fg": 495 }, - { "id": "necklace", "fg": 496, "bg": 957, "rotates": false }, - { "id": "obi_gi", "fg": 497, "bg": 957, "rotates": false }, - { "id": "judo_belt_black", "fg": 497, "bg": 957, "rotates": false }, - { "id": "optical_cloak", "fg": 498 }, - { "id": "overlay_female_worn_dress_shirt", "fg": 499, "rotates": false }, - { "id": "overlay_female_worn_postman_shirt", "fg": 499, "rotates": false }, - { "id": "overlay_female_worn_jumpsuit", "fg": 500, "rotates": false }, - { "id": "overlay_female_worn_jumpsuit_xl", "fg": 500, "rotates": false }, - { "id": "overlay_female_worn_long_underpants", "fg": 501, "rotates": false }, - { "id": "overlay_female_worn_long_undertop", "fg": 502, "rotates": false }, - { "id": "overlay_female_worn_sheriffshirt", "fg": 503, "rotates": false }, - { "id": "overlay_female_worn_longshirt", "fg": 503, "rotates": false }, - { "id": "overlay_female_worn_tshirt", "fg": 504, "rotates": false }, - { "id": "overlay_female_worn_linuxtshirt", "fg": 504, "rotates": false }, - { "id": "overlay_female_worn_polo_shirt", "fg": 504, "rotates": false }, - { "id": "overlay_female_worn_tshirt_text", "fg": 504, "rotates": false }, - { "id": "overlay_female_worn_under_armor", "fg": 505, "rotates": false }, - { "id": "overlay_female_worn_union_suit", "fg": 506, "rotates": false }, - { "id": "overlay_male_worn_dress_shirt", "fg": 507, "rotates": false }, - { "id": "overlay_male_worn_postman_shirt", "fg": 507, "rotates": false }, - { "id": "overlay_male_worn_jumpsuit", "fg": 508, "rotates": false }, - { "id": "overlay_male_worn_jumpsuit_xl", "fg": 508, "rotates": false }, - { "id": "overlay_male_worn_long_underpants", "fg": 509, "rotates": false }, - { "id": "overlay_male_worn_long_undertop", "fg": 510, "rotates": false }, - { "id": "overlay_male_worn_sheriffshirt", "fg": 511, "rotates": false }, - { "id": "overlay_male_worn_longshirt", "fg": 511, "rotates": false }, - { "id": "overlay_male_worn_tshirt", "fg": 512, "rotates": false }, - { "id": "overlay_male_worn_linuxtshirt", "fg": 512, "rotates": false }, - { "id": "overlay_male_worn_polo_shirt", "fg": 512, "rotates": false }, - { "id": "overlay_male_worn_tshirt_text", "fg": 512, "rotates": false }, - { "id": "overlay_male_worn_under_armor", "fg": 513, "rotates": false }, - { "id": "overlay_male_worn_union_suit", "fg": 514, "rotates": false }, - { "id": "overlay_worn_aep_suit", "fg": 515, "rotates": false }, - { "id": "aep_suit", "fg": 515 }, - { "id": "overlay_worn_american_flag", "fg": 516, "rotates": false }, - { "id": "overlay_worn_anbc_suit", "fg": 517, "rotates": false }, - { "id": "anbc_suit", "fg": 517 }, - { "id": "overlay_worn_hazmat_suit", "fg": 517, "rotates": false }, - { "id": "overlay_worn_armguard_chitin", "fg": 518, "rotates": false }, - { "id": "overlay_worn_armguard_acidchitin", "fg": 5170, "rotates": false }, - { "id": "overlay_worn_armguard_larmor", "fg": 518, "rotates": false }, - { "id": "overlay_worn_armguard_hard", "fg": 519, "rotates": false }, - { "id": "overlay_worn_2byarm_guard", "fg": 519, "rotates": false }, - { "id": "overlay_worn_armguard_soft", "fg": 519, "rotates": false }, - { "id": "overlay_worn_armguard_paper", "fg": 520, "rotates": false }, - { "id": "armguard_paper", "fg": 520 }, - { "id": "overlay_worn_armor_bone", "fg": 521, "rotates": false }, - { "id": "overlay_worn_armor_chitin", "fg": 522, "rotates": false }, - { "id": "overlay_worn_armor_acidchitin", "fg": 5168, "rotates": false }, - { "id": "overlay_worn_armor_larmor", "fg": 523, "rotates": false }, - { "id": "overlay_worn_armor_blarmor", "fg": 523, "rotates": false }, - { "id": "overlay_worn_armor_farmor", "fg": 523, "rotates": false }, - { "id": "overlay_worn_armor_lamellar", "fg": 523, "rotates": false }, - { "id": "overlay_worn_armor_plarmor", "fg": 524, "rotates": false }, - { "id": "armor_plarmor", "fg": 524 }, - { "id": "overlay_worn_armor_plate", "fg": 525, "rotates": false }, - { "id": "overlay_worn_armor_lightplate", "fg": 525, "rotates": false }, - { "id": "overlay_worn_armor_samurai", "fg": 526, "rotates": false }, - { "id": "overlay_worn_armor_scrapsuit", "fg": 527, "rotates": false }, - { "id": "armor_scrapsuit", "fg": 527 }, - { "id": "overlay_worn_army_top", "fg": 528, "rotates": false }, - { "id": "overlay_worn_arm_splint", "fg": 529, "rotates": false }, - { "id": "overlay_worn_arm_warmers", "fg": 530, "rotates": false }, - { "id": "overlay_worn_backpack", "fg": 531, "rotates": false }, - { "id": "overlay_worn_backpack_leather", "fg": 531, "rotates": false }, - { "id": "overlay_worn_survivor_pack", "fg": 531, "rotates": false }, - { "id": "overlay_worn_back_holster", "fg": 532, "rotates": false }, - { "id": "overlay_worn_balclava", "fg": 533, "rotates": false }, - { "id": "overlay_worn_bandana", "fg": 534, "rotates": false }, - { "id": "overlay_worn_bastsandals", "fg": 535, "rotates": false }, - { "id": "overlay_worn_beekeeping_suit", "fg": 536, "rotates": false }, - { "id": "beekeeping_suit", "fg": 536 }, - { "id": "overlay_worn_beret", "fg": 537, "rotates": false }, - { "id": "overlay_worn_beret_wool", "fg": 537, "rotates": false }, - { "id": "overlay_worn_bikini_bottom", "fg": 538, "rotates": false }, - { "id": "overlay_worn_bikini_top", "fg": 539, "rotates": false }, - { "id": "overlay_worn_bindle", "fg": 540, "rotates": false }, - { "id": "overlay_worn_blanket", "fg": 541, "rotates": false }, - { "id": "overlay_worn_down_blanket", "fg": 541, "rotates": false }, - { "id": "overlay_worn_fur_blanket", "fg": 541, "rotates": false }, - { "id": "overlay_worn_sheet", "fg": 541, "rotates": false }, - { "id": "overlay_worn_emer_blanket_on", "fg": 541, "rotates": false }, - { "id": "overlay_worn_tarp", "fg": 541, "rotates": false }, - { "id": "overlay_worn_emer_blanket", "fg": 541, "rotates": false }, - { "id": "overlay_worn_blazer", "fg": 542, "rotates": false }, - { "id": "overlay_worn_blindfold", "fg": 543, "rotates": false }, - { "id": "overlay_worn_bondage_mask", "fg": 544, "rotates": false }, - { "id": "bondage_mask", "fg": 544 }, - { "id": "overlay_worn_bondage_suit", "fg": 545, "rotates": false }, - { "id": "overlay_worn_boots", "fg": 546, "rotates": false }, - { "id": "overlay_worn_boots_hiking", "fg": 546, "rotates": false }, - { "id": "overlay_worn_bootsheath", "fg": 547, "rotates": false }, - { "id": "overlay_worn_bootstrap", "fg": 548, "rotates": false }, - { "id": "overlay_worn_boots_bone", "fg": 549, "rotates": false }, - { "id": "overlay_worn_boots_chitin", "fg": 550, "rotates": false }, - { "id": "overlay_worn_boots_acidchitin", "fg": 5154, "rotates": false }, - { "id": "overlay_worn_boots_combat", "fg": 551, "rotates": false }, - { "id": "overlay_worn_boots_hsurvivor", "fg": 552, "rotates": false }, - { "id": "overlay_worn_boots_plate", "fg": 553, "rotates": false }, - { "id": "overlay_worn_boots_survivor", "fg": 553, "rotates": false }, - { "id": "overlay_worn_boots_lsurvivor", "fg": 553, "rotates": false }, - { "id": "overlay_worn_boots_fur", "fg": 553, "rotates": false }, - { "id": "overlay_worn_boots_larmor", "fg": 553, "rotates": false }, - { "id": "overlay_worn_motorbike_boots", "fg": 553, "rotates": false }, - { "id": "overlay_worn_boots_rubber", "fg": 554, "rotates": false }, - { "id": "overlay_worn_boots_fsurvivor", "fg": 554, "rotates": false }, - { "id": "overlay_worn_boots_bunker", "fg": 554, "rotates": false }, - { "id": "overlay_worn_boots_steel", "fg": 555, "rotates": false }, - { "id": "overlay_worn_boots_western", "fg": 556, "rotates": false }, - { "id": "overlay_worn_boots_winter", "fg": 557, "rotates": false }, - { "id": "overlay_worn_boots_wsurvivor", "fg": 557, "rotates": false }, - { "id": "overlay_worn_boots_xlsurvivor", "fg": 557, "rotates": false }, - { "id": "overlay_worn_bowhat", "fg": 558, "rotates": false }, - { "id": "overlay_worn_porkpie", "fg": 558, "rotates": false }, - { "id": "overlay_worn_tophat", "fg": 558, "rotates": false }, - { "id": "overlay_worn_boxer_briefs", "fg": 559, "rotates": false }, - { "id": "overlay_worn_boxer_shorts", "fg": 559, "rotates": false }, - { "id": "overlay_worn_boxing_gloves", "fg": 560, "rotates": false }, - { "id": "overlay_worn_boy_shorts", "fg": 561, "rotates": false }, - { "id": "overlay_worn_bra", "fg": 562, "rotates": false }, - { "id": "overlay_worn_fancy_bra", "fg": 562, "rotates": false }, - { "id": "overlay_worn_briefcase", "fg": 563, "rotates": false }, - { "id": "overlay_worn_briefs", "fg": 564, "rotates": false }, - { "id": "overlay_worn_bscabbard", "fg": 565, "rotates": false }, - { "id": "overlay_worn_bunker_coat", "fg": 566, "rotates": false }, - { "id": "overlay_worn_bunker_pants", "fg": 567, "rotates": false }, - { "id": "overlay_worn_b_shorts", "fg": 568, "rotates": false }, - { "id": "overlay_worn_camisole", "fg": 569, "rotates": false }, - { "id": "overlay_worn_cassock", "fg": 570, "rotates": false }, - { "id": "cassock", "fg": 570 }, - { "id": "overlay_worn_chainmail_arms", "fg": 571, "rotates": false }, - { "id": "overlay_worn_armguard_bone", "fg": 571, "rotates": false }, - { "id": "overlay_worn_chainmail_hood", "fg": 572, "rotates": false }, - { "id": "overlay_worn_helmet_galea", "fg": 572, "rotates": false }, - { "id": "overlay_worn_helmet_nasal", "fg": 572, "rotates": false }, - { "id": "overlay_worn_chainmail_legs", "fg": 573, "rotates": false }, - { "id": "overlay_worn_chainmail_suit", "fg": 574, "rotates": false }, - { "id": "overlay_worn_chainmail_vest", "fg": 575, "rotates": false }, - { "id": "overlay_worn_armor_cuirass", "fg": 575, "rotates": false }, - { "id": [ "overlay_worn_armor_lorica", "overlay_worn_cuirass_lightplate" ], "fg": 575, "rotates": false }, - { "id": "overlay_worn_chainmail_hauberk", "fg": 575, "rotates": false }, - { "id": "overlay_worn_chaps_leather", "fg": 576, "rotates": false }, - { "id": "overlay_worn_chestwrap", "fg": 577, "rotates": false }, - { "id": "overlay_worn_chestwrap_fur", "fg": 577, "rotates": false }, - { "id": "overlay_worn_chestwrap_leather", "fg": 577, "rotates": false }, - { "id": "overlay_worn_chestwrap_wool", "fg": 577, "rotates": false }, - { "id": "overlay_worn_bikini_top_fur", "fg": 577, "rotates": false }, - { "id": "overlay_worn_bikini_top_leather", "fg": 577, "rotates": false }, - { "id": "overlay_worn_cleansuit", "fg": 578, "rotates": false }, - { "id": "overlay_worn_cloak", "fg": 579, "rotates": false }, - { "id": "overlay_worn_clogs", "fg": 580, "rotates": false }, - { "id": "overlay_worn_mocassins", "fg": 580, "rotates": false }, - { "id": "overlay_worn_clownshoes", "fg": 581, "rotates": false }, - { "id": "overlay_worn_clown_suit", "fg": 582, "rotates": false }, - { "id": "overlay_worn_coat_fur", "fg": 583, "rotates": false }, - { "id": "coat_fur_sf", "fg": 583 }, - { "id": "overlay_worn_coat_fur_sf", "fg": 583, "rotates": false }, - { "id": "overlay_worn_coat_lab", "fg": 584, "rotates": false }, - { "id": "overlay_worn_cloak_bless", "fg": 584, "rotates": false }, - { "id": "overlay_worn_coat_rain", "fg": 585, "rotates": false }, - { "id": "overlay_worn_coat_winter", "fg": 586, "rotates": false }, - { "id": "overlay_worn_corset", "fg": 587, "rotates": false }, - { "id": "overlay_worn_cowboy_hat", "fg": 588, "rotates": false }, - { "id": "overlay_worn_depowered_helmet", "fg": 589, "rotates": false }, - { "id": "overlay_worn_dinosuit", "fg": 590, "rotates": false }, - { "id": "overlay_worn_dive_bag", "fg": 591, "rotates": false }, - { "id": "overlay_worn_dress", "fg": 592, "rotates": false }, - { "id": "overlay_worn_gown", "fg": 592, "rotates": false }, - { "id": "overlay_worn_dress_wedding", "fg": 593, "rotates": false }, - { "id": "overlay_worn_dress_bless", "fg": 593, "rotates": false }, - { "id": "overlay_worn_duster", "fg": 594, "rotates": false }, - { "id": "overlay_worn_duster_fur", "fg": 594, "rotates": false }, - { "id": "overlay_worn_duster_leather", "fg": 594, "rotates": false }, - { "id": "overlay_worn_duster_survivor", "fg": 595, "rotates": false }, - { "id": "overlay_worn_elbow_pads", "fg": 596, "rotates": false }, - { "id": "overlay_worn_fencing_pants", "fg": 597, "rotates": false }, - { "id": "fencing_pants", "fg": 597 }, - { "id": "overlay_worn_firehelmet", "fg": 598, "rotates": false }, - { "id": "overlay_worn_fishing_waders", "fg": 599, "rotates": false }, - { "id": "overlay_worn_flag_shirt", "fg": 600, "rotates": false }, - { "id": "overlay_worn_flip_flops", "fg": 601, "rotates": false }, - { "id": "overlay_worn_leathersandals", "fg": 601, "rotates": false }, - { "id": "overlay_worn_straw_sandals", "fg": 601, "rotates": false }, - { "id": "overlay_worn_football_armor", "fg": 602, "rotates": false }, - { "id": "overlay_worn_footrags", "fg": 603, "rotates": false }, - { "id": "overlay_worn_tabi_gi", "fg": 603, "rotates": false }, - { "id": "overlay_worn_thermal_socks", "fg": 603, "rotates": false }, - { "id": "overlay_worn_thermal_socks_on", "fg": 603, "rotates": false }, - { "id": "overlay_worn_fur_cat_tail", "fg": 604, "rotates": false }, - { "id": "overlay_worn_leather_cat_tail", "fg": 604, "rotates": false }, - { "id": "overlay_worn_fur_collar", "fg": 605, "rotates": false }, - { "id": "overlay_worn_leather_collar", "fg": 605, "rotates": false }, - { "id": "overlay_worn_glasses_eye", "fg": 606, "rotates": false }, - { "id": "overlay_worn_glasses_bifocal", "fg": 606, "rotates": false }, - { "id": "overlay_worn_glasses_reading", "fg": 606, "rotates": false }, - { "id": "overlay_worn_glasses_monocle", "fg": 607, "rotates": false }, - { "id": [ "overlay_worn_glasses_safety", "overlay_worn_eclipse_glasses" ], "fg": 608, "rotates": false }, - { "id": "overlay_worn_gloves_bag", "fg": 609, "rotates": false }, - { "id": "overlay_worn_gloves_fingerless", "fg": 610, "rotates": false }, - { "id": "overlay_worn_gloves_fingerless_mod", "fg": 610, "rotates": false }, - { "id": "overlay_worn_vambrace_larmor", "fg": 610, "rotates": false }, - { "id": "overlay_worn_gloves_fsurvivor", "fg": 611, "rotates": false }, - { "id": "overlay_worn_gloves_rubber", "fg": 611, "rotates": false }, - { "id": "overlay_worn_fire_gauntlets", "fg": 611, "rotates": false }, - { "id": "overlay_worn_mittens", "fg": 611, "rotates": false }, - { "id": "overlay_worn_nomex_gloves", "fg": 611, "rotates": false }, - { "id": "overlay_worn_gloves_fur", "fg": 612, "rotates": false }, - { "id": "overlay_worn_gloves_leather", "fg": 612, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_fur", "fg": 612, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_leather", "fg": 612, "rotates": false }, - { "id": "overlay_worn_gauntlets_chitin", "fg": 612, "rotates": false }, - { "id": "overlay_worn_gauntlets_acidchitin", "fg": 5156, "rotates": false }, - { "id": "overlay_worn_gauntlets_larmor", "fg": 612, "rotates": false }, - { "id": "overlay_worn_winter_gloves_army", "fg": 612, "rotates": false }, - { "id": "overlay_worn_gloves_h20survivor", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_hsurvivor", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_lsurvivor", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_survivor", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_tactical", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_winter", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_wsurvivor", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_xlsurvivor", "fg": 613, "rotates": false }, - { "id": "overlay_worn_gloves_light", "fg": 614, "rotates": false }, - { "id": "overlay_worn_gloves_liner", "fg": 614, "rotates": false }, - { "id": "overlay_worn_gloves_medical", "fg": 614, "rotates": false }, - { "id": "overlay_worn_gloves_plate", "fg": 614, "rotates": false }, - { "id": "overlay_worn_gloves_wool", "fg": 614, "rotates": false }, - { "id": "overlay_worn_gloves_wraps", "fg": 614, "rotates": false }, - { "id": "overlay_worn_gloves_wraps_wool", "fg": 614, "rotates": false }, - { "id": "overlay_worn_beekeeping_gloves", "fg": 614, "rotates": false }, - { "id": "overlay_worn_glove_jackson", "fg": 614, "rotates": false }, - { "id": "overlay_worn_thermal_gloves", "fg": 614, "rotates": false }, - { "id": "overlay_worn_thermal_gloves_on", "fg": 614, "rotates": false }, - { "id": "overlay_worn_gloves_work", "fg": 615, "rotates": false }, - { "id": "overlay_worn_wetsuit_gloves", "fg": 615, "rotates": false }, - { "id": "overlay_worn_goggles_ski", "fg": 616, "rotates": false }, - { "id": "overlay_worn_survivor_goggles", "fg": 616, "rotates": false }, - { "id": "overlay_worn_glasses_bal", "fg": 616, "rotates": false }, - { "id": "overlay_worn_goggles_swim", "fg": 616, "rotates": false }, - { "id": "overlay_worn_goggles_welding", "fg": 617, "rotates": false }, - { "id": "overlay_worn_greatcoat", "fg": 618, "rotates": false }, - { "id": "overlay_worn_hakama_gi", "fg": 619, "rotates": false }, - { "id": "overlay_worn_halter_top", "fg": 620, "rotates": false }, - { "id": "overlay_worn_hat_ball", "fg": 621, "rotates": false }, - { "id": "overlay_worn_hat_boonie", "fg": 622, "rotates": false }, - { "id": "overlay_worn_hat_chef", "fg": 623, "rotates": false }, - { "id": "overlay_worn_hat_fur", "fg": 624, "rotates": false }, - { "id": "overlay_worn_hat_hard", "fg": 625, "rotates": false }, - { "id": "overlay_worn_hat_hard_hooded", "fg": 625, "rotates": false }, - { "id": "overlay_worn_hat_hunting", "fg": 626, "rotates": false }, - { "id": "overlay_worn_hat_knit", "fg": 627, "rotates": false }, - { "id": "overlay_worn_hat_cotton", "fg": 627, "rotates": false }, - { "id": "overlay_worn_hat_newsboy", "fg": 628, "rotates": false }, - { "id": "overlay_worn_hat_noise_cancelling", "fg": 629, "rotates": false }, - { "id": "hat_noise_cancelling", "fg": 629 }, - { "id": "overlay_worn_hat_sombrero", "fg": 630, "rotates": false }, - { "id": "overlay_worn_headgear", "fg": 631, "rotates": false }, - { "id": "overlay_worn_heels", "fg": 632, "rotates": false }, - { "id": "overlay_worn_dance_shoes", "fg": 632, "rotates": false }, - { "id": "overlay_worn_dress_shoes_air", "fg": 632, "rotates": false }, - { "id": "overlay_worn_helmet_army", "fg": 633, "rotates": false }, - { "id": "overlay_worn_helmet_ball", "fg": 634, "rotates": false }, - { "id": "overlay_worn_helmet_barbute", "fg": 635, "rotates": false }, - { "id": "overlay_worn_helmet_conical", "fg": 635, "rotates": false }, - { "id": "overlay_worn_helmet_corinthian", "fg": 635, "rotates": false }, - { "id": "overlay_worn_helmet_bike", "fg": 636, "rotates": false }, - { "id": "overlay_worn_helmet_bone", "fg": 637, "rotates": false }, - { "id": "overlay_worn_helmet_bone_megabear", "fg": 638, "rotates": false }, - { "id": "overlay_worn_helmet_chitin", "fg": 639, "rotates": false }, - { "id": "overlay_worn_helmet_acidchitin", "fg": 5137, "rotates": false }, - { "id": "overlay_worn_helmet_football", "fg": 640, "rotates": false }, - { "id": "overlay_worn_helmet_hsurvivor", "fg": 641, "rotates": false }, - { "id": "overlay_worn_helmet_kabuto", "fg": 642, "rotates": false }, - { "id": "overlay_worn_helmet_larmor", "fg": 643, "rotates": false }, - { "id": "overlay_worn_helmet_lobster", "fg": 644, "rotates": false }, - { "id": "overlay_worn_helmet_motor", "fg": 645, "rotates": false }, - { "id": "overlay_worn_helmet_nomad", "fg": 646, "rotates": false }, - { "id": "helmet_nomad", "fg": 646 }, - { "id": "overlay_worn_helmet_plate", "fg": 647, "rotates": false }, - { "id": "overlay_worn_helmet_riot", "fg": 648, "rotates": false }, - { "id": "overlay_worn_helmet_scavenger", "fg": 649, "rotates": false }, - { "id": "helmet_scavenger", "fg": 649 }, - { "id": "overlay_worn_helmet_skid", "fg": 650, "rotates": false }, - { "id": "overlay_worn_tac_helmet", "fg": 650, "rotates": false }, - { "id": "overlay_worn_helmet_survivor", "fg": 651, "rotates": false }, - { "id": "overlay_worn_helmet_xlsurvivor", "fg": 652, "rotates": false }, - { "id": "overlay_worn_hmil_armor", "fg": 653, "rotates": false }, - { "id": "overlay_worn_holster", "fg": 654, "rotates": false }, - { "id": "overlay_worn_sholster", "fg": 654, "rotates": false }, - { "id": [ "overlay_worn_ammo_satchel", "overlay_worn_flintlock_pouch" ], "fg": 654, "rotates": false }, - { "id": "overlay_worn_hoodie", "fg": 655, "rotates": false }, - { "id": "overlay_worn_hood_fsurvivor", "fg": 656, "rotates": false }, - { "id": "overlay_worn_hood_rain", "fg": 657, "rotates": false }, - { "id": "overlay_worn_helmet_liner", "fg": 657, "rotates": false }, - { "id": "overlay_worn_hood_h20survivor", "fg": 657, "rotates": false }, - { "id": "overlay_worn_nomex_hood", "fg": 657, "rotates": false }, - { "id": "overlay_worn_hood_survivor", "fg": 658, "rotates": false }, - { "id": "overlay_worn_hood_lsurvivor", "fg": 658, "rotates": false }, - { "id": "overlay_worn_hood_xlsurvivor", "fg": 658, "rotates": false }, - { "id": "overlay_worn_hood_wsurvivor", "fg": 659, "rotates": false }, - { "id": "overlay_worn_cowl_wool", "fg": 659, "rotates": false }, - { "id": "overlay_worn_hot_pants", "fg": 660, "rotates": false }, - { "id": "overlay_worn_hot_pants_fur", "fg": 660, "rotates": false }, - { "id": "overlay_worn_hot_pants_leather", "fg": 661, "rotates": false }, - { "id": "overlay_worn_house_coat", "fg": 662, "rotates": false }, - { "id": "overlay_worn_hsurvivor_suit", "fg": 663, "rotates": false }, - { "id": "overlay_worn_h20survivor_suit", "fg": 663, "rotates": false }, - { "id": "overlay_worn_stillsuit", "fg": 663, "rotates": false }, - { "id": "overlay_worn_jacket_army", "fg": 664, "rotates": false }, - { "id": "overlay_worn_jacket_chef", "fg": 665, "rotates": false }, - { "id": "jacket_chef", "fg": 665 }, - { "id": "overlay_worn_jacket_evac", "fg": 666, "rotates": false }, - { "id": "overlay_worn_jacket_flannel", "fg": 667, "rotates": false }, - { "id": "overlay_worn_jacket_jean", "fg": 668, "rotates": false }, - { "id": "overlay_worn_jacket_leather_mod", "fg": 669, "rotates": false }, - { "id": "overlay_worn_jacket_leather", "fg": 669, "rotates": false }, - { "id": "overlay_worn_jacket_leather_red", "fg": 670, "rotates": false }, - { "id": "jacket_leather_red", "fg": 670 }, - { "id": [ "overlay_worn_flotation_vest", "overlay_worn_flotation_vest_ms" ], "fg": 670, "rotates": false }, - { "id": "overlay_worn_jacket_light", "fg": 671, "rotates": false }, - { "id": "overlay_worn_jacket_windbreaker", "fg": 672, "rotates": false }, - { "id": "overlay_worn_wool_hoodie", "fg": 672, "rotates": false }, - { "id": "overlay_worn_jeans", "fg": 673, "rotates": false }, - { "id": "overlay_worn_jeans_red", "fg": 674, "rotates": false }, - { "id": "jeans_red", "fg": 674 }, - { "id": "overlay_worn_jedi_cloak", "fg": 675, "rotates": false }, - { "id": "jedi_cloak", "fg": 675 }, - { "id": "overlay_worn_jerrypack", "fg": 676, "rotates": false }, - { "id": "overlay_worn_jersey", "fg": 677, "rotates": false }, - { "id": "overlay_worn_judo_gi", "fg": 678, "rotates": false }, - { "id": "overlay_worn_karate_gi", "fg": 678, "rotates": false }, - { "id": "overlay_worn_kariginu", "fg": 679, "rotates": false }, - { "id": "overlay_worn_keikogi", "fg": 680, "rotates": false }, - { "id": "overlay_worn_kimono", "fg": 681, "rotates": false }, - { "id": "overlay_worn_kippah", "fg": 682, "rotates": false }, - { "id": "overlay_worn_kittel", "fg": 683, "rotates": false }, - { "id": "overlay_worn_knee_high_boots", "fg": 684, "rotates": false }, - { "id": "overlay_worn_knee_pads", "fg": 685, "rotates": false }, - { "id": "overlay_worn_kufi", "fg": 686, "rotates": false }, - { "id": "overlay_worn_eboshi", "fg": 686, "rotates": false }, - { "id": "eboshi", "fg": 686 }, - { "id": "overlay_worn_leather_belt", "fg": 687, "rotates": false }, - { "id": "overlay_worn_judo_belt_black", "fg": 687, "rotates": false }, - { "id": "overlay_worn_judo_belt_blue", "fg": 687, "rotates": false }, - { "id": "overlay_worn_judo_belt_brown", "fg": 687, "rotates": false }, - { "id": "overlay_worn_judo_belt_green", "fg": 687, "rotates": false }, - { "id": "overlay_worn_judo_belt_orange", "fg": 687, "rotates": false }, - { "id": "overlay_worn_judo_belt_white", "fg": 687, "rotates": false }, - { "id": "overlay_worn_judo_belt_yellow", "fg": 687, "rotates": false }, - { "id": "overlay_worn_obi_gi", "fg": 687, "rotates": false }, - { "id": "overlay_worn_legguard_hard", "fg": 688, "rotates": false }, - { "id": "overlay_worn_2byshin_guard", "fg": 688, "rotates": false }, - { "id": [ "overlay_worn_legguard_metal", "overlay_worn_legguard_lightplate" ], "fg": 689, "rotates": false }, - { "id": "overlay_worn_legguard_bronze", "fg": 689, "rotates": false }, - { "id": "overlay_worn_legguard_paper", "fg": 690, "rotates": false }, - { "id": "overlay_worn_leg_splint", "fg": 691, "rotates": false }, - { "id": "overlay_worn_leg_warmers", "fg": 692, "rotates": false }, - { "id": "overlay_worn_leg_warmers_xl", "fg": 692, "rotates": false }, - { "id": "overlay_worn_leg_warmers_xlf", "fg": 692, "rotates": false }, - { "id": "overlay_worn_leg_warmers_f", "fg": 692, "rotates": false }, - { "id": "overlay_worn_lmil_armor", "fg": 693, "rotates": false }, - { "id": "overlay_worn_loincloth_fur", "fg": 694, "rotates": false }, - { "id": "overlay_worn_loincloth", "fg": 694, "rotates": false }, - { "id": "overlay_worn_loincloth_leather", "fg": 694, "rotates": false }, - { "id": "overlay_worn_loincloth_wool", "fg": 694, "rotates": false }, - { "id": "overlay_worn_long_glove_white", "fg": 695, "rotates": false }, - { "id": "overlay_worn_gauntlets_bone", "fg": 695, "rotates": false }, - { "id": "overlay_worn_sockmitts", "fg": 695, "rotates": false }, - { "id": "overlay_worn_lowtops", "fg": 696, "rotates": false }, - { "id": "overlay_worn_lsurvivor_armor", "fg": 697, "rotates": false }, - { "id": "overlay_worn_bookplate", "fg": 697, "rotates": false }, - { "id": "overlay_worn_maid_dress", "fg": 698, "rotates": false }, - { "id": "overlay_worn_maid_hat", "fg": 699, "rotates": false }, - { "id": "maid_hat", "fg": 5140, "rotates": false }, - { "id": "overlay_worn_makeshift_knapsack", "fg": 700, "rotates": false }, - { "id": "overlay_worn_makeshift_sling", "fg": 701, "rotates": false }, - { "id": "overlay_worn_mask_bal", "fg": 702, "rotates": false }, - { "id": "overlay_worn_mask_dust", "fg": 703, "rotates": false }, - { "id": "overlay_worn_mask_filter", "fg": 704, "rotates": false }, - { "id": "overlay_worn_mask_fsurvivor", "fg": 705, "rotates": false }, - { "id": "overlay_worn_mask_fsurvivorxl", "fg": 705, "rotates": false }, - { "id": "overlay_worn_mask_gas", "fg": 706, "rotates": false }, - { "id": "overlay_worn_mask_gas_xl", "fg": 706, "rotates": false }, - { "id": "overlay_worn_mask_guy_fawkes", "fg": 707, "rotates": false }, - { "id": "overlay_worn_mask_hockey", "fg": 708, "rotates": false }, - { "id": "overlay_worn_mask_hsurvivor", "fg": 709, "rotates": false }, - { "id": "overlay_worn_mask_lsurvivor", "fg": 710, "rotates": false }, - { "id": "overlay_worn_mask_survivor", "fg": 710, "rotates": false }, - { "id": "overlay_worn_mask_survivorxl", "fg": 710, "rotates": false }, - { "id": "overlay_worn_mask_rioter", "fg": 711, "rotates": false }, - { "id": "overlay_worn_keffiyeh", "fg": 711, "rotates": false }, - { "id": "overlay_worn_thermal_mask", "fg": 711, "rotates": false }, - { "id": "overlay_worn_thermal_mask_on", "fg": 711, "rotates": false }, - { "id": "keffiyeh", "fg": 711 }, - { "id": "mask_rioter", "fg": 711 }, - { "id": "overlay_worn_mask_wsurvivor", "fg": 712, "rotates": false }, - { "id": "overlay_worn_mask_wsurvivorxl", "fg": 712, "rotates": false }, - { "id": "overlay_worn_mbag", "fg": 713, "rotates": false }, - { "id": "overlay_worn_megaarmor_armguards_1", "fg": 714, "rotates": false }, - { "id": "overlay_worn_megaarmor_boots_1", "fg": 715, "rotates": false }, - { "id": "overlay_worn_megaarmor_gloves_1", "fg": 716, "rotates": false }, - { "id": "overlay_worn_megaarmor_head_1", "fg": 717, "rotates": false }, - { "id": "overlay_worn_megaarmor_leggings_1", "fg": 718, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_1", "fg": 719, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_2", "fg": 720, "rotates": false }, - { "id": "overlay_worn_mil_armor", "fg": 721, "rotates": false }, - { "id": "overlay_worn_molle_pack", "fg": 722, "rotates": false }, - { "id": "overlay_worn_motorbike_armor", "fg": 723, "rotates": false }, - { "id": "motorbike_armor", "fg": 723 }, - { "id": "overlay_worn_nanoskirt", "fg": 724, "rotates": false }, - { "id": "overlay_worn_microskirt", "fg": 724, "rotates": false }, - { "id": "overlay_worn_nomex_socks", "fg": 725, "rotates": false }, - { "id": "overlay_worn_footrags_leather", "fg": 725, "rotates": false }, - { "id": "overlay_worn_nomex_suit", "fg": 726, "rotates": false }, - { "id": "nomex_suit", "fg": 726 }, - { "id": "overlay_worn_fsurvivor_suit", "fg": 726, "rotates": false }, - { "id": "fsurvivor_suit", "fg": 726 }, - { "id": "overlay_worn_optical_cloak", "fg": 727, "rotates": false }, - { "id": "overlay_worn_cloak_wool", "fg": 727, "rotates": false }, - { "id": "overlay_worn_panties", "fg": 728, "rotates": false }, - { "id": "overlay_worn_thong", "fg": 728, "rotates": false }, - { "id": "overlay_worn_pants", "fg": 729, "rotates": false }, - { "id": "overlay_worn_pants_army", "fg": 730, "rotates": false }, - { "id": "overlay_worn_pants_cargo", "fg": 731, "rotates": false }, - { "id": "overlay_worn_pants_checkered", "fg": 732, "rotates": false }, - { "id": "overlay_worn_pants_leather", "fg": 733, "rotates": false }, - { "id": "overlay_worn_breeches", "fg": 733, "rotates": false }, - { "id": "overlay_worn_pants_fur", "fg": 733, "rotates": false }, - { "id": "overlay_worn_pants_ski", "fg": 734, "rotates": false }, - { "id": "overlay_worn_zubon_gi", "fg": 734, "rotates": false }, - { "id": "overlay_worn_pants_survivor", "fg": 735, "rotates": false }, - { "id": "pants_survivor", "fg": 735 }, - { "id": "overlay_worn_lsurvivor_pants", "fg": 735, "rotates": false }, - { "id": "overlay_worn_peacoat", "fg": 736, "rotates": false }, - { "id": "overlay_worn_pickelhaube", "fg": 737, "rotates": false }, - { "id": "overlay_worn_plastic_shopping_bag", "fg": 738, "rotates": false }, - { "id": "overlay_worn_poncho", "fg": 739, "rotates": false }, - { "id": "overlay_worn_postman_hat", "fg": 740, "rotates": false }, - { "id": "overlay_worn_postman_shorts", "fg": 741, "rotates": false }, - { "id": "overlay_worn_trunks", "fg": 741, "rotates": false }, - { "id": "overlay_worn_shorts_denim", "fg": 741, "rotates": false }, - { "id": "overlay_worn_pot_helmet", "fg": 742, "rotates": false }, - { "id": "overlay_worn_power_armor_basic", "fg": 743, "rotates": false }, - { "id": "overlay_worn_depowered_armor", "fg": 743, "rotates": false }, - { "id": "overlay_worn_power_armor_heavy", "fg": 744, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_basic", "fg": 745, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_heavy", "fg": 746, "rotates": false }, - { "id": "overlay_worn_power_armor_helmet_light", "fg": 747, "rotates": false }, - { "id": "overlay_worn_power_armor_light", "fg": 748, "rotates": false }, - { "id": "overlay_worn_purse", "fg": 749, "rotates": false }, - { "id": "overlay_worn_quiver", "fg": 750, "rotates": false }, - { "id": "overlay_worn_quiver_birchbark", "fg": 750, "rotates": false }, - { "id": "overlay_worn_quiver_large", "fg": 751, "rotates": false }, - { "id": "overlay_worn_quiver_large_birchbark", "fg": 751, "rotates": false }, - { "id": "overlay_worn_robe", "fg": 752, "rotates": false }, - { "id": "overlay_worn_cloak_fur", "fg": 752, "rotates": false }, - { "id": "overlay_worn_cloak_leather", "fg": 752, "rotates": false }, - { "id": "overlay_worn_rollerskates", "fg": 753, "rotates": false }, - { "id": "overlay_worn_roller_blades", "fg": 753, "rotates": false }, - { "id": "overlay_worn_rucksack", "fg": 754, "rotates": false }, - { "id": "overlay_worn_runner_bag", "fg": 755, "rotates": false }, - { "id": "overlay_worn_slingpack", "fg": 755, "rotates": false }, - { "id": "overlay_worn_survivor_runner_pack", "fg": 755, "rotates": false }, - { "id": "overlay_worn_scabbard", "fg": 756, "rotates": false }, - { "id": "overlay_worn_baldric", "fg": 756, "rotates": false }, - { "id": "overlay_worn_XL_holster", "fg": 756, "rotates": false }, - { "id": "overlay_worn_shark_suit_faraday", "fg": 757, "rotates": false }, - { "id": "overlay_worn_shark_suit", "fg": 757, "rotates": false }, - { "id": "overlay_worn_sheath", "fg": 758, "rotates": false }, - { "id": "overlay_worn_shield_buckler", "fg": 759, "rotates": false }, - { "id": "overlay_worn_shield_heater", "fg": 760, "rotates": false }, - { "id": "overlay_worn_shield_hoplon", "fg": 761, "rotates": false }, - { "id": "overlay_worn_shield_kite", "fg": 762, "rotates": false }, - { "id": "overlay_worn_shield_round", "fg": 763, "rotates": false }, - { "id": "overlay_worn_shield_wooden", "fg": 764, "rotates": false }, - { "id": "overlay_worn_shield_wooden_large", "fg": 765, "rotates": false }, - { "id": "overlay_worn_shoes_birchbark", "fg": 766, "rotates": false }, - { "id": "overlay_worn_dress_shoes", "fg": 766, "rotates": false }, - { "id": "overlay_worn_shoes_bowling", "fg": 767, "rotates": false }, - { "id": "overlay_worn_shorts", "fg": 768, "rotates": false }, - { "id": "overlay_worn_shorts_cargo", "fg": 769, "rotates": false }, - { "id": "overlay_worn_skinny_tie", "fg": 770, "rotates": false }, - { "id": "overlay_worn_skirt", "fg": 771, "rotates": false }, - { "id": "overlay_worn_kilt", "fg": 771, "rotates": false }, - { "id": "overlay_worn_skirt_leather", "fg": 772, "rotates": false }, - { "id": "overlay_worn_dress_skirt", "fg": 772, "rotates": false }, - { "id": "overlay_worn_sleeping_bag", "fg": 773, "rotates": false }, - { "id": "overlay_worn_sleeping_bag_fur", "fg": 773, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster", "fg": 774, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_fur", "fg": 774, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_leather", "fg": 774, "rotates": false }, - { "id": "overlay_worn_sleeveless_duster_survivor", "fg": 775, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat", "fg": 776, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_fur", "fg": 776, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_leather", "fg": 776, "rotates": false }, - { "id": "overlay_worn_sleeveless_trenchcoat_survivor", "fg": 777, "rotates": false }, - { "id": "overlay_worn_slippers", "fg": 778, "rotates": false }, - { "id": "overlay_worn_geta", "fg": 778, "rotates": false }, - { "id": "overlay_worn_sneakers", "fg": 779, "rotates": false }, - { "id": "overlay_worn_cleats", "fg": 779, "rotates": false }, - { "id": "overlay_worn_socks", "fg": 780, "rotates": false }, - { "id": "overlay_worn_socks_bag", "fg": 780, "rotates": false }, - { "id": "overlay_worn_socks_bowling", "fg": 780, "rotates": false }, - { "id": "overlay_worn_footrags_fur", "fg": 780, "rotates": false }, - { "id": "overlay_worn_footrags_wool", "fg": 780, "rotates": false }, - { "id": "overlay_worn_socks_wool", "fg": 780, "rotates": false }, - { "id": "overlay_worn_tabi_dress", "fg": 780, "rotates": false }, - { "id": "overlay_worn_sports_bra", "fg": 781, "rotates": false }, - { "id": "overlay_worn_stockings", "fg": 782, "rotates": false }, - { "id": "overlay_worn_stockings_oath", "fg": 782, "rotates": false }, - { "id": "overlay_worn_maid_stockings", "fg": 782, "rotates": false }, - { "id": "overlay_worn_stockings_tent_arms", "fg": 783, "rotates": false }, - { "id": "overlay_worn_stockings_tent_legs", "fg": 784, "rotates": false }, - { "id": "overlay_worn_straw_basket", "fg": 785, "rotates": false }, - { "id": "overlay_worn_straw_hat", "fg": 786, "rotates": false }, - { "id": "overlay_worn_10gal_hat", "fg": 786, "rotates": false }, - { "id": "overlay_worn_straw_fedora", "fg": 5130, "rotates": false }, - { "id": "straw_fedora", "fg": 5129, "rotates": false }, - { "id": "overlay_worn_striped_shirt", "fg": 787, "rotates": false }, - { "id": "overlay_worn_suit", "fg": 788, "rotates": false }, - { "id": "overlay_worn_wool_suit", "fg": 788, "rotates": false }, - { "id": "wool_suit", "fg": 788 }, - { "id": "overlay_worn_tux", "fg": 788, "rotates": false }, - { "id": "overlay_worn_suitcase_l", "fg": 789, "rotates": false }, - { "id": "overlay_worn_suitcase_m", "fg": 789, "rotates": false }, - { "id": "overlay_worn_sundress", "fg": 790, "rotates": false }, - { "id": "overlay_worn_sunglasses", "fg": 791, "rotates": false }, - { "id": "overlay_worn_fancy_sunglasses", "fg": 791, "rotates": false }, - { "id": "overlay_worn_fitover_sunglasses", "fg": 791, "rotates": false }, - { "id": "overlay_worn_iggaak", "fg": 791, "rotates": false }, - { "id": "overlay_worn_survbowpack", "fg": 792, "rotates": false }, - { "id": "overlay_worn_survivor_belt", "fg": 793, "rotates": false }, - { "id": "overlay_worn_survivor_belt_notools", "fg": 793, "rotates": false }, - { "id": "overlay_worn_tool_belt", "fg": 793, "rotates": false }, - { "id": "overlay_worn_fireman_belt", "fg": 793, "rotates": false }, - { "id": "overlay_worn_legrig", "fg": 793, "rotates": false }, - { "id": "overlay_worn_survivor_duffel_bag", "fg": 794, "rotates": false }, - { "id": "overlay_worn_duffelbag", "fg": 794, "rotates": false }, - { "id": "overlay_worn_gobag", "fg": 794, "rotates": false }, - { "id": "overlay_worn_survivor_rucksack", "fg": 795, "rotates": false }, - { "id": "overlay_worn_survivor_suit", "fg": 796, "rotates": false }, - { "id": "survivor_suit", "fg": 796 }, - { "id": "overlay_worn_lsurvivor_suit", "fg": 796, "rotates": false }, - { "id": "overlay_worn_touring_suit", "fg": 796, "rotates": false }, - { "id": "overlay_worn_xlsurvivor_suit", "fg": 796, "rotates": false }, - { "id": "lsurvivor_suit", "fg": 796 }, - { "id": "xlsurvivor_suit", "fg": 796 }, - { "id": "overlay_worn_survivor_vest", "fg": 797, "rotates": false }, - { "id": "overlay_worn_surv_armor_suit", "fg": 798, "rotates": false }, - { "id": "overlay_worn_surv_suit", "fg": 799, "rotates": false }, - { "id": "overlay_worn_swag_bag", "fg": 800, "rotates": false }, - { "id": "overlay_wielded_bag_canvas", "fg": 800, "rotates": false }, - { "id": "overlay_wielded_bag_canvas_small", "fg": 800, "rotates": false }, - { "id": "overlay_worn_swat_armor", "fg": 801, "rotates": false }, - { "id": "swat_armor", "fg": 801 }, - { "id": "overlay_worn_swat_shield", "fg": 802, "rotates": false }, - { "id": "overlay_worn_swat_shield_act", "fg": 803, "rotates": false }, - { "id": "overlay_worn_sweater", "fg": 804, "rotates": false }, - { "id": "overlay_worn_sweatshirt", "fg": 805, "rotates": false }, - { "id": "overlay_worn_swim_fins", "fg": 806, "rotates": false }, - { "id": "overlay_worn_tac_fullhelmet", "fg": 807, "rotates": false }, - { "id": "overlay_worn_tank_top", "fg": 808, "rotates": false }, - { "id": "overlay_worn_technician_pants_gray", "fg": 809, "rotates": false }, - { "id": "technician_pants_gray", "fg": 809 }, - { "id": "overlay_worn_motorbike_pants", "fg": 809, "rotates": false }, - { "id": "overlay_worn_technician_shirt_blue", "fg": 810, "rotates": false }, - { "id": "overlay_worn_technician_shirt_gray", "fg": 811, "rotates": false }, - { "id": "overlay_worn_technician_shirt_ltblue", "fg": 812, "rotates": false }, - { "id": "overlay_worn_thawb", "fg": 813, "rotates": false }, - { "id": "overlay_worn_subsuit_xl", "fg": 813, "rotates": false }, - { "id": "overlay_worn_thigh_high_boots", "fg": 814, "rotates": false }, - { "id": "overlay_worn_tights", "fg": 815, "rotates": false }, - { "id": "overlay_worn_leggings", "fg": 815, "rotates": false }, - { "id": "overlay_worn_tinfoil_hat", "fg": 816, "rotates": false }, - { "id": "overlay_worn_trenchcoat", "fg": 817, "rotates": false }, - { "id": "overlay_worn_trenchcoat_fur", "fg": 817, "rotates": false }, - { "id": "overlay_worn_trenchcoat_leather", "fg": 817, "rotates": false }, - { "id": "overlay_worn_trenchcoat_survivor", "fg": 818, "rotates": false }, - { "id": "overlay_worn_tricorne", "fg": 819, "rotates": false }, - { "id": "overlay_worn_tunic_rag", "fg": 820, "rotates": false }, - { "id": "overlay_worn_apron_leather", "fg": 820, "rotates": false }, - { "id": "overlay_worn_sleeveless_tunic", "fg": 820, "rotates": false }, - { "id": "overlay_worn_gambeson", "fg": 820, "rotates": false }, - { "id": "overlay_worn_tunic", "fg": 820, "rotates": false }, - { "id": "overlay_worn_turban", "fg": 821, "rotates": false }, - { "id": "turban", "fg": 821 }, - { "id": "overlay_worn_undershirt", "fg": 822, "rotates": false }, - { "id": "overlay_worn_under_armor_shorts", "fg": 823, "rotates": false }, - { "id": "overlay_worn_veil_wedding", "fg": 824, "rotates": false }, - { "id": "veil_wedding", "fg": 824 }, - { "id": "overlay_worn_vest", "fg": 825, "rotates": false }, - { "id": "overlay_worn_modularvest", "fg": 825, "rotates": false }, - { "id": "overlay_worn_modularvestceramic", "fg": 825, "rotates": false }, - { "id": "overlay_worn_modularvesthard", "fg": 825, "rotates": false }, - { "id": "overlay_worn_modularvestkevlar", "fg": 825, "rotates": false }, - { "id": "overlay_worn_modularveststeel", "fg": 825, "rotates": false }, - { "id": "overlay_worn_modularvestsuper", "fg": 825, "rotates": false }, - { "id": "overlay_worn_chestrig", "fg": 825, "rotates": false }, - { "id": "overlay_worn_vest_leather", "fg": 826, "rotates": false }, - { "id": "overlay_worn_vest_leather_mod", "fg": 826, "rotates": false }, - { "id": "overlay_worn_waistcoat", "fg": 827, "rotates": false }, - { "id": "overlay_worn_wetsuit", "fg": 828, "rotates": false }, - { "id": "overlay_worn_wetsuit_booties", "fg": 829, "rotates": false }, - { "id": "overlay_worn_boots_h20survivor", "fg": 829, "rotates": false }, - { "id": "overlay_worn_wetsuit_hood", "fg": 830, "rotates": false }, - { "id": "overlay_worn_wetsuit_spring", "fg": 831, "rotates": false }, - { "id": "overlay_worn_winter_jacket_army", "fg": 832, "rotates": false }, - { "id": "overlay_worn_winter_pants_army", "fg": 833, "rotates": false }, - { "id": "overlay_worn_wolfsuit", "fg": 834, "rotates": false }, - { "id": "wolfsuit", "fg": 834 }, - { "id": "overlay_worn_wsurvivor_suit", "fg": 835, "rotates": false }, - { "id": "wsurvivor_suit", "fg": 835 }, - { "id": "panties", "fg": 836, "rotates": false }, - { "id": "bikini_bottom", "fg": 836, "rotates": false }, - { "id": "thong", "fg": 836 }, - { "id": "pants", "fg": 837, "rotates": false }, - { "id": "hakama_gi", "fg": 837 }, - { "id": "pants_army", "fg": 838, "rotates": false }, - { "id": "pants_cargo", "fg": 839, "rotates": false }, - { "id": "lsurvivor_pants", "fg": 839 }, - { "id": "pants_checkered", "fg": 840, "bg": 957 }, - { "id": "pants_fur", "fg": 841, "bg": 957, "rotates": false }, - { "id": "pants_leather", "fg": 842, "rotates": false }, - { "id": "breeches", "fg": 842, "rotates": false }, - { "id": "pants_ski", "fg": 843, "bg": 957, "rotates": false }, - { "id": "peacoat", "fg": 844, "rotates": false }, - { "id": "waistcoat", "fg": 844 }, - { "id": "pickelhaube", "fg": 845, "bg": 957, "rotates": false }, - { "id": "plastic_shopping_bag", "fg": 846, "bg": 957 }, - { "id": "polo_shirt", "fg": 847, "rotates": false }, - { "id": "poncho", "fg": 848, "rotates": false }, - { "id": "postman_hat", "fg": 849, "rotates": false }, - { "id": "postman_shirt", "fg": 850, "rotates": false }, - { "id": "postman_shorts", "fg": 851, "rotates": false }, - { "id": "pot_helmet", "fg": 852, "bg": 957, "rotates": false }, - { "id": "power_armor_basic", "fg": 853, "bg": 957, "rotates": false }, - { "id": "power_armor_frame", "fg": 854, "bg": 957, "rotates": false }, - { "id": "power_armor_heavy", "fg": 855, "bg": 957, "rotates": false }, - { "id": "power_armor_helmet_basic", "fg": 856, "bg": 957, "rotates": false }, - { "id": "power_armor_helmet_heavy", "fg": 857, "bg": 957, "rotates": false }, - { "id": "power_armor_helmet_light", "fg": 858, "bg": 957, "rotates": false }, - { "id": "power_armor_light", "fg": 859, "bg": 957, "rotates": false }, - { "id": "purse", "fg": 860, "rotates": false }, - { "id": "quiver", "fg": 861, "bg": 957, "rotates": false }, - { "id": "quiver_birchbark", "fg": 861, "bg": 957, "rotates": false }, - { "id": "quiver_large", "fg": 862, "bg": 957, "rotates": false }, - { "id": "quiver_large_birchbark", "fg": 862, "bg": 957, "rotates": false }, - { "id": "rad_badge", "fg": 863, "bg": 957, "rotates": false }, - { "id": "ring", "fg": 864, "bg": 957 }, - { "id": "robe", "fg": 865, "bg": 957 }, - { "id": "kimono", "fg": 865 }, - { "id": "rollerskates", "fg": 866, "rotates": false }, - { "id": "roller_blades", "fg": 867, "rotates": false }, - { "id": "rucksack", "fg": 868, "rotates": false }, - { "id": "scabbard", "fg": 869, "bg": 957 }, - { "id": "baldric", "fg": 869, "bg": 957 }, - { "id": "bscabbard", "fg": 869, "bg": 957 }, - { "id": "XL_holster", "fg": 869 }, - { "id": "shark_suit", "fg": 870, "bg": 957 }, - { "id": "shark_suit_faraday", "fg": 870, "bg": 957 }, - { "id": "sheath", "fg": 871, "rotates": false }, - { "id": "bootsheath", "fg": 871 }, - { "id": "fireman_belt", "fg": 871 }, - { "id": "sheet", "fg": 872, "rotates": false }, - { "id": "v_curtain_item", "fg": 872 }, - { "id": "sheriffshirt", "fg": 873, "bg": 957, "rotates": false }, - { "id": "shield_buckler", "fg": 874, "rotates": false }, - { "id": "shield_heater", "fg": 875, "rotates": false }, - { "id": "shield_hoplon", "fg": 876, "rotates": false }, - { "id": "shield_kite", "fg": 877, "rotates": false }, - { "id": "shield_round", "fg": 878, "rotates": false }, - { "id": "distaff_spindle", "fg": 878, "bg": 970 }, - { "id": "shield_scutum", "fg": 879, "rotates": false }, - { "id": "shield_wooden", "fg": 880, "rotates": false }, - { "id": "shield_wooden_large", "fg": 881, "bg": 957 }, - { "id": "shorts", "fg": 882, "rotates": false }, - { "id": "b_shorts", "fg": 882, "bg": 957, "rotates": false }, - { "id": "shorts_cargo", "fg": 883, "rotates": false }, - { "id": "shorts_denim", "fg": 884, "rotates": false }, - { "id": "silver_bracelet", "fg": 885, "bg": 957 }, - { "id": "silver_ear", "fg": 885 }, - { "id": "skinny_tie", "fg": 886, "bg": 957 }, - { "id": "skirt", "fg": 887, "rotates": false }, - { "id": "kilt", "fg": 887 }, - { "id": "skirt_leather", "fg": 888 }, - { "id": "sleeping_bag", "fg": 889, "bg": 957, "rotates": false }, - { "id": "sleeping_bag_fur", "fg": 890, "bg": 957, "rotates": false }, - { "id": "sleeveless_trenchcoat", "fg": 891, "bg": 957 }, - { "id": "sleeveless_duster", "fg": 891, "bg": 957 }, - { "id": "sleeveless_trenchcoat_fur", "fg": 892, "bg": 957 }, - { "id": "sleeveless_duster_fur", "fg": 892, "bg": 957 }, - { "id": "sleeveless_trenchcoat_survivor", "fg": 893, "bg": 957 }, - { "id": "sleeveless_duster_survivor", "fg": 893, "bg": 957 }, - { "id": "slingpack", "fg": 894, "bg": 957 }, - { "id": "makeshift_sling", "fg": 894 }, - { "id": "survivor_rucksack", "fg": 894 }, - { "id": "small_relic", "fg": 895, "bg": 957 }, - { "id": "pearl_collar", "fg": 895 }, - { "id": "snuggie", "fg": 896 }, - { "id": "overlay_worn_snuggie", "fg": 896, "rotates": false }, - { "id": "socks", "fg": 897, "rotates": false }, - { "id": "thermal_socks", "fg": 897, "bg": 957, "rotates": false }, - { "id": "thermal_socks_on", "fg": 897, "bg": 957, "rotates": false }, - { "id": "socks_bag", "fg": 897 }, - { "id": "socks_bowling", "fg": 898, "rotates": false }, - { "id": "socks_wool", "fg": 899, "rotates": false }, - { "id": "sports_bra", "fg": 900, "bg": 957 }, - { "id": "stillsuit", "fg": 901, "bg": 957 }, - { "id": "stockings", "fg": 902, "rotates": false }, - { "id": "stockings_tent_arms", "fg": 902 }, - { "id": "stockings_tent_legs", "fg": 902 }, - { "id": "straw_hat", "fg": 903, "bg": 957 }, - { "id": "striped_pants", "fg": 904 }, - { "id": "overlay_worn_striped_pants", "fg": 904, "rotates": false }, - { "id": "striped_shirt", "fg": 905, "bg": 957 }, - { "id": "suit", "fg": 906, "bg": 957, "rotates": false }, - { "id": "suitcase_l", "fg": 907, "bg": 957 }, - { "id": "suitcase_m", "fg": 907, "bg": 957 }, - { "id": "sundress", "fg": 908, "bg": 957, "rotates": false }, - { "id": "sunglasses", "fg": 909, "rotates": false }, - { "id": "fitover_sunglasses", "fg": 909, "bg": 957 }, - { "id": "survivor_duffel_bag", "fg": 910, "bg": 957 }, - { "id": "survivor_pack", "fg": 911, "bg": 957 }, - { "id": "dive_bag", "fg": 911 }, - { "id": "survivor_vest", "fg": 912, "bg": 957 }, - { "id": "makeshift_kevlar", "fg": 912 }, - { "id": "swag_bag", "fg": 913, "bg": 957 }, - { "id": "bag_canvas", "fg": 913 }, - { "id": "sweater", "fg": 914, "bg": 957, "rotates": false }, - { "id": "sweatshirt", "fg": 915, "bg": 957, "rotates": false }, - { "id": "swim_fins", "fg": 916, "bg": 957 }, - { "id": "tabi_dress", "fg": 917, "bg": 957 }, - { "id": "tabi_gi", "fg": 918, "bg": 957 }, - { "id": "tac_fullhelmet", "fg": 919, "bg": 957, "rotates": false }, - { "id": "tac_helmet", "fg": 920, "bg": 957, "rotates": false }, - { "id": "tank_top", "fg": 921, "rotates": false }, - { "id": "tarp", "fg": 922, "bg": 957 }, - { "id": "technician_pants_blue", "fg": 923 }, - { "id": "overlay_worn_technician_pants_blue", "fg": 923, "rotates": false }, - { "id": "technician_pants_ltblue", "fg": 924 }, - { "id": "overlay_worn_technician_pants_ltblue", "fg": 924, "rotates": false }, - { "id": "thigh_high_boots", "fg": 925, "bg": 957 }, - { "id": "tieclip", "fg": 926, "bg": 957 }, - { "id": "collarpin", "fg": 926 }, - { "id": "ear_spool", "fg": 926 }, - { "id": "tights", "fg": 927, "bg": 957, "rotates": false }, - { "id": "motorbike_pants", "fg": 927 }, - { "id": "leggings", "fg": 927 }, - { "id": "tinfoil_hat", "fg": 928, "bg": 957 }, - { "id": "tool_belt", "fg": 929, "bg": 957, "rotates": false }, - { "id": "tophat", "fg": 930, "rotates": false }, - { "id": "touring_suit", "fg": 931, "rotates": false }, - { "id": "bondage_suit", "fg": 931 }, - { "id": "hsurvivor_suit", "fg": 931 }, - { "id": "trenchcoat", "fg": 932, "rotates": false }, - { "id": "duster", "fg": 932, "bg": 957, "rotates": false }, - { "id": "trenchcoat_fur", "fg": 933, "bg": 957, "rotates": false }, - { "id": "duster_fur", "fg": 933, "bg": 957, "rotates": false }, - { "id": "trenchcoat_leather", "fg": 934, "bg": 957, "rotates": false }, - { "id": "duster_leather", "fg": 934, "bg": 957, "rotates": false }, - { "id": "sleeveless_trenchcoat_leather", "fg": 934, "bg": 957, "rotates": false }, - { "id": "sleeveless_duster_leather", "fg": 934, "bg": 957, "rotates": false }, - { "id": "trenchcoat_survivor", "fg": 935, "bg": 957 }, - { "id": "duster_survivor", "fg": 935, "bg": 957 }, - { "id": "tricorne", "fg": 936 }, - { "id": "trunks", "fg": 937, "rotates": false }, - { "id": "tshirt", "fg": 938, "rotates": false }, - { "id": "tshirt_text", "fg": 938 }, - { "id": "linuxtshirt", "fg": 938 }, - { "id": "tunic", "fg": 939, "bg": 957 }, - { "id": "thawb", "fg": 939 }, - { "id": "tunic_rag", "fg": 940, "bg": 957 }, - { "id": "sleeveless_tunic", "fg": 940, "rotates": false }, - { "id": "subsuit_xl", "fg": 940 }, - { "id": "tux", "fg": 941, "bg": 957, "rotates": false }, - { "id": "undershirt", "fg": 942, "rotates": false }, - { "id": "under_armor", "fg": 943, "rotates": false }, - { "id": "union_suit", "fg": 944, "rotates": false }, - { "id": "thermal_suit", "fg": 944, "bg": 957, "rotates": false }, - { "id": "thermal_suit_on", "fg": 944, "bg": 957, "rotates": false }, - { "id": "vambrace_larmor", "fg": 945, "bg": 957 }, - { "id": "vest", "fg": 946, "bg": 957, "rotates": false }, - { "id": "vest_leather", "fg": 947, "bg": 957, "rotates": false }, - { "id": "vest_leather_mod", "fg": 947, "bg": 957, "rotates": false }, - { "id": "wetsuit", "fg": 948, "bg": 957, "rotates": false }, - { "id": "h20survivor_suit", "fg": 948 }, - { "id": "wetsuit_booties", "fg": 949, "rotates": false }, - { "id": "wetsuit_gloves", "fg": 950, "bg": 957, "rotates": false }, - { "id": "wetsuit_hood", "fg": 951, "bg": 957, "rotates": false }, - { "id": "nomex_hood", "fg": 951, "bg": 957, "rotates": false }, - { "id": "hood_h20survivor", "fg": 951 }, - { "id": "hood_lsurvivor", "fg": 951 }, - { "id": "hood_survivor", "fg": 951 }, - { "id": "wetsuit_spring", "fg": 952, "bg": 957, "rotates": false }, - { "id": "winter_jacket_army", "fg": 953, "rotates": false }, - { "id": "winter_pants_army", "fg": 954, "rotates": false }, - { "id": [ "wristwatch", "vp_vehicle_clock" ], "fg": 955, "rotates": false }, - { "id": "diving_watch", "fg": 955 }, - { "id": "zubon_gi", "fg": 956, "bg": 957, "rotates": false }, - { "id": "rolling_paper", "fg": 958, "bg": 957, "rotates": false }, - { "id": "38_casing", "fg": 1612, "bg": 957, "rotates": false }, - { "id": "8mm_bootleg_jsp", "fg": 3937, "bg": 957, "rotates": false }, - { "id": "fletching", "fg": 3939, "bg": 957, "rotates": false }, - { "id": "reloaded_22_cb", "fg": 3949, "bg": 957 }, - { "id": "reloaded_22_ratshot", "fg": 3950, "bg": 957 }, - { "id": "small_charcoal", "bg": 957 }, - { "id": "small_coal", "bg": 957 }, - { "id": "fc_hairpin", "fg": 3828, "bg": 957, "rotates": false }, - { "id": "40mm_acidbomb", "fg": 3936, "bg": 957, "rotates": false }, - { "id": "40mm_toxicgas", "fg": 3936, "bg": 957, "rotates": false }, - { "id": "reloaded_40mm_flechette", "fg": 3951, "bg": 957, "rotates": false }, - { "id": "reloaded_40mm_shot", "fg": 3952, "bg": 957, "rotates": false }, - { "id": "reloaded_shot_he", "fg": 3953, "bg": 957, "rotates": false }, - { "id": "reloaded_signal_flare", "fg": 3954, "bg": 957, "rotates": false }, - { "id": "charge_shot", "bg": 957, "rotates": false }, - { "id": "seed_barley", "fg": 1329, "bg": 957, "rotates": false }, - { "id": "seed_chili_pepper", "fg": 1329, "bg": 957, "rotates": false }, - { "id": "seed_sunflower", "fg": 1329, "bg": 957, "rotates": false }, - { "id": "seed_blueberries", "fg": 1330, "bg": 957, "rotates": false }, - { "id": "seed_cotton_boll", "fg": 1331, "bg": 957, "rotates": false }, - { "id": "seed_pumpkin", "fg": 1331, "bg": 957, "rotates": false }, - { "id": "fried_seeds", "fg": 1331, "bg": 957, "rotates": false }, - { "id": "seed_hops", "fg": 1332, "bg": 957, "rotates": false }, - { "id": "seed_strawberries", "fg": 1333, "bg": 957, "rotates": false }, - { "id": "seed_sugar_beet", "fg": 1334, "bg": 957, "rotates": false }, - { "id": "seed_tomato", "fg": 1335, "bg": 957, "rotates": false }, - { "id": "seed_wheat", "fg": 1337, "bg": 957, "rotates": false }, - { "id": [ "1st_aid", "1st_aid_survivor" ], "fg": 1067, "bg": 957, "rotates": false }, - { "id": "acidbomb", "fg": 3433, "bg": 957, "rotates": false }, - { "id": "acidbomb_act", "fg": 3434, "bg": 957, "rotates": false }, - { "id": "adderall", "fg": 1070, "bg": 957, "rotates": false }, - { "id": "adv_UPS_on", "bg": 957, "rotates": false }, - { "id": "alternator_car", "fg": 1626, "bg": 957, "rotates": false }, - { "id": "vp_alternator_car", "fg": 1626, "bg": 957, "rotates": true }, - { "id": "alternator_motorbike", "fg": 1627, "bg": 957, "rotates": false }, - { "id": "vp_alternator_motorbike", "fg": 1627, "bg": 957, "rotates": true }, - { "id": "alternator_truck", "fg": 1628, "bg": 957, "rotates": false }, - { "id": "vp_alternator_truck", "fg": 1628, "bg": 957, "rotates": true }, - { "id": [ "generator_7500w", "vp_generator_7500w" ], "fg": 1628, "bg": 957, "rotates": false }, - { "id": "ant_egg", "fg": 1076, "bg": 957, "rotates": false }, - { "id": "antenna", "fg": 1631, "bg": 957, "rotates": false }, - { "id": "antibiotics", "fg": 1073, "bg": 957, "rotates": false }, - { "id": "anvil", "fg": 3438, "bg": 957, "rotates": false }, - { "id": "apple", "fg": 1077, "bg": 957, "rotates": false }, - { "id": "arm", "fg": 1081, "bg": 957, "rotates": false }, - { "id": "aspirin", "fg": 1082, "bg": 957, "rotates": false }, - { "id": "atomic_coffeepot", "fg": 1633, "bg": 957, "rotates": false }, - { "id": "ax", "fg": 3440, "bg": 957, "rotates": false }, - { "id": "barrel_big", "fg": 2233, "bg": 957, "rotates": false }, - { "id": "barrel_ported", "fg": 2234, "bg": 957, "rotates": false }, - { "id": "barrel_rifled", "fg": 2235, "bg": 957, "rotates": false }, - { "id": "barrel_small", "fg": 2236, "bg": 957, "rotates": false }, - { "id": "baton", "fg": 1648, "bg": 957, "rotates": false }, - { "id": "baton-extended", "fg": 1647, "bg": 957, "rotates": false }, - { "id": "battery_compartment", "fg": 3820, "bg": 957, "rotates": false }, - { "id": "battletorch", "fg": 3444, "bg": 957, "rotates": false }, - { "id": "battletorch_done", "fg": 1650, "bg": 957, "rotates": false }, - { "id": "battletorch_lit", "fg": 3445, "bg": 957, "rotates": false }, - { "id": [ "bayonet", "inter_bayonet" ], "fg": 3776, "bg": 957, "rotates": false }, - { "id": "bio_dis_acid", "fg": 1016, "bg": 957, "rotates": false }, - { "id": "bio_dis_shock", "fg": 1016, "bg": 957, "rotates": false }, - { "id": "bio_drain", "fg": 1016, "bg": 957, "rotates": false }, - { "id": "bio_eye_enhancer", "fg": 1017, "bg": 957 }, - { "id": "bio_fusion_ammo", "fg": 3821, "bg": 957, "rotates": false }, - { "id": "bio_lightning_ammo", "bg": 957, "rotates": false }, - { "id": "bio_noise", "fg": 1016, "bg": 957, "rotates": false }, - { "id": "bio_null", "fg": 1016, "bg": 957, "rotates": false }, - { "id": "bio_power_weakness", "fg": 1016, "bg": 957, "rotates": false }, - { "id": "bio_stiff", "fg": 1016, "bg": 957, "rotates": false }, - { "id": "bipod", "fg": 2237, "bg": 957, "rotates": false }, - { "id": "black_box", "fg": 3449, "bg": 957, "rotates": false }, - { "id": "black_box_transcript", "fg": 1021, "bg": 957, "rotates": false }, - { "id": "blade", "fg": 1655, "bg": 957, "rotates": false }, - { "id": "blade_trap", "fg": 3450, "bg": 957, "rotates": false }, - { "id": "blowback", "fg": 2238, "bg": 957, "rotates": false }, - { "id": "blowgun", "bg": 957, "rotates": false }, - { "id": "board_trap", "fg": 3454, "bg": 957, "rotates": false }, - { "id": "boltcutters", "fg": 3455, "bg": 957, "rotates": false }, - { "id": "brass_catcher", "fg": 2239, "bg": 957, "rotates": false }, - { "id": "broadfire_off", "fg": 3458, "bg": 957, "rotates": false }, - { "id": "broadfire_on", "fg": 3459, "bg": 957, "rotates": false }, - { "id": "broadsword", "fg": 3460, "bg": 957, "rotates": false }, - { "id": "broadsword_fake", "fg": 3460, "bg": 957, "rotates": false }, - { "id": "broadsword_inferior", "fg": 3460, "bg": 957, "rotates": false }, - { "id": "broken_manhack", "fg": 1686, "bg": 957 }, - { "id": "burnt_out_bionic", "fg": 1695, "bg": 957, "rotates": false }, - { "id": "caffeine", "fg": 1110, "bg": 957, "rotates": false }, - { "id": [ "can_beans", "pork_beans" ], "fg": 1115, "bg": 957, "rotates": false }, - { "id": "can_catfood", "fg": 1286, "bg": 957, "rotates": false }, - { "id": "can_cheese", "fg": 1116, "bg": 957, "rotates": false }, - { "id": "can_chicken", "fg": 1117, "bg": 957, "rotates": false }, - { "id": "can_chowder", "fg": 1118, "bg": 957, "rotates": false }, - { "id": "can_clams", "fg": 1119, "bg": 957, "rotates": false }, - { "id": "can_corn", "fg": 1121, "bg": 957, "rotates": false }, - { "id": "can_herring", "fg": 1122, "bg": 957, "rotates": false }, - { "id": "can_pineapple", "fg": 1123, "bg": 957, "rotates": false }, - { "id": "can_salmon", "fg": 1124, "bg": 957, "rotates": false }, - { "id": "can_sardine", "fg": 1125, "bg": 957, "rotates": false }, - { "id": "can_spam", "fg": 1126, "bg": 957, "rotates": false }, - { "id": "can_tuna", "fg": 1128, "bg": 957, "rotates": false }, - { "id": "candlestick", "fg": 1696, "bg": 957, "rotates": false }, - { "id": "cane", "fg": 1697, "bg": 957, "rotates": false }, - { "id": "canister_empty", "fg": 1698, "bg": 957, "rotates": false }, - { "id": "ceramic_armor", "fg": 1701, "bg": 957, "rotates": false }, - { "id": "ceramic_plate", "fg": 1702, "bg": 957, "rotates": false }, - { "id": "cestus", "fg": 1704, "bg": 957, "rotates": false }, - { "id": [ "chain", "chain_link" ], "fg": 1705, "bg": 957, "rotates": false }, - { "id": "char_kiln", "fg": 1706, "bg": 957, "rotates": false }, - { "id": "kiln_full", "fg": 1706, "bg": 957, "rotates": false }, - { "id": "kiln_done", "fg": 1706, "bg": 957, "rotates": false }, - { "id": "chaw", "fg": 1133, "bg": 957, "rotates": false }, - { "id": "cheese", "fg": 1134, "bg": 957, "rotates": false }, - { "id": "chitin_piece", "fg": 1708, "bg": 957, "rotates": false }, - { "id": "acidchitin_piece", "fg": 5152, "bg": 957, "rotates": false }, - { "id": "choco_coffee_beans", "fg": 1142, "bg": 957, "rotates": false }, - { "id": "cigar", "fg": 1145, "bg": 957, "rotates": false }, - { "id": [ "circsaw_blade", "ripdisk" ], "fg": 1711, "bg": 957, "rotates": false }, - { "id": "circuit", "fg": 1712, "bg": 957, "rotates": false }, - { "id": "clip", "fg": 2245, "bg": 957, "rotates": false }, - { "id": "clip2", "fg": 3938, "bg": 957, "rotates": false }, - { "id": "clockworks", "fg": 1715, "bg": 957, "rotates": false }, - { "id": "coconut", "fg": 1146, "bg": 957, "rotates": false }, - { "id": "coilgun", "fg": 1995, "bg": 957, "rotates": false }, - { "id": "contacts", "fg": 1152, "bg": 957, "rotates": false }, - { "id": "cookies", "fg": 1155, "bg": 957, "rotates": false }, - { "id": "cornmeal", "fg": 1161, "bg": 957, "rotates": false }, - { "id": "crack", "fg": 1162, "bg": 957, "rotates": false }, - { "id": "crackers", "fg": 1163, "bg": 957, "rotates": false }, - { "id": "craftrig", "fg": 1717, "bg": 957, "rotates": false }, - { "id": "cudgel", "fg": 1718, "bg": 957, "rotates": false }, - { "id": "deluxe_eggs", "fg": 1174, "bg": 957, "rotates": false }, - { "id": "digging_stick", "fg": 1724, "bg": 957, "rotates": false }, - { "id": "DRUM", "bg": 957, "rotates": false }, - { "id": "dry_fruit", "fg": 1177, "bg": 957, "rotates": false }, - { "id": "dry_meat", "fg": 1178, "bg": 957, "rotates": false }, - { "id": "dry_veggy", "fg": 1180, "bg": 957, "rotates": false }, - { "id": "e_scrap", "fg": 1729, "bg": 957, "rotates": false }, - { "id": "element", "fg": 1726, "bg": 957, "rotates": false }, - { "id": "fetus", "fg": 1188, "bg": 957, "rotates": false }, - { "id": "fighter_sting", "fg": 1734, "bg": 957, "rotates": false }, - { "id": "firecracker_pack", "fg": 3516, "bg": 957, "rotates": false }, - { "id": "firecracker_pack_act", "fg": 3517, "bg": 957, "rotates": false }, - { "id": "firekatana_off", "fg": 3518, "bg": 957, "rotates": false }, - { "id": "firekatana_on", "fg": 3519, "bg": 957, "rotates": false }, - { "id": "firemachete_off", "fg": 3520, "bg": 957, "rotates": false }, - { "id": "firemachete_on", "fg": 3521, "bg": 957, "rotates": false }, - { "id": "flamethrower", "fg": 2010, "bg": 957, "rotates": false }, - { "id": "flamethrower_crude", "fg": 2011, "bg": 957, "rotates": false }, - { "id": "flamethrower_simple", "fg": 2012, "bg": 957, "rotates": false }, - { "id": "flashbang", "fg": 3526, "bg": 957, "rotates": false }, - { "id": "flashbang_act", "fg": 3527, "bg": 957, "rotates": false }, - { "id": "flask_hip", "fg": 1409, "bg": 957, "rotates": false }, - { "id": "flour", "fg": 1193, "bg": 957, "rotates": false }, - { "id": "foon", "fg": 1740, "bg": 957, "rotates": false }, - { "id": "foot_crank", "fg": 1742, "bg": 957, "rotates": false }, - { "id": "vp_foot_pedals", "fg": 1742, "bg": 957, "rotates": true }, - { "id": "forge", "fg": 3534, "bg": 957, "rotates": false }, - { "id": "fruit_leather", "fg": 1196, "bg": 957, "rotates": false }, - { "id": "fruit_pancakes", "fg": 1197, "bg": 957, "rotates": false }, - { "id": "ftk93", "fg": 2018, "bg": 957, "rotates": false }, - { "id": "arccan", "fg": 2018, "bg": 957, "rotates": false }, - { "id": "fungicide", "fg": 1198, "bg": 957, "rotates": false }, - { "id": "fur_rollmat", "fg": 3536, "bg": 957, "rotates": false }, - { "id": "g_shovel", "fg": 3555, "bg": 957, "rotates": false }, - { "id": "gasbomb", "fg": 1747, "bg": 957, "rotates": false }, - { "id": "gasbomb_act", "fg": 1748, "bg": 957, "rotates": false }, - { "id": "gasoline_lantern", "fg": 3542, "bg": 957, "rotates": false }, - { "id": "gasoline_lantern_on", "fg": 3543, "bg": 957, "rotates": false }, - { "id": "geiger_off", "fg": 3544, "bg": 957, "rotates": false }, - { "id": "geiger_on", "fg": 3545, "bg": 957, "rotates": false }, - { "id": "glass_plate", "fg": 1750, "bg": 957, "rotates": false }, - { "id": "glass_sheet", "fg": 1752, "bg": 957, "rotates": false }, - { "id": "granade", "fg": 3549, "bg": 957, "rotates": false }, - { "id": "granade_act", "fg": 3550, "bg": 957, "rotates": false }, - { "id": "grip", "fg": 2241, "bg": 957, "rotates": false }, - { "id": "GUITAR", "bg": 957, "rotates": false }, - { "id": "halligan", "fg": 3557, "bg": 957, "rotates": false }, - { "id": "hammer_sledge", "fg": 1757, "bg": 957, "rotates": false }, - { "id": "hardtack", "fg": 1207, "bg": 957, "rotates": false }, - { "id": "hatchet", "fg": 1762, "bg": 957, "rotates": false }, - { "id": "helsing", "fg": 2027, "bg": 957, "rotates": false }, - { "id": "heroin", "fg": 1208, "bg": 957, "rotates": false }, - { "id": "hk_g80", "fg": 2030, "bg": 957, "rotates": false }, - { "id": "hockey_stick", "fg": 1766, "bg": 957, "rotates": false }, - { "id": "hoe", "fg": 3570, "bg": 957, "rotates": false }, - { "id": [ "holo_sight", "tele_sight", "tele_sight_pistol" ], "fg": 2242, "bg": 957, "rotates": false }, - { "id": "homewrecker", "fg": 1767, "bg": 957, "rotates": false }, - { "id": "honeycomb", "fg": 1212, "bg": 957, "rotates": false }, - { "id": "hose", "fg": 3572, "bg": 957, "rotates": false }, - { "id": "hotplate", "fg": 3573, "bg": 957, "rotates": false }, - { "id": "human_cooked", "fg": 1221, "bg": 957, "rotates": false }, - { "id": "human_flesh", "fg": 1222, "bg": 957, "rotates": false }, - { "id": "human_smoked", "fg": 1223, "bg": 957, "rotates": false }, - { "id": "i4_combustion", "fg": 1437, "bg": 957, "rotates": false }, - { "id": "vp_engine_inline4", "fg": 1437, "bg": 957, "rotates": true }, - { "id": "i_staff", "fg": 1770, "bg": 957, "rotates": false }, - { "id": "improve_sights", "fg": 2243, "bg": 957, "rotates": false }, - { "id": "inhaler", "fg": 3577, "bg": 957, "rotates": false }, - { "id": "iodine", "fg": 1225, "bg": 957, "rotates": false }, - { "id": "irradiated_mango", "fg": 1228, "bg": 957, "rotates": false }, - { "id": "irradiated_pomegranate", "fg": 1237, "bg": 957, "rotates": false }, - { "id": "irradiated_rhubarb", "fg": 1238, "bg": 957, "rotates": false }, - { "id": "jackhammer", "fg": 3579, "bg": 957, "rotates": false }, - { "id": "jacqueshammer", "fg": 1658, "bg": 957, "rotates": false }, - { "id": "javelin", "fg": 1772, "bg": 957, "rotates": false }, - { "id": "johnnycake", "fg": 1243, "bg": 957, "rotates": false }, - { "id": "katana", "fg": 3583, "bg": 957, "rotates": false }, - { "id": "katana_fake", "fg": 3583, "bg": 957, "rotates": false }, - { "id": "katana_inferior", "fg": 3583, "bg": 957, "rotates": false }, - { "id": "kevlar_plate", "fg": 3584, "bg": 957, "rotates": false }, - { "id": "knife_butcher", "fg": 3586, "bg": 957, "rotates": false }, - { "id": "knife_combat", "fg": 3587, "bg": 957, "rotates": false }, - { "id": "knife_trench", "fg": 3593, "bg": 957, "rotates": false }, - { "id": "knuckle_brass", "fg": 1780, "bg": 957, "rotates": false }, - { "id": "knuckle_katar", "fg": 1781, "bg": 957, "rotates": false }, - { "id": "knuckle_nail", "fg": 1782, "bg": 957, "rotates": false }, - { "id": "knuckle_steel", "fg": 1783, "bg": 957, "rotates": false }, - { "id": "large_repairkit", "fg": 3599, "bg": 957, "rotates": false }, - { "id": "laser_rifle", "fg": 2039, "bg": 957, "rotates": false }, - { "id": "laser_sight", "fg": 2244, "bg": 957, "rotates": false }, - { "id": "launcher_simple", "fg": 2040, "bg": 957, "rotates": false }, - { "id": "LAW_Packed", "fg": 3601, "bg": 957, "rotates": false }, - { "id": "lawnmower", "fg": 1787, "bg": 957, "rotates": false }, - { "id": "leg", "fg": 1248, "bg": 957, "rotates": false }, - { "id": "lens", "fg": 1789, "bg": 957, "rotates": false }, - { "id": "glass_tinted", "fg": 5151, "bg": 957, "rotates": false }, - { "id": "cabbage", "fg": 1109, "bg": 957, "rotates": false }, - { "id": "light_emergency_blue", "fg": 1790, "bg": 957, "rotates": false }, - { "id": "light_emergency_red", "fg": 1791, "bg": 957, "rotates": false }, - { "id": "lightstrip_dead", "fg": 3604, "bg": 957 }, - { "id": "lsd", "fg": 1249, "bg": 957, "rotates": false }, - { "id": "lutefisk", "fg": 1251, "bg": 957, "rotates": false }, - { "id": "m202_flash", "fg": 2054, "bg": 957, "rotates": false }, - { "id": "m320", "fg": 2058, "bg": 957, "rotates": false }, - { "id": "m79", "fg": 2061, "bg": 957, "rotates": false }, - { "id": "mace", "fg": 1795, "bg": 957, "rotates": false }, - { "id": "machete", "fg": 3607, "bg": 957, "rotates": false }, - { "id": "makeshift_crowbar", "fg": 3610, "bg": 957, "rotates": false }, - { "id": "makeshift_funnel", "fg": 3611, "bg": 957, "rotates": false }, - { "id": "makeshift_halberd", "fg": 1796, "bg": 957, "rotates": false }, - { "id": "halberd", "fg": 1796, "bg": 957, "rotates": false }, - { "id": "halberd_fake", "fg": 1796, "bg": 957, "rotates": false }, - { "id": "knife", "fg": 3942, "bg": 957, "rotates": false }, - { "id": "makeshift_machete", "fg": 3613, "bg": 957, "rotates": false }, - { "id": "maltballs", "fg": 1252, "bg": 957, "rotates": false }, - { "id": "mango", "fg": 1228, "bg": 957, "rotates": false }, - { "id": "mannwurst", "fg": 1253, "bg": 957, "rotates": false }, - { "id": "marloss_berry", "fg": 1254, "bg": 957, "rotates": false }, - { "id": "matchbomb", "fg": 3615, "bg": 957, "rotates": false }, - { "id": "matchbomb_act", "fg": 3616, "bg": 957, "rotates": false }, - { "id": "meal_bone", "fg": 1256, "bg": 957, "rotates": false }, - { "id": "meal_chitin_piece", "fg": 1257, "bg": 957, "rotates": false }, - { "id": "meat", "fg": 1258, "bg": 957, "rotates": false }, - { "id": "meat_cooked", "fg": 1260, "bg": 957, "rotates": false }, - { "id": "meat_smoked", "fg": 1261, "bg": 957, "rotates": false }, - { "id": "meat_tainted", "fg": 1262, "bg": 957, "rotates": false }, - { "id": "medical_gauze", "fg": 1263, "bg": 957, "rotates": false }, - { - "id": [ "metal_tank", "vp_harpoonrack", "vp_sballistarack", "vp_stonerack", "vp_tank", "vp_wballistarack" ], - "fg": 1420, - "bg": 957, - "rotates": false - }, - { "id": "mgl", "fg": 2065, "bg": 957, "rotates": false }, - { "id": "militarymap", "fg": 1803, "bg": 957, "rotates": false }, - { "id": "miner_hat", "fg": 3845, "bg": 957, "rotates": false }, - { "id": "miner_hat_on", "fg": 3846, "bg": 957, "rotates": false }, - { "id": "minifridge", "fg": 1805, "bg": 957, "rotates": false }, - { "id": "mininuke", "fg": 3621, "bg": 957, "rotates": false }, - { "id": "mininuke_act", "fg": 3622, "bg": 957, "rotates": false }, - { "id": "mininuke_launcher", "fg": 2066, "bg": 957, "rotates": false }, - { "id": [ "minireactor", "vp_minireactor" ], "fg": 3623, "bg": 957, "rotates": false }, - { "id": "mintpatties", "fg": 1265, "bg": 957, "rotates": false }, - { "id": "molotov", "fg": 3625, "bg": 957, "rotates": false }, - { "id": "molotov_lit", "fg": 3626, "bg": 957, "rotates": false }, - { "id": "morningstar", "fg": 1811, "bg": 957, "rotates": false }, - { "id": [ "motor", "vp_engine_electric" ], "fg": 1812, "bg": 957, "rotates": false }, - { "id": [ "motor_large", "vp_engine_electric_large" ], "fg": 1812, "bg": 957, "rotates": false }, - { "id": [ "muffler", "vp_muffler" ], "fg": 1819, "bg": 957, "rotates": false }, - { "id": "nailboard", "fg": 1822, "bg": 957, "rotates": false }, - { "id": "nailgun", "fg": 2071, "bg": 957, "rotates": false }, - { "id": "nailrifle", "fg": 2072, "bg": 957, "rotates": false }, - { "id": "neccowafers", "fg": 1278, "bg": 957, "rotates": false }, - { "id": "needle_bone", "fg": 3632, "bg": 957, "rotates": false }, - { "id": "needle_wood", "fg": 3633, "bg": 957, "rotates": false }, - { "id": "needlegun", "fg": 2073, "bg": 957, "rotates": false }, - { "id": "nodachi", "fg": 3634, "bg": 957, "rotates": false }, - { "id": "nodachi_fake", "fg": 3634, "bg": 957, "rotates": false }, - { "id": "noodles_fast", "fg": 1280, "bg": 957, "rotates": false }, - { "id": "nx17", "bg": 957, "rotates": false }, - { "id": "oatmeal", "fg": 1283, "bg": 957, "rotates": false }, - { "id": "oatmeal_cooked", "fg": 1284, "bg": 957, "rotates": false }, - { "id": "oatmeal_deluxe", "fg": 1285, "bg": 957, "rotates": false }, - { "id": "oxycodone", "fg": 1287, "bg": 957, "rotates": false }, - { "id": "pancakes", "fg": 1288, "bg": 957, "rotates": false }, - { "id": "pepper", "fg": 1292, "bg": 957, "rotates": false }, - { "id": "permanent_marker", "fg": 3700, "bg": 957, "rotates": false }, - { "id": "pickaxe", "fg": 3702, "bg": 957, "rotates": false }, - { "id": "picklocks", "fg": 3703, "bg": 957, "rotates": false }, - { "id": "pike", "fg": 1877, "bg": 957, "rotates": false }, - { "id": [ "pills_sleep", "testcomest" ], "fg": 1294, "bg": 957, "rotates": false }, - { "id": "pilot_light", "fg": 1879, "bg": 957, "rotates": false }, - { "id": "pipe_glass", "fg": 3706, "bg": 957, "rotates": false }, - { "id": "pipe_launcher40mm", "fg": 2247, "bg": 957, "rotates": false }, - { "id": "pipebomb", "fg": 3704, "bg": 957, "rotates": false }, - { "id": "pipebomb_act", "fg": 3705, "bg": 957, "rotates": false }, - { "id": [ "pistol_bayonet", "makeshift_pistol_bayonet" ], "fg": 3776, "bg": 957, "rotates": false }, - { "id": "pistol_grip", "fg": 2248, "bg": 957, "rotates": false }, - { "id": "pistol_stock", "fg": 2249, "bg": 957, "rotates": false }, - { "id": "plasma_engine", "fg": 3948, "bg": 957, "rotates": false }, - { "id": "plastic_chunk", "fg": 3708, "bg": 957, "rotates": false }, - { "id": "pointy_stick", "fg": 1885, "bg": 957, "rotates": false }, - { "id": "pomegranate", "fg": 1237, "bg": 957, "rotates": false }, - { "id": "pool_cue", "fg": 1887, "bg": 957, "rotates": false }, - { "id": "poppy_pain", "fg": 1300, "bg": 957, "rotates": false }, - { "id": "poppy_sleep", "fg": 1301, "bg": 957, "rotates": false }, - { "id": "portable_game", "fg": 3712, "bg": 957, "rotates": false }, - { "id": "potato_baked", "fg": 1302, "bg": 957, "rotates": false }, - { "id": "potato_raw", "fg": 1303, "bg": 957, "rotates": false }, - { "id": "powder_eggs", "fg": 1304, "bg": 957, "rotates": false }, - { "id": "power_supply", "fg": 1893, "bg": 957, "rotates": false }, - { "id": "ppsh", "fg": 2164, "bg": 957, "rotates": false }, - { "id": "press", "fg": 3713, "bg": 957, "rotates": false }, - { "id": "primitive_shovel", "fg": 3718, "bg": 957, "rotates": false }, - { "id": [ "processor", "vp_vehicle_alarm" ], "fg": 1894, "bg": 957, "rotates": false }, - { "id": "protein_powder", "fg": 1305, "bg": 957, "rotates": false }, - { "id": "prozac", "fg": 1306, "bg": 957, "rotates": false }, - { "id": "puller", "fg": 3719, "bg": 957, "rotates": false }, - { "id": "punch_dagger", "fg": 1896, "bg": 957, "rotates": false }, - { "id": [ "pur_tablets", "prussian_blue" ], "fg": 1309, "bg": 957, "rotates": false }, - { "id": "q_staff", "fg": 1898, "bg": 957, "rotates": false }, - { "id": "quikclot", "fg": 1310, "bg": 957, "rotates": false }, - { "id": "radio", "fg": 3720, "bg": 957, "rotates": false }, - { "id": "radio_on", "fg": 3724, "bg": 957, "rotates": false }, - { "id": [ "rag", "chloroform_rag", "disinrag" ], "fg": 3725, "bg": 957, "rotates": false }, - { "id": "raging_bull", "fg": 2166, "bg": 957, "rotates": false }, - { "id": "RAM", "fg": 1900, "bg": 957, "rotates": false }, - { "id": "rapier", "fg": 3726, "bg": 957, "rotates": false }, - { "id": "rapier_fake", "fg": 3726, "bg": 957, "rotates": false }, - { "id": "razor_blade", "fg": 1901, "bg": 957, "rotates": false }, - { "id": "rebar_rifle", "fg": 2167, "bg": 957, "rotates": false }, - { "id": "receiver", "fg": 1903, "bg": 957, "rotates": false }, - { "id": "ref_lighter", "fg": 3727, "bg": 957, "rotates": false }, - { "id": "rehydrated_fruit", "fg": 1314, "bg": 957, "rotates": false }, - { "id": "rehydrated_meat", "fg": 1315, "bg": 957, "rotates": false }, - { "id": "rehydrated_veggy", "fg": 1316, "bg": 957, "rotates": false }, - { "id": "reinforced_glass_sheet", "fg": 1904, "bg": 957, "rotates": false }, - { "id": "reinforced_solar_panel", "fg": 1905, "bg": 957, "rotates": false }, - { "id": "retool_22", "fg": 2251, "bg": 957, "rotates": false }, - { "id": "retool_223", "fg": 2251, "bg": 957 }, - { "id": "retool_308", "fg": 2251, "bg": 957 }, - { "id": "retool_45", "fg": 2252, "bg": 957, "rotates": false }, - { "id": "retool_flaregun", "fg": 2252, "bg": 957, "rotates": false }, - { "id": "retool_46", "fg": 2253, "bg": 957, "rotates": false }, - { "id": "retool_57", "fg": 2254, "bg": 957, "rotates": false }, - { "id": "retool_9mm", "fg": 2255, "bg": 957, "rotates": false }, - { "id": "revolver_shotgun", "fg": 2174, "bg": 957, "rotates": false }, - { "id": "rhubarb", "fg": 1238, "bg": 957, "rotates": false }, - { "id": [ "rifle_scope", "acog_scope", "riv_scope" ], "fg": 2256, "bg": 957, "rotates": false }, - { "id": "rm103a_pistol", "fg": 2176, "bg": 957, "rotates": false }, - { "id": "rm2000_smg", "fg": 2177, "bg": 957, "rotates": false }, - { "id": "rm228", "fg": 2178, "bg": 957, "rotates": false }, - { "id": "rm88_battle_rifle", "fg": 2183, "bg": 957, "rotates": false }, - { "id": "rm99_pistol", "fg": 2184, "bg": 957, "rotates": false }, - { "id": "roadmap", "fg": 1803, "bg": 957, "rotates": false }, - { "id": "rock_pot", "fg": 1907, "bg": 957, "rotates": false }, - { "id": "rock_quern", "fg": 3729, "bg": 957, "rotates": false }, - { "id": "clay_quern", "fg": 3729, "bg": 957, "rotates": false }, - { "id": "rock_sock", "fg": 1908, "bg": 957, "rotates": false }, - { "id": "rollmat", "fg": 3730, "bg": 957, "rotates": false }, - { "id": [ "rope_30", "rope_makeshift_30" ], "fg": 1909, "bg": 957, "rotates": false }, - { "id": [ "rope_6", "rope_makeshift_6" ], "fg": 3568, "bg": 957, "rotates": false }, - { "id": "saddle", "fg": 1910, "bg": 957, "rotates": false }, - { "id": "saiga_12", "fg": 2190, "bg": 957, "rotates": false }, - { "id": "saiga_sawn", "bg": 957, "rotates": false }, - { "id": "salt", "fg": 1320, "bg": 957, "rotates": false }, - { "id": "sausage", "fg": 1325, "bg": 957, "rotates": false }, - { "id": "saw", "fg": 3732, "bg": 957, "rotates": false }, - { "id": "scalpel", "fg": 3733, "bg": 957, "rotates": false }, - { "id": "scar_l", "fg": 2192, "bg": 957, "rotates": false }, - { "id": "scrambled_eggs", "fg": 1326, "bg": 957, "rotates": false }, - { "id": "scrambler", "fg": 3736, "bg": 957, "rotates": false }, - { "id": "scrambler_act", "fg": 3737, "bg": 957, "rotates": false }, - { "id": "scythe", "fg": 3742, "bg": 957, "rotates": false }, - { "id": "scythe_war", "fg": 3743, "bg": 957, "rotates": false }, - { "id": "seasoning_italian", "fg": 1327, "bg": 957, "rotates": false }, - { "id": "seasoning_salt", "fg": 1328, "bg": 957, "rotates": false }, - { "id": "seed_weed", "fg": 1336, "bg": 957, "rotates": false }, - { "id": "sharp_toothbrush", "fg": 1915, "bg": 957, "rotates": false }, - { "id": "sheet_metal", "fg": 1916, "bg": 957, "rotates": false }, - { "id": "shishkebab_off", "fg": 3747, "bg": 957, "rotates": false }, - { "id": "shishkebab_on", "fg": 3748, "bg": 957, "rotates": false }, - { "id": "shock_staff", "fg": 3751, "bg": 957, "rotates": false }, - { "id": "shocktonfa_off", "fg": 3749, "bg": 957, "rotates": false }, - { "id": "shocktonfa_on", "fg": 3750, "bg": 957, "rotates": false }, - { "id": "shovel", "fg": 3753, "bg": 957, "rotates": false }, - { "id": "sickle", "fg": 3754, "bg": 957 }, - { "id": "skewer", "fg": 3956, "bg": 957, "rotates": false }, - { "id": "sks", "fg": 2200, "bg": 957, "rotates": false }, - { "id": "slime_scrap", "fg": 1338, "bg": 957, "rotates": false }, - { "id": "small_lcd_screen", "fg": 1920, "bg": 957, "rotates": false }, - { "id": "small_repairkit", "fg": 3755, "bg": 957, "rotates": false }, - { "id": [ "small_storage_battery", "vp_small_storage_battery" ], "fg": 2276, "bg": 957, "rotates": false }, - { "id": "smokebomb", "fg": 1921, "bg": 957, "rotates": false }, - { "id": "smokebomb_act", "fg": 1922, "bg": 957, "rotates": false }, - { "id": "snare_trigger", "fg": 3758, "bg": 957, "rotates": false }, - { "id": "solar_cell", "fg": 1923, "bg": 957, "rotates": false }, - { "id": [ "solar_panel", "solar_array" ], "fg": 1924, "bg": 957, "rotates": false }, - { "id": "spare_mag", "bg": 957, "rotates": false }, - { "id": "spear_knife", "fg": 3760, "bg": 957, "rotates": false }, - { "id": "glaive", "fg": 3760, "bg": 957, "rotates": false }, - { "id": "spear_rebar", "fg": 1930, "bg": 957, "rotates": false }, - { "id": [ "spear_steel", "spear_pipe" ], "fg": 1931, "bg": 957, "rotates": false }, - { "id": [ "spear_wood", "harpoon" ], "fg": 1933, "bg": 957, "rotates": false }, - { "id": "spike", "fg": 1934, "bg": 957, "rotates": false }, - { "id": "spork", "fg": 1939, "bg": 957, "rotates": false }, - { "id": "spring", "fg": 1940, "bg": 957, "rotates": false }, - { "id": "steyr_aug", "fg": 2206, "bg": 957, "rotates": false }, - { "id": "still", "fg": 3765, "bg": 957, "rotates": false }, - { - "id": [ "storage_battery", "vp_storage_battery", "vp_storage_battery_removable" ], - "fg": 2276, - "bg": 957, - "rotates": false - }, - { "id": "sugar", "fg": 1352, "bg": 957, "rotates": false }, - { "id": [ "suppressor", "riv_suppressor" ], "fg": 2257, "bg": 957, "rotates": false }, - { "id": "survivormap", "fg": 1803, "bg": 957, "rotates": false }, - { "id": "sw_22", "fg": 2209, "bg": 957, "rotates": false }, - { "id": "sw_500", "fg": 2210, "bg": 957, "rotates": false }, - { "id": "50pistol", "fg": 2210, "bg": 957, "rotates": false }, - { "id": "sw_610", "fg": 2211, "bg": 957, "rotates": false }, - { "id": "sw_619", "fg": 2212, "bg": 957, "rotates": false }, - { "id": "swage", "fg": 3774, "bg": 957, "rotates": false }, - { "id": "switchblade", "fg": 3775, "bg": 957, "rotates": false }, - { "id": [ "sword_bayonet", "makeshift_sword_bayonet" ], "fg": 3776, "bg": 957, "rotates": false }, - { "id": "sword_crude", "fg": 1948, "bg": 957, "rotates": false }, - { "id": "sword_forged", "fg": 1949, "bg": 957, "rotates": false }, - { "id": "sword_nail", "fg": 1950, "bg": 957, "rotates": false }, - { "id": "sword_wood", "fg": 1951, "bg": 957, "rotates": false }, - { "id": "tanto", "fg": 3783, "bg": 957, "rotates": false }, - { "id": "taurus_38", "fg": 2213, "bg": 957, "rotates": false }, - { "id": "tazer", "fg": 3784, "bg": 957, "rotates": false }, - { "id": "TDI", "fg": 2214, "bg": 957, "rotates": false }, - { "id": "tec9", "fg": 2215, "bg": 957, "rotates": false }, - { "id": "textbook_computers", "bg": 957, "rotates": false }, - { "id": "thorazine", "fg": 1360, "bg": 957, "rotates": false }, - { "id": "tihar", "fg": 2217, "bg": 957, "rotates": false }, - { "id": "tin_plate", "fg": 1958, "bg": 957, "rotates": false }, - { "id": "toaster", "fg": 1959, "bg": 957, "rotates": false }, - { "id": "tokarev", "fg": 2218, "bg": 957, "rotates": false }, - { "id": "tonfa", "fg": 1960, "bg": 957, "rotates": false }, - { "id": "tonfa_wood", "fg": 1961, "bg": 957, "rotates": false }, - { "id": "tongs", "fg": 3791, "bg": 957, "rotates": false }, - { "id": "torch", "fg": 3796, "bg": 957, "rotates": false }, - { "id": "torch_done", "fg": 1962, "bg": 957, "rotates": false }, - { "id": "torch_lit", "fg": 3797, "bg": 957, "rotates": false }, - { "id": "touristmap", "fg": 1803, "bg": 957, "rotates": false }, - { "id": "tr_portal", "fg": 3930, "bg": 957, "rotates": false }, - { "id": "tr_telepad", "fg": 3935, "bg": 957, "rotates": false }, - { "id": "tramadol", "fg": 1363, "bg": 957, "rotates": false }, - { "id": "transponder", "fg": 1963, "bg": 957, "rotates": false }, - { "id": "unbio_blaster_gun", "fg": 2220, "bg": 957, "rotates": false }, - { "id": "unknown", "fg": 2966, "bg": 957, "rotates": true }, - { "id": "UPS_on", "bg": 957, "rotates": false }, - { - "id": [ "usb_drive", "software_blood_data", "software_hacking", "software_math", "software_medical", "software_useless" ], - "fg": 1965, - "bg": 957, - "rotates": false - }, - { "id": "uzi", "fg": 2223, "bg": 957, "rotates": false }, - { "id": "v29", "fg": 2224, "bg": 957, "rotates": false }, - { "id": "v29_cheap", "fg": 2225, "bg": 957, "rotates": false }, - { "id": "v2_combustion", "fg": 1438, "bg": 957, "rotates": false }, - { "id": "vp_engine_vtwin", "fg": 1438, "bg": 957, "rotates": true }, - { "id": "v6_combustion", "fg": 1439, "bg": 957, "rotates": false }, - { "id": "v8_combustion", "fg": 1440, "bg": 957, "rotates": false }, - { "id": "vacutainer", "fg": 1430, "bg": 957, "rotates": false }, - { "id": "veggy_wild_cooked", "fg": 1368, "bg": 957, "rotates": false }, - { - "id": [ "vehicle_controls", "vp_controls", "vp_drive_by_wire_controls" ], - "fg": 1966, - "bg": 957, - "rotates": false - }, - { "id": "drive_by_wire_controls", "fg": 1966, "bg": 957, "rotates": false }, - { "id": "robot_controls", "fg": 1966, "bg": 957, "rotates": false }, - { "id": "vitamins", "fg": 1369, "bg": 957, "rotates": false }, - { "id": "water_purifier", "fg": 3810, "bg": 957 }, - { "id": "waterskin", "fg": 1431, "bg": 957, "rotates": false }, - { "id": "wax", "fg": 1374, "bg": 957, "rotates": false }, - { "id": "welder", "fg": 3811, "bg": 957, "rotates": false }, - { "id": "welder_crude", "fg": 3812, "bg": 957, "rotates": false }, - { "id": "wheat", "fg": 1376, "bg": 957, "rotates": false }, - { "id": "wheel", "fg": 4183, "bg": 957, "rotates": false }, - { "id": "wheel_armor", "fg": 4184, "bg": 957, "rotates": false }, - { "id": "wheel_bicycle", "fg": 4185, "bg": 957, "rotates": false }, - { "id": "wheel_caster", "fg": 4186, "bg": 957, "rotates": false }, - { "id": "wheel_motorbike", "fg": 4187, "bg": 957, "rotates": false }, - { "id": "wheel_small", "fg": 4188, "bg": 957, "rotates": false }, - { "id": "wheel_wide", "fg": 4189, "bg": 957, "rotates": false }, - { "id": "withered", "fg": 1976, "bg": 957, "rotates": false }, - { "id": "wrapped_rad_badge", "fg": 3814, "bg": 957, "rotates": false }, - { "id": "xacto", "fg": 3816, "bg": 957, "rotates": false }, - { "id": "xanax", "fg": 1380, "bg": 957, "rotates": false }, - { "id": "zucchini", "fg": 1383, "bg": 957, "rotates": false }, - { "id": "zweifire_off", "fg": 3817, "bg": 957, "rotates": false }, - { "id": "zweifire_on", "fg": 3818, "bg": 957, "rotates": false }, - { "id": "cw-24", "fg": 2002, "bg": 957, "rotates": false }, - { "id": "svs-24", "fg": 2207, "bg": 957, "rotates": false }, - { "id": "svs-24c", "fg": 2208, "bg": 957, "rotates": false }, - { "id": "cw-24m", "fg": 2002, "bg": 957, "rotates": false }, - { "id": "cw-24k", "fg": 2002, "bg": 957, "rotates": false }, - { "id": "cw-24hack", "fg": 2002, "bg": 957, "rotates": false }, - { "id": "cw-24m_hack", "fg": 2002, "bg": 957, "rotates": false }, - { "id": "cwd-63", "fg": 2003, "bg": 957, "rotates": false }, - { "id": [ "stereo", "vp_stereo" ], "fg": 1942, "bg": 957, "rotates": false }, - { "id": "broken_eyebot", "fg": 1685, "bg": 957, "rotates": false }, - { "id": "broken_copbot", "fg": 1684, "bg": 957, "rotates": false }, - { "id": "hops", "fg": 1215, "bg": 957, "rotates": false }, - { "id": "note_grove", "fg": 1021, "bg": 957, "rotates": false }, - { "id": "note_sanguine", "fg": 1021, "bg": 957, "rotates": false }, - { "id": "note_chalice", "fg": 1021, "bg": 957, "rotates": false }, - { "id": "note_flame", "fg": 1021, "bg": 957, "rotates": false }, - { "id": "spider_egg", "fg": 1349, "bg": 957, "rotates": false }, - { "id": "mask_bunker", "fg": 3843, "bg": 957, "rotates": false }, - { "id": "mask_bunker_on", "fg": 3844, "bg": 957, "rotates": false }, - { "id": "pipe_double_shotgun", "fg": 2161, "bg": 957, "rotates": false }, - { "id": "vibrator", "fg": 3805, "bg": 957, "rotates": false }, - { "id": "antifungal", "fg": 1074, "bg": 957, "rotates": false }, - { "id": "antiparasitic", "fg": 1075, "bg": 957, "rotates": false }, - { "id": "honey_glassed", "fg": 1214, "bg": 957, "rotates": false }, - { "id": "yeast", "fg": 1381, "bg": 957, "rotates": false }, - { "id": "zweihander", "fg": 3819, "bg": 957, "rotates": false }, - { "id": "zweihander_fake", "fg": 3819, "bg": 957, "rotates": false }, - { "id": "zweihander_inferior", "fg": 3819, "bg": 957, "rotates": false }, - { "id": "marshmallow", "fg": 1255, "bg": 957, "rotates": false }, - { "id": "puck", "fg": 1895, "bg": 957, "rotates": false }, - { "id": "bowling_ball", "fg": 1659, "bg": 957, "rotates": false }, - { "id": "nachos", "fg": 1274, "bg": 957, "rotates": false }, - { "id": "chilly-p", "fg": 1141, "bg": 957, "rotates": false }, - { "id": "nachosc", "fg": 1275, "bg": 957, "rotates": false }, - { "id": "nachosm", "fg": 1276, "bg": 957, "rotates": false }, - { "id": "nachosmc", "fg": 1277, "bg": 957, "rotates": false }, - { "id": "datura_seed", "fg": 1172, "bg": 957, "rotates": false }, - { "id": "ceramic_shard", "fg": 1703, "bg": 957, "rotates": false }, - { "id": "bullwhip", "fg": 1694, "bg": 957, "rotates": false }, - { "id": "pipe_combination_gun", "fg": 2160, "bg": 957, "rotates": false }, - { "id": "walther_ppk", "fg": 2226, "bg": 957, "rotates": false }, - { "id": "tommygun", "fg": 2219, "bg": 957, "rotates": false }, - { "id": "sten", "fg": 2205, "bg": 957, "rotates": false }, - { "id": "skorpion_61", "fg": 2199, "bg": 957, "rotates": false }, - { "id": "rm451_flamethrower", "fg": 2180, "bg": 957, "rotates": false }, - { "id": "rm298", "fg": 2179, "bg": 957, "rotates": false }, - { "id": "m2browning", "fg": 2179, "bg": 957, "rotates": false }, - { "id": "m249", "fg": 2056, "bg": 957, "rotates": false }, - { "id": "m240", "fg": 2055, "bg": 957 }, - { "id": "m1918", "fg": 2051, "bg": 957, "rotates": false }, - { "id": "lemat_revolver", "fg": 2042, "bg": 957, "rotates": false }, - { "id": "LAW", "fg": 2041, "bg": 957, "rotates": false }, - { "id": "ksg", "fg": 2038, "bg": 957, "rotates": false }, - { "id": "combination_gun", "fg": 2160, "bg": 957, "rotates": false }, - { "id": "chemical_thrower", "fg": 1994, "bg": 957, "rotates": false }, - { "id": "briefcase_smg", "fg": 1990, "bg": 957, "rotates": false }, - { "id": "ficrico", "fg": 2008, "bg": 957, "rotates": false }, - { "id": "gunknife", "fg": 2022, "bg": 957, "rotates": false }, - { "id": "gunsword", "fg": 2023, "bg": 957, "rotates": false }, - { "id": "hk_mp5eod", "fg": 2032, "bg": 957, "rotates": false }, - { "id": "ltcarb", "fg": 2044, "bg": 957, "rotates": false }, - { "id": "wrist_dread", "fg": 2229, "bg": 957, "rotates": false }, - { "id": "retool_545", "fg": 2251, "bg": 957 }, - { "id": "retool_654", "fg": 2251, "bg": 957 }, - { "id": "retool_762", "fg": 2251, "bg": 957 }, - { "id": "emas", "fg": 2240, "bg": 957, "rotates": false }, - { "id": "fire_lance", "fg": 2009, "bg": 957, "rotates": false }, - { "id": "dao", "fg": 3497, "bg": 957, "rotates": false }, - { "id": "dusksword", "fg": 3500, "bg": 957, "rotates": false }, - { "id": "khopesh", "fg": 3585, "bg": 957, "rotates": false }, - { "id": "sword_xiphos", "fg": 3777, "bg": 957, "rotates": false }, - { "id": "ji", "fg": 1773, "bg": 957, "rotates": false }, - { "id": "spear_dory", "fg": 1928, "bg": 957, "rotates": false }, - { "id": "gungnir_replica", "fg": 1756, "bg": 957, "rotates": false }, - { "id": "mjolnir_replica", "fg": 1808, "bg": 957, "rotates": false }, - { "id": "laevateinn_replica", "fg": 3597, "bg": 957, "rotates": false }, - { "id": "atgm_launcher", "fg": 1985, "bg": 957, "rotates": false }, - { "id": "inflatable_boat", "fg": 3576, "bg": 957, "rotates": false }, - { "id": "1cyl_combustion", "fg": 1435, "bg": 957, "rotates": false }, - { "id": "vp_engine_1cyl", "fg": 1435, "bg": 957, "rotates": true }, - { "id": "1cyl_combustion_small", "fg": 1436, "bg": 957, "rotates": false }, - { "id": "vp_engine_1cyl_small", "fg": 1436, "bg": 957, "rotates": true }, - { "id": "f_blade_upright", "fg": 1462, "bg": 957, "rotates": false }, - { "id": "scroll_blank", "fg": 1913, "bg": 957, "rotates": false }, - { "id": "silver_glyph", "fg": 1918, "bg": 957, "rotates": false }, - { "id": "bloodscourge", "fg": 1989, "bg": 957, "rotates": false }, - { "id": "hand_of_armok", "fg": 2026, "bg": 957, "rotates": false }, - { "id": "scourge_staff", "fg": 2193, "bg": 957, "rotates": false }, - { "id": "thunder_sigil", "fg": 2216, "bg": 957, "rotates": false }, - { "id": "armor_wyrm", "fg": 3823, "bg": 957, "rotates": false }, - { "id": "cleric_ring", "fg": 3826, "bg": 957, "rotates": false }, - { "id": "gauntlets_necro", "fg": 3832, "bg": 957, "rotates": false }, - { "id": "gilded_aegis", "fg": 3833, "bg": 957, "rotates": false }, - { "id": "revenant_crown", "fg": 3896, "bg": 957, "rotates": false }, - { "id": "robe_shadow", "fg": 3898, "bg": 957, "rotates": false }, - { "id": "robe_shadow_on", "fg": 3899, "bg": 957, "rotates": false }, - { "id": "somen_clairvoyance", "fg": 3905, "bg": 957, "rotates": false }, - { "id": "somen_clairvoyance_on", "fg": 3906, "bg": 957, "rotates": false }, - { "id": "sun_sword_on", "fg": 3770, "bg": 957, "rotates": false }, - { "id": "blood_athame", "fg": 3453, "bg": 957, "rotates": false }, - { "id": "deagle_44", "fg": 2005, "bg": 957, "rotates": false }, - { "id": "flaregun", "fg": 2013, "bg": 957, "rotates": false }, - { "id": "m1911", "fg": 2050, "bg": 957, "rotates": false }, - { "id": "bagh_nakha", "fg": 1638, "bg": 957, "rotates": false }, - { "id": "basketball", "fg": 1645, "bg": 957, "rotates": false }, - { "id": "arming_sword_fake", "fg": 1632, "bg": 957, "rotates": false }, - { "id": "battery_car", "fg": 2276, "bg": 957, "rotates": false }, - { "id": "vp_battery_car", "fg": 2276, "bg": 957, "rotates": true }, - { "id": "battery_motorbike", "fg": 2276, "bg": 957, "rotates": false }, - { "id": "vp_battery_motorbike", "fg": 2276, "bg": 957, "rotates": true }, - { "id": "battery_truck", "fg": 2276, "bg": 957, "rotates": false }, - { "id": "battleaxe_fake", "fg": 1649, "bg": 957, "rotates": false }, - { "id": "birchbark", "fg": 1654, "bg": 957, "rotates": false }, - { "id": "brick", "fg": 1661, "bg": 957, "rotates": false }, - { "id": "clay_lump", "fg": 1713, "bg": 957, "rotates": false }, - { "id": "crude_brick", "fg": 1661, "bg": 957, "rotates": false }, - { "id": "cured_hide", "fg": 1719, "bg": 957, "rotates": false }, - { "id": "cutlass_fake", "fg": 1721, "bg": 957, "rotates": false }, - { "id": "diamond", "fg": 1723, "bg": 957, "rotates": false }, - { "id": "down_pillow", "fg": 1725, "bg": 957, "rotates": false }, - { "id": "estoc", "fg": 1727, "bg": 957, "rotates": false }, - { "id": "estoc_fake", "fg": 1727, "bg": 957, "rotates": false }, - { "id": "felt_patch", "fg": 1731, "bg": 957, "rotates": false }, - { "id": "fencing_epee", "fg": 1732, "bg": 957, "rotates": false }, - { "id": "fencing_foil", "fg": 1732, "bg": 957, "rotates": false }, - { "id": "fencing_sabre", "fg": 1733, "bg": 957, "rotates": false }, - { "id": "fishing_hook_basic", "fg": 1736, "bg": 957, "rotates": false }, - { "id": "fishing_hook_bone", "fg": 1736, "bg": 957, "rotates": false }, - { "id": "frame_wood_light", "fg": 1745, "bg": 957 }, - { "id": "hickory_nut", "fg": 1764, "bg": 957, "rotates": false }, - { "id": "hickory_root", "fg": 1765, "bg": 957, "rotates": false }, - { "id": "jian_fake", "fg": 1774, "bg": 957, "rotates": false }, - { "id": "kiln_lit", "fg": 1777, "bg": 957, "rotates": false }, - { "id": "knitting_needles", "fg": 1779, "bg": 957, "rotates": false }, - { "id": "longsword_fake", "fg": 1793, "bg": 957, "rotates": false }, - { "id": "material_aluminium_ingot", "fg": 1799, "bg": 957 }, - { "id": "material_shrd_limestone", "fg": 1800, "bg": 957 }, - { "id": "mjolnir", "fg": 1807, "bg": 957, "rotates": false }, - { "id": "mobile_memory_card", "fg": 1809, "bg": 957 }, - { "id": "mobile_memory_card_encrypted", "fg": 1809, "bg": 957 }, - { "id": "mobile_memory_card_science", "fg": 1809, "bg": 957 }, - { "id": "mobile_memory_card_used", "fg": 1809, "bg": 957 }, - { "id": [ "motor_small", "vp_door_motor", "vp_engine_electric_small" ], "fg": 1813, "bg": 957 }, - { "id": "music_cd", "fg": 3946, "bg": 957, "rotates": false }, - { "id": "naginata", "fg": 1820, "bg": 957, "rotates": false }, - { "id": [ "omnicamera", "vp_omnomnicam" ], "fg": 1824, "bg": 957, "rotates": false }, - { "id": "pastaextruder", "fg": 1875, "bg": 957, "rotates": false }, - { "id": "pillow", "fg": 1878, "bg": 957, "rotates": false }, - { "id": "pine_bough", "fg": 1881, "bg": 957, "rotates": false }, - { "id": "pinecone", "fg": 1880, "bg": 957, "rotates": false }, - { "id": "pitchfork", "fg": 1883, "bg": 957, "rotates": false }, - { "id": "pot_copper", "fg": 1890, "bg": 957, "rotates": false }, - { "id": "qiang", "fg": 1897, "bg": 957, "rotates": false }, - { "id": "rag_bloody", "fg": 1899, "bg": 957, "rotates": false }, - { "id": "scimitar_fake", "fg": 1911, "bg": 957, "rotates": false }, - { "id": "skewer_bone", "fg": 1919, "bg": 957, "rotates": false }, - { "id": [ "solar_panel_v2", "solar_array2" ], "fg": 1925, "bg": 957, "rotates": false }, - { "id": "solar_panel_v3", "fg": 1926, "bg": 957, "rotates": false }, - { "id": "spear_copper", "fg": 1927, "bg": 957, "rotates": false }, - { "id": "spear_forked", "fg": 1929, "bg": 957, "rotates": false }, - { "id": "spear_survivor", "fg": 1820, "bg": 957, "rotates": false }, - { "id": [ "straw_pile", "cattlefodder" ], "fg": 1945, "bg": 957, "rotates": false }, - { "id": "tanbark", "fg": 1952, "bg": 957, "rotates": false }, - { "id": "tanned_hide", "fg": 1953, "bg": 957, "rotates": false }, - { "id": "tanned_pelt", "fg": 1954, "bg": 957, "rotates": false }, - { "id": "wakizashi_fake", "fg": 1969, "bg": 957, "rotates": false }, - { "id": "warhammer", "fg": 1970, "bg": 957, "rotates": false }, - { "id": [ "water_faucet", "vp_water_faucet" ], "fg": 1972, "bg": 957, "rotates": false }, - { "id": "willowbark", "fg": 1973, "bg": 957, "rotates": false }, - { "id": "wire", "fg": 1974, "bg": 957, "rotates": false }, - { "id": "wire_barbed", "fg": 1975, "bg": 957, "rotates": false }, - { "id": "screwdriver_set", "fg": 3739, "bg": 957, "rotates": false }, - { "id": "scimitar_inferior", "fg": 3734, "bg": 957, "rotates": false }, - { "id": [ "scimitar", "cavalry_sabre", "cavalry_sabre_fake" ], "fg": 1911, "bg": 957, "rotates": false }, - { "id": "shavingkit", "fg": 3745, "bg": 957, "rotates": false }, - { "id": "stepladder", "fg": 3764, "bg": 957, "rotates": false }, - { "id": "survivor_hairtrimmer", "fg": 3771, "bg": 957, "rotates": false }, - { "id": "survivor_mess_kit", "fg": 3772, "bg": 957, "rotates": false }, - { "id": "survivor_scope", "fg": 3773, "bg": 957, "rotates": false }, - { "id": "survivor_shavingkit", "fg": 3745, "bg": 957, "rotates": false }, - { "id": "polisher", "fg": 3711, "bg": 957, "rotates": false }, - { "id": "pliers", "fg": 3709, "bg": 957, "rotates": false }, - { "id": "primitive_adze", "fg": 3714, "bg": 957, "rotates": false }, - { "id": "primitive_axe", "fg": 3715, "bg": 957, "rotates": false }, - { "id": "primitive_hammer", "fg": 3716, "bg": 957, "rotates": false }, - { "id": "primitive_knife", "fg": 3717, "bg": 957, "rotates": false }, - { "id": "radio_car", "fg": 3722, "bg": 957, "rotates": false }, - { "id": "radio_car_on", "fg": 3723, "bg": 957, "rotates": false }, - { "id": "radiocontrol", "fg": 3721, "bg": 957, "rotates": false }, - { "id": "ref_lighter_on", "fg": 3728, "bg": 957, "rotates": false }, - { "id": "remotevehcontrol", "fg": 3721, "bg": 957, "rotates": false }, - { "id": "barley", "fg": 1087, "bg": 957 }, - { "id": "acorns_cooked", "fg": 1069, "bg": 957 }, - { "id": "acorns", "fg": 1069, "bg": 957 }, - { "id": "bfipowder", "fg": 1091, "bg": 957 }, - { "id": "boiled_egg", "fg": 1100, "bg": 957, "rotates": false }, - { "id": "brioche", "fg": 1104, "bg": 957, "rotates": false }, - { "id": "cake2", "fg": 1112, "bg": 957, "rotates": false }, - { "id": "cake3", "fg": 1113, "bg": 957, "rotates": false }, - { "id": "can_tomato", "fg": 1127, "bg": 957, "rotates": false }, - { "id": "cattail_rhizome", "fg": 1130, "bg": 957, "rotates": false }, - { "id": "cattail_stalk", "fg": 1131, "bg": 957, "rotates": false }, - { "id": "cheese_hard", "fg": 1134, "bg": 957, "rotates": false }, - { "id": "coffee_raw", "fg": 1149, "bg": 957, "rotates": false }, - { "id": "cooked_cattail_stalk", "fg": 1154, "bg": 957, "rotates": false }, - { "id": "corndogs_cooked", "fg": 1159, "bg": 957, "rotates": false }, - { "id": "corndogs_frozen", "fg": 1160, "bg": 957, "rotates": false }, - { "id": "curry_powder", "fg": 1169, "bg": 957, "rotates": false }, - { "id": "diazepam", "fg": 1175, "bg": 957, "rotates": false }, - { "id": "dry_fish", "fg": 1176, "bg": 957, "rotates": false }, - { "id": "dry_meat_tainted", "fg": 1179, "bg": 957, "rotates": false }, - { "id": "dry_veggy_tainted", "fg": 1181, "bg": 957, "rotates": false }, - { "id": "egg_bird", "fg": 1182, "bg": 957, "rotates": false }, - { "id": "egg_reptile", "fg": 1183, "bg": 957, "rotates": false }, - { "id": "fat", "fg": 1185, "bg": 957, "rotates": false }, - { "id": "fat_tainted", "fg": 1186, "bg": 957, "rotates": false }, - { "id": "fish", "fg": 1189, "bg": 957, "rotates": false }, - { "id": "fish_smoked", "fg": 1191, "bg": 957, "rotates": false }, - { "id": "flatbread", "fg": 1192, "bg": 957, "rotates": false }, - { "id": "garlic", "fg": 1199, "bg": 957, "rotates": false }, - { "id": "gummy_vitamins", "fg": 1203, "bg": 957, "rotates": false }, - { "id": "haggis", "fg": 1204, "bg": 957, "rotates": false }, - { "id": "atomic_lamp_off", "fg": 1635, "bg": 957, "rotates": false }, - { "id": "atomic_lamp", "fg": 1634, "bg": 957, "rotates": false }, - { "id": "vp_atomic_lamp", "fg": 1634, "bg": 957, "rotates": true }, - { "id": "atomic_light_off", "fg": 1637, "bg": 957, "rotates": false }, - { "id": "atomic_light", "fg": 1636, "bg": 957, "rotates": false }, - { "id": "vp_atomic_light", "fg": 1636, "bg": 957, "rotates": true }, - { "id": "tanning_hide", "fg": 3781, "bg": 957, "rotates": false }, - { "id": "tanning_pelt", "fg": 3782, "bg": 957, "rotates": false }, - { "id": "telepad", "fg": 3785, "bg": 957, "rotates": false }, - { "id": "teleporter", "fg": 3786, "bg": 957, "rotates": false }, - { "id": "thermometer", "fg": 3788, "bg": 957, "rotates": false }, - { "id": "wakizashi_inferior", "fg": 3808, "bg": 957, "rotates": false }, - { "id": "wakizashi", "fg": 1969, "bg": 957, "rotates": false }, - { "id": "violin_golden", "fg": 3807, "bg": 957, "rotates": false }, - { "id": "violin", "fg": 3806, "bg": 957, "rotates": false }, - { "id": "case_violin", "fg": 5166, "bg": 957, "rotates": false }, - { "id": "ukulele", "fg": 3802, "bg": 957, "rotates": false }, - { "id": "trumpet", "fg": 3801, "bg": 957, "rotates": false }, - { "id": "trimmer_on", "fg": 3799, "bg": 957, "rotates": false }, - { "id": "trimmer_off", "fg": 3798, "bg": 957, "rotates": false }, - { "id": "toolbox", "fg": 3792, "bg": 957, "rotates": false }, - { "id": "tool_black_powder_bomb_act", "fg": 3795, "bg": 957, "rotates": false }, - { "id": "tool_black_powder_bomb", "fg": 3794, "bg": 957, "rotates": false }, - { "id": "dehydrator", "fg": 3498, "bg": 957, "rotates": false }, - { "id": "diamond_broadsword", "bg": 957, "rotates": false }, - { "id": "cutlass_inferior", "fg": 3496, "bg": 957, "rotates": false }, - { "id": "cutlass", "fg": 1721, "bg": 957, "rotates": false }, - { "id": "crude_picklock", "fg": 3494, "bg": 957, "rotates": false }, - { "id": "crucible", "fg": 3493, "bg": 957, "rotates": false }, - { "id": "creepy_doll", "fg": 3491, "bg": 957, "rotates": false }, - { "id": "crackpipe", "fg": 3490, "bg": 957, "rotates": false }, - { "id": "cow_bell", "fg": 3489, "bg": 957, "rotates": false }, - { "id": "cot", "fg": 3488, "bg": 957, "rotates": false }, - { "id": "cordless_drill", "fg": 3487, "bg": 957, "rotates": false }, - { "id": "copper_knife", "fg": 3486, "bg": 957, "rotates": false }, - { "id": "copper_ax", "fg": 3485, "bg": 957, "rotates": false }, - { "id": "con_mix", "fg": 3484, "bg": 957, "rotates": false }, - { "id": "combatsaw_on", "fg": 3482, "bg": 957, "rotates": false }, - { "id": "combatsaw_off", "fg": 3481, "bg": 957, "rotates": false }, - { "id": "coffeemaker", "fg": 1633, "bg": 957, "rotates": false }, - { "id": "clarinet", "fg": 3480, "bg": 957, "rotates": false }, - { "id": "circsaw_on", "fg": 3479, "bg": 957 }, - { "id": "circsaw_off", "fg": 3479, "bg": 957, "rotates": false }, - { "id": "chisel", "fg": 3478, "bg": 957, "rotates": false }, - { "id": "char_purifier", "fg": 3474, "bg": 957, "rotates": false }, - { "id": "char_forge", "fg": 3534, "bg": 957, "rotates": false }, - { "id": "chainsaw_on", "fg": 3473, "bg": 957, "rotates": false }, - { "id": "chainsaw_off", "fg": 3472, "bg": 957, "rotates": false }, - { "id": "carver_on", "fg": 3468, "bg": 957, "rotates": false }, - { "id": "carver_off", "fg": 3468, "bg": 957, "rotates": false }, - { "id": "canister_goo", "fg": 3467, "bg": 957, "rotates": false }, - { "id": "candle_lit", "fg": 3466, "bg": 957, "rotates": false }, - { "id": "candle", "fg": 3465, "bg": 957, "rotates": false }, - { "id": "camera_pro", "fg": 3464, "bg": 957, "rotates": false }, - { "id": "camera", "fg": 3463, "bg": 957, "rotates": false }, - { "id": "brick_kiln", "fg": 3457, "bg": 957, "rotates": false }, - { "id": "brazier", "fg": 3456, "bg": 957, "rotates": false }, - { "id": "battleaxe_inferior", "fg": 1649, "bg": 957, "rotates": false }, - { "id": "battleaxe", "fg": 3443, "bg": 957, "rotates": false }, - { "id": "barometer", "fg": 3442, "bg": 957, "rotates": false }, - { "id": "banjo", "fg": 3441, "bg": 957, "rotates": false }, - { "id": "arming_sword_inferior", "fg": 3439, "bg": 957, "rotates": false }, - { "id": "arming_sword", "fg": 1632, "bg": 957, "rotates": false }, - { "id": "large_stomach_sealed", "fg": 1419, "bg": 957, "rotates": false }, - { "id": [ "metal_tank_little", "vp_tank_little" ], "fg": 1421, "bg": 957 }, - { "id": "metal_tank_small", "fg": 3943, "bg": 957, "rotates": false }, - { "id": "stomach_sealed", "fg": 1431, "bg": 957, "rotates": false }, - { "id": "waterskin2", "fg": 1419, "bg": 957, "rotates": false }, - { "id": "waterskin3", "fg": 1432, "bg": 957, "rotates": false }, - { "id": [ "wooden_barrel", "vp_tank_barrel" ], "fg": 1433, "bg": 957, "rotates": false }, - { "id": "bio_eye_optic", "fg": 1017, "bg": 957 }, - { "id": "acoustic_guitar", "fg": 3822, "bg": 957, "rotates": false }, - { "id": "bagpipes", "fg": 3824, "bg": 957, "rotates": false }, - { "id": "binoculars", "fg": 3825, "bg": 957, "rotates": false }, - { "id": "fedora", "fg": 3829, "bg": 957, "rotates": false }, - { "id": "game_watch", "fg": 3831, "bg": 957, "rotates": false }, - { "id": "goggles_nv", "fg": 3836, "bg": 957, "rotates": false }, - { "id": "goggles_nv_on", "fg": 3837, "bg": 957, "rotates": false }, - { "id": "hairpin", "fg": 3838, "bg": 957, "rotates": false }, - { "id": "harmonica_holder", "fg": 3839, "bg": 957, "rotates": false }, - { "id": "long_patchwork_scarf", "fg": 3842, "bg": 957, "rotates": false }, - { "id": "long_patchwork_scarf_loose", "fg": 3842, "bg": 957, "rotates": false }, - { "id": "rad_monitor", "fg": 3895, "bg": 957, "rotates": false }, - { "id": "saxophone", "fg": 3901, "bg": 957, "rotates": false }, - { "id": "survivor_light", "fg": 3908, "bg": 957, "rotates": false }, - { "id": "survivor_light_on", "fg": 3909, "bg": 957, "rotates": false }, - { "id": "wearable_light", "fg": 3913, "bg": 957, "rotates": false }, - { "id": "wearable_light_on", "fg": 3914, "bg": 957, "rotates": false }, - { "id": "tuba", "fg": 3912, "bg": 957, "rotates": false }, - { "id": "whistle", "fg": 3915, "bg": 957, "rotates": false }, - { "id": "cured_pelt", "fg": 1720, "bg": 957, "rotates": false }, - { "id": "etched_skull", "fg": 3510, "bg": 957, "rotates": false }, - { "id": "EMPbomb_act", "fg": 3508, "bg": 957, "rotates": false }, - { "id": "EMPbomb", "fg": 3507, "bg": 957, "rotates": false }, - { "id": "electrohack", "fg": 3504, "bg": 957, "rotates": false }, - { "id": "elec_jackhammer", "fg": 3579, "bg": 957 }, - { "id": "elec_hairtrimmer", "fg": 3505, "bg": 957, "rotates": false }, - { "id": "elec_chainsaw_on", "fg": 3473, "bg": 957, "rotates": false }, - { "id": "elec_chainsaw_off", "fg": 3472, "bg": 957, "rotates": false }, - { "id": "dynamite_act", "fg": 3502, "bg": 957, "rotates": false }, - { "id": "dynamite", "fg": 3501, "bg": 957, "rotates": false }, - { "id": "dogfood", "fg": 3499, "bg": 957, "rotates": false }, - { "id": "diamond_zweihander", "bg": 957, "rotates": false }, - { "id": "bullet_crossbow", "fg": 1992, "bg": 957, "rotates": false }, - { "id": "crowbar", "fg": 3492, "bg": 957, "rotates": false }, - { "id": "fire_drill", "fg": 3523, "bg": 957, "rotates": false }, - { "id": "fire_drill_large", "fg": 3523, "bg": 957, "rotates": false }, - { "id": "heavy_flashlight", "fg": 3566, "bg": 957, "rotates": false }, - { "id": "heavy_flashlight_on", "fg": 3567, "bg": 957, "rotates": false }, - { "id": "grenade_inc_act", "fg": 3554, "bg": 957, "rotates": false }, - { "id": "grenade_inc", "fg": 3553, "bg": 957, "rotates": false }, - { "id": "gasbomb_makeshift_act", "fg": 3538, "bg": 957, "rotates": false }, - { "id": "gasbomb_makeshift", "fg": 3537, "bg": 957, "rotates": false }, - { "id": "flute", "fg": 3531, "bg": 957, "rotates": false }, - { "id": "fishing_rod_professional", "fg": 3525, "bg": 957, "rotates": false }, - { "id": "fishing_rod_basic", "fg": 3524, "bg": 957, "rotates": false }, - { "id": "glass_macuahuitl", "fg": 1749, "bg": 957, "rotates": false }, - { "id": "iceaxe", "fg": 3575, "bg": 957, "rotates": false }, - { "id": "hygrometer", "fg": 3574, "bg": 957, "rotates": false }, - { "id": "jian", "fg": 1774, "bg": 957, "rotates": false }, - { "id": "jian_inferior", "fg": 3581, "bg": 957, "rotates": false }, - { - "id": [ "jumper_cable", "vp_jumper_cable", "vp_jumper_cable_debug", "vp_jumper_cable_heavy" ], - "fg": 3582, - "bg": 957, - "rotates": false - }, - { "id": "jumper_cable_debug", "fg": 3582, "bg": 957 }, - { "id": "jumper_cable_heavy", "fg": 3582, "bg": 957 }, - { "id": "knife_hunting", "fg": 3588, "bg": 957, "rotates": false }, - { "id": "knife_rambo", "fg": 3589, "bg": 957, "rotates": false }, - { "id": "knife_swissarmy", "fg": 3592, "bg": 957, "rotates": false }, - { "id": "kukri", "fg": 3594, "bg": 957, "rotates": false }, - { "id": "hickory_nut_unshelled", "fg": 1211, "bg": 957, "rotates": false }, - { "id": "hickory_nut_roasted", "fg": 1210, "bg": 957, "rotates": false }, - { "id": [ "hotdogs_cooked", "chilidogs", "chilidogs_human" ], "fg": 1217, "bg": 957, "rotates": false }, - { "id": "hotdogs_frozen", "fg": 1218, "bg": 957, "rotates": false }, - { "id": "hstomach", "fg": 1219, "bg": 957, "rotates": false }, - { "id": "hstomach_boiled", "fg": 1220, "bg": 957, "rotates": false }, - { "id": "hstomach_large", "fg": 1220, "bg": 957, "rotates": false }, - { "id": "human_haggis", "fg": 1204, "bg": 957, "rotates": false }, - { "id": "jihelucake", "fg": 1113, "bg": 957, "rotates": false }, - { "id": "jerky_human", "fg": 1242, "bg": 957, "rotates": false }, - { "id": "jerky", "fg": 1242, "bg": 957, "rotates": false }, - { "id": "longsword", "fg": 1793, "bg": 957, "rotates": false }, - { "id": "longsword_inferior", "fg": 3606, "bg": 957, "rotates": false }, - { "id": "l-stick", "fg": 3595, "bg": 957, "rotates": false }, - { "id": "l-stick_on", "fg": 3596, "bg": 957, "rotates": false }, - { "id": "magnifying_glass", "fg": 3608, "bg": 957, "rotates": false }, - { "id": "makeshift_hammer", "fg": 3612, "bg": 957, "rotates": false }, - { "id": "mess_kit", "fg": 3618, "bg": 957, "rotates": false }, - { "id": "metal_funnel", "fg": 3619, "bg": 957, "rotates": false }, - { "id": "mil_mess_kit", "fg": 3620, "bg": 957, "rotates": false }, - { "id": "misc_repairkit", "fg": 3624, "bg": 957, "rotates": false }, - { "id": "multi_cooker", "fg": 3631, "bg": 957, "rotates": false }, - { - "id": [ "jar_sauerkraut_pickled", "jar_pickles_pickled", "pickles_ferment" ], - "fg": 1771, - "bg": 957, - "rotates": false - }, - { "id": "milk_powder", "fg": 1091, "bg": 957 }, - { "id": "morphine", "fg": 1266, "bg": 957, "rotates": false }, - { "id": "paper", "fg": 1289, "bg": 957 }, - { "id": "pine_nuts", "fg": 1295, "bg": 957, "rotates": false }, - { "id": "potato_irradiated", "fg": 1303, "bg": 957 }, - { "id": "pumpkin", "fg": 1307, "bg": 957, "rotates": false }, - { "id": "raw_fur", "fg": 1312, "bg": 957, "rotates": false }, - { "id": "raw_hleather", "fg": 1313, "bg": 957, "rotates": false }, - { "id": "raw_leather", "fg": 1313, "bg": 957, "rotates": false }, - { "id": "raw_tainted_fur", "fg": 1312, "bg": 957, "rotates": false }, - { "id": "raw_tainted_leather", "fg": 1313, "bg": 957, "rotates": false }, - { "id": "sauerkraut", "fg": 1324, "bg": 957, "rotates": false }, - { "id": "sauerkraut_onions", "fg": 1324, "bg": 957, "rotates": false }, - { "id": "seed_cabbage", "fg": 1329, "bg": 957, "rotates": false }, - { "id": "seed_lettuce", "fg": 1334, "bg": 957, "rotates": false }, - { "id": "small_hstomach_boiled", "fg": 1219, "bg": 957, "rotates": false }, - { "id": "small_stomach_boiled", "fg": 1219, "bg": 957, "rotates": false }, - { "id": "spaghetti_raw", "fg": 1348, "bg": 957, "rotates": false }, - { "id": "stomach", "fg": 1219, "bg": 957, "rotates": false }, - { "id": "stomach_large", "fg": 1220, "bg": 957, "rotates": false }, - { "id": "stomach_boiled", "fg": 1220, "bg": 957, "rotates": false }, - { "id": "sugar_beet", "fg": 1353, "bg": 957, "rotates": false }, - { "id": "sushi_fishroll", "fg": 1354, "bg": 957, "rotates": false }, - { "id": "sushi_meatroll", "fg": 1354, "bg": 957, "rotates": false }, - { "id": "sushi_veggyroll", "fg": 1354, "bg": 957, "rotates": false }, - { "id": "tea_raw", "fg": 1359, "bg": 957, "rotates": false }, - { "id": "noise_emitter", "fg": 3635, "bg": 957, "rotates": false }, - { "id": "noise_emitter_on", "fg": 3636, "bg": 957, "rotates": false }, - { "id": "oxy_torch", "fg": 3698, "bg": 957, "rotates": false }, - { "id": [ "oxygen_tank", "oxygen" ], "fg": 3697, "bg": 957, "rotates": false }, - { "id": "paint_brush", "fg": 3699, "bg": 957, "rotates": false }, - { "id": "pda", "bg": 957, "rotates": false }, - { "id": "pet_carrier", "fg": 3701, "bg": 957, "rotates": false }, - { "id": "pipe_tobacco", "fg": 3707, "bg": 957, "rotates": false }, - { "id": "sauerkraut_ferment", "fg": 1771, "bg": 957, "rotates": false }, - { "id": "lighter", "fg": 3602, "bg": 957, "rotates": false }, - { "id": "seed_corn", "fg": 1334, "bg": 957, "rotates": false }, - { "id": "spiral_stone", "fg": 1936, "bg": 957, "rotates": false }, - { "id": "shelter_kit", "fg": 3746, "bg": 957, "rotates": false }, - { "id": "smoxygen_tank", "fg": 3756, "bg": 957, "rotates": false }, - { "id": "tobacco", "fg": 1362, "bg": 957, "rotates": false }, - { "id": [ "vortex_stone", "vpower" ], "fg": 1936, "bg": 957, "rotates": false }, - { "id": "towel_wet", "fg": 3911, "bg": 957, "rotates": false }, - { "id": "ichaival_replica", "fg": 2037, "bg": 957, "rotates": false }, - { "id": "esbit_stove", "fg": 3509, "bg": 957, "rotates": false }, - { "id": "flint_steel", "fg": 3530, "bg": 957, "rotates": false }, - { "id": "hand_axe", "fg": 3561, "bg": 957, "rotates": false }, - { "id": "hobo_stove", "fg": 3569, "bg": 957, "rotates": false }, - { "id": "makeshift_axe", "fg": 3609, "bg": 957, "rotates": false }, - { "id": "makeshift_shovel", "fg": 3614, "bg": 957, "rotates": false }, - { "id": "milk_curdling", "fg": 1431, "bg": 957, "rotates": false }, - { "id": "milk_curdling2", "fg": 1419, "bg": 957, "rotates": false }, - { "id": "milk_curdling3", "fg": 1432, "bg": 957, "rotates": false }, - { "id": "mortar_pestle", "fg": 3628, "bg": 957, "rotates": false }, - { "id": "tinderbox", "fg": 3789, "bg": 957, "rotates": false }, - { "id": "whistle_multitool", "fg": 3813, "bg": 957, "rotates": false }, - { "id": "tinderbox_on", "fg": 3790, "bg": 957, "rotates": false }, - { "id": "hotdogs_campfire", "fg": 1216, "bg": 957, "rotates": false }, - { "id": "resin_cord", "fg": 1317, "bg": 957, "rotates": false }, - { "id": "bottle_folding", "fg": 1389, "bg": 957, "rotates": false }, - { "id": "bottle_metal", "fg": 1391, "bg": 957, "rotates": false }, - { "id": "canteen_wood", "fg": 1400, "bg": 957, "rotates": false }, - { "id": "mess_tin", "fg": 1801, "bg": 957, "rotates": false }, - { "id": "pot_makeshift", "fg": 1891, "bg": 957, "rotates": false }, - { "id": "pot_makeshift_copper", "fg": 1892, "bg": 957, "rotates": false }, - { "id": "spear_stone", "fg": 1932, "bg": 957, "rotates": false }, - { "id": "hand_paddles", "fg": 1759, "bg": 957, "rotates": false }, - { "id": "hand_pump", "fg": 3563, "bg": 957, "rotates": false }, - { "id": "badge_cybercop", "fg": 1918, "bg": 957 }, - { "id": "fchicken", "fg": 1187, "bg": 957 }, - { "id": "101_carpentry", "fg": 1018, "bg": 959, "rotates": false }, - { "id": "atomic_survival", "fg": 1020, "bg": 959, "rotates": false }, - { "id": "book_archery", "fg": 1022, "bg": 959, "rotates": false }, - { "id": "book_icef", "fg": 1024, "bg": 959, "rotates": false }, - { "id": "carpentry_book", "fg": 1018, "bg": 959, "rotates": false }, - { "id": "child_book", "fg": 1028, "bg": 959, "rotates": false }, - { "id": "computer_science", "fg": 1029, "bg": 959, "rotates": false }, - { "id": "cookbook", "fg": 1030, "bg": 959, "rotates": false }, - { "id": "fairy_tales", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "glassblowing_book", "fg": 1034, "bg": 959, "rotates": false }, - { "id": "jewelry_book", "fg": 1054, "bg": 959, "rotates": false }, - { "id": "holybook_bible1", "fg": 1035, "bg": 959, "rotates": false }, - { "id": "holybook_bible2", "fg": 1036, "bg": 959, "rotates": false }, - { "id": "holybook_granth", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_hadith", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_kallisti", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_kojiki", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_mormon", "fg": 1038, "bg": 959, "rotates": false }, - { "id": "holybook_pastafarian", "fg": 1039, "bg": 959, "rotates": false }, - { "id": "holybook_quran", "fg": 1040, "bg": 959, "rotates": false }, - { "id": "holybook_scientology", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_slack", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_sutras", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_talmud", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_tanakh", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_tripitaka", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_upanishads", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "holybook_vedas", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "SICP", "fg": 1029, "bg": 959, "rotates": false }, - { "id": "story_book", "fg": 1033, "bg": 959, "rotates": false }, - { "id": "textbook_armeast", "fg": 1057, "bg": 959, "rotates": false }, - { "id": "textbook_armwest", "fg": 1057, "bg": 959, "rotates": false }, - { "id": "textbook_carpentry", "fg": 1018, "bg": 959, "rotates": false }, - { "id": "textbook_fireman", "fg": 1059, "bg": 959 }, - { "id": "textbook_gaswarfare", "fg": 1060, "bg": 959, "rotates": false }, - { "id": "textbook_mechanics", "fg": 1062, "bg": 959, "rotates": false }, - { "id": "textbook_weapeast", "fg": 1065, "bg": 959, "rotates": false }, - { "id": "textbook_armschina", "fg": 1065, "bg": 959, "rotates": false }, - { "id": "textbook_weapwest", "fg": 1065, "bg": 959, "rotates": false }, - { "id": "book_asgard", "fg": 1065, "bg": 959, "rotates": false }, - { "id": "holybook_bible3", "fg": 1037, "bg": 959, "rotates": false }, - { "id": "brewing_cookbook", "fg": 1030, "bg": 959 }, - { "id": "decoy_anarch", "fg": 1031, "bg": 959 }, - { "id": "philosophy_book", "fg": 1052, "bg": 959, "rotates": false }, - { "id": "scots_cookbook", "fg": 1030, "bg": 959, "rotates": false }, - { "id": "book_scrollcraft", "fg": 1026, "bg": 959, "rotates": false }, - { "id": "abdul_necro", "fg": 1019, "bg": 959, "rotates": true }, - { "id": "adv_chemistry", "fg": 1030, "bg": 960, "rotates": false }, - { "id": "emergency_book", "fg": 1032, "bg": 960, "rotates": false }, - { "id": "radio_book", "fg": 1055, "bg": 960, "rotates": false }, - { "id": "survival_book", "fg": 1020, "bg": 960, "rotates": false }, - { "id": "tailor_portfolio", "fg": 1056, "bg": 960, "rotates": false }, - { "id": "textbook_business", "fg": 1058, "bg": 960, "rotates": false }, - { "id": "textbook_chemistry", "fg": 1030, "bg": 960, "rotates": false }, - { "id": "textbook_biodiesel", "fg": 1030, "bg": 960, "rotates": false }, - { "id": "textbook_computer", "fg": 1029, "bg": 960, "rotates": false }, - { "id": "textbook_electronics", "fg": 1055, "bg": 960, "rotates": false }, - { "id": "textbook_fabrication", "fg": 1032, "bg": 960, "rotates": false }, - { "id": "textbook_firstaid", "fg": 1032, "bg": 960, "rotates": false }, - { "id": "textbook_robots", "fg": 1055, "bg": 960, "rotates": false }, - { "id": "textbook_speech", "fg": 1063, "bg": 960, "rotates": false }, - { "id": "textbook_survival", "fg": 1020, "bg": 960, "rotates": false }, - { "id": "textbook_tailor", "fg": 1056, "bg": 960, "rotates": false }, - { "id": "textbook_traps", "fg": 1064, "bg": 960, "rotates": false }, - { "id": "trappers_companion", "fg": 1064, "bg": 960, "rotates": false }, - { "id": "welding_book", "fg": 1034, "bg": 960, "rotates": false }, - { "id": "textbook_launcher", "fg": 1061, "bg": 960, "rotates": false }, - { "id": "book_potioncraft", "fg": 1060, "bg": 961, "rotates": false }, - { "id": "advanced_electronics", "fg": 1055, "bg": 961, "rotates": false }, - { "id": "cookbook_italian", "fg": 1030, "bg": 961, "rotates": false }, - { "id": "guidebook", "fg": 1021, "bg": 961, "rotates": false }, - { "id": "novel_adventure", "fg": 1033, "bg": 961, "rotates": false }, - { "id": "novel_buddy", "fg": 1028, "bg": 961, "rotates": false }, - { "id": [ "novel_coa", "novel_coa2" ], "fg": 1033, "bg": 961, "rotates": false }, - { "id": [ "novel_crime", "novel_crime2" ], "fg": 1051, "bg": 961, "rotates": false }, - { "id": "novel_drama", "fg": 1033, "bg": 961, "rotates": false }, - { "id": "novel_erotic", "fg": 1051, "bg": 961, "rotates": false }, - { "id": "novel_experimental", "fg": 1052, "bg": 961, "rotates": false }, - { "id": "novel_fantasy", "fg": 1033, "bg": 961, "rotates": false }, - { "id": "novel_horror", "fg": 1033, "bg": 961, "rotates": false }, - { "id": "novel_mystery", "fg": 1052, "bg": 961, "rotates": false }, - { "id": "novel_pulp", "fg": 1052, "bg": 961, "rotates": false }, - { "id": "novel_road", "fg": 1028, "bg": 961, "rotates": false }, - { "id": "novel_romance", "fg": 1051, "bg": 961, "rotates": false }, - { "id": "novel_samurai", "fg": 1033, "bg": 961, "rotates": false }, - { "id": "novel_satire", "fg": 1052, "bg": 961, "rotates": false }, - { "id": "novel_scifi", "fg": 1052, "bg": 961, "rotates": false }, - { "id": "novel_sports", "fg": 1051, "bg": 961, "rotates": false }, - { "id": "novel_spy", "fg": 1052, "bg": 961, "rotates": false }, - { "id": "novel_swash", "fg": 1028, "bg": 961, "rotates": false }, - { "id": "novel_thriller", "fg": 1033, "bg": 961, "rotates": false }, - { "id": "novel_tragedy", "fg": 1051, "bg": 961, "rotates": false }, - { "id": [ "novel_war", "novel_war2" ], "fg": 1052, "bg": 961, "rotates": false }, - { "id": "novel_western", "fg": 1051, "bg": 961, "rotates": false }, - { "id": "priest_diary", "fg": 1054, "bg": 961, "rotates": false }, - { "id": "record_accounting", "fg": 1021, "bg": 961, "rotates": false }, - { "id": "record_patient", "fg": 1021, "bg": 961, "rotates": false }, - { "id": "record_weather", "fg": 1021, "bg": 961, "rotates": false }, - { "id": "ZSG", "fg": 1066, "bg": 961, "rotates": false }, - { "id": "cookbook_sushi", "fg": 1030, "bg": 961 }, - { "id": "photo_album", "fg": 1053, "bg": 961, "rotates": false }, - { "id": "book_hexenhammer", "fg": 1023, "bg": 961, "rotates": false }, - { "id": "book_sacrifice", "fg": 1025, "bg": 961, "rotates": false }, - { "id": "book_bloodmagic", "fg": 1019, "bg": 961, "rotates": false }, - { "id": "book_summoning", "fg": 1027, "bg": 961, "rotates": false }, - { "id": "cookbook_human", "fg": 1030, "bg": 962, "rotates": false }, - { "id": "essay_book", "fg": 1021, "bg": 962, "rotates": false }, - { "id": "family_cookbook", "fg": 1030, "bg": 962, "rotates": false }, - { "id": "howto_computer", "fg": 1029, "bg": 962, "rotates": false }, - { "id": "howto_traps", "fg": 1064, "bg": 962, "rotates": false }, - { "id": "manual_aikido", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_archery", "fg": 1022, "bg": 962, "rotates": false }, - { "id": "manual_bashing", "fg": 1041, "bg": 962, "rotates": false }, - { "id": "manual_brawl", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_pankration", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_business", "fg": 1058, "bg": 962, "rotates": false }, - { "id": "manual_capoeira", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_carpentry", "fg": 1018, "bg": 962, "rotates": false }, - { "id": "manual_centipede", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_computers", "fg": 1029, "bg": 962, "rotates": false }, - { "id": "manual_crane", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_cutting", "fg": 1042, "bg": 962, "rotates": false }, - { "id": "manual_dodge", "fg": 1043, "bg": 962, "rotates": false }, - { "id": "manual_dragon", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_driving", "fg": 1031, "bg": 962, "rotates": false }, - { "id": "manual_electronics", "fg": 1055, "bg": 962, "rotates": false }, - { "id": "manual_fabrication", "fg": 1034, "bg": 962, "rotates": false }, - { "id": "manual_first_aid", "fg": 1032, "bg": 962, "rotates": false }, - { "id": "manual_gun", "fg": 1044, "bg": 962, "rotates": false }, - { "id": "manual_judo", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_karate", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_knives", "fg": 1059, "bg": 962, "rotates": false }, - { "id": "manual_krav_maga", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_launcher", "fg": 1061, "bg": 962, "rotates": false }, - { "id": "manual_leopard", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_lizard", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_mechanics", "fg": 1024, "bg": 962, "rotates": false }, - { "id": "manual_melee", "fg": 1062, "bg": 962, "rotates": false }, - { "id": "manual_muay_thai", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_ninjutsu", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_pistol", "fg": 1045, "bg": 962, "rotates": false }, - { "id": "manual_rifle", "fg": 1046, "bg": 962, "rotates": false }, - { "id": "manual_scorpion", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_shotgun", "fg": 1047, "bg": 962, "rotates": false }, - { "id": "manual_smg", "fg": 1048, "bg": 962, "rotates": false }, - { "id": "manual_snake", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_speech", "fg": 1063, "bg": 962, "rotates": false }, - { "id": "manual_stabbing", "fg": 1059, "bg": 962, "rotates": false }, - { "id": "manual_survival", "fg": 1020, "bg": 962, "rotates": false }, - { "id": "manual_swimming", "fg": 1049, "bg": 962, "rotates": false }, - { "id": "manual_taekwondo", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_tai_chi", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_tailor", "fg": 1056, "bg": 962, "rotates": false }, - { "id": "manual_throw", "fg": 1050, "bg": 962, "rotates": false }, - { "id": "manual_tiger", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_toad", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_traps", "fg": 1064, "bg": 962, "rotates": false }, - { "id": "manual_venom_snake", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "manual_zui_quan", "fg": 1798, "bg": 962, "rotates": false }, - { "id": "plays_book", "fg": 1054, "bg": 962, "rotates": false }, - { "id": "pocket_firearms", "fg": 1045, "bg": 962, "rotates": false }, - { "id": "pocket_firstaid", "fg": 1032, "bg": 962, "rotates": false }, - { "id": "pocket_survival", "fg": 1020, "bg": 962, "rotates": false }, - { "id": "poetry_book", "fg": 1033, "bg": 962, "rotates": false }, - { "id": "tall_tales", "fg": 1052, "bg": 962, "rotates": false }, - { "id": "textbook_anarch", "fg": 1053, "bg": 962, "rotates": false }, - { "id": "visions_solitude", "fg": 1054, "bg": 962, "rotates": false }, - { "id": "holybook_havamal", "fg": 1033, "bg": 962, "rotates": false }, - { "id": "decoy_elfa", "fg": 1052, "bg": 962 }, - { "id": "manual_boxing", "fg": 1798, "bg": 962 }, - { "id": "manual_eskrima", "fg": 1798, "bg": 962 }, - { "id": "manual_fencing", "fg": 1059, "bg": 962 }, - { "id": "manual_swordsmanship", "fg": 1059, "bg": 962 }, - { "id": "manual_silat", "fg": 1798, "bg": 962 }, - { "id": "manual_niten", "fg": 1065, "bg": 962 }, - { "id": "modern_tanner", "fg": 1030, "bg": 962 }, - { "id": "mag_fieldrepair", "fg": 1059, "bg": 962 }, - { "id": "recipe_surv", "fg": 1021, "bg": 962 }, - { "id": "fun_survival", "fg": 1020, "bg": 963, "rotates": false }, - { "id": "mag_archery", "fg": 1022, "bg": 963, "rotates": false }, - { "id": "mag_barter", "fg": 1058, "bg": 963, "rotates": false }, - { "id": "mag_bashing", "fg": 1041, "bg": 963, "rotates": false }, - { "id": "mag_beauty", "fg": 1063, "bg": 963, "rotates": false }, - { "id": "mag_carpentry", "fg": 1018, "bg": 963, "rotates": false }, - { "id": "mag_cars", "fg": 1031, "bg": 963, "rotates": false }, - { "id": "mag_comic", "fg": 1066, "bg": 963, "rotates": false }, - { "id": "mag_computer", "fg": 1029, "bg": 963, "rotates": false }, - { "id": "mag_cooking", "fg": 1030, "bg": 963, "rotates": false }, - { "id": "mag_cutting", "fg": 1042, "bg": 963, "rotates": false }, - { "id": "mag_dodge", "fg": 1043, "bg": 963, "rotates": false }, - { "id": "mag_dude", "fg": 1051, "bg": 963, "rotates": false }, - { "id": "mag_electronics", "fg": 1055, "bg": 963, "rotates": false }, - { "id": "mag_fabrication", "fg": 1034, "bg": 963, "rotates": false }, - { "id": "mag_firstaid", "fg": 1032, "bg": 963, "rotates": false }, - { "id": "mag_gaming", "fg": 1029, "bg": 963, "rotates": false }, - { "id": "mag_glam", "fg": 1063, "bg": 963, "rotates": false }, - { "id": "mag_guns", "fg": 1044, "bg": 963, "rotates": false }, - { "id": "mag_launcher", "fg": 1061, "bg": 963, "rotates": false }, - { "id": "mag_mechanics", "fg": 1024, "bg": 963, "rotates": false }, - { "id": "mag_melee", "fg": 1062, "bg": 963, "rotates": false }, - { "id": "mag_news", "fg": 1057, "bg": 963, "rotates": false }, - { "id": "mag_pistol", "fg": 1045, "bg": 963, "rotates": false }, - { "id": "mag_porn", "fg": 1051, "bg": 963, "rotates": false }, - { "id": "mag_rifle", "fg": 1046, "bg": 963, "rotates": false }, - { "id": "mag_shotgun", "fg": 1047, "bg": 963, "rotates": false }, - { "id": "mag_smg", "fg": 1048, "bg": 963, "rotates": false }, - { "id": "mag_stabbing", "fg": 1059, "bg": 963, "rotates": false }, - { "id": "mag_survival", "fg": 1020, "bg": 963, "rotates": false }, - { "id": "mag_swimming", "fg": 1049, "bg": 963, "rotates": false }, - { "id": "mag_tailor", "fg": 1056, "bg": 963, "rotates": false }, - { "id": "mag_throwing", "fg": 1050, "bg": 963, "rotates": false }, - { "id": "mag_traps", "fg": 1064, "bg": 963, "rotates": false }, - { "id": "mag_tv", "fg": 1063, "bg": 963, "rotates": false }, - { "id": "mag_unarmed", "fg": 1798, "bg": 963, "rotates": false }, - { "id": "news_regional", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_alpha", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_animal", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_arrows", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_atomic_battery", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_augs", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_bows", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_bullets", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_caseless", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_chimera", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_creepy", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_elfa", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_lab_cvd", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_lab_elec", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_labchem", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_maiar", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_medicalmut", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_melee", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_mil_augs", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_mininuke_launch", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_raptor", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_serum", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "recipe_igm", "fg": 1021, "bg": 963 }, - { "id": "book_magicfordummies", "fg": 1021, "bg": 963, "rotates": false }, - { "id": "repeater_mod_guide", "fg": 1021, "bg": 963 }, - { "id": "commune_prospectus", "fg": 1021, "bg": 963 }, - { "id": "necropolis_freq", "fg": 1021, "bg": 963 }, - { "id": "note", "fg": 1021, "bg": 963 }, - { "id": "mag_animecon", "fg": 1053, "bg": 963 }, - { "id": "phonebook", "fg": 1054, "bg": 964, "rotates": false }, - { "id": "gloople_tank", "fg": 1412, "bg": 965 }, - { "id": [ "gray_tank", "vp_gray_tank", "vp_oozle_tank", "vp_gloople_tank" ], "fg": 1412, "bg": 965 }, - { "id": "oozle_tank", "fg": 1412, "bg": 965 }, - { "id": "gloople", "fg": 965 }, - { "id": "gray", "fg": 965 }, - { "id": "oozle", "fg": 965 }, - { "id": "f_flower_fungal", "fg": 1514, "bg": 966, "rotates": false }, - { "id": "f_fungal_clump", "fg": 1517, "bg": 966, "rotates": false }, - { "id": "f_fungal_mass", "fg": 1518, "bg": 966, "rotates": false }, - { "id": "t_fungus", "bg": 966, "rotates": false }, - { "id": "t_fungus_mound", "fg": 3059, "bg": 966, "rotates": false }, - { "id": "t_marloss", "fg": 3118, "bg": 966, "rotates": false }, - { "id": "t_shrub_fungal", "fg": 3244, "bg": 966, "rotates": false }, - { "id": "t_tree_fungal", "fg": 3295, "bg": 966, "rotates": false }, - { "id": "t_tree_fungal_young", "fg": 3296, "bg": 966, "rotates": false }, - { "id": "t_marloss_tree", "fg": 3119, "bg": 966, "rotates": false }, - { "id": "f_mutcactus_test", "fg": 1544, "bg": 967, "rotates": false }, - { - "id": [ - "mon_null", - "fd_null", - "tr_null", - "null", - "vp_null", - "tr_temple_toggle", - "tr_glow", - "tr_hum", - "tr_shadow", - "tr_snake", - "TANK", - "acid_spit", - "apparatus", - "clairvoyance_plus_rod", - "fire", - "gloople_act", - "gray_act", - "money", - "muscle", - "oozle_act", - "oxyacetylene", - "pseuso_bio_picklock", - "software", - "toolset", - "upstest", - "vp_plating_acidchitin", - "vp_plating_bone", - "vp_plating_chitin", - "vp_plating_diamond", - "vp_plating_hard", - "vp_plating_military", - "vp_plating_spiked", - "vp_plating_steel", - "vp_plating_superalloy", - "vp_plating_wood", - "vp_gloople_plate", - "vp_gray_plate", - "vp_oozle_plate" - ], - "fg": 972, - "rotates": false - }, - { "id": "mon_w11b10", "fg": 5175, "rotates": false }, - { "id": "mon_w11b20b4", "fg": 5176, "rotates": false }, - { "id": "mon_w12b10", "fg": 5177, "rotates": false }, - { "id": "mon_w11h10", "fg": 5178, "rotates": false }, - { "id": "mon_w12n10", "fg": 5179, "rotates": false }, - { "id": "mon_amigara_horror", "fg": 2286, "bg": 967, "rotates": false }, - { "id": "mon_ant", "fg": 2310, "bg": 967, "rotates": false }, - { "id": "mon_ant_acid", "fg": 5197, "bg": 967, "rotates": false }, - { "id": "mon_ant_acid_larva", "fg": 5183, "bg": 967, "rotates": false }, - { "id": "mon_ant_acid_queen", "fg": 5198, "bg": 967, "rotates": false }, - { "id": "mon_ant_acid_soldier", "fg": 5182, "rotates": false }, - { "id": "mon_nakedmolerat_giant", "fg": 5181, "rotates": false }, - { "id": "mon_ant_fungus", "fg": 2311, "bg": 967, "rotates": false }, - { "id": "mon_ant_larva", "fg": 2313, "bg": 967, "rotates": false }, - { "id": "mon_ant_queen", "fg": 2316, "bg": 967, "rotates": false }, - { "id": "mon_ant_soldier", "fg": 2320, "bg": 967, "rotates": false }, - { "id": "mon_bat", "fg": 2326, "bg": 967, "rotates": false }, - { "id": "mon_bear", "fg": 2328, "bg": 967, "rotates": false }, - { "id": "mon_bee", "fg": 2338, "bg": 967, "rotates": false }, - { "id": "mon_beekeeper", "fg": 2339, "bg": 967, "rotates": false }, - { "id": "mon_biollante", "fg": 2346, "bg": 967, "rotates": false }, - { "id": "mon_blank", "fg": 2349, "bg": 967, "rotates": false }, - { "id": "mon_blob", "fg": 2350, "bg": 967, "rotates": false }, - { "id": "mon_blood_sacrifice", "fg": 2354, "bg": 967, "rotates": false }, - { "id": "mon_bobcat", "fg": 2355, "bg": 967, "rotates": false }, - { "id": "mon_boomer", "fg": 2356, "bg": 967, "rotates": false }, - { "id": "mon_boomer_fungus", "fg": 2357, "bg": 967, "rotates": false }, - { "id": "mon_zombie_gasbag", "fg": 2715, "bg": 967, "rotates": false }, - { "id": "mon_breather_hub", "fg": 2361, "bg": 967, "rotates": false }, - { "id": "mon_cat", "fg": 2355, "bg": 967, "rotates": false }, - { "id": "mon_centipede_giant", "fg": 2369, "bg": 967, "rotates": false }, - { "id": "mon_chicken", "fg": 2373, "bg": 967, "rotates": false }, - { "id": "mon_chickenbot", "fg": 2374, "bg": 967, "rotates": false }, - { "id": "mon_chipmunk", "fg": 2375, "bg": 967, "rotates": false }, - { "id": "mon_chud", "fg": 2376, "bg": 967, "rotates": false }, - { "id": "mon_copbot", "fg": 2378, "bg": 967, "rotates": false }, - { "id": "mon_cougar", "fg": 2379, "bg": 967, "rotates": false }, - { "id": "mon_cow", "fg": 2382, "bg": 967, "rotates": false }, - { "id": "mon_coyote", "fg": 2383, "bg": 967, "rotates": false }, - { "id": "mon_coyote_wolf", "fg": 2385, "bg": 967, "rotates": false }, - { "id": "mon_crawler", "fg": 2387, "bg": 967, "rotates": false }, - { "id": "mon_creeper_hub", "fg": 2388, "bg": 967, "rotates": false }, - { "id": "mon_creeper_vine", "fg": 2390, "bg": 967, "rotates": false }, - { "id": "mon_crow", "fg": 2394, "bg": 967, "rotates": false }, - { "id": "mon_dark_wyrm", "fg": 2399, "bg": 967, "rotates": false }, - { "id": "mon_deer", "fg": 2400, "bg": 967, "rotates": false }, - { "id": "mon_dementia", "fg": 2402, "bg": 967, "rotates": false }, - { "id": "mon_dermatik", "fg": 2403, "bg": 967, "rotates": false }, - { "id": "mon_dog", "fg": 2408, "bg": 967, "rotates": false }, - { "id": "mon_dog_skeleton", "fg": 2410, "bg": 967, "rotates": false }, - { "id": "mon_dog_thing", "fg": 2412, "bg": 967, "rotates": false }, - { "id": "mon_dog_zombie_cop", "fg": 2413, "bg": 967, "rotates": false }, - { "id": "mon_dog_zombie_rot", "fg": 2415, "bg": 967, "rotates": false }, - { "id": "mon_dragonfly_giant", "fg": 2426, "bg": 967, "rotates": false }, - { "id": "mon_duck", "fg": 2427, "bg": 967, "rotates": false }, - { "id": "mon_exploder", "fg": 2428, "bg": 967, "rotates": false }, - { "id": "mon_eyebot", "fg": 2429, "bg": 967, "rotates": false }, - { "id": "mon_flaming_eye", "fg": 2455, "bg": 967, "rotates": false }, - { "id": "mon_flesh_angel", "fg": 2457, "bg": 967, "rotates": false }, - { "id": "mon_fly", "fg": 2458, "bg": 967, "rotates": false }, - { "id": "mon_fox_gray", "fg": 2463, "bg": 967, "rotates": false }, - { "id": "mon_fox_red", "fg": 2463, "bg": 967, "rotates": false }, - { "id": "mon_frog_giant", "fg": 2465, "bg": 967, "rotates": false }, - { "id": "mon_fungal_fighter", "fg": 2473, "bg": 967, "rotates": false }, - { "id": "mon_fungal_wall", "fg": 2476, "bg": 967, "rotates": false }, - { "id": "mon_fungaloid", "fg": 2466, "bg": 967, "rotates": false }, - { "id": "mon_fungaloid_dormant", "fg": 3945, "bg": 967, "rotates": false }, - { "id": "mon_fungaloid_queen", "fg": 2468, "bg": 967, "rotates": false }, - { "id": "mon_fungaloid_young", "fg": 2471, "bg": 967, "rotates": false }, - { "id": "mon_gelatin", "fg": 2489, "bg": 967, "rotates": false }, - { "id": "mon_generator", "fg": 2490, "bg": 967, "rotates": false }, - { "id": "mon_giant_crayfish", "fg": 2493, "bg": 967, "rotates": false }, - { "id": "mon_gozu", "fg": 2496, "bg": 967, "rotates": false }, - { "id": "mon_graboid", "fg": 2497, "bg": 967, "rotates": false }, - { "id": "mon_gracke", "fg": 2498, "bg": 967, "rotates": false }, - { "id": "mon_groundhog", "fg": 2375, "bg": 967, "rotates": false }, - { "id": "mon_halfworm", "fg": 2501, "bg": 967, "rotates": false }, - { "id": "mon_hallu_ant", "fg": 2310, "bg": 967, "rotates": false }, - { "id": "mon_hallu_bee", "fg": 2338, "bg": 967, "rotates": false }, - { "id": "mon_hallu_mom", "fg": 2502, "bg": 967, "rotates": false }, - { "id": "mon_hallu_zom", "fg": 2666, "bg": 967, "rotates": false }, - { "id": "mon_hare", "fg": 2503, "bg": 967, "rotates": false }, - { "id": "mon_hazmatbot", "fg": 2505, "bg": 967, "rotates": false }, - { "id": "mon_headless_dog_thing", "fg": 2506, "bg": 967, "rotates": false }, - { "id": "mon_homunculus", "fg": 2510, "bg": 967, "rotates": false }, - { "id": "mon_horse", "fg": 2511, "bg": 967, "rotates": false }, - { "id": "mon_human_snail", "fg": 2514, "bg": 967, "rotates": false }, - { "id": "mon_jabberwock", "fg": 2523, "bg": 967, "rotates": false }, - { "id": "mon_kreck", "fg": 2525, "bg": 967, "rotates": false }, - { "id": "mon_laserturret", "fg": 2526, "bg": 967, "rotates": false }, - { "id": "mon_lemming", "fg": 2375, "bg": 967, "rotates": false }, - { "id": "mon_manhack", "fg": 2531, "bg": 967, "rotates": false }, - { "id": "mon_mi_go", "fg": 2542, "bg": 967, "rotates": false }, - { "id": "mon_mink", "fg": 2375, "bg": 967, "rotates": false }, - { "id": "mon_molebot", "fg": 2545, "bg": 967, "rotates": false }, - { "id": "mon_moose", "fg": 2547, "bg": 967, "rotates": false }, - { "id": "mon_mosquito_giant", "fg": 2552, "bg": 967, "rotates": false }, - { "id": "mon_one_eye", "fg": 2556, "bg": 967, "rotates": false }, - { "id": "mon_otter", "fg": 2375, "bg": 967, "rotates": false }, - { "id": "mon_pig", "fg": 2561, "bg": 967, "rotates": false }, - { "id": "mon_rabbit", "fg": 2569, "bg": 967, "rotates": false }, - { "id": "mon_raccoon", "fg": 2570, "bg": 967, "rotates": false }, - { "id": "mon_rat_king", "fg": 2573, "bg": 967, "rotates": false }, - { "id": "mon_rattlesnake", "fg": 2571, "bg": 967, "rotates": false }, - { "id": "mon_secubot", "fg": 2579, "bg": 967, "rotates": false }, - { "id": "mon_sewer_fish", "fg": 2580, "bg": 967, "rotates": false }, - { "id": "mon_sewer_rat", "fg": 2581, "bg": 967, "rotates": false }, - { "id": "mon_sewer_snake", "fg": 2582, "bg": 967, "rotates": false }, - { "id": "mon_sheep", "fg": 2585, "bg": 967, "rotates": false }, - { "id": "mon_shia", "fg": 2586, "bg": 967, "rotates": false }, - { "id": "mon_skeleton", "fg": 2589, "bg": 967, "rotates": false }, - { "id": "mon_skitterbot", "fg": 2593, "bg": 967, "rotates": false }, - { "id": "mon_sludge_crawler", "fg": 2595, "bg": 967, "rotates": false }, - { "id": "mon_slug_giant", "fg": 2598, "bg": 967, "rotates": false }, - { "id": "mon_spider_jumping", "fg": 2602, "bg": 967, "rotates": false }, - { "id": "mon_spider_jumping_giant", "fg": 2603, "bg": 967, "rotates": false }, - { "id": "mon_spider_trapdoor", "fg": 2605, "bg": 967, "rotates": false }, - { "id": "mon_spider_trapdoor_giant", "fg": 2606, "bg": 967, "rotates": false }, - { "id": "mon_spider_web", "fg": 2610, "bg": 967, "rotates": false }, - { "id": "mon_spider_web_giant", "fg": 2610, "bg": 967, "rotates": false }, - { "id": "mon_spider_widow", "fg": 2616, "bg": 967, "rotates": false }, - { "id": "mon_spider_widow_giant", "fg": 2617, "bg": 967, "rotates": false }, - { "id": "mon_spider_wolf", "fg": 2619, "bg": 967, "rotates": false }, - { "id": "mon_spider_wolf_giant", "fg": 2620, "bg": 967, "rotates": false }, - { "id": "mon_spore", "fg": 2624, "bg": 967, "rotates": false }, - { "id": "mon_squirrel", "fg": 2625, "bg": 967, "rotates": false }, - { "id": "mon_squirrel_red", "fg": 2625, "bg": 967, "rotates": false }, - { "id": "mon_tankbot", "fg": 2627, "bg": 967, "rotates": false }, - { "id": "mon_thing", "fg": 2629, "bg": 967, "rotates": false }, - { "id": "mon_triffid", "fg": 2636, "bg": 967, "rotates": false }, - { "id": "mon_triffid_heart", "fg": 2637, "bg": 967, "rotates": false }, - { "id": "mon_triffid_queen", "fg": 2639, "bg": 967, "rotates": false }, - { "id": "mon_triffid_young", "fg": 2640, "bg": 967, "rotates": false }, - { "id": "mon_tripod", "fg": 2641, "bg": 967, "rotates": false }, - { "id": "mon_turkey", "fg": 2642, "bg": 967, "rotates": false }, - { "id": "mon_turret", "fg": 2643, "bg": 967, "rotates": false }, - { "id": "mon_turret_rifle", "fg": 2644, "bg": 967, "rotates": false }, - { "id": "mon_twisted_body", "fg": 2647, "bg": 967, "rotates": false }, - { "id": "mon_vinebeast", "fg": 2650, "bg": 967, "rotates": false }, - { "id": "mon_vortex", "fg": 2653, "bg": 967, "rotates": false }, - { "id": "mon_wasp", "fg": 2654, "bg": 967, "rotates": false }, - { "id": "mon_weasel", "fg": 2375, "bg": 967, "rotates": false }, - { "id": "mon_wolf", "fg": 2657, "bg": 967, "rotates": false }, - { "id": "mon_worm", "fg": 2658, "bg": 967, "rotates": false }, - { "id": "mon_yugg", "fg": 2659, "bg": 967, "rotates": false }, - { "id": "mon_zombear", "fg": 2665, "bg": 967, "rotates": false }, - { "id": "mon_zombie", "fg": 2666, "bg": 967, "rotates": false }, - { "id": "mon_zombie_brute", "fg": 2681, "bg": 967, "rotates": false }, - { "id": "mon_zombie_child", "fg": 2685, "bg": 967, "rotates": false }, - { "id": "mon_zombie_child_fungus", "fg": 5180, "bg": 967, "rotates": false }, - { "id": "mon_zombie_cop", "fg": 2692, "bg": 967, "rotates": false }, - { "id": "mon_zombie_crawler", "fg": 2694, "bg": 967, "rotates": false }, - { "id": "mon_zombie_dog", "fg": 2701, "bg": 967, "rotates": false }, - { "id": "mon_zombie_electric", "fg": 2703, "bg": 967, "rotates": false }, - { "id": "mon_zombie_fat", "fg": 2707, "bg": 967, "rotates": false }, - { "id": "mon_zombie_fireman", "fg": 2713, "bg": 967, "rotates": false }, - { "id": "mon_zombie_fungus", "fg": 2714, "bg": 967, "rotates": false }, - { "id": "mon_zombie_grabber", "fg": 2717, "bg": 967, "rotates": false }, - { "id": "mon_zombie_hazmat", "fg": 2721, "bg": 967, "rotates": false }, - { "id": "mon_zombie_hulk", "fg": 2724, "bg": 967, "rotates": false }, - { "id": "mon_zombie_hunter", "fg": 2726, "bg": 967, "rotates": false }, - { "id": "mon_zombie_master", "fg": 2730, "bg": 967, "rotates": false }, - { "id": "mon_zombie_necro", "fg": 2732, "bg": 967, "rotates": false }, - { "id": "mon_zombie_rot", "fg": 2738, "bg": 967, "rotates": false }, - { "id": "mon_zombie_scientist", "fg": 2586, "bg": 967, "rotates": false }, - { "id": "mon_zombie_shrieker", "fg": 2752, "bg": 967, "rotates": false }, - { "id": "mon_zombie_smoker", "fg": 2754, "bg": 967, "rotates": false }, - { "id": "mon_zombie_soldier", "fg": 2757, "bg": 967, "rotates": false }, - { "id": "mon_zombie_spitter", "fg": 2758, "bg": 967, "rotates": false }, - { "id": "mon_zombie_survivor", "fg": 2760, "bg": 967, "rotates": false }, - { "id": "mon_zombie_swimmer", "fg": 2761, "bg": 967, "rotates": false }, - { "id": "mon_zombie_tough", "fg": 2764, "bg": 967, "rotates": false }, - { "id": "mon_zolf", "fg": 2662, "bg": 967, "rotates": false }, - { "id": "mon_zombie_bio_op", "fg": 2675, "bg": 967, "rotates": false }, - { "id": "npc_female", "fg": 2964, "bg": 967 }, - { "id": "npc_male", "fg": 2965, "bg": 967 }, - { "id": "player_female", "fg": 2964, "bg": 967 }, - { "id": "player_male", "fg": 2965, "bg": 967 }, - { "id": "mon_zombie_pig", "fg": 2734, "bg": 967, "rotates": false }, - { "id": "mon_zoose", "fg": 2768, "bg": 967, "rotates": false }, - { "id": "mon_zougar", "fg": 2769, "bg": 967, "rotates": false }, - { "id": "mon_spider_web_s", "fg": 2615, "bg": 967, "rotates": false }, - { "id": "mon_spider_widow_giant_s", "fg": 2618, "bg": 967, "rotates": false }, - { "id": "mon_zombie_brute_shocker", "fg": 2684, "bg": 967, "rotates": false }, - { "id": "mon_irradiated_wanderer_1", "fg": 2519, "bg": 967 }, - { "id": "mon_irradiated_wanderer_2", "fg": 2520, "bg": 967, "rotates": false }, - { "id": "mon_irradiated_wanderer_3", "fg": 2521, "bg": 967 }, - { "id": "mon_irradiated_wanderer_4", "fg": 2522, "bg": 967 }, - { "id": "mon_zombie_technician", "fg": 2763, "bg": 967, "rotates": false }, - { "id": "mon_hare_season_winter", "fg": 2504, "bg": 967, "rotates": false }, - { "id": "mon_riotbot", "fg": 2576, "bg": 967, "rotates": false }, - { "id": "mon_turret_searchlight", "fg": 2645, "bg": 967, "rotates": false }, - { "id": "mon_bear_smoky", "fg": 2334, "bg": 967, "rotates": false }, - { "id": "mon_zombie_armored", "fg": 2671, "bg": 967, "rotates": false }, - { "id": "mon_player_blob", "fg": 2565, "bg": 967, "rotates": false }, - { "id": "mon_hallu_multicooker", "fg": 3631, "bg": 967, "rotates": false }, - { "id": "mon_zombie_jackson", "fg": 2727, "bg": 967, "rotates": false }, - { "id": "mon_zombie_dancer", "fg": 2700, "bg": 967, "rotates": false }, - { "id": "mon_zombie_acidic", "fg": 2669, "bg": 967, "rotates": false }, - { "id": "mon_zombie_corrosive", "fg": 2693, "bg": 967, "rotates": false }, - { "id": "mon_zombie_grenadier", "fg": 2719, "bg": 967, "rotates": false }, - { "id": "mon_zombie_grenadier_elite", "fg": 2720, "bg": 967, "rotates": false }, - { "id": "mon_zombie_runner", "fg": 2740, "bg": 967, "rotates": false }, - { "id": "mon_zombie_predator", "fg": 2736, "bg": 967, "rotates": false }, - { "id": "mon_zombie_hollow", "fg": 2722, "bg": 967, "rotates": false }, - { "id": "mon_fungaloid_seeder", "fg": 2469, "bg": 967, "rotates": false }, - { "id": "mon_fungal_blossom", "fg": 2472, "bg": 967, "rotates": false }, - { "id": "mon_fungaloid_tower", "fg": 2470, "bg": 967, "rotates": false }, - { "id": "mon_fungal_hedgerow", "fg": 2474, "bg": 967, "rotates": false }, - { "id": "mon_fungal_tendril", "fg": 2475, "bg": 967, "rotates": false }, - { "id": "mon_blob_brain", "fg": 2351, "bg": 967, "rotates": false }, - { "id": "mon_darkman", "fg": 2398, "bg": 967, "rotates": false }, - { "id": "mon_emp_hack", "fg": 3944, "bg": 967, "rotates": false }, - { "id": "mon_gasbomb_hack", "fg": 2487, "bg": 967, "rotates": false }, - { "id": "mon_grenade_hack", "fg": 2500, "bg": 967, "rotates": false }, - { "id": "mon_mininuke_hack", "fg": 2541, "bg": 967, "rotates": false }, - { "id": "mon_c4_hack", "fg": 2364, "bg": 967, "rotates": false }, - { "id": "mon_flashbang_hack", "fg": 2456, "bg": 967, "rotates": false }, - { "id": "mon_boomer_huge", "fg": 2358, "bg": 967, "rotates": false }, - { "id": "mon_zombie_grappler", "fg": 2718, "bg": 967, "rotates": false }, - { "id": "mon_spirit_of_fire", "fg": 2623, "bg": 967, "rotates": false }, - { "id": "mon_albino_penguin", "fg": 2283, "bg": 967, "rotates": false }, - { "id": "mon_moruboru", "fg": 2550, "bg": 967, "rotates": false }, - { "id": "mon_compsognathus", "fg": 2377, "bg": 967, "rotates": false }, - { "id": "mon_eoraptor", "fg": 2377, "bg": 967, "rotates": false }, - { "id": "mon_gallimimus", "fg": 2486, "bg": 967, "rotates": false }, - { "id": "mon_titanis", "fg": 2630, "bg": 967, "rotates": false }, - { "id": "mon_spinosaurus", "fg": 2622, "bg": 967, "rotates": false }, - { "id": "mon_tyrannosaurus", "fg": 2648, "bg": 967, "rotates": false }, - { "id": "mon_triceratops", "fg": 2635, "bg": 967, "rotates": false }, - { "id": "mon_velociraptor", "fg": 2649, "bg": 967, "rotates": false }, - { "id": "mon_deinonychus", "fg": 2401, "bg": 967, "rotates": false }, - { "id": "mon_utahraptor", "fg": 2401, "bg": 967, "rotates": false }, - { "id": "mon_dilophosaurus", "fg": 2401, "bg": 967, "rotates": false }, - { "id": "mon_parasaurolophus", "fg": 2559, "bg": 967, "rotates": false }, - { "id": "mon_dimorphodon", "fg": 2405, "bg": 967, "rotates": false }, - { "id": "mon_zombie_biter", "fg": 2678, "bg": 967, "rotates": false }, - { "id": "mon_zombie_screecher", "fg": 2748, "bg": 967, "rotates": false }, - { "id": "mon_zombie_shady", "fg": 2749, "bg": 967, "rotates": false }, - { "id": "mon_zombie_anklebiter", "fg": 2670, "bg": 967, "rotates": false }, - { "id": "mon_zombie_sproglodyte", "fg": 2759, "bg": 967, "rotates": false }, - { "id": "mon_zombie_shriekling", "fg": 2753, "bg": 967, "rotates": false }, - { "id": "mon_zombie_creepy", "fg": 2698, "bg": 967, "rotates": false }, - { "id": "mon_zombie_snotgobbler", "fg": 2756, "bg": 967, "rotates": false }, - { "id": "mon_zombie_waif", "fg": 2767, "bg": 967, "rotates": false }, - { "id": "mon_rattlesnake_giant", "fg": 2572, "bg": 967, "rotates": false }, - { "id": "mon_spider_cellar_giant", "fg": 2600, "bg": 967, "rotates": false }, - { "id": "mon_spider_cellar_giant_s", "fg": 2601, "bg": 967, "rotates": false }, - { "id": "mon_alpha_razorclaw", "fg": 2285, "bg": 967 }, - { "id": "mon_razorclaw", "fg": 2574, "bg": 967 }, - { "id": "mon_zombie_brute_ninja", "fg": 2683, "bg": 967 }, - { "id": "mon_zombie_brute_grappler", "fg": 2682, "bg": 967, "rotates": false }, - { "id": "mon_zombie_child_scorched", "fg": 2690, "bg": 967 }, - { "id": "mon_zombie_fiend", "fg": 2710, "bg": 967 }, - { "id": "mon_zombie_mancroc", "fg": 2729, "bg": 967 }, - { "id": "mon_zombie_scorched", "fg": 2743, "bg": 967 }, - { "id": "", "fg": 968, "rotates": true }, - { - "id": "f_tatami", - "fg": 1591, - "bg": 968, - "rotates": true, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 1592, "bg": 968 }, - { "id": "edge", "fg": 1591, "bg": 968 }, - { "id": "t_connection", "fg": 1593, "bg": 968 } - ] - }, - { "id": "t_fault", "fg": 3046, "bg": 968, "rotates": false }, - { "id": "fd_hot_air1", "fg": 968, "rotates": false }, - { "id": "fd_hot_air2", "fg": 968, "rotates": false }, - { "id": "fd_hot_air3", "fg": 968, "rotates": false }, - { "id": "fd_hot_air4", "fg": 968, "rotates": false }, - { "id": "bone_plate", "fg": 1657, "bg": 969 }, - { "id": [ "alloy_sheet", "vp_sheet_superalloy" ], "fg": 969, "rotates": false }, - { "id": "vp_frame_wood_vertical_2", "fg": 970, "rotates": true }, - { "id": "vp_frame_wood_light_vertical_2", "fg": 970, "rotates": true }, - { "id": "vp_folding_wooden_frame", "fg": 970, "rotates": true }, - { - "id": "fd_blood", - "bg": 971, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 971, "bg": 972 }, - { "id": "corner", "fg": 2868, "bg": 972 }, - { "id": "edge", "fg": 2869, "bg": 972 }, - { "id": "t_connection", "fg": 2883, "bg": 972 }, - { "id": "end_piece", "fg": 2870, "bg": 972 }, - { "id": "unconnected", "fg": 2884, "bg": 972 } - ] - }, - { - "id": "fd_blood_insect", - "fg": 2871, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2872, "bg": 972 }, - { "id": "corner", "fg": 2873, "bg": 972 }, - { "id": "edge", "fg": 2874, "bg": 972 }, - { "id": "t_connection", "fg": 2876, "bg": 972 }, - { "id": "end_piece", "fg": 2875, "bg": 972 }, - { "id": "unconnected", "fg": 2871, "bg": 972 } - ] - }, - { - "id": "fd_web", - "bg": 981, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 981, "bg": 972 }, - { "id": "center", "fg": 2953, "bg": 972 }, - { "id": "corner", "fg": 2954, "bg": 972 }, - { "id": "edge", "fg": 2955, "bg": 972 }, - { "id": "t_connection", "fg": 2957, "bg": 972 }, - { "id": "end_piece", "fg": 2956, "bg": 972 } - ] - }, - { - "id": "explosion", - "bg": 972, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 2854, "bg": 972 }, { "id": "edge", "fg": 2855, "bg": 972 } ] - }, - { - "id": "explosion_medium", - "bg": 972, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 2854, "bg": 972 }, { "id": "edge", "fg": 2855, "bg": 972 } ] - }, - { - "id": "explosion_weak", - "bg": 972, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 2854, "bg": 972 }, { "id": "edge", "fg": 2855, "bg": 972 } ] - }, - { "id": "f_null", "fg": 972, "rotates": false }, - { - "id": "fd_acid", - "fg": 2856, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2857, "bg": 972 }, - { "id": "corner", "fg": 2858, "bg": 972 }, - { "id": "edge", "fg": 2859, "bg": 972 }, - { "id": "t_connection", "fg": 2861, "bg": 972 }, - { "id": "end_piece", "fg": 2860, "bg": 972 }, - { "id": "unconnected", "fg": 2856, "bg": 972 } - ] - }, - { - "id": "fd_bile", - "fg": 2862, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2863, "bg": 972 }, - { "id": "corner", "fg": 2864, "bg": 972 }, - { "id": "edge", "fg": 2865, "bg": 972 }, - { "id": "t_connection", "fg": 2867, "bg": 972 }, - { "id": "end_piece", "fg": 2866, "bg": 972 }, - { "id": "unconnected", "fg": 2862, "bg": 972 } - ] - }, - { "id": "fd_plasma", "fg": 2938, "bg": 972, "rotates": false }, - { - "id": "fd_smoke", - "fg": 2945, - "bg": 972, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2946, "bg": 972 }, - { "id": "corner", "fg": 2947, "bg": 972 }, - { "id": "edge", "fg": 2948, "bg": 972 }, - { "id": "t_connection", "fg": 2950, "bg": 972 }, - { "id": "end_piece", "fg": 2949, "bg": 972 }, - { "id": "unconnected", "fg": 2951, "bg": 972 } - ] - }, - { - "id": "fungal_haze", - "fg": 2945, - "bg": 972, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2946, "bg": 972 }, - { "id": "corner", "fg": 2947, "bg": 972 }, - { "id": "edge", "fg": 2948, "bg": 972 }, - { "id": "t_connection", "fg": 2950, "bg": 972 }, - { "id": "end_piece", "fg": 2949, "bg": 972 }, - { "id": "unconnected", "fg": 2951, "bg": 972 } - ] - }, - { "id": "footstep", "fg": 2958, "bg": 972, "rotates": false }, - { "id": [ "t_null", "t_sliding_wall_o" ], "fg": 972, "rotates": false }, - { - "id": "fd_blood_veggy", - "fg": 2885, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2886, "bg": 972 }, - { "id": "corner", "fg": 2887, "bg": 972 }, - { "id": "edge", "fg": 2888, "bg": 972 }, - { "id": "t_connection", "fg": 2890, "bg": 972 }, - { "id": "end_piece", "fg": 2889, "bg": 972 }, - { "id": "unconnected", "fg": 2885, "bg": 972 } - ] - }, - { - "id": "fd_blood_invertebrate", - "fg": 2877, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2878, "bg": 972 }, - { "id": "corner", "fg": 2879, "bg": 972 }, - { "id": "edge", "fg": 2880, "bg": 972 }, - { "id": "t_connection", "fg": 2882, "bg": 972 }, - { "id": "end_piece", "fg": 2881, "bg": 972 }, - { "id": "unconnected", "fg": 2877, "bg": 972 } - ] - }, - { - "id": "fd_gibs_invertebrate", - "fg": 2924, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2925, "bg": 972 }, - { "id": "corner", "fg": 2926, "bg": 972 }, - { "id": "edge", "fg": 2927, "bg": 972 }, - { "id": "t_connection", "fg": 2929, "bg": 972 }, - { "id": "end_piece", "fg": 2928, "bg": 972 }, - { "id": "unconnected", "fg": 2924, "bg": 972 } - ] - }, - { - "id": "fd_gibs_insect", - "fg": 2918, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2919, "bg": 972 }, - { "id": "corner", "fg": 2920, "bg": 972 }, - { "id": "edge", "fg": 2921, "bg": 972 }, - { "id": "t_connection", "fg": 2923, "bg": 972 }, - { "id": "end_piece", "fg": 2922, "bg": 972 }, - { "id": "unconnected", "fg": 2918, "bg": 972 } - ] - }, - { - "id": "fd_incendiary", - "fg": 2931, - "bg": 972, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2932, "bg": 972 }, - { "id": "corner", "fg": 2933, "bg": 972 }, - { "id": "edge", "fg": 2934, "bg": 972 }, - { "id": "t_connection", "fg": 2936, "bg": 972 }, - { "id": "end_piece", "fg": 2935, "bg": 972 }, - { "id": "unconnected", "fg": 2937, "bg": 972 } - ] - }, - { - "id": "fd_cigsmoke", - "fg": 2945, - "bg": 972, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2891, "bg": 972 }, - { "id": "corner", "fg": 2892, "bg": 972 }, - { "id": "edge", "fg": 2893, "bg": 972 }, - { "id": "t_connection", "fg": 2895, "bg": 972 }, - { "id": "end_piece", "fg": 2894, "bg": 972 }, - { "id": "unconnected", "fg": 2896, "bg": 972 } - ] - }, - { - "id": "fd_weedsmoke", - "fg": 2945, - "bg": 972, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2946, "bg": 972 }, - { "id": "corner", "fg": 2947, "bg": 972 }, - { "id": "edge", "fg": 2948, "bg": 972 }, - { "id": "t_connection", "fg": 2950, "bg": 972 }, - { "id": "end_piece", "fg": 2949, "bg": 972 }, - { "id": "unconnected", "fg": 2951, "bg": 972 } - ] - }, - { - "id": "fd_cracksmoke", - "fg": 2945, - "bg": 972, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2891, "bg": 972 }, - { "id": "corner", "fg": 2892, "bg": 972 }, - { "id": "edge", "fg": 2893, "bg": 972 }, - { "id": "t_connection", "fg": 2895, "bg": 972 }, - { "id": "end_piece", "fg": 2894, "bg": 972 }, - { "id": "unconnected", "fg": 2896, "bg": 972 } - ] - }, - { - "id": "fd_methsmoke", - "fg": 2945, - "bg": 972, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2891, "bg": 972 }, - { "id": "corner", "fg": 2892, "bg": 972 }, - { "id": "edge", "fg": 2893, "bg": 972 }, - { "id": "t_connection", "fg": 2895, "bg": 972 }, - { "id": "end_piece", "fg": 2894, "bg": 972 }, - { "id": "unconnected", "fg": 2896, "bg": 972 } - ] - }, - { - "id": "fd_relax_gas", - "fg": 2945, - "bg": 972, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2939 }, - { "id": "corner", "fg": 2940 }, - { "id": "edge", "fg": 2941 }, - { "id": "end_piece", "fg": 2942 }, - { "id": "t_connection", "fg": 2943 }, - { "id": "unconnected", "fg": 2944 } - ] - }, - { - "id": "fd_fire", - "bg": 973, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2905, "bg": 974 }, - { "id": "corner", "fg": 2906, "bg": 974 }, - { "id": "edge", "fg": 2907, "bg": 974 }, - { "id": "t_connection", "fg": 2909, "bg": 974 }, - { "id": "end_piece", "fg": 2908, "bg": 974 }, - { "id": "unconnected", "fg": 2910, "bg": 974 } - ] - }, - { "id": [ "fd_fire_vent", "testflames" ], "bg": 973, "rotates": false }, - { - "id": "fd_flame_burst", - "bg": 975, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2911, "bg": 974 }, - { "id": "corner", "fg": 2912, "bg": 974 }, - { "id": "edge", "fg": 2913, "bg": 974 }, - { "id": "t_connection", "fg": 2915, "bg": 974 }, - { "id": "end_piece", "fg": 2914, "bg": 974 }, - { "id": "unconnected", "fg": 2916, "bg": 974 } - ] - }, - { "id": "fd_fungal_haze", "bg": 976 }, - { "id": "fd_gas_vent", "bg": 977 }, - { "id": "fd_nuke_gas", "fg": 977 }, - { "id": "fd_toxic_gas", "bg": 977 }, - { "id": "fd_laser", "bg": 978 }, - { "id": "fd_rubble", "bg": 979, "rotates": false }, - { "id": "fd_sap", "bg": 980, "rotates": false }, - { "id": "fd_sludge", "bg": 980, "rotates": false }, - { "id": "fd_bees", "fg": 5199, "rotates": false }, - { "id": "weather_acid_drop", "bg": 982, "rotates": false }, - { "id": "weather_rain_drop", "bg": 983, "rotates": false }, - { "id": "weather_snowflake", "bg": 984, "rotates": false }, - { "id": [ "motor_enhanced", "vp_engine_electric_enhanced" ], "fg": 1812, "bg": 984 }, - { "id": "sheet_metal_lit", "fg": 984, "bg": 1916 }, - { "id": [ "t_backboard", "t_backboard_in" ], "fg": 2969, "bg": 985, "rotates": false }, - { "id": "t_gas_pump", "fg": 3066, "bg": 985, "rotates": false }, - { "id": "t_gas_pump_smashed", "fg": 3067, "bg": 985, "rotates": false }, - { "id": "t_ladder_up", "fg": 3105, "bg": 985, "rotates": false }, - { "id": "t_manhole", "fg": 3116, "bg": 985, "rotates": false }, - { "id": "t_manhole_cover", "fg": 3117, "bg": 985, "rotates": false }, - { "id": "t_pavement", "bg": 985, "rotates": false }, - { "id": "t_clay", "bg": 2996, "rotates": false }, - { "id": "t_clay_season_winter", "bg": 2997, "rotates": false }, - { "id": "t_pavement_y", "fg": 3147, "bg": 985, "rotates": false }, - { "id": "t_rock_floor", "bg": 985, "rotates": false }, - { "id": "t_rope_up", "fg": 3211, "bg": 985, "rotates": false }, - { "id": "t_stairs_up", "fg": 3260, "bg": 985, "rotates": false }, - { "id": "tr_goo", "fg": 3927, "bg": 985, "rotates": false }, - { - "id": "t_swater_dp", - "fg": 3266, - "bg": 985, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3266 }, - { "id": "corner", "fg": 3267 }, - { "id": "edge", "fg": 3268 }, - { "id": "end_piece", "fg": 3269 }, - { "id": "unconnected", "fg": 3274 } - ] - }, - { - "id": "t_swater_dp_season_winter", - "fg": 3266, - "bg": 985, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3266 }, - { "id": "corner", "fg": 3270 }, - { "id": "edge", "fg": 3271 }, - { "id": "end_piece", "fg": 3272 }, - { "id": "unconnected", "fg": 3273 } - ] - }, - { "id": "t_little_column", "fg": 3111, "bg": 985, "rotates": false }, - { "id": "t_gas_pump_a", "fg": 3066, "bg": 985 }, - { "id": "t_gas_tank", "fg": 3068, "bg": 985 }, - { "id": "t_diesel_pump", "fg": 3018, "bg": 985 }, - { "id": "t_diesel_pump_smashed", "fg": 3019, "bg": 985, "rotates": false }, - { "id": "t_pavement_bg_dp", "bg": 985 }, - { "id": "t_pavement_y_bg_dp", "fg": 3147, "bg": 985 }, - { "id": "t_low_stairs_end", "fg": 3112, "bg": 985, "rotates": false }, - { "id": "t_m_frame", "fg": 3131, "bg": 985, "rotates": false }, - { "id": "t_reinforced_glass_shutter_open", "fg": 3189, "bg": 985, "rotates": false }, - { "id": "t_reinforced_glass_shutter", "fg": 3188, "bg": 985, "rotates": false }, - { "id": "t_ind_furnace", "fg": 3101, "bg": 985, "rotates": false }, - { - "id": "t_missile", - "fg": 3122, - "bg": 985, - "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3123, "bg": 985 }, { "id": "center", "fg": 3122 }, { "id": "t_connection", "fg": 3127 } ] - }, - { - "id": "t_missile_exploded", - "bg": 985, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3125, "bg": 985 }, - { "id": "center", "fg": 3124, "bg": 993 }, - { "id": "t_connection", "fg": 3126 } - ] - }, - { - "id": "t_cvdbody", - "fg": 3013, - "rotates": true, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3014, "bg": 985 }, - { "id": "t_connection", "fg": 3016, "bg": 985 }, - { "id": "end_piece", "fg": 3015, "bg": 985 }, - { "id": "unconnected", "fg": 3013 }, - { "id": "edge", "fg": 3013 }, - { "id": "center", "fg": 3013 } - ] - }, - { "id": "t_cvdmachine", "fg": 3017, "bg": 985 }, - { - "id": "t_reinforced_glass", - "fg": 3184, - "bg": 985, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3185, "bg": 985 }, - { "id": "edge", "fg": 3186, "bg": 985 }, - { "id": "t_connection", "fg": 3190, "bg": 985 }, - { "id": "center", "fg": 3184, "bg": 985 }, - { "id": "unconnected", "fg": 3191, "bg": 985 }, - { "id": "end_piece", "fg": 3187, "bg": 985 } - ] - }, - { "id": "t_reinforced_door_glass_o", "fg": 3183, "bg": 985 }, - { "id": "t_reinforced_door_glass_c", "fg": 3182, "bg": 985 }, - { - "id": "t_scrap_wall", - "fg": 3221, - "bg": 985, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 3222, "bg": 985 } ] - }, - { "id": "edge", "fg": 3223, "bg": 985 }, - { "id": "t_connection", "fg": 3225, "bg": 985 }, - { "id": "center", "fg": 3221, "bg": 985 }, - { "id": "unconnected", "fg": 3226, "bg": 985 }, - { "id": "end_piece", "fg": 3224, "bg": 985 }, - { - "id": "t_chainfence_h", - "fg": 2987, - "bg": 985, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 2988, "bg": 985 }, - { "id": "edge", "fg": 2989, "bg": 985 }, - { "id": "t_connection", "fg": 2991, "bg": 985 }, - { "id": "center", "fg": 2987, "bg": 985 }, - { "id": "unconnected", "fg": 2992, "bg": 985 }, - { "id": "end_piece", "fg": 2990, "bg": 985 } - ] - }, - { - "id": "t_chainfence_v", - "fg": 2987, - "bg": 985, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 2988, "bg": 985 }, - { "id": "edge", "fg": 2989, "bg": 985 }, - { "id": "t_connection", "fg": 2991, "bg": 985 }, - { "id": "center", "fg": 2987, "bg": 985 }, - { "id": "unconnected", "fg": 2992, "bg": 985 }, - { "id": "end_piece", "fg": 2990, "bg": 985 } - ] - }, - { "id": "t_chaingate_c", "fg": 2994, "bg": 985, "rotates": false }, - { "id": "t_chaingate_l", "fg": 2994, "bg": 985, "rotates": false }, - { "id": "t_chaingate_o", "fg": 2995, "bg": 985, "rotates": false }, - { - "id": [ "t_brick_wall", "t_secretdoor_brick_wall_c", "t_sliding_brick_wall_c" ], - "fg": 2972, - "bg": 986, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 2972 }, - { "id": "center", "fg": 2973 }, - { "id": "corner", "fg": 2974 }, - { "id": "edge", "fg": 2975 }, - { "id": "end_piece", "fg": 2976 }, - { "id": "t_connection", "fg": 2978 } - ] - }, - { - "id": "t_brick_wall_line", - "fg": 2972, - "bg": 986, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 2972 }, - { "id": "center", "fg": 2973 }, - { "id": "corner", "fg": 2974 }, - { "id": "edge", "fg": 2975 }, - { "id": "end_piece", "fg": 2976 }, - { "id": "t_connection", "fg": 2978 } - ] - }, - { "id": "t_brick_wall_halfway", "fg": 2977, "bg": 986 }, - { "id": "t_dirtfloor", "fg": 986, "rotates": false }, - { "id": "t_door_frame", "fg": 3035, "bg": 987, "rotates": false }, - { "id": "t_door_glass_o", "fg": 3037, "bg": 987, "rotates": false }, - { "id": "t_door_o", "fg": 3044, "bg": 987, "rotates": false }, - { - "id": [ - "t_floor", - "t_secretdoor_brick_wall_o", - "t_secretdoor_wall_o", - "t_secretdoor_concrete_wall_o", - "t_secretdoor_bookcase_o" - ], - "bg": 987, - "rotates": false - }, - { "id": "t_mdoor_frame", "fg": 3120, "bg": 987, "rotates": false }, - { "id": "t_rdoor_b", "fg": 3175, "bg": 987, "rotates": false }, - { "id": "t_rdoor_c", "fg": 3178, "bg": 987, "rotates": false }, - { "id": "t_rdoor_o", "fg": 3179, "bg": 987, "rotates": false }, - { "id": "t_stairs_down", "fg": 3259, "bg": 987, "rotates": false }, - { - "id": "t_wall_glass_alarm", - "fg": 3335, - "bg": 987, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 3335, "bg": 987 }, - { "id": "center", "fg": 3335, "bg": 987 }, - { "id": "corner", "fg": 3336, "bg": 987 }, - { "id": "edge", "fg": 3337, "bg": 987 }, - { "id": "end_piece", "fg": 3338, "bg": 987 }, - { "id": "t_connection", "fg": 3339, "bg": 987 } - ] - }, - { "id": "t_window_empty", "fg": 3425, "bg": 987, "rotates": false }, - { "id": "t_window_frame", "fg": 3131, "bg": 987, "rotates": false }, - { "id": "t_window_open", "fg": 3427, "bg": 987, "rotates": false }, - { "id": "t_window_no_curtains_open", "fg": 3427, "bg": 987, "rotates": false }, - { "id": "t_door_o_peep", "fg": 3044, "bg": 987 }, - { "id": "t_window_boarded_noglass", "fg": 3424, "bg": 987, "rotates": false }, - { "id": "t_window_reinforced_noglass", "fg": 3429, "bg": 987, "rotates": false }, - { - "id": "t_wall_glass", - "fg": 3335, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3335, "bg": 987 }, - { "id": "corner", "fg": 3336, "bg": 987 }, - { "id": "edge", "fg": 3337, "bg": 987 }, - { "id": "end_piece", "fg": 3338, "bg": 987 }, - { "id": "t_connection", "fg": 3339, "bg": 987 }, - { "id": "unconnected", "fg": 3340, "bg": 987 } - ] - }, - { "id": "t_window", "fg": 3419, "bg": 987, "rotates": false }, - { "id": "t_window_no_curtains", "fg": 3419, "bg": 987, "rotates": false }, - { "id": "t_window_alarm", "fg": 3419, "bg": 987, "rotates": false }, - { "id": "t_window_domestic", "fg": 3419, "bg": 987, "rotates": false }, - { "id": "t_window_alarm_taped", "fg": 3420, "bg": 987, "rotates": false }, - { "id": "t_window_domestic_taped", "fg": 3420, "bg": 987, "rotates": false }, - { "id": "t_window_taped", "fg": 3420, "bg": 987, "rotates": false }, - { "id": "t_window_no_curtains_taped", "fg": 3420, "bg": 987, "rotates": false }, - { "id": "t_window_bars_alarm", "fg": 3422, "bg": 987, "rotates": false }, - { "id": "t_window_boarded", "fg": 3423, "bg": 987, "rotates": false }, - { "id": "t_window_enhanced", "fg": 3426, "bg": 987, "rotates": false }, - { "id": "t_window_reinforced", "fg": 3428, "bg": 987, "rotates": false }, - { "id": "t_door_makeshift_o", "fg": 3039, "bg": 987, "rotates": false }, - { "id": "t_window_bars", "fg": 3421, "bg": 987, "rotates": false }, - { "id": "t_flat_roof", "bg": 988, "rotates": false }, - { "id": "t_ind_assembler", "fg": 3099, "bg": 988 }, - { "id": "t_portcullis", "fg": 3164, "bg": 988 }, - { - "id": "t_scrap_wall_halfway", - "fg": 3221, - "bg": 988, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "t_connection", "fg": 3225, "bg": 988 }, - { "id": "edge", "fg": 3223, "bg": 988 }, - { "id": "corner", "fg": 3222, "bg": 988 }, - { "id": "center", "fg": 3221, "bg": 988 }, - { "id": "end_piece", "fg": 3224, "bg": 993 }, - { "id": "unconnected", "fg": 3226, "bg": 993 } - ] - }, - { "id": "t_fungus_floor_in", "bg": 989, "rotates": false }, - { "id": "t_fungus_floor_out", "bg": 990, "rotates": false }, - { "id": "t_fungus_floor_sup", "bg": 991, "rotates": false }, - { - "id": "t_fungus_wall", - "fg": 3060, - "bg": 991, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3061, "bg": 991 }, - { "id": "corner", "fg": 3062, "bg": 991 }, - { "id": "edge", "fg": 3063, "bg": 991 }, - { "id": "t_connection", "fg": 3065, "bg": 991 }, - { "id": "end_piece", "fg": 3064, "bg": 991 }, - { "id": "unconnected", "fg": 3060, "bg": 991 } - ] - }, - { "id": "t_improvised_shelter_season_winter", "fg": 3098, "bg": 992, "rotates": false }, - { "id": "t_trunk_season_winter", "fg": 3317, "bg": 992 }, - { "id": "t_tree_apple_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_pear_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_apricot_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_cherry_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_peach_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_plum_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_deadpine_season_winter", "fg": 3294, "bg": 992 }, - { "id": "t_tree_pine_season_winter", "fg": 3307, "bg": 992 }, - { - "id": "t_water_sh_season_winter", - "fg": 3412, - "bg": 992, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3412 }, - { "id": "corner", "fg": 3413 }, - { "id": "edge", "fg": 3414 }, - { "id": "end_piece", "fg": 3415 }, - { "id": "t_connection", "fg": 3416 }, - { "id": "unconnected", "fg": 3417 } - ] - }, - { - "id": "t_swater_sh_season_winter", - "fg": 3412, - "bg": 992, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3412 }, - { "id": "corner", "fg": 3413 }, - { "id": "edge", "fg": 3414 }, - { "id": "end_piece", "fg": 3415 }, - { "id": "t_connection", "fg": 3416 }, - { "id": "unconnected", "fg": 3417 } - ] - }, - { "id": [ "t_dirtmound_season_winter", "t_dirtmoundfloor_season_winter" ], "fg": 3021, "bg": 992 }, - { "id": "t_pit_season_winter", "fg": 3156, "bg": 992 }, - { "id": "tr_pit_season_winter", "fg": 3156, "bg": 992 }, - { "id": "t_pit_corpsed_season_winter", "fg": 3152, "bg": 992 }, - { "id": "t_pit_spiked_season_winter", "fg": 3161, "bg": 992 }, - { "id": "tr_spike_pit_season_winter", "fg": 3161, "bg": 992 }, - { "id": "t_pit_shallow_season_winter", "fg": 3158, "bg": 992 }, - { "id": "t_pit_spiked_covered_season_winter", "fg": 3160, "bg": 992 }, - { "id": "t_pit_covered_season_winter", "fg": 3160, "bg": 992 }, - { "id": "t_dirt_season_winter", "fg": 992 }, - { "id": "t_barndoor_season_winter", "fg": 2970, "bg": 992 }, - { "id": "t_underbrush_season_winter", "fg": 3321, "bg": 992, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 3315, "bg": 992, "rotates": false }, - { "id": "t_tree_season_winter", "fg": 3309, "bg": 992, "rotates": false }, - { "id": "t_shrub_season_winter", "fg": 3245, "bg": 992 }, - { "id": "t_palisade_pulley_season_winter", "fg": 2970, "bg": 992 }, - { "id": "t_palisade_gate_o_season_winter", "fg": 3138, "bg": 992 }, - { "id": "t_palisade_gate_season_winter", "fg": 3137, "bg": 992 }, - { "id": "t_palisade_season_winter", "fg": 3138, "bg": 992 }, - { "id": "t_ladder_down_season_winter", "fg": 3104, "bg": 992 }, - { - "id": "t_grass_season_winter", - "fg": 3079, - "bg": 992, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3080, "bg": 992 }, - { "id": "corner", "fg": 3081, "bg": 992 }, - { "id": "edge", "fg": 3082, "bg": 992 }, - { "id": "end_piece", "fg": 3083, "bg": 992 }, - { "id": "t_connection", "fg": 3084, "bg": 992 }, - { "id": "unconnected", "fg": 3085, "bg": 992 } - ] - }, - { "id": "t_fencegate_o_season_winter", "fg": 3048, "bg": 992 }, - { "id": "t_fencegate_c_season_winter", "fg": 3047, "bg": 992 }, - { "id": "t_fence_wire_season_winter", "fg": 3053, "bg": 992 }, - { "id": "t_fence_rope_season_winter", "fg": 3051, "bg": 992 }, - { "id": "t_fence_v_season_winter", "fg": 3052, "bg": 992 }, - { "id": "t_fence_post_season_winter", "fg": 3050, "bg": 992 }, - { "id": "t_fence_h_season_winter", "fg": 3052, "bg": 992 }, - { "id": "t_fence_barbed_season_winter", "fg": 3049, "bg": 992 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 3247, "bg": 992 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 3247, "bg": 992 }, - { "id": "t_pit_glass_covered_season_winter", "fg": 3160, "bg": 992 }, - { "id": "t_pit_glass_season_winter", "fg": 3155, "bg": 992, "rotates": false }, - { "id": "t_shrub_blueberry_harvested_season_winter", "fg": 3247, "bg": 992 }, - { "id": "t_shrub_strawberry_harvested_season_winter", "fg": 3247, "bg": 992 }, - { "id": "t_tree_apple_harvested_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_apricot_harvested_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_cherry_harvested_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_peach_harvested_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_pear_harvested_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_plum_harvested_season_winter", "fg": 3285, "bg": 992 }, - { "id": "t_tree_blackjack_season_winter", "fg": 3292, "bg": 992, "rotates": false }, - { "id": "t_underbrush_harvested_winter", "fg": 3320, "bg": 1012, "rotates": false }, - { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3320, "bg": 992, "rotates": false }, - { "id": "t_tree_birch_season_winter", "fg": 3290, "bg": 992, "rotates": false }, - { "id": "t_tree_maple_season_winter", "fg": 3302, "bg": 992, "rotates": false }, - { "id": "t_tree_willow_season_winter", "fg": 3313, "bg": 992, "rotates": false }, - { "id": "t_tree_hickory_season_winter", "fg": 3300, "bg": 992, "rotates": false }, - { "id": "t_tree_hickory_harvested_season_winter", "fg": 3298, "bg": 992, "rotates": false }, - { "id": "t_tree_hickory_dead_season_winter", "fg": 3294, "bg": 992 }, - { "id": "t_tree_birch_harvested_season_winter", "fg": 3289, "bg": 992, "rotates": false }, - { "id": "t_tree_willow_harvested_season_winter", "fg": 3312, "bg": 992, "rotates": false }, - { "id": "t_tree_dead_season_winter", "fg": 3294, "bg": 992 }, - { "id": "blob_pit_slime_season_winter", "fg": 2967, "bg": 992 }, - { "id": "bfeedfuel", "fg": 2918 }, - { "id": "t_bars", "fg": 2971, "bg": 993, "rotates": false }, - { "id": "t_card_military", "fg": 2980, "bg": 993, "rotates": false }, - { "id": "t_card_reader_broken", "fg": 2981, "bg": 993, "rotates": false }, - { "id": "t_card_science", "fg": 2980, "bg": 993, "rotates": false }, - { "id": "t_centrifuge", "fg": 2986, "bg": 993, "rotates": false }, - { "id": "t_concrete", "fg": 993, "rotates": false }, - { - "id": [ "t_concrete_wall", "t_secretdoor_concrete_wall_c", "t_sliding_concrete_wall_c" ], - "fg": 2999, - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2999, "bg": 993 }, - { "id": "corner", "fg": 3000, "bg": 993 }, - { "id": "edge", "fg": 3001, "bg": 993 }, - { "id": "t_connection", "fg": 3003, "bg": 993 }, - { "id": "end_piece", "fg": 3002, "bg": 993 }, - { "id": "unconnected", "fg": 3004, "bg": 993 } - ] - }, - { "id": "t_door_bar_c", "fg": 3027, "bg": 993, "rotates": false }, - { "id": "t_door_bar_locked", "fg": 3027, "bg": 993, "rotates": false }, - { "id": "t_door_bar_o", "fg": 3028, "bg": 993, "rotates": false }, - { "id": "t_door_metal_o", "fg": 3042, "bg": 993, "rotates": false }, - { "id": "t_door_metal_o_peep", "fg": 3042, "bg": 993, "rotates": false }, - { - "id": [ "t_gates_mech_control", "t_outs_bridge_control", "t_ins_bridge_control" ], - "fg": 3071, - "bg": 993, - "rotates": false - }, - { - "id": "t_radio_tower", - "fg": 3166, - "bg": 985, - "multitile": true, - "additional_tiles": [ { "id": "center", "fg": 3167, "bg": 985 } ] - }, - { - "id": "t_railing_h", - "fg": 3168, - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3168, "bg": 993 }, - { "id": "corner", "fg": 3169, "bg": 993 }, - { "id": "edge", "fg": 3170, "bg": 993 }, - { "id": "t_connection", "fg": 3172, "bg": 993 }, - { "id": "end_piece", "fg": 3171, "bg": 993 }, - { "id": "unconnected", "fg": 3173, "bg": 993 } - ] - }, - { - "id": "t_railing_v", - "fg": 3168, - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3168, "bg": 993 }, - { "id": "corner", "fg": 3169, "bg": 993 }, - { "id": "edge", "fg": 3170, "bg": 993 }, - { "id": "t_connection", "fg": 3172, "bg": 993 }, - { "id": "end_piece", "fg": 3171, "bg": 993 }, - { "id": "unconnected", "fg": 3173, "bg": 993 } - ] - }, - { "id": "t_recycler", "fg": 3181, "bg": 993, "rotates": false }, - { - "id": "t_sewage_pipe", - "fg": 3234, - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3235, "bg": 993 }, - { "id": "corner", "fg": 3236, "bg": 993 }, - { "id": "edge", "fg": 3237, "bg": 993 }, - { "id": "t_connection", "fg": 3239, "bg": 993 }, - { "id": "end_piece", "fg": 3238, "bg": 993 }, - { "id": "unconnected", "fg": 3234, "bg": 993 } - ] - }, - { - "id": "t_ind_pipe", - "fg": 3234, - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3235, "bg": 993 }, - { "id": "corner", "fg": 3236, "bg": 993 }, - { "id": "edge", "fg": 3237, "bg": 993 }, - { "id": "t_connection", "fg": 3239, "bg": 993 }, - { "id": "end_piece", "fg": 3238, "bg": 993 }, - { "id": "unconnected", "fg": 3234, "bg": 993 } - ] - }, - { - "id": "t_sewage_pump", - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3240, "bg": 993 }, - { "id": "corner", "fg": 3241, "bg": 993 }, - { "id": "edge", "fg": 3237, "bg": 993 }, - { "id": "t_connection", "fg": 3240, "bg": 993 }, - { "id": "end_piece", "fg": 3238, "bg": 993 }, - { "id": "unconnected", "fg": 3240, "bg": 993 } - ] - }, - { "id": "t_sidewalk", "fg": 993, "rotates": false }, - { "id": "t_vat", "fg": 3323, "bg": 993, "rotates": false }, - { "id": "t_sai_box", "fg": 3212, "bg": 993, "rotates": false }, - { "id": "t_oil_circ_brkr_l", "fg": 3132, "bg": 993, "rotates": false }, - { "id": "t_sai_box_damaged", "fg": 3213, "bg": 993, "rotates": false }, - { "id": "t_switchgear_l", "fg": 3275, "bg": 993, "rotates": false }, - { "id": "t_switchgear_s", "fg": 3276, "bg": 993, "rotates": false }, - { "id": "t_oil_circ_brkr_s", "fg": 3133, "bg": 993, "rotates": false }, - { "id": "t_lgtn_arrest", "fg": 3108, "bg": 993, "rotates": false }, - { "id": "t_station_disc", "fg": 3261, "bg": 993, "rotates": false }, - { "id": "t_current_trans", "fg": 3011, "bg": 993, "rotates": false }, - { "id": "t_potential_trans", "fg": 3165, "bg": 993, "rotates": false }, - { "id": "t_support_s", "fg": 3265, "bg": 993, "rotates": false }, - { "id": "t_support_l", "fg": 3264, "bg": 993, "rotates": false }, - { "id": "t_water_pump", "fg": 3408, "bg": 993, "rotates": false }, - { "id": "t_plut_generator", "fg": 3162, "bg": 993 }, - { "id": "t_covered_well", "fg": 3010, "bg": 993, "rotates": false }, - { "id": "t_emergency_light_flicker", "bg": 993, "rotates": false }, - { "id": "t_emergency_light", "bg": 993, "rotates": false }, - { "id": "t_utility_light", "fg": 3322, "bg": 993 }, - { "id": "t_skylight", "bg": 993, "rotates": false }, - { "id": "t_pedestal_wyrm", "fg": 3149, "bg": 993 }, - { "id": "t_slot_machine", "fg": 3258, "bg": 993 }, - { "id": "t_atm", "fg": 2968, "bg": 993, "rotates": false }, - { - "id": "t_wall_metal", - "fg": 3221, - "bg": 985, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3222, "bg": 985 }, - { "id": "center", "fg": 3221, "bg": 985 }, - { "id": "end_piece", "fg": 3224, "bg": 985 }, - { "id": "unconnected", "fg": 3226, "bg": 985 }, - { "id": "t_connection", "fg": 3225, "bg": 985 }, - { "id": "edge", "fg": 3223, "bg": 985 } - ] - }, - { "id": "t_sidewalk_bg_dp", "fg": 993 }, - { - "id": "t_guardrail_bg_dp", - "fg": 3168, - "bg": 993, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3169, "bg": 993 }, - { "id": "center", "fg": 3168, "bg": 993 }, - { "id": "end_piece", "fg": 3171, "bg": 993 }, - { "id": "t_connection", "fg": 3172, "bg": 993 }, - { "id": "unconnected", "fg": 3173, "bg": 993 }, - { "id": "edge", "fg": 3170, "bg": 993 } - ] - }, - { "id": "t_sconc_wall", "fg": 3219, "bg": 993 }, - { - "id": "t_strconc_wall", - "fg": 2999, - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3000, "bg": 993 }, - { "id": "edge", "fg": 3001, "bg": 993 }, - { "id": "center", "fg": 2999, "bg": 993 }, - { "id": "t_connection", "fg": 3003, "bg": 993 }, - { "id": "end_piece", "fg": 3002, "bg": 993 }, - { "id": "unconnected", "fg": 3004, "bg": 993 } - ] - }, - { "id": "t_sconc_wall_halfway", "fg": 3220, "bg": 993 }, - { "id": "t_strconc_wall_halfway", "fg": 3263, "bg": 993 }, - { "id": "t_reb_cage", "fg": 3180, "bg": 993 }, - { "id": "t_thconc_floor", "fg": 993, "rotates": false }, - { "id": "t_concrete_floor", "fg": 993, "rotates": false }, - { "id": "t_strconc_floor", "fg": 993, "rotates": false }, - { "id": "t_ov_reb_cage", "fg": 3134, "bg": 993 }, - { "id": "t_machinery_light", "fg": 3114, "bg": 993, "rotates": false }, - { "id": "t_milking_machine", "fg": 3114, "bg": 993, "rotates": false }, - { "id": "t_machinery_electronic", "fg": 3114, "bg": 993, "rotates": false }, - { "id": "t_machinery_heavy", "fg": 3113, "bg": 993, "rotates": false }, - { - "id": "t_conveyor", - "fg": 3007, - "bg": 993, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "edge", "fg": 3007 }, - { "id": "end_piece", "fg": 3007 }, - { "id": "corner", "fg": 3008 }, - { "id": "t_connection", "fg": 3009 } - ] - }, - { "id": "t_machinery_old", "fg": 3115, "bg": 993, "rotates": false }, - { "id": "f_home_furnace", "fg": 1528, "bg": 993, "rotates": false }, - { "id": "f_air_conditioner", "fg": 1441, "bg": 993, "rotates": false }, - { "id": "t_open_air", "bg": 994, "rotates": false }, - { "id": "t_open_air_rooved", "bg": 994 }, - { - "id": "t_paper", - "fg": 3124, - "bg": 995, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3142, "bg": 995 }, - { "id": "corner", "fg": 3143, "bg": 995 }, - { "id": "edge", "fg": 3144, "bg": 995 }, - { "id": "end_piece", "fg": 3145, "bg": 995 }, - { "id": "t_connection", "fg": 3146, "bg": 995 }, - { "id": "unconnected", "fg": 3124, "bg": 995 } - ] - }, - { - "id": "t_wax", - "fg": 3124, - "bg": 995, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3142, "bg": 995 }, - { "id": "corner", "fg": 3143, "bg": 995 }, - { "id": "edge", "fg": 3144, "bg": 995 }, - { "id": "end_piece", "fg": 3145, "bg": 995 }, - { "id": "t_connection", "fg": 3146, "bg": 995 }, - { "id": "unconnected", "fg": 3124, "bg": 995 } - ] - }, - { - "id": "t_rock_wall", - "fg": 3124, - "bg": 996, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3143, "bg": 996 }, - { "id": "center", "fg": 3142, "bg": 996 }, - { "id": "t_connection", "fg": 3146, "bg": 996 }, - { "id": "edge", "fg": 3144, "bg": 996 }, - { "id": "unconnected", "fg": 3124, "bg": 996 }, - { "id": "end_piece", "fg": 3145, "bg": 996 } - ] - }, - { - "id": "t_stone_wall_line", - "fg": 3124, - "bg": 996, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3143, "bg": 996 }, - { "id": "center", "bg": 996 }, - { "id": "t_connection", "fg": 3146, "bg": 996 }, - { "id": "edge", "fg": 3144, "bg": 996 }, - { "id": "end_piece", "fg": 3145, "bg": 996 }, - { "id": "unconnected", "fg": 3124, "bg": 996 } - ] - }, - { - "id": "t_root_wall", - "fg": 3142, - "bg": 997, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3143, "bg": 997 }, - { "id": "center", "fg": 3142, "bg": 997 }, - { "id": "end_piece", "fg": 3145, "bg": 997 }, - { "id": "unconnected", "fg": 3124, "bg": 997 }, - { "id": "t_connection", "fg": 3146, "bg": 997 }, - { "id": "edge", "fg": 3144, "bg": 997 } - ] - }, - { "id": "tr_beartrap", "bg": 998, "rotates": false }, - { "id": "tr_beartrap_buried", "fg": 3916, "bg": 998, "rotates": false }, - { "id": "tr_beartrap_buried_season_winter", "fg": 3917, "bg": 998 }, - { - "id": "tr_drain", - "bg": 999, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "center", "bg": 1000 }, { "id": "t_connection", "bg": 1000 } ] - }, - { "id": "tr_heavy_snare", "bg": 1001, "rotates": false }, - { "id": "tr_snare", "bg": 1001, "rotates": false }, - { "id": "tr_light_snare", "bg": 1002, "rotates": false }, - { "id": "tr_nailboard", "bg": 1003, "rotates": false }, - { "id": "tr_tripwire", "bg": 1004, "rotates": false }, - { - "id": "vp_cargo_space", - "fg": 3986, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3986 } ] - }, - { - "id": "vp_chemlab", - "fg": 3988, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3988 } ] - }, - { - "id": "vp_kitchen_unit", - "fg": 4098, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4098 } ] - }, - { - "id": "vp_recharge_station", - "fg": 4124, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4124 } ] - }, - { - "id": "vp_seat", - "fg": 4134, - "bg": 1005, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4134 } ] - }, - { - "id": "vp_seat_nocargo", - "fg": 4134, - "bg": 1005, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4134 } ] - }, - { - "id": "vp_veh_table", - "fg": 4153, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4153 } ] - }, - { "id": "lighting_hidden", "fg": 3139, "rotates": false }, - { - "id": "vp_craft_rig", - "fg": 3101, - "bg": 1005, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3101 } ] - }, - { - "id": [ "vp_floodlight", "vp_xfloodlight" ], - "fg": 4021, - "bg": 1005, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4021 } ] - }, - { - "id": "vp_veh_forge", - "fg": 4152, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4152 } ] - }, - { - "id": "vp_welding_rig", - "fg": 4156, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4156 } ] - }, - { - "id": "vp_veh_table_wood", - "fg": 4154, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4154 } ] - }, - { - "id": "vp_reclining_seat", - "fg": 4134, - "bg": 1005, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4134 } ] - }, - { - "id": "vp_folding_seat", - "fg": 4134, - "bg": 1005, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4134 } ] - }, - { - "id": "vp_seat_wood", - "fg": 4135, - "bg": 1005, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4135 } ] - }, - { - "id": "vp_door_wood_opaque", - "fg": 4017, - "bg": 1005, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 3044, "bg": 1005 }, { "id": "broken", "fg": 4018, "bg": 1005 } ] - }, - { "id": "t_ind_drill", "fg": 3100, "bg": 1005, "rotates": false }, - { "id": "t_ind_mixer", "fg": 3103, "bg": 1005, "rotates": false }, - { "id": "vp_bseat", "bg": 1005, "rotates": true }, - { "id": "vp_queen", "fg": 4117, "bg": 1005, "rotates": true }, - { "id": "vp_oozle_seat", "fg": 4113, "bg": 1005, "rotates": true }, - { "id": "vp_gray_seat", "fg": 4113, "bg": 1005, "rotates": true }, - { "id": "vp_gloople_seat", "fg": 4113, "bg": 1005, "rotates": true }, - { "id": "vp_aripper", "fg": 3963, "bg": 1005, "rotates": true }, - { "id": "vp_arippernc", "fg": 3963, "bg": 1005, "rotates": true }, - { "id": "vp_crane_medium", "fg": 3991, "bg": 1006, "rotates": false }, - { "id": "vp_crane_small", "fg": 3991, "bg": 1006, "rotates": false }, - { "id": "vp_trunk", "fg": 1006, "rotates": true }, - { "id": "vp_ripper", "fg": 3963, "bg": 1007, "rotates": true }, - { "id": "ripper", "fg": 3963, "bg": 1007, "rotates": false }, - { - "id": [ "vp_watercannon", "vp_awatercannon" ], - "fg": 1007, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1007 } ] - }, - { "id": "vp_acangun", "fg": 1007, "rotates": true }, - { "id": "vp_bolter", "fg": 1007, "rotates": true }, - { "id": "vp_cangun", "fg": 1007, "rotates": true }, - { "id": "cangun", "fg": 1007, "rotates": false }, - { "id": "vp_acangunnc", "fg": 1007, "rotates": true }, - { - "id": "vp_travois", - "fg": 4135, - "bg": 1008, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4135 } ] - }, - { "id": "vp_roof_wood", "fg": 1008, "rotates": true }, - { - "id": "vp_wooden_aisle_vertical", - "fg": 4170, - "bg": 1009, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4170 } ] - }, - { "id": "vp_wood box", "fg": 1009, "rotates": true }, - { - "id": "vp_wooden_aisle_horizontal", - "fg": 4169, - "bg": 1009, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4169 } ] - }, - { - "id": "vp_door_wood", - "fg": 4015, - "bg": 1009, - "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 3044, "bg": 1009 }, { "id": "broken", "fg": 4016, "bg": 1009 } ] - }, - { - "id": "vp_xlframe_cover", - "fg": 4171, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1010 } ] - }, - { - "id": "vp_halfboard_cover", - "fg": 1010, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4062 } ] - }, - { - "id": "vp_hdhalfboard_cover", - "fg": 1010, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4062 } ] - }, - { "id": "fd_fungicidal_gas", "bg": 1011, "rotates": false }, - { "id": "f_firering", "fg": 3940, "bg": 1012, "rotates": false }, - { - "id": "f_canvas_wall", - "fg": 1471, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1471 }, - { "id": "corner", "fg": 1472 }, - { "id": "edge", "fg": 1473 }, - { "id": "end_piece", "fg": 1474 }, - { "id": "t_connection", "fg": 1475 }, - { "id": "unconnected", "fg": 1476 } - ] - }, - { - "id": "f_skin_wall", - "fg": 1471, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1471 }, - { "id": "corner", "fg": 1472 }, - { "id": "edge", "fg": 1473 }, - { "id": "end_piece", "fg": 1474 }, - { "id": "t_connection", "fg": 1475 }, - { "id": "unconnected", "fg": 1476 } - ] - }, - { "id": "t_barndoor", "fg": 2970, "bg": 1012, "rotates": false }, - { "id": "t_dirt", "fg": 1012, "rotates": false }, - { "id": [ "t_dirtmound", "t_dirtmoundfloor" ], "fg": 3020, "bg": 1012, "rotates": false }, - { "id": "t_fence_barbed", "fg": 3049, "bg": 1012, "rotates": false }, - { "id": "t_fence_v", "fg": 3052, "bg": 1012 }, - { "id": "t_fence_post", "fg": 3050, "bg": 1012, "rotates": false }, - { "id": "t_fence_rope", "fg": 3051, "bg": 1012, "rotates": false }, - { "id": "t_fence_h", "fg": 3052, "bg": 1012, "rotates": false }, - { "id": "t_fence_wire", "fg": 3053, "bg": 1012, "rotates": false }, - { "id": "t_fencegate_c", "fg": 3047, "bg": 1012, "rotates": false }, - { "id": "t_fencegate_o", "fg": 3048, "bg": 1012, "rotates": false }, - { - "id": "t_grass", - "fg": 3074, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3075 }, - { "id": "corner", "fg": 3076 }, - { "id": "edge", "fg": 3077 }, - { "id": "end_piece", "fg": 3078 }, - { "id": "t_connection", "fg": 3086 }, - { "id": "unconnected", "fg": 3087 } - ] - }, - { - "id": "t_grass_season_autumn", - "fg": 4224, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 4224 }, - { "id": "corner", "fg": 4225 }, - { "id": "edge", "fg": 4226 }, - { "id": "end_piece", "fg": 4227 }, - { "id": "t_connection", "fg": 4228 }, - { "id": "unconnected", "fg": 4229 } - ] - }, - { - "id": "t_grass_season_summer", - "fg": 4230, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 4230 }, - { "id": "corner", "fg": 4231 }, - { "id": "edge", "fg": 4232 }, - { "id": "end_piece", "fg": 4233 }, - { "id": "t_connection", "fg": 4234 }, - { "id": "unconnected", "fg": 4235 } - ] - }, - { "id": "t_ladder_down", "fg": 3104, "bg": 1012, "rotates": false }, - { "id": "t_palisade", "fg": 3136, "bg": 1012 }, - { "id": "t_palisade_gate", "fg": 3137, "bg": 1012 }, - { "id": "t_palisade_gate_o", "fg": 3138, "bg": 1012 }, - { "id": "t_palisade_pulley", "fg": 2970, "bg": 1012, "rotates": false }, - { "id": "t_pedestal_temple", "fg": 3148, "bg": 1012, "rotates": false }, - { "id": "t_pit", "fg": 3150, "bg": 1012, "rotates": false }, - { "id": "t_pit_corpsed", "fg": 3151, "bg": 1012, "rotates": false }, - { "id": "t_pit_covered", "fg": 3153, "bg": 1012, "rotates": false }, - { "id": "t_pit_shallow", "fg": 3157, "bg": 1012, "rotates": false }, - { "id": "t_pit_spiked", "fg": 3159, "bg": 1012, "rotates": false }, - { "id": "t_pit_spiked_covered", "fg": 3153, "bg": 1012, "rotates": false }, - { "id": "t_shrub", "fg": 3242, "bg": 1012, "rotates": false }, - { "id": "t_shrub_blueberry", "fg": 3243, "bg": 1012 }, - { "id": "t_shrub_strawberry", "fg": 3243, "bg": 1012 }, - { - "id": "t_slime", - "fg": 3250, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 3250, "bg": 1012 }, - { "id": "center", "fg": 3251, "bg": 1012 }, - { "id": "corner", "fg": 3252, "bg": 1012 }, - { "id": "edge", "fg": 3253, "bg": 1012 }, - { "id": "end_piece", "fg": 3254, "bg": 1012 }, - { "id": "t_connection", "fg": 3255, "bg": 1012 } - ] - }, - { "id": "t_tree", "fg": 3282, "bg": 1012, "rotates": false }, - { "id": "t_tree_apple", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_young", "fg": 3314, "bg": 1012, "rotates": false }, - { "id": "t_trunk", "fg": 3316, "bg": 1012, "rotates": false }, - { "id": "t_underbrush", "fg": 3318, "bg": 1012, "rotates": false }, - { - "id": [ "t_wall", "t_secretdoor_onetime", "t_secretdoor_wall_c", "t_sliding_wall_c" ], - "fg": 3324, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3324 }, - { "id": "corner", "fg": 3331 }, - { "id": "edge", "fg": 3332 }, - { "id": "end_piece", "fg": 3333 }, - { "id": "t_connection", "fg": 3383 }, - { "id": "unconnected", "fg": 3384 } - ] - }, - { - "id": "t_wall_wood_line", - "fg": 3393, - "bg": 1012, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3393 }, - { "id": "center", "fg": 3393 }, - { "id": "t_connection", "fg": 3393 }, - { "id": "unconnected", "fg": 3393 }, - { "id": "edge", "fg": 3394 }, - { "id": "end_piece", "fg": 3395 } - ] - }, - { - "id": "t_water_sh", - "fg": 3412, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3409 }, - { "id": "edge", "fg": 3410 }, - { "id": "end_piece", "fg": 3411 }, - { "id": "center", "fg": 3412 }, - { "id": "t_connection", "fg": 3416 }, - { "id": "unconnected", "fg": 3418 } - ] - }, - { "id": "tr_pit", "fg": 3150, "bg": 1012, "rotates": false }, - { "id": "tr_spike_pit", "fg": 3159, "bg": 1012, "rotates": false }, - { - "id": "t_swater_sh", - "fg": 3412, - "bg": 1012, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3409 }, - { "id": "edge", "fg": 3410 }, - { "id": "end_piece", "fg": 3411 }, - { "id": "center", "fg": 3412 }, - { "id": "t_connection", "fg": 3416 }, - { "id": "unconnected", "fg": 3418 } - ] - }, - { "id": "t_tree_pine", "fg": 3306, "bg": 1012, "rotates": false }, - { "id": "t_tree_deadpine", "fg": 3294, "bg": 1012, "rotates": false }, - { "id": "t_tree_peach", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_pear", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_apricot", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_cherry", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_plum", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_apple_season_autumn", "fg": 3284, "bg": 1012 }, - { "id": "t_tree_pear_season_autumn", "fg": 3305, "bg": 1012 }, - { "id": "t_tree_cherry_season_summer", "fg": 3293, "bg": 1012 }, - { "id": "t_tree_peach_season_summer", "fg": 3304, "bg": 1012 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 3246, "bg": 1012 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 3074, "bg": 1012 }, - { - "id": "f_large_canvas_wall", - "fg": 1471, - "bg": 1012, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1471 }, - { "id": "corner", "fg": 1472 }, - { "id": "edge", "fg": 1473 }, - { "id": "end_piece", "fg": 1474 }, - { "id": "t_connection", "fg": 1475 }, - { "id": "unconnected", "fg": 1476 } - ] - }, - { "id": "t_pit_glass_covered", "fg": 3153, "bg": 1012 }, - { "id": "t_pit_glass", "fg": 3154, "bg": 1012, "rotates": false }, - { "id": "t_shrub_strawberry_harvested", "fg": 3243, "bg": 1012 }, - { "id": "t_shrub_blueberry_harvested", "fg": 3243, "bg": 1012 }, - { "id": "t_tree_apple_harvested", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_apricot_harvested", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_cherry_harvested", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_peach_harvested", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_pear_harvested", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_plum_harvested", "fg": 3283, "bg": 1012 }, - { "id": "t_tree_blackjack", "fg": 3291, "bg": 1012, "rotates": false }, - { - "id": "t_rock_wall_half", - "fg": 3205, - "bg": 1012, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 3205 }, - { "id": "center", "fg": 3206 }, - { "id": "corner", "fg": 3207 }, - { "id": "edge", "fg": 3208 }, - { "id": "end_piece", "fg": 3209 }, - { "id": "t_connection", "fg": 3210 } - ] - }, - { "id": "t_improvised_shelter", "fg": 3098, "bg": 1012, "rotates": false }, - { "id": "t_leanto", "fg": 3107, "bg": 1012, "rotates": false }, - { "id": "t_tarptent", "fg": 3281, "bg": 1012, "rotates": false }, - { "id": "t_underbrush_harvested_spring", "fg": 3319, "bg": 1012, "rotates": false }, - { "id": "t_underbrush_harvested_summer", "fg": 3319, "bg": 1012, "rotates": false }, - { "id": "t_underbrush_harvested_autumn", "fg": 3319, "bg": 1012, "rotates": false }, - { "id": "t_underbrush_harvested_spring_season_winter", "fg": 3319, "bg": 992, "rotates": false }, - { "id": "t_underbrush_harvested_summer_season_winter", "fg": 3319, "bg": 992, "rotates": false }, - { "id": "t_underbrush_harvested_autumn_season_winter", "fg": 3319, "bg": 992, "rotates": false }, - { "id": "t_wall_wattle_half", "fg": 3388, "bg": 1012, "rotates": false }, - { "id": "t_wall_wattle", "fg": 3386, "bg": 1012, "rotates": false }, - { "id": "t_wall_wattle_broken", "fg": 3387, "bg": 1012, "rotates": false }, - { "id": "t_tree_birch", "fg": 3287, "bg": 1012, "rotates": false }, - { "id": "t_tree_maple", "fg": 3301, "bg": 1012, "rotates": false }, - { "id": "t_tree_willow", "fg": 3310, "bg": 1012, "rotates": false }, - { "id": "t_tree_hickory", "fg": 3297, "bg": 1012, "rotates": false }, - { "id": "t_tree_hickory_season_autumn", "fg": 3299, "bg": 1012, "rotates": false }, - { "id": "t_tree_hickory_harvested", "fg": 3297, "bg": 1012, "rotates": false }, - { "id": "t_tree_hickory_dead", "fg": 3294, "bg": 1012 }, - { "id": "t_tree_birch_harvested", "fg": 3288, "bg": 1012, "rotates": false }, - { "id": "t_tree_willow_harvested", "fg": 3311, "bg": 1012, "rotates": false }, - { "id": "t_tree_dead", "fg": 3294, "bg": 1012 }, - { "id": "t_tree_maple_tapped", "fg": 3303, "bg": 1012 }, - { "id": "blob_pit_slime", "fg": 2967, "bg": 1012 }, - { "id": "t_tree_apricot_season_summer", "fg": 3286, "bg": 1012 }, - { "id": "t_tree_plum_season_summer", "fg": 3308, "bg": 1012 }, - { "id": "t_chainfence_posts", "fg": 2993, "bg": 1012, "rotates": false }, - { - "id": "vp_external_diesel_tank", - "fg": 1013, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1013 } ] - }, - { - "id": "vp_external_diesel_tank_small", - "fg": 1013, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1013 } ] - }, - { - "id": "vp_external_gas_tank", - "fg": 1014, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1014 } ] - }, - { - "id": "vp_external_gas_tank_small", - "fg": 1014, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1014 } ] - }, - { - "id": "vp_external_water_dirty_tank", - "fg": 1015, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1015 } ] - }, - { - "id": "vp_external_water_dirty_tank_small", - "fg": 1015, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1015 } ] - }, - { - "id": "vp_external_water_tank", - "fg": 1015, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1015 } ] - }, - { - "id": "vp_external_water_tank_small", - "fg": 1015, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1015 } ] - }, - { - "id": "vp_external_tank", - "fg": 1015, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1015 } ] - }, - { - "id": "vp_external_tank_small", - "fg": 1015, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1015 } ] - }, - { "id": "bio_adrenaline", "fg": 1016, "rotates": false }, - { "id": "bio_ads", "fg": 1016, "rotates": false }, - { "id": "bio_alarm", "fg": 1016, "rotates": false }, - { "id": "bio_armor_arms", "fg": 1016, "rotates": false }, - { "id": "bio_armor_eyes", "fg": 1016, "rotates": false }, - { "id": "bio_armor_head", "fg": 1016, "rotates": false }, - { "id": "bio_armor_legs", "fg": 1016, "rotates": false }, - { "id": "bio_armor_torso", "fg": 1016, "rotates": false }, - { "id": "bio_batteries", "fg": 1016, "rotates": false }, - { "id": "bio_blade", "fg": 1016, "rotates": false }, - { "id": "bio_blade_weapon", "fg": 1016, "rotates": false }, - { "id": "bio_blaster", "fg": 1016, "rotates": false }, - { "id": "bio_blood_anal", "fg": 1016, "rotates": false }, - { "id": "bio_blood_filter", "fg": 1016, "rotates": false }, - { "id": "bio_carbon", "fg": 1016, "rotates": false }, - { "id": "bio_chain_lightning", "fg": 1016, "rotates": false }, - { "id": "bio_claws", "fg": 1016, "rotates": false }, - { "id": "bio_claws_weapon", "fg": 1016, "rotates": false }, - { "id": "bio_climate", "fg": 1016, "rotates": false }, - { "id": "bio_cloak", "fg": 1016, "rotates": false }, - { "id": "bio_dex_enhancer", "fg": 1016, "rotates": false }, - { "id": "bio_digestion", "fg": 1016, "rotates": false }, - { "id": "bio_ears", "fg": 1016, "rotates": false }, - { "id": "bio_emp", "fg": 1016, "rotates": false }, - { "id": "bio_ethanol", "fg": 1016, "rotates": false }, - { "id": "bio_evap", "fg": 1016, "rotates": false }, - { "id": "bio_face_mask", "fg": 1016, "rotates": false }, - { "id": "bio_faraday", "fg": 1016, "rotates": false }, - { "id": "bio_fingerhack", "fg": 1016, "rotates": false }, - { "id": "bio_flashbang", "fg": 1016, "rotates": false }, - { "id": "bio_flashlight", "fg": 1016, "rotates": false }, - { "id": "bio_furnace", "fg": 1016, "rotates": false }, - { "id": "bio_geiger", "fg": 1016, "rotates": false }, - { "id": "bio_gills", "fg": 1016, "rotates": false }, - { "id": "bio_ground_sonar", "fg": 1016, "rotates": false }, - { "id": "bio_heat_absorb", "fg": 1016, "rotates": false }, - { "id": "bio_heatsink", "fg": 1016, "rotates": false }, - { "id": "bio_hydraulics", "fg": 1016, "rotates": false }, - { "id": "bio_infrared", "fg": 1016, "rotates": false }, - { "id": "bio_int_enhancer", "fg": 1016, "rotates": false }, - { "id": "bio_laser", "fg": 1016, "rotates": false }, - { "id": "bio_leukocyte", "fg": 1016, "rotates": false }, - { "id": "bio_lighter", "fg": 1016, "rotates": false }, - { "id": "bio_lockpick", "fg": 1016, "rotates": false }, - { "id": "bio_magnet", "fg": 1016, "rotates": false }, - { "id": "bio_membrane", "fg": 1016, "rotates": false }, - { "id": "bio_memory", "fg": 1016, "rotates": false }, - { "id": "bio_metabolics", "fg": 1016, "rotates": false }, - { "id": "bio_nanobots", "fg": 1016, "rotates": false }, - { "id": "bio_night", "fg": 1016, "rotates": false }, - { "id": "bio_night_vision", "fg": 1016, "rotates": false }, - { "id": "bio_ods", "fg": 1016, "rotates": false }, - { "id": "bio_painkiller", "fg": 1016, "rotates": false }, - { "id": "bio_power_armor_interface", "fg": 1016, "rotates": false }, - { "id": "bio_power_armor_interface_mkII", "fg": 1016, "rotates": false }, - { "id": "bio_power_storage", "fg": 1016, "rotates": false }, - { "id": "bio_power_storage_mkII", "fg": 1016, "rotates": false }, - { "id": "bio_probability_travel", "fg": 1016, "rotates": false }, - { "id": "bio_purifier", "fg": 1016, "rotates": false }, - { "id": "bio_radscrubber", "fg": 1016, "rotates": false }, - { "id": "bio_railgun", "fg": 1016, "rotates": false }, - { "id": [ "bio_razors", "fake_razor" ], "fg": 1016, "rotates": false }, - { "id": "bio_recycler", "fg": 1016, "rotates": false }, - { "id": "bio_resonator", "fg": 1016, "rotates": false }, - { "id": "bio_scent_mask", "fg": 1016, "rotates": false }, - { "id": "bio_scent_vision", "fg": 1016, "rotates": false }, - { "id": "bio_shock", "fg": 1016, "rotates": false }, - { "id": "bio_shockwave", "fg": 1016, "rotates": false }, - { "id": "bio_solar", "fg": 1016, "rotates": false }, - { "id": "bio_speed", "fg": 1016, "rotates": false }, - { "id": "bio_storage", "fg": 1016, "rotates": false }, - { "id": "bio_str_enhancer", "fg": 1016, "rotates": false }, - { "id": [ "bio_sunglasses", "fake_goggles" ], "fg": 1016, "rotates": false }, - { "id": "bio_targeting", "fg": 1016, "rotates": false }, - { "id": "bio_teleport", "fg": 1016, "rotates": false }, - { "id": "bio_time_freeze", "fg": 1016, "rotates": false }, - { "id": "bio_tools", "fg": 1016, "rotates": false }, - { "id": "bio_torsionratchet", "fg": 1016, "rotates": false }, - { "id": "bio_uncanny_dodge", "fg": 1016, "rotates": false }, - { "id": "bio_watch", "fg": 1016, "rotates": false }, - { "id": "bio_water_extractor", "fg": 1016, "rotates": false }, - { "id": "bio_reactor", "fg": 1016, "rotates": false }, - { "id": "bio_advreactor", "fg": 1016, "rotates": false }, - { "id": "bio_reactor_upgrade", "fg": 1016, "rotates": false }, - { "id": "bio_plut_filter", "fg": 1016, "rotates": false }, - { "id": "bio_remote", "fg": 1016, "rotates": false }, - { "id": "bio_ups", "fg": 1016, "rotates": false }, - { "id": "bio_meteorologist", "fg": 1016, "rotates": false }, - { "id": "bio_cqb", "fg": 1016, "rotates": false }, - { "id": "bio_blaster_gun", "fg": 1016, "rotates": false }, - { "id": "bio_laser_gun", "fg": 1016, "rotates": false }, - { "id": "bio_lightning", "fg": 1016, "rotates": false }, - { "id": "bio_cable", "fg": 1016 }, - { "id": "necropolis_leaflet", "fg": 1021 }, - { "id": "mccmap", "fg": 1021, "bg": 1803 }, - { "id": "flyer", "fg": 1054, "rotates": false }, - { "id": "acid", "fg": 1068, "rotates": false }, - { "id": "energy_drink_atomic", "fg": 1068, "rotates": false }, - { "id": "lemonlime", "fg": 1068, "rotates": false }, - { "id": "sewage", "fg": 1068, "rotates": false }, - { "id": "water_sewage", "fg": 1068 }, - { "id": "plut_slurry", "fg": 1068 }, - { "id": "plut_slurry_dense", "fg": 1068, "bg": 1068 }, - { "id": "cotton_boll", "fg": 1069 }, - { "id": "adrenaline_injector", "fg": 1071, "rotates": false }, - { "id": "ammonia", "fg": 1072, "rotates": false }, - { "id": "protein_drink", "fg": 1072, "rotates": false }, - { "id": "wine_chardonnay", "fg": 1072, "rotates": false }, - { "id": "wine_riesling", "fg": 1072, "rotates": false }, - { "id": "pine_wine", "fg": 1072 }, - { "id": "brew_pine_wine", "fg": 1072 }, - { "id": "irradiated_apple", "fg": 1077, "rotates": false }, - { "id": "apple_canned", "fg": 1078, "rotates": false }, - { "id": "apple_vac", "fg": 1078, "rotates": false }, - { "id": "apple_cider", "fg": 1079, "rotates": false }, - { "id": "drink_wild_apple", "fg": 1079, "rotates": false }, - { "id": "mugwort_oil", "fg": 1079 }, - { "id": "apricot", "fg": 1080, "rotates": false }, - { "id": "irradiated_apricot", "fg": 1080, "rotates": false }, - { "id": "atomic_coffee", "fg": 1083, "rotates": false }, - { "id": "imperial_stout", "fg": 1083, "rotates": false }, - { "id": "chai_tea", "fg": 1083 }, - { "id": "revival_serum", "fg": 1083, "rotates": true }, - { "id": "bacon", "fg": 1084, "rotates": false }, - { "id": "cracklins", "fg": 1084, "rotates": false }, - { "id": "banana", "fg": 1085, "rotates": false }, - { "id": "irradiated_banana", "fg": 1085, "rotates": false }, - { "id": "bandages", "fg": 1086, "rotates": false }, - { "id": "beer", "fg": 1088, "rotates": false }, - { "id": "juice", "fg": 1088, "rotates": false }, - { "id": "long_island", "fg": 1088, "rotates": false }, - { "id": "oj", "fg": 1088, "rotates": false }, - { "id": "orangesoda", "fg": 1088, "rotates": false }, - { "id": "tequila", "fg": 1088, "rotates": false }, - { "id": "triple_sec", "fg": 1088, "rotates": false }, - { "id": "vinegar", "fg": 1088, "rotates": false }, - { "id": "pine_tea", "fg": 1088 }, - { "id": "hb_beer", "fg": 1088 }, - { "id": "bee_balm", "fg": 1089 }, - { "id": "belgian_ale", "fg": 1090, "rotates": false }, - { "id": "dandelion_wine", "fg": 1090 }, - { "id": "brew_dandelion_wine", "fg": 1090 }, - { "id": "brew_hb_beer", "fg": 1090 }, - { "id": "nicotine_liquid", "fg": 1090 }, - { "id": "thyme_oil", "fg": 1090 }, - { "id": "starch", "fg": 1091 }, - { "id": "biscuit", "fg": 1092, "rotates": false }, - { "id": "brownie_weed", "fg": 1092 }, - { "id": "blackberries", "fg": 1093, "rotates": false }, - { "id": "irradiated_blackberries", "fg": 1093 }, - { "id": "bleach", "fg": 1094, "rotates": false }, - { "id": "disinfectant", "fg": 1094, "rotates": false }, - { "id": "drink_screwdriver", "fg": 1094, "rotates": false }, - { "id": "gin", "fg": 1094, "rotates": false }, - { "id": "rum", "fg": 1094, "rotates": false }, - { "id": "vodka", "fg": 1094, "rotates": false }, - { "id": "moonshine", "fg": 1094 }, - { "id": "brew_moonshine", "fg": 1094 }, - { "id": "brew_vodka", "fg": 1094 }, - { "id": "brew_rum", "fg": 1094 }, - { "id": [ "chem_acetic_acid", "chem_carbide", "chem_nitric_acid" ], "fg": 1094 }, - { "id": "chem_chromium_oxide", "fg": 1079 }, - { "id": "chem_hydrogen_peroxide", "fg": 1094 }, - { "id": "chem_hydrogen_peroxide_conc", "fg": 1094 }, - { "id": "chem_acetone", "fg": 1094 }, - { "id": "chem_ethanol", "fg": 1094 }, - { "id": "chem_sulphuric_acid", "fg": 1094 }, - { "id": "denat_alcohol", "fg": 1094 }, - { "id": "blood", "fg": 1095, "rotates": false }, - { "id": "blt", "fg": 1096, "rotates": false }, - { "id": "blueberries", "fg": 1097, "rotates": false }, - { "id": "irradiated_blueberries", "fg": 1097 }, - { "id": "blueberries_cooked", "fg": 1098, "rotates": false }, - { "id": "jam_blueberries", "fg": 1098, "rotates": false }, - { "id": "kompot", "fg": 1098, "rotates": false }, - { "id": "bobburger", "fg": 1099, "rotates": false }, - { "id": "bone_human", "fg": 1101, "rotates": false }, - { "id": "bone_tainted", "fg": 1102, "rotates": false }, - { "id": "bread", "fg": 1103, "rotates": false }, - { "id": "broccoli", "fg": 1105, "rotates": false }, - { "id": "irradiated_broccoli", "fg": 1105, "rotates": false }, - { "id": "broth", "fg": 1106, "rotates": false }, - { "id": "single_malt_whiskey", "fg": 1106, "rotates": false }, - { "id": "drink_beeknees", "fg": 1106 }, - { "id": "drink_wsour", "fg": 1106 }, - { "id": "honey_gold", "fg": 1106 }, - { "id": "mead", "fg": 1106 }, - { "id": "broth_bone", "fg": 1107, "rotates": false }, - { "id": "creamsoda", "fg": 1107 }, - { "id": "european_pilsner", "fg": 1107, "rotates": false }, - { "id": "india_pale_ale", "fg": 1107, "rotates": false }, - { "id": "pale_ale", "fg": 1107, "rotates": false }, - { "id": "brew_mead", "fg": 1107 }, - { "id": "brew_vinegar", "fg": 1107 }, - { "id": "broth_human", "fg": 1107 }, - { "id": "bum_wine", "fg": 1108 }, - { "id": "brew_bum_wine", "fg": 1108 }, - { "id": "drink_hobo", "fg": 1108 }, - { "id": "irradiated_lettuce", "fg": 1109, "rotates": false }, - { "id": "lettuce", "fg": 1109, "rotates": false }, - { "id": "irradiated_cabbage", "fg": 1109 }, - { "id": "caff_gum", "fg": 1111, "rotates": false }, - { "id": "choc_pancakes", "fg": 1112 }, - { "id": "calcium_tablet", "fg": 1114 }, - { "id": "popcorn", "fg": 1117 }, - { "id": "popcorn2", "fg": 1117 }, - { "id": "popcorn3", "fg": 1117 }, - { "id": "pelmeni", "fg": 1117 }, - { "id": "can_coconut", "fg": 1120, "rotates": false }, - { "id": "brew_milk_curdled", "fg": 1120 }, - { "id": "buckwheat_cooked", "fg": 1121 }, - { "id": "cereal", "fg": 1121 }, - { "id": "cereal2", "fg": 1121 }, - { "id": "cereal3", "fg": 1121 }, - { "id": "kernels", "fg": 1121 }, - { "id": "hflesh_aspic", "fg": 1122 }, - { "id": "meat_aspic", "fg": 1122 }, - { "id": "veggy_aspic", "fg": 1122 }, - { "id": "can_peach", "fg": 1123 }, - { "id": "juice_pulp", "fg": 1123 }, - { "id": "fish_cooked", "fg": 1124 }, - { "id": "dandelion_cooked", "fg": 1125 }, - { "id": "dandelion_fried", "fg": 1125 }, - { "id": "fish_fried", "fg": 1125 }, - { "id": "fried_spam", "fg": 1126 }, - { "id": "lunchmeat", "fg": 1126 }, - { "id": "material_rocksalt", "fg": 1128 }, - { "id": "carrot", "fg": 1129, "rotates": false }, - { "id": "irradiated_carrot", "fg": 1129, "rotates": false }, - { "id": "celery", "fg": 1132, "rotates": false }, - { "id": "irradiated_celery", "fg": 1132 }, - { "id": "cheeseburger", "fg": 1135, "rotates": false }, - { "id": "cheeseburgerhuman", "fg": 1136, "rotates": false }, - { "id": "cheese_fries", "fg": 1137, "rotates": false }, - { "id": "cherries", "fg": 1138, "rotates": false }, - { "id": "irradiated_cherries", "fg": 1138 }, - { "id": "chili", "fg": 1139, "rotates": false }, - { "id": "chili_pepper", "fg": 5163, "rotates": false }, - { "id": "drink_kalimotxo", "fg": 1139 }, - { "id": "chili_human", "fg": 1140, "rotates": false }, - { "id": [ "chocpretzels", "pretzels" ], "fg": 5138 }, - { "id": "coffee_bean", "fg": 1142 }, - { "id": "choc_drink", "fg": 1143, "rotates": false }, - { "id": "coffee_syrup", "fg": 1143, "rotates": false }, - { "id": "cola_meth", "fg": 1143, "rotates": false }, - { "id": "fertilizer_liquid", "fg": 1143, "rotates": false }, - { "id": "stout", "fg": 1143 }, - { "id": "soysauce", "fg": 1143 }, - { "id": "molasses", "fg": 1143 }, - { "id": "beet_syrup", "fg": 1143 }, - { "id": "cig", "fg": 1144, "rotates": false }, - { "id": "candycigarette", "fg": 1144 }, - { "id": "cinnamon", "fg": 1145 }, - { "id": "cigar_lit", "fg": 1145 }, - { "id": "codeine", "fg": 1147, "rotates": false }, - { "id": "coffee", "fg": 1148, "rotates": false }, - { "id": "cola", "fg": 1148, "rotates": false }, - { "id": "drink_rumcola", "fg": 1148, "rotates": false }, - { "id": "energy_drink", "fg": 1148, "rotates": false }, - { "id": "irish_coffee", "fg": 1148, "rotates": false }, - { "id": "rootbeer", "fg": 1148, "rotates": false }, - { "id": "syrup", "fg": 1148, "rotates": false }, - { "id": "pudding", "fg": 1148 }, - { "id": "roasted_coffee_bean", "fg": 1149 }, - { "id": "chem_thermite", "fg": 1149 }, - { "id": "coke", "fg": 1150, "rotates": false }, - { "id": "colamdew", "fg": 1151, "rotates": false }, - { "id": "con_milk", "fg": 1153, "rotates": false }, - { "id": "mayonnaise", "fg": 1153, "rotates": false }, - { "id": "milk", "fg": 1153, "rotates": false }, - { "id": "saline", "fg": 1153, "rotates": false }, - { "id": "strength_potion", "fg": 1153, "rotates": false }, - { "id": "milk_curdled", "fg": 1153, "rotates": false }, - { "id": "eggnog", "fg": 1153 }, - { "id": "eggnog_spiked", "fg": 1153 }, - { "id": "dogbane", "fg": 1154 }, - { "id": "cooking_oil", "fg": 1156, "rotates": false }, - { "id": "lemonade", "fg": 1156, "rotates": false }, - { "id": "corn", "fg": 1157, "rotates": false }, - { "id": "irradiated_corn", "fg": 1157, "rotates": false }, - { "id": "cornbread", "fg": 1158, "rotates": false }, - { "id": "porkstick", "fg": 1159 }, - { "id": "lemonade_powder", "fg": 1161 }, - { "id": "grahmcrackers", "fg": 1163 }, - { "id": "cranberries", "fg": 1164, "rotates": false }, - { "id": "irradiated_cranberries", "fg": 1164 }, - { "id": "cranberry_juice", "fg": 1165, "rotates": false }, - { "id": "drink_boozeberry", "fg": 1165, "rotates": false }, - { "id": "purple_drink", "fg": 1165, "rotates": false }, - { "id": "crispycran", "fg": 1166, "rotates": false }, - { "id": "drink_strawberry_surprise", "fg": 1166, "rotates": false }, - { "id": "V8", "fg": 1166, "rotates": false }, - { "id": "cucumber", "fg": 1167, "rotates": false }, - { "id": "irradiated_cucumber", "fg": 1167 }, - { "id": "curry_meat", "fg": 1168, "rotates": false }, - { "id": "milk_coffee", "fg": 1168 }, - { "id": "milk_tea", "fg": 1168 }, - { "id": "curry_veggy", "fg": 1170, "rotates": false }, - { "id": "fertilizer_commercial", "fg": 1170 }, - { "id": "mixed_alcohol_weak", "fg": 1170 }, - { "id": "dahlia_baked", "fg": 1171 }, - { "id": "dahlia_root", "fg": 1171 }, - { "id": "seed_bee_balm", "fg": 1172 }, - { "id": "dayquil", "fg": 1173, "rotates": false }, - { "id": "deluxe_rice", "fg": 1174 }, - { "id": "deluxe_veggy_rice", "fg": 1174 }, - { "id": "dry_hflesh", "fg": 1179 }, - { "id": "razorclaw_roe", "fg": 1182 }, - { "id": "eyedrops", "fg": 1184, "rotates": false }, - { "id": "fish_canned", "fg": 1190, "rotates": false }, - { "id": "fish_pickled", "fg": 1190, "rotates": false }, - { "id": "fish_vac", "fg": 1190, "rotates": false }, - { "id": "salted_fish", "fg": 1190 }, - { "id": "sashimi", "fg": 1191 }, - { "id": "fish_sandwich", "fg": 1192 }, - { "id": "frenchtoast", "fg": 1192 }, - { "id": "manwich", "fg": 1192 }, - { "id": "toastem", "fg": 1192 }, - { "id": "toastem2", "fg": 1192 }, - { "id": "toastem3", "fg": 1192 }, - { "id": "toasterpastry", "fg": 1192 }, - { "id": "toasterpastryfrozen", "fg": 1192 }, - { "id": [ "tortilla_corn", "quesadilla_cheese" ], "fg": 5124 }, - { "id": "dry_rice", "fg": 1193 }, - { "id": "fries", "fg": 1194, "rotates": false }, - { "id": "fresh_fries", "fg": 1194 }, - { "id": "fruit_cooked", "fg": 1195, "rotates": false }, - { "id": "jam_fruit", "fg": 1195, "rotates": false }, - { "id": [ "protein_shake", "protein_shake_fortified" ], "fg": 1195, "rotates": false }, - { "id": "spezi", "fg": 1195 }, - { "id": "grapefruit", "fg": 1200, "rotates": false }, - { "id": "irradiated_grapefruit", "fg": 1200, "rotates": false }, - { "id": "grapes", "fg": 1201, "rotates": false }, - { "id": "irradiated_grapes", "fg": 1201 }, - { "id": "gum", "fg": 1202, "rotates": false }, - { "id": "hamburger", "fg": 1205, "rotates": false }, - { "id": "handrolled_cig", "fg": 1206, "rotates": false }, - { "id": "hflesh_vac", "fg": 1209, "rotates": false }, - { "id": "human_canned", "fg": 1209, "rotates": false }, - { "id": "human_pickled", "fg": 1209, "rotates": false }, - { "id": "maple_candy", "fg": 1211 }, - { "id": "honey_bottled", "fg": 1213, "rotates": false }, - { "id": "hickory_nut_ambrosia", "fg": 1213, "rotates": false }, - { "id": "buckwheat", "fg": 1214 }, - { "id": "hflesh_powder", "fg": 1215 }, - { "id": "sweet_sausage", "fg": 1216 }, - { "id": "bologna", "fg": 1218 }, - { "id": "inj_iron", "fg": 1224 }, - { "id": "inj_vitb", "fg": 1224 }, - { "id": "irradiated_kiwi", "fg": 1226, "rotates": false }, - { "id": "kiwi", "fg": 1226, "rotates": false }, - { "id": "irradiated_lemon", "fg": 1227, "rotates": false }, - { "id": "lemon", "fg": 1227, "rotates": false }, - { "id": "irradiated_melon", "fg": 1229, "rotates": false }, - { "id": "melon", "fg": 1229, "rotates": false }, - { "id": "irradiated_onion", "fg": 1230, "rotates": false }, - { "id": "onion", "fg": 1230, "rotates": false }, - { "id": "irradiated_orange", "fg": 1231, "rotates": false }, - { "id": "orange", "fg": 1231, "rotates": false }, - { "id": "irradiated_papaya", "fg": 1232, "rotates": false }, - { "id": "papaya", "fg": 1232, "rotates": false }, - { "id": "irradiated_peach", "fg": 1233, "rotates": false }, - { "id": "peach", "fg": 1233, "rotates": false }, - { "id": "irradiated_pear", "fg": 1234, "rotates": false }, - { "id": "pear", "fg": 1234, "rotates": false }, - { "id": "irradiated_pineapple", "fg": 1235, "rotates": false }, - { "id": "pineapple", "fg": 1235, "rotates": false }, - { "id": "irradiated_plums", "fg": 1236, "rotates": false }, - { "id": "plums", "fg": 1236, "rotates": false }, - { "id": "irradiated_tomato", "fg": 1239, "rotates": false }, - { "id": "tomato", "fg": 1239, "rotates": false }, - { "id": "irradiated_watermelon", "fg": 1240, "rotates": false }, - { "id": "watermelon", "fg": 1240, "rotates": false }, - { "id": "jam_strawberries", "fg": 1241, "rotates": false }, - { "id": "strawberries_cooked", "fg": 1241, "rotates": false }, - { "id": "joint", "fg": 1244, "rotates": false }, - { "id": "ketchup", "fg": 1245, "rotates": false }, - { "id": [ "lasagne", "ravioli" ], "fg": 1246 }, - { "id": "lasagne_cooked", "fg": 1246 }, - { "id": "lasagne_raw", "fg": 1247 }, - { "id": "luigilasagne", "fg": 1250 }, - { "id": "jar_fish_canned", "fg": 1251, "rotates": false }, - { "id": [ "jar_fish_pickled", "offal_pickled" ], "fg": 1251, "rotates": false }, - { "id": "cooked_burrito", "fg": 1252 }, - { "id": "frozen_burrito", "fg": 1252 }, - { "id": "hfleshbologna", "fg": 1253 }, - { "id": "mannwurstgravy", "fg": 1253 }, - { "id": "mycus_fruit", "fg": 1254 }, - { "id": [ "cotton_ball", "disincotton_ball" ], "fg": 1255 }, - { "id": "cooked_pumpkin", "fg": 1256 }, - { "id": "meal_bone_tainted", "fg": 1256 }, - { "id": "bone_glue", "fg": 1256 }, - { "id": "chem_rocket_fuel", "fg": 1256 }, - { "id": "chem_sulphur", "fg": 1256 }, - { "id": "meat_canned", "fg": 1259, "rotates": false }, - { "id": "meat_pickled", "fg": 1259, "rotates": false }, - { "id": "meat_vac", "fg": 1259, "rotates": false }, - { "id": "glazed_tenderloin", "fg": 1260 }, - { "id": "royal_beef", "fg": 1260 }, - { "id": "meth", "fg": 1264, "rotates": false }, - { "id": "offal_cooked", "fg": 1265 }, - { "id": "mre_beef", "fg": 1267, "rotates": false }, - { "id": "mre_chicken", "fg": 1267, "rotates": false }, - { "id": "mre_hotdogs", "fg": 1267, "rotates": false }, - { "id": "mre_ravioli", "fg": 1267, "rotates": false }, - { "id": "mre_veggy", "fg": 1267, "rotates": false }, - { "id": "mugwort", "fg": 1268 }, - { "id": [ "mushroom", "mushroom_cooked" ], "fg": 1269, "rotates": false }, - { "id": "dry_mushroom", "fg": 1269 }, - { "id": [ "mushroom_morel", "morel_cooked", "morel_fried" ], "fg": 1269 }, - { "id": "mushroom_magic", "fg": 1270, "rotates": false }, - { "id": "dry_mushroom_magic", "fg": 1270 }, - { "id": "mushroom_poison", "fg": 1271, "rotates": false }, - { "id": "mustard", "fg": 1272, "rotates": false }, - { "id": [ "mutagen", "iv_mutagen", "iv_mutagen_alpha" ], "fg": 1273, "rotates": false }, - { "id": "mutagen_alpha", "fg": 1273, "rotates": false }, - { "id": [ "mutagen_beast", "iv_mutagen_beast" ], "fg": 1282, "rotates": false }, - { "id": [ "mutagen_bird", "iv_mutagen_bird" ], "fg": 1350, "rotates": false }, - { "id": [ "mutagen_cattle", "iv_mutagen_cattle" ], "fg": 1322, "rotates": false }, - { "id": [ "mutagen_cephalopod", "iv_mutagen_cephalopod" ], "fg": 1273, "rotates": false }, - { "id": [ "mutagen_chimera", "iv_mutagen_chimera" ], "fg": 1282, "rotates": false }, - { "id": [ "mutagen_elfa", "iv_mutagen_elfa" ], "fg": 1371, "rotates": false }, - { "id": [ "mutagen_feline", "iv_mutagen_feline" ], "fg": 1282, "rotates": false }, - { "id": [ "mutagen_fish", "iv_mutagen_fish" ], "fg": 1321, "rotates": false }, - { "id": [ "mutagen_insect", "iv_mutagen_insect" ], "fg": 1273, "rotates": false }, - { "id": [ "mutagen_lizard", "iv_mutagen_lizard" ], "fg": 1273, "rotates": false }, - { "id": [ "mutagen_lupine", "iv_mutagen_lupine" ], "fg": 1282, "rotates": false }, - { "id": [ "mutagen_medical", "iv_mutagen_medical" ], "fg": 1273, "rotates": false }, - { "id": [ "mutagen_plant", "iv_mutagen_plant" ], "fg": 1290, "rotates": false }, - { "id": [ "mutagen_raptor", "iv_mutagen_raptor" ], "fg": 1273, "rotates": false }, - { "id": [ "mutagen_rat", "iv_mutagen_rat" ], "fg": 1143, "rotates": false }, - { "id": [ "mutagen_slime", "iv_mutagen_slime" ], "fg": 1281, "rotates": false }, - { "id": [ "mutagen_spider", "iv_mutagen_spider" ], "fg": 1094, "rotates": false }, - { "id": [ "mutagen_troglobite", "iv_mutagen_troglobite" ], "fg": 1094, "rotates": false }, - { "id": [ "mutagen_ursine", "iv_mutagen_ursine" ], "fg": 1282, "rotates": false }, - { "id": "hflesh_drink", "fg": 1273 }, - { "id": "hflesh_shake", "fg": 1273 }, - { "id": "hflesh_shake_fortified", "fg": 1273 }, - { "id": "chips", "fg": 1274 }, - { "id": "chips2", "fg": 1274 }, - { "id": "chips3", "fg": 1274 }, - { "id": "frozen_dinner", "fg": 1276 }, - { "id": "nachoshf", "fg": 1276 }, - { "id": "cooked_dinner", "fg": 1277 }, - { "id": "nachoshc", "fg": 1277 }, - { "id": "nic_gum", "fg": 1279, "rotates": false }, - { "id": "chocolate", "fg": 1279 }, - { "id": "cloutie_dumpling", "fg": 1280 }, - { "id": "hobo_helper", "fg": 1280 }, - { "id": "macaroni_cooked", "fg": 1280 }, - { "id": "macaroni_helper", "fg": 1280 }, - { "id": "numbness_potion", "fg": 1281, "rotates": false }, - { "id": "tea_bark", "fg": 1281 }, - { "id": "nyquil", "fg": 1282, "rotates": false }, - { "id": "granola", "fg": 1283 }, - { "id": "macaroni_raw", "fg": 1283 }, - { "id": "oats", "fg": 1286 }, - { "id": "wastebread", "fg": 1286 }, - { "id": "fertilizer", "fg": 1286 }, - { "id": "pheromone", "fg": 1286 }, - { "id": "peanutbutter", "fg": 1290 }, - { "id": "pemmican", "fg": 1291 }, - { "id": "pickle", "fg": 1293, "rotates": false }, - { "id": "candy", "fg": 1295 }, - { "id": "pizza_human", "fg": 1296, "rotates": false }, - { "id": "pizza_cheese", "fg": 1296 }, - { "id": "pizza_meat", "fg": 1297, "rotates": false }, - { "id": "pizza_veggy", "fg": 1298, "rotates": false }, - { "id": "plant_sac", "fg": 1299 }, - { "id": "honey_ant", "fg": 1304 }, - { "id": "irradiated_pumpkin", "fg": 1307 }, - { "id": [ "purifier", "iv_purifier" ], "fg": 1308, "rotates": false }, - { "id": "marloss_gel", "fg": 1308 }, - { "id": "wash_moonshine", "fg": 1308 }, - { "id": "raspberries", "fg": 1311, "rotates": false }, - { "id": "irradiated_raspberries", "fg": 1311 }, - { "id": "rehydrated_fish", "fg": 1314 }, - { "id": "rehydrated_hflesh", "fg": 1315 }, - { "id": "rice_cooked", "fg": 1318 }, - { "id": "sushi_rice", "fg": 1318 }, - { "id": "royal_jelly", "fg": 1319, "rotates": false }, - { "id": "salt_water", "fg": 1321, "rotates": false }, - { "id": "sauce_pesto", "fg": 1322, "rotates": false }, - { "id": "sauce_red", "fg": 1323, "rotates": false }, - { "id": "healing_potion", "fg": 1323, "rotates": false }, - { "id": "currywurst", "fg": 1325 }, - { "id": "h_currywurst", "fg": 1325 }, - { "id": "sausagegravy", "fg": 1325 }, - { "id": "raw_dandelion", "fg": 1326 }, - { "id": "onigiri", "fg": 1328 }, - { "id": "seed_onion", "fg": 1329, "rotates": false }, - { "id": "seed_dogbane", "fg": 1329 }, - { "id": "seed_garlic", "fg": 1329 }, - { "id": "seed_potato_raw", "fg": 1329 }, - { "id": "seed_thyme", "fg": 1330 }, - { "id": "dry_beans", "fg": 1331 }, - { "id": "seed_oats", "fg": 1331 }, - { "id": "raw_beans", "fg": 1332 }, - { "id": "seed_canola", "fg": 1332 }, - { "id": "seed_celery", "fg": 1332 }, - { "id": "seed_mushroom_magic", "fg": 1332 }, - { "id": "seed_mushroom", "fg": 1332 }, - { "id": "seed_mushroom_morel", "fg": 1332 }, - { "id": "candy3", "fg": 1333 }, - { "id": "seed_carrot", "fg": 1333 }, - { "id": "seed_raspberries", "fg": 1333 }, - { "id": "candy2", "fg": 1334 }, - { "id": "seed_blackberries", "fg": 1334 }, - { "id": "marloss_seed", "fg": 1335 }, - { "id": "seed_cranberries", "fg": 1335 }, - { "id": "seed_mushroom_poison", "fg": 1335 }, - { "id": "seed_broccoli", "fg": 1336 }, - { "id": "seed_cucumber", "fg": 1336 }, - { "id": "seed_mugwort", "fg": 1336 }, - { "id": "seed_rhubarb", "fg": 1336 }, - { "id": "seed_veggy_wild", "fg": 1336 }, - { "id": "seed_wild_herbs", "fg": 1336 }, - { "id": "seed_zucchini", "fg": 1336 }, - { "id": "seed_buckwheat", "fg": 1337 }, - { "id": "seed_raw_dandelion", "fg": 1337 }, - { "id": "smores", "fg": 1339 }, - { "id": "soup_chicken", "fg": 1340, "rotates": false }, - { "id": "soup_cullenskink", "fg": 1195, "rotates": false }, - { "id": "soup_dumplings", "fg": 1341, "rotates": false }, - { "id": "soup_fish", "fg": 1342, "rotates": false }, - { "id": "wash_whiskey", "fg": 1342 }, - { "id": "soup_human", "fg": 1343, "rotates": false }, - { "id": "soup_meat", "fg": 1343 }, - { "id": "soup_mushroom", "fg": 1344, "rotates": false }, - { "id": "soup_tomato", "fg": 1345, "rotates": false }, - { "id": "mixed_alcohol_strong", "fg": 1345 }, - { "id": "soup_veggy", "fg": 1346, "rotates": false }, - { "id": "soup_woods", "fg": 1347, "rotates": false }, - { "id": "sports_drink", "fg": 1350, "rotates": false }, - { "id": "wash_rum", "fg": 1350 }, - { "id": "wash_vodka", "fg": 1350 }, - { "id": "strawberries", "fg": 1351, "rotates": false }, - { "id": "irradiated_strawberries", "fg": 1351 }, - { "id": "taint_tornado", "fg": 1355, "rotates": false }, - { "id": "tallow", "fg": 1356, "rotates": false }, - { "id": "lard", "fg": 1356, "rotates": false }, - { "id": "tallow_tainted", "fg": 1357, "rotates": false }, - { "id": "tea", "fg": 1358 }, - { "id": "dandelion_tea", "fg": 1358 }, - { "id": "herbal_tea", "fg": 1358 }, - { "id": "bee_balm_tea", "fg": 1358 }, - { "id": "canola", "fg": 1359 }, - { "id": "thyme", "fg": 1361 }, - { "id": "beans_cooked", "fg": 1362 }, - { "id": "beansnrice", "fg": 1362 }, - { "id": "deluxe_beans", "fg": 1362 }, - { "id": "deluxe_beansnrice", "fg": 1362 }, - { "id": "deluxe_veggy_beans", "fg": 1362 }, - { "id": "deluxe_veggy_beansnrice", "fg": 1362 }, - { "id": "vaccine_shot", "fg": 1364, "rotates": false }, - { "id": "flu_shot", "fg": 1364 }, - { "id": "veggy", "fg": 1365, "rotates": false }, - { "id": "veggy_cooked", "fg": 1365, "rotates": false }, - { "id": "vine_30", "fg": 1909, "bg": 1365 }, - { "id": "veggy_canned", "fg": 1366, "rotates": false }, - { "id": "veggy_pickled", "fg": 1366, "rotates": false }, - { "id": "veggy_vac", "fg": 1366, "rotates": false }, - { "id": "dried_salad", "fg": 1366 }, - { "id": "insta_salad", "fg": 1366 }, - { "id": "veggy_salad", "fg": 1366 }, - { "id": "veggy_tainted", "fg": 1367, "rotates": false }, - { "id": "veggy_wild", "fg": 1368, "rotates": false }, - { "id": "water", "fg": 1370, "rotates": false }, - { "id": "water_acid", "fg": 1371, "rotates": false }, - { "id": "drink_sewerbrew", "fg": 1371 }, - { "id": "water_acid_weak", "fg": 1372, "rotates": false }, - { "id": "water_clean", "fg": 1373, "rotates": false }, - { "id": "lamp_oil", "fg": 1373 }, - { "id": "sweet_water", "fg": 1373 }, - { "id": "water_mineral", "fg": 1373 }, - { "id": "maple_sap", "fg": 1373 }, - { "id": "choc_waffles", "fg": 1374 }, - { "id": "fruit_waffles", "fg": 1374 }, - { "id": "waffles", "fg": 1374 }, - { "id": "weed", "fg": 1375, "rotates": false }, - { "id": "whiskey", "fg": 1377 }, - { "id": "speed_potion", "fg": 1377 }, - { "id": "brandy", "fg": 1377 }, - { "id": "brew_whiskey", "fg": 1377 }, - { "id": "horseradish", "fg": 1377 }, - { "id": "wild_herbs", "fg": 1378 }, - { "id": "wine_cabernet", "fg": 1379, "rotates": false }, - { "id": "wine_noir", "fg": 1379, "rotates": false }, - { "id": "fruit_wine", "fg": 1379 }, - { "id": "brew_fruit_wine", "fg": 1379 }, - { "id": "poppysyrup", "fg": 1379 }, - { "id": "yoghurt", "fg": 1382, "rotates": false }, - { "id": "flask_yeast", "fg": 1738, "bg": 1382 }, - { "id": "irradiated_zucchini", "fg": 1383, "rotates": false }, - { "id": "2lcanteen", "fg": 1384, "rotates": false }, - { "id": "30gal_drum", "fg": 1385, "rotates": false }, - { "id": "30gal_barrel", "fg": 1385 }, - { "id": "55gal_drum", "fg": 1386, "rotates": false }, - { "id": "tool_anfo_charge", "fg": 3793, "bg": 1386 }, - { "id": "tool_anfo_charge_act", "fg": 3793, "bg": 1386 }, - { "id": "bag_canvas_small", "fg": 1387 }, - { "id": "bag_bundle_10", "fg": 1388, "bg": 1387 }, - { "id": "bag_plastic", "fg": 1388, "rotates": false }, - { "id": "bottle_glass", "fg": 1390, "rotates": false }, - { "id": "fish_trap", "fg": 1391, "bg": 3611 }, - { "id": "bottle_plastic", "fg": 1392, "rotates": false }, - { "id": "bottle_plastic_small", "fg": 1393 }, - { "id": "bowl_pewter", "fg": 1394, "rotates": false }, - { "id": "bowl_plastic", "fg": 1395, "rotates": false }, - { "id": "mold_plastic", "fg": 1395 }, - { "id": "box_cigarette", "fg": 1396, "rotates": false }, - { "id": "box_small", "fg": 1397, "rotates": false }, - { "id": "camelbak", "fg": 1398 }, - { "id": "canteen", "fg": 1399, "rotates": false }, - { "id": "can_drink", "fg": 1401, "rotates": false }, - { "id": "can_drink_unsealed", "fg": 1401 }, - { - "id": [ "can_food", "canbomb", "canbomb2", "canbombfire", "canbombfire2", "canbombfrag", "offal_canned" ], - "fg": 1402, - "rotates": false - }, - { "id": "can_food_unsealed", "fg": 1403 }, - { "id": "ceramic_bowl", "fg": 1404, "rotates": false }, - { "id": "bowl_clay", "fg": 1404 }, - { "id": "ceramic_cup", "fg": 1405, "rotates": false }, - { "id": "clay_hydria", "fg": 1406 }, - { "id": "clay_watercont", "fg": 1407 }, - { "id": "cup_plastic", "fg": 1408, "rotates": false }, - { "id": "cup_plastic_unsealed", "fg": 1408 }, - { "id": "jug_clay", "fg": 1409 }, - { "id": "glass", "fg": 1410, "rotates": false }, - { "id": "glass_bowl", "fg": 1411, "rotates": false }, - { "id": "offal", "fg": 1412 }, - { "id": "jar_3l_glass", "fg": 1413, "rotates": false }, - { "id": "jar_3l_glass_sealed", "fg": 1413 }, - { "id": "jar_glass", "fg": 1414, "rotates": false }, - { "id": "jar_glass_sealed", "fg": 1414 }, - { "id": [ "jerrycan", "vp_tank_small" ], "fg": 1415, "rotates": false }, - { "id": [ "jerrycan_big", "vp_tank_medium" ], "fg": 1416, "rotates": false }, - { "id": "jug_plastic", "fg": 1417, "rotates": false }, - { "id": [ "keg", "keg_steel" ], "fg": 1418, "rotates": false }, - { "id": "tool_rdx_charge", "fg": 3793, "bg": 1418 }, - { "id": "tool_rdx_charge_act", "fg": 3793, "bg": 1418 }, - { "id": "straw_basket", "fg": 1419 }, - { "id": "gas_chloramine", "fg": 1421 }, - { "id": "gas_fungicidal", "fg": 1421 }, - { "id": "overlay_wielded_clay_hydria", "fg": 1422, "rotates": false }, - { "id": "overlay_wielded_clay_watercont", "fg": 1423, "rotates": false }, - { "id": "overlay_wielded_jerrycan", "fg": 1424, "rotates": false }, - { "id": "overlay_wielded_jerrycan_big", "fg": 1424, "rotates": false }, - { "id": [ "overlay_wielded_keg", "overlay_wielded_keg_steel" ], "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_30gal_barrel", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_30gal_drum", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_55gal_drum", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_tool_anfo_charge", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_tool_anfo_charge_act", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_tool_rdx_charge", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_tool_rdx_charge_act", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_crucible", "fg": 1425, "rotates": false }, - { "id": "overlay_wielded_metal_tank", "fg": 1426, "rotates": false }, - { "id": "overlay_wielded_metal_tank_little", "fg": 1427, "rotates": false }, - { "id": "overlay_wielded_metal_tank_small", "fg": 1427, "rotates": false }, - { "id": "overlay_wielded_wooden_barrel", "fg": 1428, "rotates": false }, - { "id": "overlay_worn_waterskin", "fg": 1429, "rotates": false }, - { "id": "overlay_worn_waterskin2", "fg": 1429, "rotates": false }, - { "id": "overlay_worn_waterskin3", "fg": 1429, "rotates": false }, - { "id": "overlay_worn_fanny", "fg": 1429, "rotates": false }, - { "id": "overlay_worn_leather_pouch", "fg": 1429, "rotates": false }, - { "id": "overlay_worn_stomach_sealed", "fg": 1429, "rotates": false }, - { "id": "f_wood_keg", "fg": 1433, "rotates": false }, - { "id": "f_fvat_empty", "fg": 1433, "rotates": false }, - { "id": "f_fvat_full", "fg": 1433, "rotates": false }, - { "id": "wrapper", "fg": 1434, "rotates": false }, - { "id": "i6_diesel", "fg": 1439 }, - { "id": "v6_diesel", "fg": 1439 }, - { "id": "v8_diesel", "fg": 1440 }, - { "id": [ "v12_combustion", "v12_diesel" ], "fg": 1440 }, - { "id": "f_arcade_machine", "fg": 1442, "rotates": false }, - { "id": "f_armchair", "fg": 1443, "rotates": false }, - { "id": [ "f_ash", "ash" ], "fg": 1444, "rotates": false }, - { "id": "f_ball_mach", "fg": 1445, "rotates": false }, - { "id": "f_barricade_road", "fg": 1446, "rotates": false }, - { - "id": "f_bathtub", - "fg": 1447, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 1447 }, - { "id": "center", "fg": 1448 }, - { "id": "corner", "fg": 1449 }, - { "id": "edge", "fg": 1450 }, - { "id": "end_piece", "fg": 1451 }, - { "id": "t_connection", "fg": 1452 } - ] - }, - { - "id": "f_bed", - "fg": 1453, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1453 }, - { "id": "corner", "fg": 1454 }, - { "id": "edge", "fg": 1455 }, - { "id": "end_piece", "fg": 1456 }, - { "id": "t_connection", "fg": 1457 }, - { "id": "unconnected", "fg": 1458 } - ] - }, - { "id": "f_bigmirror", "fg": 1459, "rotates": false }, - { "id": "f_bigmirror_b", "fg": 1460, "rotates": false }, - { "id": "f_blade", "fg": 1461, "rotates": false }, - { "id": "f_bluebell", "fg": 1463, "rotates": false }, - { - "id": [ - "f_bookcase", - "t_secretdoor_bookcase_c", - "t_sliding_bookcase_c", - "t_decoy_bookcase", - "t_sliding_bookcase_control", - "t_sliding_wall_control" - ], - "fg": 1464, - "rotates": false - }, - { "id": "f_boulder_large", "fg": 1465, "rotates": false }, - { "id": "f_boulder_medium", "fg": 1466, "rotates": false }, - { "id": "f_boulder_small", "fg": 1467, "rotates": false }, - { "id": "f_bulletin", "fg": 1468, "rotates": false }, - { "id": "f_canvas_door", "fg": 1469, "rotates": false }, - { "id": "f_skin_door", "fg": 1469, "rotates": false }, - { "id": "f_large_canvas_door", "fg": 1469 }, - { "id": "f_canvas_door_o", "fg": 1470, "rotates": false }, - { "id": "f_skin_door_o", "fg": 1470, "rotates": false }, - { "id": "f_large_canvas_door_o", "fg": 1470 }, - { "id": "f_cattails", "fg": 1477, "rotates": false }, - { "id": "f_chair", "fg": 1478, "rotates": false }, - { "id": "f_chamomile", "fg": 1479, "rotates": false }, - { "id": "f_coffin_c", "fg": 1480 }, - { "id": "f_coffin_o", "fg": 1481 }, - { "id": "f_crate_c", "fg": 1482, "rotates": false }, - { "id": "f_crate_o", "fg": 1483, "rotates": false }, - { - "id": "vp_folding wood box", - "fg": 1483, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1483 } ] - }, - { "id": "f_cupboard", "fg": 1484, "rotates": false }, - { "id": "f_dahlia", "fg": 1485, "rotates": false }, - { "id": "f_dandelion", "fg": 1486, "rotates": false }, - { "id": "f_datura", "fg": 1487, "rotates": false }, - { - "id": "f_desk", - "fg": 1488, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1488 }, - { "id": "corner", "fg": 1489 }, - { "id": "edge", "fg": 1490 }, - { "id": "end_piece", "fg": 1491 }, - { "id": "t_connection", "fg": 1492 }, - { "id": "unconnected", "fg": 1493 } - ] - }, - { "id": "w_table", "fg": 1493 }, - { "id": "f_displaycase", "fg": 1494, "rotates": false }, - { "id": "f_displaycase_b", "fg": 1495, "rotates": false }, - { "id": "f_dive_block", "fg": 1496, "rotates": false }, - { "id": "f_dresser", "fg": 1497, "rotates": false }, - { "id": "f_dryer", "fg": 1498, "rotates": false }, - { - "id": "f_dumpster", - "fg": 1499, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 1499 }, - { "id": "center", "fg": 1500 }, - { "id": "corner", "fg": 1501 }, - { "id": "edge", "fg": 1502 }, - { "id": "end_piece", "fg": 1503 }, - { "id": "t_connection", "fg": 1504 } - ] - }, - { "id": "f_egg_sackbw", "fg": 1505, "rotates": false }, - { "id": "f_egg_sackcs", "fg": 1505, "rotates": false }, - { "id": "f_egg_sacke", "fg": 1506, "rotates": false }, - { "id": "f_egg_sackws", "fg": 1507, "rotates": false }, - { "id": "f_ergometer", "fg": 1508, "rotates": false }, - { "id": "f_exercise", "fg": 1509, "rotates": false }, - { "id": "f_fema_groundsheet", "fg": 1510, "rotates": false }, - { "id": "f_groundsheet", "fg": 1510, "rotates": false }, - { "id": "vp_roof_cloth", "fg": 1510, "rotates": false }, - { "id": "f_large_groundsheet", "fg": 1510 }, - { "id": "f_canvas_floor", "fg": 1510 }, - { "id": "f_center_groundsheet", "fg": 1510 }, - { "id": "f_skin_groundsheet", "fg": 1510 }, - { "id": "t_raincatcher", "fg": 3174, "bg": 1510, "rotates": false }, - { "id": "f_file_cabinet", "fg": 1511, "rotates": true }, - { "id": "f_locker", "fg": 1511, "rotates": false }, - { "id": "f_fireplace", "fg": 1512, "rotates": false }, - { "id": "f_forge_rock", "fg": 1512 }, - { "id": "f_floor_canvas", "fg": 1513, "rotates": false }, - { "id": "f_flower_marloss", "fg": 1515, "rotates": false }, - { "id": "f_fridge", "fg": 1516, "rotates": false }, - { - "id": "vp_minifridge", - "fg": 1516, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1516 } ] - }, - { "id": "f_glass_fridge", "fg": 1519, "rotates": false }, - { "id": "f_grave_head", "fg": 1520 }, - { "id": "f_grave_monument", "fg": 1521 }, - { "id": "f_grave_stone", "fg": 1522 }, - { "id": "f_grave_stone_old", "fg": 1523 }, - { "id": "f_gunsafe_mj", "fg": 1524, "rotates": false }, - { "id": "f_gunsafe_ml", "fg": 1525, "rotates": false }, - { "id": "f_gun_safe_el", "fg": 1526, "rotates": false }, - { "id": "f_hay", "fg": 1527, "rotates": false }, - { "id": "f_indoor_plant", "fg": 1529, "rotates": false }, - { "id": "f_indoor_plant_y", "fg": 1530, "rotates": false }, - { "id": "f_kiln_full", "fg": 1531, "rotates": false }, - { "id": "f_kiln_empty", "fg": 1531 }, - { "id": "f_clay_kiln", "fg": 1531 }, - { - "id": "f_lane", - "fg": 1532, - "rotates": true, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 1532 }, - { "id": "corner", "fg": 1533 }, - { "id": "edge", "fg": 1534 }, - { "id": "end_piece", "fg": 1535 } - ] - }, - { - "id": "f_makeshift_bed", - "fg": 1536, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1537 }, - { "id": "corner", "fg": 1538 }, - { "id": "edge", "fg": 1539 }, - { "id": "end_piece", "fg": 1540 }, - { "id": "t_connection", "fg": 1541 }, - { "id": "unconnected", "fg": 1542 } - ] - }, - { "id": "f_mannequin", "fg": 1543, "rotates": false }, - { "id": "mon_hallu_mannequin", "fg": 1543 }, - { "id": "f_mutpoppy", "fg": 1545, "rotates": false }, - { "id": "f_oven", "fg": 1546, "rotates": false }, - { "id": "f_pinball_machine", "fg": 1547, "rotates": false }, - { "id": "f_plant_harvest", "fg": 1548, "bg": 3020, "rotates": false }, - { "id": "f_plant_mature", "fg": 1549, "bg": 3020, "rotates": false }, - { "id": "f_plant_seed", "fg": 1550, "bg": 3020, "rotates": false }, - { "id": "f_plant_seedling", "fg": 1551, "bg": 3020, "rotates": false }, - { - "id": "f_pool_table", - "fg": 1552, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 1552 }, { "id": "end_piece", "fg": 1553 }, { "id": "t_connection", "fg": 1554 } ] - }, - { "id": "f_rack", "fg": 1555, "rotates": false }, - { "id": "f_rubble", "fg": 1556, "rotates": false }, - { "id": "f_rubble_rock", "fg": 1557, "rotates": false }, - { "id": "f_safe_c", "fg": 1558, "rotates": false }, - { "id": "safe_box", "fg": 1558 }, - { "id": "f_safe_l", "fg": 1559, "rotates": false }, - { "id": "f_safe_o", "fg": 1560, "rotates": false }, - { - "id": "f_sandbag_half", - "fg": 4191, - "rotates": true, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 4191 }, - { "id": "center", "fg": 1562 }, - { "id": "corner", "fg": 1563 }, - { "id": "edge", "fg": 1564 }, - { "id": "end_piece", "fg": 1565 }, - { "id": "t_connection", "fg": 1566 } - ] - }, - { - "id": "f_sandbag_wall", - "fg": 1561, - "rotates": true, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 1561 }, - { "id": "center", "fg": 1567 }, - { "id": "corner", "fg": 1568 }, - { "id": "edge", "fg": 1569 }, - { "id": "end_piece", "fg": 1570 }, - { "id": "t_connection", "fg": 1571 } - ] - }, - { "id": "f_shackle", "fg": 1572 }, - { "id": "f_shower", "fg": 1573, "rotates": false }, - { "id": "f_sign", "fg": 1574, "rotates": false }, - { "id": "f_sink", "fg": 1575, "rotates": false }, - { "id": "f_slab", "fg": 1576 }, - { "id": "f_smoking_rack", "fg": 1577, "rotates": false }, - { - "id": "f_sofa", - "fg": 1578, - "rotates": true, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 1578 }, - { "id": "corner", "fg": 1579 }, - { "id": "edge", "fg": 1580 }, - { "id": "end_piece", "fg": 1581 } - ] - }, - { "id": "f_spike", "fg": 1582, "rotates": false }, - { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 1583, "rotates": false }, - { "id": "f_straw_bed", "fg": 1584, "rotates": false }, - { - "id": "f_table", - "fg": 1585, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1585 }, - { "id": "corner", "fg": 1586 }, - { "id": "edge", "fg": 1587 }, - { "id": "end_piece", "fg": 1588 }, - { "id": "t_connection", "fg": 1589 }, - { "id": "unconnected", "fg": 1590 } - ] - }, - { - "id": "f_counter", - "fg": 1585, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 1585 }, - { "id": "corner", "fg": 1586 }, - { "id": "edge", "fg": 1587 }, - { "id": "end_piece", "fg": 1588 }, - { "id": "t_connection", "fg": 1589 }, - { "id": "unconnected", "fg": 1590 } - ] - }, - { "id": "f_toilet", "fg": 1594, "rotates": false }, - { "id": "f_trashcan", "fg": 1595, "rotates": false }, - { "id": "f_treadmill", "fg": 1596, "rotates": false }, - { "id": "f_vending_c", "fg": 1597, "rotates": false }, - { "id": "f_vending_o", "fg": 1598, "rotates": false }, - { "id": "f_vending_reinforced", "fg": 1599, "rotates": false }, - { "id": "f_washer", "fg": 1600, "rotates": false }, - { "id": "f_woodstove", "fg": 1601, "rotates": false }, - { "id": "f_wreckage", "fg": 1602, "rotates": false }, - { "id": "120mm_casing", "fg": 1603, "rotates": false }, - { "id": "155mm_casing", "fg": 1603, "rotates": false }, - { "id": "223_casing", "fg": 1604, "rotates": false }, - { "id": "654_casing", "fg": 1604, "rotates": false }, - { "id": "545_casing", "fg": 1604, "rotates": false }, - { "id": "22_casing", "fg": 1605, "rotates": false }, - { "id": "22_casing_new", "fg": 1605, "rotates": false }, - { "id": "2x4", "fg": 1606, "rotates": false }, - { "id": "3006_casing", "fg": 1607, "rotates": false }, - { "id": [ "3006_clip", "762R_clip", "762x39_clip" ], "fg": 5174, "rotates": false }, - { "id": "38_speedloader", "fg": 5173, "rotates": false }, - { "id": "300_casing", "fg": 1608, "rotates": false }, - { "id": "308_casing", "fg": 1609, "rotates": false }, - { "id": "30mm_casing", "fg": 1610, "rotates": false }, - { "id": "32_casing", "fg": 1611, "rotates": false }, - { "id": "40mm_casing", "fg": 1613, "rotates": false }, - { "id": "5x50_hull", "fg": 1613, "rotates": false }, - { "id": "40_casing", "fg": 1614, "rotates": false }, - { "id": "44_casing", "fg": 1615, "rotates": false }, - { "id": "454_casing", "fg": 1616, "rotates": false }, - { "id": "50_casing", "fg": 1616, "rotates": false }, - { "id": "clay_canister", "fg": 1616 }, - { "id": [ "45_casing", "357sig_casing" ], "fg": 1617, "rotates": false }, - { "id": "46mm_casing", "fg": 1618, "rotates": false }, - { "id": "700nx_casing", "fg": 1618, "rotates": false }, - { "id": "500_casing", "fg": 1619, "rotates": false }, - { "id": "57mm_casing", "fg": 1620, "rotates": false }, - { "id": "762R_casing", "fg": 1621, "rotates": false }, - { "id": "762_casing", "fg": 1622, "rotates": false }, - { "id": "762_25_casing", "fg": 1622 }, - { "id": "9mm_casing", "fg": 1623, "rotates": false }, - { "id": "9x18mm_casing", "fg": 1623, "rotates": false }, - { "id": "alarmclock", "fg": 1624, "rotates": false }, - { "id": "alloy_plate", "fg": 1625, "rotates": false }, - { "id": "chitin_plate", "fg": 1708, "bg": 1625 }, - { "id": "acidchitin_plate", "fg": 5152, "bg": 1804 }, - { "id": "pump_complex", "fg": 1627 }, - { "id": "ammolink223", "fg": 1629 }, - { "id": "ammolink308", "fg": 1629 }, - { "id": "ammolink40mm", "fg": 1629 }, - { "id": "ammolink50", "fg": 1629 }, - { "id": "ammolink30mm", "fg": 1629 }, - { "id": "amplifier", "fg": 1630, "rotates": false }, - { "id": "bot_laserturret", "fg": 1631, "bg": 2644 }, - { "id": "bot_rifleturret", "fg": 1631, "bg": 2644 }, - { "id": "bot_turret", "fg": 1631, "bg": 2644 }, - { "id": "bot_antimateriel", "fg": 1631, "bg": 2644 }, - { "id": "directional_antenna", "fg": 1631 }, - { "id": "smart_lamp_on", "fg": 1636 }, - { "id": "smart_lamp", "fg": 1637 }, - { "id": "bag_apple_vac", "fg": 1639, "rotates": false }, - { "id": "bag_fish_vac", "fg": 1640, "rotates": false }, - { "id": "bag_hflesh_vac", "fg": 1641, "rotates": false }, - { "id": "bag_meat_vac", "fg": 1642, "rotates": false }, - { "id": "bag_veggy_vac", "fg": 1643, "rotates": false }, - { "id": "baseball", "fg": 1644, "rotates": false }, - { "id": "bat", "fg": 1646, "rotates": false }, - { "id": "PR24-extended", "fg": 1647 }, - { "id": "PR24-retracted", "fg": 1648 }, - { "id": "bat_metal", "fg": 1651, "rotates": false }, - { "id": "bee_sting", "fg": 1652, "rotates": false }, - { "id": "biollante_bud", "fg": 1653 }, - { "id": "dahlia_bud", "fg": 1653 }, - { "id": "dahlia_flower", "fg": 1653 }, - { "id": "honey_scraper", "fg": 1655 }, - { "id": "bluebell_bud", "fg": 1656 }, - { "id": "bluebell_flower", "fg": 1656 }, - { "id": "bone", "fg": 1657, "rotates": false }, - { "id": "bowling_axe", "fg": 1658 }, - { "id": "bowling_pin", "fg": 1660 }, - { "id": "broken_animatronic_bat", "fg": 1662, "rotates": false }, - { "id": "broken_animatronic_bear_new", "fg": 1663, "rotates": false }, - { "id": "broken_animatronic_bear_old", "fg": 1664, "rotates": false }, - { "id": "broken_animatronic_beaver", "fg": 1665, "rotates": false }, - { "id": "broken_animatronic_bunny_new", "fg": 1666, "rotates": false }, - { "id": "broken_animatronic_bunny_old", "fg": 1667, "rotates": false }, - { "id": "broken_animatronic_cat", "fg": 1668, "rotates": false }, - { "id": "broken_animatronic_chicken_new", "fg": 1669, "rotates": false }, - { "id": "broken_animatronic_chicken_old", "fg": 1670, "rotates": false }, - { "id": "broken_animatronic_child", "fg": 1671, "rotates": false }, - { "id": "broken_animatronic_chipmunk", "fg": 1672, "rotates": false }, - { "id": "broken_animatronic_cow", "fg": 1673, "rotates": false }, - { "id": "broken_animatronic_coyote", "fg": 1674, "rotates": false }, - { "id": "broken_animatronic_deer", "fg": 1675, "rotates": false }, - { "id": "broken_animatronic_fox_new", "fg": 1676, "rotates": false }, - { "id": "broken_animatronic_fox_old", "fg": 1677, "rotates": false }, - { "id": "broken_animatronic_fox_wreck", "fg": 1678, "rotates": false }, - { "id": "broken_animatronic_horse", "fg": 1679, "rotates": false }, - { "id": "broken_animatronic_pig", "fg": 1680, "rotates": false }, - { "id": "broken_animatronic_sheep", "fg": 1681, "rotates": false }, - { "id": "broken_animatronic_squirrel", "fg": 1682, "rotates": false }, - { "id": "broken_animatronic_wolf", "fg": 1683, "rotates": false }, - { "id": "broken_c4_hack", "fg": 1686 }, - { "id": "broken_EMP_hack", "fg": 1686 }, - { "id": "broken_flashbang_hack", "fg": 1686 }, - { "id": "broken_gasbomb_hack", "fg": 1686 }, - { "id": "broken_grenade_hack", "fg": 1686 }, - { "id": "broken_mininuke_hack", "fg": 1686 }, - { "id": "bot_c4_hack", "fg": 1686 }, - { "id": "bot_EMP_hack", "fg": 1686 }, - { "id": "bot_flashbang_hack", "fg": 1686 }, - { "id": "bot_gasbomb_hack", "fg": 1686 }, - { "id": "bot_grenade_hack", "fg": 1686 }, - { "id": "bot_manhack", "fg": 1686 }, - { "id": "bot_mininuke_hack", "fg": 1686 }, - { "id": "broken_marionette", "fg": 1687, "rotates": false }, - { "id": "broken_molebot", "fg": 1688, "rotates": false }, - { "id": "broken_riotbot", "fg": 1689, "rotates": false }, - { "id": "broken_skitterbot", "fg": 1690, "rotates": false }, - { "id": "broken_tankbot", "fg": 1691, "rotates": false }, - { "id": "broken_tripod", "fg": 1692, "rotates": false }, - { "id": "broom", "fg": 1693, "rotates": false }, - { "id": "cannabis", "fg": 1699 }, - { "id": "can_sealer", "fg": 1700 }, - { "id": "f_kiln_metal_empty", "fg": 1706, "rotates": false }, - { "id": "f_kiln_metal_full", "fg": 1706, "rotates": false }, - { "id": "vp_chime", "fg": 1707, "rotates": true }, - { "id": "chimes", "fg": 1707 }, - { "id": "vp_chimes", "fg": 1707, "rotates": true }, - { "id": "cig_butt", "fg": 1709, "rotates": false }, - { "id": "cigar_butt", "fg": 1709 }, - { "id": "cig_lit", "fg": 1710, "rotates": false }, - { "id": "clock", "fg": 1714, "rotates": false }, - { "id": "chunk_sulfur", "fg": 1715 }, - { "id": "corpse", "fg": 1716, "rotates": false }, - { "id": "filter_air", "fg": 1717 }, - { "id": "filter_air_makeshift", "fg": 1717 }, - { "id": "filter_liquid", "fg": 1717 }, - { "id": "filter_liquid_makeshift", "fg": 1717 }, - { "id": "cu_pipe", "fg": 1722, "rotates": false }, - { "id": "exploding_arrow_warhead", "fg": 1728, "rotates": false }, - { "id": "fan", "fg": 1730, "rotates": false }, - { "id": "nomex", "fg": 1731 }, - { "id": "neoprene", "fg": 1731 }, - { "id": "file", "fg": 1735, "rotates": false }, - { "id": "fish_bowl", "fg": 1737, "rotates": false }, - { "id": "flask_glass", "fg": 1738, "rotates": false }, - { "id": "floodlight", "fg": 1739, "rotates": false }, - { "id": "headlight_reinforced", "fg": 1739, "rotates": false }, - { "id": [ "car_headlight", "vp_headlight", "vp_headlight_reinforced" ], "fg": 1739 }, - { "id": "football", "fg": 1741, "rotates": false }, - { "id": "fork", "fg": 1743, "rotates": false }, - { "id": "frame", "fg": 1744, "rotates": false }, - { "id": "vp_frame_cross", "fg": 1744, "rotates": true }, - { "id": "frame_wood", "fg": 1745, "rotates": false }, - { "id": "vp_frame_wood_cross", "fg": 1745, "rotates": true }, - { "id": "vp_frame_wood_light_cross", "fg": 1745, "rotates": true }, - { "id": "fur", "fg": 1746, "rotates": false }, - { "id": "glass_shard", "fg": 1751, "rotates": false }, - { "id": "glass_shiv", "fg": 1753 }, - { "id": "golf_club", "fg": 1754, "rotates": false }, - { "id": "grapnel", "fg": 1755 }, - { "id": "handflare_dead", "fg": 1758, "rotates": false }, - { "id": [ "hand_rims", "vp_hand_rims" ], "fg": 1760 }, - { "id": "vp_wheel_wheelchair", "fg": 1760, "rotates": true }, - { "id": "wheel_wheelchair", "fg": 1760 }, - { "id": "hard_plate", "fg": 1761, "rotates": false }, - { "id": "hdframe", "fg": 1763, "rotates": false }, - { "id": "vp_hdframe_cross", "fg": 1763, "rotates": true }, - { "id": "id_military", "fg": 1768, "rotates": false }, - { "id": "id_science", "fg": 1769, "rotates": false }, - { "id": "javelin_iron", "fg": 1772 }, - { "id": "joint_lit", "fg": 1775, "rotates": false }, - { "id": "joint_roach", "fg": 1776, "rotates": false }, - { "id": "knife_butter", "fg": 1778, "rotates": false }, - { "id": "kris_fake", "fg": 1784 }, - { "id": "kris", "fg": 1784 }, - { "id": "lajatang", "fg": 1785 }, - { "id": "laptop", "fg": 1786, "rotates": false }, - { "id": "camera_control", "fg": 1824, "bg": 1786 }, - { "id": "control_laptop", "fg": 3483, "bg": 1786 }, - { "id": "leather", "fg": 1788, "rotates": false }, - { "id": "brooch", "fg": 1789 }, - { "id": "peephole", "fg": 1789 }, - { "id": "log", "fg": 1792, "rotates": false }, - { "id": "l_car_223_kit", "fg": 1794 }, - { "id": "l_dsr_223_kit", "fg": 1794 }, - { "id": "l_HFPack", "fg": 1794 }, - { "id": "l_lmg_223_kit", "fg": 1794 }, - { "id": "l_mbr_223_kit", "fg": 1794 }, - { "id": "mn_classic_kit", "fg": 1794 }, - { "id": "mn_ebr_kit", "fg": 1794 }, - { "id": "radio_car_box", "fg": 1794 }, - { "id": "manhole_cover", "fg": 1797, "rotates": false }, - { "id": "silver", "fg": 1799 }, - { "id": "material_niter", "fg": 1800 }, - { "id": "microwave", "fg": 1802, "rotates": false }, - { "id": "restaurantmap", "fg": 1803 }, - { "id": "ulmap", "fg": 1803 }, - { "id": "shmap", "fg": 1803 }, - { "id": "semap", "fg": 1803 }, - { "id": "biomap", "fg": 1803 }, - { "id": "mil_plate", "fg": 1804, "rotates": false }, - { "id": [ "mirror", "vp_inboard_mirror" ], "fg": 1806, "rotates": false }, - { "id": "hexenhammer_active", "fg": 1807, "rotates": false }, - { "id": "hexenhammer", "fg": 1808, "rotates": false }, - { "id": "money_bundle", "fg": 1810, "rotates": false }, - { "id": "mre_beef_box", "fg": 1814, "rotates": false }, - { "id": "mre_chicken_box", "fg": 1815, "rotates": false }, - { "id": "mre_hotdog_box", "fg": 1816, "rotates": false }, - { "id": "mre_ravioli_box", "fg": 1817, "rotates": false }, - { "id": "mre_veggy_box", "fg": 1818, "rotates": false }, - { "id": "nailbat", "fg": 1821, "rotates": false }, - { "id": "bwirebat", "fg": 1821 }, - { "id": "newest_newspaper", "fg": 1823, "rotates": false }, - { "id": "one_year_old_newspaper", "fg": 1823 }, - { "id": "many_years_old_newspaper", "fg": 1823 }, - { "id": "months_old_newspaper", "fg": 1823 }, - { "id": "weeks_old_newspaper", "fg": 1823 }, - { "id": "years_old_newspaper", "fg": 1823 }, - { "id": "survnote", "fg": 1823 }, - { "id": "overlay_wielded_bagh_nakha", "fg": 1825, "rotates": false }, - { "id": "overlay_wielded_bat", "fg": 1826, "rotates": false }, - { "id": "overlay_wielded_baton-extended", "fg": 1827, "rotates": false }, - { "id": "overlay_wielded_PR24-extended", "fg": 1827, "rotates": false }, - { "id": "overlay_wielded_bat_metal", "fg": 1828, "rotates": false }, - { "id": "overlay_wielded_bee_sting", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_fighter_sting", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_screwdriver", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_screwdriver_set", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_sharp_toothbrush", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_spike", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_wasp_sting", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_PR24-retracted", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_baton", "fg": 1829, "rotates": false }, - { "id": "overlay_wielded_bio_blade_weapon", "fg": 1830, "rotates": false }, - { "id": "overlay_wielded_bio_sword_weapon", "fg": 1830, "rotates": false }, - { "id": "overlay_wielded_bio_claws_weapon", "fg": 1831, "rotates": false }, - { "id": "overlay_wielded_bokken", "fg": 1832, "rotates": false }, - { "id": "overlay_wielded_sword_wood", "fg": 1832, "rotates": false }, - { "id": "overlay_wielded_bowling_axe", "fg": 1833, "rotates": false }, - { "id": "overlay_wielded_broom", "fg": 1834, "rotates": false }, - { "id": "overlay_wielded_bullwhip", "fg": 1835, "rotates": false }, - { "id": "overlay_wielded_bwirebat", "fg": 1836, "rotates": false }, - { "id": "overlay_wielded_homewrecker", "fg": 1836, "rotates": false }, - { "id": "overlay_wielded_nailbat", "fg": 1836, "rotates": false }, - { "id": "overlay_wielded_sword_nail", "fg": 1836, "rotates": false }, - { "id": "overlay_wielded_candlestick", "fg": 1837, "rotates": false }, - { "id": "overlay_wielded_cane", "fg": 1838, "rotates": false }, - { "id": "overlay_wielded_chain", "fg": 1839, "rotates": false }, - { "id": "overlay_wielded_corpse", "fg": 1840, "rotates": false }, - { "id": "overlay_wielded_cudgel", "fg": 1841, "rotates": false }, - { "id": "overlay_wielded_javelin", "fg": 1841, "rotates": false }, - { "id": "overlay_wielded_pointy_stick", "fg": 1841, "rotates": false }, - { "id": "overlay_wielded_pool_cue", "fg": 1841, "rotates": false }, - { "id": "overlay_wielded_javelin_copper", "fg": 1841, "rotates": false }, - { "id": "overlay_wielded_cu_pipe", "fg": 1842, "rotates": false }, - { "id": "overlay_wielded_stick", "fg": 1842, "rotates": false }, - { "id": "overlay_wielded_digging_stick", "fg": 1843, "rotates": false }, - { "id": "overlay_wielded_2x4", "fg": 1843, "rotates": false }, - { "id": "overlay_wielded_fencing_epee", "fg": 1844, "rotates": false }, - { "id": "overlay_wielded_fencing_foil", "fg": 1844, "rotates": false }, - { "id": "overlay_wielded_fencing_sabre", "fg": 1844, "rotates": false }, - { "id": "overlay_wielded_estoc", "fg": 1844, "rotates": false }, - { "id": "overlay_wielded_estoc_fake", "fg": 1844, "rotates": false }, - { "id": "overlay_wielded_glass_macuahuitl", "fg": 1845, "rotates": false }, - { "id": "overlay_wielded_glass_shiv", "fg": 1846, "rotates": false }, - { "id": "overlay_wielded_knife_swissarmy", "fg": 1846, "rotates": false }, - { "id": "overlay_wielded_switchblade", "fg": 1846, "rotates": false }, - { "id": "overlay_wielded_xacto", "fg": 1846, "rotates": false }, - { "id": "overlay_wielded_golf_club", "fg": 1847, "rotates": false }, - { "id": "overlay_wielded_hockey_stick", "fg": 1847, "rotates": false }, - { "id": "overlay_wielded_grapnel", "fg": 1848, "rotates": false }, - { "id": "overlay_wielded_hammer_sledge", "fg": 1849, "rotates": false }, - { "id": "overlay_wielded_hexenhammer", "fg": 1849, "rotates": false }, - { "id": "overlay_wielded_hexenhammer_active", "fg": 1849, "rotates": false }, - { "id": "overlay_wielded_i_staff", "fg": 1850, "rotates": false }, - { "id": "overlay_wielded_q_staff", "fg": 1850, "rotates": false }, - { "id": "overlay_wielded_shock_staff", "fg": 1850, "rotates": false }, - { "id": "overlay_wielded_javelin_iron", "fg": 1851, "rotates": false }, - { "id": "overlay_wielded_spear_wood", "fg": 1851, "rotates": false }, - { "id": "overlay_wielded_javelin_stone", "fg": 1851, "rotates": false }, - { "id": "overlay_wielded_knuckle_brass", "fg": 1852, "rotates": false }, - { "id": "overlay_wielded_knuckle_steel", "fg": 1852, "rotates": false }, - { "id": "overlay_wielded_knuckle_katar", "fg": 1853, "rotates": false }, - { "id": "overlay_wielded_knuckle_nail", "fg": 1853, "rotates": false }, - { "id": "overlay_wielded_lajatang", "fg": 1854, "rotates": false }, - { "id": "overlay_wielded_mace", "fg": 1855, "rotates": false }, - { "id": "overlay_wielded_makeshift_halberd", "fg": 1856, "rotates": false }, - { "id": "overlay_wielded_halberd", "fg": 1856, "rotates": false }, - { "id": "overlay_wielded_halberd_fake", "fg": 1856, "rotates": false }, - { "id": "overlay_wielded_mjolnir", "fg": 1857, "rotates": false }, - { "id": "overlay_wielded_mjolnir_replica", "fg": 1857, "rotates": false }, - { "id": "overlay_wielded_morningstar", "fg": 1858, "rotates": false }, - { "id": "overlay_wielded_nailboard", "fg": 1859, "rotates": false }, - { "id": "overlay_wielded_spiked_plate", "fg": 1859, "rotates": false }, - { "id": "overlay_wielded_pan", "fg": 1860, "rotates": false }, - { "id": "overlay_wielded_pot", "fg": 1860, "rotates": false }, - { "id": "overlay_wielded_pot_copper", "fg": 1860, "rotates": false }, - { "id": "overlay_wielded_pike", "fg": 1861, "rotates": false }, - { "id": "overlay_wielded_qiang", "fg": 1861, "rotates": false }, - { "id": "overlay_wielded_pipe", "fg": 1862, "rotates": false }, - { "id": "overlay_wielded_pitchfork", "fg": 1863, "rotates": false }, - { "id": "overlay_wielded_spear_forked", "fg": 1863, "rotates": false }, - { "id": "overlay_wielded_rock_sock", "fg": 1864, "rotates": false }, - { "id": "overlay_wielded_sharp_rock", "fg": 1865, "rotates": false }, - { "id": "overlay_wielded_rock", "fg": 1865, "rotates": false }, - { "id": "overlay_wielded_scrap", "fg": 1865, "rotates": false }, - { "id": "overlay_wielded_steel_chunk", "fg": 1865, "rotates": false }, - { "id": "overlay_wielded_steel_lump", "fg": 1865, "rotates": false }, - { "id": "overlay_wielded_punch_dagger", "fg": 1865, "rotates": false }, - { "id": "overlay_wielded_scrap_copper", "fg": 1865, "rotates": false }, - { "id": "overlay_wielded_spear_copper", "fg": 1866, "rotates": false }, - { "id": "overlay_wielded_spear_rebar", "fg": 1866, "rotates": false }, - { "id": [ "overlay_wielded_spear_steel", "overlay_wielded_spear_pipe" ], "fg": 1866, "rotates": false }, - { "id": "overlay_wielded_spear_knife", "fg": 1866, "rotates": false }, - { "id": "overlay_wielded_fire_lance", "fg": 1866, "rotates": false }, - { "id": "overlay_wielded_spear_dory", "fg": 1866, "rotates": false }, - { "id": "overlay_wielded_spear_survivor", "fg": 1867, "rotates": false }, - { "id": "overlay_wielded_naginata_survivor", "fg": 1867, "rotates": false }, - { "id": "overlay_wielded_glaive", "fg": 1867, "rotates": false }, - { "id": "overlay_wielded_ji", "fg": 1867, "rotates": false }, - { "id": "overlay_wielded_naginata", "fg": 1867, "rotates": false }, - { "id": "overlay_wielded_sword_crude", "fg": 1868, "rotates": false }, - { "id": "overlay_wielded_sword_forged", "fg": 1868, "rotates": false }, - { "id": "overlay_wielded_dusksword", "fg": 1868, "rotates": false }, - { "id": "overlay_wielded_jian", "fg": 1868, "rotates": false }, - { "id": "overlay_wielded_jian_fake", "fg": 1868, "rotates": false }, - { "id": "overlay_wielded_jian_inferior", "fg": 1868, "rotates": false }, - { "id": "overlay_wielded_tonfa_wood", "fg": 1869, "rotates": false }, - { "id": "overlay_wielded_shocktonfa_off", "fg": 1869, "rotates": false }, - { "id": "overlay_wielded_shocktonfa_on", "fg": 1869, "rotates": false }, - { "id": "overlay_wielded_tonfa", "fg": 1869, "rotates": false }, - { "id": "overlay_wielded_umbrella", "fg": 1870, "rotates": false }, - { "id": "overlay_wielded_teleumbrella", "fg": 1870, "rotates": false }, - { "id": "overlay_wielded_unbio_bladed_weapon", "fg": 1871, "rotates": false }, - { "id": "overlay_wielded_unbio_blade_weapon_vo", "fg": 1871, "rotates": false }, - { "id": "overlay_wielded_unbio_claws_weapon", "fg": 1872, "rotates": false }, - { "id": "overlay_wielded_unbio_claws_weapon_vo", "fg": 1872, "rotates": false }, - { "id": "overlay_wielded_warhammer", "fg": 1873, "rotates": false }, - { "id": "pan", "fg": 1874, "rotates": false }, - { "id": "petrified_eye", "fg": 1876 }, - { "id": "light_bulb", "fg": 1879 }, - { "id": "pipe", "fg": 1882, "rotates": false }, - { "id": "pocketwatch", "fg": 1884, "rotates": false }, - { "id": "pool_ball", "fg": 1886, "rotates": false }, - { "id": "bokken", "fg": 1887 }, - { "id": "poppy_bud", "fg": 1888 }, - { "id": "poppy_flower", "fg": 1888 }, - { "id": "pot", "fg": 1889, "rotates": false }, - { "id": "clay_pot", "fg": 1890 }, - { "id": "radio_repeater_mod", "fg": 1893 }, - { "id": "rebar", "fg": 1902, "rotates": false }, - { "id": "reinforced_glass_pane", "fg": 1904 }, - { "id": [ "reinforced_solar_panel_v2", "solar_array2r" ], "fg": 1905 }, - { "id": "rock", "fg": 1906, "rotates": false }, - { "id": "scrap_copper", "fg": 1912, "rotates": false }, - { "id": "sharp_rock", "fg": 1914, "rotates": false }, - { "id": "shot_hull", "fg": 1917, "rotates": false }, - { "id": "glowplug", "fg": 1919 }, - { "id": "c_fishspear", "fg": 1931 }, - { "id": "m_fishspear", "fg": 1931 }, - { "id": "fishspear", "fg": 1933 }, - { "id": "spiked_plate", "fg": 1935, "rotates": false }, - { "id": "splinter", "fg": 1937, "rotates": false }, - { "id": "spoon", "fg": 1938, "rotates": false }, - { "id": "steel_plate", "fg": 1941, "rotates": false }, - { "id": "stick", "fg": 1943, "rotates": false }, - { "id": "straw_doll", "fg": 1944 }, - { "id": "string_36", "fg": 1946, "rotates": false }, - { "id": "superglue", "fg": 1947, "rotates": false }, - { "id": "teapot", "fg": 1955, "rotates": false }, - { "id": "clay_teapot", "fg": 1955 }, - { "id": "teleumbrella", "fg": 1956, "rotates": false }, - { "id": "television", "fg": 1957, "rotates": false }, - { "id": "shoulder_strap", "fg": 1962 }, - { "id": "battery_atomic", "fg": 1963, "bg": 3737 }, - { "id": "radio_mod", "fg": 3483, "bg": 1963 }, - { "id": "umbrella", "fg": 1964, "rotates": false }, - { "id": "beeper", "fg": 1965 }, - { "id": "vp_beeper", "fg": 1965, "rotates": true }, - { "id": "v_scoop_item", "fg": 1967, "rotates": false }, - { - "id": "vp_vehicle_scoop", - "fg": 1967, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 1967 } ] - }, - { "id": "waffleiron", "fg": 1968, "rotates": false }, - { "id": "wasp_sting", "fg": 1971, "rotates": false }, - { "id": "needle_curved", "fg": 1971 }, - { "id": "acr", "fg": 1977, "rotates": false }, - { "id": "ak47", "fg": 1978, "rotates": false }, - { "id": "ak74", "fg": 1979, "rotates": false }, - { "id": "american_180", "fg": 1980 }, - { "id": "an94", "fg": 1981, "rotates": false }, - { "id": "ar15", "fg": 1982, "rotates": false }, - { "id": "arx160", "fg": 1983, "rotates": false }, - { "id": "ashot", "fg": 1984, "rotates": false }, - { "id": "needlepistol", "fg": 1984 }, - { "id": "atlatl", "fg": 1986, "rotates": false }, - { "id": "back_holster", "fg": 1986 }, - { "id": "bbgun", "fg": 1987 }, - { "id": "bh_m89", "fg": 1987 }, - { "id": "biter", "fg": 1988 }, - { "id": "clutter", "fg": 1988 }, - { "id": "edge", "fg": 1988 }, - { "id": "horror", "fg": 1988 }, - { "id": "inkie", "fg": 1988 }, - { "id": "meltie", "fg": 1988 }, - { "id": "razorqueen", "fg": 1988 }, - { "id": "sharp", "fg": 1988 }, - { "id": "stickie", "fg": 1988 }, - { "id": "torchie", "fg": 1988 }, - { "id": "gas_slime_scrap", "fg": 1988 }, - { "id": "browning_blr", "fg": 1991, "rotates": false }, - { "id": "levergun_44", "fg": 1991 }, - { "id": "henry_big_boy", "fg": 1991 }, - { "id": "calico", "fg": 1993, "rotates": false }, - { "id": "aux_flamer", "fg": 1994 }, - { "id": "colt_army", "fg": 1996, "rotates": false }, - { "id": "colt_navy", "fg": 1997, "rotates": false }, - { "id": "compbow", "fg": 1998, "rotates": false }, - { "id": "compositebow", "fg": 1999, "rotates": false }, - { "id": "cop_38", "fg": 2000, "rotates": false }, - { "id": [ "crossbow", "crossbow_makeshift" ], "fg": 2001, "rotates": false }, - { "id": "savage_111f", "fg": 2003 }, - { "id": "cx4", "fg": 2004, "rotates": false }, - { "id": "emp_gun", "fg": 2006 }, - { "id": "ethereal_crossbow", "fg": 2007, "rotates": false }, - { "id": "fn57", "fg": 2014, "rotates": false }, - { "id": "fn_fal", "fg": 2015, "rotates": false }, - { "id": "fn_p90", "fg": 2016, "rotates": false }, - { "id": "freezie", "fg": 2017 }, - { "id": "frostie", "fg": 2017 }, - { "id": "fuzzle", "fg": 2019 }, - { "id": "garand", "fg": 2020, "rotates": false }, - { "id": "p226_357sig", "fg": 2021, "rotates": false }, - { "id": "p226mag_15rd_357sig", "fg": 2268 }, - { "id": "glock_17", "fg": 2021, "rotates": false }, - { "id": "glock_19", "fg": 2021, "rotates": false }, - { "id": "glock_22", "fg": 2021 }, - { "id": "h&k416a5", "fg": 2024, "rotates": false }, - { "id": "hand_crossbow", "fg": 2025, "rotates": false }, - { "id": "hk_g3", "fg": 2028, "rotates": false }, - { "id": "hk_g36", "fg": 2029, "rotates": false }, - { "id": "heavy_rail_rifle", "fg": 2030 }, - { "id": "hk_mp5", "fg": 2031, "rotates": false }, - { "id": "hk_mp7", "fg": 2033, "rotates": false }, - { "id": "hk_ucp", "fg": 2034, "rotates": false }, - { "id": "l_bak_223", "fg": 2034 }, - { "id": "hk_ump45", "fg": 2035, "rotates": false }, - { "id": "l_lmg_223", "fg": 2035 }, - { "id": "huge_crossbow", "fg": 2036, "rotates": false }, - { "id": "l_enforcer_45", "fg": 2042 }, - { "id": "longbow", "fg": 2043, "rotates": false }, - { "id": "m4a1", "fg": 2044, "rotates": false }, - { "id": "m1014", "fg": 2045, "rotates": false }, - { "id": "ksub2000", "fg": 2045 }, - { "id": "weatherby_5", "fg": 2045 }, - { "id": "m107a1", "fg": 2046, "rotates": false }, - { "id": "m134", "fg": 2047 }, - { "id": "m14ebr", "fg": 2048, "rotates": false }, - { "id": "m1903", "fg": 2049, "rotates": false }, - { "id": "m14a", "fg": 2052, "rotates": false }, - { "id": "m1a", "fg": 2052 }, - { "id": "m2010", "fg": 2053, "rotates": false }, - { "id": "m27iar", "fg": 2057, "rotates": false }, - { "id": "mark19", "fg": 2058 }, - { "id": "m320_mod", "fg": 2058 }, - { "id": "m3_carlgustav", "fg": 2059, "rotates": false }, - { "id": "m60", "fg": 2060, "rotates": false }, - { "id": "m2browning_sawn", "fg": 2060 }, - { "id": "triple_launcher_simple", "fg": 2061 }, - { "id": "m9", "fg": 2062, "rotates": false }, - { "id": "mac_10", "fg": 2063, "rotates": false }, - { "id": "marlin_9a", "fg": 2064, "rotates": false }, - { "id": "pipe_shotgunsawn", "fg": 2067, "rotates": false }, - { "id": "minispeargun", "fg": 2067 }, - { "id": "mosin91_30", "fg": 2068, "rotates": false }, - { "id": "mosin44", "fg": 2068, "rotates": false }, - { "id": "mosin44_ebr", "fg": 2068 }, - { "id": "mosin91_30_ebr", "fg": 2068 }, - { "id": "mossberg_500", "fg": 2069, "rotates": false }, - { "id": "moss_brownie", "fg": 2070, "rotates": false }, - { "id": "rm11b_sniper_rifle", "fg": 2073 }, - { "id": "overlay_wielded_2_shot_special", "fg": 2074, "rotates": false }, - { "id": "overlay_wielded_coilgun", "fg": 2074, "rotates": false }, - { "id": "overlay_wielded_flaregun", "fg": 2074, "rotates": false }, - { "id": "overlay_wielded_hk_ucp", "fg": 2074, "rotates": false }, - { "id": "overlay_wielded_l_enforcer_45", "fg": 2074, "rotates": false }, - { "id": "overlay_wielded_l_lookout_9mm", "fg": 2074, "rotates": false }, - { "id": "overlay_wielded_lemat_revolver", "fg": 2074, "rotates": false }, - { "id": "overlay_wielded_acr", "fg": 2075, "rotates": false }, - { "id": "overlay_wielded_m14a", "fg": 2075, "rotates": false }, - { "id": "overlay_wielded_m14ebr", "fg": 2075, "rotates": false }, - { "id": "overlay_wielded_ruger_mini", "fg": 2075, "rotates": false }, - { "id": "overlay_wielded_ak47", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_ak74", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_an94", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_sks", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_cw-24", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_cw-24hack", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_cw-24k", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_cw-24m", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_cw-24m_hack", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_svs-24", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_svs-24c", "fg": 2076, "rotates": false }, - { "id": "overlay_wielded_ar15", "fg": 2077, "rotates": false }, - { "id": "overlay_wielded_m27iar", "fg": 2077, "rotates": false }, - { "id": "overlay_wielded_arx160", "fg": 2078, "rotates": false }, - { "id": "overlay_wielded_fn_fal", "fg": 2078, "rotates": false }, - { "id": "overlay_wielded_ksub2000", "fg": 2078, "rotates": false }, - { "id": "overlay_wielded_triple_launcher_simple", "fg": 2078, "rotates": false }, - { "id": "overlay_wielded_ashot", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_cop_38", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_deagle_44", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_m1911", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_m9", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_moss_brownie", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_raging_bull", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_ruger_lcr_22", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_ruger_lcr_38", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_ruger_redhawk", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_sw_500", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_sw_610", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_sw_619", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_sw629", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_50pistol", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_ficrico", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_gunknife", "fg": 2079, "rotates": false }, - { "id": "overlay_wielded_bbgun", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_combination_gun", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_pipe_shotgun", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_remington_870", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_revolver_shotgun", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_shotgun_s", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_m1a", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_surv_levershotgun", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_henry_big_boy", "fg": 2080, "rotates": false }, - { "id": "overlay_wielded_BFG", "fg": 2081, "rotates": false }, - { "id": "overlay_wielded_bigun", "fg": 2082, "rotates": false }, - { "id": "overlay_wielded_l_def_12", "fg": 2082, "rotates": false }, - { "id": "overlay_wielded_m1014", "fg": 2082, "rotates": false }, - { "id": "overlay_wielded_mossberg_500", "fg": 2082, "rotates": false }, - { "id": "overlay_wielded_weatherby_5", "fg": 2082, "rotates": false }, - { "id": "overlay_wielded_bloodscourge", "fg": 2083, "rotates": false }, - { "id": "overlay_wielded_bomblet_launcher_double", "fg": 2084, "rotates": false }, - { "id": "overlay_wielded_bomblet_launcher_dualshot", "fg": 2085, "rotates": false }, - { "id": "overlay_wielded_bomblet_launcher_rotary", "fg": 2086, "rotates": false }, - { "id": "overlay_wielded_bomblet_launcher_single", "fg": 2087, "rotates": false }, - { "id": "overlay_wielded_blunderbuss", "fg": 2087, "rotates": false }, - { "id": "overlay_wielded_briefcase_smg", "fg": 2088, "rotates": false }, - { "id": "overlay_wielded_browning_blr", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_m1903", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_mosin44", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_mosin44_ebr", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_mosin91_30", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_mosin91_30_ebr", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_nailrifle", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_ruger_1022", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_trex_gun", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_levergun_44", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_carbine_flintlock", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_bh_m89", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_carbine_flintlock_double", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_marlin_9a", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_remington_700", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_savage_111f", "fg": 2089, "rotates": false }, - { "id": "overlay_wielded_bullet_crossbow", "fg": 2090, "rotates": false }, - { "id": "overlay_wielded_huge_crossbow", "fg": 2090, "rotates": false }, - { "id": "overlay_wielded_calico", "fg": 2091, "rotates": false }, - { "id": "overlay_wielded_surv_carbine_223", "fg": 2091, "rotates": false }, - { "id": "overlay_wielded_chemical_thrower", "fg": 2092, "rotates": false }, - { "id": "overlay_wielded_fn57", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_glock_17", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_glock_19", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_glock_22", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_l_mp_45", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_l_mp_9mm", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_l_sp_45", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_l_sp_9mm", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_makarov", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_nailgun", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_sig_40", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_sig_mosquito", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_sig_p230", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_surv_hand_cannon", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_surv_six_shooter", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_sw_22", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_taurus_38", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_tokarev", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_usp_45", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_usp_9mm", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_walther_ppk", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_l_bak_223", "fg": 2093, "rotates": false }, - { "id": "overlay_wielded_compbow", "fg": 2094, "rotates": false }, - { "id": "overlay_wielded_compositebow", "fg": 2095, "rotates": false }, - { "id": "overlay_wielded_reflexbow", "fg": 2095, "rotates": false }, - { "id": "overlay_wielded_recurbow", "fg": 2095, "rotates": false }, - { "id": "overlay_wielded_ichaival_replica", "fg": 2095, "rotates": false }, - { "id": [ "overlay_wielded_crossbow", "overlay_wielded_crossbow_makeshift" ], "fg": 2096, "rotates": false }, - { "id": "overlay_wielded_ethereal_crossbow", "fg": 2096, "rotates": false }, - { "id": "overlay_wielded_cx4", "fg": 2097, "rotates": false }, - { "id": "overlay_wielded_emp_gun", "fg": 2098, "rotates": false }, - { "id": "overlay_wielded_flamethrower", "fg": 2099, "rotates": false }, - { "id": "overlay_wielded_flamethrower_crude", "fg": 2099, "rotates": false }, - { "id": "overlay_wielded_flamethrower_simple", "fg": 2099, "rotates": false }, - { "id": "overlay_wielded_flesh_rifle", "fg": 2100, "rotates": false }, - { "id": "overlay_wielded_fn_p90", "fg": 2101, "rotates": false }, - { "id": "overlay_wielded_ftk93", "fg": 2102, "rotates": false }, - { "id": "overlay_wielded_garand", "fg": 2103, "rotates": false }, - { "id": "overlay_wielded_l_long_45", "fg": 2103, "rotates": false }, - { "id": "overlay_wielded_m2010", "fg": 2103, "rotates": false }, - { "id": "overlay_wielded_survivor_special_700", "fg": 2103, "rotates": false }, - { "id": "overlay_wielded_hand_crossbow", "fg": 2104, "rotates": false }, - { "id": "overlay_wielded_hand_of_armok", "fg": 2105, "rotates": false }, - { "id": "overlay_wielded_helsing", "fg": 2106, "rotates": false }, - { "id": "overlay_wielded_hk_g3", "fg": 2107, "rotates": false }, - { "id": "overlay_wielded_saiga_12", "fg": 2107, "rotates": false }, - { "id": "overlay_wielded_hk_g36", "fg": 2108, "rotates": false }, - { "id": "overlay_wielded_ksg", "fg": 2108, "rotates": false }, - { "id": "overlay_wielded_hk_g80", "fg": 2109, "rotates": false }, - { "id": "overlay_wielded_heavy_rail_rifle", "fg": 2109, "rotates": false }, - { "id": "overlay_wielded_rebar_rifle", "fg": 2109, "rotates": false }, - { "id": "overlay_wielded_hk_mp5", "fg": 2110, "rotates": false }, - { "id": "overlay_wielded_hk_ump45", "fg": 2110, "rotates": false }, - { "id": "overlay_wielded_rm228", "fg": 2110, "rotates": false }, - { "id": "overlay_wielded_laser_cannon", "fg": 2111, "rotates": false }, - { "id": "laser_cannon", "fg": 2111 }, - { "id": "cerberus_laser", "fg": 2111 }, - { "id": "overlay_wielded_laser_rifle", "fg": 2112, "rotates": false }, - { "id": "overlay_wielded_launcher_simple", "fg": 2113, "rotates": false }, - { "id": "overlay_wielded_m320", "fg": 2113, "rotates": false }, - { "id": "overlay_wielded_m79", "fg": 2113, "rotates": false }, - { "id": "overlay_wielded_rm802", "fg": 2113, "rotates": false }, - { "id": "overlay_wielded_LAW", "fg": 2114, "rotates": false }, - { "id": "overlay_wielded_LAW_Packed", "fg": 2114, "rotates": false }, - { "id": "overlay_wielded_longbow", "fg": 2115, "rotates": false }, - { "id": "overlay_wielded_selfbow", "fg": 2115, "rotates": false }, - { "id": "overlay_wielded_l_base_223", "fg": 2116, "rotates": false }, - { "id": "overlay_wielded_l_car_223", "fg": 2116, "rotates": false }, - { "id": "overlay_wielded_l_dsr_223", "fg": 2116, "rotates": false }, - { "id": "overlay_wielded_l_lmg_223", "fg": 2116, "rotates": false }, - { "id": "overlay_wielded_l_mbr_223", "fg": 2116, "rotates": false }, - { "id": "overlay_wielded_m107a1", "fg": 2117, "rotates": false }, - { "id": "overlay_wielded_rm11b_sniper_rifle", "fg": 2117, "rotates": false }, - { "id": "overlay_wielded_cwd-63", "fg": 2117, "rotates": false }, - { "id": "overlay_wielded_m134", "fg": 2118, "rotates": false }, - { "id": "overlay_wielded_m1918", "fg": 2119, "rotates": false }, - { "id": "overlay_wielded_m240", "fg": 2119, "rotates": false }, - { "id": "overlay_wielded_m249", "fg": 2119, "rotates": false }, - { "id": "overlay_wielded_m2browning_sawn", "fg": 2119, "rotates": false }, - { "id": "overlay_wielded_m60", "fg": 2119, "rotates": false }, - { "id": "overlay_wielded_rm298", "fg": 2119, "rotates": false }, - { "id": "overlay_wielded_m202_flash", "fg": 2120, "rotates": false }, - { "id": "overlay_wielded_m2browning", "fg": 2121, "rotates": false }, - { "id": "overlay_wielded_m3_carlgustav", "fg": 2122, "rotates": false }, - { "id": "overlay_wielded_surv_rocket_launcher", "fg": 2122, "rotates": false }, - { "id": "overlay_wielded_mac_10", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_tec9", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_smg_38", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_smg_40", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_smg_22", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_smg_45", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_smg_9mm", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_hk_mp7", "fg": 2123, "rotates": false }, - { "id": "overlay_wielded_mgl", "fg": 2124, "rotates": false }, - { "id": "overlay_wielded_mark19", "fg": 2124, "rotates": false }, - { "id": "overlay_wielded_mininuke_launcher", "fg": 2125, "rotates": false }, - { "id": "overlay_wielded_minispeargun", "fg": 2126, "rotates": false }, - { "id": "overlay_wielded_pipe_combination_gun", "fg": 2127, "rotates": false }, - { "id": "overlay_wielded_gunsword", "fg": 2127, "rotates": false }, - { "id": "overlay_wielded_pipe__gun_44", "fg": 2127, "rotates": false }, - { "id": "overlay_wielded_pistol_pepperbox", "fg": 2127, "rotates": false }, - { "id": "overlay_wielded_pipe_double_shotgun", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_shotgun_d", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_22", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_3006", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_308", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_9mm", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_flintlock", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_38", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_40", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_44", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_45", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_rifle_223", "fg": 2128, "rotates": false }, - { "id": "overlay_wielded_pistol_flintlock", "fg": 2129, "rotates": false }, - { "id": "overlay_wielded_colt_army", "fg": 2129, "rotates": false }, - { "id": "overlay_wielded_colt_navy", "fg": 2129, "rotates": false }, - { "id": "overlay_wielded_plasma_rifle", "fg": 2130, "rotates": false }, - { "id": "overlay_wielded_ppsh", "fg": 2131, "rotates": false }, - { "id": "overlay_wielded_reflexrecurvebow", "fg": 2132, "rotates": false }, - { "id": "overlay_wielded_rep_crossbow", "fg": 2133, "rotates": false }, - { "id": "overlay_wielded_rm103a_pistol", "fg": 2134, "rotates": false }, - { "id": "overlay_wielded_rm99_pistol", "fg": 2134, "rotates": false }, - { "id": "overlay_wielded_needlepistol", "fg": 2134, "rotates": false }, - { "id": "overlay_wielded_rm20", "fg": 2135, "rotates": false }, - { "id": "overlay_wielded_rm614_lmg", "fg": 2135, "rotates": false }, - { "id": "overlay_wielded_rm2000_smg", "fg": 2136, "rotates": false }, - { "id": "overlay_wielded_needlegun", "fg": 2136, "rotates": false }, - { "id": "overlay_wielded_rm360_carbine", "fg": 2137, "rotates": false }, - { "id": "overlay_wielded_tihar", "fg": 2137, "rotates": false }, - { "id": "overlay_wielded_win70", "fg": 2137, "rotates": false }, - { "id": "overlay_wielded_american_180", "fg": 2137, "rotates": false }, - { "id": "overlay_wielded_rm451_flamethrower", "fg": 2138, "rotates": false }, - { "id": "overlay_wielded_rm51_assault_rifle", "fg": 2139, "rotates": false }, - { "id": "overlay_wielded_rm88_battle_rifle", "fg": 2139, "rotates": false }, - { "id": "overlay_wielded_abzats", "fg": 2139, "rotates": false }, - { "id": "overlay_wielded_rm120c", "fg": 2139, "rotates": false }, - { "id": "overlay_wielded_RPG", "fg": 2140, "rotates": false }, - { "id": "overlay_wielded_scar_h", "fg": 2141, "rotates": false }, - { "id": "overlay_wielded_scar_l", "fg": 2141, "rotates": false }, - { "id": "overlay_wielded_scourge_staff", "fg": 2142, "rotates": false }, - { "id": "overlay_wielded_shockcannon", "fg": 2143, "rotates": false }, - { "id": "overlay_wielded_shortbow", "fg": 2144, "rotates": false }, - { "id": "overlay_wielded_sig552", "fg": 2145, "rotates": false }, - { "id": "overlay_wielded_skorpion_61", "fg": 2146, "rotates": false }, - { "id": "overlay_wielded_skorpion_82", "fg": 2146, "rotates": false }, - { "id": "overlay_wielded_tommygun", "fg": 2146, "rotates": false }, - { "id": "overlay_wielded_hk_mp5eod", "fg": 2146, "rotates": false }, - { "id": "overlay_wielded_sling", "fg": 2147, "rotates": false }, - { "id": "overlay_wielded_slingshot", "fg": 2148, "rotates": false }, - { "id": "overlay_wielded_wristrocket", "fg": 2148, "rotates": false }, - { "id": "overlay_wielded_speargun", "fg": 2149, "rotates": false }, - { "id": "overlay_wielded_airspeargun", "fg": 2149, "rotates": false }, - { "id": "overlay_wielded_doublespeargun", "fg": 2149, "rotates": false }, - { "id": "overlay_wielded_sten", "fg": 2150, "rotates": false }, - { "id": "overlay_wielded_steyr_aug", "fg": 2151, "rotates": false }, - { "id": "overlay_wielded_survbow", "fg": 2152, "rotates": false }, - { "id": "overlay_wielded_TDI", "fg": 2153, "rotates": false }, - { "id": "overlay_wielded_nx17", "fg": 2154, "rotates": false }, - { "id": "overlay_wielded_unbio_blaster_gun", "fg": 2154, "rotates": false }, - { "id": "overlay_wielded_arccan", "fg": 2154, "rotates": false }, - { "id": "overlay_wielded_ltcarb", "fg": 2154, "rotates": false }, - { "id": "overlay_wielded_ups_rifle", "fg": 2155, "rotates": false }, - { "id": "overlay_wielded_ups_rifle_crank", "fg": 2156, "rotates": false }, - { "id": "overlay_wielded_uzi", "fg": 2157, "rotates": false }, - { "id": "overlay_wielded_v29", "fg": 2158, "rotates": false }, - { "id": "overlay_wielded_v29_cheap", "fg": 2159, "rotates": false }, - { "id": "blunderbuss", "fg": 2160 }, - { "id": "carbine_flintlock", "fg": 2160 }, - { "id": "survivor_special_700", "fg": 2160 }, - { "id": "carbine_flintlock_double", "fg": 2160 }, - { "id": "rifle_flintlock", "fg": 2161 }, - { "id": "surv_levershotgun", "fg": 2161 }, - { "id": "pistol_flintlock", "fg": 2162, "rotates": false }, - { "id": "surv_hand_cannon", "fg": 2162 }, - { "id": "plasma_rifle", "fg": 2163, "rotates": false }, - { "id": "queen", "fg": 2165 }, - { "id": "recurbow", "fg": 2168, "rotates": false }, - { "id": "reflexbow", "fg": 2169, "rotates": false }, - { "id": "reflexrecurvebow", "fg": 2170, "rotates": false }, - { "id": "remington_700", "fg": 2171, "rotates": false }, - { "id": "remington_870", "fg": 2172, "rotates": false }, - { "id": "rep_crossbow", "fg": 2173, "rotates": false }, - { "id": "gun_crossbow", "fg": 2173 }, - { "id": "rifle_22", "fg": 2175, "rotates": false }, - { "id": "rifle_38", "fg": 2175, "rotates": false }, - { "id": "rifle_3006", "fg": 2175 }, - { "id": "rifle_308", "fg": 2175 }, - { "id": "rifle_9mm", "fg": 2175 }, - { "id": "rifle_44", "fg": 2175 }, - { "id": "rifle_45", "fg": 2175 }, - { "id": "rifle_40", "fg": 2175 }, - { "id": "pipe__gun_44", "fg": 2175 }, - { "id": "pipe_shotgun", "fg": 2175 }, - { "id": "rifle_223", "fg": 2175 }, - { "id": "rm360_carbine", "fg": 2177 }, - { "id": "l_long_45", "fg": 2178 }, - { "id": "abzats", "fg": 2179 }, - { "id": "rm51_assault_rifle", "fg": 2181, "rotates": false }, - { "id": "rm802", "fg": 2181 }, - { "id": "rm614_lmg", "fg": 2182, "rotates": false }, - { "id": "rm20", "fg": 2182 }, - { "id": "rm120c", "fg": 2183 }, - { "id": "RPG", "fg": 2185, "rotates": false }, - { "id": "surv_rocket_launcher", "fg": 2185 }, - { "id": "ruger_1022", "fg": 2186, "rotates": false }, - { "id": "ruger_lcr_38", "fg": 2187, "rotates": false }, - { "id": "ruger_lcr_22", "fg": 2187, "rotates": false }, - { "id": "surv_six_shooter", "fg": 2187 }, - { "id": "ruger_mini", "fg": 2188, "rotates": false }, - { "id": "ruger_redhawk", "fg": 2189, "rotates": false }, - { "id": "l_dsr_223", "fg": 2190 }, - { "id": "scar_h", "fg": 2191, "rotates": false }, - { "id": "selfbow", "fg": 2194, "rotates": false }, - { "id": "shortbow", "fg": 2195, "rotates": false }, - { "id": "shotgun_d", "fg": 2196, "rotates": false }, - { "id": "shotgun_s", "fg": 2196 }, - { "id": "airspeargun", "fg": 2196 }, - { "id": "doublespeargun", "fg": 2196 }, - { "id": "speargun", "fg": 2196 }, - { "id": "sig_40", "fg": 2197, "rotates": false }, - { "id": "sig_mosquito", "fg": 2198, "rotates": false }, - { "id": "sig_p230", "fg": 2198 }, - { "id": "skorpion_82", "fg": 2199, "rotates": false }, - { "id": "sling", "fg": 2201, "rotates": false }, - { "id": "wristrocket", "fg": 2201 }, - { "id": "slingshot", "fg": 2202, "rotates": false }, - { "id": "smg_38", "fg": 2203 }, - { "id": "smg_9mm", "fg": 2203, "rotates": false }, - { "id": "smg_40", "fg": 2203, "rotates": false }, - { "id": "smg_45", "fg": 2203 }, - { "id": "smg_22", "fg": 2203 }, - { "id": "surv_carbine_223", "fg": 2203 }, - { "id": "sparkie", "fg": 2204 }, - { "id": "voideater", "fg": 2204 }, - { "id": [ "glowie", "vp_gel_lamp", "vp_gel_lamp_d" ], "fg": 2204 }, - { "id": "l_base_223", "fg": 2207 }, - { "id": "l_car_223", "fg": 2208 }, - { "id": "l_mbr_223", "fg": 2208 }, - { "id": "2_shot_special", "fg": 2209 }, - { "id": "l_lookout_9mm", "fg": 2211 }, - { "id": "sw629", "fg": 2212 }, - { "id": "sig552", "fg": 2215 }, - { "id": "usp_45", "fg": 2221, "rotates": false }, - { "id": "l_mp_45", "fg": 2221 }, - { "id": "l_sp_45", "fg": 2221 }, - { "id": "usp_9mm", "fg": 2222, "rotates": false }, - { "id": "l_mp_9mm", "fg": 2222, "rotates": false }, - { "id": "l_sp_9mm", "fg": 2222 }, - { "id": "makarov", "fg": 2226, "rotates": false }, - { "id": "watercannon", "fg": 2227 }, - { "id": "win70", "fg": 2228, "rotates": false }, - { "id": "bigun", "fg": 2228 }, - { "id": "l_def_12", "fg": 2228 }, - { "id": "trex_gun", "fg": 2228 }, - { "id": "adjustable_stock", "fg": 2230, "rotates": false }, - { "id": "arrowrest", "fg": 2231 }, - { "id": "bow_sight", "fg": 2231 }, - { "id": "autofire", "fg": 2232 }, - { "id": "beltfeed", "fg": 2232 }, - { "id": "bow_stabilizer", "fg": 2232 }, - { "id": "conversion_battle", "fg": 2232 }, - { "id": "conversion_sniper", "fg": 2232 }, - { "id": "match_trigger", "fg": 2232 }, - { "id": "muzzle_brake", "fg": 2232 }, - { "id": "stabilizer", "fg": 2232 }, - { "id": "tuned_mechanism", "fg": 2232 }, - { "id": "autofire_654", "fg": 2232 }, - { "id": "combination_gun_shotgun", "fg": 2234 }, - { "id": "combination_gun_shotgun_pipe", "fg": 2235 }, - { "id": "pistol_scope", "fg": 2242 }, - { "id": [ "red_dot_sight", "offset_sights" ], "fg": 2243 }, - { - "id": [ "rail_laser_sight", "beam_scatterer", "electrolaser_conversion", "high_density_capacitor" ], - "fg": 2244 - }, - { "id": "lwfeed", "fg": 2245 }, - { "id": "m203", "fg": 2246, "rotates": false }, - { "id": "ksg_aux_shotgun", "fg": 2246 }, - { "id": "light_grip", "fg": 2248 }, - { "id": "ugl_buttstock", "fg": 2249 }, - { "id": "recoil_stock", "fg": 2250, "rotates": false }, - { "id": "folding_stock", "fg": 2250 }, - { "id": "crafted_suppressor", "fg": 2257 }, - { "id": "shot_suppressor", "fg": 2257 }, - { "id": "suppressor_compact", "fg": 2257 }, - { "id": "waterproof_gunmod", "fg": 2258, "rotates": false }, - { "id": "5x50_100_mag", "fg": 2259 }, - { "id": "8x40_100_mag", "fg": 2259 }, - { "id": "8x40_250_mag", "fg": 2260 }, - { "id": "ppshdrum", "fg": 2260 }, - { "id": "8x40_500_mag", "fg": 2261 }, - { "id": "8x40_50_mag", "fg": 2262 }, - { "id": "stanag30", "fg": 2262 }, - { "id": "ak74mag", "fg": 2263, "rotates": false }, - { "id": "ppshmag", "fg": 2263 }, - { "id": "cwd-63bigmag", "fg": 2263 }, - { "id": "cwd-63mag", "fg": 2263 }, - { "id": "svs24_robomag", "fg": 2263 }, - { "id": "belt308_reusable", "fg": 2264, "rotates": false }, - { "id": "belt223", "fg": 2264 }, - { "id": "belt308", "fg": 2264 }, - { "id": "belt40mm", "fg": 2265 }, - { "id": "belt50", "fg": 2265 }, - { "id": "belt30mm", "fg": 2265 }, - { "id": "blrmag", "fg": 2266 }, - { "id": "m107a1mag", "fg": 2266 }, - { "id": "m2010mag", "fg": 2266 }, - { "id": "glockbigmag", "fg": 2267, "rotates": false }, - { "id": "m9bigmag", "fg": 2267, "rotates": false }, - { "id": "thompson_bigmag", "fg": 2267, "rotates": false }, - { "id": "stenmag", "fg": 2267, "rotates": false }, - { "id": "8x40_25_mag", "fg": 2267, "rotates": false }, - { "id": "uzimag", "fg": 2267 }, - { "id": "ump45mag", "fg": 2267 }, - { "id": "tec9mag", "fg": 2267 }, - { "id": "tdi_mag", "fg": 2267 }, - { "id": "mac10mag", "fg": 2267 }, - { "id": "m1911bigmag", "fg": 2267 }, - { "id": "lw21mag", "fg": 2267 }, - { "id": "glock40bigmag", "fg": 2267 }, - { "id": "fnp90mag", "fg": 2267 }, - { "id": "ruger1022bigmag", "fg": 2267 }, - { "id": "nailmag", "fg": 2267 }, - { "id": "glockmag", "fg": 2268, "rotates": false }, - { "id": "glock17_17", "fg": 2268, "rotates": false }, - { "id": "glock17_22", "fg": 2268, "rotates": false }, - { "id": "usp45mag", "fg": 2268, "rotates": false }, - { "id": "m9mag", "fg": 2268, "rotates": false }, - { "id": "usp9mag", "fg": 2268, "rotates": false }, - { "id": "skorpion_61_mag", "fg": 2268, "rotates": false }, - { "id": "skorpion_82_mag", "fg": 2268, "rotates": false }, - { "id": "thompson_mag", "fg": 2268, "rotates": false }, - { "id": "survivor9mm_mag", "fg": 2268, "rotates": false }, - { "id": "lw12mag", "fg": 2268, "rotates": false }, - { "id": "lp_9mm_mag", "fg": 2268, "rotates": false }, - { "id": "8x40_10_mag", "fg": 2268, "rotates": false }, - { "id": "skorpion61mag", "fg": 2268 }, - { "id": "sigp230mag", "fg": 2268 }, - { "id": "ppkmag", "fg": 2268 }, - { "id": "mosquitomag", "fg": 2268 }, - { "id": "m1911mag", "fg": 2268 }, - { "id": "glock40mag", "fg": 2268 }, - { "id": "fn57mag", "fg": 2268 }, - { "id": "deaglemag", "fg": 2268 }, - { "id": "sig40mag", "fg": 2268 }, - { "id": "sw22mag", "fg": 2268 }, - { "id": "taurus38mag", "fg": 2268 }, - { "id": "tokarevmag", "fg": 2268 }, - { "id": "smg_22_mag", "fg": 2268 }, - { "id": "smg_38_mag", "fg": 2268 }, - { "id": "smg_40_mag", "fg": 2268 }, - { "id": "smg_45_mag", "fg": 2268 }, - { "id": "smg_9mm_mag", "fg": 2268 }, - { "id": "lw223bigmag", "fg": 2269, "rotates": false }, - { "id": "ruger1022mag", "fg": 2269 }, - { "id": "lw223mag", "fg": 2270, "rotates": false }, - { "id": "scarhbigmag", "fg": 2261 }, - { "id": "saiga10mag", "fg": 2270 }, - { "id": "m14mag", "fg": 2270 }, - { "id": "hk46mag", "fg": 2270 }, - { "id": "g3mag", "fg": 2270 }, - { "id": "falmag", "fg": 2270 }, - { "id": "m14smallmag", "fg": 2271 }, - { "id": "hk46bigmag", "fg": 2271 }, - { "id": "falbigmag", "fg": 2271 }, - { "id": "5x50_50_mag", "fg": 2271 }, - { "id": "20x66_40_mag", "fg": 2271 }, - { "id": "20x66_20_mag", "fg": 2271 }, - { "id": "20x66_10_mag", "fg": 2271 }, - { "id": "360_200_mag", "fg": 2271 }, - { "id": "m1918bigmag", "fg": 2272, "rotates": false }, - { "id": "makarovmag", "fg": 2273, "rotates": false }, - { "id": "skorpion82mag", "fg": 2273 }, - { "id": "calicomag", "fg": 2273 }, - { "id": "mp5mag", "fg": 2274, "rotates": false }, - { "id": "rpk74mag", "fg": 2275, "rotates": false }, - { "id": "akmmag", "fg": 2275 }, - { "id": "vp_battery_truck", "fg": 2276, "rotates": false }, - { "id": "vp_storage_car", "fg": 2276, "rotates": true }, - { "id": "vp_storage_truck", "fg": 2276, "rotates": true }, - { "id": [ "medium_storage_battery", "vp_medium_storage_battery" ], "fg": 2276 }, - { "id": "stanag10", "fg": 2277, "rotates": false }, - { "id": "m1918mag", "fg": 2277, "rotates": false }, - { "id": "survivor223mag", "fg": 2277, "rotates": false }, - { "id": "scarhmag", "fg": 2277 }, - { "id": "cw24_robomag", "fg": 2277 }, - { "id": "cw24_bigrobomag", "fg": 2277 }, - { "id": [ "thompson_drum", "glock_drum_50rd" ], "fg": 2278, "rotates": false }, - { "id": "glock_drum_100rd", "fg": 2261, "rotates": false }, - { "id": "mp5bigmag", "fg": 2278, "rotates": false }, - { "id": "akmbigmag", "fg": 2278 }, - { "id": "saiga30mag", "fg": 2278 }, - { "id": "g3bigmag", "fg": 2278 }, - { "id": "a180mag", "fg": 2278 }, - { "id": "hk_g80mag", "fg": 2278 }, - { "id": "360_400_mag", "fg": 2278 }, - { "id": "stanag50", "fg": 2278 }, - { "id": "svs24_robodrum", "fg": 2278 }, - { "id": [ "tinyweldtank", "aux_pressurized_tank" ], "fg": 2279, "rotates": false }, - { "id": [ "weldtank", "pressurized_tank", "rm4502", "rm4504" ], "fg": 2280, "rotates": false }, - { "id": "debug_mon", "fg": 2281 }, - { "id": "hulk_weapon", "fg": 2282, "rotates": false }, - { "id": "mon_allosaurus", "fg": 2284, "rotates": false }, - { "id": "mon_animatronic_bat", "fg": 2287, "rotates": false }, - { "id": "mon_animatronic_bear_new", "fg": 2288, "rotates": false }, - { "id": "mon_animatronic_bear_old", "fg": 2289, "rotates": false }, - { "id": "mon_animatronic_beaver", "fg": 2290, "rotates": false }, - { "id": "mon_animatronic_bunny_new", "fg": 2291, "rotates": false }, - { "id": "mon_animatronic_bunny_old", "fg": 2292, "rotates": false }, - { "id": "mon_animatronic_cat", "fg": 2293, "rotates": false }, - { "id": "mon_animatronic_chicken_new", "fg": 2294, "rotates": false }, - { "id": "mon_animatronic_chicken_old", "fg": 2295, "rotates": false }, - { "id": "mon_animatronic_child", "fg": 2296, "rotates": false }, - { "id": "mon_animatronic_chipmunk", "fg": 2297, "rotates": false }, - { "id": "mon_animatronic_cow", "fg": 2298, "rotates": false }, - { "id": "mon_animatronic_coyote", "fg": 2299, "rotates": false }, - { "id": "mon_animatronic_deer", "fg": 2300, "rotates": false }, - { "id": "mon_animatronic_fox_new", "fg": 2301, "rotates": false }, - { "id": "mon_animatronic_fox_old", "fg": 2302, "rotates": false }, - { "id": "mon_animatronic_fox_wreck", "fg": 2303, "rotates": false }, - { "id": "mon_animatronic_horse", "fg": 2304, "rotates": false }, - { "id": "mon_animatronic_pig", "fg": 2305, "rotates": false }, - { "id": "mon_animatronic_sheep", "fg": 2306, "rotates": false }, - { "id": "mon_animatronic_squirrel", "fg": 2307, "rotates": false }, - { "id": "mon_animatronic_wolf", "fg": 2308, "rotates": false }, - { "id": "mon_ankylosaurus", "fg": 2309, "rotates": false }, - { "id": "mon_ant_kwama", "fg": 2312, "rotates": false }, - { "id": "mon_ant_larva_pk", "fg": 2314, "rotates": false }, - { "id": "mon_ant_male", "fg": 2315, "rotates": false }, - { "id": "mon_ant_queen_firebug", "fg": 2317, "rotates": false }, - { "id": "mon_ant_queen_young", "fg": 2318, "rotates": false }, - { "id": "mon_ant_scrib", "fg": 2319, "rotates": false }, - { "id": "mon_ant_soldier_pk", "fg": 2321, "rotates": false }, - { "id": "mon_ant_soldier_pk_weak", "fg": 2322, "rotates": false }, - { "id": "mon_ant_soldier_terminal", "fg": 2323, "rotates": false }, - { "id": "mon_ant_terminal", "fg": 2324, "rotates": false }, - { "id": "mon_archon", "fg": 2325, "rotates": false }, - { "id": "mon_bat_vampire", "fg": 2327, "rotates": false }, - { "id": "mon_bear_mega", "fg": 2329, "rotates": false }, - { "id": "mon_bear_mega_baby", "fg": 2330, "rotates": false }, - { "id": "mon_bear_mega_kid", "fg": 2331, "rotates": false }, - { "id": "mon_bear_mega_mating", "fg": 2332, "rotates": false }, - { "id": "mon_bear_pk", "fg": 2333, "rotates": false }, - { "id": "mon_bear_smoky_pk", "fg": 2335, "rotates": false }, - { "id": "mon_bear_weak", "fg": 2336, "rotates": false }, - { "id": "mon_beaver", "fg": 2337, "rotates": false }, - { "id": "mon_beekeeper_pk", "fg": 2340, "rotates": false }, - { "id": "mon_bee_king", "fg": 2341, "rotates": false }, - { "id": "mon_bee_larvae", "fg": 2342, "rotates": false }, - { "id": "mon_bee_queen", "fg": 2343, "rotates": false }, - { "id": "mon_bee_scout", "fg": 2344, "rotates": false }, - { "id": "mon_bee_soldier", "fg": 2345, "rotates": false }, - { "id": "mon_biollante_pk", "fg": 2347, "rotates": false }, - { "id": "mon_bjay", "fg": 2348, "rotates": false }, - { "id": "mon_blob_large", "fg": 2352, "rotates": false }, - { "id": "mon_blob_small", "fg": 2353, "rotates": false }, - { "id": "mon_boomer_huge_pk", "fg": 2359, "rotates": false }, - { "id": "mon_breather", "fg": 2360, "rotates": false }, - { "id": "mon_broken_cyborg", "fg": 2362, "rotates": false }, - { "id": "mon_butterfly", "fg": 2363, "rotates": false }, - { "id": "mon_cacodemon", "fg": 2365, "rotates": false }, - { "id": "mon_cacodemon_revive", "fg": 2366, "rotates": false }, - { "id": "mon_caterpillar", "fg": 2367, "rotates": false }, - { "id": "mon_centipede", "fg": 2368, "rotates": false }, - { "id": "mon_charred_nightmare", "fg": 2370, "rotates": false }, - { "id": "mon_cherub", "fg": 2371, "rotates": false }, - { "id": "mon_cherub_fly", "fg": 2372, "rotates": false }, - { "id": "mon_cougar_pk", "fg": 2380, "rotates": false }, - { "id": "mon_cougar_weak", "fg": 2381, "rotates": false }, - { "id": "mon_coyote_small", "fg": 2384, "rotates": false }, - { "id": "mon_coyote_wolf_zerg", "fg": 2386, "rotates": false }, - { "id": "mon_creeper_root", "fg": 2389, "rotates": false }, - { "id": "mon_creeper_vine_pk", "fg": 2391, "rotates": false }, - { "id": "mon_creeper_vine_terminal", "fg": 2392, "rotates": false }, - { "id": "mon_creeper_vine_terminal_pk", "fg": 2393, "rotates": false }, - { "id": "mon_cyberdemon", "fg": 2395, "rotates": false }, - { "id": "mon_cyborg_cop", "fg": 2396, "rotates": false }, - { "id": "mon_cyborg_guard", "fg": 2397, "rotates": false }, - { "id": "mon_dermatik_larva", "fg": 2404, "rotates": false }, - { "id": "mon_wasp_larvae", "fg": 2404 }, - { "id": "mon_dionaea", "fg": 2406, "rotates": false }, - { "id": "mon_dionaea_sprout", "fg": 2407, "rotates": false }, - { "id": "mon_dog_large", "fg": 2409, "rotates": false }, - { "id": "mon_dog_skeleton_pk", "fg": 2411, "rotates": false }, - { "id": "mon_dog_zombie_cop_pk", "fg": 2414, "rotates": false }, - { "id": "mon_doom_archdemon", "fg": 2416, "rotates": false }, - { "id": "mon_doom_archvile", "fg": 2417, "rotates": false }, - { "id": "mon_doom_archvile_2", "fg": 2417, "rotates": false }, - { "id": "mon_doom_archvile_3", "fg": 2417, "rotates": false }, - { "id": "mon_doom_archvile_4", "fg": 2417, "rotates": false }, - { "id": "mon_doom_archvile_5", "fg": 2417, "rotates": false }, - { "id": "mon_doom_archvile_queen", "fg": 2418, "rotates": false }, - { "id": "mon_doom_churl", "fg": 2419, "rotates": false }, - { "id": "mon_doom_churl_revive", "fg": 2420, "rotates": false }, - { "id": "mon_doom_cur", "fg": 2421, "rotates": false }, - { "id": "mon_doom_sacrifice", "fg": 2422, "rotates": false }, - { "id": "mon_doom_slave", "fg": 2423, "rotates": false }, - { "id": "mon_dracolich", "fg": 2424, "rotates": false }, - { "id": "mon_dragonfly", "fg": 2425, "rotates": false }, - { "id": "mon_failed_weapon", "fg": 2430, "rotates": false }, - { "id": "mon_fant", "fg": 2431, "rotates": false }, - { "id": "mon_fardigrade", "fg": 2432, "rotates": false }, - { "id": "mon_feer", "fg": 2433, "rotates": false }, - { "id": "mon_finebeast", "fg": 2434, "rotates": false }, - { "id": "mon_finecraft", "fg": 2435, "rotates": false }, - { "id": "mon_fionaea", "fg": 2436, "rotates": false }, - { "id": "mon_fish_blinky", "fg": 2437, "rotates": false }, - { "id": "mon_fish_bluegill", "fg": 2438, "rotates": false }, - { "id": "mon_fish_bowfin", "fg": 2439, "rotates": false }, - { "id": "mon_fish_bullhead", "fg": 2440, "rotates": false }, - { "id": "mon_fish_carp", "fg": 2441, "rotates": false }, - { "id": "mon_fish_crayfish", "fg": 2442, "rotates": false }, - { "id": "mon_fish_eel", "fg": 2443, "rotates": false }, - { "id": "mon_fish_lbass", "fg": 2444, "rotates": false }, - { "id": "mon_fish_lobster", "fg": 2445, "rotates": false }, - { "id": "mon_fish_pbass", "fg": 2446, "rotates": false }, - { "id": "mon_fish_perch", "fg": 2447, "rotates": false }, - { "id": "mon_fish_pickerel", "fg": 2448, "rotates": false }, - { "id": "mon_fish_pike", "fg": 2449, "rotates": false }, - { "id": "mon_fish_salmon", "fg": 2450, "rotates": false }, - { "id": "mon_fish_sbass", "fg": 2451, "rotates": false }, - { "id": "mon_fish_sunfish", "fg": 2452, "rotates": false }, - { "id": "mon_fish_trout", "fg": 2453, "rotates": false }, - { "id": "mon_fish_whitefish", "fg": 2454, "rotates": false }, - { "id": "mon_EMP_hack", "fg": 2456 }, - { "id": "mon_flying_polyp", "fg": 2459, "rotates": false }, - { "id": "mon_folf", "fg": 2460, "rotates": false }, - { "id": "mon_foose", "fg": 2461, "rotates": false }, - { "id": "mon_fougar", "fg": 2462, "rotates": false }, - { "id": "mon_frog", "fg": 2464, "rotates": false }, - { "id": "mon_fungaloid_pk", "fg": 2467, "rotates": false }, - { "id": "mon_fungus_boil", "fg": 2477, "rotates": false }, - { "id": "mon_fungus_failed_weapon", "fg": 2478, "rotates": false }, - { "id": "mon_fungus_pig", "fg": 2479, "rotates": false }, - { "id": "mon_furvivor", "fg": 2480, "rotates": false }, - { "id": "mon_furvivor_deagle", "fg": 2481, "rotates": false }, - { "id": "mon_furvivor_glock", "fg": 2482, "rotates": false }, - { "id": "mon_furvivor_pk", "fg": 2483, "rotates": false }, - { "id": "mon_furvivor_shotgun", "fg": 2484, "rotates": false }, - { "id": "mon_furvivor_smg", "fg": 2485, "rotates": false }, - { "id": "mon_gator", "fg": 2488, "rotates": false }, - { "id": "mon_giant_cockroach", "fg": 2491, "rotates": false }, - { "id": "mon_giant_cockroach_nymph", "fg": 2492, "rotates": false }, - { "id": "mon_gloople", "fg": 2494, "rotates": false }, - { "id": "mon_goat", "fg": 2495, "rotates": false }, - { "id": "mon_gray", "fg": 2499, "rotates": false }, - { "id": "mon_hell_baron", "fg": 2507, "rotates": false }, - { "id": "mon_hell_knight", "fg": 2508, "rotates": false }, - { "id": "mon_hell_knight_revive", "fg": 2509, "rotates": false }, - { "id": "mon_horse_zombie", "fg": 2512, "rotates": false }, - { "id": "mon_horse_zombie_scorched", "fg": 2513, "rotates": false }, - { "id": "mon_hunting_horror", "fg": 2515, "rotates": false }, - { "id": "mon_imp", "fg": 2516, "rotates": false }, - { "id": "mon_imp_black", "fg": 2517, "rotates": false }, - { "id": "mon_imp_revive", "fg": 2518, "rotates": false }, - { "id": "mon_jabberwock_pk", "fg": 2524, "rotates": false }, - { "id": "mon_lostsoul", "fg": 2527, "rotates": false }, - { "id": "mon_lostsoul_mount", "fg": 2528, "rotates": false }, - { "id": "mon_maggot", "fg": 2529, "rotates": false }, - { "id": "mon_mancubus", "fg": 2530, "rotates": false }, - { "id": "mon_manhack_acid", "fg": 2532, "rotates": false }, - { "id": "mon_manhack_fire", "fg": 2533, "rotates": false }, - { "id": "mon_manhack_missile", "fg": 2534, "rotates": false }, - { "id": "mon_marionette", "fg": 2535, "rotates": false }, - { "id": "mon_marloss_man", "fg": 2536, "rotates": false }, - { "id": "mon_mechaspider", "fg": 2537, "rotates": false }, - { "id": "mon_mechaspider_queen", "fg": 2538, "rotates": false }, - { "id": "mon_minecraft", "fg": 2539, "rotates": false }, - { "id": "mon_minecraft_charged", "fg": 2540, "rotates": false }, - { "id": "mon_mi_go_fly", "fg": 2543, "rotates": false }, - { "id": "mon_mi_go_terminal", "fg": 2544, "rotates": false }, - { "id": "mon_mole_large", "fg": 2546, "rotates": false }, - { "id": "mon_moose_pk", "fg": 2548, "rotates": false }, - { "id": "mon_moose_weak", "fg": 2549, "rotates": false }, - { "id": "mon_mosquito", "fg": 2551, "rotates": false }, - { "id": "mon_moth", "fg": 2553, "rotates": false }, - { "id": "mon_mutant_carp", "fg": 2554, "rotates": false }, - { "id": "mon_mutant_salmon", "fg": 2555, "rotates": false }, - { "id": "mon_oozle", "fg": 2557, "rotates": false }, - { "id": "mon_opossum", "fg": 2558, "rotates": false }, - { "id": "mon_pidgeon", "fg": 2560, "rotates": false }, - { "id": "mon_pig_saber", "fg": 2562, "rotates": false }, - { "id": "mon_pinky", "fg": 2563, "rotates": false }, - { "id": "mon_pinky_revive", "fg": 2564, "rotates": false }, - { "id": "mon_pregnant_giant_cockroach", "fg": 2566, "rotates": false }, - { "id": "mon_pupae", "fg": 2567, "rotates": false }, - { "id": "mon_pupae_pk", "fg": 2568, "rotates": false }, - { "id": "mon_revenant", "fg": 2575, "rotates": false }, - { "id": "mon_robin", "fg": 2577, "rotates": false }, - { "id": "mon_robot_drone", "fg": 2578, "rotates": false }, - { "id": "mon_black_rat", "fg": 2581, "rotates": false }, - { "id": "mon_deer_mouse", "fg": 2581, "rotates": false }, - { "id": "mon_muskrat", "fg": 2581, "rotates": false }, - { "id": "mon_shadow", "fg": 2583, "rotates": false }, - { "id": "mon_shadow_snake", "fg": 2584, "rotates": false }, - { "id": "mon_shoggoth", "fg": 2587, "rotates": false }, - { "id": "mon_shrew", "fg": 2588, "rotates": false }, - { "id": "mon_skeleton_husk", "fg": 2590, "rotates": false }, - { "id": "mon_skeleton_pk", "fg": 2591, "rotates": false }, - { "id": "mon_skeleton_scorched", "fg": 2592, "rotates": false }, - { "id": "mon_skunk", "fg": 2594, "rotates": false }, - { "id": "mon_sludge_crawler_queen", "fg": 2596, "rotates": false }, - { "id": "mon_slug", "fg": 2597, "rotates": false }, - { "id": "mon_soulcube", "fg": 2599, "rotates": false }, - { "id": "mon_spider_jumping_giant_acid", "fg": 2604, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_guardian", "fg": 2607, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_pk", "fg": 2608, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_s", "fg": 2609, "rotates": false }, - { "id": "mon_spider_web_alpha", "fg": 2611, "rotates": false }, - { "id": "mon_spider_web_mu", "fg": 2612, "rotates": false }, - { "id": "mon_spider_web_omega", "fg": 2613, "rotates": false }, - { "id": "mon_spider_web_queen", "fg": 2614, "rotates": false }, - { "id": "mon_spider_wolf_giant_pk", "fg": 2621, "rotates": false }, - { "id": "mon_stegosaurus", "fg": 2626, "rotates": false }, - { "id": "mon_tardigrade", "fg": 2628, "rotates": false }, - { "id": "mon_trapdoor_egg", "fg": 2631, "rotates": false }, - { "id": "mon_trapdoor_queen", "fg": 2632, "rotates": false }, - { "id": "mon_treent", "fg": 2633, "rotates": false }, - { "id": "mon_treent_green", "fg": 2634, "rotates": false }, - { "id": "mon_triffid_pk", "fg": 2638, "rotates": false }, - { "id": "mon_turret_bmg", "fg": 2644 }, - { "id": "mon_turret_shockcannon", "fg": 2646, "rotates": false }, - { "id": "mon_vinebeast_pk", "fg": 2651, "rotates": false }, - { "id": "mon_vinebeast_terminal", "fg": 2652, "rotates": false }, - { "id": "mon_wasp_queen", "fg": 2655 }, - { "id": "mon_wasp_small", "fg": 2656, "rotates": false }, - { "id": "mon_zanimal_scorched", "fg": 2660, "rotates": false }, - { "id": "mon_zanimal_skeleton", "fg": 2660, "rotates": false }, - { "id": "mon_zanimal_skeleton_dead", "fg": 2660, "rotates": false }, - { "id": "mon_zhark", "fg": 2661 }, - { "id": "mon_zolf_scorched", "fg": 2663, "rotates": false }, - { "id": "mon_zolf_shady", "fg": 2664, "rotates": false }, - { "id": "mon_zombie_2", "fg": 2667, "rotates": false }, - { "id": "mon_zombie_3", "fg": 2668, "rotates": false }, - { "id": "mon_zombie_bear_mega", "fg": 2672, "rotates": false }, - { "id": "mon_zombie_bio_infantry", "fg": 2673, "rotates": false }, - { "id": "mon_zombie_bio_knight", "fg": 2674, "rotates": false }, - { "id": "mon_zombie_bio_scout", "fg": 2676, "rotates": false }, - { "id": "mon_zombie_bio_tool", "fg": 2677, "rotates": false }, - { "id": "mon_zombie_blind", "fg": 2679, "rotates": false }, - { "id": "mon_zombie_blind_pk", "fg": 2680, "rotates": false }, - { "id": "mon_zombie_child_2", "fg": 2686, "rotates": false }, - { "id": "mon_zombie_child_3", "fg": 2687, "rotates": false }, - { "id": "mon_zombie_child_pk", "fg": 2688, "rotates": false }, - { "id": "mon_zombie_child_reaver", "fg": 2689, "rotates": false }, - { "id": "mon_zombie_child_scorched_2", "fg": 2691, "rotates": false }, - { "id": "mon_zombie_crawler_pk", "fg": 2695, "rotates": false }, - { "id": "mon_zombie_crawler_pk_weak", "fg": 2696, "rotates": false }, - { "id": "mon_zombie_crawler_scorched", "fg": 2697, "rotates": false }, - { "id": "mon_zombie_cripple", "fg": 2699, "rotates": false }, - { "id": "mon_zombie_dog_pk", "fg": 2702, "rotates": false }, - { "id": "mon_zombie_electric_fungal", "fg": 2704, "rotates": false }, - { "id": "mon_zombie_electric_pk", "fg": 2705, "rotates": false }, - { "id": "mon_zombie_failed_weapon", "fg": 2706, "rotates": false }, - { "id": "overlay_worn_panties_on", "fg": 2706, "rotates": false }, - { "id": "mon_zombie_fat_2", "fg": 2708, "rotates": false }, - { "id": "mon_zombie_fat_3", "fg": 2709, "rotates": false }, - { "id": "mon_zombie_fiend_pk", "fg": 2711, "rotates": false }, - { "id": "mon_zombie_fiend_shocker", "fg": 2712, "rotates": false }, - { "id": "mon_zombie_gasbag_pk", "fg": 2716, "rotates": false }, - { "id": "mon_zombie_hollow_pk", "fg": 2723, "rotates": false }, - { "id": "mon_zombie_hulk_pk", "fg": 2725, "rotates": false }, - { "id": "mon_zombie_lord", "fg": 2728, "rotates": false }, - { "id": "mon_zombie_master_pk", "fg": 2731 }, - { "id": "mon_zombie_necro_pk", "fg": 2733 }, - { "id": "mon_zombie_pk", "fg": 2735, "rotates": false }, - { "id": "mon_zombie_radbag", "fg": 2737, "rotates": false }, - { "id": "mon_zombie_rot_pk", "fg": 2739, "rotates": false }, - { "id": "mon_zombie_runner_pk", "fg": 2741, "rotates": false }, - { "id": "mon_zombie_scales", "fg": 2742, "rotates": false }, - { "id": "mon_zombie_scorched_master", "fg": 2744, "rotates": false }, - { "id": "mon_zombie_scorched_necro", "fg": 2745, "rotates": false }, - { "id": "mon_zombie_scorched_pk", "fg": 2746, "rotates": false }, - { "id": "mon_zombie_scorched_shocker", "fg": 2747, "rotates": false }, - { "id": "mon_zombie_shady_ghost", "fg": 2750, "rotates": false }, - { "id": "mon_zombie_shady_pk", "fg": 2751, "rotates": false }, - { "id": "mon_zombie_smoker_pk", "fg": 2755, "rotates": false }, - { "id": "mon_zombie_swimmer_pk", "fg": 2762, "rotates": false }, - { "id": "mon_zombie_tough_2", "fg": 2765, "rotates": false }, - { "id": "mon_zombie_tough_3", "fg": 2766, "rotates": false }, - { "id": "overlay_female_mutation_AMORPHOUS", "fg": 2770, "rotates": false }, - { - "id": [ "overlay_female_mutation_BIRD_EYE", "overlay_female_mutation_LIZ_EYE", "overlay_female_mutation_COMPOUND_EYES" ], - "fg": 2771, - "rotates": false - }, - { "id": "overlay_female_mutation_CEPH_EYES", "fg": 2772, "rotates": false }, - { "id": "overlay_female_mutation_CHITIN", "fg": 2773, "rotates": false }, - { "id": "overlay_female_mutation_CHITIN_FUR", "fg": 2773, "rotates": false }, - { "id": "overlay_female_mutation_CHITIN_FUR2", "fg": 2773, "rotates": false }, - { "id": "overlay_female_mutation_CHITIN_FUR3", "fg": 2773, "rotates": false }, - { "id": "overlay_female_mutation_CHITIN2", "fg": 2773, "rotates": false }, - { "id": "overlay_female_mutation_CHITIN3", "fg": 2773, "rotates": false }, - { "id": "overlay_female_mutation_BARK", "fg": 2774, "rotates": false }, - { "id": "overlay_female_mutation_PLANTSKIN", "fg": 2774, "rotates": false }, - { "id": "overlay_female_mutation_ELFAEYES", "fg": 2775, "rotates": false }, - { "id": "overlay_female_mutation_FEATHERS", "fg": 2776, "rotates": false }, - { "id": "overlay_female_mutation_FEL_EYE", "fg": 2777, "rotates": false }, - { "id": "overlay_mutation_LEAVES", "fg": 2778, "rotates": false }, - { "id": "overlay_female_mutation_LIGHTFUR", "fg": 2779, "rotates": false }, - { "id": "overlay_female_mutation_FUR", "fg": 2779, "rotates": false }, - { "id": "overlay_female_mutation_LUPINE_FUR", "fg": 2780, "rotates": false }, - { "id": "overlay_female_mutation_LYNX_FUR", "fg": 2781, "rotates": false }, - { "id": "overlay_female_mutation_M_SKIN", "fg": 2782, "rotates": false }, - { "id": "overlay_female_mutation_SCALES", "fg": 2783, "rotates": false }, - { "id": "overlay_female_mutation_SLEEK_SCALES", "fg": 2783, "rotates": false }, - { "id": "overlay_female_mutation_SUNBURN", "fg": 2784, "rotates": false }, - { "id": "overlay_female_mutation_TROGLO2", "fg": 2784, "rotates": false }, - { "id": "overlay_female_mutation_ALBINO", "fg": 2784, "rotates": false }, - { "id": "overlay_female_mutation_PALE", "fg": 2784, "rotates": false }, - { "id": "overlay_female_mutation_TROGLO3", "fg": 2785, "rotates": false }, - { "id": "overlay_female_mutation_VISCOUS", "fg": 2786, "rotates": false }, - { "id": "overlay_male_mutation_AMORPHOUS", "fg": 2787, "rotates": false }, - { - "id": [ "overlay_male_mutation_BIRD_EYE", "overlay_male_mutation_LIZ_EYE", "overlay_male_mutation_COMPOUND_EYES" ], - "fg": 2788, - "rotates": false - }, - { "id": "overlay_male_mutation_CEPH_EYES", "fg": 2789, "rotates": false }, - { "id": "overlay_male_mutation_CHITIN", "fg": 2790, "rotates": false }, - { "id": "overlay_male_mutation_CHITIN_FUR", "fg": 2790, "rotates": false }, - { "id": "overlay_male_mutation_CHITIN_FUR2", "fg": 2790, "rotates": false }, - { "id": "overlay_male_mutation_CHITIN_FUR3", "fg": 2790, "rotates": false }, - { "id": "overlay_male_mutation_CHITIN2", "fg": 2790, "rotates": false }, - { "id": "overlay_male_mutation_CHITIN3", "fg": 2790, "rotates": false }, - { "id": "overlay_male_mutation_BARK", "fg": 2791, "rotates": false }, - { "id": "overlay_male_mutation_PLANTSKIN", "fg": 2791, "rotates": false }, - { "id": "overlay_male_mutation_ELFAEYES", "fg": 2792, "rotates": false }, - { "id": "overlay_male_mutation_FEATHERS", "fg": 2793, "rotates": false }, - { "id": "overlay_male_mutation_FEL_EYE", "fg": 2794, "rotates": false }, - { "id": "overlay_mutation_TAIL_FIN", "fg": 2795, "rotates": false }, - { "id": "overlay_male_mutation_LIGHTFUR", "fg": 2796, "rotates": false }, - { "id": "overlay_male_mutation_FUR", "fg": 2796, "rotates": false }, - { "id": "overlay_male_mutation_LUPINE_FUR", "fg": 2797, "rotates": false }, - { "id": "overlay_male_mutation_LYNX_FUR", "fg": 2798, "rotates": false }, - { "id": "overlay_male_mutation_M_SKIN", "fg": 2799, "rotates": false }, - { "id": "overlay_male_mutation_SCALES", "fg": 2800, "rotates": false }, - { "id": "overlay_male_mutation_SLEEK_SCALES", "fg": 2800, "rotates": false }, - { "id": "overlay_male_mutation_SUNBURN", "fg": 2801, "rotates": false }, - { "id": "overlay_male_mutation_TROGLO2", "fg": 2801, "rotates": false }, - { "id": "overlay_male_mutation_ALBINO", "fg": 2801, "rotates": false }, - { "id": "overlay_male_mutation_PALE", "fg": 2801, "rotates": false }, - { "id": "overlay_male_mutation_TROGLO3", "fg": 2802, "rotates": false }, - { "id": "overlay_male_mutation_VISCOUS", "fg": 2803, "rotates": false }, - { "id": "overlay_mutation_ARM_FEATHERS", "fg": 2804, "rotates": false }, - { "id": "overlay_mutation_ALCMET", "fg": 2805, "rotates": false }, - { "id": "overlay_mutation_ANTENNAE", "fg": 2806, "rotates": false }, - { "id": "overlay_mutation_ANTLERS", "fg": 2807, "rotates": false }, - { "id": "overlay_mutation_ARACHNID_ARMS", "fg": 2808, "rotates": false }, - { "id": "overlay_mutation_ARACHNID_ARMS_OK", "fg": 2808, "rotates": false }, - { "id": "overlay_mutation_ARM_TENTACLES", "fg": 2809, "rotates": false }, - { "id": "overlay_mutation_ARM_TENTACLES_4", "fg": 2810, "rotates": false }, - { "id": "overlay_mutation_ARM_TENTACLES_8", "fg": 2811, "rotates": false }, - { "id": "overlay_mutation_BEAK", "fg": 2812, "rotates": false }, - { "id": "overlay_mutation_BEAK_HUM", "fg": 2812, "rotates": false }, - { "id": "overlay_mutation_BEAK_PECK", "fg": 2812, "rotates": false }, - { "id": "overlay_mutation_CANINE_EARS", "fg": 2813, "rotates": false }, - { "id": "overlay_mutation_LUPINE_EARS", "fg": 2817, "rotates": false }, - { "id": "overlay_mutation_CENOBITE", "fg": 2814, "rotates": false }, - { "id": "overlay_mutation_DEBUG_CLOAK", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_HS", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_LS", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_MIND_CONTROL", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_NIGHTVISION", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_NODMG", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_NOSCENT", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_NOTEMP", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_DEBUG_SILENT", "fg": 2815, "rotates": false }, - { "id": "overlay_mutation_ELFA_EARS", "fg": 2816, "rotates": false }, - { "id": "overlay_mutation_FELINE_EARS", "fg": 2817, "rotates": false }, - { "id": "overlay_worn_fur_cat_ears", "fg": 2817, "rotates": false }, - { "id": "overlay_worn_leather_cat_ears", "fg": 2817, "rotates": false }, - { "id": "overlay_mutation_FLOWERS", "fg": 2818, "rotates": false }, - { "id": "overlay_mutation_HORNS", "fg": 2819, "rotates": false }, - { "id": "overlay_mutation_HORNS_POINTED", "fg": 2819, "rotates": false }, - { "id": "overlay_mutation_HORNS_CURLED", "fg": 2820, "rotates": false }, - { "id": "overlay_mutation_INSECT_ARMS", "fg": 2821, "rotates": false }, - { "id": "overlay_mutation_INSECT_ARMS_OK", "fg": 2821, "rotates": false }, - { "id": "overlay_mutation_LEG_TENTACLES", "fg": 2822, "rotates": false }, - { "id": "overlay_mutation_MUZZLE_BEAR", "fg": 2823, "rotates": false }, - { "id": "overlay_mutation_MUZZLE", "fg": 2823, "rotates": false }, - { "id": "overlay_mutation_MOUTH_TENTACLES", "fg": 2825, "rotates": false }, - { "id": "overlay_mutation_MUZZLE_LONG", "fg": 2826, "rotates": false }, - { "id": "overlay_mutation_MUZZLE_RAT", "fg": 2827, "rotates": false }, - { "id": "overlay_mutation_M_BLOOM", "fg": 2828, "rotates": false }, - { "id": "overlay_mutation_PAWS_LARGE", "fg": 2829, "rotates": false }, - { "id": "overlay_mutation_ROOTS2", "fg": 2830, "rotates": false }, - { "id": "overlay_mutation_ROOTS3", "fg": 2830, "rotates": false }, - { "id": "overlay_mutation_MANDIBLES", "fg": 2831, "rotates": false }, - { "id": "overlay_mutation_SORES", "fg": 2832, "rotates": false }, - { "id": "overlay_mutation_SPOTS", "fg": 2832, "rotates": false }, - { "id": "overlay_mutation_TAIL_CATTLE", "fg": 2833, "rotates": false }, - { "id": "overlay_mutation_TAIL_FLUFFY", "fg": 2834, "rotates": false }, - { "id": "overlay_mutation_TAIL_CLUB", "fg": 2834, "rotates": false }, - { "id": "overlay_mutation_TAIL_RAPTOR", "fg": 2835, "rotates": false }, - { "id": "overlay_mutation_TAIL_RAT", "fg": 2836, "rotates": false }, - { "id": "overlay_mutation_TAIL_STING", "fg": 2837, "rotates": false }, - { "id": "overlay_mutation_TAIL_STUB", "fg": 2838, "rotates": false }, - { "id": "overlay_mutation_TAIL_THICK", "fg": 2838, "rotates": false }, - { "id": "overlay_mutation_TAIL_LONG", "fg": 604, "rotates": false }, - { "id": "overlay_mutation_THRESH_ALPHA", "fg": 2839, "rotates": false }, - { "id": "overlay_mutation_URSINE_EARS", "fg": 2840, "rotates": false }, - { "id": "overlay_mutation_VINES1", "fg": 2841, "rotates": false }, - { "id": "overlay_mutation_VINES2", "fg": 2842, "rotates": false }, - { "id": "overlay_mutation_VINES3", "fg": 2842, "rotates": false }, - { "id": "overlay_mutation_WHISKERS", "fg": 2843, "rotates": false }, - { "id": "overlay_mutation_WHISKERS_RAT", "fg": 2843, "rotates": false }, - { "id": "overlay_mutation_WINGS_BAT", "fg": 2844, "rotates": false }, - { "id": "overlay_mutation_WINGS_BIRD", "fg": 2845, "rotates": false }, - { "id": "overlay_mutation_WINGS_BUTTERFLY", "fg": 2846, "rotates": false }, - { "id": "overlay_mutation_WINGS_INSECT", "fg": 2847, "rotates": false }, - { "id": "overlay_mutation_WINGS_STUB", "fg": 2848, "rotates": false }, - { "id": "animation_bullet_flame", "fg": 2849, "rotates": false }, - { "id": "animation_bullet_normal", "fg": 2850, "rotates": false }, - { "id": "animation_line", "bg": 2850 }, - { "id": "animation_bullet_shrapnel", "fg": 2851 }, - { "id": "animation_hit", "fg": 2852 }, - { "id": "cursor", "fg": 2853, "rotates": false }, - { "id": "line_target", "bg": 2853, "rotates": false }, - { "id": "line_trail", "bg": 2853, "rotates": false }, - { "id": "fd_acid_vent", "bg": 2856, "rotates": false }, - { "id": "fd_slime", "bg": 2856, "rotates": false }, - { "id": "fd_tear_gas", "bg": 2896 }, - { "id": "fd_push_items", "bg": 2896 }, - { "id": "fd_dazzling", "fg": 2897 }, - { - "id": "fd_electricity", - "fg": 2898, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2899 }, - { "id": "unconnected", "fg": 2899 }, - { "id": "corner", "fg": 2900 }, - { "id": "edge", "fg": 2901 }, - { "id": "end_piece", "fg": 2902 }, - { "id": "t_connection", "fg": 2903 } - ] - }, - { "id": "fd_shock_vent", "bg": 2898, "rotates": false }, - { "id": "fd_fatigue", "fg": 2904 }, - { "id": "fd_gibs_flesh", "fg": 2917 }, - { "id": "fd_gibs_veggy", "fg": 2930 }, - { "id": "fd_spotlight", "fg": 2952, "rotates": false }, - { "id": "highlight_item", "fg": 2959, "rotates": false }, - { "id": "lighting_boomered_dark", "fg": 2960, "rotates": false }, - { "id": "lighting_boomered_light", "fg": 2961, "rotates": false }, - { "id": "lighting_lowlight_dark", "fg": 2962, "rotates": false }, - { "id": "lighting_lowlight_light", "fg": 2963, "rotates": false }, - { "id": "night_filter", "fg": 4194 }, - { "id": "day_filter", "fg": 4192 }, - { "id": "dusk_filter", "fg": 4193 }, - { "id": "nv_over_filter", "fg": 4197 }, - { "id": "nv_filter", "fg": 4196 }, - { "id": "shadow_filter", "fg": 4195 }, - { "id": "blob_pit", "fg": 2967, "bg": 3150 }, - { "id": "blob_pit_season_winter", "fg": 2967, "bg": 3156 }, - { "id": "t_bridge", "fg": 2979, "rotates": false }, - { "id": "t_carpet_green", "fg": 2982, "rotates": false }, - { "id": "t_carpet_purple", "fg": 2983, "rotates": false }, - { "id": "t_carpet_red", "fg": 2984, "rotates": false }, - { "id": "t_carpet_yellow", "fg": 2985, "rotates": false }, - { - "id": "t_fungus_wall_transformed", - "fg": 3124, - "bg": 3061, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3143, "bg": 3061 }, - { "id": "edge", "fg": 3144, "bg": 3061 }, - { "id": "t_connection", "fg": 3146, "bg": 3061 }, - { "id": "center", "fg": 3142, "bg": 3061 }, - { "id": "end_piece", "fg": 3145, "bg": 3061 }, - { "id": "unconnected", "fg": 3124, "bg": 3061 } - ] - }, - { "id": "t_claymound", "fg": 2996 }, - { "id": "t_claymound_season_winter", "fg": 2997 }, - { "id": "t_column", "fg": 2998, "rotates": false }, - { "id": "t_console", "fg": 3005, "rotates": false }, - { "id": "vp_cam_control", "fg": 3005, "rotates": true }, - { "id": "t_elevator_control", "fg": 3005, "rotates": false }, - { "id": "f_aut_gas_console", "fg": 3005 }, - { "id": [ "t_console_broken", "t_sliding_concrete_wall_control" ], "fg": 3006, "rotates": false }, - { "id": "t_elevator_control_off", "fg": 3006, "rotates": false }, - { "id": "t_radio_controls", "fg": 3006, "rotates": false }, - { "id": "f_aut_gas_console_o", "fg": 3006 }, - { "id": "t_curtains", "fg": 3012, "rotates": false }, - { - "id": "t_dock", - "fg": 3022, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3022 }, - { "id": "unconnected", "fg": 3022 }, - { "id": "corner", "fg": 3023 }, - { "id": "edge", "fg": 3024 }, - { "id": "end_piece", "fg": 3025 }, - { "id": "t_connection", "fg": 3026 } - ] - }, - { "id": "t_door_boarded", "fg": 3029, "rotates": false }, - { "id": "t_door_boarded_damaged", "fg": 3030, "rotates": false }, - { "id": "t_door_boarded_damaged_peep", "fg": 3031, "rotates": false }, - { "id": "t_door_boarded_peep", "fg": 3032, "rotates": false }, - { "id": "t_door_curtain_c", "fg": 3033, "rotates": false }, - { "id": "t_door_curtain_o", "fg": 3034, "rotates": false }, - { "id": "t_door_glass_c", "fg": 3036, "rotates": false }, - { "id": "t_door_makeshift_c", "fg": 3038, "rotates": false }, - { "id": "t_door_metal_c", "fg": 3040, "rotates": true }, - { "id": "t_door_metal_locked", "fg": 3040, "rotates": false }, - { "id": "t_door_metal_c_peep", "fg": 3041, "rotates": false }, - { "id": "t_door_metal_pickable", "fg": 3043 }, - { "id": "t_elevator", "fg": 3045, "rotates": false }, - { "id": "t_grate", "fg": 3045, "rotates": false }, - { "id": "t_floor_blue", "fg": 3054, "rotates": false }, - { "id": "t_floor_green", "fg": 3055, "rotates": false }, - { "id": "t_floor_red", "fg": 3056, "rotates": false }, - { "id": "t_floor_wax", "fg": 3057 }, - { "id": "t_floor_waxed", "fg": 3058, "rotates": false }, - { "id": "t_floor_waxed_y", "fg": 5196, "rotates": false }, - { "id": "f_standing_tank", "fg": 3068 }, - { "id": "t_bulk_tank", "fg": 3068 }, - { "id": "t_gates_control_brick", "fg": 3069, "rotates": false }, - { - "id": [ "t_gates_control_concrete", "t_reinforced_glass_control", "t_containment_control" ], - "fg": 3070, - "rotates": false - }, - { "id": "t_gates_control_metal", "fg": 3070 }, - { - "id": "t_generator_broken", - "fg": 3072, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 3073 } ] - }, - { - "id": "t_monkey_bars", - "fg": 3128, - "bg": 3075, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3128, "bg": 3075 }, - { "id": "corner", "fg": 3129, "bg": 3075 }, - { "id": "t_connection", "fg": 3130, "bg": 3075 } - ] - }, - { - "id": "t_slide", - "fg": 3248, - "bg": 3075, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3248, "bg": 3075 }, { "id": "end_piece", "fg": 3249, "bg": 3075 } ] - }, - { - "id": "t_grass_white", - "bg": 3075, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3088 }, - { "id": "corner", "fg": 3089 }, - { "id": "edge", "fg": 3090 }, - { "id": "end_piece", "fg": 3090 }, - { "id": "t_connection", "fg": 3091 } - ] - }, - { "id": "t_grass_white_season_winter", "fg": 992 }, - { - "id": "t_monkey_bars_season_winter", - "fg": 3128, - "bg": 3081, - "multitile": true, - "additional_tiles": [ - { "id": "edge", "bg": 3081 }, - { "id": "corner", "fg": 3129, "bg": 3081 }, - { "id": "center", "fg": 3128, "bg": 3081 }, - { "id": "t_connection", "fg": 3130, "bg": 3081 } - ] - }, - { - "id": "t_slide_season_winter", - "fg": 3248, - "bg": 3085, - "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3248, "bg": 3085 }, { "id": "end_piece", "fg": 3249, "bg": 3085 } ] - }, - { - "id": "t_slime_season_winter", - "fg": 3250, - "bg": 3085, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 3250 }, - { "id": "center", "fg": 3251 }, - { "id": "corner", "fg": 3252 }, - { "id": "edge", "fg": 3253 }, - { "id": "end_piece", "fg": 3254 }, - { "id": "t_connection", "fg": 3255 } - ] - }, - { - "id": "t_hole", - "fg": 3092, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 3092 }, - { "id": "center", "fg": 3093 }, - { "id": "corner", "fg": 3094 }, - { "id": "edge", "fg": 3095 }, - { "id": "end_piece", "fg": 3096 }, - { "id": "t_connection", "fg": 3097 } - ] - }, - { "id": "f_robotic_arm", "fg": 3099, "rotates": false }, - { "id": "t_ind_lathe", "fg": 3102, "rotates": false }, - { "id": "f_ladder", "fg": 3105, "rotates": false }, - { "id": "t_lava", "fg": 3106, "rotates": false }, - { "id": "tr_lava", "fg": 3106, "rotates": false }, - { "id": "t_linoleum_gray", "fg": 3109, "rotates": false }, - { "id": "t_linoleum_white", "fg": 3110, "rotates": false }, - { "id": "t_ind_press", "fg": 3113 }, - { "id": "f_water_heater", "fg": 3115, "rotates": true }, - { "id": "t_metal_floor", "fg": 3121, "rotates": false }, - { "id": "t_scrap_floor", "fg": 3121, "rotates": false }, - { "id": "t_ov_smreb_cage", "fg": 3135, "rotates": false }, - { "id": "tr_glass_pit", "fg": 3154 }, - { "id": "tr_glass_pit_season_winter", "fg": 3155 }, - { "id": "t_pontoon_dp", "fg": 3163 }, - { "id": "tr_raincatcher", "fg": 3174, "rotates": false }, - { "id": "t_rdoor_boarded", "fg": 3176, "rotates": false }, - { "id": "t_rdoor_boarded_damaged", "fg": 3177, "rotates": false }, - { - "id": [ "t_rock", "t_border_rock" ], - "fg": 3192, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3192 }, - { "id": "corner", "fg": 3193 }, - { "id": "edge", "fg": 3194 }, - { "id": "end_piece", "fg": 3195 }, - { "id": "t_connection", "fg": 3203 }, - { "id": "unconnected", "fg": 3204 } - ] - }, - { "id": "t_metal", "fg": 3957, "bg": 3192, "rotates": false }, - { "id": [ "t_switch_even", "t_jaildoor_control" ], "fg": 3277, "bg": 3192, "rotates": false }, - { "id": "t_switch_gb", "fg": 3278, "bg": 3192, "rotates": false }, - { "id": "t_switch_rb", "fg": 3279, "bg": 3192, "rotates": false }, - { "id": "t_switch_rg", "fg": 3280, "bg": 3192, "rotates": false }, - { - "id": "t_rock_smooth", - "fg": 3196, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3197 }, - { "id": "corner", "fg": 3198 }, - { "id": "edge", "fg": 3199 }, - { "id": "end_piece", "fg": 3200 }, - { "id": "t_connection", "fg": 3201 }, - { "id": "unconnected", "fg": 3202 } - ] - }, - { - "id": "t_sandbox", - "fg": 3214, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 3214 }, - { "id": "center", "fg": 3215 }, - { "id": "edge", "fg": 3216 }, - { "id": "t_connection", "fg": 3216 }, - { "id": "unconnected", "fg": 3217 } - ] - }, - { - "id": "t_searth_test", - "fg": 3227, - "bg": 3215, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3227, "bg": 3215 }, - { "id": "corner", "fg": 3228, "bg": 3215 }, - { "id": "edge", "fg": 3229, "bg": 3215 }, - { "id": "t_connection", "fg": 3231, "bg": 3215 }, - { "id": "end_piece", "fg": 3230, "bg": 3215 }, - { "id": "unconnected", "fg": 3232, "bg": 3215 } - ] - }, - { "id": "t_sand", "fg": 3215 }, - { "id": "t_sandmound", "fg": 3218, "rotates": false }, - { - "id": "t_wall_w", - "fg": 3385, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "unconnected", "fg": 3219 }, - { "id": "center", "fg": 3385 }, - { "id": "corner", "fg": 3397 }, - { "id": "edge", "fg": 3398 }, - { "id": "end_piece", "fg": 3399 }, - { "id": "t_connection", "fg": 3400 } - ] - }, - { "id": "t_sewage", "fg": 3233, "rotates": false }, - { "id": "t_slope_down", "fg": 3256, "rotates": false }, - { "id": "t_slope_up", "fg": 3257, "rotates": false }, - { "id": "t_low_stairs_begin", "fg": 3257, "rotates": false }, - { "id": "t_strconc_floor_halfway", "fg": 3262 }, - { - "id": "t_water_dp_season_winter", - "fg": 3266, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3266 }, - { "id": "corner", "fg": 3270 }, - { "id": "edge", "fg": 3271 }, - { "id": "end_piece", "fg": 3272 }, - { "id": "unconnected", "fg": 3273 } - ] - }, - { - "id": "t_water_dp", - "fg": 3266, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3266 }, - { "id": "corner", "fg": 3267 }, - { "id": "edge", "fg": 3268 }, - { "id": "end_piece", "fg": 3269 }, - { "id": "unconnected", "fg": 3274 } - ] - }, - { - "id": "t_wall_b", - "fg": 3325, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3325 }, - { "id": "corner", "fg": 3326 }, - { "id": "edge", "fg": 3327 }, - { "id": "end_piece", "fg": 3328 }, - { "id": "t_connection", "fg": 3329 }, - { "id": "unconnected", "fg": 3330 } - ] - }, - { - "id": "t_rock_blue", - "fg": 3330, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3325 }, - { "id": "corner", "fg": 3326 }, - { "id": "edge", "fg": 3327 }, - { "id": "end_piece", "fg": 3328 }, - { "id": "t_connection", "fg": 3329 }, - { "id": "unconnected", "fg": 3330 } - ] - }, - { - "id": "t_wall_g", - "fg": 3334, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3334 }, - { "id": "corner", "fg": 3341 }, - { "id": "edge", "fg": 3342 }, - { "id": "end_piece", "fg": 3343 }, - { "id": "t_connection", "fg": 3344 }, - { "id": "unconnected", "fg": 3345 } - ] - }, - { - "id": "t_rock_green", - "fg": 3345, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3334 }, - { "id": "corner", "fg": 3341 }, - { "id": "edge", "fg": 3342 }, - { "id": "end_piece", "fg": 3343 }, - { "id": "t_connection", "fg": 3344 }, - { "id": "unconnected", "fg": 3345 } - ] - }, - { "id": "t_wall_half", "fg": 3346 }, - { "id": "t_wall_half_season_winter", "fg": 3346 }, - { - "id": "t_wall_log", - "fg": 3347, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3347 }, - { "id": "corner", "fg": 3360 }, - { "id": "edge", "fg": 3361 }, - { "id": "end_piece", "fg": 3362 }, - { "id": "t_connection", "fg": 3369 }, - { "id": "unconnected", "fg": 3370 } - ] - }, - { - "id": "t_wall_log_broken", - "fg": 3348, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3348 }, - { "id": "corner", "fg": 3349 }, - { "id": "edge", "fg": 3350 }, - { "id": "end_piece", "fg": 3351 }, - { "id": "t_connection", "fg": 3352 }, - { "id": "unconnected", "fg": 3353 } - ] - }, - { - "id": "t_wall_log_chipped", - "fg": 3354, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3354 }, - { "id": "corner", "fg": 3355 }, - { "id": "edge", "fg": 3356 }, - { "id": "end_piece", "fg": 3357 }, - { "id": "t_connection", "fg": 3358 }, - { "id": "unconnected", "fg": 3359 } - ] - }, - { - "id": "t_wall_log_half", - "fg": 3363, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3363 }, - { "id": "corner", "fg": 3364 }, - { "id": "edge", "fg": 3365 }, - { "id": "end_piece", "fg": 3366 }, - { "id": "t_connection", "fg": 3367 }, - { "id": "unconnected", "fg": 3368 } - ] - }, - { - "id": "t_wall_p", - "fg": 3371, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3371 }, - { "id": "corner", "fg": 3372 }, - { "id": "edge", "fg": 3373 }, - { "id": "end_piece", "fg": 3374 }, - { "id": "t_connection", "fg": 3375 }, - { "id": "unconnected", "fg": 3376 } - ] - }, - { - "id": "t_wall_r", - "fg": 3377, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3377 }, - { "id": "corner", "fg": 3378 }, - { "id": "edge", "fg": 3379 }, - { "id": "end_piece", "fg": 3380 }, - { "id": "t_connection", "fg": 3381 }, - { "id": "unconnected", "fg": 3382 } - ] - }, - { - "id": "t_rock_red", - "fg": 3382, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3377 }, - { "id": "corner", "fg": 3378 }, - { "id": "edge", "fg": 3379 }, - { "id": "end_piece", "fg": 3380 }, - { "id": "t_connection", "fg": 3381 }, - { "id": "unconnected", "fg": 3382 } - ] - }, - { - "id": "t_wall_wood", - "fg": 3389, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3389 }, - { "id": "corner", "fg": 3392 }, - { "id": "unconnected", "fg": 3393 }, - { "id": "edge", "fg": 3394 }, - { "id": "end_piece", "fg": 3395 }, - { "id": "t_connection", "fg": 3396 } - ] - }, - { - "id": "t_wall_wood_season_winter", - "fg": 3389, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3389 }, - { "id": "corner", "fg": 3392 }, - { "id": "unconnected", "fg": 3393 }, - { "id": "edge", "fg": 3394 }, - { "id": "end_piece", "fg": 3395 }, - { "id": "t_connection", "fg": 3396 } - ] - }, - { "id": "t_wall_wood_broken", "fg": 3390 }, - { "id": "t_wall_wood_broken_season_winter", "fg": 3390 }, - { "id": "t_wall_wood_chipped", "fg": 3391 }, - { - "id": "t_wall_y", - "fg": 3401, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 3401 }, - { "id": "corner", "fg": 3402 }, - { "id": "edge", "fg": 3403 }, - { "id": "end_piece", "fg": 3404 }, - { "id": "t_connection", "fg": 3405 }, - { "id": "unconnected", "fg": 3406 } - ] - }, - { "id": "t_water_pool", "fg": 3407, "rotates": false }, - { "id": "well_pump", "fg": 3408 }, - { "id": "t_window_enhanced_noglass", "fg": 3426 }, - { "id": "t_window_stained_blue", "fg": 3430, "rotates": false }, - { "id": "t_window_stained_green", "fg": 3431, "rotates": false }, - { "id": "t_window_stained_red", "fg": 3432, "rotates": false }, - { "id": "advanced_ecig", "fg": 3435, "rotates": false }, - { "id": "ecig", "fg": 3435, "rotates": false }, - { "id": "adv_UPS_off", "fg": 3436, "rotates": false }, - { "id": "battery_ups", "fg": 3820, "bg": 3436 }, - { "id": "airhorn", "fg": 3437, "rotates": false }, - { "id": "f_anvil", "fg": 3438, "rotates": false }, - { "id": "beartrap", "fg": 3446, "rotates": false }, - { "id": "bframegrow", "fg": 3447 }, - { "id": "glooplegrow", "fg": 3447 }, - { "id": "oozlegrow", "fg": 3447 }, - { "id": "bitergrow", "fg": 3448 }, - { "id": "cluttergrow", "fg": 3448 }, - { "id": "freeziegrow", "fg": 3448 }, - { "id": "frostiegrow", "fg": 3448 }, - { "id": "fuzzlegrow", "fg": 3448 }, - { "id": "glowiegrow", "fg": 3448 }, - { "id": "graygrow", "fg": 3448 }, - { "id": "horrorgrow", "fg": 3448 }, - { "id": "inkiegrow", "fg": 3448 }, - { "id": "meltiegrow", "fg": 3448 }, - { "id": "queengrow", "fg": 3448 }, - { "id": "razorqueengrow", "fg": 3448 }, - { "id": "sharpgrow", "fg": 3448 }, - { "id": "sicklegrow", "fg": 3448 }, - { "id": "sparkiegrow", "fg": 3448 }, - { "id": "stickiegrow", "fg": 3448 }, - { "id": "torchiegrow", "fg": 3448 }, - { "id": "voideatergrow", "fg": 3448 }, - { "id": "bloodaxe", "fg": 3451, "rotates": false }, - { "id": "bloodaxe_act", "fg": 3452, "rotates": false }, - { "id": "blood_athame_active", "fg": 3453, "rotates": false }, - { "id": "boobytrap", "fg": 3704, "bg": 3454 }, - { "id": "f_brazier", "fg": 3456 }, - { "id": "bubblewrap", "fg": 3461, "rotates": false }, - { "id": "caltrops", "fg": 3462, "rotates": false }, - { "id": "cash_card", "fg": 3469, "rotates": false }, - { "id": "catfood", "fg": 3470, "rotates": false }, - { "id": "cell_phone", "fg": 3471, "rotates": false }, - { "id": "cell_phone_flashlight", "fg": 5164, "rotates": false }, - { "id": "char_smoker", "fg": 3475, "rotates": false }, - { "id": "chemistry_set", "fg": 3476, "rotates": false }, - { "id": "chemistry_set_basic", "fg": 3476 }, - { "id": "chipper", "fg": 3477, "rotates": false }, - { "id": [ "veh_tracker", "vp_tracker" ], "fg": 3483, "rotates": false }, - { "id": "tr_cot", "fg": 3488, "rotates": false }, - { "id": "crucible_clay", "fg": 3493 }, - { "id": "cs_lajatang_off", "fg": 3495 }, - { "id": "cs_lajatang_on", "fg": 3495 }, - { "id": "dynamite_radio", "fg": 3501, "bg": 3721 }, - { "id": "dynamite_radio_act", "fg": 3502, "bg": 3721 }, - { "id": "eink_tablet_pc", "fg": 3503, "rotates": false }, - { "id": "emer_blanket", "fg": 3506 }, - { "id": "extinguisher", "fg": 3511, "rotates": false }, - { "id": "e_handcuffs", "fg": 3512 }, - { "id": "e_tool", "fg": 3513, "rotates": false }, - { "id": "firecracker", "fg": 3514, "rotates": false }, - { "id": "tool_rocket_candy", "fg": 3514 }, - { "id": "firecracker_act", "fg": 3515, "rotates": false }, - { "id": "tool_rocket_candy_act", "fg": 3515 }, - { "id": "fire_ax", "fg": 3522, "rotates": false }, - { "id": "crossbow_trap", "fg": 3523 }, - { "id": "flashlight", "fg": 3528, "rotates": false }, - { "id": "flashlight_on", "fg": 3529, "rotates": false }, - { "id": "folding_bicycle", "fg": 3532 }, - { "id": "folding_poncho", "fg": 3533, "rotates": false }, - { "id": "f_forge", "fg": 3534, "rotates": false }, - { "id": "forgerig", "fg": 3534 }, - { "id": "funnel", "fg": 3535, "rotates": false }, - { "id": "tr_funnel", "fg": 3535, "rotates": false }, - { "id": "gasdiscount_gold", "fg": 3539, "rotates": false }, - { "id": "gasdiscount_platinum", "fg": 3540, "rotates": false }, - { "id": "badge_swat", "fg": 3540 }, - { "id": "gasdiscount_silver", "fg": 3541, "rotates": false }, - { "id": "glowstick", "fg": 3546, "rotates": false }, - { "id": "glowstick_dead", "fg": 3547, "rotates": false }, - { "id": "glowstick_lit", "fg": 3548, "rotates": false }, - { "id": "grenade", "fg": 3551, "rotates": false }, - { "id": "grenade_act", "fg": 3552, "rotates": false }, - { "id": "metal_smoother", "fg": 3555 }, - { "id": "wood_smoother", "fg": 3555 }, - { "id": "hacksaw", "fg": 3556, "rotates": false }, - { "id": "hammer", "fg": 3558, "rotates": false }, - { "id": "handflare", "fg": 3559, "rotates": false }, - { "id": "handflare_lit", "fg": 3560, "rotates": false }, - { "id": "hand_drill", "fg": 3562 }, - { "id": "heatpack", "fg": 3564, "rotates": false }, - { "id": "heatpack_used", "fg": 3565 }, - { "id": "shotgun_trap", "fg": 3752, "bg": 3568 }, - { "id": "hobo_stove_on", "fg": 3569 }, - { "id": "popcan_stove", "fg": 3569 }, - { "id": [ "horn_bicycle", "vp_horn_bicycle", "vp_horn_big", "vp_horn_car" ], "fg": 3571, "rotates": false }, - { "id": "horn_big", "fg": 3571, "rotates": false }, - { "id": "horn_car", "fg": 3571, "rotates": false }, - { "id": "inhaler_sewergas", "fg": 3577 }, - { "id": "inhaler_stimgas", "fg": 3577 }, - { "id": "jack", "fg": 3578 }, - { "id": "jack_makeshift", "fg": 3580 }, - { "id": "jack_small", "fg": 3580 }, - { "id": "knife_rm42", "fg": 3590, "rotates": false }, - { "id": "knife_steak", "fg": 3591, "rotates": false }, - { "id": "landmine", "fg": 3598, "rotates": false }, - { "id": "tr_landmine_buried_season_winter", "fg": 3917, "bg": 3598 }, - { "id": "tr_landmine", "bg": 3598, "rotates": false }, - { "id": "tr_landmine_buried", "fg": 3916, "bg": 3598, "rotates": false }, - { "id": "large_tent_kit", "fg": 3600, "rotates": false }, - { "id": "lightstrip", "fg": 3603, "rotates": false }, - { "id": "lightstrip_inactive", "fg": 3604, "rotates": false }, - { "id": "crude_firestarter", "fg": 3604 }, - { "id": "lobotomizer", "fg": 3605 }, - { "id": "survivor_machete", "fg": 3607 }, - { "id": "tr_makeshift_funnel", "fg": 3611, "rotates": false }, - { "id": "matches", "fg": 3617, "rotates": false }, - { "id": "char_cooker", "fg": 3618, "rotates": false }, - { "id": "tr_metal_funnel", "fg": 3619 }, - { "id": "double_plutonium_core", "fg": 3821, "bg": 3621 }, - { "id": "mop", "fg": 3627, "rotates": false }, - { "id": "mp3", "fg": 3629, "rotates": false }, - { "id": "mp3_on", "fg": 3630, "rotates": false }, - { "id": "charcoal_cooker", "fg": 3631 }, - { "id": "gasoline_cooker", "fg": 3631 }, - { "id": "oil_cooker", "fg": 3631 }, - { "id": "offering_chalice", "fg": 3637, "rotates": false }, - { "id": "offering_chalice_active", "fg": 3637, "rotates": false }, - { "id": "offering_chalice_used", "fg": 3637, "rotates": false }, - { "id": "oil_lamp", "fg": 3638, "rotates": false }, - { "id": "electric_lantern", "fg": 3638 }, - { "id": "oxylamp", "fg": 3638 }, - { "id": "oil_lamp_on", "fg": 3639, "rotates": false }, - { "id": "electric_lantern_on", "fg": 3639 }, - { "id": "oxylamp_on", "fg": 3639 }, - { "id": "overlay_wielded_ax", "fg": 3640, "rotates": false }, - { "id": "overlay_wielded_battleaxe", "fg": 3640, "rotates": false }, - { "id": "overlay_wielded_battleaxe_inferior", "fg": 3640, "rotates": false }, - { "id": "overlay_wielded_battleaxe_fake", "fg": 3640, "rotates": false }, - { "id": "overlay_wielded_banjo", "fg": 3641, "rotates": false }, - { "id": "overlay_wielded_battletorch", "fg": 3642, "rotates": false }, - { "id": "overlay_wielded_torch", "fg": 3642, "rotates": false }, - { "id": "overlay_wielded_torch_done", "fg": 3642, "rotates": false }, - { "id": "overlay_wielded_battletorch_done", "fg": 3642, "rotates": false }, - { "id": "overlay_wielded_battletorch_lit", "fg": 3643, "rotates": false }, - { "id": "overlay_wielded_torch_lit", "fg": 3643, "rotates": false }, - { "id": "overlay_wielded_bloodaxe", "fg": 3644, "rotates": false }, - { "id": "overlay_wielded_copper_ax", "fg": 3644, "rotates": false }, - { "id": "overlay_wielded_hatchet", "fg": 3644, "rotates": false }, - { "id": "overlay_wielded_bloodaxe_act", "fg": 3644, "rotates": false }, - { "id": "overlay_wielded_blood_athame", "fg": 3645, "rotates": false }, - { "id": "overlay_wielded_blood_athame_active", "fg": 3645, "rotates": false }, - { "id": "overlay_wielded_broadfire_off", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_broadsword", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_broadsword_fake", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_stormbringer", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_arming_sword", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_arming_sword_fake", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_laevateinn_replica", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_arming_sword_inferior", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_broadsword_inferior", "fg": 3646, "rotates": false }, - { "id": "overlay_wielded_broadfire_on", "fg": 3647, "rotates": false }, - { "id": "overlay_wielded_carver_off", "fg": 3648, "rotates": false }, - { "id": "overlay_wielded_carver_on", "fg": 3648, "rotates": false }, - { "id": "overlay_wielded_honey_scraper", "fg": 3648, "rotates": false }, - { "id": "overlay_wielded_primitive_knife", "fg": 3648, "rotates": false }, - { "id": "overlay_wielded_knife_steak", "fg": 3648, "rotates": false }, - { "id": "overlay_wielded_chainsaw_on", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_chainsaw_off", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_combatsaw_off", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_combatsaw_on", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_trimmer_off", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_trimmer_on", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_elec_chainsaw_off", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_elec_chainsaw_on", "fg": 3649, "rotates": false }, - { "id": "overlay_wielded_blowgun", "fg": 3650, "rotates": false }, - { "id": "overlay_wielded_clarinet", "fg": 3650, "rotates": false }, - { "id": "overlay_wielded_flute", "fg": 3650, "rotates": false }, - { "id": "overlay_wielded_cs_lajatang_off", "fg": 3651, "rotates": false }, - { "id": "overlay_wielded_cs_lajatang_on", "fg": 3651, "rotates": false }, - { "id": "overlay_wielded_cutlass", "fg": 3652, "rotates": false }, - { "id": "overlay_wielded_cutlass_fake", "fg": 3652, "rotates": false }, - { "id": "overlay_wielded_cutlass_inferior", "fg": 3652, "rotates": false }, - { "id": "overlay_wielded_diveknife", "fg": 3653, "rotates": false }, - { "id": "overlay_wielded_makeshift_knife", "fg": 3653, "rotates": false }, - { "id": "overlay_wielded_copper_knife", "fg": 3653, "rotates": false }, - { "id": "overlay_wielded_pockknife", "fg": 3653, "rotates": false }, - { "id": "overlay_wielded_elc_bld", "fg": 3654, "rotates": false }, - { "id": "overlay_wielded_elc_blds", "fg": 3655, "rotates": false }, - { "id": "overlay_wielded_e_handcuffs", "fg": 3656, "rotates": false }, - { "id": "overlay_worn_e_handcuffs", "fg": 3656, "rotates": false }, - { "id": "overlay_wielded_e_tool", "fg": 3657, "rotates": false }, - { "id": "overlay_wielded_firekatana_off", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_katana", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_katana_fake", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_wakizashi", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_wakizashi_fake", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_dao", "fg": 3658, "rotates": false }, - { - "id": [ "overlay_wielded_scimitar", "overlay_wielded_cavalry_sabre", "overlay_wielded_cavalry_sabre_fake" ], - "fg": 3658, - "rotates": false - }, - { "id": "overlay_wielded_scimitar_fake", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_katana_inferior", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_scimitar_inferior", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_wakizashi_inferior", "fg": 3658, "rotates": false }, - { "id": "overlay_wielded_firekatana_on", "fg": 3659, "rotates": false }, - { "id": "overlay_wielded_firemachete_off", "fg": 3660, "rotates": false }, - { "id": "overlay_wielded_machete", "fg": 3660, "rotates": false }, - { "id": "overlay_wielded_shishkebab_off", "fg": 3660, "rotates": false }, - { "id": "overlay_wielded_makeshift_machete", "fg": 3660, "rotates": false }, - { "id": "overlay_wielded_survivor_machete", "fg": 3660, "rotates": false }, - { "id": "overlay_wielded_blade", "fg": 3660, "rotates": false }, - { "id": "overlay_wielded_firemachete_on", "fg": 3661, "rotates": false }, - { "id": "overlay_wielded_shishkebab_on", "fg": 3661, "rotates": false }, - { "id": "overlay_wielded_sword_xiphos", "fg": 3661, "rotates": false }, - { "id": "overlay_wielded_fire_ax", "fg": 3662, "rotates": false }, - { "id": "overlay_wielded_fishing_rod_basic", "fg": 3663, "rotates": false }, - { "id": "overlay_wielded_fishing_rod_professional", "fg": 3663, "rotates": false }, - { "id": "overlay_wielded_flesh_blade", "fg": 3664, "rotates": false }, - { "id": "overlay_wielded_halligan", "fg": 3665, "rotates": false }, - { "id": "overlay_wielded_hammer", "fg": 3666, "rotates": false }, - { "id": "overlay_wielded_makeshift_hammer", "fg": 3666, "rotates": false }, - { "id": "overlay_wielded_heavy_flashlight", "fg": 3667, "rotates": false }, - { "id": "overlay_wielded_l-stick", "fg": 3667, "rotates": false }, - { "id": "overlay_wielded_glowstick_dead", "fg": 3667, "rotates": false }, - { "id": "overlay_wielded_glowstick", "fg": 3667, "rotates": false }, - { "id": "overlay_wielded_handflare", "fg": 3667, "rotates": false }, - { "id": "overlay_wielded_handflare_dead", "fg": 3667, "rotates": false }, - { "id": "overlay_wielded_heavy_flashlight_on", "fg": 3668, "rotates": false }, - { "id": "overlay_wielded_l-stick_on", "fg": 3668, "rotates": false }, - { "id": "overlay_wielded_glowstick_lit", "fg": 3668, "rotates": false }, - { "id": "overlay_wielded_handflare_lit", "fg": 3668, "rotates": false }, - { "id": "overlay_wielded_hoe", "fg": 3669, "rotates": false }, - { "id": "overlay_wielded_iceaxe", "fg": 3670, "rotates": false }, - { "id": "overlay_wielded_pickaxe", "fg": 3670, "rotates": false }, - { "id": "overlay_wielded_knife_butcher", "fg": 3671, "rotates": false }, - { "id": "overlay_wielded_knife_rm42", "fg": 3672, "rotates": false }, - { "id": "overlay_wielded_knife_rambo", "fg": 3672, "rotates": false }, - { "id": "overlay_wielded_knife_hunting", "fg": 3672, "rotates": false }, - { "id": "overlay_wielded_knife_combat", "fg": 3672, "rotates": false }, - { "id": "overlay_wielded_knife_trench", "fg": 3672, "rotates": false }, - { "id": "overlay_wielded_kris", "fg": 3673, "rotates": false }, - { "id": "overlay_wielded_kris_fake", "fg": 3673, "rotates": false }, - { "id": "overlay_wielded_kukri", "fg": 3674, "rotates": false }, - { "id": "overlay_wielded_lobotomizer", "fg": 3675, "rotates": false }, - { "id": "overlay_wielded_makeshift_crowbar", "fg": 3676, "rotates": false }, - { "id": "overlay_wielded_crowbar", "fg": 3676, "rotates": false }, - { "id": "overlay_wielded_mop", "fg": 3677, "rotates": false }, - { "id": "overlay_wielded_nodachi", "fg": 3678, "rotates": false }, - { "id": "overlay_wielded_nodachi_fake", "fg": 3678, "rotates": false }, - { "id": "overlay_wielded_primitive_axe", "fg": 3679, "rotates": false }, - { "id": "overlay_wielded_primitive_hammer", "fg": 3679, "rotates": false }, - { "id": "overlay_wielded_makeshift_axe", "fg": 3679, "rotates": false }, - { "id": "overlay_wielded_primitive_adze", "fg": 3679, "rotates": false }, - { "id": "overlay_wielded_rapier", "fg": 3680, "rotates": false }, - { "id": "overlay_wielded_rapier_fake", "fg": 3680, "rotates": false }, - { "id": "overlay_wielded_scythe", "fg": 3681, "rotates": false }, - { "id": "overlay_wielded_scythe_war", "fg": 3681, "rotates": false }, - { "id": "overlay_wielded_shovel", "fg": 3682, "rotates": false }, - { "id": "overlay_wielded_makeshift_shovel", "fg": 3682, "rotates": false }, - { "id": "overlay_wielded_primitive_shovel", "fg": 3682, "rotates": false }, - { "id": "overlay_wielded_sickle", "fg": 3683, "rotates": false }, - { "id": "overlay_wielded_khopesh", "fg": 3683, "rotates": false }, - { "id": "overlay_wielded_spear_pestilence", "fg": 3684, "rotates": false }, - { "id": "overlay_wielded_gungnir_replica", "fg": 3684, "rotates": false }, - { "id": "overlay_wielded_stormbringer_on", "fg": 3685, "rotates": false }, - { "id": "overlay_wielded_sun_sword", "fg": 3686, "rotates": false }, - { "id": "overlay_wielded_sun_sword_on", "fg": 3687, "rotates": false }, - { "id": "overlay_wielded_tanto", "fg": 3688, "rotates": false }, - { "id": "overlay_wielded_tazer", "fg": 3689, "rotates": false }, - { "id": "overlay_wielded_trumpet", "fg": 3690, "rotates": false }, - { "id": "overlay_wielded_ukulele", "fg": 3691, "rotates": false }, - { "id": "overlay_wielded_vibrator", "fg": 3692, "rotates": false }, - { "id": "overlay_wielded_violin", "fg": 3693, "rotates": false }, - { "id": "overlay_worn_case_violin", "fg": 5165, "rotates": false }, - { "id": "overlay_wielded_violin_golden", "fg": 3693, "rotates": false }, - { "id": "overlay_wielded_wrench", "fg": 3694, "rotates": false }, - { "id": "overlay_wielded_zweifire_off", "fg": 3695, "rotates": false }, - { "id": "overlay_wielded_zweihander", "fg": 3695, "rotates": false }, - { "id": "overlay_wielded_zweihander_fake", "fg": 3695, "rotates": false }, - { "id": "overlay_wielded_longsword", "fg": 3695, "rotates": false }, - { "id": "overlay_wielded_longsword_fake", "fg": 3695, "rotates": false }, - { "id": "overlay_wielded_longsword_inferior", "fg": 3695, "rotates": false }, - { "id": "overlay_wielded_zweihander_inferior", "fg": 3695, "rotates": false }, - { "id": "overlay_wielded_zweifire_on", "fg": 3696, "rotates": false }, - { "id": "pipebomb_radio", "fg": 3704, "bg": 3721 }, - { "id": "tool_rdx_sand_bomb", "fg": 3704 }, - { "id": "pipebomb_radio_act", "fg": 3705, "bg": 3721 }, - { "id": "tool_rdx_sand_bomb_act", "fg": 3705 }, - { "id": "pockknife", "fg": 3710, "rotates": false }, - { "id": "multitool", "fg": 3710 }, - { "id": "carding_paddles", "fg": 3715 }, - { "id": "makeshift_knife", "fg": 3717 }, - { "id": "two_way_radio", "fg": 3720 }, - { "id": "rx12_injector", "fg": 3731 }, - { "id": "scissors", "fg": 3735, "rotates": false }, - { "id": "screwdriver", "fg": 3738, "rotates": false }, - { "id": "scroll_sun", "fg": 3740, "rotates": false }, - { "id": "scroll_moon", "fg": 3740, "rotates": false }, - { "id": "scroll_artiface", "fg": 3740, "rotates": false }, - { "id": "scroll_nature", "fg": 3740, "rotates": false }, - { "id": "scroll_destruction", "fg": 3740, "rotates": false }, - { "id": "scroll_subversion", "fg": 3740, "rotates": false }, - { "id": "scroll_sun_on", "fg": 3741, "rotates": false }, - { "id": "scroll_moon_on", "fg": 3741, "rotates": false }, - { "id": "scroll_artiface_on", "fg": 3741, "rotates": false }, - { "id": "scroll_nature_on", "fg": 3741, "rotates": false }, - { "id": "scroll_destruction_on", "fg": 3741, "rotates": false }, - { "id": "scroll_subversion_on", "fg": 3741, "rotates": false }, - { "id": "sewing_kit", "fg": 3744, "rotates": false }, - { "id": "damaged_shelter_kit", "fg": 3746 }, - { "id": "lemat_revolver_shotgun", "fg": 3752 }, - { "id": "masterkey", "fg": 3752 }, - { "id": "rm121aux", "fg": 3752 }, - { "id": "u_shotgun", "fg": 3752 }, - { "id": "sm_extinguisher", "fg": 3757, "rotates": false }, - { "id": "throw_extinguisher", "fg": 3757 }, - { "id": "soldering_iron", "fg": 3759, "rotates": false }, - { "id": "spear_pestilence", "fg": 3761, "rotates": false }, - { "id": "spiral_matrix", "fg": 3762 }, - { "id": "dcluster", "fg": 3762 }, - { "id": "spray_can", "fg": 3763, "rotates": false }, - { "id": "f_still", "fg": 3765, "rotates": false }, - { "id": "stormbringer", "fg": 3766, "rotates": false }, - { "id": "stormbringer_on", "fg": 3767, "rotates": false }, - { "id": "summon_kreck", "fg": 3768, "rotates": false }, - { "id": "summon_blank", "fg": 3768, "rotates": false }, - { "id": "summon_flaming_eye", "fg": 3768, "rotates": false }, - { "id": "summon_hunting_horror", "fg": 3768, "rotates": false }, - { "id": "summon_flying_polyp", "fg": 3768, "rotates": false }, - { "id": "summon_mi_go", "fg": 3768, "rotates": false }, - { "id": "summon_yugg", "fg": 3768, "rotates": false }, - { "id": "summon_shoggoth", "fg": 3768, "rotates": false }, - { "id": "summon_dark_wyrm", "fg": 3768, "rotates": false }, - { "id": "summon_jabberwock", "fg": 3768, "rotates": false }, - { "id": "sun_sword", "fg": 3769, "rotates": false }, - { "id": "diveknife", "fg": 3775 }, - { "id": "diamond_bayonet", "fg": 3776 }, - { "id": "diamond_pistol_bayonet", "fg": 3776 }, - { "id": "diamond_sword_bayonet", "fg": 3776 }, - { "id": "makeshift_bayonet", "fg": 3776 }, - { "id": "syringe", "fg": 3778, "rotates": false }, - { "id": "tailors_kit", "fg": 3779 }, - { "id": "talking_doll", "fg": 3780, "rotates": false }, - { "id": "teddy", "fg": 3780 }, - { "id": "portal", "fg": 3786 }, - { "id": "tent_kit", "fg": 3787, "rotates": false }, - { "id": "broketent", "fg": 3787 }, - { "id": "largebroketent", "fg": 3787 }, - { "id": "c4", "fg": 3793 }, - { "id": "c4armed", "fg": 3793 }, - { "id": "fertilizer_bomb", "fg": 3794 }, - { "id": "nail_bomb", "fg": 3794 }, - { "id": "tool_black_powder_charge", "fg": 3794 }, - { "id": "fertilizer_bomb_act", "fg": 3795 }, - { "id": "nail_bomb_act", "fg": 3795 }, - { "id": "tool_black_powder_charge_act", "fg": 3795 }, - { "id": "string_6", "fg": 3800, "rotates": false }, - { "id": "UPS_off", "fg": 3803, "rotates": false }, - { "id": "vac_sealer", "fg": 3804, "rotates": false }, - { "id": "makeshift_sealer", "fg": 3804 }, - { "id": "washboard", "fg": 3809 }, - { "id": "dog_whistle", "fg": 3813, "rotates": false }, - { "id": "tree_spile", "fg": 3813 }, - { "id": "wrench", "fg": 3815, "rotates": false }, - { "id": "laser_capacitor", "fg": 3820 }, - { "id": "rechargeable_battery", "bg": 3820 }, - { "id": "magazine_battery_mod", "fg": 3820 }, - { "id": "emer_blanket_on", "fg": 3827, "rotates": false }, - { "id": "porkpie", "fg": 3829 }, - { "id": "folding_poncho_on", "fg": 3830, "rotates": false }, - { "id": "goggles_ir", "fg": 3834, "rotates": false }, - { "id": "goggles_ir_on", "fg": 3835, "rotates": false }, - { "id": "knit_scarf", "fg": 3840, "rotates": false }, - { "id": "knit_scarf_loose", "fg": 3840, "rotates": false }, - { "id": "long_knit_scarf", "fg": 3841, "rotates": false }, - { "id": "long_knit_scarf_loose", "fg": 3841, "rotates": false }, - { "id": "scarf_long_loose", "fg": 3841 }, - { "id": "scarf_long", "fg": 3841 }, - { "id": "mask_fsurvivor", "fg": 3843 }, - { "id": "mask_fsurvivorxl", "fg": 3843 }, - { "id": "mask_hsurvivor", "fg": 3843 }, - { "id": "mask_lsurvivor", "fg": 3843 }, - { "id": "mask_wsurvivor", "fg": 3843 }, - { "id": "mask_wsurvivorxl", "fg": 3843 }, - { "id": "overlay_female_worn_thermal_outfit", "fg": 3847, "rotates": false }, - { "id": "overlay_female_worn_thermal_outfit_on", "fg": 3847, "rotates": false }, - { "id": "overlay_female_worn_thermal_suit", "fg": 3848, "rotates": false }, - { "id": "overlay_female_worn_thermal_suit_on", "fg": 3848, "rotates": false }, - { "id": "overlay_female_worn_towel", "fg": 3849, "rotates": false }, - { "id": "overlay_female_worn_towel_soiled", "fg": 5134, "rotates": false }, - { "id": "overlay_female_worn_towel_wet", "fg": 3849, "rotates": false }, - { "id": "overlay_male_worn_thermal_outfit", "fg": 3850, "rotates": false }, - { "id": "overlay_male_worn_thermal_outfit_on", "fg": 3850, "rotates": false }, - { "id": "thermal_outfit", "fg": 3850 }, - { "id": "thermal_outfit_on", "fg": 3850 }, - { "id": "overlay_male_worn_thermal_suit", "fg": 3851, "rotates": false }, - { "id": "overlay_male_worn_thermal_suit_on", "fg": 3851, "rotates": false }, - { "id": "overlay_male_worn_towel", "fg": 3852, "rotates": false }, - { "id": "overlay_male_worn_towel_soiled", "fg": 5135, "rotates": false }, - { "id": "overlay_male_worn_towel_wet", "fg": 3852, "rotates": false }, - { "id": "overlay_wielded_acoustic_guitar", "fg": 3853, "rotates": false }, - { "id": "overlay_wielded_bagpipes", "fg": 3854, "rotates": false }, - { "id": "overlay_wielded_saxophone", "fg": 3855, "rotates": false }, - { "id": "overlay_wielded_tuba", "fg": 3856, "rotates": false }, - { "id": "overlay_worn_armor_wyrm", "fg": 3857, "rotates": false }, - { "id": "overlay_worn_fedora", "fg": 3858, "rotates": false }, - { "id": "overlay_worn_folding_poncho_on", "fg": 3859, "rotates": false }, - { "id": "overlay_worn_gilded_aegis", "fg": 3860, "rotates": false }, - { "id": "overlay_worn_goggles_ir", "fg": 3861, "rotates": false }, - { "id": "overlay_worn_goggles_ir_on", "fg": 3862, "rotates": false }, - { "id": "overlay_worn_goggles_nv", "fg": 3863, "rotates": false }, - { "id": "overlay_worn_goggles_nv_clairvoyance", "fg": 3864, "rotates": false }, - { "id": "overlay_worn_goggles_nv_on", "fg": 3865, "rotates": false }, - { "id": "overlay_worn_harmonica_holder", "fg": 3866, "rotates": false }, - { "id": "overlay_worn_knit_scarf", "fg": 3867, "rotates": false }, - { "id": "overlay_worn_knit_scarf_loose", "fg": 3867, "rotates": false }, - { "id": "overlay_worn_long_knit_scarf_loose", "fg": 3868, "rotates": false }, - { "id": "overlay_worn_long_knit_scarf", "fg": 3868, "rotates": false }, - { "id": "overlay_worn_scarf_fur_long", "fg": 3868, "rotates": false }, - { "id": "overlay_worn_scarf_fur_long_loose", "fg": 3868, "rotates": false }, - { "id": "overlay_worn_long_patchwork_scarf", "fg": 3869, "rotates": false }, - { "id": "overlay_worn_long_patchwork_scarf_loose", "fg": 3869, "rotates": false }, - { "id": "overlay_worn_scarf_long", "fg": 3869, "rotates": false }, - { "id": "overlay_worn_scarf_long_loose", "fg": 3869, "rotates": false }, - { "id": "overlay_worn_mask_bunker", "fg": 3870, "rotates": false }, - { "id": "overlay_worn_mask_bunker_on", "fg": 3871, "rotates": false }, - { "id": "overlay_worn_mask_h20survivor", "fg": 3872, "rotates": false }, - { "id": "overlay_worn_mask_h20survivor_on", "fg": 3872, "rotates": false }, - { "id": "overlay_worn_mask_h20survivorxl", "fg": 3872, "rotates": false }, - { "id": "overlay_worn_mask_h20survivorxl_on", "fg": 3872, "rotates": false }, - { - "id": [ "mask_h20survivor", "mask_h20survivor_on", "mask_h20survivorxl", "mask_h20survivorxl_on" ], - "fg": 3872, - "rotates": false - }, - { "id": [ "overlay_worn_mask_ski", "mask_ski" ], "fg": 3873, "rotates": false }, - { "id": [ "overlay_worn_mask_ski_loose", "mask_ski_loose" ], "fg": 3874, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_3", "fg": 3875, "rotates": false }, - { "id": "overlay_worn_megaarmor_torso_3_act", "fg": 3876, "rotates": false }, - { "id": "overlay_worn_miner_hat", "fg": 3877, "rotates": false }, - { "id": "overlay_worn_miner_hat_on", "fg": 3878, "rotates": false }, - { "id": [ "rebreather", "rebreather_on", "rebreather_xl", "rebreather_xl_on" ], "fg": 3879, "rotates": false }, - { "id": "overlay_worn_rebreather", "fg": 3879, "rotates": false }, - { "id": "overlay_worn_rebreather_on", "fg": 3879, "rotates": false }, - { "id": "overlay_worn_rebreather_xl", "fg": 3879, "rotates": false }, - { "id": "overlay_worn_rebreather_xl_on", "fg": 3879, "rotates": false }, - { "id": "overlay_worn_revenant_crown", "fg": 3880, "rotates": false }, - { "id": "overlay_worn_rm13_armor_on", "fg": 3881, "rotates": false }, - { "id": "rm13_armor_on", "fg": 3881 }, - { "id": "overlay_worn_robe_shadow", "fg": 3882, "rotates": false }, - { "id": "overlay_worn_robe_shadow_on", "fg": 3882, "rotates": false }, - { "id": "overlay_worn_sac_purse", "fg": 3883, "rotates": false }, - { "id": "overlay_worn_sac_purse_arm", "fg": 3884, "rotates": false }, - { "id": "overlay_worn_sac_purse_leg", "fg": 3885, "rotates": false }, - { "id": "overlay_worn_scarf", "fg": 3886, "rotates": false }, - { "id": "overlay_worn_scarf_fur", "fg": 3887, "rotates": false }, - { "id": "overlay_worn_scarf_fur_loose", "fg": 3887, "rotates": false }, - { "id": "overlay_worn_scarf_loose", "fg": 3888, "rotates": false }, - { "id": [ "patchwork_scarf", "patchwork_scarf_loose" ], "fg": 3886, "rotates": false }, - { "id": "overlay_worn_patchwork_scarf", "fg": 3888, "rotates": false }, - { "id": "overlay_worn_patchwork_scarf_loose", "fg": 3888, "rotates": false }, - { "id": "overlay_worn_somen_clairvoyance", "fg": 3889, "rotates": false }, - { "id": "overlay_worn_somen_clairvoyance_on", "fg": 3889, "rotates": false }, - { "id": "overlay_worn_stealth_cloak", "fg": 3890, "rotates": false }, - { "id": "overlay_worn_survivor_light", "fg": 3891, "rotates": false }, - { "id": "overlay_worn_survivor_light_on", "fg": 3892, "rotates": false }, - { "id": "overlay_worn_wearable_light", "fg": 3893, "rotates": false }, - { "id": "overlay_worn_wearable_light_on", "fg": 3894, "rotates": false }, - { "id": "rm13_armor", "fg": 3897 }, - { "id": "overlay_worn_rm13_armor", "fg": 3897, "rotates": false }, - { "id": "rx11_stimpack", "fg": 3900 }, - { "id": "berserker_drug", "fg": 3900 }, - { "id": "berserker_drug_act", "fg": 3900 }, - { "id": "wearable_rx12", "fg": 3900 }, - { "id": "scarf", "fg": 3902, "rotates": false }, - { "id": "scarf_loose", "fg": 3902 }, - { "id": "scarf_fur_long", "fg": 3903, "rotates": false }, - { "id": "scarf_fur_long_loose", "fg": 3903, "rotates": false }, - { "id": "scarf_fur_loose", "fg": 3904, "rotates": false }, - { "id": "scarf_fur", "fg": 3904, "rotates": false }, - { "id": "stethoscope", "fg": 3907, "rotates": false }, - { "id": "towel", "fg": 3910, "rotates": false }, - { "id": "towel_soiled", "fg": 5133, "rotates": false }, - { - "id": "tr_blade", - "fg": 3918, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3918 } ] - }, - { "id": "tr_boobytrap", "fg": 3920, "rotates": false }, - { "id": "tr_bubblewrap", "fg": 3921, "rotates": false }, - { "id": "tr_caltrops", "fg": 3922, "rotates": false }, - { "id": "tr_crossbow", "fg": 3923, "rotates": false }, - { "id": "tr_dissector", "fg": 3924, "rotates": false }, - { "id": "tr_engine", "fg": 3925 }, - { "id": "tr_fur_rollmat", "fg": 3926, "rotates": false }, - { "id": "tr_leather_funnel", "fg": 3928, "rotates": false }, - { "id": "leather_funnel", "fg": 3928 }, - { "id": "tr_rollmat", "fg": 3931, "rotates": false }, - { "id": "tr_shotgun_2", "fg": 3932 }, - { "id": "tr_shotgun_1", "fg": 3932 }, - { "id": "tr_sinkhole", "fg": 3933, "rotates": false }, - { "id": "tr_temple_flood", "fg": 3933 }, - { "id": "tr_sinkhole_season_winter", "fg": 3934, "rotates": false }, - { "id": "jar_kompot", "fg": 3941, "rotates": false }, - { "id": "overlay_wielded_pipe_shotgunsawn", "fg": 3947, "rotates": false }, - { "id": "overlay_wielded_saiga_sawn", "fg": 3947, "rotates": false }, - { "id": "overlay_wielded_shotgun_sawn", "fg": 3947, "rotates": false }, - { "id": "shotgun_sawn", "fg": 3955, "rotates": false }, - { "id": "pistol_pepperbox", "fg": 3955 }, - { "id": "overlay_wielded_h&k416a5", "fg": 3958, "rotates": false }, - { "id": "overlay_wielded_m4a1", "fg": 3958, "rotates": false }, - { "id": "powder_candy", "fg": 3959 }, - { "id": "cutter", "fg": 3960, "rotates": false }, - { "id": [ "vp_cutter", "vp_cutternc", "vp_mcutter" ], "fg": 3960, "rotates": true }, - { "id": "vp_abolter", "fg": 3960, "rotates": true }, - { "id": "bolter", "fg": 3960, "rotates": false }, - { "id": "vp_abolternc", "fg": 3960, "rotates": true }, - { "id": "vp_avortexbolter", "fg": 3960, "rotates": true }, - { "id": "vp_avortexbolternc", "fg": 3960, "rotates": true }, - { "id": "vp_vortexcannon", "fg": 3960, "rotates": true }, - { "id": "vortexcannon", "fg": 3960, "rotates": false }, - { "id": "vp_vortexbolter", "fg": 3960, "rotates": true }, - { "id": "vortexbolter", "fg": 3960, "rotates": false }, - { "id": "vp_aisle_horizontal", "fg": 3961, "rotates": true }, - { "id": "vp_gloopleaisle_horizontal", "fg": 3961, "rotates": true }, - { "id": "vp_grayaisle_horizontal", "fg": 3961, "rotates": true }, - { "id": "vp_oozleaisle_horizontal", "fg": 3961, "rotates": true }, - { "id": "vp_aisle_vertical", "fg": 3962, "rotates": true }, - { "id": "vp_gloopleaisle_vertical", "fg": 3962, "rotates": true }, - { "id": "vp_grayaisle_vertical", "fg": 3962, "rotates": true }, - { "id": "vp_oozleaisle_vertical", "fg": 3962, "rotates": true }, - { "id": "vp_tearer", "fg": 3963, "rotates": true }, - { "id": "tearer", "fg": 3963, "rotates": false }, - { "id": "vp_ablundergun", "fg": 3964 }, - { "id": "vp_atiharturret", "fg": 3964, "rotates": true }, - { "id": "vp_blundergun", "fg": 3964, "rotates": true }, - { "id": "vp_tiharturret", "fg": 3964, "rotates": true }, - { "id": "tiharturret", "fg": 3964, "rotates": false }, - { "id": "vp_atiharturretnc", "fg": 3964, "rotates": true }, - { "id": "vp_blunderbuss", "fg": 3964, "rotates": true }, - { "id": "vp_blunderbussnc", "fg": 3964, "rotates": true }, - { "id": "vp_avortexaccelerator", "fg": 3965, "rotates": true }, - { "id": "vp_avortexacceleratornc", "fg": 3965, "rotates": true }, - { "id": "vp_avortexrifle", "fg": 3965, "rotates": true }, - { "id": "vp_avortexriflenc", "fg": 3965, "rotates": true }, - { "id": "vp_vortexrifle", "fg": 3965, "rotates": true }, - { "id": "vortexrifle", "fg": 3965, "rotates": false }, - { "id": "vp_vortexaccelerator", "fg": 3965, "rotates": true }, - { "id": "vortexaccelerator", "fg": 3965, "rotates": false }, - { "id": "vp_basketsm", "fg": 3966, "rotates": false }, - { "id": "basket", "fg": 3966 }, - { "id": "folding_basket", "fg": 3966 }, - { - "id": "vp_bed", - "fg": 3967, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3967 } ] - }, - { "id": "vp_biter", "fg": 3968, "rotates": true }, - { "id": "vp_horror", "fg": 3968, "rotates": true }, - { "id": "vp_razorqueen", "fg": 3968, "rotates": true }, - { "id": "vp_sharp", "fg": 3968, "rotates": true }, - { "id": "vp_sickle", "fg": 3968, "rotates": true }, - { "id": "vp_blade_horizontal", "fg": 3969, "rotates": true }, - { "id": "vp_blade_vertical", "fg": 3970, "rotates": true }, - { - "id": "vp_board_horizontal", - "fg": 3971, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3972 } ] - }, - { - "id": "vp_halfboard_horizontal", - "fg": 4063, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3972 } ] - }, - { - "id": "vp_halfboard_horizontal_2", - "fg": 4064, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3972 } ] - }, - { - "id": "vp_xlhalfboard_vertical_2", - "fg": 4181, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3972 } ] - }, - { - "id": "vp_xlhalfboard_horizontal_2", - "fg": 4064, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3972 } ] - }, - { - "id": "vp_xlhalfboard_horizontal", - "fg": 4063, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3972 } ] - }, - { - "id": "vp_board_ne", - "fg": 3973, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3974 } ] - }, - { - "id": "vp_board_nw", - "fg": 3975, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3976 } ] - }, - { - "id": "vp_board_se", - "fg": 3977, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3978 } ] - }, - { - "id": "vp_halfboard_se", - "fg": 4069, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3978 } ] - }, - { - "id": "vp_xlhalfboard_se", - "fg": 4069, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3978 } ] - }, - { - "id": "vp_board_sw", - "fg": 3979, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3980 } ] - }, - { - "id": "vp_halfboard_sw", - "fg": 4070, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3980 } ] - }, - { - "id": "vp_xlhalfboard_sw", - "fg": 4070, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3980 } ] - }, - { - "id": "vp_board_vertical", - "fg": 3981, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3982 } ] - }, - { - "id": "vp_halfboard_vertical", - "fg": 4071, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3982 } ] - }, - { - "id": "vp_xlhalfboard_vertical", - "fg": 4071, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3982 } ] - }, - { "id": "vp_boat_board", "fg": 3983, "rotates": true }, - { "id": "wood_plate", "fg": 3983 }, - { - "id": "vp_box", - "fg": 3984, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3984 } ] - }, - { - "id": "vp_basketlg", - "fg": 3984, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3984 } ] - }, - { - "id": "vp_basketlg_folding", - "fg": 3984, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3984 } ] - }, - { "id": "vp_basketlg_external", "fg": 3984, "rotates": false }, - { "id": "vp_basketsm_external", "fg": 3984, "rotates": false }, - { - "id": "vp_cargo_bag", - "fg": 3985, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3985 } ] - }, - { "id": "vp_cargo_space_external", "fg": 3986, "rotates": false }, - { "id": "cargo_rack", "fg": 3986 }, - { - "id": "vp_gloopledoor", - "fg": 4053, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4053 }, { "id": "open", "fg": 4054 } ] - }, - { - "id": "vp_gloopledoor_opaque", - "fg": 4053, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4053 }, { "id": "open", "fg": 4054 } ] - }, - { - "id": "vp_graydoor", - "fg": 4053, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4053 }, { "id": "open", "fg": 4054 } ] - }, - { - "id": "vp_graydoor_opaque", - "fg": 4053, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4053 }, { "id": "open", "fg": 4054 } ] - }, - { - "id": "vp_oozledoor", - "fg": 4053, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4053 }, { "id": "open", "fg": 4054 } ] - }, - { - "id": "vp_oozledoor_opaque", - "fg": 4053, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4053 }, { "id": "open", "fg": 4054 } ] - }, - { - "id": "vp_gloopleboard_horizontal", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_grayboard_horizontal", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_halfgloopleboard_horizontal", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_halfgloopleboard_horizontal_2", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_halfgrayboard_horizontal", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_halfgrayboard_horizontal_2", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_halfoozleboard_horizontal", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_halfoozleboard_horizontal_2", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_oozleboard_horizontal", - "fg": 4047, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4047 } ] - }, - { - "id": "vp_gloopleboard_nw", - "fg": 4049, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4049 } ] - }, - { - "id": "vp_grayboard_nw", - "fg": 4049, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4049 } ] - }, - { - "id": "vp_grayboard_sw", - "fg": 4049, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4049 } ] - }, - { - "id": "vp_halfgloopleboard_nw", - "fg": 4049, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4049 } ] - }, - { - "id": "vp_halfgrayboard_nw", - "fg": 4049, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4049 } ] - }, - { - "id": "vp_halfoozleboard_nw", - "fg": 4049, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4049 } ] - }, - { - "id": "vp_oozleboard_nw", - "fg": 4049, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4049 } ] - }, - { - "id": "vp_gloopleboard_ne", - "fg": 4048, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4048 } ] - }, - { - "id": "vp_grayboard_ne", - "fg": 4048, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4048 } ] - }, - { - "id": "vp_halfgloopleboard_ne", - "fg": 4048, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4048 } ] - }, - { - "id": "vp_halfgrayboard_ne", - "fg": 4048, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4048 } ] - }, - { - "id": "vp_halfoozleboard_ne", - "fg": 4048, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4048 } ] - }, - { - "id": "vp_oozleboard_ne", - "fg": 4048, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4048 } ] - }, - { - "id": "vp_gloopleboard_sw", - "fg": 4051, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4051 } ] - }, - { - "id": "vp_halfgloopleboard_sw", - "fg": 4051, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4051 } ] - }, - { - "id": "vp_halfgrayboard_sw", - "fg": 4051, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4051 } ] - }, - { - "id": "vp_halfoozleboard_sw", - "fg": 4051, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4051 } ] - }, - { - "id": "vp_oozleboard_sw", - "fg": 4051, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4051 } ] - }, - { - "id": "vp_gloopleboard_se", - "fg": 4050, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4050 } ] - }, - { - "id": "vp_grayboard_se", - "fg": 4050, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4050 } ] - }, - { - "id": "vp_halfgloopleboard_se", - "fg": 4050, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4050 } ] - }, - { - "id": "vp_halfgrayboard_se", - "fg": 4050, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4050 } ] - }, - { - "id": "vp_halfoozleboard_se", - "fg": 4050, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4050 } ] - }, - { - "id": "vp_oozleboard_se", - "fg": 4050, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4050 } ] - }, - { - "id": "vp_gloopleboard_vertical", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_grayboard_vertical", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_halfgloopleboard_vertical", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_halfgloopleboard_vertical_2", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_halfgrayboard_vertical", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_halfgrayboard_vertical_2", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_halfoozleboard_vertical", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_halfoozleboard_vertical_2", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_oozleboard_vertical", - "fg": 4052, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4052 } ] - }, - { - "id": "vp_hdboard_horizontal", - "fg": 4075, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4075 } ] - }, - { - "id": "vp_hdhalfboard_vertical_2", - "fg": 4075, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4075 } ] - }, - { - "id": "vp_hdhalfboard_horizontal_2", - "fg": 4075, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4075 } ] - }, - { - "id": "vp_hdhalfboard_horizontal", - "fg": 4075, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4075 } ] - }, - { - "id": "vp_hdboard_ne", - "fg": 4076, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4076 } ] - }, - { - "id": "vp_hdboard_nw", - "fg": 4077, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4077 } ] - }, - { - "id": "vp_hdboard_se", - "fg": 4078, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4078 } ] - }, - { - "id": "vp_hdhalfboard_se", - "fg": 4078, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4078 } ] - }, - { - "id": "vp_hdboard_sw", - "fg": 4079, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4079 } ] - }, - { - "id": "vp_hdhalfboard_sw", - "fg": 4079, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4079 } ] - }, - { - "id": "vp_hdboard_vertical", - "fg": 4080, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4080 } ] - }, - { - "id": "vp_hdhalfboard_vertical", - "fg": 4080, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4080 } ] - }, - { - "id": "vp_hdhatch_opaque", - "fg": 4093, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4093 }, { "id": "open", "fg": 4094 } ] - }, - { - "id": "vp_hdframe_cover", - "fg": 4081, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4081 } ] - }, - { - "id": "vp_hdhalfboard_ne", - "fg": 4090, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4090 } ] - }, - { - "id": "vp_hdhalfboard_nw", - "fg": 4091, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4091 } ] - }, - { - "id": "vp_hdhatch", - "fg": 4092, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4092 }, { "id": "open", "fg": 4094 } ] - }, - { - "id": "vp_cloth_halfboard_horizontal", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_cloth_halfboard_horizontal_2", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_cloth_halfboard_ne", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_cloth_halfboard_nw", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_cloth_halfboard_se", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_cloth_halfboard_sw", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_cloth_halfboard_vertical", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_cloth_halfboard_vertical_2", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_clothboard_horizontal", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_clothboard_ne", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_clothboard_nw", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_clothboard_se", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_clothboard_sw", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_clothboard_vertical", - "fg": 3989, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3989 } ] - }, - { - "id": "vp_flamethrower", - "fg": 4020, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4020 } ] - }, - { - "id": "vp_frame_cover", - "fg": 4171, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4171 } ] - }, - { - "id": "vp_frame_handle", - "fg": 4023, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4023 } ] - }, - { - "id": "vp_frame_wood_cover", - "fg": 4032, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4032 } ] - }, - { - "id": "vp_frame_wood_handle", - "fg": 4033, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4033 } ] - }, - { - "id": "vp_frame_wood_light_cover", - "fg": 4032, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4032 } ] - }, - { - "id": "vp_frame_wood_light_handle", - "fg": 4033, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4033 } ] - }, - { - "id": "vp_funnel", - "fg": 4045, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4045 } ] - }, - { - "id": "vp_fusion_gun", - "fg": 4046, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4046 } ] - }, - { - "id": "vp_leather_funnel", - "fg": 4045, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4045 } ] - }, - { - "id": "vp_m249", - "fg": 4104, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4104 } ] - }, - { - "id": "vp_makeshift_funnel", - "fg": 4045, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4045 } ] - }, - { - "id": "vp_metal_funnel", - "fg": 4045, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4045 } ] - }, - { - "id": "vp_metal_wheel", - "fg": 4184, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4184 } ] - }, - { - "id": [ "vp_mounted_abzats", "vp_auto_abzats" ], - "fg": 4106, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4106 } ] - }, - { - "id": "vp_mounted_browning", - "fg": 4107, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4107 } ] - }, - { - "id": "vp_mounted_m134", - "fg": 4108, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4108 } ] - }, - { - "id": "vp_mounted_m1918", - "fg": 4109, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4109 } ] - }, - { - "id": "vp_mounted_m240", - "fg": 4104, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4104 } ] - }, - { - "id": "vp_mounted_m60", - "fg": 4104, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4104 } ] - }, - { - "id": [ "vp_mounted_mk19", "vp_auto_mk19" ], - "fg": 4110, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4110 } ] - }, - { - "id": [ "vp_mounted_rm298", "vp_auto_rm298" ], - "fg": 4107, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4107 } ] - }, - { - "id": [ "vp_mounted_rm614", "vp_auto_rm614" ], - "fg": 4104, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4104 } ] - }, - { - "id": "vp_omnicam", - "fg": 4112, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4112 } ] - }, - { - "id": "vp_roller_drum", - "fg": 4132, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4132 } ] - }, - { - "id": "vp_stowboard_horizontal", - "fg": 4146, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4146 } ] - }, - { - "id": "vp_stowboard_vertical", - "fg": 4147, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4147 } ] - }, - { - "id": "vp_stowboard_ne", - "fg": 4244, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4244 } ] - }, - { - "id": "vp_stowboard_nw", - "fg": 4245, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4245 } ] - }, - { - "id": "vp_stowboard_se", - "fg": 4246, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4246 } ] - }, - { - "id": "vp_stowboard_sw", - "fg": 4247, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4247 } ] - }, - { - "id": "vp_hdstowboard_horizontal", - "fg": 4248, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4248 } ] - }, - { - "id": "vp_hdstowboard_vertical", - "fg": 4249, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4249 } ] - }, - { - "id": "vp_hdstowboard_ne", - "fg": 4250, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4250 } ] - }, - { - "id": "vp_hdstowboard_nw", - "fg": 4251, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4251 } ] - }, - { - "id": "vp_hdstowboard_se", - "fg": 4252, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4252 } ] - }, - { - "id": "vp_hdstowboard_sw", - "fg": 4253, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4253 } ] - }, - { - "id": "vp_trunk_floor", - "fg": 4150, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4150 } ] - }, - { - "id": "vp_water_purifier", - "fg": 4155, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4155 } ] - }, - { - "id": "vp_wheel_armor", - "fg": 4184, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4184 } ] - }, - { - "id": "vp_wheel_armor_steerable", - "fg": 4184, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4184 } ] - }, - { - "id": "vp_wheel_wide", - "fg": 4189, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4189 } ] - }, - { - "id": "vp_wheel_wide_steerable", - "fg": 4189, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4189 } ] - }, - { - "id": "vp_woodboard_horizontal", - "fg": 4163, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4163 } ] - }, - { - "id": "vp_woodboard_ne", - "fg": 4164, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4164 } ] - }, - { - "id": "vp_woodboard_nw", - "fg": 4165, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4165 } ] - }, - { - "id": "vp_woodboard_se", - "fg": 4166, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4166 } ] - }, - { - "id": "vp_woodboard_sw", - "fg": 4167, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4167 } ] - }, - { - "id": "vp_woodboard_vertical", - "fg": 4168, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4168 } ] - }, - { - "id": "vp_woodhalfboard_horizontal", - "fg": 4163, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4163 } ] - }, - { - "id": "vp_woodhalfboard_horizontal_2", - "fg": 4163, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4163 } ] - }, - { - "id": "vp_woodhalfboard_ne", - "fg": 4164, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4164 } ] - }, - { - "id": "vp_woodhalfboard_nw", - "fg": 4165, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4165 } ] - }, - { - "id": "vp_woodhalfboard_se", - "fg": 4166, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4166 } ] - }, - { - "id": "vp_woodhalfboard_sw", - "fg": 4167, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4167 } ] - }, - { - "id": "vp_woodhalfboard_vertical", - "fg": 4168, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4168 } ] - }, - { "id": "chemlab", "fg": 3988, "rotates": false }, - { "id": "vp_clutter", "fg": 3990, "rotates": true }, - { "id": "vp_fuzzle", "fg": 3990, "rotates": true }, - { "id": "vp_stickie", "fg": 3990, "rotates": true }, - { "id": "vp_meltie", "fg": 3990, "rotates": true }, - { "id": "cantilever_medium", "fg": 3991 }, - { "id": "cantilever_small", "fg": 3991 }, - { "id": [ "pallet_lifter", "vp_crane_tiny" ], "fg": 3991 }, - { - "id": "vp_dboard_horizontal", - "fg": 3992, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3992 } ] - }, - { - "id": "vp_dboard_ne", - "fg": 3993, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3993 } ] - }, - { - "id": "vp_dboard_nw", - "fg": 3994, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3994 } ] - }, - { - "id": "vp_dboard_se", - "fg": 3995, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3995 } ] - }, - { - "id": "vp_dboard_sw", - "fg": 3996, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3996 } ] - }, - { - "id": "vp_dboard_vertical", - "fg": 3997, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 3997 } ] - }, - { "id": "broken", "bg": 3997, "rotates": true }, - { "id": "vp_dframe_cover", "fg": 3998, "rotates": true }, - { "id": "vp_dframe_cross", "fg": 3999, "rotates": true }, - { "id": "vp_dframe_horizontal", "fg": 3999, "rotates": true }, - { "id": "vp_dframe_vertical", "fg": 3999, "rotates": true }, - { "id": "diamondframe", "fg": 3999 }, - { "id": "diamondplate", "fg": 3999 }, - { "id": "vp_dframe_ne", "fg": 4000, "rotates": true }, - { "id": "vp_dframe_nw", "fg": 4000, "rotates": true }, - { "id": "vp_dframe_se", "fg": 4000, "rotates": true }, - { "id": "vp_dframe_sw", "fg": 4000, "rotates": true }, - { "id": "vp_dframe_vertical_2", "fg": 4000, "rotates": true }, - { "id": "vp_dframe_horizontal_2", "fg": 4000, "rotates": true }, - { - "id": "vp_door", - "fg": 4001, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4002 }, { "id": "open", "fg": 4008 } ] - }, - { - "id": "vp_door_internal", - "fg": 4003, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4004 }, { "id": "open", "fg": 4005 } ] - }, - { - "id": "vp_fdoor", - "fg": 4004, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 4005 }, { "id": "broken", "fg": 4019 } ] - }, - { - "id": "vp_door_opaque", - "fg": 4006, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 4007 }, { "id": "broken", "fg": 4019 } ] - }, - { - "id": "vp_door_shutter", - "fg": 4009, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4010 }, { "id": "open", "fg": 4011 } ] - }, - { - "id": "vp_hatch_opaque", - "fg": 4074, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4010 }, { "id": "open", "fg": 4011 } ] - }, - { - "id": "vp_door_trunk", - "fg": 4074, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4010 }, { "id": "open", "fg": 4014 } ] - }, - { - "id": "vp_hatch", - "fg": 4074, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4010 }, { "id": "open", "fg": 4014 } ] - }, - { - "id": "vp_door_sliding", - "fg": 4012, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 4013 }, { "id": "broken", "fg": 4019 } ] - }, - { "id": "t_door_c_peep", "fg": 4015, "rotates": false }, - { "id": "t_door_locked_peep", "fg": 4015 }, - { "id": "t_door_b_peep", "fg": 4016, "rotates": false }, - { "id": "t_door_c", "fg": 4017, "rotates": false }, - { "id": "t_door_locked", "fg": 4017, "rotates": false }, - { "id": "t_door_locked_alarm", "fg": 4017, "rotates": false }, - { "id": "t_door_locked_interior", "fg": 4017, "rotates": false }, - { "id": "t_door_b", "fg": 4018, "rotates": false }, - { "id": "vp_flamethrower1", "fg": 4020, "rotates": true }, - { "id": "vp_flamethrower2", "fg": 4020, "rotates": true }, - { "id": "vp_flamethrower3", "fg": 4020, "rotates": true }, - { "id": "vp_mflamethrower1", "fg": 4020, "rotates": true }, - { "id": "vp_mflamethrower3", "fg": 4020, "rotates": true }, - { "id": "vp_forklift_fork", "fg": 4022, "rotates": true }, - { "id": "vp_frame_horizontal", "fg": 4024, "rotates": true }, - { "id": "vp_folding_frame", "fg": 4024, "rotates": true }, - { "id": "vp_frame_horizontal_2", "fg": 4025, "rotates": true }, - { "id": "foldframe", "fg": 4025 }, - { "id": "vp_frame_ne", "fg": 4026, "rotates": true }, - { "id": "vp_frame_nw", "fg": 4027, "rotates": true }, - { "id": "vp_frame_se", "fg": 4028, "rotates": true }, - { "id": "vp_frame_sw", "fg": 4029, "rotates": true }, - { "id": "vp_frame_vertical", "fg": 4030, "rotates": true }, - { "id": "vp_frame_vertical_2", "fg": 4031, "rotates": true }, - { "id": "vp_frame_wood_horizontal", "fg": 4034, "rotates": true }, - { "id": "vp_frame_wood_light_horizontal", "fg": 4034, "rotates": true }, - { "id": "vp_frame_wood_horizontal_2", "fg": 4035, "rotates": true }, - { "id": "vp_frame_wood_light_horizontal_2", "fg": 4035, "rotates": true }, - { "id": "foldwoodframe", "fg": 4035 }, - { "id": "vp_frame_wood_ne", "fg": 4036, "rotates": true }, - { "id": "vp_frame_wood_light_ne", "fg": 4036, "rotates": true }, - { "id": "vp_frame_wood_nw", "fg": 4037, "rotates": true }, - { "id": "vp_frame_wood_light_nw", "fg": 4037, "rotates": true }, - { "id": "vp_frame_wood_se", "fg": 4038, "rotates": true }, - { "id": "vp_frame_wood_light_se", "fg": 4038, "rotates": true }, - { "id": "vp_frame_wood_sw", "fg": 4039, "rotates": true }, - { "id": "vp_frame_wood_light_sw", "fg": 4039, "rotates": true }, - { "id": "vp_frame_wood_vertical", "fg": 4040, "rotates": true }, - { "id": "vp_frame_wood_light_vertical", "fg": 4040, "rotates": true }, - { "id": "vp_freezie", "fg": 4041, "rotates": true }, - { "id": "vp_frostie_ram", "fg": 4042, "rotates": true }, - { "id": "vp_frostie_trunk", "fg": 4043, "rotates": false }, - { "id": "vp_frostie_wheel", "fg": 4044, "rotates": true }, - { "id": "vp_frostie_wheel_sea", "fg": 4044, "rotates": true }, - { "id": "vp_40mmturret", "fg": 4046 }, - { "id": "vp_launcher_simple", "fg": 4046, "rotates": true }, - { "id": "vp_afusion_gun", "fg": 4046, "rotates": true }, - { "id": "vp_gloople_amalgam", "fg": 4055, "rotates": false }, - { "id": "vp_gray_amalgam", "fg": 4055, "rotates": false }, - { "id": "vp_oozle_amalgam", "fg": 4055, "rotates": false }, - { "id": "vp_gloople_cross", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_horizontal", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_horizontal_2", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_ne", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_nw", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_se", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_sw", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_vertical", "fg": 4056, "rotates": true }, - { "id": "vp_gray_cross", "fg": 4056, "rotates": true }, - { "id": "vp_gray_horizontal", "fg": 4056, "rotates": true }, - { "id": "vp_gray_horizontal_2", "fg": 4056, "rotates": true }, - { "id": "vp_gray_ne", "fg": 4056, "rotates": true }, - { "id": "vp_gray_nw", "fg": 4056, "rotates": true }, - { "id": "vp_gray_se", "fg": 4056, "rotates": true }, - { "id": "vp_gray_sw", "fg": 4056, "rotates": true }, - { "id": "vp_gray_vertical", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_cross", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_horizontal", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_horizontal_2", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_ne", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_nw", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_se", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_sw", "fg": 4056, "rotates": true }, - { "id": "vp_oozle_vertical", "fg": 4056, "rotates": true }, - { "id": "vp_gloople_diesel_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_diesel_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_feed_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_feed_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_gas_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_gas_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_water_dirty_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_water_dirty_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_water_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_water_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gray_diesel_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gray_diesel_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gray_feed_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gray_feed_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gray_gas_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gray_gas_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gray_water_dirty_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gray_water_dirty_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gray_water_tank", "fg": 4057, "rotates": true }, - { "id": "vp_gray_water_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_diesel_tank", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_diesel_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_feed_tank", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_feed_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_gas_tank", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_gas_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_water_dirty_tank", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_water_dirty_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_water_tank", "fg": 4057, "rotates": true }, - { "id": "vp_oozle_water_tank_u", "fg": 4057, "rotates": true }, - { "id": "vp_gloople_trunk", "fg": 4058, "rotates": false }, - { "id": "vp_gloople_trunk_u", "fg": 4058, "rotates": false }, - { "id": "vp_gray_trunk", "fg": 4058, "rotates": false }, - { "id": "vp_gray_trunk_u", "fg": 4058, "rotates": false }, - { "id": "vp_oozle_trunk", "fg": 4058, "rotates": false }, - { "id": "vp_oozle_trunk_u", "fg": 4058 }, - { "id": "vp_gloople_wheel", "fg": 4059, "rotates": true }, - { "id": "vp_oozle_wheel", "fg": 4059, "rotates": true }, - { "id": "gloople_wheel", "fg": 4059 }, - { "id": "oozle_wheel", "fg": 4059 }, - { - "id": "vp_glowie_battery", - "fg": 4060, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 4060 } ] - }, - { - "id": "vp_glowie_battery_u", - "fg": 4060, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 4060 } ] - }, - { - "id": "vp_glowie_power", - "fg": 4060, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 4060 } ] - }, - { "id": "vp_gray_wheel", "fg": 4061, "rotates": true }, - { "id": "vp_grinder", "fg": 4061, "rotates": true }, - { "id": "gray_wheel", "fg": 4061 }, - { "id": "grinder", "fg": 4061 }, - { - "id": "vp_halfboard_ne", - "fg": 4065, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4066 } ] - }, - { - "id": "vp_xlhalfboard_ne", - "fg": 4065, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 4066 } ] - }, - { - "id": "vp_halfboard_nw", - "fg": 4067, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4068 } ] - }, - { - "id": "vp_xlhalfboard_nw", - "fg": 4067, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "bg": 4068 } ] - }, - { - "id": "vp_halfboard_vertical_2", - "fg": 4181, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4072 } ] - }, - { "id": "vp_hand_paddles", "fg": 4073, "rotates": true }, - { "id": "vp_hdframe_horizontal", "fg": 4082, "rotates": true }, - { "id": "vp_hdframe_horizontal_2", "fg": 4083, "rotates": true }, - { "id": "vp_hdframe_ne", "fg": 4084, "rotates": true }, - { "id": "vp_hdframe_nw", "fg": 4085, "rotates": true }, - { "id": "vp_hdframe_se", "fg": 4086, "rotates": true }, - { "id": "vp_hdframe_sw", "fg": 4087, "rotates": true }, - { "id": "vp_hdframe_vertical", "fg": 4088, "rotates": true }, - { "id": "vp_hdframe_vertical_2", "fg": 4089, "rotates": true }, - { "id": "vp_hdroof", "fg": 4095, "rotates": true }, - { "id": [ "vp_gloople_roof", "vp_gray_roof", "vp_oozle_roof" ], "fg": 5117, "rotates": true }, - { - "id": [ "vp_seatbelt", "vp_seatbelt_heavyduty", "vp_gloople_belt", "vp_gray_belt", "vp_oozle_belt" ], - "fg": 5118, - "rotates": true - }, - { "id": "vp_roof", "fg": 4095, "rotates": true }, - { "id": "vp_inflatable_section", "fg": 4096, "rotates": true }, - { "id": "vp_inflatable_airbag", "fg": 4096, "rotates": true }, - { "id": "vp_inkie", "fg": 4097, "rotates": true }, - { "id": "vp_torchie", "fg": 4097, "rotates": true }, - { "id": "kitchen_unit", "fg": 4098, "rotates": false }, - { "id": "vp_laser_gun", "fg": 4099, "rotates": true }, - { "id": "vp_laser_rifle", "fg": 4099, "rotates": true }, - { "id": "vp_alaser_gunp", "fg": 4099, "rotates": true }, - { "id": "vp_alasgun", "fg": 4099, "rotates": true }, - { "id": "vp_alasgunp", "fg": 4115, "rotates": true }, - { "id": "vp_laser_gunp", "fg": 4099, "rotates": true }, - { "id": "vp_lasgun", "fg": 4099, "rotates": true }, - { "id": "lasgun", "fg": 4099, "rotates": false }, - { - "id": "vp_light_blue", - "fg": 4100, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4101 } ] - }, - { - "id": "vp_light_red", - "fg": 4102, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4101 } ] - }, - { "id": "vp_lit_aisle_horizontal", "fg": 4103, "rotates": true }, - { "id": "vp_lit_aisle_vertical", "fg": 4103, "rotates": true }, - { "id": "vp_aisle_lights", "fg": 4103, "rotates": true }, - { "id": "vp_scorpion", "fg": 4104, "rotates": true }, - { "id": "scorpion", "fg": 4104, "rotates": false }, - { "id": "vp_am249", "fg": 4104, "rotates": true }, - { "id": "vp_auto_m240", "fg": 4104, "rotates": true }, - { "id": "vp_auto_m60", "fg": 4104, "rotates": true }, - { "id": "vp_m240", "fg": 4104, "rotates": true }, - { "id": [ "vp_m60", "vp_m60nc" ], "fg": 4105, "rotates": true }, - { "id": "vp_50turret", "fg": 4106 }, - { "id": "vp_ashardgun", "fg": 4106, "rotates": true }, - { "id": [ "vp_l_lmg_223", "vp_l_lmg_223nc" ], "fg": 4106, "rotates": true }, - { "id": [ "vp_m107a1", "vp_m107a1nc" ], "fg": 4106, "rotates": true }, - { "id": "vp_mounted rm298", "fg": 4106, "rotates": true }, - { "id": "vp_mounted rm614_lmg", "fg": 4106, "rotates": true }, - { "id": "vp_rm802", "fg": 4106, "rotates": true }, - { "id": "vp_shardgun", "fg": 4106, "rotates": true }, - { "id": "shardgun", "fg": 4106, "rotates": false }, - { "id": "vp_shottyman", "fg": 4106, "rotates": true }, - { "id": "vp_ashardgunnc", "fg": 4106, "rotates": true }, - { "id": "vp_am2browning", "fg": 4107, "rotates": true }, - { "id": "vp_arm298", "fg": 4107, "rotates": true }, - { "id": [ "vp_m2browning_sawn", "vp_m2browning_sawnnc" ], "fg": 4107, "rotates": true }, - { "id": "vp_agattler1", "fg": 4108, "rotates": true }, - { "id": "vp_gattler1", "fg": 4108, "rotates": true }, - { "id": [ "vp_rslauncher", "vp_rslaunchernc" ], "fg": 4108, "rotates": true }, - { "id": "rslauncher", "fg": 4108, "rotates": false }, - { "id": "vp_agattler1nc", "fg": 4108, "rotates": true }, - { "id": [ "vp_aneedler", "vp_aneedlernc" ], "fg": 4109, "rotates": true }, - { "id": "vp_anailer", "fg": 4109, "rotates": true }, - { "id": "vp_nailer", "fg": 4109, "rotates": true }, - { "id": [ "nailer", "needler" ], "fg": 4109, "rotates": false }, - { "id": "vp_needler", "fg": 4109, "rotates": true }, - { "id": [ "vp_slauncher", "vp_slaunchernc" ], "fg": 4109, "rotates": true }, - { "id": "slauncher", "fg": 4109, "rotates": false }, - { "id": "vp_anailernc", "fg": 4109, "rotates": true }, - { "id": "vp_diamondlance", "fg": 4109, "rotates": true }, - { "id": [ "diamondlance", "diamondnova" ], "fg": 4109, "rotates": false }, - { "id": "vp_diamondnova", "fg": 4109, "rotates": true }, - { "id": [ "vp_mounted_30mm_autocannon", "30mm_autocannon" ], "fg": 4110, "rotates": true }, - { "id": "vp_ascorpion", "fg": 4110, "rotates": true }, - { "id": "vp_m320", "fg": 4110, "rotates": true }, - { "id": "vp_m79", "fg": 4110, "rotates": true }, - { "id": "vp_mgl", "fg": 4110, "rotates": true }, - { "id": "vp_SMG22", "fg": 4110, "rotates": true }, - { "id": "vp_SMG45", "fg": 4110, "rotates": true }, - { "id": "vp_SMG9mm", "fg": 4110, "rotates": true }, - { "id": "vp_ascorpionnc", "fg": 4110, "rotates": true }, - { "id": "vp_mounted_tank_manual", "fg": 4111, "rotates": true }, - { "id": "vp_mounted_tank_auto", "fg": 4111, "rotates": true }, - { "id": [ "tank_gun_auto", "tank_gun_manual", "tank_gun_rws" ], "fg": 4111, "rotates": false }, - { "id": "vp_mounted_howitzer", "fg": 4111, "rotates": true }, - { "id": "howitzer_gun", "fg": 4111, "rotates": false }, - { "id": "vp_mounted_tank_105", "fg": 4111, "rotates": true }, - { "id": "vp_mounted_tank_rws", "fg": 4111, "rotates": true }, - { "id": "vp_tow_launcher", "fg": 4111, "rotates": true }, - { "id": "vp_tow_turret", "fg": 4111, "rotates": true }, - { "id": "atgm_turret", "fg": 4111, "rotates": false }, - { "id": "vp_arailturret", "fg": 4111, "rotates": true }, - { "id": "vp_railturret", "fg": 4111, "rotates": true }, - { "id": "railturret", "fg": 4111, "rotates": false }, - { "id": "vp_oozle_vertical_2", "fg": 4114, "rotates": true }, - { "id": "vp_gray_vertical_2", "fg": 4114, "rotates": true }, - { "id": "vp_gloople_vertical_2", "fg": 4114, "rotates": true }, - { "id": "vp_plasma_gun", "fg": 4115, "rotates": true }, - { "id": "vp_alasgunx", "fg": 4115, "rotates": true }, - { "id": "vp_ateslagun", "fg": 4115, "rotates": true }, - { "id": "vp_lasgunp", "fg": 4115, "rotates": true }, - { "id": [ "lasgunp", "lasgunx" ], "fg": 4115, "rotates": false }, - { "id": "vp_lasgunx", "fg": 4115, "rotates": true }, - { "id": "vp_teslagun", "fg": 4115, "rotates": true }, - { "id": "teslagun", "fg": 4115, "rotates": false }, - { "id": "vp_aplasma_gun", "fg": 4115, "rotates": true }, - { "id": "vp_plow", "fg": 4116, "rotates": true }, - { "id": "v_planter_item", "fg": 4116 }, - { "id": "v_planter_item_advanced", "fg": 4116 }, - { "id": "v_plow_item", "fg": 4116 }, - { "id": "vp_ram_alloy", "fg": 4118, "rotates": true }, - { "id": "vp_ram_military_horizontal", "fg": 4119, "rotates": true }, - { "id": "vp_ram_hardsteel", "fg": 4119, "rotates": true }, - { "id": "vp_ram_spiked", "fg": 4120, "rotates": true }, - { "id": "vp_ram_steel", "fg": 4121, "rotates": true }, - { "id": "vp_ram_wood", "fg": 4122, "rotates": true }, - { "id": "vp_reaper", "fg": 4123, "rotates": true }, - { "id": "v_reaper_item", "fg": 4123 }, - { "id": "v_reaper_item_advanced", "fg": 4123 }, - { "id": "vp_reaper_advanced", "fg": 4123, "rotates": true }, - { "id": "recharge_station", "fg": 4124, "rotates": false }, - { - "id": [ "vp_reinforced_solar_panel", "vp_xreinforced_solar_panel" ], - "fg": 4125, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4126 } ] - }, - { - "id": [ "vp_reinforced_solar_panel_v2", "vp_xreinforced_solar_panel_v2" ], - "fg": 4127, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4128 } ] - }, - { - "id": "vp_solar_array2r", - "fg": 4238, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4238 } ] - }, - { - "id": "vp_reinforced_windshield", - "fg": 4129, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4130 } ] - }, - { "id": "vp_robot_controls", "fg": 4131, "rotates": false }, - { "id": "hd_steel_drum", "fg": 4132 }, - { "id": "vp_benginein", "fg": 4132, "rotates": true }, - { "id": "vp_bwheel", "fg": 4132, "rotates": true }, - { "id": "vp_saddle", "fg": 4133, "rotates": true }, - { "id": "seat", "fg": 4134, "rotates": false }, - { "id": "vp_seed_drill", "fg": 4136, "rotates": true }, - { "id": "vp_seed_drill_advanced", "fg": 4136, "rotates": true }, - { - "id": [ "vp_solar_panel", "vp_xsolar_panel" ], - "fg": 4137, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4138 } ] - }, - { - "id": "vp_solar_array", - "fg": 4237, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4237 } ] - }, - { - "id": [ "vp_solar_panel_v2", "vp_xsolar_panel_v2" ], - "fg": 4139, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4140 } ] - }, - { - "id": "vp_solar_array2", - "fg": 4238, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4238 } ] - }, - { - "id": [ "vp_solar_panel_v3", "vp_xsolar_panel_v3" ], - "fg": 4141, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4142 } ] - }, - { "id": "vp_space_anomaly", "fg": 4143, "rotates": false }, - { "id": "space_anomaly", "fg": 4143 }, - { "id": "vp_sparkie", "fg": 4144, "rotates": true }, - { "id": "vp_voideater", "fg": 4144, "rotates": true }, - { "id": "vp_spike", "fg": 4145, "rotates": true }, - { "id": "vp_spike_wood", "fg": 4145, "rotates": true }, - { "id": "vp_surv_station_t", "fg": 4148, "rotates": false }, - { "id": "surv_station", "fg": 4148, "rotates": false }, - { "id": "vp_tread1", "fg": 4149, "rotates": true }, - { "id": "vp_tread2", "fg": 4149, "rotates": true }, - { "id": "vp_tread3", "fg": 4149, "rotates": true }, - { "id": "tread1", "fg": 4149 }, - { "id": "tread2", "fg": 4149 }, - { "id": "tread3", "fg": 4149 }, - { "id": "vp_turretframe", "fg": 4151, "rotates": true }, - { "id": "turretframe", "fg": 4151, "rotates": false }, - { "id": "vp_turret_mount", "fg": 4151, "rotates": true }, - { "id": "vp_spring_plate", "fg": 5128, "rotates": true }, - { "id": "spring_plate", "fg": 5128, "rotates": false }, - { "id": "turret_mount", "fg": 4151, "rotates": false }, - { "id": "vp_rebar_plate", "fg": 5125, "rotates": true }, - { "id": "rebar_plate", "fg": 5125, "rotates": false }, - { "id": "gelrazor", "fg": 2352, "bg": 4151, "rotates": false }, - { "id": "vp_gelrazor", "fg": 2352, "bg": 4151, "rotates": true }, - { "id": "v_table", "fg": 4153, "rotates": false }, - { "id": "weldrig", "fg": 4156, "rotates": false }, - { "id": "vp_wheel_wood", "fg": 4157, "rotates": true }, - { "id": "wheel_wood", "fg": 4157, "rotates": true }, - { "id": "vp_wheel_wood_b", "fg": 4158, "rotates": true }, - { "id": "wheel_wood_b", "fg": 4158, "rotates": true }, - { - "id": "vp_windshield", - "fg": 4159, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4160 } ] - }, - { - "id": "vp_frostie_wall", - "fg": 4159, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4160 } ] - }, - { "id": "vp_wing_mirror", "fg": 4161, "rotates": true }, - { "id": "vp_wiring", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_horizontal", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_horizontal_2", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_ne", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_nw", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_se", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_sw", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_vertical", "fg": 4162, "rotates": true }, - { "id": "vp_fxlhalfboard_vertical_2", "fg": 4162, "rotates": true }, - { "id": "vp_woodhalfboard_vertical_2", "fg": 4168, "rotates": true }, - { "id": "boat_board", "fg": 4169, "rotates": false }, - { "id": "f_bench", "fg": 4170, "rotates": true }, - { "id": "vp_xlframe_cross", "fg": 4172, "rotates": true }, - { "id": "xlframe", "fg": 4172, "rotates": true }, - { "id": "vp_xlframe_horizontal", "fg": 4173, "rotates": true }, - { "id": "vp_xlframe_horizontal_2", "fg": 4174, "rotates": true }, - { "id": "vp_xlframe_ne", "fg": 4175, "rotates": true }, - { "id": "vp_xlframe_nw", "fg": 4176, "rotates": true }, - { "id": "vp_xlframe_se", "fg": 4177, "rotates": true }, - { "id": "vp_xlframe_sw", "fg": 4178, "rotates": true }, - { "id": "vp_xlframe_vertical", "fg": 4179, "rotates": true }, - { "id": "vp_xlframe_vertical_2", "fg": 4180, "rotates": true }, - { "id": "inflatable_section", "fg": 4182, "rotates": false }, - { "id": "inflatable_airbag", "fg": 4182, "rotates": false }, - { "id": "vp_wheel", "fg": 4183, "rotates": true }, - { "id": "vp_wheel_steerable", "fg": 4183, "rotates": true }, - { "id": "wheel_metal", "fg": 4184 }, - { "id": "vp_wheel_bicycle", "fg": 4185, "rotates": true }, - { "id": "vp_wheel_bicycle_steerable", "fg": 4185, "rotates": true }, - { "id": "vp_wheel_unicycle", "fg": 4185, "rotates": true }, - { "id": "vp_wheel_caster", "fg": 4186, "rotates": true }, - { "id": "vp_wheel_motorbike", "fg": 4187, "rotates": true }, - { "id": "vp_wheel_motorbike_steerable", "fg": 4187, "rotates": true }, - { "id": "vp_wheel_barrow", "fg": 4187, "rotates": true }, - { "id": "wheel_barrow", "fg": 4187 }, - { "id": "vp_wheel_small", "fg": 4188, "rotates": true }, - { "id": "vp_wheel_small_steerable", "fg": 4188, "rotates": true }, - { "id": "day_filter1", "fg": 4208 }, - { "id": "day_filter2", "fg": 4209 }, - { "id": "day_filter3", "fg": 4210 }, - { "id": "day_filter4", "fg": 4211 }, - { "id": "dusk_filter1", "fg": 4212 }, - { "id": "dusk_filter2", "fg": 4213 }, - { "id": "dusk_filter3", "fg": 4214 }, - { "id": "dusk_filter4", "fg": 4215 }, - { "id": "night_filter1", "fg": 4216 }, - { "id": "night_filter2", "fg": 4217 }, - { "id": "night_filter3", "fg": 4218 }, - { "id": "night_filter4", "fg": 4219 }, - { "id": "blood_filter", "fg": 4220 }, - { "id": "generic_folded_vehicle", "fg": 4239 }, - { "id": "overlay_worn_magbandolier", "fg": 3919, "rotates": false }, - { "id": "anvil_bronze", "fg": 4240, "rotates": false }, - { "id": "mon_hologram", "fg": 4241, "rotates": false }, - { "id": "overlay_worn_holo_cloak", "fg": 4242, "rotates": false }, - { "id": "holo_cloak", "fg": 4243, "rotates": false }, - { "id": "detergent", "fg": 5184, "rotates": false }, - { "id": "food_processor", "fg": 5185, "rotates": false }, - { "id": [ "vp_aisle_curtain", "vp_v_curtain" ], "fg": 3012, "rotates": true }, - { - "id": [ "vp_Waisle_horizontal", "vp_Waisle_vertical" ], - "fg": 3983, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3983 } ] - }, - { "id": [ "vp_diesel_engine_i6", "vp_diesel_engine_v6", "vp_engine_v6" ], "fg": 1439, "rotates": true }, - { "id": [ "vp_diesel_engine_v12", "vp_engine_v12", "vp_engine_v8" ], "fg": 1440, "rotates": true }, - { "id": "vp_diesel_engine_v8", "fg": 1440, "rotates": true }, - { - "id": [ "vp_repeatingcrossbow", "vp_repeatingcrossbownc" ], - "fg": 3960, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 3960 } ] - }, - { - "id": [ - "vp_calico", - "vp_TDI", - "vp_TDInc", - "vp_acr", - "vp_acrnc", - "vp_ak47", - "vp_ak74", - "vp_american_180", - "vp_american_180nc", - "vp_an94", - "vp_ar15", - "vp_ar15nc", - "vp_auto_m1918", - "vp_bigun", - "vp_bigunnc", - "vp_browning_blr", - "vp_caliconc", - "vp_carbine_flintlock", - "vp_carbine_flintlocknc", - "vp_coilgun", - "vp_coilgunnc", - "vp_cx4", - "vp_cx4nc", - "vp_fn_fal", - "vp_fn_falnc", - "vp_fn_p90", - "vp_h&k416a5", - "vp_h&k416a5nc", - "vp_heavy_rail_rifle", - "vp_hk_g3", - "vp_hk_g36", - "vp_hk_g36nc", - "vp_hk_g3nc", - "vp_hk_g80", - "vp_hk_mp5", - "vp_hk_mp5nc", - "vp_hk_mp7", - "vp_hk_ump45", - "vp_hk_ump45nc", - "vp_ksg", - "vp_ksgnc", - "vp_l_base_223", - "vp_l_base_223nc", - "vp_l_car_223", - "vp_l_car_223nc", - "vp_l_def_12", - "vp_l_def_12nc", - "vp_l_dsr_223", - "vp_l_dsr_223nc", - "vp_l_long_45", - "vp_l_long_45nc", - "vp_l_mbr_223", - "vp_l_mbr_223nc", - "vp_m1014", - "vp_m1014nc", - "vp_m14ebr", - "vp_m14ebrnc", - "vp_m1a", - "vp_m1anc", - "vp_m2010", - "vp_m27iar", - "vp_m27iarnc", - "vp_m4a1", - "vp_m4a1nc", - "vp_mac_10", - "vp_mac_10nc", - "vp_marlin_9a", - "vp_marlin_9anc", - "vp_mossberg_500", - "vp_mossberg_500nc", - "vp_nailrifle", - "vp_nailriflenc", - "vp_needlegun", - "vp_pipe_double_shotgun", - "vp_pipe_double_shotgunnc", - "vp_pipe_shotgun", - "vp_pipe_shotgunnc", - "vp_rebar_rifle", - "vp_remington_700", - "vp_remington_870", - "vp_remington_870nc", - "vp_revolver_shotgun", - "vp_revolver_shotgunnc", - "vp_rifle_22", - "vp_rifle_22nc", - "vp_rifle_308", - "vp_rifle_308nc", - "vp_rifle_9mm", - "vp_rifle_9mmnc", - "vp_rifle_flintlock", - "vp_rifle_flintlocknc", - "vp_rm11b_sniper_rifle", - "vp_rm2000_smg", - "vp_rm360_carbine", - "vp_rm360_carbinenc", - "vp_rm51_assault_rifle", - "vp_rm614_lmg", - "vp_rm88_battle_rifle", - "vp_ruger_1022", - "vp_ruger_1022nc", - "vp_ruger_mini", - "vp_ruger_mininc", - "vp_saiga_12", - "vp_saiga_12nc", - "vp_savage_111f", - "vp_savage_111fnc", - "vp_scar_h", - "vp_scar_hnc", - "vp_scar_l", - "vp_scar_lnc", - "vp_shotgun_d", - "vp_shotgun_dnc", - "vp_shotgun_s", - "vp_shotgun_snc", - "vp_sks", - "vp_steyr_aug", - "vp_steyr_augnc", - "vp_surv_carbine_223", - "vp_surv_carbine_223nc", - "vp_survivor_special_700", - "vp_tec9", - "vp_tec9nc", - "vp_uzi", - "vp_uzinc", - "vp_v29", - "vp_v29_cheap" - ], - "fg": 4109, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4109 } ] - }, - { - "id": "vp_auto_m134", - "fg": 4108, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3987, "bg": 4108 } ] - }, - { - "id": [ - "vp_223rack", - "vp_22rack", - "vp_308rack", - "vp_45rack", - "vp_50bmgrack", - "vp_556rack", - "vp_9mmrack", - "vp_boltrack", - "vp_diskrack", - "vp_flintrack", - "vp_nailrack", - "vp_pebblerack", - "vp_sboltrack", - "vp_shardrack" - ], - "fg": 1421, - "rotates": true - }, - { "id": [ "vp_vgen", "vp_vgen2" ], "fg": 3162, "rotates": true }, - { "id": [ "vgen", "vgen2" ], "fg": 3162, "rotates": false }, - { "id": "vehicle_dashboard", "fg": 5116, "rotates": false }, - { "id": [ "vp_dashboard", "vp_controls_electronic" ], "fg": 5116, "rotates": true }, - { "id": "sugar_fried", "fg": 1090 }, - { "id": "sweetbread", "fg": 5131 }, - { "id": [ "taco", "tiotaco" ], "fg": 5132 }, - { "id": [ "spaghetti_bolognese", "spaghetti_cooked", "spaghetti_human", "spaghetti_pesto" ], "fg": 5127 }, - { "id": "sandwich_cheese", "fg": 5113 }, - { "id": "sandwich_cheese_grilled", "fg": 5111 }, - { "id": "sandwich_cucumber", "fg": 5112 }, - { "id": [ "sandwich_honey", "sandwich_pbh" ], "fg": 5108 }, - { "id": [ "sandwich_human", "sandwich_t" ], "fg": 5105 }, - { "id": "sandwich_jam", "fg": 5114 }, - { "id": "sandwich_pb", "fg": 5106 }, - { "id": "sandwich_pbj", "fg": 5107 }, - { "id": "sandwich_pbm", "fg": 5109 }, - { "id": "sandwich_sauce", "fg": 5115 }, - { "id": "sandwich_veggy", "fg": 5104 }, - { "id": "sloppyjoe", "fg": 5110 }, - { "id": "sausage_wasteland", "fg": 5126 }, - { "id": "sarcophagus_access_code", "fg": 1054 }, - { "id": [ "sandwich_deluxe", "sandwich_dudeluxe" ], "fg": 1096 }, - { "id": "rebreather_filter", "fg": 2278, "rotates": false }, - { "id": "reloaded_357sig_fmj", "fg": 18, "bg": 957, "rotates": false }, - { "id": "reloaded_357sig_jhp", "fg": 21, "bg": 957, "rotates": false }, - { "id": [ "powered_earmuffs", "powered_earmuffs_on" ], "fg": 5122 }, - { "id": [ "overlay_worn_powered_earmuffs", "overlay_worn_powered_earmuffs_on" ], "fg": 5123 }, - { "id": "onion_rings", "fg": 5139, "rotates": false }, - { "id": [ "pie", "pie_veggy", "pie_maple" ], "fg": 5120, "rotates": false }, - { "id": [ "pie_human", "pie_meat" ], "fg": 5121, "rotates": false }, - { "id": "link_sheet", "fg": 5141, "rotates": false }, - { "id": "lye", "fg": 1120, "rotates": false }, - { "id": "lead_ball", "fg": 5142, "rotates": false }, - { "id": [ "vp_washing_machine", "washing_machine" ], "fg": 1600, "bg": 1005, "rotates": false }, - { "id": [ "hot_chocolate", "mex_chocolate" ], "fg": 1143, "rotates": false }, - { "id": "f_piano", "fg": 5186, "rotates": false }, - { "id": "f_tank_trap", "fg": 5187, "rotates": false }, - { "id": "f_wardrobe", "fg": 5188, "rotates": false }, - { "id": "bone_flute", "fg": 5172, "rotates": false }, - { "id": "diamond_dental_grill", "fg": 5160, "rotates": false }, - { "id": "overlay_worn_diamond_dental_grill", "fg": 5159, "rotates": false }, - { "id": "gold_dental_grill", "fg": 5148, "rotates": false }, - { "id": "overlay_worn_gold_dental_grill", "fg": 5149, "rotates": false }, - { "id": "gattler", "fg": 5158, "rotates": false }, - { "id": "overlay_wielded_gattler", "fg": 5157, "rotates": false }, - { - "id": [ "hbolt_boom", "hbolt_boom2", "hbolt_fire", "hbolt_fire2", "hbolt_frag" ], - "fg": 5146, - "rotates": false - }, - { "id": "hbolt_nuke", "fg": 5145, "rotates": false }, - { "id": "hbolt_metal", "fg": 5144, "rotates": false }, - { "id": "hbolt_wood", "fg": 5143, "rotates": false }, - { "id": "overlay_wielded_gloople_act", "fg": 5150, "rotates": false }, - { "id": [ "overlay_wielded_gray_act", "overlay_wielded_oozle_act" ], "fg": 5147, "rotates": false }, - { "id": [ "vp_gloopletread", "vp_graytread", "vp_oozletread" ], "fg": 4149, "rotates": true }, - { "id": [ "gloopletread", "graytread", "oozletread" ], "fg": 4149 }, - { "id": [ "crown_golden", "crown_golden_survivor" ], "fg": 5161, "rotates": false }, - { "id": [ "overlay_worn_crown_golden", "overlay_worn_crown_golden_survivor" ], "fg": 5162, "rotates": false }, - { "id": [ "cargo_lock", "vp_cargo_lock" ], "fg": 5167, "rotates": false }, - { "id": "t_railroad_rubble", "bg": 5189, "rotates": true }, - { "id": "t_railroad_track", "fg": [ 5193, 5191, 5193, 5191 ], "bg": 5189, "rotates": true }, - { "id": "t_railroad_track_on_tie", "fg": [ 5192, 5195, 5192, 5195 ], "bg": 5189, "rotates": false }, - { - "id": "t_railroad_tie", - "fg": [ 5190, 5194, 5190, 5194 ], - "bg": 5189, - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "end_piece", "fg": [ 5190, 5194, 5190, 5194 ] } ] - }, - { "id": [ "chess", "checkers" ], "fg": 5119, "rotates": false }, - { "id": "cards", "fg": 5103, "rotates": false }, - { "id": "cards_magic", "fg": 5102, "rotates": false }, - { - "id": [ "pictionary", "monopoly", "dnd", "g_warhammer", "g_warhammer40k", "catan", "battleship", "clue" ], - "fg": 5119, - "rotates": false - }, - { "id": "mon_bandit_looter", "fg": 5088, "rotates": false }, - { "id": "mon_bandit_m1911", "fg": 5089, "rotates": false }, - { "id": "mon_bandit_glock", "fg": 5090, "rotates": false }, - { "id": "mon_bandit_melee", "fg": 5091, "rotates": false }, - { "id": "mon_bandit_raider", "fg": 5092, "rotates": false }, - { "id": "mon_bandit_rifle", "fg": 5093, "rotates": false }, - { "id": "mon_bandit_scrapper", "fg": 5094, "rotates": false }, - { "id": "mon_bandit_shotgun", "fg": 5095, "rotates": false }, - { "id": "mon_bandit_smg", "fg": 5096, "rotates": false }, - { "id": "mon_bandit_alpha", "fg": 5097, "rotates": false }, - { "id": "mon_bandit_super_psycho", "fg": 5098, "rotates": false }, - { "id": "mon_bandit_super_snipe", "fg": 5099, "rotates": false }, - { - "id": [ "overlay_female_mutation_CHITIN", "overlay_female_mutation_CHITIN3", "overlay_female_mutation_CHITIN_FUR" ], - "fg": 5052, - "rotates": false - }, - { - "id": [ "overlay_male_mutation_CHITIN", "overlay_male_mutation_CHITIN3", "overlay_male_mutation_CHITIN_FUR" ], - "fg": 5053, - "rotates": false - }, - { - "id": [ "overlay_female_mutation_CHITIN_FUR2", "overlay_female_mutation_CHITIN_FUR3" ], - "fg": 5054, - "rotates": false - }, - { - "id": [ "overlay_male_mutation_CHITIN_FUR2", "overlay_male_mutation_CHITIN_FUR3" ], - "fg": 5055, - "rotates": false - }, - { "id": "overlay_female_mutation_CHITIN2", "fg": 5056, "rotates": false }, - { "id": "overlay_male_mutation_CHITIN2", "fg": 5057, "rotates": false }, - { "id": "overlay_female_mutation_LIGHTFUR", "fg": 5058, "rotates": false }, - { "id": "overlay_male_mutation_LIGHTFUR", "fg": 5059, "rotates": false }, - { "id": "overlay_female_mutation_PLANTSKIN", "fg": 5062, "rotates": false }, - { "id": "overlay_male_mutation_PLANTSKIN", "fg": 5063, "rotates": false }, - { "id": "overlay_female_mutation_BARK", "fg": 5064, "rotates": false }, - { "id": "overlay_male_mutation_BARK", "fg": 5065, "rotates": false }, - { "id": "overlay_female_mutation_FEATHERS", "fg": 5066, "rotates": false }, - { "id": "overlay_male_mutation_FEATHERS", "fg": 5067, "rotates": false }, - { "id": "overlay_female_mutation_FELINE_FUR", "fg": 5068, "rotates": false }, - { "id": "overlay_male_mutation_FELINE_FUR", "fg": 5069, "rotates": false }, - { "id": "overlay_female_mutation_LYNX_FUR", "fg": 5070, "rotates": false }, - { "id": "overlay_male_mutation_LYNX_FUR", "fg": 5071, "rotates": false }, - { "id": "overlay_female_mutation_FUR", "fg": 5072, "rotates": false }, - { "id": "overlay_male_mutation_FUR", "fg": 5073, "rotates": false }, - { "id": "overlay_female_mutation_LUPINE_FUR", "fg": 5074, "rotates": false }, - { "id": "overlay_male_mutation_LUPINE_FUR", "fg": 5075, "rotates": false }, - { "id": "overlay_female_mutation_URSINE_FUR", "fg": 5076, "rotates": false }, - { "id": "overlay_male_mutation_URSINE_FUR", "fg": 5077, "rotates": false }, - { - "id": [ "overlay_female_mutation_SCALES", "overlay_female_mutation_THICK_SCALES" ], - "fg": 5078, - "rotates": false - }, - { - "id": [ "overlay_male_mutation_SCALES", "overlay_male_mutation_THICK_SCALES" ], - "fg": 5079, - "rotates": false - }, - { "id": "overlay_female_mutation_SLEEK_SCALES", "fg": 5080, "rotates": false }, - { "id": "overlay_male_mutation_SLEEK_SCALES", "fg": 5081, "rotates": false }, - { - "id": [ "overlay_female_mutation_ALBINO", "overlay_female_mutation_TROGLO3" ], - "fg": 5082, - "rotates": false - }, - { "id": [ "overlay_male_mutation_ALBINO", "overlay_male_mutation_TROGLO3" ], "fg": 5083, "rotates": false }, - { "id": "overlay_female_mutation_VISCOUS", "fg": 5084, "rotates": false }, - { "id": "overlay_male_mutation_VISCOUS", "fg": 5085, "rotates": false }, - { "id": "overlay_female_mutation_M_SKIN", "fg": 5086, "rotates": false }, - { "id": "overlay_male_mutation_M_SKIN", "fg": 5087, "rotates": false } - ] - }, - { - "file": "expan.png", - "tiles": [ - { - "id": "t_palisade", - "fg": 5201, - "bg": 5225, - "multitile": true, - "additional_tiles": [ - { "fg": [ 5200, 5201 ], "bg": 5225, "id": "edge" }, - { "fg": 5202, "bg": 5225, "id": "center" }, - { "fg": [ 5203, 5204, 5205, 5206 ], "bg": 5225, "id": "corner" }, - { "fg": [ 5207, 5201, 5208, 5201 ], "bg": 5225, "id": "end_piece" }, - { "fg": [ 5209, 5210, 5211, 5212 ], "bg": 5225, "id": "t_connection" }, - { "fg": 5213, "bg": 5225, "id": "unconnected" } - ], - "rotates": true - }, - { - "id": "t_palisade_gate", - "fg": 5215, - "bg": 5225, - "multitile": true, - "additional_tiles": [ - { "fg": [ 5214, 5215 ], "bg": 5225, "id": "edge" }, - { "fg": [ 5216, 5215, 5217, 5215 ], "bg": 5225, "id": "end_piece" }, - { "fg": [ 5215, 5214, 5215, 5214 ], "bg": 5225, "id": "t_connection" }, - { "fg": 5215, "bg": 5225, "id": "unconnected" } - ], - "rotates": false - }, - { - "id": "t_palisade_gate_o", - "fg": 5223, - "bg": 5225, - "multitile": true, - "additional_tiles": [ - { "fg": [ 5218, 5223 ], "bg": 5225, "id": "edge" }, - { "fg": 5219, "bg": 5225, "id": "center" }, - { "fg": [ 5220, 5221, 5224, 5222 ], "bg": 5225, "id": "corner" }, - { "fg": [ 5222, 5223, 5224, 5223 ], "bg": 5225, "id": "end_piece" }, - { "fg": [ 5220, 5219, 5221, 5218 ], "bg": 5225, "id": "t_connection" }, - { "fg": 5223, "bg": 5225, "id": "unconnected" } - ], - "rotates": true - }, - { - "id": "t_palisade_gate_o_season_winter", - "fg": 5223, - "bg": 5226, - "multitile": true, - "additional_tiles": [ - { "fg": [ 5218, 5223 ], "bg": 5226, "id": "edge" }, - { "fg": 5219, "bg": 5226, "id": "center" }, - { "fg": [ 5220, 5221, 5224, 5222 ], "bg": 5226, "id": "corner" }, - { "fg": [ 5222, 5223, 5224, 5223 ], "bg": 5226, "id": "end_piece" }, - { "fg": [ 5220, 5219, 5221, 5218 ], "bg": 5226, "id": "t_connection" }, - { "fg": 5223, "bg": 5226, "id": "unconnected" } - ], - "rotates": true - }, - { - "id": "t_palisade_gate_season_winter", - "fg": 5215, - "bg": 5226, - "multitile": true, - "additional_tiles": [ - { "fg": [ 5214, 5215 ], "bg": 5226, "id": "edge" }, - { "fg": [ 5216, 5215, 5217, 5215 ], "bg": 5226, "id": "end_piece" }, - { "fg": [ 5215, 5214, 5215, 5214 ], "bg": 5226, "id": "t_connection" }, - { "fg": 5215, "bg": 5226, "id": "unconnected" } - ], - "rotates": false - }, - { - "id": "t_palisade_season_winter", - "fg": 5201, - "bg": 5226, - "multitile": true, - "additional_tiles": [ - { "fg": [ 5200, 5201 ], "bg": 5226, "id": "edge" }, - { "fg": 5202, "bg": 5226, "id": "center" }, - { "fg": [ 5203, 5204, 5205, 5206 ], "bg": 5226, "id": "corner" }, - { "fg": [ 5207, 5201, 5208, 5201 ], "bg": 5226, "id": "end_piece" }, - { "fg": [ 5209, 5210, 5211, 5212 ], "bg": 5226, "id": "t_connection" }, - { "fg": 5213, "bg": 5226, "id": "unconnected" } - ], - "rotates": true - }, - { - "id": "t_pit_corpsed", - "fg": 3151, - "bg": 5225, - "multitile": true, - "additional_tiles": [ - { "fg": [ 3151, 3151 ], "bg": 5225, "id": "edge" }, - { "fg": 5234, "bg": 5225, "id": "center" }, - { "fg": [ 5227, 5228, 5229, 5230 ], "bg": 5225, "id": "corner" }, - { "fg": [ 3151, 3151, 3151, 3151 ], "bg": 5225, "id": "end_piece" }, - { "fg": [ 5231, 5232, 5232, 5233 ], "bg": 5225, "id": "t_connection" }, - { "fg": 3151, "bg": 5225, "id": "unconnected" } - ], - "rotates": false - }, - { - "id": "t_pit_corpsed_season_winter", - "fg": 3152, - "bg": 5226, - "multitile": true, - "additional_tiles": [ - { "fg": [ 3152, 3152 ], "bg": 5226, "id": "edge" }, - { "fg": 5234, "bg": 5226, "id": "center" }, - { "fg": [ 5227, 5228, 5229, 5230 ], "bg": 5226, "id": "corner" }, - { "fg": [ 3152, 3152, 3152, 3152 ], "bg": 5226, "id": "end_piece" }, - { "fg": [ 5231, 5232, 5232, 5233 ], "bg": 5226, "id": "t_connection" }, - { "fg": 3152, "bg": 5226, "id": "unconnected" } - ], - "rotates": false - }, - { - "id": "t_dirt_season_winter", - "fg": [ - { "weight": 40, "sprite": 5226 }, - { "weight": 1, "sprite": 5241 }, - { "weight": 1, "sprite": 5242 }, - { "weight": 1, "sprite": 5243 } - ] - }, - { - "id": "t_grass_season_winter", - "fg": [ - { "weight": 30, "sprite": 5235 }, - { "weight": 2, "sprite": 5244 }, - { "weight": 1, "sprite": 5245 }, - { "weight": 1, "sprite": 5246 }, - { "weight": 4, "sprite": 5247 } - ], - "bg": 5226, - "rotates": false, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 5236, "bg": 5226 }, - { "id": "edge", "fg": 5237, "bg": 5226 }, - { "id": "end_piece", "fg": 5238, "bg": 5226 }, - { "id": "t_connection", "fg": 5239, "bg": 5226 }, - { "id": "unconnected", "fg": 5240, "bg": 5226 } - ] - }, - { "id": "overlay_male_mutation_skin1", "fg": 5248, "rotates": false }, - { "id": "overlay_male_mutation_skin2", "fg": 5249, "rotates": false }, - { "id": "overlay_male_mutation_skin3", "fg": 5250, "rotates": false }, - { "id": "overlay_male_mutation_skin4", "fg": 5251, "rotates": false }, - { "id": "overlay_male_mutation_forehair1black", "fg": 5252, "rotates": false }, - { "id": "overlay_male_mutation_forehair1brown", "fg": 5253, "rotates": false }, - { "id": "overlay_male_mutation_forehair1blond", "fg": 5254, "rotates": false }, - { "id": "overlay_male_mutation_forehair1gray", "fg": 5255, "rotates": false }, - { "id": "overlay_male_mutation_forehair1white", "fg": 5256, "rotates": false }, - { "id": "overlay_male_mutation_forehair2black", "fg": 5257, "rotates": false }, - { "id": "overlay_male_mutation_forehair2brown", "fg": 5258, "rotates": false }, - { "id": "overlay_male_mutation_forehair2blond", "fg": 5259, "rotates": false }, - { "id": "overlay_male_mutation_forehair2gray", "fg": 5260, "rotates": false }, - { "id": "overlay_male_mutation_forehair2white", "fg": 5261, "rotates": false }, - { "id": "npc_female", "fg": 5262, "bg": 967 }, - { "id": "npc_male", "fg": 5263, "bg": 967 }, - { "id": "player_female", "fg": 5262, "bg": 967 }, - { "id": "player_male", "fg": 5263, "bg": 967 }, - { "id": "overlay_male_mutation_hair1black", "fg": 5264, "rotates": false }, - { "id": "overlay_male_mutation_hair1brown", "fg": 5265, "rotates": false }, - { "id": "overlay_male_mutation_hair1blond", "fg": 5266, "rotates": false }, - { "id": "overlay_male_mutation_hair1gray", "fg": 5267, "rotates": false }, - { "id": "overlay_male_mutation_hair1white", "fg": 5268, "rotates": false }, - { "id": "overlay_male_mutation_hair2black", "fg": 5269, "rotates": false }, - { "id": "overlay_male_mutation_hair2brown", "fg": 5270, "rotates": false }, - { "id": "overlay_male_mutation_hair2blond", "fg": 5271, "rotates": false }, - { "id": "overlay_male_mutation_hair2gray", "fg": 5272, "rotates": false }, - { "id": "overlay_male_mutation_hair2white", "fg": 5273, "rotates": false }, - { "id": "overlay_male_mutation_hair3black", "fg": 5274, "rotates": false }, - { "id": "overlay_male_mutation_hair3brown", "fg": 5275, "rotates": false }, - { "id": "overlay_male_mutation_hair3blond", "fg": 5276, "rotates": false }, - { "id": "overlay_male_mutation_hair3gray", "fg": 5277, "rotates": false }, - { "id": "overlay_male_mutation_hair3white", "fg": 5278, "rotates": false }, - { "id": "overlay_female_mutation_skin1", "fg": 5280, "rotates": false }, - { "id": "overlay_female_mutation_skin2", "fg": 5281, "rotates": false }, - { "id": "overlay_female_mutation_skin3", "fg": 5282, "rotates": false }, - { "id": "overlay_female_mutation_skin4", "fg": 5283, "rotates": false }, - { "id": "overlay_female_mutation_forehair1black", "fg": 5284, "rotates": false }, - { "id": "overlay_female_mutation_forehair1brown", "fg": 5285, "rotates": false }, - { "id": "overlay_female_mutation_forehair1blond", "fg": 5286, "rotates": false }, - { "id": "overlay_female_mutation_forehair1gray", "fg": 5287, "rotates": false }, - { "id": "overlay_female_mutation_forehair1white", "fg": 5288, "rotates": false }, - { "id": "overlay_female_mutation_forehair2black", "fg": 5289, "rotates": false }, - { "id": "overlay_female_mutation_forehair2brown", "fg": 5290, "rotates": false }, - { "id": "overlay_female_mutation_forehair2blond", "fg": 5291, "rotates": false }, - { "id": "overlay_female_mutation_forehair2gray", "fg": 5292, "rotates": false }, - { "id": "overlay_female_mutation_forehair2white", "fg": 5293, "rotates": false }, - { "id": "overlay_female_mutation_hair1black", "fg": 5296, "rotates": false }, - { "id": "overlay_female_mutation_hair1brown", "fg": 5297, "rotates": false }, - { "id": "overlay_female_mutation_hair1blond", "fg": 5298, "rotates": false }, - { "id": "overlay_female_mutation_hair1gray", "fg": 5299, "rotates": false }, - { "id": "overlay_female_mutation_hair1white", "fg": 5300, "rotates": false }, - { "id": "overlay_female_mutation_hair2black", "fg": 5301, "rotates": false }, - { "id": "overlay_female_mutation_hair2brown", "fg": 5302, "rotates": false }, - { "id": "overlay_female_mutation_hair2blond", "fg": 5303, "rotates": false }, - { "id": "overlay_female_mutation_hair2gray", "fg": 5304, "rotates": false }, - { "id": "overlay_female_mutation_hair2white", "fg": 5305, "rotates": false }, - { "id": "overlay_female_mutation_hair3black", "fg": 5306, "rotates": false }, - { "id": "overlay_female_mutation_hair3brown", "fg": 5307, "rotates": false }, - { "id": "overlay_female_mutation_hair3blond", "fg": 5308, "rotates": false }, - { "id": "overlay_female_mutation_hair3gray", "fg": 5309, "rotates": false }, - { "id": "overlay_female_mutation_hair3white", "fg": 5310, "rotates": false }, - { "id": "mon_little_maid", "fg": 5312, "rotates": false }, - { "id": "mon_shoggoth_maid", "fg": 5313, "rotates": false }, - { "id": "mon_alchemic_golem", "fg": 5314, "rotates": false }, - { "id": "maid_master", "fg": 5315, "rotates": false }, - { - "id": "mon_broken_cyborg", - "fg": [ { "weight": 1, "sprite": 2362 }, { "weight": 1, "sprite": 5316 } ], - "bg": 967, - "rotates": false - } - ] - }, - { - "file": "expan2.png", - "sprite_offset_y": -16, - "tiles": [ - { "id": [ "overlay_worn_bowhat", "overlay_worn_porkpie", "overlay_worn_tophat" ], "fg": 5350, "rotates": false }, - { "id": [ "overlay_worn_firehelmet", "overlay_worn_hat_hard_hooded" ], "fg": 5351, "rotates": false }, - { "id": "overlay_worn_hat_hard", "fg": 5352, "rotates": false }, - { "id": "overlay_worn_miner_hat", "fg": 5353, "rotates": false }, - { "id": "overlay_worn_miner_hat_on", "fg": 5354, "rotates": false }, - { "id": "overlay_worn_hat_sombrero", "fg": 5355, "rotates": false }, - { "id": "overlay_worn_pickelhaube", "fg": 5356, "rotates": false }, - { "id": [ "overlay_worn_straw_hat", "overlay_worn_10gal_hat" ], "fg": 5357, "rotates": false }, - { "id": "overlay_worn_straw_fedora", "fg": 5358, "rotates": false }, - { "id": "overlay_worn_fedora", "fg": 5359, "rotates": false }, - { "id": [ "overlay_effect_evil", "overlay_effect_attention", "overlay_effect_teleglow" ], "fg": 5360 }, - { "id": "overlay_effect_cold", "fg": 5361 }, - { "id": "overlay_effect_hot", "fg": 5362 }, - { "id": "overlay_effect_downed", "fg": 5363 }, - { "id": "overlay_effect_grabbed", "fg": 5364 }, - { "id": [ "overlay_effect_winded", "overlay_effect_asthma" ], "fg": 5365 }, - { "id": "overlay_effect_stunned", "fg": 5366 }, - { "id": [ "overlay_effect_foodpoison", "overlay_effect_nausea" ], "fg": 5367 }, - { "id": "overlay_effect_frostbite", "fg": 5368 }, - { "id": "overlay_effect_blisters", "fg": 5369 }, - { "id": "overlay_effect_poison", "fg": 5370 }, - { "id": "overlay_effect_badpoison", "fg": 5371 }, - { "id": "overlay_effect_paralyzepoison", "fg": 5372 }, - { "id": "overlay_effect_common_cold", "fg": 5373 }, - { "id": [ "overlay_effect_flu", "overlay_effect_Influenza" ], "fg": 5374 }, - { "id": "overlay_effect_spores", "fg": 5375 }, - { "id": "overlay_effect_fungus", "fg": 5376 }, - { "id": "overlay_effect_visuals", "fg": 5377 }, - { "id": [ "overlay_effect_deaf", "overlay_effect_earphones" ], "fg": 5378 }, - { "id": "overlay_effect_onfire", "fg": 5379 }, - { "id": "overlay_effect_sleep", "fg": 5380 }, - { "id": "overlay_effect_docile", "fg": 5381 }, - { "id": "overlay_effect_pet", "fg": 5382 }, - { "id": "overlay_effect_pacified", "fg": 5383 }, - { "id": "overlay_effect_shrieking", "fg": 5384 }, - { "id": "overlay_effect_milked", "fg": 5385 }, - { "id": "overlay_effect_haslight", "fg": 5386 } - ] - }, - { - "file": "tree.png", - "sprite_width": 64, - "sprite_height": 80, - "sprite_offset_x": -16, - "sprite_offset_y": -48, - "tiles": [ - { "id": "overlay_wielded_pike", "fg": 5398, "rotates": false }, - { "id": "t_stairs_down", "fg": 5396, "rotates": false }, - { "id": "t_stairs_up", "fg": 5397, "rotates": false }, - { "id": "t_tree", "fg": 5400, "bg": 5402, "rotates": false }, - { - "id": "t_tree_season_spring", - "fg": [ { "weight": 1, "sprite": 5400 }, { "weight": 1, "sprite": 5438 } ], - "bg": 5402, - "rotates": false - }, - { - "id": "t_tree_season_autumn", - "fg": [ { "weight": 1, "sprite": 5436 }, { "weight": 1, "sprite": 5438 } ], - "bg": 5402, - "rotates": false - }, - { "id": "t_tree_season_winter", "fg": 5405, "bg": 5403, "rotates": false }, - { "id": "t_tree_pine", "fg": 5401, "bg": 5402, "rotates": false }, - { "id": "t_tree_pine_season_winter", "fg": 5406, "bg": 5403, "rotates": false }, - { "id": "t_tree_young", "fg": 5404, "bg": 5402, "rotates": false }, - { "id": "t_tree_young_season_autumn", "fg": 5437, "bg": 5402, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 5437, "bg": 5403, "rotates": false }, - { - "id": [ - "t_tree_apple_harvested", - "t_tree_apricot_harvested", - "t_tree_cherry_harvested", - "t_tree_peach_harvested", - "t_tree_pear_harvested", - "t_tree_plum_harvested", - "t_tree_apple", - "t_tree_apricot", - "t_tree_cherry", - "t_tree_peach", - "t_tree_pear", - "t_tree_plum" - ], - "fg": 5407, - "bg": 5402 - }, - { "id": "t_tree_cherry_season_summer", "fg": 5408, "bg": 5402 }, - { "id": "t_tree_peach_season_summer", "fg": 5409, "bg": 5402 }, - { "id": "t_tree_apple_season_autumn", "fg": 5410, "bg": 5402 }, - { "id": "t_tree_pear_season_autumn", "fg": 5411, "bg": 5402 }, - { "id": "t_tree_apricot_season_summer", "fg": 5412, "bg": 5402 }, - { "id": "t_tree_plum_season_summer", "fg": 5413, "bg": 5402 }, - { - "id": [ - "t_tree_apple_harvested_season_winter", - "t_tree_apricot_harvested_season_winter", - "t_tree_cherry_harvested_season_winter", - "t_tree_peach_harvested_season_winter", - "t_tree_pear_harvested_season_winter", - "t_tree_plum_harvested_season_winter", - "t_tree_apple_season_winter", - "t_tree_apricot_season_winter", - "t_tree_cherry_season_winter", - "t_tree_peach_season_winter", - "t_tree_pear_season_winter", - "t_tree_plum_season_winter" - ], - "fg": 5414, - "bg": 5403 - }, - { "id": [ "t_tree_dead", "t_tree_hickory_dead" ], "fg": 5417, "bg": 5402 }, - { "id": [ "t_tree_dead_season_winter", "t_tree_hickory_dead_season_winter" ], "fg": 5417, "bg": 5403 }, - { "id": "t_tree_deadpine", "fg": 5418, "bg": 5402, "rotates": false }, - { "id": "t_tree_deadpine_season_winter", "fg": 5418, "bg": 5403, "rotates": false }, - { "id": [ "t_tree_hickory", "t_tree_hickory_harvested" ], "fg": 5419, "bg": 5402, "rotates": false }, - { - "id": [ "t_tree_hickory_season_winter", "t_tree_hickory_harvested_season_winter" ], - "fg": 5421, - "bg": 5403, - "rotates": false - }, - { "id": "t_tree_hickory_season_autumn", "fg": 5420, "bg": 5402, "rotates": false }, - { "id": "t_tree_blackjack", "fg": 5415, "bg": 5402, "rotates": false }, - { "id": "t_tree_blackjack_season_winter", "fg": 5416, "bg": 5403, "rotates": false }, - { "id": "t_tree_fungal", "fg": 5422, "bg": 5424, "rotates": false }, - { "id": "t_marloss_tree", "fg": 5423, "bg": 5424, "rotates": false }, - { "id": "t_tree_birch", "fg": 5425, "bg": 5402, "rotates": false }, - { "id": "t_tree_birch_harvested", "fg": 5426, "bg": 5402, "rotates": false }, - { "id": "t_tree_birch_season_winter", "fg": 5427, "bg": 5403, "rotates": false }, - { "id": "t_tree_birch_harvested_season_winter", "fg": 5426, "bg": 5403, "rotates": false }, - { "id": "t_tree_maple", "fg": 5428, "bg": 5402, "rotates": false }, - { "id": "t_tree_maple_season_autumn", "fg": 5430, "bg": 5402, "rotates": false }, - { "id": "t_tree_maple_season_winter", "fg": 5430, "bg": 5403, "rotates": false }, - { "id": "t_tree_maple_tapped", "fg": 5429, "bg": 5402 }, - { "id": "t_tree_maple_tapped_season_autumn", "fg": 5431, "bg": 5402 }, - { "id": "t_tree_maple_tapped_season_winter", "fg": 5431, "bg": 5403 }, - { "id": "t_tree_willow", "fg": 5432, "bg": 5402, "rotates": false }, - { "id": "t_tree_willow_harvested", "fg": 5433, "bg": 5402, "rotates": false }, - { "id": "t_tree_willow_harvested_season_winter", "fg": 5433, "bg": 5403, "rotates": false }, - { "id": "t_tree_willow_season_winter", "fg": 5434, "bg": 5403, "rotates": false }, - { "id": "t_leanto", "fg": 5435, "bg": 5402, "rotates": false }, - { "id": "t_leanto_season_winter", "fg": 5435, "bg": 5403, "rotates": false }, - { "id": "f_boulder_large", "fg": 5439, "rotates": false }, - { - "id": "vp_solar_array", - "fg": 5440, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5441 } ] - }, - { - "id": "vp_solar_array2", - "fg": 5442, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5443 } ] - }, - { - "id": "vp_solar_array2r", - "fg": 5442, - "rotates": false, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5443 } ] - }, - { "id": "hulk_weapon", "fg": 5448, "rotates": false }, - { "id": "mon_chickenbot", "fg": 5449, "rotates": false }, - { "id": "mon_jabberwock", "fg": 5450, "rotates": false }, - { "id": "mon_jabberwock_pk", "fg": 5451, "rotates": false }, - { "id": "mon_shoggoth", "fg": 5452, "rotates": false }, - { "id": "mon_tankbot", "fg": 5453, "rotates": false }, - { "id": "mon_zombie_hulk", "fg": 5454, "rotates": false }, - { "id": "mon_zombie_hulk_pk", "fg": 5455, "rotates": false }, - { "id": "mon_turret_searchlight", "fg": 5456, "rotates": false }, - { "id": "mon_blob_brain", "fg": 5457, "rotates": false }, - { "id": "mon_fungaloid_seeder", "fg": 5458, "rotates": false }, - { "id": "mon_fungaloid_tower", "fg": 5459, "rotates": false }, - { "id": "mon_fungaloid_queen", "fg": 5460, "rotates": false }, - { "id": "mon_triffid_heart", "fg": 5461, "rotates": false }, - { "id": "mon_yugg", "fg": 5462, "rotates": false }, - { "id": "mon_nakedmolerat_giant", "fg": 5463, "rotates": false }, - { "id": "mon_spinosaurus", "fg": 5464, "rotates": false }, - { "id": "mon_tyrannosaurus", "fg": 5465, "rotates": false }, - { "id": "mon_triceratops", "fg": 5466, "rotates": false }, - { "id": "mon_stegosaurus", "fg": 5467, "rotates": false }, - { "id": "mon_ankylosaurus", "fg": 5468, "rotates": false }, - { "id": "mon_allosaurus", "fg": 5469, "rotates": false }, - { "id": "mon_parasaurolophus", "fg": 5470, "rotates": false }, - { "id": "mon_utahraptor", "fg": 5471, "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/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/modinfo.json b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/modinfo.json deleted file mode 100644 index 431577210..000000000 --- a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/modinfo.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "id": "mxocosmetics_tileset", - "type": "MOD_INFO", - "name": "MXotto+ Cosmetics Tileset", - "description": "Hair and skin color related traits for MXotto+. p10 sprites by xotto", - "dependencies": [ "dda", "mxocosmetics" ], - "category": "graphical", - "authors": [ "Fuji" ] - } -] diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tiles.png b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tiles.png deleted file mode 100644 index 253e43a42..000000000 Binary files a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tiles.png and /dev/null differ diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tileset.txt b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tileset.txt deleted file mode 100644 index a0fc0e8e1..000000000 --- a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tileset.txt +++ /dev/null @@ -1,9 +0,0 @@ -#Generated from project in Cataclysm DDA Tileset Studio -#Name of the tileset -NAME: MXplus12_for_cosmetics -#Viewing (Option) name of the tileset -VIEW: MX+cosmetics -#JSON Path - Default of tile_config.json -JSON: tile_config.json -#Tileset Path - Default of tinytile.png -TILESET: tiles.png diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tree.png b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tree.png deleted file mode 100644 index 868a6cb88..000000000 Binary files a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/tree.png and /dev/null differ diff --git a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/treeO.png b/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/treeO.png deleted file mode 100644 index 0ac6d656c..000000000 Binary files a/data/Unleash_The_Mods/mods/Tilset_XottoCosmetics/treeO.png and /dev/null differ diff --git a/data/Unleash_The_Mods/mods/Trailerpark_mod/README.md b/data/Unleash_The_Mods/mods/Trailerpark_mod/README.md index 8ecf6cb2b..39b41f71f 100644 --- a/data/Unleash_The_Mods/mods/Trailerpark_mod/README.md +++ b/data/Unleash_The_Mods/mods/Trailerpark_mod/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [CDDA Trailer Park Mod](#cdda-trailer-park-mod) + + + # CDDA Trailer Park Mod Adds `trailer parks` to map generation, as well as regular and small trailers. diff --git a/data/Unleash_The_Mods/mods/Vamp_stuff/modinfo.md b/data/Unleash_The_Mods/mods/Vamp_stuff/modinfo.md index 8a5a2cccf..bd44b04a1 100644 --- a/data/Unleash_The_Mods/mods/Vamp_stuff/modinfo.md +++ b/data/Unleash_The_Mods/mods/Vamp_stuff/modinfo.md @@ -1,3 +1,31 @@ + + +**Table of Contents** + +- [Items](#items) + - [Books](#books) + - [Armour](#armour) + - [Weapons](#weapons) + - [Ammunition](#ammunition) +- [Monsters](#monsters) + - [Leeches](#leeches) + - [Elder Zombies](#elder-zombies) + - [Vampire Bats](#vampire-bats) + - [Infected Vampires](#infected-vampires) +- [Locations](#locations) + - [Crypt](#crypt) + - [Vampire Cove](#vampire-cove) + - [Wasteland Outskirts](#wasteland-outskirts) + - [Ghost Towns](#ghost-towns) + - [Misc](#misc) +- [NPCs](#npcs) + - [Missions](#missions) +- [Scenarios](#scenarios) + - [Vampire Wannabe](#vampire-wannabe) +- [Magic Spells](#magic-spells) + + + This **.md** file tells a subtle information about the contents of the mod. ## Items diff --git a/data/Unleash_The_Mods/mods/Vorpal_Weapons/README.md b/data/Unleash_The_Mods/mods/Vorpal_Weapons/README.md index 3e5e57b53..c989182af 100644 --- a/data/Unleash_The_Mods/mods/Vorpal_Weapons/README.md +++ b/data/Unleash_The_Mods/mods/Vorpal_Weapons/README.md @@ -1,2 +1,10 @@ + + +**Table of Contents** + +- [Vorpal-Weapons](#vorpal-weapons) + + + # Vorpal-Weapons This is a fixed version of a mod translated from japanese...I don't know who to credit here. Maybe it's in the readme. diff --git a/data/Unleash_The_Mods/mods/Zets_Hair_PKs_Rebalancing/README.md b/data/Unleash_The_Mods/mods/Zets_Hair_PKs_Rebalancing/README.md index 862f183a9..60abc8cbf 100644 --- a/data/Unleash_The_Mods/mods/Zets_Hair_PKs_Rebalancing/README.md +++ b/data/Unleash_The_Mods/mods/Zets_Hair_PKs_Rebalancing/README.md @@ -1,3 +1,13 @@ + + +**Table of Contents** + +- [Zets-Hair-PKs-Rebalancing](#zets-hair-pks-rebalancing) +- [Dependencies](#dependencies) +- [Usage Guide](#usage-guide) + + + # Zets-Hair-PKs-Rebalancing Adds hairs, eyes and skin for the mod PKs Rebalancing, used with DeadPeopleTileset diff --git a/data/broken_mods/Shelved/PKs_Rebalancing/README.md b/data/broken_mods/Shelved/PKs_Rebalancing/README.md index 4bee81e6e..5954d0c8b 100644 --- a/data/broken_mods/Shelved/PKs_Rebalancing/README.md +++ b/data/broken_mods/Shelved/PKs_Rebalancing/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [PKs_Rebalancing](#pks_rebalancing) + + + # PKs_Rebalancing PRM for C:DDA Readme updated 22JAN17 diff --git a/documents/Catalogues/Professions_catalogue.md b/documents/Catalogues/Professions_catalogue.md index f4ab69a68..20d1afb9c 100644 --- a/documents/Catalogues/Professions_catalogue.md +++ b/documents/Catalogues/Professions_catalogue.md @@ -6,17 +6,21 @@ Use the `home` key to get to the top. +- [Package bionic professions](#package-bionic-professions) + - [Professions](#professions) +- [More classes scenarios](#more-classes-scenarios) + - [Professions](#professions-1) -### Package bionic professions +# Package bionic professions ```Regex "package_bionic_professions" ``` -#### Professions +## Professions ```Json `"id": "quiver_bionic_prepper",` `"id": "bionic_athlete",` @@ -47,13 +51,13 @@ Use the `home` key to get to the top. ``` -## More classes scenarios +# More classes scenarios ```Regex "more_classes_scenarios" ``` -#### Professions +## Professions ```Json `"id": "specops",` `"id": "soldier",` diff --git a/documents/Installation_Times_for_Gun_Mods.md b/documents/Installation_Times_for_Gun_Mods.md index ff1fcb4fd..9f06ec6e2 100644 --- a/documents/Installation_Times_for_Gun_Mods.md +++ b/documents/Installation_Times_for_Gun_Mods.md @@ -5,9 +5,10 @@ Use the `home` key to get to the top. **Table of Contents** -- [Vanilla Locations](#vanilla-locations) -- [Modded locations and new times](#Modded-locations-and-new-times) -- [Others](#Others) + +- [Vanilla locations](#vanilla-locations) +- [Modded locations and new times](#modded-locations-and-new-times) +- [Others](#others) diff --git a/documents/Installation_guide.md b/documents/Installation_guide.md index 7ff91cef9..6ace1c040 100644 --- a/documents/Installation_guide.md +++ b/documents/Installation_guide.md @@ -5,9 +5,10 @@ Use the `home` key to get to the top. **Table of Contents** + - [How to Install - CDDA and the launcher](#how-to-install---cdda-and-the-launcher) -- [How to Install - Stable Ellison-3](#how-to-install---the-mods---stable--0e-2-ellison-2-) -- [How to Install - The mods - Experimental](#how-to-install---experimental) +- [How to Install - Stable Ellison-3](#how-to-install---stable-ellison-3) +- [How to Install - Experimental](#how-to-install---experimental) - [Short FAQ](#short-faq) diff --git a/documents/Keybindings.md b/documents/Keybindings.md index 716e70f62..0b41bd85b 100644 --- a/documents/Keybindings.md +++ b/documents/Keybindings.md @@ -9,12 +9,31 @@ with punctuation updates and removed descriptions, until update. -**Table of contents** - [Controls](#controls) - - [Default key bindings](#default_key_bindings) + - [Default key bindings](#default-key-bindings) - [Movement](#movement) - - [Shift view](#shift_view) - - [Environment interaction](#environment_interaction) + - [Shift view](#shift-view) + - [Environment interaction](#environment-interaction) + - [Inventory and quasi-inventory interaction](#inventory-and-quasi-inventory-interaction) + - [Item action menu](#item-action-menu) + - [Long term and special actions](#long-term-and-special-actions) + - [Info screens](#info-screens) + - [Debug functions](#debug-functions) + - [Advanced Controls](#advanced-controls) + - [Advanced Inventory](#advanced-inventory) + - [Advanced Inventory Directional Controls](#advanced-inventory-directional-controls) + - [Auto Pickup](#auto-pickup) + - [Unlisted key bindings](#unlisted-key-bindings) + - [Further controls and procedures](#further-controls-and-procedures) + - [Remove wielded item](#remove-wielded-item) + - [Dropping Items](#dropping-items) + - [Single items](#single-items) + - [Dropping Partial Stacks](#dropping-partial-stacks) + - [Picking up Items](#picking-up-items) + - [Controlling Skill Gain](#controlling-skill-gain) + - [Talking to NPC's or Yelling](#talking-to-npcs-or-yelling) + - [Debug keys](#debug-keys) + - [Edit player/NPCs](#edit-playernpcs) # Controls diff --git a/documents/Learning_Code.md b/documents/Learning_Code.md index c65e48cb7..d4d2d549a 100644 --- a/documents/Learning_Code.md +++ b/documents/Learning_Code.md @@ -5,6 +5,7 @@ Use the `home` key to get to the top. **Table of Contents** + - [C++](#c) - [Python](#python) - [Java Script](#java-script) diff --git a/documents/Override_a_variable.md b/documents/Override_a_variable.md index c572831ad..408a49d1e 100644 --- a/documents/Override_a_variable.md +++ b/documents/Override_a_variable.md @@ -5,9 +5,15 @@ Use the `home` key to get to the top. **Table of Contents** + - [Links](#links) - * [Description](#description) - * [Examples](#examples) + - [Head-Category - links](#head-category---links) + - [Description](#description) + - [Head-Category - links](#head-category----links) + - [Sub-Category - Description](#sub-category---description) + - [Examples](#examples) + - [Head-Category - links](#head-category---links-1) + - [Sub-Category - Examples](#sub-category---examples) diff --git a/documents/Template_Markdown.md b/documents/Template_Markdown.md index 7d2dee06d..59dff8280 100644 --- a/documents/Template_Markdown.md +++ b/documents/Template_Markdown.md @@ -6,10 +6,10 @@ Use the `home` key to get to the top. +- [Introduction](#introduction) # Introduction - --- diff --git a/documents/Updating_Legacy_JSON.md b/documents/Updating_Legacy_JSON.md index f4e7c0458..56672219b 100644 --- a/documents/Updating_Legacy_JSON.md +++ b/documents/Updating_Legacy_JSON.md @@ -5,17 +5,18 @@ Use the `home` key to get to the top. **Table of Contents** + - [Introduction](#introduction) - * [Tools Required](#tools-required) - * [Regex](#regex) - * [What is JSON?](#what-is-json) - * [Terminology in this Document](#terminology-in-this-document) - * [Python](#python) + - [Tools Required](#tools-required) + - [Regex](#regex) + - [What is JSON?](#what-is-json) + - [Terminology in this Document](#terminology-in-this-document) + - [Python](#python) - [abstract, ident, and id](#abstract-ident-and-id) - [Ammo](#ammo) - * [Ammo Type](#ammo-type) - * [damage](#damage) -- [Artifacts/relic_data](#artifacts/relic_data) + - [Ammo Type](#ammo-type) + - [damage](#damage) +- [Artifacts/relic_data](#artifactsrelic_data) - [barrel_length](#barrel_length) - [Bleeding](#bleeding) - [blob and slime](#blob-and-slime) @@ -28,20 +29,26 @@ Use the `home` key to get to the top. - [Name](#name) - [picklock](#picklock) - [Pocket Data](#pocket-data) - * [Gun Pocket data](#gun-Pocket-data) - * [Magazine Pocket data](#magazine-Pocket-data) - * [CONTAINER](#container) + - [Container Pocket data](#container-pocket-data) + - [Gun Pocket Data](#gun-pocket-data) + - [Magazine Pocket Data](#magazine-pocket-data) + - [CONTAINER](#container) - [Volume](#volume) - * [folded_volume](#folded_volume) + - [folded_volume](#folded_volume) - [Weight](#weight) - [Effect](#effect) - [Shape](#shape) - [Construction group](#construction-group) - * [Group](#group) + - [Group](#group) - [Activity level](#activity-level) - [Modinfo](#modinfo) - [Time](#time) +- [Martial Arts](#martial-arts) +- [Note](#note) +- [item_group](#item_group) +- [vehicle_part](#vehicle_part) - [Unicode Characters](#unicode-characters) +- [Price](#price) diff --git a/documents/VS_linter.md b/documents/VS_linter.md index f3695a9c9..22b0e6a38 100644 --- a/documents/VS_linter.md +++ b/documents/VS_linter.md @@ -5,7 +5,8 @@ Use the `home` key to get to the top. **Table of Contents** -* [Setup](#setup) + +- [Setup](#setup) diff --git a/workshop/Wilderness_Overhaul/README.md b/workshop/Wilderness_Overhaul/README.md index 026daf790..b2b410a6c 100644 --- a/workshop/Wilderness_Overhaul/README.md +++ b/workshop/Wilderness_Overhaul/README.md @@ -1,3 +1,11 @@ + + +**Table of Contents** + +- [cdda-Wilderness_Overhaul](#cdda-wilderness_overhaul) + + + # cdda-Wilderness_Overhaul Original mod by: MormonPartyboat