Files
pyfa/eos/effects/shipmissilekindamagecb.py

9 lines
331 B
Python

# shipMissileKinDamageCB
#
# Used by:
# Ship: Barghest
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"kineticDamage", ship.getModifiedItemAttr("shipBonusCB"), skill="Caldari Battleship")