X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Farchetype.yaml;h=9d31cbd916d4c348432407501016087b02bb7a65;hp=d956a7435d2191fc2e25e15f79597b08ddd2f153;hb=46907e473007b0ac74b3f235b3595b065d73a923;hpb=4ecc276f44a9eb2582334fe98a59cfe482092cfe diff --git a/share/archetype.yaml b/share/archetype.yaml index d956a74..9d31cbd 100644 --- a/share/archetype.yaml +++ b/share/archetype.yaml @@ -1,13 +1,14 @@ -# 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. + +_lock: true archetype:actor: is_actor: yes archetype:avatar: default_location: area:0,0,0 - inherit: archetype:actor + inherit: [ "archetype:actor" ]