(fit, ship, context, projectionRange, **kwargs)
| 6622 | |
| 6623 | @staticmethod |
| 6624 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6625 | for type in ('shieldCapacity', 'armorHP', 'hp'): |
| 6626 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 6627 | type, ship.getModifiedItemAttr('shipBonusGB2'), |
| 6628 | skill='Gallente Battleship', **kwargs) |
| 6629 | |
| 6630 | |
| 6631 | class Effect2187(BaseEffect): |
nothing calls this directly
no test coverage detected