added repo to the new site

This commit is contained in:
Breebee 2025-01-14 11:52:36 -07:00
commit 3f0f8bd70a
11 changed files with 113 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

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Zoobound
A Starbound mod centered around zoophilia
1.0 (Teal):
- Zoo Flag item
- Zooey colored space glitter

9
_metadata Normal file
View File

@ -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
}

View File

@ -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"
}
}

View File

@ -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:<color>.<frame>",
"flipImages" : true,
"direction" : "left",
"imagePosition" : [-17, 0],
"frames" : 6,
"animationCycle" : 1.0,
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
},
{
"image" : "flagzoo.png:<color>.<frame>",
"direction" : "right",
"imagePosition" : [1, 0],
"frames" : 6,
"animationCycle" : 1.0,
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
]
//"soundEffect" : "/sfx/objects/flag_flap_loop.ogg"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

1
player.config.patch Normal file
View File

@ -0,0 +1 @@
[ {"op":"add","path":"/defaultBlueprints/tier1/-","value":{"item":"flagzoo"} } ]

View File

@ -0,0 +1,11 @@
{
"input" : [
{ "item" : "copperbar", "count" : 1 },
{ "item" : "fabric", "count" : 20 }
],
"output" : {
"item" : "flagzoo",
"count" : 1
},
"groups" : [ "plain", "all" ]
}

17
sky.config.patch Normal file
View File

@ -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"
}
]

BIN
sky/glitters/zoo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB