2026-04-17 23:00:03 +08:00
|
|
|
|
[gd_scene format=3 uid="uid://c6d23yqjhe0ju"]
|
|
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_c3bm3"]
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dce1da2qm24pb" path="res://resources/weapons/magic-missle.webp" id="2_3sdrm"]
|
2026-04-18 08:12:27 +08:00
|
|
|
|
[ext_resource type="Script" uid="uid://clec7nrtesipu" path="res://scripts/Contents/Weapons/MagicMissle.gd" id="2_r857c"]
|
2026-04-17 23:00:03 +08:00
|
|
|
|
|
|
|
|
|
|
[node name="MagicMissle" unique_id=2085048785 instance=ExtResource("1_c3bm3")]
|
2026-04-18 08:12:27 +08:00
|
|
|
|
script = ExtResource("2_r857c")
|
2026-04-17 23:00:03 +08:00
|
|
|
|
avatarTexture = ExtResource("2_3sdrm")
|
|
|
|
|
|
displayName = "导弹法杖"
|
2026-04-18 08:35:48 +08:00
|
|
|
|
quality = 2
|
|
|
|
|
|
typeTopic = 3
|
2026-04-18 08:12:27 +08:00
|
|
|
|
emitType = 3
|
2026-04-17 23:00:03 +08:00
|
|
|
|
store = {
|
|
|
|
|
|
"G": 197392.0,
|
2026-04-18 08:12:27 +08:00
|
|
|
|
"atk": 10,
|
2026-04-17 23:00:03 +08:00
|
|
|
|
"count": 3.0,
|
|
|
|
|
|
"cursor-m": 100.0,
|
|
|
|
|
|
"missle-m": 10.0,
|
|
|
|
|
|
"track": 200.0
|
|
|
|
|
|
}
|
|
|
|
|
|
storeType = {
|
|
|
|
|
|
"G": 1,
|
|
|
|
|
|
"atk": 1,
|
|
|
|
|
|
"count": 1,
|
|
|
|
|
|
"cursor-m": 0,
|
|
|
|
|
|
"missle-m": 0,
|
|
|
|
|
|
"track": 0
|
|
|
|
|
|
}
|
2026-04-18 08:35:48 +08:00
|
|
|
|
descriptionTemplate = "召唤[color=yellow]1[/color]枚[b]魔法导弹[/b],围绕鼠标指针做由鼠标指针提供向心力的圆周运动。
|
2026-04-18 08:12:27 +08:00
|
|
|
|
鼠标指针质量:$cursor-mkg,
|
|
|
|
|
|
魔法导弹质量:$missle-mkg,
|
|
|
|
|
|
初始轨道半径:$trackm,
|
2026-04-17 23:00:03 +08:00
|
|
|
|
万有引力常数:$G。
|
|
|
|
|
|
魔法导弹碰撞时造成$atk点伤害,
|
|
|
|
|
|
分裂出$count枚[b]次级导弹[/b],
|
|
|
|
|
|
可继承分裂最多$count次。"
|
|
|
|
|
|
sources = Array[String](["万有引力", "宇宙航行"])
|
2026-05-08 18:54:31 +08:00
|
|
|
|
tease = "物理学还在追我"
|
|
|
|
|
|
needEnergy = 25.0
|
|
|
|
|
|
cooldown = 3000.0
|
2026-04-17 23:00:03 +08:00
|
|
|
|
debugRebuild = true
|
|
|
|
|
|
|
|
|
|
|
|
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
|
|
|
|
|
texture = ExtResource("2_3sdrm")
|
|
|
|
|
|
|
2026-05-08 18:54:31 +08:00
|
|
|
|
[node name="energy" parent="container/info/infos/energyInfo" parent_id_path=PackedInt32Array(644675021) index="1" unique_id=1664028115]
|
|
|
|
|
|
text = "25.0"
|
|
|
|
|
|
|
2026-04-17 23:00:03 +08:00
|
|
|
|
[node name="name" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="0" unique_id=1576068972]
|
|
|
|
|
|
displayName = "导弹法杖"
|
2026-04-18 08:35:48 +08:00
|
|
|
|
quality = 2
|
|
|
|
|
|
typeTopic = 3
|
2026-04-17 23:00:03 +08:00
|
|
|
|
|
|
|
|
|
|
[node name="source" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="1" unique_id=365191794]
|
|
|
|
|
|
text = "万有引力 × 宇宙航行"
|
|
|
|
|
|
|
|
|
|
|
|
[node name="description" parent="container" parent_id_path=PackedInt32Array(575698869) index="2" unique_id=566230682]
|
2026-04-18 08:35:48 +08:00
|
|
|
|
text = "[center]召唤[color=yellow]1[/color]枚[b]魔法导弹[/b],围绕鼠标指针做由鼠标指针提供向心力的圆周运动。
|
2026-04-18 08:12:27 +08:00
|
|
|
|
鼠标指针质量:[color=cyan]100.00[/color]kg,
|
|
|
|
|
|
魔法导弹质量:[color=cyan]10.00[/color]kg,
|
|
|
|
|
|
初始轨道半径:[color=cyan]200.00[/color]m,
|
2026-04-17 23:00:03 +08:00
|
|
|
|
万有引力常数:[color=cyan]197392[/color]。
|
2026-04-18 08:12:27 +08:00
|
|
|
|
魔法导弹碰撞时造成[color=cyan]10[/color]点伤害,
|
2026-04-17 23:00:03 +08:00
|
|
|
|
分裂出[color=cyan]3[/color]枚[b]次级导弹[/b],
|
|
|
|
|
|
可继承分裂最多[color=cyan]3[/color]次。[/center]"
|
|
|
|
|
|
|
|
|
|
|
|
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
|
2026-05-08 18:54:31 +08:00
|
|
|
|
visible = true
|
|
|
|
|
|
text = "“物理学还在追我”"
|