Files
pyfa/eos/effects/shipbonusmediumdronehpgc2.py

9 lines
312 B
Python

# shipBonusMediumDroneHPGC2
#
# Used by:
# Ship: Ishtar
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"),
"hp", ship.getModifiedItemAttr("shipBonusGC2"), skill="Gallente Cruiser")