Skip to content

Commit

Permalink
Capitalize Defense
Browse files Browse the repository at this point in the history
  • Loading branch information
lotuuu committed Mar 12, 2024
1 parent 4c4c4a4 commit 29846b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/champions/lib/champions/battle/simulator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Champions.Battle.Simulator do
@moduledoc """
Runs battles.
Units have stats that are calculated on battle start (Attack, Max Health, defense), as well as two skills. The ultimate
Units have stats that are calculated on battle start (Attack, Max Health, Defense), as well as two skills. The ultimate
has no cooldown and it's cast whenever a unit reaches 500 energy. Energy is gained whenever the target attacks.
The primary skill has a cooldown and it's cast when it's available if the ultimate is not.
Expand Down

0 comments on commit 29846b2

Please sign in to comment.