(self, *args, **kwargs)
| 405 | self.itemModifiedAttributes.multiply(*args, **kwargs) |
| 406 | |
| 407 | def boostItemAttr(self, *args, **kwargs): |
| 408 | self.itemModifiedAttributes.boost(*args, **kwargs) |
| 409 | |
| 410 | def forceItemAttr(self, *args, **kwargs): |
| 411 | self.itemModifiedAttributes.force(*args, **kwargs) |
no test coverage detected