Files
pyfa/eos/effects/shipbonuslightdronearmorhpgc2.py

8 lines
319 B
Python

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