1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-07 18:52:12 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/A-MushroomPickaxe.tscn
T
fallingshrimp 7bc71984d4 feat(Feeds): 新增武器卡片并修复旧卡片问题
添加A-ChainGun、A-NuclearBomb、A-Meowmere和A-MushroomPickaxe四个新武器卡片
删除旧的ChainGun、NuclearBomb、Meowmere和MushroomPickaxe卡片文件
修正卡片中的显示名称和资源引用问题
2025-09-21 17:10:36 +08:00

23 lines
937 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dalh3x6uosynx"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_ug67j"]
[ext_resource type="Texture2D" uid="uid://cqg0aluvegqfe" path="res://resources/bullets/MushroomPickaxe/frames/Shroomite_Digging_Claw.webp" id="2_ksurb"]
[ext_resource type="PackedScene" uid="uid://dwsyn746hr25d" path="res://components/Weapons/MushroomPickaxe.tscn" id="3_apbxn"]
[node name="MushroomPickaxe" instance=ExtResource("1_ug67j")]
avatarTexture = ExtResource("2_ksurb")
displayName = "蘑菇矿挖爪"
quality = 3
topic = 8
weapons = Array[PackedScene]([ExtResource("3_apbxn")])
costs = Array[int]([0, 1])
costCounts = Array[int]([1000, 1000])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ksurb")
[node name="name" parent="container/info" index="1"]
displayName = "蘑菇矿挖爪"
quality = 4
topic = 8