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

View File

@ -0,0 +1,86 @@
[gd_scene load_steps=10 format=3 uid="uid://dk1pt2f1qya1m"]
[ext_resource type="PackedScene" uid="uid://bvqu1heobgboe" path="res://Scenes/Towers/tower.tscn" id="1_stebd"]
[ext_resource type="Script" uid="uid://djp7tepdsda8w" path="res://Scripts/effect.gd" id="2_jbe1c"]
[ext_resource type="Script" uid="uid://chy7bx8dlwgs0" path="res://Scripts/StatusEffects/status_effect.gd" id="3_vxmma"]
[ext_resource type="PackedScene" uid="uid://cx8f6tsipvmls" path="res://ladder.tscn" id="4_eys8f"]
[ext_resource type="Material" uid="uid://chxjofsr2lq1r" path="res://new_standard_material_3d.tres" id="5_lny5m"]
[sub_resource type="Resource" id="Resource_lny5m"]
script = ExtResource("2_jbe1c")
damage = 0
status_effects = Array[ExtResource("3_vxmma")]([])
metadata/_custom_type_script = "uid://djp7tepdsda8w"
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_4ibu2"]
height = 10.0
[sub_resource type="BoxShape3D" id="BoxShape3D_tdbe0"]
size = Vector3(3, 1, 3)
[sub_resource type="BoxShape3D" id="BoxShape3D_iwla6"]
size = Vector3(7, 1, 3)
[node name="Tower" instance=ExtResource("1_stebd")]
effect = SubResource("Resource_lny5m")
[node name="Pitch" parent="." index="1"]
visible = false
[node name="Yaw" parent="." index="2"]
visible = false
[node name="Ladder2" parent="." index="6" instance=ExtResource("4_eys8f")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ladder2" index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.72894, 0)
shape = SubResource("CapsuleShape3D_4ibu2")
[node name="CSGCylinder3D" type="CSGCylinder3D" parent="Ladder2" index="1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.58316, 0)
material_override = ExtResource("5_lny5m")
height = 9.12903
[node name="StaticBody3D" type="StaticBody3D" parent="." index="7"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 8.5, 0)
collision_layer = 32
[node name="CSGBox3D" type="CSGBox3D" parent="StaticBody3D" index="0"]
material_override = ExtResource("5_lny5m")
size = Vector3(3, 1, 1)
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" index="1"]
shape = SubResource("BoxShape3D_tdbe0")
[node name="StaticBody3D2" type="StaticBody3D" parent="." index="8"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 8.5, 0)
collision_layer = 32
[node name="CSGBox3D" type="CSGBox3D" parent="StaticBody3D2" index="0"]
material_override = ExtResource("5_lny5m")
size = Vector3(3, 1, 1)
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D2" index="1"]
shape = SubResource("BoxShape3D_tdbe0")
[node name="StaticBody3D3" type="StaticBody3D" parent="." index="9"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 8.5, 2)
collision_layer = 32
[node name="CSGBox3D" type="CSGBox3D" parent="StaticBody3D3" index="0"]
material_override = ExtResource("5_lny5m")
size = Vector3(7, 1, 3)
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D3" index="1"]
shape = SubResource("BoxShape3D_iwla6")
[node name="StaticBody3D4" type="StaticBody3D" parent="." index="10"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 8.5, -2)
collision_layer = 32
[node name="CSGBox3D" type="CSGBox3D" parent="StaticBody3D4" index="0"]
material_override = ExtResource("5_lny5m")
size = Vector3(7, 1, 3)
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D4" index="1"]
shape = SubResource("BoxShape3D_iwla6")

View File

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="CardText" load_steps=6 format=3 uid="uid://c756rtt7ujowk"]
[ext_resource type="Script" uid="uid://yjb0uv6og430" path="res://Scripts/Resources/stat_attribute.gd" id="1_tiqmf"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_bpl71"]
[sub_resource type="Resource" id="Resource_tiqmf"]
script = ExtResource("1_tiqmf")
key = "Fire Delay"
value = 9999.0
metadata/_custom_type_script = "uid://yjb0uv6og430"
[sub_resource type="Resource" id="Resource_bpl71"]
script = ExtResource("1_tiqmf")
key = "Damage"
value = 0.0
metadata/_custom_type_script = "uid://yjb0uv6og430"
[sub_resource type="Resource" id="Resource_imnjp"]
script = ExtResource("1_tiqmf")
key = "Range "
value = 1.0
metadata/_custom_type_script = "uid://yjb0uv6og430"
[resource]
script = ExtResource("2_bpl71")
target_type = 2
attributes = Array[ExtResource("1_tiqmf")]([SubResource("Resource_tiqmf"), SubResource("Resource_bpl71"), SubResource("Resource_imnjp")])
text = "Grants access to a stable high canopy"
metadata/_custom_type_script = "uid://dg7gxxqfqxcmc"