10 lines
207 B
Python
10 lines
207 B
Python
# shipBonusAgilityAI2
|
|
#
|
|
# Used by:
|
|
# Ship: Sigil
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("shipBonusAI2"), skill="Amarr Industrial")
|