-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathempty.json
More file actions
50 lines (50 loc) · 1.82 KB
/
empty.json
File metadata and controls
50 lines (50 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"@type": "ExamineActionsAPI.DataDrivenGenericAction.DataDrivenGenericAction",
"MelonDependency": null,
"GearNameDependency": null,
"CSharpTypeDependency": null,
"Id": "[!ACTION_ID]",
"MenuItemLocalizationKey": "[!LOCALIZATION_KEY]",
"MenuItemSpriteName": null,
"ActionButtonLocalizedStringKey": "[!LOCALIZATION_KEY]",
"InterruptOnStarving": false,
"InterruptOnExhausted": false,
"InterruptOnFreezing": false,
"InterruptOnDehydrated": false,
"InterruptOnNonRiskAffliction": false,
"NormalizedConditionInterruptThreshold": 0,
"ShouldInterruptProvider": null,
"CanBeCancelled": true,
"ShouldConsumeOnCancellation": false,
"ShouldConsumeOnFailure": false,
"ShouldConsumeOnSuccess": true,
"SubActionCountProvider": null,
"DurationMinuteProvider": null,
"FailureChanceProvider": null,
"ProgressSecondProvider": null,
"CanPerformProvider": null,
"IsActionAvailableProvider": null,
"MaterialItemProvider": null,
"MaterialLiquidProvider": null,
"MaterialPowderProvider": null,
"ProductItemProvider": null,
"ProductLiquidProvider": null,
"ProductPowderProvider": null,
"ToolOptionsProvider": null,
"IsValidWeatherProvider": null,
"IsValidTimeProvider": null,
"IsPointingToValidObjectProvider": null,
"ConsumingUnitsProvider": null,
"ConsumingLiquidLitersProvider": null,
"ConsumingPowderKgsProvider": null,
"AudioNameProvider": null,
"LightRequirementTypeProvider": null,
"OnPerformingCallbackProviders": null,
"OnSuccessCallbackProviders": null,
"OnFailureCallbackProviders": null,
"OnActionInterruptedBySystemCallbackProviders": null,
"OnInterruptionCallbackProviders": null,
"OnCancellationCallbackProviders": null,
"RequiredInDoorState": "NotSet",
"InfoConfigProvider": null
}