mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
first successful calamity boss perk integration
This commit is contained in:
@@ -33,6 +33,10 @@ public class YhtPlayer : ModPlayer {
|
||||
Player.whipRangeMultiplier += 0.2f;
|
||||
}
|
||||
|
||||
if (ModLoader.HasMod("CalamityMod") && SummonerAmbitions.Contains("desert_scourge")) {
|
||||
Player.statLifeMax2 += 5;
|
||||
}
|
||||
|
||||
if (SummonerAmbitions.Contains("eater_of_worlds")) {
|
||||
Player.GetArmorPenetration(DamageClass.Summon) += 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user