JSON validator

Validation

Oops, found some issues with your JSON.

Line Field Error
2351 Changes[23].Entries['(BC){{ModId}}_MagicPusheenCrystal'].OutputRules[9] Unexpected character encountered while parsing value: }. Path 'Changes[23].Entries['(BC){{ModId}}_MagicPusheenCrystal'].OutputRules[9]', line 2351, position 2.

Content

You can change JSON format () or edit this file.
{
    "Format": "2.8.0",
    "Changes": [
       {
		"Action": "Load",
		"Target": "Mods/{{ModId}}/PusheenBoxes",
		"FromFile": "assets/boxsprites.png"
	     },
       {
	     "Action": "Load",
	     "Target": "Mods/{{ModId}}/PusheenFruits",
	     "FromFile": "assets/fruitsprites.png"
	     },	     	     
	  {
	     "Action": "Load",
	     "Target": "Mods/{{ModId}}/PusheenSweets",
	     "FromFile": "assets/sweetsprites.png"
	     },
	  {
	     "Action": "Load",
	     "Target": "Mods/{{ModId}}/PusheenKitchen",
	     "FromFile": "assets/kitchensprites.png"
	     },
	  {
	     "Action": "Load",
	     "Target": "Mods/{{ModId}}/PusheenGamer",
	     "FromFile": "assets/gamersprites.png"
	     },
	     {
	     "Action": "Load",
	     "Target": "Mods/{{ModId}}/PusheenMachine",
	     "FromFile": "assets/machinesprites.png"
	     },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenBoxes2",
		 "FromFile": "assets/boxsprites2.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenBreakfast",
		 "FromFile": "assets/breakfastsprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenAnimals",
		 "FromFile": "assets/animalsprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenKitties",
		 "FromFile": "assets/kittysprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenFruits2",
		 "FromFile": "assets/fruitsprites2.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenClassics",
		 "FromFile": "assets/classicsprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenBoxes3",
		 "FromFile": "assets/boxsprites3.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenForest",
		 "FromFile": "assets/forestsprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenSpring",
		 "FromFile": "assets/springsprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenSummer",
		 "FromFile": "assets/summersprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenChristmas",
		 "FromFile": "assets/christmassprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenHalloween",
		 "FromFile": "assets/halloweensprites.png"
		 },
		 {
	     "Action": "Load",
		 "Target": "Mods/{{ModId}}/PusheenBento",
		 "FromFile": "assets/bentosprites.png"
		 },
	  {
            "Action": "EditData",
            "Target": "Data/Objects",
            "Entries": {
                "{{ModId}}_GamerBox": {
                    "Name": "{{ModId}}_GamerBox",
                    "Displayname": "Gamer Pusheen Blind Box",
                    "Description": "Contains 6 unique Gamer Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes",
                    "SpriteIndex": 1,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_purple",
					"pusheen_blind_box"
                    ]
                    },
                "{{ModId}}_SweetBox": {
                    "Name": "{{ModId}}_SweetBox",
                    "Displayname": "Pusheen Sweets Blind Box",
                    "Description": "Contains 6 unique Pusheen Sweets plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes",
                    "SpriteIndex": 3,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_pink",
					"pusheen_blind_box"
                    ]
                    },
                "{{ModId}}_KitchenBox": {
                    "Name": "{{ModId}}_KitchenBox",
                    "Displayname": "Pusheen Kitchen Blind Box",
                    "Description": "Contains 6 unique Pusheen Kitchen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes",
                    "SpriteIndex": 2,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_blue",
					"pusheen_blind_box"
                    ]
                    },
                "{{ModId}}_FruitBox": {
                    "Name": "{{ModId}}_FruitBox",
                    "Displayname": "Pusheen Fruits Blind Box",
                    "Description": "Contains 6 unique Pusheen Fruit plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes",
                    "SpriteIndex": 0,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_green",
					"pusheen_blind_box"
                    ]
                    },
                "{{ModId}}_BreakfastBox": {
                    "Name": "{{ModId}}_BreakfastBox",
                    "Displayname": "Pusheen Breakfast Blind Box",
                    "Description": "Contains 6 unique Pusheen Breakfast plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes2",
                    "SpriteIndex": 1,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_yellow",
					"pusheen_blind_box"
                    ]
                    },
			    "{{ModId}}_AnimalBox": {
                    "Name": "{{ModId}}_AnimalBox",
                    "Displayname": "Pusheenimals Blind Box",
                    "Description": "Contains 6 unique Pusheenimals plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes2",
                    "SpriteIndex": 0,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_orange",
					"pusheen_blind_box"
                    ]
                    },
			    "{{ModId}}_KittyBox": {
                    "Name": "{{ModId}}_KittyBox",
                    "Displayname": "Pusheen's Kitty Friends Blind Box",
                    "Description": "Contains 6 unique Pusheen's Kitty Friends plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes2",
                    "SpriteIndex": 4,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_white",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_FruitsBox2": {
                    "Name": "{{ModId}}_FruitsBox2",
                    "Displayname": "Pusheen Fruits Series 2 Blind Box",
                    "Description": "Contains 6 unique Pusheen Fruits Series 2 plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes2",
                    "SpriteIndex": 3,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_green",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_ClassicBox": {
                    "Name": "{{ModId}}_ClassicBox",
                    "Displayname": "Classic Pusheen Blind Box",
                    "Description": "Contains 6 unique Classic Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes2",
                    "SpriteIndex": 2,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_prismatic",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_ForestBox": {
                    "Name": "{{ModId}}_ForestBox",
                    "Displayname": "Enchanted Forest Pusheen Blind Box",
                    "Description": "Contains 6 unique Enchanted Forest Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes3",
                    "SpriteIndex": 1,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_green",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_SpringBox": {
                    "Name": "{{ModId}}_SpringBox",
                    "Displayname": "Spring Pusheen Blind Box",
                    "Description": "Contains 6 unique Spring Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes3",
                    "SpriteIndex": 3,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_prismatic",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_SummerBox": {
                    "Name": "{{ModId}}_SummerBox",
                    "Displayname": "Summer Pusheen Blind Box",
                    "Description": "Contains 6 unique Summer Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes3",
                    "SpriteIndex": 4,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_prismatic",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_HalloweenBox": {
                    "Name": "{{ModId}}_HalloweenBox",
                    "Displayname": "Spirit's Eve Pusheen Blind Box",
                    "Description": "Contains 6 unique Spirit's Eve Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes3",
                    "SpriteIndex": 2,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_prismatic",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_ChristmasBox": {
                    "Name": "{{ModId}}_ChristmasBox",
                    "Displayname": "Winter Star Pusheen Blind Box",
                    "Description": "Contains 6 unique Winter Star Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBoxes3",
                    "SpriteIndex": 0,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_prismatic",
					"pusheen_blind_box"
                    ]
                    },
				"{{ModId}}_BentoBox": {
                    "Name": "{{ModId}}_BentoBox",
                    "Displayname": "Bento Box Pusheen Blind Box",
                    "Description": "Contains 6 unique Bento Box Pusheen plushies. Which one will you get?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 150,
                    "Texture": "Mods/{{ModId}}/PusheenBento",
                    "SpriteIndex": 0,
                    "ExcludeFromShippingCollection": true,
                    "ContextTags":
                    [
                    "color_red",
					"pusheen_blind_box"
                    ]
                    },
                "{{ModId}}_ChipsPusheen": {
                    "Name": "{{ModId}}_ChipsPusheen",
                    "Displayname": "Chips Pusheen Plushie",
                    "Description": "A bag of purritos! And so soft too!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenGamer",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_pink",
					"gamer_box",
					"pusheen_plushie"
                    ]
                    },
                "{{ModId}}_ControllerPusheen": {
                    "Name": "{{ModId}}_ControllerPusheen",
                    "Displayname": "Controller Pusheen Plushie",
                    "Description": "Are those paws or joysticks? Either way, they’re adorable!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenGamer",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_purple",
					"gamer_box",
					"pusheen_plushie"
                    ]
                    },
                "{{ModId}}_GamerPusheen": {
                    "Name": "{{ModId}}s_GamerPusheen",
                    "Displayname": "Gamer Pusheen Plushie",
                    "Description": "You found a rare plushie! Pusheen’s ready to beat her high score!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenGamer",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_gray",
					"gamer_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                    },
                "{{ModId}}_HandheldPusheen": {
                    "Name": "{{ModId}}_HandheldPusheen",
                    "Displayname": "Handheld Pusheen Plushie",
                    "Description": "For gaming and cuddling on the go!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenGamer",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_pink",
					"gamer_box",
					"pusheen_plushie"
                    ]
                    },
                "{{ModId}}_LaptopPusheen": {
                    "Name": "{{ModId}}_LaptopPusheen",
                    "Displayname": "Laptop Pusheen Plushie",
                    "Description": "Does this kitty come with a mouse?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenGamer",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_pink",
					"gamer_box",
					"pusheen_plushie"
                    ]
                    },
                "{{ModId}}_SodaPusheen": {
                    "Name": "{{ModId}}_SodaPusheen",
                    "Displayname": "Soda Pusheen Plushie",
                    "Description": "Way better than Joja Cola.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenGamer",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_cyan",
					"gamer_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_BirthdayCakePusheen": {
                    "Name": "{{ModId}}_BirthdayCakePusheen",
                    "Displayname": "Birthday Cake Pusheen Plushie",
                    "Description": "You found a rare plushie! The sprinkles make this plushie extra special.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenSweets",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_pink",
					"sweet_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_ChocolateCakePusheen": {
                    "Name": "{{ModId}}_ChocolateCakePusheen",
                    "Displayname": "Chocolate Cake Pusheen Plushie",
                    "Description": "You wonder if this plushie came from a certain chocolatier... maybe a haunted one?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenSweets",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_brown",
					"sweet_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_LavenderCakePusheen": {
                    "Name": "{{ModId}}_LavenderCakePusheen",
                    "Displayname": "Lavender Cake Pusheen Plushie",
                    "Description": "This plushie is extra fancy with its floral theme.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenSweets",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_purple",
					"sweet_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_MintCakePusheen": {
                    "Name": "{{ModId}}_MintCakePusheen",
                    "Displayname": "Mint Cake Pusheen Plushie",
                    "Description": "Layers of mint cake and whipped cream make for a chilly treat!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenSweets",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_green",
					"sweet_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_StrawberryCakePusheen": {
                    "Name": "{{ModId}}_StrawberryCakePusheen",
                    "Displayname": "Strawberry Cake Pusheen Plushie",
                    "Description": "Pink, sweet, and irresistibly cuddly.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenSweets",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_pink",
					"sweet_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_WhiteCakePusheen": {
                    "Name": "{{ModId}}_WhiteCakePusheen",
                    "Displayname": "White Cake Pusheen Plushie",
                    "Description": "This plushie has a light vanilla scent. Sweet!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenSweets",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_white",
					"sweet_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_BreadPusheen": {
                    "Name": "{{ModId}}_BreadPusheen",
                    "Displayname": "Bread Pusheen Plushie",
                    "Description": "Squishy, soft, and perfectly toasted.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitchen",
                    "SpriteIndex": 0,
                    "ExcludeFromShippingCollection": false,
                    "ContextTags":
                    [
                    "color_brown",
					"kitchen_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_CheesePusheen": {
                    "Name": "{{ModId}}_CheesePusheen",
                    "Displayname": "Cheese Pusheen Plushie",
                    "Description": "Better keep this cheese away from any mice...",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitchen",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_yellow",
					"kitchen_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_HoneyPusheen": {
                    "Name": "{{ModId}}_HoneyPusheen",
                    "Displayname": "Honey Pusheen Plushie",
                    "Description": "The sweetest plushie you'll ever meet.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitchen",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_yellow",
					"kitchen_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_MilkPusheen": {
                    "Name": "{{ModId}}_MilkPusheen",
                    "Displayname": "Milk Pusheen Plushie",
                    "Description": "Not good for drinking, but great for hugging!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitchen",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_white",
					"kitchen_box",
					"pusheen_plushie"
                    ]
                },
                "AvatarKitten.{{ModId}}_TeapotPusheen": {
                    "Name": "{{ModId}}_TeapotPusheen",
                    "Displayname": "Teapot Pusheen Plushie",
                    "Description": "This teapot won’t break, no matter how many times your cat knocks it down.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitchen",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_purple",
					"kitchen_box",
					"pusheen_plushie"
                    ]
                },
                "AvatarKitten.{{ModId}}_ToasterPusheen": {
                    "Name": "{{ModId}}_ToasterPusheen",
                    "Displayname": "Toaster Pusheen Plushie",
                    "Description": "You found a rare plushie! Who knew a toaster could be so cute?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenKitchen",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_green",
					"kitchen_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_BananaPusheen": {
                    "Name": "{{ModId}}_BananaPusheen",
                    "Displayname": "Banana Pusheen Plushie",
                    "Description": "It even has a little banana peel!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_yellow",
					"fruit_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_BlueberryPusheen": {
                    "Name": "{{ModId}}_BlueberryPusheen",
                    "Displayname": "Blueberry Pusheen Plushie",
                    "Description": "You found a rare plushie! Be careful it doesn’t roll away!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenFruits",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_blue",
					"fruit_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_GrapePusheen": {
                    "Name": "{{ModId}}_GrapePusheen",
                    "Displayname": "Grape Pusheen Plushie",
                    "Description": "If only you could find this cutie while foraging in the summer.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits",
                    "SpriteIndex": 2, 
                    "ContextTags":
                    [
                    "color_purple",
					"fruit_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_OrangePusheen": {
                    "Name": "{{ModId}}_OrangePusheen",
                    "Displayname": "Orange Pusheen Plushie",
                    "Description": "You might mix this plushie up with a real orange if you’re not paying attention.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_orange",
					"fruit_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_StrawberryPusheen": {
                    "Name": "{{ModId}}_StrawberryPusheen",
                    "Displayname": "Strawberry Pusheen Plushie",
                    "Description": "This little plushie is perfect for springtime.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_pink",
					"fruit_box",
					"pusheen_plushie"
                    ]
                },
                "{{ModId}}_WatermelonPusheen": {
                    "Name": "{{ModId}}_WatermelonPusheen",
                    "Displayname": "Watermelon Pusheen Plushie",
                    "Description": "Carefully embroidered with many black watermelon seeds.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_pink",
					"fruit_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_AxolotlPusheen": {
                    "Name": "{{ModId}}_AxolotlPusheen",
                    "Displayname": "Axolotl Pusheen Plushie",
                    "Description": "The cutest “catfish” in the world.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenAnimals",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_pink",
					"animal_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_GiraffePusheen": {
                    "Name": "{{ModId}}_GiraffePusheen",
                    "Displayname": "Giraffe Pusheen Plushie",
                    "Description": "You found a rare plushie! This plushie will tower over the rest of your collection.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenAnimals",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_yellow",
					"animal_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_LionPusheen": {
                    "Name": "{{ModId}}_LionPusheen",
                    "Displayname": "Lion Pusheen Plushie",
                    "Description": "The ruler of the savannah! Or maybe just your bedroom.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenAnimals",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_orange",
					"animal_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_NarwhalPusheen": {
                    "Name": "{{ModId}}_NarwhalPusheen",
                    "Displayname": "Narwhal Pusheen Plushie",
                    "Description": "This plushie may not be a unicorn, but its horn is still very pretty.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenAnimals",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_blue",
					"animal_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PandaPusheen": {
                    "Name": "{{ModId}}_PandaPusheen",
                    "Displayname": "Panda Pusheen Plushie",
                    "Description": "You just can’t “bear” how cute this plushie is.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenAnimals",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_white",
					"animal_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SealPusheen": {
                    "Name": "{{ModId}}_SealPusheen",
                    "Displayname": "Seal Pusheen Plushie",
                    "Description": "Plump and soft just like a real seal!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenAnimals",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_white",
					"animal_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_CinnamonRollPusheen": {
                    "Name": "{{ModId}}_CinnamonRollPusheen",
                    "Displayname": "Cinnamon Roll Pusheen Plushie",
                    "Description": "Smells like sweet cinnamon.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBreakfast",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_yellow",
					"breakfast_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_CoffeePusheen": {
                    "Name": "{{ModId}}_CoffeePusheen",
                    "Displayname": "Coffee Pusheen Plushie",
                    "Description": "The best kind of coffee to wake up to.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBreakfast",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_cyan",
					"breakfast_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_DonutPusheen": {
                    "Name": "{{ModId}}_DonutPusheen",
                    "Displayname": "Donut Pusheen Plushie",
                    "Description": "The sprinkles are embroidered with a variety of colored threads.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBreakfast",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_pink",
					"breakfast_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_EggPusheen": {
                    "Name": "{{ModId}}_EggPusheen",
                    "Displayname": "Egg Pusheen Plushie",
                    "Description": "You found a rare plushie! Scrambled, fried, or sunny side up, this is the cutest egg you’ll ever see.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenBreakfast",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_yellow",
					"breakfast_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_MuffinPusheen": {
                    "Name": "{{ModId}}_MuffinPusheen",
                    "Displayname": "Muffin Pusheen Plushie",
                    "Description": "Baked to “purr”-fection!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBreakfast",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_pink",
					"breakfast_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PancakePusheen": {
                    "Name": "{{ModId}}_PancakePusheen",
                    "Displayname": "Pancake Pusheen Plushie",
                    "Description": "This plushie even has butter and syrup included!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBreakfast",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_brown",
					"breakfast_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_ClassicPusheen": {
                    "Name": "{{ModId}}_ClassicPusheen",
                    "Displayname": "Pusheen Plushie",
                    "Description": "The kitty who started it all!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenClassics",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_gray",
					"classic_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PastelGreenPusheen": {
                    "Name": "{{ModId}}_PastelGreenPusheen",
                    "Displayname": "Pastel Green Pusheen Plushie",
                    "Description": "This plushie reminds you of mint ice cream.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenClassics",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_green",
					"classic_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PastelPinkPusheen": {
                    "Name": "{{ModId}}_PastelPinkPusheen",
                    "Displayname": "Pastel Pink Pusheen Plushie",
                    "Description": "How can you resist such a cute plushie?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenClassics",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_pink",
					"classic_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PastelPurplePusheen": {
                    "Name": "{{ModId}}_PastelPurplePusheen",
                    "Displayname": "Pastel Purple Pusheen Plushie",
                    "Description": "This dreamy plushie is perfect to snuggle during a nap.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenClassics",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_purple",
					"classic_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PusheenicornPusheen": {
                    "Name": "{{ModId}}_PusheenicornPusheen",
                    "Displayname": "Pusheenicorn Plushie",
                    "Description": "A magic horn and rainbow hair make this plushie very special.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenClassics",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_gray",
					"classic_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SuperPusheenicornPusheen": {
                    "Name": "{{ModId}}_SuperPusheenicornPusheen",
                    "Displayname": "Super Pusheenicorn Plushie",
                    "Description": "You found a rare plushie! This magical plushie has sparkles in her fur.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenClassics",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_white",
					"classic_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_ApplePusheenPusheen": {
                    "Name": "{{ModId}}_ApplePusheenPusheen",
                    "Displayname": "Apple Pusheen Plushie",
                    "Description": "A cuddle a day keeps the doctor away!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits2",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_red",
					"fruittwo_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_CherryPusheenPusheen": {
                    "Name": "{{ModId}}_CherryPusheenPusheen",
                    "Displayname": "Cherry Pusheen Plushie",
                    "Description": "You found a rare plushie! These two little plushies are the best of friends.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenFruits2",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_red",
					"fruittwo_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_KiwiPusheenPusheen": {
                    "Name": "{{ModId}}_KiwiPusheenPusheen",
                    "Displayname": "Kiwi Pusheen Plushie",
                    "Description": "This kiwi isn’t a bird, it’s a cat!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits2",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_green",
					"fruittwo_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_LemonPusheenPusheen": {
                    "Name": "{{ModId}}_LemonPusheenPusheen",
                    "Displayname": "Lemon Pusheen Plushie",
                    "Description": "The sweetest lemon you can find.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits2",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_yellow",
					"fruittwo_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PeachPusheenPusheen": {
                    "Name": "{{ModId}}_PeachPusheenPusheen",
                    "Displayname": "Peach Pusheen Plushie",
                    "Description": "Even fuzzier than a real peach!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits2",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_pink",
					"fruittwo_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PineapplePusheenPusheen": {
                    "Name": "{{ModId}}_PineapplePusheenPusheen",
                    "Displayname": "Pineapple Pusheen Plushie",
                    "Description": "This plushie would fit perfectly in a Ginger Island beach house.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenFruits2",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_yellow",
					"fruittwo_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_BlackCatPusheen": {
                    "Name": "{{ModId}}_BlackCatPusheen",
                    "Displayname": "Black Cat Pusheen Plushie",
                    "Description": "Super spooky... but also super cute!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitties",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_black",
					"kitty_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_CalicoCatPusheen": {
                    "Name": "{{ModId}}_CalicoCatPusheen",
                    "Displayname": "Calico Cat Pusheen Plushie",
                    "Description": "Patches of different fabric make this plushie very colorful.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitties",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_white",
					"kitty_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_OrangeCaPusheen": {
                    "Name": "{{ModId}}_OrangeCatPusheen",
                    "Displayname": "Orange Cat Pusheen Plushie",
                    "Description": "Not much brain, but loads of heart and fluff!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitties",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_orange",
					"kitty_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PipPusheen": {
                    "Name": "{{ModId}}_PipPusheen",
                    "Displayname": "Pip Plushie",
                    "Description": "You found a rare plushie! Pusheen’s little brother loves a good adventure.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenKitties",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_brown",
					"kitty_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SiameseCatPusheen": {
                    "Name": "{{ModId}}_SiameseCatPusheen",
                    "Displayname": "Siamese Cat Pusheen Plushie",
                    "Description": "What an elegant little plushie!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitties",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_brown",
					"kitty_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_StormyPusheen": {
                    "Name": "{{ModId}}_StormyPusheen",
                    "Displayname": "Stormy Plushie",
                    "Description": "Pusheen's little sister, she has extra curly fur.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenKitties",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_gray",
					"kitty_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_FairyPusheen": {
                    "Name": "{{ModId}}_FairyPusheen",
                    "Displayname": "Fairy Pusheen Plushie",
                    "Description": "You found a rare plushie! This plushie’s wings shimmer in the light.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenForest",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_green",
					"forest_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_FoxPusheen": {
                    "Name": "{{ModId}}_FoxPusheen",
                    "Displayname": "Fox Pusheen Plushie",
                    "Description": "You better watch out... this plushie looks like it’s plotting something silly...",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenForest",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_orange",
					"forest_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_FrogPusheen": {
                    "Name": "{{ModId}}_FrogPusheen",
                    "Displayname": "Frog Pusheen Plushie",
                    "Description": "This kitty doesn’t go meow, she says ribbit!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenForest",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_green",
					"forest_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_GnomePusheen": {
                    "Name": "{{ModId}}_GnomePusheen",
                    "Displayname": "Gnome Pusheen Plushie",
                    "Description": "This plushie would make a nice addition to your garden.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenForest",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_blue",
					"forest_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_MushroomPusheen": {
                    "Name": "{{ModId}}_MushroomPusheen",
                    "Displayname": "Mushroom Pusheen Plushie",
                    "Description": "This mushroom is too cute to eat.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenForest",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_red",
					"forest_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_OwlPusheen": {
                    "Name": "{{ModId}}_OwlPusheen",
                    "Displayname": "Owl Pusheen Plushie",
                    "Description": "“Whooo” is this little owl? Why, it’s Pusheen of course!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenForest",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_purple",
					"forest_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_BabyChickPusheen": {
                    "Name": "{{ModId}}_BabyChickPusheen",
                    "Displayname": "Baby Chick Pusheen Plushie",
                    "Description": "This baby is just hatched and ready to be your friend!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSpring",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_purple",
					"spring_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_BlossomPusheen": {
                    "Name": "{{ModId}}_BlossomPusheen",
                    "Displayname": "Blossom Pusheen Plushie",
                    "Description": "This plushie looks just like a cherry blossom and smells like one too.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSpring",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_pink",
					"spring_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_CarrotPusheen": {
                    "Name": "{{ModId}}_CarrotPusheen",
                    "Displayname": "Carrot Pusheen Plushie",
                    "Description": "Better keep this away from any rabbits on your farm...",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSpring",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_orange",
					"spring_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_ChocolateBunnyPusheen": {
                    "Name": "{{ModId}}_ChocolateBunnyPusheen",
                    "Displayname": "Chocolate Bunny Pusheen Plushie",
                    "Description": "You found a rare plushie! This plushie isn’t hollow like a normal chocolate bunny, it’s full of stuffing!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 400,
                    "Texture": "Mods/{{ModId}}/PusheenSpring",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_brown",
					"spring_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_BunnyPusheen": {
                    "Name": "{{ModId}}_BunnyPusheen",
                    "Displayname": "Bunny Pusheen Plushie",
                    "Description": "She comes with her own decorated egg!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSpring",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_white",
					"spring_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_EggFestivalPusheen": {
                    "Name": "{{ModId}}_EggFestivalPusheen",
                    "Displayname": "Egg Festival Pusheen Plushie",
                    "Description": "This plushie is decorated just like an egg from the Egg Festival!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSpring",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_pink",
					"spring_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_BeachPusheen": {
                    "Name": "{{ModId}}_BeachPusheen",
                    "Displayname": "Beach Pusheen Plushie",
                    "Description": "This plushie is ready for some fun in the sun!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSummer",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_gray",
					"summer_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_CrabPusheen": {
                    "Name": "{{ModId}}_CrabPusheen",
                    "Displayname": "Crab Pusheen Plushie",
                    "Description": "These claws are so soft, their pinches never hurt.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSummer",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_red",
					"summer_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_IceCreamPusheen": {
                    "Name": "{{ModId}}_IceCreamPusheen",
                    "Displayname": "Ice Cream Pusheen Plushie",
                    "Description": "The perfect friend for a hot summer day!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSummer",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_pink",
					"summer_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_JellyfishPusheen": {
                    "Name": "{{ModId}}_JellyfishPusheen",
                    "Displayname": "Jellyfish Pusheen Plushie",
                    "Description": "This plushie often gets chased by a yellow sponge and pink starfish...",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSummer",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_pink",
					"summer_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_MermaidPusheen": {
                    "Name": "{{ModId}}_MermaidPusheen",
                    "Displayname": "Mermaid Pusheen Plushie",
                    "Description": "You found a rare plushie! This little purr-maid wants to be part of your world!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 400,
                    "Texture": "Mods/{{ModId}}/PusheenSummer",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_gray",
					"summer_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SeashellPusheen": {
                    "Name": "{{ModId}}_SeashellPusheen",
                    "Displayname": "Seashell Pusheen Plushie",
                    "Description": "This will fit right in with the rest of your seashell collection.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenSummer",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_blue",
					"summer_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_BatPusheen": {
                    "Name": "{{ModId}}_BatPusheen",
                    "Displayname": "Bat Pusheen Plushie",
                    "Description": "This little bat doesn’t like to sleep upside down; it likes to nap cuddled with you!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenHalloween",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_purple",
					"halloween_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_CandycornPusheen": {
                    "Name": "{{ModId}}_CandycornPusheen",
                    "Displayname": "Candycorn Pusheen Plushie",
                    "Description": "Even if you’re not a fan of candycorn, you have to admit this one is pretty cute...",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenHalloween",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_orange",
					"halloween_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_GhostPusheen": {
                    "Name": "{{ModId}}_GhostPusheen",
                    "Displayname": "Ghost Pusheen Plushie",
                    "Description": "Be careful you don’t get scared... BOO!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenHalloween",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_white",
					"halloween_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_PumpkinPusheen": {
                    "Name": "{{ModId}}_PumpkinPusheen",
                    "Displayname": "Pumpkin Pusheen Plushie",
                    "Description": "Don't turn this plushie into a pie!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenHalloween",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_orange",
					"halloween_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_VampirePusheen": {
                    "Name": "{{ModId}}_VampirePusheen",
                    "Displayname": "Vampire Pusheen Plushie",
                    "Description": "You found a rare plushie! This plushie likes fruit punch far more than blood.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 400,
                    "Texture": "Mods/{{ModId}}/PusheenHalloween",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_purple",
					"halloween_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_WitchPusheen": {
                    "Name": "{{ModId}}_WitchPusheen",
                    "Displayname": "Witch Pusheen Plushie",
                    "Description": "This plushie seems to be casting a spell on you...",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenHalloween",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_gray",
					"halloween_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_WinterStarTreePusheen": {
                    "Name": "{{ModId}}_WinterStarTreePusheen",
                    "Displayname": "Winter Star Tree Pusheen Plushie",
                    "Description": "This little plushie is all decorated and ready for the holidays!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenChristmas",
                    "SpriteIndex": 0,
                    "ContextTags":
                    [
                    "color_green",
					"christmas_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_GingerbreadPusheen": {
                    "Name": "{{ModId}}_GingerbreadPusheen",
                    "Displayname": "Gingerbread Pusheen Plushie",
                    "Description": "Has a light spicy smell that reminds you of holiday baking.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenChristmas",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_brown",
					"christmas_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_ReindeerPusheen": {
                    "Name": "{{ModId}}_ReindeerPusheen",
                    "Displayname": "Reindeer Pusheen Plushie",
                    "Description": "This plushie’s bright red nose glows in the dark!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenChristmas",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_brown",
					"christmas_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SantaPusheen": {
                    "Name": "{{ModId}}_SantaPusheen",
                    "Displayname": "Santa Pusheen Plushie",
                    "Description": "You found a rare plushie! Uh oh, get this plushie a napkin, she has milk on her mouth!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 400,
                    "Texture": "Mods/{{ModId}}/PusheenChristmas",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_gray",
					"christmas_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SnowmanPusheen": {
                    "Name": "{{ModId}}_SnowmanPusheen",
                    "Displayname": "Snowman Pusheen Plushie",
                    "Description": "Don't worry, even the warmest of cuddles won’t melt it.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenChristmas",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_white",
					"christmas_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SugarCookiePusheen": {
                    "Name": "{{ModId}}_SugarCookiePusheen",
                    "Displayname": "Sugar Cookie Pusheen Plushie",
                    "Description": "The yellow sprinkles in her fur are shaped like stars.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 275,
                    "Texture": "Mods/{{ModId}}/PusheenChristmas",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_white",
					"christmas_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_DumplingPusheen": {
                    "Name": "{{ModId}}_DumplingPusheen",
                    "Displayname": "Dumpling Pusheen Plushie",
                    "Description": "This dumpling’s only filling is stuffing.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBento",
                    "SpriteIndex": 1,
                    "ContextTags":
                    [
                    "color_brown",
					"bento_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_NigiriSushiPusheen": {
                    "Name": "{{ModId}}_NigiriSushiPusheen",
                    "Displayname": "Nigiri Sushi Pusheen Plushie",
                    "Description": "Don’t worry, it doesn’t smell like fish.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBento",
                    "SpriteIndex": 2,
                    "ContextTags":
                    [
                    "color_pink",
					"bento_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_OnigiriPusheen": {
                    "Name": "{{ModId}}_OnigiriPusheen",
                    "Displayname": "Onigiri Pusheen Plushie",
                    "Description": "The fabric of this plushie is textured to look like rice.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBento",
                    "SpriteIndex": 3,
                    "ContextTags":
                    [
                    "color_white",
					"bento_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_RiceBowlPusheen": {
                    "Name": "{{ModId}}_RiceBowlPusheen",
                    "Displayname": "Rice Bowl Pusheen Plushie",
                    "Description": "You found a rare plushie! The squishiest bowl in the world.",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 375,
                    "Texture": "Mods/{{ModId}}/PusheenBento",
                    "SpriteIndex": 4,
                    "ContextTags":
                    [
                    "color_red",
					"bento_box",
					"rare_plushie",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_FriedShrimpPusheen": {
                    "Name": "{{ModId}}_FriedShrimpPusheen",
                    "Displayname": "Fried Shrimp Pusheen Plushie",
                    "Description": "Did a shrimp fry this plushie...?",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBento",
                    "SpriteIndex": 5,
                    "ContextTags":
                    [
                    "color_orange",
					"bento_box",
					"pusheen_plushie"
                    ]
                },
				"{{ModId}}_SushiRollPusheen": {
                    "Name": "{{ModId}}_SushiRollPusheen",
                    "Displayname": "Sushi Roll Pusheen Plushie",
                    "Description": "Cuteness and stuffing rolled into one cute little package!",
                    "Type": "Basic",
                    "Category": -17,
                    "Price": 250,
                    "Texture": "Mods/{{ModId}}/PusheenBento",
                    "SpriteIndex": 6,
                    "ContextTags":
                    [
                    "color_black",
					"bento_box",
					"pusheen_plushie"
                    ]
                },
                }
                },
                {
                "Action": "EditData",
                "Target": "Data/BigCraftables",
                "Entries": {
                "{{ModId}}_MagicPusheenCrystal": {
                    "Name": "{{ModId}}_MagicPusheenCrystal",
                    "DisplayName": "Magic Pusheen Crystal",
                    "Description": "Magically opens Pusheen blind boxes for you!",
                    "Texture": "Mods/{{ModId}}/PusheenMachine",
                    "SpriteIndex": 0,
                },
                }
                },
				{
			    "Action": "EditData",
			    "Target": "Data/CraftingRecipes",
			    "Entries": {
		        "{{ModId}}_MagicPusheenCrystal": "388 50 80 3/Home/{{ModID}}_MagicPusheenCrystal/true/none/"
			    }
		        },
				{
                "Action": "EditData",
                "Target": "Data/Shops",
                "TargetField": [ "AnimalShop", "Items" ],
                "Entries": {
                "{{ModId}}_GamerBox": {
                    "Id": "{{ModId}}_GamerBox",
                    "ItemId": "{{ModId}}_GamerBox",
                    "Price": 200,
					"AvailableStock": 5
			    },
			    "{{ModId}}_SweetBox": {
                    "Id": "{{ModId}}_SweetBox",
                    "ItemId": "{{ModId}}_SweetBox",
                    "Price": 200,
					"AvailableStock": 5
                },
				"{{ModId}}_KitchenBox": {
                    "Id": "{{ModId}}_KitchenBox",
                    "ItemId": "{{ModId}}_KitchenBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_FruitBox": {
                    "Id": "{{ModId}}_FruitBox",
                    "ItemId": "{{ModId}}_FruitBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_BreakfastBox": {
                    "Id": "{{ModId}}_BreakfastBox",
                    "ItemId": "{{ModId}}_BreakfastBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_AnimalBox": {
                    "Id": "{{ModId}}_AnimalBox",
                    "ItemId": "{{ModId}}_AnimalBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_FruitsBox2": {
                    "Id": "{{ModId}}_FruitsBox2",
                    "ItemId": "{{ModId}}_FruitsBox2",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_ClassicBox": {
                    "Id": "{{ModId}}_ClassicBox",
                    "ItemId": "{{ModId}}_ClassicBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_KittyBox": {
                    "Id": "{{ModId}}_KittyBox",
                    "ItemId": "{{ModId}}_KittyBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_ForestBox": {
                    "Id": "{{ModId}}_ForestBox",
                    "ItemId": "{{ModId}}_ForestBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_BentoBox": {
                    "Id": "{{ModId}}_BentoBox",
                    "ItemId": "{{ModId}}_BentoBox",
                    "Price": 200,
					"AvailableStock": 5
				},
				"{{ModId}}_SpringBox": {
                    "Id": "{{ModId}}_SpringBox",
					"Condition": "SEASON spring",
                    "ItemId": "{{ModId}}_SpringBox",
                    "Price": 300,
					"AvailableStock": 5
				},
				"{{ModId}}_SummerBox": {
                    "Id": "{{ModId}}_SummerBox",
					"Condition": "SEASON summer",
                    "ItemId": "{{ModId}}_SummerBox",
                    "Price": 300,
					"AvailableStock": 5
				},
				"{{ModId}}_HalloweenBox": {
                    "Id": "{{ModId}}_HalloweenBox",
					"Condition": "SEASON fall",
                    "ItemId": "{{ModId}}_HalloweenBox",
                    "Price": 300,
					"AvailableStock": 5
				},
				"{{ModId}}_ChristmasBox": {
                    "Id": "{{ModId}}_ChristmasBox",
					"Condition": "SEASON winter",
                    "ItemId": "{{ModId}}_ChristmasBox",
                    "Price": 300,
					"AvailableStock": 5
				},
				"{{ModId}}_MagicPusheenCrystal": {
                "Id": "{{ModId}}_MagicPusheenCrystal",
                "ItemId": "{{ModId}}_MagicPusheenCrystal",
				"Price": 800,
                "IsRecipe": true,
                "ObjectInternalName": "{{ModId}}_MagicPusheenCrystal"
                }
				}
                },
                {
                "Action": "EditData",
                "Target": "Data/Machines",
                "Entries": {
                "(BC){{ModId}}_MagicPusheenCrystal": {
				"WobbleWhileWorking": false,
				"LightWhileWorking": {
					"Radius": 1.5,
					"Color": "SeaGreen"
				},
				"WorkingEffects": [
				{
				"Frames": [ 1,2,3,4 ],
				"Interval": 150,
				}
				],
				"WorkingEffectChance": 1,
                "OutputRules": [
                {
                "Id": "{{ModId}}_OpenGamerBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_GamerBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_GamerBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonGamerPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target gamer_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareGamerPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target gamer_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenSweetBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_SweetBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_SweetBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonSweetPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target sweet_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareSweetPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target sweet_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenKitchenBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_KitchenBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_KitchenBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonKitchenPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target kitchen_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareKitchenPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target kitchen_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenFruitBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_FruitBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_FruitBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonFruitPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target fruit_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareFruitPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target fruit_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenAnimalBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_AnimalBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_AnimalBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonAnimalPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target animal_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareAnimalPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target animal_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenBreakfastBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_BreakfastBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_BreakfastBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonBreakfastPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target breakfast_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareBreakfastPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target breakfast_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenFruitBox2",
                "Triggers": [
                {
                "Id": "{{ModId}}_FruitBox2Input",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_FruitsBox2",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonFruits2Plushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target fruittwo_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareFruits2Plushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target fruittwo_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenKittyBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_KittyBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_KittyBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonKittyPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target kitty_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareKittyPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target kitty_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenClassicBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_ClassicBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_ClassicBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonClassicPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target classic_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareClassicPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target classic_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenForestBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_ForestBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_ForestBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonForestPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target forest_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareForestPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target forest_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
				{
                "Id": "{{ModId}}_OpenBentoBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_BentoBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_BentoBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonBentoPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target bento_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareBentoPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target bento_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenSpringBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_SpringBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_SpringBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonSpringPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target spring_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareSpringPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target spring_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenSummerBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_SummerBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_SummerBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonSummerPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target summer_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareSummerPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target summer_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenHalloweenBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_HalloweenBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_HalloweenBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonHalloweenPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target halloween_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareHalloweenPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target halloween_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
				{
                "Id": "{{ModId}}_OpenChristmasBox",
                "Triggers": [
                {
                "Id": "{{ModId}}_ChristmasBoxInput",
                "Trigger": "ItemPlacedInMachine",
                "RequiredItemId": "{{ModId}}_ChristmasBox",
                "RequiredCount": 1,
                },
                ],
                "OutputItem": [
                {
                "Id": "{{ModId}}_RecieveCommonChristmasPlushie",
                "ItemId": "RANDOM_ITEMS (O)",
		        "PerItemCondition": "ITEM_CONTEXT_TAG Target christmas_box !rare_plushie",
                "MinStack": 1,
                },
				{
				"Id": "{{ModId}}_RecieveRareChristmasPlushie",
				"ItemID": "RANDOM_ITEMS (O)",
				"PerItemCondition": "ITEM_CONTEXT_TAG Target christmas_box rare_plushie",
				"Condition": "RANDOM 0.1 @addDailyLuck",
				"MinStack": 1,
				},
                ],
                "MinutesUntilReady": 20,
                },
                ],
    },
  },
},
				},
                {
			    "Action": "EditData",
				"Target": "Data/GarbageCans",
				"TargetField": [ "AfterAll" ],
                "Entries": {
                "{{ModId}}_TrashCanBoxDrop": {
                "ID": "{{ModId}}_TrashCanBoxDrop",
                "Condition": "RANDOM 0.1",
                "RandomItemId": [
                "{{ModId}}_GamerBox",
                "{{ModId}}_SweetBox",
                "{{ModId}}_KitchenBox",
                "{{ModId}}_FruitBox",
				"{{ModId}}_AnimalBox",
				"{{ModId}}_KittyBox",
				"{{ModId}}_BreakfastBox",
				"{{ModId}}_FruitsBox2",
				"{{ModId}}_ClassicBox",
				"{{ModId}}_ForestBox",
				"{{ModId}}_BentoBox",
          ]
        },
		        "{{ModId}}_TrashCanSpringBoxDrop": {
					"ID": "{{ModId}}_TrashCanSpringBoxDrop",
					"Condition": "RANDOM 0.03, SEASON spring",
					"RandomItemId": [
					"{{ModId}}_SpringBox",
					]
				},
				"{{ModId}}_TrashCanSummerBoxDrop": {
					"ID": "{{ModId}}_TrashCanSummerBoxDrop",
					"Condition": "RANDOM 0.03, SEASON summer",
					"RandomItemId": [
					"{{ModId}}_SummerBox",
					]
				},
				"{{ModId}}_TrashCanHalloweenBoxDrop": {
					"ID": "{{ModId}}_TrashCanHalloweenBoxDrop",
					"Condition": "RANDOM 0.03, SEASON fall",
					"RandomItemId": [
					"{{ModId}}_HalloweenBox",
					]
				},
				"{{ModId}}_TrashCanChristmasBoxDrop": {
					"ID": "{{ModId}}_TrashCanChristmasBoxDrop",
					"Condition": "RANDOM 0.03, SEASON winter",
					"RandomItemId": [
					"{{ModId}}_ChristmasBox",
					]
				},
      },
	            "MoveEntries": [
				{ "ID": "{{ModId}}_TrashCanBoxDrop", "BeforeID": "Base_Fallback" },
					{ "ID": "{{ModId}}_TrashCanSpringBoxDrop", "BeforeID": "Base_Fallback" },
					{ "ID": "{{ModId}}_TrashCanSummerBoxDrop", "BeforeID": "Base_Fallback" },
					{ "ID": "{{ModId}}_TrashCanHalloweenBoxDrop", "BeforeID": "Base_Fallback" },
					{ "ID": "{{ModId}}_TrashCanChristmasBoxDrop", "BeforeID": "Base_Fallback" },
				]
	},
	            {
		        "Action": "EditData",
				"Target": "Mods/mistyspring.ItemExtensions/Treasure",
				"Entries": {
                           "PusheenFishingTreasure1": {
							"ItemId": "{{ModId}}_GamerBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure2": {
							"ItemId": "{{ModId}}_SweetBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure3": {
						   "ItemId": "{{ModId}}_KitchenBox",
						   "Chance": 0.1,
						   "MinStack": 1,
						   "MaxStack": 3
						   },
						   "PusheenFishingTreasure4": {
							"ItemId": "{{ModId}}_FruitBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure5": {
							"ItemId": "{{ModId}}_FruitsBox2",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure6": {
							"ItemId": "{{ModId}}_KittyBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure7": {
							"ItemId": "{{ModId}}_AnimalBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure8": {
							"ItemId": "{{ModId}}_ClassicBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure9": {
							"ItemId": "{{ModId}}_BreakfastBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure10": {
							"ItemId": "{{ModId}}_ForestBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   "PusheenFishingTreasure11": {
							"ItemId": "{{ModId}}_SpringBox",
							"Condition": "SEASON spring",
							"Chance": 0.07,
							"MinStack": 1,
							"MaxStack": 4
						   },
						    "PusheenFishingTreasure12": {
							"ItemId": "{{ModId}}_SummerBox",
							"Condition": "SEASON summer",
							"Chance": 0.07,
							"MinStack": 1,
							"MaxStack": 4
						   },
						    "PusheenFishingTreasure13": {
							"ItemId": "{{ModId}}_HalloweenBox",
							"Condition": "SEASON fall",
							"Chance": 0.07,
							"MinStack": 1,
							"MaxStack": 4
						   },
						    "PusheenFishingTreasure14": {
							"ItemId": "{{ModId}}_ChristmasBox",
							"Condition": "SEASON winter",
							"Chance": 0.07,
							"MinStack": 1,
							"MaxStack": 4
						   },
						   "PusheenFishingTreasure15": {
							"ItemId": "{{ModId}}_BentoBox",
							"Chance": 0.1,
							"MinStack": 1,
							"MaxStack": 3
						   },
						   }
						   },
						   {
                           "Action": "EditData",
                           "Target": "Data/NPCGiftTastes",
                           "TextOperations": [
						   {
                           "Operation": "Append",
                           "Target": ["Entries", "Universal_Neutral"],
                           "Value": "pusheen_blind_box pusheen_plushie",
                           "Delimiter": " "
                           },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Haley", "1"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Jas", "1"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Evelyn", "3"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Emily", "3"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Penny", "3"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Vincent", "3"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Marnie", "3"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "George", "5"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Clint", "5"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Shane", "5"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Willy", "5"],
						   "Value": "pusheen_blind_box pusheen_plushie",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Sebastian", "1"],
						   "Value": "{{ModId}}_FrogPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Elliott", "1"],
						   "Value": "{{ModId}}_CrabPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Leah", "1"],
						   "Value": "{{ModId}}_FoxPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Maru", "1"],
						   "Value": "{{ModId}}_StrawberryPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Harvey", "1"],
						   "Value": "{{ModId}}_CoffeePusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Shane", "1"],
						   "Value": "{{ModId}}_BabyChickPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Sam", "1"],
						   "Value": "{{ModId}}_ControllerPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Alex", "1"],
						   "Value": "{{ModId}}_IceCreamPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Penny", "1"],
						   "Value": "{{ModId}}_WatermelonPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Abigail", "1"],
						   "Value": "{{ModId}}_WitchPusheen",
						   "Delimiter": " "
						   },
						   {
						   "Operation": "Append",
						   "Target": ["Fields", "Emily", "1"],
						   "Value": "{{ModId}}_AxolotlPusheen",
						   "Delimiter": " "
						   },
						   ]
						   }
						   ]
                           }