(self)
| 131 | |
| 132 | @property |
| 133 | def maxValue(self): |
| 134 | try: |
| 135 | return self.maxMod * self.baseAttribute.value |
| 136 | except AttributeError: |
| 137 | return 0 |
| 138 | |
| 139 | @property |
| 140 | def attribute(self): |
nothing calls this directly
no outgoing calls
no test coverage detected