mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-26 13:32:29 +08:00
feat(武器): 更新七魂武器效果并添加音效
- 添加攻击音效文件 - 修改七魂子弹生成逻辑,从7个改为6个并添加延迟 - 调整子弹生命周期和旋转动画 - 更新武器描述和属性 - 添加新的测试BOSS波浪数据
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
[node name="SevenSoul" instance=ExtResource("1_c4fl5")]
|
||||
script = ExtResource("2_egs34")
|
||||
lifeTime = 10000.0
|
||||
lifeTime = 112000.0
|
||||
|
||||
[node name="heart" type="Sprite2D" parent="texture" index="1"]
|
||||
unique_name_in_owner = true
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c5y4g70evwy46"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://c5y4g70evwy46"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_0f84s"]
|
||||
[ext_resource type="Script" path="res://scripts/Contents/Weapons/SevenSoul.gd" id="2_n7gtb"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8w31dkev8nc8" path="res://resources/bullets/seven-soul/soul-red.png" id="4_a4r2b"]
|
||||
[ext_resource type="AudioStream" uid="uid://dy4k5mni7d7wo" path="res://resources/sounds/weapon/Finale - Toby Fox.wav" id="4_tmgox"]
|
||||
|
||||
[node name="SevenSoul" instance=ExtResource("1_0f84s")]
|
||||
script = ExtResource("2_n7gtb")
|
||||
@@ -10,11 +11,13 @@ avatarTexture = ExtResource("4_a4r2b")
|
||||
displayName = "人类灵魂"
|
||||
typeTopic = 3
|
||||
store = {
|
||||
"atk": 2
|
||||
"atk": 1
|
||||
}
|
||||
descriptionTemplate = "召唤7条人类灵魂,每条以10Hz的频率造成$atk点伤害。"
|
||||
cooldown = 2000.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="attack" parent="sounds" index="0"]
|
||||
stream = ExtResource("4_tmgox")
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("4_a4r2b")
|
||||
@@ -24,4 +27,4 @@ displayName = "人类灵魂"
|
||||
typeTopic = 3
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
text = "[center]召唤7条人类灵魂,每条以10Hz的频率造成[color=cyan]2[/color]→[color=yellow]10[/color]点伤害。[/center]"
|
||||
text = "[center]召唤7条人类灵魂,每条以10Hz的频率造成[color=cyan]2[/color]→[color=yellow]3[/color]点伤害。[/center]"
|
||||
|
||||
Reference in New Issue
Block a user