Files
pyfa/eos/effects/subsystembonusgallentepropulsion2warpcapacitor.py

9 lines
365 B
Python

# subsystemBonusGallentePropulsion2WarpCapacitor
#
# Used by:
# Subsystem: Proteus Propulsion - Gravitational Capacitor
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Gallente Propulsion Systems").level
fit.ship.boostItemAttr("warpCapacitorNeed", module.getModifiedItemAttr("subsystemBonusGallentePropulsion2") * level)