7 lines
236 B
Python
7 lines
236 B
Python
# Used by:
|
|
# Ship: Providence
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Freighter").level
|
|
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("freighterBonusA1") * level)
|