Ticket #5 (closed defect: fixed)
Daggers are too strong
| Reported by: | stephen | Owned by: | stephen |
|---|---|---|---|
| Priority: | major | Milestone: | 013 |
| Component: | gameplay | Version: | |
| Keywords: | Cc: |
Description
In the original Knights daggers only did damage some of the time when they hit. In this version, currently they always do damage. This makes them too powerful. The damage should be changed to be consistent with the original Knights.
Change History
comment:2 Changed 2 years ago by stephen
Found the problem. The daggers were doing damage of Random(1,1,2) while in the original Knights it was Random(0,1,1).
I might try changing this to just a flat 1 damage per hit (i.e. halfway between the two) and see how that works out.
Also I noticed that in the original Knights you have to drop your weapon before you can throw daggers. Have created #59 for this.
Note: See
TracTickets for help on using
tickets.
