(self, emAmount=25, thermalAmount=25, kineticAmount=25, explosiveAmount=25)
| 183 | self.builtin = False |
| 184 | |
| 185 | def update(self, emAmount=25, thermalAmount=25, kineticAmount=25, explosiveAmount=25): |
| 186 | self.emAmount = emAmount |
| 187 | self.thermalAmount = thermalAmount |
| 188 | self.kineticAmount = kineticAmount |
| 189 | self.explosiveAmount = explosiveAmount |
| 190 | |
| 191 | @classmethod |
| 192 | def getBuiltinList(cls): |
no outgoing calls
no test coverage detected