(fit, src, context, projectionRange, **kwargs)
| 40241 | |
| 40242 | @staticmethod |
| 40243 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40244 | fit.modules.filteredItemBoost( |
| 40245 | lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'falloff', |
| 40246 | src.getModifiedItemAttr('shipBonusTitanG2'), skill='Gallente Dreadnought', **kwargs) |
| 40247 | |
| 40248 | |
| 40249 | class Effect11945(BaseEffect): |
nothing calls this directly
no test coverage detected