It's Cow Game! Version 2.04!

This commit is contained in:
PajamaBee 2024-09-19 23:06:51 -05:00
commit a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions

View 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)