Skip to content
Snippets Groups Projects
Commit ab3affd8 authored by Julius Fredrik Einum's avatar Julius Fredrik Einum
Browse files

Tweaked dodge

parent 6cdb5ae7
No related branches found
No related tags found
2 merge requests!52Updating master,!51Juliuses nye super branch
......@@ -112,7 +112,7 @@ namespace BigSock {
MaxMana = 20,
MaxStamina = 20,
RegenMana = 2,
RegenStamina = 2,
RegenStamina = 1,
Damage = baseDamage,
MoveSpeed = baseMovementSpeed,
......
......@@ -21,7 +21,7 @@ namespace BigSock {
public override string Description => "A basic dodge move.";
public AbilityDodge() {
StaminaCost = 4;
StaminaCost = 10;
Cooldown = new TimeSpan(0, 0, 0, 1, 0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment