mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-02 01:11:54 +08:00
2ebc2bd05e
refactor(Feeds): 调整鸡蛋属性和消耗资源 - 提升鸡蛋品质为4 - 移除字段1及其效果 - 调整消耗资源和数量 feat(Feeds): 新增咸亨记账簿道具 - 添加新道具HXD - 设置基础属性和武器 refactor(Characters): 移除Rooster中的HXD武器
23 lines
747 B
Plaintext
23 lines
747 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]([2.0, -360.0])
|
|
costs = Array[int]([2, 4])
|
|
costCounts = Array[int]([5, 5])
|
|
|
|
[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
|