2026-01-18 14:12:34 +08:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://dlaks67h2osms"]
|
2025-09-21 15:00:22 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_x1nyl"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ccxdfsg5071t4" path="res://resources/bullets/chain-gun/Chain_Gun.webp" id="2_ghn43"]
|
2025-11-08 21:02:54 +08:00
|
|
|
[ext_resource type="Script" uid="uid://dev0urlc13rxc" path="res://scripts/Contents/Weapons/ChainGun.gd" id="2_ponmu"]
|
2026-01-18 14:12:34 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://bdcyao3e6xs63" path="res://resources/sounds/effect/chainshoot.wav" id="4_g38si"]
|
2025-09-21 15:00:22 +08:00
|
|
|
|
|
|
|
|
[node name="ChainGun" instance=ExtResource("1_x1nyl")]
|
|
|
|
|
script = ExtResource("2_ponmu")
|
|
|
|
|
avatarTexture = ExtResource("2_ghn43")
|
|
|
|
|
displayName = "链式机枪"
|
|
|
|
|
costBeachball = 400
|
2025-09-21 22:20:53 +08:00
|
|
|
store = {
|
2026-01-18 14:49:06 +08:00
|
|
|
"atk": 5,
|
2025-09-23 22:29:22 +08:00
|
|
|
"count": 1,
|
2026-01-18 14:12:34 +08:00
|
|
|
"split": 15
|
2025-09-21 22:20:53 +08:00
|
|
|
}
|
2025-09-21 22:36:45 +08:00
|
|
|
storeType = {
|
|
|
|
|
"atk": 1,
|
2025-09-23 22:29:22 +08:00
|
|
|
"count": 1,
|
2026-01-18 14:12:34 +08:00
|
|
|
"split": 3
|
2025-09-21 22:36:45 +08:00
|
|
|
}
|
2026-01-18 14:12:34 +08:00
|
|
|
descriptionTemplate = "超高速发射$count个[b]微型水晶[/b],可造成$atk点伤害,散射+$split。"
|
|
|
|
|
needEnergy = 0.75
|
|
|
|
|
cooldown = 66.0
|
|
|
|
|
|
|
|
|
|
[node name="attack" parent="sounds" index="0"]
|
|
|
|
|
stream = ExtResource("4_g38si")
|
2025-09-21 15:00:22 +08:00
|
|
|
|
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
|
|
|
texture = ExtResource("2_ghn43")
|
|
|
|
|
|
2025-11-08 21:02:54 +08:00
|
|
|
[node name="energy" parent="container/info/infos/energyInfo" index="1"]
|
2026-01-18 14:12:34 +08:00
|
|
|
text = "0.8"
|
2025-09-21 15:00:22 +08:00
|
|
|
|
2025-11-08 21:02:54 +08:00
|
|
|
[node name="beachball" parent="container/info/infos" index="1"]
|
|
|
|
|
count = 400
|
|
|
|
|
|
2025-09-21 15:00:22 +08:00
|
|
|
[node name="name" parent="container/info" index="2"]
|
|
|
|
|
displayName = "链式机枪"
|
|
|
|
|
|
|
|
|
|
[node name="description" parent="container" index="2"]
|
2026-01-18 14:12:34 +08:00
|
|
|
text = "[center]超高速发射[color=cyan]1[/color]个[b]微型水晶[/b],可造成[color=cyan]3[/color]点伤害,散射+[color=cyan]15.0°[/color]。[/center]"
|