Curses feature branch

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fizzix
    Prophet
    • Aug 2009
    • 3025

    I've finally had some time to play the newest nightly versions. I'll make a larger post about general gameplay and such, but I figured I had some stuff to say about curses (and traps) so I'll say them in their appropriate threads.

    I feel that there's a lot of skeleton work for something interesting to be done with curses, but it's not there yet.

    I see two real purposes for curses. 1) A way to limit powerful items. 2) A way to force the player to use a suboptimal item in order to obtain a greater reward. They don't quite do either of those right now, here's why.

    For power limitations, curses don't really succeed because they're randomly attached to items. So you almost never get a cursed item that is going to be better than what you already have. It could happen but it's exceedingly rare. An improvement would be to preferentially curse powerful items, or OoD items. If you find boots of speed on dlevel 35 (which my character did) those boots should probably have a curse on them.

    For 2, we currently have one hoop, using a remove curse scroll and hoping that the RNG lets the item survive. This isn't so great. A far better way to remove curses would be to have the curses gain xp along with the player. At some level the curse is removed. Because XP is on such an insanely non-linear scale, this will be a bit difficult to get right, but I think that's where we should be headed.

    So in my conception the basic idea is, you find some great item on dlevel 20, but it has a drawback. If you managed to use it for a little while, then the drawback goes away. I find this a lot more appealing than the remove curse approach. Remove curse probably should just be used to allow a player to unequip a sticky cursed item. Right now the drawbacks tend to completely ruin an item from usability.

    We also need to really cut back on curses that make items completely unusable. AGGRAVATE is an example of a curse that is a bad idea, since so much of angband play involves choosing where to go and what to avoid, having an aggravation penalty really is impossible to use except for OP scumming characters and late game powerhouses.

    There are two options, the first is a stealth reduction (although in my experience this doesn't work all that great, but as a first cut replacing them with -5 and -10 stealth penalties is ok.) The second is occasional aggravation. Once every 500 or so turns, the item makes a loud bang, waking up monsters. Exactly how often to do this is a good question, but that would be far better than current aggravation. You actually already have this curse (siren) but it would be far better to replace all aggravation with it.

    Finally one side note. Steelskin says that conducting electricity gives you a negative electricity modifier. This is poor physics. Better conduction should make you more resistent to electricity, this is especially true if it's the skin that's conducting. It prevents any electricity from passing through the body, and funnels it all around the outside to the ground. (This is why lightning rods work).

    Comment

    • spara
      Adept
      • Nov 2014
      • 235

      I have said this before and I say it again. Why does the character get "Oops, it feels deadly cold" notification on wearing cursed items? Calling them curses is a game term for an effect that is considered to be of a negative sort. While in game world they are probably just somehow enchanted. The only type of curse effect that should cause such a notification is the sticky curse, since the object probably feels deadly cold.

      Comment

      • Nick
        Vanilla maintainer
        • Apr 2007
        • 9633

        Originally posted by fizzix
        I've finally had some time to play the newest nightly versions. I'll make a larger post about general gameplay and such, but I figured I had some stuff to say about curses (and traps) so I'll say them in their appropriate threads.

        I feel that there's a lot of skeleton work for something interesting to be done with curses, but it's not there yet.

        I see two real purposes for curses. 1) A way to limit powerful items. 2) A way to force the player to use a suboptimal item in order to obtain a greater reward. They don't quite do either of those right now, here's why.

        For power limitations, curses don't really succeed because they're randomly attached to items. So you almost never get a cursed item that is going to be better than what you already have. It could happen but it's exceedingly rare. An improvement would be to preferentially curse powerful items, or OoD items. If you find boots of speed on dlevel 35 (which my character did) those boots should probably have a curse on them.

        For 2, we currently have one hoop, using a remove curse scroll and hoping that the RNG lets the item survive. This isn't so great. A far better way to remove curses would be to have the curses gain xp along with the player. At some level the curse is removed. Because XP is on such an insanely non-linear scale, this will be a bit difficult to get right, but I think that's where we should be headed.

        So in my conception the basic idea is, you find some great item on dlevel 20, but it has a drawback. If you managed to use it for a little while, then the drawback goes away. I find this a lot more appealing than the remove curse approach. Remove curse probably should just be used to allow a player to unequip a sticky cursed item. Right now the drawbacks tend to completely ruin an item from usability.

        We also need to really cut back on curses that make items completely unusable. AGGRAVATE is an example of a curse that is a bad idea, since so much of angband play involves choosing where to go and what to avoid, having an aggravation penalty really is impossible to use except for OP scumming characters and late game powerhouses.

        There are two options, the first is a stealth reduction (although in my experience this doesn't work all that great, but as a first cut replacing them with -5 and -10 stealth penalties is ok.) The second is occasional aggravation. Once every 500 or so turns, the item makes a loud bang, waking up monsters. Exactly how often to do this is a good question, but that would be far better than current aggravation. You actually already have this curse (siren) but it would be far better to replace all aggravation with it.
        I agree with most of that. The intent of the current implementation is really to provide some risky equipment choices for the player (which is closer to your 2 than 1), but the generation method needs a lot of work.

        The current curse removal method has the advantages of being simple (and believe me, that's a plus at this point) and also I like it when things explode

        As for the curses themselves, I agree completely. I included the sticky curse, and curses based on all the old cursed ego types, and I think they should all (probably) be ditched. At some stage I will come back and completely revamp the list, but I seem to be in a scope-increasing phase at the moment...

        Originally posted by fizzix
        Finally one side note. Steelskin says that conducting electricity gives you a negative electricity modifier. This is poor physics. Better conduction should make you more resistent to electricity, this is especially true if it's the skin that's conducting. It prevents any electricity from passing through the body, and funnels it all around the outside to the ground. (This is why lightning rods work).
        It stops at the ankles
        One for the Dark Lord on his dark throne
        In the Land of Mordor where the Shadows lie.

        Comment

        • Nick
          Vanilla maintainer
          • Apr 2007
          • 9633

          Originally posted by spara
          I have said this before and I say it again. Why does the character get "Oops, it feels deadly cold" notification on wearing cursed items? Calling them curses is a game term for an effect that is considered to be of a negative sort. While in game world they are probably just somehow enchanted. The only type of curse effect that should cause such a notification is the sticky curse, since the object probably feels deadly cold.
          Yes, this will be improved at some point too.
          One for the Dark Lord on his dark throne
          In the Land of Mordor where the Shadows lie.

          Comment

          Working...
          😀
          😂
          🥰
          😘
          🤢
          😎
          😞
          😡
          👍
          👎