File: monster_fleets.inf

package info (click to toggle)
freeorion 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 194,940 kB
  • sloc: cpp: 186,508; python: 40,969; ansic: 1,164; xml: 719; makefile: 32; sh: 7
file content (217 lines) | stat: -rw-r--r-- 5,593 bytes parent folder | download
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
MonsterFleet
    name = "SM_KRILL_1"
    ships = [
        "SM_KRILL_1"
    ]
    spawnrate = 0.5
    spawnlimit = 9999
    location = And [
        Not Contains Monster
        Not WithinStarlaneJumps jumps = max(2, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_TREE"
    ships = [
        "SM_TREE"
    ]
    spawnrate = 0.7
    spawnlimit = 9999
    location = And [
        Star type = [Blue White Yellow Orange Red]
        Not Contains Monster
        Not WithinStarlaneJumps jumps = max(2, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_DRONE_FACTORY"
    ships = [
        "SM_DRONE_FACTORY"
    ]
    spawnrate = 0.4
    spawnlimit = 5
    location = And [
        Not Contains Or [
            Armed
            Monster
        ]
        Not WithinStarlaneJumps jumps = max(3, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        Not Star type = NoStar
        ]
    ]

MonsterFleet
    name = "SM_DRONE"
    ships = [
        "SM_DRONE"
    ]
    spawnrate = 0.1
    spawnlimit = 9999
    location = And [
        Not Contains Or [
            Armed
            Monster
        ]
        Not WithinStarlaneJumps jumps = max(2, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_FLOATER"
    ships = [
        "SM_FLOATER"
    ]
    spawnrate = 0.7
    spawnlimit = 50
    location = And [
        Not Contains Monster
        Not WithinStarlaneJumps jumps = max(2, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_DRAGON"
    ships = [
        "SM_DRAGON"
    ]
    spawnrate = 0.3
    spawnlimit = 50
    location = And [
        Not Contains Monster
        Not WithinStarlaneJumps jumps = max(4, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_KRAKEN_1"
    ships = [
        "SM_KRAKEN_1"
    ]
    spawnrate = 0.8
    spawnlimit = 100
    location = And [
        Not Contains Monster
        Contains Planet type = GasGiant
        Not WithinStarlaneJumps jumps = max(3, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_SNOWFLAKE_1"
    ships = [
        "SM_SNOWFLAKE_1"
    ]
    spawnrate = 1.2
    spawnlimit = 100
    location = And [
        Not Contains Monster
        Contains Planet size = Small
        Not WithinStarlaneJumps jumps = max(2, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_JUGGERNAUT_1"
    ships = [
        "SM_JUGGERNAUT_1"
    ]
    spawnrate = 1.2
    spawnlimit = 100
    location = And [
        Not Contains Monster
        Contains Planet type = Asteroids
        Not WithinStarlaneJumps jumps = max(4, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_CLOUD"
    ships = [
        "SM_CLOUD"
    ]
    spawnrate = 3.0
    spawnlimit = 2
    location = And [
        Not Contains Monster
        Not WithinStarlaneJumps jumps = max(4, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_SNAIL"
    ships = [
        "SM_SNAIL"
    ]
    spawnrate = 2.0
    spawnlimit = 20
    location = And [
        Not Contains Monster
        Contains Planet type = Asteroids
        Not WithinStarlaneJumps jumps = max(2, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_EXP_OUTPOST"
    ships = [
        "SM_EXP_OUTPOST"
    ]
    spawnrate = 1000.0
    spawnlimit = 1
    location = And [
        ((GameRule name = "RULE_ENABLE_EXPERIMENTORS") > 0)
        Contains And [
            Planet
            Unowned
            Not Species
            Not Planet type = [Asteroids GasGiant]
        ]
        Not Contains Or [
            HasSpecial name = "ANCIENT_RUINS_SPECIAL"
            HasSpecial name = "PANOPTICON_SPECIAL"
            HasSpecial name = "GAIA_SPECIAL"
        ]
        Not WithinStarlaneJumps jumps = max(6, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]

MonsterFleet
    name = "SM_DAMPENING_CLOUD"
    ships = [
         "SM_DAMPENING_CLOUD"
     ]
    spawnrate = 0.5
    spawnlimit = 1
    location = And [
        Not Contains Monster
        Not WithinStarlaneJumps jumps = max(4, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = Contains And [
            Planet
            OwnedBy affiliation = AnyEmpire
        ]
    ]