added some translation keys

This commit is contained in:
2026-02-11 09:57:17 +11:00
parent 78beaca893
commit 7ae8090c38
14 changed files with 134 additions and 65 deletions

View File

@@ -4,7 +4,7 @@
[ext_resource type="PackedScene" uid="uid://o6whohcbalui" path="res://Enemies/Crystalisk/mdl_crystalisk.glb" id="2_myjng"]
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://Scripts/hitbox.gd" id="3_myjng"]
[sub_resource type="ViewportTexture" id="ViewportTexture_ij8ev"]
[sub_resource type="ViewportTexture" id="ViewportTexture_ngren"]
viewport_path = NodePath("SubViewport")
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_c5uwa"]
@@ -15,48 +15,54 @@ height = 1.415
radius = 0.133503
height = 0.56
[node name="Dog" unique_id=1355419805 instance=ExtResource("1_aormu")]
[node name="Dog" unique_id=1355419805 node_paths=PackedStringArray("model") instance=ExtResource("1_aormu")]
model = NodePath("Model")
[node name="Sprite3D" parent="." index="0" unique_id=2020998819]
texture = SubResource("ViewportTexture_ij8ev")
texture = SubResource("ViewportTexture_ngren")
[node name="crystal_enemy" parent="." index="6" unique_id=86826412 instance=ExtResource("2_myjng")]
[node name="Cube_001" parent="crystal_enemy" index="1" unique_id=1809229845]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, -0.59980416, -0.60039425, 0)
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="crystal_enemy/Cube_001" index="0" unique_id=1303209050]
remote_path = NodePath("../../../MiniHitbox2")
[node name="Cube_002" parent="crystal_enemy" index="2" unique_id=2142282279]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0.60133517, 0.5952302, 0)
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="crystal_enemy/Cube_002" index="0" unique_id=42756288]
remote_path = NodePath("../../../MiniHitbox")
[node name="AnimationPlayer" parent="crystal_enemy" index="3" unique_id=807474404]
autoplay = &"Spin"
speed_scale = 2.0
[node name="MainHitbox" type="CollisionShape3D" parent="." index="7" unique_id=1521729609]
[node name="MainHitbox" type="CollisionShape3D" parent="." index="6" unique_id=1521729609]
shape = SubResource("CapsuleShape3D_c5uwa")
script = ExtResource("3_myjng")
metadata/_custom_type_script = "uid://cummt2be3r1gq"
[node name="MiniHitbox" type="CollisionShape3D" parent="." index="8" unique_id=1324997842]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0.60133517, 0.5952302, 0)
[node name="MiniHitbox" type="CollisionShape3D" parent="." index="7" unique_id=1324997842]
transform = Transform3D(0.20648184, 0, 0.97845036, 0, 1, 0, -0.97845036, 0, 0.20648184, 0.11321902, 0.5952302, 0.5539899)
shape = SubResource("CapsuleShape3D_d7aub")
script = ExtResource("3_myjng")
critical_zone = true
metadata/_custom_type_script = "uid://cummt2be3r1gq"
[node name="MiniHitbox2" type="CollisionShape3D" parent="." index="9" unique_id=723617284]
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, -0.59980416, -0.60039425, 0)
[node name="MiniHitbox2" type="CollisionShape3D" parent="." index="8" unique_id=723617284]
transform = Transform3D(0.20648184, 0, 0.97845036, 0, 1, 0, -0.97845036, 0, 0.20648184, -0.111688085, -0.60039425, -0.5539899)
shape = SubResource("CapsuleShape3D_d7aub")
script = ExtResource("3_myjng")
critical_zone = true
metadata/_custom_type_script = "uid://cummt2be3r1gq"
[node name="Model" type="Node3D" parent="." index="9" unique_id=219224928]
[node name="crystal_enemy" parent="Model" index="0" unique_id=86826412 instance=ExtResource("2_myjng")]
[node name="Cube" parent="Model/crystal_enemy" index="0" unique_id=91305469]
transform = Transform3D(-0.77668554, 0, 0.6298886, 0, 1, 0, -0.6298886, 0, -0.77668554, 0, 0, 0)
[node name="Cube_001" parent="Model/crystal_enemy" index="1" unique_id=2082517745]
transform = Transform3D(0.20648184, 0, 0.97845036, 0, 1, 0, -0.97845036, 0, 0.20648184, -0.111688085, -0.60039425, -0.5539899)
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="Model/crystal_enemy/Cube_001" index="0" unique_id=1303209050]
remote_path = NodePath("../../../../MiniHitbox2")
[node name="Cube_002" parent="Model/crystal_enemy" index="2" unique_id=216197994]
transform = Transform3D(0.20648184, 0, 0.97845036, 0, 1, 0, -0.97845036, 0, 0.20648184, 0.11321902, 0.5952302, 0.5539899)
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="Model/crystal_enemy/Cube_002" index="0" unique_id=42756288]
remote_path = NodePath("../../../../MiniHitbox")
[node name="AnimationPlayer" parent="Model/crystal_enemy" index="3" unique_id=1597075659]
autoplay = &"Spin"
speed_scale = 2.0
[connection signal="recieved_effect" from="MainHitbox" to="StatusEffector" method="add_effect"]
[connection signal="took_damage" from="MainHitbox" to="." method="take_damage"]
[connection signal="recieved_effect" from="MiniHitbox" to="StatusEffector" method="add_effect"]
@@ -64,4 +70,4 @@ metadata/_custom_type_script = "uid://cummt2be3r1gq"
[connection signal="recieved_effect" from="MiniHitbox2" to="StatusEffector" method="add_effect"]
[connection signal="took_damage" from="MiniHitbox2" to="." method="take_damage"]
[editable path="crystal_enemy"]
[editable path="Model/crystal_enemy"]

View File

@@ -5,16 +5,16 @@
[ext_resource type="Script" uid="uid://cxu1voan64i5g" path="res://Scripts/driftling_drippler.gd" id="3_j6vnr"]
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://Scripts/hitbox.gd" id="3_w6hpp"]
[sub_resource type="ViewportTexture" id="ViewportTexture_jw1s4"]
[sub_resource type="ViewportTexture" id="ViewportTexture_j6vnr"]
viewport_path = NodePath("SubViewport")
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_c5uwa"]
radius = 0.98339844
height = 1.977041
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_j6vnr"]
radius = 9.576172
height = 80.757
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_d7aub"]
radius = 0.133503
height = 2.1241307
radius = 39.50537
height = 83.97125
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_w6hpp"]
animation = &"Deflated"
@@ -25,7 +25,7 @@ animation = &"Bloated"
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_s1mj6"]
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_bw4p2"]
graph_offset = Vector2(-290, 122)
graph_offset = Vector2(-280, 253.70001)
nodes/Blend2/node = SubResource("AnimationNodeBlend2_s1mj6")
nodes/Blend2/position = Vector2(138, 208)
nodes/Animation/node = SubResource("AnimationNodeAnimation_lgos0")
@@ -34,15 +34,16 @@ nodes/Animation/position = Vector2(-94, 177)
"nodes/Animation 2/position" = Vector2(-66, 358)
node_connections = [&"output", 0, &"Blend2", &"Blend2", 0, &"Animation", &"Blend2", 1, &"Animation 2"]
[node name="Driftling" unique_id=1355419805 instance=ExtResource("1_8yn7v")]
[node name="Driftling" unique_id=1355419805 node_paths=PackedStringArray("model") instance=ExtResource("1_8yn7v")]
collision_mask = 0
model = NodePath("Model")
[node name="Sprite3D" parent="." index="0" unique_id=2020998819]
texture = SubResource("ViewportTexture_jw1s4")
texture = SubResource("ViewportTexture_j6vnr")
[node name="MainHitbox" type="CollisionShape3D" parent="." index="6" unique_id=1521729609]
transform = Transform3D(0.025398083, 0, 0, 0, 0.025398083, 0, 0, 0, 0.025398083, 0, 0.23003143, 0)
visible = false
shape = SubResource("CapsuleShape3D_c5uwa")
shape = SubResource("CapsuleShape3D_j6vnr")
script = ExtResource("3_w6hpp")
metadata/_custom_type_script = "uid://cummt2be3r1gq"

