Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions class/warrior.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

Main Branch: Warrior


DEFAULT: Warrior

Skills: {

Name: Normal Attack
Description: A Normal Attack/Slash
Damage: ( 2 + Player DMG )
Cooldown: 2 second

Name: Charge
Description: Charge To The Enemys
Damage: ( 3*spd + Player DMG )
Cooldown: 3.5 second

Name: Conts Attack
Description: Make A Continous Attack
Damage: ( 5 + Player DMG + SLASH_COUNT* )
Cooldown: 4 sec after failed the continous attack

Name:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

darn i lazy to type...



}