Files
pyfa/eos/effects/shipbonussentrydroneshieldhppiratefaction.py
2015-01-14 21:04:12 -05:00

9 lines
352 B
Python

# shipBonusSentryDroneShieldHpPirateFaction
#
# Used by:
# Ships named like: Rattlesnake (2 of 2)
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
"shieldCapacity", ship.getModifiedItemAttr("shipBonusPirateFaction"))