(fit, ship, context, projectionRange, **kwargs)
| 4896 | |
| 4897 | @staticmethod |
| 4898 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4899 | skillName = 'Advanced Spaceship Command' |
| 4900 | skill = fit.character.getSkill(skillName) |
| 4901 | fit.ship.boostItemAttr('agility', skill.getModifiedItemAttr('agilityBonus'), skill=skillName, **kwargs) |
| 4902 | |
| 4903 | |
| 4904 | class Effect1616(BaseEffect): |
nothing calls this directly
no test coverage detected