Files
pyfa/eos/effects/shipmissileemdamagecf2.py
2015-12-07 20:10:44 -05:00

9 lines
322 B
Python

# shipMissileEMDamageCF2
#
# Used by:
# Ship: Garmur
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"emDamage", ship.getModifiedItemAttr("shipBonusCF2"), skill="Caldari Frigate")