Begin the transition from INI to YAML
[mudpy.git] / share / archetype.mpy
1 # Copyright (c) 2004-2014 Jeremy Stanley <fungi@yuggoth.org>. Permission
2 # to use, copy, modify, and distribute this software is granted under
3 # terms provided in the LICENSE file distributed with this software.
4
5 [__control__]
6 read_only = yes
7
8 [archetype:actor]
9 is_actor = yes
10
11 [archetype:avatar]
12 default_location = area:0,0,0
13 inherit = archetype:actor
14