feat(mobs): fish schools + jellyfish + shark + spawner with distance-based life cycle
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
11
scenes/mobs/Jellyfish.tscn
Normal file
11
scenes/mobs/Jellyfish.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://jellyfish001"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/mobs/Jellyfish.gd" id="1_jellyfish"]
|
||||
|
||||
[node name="Jellyfish" type="CharacterBody3D"]
|
||||
script = ExtResource("1_jellyfish")
|
||||
max_health = 20.0
|
||||
damage = 5.0
|
||||
detection_radius = 6.0
|
||||
attack_radius = 1.5
|
||||
move_speed = 1.0
|
||||
Reference in New Issue
Block a user