(fit, ship, context, projectionRange, **kwargs)
| 41886 | |
| 41887 | @staticmethod |
| 41888 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41889 | for attr in ('shieldCapacity', 'armorHP', 'hp', 'damageMultiplier'): |
| 41890 | fit.drones.filteredItemBoost( |
| 41891 | lambda drone: drone.item.requiresSkill('Drones'), attr, |
| 41892 | ship.getModifiedItemAttr('shipBonusOreDestroyer2'), skill='Mining Destroyer', **kwargs) |
| 41893 | |
| 41894 | |
| 41895 | class Effect12555(BaseEffect): |
nothing calls this directly
no test coverage detected