<?xml version="1.0" encoding="UTF-8" ?>
<NpcConversationStaticData rootDialogID="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<dialog id="1" randomText="false" fakeNpcID="0" >
		<text locaKey="DIALOG_TEXT_YAYOI_4" />	 <!-- >Saa. Welcome to our humble Dojo -->

		<entry>
			<text locaKey="DIALOG_OPTION_YAYOI_1" />			<!-- Training: Arcane Discipline Expert -->
			<function xsi:type="GoToFunction" dialogID="2" />
		</entry>
		<entry>
			<text locaKey="DIALOG_OPTION_YAYOI_2" />			<!-- Training: Mysticism Expert -->			
			<function xsi:type="GoToFunction" dialogID="4"/>
		</entry>
		<entry>
			<text locaKey="DIALOG_OPTION_YAYOI_3" />			<!-- Gossip  -->			
			<function xsi:type="GoToFunction" dialogID="6"/>
		</entry>
	</dialog>

<!-- Training: Arcane Discipline Expert -->
	<dialog id="2">
		<text locaKey="DIALOG_TEXT_YAYOI_1" replacement="FEATURE_PRICE"/>		<!-- I can make one of you an Expert of Arcane Discipline -->
	    <feature type="TRAINING" skillID="16" skillRank="EXPERT" price="-1" dialogID="3" />
	</dialog>

	<dialog id="3">
		<text locaKey="DIALOG_TEXT_YAYOI_5" />		<!-- You are now an Expert of Arcane Discipline.. -->
	    <feature type="TRAINING" skillID="16" skillRank="EXPERT" price="-1" dialogID="3" />
	</dialog>

<!-- Training: Mysticism Expert -->
	<dialog id="4">
		<text locaKey="DIALOG_TEXT_YAYOI_2" replacement="FEATURE_PRICE"/>		<!-- I can make one of you an Expert of Mysticism -->
	    <feature type="TRAINING" skillID="18" skillRank="EXPERT" price="-1" dialogID="5" />
	</dialog>

	<dialog id="5">
		<text locaKey="DIALOG_TEXT_YAYOI_6" />		<!-- You are now an Expert of Mysticism -->
	    <feature type="TRAINING" skillID="18" skillRank="EXPERT" price="-1" dialogID="5" />
	</dialog>

<!-- Gossip -->
	<dialog id="6">
		<text locaKey="DIALOG_TEXT_YAYOI_3"  />		<!-- Saa. I founded this Dojo eight years ago  -->
	</dialog>

</NpcConversationStaticData>