(self, mod)
| 64 | return '{}/s'.format(formatAmount(regen, 3, 0, 9)) |
| 65 | |
| 66 | def getImageId(self, mod): |
| 67 | return -1 |
| 68 | |
| 69 | def getParameters(self): |
| 70 | return ("displayName", bool, False), ("showIcon", bool, True) |
nothing calls this directly
no outgoing calls
no test coverage detected