8 lines
226 B
Python
8 lines
226 B
Python
# shipBonusTitanA3WarpStrength
|
|
#
|
|
# Used by:
|
|
# Ship: Avatar
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.ship.increaseItemAttr("warpScrambleStatus", src.getModifiedItemAttr("shipBonusTitanA3"), skill="Amarr Titan")
|