Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SuperSlime:
  2.   Type: SLIME
  3.   Display: '&aGiantCreatureOfGoo&r&f - <Level 15>'
  4.   Health: 300
  5.   Damage: 10
  6.   Armor: 0
  7.   Faction: Creatures of the Goo
  8.   Options:
  9.    AlwaysShowName: true
  10.    AttackSpeed: 1
  11.    Collidable: true
  12.    Despawn: false
  13.    FollowRange: 100
  14.    KnockbackResistance: 100
  15.    MaxCombatDistance: 6
  16.    MovementSpeed: 0.15
  17.    NoDamageTicks: 12
  18.    PreventLeashing: false
  19.    Silent: true
  20.   Modules:
  21.    ImmunityTable: true
  22.    ThreatTable: true
  23.   AIGoalSelectors:  
  24.   - 0 clear
  25.   - 1 meleeattack
  26.   - 2 leapattack
  27.   AITargetSelectors:
  28.   - 0 clear
  29.   - 1 players
  30.   - 2 attacker
  31.   Drops:
  32.   DamageModifiers:
  33.   - PROJECTILE -2
  34.   - ENTITY_ATTACK 1.5
  35.   - FIRE 10
  36.   - LAVA 10
  37.   - THORNS 0
  38.   - MAGIC -10
  39.   KillMessages:
  40.   - '<target.name> is slowly being dissolved in a giant blob.'
  41.    Skill:
  42.   - message{cooldown=10;m="<mob.name><&co> *Disgusting Slime Noises*"}
  43.     @PlayersInRadius{r=40}
  44.   - skill{s=SmashAttack} @Target >0 0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement