added the repo to a new site

This commit is contained in:
Breebee 2025-01-14 00:03:21 -07:00
parent af5a536259
commit b59417a7e4
23 changed files with 1553 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

Binary file not shown.

BIN
Assets/Models/flag.glb Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/flagProp.png-835828d2d306660173187c1790e77def.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://mods/Breebee.ZooFishing/Assets/Textures/CosmeticIcons/flagProp.png"
dest_files=[ "res://.import/flagProp.png-835828d2d306660173187c1790e77def.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=1
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/baseball_cap_zoother.png-d670137c43550ffd2ad95673ccb9773c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://mods/Breebee.ZooFishing/Assets/Textures/Cosmetics/Hats/baseball_cap_zoother.png"
dest_files=[ "res://.import/baseball_cap_zoother.png-d670137c43550ffd2ad95673ccb9773c.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=1
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=1
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/undershirt_flag.png-2412f60ce92e996ae4ca9493435f7185.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://mods/Breebee.ZooFishing/Assets/Textures/Cosmetics/Undershirts/undershirt_flag.png"
dest_files=[ "res://.import/undershirt_flag.png-2412f60ce92e996ae4ca9493435f7185.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=1
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=1
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/undershirt_paw.png-63ae5b2c19eb506c089f1b6fe79b2927.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://mods/Breebee.ZooFishing/Assets/Textures/Cosmetics/Undershirts/undershirt_paw.png"
dest_files=[ "res://.import/undershirt_paw.png-63ae5b2c19eb506c089f1b6fe79b2927.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=1
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@ -0,0 +1,31 @@
[gd_resource type="Resource" load_steps=7 format=2]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=1]
[ext_resource path="res://mods/Breebee.ZooFishing/Assets/Textures/Cosmetics/Hats/baseball_cap_zoother.png" type="Texture" id=2]
[ext_resource path="res://Assets/Models/Cosmetics/rig_main_updated.tres" type="Skin" id=3]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons34.png" type="Texture" id=4]
[ext_resource path="res://Assets/Models/Cosmetics/baseball_cap.tres" type="ArrayMesh" id=5]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 2 )
[resource]
script = ExtResource( 1 )
name = "Zoo Therian Baseball Cap"
desc = "For the zooeiest and theriest"
title = ""
icon = ExtResource( 4 )
mesh = ExtResource( 5 )
species_alt_mesh = [ ]
mesh_skin = ExtResource( 3 )
material = SubResource( 1 )
main_color = Color( 0.35, 0.57, 0.58, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "hat"
cos_internal_id = 0
in_rotation = false
chest_reward = false
cost = 75

View File

@ -0,0 +1,22 @@
[gd_resource type="Resource" load_steps=3 format=2]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons62.png" type="Texture" id=1]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=2]
[resource]
script = ExtResource( 2 )
name = "Cat Kisser Title"
desc = "You like kissing cats, don't you"
title = "Cat Kisser"
icon = ExtResource( 1 )
species_alt_mesh = [ ]
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "title"
cos_internal_id = 0
in_rotation = false
chest_reward = true
cost = 10

View File

@ -0,0 +1,22 @@
[gd_resource type="Resource" load_steps=3 format=2]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons62.png" type="Texture" id=1]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=2]
[resource]
script = ExtResource( 2 )
name = "Dog Fucker Title"
desc = "You silly little dog fucker"
title = "Dog Fucker"
icon = ExtResource( 1 )
species_alt_mesh = [ ]
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "title"
cos_internal_id = 0
in_rotation = false
chest_reward = true
cost = 10

View File

@ -0,0 +1,22 @@
[gd_resource type="Resource" load_steps=3 format=2]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons62.png" type="Texture" id=1]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=2]
[resource]
script = ExtResource( 2 )
name = "Dog Kisser Title"
desc = "You like kissing dogs, don't you"
title = "Dog Kisser"
icon = ExtResource( 1 )
species_alt_mesh = [ ]
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "title"
cos_internal_id = 0
in_rotation = false
chest_reward = true
cost = 10

View File

@ -0,0 +1,22 @@
[gd_resource type="Resource" load_steps=3 format=2]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=1]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons62.png" type="Texture" id=2]
[resource]
script = ExtResource( 1 )
name = "Therian Title"
desc = "Generic Therian Title"
title = "Therian"
icon = ExtResource( 2 )
species_alt_mesh = [ ]
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "title"
cos_internal_id = 0
in_rotation = false
chest_reward = true
cost = 10

View File

@ -0,0 +1,22 @@
[gd_resource type="Resource" load_steps=3 format=2]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=1]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons62.png" type="Texture" id=2]
[resource]
script = ExtResource( 1 )
name = "Zooey Title"
desc = "You silly little zoophile"
title = "Zooey"
icon = ExtResource( 2 )
species_alt_mesh = [ ]
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "title"
cos_internal_id = 0
in_rotation = false
chest_reward = true
cost = 10

View File

@ -0,0 +1,31 @@
[gd_resource type="Resource" load_steps=7 format=2]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=1]
[ext_resource path="res://Assets/Models/Cosmetics/rig_main_updated.tres" type="Skin" id=2]
[ext_resource path="res://Assets/Models/shirt_update.tres" type="ArrayMesh" id=3]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons32.png" type="Texture" id=4]
[ext_resource path="res://mods/Breebee.ZooFishing/Assets/Textures/Cosmetics/Undershirts/undershirt_flag.png" type="Texture" id=5]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 5 )
[resource]
script = ExtResource( 1 )
name = "Zooey Flag"
desc = "You like animals, don't you UwU"
title = ""
icon = ExtResource( 4 )
mesh = ExtResource( 3 )
species_alt_mesh = [ ]
mesh_skin = ExtResource( 2 )
material = SubResource( 1 )
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "undershirt"
cos_internal_id = 0
in_rotation = false
chest_reward = false
cost = 75

