2025-09-05 22:23:41 +08:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://ch81vd3awkmhk"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Theme" uid="uid://bje5cd08dyok7" path="res://themes/bigTextAndBold.tres" id="2_y8dft"]
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/Statemachine/WeaponName.gd" id="3_g750e"]
|
|
|
|
|
|
2025-09-20 22:17:09 +08:00
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_4ul7t"]
|
2025-09-05 22:23:41 +08:00
|
|
|
font_size = 12
|
|
|
|
|
|
2025-09-20 22:17:09 +08:00
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_hsrds"]
|
2025-09-05 22:23:41 +08:00
|
|
|
font_size = 12
|
|
|
|
|
|
|
|
|
|
[node name="WeaponName" type="HBoxContainer"]
|
|
|
|
|
offset_right = 205.0
|
|
|
|
|
offset_bottom = 25.0
|
|
|
|
|
alignment = 1
|
|
|
|
|
script = ExtResource("3_g750e")
|
|
|
|
|
qualityColorMap = {
|
|
|
|
|
0: Color(0.5, 0.5, 0.5, 1),
|
|
|
|
|
1: Color(1, 1, 1, 1),
|
|
|
|
|
2: Color(0, 0.493446, 1, 1),
|
|
|
|
|
3: Color(0.507763, 0, 1, 1),
|
|
|
|
|
4: Color(1, 0.442751, 0, 1)
|
|
|
|
|
}
|
|
|
|
|
typeTopicColorMap = {
|
|
|
|
|
0: Color(1, 1, 1, 1),
|
2025-09-20 22:17:09 +08:00
|
|
|
1: Color(0, 0.708754, 1, 1),
|
|
|
|
|
2: Color(1, 0.232016, 0, 1),
|
|
|
|
|
3: Color(0.707984, 0, 1, 1)
|
2025-09-05 22:23:41 +08:00
|
|
|
}
|
2025-09-19 22:21:32 +08:00
|
|
|
soulLevelColorMap = {
|
|
|
|
|
0: Color(1, 1, 1, 1),
|
|
|
|
|
1: Color(0.549081, 1, 0.469515, 1),
|
|
|
|
|
2: Color(0.496592, 0.690537, 1, 1),
|
|
|
|
|
3: Color(0.797899, 0.499276, 1, 1),
|
|
|
|
|
4: Color(1, 0.568473, 0.258116, 1)
|
|
|
|
|
}
|
2025-09-05 22:23:41 +08:00
|
|
|
metadata/_edit_horizontal_guides_ = [25.0]
|
|
|
|
|
|
|
|
|
|
[node name="quality" type="Label" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 0
|
2025-09-06 11:05:56 +08:00
|
|
|
text = "[普通]"
|
2025-09-20 22:17:09 +08:00
|
|
|
label_settings = SubResource("LabelSettings_4ul7t")
|
2025-09-05 22:23:41 +08:00
|
|
|
|
|
|
|
|
[node name="label" type="RichTextLabel" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme = ExtResource("2_y8dft")
|
|
|
|
|
bbcode_enabled = true
|
2025-09-20 22:17:09 +08:00
|
|
|
text = "[b][color=8cff78ff]归一[/color] · 未命名武器[/b]"
|
2025-09-05 22:23:41 +08:00
|
|
|
fit_content = true
|
|
|
|
|
autowrap_mode = 0
|
|
|
|
|
|
2025-09-06 11:59:24 +08:00
|
|
|
[node name="level" type="RichTextLabel" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
theme = ExtResource("2_y8dft")
|
|
|
|
|
bbcode_enabled = true
|
|
|
|
|
text = "[b]Lv.1[/b]"
|
|
|
|
|
fit_content = true
|
|
|
|
|
autowrap_mode = 0
|
|
|
|
|
|
2025-09-05 22:23:41 +08:00
|
|
|
[node name="typeTopic" type="Label" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
text = "[冲击]"
|
2025-09-20 22:17:09 +08:00
|
|
|
label_settings = SubResource("LabelSettings_hsrds")
|