X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;h=c7bc10f4b340ccc654b6bbb12e6aec1945e096ad;hp=9d31cbd916d4c348432407501016087b02bb7a65;hb=d15bafb5a7a89b03d08e9ccbf0af98b680f8a3be;hpb=294f48a91ccd63d9597c2697cabbe968249c8a99 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 ]