extends Item func initialize_stats(): itemName = "Tower Mould" itemDescription = "A sandcastle tower made out of solidified toxic goop." itemSprite = load("res://Items/Toys/Beach/Sprites/TowerMould.png") additionalSprites.append(load("res://Items/Toys/Beach/Sprites/TowerMouldSitting.png")) value = 16 weight = 3.5 hardness = 70 edibility = 6 basketPower = 60 basketabilityDifficulty = 8 flammability = 15 itemTypes.append(types.Toy)