34 lines
3.3 KiB
XML
34 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ArtisanConfig>
|
|
<!-- The crafting skill ID and extraction skill ID must be managed uniquely! -->
|
|
<ItemProduceConfig maxSkillProf="800" veteranSkillProf="500" masterSkillProf="800" goalScore="100" tryCount="10" perfectRate="0.1" perfectRateValue="0.002" criticalRate="0.2" minSuccessRate="1" successRate="0.006" minTerm="3" maxTerm="3" profAddOnSuccess="2" profAddOnFail="1" socialOnSuccess="20" socialOnFail="29" hardProb="0.75" easyProb="0.99">
|
|
<ProduceSkill id="6" nameId="6" iconPackageName="Icon_Skills.produce_icon_06_Tex" progressSocial="11" union="0" normalCatetory="3200" veteranCatetory="3100" masterCatetory="3000" masterEmblemIcon="Icon_System.artisanMaster_Potion_Tex" />
|
|
<!-- Alchemy crafting -->
|
|
<ProduceSkill id="7" nameId="7" iconPackageName="Icon_Skills.Produce_icon_Union_Tex" progressSocial="11" union="1,2,3" normalCatetory="5200" veteranCatetory="5100" masterCatetory="5000" />
|
|
<!-- Guild crafting -->
|
|
<ProduceSkill id="21" nameId="21" iconPackageName="Icon_Skills.produce_icon_01_Tex" progressSocial="12" union="0" normalCatetory="1200" veteranCatetory="1100" masterCatetory="1000" masterEmblemIcon="Icon_System.artisanMaster_Weapon_Tex" />
|
|
<!-- Weapon crafting -->
|
|
<ProduceSkill id="22" nameId="22" iconPackageName="Icon_Skills.produce_icon_02_Tex" progressSocial="13" union="0" normalCatetory="2200" veteranCatetory="2100" masterCatetory="2000" masterEmblemIcon="Icon_System.artisanMaster_Armor_Tex" />
|
|
<!-- Armor crafting -->
|
|
<ProduceSkill id="23" nameId="23" iconPackageName="Icon_Skills.produce_icon_03_Tex" progressSocial="11" union="0" normalCatetory="4200" veteranCatetory="4100" masterCatetory="4000" masterEmblemIcon="Icon_System.artisanMaster_Enchant_Tex" />
|
|
<!-- Etching crafting !-->
|
|
</ItemProduceConfig>
|
|
<ItemExtractConfig maxSkillRank="14" extractRate="0.9" minTime="4" maxTime="6">
|
|
<ProduceSkill id="11" nameId="11" iconPackageName="Icon_Skills.extract_icon_01_Tex" progressSocial="11" />
|
|
<ProduceSkill id="12" nameId="12" iconPackageName="Icon_Skills.extract_icon_02_Tex" progressSocial="11" />
|
|
<ProduceSkill id="13" nameId="13" iconPackageName="Icon_Skills.extract_icon_03_Tex" progressSocial="11" />
|
|
<ProduceSkill id="14" nameId="14" iconPackageName="Icon_Skills.extract_icon_04_Tex" progressSocial="11" />
|
|
</ItemExtractConfig>
|
|
<ArtisanAdditiveItem>
|
|
<ItemTemplate id="211818" value="0.05" recipeGrade="ArtisanVeteran" />
|
|
<ItemTemplate id="211935" value="0.07" recipeGrade="ArtisanMaster" />
|
|
</ArtisanAdditiveItem>
|
|
<ArtisanString normalStringId="11200" veteranStringId="11100" masterStringId="11000">
|
|
<!-- Message and sound information for when the promotion to Expert is successful -->
|
|
<SuccessPopup grade="artisanVeteran" titleId="50" msgId="51" gradeStrSize="30" gradeStrColor="#ffffff" nameStrSize="30" nameStrColor="#ffffff" />
|
|
<!-- Message and sound information for when the promotion to Artisan is successful -->
|
|
<SuccessPopup grade="artisanMaster" titleId="52" msgId="53" gradeStrSize="30" gradeStrColor="#ffffff" nameStrSize="30" nameStrColor="#ffffff" />
|
|
</ArtisanString>
|
|
<!-- successSoundId : Sound ID for magic engraving success, successDelayTime : Delay time (in seconds) before playing the success sound -->
|
|
<EnchantScroll successDelayTime="0.2" successSoundId="1213" />
|
|
</ArtisanConfig> |