2026-04-04 13:32:15 +08:00
|
|
|
|
[gd_scene format=3 uid="uid://dqywctcj4y2xi"]
|
2026-02-15 19:36:46 +08:00
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_ga2jk"]
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://nm2xleunwf4r" path="res://scripts/Contents/Weapons/Cogwheel.gd" id="2_c1bcd"]
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d0d1t8ch1lolp" path="res://resources/bullets/cogwheel/cogwheel.png" id="2_qs30c"]
|
|
|
|
|
|
|
2026-04-04 13:32:15 +08:00
|
|
|
|
[node name="Cogwheel" unique_id=89158644 instance=ExtResource("1_ga2jk")]
|
2026-02-15 19:36:46 +08:00
|
|
|
|
script = ExtResource("2_c1bcd")
|
|
|
|
|
|
avatarTexture = ExtResource("2_qs30c")
|
|
|
|
|
|
displayName = "齿轮回旋镖"
|
|
|
|
|
|
quality = 3
|
|
|
|
|
|
store = {
|
2026-02-15 20:22:28 +08:00
|
|
|
|
"atk": 2,
|
2026-02-15 19:36:46 +08:00
|
|
|
|
"rotate": 15.0
|
|
|
|
|
|
}
|
|
|
|
|
|
storeType = {
|
|
|
|
|
|
"atk": 1,
|
|
|
|
|
|
"rotate": 3
|
|
|
|
|
|
}
|
|
|
|
|
|
descriptionTemplate = "发射[b]齿轮[/b],在飞行一定距离后回旋。
|
|
|
|
|
|
齿轮的伤害频率与转速成正比。
|
|
|
|
|
|
锋利度:$atk,初始转速:$rotate,
|
|
|
|
|
|
齿轮的转速随时间逐渐降低。"
|
2026-04-04 13:32:15 +08:00
|
|
|
|
tease = "马后炮最令人措手不及"
|
2026-02-15 19:36:46 +08:00
|
|
|
|
cooldown = 1000.0
|
|
|
|
|
|
debugRebuild = true
|
|
|
|
|
|
|
2026-04-04 13:32:15 +08:00
|
|
|
|
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
2026-02-15 19:36:46 +08:00
|
|
|
|
texture = ExtResource("2_qs30c")
|
|
|
|
|
|
|
2026-04-04 13:32:15 +08:00
|
|
|
|
[node name="name" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="0" unique_id=1576068972]
|
2026-02-15 19:36:46 +08:00
|
|
|
|
displayName = "齿轮回旋镖"
|
|
|
|
|
|
quality = 3
|
|
|
|
|
|
|
2026-04-04 13:32:15 +08:00
|
|
|
|
[node name="description" parent="container" parent_id_path=PackedInt32Array(575698869) index="2" unique_id=566230682]
|
2026-02-15 19:36:46 +08:00
|
|
|
|
text = "[center]发射[b]齿轮[/b],在飞行一定距离后回旋。
|
|
|
|
|
|
齿轮的伤害频率与转速成正比。
|
2026-02-15 20:22:28 +08:00
|
|
|
|
锋利度:[color=cyan]2[/color],初始转速:[color=cyan]15.0°[/color],
|
2026-02-15 19:36:46 +08:00
|
|
|
|
齿轮的转速随时间逐渐降低。[/center]"
|
2026-04-04 13:32:15 +08:00
|
|
|
|
|
|
|
|
|
|
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
|
|
|
|
|
|
text = "“马后炮最令人措手不及”"
|