Skip to content

Commit

Permalink
Made the 'frontiertub' loungeable
Browse files Browse the repository at this point in the history
Other tubs allowed sitting in them, but this one didn't. Now it does too.
  • Loading branch information
hyperjuni committed Nov 13, 2024
1 parent 0b4b9a1 commit 4513ce7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description" : "A cozy bath that stands on four brass feet",
"shortdescription" : "Clawfoot Tub",
"race" : "novakid",
"category" : "decorative",
"category" : "furniture",
"price" : 200,

"apexDescription" : "The lip of this bath gives it the look of a teacup.",
Expand All @@ -19,10 +19,32 @@
"inventoryIcon" : "frontiertubicon.png",
"orientations" : [
{
"dualImage" : "frontiertub.png:<color>",
"imagePosition" : [-16, 0],
"image" : "frontiertub.png",
"imagePosition" : [0, 0],
"direction" : "left",
"flipImages" : true,
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
"anchors" : ["bottom"],
"sitPosition" : [-16, 22]
},
{
"image" : "frontiertub.png",
"imagePosition" : [0, 0],
"direction" : "right",
"spaceScan" : 0.1,
"anchors" : ["bottom"],
"sitPosition" : [16, 22]
}
]
],

"objectType" : "loungeable",
"sitFlipDirection" : false,
"sitOrientation" : "sit",
"sitAngle" : 0,
"sitCoverImage" : "/objects/novakid/frontiertub/frontiertubcover.png",
"sitEmote" : "happy",
"sitStatusEffects" : [
"nude"
],
"sitEffectEmitters" : [ ]
}
Binary file added objects/novakid/frontiertub/frontiertubcover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4513ce7

Please sign in to comment.