/minimal_mex

Mod for Planetary Annihilation that makes metal extractors produce one metal.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Minimal Mex

Metal Extractors produce one metal. Cost has been adjusted to maintain equivalent payback time.

Incompatible alternate to Finite Metal

Related mods

Development

The generated project includes a package.json that lists the dependencies, but you'll need to run npm install to download them.

PA will upload all files in the mod directory, including node_modules and maybe even .git - you probably don't want to use this in server_mods directly, unless you really like waiting. The template is set up run to run as a project within a peer directory of server_mods - I use server_mods_dev/mod_name. The task grunt copy:mod will copy the mod files to ../../server_mods/identifier, you can change the modPath in the Gruntfile if you want to run it from somewhere else.

Available Tasks