X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=share%2Farchetype.yaml;h=c7bc10f4b340ccc654b6bbb12e6aec1945e096ad;hb=ab9022044408be24aa28da3c55f281a3bef9f721;hp=e1f87e6be00f59c396072c07db4f1d5c9822c07b;hpb=ba8cd96bbb761a4843a22e1bb9d781187e57e22d;p=mudpy.git diff --git a/share/archetype.yaml b/share/archetype.yaml index e1f87e6..c7bc10f 100644 --- a/share/archetype.yaml +++ b/share/archetype.yaml @@ -1,13 +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. -__control__: - read_only: yes +_desc: These are the base archetypes from which other elements inherit. -archetype:actor: - is_actor: yes +_lock: true -archetype:avatar: - default_location: area:0,0,0 - inherit: [ "archetype:actor" ] +archetype.actor.is_actor: true + +archetype.avatar.default_location: area:0,0,0 +archetype.avatar.inherit: [ archetype.actor ]