mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
54b9bfccf9
- 将子弹的生命周期从5000ms缩短至2500ms - 提升攻击力加成系数从1.5调整为2 - 增加子弹数量加成从2调整为3 - 修改攻击循环使用count而非atk值
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://bqqi6l5wjbal0"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_2mhxm"]
|
|
[ext_resource type="Script" uid="uid://4mb47jqtc8f7" path="res://scripts/Contents/Bullets/HXD.gd" id="2_4lnkm"]
|
|
[ext_resource type="Texture2D" uid="uid://cn8otc1mue01x" path="res://resources/bullets/HXD/1.png" id="2_c1db4"]
|
|
[ext_resource type="Texture2D" uid="uid://cu7y6xuwad1if" path="res://resources/bullets/HXD/2.png" id="3_4lnkm"]
|
|
[ext_resource type="Texture2D" uid="uid://spfkgh4a2lbu" path="res://resources/bullets/HXD/3.png" id="4_ag3l8"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_lskjb"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_c1db4")
|
|
}],
|
|
"loop": true,
|
|
"name": &"0",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_4lnkm")
|
|
}],
|
|
"loop": true,
|
|
"name": &"1",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_ag3l8")
|
|
}],
|
|
"loop": true,
|
|
"name": &"2",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4lnkm"]
|
|
size = Vector2(32, 20)
|
|
|
|
[node name="HXD" instance=ExtResource("1_2mhxm")]
|
|
script = ExtResource("2_4lnkm")
|
|
displayName = "茴香豆"
|
|
penerate = 1.0
|
|
penerateDamageReduction = 0.04
|
|
lifeTime = 2500.0
|
|
|
|
[node name="texture" parent="." index="0"]
|
|
scale = Vector2(0.2, 0.2)
|
|
sprite_frames = SubResource("SpriteFrames_lskjb")
|
|
animation = &"2"
|
|
|
|
[node name="hitbox" parent="." index="1"]
|
|
shape = SubResource("RectangleShape2D_4lnkm")
|