mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-07 22:11:16 +00:00
Added weapons and fixed others
This commit is contained in:
parent
8d5f1783e9
commit
400123a447
20 changed files with 185 additions and 67 deletions
31
Resources/Bullets/3D/yin_yang_bullet_3D.tres
Normal file
31
Resources/Bullets/3D/yin_yang_bullet_3D.tres
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=7 format=3 uid="uid://djwwan7ud5kl4"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://crcdug04y1dxy" path="res://Scenes/Weapons/base_generic_bullet_3D.tscn" id="1_q20o6"]
|
||||
[ext_resource type="Texture2D" uid="uid://cy86tmig4yx8k" path="res://Sprites/Bullets/mid_bullet_yinyang.png" id="2_3hx0d"]
|
||||
[ext_resource type="Resource" uid="uid://bpreje4f8ok62" path="res://Resources/Bullets/3D/Explosion_3D.tres" id="3_ndohm"]
|
||||
[ext_resource type="Script" uid="uid://ci2vjo54w7i18" path="res://Scripts/Resources/Modifiers/DelayedSpeedIncreaseModifier.cs" id="4_uhna8"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="5_5lpt1"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_lcgqc"]
|
||||
script = ExtResource("4_uhna8")
|
||||
TransitionType = 2
|
||||
Duration = 0.5
|
||||
TimeInSeconds = 0.0
|
||||
Value = 3.0
|
||||
metadata/_custom_type_script = "uid://ci2vjo54w7i18"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("5_5lpt1")
|
||||
BulletScene = ExtResource("1_q20o6")
|
||||
BulletSprite = ExtResource("2_3hx0d")
|
||||
BulletSize = 0.161
|
||||
DestructionParticlesBullet = ExtResource("3_ndohm")
|
||||
BulletSpeed = 2.5
|
||||
BulletDamage = 8.0
|
||||
MaxDamage = 12.0
|
||||
Knockback = 200.0
|
||||
Owner = 1
|
||||
DamageType = 1
|
||||
GrazeValue = 1.0
|
||||
Attributes = 264
|
||||
TimeModifiers = Array[Object]([SubResource("Resource_lcgqc")])
|
||||
Loading…
Add table
Add a link
Reference in a new issue