cirnogodot/Resources/Bullets/Spider_Bomb_Bullet.tres
2025-06-08 16:50:38 +02:00

27 lines
978 B
Text

[gd_resource type="Resource" script_class="BulletResource" load_steps=4 format=3 uid="uid://dwxn7f1ue0m4s"]
[ext_resource type="PackedScene" uid="uid://64ax2lj77sr1" path="res://Scenes/Weapons/Bullets/spider_bomb_bullet.tscn" id="1_8gj5r"]
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="1_f2i0g"]
[ext_resource type="PackedScene" uid="uid://1lowv5ce2poq" path="res://Scenes/Weapons/Bullets/Autoclearing_Explosion_Bullet.tscn" id="2_f3yha"]
[resource]
script = ExtResource("1_f2i0g")
BulletScene = ExtResource("1_8gj5r")
DestructionParticlesScene = ExtResource("2_f3yha")
BulletSpeed = 40.0
Direction = Vector2(1, 0)
BulletDamage = 0.0
MaxDamage = 0.0
Knockback = 1.0
LifeTime = 50.0
DestroyOnCollision = true
Owner = 1
DamageType = 0
RotateSprite = false
Controllable = true
Freezable = true
Grazeable = false
GrazeValue = 0.2
Attributes = 260
TimeModifiers = []
metadata/_custom_type_script = "uid://dslyrfcej3g2n"