Files
pyfa/eos/effects/effect4189.py
2019-03-16 14:08:20 -04:00

12 lines
361 B
Python

# shipBonusStrategicCruiserGallenteHeatDamage
#
# Used by:
# Ship: Proteus
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
ship.getModifiedItemAttr("shipBonusStrategicCruiserGallente1"),
skill="Gallente Strategic Cruiser")