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,17 @@
extends Item
func initialize_stats():
itemName = "Big Pretzel"
itemDescription = "A big salty treat."
itemSprite = load("res://Items/Foods/Snack/Sprite/BigPretzel.png")
value = 16
weight = 1
hardness = 5
edibility = 99
basketPower = 65
basketabilityDifficulty = 50
flammability = 55

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Caramel"
itemDescription = "A little caramel treat."
itemSprite = load("res://Items/Foods/Snack/Sprite/Caramel.png")
value = 5
weight = 0.2
hardness = 30
edibility = 100
basketPower = 30
basketabilityDifficulty = 90
flammability = 80

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Churro"
itemDescription = "A fried dough stick covered in cinnamon. Yum!"
itemSprite = load("res://Items/Foods/Snack/Sprite/Churro.png")
value = 5
weight = 0.7
hardness = 12
edibility = 92
basketPower = 20
basketabilityDifficulty = 20
flammability = 60

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Cotton Candy"
itemDescription = "A cloud of sugar that says \"trans rights!\"."
itemSprite = load("res://Items/Foods/Snack/Sprite/CottonCandy.png")
value = 19
weight = 0.6
hardness = 5
edibility = 100
basketPower = 10
basketabilityDifficulty = 90
flammability = 99

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Lollipop"
itemDescription = "Made to be licked, but you may munch if you wish."
itemSprite = load("res://Items/Foods/Snack/Sprite/Lollipop.png")
value = 4
weight = 0.2
hardness = 60
edibility = 88
basketPower = 4
basketabilityDifficulty = 90
flammability = 30

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Onion Ring"
itemDescription = "No one knows how they turn an onion into one of these."
itemSprite = load("res://Items/Foods/Snack/Sprite/OnionRing.png")
value = 4
weight = 0.4
hardness = 30
edibility = 95
basketPower = 30
basketabilityDifficulty = 58
flammability = 55

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Popcorn"
itemDescription = "Erm, actually it's a bag filled with popped corns."
itemSprite = load("res://Items/Foods/Snack/Sprite/Popcorn.png")
value = 22
weight = 2
hardness = 10
edibility = 90
basketPower = 35
basketabilityDifficulty = 10
flammability = 80

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Pretzel"
itemDescription = "A little salty treat."
itemSprite = load("res://Items/Foods/Snack/Sprite/Pretzel.png")
value = 1
weight = 0.1
hardness = 25
edibility = 99
basketPower = 60
basketabilityDifficulty = 50
flammability = 20

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxek6hawapbao"
path="res://.godot/imported/BigPretzel.png-8ead5cfb6540d0ab31fcd448d23f42a3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/BigPretzel.png"
dest_files=["res://.godot/imported/BigPretzel.png-8ead5cfb6540d0ab31fcd448d23f42a3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bcg8nx7lcpcsx"
path="res://.godot/imported/Caramel.png-48fa75d67d602b5f023d29124a006845.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/Caramel.png"
dest_files=["res://.godot/imported/Caramel.png-48fa75d67d602b5f023d29124a006845.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://csx808ek8cy4c"
path="res://.godot/imported/Churro.png-7059055fe97acb97fb4222de848d22da.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/Churro.png"
dest_files=["res://.godot/imported/Churro.png-7059055fe97acb97fb4222de848d22da.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bnlpvm8quwpx0"
path="res://.godot/imported/CottonCandy.png-2bb0a03159d466556cb4123692f91c71.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/CottonCandy.png"
dest_files=["res://.godot/imported/CottonCandy.png-2bb0a03159d466556cb4123692f91c71.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b4ecw3or0p1ld"
path="res://.godot/imported/Lollipop.png-990c27ca4adfc4eea01f39b19e7d3590.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/Lollipop.png"
dest_files=["res://.godot/imported/Lollipop.png-990c27ca4adfc4eea01f39b19e7d3590.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bdksv1tti6bpi"
path="res://.godot/imported/OnionRing.png-89d6cfc8aa48f0bab882380124749667.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/OnionRing.png"
dest_files=["res://.godot/imported/OnionRing.png-89d6cfc8aa48f0bab882380124749667.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bhw0wunvbwi3m"
path="res://.godot/imported/Popcorn.png-049e0a8391da1d7ab5a735c7fae9f0b1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/Popcorn.png"
dest_files=["res://.godot/imported/Popcorn.png-049e0a8391da1d7ab5a735c7fae9f0b1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bfwfp0ct81bnj"
path="res://.godot/imported/Pretzel.png-d24cfc89c6317488005b093764da5993.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/Pretzel.png"
dest_files=["res://.godot/imported/Pretzel.png-d24cfc89c6317488005b093764da5993.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://1rxkacpvow72"
path="res://.godot/imported/Sugar.png-eaa0ea71fc9a7ad633441b1cb6f35ec9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/Sugar.png"
dest_files=["res://.godot/imported/Sugar.png-eaa0ea71fc9a7ad633441b1cb6f35ec9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dj7wlg6btovl4"
path="res://.godot/imported/SugarStick.png-9a03a3e1b78537b525189e93f763b68b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/SugarStick.png"
dest_files=["res://.godot/imported/SugarStick.png-9a03a3e1b78537b525189e93f763b68b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://btmtrulh2wben"
path="res://.godot/imported/VeganGummyDino.png-bd9d30b073a2bed5f19137171f5892ee.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Snack/Sprite/VeganGummyDino.png"
dest_files=["res://.godot/imported/VeganGummyDino.png-bd9d30b073a2bed5f19137171f5892ee.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Sugar"
itemDescription = "Sweet and powerful."
itemSprite = load("res://Items/Foods/Snack/Sprite/Sugar.png")
value = 3
weight = 0.1
hardness = 5
edibility = 100
basketPower = 10
basketabilityDifficulty = 90
flammability = 99

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Sugar Stick"
itemDescription = "Contains sugar."
itemSprite = load("res://Items/Foods/Snack/Sprite/SugarStick.png")
value = 4
weight = 0.4
hardness = 5
edibility = 100
basketPower = 1
basketabilityDifficulty = 5
flammability = 99

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Vegan Gummy Dino"
itemDescription = "Comes in one flavor. green."
itemSprite = load("res://Items/Foods/Snack/Sprite/VeganGummyDino.png")
value = 4
weight = 0.2
hardness = 30
edibility = 98
basketPower = 30
basketabilityDifficulty = 60
flammability = 70