X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;h=c51a6393a0794fe9b541732e6298cc85103c21d8;hp=88f612e05e298dd94f793ee29755167d6b754dba;hb=cc241bf26e316a6d27daabc6be44227d4e9d4c59;hpb=c08af7d9b9c2dca1b8874ab9188a217b8ebf86bc diff --git a/share/archetype.yaml b/share/archetype.yaml index 88f612e..c51a639 100644 --- a/share/archetype.yaml +++ b/share/archetype.yaml @@ -1,12 +1,14 @@ +--- _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. +_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