Files
pyfa/eos/effects/shipmissilekineticdamagecf2.py
2014-05-31 23:34:12 +04:00

8 lines
343 B
Python

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