11 lines
332 B
Python
11 lines
332 B
Python
# subsystemBonusGallentePropulsionAgility
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Propulsion - Interdiction Nullifier
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("agility", module.getModifiedItemAttr("subsystemBonusGallentePropulsion"),
|
|
skill="Gallente Propulsion Systems")
|