mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 16:01:53 +08:00
4f6225747a
- 修改Wave.gd中data的赋值逻辑,始终使用WAVE_JUSTJOKE - 调整Kernyr角色的攻击冷却时间从1000增加到2000 - 更换Kernyr角色的贴图资源 - 新增A-Tree.tscn场景文件,包含武器和属性配置
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dcm4gglpbiywo"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_8ua8m"]
|
|
[ext_resource type="Texture2D" uid="uid://ckr8tw7fsa7qx" path="res://resources/weapons/AcidWind.png" id="2_0kt4f"]
|
|
[ext_resource type="Texture2D" uid="uid://74n7umby4d4w" path="res://resources/weapons/ParryCounter.png" id="2_5yxds"]
|
|
[ext_resource type="PackedScene" uid="uid://cx7nogfnv7s8t" path="res://components/Weapons/Tree.tscn" id="3_7iihr"]
|
|
|
|
[node name="Tree" instance=ExtResource("1_8ua8m")]
|
|
avatarTexture = ExtResource("2_5yxds")
|
|
displayName = "扶桑元神"
|
|
quality = 2
|
|
topic = 8
|
|
fields = Array[int]([2])
|
|
fieldValues = Array[float]([0.1])
|
|
weapons = Array[PackedScene]([ExtResource("3_7iihr")])
|
|
costs = Array[int]([0, 1])
|
|
costCounts = Array[int]([999, 999])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_0kt4f")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "酸蚀风暴"
|
|
quality = 2
|
|
topic = 8
|