View File

@ -0,0 +1,31 @@
[gd_resource type="Resource" load_steps=7 format=2]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=1]
[ext_resource path="res://Assets/Models/Cosmetics/rig_main_updated.tres" type="Skin" id=2]
[ext_resource path="res://Assets/Models/shirt_update.tres" type="ArrayMesh" id=3]
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons32.png" type="Texture" id=4]
[ext_resource path="res://mods/Breebee.ZooFishing/Assets/Textures/Cosmetics/Undershirts/undershirt_paw.png" type="Texture" id=5]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 5 )
[resource]
script = ExtResource( 1 )
name = "Cynophilia Paw"
desc = "For those with an extra special fondness for dogs"
title = ""
icon = ExtResource( 4 )
mesh = ExtResource( 3 )
species_alt_mesh = [ ]
mesh_skin = ExtResource( 2 )
material = SubResource( 1 )
main_color = Color( 0.64, 0.46, 0.42, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "undershirt"
cos_internal_id = 0
in_rotation = false
chest_reward = false
cost = 75

View File

@ -0,0 +1,47 @@
[gd_resource type="Resource" load_steps=4 format=2]
[ext_resource path="res://Resources/Scripts/item_resource.gd" type="Script" id=1]
[ext_resource path="res://mods/Breebee.ZooFishing/Assets/Textures/CosmeticIcons/flagProp.png" type="Texture" id=2]
[sub_resource type="CubeMesh" id=1]
size = Vector3( 1, 1, 1 )
[resource]
script = ExtResource( 1 )
item_name = "Zoo Flag Prop"
item_description = "Show off that zoo pride!"
catch_blurb = ""
item_is_hidden = false
icon = ExtResource( 2 )
show_item = true
show_scene = false
uses_size = false
mesh = SubResource( 1 )
action = ""
action_params = [ ]
release_action = ""
prop_code = "flagProp"
help_text = ""
arm_value = 0.2
hold_offset = 0.0
unselectable = true
unrenamable = true
category = "furniture"
alive = true
tier = 0
catch_difficulty = 1.0
catch_speed = 120.0
loot_table = "none"
loot_weight = 1.0
average_size = 1.0
sell_value = 5
sell_multiplier = 1.0
obtain_xp = 30
generate_worth = true
can_be_sold = false
rare = false
stackable = false
max_stacks = 99
unobtainable = false
show_bait = false
detect_item = false

75
Scenes/flagProp.tscn Normal file

File diff suppressed because one or more lines are too long

21
main.gd Normal file
View File

@ -0,0 +1,21 @@
extends Node
const id = "Breebee.ZooFishing"
onready var Lure = get_node("/root/SulayreLure")
func _ready():
Lure.add_actor(id, "flagProp", "mod://Scenes/flagProp.tscn")
#Lure.add_content(id, "undershirt_test_uwu", "mod://Resources/Cosmetics/Undershirts/undershirt_test.tres", [Lure.FLAGS.FREE_UNLOCK])
Lure.add_content(id, "undershirt_flag_zoo", "mod://Resources/Cosmetics/Undershirts/undershirt_flag.tres", [Lure.FLAGS.FREE_UNLOCK])
Lure.add_content(id, "title_dog_kisser", "mod://Resources/Cosmetics/Titles/title_dog_kisser.tres", [Lure.LURE_FLAGS.FREE_UNLOCK])
Lure.add_content(id, "title_cat_kisser", "mod://Resources/Cosmetics/Titles/title_cat_kisser.tres", [Lure.LURE_FLAGS.FREE_UNLOCK])
Lure.add_content(id, "title_zooey", "mod://Resources/Cosmetics/Titles/title_zooey.tres", [Lure.LURE_FLAGS.FREE_UNLOCK])
Lure.add_content(id, "undershirt_paw", "mod://Resources/Cosmetics/Undershirts/undershirt_paw.tres", [Lure.FLAGS.FREE_UNLOCK])
Lure.add_content(id, "baseball_cap_zoother", "mod://Resources/Cosmetics/Hats/baseball_cap_zoother.tres", [Lure.FLAGS.FREE_UNLOCK])
Lure.add_content(id, "title_therian", "mod://Resources/Cosmetics/Titles/title_therian.tres", [Lure.LURE_FLAGS.FREE_UNLOCK])
Lure.add_content(id, "title_dog_fucker", "mod://Resources/Cosmetics/Titles/title_dog_fucker.tres", [Lure.LURE_FLAGS.FREE_UNLOCK])
Lure.add_content(id, "flagProp", "mod://Resources/Prop_Items/flagProp.tres", [Lure.LURE_FLAGS.SHOP_BEACH, Lure.LURE_FLAGS.FREE_UNLOCK])