itemtypes, and filtering items by itemtype/buc/etc.
This commit is contained in:
parent
f3af75bf44
commit
9c1298df6b
10 changed files with 386 additions and 227 deletions
|
|
@ -6,6 +6,7 @@ pub struct Item {
|
|||
pub id: String,
|
||||
pub name: Name,
|
||||
pub renderable: Option<Renderable>,
|
||||
pub class: String,
|
||||
pub weight: Option<f32>,
|
||||
pub value: Option<f32>,
|
||||
pub equip: Option<Equippable>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue