I'm trying to contribute a little to the Angband source right now, and I thought it would be fun and interesting to try and implement the new curses described on some of the tickets (Anchor, pval flip, no drop, etc).
So far, I can get them to display properly! Tomorrow I'll try and get at least Anchor implemented (no teleportation)
Here is a dump of the broadsword (I added the curse flag to the base item just for testing)
Any thoughts/suggestions or comments?
So far, I can get them to display properly! Tomorrow I'll try and get at least Anchor implemented (no teleportation)
Here is a dump of the broadsword (I added the curse flag to the base item just for testing)
Code:
[Character Equipment]
a) a Broad Sword (2d5) (+0,+0) {anchor}
Prevents teleportation.
Combat info:
2 blows/round.
With an additional 3 strength and 3 dex you would get 3 blows
With an additional 0 strength and 5 dex you would get 3 blows
Average damage/hit: 9.2.
Comment