mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-10 20:12:54 +08:00
feat(Feeds): 调整多个饲料和武器的属性数值及配置
更新多个饲料和武器的属性数值,包括质量、字段值、消耗等配置 删除不再使用的榴莲巧克力饲料 优化部分饲料的字段和消耗配置
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bkm51am35af20"]
|
||||
[gd_scene format=3 uid="uid://bkm51am35af20"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_pda12"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhu2npe2hdg6m" path="res://resources/feeds/egg-a.svg" id="2_4crt5"]
|
||||
|
||||
[node name="Egg" instance=ExtResource("1_pda12")]
|
||||
[node name="Egg" unique_id=2047618976 instance=ExtResource("1_pda12")]
|
||||
avatarTexture = ExtResource("2_4crt5")
|
||||
displayName = "鸡蛋"
|
||||
quality = 4
|
||||
topic = 3
|
||||
fields = Array[int]([3, 7])
|
||||
fieldValues = Array[float]([5.0, -360.0])
|
||||
costs = Array[int]([2, 4])
|
||||
costCounts = Array[int]([5, 10])
|
||||
fieldValues = Array[float]([0.3, 2.0])
|
||||
costs = Array[int]([1, 4])
|
||||
costCounts = Array[int]([600, 1])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_4crt5")
|
||||
|
||||
Reference in New Issue
Block a user