swordman and evolutions: Difference between revisions
Jump to navigation
Jump to search
(Created page with '= [http://irowiki.org/wiki/Swordman Swordman] = == Blocks skills == === useSelf_skill === ==== [http://irowiki.org/wiki/Endure Endure] ==== useSelf_skill [[Skill Name|SM_…') |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
[[useSelf_skill]] [[Skill Name|SM_ENDURE]] { | [[useSelf_skill]] [[Skill Name|SM_ENDURE]] { | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_ENDURE]] | ||
[[notOnAction]] attack, skill_use | [[notOnAction]] attack, skill_use | ||
[[inLockOnly]] 1 | [[inLockOnly]] 1 | ||
Line 21: | Line 21: | ||
[[useSelf_skill]] [[Skill Name|SM_AUTOBERSERK]] { | [[useSelf_skill]] [[Skill Name|SM_AUTOBERSERK]] { | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_AUTOBERSERK]] | ||
[[inLockOnly]] 1 | [[inLockOnly]] 1 | ||
} | } | ||
Line 59: | Line 59: | ||
} | } | ||
==== | ==== [http://irowiki.org/wiki/Shield_Reflect Shield Reflect] ==== | ||
[[useSelf_skill]] [[ | [[useSelf_skill]] [[Skill Name|CR_REFLECTSHIELD]] { | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_REFLECTSHIELD]] | ||
} | } | ||
==== | ==== [http://irowiki.org/wiki/Shrink Shrink] ==== | ||
[[useSelf_skill]] [[ | [[useSelf_skill]] [[Skill Name|CR_SHRINK]] { | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_CR_SHRINK]] | ||
} | } | ||
==== | ==== [http://irowiki.org/wiki/Defending_Aura Defending Aura] ==== | ||
[[useSelf_skill]] [[ | [[useSelf_skill]] [[Skill Name|CR_DEFENDER]] { | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_DEFENDER]] | ||
[[inLockOnly]] 1 | [[inLockOnly]] 1 | ||
} | } | ||
==== | ==== [http://irowiki.org/wiki/Spear_Quicken Spear Quicken] ==== | ||
[[useSelf_skill]] [[ | [[useSelf_skill]] [[Skill Name|CR_SPEARQUICKEN]] { | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_SPEARQUICKEN]] | ||
} | } | ||
=== partySkill === | === partySkill === | ||
==== | ==== [http://irowiki.org/wiki/Heal Heal] ==== | ||
[[ | [[partySkill]] [[Skill Name|AL_HEAL]] { | ||
[[ | [[Target Conditions|target]] | ||
[[hp|target_hp]] < 90% | [[hp|target_hp]] < 90% | ||
} | } | ||
==== | ==== [http://irowiki.org/wiki/Sacrifice Sacrifice] ==== | ||
[[ | [[partySkill]] [[Skill Name|255]] { | ||
[[ | [[Target Conditions|target]] | ||
[[inLockOnly]] 1 | [[inLockOnly]] 1 | ||
[[target_timeout]] 80 | [[target_timeout]] 80 | ||
} | } | ||
= [http:// | = [http://irowiki.org/wiki/Paladin Paladin] = | ||
== | == Blocks Skills == | ||
=== | === [http://irowiki.org/wiki/Martyr%27s_Reckoning Martyr's Reckoning] === | ||
[[attackSkillSlot]] [[ | [[attackSkillSlot]] [[Skill Name|PA_SACRIFICE]] { | ||
[[hp]] > 30% | [[hp]] > 30% | ||
[[dist]] > 5 | [[dist]] > 5 | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_SACRIFICE]] | ||
} | } | ||
=== | === [http://irowiki.org/wiki/Rapid_Smiting Rapid Smiting] === | ||
[[attackSkillSlot]] PA_SHIELDCHAIN { | [[attackSkillSlot]] [[Skill Name|PA_SHIELDCHAIN]] { | ||
[[whenStatusInactive]] [[ | [[whenStatusInactive]] [[Status Name|EFST_POSTDELAY]] | ||
} | } | ||
[[Category:Examples of configurations]] | [[Category:Examples of configurations]] |
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 }