00-Evan / shattered-pixel-dungeon

Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the source code of Pixel Dungeon, by Watabou.
https://shatteredpixel.com/shatteredpd/
GNU General Public License v3.0
4.7k stars 1.1k forks source link

Weapons with enchantments may also be cursed #1376

Closed Lyx0527 closed 1 year ago

Lyx0527 commented 1 year ago

Sai dropped from skeleton Is this intentional? Screenshot_20230525_020441_6f3fe77889fbecf862f7061166760abf

00-Evan commented 1 year ago

This should be impossible, can you provide any other information? It would also be helpful to see more game info in English, it takes me a very long time to translate screenshots in Chinese.

Lyx0527 commented 1 year ago

I have removed the curse, otherwise it will kill me. I forgot to use English instead

There is no yellow font between the enchantment statement and the weapon ability statement, which means that the weapon has a curse, which is the same format as in English.

I used my armband to steal the skeleton, but did not steal any items. I shot it with a crossbow and it dropped the weapon. Not related to sacrificial flames

00-Evan commented 1 year ago

Do you have a ring of wealth? It is possible for the ring to generate a weapon that has a curse, but then override it to give you an enchantment instead.

Lyx0527 commented 1 year ago

No, The Wealth Ring is very powerful, and if I had it, I would definitely replace it with the Furor Ring. The background color of SAI is purple, not blue or red. Turn red after equipping ![Uploading Screenshot_20230525_090013_6f3fe77889fbecf862f7061166760abf.jpg…]()

Lyx0527 commented 1 year ago

No, The Wealth Ring is very powerful, and if I had it, I would definitely replace it with the Furor Ring. The background color of SAI is purple, not blue or red. Turn red after equipping Screenshot_20230525_090013_6f3fe77889fbecf862f7061166760abf

00-Evan commented 1 year ago

It is possible for enchanted items to also be cursed, but not from regular item drops. I'm going to close this for now as I can't reproduce the issue, but feel free to comment if you encounter it again.

Lyx0527 commented 1 year ago

I know this, but I won't joke about it, you know. seed:RQNNXYLCQ I often play huntress and carry 8 upgrade scrolls to win, so I am impressed with each enchantment stone. In the picture, the four chinese sentences in the bottom left corner are: you pick up:dart you pick up:elastic sai your grip involulntary tightens around the weapon you swiftly equip your weapon There is no green text inserted between these, such as“你的武器在暗中微微发光”means "your weapon glows in the darkness" I gave all my three upgrade scrolls to the +1 crossbow, which comes from the piranha room, two enchantment stones are still lying in my package. Screenshot_20230519_212909_6f3fe77889fbecf862f7061166760abf Screenshot_20230525_115045_6f3fe77889fbecf862f7061166760abf Screenshot_20230525_121027_6f3fe77889fbecf862f7061166760abf

Lyx0527 commented 1 year ago

I have come up with another possibility, which may be related to the red spirits.

I saved a red spirits with a scroll at 6th floor, it came from the tomb in the locked room. The tomb gave me +3 brimstone mail armor, the spirits gave me +1 leather armor. And the bug occurred on the loot of the 6th floor skeleton.

Lyx0527 commented 1 year ago

I received pictures from other players, It is also a cursed weapon with elastic enchantment 790eaa9c0d9caea3

00-Evan commented 1 year ago

I received a report from another player that found an enchanted cursed weapon through levelgen (which let me reproduce it using a seed). Will fix this in BETA-3 shortly.

00-Evan commented 1 year ago

Fixed in BETA-3