mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 12:23:47 +00:00
Added loot to boxes
This commit is contained in:
parent
8d52b49e57
commit
6215008db7
6 changed files with 81 additions and 34 deletions
|
|
@ -1,10 +1,12 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://br01ww57uaky5"]
|
||||
[gd_scene format=3 uid="uid://br01ww57uaky5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_hsg1w"]
|
||||
[ext_resource type="PackedScene" uid="uid://hxn4awevjyui" path="res://3D/BlockbenchModels/Box/Box_Blue.gltf" id="1_ropdl"]
|
||||
[ext_resource type="Resource" uid="uid://bes254wblt1lm" path="res://Resources/Bullets/3D/Explosion_Harmless_Small_3D.tres" id="2_cn5xh"]
|
||||
[ext_resource type="Script" uid="uid://ddsqqfx1usc3j" path="res://Scripts/Resources/DamageResistance.cs" id="3_kh78t"]
|
||||
[ext_resource type="Script" uid="uid://cq65aed620ijo" path="res://Scripts/Resources/Loot/LootDrop.cs" id="4_0ax2p"]
|
||||
[ext_resource type="Script" uid="uid://hkmutmmjqh1e" path="res://Scripts/Actors/3D/PropGravityModule3D.cs" id="5_0ktp8"]
|
||||
[ext_resource type="Resource" uid="uid://dy53gia1tmkah" path="res://Resources/Items/Points_Pickup.tres" id="5_x0dtf"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0ktp8"]
|
||||
script = ExtResource("3_kh78t")
|
||||
|
|
@ -12,13 +14,19 @@ DamageType = 4
|
|||
Attribute = 2
|
||||
metadata/_custom_type_script = "uid://ddsqqfx1usc3j"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_cxtju"]
|
||||
script = ExtResource("4_0ax2p")
|
||||
Item = ExtResource("5_x0dtf")
|
||||
Chance = 70.0
|
||||
metadata/_custom_type_script = "uid://cq65aed620ijo"
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.763428, 0.469452, 0.77832)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_0ktp8"]
|
||||
size = Vector3(0.60668945, 0.09439087, 0.595726)
|
||||
|
||||
[node name="BoxBlue" type="StaticBody3D" groups=["Destroyable"]]
|
||||
[node name="BoxBlue" type="StaticBody3D" unique_id=219270740 groups=["Destroyable"]]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
axis_lock_linear_x = true
|
||||
|
|
@ -30,20 +38,21 @@ script = ExtResource("1_hsg1w")
|
|||
Health = 8.0
|
||||
ExplosionData = ExtResource("2_cn5xh")
|
||||
DamageResistances = Array[ExtResource("3_kh78t")]([SubResource("Resource_0ktp8")])
|
||||
LootDrops = Array[ExtResource("4_0ax2p")]([SubResource("Resource_cxtju")])
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=190194845]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00549316, 0.0253752, -0.000488281)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_ropdl")]
|
||||
[node name="blockbench_export" parent="." unique_id=1902191780 instance=ExtResource("1_ropdl")]
|
||||
|
||||
[node name="Node" type="Area3D" parent="."]
|
||||
[node name="Node" type="Area3D" parent="." unique_id=1802370452]
|
||||
collision_layer = 0
|
||||
collision_mask = 17
|
||||
script = ExtResource("5_0ktp8")
|
||||
FallingSpeed = -2.0
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Node"]
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Node" unique_id=1966731753]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.024291992, -0.19599915, 0.013088226)
|
||||
shape = SubResource("BoxShape3D_0ktp8")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue