public void IncrementRecoveryItemCountWithTrophyUnlock()
 {
     this._recovery_item_use_count_in_battle++;
     TrophyUtil.Unlock_At_Battle(this._recovery_item_use_count_at_start, this._recovery_item_use_count_in_battle);
 }