1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-02 17:31:55 +08:00

feat(武器): 新增道教石像武器及其相关效果

实现道教石像武器,包含以下功能:
- 添加天地之剑攻击逻辑,根据攻击速度、生命值和气层数计算伤害
- 新增无量斩子弹类型和特效
- 为公鸡角色添加新武器配置
- 更新相关动画和音效资源
This commit is contained in:
2026-04-03 18:29:14 +08:00
parent f018378053
commit 7e90bd1c1c
29 changed files with 734 additions and 60 deletions
+8 -8
View File
@@ -1,4 +1,4 @@
[gd_scene load_steps=8 format=3 uid="uid://crtdkysmnkith"]
[gd_scene format=3 uid="uid://crtdkysmnkith"]
[ext_resource type="Script" uid="uid://dp7c02tob106n" path="res://scripts/Statemachine/BulletBase.gd" id="1_pklpq"]
@@ -38,19 +38,19 @@ _data = {
[sub_resource type="CircleShape2D" id="CircleShape2D_ecl7m"]
[node name="BulletBase" type="Area2D"]
[node name="BulletBase" type="Area2D" unique_id=5571707]
script = ExtResource("1_pklpq")
[node name="texture" type="AnimatedSprite2D" parent="."]
[node name="texture" type="AnimatedSprite2D" parent="." unique_id=162977358]
unique_name_in_owner = true
sprite_frames = SubResource("SpriteFrames_vypy3")
[node name="animator" type="AnimationPlayer" parent="texture"]
[node name="animator" type="AnimationPlayer" parent="texture" unique_id=1114087117]
unique_name_in_owner = true
libraries = {
&"": SubResource("AnimationLibrary_dxweq")
}
libraries/ = SubResource("AnimationLibrary_dxweq")
[node name="hitbox" type="CollisionShape2D" parent="."]
[node name="audio" type="AudioStreamPlayer2D" parent="texture" unique_id=1167114186]
[node name="hitbox" type="CollisionShape2D" parent="." unique_id=175349408]
unique_name_in_owner = true
shape = SubResource("CircleShape2D_ecl7m")