Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.19 KB | None | 0 0
  1. <!-- Class Quests -->
  2. <!-- Builder Class Training Level 1 -->
  3. <quest id="classtrainingbuilder1"
  4. name_key="classtrainingbuilder1"
  5. group_name="BuilderClassTraining"
  6. subtitle_key="classtrainingbuilder1_subtitle"
  7. offer_key="classtrainingbuilder1_offer"
  8. description_key="classtrainingbuilder1_description"
  9. icon="classBuilderLevel1Icon"
  10. repeatable="false"
  11. category_key="Quest"
  12. difficulty="easy">
  13. <objective type="Craft" id="woodFrameBlock" value="50" />
  14. <objective type="Craft" id="secureDoorWooden" value="1" />
  15. <objective type="Craft" id="window03Wood" value="2" />
  16. <reward type="Exp" value="1500" />
  17. <reward type="SkillPoints" value="1" />
  18. <reward type="Recipe" id="clawHammer" />
  19. <reward type="Recipe" id="window02" />
  20. <reward type="Item" id="clawHammer" value="250" />
  21. <reward type="Item" id="HouseDoorSchematic" value="1" />
  22. <reward type="Item" id="SteelDoorSchematic" value="1" />
  23. <reward type="Item" id="TungstenDoorSchematic" value="1" />
  24. <reward type="Skill" id="Advanced Wood Construction" value="1" />
  25. <reward type="Skill" id="Construction" value="10" />
  26. <reward type="Skill" id="BuilderClassLevel1" value="1" />
  27. <reward type="Quest" id="classtrainingbuilder2" />
  28. </quest>
  29.  
  30. <!-- Builder Class Training Level 2 -->
  31. <quest id="classtrainingbuilder2"
  32. name_key="classtrainingbuilder2"
  33. group_name="BuilderClassTraining"
  34. subtitle_key="classtrainingbuilder2_subtitle"
  35. description_key="classtrainingbuilder2_description"
  36. icon="classBuilderLevel2Icon"
  37. repeatable="false"
  38. category_key="Quest"
  39. difficulty="easy">
  40. <objective type="FetchKeep" id="forgedIron" value="20" />
  41. <objective type="FetchKeep" id="electricParts" value="2" />
  42. <objective type="FetchKeep" id="shortMetalPipe" value="4" />
  43. <objective type="FetchKeep" id="wood" value="50" />
  44. <objective type="FetchKeep" id="clawHammer" value="1" />
  45. <reward type="Exp" value="2000" />
  46. <reward type="SkillPoints" value="2" />
  47. <reward type="Recipe" id="WoodWorkingWorkbench" />
  48. <reward type="Item" id="ironBlocksSchematic" value="1" />
  49. <reward type="Item" id="tungstenBlocksSchematic" value="1" />
  50. <reward type="Item" id="WoodWorkingWorkbench" value="1" />
  51. <reward type="Skill" id="Construction" value="15" />
  52. <reward type="Skill" id="CobblestoneConstruction" value="1" />
  53. <reward type="Skill" id="BuilderClassLevel2" value="1" />
  54. <reward type="Quest" id="classtrainingbuilder3" />
  55. </quest>
  56.  
  57. <!-- Builder Class Training Level 3 -->
  58. <quest id="classtrainingbuilder3"
  59. name_key="classtrainingbuilder3"
  60. group_name="BuilderClassTraining"
  61. subtitle_key="classtrainingbuilder3_subtitle"
  62. description_key="classtrainingbuilder3_description"
  63. icon="classBuilderLevel3Icon"
  64. repeatable="false"
  65. category_key="Quest"
  66. difficulty="easy">
  67. <objective type="Craft" id="cobblestoneFrameBlock" value="50" />
  68. <objective type="Craft" id="cobblestoneFrameRamp" value="10" />
  69. <objective type="Craft" id="cobblestones" value="100" />
  70. <reward type="Exp" value="2500" />
  71. <reward type="SkillPoints" value="3" />
  72. <reward type="Skill" id="Construction" value="20" />
  73. <reward type="Skill" id="BuilderClassLevel3" value="1" />
  74. <reward type="Item" id="nailgunSchematic" value="1" />
  75. <reward type="Item" id="HDNailgunSchematic" value="1" />
  76. <reward type="Item" id="ClassCrateBuilder" value="1" />
  77. <reward type="Quest" id="classtrainingbuilder4" />
  78. </quest>
  79.  
  80. <quest id="classtrainingbuilder4"
  81. name_key="classtrainingbuilder_completion"
  82. offer_key="classtrainingbuilder_completion_info"
  83. description_key="classtrainingbuilder_completion_info"
  84. icon="classBuilderLevel3Icon"
  85. repeatable="false"
  86. category_key="Quest"
  87. difficulty="easy">
  88. <reward type="Exp" value="100" />
  89. <reward type="Recipe" id="classKey" />
  90. </quest>
  91.  
  92. <quest id="classtrainingsurvivalist1"
  93. name_key="classtrainingsurvivalist1"
  94. group_name="SurvivalistClassTraining"
  95. subtitle_key="classtrainingsurvivalist1_subtitle"
  96. offer_key="classtrainingsurvivalist1_offer"
  97. description_key="classtrainingsurvivalist1_description"
  98. icon="classSurvivalistLevel1Icon"
  99. repeatable="false"
  100. category_key="Quest"
  101. difficulty="easy">
  102. <objective type="FetchKeep" id="cottonPlant" value="40" />
  103. <objective type="FetchKeep" id="wood" value="10" />
  104. <objective type="Craft" id="bandage" value="5" />
  105. <objective type="Craft" id="splint" value="5" />
  106. <reward type="Exp" value="1500" />
  107. <reward type="SkillPoints" value="1" />
  108. <reward type="Recipe" id="Longbow" />
  109. <reward type="Recipe" id="AdvancedSplint" />
  110. <reward type="Item" id="Longbow" value="250" />
  111. <reward type="Item" id="ironArrow" value="150" />
  112. <reward type="Skill" id="Athletics" value="10" />
  113. <reward type="Skill" id="SurvivalistClassLevel1" value="1" />
  114. <reward type="Quest" id="classtrainingsurvivalist2" />
  115. </quest>
  116.  
  117. <quest id="classtrainingsurvivalist2"
  118. name_key="classtrainingsurvivalist2"
  119. group_name="SurvivalistClassTraining"
  120. subtitle_key="classtrainingsurvivalist2_subtitle"
  121. description_key="classtrainingsurvivalist2_description"
  122. icon="classSurvivalistLevel2Icon"
  123. repeatable="false"
  124. category_key="Quest"
  125. difficulty="easy">
  126. <objective type="FetchKeep" id="PorkRaw" value="5" />
  127. <objective type="Craft" id="PorkGrilled" value="5" />
  128. <reward type="Exp" value="2000" />
  129. <reward type="SkillPoints" value="2" />
  130. <reward type="Recipe" id="TraumaFirstAidBandage" />
  131. <reward type="Item" id="herbalAntibioticsRecipe" value="1" />
  132. <reward type="Item" id="herbalAntibiotics" value="5" />
  133. <reward type="Skill" id="Athletics" value="15" />
  134. <reward type="Skill" id="SurvivalistClassLevel2" value="1" />
  135. <reward type="Quest" id="classtrainingsurvivalist3" />
  136. </quest>
  137.  
  138. <quest id="classtrainingsurvivalist3"
  139. name_key="classtrainingsurvivalist3"
  140. group_name="SurvivalistClassTraining"
  141. subtitle_key="classtrainingsurvivalist3_subtitle"
  142. description_key="classtrainingsurvivalist3_description"
  143. icon="classSurvivalistLevel3Icon"
  144. repeatable="false"
  145. category_key="Quest"
  146. difficulty="easy">
  147. <objective type="AnimalKill" value="3" />
  148. <objective type="ZombieKill" value="5" />
  149. <reward type="Exp" value="2500" />
  150. <reward type="SkillPoints" value="3" />
  151. <reward type="Recipe" id="TraumaFirstAidKit" />
  152. <reward type="Item" id="ClassCrateSurvivalist" value="1" />
  153. <reward type="Skill" id="Pistol Recipe" value="1" />
  154. <reward type="Skill" id="9mm Round Crafting" value="1" />
  155. <reward type="Skill" id="Athletics" value="20" />
  156. <reward type="Skill" id="SurvivalistClassLevel3" value="1" />
  157. <reward type="Quest" id="classtrainingsurvivalist4" />
  158. </quest>
  159.  
  160. <quest id="classtrainingsurvivalist4"
  161. name_key="classtrainingsurvivalist_completion"
  162. offer_key="classtrainingsurvivalist_completion_info"
  163. description_key="classtrainingsurvivalist_completion_info"
  164. icon="classSurvivalistLevel3Icon"
  165. repeatable="false"
  166. category_key="Quest"
  167. difficulty="easy">
  168. <reward type="Exp" value="100" />
  169. <reward type="Recipe" id="classKey" />
  170. </quest>
  171.  
  172. <quest id="classtrainingscholar1"
  173. name_key="classtrainingscholar1"
  174. group_name="ScholarClassTraining"
  175. subtitle_key="classtrainingscholar1_subtitle"
  176. offer_key="classtrainingscholar1_offer"
  177. description_key="classtrainingscholar1_description"
  178. icon="classScholarLevel1Icon"
  179. repeatable="false"
  180. category_key="Quest"
  181. difficulty="easy">
  182. <objective type="Craft" id="MortarandPestle" value="1" />
  183. <objective type="BlockPlace" id="MortarandPestle" value="1" />
  184. <reward type="Exp" value="1500" />
  185. <reward type="SkillPoints" value="1" />
  186. <reward type="Item" id="ApplePieRecipe" value="1" />
  187. <reward type="Item" id="AppleJuiceRecipe" value="1" />
  188. <reward type="Skill" id="Farming" value="1" />
  189. <reward type="Skill" id="ScholarFarming" value="1" />
  190. <reward type="Skill" id="Science" value="10" />
  191. <reward type="Skill" id="ScholarClassLevel1" value="1" />
  192. <reward type="Quest" id="classtrainingscholar2" />
  193. </quest>
  194.  
  195. <quest id="classtrainingscholar2"
  196. name_key="classtrainingscholar2"
  197. group_name="ScholarClassTraining"
  198. subtitle_key="classtrainingscholar2_subtitle"
  199. description_key="classtrainingscholar2_description"
  200. icon="classScholarLevel2Icon"
  201. repeatable="false"
  202. category_key="Quest"
  203. difficulty="easy">
  204. <objective type="FetchKeep" id="cottonPlant" value="5" />
  205. <objective type="FetchKeep" id="goldenrodPlant" value="5" />
  206. <objective type="FetchKeep" id="chrysanthemumPlant" value="5" />
  207. <objective type="Craft" id="cottonSeed" value="5" />
  208. <objective type="Craft" id="goldenrodSeed" value="5" />
  209. <objective type="Craft" id="chrysanthemumSeed" value="5" />
  210. <reward type="Exp" value="2000" />
  211. <reward type="SkillPoints" value="2" />
  212. <reward type="Skill" id="Quicker Crafting" value="1" />
  213. <reward type="Skill" id="Science" value="15" />
  214. <reward type="Skill" id="ScholarClassLevel2" value="1" />
  215. <reward type="Quest" id="classtrainingscholar3" />
  216. </quest>
  217.  
  218. <quest id="classtrainingscholar3"
  219. name_key="classtrainingscholar3"
  220. group_name="ScholarClassTraining"
  221. subtitle_key="classtrainingscholar3_subtitle"
  222. description_key="classtrainingscholar3_description"
  223. icon="classScholarLevel3Icon"
  224. repeatable="false"
  225. category_key="Quest"
  226. difficulty="easy">
  227. <objective type="BlockPlace" id="plantedCotton1" value="5" />
  228. <objective type="BlockPlace" id="plantedGoldenrod1" value="5" />
  229. <objective type="BlockPlace" id="plantedChrysanthemum1" value="5" />
  230. <reward type="Exp" value="2500" />
  231. <reward type="SkillPoints" value="3" />
  232. <reward type="Item" id="ClassCrateScholar" value="1" />
  233. <reward type="Recipe" id="BlueprintWorkStation" />
  234. <reward type="Skill" id="Secret Stash" value="1" />
  235. <reward type="Skill" id="scholartreasurehunting" value="1" />
  236. <reward type="Skill" id="Science" value="20" />
  237. <reward type="Skill" id="ScholarClassLevel3" value="1" />
  238. <reward type="Quest" id="classtrainingscholar4" />
  239. </quest>
  240.  
  241. <quest id="classtrainingscholar4"
  242. name_key="classtrainingscholar_completion"
  243. offer_key="classtrainingscholar_completion_info"
  244. description_key="classtrainingscholar_completion_info"
  245. icon="classScholarLevel3Icon"
  246. repeatable="false"
  247. category_key="Quest"
  248. difficulty="easy">
  249. <reward type="Exp" value="100" />
  250. <reward type="Recipe" id="classKey" />
  251. </quest>
  252.  
  253. <quest id="classtrainingmarksman1"
  254. name_key="classtrainingmarksman1"
  255. group_name="MarksmanClassTraining"
  256. subtitle_key="classtrainingmarksman1_subtitle"
  257. offer_key="classtrainingmarksman1_offer"
  258. description_key="classtrainingmarksman1_description"
  259. icon="classMarksmanLevel1Icon"
  260. repeatable="false"
  261. category_key="Quest"
  262. difficulty="easy">
  263. <objective type="AnimalKill" value="5" />
  264. <requirement type="Holding" id="woodenBow" />
  265. <reward type="Exp" value="1500" />
  266. <reward type="SkillPoints" value="1" />
  267. <reward type="Skill" id="Hunting Rifle Recipe" value="1" />
  268. <reward type="Skill" id="762mm Round Crafting" value="1" />
  269. <reward type="Skill" id="Remington8 Recipe" value="1" />
  270. <reward type="Skill" id="32mm Bullet Crafting" value="1" />
  271. <reward type="Item" id="gunHuntingRifle" value="250" />
  272. <reward type="Item" id="762mmBullet" value="100" />
  273. <reward type="Skill" id="Light Gun Smithing" value="10" />
  274. <reward type="Skill" id="MarksmanClassLevel1" value="1" />
  275. <reward type="Quest" id="classtrainingmarksman2" />
  276. </quest>
  277.  
  278. <quest id="classtrainingmarksman2"
  279. name_key="classtrainingmarksman2"
  280. group_name="MarksmanClassTraining"
  281. subtitle_key="classtrainingmarksman2_subtitle"
  282. description_key="classtrainingmarksman2_description"
  283. icon="classMarksmanLevel2Icon"
  284. repeatable="false"
  285. category_key="Quest"
  286. difficulty="easy">
  287. <objective type="ZombieKill" value="10" />
  288. <requirement type="Holding" id="gunHuntingRifle" />
  289. <reward type="Exp" value="2000" />
  290. <reward type="SkillPoints" value="2" />
  291. <reward type="Skill" id="Desert Eagle Recipe" value="1" />
  292. <reward type="Skill" id="FAMAS Recipe" value="1" />
  293. <reward type="Skill" id="556mm Bullet Crafting" value="1" />
  294. <reward type="Skill" id="The Outlaw" value="1" />
  295. <reward type="Skill" id="Better Lead Than Dead" value="1" />
  296. <reward type="Skill" id="Dead Shot" value="1" />
  297. <reward type="Item" id="Remington8" value="250" />
  298. <reward type="Item" id="32mmBullet" value="100" />
  299. <reward type="Skill" id="Light Gun Smithing" value="15" />
  300. <reward type="Skill" id="Gun Smithing" value="10" />
  301. <reward type="Skill" id="MarksmanClassLevel2" value="1" />
  302. <reward type="Quest" id="classtrainingmarksman3" />
  303. </quest>
  304.  
  305. <quest id="classtrainingmarksman3"
  306. name_key="classtrainingmarksman3"
  307. group_name="MarksmanClassTraining"
  308. subtitle_key="classtrainingmarksman3_subtitle"
  309. description_key="classtrainingmarksman3_description"
  310. icon="classMarksmanLevel3Icon"
  311. repeatable="false"
  312. category_key="Quest"
  313. difficulty="easy">
  314. <objective type="ZombieKill" value="25" />
  315. <requirement type="Holding" id="Remington8" />
  316. <reward type="Exp" value="2500" />
  317. <reward type="SkillPoints" value="3" />
  318. <reward type="Skill" id="Baretta Shotgun Recipe" value="1" />
  319. <reward type="Skill" id="Splatter Gun" value="1" />
  320. <reward type="Skill" id="Boom Stick" value="1" />
  321. <reward type="Recipe" id="WeaponSmithStation" />
  322. <reward type="Item" id="BarettaShotgun" value="250" />
  323. <reward type="Skill" id="Gun Smithing" value="15" />
  324. <reward type="Skill" id="Heavy Gun Smithing" value="15" />
  325. <reward type="Skill" id="MarksmanClassLevel3" value="1" />
  326. <reward type="Quest" id="classtrainingmarksman4" />
  327. </quest>
  328.  
  329. <quest id="classtrainingmarksman4"
  330. name_key="classtrainingmarksman_completion"
  331. offer_key="classtrainingmarksman_completion_info"
  332. description_key="classtrainingmarksman_completion_info"
  333. icon="classMarksmanLevel3Icon"
  334. repeatable="false"
  335. category_key="Quest"
  336. difficulty="easy">
  337. <reward type="Exp" value="100" />
  338. <reward type="Recipe" id="classKey" />
  339. </quest>
  340.  
  341. <quest id="classtrainingfighter1"
  342. name_key="classtrainingfighter1"
  343. group_name="FighterClassTraining"
  344. subtitle_key="classtrainingfighter1_subtitle"
  345. offer_key="classtrainingfighter1_offer"
  346. description_key="classtrainingfighter1_description"
  347. icon="classFighterLevel1Icon"
  348. repeatable="false"
  349. category_key="Quest"
  350. difficulty="easy">
  351. <objective type="FetchKeep" id="scrapIron" value="100" />
  352. <objective type="FetchKeep" id="wood" value="20" />
  353. <reward type="Exp" value="1500" />
  354. <reward type="SkillPoints" value="1" />
  355. <reward type="Recipe" id="huntingKnife" />
  356. <reward type="Recipe" id="clubSpiked" />
  357. <reward type="Item" id="huntingKnife" value="250" />
  358. <reward type="Skill" id="Club Crafting" value="1" />
  359. <reward type="Skill" id="Weapon Smithing" value="10" />
  360. <reward type="Skill" id="Blade Weapons" value="10" />
  361. <reward type="Skill" id="Blunt Weapons" value="10" />
  362. <reward type="Skill" id="FighterClassLevel1" value="1" />
  363. <reward type="Quest" id="classtrainingfighter2" />
  364. </quest>
  365.  
  366. <quest id="classtrainingfighter2"
  367. name_key="classtrainingfighter2"
  368. group_name="FighterClassTraining"
  369. subtitle_key="classtrainingfighter2_subtitle"
  370. description_key="classtrainingfighter2_description"
  371. icon="classFighterLevel2Icon"
  372. repeatable="false"
  373. category_key="Quest"
  374. difficulty="easy">
  375. <objective type="Craft" id="clubIron" value="1" />
  376. <reward type="Exp" value="2000" />
  377. <reward type="SkillPoints" value="2" />
  378. <reward type="Recipe" id="ClubTungsten" />
  379. <reward type="Recipe" id="TungstenMachete" />
  380. <reward type="Item" id="clubBarbed" value="250" />
  381. <reward type="Skill" id="Club Crafting" value="1" />
  382. <reward type="Skill" id="Weapon Smithing" value="15" />
  383. <reward type="Skill" id="Blade Weapons" value="15" />
  384. <reward type="Skill" id="Blunt Weapons" value="15" />
  385. <reward type="Skill" id="FighterClassLevel2" value="1" />
  386. <reward type="Quest" id="classtrainingfighter3" />
  387. </quest>
  388.  
  389. <quest id="classtrainingfighter3"
  390. name_key="classtrainingfighter3"
  391. group_name="FighterClassTraining"
  392. subtitle_key="classtrainingfighter3_subtitle"
  393. description_key="classtrainingfighter3_description"
  394. icon="classFighterLevel3Icon"
  395. repeatable="false"
  396. category_key="Quest"
  397. difficulty="easy">
  398. <objective type="ZombieKill" value="15" />
  399. <requirement type="Group" value="OR">
  400. <requirement type="Holding" id="clubIron" />
  401. <requirement type="Holding" id="clubBarbed" />
  402. <requirement type="Holding" id="clubSpiked" />
  403. <requirement type="Holding" id="clubWood" />
  404. </requirement>
  405. <reward type="Exp" value="2500" />
  406. <reward type="SkillPoints" value="3" />
  407. <reward type="Recipe" id="GoldTippedKnife" />
  408. <reward type="Recipe" id="GoldTippedMachete" />
  409. <reward type="Item" id="GoldTippedKnife" value="250" />
  410. <reward type="Item" id="GoldTippedMachete" value="250" />
  411. <reward type="Item" id="casinoCoin" value="2000" />
  412. <reward type="Skill" id="Weapon Smithing" value="20" />
  413. <reward type="Skill" id="Blade Weapons" value="20" />
  414. <reward type="Skill" id="Blunt Weapons" value="20" />
  415. <reward type="Skill" id="FighterClassLevel3" value="1" />
  416. <reward type="Quest" id="classtrainingfighter4" />
  417. </quest>
  418.  
  419. <quest id="classtrainingfighter4"
  420. name_key="classtrainingfighter_completion"
  421. offer_key="classtrainingfighter_completion_info"
  422. description_key="classtrainingfighter_completion_info"
  423. icon="classFighterLevel3Icon"
  424. repeatable="false"
  425. category_key="Quest"
  426. difficulty="easy">
  427. <reward type="Exp" value="100" />
  428. <reward type="Recipe" id="classKey" />
  429. </quest>
  430.  
  431. <quest id="classtrainingtradesman1"
  432. name_key="classtrainingtradesman1"
  433. group_name="TradesmanClassTraining"
  434. subtitle_key="classtrainingtradesman1_subtitle"
  435. offer_key="classtrainingtradesman1_offer"
  436. description_key="classtrainingtradesman1_description"
  437. icon="classTradesmanLevel1Icon"
  438. repeatable="false"
  439. category_key="Quest"
  440. difficulty="easy">
  441. <objective type="FetchKeep" id="scrapIron" value="75" />
  442. <objective type="FetchKeep" id="yuccaFibers" value="11" />
  443. <objective type="FetchKeep" id="wood" value="11" />
  444. <objective type="Craft" id="ScrapIronAxe" value="1" />
  445. <objective type="Craft" id="ScrapIronShovel" value="1" />
  446. <reward type="Exp" value="1500" />
  447. <reward type="SkillPoints" value="1" />
  448. <reward type="Skill" id="Iron Tool Crafting" value="1" />
  449. <reward type="Recipe" id="wrench" />
  450. <reward type="Item" id="wrench" value="250" />
  451. <reward type="Skill" id="Tool Smithing" value="10" />
  452. <reward type="Skill" id="Construction Tools" value="10" />
  453. <reward type="Skill" id="Barter" value="10" />
  454. <reward type="Skill" id="TradesmanClassLevel1" value="1" />
  455. <reward type="Quest" id="classtrainingtradesman2" />
  456. </quest>
  457.  
  458. <quest id="classtrainingtradesman2"
  459. name_key="classtrainingtradesman2"
  460. group_name="TradesmanClassTraining"
  461. subtitle_key="classtrainingtradesman2_subtitle"
  462. description_key="classtrainingtradesman2_description"
  463. icon="classTradesmanLevel2Icon"
  464. repeatable="false"
  465. category_key="Quest"
  466. difficulty="easy">
  467. <objective type="Repair" id="wrench" value="1" />
  468. <reward type="Exp" value="2000" />
  469. <reward type="SkillPoints" value="2" />
  470. <reward type="Skill" id="The Fixer" value="1" />
  471. <reward type="Recipe" id="AdvancedToolWorkbench" />
  472. <reward type="Recipe" id="HDWrench" />
  473. <reward type="Item" id="sledgehammerSchematic" value="1" />
  474. <reward type="Item" id="sledgehammer" value="250" />
  475. <reward type="Skill" id="Tool Smithing" value="15" />
  476. <reward type="Skill" id="Advanced Tool Smithing" value="10" />
  477. <reward type="Skill" id="Construction Tools" value="25" />
  478. <reward type="Skill" id="Barter" value="15" />
  479. <reward type="Skill" id="TradesmanClassLevel2" value="1" />
  480. <reward type="Quest" id="classtrainingtradesman3" />
  481. </quest>
  482.  
  483. <quest id="classtrainingtradesman3"
  484. name_key="classtrainingtradesman3"
  485. group_name="TradesmanClassTraining"
  486. subtitle_key="classtrainingtradesman3_subtitle"
  487. description_key="classtrainingtradesman3_description"
  488. icon="classTradesmanLevel3Icon"
  489. repeatable="false"
  490. category_key="Quest"
  491. difficulty="easy">
  492. <objective type="FetchKeep" id="forgedIron" value="40" />
  493. <objective type="FetchKeep" id="wood" value="40" />
  494. <objective type="Craft" id="fireaxeIron" value="1" />
  495. <objective type="Craft" id="pickaxeIron" value="1" />
  496. <reward type="Exp" value="2500" />
  497. <reward type="SkillPoints" value="3" />
  498. <reward type="Skill" id="Steel Smithing" value="1" />
  499. <reward type="Skill" id="Secret Stash" value="1" />
  500. <reward type="Recipe" id="FireaxeDiamondTipped" />
  501. <reward type="Recipe" id="PickaxeDiamondTipped" />
  502. <reward type="Item" id="ClassCrateTradesman" value="1" />
  503. <reward type="Item" id="HDWrench" value="250" />
  504. <reward type="Item" id="FireaxeDiamondTipped" value="250" />
  505. <reward type="Item" id="PickaxeDiamondTipped" value="250" />
  506. <reward type="Skill" id="Advanced Tool Smithing" value="15" />
  507. <reward type="Skill" id="Mechanic" value="20" />
  508. <reward type="Skill" id="Barter" value="20" />
  509. <reward type="Skill" id="TradesmanClassLevel3" value="1" />
  510. <reward type="Quest" id="classtrainingtradesman4" />
  511. </quest>
  512.  
  513. <quest id="classtrainingtradesman4"
  514. name_key="classtrainingtradesman_completion"
  515. offer_key="classtrainingtradesman_completion_info"
  516. description_key="classtrainingtradesman_completion_info"
  517. icon="classTradesmanLevel3Icon"
  518. repeatable="false"
  519. category_key="Quest"
  520. difficulty="easy">
  521. <reward type="Exp" value="100" />
  522. <reward type="Recipe" id="classKey" />
  523. </quest>
  524.  
  525. <quest id="classtrainingprotection1"
  526. name_key="classtrainingprotection1"
  527. group_name="ProtectionClassTraining"
  528. subtitle_key="classtrainingprotection1_subtitle"
  529. offer_key="classtrainingprotection1_offer"
  530. description_key="classtrainingprotection1_description"
  531. icon="classProtectionLevel1Icon"
  532. repeatable="false"
  533. category_key="Quest"
  534. difficulty="easy">
  535. <objective type="FetchKeep" id="cottonPlant" value="56" />
  536. <objective type="Craft" id="cloth" value="28" />
  537. <reward type="Exp" value="1500" />
  538. <reward type="SkillPoints" value="1" />
  539. <reward type="Skill" id="Cloth Armor" value="1" />
  540. <reward type="Recipe" id="leather" />
  541. <reward type="Recipe" id="TailorsWorkStation" />
  542. <reward type="Skill" id="Light Armor" value="10" />
  543. <reward type="Skill" id="Tailoring" value="10" />
  544. <reward type="Skill" id="ProtectionClassLevel1" value="1" />
  545. <reward type="Quest" id="classtrainingprotection2" />
  546. </quest>
  547.  
  548. <quest id="classtrainingprotection2"
  549. name_key="classtrainingprotection2"
  550. group_name="ProtectionClassTraining"
  551. subtitle_key="classtrainingprotection2_subtitle"
  552. description_key="classtrainingprotection2_description"
  553. icon="classProtectionLevel2Icon"
  554. repeatable="false"
  555. category_key="Quest"
  556. difficulty="easy">
  557. <objective type="Craft" id="clothHat" value="1" />
  558. <objective type="Craft" id="clothJacket" value="1" />
  559. <objective type="Craft" id="clothGloves" value="1" />
  560. <objective type="Craft" id="clothPants" value="1" />
  561. <objective type="Craft" id="clothBoots" value="1" />
  562. <reward type="Exp" value="2000" />
  563. <reward type="SkillPoints" value="2" />
  564. <reward type="Recipe" id="Kevlar" />
  565. <reward type="Item" id="leather" value="35" />
  566. <reward type="Skill" id="Light Armor" value="20" />
  567. <reward type="Skill" id="Medium Armor" value="15" />
  568. <reward type="Skill" id="Tailoring" value="20" />
  569. <reward type="Skill" id="Leatherworking" value="15" />
  570. <reward type="Skill" id="ProtectionClassLevel2" value="1" />
  571. <reward type="Quest" id="classtrainingprotection3" />
  572. </quest>
  573.  
  574. <quest id="classtrainingprotection3"
  575. name_key="classtrainingprotection3"
  576. group_name="ProtectionClassTraining"
  577. subtitle_key="classtrainingprotection3_subtitle"
  578. description_key="classtrainingprotection3_description"
  579. icon="classProtectionLevel3Icon"
  580. repeatable="false"
  581. category_key="Quest"
  582. difficulty="easy">
  583. <objective type="Wear" id="clothHat" />
  584. <objective type="Wear" id="clothJacket" />
  585. <objective type="Wear" id="clothGloves" />
  586. <objective type="Wear" id="clothPants" />
  587. <objective type="Wear" id="clothBoots" />
  588. <reward type="Exp" value="2500" />
  589. <reward type="SkillPoints" value="3" />
  590. <reward type="Recipe" id="ArmorSmithingWorkbench" />
  591. <reward type="Item" id="KevlarHelmet" value="250" />
  592. <reward type="Item" id="KevlarVest" value="250" />
  593. <reward type="Item" id="KevlarGloves" value="250" />
  594. <reward type="Item" id="KevlarLegArmor" value="250" />
  595. <reward type="Item" id="KevlarBoots" value="250" />
  596. <reward type="Item" id="ClassCrateProtection" value="1" />
  597. <reward type="Skill" id="Medium Armor" value="20" />
  598. <reward type="Skill" id="Heavy Armor" value="20" />
  599. <reward type="Skill" id="Leatherworking" value="20" />
  600. <reward type="Skill" id="Armor Smithing" value="15" />
  601. <reward type="Skill" id="Heavy Armor Smithing" value="15" />
  602. <reward type="Skill" id="ProtectionClassLevel3" value="1" />
  603. <reward type="Quest" id="classtrainingprotection4" />
  604. </quest>
  605.  
  606. <quest id="classtrainingprotection4"
  607. name_key="classtrainingprotection_completion"
  608. offer_key="classtrainingprotection_completion_info"
  609. description_key="classtrainingprotection_completion_info"
  610. icon="classProtectionLevel3Icon"
  611. repeatable="false"
  612. category_key="Quest"
  613. difficulty="easy">
  614. <reward type="Exp" value="100" />
  615. <reward type="Recipe" id="classKey" />
  616. </quest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement