Files
pyfa/eos/effects/shipbonusdronehitpointsgf2.py

9 lines
297 B
Python

# shipBonusDroneHitpointsGF2
#
# Used by:
# Ship: Ishkur
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"hp", ship.getModifiedItemAttr("shipBonusGF2"), skill="Gallente Frigate")