Player.AddShroud() ========================== .. warning:: This function only works if the player has been initialized using *init_reaper()*. This function adds the given amount to the player's Shroud gauge. **Parameter** * amount : int - Amount to add to the shroud gauge **Usage** .. code-block:: python ninPlayer.AddShroud(10)