From 4fa8ff6bc3a18e49263ddfc2bdc4439049f88962 Mon Sep 17 00:00:00 2001 From: Raxki Date: Mon, 28 Oct 2024 18:48:01 -0400 Subject: [PATCH] Tweak shadow clone stats --- world/world.tscn | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/world/world.tscn b/world/world.tscn index 3ce9d64..ab69313 100644 --- a/world/world.tscn +++ b/world/world.tscn @@ -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")]