diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-10 13:21:14 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-10 13:21:14 -0700 |
commit | 611af5c39ad2154348e649af5a459af957f1448c (patch) | |
tree | 4b6db310d5a0d4d42a94f2d0ca08e76cee04a81c /doc/spell-language | |
parent | 32dedca10869bcd7b82428857e1866fcc495124e (diff) | |
download | tmwa-611af5c39ad2154348e649af5a459af957f1448c.tar.gz tmwa-611af5c39ad2154348e649af5a459af957f1448c.tar.bz2 tmwa-611af5c39ad2154348e649af5a459af957f1448c.tar.xz tmwa-611af5c39ad2154348e649af5a459af957f1448c.zip |
Reserved another status change for the new "hide" spell
Diffstat (limited to 'doc/spell-language')
-rw-r--r-- | doc/spell-language | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/spell-language b/doc/spell-language index d5f99d8..0d00e9f 100644 --- a/doc/spell-language +++ b/doc/spell-language @@ -411,6 +411,8 @@ The following functions are available: + luk : entity -> int + hp : entity -> int + sp : entity -> int + + def : entity -> int + + mdef : entity -> int + max_hp : entity -> int + max_sp : entity -> int + level : entity -> int @@ -776,7 +778,7 @@ SPELLCONF ::= (GLOBAL | ANCHOR | SPELL | PROCEDURE | ';')* (* The ';' are only For example, - TELEPORT-ANCHOR t = "tulimshar" @("map_3-1.gat", 44, 70) + TELEPORT-ANCHOR t : "tulimshar" = @("map_3-1.gat", 44, 70) creates a teleport anchor with name `t' and invocation `tulimshar' at the speicfied location. |