diff --git a/eos/effects/shipbonushtfalloffgb2.py b/eos/effects/shipbonushtfalloffgb2.py new file mode 100644 index 000000000..4c57492c5 --- /dev/null +++ b/eos/effects/shipbonushtfalloffgb2.py @@ -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)