1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-07 04:07:13 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Egg.tscn
T
fallingshrimp 0018bc20c9 fix(Feeds): 调整鸡蛋属性和品质数值
将鸡蛋的fieldValues从[0.4, 12.0]调整为[0.25, 15.0],同时将品质从2提升到3,以平衡游戏内经济系统
2025-10-01 08:23:21 +08:00

23 lines
750 B
Plaintext

[gd_scene load_steps=3 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")]
avatarTexture = ExtResource("2_4crt5")
displayName = "鸡蛋"
quality = 3
topic = 3
fields = Array[int]([3, 7])
fieldValues = Array[float]([0.25, 15.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([400, 250])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_4crt5")
[node name="name" parent="container/info" index="1"]
displayName = "鸡蛋"
quality = 3
topic = 3