diff options
author | Your Name <you@example.com> | 2022-01-16 21:32:01 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-01-16 21:32:01 -0500 |
commit | d0e356d09e30a11c1e072415a5088f829d5c0a04 (patch) | |
tree | 1e64d37b9b424cd74c30ad4c8225828c7a76874e /propertiesNotes.txt | |
parent | 3f78a7e1647ba94129236bd2bf4fc855c109628a (diff) | |
download | dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.gz dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.bz2 dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.zip |
Worked on features
Diffstat (limited to 'propertiesNotes.txt')
-rw-r--r-- | propertiesNotes.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/propertiesNotes.txt b/propertiesNotes.txt index fcc083a..ad1fca8 100644 --- a/propertiesNotes.txt +++ b/propertiesNotes.txt @@ -14,7 +14,7 @@ Other properties: * Weapons are magical (default=False) * Weapons deal +X damage (default=0) * Weapons deal +XdY damage (default=0,0) - * Weapons deal +Xd{WEAPON_DIE_SIZE} damage (default=0) + * Weapons deal +X weapon damage die damage (default=0) * Carrying capacity is X (default=calc based on size) * Berserk (default=False) * Is telepathic (default=False) @@ -31,6 +31,7 @@ Other properties: * Immune to spell tag TAG * Does not provoke opportunity attacks (default=False) * Ignores difficult terrain (default=False) + * Can pass through creatures/objects as difficult terrain (default=False) * Ignores webs (default=False) * Reactions/round (default=1) * Sheds bright light radius X and dim light radius Y (default=0,0) @@ -41,5 +42,8 @@ Other properties: * Can spider climb (default=False) * Is hot (water boils/evaporates) (default=False) * Form (default=True Form) + * Size (default=read from statblock) * Can smell (default=True) * Alignment (default=NN) + * Is in antimagic field (default=False) + * Is alive (default=True) |