26 lines
915 B
Plaintext
26 lines
915 B
Plaintext
[gd_scene format=3 uid="uid://hk7p5sjjxa1w"]
|
|
|
|
[ext_resource type="Script" uid="uid://cmvl3td1h7qb8" path="res://scripts/StickArmor.gd" id="1_sticka"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
|
albedo_color = Color(0.48, 0.32, 0.14, 1)
|
|
roughness = 0.9
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_1"]
|
|
size = Vector3(0.45, 0.55, 0.2)
|
|
|
|
[node name="StickArmor" type="Node3D" unique_id=1550651822]
|
|
script = ExtResource("1_sticka")
|
|
|
|
[node name="ArmorMesh" type="MeshInstance3D" parent="." unique_id=564243580]
|
|
transform = Transform3D(3.1221292, 0, 0, 0, 2.4342613, 0, 0, 0, 1, 0, 0.38186997, 0)
|
|
material_override = SubResource("StandardMaterial3D_1")
|
|
mesh = SubResource("BoxMesh_1")
|
|
|
|
[node name="Tooltip" type="Label3D" parent="." unique_id=243955258]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.072116256, 1.3135526, 0)
|
|
billboard = 1
|
|
text = "[E] Stick Armor
|
|
+1 Toughness"
|
|
outline_size = 6
|