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

Outdated Magic Spells 1

Brings spells to Starbound.

  1. AkumaMini
    Currently there are 4 spells and these are:
    *Energy Ball, starting spell, a simple yellow energy ball that can be charged to deal extra damage, low damage and medium cast speed.

    *Energy Ball level 2, tier 1 spell, a stronger yellow energy ball that can be charged to deal extra damage, medium damage and medium cast speed.

    *Fire Ball, tier 2 spell, a strong fire ball that has high energy cost and slow cast speed.

    *Arcane Barrage, tier 3 spell, a barrage of arcane balls, medium damage and extra fast cast speed.

    I'm currently tweaking these spells, making sure their damage and utility matches that of the melee weapons, trying to make them be good in their own way but still not be overpowered.





    Installation:
    To install this you need to create a mods folder in the Starbound root folder, extract the .rar in /starbound/mods and then add the mod to your bootstrap found in /starbound/win32, /starbound/linux 32, /starbound/linux64.

    Make sure that the bootstrap looks something like this, you might have more assetsources added if you already have mods installed.
    Code:
    {
      "assetSources" : [
        "../assets",
        "../mods/spells"
      ],
      "storageDirectory" : ".."
    }
    This mod changes player.config, if you already have a mod that does this you will need to modify player.config by hand, the lines added in this are under defaultBlueprints:


    Code:
        "tier1" : [
          { "item" : "spellbooks" },
          { "item" : "energyball" },
          { "item" : "energyballtwo" },
    Code:
        "tier2" : [
          { "item" : "fireball" },
    Code:
        "tier3" : [
          { "item" : "arcanebarrage" },

Recent Reviews

  1. HARAZON
    HARAZON
    5/5,
    Version: 1
    nice