11 lines
358 B
Python
11 lines
358 B
Python
# subsystemBonusCaldariEngineeringCapacitorCapacity
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Engineering - Augmented Capacitor Reservoir
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("capacitorCapacity", module.getModifiedItemAttr("subsystemBonusCaldariEngineering"),
|
|
skill="Caldari Engineering Systems")
|