blob: ad1fca86c80cece0e4a28c76c17868158fc8cbe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
There are some "features" that we reorganize into "properties".
Properties inherited from other rules:
* Damage immunities, resistances, vulnerabilities
* Condition immunities
Other properties:
* Can regain HP (default=True)
* Can stop in hostile space (default=False)
* Minimum space to move without squeezing (default=calc based on size)
* 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)
* Berserk (default=False)
* Is telepathic (default=False)
* Is one-way telepathic (default=False)
* Dash action type (default=action)
* Disengage action type (default=action)
* Hide action type (default=action)
* Can see in magical darkness (default=False)
* Can see ethereal (default=False)
* Autodetects lies (default=False)
* Leaves a corpse (default=True)
* Can hold inventory (default=True)
* Appears as mundane object OBJECT when still (default=False)
* 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)
* Has perfect map recall (default=False)
* Mimic sounds/voices insight DC (default=Performance/Deception)
* Can speak with beasts (default=False)
* Can speak with plants (default=False)
* 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)
|