summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove electric missiles.Adam Borowski2010-01-121-1/+5
| | | | | The launcher brand is still there, currently on the storm bow and 1/5 of branded (ie, 1/3 of them) randart crossbows.
* Amulet of Faith, mark I.Darshan Shaligram2010-01-101-0/+2
| | | | | | | | | | | | | | Amulets of faith have these effects: - Piety gain is 1/3 faster. - Gods that protect from harm are more likely to do so (your piety is 1/3rd higher for such checks). - Xom piety walk is 1/3 faster. - Xom is more likely to act. - Removing the amulet leaches away some piety, but will never cause excommunication, or drop piety too close to excommunication. Amulets auto-id if the player already has a religion, or when the player acquires a religion while wearing the amulet.
* Remove resist slowing, increment tag major version.Darshan Shaligram2010-01-101-2/+0
|
* Track all seen weapon/armour base types and their brands, for acq purposes.Adam Borowski2010-01-041-0/+1
|
* New (ranged) weapon brand: evasion.Jude Brown2010-01-031-1/+2
| | | | | | | This replaces "protection" on all ranged weapons, and will only generate on those. This commit also fixes shopping values for the new needle brands.
* New needle brands! Sleep, paralysis, rage, confusion, sickness, slowing.Jude Brown2010-01-031-2/+8
| | | | | | The numbers and the names will likely need tweaking. Better throwing skill and blowgun enchantment will increase the duration of most of the effects, except for sleep and rage.
* Remove hand crossbows.Jude Brown2009-12-311-9/+9
| | | | | | | | | | | | | | | | | | This involves a lot of changes, and also increments TAG_MAJOR_VERSION to 13. The unrand "Sniper" is now a crossbow (hopefully its current title is still suitable for this task), and thieves no longer start with hand crossbows (but still retain darts). Wanderers with crossbow skills will now get a crossbow and bolts. This may be overpowered, but I didn't want to change the code here too much. It can always be adjusted. This removes the "quiver_type" enum from enum.h, and uses NUM_AMMO in the player.h quiver vector instead. Random elves that generated with hand crossbows before no longer do so, and this has not been replaced by normal crossbows. I hope that's everything!
* Rename blessed eudemon blades to holy eudemon blades.David Lawrence Ramsey2009-11-191-1/+1
| | | | | This is shorter, consistent with the other demon-converted weapon, and consistent with its always getting the holy wrath brand.
* Improve demon whips, just like regular ones were upgraded. Let people bless ↵Adam Borowski2009-11-201-2/+2
| | | | them.
* Split itemprop enums out into itemprop-enum.h.Robert Vollmert2009-11-171-0/+569
Other headers now don't need to include all of itemprop.h.