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

12 lines
373 B
Python

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