Next structural set

This commit is contained in:
Chris Adderley
2019-06-11 13:38:37 -07:00
parent 5155c72d8c
commit ae7358f046
23 changed files with 23 additions and 9 deletions

View File

@ -65,7 +65,7 @@
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-1
model = ReStock/Assets/Structural/restock-truss-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
@ -108,7 +108,7 @@
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-2
model = ReStock/Assets/Structural/restock-truss-2
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
@ -151,7 +151,7 @@
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-adapter-125-1
model = ReStock/Assets/Structural/restock-truss-adapter-125-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
@ -301,6 +301,7 @@
{
IBeamWide = true
IBeamWideTruss = false
IBeamWideBlankets = false
}
}
VARIANT
@ -313,6 +314,19 @@
{
IBeamWide = false
IBeamWideTruss = true
IBeamWideBlankets = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
{
IBeamWide = false
IBeamWideTruss = false
IBeamWideBlankets = true
}
}
}