Organic Magic

Organic magic is largely focussed on physical enhancement and weakening, and dominion over plants. The magic functions similarly to traditional potions, but offers additional flexibility, power and, in some cases, functionality. All spells that apply an effect can extend the effect if it is already present.

Strength

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Strength on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 35

Swiftness

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Swiftness on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 35

Leaping

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Leaping on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 30

Night Vision

entity, num
Pops a number for time and an entity species for the target. Applies Night Vision on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: time * 15

Regeneration

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Regeneration on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 35

Resistance

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Resistance on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 40

Slowness

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Slowness on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 30

Weakness

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Weakness on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 30

Poison

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Poison on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 40

Wither

entity, num, num
Pops a number for effect level, a number for time, and a target entity. Applies Wither on the target entity at the given level, for seconds equal to 10 times the given time value.

Mana cost: level^2 * time * 50

Grow Wings

entity, num
Pops a number for time, and an entity species for the target. Causes the target to grow fleshy wings that function similarly to an elytra, for seconds equal to 10 times the given time value.

Mana cost: time * 25

Grow Plant

position
Pops a block position, and applies a fertilising magic similar to bonemeal at that position.

Mana cost: 10

Sludgeball

vec, vec, numresult
Pops a number for power, a vector for direction and a vector for origin. Conjures and shoots a ball of toxic sludge that damages a target for damage equal to power, capped at 15, and applies the sludge effect, reducing armour effectiveness.

$(li)Ticks = 200 + 25 * pow$(li)Effect level = (pow / 3) - 1, capped at 4

Mana cost: 15 + 1.6 * pow^1.4