X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;h=f1c345e312694f3ee5e4c592a42deb696794447e;hp=b6270806a4c2ede5f689019c3883881bd9d126a0;hb=95b58411eb627c2f6213844b579a315197b4085f;hpb=182e0d2f5d588b71c57272686255a1f6684a2adf diff --git a/share/archetype.yaml b/share/archetype.yaml index b627080..f1c345e 100644 --- a/share/archetype.yaml +++ b/share/archetype.yaml @@ -1,12 +1,12 @@ -# Copyright (c) 2004-2014 Jeremy Stanley . Permission -# to use, copy, modify, and distribute this software is granted under -# terms provided in the LICENSE file distributed with this software. +_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 ]