Files
pyfa/eos/effects/shipmissilekineticdamagecf.py
2013-10-08 00:35:18 +04:00

11 lines
401 B
Python
Executable File

# Used by:
# Ship: Buzzard
# Ship: Caldari Navy Hookbill
# Ship: Condor
# Ship: Hawk
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("shipBonusCF") * level)