Cow_Life_Sim_RPG/Items/Foods/Snack/Lollipop.gd

18 lines
325 B
GDScript

extends Item
func initialize_stats():
itemName = "Lollipop"
itemDescription = "Made to be licked, but you may munch if you wish."
itemSprite = load("res://Items/Foods/Snack/Sprite/Lollipop.png")
value = 4
weight = 0.2
hardness = 60
edibility = 88
basketPower = 4
basketabilityDifficulty = 90
flammability = 30