Cow_Life_Sim_RPG/Items/Foods/Veggie/Turnip.gd

18 lines
311 B
GDScript

extends Item
func initialize_stats():
itemName = "Turnip"
itemDescription = "Very large, it's the kind from Mario."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Turnip.png")
value = 50
weight = 8
hardness = 30
edibility = 55
basketPower = 25
basketabilityDifficulty = 65
flammability = 25