mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
#LOC tags for Science animations and resolve satellite contracts issue
This commit is contained in:
parent
c3866326b2
commit
c8873a305a
@ -41,24 +41,24 @@ PART
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = inline-Deploy
|
||||
startEventGUIName = Deploy
|
||||
endEventGUIName = Close
|
||||
actionGUIName = Toggle Cover
|
||||
startEventGUIName = #autoLOC_502050 //#autoLOC_502050 = Deploy
|
||||
endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close
|
||||
actionGUIName = #autoLOC_502052 //#autoLOC_502052 = Toggle Cover
|
||||
evaDistance = 1.5
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceExperiment
|
||||
experimentID = mysteryGoo
|
||||
experimentActionName = Observe Mystery Goo
|
||||
resetActionName = Reset Goo Canister
|
||||
experimentActionName = #autoLOC_502053 //#autoLOC_502053 = Observe Mystery Goo
|
||||
resetActionName = #autoLOC_502054 //#autoLOC_502054 = Reset Goo Canister
|
||||
useStaging = False
|
||||
useActionGroups = True
|
||||
hideUIwhenUnavailable = True
|
||||
xmitDataScalar = 0.3
|
||||
FxModules = 0
|
||||
dataIsCollectable = True
|
||||
collectActionName = Collect Data
|
||||
collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
|
||||
interactionRange = 1.5
|
||||
usageReqMaskInternal = 1
|
||||
usageReqMaskExternal = 8
|
||||
|
@ -40,17 +40,17 @@ PART
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = radial-Deploy
|
||||
startEventGUIName = Open Doors
|
||||
endEventGUIName = Close Doors
|
||||
actionGUIName = Toggle Doors
|
||||
startEventGUIName = #autoLOC_502058 //#autoLOC_502058 = Open Doors
|
||||
endEventGUIName = #autoLOC_502059 //#autoLOC_502059 = Close Doors
|
||||
actionGUIName = #autoLOC_502060 //#autoLOC_502060 = Toggle Doors
|
||||
evaDistance = 1.85
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceExperiment
|
||||
experimentID = mobileMaterialsLab
|
||||
experimentActionName = Observe Materials Bay
|
||||
resetActionName = Reset Materials Bay
|
||||
experimentActionName = #autoLOC_502061 //#autoLOC_502061 = Observe Materials Bay
|
||||
resetActionName = #autoLOC_502062 //#autoLOC_502062 = Reset Materials Bay
|
||||
useStaging = False
|
||||
useActionGroups = True
|
||||
hideUIwhenUnavailable = True
|
||||
@ -58,7 +58,7 @@ PART
|
||||
xmitDataScalar = 0.35
|
||||
FxModules = 0
|
||||
dataIsCollectable = True
|
||||
collectActionName = Collect Data
|
||||
collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
|
||||
interactionRange = 1.85
|
||||
usageReqMaskInternal = 1
|
||||
usageReqMaskExternal = 8
|
||||
|
@ -0,0 +1,14 @@
|
||||
@Contracts:FOR[ReStockPlus]
|
||||
{
|
||||
@Satellite
|
||||
{
|
||||
@PART_REQUEST:HAS[#Part[GooExperiment]]
|
||||
{
|
||||
Part = restock-goocanister-625-1
|
||||
}
|
||||
@PART_REQUEST:HAS[#Part[science_module]]
|
||||
{
|
||||
Part = restock-materialbay-radial-1
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user