mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
5c85b4c10c
将HCN的召唤物死亡效果从恢复生命值改为储能10点 修改初始角色选择逻辑为随机选择 更新角色卡牌描述以匹配新技能效果
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
[gd_scene format=3 uid="uid://dfww6e0mpyjk4"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://m8a4nay1pmmg" path="res://components/Abstracts/CharacterCardBase.tscn" id="1_robpf"]
|
|
[ext_resource type="Texture2D" uid="uid://2xmrkvyrcqq1" path="res://resources/characterCards/hcn.png" id="2_1yfsg"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1yfsg"]
|
|
content_margin_left = 20.0
|
|
content_margin_top = 20.0
|
|
content_margin_right = 20.0
|
|
content_margin_bottom = 20.0
|
|
bg_color = Color(0, 0, 0, 0.8)
|
|
border_color = Color(1, 1, 1, 1)
|
|
border_blend = true
|
|
corner_radius_top_left = 15
|
|
corner_radius_bottom_right = 15
|
|
corner_detail = 1
|
|
|
|
[node name="HCN" unique_id=1046363300 instance=ExtResource("1_robpf")]
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_1yfsg")
|
|
displayName = "氰化氢"
|
|
slogan = "微量便可颠覆生机"
|
|
avatar = ExtResource("2_1yfsg")
|
|
description = "在召唤物死亡时储能。"
|
|
fields = Array[int]([18, 27])
|
|
fieldValues = Array[float]([5.0, 1.0])
|
|
clickToRebuild = true
|
|
|
|
[node name="avatarTexture" parent="wrapper" parent_id_path=PackedInt32Array(2023039659) index="0" unique_id=1334645594]
|
|
texture = ExtResource("2_1yfsg")
|
|
|
|
[node name="nameLabel" parent="wrapper/infoContainer/VBoxContainer" parent_id_path=PackedInt32Array(533915880) index="0" unique_id=516147781]
|
|
text = "氰化氢"
|
|
|
|
[node name="sloganLabel" parent="wrapper/infoContainer/VBoxContainer" parent_id_path=PackedInt32Array(533915880) index="1" unique_id=280562204]
|
|
text = "“微量便可颠覆生机”"
|
|
|
|
[node name="descriptionLabel" parent="wrapper/infoContainer" parent_id_path=PackedInt32Array(143242635) index="1" unique_id=808054282]
|
|
text = "召唤物死亡时为自身恢复生命值。"
|