(fit, ship, context, projectionRange, **kwargs)
| 9653 | |
| 9654 | @staticmethod |
| 9655 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9656 | # This is actually level-less bonus, anyway you have to train cruisers 5 |
| 9657 | # and will get 100% (20%/lvl as stated by description) |
| 9658 | fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == 'Logistic Drone', |
| 9659 | 'shieldBonus', ship.getModifiedItemAttr('droneShieldBonusBonus'), **kwargs) |
| 9660 | |
| 9661 | |
| 9662 | class Effect3174(BaseEffect): |
nothing calls this directly
no test coverage detected