viewing paste Mob db aeromesi | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216
// Faceworm Nest
{
    Id: 2528
    SpriteName: "FACEWORM"
    Name: "Faceworm"
    Lv: 140
    Hp: 482427
    Sp: 1
    Exp: 38800
    JExp: 3960
    AttackRange: 3
    Attack: [1694, 2421]
    Def: 50
    Mdef: 30
    Stats: {
        Str: 100
        Agi: 50
        Vit: 100
        Int: 100
        Dex: 100
        Luk: 50
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 4
    Element: (5, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
// Error: drop with id 13089 not found in item_db.conf
        Detrimindexta: 10000
        Karvodailnirol: 10000
        Fluorescent_Liquid: 7500
    }
},
{
    Id: 2529
    SpriteName: "FACEWORM_QUEEN"
    Name: "Faceworm Queen"
    Lv: 155
    Hp: 50000000
    Sp: 1
    Exp: 200000
    JExp: 200000
    AttackRange: 3
    Attack: [3574, 5183]
    Def: 100
    Mdef: 60
    Stats: {
        Str: 200
        Agi: 100
        Vit: 200
        Int: 200
        Dex: 200
        Luk: 100
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 4
    Element: (5, 4)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
        LiveWithoutMaster: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 1000000
    Drops: {
        Yggdrasilberry: 10000
        Old_Violet_Box: 10000
        Magic_Card_Album: 1000
// Error: drop with id 13090 not found in item_db.conf
    }
},
{
    Id: 2530
    SpriteName: "FACEWORM_DARK"
    Name: "Faceworm Dark"
    Lv: 144
    Hp: 5000000
    Sp: 1
    Exp: 100000
    JExp: 80000
    AttackRange: 3
    Attack: [1903, 2708]
    Def: 50
    Mdef: 30
    Stats: {
        Str: 150
        Agi: 100
        Vit: 150
        Int: 150
        Dex: 150
        Luk: 100
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 4
    Element: (5, 2)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
// Error: drop with id 13089 not found in item_db.conf
    }
},
{
    Id: 2531
    SpriteName: "VENOM_BUG"
    Name: "Faceworm Bug"
    Lv: 140
    Hp: 10000
    Sp: 1
    Exp: 0
    JExp: 0
    AttackRange: 3
    Attack: [340, 340]
    Def: 200
    Mdef: 100
    Stats: {
        Str: 200
        Agi: 200
        Vit: 200
        Int: 200
        Dex: 200
        Luk: 200
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 0
    Race: 4
    Element: (5, 1)
    Mode: {
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
},
{
    Id: 2532
    SpriteName: "FACEWORM_QUEEN_R"
    Name: "Faceworm Queen (Fire)"
    Lv: 155
    Hp: 50000000
    Sp: 1
    Exp: 200000
    JExp: 200000
    AttackRange: 3
    Attack: [10255, 15055]
    Def: 400
    Mdef: 400
    Stats: {
        Str: 500
        Agi: 100
        Vit: 200
        Int: 200
        Dex: 200
        Luk: 100
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 4
    Element: (3, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
        LiveWithoutMaster: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Old_Violet_Box: 10000
        Flame_Heart: 10000
// Error: drop with id 13090 not found in item_db.conf
        Magic_Card_Album: 1000
    }
},
{
    Id: 2533
    SpriteName: "FACEWORM_QUEEN_G"
    Name: "Faceworm Queen (Earth)"
    Lv: 155
    Hp: 50000000
    Sp: 1
    Exp: 200000
    JExp: 200000
    AttackRange: 3
    Attack: [4355, 6355]
    Def: 500
    Mdef: 60
    Stats: {
        Str: 200
        Agi: 100
        Vit: 400
        Int: 200
        Dex: 200
        Luk: 100
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 4
    Element: (2, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
        LiveWithoutMaster: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Old_Violet_Box: 10000
        Magic_Card_Album: 1000
// Error: drop with id 13090 not found in item_db.conf
        Great_Nature: 10000
    }
},
{
    Id: 2534
    SpriteName: "FACEWORM_QUEEN_B"
    Name: "Faceworm Queen (Water)"
    Lv: 155
    Hp: 50000000
    Sp: 1
    Exp: 200000
    JExp: 200000
    AttackRange: 3
    Attack: [4355, 6355]
    Def: 100
    Mdef: 400
    Stats: {
        Str: 200
        Agi: 100
        Vit: 200
        Int: 400
        Dex: 200
        Luk: 100
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 4
    Element: (1, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
        LiveWithoutMaster: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Old_Violet_Box: 10000
        Magic_Card_Album: 1000
// Error: drop with id 13090 not found in item_db.conf
        Mistic_Frozen: 10000
    }
},
{
    Id: 2535
    SpriteName: "FACEWORM_QUEEN_Y"
    Name: "Faceworm Queen (Wind)"
    Lv: 155
    Hp: 50000000
    Sp: 1
    Exp: 200000
    JExp: 200000
    AttackRange: 3
    Attack: [4355, 6355]
    Def: 100
    Mdef: 60
    Stats: {
        Str: 200
        Agi: 400
        Vit: 200
        Int: 200
        Dex: 200
        Luk: 100
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 4
    Element: (4, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
        LiveWithoutMaster: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Old_Violet_Box: 10000
        Magic_Card_Album: 1000
// Error: drop with id 13090 not found in item_db.conf
        Rough_Wind: 10000
    }
},
{
    Id: 2540
    SpriteName: "FACEWORM_EGG"
    Name: "Faceworm Egg"
    Lv: 140
    Hp: 10
    Sp: 1
    Exp: 10
    JExp: 12
    AttackRange: 3
    Attack: [150, 150]
    Def: 10
    Mdef: 10
    Stats: {
        Str: 10
        Agi: 10
        Vit: 10
        Int: 10
        Dex: 10
        Luk: 10
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 4
    Element: (5, 1)
    Mode: {
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
},
{
    Id: 2541
    SpriteName: "FACEWORM_LARVA"
    Name: "Faceworm Larva"
    Lv: 145
    Hp: 260380
    Sp: 1
    Exp: 10
    JExp: 12
    AttackRange: 3
    Attack: [1286, 1851]
    Def: 50
    Mdef: 30
    Stats: {
        Str: 10
        Agi: 50
        Vit: 50
        Int: 50
        Dex: 180
        Luk: 50
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 4
    Element: (5, 2)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
},
// Ghost Palace
{
    Id: 2959
    SpriteName: "TORTUROUS_REDEEMER"
    Name: "Torturous Redeemer"
    Lv: 120
    Hp: 103342
    Sp: 1
    Exp: 10599
    JExp: 8378
    AttackRange: 1
    Attack: [1253, 1753]
    Def: 144
    Mdef: 28
    Stats: {
        Str: 133
        Agi: 69
        Vit: 72
        Int: 55
        Dex: 165
        Luk: 44
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 4
    Element: (2, 2)
    Mode: {
        CanMove: true
        Aggressive: true
        Boss: true
        CanAttack: true
        Detector: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 150
    AttackDelay: 576
    AttackMotion: 480
    DamageMotion: 480
    MvpExp: 0
},
// Isle Of Bios
{
    Id: 3010
    SpriteName: "EP14_3_DEATH_A_MOB1"
    Name: "Orc Baby"
    Lv: 158
    Hp: 250000
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1036, 1415]
    Def: 240
    Mdef: 50
    Stats: {
        Str: 120
        Agi: 85
        Vit: 80
        Int: 60
        Dex: 88
        Luk: 50
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 0
    Race: 7
    Element: (2, 2)
    Mode: {
        CanMove: true
        Aggressive: true
        CanAttack: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 200
    AttackDelay: 672
    AttackMotion: 864
    DamageMotion: 288
    MvpExp: 0
},
{
    Id: 3011
    SpriteName: "EP14_3_DEATH_A_MOB2"
    Name: "Desert Wolf Baby"
    Lv: 158
    Hp: 232890
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1016, 1395]
    Def: 240
    Mdef: 45
    Stats: {
        Str: 100
        Agi: 85
        Vit: 100
        Int: 88
        Dex: 120
        Luk: 50
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 0
    Race: 2
    Element: (3, 2)
    Mode: {
        CanMove: true
        CanAttack: true
        ChangeTargetMelee: true
    }
    MoveSpeed: 300
    AttackDelay: 1600
    AttackMotion: 900
    DamageMotion: 240
    MvpExp: 0
},
{
    Id: 3012
    SpriteName: "EP14_3_DEATH_A_MOB3"
    Name: "Familiar"
    Lv: 158
    Hp: 222550
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1002, 1381]
    Def: 240
    Mdef: 70
    Stats: {
        Str: 86
        Agi: 85
        Vit: 75
        Int: 53
        Dex: 100
        Luk: 50
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 0
    Race: 2
    Element: (1, 2)
    Mode: {
        CanMove: true
        CanAttack: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 150
    AttackDelay: 1276
    AttackMotion: 576
    DamageMotion: 384
    MvpExp: 0
},
{
    Id: 3013
    SpriteName: "EP14_3_DEATH_B_MOB1"
    Name: "Orc Warrior"
    Lv: 158
    Hp: 300000
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1066, 1445]
    Def: 240
    Mdef: 60
    Stats: {
        Str: 150
        Agi: 85
        Vit: 150
        Int: 40
        Dex: 122
        Luk: 70
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 7
    Element: (2, 2)
    Mode: {
        CanMove: true
        Aggressive: true
        CanAttack: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 200
    AttackDelay: 1864
    AttackMotion: 864
    DamageMotion: 288
    MvpExp: 0
},
{
    Id: 3014
    SpriteName: "EP14_3_DEATH_B_MOB3"
    Name: "Desert Wolf"
    Lv: 158
    Hp: 292450
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1036, 1415]
    Def: 240
    Mdef: 50
    Stats: {
        Str: 120
        Agi: 85
        Vit: 110
        Int: 55
        Dex: 130
        Luk: 70
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 2
    Element: (3, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        Assist: true
        CanAttack: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 200
    AttackDelay: 1120
    AttackMotion: 420
    DamageMotion: 288
    MvpExp: 0
    Drops: {
        Fruit_Of_Mastela: 100
    }
},
{
    Id: 3015
    SpriteName: "EP14_3_DEATH_B_MOB2"
    Name: "Phen"
    Lv: 158
    Hp: 284110
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1026, 1405]
    Def: 240
    Mdef: 100
    Stats: {
        Str: 110
        Agi: 85
        Vit: 95
        Int: 70
        Dex: 115
        Luk: 70
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 5
    Element: (1, 2)
    Mode: {
        CanMove: true
        CastSensorIdle: true
        CanAttack: true
    }
    MoveSpeed: 150
    AttackDelay: 2544
    AttackMotion: 1344
    DamageMotion: 1152
    MvpExp: 0
},
{
    Id: 3016
    SpriteName: "EP14_3_DEATH_C_MOB1"
    Name: "Orc Zombie"
    Lv: 158
    Hp: 375000
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1096, 1475]
    Def: 150
    Mdef: 150
    Stats: {
        Str: 180
        Agi: 145
        Vit: 202
        Int: 40
        Dex: 88
        Luk: 30
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 1
    Element: (9, 2)
    Mode: {
        CanMove: true
        Aggressive: true
        CanAttack: true
        Angry: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 400
    AttackDelay: 2852
    AttackMotion: 1152
    DamageMotion: 840
    MvpExp: 0
},
{
    Id: 3017
    SpriteName: "EP14_3_DEATH_C_MOB3"
    Name: "Verit"
    Lv: 158
    Hp: 352715
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1082, 1461]
    Def: 200
    Mdef: 100
    Stats: {
        Str: 166
        Agi: 87
        Vit: 150
        Int: 60
        Dex: 150
        Luk: 130
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 1
    Element: (9, 1)
    Mode: {
        CanMove: true
        Looter: true
        CanAttack: true
    }
    MoveSpeed: 250
    AttackDelay: 2468
    AttackMotion: 768
    DamageMotion: 480
    MvpExp: 0
},
{
    Id: 3018
    SpriteName: "EP14_3_DEATH_C_MOB2"
    Name: "Megalodon"
    Lv: 158
    Hp: 347413
    Sp: 1
    Exp: 12390
    JExp: 14640
    AttackRange: 1
    Attack: [1073, 1452]
    Def: 240
    Mdef: 300
    Stats: {
        Str: 157
        Agi: 80
        Vit: 140
        Int: 90
        Dex: 209
        Luk: 84
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 1
    Element: (9, 2)
    Mode: {
        CanMove: true
        CanAttack: true
    }
    MoveSpeed: 200
    AttackDelay: 2492
    AttackMotion: 792
    DamageMotion: 432
    MvpExp: 0
},
{
    Id: 3029
    SpriteName: "GRIM_REAPER_ANKOU"
    Name: "Reaper Ankou"
    Lv: 159
    Hp: 50000000
    Sp: 1
    Exp: 300000
    JExp: 300000
    AttackRange: 3
    Attack: [1559, 2159]
    Def: 200
    Mdef: 70
    Stats: {
        Str: 200
        Agi: 100
        Vit: 200
        Int: 200
        Dex: 220
        Luk: 100
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 8
    Element: (9, 4)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
},
{
    Id: 2542
    SpriteName: "IRENE_ELDER"
    Name: "Irene Elder"
    Lv: 101
    Hp: 433110
    Sp: 1
    Exp: 11360
    JExp: 27032
    AttackRange: 3
    Attack: [1582, 2281]
    Def: 145
    Mdef: 73
    Stats: {
        Str: 82
        Agi: 36
        Vit: 55
        Int: 100
        Dex: 182
        Luk: 88
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 0
    Element: (0, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        Angry: true
        ChangeTargetChase: true
        TargetWeak: true
    }
    MoveSpeed: 100
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Luk_Dish07: 100
        Vit_Dish07: 100
        Str_Dish07: 100
        Agi_Dish07: 100
        Int_Dish07: 100
        Dex_Dish07: 100
        Cookbook10: 1
        Fantastic_Cooking_Kits: 1
    }
},
{
    Id: 2543
    SpriteName: "PAYONSOLDIER"
    Name: "Payon Soldier"
    Lv: 101
    Hp: 20099
    Sp: 1
    Exp: 1083
    JExp: 2688
    AttackRange: 3
    Attack: [557, 775]
    Def: 66
    Mdef: 36
    Stats: {
        Str: 20
        Agi: 46
        Vit: 25
        Int: 35
        Dex: 64
        Luk: 30
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 0
    Element: (0, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        Assist: true
        CanAttack: true
        Angry: true
    }
    MoveSpeed: 200
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Vit_Dish04: 6486
        Str_Dish04: 4054
        Agi_Dish04: 3378
        Luk_Dish04: 4189
        Int_Dish04: 5000
        High_end_Cooking_Kits: 1621
        Dex_Dish04: 4189
    }
},
{
    Id: 2544
    SpriteName: "PAYONSOLDIER2"
    Name: "Payon Soldier"
    Lv: 101
    Hp: 21099
    Sp: 1
    Exp: 1136
    JExp: 2703
    AttackRange: 3
    Attack: [678, 957]
    Def: 66
    Mdef: 36
    Stats: {
        Str: 20
        Agi: 46
        Vit: 25
        Int: 35
        Dex: 64
        Luk: 30
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 1
    Race: 0
    Element: (0, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        Assist: true
        CanAttack: true
        Angry: true
    }
    MoveSpeed: 200
    AttackDelay: 576
    AttackMotion: 576
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Str_Dish06: 2750
        Int_Dish06: 3750
        Dex_Dish06: 2250
        Vit_Dish06: 2750
        Luk_Dish06: 2250
        Agi_Dish06: 3000
        Imperial_Cooking_Kits: 500
        Cookbook09: 250
    }
},
{
    Id: 2545
    SpriteName: "GUARDDOG"
    Name: "Guard Dog"
    Lv: 101
    Hp: 20099
    Sp: 1
    Exp: 944
    JExp: 2658
    AttackRange: 2
    Attack: [558, 777]
    Def: 66
    Mdef: 36
    Stats: {
        Str: 20
        Agi: 46
        Vit: 25
        Int: 35
        Dex: 64
        Luk: 30
    }
    ViewRange: 10
    ChaseRange: 14
    Size: 1
    Race: 2
    Element: (2, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        Assist: true
        CanAttack: true
        Angry: true
    }
    MoveSpeed: 200
    AttackDelay: 570
    AttackMotion: 570
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Str_Dish03: 100
        Luk_Dish03: 100
    }
},
{
    Id: 2546
    SpriteName: "GUARDDOG2"
    Name: "Guard Dog"
    Lv: 101
    Hp: 21099
    Sp: 1
    Exp: 944
    JExp: 2658
    AttackRange: 2
    Attack: [579, 808]
    Def: 66
    Mdef: 36
    Stats: {
        Str: 20
        Agi: 46
        Vit: 25
        Int: 35
        Dex: 64
        Luk: 30
    }
    ViewRange: 10
    ChaseRange: 14
    Size: 1
    Race: 2
    Element: (2, 1)
    Mode: {
        CanMove: true
        Aggressive: true
        Assist: true
        CanAttack: true
        Angry: true
    }
    MoveSpeed: 200
    AttackDelay: 570
    AttackMotion: 570
    DamageMotion: 480
    MvpExp: 0
    Drops: {
        Str_Dish05: 100
    }
},
{
    Id: 3520
    SpriteName: "SULAPHAT"
    Name: "Turtle Rock"
    Lv: 110
    Hp: 1442000
    Sp: 1
    Exp: 933120
    JExp: 748440
    AttackRange: 2
    Attack: [2438, 4504]
    Def: 394
    Mdef: 123
    Stats: {
        Str: 116
        Agi: 123
        Vit: 154
        Int: 99
        Dex: 181
        Luk: 98
    }
    ViewRange: 10
    ChaseRange: 12
    Size: 2
    Race: 2
    Element: (2, 2)
    Mode: {
        CanMove: true
        Aggressive: true
        CastSensorIdle: true
        Boss: true
        CanAttack: true
        Detector: true
        CastSensorChase: true
        ChangeChase: true
        ChangeTargetMelee: true
        ChangeTargetChase: true
    }
    MoveSpeed: 200
    AttackDelay: 900
    AttackMotion: 1000
    DamageMotion: 500
    MvpExp: 466560
    MvpDrops: {
        Turtle_Shell: 5500
        Yggdrasilberry: 1500
        Old_Violet_Box: 2000
    }
    Drops: {
        Iron_Driver: 8
        War_Axe: 5
        Cookbook09: 200
        Pole_Axe: 9
        Broken_Shell: 5335
        Immaterial_Sword: 80
        Union_Of_Tribe: 1
    }
},
)
Viewed 647 times, submitted by Guest.