mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 21:23:47 +00:00
Rebalanced shotguns
This commit is contained in:
parent
e85930df5e
commit
fe6187af58
4 changed files with 36 additions and 9 deletions
24
Resources/Bullets/ice_shotgun_sawed_bullets.tres
Normal file
24
Resources/Bullets/ice_shotgun_sawed_bullets.tres
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=4 format=3 uid="uid://d2d4jh14m1mjm"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b1qnfiuokpvsr" path="res://Scenes/Weapons/bullet.tscn" id="1_ub2y3"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfbmny3s4rili" path="res://Scenes/Particles/IceBulletParticle.tscn" id="2_ibcyh"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="3_nv60q"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_nv60q")
|
||||
BulletScene = ExtResource("1_ub2y3")
|
||||
DestructionParticlesScene = ExtResource("2_ibcyh")
|
||||
BulletSpeed = 300.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 1.0
|
||||
Knockback = 200.0
|
||||
LifeTime = 4.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
DamageType = 3
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Freezable = true
|
||||
Grazeable = false
|
||||
GrazeValue = 0.2
|
||||
TimeModifiers = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue