Compare commits
2 commits
00d28f01d2
...
55a01c1409
Author | SHA1 | Date | |
---|---|---|---|
55a01c1409 | |||
1df7f66f58 |
5 changed files with 46893 additions and 0 deletions
Wavebreakers
17491
Wavebreakers/OPC Loki - Modular Ship/bp.sbc
Normal file
17491
Wavebreakers/OPC Loki - Modular Ship/bp.sbc
Normal file
File diff suppressed because it is too large
Load diff
BIN
Wavebreakers/OPC Loki - Modular Ship/thumb.png
Normal file
BIN
Wavebreakers/OPC Loki - Modular Ship/thumb.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 501 KiB |
29373
Wavebreakers/[DAM] Wave Loki Prefab/bp.sbc
Normal file
29373
Wavebreakers/[DAM] Wave Loki Prefab/bp.sbc
Normal file
File diff suppressed because it is too large
Load diff
BIN
Wavebreakers/[DAM] Wave Loki Prefab/thumb.png
Normal file
BIN
Wavebreakers/[DAM] Wave Loki Prefab/thumb.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 411 KiB |
29
Wavebreakers/chopshop.json
Normal file
29
Wavebreakers/chopshop.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"smallgrid": [
|
||||
{
|
||||
"repl": "SmallBlockArmor(\\w+)",
|
||||
"with": "CAP_Armor$1"
|
||||
},
|
||||
{
|
||||
"repl": "Half(\\w+)",
|
||||
"with": "CAP_Half$1"
|
||||
},
|
||||
{
|
||||
"repl": "ConveyorTubeSmallT",
|
||||
"with": "AWGConveyorCube"
|
||||
},
|
||||
{
|
||||
"repl": "ConveyorTubeSmallCurved",
|
||||
"with": "AWGConveyorCube"
|
||||
},
|
||||
{
|
||||
"repl": "ConveyorTubeSmall",
|
||||
"with": "AWGConveyorStraight"
|
||||
},
|
||||
{
|
||||
"repl": "SmallBlockConveyor",
|
||||
"with": "AWGConveyorCube"
|
||||
}
|
||||
],
|
||||
"largegrid": []
|
||||
}
|
Loading…
Reference in a new issue