mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
more calamity integration and rebalancing
This commit is contained in:
+9
-1
@@ -30,7 +30,12 @@ public class YhtPlayer : ModPlayer {
|
||||
Player.maxMinions += GetSummonersAmbitionMinionBonus();
|
||||
|
||||
if (SummonerAmbitions.Contains("king_slime")) {
|
||||
Player.whipRangeMultiplier += 0.2f;
|
||||
if (ModLoader.HasMod("CalamityMod")) {
|
||||
Player.whipRangeMultiplier += 0.1f;
|
||||
}
|
||||
else {
|
||||
Player.whipRangeMultiplier += 0.2f;
|
||||
}
|
||||
}
|
||||
|
||||
if (ModLoader.HasMod("CalamityMod") && SummonerAmbitions.Contains("desert_scourge")) {
|
||||
@@ -48,6 +53,9 @@ public class YhtPlayer : ModPlayer {
|
||||
if (SummonerAmbitions.Contains("skeletron")) {
|
||||
Player.GetKnockback(DamageClass.Summon) += 0.1f;
|
||||
}
|
||||
if (ModLoader.HasMod("CalamityMod") && SummonerAmbitions.Contains("slime_god")) {
|
||||
Player.whipRangeMultiplier += 0.1f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user