8 lines
210 B
Python
8 lines
210 B
Python
# freighterAgilityBonusA1
|
|
#
|
|
# Used by:
|
|
# Ship: Ark
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("freighterBonusA1"), skill="Amarr Freighter")
|