X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;h=c51a6393a0794fe9b541732e6298cc85103c21d8;hp=9d31cbd916d4c348432407501016087b02bb7a65;hb=1e9fd62ecb7c3f1563d674cb6417272524a516be;hpb=46907e473007b0ac74b3f235b3595b065d73a923 diff --git a/share/archetype.yaml b/share/archetype.yaml index 9d31cbd..c51a639 100644 --- a/share/archetype.yaml +++ b/share/archetype.yaml @@ -1,3 +1,4 @@ +--- _copy: Copyright (c) 2004-2017 Jeremy Stanley . Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. @@ -6,9 +7,8 @@ _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