Difference between revisions of "swordman and evolutions"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page Swordman and evolutions to swordman and evolutions: Converting page titles to lowercase)
 
Line 88: Line 88:
 
==== [http://irowiki.org/wiki/Heal Heal] ====
 
==== [http://irowiki.org/wiki/Heal Heal] ====
  
  [[partyskill|partySkill]] [[Skill Name|AL_HEAL]] {
+
  [[partySkill]] [[Skill Name|AL_HEAL]] {
 
   [[Target Conditions|target]]
 
   [[Target Conditions|target]]
 
   [[hp|target_hp]] < 90%
 
   [[hp|target_hp]] < 90%
Line 95: Line 95:
 
==== [http://irowiki.org/wiki/Sacrifice Sacrifice] ====
 
==== [http://irowiki.org/wiki/Sacrifice Sacrifice] ====
  
  [[partyskill|partySkill]] [[Skill Name|255]] {
+
  [[partySkill]] [[Skill Name|255]] {
 
   [[Target Conditions|target]]
 
   [[Target Conditions|target]]
 
   [[inLockOnly]] 1
 
   [[inLockOnly]] 1

Latest revision as of 07:09, 29 April 2021

Swordman

Blocks skills

useSelf_skill

Endure

useSelf_skill SM_ENDURE {
 whenStatusInactive EFST_ENDURE
 notOnAction attack, skill_use
 inLockOnly 1
}

Magnum Break

useSelf_skill SM_MAGNUM {
 aggressives > 3
}

Berserk

useSelf_skill SM_AUTOBERSERK {
 whenStatusInactive EFST_AUTOBERSERK
 inLockOnly 1
}

attackSkillSlot

Bash

attackSkillSlot SM_BASH {
}

Provoke

attackSkillSlot SM_PROVOKE {
 maxUses 1
 maxAttempts 6
}

Knight

Blocks skills

Crusader

Blocks skills

useSelf_skill

Heal

useSelf_skill AL_HEAL {
  hp < 85%
}

Guard

useSelf_skill CR_AUTOGUARD {
  whenStatusInactive EFST_AUTOGUARD
}

Shield Reflect

useSelf_skill CR_REFLECTSHIELD {
  whenStatusInactive EFST_REFLECTSHIELD
}

Shrink

useSelf_skill CR_SHRINK {
  whenStatusInactive EFST_CR_SHRINK
}

Defending Aura

useSelf_skill CR_DEFENDER {
  whenStatusInactive EFST_DEFENDER
  inLockOnly 1
}

Spear Quicken

useSelf_skill CR_SPEARQUICKEN {
  whenStatusInactive EFST_SPEARQUICKEN
}

partySkill

Heal

partySkill AL_HEAL {
  target
  target_hp < 90%
}

Sacrifice

partySkill 255 {
  target
  inLockOnly 1
  target_timeout 80
}

Paladin

Blocks Skills

Martyr's Reckoning

attackSkillSlot PA_SACRIFICE {
 hp > 30%
 dist > 5
 whenStatusInactive EFST_SACRIFICE
}

Rapid Smiting

attackSkillSlot PA_SHIELDCHAIN {
  whenStatusInactive EFST_POSTDELAY
}