(fit, ship, context, projectionRange, **kwargs)
| 38056 | |
| 38057 | @staticmethod |
| 38058 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38059 | fit.modules.filteredItemBoost( |
| 38060 | lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 38061 | 'reloadTime', ship.getModifiedItemAttr('shipBonusGC2'), |
| 38062 | skill='Gallente Cruiser', **kwargs) |
| 38063 | |
| 38064 | |
| 38065 | class Effect8362(BaseEffect): |
nothing calls this directly
no test coverage detected