Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.44 KB | None | 0 0
  1. #######Heroes of Might and Magic 5####################################################################################################################
  2. #Smart mobs have threat tables
  3.  
  4. #Necropolis#####
  5. Nskeleton1: #Started LVL 1
  6. Type: skeleton
  7. Display: '&7Skeleton &4Lvl - &c<mob.level>'
  8. Health: 4
  9. Damage: 1
  10. Faction: Necropolis
  11. KillMessages:
  12. - '<target.name> was hacked in pieces by a &4Lvl - &c<mob.level> &fSkeleton'
  13. - '<target.name> was brutalized by a &4Lvl - &c<mob.level> &fSkeleton'
  14. Modules:
  15. ThreatTable: false
  16. ImmunityTable: true
  17. DamageModifiers:
  18. - DROWNING 0.0
  19. - BLOCK_EXPLOSION 2.0
  20. - ENTITY_EXPLOSION 2.0
  21. - VOID 1.0
  22. - LIGHTNING 0.5
  23. - SUICIDE 1.0
  24. - STARVATION 0.0
  25. - POISON -1.0
  26. - MAGIC 1.0
  27. - DRAGON_BREATH 2.0
  28. - WITHER -2.0
  29. - FALLING_BLOCK 1.5
  30. - THORNS 0.1
  31. - CUSTOM 1.0
  32. - LAVA 2.0
  33. - MELTING 1.0
  34. - FIRE_TICK 1.5
  35. - FIRE 2.0
  36. - HOT_FLOOR 0.0
  37. - FALL 2.0
  38. - SUFFOCATION 0.0
  39. - PROJECTILE 1.0
  40. - ENTITY_ATTACK 1.0
  41. - CONTACT 0.0
  42. Equipment:
  43. - Shield:0
  44. - Stone_axe:5
  45. - Chainmail_chestplate:3
  46. AIGoalSelectors:
  47. - 0 clear
  48. - 1 meleeattack
  49. - 2 breakdoors
  50. - 3 lookatplayers
  51. - 4 movetowardstarget
  52. - 5 randomstroll
  53. AITargetSelectors:
  54. - 0 clear
  55. - 1 players
  56. - 2 attacker
  57. - 3 otherfactionmonsters
  58. - 4 villagers
  59. Skills:
  60. Drops:
  61. - Shield 1 0.01
  62. - Stone_axe 1 0.1
  63. - Chainmail_chestplate 1 0.01
  64. - bone 1-3 1
  65. - exp 1 1
  66. LevelModifiers: #Only half of the original
  67. Health: 2
  68. Damage: .128 #nerfed
  69. KnockbackResistance: 0.0
  70. Armor: 0.0
  71. MovementSpeed: 0.0
  72. AttackSpeed: 0.0
  73. Options:
  74. AlwaysShowName: false
  75. Collidable: true
  76. Despawn: true
  77. FollowRange: 15 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  78. Glowing: false
  79. Invincible: false
  80. Interactable: false
  81. KnockbackResistance: 0.04
  82. MaxCombatDistance: 100
  83. MovementSpeed: 0.25 #5 boots is average speed, this is average
  84. NoAI: false
  85. NoDamageTicks: 10
  86. NoGravity: false
  87. Persistent: false
  88. PreventItemPickup: true
  89. PreventLeashing: false
  90. PreventMobKillDrops: true
  91. PreventOtherDrops: true
  92. PreventRandomEquipment: true
  93. PreventRenaming: true
  94. RepeatAllSkills: true
  95. ShowHealth: false
  96. Silent: false
  97. Nskeleton2: #Started LVL 1
  98. Type: skeleton
  99. Display: '&7Skeleton Archer &4Lvl - &c<mob.level>'
  100. Health: 5
  101. Damage: 1
  102. Faction: Necropolis
  103. KillMessages:
  104. - '<target.name> was hailed by arrows from a &4Lvl - &c<mob.level> &fSkeleton Archer'
  105. - '<target.name> was shot to death by a &4Lvl - &c<mob.level> &fSkeleton Archer'
  106. Modules:
  107. ThreatTable: false
  108. ImmunityTable: true
  109. DamageModifiers:
  110. - DROWNING 0.0
  111. - BLOCK_EXPLOSION 2.0
  112. - ENTITY_EXPLOSION 2.0
  113. - VOID 1.0
  114. - LIGHTNING 0.5
  115. - SUICIDE 1.0
  116. - STARVATION 0.0
  117. - POISON -1.0
  118. - MAGIC 1.0
  119. - DRAGON_BREATH 2.0
  120. - WITHER -2.0
  121. - FALLING_BLOCK 1.5
  122. - THORNS 0.1
  123. - CUSTOM 1.0
  124. - LAVA 2.0
  125. - MELTING 1.0
  126. - FIRE_TICK 1.5
  127. - FIRE 2.0
  128. - HOT_FLOOR 0.0
  129. - FALL 2.0
  130. - SUFFOCATION 0.0
  131. - PROJECTILE 1.0
  132. - ENTITY_ATTACK 1.0
  133. - CONTACT 0.0
  134. Equipment:
  135. - Bow:0
  136. - Chainmail_helmet:4
  137. AIGoalSelectors:
  138. AITargetSelectors:
  139. - 0 clear
  140. - 1 players
  141. - 2 attacker
  142. - 3 otherfactionmonsters
  143. - 4 villagers
  144. Skills:
  145. - skill{s=SkeletonArcherAttack} ~onAttack
  146. Drops:
  147. - Bow 1 0.1
  148. - arrow 1-3 0.75
  149. - Chainmail_helmet 1 0.01
  150. - bone 1-3 1
  151. - exp 1-3 1
  152. LevelModifiers: #Only half of the original
  153. Health: 2
  154. Damage: 0.128 #nerfed
  155. KnockbackResistance: 0.0
  156. Armor: 0.0
  157. MovementSpeed: 0.0
  158. AttackSpeed: 0.0
  159. #Power: 1.605
  160. Options:
  161. AlwaysShowName: false
  162. Collidable: true
  163. Despawn: true
  164. FollowRange: 15 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  165. Glowing: false
  166. Invincible: false
  167. Interactable: false
  168. KnockbackResistance: 0.04
  169. MaxCombatDistance: 100
  170. MovementSpeed: 0.25 #5 boots is average speed, this is average
  171. NoAI: false
  172. NoDamageTicks: 10
  173. NoGravity: false
  174. Persistent: false
  175. PreventItemPickup: true
  176. PreventLeashing: false
  177. PreventMobKillDrops: true
  178. PreventOtherDrops: true
  179. PreventRandomEquipment: true
  180. PreventRenaming: true
  181. RepeatAllSkills: true
  182. ShowHealth: false
  183. Silent: false
  184. Nskeleton3: #Started LVL 1
  185. Type: skeleton
  186. Display: '&7Skeleton Warrior &4Lvl - &c<mob.level>'
  187. Health: 5
  188. Damage: 2
  189. Faction: Necropolis
  190. KillMessages:
  191. - '<target.name> beaten to death by a &4Lvl - &c<mob.level> &fSkeleton Warrior'
  192. - '<target.name> was brutalized by a &4Lvl - &c<mob.level> &fSkeleton Warrior'
  193. Modules:
  194. ThreatTable: false
  195. ImmunityTable: true
  196. DamageModifiers:
  197. - DROWNING 0.0
  198. - BLOCK_EXPLOSION 2.0
  199. - ENTITY_EXPLOSION 2.0
  200. - VOID 1.0
  201. - LIGHTNING 0.5
  202. - SUICIDE 1.0
  203. - STARVATION 0.0
  204. - POISON -1.0
  205. - MAGIC 0.75
  206. - DRAGON_BREATH 2.0
  207. - WITHER -2.0
  208. - FALLING_BLOCK 1.5
  209. - THORNS 0.1
  210. - CUSTOM 1.0
  211. - LAVA 2.0
  212. - MELTING 1.0
  213. - FIRE_TICK 1.5
  214. - FIRE 2.0
  215. - HOT_FLOOR 0.0
  216. - FALL 2.0
  217. - SUFFOCATION 0.0
  218. - PROJECTILE 0.5
  219. - ENTITY_ATTACK 1.0
  220. - CONTACT 0.0
  221. Equipment:
  222. - Shield:0
  223. - Iron_axe:5
  224. - Iron_chestplate:3
  225. - Iron_helmet:4
  226. AIGoalSelectors:
  227. - 0 clear
  228. - 1 meleeattack
  229. - 2 breakdoors
  230. - 3 lookatplayers
  231. - 4 movetowardstarget
  232. - 5 randomstroll
  233. AITargetSelectors:
  234. - 0 clear
  235. - 1 players
  236. - 2 attacker
  237. - 3 otherfactionmonsters
  238. - 4 villagers
  239. Skills:
  240. - skill{s=Bash} ~onAttack 0.1
  241. Drops:
  242. - Shield 1 0.05
  243. - Iron_axe 1 0.1
  244. - Iron_chestplate 1 0.01
  245. - Iron_helmet 1 0.01
  246. - bone 1-3 1
  247. - exp 1-3 1
  248. LevelModifiers: #Only half of the original
  249. Health: 2.5
  250. Damage: .256 #nerfed
  251. KnockbackResistance: 0.0
  252. Armor: 0.0
  253. MovementSpeed: 0.0
  254. AttackSpeed: 0.0
  255. Options:
  256. AlwaysShowName: false
  257. Collidable: true
  258. Despawn: true
  259. FollowRange: 15 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  260. Glowing: false
  261. Invincible: false
  262. Interactable: false
  263. KnockbackResistance: 0.1
  264. MaxCombatDistance: 100
  265. MovementSpeed: 0.25 #5 boots is average speed, this is average
  266. NoAI: false
  267. NoDamageTicks: 10
  268. NoGravity: false
  269. Persistent: false
  270. PreventItemPickup: true
  271. PreventLeashing: false
  272. PreventMobKillDrops: true
  273. PreventOtherDrops: true
  274. PreventRandomEquipment: true
  275. PreventRenaming: true
  276. RepeatAllSkills: true
  277. ShowHealth: false
  278. Silent: false
  279. Nzombie1: #Started LVL 1
  280. Type: zombie
  281. Display: '&7Zombie &4Lvl - &c<mob.level>'
  282. Health: 17
  283. Damage: 1
  284. Faction: Necropolis
  285. KillMessages:
  286. - '<target.name> was disembowled by a &4Lvl - &c<mob.level> &fZombie'
  287. - '<target.name> was brutalized by a &4Lvl - &c<mob.level> &fZombie'
  288. Modules:
  289. ThreatTable: false
  290. ImmunityTable: true
  291. DamageModifiers:
  292. - DROWNING 0.0
  293. - BLOCK_EXPLOSION 2.0
  294. - ENTITY_EXPLOSION 2.0
  295. - VOID 1.0
  296. - LIGHTNING 1.0
  297. - SUICIDE 1.0
  298. - STARVATION 0.0
  299. - POISON -1.0
  300. - MAGIC 1.0
  301. - DRAGON_BREATH 2.0
  302. - WITHER 1.0
  303. - FALLING_BLOCK 1.5
  304. - THORNS 1.0
  305. - CUSTOM 1.0
  306. - LAVA 2.0
  307. - MELTING 1.0
  308. - FIRE_TICK 1.5
  309. - FIRE 2.0
  310. - HOT_FLOOR 0.0
  311. - FALL 0.1
  312. - SUFFOCATION 0.0
  313. - PROJECTILE 1.0
  314. - ENTITY_ATTACK 1.0
  315. - CONTACT 0.1
  316. Equipment:
  317. - Stone_sword:5
  318. AIGoalSelectors:
  319. - 0 clear
  320. - 1 meleeattack
  321. - 2 breakdoors
  322. - 3 lookatplayers
  323. - 4 movetowardstarget
  324. - 5 randomstroll
  325. AITargetSelectors:
  326. - 0 clear
  327. - 1 players
  328. - 2 attacker
  329. - 3 otherfactionmonsters
  330. - 4 villagers
  331. Skills:
  332. - skill{s=Enraged} @self ~onDamaged .2
  333. - effect:sound{s=entity.zombie.death;v=2;p=0.6} @self ~onDeath
  334. - effect:sound{s=entity.zombie.hurt;volume=1.0;pitch=0.6} =1%-100% @self ~onDamaged
  335. - effect:sound{s=entity.zombie.ambient;volume=1.0;pitch=0.6} @self ~onTimer:100 .25
  336. Drops:
  337. - stone_sword 1 0.01
  338. - bone 1-2 0.5
  339. - rotten_flesh 1-5 1
  340. - carrot 1 0.005
  341. - potato 1 0.005
  342. - exp 2-4 1
  343. LevelModifiers: #Only half of the original
  344. Health: 8.5
  345. Damage: .128
  346. KnockbackResistance: 0.0
  347. Armor: 0.0
  348. MovementSpeed: 0.0
  349. AttackSpeed: 0.0
  350. Options:
  351. AlwaysShowName: false
  352. Collidable: true
  353. Despawn: true
  354. FollowRange: 9 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  355. Glowing: false
  356. Invincible: false
  357. Interactable: false
  358. KnockbackResistance: 0.5
  359. MaxCombatDistance: 100
  360. MovementSpeed: 0.22 #5 boots is average speed
  361. NoAI: false
  362. NoDamageTicks: 10
  363. NoGravity: false
  364. Persistent: false
  365. PreventItemPickup: true
  366. PreventLeashing: false
  367. PreventMobKillDrops: true
  368. PreventOtherDrops: true
  369. PreventRandomEquipment: true
  370. PreventRenaming: true
  371. RepeatAllSkills: true
  372. ShowHealth: false
  373. Silent: true
  374. Nzombie2: #Started LVL 1
  375. Type: zombie
  376. Display: '&7Plague Zombie &4Lvl - &c<mob.level>'
  377. Health: 17
  378. Damage: 2
  379. Faction: Necropolis
  380. KillMessages:
  381. - '<target.name> was disembowled by a &4Lvl - &c<mob.level> &fPlague Zombie'
  382. - '<target.name> was brutalized by a &4Lvl - &c<mob.level> &fPlague Zombie'
  383. Modules:
  384. ThreatTable: false
  385. ImmunityTable: true
  386. DamageModifiers:
  387. - DROWNING 0.0
  388. - BLOCK_EXPLOSION 2.0
  389. - ENTITY_EXPLOSION 2.0
  390. - VOID 1.0
  391. - LIGHTNING 1.0
  392. - SUICIDE 1.0
  393. - STARVATION 0.0
  394. - POISON -1.0
  395. - MAGIC 1.0
  396. - DRAGON_BREATH 2.0
  397. - WITHER -1.0
  398. - FALLING_BLOCK 1.5
  399. - THORNS 1.0
  400. - CUSTOM 1.0
  401. - LAVA 2.0
  402. - MELTING 1.0
  403. - FIRE_TICK 1.5
  404. - FIRE 2.0
  405. - HOT_FLOOR 0.0
  406. - FALL 0.1
  407. - SUFFOCATION 0.0
  408. - PROJECTILE 1.0
  409. - ENTITY_ATTACK 1.0
  410. - CONTACT 0.1
  411. Equipment:
  412. - Iron_sword:5
  413. AIGoalSelectors:
  414. - 0 clear
  415. - 1 meleeattack
  416. - 2 breakdoors
  417. - 3 lookatplayers
  418. - 4 movetowardstarget
  419. - 5 randomstroll
  420. AITargetSelectors:
  421. - 0 clear
  422. - 1 players
  423. - 2 attacker
  424. - 3 otherfactionmonsters
  425. - 4 villagers
  426. Skills:
  427. - skill{s=Enraged} @self ~onDamaged .2
  428. - skill{s=WeakeningStrike} @target ~onAttack
  429. - effect:sound{s=entity.zombie.death;v=2;p=0.6} @self ~onDeath
  430. - effect:sound{s=entity.zombie.hurt;volume=1.0;pitch=0.6} =1%-100% @self ~onDamaged
  431. - effect:sound{s=entity.zombie.ambient;volume=1.0;pitch=0.6} @self ~onTimer:100 .25
  432. Drops:
  433. - iron_sword 1 0.01
  434. - bone 1-3 0.5
  435. - rotten_flesh 1-6 1
  436. - carrot 1 0.005
  437. - potato 1 0.005
  438. - exp 4-8 1
  439. LevelModifiers: #Only half of the original
  440. Health: 8.5
  441. Damage: .256 #nerfed
  442. KnockbackResistance: 0.0
  443. Armor: 0.0
  444. MovementSpeed: 0.0
  445. AttackSpeed: 0.0
  446. Options:
  447. AlwaysShowName: false
  448. Collidable: true
  449. Despawn: true
  450. FollowRange: 10 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  451. Glowing: false
  452. Invincible: false
  453. Interactable: false
  454. KnockbackResistance: 0.5
  455. MaxCombatDistance: 100
  456. MovementSpeed: 0.22 #5 boots is average speed
  457. NoAI: false
  458. NoDamageTicks: 10
  459. NoGravity: false
  460. Persistent: false
  461. PreventItemPickup: true
  462. PreventLeashing: false
  463. PreventMobKillDrops: true
  464. PreventOtherDrops: true
  465. PreventRandomEquipment: true
  466. PreventRenaming: true
  467. RepeatAllSkills: true
  468. ShowHealth: false
  469. Silent: true
  470. Nzombie3: #Started LVL 1
  471. Type: zombie
  472. Display: '&7Rot Zombie &4Lvl - &c<mob.level>'
  473. Health: 19
  474. Damage: 2
  475. Faction: Necropolis
  476. KillMessages:
  477. - '<target.name> was disembowled by a &4Lvl - &c<mob.level> &fRot Zombie'
  478. - '<target.name> was brutalized by a &4Lvl - &c<mob.level> &fRot Zombie'
  479. Modules:
  480. ThreatTable: false
  481. ImmunityTable: true
  482. DamageModifiers:
  483. - DROWNING 0.0
  484. - BLOCK_EXPLOSION 2.0
  485. - ENTITY_EXPLOSION 2.0
  486. - VOID 1.0
  487. - LIGHTNING 1.0
  488. - SUICIDE 1.0
  489. - STARVATION 0.0
  490. - POISON -1.0
  491. - MAGIC 1.0
  492. - DRAGON_BREATH 2.0
  493. - WITHER -1.0
  494. - FALLING_BLOCK 1.5
  495. - THORNS 1.0
  496. - CUSTOM 1.0
  497. - LAVA 2.0
  498. - MELTING 1.0
  499. - FIRE_TICK 1.5
  500. - FIRE 2.0
  501. - HOT_FLOOR 0.0
  502. - FALL 0.1
  503. - SUFFOCATION 0.0
  504. - PROJECTILE 1.0
  505. - ENTITY_ATTACK 1.0
  506. - CONTACT 0.1
  507. Equipment:
  508. - Iron_sword:5
  509. AIGoalSelectors:
  510. - 0 clear
  511. - 1 meleeattack
  512. - 2 breakdoors
  513. - 3 lookatplayers
  514. - 4 movetowardstarget
  515. - 5 randomstroll
  516. AITargetSelectors:
  517. - 0 clear
  518. - 1 players
  519. - 2 attacker
  520. - 3 otherfactionmonsters
  521. - 4 villagers
  522. Skills:
  523. - skill{s=Enraged} @self ~onDamaged .2
  524. - skill{s=FesteringAura} @PIR{r=4} ~onTimer:50
  525. - effect:sound{s=entity.zombie.death;v=2;p=0.6} @self ~onDeath
  526. - effect:sound{s=entity.zombie.hurt;volume=1.0;pitch=0.6} =1%-100% @self ~onDamaged
  527. - effect:sound{s=entity.silverfish.step;volume=1.0;pitch=1.0} =1%-100% @self ~onDamaged
  528. - effect:sound{s=entity.zombie.ambient;volume=1.0;pitch=0.6} @self ~onTimer:100 .25
  529. Drops:
  530. - iron_sword 1 0.01
  531. - bone 1-3 0.5
  532. - rotten_flesh 1-6 1
  533. - carrot 1 0.005
  534. - potato 1 0.005
  535. - exp 4-8 1
  536. LevelModifiers: #Only half of the original
  537. Health: 9.5
  538. Damage: .256 #nerfed
  539. KnockbackResistance: 0.0
  540. Armor: 0.0
  541. MovementSpeed: 0.0
  542. AttackSpeed: 0.0
  543. Options:
  544. AlwaysShowName: false
  545. Collidable: true
  546. Despawn: true
  547. FollowRange: 10 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  548. Glowing: false
  549. Invincible: false
  550. Interactable: false
  551. KnockbackResistance: 0.5
  552. MaxCombatDistance: 100
  553. MovementSpeed: 0.22 #5 boots is average speed
  554. NoAI: false
  555. NoDamageTicks: 10
  556. NoGravity: false
  557. Persistent: false
  558. PreventItemPickup: true
  559. PreventLeashing: false
  560. PreventMobKillDrops: true
  561. PreventOtherDrops: true
  562. PreventRandomEquipment: true
  563. PreventRenaming: true
  564. RepeatAllSkills: true
  565. ShowHealth: false
  566. Silent: true
  567. Nghost1: #Started LVL 1
  568. Type: zombie
  569. Display: '&7Ghost &4Lvl - &c<mob.level>'
  570. Health: 16
  571. Damage: 5
  572. Faction: Necropolis
  573. KillMessages:
  574. - '<target.name> was possesed by a &4Lvl - &c<mob.level> &fGhost'
  575. - '<target.name> was tormented by a &4Lvl - &c<mob.level> &fGhost'
  576. Modules:
  577. ThreatTable: false
  578. ImmunityTable: true
  579. DamageModifiers:
  580. - DROWNING 0.0
  581. - BLOCK_EXPLOSION 0.0
  582. - ENTITY_EXPLOSION 0.0
  583. - VOID 1.0
  584. - LIGHTNING 1.0
  585. - SUICIDE 1.0
  586. - STARVATION 0.0
  587. - POISON 0.0
  588. - MAGIC 2.0
  589. - DRAGON_BREATH 2.0
  590. - WITHER 0.0
  591. - FALLING_BLOCK 0.0
  592. - THORNS 0.0
  593. - CUSTOM 1.0
  594. - LAVA 0.0
  595. - MELTING 0.0
  596. - FIRE_TICK 2.0
  597. - FIRE 2.0
  598. - HOT_FLOOR 0.0
  599. - FALL 0.0
  600. - SUFFOCATION 0.0
  601. - PROJECTILE 0.0
  602. - ENTITY_ATTACK 1.0
  603. - CONTACT 0.0
  604. Equipment:
  605. AIGoalSelectors:
  606. - 0 clear
  607. - 1 meleeattack
  608. - 2 lookatplayers
  609. - 3 movetowardstarget
  610. - 4 float
  611. - 5 randomstroll
  612. AITargetSelectors:
  613. - 0 clear
  614. - 1 players
  615. - 2 attacker
  616. - 3 otherfactionmonsters
  617. - 4 villagers
  618. Skills:
  619. - skill{s=NoBurn} @self ~onTimer:1
  620. - skill{s=Incorporeal} @self ~onSpawn
  621. - skill{s=Ghost} @self ~onTimer:1
  622. - effect:sound{s=entity.phantom.death;v=2;p=2.0} @self ~onDeath
  623. - effect:sound{s=entity.phantom.hurt;volume=1.0;pitch=2.0} =1%-100% @self ~onDamaged
  624. - effect:sound{s=entity.phantom.ambient;volume=1.0;pitch=2.0} @self ~onTimer:100 .25
  625. Drops:
  626. - exp 6-12 1
  627. LevelModifiers: #Only half of the original
  628. Health: 8
  629. Damage: .639 #nerfed Dmg
  630. KnockbackResistance: 0.0
  631. Armor: 0.0
  632. MovementSpeed: 0.0
  633. AttackSpeed: 0.0
  634. Options:
  635. AlwaysShowName: false
  636. Collidable: false
  637. Despawn: true
  638. FollowRange: 15 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  639. Glowing: false
  640. Invincible: false
  641. Interactable: false
  642. KnockbackResistance: 1.0 #Incorporeal
  643. MaxCombatDistance: 100
  644. MovementSpeed: 0.25 #5 boots is average speed
  645. NoAI: false
  646. NoDamageTicks: 10 #Incorporeal
  647. NoGravity: false #flyer
  648. Persistent: false
  649. PreventItemPickup: true
  650. PreventLeashing: false
  651. PreventMobKillDrops: true
  652. PreventOtherDrops: true
  653. PreventRandomEquipment: true
  654. PreventRenaming: true
  655. RepeatAllSkills: true
  656. ShowHealth: false
  657. Silent: true
  658. Nghost2: #Started LVL 1
  659. Type: zombie
  660. Display: '&7Spectre &4Lvl - &c<mob.level>'
  661. Health: 19
  662. Damage: 5
  663. Faction: Necropolis
  664. KillMessages:
  665. - '<target.name> was possesed by a &4Lvl - &c<mob.level> &fSpectre'
  666. - '<target.name> was tormented by a &4Lvl - &c<mob.level> &fSpectre'
  667. Modules:
  668. ThreatTable: false
  669. ImmunityTable: true
  670. DamageModifiers:
  671. - DROWNING 0.0
  672. - BLOCK_EXPLOSION 0.0
  673. - ENTITY_EXPLOSION 0.0
  674. - VOID 1.0
  675. - LIGHTNING 1.0
  676. - SUICIDE 1.0
  677. - STARVATION 0.0
  678. - POISON 0.0
  679. - MAGIC 2.0
  680. - DRAGON_BREATH 2.0
  681. - WITHER 0.0
  682. - FALLING_BLOCK 0.0
  683. - THORNS 0.0
  684. - CUSTOM 1.0
  685. - LAVA 0.0
  686. - MELTING 0.0
  687. - FIRE_TICK 2.0
  688. - FIRE 2.0
  689. - HOT_FLOOR 0.0
  690. - FALL 0.0
  691. - SUFFOCATION 0.0
  692. - PROJECTILE 0.0
  693. - ENTITY_ATTACK 1.0
  694. - CONTACT 0.0
  695. Equipment:
  696. - Iron_helmet:4
  697. AIGoalSelectors:
  698. - 0 clear
  699. - 1 meleeattack
  700. - 2 lookatplayers
  701. - 3 movetowardstarget
  702. - 4 float
  703. - 5 randomstroll
  704. AITargetSelectors:
  705. - 0 clear
  706. - 1 players
  707. - 2 attacker
  708. - 3 otherfactionmonsters
  709. - 4 villagers
  710. Skills:
  711. - skill{s=NoBurn} @self ~onTimer:1
  712. - skill{s=Incorporeal} @self ~onSpawn
  713. - skill{s=Spectre} @self ~onTimer:1
  714. - skill{s=ManaDrain} @target ~onAttack
  715. - effect:sound{s=entity.phantom.death;v=2;p=2.0} @self ~onDeath
  716. - effect:sound{s=entity.phantom.hurt;volume=1.0;pitch=2.0} =1%-100% @self ~onDamaged
  717. - effect:sound{s=entity.phantom.ambient;volume=1.0;pitch=2.0} @self ~onTimer:100 .25
  718. Drops:
  719. - iron_helmet 1 0.01
  720. - exp 9-18 1
  721. LevelModifiers: #Only half of the original
  722. Health: 9.5
  723. Damage: .639 #nerfed Dmg
  724. KnockbackResistance: 0.0
  725. Armor: 0.0
  726. MovementSpeed: 0.0
  727. AttackSpeed: 0.0
  728. Options:
  729. AlwaysShowName: false
  730. Collidable: false
  731. Despawn: true
  732. FollowRange: 15 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  733. Glowing: false
  734. Invincible: false
  735. Interactable: false
  736. KnockbackResistance: 1.0 #Incorporeal
  737. MaxCombatDistance: 100
  738. MovementSpeed: 0.25 #5 boots is average speed
  739. NoAI: false
  740. NoDamageTicks: 10 #Incorporeal
  741. NoGravity: false #flyer
  742. Persistent: false
  743. PreventItemPickup: true
  744. PreventLeashing: false
  745. PreventMobKillDrops: true
  746. PreventOtherDrops: true
  747. PreventRandomEquipment: true
  748. PreventRenaming: true
  749. RepeatAllSkills: true
  750. ShowHealth: false
  751. Silent: true
  752. Nghost3: #Started LVL 1
  753. Type: zombie
  754. Display: '&7Poltergeist &4Lvl - &c<mob.level>'
  755. Health: 20
  756. Damage: 6
  757. Faction: Necropolis
  758. KillMessages:
  759. - '<target.name> was possesed by a &4Lvl - &c<mob.level> &fPoltergeist'
  760. - '<target.name> was tormented by a &4Lvl - &c<mob.level> &fPoltergeist'
  761. Modules:
  762. ThreatTable: false
  763. ImmunityTable: true
  764. DamageModifiers:
  765. - DROWNING 0.0
  766. - BLOCK_EXPLOSION 0.0
  767. - ENTITY_EXPLOSION 0.0
  768. - VOID 1.0
  769. - LIGHTNING 1.0
  770. - SUICIDE 1.0
  771. - STARVATION 0.0
  772. - POISON 0.0
  773. - MAGIC 2.0
  774. - DRAGON_BREATH 2.0
  775. - WITHER 0.0
  776. - FALLING_BLOCK 0.0
  777. - THORNS 0.0
  778. - CUSTOM 1.0
  779. - LAVA 0.0
  780. - MELTING 0.0
  781. - FIRE_TICK 2.0
  782. - FIRE 2.0
  783. - HOT_FLOOR 0.0
  784. - FALL 0.0
  785. - SUFFOCATION 0.0
  786. - PROJECTILE 0.0
  787. - ENTITY_ATTACK 1.0
  788. - CONTACT 0.0
  789. Equipment:
  790. - Iron_helmet:4
  791. AIGoalSelectors:
  792. - 0 clear
  793. - 1 meleeattack
  794. - 2 lookatplayers
  795. - 3 movetowardstarget
  796. - 4 float
  797. - 5 randomstroll
  798. AITargetSelectors:
  799. - 0 clear
  800. - 1 players
  801. - 2 attacker
  802. - 3 otherfactionmonsters
  803. - 4 villagers
  804. Skills:
  805. - skill{s=NoBurn} @self ~onTimer:1
  806. - skill{s=Incorporeal} @self ~onSpawn
  807. - skill{s=Poltergeist} @self ~onTimer:1
  808. - skill{s=StealAmmunition} @target ~onAttack
  809. - effect:sound{s=entity.phantom.death;v=2;p=2.0} @self ~onDeath
  810. - effect:sound{s=entity.phantom.hurt;volume=1.0;pitch=2.0} =1%-100% @self ~onDamaged
  811. - effect:sound{s=entity.phantom.ambient;volume=1.0;pitch=2.0} @self ~onTimer:100 .25
  812. Drops:
  813. - iron_helmet 1 0.01
  814. - arrow 1-5 0.25
  815. - exp 9-18 1
  816. LevelModifiers: #Only half of the original
  817. Health: 10
  818. Damage: .767 #nerfed Dmg
  819. KnockbackResistance: 0.0
  820. Armor: 0.0
  821. MovementSpeed: 0.0
  822. AttackSpeed: 0.0
  823. Options:
  824. AlwaysShowName: false
  825. Collidable: false
  826. Despawn: true
  827. FollowRange: 14 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  828. Glowing: false
  829. Invincible: false
  830. Interactable: false
  831. KnockbackResistance: 1.0 #Incorporeal
  832. MaxCombatDistance: 100
  833. MovementSpeed: 0.28 #5 boots is average speed each boot goes up by .3
  834. NoAI: false
  835. NoDamageTicks: 10 #Incorporeal
  836. NoGravity: false #flyer
  837. Persistent: false
  838. PreventItemPickup: true
  839. PreventLeashing: false
  840. PreventMobKillDrops: true
  841. PreventOtherDrops: true
  842. PreventRandomEquipment: true
  843. PreventRenaming: true
  844. RepeatAllSkills: true
  845. ShowHealth: false
  846. Silent: true
  847. Nvampire1: #Started LVL 1
  848. Type: zombie
  849. Display: '&7Vampire &4Lvl - &c<mob.level>'
  850. Health: 30
  851. Damage: 6
  852. Faction: Necropolis
  853. KillMessages:
  854. - '<target.name> was drained by a &4Lvl - &c<mob.level> &fVampire'
  855. - '<target.name> was escorted to the dark by a &4Lvl - &c<mob.level> &fVampire'
  856. Modules:
  857. ThreatTable: true
  858. ImmunityTable: true
  859. DamageModifiers:
  860. - DROWNING 0.0
  861. - BLOCK_EXPLOSION 1.0
  862. - ENTITY_EXPLOSION 1.0
  863. - VOID 1.0
  864. - LIGHTNING 1.0
  865. - SUICIDE 1.0
  866. - STARVATION 2.0
  867. - POISON 0.0
  868. - MAGIC 0.5
  869. - DRAGON_BREATH 2.0
  870. - WITHER -1.0
  871. - FALLING_BLOCK 0.5
  872. - THORNS 0.5
  873. - CUSTOM 1.0
  874. - LAVA 2.0
  875. - MELTING 2.0
  876. - FIRE_TICK 2.0
  877. - FIRE 2.0
  878. - HOT_FLOOR 2.0
  879. - FALL 0.0
  880. - SUFFOCATION 0.0
  881. - PROJECTILE 1.0
  882. - ENTITY_ATTACK 1.0
  883. - CONTACT 0.5
  884. Equipment:
  885. AIGoalSelectors:
  886. - 0 clear
  887. - 1 meleeattack
  888. - 2 breakdoors
  889. - 3 lookatplayers
  890. - 4 movetowardstarget
  891. - 5 fleesun
  892. - 6 float
  893. - 7 randomstroll
  894. AITargetSelectors:
  895. - 0 clear
  896. - 1 players
  897. - 2 attacker
  898. - 3 otherfactionmonsters
  899. - 4 villagers
  900. Skills:
  901. - skill{s=RaiseThreat} @target ~onEnterCombat
  902. - skill{s=LifeDrain} @target ~onAttack
  903. - effect:sound{s=entity.zombie_villager.death;v=1.0;p=0.5} @self ~onDeath
  904. - effect:sound{s=entity.zombie_villager.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  905. - effect:sound{s=entity.zombie_villager.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  906. Drops:
  907. - rotten_flesh 1-2 0.75
  908. - bone 1-2 0.75
  909. - exp 18-20 1
  910. LevelModifiers: #Only half of the original
  911. Health: 15
  912. Damage: .767 #nerfed Dmg
  913. KnockbackResistance: 0.0
  914. Armor: 0.0
  915. MovementSpeed: 0.0
  916. AttackSpeed: 0.0
  917. Options:
  918. AlwaysShowName: false
  919. Collidable: true
  920. Despawn: true
  921. FollowRange: 28 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  922. Glowing: false
  923. Invincible: false
  924. Interactable: false
  925. KnockbackResistance: 0.0
  926. MaxCombatDistance: 100
  927. MovementSpeed: 0.28 #5 boots is average speed each boot goes up by .3
  928. NoAI: false
  929. NoDamageTicks: 20 #No enemy retaliation
  930. NoGravity: false
  931. Persistent: false
  932. PreventItemPickup: true
  933. PreventLeashing: false
  934. PreventMobKillDrops: true
  935. PreventOtherDrops: true
  936. PreventRandomEquipment: true
  937. PreventRenaming: true
  938. RepeatAllSkills: true
  939. ShowHealth: false
  940. Silent: true
  941. Nvampire2: #Started LVL 1
  942. Type: zombie
  943. Display: '&7Vampire Lord &4Lvl - &c<mob.level>'
  944. Health: 35
  945. Damage: 9
  946. Faction: Necropolis
  947. KillMessages:
  948. - '<target.name> was drained by a &4Lvl - &c<mob.level> &fVampire Lord'
  949. - '<target.name> was escorted to the dark by a &4Lvl - &c<mob.level> &fVampire Lord'
  950. Modules:
  951. ThreatTable: true
  952. ImmunityTable: true
  953. DamageModifiers:
  954. - DROWNING 0.0
  955. - BLOCK_EXPLOSION 1.0
  956. - ENTITY_EXPLOSION 1.0
  957. - VOID 1.0
  958. - LIGHTNING 1.0
  959. - SUICIDE 1.0
  960. - STARVATION 2.0
  961. - POISON 0.0
  962. - MAGIC 0.5
  963. - DRAGON_BREATH 2.0
  964. - WITHER -1.0
  965. - FALLING_BLOCK 0.5
  966. - THORNS 0.5
  967. - CUSTOM 1.0
  968. - LAVA 2.0
  969. - MELTING 2.0
  970. - FIRE_TICK 2.0
  971. - FIRE 2.0
  972. - HOT_FLOOR 2.0
  973. - FALL 0.0
  974. - SUFFOCATION 0.0
  975. - PROJECTILE 1.0
  976. - ENTITY_ATTACK 1.0
  977. - CONTACT 0.5
  978. Equipment:
  979. - Iron_Sword:5
  980. AIGoalSelectors:
  981. - 0 clear
  982. - 1 meleeattack
  983. - 2 breakdoors
  984. - 3 lookatplayers
  985. - 4 movetowardstarget
  986. - 5 fleesun
  987. - 6 float
  988. - 7 randomstroll
  989. AITargetSelectors:
  990. - 0 clear
  991. - 1 players
  992. - 2 attacker
  993. - 3 otherfactionmonsters
  994. - 4 villagers
  995. Skills:
  996. - skill{s=RaiseThreat} @target ~onEnterCombat
  997. - skill{s=LifeDrain} @target ~onAttack
  998. - skill{s=VampireTeleport} @self ~onTimer:200 .5
  999. - effect:sound{s=entity.zombie_villager.death;v=1.0;p=0.5} @self ~onDeath
  1000. - effect:sound{s=entity.zombie_villager.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  1001. - effect:sound{s=entity.zombie_villager.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1002. Drops:
  1003. - rotten_flesh 1-2 0.75
  1004. - bone 1-2 0.75
  1005. - iron_sword 1 0.1
  1006. - exp 25-30 1
  1007. LevelModifiers: #Only half of the original
  1008. Health: 17.5
  1009. Damage: 1.15 #nerfed Dmg
  1010. KnockbackResistance: 0.0
  1011. Armor: 0.0
  1012. MovementSpeed: 0.0
  1013. AttackSpeed: 0.0
  1014. Options:
  1015. AlwaysShowName: false
  1016. Collidable: true
  1017. Despawn: true
  1018. FollowRange: 28 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1019. Glowing: false
  1020. Invincible: false
  1021. Interactable: false
  1022. KnockbackResistance: 0.0
  1023. MaxCombatDistance: 100
  1024. MovementSpeed: 0.31 #5 boots is average speed each boot goes up by .3
  1025. NoAI: false
  1026. NoDamageTicks: 20 #No enemy retaliation
  1027. NoGravity: false
  1028. Persistent: false
  1029. PreventItemPickup: true
  1030. PreventLeashing: false
  1031. PreventMobKillDrops: true
  1032. PreventOtherDrops: true
  1033. PreventRandomEquipment: true
  1034. PreventRenaming: true
  1035. RepeatAllSkills: true
  1036. ShowHealth: false
  1037. Silent: true
  1038. Nvampire3: #Started LVL 1
  1039. Type: zombie
  1040. Display: '&7Vampire Prince &4Lvl - &c<mob.level>'
  1041. Health: 40
  1042. Damage: 9
  1043. Faction: Necropolis
  1044. KillMessages:
  1045. - '<target.name> was drained by a &4Lvl - &c<mob.level> &fVampire Prince'
  1046. - '<target.name> was escorted to the dark by a &4Lvl - &c<mob.level> &fVampire Prince'
  1047. Modules:
  1048. ThreatTable: true
  1049. ImmunityTable: true
  1050. DamageModifiers:
  1051. - DROWNING 0.0
  1052. - BLOCK_EXPLOSION 1.0
  1053. - ENTITY_EXPLOSION 1.0
  1054. - VOID 1.0
  1055. - LIGHTNING 1.0
  1056. - SUICIDE 1.0
  1057. - STARVATION 2.0
  1058. - POISON 0.0
  1059. - MAGIC 0.5
  1060. - DRAGON_BREATH 2.0
  1061. - WITHER -1.0
  1062. - FALLING_BLOCK 0.5
  1063. - THORNS 0.5
  1064. - CUSTOM 1.0
  1065. - LAVA 2.0
  1066. - MELTING 2.0
  1067. - FIRE_TICK 2.0
  1068. - FIRE 2.0
  1069. - HOT_FLOOR 2.0
  1070. - FALL 0.0
  1071. - SUFFOCATION 0.0
  1072. - PROJECTILE 1.0
  1073. - ENTITY_ATTACK 1.0
  1074. - CONTACT 0.5
  1075. Equipment:
  1076. - Iron_Sword:5
  1077. AIGoalSelectors:
  1078. - 0 clear
  1079. - 1 meleeattack
  1080. - 2 breakdoors
  1081. - 3 lookatplayers
  1082. - 4 movetowardstarget
  1083. - 5 fleesun
  1084. - 6 float
  1085. - 7 randomstroll
  1086. AITargetSelectors:
  1087. - 0 clear
  1088. - 1 players
  1089. - 2 attacker
  1090. - 3 otherfactionmonsters
  1091. - 4 villagers
  1092. Skills:
  1093. - skill{s=RaiseThreat} @target ~onEnterCombat
  1094. - skill{s=LifeDrain} @target ~onAttack
  1095. - skill{s=Torpor} @target ~onAttack 1
  1096. - skill{s=VampireTeleport} @self ~onTimer:200 .5
  1097. - effect:sound{s=entity.zombie_villager.death;v=1.0;p=0.5} @self ~onDeath
  1098. - effect:sound{s=entity.zombie_villager.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  1099. - effect:sound{s=entity.zombie_villager.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1100. Drops:
  1101. - rotten_flesh 1-2 0.75
  1102. - bone 1-2 0.75
  1103. - iron_sword 1 0.1
  1104. - exp 25-30 1
  1105. LevelModifiers: #Only half of the original
  1106. Health: 20
  1107. Damage: 1.15 #nerfed Dmg
  1108. KnockbackResistance: 0.0
  1109. Armor: 0.0
  1110. MovementSpeed: 0.0
  1111. AttackSpeed: 0.0
  1112. Options:
  1113. AlwaysShowName: false
  1114. Collidable: true
  1115. Despawn: true
  1116. FollowRange: 28 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1117. Glowing: false
  1118. Invincible: false
  1119. Interactable: false
  1120. KnockbackResistance: 0.0
  1121. MaxCombatDistance: 100
  1122. MovementSpeed: 0.34 #5 boots is average speed each boot goes up by .3
  1123. NoAI: false
  1124. NoDamageTicks: 10
  1125. NoGravity: false
  1126. Persistent: false
  1127. PreventItemPickup: true
  1128. PreventLeashing: false
  1129. PreventMobKillDrops: true
  1130. PreventOtherDrops: true
  1131. PreventRandomEquipment: true
  1132. PreventRenaming: true
  1133. RepeatAllSkills: true
  1134. ShowHealth: false
  1135. Silent: true
  1136. Nlich1: #Started LVL 1
  1137. Type: wither_skeleton
  1138. Display: '&7Lich &4Lvl - &c<mob.level>'
  1139. Health: 50
  1140. Damage: 15
  1141. Faction: Necropolis
  1142. KillMessages:
  1143. - '<target.name> was darkened by a &4Lvl - &c<mob.level> &fLich'
  1144. - '<target.name> was extirpated by a &4Lvl - &c<mob.level> &fLich'
  1145. Modules:
  1146. ThreatTable: true
  1147. ImmunityTable: true
  1148. DamageModifiers:
  1149. - DROWNING 0.0
  1150. - BLOCK_EXPLOSION 1.0
  1151. - ENTITY_EXPLOSION 1.0
  1152. - VOID 1.0
  1153. - LIGHTNING 0.5
  1154. - SUICIDE 1.0
  1155. - STARVATION 0.0
  1156. - POISON 0.0
  1157. - MAGIC 0.5
  1158. - DRAGON_BREATH 0.5
  1159. - WITHER 0.0
  1160. - FALLING_BLOCK 1.0
  1161. - THORNS 0.0
  1162. - CUSTOM 1.0
  1163. - LAVA 2.0
  1164. - MELTING 2.0
  1165. - FIRE_TICK 2.0
  1166. - FIRE 2.0
  1167. - HOT_FLOOR 2.0
  1168. - FALL 1.0
  1169. - SUFFOCATION 0.0
  1170. - PROJECTILE 1.0
  1171. - ENTITY_ATTACK 1.0
  1172. - CONTACT 1.0
  1173. Equipment:
  1174. - Lich_Tunic:3
  1175. - Lich_Leggings:2
  1176. - Enchanted_Book:5
  1177. AIGoalSelectors:
  1178. - 0 clear
  1179. - 1 lookatplayers
  1180. - 2 fleeplayers
  1181. - 3 fleegolems
  1182. - 4 randomstroll
  1183. - 5 float
  1184. AITargetSelectors:
  1185. - 0 clear
  1186. - 1 players
  1187. - 2 attacker
  1188. - 3 otherfactionmonsters
  1189. - 4 villagers
  1190. Skills:
  1191. - skill{s=RaiseThreat} @target ~onEnterCombat
  1192. - skill{s=LichAttack} @target ~onTimer:120
  1193. - effect:sound{s=entity.zombie_horse.death;v=1.0;p=0.5} @self ~onDeath
  1194. - effect:sound{s=entity.zombie_horse.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  1195. - effect:sound{s=entity.skeleton.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1196. Drops:
  1197. - bone 1-3 1
  1198. - Enchanted_Book 1 0.1
  1199. - Lich_Leggings 1 0.01
  1200. - Lich_Tunic 1 0.01
  1201. - exp 30-40 1
  1202. Disguise:
  1203. LevelModifiers: #Only half of the original
  1204. Health: 25
  1205. Damage: 1.917 #nerfed Dmg
  1206. KnockbackResistance: 0.0
  1207. Armor: 0.0
  1208. MovementSpeed: 0.0
  1209. AttackSpeed: 0.0
  1210. Options:
  1211. AlwaysShowName: false
  1212. Collidable: true
  1213. Despawn: true
  1214. FollowRange: 30 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1215. Glowing: false
  1216. Invincible: false
  1217. Interactable: false
  1218. KnockbackResistance: 0.0
  1219. MaxCombatDistance: 100
  1220. MovementSpeed: 0.19 #5 boots is average speed each boot goes up by .3
  1221. NoAI: false
  1222. NoDamageTicks: 10
  1223. NoGravity: false
  1224. Persistent: false
  1225. PreventItemPickup: true
  1226. PreventLeashing: false
  1227. PreventMobKillDrops: true
  1228. PreventOtherDrops: true
  1229. PreventRandomEquipment: true
  1230. PreventRenaming: true
  1231. RepeatAllSkills: true
  1232. ShowHealth: false
  1233. Silent: true
  1234. Nlich2: #Started LVL 1
  1235. Type: wither_skeleton
  1236. Display: '&7Archlich &4Lvl - &c<mob.level>'
  1237. Health: 55
  1238. Damage: 19
  1239. Faction: Necropolis
  1240. KillMessages:
  1241. - '<target.name> was darkened by a &4Lvl - &c<mob.level> &fArchlich'
  1242. - '<target.name> was extirpated by a &4Lvl - &c<mob.level> &fArchlich'
  1243. Modules:
  1244. ThreatTable: true
  1245. ImmunityTable: true
  1246. DamageModifiers:
  1247. - DROWNING 0.0
  1248. - BLOCK_EXPLOSION 1.0
  1249. - ENTITY_EXPLOSION 1.0
  1250. - VOID 1.0
  1251. - LIGHTNING 0.5
  1252. - SUICIDE 1.0
  1253. - STARVATION 0.0
  1254. - POISON 0.0
  1255. - MAGIC 0.5
  1256. - DRAGON_BREATH 0.5
  1257. - WITHER 0.0
  1258. - FALLING_BLOCK 1.0
  1259. - THORNS 0.0
  1260. - CUSTOM 1.0
  1261. - LAVA 2.0
  1262. - MELTING 2.0
  1263. - FIRE_TICK 2.0
  1264. - FIRE 2.0
  1265. - HOT_FLOOR 2.0
  1266. - FALL 1.0
  1267. - SUFFOCATION 0.0
  1268. - PROJECTILE 1.0
  1269. - ENTITY_ATTACK 1.0
  1270. - CONTACT 1.0
  1271. Equipment:
  1272. - Archlich_Tunic:3
  1273. - Archlich_Leggings:2
  1274. AIGoalSelectors:
  1275. - 0 clear
  1276. - 1 lookatplayers
  1277. - 2 fleeplayers
  1278. - 3 fleegolems
  1279. - 4 randomstroll
  1280. - 5 float
  1281. AITargetSelectors:
  1282. - 0 clear
  1283. - 1 players
  1284. - 2 attacker
  1285. - 3 otherfactionmonsters
  1286. - 4 villagers
  1287. Skills:
  1288. - skill{s=RaiseThreat} @target ~onEnterCombat
  1289. - skill{s=LichSpellBook} @self ~onSpawn
  1290. - skill{s=ArchlichAttack} @target ~onTimer:120
  1291. - effect:sound{s=entity.zombie_horse.death;v=1.0;p=0.5} @self ~onDeath
  1292. - effect:sound{s=entity.zombie_horse.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  1293. - effect:sound{s=entity.skeleton.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1294. Drops:
  1295. - bone 1-3 1
  1296. - Enchanted_Book 1 0.1
  1297. - Archlich_Leggings 1 0.01
  1298. - Archlich_Tunic 1 0.01
  1299. - exp 35-50 1
  1300. Disguise:
  1301. LevelModifiers: #Only half of the original
  1302. Health: 27.5
  1303. Damage: 2.428 #nerfed Dmg
  1304. KnockbackResistance: 0.0
  1305. Armor: 0.0
  1306. MovementSpeed: 0.0
  1307. AttackSpeed: 0.0
  1308. Options:
  1309. AlwaysShowName: false
  1310. Collidable: true
  1311. Despawn: true
  1312. FollowRange: 30 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1313. Glowing: false
  1314. Invincible: false
  1315. Interactable: false
  1316. KnockbackResistance: 0.0
  1317. MaxCombatDistance: 100
  1318. MovementSpeed: 0.19 #5 boots is average speed each boot goes up by .3
  1319. NoAI: false
  1320. NoDamageTicks: 10
  1321. NoGravity: false
  1322. Persistent: false
  1323. PreventItemPickup: true
  1324. PreventLeashing: false
  1325. PreventMobKillDrops: true
  1326. PreventOtherDrops: true
  1327. PreventRandomEquipment: true
  1328. PreventRenaming: true
  1329. RepeatAllSkills: true
  1330. ShowHealth: false
  1331. Silent: true
  1332. Nlich3: #Started LVL 1
  1333. Type: wither_skeleton
  1334. Display: '&7Lich Master &4Lvl - &c<mob.level>'
  1335. Health: 55
  1336. Damage: 21
  1337. Faction: Necropolis
  1338. KillMessages:
  1339. - '<target.name> was darkened by a &4Lvl - &c<mob.level> &fLich Master'
  1340. - '<target.name> was extirpated by a &4Lvl - &c<mob.level> &fLich Master'
  1341. Modules:
  1342. ThreatTable: true
  1343. ImmunityTable: true
  1344. DamageModifiers:
  1345. - DROWNING 0.0
  1346. - BLOCK_EXPLOSION 1.0
  1347. - ENTITY_EXPLOSION 1.0
  1348. - VOID 1.0
  1349. - LIGHTNING 0.5
  1350. - SUICIDE 1.0
  1351. - STARVATION 0.0
  1352. - POISON 0.0
  1353. - MAGIC 0.5
  1354. - DRAGON_BREATH 0.5
  1355. - WITHER 0.0
  1356. - FALLING_BLOCK 1.0
  1357. - THORNS 0.0
  1358. - CUSTOM 1.0
  1359. - LAVA 2.0
  1360. - MELTING 2.0
  1361. - FIRE_TICK 2.0
  1362. - FIRE 2.0
  1363. - HOT_FLOOR 2.0
  1364. - FALL 1.0
  1365. - SUFFOCATION 0.0
  1366. - PROJECTILE 1.0
  1367. - ENTITY_ATTACK 1.0
  1368. - CONTACT 1.0
  1369. Equipment:
  1370. - LichMaster_Tunic:3
  1371. - LichMaster_Leggings:2
  1372. AIGoalSelectors:
  1373. - 0 clear
  1374. - 1 lookatplayers
  1375. - 2 fleeplayers
  1376. - 3 fleegolems
  1377. - 4 randomstroll
  1378. - 5 float
  1379. AITargetSelectors:
  1380. - 0 clear
  1381. - 1 players
  1382. - 2 attacker
  1383. - 3 otherfactionmonsters
  1384. - 4 villagers
  1385. Skills:
  1386. - skill{s=RaiseThreat} @target ~onEnterCombat
  1387. - skill{s=LichSpellBook2} @self ~onSpawn
  1388. - skill{s=LichMasterAttack} @target ~onTimer:120
  1389. - effect:sound{s=entity.zombie_horse.death;v=1.0;p=0.5} @self ~onDeath
  1390. - effect:sound{s=entity.zombie_horse.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  1391. - effect:sound{s=entity.skeleton.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1392. Drops:
  1393. - bone 1-3 1
  1394. - Enchanted_Book 1 0.1
  1395. - LichMaster_Leggings 1 0.01
  1396. - LichMaster_Tunic 1 0.01
  1397. - exp 35-50 1
  1398. Disguise:
  1399. LevelModifiers: #Only half of the original
  1400. Health: 27.5
  1401. Damage: 2.683 #nerfed Dmg
  1402. KnockbackResistance: 0.0
  1403. Armor: 0.0
  1404. MovementSpeed: 0.0
  1405. AttackSpeed: 0.0
  1406. Options:
  1407. AlwaysShowName: false
  1408. Collidable: true
  1409. Despawn: true
  1410. FollowRange: 30 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1411. Glowing: false
  1412. Invincible: false
  1413. Interactable: false
  1414. KnockbackResistance: 0.0
  1415. MaxCombatDistance: 100
  1416. MovementSpeed: 0.22 #5 boots is average speed each boot goes up by .3
  1417. NoAI: false
  1418. NoDamageTicks: 10
  1419. NoGravity: false
  1420. Persistent: false
  1421. PreventItemPickup: true
  1422. PreventLeashing: false
  1423. PreventMobKillDrops: true
  1424. PreventOtherDrops: true
  1425. PreventRandomEquipment: true
  1426. PreventRenaming: true
  1427. RepeatAllSkills: true
  1428. ShowHealth: false
  1429. Silent: true
  1430. LichPointer:
  1431. Type: Endermite
  1432. Display: ''
  1433. Health: 1
  1434. Damage: 0
  1435. Skills:
  1436. - skill{s=LichSpellBookDie} @self ~onSpawn
  1437. AIGoalSelectors:
  1438. - 0 clear
  1439. AITargetSelectors:
  1440. - 0 clear
  1441. Equipment:
  1442. Drops:
  1443. Disguise:
  1444. Type: ITEM
  1445. Item: ENCHANTED_BOOK
  1446. Options:
  1447. Collidable: false
  1448. NoGravity: true
  1449. NoAI: true
  1450. Invincible: false
  1451. Silent: true
  1452. Nwight1: #Started LVL 1
  1453. Type: husk
  1454. Display: '&7Wight &4Lvl - &c<mob.level>'
  1455. Health: 95
  1456. Damage: 16 #nerfed
  1457. Faction: Necropolis
  1458. KillMessages:
  1459. - '<target.name> was be-headed by a &4Lvl - &c<mob.level> &fWight'
  1460. - '<target.name> was collected by a &4Lvl - &c<mob.level> &fWight'
  1461. Modules:
  1462. ThreatTable: true
  1463. ImmunityTable: true
  1464. DamageModifiers:
  1465. - DROWNING 0.0
  1466. - BLOCK_EXPLOSION 0.5
  1467. - ENTITY_EXPLOSION 0.5
  1468. - VOID 1.0
  1469. - LIGHTNING 1.0
  1470. - SUICIDE 1.0
  1471. - STARVATION 0.0
  1472. - POISON 0.0
  1473. - MAGIC 1.0
  1474. - DRAGON_BREATH 1.5
  1475. - WITHER 0.0
  1476. - FALLING_BLOCK 0.25
  1477. - THORNS 0.0
  1478. - CUSTOM 1.0
  1479. - LAVA 2.0
  1480. - MELTING 2.0
  1481. - FIRE_TICK 2.0
  1482. - FIRE 2.0
  1483. - HOT_FLOOR 0.0
  1484. - FALL 0.0
  1485. - SUFFOCATION 0.0
  1486. - PROJECTILE 1.0
  1487. - ENTITY_ATTACK 1.0
  1488. - CONTACT 0.0
  1489. Equipment:
  1490. - Wight:4
  1491. AIGoalSelectors:
  1492. - 0 clear
  1493. - 1 meleeattack
  1494. - 2 movetowardstarget
  1495. - 3 float
  1496. - 4 randomstroll
  1497. AITargetSelectors:
  1498. - 0 clear
  1499. - 1 players
  1500. - 2 attacker
  1501. - 3 otherfactionmonsters
  1502. - 4 villagers
  1503. Skills:
  1504. - skill{s=RaiseThreat} @target ~onEnterCombat
  1505. - skill{s=Incorporeal} @self ~onSpawn
  1506. - effect:sound{s=entity.phantom.death;v=2;p=0.5} @self ~onDeath
  1507. - effect:sound{s=entity.phantom.hurt;volume=0.5;pitch=0.5} =1%-100% @self ~onDamaged
  1508. - effect:sound{s=entity.ender_dragon.hurt;volume=0.5;pitch=0.5} =1%-100% @self ~onDamaged
  1509. - effect:sound{s=entity.phantom.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1510. - skill{s=WightDeath} ~onDeath
  1511. Drops:
  1512. #- Lich1
  1513. Disguise:
  1514. LevelModifiers: #Only half of the original
  1515. Health: 47.5
  1516. Damage: 2.044 #nerfed Dmg
  1517. KnockbackResistance: 0.0
  1518. Armor: 0.0
  1519. MovementSpeed: 0.0
  1520. AttackSpeed: 0.0
  1521. Power: 0.0
  1522. Options:
  1523. AlwaysShowName: false
  1524. Collidable: true
  1525. Despawn: true
  1526. FollowRange: 44 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1527. Glowing: false
  1528. Invincible: false
  1529. Interactable: false
  1530. KnockbackResistance: 0.5 #Large Creature
  1531. MaxCombatDistance: 100
  1532. MovementSpeed: 0.18 #5 boots is average speed each boot goes up by .3
  1533. NoAI: false
  1534. NoDamageTicks: 10
  1535. NoGravity: false
  1536. Persistent: false
  1537. PreventItemPickup: true
  1538. PreventLeashing: false
  1539. PreventMobKillDrops: true
  1540. PreventOtherDrops: true
  1541. PreventRandomEquipment: true
  1542. PreventRenaming: true
  1543. RepeatAllSkills: true
  1544. ShowHealth: false
  1545. Silent: true
  1546. Nwight2: #Started LVL 1
  1547. Type: husk
  1548. Display: '&7Wraith &4Lvl - &c<mob.level>'
  1549. Health: 100
  1550. Damage: 17 #nerfed
  1551. Faction: Necropolis
  1552. KillMessages:
  1553. - '<target.name> was be-headed by a &4Lvl - &c<mob.level> &fWraith'
  1554. - '<target.name> was collected by a &4Lvl - &c<mob.level> &fWraith'
  1555. Modules:
  1556. ThreatTable: true
  1557. ImmunityTable: true
  1558. DamageModifiers:
  1559. - DROWNING 0.0
  1560. - BLOCK_EXPLOSION 0.5
  1561. - ENTITY_EXPLOSION 0.5
  1562. - VOID 1.0
  1563. - LIGHTNING 1.0
  1564. - SUICIDE 1.0
  1565. - STARVATION 0.0
  1566. - POISON 0.0
  1567. - MAGIC 1.0
  1568. - DRAGON_BREATH 1.5
  1569. - WITHER 0.0
  1570. - FALLING_BLOCK 0.25
  1571. - THORNS 0.0
  1572. - CUSTOM 1.0
  1573. - LAVA 2.0
  1574. - MELTING 2.0
  1575. - FIRE_TICK 2.0
  1576. - FIRE 2.0
  1577. - HOT_FLOOR 0.0
  1578. - FALL 0.0
  1579. - SUFFOCATION 0.0
  1580. - PROJECTILE 1.0
  1581. - ENTITY_ATTACK 1.0
  1582. - CONTACT 0.0
  1583. Equipment:
  1584. - Wight:4
  1585. AIGoalSelectors:
  1586. - 0 clear
  1587. - 1 meleeattack
  1588. - 2 movetowardstarget
  1589. - 3 float
  1590. - 4 randomstroll
  1591. AITargetSelectors:
  1592. - 0 clear
  1593. - 1 players
  1594. - 2 attacker
  1595. - 3 otherfactionmonsters
  1596. - 4 villagers
  1597. Skills:
  1598. - skill{s=RaiseThreat} @target ~onEnterCombat
  1599. - skill{s=WraithParticles} @self ~onTimer:5
  1600. - skill{s=HarmTouch} @target ~onAttack 0.2
  1601. - skill{s=Incorporeal} @self ~onSpawn
  1602. - effect:sound{s=entity.phantom.death;v=2;p=0.5} @self ~onDeath
  1603. - effect:sound{s=entity.ender_dragon.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  1604. - effect:sound{s=entity.phantom.hurt;volume=0.5;pitch=0.5} =1%-100% @self ~onDamaged
  1605. - effect:sound{s=entity.phantom.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1606. Drops:
  1607. #- Lich1
  1608. Disguise:
  1609. LevelModifiers: #Only half of the original
  1610. Health: 50
  1611. Damage: 2.172 #nerfed Dmg
  1612. KnockbackResistance: 0.0
  1613. Armor: 0.0
  1614. MovementSpeed: 0.0
  1615. AttackSpeed: 0.0
  1616. Power: 0.0
  1617. Options:
  1618. AlwaysShowName: false
  1619. Collidable: true
  1620. Despawn: true
  1621. FollowRange: 44 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1622. Glowing: false
  1623. Invincible: false
  1624. Interactable: false
  1625. KnockbackResistance: 0.5 #Large Creature
  1626. MaxCombatDistance: 100
  1627. MovementSpeed: 0.18 #5 boots is average speed each boot goes up by .3
  1628. NoAI: false
  1629. NoDamageTicks: 10
  1630. NoGravity: false
  1631. Persistent: false
  1632. PreventItemPickup: true
  1633. PreventLeashing: false
  1634. PreventMobKillDrops: true
  1635. PreventOtherDrops: true
  1636. PreventRandomEquipment: true
  1637. PreventRenaming: true
  1638. RepeatAllSkills: true
  1639. ShowHealth: false
  1640. Silent: true
  1641. Nwight3: #Started LVL 1
  1642. Type: husk
  1643. Display: '&7Banshee &4Lvl - &c<mob.level>'
  1644. Health: 110
  1645. Damage: 15.5 #nerfed
  1646. Faction: Necropolis
  1647. KillMessages:
  1648. - '<target.name> was be-headed by a &4Lvl - &c<mob.level> &fBanshee'
  1649. - '<target.name> was collected by a &4Lvl - &c<mob.level> &fBanshee'
  1650. Modules:
  1651. ThreatTable: true
  1652. ImmunityTable: true
  1653. DamageModifiers:
  1654. - DROWNING 0.0
  1655. - BLOCK_EXPLOSION 0.5
  1656. - ENTITY_EXPLOSION 0.5
  1657. - VOID 1.0
  1658. - LIGHTNING 1.0
  1659. - SUICIDE 1.0
  1660. - STARVATION 0.0
  1661. - POISON 0.0
  1662. - MAGIC 1.0
  1663. - DRAGON_BREATH 1.5
  1664. - WITHER 0.0
  1665. - FALLING_BLOCK 0.25
  1666. - THORNS 0.0
  1667. - CUSTOM 1.0
  1668. - LAVA 2.0
  1669. - MELTING 2.0
  1670. - FIRE_TICK 2.0
  1671. - FIRE 2.0
  1672. - HOT_FLOOR 0.0
  1673. - FALL 0.0
  1674. - SUFFOCATION 0.0
  1675. - PROJECTILE 1.0
  1676. - ENTITY_ATTACK 1.0
  1677. - CONTACT 0.0
  1678. Equipment:
  1679. - Wight:4
  1680. AIGoalSelectors:
  1681. - 0 clear
  1682. - 1 meleeattack
  1683. - 2 movetowardstarget
  1684. - 3 float
  1685. - 4 randomstroll
  1686. AITargetSelectors:
  1687. - 0 clear
  1688. - 1 players
  1689. - 2 attacker
  1690. - 3 otherfactionmonsters
  1691. - 4 villagers
  1692. Skills:
  1693. - skill{s=RaiseThreat} @target ~onEnterCombat
  1694. - skill{s=BansheeParticles} @self ~onTimer:5
  1695. - skill{s=DeathWail} ~onTimer:100 .3
  1696. - skill{s=Incorporeal} @self ~onSpawn
  1697. - effect:sound{s=entity.phantom.death;v=2;p=0.5} @self ~onDeath
  1698. - effect:sound{s=entity.ender_dragon.hurt;volume=1.0;pitch=0.5} =1%-100% @self ~onDamaged
  1699. - effect:sound{s=entity.phantom.hurt;volume=0.5;pitch=0.5} =1%-100% @self ~onDamaged
  1700. - effect:sound{s=entity.phantom.ambient;volume=1.0;pitch=0.5} @self ~onTimer:100 .25
  1701. Drops:
  1702. #- Lich1
  1703. Disguise:
  1704. LevelModifiers: #Only half of the original
  1705. Health: 55
  1706. Damage: 1.981 #nerfed Dmg
  1707. KnockbackResistance: 0.0
  1708. Armor: 0.0
  1709. MovementSpeed: 0.0
  1710. AttackSpeed: 0.0
  1711. Power: 0.5
  1712. Options:
  1713. AlwaysShowName: false
  1714. Collidable: true
  1715. Despawn: true
  1716. FollowRange: 44 #tier 5-7 x1.5 hourglass, tier 3-4 x2.5, tier 2 x3, tier 1 x4
  1717. Glowing: false
  1718. Invincible: false
  1719. Interactable: false
  1720. KnockbackResistance: 0.5 #Large Creature
  1721. MaxCombatDistance: 100
  1722. MovementSpeed: 0.21 #5 boots is average speed each boot goes up by .3
  1723. NoAI: false
  1724. NoDamageTicks: 10
  1725. NoGravity: false
  1726. Persistent: false
  1727. PreventItemPickup: true
  1728. PreventLeashing: false
  1729. PreventMobKillDrops: true
  1730. PreventOtherDrops: true
  1731. PreventRandomEquipment: true
  1732. PreventRenaming: true
  1733. RepeatAllSkills: true
  1734. ShowHealth: false
  1735. Silent: true
  1736. NskeletonSpawn:
  1737. Mobtype: ZOMBIE
  1738. Display: ''
  1739. Health: 1
  1740. Damage: 0
  1741. Skills:
  1742. - skill{s=NskeletonSpawn} ~onSpawn
  1743. Options:
  1744. Despawn: true
  1745. Collidable: false
  1746. Invincible: true
  1747. Invisible: true
  1748. NoAI: true
  1749. Silent: true
  1750. HasGravity: true
  1751. Marker: true
  1752. Small: true
  1753. NzombieSpawn:
  1754. Mobtype: ZOMBIE
  1755. Display: ''
  1756. Health: 1
  1757. Damage: 0
  1758. Skills:
  1759. - skill{s=NzombieSpawn} ~onSpawn
  1760. Options:
  1761. Despawn: true
  1762. Collidable: false
  1763. Invincible: true
  1764. Invisible: true
  1765. NoAI: true
  1766. Silent: true
  1767. HasGravity: true
  1768. Marker: true
  1769. Small: true
  1770. NghostSpawn:
  1771. Mobtype: ZOMBIE
  1772. Display: ''
  1773. Health: 1
  1774. Damage: 0
  1775. Skills:
  1776. - skill{s=NghostSpawn} ~onSpawn
  1777. Options:
  1778. Despawn: true
  1779. Collidable: false
  1780. Invincible: true
  1781. Invisible: true
  1782. NoAI: true
  1783. Silent: true
  1784. HasGravity: true
  1785. Marker: true
  1786. Small: true
  1787. NvampireSpawn:
  1788. Mobtype: ZOMBIE
  1789. Display: ''
  1790. Health: 1
  1791. Damage: 0
  1792. Skills:
  1793. - skill{s=NvampireSpawn} ~onSpawn
  1794. Options:
  1795. Despawn: true
  1796. Collidable: false
  1797. Invincible: true
  1798. Invisible: true
  1799. NoAI: true
  1800. Silent: true
  1801. HasGravity: true
  1802. Marker: true
  1803. Small: true
  1804. NlichSpawn:
  1805. Mobtype: ZOMBIE
  1806. Display: ''
  1807. Health: 1
  1808. Damage: 0
  1809. Skills:
  1810. - skill{s=NlichSpawn} ~onSpawn
  1811. Options:
  1812. Despawn: true
  1813. Collidable: false
  1814. Invincible: true
  1815. Invisible: true
  1816. NoAI: true
  1817. Silent: true
  1818. HasGravity: true
  1819. Marker: true
  1820. Small: true
  1821. NwightSpawn:
  1822. Mobtype: ZOMBIE
  1823. Display: ''
  1824. Health: 1
  1825. Damage: 0
  1826. Skills:
  1827. - skill{s=NwightSpawn} ~onSpawn
  1828. Options:
  1829. Despawn: true
  1830. Collidable: false
  1831. Invincible: true
  1832. Invisible: true
  1833. NoAI: true
  1834. Silent: true
  1835. HasGravity: true
  1836. Marker: true
  1837. Small: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement