Archmage skill corrections (#8120)
Corrections of several Archmage skills and High wizard skill HW_MAGICPOWER : AG_FROZEN_SLASH : 3 hits are displayed instead of a single hit. TargetType of 4th ground skills is now Ground. Ground skills don't trigger HW_SOULDRAIN. Skills affected : AG_VIOLENT_QUAKE_ATK AG_ALL_BLOOM_ATK AG_ALL_BLOOM_ATK2 AG_CRYSTAL_IMPACT_ATK AG_ASTRAL_STRIKE_ATK Fixed cast time of HW_MAGICPOWER is not affected by item bonus anymore.
This commit is contained in:
parent
e965e2794b
commit
c43f7b369e
@ -10125,6 +10125,7 @@ Body:
|
|||||||
FixedCastTime: 700
|
FixedCastTime: 700
|
||||||
CastTimeFlags:
|
CastTimeFlags:
|
||||||
IgnoreDex: true
|
IgnoreDex: true
|
||||||
|
IgnoreItemBonus: true
|
||||||
Requires:
|
Requires:
|
||||||
SpCost:
|
SpCost:
|
||||||
- Level: 1
|
- Level: 1
|
||||||
@ -35597,7 +35598,7 @@ Body:
|
|||||||
Description: Violent Quake Attack
|
Description: Violent Quake Attack
|
||||||
MaxLevel: 5
|
MaxLevel: 5
|
||||||
Type: Magic
|
Type: Magic
|
||||||
TargetType: Attack
|
TargetType: Ground
|
||||||
Range: 9
|
Range: 9
|
||||||
Hit: Single
|
Hit: Single
|
||||||
HitCount: 1
|
HitCount: 1
|
||||||
@ -35782,7 +35783,7 @@ Body:
|
|||||||
Description: All Bloom Attack
|
Description: All Bloom Attack
|
||||||
MaxLevel: 5
|
MaxLevel: 5
|
||||||
Type: Magic
|
Type: Magic
|
||||||
TargetType: Attack
|
TargetType: Ground
|
||||||
Range: 9
|
Range: 9
|
||||||
Hit: Single
|
Hit: Single
|
||||||
HitCount: 1
|
HitCount: 1
|
||||||
@ -35802,7 +35803,7 @@ Body:
|
|||||||
Description: All Bloom Attack 2
|
Description: All Bloom Attack 2
|
||||||
MaxLevel: 5
|
MaxLevel: 5
|
||||||
Type: Magic
|
Type: Magic
|
||||||
TargetType: Attack
|
TargetType: Ground
|
||||||
Range: 9
|
Range: 9
|
||||||
Hit: Single
|
Hit: Single
|
||||||
HitCount: 1
|
HitCount: 1
|
||||||
@ -35873,7 +35874,7 @@ Body:
|
|||||||
Description: Crystal Impact Attack
|
Description: Crystal Impact Attack
|
||||||
MaxLevel: 5
|
MaxLevel: 5
|
||||||
Type: Magic
|
Type: Magic
|
||||||
TargetType: Attack
|
TargetType: Ground
|
||||||
DamageFlags:
|
DamageFlags:
|
||||||
Splash: true
|
Splash: true
|
||||||
Hit: Single
|
Hit: Single
|
||||||
@ -36052,7 +36053,7 @@ Body:
|
|||||||
Description: Astral Strike Attack
|
Description: Astral Strike Attack
|
||||||
MaxLevel: 10
|
MaxLevel: 10
|
||||||
Type: Magic
|
Type: Magic
|
||||||
TargetType: Attack
|
TargetType: Ground
|
||||||
Range: 9
|
Range: 9
|
||||||
Hit: Single
|
Hit: Single
|
||||||
HitCount: 1
|
HitCount: 1
|
||||||
@ -36241,8 +36242,8 @@ Body:
|
|||||||
TargetType: Self
|
TargetType: Self
|
||||||
DamageFlags:
|
DamageFlags:
|
||||||
Splash: true
|
Splash: true
|
||||||
Hit: Single
|
Hit: Multi_Hit
|
||||||
HitCount: 1
|
HitCount: -3
|
||||||
Element: Water
|
Element: Water
|
||||||
SplashArea:
|
SplashArea:
|
||||||
- Level: 1
|
- Level: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user