Add base_damage to entity template
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user