10 lines
206 B
Python
10 lines
206 B
Python
# shipAgilityBonusGC1
|
|
#
|
|
# Used by:
|
|
# Ship: Monitor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.boostItemAttr("agility", src.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser")
|