2025-09-06 08:50:37 +08:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://c0n3igy4hucrg"]
|
2025-09-05 22:23:41 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_hyubh"]
|
2025-12-13 10:55:02 +08:00
|
|
|
[ext_resource type="Script" uid="uid://cfgdvytfnwe8l" path="res://scripts/Contents/Weapons/PurpleCrystal.gd" id="2_0xgcv"]
|
2025-09-05 22:23:41 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://16yhngg3jpun" path="res://resources/weapons/purple-crystal.svg" id="2_wgtcw"]
|
2025-09-06 08:50:37 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://dclinyhu256xi" path="res://resources/sounds/effect/Low Whoosh.mp3" id="4_16daa"]
|
2025-09-05 22:23:41 +08:00
|
|
|
|
|
|
|
|
[node name="PurpleCrystal" instance=ExtResource("1_hyubh")]
|
2025-09-06 08:50:37 +08:00
|
|
|
offset_bottom = 302.0
|
2025-09-06 07:40:21 +08:00
|
|
|
script = ExtResource("2_0xgcv")
|
2025-09-05 22:23:41 +08:00
|
|
|
avatarTexture = ExtResource("2_wgtcw")
|
|
|
|
|
displayName = "紫水晶簇"
|
2025-12-13 11:28:15 +08:00
|
|
|
costBeachball = 200
|
2025-12-14 17:01:09 +08:00
|
|
|
descriptionTemplate = "发射[b]紫水晶[/b],撞击时造成$atk点伤害。"
|
2025-09-06 07:40:21 +08:00
|
|
|
cooldown = 200.0
|
2025-12-14 17:01:09 +08:00
|
|
|
debugRebuild = true
|
2025-09-05 22:23:41 +08:00
|
|
|
|
2025-09-06 08:50:37 +08:00
|
|
|
[node name="attack" parent="sounds" index="0"]
|
|
|
|
|
stream = ExtResource("4_16daa")
|
|
|
|
|
|
2025-09-05 22:23:41 +08:00
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
|
|
|
texture = ExtResource("2_wgtcw")
|
|
|
|
|
|
2025-12-13 10:55:02 +08:00
|
|
|
[node name="beachball" parent="container/info/infos" index="1"]
|
2025-12-14 17:01:09 +08:00
|
|
|
count = 200
|
2025-12-13 10:55:02 +08:00
|
|
|
|
2026-04-04 09:03:58 +08:00
|
|
|
[node name="name" parent="container/info/displays" index="0"]
|
2025-09-05 22:23:41 +08:00
|
|
|
displayName = "紫水晶簇"
|
|
|
|
|
|
|
|
|
|
[node name="description" parent="container" index="2"]
|
2025-12-14 17:01:09 +08:00
|
|
|
text = "[center]发射[b]紫水晶[/b],撞击时造成[color=cyan]10[/color]点伤害。[/center]"
|