123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161 |
- -- 此文件工具自动生成,不要修改
- ---@class cfg_monster_column
- ---常规怪物:第一,二位分类占位符,第三四五位编号
- ---活动怪物:活动id+三位编号
- ---@field id number @怪物ID column=1 A
- ---策划用
- ---[[客户端不使用]]@field cehua string @策划备注 column=2 B
- ---要显示的
- ---@field name string @怪物名称 column=3 C
- ---@field ai number @怪物AI column=4 D
- ---1:小怪
- ---2:黄金怪
- ---3:boss
- ---@field type number @怪物类型 column=5 E
- ---怪物是否能被玩家选中
- ---0:是(能被玩家选中进行攻击)
- ---1:否(不能被玩家选中,不被玩家攻击设定为目标)
- ---不填默认为0
- ---@field beSelect number @怪物被选中 column=6 F
- ---怪物是否能被敌对怪物选中
- ---0:是(能被选中进行攻击)
- ---1:否(不能被选中,不被攻击设定为目标)
- ---不填默认为0
- ---@field beMonsterSelect number @怪物被怪物选中 column=7 G
- ---0:动态,1:静态(无法被强制位移,无法转向);默认为动态
- ---@field form number @怪物形态 column=8 H
- ---怪物模型;读取cfg_model_monsterid
- ---@field appr number @怪物形象 column=9 I
- ---怪物头像文件路径
- ---@field icon string @怪物头像 column=10 J
- ---@field level number @怪物等级 column=11 K
- ---怪物模型大小,格式读取unity大小
- ---@field scale number @怪物模型大小 column=12 L
- ---填0时为默认大小,非0时为配置大小
- ---@field UIscale number @UI模型显示尺寸 column=13 M
- ---玩家变身怪物模型大小,格式读取unity大小
- ---不填则不生效
- ---@field shapeshiftScale number @玩家变身怪物模型大小 column=14 N
- ---y坐标偏移
- ---@field headoffset number @血条名称位置 column=15 O
- ---y坐标偏移
- ---@field np number @名称位置 column=16 P
- ---@field exp number @经验值 column=17 Q
- ---每次攻击给
- ---@field angelExp number @大天使经验 column=18 R
- ---怪物对应属性
- ---读取cfg_monster_attribute_group/monsterID
- ---[[客户端不使用]]@field group number @怪物属性组 column=19 S
- ---怪物经验值衰减标记,匹配cfg_boss_dropDecay表中decaySign字段配置,通过玩家等级和怪物等级获取衰减系数,乘算得出最终玩家获得经验值
- ---@field decaySign number @经验衰减标记 column=20 T
- ---怪物打玩家最终伤害<保底伤害时,最终伤害=保底伤害
- ---@field guaranteedDamage number @怪物保底伤害 column=21 U
- ---1:不可穿
- ---2:可穿
- ---为空和0则该字段不生效
- ---@field pveCrossModel number @玩家与怪物是否可穿 column=22 V
- ---1:不可穿
- ---2:可穿
- ---为空和0则该字段不生效
- ---[[客户端不使用]]@field eveCrossModel number @怪物与怪物是否可穿 column=23 W
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field bornSound number @进入视野声音 column=24 X
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field attackSound number @攻击声音 column=25 Y
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field hitSound number @受击声音 column=26 A
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field dieSound number @死亡声音 column=27 AA
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field birthSound number @复活声音 column=28 AB
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field walkSound number @移动音效 column=29 AC
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field runSound number @快速移动音效 column=30 AD
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field trackSound number @移动追踪音效 column=31 AE
- ---填写cfg_audio表对应的音效id
- ---空为不播放
- ---@field fastTrack number @快速追踪音效 column=32 AF
- ---在怪物生命为0时播放,为空不播放;
- ---格式:特效ID#挂载模式
- ---特效ID:引用cfg_model_effect表id字段
- ---挂载模式:0或者不填,特效挂载怪物模型上,模型消失特效消失;填1特效挂载死亡时所在场景格子
- ---@field deathEffect IntList @死亡特效 column=33 AG
- ---填写free buff表的只对怪物生效的buffid,
- ---[[客户端不使用]]@field buff IntList @增加buff column=34 AH
- ---用于对比玩家和怪物战力
- ---配置怪物防御值,与玩家主界面左上角防御值进行对比
- ---@field sword number @怪物战力值 column=35 AI
- ---击杀怪物后场景里出现标记
- ---@field deathmark string @击杀标记 column=36 AJ
- ---怪物掉落组,用于怪物掉落处配置,同一组内怪物视为一个主体进行掉落与计数;
- ---同一怪物可配置多个掉落组,怪物死后对应掉落组全部进行掉落并分别计数+1
- ---怪物组id根据怪物掉落表中地图顺序*100+怪物顺序配置,其中:常规地图小怪使用1~50,黄金怪使用51~80,Boss使用81~99;副本地图随意
- ---
- ---@field mgroup IntList @怪物组 column=37 AK
- ---怪物衰减组,用于控制组内怪物死亡达到一定次数触发对应掉落内容衰减系数用
- ---@field mDecayGroup IntList @怪物衰减组 column=38 AL
- ---填写资源名称,资源格式为2D图片[填写资源名称,资源格式为2D图片]
- ---@field efficiencyLvIcon string @怪点图标资源 column=39 AM
- ---是否显示地图界面怪物图标
- ---0或空:不显示;1:显示[0或空:不显示;1:显示]
- ---@field monsterShowIcon number @大地图怪物图标开关 column=40 AN
- ---是否显示地图界面怪物名称
- ---0或空:不显示;1:显示[0或空:不显示;1:显示]
- ---@field monsterShowName number @大地图怪物名称开关 column=41 AO
- ---是否显示地图界面怪物等级
- ---0或空:不显示;1:显示[0或空:不显示;1:显示]
- ---@field monsterShowLv number @大地图怪物等级 column=42 AP
- ---怪物等级与怪物名称字体颜色显示;
- ---cfg_color表id[怪物等级与怪物名称字体颜色显示;
- ---cfg_color表id]
- ---@field txtColor number @字体颜色 column=43 AQ
- ---根据玩家自身的职业,显示不同的道具。格式:职业ID#道具ID|职业ID#道具ID
- ---若没有奖励则:为空
- ---UI显示根据从做左到右显示,显示不足时优先显示顺序考前的。
- ---职业ID填基础职业
- ---@field UIDrop IntListList @BOSS血条掉落预览 column=44 AR
- ---猎魔积分争霸赛
- ---怪物积分组
- ---cfg_monsterHunt
- ---@field monsterHunt number @猎魔积分 column=45 AS
- local cfg_monster =
- {
- {id=1, name="蜘蛛 100全属性", appr=10002, icon="Monster10", level=2, scale=0.2, headoffset=-0.8, np=-0.8, angelExp=888888, decaySign=0, guaranteedDamage="10", attackSound=40090, monsterShowIcon=0},
- {id=2, name="蜘蛛 200全属性", beMonsterSelect=1, appr=10002, icon="Monster10", level=2, scale=0.2, headoffset=-0.8, np=-0.8, angelExp=888888, decaySign=0, guaranteedDamage="10", attackSound=40090, monsterShowIcon=0},
- {id=4, name="连击技能测试怪", ai=100, form=1, appr=10004, icon="Monster_038", level=2, scale=0.5, exp=0, angelExp=888888, decaySign=0, guaranteedDamage="10", monsterShowIcon=0},
- {id=10000, name="伤害测试怪", ai=100, form=1, appr=10004, icon="Monster_038", level=2, scale=0.5, exp=0, angelExp=888888, decaySign=0, guaranteedDamage="10", monsterShowIcon=0},
- {id=10001, name="幼龙", ai=10001, appr=10001, icon="Monster03", level=4, scale=0.15, headoffset=-0.8, np=-0.8, exp=200, angelExp=1, pveCrossModel=2, attackSound=40039, dieSound=40040, birthSound=40038, sword=6, mgroup={101,104}, mDecayGroup={101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=10002, name="蜘蛛", ai=10002, appr=10002, icon="Monster10", level=2, scale=0.2, headoffset=-0.8, np=-0.8, exp=200, angelExp=1, attackSound=40090, sword=6, mgroup={101,104}, mDecayGroup={101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=10003, name="骷髅兵", ai=10003, appr=10003, icon="Monster163", level=12, scale=0.38, shapeshiftScale=1, headoffset=0.2, np=0.2, exp=500, angelExp=1, attackSound=40103, dieSound=40104, deathEffect={2051,1}, sword=8, mgroup={104}, mDecayGroup={101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=10004, name="牛怪", ai=10004, appr=10004, icon="Monster01_1", level=7, headoffset=0.2, np=0.2, exp=300, angelExp=1, attackSound=40065, dieSound=40067, sword=6, mgroup={102,104}, mDecayGroup={101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=10005, name="蛮牛怪", ai=10005, appr=10005, icon="Monster01_1", level=10, scale=0.45, headoffset=0.45, np=0.45, exp=400, angelExp=1, attackSound=40065, dieSound=40067, sword=8, mgroup={103,104}, mDecayGroup={101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=10006, name="偷猎者", ai=10006, appr=10006, icon="Monster23", level=10, scale=0.37, headoffset=0, np=0, exp=400, angelExp=1, attackSound=40008, dieSound=40010, birthSound=40006, sword=8, mgroup={203,204}, mDecayGroup={201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=10007, name="黑巫师", ai=10007, appr=10007, icon="Monster05_1", level=11, headoffset=0, np=0, exp=500, angelExp=1, attackSound=40112, dieSound=40114, birthSound=40110, sword=8, mgroup={104}, mDecayGroup={101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=10008, name="火龙王", ai=10008, type=3, appr=10008, icon="Monster32", level=60, headoffset=1, np=1, mgroup={181}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,40010207},{2,40010207},{3,40010207},{1,40010209},{2,40010209},{3,40010209},{1,40010208},{2,40010208},{3,40010208}}},
- {id=20001, name="小哥布林", ai=20001, appr=20001, icon="Monster20_1", level=2, headoffset=-0.35, np=-0.35, exp=200, angelExp=1, attackSound=40023, dieSound=40025, birthSound=40021, sword=6, mgroup={201,204}, mDecayGroup={201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20002, name="勾尾蝎", ai=20002, appr=20002, icon="Monster21", level=4, headoffset=-0.8, np=-0.8, exp=200, angelExp=1, attackSound=40018, dieSound=40020, birthSound=40016, sword=6, mgroup={201,204}, mDecayGroup={201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20003, name="大哥布林", ai=20003, appr=20003, icon="Monster20_1", level=7, scale=0.45, headoffset=0, np=0, exp=300, angelExp=1, attackSound=40023, dieSound=40025, birthSound=40021, sword=6, mgroup={202,204}, mDecayGroup={201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20004, name="猎犬怪", ai=20004, appr=20004, icon="Monster02_liequanguai", level=9, headoffset=0.2, np=0.2, exp=400, angelExp=1, attackSound=40075, dieSound=40077, birthSound=40073, sword=8, mgroup={103,104}, mDecayGroup={101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20005, name="瓢虫怪", ai=20005, appr=20005, icon="Monster22", level=9, scale=0.32, headoffset=0, np=0, exp=400, angelExp=1, attackSound=40079, dieSound=40080, sword=8, mgroup={203,204}, mDecayGroup={201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20006, name="树妖", ai=20006, appr=20006, icon="Monster24", level=11, headoffset=0.1, np=0.1, exp=500, angelExp=1, attackSound=40058, dieSound=40059, birthSound=40056, sword=8, mgroup={204}, mDecayGroup={201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20007, name="亚昆", ai=105, appr=20007, icon="Monster25", level=12, scale=0.5, headoffset=0.5, np=0.5, exp=500, angelExp=1, attackSound=40003, dieSound=40005, sword=8, mgroup={204}, mDecayGroup={201}, monsterShowIcon=0},
- {id=20008, name="巨人", ai=105, appr=20008, icon="Monster06", level=17, scale=0.7, headoffset=1.5, np=1.5, exp=500, angelExp=1, attackSound=40034, dieSound=40036, birthSound=40032, deathEffect={2026,1}, mgroup={204}, mDecayGroup={201}, monsterShowIcon=0},
- {id=20009, name="石巨人", ai=20009, appr=20009, icon="Monster26", level=13, scale=0.37, headoffset=1.5, np=1.5, exp=500, angelExp=1, attackSound=40034, dieSound=40036, deathEffect={2050,1}, sword=8, mgroup={204}, mDecayGroup={201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30001, name="怪异的兔子", ai=105, appr=30001, icon="Monster129", level=4, headoffset=0, np=0, angelExp=1, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30002, name="疯狂的兔子", ai=105, appr=30002, icon="Monster130", level=19, headoffset=0.35, np=0.35, angelExp=1, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30003, name="狼人", ai=105, appr=30003, icon="Monster131", level=24, scale=0.43, headoffset=0.35, np=0.35, angelExp=1, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30004, name="污染之蝶", ai=105, appr=30004, icon="Monster132", level=13, headoffset=0.25, np=0.25, angelExp=1, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30005, name="诅咒巫师", ai=108, appr=30005, icon="Monster133", level=54, scale=0.5, headoffset=0, np=0, angelExp=1, attackSound=40112, dieSound=40114, birthSound=40091, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30006, name="图腾树人", ai=105, appr=30006, icon="Monster134", level=36, scale=0.6, headoffset=0.5, np=0.5, angelExp=1, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30007, name="灰熊", ai=105, appr=30007, icon="Monster135", level=43, scale=0.45, headoffset=0.35, np=0.35, angelExp=1, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=30008, name="残暴的灰熊", ai=105, appr=30008, icon="Monster136", level=48, scale=0.51, headoffset=0.5, np=0.5, angelExp=1, mgroup={301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=40001, name="雪虫", ai=40001, appr=40001, icon="Monster18", level=13, headoffset=-0.5, np=-0.5, exp=800, angelExp=1, attackSound=40100, dieSound=40102, sword=10, mgroup={401}, mDecayGroup={401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=40002, name="寒冰魔", ai=40002, appr=40002, icon="Monster16", level=14, headoffset=0, np=0, exp=800, angelExp=1, attackSound=40029, dieSound=40031, birthSound=40030, deathEffect={2027,1}, sword=10, mgroup={402}, mDecayGroup={401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=40003, name="蓝魔怪", ai=40003, appr=40003, icon="Monster17", level=19, scale=0.45, headoffset=0.45, np=0.45, exp=1200, angelExp=1, attackSound=40086, dieSound=40089, birthSound=40087, sword=17, mgroup={402}, mDecayGroup={401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=40004, name="雪人", ai=112, appr=40004, icon="Monster13", level=22, scale=0.45, shapeshiftScale=1, headoffset=0.15, np=0.15, exp=1200, angelExp=1, attackSound=40098, dieSound=40099, sword=17, mgroup={402}, mDecayGroup={401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=40005, name="雪人王", ai=40005, appr=40005, icon="Monster14", level=25, scale=0.55, headoffset=0.5, np=0.5, exp=1200, angelExp=1, attackSound=40098, dieSound=40099, sword=17, mgroup={402}, mDecayGroup={401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=40006, name="冰后", ai=40006, type=3, appr=40006, icon="Monster19", level=30, scale=0.45, headoffset=1, np=1, exp=150000, angelExp=5, attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={481}, mDecayGroup={481}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310221},{2,20120221},{3,20130221},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}},
- {id=50001, name="毒虫", ai=50001, appr=50001, icon="Monster07", level=27, scale=0.3, headoffset=-0.45, np=-0.45, exp=1300, angelExp=1, attackSound=40061, dieSound=40062, sword=31, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50002, name="暗杀者", ai=50002, appr=50002, icon="Monster15", level=16, scale=0.4, headoffset=0.15, np=0.15, exp=1000, angelExp=1, attackSound=40053, dieSound=40055, birthSound=40052, sword=16, mgroup={402}, mDecayGroup={401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50003, name="独眼巨人", ai=50003, appr=50003, icon="Monster11", level=36, scale=0.5, headoffset=0.5, np=0.5, exp=1500, angelExp=1, attackSound=40070, dieSound=40072, birthSound=40068, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50004, name="幽灵", ai=50004, appr=50004, icon="Monster08", level=32, headoffset=0, np=0, exp=1400, angelExp=1, attackSound=40043, dieSound=40045, birthSound=40041, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50005, name="骷髅弓箭手", ai=50005, appr=50005, icon="Monster162", level=37, scale=0.5, headoffset=0.35, np=0.35, exp=1500, angelExp=1, attackSound=40103, dieSound=40104, deathEffect={2051,1}, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50006, name="地狱猎犬怪", ai=50006, appr=50006, icon="Monster02_2", level=28, scale=0.5, headoffset=0.35, np=0.35, exp=1300, angelExp=1, attackSound=40027, dieSound=40028, sword=31, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50007, name="地狱蜘蛛", ai=50007, appr=50007, icon="Monster10", level=38, scale=0.5, headoffset=0, np=0, exp=1500, angelExp=1, attackSound=40027, dieSound=40028, birthSound=40026, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50008, name="暗黑骑士", ai=50008, appr=50008, icon="Monster04", level=39, scale=0.5, headoffset=0.35, np=0.35, exp=1500, angelExp=1, attackSound=40117, dieSound=40119, birthSound=40115, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50009, name="骷髅战士", ai=50009, appr=50009, icon="Monster163", level=29, scale=0.45, headoffset=0.45, np=0.45, exp=1400, angelExp=1, attackSound=40103, dieSound=40104, deathEffect={2051,1}, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50010, name="死灵巫师", ai=50010, appr=50010, icon="Monster05_1", level=39, scale=0.4, headoffset=0.35, np=0.35, exp=1500, angelExp=1, attackSound=40112, dieSound=40114, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50011, name="毒牛怪", ai=50011, appr=50011, icon="Monster01_3", level=29, scale=0.5, shapeshiftScale=1, headoffset=0.45, np=0.45, exp=1400, angelExp=1, attackSound=40065, dieSound=40067, birthSound=40063, sword=37, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=50012, name="魔鬼戈登", ai=50012, type=3, appr=50012, icon="Monster12_1", level=40, scale=0.55, headoffset=1, np=1, exp=200000, angelExp=5, attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={581}, mDecayGroup={581}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310321},{2,20120321},{3,20130321},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}},
- {id=50013, name="骷髅兵", ai=50013, appr=10003, icon="Monster163", level=26, scale=0.38, headoffset=0.2, np=0.2, exp=1300, angelExp=1, attackSound=40103, dieSound=40104, deathEffect={2051,1}, sword=31, mgroup={501}, mDecayGroup={501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60001, name="鬼魂", ai=60001, appr=60001, icon="Monster29", level=41, scale=0.5, headoffset=0, np=0, exp=2400, angelExp=1, attackSound=40107, dieSound=40109, birthSound=40105, sword=45, mgroup={601}, mDecayGroup={601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60002, name="剧毒鬼魂", ai=60002, appr=60002, icon="Monster29_02", level=42, scale=0.5, headoffset=0, np=0, exp=2400, angelExp=1, attackSound=40107, dieSound=40109, birthSound=40105, sword=45, mgroup={601}, mDecayGroup={601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60003, name="诅咒巫师", ai=60003, appr=60003, icon="Monster164", level=46, scale=0.5, headoffset=0, np=0, exp=2500, angelExp=1, attackSound=40112, dieSound=40114, birthSound=40091, sword=51, mgroup={601}, mDecayGroup={601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60004, name="牛魔王", ai=60004, appr=60004, icon="Monster31", level=47, scale=0.5, headoffset=0.45, np=0.45, exp=2500, angelExp=1, attackSound=40065, dieSound=40067, sword=51, mgroup={601}, mDecayGroup={601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60005, name="恶魔", ai=60005, appr=60005, icon="Monster27", level=48, scale=0.5, headoffset=0.45, np=0.45, exp=2500, angelExp=1, attackSound=40003, dieSound=40005, sword=51, mgroup={601}, mDecayGroup={601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60006, name="死神骑士", ai=60006, appr=60006, icon="Monster30", level=51, scale=0.5, headoffset=0.5, np=0.5, exp=2600, angelExp=1, attackSound=40117, dieSound=40119, sword=54, mgroup={601}, mDecayGroup={601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60007, name="死神戈登", ai=60007, appr=60007, icon="Monster12_2", level=52, scale=0.5, headoffset=0.5, np=0.5, exp=2600, angelExp=1, attackSound=40049, dieSound=40051, sword=54, mgroup={601}, mDecayGroup={601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=60008, name="魔王巴洛克", ai=60008, type=3, appr=60008, icon="Monster28", level=45, scale=0.7, headoffset=1, np=1, exp=300000, angelExp=5, attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={681}, mDecayGroup={681}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310431},{2,20120431},{3,20130431},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}},
- {id=60009, name="金属巴洛克", ai=134, type=3, appr=60009, icon="Monster28", level=45, scale=0.7, headoffset=1, np=1, exp=300000, angelExp=5, attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={682}, mDecayGroup={681}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310431},{2,20120431},{3,20130431},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}},
- {id=70001, name="小巴哈姆特", ai=70001, appr=70001, icon="Monster34", level=62, scale=0.25, headoffset=0, np=0, exp=2800, angelExp=1, attackSound=40037, dieSound=40046, sword=65, mgroup={701}, mDecayGroup={701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=70002, name="死亡美人鱼", ai=70002, appr=70002, icon="Monster35", level=72, scale=0.43, headoffset=0.85, np=0.85, exp=2900, angelExp=1, attackSound=40103, dieSound=40046, sword=73, mgroup={701}, mDecayGroup={701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=70003, name="蓝翼海怪", ai=70003, appr=70003, icon="Monster36_1", level=74, scale=0.43, headoffset=0.65, np=0.65, exp=2900, angelExp=1, attackSound=40103, dieSound=40046, deathEffect={2029,1}, sword=73, mgroup={701}, mDecayGroup={701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=70004, name="大巴哈姆特", ai=70004, appr=70004, icon="Monster34_1", level=82, scale=0.4, headoffset=0.35, np=0.35, exp=3000, angelExp=1, attackSound=40103, dieSound=40046, sword=78, mgroup={701}, mDecayGroup={701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=70005, name="银弓海怪", ai=70005, appr=70005, icon="Monster36_2", level=83, scale=0.65, headoffset=1.25, np=1.25, exp=3000, angelExp=1, attackSound=40103, dieSound=40046, sword=78, mgroup={701}, mDecayGroup={701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=70006, name="巫师王", ai=70006, appr=70006, icon="Monster37", level=84, scale=0.65, headoffset=0.85, np=0.85, exp=3000, angelExp=1, attackSound=40103, dieSound=40046, sword=78, mgroup={701}, mDecayGroup={701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=70007, name="海魔希特拉", ai=70007, type=3, appr=70007, icon="Monster38", level=65, scale=0.4, headoffset=0.5, np=0.5, exp=500000, angelExp=5, attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={781}, mDecayGroup={781}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310431},{2,20120431},{3,20130431},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=602},
- {id=70008, name="深渊希特拉", ai=70008, type=3, appr=70008, icon="Monster38", level=65, scale=0.4, headoffset=0.5, np=0.5, exp=500000, angelExp=5, attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={782}, mDecayGroup={781}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310431},{2,20120431},{3,20130431},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=602},
- {id=80001, name="铁脊怪", ai=80001, appr=80001, icon="Monster46", level=110, scale=0.62, exp=3333, angelExp=1, attackSound=40034, dieSound=40036, sword=136, mgroup={801}, mDecayGroup={801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=80002, name="巨齿兽", ai=80002, appr=80002, icon="Monster44", level=120, scale=0.9, exp=3889, angelExp=1, attackSound=40034, dieSound=40036, sword=155, mgroup={801}, mDecayGroup={801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=80003, name="铁轮战士", ai=80003, appr=80003, icon="NewMonster_1", level=110, scale=0.5, exp=3889, angelExp=1, attackSound=40034, dieSound=40036, sword=155, mgroup={801}, mDecayGroup={801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=80004, name="破坏骑士", ai=80004, appr=80004, level=120, scale=0.73, exp=4444, angelExp=1, attackSound=40034, dieSound=40036, sword=174, mgroup={801}, mDecayGroup={801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=80005, name="黑炎魔", ai=80005, appr=80005, icon="Monster45", level=120, scale=0.5, exp=4444, angelExp=1, attackSound=40094, dieSound=40093, deathEffect={2030,1}, sword=174, mgroup={801}, mDecayGroup={801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=80006, name="魔王扎坎", ai=80006, type=3, appr=80007, icon="Monster_45_2", scale=0.73, exp=1100000, angelExp=10, guaranteedDamage="4", attackSound=40034, dieSound=40036, deathmark="Model/Monster/Monster177.prefab", mgroup={881}, mDecayGroup={881}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=80007, name="炽炎魔", ai=80007, type=3, appr=80006, icon="Monster43_2", level=110, scale=0.59, exp=1200000, angelExp=10, guaranteedDamage="4", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={881}, mDecayGroup={881}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=80008, name="深渊魔王扎坎", ai=80008, type=3, appr=80007, icon="Monster_45_2", scale=0.73, exp=1100000, angelExp=10, guaranteedDamage="4", attackSound=40034, dieSound=40036, deathmark="Model/Monster/Monster177.prefab", mgroup={881}, mDecayGroup={881}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=80009, name="狂暴炽炎魔", type=3, appr=80006, icon="Monster43_2", level=110, scale=0.59, exp=1200000, angelExp=10, guaranteedDamage="4", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={881}, mDecayGroup={881}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=90001, name="恶灵", appr=90001, icon="Monster105", level=170, scale=0.5, exp=8776, angelExp=2, attackSound=40070, dieSound=40072, sword=365, mgroup={1101}, mDecayGroup={1101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=90002, name="阿卡摩斯", ai=90002, appr=90002, icon="Monster104", level=170, exp=8776, angelExp=2, attackSound=40070, dieSound=40072, sword=365, mgroup={1101}, mDecayGroup={1101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=90003, name="风后", appr=90003, icon="Monster103", level=180, scale=0.5, exp=9456, angelExp=2, attackSound=40070, dieSound=40072, sword=377, mgroup={1101}, mDecayGroup={1101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=90004, name="蓝魔龙", ai=90004, appr=90004, icon="Monster102", level=180, scale=0.5, exp=9456, angelExp=2, attackSound=40070, dieSound=40072, sword=377, mgroup={1101}, mDecayGroup={1101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=90005, name="恶灵王", ai=90005, appr=90005, icon="Monster101", level=190, scale=0.5, exp=10137, angelExp=2, attackSound=40070, dieSound=40072, sword=389, mgroup={1101}, mDecayGroup={1101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=90006, name="幻影骑士", ai=90006, appr=90006, icon="Monster54", level=190, scale=0.5, exp=10137, angelExp=2, attackSound=40070, dieSound=40072, sword=389, mgroup={1101}, mDecayGroup={1101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=90007, name="红魔龙", ai=90007, appr=90007, icon="Monster55_2", level=190, scale=0.3, exp=10137, angelExp=2, attackSound=40070, dieSound=40072, sword=389, mgroup={1101}, mDecayGroup={1101}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=90008, name="天魔菲尼斯", ai=90008, type=3, appr=90008, icon="Monster56", level=170, UIscale=0.32, exp=2920581, angelExp=20, guaranteedDamage="7", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1181}, mDecayGroup={1181}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=90009, name="堕落天魔菲尼斯", ai=90009, type=3, appr=90009, icon="Monster56", level=180, UIscale=0.32, exp=3104275, angelExp=20, guaranteedDamage="7", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1181}, mDecayGroup={1181}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=90010, name="愤怒天魔菲尼斯", ai=90010, type=3, appr=90009, icon="Monster56", level=190, UIscale=0.32, exp=3287970, angelExp=20, guaranteedDamage="8", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1181}, mDecayGroup={1181}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=11001, name="丛林树精灵", appr=11001, icon="NewMonster_2", level=150, scale=0.5, exp=7043, angelExp=2, attackSound=40070, dieSound=40072, sword=294, mgroup={1001}, mDecayGroup={1001}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11002, name="丛林残暴者", ai=11002, appr=11002, icon="NewMonster_3", level=150, scale=0.46, exp=7043, angelExp=2, attackSound=40070, dieSound=40072, sword=294, mgroup={1001}, mDecayGroup={1001}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11003, name="丛林暗杀者", ai=11003, appr=11003, icon="NewMonster_4", level=160, scale=0.45, exp=7476, angelExp=2, attackSound=40070, dieSound=40072, sword=311, mgroup={1001}, mDecayGroup={1001}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11004, name="丛林生命体", ai=11004, appr=11004, icon="NewMonster_5", level=170, scale=0.55, exp=7910, angelExp=2, attackSound=40070, dieSound=40072, sword=327, mgroup={1001}, mDecayGroup={1001}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11005, name="丛林女巫师", appr=11005, icon="NewMonster_6", level=190, scale=0.52, exp=7910, angelExp=2, attackSound=40070, dieSound=40072, sword=327, mgroup={1001}, mDecayGroup={1001}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11006, name="剧毒勾尾蝎", ai=11006, appr=15001, level=130, scale=0.4, exp=5306, angelExp=1, attackSound=40070, dieSound=40072, sword=227, mgroup={901}, mDecayGroup={901}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11007, name="黄蜂女王", ai=11007, appr=15006, icon="NewMonster_35", level=135, scale=0.3, exp=5737, angelExp=1, attackSound=40070, dieSound=40072, sword=243, mgroup={901}, mDecayGroup={901}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11008, name="幽灵石巨人", ai=11008, appr=15007, icon="NewMonster_36", level=140, scale=0.4, exp=6168, angelExp=1, attackSound=40070, dieSound=40072, sword=260, mgroup={901}, mDecayGroup={901}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=11009, name="血色女巫师", appr=11009, icon="NewMonster_7", level=120, scale=0.3, angelExp=1, attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=11010, name="丛林召唤者", ai=11010, type=3, appr=11010, icon="Monster165", level=150, scale=0.7, exp=2252548, angelExp=20, guaranteedDamage="9", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1081}, mDecayGroup={1081}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=11011, name="愤怒丛林召唤者", ai=11011, type=3, appr=11011, icon="Monster165", level=170, scale=0.7, exp=2369498, angelExp=20, guaranteedDamage="9", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1081}, mDecayGroup={1081}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=11012, name="深渊丛林召唤者", ai=11012, type=3, appr=11011, icon="Monster165", level=190, scale=0.7, exp=2553192, angelExp=20, guaranteedDamage="10", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1081}, mDecayGroup={1081}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=12001, name="疯魔", ai=12001, type=3, appr=12001, icon="Monster166", level=200, scale=0.65, shapeshiftScale=1, exp=3839053, angelExp=50, guaranteedDamage="11", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1281}, mDecayGroup={1281}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310731},{2,20120731},{3,20130731},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2002},
- {id=12002, name="裂角狼", ai=12002, appr=12002, icon="NewMonster_8", level=200, exp=11497, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=414, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12003, name="金甲兽", ai=12003, appr=12003, icon="NewMonster_9", level=200, scale=0.55, exp=11497, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=414, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12004, name="半兽人", ai=12004, appr=12004, icon="NewMonster_10", level=220, scale=0.5, shapeshiftScale=1, exp=12178, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=427, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12005, name="刀刃猎手", appr=12005, icon="NewMonster_11", level=220, scale=0.5, exp=12178, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=427, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12006, name="寒冰刺客", ai=12006, appr=12006, icon="NewMonster_12", level=240, scale=0.4, exp=12858, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=479, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12007, name="狂巨人", ai=12007, appr=12007, icon="NewMonster_13", level=240, scale=0.5, exp=12858, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=479, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12008, name="屠杀者", ai=12008, type=3, appr=12008, icon="Monster167", level=220, scale=0.5, exp=4206441, angelExp=50, guaranteedDamage="12", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1281}, mDecayGroup={1281}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310731},{2,20120731},{3,20130731},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2002},
- {id=12009, name="黑暗疯魔", appr=12009, icon="NewMonster_14", level=240, scale=0.5, exp=12858, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=479, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12010, name="黑暗寒冰刺客", appr=12010, icon="NewMonster_15", level=240, scale=0.5, exp=12858, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=479, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12011, name="黑暗刀刃猎手", appr=12011, icon="NewMonster_16", level=240, scale=0.5, exp=12858, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=479, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12012, name="黑暗屠夫", appr=12012, icon="NewMonster_17", level=240, exp=12858, angelExp=5, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=479, mgroup={1201}, mDecayGroup={1201}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=12013, name="黄金火龙王", type=3, appr=10008, icon="Monster32", level=110, headoffset=1, np=1, angelExp=5, decaySign=0, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=12014, name="傲慢疯魔", ai=12014, type=3, appr=13004, icon="Monster166", level=240, scale=0.65, exp=5468374, angelExp=50, guaranteedDamage="13", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1281}, mDecayGroup={1281}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310731},{2,20120731},{3,20130731},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2002},
- {id=12015, name="贪婪屠杀者", type=3, appr=12013, icon="Monster167", level=240, scale=0.5, exp=5468374, angelExp=50, guaranteedDamage="16", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={1281}, mDecayGroup={1281}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310731},{2,20120731},{3,20130731},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2002},
- {id=13001, name="假面巫", ai=13001, appr=13001, icon="NewMonster_18", level=200, scale=0.5, exp=17137, angelExp=11, guaranteedDamage="2", sword=731, mgroup={1301}, mDecayGroup={1301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=13002, name="毒步妖", ai=13002, appr=13002, icon="NewMonster_19", level=220, scale=0.5, exp=20253, angelExp=11, guaranteedDamage="2", sword=774, mgroup={1301}, mDecayGroup={1301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=13003, name="恐惧天使", ai=13003, appr=13003, icon="NewMonster_20", level=240, scale=0.65, exp=23369, angelExp=11, guaranteedDamage="3", sword=826, mgroup={1301}, mDecayGroup={1301}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=13004, name="玛雅之手", ai=13004, type=3, appr=19002, icon="NewMonster_75", level=250, scale=0.65, exp=6730306, angelExp=110, guaranteedDamage="18", mgroup={1381}, mDecayGroup={1381}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2502},
- {id=13005, name="堕落玛雅之手", ai=13005, type=3, appr=19004, icon="NewMonster_76", level=270, scale=0.65, exp=8412882, angelExp=110, guaranteedDamage="22", mgroup={1381}, mDecayGroup={1381}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2502},
- {id=13006, name="咒怨魔王", ai=13006, type=3, appr=25020, icon="NewMonster_74", level=290, scale=0.65, exp=10819386, angelExp=110, guaranteedDamage="22", mgroup={1381}, mDecayGroup={1381}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2502},
- {id=13007, name="贪婪咒怨", type=3, appr=19005, level=290, scale=0.65, exp=10819386, angelExp=110, guaranteedDamage="27", mgroup={1381}, mDecayGroup={1381}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2502},
- {id=14001, name="冰之魔犬", ai=14001, appr=14001, icon="NewMonster_21", level=300, scale=0.45, exp=34130, angelExp=24, guaranteedDamage="4", sword=1267, mgroup={1401}, mDecayGroup={1401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=14002, name="冰之魔象", ai=14002, appr=14002, icon="NewMonster_22", level=320, scale=0.75, exp=40072, angelExp=24, guaranteedDamage="4", sword=1391, mgroup={1401}, mDecayGroup={1401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=14003, name="冰之巨魔", ai=14003, appr=14003, icon="NewMonster_23", level=320, scale=0.45, exp=40072, angelExp=24, guaranteedDamage="4", sword=1391, mgroup={1401}, mDecayGroup={1401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=14004, name="冰之魔蛛", ai=14004, appr=14004, icon="NewMonster_24", level=340, exp=46014, angelExp=24, guaranteedDamage="5", sword=1447, mgroup={1401}, mDecayGroup={1401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=14005, name="冰铁剑魂", ai=14005, appr=14005, icon="NewMonster_25", level=340, scale=0.65, exp=46014, angelExp=24, guaranteedDamage="5", sword=1447, mgroup={1401}, mDecayGroup={1401}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=14006, name="黑暗冰之魔象", appr=14006, icon="NewMonster_26", level=140, scale=0.3, exp=19784411, monsterShowIcon=0},
- {id=14007, name="黑暗冰之巨魔", appr=14007, icon="NewMonster_27", level=143, scale=0.3, exp=19784411, monsterShowIcon=0},
- {id=14008, name="黑暗冰之魔蛛", appr=14008, icon="NewMonster_28", level=145, scale=0.3, exp=19784411, monsterShowIcon=0},
- {id=14009, name="黑暗冰铁剑魂", appr=14009, icon="NewMonster_29", level=148, scale=0.3, exp=19784411, monsterShowIcon=0},
- {id=14010, name="幽灵巨蛛", ai=14010, type=3, appr=21003, icon="Monster174", level=300, scale=0.7, exp=14028058, angelExp=240, guaranteedDamage="33", deathmark="Model/Monster/Monster177.prefab", mgroup={1481}, mDecayGroup={1481}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3002},
- {id=14011, name="剧毒巨蛛", ai=14011, type=3, appr=21003, icon="Monster174", level=320, scale=0.7, exp=16434561, angelExp=240, guaranteedDamage="41", deathmark="Model/Monster/Monster177.prefab", mgroup={1481}, mDecayGroup={1481}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3002},
- {id=14012, name="冰霜巨蛛", ai=14012, type=3, appr=21001, icon="Monster174", level=340, scale=0.7, exp=19784411, angelExp=240, guaranteedDamage="41", deathmark="Model/Monster/Monster177.prefab", mgroup={1481}, mDecayGroup={1481}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3002},
- {id=15001, name="毒液勾尾蝎", ai=15001, appr=15001, icon="NewMonster_30", level=400, scale=0.6, exp=107465, angelExp=48, guaranteedDamage="11", sword=2957, mgroup={1601}, mDecayGroup={1601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=15002, name="骷髅勾尾蝎", ai=15002, appr=15002, icon="NewMonster_31", level=420, scale=0.3, exp=117946, angelExp=48, guaranteedDamage="13", sword=3141, mgroup={1601}, mDecayGroup={1601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=15003, name="黑暗独角猿", ai=15003, appr=15003, icon="NewMonster_32", level=440, scale=0.3, exp=128427, angelExp=48, guaranteedDamage="14", sword=3266, mgroup={1601}, mDecayGroup={1601}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=15004, name="黑暗四臂猿", ai=15004, appr=15004, icon="NewMonster_33", level=450, scale=0.6, exp=170481, angelExp=56, guaranteedDamage="18", sword=4271, mgroup={1701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=15005, name="金甲勇士", ai=15005, appr=15005, icon="NewMonster_34", level=470, scale=0.6, exp=186335, angelExp=56, guaranteedDamage="21", sword=4407, mgroup={1701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=15006, name="黄蜂女皇", ai=15006, appr=15006, icon="NewMonster_35", level=490, scale=0.3, exp=202188, angelExp=56, guaranteedDamage="24", sword=4794, mgroup={1701}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=15007, name="天灵石巨人", ai=15007, appr=15007, icon="NewMonster_36", level=500, scale=0.6, exp=170481, guaranteedDamage="18", mgroup={1801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=15008, name="邪灵石巨人", ai=15008, appr=15008, icon="NewMonster_37", level=520, scale=0.6, exp=186335, guaranteedDamage="21", mgroup={1801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16001, name="树妖", ai=16001, appr=16001, icon="NewMonster_38", level=350, scale=0.6, exp=65004, angelExp=36, guaranteedDamage="6", sword=2038, mgroup={1501}, mDecayGroup={1501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16002, name="毒树妖", ai=16002, appr=16002, icon="NewMonster_39", level=350, scale=0.6, exp=65004, angelExp=36, guaranteedDamage="6", sword=2038, mgroup={1501}, mDecayGroup={1501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16003, name="残忍的树妖", ai=16003, appr=16003, icon="NewMonster_40", level=370, scale=0.6, exp=73276, angelExp=36, guaranteedDamage="7", sword=2129, mgroup={1501}, mDecayGroup={1501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16004, name="暗影爪牙", ai=16004, appr=16004, icon="NewMonster_41", level=370, scale=0.6, exp=73276, angelExp=36, guaranteedDamage="7", sword=2129, mgroup={1501}, mDecayGroup={1501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16005, name="暗影骑士", ai=16005, appr=16005, icon="NewMonster_42", level=390, scale=0.6, exp=81547, angelExp=36, guaranteedDamage="8", sword=2216, mgroup={1501}, mDecayGroup={1501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16006, name="暗影武士", ai=16006, appr=16006, icon="NewMonster_43", level=390, scale=0.6, shapeshiftScale=1.2, exp=81547, angelExp=36, guaranteedDamage="8", sword=2216, mgroup={1501}, mDecayGroup={1501}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16007, name="闪电巨人", ai=16007, type=3, appr=16007, icon="Monster168", level=350, scale=0.6, exp=24250876, angelExp=360, guaranteedDamage="52", deathmark="Model/Monster/Monster177.prefab", mgroup={1581}, mDecayGroup={1581}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3502},
- {id=16008, name="幽灵巨人", type=3, appr=16008, icon="Monster169", level=370, scale=0.6, exp=27600725, angelExp=360, guaranteedDamage="60", deathmark="Model/Monster/Monster177.prefab", mgroup={1581}, mDecayGroup={1581}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3502},
- {id=16009, name="火焰巨人", ai=16009, type=3, appr=16009, icon="Monster186", level=370, scale=0.6, exp=27600725, angelExp=360, guaranteedDamage="74", deathmark="Model/Monster/Monster177.prefab", mgroup={1581}, mDecayGroup={1581}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3502},
- {id=16010, name="邪恶女王", ai=16010, appr=16010, icon="NewMonster_44", level=540, scale=0.6, exp=202188, guaranteedDamage="24", mgroup={1801}, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=16011, name="寒冰巨人", appr=16011, icon="NewMonster_45", level=135, scale=0.3, monsterShowIcon=0},
- {id=16012, name="黑暗武士", appr=16012, icon="NewMonster_46", level=137, scale=0.3, monsterShowIcon=0},
- {id=16013, name="邪恶树妖", appr=16013, icon="NewMonster_47", level=131, scale=0.3, monsterShowIcon=0},
- {id=16014, name="美杜莎", ai=16014, type=3, appr=11009, level=130, scale=0.65, exp=1781627, angelExp=10, guaranteedDamage="96", deathmark="Model/Monster/Monster177.prefab", mgroup={981}, mDecayGroup={981}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=16016, name="愤怒美杜莎", ai=16016, type=3, appr=11009, level=135, scale=0.65, exp=1897952, angelExp=10, guaranteedDamage="112", deathmark="Model/Monster/Monster177.prefab", mgroup={981}, mDecayGroup={981}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=16017, name="深渊美杜莎", ai=16017, type=3, appr=11009, level=140, scale=0.65, exp=2014278, angelExp=10, guaranteedDamage="112", deathmark="Model/Monster/Monster177.prefab", mgroup={981}, mDecayGroup={981}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=16015, name="火焰巨人之魂", ai=16015, type=3, appr=16009, icon="Monster186", level=390, scale=0.3, exp=31845385, angelExp=360, guaranteedDamage="135", deathmark="Model/Monster/Monster177.prefab", mgroup={1581}, mDecayGroup={1581}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3502},
- {id=16018, name="巨斧战士", ai=16018, type=3, appr=24001, icon="NewMonster_57", level=400, scale=0.45, exp=37504933, angelExp=480, guaranteedDamage="170", deathmark="Model/Monster/Monster177.prefab", mgroup={1681}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4002},
- {id=16019, name="愤怒的巨斧战士", ai=16019, type=3, appr=24001, icon="NewMonster_57", level=420, scale=0.45, exp=41749593, angelExp=480, guaranteedDamage="193", deathmark="Model/Monster/Monster177.prefab", mgroup={1681}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4002},
- {id=16020, name="炼狱魔王", ai=16020, type=3, appr=24006, icon="NewMonster_100", level=440, scale=0.8, exp=48170180, angelExp=480, guaranteedDamage="212", deathmark="Model/Monster/Monster177.prefab", mgroup={1681}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4002},
- {id=17001, name="刺锤侦察兵", ai=131, appr=17001, icon="NewMonster_49", level=97, scale=0.3, monsterShowIcon=0},
- {id=17002, name="长矛侦察兵", ai=132, appr=17002, icon="NewMonster_50", level=97, scale=0.3, monsterShowIcon=0},
- {id=17003, name="魔弓侦察兵", ai=133, appr=17003, icon="NewMonster_51", level=97, scale=0.3, monsterShowIcon=0},
- {id=17004, name="暗黑血狼人", ai=134, appr=17004, icon="NewMonster_52", level=118, scale=0.3, monsterShowIcon=0},
- {id=17005, name="英雄侦察兵", ai=135, appr=17005, level=123, scale=0.3, monsterShowIcon=0},
- {id=17006, name="英雄血狼人", appr=17006, icon="NewMonster_52", level=127, scale=0.3, monsterShowIcon=0},
- {id=17007, name="暗黑防御者", ai=102, appr=17007, icon="NewMonster_54", level=132, scale=0.3, monsterShowIcon=0},
- {id=17008, name="暗黑扫荡者", ai=103, appr=17008, icon="NewMonster_55", level=134, scale=0.3, monsterShowIcon=0},
- {id=17009, name="英雄铁脊怪", ai=104, appr=17009, icon="NewMonster_56", level=82, scale=0.3, monsterShowIcon=0},
- {id=17010, name="英雄巨斧战士", ai=105, appr=17010, icon="NewMonster_57", level=85, scale=0.3, monsterShowIcon=0},
- {id=17011, name="英雄毒巨魔", ai=106, appr=17011, icon="NewMonster_58", level=94, scale=0.3, monsterShowIcon=0},
- {id=17012, name="英雄恶灵王", ai=107, appr=17012, icon="NewMonster_59", level=102, scale=0.3, monsterShowIcon=0},
- {id=17013, name="暗黑指挥官", ai=108, appr=17013, icon="NewMonster_60", level=135, scale=0.3, monsterShowIcon=0},
- {id=17014, name="暗黑咒术师", ai=109, appr=17014, icon="NewMonster_61", level=134, scale=0.3, monsterShowIcon=0},
- {id=17015, name="巴卡斯司令官", ai=110, type=3, appr=17015, icon="NewMonster_62", level=135, scale=0.3, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=17016, name="狼神护台", ai=100, type=3, beSelect=1, form=1, appr=17016, icon="NewMonster_63", scale=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=17017, name="【普通】弓箭手", ai=141, beSelect=1, beMonsterSelect=1, appr=17017, icon="NewMonster_64", scale=0.3, monsterShowIcon=0},
- {id=17018, name="【精英】弓箭手", ai=141, beSelect=1, beMonsterSelect=1, appr=17018, icon="NewMonster_65", level=200, scale=0.3, monsterShowIcon=0},
- {id=17019, name="【传奇】弓箭手", ai=141, beSelect=1, beMonsterSelect=1, appr=17019, icon="NewMonster_66", level=300, scale=0.3, monsterShowIcon=0},
- {id=18001, name="幽灵斗士", ai=111, appr=18001, icon="NewMonster_67", level=90, scale=0.3, monsterShowIcon=0},
- {id=18002, name="幽灵角斗士", ai=112, appr=18002, icon="NewMonster_68", level=93, scale=0.3, monsterShowIcon=0},
- {id=18003, name="幽灵屠杀者", ai=113, appr=18003, icon="NewMonster_69", scale=0.3, monsterShowIcon=0},
- {id=18004, name="幽灵暗杀者", ai=114, appr=18004, icon="NewMonster_70", level=107, scale=0.3, monsterShowIcon=0},
- {id=18005, name="幽灵残酷暗杀者", ai=115, appr=18005, icon="NewMonster_71", level=109, scale=0.3, monsterShowIcon=0},
- {id=18006, name="幽灵火焰巨人", ai=18006, type=3, appr=18006, icon="NewMonster_72", level=450, scale=0.7, exp=58871157, angelExp=480, guaranteedDamage="295", deathmark="Model/Monster/Monster177.prefab", mgroup={1781}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4502},
- {id=18007, name="幽灵残酷巨人", ai=18007, type=3, appr=18007, icon="NewMonster_73", level=470, scale=0.7, exp=63151548, angelExp=480, guaranteedDamage="329", deathmark="Model/Monster/Monster177.prefab", mgroup={1781}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4502},
- {id=19001, name="帝国骑士团长", ai=19001, type=3, appr=25003, icon="NewMonster_103", level=490, scale=0.7, exp=63151548, angelExp=480, guaranteedDamage="345", deathmark="Model/Monster/Monster177.prefab", mgroup={1781}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4502},
- {id=19002, name="玛雅左手", ai=119, type=3, appr=19002, icon="Monster171", level=135, scale=0.3, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=19003, name="玛雅右手", ai=120, type=3, appr=19003, icon="Monster172", level=135, scale=0.3, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=19004, name="玛雅生命体", ai=121, type=3, appr=19004, icon="Monster173", level=111, scale=0.3, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=21001, name="冰霜巨蛛", ai=122, type=3, appr=21001, icon="Monster174", level=145, scale=0.3, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=21002, name="巨蛛蛋", ai=123, appr=21002, icon="NewMonster_78", level=10, scale=0.3, monsterShowIcon=0},
- {id=22001, name="骷灵兽", ai=124, appr=22001, icon="NewMonster_79", level=44, scale=0.3, monsterShowIcon=0},
- {id=22002, name="骷灵骑士", ai=125, appr=22002, icon="NewMonster_80", level=47, monsterShowIcon=0},
- {id=22003, name="骷灵巫师", ai=126, appr=22003, icon="NewMonster_81", level=51, monsterShowIcon=0},
- {id=22004, ai=127, appr=22004, icon="NewMonster_82", level=74, monsterShowIcon=0},
- {id=22005, name="假面弓手", ai=128, appr=22005, icon="NewMonster_83", level=70, monsterShowIcon=0},
- {id=22006, name="骷灵战士", ai=129, appr=22006, icon="NewMonster_84", level=41, monsterShowIcon=0},
- {id=22007, name="血色城门", ai=100, form=1, icon="Monster_cm", level=2, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=22008, name="水晶灵柩", ai=131, form=1, appr=22008, icon="Monster_sjlj", level=2, scale=0.5, exp=0, monsterShowIcon=0},
- {id=23001, name="阿卡斯", ai=132, appr=23001, icon="NewMonster_86", level=17, monsterShowIcon=0},
- {id=23002, name="武士", ai=133, appr=23002, icon="NewMonster_87", level=19, monsterShowIcon=0},
- {id=23003, name="龙虾守卫", ai=134, appr=23003, icon="NewMonster_88", level=21, monsterShowIcon=0},
- {id=23004, name="死亡天使", ai=135, appr=23004, icon="NewMonster_89", level=24, scale=0.5, monsterShowIcon=0},
- {id=23005, name="暗黑巫师", appr=23005, icon="NewMonster_90", level=28, monsterShowIcon=0},
- {id=23006, name="狂武士", ai=102, appr=23006, icon="NewMonster_91", level=33, monsterShowIcon=0},
- {id=23007, name="暗黑傀儡", ai=103, appr=23007, icon="NewMonster_92", level=40, monsterShowIcon=0},
- {id=23008, name="昆顿", ai=104, type=3, appr=23008, icon="NewMonster_93", level=52, shapeshiftScale=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=23009, name="魔王昆顿", ai=105, type=3, appr=23009, icon="NewMonster_94", level=147, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=24001, name="巨斧战士", ai=106, appr=24001, icon="NewMonster_95", level=75, monsterShowIcon=0},
- {id=24002, name="冷血变异者", ai=107, appr=24002, icon="NewMonster_96", level=78, scale=0.5, monsterShowIcon=0},
- {id=24003, name="毒巨魔", ai=24003, type=3, appr=24003, icon="NewMonster_97", level=500, scale=0.8, exp=58871157, angelExp=480, guaranteedDamage="295", deathmark="Model/Monster/Monster177.prefab", mgroup={1881}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=5002},
- {id=24004, name="嗜血蜂后", ai=24004, type=3, appr=24004, icon="NewMonster_98", level=540, scale=0.9, exp=63151548, angelExp=480, guaranteedDamage="329", deathmark="Model/Monster/Monster177.prefab", mgroup={1881}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=5002},
- {id=24005, name="熔岩巨魔", ai=24005, type=3, appr=24005, icon="NewMonster_99", level=520, scale=0.8, shapeshiftScale=1, exp=63151548, angelExp=480, guaranteedDamage="345", deathmark="Model/Monster/Monster177.prefab", mgroup={1881}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=5002},
- {id=24006, name="炼狱魔王", ai=111, type=3, appr=24006, icon="NewMonster_100", level=128, shapeshiftScale=1.2, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25001, name="帝国校尉", ai=112, appr=25001, icon="NewMonster_101", level=1, monsterShowIcon=0},
- {id=25002, name="帝国教官", ai=113, appr=25002, icon="NewMonster_102", level=1, shapeshiftScale=1.2, monsterShowIcon=0},
- {id=25003, name="帝国骑士团长", ai=114, appr=25003, icon="NewMonster_103", level=1, monsterShowIcon=0},
- {id=25004, name="帝国大魔法师", ai=115, appr=25004, icon="NewMonster_104", level=1, monsterShowIcon=0},
- {id=25005, name="帝国暗杀团长", ai=116, appr=25005, icon="NewMonster_105", level=1, monsterShowIcon=0},
- {id=25006, name="帝国骑兵团长", ai=117, appr=25006, icon="NewMonster_106", level=1, monsterShowIcon=0},
- {id=25007, name="帝国刀盾兵", ai=118, appr=25007, icon="NewMonster_107", level=1, monsterShowIcon=0},
- {id=25008, name="帝国祭司", ai=119, appr=25008, icon="NewMonster_108", level=1, monsterShowIcon=0},
- {id=25009, name="帝国骑士", ai=120, appr=25009, icon="NewMonster_109", level=1, monsterShowIcon=0},
- {id=25010, name="帝国护卫", ai=121, appr=25010, icon="NewMonster_110", level=1, monsterShowIcon=0},
- {id=25011, name="愤怒的屠夫", ai=122, appr=25011, icon="NewMonster_111", level=140, monsterShowIcon=0},
- {id=25012, name="屠夫", ai=123, appr=25012, icon="NewMonster_112", level=0, shapeshiftScale=1, monsterShowIcon=0},
- {id=25013, name="帝国司令凯文", ai=124, type=3, appr=25013, icon="NewMonster_113", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25014, name="凯文的辅佐官", ai=125, type=3, appr=25014, icon="NewMonster_114", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25015, name="帝国副司令", ai=126, type=3, appr=25015, icon="NewMonster_115", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25016, name="帝国指挥官", ai=127, type=3, appr=25016, icon="NewMonster_116", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25017, name="帝国第一军团长", ai=128, type=3, appr=25017, icon="NewMonster_117", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25018, name="帝国第二军团长", ai=129, type=3, appr=25018, icon="NewMonster_118", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25019, name="帝国第三军团长", ai=130, type=3, appr=25019, icon="NewMonster_119", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=25020, name="帝国第四军团长", ai=131, type=3, appr=25020, icon="NewMonster_120", level=1, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26001, name="变异的雪虫", ai=103, type=3, appr=40001, icon="Monster18", level=20, headoffset=-0.5, np=-0.5, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26002, name="变异的寒冰魔", ai=111, type=3, appr=40002, icon="Monster16", level=22, headoffset=0, np=0, deathEffect={2027,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26003, name="变异的蓝魔怪", ai=103, type=3, appr=40003, icon="Monster17", level=24, scale=0.45, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26004, name="变异的雪人", ai=113, type=3, appr=40004, icon="Monster13", level=26, scale=0.45, headoffset=0.15, np=0.15, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26005, name="变异的雪人王", ai=103, type=3, appr=40005, icon="Monster14", level=28, scale=0.55, headoffset=0.5, np=0.5, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26006, name="变异的毒虫", ai=117, type=3, appr=50001, icon="Monster07", level=30, scale=0.3, headoffset=-0.45, np=-0.45, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26007, name="变异的暗杀者", ai=103, type=3, appr=50002, icon="Monster15", level=32, scale=0.4, headoffset=0.15, np=0.15, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26008, name="变异的独眼巨人", ai=103, type=3, appr=50003, icon="Monster11", level=34, scale=0.4, headoffset=0.5, np=0.5, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26009, name="变异的幽灵", ai=103, type=3, appr=50004, icon="Monster08", level=36, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26010, name="变异的骷髅弓箭手", ai=119, type=3, appr=50005, icon="Monster162", level=38, headoffset=0.35, np=0.35, deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26011, name="变异的地狱猎犬怪", ai=103, type=3, appr=50006, icon="Monster02_2", level=40, scale=0.4, headoffset=0.35, np=0.35, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26012, name="变异的地狱蜘蛛", ai=121, type=3, appr=50007, icon="Monster10", level=42, scale=0.45, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26013, name="变异的暗黑骑士", ai=103, type=3, appr=50008, icon="Monster04", level=44, headoffset=0.35, np=0.35, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26014, name="变异的骷髅战士", ai=103, type=3, appr=50009, icon="Monster163", level=46, scale=0.45, headoffset=0.45, np=0.45, deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26015, name="变异的死灵巫师", ai=125, type=3, appr=50010, icon="Monster05_2", level=48, scale=0.4, headoffset=0.35, np=0.35, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26016, name="变异的毒牛怪", ai=127, type=3, appr=50011, icon="Monster01_3", level=50, scale=0.4, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26017, name="变异的鬼魂", ai=123, type=3, appr=60001, icon="Monster29", level=52, scale=0.45, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26018, name="变异的剧毒鬼魂", ai=123, type=3, appr=60002, icon="Monster29_02", level=54, scale=0.45, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26019, name="变异的诅咒巫师", ai=125, type=3, appr=60003, icon="Monster164", level=56, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26020, name="变异的牛魔王", ai=103, type=3, appr=60004, icon="Monster31", level=58, scale=0.44, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26021, name="变异的恶魔", ai=131, type=3, appr=60005, icon="Monster27", level=60, scale=0.45, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26022, name="变异的死神骑士", ai=103, type=3, appr=60006, icon="Monster30", level=62, scale=0.55, headoffset=0.5, np=0.5, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26023, name="变异的死神戈登", ai=133, type=3, appr=60007, icon="Monster12_2", level=64, scale=0.55, headoffset=0.5, np=0.5, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26024, name="变异的小巴哈姆特", ai=103, type=3, appr=70001, icon="Monster34", level=66, scale=0.25, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26025, name="变异的死亡美人鱼", ai=137, type=3, appr=70002, icon="Monster35", level=68, scale=0.43, headoffset=0.85, np=0.85, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26026, name="变异的蓝翼海怪", ai=139, type=3, appr=70003, icon="Monster36_1", level=70, scale=0.43, headoffset=0.65, np=0.65, deathEffect={2029,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26027, name="变异的大巴哈姆特", ai=103, type=3, appr=70004, icon="Monster34_1", level=72, scale=0.4, headoffset=0.35, np=0.35, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26028, name="变异的银弓海怪", ai=141, type=3, appr=70005, icon="Monster36_2", level=74, scale=0.65, headoffset=1.25, np=1.25, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26029, name="变异的巫师王", ai=143, type=3, appr=70006, icon="Monster37", level=76, scale=0.65, headoffset=0.85, np=0.85, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26030, name="变异的独眼巨人", ai=103, type=3, appr=50003, icon="Monster11", level=78, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26031, name="变异的幽灵", ai=103, type=3, appr=50004, icon="Monster08", level=80, headoffset=0, np=0, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26032, name="变异的骷髅弓箭手", ai=119, type=3, appr=50005, icon="Monster162", level=82, headoffset=0.35, np=0.35, guaranteedDamage="2", deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26033, name="变异的地狱猎犬怪", ai=103, type=3, appr=50006, icon="Monster02_2", level=84, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26034, name="变异的地狱蜘蛛", ai=121, type=3, appr=50007, icon="Monster10", level=86, scale=0.45, headoffset=0, np=0, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26035, name="变异的暗黑骑士", ai=103, type=3, appr=50008, icon="Monster04", level=88, headoffset=0.35, np=0.35, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26036, name="变异的骷髅战士", ai=103, type=3, appr=50009, icon="Monster163", level=90, scale=0.45, headoffset=0.45, np=0.45, guaranteedDamage="2", deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26037, name="变异的死灵巫师", ai=125, type=3, appr=50010, icon="Monster05_2", level=92, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26038, name="变异的毒牛怪", ai=127, type=3, appr=50011, icon="Monster01_3", level=94, scale=0.4, headoffset=0.45, np=0.45, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26039, name="变异的鬼魂", ai=123, type=3, appr=60001, icon="Monster29", level=96, scale=0.45, headoffset=0, np=0, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26040, name="变异的剧毒鬼魂", ai=123, type=3, appr=60002, icon="Monster29_02", level=98, scale=0.45, headoffset=0, np=0, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26041, name="变异的诅咒巫师", ai=125, type=3, appr=60003, icon="Monster164", headoffset=0, np=0, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26042, name="变异的牛魔王", ai=103, type=3, appr=60004, icon="Monster31", level=102, scale=0.44, headoffset=0.45, np=0.45, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26043, name="变异的恶魔", ai=131, type=3, appr=60005, icon="Monster27", level=104, scale=0.45, headoffset=0.45, np=0.45, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26044, name="变异的死神骑士", ai=103, type=3, appr=60006, icon="Monster30", level=106, scale=0.55, headoffset=0.5, np=0.5, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26045, name="变异的死神戈登", ai=133, type=3, appr=60007, icon="Monster12_2", level=108, scale=0.55, headoffset=0.5, np=0.5, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26046, name="变异的小巴哈姆特", ai=103, type=3, appr=70001, icon="Monster34", level=110, scale=0.25, headoffset=0, np=0, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26047, name="变异的死亡美人鱼", ai=137, type=3, appr=70002, icon="Monster35", level=112, scale=0.43, headoffset=0.85, np=0.85, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26048, name="变异的蓝翼海怪", ai=139, type=3, appr=70003, icon="Monster36_1", level=114, scale=0.43, headoffset=0.65, np=0.65, guaranteedDamage="2", deathEffect={2029,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26049, name="变异的大巴哈姆特", ai=103, type=3, appr=70004, icon="Monster34_1", level=116, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26050, name="变异的银弓海怪", ai=141, type=3, appr=70005, icon="Monster36_2", level=118, scale=0.65, headoffset=1.25, np=1.25, guaranteedDamage="2", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26051, name="变异的巫师王", ai=143, type=3, appr=70006, icon="Monster37", level=120, scale=0.65, headoffset=0.85, np=0.85, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26052, name="变异的独眼巨人", ai=103, type=3, appr=50003, icon="Monster11", level=122, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26053, name="变异的幽灵", ai=103, type=3, appr=50004, icon="Monster08", level=124, headoffset=0, np=0, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26054, name="变异的骷髅弓箭手", ai=119, type=3, appr=50005, icon="Monster162", level=126, headoffset=0.35, np=0.35, guaranteedDamage="3", deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26055, name="变异的地狱猎犬怪", ai=103, type=3, appr=50006, icon="Monster02_2", level=128, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26056, name="变异的地狱蜘蛛", ai=121, type=3, appr=50007, icon="Monster10", level=130, scale=0.45, headoffset=0, np=0, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26057, name="变异的暗黑骑士", ai=103, type=3, appr=50008, icon="Monster04", level=132, headoffset=0.35, np=0.35, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26058, name="变异的骷髅战士", ai=103, type=3, appr=50009, icon="Monster163", level=134, scale=0.45, headoffset=0.45, np=0.45, guaranteedDamage="3", deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26059, name="变异的死灵巫师", ai=125, type=3, appr=50010, icon="Monster05_2", level=136, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26060, name="变异的毒牛怪", ai=127, type=3, appr=50011, icon="Monster01_3", level=138, scale=0.4, headoffset=0.45, np=0.45, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26061, name="变异的鬼魂", ai=123, type=3, appr=60001, icon="Monster29", level=140, scale=0.45, headoffset=0, np=0, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26062, name="变异的剧毒鬼魂", ai=123, type=3, appr=60002, icon="Monster29_02", level=142, scale=0.45, headoffset=0, np=0, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26063, name="变异的诅咒巫师", ai=125, type=3, appr=60003, icon="Monster164", level=144, headoffset=0, np=0, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26064, name="变异的牛魔王", ai=103, type=3, appr=60004, icon="Monster31", level=146, scale=0.44, headoffset=0.45, np=0.45, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26065, name="变异的恶魔", ai=131, type=3, appr=60005, icon="Monster27", level=148, scale=0.45, headoffset=0.45, np=0.45, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26066, name="变异的死神骑士", ai=103, type=3, appr=60006, icon="Monster30", level=150, scale=0.55, headoffset=0.5, np=0.5, guaranteedDamage="3", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26067, name="变异的死神戈登", ai=133, type=3, appr=60007, icon="Monster12_2", level=152, scale=0.55, headoffset=0.5, np=0.5, guaranteedDamage="4", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26068, name="变异的小巴哈姆特", ai=103, type=3, appr=70001, icon="Monster34", level=154, scale=0.25, headoffset=0, np=0, guaranteedDamage="4", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26069, name="变异的死亡美人鱼", ai=137, type=3, appr=70002, icon="Monster35", level=156, scale=0.43, headoffset=0.85, np=0.85, guaranteedDamage="4", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26070, name="变异的蓝翼海怪", ai=139, type=3, appr=70003, icon="Monster36_1", level=158, scale=0.43, headoffset=0.65, np=0.65, guaranteedDamage="4", deathEffect={2029,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26071, name="变异的大巴哈姆特", ai=103, type=3, appr=70004, icon="Monster34_1", level=160, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="4", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26072, name="变异的银弓海怪", ai=141, type=3, appr=70005, icon="Monster36_2", level=162, scale=0.65, headoffset=1.25, np=1.25, guaranteedDamage="4", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26073, name="变异的巫师王", ai=143, type=3, appr=70006, icon="Monster37", level=164, scale=0.65, headoffset=0.85, np=0.85, guaranteedDamage="5", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26074, name="变异的独眼巨人", ai=103, type=3, appr=50003, icon="Monster11", level=166, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="4", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26075, name="变异的幽灵", ai=103, type=3, appr=50004, icon="Monster08", level=168, headoffset=0, np=0, guaranteedDamage="4", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26076, name="变异的骷髅弓箭手", ai=119, type=3, appr=50005, icon="Monster162", level=170, headoffset=0.35, np=0.35, guaranteedDamage="5", deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26077, name="变异的地狱猎犬怪", ai=103, type=3, appr=50006, icon="Monster02_2", level=172, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="5", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26078, name="变异的地狱蜘蛛", ai=121, type=3, appr=50007, icon="Monster10", level=174, scale=0.45, headoffset=0, np=0, guaranteedDamage="5", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26079, name="变异的暗黑骑士", ai=103, type=3, appr=50008, icon="Monster04", level=176, headoffset=0.35, np=0.35, guaranteedDamage="5", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26080, name="变异的骷髅战士", ai=103, type=3, appr=50009, icon="Monster163", level=178, scale=0.45, headoffset=0.45, np=0.45, guaranteedDamage="5", deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26081, name="变异的死灵巫师", ai=125, type=3, appr=50010, icon="Monster05_2", level=180, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="5", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26082, name="变异的毒牛怪", ai=127, type=3, appr=50011, icon="Monster01_3", level=182, scale=0.4, headoffset=0.45, np=0.45, guaranteedDamage="5", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26083, name="变异的鬼魂", ai=123, type=3, appr=60001, icon="Monster29", level=184, scale=0.45, headoffset=0, np=0, guaranteedDamage="5", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26084, name="变异的剧毒鬼魂", ai=123, type=3, appr=60002, icon="Monster29_02", level=186, scale=0.45, headoffset=0, np=0, guaranteedDamage="6", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26085, name="变异的诅咒巫师", ai=125, type=3, appr=60003, icon="Monster164", level=188, headoffset=0, np=0, guaranteedDamage="6", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26086, name="变异的牛魔王", ai=103, type=3, appr=60004, icon="Monster31", level=190, scale=0.44, headoffset=0.45, np=0.45, guaranteedDamage="6", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26087, name="变异的恶魔", ai=131, type=3, appr=60005, icon="Monster27", level=192, scale=0.45, headoffset=0.45, np=0.45, guaranteedDamage="6", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26088, name="变异的死神骑士", ai=103, type=3, appr=60006, icon="Monster30", level=194, scale=0.55, headoffset=0.5, np=0.5, guaranteedDamage="6", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26089, name="变异的死神戈登", ai=133, type=3, appr=60007, icon="Monster12_2", level=196, scale=0.55, headoffset=0.5, np=0.5, guaranteedDamage="6", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26090, name="变异的小巴哈姆特", ai=103, type=3, appr=70001, icon="Monster34", level=198, scale=0.25, headoffset=0, np=0, guaranteedDamage="6", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26091, name="变异的死亡美人鱼", ai=137, type=3, appr=70002, icon="Monster35", level=200, scale=0.43, headoffset=0.85, np=0.85, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26092, name="变异的蓝翼海怪", ai=139, type=3, appr=70003, icon="Monster36_1", level=202, scale=0.43, headoffset=0.65, np=0.65, guaranteedDamage="7", deathEffect={2029,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26093, name="变异的大巴哈姆特", ai=103, type=3, appr=70004, icon="Monster34_1", level=204, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26094, name="变异的银弓海怪", ai=141, type=3, appr=70005, icon="Monster36_2", level=206, scale=0.65, headoffset=1.25, np=1.25, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26095, name="变异的巫师王", ai=143, type=3, appr=70006, icon="Monster37", level=208, scale=0.65, headoffset=0.85, np=0.85, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26096, name="变异的独眼巨人", ai=103, type=3, appr=50003, icon="Monster11", level=210, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26097, name="变异的幽灵", ai=103, type=3, appr=50004, icon="Monster08", level=212, headoffset=0, np=0, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26098, name="变异的骷髅弓箭手", ai=119, type=3, appr=50005, icon="Monster162", level=214, headoffset=0.35, np=0.35, guaranteedDamage="7", deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26099, name="变异的地狱猎犬怪", ai=103, type=3, appr=50006, icon="Monster02_2", level=216, scale=0.4, headoffset=0.35, np=0.35, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=26100, name="变异的地狱蜘蛛", ai=121, type=3, appr=50007, icon="Monster10", level=218, scale=0.45, headoffset=0, np=0, guaranteedDamage="7", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=27001, name="召唤哥布林", ai=148, appr=20001, icon="Monster20_1", level=3, headoffset=-0.35, np=-0.35, monsterShowIcon=0},
- {id=27002, name="召唤哥布林", ai=149, appr=20001, icon="Monster20_1", level=3, headoffset=-0.35, np=-0.35, monsterShowIcon=0},
- {id=27003, name="召唤哥布林", ai=150, appr=20001, icon="Monster20_1", level=3, headoffset=-0.35, np=-0.35, monsterShowIcon=0},
- {id=27004, name="召唤石巨人", ai=153, appr=20009, icon="Monster26", level=18, scale=0.3, headoffset=1.5, np=1.5, deathEffect={2050,1}, monsterShowIcon=0},
- {id=27005, name="召唤石巨人", ai=154, appr=20009, icon="Monster26", level=18, scale=0.3, headoffset=1.5, np=1.5, deathEffect={2050,1}, monsterShowIcon=0},
- {id=27006, name="召唤石巨人", ai=155, appr=20009, icon="Monster26", level=18, scale=0.3, headoffset=1.5, np=1.5, deathEffect={2050,1}, monsterShowIcon=0},
- {id=27007, name="召唤暗杀者", ai=148, appr=50002, icon="Monster15", level=26, scale=0.4, headoffset=0.15, np=0.15, monsterShowIcon=0},
- {id=27008, name="召唤暗杀者", ai=149, appr=50002, icon="Monster15", level=26, scale=0.4, headoffset=0.15, np=0.15, monsterShowIcon=0},
- {id=27009, name="召唤暗杀者", ai=150, appr=50002, icon="Monster15", level=26, scale=0.4, headoffset=0.15, np=0.15, monsterShowIcon=0},
- {id=27010, name="召唤雪人王", ai=148, appr=40005, icon="Monster14", level=36, scale=0.55, headoffset=0.5, np=0.5, monsterShowIcon=0},
- {id=27011, name="召唤雪人王", ai=149, appr=40005, icon="Monster14", level=36, scale=0.55, headoffset=0.5, np=0.5, monsterShowIcon=0},
- {id=27012, name="召唤雪人王", ai=150, appr=40005, icon="Monster14", level=36, scale=0.55, headoffset=0.5, np=0.5, monsterShowIcon=0},
- {id=27013, name="召唤暗黑骑士", ai=148, appr=50008, icon="Monster04", level=48, headoffset=0.35, np=0.35, monsterShowIcon=0},
- {id=27014, name="召唤暗黑骑士", ai=149, appr=50008, icon="Monster04", level=48, headoffset=0.35, np=0.35, monsterShowIcon=0},
- {id=27015, name="召唤暗黑骑士", ai=150, appr=50008, icon="Monster04", level=48, headoffset=0.35, np=0.35, monsterShowIcon=0},
- {id=27016, name="召唤黄金斗士", ai=148, appr=26001, icon="Monster04", headoffset=0.35, np=0.35, exp=0, monsterShowIcon=0},
- {id=27017, name="召唤黄金斗士", ai=149, appr=26001, icon="Monster04", headoffset=0.35, np=0.35, exp=0, monsterShowIcon=0},
- {id=27018, name="召唤黄金斗士", ai=150, appr=26001, icon="Monster04", headoffset=0.35, np=0.35, exp=0, monsterShowIcon=0},
- {id=27019, name="召唤守护兽巴里", ai=148, appr=26982, icon="Monster04", level=150, headoffset=0.35, np=0.35, exp=0, monsterShowIcon=0},
- {id=27020, name="召唤守护兽巴里", ai=149, appr=26982, icon="Monster04", level=150, headoffset=0.35, np=0.35, exp=0, monsterShowIcon=0},
- {id=27021, name="召唤守护兽巴里", ai=150, appr=26982, icon="Monster04", level=150, headoffset=0.35, np=0.35, exp=0, monsterShowIcon=0},
- {id=28001, appr=22004, icon="NewMonster_82", level=33, monsterShowIcon=0},
- {id=28002, name="假面弓手", appr=22005, icon="NewMonster_83", level=37, monsterShowIcon=0},
- {id=28003, name="骷灵战士", appr=22006, icon="NewMonster_84", level=41, monsterShowIcon=0},
- {id=28004, name="骷灵兽", appr=22001, icon="NewMonster_79", level=44, monsterShowIcon=0},
- {id=28005, name="骷灵骑士", appr=22002, icon="NewMonster_80", level=47, monsterShowIcon=0},
- {id=28006, name="骷灵巫师", appr=22003, icon="NewMonster_81", level=51, monsterShowIcon=0},
- {id=28007, name="血色城门", ai=100, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, monsterShowIcon=0},
- {id=28008, name="水晶灵柩", ai=100, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, monsterShowIcon=0},
- {id=29001, appr=22004, icon="NewMonster_82", level=49, exp=2000, monsterShowIcon=0},
- {id=29002, name="假面弓手", appr=22005, icon="NewMonster_83", level=53, exp=2000, monsterShowIcon=0},
- {id=29003, name="骷灵战士", appr=22006, icon="NewMonster_84", level=56, exp=2000, monsterShowIcon=0},
- {id=29004, name="骷灵兽", appr=22001, icon="NewMonster_79", level=60, exp=2000, monsterShowIcon=0},
- {id=29005, name="骷灵骑士", appr=22002, icon="NewMonster_80", level=64, exp=2000, monsterShowIcon=0},
- {id=29006, name="骷灵巫师", appr=22003, icon="NewMonster_81", level=69, exp=2000, monsterShowIcon=0},
- {id=29007, name="血色城门", ai=100, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, exp=2000, monsterShowIcon=0},
- {id=29008, name="水晶灵柩", ai=100, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, exp=2000, monsterShowIcon=0},
- {id=31001, appr=22004, icon="NewMonster_82", level=56, monsterShowIcon=0},
- {id=31002, name="假面弓手", appr=22005, icon="NewMonster_83", level=61, monsterShowIcon=0},
- {id=31003, name="骷灵战士", appr=22006, icon="NewMonster_84", level=66, monsterShowIcon=0},
- {id=31004, name="骷灵兽", appr=22001, icon="NewMonster_79", level=70, monsterShowIcon=0},
- {id=31005, name="骷灵骑士", appr=22002, icon="NewMonster_80", level=74, monsterShowIcon=0},
- {id=31006, name="骷灵巫师", appr=22003, icon="NewMonster_81", level=79, monsterShowIcon=0},
- {id=31007, name="血色城门", ai=100, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, monsterShowIcon=0},
- {id=31008, name="水晶灵柩", ai=100, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, monsterShowIcon=0},
- {id=32001, appr=22004, icon="NewMonster_82", level=64, exp=4000, monsterShowIcon=0},
- {id=32002, name="假面弓手", appr=22005, icon="NewMonster_83", level=69, exp=4000, monsterShowIcon=0},
- {id=32003, name="骷灵战士", appr=22006, icon="NewMonster_84", level=75, exp=4000, monsterShowIcon=0},
- {id=32004, name="骷灵兽", appr=22001, icon="NewMonster_79", level=79, exp=4000, monsterShowIcon=0},
- {id=32005, name="骷灵骑士", appr=22002, icon="NewMonster_80", level=82, exp=4000, monsterShowIcon=0},
- {id=32006, name="骷灵巫师", appr=22003, icon="NewMonster_81", level=84, exp=4000, monsterShowIcon=0},
- {id=32007, name="血色城门", ai=100, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, exp=4000, monsterShowIcon=0},
- {id=32008, name="水晶灵柩", ai=100, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, exp=4000, monsterShowIcon=0},
- {id=33001, appr=22004, icon="NewMonster_82", level=70, exp=5000, monsterShowIcon=0},
- {id=33002, name="假面弓手", appr=22005, icon="NewMonster_83", level=75, exp=5000, monsterShowIcon=0},
- {id=33003, name="骷灵战士", appr=22006, icon="NewMonster_84", level=80, exp=5000, monsterShowIcon=0},
- {id=33004, name="骷灵兽", appr=22001, icon="NewMonster_79", level=85, exp=5000, monsterShowIcon=0},
- {id=33005, name="骷灵骑士", appr=22002, icon="NewMonster_80", level=87, exp=5000, monsterShowIcon=0},
- {id=33006, name="骷灵巫师", appr=22003, icon="NewMonster_81", level=90, exp=5000, monsterShowIcon=0},
- {id=33007, name="血色城门", ai=100, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, exp=5000, monsterShowIcon=0},
- {id=33008, name="水晶灵柩", ai=100, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, exp=5000, monsterShowIcon=0},
- {id=34001, appr=22004, icon="NewMonster_82", level=76, exp=6000, monsterShowIcon=0},
- {id=34002, name="假面弓手", appr=22005, icon="NewMonster_83", level=81, exp=6000, monsterShowIcon=0},
- {id=34003, name="骷灵战士", appr=22006, icon="NewMonster_84", level=86, exp=6000, monsterShowIcon=0},
- {id=34004, name="骷灵兽", appr=22001, icon="NewMonster_79", level=90, exp=6000, monsterShowIcon=0},
- {id=34005, name="骷灵骑士", appr=22002, icon="NewMonster_80", level=94, exp=6000, monsterShowIcon=0},
- {id=34006, name="骷灵巫师", appr=22003, icon="NewMonster_81", level=99, exp=6000, monsterShowIcon=0},
- {id=34007, name="血色城门", ai=100, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, exp=6000, monsterShowIcon=0},
- {id=34008, name="水晶灵柩", ai=100, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, exp=6000, monsterShowIcon=0},
- {id=35001, appr=22004, icon="NewMonster_82", level=85, exp=7000, monsterShowIcon=0},
- {id=35002, name="假面弓手", appr=22005, icon="NewMonster_83", level=87, exp=7000, monsterShowIcon=0},
- {id=35003, name="骷灵战士", appr=22006, icon="NewMonster_84", level=90, exp=7000, monsterShowIcon=0},
- {id=35004, name="骷灵兽", appr=22001, icon="NewMonster_79", level=93, exp=7000, monsterShowIcon=0},
- {id=35005, name="骷灵骑士", appr=22002, icon="NewMonster_80", level=98, exp=7000, monsterShowIcon=0},
- {id=35006, name="骷灵巫师", appr=22003, icon="NewMonster_81", level=102, exp=7000, monsterShowIcon=0},
- {id=35007, name="血色城门", ai=100, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, exp=7000, monsterShowIcon=0},
- {id=35008, name="水晶灵柩", ai=100, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, exp=7000, monsterShowIcon=0},
- {id=36001, name="独眼巨人", ai=119, appr=50003, icon="Monster11", level=28, scale=0.5, monsterShowIcon=0},
- {id=36002, name="骷髅弓箭手", ai=120, appr=50005, icon="Monster162", level=34, scale=0.5, monsterShowIcon=0},
- {id=36003, name="地狱猎犬怪", ai=121, appr=50006, icon="Monster02_2", level=38, scale=0.5, monsterShowIcon=0},
- {id=36004, name="地狱蜘蛛", ai=122, appr=50007, icon="Monster10", level=40, scale=0.5, monsterShowIcon=0},
- {id=36005, name="毒牛怪", ai=123, appr=50011, icon="Monster01_3", level=46, scale=0.5, monsterShowIcon=0},
- {id=36006, name="鬼魂", ai=124, appr=60001, icon="Monster29", level=47, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=37001, name="暗黑骑士", ai=125, appr=50008, icon="Monster04", level=48, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=37002, name="剧毒鬼魂", ai=126, appr=60002, icon="Monster29_02", level=50, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=37003, name="诅咒巫师", ai=127, appr=30005, icon="Monster133", level=54, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=37004, name="牛魔王", ai=128, appr=60004, icon="Monster31", level=57, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=37005, name="死神骑士", ai=129, appr=60006, icon="Monster30", level=62, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=37006, name="死神戈登", ai=130, appr=60007, icon="Monster12_2", level=64, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=38001, name="牛魔王", ai=131, appr=60004, icon="Monster31", level=57, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=38002, name="恶魔", ai=132, appr=60005, icon="Monster27", level=60, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=38003, name="死神戈登", ai=133, appr=60007, icon="Monster12_2", level=64, scale=0.5, exp=15000, monsterShowIcon=0},
- {id=38004, name="暗黑傀儡", ai=134, appr=23007, icon="NewMonster_92", level=53, monsterShowIcon=0},
- {id=38005, name="假面弓手", ai=135, appr=22005, icon="NewMonster_83", level=70, monsterShowIcon=0},
- {id=38006, appr=22004, icon="NewMonster_82", level=74, monsterShowIcon=0},
- {id=39001, name="假面弓手", ai=102, appr=22005, icon="NewMonster_83", level=70, monsterShowIcon=0},
- {id=39002, ai=103, appr=22004, icon="NewMonster_82", level=74, monsterShowIcon=0},
- {id=39003, name="巨齿兽", ai=104, appr=80002, icon="Monster44", level=76, scale=0.9, monsterShowIcon=0},
- {id=39004, name="巨斧战士", ai=105, appr=24001, icon="NewMonster_57", level=75, monsterShowIcon=0},
- {id=39005, name="铁轮战士", ai=106, appr=80003, icon="Monster42", level=80, scale=0.5, monsterShowIcon=0},
- {id=39006, name="风后", ai=107, appr=90003, icon="Monster103", level=82, scale=0.5, monsterShowIcon=0},
- {id=41001, name="巨斧战士", ai=108, appr=24001, icon="NewMonster_57", level=75, monsterShowIcon=0},
- {id=41002, name="巨齿兽", ai=109, appr=80002, icon="Monster44", level=76, scale=0.9, monsterShowIcon=0},
- {id=41003, name="恶灵", ai=110, appr=90001, icon="Monster105", level=78, scale=0.5, monsterShowIcon=0},
- {id=41004, name="死亡天使", ai=111, appr=23004, icon="NewMonster_89", level=74, scale=0.5, monsterShowIcon=0},
- {id=41005, name="黑炎魔", ai=112, appr=80005, icon="Monster45", level=84, scale=0.5, monsterShowIcon=0},
- {id=41006, name="蓝魔龙", ai=113, appr=90004, icon="Monster102", level=86, scale=0.5, monsterShowIcon=0},
- {id=42001, name="冷血变异者", ai=114, appr=24002, icon="NewMonster_96", level=78, scale=0.5, monsterShowIcon=0},
- {id=42002, name="铁轮战士", ai=115, appr=80003, icon="Monster42", level=80, scale=0.5, monsterShowIcon=0},
- {id=42003, name="风后", ai=116, appr=90003, icon="Monster103", level=82, scale=0.5, monsterShowIcon=0},
- {id=42004, name="毒巨魔", ai=117, appr=24003, icon="NewMonster_97", level=84, scale=0.9, monsterShowIcon=0},
- {id=42005, name="恶灵王", ai=118, appr=90005, icon="Monster101", level=92, scale=0.5, monsterShowIcon=0},
- {id=42006, name="嗜血蜂后", ai=119, appr=24004, icon="NewMonster_98", level=92, scale=0.5, monsterShowIcon=0},
- {id=43001, name="残暴的 冰后", ai=120, type=3, appr=40006, icon="Monster19", level=52, scale=0.45, headoffset=1, np=1, monsterShowIcon=0},
- {id=43002, name="残暴的 魔鬼戈登", ai=121, type=3, appr=50012, icon="Monster12_1", level=55, scale=0.55, headoffset=1, np=1, monsterShowIcon=0},
- {id=43003, name="残暴的 魔王巴洛克", ai=122, type=3, appr=60008, icon="Monster28", level=66, scale=0.7, headoffset=1, np=1, monsterShowIcon=0},
- {id=43004, name="残暴的 海魔希特拉", ai=123, type=3, appr=70007, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, monsterShowIcon=0},
- {id=44001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=1, shapeshiftScale=1, headoffset=1, np=1, monsterShowIcon=0},
- {id=44002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=1, shapeshiftScale=1, headoffset=1, np=1, monsterShowIcon=0},
- {id=44003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=1, shapeshiftScale=1, headoffset=0.5, np=0.5, monsterShowIcon=0},
- {id=45001, name="金属巴洛克", ai=134, type=3, appr=60009, icon="Monster175", level=50, scale=0.5, monsterShowIcon=0},
- {id=45002, name="深渊希特拉", ai=144, type=3, appr=70008, icon="Monster176", level=70, scale=0.5, monsterShowIcon=0},
- {id=45003, name="狂暴炽炎魔", ai=129, type=3, appr=80006, icon="Monster177", scale=0.5, monsterShowIcon=0},
- {id=45004, name="深渊魔王扎坎", ai=130, type=3, appr=80007, icon="Monster178", level=120, scale=0.5, monsterShowIcon=0},
- {id=45005, name="愤怒丛林召唤者", ai=131, type=3, appr=11011, icon="Monster179", level=150, scale=0.5, monsterShowIcon=0},
- {id=45006, name="堕落天魔菲尼斯", ai=132, type=3, appr=90009, icon="Monster180", level=180, scale=0.5, monsterShowIcon=0},
- {id=45007, name="贪婪屠杀者", ai=133, type=3, appr=12013, icon="Monster181", level=200, scale=0.5, monsterShowIcon=0},
- {id=45008, name="傲慢疯魔", ai=134, type=3, appr=13004, icon="Monster182", level=220, scale=0.5, monsterShowIcon=0},
- {id=45009, name="贪婪咒怨魔王", ai=135, type=3, appr=25020, icon="Monster183", level=270, scale=0.5, monsterShowIcon=0},
- {id=45010, name="幽灵巨蛛", ai=136, type=3, appr=21003, icon="Monster184", level=310, scale=0.5, monsterShowIcon=0},
- {id=45011, name="剧毒巨蛛", ai=137, type=3, appr=21004, icon="Monster185", level=300, scale=0.5, monsterShowIcon=0},
- {id=46001, name="外城门", ai=100, type=3, form=1, level=20, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=46002, name="中城门", ai=100, type=3, form=1, level=20, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=46003, name="内城门", ai=100, type=3, form=1, level=20, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=46004, name="守护石像A", ai=100, form=1, appr=29001, level=20, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=46005, name="守护石像B", ai=100, form=1, appr=29001, level=20, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=46006, name="守护石像C", ai=100, form=1, appr=29001, level=20, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=46007, name="守护石像D", ai=100, form=1, appr=29001, level=20, scale=0.4, headoffset=1.7, exp=0, monsterShowIcon=0},
- {id=47001, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10101}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310631},{1,20410631},{1,20610631},{2,50030014},{2,20120631},{2,20420631},{2,20620631},{3,50030014},{3,20130631},{3,20430631},{3,20630631}}},
- {id=47002, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10101}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310631},{1,20410631},{1,20610631},{2,50030014},{2,20120631},{2,20420631},{2,20620631},{3,50030014},{3,20130631},{3,20430631},{3,20630631}}},
- {id=47003, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10101}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310631},{1,20410631},{1,20610631},{2,50030014},{2,20120631},{2,20420631},{2,20620631},{3,50030014},{3,20130631},{3,20430631},{3,20630631}}},
- {id=47004, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10101}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310631},{1,20410631},{1,20610631},{2,50030014},{2,20120631},{2,20420631},{2,20620631},{3,50030014},{3,20130631},{3,20430631},{3,20630631}}},
- {id=47005, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10101}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310631},{1,20410631},{1,20610631},{2,50030014},{2,20120631},{2,20420631},{2,20620631},{3,50030014},{3,20130631},{3,20430631},{3,20630631}}},
- {id=47006, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10102}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310731},{1,20410731},{1,20610731},{2,50030014},{2,20120731},{2,20420731},{2,20620731},{3,50030014},{3,20130731},{3,20430731},{3,20630731}}},
- {id=47007, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10102}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310731},{1,20410731},{1,20610731},{2,50030014},{2,20120731},{2,20420731},{2,20620731},{3,50030014},{3,20130731},{3,20430731},{3,20630731}}},
- {id=47008, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10102}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310731},{1,20410731},{1,20610731},{2,50030014},{2,20120731},{2,20420731},{2,20620731},{3,50030014},{3,20130731},{3,20430731},{3,20630731}}},
- {id=47009, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10102}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310731},{1,20410731},{1,20610731},{2,50030014},{2,20120731},{2,20420731},{2,20620731},{3,50030014},{3,20130731},{3,20430731},{3,20630731}}},
- {id=47010, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10102}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310731},{1,20410731},{1,20610731},{2,50030014},{2,20120731},{2,20420731},{2,20620731},{3,50030014},{3,20130731},{3,20430731},{3,20630731}}},
- {id=47011, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10103}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310831},{1,20410831},{1,20610831},{2,50030014},{2,20120831},{2,20420831},{2,20620831},{3,50030014},{3,20130831},{3,20430831},{3,20630831}}},
- {id=47012, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10103}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310831},{1,20410831},{1,20610831},{2,50030014},{2,20120831},{2,20420831},{2,20620831},{3,50030014},{3,20130831},{3,20430831},{3,20630831}}},
- {id=47013, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10103}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310831},{1,20410831},{1,20610831},{2,50030014},{2,20120831},{2,20420831},{2,20620831},{3,50030014},{3,20130831},{3,20430831},{3,20630831}}},
- {id=47014, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10103}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310831},{1,20410831},{1,20610831},{2,50030014},{2,20120831},{2,20420831},{2,20620831},{3,50030014},{3,20130831},{3,20430831},{3,20630831}}},
- {id=47015, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10103}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310831},{1,20410831},{1,20610831},{2,50030014},{2,20120831},{2,20420831},{2,20620831},{3,50030014},{3,20130831},{3,20430831},{3,20630831}}},
- {id=47016, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10104}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310931},{1,20410931},{1,20610931},{2,50030014},{2,20120931},{2,20420931},{2,20620931},{3,50030014},{3,20130931},{3,20430931},{3,20630931}}},
- {id=47017, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10104}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310931},{1,20410931},{1,20610931},{2,50030014},{2,20120931},{2,20420931},{2,20620931},{3,50030014},{3,20130931},{3,20430931},{3,20630931}}},
- {id=47018, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10104}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310931},{1,20410931},{1,20610931},{2,50030014},{2,20120931},{2,20420931},{2,20620931},{3,50030014},{3,20130931},{3,20430931},{3,20630931}}},
- {id=47019, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10104}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310931},{1,20410931},{1,20610931},{2,50030014},{2,20120931},{2,20420931},{2,20620931},{3,50030014},{3,20130931},{3,20430931},{3,20630931}}},
- {id=47020, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10104}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20310931},{1,20410931},{1,20610931},{2,50030014},{2,20120931},{2,20420931},{2,20620931},{3,50030014},{3,20130931},{3,20430931},{3,20630931}}},
- {id=47021, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10105}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311031},{1,20411031},{1,20611031},{2,50030014},{2,20121031},{2,20421031},{2,20621031},{3,50030014},{3,20131031},{3,20431031},{3,20631031}}},
- {id=47022, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10105}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311031},{1,20411031},{1,20611031},{2,50030014},{2,20121031},{2,20421031},{2,20621031},{3,50030014},{3,20131031},{3,20431031},{3,20631031}}},
- {id=47023, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10105}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311031},{1,20411031},{1,20611031},{2,50030014},{2,20121031},{2,20421031},{2,20621031},{3,50030014},{3,20131031},{3,20431031},{3,20631031}}},
- {id=47024, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10105}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311031},{1,20411031},{1,20611031},{2,50030014},{2,20121031},{2,20421031},{2,20621031},{3,50030014},{3,20131031},{3,20431031},{3,20631031}}},
- {id=47025, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10105}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311031},{1,20411031},{1,20611031},{2,50030014},{2,20121031},{2,20421031},{2,20621031},{3,50030014},{3,20131031},{3,20431031},{3,20631031}}},
- {id=47026, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10106}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311131},{1,20411131},{1,20611131},{2,50030014},{2,20121131},{2,20421131},{2,20621131},{3,50030014},{3,20131131},{3,20431131},{3,20631131}}},
- {id=47027, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10106}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311131},{1,20411131},{1,20611131},{2,50030014},{2,20121131},{2,20421131},{2,20621131},{3,50030014},{3,20131131},{3,20431131},{3,20631131}}},
- {id=47028, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10106}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311131},{1,20411131},{1,20611131},{2,50030014},{2,20121131},{2,20421131},{2,20621131},{3,50030014},{3,20131131},{3,20431131},{3,20631131}}},
- {id=47029, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10106}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311131},{1,20411131},{1,20611131},{2,50030014},{2,20121131},{2,20421131},{2,20621131},{3,50030014},{3,20131131},{3,20431131},{3,20631131}}},
- {id=47030, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10106}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311131},{1,20411131},{1,20611131},{2,50030014},{2,20121131},{2,20421131},{2,20621131},{3,50030014},{3,20131131},{3,20431131},{3,20631131}}},
- {id=47031, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10107}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47032, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10107}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47033, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10107}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47034, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10107}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47035, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10107}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47036, name="冰后", ai=115, type=3, appr=40006, icon="Monster19", level=19, scale=0.45, headoffset=1, np=1, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10108}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47037, name="魔鬼戈登", ai=129, type=3, appr=50012, icon="Monster12_1", level=52, scale=0.55, headoffset=1, np=1, guaranteedDamage="3", attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10108}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47038, name="魔王巴洛克", ai=135, type=3, appr=60008, icon="Monster28", level=55, scale=0.7, headoffset=1, np=1, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10108}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47039, name="海魔希特拉", ai=145, type=3, appr=70007, icon="Monster38", level=66, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10108}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=47040, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", level=74, scale=0.59, headoffset=0.5, np=0.5, guaranteedDamage="3", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10108}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,50030014},{1,20311231},{1,20411231},{1,20611231},{2,50030014},{2,20121231},{2,20421231},{2,20621231},{3,50030014},{3,20131231},{3,20431231},{3,20631231}}},
- {id=48001, name="冰后", ai=48001, type=3, appr=40006, icon="Monster19", level=20, scale=0.45, headoffset=1, np=1, exp=200000, angelExp=5, attackSound=40013, dieSound=40015, birthSound=40011, deathmark="Model/Monster/Monster177.prefab", mgroup={10201}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310221},{2,20120221},{3,20130221},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}},
- {id=48002, name="魔鬼戈登", ai=48002, type=3, appr=50012, icon="Monster12_1", level=30, scale=0.55, headoffset=1, np=1, exp=250000, angelExp=5, attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", mgroup={10202}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310321},{2,20120321},{3,20130321},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}},
- {id=48003, name="魔王巴洛克", ai=48003, type=3, appr=60008, icon="Monster28", level=45, scale=0.7, headoffset=1, np=1, exp=400000, angelExp=5, attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10203}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310431},{2,20120431},{3,20130431},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}},
- {id=48004, name="海魔希特拉", ai=48004, type=3, appr=70007, icon="Monster38", level=65, scale=0.4, headoffset=0.5, np=0.5, exp=600000, angelExp=5, attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10204}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=602},
- {id=48005, name="炽炎魔", ai=48005, type=3, appr=80006, icon="Monster43_2", scale=0.4, headoffset=0.5, np=0.5, exp=600000, angelExp=5, attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", mgroup={10205}, efficiencyLvIcon="img_minimap__boss2", monsterShowIcon=11, monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,50030002},{1,50030003},{1,50030004},{2,50030002},{2,50030003},{2,50030004},{3,50030002},{3,50030003},{3,50030004}}, monsterHunt=1002},
- {id=48006, name="丛林召唤者", ai=48006, type=3, appr=11010, icon="Monster165", level=150, scale=0.59, exp=2535598, angelExp=20, guaranteedDamage="6", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10206}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=48007, name="天魔菲尼斯", ai=48007, type=3, appr=90008, icon="Monster56", level=170, scale=0.59, UIscale=0.32, exp=2535598, angelExp=20, guaranteedDamage="6", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10207}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=1502},
- {id=48008, name="疯魔", ai=48008, type=3, appr=12001, icon="Monster166", level=200, scale=0.59, exp=4628885, angelExp=50, guaranteedDamage="11", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10208}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310731},{2,20120731},{3,20130731},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2002},
- {id=48009, name="玛雅之手", ai=48009, type=3, appr=19002, icon="NewMonster_75", level=250, scale=0.59, exp=8973741, angelExp=110, guaranteedDamage="20", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10209}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=2502},
- {id=48010, name="幽灵巨蛛", ai=48010, type=3, appr=21003, icon="Monster174", level=300, scale=0.59, exp=17634520, angelExp=240, guaranteedDamage="36", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10210}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3002},
- {id=48011, name="闪电巨人", ai=48011, type=3, appr=16007, icon="Monster168", level=350, scale=0.59, exp=30845679, angelExp=360, guaranteedDamage="67", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10211}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=3502},
- {id=48012, name="炼狱魔王", ai=48012, type=3, appr=24006, icon="NewMonster_100", level=400, scale=0.6, exp=48120061, angelExp=480, guaranteedDamage="116", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10212}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4002},
- {id=48013, name="幽灵火焰巨人", ai=48013, type=3, appr=18006, icon="NewMonster_72", level=450, scale=0.6, exp=72787688, angelExp=560, guaranteedDamage="197", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10213}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4502},
- {id=48014, name="毒巨魔", ai=48014, type=3, appr=24003, icon="NewMonster_97", level=500, scale=0.6, exp=72787688, angelExp=560, guaranteedDamage="197", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10214}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=5002},
- {id=49001, name="地狱角魔", appr=30001, icon="8006000", level=999, scale=1, shapeshiftScale=1, exp=0, decaySign=0, guaranteedDamage="", attackSound=40094, dieSound=40093, deathmark="Model/Monster/Monster177.prefab", monsterShowIcon=0},
- {id=49002, name="水晶鹿", appr=30002, icon="8005000", level=999, scale=3, shapeshiftScale=3, exp=0, decaySign=0, guaranteedDamage="", attackSound=40094, dieSound=40093, monsterShowIcon=0},
- {id=49003, name="泰克图斯", appr=30003, icon="8004000", level=999, scale=0.8, shapeshiftScale=0.8, exp=0, decaySign=0, guaranteedDamage="", attackSound=40094, dieSound=40093, monsterShowIcon=0},
- {id=49004, name="丛林召唤者", appr=30004, icon="8003000", level=999, scale=1.5, shapeshiftScale=1.5, exp=0, decaySign=0, guaranteedDamage="", attackSound=40094, dieSound=40093, monsterShowIcon=0},
- {id=49005, name="大恶魔", appr=30005, icon="8002000", level=999, scale=1.2, shapeshiftScale=1.2, exp=0, decaySign=0, guaranteedDamage="", attackSound=40094, dieSound=40093, monsterShowIcon=0},
- {id=49006, name="天使审判长", appr=30006, icon="8001000", level=999, scale=2, shapeshiftScale=2, exp=0, decaySign=0, guaranteedDamage="", attackSound=40094, dieSound=40093, monsterShowIcon=0},
- {id=500001, name="黄金寒冰魔", ai=500001, type=2, appr=28001, icon="Monster16", level=20, headoffset=0, np=0, exp=25000, angelExp=4, attackSound=40029, dieSound=40031, birthSound=40030, deathEffect={2027,1}, mgroup={453}, mDecayGroup={451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310221},{1,20610221},{2,20120221},{2,20420221},{3,20130221},{3,20430221},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500002, name="黄金雪人王", ai=146, type=2, appr=28002, icon="Monster14", level=20, scale=0.55, headoffset=0.5, np=0.5, exp=25000, angelExp=4, attackSound=40098, dieSound=40099, mgroup={453}, mDecayGroup={451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310221},{1,20610221},{2,20120221},{2,20420221},{3,20130221},{3,20430221},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500003, name="黄金雪虫", ai=500003, type=2, appr=28003, icon="Monster18", level=14, headoffset=-0.5, np=-0.5, exp=22000, angelExp=4, attackSound=40100, dieSound=40102, mgroup={451,453}, mDecayGroup={451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310221},{1,20610221},{2,20120221},{2,20420221},{3,20130221},{3,20430221},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500004, name="黄金蓝魔怪", ai=500004, type=2, appr=28004, icon="Monster17", level=16, scale=0.45, headoffset=0.45, np=0.45, exp=23000, angelExp=4, attackSound=40086, dieSound=40089, birthSound=40087, mgroup={452,453}, mDecayGroup={451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310221},{1,20610221},{2,20120221},{2,20420221},{3,20130221},{3,20430221},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500005, name="黄金暗杀者", ai=146, type=2, appr=28005, icon="Monster15", level=16, scale=0.4, headoffset=0.15, np=0.15, exp=23000, angelExp=4, attackSound=40053, dieSound=40055, birthSound=40052, mgroup={453}, mDecayGroup={451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310221},{1,20610221},{2,20120221},{2,20420221},{3,20130221},{3,20430221},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500006, name="黄金雪人", ai=146, type=2, appr=28006, icon="Monster13", level=20, scale=0.45, headoffset=0.15, np=0.15, exp=25000, angelExp=4, attackSound=40098, dieSound=40099, mgroup={453}, mDecayGroup={451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310221},{1,20610221},{2,20120221},{2,20420221},{3,20130221},{3,20430221},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500007, name="黄金地狱猎犬怪", ai=500007, type=2, appr=28007, icon="Monster02_2", level=30, scale=0.5, headoffset=0.35, np=0.35, exp=34000, angelExp=4, attackSound=40027, dieSound=40028, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500008, name="黄金地狱蜘蛛", ai=146, type=2, appr=28008, icon="Monster10", level=35, scale=0.5, headoffset=0, np=0, exp=35000, angelExp=4, attackSound=40027, dieSound=40028, birthSound=40026, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500009, name="黄金骷髅战士", ai=146, type=2, appr=28009, icon="Monster163", level=40, scale=0.45, headoffset=0.45, np=0.45, exp=36000, angelExp=4, attackSound=40103, dieSound=40104, deathEffect={2051,1}, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500010, name="黄金独眼巨人", ai=146, type=2, appr=28010, icon="Monster11", level=40, scale=0.5, headoffset=0.5, np=0.5, exp=36000, angelExp=4, attackSound=40070, dieSound=40072, birthSound=40068, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500011, name="黄金骷髅兵", ai=500011, type=2, appr=28011, icon="Monster163", level=35, scale=0.38, headoffset=0.2, np=0.2, exp=35000, angelExp=4, attackSound=40103, dieSound=40104, deathEffect={2051,1}, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500012, name="黄金毒虫", ai=146, type=2, appr=28012, icon="Monster07", level=35, scale=0.3, headoffset=-0.45, np=-0.45, exp=35000, angelExp=4, attackSound=40061, dieSound=40062, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500013, name="黄金幽灵", ai=146, type=2, appr=28013, icon="Monster08", level=30, headoffset=0, np=0, exp=34000, angelExp=4, attackSound=40043, dieSound=40045, birthSound=40041, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500014, name="黄金骷髅弓箭手", ai=146, type=2, appr=28014, icon="Monster162", level=40, scale=0.5, headoffset=0.35, np=0.35, exp=36000, angelExp=4, attackSound=40103, dieSound=40104, deathEffect={2051,1}, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500015, name="黄金死灵巫师", ai=146, type=2, appr=28015, icon="Monster05_1", level=35, scale=0.4, headoffset=0.35, np=0.35, exp=35000, angelExp=4, attackSound=40112, dieSound=40114, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500016, name="黄金毒牛怪", ai=146, type=2, appr=28016, icon="Monster01_3", level=40, scale=0.5, headoffset=0.45, np=0.45, exp=36000, angelExp=4, attackSound=40065, dieSound=40067, birthSound=40063, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500017, name="黄金暗黑骑士", ai=500017, type=2, appr=28017, icon="Monster04", level=40, scale=0.5, headoffset=0.35, np=0.35, exp=36000, angelExp=4, attackSound=40117, dieSound=40119, birthSound=40115, mgroup={551}, mDecayGroup={551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310321},{1,20610321},{2,20120321},{2,20420321},{3,20130321},{3,20430321},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500101, name="黄金鬼魂", ai=500101, type=2, appr=28019, icon="Monster05_1", level=45, scale=0.5, headoffset=0, np=0, exp=120000, angelExp=4, attackSound=40112, dieSound=40114, birthSound=40110, mgroup={651}, mDecayGroup={651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500102, name="黄金剧毒鬼魂", ai=146, type=2, appr=28020, icon="Monster05_1", level=45, scale=0.5, headoffset=0, np=0, exp=120000, angelExp=4, attackSound=40112, dieSound=40114, birthSound=40110, mgroup={651}, mDecayGroup={651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500018, name="黄金牛魔王", ai=500018, type=2, appr=28018, icon="Monster31", level=50, scale=0.5, headoffset=0.45, np=0.45, exp=125000, angelExp=4, attackSound=40065, dieSound=40067, mgroup={651}, mDecayGroup={651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500021, name="黄金诅咒巫师", ai=126, type=2, appr=28021, icon="Monster133", level=50, scale=0.5, headoffset=0.5, np=0.5, exp=125000, angelExp=4, mgroup={651}, mDecayGroup={651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500023, name="黄金死神骑士", ai=500023, type=2, appr=28023, icon="Monster30", level=140, scale=0.5, headoffset=0.5, np=0.5, exp=632651, angelExp=8, guaranteedDamage="5", mgroup={951,952}, mDecayGroup={951}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310521},{1,20610521},{2,20120521},{2,20420521},{3,20130521},{3,20430521},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1001},
- {id=500024, name="黄金死神戈登", ai=500024, type=2, appr=28024, icon="Monster12_2", level=55, scale=0.5, headoffset=0.5, np=0.5, exp=130000, angelExp=4, attackSound=40049, dieSound=40051, mgroup={651}, mDecayGroup={651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500025, name="黄金小巴哈姆特", ai=500025, type=2, appr=28025, icon="Monster34", level=65, scale=0.25, headoffset=0, np=0, exp=190000, angelExp=4, attackSound=40037, dieSound=40046, mgroup={751,752}, mDecayGroup={751}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=601},
- {id=500026, name="黄金死亡美人鱼", ai=500026, type=2, appr=28026, icon="Monster35", level=70, scale=0.43, headoffset=0.85, np=0.85, exp=195000, angelExp=4, attackSound=40103, dieSound=40046, mgroup={751,753}, mDecayGroup={751}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=601},
- {id=500027, name="黄金大巴哈姆特", ai=146, type=2, appr=28027, icon="Monster34_1", level=75, scale=0.4, headoffset=0.35, np=0.35, exp=200000, angelExp=4, attackSound=40103, dieSound=40046, mDecayGroup={751}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500028, name="黄金银弓海怪", ai=146, type=2, appr=28028, icon="Monster36_2", level=70, scale=0.65, headoffset=1.25, np=1.25, exp=195000, angelExp=4, attackSound=40103, dieSound=40046, mDecayGroup={751}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}},
- {id=500029, name="黄金巫师王", ai=500029, type=2, appr=28029, icon="Monster37", level=75, scale=0.65, headoffset=0.85, np=0.85, exp=200000, angelExp=4, attackSound=40103, dieSound=40046, mgroup={751,754}, mDecayGroup={751}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310421},{1,20610421},{2,20120421},{2,20420421},{3,20130421},{3,20430421},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=601},
- {id=500030, name="黄金巨齿兽", ai=500030, type=2, appr=28030, icon="Monster44", scale=0.9, headoffset=0.5, np=0.5, exp=300000, angelExp=8, guaranteedDamage="3", attackSound=40034, dieSound=40036, mgroup={851,852}, mDecayGroup={851}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310521},{1,20610521},{2,20120521},{2,20420521},{3,20130521},{3,20430521},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1001},
- {id=500031, name="黄金铁轮战士", ai=500031, type=2, appr=28031, icon="Monster42", level=120, scale=0.5, UIscale=14, headoffset=0.5, np=0.5, exp=350000, angelExp=8, guaranteedDamage="3", attackSound=40034, dieSound=40036, mgroup={851,853}, mDecayGroup={851}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310521},{1,20610521},{2,20120521},{2,20420521},{3,20130521},{3,20430521},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1001},
- {id=500032, name="黄金破坏骑士", ai=500032, type=2, appr=28032, level=140, scale=0.45, headoffset=0.5, np=0.5, exp=555101, angelExp=8, guaranteedDamage="5", attackSound=40034, dieSound=40036, mgroup={951,953}, mDecayGroup={951}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310521},{1,20610521},{2,20120521},{2,20420521},{3,20130521},{3,20430521},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1001},
- {id=500033, name="黄金黑炎魔", ai=500033, type=2, appr=28033, icon="Monster45", level=130, scale=0.5, headoffset=0.5, np=0.5, exp=400000, angelExp=8, guaranteedDamage="3", attackSound=40094, dieSound=40093, deathEffect={2030,1}, mgroup={851,854}, mDecayGroup={851}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310521},{1,20610521},{2,20120521},{2,20420521},{3,20130521},{3,20430521},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1001},
- {id=500034, name="黄金铁脊怪", ai=500034, type=2, appr=28034, icon="Monster46", level=130, scale=0.62, headoffset=0.5, np=0.5, exp=477550, angelExp=8, guaranteedDamage="4", attackSound=40034, dieSound=40036, mgroup={951,954}, mDecayGroup={951}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310521},{1,20610521},{2,20120521},{2,20420521},{3,20130521},{3,20430521},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1001},
- {id=500035, name="黄金丛林残暴者", ai=500035, type=2, appr=28035, icon="NewMonster_121", level=160, scale=0.46, headoffset=0.5, np=0.5, exp=710201, angelExp=15, guaranteedDamage="7", attackSound=40070, dieSound=40072, mgroup={1051}, mDecayGroup={1051}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310621},{1,20610621},{2,20120621},{2,20420621},{3,20130621},{3,20430621},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1501},
- {id=500036, name="黄金丛林暗杀者", ai=500036, type=2, appr=28036, icon="NewMonster_122", level=170, scale=0.45, headoffset=0.5, np=0.5, exp=748976, angelExp=15, guaranteedDamage="7", attackSound=40070, dieSound=40072, mgroup={1051}, mDecayGroup={1051}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310621},{1,20610621},{2,20120621},{2,20420621},{3,20130621},{3,20430621},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1501},
- {id=500037, name="黄金丛林树精灵", ai=500037, type=2, appr=28037, icon="NewMonster_123", level=150, scale=0.5, headoffset=0.5, np=0.5, exp=787751, angelExp=15, guaranteedDamage="6", attackSound=40070, dieSound=40072, mgroup={1051}, mDecayGroup={1051}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310621},{1,20610621},{2,20120621},{2,20420621},{3,20130621},{3,20430621},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1501},
- {id=500038, name="黄金幻影骑士", ai=500038, type=2, appr=28038, icon="Monster54", level=170, scale=0.5, headoffset=0.5, np=0.5, exp=851064, angelExp=15, guaranteedDamage="7", attackSound=40070, dieSound=40072, mgroup={1151}, mDecayGroup={1151}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310621},{1,20610621},{2,20120621},{2,20420621},{3,20130621},{3,20430621},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1501},
- {id=500039, name="黄金风后", ai=500039, type=2, appr=28039, icon="Monster103", level=180, scale=0.5, headoffset=0.5, np=0.5, exp=912296, angelExp=15, guaranteedDamage="8", attackSound=40070, dieSound=40072, mgroup={1151}, mDecayGroup={1151}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310621},{1,20610621},{2,20120621},{2,20420621},{3,20130621},{3,20430621},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1501},
- {id=500040, name="黄金蓝魔龙", ai=500040, type=2, appr=28040, icon="Monster102", level=190, scale=0.5, headoffset=0.5, np=0.5, exp=973527, angelExp=15, guaranteedDamage="9", attackSound=40070, dieSound=40072, mgroup={1151}, mDecayGroup={1151}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310621},{1,20610621},{2,20120621},{2,20420621},{3,20130621},{3,20430621},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=1501},
- {id=500041, name="黄金恶灵王", ai=500041, type=2, appr=28041, icon="Monster101", level=400, scale=0.5, headoffset=0.5, np=0.5, exp=10143500, angelExp=360, guaranteedDamage="93", attackSound=40070, dieSound=40072, mgroup={1651}, mDecayGroup={1651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311121},{1,20611121},{2,20121121},{2,20421121},{3,20131121},{3,20431121},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=4001},
- {id=500042, name="黄金狂巨人", ai=500042, type=2, appr=28042, icon="NewMonster_124", level=420, scale=0.5, headoffset=0.5, np=0.5, exp=11558386, angelExp=360, guaranteedDamage="115", attackSound=40070, dieSound=40072, mgroup={1651}, mDecayGroup={1651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311121},{1,20611121},{2,20121121},{2,20421121},{3,20131121},{3,20431121},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=4001},
- {id=500043, name="黄金裂角狼", ai=500043, type=2, appr=28043, icon="NewMonster_125", level=200, headoffset=0.5, np=0.5, exp=1095990, angelExp=38, guaranteedDamage="10", attackSound=40070, dieSound=40072, mgroup={1251}, mDecayGroup={1251}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310721},{1,20610721},{2,20120721},{2,20420721},{3,20130721},{3,20430721},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=2001},
- {id=500044, name="黄金金甲兽", ai=500044, type=2, appr=28044, icon="NewMonster_126", level=440, scale=0.55, headoffset=0.5, np=0.5, exp=12501644, angelExp=360, guaranteedDamage="128", attackSound=40070, dieSound=40072, mgroup={1651}, mDecayGroup={1651}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311121},{1,20611121},{2,20121121},{2,20421121},{3,20131121},{3,20431121},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=4001},
- {id=500045, name="黄金半兽人", ai=500045, type=2, appr=28045, icon="NewMonster_127", level=220, scale=0.5, headoffset=0.5, np=0.5, exp=1218453, angelExp=38, guaranteedDamage="11", attackSound=40070, dieSound=40072, mgroup={1251}, mDecayGroup={1251}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310721},{1,20610721},{2,20120721},{2,20420721},{3,20130721},{3,20430721},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=2001},
- {id=500046, name="黄金刀刃猎手", ai=500046, type=2, appr=28046, icon="NewMonster_128", level=450, scale=0.5, headoffset=0.5, np=0.5, exp=15343328, angelExp=420, guaranteedDamage="150", attackSound=40070, dieSound=40072, mgroup={1751}, mDecayGroup={1251}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4501},
- {id=500047, name="黄金寒冰刺客", ai=500047, type=2, appr=28047, icon="NewMonster_129", level=240, scale=0.4, headoffset=0.5, np=0.5, exp=1279684, angelExp=38, guaranteedDamage="12", attackSound=40070, dieSound=40072, mgroup={1251}, mDecayGroup={1251}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310721},{1,20610721},{2,20120721},{2,20420721},{3,20130721},{3,20430721},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=2001},
- {id=500048, name="黄金毒步妖", ai=500048, type=2, appr=28048, icon="NewMonster_130", level=250, scale=0.5, headoffset=0.5, np=0.5, exp=1682576, angelExp=83, guaranteedDamage="15", mgroup={1351}, mDecayGroup={1351}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310821},{1,20610821},{2,20120821},{2,20420821},{3,20130821},{3,20430821},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=2501},
- {id=500049, name="黄金恐惧天使", ai=500049, type=2, appr=28049, icon="NewMonster_131", level=270, scale=0.65, headoffset=0.5, np=0.5, exp=2103221, angelExp=83, guaranteedDamage="19", mgroup={1351}, mDecayGroup={1351}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310821},{1,20610821},{2,20120821},{2,20420821},{3,20130821},{3,20430821},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=2501},
- {id=500050, name="黄金假面巫", ai=500050, type=2, appr=28050, icon="NewMonster_132", level=290, scale=0.5, headoffset=0.5, np=0.5, exp=2383650, angelExp=83, guaranteedDamage="21", mgroup={1351}, mDecayGroup={1351}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310821},{1,20610821},{2,20120821},{2,20420821},{3,20130821},{3,20430821},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=2501},
- {id=500051, name="黄金冰之魔犬", ai=500051, type=2, appr=28051, icon="NewMonster_133", level=300, scale=0.75, headoffset=0.5, np=0.5, exp=3339073, angelExp=180, guaranteedDamage="28", mgroup={1451}, mDecayGroup={1451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310921},{1,20610921},{2,20120921},{2,20420921},{3,20130921},{3,20430921},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=3001},
- {id=500052, name="黄金冰之魔象", ai=500052, type=2, appr=28052, icon="NewMonster_134", level=320, scale=0.75, headoffset=0.5, np=0.5, exp=4141241, angelExp=180, guaranteedDamage="35", mgroup={1451}, mDecayGroup={1451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310921},{1,20610921},{2,20120921},{2,20420921},{3,20130921},{3,20430921},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=3001},
- {id=500053, name="黄金冰之巨魔", ai=500053, type=2, appr=28053, icon="NewMonster_135", level=470, scale=0.45, headoffset=0.5, np=0.5, exp=18196922, angelExp=420, guaranteedDamage="195", mgroup={1751}, mDecayGroup={1451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4501},
- {id=500054, name="黄金冰之魔蛛", ai=500054, type=2, appr=28054, icon="NewMonster_136", level=490, headoffset=0.5, np=0.5, exp=19623719, angelExp=420, guaranteedDamage="222", mgroup={1751}, mDecayGroup={1451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=4501},
- {id=500055, name="黄金冰铁剑魂", ai=500055, type=2, appr=28055, icon="NewMonster_137", level=340, scale=0.8, headoffset=0.5, np=0.5, exp=4676019, angelExp=180, guaranteedDamage="39", mgroup={1451}, mDecayGroup={1451}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20310921},{1,20610921},{2,20120921},{2,20420921},{3,20130921},{3,20430921},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=3001},
- {id=500056, name="黄金毒树妖", ai=500056, type=2, appr=28056, icon="NewMonster_138", level=500, scale=0.6, headoffset=0.5, np=0.5, exp=6222598, guaranteedDamage="150", mgroup={1851}, mDecayGroup={1551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=5001},
- {id=500057, name="黄金残忍树妖", ai=500057, type=2, appr=28057, icon="NewMonster_139", level=350, scale=0.8, headoffset=0.5, np=0.5, exp=6222598, angelExp=270, guaranteedDamage="52", mgroup={1551}, mDecayGroup={1551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311031},{1,20611031},{2,20121031},{2,20421031},{3,20131031},{3,20431031},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=3501},
- {id=500058, name="黄金暗影虫", ai=500058, type=2, appr=28070, icon="NewMonster_140", level=520, scale=0.3, headoffset=0.5, np=0.5, exp=7339214, guaranteedDamage="195", mgroup={1851}, mDecayGroup={1551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=5001},
- {id=500059, name="黄金暗影骑士", ai=500059, type=2, appr=28059, icon="NewMonster_141", level=370, scale=0.8, headoffset=0.5, np=0.5, exp=7339214, angelExp=270, guaranteedDamage="63", mgroup={1551}, mDecayGroup={1551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311031},{1,20611031},{2,20121031},{2,20421031},{3,20131031},{3,20431031},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=3501},
- {id=500060, name="黄金暗影武士", ai=500060, type=2, appr=28060, icon="NewMonster_142", level=390, scale=0.8, headoffset=0.5, np=0.5, exp=8083625, angelExp=270, guaranteedDamage="72", mgroup={1551}, mDecayGroup={1551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311031},{1,20611031},{2,20121031},{2,20421031},{3,20131031},{3,20431031},{1,50030002},{1,50030003},{2,50030002},{2,50030003},{3,50030002},{3,50030003}}, monsterHunt=3501},
- {id=500061, name="黄金树妖", ai=500061, type=2, appr=28061, icon="NewMonster_143", level=540, scale=0.6, headoffset=0.5, np=0.5, exp=8083625, guaranteedDamage="222", mgroup={1851}, mDecayGroup={1551}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50030002},{1,50030003},{1,50010010},{2,50030002},{2,50030003},{2,50010010},{3,50030002},{3,50030003},{3,50010010}}, monsterHunt=5001},
- {id=500062, name="黄金贪婪狼人", ai=146, type=2, appr=28062, icon="Monster131", level=410, scale=0.43, headoffset=0.35, np=0.35, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500063, name="黄金狂躁兔子", ai=146, type=2, appr=28063, icon="Monster130", level=420, headoffset=0.35, np=0.35, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500067, name="黄金飞蜈", ai=146, type=2, appr=28067, icon="Monster03", level=470, scale=0.15, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500068, name="黄金蜥蜴人", ai=146, type=2, appr=28068, icon="Monster10", level=480, scale=0.2, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500069, name="黄金沼泽飞蝇", ai=146, type=2, appr=28069, icon="Monster163", level=490, scale=0.38, headoffset=0.2, np=0.2, deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500070, name="黄金暗影虫", ai=146, type=2, appr=28070, icon="Monster01_1", level=450, headoffset=0.2, np=0.2, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500071, name="黄金石背恶魔", ai=146, type=2, appr=28071, icon="Monster01_1", level=500, scale=0.45, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500072, name="黄金污染猎人", ai=146, type=2, appr=28072, icon="Monster23", level=510, scale=0.37, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500073, name="黄金愉悦者", ai=146, type=2, appr=28073, icon="Monster05_1", level=520, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500074, name="黄金致命屠夫", ai=146, type=2, appr=28074, icon="Monster03", level=530, scale=0.15, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500075, name="黄金封印者", ai=146, type=2, appr=28075, icon="Monster10", level=540, scale=0.2, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500076, name="黄金菲利亚弓箭手", ai=146, type=2, appr=10003, icon="Monster163", level=560, scale=0.38, headoffset=0.2, np=0.2, deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500077, name="黄金菲利亚格斗家", ai=146, type=2, appr=10004, icon="Monster01_1", level=570, headoffset=0.2, np=0.2, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500078, name="黄金菲利亚恶魔", ai=146, type=2, appr=10005, icon="Monster01_1", level=580, scale=0.45, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500079, name="黄金菲利亚变异者", ai=146, type=2, appr=10006, icon="Monster23", level=590, scale=0.37, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500080, name="黄金菲利亚骑士", ai=146, type=2, appr=10007, icon="Monster05_1", level=550, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500081, name="黄金帕拉卡", ai=146, type=2, appr=10001, icon="Monster03", level=600, scale=0.15, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500082, name="黄金巴斯齐", ai=146, type=2, appr=10002, icon="Monster10", level=620, scale=0.2, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500083, name="黄金贝斯", ai=146, type=2, appr=10003, icon="Monster163", level=640, scale=0.38, headoffset=0.2, np=0.2, deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500084, name="黄金德林", ai=146, type=2, appr=10004, icon="Monster01_1", level=660, headoffset=0.2, np=0.2, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500085, name="黄金坎贝尔", ai=146, type=2, appr=10005, icon="Monster01_1", level=680, scale=0.45, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500086, name="黄静枯树长老", ai=146, type=2, appr=10006, icon="Monster23", level=720, scale=0.37, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500087, name="黄金毒沼游荡者", ai=146, type=2, appr=10007, icon="Monster05_1", level=740, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500088, name="黄金毒沼捕食者", ai=146, type=2, appr=10001, icon="Monster03", level=760, scale=0.15, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500089, name="黄金毒沼追踪者", ai=146, type=2, appr=10002, icon="Monster10", level=780, scale=0.2, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500090, name="黄金枯树蛮牛", ai=146, type=2, appr=10003, icon="Monster163", level=700, scale=0.38, headoffset=0.2, np=0.2, deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500091, name="黄金库贝拉锄头矿工", ai=146, type=2, appr=10004, icon="Monster01_1", level=800, headoffset=0.2, np=0.2, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500092, name="黄金库贝拉车夫", ai=146, type=2, appr=10005, icon="Monster01_1", level=820, scale=0.45, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500093, name="黄金库贝拉布袋矿工", ai=146, type=2, appr=10006, icon="Monster23", level=840, scale=0.37, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500094, name="黄金库贝拉采掘者", ai=146, type=2, appr=10007, icon="Monster05_1", level=860, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500095, name="黄金毒蝎刺客", ai=146, type=2, appr=10001, icon="Monster03", level=880, scale=0.15, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500096, name="黄金幽灵斗士", ai=146, type=2, appr=10002, icon="Monster10", level=900, scale=0.2, headoffset=-0.8, np=-0.8, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500097, name="黄金幽灵角斗士", ai=146, type=2, appr=10003, icon="Monster163", level=920, scale=0.38, headoffset=0.2, np=0.2, deathEffect={2051,1}, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500098, name="黄金戈洛", ai=146, type=2, appr=10004, icon="Monster01_1", level=940, headoffset=0.2, np=0.2, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500099, name="黄金克里塔", ai=146, type=2, appr=10005, icon="Monster01_1", level=960, scale=0.45, headoffset=0.45, np=0.45, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500100, name="黄金神殿凶魔怪", ai=146, type=2, appr=10006, icon="Monster23", level=980, scale=0.37, headoffset=0, np=0, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=500103, name="黄金恶魔王", ai=146, type=2, appr=28022, icon="Monster05_1", level=40, headoffset=0, np=0, attackSound=40112, dieSound=40114, birthSound=40110, efficiencyLvIcon="img_minimap__boss1", monsterShowName=1, txtColor=274},
- {id=600001, name="天神·米迦勒", ai=103, type=3, appr=600004, icon="NewMonster_144", level=500, scale=0.8, headoffset=0.2, np=0.2, guaranteedDamage="60", mgroup={10601}, efficiencyLvIcon="img_minimap__boss2", monsterShowIcon=0, monsterShowName=0, txtColor=271},
- {id=600002, name="魔王·阿莫斯德", ai=103, type=3, appr=600001, icon="NewMonster_145", level=500, scale=0.6, headoffset=0.45, np=0.45, guaranteedDamage="60", mgroup={10601}, efficiencyLvIcon="img_minimap__boss2", monsterShowIcon=0, monsterShowName=0, txtColor=271},
- {id=600003, name="海皇·深渊之触", ai=103, type=3, appr=600002, icon="NewMonster_147", level=500, scale=0.5, headoffset=0, np=0, guaranteedDamage="60", mgroup={10601}, efficiencyLvIcon="img_minimap__boss2", monsterShowIcon=0, monsterShowName=0, txtColor=271},
- {id=600004, name="冥主·汲魂者", ai=103, type=3, appr=600003, icon="NewMonster_146", level=500, scale=0.5, headoffset=0, np=0, guaranteedDamage="60", attackSound=40112, dieSound=40114, birthSound=40110, mgroup={10601}, efficiencyLvIcon="img_minimap__boss2", monsterShowIcon=0, monsterShowName=0, txtColor=271},
- {id=600005, name="战狂·深渊领主", ai=103, type=3, appr=600005, icon="NewMonster_148", level=500, scale=0.5, headoffset=0, np=0, guaranteedDamage="60", attackSound=40112, dieSound=40114, birthSound=40110, mgroup={10601}, efficiencyLvIcon="img_minimap__boss2", monsterShowIcon=0, monsterShowName=0, txtColor=271},
- {id=700001, name="玛雅之手", ai=700001, type=3, appr=19002, icon="NewMonster_75", level=260, scale=0.65, exp=13134117, angelExp=110, guaranteedDamage="43", deathmark="Model/Monster/Monster177.prefab", mgroup={7001}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50040401},{1,50043002},{1,50010010},{2,50040401},{2,50043002},{2,50010010},{3,50040401},{3,50043002},{3,50010010}}, monsterHunt=2502},
- {id=700002, name="堕落玛雅之手", ai=700002, type=3, appr=19004, icon="NewMonster_76", level=270, scale=0.65, exp=15241951, angelExp=110, guaranteedDamage="49", deathmark="Model/Monster/Monster177.prefab", mgroup={7001}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50040401},{1,50043002},{1,50010010},{2,50040401},{2,50043002},{2,50010010},{3,50040401},{3,50043002},{3,50010010}}, monsterHunt=2502},
- {id=700003, name="咒怨魔王", ai=700003, type=3, appr=25020, icon="NewMonster_74", level=280, scale=0.65, exp=17349785, angelExp=110, guaranteedDamage="56", deathmark="Model/Monster/Monster177.prefab", mgroup={7001}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50040401},{1,50043002},{1,50010010},{2,50040401},{2,50043002},{2,50010010},{3,50040401},{3,50043002},{3,50010010}}, monsterHunt=2502},
- {id=700004, name="堕落咒怨魔王", ai=700004, type=3, appr=25020, icon="NewMonster_74", level=290, scale=0.65, exp=19457619, angelExp=110, guaranteedDamage="62", deathmark="Model/Monster/Monster177.prefab", mgroup={7001}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,50040401},{1,50043002},{1,50010010},{2,50040401},{2,50043002},{2,50010010},{3,50040401},{3,50043002},{3,50010010}}, monsterHunt=2502},
- {id=700005, name="幽灵巨蛛", ai=700005, type=3, appr=21003, icon="Monster174", level=310, scale=0.7, exp=24480959, angelExp=240, guaranteedDamage="78", deathmark="Model/Monster/Monster177.prefab", mgroup={7002}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50040501},{1,50043002},{1,50010010},{2,50040501},{2,50043002},{2,50010010},{3,50040501},{3,50043002},{3,50010010}}, monsterHunt=3002},
- {id=700006, name="剧毒巨蛛", ai=700006, type=3, appr=21003, icon="Monster174", level=320, scale=0.7, exp=27396465, angelExp=240, guaranteedDamage="90", deathmark="Model/Monster/Monster177.prefab", mgroup={7002}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50040501},{1,50043002},{1,50010010},{2,50040501},{2,50043002},{2,50010010},{3,50040501},{3,50043002},{3,50010010}}, monsterHunt=3002},
- {id=700007, name="冰霜巨蛛", ai=700007, type=3, appr=21001, icon="Monster174", level=330, scale=0.7, exp=30311970, angelExp=240, guaranteedDamage="102", deathmark="Model/Monster/Monster177.prefab", mgroup={7002}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50040501},{1,50043002},{1,50010010},{2,50040501},{2,50043002},{2,50010010},{3,50040501},{3,50043002},{3,50010010}}, monsterHunt=3002},
- {id=700008, name="霜寒巨蛛", ai=700008, type=3, appr=21001, icon="Monster174", level=340, scale=0.7, exp=33227476, angelExp=240, guaranteedDamage="115", deathmark="Model/Monster/Monster177.prefab", mgroup={7002}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,50040501},{1,50043002},{1,50010010},{2,50040501},{2,50043002},{2,50010010},{3,50040501},{3,50043002},{3,50010010}}, monsterHunt=3002},
- {id=700009, name="闪电巨人", ai=700009, type=3, appr=16007, icon="Monster168", level=360, scale=0.6, exp=39811093, angelExp=360, guaranteedDamage="138", deathmark="Model/Monster/Monster177.prefab", mgroup={7003}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50040601},{1,50043003},{1,50010010},{2,50040601},{2,50043003},{2,50010010},{3,50040601},{3,50043003},{3,50010010}}, monsterHunt=3502},
- {id=700010, name="闪电巨人之魂", ai=700010, type=3, appr=16007, icon="Monster168", level=370, scale=0.6, exp=43479203, angelExp=360, guaranteedDamage="159", deathmark="Model/Monster/Monster177.prefab", mgroup={7003}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50040601},{1,50043003},{1,50010010},{2,50040601},{2,50043003},{2,50010010},{3,50040601},{3,50043003},{3,50010010}}, monsterHunt=3502},
- {id=700011, name="火焰巨人", ai=700011, type=3, appr=16009, icon="Monster186", level=380, scale=0.6, exp=47147314, angelExp=360, guaranteedDamage="178", deathmark="Model/Monster/Monster177.prefab", mgroup={7003}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50040601},{1,50043003},{1,50010010},{2,50040601},{2,50043003},{2,50010010},{3,50040601},{3,50043003},{3,50010010}}, monsterHunt=3502},
- {id=700012, name="火焰巨人之魂", ai=700012, type=3, appr=16009, icon="Monster186", level=390, scale=0.3, exp=50815424, angelExp=360, guaranteedDamage="197", deathmark="Model/Monster/Monster177.prefab", mgroup={7003}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,50040601},{1,50043003},{1,50010010},{2,50040601},{2,50043003},{2,50010010},{3,50040601},{3,50043003},{3,50010010}}, monsterHunt=3502},
- {id=700013, name="巨斧战士", ai=700013, type=3, appr=24001, icon="NewMonster_57", level=410, scale=0.45, exp=60013008, angelExp=480, guaranteedDamage="219", deathmark="Model/Monster/Monster177.prefab", mgroup={7004}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50040701},{1,50043003},{1,50010010},{2,50040701},{2,50043003},{2,50010010},{3,50040701},{3,50043003},{3,50010010}}, monsterHunt=4002},
- {id=700014, name="愤怒的巨斧战士", ai=700014, type=3, appr=24001, icon="NewMonster_57", level=420, scale=0.45, exp=65542481, angelExp=480, guaranteedDamage="245", deathmark="Model/Monster/Monster177.prefab", mgroup={7004}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50040701},{1,50043003},{1,50010010},{2,50040701},{2,50043003},{2,50010010},{3,50040701},{3,50043003},{3,50010010}}, monsterHunt=4002},
- {id=700015, name="狂暴的巨斧战士", ai=700015, type=3, appr=24001, icon="NewMonster_57", level=430, scale=0.45, exp=71071953, angelExp=480, guaranteedDamage="281", deathmark="Model/Monster/Monster177.prefab", mgroup={7004}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50040701},{1,50043003},{1,50010010},{2,50040701},{2,50043003},{2,50010010},{3,50040701},{3,50043003},{3,50010010}}, monsterHunt=4002},
- {id=700016, name="炼狱魔王", ai=700016, type=3, appr=24006, icon="NewMonster_100", level=440, scale=0.8, exp=76601426, angelExp=480, guaranteedDamage="319", deathmark="Model/Monster/Monster177.prefab", mgroup={7004}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,50040701},{1,50043003},{1,50010010},{2,50040701},{2,50043003},{2,50010010},{3,50040701},{3,50043003},{3,50010010}}, monsterHunt=4002},
- {id=700017, name="幽灵火焰巨人", ai=700017, type=3, appr=18006, icon="NewMonster_72", level=460, scale=0.7, exp=82130899, angelExp=480, guaranteedDamage="353", deathmark="Model/Monster/Monster177.prefab", mgroup={7005}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040801},{1,50043004},{1,50010010},{2,50040801},{2,50043004},{2,50010010},{3,50040801},{3,50043004},{3,50010010}}, monsterHunt=4502},
- {id=700018, name="幽灵炽焰巨人", ai=700018, type=3, appr=18006, icon="NewMonster_72", level=470, scale=0.7, exp=88059517, angelExp=480, guaranteedDamage="387", deathmark="Model/Monster/Monster177.prefab", mgroup={7005}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040801},{1,50043004},{1,50010010},{2,50040801},{2,50043004},{2,50010010},{3,50040801},{3,50043004},{3,50010010}}, monsterHunt=4502},
- {id=700019, name="幽灵残酷巨人", ai=700019, type=3, appr=18007, icon="NewMonster_73", level=480, scale=0.7, exp=94416092, angelExp=480, guaranteedDamage="424", deathmark="Model/Monster/Monster177.prefab", mgroup={7005}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040801},{1,50043004},{1,50010010},{2,50040801},{2,50043004},{2,50010010},{3,50040801},{3,50043004},{3,50010010}}, monsterHunt=4502},
- {id=700020, name="帝国骑士团长", ai=700020, type=3, appr=25003, icon="NewMonster_103", level=490, scale=0.7, exp=101231516, angelExp=480, guaranteedDamage="462", deathmark="Model/Monster/Monster177.prefab", mgroup={7005}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040801},{1,50043004},{1,50010010},{2,50040801},{2,50043004},{2,50010010},{3,50040801},{3,50043004},{3,50010010}}, monsterHunt=4502},
- {id=700021, name="毒巨魔", ai=700021, type=3, appr=24003, icon="NewMonster_97", level=500, scale=0.8, exp=101231516, angelExp=480, guaranteedDamage="506", deathmark="Model/Monster/Monster177.prefab", mgroup={7006}, mDecayGroup={30001}, efficiencyLvIcon="img_minimap__boss4", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040901},{1,50043004},{1,50010010},{2,50040901},{2,50043004},{2,50010010},{3,50040901},{3,50043004},{3,50010010}}, monsterHunt=5002},
- {id=700022, name="猛毒巨魔", ai=24003, type=3, appr=24003, icon="NewMonster_97", level=500, scale=0.8, exp=101231516, angelExp=480, guaranteedDamage="295", mgroup={7006}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040901},{1,50043004},{1,50010010},{2,50040901},{2,50043004},{2,50010010},{3,50040901},{3,50043004},{3,50010010}}, monsterHunt=5002},
- {id=700023, name="熔岩巨魔", ai=24005, type=3, appr=24005, icon="NewMonster_99", level=520, scale=0.8, exp=101231516, angelExp=480, guaranteedDamage="345", mgroup={7006}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040901},{1,50043004},{1,50010010},{2,50040901},{2,50043004},{2,50010010},{3,50040901},{3,50043004},{3,50010010}}, monsterHunt=5002},
- {id=700024, name="嗜血蜂后", ai=24004, type=3, appr=24004, icon="NewMonster_98", level=540, scale=0.9, exp=101231516, angelExp=480, guaranteedDamage="329", mgroup={7006}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,50040901},{1,50043004},{1,50010010},{2,50040901},{2,50043004},{2,50010010},{3,50040901},{3,50043004},{3,50010010}}, monsterHunt=5002},
- {id=10001001, name="骷髅战士", ai=10001001, appr=50009, icon="Monster163", level=50, scale=0.45, headoffset=0.45, np=0.45, exp=1350, attackSound=40103, dieSound=40104, deathEffect={2051,1}, mgroup={10401}, monsterShowIcon=0},
- {id=10001002, name="鬼魂", ai=10001002, appr=60001, icon="Monster29", level=50, scale=0.5, headoffset=0, np=0, exp=1350, attackSound=40107, dieSound=40109, birthSound=40105, mgroup={10402}, monsterShowIcon=0},
- {id=10001003, name="毒牛怪", ai=10001003, appr=50011, icon="Monster01_3", level=50, scale=0.5, headoffset=0.45, np=0.45, exp=1350, attackSound=40065, dieSound=40067, birthSound=40063, mgroup={10403}, monsterShowIcon=0},
- {id=10001004, name="恶魔", ai=10001004, appr=60005, icon="Monster27", level=50, scale=0.5, headoffset=0.45, np=0.45, exp=1350, attackSound=40003, dieSound=40005, mgroup={10404}, monsterShowIcon=0},
- {id=10002001, name="剧毒鬼魂", ai=10002001, appr=60002, icon="Monster29_02", scale=0.5, headoffset=0, np=0, exp=2250, attackSound=40107, dieSound=40109, birthSound=40105, mgroup={10405}, monsterShowIcon=0},
- {id=10002002, name="幽灵", ai=10002002, appr=50004, icon="Monster08", headoffset=0, np=0, exp=2250, attackSound=40043, dieSound=40045, birthSound=40041, mgroup={10406}, monsterShowIcon=0},
- {id=10002003, name="死亡美人鱼", ai=10002003, appr=70002, icon="Monster35", scale=0.43, headoffset=0.85, np=0.85, exp=2250, attackSound=40103, dieSound=40046, mgroup={10407}, monsterShowIcon=0},
- {id=10002004, name="银弓海怪", ai=10002004, appr=70005, icon="Monster36_2", scale=0.65, headoffset=1.25, np=1.25, exp=2250, attackSound=40103, dieSound=40046, mgroup={10408}, monsterShowIcon=0},
- {id=10003001, name="铁脊怪", ai=10003001, appr=80001, icon="Monster46", level=150, scale=0.62, exp=3072, attackSound=40034, dieSound=40036, mgroup={10409}, monsterShowIcon=0},
- {id=10003002, name="巨齿兽", ai=10003002, appr=80002, icon="Monster44", level=150, scale=0.9, exp=3072, attackSound=40034, dieSound=40036, mgroup={10410}, monsterShowIcon=0},
- {id=10003003, name="铁轮战士", ai=10003003, appr=80003, level=150, scale=0.5, exp=3072, attackSound=40034, dieSound=40036, mgroup={10411}, monsterShowIcon=0},
- {id=10003004, name="破坏骑士", ai=10003004, appr=80004, level=150, scale=0.73, exp=3072, attackSound=40034, dieSound=40036, mgroup={10412}, monsterShowIcon=0},
- {id=10004001, name="恶灵王", ai=10004001, appr=90005, icon="Monster101", level=200, scale=0.5, exp=6066, attackSound=40070, dieSound=40072, mgroup={10413}, monsterShowIcon=0},
- {id=10004002, name="幻影骑士", ai=10004002, appr=90006, icon="Monster54", level=200, scale=0.5, exp=6066, attackSound=40070, dieSound=40072, mgroup={10414}, monsterShowIcon=0},
- {id=10004003, name="丛林残暴者", ai=10004003, appr=11002, level=200, scale=0.46, exp=6066, attackSound=40070, dieSound=40072, mgroup={10415}, monsterShowIcon=0},
- {id=10004004, name="丛林生命体", ai=10004004, appr=11004, level=200, scale=0.55, exp=6066, attackSound=40070, dieSound=40072, mgroup={10416}, monsterShowIcon=0},
- {id=10005001, name="裂角狼", ai=10005001, appr=12002, level=250, exp=10769, guaranteedDamage="3", attackSound=40070, dieSound=40072, mgroup={10417}, monsterShowIcon=0},
- {id=10005002, name="半兽人", ai=10005002, appr=12004, level=250, scale=0.5, exp=10769, guaranteedDamage="3", attackSound=40070, dieSound=40072, mgroup={10418}, monsterShowIcon=0},
- {id=10005003, name="寒冰刺客", ai=10005003, appr=12006, level=250, scale=0.4, exp=10769, guaranteedDamage="3", attackSound=40070, dieSound=40072, mgroup={10419}, monsterShowIcon=0},
- {id=10005004, name="狂巨人", ai=10005004, appr=12007, level=250, scale=0.5, exp=10769, guaranteedDamage="3", attackSound=40070, dieSound=40072, mgroup={10420}, monsterShowIcon=0},
- {id=10006001, name="假面巫", ai=10006001, appr=13001, level=300, scale=0.5, exp=21537, guaranteedDamage="5", mgroup={10421}, monsterShowIcon=0},
- {id=10006002, name="毒步妖", ai=10006002, appr=13002, level=300, scale=0.5, exp=21537, guaranteedDamage="5", mgroup={10422}, monsterShowIcon=0},
- {id=10006003, name="恐惧天使", ai=10006003, appr=13003, level=300, scale=0.65, exp=21537, guaranteedDamage="5", mgroup={10423}, monsterShowIcon=0},
- {id=10006004, name="毒步妖", ai=10006004, appr=13002, level=300, scale=0.5, exp=21537, guaranteedDamage="5", mgroup={10424}, monsterShowIcon=0},
- {id=10007001, name="冰之魔象", ai=10007001, appr=14002, level=350, scale=0.75, exp=42073, guaranteedDamage="9", mgroup={10425}, monsterShowIcon=0},
- {id=10007002, name="冰之巨魔", ai=10007002, appr=14003, level=350, scale=0.45, exp=42073, guaranteedDamage="9", mgroup={10426}, monsterShowIcon=0},
- {id=10007003, name="冰之魔蛛", ai=10007003, appr=14004, level=350, exp=42073, guaranteedDamage="9", mgroup={10427}, monsterShowIcon=0},
- {id=10007004, name="冰铁剑魂", ai=10007004, appr=14005, level=350, scale=0.65, exp=42073, guaranteedDamage="9", mgroup={10428}, monsterShowIcon=0},
- {id=10008001, name="树妖", ai=10008001, appr=16001, level=400, scale=0.3, exp=70659, guaranteedDamage="17", mgroup={10429}, monsterShowIcon=0},
- {id=10008002, name="残忍的树妖", ai=10008002, appr=16003, level=400, scale=0.3, exp=70659, guaranteedDamage="17", mgroup={10430}, monsterShowIcon=0},
- {id=10008003, name="暗影爪牙", ai=10008003, appr=16004, level=400, scale=0.3, exp=70659, guaranteedDamage="17", mgroup={10431}, monsterShowIcon=0},
- {id=10008004, name="暗影骑士", ai=10008004, appr=16005, level=400, scale=0.3, exp=70659, guaranteedDamage="17", mgroup={10432}, monsterShowIcon=0},
- {id=10009001, name="狂躁的兔子", ai=10009001, appr=16001, level=450, scale=0.3, exp=106879, guaranteedDamage="26", mgroup={10433}, monsterShowIcon=0},
- {id=10009002, name="贪婪的狼人", ai=10009002, appr=16003, level=450, scale=0.3, exp=106879, guaranteedDamage="26", mgroup={10434}, monsterShowIcon=0},
- {id=10009003, name="猥琐的偷袭者", ai=10009003, appr=16004, level=450, scale=0.3, exp=106879, guaranteedDamage="26", mgroup={10435}, monsterShowIcon=0},
- {id=10009004, name="罪恶的熊人", ai=10009004, appr=16005, level=450, scale=0.3, exp=106879, guaranteedDamage="26", mgroup={10436}, monsterShowIcon=0},
- {id=10010001, name="沼泽飞蝇", ai=10010001, appr=16001, level=500, scale=0.3, exp=161668, guaranteedDamage="39", mgroup={10437}, monsterShowIcon=0},
- {id=10010002, name="熔岩怪", ai=10010002, appr=16003, level=500, scale=0.3, exp=161668, guaranteedDamage="39", mgroup={10438}, monsterShowIcon=0},
- {id=10010003, name="暗影虫", ai=10010003, appr=16004, level=500, scale=0.3, exp=161668, guaranteedDamage="39", mgroup={10439}, monsterShowIcon=0},
- {id=10010004, name="飞蜈", ai=10010004, appr=16005, level=500, scale=0.3, exp=161668, guaranteedDamage="39", mgroup={10440}, monsterShowIcon=0},
- {id=11001001, name="假面弓手", ai=11001001, appr=22005, level=50, exp=1500, mgroup={10501}, monsterShowIcon=0},
- {id=11001002, name="骷灵战士", ai=11001002, appr=22006, level=50, exp=1500, mgroup={10502}, monsterShowIcon=0},
- {id=11001003, ai=11001003, appr=22004, level=50, exp=1500, mgroup={10503}, monsterShowIcon=0},
- {id=11001004, name="骷灵兽", ai=11001004, appr=22001, level=50, scale=0.3, exp=1500, mgroup={10504}, monsterShowIcon=0},
- {id=11001005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=50, exp=1500, mgroup={10505}, monsterShowIcon=0},
- {id=11001006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=50, exp=1500, mgroup={10506}, monsterShowIcon=0},
- {id=11001007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=50, scale=0.4, headoffset=1.7, exp=1500, guaranteedDamage="", monsterShowIcon=0},
- {id=11001008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=50, scale=0.5, exp=1500, guaranteedDamage="", monsterShowIcon=0},
- {id=11002001, name="假面弓手", ai=11001001, appr=22005, exp=2500, mgroup={10507}, monsterShowIcon=0},
- {id=11002002, name="骷灵战士", ai=11001002, appr=22006, exp=2500, mgroup={10508}, monsterShowIcon=0},
- {id=11002003, ai=11001003, appr=22004, exp=2500, mgroup={10509}, monsterShowIcon=0},
- {id=11002004, name="骷灵兽", ai=11001004, appr=22001, scale=0.3, exp=2500, mgroup={10510}, monsterShowIcon=0},
- {id=11002005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", exp=2500, mgroup={10511}, monsterShowIcon=0},
- {id=11002006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", exp=2500, mgroup={10512}, monsterShowIcon=0},
- {id=11002007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", scale=0.4, headoffset=1.7, exp=2500, guaranteedDamage="", monsterShowIcon=0},
- {id=11002008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", scale=0.5, exp=2500, guaranteedDamage="", monsterShowIcon=0},
- {id=11003001, name="假面弓手", ai=11001001, appr=22005, level=150, exp=3413, mgroup={10513}, monsterShowIcon=0},
- {id=11003002, name="骷灵战士", ai=11001002, appr=22006, level=150, exp=3413, mgroup={10514}, monsterShowIcon=0},
- {id=11003003, ai=11001003, appr=22004, level=150, exp=3413, mgroup={10515}, monsterShowIcon=0},
- {id=11003004, name="骷灵兽", ai=11001004, appr=22001, level=150, scale=0.3, exp=3413, mgroup={10516}, monsterShowIcon=0},
- {id=11003005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=150, exp=3413, mgroup={10517}, monsterShowIcon=0},
- {id=11003006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=150, exp=3413, mgroup={10518}, monsterShowIcon=0},
- {id=11003007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=150, scale=0.4, headoffset=1.7, exp=3413, guaranteedDamage="", monsterShowIcon=0},
- {id=11003008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=150, scale=0.5, exp=3413, guaranteedDamage="", monsterShowIcon=0},
- {id=11004001, name="假面弓手", ai=11001001, appr=22005, level=200, exp=6740, mgroup={10519}, monsterShowIcon=0},
- {id=11004002, name="骷灵战士", ai=11001002, appr=22006, level=200, exp=6740, mgroup={10520}, monsterShowIcon=0},
- {id=11004003, ai=11001003, appr=22004, level=200, exp=6740, mgroup={10521}, monsterShowIcon=0},
- {id=11004004, name="骷灵兽", ai=11001004, appr=22001, level=200, scale=0.3, exp=6740, mgroup={10522}, monsterShowIcon=0},
- {id=11004005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=200, exp=6740, mgroup={10523}, monsterShowIcon=0},
- {id=11004006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=200, exp=6740, mgroup={10524}, monsterShowIcon=0},
- {id=11004007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=200, scale=0.4, headoffset=1.7, exp=6740, guaranteedDamage="", monsterShowIcon=0},
- {id=11004008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=200, scale=0.5, exp=6740, guaranteedDamage="", monsterShowIcon=0},
- {id=11005001, name="假面弓手", ai=11001001, appr=22005, level=250, exp=11965, guaranteedDamage="3", mgroup={10525}, monsterShowIcon=0},
- {id=11005002, name="骷灵战士", ai=11001002, appr=22006, level=250, exp=11965, guaranteedDamage="3", mgroup={10526}, monsterShowIcon=0},
- {id=11005003, ai=11001003, appr=22004, level=250, exp=11965, guaranteedDamage="3", mgroup={10527}, monsterShowIcon=0},
- {id=11005004, name="骷灵兽", ai=11001004, appr=22001, level=250, scale=0.3, exp=11965, guaranteedDamage="3", mgroup={10528}, monsterShowIcon=0},
- {id=11005005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=250, exp=11965, guaranteedDamage="3", mgroup={10529}, monsterShowIcon=0},
- {id=11005006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=250, exp=11965, guaranteedDamage="3", mgroup={10530}, monsterShowIcon=0},
- {id=11005007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=250, scale=0.4, headoffset=1.7, exp=11965, guaranteedDamage="", monsterShowIcon=0},
- {id=11005008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=250, scale=0.5, exp=11965, guaranteedDamage="", monsterShowIcon=0},
- {id=11006001, name="假面弓手", ai=11001001, appr=22005, level=300, exp=23930, guaranteedDamage="5", mgroup={10531}, monsterShowIcon=0},
- {id=11006002, name="骷灵战士", ai=11001002, appr=22006, level=300, exp=23930, guaranteedDamage="5", mgroup={10532}, monsterShowIcon=0},
- {id=11006003, ai=11001003, appr=22004, level=300, exp=23930, guaranteedDamage="5", mgroup={10533}, monsterShowIcon=0},
- {id=11006004, name="骷灵兽", ai=11001004, appr=22001, level=300, scale=0.3, exp=23930, guaranteedDamage="5", mgroup={10534}, monsterShowIcon=0},
- {id=11006005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=300, exp=23930, guaranteedDamage="5", mgroup={10535}, monsterShowIcon=0},
- {id=11006006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=300, exp=23930, guaranteedDamage="5", mgroup={10536}, monsterShowIcon=0},
- {id=11006007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=300, scale=0.4, headoffset=1.7, exp=23930, guaranteedDamage="", monsterShowIcon=0},
- {id=11006008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=300, scale=0.5, exp=23930, guaranteedDamage="", monsterShowIcon=0},
- {id=11007001, name="假面弓手", ai=11001001, appr=22005, level=350, exp=46747, guaranteedDamage="9", mgroup={10537}, monsterShowIcon=0},
- {id=11007002, name="骷灵战士", ai=11001002, appr=22006, level=350, exp=46747, guaranteedDamage="9", mgroup={10538}, monsterShowIcon=0},
- {id=11007003, ai=11001003, appr=22004, level=350, exp=46747, guaranteedDamage="9", mgroup={10539}, monsterShowIcon=0},
- {id=11007004, name="骷灵兽", ai=11001004, appr=22001, level=350, scale=0.3, exp=46747, guaranteedDamage="9", mgroup={10540}, monsterShowIcon=0},
- {id=11007005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=350, exp=46747, guaranteedDamage="9", mgroup={10541}, monsterShowIcon=0},
- {id=11007006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=350, exp=46747, guaranteedDamage="9", mgroup={10542}, monsterShowIcon=0},
- {id=11007007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=350, scale=0.4, headoffset=1.7, exp=46747, guaranteedDamage="", monsterShowIcon=0},
- {id=11007008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=350, scale=0.5, exp=46747, guaranteedDamage="", monsterShowIcon=0},
- {id=11008001, name="假面弓手", ai=11001001, appr=22005, level=400, exp=78509, guaranteedDamage="17", mgroup={10543}, monsterShowIcon=0},
- {id=11008002, name="骷灵战士", ai=11001002, appr=22006, level=400, exp=78509, guaranteedDamage="17", mgroup={10544}, monsterShowIcon=0},
- {id=11008003, ai=11001003, appr=22004, level=400, exp=78509, guaranteedDamage="17", mgroup={10545}, monsterShowIcon=0},
- {id=11008004, name="骷灵兽", ai=11001004, appr=22001, level=400, scale=0.3, exp=78509, guaranteedDamage="17", mgroup={10546}, monsterShowIcon=0},
- {id=11008005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=400, exp=78509, guaranteedDamage="17", mgroup={10547}, monsterShowIcon=0},
- {id=11008006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=400, exp=78509, guaranteedDamage="17", mgroup={10548}, monsterShowIcon=0},
- {id=11008007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=400, scale=0.4, headoffset=1.7, exp=78509, guaranteedDamage="", monsterShowIcon=0},
- {id=11008008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=400, scale=0.5, exp=78509, guaranteedDamage="", monsterShowIcon=0},
- {id=11009001, name="假面弓手", ai=11001001, appr=22005, level=450, exp=118754, guaranteedDamage="26", mgroup={10549}, monsterShowIcon=0},
- {id=11009002, name="骷灵战士", ai=11001002, appr=22006, level=450, exp=118754, guaranteedDamage="26", mgroup={10550}, monsterShowIcon=0},
- {id=11009003, ai=11001003, appr=22004, level=450, exp=118754, guaranteedDamage="26", mgroup={10551}, monsterShowIcon=0},
- {id=11009004, name="骷灵兽", ai=11001004, appr=22001, level=450, scale=0.3, exp=118754, guaranteedDamage="26", mgroup={10552}, monsterShowIcon=0},
- {id=11009005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=450, exp=118754, guaranteedDamage="26", mgroup={10553}, monsterShowIcon=0},
- {id=11009006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=450, exp=118754, guaranteedDamage="26", mgroup={10554}, monsterShowIcon=0},
- {id=11009007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=450, scale=0.4, headoffset=1.7, exp=118754, guaranteedDamage="", monsterShowIcon=0},
- {id=11009008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=450, scale=0.5, exp=118754, guaranteedDamage="", monsterShowIcon=0},
- {id=11010001, name="假面弓手", ai=11001001, appr=22005, level=500, exp=179631, guaranteedDamage="39", mgroup={10555}, monsterShowIcon=0},
- {id=11010002, name="骷灵战士", ai=11001002, appr=22006, level=500, exp=179631, guaranteedDamage="39", mgroup={10556}, monsterShowIcon=0},
- {id=11010003, ai=11001003, appr=22004, level=500, exp=179631, guaranteedDamage="39", mgroup={10557}, monsterShowIcon=0},
- {id=11010004, name="骷灵兽", ai=11001004, appr=22001, level=500, scale=0.3, exp=179631, guaranteedDamage="39", mgroup={10558}, monsterShowIcon=0},
- {id=11010005, name="骷灵骑士", ai=11001005, appr=22002, icon="NewMonster_80", level=500, exp=179631, guaranteedDamage="39", mgroup={10559}, monsterShowIcon=0},
- {id=11010006, name="骷灵巫师", ai=11001006, appr=22003, icon="NewMonster_81", level=500, exp=179631, guaranteedDamage="39", mgroup={10560}, monsterShowIcon=0},
- {id=11010007, name="血色城门", ai=11001007, type=3, form=1, icon="Monster_cm", level=500, scale=0.4, headoffset=1.7, exp=179631, guaranteedDamage="", monsterShowIcon=0},
- {id=11010008, name="水晶灵柩", ai=11001008, type=3, form=1, appr=22008, icon="Monster_sjlj", level=500, scale=0.5, exp=179631, guaranteedDamage="", monsterShowIcon=0},
- {id=15001001, name="刺锤侦察兵", ai=15001001, appr=17001, icon="NewMonster_48", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001002, name="长矛侦察兵", ai=15001002, appr=17002, icon="NewMonster_49", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001003, name="魔弓侦察兵", ai=15001003, appr=17003, icon="NewMonster_50", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001004, name="刺锤侦察兵", ai=15001001, appr=17001, icon="NewMonster_48", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001005, name="长矛侦察兵", ai=15001002, appr=17002, icon="NewMonster_49", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001006, name="魔弓侦察兵", ai=15001003, appr=17003, icon="NewMonster_50", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001007, name="暗黑扫荡者", ai=15001004, appr=17008, icon="NewMonster_55", level=134, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001008, name="暗黑血狼人", ai=15001005, appr=17004, icon="NewMonster_51", level=118, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001009, name="暗黑防御者", ai=15001006, appr=17007, icon="NewMonster_54", level=132, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001010, name="暗黑扫荡者", ai=15001004, appr=17008, icon="NewMonster_55", level=134, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001011, name="暗黑血狼人", ai=15001005, appr=17004, icon="NewMonster_51", level=118, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001012, name="暗黑防御者", ai=15001006, appr=17007, icon="NewMonster_54", level=132, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001013, name="英雄侦察兵", ai=15001007, appr=17005, level=123, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001014, name="暗黑防御者", ai=15001006, appr=17007, icon="NewMonster_54", level=132, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001015, name="英雄铁脊怪", ai=15001009, appr=17009, icon="NewMonster_56", level=82, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001016, name="英雄侦察兵", ai=15001007, appr=17005, level=123, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001017, name="暗黑防御者", ai=15001006, appr=17007, icon="NewMonster_54", level=132, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001018, name="英雄铁脊怪", ai=15001009, appr=17009, icon="NewMonster_56", level=82, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001019, name="英雄血狼人", ai=15001008, appr=17006, icon="NewMonster_51", level=127, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001020, name="魔弓侦察兵", ai=15001003, appr=17003, icon="NewMonster_50", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001021, name="暗黑咒术师", ai=15001010, appr=17014, icon="NewMonster_61", level=134, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001022, name="英雄血狼人", ai=15001008, appr=17006, icon="NewMonster_51", level=127, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001023, name="魔弓侦察兵", ai=15001003, appr=17003, icon="NewMonster_50", level=97, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001024, name="暗黑咒术师", ai=15001010, appr=17014, icon="NewMonster_61", level=134, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001025, name="英雄血狼人", ai=15001008, appr=17006, icon="NewMonster_51", level=127, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001026, name="暗黑咒术师", ai=15001010, appr=17014, icon="NewMonster_61", level=134, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001027, name="暗黑指挥官", ai=15001011, appr=17013, icon="NewMonster_60", level=135, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001028, name="英雄血狼人", ai=15001008, appr=17006, icon="NewMonster_51", level=127, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001029, name="暗黑咒术师", ai=15001010, appr=17014, icon="NewMonster_61", level=134, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001030, name="暗黑指挥官", ai=15001011, appr=17013, icon="NewMonster_60", level=135, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001051, name="【普通】弓箭手", ai=15001051, beSelect=1, appr=17017, icon="NewMonster_64", level=3, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001052, name="【精英】弓箭手", ai=15001052, beSelect=1, appr=17018, icon="NewMonster_65", level=3, scale=0.3, exp=200, monsterShowIcon=0},
- {id=15001053, name="【传奇】弓箭手", ai=15001053, beSelect=1, appr=17019, icon="NewMonster_66", level=3, scale=0.3, exp=200, monsterShowIcon=0},
- {id=17001001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, monsterShowIcon=0},
- {id=17001002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, monsterShowIcon=0},
- {id=17001003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, monsterShowIcon=0},
- {id=17002001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="77", monsterShowIcon=0},
- {id=17002002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="77", monsterShowIcon=0},
- {id=17002003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="77", monsterShowIcon=0},
- {id=17003001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="176", monsterShowIcon=0},
- {id=17003002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="176", monsterShowIcon=0},
- {id=17003003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="176", monsterShowIcon=0},
- {id=17004001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="338", monsterShowIcon=0},
- {id=17004002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="338", monsterShowIcon=0},
- {id=17004003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="338", monsterShowIcon=0},
- {id=17005001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="583", monsterShowIcon=0},
- {id=17005002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="583", monsterShowIcon=0},
- {id=17005003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="583", monsterShowIcon=0},
- {id=17006001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="1045", monsterShowIcon=0},
- {id=17006002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="1045", monsterShowIcon=0},
- {id=17006003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="1045", monsterShowIcon=0},
- {id=17007001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="1888", monsterShowIcon=0},
- {id=17007002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="1888", monsterShowIcon=0},
- {id=17007003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="1888", monsterShowIcon=0},
- {id=17008001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="3251", monsterShowIcon=0},
- {id=17008002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="3251", monsterShowIcon=0},
- {id=17008003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="3251", monsterShowIcon=0},
- {id=17009001, name="赤色要塞剑士", ai=103, appr=27000, icon="Monster12_1", level=55, scale=0.4, headoffset=1, np=1, guaranteedDamage="5506", monsterShowIcon=0},
- {id=17009002, name="赤色要塞法师", ai=129, appr=27001, icon="Monster28", level=66, scale=0.4, headoffset=1, np=1, guaranteedDamage="5506", monsterShowIcon=0},
- {id=17009003, name="赤色要塞弓箭手", ai=139, appr=27002, icon="Monster38", level=74, scale=0.4, headoffset=0.5, np=0.5, guaranteedDamage="5506", monsterShowIcon=0},
- {id=18001001, name="魔王巴洛克之魂", ai=135, type=3, appr=60008, icon="Monster28", level=50, scale=0.7, headoffset=1, np=1, exp=450000, angelExp=5, attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", mgroup={10301}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310431},{2,20120431},{3,20130431},{1,20410431},{2,20420431},{3,20430431},{1,20610431},{2,20620431},{3,20630431},{1,20810431},{2,20820431},{3,20830431}}, monsterHunt=602},
- {id=18002001, name="炽炎魔", ai=103, type=3, appr=80006, icon="Monster43_2", scale=0.59, exp=2400000, angelExp=10, guaranteedDamage="2", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", mgroup={10302}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310531},{2,20120531},{3,20130531},{1,20410531},{2,20420531},{3,20430531},{1,20610531},{2,20620531},{3,20630531},{1,20810531},{2,20820531},{3,20830531}}, monsterHunt=1002},
- {id=18003001, name="丛林召唤者", ai=103, type=3, appr=11010, icon="Monster165", level=150, scale=0.7, exp=4738996, angelExp=20, guaranteedDamage="3", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={10303}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310631},{2,20120631},{3,20130631},{1,20410631},{2,20420631},{3,20430631},{1,20610631},{2,20620631},{3,20630631},{1,20810631},{2,20820631},{3,20830631}}, monsterHunt=1502},
- {id=18004001, name="疯魔", ai=103, type=3, appr=12001, icon="Monster166", level=200, scale=0.65, exp=8412882, angelExp=50, guaranteedDamage="7", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", mgroup={10304}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310731},{2,20120731},{3,20130731},{1,20410731},{2,20420731},{3,20430731},{1,20610731},{2,20620731},{3,20630731},{1,20810731},{2,20820731},{3,20830731}}, monsterHunt=2002},
- {id=18005001, name="玛雅之手", ai=119, type=3, appr=19002, icon="Monster171", level=250, scale=0.3, exp=16825765, angelExp=110, guaranteedDamage="12", deathmark="Model/Monster/Monster177.prefab", mgroup={10305}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310831},{2,20120831},{3,20130831},{1,20410831},{2,20420831},{3,20430831},{1,20610831},{2,20620831},{3,20630831},{1,20810831},{2,20820831},{3,20830831}}, monsterHunt=2502},
- {id=18006001, name="冰霜巨蛛", ai=123, type=3, appr=21001, icon="Monster174", level=300, scale=0.3, exp=32869123, angelExp=240, guaranteedDamage="22", deathmark="Model/Monster/Monster177.prefab", mgroup={10306}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20310931},{2,20120931},{3,20130931},{1,20410931},{2,20420931},{3,20430931},{1,20610931},{2,20620931},{3,20630931},{1,20810931},{2,20820931},{3,20830931}}, monsterHunt=3002},
- {id=18007001, name="闪电巨人", ai=103, type=3, appr=16007, icon="Monster168", level=350, scale=0.3, exp=55201450, angelExp=360, guaranteedDamage="42", deathmark="Model/Monster/Monster177.prefab", mgroup={10307}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311031},{2,20121031},{3,20131031},{1,20411031},{2,20421031},{3,20431031},{1,20611031},{2,20621031},{3,20631031},{1,20811031},{2,20821031},{3,20831031}}, monsterHunt=3502},
- {id=18008001, name="炼狱魔王", ai=135, type=3, appr=24006, icon="NewMonster_100", level=400, scale=0.6, exp=83499186, angelExp=480, guaranteedDamage="72", attackSound=40094, dieSound=40093, deathmark="Model/Monster/Monster177.prefab", mgroup={10308}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311131},{2,20121131},{3,20131131},{1,20411131},{2,20421131},{3,20431131},{1,20611131},{2,20621131},{3,20631131},{1,20811131},{2,20821131},{3,20831131}}, monsterHunt=4002},
- {id=18009001, name="幽灵火焰巨人", ai=135, type=3, appr=18006, icon="NewMonster_72", level=450, scale=0.6, exp=126303096, angelExp=560, guaranteedDamage="123", attackSound=40094, dieSound=40093, deathmark="Model/Monster/Monster177.prefab", mgroup={10309}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,20411231},{2,20421231},{3,20431231},{1,20611231},{2,20621231},{3,20631231},{1,20811231},{2,20821231},{3,20831231}}, monsterHunt=4502},
- {id=18010001, name="毒巨魔", ai=135, type=3, appr=24003, icon="NewMonster_97", level=500, scale=0.6, exp=450000, angelExp=560, guaranteedDamage="123", attackSound=40094, dieSound=40093, deathmark="Model/Monster/Monster177.prefab", mgroup={10310}, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271, UIDrop={{1,20311231},{2,20121231},{3,20131231},{1,20411231},{2,20421231},{3,20431231},{1,20611231},{2,20621231},{3,20631231},{1,20811231},{2,20821231},{3,20831231}}, monsterHunt=5002},
- {id=19001001, name="骷髅战士", ai=19001001, appr=50009, icon="Monster163", level=0, scale=0.45, headoffset=0.45, np=0.45, exp=0, decaySign=0, guaranteedDamage="3", attackSound=40103, dieSound=40104, deathEffect={2051,1}, monsterShowIcon=0},
- {id=19002001, name="剧毒鬼魂", ai=19002001, appr=60002, icon="Monster29_02", level=0, scale=0.5, headoffset=0, np=0, exp=0, decaySign=0, guaranteedDamage="6", attackSound=40107, dieSound=40109, birthSound=40105, monsterShowIcon=0},
- {id=19003001, name="铁脊怪", ai=19003001, appr=80001, icon="Monster46", level=0, scale=0.62, exp=0, decaySign=0, guaranteedDamage="8", attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=19004001, name="恶灵王", ai=19004001, appr=90005, icon="Monster101", level=0, scale=0.5, exp=0, decaySign=0, guaranteedDamage="9", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=19005001, name="裂角狼", ai=19005001, appr=12002, level=0, exp=0, decaySign=0, guaranteedDamage="11", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=19006001, name="假面巫", ai=19006001, appr=13001, level=0, scale=0.5, exp=0, decaySign=0, guaranteedDamage="18", monsterShowIcon=0},
- {id=19007001, name="冰之魔象", ai=19007001, appr=14002, level=0, scale=0.75, exp=0, decaySign=0, guaranteedDamage="23", monsterShowIcon=0},
- {id=19008001, name="树妖", ai=19008001, appr=16001, level=0, scale=0.3, exp=0, decaySign=0, guaranteedDamage="30", monsterShowIcon=0},
- {id=19009001, name="狂躁的兔子", ai=19009001, appr=16001, level=0, scale=0.3, exp=0, decaySign=0, guaranteedDamage="46", monsterShowIcon=0},
- {id=19010001, name="沼泽飞蝇", ai=19010001, appr=16001, level=0, scale=0.3, exp=0, decaySign=0, guaranteedDamage="82", monsterShowIcon=0},
- {id=20001001, name="骷髅战士", ai=20001001, appr=50009, icon="Monster163", level=50, scale=0.45, headoffset=0.45, np=0.45, exp=0, attackSound=40103, dieSound=40104, deathEffect={2051,1}, monsterShowIcon=0},
- {id=20001011, name="鬼魂", ai=20001011, appr=60001, icon="Monster29", level=50, scale=0.5, headoffset=0, np=0, exp=0, attackSound=40107, dieSound=40109, birthSound=40105, monsterShowIcon=0},
- {id=20001021, name="魔鬼戈登", ai=20001021, type=3, appr=50012, icon="Monster12_1", level=40, scale=0.55, headoffset=1, np=1, exp=0, guaranteedDamage="3", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20002001, name="骷髅战士", ai=20002001, appr=50009, icon="Monster163", level=50, scale=0.45, headoffset=0.45, np=0.45, exp=0, attackSound=40103, dieSound=40104, deathEffect={2051,1}, monsterShowIcon=0},
- {id=20002011, name="鬼魂", ai=20002011, appr=60001, icon="Monster29", level=50, scale=0.5, headoffset=0, np=0, exp=0, attackSound=40107, dieSound=40109, birthSound=40105, monsterShowIcon=0},
- {id=20002021, name="魔鬼戈登", ai=20002021, type=3, appr=50012, icon="Monster12_1", level=40, scale=0.55, headoffset=1, np=1, exp=0, guaranteedDamage="4", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20003001, name="骷髅战士", ai=20003001, appr=50009, icon="Monster163", level=50, scale=0.45, headoffset=0.45, np=0.45, exp=0, attackSound=40103, dieSound=40104, deathEffect={2051,1}, monsterShowIcon=0},
- {id=20003011, name="鬼魂", ai=20003011, appr=60001, icon="Monster29", level=50, scale=0.5, headoffset=0, np=0, exp=0, attackSound=40107, dieSound=40109, birthSound=40105, monsterShowIcon=0},
- {id=20003021, name="魔鬼戈登", ai=20003021, type=3, appr=50012, icon="Monster12_1", level=40, scale=0.55, headoffset=1, np=1, exp=0, guaranteedDamage="4", attackSound=40049, dieSound=40051, birthSound=40047, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20004001, name="恶魔", ai=20004001, appr=60005, icon="Monster27", level=50, scale=0.5, headoffset=0.45, np=0.45, exp=0, attackSound=40003, dieSound=40005, monsterShowIcon=0},
- {id=20004011, name="剧毒鬼魂", ai=20004011, appr=60002, icon="Monster29_02", scale=0.5, headoffset=0, np=0, exp=0, attackSound=40107, dieSound=40109, birthSound=40105, monsterShowIcon=0},
- {id=20004021, name="魔王巴洛克", ai=20004021, type=3, appr=60008, icon="Monster28", level=45, scale=0.7, headoffset=1, np=1, exp=0, guaranteedDamage="5", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20005001, name="恶魔", ai=20005001, appr=60005, icon="Monster27", level=50, scale=0.5, headoffset=0.45, np=0.45, exp=0, attackSound=40003, dieSound=40005, monsterShowIcon=0},
- {id=20005011, name="剧毒鬼魂", ai=20005011, appr=60002, icon="Monster29_02", scale=0.5, headoffset=0, np=0, exp=0, attackSound=40107, dieSound=40109, birthSound=40105, monsterShowIcon=0},
- {id=20005021, name="魔王巴洛克", ai=20005021, type=3, appr=60008, icon="Monster28", level=45, scale=0.7, headoffset=1, np=1, exp=0, guaranteedDamage="6", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20006001, name="恶魔", ai=20006001, appr=60005, icon="Monster27", level=50, scale=0.5, headoffset=0.45, np=0.45, exp=0, attackSound=40003, dieSound=40005, monsterShowIcon=0},
- {id=20006011, name="剧毒鬼魂", ai=20006011, appr=60002, icon="Monster29_02", scale=0.5, headoffset=0, np=0, exp=0, attackSound=40107, dieSound=40109, birthSound=40105, monsterShowIcon=0},
- {id=20006021, name="魔王巴洛克", ai=20006021, type=3, appr=60008, icon="Monster28", level=45, scale=0.7, headoffset=1, np=1, exp=0, guaranteedDamage="7", attackSound=40049, dieSound=40051, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20007001, name="死亡美人鱼", ai=20007001, appr=70002, icon="Monster35", scale=0.43, headoffset=0.85, np=0.85, exp=0, attackSound=40103, dieSound=40046, monsterShowIcon=0},
- {id=20007011, name="银弓海怪", ai=20007011, appr=70005, icon="Monster36_2", scale=0.65, headoffset=1.25, np=1.25, exp=0, attackSound=40103, dieSound=40046, monsterShowIcon=0},
- {id=20007021, name="海魔希特拉", ai=20007021, type=3, appr=70007, icon="Monster38", level=65, scale=0.4, headoffset=0.5, np=0.5, exp=0, guaranteedDamage="8", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20008001, name="死亡美人鱼", ai=20008001, appr=70002, icon="Monster35", scale=0.43, headoffset=0.85, np=0.85, exp=0, attackSound=40103, dieSound=40046, monsterShowIcon=0},
- {id=20008011, name="银弓海怪", ai=20008011, appr=70005, icon="Monster36_2", scale=0.65, headoffset=1.25, np=1.25, exp=0, attackSound=40103, dieSound=40046, monsterShowIcon=0},
- {id=20008021, name="海魔希特拉", ai=20008021, type=3, appr=70007, icon="Monster38", level=65, scale=0.4, headoffset=0.5, np=0.5, exp=0, guaranteedDamage="9", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20009001, name="死亡美人鱼", ai=20009001, appr=70002, icon="Monster35", scale=0.43, headoffset=0.85, np=0.85, exp=0, attackSound=40103, dieSound=40046, monsterShowIcon=0},
- {id=20009011, name="银弓海怪", ai=20009011, appr=70005, icon="Monster36_2", scale=0.65, headoffset=1.25, np=1.25, exp=0, attackSound=40103, dieSound=40046, monsterShowIcon=0},
- {id=20009021, name="海魔希特拉", ai=20009021, type=3, appr=70007, icon="Monster38", level=65, scale=0.4, headoffset=0.5, np=0.5, exp=0, guaranteedDamage="11", attackSound=40103, dieSound=40046, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20010001, name="铁脊怪", ai=20010001, appr=80001, icon="Monster46", level=150, scale=0.62, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20010011, name="巨齿兽", ai=20010011, appr=80002, icon="Monster44", level=150, scale=0.9, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20010021, name="魔王扎坎", ai=20010021, type=3, appr=80007, icon="Monster_45_2", scale=0.73, exp=0, guaranteedDamage="12", attackSound=40034, dieSound=40036, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20011001, name="铁脊怪", ai=20011001, appr=80001, icon="Monster46", level=150, scale=0.62, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20011011, name="巨齿兽", ai=20011011, appr=80002, icon="Monster44", level=150, scale=0.9, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20011021, name="魔王扎坎", ai=20011021, type=3, appr=80007, icon="Monster_45_2", scale=0.73, exp=0, guaranteedDamage="14", attackSound=40034, dieSound=40036, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20012001, name="铁脊怪", ai=20012001, appr=80001, icon="Monster46", level=150, scale=0.62, exp=0, guaranteedDamage="2", attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20012011, name="巨齿兽", ai=20012011, appr=80002, icon="Monster44", level=150, scale=0.9, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20012021, name="魔王扎坎", ai=20012021, type=3, appr=80007, icon="Monster_45_2", scale=0.73, exp=0, guaranteedDamage="15", attackSound=40034, dieSound=40036, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20013001, name="铁轮战士", ai=20013001, appr=80003, level=150, scale=0.5, exp=0, guaranteedDamage="2", attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20013011, name="破坏骑士", ai=20013011, appr=80004, level=150, scale=0.73, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20013021, name="狂暴炽炎魔", ai=20013021, type=3, appr=80006, icon="Monster43_2", level=110, scale=0.59, exp=0, guaranteedDamage="18", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20014001, name="铁轮战士", ai=20014001, appr=80003, level=150, scale=0.5, exp=0, guaranteedDamage="2", attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20014011, name="破坏骑士", ai=20014011, appr=80004, level=150, scale=0.73, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20014021, name="狂暴炽炎魔", ai=20014021, type=3, appr=80006, icon="Monster43_2", level=110, scale=0.59, exp=0, guaranteedDamage="20", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20015001, name="铁轮战士", ai=20015001, appr=80003, level=150, scale=0.5, exp=0, guaranteedDamage="2", attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20015011, name="破坏骑士", ai=20015011, appr=80004, level=150, scale=0.73, exp=0, attackSound=40034, dieSound=40036, monsterShowIcon=0},
- {id=20015021, name="狂暴炽炎魔", ai=20015021, type=3, appr=80006, icon="Monster43_2", level=110, scale=0.59, exp=0, guaranteedDamage="22", attackSound=40094, dieSound=40093, deathEffect={2030,1}, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20016001, name="剧毒勾尾蝎", ai=20016001, appr=15001, level=130, scale=0.4, exp=0, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=227, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20016011, name="黄蜂女王", ai=20016011, appr=15006, icon="NewMonster_35", level=135, scale=0.3, exp=0, attackSound=40070, dieSound=40072, sword=243, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20016021, name="美杜莎", ai=20016021, type=3, appr=11009, level=130, scale=0.65, exp=0, guaranteedDamage="25", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20017001, name="剧毒勾尾蝎", ai=20017001, appr=15001, level=130, scale=0.4, exp=0, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=227, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20017011, name="黄蜂女王", ai=20017011, appr=15006, icon="NewMonster_35", level=135, scale=0.3, exp=0, attackSound=40070, dieSound=40072, sword=243, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20017021, name="美杜莎", ai=20017021, type=3, appr=11009, level=130, scale=0.65, exp=0, guaranteedDamage="29", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20018001, name="剧毒勾尾蝎", ai=20018001, appr=15001, level=130, scale=0.4, exp=0, guaranteedDamage="3", attackSound=40070, dieSound=40072, sword=227, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20018011, name="黄蜂女王", ai=20018011, appr=15006, icon="NewMonster_35", level=135, scale=0.3, exp=0, guaranteedDamage="2", attackSound=40070, dieSound=40072, sword=243, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20018021, name="美杜莎", ai=20018021, type=3, appr=11009, level=130, scale=0.65, exp=0, guaranteedDamage="33", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20019001, name="丛林残暴者", ai=20019001, appr=11002, level=200, scale=0.46, exp=0, guaranteedDamage="3", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20019011, name="丛林生命体", ai=20019011, appr=11004, level=200, scale=0.55, exp=0, guaranteedDamage="2", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20019021, name="丛林召唤者", ai=20019021, type=3, appr=11010, icon="Monster165", level=150, scale=0.7, exp=0, guaranteedDamage="37", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20020001, name="丛林残暴者", ai=20020001, appr=11002, level=200, scale=0.46, exp=0, guaranteedDamage="3", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20020011, name="丛林生命体", ai=20020011, appr=11004, level=200, scale=0.55, exp=0, guaranteedDamage="2", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20020021, name="丛林召唤者", ai=20020021, type=3, appr=11010, icon="Monster165", level=150, scale=0.7, exp=0, guaranteedDamage="42", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20021001, name="丛林残暴者", ai=20021001, appr=11002, level=200, scale=0.46, exp=0, guaranteedDamage="4", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20021011, name="丛林生命体", ai=20021011, appr=11004, level=200, scale=0.55, exp=0, guaranteedDamage="2", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20021021, name="丛林召唤者", ai=20021021, type=3, appr=11010, icon="Monster165", level=150, scale=0.7, exp=0, guaranteedDamage="46", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20022001, name="恶灵王", ai=20022001, appr=90005, icon="Monster101", level=200, scale=0.5, exp=0, guaranteedDamage="4", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20022011, name="幻影骑士", ai=20022011, appr=90006, icon="Monster54", level=200, scale=0.5, exp=0, guaranteedDamage="2", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20022021, name="天魔菲尼斯", ai=20022021, type=3, appr=90008, icon="Monster56", level=170, UIscale=0.32, exp=0, guaranteedDamage="52", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20023001, name="恶灵王", ai=20023001, appr=90005, icon="Monster101", level=200, scale=0.5, exp=0, guaranteedDamage="5", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20023011, name="幻影骑士", ai=20023011, appr=90006, icon="Monster54", level=200, scale=0.5, exp=0, guaranteedDamage="3", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20023021, name="天魔菲尼斯", ai=20023021, type=3, appr=90008, icon="Monster56", level=170, UIscale=0.32, exp=0, guaranteedDamage="60", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20024001, name="恶灵王", ai=20024001, appr=90005, icon="Monster101", level=200, scale=0.5, exp=0, guaranteedDamage="5", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20024011, name="幻影骑士", ai=20024011, appr=90006, icon="Monster54", level=200, scale=0.5, exp=0, guaranteedDamage="3", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20024021, name="天魔菲尼斯", ai=20024021, type=3, appr=90008, icon="Monster56", level=170, UIscale=0.32, exp=0, guaranteedDamage="68", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20025001, name="裂角狼", ai=20025001, appr=12002, level=250, exp=0, guaranteedDamage="6", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20025011, name="半兽人", ai=20025011, appr=12004, level=250, scale=0.5, exp=0, guaranteedDamage="3", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20025021, name="疯魔", ai=20025021, type=3, appr=12001, icon="Monster166", level=200, scale=0.65, shapeshiftScale=1, exp=0, guaranteedDamage="77", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20026001, name="裂角狼", ai=20026001, appr=12002, level=250, exp=0, guaranteedDamage="6", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20026011, name="半兽人", ai=20026011, appr=12004, level=250, scale=0.5, exp=0, guaranteedDamage="3", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20026021, name="疯魔", ai=20026021, type=3, appr=12001, icon="Monster166", level=200, scale=0.65, shapeshiftScale=1, exp=0, guaranteedDamage="85", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20027001, name="裂角狼", ai=20027001, appr=12002, level=250, exp=0, guaranteedDamage="7", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20027011, name="半兽人", ai=20027011, appr=12004, level=250, scale=0.5, exp=0, guaranteedDamage="4", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20027021, name="疯魔", ai=20027021, type=3, appr=12001, icon="Monster166", level=200, scale=0.65, shapeshiftScale=1, exp=0, guaranteedDamage="93", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20028001, name="寒冰刺客", ai=20028001, appr=12006, level=250, scale=0.4, exp=0, guaranteedDamage="8", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20028011, name="狂巨人", ai=20028011, appr=12007, level=250, scale=0.5, exp=0, guaranteedDamage="4", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20028021, name="屠杀者", ai=20028021, type=3, appr=12008, icon="Monster167", level=220, scale=0.5, exp=0, guaranteedDamage="107", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20029001, name="寒冰刺客", ai=20029001, appr=12006, level=250, scale=0.4, exp=0, guaranteedDamage="9", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20029011, name="狂巨人", ai=20029011, appr=12007, level=250, scale=0.5, exp=0, guaranteedDamage="5", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20029021, name="屠杀者", ai=20029021, type=3, appr=12008, icon="Monster167", level=220, scale=0.5, exp=0, guaranteedDamage="120", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20030001, name="寒冰刺客", ai=20030001, appr=12006, level=250, scale=0.4, exp=0, guaranteedDamage="9", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20030011, name="狂巨人", ai=20030011, appr=12007, level=250, scale=0.5, exp=0, guaranteedDamage="5", attackSound=40070, dieSound=40072, monsterShowIcon=0},
- {id=20030021, name="屠杀者", ai=20030021, type=3, appr=12008, icon="Monster167", level=220, scale=0.5, exp=0, guaranteedDamage="133", attackSound=40070, dieSound=40072, deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20031001, name="假面巫", ai=20031001, appr=13001, level=300, scale=0.5, exp=0, guaranteedDamage="10", monsterShowIcon=0},
- {id=20031011, name="毒步妖", ai=20031011, appr=13002, level=300, scale=0.5, exp=0, guaranteedDamage="5", monsterShowIcon=0},
- {id=20031021, name="玛雅之手", ai=20031021, type=3, appr=19002, icon="NewMonster_75", level=250, scale=0.65, exp=0, guaranteedDamage="143", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20032001, name="假面巫", ai=20032001, appr=13001, level=300, scale=0.5, exp=0, guaranteedDamage="10", monsterShowIcon=0},
- {id=20032011, name="毒步妖", ai=20032011, appr=13002, level=300, scale=0.5, exp=0, guaranteedDamage="5", monsterShowIcon=0},
- {id=20032021, name="玛雅之手", ai=20032021, type=3, appr=19002, icon="NewMonster_75", level=250, scale=0.65, exp=0, guaranteedDamage="147", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20033001, name="假面巫", ai=20033001, appr=13001, level=300, scale=0.5, exp=0, guaranteedDamage="12", monsterShowIcon=0},
- {id=20033011, name="毒步妖", ai=20033011, appr=13002, level=300, scale=0.5, exp=0, guaranteedDamage="6", monsterShowIcon=0},
- {id=20033021, name="玛雅之手", ai=20033021, type=3, appr=19002, icon="NewMonster_75", level=250, scale=0.65, exp=0, guaranteedDamage="165", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20034001, name="恐惧天使", ai=20034001, appr=13003, level=300, scale=0.65, exp=0, guaranteedDamage="13", monsterShowIcon=0},
- {id=20034011, name="冰之魔犬", ai=20034011, appr=14001, icon="NewMonster_21", level=300, scale=0.45, exp=0, guaranteedDamage="7", sword=1267, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20034021, name="咒怨魔王", ai=20034021, type=3, appr=25020, icon="NewMonster_74", level=290, scale=0.65, exp=0, guaranteedDamage="190", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20035001, name="恐惧天使", ai=20035001, appr=13003, level=300, scale=0.65, exp=0, guaranteedDamage="15", monsterShowIcon=0},
- {id=20035011, name="冰之魔犬", ai=20035011, appr=14001, icon="NewMonster_21", level=300, scale=0.45, exp=0, guaranteedDamage="8", sword=1267, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20035021, name="咒怨魔王", ai=20035021, type=3, appr=25020, icon="NewMonster_74", level=290, scale=0.65, exp=0, guaranteedDamage="215", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20036001, name="恐惧天使", ai=20036001, appr=13003, level=300, scale=0.65, exp=0, guaranteedDamage="16", monsterShowIcon=0},
- {id=20036011, name="冰之魔犬", ai=20036011, appr=14001, icon="NewMonster_21", level=300, scale=0.45, exp=0, guaranteedDamage="8", sword=1267, efficiencyLvIcon="img_minimap__shuaguaidian"},
- {id=20036021, name="咒怨魔王", ai=20036021, type=3, appr=25020, icon="NewMonster_74", level=290, scale=0.65, exp=0, guaranteedDamage="238", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20037001, name="冰之魔象", ai=20037001, appr=14002, level=350, scale=0.75, exp=0, guaranteedDamage="16", monsterShowIcon=0},
- {id=20037011, name="冰之巨魔", ai=20037011, appr=14003, level=350, scale=0.45, exp=0, guaranteedDamage="8", monsterShowIcon=0},
- {id=20037021, name="幽灵巨蛛", ai=20037021, type=3, appr=21003, icon="Monster174", level=300, scale=0.7, exp=0, guaranteedDamage="238", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20038001, name="冰之魔象", ai=20038001, appr=14002, level=350, scale=0.75, exp=0, guaranteedDamage="18", monsterShowIcon=0},
- {id=20038011, name="冰之巨魔", ai=20038011, appr=14003, level=350, scale=0.45, exp=0, guaranteedDamage="9", monsterShowIcon=0},
- {id=20038021, name="幽灵巨蛛", ai=20038021, type=3, appr=21003, icon="Monster174", level=300, scale=0.7, exp=0, guaranteedDamage="261", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20039001, name="冰之魔象", ai=20039001, appr=14002, level=350, scale=0.75, exp=0, guaranteedDamage="20", monsterShowIcon=0},
- {id=20039011, name="冰之巨魔", ai=20039011, appr=14003, level=350, scale=0.45, exp=0, guaranteedDamage="10", monsterShowIcon=0},
- {id=20039021, name="幽灵巨蛛", ai=20039021, type=3, appr=21003, icon="Monster174", level=300, scale=0.7, exp=0, guaranteedDamage="286", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20040001, name="冰之魔蛛", ai=20040001, appr=14004, level=350, exp=0, guaranteedDamage="21", monsterShowIcon=0},
- {id=20040011, name="冰铁剑魂", ai=20040011, appr=14005, level=350, scale=0.65, exp=0, guaranteedDamage="11", monsterShowIcon=0},
- {id=20040021, name="剧毒巨蛛", ai=20040021, type=3, appr=21003, icon="Monster174", level=320, scale=0.7, exp=0, guaranteedDamage="312", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20041001, name="冰之魔蛛", ai=20041001, appr=14004, level=350, exp=0, guaranteedDamage="23", monsterShowIcon=0},
- {id=20041011, name="冰铁剑魂", ai=20041011, appr=14005, level=350, scale=0.65, exp=0, guaranteedDamage="12", monsterShowIcon=0},
- {id=20041021, name="剧毒巨蛛", ai=20041021, type=3, appr=21003, icon="Monster174", level=320, scale=0.7, exp=0, guaranteedDamage="341", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20042001, name="冰之魔蛛", ai=20042001, appr=14004, level=350, exp=0, guaranteedDamage="23", monsterShowIcon=0},
- {id=20042011, name="冰铁剑魂", ai=20042011, appr=14005, level=350, scale=0.65, exp=0, guaranteedDamage="12", monsterShowIcon=0},
- {id=20042021, name="剧毒巨蛛", ai=20042021, type=3, appr=21003, icon="Monster174", level=320, scale=0.7, exp=0, guaranteedDamage="338", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20043001, name="树妖", ai=20043001, appr=16001, level=400, scale=0.3, exp=0, guaranteedDamage="25", monsterShowIcon=0},
- {id=20043011, name="残忍的树妖", ai=20043011, appr=16003, level=400, scale=0.3, exp=0, guaranteedDamage="13", monsterShowIcon=0},
- {id=20043021, name="闪电巨人", ai=20043021, type=3, appr=16007, icon="Monster168", level=350, scale=0.6, exp=0, guaranteedDamage="364", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20044001, name="树妖", ai=20044001, appr=16001, level=400, scale=0.3, exp=0, guaranteedDamage="27", monsterShowIcon=0},
- {id=20044011, name="残忍的树妖", ai=20044011, appr=16003, level=400, scale=0.3, exp=0, guaranteedDamage="14", monsterShowIcon=0},
- {id=20044021, name="闪电巨人", ai=20044021, type=3, appr=16007, icon="Monster168", level=350, scale=0.6, exp=0, guaranteedDamage="401", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20045001, name="树妖", ai=20045001, appr=16001, level=400, scale=0.3, exp=0, guaranteedDamage="29", monsterShowIcon=0},
- {id=20045011, name="残忍的树妖", ai=20045011, appr=16003, level=400, scale=0.3, exp=0, guaranteedDamage="15", monsterShowIcon=0},
- {id=20045021, name="闪电巨人", ai=20045021, type=3, appr=16007, icon="Monster168", level=350, scale=0.6, exp=0, guaranteedDamage="423", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20046001, name="暗影爪牙", ai=20046001, appr=16004, level=400, scale=0.3, exp=0, guaranteedDamage="17", monsterShowIcon=0},
- {id=20046011, name="暗影骑士", ai=20046011, appr=16005, level=400, scale=0.3, exp=0, guaranteedDamage="17", monsterShowIcon=0},
- {id=20046021, name="幽灵巨人", ai=20046021, type=3, appr=16008, icon="Monster169", level=370, scale=0.6, exp=0, guaranteedDamage="60", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20047001, name="暗影爪牙", ai=20047001, appr=16004, level=400, scale=0.3, exp=0, guaranteedDamage="17", monsterShowIcon=0},
- {id=20047011, name="暗影骑士", ai=20047011, appr=16005, level=400, scale=0.3, exp=0, guaranteedDamage="17", monsterShowIcon=0},
- {id=20047021, name="幽灵巨人", ai=20047021, type=3, appr=16008, icon="Monster169", level=370, scale=0.6, exp=0, guaranteedDamage="60", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20048001, name="暗影爪牙", ai=20048001, appr=16004, level=400, scale=0.3, exp=0, guaranteedDamage="17", monsterShowIcon=0},
- {id=20048011, name="暗影骑士", ai=20048011, appr=16005, level=400, scale=0.3, exp=0, guaranteedDamage="17", monsterShowIcon=0},
- {id=20048021, name="幽灵巨人", ai=20048021, type=3, appr=16008, icon="Monster169", level=370, scale=0.6, exp=0, guaranteedDamage="60", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20049001, name="狂躁的兔子", ai=20049001, appr=16001, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20049011, name="贪婪的狼人", ai=20049011, appr=16003, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20049021, name="巨斧战士", ai=20049021, type=3, appr=24001, icon="NewMonster_57", level=400, scale=0.45, exp=0, guaranteedDamage="170", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20050001, name="狂躁的兔子", ai=20050001, appr=16001, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20050011, name="贪婪的狼人", ai=20050011, appr=16003, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20050021, name="巨斧战士", ai=20050021, type=3, appr=24001, icon="NewMonster_57", level=400, scale=0.45, exp=0, guaranteedDamage="170", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20051001, name="狂躁的兔子", ai=20051001, appr=16001, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20051011, name="贪婪的狼人", ai=20051011, appr=16003, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20051021, name="巨斧战士", ai=20051021, type=3, appr=24001, icon="NewMonster_57", level=400, scale=0.45, exp=0, guaranteedDamage="170", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20052001, name="猥琐的偷袭者", ai=20052001, appr=16004, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20052011, name="罪恶的熊人", ai=20052011, appr=16005, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20052021, name="炼狱魔王", ai=20052021, type=3, appr=24006, icon="NewMonster_100", level=440, scale=0.8, exp=0, guaranteedDamage="212", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20053001, name="猥琐的偷袭者", ai=20053001, appr=16004, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20053011, name="罪恶的熊人", ai=20053011, appr=16005, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20053021, name="炼狱魔王", ai=20053021, type=3, appr=24006, icon="NewMonster_100", level=440, scale=0.8, exp=0, guaranteedDamage="212", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=20054001, name="猥琐的偷袭者", ai=20054001, appr=16004, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20054011, name="罪恶的熊人", ai=20054011, appr=16005, level=450, scale=0.3, exp=0, guaranteedDamage="26", monsterShowIcon=0},
- {id=20054021, name="炼狱魔王", ai=20054021, type=3, appr=24006, icon="NewMonster_100", level=440, scale=0.8, exp=0, guaranteedDamage="212", deathmark="Model/Monster/Monster177.prefab", efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- {id=21001001, name="魔王昆顿", ai=105, type=3, appr=23009, level=147, scale=0.7, headoffset=1.7, attackSound=40049, dieSound=40051, efficiencyLvIcon="img_minimap__boss2", monsterShowName=1, txtColor=271},
- }
- local defaults = {name="假面武士", ai=101, type=1, beSelect=0, beMonsterSelect=0, form=0, appr=22007, icon="Monster43_1", level=100, scale=0.35, UIscale=0, shapeshiftScale=0, headoffset=0, np=0, exp=8000, angelExp=0, decaySign=4000, guaranteedDamage="1", pveCrossModel=0, bornSound=0, attackSound=0, hitSound=0, dieSound=0, birthSound=0, walkSound=0, runSound=0, trackSound=0, fastTrack=0, deathEffect={}, sword=0, deathmark="", mgroup={}, mDecayGroup={}, efficiencyLvIcon="", monsterShowIcon=1, monsterShowName=0, monsterShowLv=0, txtColor=0, UIDrop={}, monsterHunt=0}
- local mt = {__index = defaults}
- for _, v in ipairs(cfg_monster) do
- setmetatable(v, mt)
- end
- return cfg_monster
|