生物组(Mob Groups)是Minecraft Dungeons中一项重要的游戏机制。
在游戏的关卡中通常有大量的生物生成,配置这些生物生成的最基本单位就是生物组。
属性[]
生物组包含于关卡的配置数据中,由生物组分种类及其权重、数量限制、难度限制组成。
id
:生物组的调用ID,由相应路径配置或挑战群配置调用。
type
:生物组的生物组分,数值是对应生物的内部ID。
weight
:某种生物的相对权重,该生物权重值占总生物权重的比率等于生物实际生成的概率,单一生物生物组权重树脂不影响生成结果。
max
:某种生物的最大绝对数量,其判断等级高于其他所有条件,一旦已经确定生成生物的数量达到该值,随后的生成中该生物永远不会出现。
min
:某种生物的最小绝对数量,通常用于修饰大小Boss的生成,防止强大敌对生物的数量不可控。
max%
:某种生物的最大绝对占比,其判断等级同样高于其他所有条件,一般不会与max
连用,主要修饰较为强大的一般敌对生物,防止完全随机抽样时该生物大量生成。
min-difficulty=X
:某种特定生物附加的最低威胁数值。有时高塔会在/tower
中整体降低某一楼层的威胁数值,但是该词条能保证特定生物具有需要的难度。
生物组通常可在路径生成和竞技场生成时作为生物选取单位使用。生成结果通常由世界种子确定,同一游戏世界内,相同世界种子、生成方式下的生成结果始终相同。
路径生成产生关卡非事件区域中分散的生物,这些生物在关卡加载过程中即生成完毕,直接由单个和数个生物组再由二级权重混合选取生成,数量由生成空间大小及配置密度决定;竞技场生成时是游戏事件中逐波进行的生物生成,每一波使用一个生物组作为生物选取范围,在场地空间内生成目标数量的生物。
路径独占组是一类特殊的生物组,通常仅用于路径生物生成,可能拥有同时修饰全部组分的难度限制;Boss组是竞技场使用的一类特殊生物组,特点为生物同时拥有上下限数量限制以便在任何条件下生成固定数量的Boss生物。
目前几乎所有关卡都拥有一套独立的生物组,但许多关卡却共用挑战组配置。共有39套生物组配置。
主大陆生物组[]
以下是主大陆各关卡使用的生物组。
共有23个独有生物组,包括1个路径生成独占组、3个Boss组、19个通用生物组。
UNIFORM GROUP
制服组合(路径独占)
- id=lowcomplexity-group-diff1
- max-difficulty=1
- type=zombie 僵尸
- type=skeleton 骷髅
- max-difficulty=1
2.SINGLE jackolantern
仅南瓜灯
- id=jackolantern
- type=jackolantern 南瓜灯
- weight=1
- max%=0.6
- type=jackolantern 南瓜灯
3.CW-MIX
苦力怕森林混合组
- id=cw-mix
- type=skeleton 骷髅
- weight=1
- type=zombie 僵尸
- weight=1
- type=creeper 苦力怕
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=animal 动物
- weight=0.3
- max%=0.3
- type=creeper 苦力怕
- weight=0.7
- min-difficulty=2
- type=wraith 女巫
- weight=0.2
- max%=0.15
- min-difficulty=2
- type=necromancer 死灵法师
- weight=0.1
- max%=0.1
- min-difficulty=3
- type=skeleton 骷髅
4.CW-MIX
苦力怕森林混合组2
- id=cw-mix2
- type=skeleton 骷髅
- weight=1
- type=zombie 僵尸
- weight=1
- type=creeper 苦力怕
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=animal 动物
- weight=0.3
- max%=0.3
- type=creeper 苦力怕
- weight=0.3
- min-difficulty=2
- type=skeleton 骷髅
5.CW-MIX
苦力怕森林(动物)混合组
- id=cw-mixnoanimals
- type=skeleton 骷髅
- weight=1
- type=zombie 僵尸
- weight=1
- type=creeper 苦力怕
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=creeper 苦力怕
- weight=0.3
- min-difficulty=2
- type=skeleton 骷髅
6.ZOMBIE HORDE
大群僵尸
- id=zombie-horde
- type=zombie 僵尸
- min=7
- weight=1
- type=zombie 僵尸
7.ZOMBIE GROUP
僵尸群
- id=zombie-group
- type=zombie 僵尸
- weight=1
- type=zombie 僵尸
8.ZOMBIE HORDE
僵尸与骷髅
- id=zombie-skellie
- type=zombie 僵尸
- min=4
- weight=0.2
- type=skeleton 骷髅
- min=4
- weight=1
- type=zombie 僵尸
9.ILLAGER GROUP
灾厄组合
- id=caravan-illagers
- type=animal 动物
- weight=0.3
- max%=0.3
- type=vindicator 卫道士
- weight=1
- type=enchanter 附魔师
- weight=0.15
- max%=0.13
- type=animal 动物
10.SPIDER SPECIAL
蜘蛛限定
- id=spider-special
- type=spider 蜘蛛
- min=10
- type=spider 蜘蛛
11.SPIDER
蜘蛛组
- id=spider
- type=spider 蜘蛛
- min=2
- type=spider 蜘蛛
12.CREEPER SPECIAL
苦力怕限定
- id=creeper-special
- type=creeper 苦力怕
- min=1
- max=1
- type=creeper 苦力怕
13.CREEPER ARENA
苦力怕竞技场
- id=creeper-arena
- type=creeper 苦力怕
- min=1
- type=creeper 苦力怕
14.CREEPER
苦力怕
- id=creeper
- type=creeper 苦力怕
- min=2
- type=creeper 苦力怕
15.CREEPER SPIDER
苦力怕与蜘蛛
- id=creeper-spider
- type=creeper 苦力怕
- weight=0.5
- min=1
- type=spider 蜘蛛
- weight=1
- min=2
- type=creeper 苦力怕
16.CREEPER SPIDER ARENA
苦力怕与蜘蛛竞技场
- id=creeper-spider-arena
- type=creeper 苦力怕
- weight=0.5
- min=1
- type=spider 蜘蛛
- weight=1
- min=2
- type=creeper 苦力怕
17.ANIMALS
动物们
- id=animals
- type=animal 动物
- weight=1
- max%=0.4
- type=skeleton 骷髅
- weight=0.3
- type=zombie 僵尸
- weight=0.3
- type=animal 动物
18.MINIARENA SINGLES
迷你竞技场限定
- id=miniarena-singles
- type=zombie 僵尸
- weight=1
- min=1
- type=vindicator 卫道士
- weight=1
- min=1
- type=skeleton 骷髅
- weight=1
- min=1
- type=zombie 僵尸
19.Skeleton Singles
骷髅限定
- id=skeleton-singles
- type=skeleton 骷髅
- weight=1
- min=1
- type=skeleton 骷髅
20. (无标题)
- id=bridge-fight
- type=skeleton 骷髅
- weight=1
- min=1
- type=creeper 苦力怕
- min=1
- max=1
- type=skeleton 骷髅
21.Enderman Arena
末影人竞技场(Boss)
- id=enderman-fight
- type=enderman 末影人
- min=1
- max=1
- type=enderman 末影人
22.DEEPWOOD BROOK ENDERSENT BOSS
丛林深处溪边的末地遣使Boss(Boss)
- id=enderboss
- type=endersent_thornblight 尖刺之眼
- min=1
- max=1
- type=endersent_thornblight 尖刺之眼
23.DEEPWOOD BROOK ENDERSENT
丛林深处溪边末地遣使(Boss)
- id=recurring_endersent
- type=endersent 末地遣使
- min=1
- max=1
- type=endersent 末地遣使
共有16个独有生物组,4个Boss组、12个通用生物组。
PUMPKIN MIX
南瓜牧场混合组
- id=pumpkin-mix
- type=zombie 僵尸
- weight=1
- type=skeleton 骷髅
- weight=1
- type=vindicator 卫道士
- weight=1
- type=animal 动物
- weight=0.2
- max%=0.2
- type=creeper 苦力怕
- weight=0.3
- max%=0.4
- type=spider 蜘蛛
- weight=0.5
- max%=0.4
- type=geomancer 地卜师
- weight=0.1
- max%=0.1
- type=enchanter 附魔师
- weight=0.2
- max%=0.2
- type=chickenjockey 鸡骑士
- weight=0.1
- max%=0.3
- type=zombie 僵尸
2.ARCH MIX
阿奇的混合组
- id=arch-mix
- type=zombie 僵尸
- weight=1
- type=skeleton 骷髅
- weight=1
- type=vindicator 卫道士
- weight=1
- type=creeper 苦力怕
- weight=0.3
- max%=0.4
- type=spider 蜘蛛
- weight=0.5
- max%=0.4
- type=geomancer 地卜师
- weight=0.1
- max%=0.1
- type=enchanter 附魔师
- weight=0.2
- max%=0.2
- type=chickenjockey 鸡骑士
- weight=0.1
- max%=0.3
- type=zombie 僵尸
3.SINGLE jackolantern
近南瓜灯
- id=jackolantern
- type=jackolantern 南瓜灯
- weight=1
- max%=0.6
- type=jackolantern 南瓜灯
4.PUMPKIN MIX
南瓜牧场混合组(调制用)
- id=pumpkin-casters
- type=skeleton 骷髅
- weight=1
- type=vindicator 卫道士
- weight=1
- type=enchanter 附魔师
- weight=0.2
- max%=0.2
- type=skeleton 骷髅
5.RANDOM ARENA
随机竞技场
- id=random-arena
- type=skeleton 骷髅
- weight=1
- type=vindicator 卫道士
- weight=1
- type=enchanter 附魔师
- weight=0.2
- max=0.2
- type=skeleton 骷髅
6.ILLAGER EVOKER
灾厄村民与唤魔者
- id=illagercaster-group
- type=geomancer 地卜师
- weight=0.2
- max%=0.2
- type=vindicator 卫道士
- weight=1
- type=geomancer 地卜师
7.ILLAGER ENCHANTER
灾厄村民与附魔师
- id=illagerenchanter-group
- type=enchanter 附魔师
- weight=0.3
- max%=0.2
- type=vindicator 卫道士
- weight=1
- type=enchanter 附魔师
8.VINDICATOR GROUP
卫道士组
- id=vindicator-group
- type=vindicator 卫道士
9.MINIARENA SINGLES
迷你竞技场限定
- id=miniarena-singles
- type=zombie 僵尸
- weight=1
- type=vindicator 卫道士
- weight=1
- type=skeleton 骷髅
- weight=1
- type=zombie 僵尸
10.Skeleton Singles
骷髅限定
- id=skeleton-singles
- type=skeleton 骷髅
- weight=1
- type=skeleton 骷髅
11.Evoker Single
唤魔者限定(Boss)
- id=single-evoker
- type=evoker 唤魔者
- min=1
- max=1
- type=evoker 唤魔者
12.ENDERLING MIX
末影灵混合组
- id=enderling-mix
- type=zombie 僵尸
- weight=0.2
- type=geomancer 地卜师
- weight=0.05
- type=skeleton 骷髅
- weight=0.2
- type=creeper 苦力怕
- weight=0.3
- max%=0.4
- type=chickenjockey 鸡骑士
- weight=0.1
- max%=0.3
- type=zombie 僵尸
13.TUNNEL MIX
隧洞混合组
- id=tunnel-mix
- type=zombie 僵尸
- weight=0.4
- type=skeleton 骷髅
- weight=0.2
- type=spider 蜘蛛
- weight=0.2
- type=zombie 僵尸
14.ENDERMAN MIX
末影人混合(Boss)
- id=enderman-mix
- type=enderman 末影人
- min=1
- max=1
- type=enderman 末影人
15.OLD TOWN HALL ENDERSENT BOSS
''古镇礼堂的末地遣使Boss(Boss)
- id=enderboss
- type=endersent_voidstrike 野蛮之眼
- min=1
- max=1
- type=endersent_voidstrike 野蛮之眼
16.OLD TOWN HALL ENDERSENT
古镇礼堂的末地遣使(Boss)
- id=recurring_endersent
- type=endersent 末地遣使
- min=1
- max=1
- type=endersent 末地遣使
高塔生物组[]
高塔拥有一套独立的生物组,并拥有特殊的在线验证机制。
游戏根据服务器下发的数据将楼层结构信息与生物挑战群信息关联,由生物挑战群进一步调用高塔生物组的信息最终确定每一楼层的生成情况,确定对应楼层的生物种类、权重、生成波数,随后在对应楼层结构的spawn
标签区域进行随机生成,由于种子的存在,每次生成的结果实际完全相同。1.14.1.0后为防止玩家修改高塔生物组,每次进行高塔游戏时该内容会进行网络验证。1.16.2.0加入了高塔多人游戏,生物生成的数量开始随玩家数变动。连接中发送内容与高塔配置文件中的副本稍有部分出入,服务器下发的版本覆盖级别高于游戏内副本。
截至1.17.0.0高塔生物组共有157种,目前按其使用情况和内容属性分为三类:泛用生物组121种、中性组分Boss组10种和独立Boss组26种。
/dungeons/config/tower
中实际调用的是挑战群的标识ID。
目前有效的文件创建于2022-10-17T12:21:40.879Z
;上传于2022-10-17T12:21:40.879Z
;自2022-10-19T07:00:00Z
即1.16.2.0更新后生效;活跃期至2122-10-14T00:00:00Z
;版本号为2022-10-17-1
,是赛季三的第一版。
泛用生物组:
泛用生物组是高塔中最常见的挑战波组分组,配置场景中预先生成生物和无尽生物生成的生物组亦在此中。他们通常是某个依照群系或特定规则将不同的生物组合起来。
1.TWR-MIX EASY
高塔混合组-简单
- id=twr-mix-easy
- type=skeleton 骷髅
- weight=1
- type=zombie 僵尸
- weight=1.5
- type=creeper 苦力怕
- weight=1
- max%=0.3
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=skeleton 骷髅
2.TWR-MIX MEDIUM
高塔混合组-普通
- id=twr-mix-med
- type=skeleton 骷髅
- weight=2
- type=zombie 僵尸
- weight=2
- type=creeper 苦力怕
- weight=1
- max%=0.3
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=necromancer 死灵法师
- weight=0.1
- max%=0.1
- min-difficulty=3
- type=towerwraith 高塔幽灵
- weight=0.5
- max%=0.1
- type=skeleton 骷髅
3.TWR-MIX HARD
高塔混合组-困难
- id=twr-mix-hard
- type=skeleton 骷髅
- weight=3
- type=zombie 僵尸
- weight=3
- type=creeper 苦力怕
- weight=1
- max%=0.7
- type=spider 蜘蛛
- weight=0.7
- max%=0.7
- type=necromancer 死灵法师
- weight=0.2
- max%=0.2
- min-difficulty=3
- type=towerwraith 高塔幽灵
- weight=3
- max%=0.5
- type=towerguard 高塔守卫
- weight=0.2
- type=towerwraith 高塔幽灵
- weight=1
- max%=0.1
- type=towerguard 高塔守卫
- weight=0.1
- type=skeleton 骷髅
4.CRC-MIX EASY
苦力怕地穴混合组-简单
- id=crc-mix-easy
- type=skeleton 骷髅
- weight=1
- type=zombie 僵尸
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.3
- type=cavespider 洞穴蜘蛛
- weight=0.7
- max%=0.5
- type=creeper 苦力怕
- weight=0.2
- min-difficulty=2
- type=skeleton 骷髅
5.CRC-MIX MEDIUM
苦力怕地穴混合组-普通
- id=crc-mix-med
- type=skeleton 骷髅
- weight=1.5
- type=skeletonvanguard 骷髅先锋
- weight=0.2
- type=zombie 僵尸
- weight=1.5
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=wraith 幽灵
- weight=0.3
- max%=0.1
- type=creeper 苦力怕
- weight=0.5
- type=skeleton 骷髅
6.CRC-MIX HARD
苦力怕地穴混合组-困难
- id=crc-mix-hard
- type=skeleton 骷髅
- weight=1
- type=skeleton 骷髅
- weight=1
- type=zombie 僵尸
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=creeper 苦力怕
- weight=0.7
- min-difficulty=2
- type=wraith 幽灵
- weight=0.2
- max%=0.15
- type=necromancer 死灵法师
- weight=0.1
- max%=0.1
- type=skeleton 骷髅
7.ZOMBIE HORDE
大群僵尸
- id=zombie-horde
- type=zombie 僵尸
- min=6
- weight=1
- type=zombie 僵尸
8.HORSEMAN
骑手
- id=only-horseman
- type=ordinaryhorse 骷髅骑手
- min=1
- max=1
- weight=1
- type=ordinaryhorse 骷髅骑手
9.EW-TWR-MIX-1-EASY
末地荒野混合组1-简单
- id=ew-twr-mix-1-easy
- type=endling 看守灵
- weight=0.7
- type=blastling 爆破灵
- weight=0.4
- type=snareling 迷惑灵
- weight=0.3
- type=endermitesmart 末影螨(智慧)
- weight=0.6
- type=endermite 末影螨
- weight=0.2
- type=endling 看守灵
10.EW-TWR-MIX-1-HARD
末地荒野混合组1-困难
- id=ew-twr-mix-1-hard
- type=endling 看守灵
- weight=1
- type=blastling 爆破灵
- weight=0.5
- type=snareling 迷惑灵
- weight=0.4
- type=endermitesmart 末影螨(智慧)
- weight=0.8
- type=endermite 末影螨
- weight=0.5
- type=endling 看守灵
11.EW-TWR-MIX-2-EASY
末地荒野混合组2-简单
- id=ew-twr-mix-2-easy
- type=pillager 掠夺者
- weight=1
- type=vindicator 卫道士
- weight=1
- type=enchanter 附魔师
- weight=0.5
- type=pillager 掠夺者
12.EW-TWR-MIX-2-HARD
末地荒野混合组2-困难
- id=ew-twr-mix-2-hard
- type=pillager 掠夺者
- weight=1
- type=vindicator 卫道士
- weight=1
- type=enchanter 附魔师
- weight=0.6
- type=chillager 冰术师
- weight=0.2
- max%=0.2
- type=towerwraith 高塔幽灵
- weight=0.2
- max%=0.2
- type=towerguard 高塔守卫
- weight=0.1
- type=pillager 掠夺者
13.ENDERMEN
末影人
- id=endermen
- type=Enderman 末影人
- weight=1
- type=Enderman 末影人
14.EW_TS-TWR-Endermites
末地荒野与要塞末影螨组
- id=ew-ts-twr-endermites
- type=endermite 末影螨
- weight=0.2
- type=endermitesmart 末影螨(智慧)
- weight=1
- type=endermite 末影螨
15.EW_TS-TWR-endermites-endless
末地荒野与要塞无限末影螨组
- id=ew_ts-twr-endermitesendless
- type=endermite 末影螨
- min=5
- max=15
- type=endermite 末影螨
16.End Wilds Easy Mix (TOWER14)
末地荒野简单混合组(14高塔)
- id=ew-easy-mix
- type=endling 看守灵
- weight=1
- type=blastling 爆破灵
- weight=0.5
- type=snareling 迷惑灵
- weight=0.5
- type=endermitesmart 末影螨(智慧)
- weight=1
- type=Vindicator 卫道士
- weight=1
- type=Pillager 掠夺者
- weight=1
- type=endling 看守灵
17.End Wilds Medium Mix (TOWER14)
末地荒野普通混合组(高塔14)
- id=ew-medium-mix
- type=endling 看守灵
- weight=1
- type=blastling 爆破灵
- weight=0.7
- type=snareling 迷惑灵
- weight=0.5
- type=endermitesmart 末影螨(智慧)
- weight=0.8
- type=endling 看守灵
18.End Wilds Hard Mix (TOWER14)
末地荒野困难混合组(高塔14)
- id=ew-hard-mix
- type=endling 看守灵
- weight=1
- type=blastling 爆破灵
- weight=2
- type=snareling 迷惑灵
- weight=1
- type=endling 看守灵
19.TS-TWR-MIX-1-EASY
要塞混合组1-简单
- id=ts-twr-mix-1-med
- type=zombie 僵尸
- weight=1
- type=skeleton 骷髅
- weight=1
- type=babyzombie 幼年僵尸
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=cavespider 洞穴蜘蛛
- weight=0.2
- max%=0.4
- type=creeper 苦力怕
- weight=0.2
- type=towerwraith 高塔幽灵
- weight=0.1
- type=necromancer 死灵法师
- weight=0.1
- max%=0.1
- min-difficulty=3
- type=zombie 僵尸
20.TS-TWR-MIX-1-MEDIUM
要塞混合组1-普通
- id=ts-twr-mix-1-med
- type=zombie 僵尸
- weight=1
- type=skeleton 骷髅
- weight=1
- type=babyzombie 幼年僵尸
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=cavespider 洞穴蜘蛛
- weight=0.2
- max%=0.4
- type=creeper 苦力怕
- weight=0.5
- type=towerwraith 高塔幽灵
- weight=0.2
- type=necromancer 死灵法师
- weight=0.1
- max%=0.1
- min-difficulty=3
- type=zombie 僵尸
21.TS-TWR-MIX-1-HARD
要塞混合组1-困难
- id=ts-twr-mix-1-hard
- type=zombie 僵尸
- weight=1
- type=skeleton 骷髅
- weight=1
- type=babyzombie 幼年僵尸
- weight=1
- type=spider 蜘蛛
- weight=0.7
- max%=0.5
- type=creeper 苦力怕
- weight=0.5
- type=silverfishsmart 蠹虫(智慧)
- weight=0.2
- type=towerwraith 高塔幽灵
- weight=0.1
- type=towerguard 高塔守卫
- weight=0.1
- max%=0.1
- type=necromancer 死灵法师
- weight=0.1
- max%=0.1
- min-difficulty=3
- type=zombie 僵尸
22.TS-TWR-silverfish
要塞蠹虫组
- id=ts-twr-silverfish
- type=silverfish 蠹虫
- weight=0.2
- type=silverfishsmart 蠹虫(智慧)
- weight=1
- type=silverfish 蠹虫
23.TS-TWR-silverfish-endless
要塞无限蠹虫组
- id=ts-twr-silverfishendless
- type=silverfish 蠹虫
- min=5
- max=15
- type=silverfish 蠹虫
24.GS-TWR-MIX-EASY
烈风圣地混合组-简单
- id=gs-twr-mix-easy
- type=Mountaineer 登山者
- weight=1
- type=pillager 掠夺者
- weight=2
- type=skeleton 骷髅
- weight=1
- type=chillager 冰术师
- weight=1
- max%=0.1
- type=windcaller 唤风者
- weight=0.5
- max%=0.15
- type=Mountaineer 登山者
25.GS-TWR-MIX-MED
烈风圣地混合组-普通
- id=gs-twr-mix-med
- type=Mountaineer 登山者
- weight=1
- type=pillager 掠夺者
- weight=2
- type=creeper 苦力怕
- weight=1
- max%=0.2
- type=skeleton 骷髅
- weight=1
- type=vindicator 卫道士
- weight=0.5
- type=chillager 冰术师
- weight=1
- max%=0.1
- type=windcaller 唤风者
- weight=0.5
- max%=0.15
- type=Mountaineer 登山者
26.GS-TWR-MIX-HARD
烈风圣地混合组-困难
- id=gs-twr-mix-hard
- type=Mountaineer 登山者
- weight=1
- type=pillager 掠夺者
- weight=2
- type=zombie 僵尸
- weight=1
- type=creeper 苦力怕
- weight=1
- max%=0.2
- type=skeleton 骷髅
- weight=1
- type=chillager 冰术师
- weight=1
- max%=0.1
- type=windcaller 唤风者
- weight=0.5
- max%=0.15
- type=activesquallgolem 呼啸傀儡
- weight=0.1
- max%=0.25
- type=Mountaineer 登山者
27.GS-TWR-MIX2-EASY
烈风圣地混合组2-简单
- id=gs-twr-mix2-easy
- type=Mountaineer 登山者
- weight=2
- type=pillager 掠夺者
- weight=3
- type=windcaller 唤风者
- weight=0.5
- max%=0.25
- type=ravager 劫掠兽
- weight=0.1
- max%=0.1
- type=Mountaineer 登山者
28.GS-TWR-MIX2-MEDIUM
烈风圣地混合组2-普通
- id=gs-twr-mix2-med
- type=Mountaineer 登山者
- weight=3
- type=pillager 掠夺者
- weight=3
- type=creeper 苦力怕
- weight=1
- max%=0.2
- type=windcaller 唤风者
- weight=0.5
- max%=0.25
- type=towerwraith 高塔幽灵
- weight=0.25
- max%=0.1
- type=ravager 劫掠兽
- weight=0.1
- max%=0.25
- type=Mountaineer 登山者
29.GS-TWR-MIX2-HARD
烈风圣地混合组2-困难
- id=gs-twr-mix2-hard
- type=Mountaineer 登山者
- weight=3
- type=pillager 掠夺者
- weight=3
- type=windcaller 唤风者
- weight=0.5
- max%=0.25
- type=enchanter 附魔师
- weight=1
- max%=0.1
- type=creeper 苦力怕
- weight=1
- max%=0.2
- type=towerwraith 高塔幽灵
- weight=0.25
- max%=0.1
- type=activesquallgolem 呼啸傀儡
- weight=0.1
- max%=0.25
- type=ravager 劫掠兽
- weight=0.1
- max%=0.25
- type=Mountaineer 登山者
30.SANCTUM ARENAS MIX
圣地竞技场混合组
- id=sanctum-arena-mix
- type=windcaller 唤风者
- weight=1
- max%=0.1
- type=creeper 苦力怕
- weight=1.5
- max%=0.2
- type=vindicator 卫道士
- weight=2
- type=pillager 掠夺者
- weight=2
- max%=0.2
- type=enchanter 附魔师
- weight=1
- max%=0.1
- type=chillager 冰术师
- weight=2
- max%=0.1
- type=Mountaineer 登山者
- weight=10
- type=windcaller 唤风者
31.LS-TWR-MIX-EASY
失落居所混合组-简单
- id=ls-twr-mix-easy
- type=frozenzombie 霜冻僵尸
- weight=1.5
- type=stray 流浪者
- weight=1
- type=pillager 掠夺者
- weight=0.3
- type=icycreeper 寒冰苦力怕
- weight=0.6
- max%=0.5
- type=frozenzombie 霜冻僵尸
32.LS-TWR-MIX-MEDIUM
失落居所混合组-普通
- id=ls-twr-mix-med
- type=frozenzombie 霜冻僵尸
- weight=1.5
- type=stray 流浪者
- weight=1
- type=vindicator 卫道士
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=0.7
- max%=0.5
- type=chillager 冰术师
- weight=0.5
- max%=0.25
- type=Mountaineer 登山者
- weight=1
- type=towerwraith 高塔幽灵
- weight=0.25
- max%=0.1
- type=frozenzombie 霜冻僵尸
33.LS-TWR-MIX-HARD
失落居所混合组-困难
- id=ls-twr-mix-hard
- type=frozenzombie 霜冻僵尸
- weight=1.5
- type=stray 流浪者
- weight=1
- type=vindicator 卫道士
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=0.7
- max%=0.5
- type=chillager 冰术师
- weight=0.3
- max%=0.15
- type=Mountaineer 登山者
- weight=1
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=enchanter 附魔师
- weight=2
- max%=0.2
- type=towerwraith 高塔幽灵
- weight=0.25
- max%=0.1
- type=frozenzombie 霜冻僵尸
34.ICE MOBS
霜寒生物群
- id=ice-mix
- type=frozenzombie 霜冻僵尸
- weight=3
- type=stray 流浪者
- weight=3
- type=icycreeper 寒冰苦力怕
- weight=0.6
- max%=0.5
- type=chillager 冰术师
- weight=0.5
- max%=0.2
- type=frozenzombie 霜冻僵尸
35.BD-TWR-MIX-EASY
玄武岩三角洲混合组-简单
- id=bd-twr-mix-easy
- type=piglinmelee 猪灵
- weight=1.5
- type=piglinranged 猪灵猎手
- weight=0.5
- type=piglinfungusthrower 猪灵掷菌手
- weight=0.1
- max%=0.1
- type=witherskeleton 凋灵骷髅
- weight=0.7
- max%=0.1
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=0.5
- max%=0.1
- type=blaze 烈焰人
- weight=0.1
- max%=0.1
- type=piglinmelee 猪灵
36.BD-TWR-MIX-MEDIUM
玄武岩三角洲混合组-普通
- id=bd-twr-mix-med
- type=piglinmelee 猪灵
- weight=1.5
- type=piglinranged 猪灵猎手
- weight=1.5
- type=piglinfungusthrower 猪灵掷菌手
- weight=1
- max%=0.25
- type=witherskeleton 凋灵骷髅
- weight=0.7
- max%=0.1
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=0.7
- max%=0.1
- type=MagmaCubeSmall 小型岩浆怪
- weight=0.5
- max%=0.2
- type=blaze 烈焰人
- weight=0.1
- max%=0.1
- type=piglinmelee 猪灵
36.BD-TWR-MIX-HARD
玄武岩三角洲混合组-困难
- id=bd-twr-mix-hard
- type=piglinmelee 猪灵
- weight=2.5
- type=piglinranged 猪灵猎手
- weight=2.5
- type=piglinfungusthrower 猪灵掷菌手
- weight=1.5
- max%=0.5
- type=witherskeleton 凋灵骷髅
- weight=0.7
- max%=0.5
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=0.7
- max%=0.25
- type=MagmaCubeSmall 小型岩浆怪
- weight=0.5
- max%=0.4
- type=magmacubemedium 中型岩浆怪
- weight=0.5
- max%=0.3
- type=blaze 烈焰人
- weight=0.1
- max%=0.1
- type=piglinmelee 猪灵
37.BD MOB MIX EASY (TOWER14)
玄武岩三角洲混合组-简单(高塔14)
- id=bd-mix-easy
- type=witherskeleton 凋灵骷髅
- weight=0.7
- max%=0.1
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=0.7
- max%=0.1
- type=piglinmelee 猪灵
- weight=1.5
- type=piglinranged 猪灵猎手
- weight=1.5
- type=piglinfungusthrower 猪灵掷菌手
- weight=1
- max%=0.25
- type=MagmaCubeSmall 小型岩浆怪
- weight=0.5
- max%=0.2
- type=blaze 烈焰人
- weight=0.1
- max%=0.1
- type=witherskeleton 凋灵骷髅
38.BD MOB MIX MEDIUM (TOWER14)
玄武岩三角洲混合组-困难(高塔14)
- id=bd-mix-medium
- type=piglinmelee 猪灵
- weight=0.2
- type=witherskeleton 凋灵骷髅
- weight=1
- max%=0.2
- type=blaze 烈焰人
- weight=0.3
- max%=0.2
- type=piglinranged 猪灵猎手
- weight=0.2
- type=piglinfungusthrower 猪灵掷菌手
- weight=1
- max%=0.25
- type=piglinmelee 猪灵
39.HH-TWR-MIX-EASY
高墩大厅混合组-简单
- id=hh-twr-mix-easy
- type=vindicator 卫道士
- weight=1.5
- type=vindicatorchef 卫道士厨师
- weight=0.5
- max%=0.3
- type=pillager 掠夺者
- weight=1
- type=enchanter 附魔师
- weight=0.5
- max%=0.2
- type=wraith 幽灵
- weight=0.25
- max%=0.15
- type=vindicator 卫道士
40.HH-TWR-MIX-MEDIUM
高墩大厅混合组-普通
- id=hh-twr-mix-med
- type=vindicator 卫道士
- weight=1.5
- type=vindicatorchef 卫道士厨师
- weight=0.5
- max%=0.3
- type=pillager 掠夺者
- weight=1.5
- type=spider 蜘蛛
- weight=0.5
- type=enchanter 附魔师
- weight=0.5
- max%=0.2
- type=royalguard 皇家守卫
- weight=0.1
- max%=0.1
- type=wraith 幽灵
- weight=0.25
- max%=0.15
- type=vindicator 卫道士
41.HH-TWR-MIX-HARD
高墩大厅混合组-困难
- id=hh-twr-mix-hard
- type=vindicator 卫道士
- weight=2
- type=vindicatorchef 卫道士厨师
- weight=0.5
- max%=0.3
- type=pillager 掠夺者
- weight=3
- type=spider 蜘蛛
- weight=1
- type=skeleton 骷髅
- weight=1
- type=enchanter 附魔师
- weight=0.5
- max%=0.3
- type=royalguard 皇家守卫
- weight=0.25
- max%=0.25
- type=wraith 幽灵
- weight=0.25
- max%=0.25
- type=vindicator 卫道士
42.ARENA RAIDERS - HH
劫掠竞技场
- id=arena-raiders
- type=vindicator 卫道士
- weight=1
- type=pillager 掠夺者
- weight=1
- type=vindicator 卫道士
43.ONLY ROYAL GUARD
皇家守卫专场
- id=only-royalguard
- type=royalguard 皇家守卫
- weight=1
- type=royalguard 皇家守卫
44.HIGHBLOCK DEFAULT
高墩大厅默认组
- id=hh-default
- type=vindicator 卫道士
- weight=1
- type=pillager 掠夺者
- weight=0.8
- max%=0.5
- min=1
- type=enchanter 附魔师
- weight=0.2
- max%=0.2
- min=0
- type=royalguard 皇家守卫
- weight=0.06
- max%=0.25
- min=0
- type=vindicator 卫道士
45.DT-TWR-MIX-EASY
沙漠神殿混合组-简单
- id=dt-twr-mix-easy
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=husk 尸壳
- weight=0.5
- type=creeper 苦力怕
- weight=0.7
- max%=0.1
- type=wraith 幽灵
- weight=0.25
- max%=0.1
- type=zombie 僵尸
46.DT-TWR-MIX-MEDIUM
沙漠神殿混合组-普通
- id=dt-twr-mix-med
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=husk 尸壳
- weight=1
- type=spider 蜘蛛
- weight=1
- type=creeper 苦力怕
- weight=0.7
- max%=0.25
- type=necromancer 死灵法师
- weight=0.25
- max%=0.25
- type=wraith 幽灵
- weight=0.25
- max%=0.25
- type=towerguard 高塔守卫
- weight=0.25
- max%=0.1
- type=zombie 僵尸
47.DT-TWR-MIX-HARD
沙漠神殿混合组-困难
- id=dt-twr-mix-hard
- type=zombie 僵尸
- weight=3
- type=skeleton 骷髅
- weight=3
- type=husk 尸壳
- weight=1
- type=creeper 苦力怕
- weight=0.7
- max%=0.5
- type=skeletonvanguard 骷髅先锋
- weight=0.5
- max%=0.3
- type=necromancer 死灵法师
- weight=0.25
- max%=0.3
- type=wraith 幽灵
- weight=0.25
- max%=0.3
- type=towerwraith 高塔幽灵
- weight=0.25
- max%=0.1
- type=zombie 僵尸
48.NAMELESS GUARDS
无名者卫队
- id=nameless-guards
- type=skeletonvanguard 骷髅先锋
- min=5
- max=5
- type=skeletonvanguard 骷髅先锋
49.DESERT TEMPLE DEFAULT
沙漠神殿默认组
- id=dt-default-mix
- type=skeleton 骷髅
- weight=2
- type=spider 蜘蛛
- weight=2
- max%=0.3
- type=husk 尸壳
- weight=2
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=skeleton 骷髅
50.PP-TWR-MIX-EASY
南瓜牧场混合组-简单
- id=pp-twr-mix-easy
- type=vindicator 卫道士
- weight=0.5
- type=zombie 僵尸
- weight=1.5
- type=skeleton 骷髅
- weight=2
- type=creeper 苦力怕
- weight=0.7
- max%=0.5
- type=geomancer 地卜师
- weight=0.5
- max%=0.2
- type=enchanter 附魔师
- weight=0.5
- max%=0.2
- type=vindicator 卫道士
51.PP-TWR-MIX-MEDIUM
南瓜牧场混合组-普通
- id=pp-twr-mix-med
- type=vindicator 卫道士
- weight=2
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=creeper 苦力怕
- weight=0.7
- max%=0.5
- type=geomancer 地卜师
- weight=0.5
- max%=0.2
- type=enchanter 附魔师
- weight=0.5
- max%=0.2
- type=towerwraith 高塔幽灵
- weight=0.25
- max%=0.1
- type=vindicator 卫道士
52.PP-TWR-MIX-HARD
南瓜牧场混合组-困难
- id=pp-twr-mix-hard
- type=vindicator 卫道士
- weight=3
- type=zombie 僵尸
- weight=3
- type=skeleton 骷髅
- weight=3
- type=creeper 苦力怕
- weight=0.7
- max%=0.5
- type=geomancer 地卜师
- weight=0.5
- max%=0.3
- type=enchanter 附魔师
- weight=0.5
- max%=0.5
- type=vindicator 卫道士
53.PUMPKIN MIX
南瓜混合组
- id=pp-mix
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=0.5
- type=creeper 苦力怕
- weight=1
- max%=0.2
- type=spider 蜘蛛
- weight=2
- max%=0.3
- type=geomancer 地卜师
- weight=0.1
- max%=0.1
- type=enchanter 附魔师
- weight=1
- max%=0.2
- type=chickenjockey 鸡骑士
- weight=2
- max%=0.3
- type=zombie 僵尸
54.OT-TWR-MIX-EASY
荒芜神庙混合组-简单
- id=ot-twr-mix-easy
- type=Whisperer 唤藤者
- weight=1
- max%=0.1
- type=zombie 僵尸
- weight=1
- type=junglezombie 丛林僵尸
- weight=1
- type=skeleton 骷髅
- weight=0.2
- type=mossyskeleton 青苔骷髅
- weight=1
- type=spider 蜘蛛
- weight=0.2
- type=creeper 苦力怕
- weight=0.2
- max%=0.3
- type=Whisperer 唤藤者
55.OT-TWR-MIX-MED
荒芜神庙混合组-普通
- id=ot-twr-mix-med
- type=Whisperer 唤藤者
- weight=1
- max%=0.1
- type=zombie 僵尸
- weight=1.5
- type=junglezombie 丛林僵尸
- weight=1
- type=skeleton 骷髅
- weight=0.2
- type=slimelarge 大型史莱姆
- weight=0.2
- type=spider 蜘蛛
- weight=0.5
- type=creeper 苦力怕
- weight=0.2
- max%=0.3
- type=Whisperer 唤藤者
56.OT-TWR-MIX-HARD
荒芜神庙混合组-困难
- id=ot-twr-mix-hard
- type=leaper 腾跃之叶
- weight=1
- max%=0.3
- type=Whisperer 唤藤者
- weight=1
- max%=0.3
- type=zombie 僵尸
- weight=1
- type=junglezombie 丛林僵尸
- weight=1
- type=skeleton 骷髅
- weight=0.5
- type=mossyskeleton 青苔骷髅
- weight=1
- type=slimelarge 大型史莱姆
- weight=0.5
- type=spider 蜘蛛
- weight=0.5
- type=creeper 苦力怕
- weight=0.3
- max%=0.3
- type=leaper 腾跃之叶
57.JUNGLE MOBS
丛林生物组
- id=jungle-mix
- type=leaper 腾跃之叶
- weight=1
- max%=0.2
- type=Whisperer 唤藤者
- weight=1
- max%=0.1
- type=junglezombie 丛林僵尸
- weight=1
- type=mossyskeleton 青苔骷髅
- weight=1
- type=slimelarge 大型史莱姆
- weight=0.5
- type=leaper 腾跃之叶
58.FRF-TWR-MIX-EASY
冰霜峡湾混合组-简单
- id=frf-twr-mix-easy
- type=frozenzombie 霜冻僵尸
- weight=1
- type=stray 流浪者
- weight=1
- type=cavespider 洞穴蜘蛛
- weight=1
- type=pillager 掠夺者
- weight=0.3
- type=icycreeper 寒冰苦力怕
- weight=0.7
- max%=0.5
- type=frozenzombie 霜冻僵尸
59.FRF-TWR-MIX-MEDIUM
冰霜峡湾混合组-普通
- id=frf-twr-mix-med
- type=frozenzombie 霜冻僵尸
- weight=1.5
- type=cavespider 洞穴蜘蛛
- weight=1
- type=stray 流浪者
- weight=1
- type=witherskeleton 凋灵骷髅
- weight=1
- type=vindicator 卫道士
- weight=2
- type=chillager 冰术师
- weight=0.5
- max%=0.25
- type=Mountaineer 登山者
- weight=1
- type=frozenzombie 霜冻僵尸
60.FRF-TWR-MIX-HARD
冰霜峡湾混合组-困难
- id=frf-twr-mix-hard
- type=frozenzombie 霜冻僵尸
- weight=1.5
- type=witherskeleton 凋灵骷髅
- weight=1
- type=vindicator 卫道士
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=0.7
- max%=0.5
- type=chillager 冰术师
- weight=0.5
- max%=0.25
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=enchanter 附魔师
- weight=2
- max%=0.2
- type=towerwraith 高塔幽灵
- weight=0.25
- max%=0.1
- type=necromancer 死灵法师
- weight=0.25
- max%=0.1
- type=frozenzombie 霜冻僵尸
61.FRF1-ARENA MIX
冰霜峡湾1竞技场混合组
- id=frf1-ice-arena
- type=stray 流浪者
- weight=7
- type=frozenzombie 霜冻僵尸
- weight=7
- type=Mountaineer 登山者
- weight=5
- type=chillager 冰术师
- weight=2
- max%=0.1
- type=icycreeper 寒冰苦力怕
- weight=2
- max%=0.3
- type=vindicator 卫道士
- weight=5
- type=pillager 掠夺者
- weight=5
- type=enchanter 附魔师
- weight=2
- max%=0.2
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=stray 流浪者
62.FRF1-CAVE MIX
冰霜峡湾1洞穴混合组
- id=frf1-cave-mobs
- type=frozenzombie 霜冻僵尸
- weight=7
- type=Mountaineer 登山者
- weight=5
- type=slimelarge 大型史莱姆
- weight=2
- type=cavespider 洞穴蜘蛛
- weight=2
- max%=0.2
- type=spider 蜘蛛
- weight=2
- max%=0.2
- type=stray 流浪者
- weight=7
- type=icycreeper 寒冰苦力怕
- weight=1
- max%=0.3
- type=chillager 冰术师
- weight=2
- max%=0.1
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=frozenzombie 霜冻僵尸
63.WINTER-TWR-MIX-EVENT
寒冬小Boss混合组
- id=winter-twr-mix-event
- type=drownednecromancer 溺尸死灵法师
- weight=1
- type=illusioner 幻术师
- weight=1
- type=evoker 唤魔者
- weight=1
- type=drownednecromancer 溺尸死灵法师
64.LF-TWR-MIX-EASY
孤寂要塞混合组-简单
- id=lf-twr-mix-easy
- type=pillager 掠夺者
- weight=1
- type=skeletonvanguard 骷髅先锋
- weight=2
- max%=0.3
- type=skeleton 骷髅
- weight=3
- type=zombie 僵尸
- weight=2
- type=frozenzombie 霜冻僵尸
- weight=3
- type=wraith 幽灵
- weight=1
- max%=0.2
- type=enchanter 附魔师
- weight=2
- max%=0.2
- type=icycreeper 寒冰苦力怕
- weight=2
- max%=0.3
- type=pillager 掠夺者
65.LF-TWR-MIX-MEDIUM
孤寂要塞混合组-普通
- id=lf-twr-mix-med
- type=pillager 掠夺者
- weight=5
- type=skeletonvanguard 骷髅先锋
- weight=2
- max%=0.3
- type=skeleton 骷髅
- weight=2
- type=zombie 僵尸
- weight=2
- type=vindicator 卫道士
- weight=5
- type=stray 流浪者
- weight=5
- type=chillager 冰术师
- weight=2
- max%=0.1
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=icycreeper 寒冰苦力怕
- weight=2
- max%=0.3
- type=pillager 掠夺者
66.LF-TWR-MIX-HARD
孤寂要塞混合组-困难
- id=lf-twr-mix-hard
- type=pillager 掠夺者
- weight=5
- type=royalguard 皇家守卫
- weight=5
- max%=0.3
- type=skeletonvanguard 骷髅先锋
- weight=2
- max%=0.3
- type=skeleton 骷髅
- weight=2
- type=zombie 僵尸
- weight=2
- type=vindicator 卫道士
- weight=5
- type=stray 流浪者
- weight=7
- type=frozenzombie 霜冻僵尸
- weight=7
- type=chillager 冰术师
- weight=2
- max%=0.1
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=enchanter 附魔师
- weight=2
- max%=0.2
- type=icycreeper 寒冰苦力怕
- weight=2
- max%=0.3
- type=pillager 掠夺者
67.LF ARENA MIX
孤寂要塞竞技场混合组
- id=ice-arena
- type=pillager 掠夺者
- weight=3
- type=royalguard 皇家守卫
- weight=5
- max%=0.3
- type=skeletonvanguard 骷髅先锋
- weight=2
- max%=0.3
- type=skeleton 骷髅
- weight=2
- type=zombie 僵尸
- weight=2
- type=vindicator 卫道士
- weight=5
- type=stray 流浪者
- weight=3
- type=frozenzombie 霜冻僵尸
- weight=3
- type=chillager 冰术师
- weight=2
- max%=0.1
- type=wraith 幽灵
- weight=2
- max%=0.2
- type=enchanter 附魔师
- weight=2
- max%=0.2
- type=icycreeper 寒冰苦力怕
- weight=2
- max%=0.3
- type=pillager 掠夺者
68.LIBRARY MIX
图书馆混合组
- id=library-mix
- type=zombie 僵尸
- weight=3
- type=SlimeSmall 小型史莱姆
- weight=2
- type=spider 蜘蛛
- weight=3
- max%=0.4
- type=stray 流浪者
- weight=1
- type=skeleton 骷髅
- weight=2
- type=zombie 僵尸
- weight=2
- type=zombie 僵尸
69.ARENA ENCHANTERS
附魔师竞技场
- id=arena-enchanter-group
- type=vindicator 卫道士
- weight=1
- type=pillager 掠夺者
- weight=1
- type=enchanter 附魔师
- weight=0.2
- max%=0.15
- min=0
- type=vindicator 卫道士
70.ZOMBIE NATION
僵尸大军
- id=zombie-twr-mix
- type=frozenzombie 霜冻僵尸
- weight=1
- type=zombie 僵尸
- weight=1
- type=junglezombie 丛林僵尸
- weight=1
- type=husk 尸壳
- weight=0.7
- max%=0.5
- type=zombifiedpiglin 僵尸猪灵
- weight=0.7
- type=zombifiedpiglinranged 僵尸猪灵猎手
- weight=0.8
- type=zombifiedpiglinfungusthrower 僵尸猪灵掷菌手
- weight=0.6
- max%=0.2
- type=babyzombie 幼年僵尸
- weight=0.7
- type=chickenjockey 鸡骑士
- weight=0.6
- max%=0.3
- type=frozenzombie 霜冻僵尸
71.BAD TO THE BONE
骷髅之灾
- id=skeleton-twr-mix
- type=skeleton 骷髅
- weight=1
- type=stray 流浪者
- weight=1
- type=mossyskeleton 青苔骷髅
- weight=1
- type=witherskeleton 凋灵骷髅
- weight=0.8
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=0.8
- type=skeletonvanguard 骷髅先锋
- weight=0.6
- max%=0.2
- type=necromancer 死灵法师
- weight=0.5
- max%=0.2
- type=skeleton 骷髅
72.BAD TO THE BONE EASY
简单骷髅之灾
- id=skeleton-twr-mix-easy
- type=skeleton 骷髅
- weight=1
- type=stray 流浪者
- weight=1
- type=mossyskeleton 青苔骷髅
- weight=1
- type=witherskeleton 凋灵骷髅
- weight=0.8
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=0.8
- max%=0.2
- type=skeletonvanguard 骷髅先锋
- weight=0.6
- type=skeleton 骷髅
73.INSECT SWARM
大群昆虫
- id=bug-twr-mix
- type=spider 蜘蛛
- weight=1
- type=cavespider 洞穴蜘蛛
- weight=0.8
- type=silverfishsmart 蠹虫(智慧)
- weight=1
- type=endermitesmart 末影螨(智慧)
- weight=1
- type=spider 蜘蛛
74.Enders
末影族
- id=end-twr-mix
- type=endling 看守灵
- weight=1
- type=blastling 爆破灵
- weight=0.7
- type=snareling 迷惑灵
- weight=0.5
- type=endermitesmart 末影螨(智慧)
- weight=0.8
- type=shulker 潜影贝
- weight=0.5
- max%=0.5
- type=endling 看守灵
75.HOGS OF WAR
野猪大战
- id=pig-twr-mix
- type=piglinranged 猪灵猎手
- weight=3
- type=piglinmelee 猪灵
- weight=5
- type=hoglin 疣猪兽
- weight=2
- max%=0.5
- type=piglinfungusthrower 猪灵掷菌手
- weight=2
- max%=0.3
- type=piglinranged 猪灵猎手
76.BOXES
方盒
- id=box-twr-mix
- type=slimelarge 大型史莱姆
- weight=1
- type=magmacubemedium 中型岩浆怪
- weight=1
- type=magmacubelarge 大型岩浆怪
- weight=0.5
- max%=0.2
- type=slimelarge 大型史莱姆
77.ILLAGER SQUAD
灾厄小队
- id=illager-twr-mix
- type=Mountaineer 登山者
- weight=0.8
- type=pillager 掠夺者
- weight=1
- type=vindicator 卫道士
- weight=0.8
- type=enchanter 附魔师
- weight=0.6
- type=Mountaineer 登山者
78.CASTERS
调味剂
- id=caster-twr-mix
- type=necromancer 死灵法师
- weight=1
- type=enchanter 附魔师
- weight=1
- type=geomancer 地卜师
- weight=1
- type=witch 女巫
- weight=1
- type=chillager 冰术师
- weight=1
- type=Whisperer 唤藤者
- weight=1
- type=wraith 幽灵
- weight=1
- type=towerwraith 高塔幽灵
- weight=1
- type=windcaller 唤风者
- weight=1
- type=necromancer 死灵法师
79.Heavy Hitters
重型打击队伍
- id=heavy-twr-mix
- type=leaper 腾跃之叶
- weight=1
- type=ravager 劫掠兽
- weight=1
- type=activesquallgolem 呼啸傀儡
- weight=1
- type=towerguard 高塔守卫
- weight=1
- type=royalguard 皇家守卫
- weight=1
- type=hoglin 疣猪兽
- weight=1
- type=leaper 腾跃之叶
80.ABYSSAL-MOB-UMENT-TWR-MIX-EASY
深渊神殿海底生物混合组-简单
- id=abyssal-twr-mix-easy
- type=Drowned 溺尸
- weight=2
- type=BabyDrowned 幼年溺尸
- weight=1
- type=TridentDrowned 三叉戟溺尸
- weight=0.5
- type=SunkenSkeleton 沉溺骷髅
- weight=2
- type=WaveWhisperer 唤浪者
- weight=0.5
- max%=0.1
- type=Drowned 溺尸
81.ABYSSAL-MOB-UMENT-TWR-MIX-MED
深渊神殿海底生物混合组-普通
- id=abyssal-twr-mix-med
- type=Drowned 溺尸
- weight=2
- type=BabyDrowned 幼年溺尸
- weight=0.7
- type=TridentDrowned 三叉戟溺尸
- weight=1
- type=SunkenSkeleton 沉溺骷髅
- weight=2
- type=Guardian '守卫者
- weight=1
- max%=0.2
- type=TropicalSlimeLarge '大型热带史莱姆
- weight=1
- max%=0.2
- type=Drowned 溺尸
82.ABYSSAL-MOB-UMENT-TWR-MIX-HARD
深渊神殿海底生物混合组-困难
- id=abyssal-twr-mix-hard
- type=Drowned 溺尸
- weight=2
- type=BabyDrowned 幼年溺尸
- weight=0.5
- type=TridentDrowned 三叉戟溺尸
- weight=1.5
- type=SunkenSkeleton 沉溺骷髅
- weight=2
- type=Guardian '守卫者
- weight=1
- max%=0.3
- type=TropicalSlimeLarge '大型热带史莱姆
- weight=1
- max%=0.4
- type=WaveWhisperer 唤浪者
- weight=0.5
- max%=0.3
- type=Drowned 溺尸
83.SOGGY-SWAMP-TWR-MIX-EASY
潮湿沼泽混合组-简单
- id=soggyswamp-twr-mix-easy
- type=vindicator 卫道士
- weight=0.5
- type=zombie 僵尸
- weight=2
- type=babyzombie 幼年僵尸
- weight=1
- type=skeleton 骷髅
- weight=2
- type=witch 女巫
- weight=0.5
- max%=0.2
- type=vindicator 卫道士
84.SOGGY-SWAMP-TWR-MIX-MED
潮湿沼泽混合组-普通
- id=soggyswamp-twr-mix-med
- type=vindicator 卫道士
- weight=1
- type=zombie 僵尸
- weight=2
- type=babyzombie 幼年僵尸
- weight=0.7
- type=skeleton 骷髅
- weight=2
- type=witch 女巫
- weight=0.5
- max%=0.3
- type=slimelarge 大型史莱姆
- weight=1
- max%=0.2
- type=vindicator 卫道士
85.SOGGY-SWAMP-TWR-MIX-HARD
潮湿沼泽混合组-困难
- id=soggyswamp-twr-mix-hard
- type=vindicator 卫道士
- weight=1.5
- type=zombie 僵尸
- weight=2
- type=babyzombie 幼年僵尸
- weight=0.5
- type=skeleton 骷髅
- weight=2
- type=witch 女巫
- weight=1
- max%=0.5
- type=slimelarge 大型史莱姆
- weight=1
- max%=0.4
- type=creeper 苦力怕
- weight=0.5
- max%=0.3
- type=vindicator 卫道士
86.FIERY MIX
烈焰混合组
- id=ff-mix
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=0.5
- type=creeper 苦力怕
- weight=1
- max%=0.2
- type=spider 蜘蛛
- weight=2
- max%=0.3
- type=geomancer 地卜师
- weight=0.1
- max%=0.1
- type=enchanter 附魔师
- weight=1
- type=cavespider 洞穴蜘蛛
- weight=2
- max%=0.3
- type=zombie 僵尸
87.CACTI-CANYON-TWR-MOB-MIX-EASY
仙人掌峡谷混合组-简单
- id=cacti-twr-mix-easy
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=babyzombie 幼年僵尸
- weight=1
- type=husk 尸壳
- weight=0.5
- max%=0.1
- type=vindicator 卫道士
- weight=0.7
- max%=0.3
- type=pillager 掠夺者
- weight=0.7
- max%=0.3
- type=zombie 僵尸
88.CACTI-CANYON-TWR-MOB-MIX-MEDIUM
仙人掌峡谷混合组-普通
- id=cacti-twr-mix-medium
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=babyzombie 幼年僵尸
- weight=0.7
- type=husk 尸壳
- weight=0.5
- max%=0.2
- type=vindicator 卫道士
- weight=0.7
- max%=0.3
- type=pillager 掠夺者
- weight=0.7
- max%=0.3
- type=geomancer 地卜师
- weight=0.5
- max%=0.2
- type=enchanter 附魔师
- weight=0.5
- max%=0.2
- type=zombie 僵尸
89.CACTI-CANYON-TWR-MOB-MIX-HARD
仙人掌峡谷混合组-困难
- id=cacti-twr-mix-hard
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=babyzombie 幼年僵尸
- weight=0.5
- type=husk 尸壳
- weight=0.5
- max%=0.3
- type=vindicator 卫道士
- weight=0.7
- max%=0.5
- type=pillager 掠夺者
- weight=0.7
- max%=0.5
- type=geomancer 地卜师
- weight=0.5
- max%=0.3
- type=enchanter 附魔师
- weight=0.5
- max%=0.3
- type=creeper 苦力怕
- weight=0.4
- max%=0.2
- type=zombie 僵尸
90.CACTI-TWR-ENDLESS-MIX
仙人掌峡谷无尽混合组
- id=cacti-twr-endless-mix
- type=skeletonvanguard 骷髅先锋
- min=3
- max=5
- type=skeletonvanguard 骷髅先锋
91.CACTI-CANYON MOB MIX EASY (TOWER14)
仙人掌峡谷简单混合组(高塔14)
- id=cc-mix-easy
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=babyzombie 幼年僵尸
- weight=2
- type=husk 尸壳
- weight=0.2
- max%=0.1
- type=vindicator 卫道士
- weight=0.4
- max%=0.3
- type=pillager 掠夺者
- weight=0.7
- max%=0.3
- type=zombie 僵尸
92.CACTI-CANYON MOB MIX MEDIUM (TOWER14)
仙人掌峡谷普通混合组(高塔14)
- id=cc-mix-medium
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=babyzombie 幼年僵尸
- weight=1
- type=husk 尸壳
- weight=0.5
- max%=0.1
- type=vindicator 卫道士
- weight=0.5
- max%=0.3
- type=pillager 掠夺者
- weight=0.7
- max%=0.3
- type=zombie 僵尸
93.CACTI-CANYON MOB MIX HARD (TOWER14)
仙人掌峡谷困难混合组(高塔14)
- id=cc-mix-hard
- type=zombie 僵尸
- weight=2
- type=skeleton 骷髅
- weight=2
- type=babyzombie 幼年僵尸
- weight=1
- type=husk 尸壳
- weight=0.8
- max%=0.1
- type=vindicator 卫道士
- weight=1
- max%=0.3
- type=pillager 掠夺者
- weight=0.7
- max%=0.3
- type=zombie 僵尸
94.WINDSWEPT-TWR-MOBS-MIX-EASY
迎风之巅混合组-简单
- id=windswept-twr-mix-easy
- type=frozenzombie 霜冻僵尸
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=1
- max%=0.3
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=1
- type=pillager 掠夺者
- weight=1
- type=Mountaineer 登山者
- weight=2.5
- type=windcaller 唤风者
- weight=1
- max%=0.4
- type=frozenzombie 霜冻僵尸
95.WINDSWEPT-TWR-MOBS-MEDIUM
迎风之巅混合组-普通
- id=windswept-twr-mix-medium
- type=frozenzombie 霜冻僵尸
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=1
- max%=0.3
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=0.7
- type=pillager 掠夺者
- weight=0.7
- type=Mountaineer 登山者
- weight=3
- type=windcaller 唤风者
- weight=1
- max%=0.5
- type=enchanter 附魔师
- weight=0.5
- max%=0.3
- type=chillager 冰术师
- weight=1
- max%=0.2
- type=frozenzombie 霜冻僵尸
96.WINDSWEPT-TWR-MOBS-HARD
迎风之巅混合组-困难
- id=windswept-twr-mix-hard
- type=frozenzombie 霜冻僵尸
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=1
- max%=0.4
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=0.5
- type=pillager 掠夺者
- weight=0.5
- type=Mountaineer 登山者
- weight=3
- type=windcaller 唤风者
- weight=1.5
- max%=0.6
- type=enchanter 附魔师
- weight=0.5
- max%=0.4
- type=chillager 冰术师
- weight=1
- max%=0.3
- type=frozenzombie 霜冻僵尸
97.WP-RAVAGER-TWR-MIX
迎风之巅劫掠兽混合组
- id=wp-ravager-twr-mix
- type=Mountaineer 登山者
- weight=2.5
- type=pillager 掠夺者
- weight=2.5
- type=ravager 劫掠兽
- weight=0.4
- max%=0.1
- type=Mountaineer 登山者
98.WINDSWEPT-NO-WINDCALLER-MIX-EASY
迎风之巅无唤风者混合组-简单
- id=windswept-no-windcaller-mix-easy
- type=frozenzombie 霜冻僵尸
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=1
- max%=0.3
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=1
- type=pillager 掠夺者
- weight=1
- type=Mountaineer 登山者
- weight=2.5
- type=frozenzombie 霜冻僵尸
99.WINDSWEPT-NO-WINDCALLER-MIX-MEDIUM
迎风之巅无唤风者混合组-普通
- id=windswept-no-windcaller-mix-medium
- type=frozenzombie 霜冻僵尸
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=1
- max%=0.3
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=0.7
- type=pillager 掠夺者
- weight=0.7
- type=Mountaineer 登山者
- weight=3
- type=enchanter 附魔师
- weight=0.5
- max%=0.3
- type=chillager 冰术师
- weight=1
- max%=0.2
- type=frozenzombie 霜冻僵尸
100.WINDSWEPT-NO-WINDCALLER-MIX-HARD
迎风之巅无唤风者混合组-困难
- id=windswept-no-windcaller-mix-hard
- type=frozenzombie 霜冻僵尸
- weight=2
- type=icycreeper 寒冰苦力怕
- weight=1
- max%=0.4
- type=skeleton 骷髅
- weight=2
- type=vindicator 卫道士
- weight=0.5
- type=pillager 掠夺者
- weight=0.5
- type=Mountaineer 登山者
- weight=3
- type=enchanter 附魔师
- weight=0.5
- max%=0.4
- type=chillager 冰术师
- weight=1
- max%=0.3
- type=frozenzombie 霜冻僵尸
101.WINDSWEPT-TWR-ENDLESS-MIX
迎风之巅无尽混合组
- id=windswept-twr-endless-mix
- type=Mountaineer 登山者
- min=3
- max=5
- type=Mountaineer 登山者
102.ENDERMITE INFINITE
无限末影螨
- id=twr-endermites
- type=endermite 末影螨
- min=15
- max=15
- type=endermite 末影螨
103.WATCHER INFINITE
无限看守灵
- id=twr-watchers
- type=endling 看守灵
- min=10
- max=10
- type=endling 看守灵
104.BROKEN CITADEL MIX
破碎城堡混合组
- id=bc-mix
- type=endling 看守灵
- weight=1
- type=blastling 爆破灵
- weight=0.5
- type=snareling 迷惑灵
- weight=0.5
- type=endermitesmart 末影螨(智慧)
- weight=0.8
- type=endling 看守灵
105.REDSTONE CUBE
红石立方
- id=redstonecube
- type=redstonecube 红石怪
- weight=1
- type=redstonecube 红石怪
106.MAGMA CUBE
岩浆立方
- id=magmacube
- type=magmacubelarge 大型岩浆怪
- weight=1
- type=magmacubelarge 大型岩浆怪
107.GUARDIAN
守卫者
- id=guardian
- type=guardian '守卫者
- weight=1
- type=guardian '守卫者
108.CREEPERS CREEPIN'
苦力怕迫近
- id=creepers-creepin
- type=creeper 苦力怕
- weight=1
- type=creeper 苦力怕
109.CREEPERS CREEPIN' 2
苦力怕迫近2
- id=creepers-creepin-2
- type=creeper 苦力怕
- weight=1
- type=icycreeper 寒冰苦力怕
- weight=1
- type=creeper 苦力怕
110.CHICKENJOCKEY JAMBOREE
鸡骑士童子军
- id=chickenjockeyjamboree
- type=chickenjockey 鸡骑士
- weight=1
- type=chickenjockey 鸡骑士
111.BIOMES PICK N' MIX
N种群系混合选择
- id=biomes-pick-n-mix
- type=endling 看守灵
- weight=1
- type=babyzombie 幼年僵尸
- weight=1
- type=tridentdrowned 三叉戟溺尸
- weight=1
- type=mossyskeleton 青苔骷髅
- weight=1
- type=mountaineer 登山者
- weight=1
- type=husk 尸壳
- weight=0.5
- max%=0.2
- type=chillager 冰术师
- weight=0.5
- max%=0.2
- type=blaze 烈焰人
- weight=0.5
- max%=0.2
- type=endling 看守灵
112.ENCHANTERS ONLY MIX
附魔师单独混合
- id=enchanters-only-mix
- type=enchanter 附魔师
- weight=1
- type=enchanter 附魔师
113.TURNING UP THE HEAT
火上浇油
- id=turning_up_the_heat
- type=blaze 烈焰人
- weight=2
- type=wraith 幽灵
- weight=1
- max%=0.2
- type=magmacubelarge 大型岩浆怪
- weight=0.3
- max%=0.1
- type=towerwraith 高塔幽灵
- weight=0.5
- max%=0.2
- type=blaze 烈焰人
114.POISON
剧毒
- id=poison
- type=junglezombie 丛林僵尸
- weight=2
- type=mossyskeleton 青苔骷髅
- weight=2
- type=whisperer 唤藤者
- weight=1
- max%=0.2
- type=wavewhisperer 唤浪者
- weight=1
- max%=0.2
- type=witch 幽灵
- weight=1
- max%=0.2
- type=witherskeleton 凋灵骷髅
- weight=0.5
- max%=0.2
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=0.5
- max%=0.2
- type=piglinfungusthrower 猪灵掷菌手
- weight=0.5
- max%=0.2
- type=zombifiedpiglinfungusthrower 僵尸猪灵掷菌手
- weight=0.5
- max%=0.2
- type=junglezombie 丛林僵尸
115.QUADRUPEDS V1
四脚兽1
- id=quadrupeds_v1
- type=hoglin 疣猪兽
- weight=3
- type=mooshroom 哞菇
- weight=2
- type=hoglin 疣猪兽
116.QUADRUPEDS V2
四脚兽2
- id=quadrupeds_v2
- type=hoglin 疣猪兽
- weight=3
- type=mooshroom 哞菇
- weight=2
- type=ravager
- weight=0.2
- max%=0.05
- type=hoglin 疣猪兽
117.BREW CREW
酒吧团队
- id=brew_crew
- type=vindicatorchef 卫道士厨师
- weight=1
- type=witch
- weight=1
- type=vindicatorchef 卫道士厨师
118.MUSHROOM BASED DISH
蘑菇上菜
- id=mushroom_based_dish
- type=vindicatorchef 卫道士厨师
- weight=1
- type=piglinfungusthrower 僵尸猪灵掷菌手
- weight=1
- type=vindicatorchef 卫道士厨师
119.A RANGE OF OPTIONS PT1
一系列选择-部分1
- id=first_range_of_options
- type=skeleton 骷髅
- weight=1
- type=tridentdrowned 三叉戟溺尸
- weight=1
- max%=0.2
- type=pillager 掠夺者
- weight=1
- type=piglinranged 猪灵猎手
- weight=0.5
- max%=0.2
- type=zombifiedpiglinranged 僵尸猪灵猎手
- weight=0.5
- max%=0.2
- type=snareling 迷惑灵
- weight=0.5
- max%=0.2
- type=frozenzombie 霜冻僵尸
- weight=1
- max%=0.2
- type=witherskeletonranged 凋灵骷髅弓箭手
- weight=1
- type=witch
- weight=1
- type=skeleton 骷髅
120.A RANGE OF OPTIONS PT2
一系列选择-部分2
- id=second_range_of_options
- type=mossyskeleton 青苔骷髅
- weight=1
- type=stray 流浪者
- weight=1
- type=spider 蜘蛛
- weight=1
- type=piglinfungusthrower 猪灵掷菌手
- weight=0.5
- max%=0.2
- type=zombifiedpiglinfungusthrower 僵尸猪灵掷菌手
- weight=0.5
- max%=0.2
- type=sunkenskeleton 沉溺骷髅
- weight=0.5
- max%=0.2
- type=blaze 烈焰人
- weight=0.5
- max%=0.2
- type=blastling 爆破灵
- weight=0.5
- max%=0.2
- type=shulker 潜影贝
- weight=0.2
- max%=0.1
- type=mossyskeleton 青苔骷髅
121.KNOCKBACK O' CLOCK
钟声
- id=knockback_o_clock
- type=skeletonvanguard 骷髅先锋
- weight=1
- type=hoglin 疣猪兽
- weight=1
- type=skeletonvanguard 骷髅先锋
中性组分Boss组:
中性组分Boss组未必会被Boss挑战群使用,他们的使用更加灵活,有些情况下生成数量有可能受玩家人数影响。
1.EVOKER
无名者Boss
- id=evoker
- type=evoker 唤魔者
- weight=1
- min=1
- max=1
- type=evoker 唤魔者
2.SKELETON HORSEMAN
骷髅骑手
- id=skeletonhorseman
- type=skeletonhorseman 骷髅骑手
- weight=1
- min=1
- max=4
- type=skeletonhorseman 骷髅骑手
3.REDSTONE GOLEM
红石傀儡
- id=redstonegolem
- type=redstonegolem 红石傀儡
- weight=1
- min=1
- max=1
- type=redstonegolem 红石傀儡
4.Illusioner
幻术师
- id=illusioner
- type=illusioner 幻术师
- weight=1
- min=1
- max=1
- type=illusioner 幻术师
5.ELDER GUARDIAN
上古守卫者
- id=elderguardian
- type=elderguardian 上古守卫者
- weight=1
- min=1
- max=1
- type=elderguardian 上古守卫者
6.DROWNED NECROMANCER
溺尸死灵法师
- id=drownednecromancer
- type=drownednecromancer 溺尸死灵法师
- weight=1
- min=1
- max=1
- type=drownednecromancer 溺尸死灵法师
7.GHAST
恶魂
- id=ghast
- type=ghast 恶魂
- weight=1
- min=1
- max=1
- type=ghast 恶魂
8.WILD FIRE
野火
- id=wildfire
- type=hoveringinferno 野火
- weight=1
- min=1
- max=1
- type=hoveringinferno 野火
9.ENDERMAN
末影人
- id=enderman
- type=enderman
- weight=1
- min=1
- max=1
- type=enderman
10.ENDERSENT
末影遣使
- id=endersent
- type=endersent 末影遣使
- weight=1
- min=1
- max=1
- type=endersent 末影遣使
独立Boss组:
独立Boss组会被其唯一对应的Boss挑战群直接使用,这些挑战是绝大多数Boss楼层使用的。
1.GOLEM BOSS
傀儡Boss
- id=twr-golem-boss
- type=redstonegolem 红石傀儡
- min=1
- max=1
- type=redstonegolem 红石傀儡
2.CAULDRON-BOSS-TWR
大锅Boss
- id=cauldronboss-twr
- type=cauldronboss 腐化锅釜怪
- min=1
- max=1
- type=cauldronboss 腐化锅釜怪
3.NAMELESSONE-BOSS-TWR
无名者Boss
- id=namelessone-boss-twr
- type=namelessking 无名者
- min=1
- max=1
- type=namelessking 无名者
4.REDSTONEMONSTROSITY-BOSS-TWR
红石巨兽Boss
- id=redstonemonstrosity-boss-twr
- type=redstonemonstrosity 红石巨兽
- min=1
- max=1
- type=redstonemonstrosity 红石巨兽
5.MOOSHROOMMONSTROSITY-BOSS-TWR
哞菇巨兽Boss
- id=mooshroommonstrosity-boss-twr 哞菇巨兽
- type=mooshroommonstrosity
- min=1
- max=1
- type=mooshroommonstrosity
6.REMIX-JUNGLEABOMINATION-BOSS-TWR
重制丛林恶物Boss
- id=remix-jungleabomination-boss-twr
- type=jungleabominationremix 丛林恶物
- min=1
- max=1
- type=jungleabominationremix 丛林恶物
7.WICKEDWRAITH-BOSS-TWR
哀霜幽灵Boss
- id=wickedwraith-boss-twr
- type=wickedwraith 哀霜幽灵
- min=1
- max=1
- type=wickedwraith 哀霜幽灵
8.FROSTWARDEN-BOSS-TWR
冰霜看守者Boss
- id=frostwarden-boss-twr
- type=geomancerancient 冰霜看守者
- min=1
- max=1
- type=geomancerancient 冰霜看守者
9.TEMPEST GOLEM
暴风傀儡Boss
- id=tempestgolem-boss-twr
- type=TempestGolem 暴风傀儡
- min=1
- max=1
- type=TempestGolem 暴风傀儡
10.EVENT-MOBS-BOSS-MIX-illager-TWR
灾厄混合小Boss
- id=event-mobs-boss-mix-illager-twr
- type=evoker 唤魔者
- min=1
- max=2
- type=illusioner 幻术师
- min=0
- max=1
- type=evoker 唤魔者
11.EVENT-MOBS-BOSS-MIX-illager2-TWR
灾厄混合小Boss2
- id=event-mobs-boss-mix-illusioner-twr
- type=illusioner 幻术师
- min=2
- max=2
- type=illusioner 幻术师
12.EVENT-MOBS-BOSS-MIX-nether-TWR
下界混合小Boss
- id=event-mobs-boss-mix-nether-twr
- type=Enderman 末影人
- min=1
- max=1
- type=hoveringinferno 野火
- min=1
- max=1
- type=Enderman 末影人
13.EVENT-MOBS-BOSS-MIX-nether2-TWR
下界混合小Boss2
- id=event-mobs-boss-mix-nether2-twr
- type=hoveringinferno 野火
- min=1
- max=1
- type=ghast 恶魂
- min=1
- max=1
- type=hoveringinferno 野火
14.EVENT-MOBS-BOSS-MIX-HOVERINGINFERNO-TWR
野火混合小Boss
- id=event-mobs-boss-mix-hoveringinferno-twr
- type=hoveringinferno 野火
- min=1
- max=1
- type=hoveringinferno 野火
15.EVENT-MOBS-BOSS-MIX-undead-TWR
亡灵混合小Boss
- id=event-mobs-boss-mix-undead-twr
- type=drownednecromancer 溺尸死灵法师
- min=2
- max=2
- type=drownednecromancer 溺尸死灵法师
16.EVENT-MOBS-BOSS-MIX-end-TWR
末地混合小Boss
- id=event-mobs-boss-mix-end-twr
- type=Enderman 末影人
- min=1
- max=1
- type=endersent 末影遣使
- min=1
- max=1
- type=Enderman 末影人
17.EVENT-MOBS-BOSS-MIX-end-TWR-2
末地混合小Boss2
- id=event-mobs-boss-mix-end-twr-2
- type=endersent 末影遣使
- min=2
- max=2
- type=endersent 末影遣使
18.EVENT-MOBS-BOSS-MIX-FIRE-AND-WATER-TWR
水火混合小Boss
- id=event-mobs-boss-mix-fireandwater-twr
- type=drownednecromancer 溺尸死灵法师
- min=1
- max=1
- type=ghast 恶魂
- min=1
- max=1
- type=drownednecromancer 溺尸死灵法师
19.EVENT-MOBS-BOSS-MIX-ALT-FIRE-AND-WATER-TWR
水火混合小Boss变种
- id=event-mobs-boss-mix-altfireandwater-twr
- type=drownednecromancer 溺尸死灵法师
- min=1
- max=1
- type=hoveringinferno 野火
- min=1
- max=1
- type=drownednecromancer 溺尸死灵法师
20.EVENT-MOBS-BOSS-MIX-ALT-FIRE-AND-WATER-TWR
水火混合小Boss变种
- id=event-mobs-boss-mix-altfireandwater-twr
- type=drownednecromancer 溺尸死灵法师
- min=1
- max=1
- type=hoveringinferno 野火
- min=1
- max=1
- type=drownednecromancer 溺尸死灵法师
21.EVENT-MOBS-BOSS-MIX-fun1-TWR
欢乐混合小Boss1
- id=event-mobs-boss-mix-fun1-twr
- type=redstonegolem 红石傀儡
- min=1
- max=1
- type=illusioner 幻术师
- min=1
- max=1
- type=redstonegolem 红石傀儡
22.EVENT-MOBS-BOSS-MIX-fun2-TWR
欢乐混合小Boss2
- id=event-mobs-boss-mix-fun2-twr
- type=redstonegolem 红石傀儡
- min=1
- max=1
- type=evoker 唤魔者
- min=1
- max=1
- type=redstonegolem 红石傀儡
23.EVENT-MOBS-BOSS-MIX-fun3-TWR
欢乐混合小Boss3
- id=event-mobs-boss-mix-fun3-twr
- type=Enderman 末影人
- min=1
- max=1
- type=illusioner 幻术师
- min=1
- max=1
- type=Enderman 末影人
24.EVENT-MOBS-BOSS-MIX-fun4-TWR
欢乐混合小Boss4
- id=event-mobs-boss-mix-fun4-twr
- type=drownednecromancer 溺尸死灵法师
- min=1
- max=1
- type=endersent 末影遣使
- min=1
- max=1
- type=drownednecromancer 溺尸死灵法师
25.EVENT-MOBS-BOSS-MIX-fun5-TWR
欢乐混合小Boss5
- id=event-mobs-boss-mix-fun5-twr
- type=evoker 唤魔者
- min=1
- max=1
- type=endersent 末影遣使
- min=1
- max=1
- type=evoker 唤魔者
26.EVENT-MOBS-BOSS-MIX-wildcard-TWR
随机混合小Boss
- id=event-mobs-boss-mix-wildcard-twr
- type=Enderman 末影人
- weight=1
- min=0
- max=2
- type=endersent 末影遣使
- weight=1
- min=0
- max=1
- type=drownednecromancer 溺尸死灵法师
- weight=1
- min=0
- max=2
- type=illusioner 幻术师
- weight=1
- min=0
- max=1
- type=evoker 唤魔者
- weight=1
- min=0
- max=1
- type=ghast 恶魂
- weight=1
- min=0
- max=2
- type=redstonegolem 红石傀儡
- weight=1
- min=0
- max=2
- type=hoveringinferno 野火
- weight=1
- min=0
- max=1
- type=Enderman 末影人