Merged with released L2J-Unity files.

This commit is contained in:
mobiusdev
2016-06-12 01:34:09 +00:00
parent e003e87887
commit 635557f5da
18352 changed files with 3245113 additions and 2892959 deletions

31
trunk/dist/game/config/ClanReward.xml vendored Normal file
View 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="23774" level="1" /> <!-- Clan Teamwork - Stage 1 -->
</players>
<players size="20" level="2">
<skill id="23775" level="1" /> <!-- Clan Teamwork - Stage 2 -->
</players>
<players size="30" level="3">
<skill id="23776" level="1" /> <!-- Clan Teamwork - Stage 3 -->
</players>
<players size="40" level="4">
<skill id="23777" level="1" /> <!-- Clan Teamwork - Stage 4 -->
</players>
</membersOnline>
<huntingBonus>
<hunting points="28800000" level="1">
<item id="27589" count="1" /> <!-- Supply Box - Standard -->
</hunting>
<hunting points="57600000" level="2">
<item id="27590" count="1" /> <!-- Supply Box - Mid-grade -->
</hunting>
<hunting points="86400000" level="3">
<item id="27591" count="1" /> <!-- Supply Box - High-grade -->
</hunting>
<hunting points="115200000" level="4">
<item id="27663" count="1" /> <!-- Supply Box - Top-grade -->
</hunting>
</huntingBonus>
</list>