mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 13:13:48 +00:00
Enemies balance
This commit is contained in:
parent
15cb0f2ad0
commit
5ada2ea044
6 changed files with 51 additions and 10 deletions
|
|
@ -7,14 +7,14 @@
|
|||
script = ExtResource("2_gblpw")
|
||||
Name = &"Enemy Shotgun"
|
||||
BulletData = ExtResource("1_gd1fn")
|
||||
RateOfFire = 0.3
|
||||
RateOfFire = 1.2
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
ReloadTime = 2.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
BulletsPerShot = 2
|
||||
SpreadAngle = 20.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
BulletsPerShot = 5
|
||||
SpreadAngle = 30.0
|
||||
RandomSpread = 0.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
20
Resources/Weapons/EnemyWeapon_Big.tres
Normal file
20
Resources/Weapons/EnemyWeapon_Big.tres
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://b54lru8ulinjl"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://bpc2kyft8q2qq" path="res://Resources/Bullets/simple_enemy_bullet_big.tres" id="1_gww1w"]
|
||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_w71lp"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_w71lp")
|
||||
Name = null
|
||||
BulletData = ExtResource("1_gww1w")
|
||||
RateOfFire = 0.6
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
_rotationOffset = 0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue