mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 19:11:15 +00:00
Items sorting
This commit is contained in:
parent
11acafd632
commit
c928c86e6c
27 changed files with 79 additions and 49 deletions
|
|
@ -21,8 +21,8 @@ _name = "Intro"
|
|||
[sub_resource type="Resource" id="Resource_cfhv5"]
|
||||
script = ExtResource("1_ov731")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0k62o"]
|
||||
script = ExtResource("2_tnajf")
|
||||
|
|
@ -34,8 +34,8 @@ StartData = SubResource("Resource_cfhv5")
|
|||
[sub_resource type="Resource" id="Resource_tpb7s"]
|
||||
script = ExtResource("1_ov731")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_edoov"]
|
||||
script = ExtResource("2_tnajf")
|
||||
|
|
@ -47,8 +47,8 @@ StartData = SubResource("Resource_tpb7s")
|
|||
[sub_resource type="Resource" id="Resource_1sw5g"]
|
||||
script = ExtResource("1_ov731")
|
||||
EggIndex = 255
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_47bot"]
|
||||
script = ExtResource("2_tnajf")
|
||||
|
|
@ -61,7 +61,7 @@ StartData = SubResource("Resource_1sw5g")
|
|||
script = ExtResource("1_ov731")
|
||||
EggIndex = 2
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([ExtResource("3_fydgr"), ExtResource("4_38yta"), ExtResource("5_em757"), ExtResource("6_sdmg8")])
|
||||
RemoveEquipment = []
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_mgdm6"]
|
||||
script = ExtResource("2_tnajf")
|
||||
|
|
@ -79,8 +79,8 @@ _name = "Rebel Base"
|
|||
[sub_resource type="Resource" id="Resource_maxpt"]
|
||||
script = ExtResource("1_ov731")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_pein5"]
|
||||
script = ExtResource("2_tnajf")
|
||||
|
|
@ -117,7 +117,7 @@ _name = "Default Scene"
|
|||
script = ExtResource("1_ov731")
|
||||
EggIndex = 0
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([ExtResource("7_b3oo5")])
|
||||
RemoveEquipment = []
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6ijnv"]
|
||||
script = ExtResource("2_tnajf")
|
||||
|
|
@ -136,8 +136,8 @@ metadata/_custom_type_script = "uid://dnthdjrx78u6m"
|
|||
[sub_resource type="Resource" id="Resource_7sue8"]
|
||||
script = ExtResource("1_ov731")
|
||||
EggIndex = 255
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ognca"]
|
||||
|
|
@ -151,8 +151,8 @@ metadata/_custom_type_script = "uid://dnthdjrx78u6m"
|
|||
[sub_resource type="Resource" id="Resource_olpjo"]
|
||||
script = ExtResource("1_ov731")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
StartingEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
RemoveEquipment = Array[ExtResource("2_bkci5")]([])
|
||||
metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_nbnej"]
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ script = ExtResource("8_241b0")
|
|||
EnemyName = &"Fairy"
|
||||
EnemyKey = &"FAIRY_BASE"
|
||||
PrefabPath = &"uid://clieeuln36a7a"
|
||||
MaxHealth = 8.0
|
||||
MaxHealth = 4.0
|
||||
MovementSpeed = 30.0
|
||||
Weapon = ExtResource("7_xkg5o")
|
||||
LootDrops = Array[ExtResource("2_sxbtw")]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ ShortName = &""
|
|||
ItemDescription = &"Ammo for Ice-Based Weapons"
|
||||
ItemKey = &"ICE_AMMO"
|
||||
Item = 3
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 10
|
||||
Max = 250
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_n0omu")
|
||||
ItemName = &"Sawed Ice Shotgun"
|
||||
ItemName = &"Sawed-Off Ice Shotgun"
|
||||
ShortName = &"IC-25"
|
||||
ItemDescription = &"Shoots ice pellets in a wide spread"
|
||||
ItemKey = &"ICE_SHOTGUN_SAWED"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_eu2qy")
|
||||
ItemName = &"Improved Sawed Ice Shotgun"
|
||||
ItemName = &"Improved Sawed-Off Ice Shotgun"
|
||||
ShortName = &"IC-27-S"
|
||||
ItemDescription = &"Shoots ice pellets in a wide spread"
|
||||
ItemKey = &"ICE_SHOTGUN_SAWED_T1"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_4syqt")
|
||||
ItemName = &"Advanced Sawed Ice Shotgun"
|
||||
ItemName = &"Advanced Sawed-Off Ice Shotgun"
|
||||
ShortName = &"IC-27-S"
|
||||
ItemDescription = &"Shoots ice pellets in a wide spread"
|
||||
ItemKey = &"ICE_SHOTGUN_SAWED_T2"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ script = ExtResource("3_1c8ng")
|
|||
ItemName = &"Improved Icicle Repeater"
|
||||
ShortName = &"IC-18"
|
||||
ItemDescription = &"Shoots ice pellets at a high rate"
|
||||
ItemKey = &"ICICLE_REPEATER"
|
||||
ItemKey = &"ICICLE_REPEATER_T1"
|
||||
Item = 9
|
||||
Tier = 1
|
||||
Price = 0
|
||||
|
|
|
|||
|
|
@ -7,14 +7,15 @@
|
|||
script = ExtResource("1_d3tbp")
|
||||
Name = &"Cheat Gun"
|
||||
BulletData = ExtResource("1_7fekn")
|
||||
Priority = 100
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 200
|
||||
ReloadTime = 0.1
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = &"CHEAT_GUN"
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = &"CHEAT_GUN"
|
||||
AmmoKey = null
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
|||
script = ExtResource("4_17dut")
|
||||
Name = &""
|
||||
BulletData = SubResource("Resource_5eesc")
|
||||
Priority = 0
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 20
|
||||
ReloadTime = 2.0
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
script = ExtResource("2_gblpw")
|
||||
Name = &"Enemy Shotgun"
|
||||
BulletData = ExtResource("1_gd1fn")
|
||||
Priority = 0
|
||||
RateOfFire = 1.2
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 2.0
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_w71lp")
|
||||
Name = &""
|
||||
Name = &"Enemy weapon with big bullets"
|
||||
BulletData = ExtResource("1_gww1w")
|
||||
Priority = 0
|
||||
RateOfFire = 0.6
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_d1u0r")
|
||||
Name = &"Sawed Ice Shotgun"
|
||||
Name = &"Sawed-Off Ice Shotgun"
|
||||
BulletData = ExtResource("1_g5stw")
|
||||
Priority = 0
|
||||
Priority = 10
|
||||
RateOfFire = 0.5
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_q6qa7")
|
||||
Name = &"Ice Shotgun"
|
||||
Name = &"Improved Sawed-Off Ice Shotgun"
|
||||
BulletData = ExtResource("1_1fs3a")
|
||||
Priority = 0
|
||||
Priority = 20
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_uksy0")
|
||||
Name = &"Ice Shotgun"
|
||||
Name = &"Advanced Sawed-Off Ice Shotgun"
|
||||
BulletData = ExtResource("1_yvljr")
|
||||
Priority = 0
|
||||
Priority = 30
|
||||
RateOfFire = 0.2
|
||||
BulletCapacity = 6
|
||||
ReloadTime = 0.7
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
script = ExtResource("2_6gv3a")
|
||||
Name = &"Ice Shotgun"
|
||||
BulletData = ExtResource("1_fi2vm")
|
||||
Priority = 0
|
||||
Priority = 10
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
script = ExtResource("2_2n571")
|
||||
Name = &"Ice Shotgun"
|
||||
BulletData = ExtResource("1_ej60i")
|
||||
Priority = 0
|
||||
Priority = 20
|
||||
RateOfFire = 0.2
|
||||
BulletCapacity = 6
|
||||
ReloadTime = 0.7
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
script = ExtResource("2_utbbo")
|
||||
Name = &"Ice Shotgun"
|
||||
BulletData = ExtResource("1_m44wx")
|
||||
Priority = 0
|
||||
Priority = 30
|
||||
RateOfFire = 0.5
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
script = ExtResource("2_m8dps")
|
||||
Name = &"Icicle Gun"
|
||||
BulletData = ExtResource("1_85ef1")
|
||||
Priority = 0
|
||||
Priority = 1
|
||||
RateOfFire = 0.3
|
||||
BulletCapacity = 5
|
||||
ReloadTime = 0.6
|
||||
|
|
|
|||
|
|
@ -7,14 +7,15 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_f4135")
|
||||
Name = &"Icicle Repeater"
|
||||
Name = &"Improved Icicle Repeater"
|
||||
BulletData = ExtResource("1_lg8jo")
|
||||
Priority = 20
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 8
|
||||
ReloadTime = 0.5
|
||||
AutoReload = true
|
||||
InfiniteAmmo = false
|
||||
ItemKey = &"ICICLE_REPEATER"
|
||||
ItemKey = &"ICICLE_REPEATER_T1"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("4_a5x7h")
|
||||
Name = &"Icicle Repeater"
|
||||
Name = &"Advanced Icicle Repeater"
|
||||
BulletData = ExtResource("1_2nbel")
|
||||
Priority = 30
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 8
|
||||
ReloadTime = 0.5
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("4_ai75q")
|
||||
Name = &"Bad Icicle Repeater"
|
||||
Name = &"Icicle Repeater"
|
||||
BulletData = ExtResource("1_2567x")
|
||||
Priority = 10
|
||||
RateOfFire = 0.2
|
||||
BulletCapacity = 6
|
||||
ReloadTime = 0.5
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
script = ExtResource("2_vm6dw")
|
||||
Name = &"Nuclear Gun (MP-42)"
|
||||
BulletData = ExtResource("1_x7js4")
|
||||
Priority = 20
|
||||
RateOfFire = 0.6
|
||||
BulletCapacity = 5
|
||||
ReloadTime = 0.5
|
||||
|
|
|
|||
|
|
@ -7,14 +7,15 @@
|
|||
script = ExtResource("2_dbal7")
|
||||
Name = &"Yin-Yang Gun"
|
||||
BulletData = ExtResource("1_otehl")
|
||||
Priority = 20
|
||||
RateOfFire = 0.8
|
||||
BulletCapacity = 3
|
||||
ReloadTime = 0.4
|
||||
AutoReload = true
|
||||
InfiniteAmmo = false
|
||||
ItemKey = &"YINYANG_GUN"
|
||||
AmmoKey = &"YINYANG_AMMO"
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = &"YINYANG_GUN"
|
||||
AmmoKey = &"YINYANG_AMMO"
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue