way too many changes to list, oops. big rewrite.

This commit is contained in:
2025-05-27 03:38:03 +10:00
parent 16951a9beb
commit 4a21701a35
663 changed files with 7389 additions and 3283 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://oblavj8vj30n"
path="res://.godot/imported/glue_gun.png-3a7daf5c437b562a7991221d00f42c09.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Weapons/GlueLauncher/glue_gun.png"
dest_files=["res://.godot/imported/glue_gun.png-3a7daf5c437b562a7991221d00f42c09.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@ -0,0 +1,7 @@
class_name GlueLauncherWeapon extends StatusApplyingWeapon
func build_status_object() -> StatusEffect:
var status: StatusSlow = StatusSlow.new()
status.stats = status_stats
return status

View File

@ -0,0 +1 @@
uid://cen0646abxvb8

View File

@ -0,0 +1,29 @@
[gd_scene load_steps=9 format=3 uid="uid://takm6diuy71m"]
[ext_resource type="PackedScene" uid="uid://nrdexcyatika" path="res://Scenes/Weapons/status_applying_weapon.tscn" id="1_7v0k2"]
[ext_resource type="Script" uid="uid://cen0646abxvb8" path="res://Weapons/GlueLauncher/weapon_glue_launcher.gd" id="2_12ex2"]
[ext_resource type="Resource" uid="uid://d0643gfp52x3s" path="res://Resources/StatusEffects/sticky.tres" id="3_xtk6n"]
[ext_resource type="Resource" uid="uid://boj1ho5x0sxtq" path="res://Weapons/GlueLauncher/weapon_stats.tres" id="4_c3ve8"]
[ext_resource type="Texture2D" uid="uid://oblavj8vj30n" path="res://Weapons/GlueLauncher/glue_gun.png" id="5_obawu"]
[ext_resource type="AudioStream" uid="uid://dknygn5eyuhxt" path="res://Audio/shot1.wav" id="6_6qk7c"]
[sub_resource type="AtlasTexture" id="AtlasTexture_ehcsl"]
resource_local_to_scene = true
atlas = ExtResource("5_obawu")
region = Rect2(0, 0, 64, 64)
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_cc15t"]
random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("6_6qk7c")
[node name="GlueLauncherWeapon" instance=ExtResource("1_7v0k2")]
script = ExtResource("2_12ex2")
status_stats = ExtResource("3_xtk6n")
stats = ExtResource("4_c3ve8")
[node name="Sprite3D" parent="." index="0"]
texture = SubResource("AtlasTexture_ehcsl")
[node name="AudioStreamPlayer3D" parent="." index="5"]
stream = SubResource("AudioStreamRandomizer_cc15t")

View File

@ -0,0 +1,31 @@
[gd_resource type="Resource" script_class="CardText" load_steps=7 format=3 uid="uid://boj1ho5x0sxtq"]
[ext_resource type="Script" uid="uid://yjb0uv6og430" path="res://Scripts/Resources/stat_attribute.gd" id="1_8ysxs"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_nlx26"]
[sub_resource type="Resource" id="Resource_gbocu"]
script = ExtResource("1_8ysxs")
key = "Damage"
value = 0.0
[sub_resource type="Resource" id="Resource_6a2im"]
script = ExtResource("1_8ysxs")
key = "Range"
value = 13.0
[sub_resource type="Resource" id="Resource_7npe0"]
script = ExtResource("1_8ysxs")
key = "Fire Delay"
value = 0.5
[sub_resource type="Resource" id="Resource_o1b5x"]
script = ExtResource("1_8ysxs")
key = "Energy"
value = 12.0
[resource]
script = ExtResource("2_nlx26")
target_type = 0
energy_type = 1
attributes = Array[ExtResource("1_8ysxs")]([SubResource("Resource_gbocu"), SubResource("Resource_6a2im"), SubResource("Resource_7npe0"), SubResource("Resource_o1b5x")])
text = "Fires every /Fire Delay\\s, making the target Sticky at a range of /Range\\m"