Well, getting more technical, so starting a similar thread here...
Ideas for improving the current situation where high level monsters hit to seldom against players with very high ac.
Ideas so far:
1) Increase the blanket 5% miss/hit, to 10% miss/hit.
- Very simple to implement, alleviates the problem a bit, without any strange side effects.
2) Recover previous functionality:
What has changed is that player ac has increased over the whole range by a factor of 'f'. To recover the previous functionality we need to increase every monster's ac by 'f', then deflate the importance of ac in test_hit by 'f'.
- Works if the base premise is correct, i.e. player ac has increased by the same factor over the whole range.
- Need to know the factor 'f'.
- Somewhat more work.
- Has the positive side effect that monsters ac will be more in line with players ac, and you could compare your ac with Morgoth to see if you had good ac :-)
3) Make spot changes for problem cases:
The discussion started based on encounters with a few high end monsters. There are simple solutions for specific cases. The first and simplest: increase the power of SHATTER (i.e. monster attacks that have the effect SHATTER will hit the player more often). This change alone would solve most of the reported cases. Further changes in this fashion would solve even more problems. After a quick look other changes could be to give Titans two attacks with the HURT effect, and/or increase the power of CONFUSION.
- Somewhat invloved solution since it requires that each problem case be analyzed case by case, i.e. somewhat heavy workload.
- A generic change is easier to understand.
- Some monsters will get just the right fix, others won't get any fix at all.
4) Find the magic formula that solves all our problems.
I actually have an idea that could work, but it's more of a rewrite, so no go for 3.3. And I am guessing that most formulas in this category are of the same sort, i.e. not in time for 3.3, so I am dropping this option for now.
###
So, why this post? Well, I want your ideas, and I need your information! Specifically:
If 1) seems viable, what would the best % be, and should it be the same for both hit and miss?
If 2) seems viable, what is the factor 'f'?
If 3) seems viable, what are the problem cases?
A combination of some or all of the above is of course also possible.
Ideas for improving the current situation where high level monsters hit to seldom against players with very high ac.
Ideas so far:
1) Increase the blanket 5% miss/hit, to 10% miss/hit.
- Very simple to implement, alleviates the problem a bit, without any strange side effects.
2) Recover previous functionality:
What has changed is that player ac has increased over the whole range by a factor of 'f'. To recover the previous functionality we need to increase every monster's ac by 'f', then deflate the importance of ac in test_hit by 'f'.
- Works if the base premise is correct, i.e. player ac has increased by the same factor over the whole range.
- Need to know the factor 'f'.
- Somewhat more work.
- Has the positive side effect that monsters ac will be more in line with players ac, and you could compare your ac with Morgoth to see if you had good ac :-)
3) Make spot changes for problem cases:
The discussion started based on encounters with a few high end monsters. There are simple solutions for specific cases. The first and simplest: increase the power of SHATTER (i.e. monster attacks that have the effect SHATTER will hit the player more often). This change alone would solve most of the reported cases. Further changes in this fashion would solve even more problems. After a quick look other changes could be to give Titans two attacks with the HURT effect, and/or increase the power of CONFUSION.
- Somewhat invloved solution since it requires that each problem case be analyzed case by case, i.e. somewhat heavy workload.
- A generic change is easier to understand.
- Some monsters will get just the right fix, others won't get any fix at all.
4) Find the magic formula that solves all our problems.
I actually have an idea that could work, but it's more of a rewrite, so no go for 3.3. And I am guessing that most formulas in this category are of the same sort, i.e. not in time for 3.3, so I am dropping this option for now.
###
So, why this post? Well, I want your ideas, and I need your information! Specifically:
If 1) seems viable, what would the best % be, and should it be the same for both hit and miss?
If 2) seems viable, what is the factor 'f'?
If 3) seems viable, what are the problem cases?
A combination of some or all of the above is of course also possible.
Comment