Functions

createGuild

Create the miners guild in the session.

Debits GUILD_COST from the player's gold.
« More »

hireMiner

Hire one miner.

Debits MINER_COST from the player's gold.
« More »

sendMiners

Returns the number of miners currently in the guild.

« More »

Constants

GUILD_COST

Amount of gold required to build the miners guild.

« More »

MINER_COST

Amount of gold required to hire a miner.

« More »