(fit, ship, context, projectionRange, **kwargs)
| 37426 | |
| 37427 | @staticmethod |
| 37428 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37429 | for layer in ('shieldCapacity', 'armorHP', 'hp'): |
| 37430 | fit.drones.filteredItemBoost( |
| 37431 | lambda drone: drone.item.requiresSkill('Drones'), layer, |
| 37432 | ship.getModifiedItemAttr('shipRoleBonusDroneHitPoints'), **kwargs) |
| 37433 | |
| 37434 | |
| 37435 | class Effect8227(BaseEffect): |
nothing calls this directly
no test coverage detected