Convert sample data to new style
[mudpy.git] / share / archetype.yaml
index d956a74..f1c345e 100644 (file)
@@ -1,13 +1,12 @@
-# Copyright (c) 2004-2014 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.
+_copy: Copyright (c) 2004-2017 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
+_desc: These are the base archetypes from which other elements inherit.
 
-archetype:actor:
-    is_actor: yes
+_lock: true
 
-archetype:avatar:
-    default_location: area:0,0,0
-    inherit: archetype:actor
+archetype.actor.is_actor: true
+
+archetype.avatar.default_location: area.0,0,0
+archetype.avatar.inherit: [ archetype.actor ]