Switch archetypes to new-style Elements
[mudpy.git] / share / archetype.yaml
index 9d31cbd..c7bc10f 100644 (file)
@@ -6,9 +6,7 @@ _desc: These are the base archetypes from which other elements inherit.
 
 _lock: true
 
 
 _lock: true
 
-archetype:actor:
-    is_actor: yes
+archetype.actor.is_actor: true
 
 
-archetype:avatar:
-    default_location: area:0,0,0
-    inherit: [ "archetype:actor" ]
+archetype.avatar.default_location: area:0,0,0
+archetype.avatar.inherit: [ archetype.actor ]