mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
4 Commits
018846cc07
...
7e4512e20e
Author | SHA1 | Date | |
---|---|---|---|
|
7e4512e20e | ||
|
8ef0a516f0 | ||
|
ba9aa2c16a | ||
|
4bbd76d3b0 |
@ -42,10 +42,9 @@ Localization
|
|||||||
#LOC_Restock_variant-engine_boattail_size1p5_white = Boattail (1.875m, White)
|
#LOC_Restock_variant-engine_boattail_size1p5_white = Boattail (1.875m, White)
|
||||||
#LOC_Restock_variant-engine_boattail_size1_grey-orange = Boattail (1.25m, Orange/Grey)
|
#LOC_Restock_variant-engine_boattail_size1_grey-orange = Boattail (1.25m, Orange/Grey)
|
||||||
#LOC_Restock_variant-engine_boattail_size1p5_grey-orange = Boattail (1.875m, Orange/Grey)
|
#LOC_Restock_variant-engine_boattail_size1p5_grey-orange = Boattail (1.875m, Orange/Grey)
|
||||||
#LOC_Restock_variant-engine_tankbutt = Tankbutt
|
#LOC_Restock_variant-engine_tankbutt_white = Tank Butt (White)
|
||||||
#LOC_Restock_variant-engine_tankbutt_white = Tankbutt (White)
|
#LOC_Restock_variant-engine_tankbutt_size2_white = Tank Butt (2.5m, White)
|
||||||
#LOC_Restock_variant-engine_tankbutt_size2_white = Tankbutt (2.5m, White)
|
#LOC_Restock_variant-engine_tankbutt_size2_grey-orange = Tank Butt (2.5m, Orange/Grey)
|
||||||
#LOC_Restock_variant-engine_tankbutt_size2_grey-orange = Tankbutt (2.5m, Orange/Grey)
|
|
||||||
#LOC_Restock_variant-engine_singlebell_compact = Single Compact
|
#LOC_Restock_variant-engine_singlebell_compact = Single Compact
|
||||||
#LOC_Restock_variant-engine_singlebell_compact_white = Single Compact (White Shroud)
|
#LOC_Restock_variant-engine_singlebell_compact_white = Single Compact (White Shroud)
|
||||||
#LOC_Restock_variant-engine_singlebell_compact_grey-orange = Single Compact (Orange/Grey Shroud)
|
#LOC_Restock_variant-engine_singlebell_compact_grey-orange = Single Compact (Orange/Grey Shroud)
|
||||||
@ -66,7 +65,7 @@ Localization
|
|||||||
|
|
||||||
#LOC_Restock_variant-engine_shroud_white = White Shroud
|
#LOC_Restock_variant-engine_shroud_white = White Shroud
|
||||||
#LOC_Restock_variant-engine_shroud_grey-orange = Metallic Shroud
|
#LOC_Restock_variant-engine_shroud_grey-orange = Metallic Shroud
|
||||||
#LOC_Restock_variant-engine_shroud_grey-orange-alt = Orange/Grey Shroud
|
#LOC_Restock_variant-engine_shroud_grey-orange-alt = Orange/Grey Shroud
|
||||||
|
|
||||||
#LOC_Restock_variant-engine_shroud = Shrouded
|
#LOC_Restock_variant-engine_shroud = Shrouded
|
||||||
#LOC_Restock_variant-engine_shroud_wide = Wide Shrouded
|
#LOC_Restock_variant-engine_shroud_wide = Wide Shrouded
|
||||||
|
@ -245,7 +245,7 @@
|
|||||||
{
|
{
|
||||||
model = ReStock/Assets/Engine/restock-engine-vector-1
|
model = ReStock/Assets/Engine/restock-engine-vector-1
|
||||||
}
|
}
|
||||||
@bulkheadProfiles = srf, size1, size2
|
@bulkheadProfiles = srf, size1
|
||||||
node_attach = 0.0,0,0.0 , 0.0, 1.0, 0.0, 1
|
node_attach = 0.0,0,0.0 , 0.0, 1.0, 0.0, 1
|
||||||
!DRAG_CUBE {}
|
!DRAG_CUBE {}
|
||||||
DRAG_CUBE
|
DRAG_CUBE
|
||||||
|
@ -1836,7 +1836,7 @@
|
|||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
name = TankButt
|
name = TankButt
|
||||||
displayName = #LOC_Restock_variant-engine_tankbutt
|
displayName = #autoLOC_8007112
|
||||||
primaryColor = #ffffff
|
primaryColor = #ffffff
|
||||||
secondaryColor = #000000
|
secondaryColor = #000000
|
||||||
sizeGroup = GroupA
|
sizeGroup = GroupA
|
||||||
|
@ -494,7 +494,7 @@
|
|||||||
!sound_explosion_low = DELETE
|
!sound_explosion_low = DELETE
|
||||||
!MODULE[ModulePartVariants] {}
|
!MODULE[ModulePartVariants] {}
|
||||||
!MODULE[FXModuleLookAtConstraint] {}
|
!MODULE[FXModuleLookAtConstraint] {}
|
||||||
@bulkheadProfiles = size1, size1p5, size2, size3, srf
|
@bulkheadProfiles = size1, size1p5, size2, srf
|
||||||
EFFECTS
|
EFFECTS
|
||||||
{
|
{
|
||||||
engage
|
engage
|
||||||
|
@ -27,7 +27,7 @@ PART
|
|||||||
breakingTorque = 150
|
breakingTorque = 150
|
||||||
maxTemp = 2000
|
maxTemp = 2000
|
||||||
fuelCrossFeed = True
|
fuelCrossFeed = True
|
||||||
bulkheadProfiles = size1, size1p5, size2, size3, srf
|
bulkheadProfiles = size1, size1p5, size2, srf
|
||||||
tags = #LOC_RestockPlus_restock-engine-galleon_tags
|
tags = #LOC_RestockPlus_restock-engine-galleon_tags
|
||||||
/// Flag to disable this part if MH is installed
|
/// Flag to disable this part if MH is installed
|
||||||
MHReplacement = True
|
MHReplacement = True
|
||||||
|
Loading…
Reference in New Issue
Block a user