2025-09-20 22:17:09 +08:00
[gd_scene load_steps=4 format=3 uid="uid://b2qhes4apaxsj"]
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_k4t0h"]
[ext_resource type="Texture2D" uid="uid://cp57lmeohvo3o" path="res://resources/weapons/nuclear-bomb.png" id="2_5nh8i"]
[ext_resource type="Script" path="res://scripts/Contents/Weapons/NuclearBomb.gd" id="2_hscw2"]
[node name="NuclearBomb" instance=ExtResource("1_k4t0h")]
script = ExtResource("2_hscw2")
avatarTexture = ExtResource("2_5nh8i")
displayName = "核弹控制器"
quality = 4
typeTopic = 2
2025-09-30 17:07:45 +08:00
costBeachball = 600
2025-09-20 22:17:09 +08:00
store = {
2025-09-30 17:07:45 +08:00
"atk": 2000,
2025-09-30 17:01:44 +08:00
"radius": 750.0
2025-09-20 22:17:09 +08:00
}
storeType = {
"atk": 1,
"radius": 1
}
descriptionTemplate = "倒计时10秒后对半径$radius范围的实体造成$atk点[b]无差别伤害[/b]。"
2025-09-30 17:07:45 +08:00
needEnergy = 120.0
2025-09-30 17:01:44 +08:00
cooldown = 2000.0
2025-09-30 17:07:45 +08:00
debugRebuild = true
2025-09-20 22:17:09 +08:00
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_5nh8i")
2026-04-04 09:03:58 +08:00
[node name="name" parent="container/info/displays" index="0"]
2025-09-20 22:17:09 +08:00
displayName = "核弹控制器"
quality = 4
typeTopic = 2
typeTopicColorMap = {
0: Color(1, 1, 1, 1),
1: Color(0, 0.708754, 1, 1),
2: Color(1, 0.274813, 0, 1),
3: Color(0.707984, 0, 1, 1)
}
[node name="description" parent="container" index="2"]
2025-09-30 17:07:45 +08:00
text = "[center]倒计时10秒后对半径[color=cyan]750[/color]→[color=yellow]765[/color]范围的实体造成[color=cyan]2000[/color]→[color=yellow]2050[/color]点[b]无差别伤害[/b]。[/center]"