mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-07 10:42:13 +08:00
7bc71984d4
添加A-ChainGun、A-NuclearBomb、A-Meowmere和A-MushroomPickaxe四个新武器卡片 删除旧的ChainGun、NuclearBomb、Meowmere和MushroomPickaxe卡片文件 修正卡片中的显示名称和资源引用问题
23 lines
889 B
Plaintext
23 lines
889 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://x8moaidokct"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_kytcq"]
|
|
[ext_resource type="Texture2D" uid="uid://cp57lmeohvo3o" path="res://resources/weapons/nuclear-bomb.png" id="2_l6mhl"]
|
|
[ext_resource type="PackedScene" uid="uid://b2qhes4apaxsj" path="res://components/Weapons/NuclearBomb.tscn" id="3_3jrcs"]
|
|
|
|
[node name="NuclearBomb" instance=ExtResource("1_kytcq")]
|
|
avatarTexture = ExtResource("2_l6mhl")
|
|
displayName = "核弹控制器"
|
|
quality = 3
|
|
topic = 8
|
|
weapons = Array[PackedScene]([ExtResource("3_3jrcs")])
|
|
costs = Array[int]([0, 4])
|
|
costCounts = Array[int]([500, 1])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_l6mhl")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "核弹控制器"
|
|
quality = 4
|
|
topic = 8
|