10 lines
218 B
Python
10 lines
218 B
Python
# freighterAgilityBonusG1
|
|
#
|
|
# Used by:
|
|
# Ship: Anshar
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("freighterBonusG1"), skill="Gallente Freighter")
|