; STELLAR FRONTIER BASE OBJECTS

; ------------------ OBJECTS for the rooms -------------------

; A Message Board 
#
board o start
Message Board
-
actions: post read cancel look
keywords: board

; Flags that we'll use internal code instead of to-compile HC
built-in: board

weight: -1

#
; Message board in the form of a computer
test o mc001
test Board
-
actions: post read cancel look
keywords: board test
built-in: board
weight: -1

#
; Bag
;
bag o a3
bag
A small nylon bag.
keywords: bag
capacity: 2

; For Naomi robot in Stellar Cafe
;

#
spot o srcafe
coffee pot
It is a glass bowl with orange spout and handle.

wear: 5
keywords: pot coffee
drink: 30
liquid: coffee
return: 5 3
weight: 5

#
scup o scafe
white cup
It's a ceramic cup.  Inscribed: "Winterflower Colony"

keywords: cup
drink: 2
liquid: coffee
; return: 1 4
; decay: 2

;
; -------- stuff ---------
;

#
pi1 o start
ray gun
The silver gun with long lines and lots of gleam is a high output\
microwave weapon.
keywords: gun silver
weight: 2
wear: 7
msg: shoot shoots
hit: 8
return: 50 80

#
sp1 o lock1
Space helmet with visor
White helmet with pitch black visor
keywords: helmet
weight: 2
wear: 1
armor: 2
return: 10 10

#
sp2 o lock1
space suit
It's made of soft white padding.
keywords: suit 
weight: 4
wear: 3
armor: 4
return: 10 10


;
;
; ---------------------- NPCs ------------------------------
;

#
rob1 npc start
cleaning bot
A small round robot on wheels.  The cleaning bot is constantly\
moving around.
nb: 1
keywords: bot
mob: 1
position: 4

nshort: robot

stat{
	us: 300
	ud: 200
	ls: 300
	ld: 200
}
level: 2
energy: 1000
return: 1 1
#

srcafe npc scafe
cafe robot
The robot is a mechanical version of some female human super model.  It has\
brown copper skin and is clad in a silver jumpsuit.\
\n>\nThe robot tells you, "Call me Naomi.  Everyone else does."

nb: 1
position: 4
keywords: robot naomi

stat{
us: 5000
ud: 5000
ls: 5000
ld: 5000
}

level: 100
energy: 1000
return: 10 10
#