speed system - NYI
This commit is contained in:
parent
475f96d4e6
commit
dce40ac741
8 changed files with 80 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ pub struct Mob {
|
|||
pub flags: Option<Vec<String>>,
|
||||
pub level: Option<i32>,
|
||||
pub bac: Option<i32>,
|
||||
pub speed: Option<i32>,
|
||||
pub attacks: Option<Vec<NaturalAttack>>,
|
||||
pub attributes: Option<MobAttributes>,
|
||||
pub skills: Option<HashMap<String, i32>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue