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
|
name = ModuleAnimateGeneric
|
||||||
animationName = inline-Deploy
|
animationName = inline-Deploy
|
||||||
startEventGUIName = Deploy
|
startEventGUIName = #autoLOC_502050 //#autoLOC_502050 = Deploy
|
||||||
endEventGUIName = Close
|
endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close
|
||||||
actionGUIName = Toggle Cover
|
actionGUIName = #autoLOC_502052 //#autoLOC_502052 = Toggle Cover
|
||||||
evaDistance = 1.5
|
evaDistance = 1.5
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModuleScienceExperiment
|
name = ModuleScienceExperiment
|
||||||
experimentID = mysteryGoo
|
experimentID = mysteryGoo
|
||||||
experimentActionName = Observe Mystery Goo
|
experimentActionName = #autoLOC_502053 //#autoLOC_502053 = Observe Mystery Goo
|
||||||
resetActionName = Reset Goo Canister
|
resetActionName = #autoLOC_502054 //#autoLOC_502054 = Reset Goo Canister
|
||||||
useStaging = False
|
useStaging = False
|
||||||
useActionGroups = True
|
useActionGroups = True
|
||||||
hideUIwhenUnavailable = True
|
hideUIwhenUnavailable = True
|
||||||
xmitDataScalar = 0.3
|
xmitDataScalar = 0.3
|
||||||
FxModules = 0
|
FxModules = 0
|
||||||
dataIsCollectable = True
|
dataIsCollectable = True
|
||||||
collectActionName = Collect Data
|
collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
|
||||||
interactionRange = 1.5
|
interactionRange = 1.5
|
||||||
usageReqMaskInternal = 1
|
usageReqMaskInternal = 1
|
||||||
usageReqMaskExternal = 8
|
usageReqMaskExternal = 8
|
||||||
|
@ -40,17 +40,17 @@ PART
|
|||||||
{
|
{
|
||||||
name = ModuleAnimateGeneric
|
name = ModuleAnimateGeneric
|
||||||
animationName = radial-Deploy
|
animationName = radial-Deploy
|
||||||
startEventGUIName = Open Doors
|
startEventGUIName = #autoLOC_502058 //#autoLOC_502058 = Open Doors
|
||||||
endEventGUIName = Close Doors
|
endEventGUIName = #autoLOC_502059 //#autoLOC_502059 = Close Doors
|
||||||
actionGUIName = Toggle Doors
|
actionGUIName = #autoLOC_502060 //#autoLOC_502060 = Toggle Doors
|
||||||
evaDistance = 1.85
|
evaDistance = 1.85
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModuleScienceExperiment
|
name = ModuleScienceExperiment
|
||||||
experimentID = mobileMaterialsLab
|
experimentID = mobileMaterialsLab
|
||||||
experimentActionName = Observe Materials Bay
|
experimentActionName = #autoLOC_502061 //#autoLOC_502061 = Observe Materials Bay
|
||||||
resetActionName = Reset Materials Bay
|
resetActionName = #autoLOC_502062 //#autoLOC_502062 = Reset Materials Bay
|
||||||
useStaging = False
|
useStaging = False
|
||||||
useActionGroups = True
|
useActionGroups = True
|
||||||
hideUIwhenUnavailable = True
|
hideUIwhenUnavailable = True
|
||||||
@ -58,7 +58,7 @@ PART
|
|||||||
xmitDataScalar = 0.35
|
xmitDataScalar = 0.35
|
||||||
FxModules = 0
|
FxModules = 0
|
||||||
dataIsCollectable = True
|
dataIsCollectable = True
|
||||||
collectActionName = Collect Data
|
collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
|
||||||
interactionRange = 1.85
|
interactionRange = 1.85
|
||||||
usageReqMaskInternal = 1
|
usageReqMaskInternal = 1
|
||||||
usageReqMaskExternal = 8
|
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