Partially-elemental attacks
Collapse
X
-
I don't think these attacks are broken right now. With resists it works well as a percentage of the damage. Immunities are like extra little nuggets of fun if you manage to find the immunity and find a monster with that attack. -
If you shoot branded arrows, they do X amount of damage and 2X amount of brand damage for the total (times 3) multiplier.Leave a comment:
-
I quite like this idea as an option, the game would play quite differently as immunities would suddenly become much less effective.
T.Leave a comment:
-
I'm sorry, I must be missing how that's the "standard mechanic". It's similar to the lines drawn by resistance to basic elements, but that's the only similarity I'm seeing.
Speaking of inventory destruction, it's always bugged me how coarsely-grained that is. If you take less than 30 damage, then every item has a 1% chance of being destroyed. If it's less than 60, then it's 2%. Otherwise it's 3%. Shouldn't this number scale with your max HP or something? The inven_damage function in spells1.c can accept anything from .01% to 99.99%, after all.Leave a comment:
-
Just assume the standard mechanic. One third of an elemental attack should be base, and 2/3 added by the element.
[edit] Of course, if you make this change, elemental destruction effects should be based on the reduced elemental damage.Leave a comment:
-
Partially-elemental attacks
Current elemental melee attacks are "pure" element. For example, a "bite to burn" attack solely deals fire damage; thus, if the player is immune to fire, the attack does no damage. This seems wrong to me; most melee attacks should carry at least some physical damage component which works even if the player is immune to the elemental damage. Only a few monsters should have pure elemental attacks (most notably, the various 'E'lementals and their sovereigns, but also including vortices and maybe jellies).
I propose that the various elemental blows have a second entry on their line that contains the physical damage dice. So for example, an Ice troll's bite would go fromtoCode:B:BITE:COLD:2d6
This would indicate that 1d4 of the damage is elemental and the remaining 2d4 is physical. In contrast, Vargo, Tyrant of Fire would have hisCode:B:BITE:COLD:1d4:2d4
changed toCode:B:HIT:FIRE:4d6
, so he can barely touch you if you're immune to fire. Or we could leave the ":1d1" off and have that imply that the attack is purely elemental (much like how many gaze and touch attacks currently in the game deal no damage whatsoever).Code:B:HIT:FIRE:4d6:1d1
In particular, this would make the elemental dragons slightly more dangerous, since currently ancient and great wyrm bites are pure elemental and also their most dangerous attack.
Unfortunately, this would require a large modification to monster.txt. I count 170 elemental melee attacks in the game (out of 1624 total), and most of them would need to be modified.Tags: None
Leave a comment: