forked from maculator/KerbalAircraftBuilders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBasics.cfg
53 lines (45 loc) · 780 Bytes
/
Basics.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
//The basics:
AGENT
{
name = Kerbal Aircraft Builders
description = We are all about Aircrafts: building, flying, testing
You want it, we build it!
logoURL = ContractPacks/KerbalAircraftBuilders/KAB
logoScaledURL = ContractPacks/KerbalAircraftBuilders/KAB_scaled
}
CONTRACT_GROUP
{
name = KAB_Master
maxSimultaneous = 2
maxCompletions = 0
CONTRACT_GROUP
{
name = Altitude
maxSimultaneous = 1
maxCompletions = 0
}
CONTRACT_GROUP
{
name = Speed
maxSimultaneous = 1
maxCompletions = 0
}
CONTRACT_GROUP
{
name = Island
maxSimultaneous = 1
maxCompletions = 0
}
CONTRACT_GROUP
{
name = Tourists
maxSimultaneous = 1
maxCompletions = 0
}
CONTRACT_GROUP
{
name = Weight
maxSimultaneous = 1
maxCompletions = 0
}
}