Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 8616384

Browse files
committed
Preliminary GripStrength and ParentBreakWound implementation
1 parent fb4c98d commit 8616384

File tree

28 files changed

+204
-11
lines changed

28 files changed

+204
-11
lines changed

Base.rte/Actors/Brains/Brainbot/Brainbot.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ AddActor = Attachable
3535
JointStrength = 1000
3636
JointStiffness = 0.3
3737
BreakWound = AEmitter
38+
CopyOf = Leaking Machinery
39+
ParentBreakWound = AEmitter
3840
CopyOf = Leaking Machinery Heavy
3941
JointOffset = Vector
4042
X = 0.5
@@ -345,12 +347,15 @@ AddActor = Arm
345347
JointStiffness = 0.5
346348
BreakWound = AEmitter
347349
CopyOf = Leaking Machinery
350+
ParentBreakWound = AEmitter
351+
CopyOf = Leaking Machinery
348352
JointOffset = Vector
349353
X = -3
350354
Y = -1
351355
DrawAfterParent = 1
352356
Hand = ContentFile
353357
FilePath = Base.rte/Actors/Brains/Brainbot/HandFG.png
358+
GripStrength = 100
354359
MaxLength = 13
355360
IdleOffset = Vector
356361
X = 7
@@ -443,6 +448,8 @@ AddActor = Attachable
443448
JointStiffness = 0.5
444449
BreakWound = AEmitter
445450
CopyOf = Leaking Machinery
451+
ParentBreakWound = AEmitter
452+
CopyOf = Leaking Machinery
446453
JointOffset = Vector
447454
X = 3
448455
Y = 0
@@ -488,6 +495,8 @@ AddActor = Leg
488495
JointStiffness = 0.5
489496
BreakWound = AEmitter
490497
CopyOf = Leaking Machinery
498+
ParentBreakWound = AEmitter
499+
CopyOf = Leaking Machinery
491500
JointOffset = Vector
492501
X = -5
493502
Y = 2

Base.rte/Actors/Infantry/GreenDummy/GreenDummy.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ AddEffect = Attachable
304304
JointStiffness = 0.1
305305
BreakWound = AEmitter
306306
CopyOf = Leaking Machinery
307+
ParentBreakWound = AEmitter
308+
CopyOf = Leaking Machinery
307309
JointOffset = Vector
308310
X = 0
309311
Y = 6
@@ -366,12 +368,15 @@ AddActor = Arm
366368
JointStiffness = 0.5
367369
BreakWound = AEmitter
368370
CopyOf = Leaking Machinery
371+
ParentBreakWound = AEmitter
372+
CopyOf = Leaking Machinery
369373
JointOffset = Vector
370374
X = -3.5
371375
Y = -1
372376
DrawAfterParent = 1
373377
Hand = ContentFile
374378
FilePath = Base.rte/Actors/Infantry/GreenDummy/HandFGA.png
379+
GripStrength = 100
375380
MaxLength = 12
376381
IdleOffset = Vector
377382
X = 5
@@ -473,6 +478,8 @@ AddActor = Attachable
473478
JointStiffness = 0.5
474479
BreakWound = AEmitter
475480
CopyOf = Leaking Machinery
481+
ParentBreakWound = AEmitter
482+
CopyOf = Leaking Machinery
476483
JointOffset = Vector
477484
X = -3
478485
Y = -2
@@ -514,6 +521,8 @@ AddActor = Leg
514521
JointStiffness = 0.5
515522
BreakWound = AEmitter
516523
CopyOf = Leaking Machinery
524+
ParentBreakWound = AEmitter
525+
CopyOf = Leaking Machinery
517526
JointOffset = Vector
518527
X = -5
519528
Y = 2

Base.rte/Actors/Mecha/AIBox/AIBox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ AddActor = Turret
3636
JointStrength = 4000
3737
JointStiffness = 0.9
3838
BreakWound = AEmitter
39+
CopyOf = Leaking Machinery
40+
ParentBreakWound = AEmitter
3941
CopyOf = Leaking Machinery Heavy
4042
JointOffset = Vector
4143
X = 0
@@ -141,7 +143,9 @@ AddActor = Leg
141143
JointStrength = 165
142144
JointStiffness = 0.5
143145
BreakWound = AEmitter
144-
CopyOf = Wound Bone Break
146+
CopyOf = Leaking Machinery
147+
ParentBreakWound = AEmitter
148+
CopyOf = Leaking Machinery
145149
JointOffset = Vector
146150
X = -2
147151
Y = 6

Base.rte/Actors/Mecha/Medic/MedicDrone.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ AddActor = Turret
6161
JointStrength = 3000
6262
JointStiffness = 0.9
6363
BreakWound = AEmitter
64+
CopyOf = Leaking Machinery
65+
ParentBreakWound = AEmitter
6466
CopyOf = Leaking Machinery Heavy
6567
JointOffset = Vector
6668
X = 0
@@ -142,7 +144,9 @@ AddActor = Leg
142144
JointStrength = 165
143145
JointStiffness = 0.5
144146
BreakWound = AEmitter
145-
CopyOf = Wound Bone Break
147+
CopyOf = Leaking Machinery
148+
ParentBreakWound = AEmitter
149+
CopyOf = Leaking Machinery
146150
JointOffset = Vector
147151
X = -2
148152
Y = 6

Base.rte/Actors/Wildlife/Crabs/Crabs.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ AddEffect = Leg
2929
JointStiffness = 0.5
3030
BreakWound = AEmitter
3131
CopyOf = Wound Bone Break
32+
ParentBreakWound = AEmitter
33+
CopyOf = Wound Bone Break
3234
JointOffset = Vector
3335
X = -2
3436
Y = 6

Base.rte/Actors/Wildlife/Jumper/Jumper.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ AddActor = Leg
2929
JointStiffness = 0.5
3030
BreakWound = AEmitter
3131
CopyOf = Wound Flesh Body
32+
ParentBreakWound = AEmitter
33+
CopyOf = Wound Flesh Body
3234
JointOffset = Vector
3335
X = -3
3436
Y = 3

Base.rte/Actors/Wildlife/MegaCrab/MegaCrab.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ AddEffect = Leg
2929
JointStiffness = 0.5
3030
BreakWound = AEmitter
3131
CopyOf = Wound Bone Break
32+
ParentBreakWound = AEmitter
33+
CopyOf = Wound Bone Break
3234
JointOffset = Vector
3335
X = -4
3436
Y = 12

Base.rte/Craft/Dropships/DropshipMK1.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,8 @@ AddEffect = AEmitter
824824
CopyOf = Fire Leak
825825
BreakWound = AEmitter
826826
CopyOf = Leaking Machinery Heavy
827+
ParentBreakWound = AEmitter
828+
CopyOf = Leaking Machinery Heavy
827829
EmissionOffset = Vector
828830
X = 0
829831
Y = 28
@@ -1067,6 +1069,8 @@ AddEffect = AEmitter
10671069
CopyOf = Fire Leak
10681070
BreakWound = AEmitter
10691071
CopyOf = Leaking Machinery Heavy
1072+
ParentBreakWound = AEmitter
1073+
CopyOf = Leaking Machinery Heavy
10701074
AddEmission = Emission
10711075
EmittedParticle = MOPixel
10721076
CopyOf = Jet Air Blast
@@ -1411,6 +1415,8 @@ AddActor = Attachable
14111415
JointStiffness = 1
14121416
BreakWound = AEmitter
14131417
CopyOf = Leaking Machinery
1418+
ParentBreakWound = AEmitter
1419+
CopyOf = Leaking Machinery
14141420
JointOffset = Vector
14151421
X = 18
14161422
Y = -38

Base.rte/Craft/Shared.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ AddEffect = Leg
5757
JointStiffness = 0.1
5858
BreakWound = AEmitter
5959
CopyOf = Leaking Machinery
60+
ParentBreakWound = AEmitter
61+
CopyOf = Leaking Machinery
6062
JointOffset = Vector
6163
X = -4
6264
Y = 4

Base.rte/Craft/Shared/Turrets.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ AddEffect = AEmitter
3636
DrawAfterParent = 0
3737
BreakWound = AEmitter
3838
CopyOf = Leaking Machinery Light
39+
ParentBreakWound = AEmitter
40+
CopyOf = Leaking Machinery Light
3941
AddEmission = Emission
4042
EmittedParticle = MOPixel
4143
CopyOf = Particle SMG

0 commit comments

Comments
 (0)