deadlykam / LastTry

This is an android hack'n slash RPG game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enemy Weapon Damage Value

deadlykam opened this issue · comments

The enemy takes damage value from the weapon/s they are wearing and not from a fixed value in the script.

  • Change the fix value to weapon value.

  • When doing the drop coin calculation make sure to use the damage value from the weapon as a calculation and not a fixed value.