mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-23 20:12:30 +08:00
feat[角色]: 添加Rooster角色及相关武器资源
新增Rooster角色脚本及LGBT武器UI组件,完善角色战斗系统资源。
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
[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"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_1vypy"]
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_fglo5"]
|
||||
font_size = 12
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_pyxdw"]
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_3tmci"]
|
||||
font_size = 12
|
||||
|
||||
[node name="WeaponName" type="HBoxContainer"]
|
||||
@@ -34,7 +34,7 @@ unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 0
|
||||
text = "[普通]"
|
||||
label_settings = SubResource("LabelSettings_1vypy")
|
||||
label_settings = SubResource("LabelSettings_fglo5")
|
||||
|
||||
[node name="label" type="RichTextLabel" parent="."]
|
||||
unique_name_in_owner = true
|
||||
@@ -60,4 +60,4 @@ unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 8
|
||||
text = "[冲击]"
|
||||
label_settings = SubResource("LabelSettings_pyxdw")
|
||||
label_settings = SubResource("LabelSettings_3tmci")
|
||||
|
||||
@@ -11,6 +11,7 @@ script = ExtResource("2_0tyah")
|
||||
avatarTexture = ExtResource("2_ou6jo")
|
||||
displayName = "彩虹旗"
|
||||
quality = 4
|
||||
typeTopic = 3
|
||||
store = {
|
||||
"angle": 30.0,
|
||||
"atk": 20.0,
|
||||
@@ -28,7 +29,6 @@ storeType = {
|
||||
descriptionTemplate = "每$angle发射1/$count条以$power效率追踪$trace秒的[b]彩虹飞星[/b],每条造成$atk点伤害。"
|
||||
needEnergy = 30.0
|
||||
cooldown = 1000.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="attack" parent="sounds" index="0"]
|
||||
stream = ExtResource("4_c5xse")
|
||||
@@ -45,11 +45,7 @@ text = "500"
|
||||
[node name="name" parent="container/info" index="2"]
|
||||
displayName = "彩虹旗"
|
||||
quality = 4
|
||||
typeTopicNameMap = {
|
||||
0: "冲击",
|
||||
1: "能量",
|
||||
2: "熔融"
|
||||
}
|
||||
typeTopic = 3
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
size_flags_vertical = 3
|
||||
|
||||
Reference in New Issue
Block a user