Commit Graph

431 Commits

Author SHA1 Message Date
Evan Debenham
0845c41a44 v0.3.1: fixed a bug where potions of healing would not spawn from alchemy, made spawn rate less generous. 2015-08-24 13:04:28 -04:00
Evan Debenham
0835656d2f v0.3.1: bugfix/buff to staff of regrowth battlemage effect 2015-08-24 13:04:24 -04:00
Evan Debenham
d007988701 v0.3.1: heaps are now always visible after being first seen 2015-08-24 13:04:17 -04:00
Evan Debenham
8334332d0f v0.3.1: dew drops can no longer be picked up when they would have no effect. 2015-08-24 13:04:15 -04:00
Evan Debenham
72ed50545d v0.3.1: added various quickslot updates in needed places. 2015-08-24 13:04:12 -04:00
Evan Debenham
75e49e7a3c v0.3.1: fixed a bug with unequipping quickslotted items with a full inventory 2015-08-24 13:04:11 -04:00
Evan Debenham
737563f256 v0.3.1: fixed a bug where polymorphing an enemy wouldn't totally remove them. 2015-08-24 13:00:23 -04:00
Evan Debenham
20a6f91758 v0.3.1: new traps batch 1
(11 new traps, changes to 2 existing traps)
2015-08-24 13:00:19 -04:00
Evan Debenham
7173c2cc47 v0.3.1: fixed a bug where the mages staff could go over 10 charges 2015-08-24 11:37:39 -04:00
Evan Debenham
906fe27ea8 v0.3.1: removed added volume for bomb explosions (values over 1.0 don't work anyway) 2015-08-24 11:37:37 -04:00
Evan Debenham
e26823e32b v0.3.1: wand of frost no long freezes drops right as you kill an enemy 2015-08-24 11:37:36 -04:00
Evan Debenham
1a690e3fab v0.3.0e: fixed a bug with battlemage stacking charges 2015-06-21 20:59:18 -04:00
Evan Debenham
684c2caacb updated license information 2015-06-12 16:44:09 -04:00
Evan Debenham
cebdff0221 cleaned up formatting:
- removed trailing whitespace
- changed all leading whitespace to tabs
- removed IDE created author comments
2015-06-12 16:22:28 -04:00
Evan Debenham
d416d9f6ef v0.3.0d: fixed a bug where wand of blast wave would not always prompt moved targets to press tiles 2015-06-12 15:23:02 -04:00
Evan Debenham
5cfd0385ae v0.3.0c: reduced the battlemage's bonus recharge 2015-06-07 21:55:35 -04:00
Evan Debenham
8eb3186018 v0.3.0c: properly bundled free charge from wand of transfusion 2015-06-07 21:55:34 -04:00
Evan Debenham
e69ce214dc v0.3.0c: re-added particle effect when battlemage gets a staff proc. 2015-06-07 21:55:33 -04:00
Evan Debenham
929d9a85dd v0.3.0c: fixed some bugs with the +1 charges effect from the mages staff 2015-06-07 21:55:32 -04:00
Evan Debenham
3e884cb569 v0.3.0c: improved some staff particle effects 2015-06-07 21:55:32 -04:00
Evan Debenham
270022fd6b v0.3.0c: rebalanced wand of prismatic light 2015-06-07 21:55:31 -04:00
Evan Debenham
4d5d690335 v0.3.0c: rebalanced wand of venom 2015-06-07 21:55:31 -04:00
Evan Debenham
35da3512df v0.3.0c: corrected some behaviour on wand of corruption 2015-06-07 21:55:30 -04:00
Evan Debenham
b91d5d7185 v0.3.0c: rebalanced wand of corruption, added a buff icon to corruption 2015-06-07 21:55:30 -04:00
Evan Debenham
c601027f27 v0.3.0c: refactored plants to match the structure of new traps. 2015-06-07 21:55:29 -04:00
Evan Debenham
69665db104 v0.3.0c: fixed a bug with seed probabilities. 2015-06-07 21:55:28 -04:00
Evan Debenham
dbeff25d2c v0.3.0c: refactored finding a character, no longer need to maintain chars[] array 2015-06-07 21:55:28 -04:00
Evan Debenham
ade7ae440b v0.3.0c: reworked wand of frost on hit effect 2015-06-07 21:55:27 -04:00
Evan Debenham
df60335c0d v0.3.0c: reworked wand of magic missile staff effect, now charges all wands. 2015-06-07 21:55:26 -04:00
Evan Debenham
c5e9ffa9fe v0.3.0c: refactored staff visual effects to be contained in wands. 2015-06-07 21:55:25 -04:00
Evan Debenham
6efa4694b8 v0.3.0c: cleaned up TODOs 2015-06-07 21:55:25 -04:00
Evan Debenham
85a907d14e v0.3.0c: trap refactor pt2, traps completely changed to work based on instantiable trap objects instead of terrain types
This makes the trap system far more extendable.
2015-06-07 21:55:24 -04:00
Evan Debenham
7e79a10501 v0.3.0c: wand of blast wave now takes advantage of pushing callbacks 2015-06-07 21:55:24 -04:00
Evan Debenham
39c736189d v0.3.0c: refactor staff levelling, mages staff now gives a wand +1 max charges (magic missile reduced to 3 charges to compensate) 2015-06-07 21:55:24 -04:00
Evan Debenham
8644df2190 v0.3.0c: mage's staff no longer loses strength requirement from being upgraded 2015-06-07 21:55:22 -04:00
Evan Debenham
266ac5752b v0.3.0c: the mage now partially IDs wands after using them 2015-06-07 21:55:22 -04:00
Evan Debenham
249c9acd96 v0.3.0c: the battlemage now gains half a charge up-front on his staff when melee attacking, instead of a 2 turn charge buff 2015-06-07 21:55:21 -04:00
Evan Debenham
b24b58b278 v0.3.0c: fixed a bug where the player was not properly charmed by the wand of transfusion 2015-06-07 21:55:20 -04:00
Evan Debenham
da94f03610 v0.3.0c: fixed boss arena manipulation with ethereal chains 2015-06-07 21:55:20 -04:00
Evan Debenham
d7a1c38606 v0.3.0c: fixed dew drops appearing on top of heaps when they shouldn't 2015-06-07 21:55:20 -04:00
Evan Debenham
40c0d61dfa v0.3.0c: trap refactor pt1, moved all traps to be instance based (not properly tied into level logic yet) 2015-06-07 21:55:18 -04:00
Evan Debenham
ed48a40c09 v0.3.0b: corrected teleportation working in goo level, also mildly refactored cursed wand teleport effect 2015-06-07 21:55:16 -04:00
Evan Debenham
5751e5a89b v0.3.0b: scroll of remove curse now works on bags 2015-06-07 21:55:16 -04:00
Evan Debenham
8cbdc6500a v0.3.0b: wand of frost now freezes heaps 2015-06-07 21:55:15 -04:00
Evan Debenham
454d49f49b v0.3.0b: fixed a crash issue with wand of regrowth, also added proper limited drop tracking to it. 2015-06-07 21:55:14 -04:00
Evan Debenham
246c5efa53 v0.3.0a: fixed wands sometimes not charging 2015-06-07 21:55:13 -04:00
Evan Debenham
418e600482 v0.3.0a: fixed crash bug with wand of blast wave 2015-06-07 21:55:13 -04:00
Evan Debenham
31af8e946d v0.3.0a: corrected artifact generation bug 2015-06-07 21:55:12 -04:00
Evan Debenham
ec2d1bf511 v0.3.0a: buffed mage and huntress earlygame 2015-06-07 21:55:12 -04:00
Evan Debenham
67601162f7 v0.3.0: fixed a bug involving older saves 2015-06-07 21:55:11 -04:00