TheDevourerOfGalaxys
Terrarian
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.
[doublepost=1498645663,1498645620][/doublepost]Revengence is really easy, I tested supreme calamatis and i beat her when i wasn't at her stage.
acdc787
Terrarian
Blimey, a quad post.
Define "Not at her stage." Pre-DoG gear? Only Moon Lord stuffs?
Define "Not at her stage." Pre-DoG gear? Only Moon Lord stuffs?
Zach_
Terrarian
Please just, edit your post next time instead of quad posting.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.
Faux
Official Terrarian
I'm having a bit of an issue with my Murasama. I seem to be chopping into myself when I swing to the left. This is not okay. 

KirbyMaster500
Skeletron Prime
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.
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.
steve24429
Terrarian
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.![]()
I have 125 defence and the Upgraded angel treads and still
Levi the Shader
Duke Fishron
Until now, which mods are compatible with Calamity?
Faux
Official Terrarian
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

does this mod have any hardmode summoning weapon before Entropy's Vigil?
Fabsol
The Destroyer
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:
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.
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:
Sasha Drakovi
Steampunker
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 would suggest having Yharons speed adjust based on how fast a player is going but i honestly have no clue how hard that would be to code...
Graydee
The Destroyer
It would not be hardI would suggest having Yharons speed adjust based on how fast a player is going but i honestly have no clue how hard that would be to code...
Fabsol
The Destroyer
I would suggest having Yharons speed adjust based on how fast a player is going but i honestly have no clue how hard that would be to code...
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.
DMakee214
Terrarian
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
Frogbirdd
Terrarian
Have you beat providence?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
DMakee214
Terrarian
yes, i have beaten him in the hallow and in the underworldHave you beat providence?
Frogbirdd
Terrarian
Well phantom spirits are quite uncommon, so maybe just set up a farm in the dungeon and leave it for a while. Maybe you've just been unlucky.yes, i have beaten him in the hallow and in the underworld
Sasha Drakovi
Steampunker
If they do complain thenSure, 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.

Similar threads
- Replies
- 1
- Views
- 179
- Replies
- 3
- Views
- 231
- Replies
- 7
- Views
- 1K
-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.