kiki/coffee/levels/borg.coffee
monsterkodi d4c28ee1d6 levels
2016-08-23 18:35:44 +02:00

31 lines
792 B
CoffeeScript

# 0000000 0000000 00000000 0000000
# 000 000 000 000 000 000 000
# 0000000 000 000 0000000 000 0000
# 000 000 000 000 000 000 000 000
# 0000000 0000000 000 000 0000000
module.exports =
name: 'borg'
disgn: 'Michael Abel'
scheme: "default"
size: [9,9,9]
help: """
Believe me,
they are
CRAZY!
"""
player:
coordinates: [0,0,0]
nostatus: 0
exits: [
name: "exit"
active: 1
position: [0,0,0]
]
create: ->
world.addObjectAtPos 'Light', 7,7,7
for i in [0...150]
world.setObjectRandom 'Mutant'