cirnogodot/3D/Scenes/Props/Capacitor_Mini_3D.tscn

23 lines
1.1 KiB
Text
Raw Permalink Normal View History

2025-07-04 20:26:06 +02:00
[gd_scene load_steps=6 format=3 uid="uid://bkwuuk6ctadu0"]
2025-06-19 14:25:18 +02:00
[ext_resource type="PackedScene" uid="uid://dia5jpbq0ipcp" path="res://3D/BlockbenchModels/Capacitor_Mini/Capacitor_Mini.gltf" id="1_dkwt8"]
2025-07-04 10:31:23 +02:00
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_lyqcr"]
[ext_resource type="Resource" uid="uid://bpreje4f8ok62" path="res://Resources/Bullets/3D/Explosion_3D.tres" id="2_kvl8b"]
2025-07-04 20:26:06 +02:00
[ext_resource type="Script" uid="uid://ddsqqfx1usc3j" path="res://Scripts/Resources/DamageResistance.cs" id="3_86mym"]
2025-06-19 14:25:18 +02:00
[sub_resource type="CylinderShape3D" id="CylinderShape3D_dkwt8"]
height = 0.882874
[node name="CapacitorMini" type="StaticBody3D" groups=["Destroyable"]]
2025-06-19 17:55:23 +02:00
collision_layer = 16
2025-06-19 14:25:18 +02:00
collision_mask = 0
2025-07-04 10:31:23 +02:00
script = ExtResource("1_lyqcr")
2025-07-04 20:26:06 +02:00
Health = 3.0
2025-07-04 10:31:23 +02:00
ExplosionData = ExtResource("2_kvl8b")
2025-07-04 20:26:06 +02:00
DamageResistances = Array[ExtResource("3_86mym")]([])
2025-06-19 14:25:18 +02:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00549316, -0.0550391, -0.000488281)
shape = SubResource("CylinderShape3D_dkwt8")
[node name="blockbench_export" parent="." instance=ExtResource("1_dkwt8")]