(fit, ship, context, projectionRange, **kwargs)
| 10033 | |
| 10034 | @staticmethod |
| 10035 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10036 | fit.ship.boostItemAttr('armorHP', ship.getModifiedItemAttr('eliteBonusCommandShips1'), skill='Command Ships', **kwargs) |
| 10037 | |
| 10038 | |
| 10039 | class Effect3335(BaseEffect): |
nothing calls this directly
no test coverage detected