mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
8acb08fd14
添加扫帚子弹、扫帚炮和扫帚回旋镖三种新子弹类型 包含子弹脚本、音效、动画和特效资源 修改EnergyBlock实体以支持新子弹的攻击逻辑 更新子弹基类添加销毁信号
34 lines
1.8 KiB
Plaintext
34 lines
1.8 KiB
Plaintext
[gd_scene format=3 uid="uid://c0n3igy4hucrg"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_hyubh"]
|
|
[ext_resource type="Script" uid="uid://cfgdvytfnwe8l" path="res://scripts/Contents/Weapons/PurpleCrystal.gd" id="2_0xgcv"]
|
|
[ext_resource type="Texture2D" uid="uid://16yhngg3jpun" path="res://resources/weapons/purple-crystal.svg" id="2_wgtcw"]
|
|
[ext_resource type="AudioStream" uid="uid://dclinyhu256xi" path="res://resources/sounds/effect/Low Whoosh.mp3" id="4_16daa"]
|
|
|
|
[node name="PurpleCrystal" unique_id=1991730660 instance=ExtResource("1_hyubh")]
|
|
offset_bottom = 302.0
|
|
script = ExtResource("2_0xgcv")
|
|
avatarTexture = ExtResource("2_wgtcw")
|
|
displayName = "紫水晶簇"
|
|
costBeachball = 200
|
|
descriptionTemplate = "发射[b]紫水晶[/b],撞击时造成$atk点伤害。"
|
|
cooldown = 200.0
|
|
|
|
[node name="attack" parent="sounds" parent_id_path=PackedInt32Array(1775425991) index="0" unique_id=853583292]
|
|
stream = ExtResource("4_16daa")
|
|
|
|
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
|
texture = ExtResource("2_wgtcw")
|
|
|
|
[node name="beachball" parent="container/info/infos" parent_id_path=PackedInt32Array(492799150) index="1" unique_id=653442983]
|
|
count = 200
|
|
|
|
[node name="name" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="0" unique_id=1576068972]
|
|
displayName = "紫水晶簇"
|
|
|
|
[node name="description" parent="container" parent_id_path=PackedInt32Array(575698869) index="2" unique_id=566230682]
|
|
text = "[center]发射[b]紫水晶[/b],撞击时造成[color=cyan]0[/color]点伤害。[/center]"
|
|
|
|
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
|
|
visible = false
|