58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://c075bk1jydkwn"]
|
|
|
|
[ext_resource type="Script" uid="uid://c5p0e4ywktyvd" path="res://src/items/misc/Plastique.cs" id="1_jk2qh"]
|
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_p8vuq"]
|
|
[ext_resource type="Texture2D" uid="uid://bd6omweout2t6" path="res://src/items/Icons/plastique icon1.png" id="3_kmryk"]
|
|
[ext_resource type="Texture2D" uid="uid://tvy57alffi36" path="res://src/items/misc/textures/plastique icon1.png" id="4_vv5l4"]
|
|
|
|
[sub_resource type="Resource" id="Resource_vv5l4"]
|
|
script = ExtResource("2_p8vuq")
|
|
UsableItemTag = 0
|
|
ElementalDamageType = 4
|
|
Name = "Plastique"
|
|
Description = "Thermal"
|
|
SpawnRate = 0.5
|
|
BonusAttack = 0
|
|
BonusDefense = 0
|
|
BonusLuck = 0.05
|
|
BonusHP = 0
|
|
BonusVT = 0
|
|
AeolicResistance = 0
|
|
TelluricResistance = 0
|
|
HydricResistance = 0
|
|
IgneousResistance = 0
|
|
FerrumResistance = 0
|
|
HolyResistance = 0
|
|
ThrowSpeed = 12.0
|
|
ThrowDamage = 5
|
|
ItemTag = 0
|
|
Texture = ExtResource("3_kmryk")
|
|
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_etomv"]
|
|
radius = 0.470016
|
|
|
|
[node name="Plastique" type="Node3D"]
|
|
script = ExtResource("1_jk2qh")
|
|
Stats = SubResource("Resource_vv5l4")
|
|
|
|
[node name="Pickup" type="Area3D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 4
|
|
collision_mask = 0
|
|
|
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
|
unique_name_in_owner = true
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.272665, 0)
|
|
layers = 5
|
|
pixel_size = 0.05
|
|
billboard = 2
|
|
double_sided = false
|
|
alpha_antialiasing_mode = 1
|
|
texture_filter = 0
|
|
render_priority = 100
|
|
texture = ExtResource("4_vv5l4")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pickup"]
|
|
shape = SubResource("CapsuleShape3D_etomv")
|