(fit, ship, context, projectionRange, **kwargs)
| 6585 | |
| 6586 | @staticmethod |
| 6587 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6588 | for type in ('shieldCapacity', 'armorHP', 'hp'): |
| 6589 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 6590 | type, ship.getModifiedItemAttr('shipBonusGC2'), |
| 6591 | skill='Gallente Cruiser', **kwargs) |
| 6592 | |
| 6593 | |
| 6594 | class Effect2181(BaseEffect): |
nothing calls this directly
no test coverage detected