2026-04-04 09:03:58 +08:00
|
|
|
[gd_scene format=3 uid="uid://dyanyf044boxp"]
|
2026-02-05 19:27:59 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_sqbqm"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://7yeb0e4ahcee" path="res://resources/weapons/pipe.png" id="2_mmtf8"]
|
2026-02-05 20:04:39 +08:00
|
|
|
[ext_resource type="Script" uid="uid://l1v3boq8ei12" path="res://scripts/Contents/Weapons/Pipe.gd" id="2_p67v7"]
|
2026-02-05 19:27:59 +08:00
|
|
|
|
2026-04-04 09:03:58 +08:00
|
|
|
[node name="Pipe" unique_id=946948425 instance=ExtResource("1_sqbqm")]
|
2026-02-05 20:04:39 +08:00
|
|
|
script = ExtResource("2_p67v7")
|
2026-02-05 19:27:59 +08:00
|
|
|
avatarTexture = ExtResource("2_mmtf8")
|
|
|
|
|
displayName = "钢管"
|
|
|
|
|
costBeachball = 350
|
2026-04-13 23:07:48 +08:00
|
|
|
emitType = 2
|
2026-02-05 19:27:59 +08:00
|
|
|
store = {
|
2026-02-11 16:06:21 +08:00
|
|
|
"atk": 5
|
2026-02-05 19:27:59 +08:00
|
|
|
}
|
2026-02-11 16:06:21 +08:00
|
|
|
descriptionTemplate = "按住蓄力扔出钢管,蓄力越久伤害越高,至少造成$atk点伤害,发射钢管后继续按住鼠标可进行连续发射。"
|
2026-04-04 09:03:58 +08:00
|
|
|
sources = Array[String](["MEME"])
|
2026-02-05 20:26:47 +08:00
|
|
|
needEnergy = 2.0
|
2026-02-05 20:52:04 +08:00
|
|
|
cooldown = 3000.0
|
2026-02-05 19:27:59 +08:00
|
|
|
|
2026-04-04 09:03:58 +08:00
|
|
|
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
2026-02-05 19:27:59 +08:00
|
|
|
texture = ExtResource("2_mmtf8")
|
|
|
|
|
|
2026-04-04 09:03:58 +08:00
|
|
|
[node name="energy" parent="container/info/infos/energyInfo" parent_id_path=PackedInt32Array(644675021) index="1" unique_id=1664028115]
|
2026-02-09 13:11:03 +08:00
|
|
|
text = "2.0"
|
|
|
|
|
|
2026-04-04 09:03:58 +08:00
|
|
|
[node name="beachball" parent="container/info/infos" parent_id_path=PackedInt32Array(492799150) index="1" unique_id=653442983]
|
2026-02-05 19:27:59 +08:00
|
|
|
count = 350
|
|
|
|
|
|
2026-04-04 09:03:58 +08:00
|
|
|
[node name="name" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="0" unique_id=1576068972]
|
2026-02-05 19:27:59 +08:00
|
|
|
displayName = "钢管"
|
|
|
|
|
|
2026-04-13 23:07:48 +08:00
|
|
|
[node name="source" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="1" unique_id=365191794]
|
|
|
|
|
text = "MEME"
|
|
|
|
|
|
2026-04-04 09:03:58 +08:00
|
|
|
[node name="description" parent="container" parent_id_path=PackedInt32Array(575698869) index="2" unique_id=566230682]
|
2026-02-11 16:06:21 +08:00
|
|
|
text = "[center]按住蓄力扔出钢管,蓄力越久伤害越高,至少造成[color=cyan]5[/color]点伤害,发射钢管后继续按住鼠标可进行连续发射。[/center]"
|
2026-04-13 23:07:48 +08:00
|
|
|
|
|
|
|
|
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
|
|
|
|
|
visible = false
|