diff --git a/BodyParts/FrogLeg.tscn b/BodyParts/FrogLeg.tscn index f2f8c9f..c024d86 100644 --- a/BodyParts/FrogLeg.tscn +++ b/BodyParts/FrogLeg.tscn @@ -18,6 +18,7 @@ roughness = 0.3 [node name="FrogLeg" instance=ExtResource( 1 )] transform = Transform( -1, 8.74228e-08, 0, -8.74228e-08, -1, 0, 0, 0, 1, 0, 0, 0 ) script = ExtResource( 2 ) +cost = 30.0 [node name="PartCollider" parent="." index="0"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.21377, -0.911304, -3.94992 ) @@ -32,6 +33,9 @@ shape = SubResource( 3 ) [node name="Mesh" parent="." index="2" instance=ExtResource( 3 )] transform = Transform( -1.13133e-08, 4.2222e-08, 1, 0.965926, 0.258819, 0, -0.258819, 0.965926, -4.37114e-08, 0.734499, -2.94707, -2.68774 ) +[node name="Skeleton" parent="Mesh/Armature" index="0"] +bones/3/bound_children = [ NodePath("BoneAttachment") ] + [node name="froschbein" parent="Mesh/Armature/Skeleton" index="0"] transform = Transform( 1, -1.49012e-08, 0, 0, 1, -5.96046e-08, 0, 2.98023e-08, 1, 0, 0, 0 ) material/0 = SubResource( 1 ) diff --git a/BodyParts/GorillaArm.tscn b/BodyParts/GorillaArm.tscn index dd938a9..731ca9a 100644 --- a/BodyParts/GorillaArm.tscn +++ b/BodyParts/GorillaArm.tscn @@ -17,6 +17,8 @@ albedo_texture = ExtResource( 4 ) [node name="GorillaArm" instance=ExtResource( 1 )] transform = Transform( 1, 0, 0, 0, 0.966025, 0.258448, 0, -0.258448, 0.966025, 0, 0, 0 ) script = ExtResource( 2 ) +cost = 25.0 +damage = 15.0 [node name="PartCollider" parent="." index="0"] transform = Transform( 1, 0, 0, 0, 0.534515, -0.845159, 0, 0.845159, 0.534515, -0.0701199, -4.33779, -2.5341 ) diff --git a/BodyParts/HumanArm.tscn b/BodyParts/HumanArm.tscn index c702328..64d27b6 100644 --- a/BodyParts/HumanArm.tscn +++ b/BodyParts/HumanArm.tscn @@ -14,6 +14,7 @@ radius = 0.125064 transform = Transform( -4.37114e-08, 1, 4.37114e-08, 0, -4.37114e-08, 1, 1, 4.37114e-08, 1.91069e-15, 0, 0, 0 ) script = ExtResource( 2 ) cost = 10.0 +damage = 5.0 [node name="PartCollider" parent="." index="0"] transform = Transform( 0.796097, 0, -0.605169, 0, 1, -3.55271e-15, 0.605169, 8.35188e-23, 0.796097, -0.894889, 1.42109e-14, -2.6182 ) @@ -28,6 +29,9 @@ shape = SubResource( 2 ) [node name="Mesh" parent="." index="2" instance=ExtResource( 4 )] transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 2, -0.357728, -8.51476, 0 ) +[node name="Skeleton" parent="Mesh/Armature" index="0"] +bones/7/bound_children = [ NodePath("BoneAttachment") ] + [node name="BoneAttachment" type="BoneAttachment" parent="Mesh/Armature/Skeleton" index="1"] transform = Transform( 0.0646207, -0.736312, -0.673549, -0.240426, 0.64359, -0.726627, 0.968514, 0.208894, -0.135439, 0.054756, 1.13784, 0.129916 ) bone_name = "bone_6" diff --git a/BodyParts/HumanLeg.tscn b/BodyParts/HumanLeg.tscn index 3b0e421..cfe7bc2 100644 --- a/BodyParts/HumanLeg.tscn +++ b/BodyParts/HumanLeg.tscn @@ -18,6 +18,7 @@ albedo_texture = ExtResource( 4 ) transform = Transform( 1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, 1, -4.37114e-08, 0, 0, 0 ) script = ExtResource( 2 ) cost = 20.0 +damage = 8.0 [node name="PartCollider" parent="." index="0"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -3.37252, -0.326758 )