7 lines
281 B
Python
7 lines
281 B
Python
# Used by:
|
|
# Items from market group: Ships > Capital Ships (27 of 29)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
skill = fit.character.getSkill("Advanced Spaceship Command")
|
|
fit.ship.boostItemAttr("agility", skill.getModifiedItemAttr("agilityBonus") * skill.level)
|