forked from TheComputerGeek2/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 3
Pain Spell
MomoPewpew edited this page Jul 28, 2023
·
7 revisions
spell-class: ".targeted.PainSpell"
Damage spell that deals direct damage to the target.
Option | Description | Variable Type | Default Value |
---|---|---|---|
spell-damage-type |
This is a custom damage type which can be used together with the resist spell. It's very optional. | String | Empty |
damage-type |
Defines the damage cause of this spell. | String | ENTITY_ATTACK |
damage |
How much damage should be dealt to. | Float | 4 |
ignore-armor |
Whether or not the spell should ignore armor that the target is wearing, ignores resistance as well. | Boolean | false |
check-plugins |
Checks if plugins are enabled for certain things. | Boolean | true |
avoid-damage-modification |
Defines if the spell should avoid damage modification. | Boolean | true |
try-avoiding-anticheat-plugins |
Bypasses Anti-Cheat if necessary. | Boolean | false |
pain:
spell-class: ".targeted.PainSpell"
name: pain
spell-icon: bone
description: Cause your enemy pain.
cast-item: blaze_rod
cooldown: 5
damage: 4
range: 15
ignore-armor: false
can-target: players,monsters
check-plugins: true
cost:
- mana 10
- health 1
str-cost: 10 mana and a half heart
str-no-target: No target found.
!!!This is not the official MagicSpells wiki!!!
This wiki was cloned from the official one to document the changes to the plugin that were made specifically for Dwarves vs Zombies 2023 and Lords of Minecraft 2