forked from BattletechModders/RogueTech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfp_glider.json
More file actions
59 lines (59 loc) · 1.62 KB
/
Copy pathfp_glider.json
File metadata and controls
59 lines (59 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
{
"Description": {
"Id": "fp_glider",
"Name": "Gliding",
"Details": "We have received a secret communication from Jade Falcon. They want us to test one of their new projects.",
"Icon": "glider"
},
"Weight": 300,
"InternalName": "testpilot",
"PublishState": "PUBLISHED",
"Difficulty": 5,
"Requirements": [
{
"Scope": "Company",
"RequirementTags": {
"items": [],
"tagSetSourceFile": "Tags/CompanyTags"
},
"ExclusionTags": {
"items": [
"flashpoint_glider_complete"
],
"tagSetSourceFile": ""
}
}
],
"LocationRequirements": {
"Scope": "StarSystem",
"RequirementTags": {
"items": [
"planet_faction_ClanJadeFalcon"
],
"tagSetSourceFile": "Tags/PlanetNameTags"
},
"ExclusionTags": {
"items": [
"planet_pop_none"
],
"tagSetSourceFile": ""
}
},
"PotentialEmployers": [
"ClanJadeFalcon"
],
"TargetFaction": "Locals",
"AllowRefitTime": false,
"FlashpointLength": "LONG",
"Repeatable": false,
"MilestoneSetID": "ms_fp_glider",
"UseAvailableTimeoutOverride": false,
"AvailableTimeout": 0,
"UseInProgressTimeoutOverride": false,
"InProgressTimeout": 0,
"RewardCollectionID": "RT_FP_glidertems",
"UnitDropTonnageHint": "None",
"LanceDropTonnageHint": "None",
"FlashpointShortDescription": "Seems that Jade Falcon may be dabbling in forbiden technology. We have been invited to test some of this equipment out. \n\n<b><color=#f44336>THIS FLASHPOINT REQUIRES 4 LAM PILOTS.</color></b>",
"FlashpointDescriberCastDefId": "castDef_DariusDefault"
}