(fit, src, context, projectionRange, **kwargs)
| 31653 | |
| 31654 | @staticmethod |
| 31655 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31656 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff4Value', |
| 31657 | src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs) |
| 31658 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff1Value', |
| 31659 | src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs) |
| 31660 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff2Value', |
| 31661 | src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs) |
| 31662 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff3Value', |
| 31663 | src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs) |
| 31664 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'buffDuration', |
| 31665 | src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs) |
| 31666 | |
| 31667 | |
| 31668 | class Effect6789(BaseEffect): |
nothing calls this directly
no test coverage detected