(fit, ship, context, projectionRange, **kwargs)
| 20154 | |
| 20155 | @staticmethod |
| 20156 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20157 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 20158 | 'maxRange', ship.getModifiedItemAttr('shipBonusGB'), skill='Gallente Battleship', **kwargs) |
| 20159 | |
| 20160 | |
| 20161 | class Effect5429(BaseEffect): |
nothing calls this directly
no test coverage detected