|
|
|
@ -227,4 +227,167 @@ MonsterStrategy |
|
|
|
|
# How long the duration of the knockup is. |
|
|
|
|
Attack Knockup Duration = 0.7s |
|
|
|
|
} |
|
|
|
|
# The Ursule, Mother of Bears Boss script |
|
|
|
|
Ursule |
|
|
|
|
{ |
|
|
|
|
# Which phase to start on. Should be 1 most of the time. |
|
|
|
|
StartPhase = 1 |
|
|
|
|
|
|
|
|
|
Wisp Pattern 0 |
|
|
|
|
{ |
|
|
|
|
Row[0] = .O...O.. |
|
|
|
|
Row[1] = O...O... |
|
|
|
|
Row[2] = ...O...O |
|
|
|
|
Row[3] = ..O...O. |
|
|
|
|
Row[4] = .O...O.. |
|
|
|
|
Row[5] = O...O... |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 1 |
|
|
|
|
{ |
|
|
|
|
Row[0] = ........ |
|
|
|
|
Row[1] = O.O.O.O. |
|
|
|
|
Row[2] = ........ |
|
|
|
|
Row[3] = .O.O.O.O |
|
|
|
|
Row[4] = ........ |
|
|
|
|
Row[5] = O.O.O.O. |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 2 |
|
|
|
|
{ |
|
|
|
|
Row[0] = O......O |
|
|
|
|
Row[1] = ........ |
|
|
|
|
Row[2] = ........ |
|
|
|
|
Row[3] = ...OO... |
|
|
|
|
Row[4] = ..O..O.. |
|
|
|
|
Row[5] = .O....O. |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 3 |
|
|
|
|
{ |
|
|
|
|
Row[0] = .O....O. |
|
|
|
|
Row[1] = O......O |
|
|
|
|
Row[2] = ........ |
|
|
|
|
Row[3] = ..O..O.. |
|
|
|
|
Row[4] = ..O..O.. |
|
|
|
|
Row[5] = ...OO... |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 4 |
|
|
|
|
{ |
|
|
|
|
Row[0] = ........ |
|
|
|
|
Row[1] = ......O. |
|
|
|
|
Row[2] = ..O..... |
|
|
|
|
Row[3] = .....O.. |
|
|
|
|
Row[4] = .O...... |
|
|
|
|
Row[5] = ........ |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 5 |
|
|
|
|
{ |
|
|
|
|
Row[0] = O.O.O.O. |
|
|
|
|
Row[1] = O.O.O.O. |
|
|
|
|
Row[2] = ........ |
|
|
|
|
Row[3] = ........ |
|
|
|
|
Row[4] = .O.O.O.O |
|
|
|
|
Row[5] = .O.O.O.O |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 6 |
|
|
|
|
{ |
|
|
|
|
Row[0] = ........ |
|
|
|
|
Row[1] = ........ |
|
|
|
|
Row[2] = ........ |
|
|
|
|
Row[3] = OOO..OOO |
|
|
|
|
Row[4] = ........ |
|
|
|
|
Row[5] = ........ |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 7 |
|
|
|
|
{ |
|
|
|
|
Row[0] = .OO..OO. |
|
|
|
|
Row[1] = O......O |
|
|
|
|
Row[2] = ...O.... |
|
|
|
|
Row[3] = ..O..... |
|
|
|
|
Row[4] = .O...... |
|
|
|
|
Row[5] = O...OOOO |
|
|
|
|
} |
|
|
|
|
Wisp Pattern 8 |
|
|
|
|
{ |
|
|
|
|
Row[0] = ........ |
|
|
|
|
Row[1] = ...OO... |
|
|
|
|
Row[2] = ..OOOO.. |
|
|
|
|
Row[3] = ..OOOO.. |
|
|
|
|
Row[4] = ...OO... |
|
|
|
|
Row[5] = ........ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Phase 2 |
|
|
|
|
{ |
|
|
|
|
# Percentage of health to transition to Phase 2 |
|
|
|
|
Change = 80% |
|
|
|
|
|
|
|
|
|
# Percentage of damage reduced on the bear while the barrier is active. |
|
|
|
|
Barrier Damage Reduction = 100% |
|
|
|
|
|
|
|
|
|
# Speed at which the wisp moves downwards. |
|
|
|
|
Wisp Speed = 100% |
|
|
|
|
|
|
|
|
|
# RGBA value of the wisp. |
|
|
|
|
Wisp Color = 247, 157, 0, 255 |
|
|
|
|
|
|
|
|
|
# There are 6 rows of wisps and we want them to spawn outside the arena |
|
|
|
|
Wisp Pattern Spawn Y = -144 |
|
|
|
|
|
|
|
|
|
# How much time (in seconds) to wait between each pattern spawn. |
|
|
|
|
# 100% speed means it takes 6 seconds for all the wisps to move entirely down. |
|
|
|
|
Wisp Pattern Spawn Wait Time = 6.0s |
|
|
|
|
|
|
|
|
|
# This value is either Bag or Random. Bag means every pattern gets selected once before re-cycling. Random is truly random with potential repeats. |
|
|
|
|
Wisp Pattern Random Selection = Bag |
|
|
|
|
|
|
|
|
|
# How many patterns to spawn before continuing to Phase 3. |
|
|
|
|
Wisp Pattern Spawn Count = 9 |
|
|
|
|
|
|
|
|
|
# Wait for the wisp count to be at or below this value before proceeding to Phase 3. |
|
|
|
|
Wisp Count Phase Change Wait = 0 |
|
|
|
|
} |
|
|
|
|
Phase 3 |
|
|
|
|
{ |
|
|
|
|
# Minimum range the bear will decide to charge the player. |
|
|
|
|
Charge Range = 700 |
|
|
|
|
|
|
|
|
|
# Amount of time the bear spends preparing to charge. |
|
|
|
|
Charge Cast Time = 0.6s |
|
|
|
|
|
|
|
|
|
# Amount of speed to gain during the charge attack. |
|
|
|
|
Charge Speed Boost = 60% |
|
|
|
|
|
|
|
|
|
# Cooldown time of the charge attack. |
|
|
|
|
Charge Attack Cooldown = 15.0s |
|
|
|
|
|
|
|
|
|
# Amount of damage to deal on impact during a charge attack. |
|
|
|
|
Charge Attack Damage = 30 |
|
|
|
|
|
|
|
|
|
# Amount of knockback to cause to the player when hit by the charging attack. |
|
|
|
|
Charge Attack Knockback Strength = 2.5 |
|
|
|
|
} |
|
|
|
|
Phase 4 |
|
|
|
|
{ |
|
|
|
|
# Percentage of health to transition to Phase 4 |
|
|
|
|
Change = 50% |
|
|
|
|
|
|
|
|
|
# Percentage of damage reduced on the bear while the barrier is active. |
|
|
|
|
Barrier Damage Reduction = 100% |
|
|
|
|
|
|
|
|
|
# Speed at which the wisp moves downwards. |
|
|
|
|
Wisp Speed = 130% |
|
|
|
|
|
|
|
|
|
# RGBA value of the wisp. |
|
|
|
|
Wisp Color = 247, 95, 0, 255 |
|
|
|
|
|
|
|
|
|
# There are 6 rows of wisps and we want them to spawn outside the arena |
|
|
|
|
Wisp Pattern Spawn Y = -144 |
|
|
|
|
|
|
|
|
|
# How much time (in seconds) to wait between each pattern spawn. |
|
|
|
|
# 130% speed means it takes 4.61 seconds for all the wisps to move entirely down. |
|
|
|
|
Wisp Pattern Spawn Wait Time = 4.61s |
|
|
|
|
|
|
|
|
|
# This value is either Bag or Random. Bag means every pattern gets selected once before re-cycling. Random is truly random with potential repeats. |
|
|
|
|
Wisp Pattern Random Selection = Random |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |