(fit, ship, context, projectionRange, **kwargs)
| 21112 | |
| 21113 | @staticmethod |
| 21114 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21115 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 21116 | 'falloff', ship.getModifiedItemAttr('shipBonusGB2'), skill='Gallente Battleship', **kwargs) |
| 21117 | |
| 21118 | |
| 21119 | class Effect5618(BaseEffect): |
nothing calls this directly
no test coverage detected