mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
a2ae5d102b
- 为多个食物组件添加topic属性并调整数值 - 调整部分食物的fields和fieldValues - 修改LGBT武器的能量消耗和冷却时间 - 替换Rooster角色的武器配置
23 lines
767 B
Plaintext
23 lines
767 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bbmjur6cjmffo"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_7gqm6"]
|
|
[ext_resource type="Texture2D" uid="uid://bxqax0anr5a45" path="res://resources/feeds/donut.svg" id="2_bv6j5"]
|
|
|
|
[node name="Donut" instance=ExtResource("1_7gqm6")]
|
|
avatarTexture = ExtResource("2_bv6j5")
|
|
displayName = "甜甜圈"
|
|
quality = 2
|
|
topic = 2
|
|
fields = Array[int]([7, 22, 6])
|
|
fieldValues = Array[float]([-1.0, 0.1, 0.04])
|
|
costs = Array[int]([0, 1])
|
|
costCounts = Array[int]([500, 450])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_bv6j5")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "甜甜圈"
|
|
quality = 2
|
|
topic = 2
|