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

9 lines
320 B
Python

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