...just an idea I just had.
In Angband, breathes are more like normal ball spells - graphically, it would look like a fireball-spitting dragon, for example, whereas I always imagined breath attacks as an arc-shaped stream of the given element.
Basically, it would look something like this:
At each number a ball of that size explodes.
...yeah. That probably wouldn't be a real arc I guess, but something like that.
...(10 minutes later)...
I just checked it with some ASCII-Art in Notepad:
Definately too big... that would blow up half the dungeon. Actually, that's what I see when I imagine a dragon breathing, but I guess it wouldn't be so cool in-game.
Instead I tried it a little smaller:
That looks better.
I think the damage would be like it should - higher in the middle (because there are 2 balls hitting you, usually) and lower on the edges.
Any thoughts?
[Edit]
It might look a little weird for non-horizontal/-vertical ones:
(I'm not sure if it's that way, I don't know how the lines are calculated in Angband... probably they would look normal, the arcs.)
In Angband, breathes are more like normal ball spells - graphically, it would look like a fireball-spitting dragon, for example, whereas I always imagined breath attacks as an arc-shaped stream of the given element.
Basically, it would look something like this:
Code:
D01.2..3...4....5.....6
...yeah. That probably wouldn't be a real arc I guess, but something like that.
...(10 minutes later)...
I just checked it with some ASCII-Art in Notepad:
Code:
### ######## ############ ############### D01#2##3###4#### ############### ############ ######## ###
Instead I tried it a little smaller:
Code:
### ########### ################ D001#1#2##2###3###3 ################ ########### ###
I think the damage would be like it should - higher in the middle (because there are 2 balls hitting you, usually) and lower on the edges.
Any thoughts?
[Edit]
It might look a little weird for non-horizontal/-vertical ones:
Code:
D0### 01#### ###1### ###2## ### #
Code:
D#### ###### ####### ###### ### #
Comment