tiger_lib

Module item

Source
Expand description

Giant enum for all the Item types in the game.

Structs§

Enums§

  • “items” are all the things that can be looked up in the game databases. Anything that can be looked up in script with a literal string key, or that’s loaded into tiger’s database and needs a unique key, is an Item.
  • ItemLoader 🔒
    The specification for loading an Item type into the Db.

Type Aliases§

  • ItemAdder 🔒
    The callback type for adding one item instance to the database.