9 lines
307 B
Python
9 lines
307 B
Python
# modeAgilityPostDiv
|
|
#
|
|
# Used by:
|
|
# Module: Amarr Tactical Destroyer Propulsion Mode
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("agility", 1/module.getModifiedItemAttr("modeAgilityPostDiv"),
|
|
stackingPenalties = True, penaltyGroup="postDiv")
|