Convert archetype data file to YAML
[mudpy.git] / share / archetype.yaml
similarity index 59%
rename from share/archetype.mpy
rename to share/archetype.yaml
index aefa4f8..d956a74 100644 (file)
@@ -2,13 +2,12 @@
 # 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
+__control__:
+    read_only: yes
 
-[archetype:actor]
-is_actor = yes
-
-[archetype:avatar]
-default_location = area:0,0,0
-inherit = archetype:actor
+archetype:actor:
+    is_actor: yes
 
+archetype:avatar:
+    default_location: area:0,0,0
+    inherit: archetype:actor