Imported from archive.
[mudpy.git] / share / archetype.mpy
diff --git a/share/archetype.mpy b/share/archetype.mpy
new file mode 100644 (file)
index 0000000..c900b09
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright (c) 2004-2009 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
+[__control__]
+read_only = yes
+
+[archetype:actor]
+is_actor = yes
+
+[archetype:avatar]
+default_location = location:0,0,0
+inherit = archetype:actor
+