Skip to content

Instantly share code, notes, and snippets.

@hitmany
Created September 22, 2014 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitmany/46f387dc420add5c1093 to your computer and use it in GitHub Desktop.
Save hitmany/46f387dc420add5c1093 to your computer and use it in GitHub Desktop.
/skill 1
new Float:WindWalkTime[9]={0.0,1.5,2.0,2.5,3.0,3.5,4.0,4.5,5.0};
new Float:WindWalkspeed[9]={1.0,1.075,1.1,1.13,1.18,1.2,1.3,1.4,1.5};
new Float:AbilityCooldownTime[9]={0.0,35.0,33.0,30.0,28.0,25.0,28.0,20.0,15.0};
//skill 2
new Float:MirrorImageTimer[9]={0.0,1.0,1.4,1.8,2.2,2.6,3.0,3.4,3.8};
new Float:MirrorImageChance[9]={0.0,0.4,0.06,0.010,0.15,0.2,0.25,0.3,0.4};
//skill 3
new Float:CriticalPercent[9]={0.0,0.06,0.08,0.10,0.12,0.14,0.15,0.2,0.3};
new Float:CriticalChance[9]={0.0,0.4,0.06,0.08,0.10,0.15,0.25,0.3,0.4};
//ultimate
new OverloadDamagePerHit[9]={0,8,9,10,11,12,13,14,15};
new Float:OverloadDamageIncrease[9]={1.0,1.015,1.018,1.021,1.024,1.027,1.030,1.033,1.035};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment