
Whack this onto most weapons for intelligence-scaling and a cool skill that flattens flying enemies. You can also grab the Meteoric Ore Blade from the Caelid Waypoint Ruins, or just defeat the Onyx Lord on the beach next to where you start for his Ash of War: Gravitas. It’s easy to build right from the start of the game, too, since you can grab the Meteorite Staff in the Swamp of Aeonia for its strong intelligence-scaling, and get Rock Sling from the Street of Sages ruin. Like beast spells, these deal physical damage, and are amazing at breaking poise and staggering enemies. Talismans: Graven Mass Talisman, Primal Glintstone Blade, Radagon Icon, Moon of Nokstellaīest spells: Rock Sling, Collapsing Stars, Meteor of Astelįor those that get jealous of faith builds and their Bestial Incantations, Gravity Sorceries are the perfect salve. That’s not just straight line execution of commands.Armor: Any Glintstone Crown and sorcerer robe Go is superior to bash for any non-trivial task involving branching, looping, anything Mage has no dependencies (aside from go) and runs justįine on all major operating systems, whereas make generally uses bash which is not well supported on Mage lets you have multiple magefiles, name your magefiles whatever you want, and they’re easy toĬustomize for multiple operating systems. Scripts with significant white space and additional make-related syntax. Mostly because makefiles are essentially fancy bash Makefiles are hard to read and hard to write. Working directory where magefiles will run (default -d value) v show verbose output when running mage targets Timeout in duration parsable format (e.g. keep keep intermediate mage files around after running goos sets the GOOS for the binary created by -compile (default: current OS) Use the given go binary to compile the output (default: "go") goarch sets the GOARCH for the binary created by -compile (default: current arch) version show version info for the mage binaryĭirectory to read magefiles from (default ".") init create a starting template if no mage files exist clean clean out old generated binaries from CACHE_DIR

With asdf installed, the asdf plugin for mage can be used to install any released version of mage.

The asdf version manager is a tool for installing release binaries from Github. You may also install a binary release from our The mage binary will be created in your $GOPATH/bin directory. $GOPATH/src//magefile/mage and run mage install or go run bootstrap.go and a new binary will be created with the correct version If you’ve done this, no worries, just go to (without -d) will build the binary correctly, but no version info will beĮmbedded. To build mage with version information embedded in it. This will download the code into your GOPATH, and then run the bootstrap script
