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

8 lines
324 B
Python
Executable File

# Used by:
# Ship: Helios
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Frigate").level
fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill("Drone Avionics"),
"thermalDamage", ship.getModifiedItemAttr("shipBonusGF2") * level)