1. Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.
    Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
    Dismiss Notice

Slime Race Mod (Outdated) discontinued

No longer being maintained. Please check Hieru's version.

  1. LUA mistake corrected + slime equipment for everyone

    XelSlime
    Sorry guys, I made a mistake. I recently learned that Fueledbycancer's weakness code works AFTER we take the hit, and have fixed the math properly now.

    Also addition doesn't wanna work in LUA math, so we just went with two negatives.

    These effects happen directly after you're hit with the related element:

    Fire: (health - damage * 0.5) changed to (health - damage * -0.5)
    Ice: (health - damage * 2) changed to (health - damage)
    Poison: (health - damage * -1) changed to (health - damage * -2)

    Electricity is no issue as it's covered with just "electricStatusImmunity", apparently.


    Also, now everyone can craft slime equipment without having to pick it up or be a slime themselves. I was going to have it all learned by picking up a blob of slime, but Frackin' Universe already has a greenslime.item.patch file. Tossing another one in like that seems to interfere, so... meh.
    DarknessLilly likes this.
Return to update list...