(fit, ship, context, projectionRange, **kwargs)
| 39791 | |
| 39792 | @staticmethod |
| 39793 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39794 | fit.modules.filteredItemBoost( |
| 39795 | lambda module: module.item.requiresSkill('Disruptive Lance Operation'), 'maxRange', |
| 39796 | ship.getModifiedItemAttr('shipBonusAdvancedDreadnought2'), skill='Lancer Dreadnoughts', **kwargs) |
| 39797 | |
| 39798 | |
| 39799 | class Effect11702(BaseEffect): |
nothing calls this directly
no test coverage detected