Include shoulder slots for equipment mod gen + soft_

Update forced loot pool
This commit is contained in:
Dev 2024-01-12 09:52:39 +00:00
parent d54be35ae9
commit 62dee7d84b
3 changed files with 3757 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,5 @@
using System;
using Common.Models.Input;
using Common.Models.Input;
using Common.Models.Output;
using System.Collections.Generic;
using System.Linq;
using Common.Models;
using Generator.Weighting;

View File

@ -23,7 +23,8 @@ namespace Generator.Helpers.Gear
|| x.slotId.ToLower().StartsWith("groin")
|| x.slotId.ToLower().StartsWith("left")
|| x.slotId.ToLower().StartsWith("right")
|| x.slotId.ToLower().StartsWith("soft_"))).ToList();
|| x.slotId.ToLower().StartsWith("soft_")
|| x.slotId.ToLower().StartsWith("shoulder"))).ToList();
// Get items with Mods by iterating over mod items and getting the parent item
itemsWithModsInRawBot.AddRange(modItemsInRawBot