-
Notifications
You must be signed in to change notification settings - Fork 0
/
ski6ACF.tmp
161 lines (124 loc) · 5.45 KB
/
ski6ACF.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
[gd_scene load_steps=3 format=3 uid="uid://4aaq4clcmslf"]
[ext_resource type="Script" path="res://skills_manager.gd" id="1_1ahik"]
[ext_resource type="Texture2D" uid="uid://tiw20n74sbyc" path="res://assets/game-icons/skills/blade-drag.svg" id="1_1uknj"]
[node name="SkillsManager" type="Node2D"]
script = ExtResource("1_1ahik")
skills = Array[Resource("res://combat/skills/Skill.gd")]([null])
[node name="Manager" type="VBoxContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
theme_override_constants/separation = 16
[node name="SkillInfoPanel" type="HBoxContainer" parent="Manager"]
layout_mode = 2
[node name="Button" type="Button" parent="Manager/SkillInfoPanel"]
layout_mode = 2
theme_override_constants/icon_max_width = 64
icon = ExtResource("1_1uknj")
[node name="SkillInfo" type="Label" parent="Manager/SkillInfoPanel"]
layout_mode = 2
text = "Имя: Сильный удар (power attack)
Уровень: 57 (43% шанс на прокачку при использовании)
Скорость: 4
Перезарядка: 3
Описание: Сильно бьёт по цели.
Урон: 150%+Lvl%
Теги: Attack, Physical, Melee, Strike"
[node name="LevelPanel" type="VBoxContainer" parent="Manager"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="Manager/LevelPanel"]
layout_mode = 2
[node name="LevelUp" type="Button" parent="Manager/LevelPanel/HBoxContainer"]
layout_mode = 2
text = "+1 ур"
[node name="LevelUpMany" type="Button" parent="Manager/LevelPanel/HBoxContainer"]
layout_mode = 2
text = "+25 ур"
[node name="LevelReset" type="Button" parent="Manager/LevelPanel/HBoxContainer"]
layout_mode = 2
text = "Сбросить всё"
[node name="Label2" type="Label" parent="Manager"]
layout_mode = 2
text = "Аспекты умений прокачиваются после победы.
За каждый 20 уровней открывается 1 аспект"
[node name="HBoxContainer" type="HBoxContainer" parent="Manager"]
layout_mode = 2
[node name="AspectPanel" type="VBoxContainer" parent="Manager/HBoxContainer"]
layout_mode = 2
[node name="Label" type="Label" parent="Manager/HBoxContainer/AspectPanel"]
layout_mode = 2
text = "Аспекты.
"
[node name="Aspect" type="HBoxContainer" parent="Manager/HBoxContainer/AspectPanel"]
layout_mode = 2
[node name="Button" type="Button" parent="Manager/HBoxContainer/AspectPanel/Aspect"]
layout_mode = 2
text = "-"
[node name="Button2" type="Button" parent="Manager/HBoxContainer/AspectPanel/Aspect"]
layout_mode = 2
text = "+25 ур"
[node name="Label" type="Label" parent="Manager/HBoxContainer/AspectPanel/Aspect"]
layout_mode = 2
text = "Мультиудар.
Ур. 13 (87% шанс на прокачку после победы)
Повторно атакует цель 1 раз"
[node name="Aspect2" type="HBoxContainer" parent="Manager/HBoxContainer/AspectPanel"]
layout_mode = 2
[node name="Button" type="Button" parent="Manager/HBoxContainer/AspectPanel/Aspect2"]
layout_mode = 2
text = "-"
[node name="Button3" type="Button" parent="Manager/HBoxContainer/AspectPanel/Aspect2"]
layout_mode = 2
text = "+25 ур"
[node name="Label" type="Label" parent="Manager/HBoxContainer/AspectPanel/Aspect2"]
layout_mode = 2
text = "Кровотечение.
Ур. 43 (57% шанс на прокачку после победы)
С шансом 43% накладывает кровотечение на врага"
[node name="AllAspects" type="VBoxContainer" parent="Manager/HBoxContainer"]
layout_mode = 2
[node name="Label" type="Label" parent="Manager/HBoxContainer/AllAspects"]
layout_mode = 2
text = "Доступные аспекты по тегам"
[node name="HBoxContainer2" type="HBoxContainer" parent="Manager/HBoxContainer/AllAspects"]
layout_mode = 2
[node name="Button" type="Button" parent="Manager/HBoxContainer/AllAspects/HBoxContainer2"]
layout_mode = 2
text = "+"
[node name="Label" type="Label" parent="Manager/HBoxContainer/AllAspects/HBoxContainer2"]
layout_mode = 2
text = "Имя: Мультиудар Аспект
Тег: Attack
Описание: Повторно атакует цель 1+(Lvl/100) раз
"
[node name="HBoxContainer" type="HBoxContainer" parent="Manager/HBoxContainer/AllAspects"]
layout_mode = 2
[node name="Button" type="Button" parent="Manager/HBoxContainer/AllAspects/HBoxContainer"]
layout_mode = 2
text = "+"
[node name="Label" type="Label" parent="Manager/HBoxContainer/AllAspects/HBoxContainer"]
layout_mode = 2
text = "Имя: Сила Аспект
Тег: Attack
Описание: Усиливает умение на 50% + LVL%
"
[node name="HBoxContainer3" type="HBoxContainer" parent="Manager/HBoxContainer/AllAspects"]
layout_mode = 2
[node name="Button" type="Button" parent="Manager/HBoxContainer/AllAspects/HBoxContainer3"]
layout_mode = 2
text = "+"
[node name="Label" type="Label" parent="Manager/HBoxContainer/AllAspects/HBoxContainer3"]
layout_mode = 2
text = "Имя: Сплеш
Тег: Attack
Описание: Атакует 1+LVL(/100) врагов рядом"
[node name="HBoxContainer4" type="HBoxContainer" parent="Manager/HBoxContainer/AllAspects"]
layout_mode = 2
[node name="Button" type="Button" parent="Manager/HBoxContainer/AllAspects/HBoxContainer4"]
layout_mode = 2
text = "+"
[node name="Label" type="Label" parent="Manager/HBoxContainer/AllAspects/HBoxContainer4"]
layout_mode = 2
text = "Имя: Кровотечение
Тег: Physical
Описание: С шансом LVL% Накладывает кровотечение на врага
"