![]() |
Quote:
Comparison to Dor-Lomin is a bit like comparing Cambeleg to Fingolfin, they both are rare top artifacts, but also very different. Gondor allows you to use wider variety of other gears thanks to many high resists it has as long as you have basic4 from other gears. It is also great for priests and paladins. Dor-Lomin allows you to have other kind of freedom for other gears, because it frees you from basic4 restriction, but besides ESP it doesn't give you anything else. Both give boost to STR and CON, Gondor to WIS and Dor-Lomin to DEX. |
Cambeleg and Fingolfin are top artifacts, certainly. That doesn't mean they should be sacrosanct. Cambeleg's massively overpowered for how common it is, and Fingolfin only isn't amazing because Cambeleg exists. In the interests of eliminating no-brainer decisions, either they need to be nerfed or other items need to be boosted, and frankly the nerfbat is preferable.
Regarding the other changes: Rings of Power: eh, not too worried about this. We'll see how it playtests. Elessar: absolutely shouldn't have bonus damage. It's already an amulet with poison resistance, a 200HP healing activation, and STR/WIS bonuses; that's usually better than Carlammas or Ingwe. Gondor: used to be completely ludicrous; is now merely very powerful. My randart characters would still love to see it, but then again they're also more likely to find telepathy on a non-crown slot. I don't think this deserves a kneejerk reversion, anyway; playtest it and see how it goes. Others: no strong opinion. |
Quote:
Fingolfin is same thing, good over ego_power only if you need DEX-bonus more than you need STR, which isn't the case in many combinations. They are pretty equal to ego-gauntlets, maybe slightly better, definitely not no-brainers. If you don't like the rarity, then tweak the rarity, not make them weaker than common ego-items. |
Quote:
|
1 Attachment(s)
Another real bug...
As far as I can tell, there is no way to get nutrition, neither food, potions or mushrooms feed my belly. Don't really think a savefile is needed, since you can just start a character. But in any case, here is a warrior that is fainting with a bunch of rations in inventory. Btw, I like that you have more time when you start fainting :-) But that change might be old, haven't died from starvation for very many years ;-) |
1 Attachment(s)
r31b20dac9b:
Lit circular? octagonal? rooms do not have the walls lit. Here's one after I have walked around the edges to map it Attachment 667 edit: In generate.c/build_circular should Code:
int info = CAVE_ROOM | (light ? CAVE_GLOW : 0); Code:
int info = CAVE_ROOM | (light ? CAVE_GLOW : 0); |
Good catch, thanks!
|
Quote:
But I know it *was* working last build, and I can't see anything relevent that has changed in the meantime... Something is not right with food pvals Tweaking cmd-obj.c/do_cmd_use to show the amount of food added Code:
/* Food feeds the player */ Ah. Looking though obj-make.c/object_prep, it looks like the system only sets up the default pval for staves and wands... This might be something that needs to be fixed for all objects, or it might just be a matter of adding something like Code:
/* Default oil/food */ |
Quote:
... but seriously, thanks again for another superb catch. This is an unanticipated side effect of fixing ticket #1444, which was about rings of the mouse getting duplicate pvals. The problem arises because there is no flag associated with the food pval. I wonder if flasks of oil no longer fill lanterns. Will fix this tonight. |
Thanks again!
Kaypy, I have committed your fix for circular room lighting. I have also committed a terrible hack which makes food work--by using o_ptr->kind->pvals[DEFAULT_PVAL].base, which *is* correct. I am fine with someone working on the "right" fix but I'd like to get this into a nightly ASAP so that baby warriors don't starve to death left and right! |
All times are GMT +1. The time now is 16:54. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.