9d31cbd916d4c348432407501016087b02bb7a65
[mudpy.git] / share / archetype.yaml
1 _copy: Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>.
2     Permission to use, copy, modify, and distribute this software is granted
3     under terms provided in the LICENSE file distributed with this software.
4
5 _desc: These are the base archetypes from which other elements inherit.
6
7 _lock: true
8
9 archetype:actor:
10     is_actor: yes
11
12 archetype:avatar:
13     default_location: area:0,0,0
14     inherit: [ "archetype:actor" ]