Ascii Dreams poll
Collapse
X
-
The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
In UnAngband, the level dives you.
ASCII Dreams: http://roguelikedeveloper.blogspot.com
Unangband: http://unangband.blogspot.com
-
OK, how do we make each battle challenging then?
Maybe there should be some monsters, or some monster abilities, that wouldn't get any easier to defeat as you gain levels. That way even a level 50 character would face some real danger even on DL 1.
One idea, just to pick an example: Sanity score, which would depend only on race and class but not on character level. It would work just like hitpoints against some monster attacks.
Or divide hitpoints into endurance and life, with life points not increasing with levels. Usually life points would be reduced only after endurance is at zero. But some kind of attacks would reduce life points directly, like curse spells and poison.Last edited by Mikko Lehtinen; December 20, 2011, 09:28.Comment
-
It was removed circa 3.1.2, when all the text file parsing was replaced with a new system that lives solely in init2.c. Thanks for the reminder - I'll dig up the algorithm for fizzix as well, in case he's interested in seeing how the changes were derived."Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
-
Anything is useful. From what I gathered, the rebalancing mainly sorted out monsters in the first 40 levels, but there are some curious differences, like time hounds being moved up.Comment
-
Hmm, that sounds similar to Steamband's Hitpoints/Woundpoints system... except in Steamband, I think WP did increase with levels, and also, it was possible to lose WP even if you had HP remaining; the chance of losing WP instead of HP from any given point of damage was simply WP / (HP + WP).You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!Comment
-
This combination really could work!
OK, how do we make each battle challenging then?
Maybe there should be some monsters, or some monster abilities, that wouldn't get any easier to defeat as you gain levels. That way even a level 50 character would face some real danger even on DL 1.
One idea, just to pick an example: Sanity score, which would depend only on race and class but not on character level. It would work just like hitpoints against some monster attacks.
Or divide hitpoints into endurance and life, with life points not increasing with levels. Usually life points would be reduced only after endurance is at zero. But some kind of attacks would reduce life points directly, like curse spells and poison.Comment
-
This combination really could work!
OK, how do we make each battle challenging then?
Maybe there should be some monsters, or some monster abilities, that wouldn't get any easier to defeat as you gain levels. That way even a level 50 character would face some real danger even on DL 1.
I'm not sure how B follows A here? There is no need to have 1st level monsters be challenging at level 50... what you need is monsters at the right depth be challenging at level 50.The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
In UnAngband, the level dives you.
ASCII Dreams: http://roguelikedeveloper.blogspot.com
Unangband: http://unangband.blogspot.com
Comment
-
That's because the monster power evaluation function underrates the danger of time attacks.The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
In UnAngband, the level dives you.
ASCII Dreams: http://roguelikedeveloper.blogspot.com
Unangband: http://unangband.blogspot.com
Comment
-
(If by optimal we mean that we want *this* character survives and wins. If we want to minimize playing time, by contrast, the optimal way is to dive fast. But I would rather like to play for survival.)
I thought you meant this problem, but I guess you didn't.
My proposal would push the player to dive faster in search for better loot, because there's more danger at *any* level.Comment
-
I believe Angband would be a better game if the most fun way to play the game would also be the optimal one.
I'm not especially in love with my lifepoints-suggestion, it was just the first one that popped in my mind.
Again, a scoring system that rewards taking risks would actually accomplish this in a way: the most fun way to play would get you the most points.
I'm not sure whether it's enough by itself. Survival and winning is more important than score to most players. Many players are willing to do even super-boring things if it gives their characters a better survival rate -- just witness how people play MMORPGs. (One of my friends used to spend hours each day to collect unguarded gold bags in Guild Wars, until he was kicked out of the game because admins though he was a bot. ) That point was also discussed in Roguelike Radio.
Maybe Angband should flash a welcome screen to new players:
"Welcome to Angband!
This game is most fun if you dive fast and take risks. You will die more often, but don't take that too seriously. Taking risks will also give you more points."
We veterans know what is the most fun play to play Angband, but many newbies really don't.Comment
-
To clarify another point:
At the moment, with connected stairs on, it is all too easy to switch levels once they start to get dangerous. Adopting Hengband method of saving floors would get rid of this problem. A huge improvent, in my opinion.
(I suppose Andrew was suggesting Hengband method for this exact same reason? If not, let us know!)Comment
-
In case anyone is interested, I put up Andrew's original code (see the eval_r_power function), and the diff from this code against 3.0.8's monster.txt. These can be compared with the current code in mon-power.c (same function names) and the monsters generated with the -r runtime option."Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
-
If you want to go the whole way, the real fix for the problem is not having character levels. But I don't think that game is Angband.The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
In UnAngband, the level dives you.
ASCII Dreams: http://roguelikedeveloper.blogspot.com
Unangband: http://unangband.blogspot.com
Comment
-
I fixed that when I did the monster spell refactor. The side effects of time attacks now have significantly higher damage-equivalent values, which should increase the max_dam result for them.
In case anyone is interested, I put up Andrew's original code (see the eval_r_power function), and the diff from this code against 3.0.8's monster.txt. These can be compared with the current code in mon-power.c (same function names) and the monsters generated with the -r runtime option.The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
In UnAngband, the level dives you.
ASCII Dreams: http://roguelikedeveloper.blogspot.com
Unangband: http://unangband.blogspot.com
Comment
-
At the moment, with connected stairs on, it is all too easy to switch levels once they start to get dangerous. Adopting Hengband method of saving floors would get rid of this problem. A huge improvent, in my opinion.Comment
Comment