12 lines
383 B
Python
12 lines
383 B
Python
# subsystemBonusCaldariPropulsionAgility
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Propulsion - Intercalated Nanofibers
|
|
# Subsystem: Tengu Propulsion - Interdiction Nullifier
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("agility", module.getModifiedItemAttr("subsystemBonusCaldariPropulsion"),
|
|
skill="Caldari Propulsion Systems")
|