Add missing Kronos falloff effect
This commit is contained in:
7
eos/effects/shipbonushtfalloffgb2.py
Normal file
7
eos/effects/shipbonushtfalloffgb2.py
Normal 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)
|
||||
Reference in New Issue
Block a user