Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created February 25, 2020 16:09
Show Gist options
  • Save ahmetabdi/cdf51022cbb5b723e13511c8ad184a2f to your computer and use it in GitHub Desktop.
Save ahmetabdi/cdf51022cbb5b723e13511c8ad184a2f to your computer and use it in GitHub Desktop.
foreach (Player player in this._players)
{
player.Skills.StrengthBuffSprintSpeedInc.Value = 50f;
player.Skills.StrengthBuffLiftWeightInc.Value = 25f;
player.Skills.StrengthBuffMeleeCrits.Value = true;
player.Skills.StrengthBuffMeleePowerInc.Value = 20f;
player.Skills.StrengthBuffThrowDistanceInc.Value = 20f;
player.Skills.ThrowingStrengthBuff.Value = 20f;
player.Skills.EnduranceBuffEnduranceInc.Value = 25f;
player.Skills.EnduranceBuffBreathTimeInc.Value = 25f;
player.Skills.EnduranceBuffRestorationTimeRed.Value = 25f;
player.Skills.EnduranceBreathElite.Value = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment