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

17
Items/Plants/BirchBark.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Birch Bark"
itemDescription = "A small bite of a birch's bark."
itemSprite = load("res://Items/Plants/Sprites/BirchBark.png")
value = 6
weight = 0.6
hardness = 22
edibility = 73
basketPower = 40
basketabilityDifficulty = 6
flammability = 100

17
Items/Plants/BirchLeaf.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Birch Leaf"
itemDescription = "Yet another delicious leaf"
itemSprite = load("res://Items/Plants/Sprites/BirchLeaf.png")
value = 3
weight = 0.4
hardness = 5
edibility = 97
basketPower = 30
basketabilityDifficulty = 35
flammability = 99

17
Items/Plants/BirchSap.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Birch Sap"
itemDescription = "Sweet liquidy goop."
itemSprite = load("res://Items/Plants/Sprites/BirchSap.png")
value = 12
weight = 0.3
hardness = 2
edibility = 87
basketPower = 45
basketabilityDifficulty = 80
flammability = 15

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Birch Stick"
itemDescription = "Very crunchy with a birchy flavour."
itemSprite = load("res://Items/Plants/Sprites/BirchStick.png")
value = 3
weight = 2.2
hardness = 50
edibility = 50
basketPower = 28
basketabilityDifficulty = 2
flammability = 99

17
Items/Plants/Branch.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Branch"
itemDescription = "Only skilled branch managers can handle this"
itemSprite = load("res://Items/Plants/Sprites/Branch.png")
value = 6
weight = 12
hardness = 60
edibility = 45
basketPower = 40
basketabilityDifficulty = 25
flammability = 95

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Cornflower"
itemDescription = "Does not pop"
itemSprite = load("res://Items/Plants/Sprites/cornflower.png")
value = 6
weight = 0.6
hardness = 5
edibility = 85
basketPower = 10
basketabilityDifficulty = 40
flammability = 99

17
Items/Plants/Dandelion.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Dandelion"
itemDescription = "A delicious dandelion"
itemSprite = load("res://Items/Plants/Sprites/dandelion.png")
value = 5
weight = 0.4
hardness = 5
edibility = 90
basketPower = 10
basketabilityDifficulty = 35
flammability = 99

17
Items/Plants/Grass.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Grass"
itemDescription = "Top tier food, up there with leaves"
itemSprite = load("res://Items/Plants/Sprites/grass.png")
value = 9
weight = 0.6
hardness = 5
edibility = 99
basketPower = 20
basketabilityDifficulty = 10
flammability = 99

17
Items/Plants/Leaf.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Leaf"
itemDescription = "A delicious leaf"
itemSprite = load("res://Items/Plants/Sprites/leaf.png")
value = 2
weight = 0.4
hardness = 5
edibility = 99
basketPower = 30
basketabilityDifficulty = 35
flammability = 99

View file

@ -0,0 +1,22 @@
extends Item
func initialize_stats():
itemName = "Magic Stick"
itemDescription = "Not a stick of gum haha, just poking fun!"
itemSprite = load("res://Items/Plants/Sprites/MagicStick.png")
additionalSprites.append(load("res://Items/Plants/Sprites/MagicStick1.png"))
additionalSprites.append(load("res://Items/Plants/Sprites/MagicStick2.png"))
value = 60
weight = 4
hardness = 70
edibility = 70
basketPower = 100
basketabilityDifficulty = 40
flammability = 50
itemTypes.append(types.Toy)

17
Items/Plants/PalmFiber.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Palm Fiber"
itemDescription = "The biggest leaf ever born."
itemSprite = load("res://Items/Plants/Sprites/PalmFiber.png")
value = 7
weight = 0.4
hardness = 5
edibility = 63
basketPower = 60
basketabilityDifficulty = 15
flammability = 100

17
Items/Plants/PalmLeaf.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Palm Leaf"
itemDescription = "The biggest leaf ever born."
itemSprite = load("res://Items/Plants/Sprites/PalmLeaf.png")
value = 8
weight = 7.8
hardness = 5
edibility = 95
basketPower = 40
basketabilityDifficulty = 35
flammability = 90

View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Pine Needles"
itemDescription = "Edible weapons"
itemSprite = load("res://Items/Plants/Sprites/PineNeedles.png")
value = 4
weight = 0.3
hardness = 30
edibility = 65
basketPower = 30
basketabilityDifficulty = 55
flammability = 92

17
Items/Plants/Pinecone.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Pinecone"
itemDescription = "Some say they're not actually cones but I disagree"
itemSprite = load("res://Items/Plants/Sprites/PineCone.png")
value = 5
weight = 0.5
hardness = 40
edibility = 65
basketPower = 10
basketabilityDifficulty = 70
flammability = 92

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

View file

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

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://gf2lxf7er1fq"
path="res://.godot/imported/BirchLeaf.png-766509a186816461e7e5a3d7b0a96f4c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/BirchLeaf.png"
dest_files=["res://.godot/imported/BirchLeaf.png-766509a186816461e7e5a3d7b0a96f4c.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: 209 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cebcghl0pf7yk"
path="res://.godot/imported/BirchSap.png-3066f5cc6cadc6881ca1070a2af24752.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/BirchSap.png"
dest_files=["res://.godot/imported/BirchSap.png-3066f5cc6cadc6881ca1070a2af24752.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: 415 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2frj55ruwqt0"
path="res://.godot/imported/BirchStick.png-345a843882998504b01d3602909d3fab.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/BirchStick.png"
dest_files=["res://.godot/imported/BirchStick.png-345a843882998504b01d3602909d3fab.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://b5mneriqmd1p0"
path="res://.godot/imported/Branch.png-1054224471fdad778f30eb94ee012f56.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/Branch.png"
dest_files=["res://.godot/imported/Branch.png-1054224471fdad778f30eb94ee012f56.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: 424 B

View file

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

View file

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

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgeohojlaew26"
path="res://.godot/imported/MagicStick2.png-708c5a41f41e13a03a68bc21c985423a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/MagicStick2.png"
dest_files=["res://.godot/imported/MagicStick2.png-708c5a41f41e13a03a68bc21c985423a.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: 450 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dlpi7tlegp31g"
path="res://.godot/imported/PalmFiber.png-906eafca35053d42815a3c12a2c88851.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/PalmFiber.png"
dest_files=["res://.godot/imported/PalmFiber.png-906eafca35053d42815a3c12a2c88851.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: 577 B

View file

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

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c54oo5jic0011"
path="res://.godot/imported/PineCone.png-5f80d3deb1749f6a97c74240b79d669b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/PineCone.png"
dest_files=["res://.godot/imported/PineCone.png-5f80d3deb1749f6a97c74240b79d669b.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: 475 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bibtvr1f81oip"
path="res://.godot/imported/PineNeedles.png-6b1c51852aa8f46cc2a17aba41ebfac4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/PineNeedles.png"
dest_files=["res://.godot/imported/PineNeedles.png-6b1c51852aa8f46cc2a17aba41ebfac4.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: 624 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b774e14byfxd5"
path="res://.godot/imported/Sunflower.png-64cf57b3b573b906dc04e0a1ca19c576.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/Sunflower.png"
dest_files=["res://.godot/imported/Sunflower.png-64cf57b3b573b906dc04e0a1ca19c576.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.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bq47g053ti8a8"
path="res://.godot/imported/cornflower.png-43edeecbdfd9919f88ea66a95e53c990.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/cornflower.png"
dest_files=["res://.godot/imported/cornflower.png-43edeecbdfd9919f88ea66a95e53c990.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.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmo56ll3dscbs"
path="res://.godot/imported/dandelion.png-e46070511fe4e8c4b65ffc6bab1371eb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/dandelion.png"
dest_files=["res://.godot/imported/dandelion.png-e46070511fe4e8c4b65ffc6bab1371eb.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.2 KiB

View file

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

View file

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

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c4ik24q8ekcf1"
path="res://.godot/imported/stick.png-f1ee6b9fe9e4e708f6eb616b3bbb4041.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Plants/Sprites/stick.png"
dest_files=["res://.godot/imported/stick.png-f1ee6b9fe9e4e708f6eb616b3bbb4041.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

17
Items/Plants/Stick.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Stick"
itemDescription = "Not a stick of gum haha, just poking fun!"
itemSprite = load("res://Items/Plants/Sprites/stick.png")
value = 2
weight = 0.4
hardness = 50
edibility = 50
basketPower = 25
basketabilityDifficulty = 1
flammability = 99

17
Items/Plants/Sunflower.gd Normal file
View file

@ -0,0 +1,17 @@
extends Item
func initialize_stats():
itemName = "Sunflower"
itemDescription = "Warning: Flower"
itemSprite = load("res://Items/Plants/Sprites/Sunflower.png")
value = 18
weight = 2
hardness = 15
edibility = 70
basketPower = 30
basketabilityDifficulty = 70
flammability = 90