1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-01 00:41:54 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Dango.tscn
T
fallingshrimp b03508a2e1 feat(Feeds): 调整多个食物组件的属性和品质
更新甜甜圈、团子、水杯和塔克的食物组件属性,包括品质等级、消耗数量和效果值。主要调整了各食物的平衡性参数,提升游戏体验。
2025-08-29 07:44:12 +08:00

21 lines
882 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b3aymxd848400"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_mwo1u"]
[ext_resource type="Texture2D" uid="uid://bvkjvgxabqyvg" path="res://resources/feeds/dango.svg" id="2_ckr7l"]
[node name="Dango" instance=ExtResource("1_mwo1u")]
avatarTexture = ExtResource("2_ckr7l")
displayName = "团子"
quality = 4
fields = Array[int]([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])
fieldValues = Array[float]([80.0, 0.21, 0.1, 0.33, 0.08, 0.15, 0.1, -5.0, 0.25, 4.0, 0.12, 0.15, 0.18, 0.6, 0.15, 2.0, 2.0, 35.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([10000, 12500])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ckr7l")
[node name="name" parent="container/info" index="1"]
displayName = "团子"
quality = 4