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

13 lines
369 B
Python

# shipMissileVelocityCF
#
# Used by:
# Ship: Caldari Navy Hookbill
# Ship: Crow
# Ship: Kestrel
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusCF"), skill="Caldari Frigate")