Room part items

This commit is contained in:
He4eT 2019-11-09 00:02:56 +05:00
commit 749eb0c962

View file

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