[角色|娱乐|机械|综合]MythicMobs —— RPG怪物[1.6.4 - 1.1.0]
http://www.mcbbs.net/thread-519217-1-1.html
这个RPG怪物能不设置生成,只是单纯更改原版和mod自动生成的怪物血量和攻击么,求教。
如果不能1.7.10还有什么能支持Mod怪物一起加血量和攻击的插件吗。不要弄NPC怪物似的那样。
http://www.mcbbs.net/thread-519217-1-1.html
这个RPG怪物能不设置生成,只是单纯更改原版和mod自动生成的怪物血量和攻击么,求教。
如果不能1.7.10还有什么能支持Mod怪物一起加血量和攻击的插件吗。不要弄NPC怪物似的那样。
这个生成需要你自己设置.....
可以用指令/mm s c 瞎起一个 你的怪物代码
将会生成一个刷新怪物的点 在你鼠标所指的地方
可以用指令/mm s c 瞎起一个 你的怪物代码
将会生成一个刷新怪物的点 在你鼠标所指的地方
qt819762430 发表于 2017-1-18 13:15
这个生成需要你自己设置.....
可以用指令/mm s c 瞎起一个 你的怪物代码
将会生成一个刷新怪物的点 在你鼠 ...
不想弄成副本式的,就是想单纯增加下原版和mod怪物的难度,让他生成出来血量和攻击就是高的。
就好比启示录那种增强模式,因为是mod生存服。
音凉 发表于 2017-1-18 13:19
不想弄成副本式的,就是想单纯增加下原版和mod怪物的难度,让他生成出来血量和攻击就是高的。
就好比启示 ...
\plugins\MythicMobs\Mobs
在这个目录下里面有个文件叫VanillaMobs
里面你可以强化原版怪物
- CAVE_SPIDER:
- Health: 8099
- Damage: 7
- Drop:
- Options:
- PreventOtherDrops: true
- WITHER_SKELETON:
- Health: 8099
- Damage: 10
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- GIANT:
- Health: 9999
- Damage: 20
- Skills:
- - potion{type=POISON;duration=100;lvl=1} @target ~onAttack
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- chicken:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- Pig:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- Cow:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- Sheep:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- Slime:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- CREEPER:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- ENDERMAN:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- RABBIT:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- ZOMBIE:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- ZOMBIE_VILLAGER:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- SKELETON:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- HORSE:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
- SPIDER:
- Health: 9999
- Damage: 20
- Drop:
- - exp 0
- Options:
- PreventOtherDrops: true
只是需要正确的生物名称id即可
而且支持任何mm当前所拥有的东西
qt819762430 发表于 2017-1-18 13:12
\plugins\MythicMobs\Mobs
在这个目录下里面有个文件叫VanillaMobs
里面你可以强化原版怪物
这个可以做到自己添加mod所生成的怪物么 比如神秘时代的那种。