Merge branch 'develop' of github.com:evennia/evennia into develop

This commit is contained in:
Griatch 2021-10-12 23:55:00 +02:00
commit a4ec9edde7
4 changed files with 9 additions and 6 deletions

View file

@ -59,11 +59,11 @@ just mocked for the example.
# skill (stored as Attribute on caster)
firemagic skill level3+
firemagic skill level10+
# recipe for fireball
fireball = spellbook[T] + wand[T] + [firemagic skill lvl3+]
fireball = spellbook[T] + wand[T] + [firemagic skill lvl10+]
----

View file

@ -73,8 +73,8 @@ def create_object(
typeclass (class or str): Class or python path to a typeclass.
key (str): Name of the new object. If not set, a name of
`#dbref` will be set.
home (Object or str): Obj or #dbref to use as the object's
home location.
location (Object or str): Obj or #dbref to use as the location of the new object.
home (Object or str): Obj or #dbref to use as the object's home location.
permissions (list): A list of permission strings or tuples (permstring, category).
locks (str): one or more lockstrings, separated by semicolons.
aliases (list): A list of alternative keys or tuples (aliasstring, category).