mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fixes
- Skipper UV issue - Cherenkov running sound is now same as LV-N, not Spark - Cherenkov tech node is now nuclear Propulsion - Torch, Cherenkov manufacturers corrected to Rockomax
This commit is contained in:
@ -102,7 +102,7 @@ PART
|
||||
category = Engine
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-engine-torch_title
|
||||
manufacturer = #autoLOC_501638
|
||||
manufacturer = #autoLOC_501637
|
||||
description = #LOC_RestockPlus_restock-engine-torch_description
|
||||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||
attachRules = 1,1,1,0,0
|
||||
|
@ -48,13 +48,11 @@ PART
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
clip = sound_rocket_spurts
|
||||
clip = sound_rocket_hard
|
||||
volume = 0.0 0.0
|
||||
volume = 0.01 0.4
|
||||
volume = 1.0 1.0
|
||||
pitch = 0.0 0.2
|
||||
pitch = 0.01 0.6
|
||||
pitch = 1.0 1.8
|
||||
pitch = 1.0 1.0
|
||||
loop = true
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
@ -96,13 +94,13 @@ PART
|
||||
}
|
||||
}
|
||||
// --- editor parameters ---
|
||||
TechRequired = veryHeavyRocketry
|
||||
TechRequired = nuclearPropulsion
|
||||
entryCost = 121000
|
||||
cost = 40000
|
||||
category = Engine
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-engine-cherenkov_title
|
||||
manufacturer = #autoLOC_501638
|
||||
manufacturer = #autoLOC_501637
|
||||
description = #LOC_RestockPlus_restock-engine-cherenkov_description
|
||||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||
attachRules = 1,1,1,0,0
|
||||
|
Reference in New Issue
Block a user