Files
pyfa/eos/effects/shipbonusmissilelauncherassaultrofatc1.py
2014-07-30 21:23:27 -04:00

7 lines
263 B
Python

# Used by:
# Ship: Vangel
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Rapid Light",
"speed", ship.getModifiedItemAttr("shipBonusATC1"))