Add missing Kronos falloff effect

This commit is contained in:
DarkPhoenix
2013-11-20 22:17:09 +04:00
parent 24df54723f
commit 388c3c8bf1

View File

@@ -0,0 +1,7 @@
# Used by:
# Ship: Kronos
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusGB2") * level)