mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57: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 */
|
||||
|
||||
+ orangeDoor: Door, AutoClosingDoor
|
||||
+ orangeDoor: RoomPartItem, Door, AutoClosingDoor
|
||||
'white sliding door'
|
||||
'sliding door'
|
||||
"White sliding door in south wall.<br>"
|
||||
specialNominalRoomPartLocation = defaultSouthWall
|
||||
;
|
||||
|
||||
/* Lights */
|
||||
|
||||
+ OnOffControl, Fixture
|
||||
+ RoomPartItem, OnOffControl, Fixture
|
||||
'small luminous switch/light/lights'
|
||||
'small luminous switch'
|
||||
"It's a small luminous switch on the wall."
|
||||
specialNominalRoomPartLocation = defaultSouthWall
|
||||
|
||||
isListed = true
|
||||
brightness = 1
|
||||
|
|
@ -60,11 +62,12 @@ orangeRoom: DarkRoom
|
|||
|
||||
/* Content */
|
||||
|
||||
+ Decoration
|
||||
+ RoomPartItem, Decoration
|
||||
'orange digits/number'
|
||||
'orange number'
|
||||
" Orange, huge and neat digits
|
||||
without additional explanation."
|
||||
specialNominalRoomPartLocation = defaultNorthWall
|
||||
;
|
||||
|
||||
+ orangeBed: Bed, Heavy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue