2 items

File information

Last updated

Original upload

Created by

greenRAM

Uploaded by

greenRAM

Virus scan

Safe to use

About this mod

Adds skill buffs for all vanilla clothes. These buffs are persistent boosts or drains on the player's stats while wearing individual clothing.

Share
Requirements
Permissions and credits
Changelogs
RAM's Clothing Buffs is based on aedenthorn's own "Clothing Buffs" mod and uses aedenthorn's awesome Buff Framework.

Includes Buffs for all vanilla:
-Pants
-Shirts
-Hats
-Shoes

I tried to keep the buffs immersive and relatively balanced, but to my own tastes. For example, the Fishing Hat will buff your fishing +2, while the Pirate Hat will buff your Luck +1 and Attack +5.

Full List: ...coming soon maybe? It's about 200 items to list, so I may put it off awhile.

Here's my content.json for now:
Spoiler:  
Show

{
    "Format": "1.28.4",
    "Changes": [
        {
            "Action": "EditData",
            "Target": "aedenthorn.BuffFramework/dictionary",
            "LogName": "",
            "Entries": {
                
                "greenRAM.ClothingBuffs/FarmerPantsBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330000",
                    "pants": "Farmer Pants",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FarmerPantsBuff",
                    "displaySource": "Farmer Pants",
                    "description": "Speed+"
                },
                
                "greenRAM.ClothingBuffs/StrawHatBuff": {
                    "sheetIndex": "21",
                    "buffId": "3330001",
                    "hat": "Straw Hat",
                    "attack": "10",
                    "maxStamina": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/StrawHatBuff",
                    "displaySource": "Straw Hat",
                    "description": "Attack++ Energy+"
                },
                "greenRAM.ClothingBuffs/ShortsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330002",
                    "pants": "Shorts",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShortsBuff",
                    "displaySource": "Shorts",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/DressBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330003",
                    "pants": "Dress",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DressBuff",
                    "displaySource": "Dress",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/SkirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330004",
                    "pants": "Skirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SkirtBuff",
                    "displaySource": "Skirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/PleatedSkirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330005",
                    "pants": "Pleated Skirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PleatedSkirtBuff",
                    "displaySource": "Pleated Skirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/DinosaurPantsBuff": {
                    "sheetIndex": "10",
                    "buffId": "3330006",
                    "pants": "Dinosaur Pants",
                    "defense": 1,
                    "attack": 20,
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DinosaurPantsBuff",
                    "displaySource": "Dinosaur Pants",
                    "description": "Def+ Att+"
                },
                "greenRAM.ClothingBuffs/GrassSkirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330007",
                    "pants": "Grass Skirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GrassSkirtBuff",
                    "displaySource": "Grass Skirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/LuauSkirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330008",
                    "pants": "Luau Skirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LuauSkirtBuff",
                    "displaySource": "Luau Skirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/GeniePantsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330009",
                    "pants": "Genie Pants",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GeniePantsBuff",
                    "displaySource": "Genie Pants",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/TightPantsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330010",
                    "pants": "Tight Pants",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TightPantsBuff",
                    "displaySource": "Genie Pants",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BaggyPantsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330011",
                    "pants": "Baggy Pants",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BaggyPantsBuff",
                    "displaySource": "Baggy Pants",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/SimpleDressBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330012",
                    "pants": "Simple Dress",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SimpleDressBuff",
                    "displaySource": "Simple Dress",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RelaxedFitPantsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330013",
                    "pants": "Relaxed Fit Pants",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RelaxedFitPantsBuff",
                    "displaySource": "Relaxed Fit Pants",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RelaxedFitShortsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330014",
                    "pants": "Relaxed Fit Shorts",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RelaxedFitShortsBuff",
                    "displaySource": "Relaxed Fit Shorts",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/PolkaDotShortsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330015",
                    "pants": "Polka Dot Shorts",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PolkaDotShortsBuff",
                    "displaySource": "Polka Dot Shorts",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TrimmedLuckyPurpleShortsBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330016",
                    "pants": "Trimmed Lucky Purple Shorts",
                    "luck": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TrimmedLuckyPurpleShortsBuff",
                    "displaySource": "Trimmed Lucky Purple Shorts",
                    "description": "Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/PrismaticPantsBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330017",
                    "maxStamina": "20",
                    "luck": "1",
                    "pants": "Prismatic Pants",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PrismaticPantsBuff",
                    "displaySource": "Prismatic Pants",
                    "description": "Energy+ Luck+"
                },
                "greenRAM.ClothingBuffs/PrismaticGeniePantsBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330018",
                    "maxStamina": "20",
                    "luck": "1",
                    "pants": "Prismatic Genie Pants",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PrismaticGeniePantsBuff",
                    "displaySource": "Prismatic Genie Pants",
                    "description": "Energy+ Luck+"
                },
                "greenRAM.ClothingBuffs/ClassicOverallsBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330019",
                    "farming": "1",
                    "shirt": "Classic Overalls",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ClassicOverallsBuff",
                    "displaySource": "Classic Overalls",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/MintBlouseBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330020",
                    "maxStamina": "20",
                    "shirt": "Mint Blouse",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MintBlouseBuff",
                    "displaySource": "Mint Blouse",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/DarkShirtBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330021",
                    "attack": "5",
                    "shirt": "Dark Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarkShirtBuff",
                    "displaySource": "Dark Shirt",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/SkullShirtBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330022",
                    "attack": "5",
                    "shirt": "Skull Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SkullShirtBuff",
                    "displaySource": "Skull Shirt",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/LightBlueShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330023",
                    "fishing": "1",
                    "shirt": "Light Blue Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SkullShirtBuff",
                    "displaySource": "Light Blue Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/GreenOverallsBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330025",
                    "farming": "1",
                    "shirt": "Green Overalls Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenOverallsBuff",
                    "displaySource": "Green Overalls",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/GoodGriefShirtBuff": {
                    "sheetIndex": "2",
                    "buffId": "3330026",
                    "mining": "1",
                    "shirt": "Good Grief Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoodGriefShirtBuff",
                    "displaySource": "Good Grief Shirt",
                    "description": "Mining+"
                },
                "greenRAM.ClothingBuffs/AquamarineShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330027",
                    "fishing": "1",
                    "shirt": "Aquamarine Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/AquamarineShirtBuff",
                    "displaySource": "Aquamarine Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/SuitTopBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330028",
                    "luck": "1",
                    "shirt": "Suit Top",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SuitTopBuff",
                    "displaySource": "Suit Top",
                    "description": "Luck+"
                },
                "greenRAM.ClothingBuffs/GreenBeltedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330029",
                    "maxStamina": "20",
                    "shirt": "Green Belted Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenBeltedShirtBuff",
                    "displaySource": "Green Belted Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/LimeGreenStripedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330030",
                    "maxStamina": "20",
                    "shirt": "Lime Green Striped Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LimeGreenStripedShirtBuff",
                    "displaySource": "Lime Green Striped Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RedStripedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330031",
                    "maxStamina": "20",
                    "shirt": "Red Striped Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RedStripedShirtBuff",
                    "displaySource": "Red Striped Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/SkeletonShirtBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330033",
                    "attack": "5",
                    "Mining": "1",
                    "shirt": "Skeleton Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SkeletonShirtBuff",
                    "displaySource": "Skeleton Shirt",
                    "description": "Attack+ Mining+"
                },
                "greenRAM.ClothingBuffs/OrangeShirtBuff": {
                    "sheetIndex": "5",
                    "buffId": "3330034",
                    "foraging": "1",
                    "shirt": "Orange Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OrangeShirtBuff",
                    "displaySource": "Orange Shirt",
                    "description": "Foraging+"
                },
                "greenRAM.ClothingBuffs/NightSkyShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330035",
                    "staminaRegen": "1",
                    "maxStamina": "-200",
                    "shirt": "Night Sky Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/NightSkyShirtBuff",
                    "displaySource": "Night Sky Shirt",
                    "description": "Energy Regen+ Energy Debuff-"
                },
                "greenRAM.ClothingBuffs/MayoralSuspendersBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330036",
                    "luck": "1",
                    "shirt": "Mayoral Suspenders",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MayoralSuspendersBuff",
                    "displaySource": "Mayoral Suspenders",
                    "description": "Luck+"
                },
                "greenRAM.ClothingBuffs/BrownJacketBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330037",
                    "maxStamina": "20",
                    "shirt": "Brown Jacket",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BrownJacketBuff",
                    "displaySource": "Brown Jacket",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/SailorShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330038",
                    "fishing": "1",
                    "shirt": "Sailor Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SailorShirtBuff",
                    "displaySource": "Sailor Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/GreenVestBuff": {
                    "sheetIndex": "5",
                    "buffId": "3330039",
                    "foraging": "1",
                    "shirt": "Green Vest",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenVestBuff",
                    "displaySource": "Green Vest",
                    "description": "Foraging+"
                },
                "greenRAM.ClothingBuffs/YellowandGreenShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330040",
                    "maxStamina": "20",
                    "shirt": "Yellow and Green Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/YellowandGreenShirtBuff",
                    "displaySource": "Yellow and Green Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/LightBlueStripedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330041",
                    "maxStamina": "20",
                    "shirt": "Light Blue Striped Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LightBlueStripedShirtBuff",
                    "displaySource": "Light Blue Striped Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/PinkStripedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330042",
                    "maxStamina": "20",
                    "shirt": "Pink Striped Shirt Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PinkStripedShirtBuff",
                    "displaySource": "Pink Striped Shirt Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/HeartShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330043",
                    "staminaRegen": "1",
                    "maxStamina": "-200",
                    "shirt": "Heart Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HeartShirtBuff",
                    "displaySource": "Heart Shirt",
                    "description": "Energy Regen+ Energy Debuff-"
                },
                "greenRAM.ClothingBuffs/WorkShirtBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330044",
                    "farming": "1",
                    "shirt": "Work Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WorkShirtBuff",
                    "displaySource": "Work Shirt",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/StoreOwner'sJacketBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330045",
                    "luck": "2",
                    "shirt": "Store Owner's Jacket",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/StoreOwner'sJacketBuff",
                    "displaySource": "Store Owner's Jacket",
                    "description": "Luck++"
                },
                "greenRAM.ClothingBuffs/GreenTunicBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330046",
                    "attack": "5",
                    "speed": "1",
                    "shirt": "Green Tunic",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenTunicBuff",
                    "displaySource": "Green Tunic",
                    "description": "Attack+ Speed+"
                },
                "greenRAM.ClothingBuffs/FancyRedBlouseBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330047",
                    "maxStamina": "20",
                    "shirt": "Fancy Red Blouse",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FancyRedBlouseBuff",
                    "displaySource": "Fancy Red Blouse",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/PlainShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330048",
                    "maxStamina": "20",
                    "shirt": "Plain Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PlainShirtBuff",
                    "displaySource": "Plain Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RetroRainbowShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330049",
                    "maxStamina": "20",
                    "shirt": "Retro Rainbow Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RetroRainbowShirtBuff",
                    "displaySource": "Retro Rainbow Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/LimeGreenTunicBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330050",
                    "maxStamina": "20",
                    "shirt": "Lime Green Tunic",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LimeGreenTunicBuff",
                    "displaySource": "Lime Green Tunic",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/WhiteOverallsShirtBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330051",
                    "farming": "1",
                    "shirt": "White Overalls Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WhiteOverallsShirtBuff",
                    "displaySource": "White Overalls Shirt",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/NeatBowShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330052",
                    "maxStamina": "20",
                    "shirt": "Neat Bow Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/NeatBowShirtBuff",
                    "displaySource": "Neat Bow Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/ShirtAndTieBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330053",
                    "maxStamina": "20",
                    "shirt": "Shirt And Tie",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShirtAndTieBuff",
                    "displaySource": "Shirt And Tie",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/Emily'sMagicShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330054",
                    "maxStamina": "60",
                    "shirt": "Emily's Magic Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/Emily'sMagicShirtBuff",
                    "displaySource": "Emily's Magic Shirt",
                    "description": "Energy+++"
                },
                "greenRAM.ClothingBuffs/StripedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330055",
                    "maxStamina": "20",
                    "shirt": "Striped Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/StripedShirtBuff",
                    "displaySource": "Striped Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TankTopBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330056",
                    "maxStamina": "20",
                    "shirt": "Tank Top",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TankTopBuff",
                    "displaySource": "Tank Top",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/CowboyPonchoBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330057",
                    "farming": "1",
                    "shirt": "Cowboy Poncho",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CowboyPonchoBuff",
                    "displaySource": "Cowboy Poncho",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/CropTankTopBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330058",
                    "maxStamina": "20",
                    "shirt": "Crop Tank Top",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CropTankTopBuff",
                    "displaySource": "Crop Tank Top",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BikiniTopBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330059",
                    "fishing": "1",
                    "luck": "1",
                    "shirt": "Bikini Top",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BikiniTopBuff",
                    "displaySource": "Bikini Top",
                    "description": "Fishing+ Luck+"
                },
                "greenRAM.ClothingBuffs/WumbusShirtBuff": {
                    "sheetIndex": "2",
                    "buffId": "3330060",
                    "fishing": "1",
                    "foraging": "1",
                    "farming": "1",
                    "mining": "1",
                    "luck": "-1",
                    "speed": "-1",
                    "shirt": "Wumbus Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WumbusShirtBuff",
                    "displaySource": "Wumbus Shirt",
                    "description": "Fishing+ Farming+ Mining+ Luck- Speed-"
                },
                "greenRAM.ClothingBuffs/60'sShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330061",
                    "maxStamina": "20",
                    "shirt": "60's Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/60'sShirtBuff",
                    "displaySource": "60's Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/LettermanJacketBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330062",
                    "maxStamina": "20",
                    "speed": "1",
                    "shirt": "Letterman Jacket",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LettermanJacketBuff",
                    "displaySource": "Letterman Jacket",
                    "description": "Energy+ Speed+"
                },
                "greenRAM.ClothingBuffs/BlackLeatherJacketBuff": {
                    "sheetIndex": "10",
                    "buffId": "3330063",
                    "defense": "1",
                    "shirt": "Black Leather Jacket",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlackLeatherJacketBuff",
                    "displaySource": "Black Leather Jacket",
                    "description": "Defense+"
                },
                "greenRAM.ClothingBuffs/StrappedTopBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330064",
                    "maxStamina": "20",
                    "shirt": "Strapped Top",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/StrappedTopBuff",
                    "displaySource": "Strapped Top",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/ButtonDownShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330065",
                    "maxStamina": "20",
                    "shirt": "Button Down Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ButtonDownShirtBuff",
                    "displaySource": "Button Down Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/CropTopShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330066",
                    "maxStamina": "40",
                    "defense": "-1",
                    "shirt": "Crop Top Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CropTopShirtBuff",
                    "displaySource": "Crop Top Shirt",
                    "description": "Energy++ Defense-"
                },
                "greenRAM.ClothingBuffs/TubeTopBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330067",
                    "maxStamina": "20",
                    "shirt": "Tube Top",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CropTopShirtBuff",
                    "displaySource": "Tube Top",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TyeDieShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330068",
                    "maxStamina": "60",
                    "attack": "-60",
                    "shirt": "Tube Top",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CropTopShirtBuff",
                    "displaySource": "Tube Top",
                    "description": "Energy+++ Attack---"
                },
                "greenRAM.ClothingBuffs/SteelBreastplate2Buff": {
                    "sheetIndex": "10",
                    "buffId": "3330069",
                    "shirt": "Steel Breastplate",
                    "defense": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SteelBreastplate2Buff",
                    "displaySource": "Steel Breastplate",
                    "description": "Defense+"
                },
                "greenRAM.ClothingBuffs/CopperBreastplate2Buff": {
                    "sheetIndex": "10",
                    "buffId": "3330070",
                    "maxStamina": "-20",
                    "shirt": "Copper Breastplate",
                    "defense": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CopperBreastplate2Buff",
                    "displaySource": "Steel Breastplate",
                    "description": "Stamina- Defense+"
                },
                "greenRAM.ClothingBuffs/GoldBreastplate2Buff": {
                    "sheetIndex": "10",
                    "buffId": "3330071",
                    "shirt": "Gold Breastplate",
                    "defense": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoldBreastplate2Buff",
                    "displaySource": "Gold Breastplate",
                    "description": "Defense+ Energy+"
                },
                "greenRAM.ClothingBuffs/IridiumBreastplate2Buff": {
                    "sheetIndex": "10",
                    "buffId": "3330072",
                    "shirt": "Iridium Breastplate",
                    "defense": "2",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoldBreastplate2Buff",
                    "displaySource": "Iridium Breastplate",
                    "description": "Defense++ Energy+"
                },
                "greenRAM.ClothingBuffs/FakeMusclesShirt2Buff": {
                    "sheetIndex": "11",
                    "buffId": "3330073",
                    "shirt": "Fake Muscles Shirt",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FakeMusclesShirt2Buff",
                    "displaySource": "Fake Muscles Shirt",
                    "description": "Attack++"
                },
                "greenRAM.ClothingBuffs/FlannelShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330074",
                    "shirt": "Flannel Shirt",
                    "maxStamina": "20",
                    "mining": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FlannelShirtBuff",
                    "displaySource": "Flannel Shirt",
                    "description": "Energy+ Mining+"
                },
                "greenRAM.ClothingBuffs/BomberJacketBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330075",
                    "shirt": "Bomber Jacket",
                    "maxStamina": "20",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BomberJacketBuff",
                    "displaySource": "Bomber Jacket",
                    "description": "Energy+ Attack+"
                },
                "greenRAM.ClothingBuffs/CavemanShirtBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330076",
                    "shirt": "Caveman Shirt",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CavemanShirtBuff",
                    "displaySource": "Caveman Shirt",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/FishingVestBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330077",
                    "shirt": "Fishing Vest",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FishingVestBuff",
                    "displaySource": "Fishing Vest",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/FishShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330078",
                    "shirt": "Fish Shirt",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FishShirtBuff",
                    "displaySource": "Fish Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/ShirtAndBeltBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330079",
                    "shirt": "Shirt And Belt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShirtAndBeltBuff",
                    "displaySource": "Shirt And Belt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/GrayHoodieBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330060",
                    "shirt": "Gray Hoodie",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GrayHoodieBuff",
                    "displaySource": "Gray Hoodie",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BlueHoodieBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330081",
                    "shirt": "Blue Hoodie",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlueHoodieBuff",
                    "displaySource": "Blue Hoodie",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RedHoodieBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330082",
                    "shirt": "Red Hoodie",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RedHoodieBuff",
                    "displaySource": "Red Hoodie",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/DenimJacketBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330083",
                    "shirt": "Denim Jacket",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DenimJacketBuff",
                    "displaySource": "Denim Jacket",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TrackJacketBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330084",
                    "shirt": "Track Jacket",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TrackJacketBuff",
                    "displaySource": "Track Jacket",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/WhiteGi2Buff": {
                    "sheetIndex": "11",
                    "buffId": "3330085",
                    "shirt": "White Gi",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WhiteGi2Buff",
                    "displaySource": "White Gi",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/OrangeGi2Buff": {
                    "sheetIndex": "11",
                    "buffId": "3330086",
                    "shirt": "Orange Gi",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OrangeGi2Buff",
                    "displaySource": "Orange Gi",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/GrayVestBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330087",
                    "shirt": "Gray Vest",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GrayVestBuff",
                    "displaySource": "Gray Vest",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/KelpShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330088",
                    "shirt": "Kelp Shirt",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/KelpShirtBuff",
                    "displaySource": "Kelp Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/StuddedVestBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330089",
                    "shirt": "Studded Vest",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/StuddedVestBuff",
                    "displaySource": "Studded Vest",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/GaudyShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330090",
                    "shirt": "Gaudy Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GaudyShirtBuff",
                    "displaySource": "Gaudy Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/OasisGownBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330091",
                    "shirt": "Oasis Gown",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OasisGownBuff",
                    "displaySource": "Oasis Gown",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/BlacksmithApronBuff": {
                    "sheetIndex": "10",
                    "buffId": "3330092",
                    "shirt": "Blacksmith Apron",
                    "defense": "1",
                    "mining": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlacksmithApronBuff",
                    "displaySource": "Blacksmith Apron",
                    "description": "Defense+ Mining+"
                },
                "greenRAM.ClothingBuffs/High-WaistedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330094",
                    "shirt": "High-Waisted Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/High-WaistedShirtBuff",
                    "displaySource": "High-Waisted Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BasicPulloverBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330095",
                    "shirt": "Basic Pullover",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BasicPulloverBuff",
                    "displaySource": "Basic Pullover",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TurtleneckSweaterBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330096",
                    "shirt": "Turtleneck Sweater",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TurtleneckSweaterBuff",
                    "displaySource": "Turtleneck Sweater",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/IridiumEnergyShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330097",
                    "shirt": "Iridium Energy Shirt",
                    "maxStamina": "60",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/IridiumEnergyShirtBuff",
                    "displaySource": "Iridium Energy Shirt",
                    "description": "Energy+++"
                },
                "greenRAM.ClothingBuffs/TunnelersJerseyBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330098",
                    "shirt": "Tunnelers Jersey",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TunnelersJerseyBuff",
                    "displaySource": "Tunnelers Jersey",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/GraySuitBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330099",
                    "shirt": "Gray Suit",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GraySuitBuff",
                    "displaySource": "Gray Suit",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RedTuxedoBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330100",
                    "shirt": "Red Tuxedo",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RedTuxedoBuff",
                    "displaySource": "Red Tuxedo",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/NavyTuxedoBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330101",
                    "shirt": "Navy Tuxedo",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/NavyTuxedoBuff",
                    "displaySource": "Navy Tuxedo",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/HolidayShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330102",
                    "shirt": "Holiday Shirt",
                    "maxStamina": "60",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HolidayShirtBuff",
                    "displaySource": "Holiday Shirt",
                    "description": "Energy+++"
                },
                "greenRAM.ClothingBuffs/LeafyTopBuff": {
                    "sheetIndex": "5",
                    "buffId": "3330103",
                    "shirt": "Leafy Top",
                    "foraging": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LeafyTopBuff",
                    "displaySource": "Leafy Top",
                    "description": "Foraging+"
                },
                "greenRAM.ClothingBuffs/GoodnightShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330104",
                    "shirt": "Goodnight Shirt",
                    "staminaRegen": "1",
                    "maxStamina": "-200",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoodnightShirtBuff",
                    "displaySource": "Goodnight Shirt",
                    "description": "Energy Regen+ Energy Debuff-"
                },
                "greenRAM.ClothingBuffs/HappyShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330106",
                    "shirt": "Happy Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HappyShirtBuff",
                    "displaySource": "Happy Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/ShirtwithBowBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330107",
                    "shirt": "Shirt with Bow",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShirtwithBowBuff",
                    "displaySource": "Shirt with Bow",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/JesterShirtBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330108",
                    "shirt": "Jester Shirt",
                    "maxStamina": "-20",
                    "farming": "-1",
                    "fishing": "-1",
                    "mining": "-1",
                    "luck": "4",
                    "foraging": "-1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/JesterShirtBuff",
                    "displaySource": "Jester Shirt",
                    "description": "Luck++++ Energy- Skills-"
                },
                "greenRAM.ClothingBuffs/OceanShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330109",
                    "shirt": "Ocean Shirt",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OceanShirtBuff",
                    "displaySource": "Ocean Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/DarkStripedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330110",
                    "shirt": "Dark Striped Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarkStripedShirtBuff",
                    "displaySource": "Dark Striped Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BandanaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330111",
                    "shirt": "Bandana Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BandanaShirtBuff",
                    "displaySource": "Bandana Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BackpackShirtBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330112",
                    "shirt": "Backpack Shirt",
                    "maxStamina": "20",
                    "speed": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BackpackShirtBuff",
                    "displaySource": "Backpack Shirt",
                    "description": "Energy+ Speed+"
                },
                "greenRAM.ClothingBuffs/PurpleBlouseBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330113",
                    "shirt": "Purple Blouse",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PurpleBlouseBuff",
                    "displaySource": "Purple Blouse",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/VintagePoloBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330114",
                    "shirt": "Vintage Polo",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/VintagePoloBuff",
                    "displaySource": "Vintage Polo",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TogaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330115",
                    "shirt": "Toga Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TogaShirtBuff",
                    "displaySource": "Toga Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/StarShirtBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330116",
                    "shirt": "Star Shirt",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/StarShirtBuff",
                    "displaySource": "Star Shirt",
                    "description": "Luck+"
                },
                "greenRAM.ClothingBuffs/ClassyTopBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330117",
                    "shirt": "Classy Top",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ClassyTopBuff",
                    "displaySource": "Classy Top",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/VacationShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330119",
                    "shirt": "Vacation Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/VacationShirtBuff",
                    "displaySource": "Vacation Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/GreenThumbShirtBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330120",
                    "shirt": "Vacation Shirt",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenThumbShirtBuff",
                    "displaySource": "Green Thumb Shirt",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/SlimeShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330121",
                    "shirt": "Slime Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SlimeShirtBuff",
                    "displaySource": "Slime Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/ExcavatorShirtBuff": {
                    "sheetIndex": "2",
                    "buffId": "3330122",
                    "shirt": "Excavator Shirt",
                    "mining": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ExcavatorShirtBuff",
                    "displaySource": "Excavator Shirt",
                    "description": "Mining+"
                },
                "greenRAM.ClothingBuffs/SportsShirtBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330123",
                    "shirt": "Sports Shirt",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SportsShirtBuff",
                    "displaySource": "Sports Shirt",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/DarkJacketBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330125",
                    "shirt": "Dark Jacket",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarkJacketBuff",
                    "displaySource": "Dark Jacket",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/SunsetShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330126",
                    "shirt": "Sunset Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SunsetShirtBuff",
                    "displaySource": "Sunset Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/ChefCoatBuff": {
                    "which": "23",
                    "shirt": "Chef Coat",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ChefCoatBuff",
                    "displaySource": "Chef Coat"
                },
                "greenRAM.ClothingBuffs/ShirtO'TheSeaBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330127",
                    "shirt": "Shirt O' The Sea",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShirtO'TheSeaBuff",
                    "displaySource": "Shirt O' The Sea",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/ArcaneShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330128",
                    "shirt": "Arcane Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ArcaneShirtBuff",
                    "displaySource": "Arcane Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/PlainOverallsBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330129",
                    "shirt": "Plain Overalls",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PlainOverallsBuff",
                    "displaySource": "Plain Overalls",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/SleevelessOverallsBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330130",
                    "shirt": "Sleeveless Overalls",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SleevelessOverallsBuff",
                    "displaySource": "Sleeveless Overalls",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/CardiganBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330131",
                    "shirt": "Cardigan",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CardiganBuff",
                    "displaySource": "Cardigan",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/YobaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330132",
                    "shirt": "Yoba Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/YobaShirtBuff",
                    "displaySource": "Yoba Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/NecklaceShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330133",
                    "shirt": "Necklace Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/NecklaceShirtBuff",
                    "displaySource": "Necklace Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BeltedCoatBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330134",
                    "shirt": "Belted Coat",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BeltedCoatBuff",
                    "displaySource": "Belted Coat",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/GoldTrimmedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330135",
                    "shirt": "Gold Trimmed Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoldTrimmedShirtBuff",
                    "displaySource": "Gold Trimmed Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/PrismaticShirtBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330136",
                    "shirt": "Prismatic Shirt",
                    "luck": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PrismaticShirtBuff",
                    "displaySource": "Prismatic Shirt",
                    "description": "Energy+ luck+"
                },
                "greenRAM.ClothingBuffs/PendantShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330137",
                    "shirt": "Pendant Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PendantShirtBuff",
                    "displaySource": "Pendant Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/HighHeatShirtBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330138",
                    "shirt": "High Heat Shirt",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HighHeatShirtBuff",
                    "displaySource": "High Heat Shirt",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/FlamesShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330139",
                    "shirt": "Flames Shirt",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FlamesShirtBuff",
                    "displaySource": "Flames Shirt",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/AntiquityShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330140",
                    "shirt": "Antiquity Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/AntiquityShirtBuff",
                    "displaySource": "Antiquity Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/SoftArrowShirtBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330141",
                    "shirt": "Soft Arrow Shirt",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SoftArrowShirtBuff",
                    "displaySource": "Soft Arrow Shirt",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/DollShirtBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330142",
                    "shirt": "Doll Shirt",
                    "speed": "-1",
                    "luck": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SoftArrowShirtBuff",
                    "displaySource": "Doll Shirt",
                    "description": "Speed- Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/JewelryShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330143",
                    "shirt": "Jewelry Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/JewelryShirtBuff",
                    "displaySource": "Jewelry Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/CanvasJacketBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330144",
                    "shirt": "Canvas Jacket",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CanvasJacketBuff",
                    "displaySource": "Canvas Jacket",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TrashCanShirtBuff": {
                    "sheetIndex": "8",
                    "buffId": "3330145",
                    "shirt": "Trash Can Shirt",
                    "foraging": "1",
                    "magneticRadius": "32",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TrashCanShirttBuff",
                    "displaySource": "Trash Can Shirt",
                    "description": "Foraging+ Magnetic+"
                },
                "greenRAM.ClothingBuffs/RustyShirtBuff": {
                    "sheetIndex": "2",
                    "buffId": "3330146",
                    "shirt": "Rusty Shirt",
                    "mining": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RustyShirtBuff",
                    "displaySource": "Rusty Shirt",
                    "description": "Mining+"
                },
                "greenRAM.ClothingBuffs/CircuitboardShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330147",
                    "shirt": "Circuitboard Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CircuitboardShirtBuff",
                    "displaySource": "Circuitboard Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/FluffyShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330148",
                    "shirt": "Fluffy Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FluffyShirtBuff",
                    "displaySource": "Fluffy Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/Sauce-StainedShirtBuff": {
                    "which": 25,
                    "shirt": "Sauce-Stained Shirt",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/Sauce-StainedShirtBuff",
                    "displaySource": "Sauce-Stained Shirt"
                },
                "greenRAM.ClothingBuffs/BrownSuitBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330149",
                    "shirt": "Brown Suit",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BrownSuitBuff",
                    "displaySource": "Brown Suit",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/GoldenShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330150",
                    "shirt": "Golden Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoldenShirtBuff",
                    "displaySource": "Golden Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/CaptainsUniformBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330151",
                    "shirt": "Captain's Uniform",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CaptainsUniformBuff",
                    "displaySource": "Captain's Uniform",
                    "description": "fishing+"
                },
                "greenRAM.ClothingBuffs/OfficerUniformBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330152",
                    "shirt": "Officer Uniform",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OfficerUniformBuff",
                    "displaySource": "Officer Uniform",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/RangerUniformBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330153",
                    "shirt": "Ranger Uniform",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RangerUniformBuff",
                    "displaySource": "Ranger Uniform",
                    "description": "Attack++"
                },
                "greenRAM.ClothingBuffs/BlueLongVestBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330154",
                    "shirt": "Blue Long Vest",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlueLongVestBuff",
                    "displaySource": "Blue Long Vest",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RegalMantleBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330155",
                    "shirt": "Regal Mantle",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RegalMantleBuff",
                    "displaySource": "Regal Mantle",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/RelicShirtBuff": {
                    "sheetIndex": "2",
                    "buffId": "3330156",
                    "shirt": "Relic Shirt",
                    "mining": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RelicShirtBuff",
                    "displaySource": "Relic Shirt",
                    "description": "Mining+"
                },
                "greenRAM.ClothingBuffs/BoboShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330157",
                    "shirt": "Bobo Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BoboShirtBuff",
                    "displaySource": "Bobo Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/FriedEggShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330159",
                    "shirt": "Fried Egg Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FriedEggShirtBuff",
                    "displaySource": "Fried Egg Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BurgerShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330170",
                    "shirt": "Burger Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BurgerShirtBuff",
                    "displaySource": "Burger Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/CollaredShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330171",
                    "shirt": "Collared Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CollaredShirtBuff",
                    "displaySource": "Collared Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/ToastedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330172",
                    "shirt": "Toasted Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ToastedShirtBuff",
                    "displaySource": "Toasted Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/CarpShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330173",
                    "shirt": "Carp Shirt",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CarpShirtBuff",
                    "displaySource": "Carp Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/RedFlannelShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330174",
                    "shirt": "Red Flannel Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RedFlannelShirtBuff",
                    "displaySource": "Red Flannel Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TortillaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330175",
                    "shirt": "Tortilla Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TortillaShirtBuff",
                    "displaySource": "Tortilla Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/WarmFlannelShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330176",
                    "shirt": "Warm Flannel Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WarmFlannelShirtBuff",
                    "displaySource": "Warm Flannel Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/SugarShirtBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330177",
                    "shirt": "Sugar Shirt",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SugarShirtBuff",
                    "displaySource": "Sugar Shirt",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/GreenFlannelShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330178",
                    "shirt": "Green Flannel Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenFlannelShirtBuff",
                    "displaySource": "Green Flannel Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/OilStainedShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330179",
                    "shirt": "Oil Stained Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OilStainedShirtBuff",
                    "displaySource": "Oil Stained Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/MorelShirtBuff": {
                    "sheetIndex": "5",
                    "buffId": "3330160",
                    "shirt": "Morel Shirt",
                    "foraging": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MorelShirtBuff",
                    "displaySource": "Morel Shirt",
                    "description": "Foraging++"
                },
                "greenRAM.ClothingBuffs/SpringShirtBuff": {
                    "sheetIndex": "5",
                    "buffId": "3330181",
                    "shirt": "Spring Shirt",
                    "foraging": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SpringShirtBuff",
                    "displaySource": "Spring Shirt",
                    "description": "Foraging+ Energy+"
                },
                "greenRAM.ClothingBuffs/RainCoatBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330183",
                    "shirt": "Rain Coat",
                    "fishing": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RainCoatBuff",
                    "displaySource": "Rain Coat",
                    "description": "Fishing++"
                },
                "greenRAM.ClothingBuffs/DarkBandanaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330184",
                    "shirt": "Dark Bandana Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarkBandanaShirtBuff",
                    "displaySource": "Dark Bandana Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/DarkHighlightShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330185",
                    "shirt": "Dark Highlight Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarkHighlightShirtBuff",
                    "displaySource": "Dark Highlight Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/OmniShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330186",
                    "shirt": "Omni Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OmniShirtBuff",
                    "displaySource": "Omni Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/BridalShirtBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330187",
                    "shirt": "Bridal Shirt",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BridalShirtBuff",
                    "displaySource": "Bridal Shirt",
                    "description": "Luck+"
                },
                "greenRAM.ClothingBuffs/BrownOverallsBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330188",
                    "shirt": "Brown Overalls",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BrownOverallsBuff",
                    "displaySource": "Brown Overalls",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/OrangeBowShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330189",
                    "shirt": "Brown Overalls",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OrangeBowShirtBuff",
                    "displaySource": "Orange Bow Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/WhiteOverallsBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330190",
                    "shirt": "White Overalls",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WhiteOverallsBuff",
                    "displaySource": "White Overalls",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/Pour-OverShirtBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330190",
                    "shirt": "Pour-Over Shirt",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/Pour-OverShirtBuff",
                    "displaySource": "Pour-Over Shirt",
                    "description": "Speed++"
                },
                "greenRAM.ClothingBuffs/GreenJacketShirtBuff": {
                    "sheetIndex": "2",
                    "buffId": "3330191",
                    "shirt": "Green Jacket Shirt",
                    "maxStamina": "20",
                    "mining": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenJacketShirtBuff",
                    "displaySource": "Green Jacket Shirt",
                    "description": "Energy+ Mining+"
                },
                "greenRAM.ClothingBuffs/ShortJacketBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330192",
                    "shirt": "Short Jacket",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShortJacketBuff",
                    "displaySource": "Short Jacket",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/PolkaDotShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330193",
                    "shirt": "Polka Dot Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PolkaDotShirtBuff",
                    "displaySource": "Polka Dot Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/WhiteDotShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330194",
                    "shirt": "White Dot Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WhiteDotShirtBuff",
                    "displaySource": "White Dot Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/CamoShirtBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330195",
                    "shirt": "Camo Shirt",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CamoShirtBuff",
                    "displaySource": "Camo Shirt",
                    "description": "Attack+"
                },
                "greenRAM.ClothingBuffs/DirtShirtBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330196",
                    "shirt": "Dirt Shirt",
                    "Farming": "1",
                    "foraging": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DirtShirtBuff",
                    "displaySource": "Dirt Shirt",
                    "description": "Farming+ Foraging+"
                },
                "greenRAM.ClothingBuffs/CrabCakeShirtBuff": {
                    "sheetIndex": "10",
                    "buffId": "3330197",
                    "shirt": "Crab Cake Shirt",
                    "speed": "1",
                    "defense": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CrabCakeShirtBuff",
                    "displaySource": "Crab Cake Shirt",
                    "description": "Speed+ Defense+"
                },
                "greenRAM.ClothingBuffs/SilkyShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330198",
                    "shirt": "Silky Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SilkyShirtBuff",
                    "displaySource": "Silky Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/BlueButtonedVestBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330199",
                    "shirt": "Blue Buttoned Vest",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlueButtonedVestBuff",
                    "displaySource": "Blue Buttoned Vest",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/FadedDenimShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330200",
                    "shirt": "Faded Denim Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FadedDenimShirtBuff",
                    "displaySource": "Faded Denim Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/RedButtonedVestBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330201",
                    "shirt": "Red Buttoned Vest",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RedButtonedVestBuff",
                    "displaySource": "Red Buttoned Vest",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/GreenButtonedVestBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330202",
                    "shirt": "Green Buttoned Vest",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenButtonedVestBuff",
                    "displaySource": "Green Buttoned Vest",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TomatoShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330203",
                    "shirt": "Tomato Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TomatoShirtBuff",
                    "displaySource": "Tomato Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/FringedVestBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330204",
                    "shirt": "Fringed Vest",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FringedVestBuff",
                    "displaySource": "Fringed Vest",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/GlobbyShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330205",
                    "shirt": "Globby Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GlobbyShirtBuff",
                    "displaySource": "Globby Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/MidnightDogJacketBuff": {
                    "which": 28,
                    "shirt": "Midnight Dog Jacket",
                    "staminaRegen": "1",
                    "maxStamina": "-200",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MidnightDogJacketBuff",
                    "displaySource": "Energy Regen+ Energy Debuff-"
                },
                "greenRAM.ClothingBuffs/ShrimpEnthusiastShirtBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330206",
                    "shirt": "Shrimp Enthusiast Shirt",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShrimpEnthusiastShirtBuff",
                    "displaySource": "Shrimp Enthusiast Shirt",
                    "description": "Fishing+"
                },
                "greenRAM.ClothingBuffs/TeaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330207",
                    "shirt": "Tea Shirt",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TeaShirtBuff",
                    "displaySource": "Tea Shirt",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/TrinketShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330208",
                    "shirt": "Trinket Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TrinketShirtBuff",
                    "displaySource": "Trinket Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/DarknessSuitBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330209",
                    "shirt": "Darkness Suit",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarknessSuitBuff",
                    "displaySource": "Darkness Suit",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/MineralDogJacketBuff": {
                    "sheetIndex": "2",
                    "buffId": "3330210",
                    "shirt": "Mineral Dog Jacket",
                    "mining": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MineralDogJacketBuff",
                    "displaySource": "Mineral Dog Jacket",
                    "description": "Mining++"
                },
                "greenRAM.ClothingBuffs/MagentaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330211",
                    "shirt": "Magenta Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MagentaShirtBuff",
                    "displaySource": "Magenta Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/GingerOverallsBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330212",
                    "shirt": "Ginger Overalls",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MineralDogJacketBuff",
                    "displaySource": "Ginger Overalls",
                    "description": "Farming+"
                },
                "greenRAM.ClothingBuffs/BananaShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330213",
                    "shirt": "Banana Shirt",
                    "maxStamina": "60",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BananaShirtBuff",
                    "displaySource": "Banana Shirt",
                    "description": "Energy+++"
                },
                "greenRAM.ClothingBuffs/YellowSuitBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330214",
                    "shirt": "Yellow Suit",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/YellowSuitBuff",
                    "displaySource": "Yellow Suit",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/HotPinkShirtBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330215",
                    "shirt": "Hot Pink Shirt",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HotPinkShirtBuff",
                    "displaySource": "Hot Pink Shirt",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/TropicalSunriseShirtBuff": {
                    "sheetIndex": "5",
                    "buffId": "3330216",
                    "shirt": "Tropical Sunrise Shirt",
                    "Foraging": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TropicalSunriseShirtBuff",
                    "displaySource": "Tropical Sunrise Shirt",
                    "description": "Foraging++"
                },
                "greenRAM.ClothingBuffs/IslandBikiniBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330217",
                    "fishing": "1",
                    "luck": "1",
                    "shirt": "Island Bikini",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/IslandBikiniBuff",
                    "displaySource": "Island Bikini",
                    "description": "Fishing+ Luck+"
                },
                "greenRAM.ClothingBuffs/MagicSprinkleShirtBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330218",
                    "shirt": "Magic Sprinkle Shirt",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MagicSprinkleShirtBuff",
                    "displaySource": "Magic Sprinkle Shirt",
                    "description": "Luck+"
                },
                "greenRAM.ClothingBuffs/CowboyHatBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330220",
                    "hat": "Cowboy Hat",
                    "farming": "1",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CowboyHatBuff",
                    "displaySource": "Cowboy Hat",
                    "description": "Farming+ Speed+"
                },
                "greenRAM.ClothingBuffs/BowlerHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330221",
                    "hat": "Bowler Hat",
                    "luck": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BowlerHattBuff",
                    "displaySource": "Bowler Hat",
                    "description": "Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/TopHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330222",
                    "hat": "Top Hat",
                    "luck": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TopHatBuff",
                    "displaySource": "Top Hat",
                    "description": "Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/SombreroBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330223",
                    "hat": "Sombrero",
                    "speed": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SombreroBuff",
                    "displaySource": "Sombrero",
                    "description": "Speed+ Energy+"
                },
                "greenRAM.ClothingBuffs/OfficialCapBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330224",
                    "hat": "Official Cap",
                    "attack": "5",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/OfficialCapBuff",
                    "displaySource": "Official Cap",
                    "description": "Attack+ Energy+"
                },
                "greenRAM.ClothingBuffs/BlueBonnetBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330225",
                    "hat": "Blue Bonnet",
                    "Farming": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlueBonnetBuff",
                    "displaySource": "Blue Bonnet",
                    "description": "Farming++"
                },
                "greenRAM.ClothingBuffs/PlumChapeauBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330226",
                    "hat": "Plum Chapeau",
                    "Farming": "1",
                    "Fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PlumChapeauBuff",
                    "displaySource": "Plum Chapeau",
                    "description": "Farming+ Fishing+"
                },
                "greenRAM.ClothingBuffs/SkeletonMaskBuff": {
                    "sheetIndex": "10",
                    "buffId": "3330227",
                    "hat": "Skeleton Mask",
                    "Mining": "1",
                    "defense": "1",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SkeletonMaskBuff",
                    "displaySource": "Skeleton Mask",
                    "description": "Mining+ Defense+ Attack+"
                },
                "greenRAM.ClothingBuffs/GoblinMaskBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330228",
                    "hat": "Goblin Mask",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoblinMaskBuff",
                    "displaySource": "Goblin Mask",
                    "description": "Attack++"
                },
                "greenRAM.ClothingBuffs/ChickenMaskBuff": {
                    "sheetIndex": "0",
                    "buffId": "3330229",
                    "hat": "Chicken Mask",
                    "foraging": "1",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ChickenMaskBuff",
                    "displaySource": "Chicken Mask",
                    "description": "Farming+ Foraging+"
                },
                "greenRAM.ClothingBuffs/EarmuffsBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330230",
                    "hat": "Earmuffs",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/EarmuffsBuff",
                    "displaySource": "Earmuffs",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/DelicateBowBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330231",
                    "hat": "Delicate Bow",
                    "Luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DelicateBowBuff",
                    "displaySource": "Delicate Bow",
                    "description": "Luck++"
                },
                "greenRAM.ClothingBuffs/TropiclipBuff": {
                    "sheetIndex": "4",
                    "buffId": "3330232",
                    "hat": "Tropiclip",
                    "Luck": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TropiclipBuff",
                    "displaySource": "Tropiclip",
                    "description": "Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/ButterflyBowBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330233",
                    "hat": "Butterfly Bow",
                    "Luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ButterflyBowBuff",
                    "displaySource": "Butterfly Bow",
                    "description": "Luck++"
                },
                "greenRAM.ClothingBuffs/HuntersCapBuff": {
                    "sheetIndex": "11",
                    "buffId": "3330234",
                    "hat": "Hunter's Cap",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HuntersCapBuff",
                    "displaySource": "Hunter's Cap",
                    "description": "Attack++"
                },
                "greenRAM.ClothingBuffs/TruckerHatBuff": {
                    "sheetIndex": "9",
                    "buffId": "3330235",
                    "hat": "Trucker Hat",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TruckerHatBuff",
                    "displaySource": "Trucker Hat",
                    "description": "Speed++"
                },
                "greenRAM.ClothingBuffs/SailorsCapBuff": {
                    "sheetIndex": "1",
                    "buffId": "3330236",
                    "hat": "Sailor's Cap",
                    "fishing": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SailorsCapBuff",
                    "displaySource": "Sailor's Cap",
                    "description": "Fishing++"
                },
                "greenRAM.ClothingBuffs/GoodOlCapBuff": {
                    "sheetIndex": "16",
                    "buffId": "3330237",
                    "hat": "Good Ol' Cap",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoodOlCapBuff",
                    "displaySource": "Good Ol' Cap",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/FedoraBuff": {
                    "sheetIndex": "16",
                    "buffId": "333228",
                    "hat": "Fedora",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FedoraBuff",
                    "displaySource": "Fedora",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/CoolCapBuff": {
                    "sheetIndex": "16",
                    "buffId": "333229",
                    "hat": "Cool Cap",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CoolCapBuff",
                    "displaySource": "Cool Cap",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/LuckyBowBuff": {
                    "sheetIndex": "4",
                    "buffId": "333230",
                    "hat": "Lucky Bow",
                    "Luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LuckyBowBuff",
                    "displaySource": "Lucky Bow",
                    "description": "Luck++"
                },
                "greenRAM.ClothingBuffs/PolkaBowBuff": {
                    "sheetIndex": "16",
                    "buffId": "333231",
                    "hat": "Polka Bow",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PolkaBowBuff",
                    "displaySource": "Polka Bow",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/GnomesCapBuff": {
                    "sheetIndex": "10",
                    "buffId": "333232",
                    "hat": "Gnome's Cap",
                    "mining": "1",
                    "defense": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GnomesCapBuff",
                    "displaySource": "Gnome's Cap",
                    "description": "Mining+ Defense+"
                },
                "greenRAM.ClothingBuffs/EyePatchBuff": {
                    "sheetIndex": "11",
                    "buffId": "333233",
                    "hat": "Eye Patch",
                    "attack": "5",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/EyePatchBuff",
                    "displaySource": "Eye Patch",
                    "description": "Attack+ Luck+"
                },
                "greenRAM.ClothingBuffs/SantaHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "333234",
                    "hat": "Santa Hat",
                    "maxStamina": "20",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SantaHatBuff",
                    "displaySource": "Santa Hat",
                    "description": "Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/TiaraBuff": {
                    "sheetIndex": "4",
                    "buffId": "333035",
                    "hat": "Tiara",
                    "maxStamina": "20",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TiaraBuff",
                    "displaySource": "Tiara",
                    "description": "Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/HardHatBuff": {
                    "sheetIndex": "10",
                    "buffId": "333236",
                    "hat": "Hard Hat",
                    "defense": "1",
                    "mining": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HardHatBuff",
                    "displaySource": "Hard Hat",
                    "description": "Defense+ Mining+"
                },
                "greenRAM.ClothingBuffs/SouwesterBuff": {
                    "sheetIndex": "16",
                    "buffId": "333237",
                    "hat": "Sou'wester",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SouwesterBuff",
                    "displaySource": "Sou'wester",
                    "description": "Fishing++"
                },
                "greenRAM.ClothingBuffs/DaisyBuff": {
                    "sheetIndex": "5",
                    "buffId": "333238",
                    "hat": "Daisy",
                    "foraging": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DaisyBuff",
                    "displaySource": "Daisy",
                    "description": "Foraging++"
                },
                "greenRAM.ClothingBuffs/WatermelonBandBuff": {
                    "sheetIndex": "1",
                    "buffId": "333239",
                    "hat": "Watermelon Band",
                    "farming": "1",
                    "fishing": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WatermelonBandBuff",
                    "displaySource": "Watermelon Band",
                    "description": "Farming+ Fishing+"
                },
                "greenRAM.ClothingBuffs/MouseEarsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333240",
                    "hat": "Mouse Ears",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MouseEarsBuff",
                    "displaySource": "Mouse Ears",
                    "description": "Speed++"
                },
                "greenRAM.ClothingBuffs/CatEarsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333241",
                    "hat": "Cat Ears",
                    "speed": "1",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CatEarsBuff",
                    "displaySource": "Cat Ears",
                    "description": "Speed+ Luck+"
                },
                "greenRAM.ClothingBuffs/CowgalHatBuff": {
                    "sheetIndex": "9",
                    "buffId": "333242",
                    "hat": "Cowgal Hat",
                    "speed": "1",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CowgalHatBuff",
                    "displaySource": "Cowgal Hat",
                    "description": "Speed+ farming+"
                },
                "greenRAM.ClothingBuffs/CowpokeHatBuff": {
                    "sheetIndex": "0",
                    "buffId": "333243",
                    "hat": "Cowpoke Hat",
                    "farming": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CowpokeHatBuff",
                    "displaySource": "Cowpoke Hat",
                    "description": "farming++"
                },
                "greenRAM.ClothingBuffs/ArchersCapBuff": {
                    "sheetIndex": "11",
                    "buffId": "333244",
                    "hat": "Archer's Cap",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ArchersCapBuff",
                    "displaySource": "Archer's Cap",
                    "description": "Attack++"
                },
                "greenRAM.ClothingBuffs/PandaHatBuff": {
                    "sheetIndex": "10",
                    "buffId": "333245",
                    "hat": "Panda Hat",
                    "attack": "5",
                    "defense": "1",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ArchersCapBuff",
                    "displaySource": "Panda Hat",
                    "description": "Attack+ Defense+ Luck+"
                },
                "greenRAM.ClothingBuffs/BlueCowboyHatBuff": {
                    "sheetIndex": "9",
                    "buffId": "333246",
                    "hat": "Blue Cowboy Hat",
                    "speed": "1",
                    "farming": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlueCowboyHatBuff",
                    "displaySource": "Blue Cowboy Hat",
                    "description": "Speed+ Farming+"
                },
                "greenRAM.ClothingBuffs/RedCowboyHatBuff": {
                    "sheetIndex": "0",
                    "buffId": "333247",
                    "hat": "Red Cowboy Hat",
                    "farming": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RedCowboyHatBuff",
                    "displaySource": "Red Cowboy Hat",
                    "description": "Farming++"
                },
                "greenRAM.ClothingBuffs/ConeHatBuff": {
                    "sheetIndex": "9",
                    "buffId": "333248",
                    "hat": "Cone Hat",
                    "speed": "3",
                    "luck": "-1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ConeHatBuff",
                    "displaySource": "Cone Hat",
                    "description": "Speed+++ Luck-"
                },
                "greenRAM.ClothingBuffs/LivingHatBuff": {
                    "sheetIndex": "5",
                    "buffId": "333249",
                    "hat": "Living Hat",
                    "foraging": "3",
                    "defense": "-1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LivingHatBuff",
                    "displaySource": "Living Hat",
                    "description": "Foraging+++ defense-"
                },
                "greenRAM.ClothingBuffs/EmilysMagicHatBuff": {
                    "sheetIndex": "11",
                    "buffId": "333250",
                    "hat": "Emily's Magic Hat",
                    "attack": "10",
                    "luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LivingHatBuff",
                    "displaySource": "Emily's Magic Hat",
                    "description": "Luck++ Attack++"
                },
                "greenRAM.ClothingBuffs/MushroomCapBuff": {
                    "sheetIndex": "10",
                    "buffId": "333251",
                    "hat": "Mushroom Cap",
                    "foraging": "1",
                    "luck": "1",
                    "defense": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MushroomCapBuff",
                    "displaySource": "Mushroom Cap",
                    "description": "Foraging+ Luck+ Defesne+"
                },
                "greenRAM.ClothingBuffs/DinosaurHatBuff": {
                    "sheetIndex": "11",
                    "buffId": "333252",
                    "hat": "Dinosaur Hat",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DinosaurHatBuff",
                    "displaySource": "Dinosaur Hat",
                    "description": "Attack++"
                },
                "greenRAM.ClothingBuffs/TotemMaskBuff": {
                    "sheetIndex": "9",
                    "buffId": "333253",
                    "hat": "Totem Mask",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TotemMaskBuff",
                    "displaySource": "Totem Mask",
                    "description": "Speed++"
                },
                "greenRAM.ClothingBuffs/LogoCapBuff": {
                    "sheetIndex": "1",
                    "buffId": "333254",
                    "hat": "Logo Cap",
                    "fishing": "1",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LogoCapBuff",
                    "displaySource": "Logo Cap",
                    "description": "Fishing+ Luck+"
                },
                "greenRAM.ClothingBuffs/WearableDwarfHelmBuff": {
                    "sheetIndex": "10",
                    "buffId": "333255",
                    "hat": "Wearable Dwarf Helm",
                    "defense": "1",
                    "minging": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WearableDwarfHelmBuff",
                    "displaySource": "Logo Cap",
                    "description": "Defense+ Mining+"
                },
                "greenRAM.ClothingBuffs/FashionHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "333256",
                    "hat": "Fashion Hat",
                    "fishing": "1",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FashionHatBuff",
                    "displaySource": "Fashion Hat",
                    "description": "Fishing+ Luck+"
                },
                "greenRAM.ClothingBuffs/PumpkinMaskBuff": {
                    "sheetIndex": "9",
                    "buffId": "333257",
                    "hat": "Pumpkin Mask",
                    "speed": "3",
                    "luck": "-1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PumpkinMaskBuff",
                    "displaySource": "Pumpkin Mask",
                    "description": "Speed+++ Luck-"
                },
                "greenRAM.ClothingBuffs/HairBoneBuff": {
                    "sheetIndex": "11",
                    "buffId": "333258",
                    "hat": "Hair Bone",
                    "attack": "15",
                    "defense": "-1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/HairBoneBuff",
                    "displaySource": "Hair Bone",
                    "description": "Attack+++ defense-"
                },
                "greenRAM.ClothingBuffs/KnightsHelmetBuff": {
                    "sheetIndex": "10",
                    "buffId": "333259",
                    "hat": "Knight's Helmet",
                    "defense": "1",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/KnightsHelmetBuff",
                    "displaySource": "Knight's Helmet",
                    "description": "Defense+ Attack+"
                },
                "greenRAM.ClothingBuffs/SquiresHelmetBuff": {
                    "sheetIndex": "10",
                    "buffId": "333260",
                    "hat": "Squire's Helmet",
                    "defense": "2",
                    "attack": "-20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SquiresHelmetBuff",
                    "displaySource": "Squire's Helmet",
                    "description": "Defense++ Attack-"
                },
                "greenRAM.ClothingBuffs/SpottedHeadscarfBuff": {
                    "sheetIndex": "5",
                    "buffId": "333261",
                    "hat": "Spotted Headscarf",
                    "foraging": "3",
                    "attack": "-20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SpottedHeadscarfBuff",
                    "displaySource": "Spotted Headscarf",
                    "description": "Foraging+++ Attack-"
                },
                "greenRAM.ClothingBuffs/BeanieBuff": {
                    "sheetIndex": "5",
                    "buffId": "333262",
                    "hat": "Beanie",
                    "foraging": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BeanieBuff",
                    "displaySource": "Beanie",
                    "description": "Foraging++"
                },
                "greenRAM.ClothingBuffs/FloppyBeanieBuff": {
                    "sheetIndex": "5",
                    "buffId": "333263",
                    "hat": "Floppy Beanie",
                    "foraging": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FloppyBeanieBuff",
                    "displaySource": "Floppy Beanie",
                    "description": "Foraging++"
                },
                "greenRAM.ClothingBuffs/FishingHatBuff": {
                    "sheetIndex": "1",
                    "buffId": "333264",
                    "hat": "Fishing Hat",
                    "fishing": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FishingHatBuff",
                    "displaySource": "Fishing Hat",
                    "description": "Fishing++"
                },
                "greenRAM.ClothingBuffs/BlobfishMaskBuff": {
                    "sheetIndex": "1",
                    "buffId": "333265",
                    "hat": "Blobfish Mask",
                    "fishing": "3",
                    "attack": "-20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BlobfishMaskBuff",
                    "displaySource": "Blobfish Mask",
                    "description": "Fishing+++ Attack-"
                },
                "greenRAM.ClothingBuffs/PartyHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "333266",
                    "hat": "Party Hat",
                    "luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PartyHatBuff",
                    "displaySource": "Party Hat",
                    "description": "Luck++"
                },
                "greenRAM.ClothingBuffs/ArcaneHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "333267",
                    "hat": "Arcane Hat",
                    "luck": "1",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ArcaneHatBuff",
                    "displaySource": "Arcane Hat",
                    "description": "Luck+ Energy+"
                },
                "greenRAM.ClothingBuffs/ChefHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "333268",
                    "hat": "Chef Hat",
                    "luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ChefHatBuff",
                    "displaySource": "Chef Hat",
                    "description": "Luck++"
                },
                "greenRAM.ClothingBuffs/PirateHatBuff": {
                    "sheetIndex": "11",
                    "buffId": "333269",
                    "hat": "Pirate Hat",
                    "luck": "1",
                    "attack": "5",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PirateHatBuff",
                    "displaySource": "Pirate Hat",
                    "description": "Luck+ Attack+"
                },
                "greenRAM.ClothingBuffs/FlatToppedHatBuff": {
                    "sheetIndex": "16",
                    "buffId": "333270",
                    "hat": "Flat Topped Hat",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FlatToppedHatBuff",
                    "displaySource": "Flat Topped Hat",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/ElegantTurbanBuff": {
                    "sheetIndex": "16",
                    "buffId": "333271",
                    "hat": "Elegant Turban",
                    "maxStamina": "60",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ElegantTurbanBuff",
                    "displaySource": "Elegant Turban",
                    "description": "Energy+++"
                },
                "greenRAM.ClothingBuffs/WhiteTurbanBuff": {
                    "sheetIndex": "16",
                    "buffId": "333272",
                    "hat": "White Turban",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WhiteTurbanBuff",
                    "displaySource": "White Turban",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/GarbageHatBuff": {
                    "sheetIndex": "8",
                    "buffId": "333273",
                    "hat": "Garbage Hat",
                    "foraging": "1",
                    "magneticRadius": "60",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GarbageHatBuff",
                    "displaySource": "Garbage Hat",
                    "description": "Magnet++ Foraging+"
                },
                "greenRAM.ClothingBuffs/GoldenMaskBuff": {
                    "sheetIndex": "2",
                    "buffId": "333274",
                    "hat": "Golden Mask",
                    "mining": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoldenMaskBuff",
                    "displaySource": "Golden Mask",
                    "description": "Mining++"
                },
                "greenRAM.ClothingBuffs/PropellerHatBuff": {
                    "sheetIndex": "8",
                    "buffId": "333275",
                    "hat": "Propeller Hat",
                    "mining": "1",
                    "magneticRadius": "60",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PropellerHatBuff",
                    "displaySource": "Propeller Hat",
                    "description": "Magnet++ Mining+"
                },
                "greenRAM.ClothingBuffs/BridalVeilBuff": {
                    "sheetIndex": "4",
                    "buffId": "333276",
                    "hat": "Bridal Veil",
                    "luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BridalVeilBuff",
                    "displaySource": "Bridal Veil",
                    "description": "Luck+"
                },
                "greenRAM.ClothingBuffs/WitchHatBuff": {
                    "sheetIndex": "16",
                    "buffId": "333277",
                    "hat": "Witch Hat",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WitchHatBuff",
                    "displaySource": "Witch Hat",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/CopperPanBuff": {
                    "sheetIndex": "10",
                    "buffId": "333278",
                    "hat": "Copper Pan",
                    "mining": "1",
                    "defense": "1",
                    "magneticRadius": "30",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CopperPanBuff",
                    "displaySource": "Copper Pan",
                    "description": "Magnet+ Mining+ Defense+"
                },
                "greenRAM.ClothingBuffs/GreenTurbanBuff": {
                    "sheetIndex": "8",
                    "buffId": "333279",
                    "hat": "Green Turban",
                    "mining": "1",
                    "magneticRadius": "30",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GreenTurbanBuff",
                    "displaySource": "Green Turban",
                    "description": "Magnet+ Mining+"
                },
                "greenRAM.ClothingBuffs/MagicCowboyHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "333280",
                    "hat": "Magic Cowboy Hat",
                    "farming": "1",
                    "maxStamina": "40",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MagicCowboyHatBuff",
                    "displaySource": "Magic Cowboy Hat",
                    "description": "Farming+ Energy++ Luck+"
                },
                "greenRAM.ClothingBuffs/MagicTurbanBuff": {
                    "sheetIndex": "8",
                    "buffId": "333281",
                    "hat": "Magic Turban",
                    "mining": "1",
                    "magneticRadius": "60",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MagicTurbanBuff",
                    "displaySource": "Magic Turban",
                    "description": "Mining+ Magnet++ Luck+"
                },
                "greenRAM.ClothingBuffs/GoldenHelmetBuff": {
                    "sheetIndex": "10",
                    "buffId": "333282",
                    "hat": "Golden Helmet",
                    "maxStamina": "40",
                    "luck": "1",
                    "defense": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GoldenHelmetBuff",
                    "displaySource": "Golden Helmet",
                    "description": "Defense+ Energy++ Luck+"
                },
                "greenRAM.ClothingBuffs/DeluxePirateHatBuff": {
                    "sheetIndex": "11",
                    "buffId": "333283",
                    "hat": "Deluxe Pirate Hat",
                    "luck": "2",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DeluxePirateHatBuff",
                    "displaySource": "Deluxe Pirate Hat",
                    "description": "Luck++ Attack++"
                },
                "greenRAM.ClothingBuffs/PinkBowBuff": {
                    "sheetIndex": "4",
                    "buffId": "333284",
                    "hat": "Pink Bow",
                    "luck": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PinkBowBuff",
                    "displaySource": "Pink Bow",
                    "description": "Luck++"
                },
                "greenRAM.ClothingBuffs/FrogHatBuff": {
                    "sheetIndex": "9",
                    "buffId": "333285",
                    "hat": "Frog Hat",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FrogHatBuff",
                    "displaySource": "Frog Hat",
                    "description": "Speed++"
                },
                "greenRAM.ClothingBuffs/SmallCapBuff": {
                    "sheetIndex": "9",
                    "buffId": "333286",
                    "hat": "Small Cap",
                    "speed": "1",
                    "luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SmallCapBuff",
                    "displaySource": "Frog Hat",
                    "description": "Speed+ Luck+"
                },
                "greenRAM.ClothingBuffs/BluebirdMaskBuff": {
                    "sheetIndex": "16",
                    "buffId": "333287",
                    "hat": "Bluebird Mask",
                    "maxStamina": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/BluebirdMaskBuff",
                    "displaySource": "Bluebird Mask",
                    "description": "Energy++"
                },
                "greenRAM.ClothingBuffs/DeluxeCowboyHatBuff": {
                    "sheetIndex": "0",
                    "buffId": "333288",
                    "hat": "Deluxe Cowboy Hat",
                    "farming": "2",
                    "maxStamina": "20",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DeluxeCowboyHatBuff",
                    "displaySource": "Deluxe Cowboy Hat",
                    "description": "Farming++ Energy+"
                },
                "greenRAM.ClothingBuffs/MrQisHatBuff": {
                    "sheetIndex": "4",
                    "buffId": "333289",
                    "hat": "Mr. Qi's Hat",
                    "luck": "3",
                    "speed": "-2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MrQisHatBuff",
                    "displaySource": "Mr. Qi's Hat",
                    "description": "Luck+++ Speed--"
                },
                "greenRAM.ClothingBuffs/DarkCowboyHatBuff": {
                    "sheetIndex": "2",
                    "buffId": "333290",
                    "hat": "Dark Cowboy Hat",
                    "Mining": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarkCowboyHatBuff",
                    "displaySource": "Dark Cowboy Hat",
                    "description": "Mining++"
                },
                "greenRAM.ClothingBuffs/RadioactiveGogglesBuff": {
                    "sheetIndex": "16",
                    "buffId": "333291",
                    "hat": "Radioactive Goggles",
                    "maxStamina": "60",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RadioactiveGogglesBuff",
                    "displaySource": "Radioactive Goggles",
                    "description": "Energy+++"
                },
                "greenRAM.ClothingBuffs/SwashbucklerHatBuff": {
                    "sheetIndex": "11",
                    "buffId": "333292",
                    "hat": "Swashbuckler Hat",
                    "attack": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SwashbucklerHatBuff",
                    "displaySource": "Swashbuckler Hat",
                    "description": "Attack++"
                },
                "greenRAM.ClothingBuffs/QiMaskBuff": {
                    "sheetIndex": "9",
                    "buffId": "333293",
                    "hat": "Qi Mask",
                    "luck": "-2",
                    "speed": "3",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/QiMaskBuff",
                    "displaySource": "Qi Mask",
                    "description": "Speed+++ Luck--"
                },
                "greenRAM.ClothingBuffs/StarHelmetBuff": {
                    "sheetIndex": "10",
                    "buffId": "333294",
                    "hat": "Star Helmet",
                    "defense": "1",
                    "mining": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/StarHelmetBuff",
                    "displaySource": "Star Helmet",
                    "description": "Defense+ Mining+"
                },
                "greenRAM.ClothingBuffs/SunglassesBuff": {
                    "sheetIndex": "8",
                    "buffId": "333295",
                    "hat": "Sunglasses",
                    "magneticRadius": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SunglassesBuff",
                    "displaySource": "Sunglasses",
                    "description": "Magnet++"
                },
                "greenRAM.ClothingBuffs/GogglesBuff": {
                    "sheetIndex": "8",
                    "buffId": "333296",
                    "hat": "Goggles",
                    "magneticRadius": "40",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GogglesBuff",
                    "displaySource": "Goggles",
                    "description": "Magnet++"
                },
                "greenRAM.ClothingBuffs/ForagersHatBuff": {
                    "sheetIndex": "5",
                    "buffId": "333297",
                    "hat": "Forager's Hat",
                    "foraging": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ForagersHatBuff",
                    "displaySource": "Forager's Hat",
                    "description": "Foraging++"
                },
                "greenRAM.ClothingBuffs/TigerHatBuff": {
                    "sheetIndex": "11",
                    "buffId": "333298",
                    "hat": "Tiger Hat",
                    "attack": "5",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TigerHatBuff",
                    "displaySource": "Tiger Hat",
                    "description": "Attack+ Speed+"
                },
                "greenRAM.ClothingBuffs/???Buff": {
                    "sheetIndex": "9",
                    "buffId": "333299",
                    "hat": "???",
                    "Luck": "3",
                    "speed": "3",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/???Buff",
                    "displaySource": "???",
                    "description": "Luck+++ Speed+++"
                },
                "greenRAM.ClothingBuffs/WarriorHelmetBuff": {
                    "sheetIndex": "10",
                    "buffId": "333300",
                    "hat": "Warrior Helmet",
                    "attack": "5",
                    "defense": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WarriorHelmetBuff",
                    "displaySource": "Warrior Helmet",
                    "description": "Attack+ Defense++"
                },
                    "greenRAM.ClothingBuffs/SneakersBuff": {
                    "sheetIndex": "9",
                    "buffId": "333301",
                    "boots": "Sneakers",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SneakersBuff",
                    "displaySource": "Sneakers",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/RubberBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333302",
                    "boots": "Rubber Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/RubberBootsBuff",
                    "displaySource": "Rubber Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/LeatherBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333303",
                    "boots": "Leather Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LeatherBootsBuff",
                    "displaySource": "Leather Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/WorkBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333304",
                    "boots": "Work Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/WorkBootsBuff",
                    "displaySource": "Work Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/CombatBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333305",
                    "boots": "Combat Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CombatBootsBuff",
                    "displaySource": "Combat Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/TundraBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333306",
                    "boots": "Tundra Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/TundraBootsBuff",
                    "displaySource": "Tundra Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/ThermalBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333307",
                    "boots": "Thermal Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ThermalBootsBuff",
                    "displaySource": "Thermal Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/DarkBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333308",
                    "boots": "Dark Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DarkBootsBuff",
                    "displaySource": "Dark Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/FirewalkerBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333309",
                    "boots": "Firewalker Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/FirewalkerBootsBuff",
                    "displaySource": "Firewalker Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/GenieShoesBuff": {
                    "sheetIndex": "9",
                    "buffId": "333310",
                    "boots": "Genie Shoes",
                    "speed": "1",
                    "Luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/GenieShoesBuff",
                    "displaySource": "Genie Shoes",
                    "description": "Speed+ Luck+"
                },
                    "greenRAM.ClothingBuffs/SpaceBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333311",
                    "boots": "Space Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/SpaceBootsBuff",
                    "displaySource": "Space Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/CowboyBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333312",
                    "boots": "Cowboy Boots",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CowboyBootsBuff",
                    "displaySource": "Cowboy Boots",
                    "description": "Speed++"
                },
                    "greenRAM.ClothingBuffs/EmilysMagicBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333313",
                    "boots": "Emily's Magic Boots",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/EmilysMagicBootsBuff",
                    "displaySource": "Emily's Magic Boots",
                    "description": "Speed++"
                },
                    "greenRAM.ClothingBuffs/LeprechaunShoesBuff": {
                    "sheetIndex": "9",
                    "buffId": "333314",
                    "boots": "Leprechaun Shoes",
                    "speed": "1",
                    "Luck": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/LeprechaunShoesBuff",
                    "displaySource": "Leprechaun Shoes",
                    "description": "Speed+ Luck+"
                },
                    "greenRAM.ClothingBuffs/CinderclownShoesBuff": {
                    "sheetIndex": "9",
                    "buffId": "333315",
                    "boots": "Cinderclown Shoes",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CinderclownShoesBuff",
                    "displaySource": "Cinderclown Shoes",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/MermaidBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333316",
                    "boots": "Mermaid Boots",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/MermaidBootsBuff",
                    "displaySource": "Mermaid Boots",
                    "description": "Speed+"
                },
                    "greenRAM.ClothingBuffs/DragonscaleBootsBuff": {
                    "sheetIndex": "9",
                    "buffId": "333317",
                    "boots": "Dragonscale Boots",
                    "speed": "2",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/DragonscaleBootsBuff",
                    "displaySource": "Dragonscale Boots",
                    "description": "Speed++"
                },
                    "greenRAM.ClothingBuffs/CrystalShoesBuff": {
                    "sheetIndex": "9",
                    "buffId": "333318",
                    "boots": "Crystal Shoes",
                    "speed": "1",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/CrystalShoesBuff",
                    "displaySource": "Crystal Shoes",
                    "description": "Speed+"
                },
                "greenRAM.ClothingBuffs/PantsBuff": {
                    "sheetIndex": "19",
                    "buffId": "333319",
                    "pants": "Pants",
                    "maxStamina": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/PantsBuff",
                    "displaySource": "Pants",
                    "description": "Energy+"
                },
                "greenRAM.ClothingBuffs/ShirtBuff": {
                    "sheetIndex": "19",
                    "buffId": "333320",
                    "shirt": "Shirt",
                    "maxStamina": "10",
                    "sound": "cowboy_powerup",
                    "source": "greenRAM.ClothingBuffs/ShirtBuff",
                    "displaySource": "Shirt",
                    "description": "Energy+"
                }
            }
        }
    ]
}