mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 08:13:47 +00:00
Tweaked icicle gun to shoot faster at lower power
This commit is contained in:
parent
27e0000c50
commit
24386e724f
4 changed files with 30 additions and 8 deletions
23
Resources/Bullets/icicle_gun_bullets.tres
Normal file
23
Resources/Bullets/icicle_gun_bullets.tres
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=4 format=3 uid="uid://jh2wkjcvm3yc"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b1qnfiuokpvsr" path="res://Scenes/Weapons/bullet.tscn" id="1_no224"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfbmny3s4rili" path="res://Scenes/Particles/IceBulletParticle.tscn" id="2_04tom"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="3_inavv"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_inavv")
|
||||
BulletScene = ExtResource("1_no224")
|
||||
DestructionParticlesScene = ExtResource("2_04tom")
|
||||
BulletSpeed = 300.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 0.4
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
DamageType = 3
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Freezable = true
|
||||
Grazeable = false
|
||||
GrazeValue = 0.2
|
||||
TimeModifiers = []
|
||||
|
|
@ -10,7 +10,7 @@ BulletScene = ExtResource("1_qjgqc")
|
|||
DestructionParticlesScene = ExtResource("2_fkpjr")
|
||||
BulletSpeed = 300.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 1.0
|
||||
BulletDamage = 0.4
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
|
|
@ -20,4 +20,4 @@ Controllable = false
|
|||
Freezable = true
|
||||
Grazeable = false
|
||||
GrazeValue = 0.2
|
||||
TimeModifiers = null
|
||||
TimeModifiers = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue