Reworked weapons and projectiles
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class_name ExplosionDamage
|
||||
extends AbstractDamage
|
||||
|
||||
|
||||
func shield_damage_multiplier() -> float:
|
||||
return 0.75
|
||||
|
||||
|
||||
func armor_damage_multiplier() -> float:
|
||||
return 0.75
|
||||
|
||||
|
||||
func hull_damage_multiplier() -> float:
|
||||
return 1.25
|
||||
Reference in New Issue
Block a user