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
|
||||
17
Items/Foods/Fruits/Apple.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Apple"
|
||||
itemDescription = "A slightly larger than normal apple."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Apple.png")
|
||||
|
||||
value = 12
|
||||
weight = 1.1
|
||||
|
||||
hardness = 33
|
||||
edibility = 99
|
||||
|
||||
basketPower = 3
|
||||
basketabilityDifficulty = 58
|
||||
|
||||
flammability = 22
|
||||
17
Items/Foods/Fruits/Banana.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Banana"
|
||||
itemDescription = "Tastes like a banana berry."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Banana.png")
|
||||
|
||||
value = 35
|
||||
weight = 1
|
||||
|
||||
hardness = 2
|
||||
edibility = 99
|
||||
|
||||
basketPower = 15
|
||||
basketabilityDifficulty = 40
|
||||
|
||||
flammability = 20
|
||||
17
Items/Foods/Fruits/BananaBerry.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Banana Berry"
|
||||
itemDescription = "Tastes like a banana."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/BananaBerry.png")
|
||||
|
||||
value = 25
|
||||
weight = 0.01
|
||||
|
||||
hardness = 2
|
||||
edibility = 99
|
||||
|
||||
basketPower = 3
|
||||
basketabilityDifficulty = 80
|
||||
|
||||
flammability = 20
|
||||
17
Items/Foods/Fruits/Coconut.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Coconut"
|
||||
itemDescription = "Like an ogre."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Coconut.png")
|
||||
|
||||
value = 26
|
||||
weight = 3.8
|
||||
|
||||
hardness = 85
|
||||
edibility = 72
|
||||
|
||||
basketPower = 30
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = 43
|
||||
17
Items/Foods/Fruits/Cucumber.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Cucumber"
|
||||
itemDescription = "cucubner"
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Cucumber.png")
|
||||
|
||||
value = 16
|
||||
weight = 1
|
||||
|
||||
hardness = 8
|
||||
edibility = 99
|
||||
|
||||
basketPower = 5
|
||||
basketabilityDifficulty = 70
|
||||
|
||||
flammability = 3
|
||||
17
Items/Foods/Fruits/Grape.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Grape"
|
||||
itemDescription = "One standard grape. A grape object."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Grape.png")
|
||||
|
||||
value = 1
|
||||
weight = 0.02
|
||||
|
||||
hardness = 6
|
||||
edibility = 100
|
||||
|
||||
basketPower = 3
|
||||
basketabilityDifficulty = 80
|
||||
|
||||
flammability = 3
|
||||
17
Items/Foods/Fruits/NoveltyBerry.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Novelty Berry"
|
||||
itemDescription = "A tart and very High Class berry."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/noveltyBerry.png")
|
||||
|
||||
value = 30
|
||||
weight = 0.01
|
||||
|
||||
hardness = 20
|
||||
edibility = 30
|
||||
|
||||
basketPower = 6
|
||||
basketabilityDifficulty = 80
|
||||
|
||||
flammability = 50
|
||||
17
Items/Foods/Fruits/Orange.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Orange"
|
||||
itemDescription = "A tangerine colored fruit that is very juicy."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Orange.png")
|
||||
|
||||
value = 18
|
||||
weight = 1.3
|
||||
|
||||
hardness = 18
|
||||
edibility = 98
|
||||
|
||||
basketPower = 10
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = 28
|
||||
17
Items/Foods/Fruits/Raisin.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Raisin"
|
||||
itemDescription = "A grape that has dried out, tastes like a raisin."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Raisin.png")
|
||||
|
||||
value = 1
|
||||
weight = 0.01
|
||||
|
||||
hardness = 4
|
||||
edibility = 110
|
||||
|
||||
basketPower = 25
|
||||
basketabilityDifficulty = 35
|
||||
|
||||
flammability = 53
|
||||
BIN
Items/Foods/Fruits/Sprites/Apple.png
Normal file
|
After Width: | Height: | Size: 454 B |
34
Items/Foods/Fruits/Sprites/Apple.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c3m2e2k7pa3al"
|
||||
path="res://.godot/imported/Apple.png-07b99b5068765cfd06430ad17b55fd05.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Apple.png"
|
||||
dest_files=["res://.godot/imported/Apple.png-07b99b5068765cfd06430ad17b55fd05.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/Fruits/Sprites/Banana.png
Normal file
|
After Width: | Height: | Size: 347 B |
34
Items/Foods/Fruits/Sprites/Banana.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://be70up8emxjwi"
|
||||
path="res://.godot/imported/Banana.png-8aeb380a404f4a801a6ad59c64d180c2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Banana.png"
|
||||
dest_files=["res://.godot/imported/Banana.png-8aeb380a404f4a801a6ad59c64d180c2.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/Fruits/Sprites/BananaBerry.png
Normal file
|
After Width: | Height: | Size: 235 B |
34
Items/Foods/Fruits/Sprites/BananaBerry.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c713v7tpb3hfc"
|
||||
path="res://.godot/imported/BananaBerry.png-4b4d5ea83b995f6e85682f12d4d86d84.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/BananaBerry.png"
|
||||
dest_files=["res://.godot/imported/BananaBerry.png-4b4d5ea83b995f6e85682f12d4d86d84.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/Fruits/Sprites/Coconut.png
Normal file
|
After Width: | Height: | Size: 512 B |
34
Items/Foods/Fruits/Sprites/Coconut.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://mi2q536kjyak"
|
||||
path="res://.godot/imported/Coconut.png-b3ed2874d5db6fbce7e9e7e5c879053c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Coconut.png"
|
||||
dest_files=["res://.godot/imported/Coconut.png-b3ed2874d5db6fbce7e9e7e5c879053c.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/Fruits/Sprites/Cucumber.png
Normal file
|
After Width: | Height: | Size: 465 B |
34
Items/Foods/Fruits/Sprites/Cucumber.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ca46mkmgdj5cw"
|
||||
path="res://.godot/imported/Cucumber.png-75fbaa87b544f4796e8eea83f2ec22f0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Cucumber.png"
|
||||
dest_files=["res://.godot/imported/Cucumber.png-75fbaa87b544f4796e8eea83f2ec22f0.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/Fruits/Sprites/Grape.png
Normal file
|
After Width: | Height: | Size: 312 B |
34
Items/Foods/Fruits/Sprites/Grape.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bc3gbxx1ruhd3"
|
||||
path="res://.godot/imported/Grape.png-cf254e64425583695049e74516c96e96.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Grape.png"
|
||||
dest_files=["res://.godot/imported/Grape.png-cf254e64425583695049e74516c96e96.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/Fruits/Sprites/Orange.png
Normal file
|
After Width: | Height: | Size: 668 B |
34
Items/Foods/Fruits/Sprites/Orange.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ct5a5b2148uia"
|
||||
path="res://.godot/imported/Orange.png-1938986588f8c5e8d632768ef53c29b9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Orange.png"
|
||||
dest_files=["res://.godot/imported/Orange.png-1938986588f8c5e8d632768ef53c29b9.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/Fruits/Sprites/Raisin.png
Normal file
|
After Width: | Height: | Size: 424 B |
34
Items/Foods/Fruits/Sprites/Raisin.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://1rorrhfd54je"
|
||||
path="res://.godot/imported/Raisin.png-16931069c24ead6665ac1e24fa57fd26.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Raisin.png"
|
||||
dest_files=["res://.godot/imported/Raisin.png-16931069c24ead6665ac1e24fa57fd26.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/Fruits/Sprites/Tomato.png
Normal file
|
After Width: | Height: | Size: 443 B |
34
Items/Foods/Fruits/Sprites/Tomato.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d11tc6ts1khob"
|
||||
path="res://.godot/imported/Tomato.png-2eaf7dc632c1704b80762c522db076fd.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Tomato.png"
|
||||
dest_files=["res://.godot/imported/Tomato.png-2eaf7dc632c1704b80762c522db076fd.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/Fruits/Sprites/Watermelon.png
Normal file
|
After Width: | Height: | Size: 626 B |
34
Items/Foods/Fruits/Sprites/Watermelon.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dbf34uk8gj6vb"
|
||||
path="res://.godot/imported/Watermelon.png-efec5cd3e8fe44869da5199b6c1e193c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/Watermelon.png"
|
||||
dest_files=["res://.godot/imported/Watermelon.png-efec5cd3e8fe44869da5199b6c1e193c.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/Fruits/Sprites/noveltyBerry.png
Normal file
|
After Width: | Height: | Size: 172 B |
34
Items/Foods/Fruits/Sprites/noveltyBerry.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cekvgi3spiwfo"
|
||||
path="res://.godot/imported/noveltyBerry.png-cdb39be53cb2bc397155a025604a59bb.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Fruits/Sprites/noveltyBerry.png"
|
||||
dest_files=["res://.godot/imported/noveltyBerry.png-cdb39be53cb2bc397155a025604a59bb.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/Fruits/Tomato.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Tomato"
|
||||
itemDescription = "Tangy and full of blood juice I think."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Tomato.png")
|
||||
|
||||
value = 23
|
||||
weight = 0.9
|
||||
|
||||
hardness = 12
|
||||
edibility = 75
|
||||
|
||||
basketPower = 5
|
||||
basketabilityDifficulty = 60
|
||||
|
||||
flammability = 20
|
||||
17
Items/Foods/Fruits/Watermelon.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Watermelon"
|
||||
itemDescription = "Large because water expands under pressure."
|
||||
itemSprite = load("res://Items/Foods/Fruits/Sprites/Watermelon.png")
|
||||
|
||||
value = 30
|
||||
weight = 15
|
||||
|
||||
hardness = 65
|
||||
edibility = 92
|
||||
|
||||
basketPower = 20
|
||||
basketabilityDifficulty = 65
|
||||
|
||||
flammability = 20
|
||||
20
Items/Foods/Liquids/BirchBeer.gd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Birch Beer"
|
||||
itemDescription = "A type of Rooted Beer. But it's made from bark so not really I guess."
|
||||
itemSprite = load("res://Items/Foods/Liquids/Sprites/BirchBeer.png")
|
||||
|
||||
value = 16
|
||||
weight = 2.2
|
||||
|
||||
hardness = 22
|
||||
edibility = 78
|
||||
|
||||
basketPower = 30
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = 25
|
||||
|
||||
itemTypes.append(types.Juice)
|
||||
itemTypes.append(types.Reformable)
|
||||
20
Items/Foods/Liquids/BlueSoda.gd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Blue Soda"
|
||||
itemDescription = "Soda - Blue Flavored"
|
||||
itemSprite = load("res://Items/Foods/Liquids/Sprites/BlueSoda.png")
|
||||
|
||||
value = 11
|
||||
weight = 1.6
|
||||
|
||||
hardness = 12
|
||||
edibility = 110
|
||||
|
||||
basketPower = 60
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = -10
|
||||
|
||||
itemTypes.append(types.Juice)
|
||||
itemTypes.append(types.Reformable)
|
||||
17
Items/Foods/Liquids/BlueSodaCan.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Blue Soda Can"
|
||||
itemDescription = "Crunched and smunched to get all the blue outta there."
|
||||
itemSprite = load("res://Items/Foods/Liquids/Sprites/EmptyBlueSoda.png")
|
||||
|
||||
value = 2
|
||||
weight = 0.4
|
||||
|
||||
hardness = 65
|
||||
edibility = 15
|
||||
|
||||
basketPower = 45
|
||||
basketabilityDifficulty = 25
|
||||
|
||||
flammability = 25
|
||||
20
Items/Foods/Liquids/GreenSoda.gd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Green Soda"
|
||||
itemDescription = "Soda - Green Flavored"
|
||||
itemSprite = load("res://Items/Foods/Liquids/Sprites/GreenSoda.png")
|
||||
|
||||
value = 11
|
||||
weight = 1.6
|
||||
|
||||
hardness = 12
|
||||
edibility = 70
|
||||
|
||||
basketPower = 20
|
||||
basketabilityDifficulty = 20
|
||||
|
||||
flammability = 5
|
||||
|
||||
itemTypes.append(types.Juice)
|
||||
itemTypes.append(types.Reformable)
|
||||
17
Items/Foods/Liquids/GreenSodaCan.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Green Soda Can"
|
||||
itemDescription = "Crunched and smunched to get all the juices outta there."
|
||||
itemSprite = load("res://Items/Foods/Liquids/Sprites/EmptyGreenSoda.png")
|
||||
|
||||
value = 2
|
||||
weight = 0.4
|
||||
|
||||
hardness = 65
|
||||
edibility = 15
|
||||
|
||||
basketPower = 25
|
||||
basketabilityDifficulty = 15
|
||||
|
||||
flammability = 25
|
||||
20
Items/Foods/Liquids/MapleTea.gd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Maple Tea"
|
||||
itemDescription = "Tea made from a maple leave"
|
||||
itemSprite = load("res://Items/Foods/Liquids/Sprites/MapleTeaMug.png")
|
||||
|
||||
value = 9
|
||||
weight = 1.3
|
||||
|
||||
hardness = 12
|
||||
edibility = 90
|
||||
|
||||
basketPower = 20
|
||||
basketabilityDifficulty = 20
|
||||
|
||||
flammability = 10
|
||||
|
||||
itemTypes.append(types.Juice)
|
||||
itemTypes.append(types.Reformable)
|
||||
BIN
Items/Foods/Liquids/Sprites/BirchBeer.png
Normal file
|
After Width: | Height: | Size: 400 B |
34
Items/Foods/Liquids/Sprites/BirchBeer.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dwe3rjt6xlgsp"
|
||||
path="res://.godot/imported/BirchBeer.png-2e2e98feb5f9356a0025f030a72c1dce.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Liquids/Sprites/BirchBeer.png"
|
||||
dest_files=["res://.godot/imported/BirchBeer.png-2e2e98feb5f9356a0025f030a72c1dce.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/Liquids/Sprites/BlueSoda.png
Normal file
|
After Width: | Height: | Size: 462 B |
34
Items/Foods/Liquids/Sprites/BlueSoda.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b1itgrcnbtpix"
|
||||
path="res://.godot/imported/BlueSoda.png-de3086852ec499b8ac8d63b21a5798ab.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Liquids/Sprites/BlueSoda.png"
|
||||
dest_files=["res://.godot/imported/BlueSoda.png-de3086852ec499b8ac8d63b21a5798ab.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/Liquids/Sprites/EmptyBlueSoda.png
Normal file
|
After Width: | Height: | Size: 482 B |
34
Items/Foods/Liquids/Sprites/EmptyBlueSoda.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://1q11q72urhge"
|
||||
path="res://.godot/imported/EmptyBlueSoda.png-af17557b7341550e1b1c3a4301e6f019.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Liquids/Sprites/EmptyBlueSoda.png"
|
||||
dest_files=["res://.godot/imported/EmptyBlueSoda.png-af17557b7341550e1b1c3a4301e6f019.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/Liquids/Sprites/EmptyGreenSoda.png
Normal file
|
After Width: | Height: | Size: 454 B |
34
Items/Foods/Liquids/Sprites/EmptyGreenSoda.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://detdpc0imi0fq"
|
||||
path="res://.godot/imported/EmptyGreenSoda.png-29e6aac043c94f3f20a9b77f0d56d40f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Liquids/Sprites/EmptyGreenSoda.png"
|
||||
dest_files=["res://.godot/imported/EmptyGreenSoda.png-29e6aac043c94f3f20a9b77f0d56d40f.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/Liquids/Sprites/GreenSoda.png
Normal file
|
After Width: | Height: | Size: 432 B |
34
Items/Foods/Liquids/Sprites/GreenSoda.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://r1fxxkeglqs1"
|
||||
path="res://.godot/imported/GreenSoda.png-7eb009f61e36d51fa47ddd14d3562486.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Liquids/Sprites/GreenSoda.png"
|
||||
dest_files=["res://.godot/imported/GreenSoda.png-7eb009f61e36d51fa47ddd14d3562486.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/Liquids/Sprites/MapleTeaMug.png
Normal file
|
After Width: | Height: | Size: 586 B |
34
Items/Foods/Liquids/Sprites/MapleTeaMug.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dkrvlo8sxmtv5"
|
||||
path="res://.godot/imported/MapleTeaMug.png-986cc550781b9196a9d3459e1744b4f9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Liquids/Sprites/MapleTeaMug.png"
|
||||
dest_files=["res://.godot/imported/MapleTeaMug.png-986cc550781b9196a9d3459e1744b4f9.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/Liquids/Sprites/Water.png
Normal file
|
After Width: | Height: | Size: 244 B |
34
Items/Foods/Liquids/Sprites/Water.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dikvbo270a8mc"
|
||||
path="res://.godot/imported/Water.png-cdcffad16cd6b60f253df5b9465c8fd1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Liquids/Sprites/Water.png"
|
||||
dest_files=["res://.godot/imported/Water.png-cdcffad16cd6b60f253df5b9465c8fd1.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
|
||||
20
Items/Foods/Liquids/Water.gd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Water"
|
||||
itemDescription = "Don't let it get wet."
|
||||
itemSprite = load("res://Items/Foods/Liquids/Sprites/Water.png")
|
||||
|
||||
value = 5
|
||||
weight = 0.4
|
||||
|
||||
hardness = 0
|
||||
edibility = 70
|
||||
|
||||
basketPower = 30
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = 0
|
||||
|
||||
itemTypes.append(types.Juice)
|
||||
itemTypes.append(types.Reformable)
|
||||
17
Items/Foods/Meal/Burrito.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Bean Burrito"
|
||||
itemDescription = "Technically qualifies as a sandwich."
|
||||
itemSprite = load("res://Items/Foods/Meal/Sprites/Burrito.png")
|
||||
|
||||
value = 21
|
||||
weight = 2
|
||||
|
||||
hardness = 30
|
||||
edibility = 95
|
||||
|
||||
basketPower = 75
|
||||
basketabilityDifficulty = 70
|
||||
|
||||
flammability = 45
|
||||
BIN
Items/Foods/Meal/Sprites/Burrito.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
34
Items/Foods/Meal/Sprites/Burrito.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cwa1ocjseib1h"
|
||||
path="res://.godot/imported/Burrito.png-45aab9c6bc0cceec888a3f09431a9f78.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Meal/Sprites/Burrito.png"
|
||||
dest_files=["res://.godot/imported/Burrito.png-45aab9c6bc0cceec888a3f09431a9f78.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/Packaged/EmptyKetchupPacket.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Empty Ketchup Packet"
|
||||
itemDescription = "A small container that once held a tomato."
|
||||
itemSprite = load("res://Items/Foods/Packaged/Sprites/EmptyKetchupPacket.png")
|
||||
|
||||
value = 1
|
||||
weight = 0.1
|
||||
|
||||
hardness = 33
|
||||
edibility = 15
|
||||
|
||||
basketPower = 30
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = 30
|
||||
17
Items/Foods/Packaged/EmptyRelishPacket.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Empty Relish Packet"
|
||||
itemDescription = "There is no pickle in there."
|
||||
itemSprite = load("res://Items/Foods/Packaged/Sprites/EmptyRelishPacket.png")
|
||||
|
||||
value = 1
|
||||
weight = 0.1
|
||||
|
||||
hardness = 33
|
||||
edibility = 15
|
||||
|
||||
basketPower = 30
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = 30
|
||||
17
Items/Foods/Packaged/EmptySugarPacket.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Empty Sugar Packet"
|
||||
itemDescription = "Maybe some day it will hold sugar again."
|
||||
itemSprite = load("res://Items/Foods/Packaged/Sprites/EmptySugarPacket.png")
|
||||
|
||||
value = 1
|
||||
weight = 0.1
|
||||
|
||||
hardness = 10
|
||||
edibility = 40
|
||||
|
||||
basketPower = 12
|
||||
basketabilityDifficulty = 16
|
||||
|
||||
flammability = 95
|
||||
17
Items/Foods/Packaged/EmptyWustardPacket.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Empty Wustard Packet"
|
||||
itemDescription = "Looks like your Wustard Experience is coming to an end."
|
||||
itemSprite = load("res://Items/Foods/Packaged/Sprites/EmptyWustardPacket.png")
|
||||
|
||||
value = 1
|
||||
weight = 0.1
|
||||
|
||||
hardness = 33
|
||||
edibility = 15
|
||||
|
||||
basketPower = 30
|
||||
basketabilityDifficulty = 30
|
||||
|
||||
flammability = 30
|
||||
17
Items/Foods/Packaged/KetchupPacket.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Ketchup Packet"
|
||||
itemDescription = "A small container that claims to hold a tomato."
|
||||
itemSprite = load("res://Items/Foods/Packaged/Sprites/KetchupPacket.png")
|
||||
|
||||
value = 6
|
||||
weight = 0.9
|
||||
|
||||
hardness = 10
|
||||
edibility = 55
|
||||
|
||||
basketPower = 50
|
||||
basketabilityDifficulty = 40
|
||||
|
||||
flammability = 30
|
||||
17
Items/Foods/Packaged/MapleTeaBag.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Maple Tea Bag"
|
||||
itemDescription = "Made from Maple Leafs."
|
||||
itemSprite = load("res://Items/Foods/Packaged/Sprites/MapleTeaBag.png")
|
||||
|
||||
value = 6
|
||||
weight = 0.2
|
||||
|
||||
hardness = 12
|
||||
edibility = 85
|
||||
|
||||
basketPower = 8
|
||||
basketabilityDifficulty = 20
|
||||
|
||||
flammability = 95
|
||||
17
Items/Foods/Packaged/RelishPacket.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Relish Packet"
|
||||
itemDescription = "No clue how they fit a pickle in there."
|
||||
itemSprite = load("res://Items/Foods/Packaged/Sprites/RelishPacket.png")
|
||||
|
||||
value = 8
|
||||
weight = 1.2
|
||||
|
||||
hardness = 25
|
||||
edibility = 55
|
||||
|
||||
basketPower = 50
|
||||
basketabilityDifficulty = 40
|
||||
|
||||
flammability = 40
|
||||
BIN
Items/Foods/Packaged/Sprites/EmptyKetchupPacket.png
Normal file
|
After Width: | Height: | Size: 470 B |
34
Items/Foods/Packaged/Sprites/EmptyKetchupPacket.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://1v2eoog7pgmq"
|
||||
path="res://.godot/imported/EmptyKetchupPacket.png-d7f2d08f9cbf6971e32be934ce591666.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Packaged/Sprites/EmptyKetchupPacket.png"
|
||||
dest_files=["res://.godot/imported/EmptyKetchupPacket.png-d7f2d08f9cbf6971e32be934ce591666.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/Packaged/Sprites/EmptyRelishPacket.png
Normal file
|
After Width: | Height: | Size: 437 B |
34
Items/Foods/Packaged/Sprites/EmptyRelishPacket.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dujs1on4o4oca"
|
||||
path="res://.godot/imported/EmptyRelishPacket.png-3ffd4a2087b33046c87dbc4596eb6b43.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Packaged/Sprites/EmptyRelishPacket.png"
|
||||
dest_files=["res://.godot/imported/EmptyRelishPacket.png-3ffd4a2087b33046c87dbc4596eb6b43.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/Packaged/Sprites/EmptySugarPacket.png
Normal file
|
After Width: | Height: | Size: 610 B |
34
Items/Foods/Packaged/Sprites/EmptySugarPacket.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ydg44hflagkx"
|
||||
path="res://.godot/imported/EmptySugarPacket.png-47b3d673014d448a31eaa5d3b7cd4e57.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Packaged/Sprites/EmptySugarPacket.png"
|
||||
dest_files=["res://.godot/imported/EmptySugarPacket.png-47b3d673014d448a31eaa5d3b7cd4e57.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/Packaged/Sprites/EmptyWustardPacket.png
Normal file
|
After Width: | Height: | Size: 432 B |
34
Items/Foods/Packaged/Sprites/EmptyWustardPacket.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b2smms84yehhu"
|
||||
path="res://.godot/imported/EmptyWustardPacket.png-e8d4c1b1db3c9f71e9c3673049dfc6a3.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Packaged/Sprites/EmptyWustardPacket.png"
|
||||
dest_files=["res://.godot/imported/EmptyWustardPacket.png-e8d4c1b1db3c9f71e9c3673049dfc6a3.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/Packaged/Sprites/KetchupPacket.png
Normal file
|
After Width: | Height: | Size: 423 B |
34
Items/Foods/Packaged/Sprites/KetchupPacket.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b1uootgc08qkn"
|
||||
path="res://.godot/imported/KetchupPacket.png-a6090053b1dac2fab4703c4121e7b2fa.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Packaged/Sprites/KetchupPacket.png"
|
||||
dest_files=["res://.godot/imported/KetchupPacket.png-a6090053b1dac2fab4703c4121e7b2fa.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/Packaged/Sprites/MapleTeaBag.png
Normal file
|
After Width: | Height: | Size: 452 B |
34
Items/Foods/Packaged/Sprites/MapleTeaBag.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bg3dv8sl11g6w"
|
||||
path="res://.godot/imported/MapleTeaBag.png-db145cbd984eec1e6bfba04d77c51700.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Foods/Packaged/Sprites/MapleTeaBag.png"
|
||||
dest_files=["res://.godot/imported/MapleTeaBag.png-db145cbd984eec1e6bfba04d77c51700.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/Packaged/Sprites/MustardPacket.png
Normal file
|
After Width: | Height: | Size: 377 B |