HOTSpell.__init__() =================== This is the constructor of the class HOTSpell. **Parameter** * id : int - Unique identifier of the HOT. * Potency : int - Potency of the HOT tic. **Usage** .. code-block:: python newHOT = HOTSpell(1, 100)