mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 21:43:47 +00:00
Rebalanced weapons
This commit is contained in:
parent
cb87dff402
commit
82f4c75ad7
4 changed files with 25 additions and 13 deletions
21
Resources/Bullets/3D/icicle_repeater_bullets_3D.tres
Normal file
21
Resources/Bullets/3D/icicle_repeater_bullets_3D.tres
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=5 format=3 uid="uid://c2ptnbivq3ioj"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://byc67yxbkefyk" path="res://Scenes/Weapons/bullet_3D.tscn" id="1_2kmbn"]
|
||||
[ext_resource type="Texture2D" uid="uid://cybpmpb0d8yva" path="res://Sprites/Projectile.png" id="2_cafp2"]
|
||||
[ext_resource type="Resource" uid="uid://dye4820oabo2f" path="res://Resources/Bullets/3D/Bullet_Spark_Harmless_3D.tres" id="3_pvk5i"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="4_vi8av"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_vi8av")
|
||||
BulletScene = ExtResource("1_2kmbn")
|
||||
BulletSprite = ExtResource("2_cafp2")
|
||||
BulletSize = 0.08
|
||||
DestructionParticlesBullet = ExtResource("3_pvk5i")
|
||||
BulletSpeed = 10.0
|
||||
BulletDamage = 0.8
|
||||
MaxDamage = 1.6
|
||||
Knockback = 100.0
|
||||
Owner = 1
|
||||
DamageType = 3
|
||||
Attributes = 256
|
||||
TimeModifiers = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue