Combat tactics
This commit is contained in:
10
resources/resource_definitions/defend_combat_tactic.gd
Normal file
10
resources/resource_definitions/defend_combat_tactic.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
class_name DefendCombatTactic extends CombatTactic
|
||||
|
||||
func get_offensive_stats(unit: Unit) -> Variant:
|
||||
return null
|
||||
|
||||
func get_relevant_defense(unit: Unit) -> int:
|
||||
return unit.current_stats.phys_def
|
||||
|
||||
func deals_damage() -> bool:
|
||||
return false
|
||||
Reference in New Issue
Block a user