/* 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 BubblesDev */ public class Noblesse { public static final int BLESSING_OF_THE_FAIRY = 10000012; public static final int THREE_SNAILS = 10001000; public static final int RECOVERY = 10001001; public static final int NIMBLE_FEET = 10001002; public static final int MONSTER_RIDER = 10001004; public static final int ECHO_OF_HERO = 10001005; public static final int MAKER = 10001007; public static final int BAMBOO_RAIN = 10001009; public static final int INVINCIBLE_BARRIER = 10001010; public static final int BERSERK_FURY = 10001011; public static final int SPACESHIP = 1001014; public static final int SPACE_DASH = 1001015; public static final int YETI_MOUNT1 = 10001019; public static final int YETI_MOUNT2 = 10001022; public static final int WITCH_BROOMSTICK = 10001023; public static final int BALROG_MOUNT = 10001031; }