mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix(Feeds): 统一武器品质等级为3
移除多余的quality属性并统一info节点中的品质等级,保持数据一致性
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
[node name="ChainGun" instance=ExtResource("1_7uifb")]
|
||||
avatarTexture = ExtResource("2_j74mc")
|
||||
displayName = "链式机枪"
|
||||
quality = 3
|
||||
topic = 8
|
||||
weapons = Array[PackedScene]([ExtResource("3_0nqrh")])
|
||||
costs = Array[int]([0, 3])
|
||||
@@ -18,5 +17,5 @@ texture = ExtResource("2_j74mc")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "链式机枪"
|
||||
quality = 4
|
||||
quality = 3
|
||||
topic = 8
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
[node name="Meowmere" instance=ExtResource("1_2vyyw")]
|
||||
avatarTexture = ExtResource("2_kft2q")
|
||||
displayName = "彩虹猫之刃"
|
||||
quality = 3
|
||||
topic = 8
|
||||
fields = Array[int]([3])
|
||||
fieldValues = Array[float]([0.05])
|
||||
@@ -20,5 +19,5 @@ texture = ExtResource("2_kft2q")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "彩虹猫之刃"
|
||||
quality = 4
|
||||
quality = 3
|
||||
topic = 8
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
[node name="MushroomPickaxe" instance=ExtResource("1_ug67j")]
|
||||
avatarTexture = ExtResource("2_ksurb")
|
||||
displayName = "蘑菇矿挖爪"
|
||||
quality = 3
|
||||
topic = 8
|
||||
weapons = Array[PackedScene]([ExtResource("3_apbxn")])
|
||||
costs = Array[int]([0, 1])
|
||||
@@ -18,5 +17,5 @@ texture = ExtResource("2_ksurb")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "蘑菇矿挖爪"
|
||||
quality = 4
|
||||
quality = 3
|
||||
topic = 8
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
[node name="NuclearBomb" instance=ExtResource("1_kytcq")]
|
||||
avatarTexture = ExtResource("2_l6mhl")
|
||||
displayName = "核弹控制器"
|
||||
quality = 3
|
||||
topic = 8
|
||||
weapons = Array[PackedScene]([ExtResource("3_3jrcs")])
|
||||
costs = Array[int]([0, 4])
|
||||
@@ -18,5 +17,5 @@ texture = ExtResource("2_l6mhl")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "核弹控制器"
|
||||
quality = 4
|
||||
quality = 3
|
||||
topic = 8
|
||||
|
||||
Reference in New Issue
Block a user