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

ninPlayer.AddShroud(10)