8 lines
231 B
Python
8 lines
231 B
Python
# shipBonusTitanM3WarpStrength
|
|
#
|
|
# Used by:
|
|
# Ship: Ragnarok
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.ship.increaseItemAttr("warpScrambleStatus", src.getModifiedItemAttr("shipBonusTitanM3"), skill="Minmatar Titan")
|