Skip to content

Commit 23124c8

Browse files
committed
Add conversion rules
1 parent 20f575c commit 23124c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ConversionRules/Prerelease 4/Misc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@
3535
"Small Turret Stand Path Left": "Null Path",
3636
"Muzzle Flash Techion Laser": "Muzzle Flash Blue",
3737
"self.ModuleName = ": "-- self.ModuleName = ",
38-
".TotalWoundLimit": ":GetGibWoundLimit(true, false, false)"
38+
".TotalWoundLimit": ":GetGibWoundLimit(true, false, false)",
39+
"Remote Explosive Sound Activate": "Remote Explosive Shaped Blast",
40+
"\tself.Head:ClearForces()\n": "\tif self.Head then self.Head:ClearForces() end\n",
41+
"\tself.FGArm:ClearForces()\n": "\tif self.FGArm then self.FGArm:ClearForces() end\n",
42+
"\tself.BGArm:ClearForces()\n": "\tif self.BGArm then self.BGArm:ClearForces() end\n",
43+
"\tself.FGLeg:ClearForces()\n": "\tif self.FGLeg then self.FGLeg:ClearForces() end\n",
44+
"\tself.BGLeg:ClearForces()\n": "\tif self.BGLeg then self.BGLeg:ClearForces() end\n"
3945
}

0 commit comments

Comments
 (0)