(fit, ship, context, projectionRange, **kwargs)
| 41388 | |
| 41389 | @staticmethod |
| 41390 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41391 | for attrName in ('damageMultiplier', 'shieldCapacity', 'armorHP', 'hp'): |
| 41392 | fit.drones.filteredItemBoost( |
| 41393 | lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), attrName, |
| 41394 | ship.getModifiedItemAttr('shipBonusGBC3'), skill='Gallente Battlecruiser', **kwargs) |
| 41395 | |
| 41396 | |
| 41397 | class Effect12251(BaseEffect): |
nothing calls this directly
no test coverage detected