1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-24 12:32:29 +08:00
Files
Dog-Lynx-And-HCN/components/Weapons/SevenSoul.tscn
T
fallingshrimp 49d3a31367 feat(武器): 更新七魂武器效果并添加音效
- 添加攻击音效文件
- 修改七魂子弹生成逻辑,从7个改为6个并添加延迟
- 调整子弹生命周期和旋转动画
- 更新武器描述和属性
- 添加新的测试BOSS波浪数据
2025-09-25 22:41:04 +08:00

31 lines
1.3 KiB
Plaintext

[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")
avatarTexture = ExtResource("4_a4r2b")
displayName = "人类灵魂"
typeTopic = 3
store = {
"atk": 1
}
descriptionTemplate = "召唤7条人类灵魂,每条以10Hz的频率造成$atk点伤害。"
cooldown = 2000.0
[node name="attack" parent="sounds" index="0"]
stream = ExtResource("4_tmgox")
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("4_a4r2b")
[node name="name" parent="container/info" index="2"]
displayName = "人类灵魂"
typeTopic = 3
[node name="description" parent="container" index="2"]
text = "[center]召唤7条人类灵魂,每条以10Hz的频率造成[color=cyan]2[/color]→[color=yellow]3[/color]点伤害。[/center]"