Files
pyfa/eos/effects/shiprocketkineticdmgcd1.py

10 lines
353 B
Python

# shipRocketKineticDmgCD1
#
# Used by:
# Ship: Corax
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Destroyer").level
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"),
"kineticDamage", ship.getModifiedItemAttr("shipBonusCD1") * level)