commit 3f0f8bd70a683c5f0a792d2c9968a7ccb0735f1b Author: Breebee <61837182+Fluffpumpkin@users.noreply.github.com> Date: Tue Jan 14 11:52:36 2025 -0700 added repo to the new site diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/README.md b/README.md new file mode 100644 index 0000000..e19b70f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Zoobound + +A Starbound mod centered around zoophilia + +1.0 (Teal): +- Zoo Flag item +- Zooey colored space glitter \ No newline at end of file diff --git a/_metadata b/_metadata new file mode 100644 index 0000000..10f63b3 --- /dev/null +++ b/_metadata @@ -0,0 +1,9 @@ +{ + "name" : "zoobound", + "friendlyName" : "Zoobound", + "description" : "A starbound mod pertaining to zoophilia", + "author" : "Breebee", + "version" : "1.0 (Teal)", + "link" : "https://github.com/Breebee-The-Yote/Zoobound", + "priority" : 0 +} diff --git a/objects/generic/flagzoo/flagzoo.frames b/objects/generic/flagzoo/flagzoo.frames new file mode 100644 index 0000000..4a82912 --- /dev/null +++ b/objects/generic/flagzoo/flagzoo.frames @@ -0,0 +1,14 @@ +{ + + "frameGrid" : { + "size" : [24, 32], + "dimensions" : [6, 1], + "names" : [ + [ "default.0", "default.1", "default.2", "default.3", "default.4", "default.5" ] + ] + }, + + "aliases" : { + "default.default" : "default.0" + } +} diff --git a/objects/generic/flagzoo/flagzoo.object b/objects/generic/flagzoo/flagzoo.object new file mode 100644 index 0000000..29db5b8 --- /dev/null +++ b/objects/generic/flagzoo/flagzoo.object @@ -0,0 +1,52 @@ +{ + "objectName" : "flagzoo", + "colonyTags" : ["penguin"], + "printable" : false, + "rarity" : "Legendary", + "objectType" : "teleporter", + "category" : "teleportMarker", + "price" : 70, + "radioMessagesOnPickup" : [ "pickupflag" ], + + "description" : "The zoophile flag. Use ^green;[E]^white; to bookmark a teleportation location.", + "shortdescription" : "Zoophile Flag", + "race" : "penguin", + + "apexDescription" : "A zoophile flag. I can use this as a waypoint for teleportation.", + "avianDescription" : "This zoophile flag can be bookmarked as a destination for my ship teleporter.", + "floranDescription" : "Zoophile flag makess good point to teleport back to ussing teleporter!", + "glitchDescription" : "Observant. A small locator module attached to this zoophile flag allows it to be bookmarked for teleportation.", + "humanDescription" : "This zoophile flag can be saved as a location for my teleporter. Then I can return to it at any time.", + "hylotlDescription" : "This zoophile flag can act as a way point, enabling me to return to this point using a teleporter.", + "novakidDescription" : "I can bookmark this zoophile flag for quick teleportin'.", + + "interactAction" : "OpenTeleportDialog", + "interactData" : "/interface/warping/destinationonly.config", + + "inventoryIcon" : "flagzooicon.png", + "orientations" : [ + { + "image" : "flagzoo.png:.", + "flipImages" : true, + "direction" : "left", + "imagePosition" : [-17, 0], + "frames" : 6, + "animationCycle" : 1.0, + + "spaceScan" : 0.1, + "anchors" : [ "bottom" ] + }, + { + "image" : "flagzoo.png:.", + "direction" : "right", + "imagePosition" : [1, 0], + "frames" : 6, + "animationCycle" : 1.0, + + "spaceScan" : 0.1, + "anchors" : [ "bottom" ] + } + ] + + //"soundEffect" : "/sfx/objects/flag_flap_loop.ogg" +} diff --git a/objects/generic/flagzoo/flagzoo.png b/objects/generic/flagzoo/flagzoo.png new file mode 100644 index 0000000..8bd3acb Binary files /dev/null and b/objects/generic/flagzoo/flagzoo.png differ diff --git a/objects/generic/flagzoo/flagzooicon.png b/objects/generic/flagzoo/flagzooicon.png new file mode 100644 index 0000000..b11773c Binary files /dev/null and b/objects/generic/flagzoo/flagzooicon.png differ diff --git a/player.config.patch b/player.config.patch new file mode 100644 index 0000000..2f15106 --- /dev/null +++ b/player.config.patch @@ -0,0 +1 @@ +[ {"op":"add","path":"/defaultBlueprints/tier1/-","value":{"item":"flagzoo"} } ] \ No newline at end of file diff --git a/recipes/emptyhands/flagzoo.recipe b/recipes/emptyhands/flagzoo.recipe new file mode 100644 index 0000000..5bd1c20 --- /dev/null +++ b/recipes/emptyhands/flagzoo.recipe @@ -0,0 +1,11 @@ +{ + "input" : [ + { "item" : "copperbar", "count" : 1 }, + { "item" : "fabric", "count" : 20 } + ], + "output" : { + "item" : "flagzoo", + "count" : 1 + }, + "groups" : [ "plain", "all" ] +} diff --git a/sky.config.patch b/sky.config.patch new file mode 100644 index 0000000..2c66a12 --- /dev/null +++ b/sky.config.patch @@ -0,0 +1,17 @@ +[ + { + "op": "add", + "path": "/spaceDebrisFields/2/list/8", + "value": "/sky/glitters/zoo.png" + }, + { + "op": "add", + "path": "/spaceDebrisFields/1/list/8", + "value": "/sky/glitters/zoo.png" + }, + { + "op": "add", + "path": "/spaceDebrisFields/0/list/8", + "value": "/sky/glitters/zoo.png" + } +] \ No newline at end of file diff --git a/sky/glitters/zoo.png b/sky/glitters/zoo.png new file mode 100644 index 0000000..7dfcd13 Binary files /dev/null and b/sky/glitters/zoo.png differ