11 lines
269 B
Python
11 lines
269 B
Python
# shipBonusTitanG3WarpStrength
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Erebus (2 of 2)
|
|
# Ship: Komodo
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.increaseItemAttr("warpScrambleStatus", src.getModifiedItemAttr("shipBonusTitanG3"), skill="Gallente Titan")
|