Ticket #5 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

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

Changed 8 months ago by stephen

  • milestone set to 013

Changed 8 months 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.

Changed 8 months ago by stephen

  • status changed from new to closed
  • resolution set to fixed

Reduced damage from Random(1,1,2) to 1.

Note: See TracTickets for help on using tickets.