Classic Interlude branch.
This commit is contained in:
31
L2J_Mobius_Classic_Interlude/dist/game/config/ClanReward.xml
vendored
Normal file
31
L2J_Mobius_Classic_Interlude/dist/game/config/ClanReward.xml
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ClanReward.xsd">
|
||||
<membersOnline>
|
||||
<players size="10" level="1">
|
||||
<skill id="55168" level="1" /> <!-- Clan Unity - Lv. 1 -->
|
||||
</players>
|
||||
<players size="20" level="2">
|
||||
<skill id="55169" level="1" /> <!-- Clan Unity - Lv. 2 -->
|
||||
</players>
|
||||
<players size="30" level="3">
|
||||
<skill id="55170" level="1" /> <!-- Clan Unity - Lv. 3 -->
|
||||
</players>
|
||||
<players size="40" level="4">
|
||||
<skill id="55171" level="1" /> <!-- Clan Unity - Lv. 4 -->
|
||||
</players>
|
||||
</membersOnline>
|
||||
<huntingBonus>
|
||||
<hunting points="28800000" level="1">
|
||||
<item id="70020" count="1" /> <!-- Clan's Supplies - Low Grade -->
|
||||
</hunting>
|
||||
<hunting points="57600000" level="2">
|
||||
<item id="70021" count="1" /> <!-- Clan's Supplies - Medium Grade -->
|
||||
</hunting>
|
||||
<hunting points="86400000" level="3">
|
||||
<item id="70022" count="1" /> <!-- Clan's Supplies - High Grade -->
|
||||
</hunting>
|
||||
<hunting points="115200000" level="4">
|
||||
<item id="70023" count="1" /> <!-- Clan's Supplies - Highest Grade -->
|
||||
</hunting>
|
||||
</huntingBonus>
|
||||
</list>
|
||||
Reference in New Issue
Block a user