-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchampions.cfg
358 lines (275 loc) · 15.1 KB
/
champions.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
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
# Configuration file
general {
# Additional name suffixes that will be added to the pool of names given to champions
S:"Additional Champion Name Suffixes" <
>
# Additional names that will be added to the pool of names given to champions
S:"Additional Champion Names" <
>
# The range an active beacon will prevent champion spawns, 0 to disable
I:"Beacon Blacklist Range"=64
# List of mobs that will always spawn as champions, can optionally include specific tier (i.e. 'minecraft:spider;2') or tier range (i.e. 'minecraft:spider;1;3
S:"Champion Mobs List" <
>
# Set whether champions can spawn from mob spawners
B:"Champions from Spawners"=true
# The tier (and above) of champions that will have death messages sent out upon defeat, 0 to disable
I:"Death Message Tier"=0
# Set which dimensions, listed as number ids, are blacklisted or whitelisted for champion mobs, leave blank to disable this option
S:"Dimension List" <
>
# Set whether the dimension configuration is blacklisted or whitelisted
# Valid values:
# BLACKLIST
# WHITELIST
S:"Dimension Permission Mode"=BLACKLIST
# Set whether to hide champion particles and HUD effects
B:"Hide Champion Effects"=false
# Sets whether to scale loot drop amount to tier number if LootSource.CONFIG is active
B:"Loot Drop Scales to Tier"=false
# Sets the loot drops from champions if loot source is set to CONFIG, format is tier;modid:name;metadata;stacksize;enchant(true/false);weight
S:"Loot Drops" <
>
# True if fake players can cause champion loot drops, otherwise false
B:"Loot Drops From Fake Players"=true
# Set whether champion mobs drop loot from the loot table, config, or both
# Valid values:
# LOOT_TABLE
# CONFIG
# BOTH
S:"Loot Source"config
# Set which mobs are blacklisted or whitelisted for champion mobs, leave blank to disable this option
S:"Mob List" <
aether_legacy:sun_spirit
>
# Set whether the mob configuration is blacklisted or whitelisted
# Valid values:
# BLACKLIST
# WHITELIST
S:"Mob Permission Mode"=BLACKLIST
##########################################################################################################
# client settings
#--------------------------------------------------------------------------------------------------------#
# Settings that are only client-side
##########################################################################################################
"client settings" {
# The distance, in blocks, from which the health bar can be seen
I:"Health Bar Visibility Range"=50
# The x-offset for the champion health bars
I:"Health Bar X-Offset"=0
# The y-offset for the champion health bars
I:"Health Bar Y-Offset"=0
# Set to true to render the names of the champions
B:"Name Visibility"=true
# A list of colors, as numbers, for each rank
S:"Rank Colors" <
>
}
##########################################################################################################
# growth settings
#--------------------------------------------------------------------------------------------------------#
# Settings that affect the growth rate of champion mobs
##########################################################################################################
"growth settings" {
# The increase in armor multiplied by the growth factor
D:Armor=2.0
# The increase in armor toughness multiplied by the growth factor
D:"Armor Toughness"=1.33
# The percent increase in attack damage multiplied by the growth factor
D:"Attack Damage"=0.667
# The increase in creeper explosion strength multiplied by tier, NOT by growth factor
I:"Creeper Explosion Strength"=2
# The increase in experience multiplied by the growth factor
D:Experience=1.33
# The percent increase in health multiplied by the growth factor
D:Health=0.4
# The increase in knockback resistance multiplied by the growth factor
D:"Knockback Resistance"=0.05
}
##########################################################################################################
# affix settings
#--------------------------------------------------------------------------------------------------------#
# Settings that affect individual affixes
##########################################################################################################
"affix settings" {
# Set the maximum distance that mobs can use their targeted abilities from, 0 to disable
I:"Maximum Ability Range"=0
##########################################################################################################
# adaptable
#--------------------------------------------------------------------------------------------------------#
# Settings for the Adaptable affix
##########################################################################################################
adaptable {
# The increase in damage reduction for each consecutive attack of the same damage type
D:"Damage Reduction Increment"=0.15
# The maximum damage reduction
D:"Maximum Damage Reduction"=0.9
}
##########################################################################################################
# arctic
#--------------------------------------------------------------------------------------------------------#
# Settings for the Arctic affix
##########################################################################################################
arctic {
# How often the champion will shoot projectiles (in ticks)
I:"Attack Interval"=20
}
##########################################################################################################
# cinder
#--------------------------------------------------------------------------------------------------------#
# Settings for the Cinder affix
##########################################################################################################
cinder {
# How often the champion will shoot projectiles (in ticks)
I:"Attack Interval"=20
}
##########################################################################################################
# dampening
#--------------------------------------------------------------------------------------------------------#
# Settings for the Dampening affix
##########################################################################################################
dampening {
# The amount of damage reduction to apply to indirect attacks
D:"Damage Reduction"=0.8
}
##########################################################################################################
# desecrator
#--------------------------------------------------------------------------------------------------------#
# Settings for the Desecrator affix
##########################################################################################################
desecrator {
# How often the champion will create harming clouds (in ticks)
I:"Attack Interval"=60
# How long, in ticks, it takes for the effect cloud to activate after being placed
I:"Cloud Activation Time"=20
# The duration, in ticks, of the cloud effect
I:"Cloud Duration"=200
# The radius of the cloud effect
D:"Cloud Radius"=4.0
}
##########################################################################################################
# hasty
#--------------------------------------------------------------------------------------------------------#
# Settings for the Hasty affix
##########################################################################################################
hasty {
# The base movement speed bonus
D:"Movement Bonus"=0.25
}
##########################################################################################################
# infested
#--------------------------------------------------------------------------------------------------------#
# Settings for the Infested affix
##########################################################################################################
infested {
# The amount of silverfish to infest per health point of the champion
D:"Silverfish Per Health"=0.5
# How many silverfish to spawn per interval
I:"Silverfish Spawn Amount"=2
# How long, in ticks, between silverfish spawns
I:"Silverfish Spawn Interval"=60
# The total amount of silverfish a champion can house at once
I:"Silverfish Total Amount"=20
}
##########################################################################################################
# jailer
#--------------------------------------------------------------------------------------------------------#
# Settings for the Jailer affix
##########################################################################################################
jailer {
# The percent chance that an attack will jail targets
D:"Chance per Attack"=0.2
}
##########################################################################################################
# knockback
#--------------------------------------------------------------------------------------------------------#
# Settings for the Knockback affix
##########################################################################################################
knockback {
# The multiplier to apply to the knockback strength
D:"Knockback Multiplier"=5.0
}
##########################################################################################################
# lively
#--------------------------------------------------------------------------------------------------------#
# Settings for the Lively affix
##########################################################################################################
lively {
# Set cooldown (in seconds) for regeneration after getting attacked
I:"Cooldown on Attacked"=3
# The amount of health per second regeneration
D:"Heal Amount"=1.0
# Multiplier to health regeneration when not aggressive
D:"Passive Multiplier"=5.0
}
##########################################################################################################
# molten
#--------------------------------------------------------------------------------------------------------#
# Settings for the Molten affix
##########################################################################################################
molten {
# Whether or not champions are damaged by water
B:Water-Resistant=false
}
##########################################################################################################
# plagued
#--------------------------------------------------------------------------------------------------------#
# Settings for the Plagued affix
##########################################################################################################
plagued {
# The potion that will be spread through the plague effect
S:"Infection Potion"=minecraft:poison
# The duration (in ticks) of the infection potion
I:"Infection Potion Duration"=200
# The power of the infection potion (base: 1)
I:"Infection Potion Power"=1
# The range that the infection will spread from hosts
I:"Infection Range"=3
# The duration (in ticks) of the plague effect
I:"Plague Duration"=300
}
##########################################################################################################
# reflecting
#--------------------------------------------------------------------------------------------------------#
# Settings for the Reflecting affix
##########################################################################################################
reflecting {
# Set whether or not reflected damage can be deadly
B:"Enable Killing Blow"=true
# The maximum amount of damage to reflect back
D:"Maximum Damage"=100.0
# The maximum percent of damage to reflect back
D:"Maximum Percent of Damage"=0.35
# The minimum percent of damage to reflect back
D:"Minimum Percent of Damage"=0.1
}
##########################################################################################################
# scrapper
#--------------------------------------------------------------------------------------------------------#
# Settings for the Scrapper affix
##########################################################################################################
scrapper {
# The percent chance that an attack will injure targets
D:"Chance per Attack"=0.4
}
##########################################################################################################
# vortex
#--------------------------------------------------------------------------------------------------------#
# Settings for the Vortex affix
##########################################################################################################
vortex {
# The strength of the vortex pulling effect
D:"Vortex Strength"=0.05
}
}
##########################################################################################################
# scaling health integration
#--------------------------------------------------------------------------------------------------------#
# Settings for integration with the Scaling Health mod
##########################################################################################################
"scaling health integration" {
# List of tiers with numbers to multiply spawn rates by difficulty (i.e. '1;0.02' to increase tier 1 spawns by 2 percent per difficulty). Note that tier spawn chances are cumulative, so increasing lower tier spawns will naturally increase higher tier spawns.
S:"Tier Spawn Modifiers" <
>
}
}