Files
pyfa/eos/effects/effect5867.py
2019-03-16 14:08:20 -04:00

13 lines
362 B
Python

# shipBonusMissileExplosionDelayPirateFaction2
#
# Used by:
# Ship: Barghest
# Ship: Garmur
# Ship: Orthrus
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"explosionDelay", ship.getModifiedItemAttr("shipBonusRole8"))