- What is your character name in New World: Lavender Sodbust
- What server/world did you experience your issue on: El Dorado
- Describe the issue you are experiencing: There are a handful of Named enemies that lack the “Named” loot tag, and therefore are unable to drop their unique loot.
- Is this a bug or an exploit: Bug
- (if a bug) How did the issue effect your gameplay: There are in game items that are unobtainable, for example: Reflected Mayhem - Item - New World Database
- (if a bug) Were you able to recover from the issue: No.
- (if a bug) Please include a screenshot or video of the issue that you have experienced:
- What are the steps to reproduce the issue as you experienced:
LootBucket12, NamedWeaponsCreatures
is only reachable via the loot table CreatureLootNamedLootGearOdds1
CreatureLootNamedLootGearOdds1
has a tag restriction that you must be fighting an enemy that has a loot tag of “Named” in order for it to drop loot.
NamedWeaponsCreatures
contains unique loot, that has the mobs Name tagged, except when you look at the named mob in the Vitals data, their loot tags lacks the “Named” tag.
Example:
Entropy, the boss dog at the bottom of the Malevolence POI, has the following items listed in NamedWeaponsCreatures
:
"Item12": "2hSpear_ChaosSpearT5",
"Tags12": "Level:58,Entropy",
"Item12": "Earring_ReflectedMayhemT5",
"Tags12": "Level:58,Entropy",
"Item12": "2hBlunderbuss_EarthboundPieceT5",
Which correspond to (ptr data)
- Reflected Mayhem - Item - New World Database,
- Chaos Spear - Item - New World Database
- Earthbound Piece - Item - New World Database
The issue is that Entropy’s Loot Tags in the Vitals data show only this:
"LootTags": "Beast,Elite,Entropy",
Because it is missing the Named
Tag, it cannot drop any of those unique items.
This bug affects 13 Named enemies:
-
Abiogenesis
- “LootTags”: “AngryEarth,Elite,Magic,Abiogenesis”,
- Staff of the Charred Forest - Item - New World Database
- Oath of Abiogenesis - Item - New World Database
-
Boomer
- “LootTags”: “Lost,Elite,Boomer”,
- Kindness - Item - New World Database
-
Borvarn
- “LootTags”: “Beast,Elite,Borvarn”,
- Tiger's Instinct - Item - New World Database
- Gash - Item - New World Database
-
Brighteye
- “LootTags”: “Beast,Common,Brighteye”,
- Brightclaw - Item - New World Database
- Eye of the Inferno - Item - New World Database
-
Entropy
- “LootTags”: “Beast,Elite,Entropy”,
- Chaos Spear - Item - New World Database
- Reflected Mayhem - Item - New World Database
- Earthbound Piece - Item - New World Database
-
Ezra
- “LootTags”: “Ancient,Elite,Melee,ArmorHeavy,Ezra”,
- The Flattener - Item - New World Database
- Cold Forged Advantage - Item - New World Database
- The Flattener - Item - New World Database
-
Cold Forged Advantage - Item - New World Database
(this looks like duplicate items with different stats, one at lvl19, one at lvl 20… ?)
-
Jackson
- “LootTags”: “Beast,Common,Jackson”,
- Frostfang - Item - New World Database
- Fearwarden - Item - New World Database
-
Karlthe
- “LootTags”: “Corrupted,Common,Karlthe”,
- Overseer's Insight - Item - New World Database
- Appointed Negotiator - Item - New World Database
-
Lordof
- “LootTags”: “Corrupted,Common,Lordof”,
- Bane of Impurity - Item - New World Database
- Fleshneedle - Item - New World Database
-
Redguard
- “LootTags”: “Dynasty,ArmorHeavy,Heavy,Elite,Redguard”,
- Pike of the Grand Duelist - Item - New World Database
- Crimson Guard - Item - New World Database
-
Silverpelt
- “LootTags”: “Beast,Common,Silverpelt”,
- Frostfall - Item - New World Database
- Moonlit Night - Item - New World Database
-
Snaggletooth
- “LootTags”: “Beast,Elite,Melee,Snaggletooth”,
- Snaggletooth's Fang - Item - New World Database
- Great Lion's Mane - Item - New World Database
-
StagKing
- “LootTags”: “Critter,StagKing”,
- Overgrowth - Item - New World Database
- Ring of the Wild Hart - Item - New World Database
Fixing this data issue will give players a small bit of new content (farming valueable uniques) and also give leveling players a chance at the excitement of getting a special drop.
It’s possible that these are intended to not be in the game, because they might be imbalanced. Please indicate if this is indeed a bug or if its a design choice. Reflected Mayhem looks pretty sweet.