Type Alias InventoryLevel

Source
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 item_types: Vec<ItemType>,
}

Fields§

§from_chapter_level: i64§item_types: Vec<ItemType>