extends Item func initialize_stats(): itemName = "Evidence" itemDescription = "A box containing various crimes" itemSprite = load("res://Items/Paper/Sprite/Evidence.png") value = 2 weight = 10 hardness = 70 edibility = 10 basketPower = 15 basketabilityDifficulty = 5 flammability = 30