mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-08 20:57:13 +08:00
feat: 添加多个召唤物的displayName并调整相关参数
refactor: 统一测试BOSS的wave配置 fix: 修正Parrier.gd中的launcher判断条件 perf: 调整MTY的攻击冷却时间和技能范围 style: 移除部分调试标记和冗余代码
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ch8010vm2lpby"]
|
||||
[gd_scene format=3 uid="uid://ch8010vm2lpby"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_wb8r8"]
|
||||
[ext_resource type="Texture2D" uid="uid://p5wms8lrj23a" path="res://resources/feeds/fish-a.svg" id="2_mefkw"]
|
||||
|
||||
[node name="Fish" instance=ExtResource("1_wb8r8")]
|
||||
[node name="Fish" unique_id=1838989230 instance=ExtResource("1_wb8r8")]
|
||||
avatarTexture = ExtResource("2_mefkw")
|
||||
displayName = "小丑鱼"
|
||||
quality = 4
|
||||
topic = 9
|
||||
fields = Array[int]([27, 19, 17])
|
||||
fieldValues = Array[float]([1.0, -0.1, -20.0])
|
||||
fields = Array[int]([27, 19, 10])
|
||||
fieldValues = Array[float]([1.0, -0.1, -0.05])
|
||||
costs = Array[int]([2, 3])
|
||||
costCounts = Array[int]([1, 2500])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user