10 lines
211 B
Python
10 lines
211 B
Python
# shipBonusAgilityGI2
|
|
#
|
|
# Used by:
|
|
# Ship: Nereus
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("shipBonusGI2"), skill="Gallente Industrial")
|