mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 07:51:54 +08:00
626924305d
将鸡蛋的 fieldValues 从 [2.0, -360.0] 修改为 [5.0, -360.0],并增加 costCounts 中第二个资源的消耗数量从 5 到 10
23 lines
748 B
Plaintext
23 lines
748 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 = 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])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_4crt5")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "鸡蛋"
|
|
quality = 4
|
|
topic = 3
|