Files
pyfa/eos/effects/shipbonussentrydroneshieldhppiratefaction.py
2014-05-31 22:13:59 +04:00

7 lines
285 B
Python

# 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("shipBonusPirateFaction"))