Skip to content

Commit

Permalink
add new config values to infernal mobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 28, 2020
1 parent 42a5b90 commit ace194f
Showing 1 changed file with 140 additions and 1 deletion.
141 changes: 140 additions & 1 deletion config/InfernalMobs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,24 @@ general {
# One in THIS many already ultra Mobs will become infernal
I:infernoRarity=7

# highest amount of damage an Infernal Mob or reflecting Mod will do in a single strike
# Maximum number of Modifiers an Elite mob will receive
I:maxEliteModifiers=5

# Maximum number of Modifiers an Inferno mob will receive
I:maxInfernoModifiers=15
D:maxOneShotDamage=12.0

# Maximum number of Modifiers an Ultra mob will receive
I:maxUltraModifiers=10

# Minimum number of Modifiers an Elite mob will receive
I:minEliteModifiers=2

# Minimum number of Modifiers an Inferno mob will receive
I:minInfernoModifiers=8

# Minimum number of Modifiers an Ultra mob will receive
I:minUltraModifiers=5
D:mobFarmDamageThreshold=150.0

# Multiplier applied ontop of all of the modified Mobs health
Expand All @@ -694,6 +710,129 @@ general {
}


mm_1up {
# Multiplies the mob maximum health when healing back up, cannot get past maximum mob health
D:healAmountMultiplier=1.0
}


mm_alchemist {
# Time between ability uses
D:coolDownMillis=6000.0
}


mm_berserk {
# Maximum amount of damage that a mob with Berserk can deal (0, or less than zero for unlimited berserk damage)
D:berserkMaxDamage=0.0

# Damage multiplier, limited by maxOneShotDamage
D:damageMultiplier=2.0
}


mm_blastoff {
# Time between ability uses
D:coolDownMillis=15000.0
}


mm_bulwark {
# Damage (taken) multiplier, only makes sense for values < 1.0
D:damageMultiplier=0.5
}


mm_cloaking {
# Time mob is cloaked
D:cloakingDurationTicks=200.0

# Time between ability uses
D:coolDownMillis=12000.0
}


mm_darkness {
# Time attacker is darkened
D:darknessDurationTicks=120.0
}


mm_fiery {
# Time attacker is set on fire
D:fieryDurationSecs=3.0
}


mm_ghastly {
# Time between ability uses
D:coolDownMillis=6000.0
}


mm_gravity {
# Time between ability uses
D:coolDownMillis=5000.0
}


mm_poisonous {
# Time attacker is poisoned
D:poisonDurationTicks=120.0
}


mm_regen {
# Time between ability uses
D:coolDownMillis=500.0
}


mm_sapper {
# Time attacker is hungering
D:hungerDurationTicks=120.0
}


mm_sprint {
# Time between ability uses
D:coolDownMillis=5000.0
}


mm_storm {
# Time between ability uses
D:coolDownMillis=15000.0
}


mm_vengeance {
# Maximum amount of damage that is reflected (0, or less than zero for unlimited vengeance damage)
D:vengeanceMaxDamage=0.0

# Multiplies damage received, result is subtracted from attacking entity's health
D:vengeanceMultiplier=0.5
}


mm_weakness {
# Time attacker is weakened
D:weaknessDurationTicks=120.0
}


mm_webber {
# Time between ability uses
D:coolDownMillis=15000.0
}


mm_wither {
# Time attacker is withered
D:witherDurationTicks=120.0
}


permittedentities {
B:BabyHeatscarSpider=true
B:BlueSlime=true
Expand Down

0 comments on commit ace194f

Please sign in to comment.