Files
pyfa/eos/effects/shipbonuslightdroneshieldhppiratefaction.py
2014-05-31 23:34:12 +04:00

7 lines
275 B
Python

# Used by:
# Ship: Worm
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Light Drone Operation"),
"shieldCapacity", ship.getModifiedItemAttr("shipBonusPirateFaction"))