1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
Files
fallingshrimp a69c0b735e refactor(VolcanoShadow): 简化子弹AI逻辑并调整属性
feat(WhiteSoul): 提高基础攻击力至15点
refactor(Volcano): 调整伤害计算公式
refactor(VolcanoShadow.tscn): 优化场景配置并移除冗余动画
2026-04-12 16:29:59 +08:00

38 lines
1.3 KiB
Plaintext

[gd_scene format=3 uid="uid://doytyuk72vr74"]
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_4oiyn"]
[ext_resource type="Texture2D" uid="uid://ctmxadaowx5ps" path="res://resources/weapons/Volcano.webp" id="2_668mx"]
[ext_resource type="Script" uid="uid://d2jh0hihcc0uj" path="res://scripts/Contents/Bullets/VolcanoShadow.gd" id="2_i7b6y"]
[sub_resource type="Animation" id="Animation_i7b6y"]
length = 0.001
[sub_resource type="AnimationLibrary" id="AnimationLibrary_i7b6y"]
_data = {
&"RESET": SubResource("Animation_i7b6y")
}
[sub_resource type="RectangleShape2D" id="RectangleShape2D_668mx"]
size = Vector2(192, 50)
[node name="VolcanoShadow" unique_id=1512282051 instance=ExtResource("1_4oiyn")]
script = ExtResource("2_i7b6y")
speed = 25.0
penerate = 0.85
penerateDamageReduction = 0.1
lifeTime = 2000.0
[node name="texture" parent="." index="0" unique_id=162977358]
rotation = 0.7853982
[node name="animator" parent="texture" index="0" unique_id=1114087117]
libraries/ = SubResource("AnimationLibrary_i7b6y")
[node name="static" type="Sprite2D" parent="texture" index="1" unique_id=1656204664]
modulate = Color(1, 1, 1, 0.5)
scale = Vector2(2, 2)
texture = ExtResource("2_668mx")
[node name="hitbox" parent="." index="1" unique_id=175349408]
shape = SubResource("RectangleShape2D_668mx")