(fit, ship, context, projectionRange, **kwargs)
| 23767 | |
| 23768 | @staticmethod |
| 23769 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23770 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 23771 | 'armorHP', ship.getModifiedItemAttr('shipBonusGC3'), skill='Gallente Cruiser', **kwargs) |
| 23772 | |
| 23773 | |
| 23774 | class Effect6048(BaseEffect): |
nothing calls this directly
no test coverage detected