Files
pyfa/eos/effects/shipbonussentrydroneshieldhppiratefaction.py
2017-11-22 23:04:32 -05:00

11 lines
325 B
Python

# shipBonusSentryDroneShieldHpPirateFaction
#
# Used by:
# Ship: Rattlesnake
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
"shieldCapacity", ship.getModifiedItemAttr("shipBonusRole7"))