mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
4302055086
统一将武器卡片的名称节点从container/info移动到container/info/displays容器中,提高代码组织性 同时清理了部分调试属性和冗余代码,更新了部分武器的来源信息
46 lines
2.0 KiB
Plaintext
46 lines
2.0 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 = "召唤7条灵魂,每条造成$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="description" parent="container" parent_id_path=PackedInt32Array(575698869) index="2" unique_id=566230682]
|
|
text = "[center]召唤7条灵魂,每条造成[color=cyan]2[/color]点伤害,命中敌人时将伤害的[color=cyan]10.0%[/color]转换为能量并提供[color=cyan]1[/color]点治疗。[/center]"
|