Files
pyfa/eos/effects/shipbonussentryarmorhpgc3.py

9 lines
319 B
Python

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