(fit, ship, context, projectionRange, **kwargs)
| 5361 | |
| 5362 | @staticmethod |
| 5363 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5364 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 5365 | 'falloff', ship.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 5366 | |
| 5367 | |
| 5368 | class Effect1804(BaseEffect): |
nothing calls this directly
no test coverage detected