pub type InventoryLevel = InventoryLevel;Expand description
One entry of content_raw::inventory_levels, mirroring the fields the
chest_item_choose_script reads (from_chapter_level, item_types). This
is exactly essences::item_case::InventoryLevel.
Aliased Type§
struct InventoryLevel {
pub from_chapter_level: i64,
pub slots: Vec<InventorySlotConfig>,
}Fields§
§from_chapter_level: i64§slots: Vec<InventorySlotConfig>