cirnogodot/Resources/Bullets/cheat_bullet.tres

38 lines
1.3 KiB
Text
Raw Normal View History

2025-03-04 14:07:51 +01:00
[gd_resource type="Resource" script_class="BulletResource" load_steps=6 format=3 uid="uid://bopwqpmxoy1rd"]
2025-02-15 17:51:06 +01:00
2025-03-04 14:07:51 +01:00
[ext_resource type="PackedScene" uid="uid://eqppkegmt562" path="res://Scenes/Weapons/Bullets/Yin_Yan_Bullet.tscn" id="1_5pffv"]
2025-03-06 17:05:45 +01:00
[ext_resource type="PackedScene" uid="uid://1lowv5ce2poq" path="res://Scenes/Weapons/Bullets/Autoclearing_Explosion_Bullet.tscn" id="2_26vvh"]
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="2_dbvc7"]
2025-03-04 14:07:51 +01:00
[ext_resource type="Script" uid="uid://ci2vjo54w7i18" path="res://Scripts/Resources/Modifiers/DelayedSpeedIncreaseModifier.cs" id="2_w7k7r"]
[sub_resource type="Resource" id="Resource_26vvh"]
script = ExtResource("2_w7k7r")
TransitionType = 2
EaseType = 2
Duration = 0.5
TimeInSeconds = 0.0
ModifierType = 0
Value = 20.0
Continuous = false
metadata/_custom_type_script = "uid://ci2vjo54w7i18"
2025-02-15 17:51:06 +01:00
[resource]
script = ExtResource("2_dbvc7")
2025-03-04 14:07:51 +01:00
BulletScene = ExtResource("1_5pffv")
DestructionParticlesScene = ExtResource("2_26vvh")
2025-02-15 17:51:06 +01:00
BulletSpeed = 100.0
2025-02-24 11:37:45 +01:00
Direction = Vector2(1, 0)
2025-02-15 17:51:06 +01:00
BulletDamage = 50.0
2025-05-20 15:57:35 +02:00
MaxDamage = 100.0
2025-05-06 23:57:36 +02:00
Knockback = 1.0
2025-02-15 17:51:06 +01:00
LifeTime = 10.0
2025-02-24 11:37:45 +01:00
DestroyOnCollision = true
2025-02-15 17:51:06 +01:00
Owner = 1
DamageType = 0
2025-04-09 23:24:55 +02:00
RotateSprite = false
2025-03-04 14:07:51 +01:00
Controllable = false
2025-04-26 17:07:50 +02:00
Freezable = true
2025-04-01 15:46:25 +02:00
Grazeable = false
GrazeValue = 1.0
2025-06-03 10:11:09 +02:00
Attributes = 0
2025-03-04 14:07:51 +01:00
TimeModifiers = Array[Object]([SubResource("Resource_26vvh")])