[econ] friendly name for weekly

This commit is contained in:
Devin Zuczek
2026-08-25 17:40:44 -04:00
parent da62d7138d
commit 4bacdb0312
3 changed files with 79 additions and 15 deletions
+3
View File
@@ -701,6 +701,9 @@ function toEquipmentGiftPool(catalog: StoreItem[]): EquipmentGift[] {
EquipmentPrefabName: item.GiftDrop.EquipmentPrefabName,
EquipmentModificationGuid: item.GiftDrop.EquipmentModificationGuid,
Rarity: item.GiftDrop.Rarity,
// Carried so the rotation can theme the week on the item it rolled; the grant path
// resolves the same name from this entry when it hands the item over.
FriendlyName: item.GiftDrop.FriendlyName,
}))
}