extends Item func initialize_stats(): itemName = "Leaf" itemDescription = "A delicious leaf" itemSprite = load("res://Items/Plants/Sprites/leaf.png") value = 2 weight = 0.4 hardness = 5 edibility = 99 basketPower = 30 basketabilityDifficulty = 35 flammability = 99