Files
pyfa/eos/effects/effect6062.py
2019-03-16 14:08:20 -04:00

11 lines
330 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")