8 lines
283 B
Python
8 lines
283 B
Python
# shipAdvancedSpaceshipCommandAgilityBonus
|
|
#
|
|
# Used by:
|
|
# Items from market group: Ships > Capital Ships (27 of 28)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("agility", skill.getModifiedItemAttr("agilityBonus"), skill="Advanced Spaceship Command")
|