From 1e4ab28b7571fcfdfb31b1926cc35e2a5936ba9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sun, 15 Feb 2026 20:43:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BB=84=E4=BB=B6):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=BD=BF=E8=BD=AE=E5=9B=9E=E6=97=8B=E9=95=96=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Feeds/A-Cogwheel.tscn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 components/Feeds/A-Cogwheel.tscn diff --git a/components/Feeds/A-Cogwheel.tscn b/components/Feeds/A-Cogwheel.tscn new file mode 100644 index 0000000..8be6886 --- /dev/null +++ b/components/Feeds/A-Cogwheel.tscn @@ -0,0 +1,24 @@ +[gd_scene load_steps=4 format=3 uid="uid://u25embstfnui"] + +[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_gkg51"] +[ext_resource type="Texture2D" uid="uid://d0d1t8ch1lolp" path="res://resources/bullets/cogwheel/cogwheel.png" id="2_pcy67"] +[ext_resource type="PackedScene" uid="uid://dqywctcj4y2xi" path="res://components/Weapons/Cogwheel.tscn" id="3_am7m4"] + +[node name="Cogwheel" instance=ExtResource("1_gkg51")] +avatarTexture = ExtResource("2_pcy67") +displayName = "齿轮回旋镖" +quality = 2 +topic = 8 +fields = Array[int]([13]) +fieldValues = Array[float]([0.25]) +weapons = Array[PackedScene]([ExtResource("3_am7m4")]) +costs = Array[int]([0, 1]) +costCounts = Array[int]([1000, 200]) + +[node name="avatar" parent="container/info" index="0"] +texture = ExtResource("2_pcy67") + +[node name="name" parent="container/info" index="1"] +displayName = "齿轮回旋镖" +quality = 2 +topic = 8