tModLoader Calamity Mod

What would you like me to create more of?

  • NPCs (enemies, house NPCs, etc.)

    Votes: 1,176 19.3%
  • Bosses

    Votes: 2,479 40.8%
  • Items (Accessories, Weapons, etc.)

    Votes: 1,606 26.4%
  • Vanity (furniture, armor sets, etc.)

    Votes: 441 7.3%
  • Mineable Stuff (Ores, Blocks, etc.)

    Votes: 377 6.2%

  • Total voters
    6,078
Revengence is really easy, I tested supreme calamatis and i beat her when i wasn't at her stage.
[doublepost=1498645663,1498645620][/doublepost]Revengence is really easy, I tested supreme calamatis and i beat her when i wasn't at her stage.
 
Revengence is really easy, I tested supreme calamatis and i beat her when i wasn't at her stage.
[doublepost=1498645663,1498645620][/doublepost]Revengence is really easy, I tested supreme calamatis and i beat her when i wasn't at her stage.
Please just, edit your post next time instead of quad posting.
 
ModLoader v0.10.0.2 cannot freaking load the flies from this mod properly. Posting it here because it happens on any random file in this mod.

It already failed to load the sprite of the entire Leviathan and, as of right now, failed to load in the Devourer of Gods' battle theme.

Going back to the v0.10.0.2 until this gets fixed or something.
 
Craft Ancient Medallion to spawn Ravager. And the Plaguebringer Goliath isn't too hard. What you need to do is focus on mobility with a good amount of defence. Bring Endurance potions, Yharim's Stimulants, good armor, etc. and you should be good with a bit of practice.

On a side-note, WTF is with this, Calamity? Elemental Gauntlet Hax

Rip Destroyer. Killed by Legendary Copper Shortsword. Always knew it'd happen one day.
:merchantcool:

I have 125 defence and the Upgraded angel treads and still
 
I have 125 defence and the Upgraded angel treads and still

Be sure you're using Xeroc armor and the True Ark of the Ancients. Having Wrath Potion, Rage Potion, Titan Scale Potion, Endurance Potion, Cadence Potion, Pumpkin Pie, Yharim's Stimulants, Calamitas' Brew, and maybe Statis' Ninja Belt should help you get the kill. Be sure you're also using a canopy (a line of blocks above you) when it says "Plague missiles have been launched" otherwise you'll die instantly when they touch down. You can fight freely up until the message appears then you should dive under cover, wait for them to hit, then come back out. This begins when the Goliath is at about half HP.

You're also free to just skip the Plaguebringer Goliath. If you defeat the Moon Lord, you can get the Ark of the Elements which can easily tear through him her.:merchantindifferent:
 
If you wonder why I don't really read posts here anymore it should be painfully obvious.

New version is out.

I'm also not giving the certain boots more acceleration. People wonder why Yharon is easy? Because they stack f*cking acceleration and max movement speed boosters from other mods. It sickens me.

I could give them a tiny acceleration boost like the silva armor does, but that's it.

Another comment, don't post ignorant crap over and over, it really grates on my patience. If it's too easy for you then go play something else.

THIS is also what the Bloodflare Core does:
Code:
if (player.whoAmI == Main.myPlayer)
 {
 int drain = Projectile.NewProjectile(player.Center.X, player.Center.Y, 0f, 0f, 476, 40, 0f, Main.myPlayer, 0f, 0f);
 Main.projectile[drain].usesLocalNPCImmunity = true;
 Main.projectile[drain].localNPCHitCooldown = 5;
 }
 if (player.statDefense < 100)
 {
 player.meleeDamage += 0.15f;
 player.magicDamage += 0.15f;
 player.rangedDamage += 0.15f;
 player.thrownDamage += 0.15f;
 player.minionDamage += 0.15f;
 }
 if(player.statLife <= (player.statLifeMax2 * 0.15f))
 {
 player.endurance += 0.3f;
 player.meleeCrit += 20;
 player.meleeDamage += 0.2f;
 player.magicCrit += 20;
 player.magicDamage += 0.2f;
 player.rangedCrit += 20;
 player.rangedDamage += 0.2f;
 player.thrownCrit += 20;
 player.thrownDamage += 0.2f;
 player.minionDamage += 0.2f;
 }
 else if(player.statLife <= (player.statLifeMax2 * 0.5f))
 {
 player.endurance += 0.15f;
 player.meleeCrit += 10;
 player.meleeDamage += 0.1f;
 player.magicCrit += 10;
 player.magicDamage += 0.1f;
 player.rangedCrit += 10;
 player.rangedDamage += 0.1f;
 player.thrownCrit += 10;
 player.thrownDamage += 0.1f;
 player.minionDamage += 0.1f;
 }

So, it does NOT just have it's effect blocked behind a 50% life conditional. If you have under 100 defense you also get a large boost to all damage stats.
 
Last edited:
I cant get mobs in the dungeon to spawn phantom spirits. I need phantoplasm to progress in the game. Can anyone help me? idk if it helps but i have other mods
 
Sure, I'll do that, let's see how many people complain about it. Just getting the npc target acceleration and max speed, then multiplying Yharon's speed by it.
If they do complain then :red: Them. I personally feel yharon is a bit too easy. DoG is tougher and before yharon. Last playthrough yharon only killed me once or twice before i beat him. I wanna die a bunch before i can even beat and farm yharon.
 
I cant craft the Elemental Disk even thoigh i have all the required stuff and im standing at a Ancient Manipulator... What am i doing wrong ;-;

PLEASE HELP MEE
 
Back
Top Bottom