It's Cow Game! Version 2.04!
17
Items/Foods/Condiments/BBQSauce.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "BBQ Sauce"
|
||||
itemDescription = "Tomato Smoothie, Fire Flavored."
|
||||
itemSprite = load("res://Items/Foods/Condiments/Sprites/BBQSauce.png")
|
||||
|
||||
value = 42
|
||||
weight = 0.9
|
||||
|
||||
hardness = 10
|
||||
edibility = 75
|
||||
|
||||
basketPower = 90
|
||||
basketabilityDifficulty = 90
|
||||
|
||||
flammability = 50
|
||||
17
Items/Foods/Condiments/FakeRelish.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Fake Relish"
|
||||
itemDescription = "Seems like it's make of pickles, but you're not sure."
|
||||
itemSprite = load("res://Items/Foods/Condiments/Sprites/FakeRelish.png")
|
||||
|
||||
value = 8
|
||||
weight = 1
|
||||
|
||||
hardness = 25
|
||||
edibility = 54
|
||||
|
||||
basketPower = 65
|
||||
basketabilityDifficulty = 72
|
||||
|
||||
flammability = 28
|
||||
17
Items/Foods/Condiments/Ketchup.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Ketchup"
|
||||
itemDescription = "Tomato Smoothie."
|
||||
itemSprite = load("res://Items/Foods/Condiments/Sprites/Ketchup.png")
|
||||
|
||||
value = 35
|
||||
weight = 0.9
|
||||
|
||||
hardness = 10
|
||||
edibility = 65
|
||||
|
||||
basketPower = 85
|
||||
basketabilityDifficulty = 85
|
||||
|
||||
flammability = 20
|
||||
17
Items/Foods/Condiments/Mustard.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Mustard"
|
||||
itemDescription = "Yellow goop food, yummy."
|
||||
itemSprite = load("res://Items/Foods/Condiments/Sprites/Mustard.png")
|
||||
|
||||
value = 9
|
||||
weight = 0.2
|
||||
|
||||
hardness = 10
|
||||
edibility = 65
|
||||
|
||||
basketPower = 80
|
||||
basketabilityDifficulty = 80
|
||||
|
||||
flammability = 20
|
||||
17
Items/Foods/Condiments/OldBBQSauce.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Old BBQ Sauce"
|
||||
itemDescription = "Still fine, mostly. Tastes a bit like ashes."
|
||||
itemSprite = load("res://Items/Foods/Condiments/Sprites/OldBBQSauce.png")
|
||||
|
||||
value = 10
|
||||
weight = 0.7
|
||||
|
||||
hardness = 8
|
||||
edibility = 59
|
||||
|
||||
basketPower = 70
|
||||
basketabilityDifficulty = 90
|
||||
|
||||
flammability = 35
|
||||
17
Items/Foods/Condiments/OldKetchup.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Old Ketchup"
|
||||
itemDescription = "Ketchup that's kinda gone bad."
|
||||
itemSprite = load("res://Items/Foods/Condiments/Sprites/OldKetchup.png")
|
||||
|
||||
value = 6
|
||||
weight = 0.8
|
||||
|
||||
hardness = 8
|
||||
edibility = 52
|
||||
|
||||
basketPower = 65
|
||||
basketabilityDifficulty = 85
|
||||
|
||||
flammability = 16
|
||||
BIN
Items/Foods/Condiments/Sprites/BBQSauce.png
Normal file
|
After Width: | Height: | Size: 237 B |
34
Items/Foods/Condiments/Sprites/BBQSauce.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dy8l84nc2j4d"
|
||||
path="res://.godot/imported/BBQSauce.png-968188ee709afff304ccec2af53f6a0d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/BBQSauce.png"
|
||||
dest_files=["res://.godot/imported/BBQSauce.png-968188ee709afff304ccec2af53f6a0d.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
|
||||
BIN
Items/Foods/Condiments/Sprites/FakeRelish.png
Normal file
|
After Width: | Height: | Size: 345 B |
34
Items/Foods/Condiments/Sprites/FakeRelish.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b2jemn870p2o5"
|
||||
path="res://.godot/imported/FakeRelish.png-a1e4322e17ebde6517fe53c66d9a67b9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/FakeRelish.png"
|
||||
dest_files=["res://.godot/imported/FakeRelish.png-a1e4322e17ebde6517fe53c66d9a67b9.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
|
||||
BIN
Items/Foods/Condiments/Sprites/Ketchup.png
Normal file
|
After Width: | Height: | Size: 238 B |
34
Items/Foods/Condiments/Sprites/Ketchup.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cy0cibiwyuth"
|
||||
path="res://.godot/imported/Ketchup.png-e0cde86b86cf8b16105d2c91313fad77.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/Ketchup.png"
|
||||
dest_files=["res://.godot/imported/Ketchup.png-e0cde86b86cf8b16105d2c91313fad77.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
|
||||
BIN
Items/Foods/Condiments/Sprites/Mustard.png
Normal file
|
After Width: | Height: | Size: 234 B |
34
Items/Foods/Condiments/Sprites/Mustard.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://5v1s4q3xdj5y"
|
||||
path="res://.godot/imported/Mustard.png-7e7c4eee5bb7019ddf24b11eb34dcc5b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/Mustard.png"
|
||||
dest_files=["res://.godot/imported/Mustard.png-7e7c4eee5bb7019ddf24b11eb34dcc5b.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
|
||||
BIN
Items/Foods/Condiments/Sprites/OldBBQSauce.png
Normal file
|
After Width: | Height: | Size: 291 B |
34
Items/Foods/Condiments/Sprites/OldBBQSauce.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dnkoi0hn17y3g"
|
||||
path="res://.godot/imported/OldBBQSauce.png-0ed19168b60136bba384ee60ce4ae174.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/OldBBQSauce.png"
|
||||
dest_files=["res://.godot/imported/OldBBQSauce.png-0ed19168b60136bba384ee60ce4ae174.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
|
||||
BIN
Items/Foods/Condiments/Sprites/OldKetchup.png
Normal file
|
After Width: | Height: | Size: 296 B |
34
Items/Foods/Condiments/Sprites/OldKetchup.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://babunio2bd7bp"
|
||||
path="res://.godot/imported/OldKetchup.png-ae3a73a0200f62624b14958bdf8e151f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/OldKetchup.png"
|
||||
dest_files=["res://.godot/imported/OldKetchup.png-ae3a73a0200f62624b14958bdf8e151f.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
|
||||
BIN
Items/Foods/Condiments/Sprites/Relish.png
Normal file
|
After Width: | Height: | Size: 273 B |
34
Items/Foods/Condiments/Sprites/Relish.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://uaqt0fp7xdv5"
|
||||
path="res://.godot/imported/Relish.png-139f05066a761f38059f6b218e17c9e4.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/Relish.png"
|
||||
dest_files=["res://.godot/imported/Relish.png-139f05066a761f38059f6b218e17c9e4.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
|
||||
BIN
Items/Foods/Condiments/Sprites/Wustard.png
Normal file
|
After Width: | Height: | Size: 236 B |
34
Items/Foods/Condiments/Sprites/Wustard.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://br38p8p6glyl4"
|
||||
path="res://.godot/imported/Wustard.png-fd61acd9b0c03a2280be580b3e72cd41.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Condiments/Sprites/Wustard.png"
|
||||
dest_files=["res://.godot/imported/Wustard.png-fd61acd9b0c03a2280be580b3e72cd41.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/Foods/Condiments/Wustard.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Wustard"
|
||||
itemDescription = "Wustard. A one of a kind condiment experience. Smells faintly of mustard."
|
||||
itemSprite = load("res://Items/Foods/Condiments/Sprites/Wustard.png")
|
||||
|
||||
value = 12
|
||||
weight = 0.2
|
||||
|
||||
hardness = 10
|
||||
edibility = 65
|
||||
|
||||
basketPower = 80
|
||||
basketabilityDifficulty = 80
|
||||
|
||||
flammability = 20
|
||||