mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
8b14e36031
为子弹系统添加新的爆炸类型(MotionType.EXPLOSION) 实现内伤机制,包括内伤子弹和相关逻辑 修改多个子弹场景以使用爆炸类型 调整格挡系统,增加内伤效果 更新武器描述和角色配置
29 lines
1006 B
Plaintext
29 lines
1006 B
Plaintext
[gd_scene format=3 uid="uid://c0oc8aqfef0tt"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_k4d80"]
|
|
[ext_resource type="Script" uid="uid://bv848wj2ko0y0" path="res://scripts/Contents/Bullets/RedCrystal.gd" id="2_llvlo"]
|
|
[ext_resource type="Texture2D" uid="uid://c7hyatbuieaj" path="res://resources/bullets/purple-crystal/frames/0.svg" id="3_hx3mn"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ns31y"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_hx3mn")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="RedCrystal" unique_id=1424825822 instance=ExtResource("1_k4d80")]
|
|
script = ExtResource("2_llvlo")
|
|
displayName = "红水晶"
|
|
speed = 8.0
|
|
motionType = 7
|
|
lifeTime = 3000.0
|
|
metadata/_edit_vertical_guides_ = [150.0]
|
|
|
|
[node name="texture" parent="." index="0" unique_id=162977358]
|
|
modulate = Color(1.2892731, 0.44830602, 0.44830602, 1)
|
|
sprite_frames = SubResource("SpriteFrames_ns31y")
|