/* OrpheusMS: MapleStory Private Server based on OdinMS Copyright (C) 2012 Aaron Weiss <aaron@deviant-core.net> Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ package constants.skills; /** * * @author kevintjuh93 */ public class Legend { public static final int THREE_SNAILS = 20001000; public static final int RECOVERY = 20001001; public static final int AGILE_BODY = 20001002; public static final int LEGENDARY_SPIRIT = 20001003; public static final int MONSTER_RIDER = 20001004; public static final int ECHO_OF_HERO = 20001005; public static final int JUMP_DOWN = 20001006; public static final int MAKER = 20001007; public static final int BAMBOO_THRUST = 20001009; public static final int INVICIBLE_BARRIER = 20001010; public static final int METEO_SHOWER = 20001011; public static final int BLESSING_OF_THE_FAIRY = 20000012; public static final int TUTORIAL_SKILL1 = 20000014; public static final int TUTORIAL_SKILL2 = 20000015; public static final int TUTORIAL_SKILL3 = 20000016; public static final int TUTORIAL_SKILL4 = 20000017; // combo public static final int TUTORIAL_SKILL5 = 20000018; // critical public static final int YETI_MOUNT1 = 20001019; public static final int YETI_MOUNT2 = 20001022; public static final int WITCH_BROOMSTICK = 20001023; public static final int BALROG_MOUNT = 20001031; }