From 58290f4f6ae78d9fb404771470f36f008914b3cd Mon Sep 17 00:00:00 2001 From: ChobitsCrazy Date: Sun, 27 Mar 2022 15:31:05 -0400 Subject: [PATCH] Add files via upload --- media/lua/client/Build40_Name_Tweak.lua | 139 ++ media/lua/client/ItemTweaker_Copy_CC.lua | 62 + media/lua/client/Item_Categories.lua | 1971 +++++++++++++++++ .../Mod Support/AdditionalBooks2_Items.lua | 69 + .../AllAmericanApocalypse_Items.lua | 194 ++ .../Mod Support/AllSkillBooks_Items.lua | 78 + .../client/Mod Support/Ammocraft_Items.lua | 83 + .../Mod Support/Arsenal-Brita_Items.lua | 1019 +++++++++ .../client/Mod Support/AuthenticZ_Items.lua | 754 +++++++ .../client/Mod Support/CornerStore_Items.lua | 66 + .../lua/client/Mod Support/DJVirus_Items.lua | 214 ++ media/lua/client/Mod Support/DLTS_Items.lua | 172 ++ .../client/Mod Support/EasyPacking_Items.lua | 143 ++ .../client/Mod Support/EveryDoor_Items.lua | 58 + .../ExpandedHelicopterEvents_Items.lua | 45 + .../Mod Support/ImmersiveMedicine_Items.lua | 64 + .../Mod Support/JiggasGreenFireMod_Items.lua | 115 + .../client/Mod Support/KCMcrossbow_Items.lua | 37 + media/lua/client/Mod Support/KI5_Items.lua | 106 + .../lua/client/Mod Support/LastCall_Items.lua | 54 + .../LiteratureandMagazines_Items.lua | 1186 ++++++++++ .../LittleYoschisSkillbooks_Items.lua | 83 + .../lua/client/Mod Support/MRE_XIII_Items.lua | 111 + .../client/Mod Support/MoreCigsMod_Items.lua | 86 + .../lua/client/Mod Support/MoreMaps_Items.lua | 63 + .../Mod Support/MoreSkillBooks_Items.lua | 78 + .../Mod Support/NukaColaCollection_Items.lua | 57 + media/lua/client/Mod Support/OGSN_Items.lua | 235 ++ media/lua/client/Mod Support/PLLoot_Items.lua | 128 ++ .../Mod Support/PaintYourRide_Items.lua | 51 + .../client/Mod Support/Planetalgol_Items.lua | 300 +++ media/lua/client/Mod Support/Ramen_Items.lua | 49 + .../Mod Support/RuggedRecipes_Items.lua | 73 + media/lua/client/Mod Support/Sharks_Items.lua | 178 ++ .../lua/client/Mod Support/SmallMod_Items.lua | 422 ++++ media/lua/client/Mod Support/Smoker_Items.lua | 54 + .../Mod Support/SnakesModPack_Items.lua | 437 ++++ .../client/Mod Support/SoulFilchers_Items.lua | 392 ++++ .../Mod Support/Swatpackredux_Items.lua | 39 + .../lua/client/Mod Support/TsarMods_Items.lua | 174 ++ media/lua/client/Mod Support/VFE_Items.lua | 66 + .../client/Mod Support/VacsDrinks_Items.lua | 58 + .../client/Mod Support/VileM113APC_Items.lua | 36 + .../Mod Support/ZombieVirusVaccine_Items.lua | 76 + media/lua/shared/Translate/CN/IG_UI_CN.txt | 51 + media/lua/shared/Translate/CS/IG_UI_CS.txt | 51 + media/lua/shared/Translate/DE/IG_UI_DE.txt | 49 + media/lua/shared/Translate/DE/ItemName_DE.txt | 55 + media/lua/shared/Translate/EN/IG_UI_EN.txt | 52 + media/lua/shared/Translate/EN/ItemName_EN.txt | 55 + media/lua/shared/Translate/ES/IG_UI_ES.txt | 50 + media/lua/shared/Translate/ES/ItemName_ES.txt | 55 + media/lua/shared/Translate/FR/IG_UI_FR.txt | 49 + media/lua/shared/Translate/FR/ItemName_FR.txt | 55 + media/lua/shared/Translate/IT/IG_UI_IT.txt | 50 + media/lua/shared/Translate/IT/ItemName_IT.txt | 55 + media/lua/shared/Translate/KO/IG_UI_KO.txt | 49 + media/lua/shared/Translate/KO/ItemName_KO.txt | 54 + media/lua/shared/Translate/PL/IG_UI_PL.txt | 51 + media/lua/shared/Translate/PL/ItemName_PL.txt | 59 + .../lua/shared/Translate/PTBR/IG_UI_PTBR.txt | 49 + .../shared/Translate/PTBR/ItemName_PTBR.txt | 55 + media/lua/shared/Translate/RU/IG_UI_RU.txt | 50 + media/lua/shared/Translate/RU/ItemName_RU.txt | 55 + media/lua/shared/Translate/TR/IG_UI_TR.txt | 49 + media/lua/shared/Translate/TR/ItemName_TR.txt | 54 + 66 files changed, 11027 insertions(+) create mode 100644 media/lua/client/Build40_Name_Tweak.lua create mode 100644 media/lua/client/ItemTweaker_Copy_CC.lua create mode 100644 media/lua/client/Item_Categories.lua create mode 100644 media/lua/client/Mod Support/AdditionalBooks2_Items.lua create mode 100644 media/lua/client/Mod Support/AllAmericanApocalypse_Items.lua create mode 100644 media/lua/client/Mod Support/AllSkillBooks_Items.lua create mode 100644 media/lua/client/Mod Support/Ammocraft_Items.lua create mode 100644 media/lua/client/Mod Support/Arsenal-Brita_Items.lua create mode 100644 media/lua/client/Mod Support/AuthenticZ_Items.lua create mode 100644 media/lua/client/Mod Support/CornerStore_Items.lua create mode 100644 media/lua/client/Mod Support/DJVirus_Items.lua create mode 100644 media/lua/client/Mod Support/DLTS_Items.lua create mode 100644 media/lua/client/Mod Support/EasyPacking_Items.lua create mode 100644 media/lua/client/Mod Support/EveryDoor_Items.lua create mode 100644 media/lua/client/Mod Support/ExpandedHelicopterEvents_Items.lua create mode 100644 media/lua/client/Mod Support/ImmersiveMedicine_Items.lua create mode 100644 media/lua/client/Mod Support/JiggasGreenFireMod_Items.lua create mode 100644 media/lua/client/Mod Support/KCMcrossbow_Items.lua create mode 100644 media/lua/client/Mod Support/KI5_Items.lua create mode 100644 media/lua/client/Mod Support/LastCall_Items.lua create mode 100644 media/lua/client/Mod Support/LiteratureandMagazines_Items.lua create mode 100644 media/lua/client/Mod Support/LittleYoschisSkillbooks_Items.lua create mode 100644 media/lua/client/Mod Support/MRE_XIII_Items.lua create mode 100644 media/lua/client/Mod Support/MoreCigsMod_Items.lua create mode 100644 media/lua/client/Mod Support/MoreMaps_Items.lua create mode 100644 media/lua/client/Mod Support/MoreSkillBooks_Items.lua create mode 100644 media/lua/client/Mod Support/NukaColaCollection_Items.lua create mode 100644 media/lua/client/Mod Support/OGSN_Items.lua create mode 100644 media/lua/client/Mod Support/PLLoot_Items.lua create mode 100644 media/lua/client/Mod Support/PaintYourRide_Items.lua create mode 100644 media/lua/client/Mod Support/Planetalgol_Items.lua create mode 100644 media/lua/client/Mod Support/Ramen_Items.lua create mode 100644 media/lua/client/Mod Support/RuggedRecipes_Items.lua create mode 100644 media/lua/client/Mod Support/Sharks_Items.lua create mode 100644 media/lua/client/Mod Support/SmallMod_Items.lua create mode 100644 media/lua/client/Mod Support/Smoker_Items.lua create mode 100644 media/lua/client/Mod Support/SnakesModPack_Items.lua create mode 100644 media/lua/client/Mod Support/SoulFilchers_Items.lua create mode 100644 media/lua/client/Mod Support/Swatpackredux_Items.lua create mode 100644 media/lua/client/Mod Support/TsarMods_Items.lua create mode 100644 media/lua/client/Mod Support/VFE_Items.lua create mode 100644 media/lua/client/Mod Support/VacsDrinks_Items.lua create mode 100644 media/lua/client/Mod Support/VileM113APC_Items.lua create mode 100644 media/lua/client/Mod Support/ZombieVirusVaccine_Items.lua create mode 100644 media/lua/shared/Translate/CN/IG_UI_CN.txt create mode 100644 media/lua/shared/Translate/CS/IG_UI_CS.txt create mode 100644 media/lua/shared/Translate/DE/IG_UI_DE.txt create mode 100644 media/lua/shared/Translate/DE/ItemName_DE.txt create mode 100644 media/lua/shared/Translate/EN/IG_UI_EN.txt create mode 100644 media/lua/shared/Translate/EN/ItemName_EN.txt create mode 100644 media/lua/shared/Translate/ES/IG_UI_ES.txt create mode 100644 media/lua/shared/Translate/ES/ItemName_ES.txt create mode 100644 media/lua/shared/Translate/FR/IG_UI_FR.txt create mode 100644 media/lua/shared/Translate/FR/ItemName_FR.txt create mode 100644 media/lua/shared/Translate/IT/IG_UI_IT.txt create mode 100644 media/lua/shared/Translate/IT/ItemName_IT.txt create mode 100644 media/lua/shared/Translate/KO/IG_UI_KO.txt create mode 100644 media/lua/shared/Translate/KO/ItemName_KO.txt create mode 100644 media/lua/shared/Translate/PL/IG_UI_PL.txt create mode 100644 media/lua/shared/Translate/PL/ItemName_PL.txt create mode 100644 media/lua/shared/Translate/PTBR/IG_UI_PTBR.txt create mode 100644 media/lua/shared/Translate/PTBR/ItemName_PTBR.txt create mode 100644 media/lua/shared/Translate/RU/IG_UI_RU.txt create mode 100644 media/lua/shared/Translate/RU/ItemName_RU.txt create mode 100644 media/lua/shared/Translate/TR/IG_UI_TR.txt create mode 100644 media/lua/shared/Translate/TR/ItemName_TR.txt diff --git a/media/lua/client/Build40_Name_Tweak.lua b/media/lua/client/Build40_Name_Tweak.lua new file mode 100644 index 0000000..320d939 --- /dev/null +++ b/media/lua/client/Build40_Name_Tweak.lua @@ -0,0 +1,139 @@ +require("ItemTweaker_Copy_CC"); + +--SKILL BOOKS +TweakItem("Base.BookCarpentry1","DisplayName","Carpentry Vol.1: Beginner"); +TweakItem("Base.BookCarpentry2","DisplayName","Carpentry Vol.2: Intermediate"); +TweakItem("Base.BookCarpentry3","DisplayName","Carpentry Vol.3: Advanced"); +TweakItem("Base.BookCarpentry4","DisplayName","Carpentry Vol.4: Expert"); +TweakItem("Base.BookCarpentry5","DisplayName","Carpentry Vol.5: Master"); +TweakItem("Base.BookCooking1","DisplayName","Cooking Vol.1: Beginner"); +TweakItem("Base.BookCooking2","DisplayName","Cooking Vol.2: Intermediate"); +TweakItem("Base.BookCooking3","DisplayName","Cooking Vol.3: Advanced"); +TweakItem("Base.BookCooking4","DisplayName","Cooking Vol.4: Expert"); +TweakItem("Base.BookCooking5","DisplayName","Cooking Vol.5: Master"); +TweakItem("Base.BookElectrician1","DisplayName","Electricity Vol.1: Beginner"); +TweakItem("Base.BookElectrician2","DisplayName","Electricity Vol.2: Intermediate"); +TweakItem("Base.BookElectrician3","DisplayName","Electricity Vol.3: Advanced"); +TweakItem("Base.BookElectrician4","DisplayName","Electricity Vol.4: Expert"); +TweakItem("Base.BookElectrician5","DisplayName","Electricity Vol.5: Master"); +TweakItem("Base.BookFarming1","DisplayName","Farming Vol.1: Beginner"); +TweakItem("Base.BookFarming2","DisplayName","Farming Vol.2: Intermediate"); +TweakItem("Base.BookFarming3","DisplayName","Farming Vol.3: Advanced"); +TweakItem("Base.BookFarming4","DisplayName","Farming Vol.4: Expert"); +TweakItem("Base.BookFarming5","DisplayName","Farming Vol.5: Master"); +TweakItem("Base.BookFishing1","DisplayName","Fishing Vol.1: Beginner"); +TweakItem("Base.BookFishing2","DisplayName","Fishing Vol.2: Intermediate"); +TweakItem("Base.BookFishing3","DisplayName","Fishing Vol.3: Advanced"); +TweakItem("Base.BookFishing4","DisplayName","Fishing Vol.4: Expert"); +TweakItem("Base.BookFishing5","DisplayName","Fishing Vol.5: Master"); +TweakItem("Base.BookFirstAid1","DisplayName","FirstAid Vol.1: Beginner"); +TweakItem("Base.BookFirstAid2","DisplayName","FirstAid Vol.2: Intermediate"); +TweakItem("Base.BookFirstAid3","DisplayName","FirstAid Vol.3: Advanced"); +TweakItem("Base.BookFirstAid4","DisplayName","FirstAid Vol.4: Expert"); +TweakItem("Base.BookFirstAid5","DisplayName","FirstAid Vol.5: Master"); +TweakItem("Base.BookForaging1","DisplayName","Foraging Vol.1: Beginner"); +TweakItem("Base.BookForaging2","DisplayName","Foraging Vol.2: Intermediate"); +TweakItem("Base.BookForaging3","DisplayName","Foraging Vol.3: Advanced"); +TweakItem("Base.BookForaging4","DisplayName","Foraging Vol.4: Expert"); +TweakItem("Base.BookForaging5","DisplayName","Foraging Vol.5: Master"); +TweakItem("Base.BookMechanic1","DisplayName","Mechanics Vol.1: Beginner"); +TweakItem("Base.BookMechanic2","DisplayName","Mechanics Vol.2: Intermediate"); +TweakItem("Base.BookMechanic3","DisplayName","Mechanics Vol.3: Advanced"); +TweakItem("Base.BookMechanic4","DisplayName","Mechanics Vol.4: Expert"); +TweakItem("Base.BookMechanic5","DisplayName","Mechanics Vol.5: Master"); +TweakItem("Base.BookMetalWelding1","DisplayName","Metalwork Vol.1: Beginner"); +TweakItem("Base.BookMetalWelding2","DisplayName","Metalwork Vol.2: Intermediate"); +TweakItem("Base.BookMetalWelding3","DisplayName","Metalwork Vol.3: Advanced"); +TweakItem("Base.BookMetalWelding4","DisplayName","Metalwork Vol.4: Expert"); +TweakItem("Base.BookMetalWelding5","DisplayName","Metalwork Vol.5: Master"); +TweakItem("Base.BookBlacksmith1","DisplayName","Smithing Vol.1: Beginner"); +TweakItem("Base.BookBlacksmith2","DisplayName","Smithing Vol.2: Intermediate"); +TweakItem("Base.BookBlacksmith3","DisplayName","Smithing Vol.3: Advanced"); +TweakItem("Base.BookBlacksmith4","DisplayName","Smithing Vol.4: Expert"); +TweakItem("Base.BookBlacksmith5","DisplayName","Smithing Vol.5: Master"); +TweakItem("Base.BookTrapping1","DisplayName","Trapping Vol.1: Beginner"); +TweakItem("Base.BookTrapping2","DisplayName","Trapping Vol.2: Intermediate"); +TweakItem("Base.BookTrapping3","DisplayName","Trapping Vol.3: Advanced"); +TweakItem("Base.BookTrapping4","DisplayName","Trapping Vol.4: Expert"); +TweakItem("Base.BookTrapping5","DisplayName","Trapping Vol.5: Master"); +--SKILL MAGS +TweakItem("Radio.RadioMag1","DisplayName","Raidios USA Magazine Vol. 1"); +TweakItem("Radio.RadioMag2","DisplayName","Raidios USA Magazine Vol. 2"); +TweakItem("Radio.RadioMag3","DisplayName","Raidios USA Magazine Vol. 3"); +TweakItem("Base.FishingMag1","DisplayName","Angler USA Magazine Vol. 1"); +TweakItem("Base.FishingMag2","DisplayName","Angler USA Magazine Vol. 2"); +TweakItem("Base.ElectronicsMag1","DisplayName","Electronics Magazine Vol. 1"); +TweakItem("Base.ElectronicsMag2","DisplayName","Electronics Magazine Vol. 2"); +TweakItem("Base.ElectronicsMag3","DisplayName","Electronics Magazine Vol. 3"); +TweakItem("Base.ElectronicsMag4","DisplayName","How to Use Generators"); +TweakItem("Base.ElectronicsMag5","DisplayName","Electronics Magazine Vol. 4"); +TweakItem("Base.EngineerMagazine1","DisplayName","Engineer Magazine Vol. 1"); +TweakItem("Base.EngineerMagazine2","DisplayName","Engineer Magazine Vol. 2"); +TweakItem("Base.CookingMag1","DisplayName","Good Cooking Magazine Vol. 1"); +TweakItem("Base.CookingMag2","DisplayName","Good Cooking Magazine Vol. 2"); +TweakItem("Base.FarmingMag1","DisplayName","Farming Almanac"); +TweakItem("Base.HuntingMag1","DisplayName","Hunter Magazine Vol. 1"); +TweakItem("Base.HuntingMag2","DisplayName","Hunter Magazine Vol. 2"); +TweakItem("Base.HuntingMag3","DisplayName","Hunter Magazine Vol. 3"); +TweakItem("Base.MetalworkMag1","DisplayName","Metalwork Magazine Vol. 1"); +TweakItem("Base.MetalworkMag2","DisplayName","Metalwork Magazine Vol. 2"); +TweakItem("Base.MetalworkMag3","DisplayName","Metalwork Magazine Vol. 3"); +TweakItem("Base.MetalworkMag4","DisplayName","Metalwork Magazine Vol. 4"); +TweakItem("Base.SmithingMag1","DisplayName","Smithing Magazine Vol. 1"); +TweakItem("Base.SmithingMag2","DisplayName","Smithing Magazine Vol. 2"); +TweakItem("Base.SmithingMag3","DisplayName","Smithing Magazine Vol. 3"); +TweakItem("Base.SmithingMag4","DisplayName","Smithing Magazine Vol. 4"); +TweakItem("Base.MechanicMag1","DisplayName","Laines Auto Vol. 1: Standard Models"); +TweakItem("Base.MechanicMag2","DisplayName","Laines Auto Vol. 2: Commercial Models"); +TweakItem("Base.MechanicMag3","DisplayName","Laines Auto Vol. 3: Performance Models"); +--PAINT COLORS +TweakItem("Base.PaintBlack","DisplayName","Paint - Black"); +TweakItem("Base.PaintBlue","DisplayName","Paint - Blue"); +TweakItem("Base.PaintBrown","DisplayName","Paint - Brown"); +TweakItem("Base.PaintCyan","DisplayName","Paint - Cyan"); +TweakItem("Base.PaintGreen","DisplayName","Paint - Green"); +TweakItem("Base.PaintGrey","DisplayName","Paint - Grey"); +TweakItem("Base.PaintLightBlue","DisplayName","Paint - Light Blue"); +TweakItem("Base.PaintLightBrown","DisplayName","Paint - Light Brown"); +TweakItem("Base.PaintOrange","DisplayName","Paint - Orange"); +TweakItem("Base.PaintPink","DisplayName","Paint - Pink"); +TweakItem("Base.PaintPurple","DisplayName","Paint - Purple"); +TweakItem("Base.PaintRed","DisplayName","Paint - Red"); +TweakItem("Base.PaintTurquoise","DisplayName","Paint - Turquoise"); +TweakItem("Base.PaintWhite","DisplayName","Paint - White"); +TweakItem("Base.PaintYellow","DisplayName","Paint - Yellow"); +--ELECTRONICS +TweakItem("Radio.TvAntique","DisplayName","Television - Antique"); +TweakItem("Radio.TvWideScreen","DisplayName","Television - Premium Technologies"); +TweakItem("Radio.TvBlack","DisplayName","Television - ValuTech"); +TweakItem("Base.Radio","DisplayName","Radio"); +TweakItem("Radio.RadioRed","DisplayName","Radio - Premium Technologies"); +TweakItem("Radio.RadioBlack","DisplayName","Radio - ValuTech"); +TweakItem("Radio.RadioMakeShift","DisplayName","Radio - Makeshift"); +TweakItem("Radio.HamRadio1","DisplayName","Radio - HAM"); +TweakItem("Radio.HamRadio2","DisplayName","Radio - Military"); +TweakItem("Radio.HamRadioMakeShift","DisplayName","Radio - Makeshift HAM"); +TweakItem("Radio.WalkieTalkie1","DisplayName","Walkie Talkie - Toys-R-Mine"); +TweakItem("Radio.WalkieTalkie2","DisplayName","Walkie Talkie - ValuTech"); +TweakItem("Radio.WalkieTalkie3","DisplayName","Walkie Talkie - Premium Technologies"); +TweakItem("Radio.WalkieTalkie4","DisplayName","Walkie Talkie - Tactical"); +TweakItem("Radio.WalkieTalkie5","DisplayName","Walkie Talkie - Military"); +TweakItem("Radio.WalkieTalkieMakeShift","DisplayName","Walkie Talkie - Makeshift"); +TweakItem("Base.LightBulbBlue","DisplayName","Light Bulb - Blue"); +TweakItem("Base.LightBulbCyan","DisplayName","Light Bulb - Cyan"); +TweakItem("Base.LightBulbGreen","DisplayName","Light Bulb - Green"); +TweakItem("Base.LightBulb","DisplayName","Light Bulb - White"); +TweakItem("Base.LightBulbMagenta","DisplayName","Light Bulb - Magenta"); +TweakItem("Base.LightBulbOrange","DisplayName","Light Bulb - Orange"); +TweakItem("Base.LightBulbPink","DisplayName","Light Bulb - Pink"); +TweakItem("Base.LightBulbPurple","DisplayName","Light Bulb - Purple"); +TweakItem("Base.LightBulbRed","DisplayName","Light Bulb - Red"); +TweakItem("Base.LightBulbYellow","DisplayName","Light Bulb - Yellow"); +--WRITING +TweakItem("Base.BluePen","DisplayName","Pen - Blue"); +TweakItem("Base.RedPen","DisplayName","Pen - Red"); +TweakItem("Base.Pen","DisplayName","Pen - Black"); +--MATERIALS +TweakItem("Base.LogStacks4","DisplayName","Log Stack of Four"); +TweakItem("Base.LogStacks3","DisplayName","Log Stack of Three"); +TweakItem("Base.LogStacks2","DisplayName","Log Stack of Two"); diff --git a/media/lua/client/ItemTweaker_Copy_CC.lua b/media/lua/client/ItemTweaker_Copy_CC.lua new file mode 100644 index 0000000..01ddf10 --- /dev/null +++ b/media/lua/client/ItemTweaker_Copy_CC.lua @@ -0,0 +1,62 @@ +-- This is a direct copy of the DarkSlayerEX's Iteam Tweaker API mod. +-- I am including a renamed version of it in my mods primarily so that they are not dependent on another mod that may be removed, deprecated, or abandoned. Secondarily, the IWBUMS switch has made it so that mods with a lot of dependencies seem more fragile, and I selfishly want my mods to be self-contained. +-- All credit goes to DarkSlayerEX, and I am extremely grateful for this elegant and easy-to-use tool that he's given to the modding community. Thank you. + +-- DarkSlayerEX's Item Tweaker Core: an API for tweaking existing items without redefining them entirely. +--Initializes the tables needed for the code to run +if not ItemTweaker then ItemTweaker = {} end +if not TweakItem then TweakItem = {} end +if not TweakItemData then TweakItemData = {} end + +--Prep code to make the changes to all item in the TweakItemData table. +function ItemTweaker.tweakItems() + local item; + for k,v in pairs(TweakItemData) do + for t,y in pairs(v) do + item = ScriptManager.instance:getItem(k); + if item ~= nil then + item:DoParam(t.." = "..y); + print(k..": "..t..", "..y); + end + end + end +end + +function TweakItem(itemName, itemProperty, propertyValue) + if not TweakItemData[itemName] then + TweakItemData[itemName] = {}; + end + TweakItemData[itemName][itemProperty] = propertyValue; +end + +Events.OnGameBoot.Add(ItemTweaker.tweakItems) + + +--[[ +------------------------------------------------- +--------------------IMPORTANT-------------------- +------------------------------------------------- +You should be able to modify any aspect of an item such as: DisplayName, DisplayCategory, Weight, Icon, StressReduction, HungerChange + HOWEVER +DO NOT MODIFY AN ITEM'S TYPE UNLESS YOU WANT PLAYERS TO START A NEW WORLD. ITEMS WITH THEIR TYPES CHANGED ARE DELETED. +If you have a workaround for this in place however, then it should be okay. + +You can make compatibility patches, allowing tweaks to only be applied under the proper circumstances. +Examples: + + + TweakItemData["MyMod.MyItem"] = { ["DisplayCategory"] = "Weapon" }; + + if getActivatedMods():contains("CustomCategories") then + TweakItemData["MyMod.MyItem"] = { ["DisplayCategory"] = "BluntWeapon" }; + end + +and + + TweakItemData["MyMod.Book"] = { ["Weight"] = "0.8" }; + + if getActivatedMods():contains("WeightlessBooks") then + TweakItemData["MyMod.Book"] = { ["Weight"] = "0" }; + end + +]] diff --git a/media/lua/client/Item_Categories.lua b/media/lua/client/Item_Categories.lua new file mode 100644 index 0000000..fd04e30 --- /dev/null +++ b/media/lua/client/Item_Categories.lua @@ -0,0 +1,1971 @@ +require("ItemTweaker_Copy_CC"); + +--APPEARANCE +TweakItem("Base.HairDyeBlack","DisplayCategory","Appear"); +TweakItem("Base.HairDyeBlonde","DisplayCategory","Appear"); +TweakItem("Base.HairDyeBlue","DisplayCategory","Appear"); +TweakItem("Base.HairDyeGinger","DisplayCategory","Appear"); +TweakItem("Base.HairDyeGreen","DisplayCategory","Appear"); +TweakItem("Base.HairDyeLightBrown","DisplayCategory","Appear"); +TweakItem("Base.HairDyePink","DisplayCategory","Appear"); +TweakItem("Base.HairDyeRed","DisplayCategory","Appear"); +TweakItem("Base.HairDyeWhite","DisplayCategory","Appear"); +TweakItem("Base.HairDyeYellow","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_GreenCamo","DisplayCategory","Appear"); +TweakItem("Base.MakeupEyeshadow","DisplayCategory","Appear"); +TweakItem("Base.MakeupFoundation","DisplayCategory","Appear"); +TweakItem("Base.Hairgel","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_BraveHeart","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_CamoEyes1","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_CamoEyes2","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_CamoFullFace1","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_CamoFullFace2","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_CamoStripes","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_ClownFace1","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_ClownFace2","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_Crow","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_EyesShadowBlue","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_EyesShadowGreen","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_EyesShadowLightBlue","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_EyesShadowPink","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_EyesShadowRed","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_EyesShadowWhite","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_EyesShadowYellow","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_Football","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_LipsBlack","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_LipsBlue","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_LipsGreen","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_LipsLightBlue","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_LipsPink","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_LipsRed","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_RedStripes1","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_RedStripes2","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_SkullFace1","DisplayCategory","Appear"); +TweakItem("Base.MakeUp_SkullFace2","DisplayCategory","Appear"); +--CLEANING +TweakItem("Base.BathTowel","DisplayCategory","Cleaning"); +TweakItem("Base.BathTowelWet","DisplayCategory","Cleaning"); +TweakItem("Base.Bleach","DisplayCategory","Cleaning"); +TweakItem("Base.BleachEmpty","DisplayCategory","Cleaning"); +TweakItem("Base.CleaningLiquid","DisplayCategory","Cleaning"); +TweakItem("Base.CleaningLiquid2","DisplayCategory","Cleaning"); +TweakItem("Base.DishCloth","DisplayCategory","Cleaning"); +TweakItem("Base.DishClothWet","DisplayCategory","Cleaning"); +TweakItem("Base.Mop","DisplayCategory","Cleaning"); +TweakItem("Base.Soap","DisplayCategory","Cleaning"); +TweakItem("Base.Soap2","DisplayCategory","Cleaning"); +--CLOTHING +TweakItem("Base.Bag_ALICEpack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_DuffelBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_DuffelBagTINT","DisplayCategory","ClothB"); +TweakItem("Base.Bag_FannyPackBack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_FannyPackFront","DisplayCategory","ClothB"); +TweakItem("Base.Bag_InmateEscapedBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_MoneyBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Satchel","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Schoolbag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_WeaponBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_WorkerBag","DisplayCategory","ClothB"); +TweakItem("Base.Belt","DisplayCategory","ClothA"); +TweakItem("Base.Belt2","DisplayCategory","ClothA"); +TweakItem("Base.DigitalWatch","DisplayCategory","ClothA"); +TweakItem("Base.DigitalWatch2","DisplayCategory","ClothA"); +TweakItem("Base.Glasses","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Aviators","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Eyepatch_Left","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Eyepatch_Right","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Normal","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Reading","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_SafetyGoggles","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Shooting","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_SkiGoggles","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Sun","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_SwimmingGoggles","DisplayCategory","ClothA"); +TweakItem("Base.HolsterDouble","DisplayCategory","ClothA"); +TweakItem("Base.HolsterSimple","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Left_ClassicBlack","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Left_ClassicBrown","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Left_ClassicGold","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Left_ClassicMilitary","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Left_DigitalBlack","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Left_DigitalDress","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Left_DigitalRed","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Right_ClassicBlack","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Right_ClassicBrown","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Right_ClassicGold","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Right_ClassicMilitary","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Right_DigitalBlack","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Right_DigitalDress","DisplayCategory","ClothA"); +TweakItem("Base.WristWatch_Right_DigitalRed","DisplayCategory","ClothA"); +TweakItem("Base.Bag_BowlingBallBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_GolfBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_JanitorToolbox","DisplayCategory","ClothB"); +TweakItem("Base.Bag_JanitorToolbox","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunDblBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunDblBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunDblSawnoffBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunDblSawnoffBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunSawnoffBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ShotgunSawnoffBag","DisplayCategory","ClothB"); +TweakItem("Base.AmmoStrap_Bullets","DisplayCategory","ClothA"); +TweakItem("Base.AmmoStrap_Shells","DisplayCategory","ClothA"); +TweakItem("Base.Bracelet_BangleLeftGold","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_BangleLeftSilver","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_BangleRightGold","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_BangleRightSilver","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_ChainLeftGold","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_ChainLeftSilver","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_ChainRightGold","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_ChainRightSilver","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_LeftFriendshipTINT","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_RightFriendshipTINT","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Dangly_Diamond","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Dangly_Emerald","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Dangly_Pearl","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Dangly_Ruby","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Dangly_Sapphire","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopLrg_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopLrg_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopMed_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopMed_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopSmall_Gold_Both","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopSmall_Gold_Top","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopSmall_Silver_Both","DisplayCategory","ClothM"); +TweakItem("Base.Earring_LoopSmall_Silver_Top","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Pearl","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Stone_Emerald","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Stone_Ruby","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Stone_Sapphire","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Stud_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Earring_Stud_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Earrings","DisplayCategory","ClothM"); +TweakItem("Base.Locket","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Choker","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Choker_Amber","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Choker_Diamond","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Choker_Sapphire","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Crucifix","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_DogTag","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_GoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_GoldRuby","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Pearl","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_SilverCrucifix","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_SilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_SilverSapphire","DisplayCategory","ClothM"); +TweakItem("Base.Necklace_YingYang","DisplayCategory","ClothM"); +TweakItem("Base.NecklaceLong_Amber","DisplayCategory","ClothM"); +TweakItem("Base.NecklaceLong_Gold","DisplayCategory","ClothM"); +TweakItem("Base.NecklaceLong_GoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.NecklaceLong_Silver","DisplayCategory","ClothM"); +TweakItem("Base.NecklaceLong_SilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.NecklaceLong_SilverEmerald","DisplayCategory","ClothM"); +TweakItem("Base.NecklaceLong_SilverSapphire","DisplayCategory","ClothM"); +TweakItem("Base.Necklacepearl","DisplayCategory","ClothM"); +TweakItem("Base.NoseRing_Gold","DisplayCategory","ClothM"); +TweakItem("Base.NoseRing_Silver","DisplayCategory","ClothM"); +TweakItem("Base.NoseStud_Gold","DisplayCategory","ClothM"); +TweakItem("Base.NoseStud_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Ring","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_MiddleFinger_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_MiddleFinger_GoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_MiddleFinger_GoldRuby","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_MiddleFinger_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_MiddleFinger_SilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_RingFinger_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_RingFinger_GoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_RingFinger_GoldRuby","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_RingFinger_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Left_RingFinger_SilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_MiddleFinger_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_MiddleFinger_GoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_MiddleFinger_GoldRuby","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_MiddleFinger_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_MiddleFinger_SilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_RingFinger_Gold","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_RingFinger_GoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_RingFinger_GoldRuby","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_RingFinger_Silver","DisplayCategory","ClothM"); +TweakItem("Base.Ring_Right_RingFinger_SilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.WeddingRing_Man","DisplayCategory","ClothM"); +TweakItem("Base.WeddingRing_Woman","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_DangleGold","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_DangleGoldRuby","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_DangleSilver","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_DangleSilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_RingGold","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_RingGoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_RingGoldRuby","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_RingSilver","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_RingSilverAmethyst","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_RingSilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_RingSilverRuby","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_StudGold","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_StudGoldDiamond","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_StudSilver","DisplayCategory","ClothM"); +TweakItem("Base.BellyButton_StudSilverDiamond","DisplayCategory","ClothM"); +TweakItem("Base.Apron_Black","DisplayCategory","Cloth"); +TweakItem("Base.Apron_IceCream","DisplayCategory","Cloth"); +TweakItem("Base.Apron_PileOCrepe","DisplayCategory","Cloth"); +TweakItem("Base.Apron_PizzaWhirled","DisplayCategory","Cloth"); +TweakItem("Base.Apron_Spiffos","DisplayCategory","Cloth"); +TweakItem("Base.Apron_White","DisplayCategory","Cloth"); +TweakItem("Base.Apron_WhiteTEXTURE","DisplayCategory","Cloth"); +TweakItem("Base.Bikini_Pattern01","DisplayCategory","Cloth"); +TweakItem("Base.Bikini_TINT","DisplayCategory","Cloth"); +TweakItem("Base.Boilersuit","DisplayCategory","Cloth"); +TweakItem("Base.Boilersuit_BlueRed","DisplayCategory","Cloth"); +TweakItem("Base.Boilersuit_Flying","DisplayCategory","Cloth"); +TweakItem("Base.Boilersuit_Prisoner","DisplayCategory","Cloth"); +TweakItem("Base.Boilersuit_PrisonerKhaki","DisplayCategory","Cloth"); +TweakItem("Base.Dress_Knees","DisplayCategory","Cloth"); +TweakItem("Base.Dress_Long","DisplayCategory","Cloth"); +TweakItem("Base.Dress_Normal","DisplayCategory","Cloth"); +TweakItem("Base.Dress_Short","DisplayCategory","Cloth"); +TweakItem("Base.Dungarees","DisplayCategory","Cloth"); +TweakItem("Base.Ghillie_Top","DisplayCategory","Cloth"); +TweakItem("Base.Ghillie_Trousers","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_FingerlessGloves","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_LeatherGloves","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_LeatherGlovesBlack","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_LongWomenGloves","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_Surgical","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Army","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BalaclavaFace","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BalaclavaFull","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Bandana","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BandanaMask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BandanaMaskTINT","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BandanaTied","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BandanaTiedTINT","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BandanaTINT","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCap","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCap_Reverse","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapArmy","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapArmy_Reverse","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapBlue","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapBlue_Reverse","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapGreen","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapGreen_Reverse","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapKY","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapKY_Red","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapKY_Reverse","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapRed","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballCapRed_Reverse","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballHelmet_KY","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballHelmet_Rangers","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BaseballHelmet_Z","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Beany","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Beret","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BeretArmy","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BicycleHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BonnieHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BonnieHat_CamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BucketHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_ChefHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Cowboy","DisplayCategory","Cloth"); +TweakItem("Base.Hat_CrashHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_CrashHelmet_Police","DisplayCategory","Cloth"); +TweakItem("Base.Hat_CrashHelmet_Stars","DisplayCategory","Cloth"); +TweakItem("Base.Hat_CrashHelmetFULL","DisplayCategory","Cloth"); +TweakItem("Base.Hat_DustMask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_EarMuff_Protectors","DisplayCategory","Cloth"); +TweakItem("Base.Hat_EarMuffs","DisplayCategory","Cloth"); +TweakItem("Base.Hat_FastFood","DisplayCategory","Cloth"); +TweakItem("Base.Hat_FastFood_IceCream","DisplayCategory","Cloth"); +TweakItem("Base.Hat_FastFood_Spiffo","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Fedora","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Fedora_Delmonte","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Fireman","DisplayCategory","Cloth"); +TweakItem("Base.Hat_FootballHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_GasMask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_GolfHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_GolfHatTINT","DisplayCategory","Cloth"); +TweakItem("Base.Hat_HardHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_HardHat_Miner","DisplayCategory","Cloth"); +TweakItem("Base.Hat_HockeyHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_HockeyMask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JockeyHelmet01","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JockeyHelmet02","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JockeyHelmet03","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JockeyHelmet04","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JockeyHelmet05","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JockeyHelmet06","DisplayCategory","Cloth"); +TweakItem("Base.Hat_NBCmask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_NewspaperHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PartyHat_Stars","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PartyHat_TINT","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PeakedCapArmy","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Police","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Police_Grey","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Raccoon","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Ranger","DisplayCategory","Cloth"); +TweakItem("Base.Hat_RidingHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_RiotHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SantaHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SantaHatGreen","DisplayCategory","Cloth"); +TweakItem("Base.Hat_ShowerCap","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SPHhelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Spiffo","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SummerHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SurgicalCap_Blue","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SurgicalCap_Green","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SurgicalMask_Blue","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SurgicalMask_Green","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Sweatband","DisplayCategory","Cloth"); +TweakItem("Base.Hat_TinFoilHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Visor_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.Hat_VisorBlack","DisplayCategory","Cloth"); +TweakItem("Base.Hat_VisorRed","DisplayCategory","Cloth"); +TweakItem("Base.Hat_WeddingVeil","DisplayCategory","Cloth"); +TweakItem("Base.Hat_WinterHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_WoolyHat","DisplayCategory","Cloth"); +TweakItem("Base.HazmatSuit","DisplayCategory","Cloth"); +TweakItem("Base.HoodieDOWN_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.HoodieUP_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.HospitalGown","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_ArmyCamoDesert","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_ArmyCamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Black","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Chef","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_CoatArmy","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Fireman","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_NavyBlue","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Padded","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_PaddedDOWN","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Police","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Ranger","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Varsity","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.JacketLong_Doctor","DisplayCategory","Cloth"); +TweakItem("Base.JacketLong_Random","DisplayCategory","Cloth"); +TweakItem("Base.JacketLong_Santa","DisplayCategory","Cloth"); +TweakItem("Base.JacketLong_SantaGreen","DisplayCategory","Cloth"); +TweakItem("Base.Jumper_DiamondPatternTINT","DisplayCategory","Cloth"); +TweakItem("Base.Jumper_PoloNeck","DisplayCategory","Cloth"); +TweakItem("Base.Jumper_RoundNeck","DisplayCategory","Cloth"); +TweakItem("Base.Jumper_TankTopDiamondTINT","DisplayCategory","Cloth"); +TweakItem("Base.Jumper_TankTopTINT","DisplayCategory","Cloth"); +TweakItem("Base.Jumper_VNeck","DisplayCategory","Cloth"); +TweakItem("Base.LongCoat_Bathrobe","DisplayCategory","Cloth"); +TweakItem("Base.LongJohns","DisplayCategory","Cloth"); +TweakItem("Base.LongJohns_Bottoms","DisplayCategory","Cloth"); +TweakItem("Base.PonchoGreen","DisplayCategory","Cloth"); +TweakItem("Base.PonchoGreenDOWN","DisplayCategory","Cloth"); +TweakItem("Base.PonchoYellow","DisplayCategory","Cloth"); +TweakItem("Base.PonchoYellowDOWN","DisplayCategory","Cloth"); +TweakItem("Base.Scarf_StripeBlackWhite","DisplayCategory","Cloth"); +TweakItem("Base.Scarf_StripeBlueWhite","DisplayCategory","Cloth"); +TweakItem("Base.Scarf_StripeRedWhite","DisplayCategory","Cloth"); +TweakItem("Base.Scarf_White","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Baseball_KY","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Baseball_Rangers","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Baseball_Z","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_CamoDesert","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_CamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_CamoUrban","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Denim","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_FormalWhite","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_FormalWhite_ShortSleeve","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_HawaiianRed","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_HawaiianTINT","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Jockey01","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Jockey02","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Jockey03","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Jockey04","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Jockey05","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Jockey06","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Lumberjack","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_OfficerWhite","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_PoliceBlue","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_PoliceGrey","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Priest","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_PrisonGuard","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Ranger","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Scrubs","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Workman","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_ArmyBoots","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_ArmyBootsDesert","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Black","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_BlackBoots","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_BlueTrainers","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Brown","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_FlipFlop","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Random","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_RedTrainers","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_RidingBoots","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Slippers","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_TrainerTINT","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_CamoGreenLong","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_CamoUrbanLong","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_LongDenim","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_LongSport","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_LongSport_Red","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_ShortDenim","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_ShortFormal","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_ShortSport","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Knees","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Long","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Normal","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Short","DisplayCategory","Cloth"); +TweakItem("Base.Socks_Ankle","DisplayCategory","Cloth"); +TweakItem("Base.Socks_Long","DisplayCategory","Cloth"); +TweakItem("Base.SpiffoSuit","DisplayCategory","Cloth"); +TweakItem("Base.SpiffoTail","DisplayCategory","Cloth"); +TweakItem("Base.Suit_Jacket","DisplayCategory","Cloth"); +TweakItem("Base.Swimsuit_TINT","DisplayCategory","Cloth"); +TweakItem("Base.SwimTrunks_Blue","DisplayCategory","Cloth"); +TweakItem("Base.SwimTrunks_Green","DisplayCategory","Cloth"); +TweakItem("Base.SwimTrunks_Red","DisplayCategory","Cloth"); +TweakItem("Base.SwimTrunks_Yellow","DisplayCategory","Cloth"); +TweakItem("Base.Tie_BowTieFull","DisplayCategory","Cloth"); +TweakItem("Base.Tie_BowTieWorn","DisplayCategory","Cloth"); +TweakItem("Base.Tie_Full","DisplayCategory","Cloth"); +TweakItem("Base.Tie_Full_Spiffo","DisplayCategory","Cloth"); +TweakItem("Base.Tie_Worn","DisplayCategory","Cloth"); +TweakItem("Base.Tie_Worn_Spiffo","DisplayCategory","Cloth"); +TweakItem("Base.Trousers","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_ArmyService","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Black","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_CamoDesert","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_CamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_CamoUrban","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Chef","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_DefaultTEXTURE","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_DefaultTEXTURE_HUE","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_DefaultTEXTURE_TINT","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Denim","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Fireman","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_JeanBaggy","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_NavyBlue","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Padded","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Police","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_PoliceGrey","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_PrisonGuard","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Ranger","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Santa","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_SantaGReen","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Scrubs","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Suit","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_SuitTEXTURE","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_SuitWhite","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_WhiteTEXTURE","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.TrousersMesh_DenimLight","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_ArmyGreen","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_BusinessSpiffo","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_CamoDesert","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_CamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_CamoUrban","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_DefaultDECAL","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_DefaultDECAL_TINT","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_DefaultTEXTURE","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_DefaultTEXTURE_TINT","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Fossoil","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Gas2Go","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_IndieStoneDECAL","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_McCoys","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_PileOCrepe","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_PizzaWhirled","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_PoliceBlue","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_PoliceGrey","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_PoloStripedTINT","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_PoloTINT","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_FiremanBlue","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_FiremanRed","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_FiremanRed02","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_FiremanWhite","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_PoliceBlue","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_PoliceWhite","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_RangerBrown","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_RangerGreen","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_VeterenGreen","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Profession_VeterenRed","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Ranger","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Rock","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Scrubs","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_SpiffoDECAL","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Sport","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_SportDECAL","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_ThunderGas","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_ValleyStation","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_WhiteLongSleeve","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_WhiteLongSleeveTINT","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.Vest_BulletArmy","DisplayCategory","Cloth"); +TweakItem("Base.Vest_BulletCivilian","DisplayCategory","Cloth"); +TweakItem("Base.Vest_BulletPolice","DisplayCategory","Cloth"); +TweakItem("Base.Vest_DefaultTEXTURE","DisplayCategory","Cloth"); +TweakItem("Base.Vest_DefaultTEXTURE_TINT","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Foreman","DisplayCategory","Cloth"); +TweakItem("Base.Vest_HighViz","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Camo","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_CamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Grey","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Orange","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Waistcoat","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Waistcoat_GigaMart","DisplayCategory","Cloth"); +TweakItem("Base.WeddingDress","DisplayCategory","Cloth"); +TweakItem("Base.WeddingJacket","DisplayCategory","Cloth"); +TweakItem("Base.Apron_Jay","DisplayCategory","Cloth"); +TweakItem("Base.Boilersuit_Yellow","DisplayCategory","Cloth"); +TweakItem("Base.BoobTube","DisplayCategory","Cloth"); +TweakItem("Base.BoobTubeSmall","DisplayCategory","Cloth"); +TweakItem("Base.BookBlacksmith1","DisplayCategory","Cloth"); +TweakItem("Base.BookBlacksmith2","DisplayCategory","Cloth"); +TweakItem("Base.BookBlacksmith3","DisplayCategory","Cloth"); +TweakItem("Base.BookBlacksmith4","DisplayCategory","Cloth"); +TweakItem("Base.BookBlacksmith5","DisplayCategory","Cloth"); +TweakItem("Base.Boxers_Hearts","DisplayCategory","Cloth"); +TweakItem("Base.Boxers_RedStripes","DisplayCategory","Cloth"); +TweakItem("Base.Boxers_Silk_Black","DisplayCategory","Cloth"); +TweakItem("Base.Boxers_Silk_Red","DisplayCategory","Cloth"); +TweakItem("Base.Boxers_White","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Strapless_AnimalPrint","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Strapless_Black","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Strapless_FrillyBlack","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Strapless_FrillyPink","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Strapless_FrillyRed","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Strapless_RedSpots","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Strapless_White","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Straps_AnimalPrint","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Straps_Black","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Straps_FrillyBlack","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Straps_FrillyPink","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Straps_FrillyRed","DisplayCategory","Cloth"); +TweakItem("Base.Bra_Straps_White","DisplayCategory","Cloth"); +TweakItem("Base.Briefs_AnimalPrints","DisplayCategory","Cloth"); +TweakItem("Base.Briefs_SmallTrunks_Black","DisplayCategory","Cloth"); +TweakItem("Base.Briefs_SmallTrunks_Blue","DisplayCategory","Cloth"); +TweakItem("Base.Briefs_SmallTrunks_Red","DisplayCategory","Cloth"); +TweakItem("Base.Briefs_SmallTrunks_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.Briefs_White","DisplayCategory","Cloth"); +TweakItem("Base.BunnySuitBlack","DisplayCategory","Cloth"); +TweakItem("Base.BunnySuitPink","DisplayCategory","Cloth"); +TweakItem("Base.BunnyTail","DisplayCategory","Cloth"); +TweakItem("Base.Corset","DisplayCategory","Cloth"); +TweakItem("Base.Corset_Black","DisplayCategory","Cloth"); +TweakItem("Base.Corset_Medical","DisplayCategory","Cloth"); +TweakItem("Base.Corset_Red","DisplayCategory","Cloth"); +TweakItem("Base.Dress_long_Straps","DisplayCategory","Cloth"); +TweakItem("Base.Dress_SatinNegligee","DisplayCategory","Cloth"); +TweakItem("Base.Dress_SmallBlackStrapless","DisplayCategory","Cloth"); +TweakItem("Base.Dress_SmallBlackStraps","DisplayCategory","Cloth"); +TweakItem("Base.Dress_SmallStrapless","DisplayCategory","Cloth"); +TweakItem("Base.Dress_SmallStraps","DisplayCategory","Cloth"); +TweakItem("Base.Dress_Straps","DisplayCategory","Cloth"); +TweakItem("Base.DressKnees_Straps","DisplayCategory","Cloth"); +TweakItem("Base.FrillyUnderpants_Black","DisplayCategory","Cloth"); +TweakItem("Base.FrillyUnderpants_Pink","DisplayCategory","Cloth"); +TweakItem("Base.FrillyUnderpants_Red","DisplayCategory","Cloth"); +TweakItem("Base.Garter","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_BoxingBlue","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_BoxingRed","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Antlers","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BoxingBlue","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BoxingRed","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BunnyEarsBlack","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BunnyEarsWhite","DisplayCategory","Cloth"); +TweakItem("Base.Hat_FurryEars","DisplayCategory","Cloth"); +TweakItem("Base.Hat_GoldStar","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Jay","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JokeArrow","DisplayCategory","Cloth"); +TweakItem("Base.Hat_JokeKnife","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_LeatherBarrelDogs","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_LeatherIronRodent","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_LeatherWildRacoons","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Shellsuit_Black","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Shellsuit_Blue","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Shellsuit_Green","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Shellsuit_Pink","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Shellsuit_Teal","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Shellsuit_TINT","DisplayCategory","Cloth"); +TweakItem("Base.Seaweed","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Bowling_Blue","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Bowling_Brown","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Bowling_Green","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Bowling_LimeGreen","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Bowling_Pink","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_Bowling_White","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_CropTopNoArmTINT","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_CropTopTINT","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_FormalTINT","DisplayCategory","Cloth"); +TweakItem("Base.Shirt_FormalWhite_ShortSleeveTINT","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Bowling","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Fancy","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Sandals","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Strapped","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Wellies","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_BoxingBlue","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_BoxingRed","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Mini","DisplayCategory","Cloth"); +TweakItem("Base.StockingsBlack","DisplayCategory","Cloth"); +TweakItem("Base.StockingsBlackSemiTrans","DisplayCategory","Cloth"); +TweakItem("Base.StockingsBlackTrans","DisplayCategory","Cloth"); +TweakItem("Base.StockingsWhite","DisplayCategory","Cloth"); +TweakItem("Base.Suit_JacketTINT","DisplayCategory","Cloth"); +TweakItem("Base.TightsBlack","DisplayCategory","Cloth"); +TweakItem("Base.TightsBlackSemiTrans","DisplayCategory","Cloth"); +TweakItem("Base.TightsBlackTrans","DisplayCategory","Cloth"); +TweakItem("Base.TightsFishnets","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_LeatherBlack","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Shellsuit_Black","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Shellsuit_Blue","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Shellsuit_Green","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Shellsuit_Pink","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Shellsuit_Teal","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Shellsuit_TINT","DisplayCategory","Cloth"); +TweakItem("Base.TrousersMesh_Leather","DisplayCategory","Cloth"); +TweakItem("Base.Underpants_AnimalPrint","DisplayCategory","Cloth"); +TweakItem("Base.Underpants_Black","DisplayCategory","Cloth"); +TweakItem("Base.Underpants_RedSpots","DisplayCategory","Cloth"); +TweakItem("Base.Underpants_White","DisplayCategory","Cloth"); +TweakItem("Base.Vest_WaistcoatTINT","DisplayCategory","Cloth"); +--CONTAINERS +TweakItem("Base.BeerEmpty","DisplayCategory","Container"); +TweakItem("Base.Briefcase","DisplayCategory","Container"); +TweakItem("Base.BucketEmpty","DisplayCategory","Container"); +TweakItem("Base.Cooler","DisplayCategory","Container"); +TweakItem("Base.Crate","DisplayCategory","Container"); +TweakItem("Base.EmptyPetrolCan","DisplayCategory","Container"); +TweakItem("Base.EmptySandbag","DisplayCategory","Container"); +TweakItem("Base.Flightcase","DisplayCategory","Container"); +TweakItem("Base.Guitarcase","DisplayCategory","Container"); +TweakItem("Base.Handbag","DisplayCategory","Container"); +TweakItem("Base.Lunchbox","DisplayCategory","Container"); +TweakItem("Base.Lunchbox2","DisplayCategory","Container"); +TweakItem("Base.PaintbucketEmpty","DisplayCategory","Container"); +TweakItem("Base.PistolCase1","DisplayCategory","Container"); +TweakItem("Base.PistolCase2","DisplayCategory","Container"); +TweakItem("Base.PistolCase3","DisplayCategory","Container"); +TweakItem("Base.Plasticbag","DisplayCategory","Container"); +TweakItem("Base.PopBottleEmpty","DisplayCategory","Container"); +TweakItem("Base.Purse","DisplayCategory","Container"); +TweakItem("Base.SewingKit","DisplayCategory","Container"); +TweakItem("Base.Suitcase","DisplayCategory","Container"); +TweakItem("Base.Toolbox","DisplayCategory","Container"); +TweakItem("Base.Tote","DisplayCategory","Container"); +TweakItem("Base.WaterBottleEmpty","DisplayCategory","Container"); +TweakItem("Base.WhiskeyEmpty","DisplayCategory","Container"); +TweakItem("Base.WineEmpty","DisplayCategory","Container"); +TweakItem("Base.WineEmpty2","DisplayCategory","Container"); +TweakItem("farming.MayonnaiseEmpty","DisplayCategory","Container"); +TweakItem("farming.RemouladeEmpty","DisplayCategory","Container"); +TweakItem("Base.GroceryBag1","DisplayCategory","Container"); +TweakItem("Base.GroceryBag1","DisplayCategory","Container"); +TweakItem("Base.GroceryBag2","DisplayCategory","Container"); +TweakItem("Base.GroceryBag2","DisplayCategory","Container"); +TweakItem("Base.GroceryBag3","DisplayCategory","Container"); +TweakItem("Base.GroceryBag3","DisplayCategory","Container"); +TweakItem("Base.GroceryBag4","DisplayCategory","Container"); +TweakItem("Base.GroceryBag4","DisplayCategory","Container"); +TweakItem("Base.MugRed","DisplayCategory","Container"); +TweakItem("Base.MugSpiffo","DisplayCategory","Container"); +TweakItem("Base.MugWhite","DisplayCategory","Container"); +TweakItem("Base.PaperBag","DisplayCategory","Container"); +TweakItem("Base.Paperbag_Jays","DisplayCategory","Container"); +TweakItem("Base.Paperbag_Spiffos","DisplayCategory","Container"); +TweakItem("Base.RevolverCase1","DisplayCategory","Container"); +TweakItem("Base.RevolverCase2","DisplayCategory","Container"); +TweakItem("Base.RevolverCase3","DisplayCategory","Container"); +TweakItem("Base.RifleCase1","DisplayCategory","Container"); +TweakItem("Base.RifleCase1","DisplayCategory","Container"); +TweakItem("Base.RifleCase2","DisplayCategory","Container"); +TweakItem("Base.RifleCase2","DisplayCategory","Container"); +TweakItem("Base.RifleCase3","DisplayCategory","Container"); +TweakItem("Base.RifleCase3","DisplayCategory","Container"); +TweakItem("Base.ShotgunCase1","DisplayCategory","Container"); +TweakItem("Base.ShotgunCase1","DisplayCategory","Container"); +TweakItem("Base.ShotgunCase2","DisplayCategory","Container"); +TweakItem("Base.ShotgunCase2","DisplayCategory","Container"); +TweakItem("Base.Teacup","DisplayCategory","Container"); +--COOKING +TweakItem("Base.BakingPan","DisplayCategory","Cooking"); +TweakItem("Base.BakingTrayBread","DisplayCategory","Cooking"); +TweakItem("Base.Bowl","DisplayCategory","Cooking"); +TweakItem("Base.BoxOfJars","DisplayCategory","Cooking"); +TweakItem("Base.Charcoal","DisplayCategory","Cooking"); +TweakItem("Base.EmptyJar","DisplayCategory","Cooking"); +TweakItem("Base.Flour","DisplayCategory","Cooking"); +TweakItem("Base.GridlePan","DisplayCategory","Cooking"); +TweakItem("Base.JarLid","DisplayCategory","Cooking"); +TweakItem("Base.Kettle","DisplayCategory","Cooking"); +TweakItem("Base.Mov_AntiqueStove","DisplayCategory","Cooking"); +TweakItem("Base.Mugl","DisplayCategory","Cooking"); +TweakItem("Base.Pan","DisplayCategory","Cooking"); +TweakItem("Base.Pot","DisplayCategory","Cooking"); +TweakItem("Base.RoastingPan","DisplayCategory","Cooking"); +TweakItem("Base.RollingPin","DisplayCategory","Cooking"); +TweakItem("Base.Salt","DisplayCategory","Cooking"); +TweakItem("Base.Saucepan","DisplayCategory","Cooking"); +TweakItem("Base.Sugar","DisplayCategory","Cooking"); +TweakItem("Base.Vinegar","DisplayCategory","Cooking"); +TweakItem("Base.WaterPot","DisplayCategory","Cooking"); +TweakItem("Base.WaterPotPasta","DisplayCategory","Cooking"); +TweakItem("Base.WaterPotRice","DisplayCategory","Cooking"); +TweakItem("Base.WaterSaucepan","DisplayCategory","Cooking"); +TweakItem("Base.WaterSaucepanPasta","DisplayCategory","Cooking"); +TweakItem("Base.WaterSaucepanRice","DisplayCategory","Cooking"); +TweakItem("Base.Yeast","DisplayCategory","Cooking"); +TweakItem("Base.BakingSoda","DisplayCategory","Cooking"); +TweakItem("Base.BakingTray","DisplayCategory","Cooking"); +TweakItem("Base.Cornflour","DisplayCategory","Cooking"); +TweakItem("Base.Cornmeal","DisplayCategory","Cooking"); +TweakItem("Base.MuffinTray","DisplayCategory","Cooking"); +TweakItem("Base.OilOlive","DisplayCategory","Cooking"); +TweakItem("Base.OilVegetable","DisplayCategory","Cooking"); +TweakItem("Base.PancakeMix","DisplayCategory","Cooking"); +--CRAFTING +TweakItem("Base.BucketPlasterFull","DisplayCategory","Craft"); +TweakItem("Base.Doorknob","DisplayCategory","Craft"); +TweakItem("Base.DuctTape","DisplayCategory","Craft"); +TweakItem("Base.Garbagebag","DisplayCategory","Craft"); +TweakItem("Base.Glue","DisplayCategory","Craft"); +TweakItem("Base.Gravelbag","DisplayCategory","Craft"); +TweakItem("Base.GunPowder","DisplayCategory","Craft"); +TweakItem("Base.Hairspray","DisplayCategory","Craft"); +TweakItem("Base.Hinge","DisplayCategory","Craft"); +TweakItem("Base.Mattress","DisplayCategory","Craft"); +TweakItem("Base.Nails","DisplayCategory","Craft"); +TweakItem("Base.NailsBox","DisplayCategory","Craft"); +TweakItem("Base.Paperclip","DisplayCategory","Craft"); +TweakItem("Base.PaperclipBox","DisplayCategory","Craft"); +TweakItem("Base.Pillow","DisplayCategory","Craft"); +TweakItem("Base.PlasterPowder","DisplayCategory","Craft"); +TweakItem("Base.PropaneTank","DisplayCategory","Craft"); +TweakItem("Base.Rope","DisplayCategory","Craft"); +TweakItem("Base.Sandbag","DisplayCategory","Craft"); +TweakItem("Base.Scotchtape","DisplayCategory","Craft"); +TweakItem("Base.Screws","DisplayCategory","Craft"); +TweakItem("Base.ScrewsBox","DisplayCategory","Craft"); +TweakItem("Base.SharpedStone","DisplayCategory","Craft"); +TweakItem("Base.Sheet","DisplayCategory","Craft"); +TweakItem("Base.Sparklers","DisplayCategory","Craft"); +TweakItem("Base.Stone","DisplayCategory","Craft"); +TweakItem("Base.TreeBranch","DisplayCategory","Craft"); +TweakItem("Base.Twine","DisplayCategory","Craft"); +TweakItem("Base.Wire","DisplayCategory","Craft"); +TweakItem("Base.Woodglue","DisplayCategory","Craft"); +TweakItem("Base.BucketConcreteFull","DisplayCategory","Craft"); +TweakItem("Base.Handle","DisplayCategory","Craft"); +TweakItem("Base.IronIngot","DisplayCategory","Craft"); +TweakItem("Base.ConcretePowder","DisplayCategory","Craft"); +TweakItem("Base.BarbedWire","DisplayCategory","CraftCarp"); +TweakItem("Base.Drawer","DisplayCategory","CraftCarp"); +TweakItem("Base.Log","DisplayCategory","CraftCarp"); +TweakItem("Base.LogStacks2","DisplayCategory","CraftCarp"); +TweakItem("Base.LogStacks3","DisplayCategory","CraftCarp"); +TweakItem("Base.LogStacks4","DisplayCategory","CraftCarp"); +TweakItem("Base.Plank","DisplayCategory","CraftCarp"); +TweakItem("Base.Tarp","DisplayCategory","CraftCarp"); +TweakItem("Base.WoodenStick","DisplayCategory","CraftCarp"); +TweakItem("camping.TentPeg","DisplayCategory","CraftCarp"); +TweakItem("Base.Aluminum","DisplayCategory","CraftElec"); +TweakItem("Base.Amplifier","DisplayCategory","CraftElec"); +TweakItem("Base.Battery","DisplayCategory","CraftElec"); +TweakItem("Base.Coldpack","DisplayCategory","CraftElec"); +TweakItem("Base.ElectronicsScrap","DisplayCategory","CraftElec"); +TweakItem("Base.HomeAlarm","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulb","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbBlue","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbCyan","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbGreen","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbMagenta","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbOrange","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbPink","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbPurple","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbRed","DisplayCategory","CraftElec"); +TweakItem("Base.LightBulbYellow","DisplayCategory","CraftElec"); +TweakItem("Base.MotionSensor","DisplayCategory","CraftElec"); +TweakItem("Base.Receiver","DisplayCategory","CraftElec"); +TweakItem("Base.Timer","DisplayCategory","CraftElec"); +TweakItem("Base.TriggerCrafted","DisplayCategory","CraftElec"); +TweakItem("Radio.ElectricWire","DisplayCategory","CraftElec"); +TweakItem("Radio.RadioReceiver","DisplayCategory","CraftElec"); +TweakItem("Radio.RadioTransmitter","DisplayCategory","CraftElec"); +TweakItem("Radio.ScannerModule","DisplayCategory","CraftElec"); +TweakItem("Base.MetalBar","DisplayCategory","CraftMetal"); +TweakItem("Base.MetalPipe","DisplayCategory","CraftMetal"); +TweakItem("Base.ScrapMetal","DisplayCategory","CraftMetal"); +TweakItem("Base.SheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Base.SmallSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Base.WeldingRods","DisplayCategory","CraftMetal"); +TweakItem("Base.DenimStrips","DisplayCategory","CraftTailor"); +TweakItem("Base.DenimStripsDirty","DisplayCategory","CraftTailor"); +TweakItem("Base.LeatherStrips","DisplayCategory","CraftTailor"); +TweakItem("Base.LeatherStripsDirty","DisplayCategory","CraftTailor"); +TweakItem("Base.RippedSheets","DisplayCategory","CraftTailor"); +TweakItem("Base.RippedSheetsDirty","DisplayCategory","CraftTailor"); +TweakItem("Base.Thread","DisplayCategory","CraftTailor"); +TweakItem("Base.String","DisplayCategory","CraftTailor"); +TweakItem("Base.Yarn","DisplayCategory","CraftTailor"); +--DRUGS +TweakItem("Base.Cigarettes","DisplayCategory","Drugs"); +--ELECTRONICS +TweakItem("Base.AlarmClock","DisplayCategory","Electronics"); +TweakItem("Base.AlarmClock2","DisplayCategory","Electronics"); +TweakItem("Base.CDplayer","DisplayCategory","Electronics"); +TweakItem("Base.CordlessPhone","DisplayCategory","Electronics"); +TweakItem("Base.Earbuds","DisplayCategory","Electronics"); +TweakItem("Base.Headphones","DisplayCategory","Electronics"); +TweakItem("Base.NoiseTrap","DisplayCategory","Electronics"); +TweakItem("Base.NoiseTrapRemote","DisplayCategory","Electronics"); +TweakItem("Base.NoiseTrapSensorV1","DisplayCategory","Electronics"); +TweakItem("Base.NoiseTrapSensorV2","DisplayCategory","Electronics"); +TweakItem("Base.NoiseTrapSensorV3","DisplayCategory","Electronics"); +TweakItem("Base.NoiseTrapTriggered","DisplayCategory","Electronics"); +TweakItem("Base.Radio","DisplayCategory","Electronics"); +TweakItem("Base.Remote","DisplayCategory","Electronics"); +TweakItem("Base.RemoteCraftedV1","DisplayCategory","Electronics"); +TweakItem("Base.RemoteCraftedV2","DisplayCategory","Electronics"); +TweakItem("Base.RemoteCraftedV3","DisplayCategory","Electronics"); +TweakItem("Base.Speaker","DisplayCategory","Electronics"); +TweakItem("Base.TimerCrafted","DisplayCategory","Electronics"); +TweakItem("Base.VideoGame","DisplayCategory","Electronics"); +TweakItem("Radio.HamRadio1","DisplayCategory","Electronics"); +TweakItem("Radio.HamRadio2","DisplayCategory","Electronics"); +TweakItem("Radio.HamRadioMakeShift","DisplayCategory","Electronics"); +TweakItem("Radio.RadioBlack","DisplayCategory","Electronics"); +TweakItem("Radio.RadioMakeShift","DisplayCategory","Electronics"); +TweakItem("Radio.RadioRed","DisplayCategory","Electronics"); +TweakItem("Radio.TvAntique","DisplayCategory","Electronics"); +TweakItem("Radio.TvBlack","DisplayCategory","Electronics"); +TweakItem("Radio.TvWideScreen","DisplayCategory","Electronics"); +TweakItem("Radio.WalkieTalkie1","DisplayCategory","Electronics"); +TweakItem("Radio.WalkieTalkie2","DisplayCategory","Electronics"); +TweakItem("Radio.WalkieTalkie3","DisplayCategory","Electronics"); +TweakItem("Radio.WalkieTalkie4","DisplayCategory","Electronics"); +TweakItem("Radio.WalkieTalkie5","DisplayCategory","Electronics"); +TweakItem("Radio.WalkieTalkieMakeShift","DisplayCategory","Electronics"); +--FOOD +TweakItem("Base.BeerBottle","DisplayCategory","FoodB"); +TweakItem("Base.BeerCan","DisplayCategory","FoodB"); +TweakItem("Base.BeerWaterFull","DisplayCategory","FoodB"); +TweakItem("Base.BucketWaterFull","DisplayCategory","FoodB"); +TweakItem("Base.Coffee","DisplayCategory","FoodB"); +TweakItem("Base.Coffee2","DisplayCategory","FoodB"); +TweakItem("Base.ColdCuppa","DisplayCategory","FoodB"); +TweakItem("Base.FullKettle","DisplayCategory","FoodB"); +TweakItem("Base.HotDrink","DisplayCategory","FoodB"); +TweakItem("Base.JuiceBox","DisplayCategory","FoodB"); +TweakItem("Base.Mugfull","DisplayCategory","FoodB"); +TweakItem("Base.Pop","DisplayCategory","FoodB"); +TweakItem("Base.Pop2","DisplayCategory","FoodB"); +TweakItem("Base.Pop3","DisplayCategory","FoodB"); +TweakItem("Base.PopBottle","DisplayCategory","FoodB"); +TweakItem("Base.Teabag","DisplayCategory","FoodB"); +TweakItem("Base.Teabag2","DisplayCategory","FoodB"); +TweakItem("Base.WaterBleachBottle","DisplayCategory","FoodB"); +TweakItem("Base.WaterBottleFull","DisplayCategory","FoodB"); +TweakItem("Base.WaterBowl","DisplayCategory","FoodB"); +TweakItem("Base.WaterMug","DisplayCategory","FoodB"); +TweakItem("Base.WaterPaintbucket","DisplayCategory","FoodB"); +TweakItem("Base.WaterPopBottle","DisplayCategory","FoodB"); +TweakItem("Base.WhiskeyFull","DisplayCategory","FoodB"); +TweakItem("Base.WhiskeyWaterFull","DisplayCategory","FoodB"); +TweakItem("Base.Wine","DisplayCategory","FoodB"); +TweakItem("Base.Wine2","DisplayCategory","FoodB"); +TweakItem("farming.MayonnaiseWaterFull","DisplayCategory","FoodB"); +TweakItem("farming.RemouladeWaterFull","DisplayCategory","FoodB"); +TweakItem("Base.WineWaterFull","DisplayCategory","FoodB"); +TweakItem("Base.ColdDrinkRed","DisplayCategory","FoodB"); +TweakItem("Base.ColdDrinkSpiffo","DisplayCategory","FoodB"); +TweakItem("Base.ColdDrinkWhite","DisplayCategory","FoodB"); +TweakItem("Base.HotDrinkRed","DisplayCategory","FoodB"); +TweakItem("Base.HotDrinkSpiffo","DisplayCategory","FoodB"); +TweakItem("Base.HotDrinkTea","DisplayCategory","FoodB"); +TweakItem("Base.HotDrinkWhite","DisplayCategory","FoodB"); +TweakItem("Base.WaterMugRed","DisplayCategory","FoodB"); +TweakItem("Base.WaterMugSpiffo","DisplayCategory","FoodB"); +TweakItem("Base.WaterMugWhite","DisplayCategory","FoodB"); +TweakItem("Base.WaterTeacup","DisplayCategory","FoodB"); +TweakItem("Base.BeefJerky","DisplayCategory","FoodN"); +TweakItem("Base.Butter","DisplayCategory","FoodN"); +TweakItem("Base.CakeBatter","DisplayCategory","FoodN"); +TweakItem("Base.CakePrep","DisplayCategory","FoodN"); +TweakItem("Base.Candycane","DisplayCategory","FoodN"); +TweakItem("Base.CandyPackage","DisplayCategory","FoodN"); +TweakItem("Base.CannedBolognese","DisplayCategory","FoodN"); +TweakItem("Base.CannedCarrots2","DisplayCategory","FoodN"); +TweakItem("Base.CannedChili","DisplayCategory","FoodN"); +TweakItem("Base.CannedCorn","DisplayCategory","FoodN"); +TweakItem("Base.CannedCornedBeef","DisplayCategory","FoodN"); +TweakItem("Base.CannedMushroomSoup","DisplayCategory","FoodN"); +TweakItem("Base.CannedPeas","DisplayCategory","FoodN"); +TweakItem("Base.CannedPotato2","DisplayCategory","FoodN"); +TweakItem("Base.CannedSardines","DisplayCategory","FoodN"); +TweakItem("Base.CannedTomato2","DisplayCategory","FoodN"); +TweakItem("Base.Cereal","DisplayCategory","FoodN"); +TweakItem("Base.Chocolate","DisplayCategory","FoodN"); +TweakItem("Base.Cockroach","DisplayCategory","FoodN"); +TweakItem("Base.CookieChocolateChip","DisplayCategory","FoodN"); +TweakItem("Base.CookieJelly","DisplayCategory","FoodN"); +TweakItem("Base.Cricket","DisplayCategory","FoodN"); +TweakItem("Base.Crisps","DisplayCategory","FoodN"); +TweakItem("Base.Crisps2","DisplayCategory","FoodN"); +TweakItem("Base.Crisps3","DisplayCategory","FoodN"); +TweakItem("Base.Crisps4","DisplayCategory","FoodN"); +TweakItem("Base.Cupcake","DisplayCategory","FoodN"); +TweakItem("Base.Dogfood","DisplayCategory","FoodN"); +TweakItem("Base.Frog","DisplayCategory","FoodN"); +TweakItem("Base.GrapeLeaves","DisplayCategory","FoodN"); +TweakItem("Base.Grasshopper","DisplayCategory","FoodN"); +TweakItem("Base.Honey","DisplayCategory","FoodN"); +TweakItem("Base.Ketchup","DisplayCategory","FoodN"); +TweakItem("Base.Lollipop","DisplayCategory","FoodN"); +TweakItem("Base.Macandcheese","DisplayCategory","FoodN"); +TweakItem("Base.Marinara","DisplayCategory","FoodN"); +TweakItem("Base.MintCandy","DisplayCategory","FoodN"); +TweakItem("Base.Modjeska","DisplayCategory","FoodN"); +TweakItem("Base.Mustard","DisplayCategory","FoodN"); +TweakItem("Base.Oatmeal","DisplayCategory","FoodN"); +TweakItem("Base.OatsRaw","DisplayCategory","FoodN"); +TweakItem("Base.Pasta","DisplayCategory","FoodN"); +TweakItem("Base.PastaPan","DisplayCategory","FoodN"); +TweakItem("Base.PastaPot","DisplayCategory","FoodN"); +TweakItem("Base.PeanutButter","DisplayCategory","FoodN"); +TweakItem("Base.Peanuts","DisplayCategory","FoodN"); +TweakItem("Base.Pickles","DisplayCategory","FoodN"); +TweakItem("Base.PieDough","DisplayCategory","FoodN"); +TweakItem("Base.Popcorn","DisplayCategory","FoodN"); +TweakItem("Base.Ramen","DisplayCategory","FoodN"); +TweakItem("Base.Rice","DisplayCategory","FoodN"); +TweakItem("Base.Rosehips","DisplayCategory","FoodN"); +TweakItem("Base.SunflowerSeeds","DisplayCategory","FoodN"); +TweakItem("Base.TinnedBeans","DisplayCategory","FoodN"); +TweakItem("Base.TinnedSoup","DisplayCategory","FoodN"); +TweakItem("Base.TunaTin","DisplayCategory","FoodN"); +TweakItem("Base.TVDinner","DisplayCategory","FoodN"); +TweakItem("Base.Violets","DisplayCategory","FoodN"); +TweakItem("Base.Worm","DisplayCategory","FoodN"); +TweakItem("Base.CannedFruitCocktail","DisplayCategory","FoodN"); +TweakItem("Base.CannedPeaches","DisplayCategory","FoodN"); +TweakItem("Base.CannedPineapple","DisplayCategory","FoodN"); +TweakItem("Base.ChocolateChips","DisplayCategory","FoodN"); +TweakItem("Base.CocoaPowder","DisplayCategory","FoodN"); +TweakItem("Base.Cone","DisplayCategory","FoodN"); +TweakItem("Base.Crackers","DisplayCategory","FoodN"); +TweakItem("Base.GrahamCrackers","DisplayCategory","FoodN"); +TweakItem("Base.Gravy","DisplayCategory","FoodN"); +TweakItem("Base.GravyMix","DisplayCategory","FoodN"); +TweakItem("Base.Gum","DisplayCategory","FoodN"); +TweakItem("Base.Hotsauce","DisplayCategory","FoodN"); +TweakItem("Base.JamFruit","DisplayCategory","FoodN"); +TweakItem("Base.JamMarmalade","DisplayCategory","FoodN"); +TweakItem("Base.MapleSyrup","DisplayCategory","FoodN"); +TweakItem("Base.Marshmallows","DisplayCategory","FoodN"); +TweakItem("Base.RicePaper","DisplayCategory","FoodN"); +TweakItem("Base.RiceVinegar","DisplayCategory","FoodN"); +TweakItem("Base.Soysauce","DisplayCategory","FoodN"); +TweakItem("Base.SugarBrown","DisplayCategory","FoodN"); +TweakItem("Base.TortillaChips","DisplayCategory","FoodN"); +TweakItem("Base.Wasabi","DisplayCategory","FoodN"); +TweakItem("Base.DoughnutChocolate","DisplayCategory","FoodN"); +TweakItem("Base.DoughnutFrosted","DisplayCategory","FoodN"); +TweakItem("Base.DoughnutJelly","DisplayCategory","FoodN"); +TweakItem("Base.DoughnutPlain","DisplayCategory","FoodN"); +TweakItem("Base.Croissant","DisplayCategory","FoodN"); +TweakItem("Base.CookiesChocolate","DisplayCategory","FoodN"); +TweakItem("Base.CookiesOatmeal","DisplayCategory","FoodN"); +TweakItem("Base.CookiesShortbread","DisplayCategory","FoodN"); +TweakItem("Base.Guacamole","DisplayCategory","FoodN"); +TweakItem("Base.LicoriceBlack","DisplayCategory","FoodN"); +TweakItem("Base.LicoriceRed","DisplayCategory","FoodN"); +TweakItem("Base.Painauchocolat","DisplayCategory","FoodN"); +TweakItem("Base.Peppermint","DisplayCategory","FoodN"); +TweakItem("Base.CinnamonRoll","DisplayCategory","FoodN"); +TweakItem("Base.DehydratedMeatStick","DisplayCategory","FoodN"); +TweakItem("Base.DriedBlackBeans","DisplayCategory","FoodN"); +TweakItem("Base.DriedChickpeas","DisplayCategory","FoodN"); +TweakItem("Base.DriedKidneyBeans","DisplayCategory","FoodN"); +TweakItem("Base.DriedLentils","DisplayCategory","FoodN"); +TweakItem("Base.DriedSplitPeas","DisplayCategory","FoodN"); +TweakItem("Base.DriedWhiteBeans","DisplayCategory","FoodN"); +TweakItem("Base.Apple","DisplayCategory","FoodP"); +TweakItem("Base.Avocado","DisplayCategory","FoodP"); +TweakItem("Base.Banana","DisplayCategory","FoodP"); +TweakItem("Base.Bass","DisplayCategory","FoodP"); +TweakItem("Base.BeanBowl","DisplayCategory","FoodP"); +TweakItem("Base.BellPepper","DisplayCategory","FoodP"); +TweakItem("Base.BerryBlack","DisplayCategory","FoodP"); +TweakItem("Base.BerryBlue","DisplayCategory","FoodP"); +TweakItem("Base.BerryGeneric1","DisplayCategory","FoodP"); +TweakItem("Base.BerryGeneric2","DisplayCategory","FoodP"); +TweakItem("Base.BerryGeneric3","DisplayCategory","FoodP"); +TweakItem("Base.BerryGeneric4","DisplayCategory","FoodP"); +TweakItem("Base.BerryGeneric5","DisplayCategory","FoodP"); +TweakItem("Base.BerryPoisonIvy","DisplayCategory","FoodP"); +TweakItem("Base.Bread","DisplayCategory","FoodP"); +TweakItem("Base.BreadDough","DisplayCategory","FoodP"); +TweakItem("Base.BreadSlices","DisplayCategory","FoodP"); +TweakItem("Base.Broccoli","DisplayCategory","FoodP"); +TweakItem("Base.Burger","DisplayCategory","FoodP"); +TweakItem("Base.BurgerRecipe","DisplayCategory","FoodP"); +TweakItem("Base.CakeRaw","DisplayCategory","FoodP"); +TweakItem("Base.CakeSlice","DisplayCategory","FoodP"); +TweakItem("Base.CannedBellPepper","DisplayCategory","FoodP"); +TweakItem("Base.CannedBologneseOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedBroccoli","DisplayCategory","FoodP"); +TweakItem("Base.CannedCabbage","DisplayCategory","FoodP"); +TweakItem("Base.CannedCarrots","DisplayCategory","FoodP"); +TweakItem("Base.CannedCarrotsOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedChiliOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedCornedBeefOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedCornOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedEggplant","DisplayCategory","FoodP"); +TweakItem("Base.CannedLeek","DisplayCategory","FoodP"); +TweakItem("Base.CannedMushroomSoupOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedPeasOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedPotato","DisplayCategory","FoodP"); +TweakItem("Base.CannedPotatoOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedRedRadish","DisplayCategory","FoodP"); +TweakItem("Base.CannedSardinesOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedTomato","DisplayCategory","FoodP"); +TweakItem("Base.CannedTomatoOpen","DisplayCategory","FoodP"); +TweakItem("Base.Carrots","DisplayCategory","FoodP"); +TweakItem("Base.Catfish","DisplayCategory","FoodP"); +TweakItem("Base.CerealBowl","DisplayCategory","FoodP"); +TweakItem("Base.Cheese","DisplayCategory","FoodP"); +TweakItem("Base.CheeseSandwich","DisplayCategory","FoodP"); +TweakItem("Base.Cherry","DisplayCategory","FoodP"); +TweakItem("Base.Chicken","DisplayCategory","FoodP"); +TweakItem("Base.ChickenFried","DisplayCategory","FoodP"); +TweakItem("Base.Corn","DisplayCategory","FoodP"); +TweakItem("Base.Corndog","DisplayCategory","FoodP"); +TweakItem("Base.Crappie","DisplayCategory","FoodP"); +TweakItem("Base.DeadBird","DisplayCategory","FoodP"); +TweakItem("Base.DeadMouse","DisplayCategory","FoodP"); +TweakItem("Base.DeadRabbit","DisplayCategory","FoodP"); +TweakItem("Base.DeadRat","DisplayCategory","FoodP"); +TweakItem("Base.DeadSquirrel","DisplayCategory","FoodP"); +TweakItem("Base.DogfoodOpen","DisplayCategory","FoodP"); +TweakItem("Base.Dough","DisplayCategory","FoodP"); +TweakItem("Base.DoughRolled","DisplayCategory","FoodP"); +TweakItem("Base.Egg","DisplayCategory","FoodP"); +TweakItem("Base.EggCarton","DisplayCategory","FoodP"); +TweakItem("Base.Eggplant","DisplayCategory","FoodP"); +TweakItem("Base.FishFillet","DisplayCategory","FoodP"); +TweakItem("Base.Fries","DisplayCategory","FoodP"); +TweakItem("Base.FrogMeat","DisplayCategory","FoodP"); +TweakItem("Base.FruitSalad","DisplayCategory","FoodP"); +TweakItem("Base.Grapes","DisplayCategory","FoodP"); +TweakItem("Base.GriddlePanFriedVegetables","DisplayCategory","FoodP"); +TweakItem("Base.GrilledCheese","DisplayCategory","FoodP"); +TweakItem("Base.Ham","DisplayCategory","FoodP"); +TweakItem("Base.HamSlice","DisplayCategory","FoodP"); +TweakItem("Base.Hotdog","DisplayCategory","FoodP"); +TweakItem("Base.Icecream","DisplayCategory","FoodP"); +TweakItem("Base.IcecreamMelted","DisplayCategory","FoodP"); +TweakItem("Base.Leek","DisplayCategory","FoodP"); +TweakItem("Base.Lemon","DisplayCategory","FoodP"); +TweakItem("Base.Lettuce","DisplayCategory","FoodP"); +TweakItem("Base.MeatPatty","DisplayCategory","FoodP"); +TweakItem("Base.Milk","DisplayCategory","FoodP"); +TweakItem("Base.MushroomGeneric1","DisplayCategory","FoodP"); +TweakItem("Base.MushroomGeneric2","DisplayCategory","FoodP"); +TweakItem("Base.MushroomGeneric3","DisplayCategory","FoodP"); +TweakItem("Base.MushroomGeneric4","DisplayCategory","FoodP"); +TweakItem("Base.MushroomGeneric5","DisplayCategory","FoodP"); +TweakItem("Base.MushroomGeneric6","DisplayCategory","FoodP"); +TweakItem("Base.MushroomGeneric7","DisplayCategory","FoodP"); +TweakItem("Base.MuttonChop","DisplayCategory","FoodP"); +TweakItem("Base.Onion","DisplayCategory","FoodP"); +TweakItem("Base.OpenBeans","DisplayCategory","FoodP"); +TweakItem("Base.Orange","DisplayCategory","FoodP"); +TweakItem("Base.Pancakes","DisplayCategory","FoodP"); +TweakItem("Base.Panfish","DisplayCategory","FoodP"); +TweakItem("Base.PanFriedVegetables","DisplayCategory","FoodP"); +TweakItem("Base.PanFriedVegetables2","DisplayCategory","FoodP"); +TweakItem("Base.PastaBowl","DisplayCategory","FoodP"); +TweakItem("Base.Peach","DisplayCategory","FoodP"); +TweakItem("Base.PeanutButterSandwich","DisplayCategory","FoodP"); +TweakItem("Base.Peas","DisplayCategory","FoodP"); +TweakItem("Base.Perch","DisplayCategory","FoodP"); +TweakItem("Base.Pie","DisplayCategory","FoodP"); +TweakItem("Base.PiePrep","DisplayCategory","FoodP"); +TweakItem("Base.PiePumpkin","DisplayCategory","FoodP"); +TweakItem("Base.PieWholeRaw","DisplayCategory","FoodP"); +TweakItem("Base.Pike","DisplayCategory","FoodP"); +TweakItem("Base.Pineapple","DisplayCategory","FoodP"); +TweakItem("Base.Pizza","DisplayCategory","FoodP"); +TweakItem("Base.PorkChop","DisplayCategory","FoodP"); +TweakItem("Base.PotOfSoup","DisplayCategory","FoodP"); +TweakItem("Base.PotOfSoupRecipe","DisplayCategory","FoodP"); +TweakItem("Base.PotOfStew","DisplayCategory","FoodP"); +TweakItem("Base.Processedcheese","DisplayCategory","FoodP"); +TweakItem("Base.Rabbitmeat","DisplayCategory","FoodP"); +TweakItem("Base.RamenBowl","DisplayCategory","FoodP"); +TweakItem("Base.RiceBowl","DisplayCategory","FoodP"); +TweakItem("Base.RicePan","DisplayCategory","FoodP"); +TweakItem("Base.RicePot","DisplayCategory","FoodP"); +TweakItem("Base.Salmon","DisplayCategory","FoodP"); +TweakItem("Base.Sandwich","DisplayCategory","FoodP"); +TweakItem("Base.Smallanimalmeat","DisplayCategory","FoodP"); +TweakItem("Base.Smallbirdmeat","DisplayCategory","FoodP"); +TweakItem("Base.SoupBowl","DisplayCategory","FoodP"); +TweakItem("Base.Steak","DisplayCategory","FoodP"); +TweakItem("Base.StewBowl","DisplayCategory","FoodP"); +TweakItem("Base.TinnedSoupOpen","DisplayCategory","FoodP"); +TweakItem("Base.Tofu","DisplayCategory","FoodP"); +TweakItem("Base.Trout","DisplayCategory","FoodP"); +TweakItem("Base.TunaTinOpen","DisplayCategory","FoodP"); +TweakItem("Base.Waffles","DisplayCategory","FoodP"); +TweakItem("Base.Watermelon","DisplayCategory","FoodP"); +TweakItem("Base.WatermelonSliced","DisplayCategory","FoodP"); +TweakItem("Base.WatermelonSmashed","DisplayCategory","FoodP"); +TweakItem("Base.WildEggs","DisplayCategory","FoodP"); +TweakItem("Base.Yoghurt","DisplayCategory","FoodP"); +TweakItem("Base.Zucchini","DisplayCategory","FoodP"); +TweakItem("farming.Bacon","DisplayCategory","FoodP"); +TweakItem("farming.BaconRashers","DisplayCategory","FoodP"); +TweakItem("farming.BloomingBroccoli","DisplayCategory","FoodP"); +TweakItem("farming.Cabbage","DisplayCategory","FoodP"); +TweakItem("farming.MayonnaiseFull","DisplayCategory","FoodP"); +TweakItem("farming.MayonnaiseHalf","DisplayCategory","FoodP"); +TweakItem("farming.Milk","DisplayCategory","FoodP"); +TweakItem("farming.Potato","DisplayCategory","FoodP"); +TweakItem("farming.RedRadish","DisplayCategory","FoodP"); +TweakItem("farming.RemouladeFull","DisplayCategory","FoodP"); +TweakItem("farming.RemouladeHalf","DisplayCategory","FoodP"); +TweakItem("farming.Salad","DisplayCategory","FoodP"); +TweakItem("farming.Strewberrie","DisplayCategory","FoodP"); +TweakItem("farming.Tomato","DisplayCategory","FoodP"); +TweakItem("Base.BagelPlain","DisplayCategory","FoodP"); +TweakItem("Base.BagelPoppy","DisplayCategory","FoodP"); +TweakItem("Base.BagelSesame","DisplayCategory","FoodP"); +TweakItem("Base.Baguette","DisplayCategory","FoodP"); +TweakItem("Base.BaguetteSandwich","DisplayCategory","FoodP"); +TweakItem("Base.BakingTray_Muffin","DisplayCategory","FoodP"); +TweakItem("Base.BakingTray_Muffin_Recipe","DisplayCategory","FoodP"); +TweakItem("Base.Baloney","DisplayCategory","FoodP"); +TweakItem("Base.Biscuit","DisplayCategory","FoodP"); +TweakItem("Base.Blackbeans","DisplayCategory","FoodP"); +TweakItem("Base.Burrito","DisplayCategory","FoodP"); +TweakItem("Base.BurritoRecipe","DisplayCategory","FoodP"); +TweakItem("Base.CakeBlackForest","DisplayCategory","FoodP"); +TweakItem("Base.CakeCarrot","DisplayCategory","FoodP"); +TweakItem("Base.CakeCheeseCake","DisplayCategory","FoodP"); +TweakItem("Base.CakeChocolate","DisplayCategory","FoodP"); +TweakItem("Base.CakeRedVelvet","DisplayCategory","FoodP"); +TweakItem("Base.CakeStrawberryShortcake","DisplayCategory","FoodP"); +TweakItem("Base.CannedFruitCocktailOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedPeachesOpen","DisplayCategory","FoodP"); +TweakItem("Base.CannedPineappleOpen","DisplayCategory","FoodP"); +TweakItem("Base.ChickenFoot","DisplayCategory","FoodP"); +TweakItem("Base.ChickenNuggets","DisplayCategory","FoodP"); +TweakItem("Base.ConeIcecream","DisplayCategory","FoodP"); +TweakItem("Base.Cornbread","DisplayCategory","FoodP"); +TweakItem("Base.Crayfish","DisplayCategory","FoodP"); +TweakItem("Base.Daikon","DisplayCategory","FoodP"); +TweakItem("Base.Edamame","DisplayCategory","FoodP"); +TweakItem("Base.EggBoiled","DisplayCategory","FoodP"); +TweakItem("Base.EggOmelette","DisplayCategory","FoodP"); +TweakItem("Base.EggPoached","DisplayCategory","FoodP"); +TweakItem("Base.EggScrambled","DisplayCategory","FoodP"); +TweakItem("Base.FishFried","DisplayCategory","FoodP"); +TweakItem("Base.FishRoe","DisplayCategory","FoodP"); +TweakItem("Base.FriedOnionRings","DisplayCategory","FoodP"); +TweakItem("Base.FriedOnionRingsCraft","DisplayCategory","FoodP"); +TweakItem("Base.GingerPickled","DisplayCategory","FoodP"); +TweakItem("Base.Grapefruit","DisplayCategory","FoodP"); +TweakItem("Base.HalloweenPumpkin","DisplayCategory","FoodP"); +TweakItem("Base.Icing","DisplayCategory","FoodP"); +TweakItem("Base.Lime","DisplayCategory","FoodP"); +TweakItem("Base.Lobster","DisplayCategory","FoodP"); +TweakItem("Base.Maki","DisplayCategory","FoodP"); +TweakItem("Base.Mango","DisplayCategory","FoodP"); +TweakItem("Base.MeatDumpling","DisplayCategory","FoodP"); +TweakItem("Base.MeatSteamBun","DisplayCategory","FoodP"); +TweakItem("Base.MincedMeat","DisplayCategory","FoodP"); +TweakItem("Base.MuffinFruit","DisplayCategory","FoodP"); +TweakItem("Base.MuffinGeneric","DisplayCategory","FoodP"); +TweakItem("Base.NoodleSoup","DisplayCategory","FoodP"); +TweakItem("Base.OmeletteRecipe","DisplayCategory","FoodP"); +TweakItem("Base.Onigiri","DisplayCategory","FoodP"); +TweakItem("Base.OnionRings","DisplayCategory","FoodP"); +TweakItem("Base.Oysters","DisplayCategory","FoodP"); +TweakItem("Base.OystersFried","DisplayCategory","FoodP"); +TweakItem("Base.PancakesCraft","DisplayCategory","FoodP"); +TweakItem("Base.PancakesRecipe","DisplayCategory","FoodP"); +TweakItem("Base.Pear","DisplayCategory","FoodP"); +TweakItem("Base.PepperHabanero","DisplayCategory","FoodP"); +TweakItem("Base.PepperJalapeno","DisplayCategory","FoodP"); +TweakItem("Base.Pepperoni","DisplayCategory","FoodP"); +TweakItem("Base.Pumpkin","DisplayCategory","FoodP"); +TweakItem("Base.RefriedBeans","DisplayCategory","FoodP"); +TweakItem("Base.SackCabbages","DisplayCategory","FoodP"); +TweakItem("Base.SackCarrots","DisplayCategory","FoodP"); +TweakItem("Base.SackOnions","DisplayCategory","FoodP"); +TweakItem("Base.SackPotatoes","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Apple","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_BellPepper","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Broccoli","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Cabbage","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Carrot","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Cherry","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Corn","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Eggplant","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Grapes","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Leek","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Lettuce","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Onion","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Peach","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Pear","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Potato","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_RedRadish","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Strawberry","DisplayCategory","FoodP"); +TweakItem("Base.SackProduce_Tomato","DisplayCategory","FoodP"); +TweakItem("Base.Salami","DisplayCategory","FoodP"); +TweakItem("Base.Sausage","DisplayCategory","FoodP"); +TweakItem("Base.Shrimp","DisplayCategory","FoodP"); +TweakItem("Base.ShrimpDumpling","DisplayCategory","FoodP"); +TweakItem("Base.ShrimpFried","DisplayCategory","FoodP"); +TweakItem("Base.ShrimpFriedCraft","DisplayCategory","FoodP"); +TweakItem("Base.Smore","DisplayCategory","FoodP"); +TweakItem("Base.Springroll","DisplayCategory","FoodP"); +TweakItem("Base.Squid","DisplayCategory","FoodP"); +TweakItem("Base.SquidCalamari","DisplayCategory","FoodP"); +TweakItem("Base.SushiEgg","DisplayCategory","FoodP"); +TweakItem("Base.SushiFish","DisplayCategory","FoodP"); +TweakItem("Base.Taco","DisplayCategory","FoodP"); +TweakItem("Base.TacoRecipe","DisplayCategory","FoodP"); +TweakItem("Base.TacoShell","DisplayCategory","FoodP"); +TweakItem("Base.TofuFried","DisplayCategory","FoodP"); +TweakItem("Base.Tortilla","DisplayCategory","FoodP"); +TweakItem("Base.WafflesRecipe","DisplayCategory","FoodP"); +TweakItem("Base.GranolaBar","DisplayCategory","FoodP"); +TweakItem("Base.Perogies","DisplayCategory","FoodP"); +TweakItem("Base.PotatoPancakes","DisplayCategory","FoodP"); +TweakItem("Base.Pretzel","DisplayCategory","FoodP"); +--FUEL +TweakItem("Base.PetrolCan","DisplayCategory","Fuel"); +--JUNK +TweakItem("Base.Baseball","DisplayCategory","Junk"); +TweakItem("Base.Basketball","DisplayCategory","Junk"); +TweakItem("Base.Bell","DisplayCategory","Junk"); +TweakItem("Base.Bricktoys","DisplayCategory","Junk"); +TweakItem("Base.Button","DisplayCategory","Junk"); +TweakItem("Base.CatToy","DisplayCategory","Junk"); +TweakItem("Base.ChessBlack","DisplayCategory","Junk"); +TweakItem("Base.ChessWhite","DisplayCategory","Junk"); +TweakItem("Base.Cologne","DisplayCategory","Junk"); +TweakItem("Base.Comb","DisplayCategory","Junk"); +TweakItem("Base.Corkscrew","DisplayCategory","Junk"); +TweakItem("Base.Crayons","DisplayCategory","Junk"); +TweakItem("Base.CreditCard","DisplayCategory","Junk"); +TweakItem("Base.Cube","DisplayCategory","Junk"); +TweakItem("Base.Dart","DisplayCategory","Junk"); +TweakItem("Base.DogChew","DisplayCategory","Junk"); +TweakItem("Base.Doll","DisplayCategory","Junk"); +TweakItem("Base.TinCanEmpty","DisplayCategory","Junk"); +TweakItem("Base.Football","DisplayCategory","Junk"); +TweakItem("Base.Football2","DisplayCategory","Junk"); +TweakItem("Base.Frame","DisplayCategory","Junk"); +TweakItem("Base.GolfBall","DisplayCategory","Junk"); +TweakItem("Base.KnittingNeedles","DisplayCategory","Junk"); +TweakItem("Base.Lamp","DisplayCategory","Junk"); +TweakItem("Base.Lipstick","DisplayCategory","Junk"); +TweakItem("Base.Male_Undies","DisplayCategory","Junk"); +TweakItem("Base.Mirror","DisplayCategory","Junk"); +TweakItem("Base.Money","DisplayCategory","Junk"); +TweakItem("Base.Perfume","DisplayCategory","Junk"); +TweakItem("Base.PoolBall","DisplayCategory","Junk"); +TweakItem("Base.PopEmpty","DisplayCategory","Junk"); +TweakItem("Base.Razor","DisplayCategory","Junk"); +TweakItem("Base.RubberBand","DisplayCategory","Junk"); +TweakItem("Base.Rubberducky","DisplayCategory","Junk"); +TweakItem("Base.Rubberducky2","DisplayCategory","Junk"); +TweakItem("Base.Spiffo","DisplayCategory","Junk"); +TweakItem("Base.Sponge","DisplayCategory","Junk"); +TweakItem("Base.TennisBall","DisplayCategory","Junk"); +TweakItem("Base.Toothbrush","DisplayCategory","Junk"); +TweakItem("Base.Toothpaste","DisplayCategory","Junk"); +TweakItem("Base.ToyBear","DisplayCategory","Junk"); +TweakItem("Base.ToyCar","DisplayCategory","Junk"); +TweakItem("Base.UnusableMetal","DisplayCategory","Junk"); +TweakItem("Base.Wallet","DisplayCategory","Junk"); +TweakItem("Base.Wallet2","DisplayCategory","Junk"); +TweakItem("Base.Wallet3","DisplayCategory","Junk"); +TweakItem("Base.Wallet4","DisplayCategory","Junk"); +TweakItem("Base.Yoyo","DisplayCategory","Junk"); +TweakItem("Base.BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("Base.Camera","DisplayCategory","Junk"); +TweakItem("Base.CameraDisposable","DisplayCategory","Junk"); +TweakItem("Base.CameraExpensive","DisplayCategory","Junk"); +TweakItem("Base.CameraFilm","DisplayCategory","Junk"); +TweakItem("Base.Chopsticks","DisplayCategory","Junk"); +TweakItem("Base.Cork","DisplayCategory","Junk"); +TweakItem("Base.Doodle","DisplayCategory","Junk"); +TweakItem("Base.FountainCup","DisplayCategory","Junk"); +TweakItem("Base.GlassTumbler","DisplayCategory","Junk"); +TweakItem("Base.GlassWine","DisplayCategory","Junk"); +TweakItem("Base.GrillBrush","DisplayCategory","Junk"); +TweakItem("Base.KatePic","DisplayCategory","Junk"); +TweakItem("Base.Leash","DisplayCategory","Junk"); +TweakItem("Base.MetalDrum","DisplayCategory","Junk"); +TweakItem("Base.OvenMitt","DisplayCategory","Junk"); +TweakItem("Base.PaperNapkins","DisplayCategory","Junk"); +TweakItem("Base.Pinecone","DisplayCategory","Junk"); +TweakItem("Base.PlasticCup","DisplayCategory","Junk"); +TweakItem("Base.PlasticTray","DisplayCategory","Junk"); +TweakItem("Base.Plate","DisplayCategory","Junk"); +TweakItem("Base.PlateBlue","DisplayCategory","Junk"); +TweakItem("Base.PlateFancy","DisplayCategory","Junk"); +TweakItem("Base.PlateOrange","DisplayCategory","Junk"); +TweakItem("Base.Pop2Empty","DisplayCategory","Junk"); +TweakItem("Base.Pop3Empty","DisplayCategory","Junk"); +TweakItem("Base.SoccerBall","DisplayCategory","Junk"); +TweakItem("Base.Spatula","DisplayCategory","Junk"); +TweakItem("Base.Spatula","DisplayCategory","Junk"); +TweakItem("Base.Spatula","DisplayCategory","Junk"); +TweakItem("Base.SpiffoBig","DisplayCategory","Junk"); +TweakItem("Base.Straw","DisplayCategory","Junk"); +TweakItem("Base.Tongs","DisplayCategory","Junk"); +TweakItem("Base.Tongs","DisplayCategory","Junk"); +TweakItem("Base.WaterDish","DisplayCategory","Junk"); +TweakItem("Base.CarvingFork","DisplayCategory","Junk"); +TweakItem("Base.GamePieceBlack","DisplayCategory","Junk"); +TweakItem("Base.GamePieceRed","DisplayCategory","Junk"); +TweakItem("Base.GamePieceWhite","DisplayCategory","Junk"); +TweakItem("Base.HolePuncher","DisplayCategory","Junk"); +TweakItem("Base.JacquesBeaver","DisplayCategory","Junk"); +TweakItem("Base.KitchenTongs","DisplayCategory","Junk"); +TweakItem("Base.MoleyMole","DisplayCategory","Junk"); +TweakItem("Base.PancakeHedgehog","DisplayCategory","Junk"); +TweakItem("Base.PokerChips","DisplayCategory","Junk"); +TweakItem("Base.Stapler","DisplayCategory","Junk"); +TweakItem("Base.Staples","DisplayCategory","Junk"); +TweakItem("Base.BackgammonBoard","DisplayCategory","Junk"); +TweakItem("Base.BorisBadger","DisplayCategory","Junk"); +TweakItem("Base.CheckerBoard","DisplayCategory","Junk"); +TweakItem("Base.CuttingBoardPlastic","DisplayCategory","Junk"); +TweakItem("Base.CuttingBoardWooden","DisplayCategory","Junk"); +TweakItem("Base.FluffyfootBunny","DisplayCategory","Junk"); +TweakItem("Base.FreddyFox","DisplayCategory","Junk"); +TweakItem("Base.FurbertSquirrel","DisplayCategory","Junk"); +--LITERATURE +TweakItem("Base.Book","DisplayCategory","LitE"); +TweakItem("Base.ComicBook","DisplayCategory","LitE"); +TweakItem("Base.HottieZ","DisplayCategory","LitE"); +TweakItem("Base.Magazine","DisplayCategory","LitE"); +TweakItem("Base.Newspaper","DisplayCategory","LitE"); +TweakItem("Base.TVMagazine","DisplayCategory","LitE"); +TweakItem("Base.MagazineCrossword1","DisplayCategory","LitE"); +TweakItem("Base.MagazineCrossword2","DisplayCategory","LitE"); +TweakItem("Base.MagazineCrossword3","DisplayCategory","LitE"); +TweakItem("Base.MagazineWordsearch1","DisplayCategory","LitE"); +TweakItem("Base.MagazineWordsearch2","DisplayCategory","LitE"); +TweakItem("Base.MagazineWordsearch3","DisplayCategory","LitE"); +TweakItem("Base.CookingMag1","DisplayCategory","LitR"); +TweakItem("Base.CookingMag2","DisplayCategory","LitR"); +TweakItem("Base.ElectronicsMag1","DisplayCategory","LitR"); +TweakItem("Base.ElectronicsMag2","DisplayCategory","LitR"); +TweakItem("Base.ElectronicsMag3","DisplayCategory","LitR"); +TweakItem("Base.ElectronicsMag4","DisplayCategory","LitR"); +TweakItem("Base.ElectronicsMag5","DisplayCategory","LitR"); +TweakItem("Base.EngineerMagazine1","DisplayCategory","LitR"); +TweakItem("Base.EngineerMagazine2","DisplayCategory","LitR"); +TweakItem("Base.FarmingMag1","DisplayCategory","LitR"); +TweakItem("Base.FishingMag1","DisplayCategory","LitR"); +TweakItem("Base.FishingMag2","DisplayCategory","LitR"); +TweakItem("Radio.RadioMag1","DisplayCategory","LitR"); +TweakItem("Radio.RadioMag2","DisplayCategory","LitR"); +TweakItem("Radio.RadioMag3","DisplayCategory","LitR"); +TweakItem("Base.HerbalistMag","DisplayCategory","LitR"); +TweakItem("Base.HuntingMag1","DisplayCategory","LitR"); +TweakItem("Base.HuntingMag2","DisplayCategory","LitR"); +TweakItem("Base.HuntingMag3","DisplayCategory","LitR"); +TweakItem("Base.MechanicMag1","DisplayCategory","LitR"); +TweakItem("Base.MechanicMag2","DisplayCategory","LitR"); +TweakItem("Base.MechanicMag3","DisplayCategory","LitR"); +TweakItem("Base.MetalworkMag1","DisplayCategory","LitR"); +TweakItem("Base.MetalworkMag2","DisplayCategory","LitR"); +TweakItem("Base.MetalworkMag3","DisplayCategory","LitR"); +TweakItem("Base.MetalworkMag4","DisplayCategory","LitR"); +TweakItem("Base.BookCarpentry1","DisplayCategory","LitS"); +TweakItem("Base.BookCarpentry2","DisplayCategory","LitS"); +TweakItem("Base.BookCarpentry3","DisplayCategory","LitS"); +TweakItem("Base.BookCarpentry4","DisplayCategory","LitS"); +TweakItem("Base.BookCarpentry5","DisplayCategory","LitS"); +TweakItem("Base.BookCooking1","DisplayCategory","LitS"); +TweakItem("Base.BookCooking2","DisplayCategory","LitS"); +TweakItem("Base.BookCooking3","DisplayCategory","LitS"); +TweakItem("Base.BookCooking4","DisplayCategory","LitS"); +TweakItem("Base.BookCooking5","DisplayCategory","LitS"); +TweakItem("Base.BookElectrician1","DisplayCategory","LitS"); +TweakItem("Base.BookElectrician2","DisplayCategory","LitS"); +TweakItem("Base.BookElectrician3","DisplayCategory","LitS"); +TweakItem("Base.BookElectrician4","DisplayCategory","LitS"); +TweakItem("Base.BookElectrician5","DisplayCategory","LitS"); +TweakItem("Base.BookFarming1","DisplayCategory","LitS"); +TweakItem("Base.BookFarming2","DisplayCategory","LitS"); +TweakItem("Base.BookFarming3","DisplayCategory","LitS"); +TweakItem("Base.BookFarming4","DisplayCategory","LitS"); +TweakItem("Base.BookFarming5","DisplayCategory","LitS"); +TweakItem("Base.BookFirstAid1","DisplayCategory","LitS"); +TweakItem("Base.BookFirstAid2","DisplayCategory","LitS"); +TweakItem("Base.BookFirstAid3","DisplayCategory","LitS"); +TweakItem("Base.BookFirstAid4","DisplayCategory","LitS"); +TweakItem("Base.BookFirstAid5","DisplayCategory","LitS"); +TweakItem("Base.BookFishing1","DisplayCategory","LitS"); +TweakItem("Base.BookFishing2","DisplayCategory","LitS"); +TweakItem("Base.BookFishing3","DisplayCategory","LitS"); +TweakItem("Base.BookFishing4","DisplayCategory","LitS"); +TweakItem("Base.BookFishing5","DisplayCategory","LitS"); +TweakItem("Base.BookForaging1","DisplayCategory","LitS"); +TweakItem("Base.BookForaging2","DisplayCategory","LitS"); +TweakItem("Base.BookForaging3","DisplayCategory","LitS"); +TweakItem("Base.BookForaging4","DisplayCategory","LitS"); +TweakItem("Base.BookForaging5","DisplayCategory","LitS"); +TweakItem("Base.BookMechanic1","DisplayCategory","LitS"); +TweakItem("Base.BookMechanic2","DisplayCategory","LitS"); +TweakItem("Base.BookMechanic3","DisplayCategory","LitS"); +TweakItem("Base.BookMechanic4","DisplayCategory","LitS"); +TweakItem("Base.BookMechanic5","DisplayCategory","LitS"); +TweakItem("Base.BookMetalWelding1","DisplayCategory","LitS"); +TweakItem("Base.BookMetalWelding2","DisplayCategory","LitS"); +TweakItem("Base.BookMetalWelding3","DisplayCategory","LitS"); +TweakItem("Base.BookMetalWelding4","DisplayCategory","LitS"); +TweakItem("Base.BookMetalWelding5","DisplayCategory","LitS"); +TweakItem("Base.BookTailoring1","DisplayCategory","LitS"); +TweakItem("Base.BookTailoring2","DisplayCategory","LitS"); +TweakItem("Base.BookTailoring3","DisplayCategory","LitS"); +TweakItem("Base.BookTailoring4","DisplayCategory","LitS"); +TweakItem("Base.BookTailoring5","DisplayCategory","LitS"); +TweakItem("Base.BookTrapping1","DisplayCategory","LitS"); +TweakItem("Base.BookTrapping2","DisplayCategory","LitS"); +TweakItem("Base.BookTrapping3","DisplayCategory","LitS"); +TweakItem("Base.BookTrapping4","DisplayCategory","LitS"); +TweakItem("Base.BookTrapping5","DisplayCategory","LitS"); +TweakItem("Base.SmithingMag1","DisplayCategory","LitS"); +TweakItem("Base.SmithingMag2","DisplayCategory","LitS"); +TweakItem("Base.SmithingMag3","DisplayCategory","LitS"); +TweakItem("Base.SmithingMag4","DisplayCategory","LitS"); +TweakItem("Base.BluePen","DisplayCategory","LitW"); +TweakItem("Base.Eraser","DisplayCategory","LitW"); +TweakItem("Base.Journal","DisplayCategory","LitW"); +TweakItem("Base.Notebook","DisplayCategory","LitW"); +TweakItem("Base.Pen","DisplayCategory","LitW"); +TweakItem("Base.Pencil","DisplayCategory","LitW"); +TweakItem("Base.Pepper","DisplayCategory","Cooking"); +TweakItem("Base.RedPen","DisplayCategory","LitW"); +TweakItem("Base.SheetPaper2","DisplayCategory","LitW"); +--MAPS +TweakItem("Base.MarchRidgeMap","DisplayCategory","Map"); +TweakItem("Base.MuldraughMap","DisplayCategory","Map"); +TweakItem("Base.RiversideMap","DisplayCategory","Map"); +TweakItem("Base.RosewoodMap","DisplayCategory","Map"); +TweakItem("Base.WestpointMap","DisplayCategory","Map"); +TweakItem("Base.Map","DisplayCategory","Map"); +--MECHANICS +TweakItem("Base.BigCarSeat1","DisplayCategory","Mechanics"); +TweakItem("Base.BigCarSeat2","DisplayCategory","Mechanics"); +TweakItem("Base.BigCarSeat3","DisplayCategory","Mechanics"); +TweakItem("Base.BigGasTank1","DisplayCategory","Mechanics"); +TweakItem("Base.BigGasTank2","DisplayCategory","Mechanics"); +TweakItem("Base.BigGasTank3","DisplayCategory","Mechanics"); +TweakItem("Base.BigTrunk1","DisplayCategory","Mechanics"); +TweakItem("Base.BigTrunk2","DisplayCategory","Mechanics"); +TweakItem("Base.BigTrunk3","DisplayCategory","Mechanics"); +TweakItem("Base.CarBattery1","DisplayCategory","Mechanics"); +TweakItem("Base.CarBattery2","DisplayCategory","Mechanics"); +TweakItem("Base.CarBattery3","DisplayCategory","Mechanics"); +TweakItem("Base.EngineDoor1","DisplayCategory","Mechanics"); +TweakItem("Base.EngineDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.EngineDoor3","DisplayCategory","Mechanics"); +TweakItem("Base.EngineParts","DisplayCategory","Mechanics"); +TweakItem("Base.FrontCarDoor1","DisplayCategory","Mechanics"); +TweakItem("Base.FrontCarDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.FrontCarDoor3","DisplayCategory","Mechanics"); +TweakItem("Base.FrontWindow1","DisplayCategory","Mechanics"); +TweakItem("Base.FrontWindow2","DisplayCategory","Mechanics"); +TweakItem("Base.FrontWindow3","DisplayCategory","Mechanics"); +TweakItem("Base.Generator","DisplayCategory","Mechanics"); +TweakItem("Base.GloveBox1","DisplayCategory","Mechanics"); +TweakItem("Base.GloveBox2","DisplayCategory","Mechanics"); +TweakItem("Base.GloveBox3","DisplayCategory","Mechanics"); +TweakItem("Base.ModernBrake1","DisplayCategory","Mechanics"); +TweakItem("Base.ModernBrake2","DisplayCategory","Mechanics"); +TweakItem("Base.ModernBrake3","DisplayCategory","Mechanics"); +TweakItem("Base.ModernCarMuffler1","DisplayCategory","Mechanics"); +TweakItem("Base.ModernCarMuffler2","DisplayCategory","Mechanics"); +TweakItem("Base.ModernCarMuffler3","DisplayCategory","Mechanics"); +TweakItem("Base.ModernSuspension1","DisplayCategory","Mechanics"); +TweakItem("Base.ModernSuspension2","DisplayCategory","Mechanics"); +TweakItem("Base.ModernSuspension3","DisplayCategory","Mechanics"); +TweakItem("Base.ModernTire1","DisplayCategory","Mechanics"); +TweakItem("Base.ModernTire2","DisplayCategory","Mechanics"); +TweakItem("Base.ModernTire3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalBrake1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalBrake2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalBrake3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalCarMuffler1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalCarMuffler2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalCarMuffler3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalCarSeat1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalCarSeat2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalCarSeat3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalGasTank1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalGasTank2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalGasTank3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalSuspension1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalSuspension2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalSuspension3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalTire1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalTire2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalTire3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalTrunk1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalTrunk2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalTrunk3","DisplayCategory","Mechanics"); +TweakItem("Base.OldBrake1","DisplayCategory","Mechanics"); +TweakItem("Base.OldBrake2","DisplayCategory","Mechanics"); +TweakItem("Base.OldBrake3","DisplayCategory","Mechanics"); +TweakItem("Base.OldCarMuffler1","DisplayCategory","Mechanics"); +TweakItem("Base.OldCarMuffler2","DisplayCategory","Mechanics"); +TweakItem("Base.OldCarMuffler3","DisplayCategory","Mechanics"); +TweakItem("Base.OldTire1","DisplayCategory","Mechanics"); +TweakItem("Base.OldTire2","DisplayCategory","Mechanics"); +TweakItem("Base.OldTire3","DisplayCategory","Mechanics"); +TweakItem("Base.RearCarDoor1","DisplayCategory","Mechanics"); +TweakItem("Base.RearCarDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.RearCarDoor3","DisplayCategory","Mechanics"); +TweakItem("Base.RearCarDoorDouble1","DisplayCategory","Mechanics"); +TweakItem("Base.RearCarDoorDouble2","DisplayCategory","Mechanics"); +TweakItem("Base.RearCarDoorDouble3","DisplayCategory","Mechanics"); +TweakItem("Base.RearWindow1","DisplayCategory","Mechanics"); +TweakItem("Base.RearWindow2","DisplayCategory","Mechanics"); +TweakItem("Base.RearWindow3","DisplayCategory","Mechanics"); +TweakItem("Base.RearWindshield1","DisplayCategory","Mechanics"); +TweakItem("Base.RearWindshield2","DisplayCategory","Mechanics"); +TweakItem("Base.RearWindshield3","DisplayCategory","Mechanics"); +TweakItem("Base.SmallGasTank1","DisplayCategory","Mechanics"); +TweakItem("Base.SmallGasTank2","DisplayCategory","Mechanics"); +TweakItem("Base.SmallGasTank3","DisplayCategory","Mechanics"); +TweakItem("Base.SmallTrunk1","DisplayCategory","Mechanics"); +TweakItem("Base.SmallTrunk2","DisplayCategory","Mechanics"); +TweakItem("Base.SmallTrunk3","DisplayCategory","Mechanics"); +TweakItem("Base.SportCarSeat1","DisplayCategory","Mechanics"); +TweakItem("Base.SportCarSeat2","DisplayCategory","Mechanics"); +TweakItem("Base.SportCarSeat3","DisplayCategory","Mechanics"); +TweakItem("Base.TrailerTrunk1","DisplayCategory","Mechanics"); +TweakItem("Base.TrailerTrunk2","DisplayCategory","Mechanics"); +TweakItem("Base.TrailerTrunk3","DisplayCategory","Mechanics"); +TweakItem("Base.TrunkDoor1","DisplayCategory","Mechanics"); +TweakItem("Base.TrunkDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.TrunkDoor3","DisplayCategory","Mechanics"); +TweakItem("Base.Windshield1","DisplayCategory","Mechanics"); +TweakItem("Base.Windshield2","DisplayCategory","Mechanics"); +TweakItem("Base.Windshield3","DisplayCategory","Mechanics"); +TweakItem("Base.VanSeatsTrunk2","DisplayCategory","Mechanics"); +--MEDIA +TweakItem("Base.Disc_Retail","DisplayCategory","MediaA"); +TweakItem("Base.Disc","DisplayCategory","MediaA"); +TweakItem("Base.VHS","DisplayCategory","MediaV"); +TweakItem("Base.VHS_Home","DisplayCategory","MediaV"); +TweakItem("Base.VHS_Retail","DisplayCategory","MediaV"); +--MEDICAL +TweakItem("Base.AlcoholBandage","DisplayCategory","Medical"); +TweakItem("Base.AlcoholedCottonBalls","DisplayCategory","Medical"); +TweakItem("Base.AlcoholRippedSheets","DisplayCategory","Medical"); +TweakItem("Base.AlcoholWipes","DisplayCategory","Medical"); +TweakItem("Base.Antibiotics","DisplayCategory","Medical"); +TweakItem("Base.Bandage","DisplayCategory","Medical"); +TweakItem("Base.BandageDirty","DisplayCategory","Medical"); +TweakItem("Base.Bandaid","DisplayCategory","Medical"); +TweakItem("Base.BlackSage","DisplayCategory","Medical"); +TweakItem("Base.Comfrey","DisplayCategory","Medical"); +TweakItem("Base.ComfreyCataplasm","DisplayCategory","Medical"); +TweakItem("Base.CommonMallow","DisplayCategory","Medical"); +TweakItem("Base.CottonBalls","DisplayCategory","Medical"); +TweakItem("Base.Disinfectant","DisplayCategory","Medical"); +TweakItem("Base.FirstAidKit","DisplayCategory","Medical"); +TweakItem("Base.Ginseng","DisplayCategory","Medical"); +TweakItem("Base.LemonGrass","DisplayCategory","Medical"); +TweakItem("Base.Pills","DisplayCategory","Medical"); +TweakItem("Base.PillsAntiDep","DisplayCategory","Medical"); +TweakItem("Base.PillsBeta","DisplayCategory","Medical"); +TweakItem("Base.PillsSleepingTablets","DisplayCategory","Medical"); +TweakItem("Base.PillsVitamins","DisplayCategory","Medical"); +TweakItem("Base.Plantain","DisplayCategory","Medical"); +TweakItem("Base.PlantainCataplasm","DisplayCategory","Medical"); +TweakItem("Base.Splint","DisplayCategory","Medical"); +TweakItem("Base.SutureNeedle","DisplayCategory","Medical"); +TweakItem("Base.SutureNeedleHolder","DisplayCategory","Medical"); +TweakItem("Base.Tissue","DisplayCategory","Medical"); +TweakItem("Base.ToiletPaper","DisplayCategory","Medical"); +TweakItem("Base.Tweezers","DisplayCategory","Medical"); +TweakItem("Base.WildGarlic","DisplayCategory","Medical"); +TweakItem("Base.WildGarlicCataplasm","DisplayCategory","Medical"); +--MISC +TweakItem("Base.BareHands","DisplayCategory","Misc"); +TweakItem("Base.Barricade","DisplayCategory","Misc"); +TweakItem("Base.CardDeck","DisplayCategory","Misc"); +TweakItem("Base.CarKey","DisplayCategory","Misc"); +TweakItem("Base.CombinationPadlock","DisplayCategory","Misc"); +TweakItem("Base.CorpseFemale","DisplayCategory","Misc"); +TweakItem("Base.CorpseMale","DisplayCategory","Misc"); +TweakItem("Base.Dice","DisplayCategory","Misc"); +TweakItem("Base.Door","DisplayCategory","Misc"); +TweakItem("Base.DoorFrame","DisplayCategory","Misc"); +TweakItem("Base.Key1","DisplayCategory","Misc"); +TweakItem("Base.Key2","DisplayCategory","Misc"); +TweakItem("Base.Key3","DisplayCategory","Misc"); +TweakItem("Base.Key4","DisplayCategory","Misc"); +TweakItem("Base.Key5","DisplayCategory","Misc"); +TweakItem("Base.KeyPadlock","DisplayCategory","Misc"); +TweakItem("Base.KeyRing","DisplayCategory","Misc"); +TweakItem("Base.Padlock","DisplayCategory","Misc"); +TweakItem("Base.Stairs","DisplayCategory","Misc"); +TweakItem("Base.Underwear1","DisplayCategory","Misc"); +TweakItem("Base.Underwear2","DisplayCategory","Misc"); +TweakItem("Base.WaterDrop","DisplayCategory","Misc"); +TweakItem("camping.Stone","DisplayCategory","Misc"); +TweakItem("Base.Mov_BlueComfyChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_BluePlasticChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_BlueRattanChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_BrownComfyChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_BrownLowTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_CardboardBox","DisplayCategory","Misc"); +TweakItem("Base.Mov_ChromeSink","DisplayCategory","Misc"); +TweakItem("Base.Mov_DarkBlueChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_DarkWoodenChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_DesktopComputer","DisplayCategory","Misc"); +TweakItem("Base.Mov_FancyBlackChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_FancyDarkTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_FancyLowTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_FancyTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_FancyToilet","DisplayCategory","Misc"); +TweakItem("Base.Mov_FancyWhiteChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_FitnessContraption","DisplayCategory","Misc"); +TweakItem("Base.Mov_FoldingChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_GreenChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_GreenComfyChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_GreenOven","DisplayCategory","Misc"); +TweakItem("Base.Mov_GreyChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_GreyComfyChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_GreyOven","DisplayCategory","Misc"); +TweakItem("Base.Mov_IndustrialSink","DisplayCategory","Misc"); +TweakItem("Base.Mov_Lamp1","DisplayCategory","Misc"); +TweakItem("Base.Mov_Lamp2","DisplayCategory","Misc"); +TweakItem("Base.Mov_Lamp3","DisplayCategory","Misc"); +TweakItem("Base.Mov_Lamp4","DisplayCategory","Misc"); +TweakItem("Base.Mov_Lamp5","DisplayCategory","Misc"); +TweakItem("Base.Mov_Lamp6","DisplayCategory","Misc"); +TweakItem("Base.Mov_LightRoundTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_LongTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_MannequinFemale","DisplayCategory","Misc"); +TweakItem("Base.Mov_MannequinMale","DisplayCategory","Misc"); +TweakItem("Base.Mov_MetalLocker","DisplayCategory","Misc"); +TweakItem("Base.Mov_MetalStool","DisplayCategory","Misc"); +TweakItem("Base.Mov_Microwave","DisplayCategory","Misc"); +TweakItem("Base.Mov_Microwave2","DisplayCategory","Misc"); +TweakItem("Base.Mov_MobileCounter","DisplayCategory","Misc"); +TweakItem("Base.Mov_ModernOven","DisplayCategory","Misc"); +TweakItem("Base.Mov_OakRoundTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_OfficeChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_OrangeFuton","DisplayCategory","Misc"); +TweakItem("Base.Mov_OrangeModernChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_PileOCrepeChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_PlasticChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_PlasticLowTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_PurpleRattanChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_PurpleWoodenChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_RedBBQ","DisplayCategory","Misc"); +TweakItem("Base.Mov_RedChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_RedOven","DisplayCategory","Misc"); +TweakItem("Base.Mov_RedWoodenChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_RoundTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_SmallTable","DisplayCategory","Misc"); +TweakItem("Base.Mov_Toaster","DisplayCategory","Misc"); +TweakItem("Base.Mov_WhiteComfyChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_WhiteSimpleChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_WhiteSink","DisplayCategory","Misc"); +TweakItem("Base.Mov_WhiteWoodenChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_WoodenChair","DisplayCategory","Misc"); +TweakItem("Base.Mov_WoodenStool","DisplayCategory","Misc"); +TweakItem("Base.Mov_YellowModernChair","DisplayCategory","Misc"); +TweakItem("Base.Moveable","DisplayCategory","Misc"); +--PAINT +TweakItem("Base.PaintBlack","DisplayCategory","Paint"); +TweakItem("Base.PaintBlue","DisplayCategory","Paint"); +TweakItem("Base.PaintBrown","DisplayCategory","Paint"); +TweakItem("Base.Paintbrush","DisplayCategory","Paint"); +TweakItem("Base.PaintCyan","DisplayCategory","Paint"); +TweakItem("Base.PaintGreen","DisplayCategory","Paint"); +TweakItem("Base.PaintGrey","DisplayCategory","Paint"); +TweakItem("Base.PaintLightBlue","DisplayCategory","Paint"); +TweakItem("Base.PaintLightBrown","DisplayCategory","Paint"); +TweakItem("Base.PaintOrange","DisplayCategory","Paint"); +TweakItem("Base.PaintPink","DisplayCategory","Paint"); +TweakItem("Base.PaintPurple","DisplayCategory","Paint"); +TweakItem("Base.PaintRed","DisplayCategory","Paint"); +TweakItem("Base.PaintTurquoise","DisplayCategory","Paint"); +TweakItem("Base.PaintWhite","DisplayCategory","Paint"); +TweakItem("Base.PaintYellow","DisplayCategory","Paint"); +--SURVIVAL +TweakItem("Base.PercedWood","DisplayCategory","SurCamp"); +TweakItem("Base.Twigs","DisplayCategory","SurCamp"); +TweakItem("camping.CampfireKit","DisplayCategory","SurCamp"); +TweakItem("camping.CampingTent","DisplayCategory","SurCamp"); +TweakItem("camping.CampingTentKit","DisplayCategory","SurCamp"); +TweakItem("camping.Flint","DisplayCategory","SurCamp"); +TweakItem("camping.SteelAndFlint","DisplayCategory","SurCamp"); +TweakItem("camping.SteelKnuckle","DisplayCategory","SurCamp"); +TweakItem("Base.UnusableWood","DisplayCategory","SurCamp"); +TweakItem("Base.Coal","DisplayCategory","SurCamp"); +TweakItem("Base.FireWoodKit","DisplayCategory","SurCamp"); +TweakItem("Base.CompostBag","DisplayCategory","SurFarm"); +TweakItem("Base.Dirtbag","DisplayCategory","SurFarm"); +TweakItem("Base.Fertilizer","DisplayCategory","SurFarm"); +TweakItem("Base.FertilizerEmpty","DisplayCategory","SurFarm"); +TweakItem("Base.SeedBag","DisplayCategory","SurFarm"); +TweakItem("farming.BroccoliBagSeed","DisplayCategory","SurFarm"); +TweakItem("farming.BroccoliSeed","DisplayCategory","SurFarm"); +TweakItem("farming.CabbageBagSeed","DisplayCategory","SurFarm"); +TweakItem("farming.CabbageSeed","DisplayCategory","SurFarm"); +TweakItem("farming.CarrotBagSeed","DisplayCategory","SurFarm"); +TweakItem("farming.CarrotSeed","DisplayCategory","SurFarm"); +TweakItem("farming.PotatoBagSeed","DisplayCategory","SurFarm"); +TweakItem("farming.PotatoSeed","DisplayCategory","SurFarm"); +TweakItem("farming.RedRadishBagSeed","DisplayCategory","SurFarm"); +TweakItem("farming.RedRadishSeed","DisplayCategory","SurFarm"); +TweakItem("farming.StrewberrieBagSeed","DisplayCategory","SurFarm"); +TweakItem("farming.StrewberrieSeed","DisplayCategory","SurFarm"); +TweakItem("farming.TomatoBagSeed","DisplayCategory","SurFarm"); +TweakItem("farming.TomatoSeed","DisplayCategory","SurFarm"); +TweakItem("Base.BaitFish","DisplayCategory","SurFish"); +TweakItem("Base.BrokenFishingNet","DisplayCategory","SurFish"); +TweakItem("Base.CraftedFishingRod","DisplayCategory","SurFish"); +TweakItem("Base.CraftedFishingRodTwineLine","DisplayCategory","SurFish"); +TweakItem("Base.FishingLine","DisplayCategory","SurFish"); +TweakItem("Base.FishingNet","DisplayCategory","SurFish"); +TweakItem("Base.FishingRod","DisplayCategory","SurFish"); +TweakItem("Base.FishingRodBreak","DisplayCategory","SurFish"); +TweakItem("Base.FishingRodTwineLine","DisplayCategory","SurFish"); +TweakItem("Base.FishingTackle","DisplayCategory","SurFish"); +TweakItem("Base.FishingTackle2","DisplayCategory","SurFish"); +TweakItem("Base.TrapBox","DisplayCategory","SurTrap"); +TweakItem("Base.TrapCage","DisplayCategory","SurTrap"); +TweakItem("Base.TrapCrate","DisplayCategory","SurTrap"); +TweakItem("Base.TrapMouse","DisplayCategory","SurTrap"); +TweakItem("Base.TrapSnare","DisplayCategory","SurTrap"); +TweakItem("Base.TrapStick","DisplayCategory","SurTrap"); +TweakItem("farming.BaconBits","DisplayCategory","SurTrap"); +--TOOLS +TweakItem("Base.BlowTorch","DisplayCategory","Tool"); +TweakItem("Base.Candle","DisplayCategory","Tool"); +TweakItem("Base.CandleLit","DisplayCategory","Tool"); +TweakItem("Base.CarBatteryCharger","DisplayCategory","Tool"); +TweakItem("Base.Crowbar","DisplayCategory","Tool"); +TweakItem("Base.Extinguisher","DisplayCategory","Tool"); +TweakItem("Base.GardenSaw","DisplayCategory","Tool"); +TweakItem("Base.Hammer","DisplayCategory","Tool"); +TweakItem("Base.HammerStone","DisplayCategory","Tool"); +TweakItem("Base.HandTorch","DisplayCategory","Tool"); +TweakItem("Base.Jack","DisplayCategory","Tool"); +TweakItem("Base.Lighter","DisplayCategory","Tool"); +TweakItem("Base.LugWrench","DisplayCategory","Tool"); +TweakItem("Base.Matches","DisplayCategory","Tool"); +TweakItem("Base.MortarPestle","DisplayCategory","Tool"); +TweakItem("Base.Needle","DisplayCategory","Tool"); +TweakItem("Base.Saw","DisplayCategory","Tool"); +TweakItem("Base.Scissors","DisplayCategory","Tool"); +TweakItem("Base.Screwdriver","DisplayCategory","Tool"); +TweakItem("Base.SheetRope","DisplayCategory","Tool"); +TweakItem("Base.Shovel","DisplayCategory","Tool"); +TweakItem("Base.Shovel2","DisplayCategory","Tool"); +TweakItem("Base.Sledgehammer","DisplayCategory","Tool"); +TweakItem("Base.Sledgehammer2","DisplayCategory","Tool"); +TweakItem("Base.Spanner","DisplayCategory","Tool"); +TweakItem("Base.TinOpener","DisplayCategory","Tool"); +TweakItem("Base.TirePump","DisplayCategory","Tool"); +TweakItem("Base.Torch","DisplayCategory","Tool"); +TweakItem("Base.Umbrella","DisplayCategory","Tool"); +TweakItem("Base.UmbrellaBlack","DisplayCategory","Tool"); +TweakItem("Base.UmbrellaBlue","DisplayCategory","Tool"); +TweakItem("Base.UmbrellaRed","DisplayCategory","Tool"); +TweakItem("Base.UmbrellaWhite","DisplayCategory","Tool"); +TweakItem("Base.WeldingMask","DisplayCategory","Tool"); +TweakItem("Base.Wrench","DisplayCategory","Tool"); +TweakItem("farming.GardeningSprayCigarettes","DisplayCategory","Tool"); +TweakItem("farming.GardeningSprayEmpty","DisplayCategory","Tool"); +TweakItem("farming.GardeningSprayFull","DisplayCategory","Tool"); +TweakItem("farming.GardeningSprayMilk","DisplayCategory","Tool"); +TweakItem("farming.HandShovel","DisplayCategory","Tool"); +TweakItem("farming.WateredCan","DisplayCategory","Tool"); +TweakItem("farming.WateredCanFull","DisplayCategory","Tool"); +TweakItem("Base.BallPeenHammer","DisplayCategory","Tool"); +TweakItem("Base.Bellows","DisplayCategory","Tool"); +--WEAPONS +TweakItem("Base.223Box","DisplayCategory","Ammo"); +TweakItem("Base.223Bullets","DisplayCategory","Ammo"); +TweakItem("Base.308Box","DisplayCategory","Ammo"); +TweakItem("Base.308Bullets","DisplayCategory","Ammo"); +TweakItem("Base.556Box","DisplayCategory","Ammo"); +TweakItem("Base.556Bullets","DisplayCategory","Ammo"); +TweakItem("Base.Bullets38","DisplayCategory","Ammo"); +TweakItem("Base.Bullets38Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets44","DisplayCategory","Ammo"); +TweakItem("Base.Bullets44Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets45","DisplayCategory","Ammo"); +TweakItem("Base.Bullets45Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets9mm","DisplayCategory","Ammo"); +TweakItem("Base.Bullets9mmBox","DisplayCategory","Ammo"); +TweakItem("Base.BulletsBox","DisplayCategory","Ammo"); +TweakItem("Base.ShotgunShells","DisplayCategory","Ammo"); +TweakItem("Base.ShotgunShellsBox","DisplayCategory","Ammo"); +TweakItem("Base.223Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.44Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.45Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.556Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.9mmClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.M14Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.Aerosolbomb","DisplayCategory","WepBomb"); +TweakItem("Base.AerosolbombRemote","DisplayCategory","WepBomb"); +TweakItem("Base.AerosolbombSensorV1","DisplayCategory","WepBomb"); +TweakItem("Base.AerosolbombSensorV2","DisplayCategory","WepBomb"); +TweakItem("Base.AerosolbombSensorV3","DisplayCategory","WepBomb"); +TweakItem("Base.AerosolbombTriggered","DisplayCategory","WepBomb"); +TweakItem("Base.FlameTrap","DisplayCategory","WepBomb"); +TweakItem("Base.FlameTrapRemote","DisplayCategory","WepBomb"); +TweakItem("Base.FlameTrapSensorV1","DisplayCategory","WepBomb"); +TweakItem("Base.FlameTrapSensorV2","DisplayCategory","WepBomb"); +TweakItem("Base.FlameTrapSensorV3","DisplayCategory","WepBomb"); +TweakItem("Base.FlameTrapTriggered","DisplayCategory","WepBomb"); +TweakItem("Base.Molotov","DisplayCategory","WepBomb"); +TweakItem("Base.PipeBomb","DisplayCategory","WepBomb"); +TweakItem("Base.PipeBombRemote","DisplayCategory","WepBomb"); +TweakItem("Base.PipeBombSensorV1","DisplayCategory","WepBomb"); +TweakItem("Base.PipeBombSensorV2","DisplayCategory","WepBomb"); +TweakItem("Base.PipeBombSensorV3","DisplayCategory","WepBomb"); +TweakItem("Base.PipeBombTriggered","DisplayCategory","WepBomb"); +TweakItem("Base.SmokeBomb","DisplayCategory","WepBomb"); +TweakItem("Base.SmokeBombRemote","DisplayCategory","WepBomb"); +TweakItem("Base.SmokeBombSensorV1","DisplayCategory","WepBomb"); +TweakItem("Base.SmokeBombSensorV2","DisplayCategory","WepBomb"); +TweakItem("Base.SmokeBombSensorV3","DisplayCategory","WepBomb"); +TweakItem("Base.SmokeBombTriggered","DisplayCategory","WepBomb"); +TweakItem("Base.AssaultRifle","DisplayCategory","WepFire"); +TweakItem("Base.AssaultRifle2","DisplayCategory","WepFire"); +TweakItem("Base.DoubleBarrelShotgun","DisplayCategory","WepFire"); +TweakItem("Base.HuntingRifle","DisplayCategory","WepFire"); +TweakItem("Base.Pistol","DisplayCategory","WepFire"); +TweakItem("Base.Pistol2","DisplayCategory","WepFire"); +TweakItem("Base.Pistol3","DisplayCategory","WepFire"); +TweakItem("Base.Revolver","DisplayCategory","WepFire"); +TweakItem("Base.Revolver_Long","DisplayCategory","WepFire"); +TweakItem("Base.Revolver_Short","DisplayCategory","WepFire"); +TweakItem("Base.Shotgun","DisplayCategory","WepFire"); +TweakItem("Base.ShotgunSawnoff","DisplayCategory","WepFire"); +TweakItem("Base.VarmintRifle","DisplayCategory","WepFire"); +TweakItem("Base.DoubleBarrelShotgunSawnoff","DisplayCategory","WepFire"); +TweakItem("Base.Axe","DisplayCategory","WepMelee"); +TweakItem("Base.AxeStone","DisplayCategory","WepMelee"); +TweakItem("Base.BadmintonRacket","DisplayCategory","WepMelee"); +TweakItem("Base.Banjo","DisplayCategory","WepMelee"); +TweakItem("Base.BarBell","DisplayCategory","WepMelee"); +TweakItem("Base.BaseballBat","DisplayCategory","WepMelee"); +TweakItem("Base.BaseballBatNails","DisplayCategory","WepMelee"); +TweakItem("Base.Bayonnet","DisplayCategory","WepMelee"); +TweakItem("Base.BreadKnife","DisplayCategory","WepMelee"); +TweakItem("Base.Broom","DisplayCategory","WepMelee"); +TweakItem("Base.ButterKnife","DisplayCategory","WepMelee"); +TweakItem("Base.CanoePadel","DisplayCategory","WepMelee"); +TweakItem("Base.CanoePadelX2","DisplayCategory","WepMelee"); +TweakItem("Base.Chainsaw","DisplayCategory","WepMelee"); +TweakItem("Base.ChairLeg","DisplayCategory","WepMelee"); +TweakItem("Base.ClosedUmbrellaBlack","DisplayCategory","WepMelee"); +TweakItem("Base.ClosedUmbrellaBlue","DisplayCategory","WepMelee"); +TweakItem("Base.ClosedUmbrellaRed","DisplayCategory","WepMelee"); +TweakItem("Base.ClosedUmbrellaWhite","DisplayCategory","WepMelee"); +TweakItem("Base.ClubHammer","DisplayCategory","WepMelee"); +TweakItem("Base.Drumstick","DisplayCategory","WepMelee"); +TweakItem("Base.DumbBell","DisplayCategory","WepMelee"); +TweakItem("Base.FlintKnife","DisplayCategory","WepMelee"); +TweakItem("Base.Flute","DisplayCategory","WepMelee"); +TweakItem("Base.Fork","DisplayCategory","WepMelee"); +TweakItem("Base.GardenFork","DisplayCategory","WepMelee"); +TweakItem("Base.GardenHoe","DisplayCategory","WepMelee"); +TweakItem("Base.Golfclub","DisplayCategory","WepMelee"); +TweakItem("Base.GuitarAcoustic","DisplayCategory","WepMelee"); +TweakItem("Base.GuitarElectricBassBlack","DisplayCategory","WepMelee"); +TweakItem("Base.GuitarElectricBassBlue","DisplayCategory","WepMelee"); +TweakItem("Base.GuitarElectricBassRed","DisplayCategory","WepMelee"); +TweakItem("Base.GuitarElectricBlack","DisplayCategory","WepMelee"); +TweakItem("Base.GuitarElectricBlue","DisplayCategory","WepMelee"); +TweakItem("Base.GuitarElectricRed","DisplayCategory","WepMelee"); +TweakItem("Base.HandAxe","DisplayCategory","WepMelee"); +TweakItem("Base.HandFork","DisplayCategory","WepMelee"); +TweakItem("Base.HandScythe","DisplayCategory","WepMelee"); +TweakItem("Base.HockeyStick","DisplayCategory","WepMelee"); +TweakItem("Base.HuntingKnife","DisplayCategory","WepMelee"); +TweakItem("Base.IceHockeyStick","DisplayCategory","WepMelee"); +TweakItem("Base.IcePick","DisplayCategory","WepMelee"); +TweakItem("Base.Katana","DisplayCategory","WepMelee"); +TweakItem("Base.Keytar","DisplayCategory","WepMelee"); +TweakItem("Base.KitchenKnife","DisplayCategory","WepMelee"); +TweakItem("Base.LaCrosseStick","DisplayCategory","WepMelee"); +TweakItem("Base.LeadPipe","DisplayCategory","WepMelee"); +TweakItem("Base.LeafRake","DisplayCategory","WepMelee"); +TweakItem("Base.LetterOpener","DisplayCategory","WepMelee"); +TweakItem("Base.Machete","DisplayCategory","WepMelee"); +TweakItem("Base.MeatCleaver","DisplayCategory","WepMelee"); +TweakItem("Base.Nightstick","DisplayCategory","WepMelee"); +TweakItem("Base.PickAxe","DisplayCategory","WepMelee"); +TweakItem("Base.PickAxeHandle","DisplayCategory","WepMelee"); +TweakItem("Base.PickAxeHandleSpiked","DisplayCategory","WepMelee"); +TweakItem("Base.Pipe","DisplayCategory","WepMelee"); +TweakItem("Base.PipeWrench","DisplayCategory","WepMelee"); +TweakItem("Base.PlankNail","DisplayCategory","WepMelee"); +TweakItem("Base.Plunger","DisplayCategory","WepMelee"); +TweakItem("Base.Poolcue","DisplayCategory","WepMelee"); +TweakItem("Base.Rake","DisplayCategory","WepMelee"); +TweakItem("Base.Saxophone","DisplayCategory","WepMelee"); +TweakItem("Base.Scalpel","DisplayCategory","WepMelee"); +TweakItem("Base.SmashedBottle","DisplayCategory","WepMelee"); +TweakItem("Base.SnowShovel","DisplayCategory","WepMelee"); +TweakItem("Base.SpearBreadKnife","DisplayCategory","WepMelee"); +TweakItem("Base.SpearButterKnife","DisplayCategory","WepMelee"); +TweakItem("Base.SpearCrafted","DisplayCategory","WepMelee"); +TweakItem("Base.SpearFork","DisplayCategory","WepMelee"); +TweakItem("Base.SpearHandFork","DisplayCategory","WepMelee"); +TweakItem("Base.SpearHuntingKnife","DisplayCategory","WepMelee"); +TweakItem("Base.SpearIcePick","DisplayCategory","WepMelee"); +TweakItem("Base.SpearKnife","DisplayCategory","WepMelee"); +TweakItem("Base.SpearLetterOpener","DisplayCategory","WepMelee"); +TweakItem("Base.SpearMachete","DisplayCategory","WepMelee"); +TweakItem("Base.SpearScalpel","DisplayCategory","WepMelee"); +TweakItem("Base.SpearScissors","DisplayCategory","WepMelee"); +TweakItem("Base.SpearScrewdriver","DisplayCategory","WepMelee"); +TweakItem("Base.SpearSpoon","DisplayCategory","WepMelee"); +TweakItem("Base.Spoon","DisplayCategory","WepMelee"); +TweakItem("Base.Stake","DisplayCategory","WepMelee"); +TweakItem("Base.TableLeg","DisplayCategory","WepMelee"); +TweakItem("Base.TennisRacket","DisplayCategory","WepMelee"); +TweakItem("Base.Trumpet","DisplayCategory","WepMelee"); +TweakItem("Base.Violin","DisplayCategory","WepMelee"); +TweakItem("Base.WoodAxe","DisplayCategory","WepMelee"); +TweakItem("Base.WoodenLance","DisplayCategory","WepMelee"); +TweakItem("Base.WoodenMallet","DisplayCategory","WepMelee"); +TweakItem("Base.AmmoStraps","DisplayCategory","WepPart"); +TweakItem("Base.ChokeTubeFull","DisplayCategory","WepPart"); +TweakItem("Base.ChokeTubeImproved","DisplayCategory","WepPart"); +TweakItem("Base.FiberglassStock","DisplayCategory","WepPart"); +TweakItem("Base.GunLight","DisplayCategory","WepPart"); +TweakItem("Base.IronSight","DisplayCategory","WepPart"); +TweakItem("Base.Laser","DisplayCategory","WepPart"); +TweakItem("Base.RecoilPad","DisplayCategory","WepPart"); +TweakItem("Base.RedDot","DisplayCategory","WepPart"); +TweakItem("Base.Sling","DisplayCategory","WepPart"); +TweakItem("Base.x2Scope","DisplayCategory","WepPart"); +TweakItem("Base.x4Scope","DisplayCategory","WepPart"); +TweakItem("Base.x8Scope","DisplayCategory","WepPart"); diff --git a/media/lua/client/Mod Support/AdditionalBooks2_Items.lua b/media/lua/client/Mod Support/AdditionalBooks2_Items.lua new file mode 100644 index 0000000..b584e43 --- /dev/null +++ b/media/lua/client/Mod Support/AdditionalBooks2_Items.lua @@ -0,0 +1,69 @@ +require("ItemTweaker_Copy_CC"); + +--ADDITIONALBOOKS2 +--Literature +TweakItem("AdditionalBooks2.BookAiming1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAiming2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAiming3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAiming4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAiming5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookReloading1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookReloading2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookReloading3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookReloading4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookReloading5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAxe1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAxe2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAxe3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAxe4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookAxe5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookBlunt1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookBlunt2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookBlunt3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookBlunt4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookBlunt5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlunt1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlunt2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlunt3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlunt4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlunt5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLongBlade1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLongBlade2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLongBlade3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLongBlade4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLongBlade5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlade1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlade2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlade3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlade4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSmallBlade5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSpear1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSpear2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSpear3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSpear4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSpear5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookMaintenance1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookMaintenance2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookMaintenance3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookMaintenance4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookMaintenance5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSprinting1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSprinting2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSprinting3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSprinting4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSprinting5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookNimble1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookNimble2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookNimble3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookNimble4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookNimble5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSneaking1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSneaking2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSneaking3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSneaking4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookSneaking5","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLightfooted1","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLightfooted2","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLightfooted3","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLightfooted4","DisplayCategory","LitS"); +TweakItem("AdditionalBooks2.BookLightfooted5","DisplayCategory","LitS"); diff --git a/media/lua/client/Mod Support/AllAmericanApocalypse_Items.lua b/media/lua/client/Mod Support/AllAmericanApocalypse_Items.lua new file mode 100644 index 0000000..1f72f2f --- /dev/null +++ b/media/lua/client/Mod Support/AllAmericanApocalypse_Items.lua @@ -0,0 +1,194 @@ +require("ItemTweaker_Copy_CC"); + +--AllAmericanApocolypse +TweakItem("TPaste.TPasteBSoda","DisplayCategory","Cooking"); +TweakItem("TPaste.TPasteBSodaEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAMeatGrinder","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinMix","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinMixEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAHomemadeGelatin","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAACreamOfTartar","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAAMilkPowder","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAACheesePowder","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAACheeseBlock","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAProcessedPackage","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAATomatoSlices","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAOnionSlices","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPickleSlices","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAADicedLettuce","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAJarOfPickles","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAAJarOfPicklesStore","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAABurgerBun","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABurgerBunPackage","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABurgerBunPan","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAABurgerBunPanPrepRaw","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAFrenchFrySlicer","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAASlicedPotato","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChiliCheeseFries","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABakedFries","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABreadingBowl","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAABreadingMix","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAADeadChicken","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChickenBreast","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAFriedChickenBreast","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChickenBreastStrips","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChickenTenders","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAVanillaExtract","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAAEggBeater","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAHomemadeIcecream","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAIcecreamMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAHeavyCreamPowder","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAJarOfHeavyCream","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAButterPot","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAHamCheeseSandwich","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGrilledHamCheese","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAHotDogPrep","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAChiliDog","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChiliDogPrep","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAHotDogBunPan","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAIntestines","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAHotDogCasings","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAHotDogBunPackage","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAHotDogBun","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPackOfHotDogs","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAHotDogLink","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAADillRelish","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAADillRelishStore","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAACheeseGrater","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAADicedOnion","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAShreddedCheese","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAHotDogBunPanPrepRaw","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAToastSlices","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastButterSlices","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABoiledEgg","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAFriedEgg","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAJarOfMilk","DisplayCategory","FoodB"); +TweakItem("AAApoc.AAAPlainMilkshake","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPlainMilkshakeMugRed","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPlainMilkshakeMugWhite","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPlainMilkshakeMugSpiffo","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshake","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshakeMugRed","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshakeMugWhite","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshakeMugSpiffo","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshake","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshakeMugRed","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshakeMugWhite","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshakeMugSpiffo","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPlainMilkshakeMugBlueMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPlainMilkshakeMugRedMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPlainMilkshakeMugWhiteMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPlainMilkshakeMugSpiffoMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshakeMugBlueMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshakeMugRedMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshakeMugWhiteMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAChocoMilkshakeMugSpiffoMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshakeMugBlueMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshakeMugRedMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshakeMugWhiteMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABerryMilkshakeMugSpiffoMelted","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAACreamOfTartarEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAMilkPowderEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAEmptyJar","DisplayCategory","Container"); +TweakItem("AAApoc.AAAHeavyCreamPowderEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAJarOfPicklesEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAABreadingMixEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAVanillaExtractEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAJarOfCherriesEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAWhippedCreamEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAJarOfGJellyEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAJarOfAJellyEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAACoffeeCreamerEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAACookieDoughEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAEmptyMacBox","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxCherryEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxOrangeEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxLemonEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxAppleEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxBerryEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxGrapeEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxPineappleEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxChocolateEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxVanillaEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAGelatinBoxBananaEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAFoodDyesEmpty","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAWaffleIron","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAPancakeMixHMade","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAJarOfCherries","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAWhippedCreamStore","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAWhippedCreamHMade","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAJarOfGJellyStore","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAAJarOfAJellyStore","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAACorndogStick","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAACornbreadPrep","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAACorndogPrep","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAACorndogRaw","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAACWSandwich","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPBJSandwich","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAPBMarmSandwich","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABLTSandwich","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAABananaSplit","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAACoffeeCreamerStore","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAACoffeeCreamerHMade","DisplayCategory","FoodN"); +TweakItem("AAApoc.AAACookieDoughStore","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAACookieDoughHMade","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAACookiePan","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAMeatloafSauce","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAMeatloaf","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAMeatloafCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAMeatloafSlice","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAMeatloafSandwich","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAACheeseWheelChdr","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAABowlMacCheese","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAEmptyIceTray","DisplayCategory","Container"); +TweakItem("AAApoc.AAAFullIceTrayWater","DisplayCategory","FoodB"); +TweakItem("AAApoc.AAAFullIceTrayIce","DisplayCategory","FoodB"); +TweakItem("AAApoc.AAAIceCube","DisplayCategory","FoodB"); +TweakItem("AAApoc.AAAIceCubeMelted","DisplayCategory","FoodB"); +TweakItem("AAApoc.AAAPlasticIceBag","DisplayCategory","FoodB"); +TweakItem("AAApoc.AAAGelatinBoxCherry","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxOrange","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxLemon","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxApple","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxBerry","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxGrape","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxPineapple","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepCherry","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepOrange","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepLemon","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepApple","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepBerry","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepGrape","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepPineapple","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepCherryCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinPrepOrangeCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinPrepLemonCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinPrepAppleCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinPrepBerryCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinPrepGrapeCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinPrepPineappleCooked","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinCherryBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinOrangeBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinLemonBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinAppleBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinBerryBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinGrapeBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinPineappleBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinBoxChocolate","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxVanilla","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinBoxBanana","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepChocolate","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepVanilla","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinPrepBanana","DisplayCategory","Cooking"); +TweakItem("AAApoc.AAAGelatinChocolateBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinVanillaBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAGelatinBananaBowl","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAFoodDyes","DisplayCategory","Junk"); +TweakItem("AAApoc.AAAToastAJelly","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastGJelly","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastButterGJelly","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastButterAJelly","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastFJam","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastMarmalade","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastButterFJam","DisplayCategory","FoodP"); +TweakItem("AAApoc.AAAToastButterMarmalade","DisplayCategory","FoodP"); diff --git a/media/lua/client/Mod Support/AllSkillBooks_Items.lua b/media/lua/client/Mod Support/AllSkillBooks_Items.lua new file mode 100644 index 0000000..708b271 --- /dev/null +++ b/media/lua/client/Mod Support/AllSkillBooks_Items.lua @@ -0,0 +1,78 @@ +require("ItemTweaker_Copy_CC"); + +--AllSkillBooks +TweakItem("AllSkillBooks.BookFitness1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookFitness2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookFitness3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookFitness4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookFitness5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookStrength1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookStrength2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookStrength3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookStrength4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookStrength5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSprinting1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSprinting2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSprinting3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSprinting4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSprinting5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLightfooted1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLightfooted2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLightfooted3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLightfooted4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLightfooted5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookNimble1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookNimble2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookNimble3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookNimble4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookNimble5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSneaking1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSneaking2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSneaking3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSneaking4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSneaking5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAxe1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAxe2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAxe3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAxe4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAxe5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookBlunt1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookBlunt2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookBlunt3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookBlunt4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookBlunt5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlunt1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlunt2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlunt3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlunt4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlunt5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLongBlade1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLongBlade2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLongBlade3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLongBlade4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookLongBlade5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlade1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlade2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlade3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlade4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSmallBlade5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSpear1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSpear2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSpear3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSpear4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookSpear5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookMaintenance1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookMaintenance2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookMaintenance3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookMaintenance4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookMaintenance5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAiming1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAiming2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAiming3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAiming4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookAiming5","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookReloading1","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookReloading2","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookReloading3","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookReloading4","DisplayCategory","LitS"); +TweakItem("AllSkillBooks.BookReloading5","DisplayCategory","LitS"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/Ammocraft_Items.lua b/media/lua/client/Mod Support/Ammocraft_Items.lua new file mode 100644 index 0000000..183409b --- /dev/null +++ b/media/lua/client/Mod Support/Ammocraft_Items.lua @@ -0,0 +1,83 @@ +require("ItemTweaker_Copy_CC"); + +--AMMOCRAFT +--Crafting Ammo +TweakItem("Base.Bullets9mm_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets45_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets44_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets38_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.308Bullets_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.223Bullets_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.556Bullets_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.ShotgunShells_casingbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets9mm_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets45_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets44_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets38_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.308Bullets_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.223Bullets_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.556Bullets_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.ShotgunShells_tipbox","DisplayCategory","CraftAmmo"); +TweakItem("Base.SP_Primers_box","DisplayCategory","CraftAmmo"); +TweakItem("Base.LP_Primers_box","DisplayCategory","CraftAmmo"); +TweakItem("Base.R_Primers_box","DisplayCategory","CraftAmmo"); +TweakItem("Base.SG_Primers_box","DisplayCategory","CraftAmmo"); +TweakItem("Base.GunpowderJar","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets9mm_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets9mm_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets9mm_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets9mm_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets45_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets45_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets45_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets45_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets44_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets44_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets44_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets44_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets38_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets38_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets38_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.Bullets38_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.308Bullets_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.308Bullets_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.308Bullets_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.308Bullets_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.223Bullets_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.223Bullets_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.223Bullets_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.223Bullets_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.556Bullets_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.556Bullets_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.556Bullets_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.556Bullets_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.ShotgunShells_casing","DisplayCategory","CraftAmmo"); +TweakItem("Base.ShotgunShells_casing_spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.ShotgunShells_casing_spent_noprimer","DisplayCategory","CraftAmmo"); +TweakItem("Base.ShotgunShells_tip","DisplayCategory","CraftAmmo"); +TweakItem("Base.SP_Primers","DisplayCategory","CraftAmmo"); +TweakItem("Base.LP_Primers","DisplayCategory","CraftAmmo"); +TweakItem("Base.R_Primers","DisplayCategory","CraftAmmo"); +TweakItem("Base.SG_Primers","DisplayCategory","CraftAmmo"); +TweakItem("Base.SP_Primers_Spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.LP_Primers_Spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.R_Primers_Spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.SG_Primers_Spent","DisplayCategory","CraftAmmo"); +TweakItem("Base.45BulletsMold","DisplayCategory","CraftAmmo"); +TweakItem("Base.44BulletsMold","DisplayCategory","CraftAmmo"); +TweakItem("Base.38BulletsMold","DisplayCategory","CraftAmmo"); +TweakItem("Base.556BulletsMold","DisplayCategory","CraftAmmo"); +TweakItem("Base.Lead","DisplayCategory","CraftAmmo"); +TweakItem("Base.Saltpeter","DisplayCategory","CraftAmmo"); +TweakItem("Base.Sulfur","DisplayCategory","CraftAmmo"); +--Litature +TweakItem("Base.GunnutMonthly1","DisplayCategory","LitR"); +TweakItem("Base.GunnutMonthly2","DisplayCategory","LitR"); +TweakItem("Base.GunnutMonthly3","DisplayCategory","LitR"); +TweakItem("Base.GunnutMonthly4","DisplayCategory","LitR"); +TweakItem("Base.GunnutMonthly5","DisplayCategory","LitR"); +TweakItem("Base.GunnutMonthly6","DisplayCategory","LitR"); +TweakItem("Base.GunnutBible","DisplayCategory","LitR"); +--Tool +TweakItem("Base.Reloadingpress","DisplayCategory","Tool"); +TweakItem("Base.Pliers","DisplayCategory","Tool"); diff --git a/media/lua/client/Mod Support/Arsenal-Brita_Items.lua b/media/lua/client/Mod Support/Arsenal-Brita_Items.lua new file mode 100644 index 0000000..4c6a148 --- /dev/null +++ b/media/lua/client/Mod Support/Arsenal-Brita_Items.lua @@ -0,0 +1,1019 @@ +require("ItemTweaker_Copy_CC"); + +--ARSENAL +TweakItem("Base.AmmoCan30_22","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_57","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_380","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_9","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_38","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_357","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_45","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_45LC","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_44","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_4570","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_50MAG","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan30_MIX","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_EMPTY","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_223","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_556","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_545x39","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_762x39","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_308","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_762x51","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_762x54r","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_3006","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_50","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_410","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_20","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_12","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_10","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_4","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_MIX","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_SHOT","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_HE","DisplayCategory","Ammo"); +TweakItem("Base.AmmoCan50_INC","DisplayCategory","Ammo"); +TweakItem("Base.PolyCan_Red_SPASClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Red_12gDrum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Red_38Speed","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Red_44Speed","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_9mmClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_9mmExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_9mmDrum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_45DSClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_45DSExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_45Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_45Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Blue_45ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Brown_556Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Brown_556Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Brown_AKClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Brown_762Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Brown_545StdClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Brown_545Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_308StdClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_308ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_BMG","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_K11","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_SVDClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_M1Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_SKSClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.PolyCan_Beige_1903Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.9mmClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.45Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.44Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.223Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.556Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.BB177","DisplayCategory","Ammo"); +TweakItem("Base.BB177Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets22","DisplayCategory","Ammo"); +TweakItem("Base.Bullets22Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets57","DisplayCategory","Ammo"); +TweakItem("Base.Bullets57Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets380","DisplayCategory","Ammo"); +TweakItem("Base.Bullets380Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets9mm","DisplayCategory","Ammo"); +TweakItem("Base.Bullets9mmBox","DisplayCategory","Ammo"); +TweakItem("Base.Bullets38","DisplayCategory","Ammo"); +TweakItem("Base.Bullets38Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets357","DisplayCategory","Ammo"); +TweakItem("Base.Bullets357Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets45","DisplayCategory","Ammo"); +TweakItem("Base.Bullets45Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets45LC","DisplayCategory","Ammo"); +TweakItem("Base.Bullets45LCBox","DisplayCategory","Ammo"); +TweakItem("Base.Bullets44","DisplayCategory","Ammo"); +TweakItem("Base.Bullets44Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets4570","DisplayCategory","Ammo"); +TweakItem("Base.Bullets4570Box","DisplayCategory","Ammo"); +TweakItem("Base.Bullets50MAG","DisplayCategory","Ammo"); +TweakItem("Base.Bullets50MAGBox","DisplayCategory","Ammo"); +TweakItem("Base.410gShotgunShells","DisplayCategory","Ammo"); +TweakItem("Base.410gShotgunShellsBox","DisplayCategory","Ammo"); +TweakItem("Base.20gShotgunShells","DisplayCategory","Ammo"); +TweakItem("Base.20gShotgunShellsBox","DisplayCategory","Ammo"); +TweakItem("Base.ShotgunShells","DisplayCategory","Ammo"); +TweakItem("Base.ShotgunShellsBox","DisplayCategory","Ammo"); +TweakItem("Base.10gShotgunShells","DisplayCategory","Ammo"); +TweakItem("Base.10gShotgunShellsBox","DisplayCategory","Ammo"); +TweakItem("Base.4gShotgunShells","DisplayCategory","Ammo"); +TweakItem("Base.4gShotgunShellsBox","DisplayCategory","Ammo"); +TweakItem("Base.223Bullets","DisplayCategory","Ammo"); +TweakItem("Base.223Box","DisplayCategory","Ammo"); +TweakItem("Base.556Bullets","DisplayCategory","Ammo"); +TweakItem("Base.556Box","DisplayCategory","Ammo"); +TweakItem("Base.545x39Bullets","DisplayCategory","Ammo"); +TweakItem("Base.545x39Box","DisplayCategory","Ammo"); +TweakItem("Base.762x39Bullets","DisplayCategory","Ammo"); +TweakItem("Base.762x39Box","DisplayCategory","Ammo"); +TweakItem("Base.308Bullets","DisplayCategory","Ammo"); +TweakItem("Base.308Box","DisplayCategory","Ammo"); +TweakItem("Base.762x51Bullets","DisplayCategory","Ammo"); +TweakItem("Base.762x51Box","DisplayCategory","Ammo"); +TweakItem("Base.762x54rBullets","DisplayCategory","Ammo"); +TweakItem("Base.762x54rBox","DisplayCategory","Ammo"); +TweakItem("Base.3006Bullets","DisplayCategory","Ammo"); +TweakItem("Base.3006Box","DisplayCategory","Ammo"); +TweakItem("Base.50BMGBullets","DisplayCategory","Ammo"); +TweakItem("Base.50BMGBox","DisplayCategory","Ammo"); +TweakItem("Base.40HERound","DisplayCategory","Ammo"); +TweakItem("Base.40INCRound","DisplayCategory","Ammo"); +TweakItem("Base.HERocket","DisplayCategory","Ammo"); +TweakItem("Base.FlameFuel","DisplayCategory","Ammo"); +TweakItem("Base.WaterAmmo","DisplayCategory","Ammo"); +TweakItem("Base.CCW_Purse","DisplayCategory","Container"); +TweakItem("Base.CCW_FannyPack","DisplayCategory","Container"); +TweakItem("Base.Case_Small1","DisplayCategory","Container"); +TweakItem("Base.Case_Small2","DisplayCategory","Container"); +TweakItem("Base.Case_Small3","DisplayCategory","Container"); +TweakItem("Base.Case_Small4","DisplayCategory","Container"); +TweakItem("Base.Case_Small5","DisplayCategory","Container"); +TweakItem("Base.Case_Small6","DisplayCategory","Container"); +TweakItem("Base.Case_Small7","DisplayCategory","Container"); +TweakItem("Base.Case_Medium1","DisplayCategory","Container"); +TweakItem("Base.Case_Medium2","DisplayCategory","Container"); +TweakItem("Base.Case_Medium3","DisplayCategory","Container"); +TweakItem("Base.Case_Medium4","DisplayCategory","Container"); +TweakItem("Base.Case_Medium5","DisplayCategory","Container"); +TweakItem("Base.Case_Medium6","DisplayCategory","Container"); +TweakItem("Base.Case_Large1","DisplayCategory","Container"); +TweakItem("Base.Case_Large2","DisplayCategory","Container"); +TweakItem("Base.Case_Large3","DisplayCategory","Container"); +TweakItem("Base.Case_Large4","DisplayCategory","Container"); +TweakItem("Base.Case_Large5","DisplayCategory","Container"); +TweakItem("Base.Case_Large6","DisplayCategory","Container"); +TweakItem("Base.Case_Large7","DisplayCategory","Container"); +TweakItem("Base.Case_Cute","DisplayCategory","Container"); +TweakItem("Base.Case_Heavy1","DisplayCategory","Container"); +TweakItem("Base.Case_Heavy2","DisplayCategory","Container"); +TweakItem("Base.Case_Heavy3","DisplayCategory","Container"); +TweakItem("Base.Case_Heavy4","DisplayCategory","Container"); +TweakItem("Base.Bag_Police","DisplayCategory","Container"); +TweakItem("Base.Bag_Bugout","DisplayCategory","Container"); +TweakItem("Base.AMT1911","DisplayCategory","WepFire"); +TweakItem("Base.AMT1911_Long","DisplayCategory","WepFire"); +TweakItem("Base.M1911_Carbine","DisplayCategory","WepFire"); +TweakItem("Base.Colt1911","DisplayCategory","WepFire"); +TweakItem("Base.Colt_Kimber","DisplayCategory","WepFire"); +TweakItem("Base.Colt_Commander","DisplayCategory","WepFire"); +TweakItem("Base.PARA1911","DisplayCategory","WepFire"); +TweakItem("Base.Ruger_1022","DisplayCategory","WepFire"); +TweakItem("Base.Marlin_M70","DisplayCategory","WepFire"); +TweakItem("Base.Cricket_22","DisplayCategory","WepFire"); +TweakItem("Base.AR7","DisplayCategory","WepFire"); +TweakItem("Base.AR7_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Ruger_MK4","DisplayCategory","WepFire"); +TweakItem("Base.Buckmark","DisplayCategory","WepFire"); +TweakItem("Base.Buckmark_Long","DisplayCategory","WepFire"); +TweakItem("Base.Buckmark_Carbine","DisplayCategory","WepFire"); +TweakItem("Base.CP33","DisplayCategory","WepFire"); +TweakItem("Base.American180","DisplayCategory","WepFire"); +TweakItem("Base.ZIP22","DisplayCategory","WepFire"); +TweakItem("Base.KG9","DisplayCategory","WepFire"); +TweakItem("Base.Thompson","DisplayCategory","WepFire"); +TweakItem("Base.Thompson_1928","DisplayCategory","WepFire"); +TweakItem("Base.M2Hyde","DisplayCategory","WepFire"); +TweakItem("Base.Model50","DisplayCategory","WepFire"); +TweakItem("Base.Model55_Stock","DisplayCategory","WepFire"); +TweakItem("Base.Model55_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Calico_M900_Stock","DisplayCategory","WepFire"); +TweakItem("Base.Calico_M900_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Calico_M950_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.Calico_22LR","DisplayCategory","WepFire"); +TweakItem("Base.GP100_2","DisplayCategory","WepFire"); +TweakItem("Base.GP100_2_357","DisplayCategory","WepFire"); +TweakItem("Base.GP100_4","DisplayCategory","WepFire"); +TweakItem("Base.GP100_4_357","DisplayCategory","WepFire"); +TweakItem("Base.GP100_6","DisplayCategory","WepFire"); +TweakItem("Base.GP100_6_357","DisplayCategory","WepFire"); +TweakItem("Base.K6S","DisplayCategory","WepFire"); +TweakItem("Base.K6S_357","DisplayCategory","WepFire"); +TweakItem("Base.Marlin_1894","DisplayCategory","WepFire"); +TweakItem("Base.Marlin_1894_357","DisplayCategory","WepFire"); +TweakItem("Base.TAC15","DisplayCategory","WepFire"); +TweakItem("Base.M29_44","DisplayCategory","WepFire"); +TweakItem("Base.M29_44Carbine","DisplayCategory","WepFire"); +TweakItem("Base.Automag","DisplayCategory","WepFire"); +TweakItem("Base.DEagle","DisplayCategory","WepFire"); +TweakItem("Base.MP7","DisplayCategory","WepFire"); +TweakItem("Base.MP7_Stock","DisplayCategory","WepFire"); +TweakItem("Base.Jatimatic","DisplayCategory","WepFire"); +TweakItem("Base.Jatimatic_Stock","DisplayCategory","WepFire"); +TweakItem("Base.Sten","DisplayCategory","WepFire"); +TweakItem("Base.Sten_MK2","DisplayCategory","WepFire"); +TweakItem("Base.Sten_MK2SD","DisplayCategory","WepFire"); +TweakItem("Base.BOAR","DisplayCategory","WepFire"); +TweakItem("Base.EDM96","DisplayCategory","WepFire"); +TweakItem("Base.EDM96_Fold","DisplayCategory","WepFire"); +TweakItem("Base.M82","DisplayCategory","WepFire"); +TweakItem("Base.BFG50","DisplayCategory","WepFire"); +TweakItem("Base.Harris50","DisplayCategory","WepFire"); +TweakItem("Base.TAC50","DisplayCategory","WepFire"); +TweakItem("Base.FN_57","DisplayCategory","WepFire"); +TweakItem("Base.FN_57_MK2","DisplayCategory","WepFire"); +TweakItem("Base.FN_P90","DisplayCategory","WepFire"); +TweakItem("Base.FN_PS90","DisplayCategory","WepFire"); +TweakItem("Base.AK74","DisplayCategory","WepFire"); +TweakItem("Base.AK74_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AKS74","DisplayCategory","WepFire"); +TweakItem("Base.AKS74_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AKS74_Fold","DisplayCategory","WepFire"); +TweakItem("Base.AKS74_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AKS74U","DisplayCategory","WepFire"); +TweakItem("Base.AKS74U_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AKS74U_Fold","DisplayCategory","WepFire"); +TweakItem("Base.AKS74U_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AK12","DisplayCategory","WepFire"); +TweakItem("Base.AK12_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AK12_Fold","DisplayCategory","WepFire"); +TweakItem("Base.AK12_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AK74_Alpha","DisplayCategory","WepFire"); +TweakItem("Base.AK74_Alpha_Fold","DisplayCategory","WepFire"); +TweakItem("Base.RPK74","DisplayCategory","WepFire"); +TweakItem("Base.AK47","DisplayCategory","WepFire"); +TweakItem("Base.AK47_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AKM","DisplayCategory","WepFire"); +TweakItem("Base.AKM_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AK103","DisplayCategory","WepFire"); +TweakItem("Base.AK103_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M85_Stock","DisplayCategory","WepFire"); +TweakItem("Base.M85_Stock_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M85_Fold","DisplayCategory","WepFire"); +TweakItem("Base.M85_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MD65_Stock","DisplayCategory","WepFire"); +TweakItem("Base.MD65_Stock_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MD65_Fold","DisplayCategory","WepFire"); +TweakItem("Base.MD65_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AKMS_Stock","DisplayCategory","WepFire"); +TweakItem("Base.AKMS_Stock_Melee","DisplayCategory","WepFire"); +TweakItem("Base.AKMS_Fold","DisplayCategory","WepFire"); +TweakItem("Base.AKMS_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Type38","DisplayCategory","WepFire"); +TweakItem("Base.Type38_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Type99","DisplayCategory","WepFire"); +TweakItem("Base.Type99_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M723","DisplayCategory","WepFire"); +TweakItem("Base.M723_HE","DisplayCategory","WepFire"); +TweakItem("Base.M723_INC","DisplayCategory","WepFire"); +TweakItem("Base.M723_Melee","DisplayCategory","WepFire"); +TweakItem("Base.XM117","DisplayCategory","WepFire"); +TweakItem("Base.XM117_HE","DisplayCategory","WepFire"); +TweakItem("Base.XM117_INC","DisplayCategory","WepFire"); +TweakItem("Base.XM117_Melee","DisplayCategory","WepFire"); +TweakItem("Base.H416","DisplayCategory","WepFire"); +TweakItem("Base.H416_Melee","DisplayCategory","WepFire"); +TweakItem("Base.H416_HE","DisplayCategory","WepFire"); +TweakItem("Base.H416_INC","DisplayCategory","WepFire"); +TweakItem("Base.AR18","DisplayCategory","WepFire"); +TweakItem("Base.AR18_Fold","DisplayCategory","WepFire"); +TweakItem("Base.LVOA_C","DisplayCategory","WepFire"); +TweakItem("Base.LVOA_C_Melee","DisplayCategory","WepFire"); +TweakItem("Base.LVOA_C_HE","DisplayCategory","WepFire"); +TweakItem("Base.LVOA_C_INC","DisplayCategory","WepFire"); +TweakItem("Base.ADAR","DisplayCategory","WepFire"); +TweakItem("Base.ADAR_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MK47","DisplayCategory","WepFire"); +TweakItem("Base.AUG9","DisplayCategory","WepFire"); +TweakItem("Base.AUG","DisplayCategory","WepFire"); +TweakItem("Base.BT380_Stock","DisplayCategory","WepFire"); +TweakItem("Base.BT380_Fold","DisplayCategory","WepFire"); +TweakItem("Base.BT9_Stock","DisplayCategory","WepFire"); +TweakItem("Base.BT9_Fold","DisplayCategory","WepFire"); +TweakItem("Base.BAR","DisplayCategory","WepFire"); +TweakItem("Base.BAR_Monitor","DisplayCategory","WepFire"); +TweakItem("Base.B93R","DisplayCategory","WepFire"); +TweakItem("Base.M9","DisplayCategory","WepFire"); +TweakItem("Base.M9A3","DisplayCategory","WepFire"); +TweakItem("Base.Sako85","DisplayCategory","WepFire"); +TweakItem("Base.Savage12","DisplayCategory","WepFire"); +TweakItem("Base.L96","DisplayCategory","WepFire"); +TweakItem("Base.F2000","DisplayCategory","WepFire"); +TweakItem("Base.Tavor","DisplayCategory","WepFire"); +TweakItem("Base.QBZ_95","DisplayCategory","WepFire"); +TweakItem("Base.FAMAS","DisplayCategory","WepFire"); +TweakItem("Base.FAMAS_G2","DisplayCategory","WepFire"); +TweakItem("Base.FAMAS_Felin","DisplayCategory","WepFire"); +TweakItem("Base.CAR15SMG","DisplayCategory","WepFire"); +TweakItem("Base.CAR15_Survival","DisplayCategory","WepFire"); +TweakItem("Base.M635","DisplayCategory","WepFire"); +TweakItem("Base.M635S","DisplayCategory","WepFire"); +TweakItem("Base.M635SD","DisplayCategory","WepFire"); +TweakItem("Base.CZ75","DisplayCategory","WepFire"); +TweakItem("Base.CZ97B","DisplayCategory","WepFire"); +TweakItem("Base.K5","DisplayCategory","WepFire"); +TweakItem("Base.K7_Stock","DisplayCategory","WepFire"); +TweakItem("Base.K7_Fold","DisplayCategory","WepFire"); +TweakItem("Base.K14","DisplayCategory","WepFire"); +TweakItem("Base.K2C1_PH","DisplayCategory","WepFire"); +TweakItem("Base.K2C1_PH_HE","DisplayCategory","WepFire"); +TweakItem("Base.K2C1_PH_INC","DisplayCategory","WepFire"); +TweakItem("Base.K2C1_PH_Melee","DisplayCategory","WepFire"); +TweakItem("Base.K1DEV","DisplayCategory","WepFire"); +TweakItem("Base.K1DEV_HE","DisplayCategory","WepFire"); +TweakItem("Base.K1DEV_INC","DisplayCategory","WepFire"); +TweakItem("Base.K1DEV_Melee","DisplayCategory","WepFire"); +TweakItem("Base.K2_C1","DisplayCategory","WepFire"); +TweakItem("Base.K2_C1_HE","DisplayCategory","WepFire"); +TweakItem("Base.K2_C1_INC","DisplayCategory","WepFire"); +TweakItem("Base.K2_C1_Melee","DisplayCategory","WepFire"); +TweakItem("Base.K2_1","DisplayCategory","WepFire"); +TweakItem("Base.K2_1_HE","DisplayCategory","WepFire"); +TweakItem("Base.K2_1_INC","DisplayCategory","WepFire"); +TweakItem("Base.K2_1_Melee","DisplayCategory","WepFire"); +TweakItem("Base.K2_203","DisplayCategory","WepFire"); +TweakItem("Base.K2_203_HE","DisplayCategory","WepFire"); +TweakItem("Base.K2_203_INC","DisplayCategory","WepFire"); +TweakItem("Base.K2_203_Melee","DisplayCategory","WepFire"); +TweakItem("Base.K1_1","DisplayCategory","WepFire"); +TweakItem("Base.K1_1_HE","DisplayCategory","WepFire"); +TweakItem("Base.K1_1_INC","DisplayCategory","WepFire"); +TweakItem("Base.K1_1_Melee","DisplayCategory","WepFire"); +TweakItem("Base.DR_200","DisplayCategory","WepFire"); +TweakItem("Base.DR_200_HE","DisplayCategory","WepFire"); +TweakItem("Base.DR_200_INC","DisplayCategory","WepFire"); +TweakItem("Base.DR_200_Melee","DisplayCategory","WepFire"); +TweakItem("Base.EVO_Fold","DisplayCategory","WepFire"); +TweakItem("Base.EVO_Stock","DisplayCategory","WepFire"); +TweakItem("Base.FAL","DisplayCategory","WepFire"); +TweakItem("Base.FAL_Melee","DisplayCategory","WepFire"); +TweakItem("Base.FAL_PARA_Stock","DisplayCategory","WepFire"); +TweakItem("Base.FAL_PARA_Stock_Melee","DisplayCategory","WepFire"); +TweakItem("Base.FAL_PARA_Fold","DisplayCategory","WepFire"); +TweakItem("Base.FAL_PARA_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.FN_FNC","DisplayCategory","WepFire"); +TweakItem("Base.FN_FNC_Melee","DisplayCategory","WepFire"); +TweakItem("Base.FN_FNC_Fold","DisplayCategory","WepFire"); +TweakItem("Base.FN_FNC_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Galil","DisplayCategory","WepFire"); +TweakItem("Base.Galil_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Galil_Sniper","DisplayCategory","WepFire"); +TweakItem("Base.Galil_Sniper_Fold","DisplayCategory","WepFire"); +TweakItem("Base.G17","DisplayCategory","WepFire"); +TweakItem("Base.G18","DisplayCategory","WepFire"); +TweakItem("Base.G21","DisplayCategory","WepFire"); +TweakItem("Base.G34","DisplayCategory","WepFire"); +TweakItem("Base.G42","DisplayCategory","WepFire"); +TweakItem("Base.G33","DisplayCategory","WepFire"); +TweakItem("Base.G33_Melee","DisplayCategory","WepFire"); +TweakItem("Base.G3","DisplayCategory","WepFire"); +TweakItem("Base.G3_Melee","DisplayCategory","WepFire"); +TweakItem("Base.G28","DisplayCategory","WepFire"); +TweakItem("Base.G28_Melee","DisplayCategory","WepFire"); +TweakItem("Base.G28_HE","DisplayCategory","WepFire"); +TweakItem("Base.G28_INC","DisplayCategory","WepFire"); +TweakItem("Base.MK18","DisplayCategory","WepFire"); +TweakItem("Base.MK18_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MK18_HE","DisplayCategory","WepFire"); +TweakItem("Base.MK18_INC","DisplayCategory","WepFire"); +TweakItem("Base.Type20","DisplayCategory","WepFire"); +TweakItem("Base.Type89","DisplayCategory","WepFire"); +TweakItem("Base.Type89_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Type64","DisplayCategory","WepFire"); +TweakItem("Base.Type64_Melee","DisplayCategory","WepFire"); +TweakItem("Base.KRISS_Stock","DisplayCategory","WepFire"); +TweakItem("Base.KRISS_Fold","DisplayCategory","WepFire"); +TweakItem("Base.L85","DisplayCategory","WepFire"); +TweakItem("Base.L85A2","DisplayCategory","WepFire"); +TweakItem("Base.L86","DisplayCategory","WepFire"); +TweakItem("Base.L22","DisplayCategory","WepFire"); +TweakItem("Base.M72_LAW","DisplayCategory","WepFire"); +TweakItem("Base.M72_LAW_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.EX41_HE","DisplayCategory","WepFire"); +TweakItem("Base.EX41_INC","DisplayCategory","WepFire"); +TweakItem("Base.EX41_HE_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.EX41_INC_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.Federal_HE","DisplayCategory","WepFire"); +TweakItem("Base.Federal_INC","DisplayCategory","WepFire"); +TweakItem("Base.Federal_HE_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.Federal_INC_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.M32_HE","DisplayCategory","WepFire"); +TweakItem("Base.M32_INC","DisplayCategory","WepFire"); +TweakItem("Base.M32_HE_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.M32_INC_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.GM94_HE","DisplayCategory","WepFire"); +TweakItem("Base.GM94_INC","DisplayCategory","WepFire"); +TweakItem("Base.GM94_HE_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.GM94_INC_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.Win_1894","DisplayCategory","WepFire"); +TweakItem("Base.Win_1895","DisplayCategory","WepFire"); +TweakItem("Base.Viper","DisplayCategory","WepFire"); +TweakItem("Base.Winchester1903","DisplayCategory","WepFire"); +TweakItem("Base.Winchester1873","DisplayCategory","WepFire"); +TweakItem("Base.Winchester1866","DisplayCategory","WepFire"); +TweakItem("Base.M240","DisplayCategory","WepFire"); +TweakItem("Base.K12","DisplayCategory","WepFire"); +TweakItem("Base.MG42","DisplayCategory","WepFire"); +TweakItem("Base.M60","DisplayCategory","WepFire"); +TweakItem("Base.MK43","DisplayCategory","WepFire"); +TweakItem("Base.G21LMG","DisplayCategory","WepFire"); +TweakItem("Base.M249","DisplayCategory","WepFire"); +TweakItem("Base.M249E3","DisplayCategory","WepFire"); +TweakItem("Base.M249E3_Fold","DisplayCategory","WepFire"); +TweakItem("Base.K3LMG","DisplayCategory","WepFire"); +TweakItem("Base.PKM","DisplayCategory","WepFire"); +TweakItem("Base.RPD","DisplayCategory","WepFire"); +TweakItem("Base.M14","DisplayCategory","WepFire"); +TweakItem("Base.M14_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M14EBR","DisplayCategory","WepFire"); +TweakItem("Base.M14EBR_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M16A1","DisplayCategory","WepFire"); +TweakItem("Base.M16A1_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M16A1_HE","DisplayCategory","WepFire"); +TweakItem("Base.M16A1_INC","DisplayCategory","WepFire"); +TweakItem("Base.M16A2","DisplayCategory","WepFire"); +TweakItem("Base.M16A2_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M16A2_HE","DisplayCategory","WepFire"); +TweakItem("Base.M16A2_INC","DisplayCategory","WepFire"); +TweakItem("Base.M16A3","DisplayCategory","WepFire"); +TweakItem("Base.M16A3_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M16A3_HE","DisplayCategory","WepFire"); +TweakItem("Base.M16A3_INC","DisplayCategory","WepFire"); +TweakItem("Base.ColtM16","DisplayCategory","WepFire"); +TweakItem("Base.ColtM16_Melee","DisplayCategory","WepFire"); +TweakItem("Base.ColtM16_HE","DisplayCategory","WepFire"); +TweakItem("Base.ColtM16_INC","DisplayCategory","WepFire"); +TweakItem("Base.M16Wood","DisplayCategory","WepFire"); +TweakItem("Base.M16Wood_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M16Wood_HE","DisplayCategory","WepFire"); +TweakItem("Base.M16Wood_INC","DisplayCategory","WepFire"); +TweakItem("Base.M16Tape","DisplayCategory","WepFire"); +TweakItem("Base.M16Tape_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M16Tape_HE","DisplayCategory","WepFire"); +TweakItem("Base.M16Tape_INC","DisplayCategory","WepFire"); +TweakItem("Base.M1Carbine","DisplayCategory","WepFire"); +TweakItem("Base.M1Carbine_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M2Carbine","DisplayCategory","WepFire"); +TweakItem("Base.M2Carbine_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M40","DisplayCategory","WepFire"); +TweakItem("Base.M40A1","DisplayCategory","WepFire"); +TweakItem("Base.M40A2","DisplayCategory","WepFire"); +TweakItem("Base.M40A3","DisplayCategory","WepFire"); +TweakItem("Base.M4","DisplayCategory","WepFire"); +TweakItem("Base.M4_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M4_HE","DisplayCategory","WepFire"); +TweakItem("Base.M4_INC","DisplayCategory","WepFire"); +TweakItem("Base.M4A1","DisplayCategory","WepFire"); +TweakItem("Base.M4A1_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M4A1_HE","DisplayCategory","WepFire"); +TweakItem("Base.M4A1_INC","DisplayCategory","WepFire"); +TweakItem("Base.MAC10_Fold","DisplayCategory","WepFire"); +TweakItem("Base.MAC10_Stock","DisplayCategory","WepFire"); +TweakItem("Base.MAS36","DisplayCategory","WepFire"); +TweakItem("Base.MAS36_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MAS44","DisplayCategory","WepFire"); +TweakItem("Base.MAS44_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MAS49","DisplayCategory","WepFire"); +TweakItem("Base.MAS49_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MINI14","DisplayCategory","WepFire"); +TweakItem("Base.MINI14_T","DisplayCategory","WepFire"); +TweakItem("Base.MP5_Fixed","DisplayCategory","WepFire"); +TweakItem("Base.MP5_Stock","DisplayCategory","WepFire"); +TweakItem("Base.MP5_Fold","DisplayCategory","WepFire"); +TweakItem("Base.MP5SD6_Fixed","DisplayCategory","WepFire"); +TweakItem("Base.MP5SD6_Stock","DisplayCategory","WepFire"); +TweakItem("Base.MP5SD6_Fold","DisplayCategory","WepFire"); +TweakItem("Base.VP70","DisplayCategory","WepFire"); +TweakItem("Base.VP70_Stock","DisplayCategory","WepFire"); +TweakItem("Base.HK4_380","DisplayCategory","WepFire"); +TweakItem("Base.HK4_22","DisplayCategory","WepFire"); +TweakItem("Base.Vz61_Fixed","DisplayCategory","WepFire"); +TweakItem("Base.Vz61_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Vz61_Stock","DisplayCategory","WepFire"); +TweakItem("Base.PPK","DisplayCategory","WepFire"); +TweakItem("Base.Colt1903","DisplayCategory","WepFire"); +TweakItem("Base.Bersa85F","DisplayCategory","WepFire"); +TweakItem("Base.MP9","DisplayCategory","WepFire"); +TweakItem("Base.MP45","DisplayCategory","WepFire"); +TweakItem("Base.P226","DisplayCategory","WepFire"); +TweakItem("Base.P220","DisplayCategory","WepFire"); +TweakItem("Base.XD9","DisplayCategory","WepFire"); +TweakItem("Base.XD4","DisplayCategory","WepFire"); +TweakItem("Base.Taurus856","DisplayCategory","WepFire"); +TweakItem("Base.Colt_Service38","DisplayCategory","WepFire"); +TweakItem("Base.Colt_Service45","DisplayCategory","WepFire"); +TweakItem("Base.Colt_Navy_1851","DisplayCategory","WepFire"); +TweakItem("Base.M1936","DisplayCategory","WepFire"); +TweakItem("Base.LCP380","DisplayCategory","WepFire"); +TweakItem("Base.SCARL","DisplayCategory","WepFire"); +TweakItem("Base.SCARL_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SCARL_HE","DisplayCategory","WepFire"); +TweakItem("Base.SCARL_INC","DisplayCategory","WepFire"); +TweakItem("Base.SCARH","DisplayCategory","WepFire"); +TweakItem("Base.SCARH_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SCARH_HE","DisplayCategory","WepFire"); +TweakItem("Base.SCARH_INC","DisplayCategory","WepFire"); +TweakItem("Base.SCAR20","DisplayCategory","WepFire"); +TweakItem("Base.SCAR20_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SCAR20_HE","DisplayCategory","WepFire"); +TweakItem("Base.SCAR20_INC","DisplayCategory","WepFire"); +TweakItem("Base.SCARSC_Stock","DisplayCategory","WepFire"); +TweakItem("Base.SCARSC_Fold","DisplayCategory","WepFire"); +TweakItem("Base.KS23","DisplayCategory","WepFire"); +TweakItem("Base.KS23_S_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.M870_Wingmaster","DisplayCategory","WepFire"); +TweakItem("Base.M870_Police","DisplayCategory","WepFire"); +TweakItem("Base.M870","DisplayCategory","WepFire"); +TweakItem("Base.M870_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M870_Express","DisplayCategory","WepFire"); +TweakItem("Base.M870_MCS","DisplayCategory","WepFire"); +TweakItem("Base.M870_CQB","DisplayCategory","WepFire"); +TweakItem("Base.M870_CQB_Fold","DisplayCategory","WepFire"); +TweakItem("Base.M870_Breaching_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.DT11","DisplayCategory","WepFire"); +TweakItem("Base.DT11_Sawed","DisplayCategory","WepFire"); +TweakItem("Base.DT11_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.Coachgun","DisplayCategory","WepFire"); +TweakItem("Base.Coachgun_Sawed","DisplayCategory","WepFire"); +TweakItem("Base.Coachgun_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.Terminator","DisplayCategory","WepFire"); +TweakItem("Base.Terminator_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Triple_Crown","DisplayCategory","WepFire"); +TweakItem("Base.KSG","DisplayCategory","WepFire"); +TweakItem("Base.KSG25","DisplayCategory","WepFire"); +TweakItem("Base.UTS15","DisplayCategory","WepFire"); +TweakItem("Base.SIX12","DisplayCategory","WepFire"); +TweakItem("Base.SIX12SD","DisplayCategory","WepFire"); +TweakItem("Base.M1208","DisplayCategory","WepFire"); +TweakItem("Base.M1212","DisplayCategory","WepFire"); +TweakItem("Base.M1216","DisplayCategory","WepFire"); +TweakItem("Base.Origin","DisplayCategory","WepFire"); +TweakItem("Base.SPAS_15","DisplayCategory","WepFire"); +TweakItem("Base.USAS_12","DisplayCategory","WepFire"); +TweakItem("Base.Saiga12_Tromix","DisplayCategory","WepFire"); +TweakItem("Base.AA12","DisplayCategory","WepFire"); +TweakItem("Base.CAWS","DisplayCategory","WepFire"); +TweakItem("Base.R11_87","DisplayCategory","WepFire"); +TweakItem("Base.A400","DisplayCategory","WepFire"); +TweakItem("Base.M1014","DisplayCategory","WepFire"); +TweakItem("Base.M1014_Fold","DisplayCategory","WepFire"); +TweakItem("Base.M1014_Stock","DisplayCategory","WepFire"); +TweakItem("Base.M1014_Wick","DisplayCategory","WepFire"); +TweakItem("Base.DAO12","DisplayCategory","WepFire"); +TweakItem("Base.DAO12_Fold","DisplayCategory","WepFire"); +TweakItem("Base.M1887","DisplayCategory","WepFire"); +TweakItem("Base.M1887_Sawed","DisplayCategory","WepFire"); +TweakItem("Base.Shorty_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.M1897","DisplayCategory","WepFire"); +TweakItem("Base.M1897_Melee","DisplayCategory","WepFire"); +TweakItem("Base.TOZ106","DisplayCategory","WepFire"); +TweakItem("Base.TOZ106_Fold","DisplayCategory","WepFire"); +TweakItem("Base.TOZ194_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.MP133S_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.MP133","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_38","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_38_Sawed","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_357","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_357_Sawed","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_45LC","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_45LC_Sawed","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_410","DisplayCategory","WepFire"); +TweakItem("Base.NEF_Handi_410_Sawed","DisplayCategory","WepFire"); +TweakItem("Base.Ruger_No1_308","DisplayCategory","WepFire"); +TweakItem("Base.Ruger_No1_3006","DisplayCategory","WepFire"); +TweakItem("Base.Ruger_No1_4570","DisplayCategory","WepFire"); +TweakItem("Base.Thompson_Center_308","DisplayCategory","WepFire"); +TweakItem("Base.Thompson_Center_3006","DisplayCategory","WepFire"); +TweakItem("Base.Thompson_Center_4570","DisplayCategory","WepFire"); +TweakItem("Base.SKS","DisplayCategory","WepFire"); +TweakItem("Base.SKS_Bayo","DisplayCategory","WepFire"); +TweakItem("Base.SKS30","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_Bayo","DisplayCategory","WepFire"); +TweakItem("Base.SKS_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SKS_Bayo_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_Bayo_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SKS_PARA","DisplayCategory","WepFire"); +TweakItem("Base.SKS_PARA_Bayo","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_PARA","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_PARA_Bayo","DisplayCategory","WepFire"); +TweakItem("Base.SKS_PARA_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SKS_PARA_Bayo_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_PARA_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_PARA_Bayo_Melee","DisplayCategory","WepFire"); +TweakItem("Base.BodyGuard380","DisplayCategory","WepFire"); +TweakItem("Base.M5238","DisplayCategory","WepFire"); +TweakItem("Base.M5906","DisplayCategory","WepFire"); +TweakItem("Base.M4506","DisplayCategory","WepFire"); +TweakItem("Base.SPAS12_Fixed","DisplayCategory","WepFire"); +TweakItem("Base.SPAS12_Fixed_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SPAS12_Fold","DisplayCategory","WepFire"); +TweakItem("Base.SPAS12_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SPAS12_Stock","DisplayCategory","WepFire"); +TweakItem("Base.SPAS12_Stock_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SUB2000","DisplayCategory","WepFire"); +TweakItem("Base.SUB2000_Fold","DisplayCategory","WepFire"); +TweakItem("Base.SVD","DisplayCategory","WepFire"); +TweakItem("Base.SVD_Melee","DisplayCategory","WepFire"); +TweakItem("Base.SVDK","DisplayCategory","WepFire"); +TweakItem("Base.SVDK_Melee","DisplayCategory","WepFire"); +TweakItem("Base.UMP9_Stock","DisplayCategory","WepFire"); +TweakItem("Base.UMP9_Fold","DisplayCategory","WepFire"); +TweakItem("Base.UMP45_Stock","DisplayCategory","WepFire"); +TweakItem("Base.UMP45_Fold","DisplayCategory","WepFire"); +TweakItem("Base.UZI","DisplayCategory","WepFire"); +TweakItem("Base.UZI_Fold","DisplayCategory","WepFire"); +TweakItem("Base.UZI_Wood","DisplayCategory","WepFire"); +TweakItem("Base.UZI_Micro","DisplayCategory","WepFire"); +TweakItem("Base.UZI_Micro_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Shotgun","DisplayCategory","WepFire"); +TweakItem("Base.ShotgunSawnoff","DisplayCategory","WepFire"); +TweakItem("Base.DoubleBarrelShotgun","DisplayCategory","WepFire"); +TweakItem("Base.DoubleBarrelShotgunSawnoff","DisplayCategory","WepFire"); +TweakItem("Base.VSS","DisplayCategory","WepFire"); +TweakItem("Base.ASVAL","DisplayCategory","WepFire"); +TweakItem("Base.ASVAL_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Vz58","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Stock","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Stock_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Mini_Stock","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Mini_Stock_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Mini_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Vz58_Mini_Fold_Melee","DisplayCategory","WepFire"); +TweakItem("Base.WA2000","DisplayCategory","WepFire"); +TweakItem("Base.Mosin","DisplayCategory","WepFire"); +TweakItem("Base.Mosin_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MosinObrez_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.M1","DisplayCategory","WepFire"); +TweakItem("Base.M1_Melee","DisplayCategory","WepFire"); +TweakItem("Base.M1903","DisplayCategory","WepFire"); +TweakItem("Base.M1903_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Commando","DisplayCategory","WepFire"); +TweakItem("Base.APS","DisplayCategory","WepFire"); +TweakItem("Base.APS_Fold","DisplayCategory","WepFire"); +TweakItem("Base.Makarov","DisplayCategory","WepFire"); +TweakItem("Base.Makarov380","DisplayCategory","WepFire"); +TweakItem("Base.PB","DisplayCategory","WepFire"); +TweakItem("Base.Luger","DisplayCategory","WepFire"); +TweakItem("Base.Luger_WW1","DisplayCategory","WepFire"); +TweakItem("Base.Luger_Carbine","DisplayCategory","WepFire"); +TweakItem("Base.XM8Compact_Pistol","DisplayCategory","WepFire"); +TweakItem("Base.XM8","DisplayCategory","WepFire"); +TweakItem("Base.XM8LMG","DisplayCategory","WepFire"); +TweakItem("Base.UmarexSS","DisplayCategory","WepFire"); +TweakItem("Base.RWS_M34","DisplayCategory","WepFire"); +TweakItem("Base.Benjamin_M397","DisplayCategory","WepFire"); +TweakItem("Base.Judge_45LC","DisplayCategory","WepFire"); +TweakItem("Base.Judge_410g","DisplayCategory","WepFire"); +TweakItem("Base.Judge513_45LC","DisplayCategory","WepFire"); +TweakItem("Base.Judge513_410g","DisplayCategory","WepFire"); +TweakItem("Base.Judge513_Long_45LC","DisplayCategory","WepFire"); +TweakItem("Base.Judge513_Long_410g","DisplayCategory","WepFire"); +TweakItem("Base.TXS_804_45LC","DisplayCategory","WepFire"); +TweakItem("Base.TXS_804_410g","DisplayCategory","WepFire"); +TweakItem("Base.VIPER_G2","DisplayCategory","WepFire"); +TweakItem("Base.AK12_New","DisplayCategory","WepFire"); +TweakItem("Base.AK12_New_Melee","DisplayCategory","WepFire"); +TweakItem("Base.RPK16","DisplayCategory","WepFire"); +TweakItem("Base.AK308","DisplayCategory","WepFire"); +TweakItem("Base.AK308_Melee","DisplayCategory","WepFire"); +TweakItem("Base.Ash","DisplayCategory","WepFire"); +TweakItem("Base.SKS_A26","DisplayCategory","WepFire"); +TweakItem("Base.SKS30_A26","DisplayCategory","WepFire"); +TweakItem("Base.DEagle_Long","DisplayCategory","WepFire"); +TweakItem("Base.WD_Flame_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.WD_Flame","DisplayCategory","WepFire"); +TweakItem("Base.Musk_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.Musk","DisplayCategory","WepFire"); +TweakItem("Base.M2A1_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.M2A1","DisplayCategory","WepFire"); +TweakItem("Base.SS2000_FIRE","DisplayCategory","WepFire"); +TweakItem("Base.SS2000","DisplayCategory","WepFire"); +TweakItem("Base.K11","DisplayCategory","WepFire"); +TweakItem("Base.K11_HE","DisplayCategory","WepFire"); +TweakItem("Base.K11_INC","DisplayCategory","WepFire"); +TweakItem("Base.MCX_Spear","DisplayCategory","WepFire"); +TweakItem("Base.MCX_Spear_Melee","DisplayCategory","WepFire"); +TweakItem("Base.MCX_Spear_HE","DisplayCategory","WepFire"); +TweakItem("Base.MCX_Spear_INC","DisplayCategory","WepFire"); +TweakItem("Base.XM214","DisplayCategory","WepFire"); +TweakItem("Base.GAU17","DisplayCategory","WepFire"); +TweakItem("Base.GAU19","DisplayCategory","WepFire"); +TweakItem("Base.Moss500_20","DisplayCategory","WepFire"); +TweakItem("Base.ROYAL_SXS","DisplayCategory","WepFire"); +TweakItem("Base.Colt1855","DisplayCategory","WepFire"); +TweakItem("Base.10855_Silver","DisplayCategory","WepFire"); +TweakItem("Base.SW_M500","DisplayCategory","WepFire"); +TweakItem("Base.Bag_M2A1","DisplayCategory","WepAmmoMag"); +TweakItem("Base.M2A1_Can","DisplayCategory","WepAmmoMag"); +TweakItem("Base.M2A1_Tank","DisplayCategory","WepAmmoMag"); +TweakItem("Base.556MiniCan","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308MiniCan","DisplayCategory","WepAmmoMag"); +TweakItem("Base.50MiniCan","DisplayCategory","WepAmmoMag"); +TweakItem("Base.Multi_Gun","DisplayCategory","WepAmmoMag"); +TweakItem("Base.Bag_M2","DisplayCategory","WepAmmoMag"); +TweakItem("Base.12gDrum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.SIX12_Cylinder","DisplayCategory","WepAmmoMag"); +TweakItem("Base.SRM1208_Cylinder","DisplayCategory","WepAmmoMag"); +TweakItem("Base.SRM1212_Cylinder","DisplayCategory","WepAmmoMag"); +TweakItem("Base.SRM1216_Cylinder","DisplayCategory","WepAmmoMag"); +TweakItem("Base.22Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.223ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.223Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.223StdClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.22Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.22ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.3006ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308Belt","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308StdClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.38Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.380Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.380ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.45DSClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.45DSExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.45Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.45ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.545Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.545StdClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.556Belt","DisplayCategory","WepAmmoMag"); +TweakItem("Base.556Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.57Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.P90Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.762Drum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.762x39Belt","DisplayCategory","WepAmmoMag"); +TweakItem("Base.762x54rBelt","DisplayCategory","WepAmmoMag"); +TweakItem("Base.9mmDrum","DisplayCategory","WepAmmoMag"); +TweakItem("Base.9mmExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.AKClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.ASHClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.ASVALClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.CP33Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.CP33ExtClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.Fixed","DisplayCategory","WepAmmoMag"); +TweakItem("Base.K11HEClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.K11INCClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.M1Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.M14Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.M82Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.SKSFixedBox","DisplayCategory","WepAmmoMagF"); +TweakItem("Base.SPASClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.SVDClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.VSSClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.38Speed","DisplayCategory","WepAmmoMag"); +TweakItem("Base.357Speed","DisplayCategory","WepAmmoMag"); +TweakItem("Base.44Speed","DisplayCategory","WepAmmoMag"); +TweakItem("Base.45LCSpeed","DisplayCategory","WepAmmoMag"); +TweakItem("Base.SKSClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.1903Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.MosinClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308StrClip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.CH_WarSword","DisplayCategory","WepMelee"); +TweakItem("Base.CH_WarSword_B","DisplayCategory","WepMelee"); +TweakItem("Base.CH_WarSword_C","DisplayCategory","WepMelee"); +TweakItem("Base.Conan_Sword","DisplayCategory","WepMelee"); +TweakItem("Base.Conan_Sword_B","DisplayCategory","WepMelee"); +TweakItem("Base.Conan_Sword_C","DisplayCategory","WepMelee"); +TweakItem("Base.Launcher","DisplayCategory","WepPart"); +TweakItem("Base.Bipod","DisplayCategory","WepPart"); +TweakItem("Base.Ammobelt","DisplayCategory","WepPart"); +TweakItem("Base.Sling_1","DisplayCategory","WepPart"); +TweakItem("Base.Sling_2","DisplayCategory","WepPart"); +TweakItem("Base.Sling_3","DisplayCategory","WepPart"); +TweakItem("Base.ForeGrip","DisplayCategory","WepPart"); +TweakItem("Base.Grip_Magpul","DisplayCategory","WepPart"); +TweakItem("Base.Grip_MLOK","DisplayCategory","WepPart"); +TweakItem("Base.Grip_TG","DisplayCategory","WepPart"); +TweakItem("Base.Light_Small","DisplayCategory","WepPart"); +TweakItem("Base.Light_Large","DisplayCategory","WepPart"); +TweakItem("Base.Laser_Green","DisplayCategory","WepPart"); +TweakItem("Base.Laser_Red","DisplayCategory","WepPart"); +TweakItem("Base.Laser_DVAL","DisplayCategory","WepPart"); +TweakItem("Base.Laser_PEQ15","DisplayCategory","WepPart"); +TweakItem("Base.Suppressor_Pistol","DisplayCategory","WepPart"); +TweakItem("Base.Suppressor_Rifle","DisplayCategory","WepPart"); +TweakItem("Base.Suppressor_Shotgun","DisplayCategory","WepPart"); +TweakItem("Base.Suppressor_BMG","DisplayCategory","WepPart"); +TweakItem("Base.Suppressor_Oil","DisplayCategory","WepPart"); +TweakItem("Base.Suppressor_Bottle","DisplayCategory","WepPart"); +TweakItem("Base.Bayonet_M4","DisplayCategory","WepPart"); +TweakItem("Base.Bayonet_AK","DisplayCategory","WepPart"); +TweakItem("Base.Bayonet_M1917","DisplayCategory","WepPart"); +TweakItem("Base.Choke_Full","DisplayCategory","WepPart"); +TweakItem("Base.Choke_Full_Dbl","DisplayCategory","WepPart"); +TweakItem("Base.Heavy","DisplayCategory","WepPart"); +TweakItem("Base.Compensator","DisplayCategory","WepPart"); +TweakItem("Base.MuzzleBrake","DisplayCategory","WepPart"); +TweakItem("Base.GhostRing","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Fiber_Shotgun","DisplayCategory","WepPart"); +TweakItem("Base.Sight_MicroDot","DisplayCategory","WepPart"); +TweakItem("Base.Sight_RaceDot","DisplayCategory","WepPart"); +TweakItem("Base.Sight_SRS","DisplayCategory","WepPart"); +TweakItem("Base.Sight_MRO","DisplayCategory","WepPart"); +TweakItem("Base.Sight_SRO","DisplayCategory","WepPart"); +TweakItem("Base.Sight_EOTech","DisplayCategory","WepPart"); +TweakItem("Base.Sight_XPS","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Aimpoint","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Aimpoint_Dot","DisplayCategory","WepPart"); +TweakItem("Base.Sight_ACRO","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Mepro_M21","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Mepro_MOR","DisplayCategory","WepPart"); +TweakItem("Base.Sight_UH1","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Nikon","DisplayCategory","WepPart"); +TweakItem("Base.Sight_1P63","DisplayCategory","WepPart"); +TweakItem("Base.Sight_KOBRA","DisplayCategory","WepPart"); +TweakItem("Base.Sight_PKAS","DisplayCategory","WepPart"); +TweakItem("Base.Sight_LUX","DisplayCategory","WepPart"); +TweakItem("Base.Sight_3xEOTech","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Raven","DisplayCategory","WepPart"); +TweakItem("Base.Sight_C79","DisplayCategory","WepPart"); +TweakItem("Base.Sight_NO32","DisplayCategory","WepPart"); +TweakItem("Base.Sight_PU","DisplayCategory","WepPart"); +TweakItem("Base.Sight_4xACOG","DisplayCategory","WepPart"); +TweakItem("Base.Sight_SUSAT","DisplayCategory","WepPart"); +TweakItem("Base.Sight_L2","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Brownells","DisplayCategory","WepPart"); +TweakItem("Base.Scope_4xPSO","DisplayCategory","WepPart"); +TweakItem("Base.Sight_M8","DisplayCategory","WepPart"); +TweakItem("Base.Scope_1-4x","DisplayCategory","WepPart"); +TweakItem("Base.Sight_6xELCAN","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Malcom","DisplayCategory","WepPart"); +TweakItem("Base.Scope_12xPSO","DisplayCategory","WepPart"); +TweakItem("Base.Sight_VX3","DisplayCategory","WepPart"); +TweakItem("Base.Scope_20x","DisplayCategory","WepPart"); +TweakItem("Base.Sight_G28_Scope","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Thermal","DisplayCategory","WepPart"); +TweakItem("Base.Sight_Thermal_AK","DisplayCategory","WepPart"); +TweakItem("Base.Sight_PVS4","DisplayCategory","WepPart"); +TweakItem("Base.Pad","DisplayCategory","WepPart"); +TweakItem("Base.Carrier_12g","DisplayCategory","WepPart"); +TweakItem("Base.Standard_Mag","DisplayCategory","WepPart"); +TweakItem("Base.Extended_Mag","DisplayCategory","WepPart"); +TweakItem("Base.Drum_Mag","DisplayCategory","WepPart"); +TweakItem("Base.CP33_17MagBase","DisplayCategory","WepPart"); +TweakItem("Base.SolventTrap_Adapter","DisplayCategory","WepPart"); +TweakItem("Base.Oil_Filter","DisplayCategory","WepPart"); +TweakItem("Base.Barrel_308","DisplayCategory","WepPart"); +TweakItem("Base.Barrel_3006","DisplayCategory","WepPart"); +TweakItem("Base.Barrel_4570","DisplayCategory","WepPart"); +TweakItem("Base.Barrel_45LC","DisplayCategory","WepPart"); +TweakItem("Base.Barrel_45LC_Short","DisplayCategory","WepPart"); +TweakItem("Base.Barrel_357","DisplayCategory","WepPart"); +TweakItem("Base.Barrel_357_Short","DisplayCategory","WepPart"); +--BritaWeaponPack +TweakItem("Base.Bolt_Bear","DisplayCategory","WepAmmo"); +TweakItem("Base.Bolt_Bear_Pack","DisplayCategory","WepAmmo"); +TweakItem("Base.BGMachete","DisplayCategory","WepMelee"); +TweakItem("Base.Butterfly","DisplayCategory","WepMelee"); +TweakItem("Base.DingDong","DisplayCategory","WepMelee"); +TweakItem("Base.Karambit","DisplayCategory","WepMelee"); +TweakItem("Base.KillBill","DisplayCategory","WepMelee"); +TweakItem("Base.MilitaryBaton","DisplayCategory","WepMelee"); +TweakItem("Base.PushDagger","DisplayCategory","WepMelee"); +TweakItem("Base.RamboKnife","DisplayCategory","WepMelee"); +TweakItem("Base.RussianMachete","DisplayCategory","WepMelee"); +TweakItem("Base.Tactical_Axe","DisplayCategory","WepMelee"); +TweakItem("Base.Tactical_Sickle","DisplayCategory","WepMelee"); +TweakItem("Base.Cleaning","DisplayCategory","Tool"); +TweakItem("Base.WD","DisplayCategory","Tool"); +--BritaArmor +TweakItem("Base.Armor_Defender","DisplayCategory","Cloth"); +TweakItem("Base.Bag_Plate_Carrier","DisplayCategory","Cloth"); +TweakItem("Base.Armor_6B13","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Heather","DisplayCategory","Cloth"); +TweakItem("Base.Sheriff_Vest","DisplayCategory","Cloth"); +TweakItem("Base.Sheriff_Vest_Full","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PSGT_Helmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PSGT_Helmet_Camo","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PSGT_Visor","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PSGT_Visor_UP","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Riot_Visor","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Riot_Visor_UP","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PSGT_Neck","DisplayCategory","Cloth"); +TweakItem("Base.Bag_Sniper_Pack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ARVN_Rucksack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ST53_Set","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SCBA","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ZIP","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SSO","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Savotta","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Bush","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Hunting","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Radio_Pack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Tactical_Alice","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Cat_Pack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Robbie_Pack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_M2A1_Pack","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Tactical_Belt_Front","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Tactical_Belt_Back","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Duty_Belt_Front","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Duty_Belt_Back","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Beret_Tactical","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Beret_Tactical_Only","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Beret_Tactical_Headset","DisplayCategory","ClothA"); +TweakItem("Base.Bag_D3M","DisplayCategory","ClothA"); +TweakItem("Base.Bag_D3M_Loose","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Blackhawk","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Blackhawk_Loose","DisplayCategory","ClothA"); +TweakItem("Base.Bag_X_Vest","DisplayCategory","ClothA"); +TweakItem("Base.Bag_X_Vest_Loose","DisplayCategory","ClothA"); +TweakItem("Base.Bag_SKS_Vest","DisplayCategory","ClothA"); +TweakItem("Base.Bag_SKS_Vest_Loose","DisplayCategory","ClothA"); +TweakItem("Base.Bag_AK_Vest","DisplayCategory","ClothA"); +TweakItem("Base.Bag_AK_Vest_Loose","DisplayCategory","ClothA"); +TweakItem("Base.Combat_Jumper","DisplayCategory","Cloth"); +TweakItem("Base.Combat_Pants","DisplayCategory","Cloth"); +TweakItem("Base.Ela_Jacket","DisplayCategory","Cloth"); +TweakItem("Base.Ela_Pants","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Ela_Hat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Ela_Hat_Only","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Ela_Headset","DisplayCategory","ClothA"); +TweakItem("Base.Hat_FAST_Opscore","DisplayCategory","Cloth"); +TweakItem("Base.Hat_880_Helmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_880_Visor","DisplayCategory","Cloth"); +TweakItem("Base.Hat_880_Visor_UP","DisplayCategory","Cloth"); +TweakItem("Base.Fire_Jacket","DisplayCategory","Cloth"); +TweakItem("Base.Fire_Pants","DisplayCategory","Cloth"); +TweakItem("Base.Hat_MCU_GasMask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_M45_GasMask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_M50","DisplayCategory","Cloth"); +TweakItem("Base.Hat_FM53","DisplayCategory","Cloth"); +TweakItem("Base.Hat_MSA_Gas_Mask","DisplayCategory","Cloth"); +TweakItem("Base.Hat_MSA_Gas_Mask_AMP","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Gentex_Helmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_HGU56","DisplayCategory","Cloth"); +TweakItem("Base.Glasses_X1000","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_X1000_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Napier","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Crewman_Goggles","DisplayCategory","ClothA"); +TweakItem("Base.Glasses_Crewman_Goggles_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HGU56_Visor","DisplayCategory","ClothA"); +TweakItem("Base.Gorka_Jacket","DisplayCategory","Cloth"); +TweakItem("Base.Gorka_Jacket2","DisplayCategory","Cloth"); +TweakItem("Base.Gorka_Jacket3","DisplayCategory","Cloth"); +TweakItem("Base.Gorka_Pants","DisplayCategory","Cloth"); +TweakItem("Base.Gorka_Pants2","DisplayCategory","Cloth"); +TweakItem("Base.Gorka_Pants3","DisplayCategory","Cloth"); +TweakItem("Base.Gorka_Jacket_New","DisplayCategory","Cloth"); +TweakItem("Base.Gorka_Pants_New","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Tactical_Boonie","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Tactical_Boonie_Fold","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Lisa_Cap","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Tactical_Cap","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Tactical_Cap_Camo","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Patrol_Cap","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Tactical_Beret","DisplayCategory","Cloth"); +TweakItem("Base.Suit_Chempak","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Sordin","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Astrocom","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Face_Shield","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Helmet_Headset","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HGU56_Shield","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Sniper_Hood","DisplayCategory","Cloth"); +TweakItem("Base.Bag_Shemagh_Half","DisplayCategory","Cloth"); +TweakItem("Base.Bag_Sniper_Suit","DisplayCategory","Cloth"); +TweakItem("Base.Bag_Sniper_Suit_Off","DisplayCategory","Cloth"); +TweakItem("Base.Armor_Juggernaut","DisplayCategory","Cloth"); +TweakItem("Base.Armor_Arm","DisplayCategory","Cloth"); +TweakItem("Base.Armor_Foot","DisplayCategory","Cloth"); +TweakItem("Base.Bag_Juggernaut_Bag","DisplayCategory","ClothA"); +TweakItem("Base.Killa_Jacket","DisplayCategory","Cloth"); +TweakItem("Base.Killa_Pants","DisplayCategory","Cloth"); +TweakItem("Base.Hat_M1_Helmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_M1_Helmet_Ori","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Maska","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Killa","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Maska_Visor","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Maska_Visor2","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Maska_Visor_UP","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Maska_Visor2_UP","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Killa_Visor","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Killa_Visor_UP","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Nurse","DisplayCategory","Cloth"); +TweakItem("Base.Pants_Yoga","DisplayCategory","Cloth"); +TweakItem("Base.Turtleneck","DisplayCategory","Cloth"); +TweakItem("Base.Belly_Turtleneck","DisplayCategory","Cloth"); +TweakItem("Base.S_Tank_Top","DisplayCategory","Cloth"); +TweakItem("Base.Y_Shirts","DisplayCategory","Cloth"); +TweakItem("Base.Y_Shirts_Long","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Office","DisplayCategory","Cloth"); +TweakItem("Base.Skirt_Office_Long","DisplayCategory","Cloth"); +TweakItem("Base.Office_Sweater","DisplayCategory","Cloth"); +TweakItem("Base.Office_Sweater_Long","DisplayCategory","Cloth"); +TweakItem("Base.Pants_Adidas","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Adidas","DisplayCategory","Cloth"); +TweakItem("Base.Hat_MX_Helmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_MX_Helmet_Glass","DisplayCategory","Cloth"); +TweakItem("Base.Sheriff_Jumper","DisplayCategory","Cloth"); +TweakItem("Base.Police_Jumper","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PVS_5","DisplayCategory","ClothA"); +TweakItem("Base.Hat_PVS_5_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Hat_PVS15","DisplayCategory","ClothA"); +TweakItem("Base.Hat_PVS15_UP","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Sam_NV","DisplayCategory","ClothA"); +TweakItem("Base.Hat_Sam_NV_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Hat_PVS15_ON","DisplayCategory","ClothA"); +TweakItem("Base.Hat_PVS15_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Hat_PVS15_Harness_ON","DisplayCategory","ClothA"); +TweakItem("Base.Hat_PVS15_Harness_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Hat_NV18_ON","DisplayCategory","ClothA"); +TweakItem("Base.Hat_NV18_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Hat_NV18_Harness_ON","DisplayCategory","ClothA"); +TweakItem("Base.Hat_NV18_Harness_OFF","DisplayCategory","ClothA"); +TweakItem("Base.Rabbit_Suit","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Rabbit","DisplayCategory","Cloth"); +TweakItem("Base.Bag_Smersh_Vest","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Smersh_Vest_Loose","DisplayCategory","ClothA"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/AuthenticZ_Items.lua b/media/lua/client/Mod Support/AuthenticZ_Items.lua new file mode 100644 index 0000000..3ac4582 --- /dev/null +++ b/media/lua/client/Mod Support/AuthenticZ_Items.lua @@ -0,0 +1,754 @@ +require("ItemTweaker_Copy_CC"); + +--AuthenticZ +TweakItem("AuthenticZClothing.FlareGun","DisplayCategory","WepFire"); +TweakItem("AuthenticZClothing.Flare12GaugeShot","DisplayCategory","Ammo"); +TweakItem("AuthenticZClothing.PZAZ_HitList","DisplayCategory","LitW"); +TweakItem("AuthenticZClothing.PZAZ_HitList2","DisplayCategory","LitW"); +TweakItem("AuthenticZClothing.PZAZ_HitList3","DisplayCategory","LitW"); +TweakItem("AuthenticZClothing.PZAZ_CostumeStoreSign","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.Rubberducky3","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.Flamingo","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.Spiffo","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.SpiffoGrey","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.SpiffoHeart","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.SpiffoBlueberry","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.SpiffoShamrock","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.SpiffoPlushieRainbow","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.Doll","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.ToyBear","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.ToyBearSmall","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.BorisBadger","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.JacquesBeaver","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.FreddyFox","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.PancakeHedgehog","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.MoleyMole","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.FluffyfootBunny","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.FurbertSquirrel","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.SleepingBag","DisplayCategory","Tool"); +TweakItem("AuthenticZClothing.SleepingBagRoll","DisplayCategory","Tool"); +TweakItem("AuthenticZClothing.AuthenticGlowstick_Red","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_Blue","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloonGroup_Blue","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_Green","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloonGroup_Green","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_Pink","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloonGroup_Pink","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_Purple","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloonGroup_Purple","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_Red","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloonGroup_Red","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_White","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloonGroup_White","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_Yellow","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticBalloon_Group_Yellow","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AuthenticCanteenCadetBlue","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.AuthenticCanteenCadetBluefull","DisplayCategory","FoodB"); +TweakItem("AuthenticZClothing.AuthenticCanteenDarkGreen","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.AuthenticCanteenDarkGreenfull","DisplayCategory","FoodB"); +TweakItem("AuthenticZClothing.AuthenticCanteenDarkGrey","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.AuthenticCanteenDarkGreyfull","DisplayCategory","FoodB"); +TweakItem("AuthenticZClothing.AuthenticCanteenForestGreen","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.AuthenticCanteenForestGreenfull","DisplayCategory","FoodB"); +TweakItem("AuthenticZClothing.AuthenticCanteenGrey","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.AuthenticCanteenGreyfull","DisplayCategory","FoodB"); +TweakItem("AuthenticZClothing.AuthenticCanteenSilver","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.AuthenticCanteenSilverfull","DisplayCategory","FoodB"); +TweakItem("AuthenticZClothing.CigarAZ2","DisplayCategory","Drugs"); +TweakItem("AuthenticZClothing.AuthenticCigaretteHolder","DisplayCategory","Drugs"); +TweakItem("AuthenticZClothing.Authentic_MilitaryFlashlightGrey","DisplayCategory","Tool"); +TweakItem("AuthenticZClothing.Authentic_MilitaryFlashlightGreen","DisplayCategory","Tool"); +TweakItem("AuthenticZClothing.Authentic_MinerLightbulb","DisplayCategory","Tool"); +TweakItem("AuthenticZClothing.AuthenticPipeBomb","DisplayCategory","WepBomb"); +TweakItem("AuthenticZClothing.AuthenticSmokeBomb","DisplayCategory","WepBomb"); +TweakItem("AuthenticZClothing.AuthenticSmokeBombRemote","DisplayCategory","WepBomb"); +TweakItem("AuthenticZClothing.HairDyeDarkBrown","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.HairDyeBlonde2","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.HairDyeDarkerBrown","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.HairDyePurple","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.Authentic_WalkieTalkie","DisplayCategory","Electronics"); +TweakItem("AuthenticZClothing.AZ_DiceHung","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.AZ_MetalClip","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.Torch2","DisplayCategory","Tool"); +TweakItem("AuthenticZClothing.Football3","DisplayCategory","Junk"); +TweakItem("AuthenticZClothing.HandTorch2","DisplayCategory","Tool"); +TweakItem("AuthenticZClothing.Authentic_AndyBoard","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_Bandages","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.BoomMicrophone","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_CoffeeCup","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticCricketBat","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticIceStaff","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticRaiderStaff","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticTagillaSledgehammer","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticWalkingCane","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticWalkingCaneGrandFather","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticWalkingCaneJP","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticWalkingCaneMetal","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Chainsaw","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticBingoDotter","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticBingoDotterOrange","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticBingoDotterRed","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticBingoDotterTeal","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticBingoDotterYellow","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Postal_Petition","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticMeatChunk1","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticMeatChunk2","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticMeatChunk3","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticMeatChunk4","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticMeatChunk5","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_MoneyStack","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticOrgan_Brain","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticOrgan_Hand","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticOrgan_Heart","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticOrgan_Kidney","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.AuthenticOrgan_Liver","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_Paintbrush","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_Pills","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_PomPomBlue","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_PomPomRed","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_PomPomWhite","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Authentic_PomPomBlack","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.MetalSpike","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ShortMetalSpike","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.KnifeEnd","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.SpikePick","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ShortMetalSpear","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.MediumMetalSpike","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophone_Media01","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophone_Media02","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophone_Media03","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophone_Media04","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophone_Media05","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophoneMuffler_Media01","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophoneMuffler_Media02","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophoneMuffler_Media03","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophoneMuffler_Media04","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.ReporterMicrophoneMuffler_Media05","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.RemoteControl_Box","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Stake2","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Stop_Sign","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.TorchMelee","DisplayCategory","WepMelee"); +TweakItem("AuthenticZClothing.Bag_Schoolbag_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_Schoolbag_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_Schoolbag_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagNBH_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagNBH_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagNBH_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDA_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDA_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDA_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlack_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlack_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlack_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDARed_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDARed_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDARed_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlue_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlue_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlue_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBag_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBag_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBag_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBagTINT_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBagTINT_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBagTINT_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBagGrey_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBagGrey_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_DuffelBagGrey_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_NormalHikingBag_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_NormalHikingBag_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_NormalHikingBag_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_BigHikingBag_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_BigHikingBag_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_BigHikingBag_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_Army_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_Army_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_Army_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_UrbanCamo_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_UrbanCamo_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_UrbanCamo_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Handbag_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Plasticbag_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Garbagebag_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Purse_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Tote_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.EmptySandbag_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.SeedBag_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Toolbox_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.FirstAidKit_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Lunchbox_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Lunchbox2_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.PistolCase_Secondary","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Bag_B4BMom_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BMom_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BMom_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHolly_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHolly_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHolly_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHoffman_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHoffman_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHoffman_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BEvangelo_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BEvangelo_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BEvangelo_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BWalker_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BWalker_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BWalker_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ARVN_Rucksack_Tier_1","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ARVN_Rucksack_Tier_2","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ARVN_Rucksack_Tier_3","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ALICEpack_UrbanCamo","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BEvangelo","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHoffman","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BHolly","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BMom","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_B4BWalker","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDA","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlack","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDABlue","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_SchoolBagCEDARed","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_JerryCanBack","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_L4DeadMedkit","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_MilitaryWebbing_AZ","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Bag_MilitaryWebbingTightened_AZ","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Bag_SchoolBagNBH","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Bag_ProtonPack_Back","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Bag_UtilityBeltFront","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Bag_UtilityBeltFront_Loose","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Bag_UtilityBeltDesert","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Bag_UtilityBeltDesert_Loose","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Bag_Satchel","DisplayCategory","ClothB"); +TweakItem("AuthenticZClothing.Handbag2","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.Suitcase2","DisplayCategory","Container"); +TweakItem("AuthenticZClothing.AuthenticHairHeadband","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.BunnyEars","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CigarAZ","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalBobaFett","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalEvelKnievel","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalGreenDragon","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalKiss","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalOptimus","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalPowerRangerRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalShark","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalSnowLeopard","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalVenom","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLDecalSimple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLRacing","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmetFULLTINT","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_AuthenticCrashHelmet","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BalaclavaSpyBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BalaclavaSpyRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapBossTagilla","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapBossTagilla_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapClementine","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapClementine_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapEllis","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapEllis_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapDayZ","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapDayZ_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapHolly","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapHolly_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapHunter","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapHunter_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapJohnMorgan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapJohnMorgan_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapPrinceBelAir","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapPrinceBelAir_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapRedDI","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapRedDI_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapSeaHorse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapSeaHorse_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapWalker","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapWalker_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BaseballCapWhite_Reverse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BandanaTiedDesert","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BandanaMaskDesert","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BandanaDesert","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BandanaTiedRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BandanaMaskRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BandanaRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BeanyGrey","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BeretBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_BeretMime","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Boater_Blue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Boater_Green","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Boater_Purple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Boater_Red","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Boater_Yellow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_CheeseHat","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CultistHat","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Cowboy_Freddy","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_DeathMask","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Dimitrescu","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_DRLegoHead","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_FastFood_Donut","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_FootballHelmet_BlueStar","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_FootballHelmet_Chiefs","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_FootballHelmet_Packers","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_FootballHelmet_RedSkull","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_FootballHelmet_Patriots","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_GhostFace","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Gibus","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Gibus2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Grimes","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_HockeyMaskJason","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_JackoLantern","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_JasonSack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_KillaHelmet","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_LeatherFace","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Maid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_MichaelMyers","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_HardHat_Miner2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Nurse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_RuneDuel","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_StovePipe","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_SummerWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_SweatbandRBW","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_SweatbandOGP","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_SweatbandBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_SweatbandPink","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_SweatbandPurple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_TagillaMask","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_TagillaMask2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_TrueEyeCult","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_UncleSam","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_WeddingVeilBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_WeddingVeilPink","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_WinslowHelmet","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_Witchy_2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hat_WoolyHatWaldo","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoBlackDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoCamoDesert","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoCamoDesertDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoCamoForest","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoCamoForestDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoCamoForest2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoCamoForest2DOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoUrbanForest","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoUrbanForestDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoOliveDrab","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoOliveDrabDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoOrangePunch","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoOrangePunchDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoWhiteTINT","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.PonchoWhiteTINTDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_ArmyCamoUrban","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_ArmyOliveDrab","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_ArmyOliveDrab2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Bateman","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Bill","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Bub","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_ChuckGreene","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Clementine","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jumper_DiamondBillMurray","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_FiremanNMRIH","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_FiremanNMRIHOpen","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Francis","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_FrankWest","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Grimes","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Hunter","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_JimmyGibbs","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_LoganCarter","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Mom","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_PaddedEvangelo","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_PaddedEvangeloDOWN","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_PostalDude","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Scandroid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Trenchcoat","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Zoey","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_BlueStar","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker1","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker3","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker4","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker5","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker6","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker7","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker8","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker9","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_GreenBayPacker0","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs1","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs3","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs4","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs5","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs6","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs7","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs8","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs1","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs9","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_KCChiefs0","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots1","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots3","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots4","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots5","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots6","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots7","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots8","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots9","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_NEPatriots0","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jersey_RedSkull","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Suit_JacketBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Suit_JacketJessie","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Suit_JacketJoker","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Suit_JacketNick","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Suit_JacketSamB","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Suit_JacketGMan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_Black","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_Black","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_Black","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_Bengal","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_Bengal","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_Bengal","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_Checkered","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_Checkered","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_Checkered","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_BluePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_BluePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_BluePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_GreenPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_GreenPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_GreenPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_GreyPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_GreyPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_GreyPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_OrangePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_OrangePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_OrangePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_PurplePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_PurplePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_PurplePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_RedPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_RedPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_RedPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_TurquoisePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_TurquoisePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_TurquoisePlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_YellowPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_YellowPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_YellowPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_Vegan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_Vegan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_Vegan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieDOWN_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieUP_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HoodieTied_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Reporter_LBMW","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Reporter_Radio","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jacket_Reporter_3N","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Jumper_PoloNeckCheeseRoyale","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.SnowGhillie_Top","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Necklace_B","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Necklace_GoldCrucifix","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.AuthenticFreeHugsSign","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Stomach_Intestines","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Stomach_Intestines2","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Stomach_Intestines3","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.AmmoStrap_Bullets2","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.AmmoStrap_Shells2","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Apron_DonutAZ","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Apron_GreenSeaHorse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Apron_Short","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Apron_Yellow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Authentic_Headphones","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Authentic_HeadphonesNeck","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Authentic_Headphones2","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Authentic_HeadphonesNeck2","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Bikini_Pattern02","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Bikini_Pattern03","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Bikini_Pattern04","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.BlueZskin_F1","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.BlueZskin_F2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.GreeneZ_F","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.BlueZskin_M1","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.BlueZskin_M2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CameraDSLR","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Cigarette","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.ClownNose","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.ClownTop","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CultistRobe","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CultistSign","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CultistMask","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.GearWinslow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Glasses_AviatorsSunset","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Glasses_ReadingBlack","DisplayCategory","ClothA"); +TweakItem("AuthenticZClothing.Gloves_FreddyKreuger","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_LeatherGlovesBlackFull","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_LeatherGlovesWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_Black","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_FingerlessGlovesWHITE","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_FingerlessGlovesRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_FingerlessGlovesBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_LeatherWalker","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_White","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_WhitePatriots","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Gloves_LongWomenGlovesWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Hairstyle_Afro_Pick","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Hairstyle_Afro_Pick2","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Hairstyle_Pennywise","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.InflatableTube_AZ","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Leg_Cherry","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.MakeUp_BillMurray","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_ClownFace1Color","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_ClownFace2Color","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_Freddy","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_Insane","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_Joker","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_JokerColor","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_MimeBlack","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_MimeRed","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_Pennywise","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.MakeUp_ShotgunFace","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.Rose_Dimitrescu","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Scarf_Black","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Scarf_DarkGreen","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_Black_Zed_M","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_Charcoal_Zed_M","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_Tan_Zed_M","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_White_Zed_M","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_White_Zed_M2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_White_Zed_Winslow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_White_Zed_M_TattooArms","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_Black_Zed_W","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_Charcoal_Zed_W","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_Tan_Zed_W","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_White_Dimitrescu","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_White_Zed_W","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skin_White_Zed_W2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Stomach_Intestines","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Stomach_Intestines2","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Tattoo_LeftArm1","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.Tattoo_RightArm1","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.Tattoo_Wally","DisplayCategory","Appear"); +TweakItem("AuthenticZClothing.Tie_Full_BlueSpy","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_Full_Brad","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_Full_GMan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_Full_Red","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_BowTieWorn_Blue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_BowTieWorn_Green","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_BowTieWorn_Purple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_BowTieWorn_Red","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tie_BowTieWorn_Yellow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Wood_Chunk_1","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Arm_LeftBone","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.Arm_LeftHandBone","DisplayCategory","ClothM"); +TweakItem("AuthenticZClothing.BlackLeggings_Bottoms","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.DungareesWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongDenimWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSport_Blue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportBluePurple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportChiefs","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportGold","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportGolden","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportLightBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportNeon","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportPatriots","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportPinkBlackBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportPopcicle","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportPurple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_LongSportWatermelon","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_ShortSport_Neon","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_ShortSport_PinkBlackBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_ShortSport_Popcicle","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shorts_ShortSport_Sunset","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skirt_LVCheerleader","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skirt_ShortBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skirt_ShortCheerleader","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skirt_ShortJessie","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skirt_ShortPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skirt_ShortRedPlaid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Skirt_ShortXian","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.SnowGhillie_Trousers","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_BarbershopBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_BarbershopGreen","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_BarbershopPurple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_BarbershopRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_BarbershopYellow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_BelAir","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_Coach","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_DefaultJeans","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_DesignerTINT","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_FiremanNMRIH","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_Flyboy","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_Grimes","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SuitBrad","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SuitBrown","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SuitJoker","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SuitVeryRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.TrousersMesh_Bill","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.TrousersMesh_Bub","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_JeanDark","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.TrousersMesh_JimmyGibbs","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_JohnMorgan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_OliveDrab","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_OliveDrab2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_Sport","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SportKilla","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SportRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SportBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SportGreen","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SportYellow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SuitBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SuitGMan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_SuitNick","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_Tagilla","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Trousers_UncleSam","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_Bill_Murray","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_Bub","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_Cheerleader","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_CropTopLVCheerleader","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_DenimBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalAsh","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalBateman","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalBrad","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalDayZ","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalJoker","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalNick","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalBlack_ShortSleeve","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalBlue_ShortSleeve","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_FormalRed_ShortSleeve","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_LumberJackShort","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_LumberJackShortRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_LumberjackTheyLive","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_MimeBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_MimeRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_MimeRed2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_Walker","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shirt_WhiteStriped","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Sweater_Freddy","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_Badass","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.TShirt_BrickBuster","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_Coach","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_CheeseRoyale","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_CheeseRoyale2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_Ellis","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_Holly","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_Icon","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_IconNumbers","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_JohnMorgan","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_LegoHead","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_LogoTest","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_LoganCarter","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_PostalDude","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_PrinceBelAir","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.TShirt_RedStriped","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_Rochelle","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_Rock2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SpiffoNEW","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportBluePurple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportGrey","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportGold","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportKilla","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportKillaLong","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportLightBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportNeon","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportPinkBlackBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportPopcicle","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportPurple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportSunset","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportWatermelon","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_SportWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Tshirt_VotePedro","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletRPD","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletKilla","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletTagilla","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletTV110_Bag","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletTV110_Bag_Radio","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletTV110_BulletVest","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_BulletTV110_BulletVest_Radio","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_HighViz_Press","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Hunting_Beige","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Hunting_Wally","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Rim_Duke","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Rim_TINT","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Waistcoat_Barbershop_Blue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Waistcoat_Barbershop_Green","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Waistcoat_Barbershop_Purple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Waistcoat_Barbershop_Red","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Waistcoat_Barbershop_Yellow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Waistcoat_Joker_Orange","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Vest_Waistcoat_Mime","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Rainboots_Yellow","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_ArmyBootsOrange","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_BillMurray","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_BrownBoots","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_OneBlackBoot","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_Clown","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_JimmyGibbs","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_LegWarmers","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_LegWarmersNeonBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_LegWarmersNeonPink","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_LegWarmersPurple","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_Maid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_Nurse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_Pale","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_BlackPinkTrainers","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_SlippersBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainersAZ","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerBlackandWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerPinkandWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerBlackMamba","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerGreenandWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerRedandBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_TrainerWhitePlain","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Shoes_White","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_Charcoal","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_MaidStockings","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_MimeLeggings","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_NurseThigh","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_RedStriped01","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_RedStriped02","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_RedStriped03","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_PurpleStripedWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_BlueStripedWhite","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_DarkGreen","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Socks_Long_StockingsBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_BigDaddy","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_BlackMamba","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_CrossingGuard","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_PrisonerClassic","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_GhostbustersSpengler","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_GhostbustersStantz","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_GhostbustersVenkman","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_GhostbustersZeddemore","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_Halloween","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_Pennywise","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Boilersuit_PrisonerClassic","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.BunnyTail","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Clown_Coveralls","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CEDAHazmatSuit","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CEDAHazmatSuitBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CEDAHazmatSuitBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.CEDAHazmatSuitRed","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.NBHHazmatSuit","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Dimitrescu","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Flower","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Flower_Knees","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Knees_Black","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_LongBlack","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_LongBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_LongFlower","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_LongPink","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_LongPolkadot","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Maid","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_NormalBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_NormalPink","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Nurse","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Purna","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Polkadot","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Polkadot_Knees","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Dress_Short2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.HazmatSuit2","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Mime_Overalls","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.Red_LongJohns","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.WeddingDressBlue","DisplayCategory","Cloth"); +TweakItem("AuthenticZClothing.WeddingDressPink","DisplayCategory","Cloth"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/CornerStore_Items.lua b/media/lua/client/Mod Support/CornerStore_Items.lua new file mode 100644 index 0000000..f0c0234 --- /dev/null +++ b/media/lua/client/Mod Support/CornerStore_Items.lua @@ -0,0 +1,66 @@ +require("ItemTweaker_Copy_CC"); + +--CornerStoreCandiesAndSodas +TweakItem("CCS.Pepso","DisplayCategory","FoodB"); +TweakItem("CCS.DrPepppa","DisplayCategory","FoodB"); +TweakItem("CCS.FantoOrange","DisplayCategory","FoodB"); +TweakItem("CCS.FantoPurple","DisplayCategory","FoodB"); +TweakItem("CCS.FantoRed","DisplayCategory","FoodB"); +TweakItem("CCS.RootBeer","DisplayCategory","FoodB"); +TweakItem("CCS.RedDeath","DisplayCategory","FoodB"); +TweakItem("CCS.LemonLime","DisplayCategory","FoodB"); +TweakItem("CCS.GingerAle","DisplayCategory","FoodB"); +TweakItem("CCS.MootinDiw","DisplayCategory","FoodB"); +TweakItem("CCS.MootinDiwQ","DisplayCategory","FoodB"); +TweakItem("CCS.YF","DisplayCategory","FoodB"); +TweakItem("CCS.RokaCola","DisplayCategory","FoodB"); +TweakItem("CCS.Haterade","DisplayCategory","FoodB"); +TweakItem("CCS.Doritas","DisplayCategory","FoodN"); +TweakItem("CCS.Leis","DisplayCategory","FoodN"); +TweakItem("CCS.Tingles","DisplayCategory","FoodN"); +TweakItem("CCS.TinglesMini","DisplayCategory","FoodN"); +TweakItem("CCS.Bugles","DisplayCategory","FoodN"); +TweakItem("CCS.Snackers","DisplayCategory","FoodN"); +TweakItem("CCS.Leeroy","DisplayCategory","FoodN"); +TweakItem("CCS.ChitChat","DisplayCategory","FoodN"); +TweakItem("CCS.SNM","DisplayCategory","FoodN"); +TweakItem("CCS.Boreal","DisplayCategory","FoodN"); +TweakItem("CCS.Tittles","DisplayCategory","FoodN"); +TweakItem("CCS.4muskepeers","DisplayCategory","FoodN"); +TweakItem("CCS.Coffeechisps","DisplayCategory","FoodN"); +TweakItem("CCS.Almondjaws","DisplayCategory","FoodN"); +TweakItem("CCS.ZersheyBar","DisplayCategory","FoodN"); +TweakItem("CCS.Mounds","DisplayCategory","FoodN"); +TweakItem("CCS.PayDay","DisplayCategory","FoodN"); +TweakItem("CCS.CCBlack","DisplayCategory","FoodN"); +TweakItem("CCS.CCYellow","DisplayCategory","FoodN"); +TweakItem("CCS.CCPink","DisplayCategory","FoodN"); +TweakItem("CCS.Kwix","DisplayCategory","FoodN"); +TweakItem("CCS.RRBlue","DisplayCategory","FoodN"); +TweakItem("CCS.RRRed","DisplayCategory","FoodN"); +TweakItem("CCS.RRGreen","DisplayCategory","FoodN"); +TweakItem("CCS.BagofRollys","DisplayCategory","FoodN"); +TweakItem("CCS.SweetTreats","DisplayCategory","FoodN"); +TweakItem("CCS.GumStickRed","DisplayCategory","FoodN"); +TweakItem("CCS.GumStickBlue","DisplayCategory","FoodN"); +TweakItem("CCS.GumPackRed","DisplayCategory","FoodN"); +TweakItem("CCS.GumPackBlue","DisplayCategory","FoodN"); +TweakItem("CCS.PepsoCan","DisplayCategory","FoodB"); +TweakItem("CCS.DrPeppaCan","DisplayCategory","FoodB"); +TweakItem("CCS.FantoGrapeCan","DisplayCategory","FoodB"); +TweakItem("CCS.FantoRedCan","DisplayCategory","FoodB"); +TweakItem("CCS.FantoOrangeCan","DisplayCategory","FoodB"); +TweakItem("CCS.RootBeerCan","DisplayCategory","FoodB"); +TweakItem("CCS.RokaColaCan","DisplayCategory","FoodB"); +TweakItem("CCS.GingerAleCan","DisplayCategory","FoodB"); +TweakItem("CCS.LemonLimeCan","DisplayCategory","FoodB"); +TweakItem("CCS.MootinDiwCan","DisplayCategory","FoodB"); +TweakItem("CCS.MootinDiwQCan","DisplayCategory","FoodB"); +TweakItem("CCS.RCCan","DisplayCategory","FoodB"); +TweakItem("CCS.YFCan","DisplayCategory","FoodB"); +TweakItem("CCS.HateradeWh","DisplayCategory","FoodB"); +TweakItem("CCS.HateradeBl","DisplayCategory","FoodB"); +TweakItem("CCS.HateradeYl","DisplayCategory","FoodB"); +TweakItem("CCS.minichugBL","DisplayCategory","FoodB"); +TweakItem("CCS.minichugPi","DisplayCategory","FoodB"); +TweakItem("CCS.minichugOr","DisplayCategory","FoodB"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/DJVirus_Items.lua b/media/lua/client/Mod Support/DJVirus_Items.lua new file mode 100644 index 0000000..20574b8 --- /dev/null +++ b/media/lua/client/Mod Support/DJVirus_Items.lua @@ -0,0 +1,214 @@ +require("ItemTweaker_Copy_CC"); + +--BetterBelts +TweakItem("Base.Belt3","DisplayCategory","Cloth"); +TweakItem("Base.Belt4","DisplayCategory","Cloth"); +TweakItem("Base.HolsterSimpleL","DisplayCategory","ClothA"); +TweakItem("Base.FirstAidKitB","DisplayCategory","Container"); +TweakItem("Base.AFAK","DisplayCategory","Container"); +TweakItem("Base.AFAKB","DisplayCategory","Container"); +TweakItem("Base.ToolBoxB","DisplayCategory","Container"); +TweakItem("Base.LunchboxB","DisplayCategory","Container"); +TweakItem("Base.Lunchbox2B","DisplayCategory","Container"); +TweakItem("Base.QuiverB","DisplayCategory","Container"); +TweakItem("Base.PistolCase1B","DisplayCategory","Container"); +TweakItem("Base.TentKitGreen","DisplayCategory","SurCamp"); +TweakItem("Base.HookB","DisplayCategory","Craft"); +TweakItem("Base.HookedWaterBottleEmptyOrange","DisplayCategory","Container"); +TweakItem("Base.HookedWaterBottleFullOrange","DisplayCategory","FoodB"); +TweakItem("Base.HookedWaterBottleEmptyYellow","DisplayCategory","Container"); +TweakItem("Base.HookedWaterBottleFullYellow","DisplayCategory","FoodB"); +TweakItem("Base.HookedWaterBottleEmptyGreen","DisplayCategory","Container"); +TweakItem("Base.HookedWaterBottleFullGreen","DisplayCategory","FoodB"); +TweakItem("Base.HookedWaterBottleEmptyPurple","DisplayCategory","Container"); +TweakItem("Base.HookedWaterBottleFullPurple","DisplayCategory","FoodB"); +TweakItem("Base.HookedWaterBottleEmptyRed","DisplayCategory","Container"); +TweakItem("Base.HookedWaterBottleFullRed","DisplayCategory","FoodB"); +--ScrapArmor +TweakItem("Base.Rucksack","DisplayCategory","ClothB"); +TweakItem("Base.SwordSheath","DisplayCategory","ClothA"); +TweakItem("Base.ScrapLegPouchL","DisplayCategory","ClothA"); +TweakItem("Base.ScrapLegPouchR","DisplayCategory","ClothA"); +TweakItem("SArmor.ArmorMag1","DisplayCategory","LitR"); +TweakItem("SArmor.ArmorMag2","DisplayCategory","LitR"); +TweakItem("SArmor.ArmorMag3","DisplayCategory","LitR"); +TweakItem("SArmor.ArmorMag4","DisplayCategory","LitR"); +TweakItem("SArmor.ArmorMag5","DisplayCategory","LitR"); +TweakItem("Base.ScrapShield","DisplayCategory","WepShield"); +TweakItem("Base.WoodenShield","DisplayCategory","WepShield"); +TweakItem("Base.ScrapShieldPainted1","DisplayCategory","WepShield"); +TweakItem("Base.ScrapShieldPainted2","DisplayCategory","WepShield"); +TweakItem("Base.ScrapShieldPainted3","DisplayCategory","WepShield"); +TweakItem("Base.CarDoorShield","DisplayCategory","WepShield"); +TweakItem("Base.CarDoorShield1","DisplayCategory","WepShield"); +TweakItem("Base.CarDoorShield2","DisplayCategory","WepShield"); +TweakItem("Base.ScrapHandPlate2R","DisplayCategory","Cloth"); +TweakItem("Base.ScrapHandPlate2L","DisplayCategory","Cloth"); +TweakItem("Base.ScrapHandPlateR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapHandPlateL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapHandPlateStuddedR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapHandPlateStuddedL","DisplayCategory","Cloth"); +TweakItem("Base.Hat_ScrapKettleHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_ScrapHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_ScrapHelmetopen","DisplayCategory","Cloth"); +TweakItem("Base.Hat_MotorcycleHelmet2","DisplayCategory","Cloth"); +TweakItem("Base.Hat_WelderMask2","DisplayCategory","Cloth"); +TweakItem("Base.Hat_MotorcycleHelmet2open","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Rebreather","DisplayCategory","Cloth"); +TweakItem("Base.ScrapKiltSign","DisplayCategory","Cloth"); +TweakItem("Base.ScrapKiltPlated","DisplayCategory","Cloth"); +TweakItem("Base.ScrapKiltStudded","DisplayCategory","Cloth"); +TweakItem("Base.ScrapKilt","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadBoltsL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadBoltsR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadSign2L","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadSign2R","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadSignL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapLegPadSignR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapPauldrons","DisplayCategory","Cloth"); +TweakItem("Base.ScrapPauldrons2","DisplayCategory","Cloth"); +TweakItem("Base.ScrapPauldrons2Studded","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShinPlateR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShinPlateL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShinPlateStuddedR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShinPlateStuddedL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShinPlate2R","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShinPlate2L","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadSawL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadSawR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadBoltsL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadBoltsR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadSignL","DisplayCategory","Cloth"); +TweakItem("Base.ScrapShoulderPadSignR","DisplayCategory","Cloth"); +TweakItem("Base.ScrapVest","DisplayCategory","Cloth"); +TweakItem("Base.ScrapVestPlated","DisplayCategory","Cloth"); +TweakItem("Base.ScrapVestSign","DisplayCategory","Cloth"); +TweakItem("Base.ScrapVestStudded","DisplayCategory","Cloth"); +--ScrapGuns +TweakItem("SGuns.ScrapGunMag1","DisplayCategory","LitR"); +TweakItem("SGuns.ScrapGunMag2","DisplayCategory","LitR"); +TweakItem("SGuns.ScrapGunMag3","DisplayCategory","LitR"); +TweakItem("SGuns.ScrapGunMag4","DisplayCategory","LitR"); +TweakItem("SGuns.SSBox","DisplayCategory","Ammo"); +TweakItem("SGuns.MetalScraps","DisplayCategory","Ammo"); +TweakItem("SGuns.ShrapnelShell","DisplayCategory","Ammo"); +TweakItem("SGuns.SRMagazine","DisplayCategory","WepAmmoMag"); +TweakItem("SGuns.HPS","DisplayCategory","WepFire"); +TweakItem("SGuns.HP","DisplayCategory","WepFire"); +TweakItem("SGuns.HDBS","DisplayCategory","WepFire"); +TweakItem("SGuns.SR","DisplayCategory","WepFire"); +TweakItem("SGuns.SRB","DisplayCategory","WepFire"); +TweakItem("SGuns.NailBomb","DisplayCategory","WepBomb"); +TweakItem("SGuns.GlassBomb","DisplayCategory","WepBomb"); +TweakItem("SGuns.HPB","DisplayCategory","WepBomb"); +TweakItem("SGuns.HD","DisplayCategory","WepBomb"); +TweakItem("SGuns.TBottle","DisplayCategory","WepRanged"); +TweakItem("SGuns.SlamFire","DisplayCategory","WepFire"); +TweakItem("SGuns.SBBox","DisplayCategory","Ammo"); +TweakItem("SGuns.SBullets","DisplayCategory","Ammo"); +TweakItem("SGuns.SSMGMagazine","DisplayCategory","WepAmmoMag"); +TweakItem("SGuns.SARBO","DisplayCategory","WepFire"); +TweakItem("SGuns.SSMGUnfolded","DisplayCategory","WepFire"); +TweakItem("SGuns.SSMGFolded","DisplayCategory","WepFire"); +TweakItem("SGuns.SAR","DisplayCategory","WepFire"); +TweakItem("SGuns.SARB","DisplayCategory","WepFire"); +TweakItem("SGuns.SSR","DisplayCategory","WepFire"); +TweakItem("SGuns.ScrapPistol","DisplayCategory","WepFire"); +TweakItem("SGuns.ScrapSMG","DisplayCategory","WepFire"); +TweakItem("SGuns.ScrapSMGMagazine","DisplayCategory","WepAmmoMag"); +TweakItem("SGuns.ScrapPistolMagazine","DisplayCategory","WepAmmoMag"); +TweakItem("SGuns.ScrapBullets","DisplayCategory","Ammo"); +TweakItem("SGuns.ScrapBBox","DisplayCategory","Ammo"); +TweakItem("SGuns.ScrapGatling","DisplayCategory","WepFire"); +TweakItem("SGuns.GatlingBoxMagazine","DisplayCategory","WepAmmoMag"); +--ScrapWeapons +TweakItem("SWeapons.WeaponMag1","DisplayCategory","LitR"); +TweakItem("SWeapons.WeaponMag2","DisplayCategory","LitR"); +TweakItem("SWeapons.WeaponMag3","DisplayCategory","LitR"); +TweakItem("SWeapons.WeaponMag4","DisplayCategory","LitR"); +TweakItem("SWeapons.WeaponMag5","DisplayCategory","LitR"); +TweakItem("SWeapons.WeaponMag6","DisplayCategory","LitR"); +TweakItem("SWeapons.2x4","DisplayCategory","WepMelee"); +TweakItem("SWeapons.2x4Can","DisplayCategory","WepMelee"); +TweakItem("SWeapons.2x4Nail","DisplayCategory","WepMelee"); +TweakItem("SWeapons.2x4Bolt","DisplayCategory","WepMelee"); +TweakItem("SWeapons.2x4Scissors","DisplayCategory","WepMelee"); +TweakItem("SWeapons.2x4Screwdriver","DisplayCategory","WepMelee"); +TweakItem("SWeapons.2x4SScrewdriver","DisplayCategory","WepMelee"); +TweakItem("SWeapons.ScrapPickaxe","DisplayCategory","WepMelee"); +TweakItem("SWeapons.BigScrapPickaxe","DisplayCategory","WepMelee"); +TweakItem("SWeapons.PipewithScissors","DisplayCategory","WepMelee"); +TweakItem("SWeapons.TireIronAxe","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedPipeWrench","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedClimbingAxe","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SharpenedStopSign","DisplayCategory","WepMelee"); +TweakItem("SWeapons.HugeScrapPickaxe","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedCrowbar","DisplayCategory","WepMelee"); +TweakItem("SWeapons.BoltBat","DisplayCategory","WepMelee"); +TweakItem("SWeapons.ChainBat","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedPipe","DisplayCategory","WepMelee"); +TweakItem("SWeapons.TinCanClub","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedSledgehammer","DisplayCategory","WepMelee"); +TweakItem("SWeapons.GearMace","DisplayCategory","WepMelee"); +TweakItem("SWeapons.WireBat","DisplayCategory","WepMelee"); +TweakItem("SWeapons.Micromaul","DisplayCategory","WepMelee"); +TweakItem("SWeapons.ScrapSword","DisplayCategory","WepMelee"); +TweakItem("SWeapons.ScrapMachete","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedNightstick","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedMachete","DisplayCategory","WepMelee"); +TweakItem("SWeapons.ScrapBlade","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedBlade","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedCleaver","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SharpenedScrewdriver","DisplayCategory","WepMelee"); +TweakItem("SWeapons.GlassShiv","DisplayCategory","WepMelee"); +TweakItem("SWeapons.ScrapShiv","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedShiv","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SalvagedShivO","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SpearSharpenedScrewdriver","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SpearScrapShiv","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SpearScrapMachete","DisplayCategory","WepMelee"); +TweakItem("SWeapons.SpearSalvaged","DisplayCategory","WepMelee"); +TweakItem("SWeapons.ScrapSpear","DisplayCategory","WepMelee"); +--TheWorkshop +TweakItem("Base.Toolbelt","DisplayCategory","ClothA"); +TweakItem("Base.NailGun","DisplayCategory","Tool"); +TweakItem("Base.NailGunMagazine","DisplayCategory","Tool"); +TweakItem("Base.CordlessDrill","DisplayCategory","Tool"); +TweakItem("TW.WorkshopMag1","DisplayCategory","LitR"); +TweakItem("TW.WorkshopMag2","DisplayCategory","LitR"); +TweakItem("TW.WorkshopMag3","DisplayCategory","LitR"); +TweakItem("TW.WorkshopMag4","DisplayCategory","LitR"); +TweakItem("TW.WorkshopMag5","DisplayCategory","LitR"); +TweakItem("TW.MetalBarMold","DisplayCategory","CraftMetal"); +TweakItem("TW.SmallMetalSheetMold","DisplayCategory","CraftMetal"); +TweakItem("TW.PropaneGasFurnace","DisplayCategory","Craft"); +TweakItem("TW.GunParts","DisplayCategory","Craft"); +TweakItem("TW.AirTank","DisplayCategory","Craft"); +TweakItem("TW.MetalWorkbench","DisplayCategory","Craft"); +TweakItem("TW.MetalParts","DisplayCategory","CraftMetal"); +TweakItem("TW.BoxScrews","DisplayCategory","Craft"); +TweakItem("TW.BoxLargeBolts","DisplayCategory","Craft"); +TweakItem("TW.LargeBolt","DisplayCategory","Craft"); +TweakItem("TW.Spring","DisplayCategory","Craft"); +TweakItem("TW.Chain","DisplayCategory","Craft"); +TweakItem("TW.Motor","DisplayCategory","Craft"); +TweakItem("TW.File","DisplayCategory","Tool"); +TweakItem("TW.Pliers","DisplayCategory","Tool"); +TweakItem("TW.GolfClubHead","DisplayCategory","Craft"); +TweakItem("TW.HammerHead","DisplayCategory","Craft"); +TweakItem("TW.SledgeHammerHead","DisplayCategory","Craft"); +TweakItem("TW.AxeHead","DisplayCategory","Craft"); +TweakItem("TW.SmallBlade","DisplayCategory","Craft"); +TweakItem("TW.SmallMetalBar","DisplayCategory","Craft"); +TweakItem("TW.MeatCleaverHead","DisplayCategory","Craft"); +TweakItem("TW.ScytheHead","DisplayCategory","Craft"); +TweakItem("TW.LongBlade","DisplayCategory","Craft"); +TweakItem("TW.ShovelHead","DisplayCategory","Craft"); +TweakItem("TW.HoeHead","DisplayCategory","Craft"); +TweakItem("TW.PickaxeHead","DisplayCategory","Craft"); +TweakItem("TW.RakeHead","DisplayCategory","Craft"); +TweakItem("TW.ForkHead","DisplayCategory","Craft"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/DLTS_Items.lua b/media/lua/client/Mod Support/DLTS_Items.lua new file mode 100644 index 0000000..7881d89 --- /dev/null +++ b/media/lua/client/Mod Support/DLTS_Items.lua @@ -0,0 +1,172 @@ +require("ItemTweaker_Copy_CC"); + +--DLTS +--Container +TweakItem("DLTS.LTSDryingMeatWet","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingMeat","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingHerbsWet","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingHerbs","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingVegetableWet","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingVegetable","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingFruitWet","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingFruit","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingMushroomWet","DisplayCategory","Container"); +TweakItem("DLTS.LTSDryingMushroom","DisplayCategory","Container"); +TweakItem("DLTS.LTSChemEmpty","DisplayCategory","Container"); +TweakItem("DLTS.LTSBoxBlank","DisplayCategory","Container"); +TweakItem("DLTS.LTSBoxRed","DisplayCategory","Container"); +TweakItem("DLTS.LTSBoxBlue","DisplayCategory","Container"); +TweakItem("DLTS.LTSBoxGray","DisplayCategory","Container"); +TweakItem("DLTS.LTSBoxGreen","DisplayCategory","Container"); +TweakItem("DLTS.LTSBoxPurple","DisplayCategory","Container"); +TweakItem("DLTS.LTSBoxYellow","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar00","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar01","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar02","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar03","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar04","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar05","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar06","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar07","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar08","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar09","DisplayCategory","Container"); +TweakItem("DLTS.LTSStorageCellar10","DisplayCategory","Container"); +TweakItem("DLTS.LTSWaterCanEmpty","DisplayCategory","Container"); +--Cooking +TweakItem("DLTS.LTSFermentingJuiceOld","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSFermentingVinegar","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSYeastWet","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSYeastDry","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSSugarWet","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSSeasoningHerbs","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSSeasoningFruit","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSSeasoningMushroom","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSPropaneTankEmpty","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSClingWrap","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSSaltWet","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSSaltDry","DisplayCategory","Cooking"); +TweakItem("DLTS.LTSStackHoneyComb","DisplayCategory","Cooking"); +--Crafting +TweakItem("DLTS.LTSStackHinge","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackDoorknob","DisplayCategory","Craft"); +TweakItem("DLTS.LTSWoodBits","DisplayCategory","Craft"); +TweakItem("DLTS.LTSWoodAsh","DisplayCategory","Craft"); +TweakItem("DLTS.LTSCharcoalPowder","DisplayCategory","Craft"); +TweakItem("DLTS.LTSGlueMixture","DisplayCategory","Craft"); +TweakItem("DLTS.LTSPineTar","DisplayCategory","Craft"); +TweakItem("DLTS.LTSLimestone","DisplayCategory","Craft"); +TweakItem("DLTS.LTSQuicklime","DisplayCategory","Craft"); +TweakItem("DLTS.LTSScrapPlastic","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackBirchBark","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackPineCone","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackSharpedStone","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackStone","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackTreeBranch","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackTwigs","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackWoodBits","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackWoodAsh","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackCharcoalPowder","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackLimestone","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackScrapPlastic","DisplayCategory","Craft"); +TweakItem("DLTS.LTSStackLog","DisplayCategory","CraftCarp"); +TweakItem("DLTS.LTSStackPlank","DisplayCategory","CraftCarp"); +TweakItem("DLTS.LTSStackElectronicsScrap","DisplayCategory","CraftElec"); +TweakItem("DLTS.LTSStackScrapMetal","DisplayCategory","CraftMetal"); +TweakItem("DLTS.LTSStackSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("DLTS.LTSStackSmallSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("DLTS.LTSStackMetalPipe","DisplayCategory","CraftMetal"); +TweakItem("DLTS.LTSStackMetalBar","DisplayCategory","CraftMetal"); +TweakItem("DLTS.LTSRecycledThread","DisplayCategory","CraftTailor"); +--Food +TweakItem("DLTS.LTSFermentingJuiceYoung","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSFermentingWine","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSFruitWine","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSMoonshineDrink","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSTeaServingBirch","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSTeaServingFruit","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSTeaServingHerbs","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSMoonshine","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSWaterCanFilled","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSStackTeaServingBirch","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSStackTeaServingFruit","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSStackTeaServingHerbs","DisplayCategory","FoodB"); +TweakItem("DLTS.LTSHoneyCandyFruit","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSHoneyCandyHealing","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSHoneyCandyEnergy","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSHoneyBar","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSPickledVegetableWet","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSPickledVegetable","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSSugarDry","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSDriedMeat","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSDriedHerbs","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSDriedVegetable","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSDriedFruit","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSDriedMushroom","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSWildNuts","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSWildOnion","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSPineCone","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSHoneyComb","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSBirchBark","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSTobacco","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSCamomille","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSDandelion","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackCamomille","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackDandelion","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackWildNuts","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackViolets","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackGrapeLeaves","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackRosehips","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackCockroach","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackCricket","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackGrasshopper","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackWorm","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackHoneyCandyFruit","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackHoneyCandyHealing","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackHoneyCandyEnergy","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackHoneyBar","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackDriedMeat","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackDriedHerbs","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackDriedVegetable","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackDriedFruit","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSStackDriedMushroom","DisplayCategory","FoodN"); +TweakItem("DLTS.LTSBitsMeat","DisplayCategory","FoodP"); +TweakItem("DLTS.LTSBitsHerbs","DisplayCategory","FoodP"); +TweakItem("DLTS.LTSBitsVegetable","DisplayCategory","FoodP"); +TweakItem("DLTS.LTSBitsFruit","DisplayCategory","FoodP"); +TweakItem("DLTS.LTSBitsMushroom","DisplayCategory","FoodP"); +--Literature +TweakItem("DLTS.LTSWorkbookWood","DisplayCategory","LitR"); +TweakItem("DLTS.LTSWorkbookElectricity","DisplayCategory","LitR"); +TweakItem("DLTS.LTSWorkbookWelding","DisplayCategory","LitR"); +TweakItem("DLTS.LTSWorkbookTailoring","DisplayCategory","LitR"); +--Mechanics +TweakItem("DLTS.LTSCarTools","DisplayCategory","Mechanics"); +TweakItem("DLTS.LTSCarParts","DisplayCategory","Mechanics"); +--Medical +TweakItem("DLTS.LTSTobaccoLeavesWet","DisplayCategory","Medical"); +TweakItem("DLTS.LTSTobaccoLeaves","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackTobacco","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackBlackSage","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackComfrey","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackCommonMallow","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackGinseng","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackLemonGrass","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackPlantain","DisplayCategory","Medical"); +TweakItem("DLTS.LTSStackWildGarlic","DisplayCategory","Medical"); +--Survival +TweakItem("DLTS.LTSUsedLiterature","DisplayCategory","SurCamp"); +TweakItem("DLTS.LTSBriquette","DisplayCategory","SurCamp"); +TweakItem("DLTS.LTSStackBriquette","DisplayCategory","SurCamp"); +TweakItem("DLTS.LTSCorpseFlesh","DisplayCategory","SurFarm"); +--Tools +TweakItem("DLTS.LTSLighterEmpty","DisplayCategory","Tool"); +TweakItem("DLTS.LTSLighterFluid","DisplayCategory","Tool"); +TweakItem("DLTS.LTSSharpeningStone","DisplayCategory","Tool"); +TweakItem("DLTS.LTSReplacementHandle","DisplayCategory","Tool"); +TweakItem("DLTS.LTSDryingRackEmpty","DisplayCategory","Tool"); +TweakItem("DLTS.LTSScrappingSaw","DisplayCategory","Tool"); +TweakItem("DLTS.LTSWoodBurner","DisplayCategory","Tool"); +--Weapons +TweakItem("DLTS.LTSBatHardened","DisplayCategory","WepMelee"); +TweakItem("DLTS.LTSBatBarbed","DisplayCategory","WepMelee"); +TweakItem("DLTS.LTSBatSpiked","DisplayCategory","WepMelee"); diff --git a/media/lua/client/Mod Support/EasyPacking_Items.lua b/media/lua/client/Mod Support/EasyPacking_Items.lua new file mode 100644 index 0000000..36a8e89 --- /dev/null +++ b/media/lua/client/Mod Support/EasyPacking_Items.lua @@ -0,0 +1,143 @@ +require("ItemTweaker_Copy_CC"); + +--EASYPACKING +TweakItem("Base.Soap2","DisplayCategory","Cleaning"); +TweakItem("GidOrganized.OS30pkAntibiotics","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS12pkAdhesiveBandages","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS9pkBandages","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS9pkSterileBandages","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS12pkCottonBalls","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS9pkBandagesDirty","DisplayCategory","CraftTailor"); +TweakItem("GidOrganized.OS50pkPainkillers","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkVitamins","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkBetaBlockers","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkAntidepressants","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkSleepingPills","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS4pkDisinfectant","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS30pkAlcoholWipes","DisplayCategory","Medical"); +TweakItem("GidOrganizedFood.OS6pkPopDiet","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS6pkPop","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS6pkFizz","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS6pkCannedSoup","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedBeans","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedBolognese","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedCarrots","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedChili","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedCorn","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedCornedBeef","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedMushSoup","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedPeas","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedPotato","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedTomato","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS8pkCannedTuna","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS4pkSardines","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS4pkCoffee","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS12pkWineEmpty","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS12pkWineEmpty2","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS8pkWhiskeyEmpty","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS24pkWaterBottleEmpty","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS24pkWaterBottleFull","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS4pkDuctTape","DisplayCategory","Craft"); +TweakItem("Packing.10pkGarbage","DisplayCategory","Craft"); +TweakItem("Packing.5pkGarbage","DisplayCategory","Craft"); +TweakItem("Packing.10pkSoap","DisplayCategory","Cleaning"); +TweakItem("Packing.5pkSoap","DisplayCategory","Cleaning"); +TweakItem("Packing.10pkTissue","DisplayCategory","Medical"); +TweakItem("Packing.5pkTissue","DisplayCategory","Medical"); +TweakItem("Packing.10pkThread","DisplayCategory","CraftTailor"); +TweakItem("Packing.5pkThread","DisplayCategory","CraftTailor"); +TweakItem("Packing.10pkWire","DisplayCategory","Craft"); +TweakItem("Packing.5pkWire","DisplayCategory","Craft"); +TweakItem("Packing.10pkFishingLine","DisplayCategory","SurFish"); +TweakItem("Packing.5pkFishingLine","DisplayCategory","SurFish"); +TweakItem("Packing.10pkTwine","DisplayCategory","Craft"); +TweakItem("Packing.5pkTwine","DisplayCategory","Craft"); +TweakItem("Packing.10pkMatches","DisplayCategory","SurCamp"); +TweakItem("Packing.5pkMatches","DisplayCategory","SurCamp"); +TweakItem("Packing.10pkSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkSheetMetalSmall","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkSheetMetalSmall","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkMetalBar","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkMetalBar","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkMetalPipe","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkMetalPipe","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkRope","DisplayCategory","Craft"); +TweakItem("Packing.5pkRope","DisplayCategory","Craft"); +TweakItem("Packing.10pkSheetRope","DisplayCategory","Tool"); +TweakItem("Packing.5pkSheetRope","DisplayCategory","Tool"); +TweakItem("Packing.10pkLighter","DisplayCategory","SurCamp"); +TweakItem("Packing.5pkLighter","DisplayCategory","SurCamp"); +TweakItem("Packing.10pkWoodGlue","DisplayCategory","Craft"); +TweakItem("Packing.5pkWoodGlue","DisplayCategory","Craft"); +TweakItem("Packing.10pkGlue","DisplayCategory","Craft"); +TweakItem("Packing.5pkGlue","DisplayCategory","Craft"); +TweakItem("Packing.4pkToiletPaper","DisplayCategory","Medical"); +TweakItem("Packing.20pkCigarettes","DisplayCategory","Misc"); +TweakItem("Packing.10pkFishingNet","DisplayCategory","SurFish"); +TweakItem("Packing.5pkFishingNet","DisplayCategory","SurFish"); +TweakItem("Packing.10pkBattery","DisplayCategory","CraftElec"); +TweakItem("Packing.5pkBattery","DisplayCategory","CraftElec"); +TweakItem("Packing.10pkElectronicsScrap","DisplayCategory","CraftElec"); +TweakItem("Packing.50pkElectronicsScrap","DisplayCategory","CraftElec"); +TweakItem("Packing.100pkElectronicsScrap","DisplayCategory","CraftElec"); +TweakItem("Packing.10pkRag","DisplayCategory","CraftTailor"); +TweakItem("Packing.50pkRag","DisplayCategory","CraftTailor"); +TweakItem("Packing.100pkRag","DisplayCategory","CraftTailor"); +TweakItem("Packing.10pkDenim","DisplayCategory","CraftTailor"); +TweakItem("Packing.50pkDenim","DisplayCategory","CraftTailor"); +TweakItem("Packing.100pkDenim","DisplayCategory","CraftTailor"); +TweakItem("Packing.10pkLeather","DisplayCategory","CraftTailor"); +TweakItem("Packing.50pkLeather","DisplayCategory","CraftTailor"); +TweakItem("Packing.100pkLeather","DisplayCategory","CraftTailor"); +TweakItem("Packing.6pkBeerCan","DisplayCategory","FoodB"); +TweakItem("Packing.6pkBeer","DisplayCategory","FoodB"); +TweakItem("Packing.10pkRopeSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkRopeSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkSheetRopeSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkSheetRopeSheetMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkScrapMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkScrapMetal","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkRopeMetalBar","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkRopeMetalBar","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkSheetRopeMetalBar","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkSheetRopeMetalBar","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkRopeMetalPipe","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkRopeMetalPipe","DisplayCategory","CraftMetal"); +TweakItem("Packing.10pkSheetRopeMetalPipe","DisplayCategory","CraftMetal"); +TweakItem("Packing.5pkSheetRopeMetalPipe","DisplayCategory","CraftMetal"); +TweakItem("Packing.6pkDogFood","DisplayCategory","FoodN"); +TweakItem("Packing.10pkRopeBranch","DisplayCategory","Craft"); +TweakItem("Packing.5pkRopeBranch","DisplayCategory","Craft"); +TweakItem("Packing.10pkSheetRopeBranch","DisplayCategory","Craft"); +TweakItem("Packing.5pkSheetRopeBranch","DisplayCategory","Craft"); +TweakItem("Packing.10pkWhiteWine","DisplayCategory","FoodB"); +TweakItem("Packing.5pkWhiteWine","DisplayCategory","FoodB"); +TweakItem("Packing.10pkOrangeSoda","DisplayCategory","FoodB"); +TweakItem("Packing.5pkOrangeSoda","DisplayCategory","FoodB"); +TweakItem("Packing.10pkWhiskey","DisplayCategory","FoodB"); +TweakItem("Packing.5pkWhiskey","DisplayCategory","FoodB"); +TweakItem("Packing.10pkRedWine","DisplayCategory","FoodB"); +TweakItem("Packing.5pkRedWine","DisplayCategory","FoodB"); +TweakItem("Packing.10pkSheetRopePlank","DisplayCategory","CraftCarp"); +TweakItem("Packing.5pkSheetRopePlank","DisplayCategory","CraftCarp"); +TweakItem("Packing.10pkRopePlank","DisplayCategory","CraftCarp"); +TweakItem("Packing.5pkRopePlank","DisplayCategory","CraftCarp"); +TweakItem("Packing.10pkMagazine","DisplayCategory","LitE"); +TweakItem("Packing.5pkMagazine","DisplayCategory","LitE"); +TweakItem("Packing.10pkNewspaper","DisplayCategory","LitE"); +TweakItem("Packing.5pkNewspaper","DisplayCategory","LitE"); +TweakItem("Packing.pkCarpentry","DisplayCategory","LitS"); +TweakItem("Packing.pkCooking","DisplayCategory","LitS"); +TweakItem("Packing.pkElectricity","DisplayCategory","LitS"); +TweakItem("Packing.pkFarming","DisplayCategory","LitS"); +TweakItem("Packing.pkFirstaid","DisplayCategory","LitS"); +TweakItem("Packing.pkFishing","DisplayCategory","LitS"); +TweakItem("Packing.pkForaging","DisplayCategory","LitS"); +TweakItem("Packing.pkMechanics","DisplayCategory","LitS"); +TweakItem("Packing.pkTailoring","DisplayCategory","LitS"); +TweakItem("Packing.pkMetalwork","DisplayCategory","LitS"); +TweakItem("Packing.pkTrapping","DisplayCategory","LitS"); +TweakItem("Packing.10pkBook","DisplayCategory","LitE"); +TweakItem("Packing.5pkBook","DisplayCategory","LitE"); + diff --git a/media/lua/client/Mod Support/EveryDoor_Items.lua b/media/lua/client/Mod Support/EveryDoor_Items.lua new file mode 100644 index 0000000..53a757e --- /dev/null +++ b/media/lua/client/Mod Support/EveryDoor_Items.lua @@ -0,0 +1,58 @@ +require("ItemTweaker_Copy_CC"); + +--EveryDoorIsYours +TweakItem("EADAY.CarpentryDoor1","DisplayCategory","CraftCarp"); +TweakItem("EADAY.CarpentryDoor2","DisplayCategory","CraftCarp"); +TweakItem("EADAY.CarpentryDoor3","DisplayCategory","CraftCarp"); +TweakItem("EADAY.CellDoor","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ChurchDoor_Blue_Left","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ChurchDoor_Blue_Right","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ChurchDoor_Walnut_Left","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ChurchDoor_Walnut_Right","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ClassroomDoor_Ebony","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ClassroomDoor_Pine","DisplayCategory","CraftCarp"); +TweakItem("EADAY.Door_Blue","DisplayCategory","CraftCarp"); +TweakItem("EADAY.Door_Walnut","DisplayCategory","CraftCarp"); +TweakItem("EADAY.Door_Mahogany","DisplayCategory","CraftCarp"); +TweakItem("EADAY.Door_White","DisplayCategory","CraftCarp"); +TweakItem("EADAY.DoorWithWindow_Walnut","DisplayCategory","CraftCarp"); +TweakItem("EADAY.DoorWithWindow_White","DisplayCategory","CraftCarp"); +TweakItem("EADAY.FittingRoomDoor_Beige","DisplayCategory","CraftCarp"); +TweakItem("EADAY.FittingRoomDoor_Brown","DisplayCategory","CraftCarp"); +TweakItem("EADAY.FittingRoomDoor_Graphite","DisplayCategory","CraftCarp"); +TweakItem("EADAY.GlassDoor_EbonyFrame","DisplayCategory","CraftCarp"); +TweakItem("EADAY.GlassDoor_MahoganyFrame","DisplayCategory","CraftCarp"); +TweakItem("EADAY.LargeWicket_ElaborateMetal2","DisplayCategory","CraftCarp"); +TweakItem("EADAY.LargeWicket_WoodenWithPeephole","DisplayCategory","CraftCarp"); +TweakItem("EADAY.MetalDoor_Brass","DisplayCategory","CraftCarp"); +TweakItem("EADAY.MetalDoor_Bronze","DisplayCategory","CraftCarp"); +TweakItem("EADAY.MetalDoor_Grey_Left","DisplayCategory","CraftCarp"); +TweakItem("EADAY.MetalDoor_Grey_Right","DisplayCategory","CraftCarp"); +TweakItem("EADAY.MetalDoor_Steel","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PileOCrepeDoor_Blue","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoor_Blue","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoor_Graphite","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoor_Green","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoor_Orange","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoor_Reddish","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoor_Spiffos","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoorWithWindow","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoorWithWindow_Pine_Left","DisplayCategory","CraftCarp"); +TweakItem("EADAY.PushDoorWithWindow_Pine_Right","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SecurityDoor","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ShedDoor","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SmallWicket_ElaborateMetal","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SmallWicket_MetalMesh","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SmallWicket_Wooden","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SlideGlassDoor_MahoganyFrame","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SlideGlassDoor_AluFrame","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SplitGlassDoor_EbonyFrame","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SplitGlassDoor_Fossoil","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SplitGlassDoor_Gas2Go","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SplitGlassDoor_GraphiteFrame_Left","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SplitGlassDoor_GraphiteFrame_Right","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SplitGlassDoor_Spiffos","DisplayCategory","CraftCarp"); +TweakItem("EADAY.SplitGlassDoor_PizzaWhirled","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ToiletCabinDoor_Blue","DisplayCategory","CraftCarp"); +TweakItem("EADAY.ToiletCabinDoor_Rose","DisplayCategory","CraftCarp"); +TweakItem("EADAY.UnknownDoor","DisplayCategory","CraftCarp"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/ExpandedHelicopterEvents_Items.lua b/media/lua/client/Mod Support/ExpandedHelicopterEvents_Items.lua new file mode 100644 index 0000000..dfe40ac --- /dev/null +++ b/media/lua/client/Mod Support/ExpandedHelicopterEvents_Items.lua @@ -0,0 +1,45 @@ +require("ItemTweaker_Copy_CC"); +--Courtesy of Athigo + +--Expanded Helicopter Event +TweakItem("EHE.Hat_SPHPolice","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SPHPoliceVISORUP","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SPHMilitary","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SPHMilitaryVISORUP","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SPHBlack","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SPHBlackVISORUP","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SPHCivilian","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SPHCivilianVISORUP","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_PressHelmet","DisplayCategory","Cloth"); +TweakItem("EHE.Hat_SurvivalistHelmet","DisplayCategory","Cloth"); +TweakItem("EHE.Jacket_DenimCutoff","DisplayCategory","Cloth"); +TweakItem("EHE.Boilersuit_PoliceFlying","DisplayCategory","Cloth"); +TweakItem("EHE.Boilersuit_BlackFlying","DisplayCategory","Cloth"); +TweakItem("EHE.Vest_BulletPress","DisplayCategory","Cloth"); +TweakItem("EHE.Vest_PilotSurvivalVest","DisplayCategory","Cloth"); +TweakItem("EHE.Vest_PilotSurvivalVestTightened","DisplayCategory","Cloth"); +TweakItem("EHE.Vest_BlackPilotSurvivalVest","DisplayCategory","Cloth"); +TweakItem("EHE.Vest_BlackPilotSurvivalVestTightened","DisplayCategory","Cloth"); +TweakItem("EHE.EmergencyWaterRation","DisplayCategory","FoodB"); +TweakItem("EHE.EmergencyWaterRationOpen","DisplayCategory","FoodB"); +TweakItem("EHE.ProteinBar","DisplayCategory","FoodN"); +TweakItem("EHE.MealReadytoEat","DisplayCategory","FoodN"); +TweakItem("EHE.MREWrapper","DisplayCategory","Junk"); +TweakItem("EHE.SignalFlare","DisplayCategory","Tool"); +TweakItem("EHE.SignalFlareSpent","DisplayCategory","Junk"); +TweakItem("EHE.EHE_Parachute","DisplayCategory","Junk"); +TweakItem("EHE.Bell206RotorBlade","DisplayCategory","Junk"); +TweakItem("EHE.Bell206TailBlade","DisplayCategory","Junk"); +TweakItem("EHE.Bell206HalfSkirt","DisplayCategory","Junk"); +TweakItem("EHE.UH1HRotorBlade","DisplayCategory","Junk"); +TweakItem("EHE.UH1HHalfSkirt","DisplayCategory","Junk"); +TweakItem("EHE.EmergencyFoodSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.EmergencyMedicalSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.EmergencySurvivalSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.BanditStashBox","DisplayCategory","Container"); +TweakItem("EHE.SurvivorFoodSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.SurvivorMedicalSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.SurvivorFishingSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.SurvivorSeedSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.SurvivorCanningSupplyBox","DisplayCategory","Container"); +TweakItem("EHE.SurvivorToiletSupplyBox","DisplayCategory","Container"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/ImmersiveMedicine_Items.lua b/media/lua/client/Mod Support/ImmersiveMedicine_Items.lua new file mode 100644 index 0000000..d4e265a --- /dev/null +++ b/media/lua/client/Mod Support/ImmersiveMedicine_Items.lua @@ -0,0 +1,64 @@ +require("ItemTweaker_Copy_CC"); + +--ImmersiveMedicine +--CLOTHING +TweakItem("iMeds.BloodPressureMonitorLeft","DisplayCategory","Medical"); +TweakItem("iMeds.BloodPressureMonitorRight","DisplayCategory","Medical"); +TweakItem("iMeds.HeartRateMonitorLeft","DisplayCategory","Medical"); +TweakItem("iMeds.HeartRateMonitorRight","DisplayCategory","Medical"); +--BLOODBAG +TweakItem("iMeds.EmptyBloodBag","DisplayCategory","Medical"); +TweakItem("iMeds.FullBloodBag","DisplayCategory","Medical"); +TweakItem("iMeds.PeripheralVenousCatheter","DisplayCategory","Medical"); +TweakItem("iMeds.BloodTestingKit","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagABN","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagABP","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagAN","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagAP","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagBN","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagBP","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagON","DisplayCategory","Medical"); +TweakItem("iMeds.ErythrocyteSuspensionBagOP","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagABN","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagABP","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagAN","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagAP","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagBN","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagBP","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagON","DisplayCategory","Medical"); +TweakItem("iMeds.PlasmaBagOP","DisplayCategory","Medical"); +--DRUGS +TweakItem("iMeds.Alkagin","DisplayCategory","Drugs"); +TweakItem("iMeds.AlkaginPack","DisplayCategory","Drugs"); +TweakItem("iMeds.BismuthSubsalicylate","DisplayCategory","Drugs"); +TweakItem("iMeds.BismuthSubsalicylatePack","DisplayCategory","Drugs"); +TweakItem("iMeds.Butamirate","DisplayCategory","Drugs"); +TweakItem("iMeds.ButamiratePack","DisplayCategory","Drugs"); +TweakItem("iMeds.Erythropoietin","DisplayCategory","Drugs"); +TweakItem("iMeds.ErythropoietinPack","DisplayCategory","Drugs"); +TweakItem("iMeds.HemoStop","DisplayCategory","Drugs"); +TweakItem("iMeds.HemoStopPack","DisplayCategory","Drugs"); +TweakItem("iMeds.Morphine","DisplayCategory","Drugs"); +TweakItem("iMeds.MorphinePack","DisplayCategory","Drugs"); +TweakItem("iMeds.Naloxon","DisplayCategory","Drugs"); +TweakItem("iMeds.NaloxonPack","DisplayCategory","Drugs"); +TweakItem("iMeds.Nasivion","DisplayCategory","Drugs"); +TweakItem("iMeds.NasivionPack","DisplayCategory","Drugs"); +TweakItem("iMeds.Umifenovir","DisplayCategory","Drugs"); +TweakItem("iMeds.UmifenovirPack","DisplayCategory","Drugs"); +TweakItem("iMeds.UnknownPack","DisplayCategory","Drugs"); +--OTHER +TweakItem("iMeds.Stethoscope","DisplayCategory","Medical"); +--PROP +TweakItem("iMeds.BloodTester","DisplayCategory","Medical"); +TweakItem("iMeds.BloodVolumeIncreaser","DisplayCategory","Medical"); +TweakItem("iMeds.BloodVolumeReducer","DisplayCategory","Medical"); +TweakItem("iMeds.DrugApplier","DisplayCategory","Medical"); +TweakItem("iMeds.PulseChecker","DisplayCategory","Medical"); +--SYRINGE +TweakItem("iMeds.SyringePack","DisplayCategory","Medical"); +TweakItem("iMeds.Syringe","DisplayCategory","Medical"); +TweakItem("iMeds.NeedlePack","DisplayCategory","Medical"); +TweakItem("iMeds.Needle","DisplayCategory","Medical"); +TweakItem("iMeds.SyringeWithNeedle","DisplayCategory","Medical"); +TweakItem("iMeds.FullSyringeWithNeedle","DisplayCategory","Medical"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/JiggasGreenFireMod_Items.lua b/media/lua/client/Mod Support/JiggasGreenFireMod_Items.lua new file mode 100644 index 0000000..ceaf207 --- /dev/null +++ b/media/lua/client/Mod Support/JiggasGreenFireMod_Items.lua @@ -0,0 +1,115 @@ +require("ItemTweaker_Copy_CC"); + +--JIGGASGREENFIREMOD +--Drugs +TweakItem("Greenfire.FreshUnCanna","DisplayCategory","Drugs"); +TweakItem("Greenfire.FreshTCanna","DisplayCategory","Drugs"); +TweakItem("Greenfire.DryUnCanna","DisplayCategory","Drugs"); +TweakItem("Greenfire.DryTCanna","DisplayCategory","Drugs"); +TweakItem("Greenfire.FreshCannabisFanLeaf","DisplayCategory","Drugs"); +TweakItem("Greenfire.DryCannabisFanLeaf","DisplayCategory","Drugs"); +TweakItem("Greenfire.FreshCannabisSugarLeaf","DisplayCategory","Drugs"); +TweakItem("Greenfire.DryCannabisSugarLeaf","DisplayCategory","Drugs"); +TweakItem("Greenfire.UnCannaJar","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannaJar","DisplayCategory","Drugs"); +TweakItem("Greenfire.UnCannaJar2","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannaJar2","DisplayCategory","Drugs"); +TweakItem("Greenfire.UnCannaJar3","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannaJar3","DisplayCategory","Drugs"); +TweakItem("Greenfire.UnCannaJar4","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannaJar4","DisplayCategory","Drugs"); +TweakItem("Greenfire.Cannabis","DisplayCategory","Drugs"); +TweakItem("Greenfire.OzCannabis","DisplayCategory","Drugs"); +TweakItem("Greenfire.KgCannabis","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannabisShake","DisplayCategory","Drugs"); +TweakItem("Greenfire.Joint","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfJoint","DisplayCategory","Drugs"); +TweakItem("Greenfire.KiefJoint","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfKiefJoint","DisplayCategory","Drugs"); +TweakItem("Greenfire.HashJoint","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfHashJoint","DisplayCategory","Drugs"); +TweakItem("Greenfire.WeedBong","DisplayCategory","Drugs"); +TweakItem("Greenfire.WeedPipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.ShakeBong","DisplayCategory","Drugs"); +TweakItem("Greenfire.ShakePipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.KiefBong","DisplayCategory","Drugs"); +TweakItem("Greenfire.KiefPipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.HashBong","DisplayCategory","Drugs"); +TweakItem("Greenfire.HashPipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.Kief","DisplayCategory","Drugs"); +TweakItem("Greenfire.Hashish","DisplayCategory","Drugs"); +TweakItem("Greenfire.UncuredCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.UncuredPreCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.PreCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfPreCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.UncuredDelCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.DelCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfDelCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.UncuredResCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.ResCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfResCannaCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannabisSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.CannabisBagSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.CannaButter","DisplayCategory","Drugs"); +TweakItem("Greenfire.SBrowniePan","DisplayCategory","Drugs"); +TweakItem("Greenfire.SBrownie","DisplayCategory","Drugs"); +TweakItem("Greenfire.Marshmallows","DisplayCategory","FoodN"); +TweakItem("Greenfire.SCrispySauce","DisplayCategory","Drugs"); +TweakItem("Greenfire.NiceCrispiezPan","DisplayCategory","Drugs"); +TweakItem("Greenfire.NiceCrispiez","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFGrinder","DisplayCategory","Drugs"); +TweakItem("Greenfire.HashPress","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannaMag1","DisplayCategory","LitR"); +TweakItem("Greenfire.CannaMag2","DisplayCategory","LitR"); +TweakItem("Greenfire.CannaMag3","DisplayCategory","LitR"); +TweakItem("Greenfire.AficMag1","DisplayCategory","LitR"); +TweakItem("Greenfire.SilkScreen","DisplayCategory","Drugs"); +TweakItem("Greenfire.RollNylon","DisplayCategory","Drugs"); +TweakItem("Greenfire.Bong","DisplayCategory","Drugs"); +TweakItem("Greenfire.SmokingPipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.RollingPapers","DisplayCategory","Drugs"); +TweakItem("Greenfire.Blunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.MixedBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfMixedBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.KiefBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfKiefBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.HashBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfHashBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.SpaceBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfSpaceBlunt","DisplayCategory","Drugs"); +TweakItem("Greenfire.Spliff","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCHempbudcured","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCBongempty","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCBongdirty","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCBongacrylicempty","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCBongacrylicdirty","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCClaypipesmoking","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCCorncobpipe","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCBongfull","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCBongacrylicfull","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCPipehemp","DisplayCategory","Drugs"); +TweakItem("Hydrocraft.HCCorncobpipehemp","DisplayCategory","Drugs"); +TweakItem("Greenfire.FreshBTobacco","DisplayCategory","Drugs"); +TweakItem("Greenfire.DryBTobacco","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigarettes","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigarette","DisplayCategory","Drugs"); +TweakItem("Greenfire.BluntCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfBluntCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.BluntWrap","DisplayCategory","Drugs"); +TweakItem("Greenfire.UncuredCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.CigarLeaf","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigaretteCase","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFEmptyCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFUsedCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.Tobacco","DisplayCategory","Drugs"); +TweakItem("Greenfire.TobaccoBong","DisplayCategory","Drugs"); +TweakItem("Greenfire.TobaccoPipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.TobaccoSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.TobaccoBagSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.PipeTobaccoBag","DisplayCategory","Drugs"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/KCMcrossbow_Items.lua b/media/lua/client/Mod Support/KCMcrossbow_Items.lua new file mode 100644 index 0000000..c08a13e --- /dev/null +++ b/media/lua/client/Mod Support/KCMcrossbow_Items.lua @@ -0,0 +1,37 @@ +require("ItemTweaker_Copy_CC"); + +--KCMCROSSBOW +TweakItem("KCMweapons.KCM_Flax","DisplayCategory","Craft"); +TweakItem("KCMweapons.CrossbowBoltShaft","DisplayCategory","Craft"); +TweakItem("KCMweapons.CrossbowBoltParts","DisplayCategory","Craft"); +TweakItem("KCMweapons.CrossbowBolt","DisplayCategory","Ammo"); +TweakItem("KCMweapons.CrossbowBoltBox","DisplayCategory","Ammo"); +TweakItem("KCMweapons.CrossbowBoltLarge","DisplayCategory","Ammo"); +TweakItem("KCMweapons.CrossbowBoltLargeBox","DisplayCategory","Ammo"); +TweakItem("KCMweapons.WoodenBolt","DisplayCategory","Ammo"); +TweakItem("KCMweapons.WoodenBoltBox","DisplayCategory","Ammo"); +TweakItem("Base.KCM_IronSight","DisplayCategory","WepPart"); +TweakItem("Base.KCM_x2Scope","DisplayCategory","WepPart"); +TweakItem("Base.KCM_x4Scope","DisplayCategory","WepPart"); +TweakItem("Base.KCM_x8Scope","DisplayCategory","WepPart"); +TweakItem("Base.KCM_Sling","DisplayCategory","WepPart"); +TweakItem("Base.KCM_FiberglassStock","DisplayCategory","WepPart"); +TweakItem("Base.KCM_RedDot","DisplayCategory","WepPart"); +TweakItem("KCMweapons.HandCrossbow","DisplayCategory","WepBow"); +TweakItem("KCMweapons.LargeCrossbow","DisplayCategory","WepBow"); +TweakItem("KCMweapons.KCM_Compound","DisplayCategory","WepBow"); +TweakItem("KCMweapons.KCM_Compound02","DisplayCategory","WepBow"); +TweakItem("KCMweapons.KCM_Handmade","DisplayCategory","WepBow"); +TweakItem("KCMweapons.KCM_Handmade02","DisplayCategory","WepBow"); +TweakItem("KCMweapons.TheUltimateHuntingGuide","DisplayCategory","LitR"); +TweakItem("KCMweapons.WeaponHandlersReloaded","DisplayCategory","LitR"); +TweakItem("KCMweapons.DoomsdayPreppers1","DisplayCategory","LitR"); +TweakItem("KCMweapons.DoomsdayPreppers2","DisplayCategory","LitR"); +TweakItem("KCMweapons.DoomsdayPreppers3","DisplayCategory","LitR"); +TweakItem("KCMweapons.ShortBrokenBolt","DisplayCategory","Craft"); +TweakItem("KCMweapons.LongBrokenBolt","DisplayCategory","Craft"); +TweakItem("KCMweapons.WoodenBrokenBolt","DisplayCategory","Craft"); +TweakItem("KCMweapons.ShortShaft","DisplayCategory","Craft"); +TweakItem("KCMweapons.LongShaft","DisplayCategory","Craft"); +TweakItem("KCMweapons.CrossbowBoltHead","DisplayCategory","Craft"); +TweakItem("KCMweapons.CrossbowBoltFletching","DisplayCategory","Craft"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/KI5_Items.lua b/media/lua/client/Mod Support/KI5_Items.lua new file mode 100644 index 0000000..05b73dc --- /dev/null +++ b/media/lua/client/Mod Support/KI5_Items.lua @@ -0,0 +1,106 @@ +require("ItemTweaker_Copy_CC"); + +--59Meteor +TweakItem("Base.ECTO1tire2_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1tire1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1Trunk2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1Extra2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1Roofrack1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1Equipment1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarFrontDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarRearDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarFrontDoorArmor1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarRearDoorArmor1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1WindshieldArmor1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1WindshieldRearArmor1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1Bullbar1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1EngineDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1TrunkDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarSeatfl2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarSeatfr2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarSeatrl2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1CarSeatrr2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1DefaultInterior2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1Windshield2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1RearWindshield2","DisplayCategory","Mechanics"); +TweakItem("Base.ECTO1SideWindow2","DisplayCategory","Mechanics"); +--67Commando +TweakItem("Base.V100Tire2","DisplayCategory","Mechanics"); +TweakItem("Base.FrontLeftV100Door2","DisplayCategory","Mechanics"); +TweakItem("Base.FrontRightV100Door2","DisplayCategory","Mechanics"); +TweakItem("Base.RearV100Door2","DisplayCategory","Mechanics"); +TweakItem("Base.V100Window2","DisplayCategory","Mechanics"); +--85Merc +TweakItem("Base.mercroofrack1","DisplayCategory","Mechanics"); +TweakItem("Base.mercroofrack2","DisplayCategory","Mechanics"); +TweakItem("Base.mercroofrack3","DisplayCategory","Mechanics"); +--87Cruiser +TweakItem("Base.cruiserRoofrack1","DisplayCategory","Mechanics"); +TweakItem("Base.cruiserRoofrack2","DisplayCategory","Mechanics"); +TweakItem("Base.cruiserRoofrack3","DisplayCategory","Mechanics"); +--89Defender90 +TweakItem("Base.def90SpareCompartment1","DisplayCategory","Mechanics"); +TweakItem("Base.def90SpareCompartment2","DisplayCategory","Mechanics"); +TweakItem("Base.def90SpareCompartment3","DisplayCategory","Mechanics"); +--89Defender110 +TweakItem("Base.def110SpareCompartment1","DisplayCategory","Mechanics"); +TweakItem("Base.def110SpareCompartment2","DisplayCategory","Mechanics"); +TweakItem("Base.def110SpareCompartment3","DisplayCategory","Mechanics"); +--92AMGeneralM998 +TweakItem("Base.V100Tire2","DisplayCategory","Mechanics"); +TweakItem("Base.V101Tire2","DisplayCategory","Mechanics"); +TweakItem("Base.M998Trunk2","DisplayCategory","Mechanics"); +TweakItem("Base.M998Extra2","DisplayCategory","Mechanics"); +TweakItem("Base.M998Roofrack1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998TrunkBarrier1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998TrunkBarrier2_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998SpareMount_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998SpareTireMount_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998CarFrontDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.M998CarRearDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.M998CarFrontDoorArmor1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998CarRearDoorArmor1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998WindshieldArmor1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998WindshieldArmor2_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998EngineDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.M998TrunkDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.M998BackCover1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998CarSeat2","DisplayCategory","Mechanics"); +TweakItem("Base.M998Muffler1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998Muffler2_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998Bullbar1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998Bullbar2_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M998DefaultInterior2","DisplayCategory","Mechanics"); +TweakItem("Base.M998Windshield2","DisplayCategory","Mechanics"); +TweakItem("Base.M998SideWindow2","DisplayCategory","Mechanics"); +TweakItem("Base.M998Mudflaps1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M101A3Trunk2","DisplayCategory","Mechanics"); +TweakItem("Base.M101A3Extra2","DisplayCategory","Mechanics"); +TweakItem("Base.M101A3TrunkDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.M101A3TrunkDoorTwo2","DisplayCategory","Mechanics"); +TweakItem("Base.M101A3Cover1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.M101A3Tarp1_Item","DisplayCategory","Mechanics"); +TweakItem("Base.leafSuspension2","DisplayCategory","Mechanics"); +--ISOContainers +TweakItem("Base.IsoContainerTrunkDoor2","DisplayCategory","Mechanics"); +TweakItem("Base.IsoContainerTankerTrunkDoor2","DisplayCategory","Mechanics"); +--Oshkosh82M911 +TweakItem("OshkoshShirts.TShirt_OshkoshGray","DisplayCategory","Cloth"); +TweakItem("OshkoshShirts.TShirt_OshkoshBlack","DisplayCategory","Cloth"); +TweakItem("OshkoshShirts.TShirt_bknht","DisplayCategory","Cloth"); +TweakItem("OshkoshShirts.Hoodie_OshkoshBlack","DisplayCategory","Cloth"); +TweakItem("OshkoshShirts.HoodieDOWN_OshkoshBlack","DisplayCategory","Cloth"); +TweakItem("OshkoshShirts.Hoodie_OshkoshGray","DisplayCategory","Cloth"); +TweakItem("OshkoshShirts.HoodieDOWN_OshkoshGray","DisplayCategory","Cloth"); +TweakItem("Base.V100Tire2","DisplayCategory","Mechanics"); +TweakItem("Base.V100Tires2","DisplayCategory","Mechanics"); +TweakItem("Base.V100Axle2","DisplayCategory","Mechanics"); +TweakItem("Base.V100AxleSmall2","DisplayCategory","Mechanics"); +TweakItem("Base.M911Trunk2","DisplayCategory","Mechanics"); +TweakItem("Base.M911Toolbox2","DisplayCategory","Mechanics"); +TweakItem("Base.M911SpareTire2","DisplayCategory","Mechanics"); +--Oshkosh86P19A +TweakItem("Base.V100Tire2","DisplayCategory","Mechanics"); +TweakItem("Base.P19ARoofHatch2","DisplayCategory","Mechanics"); +TweakItem("Base.P19ABigTrunk2","DisplayCategory","Mechanics"); +TweakItem("Base.P19ASmallTrunk2","DisplayCategory","Mechanics"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/LastCall_Items.lua b/media/lua/client/Mod Support/LastCall_Items.lua new file mode 100644 index 0000000..15a370f --- /dev/null +++ b/media/lua/client/Mod Support/LastCall_Items.lua @@ -0,0 +1,54 @@ +require("ItemTweaker_Copy_CC"); + +--LastCallForAlcohol +TweakItem("CCS.MoonshineFull","DisplayCategory","FoodB"); +TweakItem("CCS.MoonshineEmpty","DisplayCategory","Container"); +TweakItem("CCS.MoonshineBottleWater","DisplayCategory","FoodB"); +TweakItem("CCS.AbsintheFull","DisplayCategory","FoodB"); +TweakItem("CCS.AbsintheEmpty","DisplayCategory","Container"); +TweakItem("CCS.AbsintheWaterFull","DisplayCategory","FoodB"); +TweakItem("CCS.Beer","DisplayCategory","FoodB"); +TweakItem("CCS.BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("CCS.BeerCanSixPack","DisplayCategory","FoodB"); +TweakItem("CCS.SojuFull","DisplayCategory","FoodB"); +TweakItem("CCS.SojuEmpty","DisplayCategory","Container"); +TweakItem("CCS.SojuWaterFull","DisplayCategory","FoodB"); +TweakItem("CCS.SakeFull","DisplayCategory","FoodB"); +TweakItem("CCS.SakeEmpty","DisplayCategory","Container"); +TweakItem("CCS.SakeWaterFull","DisplayCategory","FoodN"); +TweakItem("CCS.GinFull","DisplayCategory","FoodN"); +TweakItem("CCS.GinEmpty","DisplayCategory","Container"); +TweakItem("CCS.GinWaterFull","DisplayCategory","FoodN"); +TweakItem("CCS.VodkaFull","DisplayCategory","FoodN"); +TweakItem("CCS.VodkaEmpty","DisplayCategory","Container"); +TweakItem("CCS.VodkaVodka","DisplayCategory","FoodN"); +TweakItem("CCS.BourbonFull","DisplayCategory","FoodN"); +TweakItem("CCS.BourbonEmpty","DisplayCategory","Container"); +TweakItem("CCS.BourbonBottleWater","DisplayCategory","FoodN"); +TweakItem("CCS.BrandyFull","DisplayCategory","FoodN"); +TweakItem("CCS.BrandyEmpty","DisplayCategory","Container"); +TweakItem("CCS.BrandyBottleWater","DisplayCategory","FoodN"); +TweakItem("CCS.ChampangneFull","DisplayCategory","FoodN"); +TweakItem("CCS.ChampangneEmpty","DisplayCategory","Container"); +TweakItem("CCS.ChampangneBottleWater","DisplayCategory","FoodN"); +TweakItem("CCS.CognacFull","DisplayCategory","FoodN"); +TweakItem("CCS.CognacEmpty","DisplayCategory","Container"); +TweakItem("CCS.CognacBottleWater","DisplayCategory","FoodN"); +TweakItem("CCS.RumFull","DisplayCategory","FoodN"); +TweakItem("CCS.RumEmpty","DisplayCategory","Container"); +TweakItem("CCS.RumBottleWater","DisplayCategory","FoodN"); +TweakItem("CCS.TequilaFull","DisplayCategory","FoodN"); +TweakItem("CCS.TequilaEmpty","DisplayCategory","Container"); +TweakItem("CCS.TequilaBottleWater","DisplayCategory","FoodN"); +TweakItem("CCS.WhiskeyBlackLabelFull","DisplayCategory","FoodN"); +TweakItem("CCS.WhiskeyBlackLabelEmpty","DisplayCategory","Container"); +TweakItem("CCS.WhiskeyBlackLabelBottleWater","DisplayCategory","FoodN"); +TweakItem("CCS.WhiteWineFull","DisplayCategory","FoodN"); +TweakItem("CCS.WhiteWineEmpty","DisplayCategory","Container"); +TweakItem("CCS.WhiteWineBottleWater","DisplayCategory","FoodB"); +TweakItem("CCS.DarkBeer","DisplayCategory","FoodB"); +TweakItem("CCS.DarkBeerCanEmpty","DisplayCategory","Junk"); +TweakItem("CCS.DarkBeerCanSixPack","DisplayCategory","FoodB"); +TweakItem("CCS.TripleSecFull","DisplayCategory","FoodB"); +TweakItem("CCS.TripleSecEmpty","DisplayCategory","Container"); +TweakItem("CCS.TripleSecBottleWater","DisplayCategory","FoodB"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/LiteratureandMagazines_Items.lua b/media/lua/client/Mod Support/LiteratureandMagazines_Items.lua new file mode 100644 index 0000000..0c24f68 --- /dev/null +++ b/media/lua/client/Mod Support/LiteratureandMagazines_Items.lua @@ -0,0 +1,1186 @@ +require("ItemTweaker_Copy_CC"); + +--LITERATUREANDMAGAZINES +--Literature +TweakItem("Literature.BookTheHobbitorThereandBackAgain","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFellowshipoftheRing","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTwoTowers","DisplayCategory","LitE"); +TweakItem("Literature.BookTheReturnoftheKing","DisplayCategory","LitE"); +TweakItem("Literature.BookAppendicestoTheLordoftheRings","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLordoftheRingsCompleteEdition","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSilmarillion","DisplayCategory","LitE"); +TweakItem("Literature.BookUnfinishedTales","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBookofLostTalesI","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBookofLostTalesII","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLaysofBeleriand","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShapingofMiddleearth","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLostRoadandOtherWritings","DisplayCategory","LitE"); +TweakItem("Literature.BookTheReturnoftheShadow","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTreasonofIsengard","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWaroftheRing","DisplayCategory","LitE"); +TweakItem("Literature.BookSauronDefeated","DisplayCategory","LitE"); +TweakItem("Literature.BookMorgothsRing","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWaroftheJewels","DisplayCategory","LitE"); +TweakItem("Literature.BookThePeoplesofMiddleearth","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHistoryofMiddleearthIndex","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChildrenofHurin","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLegendofSigurdandGudrun","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFallofArthur","DisplayCategory","LitE"); +TweakItem("Literature.BookLeafbyNigglet","DisplayCategory","LitE"); +TweakItem("Literature.BookFarmerGilesofHam","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAdventuresofTomBombadil","DisplayCategory","LitE"); +TweakItem("Literature.BookTreeandLeaf","DisplayCategory","LitE"); +TweakItem("Literature.BookSmithofWoottonMajor","DisplayCategory","LitE"); +TweakItem("Literature.BookMrBliss","DisplayCategory","LitE"); +TweakItem("Literature.BookRoverandom","DisplayCategory","LitE"); +TweakItem("Literature.BookDyingoftheLight","DisplayCategory","LitE"); +TweakItem("Literature.BookSongsofStarsandShadows","DisplayCategory","LitE"); +TweakItem("Literature.BookWindhaven","DisplayCategory","LitE"); +TweakItem("Literature.BookSandkings","DisplayCategory","LitE"); +TweakItem("Literature.BookFevreDream","DisplayCategory","LitE"); +TweakItem("Literature.BookIntheLostLands","DisplayCategory","LitE"); +TweakItem("Literature.BookSongstheDeadMenSing","DisplayCategory","LitE"); +TweakItem("Literature.BookTheArmageddonRag","DisplayCategory","LitE"); +TweakItem("Literature.BookNightflyers","DisplayCategory","LitE"); +TweakItem("Literature.BookTufVoyaging","DisplayCategory","LitE"); +TweakItem("Literature.BookPortraitsofHisChildren","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSkinTrade","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTomb","DisplayCategory","LitE"); +TweakItem("Literature.BookDagon","DisplayCategory","LitE"); +TweakItem("Literature.BookAReminiscenceofDrSamuelJohnson","DisplayCategory","LitE"); +TweakItem("Literature.BookPolaris","DisplayCategory","LitE"); +TweakItem("Literature.BookBeyondtheWallofSleep","DisplayCategory","LitE"); +TweakItem("Literature.BookMemory","DisplayCategory","LitE"); +TweakItem("Literature.BookOldBugs","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTransitionofJuanRomero","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWhiteShip","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDoomthatCametoSarnath","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStatementofRandolphCarter","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStreet","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTerribleOldMan","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCatsofUlthar","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTree","DisplayCategory","LitE"); +TweakItem("Literature.BookCelephais","DisplayCategory","LitE"); +TweakItem("Literature.BookFromBeyond","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTemple","DisplayCategory","LitE"); +TweakItem("Literature.BookNyarlathotep","DisplayCategory","LitE"); +TweakItem("Literature.BookThePictureintheHouse","DisplayCategory","LitE"); +TweakItem("Literature.BookFactsConcerningtheLateArthurJermynandHisFamily","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNamelessCity","DisplayCategory","LitE"); +TweakItem("Literature.BookTheQuestofIranon","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMoonBog","DisplayCategory","LitE"); +TweakItem("Literature.BookExOblivione","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOtherGods","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOutsider","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMusicofErichZann","DisplayCategory","LitE"); +TweakItem("Literature.BookSweetErmengarde","DisplayCategory","LitE"); +TweakItem("Literature.BookHypnos","DisplayCategory","LitE"); +TweakItem("Literature.BookWhattheMoonBrings","DisplayCategory","LitE"); +TweakItem("Literature.BookAzathoth","DisplayCategory","LitE"); +TweakItem("Literature.BookHerbertWestReanimator","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHound","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLurkingFear","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRatsintheWalls","DisplayCategory","LitE"); +TweakItem("Literature.BookTheUnnamable","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFestival","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShunnedHouse","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHorroratRedHook","DisplayCategory","LitE"); +TweakItem("Literature.BookHe","DisplayCategory","LitE"); +TweakItem("Literature.BookIntheVault","DisplayCategory","LitE"); +TweakItem("Literature.BookCoolAir","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCallofCthulhu","DisplayCategory","LitE"); +TweakItem("Literature.BookPickmansModel","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStrangeHighHouseintheMist","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSilverKey","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDreamQuestofUnknownKadath","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCaseofCharlesDexterWard","DisplayCategory","LitE"); +TweakItem("Literature.BookTheColourOutofSpace","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDescendant","DisplayCategory","LitE"); +TweakItem("Literature.BookTheVeryOldFolk","DisplayCategory","LitE"); +TweakItem("Literature.BookHistoryoftheNecronomicon","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDunwichHorror","DisplayCategory","LitE"); +TweakItem("Literature.BookIbid","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWhispererinDarkness","DisplayCategory","LitE"); +TweakItem("Literature.BookAttheMountainsofMadness","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShadowOverInnsmouth","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDreamsintheWitchHouse","DisplayCategory","LitE"); +TweakItem("Literature.BookTheThingontheDoorstep","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBook","DisplayCategory","LitE"); +TweakItem("Literature.BookTheEvilClergyman","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShadowOutofTime","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHaunteroftheDark","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBattlethatEndedtheCentury","DisplayCategory","LitE"); +TweakItem("Literature.BookBothon","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChallengefromBeyond","DisplayCategory","LitE"); +TweakItem("Literature.BookCollapsingCosmoses","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCrawlingChaos","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCurseofYig","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDiaryofAlonzoTyper","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDisinterment","DisplayCategory","LitE"); +TweakItem("Literature.BookTheElectricExecutioner","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGreenMeadow","DisplayCategory","LitE"); +TweakItem("Literature.BookFourOClock","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHoardoftheWizardBeast","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHorroratMartinsBeach","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHorrorintheBuryingGround","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHorrorintheMuseum","DisplayCategory","LitE"); +TweakItem("Literature.BookImprisonedwiththePharaohs","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLastTest","DisplayCategory","LitE"); +TweakItem("Literature.BookTheManofStone","DisplayCategory","LitE"); +TweakItem("Literature.BookMedusasCoil","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMound","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNightOcean","DisplayCategory","LitE"); +TweakItem("Literature.BookOutoftheAeons","DisplayCategory","LitE"); +TweakItem("Literature.BookPoetryoftheGods","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSlayingoftheMonster","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSorceryofAphlar","DisplayCategory","LitE"); +TweakItem("Literature.BookTheThingintheMoonlight","DisplayCategory","LitE"); +TweakItem("Literature.BookThroughtheGatesoftheSilverKey","DisplayCategory","LitE"); +TweakItem("Literature.BookTillAtheSeas","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTrap","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTreeontheHill","DisplayCategory","LitE"); +TweakItem("Literature.BookTwoBlackBottles","DisplayCategory","LitE"); +TweakItem("Literature.BookIntheWallsofEryx","DisplayCategory","LitE"); +TweakItem("Literature.BookWingedDeath","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCthulhuMythos","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCompleteWorksofHPLovecraftVolume1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCompleteWorksofHPLovecraftVolume2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAncientTrackTheCompletePoeticalWorks","DisplayCategory","LitE"); +TweakItem("Literature.BookFiveWeeksinaBalloon","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAdventuresofCaptainHatteras","DisplayCategory","LitE"); +TweakItem("Literature.BookJourneytotheCenteroftheEarth","DisplayCategory","LitE"); +TweakItem("Literature.BookFromtheEarthtotheMoon","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchoftheCastaways","DisplayCategory","LitE"); +TweakItem("Literature.BookTwentyThousandLeaguesUndertheSea","DisplayCategory","LitE"); +TweakItem("Literature.BookAllAroundtheMoon","DisplayCategory","LitE"); +TweakItem("Literature.BookAFloatingCity","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAdventuresofThreeEnglishmenandThreeRussiansinSouthAfrica","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFurCountry","DisplayCategory","LitE"); +TweakItem("Literature.BookAroundtheWorldinEightyDays","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMysteriousIsland","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSurvivorsoftheChancellor","DisplayCategory","LitE"); +TweakItem("Literature.BookMichaelStrogoff","DisplayCategory","LitE"); +TweakItem("Literature.BookOffonaComet","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChildoftheCavern","DisplayCategory","LitE"); +TweakItem("Literature.BookDickSandACaptainatFifteen","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBegumsMillions","DisplayCategory","LitE"); +TweakItem("Literature.BookTribulationsofaChinamaninChina","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSteamHouse","DisplayCategory","LitE"); +TweakItem("Literature.BookEightHundredLeaguesontheAmazon","DisplayCategory","LitE"); +TweakItem("Literature.BookGodfreyMorgan","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGreenRay","DisplayCategory","LitE"); +TweakItem("Literature.BookKerabantheInflexible","DisplayCategory","LitE"); +TweakItem("Literature.BookTheVanishedDiamond","DisplayCategory","LitE"); +TweakItem("Literature.BookTheArchipelagoonFire","DisplayCategory","LitE"); +TweakItem("Literature.BookMathiasSandorf","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLotteryTicket","DisplayCategory","LitE"); +TweakItem("Literature.BookRoburtheConqueror","DisplayCategory","LitE"); +TweakItem("Literature.BookNorthAgainstSouth","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFlighttoFrance","DisplayCategory","LitE"); +TweakItem("Literature.BookTwoYearsVacation","DisplayCategory","LitE"); +TweakItem("Literature.BookFamilyWithoutaName","DisplayCategory","LitE"); +TweakItem("Literature.BookThePurchaseoftheNorthPole","DisplayCategory","LitE"); +TweakItem("Literature.BookCesarCascabel","DisplayCategory","LitE"); +TweakItem("Literature.BookMistressBranican","DisplayCategory","LitE"); +TweakItem("Literature.BookCarpathianCastle","DisplayCategory","LitE"); +TweakItem("Literature.BookClaudiusBombarnac","DisplayCategory","LitE"); +TweakItem("Literature.BookFoundlingMick","DisplayCategory","LitE"); +TweakItem("Literature.BookCaptainAntifer","DisplayCategory","LitE"); +TweakItem("Literature.BookPropellerIsland","DisplayCategory","LitE"); +TweakItem("Literature.BookFacingtheFlag","DisplayCategory","LitE"); +TweakItem("Literature.BookClovisDardentor","DisplayCategory","LitE"); +TweakItem("Literature.BookAnAntarcticMystery","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMightyOrinoco","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWillofanEccentric","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCastawaysoftheFlag","DisplayCategory","LitE"); +TweakItem("Literature.BookTheVillageintheTreetops","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSeaSerpent","DisplayCategory","LitE"); +TweakItem("Literature.BookTheKipBrothers","DisplayCategory","LitE"); +TweakItem("Literature.BookTravelScholarships","DisplayCategory","LitE"); +TweakItem("Literature.BookDramainLivonia","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMasteroftheWorld","DisplayCategory","LitE"); +TweakItem("Literature.BookInvasionoftheSea","DisplayCategory","LitE"); +TweakItem("Literature.BookBackwardstoBritain","DisplayCategory","LitE"); +TweakItem("Literature.BookParisintheTwentiethCentury","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSecretofWilhelmStoritz","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGoldenVolcano","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLighthouseattheEndoftheWorld","DisplayCategory","LitE"); +TweakItem("Literature.Book1839APriest","DisplayCategory","LitE"); +TweakItem("Literature.BookTheUncleRobinson","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBeautifulYellowDanube","DisplayCategory","LitE"); +TweakItem("Literature.BookTalesofJulesVerne","DisplayCategory","LitE"); +TweakItem("Literature.BookThePilgrimsRegress","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSpaceTrilogy1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSpaceTrilogy2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSpaceTrilogy3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheScrewtapeLetters","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGreatDivorce","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChroniclesofNarnia1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChroniclesofNarnia2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChroniclesofNarnia3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChroniclesofNarnia4","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChroniclesofNarnia5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChroniclesofNarnia6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheChroniclesofNarnia7","DisplayCategory","LitE"); +TweakItem("Literature.BookTillWeHaveFaces","DisplayCategory","LitE"); +TweakItem("Literature.BookMinisteringAngels","DisplayCategory","LitE"); +TweakItem("Literature.BookScrewtapeProposesaToast","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower","DisplayCategory","LitE"); +TweakItem("Literature.BookBoxen","DisplayCategory","LitE"); +TweakItem("Literature.BookCarrie","DisplayCategory","LitE"); +TweakItem("Literature.BookSalemsLot","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShining","DisplayCategory","LitE"); +TweakItem("Literature.BookRage","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStand","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLongWalk","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDeadZone","DisplayCategory","LitE"); +TweakItem("Literature.BookFirestarter","DisplayCategory","LitE"); +TweakItem("Literature.BookRoadwork","DisplayCategory","LitE"); +TweakItem("Literature.BookCujo","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRunningMan","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower4","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower7","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkTower8","DisplayCategory","LitE"); +TweakItem("Literature.BookChristine","DisplayCategory","LitE"); +TweakItem("Literature.BookPetSematary","DisplayCategory","LitE"); +TweakItem("Literature.BookCycleoftheWerewolf","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTalisman","DisplayCategory","LitE"); +TweakItem("Literature.BookThinner","DisplayCategory","LitE"); +TweakItem("Literature.BookIt","DisplayCategory","LitE"); +TweakItem("Literature.BookTheEyesoftheDragon","DisplayCategory","LitE"); +TweakItem("Literature.BookMisery","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTommyknockers","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkHalf","DisplayCategory","LitE"); +TweakItem("Literature.BookNeedfulThings","DisplayCategory","LitE"); +TweakItem("Literature.BookGeraldsGame","DisplayCategory","LitE"); +TweakItem("Literature.BookDoloresClaiborne","DisplayCategory","LitE"); +TweakItem("Literature.BookInsomnia","DisplayCategory","LitE"); +TweakItem("Literature.BookRoseMadder","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGreenMile","DisplayCategory","LitE"); +TweakItem("Literature.BookDesperation","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRegulators","DisplayCategory","LitE"); +TweakItem("Literature.BookBagofBones","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGirlWhoLovedTomGordon","DisplayCategory","LitE"); +TweakItem("Literature.BookDreamcatcher","DisplayCategory","LitE"); +TweakItem("Literature.BookBlackHouse","DisplayCategory","LitE"); +TweakItem("Literature.BookFromaBuick8","DisplayCategory","LitE"); +TweakItem("Literature.BookTheColoradoKid","DisplayCategory","LitE"); +TweakItem("Literature.BookCell","DisplayCategory","LitE"); +TweakItem("Literature.BookLiseysStory","DisplayCategory","LitE"); +TweakItem("Literature.BookBlaze","DisplayCategory","LitE"); +TweakItem("Literature.BookDumaKey","DisplayCategory","LitE"); +TweakItem("Literature.BookUndertheDome","DisplayCategory","LitE"); +TweakItem("Literature.Book112263","DisplayCategory","LitE"); +TweakItem("Literature.BookJoyland","DisplayCategory","LitE"); +TweakItem("Literature.BookDoctorSleep","DisplayCategory","LitE"); +TweakItem("Literature.BookMrMercedes","DisplayCategory","LitE"); +TweakItem("Literature.BookRevival","DisplayCategory","LitE"); +TweakItem("Literature.BookFindersKeepers","DisplayCategory","LitE"); +TweakItem("Literature.BookNightShift","DisplayCategory","LitE"); +TweakItem("Literature.BookDifferentSeasons","DisplayCategory","LitE"); +TweakItem("Literature.BookSkeletonCrew","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBachmanBooks","DisplayCategory","LitE"); +TweakItem("Literature.BookFourPastMidnight","DisplayCategory","LitE"); +TweakItem("Literature.BookNightmaresandDreamscapes","DisplayCategory","LitE"); +TweakItem("Literature.BookHeartsinAtlantis","DisplayCategory","LitE"); +TweakItem("Literature.BookEverythingsEventual","DisplayCategory","LitE"); +TweakItem("Literature.BookJustAfterSunset","DisplayCategory","LitE"); +TweakItem("Literature.BookFullDarkNoStars","DisplayCategory","LitE"); +TweakItem("Literature.BookRidingtheBullet","DisplayCategory","LitE"); +TweakItem("Literature.BookUr","DisplayCategory","LitE"); +TweakItem("Literature.BookThrottle","DisplayCategory","LitE"); +TweakItem("Literature.BookBlockadeBilly","DisplayCategory","LitE"); +TweakItem("Literature.BookMile81","DisplayCategory","LitE"); +TweakItem("Literature.BookAFaceintheCrowd","DisplayCategory","LitE"); +TweakItem("Literature.BookIntheTallGrass","DisplayCategory","LitE"); +TweakItem("Literature.BookDanseMacabre","DisplayCategory","LitE"); +TweakItem("Literature.BookNightmaresintheSky","DisplayCategory","LitE"); +TweakItem("Literature.BookOnWriting","DisplayCategory","LitE"); +TweakItem("Literature.BookSecretWindows","DisplayCategory","LitE"); +TweakItem("Literature.BookFaithful","DisplayCategory","LitE"); +TweakItem("Literature.BookTwilightseries1","DisplayCategory","LitE"); +TweakItem("Literature.BookTwilightseries2","DisplayCategory","LitE"); +TweakItem("Literature.BookTwilightseries3","DisplayCategory","LitE"); +TweakItem("Literature.BookTwilightseries4","DisplayCategory","LitE"); +TweakItem("Literature.BookTwilightseries5","DisplayCategory","LitE"); +TweakItem("Literature.BookTwilightseries6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHost","DisplayCategory","LitE"); +TweakItem("Literature.BookPromNightsfromHell","DisplayCategory","LitE"); +TweakItem("Literature.BookAdventuresinKrynn","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMagicofKrynn","DisplayCategory","LitE"); +TweakItem("Literature.BookKenderGullyDwarvesandGnomes","DisplayCategory","LitE"); +TweakItem("Literature.BookLoveandWar","DisplayCategory","LitE"); +TweakItem("Literature.BookTheReignofIstar","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCataclysm","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWaroftheLance","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDragonsofKrynn","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDragonsatWar","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDragonsofChaos","DisplayCategory","LitE"); +TweakItem("Literature.BookRelicsandOmens","DisplayCategory","LitE"); +TweakItem("Literature.BookHeroesandFools","DisplayCategory","LitE"); +TweakItem("Literature.BookRebelsandTyrants","DisplayCategory","LitE"); +TweakItem("Literature.BookWarofSoulsTrilogy1","DisplayCategory","LitE"); +TweakItem("Literature.BookWarofSoulsTrilogy2","DisplayCategory","LitE"); +TweakItem("Literature.BookWarofSoulsTrilogy3","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonsWorldsAfire","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonsofTime","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonlanceAnthology1","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonlanceAnthology2","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonlanceAnthology3","DisplayCategory","LitE"); +TweakItem("Literature.BookAnvilofTime1","DisplayCategory","LitE"); +TweakItem("Literature.BookAnvilofTime2","DisplayCategory","LitE"); +TweakItem("Literature.BookAnvilofTime3","DisplayCategory","LitE"); +TweakItem("Literature.BookAnvilofTime4","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAgeofMortals1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAgeofMortals2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAgeofMortals3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAgeofMortals4","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAgeofMortals5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAgeofMortals6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBarbarians1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBarbarians2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBarbarians3","DisplayCategory","LitE"); +TweakItem("Literature.BookBertremsGuides1","DisplayCategory","LitE"); +TweakItem("Literature.BookBertremsGuides2","DisplayCategory","LitE"); +TweakItem("Literature.BookBertremsGuides3","DisplayCategory","LitE"); +TweakItem("Literature.BookBridgesofTime1","DisplayCategory","LitE"); +TweakItem("Literature.BookBridgesofTime2","DisplayCategory","LitE"); +TweakItem("Literature.BookBridgesofTime3","DisplayCategory","LitE"); +TweakItem("Literature.BookBridgesofTime4","DisplayCategory","LitE"); +TweakItem("Literature.BookBridgesofTime5","DisplayCategory","LitE"); +TweakItem("Literature.BookChampions1","DisplayCategory","LitE"); +TweakItem("Literature.BookChampions2","DisplayCategory","LitE"); +TweakItem("Literature.BookChampions3","DisplayCategory","LitE"); +TweakItem("Literature.BookChampions4","DisplayCategory","LitE"); +TweakItem("Literature.BookChaosWar1","DisplayCategory","LitE"); +TweakItem("Literature.BookChaosWar2","DisplayCategory","LitE"); +TweakItem("Literature.BookChaosWar3","DisplayCategory","LitE"); +TweakItem("Literature.BookChaosWar4","DisplayCategory","LitE"); +TweakItem("Literature.BookChaosWar5","DisplayCategory","LitE"); +TweakItem("Literature.BookChaosWar6","DisplayCategory","LitE"); +TweakItem("Literature.BookChronicles1","DisplayCategory","LitE"); +TweakItem("Literature.BookChronicles2","DisplayCategory","LitE"); +TweakItem("Literature.BookChronicles3","DisplayCategory","LitE"); +TweakItem("Literature.BookChronicles4","DisplayCategory","LitE"); +TweakItem("Literature.BookChronicles5","DisplayCategory","LitE"); +TweakItem("Literature.BookChronicles6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNewGeneration1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNewGeneration2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLostChronicles1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLostChronicles2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLostChronicles3","DisplayCategory","LitE"); +TweakItem("Literature.BookClassics1","DisplayCategory","LitE"); +TweakItem("Literature.BookClassics2","DisplayCategory","LitE"); +TweakItem("Literature.BookClassics3","DisplayCategory","LitE"); +TweakItem("Literature.BookClassics4","DisplayCategory","LitE"); +TweakItem("Literature.BookCrossroads1","DisplayCategory","LitE"); +TweakItem("Literature.BookCrossroads2","DisplayCategory","LitE"); +TweakItem("Literature.BookCrossroads3","DisplayCategory","LitE"); +TweakItem("Literature.BookCrossroads4","DisplayCategory","LitE"); +TweakItem("Literature.BookCrossroads5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkDisciple1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkDisciple2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDarkDisciple3","DisplayCategory","LitE"); +TweakItem("Literature.BookDefendersofMagic1","DisplayCategory","LitE"); +TweakItem("Literature.BookDefendersofMagic2","DisplayCategory","LitE"); +TweakItem("Literature.BookDefendersofMagic3","DisplayCategory","LitE"); +TweakItem("Literature.BookDhamonSaga1","DisplayCategory","LitE"); +TweakItem("Literature.BookDhamonSaga2","DisplayCategory","LitE"); +TweakItem("Literature.BookDhamonSaga3","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonsofaNewAge1","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonsofaNewAge2","DisplayCategory","LitE"); +TweakItem("Literature.BookDragonsofaNewAge3","DisplayCategory","LitE"); +TweakItem("Literature.BookDwarfHome1","DisplayCategory","LitE"); +TweakItem("Literature.BookDwarfHome2","DisplayCategory","LitE"); +TweakItem("Literature.BookDwarfHome3","DisplayCategory","LitE"); +TweakItem("Literature.BookDwarvenNations1","DisplayCategory","LitE"); +TweakItem("Literature.BookDwarvenNations2","DisplayCategory","LitE"); +TweakItem("Literature.BookDwarvenNations3","DisplayCategory","LitE"); +TweakItem("Literature.BookElvenExiles1","DisplayCategory","LitE"); +TweakItem("Literature.BookElvenExiles2","DisplayCategory","LitE"); +TweakItem("Literature.BookElvenExiles3","DisplayCategory","LitE"); +TweakItem("Literature.BookElvenNations1","DisplayCategory","LitE"); +TweakItem("Literature.BookElvenNations2","DisplayCategory","LitE"); +TweakItem("Literature.BookElvenNations3","DisplayCategory","LitE"); +TweakItem("Literature.BookErgoth1","DisplayCategory","LitE"); +TweakItem("Literature.BookErgoth2","DisplayCategory","LitE"); +TweakItem("Literature.BookErgoth3","DisplayCategory","LitE"); +TweakItem("Literature.BookHeroes1","DisplayCategory","LitE"); +TweakItem("Literature.BookHeroes2","DisplayCategory","LitE"); +TweakItem("Literature.BookHeroes3","DisplayCategory","LitE"); +TweakItem("Literature.BookHeroes4","DisplayCategory","LitE"); +TweakItem("Literature.BookHeroes5","DisplayCategory","LitE"); +TweakItem("Literature.BookHeroes6","DisplayCategory","LitE"); +TweakItem("Literature.BookIcewall1","DisplayCategory","LitE"); +TweakItem("Literature.BookIcewall2","DisplayCategory","LitE"); +TweakItem("Literature.BookIcewall3","DisplayCategory","LitE"); +TweakItem("Literature.BookKangsRegiment1","DisplayCategory","LitE"); +TweakItem("Literature.BookKangsRegiment2","DisplayCategory","LitE"); +TweakItem("Literature.BookKingpriest1","DisplayCategory","LitE"); +TweakItem("Literature.BookKingpriest2","DisplayCategory","LitE"); +TweakItem("Literature.BookKingpriest3","DisplayCategory","LitE"); +TweakItem("Literature.BookLeavesfromtheInnoftheLastHome1","DisplayCategory","LitE"); +TweakItem("Literature.BookLeavesfromtheInnoftheLastHome2","DisplayCategory","LitE"); +TweakItem("Literature.BookLeavesfromtheInnoftheLastHome3","DisplayCategory","LitE"); +TweakItem("Literature.BookLegends1","DisplayCategory","LitE"); +TweakItem("Literature.BookLegends2","DisplayCategory","LitE"); +TweakItem("Literature.BookLegends3","DisplayCategory","LitE"); +TweakItem("Literature.BookLinsha1","DisplayCategory","LitE"); +TweakItem("Literature.BookLinsha2","DisplayCategory","LitE"); +TweakItem("Literature.BookLinsha3","DisplayCategory","LitE"); +TweakItem("Literature.BookLostHistories1","DisplayCategory","LitE"); +TweakItem("Literature.BookLostHistories2","DisplayCategory","LitE"); +TweakItem("Literature.BookLostHistories3","DisplayCategory","LitE"); +TweakItem("Literature.BookLostHistories4","DisplayCategory","LitE"); +TweakItem("Literature.BookLostHistories5","DisplayCategory","LitE"); +TweakItem("Literature.BookLostHistories6","DisplayCategory","LitE"); +TweakItem("Literature.BookLostLegends1","DisplayCategory","LitE"); +TweakItem("Literature.BookLostLegends2","DisplayCategory","LitE"); +TweakItem("Literature.BookMeetingsSextet1","DisplayCategory","LitE"); +TweakItem("Literature.BookMeetingsSextet2","DisplayCategory","LitE"); +TweakItem("Literature.BookMeetingsSextet3","DisplayCategory","LitE"); +TweakItem("Literature.BookMeetingsSextet4","DisplayCategory","LitE"); +TweakItem("Literature.BookMeetingsSextet5","DisplayCategory","LitE"); +TweakItem("Literature.BookMeetingsSextet6","DisplayCategory","LitE"); +TweakItem("Literature.BookMinotaurWars1","DisplayCategory","LitE"); +TweakItem("Literature.BookMinotaurWars2","DisplayCategory","LitE"); +TweakItem("Literature.BookMinotaurWars3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOdysseyofGilthanas","DisplayCategory","LitE"); +TweakItem("Literature.BookOgreTitans1","DisplayCategory","LitE"); +TweakItem("Literature.BookOgreTitans2","DisplayCategory","LitE"); +TweakItem("Literature.BookOgreTitans3","DisplayCategory","LitE"); +TweakItem("Literature.BookPreludes1","DisplayCategory","LitE"); +TweakItem("Literature.BookPreludes2","DisplayCategory","LitE"); +TweakItem("Literature.BookPreludes3","DisplayCategory","LitE"); +TweakItem("Literature.BookPreludes4","DisplayCategory","LitE"); +TweakItem("Literature.BookPreludes5","DisplayCategory","LitE"); +TweakItem("Literature.BookPreludes6","DisplayCategory","LitE"); +TweakItem("Literature.BookRiseofSolamnia1","DisplayCategory","LitE"); +TweakItem("Literature.BookRiseofSolamnia2","DisplayCategory","LitE"); +TweakItem("Literature.BookRiseofSolamnia3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStonetellers1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStonetellers2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStonetellers3","DisplayCategory","LitE"); +TweakItem("Literature.BookTaladas1","DisplayCategory","LitE"); +TweakItem("Literature.BookTaladas2","DisplayCategory","LitE"); +TweakItem("Literature.BookTaladas3","DisplayCategory","LitE"); +TweakItem("Literature.BookVillains1","DisplayCategory","LitE"); +TweakItem("Literature.BookVillains2","DisplayCategory","LitE"); +TweakItem("Literature.BookVillains3","DisplayCategory","LitE"); +TweakItem("Literature.BookVillains4","DisplayCategory","LitE"); +TweakItem("Literature.BookVillains5","DisplayCategory","LitE"); +TweakItem("Literature.BookVillains6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarofSouls1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarofSouls2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarofSouls3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarriors1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarriors2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarriors3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarriors4","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarriors5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarriors6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWarriors7","DisplayCategory","LitE"); +TweakItem("Literature.BookTheClanoftheCaveBear","DisplayCategory","LitE"); +TweakItem("Literature.BookTheValleyofHorses","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMammothHunters","DisplayCategory","LitE"); +TweakItem("Literature.BookThePlainsofPassage","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSheltersofStone","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLandofPaintedCaves","DisplayCategory","LitE"); +TweakItem("Literature.BookAutumn1","DisplayCategory","LitE"); +TweakItem("Literature.BookAutumn2","DisplayCategory","LitE"); +TweakItem("Literature.BookAutumn3","DisplayCategory","LitE"); +TweakItem("Literature.BookAutumn4","DisplayCategory","LitE"); +TweakItem("Literature.BookAutumn5","DisplayCategory","LitE"); +TweakItem("Literature.BookAutumn6","DisplayCategory","LitE"); +TweakItem("Literature.BookNewsflesh1","DisplayCategory","LitE"); +TweakItem("Literature.BookNewsflesh2","DisplayCategory","LitE"); +TweakItem("Literature.BookNewsflesh3","DisplayCategory","LitE"); +TweakItem("Literature.BookDeadWorld1","DisplayCategory","LitE"); +TweakItem("Literature.BookDeadWorld2","DisplayCategory","LitE"); +TweakItem("Literature.BookDeadWorld3","DisplayCategory","LitE"); +TweakItem("Literature.BookDeadWorld4","DisplayCategory","LitE"); +TweakItem("Literature.BookDeadWorld5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRising1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRising2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRising3","DisplayCategory","LitE"); +TweakItem("Literature.BookDeadofNight1","DisplayCategory","LitE"); +TweakItem("Literature.BookDeadofNight2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheForestofHandsandTeeth1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheForestofHandsandTeeth2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheForestofHandsandTeeth3","DisplayCategory","LitE"); +TweakItem("Literature.BookZombies1","DisplayCategory","LitE"); +TweakItem("Literature.BookZombies2","DisplayCategory","LitE"); +TweakItem("Literature.BookZombies3","DisplayCategory","LitE"); +TweakItem("Literature.BookResidentEvil1","DisplayCategory","LitE"); +TweakItem("Literature.BookResidentEvil2","DisplayCategory","LitE"); +TweakItem("Literature.BookResidentEvil3","DisplayCategory","LitE"); +TweakItem("Literature.BookResidentEvil4","DisplayCategory","LitE"); +TweakItem("Literature.BookResidentEvil5","DisplayCategory","LitE"); +TweakItem("Literature.BookResidentEvil6","DisplayCategory","LitE"); +TweakItem("Literature.BookResidentEvil7","DisplayCategory","LitE"); +TweakItem("Literature.BookTheUndeadZombieAnthology","DisplayCategory","LitE"); +TweakItem("Literature.BookUnderaGraveyardSky","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGovernorSeries1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGovernorSeries2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGovernorSeries3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGovernorSeries4","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGovernorSeries5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGovernorSeries6","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel01","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel02","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel03","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel04","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel05","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel06","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel07","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel08","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel09","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWalkingDeadGraphicNovel10","DisplayCategory","LitE"); +TweakItem("Literature.BookMaxBrooks1","DisplayCategory","LitE"); +TweakItem("Literature.BookMaxBrooks2","DisplayCategory","LitE"); +TweakItem("Literature.BookMaxBrooks3","DisplayCategory","LitE"); +TweakItem("Literature.BookMaxBrooks4","DisplayCategory","LitE"); +TweakItem("Literature.BookMaxBrooks5","DisplayCategory","LitE"); +TweakItem("Literature.BookZombiesARecordoftheYearofInfection","DisplayCategory","LitE"); +TweakItem("Literature.BookZoneOne","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieApocalypse1","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieApocalypse2","DisplayCategory","LitE"); +TweakItem("Literature.BookDaybyDayArmageddon1","DisplayCategory","LitE"); +TweakItem("Literature.BookDaybyDayArmageddon2","DisplayCategory","LitE"); +TweakItem("Literature.BookDaybyDayArmageddon3","DisplayCategory","LitE"); +TweakItem("Literature.BookDaybyDayArmageddon4","DisplayCategory","LitE"); +TweakItem("Literature.BookAstheWorldDies1","DisplayCategory","LitE"); +TweakItem("Literature.BookAstheWorldDies2","DisplayCategory","LitE"); +TweakItem("Literature.BookAstheWorldDies3","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout1","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout2","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout3","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout4","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout5","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout6","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout7","DisplayCategory","LitE"); +TweakItem("Literature.BookZombieFallout8","DisplayCategory","LitE"); +TweakItem("Literature.BookIAmLegend","DisplayCategory","LitE"); +TweakItem("Literature.BookToothandNail","DisplayCategory","LitE"); +TweakItem("Literature.BookTheInfection1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheInfection2","DisplayCategory","LitE"); +TweakItem("Literature.BookSlowBurn1","DisplayCategory","LitE"); +TweakItem("Literature.BookSlowBurn2","DisplayCategory","LitE"); +TweakItem("Literature.BookSlowBurn3","DisplayCategory","LitE"); +TweakItem("Literature.BookSlowBurn4","DisplayCategory","LitE"); +TweakItem("Literature.BookSlowBurn5","DisplayCategory","LitE"); +TweakItem("Literature.BookTheArtofEatingthroughtheZombieApocalypse","DisplayCategory","LitE"); +TweakItem("Literature.BookTheVeganZombieCook","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSnackingDead","DisplayCategory","LitE"); +TweakItem("Literature.BookEdibleWildMushroomsofNorthAmerica","DisplayCategory","LitE"); +TweakItem("Literature.BookMakeItAheadABarefootContessaCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookEatLikeYouGiveaFuck","DisplayCategory","LitE"); +TweakItem("Literature.BookLightonCaloriesBigonFlavor","DisplayCategory","LitE"); +TweakItem("Literature.BookLoseUpto15Poundsin10Days","DisplayCategory","LitE"); +TweakItem("Literature.BookVibrantVegetableCookingfromLondonsOttolenghi","DisplayCategory","LitE"); +TweakItem("Literature.BookOnePotmoreof120EasyMeals","DisplayCategory","LitE"); +TweakItem("Literature.BookHeritage","DisplayCategory","LitE"); +TweakItem("Literature.BookDanielleWalkersAgainstAllGrain","DisplayCategory","LitE"); +TweakItem("Literature.BookHowtoCookEverythingFastABetterWaytoCookGreatFood","DisplayCategory","LitE"); +TweakItem("Literature.BookGreatFoodFastBobWardensUltimatePressureCookerRecipes","DisplayCategory","LitE"); +TweakItem("Literature.BookAgainstAllGrainDelectablePaleoRecipestoEatWellandFeelGreat","DisplayCategory","LitE"); +TweakItem("Literature.BookAKitcheninFranceAYearofCookinginMyFarmhouse","DisplayCategory","LitE"); +TweakItem("Literature.BookFoodALoveStory","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCooksIllustratedMeatBook","DisplayCategory","LitE"); +TweakItem("Literature.BookTrimHealthyMama","DisplayCategory","LitE"); +TweakItem("Literature.BookTheVegetariansBible","DisplayCategory","LitE"); +TweakItem("Literature.BookThePollanFamilyTableTheBestRecipes","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAmericasTestKitchenNewFamilyCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookJerusalemACookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookFoodfromMyFrontier","DisplayCategory","LitE"); +TweakItem("Literature.BookMediterraneanPaleoCooking","DisplayCategory","LitE"); +TweakItem("Literature.BookThePioneerWomanCooksAYearofHolidays","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOhSheGlowsCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookPracticalPaleoACustomizedApproachtoHealth","DisplayCategory","LitE"); +TweakItem("Literature.Book100DaysofRealFoodHowWeDidIt","DisplayCategory","LitE"); +TweakItem("Literature.BookForksOverKnivesTheCookbookOver300Recipes","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBakingBible","DisplayCategory","LitE"); +TweakItem("Literature.BookPlentyVibrantVegetableRecipes","DisplayCategory","LitE"); +TweakItem("Literature.BookNomNomPaleoFoodforHumans","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMakeAheadCook","DisplayCategory","LitE"); +TweakItem("Literature.BookSlowCookerRevolution","DisplayCategory","LitE"); +TweakItem("Literature.BookTheScienceofGoodCooking","DisplayCategory","LitE"); +TweakItem("Literature.BookKitchenConfidential","DisplayCategory","LitE"); +TweakItem("Literature.BookBakingChezMoiRecipesfromMyParisHome","DisplayCategory","LitE"); +TweakItem("Literature.BookDominiqueAnselTheSecretRecipes","DisplayCategory","LitE"); +TweakItem("Literature.BookWheatBelly30MinuteOrLess","DisplayCategory","LitE"); +TweakItem("Literature.BookWellFedPaleoRecipesforPeopleWhoLovetoEat","DisplayCategory","LitE"); +TweakItem("Literature.BookHappyHerbivoreHolidaysandGatherings","DisplayCategory","LitE"); +TweakItem("Literature.Book101MarijuanaRecipes","DisplayCategory","LitE"); +TweakItem("Literature.BookBallCompleteBookofHomePreserving","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHowCanItBeGlutenFreeCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookThePizzaBible","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHealthyGreenDrinkDiet","DisplayCategory","LitE"); +TweakItem("Literature.BookMasteringtheArtofFrenchCooking","DisplayCategory","LitE"); +TweakItem("Literature.BookMexicoTheCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookThailandTheCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSlantedDoorModernVietnameseFood","DisplayCategory","LitE"); +TweakItem("Literature.BookMadeinSpain","DisplayCategory","LitE"); +TweakItem("Literature.BookTheUltimateItalianCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookAJapaneseCookbook","DisplayCategory","LitE"); +TweakItem("Literature.BookOneHundredYearsofSolitude","DisplayCategory","LitE"); +TweakItem("Literature.BookNineteenEightyFour","DisplayCategory","LitE"); +TweakItem("Literature.BookBraveNewWorld","DisplayCategory","LitE"); +TweakItem("Literature.BookPrideandPrejudice","DisplayCategory","LitE"); +TweakItem("Literature.BookCrimeandPunishment","DisplayCategory","LitE"); +TweakItem("Literature.BookLolita","DisplayCategory","LitE"); +TweakItem("Literature.BookUlysses","DisplayCategory","LitE"); +TweakItem("Literature.BookMadameBovary","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchofLostTime1","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchofLostTime2","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchofLostTime3","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchofLostTime4","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchofLostTime5","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchofLostTime6","DisplayCategory","LitE"); +TweakItem("Literature.BookInSearchofLostTime7","DisplayCategory","LitE"); +TweakItem("Literature.BookTheIngeniousGentlemanDonQuixoteofLaMancha","DisplayCategory","LitE"); +TweakItem("Literature.BookThePictureofDorianGray","DisplayCategory","LitE"); +TweakItem("Literature.BookAnnaKarenina","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLittlePrince","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTrial","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSoundandtheFury","DisplayCategory","LitE"); +TweakItem("Literature.BookHamlet","DisplayCategory","LitE"); +TweakItem("Literature.BookGonewiththeWind","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOdyssey","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGrapesofWrath","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCatcherintheRye","DisplayCategory","LitE"); +TweakItem("Literature.BookWutheringHeights","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGreatGatsby","DisplayCategory","LitE"); +TweakItem("Literature.BookAThousandSplendidSuns","DisplayCategory","LitE"); +TweakItem("Literature.BookAlicesAdventuresinWonderland","DisplayCategory","LitE"); +TweakItem("Literature.BookAnimalFarm","DisplayCategory","LitE"); +TweakItem("Literature.BookThePillarsoftheEarth","DisplayCategory","LitE"); +TweakItem("Literature.BookWarandPeace","DisplayCategory","LitE"); +TweakItem("Literature.BookMemoirsofaGeisha","DisplayCategory","LitE"); +TweakItem("Literature.BookFrankensteinorTheModernPrometheus","DisplayCategory","LitE"); +TweakItem("Literature.BookGulliversTravels","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBookThief","DisplayCategory","LitE"); +TweakItem("Literature.BookToKillaMockingbird","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCountofMonteCristo","DisplayCategory","LitE"); +TweakItem("Literature.BookLordoftheFlies","DisplayCategory","LitE"); +TweakItem("Literature.BookMobyDick","DisplayCategory","LitE"); +TweakItem("Literature.BookLesMiserables","DisplayCategory","LitE"); +TweakItem("Literature.BookAdventuresofHuckleberryFinn","DisplayCategory","LitE"); +TweakItem("Literature.BookTristramShandy","DisplayCategory","LitE"); +TweakItem("Literature.BookDracula","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNameoftheRose","DisplayCategory","LitE"); +TweakItem("Literature.BookTheStranger","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBrothersKaramazov","DisplayCategory","LitE"); +TweakItem("Literature.BookLoveintheTimeofCholera","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDaVinciCode","DisplayCategory","LitE"); +TweakItem("Literature.BookTheKiteRunner","DisplayCategory","LitE"); +TweakItem("Literature.BookBlindness","DisplayCategory","LitE"); +TweakItem("Literature.BookGodsCrookedLines","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShadowoftheWind","DisplayCategory","LitE"); +TweakItem("Literature.BookJourneytotheEndoftheNight","DisplayCategory","LitE"); +TweakItem("Literature.BookEndersGame","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMagicMountain","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAnalyst","DisplayCategory","LitE"); +TweakItem("Literature.BookCatch22","DisplayCategory","LitE"); +TweakItem("Literature.BookForWhomtheBellTolls","DisplayCategory","LitE"); +TweakItem("Literature.BookStrangeCaseofDrJekyllandMrHyde","DisplayCategory","LitE"); +TweakItem("Literature.BookThePhysician","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMetamorphosis","DisplayCategory","LitE"); +TweakItem("Literature.BookCharlottesWeb","DisplayCategory","LitE"); +TweakItem("Literature.BookDivineComedy","DisplayCategory","LitE"); +TweakItem("Literature.BookMrsDalloway","DisplayCategory","LitE"); +TweakItem("Literature.BookOntheRoad","DisplayCategory","LitE"); +TweakItem("Literature.BookTheIliad","DisplayCategory","LitE"); +TweakItem("Literature.BookJaneEyre","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDiaryofaYoungGirl","DisplayCategory","LitE"); +TweakItem("Literature.BookPerfumeTheStoryofaMurderer","DisplayCategory","LitE"); +TweakItem("Literature.BookFahrenheit451","DisplayCategory","LitE"); +TweakItem("Literature.BookChronicleofaDeathForetold","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHouseoftheSpirits","DisplayCategory","LitE"); +TweakItem("Literature.BookAsILayDying","DisplayCategory","LitE"); +TweakItem("Literature.BookTreasureIsland","DisplayCategory","LitE"); +TweakItem("Literature.BookThingsFallApart","DisplayCategory","LitE"); +TweakItem("Literature.BookEmma","DisplayCategory","LitE"); +TweakItem("Literature.BookAPassagetoIndia","DisplayCategory","LitE"); +TweakItem("Literature.BookFicciones","DisplayCategory","LitE"); +TweakItem("Literature.BookInColdBlood","DisplayCategory","LitE"); +TweakItem("Literature.BookRhymesandLegends","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHeartIsaLonelyHunter","DisplayCategory","LitE"); +TweakItem("Literature.BookKingLear","DisplayCategory","LitE"); +TweakItem("Literature.BookCathedraloftheSea","DisplayCategory","LitE"); +TweakItem("Literature.BookThePilgrimsProgress","DisplayCategory","LitE"); +TweakItem("Literature.BookHeartofDarkness","DisplayCategory","LitE"); +TweakItem("Literature.BookRobinsonCrusoe","DisplayCategory","LitE"); +TweakItem("Literature.BookTheIslandofEternalLove","DisplayCategory","LitE"); +TweakItem("Literature.BookDavidCopperfield","DisplayCategory","LitE"); +TweakItem("Literature.BookMansFate","DisplayCategory","LitE"); +TweakItem("Literature.BookWorldWithoutEnd","DisplayCategory","LitE"); +TweakItem("Literature.BookTomJones","DisplayCategory","LitE"); +TweakItem("Literature.BookInvisibleMan","DisplayCategory","LitE"); +TweakItem("Literature.BookClarissaOrtheHistoryofaYoungLady","DisplayCategory","LitE"); +TweakItem("Literature.BookTotheLighthouse","DisplayCategory","LitE"); +TweakItem("Literature.BookSelectedStories","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLastCato","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDangerousLiaisons","DisplayCategory","LitE"); +TweakItem("Literature.BookLeGrandMeaulnes","DisplayCategory","LitE"); +TweakItem("Literature.BookTheEgyptian","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSecondSex","DisplayCategory","LitE"); +TweakItem("Literature.BookFrothontheDaydream","DisplayCategory","LitE"); +TweakItem("Literature.BookElevenMinutes","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCanterburyTales","DisplayCategory","LitE"); +TweakItem("Literature.BookPoetinNewYork","DisplayCategory","LitE"); +TweakItem("Literature.BookNightmareAbbey","DisplayCategory","LitE"); +TweakItem("Literature.BookWaitingforGodot","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBlackSheep","DisplayCategory","LitE"); +TweakItem("Literature.BookSelectedTales","DisplayCategory","LitE"); +TweakItem("Literature.BookBeingandNothingness","DisplayCategory","LitE"); +TweakItem("Literature.BookMiddlemarch","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCharterhouseofParma","DisplayCategory","LitE"); +TweakItem("Literature.BookAngelsandDemons","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGivingTree","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGulagArchipelago","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBoyintheStripedPyjamas","DisplayCategory","LitE"); +TweakItem("Literature.BookSybilortheTwoNations","DisplayCategory","LitE"); +TweakItem("Literature.BookSteppenwolf","DisplayCategory","LitE"); +TweakItem("Literature.BookParolesSelectedPoems","DisplayCategory","LitE"); +TweakItem("Literature.BookPedroParamo","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBigSleep","DisplayCategory","LitE"); +TweakItem("Literature.BookAlcools","DisplayCategory","LitE"); +TweakItem("Literature.BookTheKingkillerChronicle1","DisplayCategory","LitE"); +TweakItem("Literature.BookTheKingkillerChronicle2","DisplayCategory","LitE"); +TweakItem("Literature.BookTheKingkillerChronicle3","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHitchhikersGuidetotheGalaxy","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBlueLotus","DisplayCategory","LitE"); +TweakItem("Literature.BookUndertheVolcano","DisplayCategory","LitE"); +TweakItem("Literature.BookVeronikaDecidestoDie","DisplayCategory","LitE"); +TweakItem("Literature.BookVanityFair","DisplayCategory","LitE"); +TweakItem("Literature.BookBeloved","DisplayCategory","LitE"); +TweakItem("Literature.BookArabianNightsTheThousandandOneNights","DisplayCategory","LitE"); +TweakItem("Literature.BookTristesTropiques","DisplayCategory","LitE"); +TweakItem("Literature.BookTheScarletLetter","DisplayCategory","LitE"); +TweakItem("Literature.BookMidnightsChildren","DisplayCategory","LitE"); +TweakItem("Literature.BookInesofMySoul","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDeathofVirgil","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBadGirl","DisplayCategory","LitE"); +TweakItem("Literature.BookAsterixTheGaul","DisplayCategory","LitE"); +TweakItem("Literature.BookTheEssaysofMontaigne","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWomaninWhite","DisplayCategory","LitE"); +TweakItem("Literature.BookAztec","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBaldSoprano","DisplayCategory","LitE"); +TweakItem("Literature.BookSlaughterhouseFive","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAlchemist","DisplayCategory","LitE"); +TweakItem("Literature.BookNativeSon","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRedandtheBlack","DisplayCategory","LitE"); +TweakItem("Literature.BookRomeoandJuliet","DisplayCategory","LitE"); +TweakItem("Literature.BookThreeEssaysontheTheoryofSexuality","DisplayCategory","LitE"); +TweakItem("Literature.BookLittleWomen","DisplayCategory","LitE"); +TweakItem("Literature.BookDemocracyinAmerica","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAleph","DisplayCategory","LitE"); +TweakItem("Literature.BookFairyTalesforAdults","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTimeTravelersWife","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHolyInnocents","DisplayCategory","LitE"); +TweakItem("Literature.BookOpusNigrum","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWayWeLiveNow","DisplayCategory","LitE"); +TweakItem("Literature.BookOntheOriginofSpecies","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHistories","DisplayCategory","LitE"); +TweakItem("Literature.BookDanielDeronda","DisplayCategory","LitE"); +TweakItem("Literature.BookOntheSocialContract","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTartarSteppe","DisplayCategory","LitE"); +TweakItem("Literature.BookCapital","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFlowersofEvil","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCounterfeiters","DisplayCategory","LitE"); +TweakItem("Literature.BookThePortraitofaLady","DisplayCategory","LitE"); +TweakItem("Literature.BookAnneofGreenGables","DisplayCategory","LitE"); +TweakItem("Literature.BookSymposium","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHorsemanontheRoof","DisplayCategory","LitE"); +TweakItem("Literature.BookThePrince","DisplayCategory","LitE"); +TweakItem("Literature.BookBelleduSeigneur","DisplayCategory","LitE"); +TweakItem("Literature.BookConfessions","DisplayCategory","LitE"); +TweakItem("Literature.BookMySweetOrangeTree","DisplayCategory","LitE"); +TweakItem("Literature.BookTwentyLovePoems","DisplayCategory","LitE"); +TweakItem("Literature.BookSentimentalEducation","DisplayCategory","LitE"); +TweakItem("Literature.BookLeviathan","DisplayCategory","LitE"); +TweakItem("Literature.BookHopscotch","DisplayCategory","LitE"); +TweakItem("Literature.BookThreeMeninaBoat","DisplayCategory","LitE"); +TweakItem("Literature.BookLikeWaterforChocolate","DisplayCategory","LitE"); +TweakItem("Literature.BookDuinoElegies","DisplayCategory","LitE"); +TweakItem("Literature.BookHistoryofthePeloponnesianWar","DisplayCategory","LitE"); +TweakItem("Literature.BookIntheTimeofWonders","DisplayCategory","LitE"); +TweakItem("Literature.BookThereseDesqueyroux","DisplayCategory","LitE"); +TweakItem("Literature.BookSongofSolomon","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWindintheWillows","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDiaryofaNobody","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBusinessofLiving","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNeverendingStory","DisplayCategory","LitE"); +TweakItem("Literature.BookWinniethePooh","DisplayCategory","LitE"); +TweakItem("Literature.BookZazieintheMetro","DisplayCategory","LitE"); +TweakItem("Literature.BookJudetheObscure","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBookofDisquiet","DisplayCategory","LitE"); +TweakItem("Literature.BookConfusion","DisplayCategory","LitE"); +TweakItem("Literature.BookAWrinkleinTime","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRiddleoftheSands","DisplayCategory","LitE"); +TweakItem("Literature.BookTearThisHeartOut","DisplayCategory","LitE"); +TweakItem("Literature.BookCompleteWorksofJorgeLuisBorges","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCalloftheWild","DisplayCategory","LitE"); +TweakItem("Literature.BookThusSpokeZarathustra","DisplayCategory","LitE"); +TweakItem("Literature.BookLadyChatterleysLover","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFrozenHeart","DisplayCategory","LitE"); +TweakItem("Literature.BookLordJim","DisplayCategory","LitE"); +TweakItem("Literature.BookNostromo","DisplayCategory","LitE"); +TweakItem("Literature.BookOfMiceandMen","DisplayCategory","LitE"); +TweakItem("Literature.BookAClockworkOrange","DisplayCategory","LitE"); +TweakItem("Literature.BookBonjourTristesse","DisplayCategory","LitE"); +TweakItem("Literature.BookTenLittleNiggers","DisplayCategory","LitE"); +TweakItem("Literature.BookSiddhartha","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSilenceoftheSea","DisplayCategory","LitE"); +TweakItem("Literature.BookThePrincessBride","DisplayCategory","LitE"); +TweakItem("Literature.BookNight","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRainbow","DisplayCategory","LitE"); +TweakItem("Literature.BookTheInfinitePlan","DisplayCategory","LitE"); +TweakItem("Literature.BookThecompletetalesofEdgarAllanPoe","DisplayCategory","LitE"); +TweakItem("Literature.BookLifeAUsersManual","DisplayCategory","LitE"); +TweakItem("Literature.BookLightinAugust","DisplayCategory","LitE"); +TweakItem("Literature.BookMarina","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGoodSoldier","DisplayCategory","LitE"); +TweakItem("Literature.BookBytheRiverPiedraISatDownandWept","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTimeoftheHero","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSoulsofBlackFolk","DisplayCategory","LitE"); +TweakItem("Literature.BookTheThirtyNineSteps","DisplayCategory","LitE"); +TweakItem("Literature.BookOneFlewOvertheCuckoosNest","DisplayCategory","LitE"); +TweakItem("Literature.BookUndertheSunofSatan","DisplayCategory","LitE"); +TweakItem("Literature.BookWheretheWildThingsAre","DisplayCategory","LitE"); +TweakItem("Literature.BookWideSargassoSea","DisplayCategory","LitE"); +TweakItem("Literature.BookTheKnightinRustyArmor","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWasteLand","DisplayCategory","LitE"); +TweakItem("Literature.BookMetamorphoses","DisplayCategory","LitE"); +TweakItem("Literature.BookTheJoke","DisplayCategory","LitE"); +TweakItem("Literature.BookParadiseLost","DisplayCategory","LitE"); +TweakItem("Literature.BookPoems","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDanteClub","DisplayCategory","LitE"); +TweakItem("Literature.BookContempt","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMurderofRogerAckroyd","DisplayCategory","LitE"); +TweakItem("Literature.BookElCamino","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWitchofPortobello","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSumofOurDaysAMemoir","DisplayCategory","LitE"); +TweakItem("Literature.BookNadja","DisplayCategory","LitE"); +TweakItem("Literature.BookTrilce","DisplayCategory","LitE"); +TweakItem("Literature.BookMenWithoutWomen","DisplayCategory","LitE"); +TweakItem("Literature.BookWaterforElephants","DisplayCategory","LitE"); +TweakItem("Literature.BookAurelien","DisplayCategory","LitE"); +TweakItem("Literature.BookOthello","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSatinSlipper","DisplayCategory","LitE"); +TweakItem("Literature.BookGreenEggsandHam","DisplayCategory","LitE"); +TweakItem("Literature.BookShakespearesSonnets","DisplayCategory","LitE"); +TweakItem("Literature.BookAbsalomAbsalom","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSecretGarden","DisplayCategory","LitE"); +TweakItem("Literature.BookLeavesofGrass","DisplayCategory","LitE"); +TweakItem("Literature.BookTheEtruscanSmile","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOdesofHorace","DisplayCategory","LitE"); +TweakItem("Literature.BookSixCharactersInSearchofanAuthor","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLongGoodbye","DisplayCategory","LitE"); +TweakItem("Literature.BookTheResistibleRiseofArturoUi","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHelp","DisplayCategory","LitE"); +TweakItem("Literature.BookScoop","DisplayCategory","LitE"); +TweakItem("Literature.BookTheThirteenthTale","DisplayCategory","LitE"); +TweakItem("Literature.BookTheIdiot","DisplayCategory","LitE"); +TweakItem("Literature.BookKim","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLifeofLazarillodeTormes","DisplayCategory","LitE"); +TweakItem("Literature.BookFridayorTheOtherIsland","DisplayCategory","LitE"); +TweakItem("Literature.BookUSA","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShipyard","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAngelsGame","DisplayCategory","LitE"); +TweakItem("Literature.BookATaleofTwoCities","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWaroftheWorlds","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFirstMan","DisplayCategory","LitE"); +TweakItem("Literature.BookIfThisIsaMan","DisplayCategory","LitE"); +TweakItem("Literature.BookThePursuitofLove","DisplayCategory","LitE"); +TweakItem("Literature.BookDreamtigers","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFifthMountain","DisplayCategory","LitE"); +TweakItem("Literature.BookThePlague","DisplayCategory","LitE"); +TweakItem("Literature.BookMurderontheOrientExpress","DisplayCategory","LitE"); +TweakItem("Literature.BookLesVrillesdelavigne","DisplayCategory","LitE"); +TweakItem("Literature.BookSenseandSensibility","DisplayCategory","LitE"); +TweakItem("Literature.BookSuddenlyAnAngel","DisplayCategory","LitE"); +TweakItem("Literature.BookCapitalofPain","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLostOrigin","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGirlwiththeDragonTattoo","DisplayCategory","LitE"); +TweakItem("Literature.BookMaloneDies","DisplayCategory","LitE"); +TweakItem("Literature.BookAConfederacyofDunces","DisplayCategory","LitE"); +TweakItem("Literature.BookLaRegenta","DisplayCategory","LitE"); +TweakItem("Literature.BookMartinEden","DisplayCategory","LitE"); +TweakItem("Literature.BookTheIdhunsMemories","DisplayCategory","LitE"); +TweakItem("Literature.BookLifeofPi","DisplayCategory","LitE"); +TweakItem("Literature.BookCortoMalteseTheBalladoftheSaltSea","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHouseofBernardaAlba","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWatcherintheShadows","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWaves","DisplayCategory","LitE"); +TweakItem("Literature.BookWiseBlood","DisplayCategory","LitE"); +TweakItem("Literature.BookWritingDegreeZero","DisplayCategory","LitE"); +TweakItem("Literature.BookEastofEden","DisplayCategory","LitE"); +TweakItem("Literature.BookDiaries19101923","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGoldenNotebook","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLostHonourofKatharinaBlum","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOpposingShore","DisplayCategory","LitE"); +TweakItem("Literature.BookCelestinaTheTragiComedyofCalistoandMelibea","DisplayCategory","LitE"); +TweakItem("Literature.BookPortraitinSepia","DisplayCategory","LitE"); +TweakItem("Literature.BookLuckyJim","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGospelAccordingtoJesusChrist","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTimeinBetween","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOrderofThings","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBestThingThatCanHappentoaCroissant","DisplayCategory","LitE"); +TweakItem("Literature.BookRichardIII","DisplayCategory","LitE"); +TweakItem("Literature.BookResidenceonEarth","DisplayCategory","LitE"); +TweakItem("Literature.BookTheQuietAmerican","DisplayCategory","LitE"); +TweakItem("Literature.BookDemianTheStoryofEmilSinclairsYouth","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWonderfulAdventuresofNils","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSunAlsoRises","DisplayCategory","LitE"); +TweakItem("Literature.BookPaulaAMemoir","DisplayCategory","LitE"); +TweakItem("Literature.BookCityoftheBeasts","DisplayCategory","LitE"); +TweakItem("Literature.BookARoomofOnesOwn","DisplayCategory","LitE"); +TweakItem("Literature.BookIClaudius","DisplayCategory","LitE"); +TweakItem("Literature.BookCityofBones","DisplayCategory","LitE"); +TweakItem("Literature.BookConversationintheCathedral","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMartianChronicles","DisplayCategory","LitE"); +TweakItem("Literature.BookMarianela","DisplayCategory","LitE"); +TweakItem("Literature.BookNorwegianWood","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTinDrum","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRavishingofLolStein","DisplayCategory","LitE"); +TweakItem("Literature.BookThePrinceofMist","DisplayCategory","LitE"); +TweakItem("Literature.BookSonsandLovers","DisplayCategory","LitE"); +TweakItem("Literature.BookTheInterrogation","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLeopard","DisplayCategory","LitE"); +TweakItem("Literature.BookKingdomoftheGoldenDragon","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOutsiders","DisplayCategory","LitE"); +TweakItem("Literature.BookAlltheKingsMen","DisplayCategory","LitE"); +TweakItem("Literature.BookThePrimeofMissJeanBrodie","DisplayCategory","LitE"); +TweakItem("Literature.BookDune","DisplayCategory","LitE"); +TweakItem("Literature.BookCaptainPantojaandtheSpecialService","DisplayCategory","LitE"); +TweakItem("Literature.BookTropisms","DisplayCategory","LitE"); +TweakItem("Literature.BookGoTellItontheMountain","DisplayCategory","LitE"); +TweakItem("Literature.BookTheJournalofJulesRenard","DisplayCategory","LitE"); +TweakItem("Literature.BookWatershipDown","DisplayCategory","LitE"); +TweakItem("Literature.BookAnybodyOutThere","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGirlWhoPlayedwithFire","DisplayCategory","LitE"); +TweakItem("Literature.BookYourErroneousZones","DisplayCategory","LitE"); +TweakItem("Literature.BookHerzog","DisplayCategory","LitE"); +TweakItem("Literature.BookGeneralSong","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRabbi","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOldManandtheSea","DisplayCategory","LitE"); +TweakItem("Literature.BookEcrits","DisplayCategory","LitE"); +TweakItem("Literature.BookRabbitRun","DisplayCategory","LitE"); +TweakItem("Literature.BookTheTheatreanditsDouble","DisplayCategory","LitE"); +TweakItem("Literature.BookTheUnbearableLightnessofBeing","DisplayCategory","LitE"); +TweakItem("Literature.BookThePerksofBeingaWallflower","DisplayCategory","LitE"); +TweakItem("Literature.BookMrsPalfreyattheClaremont","DisplayCategory","LitE"); +TweakItem("Literature.BookOfLoveandShadows","DisplayCategory","LitE"); +TweakItem("Literature.BookMySistersKeeper","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAgeofInnocence","DisplayCategory","LitE"); +TweakItem("Literature.BookBohemianLights","DisplayCategory","LitE"); +TweakItem("Literature.BookManhattanTransfer","DisplayCategory","LitE"); +TweakItem("Literature.BookTinkerTailorSoldierSpy","DisplayCategory","LitE"); +TweakItem("Literature.BookPortnoysComplaint","DisplayCategory","LitE"); +TweakItem("Literature.BookThePilgrimage","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWaroftheEndoftheWorld","DisplayCategory","LitE"); +TweakItem("Literature.BookATreeGrowsinBrooklyn","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGirlWhoKickedtheHornetsNest","DisplayCategory","LitE"); +TweakItem("Literature.BookMoravagine","DisplayCategory","LitE"); +TweakItem("Literature.BookBigEyedWomen","DisplayCategory","LitE"); +TweakItem("Literature.BookAnAmericanTragedy","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBottleFactoryOuting","DisplayCategory","LitE"); +TweakItem("Literature.BookAphorisms","DisplayCategory","LitE"); +TweakItem("Literature.BookTheDayoftheLocust","DisplayCategory","LitE"); +TweakItem("Literature.BookTheLastJew","DisplayCategory","LitE"); +TweakItem("Literature.BookGreatExpectations","DisplayCategory","LitE"); +TweakItem("Literature.BookMaxAub","DisplayCategory","LitE"); +TweakItem("Literature.BookTheExecutionersSong","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGeneraloftheDeadArmy","DisplayCategory","LitE"); +TweakItem("Literature.BookSophiesChoice","DisplayCategory","LitE"); +TweakItem("Literature.BookMattersofChoice","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCommunistManifesto","DisplayCategory","LitE"); +TweakItem("Literature.BookTropicofCancer","DisplayCategory","LitE"); +TweakItem("Literature.BookIfonawintersnightatraveler","DisplayCategory","LitE"); +TweakItem("Literature.BookTheCuriousIncidentoftheDogintheNightTime","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMalteseFalcon","DisplayCategory","LitE"); +TweakItem("Literature.BookAngelasAshes","DisplayCategory","LitE"); +TweakItem("Literature.BookAMortalSpring","DisplayCategory","LitE"); +TweakItem("Literature.BookGypsyBallads","DisplayCategory","LitE"); +TweakItem("Literature.BookYouCanHealYourLife","DisplayCategory","LitE"); +TweakItem("Literature.BookABendintheRiver","DisplayCategory","LitE"); +TweakItem("Literature.BookDubliners","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMysteryoftheEnchantedCrypt","DisplayCategory","LitE"); +TweakItem("Literature.BookHisDarkMaterials","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAdventuresofSherlockHolmes","DisplayCategory","LitE"); +TweakItem("Literature.BookPietrtheLatvian","DisplayCategory","LitE"); +TweakItem("Literature.BookWaitingfortheBarbarians","DisplayCategory","LitE"); +TweakItem("Literature.BookWheretheSidewalkEnds","DisplayCategory","LitE"); +TweakItem("Literature.BookDeathComesfortheArchbishop","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMercifulWomen","DisplayCategory","LitE"); +TweakItem("Literature.BookOurLadyoftheFlowers","DisplayCategory","LitE"); +TweakItem("Literature.BookHousekeeping","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHandmaidsTale","DisplayCategory","LitE"); +TweakItem("Literature.BookIacobus","DisplayCategory","LitE"); +TweakItem("Literature.BookTheInterpretationofDreams","DisplayCategory","LitE"); +TweakItem("Literature.BookPeterPan","DisplayCategory","LitE"); +TweakItem("Literature.BookLanarkALifeinFourBooks","DisplayCategory","LitE"); +TweakItem("Literature.BookStrangePilgrims","DisplayCategory","LitE"); +TweakItem("Literature.BookTheManWithoutQualities","DisplayCategory","LitE"); +TweakItem("Literature.BookFureurEtMystere","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRoad","DisplayCategory","LitE"); +TweakItem("Literature.BookTheEducationofHenryAdams","DisplayCategory","LitE"); +TweakItem("Literature.BookMomo","DisplayCategory","LitE"); +TweakItem("Literature.BookSonnets","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNewYorkTrilogy","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAnatomist","DisplayCategory","LitE"); +TweakItem("Literature.BookAuntJuliaandtheScriptwriter","DisplayCategory","LitE"); +TweakItem("Literature.BookThePoliticalThoughtofMaoTseTung","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBFG","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMasterandMargarita","DisplayCategory","LitE"); +TweakItem("Literature.BookThePoisonwoodBible","DisplayCategory","LitE"); +TweakItem("Literature.BookLovesick","DisplayCategory","LitE"); +TweakItem("Literature.BookNoOrchidsforMissBlandish","DisplayCategory","LitE"); +TweakItem("Literature.BookTheVarietiesofReligiousExperience","DisplayCategory","LitE"); +TweakItem("Literature.BookThePeriodicTable","DisplayCategory","LitE"); +TweakItem("Literature.BookBlakeandMortimer","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAlexandriaQuartet","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHoundoftheBaskervilles","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBellJar","DisplayCategory","LitE"); +TweakItem("Literature.BookBridesheadRevisited","DisplayCategory","LitE"); +TweakItem("Literature.BookMoney","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFall","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFamilyofPascualDuarte","DisplayCategory","LitE"); +TweakItem("Literature.BookTheShadowoftheEagle","DisplayCategory","LitE"); +TweakItem("Literature.BookTheNotebooksofMalteLauridsBrigge","DisplayCategory","LitE"); +TweakItem("Literature.BookSilentSpring","DisplayCategory","LitE"); +TweakItem("Literature.BookAnArtistoftheFloatingWorld","DisplayCategory","LitE"); +TweakItem("Literature.BookTheColorPurple","DisplayCategory","LitE"); +TweakItem("Literature.BookSecondThoughts","DisplayCategory","LitE"); +TweakItem("Literature.BookOrlandoABiography","DisplayCategory","LitE"); +TweakItem("Literature.BookRebecca","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGeneralTheoryofEmploymentInterestandMoney","DisplayCategory","LitE"); +TweakItem("Literature.BookOscarandLucinda","DisplayCategory","LitE"); +TweakItem("Literature.BookDivergent","DisplayCategory","LitE"); +TweakItem("Literature.BookTheHive","DisplayCategory","LitE"); +TweakItem("Literature.BookTheUnconsoled","DisplayCategory","LitE"); +TweakItem("Literature.BookTheOriginsofTotalitarianism","DisplayCategory","LitE"); +TweakItem("Literature.BookTheBookofLaughterandForgetting","DisplayCategory","LitE"); +TweakItem("Literature.BookGoodByetoAllThat","DisplayCategory","LitE"); +TweakItem("Literature.BookTimeandSpaceAPoeticAutobiography","DisplayCategory","LitE"); +TweakItem("Literature.BookNoWordfromGurb","DisplayCategory","LitE"); +TweakItem("Literature.BookHarounandtheSeaofStories","DisplayCategory","LitE"); +TweakItem("Literature.BookTheRosyCrucifixion","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAffluentSociety","DisplayCategory","LitE"); +TweakItem("Literature.BookLAConfidential","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGardenoftheFinziContinis","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSeventhSecret","DisplayCategory","LitE"); +TweakItem("Literature.BookWiseChildren","DisplayCategory","LitE"); +TweakItem("Literature.BookAmers","DisplayCategory","LitE"); +TweakItem("Literature.BookTheFaultinOurStars","DisplayCategory","LitE"); +TweakItem("Literature.BookShaman","DisplayCategory","LitE"); +TweakItem("Literature.BookTheInquisitor","DisplayCategory","LitE"); +TweakItem("Literature.BookTheAutobiographyofMalcolmX","DisplayCategory","LitE"); +TweakItem("Literature.BookTheWildPalms","DisplayCategory","LitE"); +TweakItem("Literature.BookAtonement","DisplayCategory","LitE"); +TweakItem("Literature.BookTheMadmansTale","DisplayCategory","LitE"); +TweakItem("Literature.BookEminentVictorians","DisplayCategory","LitE"); +TweakItem("Literature.BookGaston","DisplayCategory","LitE"); +TweakItem("Literature.BookTheGoldenCompass","DisplayCategory","LitE"); +TweakItem("Literature.BookAprilinParis","DisplayCategory","LitE"); +TweakItem("Literature.BookSophiesWorld","DisplayCategory","LitE"); +TweakItem("Literature.BookObrasCompletas","DisplayCategory","LitE"); +TweakItem("Literature.BookAmericanPastoral","DisplayCategory","LitE"); +TweakItem("Literature.BookAtlasShrugged","DisplayCategory","LitE"); +TweakItem("Literature.BookTheSecondWorldWar","DisplayCategory","LitE"); +TweakItem("Literature.BookAusterlitz","DisplayCategory","LitE"); +TweakItem("Literature.BookTheArtofWar","DisplayCategory","LitE"); +TweakItem("Literature.BookTheKamaSutraofVatsyayana","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperHardinCountyIndependent","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperTheNewsEnterprise","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperTheCourierJournal","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperLEOWeekly","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperTheMeadeCountyMessenger","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperKentuckyEnquirer","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperBusinessFirst","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperTheCommunityLetter","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperConcord","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperTheWallStreetJournal","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperTheNewYorkTimes","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperUSAToday","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperFinancialTimes","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperSportingNews","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperInvestorsBusinessDaily","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperVariety","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperAmericanFreePress","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperTheOnion","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperPainted","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperPaintedWeird","DisplayCategory","LitE"); +TweakItem("Literature.NewspaperPaintedCircle","DisplayCategory","LitE"); +TweakItem("Literature.MagazineLaneReport","DisplayCategory","LitE"); +TweakItem("Literature.MagazineLouisville","DisplayCategory","LitE"); +TweakItem("Literature.MagazineKentuckyMonthly","DisplayCategory","LitE"); +TweakItem("Literature.MagazineBarrons","DisplayCategory","LitE"); +TweakItem("Literature.MagazineBusinessWeek","DisplayCategory","LitE"); +TweakItem("Literature.MagazineForbes","DisplayCategory","LitE"); +TweakItem("Literature.MagazineFortune","DisplayCategory","LitE"); +TweakItem("Literature.MagazineMoney","DisplayCategory","LitE"); +TweakItem("Literature.MagazineBillboard","DisplayCategory","LitE"); +TweakItem("Literature.MagazineEntertainmentWeekly","DisplayCategory","LitE"); +TweakItem("Literature.MagazineHollywoodReporter","DisplayCategory","LitE"); +TweakItem("Literature.MagazineHollywoodWeekly","DisplayCategory","LitE"); +TweakItem("Literature.MagazineNationalEnquirer","DisplayCategory","LitE"); +TweakItem("Literature.MagazinePeople","DisplayCategory","LitE"); +TweakItem("Literature.MagazineRollingStone","DisplayCategory","LitE"); +TweakItem("Literature.MagazineUsWeekly","DisplayCategory","LitE"); +TweakItem("Literature.MagazineTheAmericanProspect","DisplayCategory","LitE"); +TweakItem("Literature.MagazineTheAmericanSpectator","DisplayCategory","LitE"); +TweakItem("Literature.MagazineTheAtlantic","DisplayCategory","LitE"); +TweakItem("Literature.MagazineTheChristianScienceMonitor","DisplayCategory","LitE"); +TweakItem("Literature.MagazineHarpersMagazine","DisplayCategory","LitE"); +TweakItem("Literature.MagazineMotherJones","DisplayCategory","LitE"); +TweakItem("Literature.MagazineTheNation","DisplayCategory","LitE"); +TweakItem("Literature.MagazineNationalReview","DisplayCategory","LitE"); +TweakItem("Literature.MagazineTheNewYorker","DisplayCategory","LitE"); +TweakItem("Literature.MagazineParade","DisplayCategory","LitE"); +TweakItem("Literature.MagazineTime","DisplayCategory","LitE"); +TweakItem("Literature.MagazineUSAWeekend","DisplayCategory","LitE"); +TweakItem("Literature.MagazineVanityFair","DisplayCategory","LitE"); +TweakItem("Literature.MagazineScientificAmerican","DisplayCategory","LitE"); +TweakItem("Literature.MagazineWired","DisplayCategory","LitE"); +TweakItem("Literature.MagazineMAD","DisplayCategory","LitE"); +TweakItem("Literature.MagazineMAD2","DisplayCategory","LitE"); +TweakItem("Literature.MagazineMAD3","DisplayCategory","LitE"); +TweakItem("Literature.MagazineNationalGeographic","DisplayCategory","LitE"); +TweakItem("Literature.MagazineSportsIllustrated","DisplayCategory","LitE"); +TweakItem("Literature.MagazineMensHealth","DisplayCategory","LitE"); +TweakItem("Literature.MagazinePlayboy","DisplayCategory","LitE"); +TweakItem("Literature.MagazinePlayboyYear","DisplayCategory","LitE"); +TweakItem("Literature.MagazineHustler","DisplayCategory","LitE"); +TweakItem("Literature.MagazinePenthouse","DisplayCategory","LitE"); +TweakItem("Literature.MagazineCosmopolitan","DisplayCategory","LitE"); +TweakItem("Literature.MagazineGlamour","DisplayCategory","LitE"); +TweakItem("Literature.MagazineNewWoman","DisplayCategory","LitE"); +TweakItem("Literature.MagazineNewWoman2","DisplayCategory","LitE"); +TweakItem("Literature.MagazineVogue","DisplayCategory","LitE"); +TweakItem("Literature.MagazineStar","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookSpiderman","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookSpiderman2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookBatman","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookBatman2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookSuperman","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookSuperman2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookXMen","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookXMen2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookFantasticFour","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookFantasticFour2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookCaptainAmerica","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookCaptainAmerica2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookGreenLantern","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookGreenLantern2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookTales","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookTales2","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookDareDevil","DisplayCategory","LitE"); +TweakItem("Literature.ComicBookDareDevil2","DisplayCategory","LitE"); diff --git a/media/lua/client/Mod Support/LittleYoschisSkillbooks_Items.lua b/media/lua/client/Mod Support/LittleYoschisSkillbooks_Items.lua new file mode 100644 index 0000000..5287315 --- /dev/null +++ b/media/lua/client/Mod Support/LittleYoschisSkillbooks_Items.lua @@ -0,0 +1,83 @@ +require("ItemTweaker_Copy_CC"); + +--LittleYochisSkillbooks +TweakItem("LY_Skillbooks.BookSprinting1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSprinting2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSprinting3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSprinting4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSprinting5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLightfooted1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLightfooted2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLightfooted3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLightfooted4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLightfooted5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookNimble1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookNimble2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookNimble3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookNimble4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookNimble5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSneaking1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSneaking2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSneaking3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSneaking4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSneaking5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAiming1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAiming2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAiming3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAiming4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAiming5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookReloading1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookReloading2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookReloading3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookReloading4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookReloading5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLockpicking1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLockpicking2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLockpicking3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLockpicking4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLockpicking5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAxe1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAxe2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAxe3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAxe4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookAxe5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookBlunt1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookBlunt2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookBlunt3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookBlunt4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookBlunt5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlunt1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlunt2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlunt3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlunt4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlunt5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLongBlade1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLongBlade2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLongBlade3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLongBlade4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookLongBlade5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlade1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlade2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlade3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlade4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSmallBlade5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSpear1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSpear2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSpear3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSpear4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookSpear5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookMaintenance1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookMaintenance2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookMaintenance3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookMaintenance4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookMaintenance5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookFitness1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookFitness2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookFitness3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookFitness4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookFitness5","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookStrength1","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookStrength2","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookStrength3","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookStrength4","DisplayCategory","LitS"); +TweakItem("LY_Skillbooks.BookStrength5","DisplayCategory","LitS"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/MRE_XIII_Items.lua b/media/lua/client/Mod Support/MRE_XIII_Items.lua new file mode 100644 index 0000000..edc8f01 --- /dev/null +++ b/media/lua/client/Mod Support/MRE_XIII_Items.lua @@ -0,0 +1,111 @@ +require("ItemTweaker_Copy_CC"); + +--MRE XIII +--Food +TweakItem("USMRE.MREbox","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu01","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu02","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu03","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu04","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu05","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu06","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu07","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu08","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu09","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu10","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu11","DisplayCategory","FoodN"); +TweakItem("USMRE.MREmenu12","DisplayCategory","FoodN"); +TweakItem("USMRE.MREPorkwithRiceinBBQSauce","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECornedBeefHash","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenStew","DisplayCategory","FoodN"); +TweakItem("USMRE.MREOmeletwithHam","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESpaghettiwithMeatSauce","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenalaKing","DisplayCategory","FoodN"); +TweakItem("USMRE.MREBeefStew","DisplayCategory","FoodN"); +TweakItem("USMRE.MREHamSlice","DisplayCategory","FoodN"); +TweakItem("USMRE.MREMeatballswithTomatoSauce","DisplayCategory","FoodN"); +TweakItem("USMRE.MRETunawithNoodles","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenwithRice","DisplayCategory","FoodN"); +TweakItem("USMRE.MREEscallopedPotatoeswithHam","DisplayCategory","FoodN"); +TweakItem("USMRE.MREPorkwithRiceinBBQSauceHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECornedBeefHashHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenStewHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREOmeletwithHamHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESpaghettiwithMeatSauceHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenalaKingHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREBeefStewHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREHamSliceHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREMeatballswithTomatoSauceHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MRETunawithNoodlesHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenwithRiceHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREEscallopedPotatoeswithHamHot","DisplayCategory","FoodN"); +TweakItem("USMRE.MREPorkwithRiceinBBQSauceHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECornedBeefHashHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenStewHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREOmeletwithHamHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESpaghettiwithMeatSauceHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenalaKingHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREBeefStewHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREHamSliceHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREMeatballswithTomatoSauceHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MRETunawithNoodlesHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenwithRiceHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREEscallopedPotatoeswithHamHotS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREPorkwithRiceinBBQSauceS","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECornedBeefHashS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenStewS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREOmeletwithHamS","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESpaghettiwithMeatSauceS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenalaKingS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREBeefStewS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREHamSliceS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREMeatballswithTomatoSauceS","DisplayCategory","FoodN"); +TweakItem("USMRE.MRETunawithNoodlesS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChickenwithRiceS","DisplayCategory","FoodN"); +TweakItem("USMRE.MREEscallopedPotatoeswithHamS","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECrackers","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECrackersJelly","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECrackersPeanutButter","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECrackersCheesespread","DisplayCategory","FoodN"); +TweakItem("USMRE.MREJelly","DisplayCategory","FoodN"); +TweakItem("USMRE.MREPeanutButter","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECheesespread","DisplayCategory","FoodN"); +TweakItem("USMRE.MREApplesauce","DisplayCategory","FoodN"); +TweakItem("USMRE.MREFreezedriedfruit","DisplayCategory","FoodN"); +TweakItem("USMRE.MREFruit","DisplayCategory","FoodN"); +TweakItem("USMRE.MREPotatoesAuGrautin","DisplayCategory","FoodN"); +TweakItem("USMRE.MREOatmealCookieBar","DisplayCategory","FoodN"); +TweakItem("USMRE.MREPoundCake","DisplayCategory","FoodN"); +TweakItem("USMRE.MREBrownieChocCovered","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECookieChocCovered","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECocoa","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECuppaCocoa","DisplayCategory","FoodN"); +TweakItem("USMRE.MREBevBasewithSugar","DisplayCategory","FoodN"); +TweakItem("USMRE.MREBevBasewithSugarCuppa","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESugarFreeBevBase","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESugarFreeBevBaseCuppa","DisplayCategory","FoodN"); +TweakItem("USMRE.MREHotSource","DisplayCategory","FoodN"); +TweakItem("USMRE.MREAccessoryPacketA","DisplayCategory","FoodN"); +TweakItem("USMRE.MREAccessoryPacketB","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECoffee","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECreamSubstitute","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESugar","DisplayCategory","FoodN"); +TweakItem("USMRE.MREChewingGum","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECandy1","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECandy2","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECandy3","DisplayCategory","FoodN"); +TweakItem("USMRE.MRESpoon","DisplayCategory","FoodN"); +TweakItem("USMRE.MREFlamelessRationHeater","DisplayCategory","FoodN"); +TweakItem("USMRE.MRECuppa","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet01","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet02","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet03","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet04","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet05","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet06","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet07","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet08","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet09","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet10","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet11","DisplayCategory","FoodN"); +TweakItem("USMRE.MREboxPallet12","DisplayCategory","FoodN"); diff --git a/media/lua/client/Mod Support/MoreCigsMod_Items.lua b/media/lua/client/Mod Support/MoreCigsMod_Items.lua new file mode 100644 index 0000000..577b27d --- /dev/null +++ b/media/lua/client/Mod Support/MoreCigsMod_Items.lua @@ -0,0 +1,86 @@ +require("ItemTweaker_Copy_CC"); + +--MORECIGSMOD +--Drugs +TweakItem("Cigs.CigsCigaretteReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsButtReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsFilterReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsOpenPackReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsClosedPackReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsEmptyPackReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonRegEmpty","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCaseReg","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsSpawnPackLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCigaretteLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsButtLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsFilterLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsOpenPackLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsClosedPackLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsEmptyPackLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonLiteEmpty","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCaseLite","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsSpawnPackMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCigaretteMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsButtMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsFilterMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsOpenPackMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsClosedPackMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsEmptyPackMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonMentEmpty","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCaseMent","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsSpawnPackGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCigaretteGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsButtGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsFilterGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsOpenPackGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsClosedPackGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsEmptyPackGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCartonGoldEmpty","DisplayCategory","Drugs"); +TweakItem("Cigs.CigsCaseGold","DisplayCategory","Drugs"); +TweakItem("Cigs.CardboardBox","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFEmptyCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFUsedCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.Cannabis","DisplayCategory","Drugs"); +TweakItem("Greenfire.Tobacco","DisplayCategory","Drugs"); +TweakItem("Greenfire.Bong","DisplayCategory","Drugs"); +TweakItem("Greenfire.SmokingPipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.RollingPapers","DisplayCategory","Drugs"); +TweakItem("Greenfire.CannabisSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.TobaccoSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.CannabisBagSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.TobaccoBagSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.PipeTobaccoBag","DisplayCategory","Drugs"); +TweakItem("Greenfire.SBrownieBatter","DisplayCategory","Drugs"); +TweakItem("Greenfire.SBrowniePan","DisplayCategory","Drugs"); +TweakItem("Greenfire.SBrownie","DisplayCategory","Drugs"); +TweakItem("Greenfire.Marshmallows","DisplayCategory","FoodN"); +TweakItem("Greenfire.SCrispyMix","DisplayCategory","Drugs"); +TweakItem("Greenfire.SCrispySauce","DisplayCategory","Drugs"); +TweakItem("Greenfire.NiceCrispiezPan","DisplayCategory","Drugs"); +TweakItem("Greenfire.NiceCrispiez","DisplayCategory","Drugs"); +TweakItem("Greenfire.FreshBTobacco","DisplayCategory","Drugs"); +TweakItem("Greenfire.DryBTobacco","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigarettes","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigarette","DisplayCategory","Drugs"); +TweakItem("Greenfire.BluntCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfBluntCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.BluntWrap","DisplayCategory","Drugs"); +TweakItem("Greenfire.UncuredCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.CigarLeaf","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.HalfCigar","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigaretteCase","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFEmptyCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.GFUsedCigaretteCarton","DisplayCategory","Drugs"); +TweakItem("Greenfire.Tobacco","DisplayCategory","Drugs"); +TweakItem("Greenfire.TobaccoBong","DisplayCategory","Drugs"); +TweakItem("Greenfire.TobaccoPipe","DisplayCategory","Drugs"); +TweakItem("Greenfire.TobaccoSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.TobaccoBagSeed","DisplayCategory","SurFarm"); +TweakItem("Greenfire.PipeTobaccoBag","DisplayCategory","Drugs"); diff --git a/media/lua/client/Mod Support/MoreMaps_Items.lua b/media/lua/client/Mod Support/MoreMaps_Items.lua new file mode 100644 index 0000000..fefda87 --- /dev/null +++ b/media/lua/client/Mod Support/MoreMaps_Items.lua @@ -0,0 +1,63 @@ +require("ItemTweaker_Copy_CC"); +--Courtesy of inhuman + +--MoreMaps +--MAPS +TweakItem("Base.KentuckyMap","DisplayCategory","Map"); +TweakItem("Base.EkronMap","DisplayCategory","Map"); +TweakItem("Base.DixieMap","DisplayCategory","Map"); +TweakItem("Base.ScenicGroveMap","DisplayCategory","Map"); +TweakItem("Base.CountryClubMap","DisplayCategory","Map"); +TweakItem("Base.PonyRoamOMap","DisplayCategory","Map"); +TweakItem("Base.MuldraughRailyardMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleIroquoisMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleAudubonMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleCentralMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleEvergreenHillMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleOldMap","DisplayCategory","Map"); +TweakItem("Base.LouisvillePhoenixHillMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleGatedCommunityMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleNorthCommercialDistrictMap","DisplayCategory","Map"); +TweakItem("Base.LouisvillePortlandMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleLSUMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleSouthMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleLeafhillHeightsMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleChapelmountDownsMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleScarletOakMap","DisplayCategory","Map"); +TweakItem("Base.LouisvilleEastMap","DisplayCategory","Map"); +TweakItem("Base.ValleyStationMap","DisplayCategory","Map"); +TweakItem("Base.ValleyStationMallAreaMap","DisplayCategory","Map"); +TweakItem("Base.EasternSummerCampMap","DisplayCategory","Map"); +TweakItem("Base.MilitaryBaseMap","DisplayCategory","Map"); +TweakItem("Base.SmallTownWestMap","DisplayCategory","Map"); +TweakItem("Base.MuldraughWarehouseComplexMap","DisplayCategory","Map"); +TweakItem("Base.CabinLocation1","DisplayCategory","Map"); +TweakItem("Base.CabinLocation2","DisplayCategory","Map"); +TweakItem("Base.CabinLocation3","DisplayCategory","Map"); +TweakItem("Base.CabinLocation4","DisplayCategory","Map"); +TweakItem("Base.CabinLocation5","DisplayCategory","Map"); +TweakItem("Base.CampGroundsLocation","DisplayCategory","Map"); +TweakItem("Base.AbandonedFactoryMap","DisplayCategory","Map"); +TweakItem("Base.GrapeseedMap","DisplayCategory","Map"); +TweakItem("Base.BlackwoodMap","DisplayCategory","Map"); +TweakItem("Base.PitstopMap","DisplayCategory","Map"); +TweakItem("Base.OverTheRiverMap","DisplayCategory","Map"); +TweakItem("Base.LakeIvyMap2","DisplayCategory","Map"); +TweakItem("Base.StationRIVS500Location","DisplayCategory","Map"); +TweakItem("Base.StationWESTP88Location","DisplayCategory","Map"); +TweakItem("Base.StationROSE099Location","DisplayCategory","Map"); +TweakItem("Base.StationMULD650Location","DisplayCategory","Map"); +TweakItem("Base.StationZULULocation","DisplayCategory","Map"); +TweakItem("Base.RosewoodExpansionMap","DisplayCategory","Map"); +TweakItem("Base.LittleTownshipMap","DisplayCategory","Map"); +TweakItem("Base.LindenMap","DisplayCategory","Map"); +TweakItem("Base.WestPointSouthTrailerParkMap","DisplayCategory","Map"); +TweakItem("Base.KingsmouthMap2","DisplayCategory","Map"); +TweakItem("Base.RavenCreekMap","DisplayCategory","Map"); +TweakItem("Base.NorthRavenCreekMap","DisplayCategory","Map"); +TweakItem("Base.SouthEastRavenCreekMap","DisplayCategory","Map"); +TweakItem("Base.RavenCreekPortFacilitiesMap","DisplayCategory","Map"); +TweakItem("Base.SurvivorWarehouseLocation","DisplayCategory","Map"); +TweakItem("Base.RefordvilleMap","DisplayCategory","Map"); +TweakItem("Base.ChinatownMap","DisplayCategory","Map"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/MoreSkillBooks_Items.lua b/media/lua/client/Mod Support/MoreSkillBooks_Items.lua new file mode 100644 index 0000000..835793d --- /dev/null +++ b/media/lua/client/Mod Support/MoreSkillBooks_Items.lua @@ -0,0 +1,78 @@ +require("ItemTweaker_Copy_CC"); + +--MoreSkillBooks +TweakItem("MoreSkillBooks.BookFitness1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookFitness2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookFitness3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookFitness4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookFitness5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookStrength1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookStrength2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookStrength3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookStrength4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookStrength5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAxe1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAxe2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAxe3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAxe4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAxe5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookBlunt1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookBlunt2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookBlunt3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookBlunt4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookBlunt5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlunt1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlunt2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlunt3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlunt4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlunt5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLongBlade1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLongBlade2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLongBlade3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLongBlade4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLongBlade5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSpear1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlade1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlade2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlade3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlade4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSmallBlade5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSpear2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSpear3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSpear4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSpear5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookMaintenance1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookMaintenance2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookMaintenance3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookMaintenance4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookMaintenance5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSprinting1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSprinting2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSprinting3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSprinting4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSprinting5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLightfoot1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLightfoot2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLightfoot3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLightfoot4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookLightfoot5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookNimble1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookNimble2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookNimble3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookNimble4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookNimble5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSneak1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSneak2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSneak3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSneak4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookSneak5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAiming1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAiming2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAiming3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAiming4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookAiming5","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookReloading1","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookReloading2","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookReloading3","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookReloading4","DisplayCategory","LitS"); +TweakItem("MoreSkillBooks.BookReloading5","DisplayCategory","LitS"); diff --git a/media/lua/client/Mod Support/NukaColaCollection_Items.lua b/media/lua/client/Mod Support/NukaColaCollection_Items.lua new file mode 100644 index 0000000..dd140dd --- /dev/null +++ b/media/lua/client/Mod Support/NukaColaCollection_Items.lua @@ -0,0 +1,57 @@ +require("ItemTweaker_Copy_CC"); + +--NukaColaCollection +TweakItem("nuka.NukaCherry","DisplayCategory","FoodB"); +TweakItem("nuka.NukaCherryOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaCherry","DisplayCategory","Container"); +TweakItem("nuka.NukaCherryWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaCherryCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaCola","DisplayCategory","FoodB"); +TweakItem("nuka.NukaColaOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaCola","DisplayCategory","Container"); +TweakItem("nuka.NukaColaWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaColaCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaCranberry","DisplayCategory","FoodB"); +TweakItem("nuka.NukaCranberryOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaCranberry","DisplayCategory","Container"); +TweakItem("nuka.NukaCranberryWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaCranberryCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaDark","DisplayCategory","FoodB"); +TweakItem("nuka.NukaDarkOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaDark","DisplayCategory","Container"); +TweakItem("nuka.NukaDarkWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaDarkCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaGrape","DisplayCategory","FoodB"); +TweakItem("nuka.NukaGrapeOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaGrape","DisplayCategory","Container"); +TweakItem("nuka.NukaGrapeWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaGrapeCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaOrange","DisplayCategory","FoodB"); +TweakItem("nuka.NukaOrangeOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaOrange","DisplayCategory","Container"); +TweakItem("nuka.NukaOrangeWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaOrangeCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaQuantum","DisplayCategory","FoodB"); +TweakItem("nuka.NukaQuantumOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaQuantum","DisplayCategory","Container"); +TweakItem("nuka.NukaQuantumWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaQuantumCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaQuartz","DisplayCategory","FoodB"); +TweakItem("nuka.NukaQuartzOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaQuartz","DisplayCategory","Container"); +TweakItem("nuka.NukaQuartzWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaQuartzCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaShine","DisplayCategory","FoodB"); +TweakItem("nuka.NukaShineOpen","DisplayCategory","FoodB"); +TweakItem("nuka.NukaShineEmpty","DisplayCategory","Container"); +TweakItem("nuka.NukaShineWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaVictory","DisplayCategory","FoodB"); +TweakItem("nuka.NukaVictoryOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaVictory","DisplayCategory","Container"); +TweakItem("nuka.NukaVictoryWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaVictoryCap","DisplayCategory","Junk"); +TweakItem("nuka.NukaWild","DisplayCategory","FoodB"); +TweakItem("nuka.NukaWildOpen","DisplayCategory","FoodB"); +TweakItem("nuka.EmptyNukaWild","DisplayCategory","Container"); +TweakItem("nuka.NukaWildWater","DisplayCategory","FoodB"); +TweakItem("nuka.NukaWildCap","DisplayCategory","Junk"); diff --git a/media/lua/client/Mod Support/OGSN_Items.lua b/media/lua/client/Mod Support/OGSN_Items.lua new file mode 100644 index 0000000..0111d6e --- /dev/null +++ b/media/lua/client/Mod Support/OGSN_Items.lua @@ -0,0 +1,235 @@ +require("ItemTweaker_Copy_CC"); + +--OGSN ORPHANAGE +--ForkMJdairy +TweakItem("Base.DairyCookingMag","DisplayCategory","LitR"); +TweakItem("Base.Strainer","DisplayCategory","Cooking"); +TweakItem("Base.PowderedMilk","DisplayCategory","FoodN"); +TweakItem("Base.MilkJar","DisplayCategory","FoodP"); +TweakItem("Base.MilkWaterBottle","DisplayCategory","FoodP"); +TweakItem("Base.MilkPopBottle","DisplayCategory","FoodP"); +TweakItem("Base.CheesePrep","DisplayCategory","FoodP"); +TweakItem("Base.YogurtCulture","DisplayCategory","FoodN"); +TweakItem("Base.YogurtPrep","DisplayCategory","FoodP"); +TweakItem("Base.YogurtJar","DisplayCategory","FoodP"); +TweakItem("Base.Butter","DisplayCategory","FoodN"); +TweakItem("Base.Yoghurt","DisplayCategory","FoodP"); +--ForkMJfoodWild +TweakItem("FMJ.BirchBark","DisplayCategory","SurCamp"); +TweakItem("FMJ.Dandelions","DisplayCategory","FoodP"); +TweakItem("FMJ.Herbs","DisplayCategory","FoodN"); +TweakItem("FMJ.Nettle","DisplayCategory","FoodN"); +TweakItem("FMJ.Tobacco","DisplayCategory","Misc"); +TweakItem("FMJ.WildCarrots","DisplayCategory","FoodP"); +TweakItem("FMJ.WildCorn","DisplayCategory","FoodP"); +TweakItem("FMJ.WildPotatoes","DisplayCategory","FoodP"); +TweakItem("FMJ.WildWheat","DisplayCategory","FoodN"); +TweakItem("FMJ.WheatGrains","DisplayCategory","FoodN"); +TweakItem("FMJ.DeadLizard","DisplayCategory","FoodP"); +TweakItem("FMJ.LizardMeat","DisplayCategory","FoodP"); +TweakItem("FMJ.DeadPheasant","DisplayCategory","FoodP"); +TweakItem("FMJ.PheasantMeat","DisplayCategory","FoodP"); +TweakItem("FMJ.DeadSnake","DisplayCategory","FoodP"); +TweakItem("FMJ.SnakeMeat","DisplayCategory","FoodP"); +TweakItem("FMJ.JarWildCarrots","DisplayCategory","FoodP"); +TweakItem("FMJ.JarWildCorn","DisplayCategory","FoodP"); +TweakItem("FMJ.JarWildPotatoes","DisplayCategory","FoodP"); +TweakItem("FMJ.Omelettes","DisplayCategory","FoodP"); +TweakItem("FMJ.PotatoPancakes","DisplayCategory","FoodP"); +TweakItem("FMJ.RollUps","DisplayCategory","Misc"); +TweakItem("FMJ.QRollUps","DisplayCategory","Misc"); +--ForkMJjarMeat +TweakItem("FMJ.JarLizard","DisplayCategory","FoodP"); +TweakItem("FMJ.JarPheasant","DisplayCategory","FoodP"); +TweakItem("FMJ.JarSnake","DisplayCategory","FoodP"); +TweakItem("FMJ.JarChicken","DisplayCategory","FoodP"); +TweakItem("FMJ.JarSteak","DisplayCategory","FoodP"); +TweakItem("FMJ.JarFrogMeat","DisplayCategory","FoodP"); +TweakItem("FMJ.JarMeatPatty","DisplayCategory","FoodP"); +TweakItem("FMJ.JarMuttonChop","DisplayCategory","FoodP"); +TweakItem("FMJ.JarPorkChop","DisplayCategory","FoodP"); +TweakItem("FMJ.JarRabbitmeat","DisplayCategory","FoodP"); +TweakItem("FMJ.JarSmallanimalmeat","DisplayCategory","FoodP"); +TweakItem("FMJ.JarSmallbirdmeat","DisplayCategory","FoodP"); +TweakItem("FMJ.JarSalmon","DisplayCategory","FoodP"); +--OGSN_Orphan_OrganizedStorage +TweakItem("GidOrganized.OS30pkAntibiotics","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS12pkAdhesiveBandages","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS9pkBandages","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS9pkSterileBandages","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS12pkCottonBalls","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS9pkBandagesDirty","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkPainkillers","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkVitamins","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkBetaBlockers","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkAntidepressants","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS50pkSleepingPills","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS4pkDisinfectant","DisplayCategory","Medical"); +TweakItem("GidOrganized.OS30pkAlcoholWipes","DisplayCategory","Medical"); +TweakItem("GidOrganizedFood.OS6pkPopDiet","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS6pkPop","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS6pkFizz","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS6pkCannedSoup","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedBeans","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedBolognese","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedCarrots","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedChili","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedCorn","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedCornedBeef","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedMushSoup","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedPeas","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedPotato","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS6pkCannedTomato","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS8pkCannedTuna","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS4pkSardines","DisplayCategory","FoodN"); +TweakItem("GidOrganizedFood.OS4pkCoffee","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS12pkWineEmpty","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS12pkWineEmpty2","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS8pkWhiskeyEmpty","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS24pkWaterBottleEmpty","DisplayCategory","Container"); +TweakItem("GidOrganizedFood.OS24pkWaterBottleFull","DisplayCategory","FoodB"); +TweakItem("GidOrganizedFood.OS4pkDuctTape","DisplayCategory","Craft"); +--OGSN_Orphan_RodsStore +TweakItem("RS.KnuckleKnife","DisplayCategory","WepMelee"); +TweakItem("RS.PoliceKnife","DisplayCategory","WepMelee"); +TweakItem("RS.CombatKnife","DisplayCategory","WepMelee"); +TweakItem("RS.Machete","DisplayCategory","WepMelee"); +TweakItem("RS.ImprovisedShardOfBrokenGlassWeapon","DisplayCategory","WepMelee"); +TweakItem("RS.DishWashingLiquid","DisplayCategory","Cleaning"); +TweakItem("RS.Plate","DisplayCategory","Junk"); +TweakItem("RS.PileOfPlates","DisplayCategory","Junk"); +TweakItem("RS.Glass","DisplayCategory","Container"); +TweakItem("RS.WaterGlass","DisplayCategory","FoodB"); +TweakItem("RS.MargaritaGlass","DisplayCategory","Junk"); +TweakItem("RS.MartiniGlass","DisplayCategory","Junk"); +TweakItem("RS.WoodenSpoon","DisplayCategory","Junk"); +TweakItem("RS.CocktailSpoon","DisplayCategory","Junk"); +TweakItem("RS.MetalBowl","DisplayCategory","Cooking"); +TweakItem("RS.WaterMetalBowl","DisplayCategory","FoodB"); +TweakItem("RS.Stir","DisplayCategory","Junk"); +TweakItem("RS.Shaker","DisplayCategory","Junk"); +TweakItem("RS.BakingMold","DisplayCategory","Junk"); +TweakItem("RS.CookieMold","DisplayCategory","Junk"); +TweakItem("RS.Grater","DisplayCategory","Junk"); +TweakItem("RS.Wok","DisplayCategory","WepMelee"); +TweakItem("RS.DirtyPlate","DisplayCategory","Junk"); +TweakItem("RS.SmallGlassBottle","DisplayCategory","Junk"); +TweakItem("RS.GlassPanel","DisplayCategory","Craft"); +TweakItem("RS.ShardsOfBrokenGlass","DisplayCategory","Craft"); +TweakItem("RS.ButcherKnife","DisplayCategory","WepMelee"); +TweakItem("RS.EmptySmallTuperware","DisplayCategory","Junk"); +TweakItem("RS.EmptyMediumTuperware","DisplayCategory","Junk"); +TweakItem("RS.GardeningScissors","DisplayCategory","WepMelee"); +TweakItem("RS.Squeezer","DisplayCategory","Junk"); +TweakItem("RS.RockGlass","DisplayCategory","Container"); +TweakItem("RS.WaterRockGlass","DisplayCategory","FoodB"); +TweakItem("RS.BarSqueezer","DisplayCategory","Junk"); +TweakItem("RS.ShotGlass","DisplayCategory","Container"); +TweakItem("RS.WaterShotGlass","DisplayCategory","FoodB"); +TweakItem("RS.Strainer","DisplayCategory","Junk"); +TweakItem("RS.ChoppingBoard","DisplayCategory","Junk"); +TweakItem("RS.FryingBasket","DisplayCategory","Junk"); +TweakItem("RS.PizzaTray","DisplayCategory","Junk"); +TweakItem("RS.Rum","DisplayCategory","FoodB"); +TweakItem("RS.WhiteRum","DisplayCategory","FoodB"); +TweakItem("RS.Vodka","DisplayCategory","FoodB"); +TweakItem("RS.Ginebra","DisplayCategory","FoodB"); +TweakItem("RS.TripleSec","DisplayCategory","FoodB"); +TweakItem("RS.DryVermouth","DisplayCategory","FoodB"); +TweakItem("RS.WhiteTequila","DisplayCategory","FoodB"); +TweakItem("RS.Aguaardiente","DisplayCategory","FoodB"); +TweakItem("RS.Beer1","DisplayCategory","FoodB"); +TweakItem("RS.BeerSixPack1","DisplayCategory","FoodB"); +TweakItem("RS.Beer2","DisplayCategory","FoodB"); +TweakItem("RS.BeerSixPack2","DisplayCategory","FoodB"); +TweakItem("RS.Beer3","DisplayCategory","FoodB"); +TweakItem("RS.BeerSixPack3","DisplayCategory","FoodB"); +TweakItem("RS.Beercan1","DisplayCategory","FoodB"); +TweakItem("RS.Beercan2","DisplayCategory","FoodB"); +TweakItem("RS.Beercan3","DisplayCategory","FoodB"); +TweakItem("RS.Beercan4","DisplayCategory","FoodB"); +TweakItem("RS.BeerBottleEmpty","DisplayCategory","Container"); +TweakItem("RS.BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("RS.SodaBottleEmpty","DisplayCategory","Container"); +TweakItem("RS.SodaBottle","DisplayCategory","FoodB"); +TweakItem("RS.WaterSodaBottle","DisplayCategory","FoodB"); +TweakItem("RS.Icecubes","DisplayCategory","Junk"); +TweakItem("RS.IcecubesMelted","DisplayCategory","Junk"); +TweakItem("RS.Plasticicebag","DisplayCategory","Junk"); +TweakItem("RS.PlasticicebagMelted","DisplayCategory","Junk"); +TweakItem("RS.Cachaza","DisplayCategory","FoodB"); +TweakItem("RS.CoffeeLiquor","DisplayCategory","FoodB"); +TweakItem("RS.LunchBox","DisplayCategory","Container"); +TweakItem("RS.Briefcase","DisplayCategory","Container"); +TweakItem("RS.Suitcase","DisplayCategory","Container"); +TweakItem("RS.SmallLeatherBag","DisplayCategory","Container"); +TweakItem("RS.NormalBackpack","DisplayCategory","ClothB"); +TweakItem("RS.HikingBackpack","DisplayCategory","ClothB"); +TweakItem("RS.AliceBackpack","DisplayCategory","ClothB"); +TweakItem("RS.MolleBackpack","DisplayCategory","ClothB"); +TweakItem("RS.Croissant","DisplayCategory","FoodP"); +TweakItem("RS.CakeSlice2","DisplayCategory","FoodP"); +TweakItem("RS.BdayCakeSlice","DisplayCategory","FoodP"); +TweakItem("RS.BlueberryTartSlice","DisplayCategory","FoodP"); +TweakItem("RS.MapleSyrup","DisplayCategory","FoodN"); +TweakItem("RS.SoySauce","DisplayCategory","Junk"); +TweakItem("RS.CookingOil","DisplayCategory","FoodN"); +TweakItem("RS.MilkPowder","DisplayCategory","Junk"); +TweakItem("RS.MilkPowder2","DisplayCategory","Junk"); +TweakItem("RS.BabyFormula","DisplayCategory","Junk"); +TweakItem("RS.BabyFood","DisplayCategory","FoodN"); +TweakItem("RS.BabyFood2","DisplayCategory","FoodN"); +TweakItem("RS.BabyFood3","DisplayCategory","FoodN"); +TweakItem("RS.GreenOlives","DisplayCategory","FoodN"); +TweakItem("RS.Raisins","DisplayCategory","FoodN"); +TweakItem("RS.Almonds","DisplayCategory","FoodN"); +TweakItem("RS.Garlic","DisplayCategory","FoodN"); +TweakItem("RS.Vanila","DisplayCategory","FoodN"); +TweakItem("RS.Ginger","DisplayCategory","FoodP"); +TweakItem("RS.Camomile","DisplayCategory","FoodP"); +TweakItem("RS.Mint","DisplayCategory","FoodP"); +TweakItem("RS.Aloe","DisplayCategory","Medical"); +TweakItem("RS.AloeCataplasm","DisplayCategory","Medical"); +TweakItem("RS.Lavender","DisplayCategory","FoodP"); +TweakItem("RS.Lime","DisplayCategory","FoodP"); +TweakItem("RS.EnergyBar","DisplayCategory","FoodN"); +TweakItem("RS.ProteinBar","DisplayCategory","FoodN"); +TweakItem("RS.MintGum","DisplayCategory","FoodN"); +TweakItem("RS.BubbleGum","DisplayCategory","FoodN"); +TweakItem("RS.CandyBox","DisplayCategory","FoodN"); +TweakItem("RS.PackageCandy","DisplayCategory","FoodN"); +TweakItem("RS.ChocolateBox","DisplayCategory","FoodN"); +TweakItem("RS.ChocolatePackage","DisplayCategory","FoodN"); +TweakItem("RS.MediumMREPackage","DisplayCategory","FoodN"); +TweakItem("RS.MREPackage","DisplayCategory","FoodN"); +TweakItem("RS.MREBox","DisplayCategory","FoodN"); +TweakItem("RS.MREBox2","DisplayCategory","FoodN"); +TweakItem("RS.FilledSmallTupperware","DisplayCategory","FoodP"); +TweakItem("RS.FilledMediumTupperware","DisplayCategory","FoodP"); +TweakItem("RS.Cream","DisplayCategory","FoodP"); +TweakItem("RS.CherriesJar","DisplayCategory","FoodN"); +TweakItem("RS.Pepperoni","DisplayCategory","FoodN"); +--OSGNTieOnSpearHead +TweakItem("Base.SpearChippedStone","DisplayCategory","WepMelee"); +--VanillaFoodFixes +TweakItem("Base.StirFryBowl","DisplayCategory","FoodP"); +TweakItem("Base.RoastedVegetablesBowl","DisplayCategory","FoodP"); +TweakItem("Base.RosehipsDried","DisplayCategory","FoodN"); +TweakItem("Base.GrapeLeavesDried","DisplayCategory","FoodN"); +TweakItem("Base.VioletsDried","DisplayCategory","FoodN"); +TweakItem("Base.Teabag_Medicinal","DisplayCategory","FoodB"); +TweakItem("Base.Teabag_Energizing","DisplayCategory","FoodB"); +TweakItem("Base.Teabag_MedicinalDried","DisplayCategory","FoodB"); +TweakItem("Base.Teabag_EnergizingDried","DisplayCategory","FoodB"); +TweakItem("Base.Tea_CommonMallow","DisplayCategory","FoodB"); +TweakItem("Base.Tea_LemonGrass","DisplayCategory","FoodB"); +TweakItem("Base.Tea_BlackSage","DisplayCategory","FoodB"); +TweakItem("Base.Tea_Ginseng","DisplayCategory","FoodB"); +TweakItem("Base.Tea_Medicinal","DisplayCategory","FoodB"); +TweakItem("Base.Tea_Energizing","DisplayCategory","FoodB"); +TweakItem("Base.CommonMallowDried","DisplayCategory","Medical"); +TweakItem("Base.LemonGrassDried","DisplayCategory","Medical"); +TweakItem("Base.BlackSageDried","DisplayCategory","Medical"); +TweakItem("Base.GinsengDried","DisplayCategory","Medical"); +TweakItem("Base.PlantainDried","DisplayCategory","Medical"); +TweakItem("Base.WildGarlicDried","DisplayCategory","Medical"); diff --git a/media/lua/client/Mod Support/PLLoot_Items.lua b/media/lua/client/Mod Support/PLLoot_Items.lua new file mode 100644 index 0000000..153baae --- /dev/null +++ b/media/lua/client/Mod Support/PLLoot_Items.lua @@ -0,0 +1,128 @@ +require("ItemTweaker_Copy_CC"); + +--PLLOOT +TweakItem("Base.Animask1","DisplayCategory","ClothA"); +TweakItem("Base.Animask12","DisplayCategory","ClothA"); +TweakItem("Base.Animask13","DisplayCategory","ClothA"); +TweakItem("Base.Animask2","DisplayCategory","ClothA"); +TweakItem("Base.Animask22","DisplayCategory","ClothA"); +TweakItem("Base.Bag_ParaMedic","DisplayCategory","ClothB"); +TweakItem("Base.BeltRig","DisplayCategory","ClothA"); +TweakItem("Base.ElbowbandL","DisplayCategory","ClothA"); +TweakItem("Base.ElbowbandR","DisplayCategory","ClothA"); +TweakItem("Base.GlassesPLL","DisplayCategory","ClothA"); +TweakItem("Base.GlassesPLLR","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairBun2","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairCroft","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairFab","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairFio","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairFio2","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairMarcel","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairP","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairPiggy","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairWendy","DisplayCategory","ClothA"); +TweakItem("Base.Hat_HairWide","DisplayCategory","ClothA"); +TweakItem("Base.HolsterPLL","DisplayCategory","ClothA"); +TweakItem("Base.HolsterPLL2","DisplayCategory","ClothA"); +TweakItem("Base.HolsterPLLLEFT","DisplayCategory","ClothA"); +TweakItem("Base.HolsterPLLLEFT2","DisplayCategory","ClothA"); +TweakItem("Base.medbag","DisplayCategory","ClothB"); +TweakItem("Base.medbag2","DisplayCategory","ClothB"); +TweakItem("Base.RogueWaistBag","DisplayCategory","ClothB"); +TweakItem("Base.smallback","DisplayCategory","ClothB"); +TweakItem("Base.strapchest","DisplayCategory","ClothA"); +TweakItem("Base.strapchest2","DisplayCategory","ClothA"); +TweakItem("Base.TacticalWaistBagBack","DisplayCategory","ClothB"); +TweakItem("Base.TacticalWaistBagFront","DisplayCategory","ClothB"); +TweakItem("Base.ClericNeck","DisplayCategory","Cloth"); +TweakItem("Base.ClericPants","DisplayCategory","Cloth"); +TweakItem("Base.CropTop","DisplayCategory","Cloth"); +TweakItem("Base.FlatCap","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_Rogue","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Altyn","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Altynopen","DisplayCategory","Cloth"); +TweakItem("Base.HATELA","DisplayCategory","Cloth"); +TweakItem("Base.HATELAHEADS","DisplayCategory","Cloth"); +TweakItem("Base.Leggings_Bottoms","DisplayCategory","Cloth"); +TweakItem("Base.PFCropped","DisplayCategory","Cloth"); +TweakItem("Base.PFKnee","DisplayCategory","Cloth"); +TweakItem("Base.PFPants","DisplayCategory","Cloth"); +TweakItem("Base.PFShorts","DisplayCategory","Cloth"); +TweakItem("Base.PFVest","DisplayCategory","Cloth"); +TweakItem("Base.PFVest2","DisplayCategory","Cloth"); +TweakItem("Base.RogueArms","DisplayCategory","Cloth"); +TweakItem("Base.RogueGreaves","DisplayCategory","Cloth"); +TweakItem("Base.RogueHoodie","DisplayCategory","Cloth"); +TweakItem("Base.RogueMask","DisplayCategory","Cloth"); +TweakItem("Base.RogueWaist","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Canvasshoes","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_CanvasshoesLong","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_Rogue","DisplayCategory","Cloth"); +TweakItem("Base.ShorterDenim","DisplayCategory","Cloth"); +TweakItem("Base.SportTankTop","DisplayCategory","Cloth"); +TweakItem("Base.Vest_RogueVest","DisplayCategory","Cloth"); +TweakItem("Base.Vest_WitchyCarrier","DisplayCategory","Cloth"); +TweakItem("Base.WetSuit","DisplayCategory","Cloth"); +TweakItem("Base.WrappedBandana","DisplayCategory","Cloth"); +TweakItem("Base.132Box","DisplayCategory","Ammo"); +TweakItem("Base.132Bullets","DisplayCategory","Ammo"); +TweakItem("Base.40Clip","DisplayCategory","Ammo"); +TweakItem("Base.40Rounds","DisplayCategory","Ammo"); +TweakItem("Base.500Box","DisplayCategory","Ammo"); +TweakItem("Base.500Bullets","DisplayCategory","Ammo"); +TweakItem("Base.LewisDrum","DisplayCategory","Ammo"); +TweakItem("Base.MASClip","DisplayCategory","Ammo"); +TweakItem("Base.PPSHClip","DisplayCategory","Ammo"); +TweakItem("Base.WitchySMGClip","DisplayCategory","Ammo"); +TweakItem("Base.ClericRevolver","DisplayCategory","WepFire"); +TweakItem("Base.JERICHOP","DisplayCategory","WepFire"); +TweakItem("Base.Lewis","DisplayCategory","WepFire"); +TweakItem("Base.m79","DisplayCategory","WepFire"); +TweakItem("Base.m79A","DisplayCategory","WepFire"); +TweakItem("Base.MAS38","DisplayCategory","WepFire"); +TweakItem("Base.p88p","DisplayCategory","WepFire"); +TweakItem("Base.PPSH","DisplayCategory","WepFire"); +TweakItem("Base.RogueSniperRifle","DisplayCategory","WepFire"); +TweakItem("Base.TKShotgun","DisplayCategory","WepFire"); +TweakItem("Base.WitchySMG","DisplayCategory","WepFire"); +TweakItem("Base.WitchySMGE","DisplayCategory","WepFire"); +TweakItem("Base.WitchySMGEN","DisplayCategory","WepFire"); +TweakItem("Base.WitchySMGN","DisplayCategory","WepFire"); +TweakItem("Base.ClericMace","DisplayCategory","WepMelee"); +TweakItem("Base.RogueSword","DisplayCategory","WepMelee"); +TweakItem("Base.RogueSword2","DisplayCategory","WepMelee"); +TweakItem("Base.TKSword","DisplayCategory","WepMelee"); +TweakItem("Base.TKSword2","DisplayCategory","WepMelee"); +TweakItem("Base.Animask23","DisplayCategory","ClothA"); +TweakItem("Base.aresbody","DisplayCategory","Cloth"); +TweakItem("Base.ChainMail","DisplayCategory","Cloth"); +TweakItem("Base.ClericMask","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_TKnight","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SpiffoEars","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Tknight","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Tknightopen","DisplayCategory","Cloth"); +TweakItem("Base.Hat_TubaHat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_WitchyHat","DisplayCategory","Cloth"); +TweakItem("Base.KnightArms","DisplayCategory","Cloth"); +TweakItem("Base.KnightGreaves","DisplayCategory","Cloth"); +TweakItem("Base.KnightWaist","DisplayCategory","Cloth"); +TweakItem("Base.Mask_HECU","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_TKnight","DisplayCategory","Cloth"); +TweakItem("Base.SpookySuit","DisplayCategory","Cloth"); +TweakItem("Base.Vest_HECU","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Tknight","DisplayCategory","Cloth"); +TweakItem("Base.WitchyDress","DisplayCategory","Cloth"); +TweakItem("Base.WitchySocks","DisplayCategory","Cloth"); +TweakItem("Base.Grimoire","DisplayCategory","LitE"); +TweakItem("Base.grimoireclosed","DisplayCategory","LitE"); +TweakItem("Base.40ClipCan","DisplayCategory","Ammo"); +TweakItem("Base.556HMGBelt","DisplayCategory","Ammo"); +TweakItem("Base.VulcanClip","DisplayCategory","Ammo"); +TweakItem("Base.AutoCannon","DisplayCategory","WepFire"); +TweakItem("Base.AutoCannonA","DisplayCategory","WepFire"); +TweakItem("Base.MP5GL","DisplayCategory","WepFire"); +TweakItem("Base.MP5GL2","DisplayCategory","WepFire"); +TweakItem("Base.Vulcan","DisplayCategory","WepFire"); +TweakItem("Base.Tanto","DisplayCategory","WepMelee"); +TweakItem("Base.WitchyStaff","DisplayCategory","WepMelee"); + diff --git a/media/lua/client/Mod Support/PaintYourRide_Items.lua b/media/lua/client/Mod Support/PaintYourRide_Items.lua new file mode 100644 index 0000000..dd9b2f6 --- /dev/null +++ b/media/lua/client/Mod Support/PaintYourRide_Items.lua @@ -0,0 +1,51 @@ +require("ItemTweaker_Copy_CC"); + +--PaintYourRide +TweakItem("PaintYourRide.VehiclePaintingMag1","DisplayCategory","LitR"); +TweakItem("PaintYourRide.VehiclePaintingMag2","DisplayCategory","LitR"); +TweakItem("PaintYourRide.SprayGun","DisplayCategory","Paint"); +TweakItem("PaintYourRide.WireBrush","DisplayCategory","Paint"); +TweakItem("PaintYourRide.CataloguePaintSpray","DisplayCategory","Paint"); +TweakItem("PaintYourRide.CataloguePaintTints","DisplayCategory","Paint"); +TweakItem("PaintYourRide.BoxAutomotivePaintTints","DisplayCategory","Paint"); +TweakItem("PaintYourRide.BoxAutomotivePaintSprays1","DisplayCategory","Paint"); +TweakItem("PaintYourRide.BoxAutomotivePaintSprays2","DisplayCategory","Paint"); +TweakItem("PaintYourRide.BoxAutomotivePaintSprays3","DisplayCategory","Paint"); +TweakItem("PaintYourRide.BoxAutomotivePaintSprays4","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotivePaintBucketEmpty","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotivePaintWhite","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotivePaintBottleEmpty","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveTintPaintBlack","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveTintPaintBlue","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveTintPaintCyan","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveTintPaintGreen","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveTintPaintMagenta","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveTintPaintRed","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveTintPaintYellow","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayCanEmpty","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPrimer","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintBlack","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintBlue","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintBlueNavy","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintBlueNeon","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintBlueOlympic","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintBrownDarkChocolate","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintBrownRusty","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintGreen","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintGreenArmy","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintGreenForest","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintGreenNeon","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintGrey","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintGreySteel","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintOrangeTangerine","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintPinkBubbleGum","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintPinkGlamorous","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintRed","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintRedBurgundy","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintRedCandyApple","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintVioletGrape","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintVioletIndigo","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintWhite","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintYellow","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintYellowNeon","DisplayCategory","Paint"); +TweakItem("PaintYourRide.AutomotiveSprayPaintYellowTuscany","DisplayCategory","Paint"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/Planetalgol_Items.lua b/media/lua/client/Mod Support/Planetalgol_Items.lua new file mode 100644 index 0000000..6a390d6 --- /dev/null +++ b/media/lua/client/Mod Support/Planetalgol_Items.lua @@ -0,0 +1,300 @@ +require("ItemTweaker_Copy_CC"); + +--AdvancedGEAR +TweakItem("Base.AssaultBoots","DisplayCategory","Cloth"); +TweakItem("Base.AssaultBootsDesert","DisplayCategory","Cloth"); +TweakItem("Base.CalfSheath","DisplayCategory","ClothA"); +TweakItem("Base.BackRig","DisplayCategory","ClothA"); +TweakItem("Base.Golfclub","DisplayCategory","WepMelee"); +TweakItem("Base.Crowbar","DisplayCategory","WepMelee"); +TweakItem("Base.GardenHoe","DisplayCategory","WepMelee"); +TweakItem("Base.Poolcue","DisplayCategory","WepMelee"); +TweakItem("Base.PickAxe","DisplayCategory","WepMelee"); +TweakItem("Base.WoodAxe","DisplayCategory","WepMelee"); +TweakItem("Base.Sledgehammer","DisplayCategory","WepMelee"); +TweakItem("Base.Sledgehammer2","DisplayCategory","WepMelee"); +TweakItem("Base.Jacket_Black","DisplayCategory","Cloth"); +TweakItem("Base.CeramicPlate","DisplayCategory","Craft"); +TweakItem("Base.KevlarPlate","DisplayCategory","Craft"); +TweakItem("Base.TitaniumPlate","DisplayCategory","Craft"); +TweakItem("Base.CCVest","DisplayCategory","Cloth"); +TweakItem("Base.ChestRig","DisplayCategory","ClothA"); +TweakItem("Base.Webbing","DisplayCategory","ClothA"); +TweakItem("Base.WebbingLoose","DisplayCategory","ClothA"); +TweakItem("Base.Bag_Schoolbag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Schoolbag_LHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Schoolbag_RHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_LHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_RHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_LHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_RHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_LHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_RHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_LHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_RHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_LHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_RHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_LHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_RHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_LHand_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_RHand_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_LHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_RHand_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_LHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_RHand_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_LHand_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_RHand_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Schoolbag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_Schoolbag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_NormalHikingBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigHikingBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_WithAttachment","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_With2Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_SurvivorBag_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Bag_ALICEpack_Army_With3Attachments","DisplayCategory","ClothB"); +TweakItem("Base.Jacket_Black","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Black","DisplayCategory","Cloth"); +TweakItem("Base.AmmoStrap_Bullets","DisplayCategory","ClothA"); +TweakItem("Base.AmmoStrap_Shells","DisplayCategory","ClothA"); +TweakItem("Base.ShotgunShellBandolier","DisplayCategory","ClothA"); +TweakItem("Base.BulletBandolier","DisplayCategory","ClothA"); +TweakItem("Base.AmmoStrap_Bullets","DisplayCategory","ClothA"); +TweakItem("Base.AmmoStrap_Shells","DisplayCategory","ClothA"); +TweakItem("Base.ShotgunShellBandolier","DisplayCategory","ClothA"); +TweakItem("Base.ThighHolsterSimple","DisplayCategory","ClothA"); +TweakItem("Base.ThighHolsterDouble","DisplayCategory","ClothA"); +TweakItem("Base.ThighHolsterSimple","DisplayCategory","ClothA"); +TweakItem("Base.ThighHolsterDouble","DisplayCategory","ClothA"); +TweakItem("Base.Vest_Waistcoat","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Waistcoat_GigaMart","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Grey","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Orange","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Camo","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_CamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Foreman","DisplayCategory","Cloth"); +TweakItem("Base.Fanny_Pack_Blue","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Green","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Pink","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Red","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Teal","DisplayCategory","ClothB"); +TweakItem("Base.Vest_Waistcoat","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Waistcoat_GigaMart","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Grey","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Orange","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Camo","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_CamoGreen","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Hunting_Grey","DisplayCategory","Cloth"); +TweakItem("Base.Vest_Foreman","DisplayCategory","Cloth"); +TweakItem("Base.Fanny_Pack_Blue","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Green","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Pink","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Red","DisplayCategory","ClothB"); +TweakItem("Base.Fanny_Pack_Teal","DisplayCategory","ClothB"); +TweakItem("Base.Compass","DisplayCategory","Tool"); +TweakItem("Base.Compass2","DisplayCategory","Tool"); +TweakItem("Base.CliponCompass","DisplayCategory","Tool"); +TweakItem("Base.WristCompass_Right","DisplayCategory","Tool"); +TweakItem("Base.WristCompass_Left","DisplayCategory","Tool"); +TweakItem("Base.ConcussionGrenade","DisplayCategory","WepBomb"); +TweakItem("Base.StunGrenade","DisplayCategory","WepBomb"); +TweakItem("Base.FlareGun","DisplayCategory","WepFire"); +TweakItem("Base.FlareCartridge","DisplayCategory","WepAmmo"); +TweakItem("Base.FlareCartridgeBox","DisplayCategory","WepAmmo"); +TweakItem("Base.WD40","DisplayCategory","Tool"); +TweakItem("Base.Brushkit","DisplayCategory","Tool"); +TweakItem("Base.Maintkit","DisplayCategory","Tool"); +TweakItem("Base.WD40Empty","DisplayCategory","Tool"); +TweakItem("Base.BrushkitEmpty","DisplayCategory","Tool"); +TweakItem("Base.MaintkitEmpty","DisplayCategory","Tool"); +TweakItem("Base.SniperVeil","DisplayCategory","Cloth"); +TweakItem("Base.BallisticMask","DisplayCategory","Cloth"); +TweakItem("Base.SkullHalfMask","DisplayCategory","Cloth"); +TweakItem("Base.IncendiaryGrenade","DisplayCategory","WepBomb"); +TweakItem("Base.IntelFolder","DisplayCategory","Junk"); +TweakItem("Base.BlackwebDiskette","DisplayCategory","Junk"); +TweakItem("Base.LabKeycard","DisplayCategory","Junk"); +TweakItem("Base.Knuckleduster","DisplayCategory","WepMelee"); +TweakItem("Base.Kukri","DisplayCategory","WepMelee"); +TweakItem("Base.Kukri2","DisplayCategory","Tool"); +TweakItem("Base.SAK","DisplayCategory","Tool"); +TweakItem("Base.Multitool","DisplayCategory","Tool"); +TweakItem("Base.P38","DisplayCategory","Tool"); +TweakItem("Base.Leatherdad","DisplayCategory","Tool"); +TweakItem("Base.P38DT","DisplayCategory","Tool"); +TweakItem("Base.Flashlight_Military","DisplayCategory","Tool"); +TweakItem("Base.Canteen","DisplayCategory","Container"); +TweakItem("Base.Canteenfull","DisplayCategory","FoodB"); +TweakItem("Base.Vest_BulletEMS","DisplayCategory","Cloth"); +TweakItem("Base.Vest_BulletFire","DisplayCategory","Cloth"); +TweakItem("Base.Vest_BulletPress","DisplayCategory","Cloth"); +TweakItem("Base.LandMine","DisplayCategory","WepBomb"); +TweakItem("Base.LandMineSet","DisplayCategory","WepBomb"); +TweakItem("Base.LandMineBig","DisplayCategory","WepBomb"); +TweakItem("Base.LandMineBigSet","DisplayCategory","WepBomb"); +TweakItem("Base.LandMineBigBox","DisplayCategory","WepBomb"); +TweakItem("Base.LandMineBox","DisplayCategory","WepBomb"); +TweakItem("Base.PLGR","DisplayCategory","WepMelee"); +TweakItem("Base.DoubleBarrelShotgunSawnOff2","DisplayCategory","WepFire"); +TweakItem("Base.VarmintRifleSawnOff","DisplayCategory","WepFire"); +TweakItem("Base.HuntingRifleSawnOff","DisplayCategory","WepFire"); +TweakItem("Base.SmokeGrenade","DisplayCategory","WepBomb"); +TweakItem("Base.Flashlight_Military","DisplayCategory","Tool"); +TweakItem("Base.Canteen","DisplayCategory","Container"); +TweakItem("Base.Canteenfull","DisplayCategory","FoodB"); +TweakItem("Base.MRE_Coffee","DisplayCategory","FoodB"); +TweakItem("Base.MRE_Coffee_Mug","DisplayCategory","Container"); +TweakItem("Base.Mugfull","DisplayCategory","FoodB"); +TweakItem("Base.MRE_Crackers","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Crackers_Jelly","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Crackers_PeanutButter","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Crackers_Cheesespread","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Jelly","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PeanutButter","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Cheesespread","DisplayCategory","FoodN"); +TweakItem("Base.MRE_SugarFreeBev_WaterBottle","DisplayCategory","FoodB"); +TweakItem("Base.MRE_BevwithSugar_WaterBottle","DisplayCategory","FoodB"); +TweakItem("Base.MRE_Cocoa","DisplayCategory","FoodB"); +TweakItem("Base.MRE_Cocoa_Mug","DisplayCategory","FoodB"); +TweakItem("Base.MRE_BevBasewithSugar","DisplayCategory","FoodB"); +TweakItem("Base.MRE_BevwithSugar_Mug","DisplayCategory","FoodB"); +TweakItem("Base.MRE_SugarFreeBevBase","DisplayCategory","FoodB"); +TweakItem("Base.MRE_SugarFreeBev_Mug","DisplayCategory","FoodB"); +TweakItem("Base.MRE_PorkwithRiceinBBQSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_CornedBeefHash","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenStew","DisplayCategory","FoodN"); +TweakItem("Base.MRE_OmeletwithHam","DisplayCategory","FoodN"); +TweakItem("Base.MRE_SpaghettiwithMeatSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenalaKing","DisplayCategory","FoodN"); +TweakItem("Base.MRE_BeefStew","DisplayCategory","FoodN"); +TweakItem("Base.MRE_HamSlice","DisplayCategory","FoodN"); +TweakItem("Base.MRE_MeatballswithTomatoSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_TunawithNoodles","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenwithRice","DisplayCategory","FoodN"); +TweakItem("Base.MRE_EscallopedPotatoeswithHam","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PorkwithRiceinBBQSauce_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_CornedBeefHash_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenStew_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_OmeletwithHam_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_SpaghettiwithMeatSauce_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenalaKing_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_BeefStew_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_HamSlice_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_MeatballswithTomatoSauce_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_TunawithNoodles_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenwithRice_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_EscallopedPotatoeswithHam_Open","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PorkwithRiceinBBQSauce_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_CornedBeefHash_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenStew_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_OmeletwithHam_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_SpaghettiwithMeatSauce_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenalaKing_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_BeefStew_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_HamSlice_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_MeatballswithTomatoSauce_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_TunawithNoodles_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenwithRice_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_EscallopedPotatoeswithHam_Hot","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PorkwithRiceinBBQSauce_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_CornedBeefHash_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenStew_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_OmeletwithHam_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_SpaghettiwithMeatSauce_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenalaKing_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_BeefStew_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_HamSlice_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_MeatballswithTomatoSauce_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_TunawithNoodles_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenwithRice_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_EscallopedPotatoeswithHam_Hot_HotSauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PorkwithRiceinBBQSauce_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_CornedBeefHash_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenStew_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_OmeletwithHam_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_SpaghettiwithMeatSauce_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenalaKing_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_BeefStew_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_HamSlice_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_MeatballswithTomatoSauce_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_TunawithNoodles_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenwithRice_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_EscallopedPotatoeswithHam_Heating","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PorkwithRiceinBBQSauce_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_CornedBeefHash_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenStew_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_OmeletwithHam_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_SpaghettiwithMeatSauce_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenalaKing_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_BeefStew_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_HamSlice_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_MeatballswithTomatoSauce_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_TunawithNoodles_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChickenwithRice_Finished","DisplayCategory","FoodN"); +TweakItem("Base.MRE_EscallopedPotatoeswithHam_Finished","DisplayCategory","FoodN"); +TweakItem("Base.Paratrooper_Potluck_Pie","DisplayCategory","FoodN"); +TweakItem("Base.Peanut_Butter_Patrol_Cookie","DisplayCategory","FoodN"); +TweakItem("Base.Small_Cardboard_Box","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Box","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Stack","DisplayCategory","FoodN"); +TweakItem("Base.MRE","DisplayCategory","FoodN"); +TweakItem("Base.MRE_FlamelessRationHeater","DisplayCategory","Tool"); +TweakItem("Base.MRE_Side","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Applesauce","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Freezedriedfruit","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Fruit","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PotatoesAuGrautin","DisplayCategory","FoodN"); +TweakItem("Base.MRE_OatmealCookieBar","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PoundCake","DisplayCategory","FoodN"); +TweakItem("Base.MRE_BrownieChocCovered","DisplayCategory","FoodN"); +TweakItem("Base.MRE_CookieChocCovered","DisplayCategory","FoodN"); +TweakItem("Base.MRE_ChowMeinNoodles","DisplayCategory","FoodN"); +TweakItem("Base.MRE_PotatoSticks","DisplayCategory","FoodN"); +TweakItem("Base.MRE_Pouch_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Drink_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Cocoa_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Coffee_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Crackers_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Spread_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Meal_Pouch_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Meal_Carton_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Side_Pouch_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_Side_Carton_Trash","DisplayCategory","Junk"); +TweakItem("Base.MRE_FlamelessRationHeater_Trash","DisplayCategory","Junk"); +--GEAR +TweakItem("Base.MakeUp_GreenCamo","DisplayCategory","ClothM"); +TweakItem("Base.MakeUp_GreenCamo2","DisplayCategory","ClothM"); +--KeyTool +TweakItem("Keytool.KeyRing","DisplayCategory","ClothA"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/Ramen_Items.lua b/media/lua/client/Mod Support/Ramen_Items.lua new file mode 100644 index 0000000..4bf78c1 --- /dev/null +++ b/media/lua/client/Mod Support/Ramen_Items.lua @@ -0,0 +1,49 @@ +require("ItemTweaker_Copy_CC"); + +--RAMEN +--Food +TweakItem("Ramen.RamenChickenFlat","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenChickenPack","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenChickenFlav","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenChickenBowl","DisplayCategory","FoodP"); +TweakItem("Ramen.RamenBeefFlat","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenBeefPack","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenBeefFlav","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenBeefBowl","DisplayCategory","FoodP"); +TweakItem("Ramen.RamenShrimpFlat","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenShrimpPack","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenShrimpFlav","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenShrimpBowl","DisplayCategory","FoodP"); +TweakItem("Ramen.RamenCheeseFlat","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenCheesePack","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenCheeseFlav","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenCheeseBowl","DisplayCategory","FoodP"); +TweakItem("Ramen.RamenChiliFlat","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenChiliPack","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenChiliFlav","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenChiliBowl","DisplayCategory","FoodP"); +TweakItem("Ramen.RamenOrientalFlat","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenOrientalPack","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenOrientalFlav","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenOrientalBowl","DisplayCategory","FoodP"); +TweakItem("Ramen.RamenPorkFlat","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenPorkPack","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenPorkFlav","DisplayCategory","FoodN"); +TweakItem("Ramen.RamenPorkBowl","DisplayCategory","FoodP"); +--Junk +TweakItem("Ramen.RamenChickenFlatEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenBeefFlatEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenShrimpFlatEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenCheeseFlatEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenChiliFlatEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenOrientalFlatEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenPorkFlatEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenChickenPackEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenChickenFlavEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenBeefPackEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenBeefFlavEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenShrimpPackEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenShrimpFlavEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenCheesePackEmpty","DisplayCategory","Junk"); +TweakItem("Ramen.RamenCheeseFlavEmpty","DisplayCategory","Junk"); + diff --git a/media/lua/client/Mod Support/RuggedRecipes_Items.lua b/media/lua/client/Mod Support/RuggedRecipes_Items.lua new file mode 100644 index 0000000..a4aec88 --- /dev/null +++ b/media/lua/client/Mod Support/RuggedRecipes_Items.lua @@ -0,0 +1,73 @@ +require("ItemTweaker_Copy_CC"); + +--PowderedMilkPouch +--FARMING +TweakItem("RuggedRecipes.Cucumber","DisplayCategory","FoodP"); +--ALCOHOL +TweakItem("RuggedRecipes.HoochMash","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.FermentingHoochMash","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.ReadyHoochMash","DisplayCategory","FoodN"); +TweakItem("RuggedRecipes.Hooch","DisplayCategory","FoodB"); +TweakItem("RuggedRecipes.FermentingBerryWine","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.ReadyBerryWine","DisplayCategory","FoodN"); +TweakItem("RuggedRecipes.BerryWine","DisplayCategory","FoodB"); +TweakItem("RuggedRecipes.FermentingKvass","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.ReadyKvass","DisplayCategory","FoodN"); +TweakItem("RuggedRecipes.Kvass","DisplayCategory","FoodB"); +--PRESERVEDFOOD +TweakItem("RuggedRecipes.UndriedBeefJerky","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.UndriedSmokedFish","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.UndriedBiltong","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.SmokedFish","DisplayCategory","FoodN"); +TweakItem("RuggedRecipes.Biltong","DisplayCategory","FoodN"); +TweakItem("RuggedRecipes.FermentingKentuckyKimchi","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.FermentedKentuckyKimchi","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.FermentedKentuckyKimchiOpen","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.KentuckyKimchiBowl","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.JarredPicklesUnready","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.JarredPicklesReady","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.CannedCucumber","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.JarredSauerkrautUnready","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.JarredSauerkrautReady","DisplayCategory","FoodN"); +TweakItem("RuggedRecipes.JarredSauerkrautOpen","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.SauerkrautBowl","DisplayCategory","FoodP"); +--DRIEDFRUIT +TweakItem("RuggedRecipes.PreparedApple","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedApple","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedBanana","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedBanana","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedCherry","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedCherry","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedGrapefruit","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedGrapefruit","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedGrapes","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedGrapes","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedLemon","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedLemon","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedMango","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedMango","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedOrange","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedOrange","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedPeach","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedPeach","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedPineapple","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedPineapple","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedStrawberries","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedStrawberries","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedWatermelon","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedWatermelon","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedPear","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedPear","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreparedLime","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.DriedLime","DisplayCategory","FoodP"); +--NEW +TweakItem("RuggedRecipes.BakedPotato","DisplayCategory","FoodP"); +TweakItem("RuggedRecipes.PreppedTater","DisplayCategory","FoodP"); +--LITERATURE +TweakItem("RuggedRecipes.RuggedRecipesMagazine1","DisplayCategory","LitR"); +TweakItem("RuggedRecipes.RuggedRecipesMagazine2","DisplayCategory","LitR"); +TweakItem("RuggedRecipes.RuggedRecipesMagazine3","DisplayCategory","LitR"); +TweakItem("RuggedRecipes.RuggedRecipesMagazine4","DisplayCategory","LitR"); +--SEED +TweakItem("RuggedRecipes.RuggedRecipesMagazine4","CucumberSeed","SurFarm"); +TweakItem("RuggedRecipes.RuggedRecipesMagazine4","CucumberBagSeed","SurFarm"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/Sharks_Items.lua b/media/lua/client/Mod Support/Sharks_Items.lua new file mode 100644 index 0000000..6ec24d3 --- /dev/null +++ b/media/lua/client/Mod Support/Sharks_Items.lua @@ -0,0 +1,178 @@ +require("ItemTweaker_Copy_CC"); + +--Shark&Peach Military Uniform +TweakItem("SMUIClothing.NightVisionGoggles","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.NightVisionMount","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.MilitaryWebbingSuspenders","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.M17Hood","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.M40Hood","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.MOPPPackageTop","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.MOPPPackageBottom","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.MOPPPackageWrapper","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Jacket_ArmyCamoGreen","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ArmyCamoGreenRolled","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ERDL","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ERDLRolled","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_TigerStripe","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_TigerStripeRolled","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ArmyCamoDesert","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ArmyCamoDesertRolled","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_DesertCombat","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_DesertCombatRolled","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ArmyCamoUrban","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ArmyCamoUrbanRolled","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ODGreen","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Jacket_ODGreenRolled","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_CamoGreen","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_CamoGreenTucked","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_ERDL","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_ERDLTucked","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_TigerStripe","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_TigerStripeTucked","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_CamoDesert","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_CamoDesertTucked","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_DesertCombat","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_DesertCombatTucked","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_CamoUrban","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_CamoUrbanTucked","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_ODGreen","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_ODGreenTucked","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetHawaiian","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetHawaiianStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetHawaiian","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetHawaiianStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_Army","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_ArmyHelmetStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmet","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetGoggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetGogglesStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetNVGMount","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesert","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombat","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertGoggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatGoggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertGogglesStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatGogglesStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertNVGMount","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatNVGMount","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetRiot","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetRiotUP","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1Helmet","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetGoggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetGogglesStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetWoodland","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetWoodlandStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetWoodlandGoggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetWoodlandGogglesStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetMitchell","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetMitchellStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetMitchellGoggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M1HelmetMitchellGogglesStrapless","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryTacticalHelmet","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryTacticalHelmetGoggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_DH132","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_DH132Goggles","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M17","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M40","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_Shemagh","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Hat_ShemaghDown","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Glasses_MilitaryGoggles","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Hat_ShemaghWoodland","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Hat_ShemaghWoodlandDown","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Hat_ShemaghDesert","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Hat_ShemaghDesertDown","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Hat_CavalryHat","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_BeretSpecial","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Bag_MilitaryMedicalBag","DisplayCategory","Container"); +TweakItem("SMUIClothing.Bag_CFP90PatrolPack","DisplayCategory","Container"); +TweakItem("SMUIClothing.GasMaskBag","DisplayCategory","Container"); +TweakItem("SMUIClothing.MPBrassard","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.NBCSuit","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.NBCSuitHood","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Trousers_NBCPants","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_M17Doff","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Hat_M40Doff","DisplayCategory","ClothA"); +TweakItem("SMUIClothing.Gloves_HazmatGloves","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Shoes_HazmatBoots","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetNVGUP","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetNVGDOWN","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertNVGUP","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertNVGDOWN","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatNVGUP","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatNVGDOWN","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCap","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapReversed","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapDesert","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapDesertReversed","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapDesertCombat","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapDesertCombatReversed","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapUrban","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapUrbanReversed","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapWinter","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Hat_PatrolCapWinterDesert","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Vest_ODGreen","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Vest_RangerBodyArmorWoodland","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Vest_RangerBodyArmorDesert","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Vest_MilitaryTacticalVest","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.Vest_MilitaryTankerVest","DisplayCategory","Cloth"); +TweakItem("SMUIClothing.MilitaryWebbing","DisplayCategory","Container"); +TweakItem("SMUIClothing.MilitaryWebbingTightened","DisplayCategory","Container"); +TweakItem("SMUIClothing.MilitaryWebbingBag","DisplayCategory","Container"); +TweakItem("SMUIClothing.MilitaryWebbingBagTightened","DisplayCategory","Container"); +TweakItem("SMUIClothing.PistolBeltPouches","DisplayCategory","Container"); +TweakItem("SMUIClothing.PistolBeltBag","DisplayCategory","Container"); +--Shark's Law Enforcement Overhaul +TweakItem("SLEOClothing.Bag_DuffelPolice","DisplayCategory","Container"); +TweakItem("SLEOClothing.Bag_DuffelSheriff","DisplayCategory","Container"); +TweakItem("SLEOClothing.Bag_PoliceUtilityBag","DisplayCategory","Container"); +TweakItem("SLEOClothing.Bag_PoliceUtilityBagGreen","DisplayCategory","Container"); +TweakItem("SLEOClothing.BlackLegPouch_RLeg","DisplayCategory","Container"); +TweakItem("SLEOClothing.BlackLegPouch_LLeg","DisplayCategory","Container"); +TweakItem("SLEOClothing.GreenLegPouch_RLeg","DisplayCategory","Container"); +TweakItem("SLEOClothing.GreenLegPouch_LLeg","DisplayCategory","Container"); +TweakItem("SLEOClothing.Hat_PatrolCapPolice","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PatrolCapPoliceReversed","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PatrolCapPoliceBlack","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PatrolCapPoliceBlackReversed","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PatrolCapSheriff","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PatrolCapSheriffReversed","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceBaseballCap","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceBaseballCapReversed","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_SheriffBaseballCap","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_SheriffBaseballCapReversed","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceHelmet","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceHelmetStrapless","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceHelmetGoggles","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceHelmetGogglesStrapless","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceBalaclava","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.TacticalGoggles","DisplayCategory","ClothA"); +TweakItem("SLEOClothing.Hat_PoliceM17","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceRiotHelmet","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Hat_PoliceRiotHelmetUP","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Jacket_PoliceTactical","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Jacket_PoliceTacticalRolled","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Jacket_PoliceTacticalBlack","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Jacket_PoliceTacticalBlackRolled","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Jacket_SheriffTactical","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Jacket_SheriffTacticalRolled","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.PoliceTacticalVest","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.TacticalVestUpperArm","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.KneePads","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.ElbowPads","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Gloves_TacticalGloves","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Shoes_TacticalBoots","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.PoliceDutyBelt","DisplayCategory","ClothA"); +TweakItem("SLEOClothing.LegHolster_Right","DisplayCategory","ClothA"); +TweakItem("SLEOClothing.Trousers_PoliceTactical","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Trousers_PoliceTacticalTucked","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Trousers_PoliceTacticalBlack","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Trousers_PoliceTacticalBlackTucked","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Trousers_SheriffTactical","DisplayCategory","Cloth"); +TweakItem("SLEOClothing.Trousers_SheriffTacticalTucked","DisplayCategory","Cloth"); +--XM93_CBRN +TweakItem("Base.XM93LabContainer","DisplayCategory","Mechanics"); +TweakItem("Base.XM93VehicleInterior","DisplayCategory","Mechanics"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/SmallMod_Items.lua b/media/lua/client/Mod Support/SmallMod_Items.lua new file mode 100644 index 0000000..032c41b --- /dev/null +++ b/media/lua/client/Mod Support/SmallMod_Items.lua @@ -0,0 +1,422 @@ +require("ItemTweaker_Copy_CC"); +--Mods with 30 or fewer added new items-- + +--AlecMods +TweakItem("BottlingFish.BottlingFishFillet","DisplayCategory","FoodP"); +TweakItem("BottlingFish.BottlingSalmon","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingChicken","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingSteak","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingFrogMeat","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingMeatPatty","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingMuttonChop","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingPorkChop","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingRabbitmeat","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingSmallanimalmeat","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingSmallbirdmeat","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingBacon","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingBaconBits","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingBaconRashers","DisplayCategory","FoodP"); +TweakItem("Bottling.BottlingHam","DisplayCategory","FoodP"); +TweakItem("Base.JarLidBoxs","DisplayCategory","Misc"); +--AlfretysAdditionalSodas +TweakItem("AAS.MountainDew","DisplayCategory","FoodB"); +TweakItem("AAS.Pepsi","DisplayCategory","FoodB"); +TweakItem("AAS.RCCola","DisplayCategory","FoodB"); +TweakItem("AAS.RootBeer","DisplayCategory","FoodB"); +TweakItem("AAS.FantaGrape","DisplayCategory","FoodB"); +TweakItem("AAS.GingerAle","DisplayCategory","FoodB"); +TweakItem("AAS.CocaCola","DisplayCategory","FoodB"); +TweakItem("AAS.DrPepper","DisplayCategory","FoodB"); +TweakItem("AAS.DietCoke","DisplayCategory","FoodB"); +TweakItem("AAS.MountainDewBox","DisplayCategory","FoodB"); +TweakItem("AAS.PepsiBox","DisplayCategory","FoodB"); +TweakItem("AAS.RCColaBox","DisplayCategory","FoodB"); +TweakItem("AAS.RootBeerBox","DisplayCategory","FoodB"); +TweakItem("AAS.FantaGrapeBox","DisplayCategory","FoodB"); +TweakItem("AAS.CocaColaBox","DisplayCategory","FoodB"); +TweakItem("AAS.DietCokeBox","DisplayCategory","FoodB"); +TweakItem("AAS.DrPepperBox","DisplayCategory","FoodB"); +TweakItem("AAS.GingerAleBox","DisplayCategory","FoodB"); +TweakItem("AAS.MountainDewEmpty","DisplayCategory","Junk"); +TweakItem("AAS.PepsiEmpty","DisplayCategory","Junk"); +TweakItem("AAS.RootBeerEmpty","DisplayCategory","Junk"); +TweakItem("AAS.CocaColaEmpty","DisplayCategory","Junk"); +TweakItem("AAS.DietCokeEmpty","DisplayCategory","Junk"); +TweakItem("AAS.GingerAleEmpty","DisplayCategory","Junk"); +TweakItem("AAS.DrPepperEmpty","DisplayCategory","Junk"); +TweakItem("AAS.FantaGrapeEmpty","DisplayCategory","Junk"); +TweakItem("AAS.RCColaEmpty","DisplayCategory","Junk"); +TweakItem("AAS.CrushedCan","DisplayCategory","Junk"); +--AnalginsRenewableResources +TweakItem("ANL.SmallSaltRock","DisplayCategory","Craft"); +TweakItem("ANL.WildYeastBase","DisplayCategory","Cooking"); +TweakItem("ANL.JarOfYeast","DisplayCategory","Cooking"); +TweakItem("ANL.DryJarOfYeast","DisplayCategory","Cooking"); +TweakItem("ANL.AnlRenewMag1","DisplayCategory","LitR"); +TweakItem("ANL.SugarBeet","DisplayCategory","FoodP"); +TweakItem("ANL.SugarBeetSeed","DisplayCategory","SurFarm"); +TweakItem("ANL.SugarBeetBagSeed","DisplayCategory","SurFarm"); +TweakItem("ANL.SlicedSugarBeets","DisplayCategory","FoodP"); +TweakItem("ANL.DriedSugarBeets","DisplayCategory","Cooking"); +TweakItem("ANL.AnlRenewMag2","DisplayCategory","LitR"); +TweakItem("ANL.GratedBerries","DisplayCategory","FoodP"); +TweakItem("ANL.JarOfCrushedBerries","DisplayCategory","Cooking"); +TweakItem("ANL.WildBerryWine","DisplayCategory","FoodB"); +TweakItem("ANL.JarOfVinegarBase","DisplayCategory","Cooking"); +--Anitserum +TweakItem("Antiserum.AntiserumChemicals","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumChemicalWorkstation","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumSample","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumTestTube","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumTestTubePack","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumJournalOfResearch","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumWeak","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumRegular","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumCure","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumUsedInjector","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumEmptyInjector","DisplayCategory","Medical"); +TweakItem("Antiserum.AntiserumEmptyInjectorPack","DisplayCategory","Medical"); +--AntiserumSelfTestKit +TweakItem("AntiserumTestKit.AntiserumTestKit","DisplayCategory","Medical"); +--ArmoredVests +TweakItem("Armor.Vest_BulletArmy","DisplayCategory","Cloth"); +TweakItem("Armor.Vest_BulletPolice","DisplayCategory","Cloth"); +TweakItem("Armor.Vest_BulletCivilian","DisplayCategory","Cloth"); +TweakItem("Armor.Boilersuit_Flying","DisplayCategory","Cloth"); +TweakItem("Armor.HazmatSuit","DisplayCategory","Cloth"); +TweakItem("Armor.Hat_NBCmask","DisplayCategory","Cloth"); +TweakItem("Armor.Hat_SPHhelmet","DisplayCategory","Cloth"); +TweakItem("Armor.Hat_GasMask","DisplayCategory","Cloth"); +TweakItem("Armor.Hat_BalaclavaFace","DisplayCategory","Cloth"); +TweakItem("Armor.Hat_BalaclavaFull","DisplayCategory","Cloth"); +--AutoGate +TweakItem("AutoGate.AutoGateMag","DisplayCategory","LitR"); +TweakItem("AutoGate.GateController","DisplayCategory","CraftElec"); +TweakItem("AutoGate.GateComponents","DisplayCategory","CraftElec"); +--AxesRecrafting +TweakItem("AxeRecrafting.AxeHandle","DisplayCategory","Craft"); +TweakItem("AxeRecrafting.FireAxeHead","DisplayCategory","Craft"); +TweakItem("AxeRecrafting.WoodAxeHead","DisplayCategory","Craft"); +TweakItem("AxeRecrafting.HandAxeHead","DisplayCategory","Craft"); +TweakItem("AxeRecrafting.MetalAxeHandle","DisplayCategory","Craft"); +--BetterLockpicking +TweakItem("BetLock.LockpickingMag","DisplayCategory","LitR"); +TweakItem("BetLock.AlarmMag","DisplayCategory","LitR"); +TweakItem("BetLock.BobbyPin","DisplayCategory","Tool"); +TweakItem("BetLock.HandmadeBobbyPin","DisplayCategory","Tool"); +--BetterHelicopter +TweakItem("AI_HELI.HeliMag","DisplayCategory","LitR"); +--BetterTowing +TweakItem("TowingCar.TowBar","DisplayCategory","Tool"); +--BGCRareWeapons +TweakItem("BCGRareWeapons.ReinforcedBaseballBat","DisplayCategory","WepMelee"); +TweakItem("BCGRareWeapons.VikingAxe","DisplayCategory","WepMelee"); +--BGCTools +TweakItem("BCGTools.HandHatchet","DisplayCategory","WepMelee"); +TweakItem("BCGTools.CheapSurvivalKnife","DisplayCategory","WepMelee"); +TweakItem("BCGTools.SurvivalKnife","DisplayCategory","WepMelee"); +TweakItem("BCGTools.RancherMachete","DisplayCategory","WepMelee"); +TweakItem("BCGTools.KukriMachete","DisplayCategory","WepMelee"); +TweakItem("BCGTools.SplittingAxe","DisplayCategory","WepMelee"); +TweakItem("BCGTools.SpearSurvivalKnife","DisplayCategory","WepMelee"); +TweakItem("BCGTools.SpearCheapSurvivalKnife","DisplayCategory","WepMelee"); +--BogasPizza +TweakItem("BogaPizza.PizzaDough","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaCheese","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaSauced","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaEtna","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaHawaii","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaPineapple","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaHamMushroom","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaSeafood","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaNduja","DisplayCategory","FoodP"); +TweakItem("BogaPizza.PizzaRumHam","DisplayCategory","FoodP"); +TweakItem("BogaPizza.NdujaSausage","DisplayCategory","FoodP"); +TweakItem("BogaPizza.NdujaSausageSlice","DisplayCategory","FoodP"); +TweakItem("BogaPizza.ChiliPepper","DisplayCategory","FoodP"); +TweakItem("BogaPizza.DicedPineapple","DisplayCategory","FoodP"); +TweakItem("BogaPizza.RumFull","DisplayCategory","FoodB"); +TweakItem("BogaPizza.RumHam","DisplayCategory","FoodP"); +TweakItem("BogaPizza.RumHamSlice","DisplayCategory","FoodP"); +TweakItem("BogaPizza.WhiteSauce","DisplayCategory","FoodN"); +TweakItem("BogaPizza.BBQSauce","DisplayCategory","FoodN"); +--Books +TweakItem("DBDA.DBDA1","DisplayCategory","LitE"); +TweakItem("DBDA.DBDA2","DisplayCategory","LitE"); +TweakItem("DBDA.DBDA3","DisplayCategory","LitE"); +TweakItem("DBDA.DBDA4","DisplayCategory","LitE"); +TweakItem("DBDA.TW","DisplayCategory","LitE"); +TweakItem("DBDA.TWSR","DisplayCategory","LitE"); +TweakItem("DBDA.Carrie","DisplayCategory","LitE"); +TweakItem("DBDA.Shine","DisplayCategory","LitE"); +TweakItem("DBDA.Stand","DisplayCategory","LitE"); +TweakItem("DBDA.Cujo","DisplayCategory","LitE"); +TweakItem("DBDA.Pet","DisplayCategory","LitE"); +TweakItem("DBDA.Green","DisplayCategory","LitE"); +TweakItem("DBDA.Dream","DisplayCategory","LitE"); +TweakItem("DBDA.Mist","DisplayCategory","LitE"); +TweakItem("DBDA.Doc","DisplayCategory","LitE"); +TweakItem("DBDA.Out","DisplayCategory","LitE"); +TweakItem("DBDA.Who","DisplayCategory","LitE"); +TweakItem("DBDA.It","DisplayCategory","LitE"); +--CigaretteCartonMod +TweakItem("CigaretteMod.CigarettesOne","DisplayCategory","Drugs"); +TweakItem("CigaretteMod.CigaretteCarton","DisplayCategory","Drugs"); +--Computer +TweakItem("Computer.Disc_Game","DisplayCategory","MediaG"); +--CoolBag +TweakItem("Base.WaterPocket","DisplayCategory","Tool"); +TweakItem("Base.IcePocket","DisplayCategory","Tool"); +--CrashedCarsMod +TweakItem("Base.SmallTrunk0","DisplayCategory","Mechanics"); +TweakItem("Base.NormalTrunk0","DisplayCategory","Mechanics"); +TweakItem("Base.BigTrunk0","DisplayCategory","Mechanics"); +TweakItem("Base.FrontCarDoor0","DisplayCategory","Mechanics"); +TweakItem("Base.TrunkDoor0","DisplayCategory","Mechanics"); +TweakItem("Base.GloveBox0","DisplayCategory","Mechanics"); +--Defecation +TweakItem("Defecation.HumanFeces","DisplayCategory","SurFarm"); +TweakItem("Defecation.AntiDiarrhealPillBox","DisplayCategory","Medical"); +TweakItem("Defecation.AntiDiarrhealPill","DisplayCategory","Medical"); +--EggonsSharpenYourBlades +TweakItem("ESYB.Sandstone","DisplayCategory","Tool"); +TweakItem("ESYB.HomemadeWhetstone","DisplayCategory","Tool"); +TweakItem("ESYB.Whetstone","DisplayCategory","Tool"); +TweakItem("ESYB.TableGrinder","DisplayCategory","Tool"); +TweakItem("ESYB.TableGrinderWithoutWheels","DisplayCategory","Tool"); +TweakItem("ESYB.MagazineAllAboutBladeBevels","DisplayCategory","LitR"); +TweakItem("ESYB.MagazineTableGrinderUserManual","DisplayCategory","LitR"); +TweakItem("ESYB.MagazineJapaneseMastersSpecialEdition","DisplayCategory","LitR"); +TweakItem("ESYB.MagazineTypicalSharpeningMistakes","DisplayCategory","LitR"); +TweakItem("ESYB.MagazineHomemadeGrindingTools","DisplayCategory","LitR"); +--ExamineCorpses +TweakItem("ExamineCorpse.nmMedicalMagazine1","DisplayCategory","LitR"); +TweakItem("ExamineCorpse.nmMedicalMagazine2","DisplayCategory","LitR"); +TweakItem("ExamineCorpse.nmMedicalStudiesJournal","DisplayCategory","Medical"); +--Icecream-Maker +TweakItem("icecreammaker.IceCreamChocolate","DisplayCategory","FoodP"); +TweakItem("icecreammaker.IceCreamStrawberry","DisplayCategory","FoodP"); +TweakItem("icecreammaker.IceCreamCaramel","DisplayCategory","FoodP"); +TweakItem("icecreammaker.IceCreamCookieDough","DisplayCategory","FoodP"); +TweakItem("icecreammaker.IceCreamCookiesCreme","DisplayCategory","FoodP"); +TweakItem("icecreammaker.IceCreamMix","DisplayCategory","FoodN"); +TweakItem("icecreammaker.IceCreamMix","DisplayCategory","FoodN"); +TweakItem("icecreammaker.IceCreamMixStrawberry","DisplayCategory","FoodN"); +TweakItem("icecreammaker.IceCreamMixCaramel","DisplayCategory","FoodN"); +TweakItem("icecreammaker.IceCreamMixCookieDough","DisplayCategory","FoodN"); +TweakItem("icecreammaker.IceCreamMixCookiesCreme","DisplayCategory","FoodN"); +TweakItem("icecreammaker.ConeChocolate","DisplayCategory","FoodP"); +TweakItem("icecreammaker.ConeStrawberry","DisplayCategory","FoodP"); +TweakItem("icecreammaker.ConeCaramel","DisplayCategory","FoodP"); +TweakItem("icecreammaker.ConeCookieDough","DisplayCategory","FoodP"); +TweakItem("icecreammaker.ConeCookiesCreme","DisplayCategory","FoodP"); +--ImmersiveSolarArrays +TweakItem("ISA.SolarPanel","DisplayCategory","Electronics"); +TweakItem("ISA.ISAInverter","DisplayCategory","Electronics"); +TweakItem("ISA.DeepCycleBattery","DisplayCategory","Electronics"); +TweakItem("ISA.SuperBattery","DisplayCategory","Electronics"); +TweakItem("ISA.DIYBattery","DisplayCategory","Electronics"); +TweakItem("ISA.50AhBattery","DisplayCategory","Electronics"); +TweakItem("ISA.75AhBattery","DisplayCategory","Electronics"); +TweakItem("ISA.100AhBattery","DisplayCategory","Electronics"); +TweakItem("ISA.PowerBank","DisplayCategory","Electronics"); +TweakItem("ISA.SolarPanelFlat","DisplayCategory","Electronics"); +TweakItem("ISA.SolarPanelWall","DisplayCategory","Electronics"); +TweakItem("ISA.SolarPanelMounted","DisplayCategory","Electronics"); +TweakItem("ISA.SolarFailsafe","DisplayCategory","Electronics"); +--LactoseCrossbow +TweakItem("LactoseCrossbow.LCQuiver","DisplayCategory","Container"); +TweakItem("LactoseCrossbow.LCTestAttachment","DisplayCategory","Misc"); +TweakItem("LactoseCrossbow.CrossbowBolt","DisplayCategory","Ammo"); +TweakItem("LactoseCrossbow.CrossbowBolts","DisplayCategory","Ammo"); +TweakItem("LactoseCrossbow.CrossbowBoltBundle","DisplayCategory","Ammo"); +TweakItem("LactoseCrossbow.LCCrossbowBoltAluminium","DisplayCategory","Ammo"); +TweakItem("LactoseCrossbow.LCCrossbowBoltAluminiumBundle","DisplayCategory","Ammo"); +TweakItem("LactoseCrossbow.CrossbowUnstrung","DisplayCategory","WepPart"); +TweakItem("LactoseCrossbow.CrossbowStringString","DisplayCategory","WepPart"); +TweakItem("LactoseCrossbow.CrossbowStringNylon","DisplayCategory","WepPart"); +TweakItem("LactoseCrossbow.ModernCrossbowUnstrung","DisplayCategory","WepPart"); +TweakItem("LactoseCrossbow.CrossbowStringSteel","DisplayCategory","WepPart"); +TweakItem("LactoseCrossbow.CrossbowStrungString","DisplayCategory","WepBow"); +TweakItem("LactoseCrossbow.CrossbowStrungNylon","DisplayCategory","WepBow"); +TweakItem("LactoseCrossbow.ModernCrossbowStrungSteel","DisplayCategory","WepBow"); +TweakItem("LactoseCrossbow.CrossbowStrungSteel","DisplayCategory","WepBow"); +TweakItem("LactoseCrossbow.ModernCrossbowStrungString","DisplayCategory","WepBow"); +TweakItem("LactoseCrossbow.ModernCrossbowStrungNylon","DisplayCategory","WepBow"); +--Ladders +TweakItem("Ladders.SteelLadder","DisplayCategory","Misc"); +TweakItem("Ladders.WoodenLadder","DisplayCategory","Misc"); +--LockpickingOnly +TweakItem("FMJ.LockPickingMag","DisplayCategory","LitR"); +TweakItem("FMJ.LockPickingMag2","DisplayCategory","LitR"); +TweakItem("FMJ.BobbyPin","DisplayCategory","Tool"); +TweakItem("FMJ.BobbyPinRaw","DisplayCategory","Tool"); +--ManyBags +TweakItem("Base.AliceBackPack","DisplayCategory","ClothB"); +TweakItem("Base.AliceBackPackExtraPocket","DisplayCategory","ClothB"); +TweakItem("Base.AliceBackPackExtraPocket2","DisplayCategory","ClothB"); +TweakItem("Base.MilitaryAliceBackPack","DisplayCategory","ClothB"); +TweakItem("Base.MilitaryAliceBackPackExtraPocket","DisplayCategory","ClothB"); +TweakItem("Base.ExtraPocket","DisplayCategory","CraftTailor"); +--MilitaryPonchos +TweakItem("Base.MPonchoGreenUP","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoGreenDOWN","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoYellowUP","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoYellowDOWN","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoShoulder","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoShoulderDOWN","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoShoulderYEL","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoShoulderYELdown","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoBlackUP","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoBlackDOWN","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoShoulderBLA","DisplayCategory","Cloth"); +TweakItem("Base.MPonchoShoulderBLAdown","DisplayCategory","Cloth"); +--MoCropsMod +TweakItem("MCM.Avocadoseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Pepperseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Cornseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Eggplantseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Leekseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Lettuceseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Onionseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Watermelonseed","DisplayCategory","SurFarm"); +TweakItem("MCM.Zucchiniseed","DisplayCategory","SurFarm"); +TweakItem("MCM.AvocadoBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.PepperBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.CornBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.EggplantBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.LeekBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.LettuceBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.OnionBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.WatermelonBagSeed","DisplayCategory","SurFarm"); +TweakItem("MCM.ZucchiniBagSeed","DisplayCategory","SurFarm"); +--PlayerTraps +TweakItem("Trap.PropaneTrap","DisplayCategory","SurTrap"); +TweakItem("Trap.BearTrap","DisplayCategory","SurTrap"); +TweakItem("Trap.BearTrapClosed","DisplayCategory","SurTrap"); +TweakItem("Trap.SpikeTrap","DisplayCategory","SurTrap"); +TweakItem("Trap.SpikeTrapClosed","DisplayCategory","SurTrap"); +--PrimitiveSurvival +TweakItem("PrimitiveSurvival.PS_SheetBag","DisplayCategory","ClothB"); +TweakItem("PrimitiveSurvival.PS_PrimitiveBag","DisplayCategory","ClothB"); +TweakItem("PrimitiveSurvival.PS_BarkStrip","DisplayCategory","Craft"); +TweakItem("PrimitiveSurvival.PS_SmallRope","DisplayCategory","Craft"); +TweakItem("PrimitiveSurvival.PS_BranchesBundle","DisplayCategory","Craft"); +TweakItem("PrimitiveSurvival.PS_TwigsBundle","DisplayCategory","SurCamp"); +--RaidioToGrid +TweakItem("rat.WalkieTalkie1Grid","DisplayCategory","Electronics"); +TweakItem("rat.WalkieTalkie2Grid","DisplayCategory","Electronics"); +TweakItem("rat.WalkieTalkie3Grid","DisplayCategory","Electronics"); +TweakItem("rat.WalkieTalkie4Grid","DisplayCategory","Electronics"); +TweakItem("rat.WalkieTalkie5Grid","DisplayCategory","Electronics"); +TweakItem("rat.WalkieTalkieMakeShiftGrid","DisplayCategory","Electronics"); +TweakItem("rat.HamRadio1Grid","DisplayCategory","Electronics"); +TweakItem("rat.HamRadio2Grid","DisplayCategory","Electronics"); +TweakItem("rat.HamRadioMakeShiftGrid","DisplayCategory","Electronics"); +TweakItem("rat.RadioRedGrid","DisplayCategory","Electronics"); +TweakItem("rat.RadioBlackGrid","DisplayCategory","Electronics"); +TweakItem("rat.RadioMakeShiftGrid","DisplayCategory","Electronics"); +--Silencer/Suppressor +TweakItem("Silencer.Silencer","DisplayCategory","WepPart"); +TweakItem("Silencer.HMSilencer","DisplayCategory","WepPart"); +--SimplePowderedMilk +TweakItem("Base.fhqPowderedMilkPouch","DisplayCategory","FoodN"); +--SleepingBags +TweakItem("Base.Sleepingbag","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagG","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagR","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagO","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagBK","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagLB","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagP","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagRolled","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagGRolled","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagRRolled","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagORolled","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagBKRolled","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagLBRolled","DisplayCategory","SurCamp"); +TweakItem("Base.SleepingbagPRolled","DisplayCategory","SurCamp"); +--SlingModFix +TweakItem("Base.SlingA","DisplayCategory","ClothA"); +TweakItem("Base.SlingAalt","DisplayCategory","ClothA"); +TweakItem("Base.SlingAalt2","DisplayCategory","ClothA"); +TweakItem("Base.SlingAalt3","DisplayCategory","ClothA"); +--SprayPaint +TweakItem("spraypaint.SpraycanWhite","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanRed","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanBlue","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanGreen","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanOrange","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanYellow","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanViolet","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanBlack","DisplayCategory","Tool"); +TweakItem("spraypaint.SpraycanCyan","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkWhite","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkRed","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkBlue","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkGreen","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkOrange","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkYellow","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkViolet","DisplayCategory","Tool"); +TweakItem("spraypaint.ChalkCyan","DisplayCategory","Tool"); +--TheyKnew +TweakItem("TheyKnew.Zomboxycycline","DisplayCategory","Medical"); +TweakItem("TheyKnew.Zomboxivir","DisplayCategory","Medical"); +TweakItem("TheyKnew.MysteriousHazmat","DisplayCategory","Cloth"); +TweakItem("TheyKnew.MysteriousSatchel","DisplayCategory","ClothB"); +--USMCArmory +TweakItem("Base.Interceptor_Armor","DisplayCategory","Cloth"); +TweakItem("Base.Interceptor_Armor_s","DisplayCategory","Cloth"); +TweakItem("Base.Interceptor_Armor_v","DisplayCategory","Cloth"); +TweakItem("Base.Marpat_Jacket_w","DisplayCategory","Cloth"); +TweakItem("Base.Marpat_Jacket_d","DisplayCategory","Cloth"); +TweakItem("Base.Marpat_Pants_w","DisplayCategory","Cloth"); +TweakItem("Base.Marpat_Pants_d","DisplayCategory","Cloth"); +TweakItem("Base.Hat_USMC_Cap_w","DisplayCategory","Cloth"); +TweakItem("Base.Hat_USMC_Cap_d","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PASGT_Helmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_TPASGT_Helmet","DisplayCategory","Cloth"); +TweakItem("Base.Interceptor_Pouches","DisplayCategory","Container"); +TweakItem("Base.Interceptor_Pouches_Straps","DisplayCategory","Container"); +--VFFOGSN +TweakItem("Base.StirFryBowl","DisplayCategory","FoodP"); +TweakItem("Base.RoastedVegetablesBowl","DisplayCategory","FoodP"); +TweakItem("Base.RosehipsDried","DisplayCategory","FoodN"); +TweakItem("Base.GrapeLeavesDried","DisplayCategory","FoodN"); +TweakItem("Base.VioletsDried","DisplayCategory","FoodN"); +TweakItem("Base.Teabag_Medicinal","DisplayCategory","FoodB"); +TweakItem("Base.Teabag_Energizing","DisplayCategory","FoodB"); +TweakItem("Base.Teabag_MedicinalDried","DisplayCategory","FoodB"); +TweakItem("Base.Teabag_EnergizingDried","DisplayCategory","FoodB"); +TweakItem("Base.Tea_CommonMallow","DisplayCategory","FoodB"); +TweakItem("Base.Tea_LemonGrass","DisplayCategory","FoodB"); +TweakItem("Base.Tea_BlackSage","DisplayCategory","FoodB"); +TweakItem("Base.Tea_Ginseng","DisplayCategory","FoodB"); +TweakItem("Base.Tea_Medicinal","DisplayCategory","FoodB"); +TweakItem("Base.Tea_Energizing","DisplayCategory","FoodB"); +TweakItem("Base.CommonMallowDried","DisplayCategory","Medical"); +TweakItem("Base.LemonGrassDried","DisplayCategory","Medical"); +TweakItem("Base.BlackSageDried","DisplayCategory","Medical"); +TweakItem("Base.GinsengDried","DisplayCategory","Medical"); +TweakItem("Base.PlantainDried","DisplayCategory","Medical"); +TweakItem("Base.WildGarlicDried","DisplayCategory","Medical"); +--WaterDispenser +TweakItem("WaterDispenser.WaterContainer","DisplayCategory","Conatiner"); +TweakItem("WaterDispenser.WaterJugWaterFull","DisplayCategory","Conatiner"); +TweakItem("WaterDispenser.WaterJugPetrolFull","DisplayCategory","Fuel"); +--WaterPipes +TweakItem("Waterpipes.WaterPipe","DisplayCategory","SurFarm"); +--WildFruits +TweakItem("MattSimpleAddons.MSABlack_Cherry","DisplayCategory","FoodP"); +TweakItem("MattSimpleAddons.MSAmerican_Plumb","DisplayCategory","FoodP"); +TweakItem("MattSimpleAddons.MSARaspberries","DisplayCategory","FoodP"); +TweakItem("MattSimpleAddons.MSABlackBerries","DisplayCategory","FoodP"); +TweakItem("MattSimpleAddons.MSAMulberry","DisplayCategory","FoodP"); +--Xnertot Farmable Trees +TweakItem("XNTree.XNSaplingApple","DisplayCategory","SurFarm"); +TweakItem("XNTree.XNSaplingBanana","DisplayCategory","SurFarm"); +TweakItem("XNTree.XNSaplingCherry","DisplayCategory","SurFarm"); +TweakItem("XNTree.XNSaplingLemon","DisplayCategory","SurFarm"); +TweakItem("XNTree.XNSaplingOrange","DisplayCategory","SurFarm"); +TweakItem("XNTree.XNSaplingPeach","DisplayCategory","SurFarm"); +TweakItem("XNTree.XNSaplingPineapple","DisplayCategory","SurFarm"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/Smoker_Items.lua b/media/lua/client/Mod Support/Smoker_Items.lua new file mode 100644 index 0000000..43313ff --- /dev/null +++ b/media/lua/client/Mod Support/Smoker_Items.lua @@ -0,0 +1,54 @@ +require("ItemTweaker_Copy_CC"); + +--SMOKER +TweakItem("SM.SMPack","DisplayCategory","Drugs") +TweakItem("SM.SMPackLight","DisplayCategory","Drugs") +TweakItem("SM.SMPackGold","DisplayCategory","Drugs") +TweakItem("SM.SMPackMenthol","DisplayCategory","Drugs") +TweakItem("SM.SMCartonCigarettes","DisplayCategory","Drugs") +TweakItem("SM.SMCartonCigarettesLight","DisplayCategory","Drugs") +TweakItem("SM.SMCartonCigarettesGold","DisplayCategory","Drugs") +TweakItem("SM.SMCartonCigarettesMenthol","DisplayCategory","Drugs") +TweakItem("SM.SMFullPack","DisplayCategory","Drugs") +TweakItem("SM.SMFullPackLight","DisplayCategory","Drugs") +TweakItem("SM.SMFullPackGold","DisplayCategory","Drugs") +TweakItem("SM.SMFullPackMenthol","DisplayCategory","Drugs") +TweakItem("SM.SMCigarette","DisplayCategory","Drugs") +TweakItem("SM.SMCigaretteLight","DisplayCategory","Drugs") +TweakItem("SM.SMPCigaretteGold","DisplayCategory","Drugs") +TweakItem("SM.SMPCigaretteMenthol","DisplayCategory","Drugs") +TweakItem("SM.SMButt","DisplayCategory","Drugs") +TweakItem("SM.SMButt2","DisplayCategory","Drugs") +TweakItem("SM.SMHomemadeCigarette","DisplayCategory","Drugs") +TweakItem("SM.SMHomemadeCigarette2","DisplayCategory","Drugs") +TweakItem("SM.SMGum","DisplayCategory","Drugs") +TweakItem("SM.SMNicorette","DisplayCategory","Drugs") +TweakItem("SM.SMNicoretteBox","DisplayCategory","Drugs") +TweakItem("SM.SMSmokingDeviceWithPinchTobacco","DisplayCategory","Drugs") +TweakItem("SM.SMSmokingDeviceWithSmokingBlend","DisplayCategory","Drugs") +TweakItem("SM.SMSmokingBlendBong","DisplayCategory","Drugs") +TweakItem("SM.SMSmokingBlendPipe","DisplayCategory","Drugs") +TweakItem("SM.Ashtray","DisplayCategory","Junk") +TweakItem("SM.EmptyMatchbox","DisplayCategory","Junk") +TweakItem("SM.CarbonizedFilter","DisplayCategory","Junk") +TweakItem("SM.SMEmptyPack","DisplayCategory","Junk") +TweakItem("SM.SMEmptyPackGold","DisplayCategory","Junk") +TweakItem("SM.SMEmptyPackLight","DisplayCategory","Junk") +TweakItem("SM.SMEmptyPackMenthol","DisplayCategory","Junk") +TweakItem("SM.ChocolateFoil","DisplayCategory","Junk") +TweakItem("SM.Lighter","DisplayCategory","Tool") +TweakItem("SM.Matches","DisplayCategory","Tool") +TweakItem("SM.SMEmptyLighter","DisplayCategory","Tool") +TweakItem("SM.SMFilter","DisplayCategory","Craft") +TweakItem("SM.SMFoil","DisplayCategory","Craft") +TweakItem("SM.SMCrumpledWithFoilCap","DisplayCategory","Craft") +TweakItem("SM.SMCrumpledWithFoilCap2","DisplayCategory","Craft") +TweakItem("SM.SMCrumpledBottle","DisplayCategory","Craft") +TweakItem("SM.SMCrumpledBottle2","DisplayCategory","Craft") +TweakItem("SM.SMTobaccoPouches","DisplayCategory","Craft") +TweakItem("SM.SMPinchTobacco","DisplayCategory","Craft") +TweakItem("SM.SMSmallHandfulTobacco","DisplayCategory","Craft") +TweakItem("SM.SMHandfulTobacco","DisplayCategory","Craft") +TweakItem("SM.SMPileTobacco","DisplayCategory","Craft") +TweakItem("SM.SMBigPileTobacco","DisplayCategory","Craft") +TweakItem("SM.SMSmokingBlend","DisplayCategory","Craft") \ No newline at end of file diff --git a/media/lua/client/Mod Support/SnakesModPack_Items.lua b/media/lua/client/Mod Support/SnakesModPack_Items.lua new file mode 100644 index 0000000..bf52d9a --- /dev/null +++ b/media/lua/client/Mod Support/SnakesModPack_Items.lua @@ -0,0 +1,437 @@ +require("ItemTweaker_Copy_CC"); + +--SnakesModPack +--AliceBackpack5 +TweakItem("AliceBP.SpearMilitaryKnife","DisplayCategory","WepMelee"); +TweakItem("AliceBP.SupportBackpack","DisplayCategory","ClothB"); +TweakItem("AliceBP.MRE","DisplayCategory","FoodN"); +TweakItem("AliceBP.BoxMRE","DisplayCategory","FoodN"); +TweakItem("AliceBP.BoxMRE2","DisplayCategory","FoodN"); +TweakItem("AliceBP.BoxMRE3","DisplayCategory","FoodN"); +TweakItem("AliceBP.MilitiaPouch1","DisplayCategory","Container"); +TweakItem("AliceBP.MilitiaPouch2","DisplayCategory","Container"); +TweakItem("AliceBP.AlicePack","DisplayCategory","ClothB"); +TweakItem("AliceBP.UpgradedAlicePack1","DisplayCategory","ClothB"); +TweakItem("AliceBP.UpgradedAlicePack2","DisplayCategory","ClothB"); +TweakItem("AliceBP.UpgradedAlicePack2b","DisplayCategory","ClothB"); +TweakItem("AliceBP.UpgradedAlicePack3","DisplayCategory","ClothB"); +TweakItem("AliceBP.UpgradedAlicePack3b","DisplayCategory","ClothB"); +TweakItem("AliceBP.MilitaryCanteenEmpty","DisplayCategory","Container"); +TweakItem("AliceBP.MilitaryCanteenFull","DisplayCategory","FoodB"); +TweakItem("AliceBP.MilitaryKnife","DisplayCategory","WepMelee"); +TweakItem("AliceBP.AlicePackUrban","DisplayCategory","ClothB"); +TweakItem("AliceBP.AlicePackDesert","DisplayCategory","ClothB"); +--AmmoMakerReloaded +TweakItem("Base.Tshirt_AmmoMakerGreen","DisplayCategory","Cloth"); +TweakItem("AmmoMaker.ManualAM","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AMBookAReloading1","DisplayCategory","LitS"); +TweakItem("AmmoMaker.AMBookAReloading2","DisplayCategory","LitS"); +TweakItem("AmmoMaker.AMBookAReloading3","DisplayCategory","LitS"); +TweakItem("AmmoMaker.AMBookAReloading4","DisplayCategory","LitS"); +TweakItem("AmmoMaker.AMBookAReloading5","DisplayCategory","LitS"); +TweakItem("AmmoMaker.WeaponsMagazine4","DisplayCategory","LitR"); +TweakItem("AmmoMaker.SilencerAK","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.AKHG","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.AKRecoilPad","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.AKTacticalLight","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.AkIronSight2","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.AK47x4Scope","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.AK47MilitaryScope","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.Ammo_762x39mm","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.762x39mmBox","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.AKMMag","DisplayCategory","WepMag"); +TweakItem("AmmoMaker.AK47","DisplayCategory","WepFire"); +TweakItem("AmmoMaker.m16Part0","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.m16Part1","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.m16Part2","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.m16Part3","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.m16Part4","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.m16Part5","DisplayCategory","WepPart"); +TweakItem("AmmoMaker.GunPowderBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.9mmCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.38Can","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.44Can","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.45Can","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.223Can","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.308Can","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.556x45mmCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.ShotgunShellsCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.762Can","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.9mmCasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.38CasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.44CasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.45CasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.223CasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.308CasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.556x45mmCasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.ShotgunShellsCasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.762x39mmCasesCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.9mmLeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.38LeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.44LeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.45LeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.223LeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.308LeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.556x45mmLeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.ShotgunShellsLeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.762x39mmLeadCan","DisplayCategory","Ammo"); +TweakItem("AmmoMaker.Lead","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.LeadBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.MeltedLeadSaucepan","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.ReloadingToolBroken","DisplayCategory","Tool"); +TweakItem("AmmoMaker.ReloadingTool","DisplayCategory","Tool"); +TweakItem("AmmoMaker.AmmoPliers","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker2","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker3","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker4","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker5","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker6","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker7","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker8","DisplayCategory","Tool"); +TweakItem("AmmoMaker.LeadMaker9","DisplayCategory","Tool"); +TweakItem("AmmoMaker.9mmMold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.223Mold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.308Mold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.PelletsMold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.556Mold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.38Mold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.44Mold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.45Mold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.762Mold","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq9mm","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq223","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq308","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.CasqShotgun","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq556x45mm","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq38","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq44","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq45","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq762x39mm","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq9mmBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq223Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq308Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.CasqShotgunBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq556x45mmBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq38Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq44Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq45Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Casq762x39mmBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead9mm","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead223","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead308","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.LeadPellets","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead556x45mm","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead38","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead44","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead45","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead762x39mm","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead9mmBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead223Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead308Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.LeadPelletsBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead556x45mmBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead38Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead44Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead45Box","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.Lead762x39mmBox","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.GunPowderBottle","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.GunPowderBottleEmpty","DisplayCategory","CraftAmmo"); +TweakItem("AmmoMaker.ToolPart1","DisplayCategory","Craft"); +TweakItem("AmmoMaker.ToolPart2","DisplayCategory","Craft"); +TweakItem("AmmoMaker.ToolPart3","DisplayCategory","Craft"); +TweakItem("AmmoMaker.ToolPart4","DisplayCategory","Craft"); +TweakItem("AmmoMaker.ToolPart5","DisplayCategory","Craft"); +TweakItem("AmmoMaker.ToolBoxKit","DisplayCategory","Container"); +TweakItem("AmmoMaker.AmmoBriefcase","DisplayCategory","Container"); +TweakItem("AmmoMaker.AmmoMagazine1","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine2","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine3","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine6","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine7","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine8","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine9","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine10","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine11","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine12","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine13","DisplayCategory","LitR"); +TweakItem("AmmoMaker.AmmoMagazine14","DisplayCategory","LitR"); +--BatsMetalIconsRevived +TweakItem("BatesMetalicos.Bgrip","DisplayCategory","WepPart"); +TweakItem("BatesMetalicos.Bsock","DisplayCategory","WepPart"); +TweakItem("BatesMetalicos.MetalBaseballBat","DisplayCategory","WepMelee"); +--FuelTanksMod +TweakItem("FuelTanks.FuelTanksMag1","DisplayCategory","LitR"); +TweakItem("FuelTanks.FuelMeter","DisplayCategory","Tool"); +--MilitaryComplex +TweakItem("Base.MilitaryComplexMap","DisplayCategory","Map"); +--RiversideGunstore +TweakItem("Base.Shoes_BowlingTrainers","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_BowlingTrainersRed","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_BowlingTrainersGreen","DisplayCategory","Cloth"); +TweakItem("Base.Bowlingball","DisplayCategory","WepMelee"); +TweakItem("Base.BowlingPin","DisplayCategory","WepMelee"); +--SkillsMag +TweakItem("SkillMag.SkillMagPackage","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagSprint","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagLightFoot","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagNimble","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagSneaking","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagCarpentry","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagCooking","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagFarming","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagFirstAid","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagElectricity","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagMetal","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagFirearm","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagReloading","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagFishing","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagTrapping","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagForaging","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagMechanics","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagAxe","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagBlade","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagBlunt","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagSpear","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagMaintenance","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagTailor","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagAmmoReloading","DisplayCategory","LitS"); +TweakItem("SkillMag.SkillMagHunting","DisplayCategory","LitS"); +--SnakeClothingMod +TweakItem("Base.CowToy","DisplayCategory","Junk"); +TweakItem("Base.SafeToy","DisplayCategory","Junk"); +TweakItem("Base.HorseToy","DisplayCategory","Junk"); +TweakItem("Base.Bag_BigSpiffoBackpack","DisplayCategory","ClothB"); +TweakItem("Base.UpholsteryKit","DisplayCategory","CraftTailor"); +TweakItem("Base.Bracelet_BangleRightBatman","DisplayCategory","ClothM"); +TweakItem("Base.Bracelet_BangleLeftBatman","DisplayCategory","ClothM"); +TweakItem("Base.Hat_Batman","DisplayCategory","Cloth"); +TweakItem("Base.Boilersuit_Batman","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_Batman","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_Batman","DisplayCategory","Cloth"); +TweakItem("Base.TShirt_SportARGDECAL","DisplayCategory","Cloth"); +TweakItem("Base.Tshirt_SportBarcDECAL","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_ShortSportBarc","DisplayCategory","Cloth"); +TweakItem("Base.Shorts_ShortSportArg","DisplayCategory","Cloth"); +TweakItem("Base.Socks_LongBarc","DisplayCategory","Cloth"); +TweakItem("Base.Socks_LongArg","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_TrainerBarcelona","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_TrainerArgentina","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BarcelonaCap","DisplayCategory","Cloth"); +TweakItem("Base.Hat_BarcelonaCap_Reverse","DisplayCategory","Cloth"); +TweakItem("Base.DitoHoodieDOWN_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.DitoHoodieUP_WhiteTINT","DisplayCategory","Cloth"); +TweakItem("Base.AlicePackDito","DisplayCategory","ClothB"); +--SnakeMansion +TweakItem("Base.RouletteStick","DisplayCategory","WepMelee"); +TweakItem("Base.ZMChip1","DisplayCategory","Junk"); +TweakItem("Base.ZMChip2","DisplayCategory","Junk"); +TweakItem("Base.ZMChip3","DisplayCategory","Junk"); +TweakItem("Base.ZMChip4","DisplayCategory","Junk"); +TweakItem("Base.ZMChip5","DisplayCategory","Junk"); +TweakItem("Base.ZMChip6","DisplayCategory","Junk"); +TweakItem("Base.ZMChip7","DisplayCategory","Junk"); +TweakItem("Base.ZMChip8","DisplayCategory","Junk"); +TweakItem("Base.ZMChip9","DisplayCategory","Junk"); +--TableSaw +TweakItem("ColorDyes.DyesMag","DisplayCategory","LitR"); +TweakItem("ColorDyes.PlantRed","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantYellow","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantBlue","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantWhite","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantBlack","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantOrange","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantMagenta","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantGreen","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantBrown","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantCyan","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantTurquoise","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantPink","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantLightBrown","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantLightBlue","DisplayCategory","Paint"); +TweakItem("ColorDyes.PlantGrey","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeBlack","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeWhite","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeBlue","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeYellow","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeRed","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeOrange","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeGreen","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyePurple","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyePink","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeCyan","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeBrown","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeLightBrown","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeLightBlue","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeTurquoise","DisplayCategory","Paint"); +TweakItem("ColorDyes.DyeGrey","DisplayCategory","Paint"); +TweakItem("ColorCrates.UniqueMag1","DisplayCategory","LitR"); +TweakItem("ColorCrates.UniqueMag2","DisplayCategory","LitR"); +TweakItem("ColorCrates.UniqueMag3","DisplayCategory","LitR"); +TweakItem("ColorCrates.CrateBlue","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateGreen","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateLightBrown","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateLightBlue","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateBrown","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateOrange","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateCyan","DisplayCategory","Container"); +TweakItem("ColorCrates.CratePink","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateGrey","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateTurquoise","DisplayCategory","Container"); +TweakItem("ColorCrates.CratePurple","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateYellow","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateWhite","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateRed","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateBlack","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateAmmo","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateFood","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateLiterature","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateMedical","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateWeapons","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateCarpentry","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateElectricity","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateFarming","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateFishing","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateMechanics","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateMetalWelding","DisplayCategory","Container"); +TweakItem("ColorCrates.CratePainting","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateScavenge","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateTrash","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateClothing","DisplayCategory","Container"); +TweakItem("ColorCrates.BaseCrate","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateDito","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateArmy","DisplayCategory","Container"); +TweakItem("ColorCrates.Crate9mm","DisplayCategory","Container"); +TweakItem("ColorCrates.Crate45","DisplayCategory","Container"); +TweakItem("ColorCrates.Crate38","DisplayCategory","Container"); +TweakItem("ColorCrates.Crate44","DisplayCategory","Container"); +TweakItem("ColorCrates.Crate223","DisplayCategory","Container"); +TweakItem("ColorCrates.Crate308","DisplayCategory","Container"); +TweakItem("ColorCrates.Crate556","DisplayCategory","Container"); +TweakItem("ColorCrates.CrateShell","DisplayCategory","Container"); +TweakItem("TableSaw.ClubSpikes","DisplayCategory","WepPart"); +TweakItem("TableSaw.WoodenClub","DisplayCategory","WepMelee"); +TweakItem("TableSaw.Turpentine","DisplayCategory","Craft"); +TweakItem("TableSaw.Engine","DisplayCategory","Craft"); +TweakItem("TableSaw.SawBlade","DisplayCategory","Craft"); +TweakItem("TableSaw.BaseballSawBat","DisplayCategory","WepMelee"); +TweakItem("TableSaw.BaseballWireBat","DisplayCategory","WepMelee"); +TweakItem("TableSaw.SawMag1","DisplayCategory","LitR"); +TweakItem("TableSaw.StickStacks","DisplayCategory","CraftCarp"); +TweakItem("TableSaw.PlankStacks1","DisplayCategory","CraftCarp"); +TweakItem("TableSaw.PlankStacks2","DisplayCategory","CraftCarp"); +TweakItem("TableSaw.PlankStacks3","DisplayCategory","CraftCarp"); +--TallerMecanico +TweakItem("Base.BatteryCleaner","DisplayCategory","Tool"); +TweakItem("Base.CarVanTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.CarStepVanTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.SportsCarTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.SUVTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.PickUpVanTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.PickUpTruckTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.CarOffRoadTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.ModernCar02TunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.ModernCarTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.CarTaxiTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.CarStationWagonTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.CarLuxuryTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.SmallCar02TunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.SmallCarTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.CarNormalTunningParts","DisplayCategory","Mechanics"); +TweakItem("Base.TrailerTrunk1","DisplayCategory","Mechanics"); +TweakItem("Base.TrailerTrunk2","DisplayCategory","Mechanics"); +TweakItem("Base.TrailerTrunk3","DisplayCategory","Mechanics"); +TweakItem("Base.GlassMag1","DisplayCategory","LitR"); +TweakItem("Base.GlassGlue","DisplayCategory","Mechanics"); +TweakItem("Base.BigGlassPanel","DisplayCategory","Mechanics"); +TweakItem("Base.SmallGlassPanel","DisplayCategory","Mechanics"); +TweakItem("Base.GlassCutter","DisplayCategory","Tool"); +TweakItem("Base.TireRubber","DisplayCategory","Mechanics"); +TweakItem("Base.TireGlue","DisplayCategory","Mechanics"); +TweakItem("Base.PMRTire","DisplayCategory","Mechanics"); +TweakItem("Base.CarRim","DisplayCategory","Mechanics"); +TweakItem("Base.DismountedTire","DisplayCategory","Mechanics"); +TweakItem("Base.SuspensionParts","DisplayCategory","Mechanics"); +TweakItem("Base.BrakesParts","DisplayCategory","Mechanics"); +TweakItem("Base.BrakesPartsBox","DisplayCategory","Mechanics"); +TweakItem("Base.SuspensionPartsBag","DisplayCategory","Mechanics"); +--WPA +TweakItem("WPA.SilencerRK","DisplayCategory","Tool"); +TweakItem("WPA.SpongeTube","DisplayCategory","Tool"); +TweakItem("WPA.WeaponsMagazine","DisplayCategory","LitR"); +TweakItem("WPA.WeaponsMagazine2","DisplayCategory","LitR"); +TweakItem("WPA.WeaponsMagazine3","DisplayCategory","LitR"); +TweakItem("WPA.WeaponsMagazine4","DisplayCategory","LitR"); +TweakItem("WPA.BlackBriefcase","DisplayCategory","Container"); +TweakItem("WPA.MilitarySling","DisplayCategory","WepPart"); +TweakItem("WPA.AkIronSight","DisplayCategory","WepPart"); +TweakItem("WPA.M16TL","DisplayCategory","WepPart"); +TweakItem("WPA.M16LaserLight","DisplayCategory","WepPart"); +TweakItem("WPA.M16Laser","DisplayCategory","WepPart"); +TweakItem("WPA.M16Grip","DisplayCategory","WepPart"); +TweakItem("WPA.M16Reflex","DisplayCategory","WepPart"); +TweakItem("WPA.M16x4Scope","DisplayCategory","WepPart"); +TweakItem("WPA.Silencerm16","DisplayCategory","WepPart"); +TweakItem("WPA.M16RecoilPad","DisplayCategory","WepPart"); +TweakItem("WPA.M16HG","DisplayCategory","WepPart"); +TweakItem("WPA.M16BoltCarrier","DisplayCategory","WepPart"); +TweakItem("WPA.PistolPart0","DisplayCategory","Craft"); +TweakItem("WPA.PistolPart1","DisplayCategory","Craft"); +TweakItem("WPA.PistolPart2","DisplayCategory","Craft"); +TweakItem("WPA.PistolPart3","DisplayCategory","Craft"); +TweakItem("WPA.PistolPart4","DisplayCategory","Craft"); +TweakItem("WPA.PistolPart5","DisplayCategory","Craft"); +TweakItem("WPA.223Part0","DisplayCategory","Craft"); +TweakItem("WPA.223Part1","DisplayCategory","Craft"); +TweakItem("WPA.223Part2","DisplayCategory","Craft"); +TweakItem("WPA.223Part3","DisplayCategory","Craft"); +TweakItem("WPA.223Part4","DisplayCategory","Craft"); +TweakItem("WPA.223Part5","DisplayCategory","Craft"); +TweakItem("WPA.308Part0","DisplayCategory","Craft"); +TweakItem("WPA.308Part1","DisplayCategory","Craft"); +TweakItem("WPA.308Part2","DisplayCategory","Craft"); +TweakItem("WPA.308Part3","DisplayCategory","Craft"); +TweakItem("WPA.308Part4","DisplayCategory","Craft"); +TweakItem("WPA.308Part5","DisplayCategory","Craft"); +TweakItem("WPA.ShotPart0","DisplayCategory","Craft"); +TweakItem("WPA.ShotPart1","DisplayCategory","Craft"); +TweakItem("WPA.ShotPart2","DisplayCategory","Craft"); +TweakItem("WPA.ShotPart3","DisplayCategory","Craft"); +TweakItem("WPA.ShotPart4","DisplayCategory","Craft"); +TweakItem("WPA.ShotPart5","DisplayCategory","Craft"); +TweakItem("WPA.ShotPart6","DisplayCategory","Craft"); +TweakItem("WPA.Silencer1","DisplayCategory","WepPart"); +TweakItem("WPA.Silencer2","DisplayCategory","WepPart"); +TweakItem("WPA.Supressor1","DisplayCategory","WepPart"); +TweakItem("WPA.TacticalLight","DisplayCategory","WepPart"); +TweakItem("WPA.PHeavyBarrel","DisplayCategory","WepPart"); +TweakItem("WPA.Grip1","DisplayCategory","WepPart"); +TweakItem("WPA.Grip2","DisplayCategory","WepPart"); +TweakItem("WPA.Pistolx2Scope","DisplayCategory","WepPart"); +TweakItem("WPA.Pistolx2Scope2","DisplayCategory","WepPart"); +TweakItem("WPA.RecoilCompensator","DisplayCategory","WepPart"); +TweakItem("WPA.LaserLight","DisplayCategory","WepPart"); +TweakItem("WPA.Slide1","DisplayCategory","WepPart"); +TweakItem("WPA.Bipod","DisplayCategory","WepPart"); +TweakItem("WPA.x20Scope","DisplayCategory","WepPart"); +TweakItem("WPA.x40Scope","DisplayCategory","WepPart"); +TweakItem("WPA.StealthTacticalScope","DisplayCategory","WepPart"); +TweakItem("WPA.StealthTacticalScope2","DisplayCategory","WepPart"); +TweakItem("WPA.StraightPullBolt","DisplayCategory","WepPart"); +TweakItem("WPA.RHeavyBarrel","DisplayCategory","WepPart"); +TweakItem("WPA.PolymerStock","DisplayCategory","WepPart"); +TweakItem("WPA.RRecoilCompensator","DisplayCategory","WepPart"); +TweakItem("WPA.RecoilPad2","DisplayCategory","WepPart"); +TweakItem("WPA.RecoilPad3","DisplayCategory","WepPart"); +TweakItem("WPA.CheekRest","DisplayCategory","WepPart"); +TweakItem("WPA.Silencer3","DisplayCategory","WepPart"); +TweakItem("WPA.Silencer5","DisplayCategory","WepPart"); +TweakItem("WPA.Silencer6","DisplayCategory","WepPart"); +TweakItem("WPA.TacticalLight2","DisplayCategory","WepPart"); +TweakItem("WPA.ShotgunLaser","DisplayCategory","WepPart"); +TweakItem("WPA.TacticalLaserLight2","DisplayCategory","WepPart"); +TweakItem("WPA.SRTPS","DisplayCategory","WepPart"); +TweakItem("WPA.SRecoilCompensator","DisplayCategory","WepPart"); +TweakItem("WPA.ShellHolderStock","DisplayCategory","WepPart"); +TweakItem("WPA.ShotgunPolymerStock","DisplayCategory","WepPart"); +TweakItem("WPA.FoldingStock","DisplayCategory","WepPart"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/SoulFilchers_Items.lua b/media/lua/client/Mod Support/SoulFilchers_Items.lua new file mode 100644 index 0000000..62a8db2 --- /dev/null +++ b/media/lua/client/Mod Support/SoulFilchers_Items.lua @@ -0,0 +1,392 @@ +require "ItemTweaker_Copy_CC" +--Courtesy of Baldovino98 + +--BeautifyingTime +TweakItem("filcher.HairDyeAuburn","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeAvocado","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeCherry","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeCyan","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeDarkBlue","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeDarkBrown","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeDarkTurquoise","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeDeepPurple","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeGrey","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeLightBlonde","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeLilac","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeLime","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeMagenta","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeOlive","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeOrange","DisplayCategory","Appear"); +TweakItem("filcher.HairDyePurple","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeSnowWhite","DisplayCategory","Appear"); +TweakItem("filcher.HairDyeTurquoise","DisplayCategory","Appear"); +--BuildingTime +TweakItem("filcher.SFChisel","DisplayCategory","Tool"); +TweakItem("filcher.MasonsTrowel","DisplayCategory","Tool"); +TweakItem("filcher.BookMasonry1","DisplayCategory","LitS"); +TweakItem("filcher.BookMasonry2","DisplayCategory","LitS"); +TweakItem("filcher.BookMasonry3","DisplayCategory","LitS"); +TweakItem("filcher.BookMasonry4","DisplayCategory","LitS"); +TweakItem("filcher.BookMasonry5","DisplayCategory","LitS"); +TweakItem("filcher.SFMasonMag","DisplayCategory","LitR"); +TweakItem("filcher.SFMetalworkMag5","DisplayCategory","LitR"); +TweakItem("filcher.Bricks","DisplayCategory","CraftMas"); +TweakItem("filcher.SFBrickMold","DisplayCategory","CraftMas"); +TweakItem("filcher.SFClay","DisplayCategory","CraftMas"); +TweakItem("filcher.SFClayBag","DisplayCategory","CraftMas"); +TweakItem("filcher.HandTruckBlue","DisplayCategory","Tool"); +TweakItem("filcher.HandTruckRed","DisplayCategory","Tool"); +TweakItem("filcher.SFMoldedBricks","DisplayCategory","CraftMas"); +TweakItem("filcher.SFSealant","DisplayCategory","CraftMas"); +TweakItem("filcher.SFGlassPanel","DisplayCategory","CraftMas"); +--ClearingTime +TweakItem("filcher.NailGun","DisplayCategory","WepRange"); +TweakItem("filcher.PoolballInSock","DisplayCategory","WepMelee"); +TweakItem("filcher.Recorder","DisplayCategory","WepMelee"); +TweakItem("filcher.UmbrellaPink","DisplayCategory","WepMelee"); +TweakItem("filcher.ClosedUmbrellaPink","DisplayCategory","WepMelee"); +TweakItem("filcher.WalkingCane","DisplayCategory","WepMelee"); +TweakItem("filcher.WoodenCross","DisplayCategory","WepMelee"); +TweakItem("Base.Corkscrew","DisplayCategory","WepMelee"); +--CookingTime +TweakItem("filcher.SFCookingMag1","DisplayCategory","LitR"); +TweakItem("filcher.SFCookingMag2","DisplayCategory","LitR"); +TweakItem("filcher.SFCookingMag3","DisplayCategory","LitR"); +TweakItem("filcher.SFCookingGuide","DisplayCategory","LitR"); +TweakItem("filcher.SFBakingTrayCornbread","DisplayCategory","FoodN"); +TweakItem("filcher.SFBarbecue","DisplayCategory","Cooking"); +TweakItem("filcher.SFBasil","DisplayCategory","FoodP"); +TweakItem("filcher.SFBeans","DisplayCategory","FoodN"); +TweakItem("filcher.SFBeanBowl","DisplayCategory","FoodN"); +TweakItem("filcher.Beercheese","DisplayCategory","FoodP"); +TweakItem("filcher.Beetroot","DisplayCategory","FoodP"); +TweakItem("filcher.SFBoxOfTea","DisplayCategory","FoodN"); +TweakItem("filcher.BreadPieces","DisplayCategory","FoodP"); +TweakItem("filcher.SFCalabrese","DisplayCategory","FoodP"); +TweakItem("filcher.CannedHam","DisplayCategory","FoodN"); +TweakItem("filcher.CannedHamOpen","DisplayCategory","FoodP"); +TweakItem("filcher.CannedSoup","DisplayCategory","FoodN"); +TweakItem("filcher.CannedSoupOpen","DisplayCategory","FoodP"); +TweakItem("filcher.CannedSpagetti","DisplayCategory","FoodN"); +TweakItem("filcher.OpenCannedSpagetti","DisplayCategory","FoodP"); +TweakItem("filcher.CannedSpinach","DisplayCategory","FoodN"); +TweakItem("filcher.OpenCannedSpinach","DisplayCategory","FoodP"); +TweakItem("filcher.CannedBeetroot","DisplayCategory","FoodP"); +TweakItem("filcher.CannedPumpkin","DisplayCategory","FoodP"); +TweakItem("filcher.SFCatfood","DisplayCategory","FoodN"); +TweakItem("filcher.SFCatfoodOpen","DisplayCategory","FoodP"); +TweakItem("filcher.Cauliflower","DisplayCategory","FoodP"); +TweakItem("filcher.SFChili","DisplayCategory","FoodN"); +TweakItem("filcher.SFChocolateWaferStick","DisplayCategory","FoodP"); +TweakItem("filcher.SFChocolateWaferSticksJar","DisplayCategory","FoodN"); +TweakItem("filcher.SFChocolateWaferSticksJarOpen","DisplayCategory","FoodP"); +TweakItem("filcher.Cinnamon","DisplayCategory","Cooking"); +TweakItem("filcher.SFCornBatter","DisplayCategory","FoodN"); +TweakItem("filcher.SFCornbread","DisplayCategory","FoodP"); +TweakItem("filcher.SFCornbreadBatter","DisplayCategory","FoodN"); +TweakItem("filcher.SFCorndogRaw","DisplayCategory","FoodP"); +TweakItem("filcher.SFCupcake","DisplayCategory","FoodP"); +TweakItem("filcher.SFCupcakeBatter","DisplayCategory","FoodN"); +TweakItem("filcher.SFCupcakePrep","DisplayCategory","FoodN"); +TweakItem("filcher.SFCupcakes","DisplayCategory","FoodP"); +TweakItem("filcher.SFCurry","DisplayCategory","Cooking"); +TweakItem("filcher.DriedApricots","DisplayCategory","FoodN"); +TweakItem("filcher.SFDrink","DisplayCategory","FoodB"); +TweakItem("filcher.SFDrinkBase","DisplayCategory","FoodB"); +TweakItem("filcher.EggFried","DisplayCategory","FoodP"); +TweakItem("filcher.SFFig","DisplayCategory","FoodP"); +TweakItem("filcher.SFGuacamole","DisplayCategory","FoodP"); +TweakItem("filcher.SFHazelnutCream","DisplayCategory","FoodN"); +TweakItem("filcher.SFHotdog","DisplayCategory","FoodP"); +TweakItem("filcher.IcecreamBowl","DisplayCategory","FoodP"); +TweakItem("filcher.SFIcecreamEvolved","DisplayCategory","FoodN"); +TweakItem("filcher.SFJelly","DisplayCategory","FoodN"); +TweakItem("filcher.SFJuice","DisplayCategory","FoodB"); +TweakItem("filcher.SFKiwi","DisplayCategory","FoodP"); +TweakItem("filcher.Lemonade","DisplayCategory","FoodB"); +TweakItem("filcher.Macaroni","DisplayCategory","FoodN"); +TweakItem("filcher.Olives","DisplayCategory","FoodN"); +TweakItem("filcher.SFOregano","DisplayCategory","Cooking"); +TweakItem("filcher.SFPapaya","DisplayCategory","FoodP"); +TweakItem("filcher.SFPaprika","DisplayCategory","Cooking"); +TweakItem("filcher.SFPickles","DisplayCategory","FoodN"); +TweakItem("filcher.SFPicklingJar","DisplayCategory","FoodN"); +TweakItem("filcher.SFPizzaDough","DisplayCategory","FoodN"); +TweakItem("filcher.SFPizzaPrep","DisplayCategory","FoodN"); +TweakItem("filcher.SFPizzaRaw","DisplayCategory","FoodP"); +TweakItem("filcher.SFPizzaSlice","DisplayCategory","FoodP"); +TweakItem("filcher.SFPlainBreadDough","DisplayCategory","FoodP"); +TweakItem("filcher.SFPlainBreadCooked","DisplayCategory","FoodP"); +TweakItem("filcher.SFPlainBreadRotten","DisplayCategory","FoodN"); +TweakItem("filcher.SFPopsicle","DisplayCategory","FoodP"); +TweakItem("filcher.SFPopsicleMelted","DisplayCategory","FoodN"); +TweakItem("filcher.SFPopsicle2","DisplayCategory","FoodP"); +TweakItem("filcher.SFPopsicle2Melted","DisplayCategory","FoodN"); +TweakItem("filcher.SFPopsicle3","DisplayCategory","FoodP"); +TweakItem("filcher.SFPopsicle3Melted","DisplayCategory","FoodN"); +TweakItem("filcher.SFPopsicle4","DisplayCategory","FoodP"); +TweakItem("filcher.SFPopsicle4Melted","DisplayCategory","FoodN"); +TweakItem("filcher.SFPopsicle5","DisplayCategory","FoodP"); +TweakItem("filcher.SFPopsicle5Melted","DisplayCategory","FoodN"); +TweakItem("filcher.SFPorkribs","DisplayCategory","FoodP"); +TweakItem("filcher.SFPotatoSliced","DisplayCategory","FoodP"); +TweakItem("filcher.PumpkinPieWholeRaw","DisplayCategory","FoodP"); +TweakItem("filcher.SFRosemary","DisplayCategory","FoodP"); +TweakItem("filcher.SaucepanFries","DisplayCategory","FoodN"); +TweakItem("filcher.SFSausage","DisplayCategory","FoodP"); +TweakItem("filcher.Spoonbread","DisplayCategory","FoodP"); +TweakItem("filcher.Toasts","DisplayCategory","FoodP"); +TweakItem("filcher.SFTomatoSauce","DisplayCategory","FoodN"); +TweakItem("filcher.SFTurnip","DisplayCategory","FoodP"); +TweakItem("filcher.WaterGlass","DisplayCategory","FoodB"); +TweakItem("filcher.SFWaterPotBeans","DisplayCategory","FoodN"); +TweakItem("filcher.SFWhippedCream","DisplayCategory","FoodN"); +TweakItem("filcher.SFCupcakeTray","DisplayCategory","Cooking"); +TweakItem("filcher.EmptyGlass","DisplayCategory","Cooking"); +TweakItem("filcher.JarAndLid","DisplayCategory","Cooking"); +TweakItem("filcher.SFThinStick","DisplayCategory","Cooking"); +--DressingTime +TweakItem("MoreSkillBooks.Bag_FannyPackTINTFront","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Bag_FannyPackTINTBack","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Bag_NormalHikingBagTINT","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Bag_BigHikingBagTINT","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Bag_SchoolbagTINT","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Bag_ToteSF","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Bag_ToteSFXmas","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Bag_ToteSFWeen","DisplayCategory","ClothB"); +TweakItem("MoreSkillBooks.Belt_Black","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.Belt_TINT","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.Belt_Tools","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.SkeletonSuit","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.SlendermanSuit","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Dress_Cardinals","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Dress_Fancy","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Dress_Mini","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Skirt_Ballet","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Skirt_KneesTartan","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Skirt_Santa","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Skirt_SantaGreen","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Glasses_3D","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.Glasses_TINT","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.Glasses_White","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.Hat_BaseballCapSpiffo","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BaseballCapSpiffo_Reverse","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BaseballCapTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BaseballCapTINT_Reverse","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BaseballCapVote","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BaseballCapVote_Reverse","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BaseballCapWhite","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BaseballCapWhite_Reverse","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_BunnyEars","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_Bucket","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_CookingPot","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_DinoHat","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_Fox","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_HeadbandSimpleTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_MickeyEars","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_TopHat","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_Wig","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_WoolyHatCartman","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_WoolyHatDouble","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Hat_WoolyHatXmas","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.FancyJacket","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Jacket_Brown","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Jacket_Red","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.WristWatch_Right_DigitalBlue","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.WristWatch_Left_DigitalBlue","DisplayCategory","ClothA"); +TweakItem("MoreSkillBooks.Apron_TINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Gloves_White","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Gloves_Yellow","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_Billboard","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_BillboardGod","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_BillboardVote","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_BunnyTail","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_ClownNose","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_Floatsie","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_FloatsieFlamingo","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_Moustache","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Other_RaccoonTail","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Scarf_PureWhite","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Scarf_StripedGreenWhite","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Scarf_StripedRedGreen","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Scarf_StripedRedYellow","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Sock_Ankle_Left","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Sock_Ankle_Right","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Sock_Long_Left","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Sock_Long_Right","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Socks_LegWarmers","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Swimsuit_SexyBunny","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Swimsuit_SexyTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tie_Full_Black","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tie_FullTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.DungareesShort","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.DungareesShortTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.DungareesWhite","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.DungareesTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Shorts_MiniDenim","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Shorts_MiniDenimBlack","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Shorts_MiniDenimLight","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Trousers_TightDenim","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Trousers_TightDenimBlack","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Trousers_TightDenimLight","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_CutBellyWHITE","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_CutBellyTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_MiscDECALTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_MiscDECALWHITE","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_SleevelessWHITE","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_SleevelessTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_LongTranspBlack","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Tshirt_WhiteTINT_OUT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Vest_WaistcoatWHITE","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Vest_WaistcoatDarkGreen","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Vest_WaistcoatDarkRed","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Vest_WaistcoatGreen","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Vest_WaistcoatRed","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Vest_WaistcoatTartan","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Shoes_BootsTINT","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Shoes_Clown","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Shoes_SantaBoots","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Socks_Ballet","DisplayCategory","Cloth"); +TweakItem("MoreSkillBooks.Socks_StockingsBlack","DisplayCategory","Cloth"); +--DrinkingTime +TweakItem("filcher.JarWater","DisplayCategory","FoodB"); +TweakItem("filcher.PetrolCanWater","DisplayCategory","FoodB"); +TweakItem("filcher.PopCanWater","DisplayCategory","FoodB"); +TweakItem("filcher.Pop2CanWater","DisplayCategory","FoodB"); +TweakItem("filcher.Pop3CanWater","DisplayCategory","FoodB"); +TweakItem("filcher.RoastingPanWater","DisplayCategory","FoodB"); +TweakItem("filcher.TinCanWater","DisplayCategory","FoodB"); +TweakItem("filcher.WaterDishFull","DisplayCategory","FoodB"); +TweakItem("filcher.WaterGallon","DisplayCategory","FoodB"); +TweakItem("filcher.WaterGallonEmpty","DisplayCategory","Container"); +--ExploringTime +TweakItem("filcher.BottleWithGasPop","DisplayCategory","Fuel"); +TweakItem("filcher.BottleWithGasWater","DisplayCategory","Fuel"); +TweakItem("filcher.Flare","DisplayCategory","LightS"); +TweakItem("filcher.GasLantern","DisplayCategory","LightS"); +TweakItem("filcher.GasLanternEmpty","DisplayCategory","LightS"); +TweakItem("filcher.GasLanternLit","DisplayCategory","LightS"); +TweakItem("filcher.TorchBranch","DisplayCategory","LightS"); +TweakItem("filcher.TorchBranchLit","DisplayCategory","LightS"); +TweakItem("filcher.TorchChairLeg","DisplayCategory","LightS"); +TweakItem("filcher.TorchChairLegLit","DisplayCategory","LightS"); +TweakItem("filcher.TorchPlank","DisplayCategory","LightS"); +TweakItem("filcher.TorchPlankLit","DisplayCategory","LightS"); +TweakItem("filcher.TorchTableLeg","DisplayCategory","LightS"); +TweakItem("filcher.TorchTableLegLit","DisplayCategory","LightS"); +--FarmingTime +TweakItem("filcher.SFBeetSyrupPot","DisplayCategory","FoodN"); +TweakItem("filcher.SFBeetPot","DisplayCategory","FoodN"); +TweakItem("filcher.Beetroot","DisplayCategory","FoodP"); +TweakItem("filcher.Cauliflower","DisplayCategory","FoodP"); +TweakItem("filcher.SFWheat","DisplayCategory","SurFarm"); +TweakItem("filcher.BeetSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.BeetBagSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.CornSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.CornBagSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.CauliflowerSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.CauliflowerBagSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.SFLemonGrassSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.SFLemonGrassBagSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.LettuceSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.LettuceBagSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.SFWheatSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.SFWheatBagSeed","DisplayCategory","SurFarm"); +TweakItem("filcher.SFBookFarm","DisplayCategory","LitR"); +TweakItem("filcher.SFFarmMag2","DisplayCategory","LitR"); +TweakItem("filcher.SFFarmMag3","DisplayCategory","LitR"); +TweakItem("filcher.GardeningSprayCigarettes","DisplayCategory","SurFarm"); +TweakItem("filcher.GardeningSprayMilk","DisplayCategory","SurFarm"); +TweakItem("filcher.SFGrainGrinder","DisplayCategory","Tool"); +TweakItem("filcher.SFCloth","DisplayCategory","Junk"); +TweakItem("filcher.SFClothDirty","DisplayCategory","Junk"); +--ForagingTime +TweakItem("filcher.SFAcorns","DisplayCategory","FoodN"); +TweakItem("filcher.SFHickoryNut","DisplayCategory","FoodN"); +TweakItem("filcher.SFHoney","DisplayCategory","FoodN"); +TweakItem("filcher.SFPawpaw","DisplayCategory","FoodN"); +TweakItem("filcher.SFPersimmon","DisplayCategory","FoodN"); +TweakItem("filcher.SFPineNuts","DisplayCategory","FoodN"); +TweakItem("filcher.SFPlum","DisplayCategory","FoodN"); +TweakItem("filcher.SFRaspberry","DisplayCategory","FoodP"); +TweakItem("filcher.SFTruffles","DisplayCategory","FoodP"); +TweakItem("filcher.Cigarette","DisplayCategory","Drugs"); +TweakItem("filcher.SFDeadCrow","DisplayCategory","FoodP"); +--FreezingTime +TweakItem("filcher.SFBucketSnow","DisplayCategory","Craft"); +TweakItem("filcher.SFEmptyTray","DisplayCategory","Container"); +TweakItem("filcher.SFIceTray","DisplayCategory","FoodB"); +TweakItem("filcher.SFSnowball","DisplayCategory","Misc"); +TweakItem("filcher.SnowPaintbucket","DisplayCategory","Craft"); +TweakItem("filcher.SnowPot","DisplayCategory","Craft"); +TweakItem("filcher.SFThermometer","DisplayCategory","Junk"); +TweakItem("filcher.TinCanSnow","DisplayCategory","Craft"); +TweakItem("filcher.TinCanWater","DisplayCategory","FoodB"); +TweakItem("filcher.SFWaterTray","DisplayCategory","FoodB"); +--LearningTime +TweakItem("filcher.BookMaintenance1","DisplayCategory","LitR"); +TweakItem("filcher.BookMaintenance2","DisplayCategory","LitR"); +TweakItem("filcher.BookMaintenance3","DisplayCategory","LitR"); +TweakItem("filcher.BookMaintenance4","DisplayCategory","LitR"); +TweakItem("filcher.BookMaintenance5","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideCooking","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideEletronics","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideEngineering","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideFishing","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideMechanics","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideMetalworking","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideRadio","DisplayCategory","LitR"); +TweakItem("filcher.SFGuideTrapping","DisplayCategory","LitR"); +TweakItem("filcher.FarmingNotes1","DisplayCategory","LitR"); +TweakItem("filcher.FarmingNotes2","DisplayCategory","LitR"); +TweakItem("filcher.FarmingNotes3","DisplayCategory","LitR"); +TweakItem("filcher.FishingNotes1","DisplayCategory","LitR"); +TweakItem("filcher.FishingNotes2","DisplayCategory","LitR"); +TweakItem("filcher.HuntingNotes1","DisplayCategory","LitR"); +TweakItem("filcher.HuntingNotes2","DisplayCategory","LitR"); +TweakItem("filcher.HuntingNotes3","DisplayCategory","LitR"); +TweakItem("filcher.HerbalistNotes","DisplayCategory","LitR"); +TweakItem("filcher.MetalworkNotes1","DisplayCategory","LitR"); +TweakItem("filcher.MetalworkNotes2","DisplayCategory","LitR"); +TweakItem("filcher.MetalworkNotes3","DisplayCategory","LitR"); +TweakItem("filcher.MetalworkNotes4","DisplayCategory","LitR"); +TweakItem("filcher.CookingNotes1","DisplayCategory","LitR"); +TweakItem("filcher.CookingNotes2","DisplayCategory","LitR"); +TweakItem("filcher.SFCookingNotes1","DisplayCategory","LitR"); +TweakItem("filcher.ElectronicsNotes1","DisplayCategory","LitR"); +TweakItem("filcher.ElectronicsNotes2","DisplayCategory","LitR"); +TweakItem("filcher.ElectronicsNotes3","DisplayCategory","LitR"); +TweakItem("filcher.ElectronicsNotes4","DisplayCategory","LitR"); +TweakItem("filcher.ElectronicsNotes5","DisplayCategory","LitR"); +TweakItem("filcher.EngineerNotes1","DisplayCategory","LitR"); +TweakItem("filcher.EngineerNotes2","DisplayCategory","LitR"); +TweakItem("filcher.EngineerNotes3","DisplayCategory","LitR"); +TweakItem("filcher.EngineerNotes4","DisplayCategory","LitR"); +TweakItem("filcher.EngineerNotes5","DisplayCategory","LitR"); +TweakItem("filcher.MechanicNotes1","DisplayCategory","LitR"); +TweakItem("filcher.MechanicNotes2","DisplayCategory","LitR"); +TweakItem("filcher.MechanicNotes3","DisplayCategory","LitR"); +TweakItem("filcher.RadioNotes1","DisplayCategory","LitR"); +TweakItem("filcher.RadioNotes2","DisplayCategory","LitR"); +TweakItem("filcher.RadioNotes3","DisplayCategory","LitR"); +TweakItem("filcher.SmithingNotes1","DisplayCategory","LitR"); +TweakItem("filcher.SmithingNotes2","DisplayCategory","LitR"); +TweakItem("filcher.SmithingNotes3","DisplayCategory","LitR"); +TweakItem("filcher.SmithingNotes4","DisplayCategory","LitR"); +TweakItem("filcher.SmithingNotes5","DisplayCategory","LitR"); +--RelaxingTime +TweakItem("filcher.ColoringBook","DisplayCategory","LitE"); +TweakItem("filcher.Crosswords","DisplayCategory","LitE"); +TweakItem("filcher.GiftCard","DisplayCategory","Junk"); +TweakItem("filcher.SFLetterToYou","DisplayCategory","LitE"); +TweakItem("filcher.NotesJokes","DisplayCategory","LitE"); +TweakItem("filcher.Novel","DisplayCategory","LitE"); +TweakItem("filcher.PostcardLocal","DisplayCategory","Junk"); +TweakItem("filcher.PostcardOthers","DisplayCategory","Junk"); +TweakItem("filcher.RippedPages","DisplayCategory","Junk"); +TweakItem("filcher.Briefcase","DisplayCategory","Container"); +TweakItem("filcher.GreenPen","DisplayCategory","LitW"); +TweakItem("filcher.SFChessboard","DisplayCategory","Junk"); +TweakItem("filcher.SFLetter","DisplayCategory","Junk"); +TweakItem("filcher.Magic8Ball","DisplayCategory","Junk"); +TweakItem("filcher.MulticolorPen","DisplayCategory","LitW"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/Swatpackredux_Items.lua b/media/lua/client/Mod Support/Swatpackredux_Items.lua new file mode 100644 index 0000000..348fc53 --- /dev/null +++ b/media/lua/client/Mod Support/Swatpackredux_Items.lua @@ -0,0 +1,39 @@ +require("ItemTweaker_Copy_CC"); + +--SWATPACKREDUX +TweakItem("Base.SWATPad","DisplayCategory","Cloth"); +TweakItem("Base.SwatNeck","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SwatGasMask","DisplayCategory","Cloth"); +TweakItem("Base.SwatElbowPads","DisplayCategory","Cloth"); +TweakItem("Base.SwatKneePads","DisplayCategory","Cloth"); +TweakItem("Base.Trousers_Swat","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_RiotBoots","DisplayCategory","Cloth"); +TweakItem("Base.Shoes_SwatBoots","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_SwatGloves","DisplayCategory","Cloth"); +TweakItem("Base.Gloves_RiotGloves","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SwatHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Vest_BulletSwat","DisplayCategory","Cloth"); +TweakItem("Base.Jacket_Swat","DisplayCategory","Cloth"); +TweakItem("Base.Glasses_SwatGoggles","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Balaclava_Swat","DisplayCategory","Cloth"); +TweakItem("Base.Hat_PoliceRiotHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SWATRiotHelmet","DisplayCategory","Cloth"); +TweakItem("Base.Hat_SWATRiotHelmet2","DisplayCategory","Cloth"); +TweakItem("Base.RiotArmorSuit","DisplayCategory","Cloth"); +TweakItem("Base.Hat_Antibombhelmet","DisplayCategory","Cloth"); +TweakItem("Base.AntibombSuit","DisplayCategory","Cloth"); +TweakItem("Base.AntibombSuitP2","DisplayCategory","Cloth"); +TweakItem("Base.SWATPouch","DisplayCategory","ClothB"); +TweakItem("Base.Bag_BigSwatBag","DisplayCategory","ClothB"); +TweakItem("Base.Bag_PoliceBag","DisplayCategory","ClothB"); +TweakItem("Base.RubberShells","DisplayCategory","Ammo"); +TweakItem("Base.RubberShellsBox","DisplayCategory","Ammo"); +TweakItem("Base.RiotShieldSwat","DisplayCategory","WepShield"); +TweakItem("Base.RiotShieldPolice","DisplayCategory","WepShield"); +TweakItem("Base.RiotShotgun","DisplayCategory","WepFire"); +TweakItem("Base.Co2ShortRiotShotgun","DisplayCategory","WepFire"); +TweakItem("Base.SwatMP5","DisplayCategory","WepFire"); +TweakItem("Base.9mmMp5Clip","DisplayCategory","Ammo"); +TweakItem("Base.SwatStunGrenade","DisplayCategory","WepBomb"); +TweakItem("Base.SwatFragGrenade","DisplayCategory","WepBomb"); +TweakItem("Base.SwatSmokeGrenade","DisplayCategory","WepBomb"); diff --git a/media/lua/client/Mod Support/TsarMods_Items.lua b/media/lua/client/Mod Support/TsarMods_Items.lua new file mode 100644 index 0000000..f01d3ed --- /dev/null +++ b/media/lua/client/Mod Support/TsarMods_Items.lua @@ -0,0 +1,174 @@ +require("ItemTweaker_Copy_CC") + +--Agrotsar +TweakItem("Agrotsar.AgrotsarMag","DisplayCategory","LitR"); +TweakItem("Agrotsar.ASeederTankSmall","DisplayCategory","Mechanics"); +TweakItem("Agrotsar.ASeederTankMedium","DisplayCategory","Mechanics"); +TweakItem("Agrotsar.ASeederTankLarge","DisplayCategory","Mechanics"); +TweakItem("Agrotsar.ASeederPlate","DisplayCategory","Mechanics"); +TweakItem("Agrotsar.APlowshare","DisplayCategory","Mechanics"); +--ATA_BUS +TweakItem("Autotsar.AtTuningMagBus","DisplayCategory","LitR"); +TweakItem("Autotsar.ATA_Bus_Roof_Rack","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Roof_Box_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.Bullbar2Blueprint","DisplayCategory","LitR"); +TweakItem("Autotsar.Bullbar3Blueprint","DisplayCategory","LitR"); +TweakItem("Autotsar.ATA_Bus_Kengur_1_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Kengur_2_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Kengur_3_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Protection_door_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Protection_door_rear_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Protection_wheels_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Protection_windows_front_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Protection_windows_right_Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATA_Bus_Protection_windows_left_Item","DisplayCategory","Mechanics"); +--ATA-Fjord +TweakItem("Autotsar.ATATuningFordMustang","DisplayCategory","LitR"); +TweakItem("Autotsar.ATAMustangBullbar1Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangBullbar2Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangBullbar3Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangHood2Item3","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangHood3Item3","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangHood4Item3","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangFendersWideItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangSkirtsSideItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangSpoilerFrontItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangSpoilerRear1Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangSpoilerRear2Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangProtectionWindowLeftItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangProtectionWindowRightItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangProtectionWindowFrontItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangProtectionWindowRearItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMustangRoofRackItem","DisplayCategory","Mechanics"); +--ATA-JAAP +TweakItem("Autotsar.AtTuningMagJeep","DisplayCategory","LitR"); +TweakItem("Autotsar.ATAJeepBumper1Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepBumper2Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepBumper3Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepBumper4Item","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepProtectionWindowItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepProtectionWindowFrontItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepProtectionWindowRearItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepRoofBaseItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepInteractiveTrunkRoofRackItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepInteractiveTrunkWheelRackItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepRoofTentItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAJeepSnorkelItem","DisplayCategory","Mechanics"); +--ATA-Petyarbuilt +TweakItem("Autotsar.ATAPetyarbuiltTuningMag","DisplayCategory","LitR"); +TweakItem("Autotsar.ATAPetyarbuiltProtectionSleeperItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAPetyarbuiltProtectionRearWheelsItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAPetyarbuiltProtectionGasTankItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAPetyarbuiltProtectionSideItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAPetyarbuiltProtectionSideFrontItem","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAPetyarbuiltProtectionSideTopItem","DisplayCategory","Mechanics"); +TweakItem("Base.ATSMegaTrunk","DisplayCategory","Mechanics"); +--AutotsarMotorclub +TweakItem("Autotsar.ATAMotoBagBMW1","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBagBMW2","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWCustomMuffler","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWClassicMuffler","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWOldTire","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWNormalTire","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWModernTire","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWGasTank","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWSeat","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoBMWSeatCustom","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleyBag","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleyMuffler","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleyOldTire","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleyNormalTire","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleyModernTire","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleyGasTank","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleyHolster","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoHarleySeat","DisplayCategory","Mechanics"); +TweakItem("Autotsar.ATAMotoQuadSeat","DisplayCategory","Mechanics"); +--AutotsarTrailers +TweakItem("Base.GunRack","DisplayCategory","Mechanics"); +TweakItem("filcher.SFCarCounter","DisplayCategory","Mechanics"); +TweakItem("filcher.SFCarFridge","DisplayCategory","Mechanics"); +TweakItem("filcher.SFCarOven","DisplayCategory","Mechanics"); +--TrueActionsDancing +TweakItem("TAD.OpenKosmotsars","DisplayCategory","FoodN"); +TweakItem("TAD.CloseKosmotsars","DisplayCategory","FoodN"); +TweakItem("TAD.BobTA_African_Noodle_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_African_Rainbow_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Arms_Hip_Hop_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Arm_Push_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Arm_Wave_One_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Around_The_World_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Bboy_Hip_Hop_One_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Bboy_Hip_Hop_Three_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Bboy_Hip_Hop_Two_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Body_Wave_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Booty_Step_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Breakdance_Brooklyn_Uprock_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Cabbage_Patch_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Can_Can_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Chicken_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Crazy_Legs_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Defile_De_Samba_Parade_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Hokey_Pokey_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Kick_Step_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Macarena_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Maraschino_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_MoonWalk_One_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Northern_Soul_Spin_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Northern_Soul_Spin_On_Floor_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Raise_The_Roof_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Really_Twirl_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Rib_Pops_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Rockette_Kick_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Rumba_Dancing_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Running_Man_One_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Running_Man_Three_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Running_Man_Two_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Salsa_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Salsa_Double_Twirl_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Salsa_Double_Twirl_and_Clap_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Salsa_Side_to_Side_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Shimmy_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Shim_Sham_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Shuffling_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Side_to_Side_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Twist_One_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Twist_Two_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Uprock_Indian_Step_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_YMCA_Mag","DisplayCategory","LitR"); +TweakItem("TAD.BobTA_Afoxe_Samba_Raggae_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Belly_Dancing_One_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Belly_Dancing_Three_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Boogaloo_cardBobTA_Belly_Dancing_Two_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Breakdance_1990_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Breakdance_Freezes_Combo_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Charleston_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Gandy_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_House_Dancing_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Locking_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Moonwalk_Two_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Northern_Soul_Spin_and_Floor_Work_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Northern_Soul_Spin_Dip_and_SpLitR_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Rick_Dancing_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Robot_One_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Robot_Two_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Salsa_Two_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Samba_Olodum_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Samba_Pagode_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Slide_Step_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Snake_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Thriller_Four_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Thriller_One_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Thriller_Three_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Thriller_Two_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Tut_One_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Tut_Two_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Wave_One_card","DisplayCategory","Misc"); +TweakItem("TAD.BobTA_Wave_Two_card","DisplayCategory","Misc"); +--TrueMusic +TweakItem("Tsarcraft.TCBoombox","DisplayCategory","Electronics"); +TweakItem("Tsarcraft.TCVinylplayer","DisplayCategory","Electronics"); +--ZuperCart +TweakItem("TMC.TrolleyContainer","DisplayCategory","Tool"); +TweakItem("TMC.TrolleyContainer2","DisplayCategory","Tool"); +TweakItem("TMC.CartContainer","DisplayCategory","Tool"); +TweakItem("TMC.CartContainer2","DisplayCategory","Tool"); diff --git a/media/lua/client/Mod Support/VFE_Items.lua b/media/lua/client/Mod Support/VFE_Items.lua new file mode 100644 index 0000000..ddc13cc --- /dev/null +++ b/media/lua/client/Mod Support/VFE_Items.lua @@ -0,0 +1,66 @@ +require("ItemTweaker_Copy_CC"); + +--VFE +TweakItem("Base.x2Scope","DisplayCategory","WepPart"); +TweakItem("Base.x4Scope","DisplayCategory","WepPart"); +TweakItem("Base.x8Scope","DisplayCategory","WepPart"); +TweakItem("Base.Sling","DisplayCategory","WepPart"); +TweakItem("Base.RecoilPad","DisplayCategory","WepPart"); +TweakItem("Base.Bipod","DisplayCategory","WepPart"); +TweakItem("Base.RedDot","DisplayCategory","WepPart"); +TweakItem("Base.ShellHolder","DisplayCategory","WepPart"); +TweakItem("Base.Laser","DisplayCategory","WepPart"); +TweakItem("Base.ChokeTubeFull","DisplayCategory","WepPart"); +TweakItem("Base.ChokeTubeImproved","DisplayCategory","WepPart"); +TweakItem("Base.IronSight","DisplayCategory","WepPart"); +TweakItem("Base.FiberglassStock","DisplayCategory","WepPart"); +TweakItem("Base.OilFilterSuppressor","DisplayCategory","WepPart"); +TweakItem("Base.OilFilterSuppressor2","DisplayCategory","WepPart"); +TweakItem("Base.AmmoStraps","DisplayCategory","WepPart"); +TweakItem("Base.Coupled556","DisplayCategory","WepPart"); +TweakItem("Base.Coupled762","DisplayCategory","WepPart"); +TweakItem("Base.Shotgun","DisplayCategory","WepFire"); +TweakItem("Base.ShotgunSawnoff","DisplayCategory","WepFire"); +TweakItem("Base.ShotgunSawnoffNoStock","DisplayCategory","WepFire"); +TweakItem("Base.DoubleBarrelShotgun","DisplayCategory","WepFire"); +TweakItem("Base.DoubleBarrelShotgunSawnoff","DisplayCategory","WepFire"); +TweakItem("Base.Spas12","DisplayCategory","WepFire"); +TweakItem("Base.Spas12Folded","DisplayCategory","WepFire"); +TweakItem("Base.AK47","DisplayCategory","WepFire"); +TweakItem("Base.AK47Folded","DisplayCategory","WepFire"); +TweakItem("Base.SKS","DisplayCategory","WepFire"); +TweakItem("Base.1022","DisplayCategory","WepFire"); +TweakItem("Base.Mini14","DisplayCategory","WepFire"); +TweakItem("Base.Mini14Folded","DisplayCategory","WepFire"); +TweakItem("Base.CAR15","DisplayCategory","WepFire"); +TweakItem("Base.CAR15D","DisplayCategory","WepFire"); +TweakItem("Base.AssaultRifle2","DisplayCategory","WepFire"); +TweakItem("Base.AssaultRifle","DisplayCategory","WepFire"); +TweakItem("Base.HuntingRifle","DisplayCategory","WepFire"); +TweakItem("Base.VarmintRifle","DisplayCategory","WepFire"); +TweakItem("Base.LeverRifle","DisplayCategory","WepFire"); +TweakItem("Base.MP5","DisplayCategory","WepFire"); +TweakItem("Base.MP5SD","DisplayCategory","WepFire"); +TweakItem("Base.Tec9","DisplayCategory","WepFire"); +TweakItem("Base.Pistol2","DisplayCategory","WepFire"); +TweakItem("Base.Pistol","DisplayCategory","WepFire"); +TweakItem("Base.Glock","DisplayCategory","WepFire"); +TweakItem("Base.Revolver_Short","DisplayCategory","WepFire"); +TweakItem("Base.Revolver_Long","DisplayCategory","WepFire"); +TweakItem("Base.Pistol3","DisplayCategory","WepFire"); +TweakItem("Base.Revolver","DisplayCategory","WepFire"); +TweakItem("Base.FireKlean","DisplayCategory","Tool"); +TweakItem("Base.CleaningKit","DisplayCategory","Tool"); +TweakItem("Base.762Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.762Box","DisplayCategory","Ammo"); +TweakItem("Base.762Bullets","DisplayCategory","Ammo"); +TweakItem("Base.22Bullets","DisplayCategory","Ammo"); +TweakItem("Base.22Box","DisplayCategory","Ammo"); +TweakItem("Base.223Clip20","DisplayCategory","WepAmmoMag"); +TweakItem("Base.22ClipRifle","DisplayCategory","WepAmmoMag"); +TweakItem("Base.308Clip","DisplayCategory","WepAmmoMag"); +TweakItem("Base.OilFilter","DisplayCategory","Tool"); +TweakItem("Base.OilFilter2","DisplayCategory","Tool"); +TweakItem("Base.9mmClip20","DisplayCategory","WepAmmoMag"); +TweakItem("Base.9mmClip17","DisplayCategory","WepAmmoMag"); +TweakItem("Base.9mmClip30","DisplayCategory","WepAmmoMag"); diff --git a/media/lua/client/Mod Support/VacsDrinks_Items.lua b/media/lua/client/Mod Support/VacsDrinks_Items.lua new file mode 100644 index 0000000..ba80b6a --- /dev/null +++ b/media/lua/client/Mod Support/VacsDrinks_Items.lua @@ -0,0 +1,58 @@ +require("ItemTweaker_Copy_CC"); + +--VacsDrinks +TweakItem("VDK.VAC_Can_Budlight","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Budlight_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Budweiser","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Budweiser_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_CoorsLight","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_CoorsLight_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_CoronaExtra","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_CoronaExtra_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Heineken","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Heineken_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_MillerLite","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_MillerLite_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Modelo","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Modelo_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_BlueRibbon","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_BlueRibbon_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_BlueMoon","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_BlueMoon_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_LongDrink","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_LongDrink_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_CocaCola","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_CocaCola_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Burn","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Burn_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Monster","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Monster_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Nos","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Nos_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_RedBull","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_RedBull_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_5HourEnergyDrink","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_5HourEnergyDrink_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Rockstar","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Rockstar_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Pepsi","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Pepsi_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_DietCoke","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_DietCoke_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_DrPepper","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_DrPepper_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_MountainDew","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_MountainDew_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Sprite","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Sprite_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_DietPepsi","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_DietPepsi_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Fanta","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Fanta_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_MugRootBeer","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_MugRootBeer_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Can_Karhu","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Karhu_BeerCanEmpty","DisplayCategory","Junk"); +TweakItem("VDK.VAC_Bottle_AbsolutVodkaWaterFull","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Bottle_AbsolutVodkaFull","DisplayCategory","FoodB"); +TweakItem("VDK.VAC_Bottle_AbsolutVodkaEmpty","DisplayCategory","Junk"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/VileM113APC_Items.lua b/media/lua/client/Mod Support/VileM113APC_Items.lua new file mode 100644 index 0000000..e244d5f --- /dev/null +++ b/media/lua/client/Mod Support/VileM113APC_Items.lua @@ -0,0 +1,36 @@ +require("ItemTweaker_Copy_CC"); + +--VILEM113APC +TweakItem("Base.M113Tire1","DisplayCategory","Mechanics"); +TweakItem("Base.M113Tire2","DisplayCategory","Mechanics"); +TweakItem("Base.M113Tire3","DisplayCategory","Mechanics"); +TweakItem("Base.OldM113Brake1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalM113Brake1","DisplayCategory","Mechanics"); +TweakItem("Base.ModernM113Brake1","DisplayCategory","Mechanics"); +TweakItem("Base.OldM113Brake2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalM113Brake2","DisplayCategory","Mechanics"); +TweakItem("Base.ModernM113Brake2","DisplayCategory","Mechanics"); +TweakItem("Base.OldM113Brake3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalM113Brake3","DisplayCategory","Mechanics"); +TweakItem("Base.ModernM113Brake3","DisplayCategory","Mechanics"); +TweakItem("Base.NormalM113Suspension1","DisplayCategory","Mechanics"); +TweakItem("Base.ModernM113Suspension1","DisplayCategory","Mechanics"); +TweakItem("Base.NormalM113Suspension2","DisplayCategory","Mechanics"); +TweakItem("Base.ModernM113Suspension2","DisplayCategory","Mechanics"); +TweakItem("Base.NormalM113Suspension3","DisplayCategory","Mechanics"); +TweakItem("Base.ModernM113Suspension3","DisplayCategory","Mechanics"); +TweakItem("Base.FrontM113Door1","DisplayCategory","Mechanics"); +TweakItem("Base.RearM113Door1","DisplayCategory","Mechanics"); +TweakItem("Base.FrontM113Door2","DisplayCategory","Mechanics"); +TweakItem("Base.RearM113Door2","DisplayCategory","Mechanics"); +TweakItem("Base.FrontM113Door3","DisplayCategory","Mechanics"); +TweakItem("Base.RearM113Door3","DisplayCategory","Mechanics"); +TweakItem("Base.EngineM113Door1","DisplayCategory","Mechanics"); +TweakItem("Base.EngineM113Door2","DisplayCategory","Mechanics"); +TweakItem("Base.EngineM113Door3","DisplayCategory","Mechanics"); +TweakItem("Base.M113FrontWindow1","DisplayCategory","Mechanics"); +TweakItem("Base.M113FrontWindow2","DisplayCategory","Mechanics"); +TweakItem("Base.M113FrontWindow3","DisplayCategory","Mechanics"); +TweakItem("Base.M113GloveBox1","DisplayCategory","Mechanics"); +TweakItem("Base.M113GloveBox2","DisplayCategory","Mechanics"); +TweakItem("Base.M113GloveBox3","DisplayCategory","Mechanics"); \ No newline at end of file diff --git a/media/lua/client/Mod Support/ZombieVirusVaccine_Items.lua b/media/lua/client/Mod Support/ZombieVirusVaccine_Items.lua new file mode 100644 index 0000000..5768705 --- /dev/null +++ b/media/lua/client/Mod Support/ZombieVirusVaccine_Items.lua @@ -0,0 +1,76 @@ +require("ItemTweaker_Copy_CC"); + +--ZombieVirusVaccine +TweakItem("LabBooks.BkLaboratoryEquipment1","DisplayCategory","LitR"); +TweakItem("LabBooks.BkVirologyCourses1","DisplayCategory","LitR"); +TweakItem("LabBooks.BkChemistryCourse","DisplayCategory","LitR"); +TweakItem("LabItems.LabMicroscope","DisplayCategory","Tool"); +TweakItem("LabItems.LabChromatograph","DisplayCategory","Tool"); +TweakItem("LabItems.LabSpectrometer","DisplayCategory","Tool"); +TweakItem("LabItems.LabChemistrySet","DisplayCategory","Tool"); +TweakItem("LabItems.LabCentrifuge","DisplayCategory","Tool"); +TweakItem("LabItems.LabMuffleFurnace","DisplayCategory","Tool"); +TweakItem("LabItems.LabWorkbench","DisplayCategory","Tool"); +TweakItem("LabItems.LabEasel","DisplayCategory","Tool"); +TweakItem("LabItems.LabDecorSkeleton","DisplayCategory","Tool"); +TweakItem("LabItems.LabDecorVirusModel","DisplayCategory","Tool"); +TweakItem("LabItems.LabDecorCaduceus","DisplayCategory","Tool"); +TweakItem("LabItems.LabDecorWhiteboard","DisplayCategory","Tool"); +TweakItem("LabItems.LabPosterPeriodicTable","DisplayCategory","Tool"); +TweakItem("LabItems.LabPosterSexyNurse","DisplayCategory","Tool"); +TweakItem("LabItems.LabPosterWashHands","DisplayCategory","Tool"); +TweakItem("LabItems.LabPosterBiohazard","DisplayCategory","Tool"); +TweakItem("LabItems.LabPosterHumanBrain","DisplayCategory","Tool"); +TweakItem("LabItems.LabNeonSignPharmacy","DisplayCategory","Tool"); +TweakItem("LabItems.LabNeonSignPizza","DisplayCategory","Tool"); +TweakItem("LabItems.Mov_Morge1","DisplayCategory","Tool"); +TweakItem("LabItems.Mov_Morge2","DisplayCategory","Tool"); +TweakItem("LabItems.LabSyringe","DisplayCategory","Tool"); +TweakItem("LabItems.LabSyringeReusable","DisplayCategory","Tool"); +TweakItem("LabItems.LabSyringeReusableUsed","DisplayCategory","Tool"); +TweakItem("LabItems.LabSyringePack","DisplayCategory","Tool"); +TweakItem("LabItems.LabSyringeUsed","DisplayCategory","Tool"); +TweakItem("LabItems.LabTestTube","DisplayCategory","Tool"); +TweakItem("LabItems.LabTestTubeDirty","DisplayCategory","Tool"); +TweakItem("LabItems.LabFlask","DisplayCategory","Tool"); +TweakItem("LabItems.LabFlaskWater","DisplayCategory","Tool"); +TweakItem("LabItems.LabFlaskDirty","DisplayCategory","Tool"); +TweakItem("LabItems.LabTestResultNegative","DisplayCategory","Tool"); +TweakItem("LabItems.LabTestResultPositive","DisplayCategory","Tool"); +TweakItem("LabItems.LabGarbageBagWithRemains","DisplayCategory","Tool"); +TweakItem("LabItems.LabPlasticBagWithRemains","DisplayCategory","Tool"); +TweakItem("LabItems.MatInfectedBlood","DisplayCategory","Craft"); +TweakItem("LabItems.MatTaintedBlood","DisplayCategory","Craft"); +TweakItem("LabItems.MatShatteredGlass","DisplayCategory","Craft"); +TweakItem("LabItems.ChHydrochloricAcidCan","DisplayCategory","Craft"); +TweakItem("LabItems.ChSodiumHydroxideBag","DisplayCategory","Craft"); +TweakItem("LabItems.ChAmmonia","DisplayCategory","Craft"); +TweakItem("LabItems.ChSulfuricAcidCan","DisplayCategory","Craft"); +TweakItem("LabItems.CmpSyringeWithBlood","DisplayCategory","Craft"); +TweakItem("LabItems.CmpSyringeReusableWithBlood","DisplayCategory","Craft"); +TweakItem("LabItems.CmpSyringeWithTaintedBlood","DisplayCategory","Craft"); +TweakItem("LabItems.CmpSyringeReusableWithTaintedBlood","DisplayCategory","Craft"); +TweakItem("LabItems.CmpTestTubeWithInfectedBlood","DisplayCategory","Craft"); +TweakItem("LabItems.CmpTestTubeWithTaintedBlood","DisplayCategory","Craft"); +TweakItem("LabItems.CmpFlaskWithBloodCells","DisplayCategory","Craft"); +TweakItem("LabItems.CmpFlaskWithBloodPlasma","DisplayCategory","Craft"); +TweakItem("LabItems.CmpFlaskWithLeukocytes","DisplayCategory","Craft"); +TweakItem("LabItems.CmpTestTubeWithAntibodies","DisplayCategory","Craft"); +TweakItem("LabItems.CmpSyringeWithPlainVaccine","DisplayCategory","Medical"); +TweakItem("LabItems.CmpSyringeReusableWithPlainVaccine","DisplayCategory","Medical"); +TweakItem("LabItems.CmpSyringeWithQualityVaccine","DisplayCategory","Medical"); +TweakItem("LabItems.CmpSyringeReusableWithQualityVaccine","DisplayCategory","Medical"); +TweakItem("LabItems.CmpSyringeWithAdvancedVaccine","DisplayCategory","Medical"); +TweakItem("LabItems.CmpSyringeReusableWithAdvancedVaccine","DisplayCategory","Medical"); +TweakItem("LabItems.CmpSyringeWithCure","DisplayCategory","Medical"); +TweakItem("LabItems.CmpSyringeReusableWithCure","DisplayCategory","Medical"); +TweakItem("LabItems.CmpFlaskWithSodiumHypochlorite","DisplayCategory","Craft"); +TweakItem("LabItems.CmpFlaskWithAmmoniumSulfate","DisplayCategory","Craft"); +TweakItem("LabItems.CmpFlaskWithHydrogenPeroxide","DisplayCategory","Craft"); +TweakItem("LabItems.CmpAlbuminPills","DisplayCategory","Medical"); +TweakItem("LabItems.CmpChlorineTablets","DisplayCategory","Tool"); +TweakItem("LabItems.FrnIngotMold","DisplayCategory","Craft"); +TweakItem("LabItems.FrnGolgNugget","DisplayCategory","Craft"); +TweakItem("LabItems.FrnSilverNugget","DisplayCategory","Craft"); +TweakItem("LabItems.FrnGolgIngot","DisplayCategory","Craft"); +TweakItem("LabItems.FrnSilverIngot","DisplayCategory","Craft"); \ No newline at end of file diff --git a/media/lua/shared/Translate/CN/IG_UI_CN.txt b/media/lua/shared/Translate/CN/IG_UI_CN.txt new file mode 100644 index 0000000..783e7ee --- /dev/null +++ b/media/lua/shared/Translate/CN/IG_UI_CN.txt @@ -0,0 +1,51 @@ +IGUI_CN = { + IGUI_ItemCat_Appear = "外貌" + IGUI_ItemCat_Cleaning = "清洁", + IGUI_ItemCat_Cloth = "服装", + IGUI_ItemCat_ClothB = "服装 - 包", + IGUI_ItemCat_ClothA = "服装 - 附件", + IGUI_ItemCat_ClothM = "服装 - 其他", + IGUI_ItemCat_Container = "容器", + IGUI_ItemCat_Cooking = "烹饪", + IGUI_ItemCat_Craft = "制作", + IGUI_ItemCat_CraftAmmo = "製作 - 彈藥", + IGUI_ItemCat_CraftCarp = "工艺 - 木工", + IGUI_ItemCat_CraftElec = "制作 - 电子产品", + IGUI_ItemCat_CraftMetal = "工艺 - 金属加工", + IGUI_ItemCat_CraftTailor = "制作 - 裁缝", + IGUI_ItemCat_Drugs = "药物", + IGUI_ItemCat_Electronics = "电子", + IGUI_ItemCat_FoodB = "食物 - 饮料", + IGUI_ItemCat_FoodP = "食物 - 易腐烂", + IGUI_ItemCat_FoodN = "食物 - 不易腐烂", + IGUI_ItemCat_Fuel = "燃料", + IGUI_ItemCat_Junk = "垃圾", + IGUI_ItemCat_LitE = "文学 - 娱乐", + IGUI_ItemCat_LitR = "文献 - 食谱", + IGUI_ItemCat_LitS = "文学 - 技能", + IGUI_ItemCat_LitW = "文学 - 写作", + IGUI_ItemCat_Map = "地图", + IGUI_ItemCat_Mechanics = "机械", + IGUI_ItemCat_MediaA = "媒体 - 声音的", + IGUI_ItemCat_MediaG = "媒体 - 遊戲", + IGUI_ItemCat_MediaV = "媒体 - 视频", + IGUI_ItemCat_Medical = "医疗", + IGUI_ItemCat_Misc = "其他", + IGUI_ItemCat_Paint = "油漆", + IGUI_ItemCat_SurCamp = "生存 - 露营", + IGUI_ItemCat_SurFarm = "生存 - 农业", + IGUI_ItemCat_SurFish = "生存 - 钓鱼", + IGUI_ItemCat_SurTrap = "生存 - 诱捕", + IGUI_ItemCat_Tool = "工具", + IGUI_ItemCat_WepAmmo = "武器 - 弹药", + IGUI_ItemCat_WepAmmoMag = "武器 - 杂志", + IGUI_ItemCat_WepAmmoMagF = "武器 - 杂志(固定)", + IGUI_ItemCat_WepBomb = "武器 - 炸弹", + IGUI_ItemCat_WepBow = "武器 - 弓", + IGUI_ItemCat_WepFire = "武器 - 火器", + IGUI_ItemCat_WepMelee = "武器 - 近战", + IGUI_ItemCat_WepPart = "武器 - 零件", + IGUI_ItemCat_WepRange = "武器 - 远程", + IGUI_ItemCat_WepShield = "武器 - 盾牌", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/CS/IG_UI_CS.txt b/media/lua/shared/Translate/CS/IG_UI_CS.txt new file mode 100644 index 0000000..407ef9d --- /dev/null +++ b/media/lua/shared/Translate/CS/IG_UI_CS.txt @@ -0,0 +1,51 @@ +IGUI_CS = { + IGUI_ItemCat_Appear = "Drogerie", + IGUI_ItemCat_Cleaning = "klid", + IGUI_ItemCat_Cloth = "Odevy", + IGUI_ItemCat_ClothA = "Odevy - doplnky", + IGUI_ItemCat_ClothB = "Odevy - Taka", + IGUI_ItemCat_ClothM = "Odevy - ruzn", + IGUI_ItemCat_Container = "loite", + IGUI_ItemCat_Cooking = "Ndob", + IGUI_ItemCat_Craft = "Vroba", + IGUI_ItemCat_CraftAmmo = "Vroba - munice", + IGUI_ItemCat_CraftCarp = "Vroba - tesarstv", + IGUI_ItemCat_CraftElec = "Vroba - elektronika", + IGUI_ItemCat_CraftMetal = "Vroba - kovodelnictv", + IGUI_ItemCat_CraftTailor = "Vroba - krejcovstv", + IGUI_ItemCat_Drugs = "Drogy", + IGUI_ItemCat_Electronics = "Elektronika", + IGUI_ItemCat_FoodB = "Potraviny - npoje", + IGUI_ItemCat_FoodP = "Potraviny kazc se", + IGUI_ItemCat_FoodN = "Potraviny nekazc se", + IGUI_ItemCat_Fuel = "Palivo", + IGUI_ItemCat_Junk = "Krmy", + IGUI_ItemCat_LitE = "Literatura - zbava", + IGUI_ItemCat_LitR = "Literatura - recepty", + IGUI_ItemCat_LitS = "Literatura - dovednosti", + IGUI_ItemCat_LitW = "Literatura - psan", + IGUI_ItemCat_Map = "Mapa", + IGUI_ItemCat_Mechanics = "Mechanika", + IGUI_ItemCat_MediaA = "Mdia - Zvuk", + IGUI_ItemCat_MediaG = "Mdia - Hra", + IGUI_ItemCat_MediaV = "Mdia - Video", + IGUI_ItemCat_Medical = "Lciva", + IGUI_ItemCat_Misc = "Ruzn", + IGUI_ItemCat_Paint = "Barvy", + IGUI_ItemCat_SurCamp = "Tboren", + IGUI_ItemCat_SurFarm = "Farmaren", + IGUI_ItemCat_SurFish = "Rybolov", + IGUI_ItemCat_SurTrap = "Past", + IGUI_ItemCat_Tool = "Nrad", + IGUI_ItemCat_Ammo = "Vzbroj - munice", + IGUI_ItemCat_WepAmmoMag = "Vzbroj - zsobnk", + IGUI_ItemCat_WepAmmoMagF = "Vzbroj - zsobnk(pevn)", + IGUI_ItemCat_WepBomb = "Vzbroj - vbunina", + IGUI_ItemCat_WepBow = "Vzbroj - luk", + IGUI_ItemCat_WepFire = "Vzbroj - streln zbran", + IGUI_ItemCat_WepMelee = "Vzbroj boj zblzka", + IGUI_ItemCat_WepPart = "Vzbroj - soucstka", + IGUI_ItemCat_WepRange = "Vzbroj - na dlku", + IGUI_ItemCat_WepShield = "Vzbroj - tt", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/DE/IG_UI_DE.txt b/media/lua/shared/Translate/DE/IG_UI_DE.txt new file mode 100644 index 0000000..eba7bc0 --- /dev/null +++ b/media/lua/shared/Translate/DE/IG_UI_DE.txt @@ -0,0 +1,49 @@ +IGUI_DE = { + IGUI_ItemCat_Appear = "Auftreten", + IGUI_ItemCat_Cleaning = "Reinigung", + IGUI_ItemCat_Cloth = "Kleidung", + IGUI_ItemCat_ClothA = "Kleidung - Accessoire", + IGUI_ItemCat_ClothB = "Kleidung - Tasche", + IGUI_ItemCat_ClothP = "Kleidung - Schutz", + IGUI_ItemCat_Container = "Behlter", + IGUI_ItemCat_Cooking = "Kochen", + IGUI_ItemCat_Craft = "Basteln", + IGUI_ItemCat_CraftAmmo = "Basteln - Munition", + IGUI_ItemCat_CraftCarp = "Basteln - Tischlern", + IGUI_ItemCat_CraftElec = "Basteln - Elektronik", + IGUI_ItemCat_CraftMetal = "Basteln - Metallbearbeitung", + IGUI_ItemCat_CraftTailor = "Basteln - Schneiderei", + IGUI_ItemCat_Drugs = "Drogen", + IGUI_ItemCat_Electronics = "Elektronik", + IGUI_ItemCat_FoodP = "Nahrung - Verderblich", + IGUI_ItemCat_FoodN = "Nahrung - Haltbar", + IGUI_ItemCat_FoodB = "Nahrung - Getrnk", + IGUI_ItemCat_Fuel = "Kraftstoff", + IGUI_ItemCat_Junk = "Mll", + IGUI_ItemCat_LitS = "Literatur - Fhigkeit", + IGUI_ItemCat_LitR = "Literatur - Rezept", + IGUI_ItemCat_LitE = "Literatur - Unterhaltung", + IGUI_ItemCat_LitW = "Literatur - Schreiben", + IGUI_ItemCat_Map = "Karte", + IGUI_ItemCat_Mechanics = "Mechanik", + IGUI_ItemCat_MediaA = "Medien - Audio", + IGUI_ItemCat_MediaG = "Medien - Spiel", + IGUI_ItemCat_MediaV = "Medien - Video", + IGUI_ItemCat_Medical = "Medizinisch", + IGUI_ItemCat_Misc = "Verschiedenes", + IGUI_ItemCat_Paint = "Farbe", + IGUI_ItemCat_SurCamp = "berleben - Zelten", + IGUI_ItemCat_SurFarm = "berleben - Landwirtschaft", + IGUI_ItemCat_SurFish = "berleben - Fischen", + IGUI_ItemCat_SurTrap = "berleben - Fallenstellen", + IGUI_ItemCat_Tool = "Werkzeug", + IGUI_ItemCat_WepFire = "Waffe - Fernkampf", + IGUI_ItemCat_WepMelee = "Waffe - Nahkampf", + IGUI_ItemCat_WepAammo = "Waffe - Munition", + IGUI_ItemCat_WepAmmoMag = "Waffe - Waffenmagazin", + IGUI_ItemCat_WepPart = "Waffe - Teil", + IGUI_ItemCat_WepBomb = "Waffe - Bombe", + IGUI_ItemCat_WepBow = "Waffe - Bogen", + IGUI_ItemCat_WepRange = "Waffe - Fernkampf", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/DE/ItemName_DE.txt b/media/lua/shared/Translate/DE/ItemName_DE.txt new file mode 100644 index 0000000..2a9b770 --- /dev/null +++ b/media/lua/shared/Translate/DE/ItemName_DE.txt @@ -0,0 +1,55 @@ +ItemName_DE = { +/************** PAINT **************/ +ItemName_Base.PaintBlack="Paint - Schwarz", +ItemName_Base.PaintBlue="Farbe - Blau", +ItemName_Base.PaintBrown="Farbe - Braun", +ItemName_Base.PaintCyan="Farbe - Cyan", +ItemName_Base.PaintGreen="Farbe - Grn", +ItemName_Base.PaintGrey="Farbe - Grau", +ItemName_Base.PaintLightBlue="Farbe - Hellblau", +ItemName_Base.PaintLightBrown="Farbe - Hellbraun", +ItemName_Base.PaintOrange="Farbe - Orange", +ItemName_Base.PaintPink="Farbe - Rosa", +ItemName_Base.PaintPurple="Farbe - Lila", +ItemName_Base.PaintRed="Farbe - Rot", +ItemName_Base.PaintTurquoise="Farbe - Trkis", +ItemName_Base.PaintWhite="Farbe - Wei", +ItemName_Base.PaintYellow="Farbe - Gelb", +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique="Fernseher - Antik", +ItemName_Radio.TvWideScreen="Fernseher - Premium Technologies", +ItemName_Radio.TvBlack="Fernseher - ValuTech", +/************** RADIOS **************/ +ItemName_Base.Radio="Radio", +ItemName_Radio.RadioRed="Radio - Premium Technologies", +ItemName_Radio.RadioBlack="Radio - ValuTech", +ItemName_Radio.RadioMakeShift="Radio - Improvisiert", +ItemName_Radio.HamRadio1="Radio - Stationsfunkgert", +ItemName_Radio.HamRadio2="Radio - Stationsfunkgert (Militr)", +ItemName_Radio.HamRadioMakeShift="Radio - Stationsfunkgert (Improvisiert)", +ItemName_Radio.WalkieTalkie1="Walkie Talkie - Toys-R-Mine", +ItemName_Radio.WalkieTalkie2="Walkie Talkie - ValuTech", +ItemName_Radio.WalkieTalkie3="Walkie Talkie - Premium Technologies", +ItemName_Radio.WalkieTalkie4="Walkie Talkie - Polizei", +ItemName_Radio.WalkieTalkie5="Walkie Talkie - Militr", +ItemName_Radio.WalkieTalkieMakeShift="Walkie Talkie - Improvisiert", +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue="Glhlampe - Blau", +ItemName_Base.LightBulbCyan="Glhlampe - Cyan", +ItemName_Base.LightBulbGreen="Glhlampe - Grn", +ItemName_Base.LightBulb="Glhlampe - Wei", +ItemName_Base.LightBulbMagenta="Glhlampe - Magenta", +ItemName_Base.LightBulbOrange="Glhlampe - Orange", +ItemName_Base.LightBulbPink="Glhlampe - Rosa", +ItemName_Base.LightBulbPurple="Glhlampe - Lila", +ItemName_Base.LightBulbRed="Glhlampe - Rot", +ItemName_Base.LightBulbYellow="Glhlampe - Gelb", +/************** PENS **************/ +ItemName_Base.BluePen="Stift - Blau", +ItemName_Base.RedPen="Stift - Rot", +ItemName_Base.Pen="Stift - Schwarz", +/************** LOGS **************/ +ItemName_Base.LogStacks4="Holzstapel (4 Scheite)", +ItemName_Base.LogStacks3="Holzstapel (2 Scheite)", +ItemName_Base.LogStacks2="Holzstapel (2 Scheite)", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/EN/IG_UI_EN.txt b/media/lua/shared/Translate/EN/IG_UI_EN.txt new file mode 100644 index 0000000..8580a7b --- /dev/null +++ b/media/lua/shared/Translate/EN/IG_UI_EN.txt @@ -0,0 +1,52 @@ +IGUI_EN = { + IGUI_ItemCat_Appear = "Appearance", + IGUI_ItemCat_Cleaning = "Cleaning", + IGUI_ItemCat_Cloth = "Clothing", + IGUI_ItemCat_ClothA = "Clothing - Accessory", + IGUI_ItemCat_ClothB = "Clothing - Bag", + IGUI_ItemCat_ClothM = "Clothing - Misc", + IGUI_ItemCat_Container = "Container", + IGUI_ItemCat_Cooking = "Cooking", + IGUI_ItemCat_Craft = "Crafting", + IGUI_ItemCat_CraftAmmo = "Crafting - Ammunition", + IGUI_ItemCat_CraftCarp = "Crafting - Carpentry", + IGUI_ItemCat_CraftElec = "Crafting - Electronics", + IGUI_ItemCat_CraftMas = "Crafting - Masonry", + IGUI_ItemCat_CraftMetal = "Crafting - Metalworking", + IGUI_ItemCat_CraftTailor = "Crafting - Tailoring", + IGUI_ItemCat_Drugs = "Drugs", + IGUI_ItemCat_Electronics = "Electronics", + IGUI_ItemCat_FoodB = "Food - Beverage", + IGUI_ItemCat_FoodP = "Food - Perishable", + IGUI_ItemCat_FoodN = "Food - Non-Perishable", + IGUI_ItemCat_Fuel = "Fuel", + IGUI_ItemCat_Junk = "Junk", + IGUI_ItemCat_LitE = "Literature - Entertainment", + IGUI_ItemCat_LitR = "Literature - Recipe", + IGUI_ItemCat_LitS = "Literature - Skill", + IGUI_ItemCat_LitW = "Literature - Writing", + IGUI_ItemCat_Map = "Map", + IGUI_ItemCat_Mechanics = "Mechanics", + IGUI_ItemCat_MediaA = "Media - Audio", + IGUI_ItemCat_MediaG = "Media - Game", + IGUI_ItemCat_MediaV = "Media - Video", + IGUI_ItemCat_Medical = "Medical", + IGUI_ItemCat_Misc = "Misc", + IGUI_ItemCat_Paint = "Paint", + IGUI_ItemCat_SurCamp = "Survival - Camping", + IGUI_ItemCat_SurFarm = "Survival - Farming", + IGUI_ItemCat_SurFish = "Survival - Fishing", + IGUI_ItemCat_SurTrap = "Survival - Trapping", + IGUI_ItemCat_Tool = "Tool", + IGUI_ItemCat_Ammo = "Ammunition", + IGUI_ItemCat_WepAmmoMag = "Weapon - Magazine", + IGUI_ItemCat_WepAmmoMagF = "Weapon - Magazine(Fixed)", + IGUI_ItemCat_WepBomb = "Weapon - Bomb", + IGUI_ItemCat_WepBow = "Weapon - Bow", + IGUI_ItemCat_WepFire = "Weapon - Firearm", + IGUI_ItemCat_WepMelee = "Weapon - Melee", + IGUI_ItemCat_WepPart = "Weapon - Part", + IGUI_ItemCat_WepRange = "Weapon - Ranged", + IGUI_ItemCat_WepShield = "Weapon - Shield", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/EN/ItemName_EN.txt b/media/lua/shared/Translate/EN/ItemName_EN.txt new file mode 100644 index 0000000..96b34ec --- /dev/null +++ b/media/lua/shared/Translate/EN/ItemName_EN.txt @@ -0,0 +1,55 @@ +ItemName_EN = { +/************** PAINT **************/ +ItemName_Base.PaintBlack="Paint - Black", +ItemName_Base.PaintBlue="Paint - Blue", +ItemName_Base.PaintBrown="Paint - Brown", +ItemName_Base.PaintCyan="Paint - Cyan", +ItemName_Base.PaintGreen="Paint - Green", +ItemName_Base.PaintGrey="Paint - Grey", +ItemName_Base.PaintLightBlue="Paint - Light Blue", +ItemName_Base.PaintLightBrown="Paint - Light Brown", +ItemName_Base.PaintOrange="Paint - Orange", +ItemName_Base.PaintPink="Paint - Pink", +ItemName_Base.PaintPurple="Paint - Purple", +ItemName_Base.PaintRed="Paint - Red", +ItemName_Base.PaintTurquoise="Paint - Turquoise", +ItemName_Base.PaintWhite="Paint - White", +ItemName_Base.PaintYellow="Paint - Yellow", +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique="Television - Antique", +ItemName_Radio.TvWideScreen="Television - Premium Technologies", +ItemName_Radio.TvBlack="Television - ValuTech", +/************** RADIOS **************/ +ItemName_Base.Radio="Radio", +ItemName_Radio.RadioRed="Radio - Premium Technologies", +ItemName_Radio.RadioBlack="Radio - ValuTech", +ItemName_Radio.RadioMakeShift="Radio - Makeshift", +ItemName_Radio.HamRadio1="Radio - HAM", +ItemName_Radio.HamRadio2="Radio - Military", +ItemName_Radio.HamRadioMakeShift="Radio - Makeshift HAM", +ItemName_Radio.WalkieTalkie1="Walkie Talkie - Toys-R-Mine", +ItemName_Radio.WalkieTalkie2="Walkie Talkie - ValuTech", +ItemName_Radio.WalkieTalkie3="Walkie Talkie - Premium Technologies", +ItemName_Radio.WalkieTalkie4="Walkie Talkie - Tactical", +ItemName_Radio.WalkieTalkie5="Walkie Talkie - Military", +ItemName_Radio.WalkieTalkieMakeShift="Walkie Talkie - Makeshift", +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue="Light Bulb - Blue", +ItemName_Base.LightBulbCyan="Light Bulb - Cyan", +ItemName_Base.LightBulbGreen="Light Bulb - Green", +ItemName_Base.LightBulb="Light Bulb - White", +ItemName_Base.LightBulbMagenta="Light Bulb - Magenta", +ItemName_Base.LightBulbOrange="Light Bulb - Orange", +ItemName_Base.LightBulbPink="Light Bulb - Pink", +ItemName_Base.LightBulbPurple="Light Bulb - Purple", +ItemName_Base.LightBulbRed="Light Bulb - Red", +ItemName_Base.LightBulbYellow="Light Bulb - Yellow", +/************** PENS **************/ +ItemName_Base.BluePen="Pen - Blue", +ItemName_Base.RedPen="Pen - Red", +ItemName_Base.Pen="Pen - Black", +/************** LOGS **************/ +ItemName_Base.LogStacks4="Log Stack of Four", +ItemName_Base.LogStacks3="Log Stack of Three", +ItemName_Base.LogStacks2="Log Stack of Two", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/ES/IG_UI_ES.txt b/media/lua/shared/Translate/ES/IG_UI_ES.txt new file mode 100644 index 0000000..3f153e1 --- /dev/null +++ b/media/lua/shared/Translate/ES/IG_UI_ES.txt @@ -0,0 +1,50 @@ +IGUI_ES = { + IGUI_ItemCat_Appear = "Apariencia", + IGUI_ItemCat_Cleaning = "Limpieza", + IGUI_ItemCat_Cloth = "Ropa", + IGUI_ItemCat_ClothA = "Ropa - Accesorio", + IGUI_ItemCat_ClothB = "Ropa - Bolsa", + IGUI_ItemCat_ClothM = "Ropa - Misc", + IGUI_ItemCat_Container = "Contenedor", + IGUI_ItemCat_Cooking = "Cocina", + IGUI_ItemCat_Craft = "Elaboracin", + IGUI_ItemCat_CraftAmmo = "Elaboracin - Municin", + IGUI_ItemCat_CraftCarp = "Elaboracin - Carpintera", + IGUI_ItemCat_CraftElec = "Elaboracin - Electrnica", + IGUI_ItemCat_CraftMetal = "Elaboracin - Metalistera", + IGUI_ItemCat_CraftTailor = "Elaboracin - Sastrera", + IGUI_ItemCat_Drugs = "Drogas", + IGUI_ItemCat_Electronics = "Electrnica", + IGUI_ItemCat_FoodB = "Comida - Bebida", + IGUI_ItemCat_FoodP = "Comida - Perecedero", + IGUI_ItemCat_FoodN = "Comida - No perecedero", + IGUI_ItemCat_Fuel = "Gasolina", + IGUI_ItemCat_Junk = "Basura", + IGUI_ItemCat_LitE = "Literatura - Entretenimiento", + IGUI_ItemCat_LitR = "Literatura - Receta", + IGUI_ItemCat_LitS = "Literatura - Habilidad", + IGUI_ItemCat_LitW = "Literatura - Escritura", + IGUI_ItemCat_Map = "Mapa", + IGUI_ItemCat_Mechanics = "Mecnica", + IGUI_ItemCat_MediaA = "Media - Audio", + IGUI_ItemCat_MediaG = "Media - Juego", + IGUI_ItemCat_MediaV = "Media - Video", + IGUI_ItemCat_Medical = "Medicina", + IGUI_ItemCat_Misc = "Misc", + IGUI_ItemCat_Paint = "Pintura", + IGUI_ItemCat_SurCamp = "Supervivencia - Acampada", + IGUI_ItemCat_SurFarm = "Supervivencia - Agricultura", + IGUI_ItemCat_SurFish = "Supervivencia - Pesca", + IGUI_ItemCat_SurTrap = "Supervivencia - Trampas", + IGUI_ItemCat_Tool = "Herramienta", + IGUI_ItemCat_WepAmmo = "Arma - Municin", + IGUI_ItemCat_WepAmmoMag = "Arma - Cargador", + IGUI_ItemCat_WepBomb = "Arma - Bomba", + IGUI_ItemCat_WepBow = "Arma - Arco", + IGUI_ItemCat_WepFire = "Arma - De fuego", + IGUI_ItemCat_WepMelee = "Arma - Cuerpo a cuerpo", + IGUI_ItemCat_WepPart = "Arma - Parte", + IGUI_ItemCat_WepRange = "Arma - A distancia", + IGUI_ItemCat_WepShield = "Arma - Escudo", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/ES/ItemName_ES.txt b/media/lua/shared/Translate/ES/ItemName_ES.txt new file mode 100644 index 0000000..a3b6a1d --- /dev/null +++ b/media/lua/shared/Translate/ES/ItemName_ES.txt @@ -0,0 +1,55 @@ +ItemName_ES = { +/************** PAINT **************/ +ItemName_Base.PaintBlack="Pintura - Negra", +ItemName_Base.PaintBlue="Pintura - Azul", +ItemName_Base.PaintBrown="Pintura - Marrn", +ItemName_Base.PaintCyan="Pintura - Cian", +ItemName_Base.PaintGreen="Pintura - Verde", +ItemName_Base.PaintGrey="Pintura - Gris", +ItemName_Base.PaintLightBlue="Pintura - Azul claro", +ItemName_Base.PaintLightBrown="Pintura - Marrn claro", +ItemName_Base.PaintOrange="Pintura - Naranja", +ItemName_Base.PaintPink="Pintura - Rosa", +ItemName_Base.PaintPurple="Pintura - Morada", +ItemName_Base.PaintRed="Pintura - Roja", +ItemName_Base.PaintTurquoise="Pintura - Turquesa", +ItemName_Base.PaintWhite="Pintura - Blanca", +ItemName_Base.PaintYellow="Pintura - Amarilla", +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique="Televisin - Antigua", +ItemName_Radio.TvWideScreen="Televisin - Premium Tech.", +ItemName_Radio.TvBlack="Televisin - ValuTech", +/************** RADIOS **************/ +ItemName_Base.Radio="Radio", +ItemName_Radio.RadioRed="Radio - Premium Tech.", +ItemName_Radio.RadioBlack="Radio - ValuTech", +ItemName_Radio.RadioMakeShift="Radio - Casera", +ItemName_Radio.HamRadio1="Emisora - Premium Tech.", +ItemName_Radio.HamRadio2="Emisora - Militar", +ItemName_Radio.HamRadioMakeShift="Emisora - Casera", +ItemName_Radio.WalkieTalkie1="Walkie-Talkie - De juguete", +ItemName_Radio.WalkieTalkie2="Walkie-Talkie - ValuTech", +ItemName_Radio.WalkieTalkie3="Walkie-Talkie - Premium Tech.", +ItemName_Radio.WalkieTalkie4="Walkie-Talkie - Tctico", +ItemName_Radio.WalkieTalkie5="Walkie-Talkie - Militar", +ItemName_Radio.WalkieTalkieMakeShift="Walkie-Talkie - Casero", +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue="Bombilla - Azul", +ItemName_Base.LightBulbCyan="Bombilla - Celeste", +ItemName_Base.LightBulbGreen="Bombilla - Verde", +ItemName_Base.LightBulb="Bombilla - Blanca", +ItemName_Base.LightBulbMagenta="Bombilla - Magenta", +ItemName_Base.LightBulbOrange="Bombilla - Naranja", +ItemName_Base.LightBulbPink="Bombilla - Rosa", +ItemName_Base.LightBulbPurple="Bombilla - Prpura", +ItemName_Base.LightBulbRed="Bombilla - Roja", +ItemName_Base.LightBulbYellow="Bombilla - Amarilla", +/************** PENS **************/ +ItemName_Base.BluePen="Bolgrafo - Azul", +ItemName_Base.RedPen="Bolgrafo - Rojo", +ItemName_Base.Pen="Bolgrafo - Negro", +/************** LOGS **************/ +ItemName_Base.LogStacks4="Pila de cuatro troncos", +ItemName_Base.LogStacks3="Pila de tres troncos", +ItemName_Base.LogStacks2="Pila de dos troncos", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/FR/IG_UI_FR.txt b/media/lua/shared/Translate/FR/IG_UI_FR.txt new file mode 100644 index 0000000..9f71ba6 --- /dev/null +++ b/media/lua/shared/Translate/FR/IG_UI_FR.txt @@ -0,0 +1,49 @@ +IGUI_FR = { + IGUI_ItemCat_Appear = "Apparence", + IGUI_ItemCat_Cleaning = "Nettoyage", + IGUI_ItemCat_Cloth = "Vtement", + IGUI_ItemCat_ClothA = "Vtement - Accessoire", + IGUI_ItemCat_ClothB = "Vtement - Sac", + IGUI_ItemCat_ClothP = "Vtement - Protection", + IGUI_ItemCat_Container = "Contenant", + IGUI_ItemCat_Cooking = "Cuisine", + IGUI_ItemCat_Craft = "Artisanat", + IGUI_ItemCat_CraftAmmo = "Artisanat - Munition", + IGUI_ItemCat_CraftCarp = "Artisanat - Charpenterie", + IGUI_ItemCat_CraftElec = "Artisanat - lectronique", + IGUI_ItemCat_CraftMetal = "Artisanat - Ferronnerie", + IGUI_ItemCat_CraftTailor = "Artisanat - Tailleur", + IGUI_ItemCat_Drugs = "Mdicaments", + IGUI_ItemCat_Electronics = "lectroniques", + IGUI_ItemCat_FoodP = "Nourriture - Prissable", + IGUI_ItemCat_FoodN = "Nourriture - Non-Prissable", + IGUI_ItemCat_FoodB = "Nourriture - Breuvage", + IGUI_ItemCat_Fuel = "Carburant", + IGUI_ItemCat_Junk = "Dchet", + IGUI_ItemCat_LitS = "Littrature - Comptence", + IGUI_ItemCat_LitR = "Littrature - Recette", + IGUI_ItemCat_LitE = "Littrature - Divertissement", + IGUI_ItemCat_LitW = "Littrature - criture", + IGUI_ItemCat_Map = "Carte", + IGUI_ItemCat_Mechanics = "Mcanique", + IGUI_ItemCat_MediaA = "Mdias - l'audio", + IGUI_ItemCat_MediaG = "Mdias - Jeu", + IGUI_ItemCat_MediaV = "Mdias - Vido", + IGUI_ItemCat_Medical = "Mdical", + IGUI_ItemCat_Misc = "Vari", + IGUI_ItemCat_Paint = "Peinture", + IGUI_ItemCat_SurCamp = "Survie - Camping", + IGUI_ItemCat_SurFarm = "Survie - Agriculture", + IGUI_ItemCat_SurFish = "Survie - Pche", + IGUI_ItemCat_SurTrap = "Survie - Pigeage", + IGUI_ItemCat_Tool = "Outil", + IGUI_ItemCat_WepFire = "Arme - Arme feu", + IGUI_ItemCat_WepMelee = "Arme - Mle", + IGUI_ItemCat_WepAmmo = "Arme - Munition", + IGUI_ItemCat_WepAmmoMag = "Arme - Magazine", + IGUI_ItemCat_WepPart = "Arme - Componant", + IGUI_ItemCat_WepBomb = "Arme - Bombe", + IGUI_ItemCat_WepBow = "Arme - Arc", + IGUI_ItemCat_WepRange = "Arme - Distance", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/FR/ItemName_FR.txt b/media/lua/shared/Translate/FR/ItemName_FR.txt new file mode 100644 index 0000000..154d477 --- /dev/null +++ b/media/lua/shared/Translate/FR/ItemName_FR.txt @@ -0,0 +1,55 @@ +ItemName_FR = { +/************** PAINT **************/ +ItemName_Base.PaintBlack="Paint - Noir", +ItemName_Base.PaintBlue="Peinture - Bleu", +ItemName_Base.PaintBrown="Peinture - Brun", +ItemName_Base.PaintCyan="Peinture - Cyan", +ItemName_Base.PaintGreen="Peinture - Vert", +ItemName_Base.PaintGrey="Peinture - Gris", +ItemName_Base.PaintLightBlue="Peinture - Bleu Ple", +ItemName_Base.PaintLightBrown="Peinture - Brun Ple", +ItemName_Base.PaintOrange="Peinture - Orange", +ItemName_Base.PaintPink="Peinture - Rose", +ItemName_Base.PaintPurple="Peinture - Violet", +ItemName_Base.PaintRed="Peinture - Rouge", +ItemName_Base.PaintTurquoise="Peinture - Turquoise", +ItemName_Base.PaintWhite="Peinture - Blanc", +ItemName_Base.PaintYellow="Peinture - Jaune", +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique="Tlvision - Antique", +ItemName_Radio.TvWideScreen="Tlvision - Premium Technologies", +ItemName_Radio.TvBlack="Tlvision - ValuTech", +/************** RADIOS **************/ +ItemName_Base.Radio="Radio", +ItemName_Radio.RadioRed="Radio - Premium Technologies", +ItemName_Radio.RadioBlack="Radio - ValuTech", +ItemName_Radio.RadioMakeShift="Radio - Improvis", +ItemName_Radio.HamRadio1="Radio - HAM", +ItemName_Radio.HamRadio2="Radio - Militaire", +ItemName_Radio.HamRadioMakeShift="Radio - HAM Improvis", +ItemName_Radio.WalkieTalkie1="Talkie Walkie - Toys-R-Mine", +ItemName_Radio.WalkieTalkie2="Talkie Walkie - ValuTech", +ItemName_Radio.WalkieTalkie3="Talkie Walkie - Premium Technologies", +ItemName_Radio.WalkieTalkie4="Talkie Walkie - Tactique", +ItemName_Radio.WalkieTalkie5="Talkie Walkie - Militaire", +ItemName_Radio.WalkieTalkieMakeShift="Talkie Walkie - Improvis", +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue="Ampoule - Bleu", +ItemName_Base.LightBulbCyan="Ampoule - Cyan", +ItemName_Base.LightBulbGreen="Ampoule - Vert", +ItemName_Base.LightBulb="Ampoule - Blanc", +ItemName_Base.LightBulbMagenta="Ampoule - Magenta", +ItemName_Base.LightBulbOrange="Ampoule - Orange", +ItemName_Base.LightBulbPink="Ampoule - Rose", +ItemName_Base.LightBulbPurple="Ampoule - Violet", +ItemName_Base.LightBulbRed="Ampoule - Rouge", +ItemName_Base.LightBulbYellow="Ampoule - Jaune", +/************** PENS **************/ +ItemName_Base.BluePen="Stylo - Bleu", +ItemName_Base.RedPen="Stylo - Rouge", +ItemName_Base.Pen="Stylo - Noir", +/************** LOGS **************/ +ItemName_Base.LogStacks4="Pile de grumes de quatre", +ItemName_Base.LogStacks3="Pile de grumes de trois", +ItemName_Base.LogStacks2="Pile de grumes de deux", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/IT/IG_UI_IT.txt b/media/lua/shared/Translate/IT/IG_UI_IT.txt new file mode 100644 index 0000000..fa2c8f0 --- /dev/null +++ b/media/lua/shared/Translate/IT/IG_UI_IT.txt @@ -0,0 +1,50 @@ +IGUI_IT = { + IGUI_ItemCat_Appear = "Apparence", + IGUI_ItemCat_Cleaning = "pulizia", + IGUI_ItemCat_Cloth = "Abbigliamento", + IGUI_ItemCat_ClothA = "Abbigliamento - Accessori", + IGUI_ItemCat_ClothB = "Clothing - Sacchetto", + IGUI_ItemCat_ClothM = "Abbigliamento - Miscellanea", + IGUI_ItemCat_Container = "Contenitore", + IGUI_ItemCat_Cooking = "Cucina", + IGUI_ItemCat_Craft = "Costruzione", + IGUI_ItemCat_CraftAmmo = "Costruzione - Munition", + IGUI_ItemCat_CraftCarp = "Costruzione - Carpenteria", + IGUI_ItemCat_CraftElec = "Costruzione - ELettronica", + IGUI_ItemCat_CraftMetal = "Costruzione - metalli", + IGUI_ItemCat_CraftTailor = "Costruzione - Sartoria", + IGUI_ItemCat_Drugs = "Droghe", + IGUI_ItemCat_Electronics = "Elettronica", + IGUI_ItemCat_FoodB = "Cibo - Bevande", + IGUI_ItemCat_FoodP = "Cibo - Deperibile", + IGUI_ItemCat_FoodN = "Cibo - Non deperibile", + IGUI_ItemCat_Fuel = "Carburante", + IGUI_ItemCat_Junk = "Spazzatura", + IGUI_ItemCat_LitE = "Letteratura - Intrattienimento", + IGUI_ItemCat_LitR = "Letteratura - Ricette", + IGUI_ItemCat_LitS = "Letteratura - Abilit", + IGUI_ItemCat_LitW = "Letteratura - Scrittura", + IGUI_ItemCat_Map = "Mappa", + IGUI_ItemCat_Mechanics = "Meccanica", + IGUI_ItemCat_MediaA = "Media - Audio", + IGUI_ItemCat_MediaG = "Media - Gioco", + IGUI_ItemCat_MediaV = "Media - Video", + IGUI_ItemCat_Medical = "Primo Soccorso", + IGUI_ItemCat_Misc = "Miscellanea", + IGUI_ItemCat_Paint = "Pittura", + IGUI_ItemCat_SurCamp = "Sopravvivenza - Campeggio", + IGUI_ItemCat_SurFarm = "Sopravvivenza - Coltivazione", + IGUI_ItemCat_SurFish = "Sopravvivenza - Pesca", + IGUI_ItemCat_SurTrap = "Sopravvivenza - Trappole", + IGUI_ItemCat_Tool = "Strumento", + IGUI_ItemCat_WepAmmo = "Arma - Munizioni", + IGUI_ItemCat_WepAmmoMag = "Arma - Caricatore(Aggiustato)", + IGUI_ItemCat_WepBomb = "Arma - Bomba", + IGUI_ItemCat_WepBow = "Arma - Arco", + IGUI_ItemCat_WepFire = "Arma - Arma da fuoco", + IGUI_ItemCat_WepMelee = "Arma - Corpo a corpo", + IGUI_ItemCat_WepPart = "Arma - Componente", + IGUI_ItemCat_WepRange = "Arma - A Distanza", + IGUI_ItemCat_WepShield = "Arma - Scudo", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/IT/ItemName_IT.txt b/media/lua/shared/Translate/IT/ItemName_IT.txt new file mode 100644 index 0000000..aedfcda --- /dev/null +++ b/media/lua/shared/Translate/IT/ItemName_IT.txt @@ -0,0 +1,55 @@ +ItemName_EN = { +/************** PAINT **************/ +ItemName_Base.PaintBlack= "Vernice - Nera", +ItemName_Base.PaintBlue = "Vernice - Blu", +ItemName_Base.PaintBrown = "Vernice - Marrone", +ItemName_Base.PaintCyan = "Vernice - Ciano", +ItemName_Base.PaintGreen = "Vernice - Verde", +ItemName_Base.PaintGrey = "Vernice - Grigia", +ItemName_Base.PaintLightBlue = "Vernice - Azzurra", +ItemName_Base.PaintLightBrown = "Vernice - Ocra", +ItemName_Base.PaintOrange = "Vernice - Arancione", +ItemName_Base.PaintPink = "Vernice - Rosa", +ItemName_Base.PaintPurple = "Vernice - Viola", +ItemName_Base.PaintRed = "Vernice - Rossa", +ItemName_Base.PaintTurquoise = "Vernice - Turchese", +ItemName_Base.PaintWhite = "Vernice - Bianca", +ItemName_Base.PaintYellow = "Vernice - Gialla", +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique = "Televisore - Antico", +ItemName_Radio.TvWideScreen = "Televisore - Premium Technologies", +ItemName_Radio.TvBlack = "Televisore - ValuTech", +/************** RADIOS **************/ +ItemName_Base.Radio = "Radio", +ItemName_Radio.RadioRed = "Radio - Premium Technologies", +ItemName_Radio.RadioBlack = "Radio - Valutech", +ItemName_Radio.RadioMakeShift = "Radio - Improvvisata", +ItemName_Radio.HamRadio1 = "Radio - HAM", +ItemName_Radio.HamRadio2 = "Radio - Militare", +ItemName_Radio.HamRadioMakeShift = "Radio - Amatoriale improvvisata", +ItemName_Radio.WalkieTalkie1 = "Walkie Talkie - Toys-r-Mine", +ItemName_Radio.WalkieTalkie2 = "Walkie Talkie - ValuTech", +ItemName_Radio.WalkieTalkie3 = "Walkie Talkie - Premium Technologies", +ItemName_Radio.WalkieTalkie4 = "Walkie Talkie - Tattico", +ItemName_Radio.WalkieTalkie5 = "Walkie Talkie - Militare", +ItemName_Radio.WalkieTalkieMakeShift = "Walkie Talkie - Improvvisato", +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue = "Lampadina - Blu", +ItemName_Base.LightBulbCyan = "Lampadina - Ciano", +ItemName_Base.LightBulbGreen = "Lampadina - Verde", +ItemName_Base.LightBulb = "Lampadina - Bianca", +ItemName_Base.LightBulbMagenta = "Lampadina - Magenta", +ItemName_Base.LightBulbOrange = "Lampadina - Arancione", +ItemName_Base.LightBulbPink = "Lampadina - Rosa", +ItemName_Base.LightBulbPurple = "Lampadina - Viola", +ItemName_Base.LightBulbRed = "Lampadina - Rossa", +ItemName_Base.LightBulbYellow = "Lampadina - Gialla", +/************** PENS **************/ +ItemName_Base.BluePen = "Penna - Blu", +ItemName_Base.RedPen = "Penna - Rossa", +ItemName_Base.Pen = "Penna - Nera", +/************** LOGS **************/ +ItemName_Base.LogStacks4 = "Pila di quattro tronchi", +ItemName_Base.LogStacks3 = "Pila di tre tronchi", +ItemName_Base.LogStacks2 = "Pila di due tronchi", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/KO/IG_UI_KO.txt b/media/lua/shared/Translate/KO/IG_UI_KO.txt new file mode 100644 index 0000000..434d0c2 --- /dev/null +++ b/media/lua/shared/Translate/KO/IG_UI_KO.txt @@ -0,0 +1,49 @@ +IGUI_KO = { + IGUI_ItemCat_Appear = "모습", + IGUI_ItemCat_Cleaning = "청소", + IGUI_ItemCat_Cloth = "의류", + IGUI_ItemCat_ClothA = "의류 - 악세사리", + IGUI_ItemCat_ClothB = "의류 - 가방", + IGUI_ItemCat_ClothM = "의류 - 기타", + IGUI_ItemCat_Container = "컨테이너", + IGUI_ItemCat_Cooking = "요리", + IGUI_ItemCat_Craft = "제작", + IGUI_ItemCat_CraftAmmo = "제작 - 탄약", + IGUI_ItemCat_CraftCarp = "제작 - 목공", + IGUI_ItemCat_CraftElec = "제작 - 전기", + IGUI_ItemCat_CraftMetal = "제작 - 금속", + IGUI_ItemCat_CraftTailor = "제작 - 재봉", + IGUI_ItemCat_Drugs = "약제", + IGUI_ItemCat_Electronics = "전기", + IGUI_ItemCat_FoodP = "음식 - 부패o", + IGUI_ItemCat_FoodN = "음식 - 부패x", + IGUI_ItemCat_FoodB = "음식 - 음료", + IGUI_ItemCat_Fuel = "연료", + IGUI_ItemCat_Junk = "쓰레기", + IGUI_ItemCat_LitS = "서적 - 스킬", + IGUI_ItemCat_LitR = "서적 - 레시피", + IGUI_ItemCat_LitE = "서적 - 오락", + IGUI_ItemCat_LitW = "서적 - 글쓰기", + IGUI_ItemCat_Map = "지도", + IGUI_ItemCat_Mechanics = "기계", + IGUI_ItemCat_MediaA = "미디어 - 오디오", + IGUI_ItemCat_MediaG = "미디어 - 게임", + IGUI_ItemCat_MediaV = "미디어 - 동영상", + IGUI_ItemCat_Medical = "의학", + IGUI_ItemCat_Misc = "기타", + IGUI_ItemCat_Paint = "페인트", + IGUI_ItemCat_SurCamp = "활착 - 캠핑", + IGUI_ItemCat_SurFarm = "활착 - 농사", + IGUI_ItemCat_SurFish = "활착 - 낚시", + IGUI_ItemCat_SurTrap = "활착 - 함정", + IGUI_ItemCat_Tool = "도구", + IGUI_ItemCat_WepFire = "무기 - 총기", + IGUI_ItemCat_WepMelee = "무기 - 근접", + IGUI_ItemCat_WepAmmo = "무기 - 탄약", + IGUI_ItemCat_WepAmmoMag = "무기 - 매거진", + IGUI_ItemCat_WepPart = "무기 - 부품", + IGUI_ItemCat_WepBomb = "무기 - 폭탄", + IGUI_ItemCat_WepBow = "무기 - 활", + IGUI_ItemCat_WepRange = "무기 - 원거리", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/KO/ItemName_KO.txt b/media/lua/shared/Translate/KO/ItemName_KO.txt new file mode 100644 index 0000000..cfffe9b --- /dev/null +++ b/media/lua/shared/Translate/KO/ItemName_KO.txt @@ -0,0 +1,54 @@ +ItemName_KO = { +ItemName_Base.PaintBlack="페인트 - 검정", +ItemName_Base.PaintBlue="페인트 - 파란색", +ItemName_Base.PaintBrown="페인트 - 갈색", +ItemName_Base.PaintCyan="페인트 - 청록색", +ItemName_Base.PaintGreen="페인트 - 초록색", +ItemName_Base.PaintGrey="페인트 - 회색", +ItemName_Base.PaintLightBlue="페인트 - 하늘색", +ItemName_Base.PaintLightBrown="페인트 - 연한 갈색", +ItemName_Base.PaintOrange="페인트 - 주황색", +ItemName_Base.PaintPink="페인트 - 분홍색", +ItemName_Base.PaintPurple="페인트 - 보라색", +ItemName_Base.PaintRed="페인트 - 빨간색", +ItemName_Base.PaintTurquoise="페인트 - 터키색", +ItemName_Base.PaintWhite="페인트 - 하얀색", +ItemName_Base.PaintYellow="페인트 - 노란색", + +ItemName_Radio.TvAntique="텔레비전 - 골동품", +ItemName_Radio.TvWideScreen="텔레비전 - 프리미엄 테크", +ItemName_Radio.TvBlack="텔레비전 - 밸류테크", + +ItemName_Base.Radio="라디오", +ItemName_Radio.RadioRed="라디오 - 프리미엄 테크", +ItemName_Radio.RadioBlack="라디오 - 밸류테크", +ItemName_Radio.RadioMakeShift="라디오 - 수제작", +ItemName_Radio.HamRadio1="무선통신기 - 아마추어", +ItemName_Radio.HamRadio2="무선통신기 - 군용", +ItemName_Radio.HamRadioMakeShift="무선통신기 - 수제작 아마추어", +ItemName_Radio.WalkieTalkie1="휴대용 무전기 - 장난감", +ItemName_Radio.WalkieTalkie2="휴대용 무전기 - 밸류테크", +ItemName_Radio.WalkieTalkie3="휴대용 무전기 - 프리미엄 테크", +ItemName_Radio.WalkieTalkie4="휴대용 무전기 - 전술", +ItemName_Radio.WalkieTalkie5="휴대용 무전기 - 군용", +ItemName_Radio.WalkieTalkieMakeShift="휴대용 무전기 - 수제작", + +ItemName_Base.LightBulbBlue="전구 - 파란색", +ItemName_Base.LightBulbCyan="전구 - 청록색", +ItemName_Base.LightBulbGreen="전구 - 초록색", +ItemName_Base.LightBulb="전구 - 하얀색", +ItemName_Base.LightBulbMagenta="전구 - 연보라색", +ItemName_Base.LightBulbOrange="전구 - 주황색", +ItemName_Base.LightBulbPink="전구 - 분홍색", +ItemName_Base.LightBulbPurple="전구 - 보라색", +ItemName_Base.LightBulbRed="전구 - 빨간색", +ItemName_Base.LightBulbYellow="전구 - 노란색", + +ItemName_Base.BluePen="펜 - 파란색", +ItemName_Base.RedPen="펜 - 빨간색", +ItemName_Base.Pen="펜 - 검은색", + +ItemName_Base.LogStacks4="통나무 묶음 4개", +ItemName_Base.LogStacks3="통나무 묶음 3개", +ItemName_Base.LogStacks2="통나무 묶음 2개", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/PL/IG_UI_PL.txt b/media/lua/shared/Translate/PL/IG_UI_PL.txt new file mode 100644 index 0000000..30cd0b7 --- /dev/null +++ b/media/lua/shared/Translate/PL/IG_UI_PL.txt @@ -0,0 +1,51 @@ +IGUI_PL = { + IGUI_ItemCat_Appear = "Wygląd", + IGUI_ItemCat_Cleaning = "Czyszczenie", + IGUI_ItemCat_Cloth = "Odziez", + IGUI_ItemCat_ClothA = "Odziez - Akcesorium", + IGUI_ItemCat_ClothB = "Odziez - Torba", + IGUI_ItemCat_ClothM = "Odziez - Rozne", + IGUI_ItemCat_Container = "Pojemnik", + IGUI_ItemCat_Cooking = "Gotowanie", + IGUI_ItemCat_Craft = "Wytwarzanie", + IGUI_ItemCat_CraftAmmo = "Wytwarzanie - Amunicja", + IGUI_ItemCat_CraftCarp = "Wytwarzanie - Stolarstwo", + IGUI_ItemCat_CraftElec = "Wytwarzanie - Elektronika", + IGUI_ItemCat_CraftMetal = "Wytwarzanie - Spawanie", + IGUI_ItemCat_CraftTailor = "Wytwarzanie - Krawiectwo", + IGUI_ItemCat_Drugs = "Leki", + IGUI_ItemCat_Electronics = "Elektronika", + IGUI_ItemCat_FoodB = "Zywnosc - Napoj", + IGUI_ItemCat_FoodP = "Zywnosc - Psujaca sie", + IGUI_ItemCat_FoodN = "Zywnosc - Niepsujaca sie", + IGUI_ItemCat_Fuel = "Paliwo", + IGUI_ItemCat_Junk = "Smiec", + IGUI_ItemCat_LitE = "Literatura - Rozrywka", + IGUI_ItemCat_LitR = "Literatura - Przepis", + IGUI_ItemCat_LitS = "Literatura - Umiejetnosc", + IGUI_ItemCat_LitW = "Literatura - Pisanie", + IGUI_ItemCat_Map = "Mapa", + IGUI_ItemCat_Mechanics = "Mechanika", + IGUI_ItemCat_MediaA = "Głoska bezdźwięczna - Audio", + IGUI_ItemCat_MediaG = "Głoska bezdźwięczna - Gra", + IGUI_ItemCat_MediaV = "Głoska bezdźwięczna - Wideo", + IGUI_ItemCat_Medical = "Medyczne", + IGUI_ItemCat_Misc = "Rozne", + IGUI_ItemCat_Paint = "Farba", + IGUI_ItemCat_SurCamp = "Przetrwanie - Kemping", + IGUI_ItemCat_SurFarm = "Przetrwanie - Rolnictwo", + IGUI_ItemCat_SurFish = "Przetrwanie - Wedkarstwo", + IGUI_ItemCat_SurTrap = "Przetrwanie - Stawianie pulapek", + IGUI_ItemCat_Tool = "Narzedzie", + IGUI_ItemCat_WepAmmo = "Bron - Amunicja", + IGUI_ItemCat_WepAmmoMag = "Bron - Magazynek", + IGUI_ItemCat_WepAmmoMagF = "Bron - Magazynek(Naprawiony)", + IGUI_ItemCat_WepBomb = "Bron - Bomba", + IGUI_ItemCat_WepBow = "Bron - Luk", + IGUI_ItemCat_WepFire = "Bron - Palna", + IGUI_ItemCat_WepMelee = "Bron - Biala", + IGUI_ItemCat_WepPart = "Bron - Czesc", + IGUI_ItemCat_WepRange = "Bron - Dystansowa", + IGUI_ItemCat_WepShield = "Bron - Tarcza", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/PL/ItemName_PL.txt b/media/lua/shared/Translate/PL/ItemName_PL.txt new file mode 100644 index 0000000..7a02982 --- /dev/null +++ b/media/lua/shared/Translate/PL/ItemName_PL.txt @@ -0,0 +1,59 @@ +ItemName_PL = { +/************** PAINT **************/ +ItemName_Base.PaintBlue="Farba - Niebieska", +ItemName_Base.PaintBrown="Farba - Brazowa", +ItemName_Base.PaintCyan="Farba - Blekitna", +ItemName_Base.PaintGreen="Farba - Zielona", +ItemName_Base.PaintGrey="Farba - Szara", +ItemName_Base.PaintLightBlue="Farba - Jasnoniebieska", +ItemName_Base.PaintLightBrown="Farba - Jasnobrazowa", +ItemName_Base.PaintOrange="Farba - Pomaranczowa", +ItemName_Base.PaintPink="Farba - Rozowa", +ItemName_Base.PaintPurple="Farba - Fioletowa", +ItemName_Base.PaintRed="Farba - Czerwona", +ItemName_Base.PaintTurquoise="Farba - Turkusowa", +ItemName_Base.PaintWhite="Farba - Biala", +ItemName_Base.PaintYellow="Farba - Zolta", + +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique="Telewizor - Antyk", +ItemName_Radio.TvWideScreen="Telewizor - Premium Technologies", +ItemName_Radio.TvBlack="Telewizor - ValuTech", + +/************** RADIOS **************/ +ItemName_Base.Radio="Radio", +ItemName_Radio.RadioRed="Radio - Premium Technologies", +ItemName_Radio.RadioBlack="Radio - ValuTech", +ItemName_Radio.RadioMakeShift="Radio - Prowizoryczne", +ItemName_Radio.HamRadio1="Radiostacja - HAM", +ItemName_Radio.HamRadio2="Radiostacja - Militarna", +ItemName_Radio.HamRadioMakeShift="Radiostacja - Prowizoryczna HAM", +ItemName_Radio.WalkieTalkie1="Krotkofalowka - Toys-R-Mine", +ItemName_Radio.WalkieTalkie2="Krotkofalowka - ValuTech", +ItemName_Radio.WalkieTalkie3="Krotkofalowka - Premium Technologies", +ItemName_Radio.WalkieTalkie4="Krotkofalowka - Taktyczna", +ItemName_Radio.WalkieTalkie5="Krotkofalowka - Militarna", +ItemName_Radio.WalkieTalkieMakeShift="Krotkofalowka - Prowizoryczna", + +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue="Zarowka - Niebieska", +ItemName_Base.LightBulbCyan="Zarowka - Blekitna", +ItemName_Base.LightBulbGreen="Zarowka - Zielona", +ItemName_Base.LightBulb="Zarowka - Biala", +ItemName_Base.LightBulbMagenta="Zarowka - Magenta", +ItemName_Base.LightBulbOrange="Zarowka - Pomaranczowa", +ItemName_Base.LightBulbPink="Zarowka - Rozowa", +ItemName_Base.LightBulbPurple="Zarowka - Fioletowa", +ItemName_Base.LightBulbRed="Zarowka - Czerwona", +ItemName_Base.LightBulbYellow="Zarowka - Zolta", + +/************** PENS **************/ +ItemName_Base.BluePen="Dlugopis - Niebieski", +ItemName_Base.RedPen="Dlugopis - Czerwony", +ItemName_Base.Pen="Dlugopis - Czarny", + +/************** LOGS **************/ +ItemName_Base.LogStacks4="Stos czterech klod", +ItemName_Base.LogStacks3="Stos trzech klod", +ItemName_Base.LogStacks2="Stos dwoch klod", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/PTBR/IG_UI_PTBR.txt b/media/lua/shared/Translate/PTBR/IG_UI_PTBR.txt new file mode 100644 index 0000000..9ad6a7b --- /dev/null +++ b/media/lua/shared/Translate/PTBR/IG_UI_PTBR.txt @@ -0,0 +1,49 @@ +IGUI_PTBR = { + IGUI_ItemCat_Appear = "Aparncia", + IGUI_ItemCat_Cleaning = "Limpeza", + IGUI_ItemCat_Cloth = "Roupas", + IGUI_ItemCat_ClothA = "Acessorio - Roupa", + IGUI_ItemCat_ClothB = "Acessorio - Sacola", + IGUI_ItemCat_ClothM = "Roupas - Diversos", + IGUI_ItemCat_Container = "Recipiente", + IGUI_ItemCat_Cooking = "Temperos e Alimentos", + IGUI_ItemCat_Craft = "Construcao", + IGUI_ItemCat_CraftAmmo = "Itens - Munio", + IGUI_ItemCat_CraftCarp = "Itens - Carpintaria", + IGUI_ItemCat_CraftElec = "Itens - Eletronicos + IGUI_ItemCat_CraftMetal = "Itens - Metalurgia", + IGUI_ItemCat_CraftTailor = "Itens - Alfaiataria", + IGUI_ItemCat_Drugs = "Drogas", + IGUI_ItemCat_Electronics = "Eletronicos", + IGUI_ItemCat_FoodB = "Comida - Bebida", + IGUI_ItemCat_FoodP = "Comida - Pereciveis", + IGUI_ItemCat_FoodN = "Comida - Nao Pereciveis", + IGUI_ItemCat_Fuel = "Combustvel", + IGUI_ItemCat_Junk = "Lixo", + IGUI_ItemCat_LitE = "Literatura - Entreterimento", + IGUI_ItemCat_LitR = "Literatura - Receita", + IGUI_ItemCat_LitS = "Literatura - Habilidade", + IGUI_ItemCat_LitW = "Literatura - Escrita", + IGUI_ItemCat_Map = "Mapa", + IGUI_ItemCat_Mechanics = "Mecanica", + IGUI_ItemCat_MediaA = "Media - udio", + IGUI_ItemCat_MediaG = "Media - Jogo", + IGUI_ItemCat_MediaV = "Media - Vdeo", + IGUI_ItemCat_Medical = "Medicamento", + IGUI_ItemCat_Misc = "Outros", + IGUI_ItemCat_Paint = "Pintura", + IGUI_ItemCat_SurCamp = "Sobrevivencia - Acampamento", + IGUI_ItemCat_SurFarm = "Sobrevivencia - Agricultura", + IGUI_ItemCat_SurFish = "Sobrevivencia - Pesca", + IGUI_ItemCat_SurTrap = "Sobrevivencia - Armadilha", + IGUI_ItemCat_Tool = "Ferramenta", + IGUI_ItemCat_WepAmmo = "Arma - Municao", + IGUI_ItemCat_WepAmmoMag = "Arma - Revista", + IGUI_ItemCat_WepBomb = "Arma - Bomba", + IGUI_ItemCat_WepBow = "Arma - Arco", + IGUI_ItemCat_WepFire = "Arma - De Fogo", + IGUI_ItemCat_WepMelee = "Arma - Corpo a Corpo", + IGUI_ItemCat_WepPart = "Arma - Parte", + IGUI_ItemCat_WepRange = "Arma - Combate a Distancia", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/PTBR/ItemName_PTBR.txt b/media/lua/shared/Translate/PTBR/ItemName_PTBR.txt new file mode 100644 index 0000000..f25d841 --- /dev/null +++ b/media/lua/shared/Translate/PTBR/ItemName_PTBR.txt @@ -0,0 +1,55 @@ +ItemName_PTBR = { +/************** PAINT **************/ +ItemName_Base.PaintBlack="Pintura - Preto", +ItemName_Base.PaintBlue="Pintura - Azul", +ItemName_Base.PaintBrown="Pintura - Castanha", +ItemName_Base.PaintCyan="Pintura - Ciano", +ItemName_Base.PaintGreen="Pintura - Verde", +ItemName_Base.PaintGrey="Pintura - Cinza", +ItemName_Base.PaintLightBlue="Pintura - Azul Claro", +ItemName_Base.PaintLightBrown="Pintura - Castanho Claro", +ItemName_Base.PaintOrange="Pintura - Laranja", +ItemName_Base.PaintPink="Pintura - Rosa", +ItemName_Base.PaintPurple="Pintura - Roxo", +ItemName_Base.PaintRed="Pintura - Vermelha", +ItemName_Base.PaintTurquoise="Pintura - Turquesa", +ItemName_Base.PaintWhite="Pintura - Branco", +ItemName_Base.PaintYellow="Pintura - Amarela", +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique="Televisao - Antiga", +ItemName_Radio.TvWideScreen="Televisao - Tecnologias Premium", +ItemName_Radio.TvBlack="Televisao - ValuTech", +/************** RADIOS **************/ +ItemName_Base.Radio="Radio", +ItemName_Radio.RadioRed="Radio - Tecnologias Premium", +ItemName_Radio.RadioBlack="Radio - ValuTech", +ItemName_Radio.RadioMakeShift="Radio - Improvisado", +ItemName_Radio.HamRadio1="Radio - HAM", +ItemName_Radio.HamRadio2="Radio - Militar", +ItemName_Radio.HamRadioMakeShift="Radio - Improvisado HAM", +ItemName_Radio.WalkieTalkie1="Walkie Talkie - Toys-R-Mine", +ItemName_Radio.WalkieTalkie2="Walkie Talkie - ValuTech", +ItemName_Radio.WalkieTalkie3="Walkie Talkie - Premium Technologies", +ItemName_Radio.WalkieTalkie4="Walkie Talkie - Tatico", +ItemName_Radio.WalkieTalkie5="Walkie Talkie - Militar", +ItemName_Radio.WalkieTalkieMakeShift="Walkie Talkie - Makeshift", +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue="Lampada - Azul", +ItemName_Base.LightBulbCyan="Lampada - Ciano", +ItemName_Base.LightBulbGreen="Lampada - Verde", +ItemName_Base.LightBulb="Lampada - Branca", +ItemName_Base.LightBulbMagenta="Lampada - Magenta", +ItemName_Base.LightBulbOrange="Lampada - Laranja", +ItemName_Base.LightBulbPink="Lampada - Rosa", +ItemName_Base.LightBulbPurple="Lampada - Roxo", +ItemName_Base.LightBulbRed="Lampada - Vermelha", +ItemName_Base.LightBulbYellow="Lampada - Amarela", +/************** PENS **************/ +ItemName_Base.BluePen="Caneta - Azul", +ItemName_Base.RedPen="Caneta - Vermelha", +ItemName_Base.Pen="Caneta - Preta", +/************** LOGS **************/ +ItemName_Base.LogStacks4="Pilha de Quatro Troncos", +ItemName_Base.LogStacks3="Pilha de Tres Troncos", +ItemName_Base.LogStacks2="Pilha de Dois Troncos", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/RU/IG_UI_RU.txt b/media/lua/shared/Translate/RU/IG_UI_RU.txt new file mode 100644 index 0000000..42d3141 --- /dev/null +++ b/media/lua/shared/Translate/RU/IG_UI_RU.txt @@ -0,0 +1,50 @@ +IGUI_RU = { + IGUI_ItemCat_Appear = "", + IGUI_ItemCat_Cleaning = "", + IGUI_ItemCat_Cloth = "", + IGUI_ItemCat_ClothA = " - ", + IGUI_ItemCat_ClothB = " - ", + IGUI_ItemCat_ClothM = " - ", + IGUI_ItemCat_Container = "", + IGUI_ItemCat_Cooking = "", + IGUI_ItemCat_Craft = "", + IGUI_ItemCat_CraftAmmo = " - ", + IGUI_ItemCat_CraftCarp = " - ", + IGUI_ItemCat_CraftElec = " - ", + IGUI_ItemCat_CraftMetal = " - ", + IGUI_ItemCat_CraftTailor = " - ", + IGUI_ItemCat_Drugs = "", + IGUI_ItemCat_Electronics = "", + IGUI_ItemCat_FoodP = " - ", + IGUI_ItemCat_FoodN = " - ", + IGUI_ItemCat_FoodB = " - ", + IGUI_ItemCat_Fuel = "", + IGUI_ItemCat_Junk = "", + IGUI_ItemCat_LitS = " - ", + IGUI_ItemCat_LitR = " - ", + IGUI_ItemCat_LitE = " - ", + IGUI_ItemCat_LitW = " - ", + IGUI_ItemCat_Map = "", + IGUI_ItemCat_Mechanics = "", + IGUI_ItemCat_MediaA = " - ", + IGUI_ItemCat_MediaG = " - ", + IGUI_ItemCat_MediaV = " - ", + IGUI_ItemCat_Medical = "", + IGUI_ItemCat_Misc = "", + IGUI_ItemCat_Paint = "", + IGUI_ItemCat_SurCamp = " - ", + IGUI_ItemCat_SurFarm = " - ", + IGUI_ItemCat_SurFish = " - ", + IGUI_ItemCat_SurTrap = " - ", + IGUI_ItemCat_Tool = "", + IGUI_ItemCat_WepFire = " - ", + IGUI_ItemCat_WepMelee = " - . ", + IGUI_ItemCat_WepAmmo = " - ", + IGUI_ItemCat_WepAmmoMag = " - ", + IGUI_ItemCat_WepAmmoMagF = " - ", + IGUI_ItemCat_WepPart = " - ", + IGUI_ItemCat_WepBomb = " - ", + IGUI_ItemCat_WepBow = " - ", + IGUI_ItemCat_WepRange = " - ", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/RU/ItemName_RU.txt b/media/lua/shared/Translate/RU/ItemName_RU.txt new file mode 100644 index 0000000..6960f3d --- /dev/null +++ b/media/lua/shared/Translate/RU/ItemName_RU.txt @@ -0,0 +1,55 @@ +ItemName_RU = { +//************** **************/ +ItemName_Base.PaintBlack=" - ", +ItemName_Base.PaintBlue=" - ", +ItemName_Base.PaintBrown=" - ", +ItemName_Base.PaintCyan=" - -", +ItemName_Base.PaintGreen=" - ", +ItemName_Base.PaintGrey=" - ", +ItemName_Base.PaintLightBlue=" - -", +ItemName_Base.PaintLightBrown=" - -", +ItemName_Base.PaintOrange=" - ", +ItemName_Base.PaintPink=" - ", +ItemName_Base.PaintPurple=" - ", +ItemName_Base.PaintRed=" - ", +ItemName_Base.PaintTurquoise=" - ", +ItemName_Base.PaintWhite=" - ", +ItemName_Base.PaintYellow=" - Ƹ", +/************** **************/ +ItemName_Radio.TvAntique=" - Antique", +ItemName_Radio.TvWideScreen=" - Premium Technologies", +ItemName_Radio.TvBlack=" - ValuTech", +/************** **************/ +ItemName_Base.Radio="", +ItemName_Radio.RadioRed=" - Premium Technologies", +ItemName_Radio.RadioBlack=" - ValuTech", +ItemName_Radio.RadioMakeShift=" - Makeshift", +ItemName_Radio.HamRadio1=" - HAM", +ItemName_Radio.HamRadio2=" - Military", +ItemName_Radio.HamRadioMakeShift=" - Makeshift HAM", +ItemName_Radio.WalkieTalkie1=" - Toys-R-Mine", +ItemName_Radio.WalkieTalkie2=" - ValuTech", +ItemName_Radio.WalkieTalkie3=" - Premium Technologies", +ItemName_Radio.WalkieTalkie4=" - Tactical", +ItemName_Radio.WalkieTalkie5=" - Military", +ItemName_Radio.WalkieTalkieMakeShift=" - Makeshift", +/************** **************/ +ItemName_Base.LightBulbBlue=" - ", +ItemName_Base.LightBulbCyan=" - -", +ItemName_Base.LightBulbGreen=" - ", +ItemName_Base.LightBulb=" - ", +ItemName_Base.LightBulbMagenta=" - ", +ItemName_Base.LightBulbOrange=" - ", +ItemName_Base.LightBulbPink=" - ", +ItemName_Base.LightBulbPurple=" - ", +ItemName_Base.LightBulbRed=" - ", +ItemName_Base.LightBulbYellow=" - Ƹ", +/************** **************/ +ItemName_Base.BluePen=" - ", +ItemName_Base.RedPen=" - ", +ItemName_Base.Pen=" - ׸", +/************** **************/ +ItemName_Base.LogStacks4=" 4 ", +ItemName_Base.LogStacks3=" 3 ", +ItemName_Base.LogStacks2=" 2 ", +} \ No newline at end of file diff --git a/media/lua/shared/Translate/TR/IG_UI_TR.txt b/media/lua/shared/Translate/TR/IG_UI_TR.txt new file mode 100644 index 0000000..667a2df --- /dev/null +++ b/media/lua/shared/Translate/TR/IG_UI_TR.txt @@ -0,0 +1,49 @@ +IGUI_TR = { + IGUI_ItemCat_Appear = "Grnm", + IGUI_ItemCat_Cleaning = "Temizlik", + IGUI_ItemCat_Cloth = "Giyim", + IGUI_ItemCat_ClothA = "Giyim - Aksesuar", + IGUI_ItemCat_ClothB = "Giyim - Sirt antasi", + IGUI_ItemCat_ClothM = "Giyim - esitli", + IGUI_ItemCat_Container = "Konteyner", + IGUI_ItemCat_Cooking = "Mutfak", + IGUI_ItemCat_Craft = "Zanaat", + IGUI_ItemCat_CraftAmmo = "Zanaat - mhimmat", + IGUI_ItemCat_CraftCarp = "Zanaat - Marangozluk", + IGUI_ItemCat_CraftElec = " Zanaat - Elektronik", + IGUI_ItemCat_CraftMetal = " Zanaat Metal Isleme", + IGUI_ItemCat_CraftTailor = " Zanaat - Dikis", + IGUI_ItemCat_Drugs = "Ilalar", + IGUI_ItemCat_Electronics = "Elektronik", + IGUI_ItemCat_FoodB = "Yiyecek - Mesrubat", + IGUI_ItemCat_FoodP = " Yiyecek - Bozulabilir", + IGUI_ItemCat_FoodN = " Yiyecek - Bozulmayan", + IGUI_ItemCat_Fuel = "Yakit", + IGUI_ItemCat_Junk = "Ivir Zivir", + IGUI_ItemCat_LitE = "Edebiyat - Eglence", + IGUI_ItemCat_LitR = " Edebiyat - Tarif", + IGUI_ItemCat_LitS = " Edebiyat - Yetenek", + IGUI_ItemCat_LitW = " Edebiyat - Kitap", + IGUI_ItemCat_Map = "Harita", + IGUI_ItemCat_Mechanics = "Mekanik", + IGUI_ItemCat_MediaA = "Medya - Ses", + IGUI_ItemCat_MediaG = "Medya - oyun", + IGUI_ItemCat_MediaV = "Medya - Video", + IGUI_ItemCat_Medical = "Tibbi", + IGUI_ItemCat_Misc = "esitli", + IGUI_ItemCat_Paint = "Boya", + IGUI_ItemCat_SurCamp = "Hayatta Kalma - Kamp", + IGUI_ItemCat_SurFarm = " Hayatta Kalma - Tarim", + IGUI_ItemCat_SurFish = " Hayatta Kalma - Balikilik", + IGUI_ItemCat_SurTrap = " Hayatta Kalma - Tuzak", + IGUI_ItemCat_Tool = "Alet", + IGUI_ItemCat_WepAmmo = "Silah - Cephane", + IGUI_ItemCat_WepAmmoMag = "Silah - Dergi", + IGUI_ItemCat_WepBomb = " Silah - Bomba", + IGUI_ItemCat_WepBow = " Silah - Yay", + IGUI_ItemCat_WepFire = " Silah - Atesli", + IGUI_ItemCat_WepMelee = " Silah Yakin Mesafe", + IGUI_ItemCat_WepPart = " Silah - Paralar", + IGUI_ItemCat_WepRange = " Silah - Menzilli", + +} \ No newline at end of file diff --git a/media/lua/shared/Translate/TR/ItemName_TR.txt b/media/lua/shared/Translate/TR/ItemName_TR.txt new file mode 100644 index 0000000..149a6df --- /dev/null +++ b/media/lua/shared/Translate/TR/ItemName_TR.txt @@ -0,0 +1,54 @@ +ItemName_TR = { +/************** PAINT **************/ +ItemName_Base.PaintBlue="Boya - Mavi", +ItemName_Base.PaintBrown=" Boya - Kahverengi", +ItemName_Base.PaintCyan=" Boya Camgbegi", +ItemName_Base.PaintGreen=" Boya - Yesil", +ItemName_Base.PaintGrey=" Boya - Gri", +ItemName_Base.PaintLightBlue=" Boya Aik Mavi", +ItemName_Base.PaintLightBrown=" Boya Aik Kahverengi", +ItemName_Base.PaintOrange=" Boya - Turuncu", +ItemName_Base.PaintPink=" Boya - Pembe", +ItemName_Base.PaintPurple=" Boya - Mor", +ItemName_Base.PaintRed=" Boya - Kirmizi", +ItemName_Base.PaintTurquoise=" Boya - Turkuaz", +ItemName_Base.PaintWhite=" Boya - Beyaz", +ItemName_Base.PaintYellow=" Boya - Sari", +/************** TELEVISIONS **************/ +ItemName_Radio.TvAntique="Televizyon - Antika", +ItemName_Radio.TvWideScreen=" Televizyon - Premium Technologies", +ItemName_Radio.TvBlack=" Televizyon - ValuTech", +/************** RADIOS **************/ +ItemName_Base.Radio="Radyo", +ItemName_Radio.RadioRed=" Radyo - Premium Technologies", +ItemName_Radio.RadioBlack=" Radyo - ValuTech", +ItemName_Radio.RadioMakeShift=" Radyo El yapimi", +ItemName_Radio.HamRadio1=" Radyo - Amatr", +ItemName_Radio.HamRadio2=" Radyo - Askeri", +ItemName_Radio.HamRadioMakeShift=" Radyo El yapimi Amatr", +ItemName_Radio.WalkieTalkie1="Telsiz - Toys-R-Mine", +ItemName_Radio.WalkieTalkie2=" Telsiz - ValuTech", +ItemName_Radio.WalkieTalkie3=" Telsiz - Premium Technologies", +ItemName_Radio.WalkieTalkie4=" Telsiz - Taktiksel", +ItemName_Radio.WalkieTalkie5=" Telsiz - Askeri", +ItemName_Radio.WalkieTalkieMakeShift=" Telsiz El yapimi", +/************** LIGHT BULBS **************/ +ItemName_Base.LightBulbBlue="Ampul - Mavi", +ItemName_Base.LightBulbCyan=" Ampul Camgbegi", +ItemName_Base.LightBulbGreen=" Ampul - Yesil", +ItemName_Base.LightBulb=" Ampul - Beyaz", +ItemName_Base.LightBulbMagenta=" Ampul - Eflatun", +ItemName_Base.LightBulbOrange=" Ampul - Turuncu", +ItemName_Base.LightBulbPink=" Ampul - Pembe", +ItemName_Base.LightBulbPurple=" Ampul - Mor", +ItemName_Base.LightBulbRed=" Ampul - Kirmizi", +ItemName_Base.LightBulbYellow=" Ampul - Sari", +/************** PENS **************/ +ItemName_Base.BluePen="Tkenmez Kalem - Mavi", +ItemName_Base.RedPen=" Tkenmez Kalem - Kirmizi", +ItemName_Base.Pen=" Tkenmez Kalem - Siyah", +/************** LOGS **************/ +ItemName_Base.LogStacks4=" Drt Ktk Yigini ", +ItemName_Base.LogStacks3=" Ktk Yigini ", +ItemName_Base.LogStacks2="Iki Ktk Yigini", +} \ No newline at end of file