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