12 lines
357 B
Python
12 lines
357 B
Python
# shipAdvancedSpaceshipCommandAgilityBonus
|
|
#
|
|
# Used by:
|
|
# Items from market group: Ships > Capital Ships (40 of 40)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
skillName = "Advanced Spaceship Command"
|
|
skill = fit.character.getSkill(skillName)
|
|
fit.ship.boostItemAttr("agility", skill.getModifiedItemAttr("agilityBonus"), skill=skillName)
|