mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 06:45:53 +00:00
New damage resistance system
This commit is contained in:
parent
5dec57e711
commit
eeaf1526f8
5 changed files with 164 additions and 3 deletions
|
|
@ -31,6 +31,8 @@ public partial class DamageResistance : Resource
|
|||
case DamageAttribute.Immune:
|
||||
return 0;
|
||||
break;
|
||||
case DamageAttribute.Skip:
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue