Fishing rework and additions.
Contributed by CostyKiller.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./xsd/Fishing.xsd">
|
||||
<baitDistance min="90" max="250" />
|
||||
<xpRate min="0.033" max="0.033" /> <!-- XP modifiction rate -->
|
||||
<spRate min="0.033" max="0.033" /> <!-- SP modifiction rate -->
|
||||
<xpRate min="0.033" max="0.033" /> <!-- XP modification rate -->
|
||||
<spRate min="0.033" max="0.033" /> <!-- SP modification rate -->
|
||||
<baits>
|
||||
<bait itemId="47547" minPlayerLevel="1" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait -->
|
||||
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
|
||||
|
@@ -609,18 +609,18 @@
|
||||
<item id="47554" name="Reddish Box" type="EtcItem">
|
||||
<!-- Double click to obtain the item. -->
|
||||
<set name="icon" val="icon.etc_treasure_box_i03" />
|
||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
||||
<set name="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="weight" val="10" />
|
||||
<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="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<set name="material" val="FISH" />
|
||||
<set name="extractableCountMin" val="1" />
|
||||
<set name="extractableCountMax" val="1" />
|
||||
<set name="material" val="FISH" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="39720" min="1" max="1" chance="27" /> <!-- Maphr's Luck Potion -->
|
||||
<item id="45494" min="1" max="1" chance="3" /> <!-- Sturdy Fishing Rod -->
|
||||
@@ -631,13 +631,23 @@
|
||||
<item id="47555" name="Purplish Box" type="EtcItem">
|
||||
<!-- Double click to obtain the item. -->
|
||||
<set name="icon" val="icon.etc_treasure_box_i04" />
|
||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
||||
<set name="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="weight" val="10" />
|
||||
<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="material" val="FISH" />
|
||||
<set name="extractableCountMin" val="1" />
|
||||
<set name="extractableCountMax" val="1" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="38154" min="50" max="50" chance="16.666666666667" /> <!-- Fishing Shot -->
|
||||
<item id="8034" min="1" max="1" chance="16.666666666667" /> <!-- Rainbow Springs Clan Hall War Decree -->
|
||||
<item id="47556" min="1" max="1" chance="16.666666666667" /> <!-- Stardust -->
|
||||
<item id="45494" min="1" max="1" chance="16.666666666667" /> <!-- Sturdy Fishing Rod -->
|
||||
</capsuled_items>
|
||||
</item>
|
||||
<item id="47556" name="Stardust" type="EtcItem">
|
||||
<!-- Ingredient used to produce the Zodiac Agathion -->
|
||||
|
Reference in New Issue
Block a user