18 lines
359 B
GDScript
18 lines
359 B
GDScript
extends Item
|
|
|
|
func initialize_stats():
|
|
itemName = "Taxes"
|
|
itemDescription = "Scrawled on the back are the words: Swim 5 Wet Wustard out to Herbert. Say: \"I got the stuff\""
|
|
itemSprite = load("res://Items/Paper/Sprite/Taxes.png")
|
|
|
|
value = 0
|
|
weight = 1.8
|
|
|
|
hardness = 8
|
|
edibility = 36
|
|
|
|
basketPower = 12
|
|
basketabilityDifficulty = 18
|
|
|
|
flammability = 96
|