mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
fb0b98c96e
添加红水晶武器系统,包括武器、子弹、特效和音效资源 - 新增红水晶武器脚本及场景,实现爆炸伤害功能 - 添加红水晶子弹逻辑,支持半径爆炸效果 - 加入红水晶爆炸特效和音效 - 更新角色武器库包含红水晶武器 - 调整现有水晶武器描述和数值 - 扩展子弹基类支持首帧回调 - 更新特效控制器支持音效播放等待
25 lines
943 B
Plaintext
25 lines
943 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bqlig553oovpn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_66pmg"]
|
|
[ext_resource type="Texture2D" uid="uid://s8r37cmth6o8" path="res://resources/weapons/red-crystal.png" id="2_0kdox"]
|
|
[ext_resource type="PackedScene" uid="uid://dt8w2w816tsj0" path="res://components/Weapons/RedCrystal.tscn" id="3_aumml"]
|
|
|
|
[node name="RedCrystal" instance=ExtResource("1_66pmg")]
|
|
avatarTexture = ExtResource("2_0kdox")
|
|
displayName = "红水晶簇"
|
|
quality = 2
|
|
topic = 8
|
|
fields = Array[int]([9])
|
|
fieldValues = Array[float]([-1.0])
|
|
weapons = Array[PackedScene]([ExtResource("3_aumml")])
|
|
costs = Array[int]([0, 1])
|
|
costCounts = Array[int]([100, 150])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_0kdox")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "红水晶簇"
|
|
quality = 2
|
|
topic = 8
|