-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathKerbin_Pyramids.cfg
134 lines (105 loc) · 2.71 KB
/
Kerbin_Pyramids.cfg
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
// Contract for visiting the pyramids.
// Author: nightingale
CONTRACT_TYPE
{
name = AS_Kerbin_Pyramids
group = AnomalySurveyor
title = Investigate the Pyramids.
description = They say the ancient Mun worshippers of the western deserts were the first to launch a rocket into orbit. Make a pilgrimage out to the ancient pyramids.
synopsis = Visit the pyramids.
completedMessage = Hope you had fun, time to get back to work!
// Level 1 prestige
prestige = Trivial
targetBody = Kerbin
// Always offered by the Anomaly Surveyor Group
agent = Anomaly Surveyor Group
// Can only do this contract once
maxCompletions = 1
// Contract rewards
rewardFunds = 35000.0
rewardReputation = 5.0
PARAMETER
{
name = WP0
type = All
title = Check out the pyramids
PARAMETER
{
name = VesselIsType
type = VesselIsType
vesselType = EVA
}
PARAMETER
{
name = VisitWaypoint
type = VisitWaypoint
index = 0
distance = 150
}
}
BEHAVIOUR
{
name = WaypointGenerator
type = WaypointGenerator
PQS_CITY
{
// The name of the waypoint - displayed on the marker
name = Pyramids
icon = ContractPacks/AnomalySurveyor/Icons/pyramids
// The location
pqsCity = Pyramids
pqsOffset = 0.0594870703295953, 0.426517593654211, -30.48978089377
altitude = 64.4701229560901
}
}
BEHAVIOUR
{
type = DialogBox
DIALOG_BOX
{
title = Great Sphinx
condition = PARAMETER_COMPLETED
parameter = WP0
KERBAL
{
}
TEXT
{
text = There's an inscription on the statue: "Which creature has one voice and yet becomes four-footed and two-footed and three-footed?"
}
}
DIALOG_BOX
{
title = Great Sphinx
condition = PARAMETER_COMPLETED
parameter = WP0
INSTRUCTOR
{
name = Strategy_MechanicGuy
animation = true_thumbsUp
}
TEXT
{
text = A Kerbal!
}
}
DIALOG_BOX
{
title = Great Sphinx
condition = PARAMETER_COMPLETED
parameter = WP0
KERBAL
{
}
TEXT
{
text = ... I knew that one.
}
}
}
REQUIREMENT
{
name = Orbit
type = Orbit
}
}