Files
pyfa/eos/effects/shipdronescoutthermaldamagegf2.py

9 lines
316 B
Python

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