1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Dorain.tscn
T
fallingshrimp 96ba8abf11 feat(Feeds): 调整多个饲料和武器的属性数值及配置
更新多个饲料和武器的属性数值,包括质量、字段值、消耗等配置
删除不再使用的榴莲巧克力饲料
优化部分饲料的字段和消耗配置
2026-05-03 17:55:55 +08:00

21 lines
735 B
Plaintext

[gd_scene format=3 uid="uid://d2gv18pe0f0jo"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_pat32"]
[ext_resource type="Texture2D" uid="uid://0omwe2hm33bk" path="res://resources/feeds/durain.png" id="2_lgiqu"]
[node name="Dorain" unique_id=1860947560 instance=ExtResource("1_pat32")]
avatarTexture = ExtResource("2_lgiqu")
displayName = "榴莲"
topic = 4
fields = Array[int]([1, 0])
fieldValues = Array[float]([0.1, -5.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([90, 180])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_lgiqu")
[node name="name" parent="container/info" index="1"]
displayName = "榴莲"
topic = 4