Fishing rework and additions.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2021-12-16 00:00:46 +00:00
parent ae99349cf8
commit c4a63db70f
66 changed files with 552 additions and 297 deletions

View File

@@ -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="1" max="1" /> <!-- XP modifiction rate -->
<spRate min="1" max="1" /> <!-- SP modifiction rate -->
<xpRate min="1" max="1" /> <!-- XP modification rate -->
<spRate min="1" max="1" /> <!-- SP modification rate -->
<baits>
<bait itemId="47547" minPlayerLevel="85" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait -->
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
@@ -20,7 +20,7 @@
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
<catch itemId="47554" chance="2" multiplier="1" /> <!-- Purplish Box -->
<catch itemId="47555" chance="2" multiplier="1" /> <!-- Purplish Box -->
</bait>
</baits>
<rods>
@@ -28,14 +28,14 @@
<rod itemId="45494" /> <!-- Sturdy Fishing Rod -->
<rod itemId="46738" /> <!-- Practice Fishing Rod -->
<rod itemId="46740" /> <!-- Reward Fishing Rod - 7-day -->
<rod itemId="27632" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod -->
<rod itemId="27633" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 1-day -->
<rod itemId="27635" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 7-day -->
<rod itemId="27637" reduceFishingTime="100" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 30-day -->
<rod itemId="47557" reduceFishingTime="10" /> <!-- Master Fishing Rod - Stage 1 -->
<rod itemId="47558" reduceFishingTime="15" /> <!-- Master Fishing Rod - Stage 2 -->
<rod itemId="47559" reduceFishingTime="20" /> <!-- Master Fishing Rod - Stage 3 -->
<rod itemId="47560" reduceFishingTime="25" /> <!-- Master Fishing Rod - Stage 4 -->
<rod itemId="47561" reduceFishingTime="30" /> <!-- Master Fishing Rod - Stage 5 -->
<rod itemId="27632" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod -->
<rod itemId="27633" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 1-day -->
<rod itemId="27635" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 7-day -->
<rod itemId="27637" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 30-day -->
<rod itemId="47557" reduceFishingTime="10000" /> <!-- Master Fishing Rod - Stage 1 -->
<rod itemId="47558" reduceFishingTime="15000" /> <!-- Master Fishing Rod - Stage 2 -->
<rod itemId="47559" reduceFishingTime="20000" /> <!-- Master Fishing Rod - Stage 3 -->
<rod itemId="47560" reduceFishingTime="25000" /> <!-- Master Fishing Rod - Stage 4 -->
<rod itemId="47561" reduceFishingTime="30000" /> <!-- Master Fishing Rod - Stage 5 -->
</rods>
</list>

View File

@@ -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 -->