Add random stack increments

This commit is contained in:
NathanHandley
2025-09-16 18:30:28 -05:00
parent 9c9257e7cd
commit a1b943ca58
3 changed files with 156 additions and 50 deletions

View File

@@ -150,6 +150,21 @@ private:
uint32 RandomStackRatioKey;
uint32 RandomStackRatioMisc;
uint32 RandomStackRatioGlyph;
uint32 RandomStackIncrementConsumable;
uint32 RandomStackIncrementContainer;
uint32 RandomStackIncrementWeapon;
uint32 RandomStackIncrementGem;
uint32 RandomStackIncrementArmor;
uint32 RandomStackIncrementReagent;
uint32 RandomStackIncrementProjectile;
uint32 RandomStackIncrementTradeGood;
uint32 RandomStackIncrementGeneric;
uint32 RandomStackIncrementRecipe;
uint32 RandomStackIncrementQuiver;
uint32 RandomStackIncrementQuest;
uint32 RandomStackIncrementKey;
uint32 RandomStackIncrementMisc;
uint32 RandomStackIncrementGlyph;
std::vector<uint32> ItemCandidateClassWeightedProportionList;
std::map<uint32, std::vector<uint32>> ItemCandidatesByItemClass;
uint32 ListProportionConsumable;