(fit, container, context, projectionRange, **kwargs)
| 1257 | |
| 1258 | @staticmethod |
| 1259 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1260 | level = container.level if 'skill' in context else 1 |
| 1261 | penalties = 'skill' not in context and 'implant' not in context and 'booster' not in context |
| 1262 | fit.ship.boostItemAttr('agility', container.getModifiedItemAttr('agilityBonus') * level, |
| 1263 | stackingPenalties=penalties, **kwargs) |
| 1264 | |
| 1265 | |
| 1266 | class Effect396(BaseEffect): |
nothing calls this directly
no test coverage detected