Files
pyfa/eos/effects/shipbonuslightdroneshieldhpgc2.py

9 lines
328 B
Python

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