mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 09:07:22 +00:00
Room part items
This commit is contained in:
parent
f9142e9df9
commit
749eb0c962
1 changed files with 6 additions and 3 deletions
|
|
@ -21,18 +21,20 @@ orangeRoom: DarkRoom
|
||||||
|
|
||||||
/* Doors */
|
/* Doors */
|
||||||
|
|
||||||
+ orangeDoor: Door, AutoClosingDoor
|
+ orangeDoor: RoomPartItem, Door, AutoClosingDoor
|
||||||
'white sliding door'
|
'white sliding door'
|
||||||
'sliding door'
|
'sliding door'
|
||||||
"White sliding door in south wall.<br>"
|
"White sliding door in south wall.<br>"
|
||||||
|
specialNominalRoomPartLocation = defaultSouthWall
|
||||||
;
|
;
|
||||||
|
|
||||||
/* Lights */
|
/* Lights */
|
||||||
|
|
||||||
+ OnOffControl, Fixture
|
+ RoomPartItem, OnOffControl, Fixture
|
||||||
'small luminous switch/light/lights'
|
'small luminous switch/light/lights'
|
||||||
'small luminous switch'
|
'small luminous switch'
|
||||||
"It's a small luminous switch on the wall."
|
"It's a small luminous switch on the wall."
|
||||||
|
specialNominalRoomPartLocation = defaultSouthWall
|
||||||
|
|
||||||
isListed = true
|
isListed = true
|
||||||
brightness = 1
|
brightness = 1
|
||||||
|
|
@ -60,11 +62,12 @@ orangeRoom: DarkRoom
|
||||||
|
|
||||||
/* Content */
|
/* Content */
|
||||||
|
|
||||||
+ Decoration
|
+ RoomPartItem, Decoration
|
||||||
'orange digits/number'
|
'orange digits/number'
|
||||||
'orange number'
|
'orange number'
|
||||||
" Orange, huge and neat digits
|
" Orange, huge and neat digits
|
||||||
without additional explanation."
|
without additional explanation."
|
||||||
|
specialNominalRoomPartLocation = defaultNorthWall
|
||||||
;
|
;
|
||||||
|
|
||||||
+ orangeBed: Bed, Heavy
|
+ orangeBed: Bed, Heavy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue