(self)
| 124 | |
| 125 | @property |
| 126 | def minValue(self): |
| 127 | try: |
| 128 | return self.minMod * self.baseAttribute.value |
| 129 | except AttributeError: |
| 130 | return 0 |
| 131 | |
| 132 | @property |
| 133 | def maxValue(self): |
nothing calls this directly
no outgoing calls
no test coverage detected