15 lines
422 B
Python
15 lines
422 B
Python
# shipCapitalAgilityBonus
|
|
#
|
|
# Used by:
|
|
# Ships from group: Carrier (4 of 4)
|
|
# Ships from group: Dreadnought (5 of 5)
|
|
# Ships from group: Force Auxiliary (4 of 4)
|
|
# Ships from group: Supercarrier (6 of 6)
|
|
# Ships from group: Titan (5 of 5)
|
|
# Ship: Rorqual
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.multiplyItemAttr("agility", src.getModifiedItemAttr("advancedCapitalAgility"), stackingPenalties=True)
|