32 ::ll::TypedStorage<8, 32, ::std::string> mEnchantmentName;
33 ::ll::TypedStorage<4, 4, int> mMinLevel;
34 ::ll::TypedStorage<4, 4, int> mMaxLevel;
53 ::ll::TypedStorage<4, 4, int> mBaseCost;
54 ::ll::TypedStorage<4, 4, int> mRandomBaseCost;
55 ::ll::TypedStorage<4, 4, int> mRandomPerLevelCost;
56 ::ll::TypedStorage<4, 4, int> mPerLevelCost;
57 ::ll::TypedStorage<8, 24, ::std::vector<::EnchantBookForTradingFunction::EnchantmentOption>> mEnchantmentOptions;
75 virtual ::LootItemFunction::FunctionType getFunctionType() const ;
90 _parseEnchantmentOption(::Json::Value const& enchantOptionData);
Definition LootTableContext.h:20