v2.3.0: remains changes:

- remains now include an extra item based on the class of the hero who died, these either appear on their own instead of gold drops, or in addition to a regular remains drop
- capped the quantity scaling of consumable items left by remains at 3
- fixed extremely rare cases of remains affecting small parts of levelgen
This commit is contained in:
Evan Debenham
2023-11-23 14:04:34 -05:00
parent 4537498afe
commit f6054cc896
19 changed files with 537 additions and 109 deletions
@@ -858,6 +858,21 @@ items.quest.ratskull.desc=A surprisingly large rat skull. It would make a great
###remains
items.remains.remainsitem.ac_use=USE
items.remains.bowfragment.name=bow fragment
items.remains.bowfragment.desc=This broken fragment of wood was once part of a lost huntress' spirit bow. You can still feel a little nature energy left in the fragment, you can use the fragment to grow some high grass around you. Doing this will destroy the fragment however.
items.remains.brokenhilt.name=broken hilt
items.remains.brokenhilt.desc=This broken hilt looks like it came from a defeated Duelist's weapon. You can still feel a little martial power left in the hilt, you can use it to get a little bonus damage on your next two melee attacks. Doing this will destroy the hilt however.
items.remains.brokenstaff.name=broken staff
items.remains.brokenstaff.desc=This Mage's staff has been broken in half after its owner met their demise. You can still feel some magical energy left in the staff, you can use it to give your wands a little boost. Doing this will destroy the staff however.
items.remains.cloakscrap.name=scrap of fabric
items.remains.cloakscrap.desc=This scrap of translucent fabric looks like it came from a late Rogue's cloak of shadows. You can still feel a little mystical energy left in it, you can use it to give your artifacts a little boost. Doing this will destroy the fabric however
items.remains.sealshard.name=seal shard
items.remains.sealshard.desc=This tiny shard of red wax looks like it came from the seal of a fallen Warrior. You can still feel a bit of willpower clinging to the seal, you can use it to give yourself a bit of shielding. Doing this will destroy the seal shard however.
###rings
items.rings.ring.diamond=diamond ring
items.rings.ring.opal=opal ring
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB