18 lines
356 B
GDScript
18 lines
356 B
GDScript
extends Item
|
|
|
|
func initialize_stats():
|
|
itemName = "Basket Plan 3"
|
|
itemDescription = "It reads: One collumn should be red, one collumn green, and one collumn blue."
|
|
itemSprite = load("res://Items/Paper/Sprite/BasketPlan3.png")
|
|
|
|
value = 8
|
|
weight = 0.3
|
|
|
|
hardness = 8
|
|
edibility = 40
|
|
|
|
basketPower = 15
|
|
basketabilityDifficulty = 15
|
|
|
|
flammability = 100
|