Advertisement
Guest User

Untitled

a guest
Jun 6th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # These example files show you some of the basic attributes and
  3. # skills MythicMobs can use. Far more is possible!
  4. SkeletalKnight:
  5.   Type: WITHER_SKELETON
  6.   Display: '&2Skeletal Knight'
  7.   Health: 40
  8.   Damage: 8
  9.   Drops:
  10.   - gold_nugget 2 0.5
  11.   DropsPerLevel:
  12.   - gold_nugget 1 0.5
  13.   LevelModifiers:
  14.   - health 5
  15.   - damage 0.5
  16.   Options:
  17.     MovementSpeed: 0.1
  18. StaticallyChargedSheep:
  19.   Type: SHEEP
  20.   Display: '&bStatically Charged Sheep'
  21.   Health: 100
  22.   Damage: 2
  23.   Options:
  24.     MovementSpeed: 0.3
  25.   DamageModifiers:
  26.   - LIGHTNING 0
  27.   - FIRE 0.5
  28.   Skills:
  29.   - lightning @LivingInRadius{r=10} ~onTimer:100
  30. AngrySludge:
  31.   Type: SLIME
  32.   Display: Angry Sludge
  33.   Health: 100
  34.   Damage: 2
  35.   Options:
  36.     Size: 20
  37.     MovementSpeed: 0.1
  38.     PreventSlimeSplit: true
  39.     PreventOtherDrops: true
  40.     MaxCombatDistance: 30
  41.     KnockbackResistance: 1
  42.   Skills:
  43.   - skill{s=AngrySludgePoison} 0.2
  44. SkeletonKing:
  45.   Type: WITHER_SKELETON
  46.   Display: '&6Skeleton King'
  47.   Health: 500
  48.   Damage: 10
  49.   Skills:
  50.   - message{cooldown=20;m="<mob.name><&co> None may challenge the Skeleton King!"}
  51.     @PlayersInRadius{r=40} ~onCombat >0 0.2
  52.   - message{m="<mob.name><&co> Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40}
  53.     ~onPlayerKill >0 1
  54.   - skill{s=SummonSkeletons} @Self 0.1
  55.   - skill{s=SmashAttack} @Target >0 0.2
  56.   Equipment:
  57.   - KingsCrown:4
  58.   - SkeletonKingSword:0
  59.   Drops:
  60.   - SkeletonKingDrops
  61.   Options:
  62.     AlwaysShowName: true
  63.     MovementSpeed: 0.2
  64.     MaxCombatDistance: 25
  65.     PreventOtherDrops: true
  66. SkeletalMinion:
  67.   Type: SKELETON
  68.   Display: '&2Skeletal Minion'
  69.   Health: 10
  70.   Damage: 2
  71.   Options:
  72.     MovementSpeed: 0.1
  73. TheDamned:
  74.   Type: STRAY
  75.   Display: '&3TheDamned&r&o&f - <Level 1>'
  76.   Health: 10
  77.   Damage: 2
  78.   Armor: 3
  79.   BossBar:
  80.   Faction: Ghouls
  81.   Drops:
  82.   - exp 20-40 1
  83.   - stone_sword 1 0.5
  84.   - <RustyOldSword>
  85.   DamageModifiers:
  86.   - ENTITY_ATTACK 1.0
  87.   - PROJECTILE -4
  88.   - MAGIC 2.0
  89.   Equipment:
  90.   - stone_sword:0
  91.   KillMessages:
  92.   - '<target.name><&c> Had their Soul devoured by unexplained magical forces'
  93.   Skill:
  94.   - message{cooldown=500;m="<mob.name><&co> Who are you? Please help me"}
  95.     @PlayersInRadius{r=40} ~onCombat >0 1.0
  96. CreaturesOfTheGoo:
  97.   Type: SLIME
  98.   Display: '&aCreatures of the Goo&r&f - <Level 4>'
  99.   Health: 40
  100.   Damage: 10
  101.   Armor: 0
  102.   Faction: Creatures of the Goo
  103.   Options:
  104.    AttackSpeed: 2
  105.    Collidable: false
  106.    Despawn: true
  107.    Glowing: true
  108.    KnockbackResistance: 1
  109.    MaxCombatDistance: 10
  110.    MovementSpeed: 0.3
  111.    Persistent: false
  112.    PreventItemPickup: true
  113.    PreventLeashing: false
  114.    PreventRenaming: true
  115.    Silent: false
  116.    Size: 6
  117.    PreventSlimeSplit: true
  118.   Modules:
  119.   - ThreatTable: true
  120.   Drops:
  121.   - MHF_Skeleton: 1 0.4
  122.   - MHF_Herobrine: 1 0.1
  123.   - MHF_Villager: 1 0.1
  124.   DamageModifiers:
  125.   - MAGIC: -10
  126.   - FIRE: 2
  127.   - ENTITY_ATTACK: 1
  128.   - Projectile: 0
  129.   KillMessages:
  130.   - '<target.name><&a> has been digested by a Creature of the Goo'
  131. DarkWitcher:
  132.   Type: SKELETON
  133.   Display: '&0DarkWitcher&r&f - <Level 15>'
  134.   Health: 150
  135.   Damage: 20
  136.   Armor: 10
  137.   Faction: Dark Ghouls
  138.   Mount: SKELETON_HORSE
  139.   Options:
  140.    AttackSpeed: 10
  141.    Collidable: true
  142.    Despawn: false
  143.    FollowRange: 100
  144.    KnockbackResistance: 1
  145.    MaxCombatDistance: 4
  146.    MovementSpeed: 0.50
  147.    PreventItemPickup: true
  148.    PreventLeashing: true
  149.    PreventRenaming: true
  150.    Silent: true
  151.   Modules:
  152.   - ThreatTable: true
  153.   AIGoalSelectors:
  154.   - 0 clear
  155.   - 1 opendoors
  156.   - 2 meleeattack
  157.   - 3 arrowattack
  158.   - 4 leapattarget
  159.   AITargetSelectors:
  160.   - 0 clear
  161.   - 1 players
  162.   - 2 players
  163.   - 3 players
  164.   - 4 players
  165.   Drops:
  166.   - mcmmo-exp 5000
  167.   - money 1000
  168.   - chainmail_chestplate 0.1
  169.   - chainmail_leggings 0.1
  170.   DamageModifiers:
  171.   - POISON 0
  172.   - MAGIC 0
  173.   - ENTITY_ATTACK 1.25
  174.   - FALL 0
  175.   - LAVA 0.25
  176.   - BLOCK_EXPLOSION 0
  177.   - ENTITY_EXPLOSION 0
  178.   - THORNS 0
  179.   - FIRE 0.1
  180.   - PROJECTILE 0.1
  181.   Equipment:
  182.   - chainmail_chestplate:3
  183.   - chainmail_leggings:2
  184.   - diamond_sword:0
  185.   KillMessages:
  186.   - '<target.name><&6> has been withered into a puddle by a DarkWitcher'
  187.   Disguise:
  188.   - Type: WITCH
  189.   Skill:
  190.   - skill{s=SummonSkeletons} @Self 0.1
  191. Jerry:
  192.   Type: ZOMBIE_VILLAGER
  193.   Display: '&eJerry&r&o&f - <Level 30>'
  194.   Health: 500
  195.   Damage: 100
  196.   Armor: 100
  197.   Faction: Neutral mob
  198.   DamageModifiers:
  199.   - ENTITY_ATTACK 1.0
  200.   - PROJECTILE 0
  201.   - MAGIC 2.0
  202.   Equipment:
  203.   - iron_helmet:4
  204.   - iron_leggins:3
  205.   - iron_chestplate:2
  206.   - iron_boots:1
  207.   - iron_sword:0
  208.   - shield:5
  209.   Drops:
  210.   - money 15000
  211.   - mcmmo-exp 100000
  212.   Options:
  213.   KnockbackResistance: 1
  214.   MovementSpeed: 0.5
  215.   KillMessages:
  216.   - '<target.name><&c> Tried to mess with Jerry'
  217.   Skill:
  218.   - message{cooldown=5;m="<mob.name><&co> Hello there kind sir, do you know da way to uganda?"}
  219.     @PlayersInRadius{r=40}
  220. ExplosiveTank:
  221.   Type: CREEPER
  222.   Display: '&4ExplosiveTank&r&o&f - <Level 3>'
  223.   Health: 10
  224.   Damage: 2
  225.   Armor: 3
  226.   Faction: FireBeasts
  227.   DamageModifiers:
  228.   - ENTITY_ATTACK 0
  229.   - PROJECTILE 0
  230.   - MAGIC 0
  231.   Drops:
  232.   - money: 100
  233.   Options:
  234.    KnockbackResistance: 1
  235.    MovementSpeed: 0.5
  236.   KillMessages:
  237.   - '<target.name><&c> Has been blown up into a puddle'
  238.   Skill:
  239.   - message{cooldown=10;m="<mob.name><&co> Niceeeee House *sssss*"}
  240.     @PlayersInRadius{r=40}
  241. Goblin:
  242.   Type: HUSK
  243.   Display: '&6Goblin&r&o&f - <Level 2>'
  244.   Health: 30
  245.   Damage: 5
  246.   Armor: 6
  247.   Faction: Goblins
  248.   Drops:
  249.   - money 100
  250.   - diamond 1 0.5
  251.   - gold_ingot 3 1
  252.   DamageModifiers:
  253.   - ENTITY_ATTACK 1.0
  254.   - PROJECTILE -4
  255.   - MAGIC 2.0
  256.   Equipment:
  257.   - gold_sword:0
  258.   Option:
  259.    MovementSpeed: 0.35
  260.   KillMessages:
  261.   - '<target.name><&c> Has been chopped up into goblin bitesized bits'
  262.   Skill:
  263.   - message{cooldown=10;m="<mob.name><&co> REEEEEE ~King"}
  264.     @PlayersInRadius{r=40} ~onCombat >0 1.0
  265. CorruptedAngrozarianKnight:
  266.   Type: ZOMBIE_VILLAGER
  267.   Display: '&8Corrupted Angrozarian Knight&r&o&f - <Level 6>'
  268.   Health: 70
  269.   Damage: 8
  270.   Armor: 20
  271.   Faction: Corrupted Humans
  272.   Drops:
  273.   - money 500
  274.   - diamond 1 0.5
  275.   - iron_ingot 10 1
  276.   - diamond_chestplate 1 0.2
  277.   DamageModifiers:
  278.   - ENTITY_ATTACK 1.0
  279.   - PROJECTILE -4
  280.   - MAGIC 2.0
  281.   Equipment:
  282.   - iron_sword:0
  283.   - iron_helmet:4
  284.   - iron_chestplate:3
  285.   Option:
  286.    MovementSpeed: 0.6
  287.    KnockbackResistance: 1
  288.   KillMessages:
  289.   - '<target.name><&c> Ran into the wrong kind of Knight'
  290.   Skill:
  291.   - message{cooldown=10;m="<mob.name><&co> *FOR THE KINGDOM"}
  292.     @PlayersInRadius{r=40}
  293. Ninja:
  294.   Type: SKELETON
  295.   Display: '&8Corrupted Ninja&r&o&f - <Level 7>'
  296.   Health: 90
  297.   Damage: 6
  298.   Armor: 10
  299.   Faction: Corrupted Humans
  300.   Drops:
  301.   - money 500
  302.   - iron_sword 1 0.5
  303.   DamageModifiers:
  304.   - ENTITY_ATTACK 0.5
  305.   - PROJECTILE 2.0
  306.   - MAGIC 0
  307.   Equipment:
  308.   - iron_sword:0
  309.   Options:
  310.    MovementSpeed: 0.6
  311.   Modules:
  312.    ImmunityTable: true
  313.    ThreatTable: true
  314.   AIGoalSelectors:  
  315.   - 0 clear
  316.   - 1 meleeattack
  317.   - 2 leapattack
  318.   - 3 fleevillagers
  319.   AITargetSelectors:
  320.   - 0 clear
  321.   - 1 players
  322.   - 2 attacker
  323.   - 3 players
  324.   KillMessages:
  325.   - '<target.name><&c> Was turned into swisscheese by shurikens'
  326.   Skill:
  327.   - message{cooldown=10;m="<mob.name><&co> FOR THE SHOGUN"}
  328.     @PlayersInRadius{r=40}
  329. Ghoul:
  330.   Type: PIG_ZOMBIE
  331.   Display: '&3Villager_Ghoul&r&o&f - <Level 0>'
  332.   Health: 40
  333.   Damage: 10
  334.   Armor: 10
  335.   Faction: Ghouls
  336.   Drops:
  337.   - money 500
  338.   - paper 10 1
  339.   - book_and_quill 1 1
  340.   DamageModifiers:
  341.   - ENTITY_ATTACK 0.3
  342.   - PROJECTILE 2.0
  343.   - MAGIC 0.2
  344.   Equipment:
  345.   - stone_sword:0
  346.   Options:
  347.    MovementSpeed: 0.25
  348.   Modules:
  349.    ImmunityTable: true
  350.    ThreatTable: true
  351.   AIGoalSelectors:  
  352.   - 0 clear
  353.   - 1 fleeplayers
  354.   - 2 leapattack
  355.   - 3 fleevillagers
  356.   AITargetSelectors:
  357.   - 0 clear
  358.   - 1 players
  359.   - 2 attacker
  360.   - 3 players
  361.   KillMessages:
  362.   - '<target.name><&c> was shamed'
  363.   Skill:
  364.   - message{cooldown=20;m="<mob.name><&co> L..eave.. alone.. please."}
  365.     @PlayersInRadius{r=40}
  366. NecromancerApprentice:
  367.   Type: SKELETON
  368.   Display: '&5Necromancer Apprentice&r&o&f - <Level 10>'
  369.   Health: 100
  370.   Damage: 10
  371.   Armor: 0
  372.   Faction: Corrupted Wizards
  373.   Options:
  374.    AlwaysShowName: true
  375.    AttackSpeed: 0.6
  376.    Collidable: true
  377.    Despawn: false
  378.    FollowRange: 100
  379.    KnockbackResistance: 0.2
  380.    MaxCombatDistance: 4
  381.    MovementSpeed: 0.35
  382.    NoDamageTicks: 12
  383.    PreventLeashing: false
  384.    Silent: true
  385.   Modules:
  386.    ImmunityTable: true
  387.    ThreatTable: true
  388.   AIGoalSelectors:  
  389.   - 0 clear
  390.   - 1 meleeattack
  391.   - 2 leapattack
  392.   AITargetSelectors:
  393.   - 0 clear
  394.   - 1 players
  395.   - 2 attacker
  396.   Drops:
  397.   - money 500
  398.   - diamond 5 0.5
  399.   - gold_ingot 10 1
  400.   - iron_ingot 10 1
  401.   DamageModifiers:
  402.   - PROJECTILE 0.75
  403.   - ENTITY_ATTACK 1.1
  404.   - FIRE 0.2
  405.   - LAVA 0.1
  406.   - THORNS 2
  407.   - MAGIC -10
  408.   Equipment:
  409.   - stick:0
  410.   KillMessages:
  411.   - '<target.name> Has been turned into a ghoul'
  412.   Skill:
  413.     - skill{s=SummonSkeletons} @Self 0.1
  414. Ghost:
  415.   Type: STRAY
  416.   Display: '&7Ghost&r&o&f - <Level 1>'
  417.   Health: 10
  418.   Damage: 4
  419.   Armor: 0
  420.   Faction: Ghost
  421.   Options:
  422.    AlwaysShowName: true
  423.    AttackSpeed: 0.6
  424.    Collidable: false
  425.    Despawn: false
  426.    FollowRange: 100
  427.    KnockbackResistance: 0.2
  428.    MaxCombatDistance: 4
  429.    MovementSpeed: 0.9
  430.    NoDamageTicks: 12
  431.    PreventLeashing: false
  432.    Silent: true
  433.   Modules:
  434.    ImmunityTable: true
  435.    ThreatTable: true
  436.   AIGoalSelectors:  
  437.   - 0 clear
  438.   - 1 meleeattack
  439.   - 2 leapattack
  440.   AITargetSelectors:
  441.   - 0 clear
  442.   - 1 players
  443.   - 2 attacker
  444.   Drops:
  445.   - money 100
  446.   - cobweb 1 1
  447.   DamageModifiers:
  448.   - PROJECTILE 0
  449.   - ENTITY_ATTACK 0.1
  450.   - FIRE 0
  451.   - LAVA 0
  452.   - THORNS 0
  453.   - MAGIC 10
  454.   KillMessages:
  455.   - '<target.name>s body has been taken over'
  456. TheDiseased:
  457.   Type: PIG_ZOMBIE
  458.   Display: '&2TheDiseased&r&o&f - <Level 7>'
  459.   Health: 100
  460.   Damage: 12
  461.   Armor: 20
  462.   Faction: TheDiseased
  463.   Options:
  464.    AlwaysShowName: true
  465.    AttackSpeed: 1
  466.    Collidable: false
  467.    Despawn: false
  468.    FollowRange: 100
  469.    KnockbackResistance: 0.5
  470.    MaxCombatDistance: 6
  471.    MovementSpeed: 0.4
  472.    NoDamageTicks: 12
  473.    PreventLeashing: false
  474.    Silent: true
  475.   Modules:
  476.    ImmunityTable: true
  477.    ThreatTable: true
  478.   AIGoalSelectors:  
  479.   - 0 clear
  480.   - 1 meleeattack
  481.   - 2 leapattack
  482.   AITargetSelectors:
  483.   - 0 clear
  484.   - 1 players
  485.   - 2 attacker
  486.   Drops:
  487.   - money 200
  488.   - gold_ingot 2 0.5
  489.   DamageModifiers:
  490.   - PROJECTILE 2.0
  491.   - ENTITY_ATTACK 1.0
  492.   - FIRE 10
  493.   - LAVA 10
  494.   - THORNS 0
  495.   - MAGIC -4
  496.   KillMessages:
  497.   - '<target.name> has been purged'
  498.   Skill:
  499.   - message{cooldown=10;m="<mob.name><&co> Join.. us.. (#Hunterclub)"}
  500.     @PlayersInRadius{r=40}
  501. Tank:
  502.   Type: GIANT
  503.   Display: '&0SuperTank&r&o&f - <Level 15>'
  504.   Health: 300
  505.   Damage: 30
  506.   Armor: 50
  507.   Faction: DarkGhouls
  508.   Options:
  509.    AlwaysShowName: true
  510.    AttackSpeed: 1
  511.    Collidable: true
  512.    Despawn: false
  513.    FollowRange: 100
  514.    KnockbackResistance: 100
  515.    MaxCombatDistance: 6
  516.    MovementSpeed: 0.3
  517.    NoDamageTicks: 12
  518.    PreventLeashing: false
  519.    Silent: true
  520.   Modules:
  521.    ImmunityTable: true
  522.    ThreatTable: true
  523.   AIGoalSelectors:  
  524.   - 0 clear
  525.   - 1 meleeattack
  526.   - 2 leapattack
  527.   AITargetSelectors:
  528.   - 0 clear
  529.   - 1 players
  530.   - 2 attacker
  531.   Drops:
  532.   - money 1500
  533.   - diamond 15 0.5
  534.   - gold_ingot 30 1
  535.   - iron_ingot 90 1
  536.   DamageModifiers:
  537.   - PROJECTILE 0
  538.   - ENTITY_ATTACK 1.0
  539.   - FIRE 10
  540.   - LAVA 10
  541.   - THORNS 0
  542.   - MAGIC 2.0
  543.   KillMessages:
  544.   - '<target.name> has been crushed under a massive foot.'
  545.   Skill:
  546.   - message{cooldown=10;m="<mob.name><&co> *Big Roar*"}
  547.     @PlayersInRadius{r=40}
  548.   - skill{s=SmashAttack} @Target >0 0.2
  549. SuperSlime:
  550.   Type: SLIME
  551.   Display: '&aGiantCreatureOfGoo&r&o&f - <Level 15>'
  552.   Health: 300
  553.   Damage: 10
  554.   Armor: 0
  555.   Faction: CreaturesOfTheGoo
  556.   Options:
  557.    AlwaysShowName: true
  558.    AttackSpeed: 1
  559.    Collidable: true
  560.    Despawn: false
  561.    FollowRange: 100
  562.    KnockbackResistance: 100
  563.    MaxCombatDistance: 6
  564.    MovementSpeed: 0.3
  565.    NoDamageTicks: 12
  566.    PreventLeashing: false
  567.    Silent: true
  568.    Size: 10
  569.   Modules:
  570.    ImmunityTable: true
  571.    ThreatTable: true
  572.   AIGoalSelectors:  
  573.   - 0 clear
  574.   - 1 meleeattack
  575.   - 2 leapattack
  576.   AITargetSelectors:
  577.   - 0 clear
  578.   - 1 players
  579.   - 2 attacker
  580.   Drops:
  581.   - money 1000
  582.   - diamond 10 0.5
  583.   - gold_ingot 20 1
  584.   - iron_ingot 64 1
  585.   DamageModifiers:
  586.   - PROJECTILE -2
  587.   - ENTITY_ATTACK 1.5
  588.   - FIRE 10
  589.   - LAVA 10
  590.   - THORNS 0
  591.   - MAGIC -10
  592.   KillMessages:
  593.   - '<target.name> is slowly being dissolved in a giant blob.'
  594.   Skill:
  595.   - message{cooldown=10;m="<mob.name><&co> *Disgusting Slime Noises*"}
  596.     @PlayersInRadius{r=40}
  597.   - skill{s=SmashAttack} @Target >0 0.2
  598. DemonicCreature:
  599.   Type: ENDERMAN
  600.   Display: '&0DemonicStijn&r&o&f - <Level 10>'
  601.   Health: 200
  602.   Damage: 15
  603.   Armor: 0
  604.   Faction: Dark Ghouls
  605.   Options:
  606.    AlwaysShowName: true
  607.    AttackSpeed: 1
  608.    Collidable: true
  609.    Despawn: false
  610.    FollowRange: 100
  611.    KnockbackResistance: 0.75
  612.    MaxCombatDistance: 6
  613.    MovementSpeed: 0.4
  614.    NoDamageTicks: 12
  615.    PreventLeashing: false
  616.    Silent: true
  617.   Modules:
  618.    ImmunityTable: true
  619.    ThreatTable: true
  620.   AIGoalSelectors:  
  621.   - 0 clear
  622.   - 1 meleeattack
  623.   - 2 leapattack
  624.   AITargetSelectors:
  625.   - 0 clear
  626.   - 1 players
  627.   - 2 attacker
  628.   Drops:
  629.   - money 1000
  630.   - diamond 10 0.5
  631.   - gold_ingot 10 1
  632.   - iron_ingot 10 1
  633.   DamageModifiers:
  634.   - PROJECTILE 0
  635.   - ENTITY_ATTACK 1.0
  636.   - FIRE 1.0
  637.   - LAVA 1.0
  638.   - THORNS 2.0
  639.   - MAGIC 5
  640.   KillMessages:
  641.   - '<target.name> Has been defeated.'
  642.   Skill:
  643.   - message{cooldown=10;m="<mob.name><&co> Leave my realm!"}
  644.     @PlayersInRadius{r=40}
  645.   - skill{s=SmashAttack} @Target >0 0.2
  646. SandRaider:
  647.   Type: HUSK
  648.   Display: '&8SandRaider&r&o&f - <Level 8>'
  649.   Health: 150
  650.   Damage: 10
  651.   Armor: 0
  652.   Faction: Corrupted Humans
  653.   Options:
  654.    AlwaysShowName: true
  655.    AttackSpeed: 1
  656.    Collidable: true
  657.    Despawn: false
  658.    FollowRange: 100
  659.    KnockbackResistance: 0.5
  660.    MaxCombatDistance: 6
  661.    MovementSpeed: 0.35
  662.    NoDamageTicks: 12
  663.    PreventLeashing: false
  664.    Silent: true
  665.   Modules:
  666.    ImmunityTable: true
  667.    ThreatTable: true
  668.   AIGoalSelectors:  
  669.   - 0 clear
  670.   - 1 meleeattack
  671.   - 2 leapattack
  672.   AITargetSelectors:
  673.   - 0 clear
  674.   - 1 players
  675.   - 2 attacker
  676.   Equipment:
  677.   - iron_sword:0
  678.   - leather_helmet:4
  679.   - leather_boots:1
  680.   Drops:
  681.   - money 200
  682.   - diamond 2 0.5
  683.   - gold_ingot 10 0.3
  684.   - iron_ingot 5 1
  685.   DamageModifiers:
  686.   - PROJECTILE 2.0
  687.   - ENTITY_ATTACK 1.0
  688.   - FIRE 1.0
  689.   - LAVA 1.0
  690.   - THORNS 2.0
  691.   - MAGIC 5
  692.   KillMessages:
  693.   - '<target.name> Has been mugged and killed.'
  694.   Skill:
  695.   - message{cooldown=10;m="<mob.name><&co> Who are you? Get out of here!"}
  696.     @PlayersInRadius{r=40}
  697.   - skill{s=SmashAttack} @Target >0 0.2
  698. Drake:
  699.   Type: ENDER_DRAGON
  700.   Display: '&4Drake&r&o&f - <Level 12>'
  701.   Health: 200
  702.   Damage: 30
  703.   Armor: 10
  704.   Faction: FireBeasts
  705.   Options:
  706.    AlwaysShowName: true
  707.    AttackSpeed: 1
  708.    Collidable: true
  709.    Despawn: false
  710.    FollowRange: 100
  711.    KnockbackResistance: 1
  712.    MaxCombatDistance: 6
  713.    MovementSpeed: 0.35
  714.    NoDamageTicks: 12
  715.    PreventLeashing: false
  716.    Silent: true
  717.   Modules:
  718.    ImmunityTable: true
  719.    ThreatTable: true
  720.   AIGoalSelectors:  
  721.   - 0 clear
  722.   - 1 meleeattack
  723.   - 2 leapattack
  724.   AITargetSelectors:
  725.   - 0 clear
  726.   - 1 players
  727.   - 2 attacker
  728.   Drops:
  729.   - money 750
  730.   - gold_ingot 40 0.5
  731.   DamageModifiers:
  732.   - PROJECTILE 2.5
  733.   - ENTITY_ATTACK 1.0
  734.   - FIRE 0
  735.   - LAVA 0
  736.   - THORNS 0
  737.   - MAGIC 10
  738.   KillMessages:
  739.   - '<target.name> Has been burned to dust.'
  740.   Skill:
  741.   - message{cooldown=10;m="<mob.name><&co> Roar"}
  742.     @PlayersInRadius{r=40}
  743.   - skill{s=SmashAttack} @Target >0 0.2
  744.   - throw{v=5;vy=5} @target ~onAttack 0.5
  745. Companion:
  746.   Type: VILLAGER
  747.   Display: '&bGurg&r&o&f - <Level 8>'
  748.   Health: 1000
  749.   Damage: 0
  750.   Armor: 0
  751.   Faction: Companion
  752.   Options:
  753.    AlwaysShowName: true
  754.    AttackSpeed: 1
  755.    Collidable: true
  756.    Despawn: false
  757.    FollowRange: 100
  758.    KnockbackResistance: 100
  759.    MaxCombatDistance: 6
  760.    MovementSpeed: 0.7
  761.    NoDamageTicks: 12
  762.    PreventLeashing: false
  763.    Silent: true
  764.   Modules:
  765.    ImmunityTable: true
  766.    ThreatTable: true
  767.   AIGoalSelectors:  
  768.   - 0 clear
  769.   - 1 meleeattack
  770.   - 2 leapattack
  771.   AITargetSelectors:
  772.   - 0 clear
  773.   - 1 players
  774.   - 2 attacker
  775.   Equipment:
  776.   - stone_sword:0
  777.   - iron_helmet:4
  778.   - leather_boots:1
  779.   - diamond_chestplate:3
  780.   - gold_leggings:2
  781.   Drops:
  782.   - diamond 32 1
  783.   DamageModifiers:
  784.   - PROJECTILE 0
  785.   - ENTITY_ATTACK 100.0
  786.   - FIRE 0
  787.   - LAVA 0
  788.   - THORNS 0
  789.   - MAGIC 0
  790.   KillMessages:
  791.   - '<target.name> Has been poked.'
  792.   Skill:
  793.   - message{cooldown=20;m="<mob.name><&co> Hey dude whats up? Having a lovely day? <3"}
  794.     @PlayersInRadius{r=40}
  795.   - message{cooldown=20;m="<mob.name><&co> Do u guys love Money as much as i do?"}
  796.     @PlayersInRadius{r=40}
  797.   - message{cooldown=20;m="<mob.name><&co> But muuum i dont want to rank up :("}
  798.     @PlayersInRadius{r=40}
  799.   - skill{s=SmashAttack} @Target >0 0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement