X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;h=5d45e1ad5ff4bf623488ff9e489e01ef8596db5e;hp=9d31cbd916d4c348432407501016087b02bb7a65;hb=3f200ce7ae627a036203c4d65502d96fe941fbb7;hpb=46907e473007b0ac74b3f235b3595b065d73a923 diff --git a/share/archetype.yaml b/share/archetype.yaml index 9d31cbd..5d45e1a 100644 --- a/share/archetype.yaml +++ b/share/archetype.yaml @@ -1,14 +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. +--- +_copy: Copyright (c) 2004-2017 mudpy authors. 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