27 lines
789 B
TOML
27 lines
789 B
TOML
name = "spawning"
|
|
title = "spawning mobs and things"
|
|
admin = true
|
|
body = """
|
|
spawn command creates mobs at your current position.
|
|
|
|
usage
|
|
spawn <mob_type> spawn a mob at your tile
|
|
|
|
available mobs
|
|
goblin hostile creature
|
|
librarian friendly npc with dialogue
|
|
training_dummy practice target
|
|
|
|
spawned mobs appear on your current tile and persist until killed or
|
|
despawned. mobs with loot tables drop corpses when killed.
|
|
|
|
placing things
|
|
@place <thing> place a thing (see 'help building')
|
|
|
|
available things
|
|
bookshelf, chair, chest, fountain, lamp, nail, painting, plank,
|
|
rock, rug, sack, table
|
|
|
|
things are static objects. some are containers (chest, sack), others
|
|
are furniture or decorations.
|
|
"""
|