Skip to content

Commit

Permalink
Update dslich2.baf
Browse files Browse the repository at this point in the history
  • Loading branch information
K4thos committed Aug 5, 2019
1 parent 3308722 commit 5f5ab45
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions DSotSC/base/baf/dslich2.baf
Expand Up @@ -108,18 +108,15 @@ IF
GlobalGT("Lich","GLOBAL",7)
GlobalLT("Lich","GLOBAL",10)
THEN
RESPONSE #25
RESPONSE #33
EquipMostDamagingMelee()
AttackOneRound(NearestEnemyOf(Myself))
IncrementGlobal("Lich","GLOBAL",1)
RESPONSE #25
RESPONSE #33
PlaySound("DSGHOST5")
ForceSpell(NearestEnemyOf(Myself),CLERIC_FIRE_SEEDS)
IncrementGlobal("Lich","GLOBAL",1)
RESPONSE #25
ForceSpell(NearestEnemyOf(Myself),CLERIC_CIRCLE_OF_PROTECTION)
IncrementGlobal("Lich","GLOBAL",1)
RESPONSE #25
RESPONSE #33
PlaySound("DSGHOST2")
ForceSpell(NearestEnemyOf(Myself),CLERIC_MAGIC_RESISTANCE)
IncrementGlobal("Lich","GLOBAL",1)
Expand All @@ -129,12 +126,9 @@ IF
See(NearestEnemyOf(Myself))
Global("Lich","GLOBAL",10)
THEN
RESPONSE #75
RESPONSE #100
EquipMostDamagingMelee()
AttackOneRound(NearestEnemyOf(Myself))
Continue()
RESPONSE #25
ForceSpell(NearestEnemyOf(Myself),CLERIC_CIRCLE_OF_PROTECTION)
Continue()
END

0 comments on commit 5f5ab45

Please sign in to comment.