feat: added deadly and execute
This commit is contained in:
parent
1c66dbf499
commit
9550cd2bbb
5 changed files with 237 additions and 47 deletions
|
|
@ -66,6 +66,10 @@ pub enum WeaponBonusType {
|
|||
// Armour mitigation
|
||||
Puncture,
|
||||
Penetrate,
|
||||
|
||||
// Misc
|
||||
Execute,
|
||||
Deadly,
|
||||
}
|
||||
|
||||
#[derive(Component)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue