Cow_Life_Sim_RPG/Items/Plants/BirchLeaf.gd

18 lines
301 B
GDScript

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