mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
a3c03fc73a
将武器卡片描述文本的父节点路径统一调整为container/back/scroller,提升UI结构一致性 移除所有武器卡片中的debugRebuild标记,清理调试代码 优化NuclearBomb.tscn文件格式,修复节点引用路径
49 lines
2.2 KiB
Plaintext
49 lines
2.2 KiB
Plaintext
[gd_scene 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" uid="uid://bxcyflpnuajnn" path="res://scripts/Contents/Weapons/SevenSoul.gd" id="2_n7gtb"]
|
|
[ext_resource type="Texture2D" uid="uid://ckqfe3a61hw7" path="res://resources/weapons/bill.webp" id="3_nq3bo"]
|
|
[ext_resource type="AudioStream" uid="uid://dy4k5mni7d7wo" path="res://resources/sounds/weapon/Finale - Toby Fox.wav" id="4_tmgox"]
|
|
|
|
[node name="SevenSoul" unique_id=33662415 instance=ExtResource("1_0f84s")]
|
|
script = ExtResource("2_n7gtb")
|
|
avatarTexture = ExtResource("3_nq3bo")
|
|
displayName = "bilioicik"
|
|
quality = 2
|
|
typeTopic = 3
|
|
store = {
|
|
"atk": 2.0,
|
|
"dmg": 0.1,
|
|
"heal": 1.0
|
|
}
|
|
storeType = {
|
|
"atk": 1,
|
|
"dmg": 2,
|
|
"heal": 1
|
|
}
|
|
descriptionTemplate = "召唤[color=yellow]6[/color]条灵魂,每条造成$atk点伤害,命中敌人时将伤害的$dmg转换为能量并提供$heal点治疗。"
|
|
sources = Array[String](["Undertale"])
|
|
needEnergy = 150.0
|
|
cooldown = 180000.0
|
|
|
|
[node name="attack" parent="sounds" parent_id_path=PackedInt32Array(1775425991) index="0" unique_id=853583292]
|
|
stream = ExtResource("4_tmgox")
|
|
volume_db = 20.0
|
|
|
|
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
|
texture = ExtResource("3_nq3bo")
|
|
|
|
[node name="energy" parent="container/info/infos/energyInfo" parent_id_path=PackedInt32Array(644675021) index="1" unique_id=1664028115]
|
|
text = "150.0"
|
|
|
|
[node name="name" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="0" unique_id=1576068972]
|
|
displayName = "bilioicik"
|
|
quality = 2
|
|
typeTopic = 3
|
|
|
|
[node name="source" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="1" unique_id=365191794]
|
|
text = "Undertale"
|
|
|
|
[node name="description" parent="container/back/scroller" parent_id_path=PackedInt32Array(543588938) index="0" unique_id=566230682]
|
|
text = "[center]召唤[color=yellow]6[/color]条灵魂,每条造成[color=cyan]2[/color]点伤害,命中敌人时将伤害的[color=cyan]10.0%[/color]转换为能量并提供[color=cyan]1[/color]点治疗。[/center]"
|