%% This file holds the "Cavalier's Club", which will be the starting
%% location for the PC. All scenes in this file must have the designation
%% "00000" and the type "cavclub". They don't have to be named "Cavalier's
%% Club", though.

Scene
	name <the Cavalier's Club>
	desig <00000>
	type <building public cavclub mall garage>
	entrance <*CAVCLUB>
	special <ADDEXIT SHOWALL>
	MallMap
	MapWidth 15
	MapHeight 15

	% L1 = Initialization Counter

	start <if= L1 0 else GoSecondTime Alert 1 Print 2 L= 1 1>
	GoSecondTime <Print 2>

	Msg1 <It's another normal day at the Cavalier's Club as you prepare to embark on your adventuring career.>
	Msg2 <You enter the Cavalier's Club.>


	neededcells 2
	Content1 <Some 1 100 Sub *MECHANIC_SHOP>
	Content2 <Some 1 100 Sub *INTRO_SHOP>
	Content3 <Fill Sub *SHOP_RANDOM>

	% Load the debug quests. For testing purposes, set difficulcy to 1.
	Quest1 <*:Q_DEBUG 1>
	Quest2 <*:Q_DEBUGARENA 35>
	Quest3 <*:Q_DEBUGGIVEMISSION 1>

	% The FreeMecha quest has a difficulcy rating of 5.
	Quest4 <*:Q_FREEMECHA #5>

	sub
		Team 1

		Team 2
		name <Citizens>
		SetAlly 1
		Passive

		team 3
		name <Guards>
		SetAlly 2

		room
		name <Foyer>
		desig <EntranceGrid>
		Content1 <Some 1 100 Here *MENTOR>
		Content2 <Some 1 100 Here *ANTI_ATTACK_SECURITY 2>
		Content3 <Some 2 30 Here *URBAN_X>
		special <STARTHERE>

	end

