Player.setStat() ================ Sets the value of Player.Stat to the given value by doing a deepcopy of the input. **Parameter** * newStat : dict[str : int] - Stat to set. **Usage** .. code-block:: python newPlayer.setStat(statDict)