Talisman of Baium implementation.
Contributed by Norvox.
This commit is contained in:
@@ -246,4 +246,9 @@
|
||||
<item id="48056" /> <!-- Agathion Aquarius -->
|
||||
<item id="48058" /> <!-- Agathion Sagittarius -->
|
||||
</enchant>
|
||||
|
||||
<!-- Talisman of Baium -->
|
||||
<enchant id="91951" maxEnchant="5">
|
||||
<item id="49683" />
|
||||
</enchant>
|
||||
</list>
|
||||
|
@@ -989,6 +989,8 @@
|
||||
<set name="material" val="GOLD" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="true" />
|
||||
<set name="enchant_limit" val="5" />
|
||||
<cond msgId="113" addName="1">
|
||||
<player level="60" />
|
||||
</cond>
|
||||
|
@@ -768,13 +768,20 @@
|
||||
<stat type="pAtkRange">40</stat>
|
||||
</stats>
|
||||
</item>
|
||||
<item id="91951" name="Scroll: Enchant Talisman of Baium" type="EtcItem">
|
||||
<item id="91951" name="Scroll: Enchant Talisman of Baium" type="EtcItem">
|
||||
<!-- Required to enchant Talisman of Baium. The maximum enchant value is +5. In case of failure the item disappears. -->
|
||||
<set name="icon" val="icon.etc_charm_of_courage_i05" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="50166" level="1" /> <!-- Scroll: Enchant Talisman of Baium -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91952" name="Ring of Insolence" type="Armor">
|
||||
<!-- Increases Sleep Resistance. Effects of two identical items do not stack. -->
|
||||
|
@@ -641,9 +641,10 @@
|
||||
<reuseDelay>500</reuseDelay>
|
||||
</skill>
|
||||
<skill id="50166" toLevel="1" name="Scroll: Enchant Talisman of Baium">
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
|
@@ -264,6 +264,11 @@
|
||||
<item id="48058" /> <!-- Agathion Sagittarius -->
|
||||
</enchant>
|
||||
|
||||
<!-- Talisman of Baium -->
|
||||
<enchant id="91951" maxEnchant="5">
|
||||
<item id="49683" />
|
||||
</enchant>
|
||||
|
||||
<!-- Enchannt Hellbound Ring -->
|
||||
<enchant id="94719" maxEnchant="10">
|
||||
<item id="94718" /> <!-- Hellbound Ring -->
|
||||
|
@@ -989,6 +989,8 @@
|
||||
<set name="material" val="GOLD" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="true" />
|
||||
<set name="enchant_limit" val="5" />
|
||||
<cond msgId="113" addName="1">
|
||||
<player level="60" />
|
||||
</cond>
|
||||
|
@@ -768,13 +768,20 @@
|
||||
<stat type="pAtkRange">40</stat>
|
||||
</stats>
|
||||
</item>
|
||||
<item id="91951" name="Scroll: Enchant Talisman of Baium" type="EtcItem">
|
||||
<item id="91951" name="Scroll: Enchant Talisman of Baium" type="EtcItem">
|
||||
<!-- Required to enchant Talisman of Baium. The maximum enchant value is +5. In case of failure the item disappears. -->
|
||||
<set name="icon" val="icon.etc_charm_of_courage_i05" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="50166" level="1" /> <!-- Scroll: Enchant Talisman of Baium -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91952" name="Ring of Insolence" type="Armor">
|
||||
<!-- Increases Sleep Resistance. Effects of two identical items do not stack. -->
|
||||
|
@@ -641,9 +641,10 @@
|
||||
<reuseDelay>500</reuseDelay>
|
||||
</skill>
|
||||
<skill id="50166" toLevel="1" name="Scroll: Enchant Talisman of Baium">
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
|
Reference in New Issue
Block a user