(fit, ship, context, projectionRange, **kwargs)
| 9633 | |
| 9634 | @staticmethod |
| 9635 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9636 | # This is actually level-less bonus, anyway you have to train cruisers 5 |
| 9637 | # and will get 100% (20%/lvl as stated by description) |
| 9638 | fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == 'Logistic Drone', |
| 9639 | 'armorDamageAmount', ship.getModifiedItemAttr('droneArmorDamageAmountBonus'), **kwargs) |
| 9640 | |
| 9641 | |
| 9642 | class Effect3173(BaseEffect): |
nothing calls this directly
no test coverage detected