conforms file names to consistant standard
This commit is contained in:
19
weapons/fridge_weapon/cold_particles.tres
Normal file
19
weapons/fridge_weapon/cold_particles.tres
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_resource type="ParticleProcessMaterial" format=3 uid="uid://ckung57mij7ue"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_eiw3y"]
|
||||
interpolation_color_space = 2
|
||||
offsets = PackedFloat32Array(0, 0.325203, 1)
|
||||
colors = PackedColorArray(0.827004, 0.826193, 0.823983, 1, 0.338333, 0.810555, 0.85349, 1, 0.0352941, 0.803922, 0.858824, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_arw7j"]
|
||||
gradient = SubResource("Gradient_eiw3y")
|
||||
|
||||
[resource]
|
||||
direction = Vector3(0, 0, -1)
|
||||
spread = 15.0
|
||||
initial_velocity_min = 3.0
|
||||
initial_velocity_max = 3.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
scale_min = 0.3
|
||||
scale_max = 0.3
|
||||
color_ramp = SubResource("GradientTexture1D_arw7j")
|
||||
22
weapons/fridge_weapon/scn_fridge_weapon.tscn
Normal file
22
weapons/fridge_weapon/scn_fridge_weapon.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene format=3 uid="uid://b0vi11kj3lxng"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dp4gfr5h0tbcd" path="res://scenes/weapons/shapecast_weapon.tscn" id="1_g3e4a"]
|
||||
[ext_resource type="Resource" uid="uid://fed6kimfbcwv" path="res://resources/status_effects/cold.tres" id="2_pranv"]
|
||||
[ext_resource type="Resource" uid="uid://5l758yxfpi1e" path="res://weapons/fridge_weapon/weapon_stats.tres" id="3_ihljm"]
|
||||
[ext_resource type="Texture2D" uid="uid://oblavj8vj30n" path="res://weapons/glue_weapon/tex_glue_weapon.png" id="4_y5ps0"]
|
||||
[ext_resource type="Material" uid="uid://ckung57mij7ue" path="res://weapons/fridge_weapon/cold_particles.tres" id="5_8q1lc"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0a1ux"]
|
||||
resource_local_to_scene = true
|
||||
atlas = ExtResource("4_y5ps0")
|
||||
region = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="RefrigeratorWeapon" unique_id=1428505509 instance=ExtResource("1_g3e4a")]
|
||||
status_stats = ExtResource("2_pranv")
|
||||
stats = ExtResource("3_ihljm")
|
||||
|
||||
[node name="Sprite3D" parent="." index="0" unique_id=1457062627]
|
||||
texture = SubResource("AtlasTexture_0a1ux")
|
||||
|
||||
[node name="GPUParticles3D" parent="ShapeCast3D" parent_id_path=PackedInt32Array(1138406404) index="0" unique_id=1743469147]
|
||||
process_material = ExtResource("5_8q1lc")
|
||||
17
weapons/fridge_weapon/weapon_stats.tres
Normal file
17
weapons/fridge_weapon/weapon_stats.tres
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://5l758yxfpi1e"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://scripts/resources/feature.gd" id="1_18tr7"]
|
||||
[ext_resource type="Resource" uid="uid://dfup264h2pun7" path="res://scripts/features/heavy_rounds/heavy_rounds_feature.tres" id="2_h4hr6"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://scripts/resources/cassette_text.gd" id="2_wny82"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_wny82")
|
||||
energy_type = 2
|
||||
attributes = Dictionary[String, float]({
|
||||
"Damage": 1.0,
|
||||
"Energy": 14.0,
|
||||
"Fire Delay": 0.5,
|
||||
"Range": 3.0
|
||||
})
|
||||
features = Array[ExtResource("1_18tr7")]([ExtResource("2_h4hr6")])
|
||||
text = "DESC_WEAPON_FREEZER"
|
||||
Reference in New Issue
Block a user