1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-01 08:51:53 +08:00
Files
Dog-Lynx-And-HCN/components/Weapons/PurpleCrystal.tscn
T
fallingshrimp 989fa09aef refactor(武器): 移除武器成本属性并调整能量节点路径
- 从紫水晶簇和彩虹旗武器中移除costs和costCounts属性
- 统一调整BigLaser和LGBT武器的能量节点路径至container/info/infos/energyInfo
2025-09-06 11:34:12 +08:00

27 lines
1.1 KiB
Plaintext

[gd_scene load_steps=5 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" 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" instance=ExtResource("1_hyubh")]
offset_bottom = 302.0
script = ExtResource("2_0xgcv")
avatarTexture = ExtResource("2_wgtcw")
displayName = "紫水晶簇"
descriptionTemplate = "撞击造成$atk点伤害。"
cooldown = 200.0
[node name="attack" parent="sounds" index="0"]
stream = ExtResource("4_16daa")
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_wgtcw")
[node name="name" parent="container/info" index="2"]
displayName = "紫水晶簇"
[node name="description" parent="container" index="2"]
text = "[center]撞击造成[color=cyan]10.0[/color]点伤害。[/center]"