﻿<config>
	<append xpath="/quests">
		<quest id="Skill Point Ticket">
			<property name="name_key" value="Skill Point Ticket"/>
			<property name="subtitle_key" value="Skill Point Ticket"/>
			<property name="description_key" value="You will get one Skillpoint"/>
			<property name="icon" value="cntBookPile14"/>
			<property name="repeatable" value="true"/>
			<property name="category_key" value="treasure"/>
			<property name="offer_key" value="You will get one Skillpoint" param1="offer"/>
			<property name="add_to_tier_complete" value="false"/>
			<property name="shareable" value="false"/>
			<objective type="FetchKeep" id="casinoCoin" value="0" phase="1"/>
			<reward type="SkillPoints" value="1"/>
		</quest>

		<quest id="Skill Point Ticket II">
			<property name="name_key" value="Skill Point Ticket"/>
			<property name="subtitle_key" value="Skill Point Ticket"/>
			<property name="description_key" value="You will get two Skillpoint"/>
			<property name="icon" value="cntBookPile14"/>
			<property name="repeatable" value="true"/>
			<property name="category_key" value="treasure"/>
			<property name="offer_key" value="You will get two Skillpoint" param1="offer"/>
			<property name="add_to_tier_complete" value="false"/>
			<property name="shareable" value="false"/>
			<objective type="FetchKeep" id="casinoCoin" value="0" phase="1"/>
			<reward type="SkillPoints" value="2"/>
		</quest>		
	</append>
</config>