Files
pyfa/eos/effects/shipbonussentryhpgc3.py

9 lines
309 B
Python

# shipBonusSentryHPGC3
#
# Used by:
# Ship: Ishtar
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
"hp", ship.getModifiedItemAttr("shipBonusGC3"), skill="Gallente Cruiser")