Files
pyfa/eos/effects/shipdronescoutthermaldamagegf2.py
MaruMaruOO 0603e0c89d Fixes the Helios's drone damage bonus.
The required skill should be Light Drone Operation as light drones don't require Drone Avionics.
This causes the damage bonus to apply correctly. Giving a max skill Hobgoblin II 29.7dps rather than 19.8dps.
2018-07-06 23:41:34 -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")