Ownable chair like bed

I was thinking about if beds can ownable, then chairs can be! And result is below :joy:


He just slept on chair lmao!

I just tried to add it to simple wooden chair.json like bed, but i forgot ownership_type as bed.
Well, it was a little experiment for me :smiley:

9 Likes

Yes we need ownable chairs so they don’t go around eating in others’ homes

1 Like

That’s hilarious! haha
I was thinking about having a go at an “ownable chairs mod”, but it seems you’re already on the case - now, you just have to prevent them from taking naps on their chairs :stuck_out_tongue:

are you sure this bug it’s only caused by the ownership_type?
maybe you have only to change this

"stonehearth:mount": {
         "mounted_model_variant": "sleeping"
      },
      "stonehearth:ownable_object": {
         "ownership_type": "bed"
      }

to this

"stonehearth:mount": {
         "mounted_model_variant": "stonehearth:sitting_on_chair"
      },
      "stonehearth:ownable_object": {
         "ownership_type": "chair"
      }

but i’m sure this is not so easy how i think xD

btw. good idea to make also chairs ownable

1 Like

I tried this. Doesnt seems like works.

Predictable xD

just for testing


and when you use the code like that in the second block?

"stonehearth:ownable_object": {
         "ownership_type": "bed"
      }

Yeah, this block i changed.

I really feel like @pingu is on to something here.

@Kiyoshi, do you get some kind of error-code you’d be willing to share (read it as chair badumtish!); maybe we could find a way forward together? :slight_smile:

@Hamnisu
I just copied

},
“stonehearth:ownable_object”: {
“ownership_type”: “bed”
}

this part from not_much_of_a_bed.json, then

,
“stonehearth:ownable_object”: {
“ownership_type”: “chair”
}

pasted it into simple_wooden_chair.json, and changed “bed” to “chair”. Owning menu didn’t show up, looks like it needs more changes on other files.

Oh, I thought there was some kind of error-message that you were getting.
The code you presented is what sets the type of ownership - in order to get the menu itself you’d need more code, yse.

I’ve never done it, but maybe next weekend I’d be able to help you look for it if you want me to :slight_smile:

@Hamnisu, feel free to work on it ^^