(fit, src, context, projectionRange, **kwargs)
| 38628 | |
| 38629 | @staticmethod |
| 38630 | def handler(fit, src, context, projectionRange, **kwargs): |
| 38631 | fit.modules.filteredItemBoost( |
| 38632 | lambda mod: mod.item.requiresSkill('Capital Repair Systems'), 'armorDamageAmount', |
| 38633 | src.getModifiedItemAttr('shipBonusDreadnoughtG1'), skill='Gallente Dreadnought', **kwargs) |
| 38634 | |
| 38635 | |
| 38636 | class Effect11381(BaseEffect): |
nothing calls this directly
no test coverage detected