Skip to content

Instantly share code, notes, and snippets.

@Pandragon
Created March 7, 2014 17:51
Show Gist options
  • Save Pandragon/9416336 to your computer and use it in GitHub Desktop.
Save Pandragon/9416336 to your computer and use it in GitHub Desktop.
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/stats/skills/22300-22399.xml
===================================================================
--- dist/game/data/stats/skills/22300-22399.xml (revision 10244)
+++ dist/game/data/stats/skills/22300-22399.xml (working copy)
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="22300" levels="1" name="Fantasy Isle Magic">
- <!-- "Magic obtained from Fantasy Isle. Increases Speed by 30%, and decreases fall damage when falling from a high place." -->
- <set name="operateType" val="P" />
- <set name="targetType" val="NONE" />
+ <!-- Description: Magic obtained from Fantasy Isle. Increases Speed by 30%, and decreases fall damage when falling from a high place. -->
+ <set name="abnormalTime" val="300" />
+ <set name="icon" val="icon.skill22300" />
+ <set name="operateType" val="A2" />
+ <set name="targetType" val="ONE" />
+ <for>
+ <effect name="Buff">
+ <mul order="0x30" stat="runSpd" val="1.30" /> <!--Increases Speed by 30% -->
+ <mul order="0x30" stat="fall" val="0.7" /> <!-- Decreases fall damage by 30% (Guessed) -->
+ </effect>
+ </for>
</skill>
<skill id="22301" levels="1" name="Party Cake">
<!-- none -->
Index: dist/game/data/zones/custom_town.xml
===================================================================
--- dist/game/data/zones/custom_town.xml (revision 10244)
+++ dist/game/data/zones/custom_town.xml (working copy)
@@ -608,6 +608,16 @@
<node X="-88871" Y="-77664" />
<node X="-43060" Y="-43491" />
</zone>
+ <zone name="Fantasy Isle Magic Zone" type="EffectZone" shape="Cuboid" minZ="-4324" maxZ="3097">
+ <stat name="chance" val="100" />
+ <stat name="default_enabled" val="true" />
+ <stat name="initialDelay" val="1000" />
+ <stat name="reuse" val="3000" />
+ <stat name="showDangerIcon" val="false" />
+ <stat name="skillIdLvl" val="22300-1;" />
+ <node X="-88871" Y="-77664" />
+ <node X="-43060" Y="-43491" />
+ </zone>
<zone name="Keucereus" id="11040" type="TownZone" shape="Cuboid" minZ="1080" maxZ="3210">
<stat name="townId" val="33" />
<node X="-187342" Y="238059" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment