Files
pyfa/eos/effects/effect900.py
2019-03-16 14:08:20 -04:00

11 lines
325 B
Python

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