Skip to content

Commit

Permalink
Add missing paladin optimal effect
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Nov 21, 2013
1 parent 388c3c8 commit 09374f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eos/effects/shipbonuslargeenergyturretmaxrangeab.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Used by:
# Ship: Paladin
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
"maxRange", ship.getModifiedItemAttr("shipBonusAB") * level)

0 comments on commit 09374f1

Please sign in to comment.