(fit, ship, context, projectionRange, **kwargs)
| 6603 | |
| 6604 | @staticmethod |
| 6605 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6606 | for type in ('shieldCapacity', 'armorHP', 'hp'): |
| 6607 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 6608 | type, ship.getModifiedItemAttr('shipBonusAC2'), |
| 6609 | skill='Amarr Cruiser', **kwargs) |
| 6610 | |
| 6611 | |
| 6612 | class Effect2186(BaseEffect): |
nothing calls this directly
no test coverage detected