9 lines
348 B
Python
9 lines
348 B
Python
# shipRemoteSensorDampenerCapNeedGF
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Maulus (2 of 2)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Sensor Damper",
|
|
"capacitorNeed", ship.getModifiedItemAttr("shipBonusGF"), skill="Gallente Frigate")
|