18 lines
329 B
GDScript
18 lines
329 B
GDScript
extends Item
|
|
|
|
func initialize_stats():
|
|
itemName = "Love Tome"
|
|
itemDescription = "A massive tome filled to the brim with True Beaver Love."
|
|
itemSprite = load("res://Items/Paper/Sprite/LoveTome.png")
|
|
|
|
value = 22
|
|
weight = 100
|
|
|
|
hardness = 35
|
|
edibility = 40
|
|
|
|
basketPower = 30
|
|
basketabilityDifficulty = 15
|
|
|
|
flammability = 95
|