xzjv
Community Developer
- Joined
- Mar 17, 2014
- Messages
- 1,243
- Reaction score
- 46
While making my itemlists I noticed a 2.4 Item that was missing and one that was named differently to the diablofans planner and d3planner sites. The missing item is "Orb of Infinite Depth" and the differently named is "Ashnagarr's Blood Bracers" (Named "Ashnagarr's Blood Ring" in trinity 449039).
I am not sure if they were changed, removed, or added from PTR to live because I haven't found one of them in game yet. The patch is so new, trinity could have the correct information but I wanted to report the discrepancy.
Thank you for the work you have done on this.
- Jon
Edit: Got the IDs
[Trinity 2.14.2] Orb of Infinite Depth ActorSnoId=399319 GameBalanceId=1584901007
[Trinity 2.14.2] >> Unknown Item Orb of Infinite Depth 399319 - Auto-keeping
[Trinity 2.14.2] Ashnagarr’s Blood Bracer ActorSnoId=193686 GameBalanceId=-794028517
[Trinity 2.14.2] >> Unselected ListItem Ashnagarr’s Blood Bracer 193686
So the blood bracer says its in the list, but unselected. (Even though I have the blood ring selected, and there is no blood bracer shown in the list) I think early PTR had the item as ring and they moved it to a bracer for live, as I cant find any info other than the name of the blood ring.
Thanks, that's interesting, your ID for blood bracer is the same as the old 'Steady Strikers' they must have removed that I guess.
and yeah it was a ring in PTR.
/// <summary>
/// Increase the potency of your shields by 75-100%
/// </summary>
public static Item AshnagarrsBloodRing = new Item
{
Id = 449039,
Name = "Ashnagarr’s Blood Ring",
Quality = ItemQuality.Legendary,
ItemType = ItemType.Ring,
TrinityItemType = TrinityItemType.Ring,
IsTwoHanded = false,
BaseType = ItemBaseType.Jewelry,
LegendaryAffix = "Increase the potency of your shields by 75-100%",
};
will sort it out,
thanks.