extends Item func initialize_stats(): itemName = "Sugar Packet" itemDescription = "A little packet holding a lot of sugar!" itemSprite = load("res://Items/Foods/Packaged/Sprites/SugarPacket.png") value = 1 weight = 0.1 hardness = 10 edibility = 90 basketPower = 8 basketabilityDifficulty = 20 flammability = 99