Skip to content

Commit

Permalink
Create corpse def for Japanese T14 MTB, assign it to the unit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuritch committed Aug 26, 2021
1 parent adabcfb commit 24ce820
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions features/corpses/jpn/JPNT14_dead.tdf
@@ -0,0 +1,17 @@
[JPNT14_dead] {
description=Sunk torpedo boat;
blocking=0;
damage=10000;
energy=5000;
footprintX=8;
footprintZ=8;
height=5;
hitdensity=70;
object=JPNT14_dead.s3o;
reclaimable=1;
[customParams]
{

}
}

2 changes: 1 addition & 1 deletion units/jpn/ships/JPNT14.lua
Expand Up @@ -7,7 +7,7 @@ local JPNT14 = ArmedBoat:New{
buildCostMetal = 1440,
collisionVolumeOffsets = [[0.0 -10.0 -5.0]],
collisionVolumeScales = [[22.0 20.0 85.0]],
corpse = "RUSKomsMTB_dead", -- TODO: needs a corpse (model exists)
corpse = "JPNT14_dead",
maxDamage = 1450,
maxReverseVelocity = 3.005,
maxVelocity = 3.96,
Expand Down

0 comments on commit 24ce820

Please sign in to comment.