View File

@@ -18,7 +18,7 @@ radius = 0.325
[sub_resource type="ViewportTexture" id="ViewportTexture_1kwxq"]
viewport_path = NodePath("SubViewport")
[node name="ElderEyeDog" type="CharacterBody3D" unique_id=1106613653 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n", "health_bar") groups=["Enemies"]]
[node name="ElderEyeDog" type="CharacterBody3D" unique_id=1106613653 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n", "health_bar", "model") groups=["Enemies"]]
collision_layer = 4
collision_mask = 0
script = ExtResource("1_7wwbi")
@@ -27,6 +27,7 @@ movement_controller = NodePath("PathingController")
d_n = NodePath("Node3D")
corpse_scene = ExtResource("2_k8w4y")
health_bar = NodePath("SubViewport/HealthBar")
model = NodePath("elder_eyedog")
metadata/_custom_type_script = "uid://ejqql2660u6h"
[node name="Hitbox" type="CollisionShape3D" parent="." unique_id=542685682]
@@ -88,7 +89,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.39813, 0)
[node name="elder_eyedog" parent="." unique_id=1528468919 instance=ExtResource("8_fil5h")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
[node name="Skeleton3D" parent="elder_eyedog/Armature" parent_id_path=PackedInt32Array(1528468919, 1628745338) index="0" unique_id=1532207150]
[node name="Skeleton3D" parent="elder_eyedog/Armature" parent_id_path=PackedInt32Array(1528468919, 2081899383) index="0" unique_id=7671726]
bones/1/rotation = Quaternion(-0.43930408, -1.0709028e-07, 5.2369117e-08, 0.89833844)
bones/3/rotation = Quaternion(0.23378512, 0.3248512, 0.54275554, 0.7383987)
bones/4/rotation = Quaternion(0.20259592, 0.73083645, 0.1334472, 0.637985)
@@ -113,7 +114,7 @@ bones/23/position = Vector3(0.25597548, 0.022818465, 0.20058686)
bones/23/scale = Vector3(0.89347196, 1, 1)
bones/24/position = Vector3(0.08454189, 0.014853473, 0.12984678)
[node name="AnimationPlayer" parent="elder_eyedog" index="1" unique_id=1165387739]
[node name="AnimationPlayer" parent="elder_eyedog" index="1" unique_id=1439920918]
autoplay = &"ArmatureAction"
[connection signal="recieved_effect" from="Hitbox" to="StatusEffector" method="add_effect"]

View File

@@ -18,7 +18,7 @@ radius = 0.25
[sub_resource type="ViewportTexture" id="ViewportTexture_1kwxq"]
viewport_path = NodePath("SubViewport")
[node name="EyeDog" type="CharacterBody3D" unique_id=1016179251 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n", "health_bar") groups=["Enemies"]]
[node name="EyeDog" type="CharacterBody3D" unique_id=1016179251 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n", "health_bar", "model") groups=["Enemies"]]
collision_layer = 4
collision_mask = 0
script = ExtResource("1_1dh2f")
@@ -27,6 +27,7 @@ movement_controller = NodePath("PathingController")
d_n = NodePath("Node3D")
corpse_scene = ExtResource("2_1dh2f")
health_bar = NodePath("SubViewport/HealthBar")
model = NodePath("eyedog")
metadata/_custom_type_script = "uid://ejqql2660u6h"
[node name="Hitbox" type="CollisionShape3D" parent="." unique_id=1815903905]
@@ -88,7 +89,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.39813, 0)
[node name="eyedog" parent="." unique_id=588577646 instance=ExtResource("10_h25mw")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
[node name="Skeleton3D" parent="eyedog/Armature" parent_id_path=PackedInt32Array(588577646, 473381473) index="0" unique_id=323158019]
[node name="Skeleton3D" parent="eyedog/Armature" parent_id_path=PackedInt32Array(588577646, 675643400) index="0" unique_id=28344697]
bones/1/rotation = Quaternion(-0.43930408, -1.0709029e-07, 5.2369124e-08, 0.89833844)
bones/3/rotation = Quaternion(0.23378512, 0.32485124, 0.5427555, 0.7383988)
bones/4/rotation = Quaternion(0.2025959, 0.7308365, 0.13344719, 0.637985)
@@ -113,7 +114,7 @@ bones/23/position = Vector3(0.25597548, 0.022818465, 0.20058686)
bones/23/scale = Vector3(0.89347196, 1, 1)
bones/24/position = Vector3(0.08454189, 0.014853473, 0.12984678)
[node name="AnimationPlayer" parent="eyedog" index="1" unique_id=993841819]
[node name="AnimationPlayer" parent="eyedog" index="1" unique_id=815829767]
autoplay = &"ArmatureAction"
[connection signal="recieved_effect" from="Hitbox" to="StatusEffector" method="add_effect"]

View File

@@ -19,7 +19,7 @@ size = Vector3(1, 0.25274658, 1.2819824)
radius = 0.19042969
height = 0.7624512
[node name="Skitter" type="CharacterBody3D" unique_id=1710427344 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n", "health_bar") groups=["Enemies"]]
[node name="Skitter" type="CharacterBody3D" unique_id=1710427344 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n", "health_bar", "model") groups=["Enemies"]]
collision_layer = 4
collision_mask = 0
script = ExtResource("1_8k5ts")
@@ -28,6 +28,7 @@ movement_controller = NodePath("PathingController")
d_n = NodePath("Node3D")
corpse_scene = ExtResource("2_vl30x")
health_bar = NodePath("SubViewport/HealthBar")
model = NodePath("mdl_skitter")
metadata/_custom_type_script = "uid://ejqql2660u6h"
[node name="HealthBar" type="Sprite3D" parent="." unique_id=395203513]
@@ -75,15 +76,15 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.39813, 0)
[node name="mdl_skitter" parent="." unique_id=1753143851 instance=ExtResource("7_pxxbh")]
[node name="Skeleton3D" parent="mdl_skitter/Armature" parent_id_path=PackedInt32Array(1753143851, 1635157965) index="0" unique_id=1089123257]
[node name="Skeleton3D" parent="mdl_skitter/Armature" parent_id_path=PackedInt32Array(1753143851, 181874703) index="0" unique_id=1683908579]
bones/1/rotation = Quaternion(-0.32276848, -0.08836041, 0.37510455, 0.86447066)
bones/3/rotation = Quaternion(0.05774434, -0.027616108, 0.8835519, 0.46393853)
bones/5/rotation = Quaternion(0.27334806, -0.034516517, 0.89473575, 0.3514789)
bones/7/rotation = Quaternion(-0.34224942, 0.09999892, -0.3036359, 0.8835558)
bones/9/rotation = Quaternion(-0.19445433, 0.17105538, -0.5590174, 0.7876719)
bones/11/rotation = Quaternion(-0.28836852, -0.021420462, 0.89958346, -0.32731378)
bones/3/rotation = Quaternion(0.06005325, -0.026217883, 0.88538456, 0.46021783)
bones/5/rotation = Quaternion(0.27340084, -0.034470994, 0.8947543, 0.35139534)
bones/7/rotation = Quaternion(-0.34211865, 0.09991861, -0.3041486, 0.8834392)
bones/9/rotation = Quaternion(-0.19451223, 0.17108603, -0.55891204, 0.7877258)
bones/11/rotation = Quaternion(-0.29005635, -0.019931562, 0.90007704, -0.32454818)
[node name="AnimationPlayer" parent="mdl_skitter" index="1" unique_id=966022087]
[node name="AnimationPlayer" parent="mdl_skitter" index="1" unique_id=1337990875]
autoplay = &"Walk"
[node name="Hitbox" type="CollisionShape3D" parent="." unique_id=438909712]