It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
19
Items/Toys/Plushies/GiraffePlushie.gd
Normal file
19
Items/Toys/Plushies/GiraffePlushie.gd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Giraffe Plushie"
|
||||
itemDescription = "Plushie of a giraffe."
|
||||
itemSprite = load("res://Items/Toys/Puppets/Sprites/Puppet.png")
|
||||
|
||||
value = 100
|
||||
weight = 6
|
||||
|
||||
hardness = 1
|
||||
edibility = 0
|
||||
|
||||
basketPower = 99
|
||||
basketabilityDifficulty = 99
|
||||
|
||||
flammability = 0
|
||||
|
||||
itemTypes.append(types.Toy)
|
||||
Loading…
Add table
Add a link
Reference in a new issue