(fit, ship, context, projectionRange, **kwargs)
| 20007 | |
| 20008 | @staticmethod |
| 20009 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20010 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 20011 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusABC2'), |
| 20012 | skill='Amarr Battlecruiser', **kwargs) |
| 20013 | |
| 20014 | |
| 20015 | class Effect5410(BaseEffect): |
nothing calls this directly
no test coverage detected