Tweak shadow clone stats

This commit is contained in:
Raxki 2024-10-28 18:48:01 -04:00
parent 3f789c83a3
commit 4fa8ff6bc3

View file

@ -340,12 +340,10 @@ interaction_cutscene = ExtResource("12_cb4j5")
[node name="ShadowClone" parent="." node_paths=PackedStringArray("player_character") instance=ExtResource("30_le27a")]
position = Vector2(75, 285)
player_character = NodePath("../HiroPlayer")
MELEE_RADIUS = 200
chase_speed = 40
approach_speed = 25
min_recoil_time = 0.15
max_recoil_time = 2.0
reduce_recoil_time_threshold = 0.5
KNOCKBACK_REPOSITION_POWER = 90
MELEE_RADIUS = 9999
max_health = 200
health = 200
attack_power = 10
[node name="ReedAI" parent="." node_paths=PackedStringArray("player_character") instance=ExtResource("21_dioix")]