X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;fp=share%2Farchetype.mpy;h=d956a7435d2191fc2e25e15f79597b08ddd2f153;hp=aefa4f8f182333dc595c6aae360c36571322f876;hb=4ecc276f44a9eb2582334fe98a59cfe482092cfe;hpb=2a2a4dd5265401038795a81815141e277998c33f diff --git a/share/archetype.mpy b/share/archetype.yaml similarity index 59% rename from share/archetype.mpy rename to share/archetype.yaml index aefa4f8..d956a74 100644 --- a/share/archetype.mpy +++ b/share/archetype.yaml @@ -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