mmoTechItem
{
	name "Starting Point";
	description "When a new player joins your game, they'll appear from a starting point.\n\nIf you have more than one, new subscribers will be divided between them!"
	itemTypeName "StartingPoints";
	megaTooltipModelName "StartingPoint"
	majorVersion 1;
}

# Socialiser-focused technologies;

mmoTech
{
	name "Friends List";
	description "Allows players to check the status of their friends! [ Awards +5 to Hugs ]";
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Social 5
	}
}
mmoTech
{
	name "Instant Messages";
	description "Allows players to interact with their friends, without needing to travel! [ Awards +5 to Hugs ]";
	majorVersion 2;
	prerequisite "Friends List";
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Social 5
	}
}
mmoTech
{
	name "Parties";
	description "Allows players to join up in groups to complete quests at the same time as they socialise! [Not yet implemented;  awards +5 to Hugs]";
	megaTooltipImageName "mt2_norings.png"
	majorVersion 2;
	{
		Social 5
	}
}
mmoTech
{
	name "Guilds";
	description "Allows players to socialise with more people at once, and increases addiction levels for players who join a guild! [Not yet implemented; awards +5 to Hugs]";
	majorVersion 2;
	prerequisite "Parties";
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Social 5
	}
}

# Explorer-focused technologies;

mmoTechItem
{
	name "Flight Paths";
	description "Flight paths can be placed to provide players with quick travel between particular points!";
	megaTooltipImageName "megatooltip/flightpath.png"
	majorVersion 2;
	itemTypeName "Travel FlightPath";
}
mmoTechItem
{
	name "Puzzle Locations";
	description "Puzzle locations are landmarks with secrets to discover.  Players get a big burst of satisfaction when they solve the puzzle!\n\n[Not yet implemented;  Awards +5 to Fluff]";
	itemTypeName "Build Puzzle";
	megaTooltipImageName "mt2_norings.png"
	majorVersion 2;
	prerequisite "Flight Paths";
	statisticBonus
	{
		Explore 5
	}
}
mmoTech
{
	name "World History";
	description "Every world came from somewhere.  Where did yours come from?  This development makes exploring your world more interesting for players!\n\n[Awards +5 to Fluff]";
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Explore 5
	}
}
mmoTech
{
	name "Faction History";
	description "Where did the various groups and classes come from?  This development makes exploring your world more interesting!\n\n[Awards +5 to Fluff]";
	majorVersion 2;
	prerequisite "World History";
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Explore 5
	}
}
mmoTech
{
	name "Myths and Legends";
	description "Every world has its mythology.  Many players love to discover it!\n\n[Awards +5 to Fluff]";
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	prerequisite "Faction History";
	statisticBonus
	{
		Explore 5
	}
}

# Achiever-focused technologies;

mmoTech
{
	name "Badges";
	description "Badges allow players to show off their achievements to other players.\n\n[Awards +5 to Bling!]";
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Achieve 5
	}
}
mmoTech
{
	name "Challenges";
	description "I need you to go into this dungeon and defeat the Rat King, then come back and I'll reward you!\n\n[Awards +5 to Bling!]";
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	itemTypeName "Challenges";
	prerequisite "Badges";
	statisticBonus
	{
		Achieve 5
	}
}
mmoTech
{
	name "Leaderboards";
	description "Leaderboards allow players to compare their achievements to those of their friends and foes.\n\n[Awards +5 to Bling!]";
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Achieve 5
	}
	prerequisite "Challenges";
}

# Killer-focused technologies;

mmoTech
{
	name "PvP Duels";
	description "Unlocks consentual PvP duels between two players.  Killer-type and Achiever-type players in particular really enjoy these!\n\nMust be enabled from the Game Features tab of the Overview report.";
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Kill 5
	}
}
mmoTech
{
	name "Arenas";
	description "Arenas are PvP zones where players can voluntarily fight each other.\n\n[Not yet implemented;  awards +5 to Gibs, instead]";
	majorVersion 2;
	prerequisite "PvP Duels";
	megaTooltipImageName "mt2_norings.png"
	#temporarily give a statistic bonus, instead of enabling the arena building (since that isn't implemented yet)
	statisticBonus
	{
		Kill 5
	}
}
mmoTech
{
	name "Gibs";
	description "Make combat more visceral with these simple particle effects!\n\n[+5 to Gibs]"
	majorVersion 2;
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Kill 5
	}
}
mmoTech
{
	name "Killing Tech 4";
	majorVersion 2;
	prerequisite "Gibs";
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Kill 5
	}
}
mmoTech
{
	name "Killing Tech 5";
	majorVersion 2;
	prerequisite "Killing Tech 4";
	megaTooltipImageName "mt2_norings.png"
	statisticBonus
	{
		Kill 5
	}
}
