Add base_damage to entity template
This commit is contained in:
parent
784ea918f4
commit
e1d2bafd2e
@ -14,6 +14,7 @@ pub struct Template {
|
||||
pub glyph: char,
|
||||
pub provides: Option<Vec<(String, i32)>>,
|
||||
pub hp: Option<i32>,
|
||||
pub base_damage: Option<i32>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Debug, PartialEq)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user