Skip to content

Commit

Permalink
adjusts model piece numbers for cortext units (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
drivver44 authored Dec 3, 2024
1 parent e69f7b2 commit f0e203e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions luarules/configs/collisionvolumes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pieceCollisionVolume['armvulc'] = {
}
pieceCollisionVolume['corgator'] = {
['0']={23,14,33,0,0,0,2,1},
['1']={15,5,25,0,0,2,2,1},
['3']={15,5,25,0,0,2,2,1},
}
pieceCollisionVolume['corsala'] = {
['0']={34,20,34,0,3.5,0,2,1},
Expand All @@ -249,15 +249,15 @@ pieceCollisionVolume['cortermite'] = {

pieceCollisionVolume['correap'] = {
['0']={36,20,46,0,3.5,0,2,1},
['1']={24,14,24,0,1.875,1.5,2,1},
['3']={24,14,24,0,1.875,1.5,2,1},
}
pieceCollisionVolume['corlevlr'] = {
['0']={31,17,31,0,3.5,0,2,1},
['1']={16,10,15,0,1.875,1.5,2,1},
}
pieceCollisionVolume['corraid'] = {
['0']={33,18,39,0,3.5,0,2,1},
['2']={16,7,15,0,0,1,2,1},
['4']={16,7,15,0,0,1,2,1},
}
pieceCollisionVolume['cormist'] = {
['0']={34,18,43,0,3.5,0,2,1},
Expand Down Expand Up @@ -328,8 +328,8 @@ pieceCollisionVolume['seal'] = {
['1']={12,16,12,0,0,0,2,1},
}
pieceCollisionVolume['corban'] = {
['0']={26,32,34,0,0,0,2,1},
['3']={24,16,24,0,0,0,2,1},
['0']={44,32,44,0,0,0,2,1},
['3']={24,16,24,0,8,0,2,1},
}
pieceCollisionVolume['cormart'] = {
['0']={30,28,34,0,0,0,2,1},
Expand Down

0 comments on commit f0e203e

Please sign in to comment.