-
-
Notifications
You must be signed in to change notification settings - Fork 112
Effects
Michal Brzozowski edited this page Feb 26, 2021
·
1 revision
Creatures are burnt by the fire.
- weapon attack type
- damage : 6.0 * 0.5 / victimStrength
- other source
- damage : 6.0 * 1.0 / victionStrength
You feel poison flowing in your veins.
- weapon attack type
- duration : 20 ticks
- damage : 1.0 / 60
- other source / spells / lizardman
- duration : 60 ticks
- damage : 1.0 / 60
- gas trap
- bleed(amount / double(getAttr(AttrType::STRENGTH)));
Undead creatures are hurt by the silver.
- random damage : 0.0 - 0.15
Creature is stunned.
- weapon attack type
- duration : 1 tick
- other source / spells
- duration : 7 ticks
- 10% chance per tick for undead to crumble to dust.