mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
0571400cb2
- 将"猛冲"技能更名为"撕咬"并增加生命周期 - 为MTY添加新的攻击类型和冷却时间 - 调整MTY在普通波次中的生成参数
19 lines
643 B
Plaintext
19 lines
643 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://digr2lvarxtvf"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_pwer0"]
|
|
[ext_resource type="Script" uid="uid://dqgbohkdj8rbj" path="res://scripts/Contents/Bullets/MTYSprint.gd" id="2_rion0"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_rion0"]
|
|
radius = 40.0
|
|
height = 150.0
|
|
|
|
[node name="MTYSprint" instance=ExtResource("1_pwer0")]
|
|
script = ExtResource("2_rion0")
|
|
displayName = "撕咬"
|
|
baseDamage = 5.0
|
|
penerate = 1.0
|
|
lifeTime = 500.0
|
|
|
|
[node name="hitbox" parent="." index="1"]
|
|
shape = SubResource("CapsuleShape2D_rion0")
|