-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuclearProgram.lua
More file actions
88 lines (88 loc) · 1.74 KB
/
NuclearProgram.lua
File metadata and controls
88 lines (88 loc) · 1.74 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
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
PlaceObj("BuildingTemplate", {
"name",
"NuclearProgram",
"file_name",
"NuclearProgram"
}, {
PlaceObj("BuildingProperties", {
"Model",
"NuclearProgram",
"Flammable",
false,
"Name",
T({
6263,
"Nuclear Program"
}),
"NamePlural",
T({
11616,
"Nuclear Programs"
}),
"Description",
T({
6264,
"Every dictator dreams of his very own Nuclear Program. It is the crowning masterpiece of his reign and a representation of his ultimate mastery over the fate of the whole world. Nobody is more disappointed than the dictator who found a piece of coal instead of a piece of uranium in his Christmas stocking."
}),
"MenuText",
T({
6265,
"Reduces chance of foreign invasion."
}),
"BaseBudgetMin",
200,
"BaseBudgetMax",
420,
"BasePowerCons",
220,
"asphalt_road",
true,
"TerrainName",
"square2",
"MaxCount",
1
}),
PlaceObj("NuclearSilos", nil),
PlaceObj("Construction", {
"Research",
"9.4. Nuclear Program",
"Category",
"military",
"Position",
9,
"ConstructionCost",
30000,
"ConstructionPoints",
1800,
"Era",
3
}),
PlaceObj("Liberty", {
"BaseAmount",
-20,
"Radius",
10000
}),
PlaceObj("StandingComponent", {
"Type",
"militarists"
}),
PlaceObj("StandingComponent", {
"Type",
"nationalists"
}),
PlaceObj("Workplace", {
"BaseMaxWorkers",
10,
"BaseInherentEducationRequired",
4,
"BaseInherentWealthProvided",
4,
"BaseInherentJobQuality",
60,
"Manageable",
true,
"WorkerProfession",
"Scientist"
})
})