//================= Hercules Database =====================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2015 Hercules Dev Team
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU 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 General Public License for more details.
//=
//= You should have received a copy of the GNU General Public License
//= along with this program. If not, see <http://www.gnu.org/licenses/>.
//=========================================================================
//= Mobs Database
//=========================================================================
mob_db: (
// Mobs Database
//
/******************************************************************************
************* Entry structure ************************************************
******************************************************************************
{
// =================== Mandatory fields ===============================
Id: ID (int)
SpriteName: "SPRITE_NAME" (string)
Name: "Mob name" (string)
// =================== Optional fields ================================
JName: "Mob name" (string)
Lv: level (int, defaults to 1)
Hp: health (int, defaults to 1)
Sp: mana (int, defaults to 0)
Exp: basic experience (int, defaults to 0)
JExp: job experience (int, defaults to 0)
AttackRange: attack range (int, defaults to 1)
Attack: [attack1, attack2] (int, defaults to 0)
Def: defence (int, defaults to 0)
Mdef: magic defence (int, defaults to 0)
Stats: {
Str: strength (int, defaults to 0)
Agi: agility (int, defaults to 0)
Vit: vitality (int, defaults to 0)
Int: intelligence (int, defaults to 0)
Dex: dexterity (int, defaults to 0)
Luk: luck (int, defaults to 0)
}
ViewRange: view range (int, defaults to 1)
ChaseRange: chase range (int, defaults to 1)
Size: size (int, defaults to 1)
Race: race (int, defaults to 0)
Element: (type, level)
Mode: {
CanMove: true/false (bool, defaults to false)
Looter: true/false (bool, defaults to false)
Aggressive: true/false (bool, defaults to false)
Assist: true/false (bool, defaults to false)
CastSensorIdle:true/false (bool, defaults to false)
Boss: true/false (bool, defaults to false)
Plant: true/false (bool, defaults to false)
CanAttack: true/false (bool, defaults to false)
Detector: true/false (bool, defaults to false)
CastSensorChase: true/false (bool, defaults to false)
ChangeChase: true/false (bool, defaults to false)
Angry: true/false (bool, defaults to false)
ChangeTargetMelee: true/false (bool, defaults to false)
ChangeTargetChase: true/false (bool, defaults to false)
TargetWeak: true/false (bool, defaults to false)
NoKnockback: true/false (bool, defaults to false)
SurviveWithoutMaster: true/false (bool, defaults to false)
}
MoveSpeed: move speed (int, defaults to 0)
WalkMask: walk mask (int, defaults to 0)
AttackDelay: attack delay (int, defaults to 4000)
AttackMotion: attack motion (int, defaults to 2000)
DamageMotion: damage motion (int, defaults to 0)
MvpExp: mvp experience (int, defaults to 0)
MvpDrops: {
AegisName: chance (string: int)
...
}
Drops: {
AegisName: chance (string: int)
...
}
},
******************************************************************************/
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1011
SpriteName: "FireGoblin"
Name: "Fire Goblin"
Lv: 20
Hp: 220
Sp: 0
Exp: 41
JExp: 4
AttackRange: 1
Attack: [15, 20]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 6
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (3, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 800
CactusPotion: 150
Dagger: 70
SharpKnife: 10
PileOfAsh: 500
}
},
{
Id: 1017
SpriteName: "Bat"
Name: "Bat"
Lv: 20
Hp: 150
Sp: 0
Exp: 27
JExp: 3
AttackRange: 1
Attack: [5, 25]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 400
RoastedMaggot: 150
Dagger: 70
SharpKnife: 1
BatWing: 3000
BatTeeth: 2000
}
},
{
Id: 1131
SpriteName: "ManaBug"
Name: "Mana Bug"
Lv: 25
Hp: 300
Sp: 0
Exp: 52
JExp: 5
AttackRange: 2
Attack: [10, 17]
Def: 4
Mdef: 6
Stats: {
Str: 1
Agi: 4
Vit: 1
Int: 4
Dex: 5
Luk: 4
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 1000
BugLeg: 800
RoastedMaggot: 400
}
},
{
Id: 1018
SpriteName: "Pinkie"
Name: "Pinkie"
Lv: 30
Hp: 300
Sp: 0
Exp: 60
JExp: 7
AttackRange: 2
Attack: [15, 20]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
PinkAntenna: 1000
PinkieHat: 40
}
},
{
Id: 1019
SpriteName: "SpikyMushroom"
Name: "Spiky Mushroom"
Lv: 30
Hp: 300
Sp: 0
Exp: 54
JExp: 5
AttackRange: 1
Attack: [10, 13]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 10
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
IronPotion: 800
CactusDrink: 150
BugLeg: 50
HardSpike: 400
}
},
{
Id: 1020
SpriteName: "Fluffy"
Name: "Fluffy"
Lv: 30
Hp: 500
Sp: 0
Exp: 100
JExp: 7
AttackRange: 1
Attack: [6, 10]
Def: 1
Mdef: 5
Stats: {
Str: 1
Agi: 2
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1600
AttackMotion: 672
DamageMotion: 480
Drops: {
WhiteFur: 800
Milk: 150
RedApple: 400
FluffyHat: 20
}
},
{
Id: 1021
SpriteName: "CaveSnake"
Name: "Cave Snake"
Lv: 30
Hp: 800
Sp: 0
Exp: 157
JExp: 13
AttackRange: 1
Attack: [20, 15]
Def: 1
Mdef: 5
Stats: {
Str: 10
Agi: 1
Vit: 1
Int: 0
Dex: 5
Luk: 20
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CaveSnakeLamp: 1000
JeansShorts: 40
CaveSnakeTongue: 500
CaveSnakeEgg: 400
CaveSnakeEgg: 400
SnakeSkin: 20
}
},
{
Id: 1025
SpriteName: "LogHead"
Name: "Log Head"
Lv: 30
Hp: 500
Sp: 0
Exp: 150
JExp: 5
AttackRange: 1
Attack: [10, 20]
Def: 50
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
RawLog: 2000
Root: 2500
Acorn: 3000
RawLog: 2000
}
},
{
Id: 1027
SpriteName: "EasterFluffy"
Name: "Easter Fluffy"
Lv: 30
Hp: 500
Sp: 0
Exp: 100
JExp: 7
AttackRange: 1
Attack: [10, 12]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
RedEasterEgg: 2000
GreenEasterEgg: 2000
BlueEasterEgg: 2000
YellowEasterEgg: 1000
PinkEasterEgg: 1000
TealEasterEgg: 200
}
},
{
Id: 1035
SpriteName: "Silkworm"
Name: "Silkworm"
Lv: 20
Hp: 1
Sp: 0
Exp: 1
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 2
Mdef: 10
Stats: {
Str: 20
Agi: 11
Vit: 10
Int: 10
Dex: 40
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1300
AttackDelay: 1100
AttackMotion: 672
DamageMotion: 480
Drops: {
SilkCocoon: 5000
}
},
{
Id: 1041
SpriteName: "Snail"
Name: "Snail"
Lv: 30
Hp: 900
Sp: 0
Exp: 180
JExp: 18
AttackRange: 1
Attack: [50, 65]
Def: 20
Mdef: 15
Stats: {
Str: 10
Agi: 1
Vit: 25
Int: 0
Dex: 20
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1800
AttackDelay: 2500
AttackMotion: 672
DamageMotion: 480
Drops: {
GreenApple: 500
ReedBundle: 400
Pear: 1000
Plum: 1500
Blueberries: 500
Cherry: 2000
}
},
{
Id: 1049
SpriteName: "Bee"
Name: "Bee"
Lv: 30
Hp: 600
Sp: 0
Exp: 180
JExp: 32
AttackRange: 1
Attack: [5, 90]
Def: 12
Mdef: 4
Stats: {
Str: 15
Agi: 25
Vit: 20
Int: 3
Dex: 40
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 380
AttackDelay: 1500
AttackMotion: 300
DamageMotion: 350
},
{
Id: 1055
SpriteName: "Butterfly"
Name: "Butterfly"
Lv: 25
Hp: 250
Sp: 0
Exp: 85
JExp: 11
AttackRange: 2
Attack: [10, 40]
Def: 3
Mdef: 5
Stats: {
Str: 10
Agi: 45
Vit: 10
Int: 15
Dex: 35
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 2)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 350
AttackDelay: 780
AttackMotion: 300
DamageMotion: 800
Drops: {
SilkCocoon: 1000
}
},
{
Id: 1057
SpriteName: "AngryScorpion"
Name: "Angry Scorpion"
Lv: 20
Hp: 200
Sp: 0
Exp: 37
JExp: 5
AttackRange: 1
Attack: [15, 15]
Def: 0
Mdef: 5
Stats: {
Str: 5
Agi: 5
Vit: 1
Int: 0
Dex: 15
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
AngryScorpionStinger: 700
Candy: 100
ChocolateBar: 50
BugLeg: 700
}
},
{
Id: 1058
SpriteName: "IceGoblin"
Name: "Ice Goblin"
Lv: 25
Hp: 330
Sp: 0
Exp: 75
JExp: 10
AttackRange: 1
Attack: [20, 25]
Def: 0
Mdef: 5
Stats: {
Str: 5
Agi: 5
Vit: 1
Int: 0
Dex: 6
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 700
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 800
CactusPotion: 150
Dagger: 70
SharpKnife: 10
IceCube: 500
}
},
{
Id: 1060
SpriteName: "Archant"
Name: "Archant"
Lv: 30
Hp: 400
Sp: 0
Exp: 88
JExp: 14
AttackRange: 1
Attack: [20, 30]
Def: 4
Mdef: 6
Stats: {
Str: 10
Agi: 5
Vit: 1
Int: 0
Dex: 12
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
TreasureKey: 300
RedApple: 100
IronOre: 40
Coal: 20
}
},
{
Id: 1064
SpriteName: "Bandit"
Name: "Bandit"
Lv: 20
Hp: 400
Sp: 0
Exp: 92
JExp: 21
AttackRange: 1
Attack: [40, 40]
Def: 5
Mdef: 0
Stats: {
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 10
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 900
Drops: {
BanditHood: 800
Dagger: 200
CoinBag: 500
RedApple: 200
}
},
{
Id: 1083
SpriteName: "HuntsmanSpider"
Name: "Huntsman Spider"
Lv: 30
Hp: 1500
Sp: 0
Exp: 467
JExp: 363
AttackRange: 1
Attack: [125, 150]
Def: 10
Mdef: 45
Stats: {
Str: 20
Agi: 15
Vit: 10
Int: 10
Dex: 45
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 2)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 575
AttackDelay: 1250
AttackMotion: 672
DamageMotion: 480
Drops: {
InfantryHelmet: 100
CoinBag: 500
IronOre: 300
BugLeg: 1000
GreenApple: 500
Coal: 150
}
},
{
Id: 1084
SpriteName: "CrotcherScorpion"
Name: "Crotcher Scorpion"
Lv: 25
Hp: 1200
Sp: 0
Exp: 430
JExp: 86
AttackRange: 1
Attack: [75, 175]
Def: 15
Mdef: 45
Stats: {
Str: 15
Agi: 30
Vit: 10
Int: 10
Dex: 25
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 750
AttackDelay: 1350
AttackMotion: 672
DamageMotion: 480
Drops: {
LeatherShirt: 300
BugLeg: 1000
ChocolateBar: 300
GingerBreadMan: 300
RedApple: 500
}
},
{
Id: 1087
SpriteName: "Larvern"
Name: "Larvern"
Lv: 20
Hp: 550
Sp: 0
Exp: 165
JExp: 26
AttackRange: 1
Attack: [50, 200]
Def: 30
Mdef: 65
Stats: {
Str: 35
Agi: 20
Vit: 50
Int: 0
Dex: 70
Luk: 20
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 1)
Mode: {
CanMove: true
Looter: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1500
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
GrubSlime: 2000
BugLeg: 1000
GrassSeed: 300
ReedBundle: 300
}
},
{
Id: 1089
SpriteName: "HungryFluffy"
Name: "Hungry Fluffy"
Lv: 30
Hp: 500
Sp: 0
Exp: 111
JExp: 10
AttackRange: 1
Attack: [6, 10]
Def: 1
Mdef: 5
Stats: {
Str: 1
Agi: 2
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1600
AttackMotion: 672
DamageMotion: 480
Drops: {
WhiteFur: 500
Milk: 150
FluffyHat: 20
}
},
{
Id: 1093
SpriteName: "WhiteSlime"
Name: "White Slime"
Lv: 20
Hp: 200
Sp: 0
Exp: 55
JExp: 15
AttackRange: 1
Attack: [80, 120]
Def: 10
Mdef: 10
Stats: {
Str: 20
Agi: 30
Vit: 10
Int: 10
Dex: 30
Luk: 20
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 3)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
IceCube: 200
Diamond: 20
BottleOfWater: 500
SilverMirror: 100
BookPage: 200
}
},
{
Id: 1094
SpriteName: "Reinboo"
Name: "Reinboo"
Lv: 35
Hp: 1100
Sp: 0
Exp: 275
JExp: 29
AttackRange: 2
Attack: [40, 75]
Def: 35
Mdef: 5
Stats: {
Str: 15
Agi: 5
Vit: 15
Int: 0
Dex: 40
Luk: 10
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
GingerBreadMan: 1000
WhiteCake: 1200
ChocolateCake: 1200
OrangeCake: 1200
AppleCake: 1200
Antlers: 50
RedNose: 10
}
},
{
Id: 1099
SpriteName: "SleepingBandit"
Name: "Sleeping Bandit"
Lv: 20
Hp: 25
Sp: 0
Exp: 3
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 0
Mdef: 0
Stats: {
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 10
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
MoveSpeed: 500
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 900
Drops: {
BanditHood: 800
Dagger: 200
CoinBag: 500
RedApple: 200
}
},
{
Id: 1100
SpriteName: "AzulSlime"
Name: "Azul Slime"
Lv: 20
Hp: 200
Sp: 0
Exp: 55
JExp: 10
AttackRange: 1
Attack: [80, 120]
Def: 10
Mdef: 10
Stats: {
Str: 20
Agi: 30
Vit: 10
Int: 10
Dex: 30
Luk: 20
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 3)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
},
{
Id: 1107
SpriteName: "Bluepar"
Name: "Bluepar"
Lv: 30
Hp: 350
Sp: 0
Exp: 77
JExp: 8
AttackRange: 2
Attack: [7, 15]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
IronPotion: 800
ConcentrationPotion: 800
Diamond: 50
}
},
{
Id: 1108
SpriteName: "AngryFireGoblin"
Name: "Angry Fire Goblin"
Lv: 30
Hp: 320
Sp: 0
Exp: 85
JExp: 12
AttackRange: 1
Attack: [25, 40]
Def: 0
Mdef: 10
Stats: {
Str: 3
Agi: 3
Vit: 3
Int: 2
Dex: 10
Luk: 50
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (3, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 800
CactusPotion: 150
Dagger: 70
SharpKnife: 10
PileOfAsh: 500
}
},
{
Id: 1113
SpriteName: "Pollett"
Name: "Pollett"
Lv: 30
Hp: 500
Sp: 0
Exp: 100
JExp: 7
AttackRange: 1
Attack: [6, 10]
Def: 1
Mdef: 5
Stats: {
Str: 1
Agi: 2
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1600
AttackMotion: 672
DamageMotion: 480
Drops: {
IceCube: 1000
AnimalBones: 500
Pearl: 300
IcedWater: 100
PollettEgg: 400
PollettEgg: 400
PollettEgg: 400
WhiteFur: 500
}
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1009
SpriteName: "BlackScorpion"
Name: "Black Scorpion"
Lv: 100
Hp: 600
Sp: 0
Exp: 500
JExp: 37
AttackRange: 1
Attack: [60, 100]
Def: 4
Mdef: 6
Stats: {
Str: 16
Agi: 30
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
LeatherShirt: 150
ChocolateBar: 100
BugLeg: 800
BlackScorpionStinger: 800
}
},
{
Id: 1010
SpriteName: "Snake"
Name: "Snake"
Lv: 115
Hp: 850
Sp: 0
Exp: 722
JExp: 56
AttackRange: 1
Attack: [75, 90]
Def: 4
Mdef: 6
Stats: {
Str: 20
Agi: 11
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 900
AttackDelay: 1300
AttackMotion: 672
DamageMotion: 480
Drops: {
SnakeSkin: 150
SnakeEgg: 400
SnakeEgg: 400
SnakeTongue: 500
}
},
{
Id: 1012
SpriteName: "Spider"
Name: "Spider"
Lv: 125
Hp: 800
Sp: 0
Exp: 690
JExp: 115
AttackRange: 1
Attack: [70, 85]
Def: 4
Mdef: 6
Stats: {
Str: 14
Agi: 13
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
TreasureKey: 500
RedApple: 100
InfantryHelmet: 20
CoinBag: 200
}
},
{
Id: 1013
SpriteName: "EvilMushroom"
Name: "Evil Mushroom"
Lv: 110
Hp: 650
Sp: 0
Exp: 233
JExp: 35
AttackRange: 1
Attack: [65, 80]
Def: 4
Mdef: 6
Stats: {
Str: 16
Agi: 12
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 480
Drops: {
RedApple: 500
EmptyBottle: 10
OrangeCupcake: 100
SmallMushroom: 1000
}
},
{
Id: 1014
SpriteName: "PinkFlower"
Name: "Pink Flower"
Lv: 115
Hp: 700
Sp: 0
Exp: 296
JExp: 40
AttackRange: 2
Attack: [70, 75]
Def: 0
Mdef: 5
Stats: {
Str: 16
Agi: 12
Vit: 20
Int: 20
Dex: 20
Luk: 50
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
RedApple: 100
EmptyBottle: 10
Arrow: 100
CoinBag: 400
PinkPetal: 1000
PinkPetal: 1000
}
},
{
Id: 1015
SpriteName: "SantaSlime"
Name: "Santa Slime"
Lv: 120
Hp: 750
Sp: 0
Exp: 298
JExp: 58
AttackRange: 1
Attack: [75, 80]
Def: 2
Mdef: 7
Stats: {
Str: 1
Agi: 20
Vit: 1
Int: 0
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1500
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
GingerBreadMan: 800
Cake: 700
XmasCandyCane: 600
CherryCake: 500
Milk: 400
GreenPresentBox: 500
}
},
{
Id: 1022
SpriteName: "JackO"
Name: "Jack O"
Lv: 175
Hp: 10000
Sp: 0
Exp: 18130
JExp: 1241
AttackRange: 2
Attack: [100, 500]
Def: 40
Mdef: 20
Stats: {
Str: 105
Agi: 40
Vit: 85
Int: 75
Dex: 105
Luk: 95
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 250
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
PirateHat: 300
Bandana: 400
VNeckSweater: 400
Circlet: 400
PumpkinHelmet: 300
RangerHat: 400
Soul: 10000
AxeHat: 600
}
},
{
Id: 1023
SpriteName: "FireSkull"
Name: "Fire Skull"
Lv: 170
Hp: 5000
Sp: 0
Exp: 5808
JExp: 721
AttackRange: 2
Attack: [75, 175]
Def: 35
Mdef: 15
Stats: {
Str: 40
Agi: 30
Vit: 30
Int: 30
Dex: 35
Luk: 70
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (3, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1600
AttackMotion: 672
DamageMotion: 480
Drops: {
DarkCrystal: 1000
PileOfAsh: 5000
}
},
{
Id: 1024
SpriteName: "PoisonSkull"
Name: "Poison Skull"
Lv: 170
Hp: 5000
Sp: 0
Exp: 5808
JExp: 721
AttackRange: 2
Attack: [75, 175]
Def: 35
Mdef: 15
Stats: {
Str: 40
Agi: 30
Vit: 30
Int: 30
Dex: 35
Luk: 70
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1600
AttackMotion: 672
DamageMotion: 480
Drops: {
DarkCrystal: 1000
}
},
{
Id: 1026
SpriteName: "MountainSnake"
Name: "Mountain Snake"
Lv: 130
Hp: 900
Sp: 0
Exp: 1024
JExp: 63
AttackRange: 1
Attack: [80, 125]
Def: 4
Mdef: 6
Stats: {
Str: 20
Agi: 40
Vit: 10
Int: 10
Dex: 35
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
LeatherGloves: 20
SnakeSkin: 350
MountainSnakeEgg: 400
MountainSnakeEgg: 400
MountainSnakeTongue: 500
}
},
{
Id: 1034
SpriteName: "GrassSnake"
Name: "Grass Snake"
Lv: 140
Hp: 1000
Sp: 0
Exp: 1254
JExp: 103
AttackRange: 1
Attack: [80, 120]
Def: 2
Mdef: 10
Stats: {
Str: 20
Agi: 40
Vit: 10
Int: 10
Dex: 40
Luk: 50
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1100
AttackMotion: 672
DamageMotion: 480
Drops: {
GrassSnakeEgg: 400
GrassSnakeEgg: 400
GrassSnakeTongue: 500
Steak: 500
CottonCloth: 1600
SnakeSkin: 500
}
},
{
Id: 1036
SpriteName: "Zombie"
Name: "Zombie"
Lv: 110
Hp: 12000
Sp: 0
Exp: 7782
JExp: 1393
AttackRange: 2
Attack: [275, 355]
Def: 20
Mdef: 15
Stats: {
Str: 30
Agi: 15
Vit: 30
Int: 3
Dex: 60
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 480
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 900
Drops: {
DarkCrystal: 1000
RottenRags: 700
DiseasedHeart: 500
UndeadEar: 200
UndeadEye: 150
Soul: 500
}
},
{
Id: 1042
SpriteName: "Spectre"
Name: "Spectre"
Lv: 140
Hp: 6500
Sp: 0
Exp: 3978
JExp: 359
AttackRange: 3
Attack: [160, 220]
Def: 40
Mdef: 0
Stats: {
Str: 35
Agi: 70
Vit: 22
Int: 15
Dex: 20
Luk: 70
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 2)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 650
AttackDelay: 1700
AttackMotion: 800
DamageMotion: 500
Drops: {
SpectrePowder: 1000
SulphurPowder: 600
SulphurPowder: 480
}
},
{
Id: 1045
SpriteName: "Fallen"
Name: "Fallen"
Lv: 120
Hp: 10000
Sp: 0
Exp: 7812
JExp: 1663
AttackRange: 2
Attack: [180, 430]
Def: 5
Mdef: 20
Stats: {
Str: 40
Agi: 3
Vit: 25
Int: 5
Dex: 80
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 300
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 300
Drops: {
Bone: 210
Bone: 210
Skull: 300
DarkCrystal: 1000
WarlordHelmet: 3
WarlordPlate: 2
LeatherGloves: 35
DiseasedHeart: 500
Soul: 500
}
},
{
Id: 1062
SpriteName: "Terranite"
Name: "Terranite"
Lv: 110
Hp: 6000
Sp: 0
Exp: 4851
JExp: 889
AttackRange: 1
Attack: [200, 300]
Def: 20
Mdef: 40
Stats: {
Str: 60
Agi: 40
Vit: 40
Int: 30
Dex: 60
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 400
AttackDelay: 872
AttackMotion: 672
DamageMotion: 900
Drops: {
Coal: 600
Emerald: 20
Sapphire: 20
Amethyst: 20
TerraniteOre: 500
IronOre: 500
}
},
{
Id: 1068
SpriteName: "Reaper"
Name: "Reaper"
Lv: 140
Hp: 40000
Sp: 0
Exp: 64128
JExp: 156
AttackRange: 7
Attack: [200, 350]
Def: 30
Mdef: 80
Stats: {
Str: 100
Agi: 120
Vit: 70
Int: 120
Dex: 100
Luk: 75
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 4)
Mode: {
CanMove: true
Aggressive: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1200
AttackMotion: 800
DamageMotion: 300
Drops: {
RottenRags: 1000
Bone: 500
Skull: 100
SkullMask: 10
}
},
{
Id: 1071
SpriteName: "IceElement"
Name: "Ice Element"
Lv: 100
Hp: 5000
Sp: 0
Exp: 2897
JExp: 689
AttackRange: 3
Attack: [60, 200]
Def: 5
Mdef: 20
Stats: {
Str: 15
Agi: 25
Vit: 40
Int: 15
Dex: 45
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 2)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 330
AttackDelay: 740
AttackMotion: 672
DamageMotion: 400
Drops: {
IceCube: 900
TreasureKey: 750
ConcentrationPotion: 400
StandardHeadband: 900
SilkHeadband: 250
}
},
{
Id: 1072
SpriteName: "Yeti"
Name: "Yeti"
Lv: 100
Hp: 8500
Sp: 0
Exp: 9040
JExp: 726
AttackRange: 2
Attack: [100, 400]
Def: 60
Mdef: 15
Stats: {
Str: 60
Agi: 5
Vit: 45
Int: 15
Dex: 60
Luk: 32
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 3)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 220
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 900
Drops: {
AnimalBones: 700
FrozenYetiTear: 300
YetiClaw: 400
YetiMask: 142
YellowPresentBox: 800
WhitePresentBox: 700
}
},
{
Id: 1075
SpriteName: "Stalker"
Name: "Stalker"
Lv: 120
Hp: 20000
Sp: 0
Exp: 15628
JExp: 4000
AttackRange: 2
Attack: [220, 500]
Def: 23
Mdef: 30
Stats: {
Str: 35
Agi: 15
Vit: 3
Int: 50
Dex: 50
Luk: 50
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
Bone: 75
Bone: 115
Skull: 135
DarkCrystal: 40
DiseasedHeart: 500
Soul: 500
}
},
{
Id: 1085
SpriteName: "IceSkull"
Name: "Ice Skull"
Lv: 170
Hp: 7000
Sp: 0
Exp: 7595
JExp: 757
AttackRange: 2
Attack: [75, 400]
Def: 40
Mdef: 15
Stats: {
Str: 40
Agi: 30
Vit: 30
Int: 30
Dex: 35
Luk: 44
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1600
AttackMotion: 672
DamageMotion: 480
Drops: {
IceCube: 5000
IcedWater: 800
}
},
{
Id: 1096
SpriteName: "SoulSnake"
Name: "Soul Snake"
Lv: 115
Hp: 850
Sp: 0
Exp: 325
JExp: 56
AttackRange: 1
Attack: [75, 90]
Def: 4
Mdef: 6
Stats: {
Str: 20
Agi: 11
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 900
AttackDelay: 1300
AttackMotion: 672
DamageMotion: 480
},
{
Id: 1102
SpriteName: "Luvia"
Name: "Luvia"
Lv: 127
Hp: 48044
Sp: 60
Exp: 315973
JExp: 12172
AttackRange: 5
Attack: [339, 364]
Def: 50
Mdef: 92
Stats: {
Str: 1
Agi: 29
Vit: 55
Int: 255
Dex: 255
Luk: 255
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 220
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 50
},
{
Id: 1106
SpriteName: "WickedMushroom"
Name: "Wicked Mushroom"
Lv: 110
Hp: 550
Sp: 0
Exp: 220
JExp: 30
AttackRange: 1
Attack: [70, 80]
Def: 4
Mdef: 4
Stats: {
Str: 16
Agi: 12
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 480
Drops: {
HardSpike: 600
Amethyst: 50
IronPotion: 100
SmallMushroom: 1000
}
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1114
SpriteName: "Nutcracker"
Name: "Nutcracker"
Lv: 110
Hp: 6000
Sp: 0
Exp: 4226
JExp: 769
AttackRange: 1
Attack: [81, 281]
Def: 20
Mdef: 42
Stats: {
Str: 40
Agi: 20
Vit: 10
Int: 5
Dex: 60
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 400
AttackDelay: 872
AttackMotion: 672
DamageMotion: 900
Drops: {
RawLog: 1000
CottonCloth: 750
Beer: 750
CasinoCoins: 250
IronOre: 200
Emerald: 200
Coal: 600
}
},
{
Id: 1119
SpriteName: "Thug"
Name: "Thug"
Lv: 170
Hp: 5000
Sp: 0
Exp: 5491
JExp: 999
AttackRange: 1
Attack: [125, 250]
Def: 30
Mdef: 6
Stats: {
Str: 10
Agi: 10
Vit: 60
Int: 10
Dex: 50
Luk: 70
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 480
Drops: {
Beer: 1000
Orange: 1000
SulphurPowder: 1000
PileOfAsh: 500
Pearl: 250
SailorHat: 10
}
},
{
Id: 1120
SpriteName: "Swashbuckler"
Name: "Swashbuckler"
Lv: 170
Hp: 5000
Sp: 0
Exp: 5434
JExp: 999
AttackRange: 1
Attack: [75, 250]
Def: 23
Mdef: 27
Stats: {
Str: 20
Agi: 20
Vit: 40
Int: 30
Dex: 90
Luk: 70
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 400
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
Beer: 1000
Orange: 1000
SulphurPowder: 1000
PileOfAsh: 500
Pearl: 250
Bandana: 500
}
},
{
Id: 1121
SpriteName: "Grenadier"
Name: "Grenadier"
Lv: 170
Hp: 6000
Sp: 0
Exp: 4332
JExp: 999
AttackRange: 6
Attack: [100, 200]
Def: 8
Mdef: 60
Stats: {
Str: 12
Agi: 10
Vit: 50
Int: 60
Dex: 90
Luk: 70
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 2000
AttackMotion: 672
DamageMotion: 480
Drops: {
Beer: 1000
Orange: 1000
PileOfAsh: 500
IronPowder: 250
Pearl: 250
CaptainsHat: 1
}
},
{
Id: 1122
SpriteName: "DreadPirateMarley"
Name: "Dread Pirate Marley"
Lv: 180
Hp: 10000
Sp: 0
Exp: 17612
JExp: 20000
AttackRange: 4
Attack: [175, 250]
Def: 38
Mdef: 32
Stats: {
Str: 10
Agi: 20
Vit: 40
Int: 20
Dex: 90
Luk: 80
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 400
AttackDelay: 700
AttackMotion: 672
DamageMotion: 480
},
{
Id: 1123
SpriteName: "DreadPirateMarleyClone"
Name: "Dread Pirate Marley Clone"
Lv: 150
Hp: 2000
Sp: 0
Exp: 1652
JExp: 0
AttackRange: 4
Attack: [175, 250]
Def: 18
Mdef: 22
Stats: {
Str: 10
Agi: 40
Vit: 30
Int: 20
Dex: 80
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 480
},
{
Id: 1126
SpriteName: "PsiBrain"
Name: "Psi Brain"
Lv: 100
Hp: 10000
Sp: 0
Exp: 7255
JExp: 4000
AttackRange: 2
Attack: [220, 500]
Def: 23
Mdef: 30
Stats: {
Str: 35
Agi: 15
Vit: 3
Int: 50
Dex: 50
Luk: 50
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
Bone: 75
Bone: 115
Skull: 135
DarkCrystal: 40
BrainStem: 700
}
},
{
Id: 1127
SpriteName: "GeneralKrukan"
Name: "General Krukan"
Lv: 140
Hp: 40000
Sp: 0
Exp: 27536
JExp: 1663
AttackRange: 2
Attack: [180, 430]
Def: 5
Mdef: 20
Stats: {
Str: 40
Agi: 3
Vit: 25
Int: 5
Dex: 80
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
Boss: true
}
MoveSpeed: 300
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 300
MvpExp: 778
Drops: {
Bone: 1000
Skull: 1000
DarkCrystal: 1000
DarkHelm: 2
WarlordHelmet: 6
KnightsHelmet: 25
InfantryHelmet: 50
CrusadeHelmet: 8
DiseasedHeart: 500
Soul: 500
}
},
{
Id: 1128
SpriteName: "GeneralRazha"
Name: "General Razha"
Lv: 140
Hp: 40000
Sp: 0
Exp: 27536
JExp: 1663
AttackRange: 2
Attack: [180, 430]
Def: 5
Mdef: 20
Stats: {
Str: 40
Agi: 3
Vit: 25
Int: 5
Dex: 80
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
Boss: true
}
MoveSpeed: 300
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 300
MvpExp: 1198
Drops: {
Bone: 210
UnderworldMask: 5
Skull: 300
DarkCrystal: 1000
WarlordHelmet: 3
WarlordPlate: 2
LeatherGloves: 35
DiseasedHeart: 500
Soul: 500
}
},
{
Id: 1129
SpriteName: "GeneralTerogan"
Name: "General Terogan"
Lv: 140
Hp: 40000
Sp: 0
Exp: 27536
JExp: 1663
AttackRange: 2
Attack: [180, 430]
Def: 5
Mdef: 20
Stats: {
Str: 40
Agi: 3
Vit: 25
Int: 5
Dex: 80
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
Boss: true
}
MoveSpeed: 300
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 300
MvpExp: 1198
Drops: {
Bone: 210
Phylactery: 1
Skull: 300
DarkCrystal: 1000
WarlordHelmet: 3
WarlordPlate: 2
LeatherGloves: 35
DiseasedHeart: 500
Soul: 500
}
},
{
Id: 1130
SpriteName: "Moonshroom"
Name: "Moonshroom"
Lv: 110
Hp: 550
Sp: 0
Exp: 224
JExp: 35
AttackRange: 4
Attack: [70, 80]
Def: 4
Mdef: 4
Stats: {
Str: 16
Agi: 12
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 480
Drops: {
SmallMushroom: 500
BugLeg: 500
SulphurPowder: 400
Lifestone: 300
EmptyBottle: 100
}
},
{
Id: 1132
SpriteName: "LavaSlime"
Name: "Lava Slime"
Lv: 135
Hp: 4144
Sp: 0
Exp: 6000
JExp: 1111
AttackRange: 2
Attack: [105, 260]
Def: 75
Mdef: 80
Stats: {
Str: 30
Agi: 15
Vit: 35
Int: 10
Dex: 70
Luk: 250
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (3, 2)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 900
AttackDelay: 1300
AttackMotion: 672
DamageMotion: 100
Drops: {
SlingBullet: 10000
SulphurPowder: 5000
SulphurPowder: 5000
IronOre: 1000
PileOfAsh: 1000
Coal: 1000
TinyManaElixir: 500
}
},
{
Id: 1133
SpriteName: "Anne"
Name: "Anne"
Lv: 110
Hp: 12000
Sp: 0
Exp: 1100
JExp: 889
AttackRange: 1
Attack: [200, 300]
Def: 20
Mdef: 40
Stats: {
Str: 60
Agi: 40
Vit: 40
Int: 30
Dex: 60
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 380
AttackDelay: 872
AttackMotion: 672
DamageMotion: 900
Drops: {
CranberryLollipop: 6000
GrapeLollipop: 6000
OrangeLollipop: 6000
CaramelApple: 200
LollipopColor1: 500
LollipopColor2: 500
LollipopColor3: 500
ShockSweet: 20
}
},
{
Id: 1134
SpriteName: "SUSAN"
Name: "SUSAN"
Lv: 255
Hp: 696969
Sp: 0
Exp: 69000
JExp: 1400
AttackRange: 1
Attack: [0, 0]
Def: 69
Mdef: 69
Stats: {
Str: 69
Agi: 69
Vit: 69
Int: 69
Dex: 69
Luk: 69
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1500
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CranberryLollipop: 6000
GrapeLollipop: 6000
OrangeLollipop: 6000
CaramelApple: 200
LollipopColor1: 500
LollipopColor2: 500
LollipopColor3: 500
ShockSweet: 20
}
},
{
Id: 1135
SpriteName: "LovelyMaggot"
Name: "Lovely Maggot"
Lv: 1
Hp: 50
Sp: 0
Exp: 1
JExp: 1
AttackRange: 1
Attack: [69, 6969]
Def: 0
Mdef: 5
Stats: {
Str: 5
Agi: 5
Vit: 1
Int: 0
Dex: 6
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 200
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 400
CactusDrink: 70
BugLeg: 200
RoastedMaggot: 75
CactusPotion: 30
}
},
{
Id: 1136
SpriteName: "LesserGhost"
Name: "Lesser Ghost"
Lv: 1
Hp: 1
Sp: 0
Exp: 1
JExp: 1
AttackRange: 0
Attack: [150, 300]
Def: 0
Mdef: 0
Stats: {
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
},
{
Id: 1137
SpriteName: "Tormenta"
Name: "Tormenta"
Lv: 200
Hp: 18000
Sp: 60
Exp: 500000
JExp: 5000
AttackRange: 5
Attack: [360, 374]
Def: 48
Mdef: 90
Stats: {
Str: 1
Agi: 32
Vit: 60
Int: 255
Dex: 255
Luk: 255
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 210
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 50
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1138
SpriteName: "ManaGuard"
Name: "ManaGuardian"
Lv: 180
Hp: 20000
Sp: 280
Exp: 27000
JExp: 5000
AttackRange: 2
Attack: [280, 324]
Def: 22
Mdef: 67
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 95
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 210
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 50
},
{
Id: 1139
SpriteName: "Virus"
Name: "Virus"
Lv: 170
Hp: 5000
Sp: 0
Exp: 5254
JExp: 721
AttackRange: 6
Attack: [45, 75]
Def: 37
Mdef: 12
Stats: {
Str: 30
Agi: 30
Vit: 20
Int: 20
Dex: 25
Luk: 60
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
Snapple: 500
Acorn: 1100
GumiCandy: 11
}
},
{
Id: 1140
SpriteName: "Tengu"
Name: "Tengu"
Lv: 180
Hp: 24000
Sp: 280
Exp: 45000
JExp: 5000
AttackRange: 2
Attack: [180, 224]
Def: 67
Mdef: 9
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 97
Dex: 255
Luk: 95
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 310
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 50
},
{
Id: 1141
SpriteName: "Sasquatch"
Name: "Sasquatch"
Lv: 180
Hp: 24000
Sp: 280
Exp: 45000
JExp: 5000
AttackRange: 1
Attack: [420, 444]
Def: 12
Mdef: 27
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 97
Dex: 255
Luk: 95
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 310
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 50
},
{
Id: 1142
SpriteName: "Kage"
Name: "ZaxDeKagen"
Lv: 200
Hp: 29999
Sp: 280
Exp: 999999
JExp: 99999
AttackRange: 9
Attack: [90, 124]
Def: 74
Mdef: 100
Stats: {
Str: 199
Agi: 2
Vit: 199
Int: 197
Dex: 255
Luk: 175
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 210
AttackDelay: 672
AttackMotion: 672
DamageMotion: 50
Drops: {
BlueRose: 10000
}
},
{
Id: 1143
SpriteName: "ManaSlayer"
Name: "Mana Slayer"
Lv: 180
Hp: 24000
Sp: 280
Exp: 42000
JExp: 5000
AttackRange: 2
Attack: [260, 274]
Def: 22
Mdef: 67
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 95
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 210
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 50
},
{
Id: 1144
SpriteName: "Dragon"
Name: "GreatDragon"
Lv: 250
Hp: 29999
Sp: 280
Exp: 1
JExp: 1
AttackRange: 3
Attack: [60, 90]
Def: 67
Mdef: 67
Stats: {
Str: 199
Agi: 2
Vit: 199
Int: 197
Dex: 255
Luk: 95
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 210
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 50
Drops: {
PaladinsHelmet: 1
}
},
{
Id: 1145
SpriteName: "KageGolem"
Name: "Kage Golem"
Lv: 180
Hp: 29999
Sp: 280
Exp: 150000
JExp: 15000
AttackRange: 6
Attack: [140, 174]
Def: 72
Mdef: 55
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 125
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 410
AttackDelay: 1000
AttackMotion: 672
DamageMotion: 50
Drops: {
WumpusEgg: 10000
}
},
{
Id: 1146
SpriteName: "Flashmob"
Name: "Flashmob"
Lv: 181
Hp: 27000
Sp: 280
Exp: 72000
JExp: 5000
AttackRange: 1
Attack: [40, 60]
Def: 57
Mdef: 57
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 95
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 160
AttackDelay: 600
AttackMotion: 672
DamageMotion: 50
},
{
Id: 1147
SpriteName: "Koyntety"
Name: "Koyntety"
Lv: 181
Hp: 27000
Sp: 280
Exp: 72000
JExp: 5000
AttackRange: 4
Attack: [220, 240]
Def: 52
Mdef: 52
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 105
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 240
AttackDelay: 1400
AttackMotion: 672
DamageMotion: 50
},
{
Id: 1148
SpriteName: "DoomGolem"
Name: "Doom Golem"
Lv: 180
Hp: 22000
Sp: 280
Exp: 65000
JExp: 2000
AttackRange: 3
Attack: [160, 180]
Def: 60
Mdef: 30
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 105
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 320
AttackDelay: 1000
AttackMotion: 672
DamageMotion: 50
Drops: {
MageRing: 4
BlackRose: 30
TreasureKey: 800
UndeadEar: 150
UndeadEye: 150
RottenRags: 70
Soul: 50
BlinkingHocus: 1
}
},
{
Id: 1149
SpriteName: "Enchanter"
Name: "Enchanter"
Lv: 181
Hp: 19000
Sp: 280
Exp: 55000
JExp: 2000
AttackRange: 8
Attack: [140, 180]
Def: 30
Mdef: 60
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 105
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 240
AttackDelay: 800
AttackMotion: 672
DamageMotion: 50
Drops: {
EnchantersAmulet: 2
BlackRose: 30
TreasureKey: 800
UndeadEar: 90
UndeadEye: 80
RottenRags: 70
Soul: 50
}
},
{
Id: 1150
SpriteName: "ManaTyrant"
Name: "Mana Tyrant"
Lv: 180
Hp: 24000
Sp: 280
Exp: 27000
JExp: 5000
AttackRange: 2
Attack: [300, 325]
Def: 42
Mdef: 67
Stats: {
Str: 31
Agi: 22
Vit: 90
Int: 127
Dex: 255
Luk: 95
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 180
AttackDelay: 1050
AttackMotion: 672
DamageMotion: 50
Drops: {
PaladinsHelmet: 1
CaramelCandy: 20
GoldenDeliciousApple: 5
SilkRobe: 100
TinyManaElixir: 500
SilkGloves: 20
SilkPants: 15
}
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1151
SpriteName: "VoidFlower"
Name: "Void Flower"
Lv: 115
Hp: 7000
Sp: 0
Exp: 1068
JExp: 40
AttackRange: 12
Attack: [400, 420]
Def: 0
Mdef: 5
Stats: {
Str: 16
Agi: 12
Vit: 20
Int: 20
Dex: 255
Luk: 50
}
ViewRange: 12
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 2000
AttackMotion: 672
DamageMotion: 180
Drops: {
RedApple: 100
EmptyBottle: 10
Arrow: 100
CoinBag: 400
PinkPetal: 1000
PinkPetal: 1000
}
},
{
Id: 1152
SpriteName: "VoidArchant"
Name: "Void Archant"
Lv: 130
Hp: 6000
Sp: 0
Exp: 1598
JExp: 14
AttackRange: 1
Attack: [140, 180]
Def: 36
Mdef: 6
Stats: {
Str: 10
Agi: 5
Vit: 1
Int: 0
Dex: 12
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 200
Drops: {
TreasureKey: 300
RedApple: 100
IronOre: 40
Coal: 20
}
},
{
Id: 1153
SpriteName: "VoidSlime"
Name: "Void Slime"
Lv: 135
Hp: 4144
Sp: 0
Exp: 6000
JExp: 70
AttackRange: 2
Attack: [105, 160]
Def: 75
Mdef: 40
Stats: {
Str: 30
Agi: 15
Vit: 35
Int: 10
Dex: 70
Luk: 250
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (3, 2)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1100
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 200
Drops: {
SlingBullet: 10000
SulphurPowder: 5000
SulphurPowder: 5000
IronOre: 1000
PileOfAsh: 1000
Coal: 1000
TinyManaElixir: 500
}
},
{
Id: 1154
SpriteName: "VoidSnake"
Name: "Void Snake"
Lv: 130
Hp: 2000
Sp: 0
Exp: 541
JExp: 63
AttackRange: 1
Attack: [80, 120]
Def: 4
Mdef: 6
Stats: {
Str: 20
Agi: 40
Vit: 10
Int: 10
Dex: 35
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 320
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 200
Drops: {
LeatherGloves: 20
SnakeSkin: 350
MountainSnakeEgg: 400
MountainSnakeEgg: 400
MountainSnakeTongue: 500
}
},
{
Id: 1155
SpriteName: "VoidBat"
Name: "Void Bat"
Lv: 100
Hp: 400
Sp: 0
Exp: 81
JExp: 3
AttackRange: 1
Attack: [10, 25]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 200
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 400
RoastedMaggot: 150
Dagger: 70
SharpKnife: 1
BatWing: 3000
BatTeeth: 2000
}
},
{
Id: 1156
SpriteName: "VoidMaggot"
Name: "Void Maggot"
Lv: 100
Hp: 400
Sp: 0
Exp: 74
JExp: 1
AttackRange: 1
Attack: [10, 25]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 20
Luk: 25
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 400
RoastedMaggot: 150
CactusPotion: 70
SharpKnife: 10
}
},
{
Id: 1157
SpriteName: "VoidSoldier"
Name: "Void Soldier"
Lv: 120
Hp: 8000
Sp: 0
Exp: 1957
JExp: 663
AttackRange: 7
Attack: [20, 30]
Def: 5
Mdef: 20
Stats: {
Str: 40
Agi: 3
Vit: 25
Int: 5
Dex: 80
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 1600
AttackMotion: 672
DamageMotion: 300
Drops: {
UndeadEar: 210
UndeadEye: 210
PurpleDye: 200
DarkCrystal: 1000
WarlordHelmet: 3
WarlordPlate: 2
LeatherGloves: 35
DiseasedHeart: 500
Soul: 500
}
},
{
Id: 1158
SpriteName: "VoidMouboo"
Name: "Void Mouboo"
Lv: 100
Hp: 5000
Sp: 0
Exp: 1338
JExp: 16
AttackRange: 2
Attack: [50, 65]
Def: 60
Mdef: 5
Stats: {
Str: 15
Agi: 5
Vit: 15
Int: 0
Dex: 40
Luk: 10
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CottonCloth: 1000
CottonCloth: 500
BottleOfWater: 750
CottonCloth: 50
ReedBundle: 500
}
},
{
Id: 1159
SpriteName: "VoidScorpion"
Name: "Void Scorpion"
Lv: 110
Hp: 6000
Sp: 0
Exp: 1327
JExp: 37
AttackRange: 1
Attack: [60, 90]
Def: 4
Mdef: 6
Stats: {
Str: 16
Agi: 30
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 700
AttackDelay: 1700
AttackMotion: 672
DamageMotion: 480
Drops: {
LeatherShirt: 150
ChocolateBar: 100
BugLeg: 800
BlackScorpionStinger: 800
}
},
{
Id: 1160
SpriteName: "VoidShroom"
Name: "Void Shroom"
Lv: 110
Hp: 5500
Sp: 0
Exp: 1223
JExp: 30
AttackRange: 3
Attack: [70, 80]
Def: 4
Mdef: 4
Stats: {
Str: 16
Agi: 12
Vit: 10
Int: 10
Dex: 35
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 550
AttackDelay: 1700
AttackMotion: 672
DamageMotion: 480
Drops: {
HardSpike: 600
Amethyst: 50
IronPotion: 100
SmallMushroom: 1000
}
},
{
Id: 1161
SpriteName: "Xakelbael"
Name: "Xakelbael"
Lv: 200
Hp: 29999
Sp: 280
Exp: 999999
JExp: 99999
AttackRange: 9
Attack: [90, 124]
Def: 74
Mdef: 100
Stats: {
Str: 199
Agi: 2
Vit: 199
Int: 197
Dex: 255
Luk: 175
}
ViewRange: 31
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
CastSensorIdle: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 210
AttackDelay: 672
AttackMotion: 672
DamageMotion: 50
Drops: {
BlueRose: 10000
}
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1004
SpriteName: "RedScorpion"
Name: "Red Scorpion"
Lv: 90
Hp: 550
Sp: 0
Exp: 168
JExp: 16
AttackRange: 1
Attack: [50, 55]
Def: 4
Mdef: 6
Stats: {
Str: 8
Agi: 8
Vit: 10
Int: 10
Dex: 30
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
RedScorpionStinger: 2000
ChocolateBar: 100
BugLeg: 500
Bow: 10
Arrow: 760
Knife: 540
FancyHat: 25
}
},
{
Id: 1006
SpriteName: "GiantMaggot"
Name: "Giant Maggot"
Lv: 80
Hp: 500
Sp: 0
Exp: 136
JExp: 14
AttackRange: 2
Attack: [45, 75]
Def: 2
Mdef: 7
Stats: {
Str: 8
Agi: 6
Vit: 2
Int: 1
Dex: 22
Luk: 1
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 2)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 2000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
Arrow: 900
CherryCake: 100
BugLeg: 750
CactusDrink: 5000
CactusPotion: 3000
CasinoCoins: 11
CoinBag: 200
}
},
{
Id: 1028
SpriteName: "Mouboo"
Name: "Mouboo"
Lv: 85
Hp: 1200
Sp: 0
Exp: 497
JExp: 16
AttackRange: 2
Attack: [30, 75]
Def: 65
Mdef: 5
Stats: {
Str: 15
Agi: 5
Vit: 15
Int: 0
Dex: 40
Luk: 10
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CottonCloth: 1000
CottonCloth: 500
BottleOfWater: 750
CottonCloth: 50
ReedBundle: 500
}
},
{
Id: 1043
SpriteName: "Skeleton"
Name: "Skeleton"
Lv: 90
Hp: 6800
Sp: 0
Exp: 3940
JExp: 1467
AttackRange: 1
Attack: [51, 284]
Def: 12
Mdef: 10
Stats: {
Str: 35
Agi: 18
Vit: 3
Int: 8
Dex: 71
Luk: 65
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
Bone: 200
Bone: 280
Skull: 300
DarkCrystal: 1000
DiseasedHeart: 250
}
},
{
Id: 1044
SpriteName: "LadySkeleton"
Name: "Lady Skeleton"
Lv: 90
Hp: 5500
Sp: 0
Exp: 4120
JExp: 957
AttackRange: 2
Attack: [73, 146]
Def: 31
Mdef: 8
Stats: {
Str: 20
Agi: 25
Vit: 15
Int: 8
Dex: 43
Luk: 48
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 650
AttackDelay: 750
AttackMotion: 672
DamageMotion: 700
Drops: {
Bone: 200
Bone: 280
Skull: 300
DarkCrystal: 1000
DiseasedHeart: 250
}
},
{
Id: 1047
SpriteName: "Poltergeist"
Name: "Poltergeist"
Lv: 90
Hp: 9000
Sp: 0
Exp: 4230
JExp: 1306
AttackRange: 3
Attack: [110, 150]
Def: 0
Mdef: 20
Stats: {
Str: 35
Agi: 0
Vit: 15
Int: 15
Dex: 75
Luk: 50
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (7, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 330
AttackDelay: 740
AttackMotion: 672
DamageMotion: 400
Drops: {
PoltergeistPowder: 1000
SulphurPowder: 600
SulphurPowder: 480
}
},
{
Id: 1059
SpriteName: "GCMaggot"
Name: "GiantCaveMaggot"
Lv: 90
Hp: 2000
Sp: 0
Exp: 685
JExp: 102
AttackRange: 2
Attack: [60, 80]
Def: 2
Mdef: 7
Stats: {
Str: 10
Agi: 10
Vit: 2
Int: 1
Dex: 22
Luk: 1
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
Iten: 10000
}
},
{
Id: 1066
SpriteName: "VampireBat"
Name: "Vampire Bat"
Lv: 80
Hp: 800
Sp: 0
Exp: 245
JExp: 9
AttackRange: 1
Attack: [55, 150]
Def: 10
Mdef: 8
Stats: {
Str: 8
Agi: 8
Vit: 1
Int: 4
Dex: 20
Luk: 4
}
ViewRange: 6
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CactusDrink: 150
BugLeg: 400
RoastedMaggot: 150
Dagger: 70
SharpKnife: 1
VampireBatWing: 3000
BatTeeth: 2000
}
},
{
Id: 1069
SpriteName: "ScytheMob"
Name: "Scythe"
Lv: 80
Hp: 3000
Sp: 0
Exp: 7042
JExp: 617
AttackRange: 1
Attack: [200, 350]
Def: 30
Mdef: 10
Stats: {
Str: 100
Agi: 250
Vit: 1
Int: 1
Dex: 150
Luk: 90
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 220
AttackDelay: 700
AttackMotion: 672
DamageMotion: 500
},
{
Id: 1070
SpriteName: "BallLightning"
Name: "Ball Lightning"
Lv: 80
Hp: 300
Sp: 0
Exp: 201
JExp: 1
AttackRange: 1
Attack: [5, 10]
Def: 40
Mdef: 65
Stats: {
Str: 1
Agi: 200
Vit: 1
Int: 1
Dex: 1
Luk: 1
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (7, 2)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 110
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 0
},
{
Id: 1073
SpriteName: "TheLost"
Name: "The Lost"
Lv: 83
Hp: 5000
Sp: 0
Exp: 8750
JExp: 2840
AttackRange: 5
Attack: [125, 150]
Def: 10
Mdef: 70
Stats: {
Str: 5
Agi: 40
Vit: 10
Int: 70
Dex: 70
Luk: 40
}
ViewRange: 4
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 3)
Mode: {
CanMove: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 500
AttackDelay: 2000
AttackMotion: 672
DamageMotion: 300
Drops: {
Bloodstone: 500
Bloodstone: 500
DarkCrystal: 500
SmallMushroom: 500
DiseasedHeart: 800
}
},
{
Id: 1074
SpriteName: "RedBone"
Name: "Red Bone"
Lv: 90
Hp: 8000
Sp: 0
Exp: 9750
JExp: 3434
AttackRange: 2
Attack: [100, 330]
Def: 24
Mdef: 30
Stats: {
Str: 35
Agi: 25
Vit: 3
Int: 50
Dex: 80
Luk: 75
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
Bone: 75
Bone: 115
Skull: 135
DarkCrystal: 4
DiseasedHeart: 250
}
},
{
Id: 1077
SpriteName: "DrunkenSkeleton"
Name: "Drunken Skeleton"
Lv: 90
Hp: 7200
Sp: 0
Exp: 4825
JExp: 530
AttackRange: 1
Attack: [55, 284]
Def: 30
Mdef: 10
Stats: {
Str: 35
Agi: 10
Vit: 3
Int: 8
Dex: 71
Luk: 65
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 350
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
BloodWine: 300
GutBuster: 280
JarofBlood: 100
JackOLantern: 50
JellySkull: 250
TonoriDelight: 400
DiseasedHeart: 250
}
},
{
Id: 1078
SpriteName: "TipsySkeleton"
Name: "Tipsy Skeleton"
Lv: 90
Hp: 7000
Sp: 0
Exp: 4950
JExp: 493
AttackRange: 1
Attack: [60, 284]
Def: 33
Mdef: 10
Stats: {
Str: 35
Agi: 10
Vit: 3
Int: 8
Dex: 71
Luk: 65
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 350
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
Snapple: 300
BeetleJuice: 280
RealisticBrain: 100
JackOLantern: 50
Marshmallow: 400
CandyPumpkin: 250
DiseasedHeart: 250
}
},
{
Id: 1079
SpriteName: "DrunkenLadySkeleton"
Name: "Drunken Lady Skeleton"
Lv: 90
Hp: 6000
Sp: 0
Exp: 4565
JExp: 389
AttackRange: 2
Attack: [75, 146]
Def: 40
Mdef: 8
Stats: {
Str: 20
Agi: 20
Vit: 15
Int: 8
Dex: 51
Luk: 48
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 660
AttackDelay: 750
AttackMotion: 672
DamageMotion: 700
Drops: {
LadyFingers: 300
JellAhh: 280
RubberBat: 100
JackOLantern: 50
CandyPumpkin: 250
JellySkull: 250
DiseasedHeart: 250
}
},
{
Id: 1097
SpriteName: "SoulEater"
Name: "Soul Eater"
Lv: 90
Hp: 6800
Sp: 0
Exp: 4150
JExp: 1746
AttackRange: 1
Attack: [129, 354]
Def: 12
Mdef: 10
Stats: {
Str: 35
Agi: 18
Vit: 3
Int: 8
Dex: 71
Luk: 65
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
DiseasedHeart: 250
}
},
{
Id: 1103
SpriteName: "WitchGuard"
Name: "Witch Guard"
Lv: 84
Hp: 9742
Sp: 0
Exp: 9525
JExp: 1060
AttackRange: 2
Attack: [200, 220]
Def: 25
Mdef: 50
Stats: {
Str: 90
Agi: 65
Vit: 45
Int: 5
Dex: 120
Luk: 69
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 4)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 290
AttackDelay: 1200
AttackMotion: 672
DamageMotion: 30
Drops: {
DarkCrystal: 2000
DarkCrystal: 500
DiseasedHeart: 250
}
},
{
Id: 1104
SpriteName: "DemonicMouboo"
Name: "Demonic Mouboo"
Lv: 85
Hp: 800
Sp: 0
Exp: 290
JExp: 32
AttackRange: 2
Attack: [40, 70]
Def: 35
Mdef: 15
Stats: {
Str: 15
Agi: 5
Vit: 15
Int: 0
Dex: 40
Luk: 10
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
SulphurPowder: 3000
CottonCloth: 1000
CottonCloth: 500
Emerald: 50
ReedBundle: 500
}
},
{
Id: 1109
SpriteName: "AngrySeaSlime"
Name: "Angry Sea Slime"
Lv: 80
Hp: 1200
Sp: 0
Exp: 505
JExp: 42
AttackRange: 1
Attack: [40, 70]
Def: 13
Mdef: 17
Stats: {
Str: 3
Agi: 30
Vit: 3
Int: 0
Dex: 35
Luk: 35
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 2)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1500
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
RedApple: 800
Orange: 800
BugLeg: 500
Candy: 1000
Pearl: 100
Arrow: 5000
ConcentrationPotion: 100
BottleOfWater: 50
}
},
{
Id: 1115
SpriteName: "SeaSlimeMother"
Name: "Sea Slime Mother"
Lv: 90
Hp: 8000
Sp: 0
Exp: 3131
JExp: 900
AttackRange: 5
Attack: [100, 150]
Def: 10
Mdef: 20
Stats: {
Str: 1
Agi: 15
Vit: 10
Int: 10
Dex: 10
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 2)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1500
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
RedApple: 800
Orange: 800
BugLeg: 500
Candy: 1000
Pearl: 100
Arrow: 5000
ConcentrationPotion: 100
BottleOfWater: 50
}
},
{
Id: 1116
SpriteName: "UndeadWitch"
Name: "Undead Witch"
Lv: 80
Hp: 4200
Sp: 0
Exp: 1875
JExp: 722
AttackRange: 3
Attack: [50, 110]
Def: 8
Mdef: 31
Stats: {
Str: 15
Agi: 20
Vit: 10
Int: 25
Dex: 50
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 550
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 700
Drops: {
DarkCrystal: 1000
Bone: 400
Skull: 300
IronPowder: 100
}
},
{
Id: 1118
SpriteName: "GreenSlimeMother"
Name: "Green Slime Mother"
Lv: 90
Hp: 8000
Sp: 0
Exp: 3550
JExp: 900
AttackRange: 5
Attack: [100, 150]
Def: 15
Mdef: 20
Stats: {
Str: 20
Agi: 25
Vit: 20
Int: 30
Dex: 20
Luk: 20
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1400
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CactusPotion: 200
Emerald: 20
CactusDrink: 100
Dagger: 250
SharpKnife: 200
CoinBag: 500
CasinoCoins: 500
RedApple: 750
}
},
{
Id: 1124
SpriteName: "Wight"
Name: "Wight"
Lv: 90
Hp: 8000
Sp: 0
Exp: 9000
JExp: 1900
AttackRange: 2
Attack: [56, 294]
Def: 32
Mdef: 15
Stats: {
Str: 28
Agi: 25
Vit: 15
Int: 15
Dex: 50
Luk: 65
}
ViewRange: 3
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1400
AttackMotion: 672
DamageMotion: 950
Drops: {
Bone: 100
Bone: 140
Skull: 150
DarkCrystal: 50
DarkCrystal: 500
DiseasedHeart: 250
}
},
{
Id: 1125
SpriteName: "ManaGhost"
Name: "Mana Ghost"
Lv: 82
Hp: 8000
Sp: 0
Exp: 7500
JExp: 2400
AttackRange: 3
Attack: [150, 300]
Def: 23
Mdef: 30
Stats: {
Str: 35
Agi: 15
Vit: 3
Int: 50
Dex: 50
Luk: 40
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 340
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 950
Drops: {
Bone: 75
Bone: 115
Skull: 135
DarkCrystal: 40
Bloodstone: 700
DarkCrystal: 800
}
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1007
SpriteName: "YellowSlime"
Name: "Yellow Slime"
Lv: 60
Hp: 400
Sp: 0
Exp: 94
JExp: 9
AttackRange: 1
Attack: [35, 40]
Def: 2
Mdef: 7
Stats: {
Str: 9
Agi: 6
Vit: 2
Int: 1
Dex: 34
Luk: 1
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1400
AttackDelay: 1800
AttackMotion: 672
DamageMotion: 480
Drops: {
OrangeCupcake: 200
CherryCake: 100
CactusDrink: 350
CactusPotion: 250
SharpKnife: 10
IronOre: 450
Topaz: 20
Coal: 450
}
},
{
Id: 1008
SpriteName: "RedSlime"
Name: "Red Slime"
Lv: 70
Hp: 450
Sp: 0
Exp: 130
JExp: 17
AttackRange: 1
Attack: [40, 45]
Def: 2
Mdef: 7
Stats: {
Str: 12
Agi: 8
Vit: 2
Int: 1
Dex: 25
Luk: 1
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1300
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
Knife: 300
ChocolateBar: 110
Dagger: 200
Ruby: 20
MinersHat: 80
RedApple: 750
Boots: 250
MinerGloves: 150
}
},
{
Id: 1033
SpriteName: "SeaSlime"
Name: "Sea Slime"
Lv: 70
Hp: 600
Sp: 0
Exp: 187
JExp: 13
AttackRange: 1
Attack: [30, 50]
Def: 3
Mdef: 7
Stats: {
Str: 1
Agi: 25
Vit: 1
Int: 0
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 2)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1500
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
RedApple: 800
Orange: 800
BugLeg: 500
Candy: 1000
Pearl: 100
Arrow: 5000
ConcentrationPotion: 100
BottleOfWater: 50
}
},
{
Id: 1040
SpriteName: "Wisp"
Name: "Wisp"
Lv: 70
Hp: 9300
Sp: 0
Exp: 3725
JExp: 1210
AttackRange: 2
Attack: [215, 350]
Def: 0
Mdef: 20
Stats: {
Str: 45
Agi: 12
Vit: 13
Int: 15
Dex: 0
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (7, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 380
AttackDelay: 2000
AttackMotion: 672
DamageMotion: 1500
Drops: {
WispPowder: 1000
SulphurPowder: 600
SulphurPowder: 480
}
},
{
Id: 1054
SpriteName: "Troll"
Name: "Troll"
Lv: 65
Hp: 2000
Sp: 0
Exp: 850
JExp: 129
AttackRange: 1
Attack: [70, 100]
Def: 20
Mdef: 10
Stats: {
Str: 50
Agi: 40
Vit: 10
Int: 10
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
Arrow: 2000
IronArrow: 500
Beer: 300
CoinBag: 250
GingerBreadMan: 200
KidBook: 10
}
},
{
Id: 1061
SpriteName: "Moggun"
Name: "Moggun"
Lv: 60
Hp: 800
Sp: 0
Exp: 280
JExp: 52
AttackRange: 1
Attack: [70, 90]
Def: 20
Mdef: 10
Stats: {
Str: 50
Agi: 40
Vit: 10
Int: 10
Dex: 10
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 1)
Mode: {
CanMove: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
WhiteFur: 600
Coal: 1000
Diamond: 20
}
},
{
Id: 1101
SpriteName: "DemonicSpirit"
Name: "Demonic Spirit"
Lv: 72
Hp: 1505
Sp: 0
Exp: 860
JExp: 270
AttackRange: 1
Attack: [125, 175]
Def: 4
Mdef: 6
Stats: {
Str: 20
Agi: 40
Vit: 10
Int: 10
Dex: 110
Luk: 45
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 4)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 230
AttackDelay: 900
AttackMotion: 672
DamageMotion: 480
Drops: {
DarkCrystal: 1000
}
},
{
Id: 1110
SpriteName: "AngryGreenSlime"
Name: "Angry Green Slime"
Lv: 60
Hp: 1000
Sp: 0
Exp: 435
JExp: 135
AttackRange: 1
Attack: [100, 160]
Def: 20
Mdef: 30
Stats: {
Str: 20
Agi: 30
Vit: 10
Int: 10
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1200
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CactusPotion: 200
Emerald: 20
CactusDrink: 100
Dagger: 250
SharpKnife: 200
CoinBag: 500
CasinoCoins: 500
RedApple: 750
}
},
{
Id: 1117
SpriteName: "UndeadTroll"
Name: "Undead Troll"
Lv: 75
Hp: 3100
Sp: 0
Exp: 1770
JExp: 179
AttackRange: 2
Attack: [60, 140]
Def: 20
Mdef: 10
Stats: {
Str: 50
Agi: 40
Vit: 20
Int: 10
Dex: 40
Luk: 49
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 650
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 480
Drops: {
Arrow: 2000
DarkCrystal: 1000
IronArrow: 500
Beer: 300
CoinBag: 250
AnimalBones: 200
KidBook: 20
}
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1002
SpriteName: "Maggot"
Name: "Maggot"
Lv: 5
Hp: 50
Sp: 0
Exp: 6
JExp: 1
AttackRange: 1
Attack: [5, 10]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 6
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 400
RoastedMaggot: 150
CactusPotion: 70
SharpKnife: 10
}
},
{
Id: 1046
SpriteName: "TameScorpion"
Name: "Tame Scorpion"
Lv: 5
Hp: 50
Sp: 0
Exp: 6
JExp: 2
AttackRange: 1
Attack: [7, 10]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 15
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 2000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
ScorpionStinger: 700
Candy: 100
ChocolateBar: 50
BugLeg: 700
}
},
{
Id: 1050
SpriteName: "HouseMaggot"
Name: "House Maggot"
Lv: 5
Hp: 50
Sp: 0
Exp: 7
JExp: 3
AttackRange: 1
Attack: [5, 7]
Def: 0
Mdef: 5
Stats: {
Str: 5
Agi: 5
Vit: 1
Int: 0
Dex: 6
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 700
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 400
RoastedMaggot: 150
CactusPotion: 70
SharpKnife: 10
}
},
{
Id: 1003
SpriteName: "Scorpion"
Name: "Scorpion"
Lv: 10
Hp: 100
Sp: 0
Exp: 13
JExp: 2
AttackRange: 1
Attack: [10, 15]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 15
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 2000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
ScorpionStinger: 700
Candy: 100
ChocolateBar: 50
BugLeg: 700
}
},
{
Id: 1029
SpriteName: "MauvePlant"
Name: "Mauve Plant"
Lv: 1
Hp: 1
Sp: 0
Exp: 1
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 1
Mdef: 0
Stats: {
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
MauveHerb: 3000
MauveHerb: 3000
MauveHerb: 3000
}
},
{
Id: 1030
SpriteName: "CobaltPlant"
Name: "Cobalt Plant"
Lv: 1
Hp: 1
Sp: 0
Exp: 1
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 1
Mdef: 0
Stats: {
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
CobaltHerb: 3000
CobaltHerb: 3000
CobaltHerb: 3000
}
},
{
Id: 1031
SpriteName: "GambogePlant"
Name: "Gamboge Plant"
Lv: 1
Hp: 1
Sp: 0
Exp: 1
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 1
Mdef: 0
Stats: {
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
GambogeHerb: 3000
GambogeHerb: 3000
GambogeHerb: 3000
}
},
{
Id: 1032
SpriteName: "AlizarinPlant"
Name: "Alizarin Plant"
Lv: 1
Hp: 1
Sp: 0
Exp: 1
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 1
Mdef: 0
Stats: {
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
AlizarinHerb: 3000
AlizarinHerb: 3000
AlizarinHerb: 3000
}
},
{
Id: 1037
SpriteName: "CloverPatch"
Name: "Clover Patch"
Lv: 1
Hp: 1
Sp: 0
Exp: 1
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 0
Mdef: 5
Stats: {
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
FourLeafClover: 5
}
},
{
Id: 1038
SpriteName: "Squirrel"
Name: "Squirrel"
Lv: 15
Hp: 160
Sp: 1
Exp: 32
JExp: 5
AttackRange: 1
Attack: [10, 20]
Def: 1
Mdef: 6
Stats: {
Str: 1
Agi: 3
Vit: 1
Int: 0
Dex: 15
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
Acorn: 7000
MauveHerb: 1000
CobaltHerb: 1000
GambogeHerb: 1000
AlizarinHerb: 1000
GrassSeed: 800
SquirrelPelt: 550
}
},
{
Id: 1056
SpriteName: "CaveMaggot"
Name: "Cave Maggot"
Lv: 10
Hp: 100
Sp: 0
Exp: 16
JExp: 3
AttackRange: 1
Attack: [10, 10]
Def: 0
Mdef: 5
Stats: {
Str: 5
Agi: 5
Vit: 1
Int: 0
Dex: 6
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 700
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 400
RoastedMaggot: 150
CactusPotion: 70
SharpKnife: 10
}
},
{
Id: 1063
SpriteName: "Pumpkin"
Name: "Pumpkin"
Lv: 1
Hp: 200
Sp: 0
Exp: 17
JExp: 1
AttackRange: 1
Attack: [0, 0]
Def: 0
Mdef: 5
Stats: {
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
JackOLantern: 100
RubberBat: 20
RealisticBrain: 10
JarofBlood: 15
PumpkinSeeds: 500
TonoriDelight: 1500
Marshmallow: 2000
CandyPumpkin: 2500
}
},
{
Id: 1082
SpriteName: "Serqet"
Name: "Serqet"
Lv: 10
Hp: 100
Sp: 0
Exp: 12
JExp: 2
AttackRange: 1
Attack: [10, 15]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 15
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 2000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
},
{
Id: 1092
SpriteName: "SlimeBlast"
Name: "Slime Blast"
Lv: 10
Hp: 100
Sp: 0
Exp: 20
JExp: 8
AttackRange: 1
Attack: [10, 10]
Def: 10
Mdef: 10
Stats: {
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 10
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 3)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 250
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
},
{
Id: 1095
SpriteName: "WhiteBell"
Name: "White Bell"
Lv: 10
Hp: 100
Sp: 0
Exp: 25
JExp: 40
AttackRange: 2
Attack: [70, 75]
Def: 0
Mdef: 5
Stats: {
Str: 16
Agi: 12
Vit: 20
Int: 20
Dex: 20
Luk: 50
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (2, 1)
Mode: {
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
RedApple: 100
EmptyBottle: 10
Arrow: 100
CoinBag: 400
WhiteBellTuber: 5000
}
},
{
Id: 1105
SpriteName: "ViciousSquirrel"
Name: "Vicious Squirrel"
Lv: 15
Hp: 140
Sp: 1
Exp: 35
JExp: 7
AttackRange: 1
Attack: [20, 25]
Def: 1
Mdef: 6
Stats: {
Str: 3
Agi: 3
Vit: 1
Int: 0
Dex: 15
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
IronPowder: 7000
MauveHerb: 1000
CobaltHerb: 1000
GambogeHerb: 1000
AlizarinHerb: 1000
GrassSeed: 800
Sapphire: 50
}
},
{
Id: 1162
SpriteName: "Grinchboo"
Name: "Grinchboo"
Lv: 5
Hp: 50
Sp: 0
Exp: 6
JExp: 1
AttackRange: 1
Attack: [5, 10]
Def: 0
Mdef: 5
Stats: {
Str: 1
Agi: 1
Vit: 1
Int: 0
Dex: 6
Luk: 5
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (1, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 800
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
MaggotSlime: 800
CactusDrink: 150
BugLeg: 400
Milk: 50
Milk: 30
}
},
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
{
Id: 1005
SpriteName: "GreenSlime"
Name: "Green Slime"
Lv: 40
Hp: 800
Sp: 0
Exp: 302
JExp: 96
AttackRange: 1
Attack: [80, 120]
Def: 20
Mdef: 30
Stats: {
Str: 20
Agi: 30
Vit: 10
Int: 10
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1200
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
CactusPotion: 200
Emerald: 20
CactusDrink: 100
Dagger: 250
SharpKnife: 200
CoinBag: 500
CasinoCoins: 500
GreenApple: 750
}
},
{
Id: 1016
SpriteName: "RudolphSlime"
Name: "Rudolph Slime"
Lv: 50
Hp: 350
Sp: 0
Exp: 101
JExp: 8
AttackRange: 1
Attack: [30, 35]
Def: 10
Mdef: 7
Stats: {
Str: 1
Agi: 20
Vit: 1
Int: 0
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1000
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
DecorCandy: 800
CandyCane: 500
XmasCake: 200
ChocolateBar: 300
Candy: 600
PurplePresentBox: 800
BluePresentBox: 500
}
},
{
Id: 1065
SpriteName: "BanditLord"
Name: "Bandit Lord"
Lv: 40
Hp: 2000
Sp: 0
Exp: 635
JExp: 103
AttackRange: 5
Attack: [50, 50]
Def: 15
Mdef: 15
Stats: {
Str: 15
Agi: 15
Vit: 15
Int: 15
Dex: 15
Luk: 15
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 1
Element: (7, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 400
AttackDelay: 1500
AttackMotion: 672
DamageMotion: 900
},
{
Id: 1080
SpriteName: "BlueSpark"
Name: "Blue Spark"
Lv: 40
Hp: 10000
Sp: 0
Exp: 3647
JExp: 392
AttackRange: 2
Attack: [40, 40]
Def: 20
Mdef: 40
Stats: {
Str: 30
Agi: 30
Vit: 30
Int: 30
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 190
AttackDelay: 1500
AttackMotion: 800
DamageMotion: 800
},
{
Id: 1081
SpriteName: "RedSpark"
Name: "Red Spark"
Lv: 40
Hp: 10000
Sp: 0
Exp: 3647
JExp: 392
AttackRange: 2
Attack: [40, 40]
Def: 20
Mdef: 40
Stats: {
Str: 30
Agi: 30
Vit: 30
Int: 30
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 190
AttackDelay: 1500
AttackMotion: 800
DamageMotion: 800
},
{
Id: 1086
SpriteName: "FeyElement"
Name: "Fey Element"
Lv: 50
Hp: 5000
Sp: 0
Exp: 12500
JExp: 901
AttackRange: 5
Attack: [50, 125]
Def: 25
Mdef: 50
Stats: {
Str: 20
Agi: 70
Vit: 10
Int: 20
Dex: 80
Luk: 1
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 4)
Mode: {
CanMove: true
Aggressive: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 330
AttackDelay: 740
AttackMotion: 672
DamageMotion: 400
Drops: {
BrokenDoll: 5000
MauveHerb: 1000
MauveHerb: 1000
CobaltHerb: 1000
CobaltHerb: 1000
GambogeHerb: 1000
GambogeHerb: 1000
AlizarinHerb: 1000
}
},
{
Id: 1088
SpriteName: "Hyvern"
Name: "Hyvern"
Lv: 40
Hp: 2250
Sp: 0
Exp: 990
JExp: 346
AttackRange: 1
Attack: [50, 125]
Def: 0
Mdef: 10
Stats: {
Str: 10
Agi: 45
Vit: 5
Int: 0
Dex: 35
Luk: 35
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (2, 4)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 250
AttackDelay: 800
AttackMotion: 672
DamageMotion: 480
Drops: {
HyvernStinger: 2000
BugLeg: 1000
Orange: 600
IronArrow: 3000
}
},
{
Id: 1090
SpriteName: "Wolvern"
Name: "Wolvern"
Lv: 40
Hp: 900
Sp: 0
Exp: 280
JExp: 86
AttackRange: 1
Attack: [50, 80]
Def: 5
Mdef: 5
Stats: {
Str: 15
Agi: 10
Vit: 5
Int: 0
Dex: 20
Luk: 10
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
Aggressive: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 425
AttackDelay: 770
AttackMotion: 500
DamageMotion: 200
Drops: {
WolvernTooth: 1000
WolvernPelt: 400
AnimalBones: 200
Steak: 1300
}
},
{
Id: 1091
SpriteName: "BlueSlime"
Name: "Blue Slime"
Lv: 40
Hp: 2000
Sp: 0
Exp: 760
JExp: 77
AttackRange: 1
Attack: [100, 150]
Def: 20
Mdef: 40
Stats: {
Str: 40
Agi: 30
Vit: 50
Int: 10
Dex: 50
Luk: 40
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 3)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1200
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
IceCube: 200
Sapphire: 20
CactusDrink: 500
IcedWater: 700
SilverMirror: 100
BookPage: 500
}
},
{
Id: 1098
SpriteName: "CopperSlime"
Name: "Copper Slime"
Lv: 40
Hp: 600
Sp: 0
Exp: 200
JExp: 18
AttackRange: 1
Attack: [60, 90]
Def: 20
Mdef: 30
Stats: {
Str: 20
Agi: 30
Vit: 10
Int: 10
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1200
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
IronOre: 1500
TreasureKey: 1000
Coal: 300
}
},
{
Id: 1111
SpriteName: "CandiedSlime"
Name: "Candied Slime"
Lv: 50
Hp: 800
Sp: 0
Exp: 800
JExp: 66
AttackRange: 3
Attack: [50, 50]
Def: 20
Mdef: 30
Stats: {
Str: 20
Agi: 30
Vit: 10
Int: 10
Dex: 30
Luk: 30
}
ViewRange: 9
ChaseRange: 10
Size: 1
Race: 0
Element: (1, 1)
Mode: {
CanMove: true
Looter: true
Aggressive: true
Assist: true
Boss: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 1200
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
Candy: 1000
ChocolateBar: 1000
PurplePresentBox: 200
BluePresentBox: 200
GreenPresentBox: 200
GingerBreadMan: 200
XmasCake: 500
XmasCandyCane: 750
}
},
{
Id: 1112
SpriteName: "Santaboo"
Name: "Santaboo"
Lv: 50
Hp: 2200
Sp: 0
Exp: 1040
JExp: 59
AttackRange: 2
Attack: [80, 125]
Def: 50
Mdef: 10
Stats: {
Str: 25
Agi: 10
Vit: 25
Int: 0
Dex: 60
Luk: 30
}
ViewRange: 2
ChaseRange: 10
Size: 1
Race: 3
Element: (0, 1)
Mode: {
CanMove: true
CanAttack: true
ChangeTargetMelee: true
ChangeTargetChase: true
}
MoveSpeed: 600
AttackDelay: 1872
AttackMotion: 672
DamageMotion: 480
Drops: {
GingerBreadMan: 1000
WhiteCake: 1200
ChocolateCake: 1200
OrangeCake: 1200
AppleCake: 1200
SantaHat: 50
RedNose: 10
}
},
)