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 = "Broccoli"
itemDescription = "A small tree."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Broccoli.png")
value = 20
weight = 1.3
hardness = 45
edibility = 79
basketPower = 35
basketabilityDifficulty = 65
flammability = 80

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Carrot"
itemDescription = "I don't carrot all about this description text"
itemSprite = load("res://Items/Foods/Veggie/Sprites/Carrot.png")
value = 26
weight = 0.7
hardness = 50
edibility = 85
basketPower = 10
basketabilityDifficulty = 25
flammability = 50

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Corn"
itemDescription = "One singular corn."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Corn.png")
value = 12
weight = 0.02
hardness = 4
edibility = 85
basketPower = 20
basketabilityDifficulty = 80
flammability = 40

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Cucumber"
itemDescription = "Schrödinger's pickle."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Cucumber.png")
value = 14
weight = 1
hardness = 4
edibility = 75
basketPower = 10
basketabilityDifficulty = 50
flammability = 10

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Eggplant"
itemDescription = "An example of a plant."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Eggplant.png")
value = 38
weight = 2
hardness = 30
edibility = 60
basketPower = 25
basketabilityDifficulty = 65
flammability = 20

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Onion"
itemDescription = "A coalescion of many Onion Rings."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Onion.png")
value = 18
weight = 1.5
hardness = 53
edibility = 70
basketPower = 30
basketabilityDifficulty = 58
flammability = 40

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Seaweed"
itemDescription = "The grass of the sea."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Seaweed.png")
value = 9
weight = 0.4
hardness = 20
edibility = 99
basketPower = 30
basketabilityDifficulty = 25
flammability = 40

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d1wrc5f4pbqt2"
path="res://.godot/imported/Broccoli.png-c2d646601e1ab4f61cf84aad6752b67b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Broccoli.png"
dest_files=["res://.godot/imported/Broccoli.png-c2d646601e1ab4f61cf84aad6752b67b.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://c01gvnw7urwos"
path="res://.godot/imported/Carrot.png-b9c2dd6490644dc5802b398323d0951f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Carrot.png"
dest_files=["res://.godot/imported/Carrot.png-b9c2dd6490644dc5802b398323d0951f.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: 147 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c50f6j3r7pwk"
path="res://.godot/imported/Corn.png-fe0b8d30157650ca1d35fabba76dab26.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Corn.png"
dest_files=["res://.godot/imported/Corn.png-fe0b8d30157650ca1d35fabba76dab26.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: 325 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://4t0kv6xq5cci"
path="res://.godot/imported/Cucumber.png-7023a272a3fc75871ed867ceae68e9c1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Cucumber.png"
dest_files=["res://.godot/imported/Cucumber.png-7023a272a3fc75871ed867ceae68e9c1.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://cjw7b33y1t0h5"
path="res://.godot/imported/Eggplant.png-45278fcea82d0a5f957de82a9afa9d03.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Eggplant.png"
dest_files=["res://.godot/imported/Eggplant.png-45278fcea82d0a5f957de82a9afa9d03.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: 541 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dsv6nou26ywg"
path="res://.godot/imported/Onion.png-aa5eb9a4246435de9f41a15af7f7d7f6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Onion.png"
dest_files=["res://.godot/imported/Onion.png-aa5eb9a4246435de9f41a15af7f7d7f6.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: 393 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmkkeueellt4p"
path="res://.godot/imported/Seaweed.png-74bd540321b4355dbe5ec270181a4a95.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Seaweed.png"
dest_files=["res://.godot/imported/Seaweed.png-74bd540321b4355dbe5ec270181a4a95.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: 408 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ctjjmoel03a7q"
path="res://.godot/imported/Turnip.png-e103e793daf55f30b8fa6af223286db7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Foods/Veggie/Sprites/Turnip.png"
dest_files=["res://.godot/imported/Turnip.png-e103e793daf55f30b8fa6af223286db7.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 = "Turnip"
itemDescription = "Very large, it's the kind from Mario."
itemSprite = load("res://Items/Foods/Veggie/Sprites/Turnip.png")
value = 50
weight = 8
hardness = 30
edibility = 55
basketPower = 25
basketabilityDifficulty = 65
flammability = 25