Fishing guild supply box items.
Contributed by Stayway.
This commit is contained in:
parent
01cbfb43ea
commit
86b294a4f1
@ -817,23 +817,43 @@
|
|||||||
<set name="icon" val="icon.etc_readybox_bronze" />
|
<set name="icon" val="icon.etc_readybox_bronze" />
|
||||||
<set name="default_action" val="PEEL" />
|
<set name="default_action" val="PEEL" />
|
||||||
<set name="immediate_effect" val="true" />
|
<set name="immediate_effect" val="true" />
|
||||||
<set name="weight" val="10" />
|
|
||||||
<set name="is_tradable" val="false" />
|
<set name="is_tradable" val="false" />
|
||||||
<set name="is_dropable" val="false" />
|
<set name="is_dropable" val="false" />
|
||||||
<set name="is_depositable" val="false" />
|
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
<set name="is_stackable" val="true" />
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="is_premium" val="true" />
|
||||||
|
<set name="handler" val="ExtractableItems" />
|
||||||
|
<set name="is_clan_depositable" val="false" />
|
||||||
|
<set name="is_destroyable" val="false" />
|
||||||
|
<set name="is_commissionable" val="false" />
|
||||||
|
<set name="is_private_storeable" val="false" />
|
||||||
|
<capsuled_items>
|
||||||
|
<item id="47551" min="5" max="5" chance="100" /> <!-- Nimble Fish -->
|
||||||
|
<item id="47562" min="2" max="2" chance="100" /> <!-- Santiago's Reel Fragment -->
|
||||||
|
<item id="47550" min="15" max="15" chance="100" /> <!-- Ugly Fish -->
|
||||||
|
</capsuled_items>
|
||||||
</item>
|
</item>
|
||||||
<item id="47572" name="Intermediate Supply Box" additionalName="Fishing Guild" type="EtcItem">
|
<item id="47572" name="Intermediate Supply Box" additionalName="Fishing Guild" type="EtcItem">
|
||||||
<!-- A supply box given by Santiago, head of the Fishing Guild, for your sustained effort toward reviving the Fishing Guild. Double click to obtain the item. -->
|
<!-- A supply box given by Santiago, head of the Fishing Guild, for your sustained effort toward reviving the Fishing Guild. Double click to obtain the item. -->
|
||||||
<set name="icon" val="icon.etc_readybox_silver" />
|
<set name="icon" val="icon.etc_readybox_silver" />
|
||||||
<set name="default_action" val="SKILL_REDUCE" />
|
<set name="default_action" val="PEEL" />
|
||||||
<set name="weight" val="10" />
|
<set name="immediate_effect" val="true" />
|
||||||
<set name="is_tradable" val="false" />
|
<set name="is_tradable" val="false" />
|
||||||
<set name="is_dropable" val="false" />
|
<set name="is_dropable" val="false" />
|
||||||
<set name="is_depositable" val="false" />
|
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
<set name="is_stackable" val="true" />
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="is_premium" val="true" />
|
||||||
|
<set name="handler" val="ExtractableItems" />
|
||||||
|
<set name="is_clan_depositable" val="false" />
|
||||||
|
<set name="is_destroyable" val="false" />
|
||||||
|
<set name="is_commissionable" val="false" />
|
||||||
|
<set name="is_private_storeable" val="false" />
|
||||||
|
<capsuled_items>
|
||||||
|
<item id="47551" min="5" max="5" chance="100" /> <!-- Nimble Fish -->
|
||||||
|
<item id="47552" min="1" max="1" chance="100" /> <!-- Nimble Fish -->
|
||||||
|
<item id="47562" min="3" max="3" chance="100" /> <!-- Santiago's Reel Fragment -->
|
||||||
|
<item id="47550" min="15" max="15" chance="100" /> <!-- Ugly Fish -->
|
||||||
|
</capsuled_items>
|
||||||
</item>
|
</item>
|
||||||
<item id="47573" name="Magic Spices" type="EtcItem">
|
<item id="47573" name="Magic Spices" type="EtcItem">
|
||||||
<!-- Spices created by Santiago and the numerous famous chefs of the Aden Continent through their Fish Stew research. With these spices and a fish, Fish Stew with excellent performance can be made. -->
|
<!-- Spices created by Santiago and the numerous famous chefs of the Aden Continent through their Fish Stew research. With these spices and a fish, Fish Stew with excellent performance can be made. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user