diff options
author | Your Name <you@example.com> | 2022-02-18 16:47:53 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-18 16:47:53 -0500 |
commit | 947d83c59ea86615e3a81a2ec122d843b5eceee9 (patch) | |
tree | 158f365d2d50b9e4e2b3fbe6a5d8c4cceb6d99cd /propertiesNotes.txt | |
parent | d0e356d09e30a11c1e072415a5088f829d5c0a04 (diff) | |
download | dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.tar.gz dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.tar.bz2 dmtool-947d83c59ea86615e3a81a2ec122d843b5eceee9.zip |
More features work
Diffstat (limited to 'propertiesNotes.txt')
-rw-r--r-- | propertiesNotes.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/propertiesNotes.txt b/propertiesNotes.txt index ad1fca8..4d9f117 100644 --- a/propertiesNotes.txt +++ b/propertiesNotes.txt @@ -11,11 +11,7 @@ Other properties: * Can breathe air (default=True) * Can breathe water (default=False) * Can hold breath for X time (default=calc based on constitution) - * Weapons are magical (default=False) - * Weapons deal +X damage (default=0) - * Weapons deal +XdY damage (default=0,0) - * Weapons deal +X weapon damage die damage (default=0) - * Carrying capacity is X (default=calc based on size) + * Carrying capacity size is X (default=creature size) * Berserk (default=False) * Is telepathic (default=False) * Is one-way telepathic (default=False) @@ -45,5 +41,6 @@ Other properties: * Size (default=read from statblock) * Can smell (default=True) * Alignment (default=NN) - * Is in antimagic field (default=False) + * Is incapacitated by antimagic field (default=False) * Is alive (default=True) + * Is berserk (default=False) |