X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;h=c7bc10f4b340ccc654b6bbb12e6aec1945e096ad;hp=9d31cbd916d4c348432407501016087b02bb7a65;hb=c4e35cb2515d57a6a562ecf9803769a55a220692;hpb=b47129ad779aee1708e092e0538d7301c38aa850 diff --git a/share/archetype.yaml b/share/archetype.yaml index 9d31cbd..c7bc10f 100644 --- a/share/archetype.yaml +++ b/share/archetype.yaml @@ -6,9 +6,7 @@ _desc: These are the base archetypes from which other elements inherit. _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 ]