(fit, ship, context, projectionRange, **kwargs)
| 35429 | |
| 35430 | @staticmethod |
| 35431 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35432 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), |
| 35433 | 'maxRange', ship.getModifiedItemAttr('eliteBonusGunship2'), |
| 35434 | skill='Assault Frigates', **kwargs) |
| 35435 | |
| 35436 | |
| 35437 | class Effect7210(BaseEffect): |
nothing calls this directly
no test coverage detected