8 lines
329 B
Python
8 lines
329 B
Python
# subsystemBonusGallenteEngineeringCapacitorRecharge
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Engineering - Capacitor Regeneration Matrix
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("rechargeRate", module.getModifiedItemAttr("subsystemBonusGallenteEngineering"), skill="Gallente Engineering Systems")
|