summaryrefslogtreecommitdiff
path: root/doc/spell-language
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-11-22 01:15:44 -0700
committerFate <fate-tmw@googlemail.com>2008-11-22 01:15:44 -0700
commitc70aa417cdc1ef4b475131bdda14a3aca4135577 (patch)
tree63e35b12c9d5b7e11c33e88cd1ab8fe04c9e11ba /doc/spell-language
parent7e9ef4d4154caf5c982e0753e9685c04ee52d913 (diff)
downloadtmwa-c70aa417cdc1ef4b475131bdda14a3aca4135577.tar.gz
tmwa-c70aa417cdc1ef4b475131bdda14a3aca4135577.tar.bz2
tmwa-c70aa417cdc1ef4b475131bdda14a3aca4135577.tar.xz
tmwa-c70aa417cdc1ef4b475131bdda14a3aca4135577.zip
Added NONMAGIC flag to distinguish `keyword' operations (such as `marry') from regular spells (keywords don't require spellcasting ability)
Diffstat (limited to 'doc/spell-language')
-rw-r--r--doc/spell-language2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/spell-language b/doc/spell-language
index b87b42d..de34152 100644
--- a/doc/spell-language
+++ b/doc/spell-language
@@ -180,6 +180,8 @@ does not map to a player character or is missing.
not even obscured.
* LOCAL means that the spell is bound to the location it was cast at
and will not `travel' with the caster.
+ * NONMAGIC means that the spell is not affected by the caster's ability
+ to perform magic. Typically used for special (quest) keywords.
Modifiers may be given in any order, but only once.