Add missing paladin optimal effect

This commit is contained in:
DarkPhoenix
2013-11-21 22:31:37 +04:00
parent 388c3c8bf1
commit 09374f1643

View File

@@ -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)