(fit, skill, context, projectionRange, **kwargs)
| 4913 | |
| 4914 | @staticmethod |
| 4915 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 4916 | if fit.ship.item.requiresSkill('Capital Ships'): |
| 4917 | fit.ship.boostItemAttr('agility', skill.getModifiedItemAttr('agilityBonus') * skill.level, **kwargs) |
| 4918 | |
| 4919 | |
| 4920 | class Effect1617(BaseEffect): |
nothing calls this directly
no test coverage detected