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

13 lines
357 B
Python

# shipBonusThermalMissileDamageGC2
#
# Used by:
# Ship: Chameleon
# Ship: Gila
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"thermalDamage", ship.getModifiedItemAttr("shipBonusGC2"), skill="Gallente Cruiser")