Addition of Elixir Powder, Supply Pouch and some skills for previous commit.

This commit is contained in:
MobiusDevelopment
2020-12-18 23:46:33 +00:00
parent 48f151b160
commit 64d76ec423
2 changed files with 103 additions and 9 deletions

View File

@@ -63,6 +63,18 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
</item> </item>
<item id="94328" name="Elixir Powder" type="EtcItem">
<!-- Powder imbued with power of immortality.\nMaterial to make Elixir. -->
<set name="icon" val="BranchIcon.Icon.bm_pendant_pve_white" />
<set name="default_action" val="PEEL" />
<set name="immediate_effect" val="true" />
<set name="material" val="STEEL" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
</item>
<item id="94359" name="For Monster Only (Crossbow)" type="Weapon"> <item id="94359" name="For Monster Only (Crossbow)" type="Weapon">
<set name="icon" val="icon.weapon_falchion_i00" /> <set name="icon" val="icon.weapon_falchion_i00" />
<set name="default_action" val="EQUIP" /> <set name="default_action" val="EQUIP" />
@@ -83,6 +95,22 @@
<stat type="pAtkRange">40</stat> <stat type="pAtkRange">40</stat>
</stats> </stats>
</item> </item>
<item id="94377" name="Supply Pouch" type="EtcItem">
<!-- Double-click to obtain the following item:\n 10 Soulshot Ticket and 200 Spirit Ore -->
<set name="default_action" val="PEEL" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="91927" min="10" max="10" chance="100" /> <!-- Soulshot Ticket -->
<item id="3031" min="200" max="200" chance="100" /> <!-- Spirit Ore -->
</capsuled_items>
</item>
<item id="94380" name="Scroll: Boost Attack" type="EtcItem"> <item id="94380" name="Scroll: Boost Attack" type="EtcItem">
<set name="default_action" val="SKILL_REDUCE" /> <set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCROLL" /> <set name="etcitem_type" val="SCROLL" />

View File

@@ -1,19 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="54200" toLevel="1" name="Mount Glory of Champion"> <skill id="54200" toLevel="1" name="Mount Glory of Champion">
<!-- AUTO GENERATED SKILL TODO: FIX IT --> <abnormalTime>3600</abnormalTime>
<icon>icon.skill0000</icon> <abnormalType>TRANSFORM</abnormalType>
<operateType>A1</operateType> <blockedInOlympiad>true</blockedInOlympiad>
<operateType>A2</operateType>
<effectPoint>1</effectPoint>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<hitCancelTime>0</hitCancelTime>
<abnormalLevel>1</abnormalLevel>
<excludedFromCheck>true</excludedFromCheck>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>2</isMagic>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="CanTransform">
<transformId>206</transformId>
</condition>
</conditions>
<effects>
<effect name="Transformation">
<transformationId>206</transformationId>
</effect>
</effects>
</skill> </skill>
<skill id="54201" toLevel="1" name="Mount White Wing"> <skill id="54201" toLevel="1" name="Mount White Wing">
<!-- AUTO GENERATED SKILL TODO: FIX IT --> <abnormalTime>3600</abnormalTime>
<icon>icon.skill0000</icon> <abnormalType>TRANSFORM</abnormalType>
<operateType>A1</operateType> <blockedInOlympiad>true</blockedInOlympiad>
<operateType>A2</operateType>
<effectPoint>1</effectPoint>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<hitCancelTime>0</hitCancelTime>
<abnormalLevel>1</abnormalLevel>
<excludedFromCheck>true</excludedFromCheck>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>2</isMagic>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="CanTransform">
<transformId>204</transformId>
</condition>
</conditions>
<effects>
<effect name="Transformation">
<transformationId>204</transformationId>
</effect>
</effects>
</skill> </skill>
<skill id="54202" toLevel="1" name="Mount Shining Lady"> <skill id="54202" toLevel="1" name="Mount Shining Lady">
<!-- AUTO GENERATED SKILL TODO: FIX IT --> <abnormalTime>3600</abnormalTime>
<icon>icon.skill0000</icon> <abnormalType>TRANSFORM</abnormalType>
<operateType>A1</operateType> <blockedInOlympiad>true</blockedInOlympiad>
<operateType>A2</operateType>
<effectPoint>1</effectPoint>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<hitCancelTime>0</hitCancelTime>
<abnormalLevel>1</abnormalLevel>
<excludedFromCheck>true</excludedFromCheck>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>2</isMagic>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="CanTransform">
<transformId>207</transformId>
</condition>
</conditions>
<effects>
<effect name="Transformation">
<transformationId>207</transformationId>
</effect>
</effects>
</skill> </skill>
<skill id="54203" toLevel="1" name="Silent Ride"> <skill id="54203" toLevel="1" name="Silent Ride">
<!-- AUTO GENERATED SKILL TODO: FIX IT --> <!-- AUTO GENERATED SKILL TODO: FIX IT -->