continuing with the overhaul, allowed entities to wear stuff
This commit is contained in:
parent
c169a1eae6
commit
c2759e9e8e
6 changed files with 148 additions and 13 deletions
|
|
@ -15,6 +15,7 @@ pub struct Mob {
|
|||
pub skills: Option<HashMap<String, i32>>,
|
||||
pub vision_range: i32,
|
||||
pub quips: Option<Vec<String>>,
|
||||
pub equipped: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue