cirnogodot/3D/Scenes/Props/Capacitor_Mini_3D.tscn
2025-09-01 16:51:55 +02:00

23 lines
1.1 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://bkwuuk6ctadu0"]
[ext_resource type="PackedScene" uid="uid://dia5jpbq0ipcp" path="res://3D/BlockbenchModels/Capacitor_Mini/Capacitor_Mini.gltf" id="1_dkwt8"]
[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"]
[ext_resource type="Script" uid="uid://ddsqqfx1usc3j" path="res://Scripts/Resources/DamageResistance.cs" id="3_86mym"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_dkwt8"]
height = 0.882874
[node name="CapacitorMini" type="StaticBody3D" groups=["Destroyable"]]
collision_layer = 16
collision_mask = 0
script = ExtResource("1_lyqcr")
Health = 3.0
ExplosionData = ExtResource("2_kvl8b")
DamageResistances = Array[ExtResource("3_86mym")]([])
[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")]