Monkestation / MonkeStation

Return to monkestation
https://discord.com/invite/monkestation
GNU Affero General Public License v3.0
15 stars 47 forks source link

Wumborian Fugu is a massive damage buff #764

Open KoboldCommando opened 2 years ago

KoboldCommando commented 2 years ago

I'm not sure anyone was aware of this until Borbop revealed it today. The wumborian fugu gland which makes any mob much larger also significantly buffs its damage.

            A.buffed++
    A.maxHealth *= 1.5
    A.health = min(A.maxHealth,A.health*1.5)
    A.melee_damage = max((A.melee_damage * 2), 10)
    A.transform *= 2
    A.environment_smash |= ENVIRONMENT_SMASH_STRUCTURES | ENVIRONMENT_SMASH_RWALLS

This is potentially a huge issue mostly because xenobiology can semireliably farm them using gold slimes. If you combine this with naturally high damage mobs it can become absurd. Stands and megafauna were both brought up.

dwasint commented 2 years ago

note, fugu glands have a banned_mobs list that is seemingly empty, all it would take is to add the mobs to said list