Advertisement
Eutherin

Untitled

Feb 5th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.26 KB | None | 0 0
  1. FireLord:
  2.   Type: Zombie
  3.   Display: '&4&lFire Lord'
  4.   Health: 200
  5.   Damage: 2
  6.   BossBar:
  7.     Enabled: true
  8.     Title: '&eFire Lord Ozai'
  9.     Range: 15
  10.     Color: RED
  11.     Style: SOLID
  12.   KillMessages:
  13.  - '<target.name> was roasted by &4&lFire Lord Ozai'
  14.   - '<target.name> was destroyed by &4&lFire Lord Ozai'
  15.   - '<target.name> was defeated by &4&lFire Lord Ozai'
  16.   DamageModifiers:
  17.  - FIRE 0.4
  18.   - FALL 0.1
  19.   Disguise:
  20.     Type: FireLord
  21.   Skills:
  22.  - skill{s=Blaze} @Target ~onTimer:100
  23.   Faction: FireNation
  24.   AIGoalSelectors:
  25.  - 0 clear
  26.   - 1 opendoors
  27.   - 2 meleeattack
  28.   - 3 float
  29.   - 4 RandomStroll
  30.   AITargetSelectors:
  31.  - 0 clear
  32.   - 1 hurtbytarget
  33.   - 2 players
  34.   - 3 monsters
  35.   Drops:
  36.  - FireLordDrops
  37.   Options:
  38.     Silent: true
  39.     MovementSpeed: 0.25
  40.     PreventMobKillDrops: true
  41.     PreventOtherDrops: true
  42.     PreventSunburn: true
  43.     ShowHealth: true
  44.   Modules:
  45.     ThreatTable: true
  46.  
  47.  
  48.  
  49.  
  50. Blaze:
  51.   Skills:
  52.  - projectile{bulletType=BLOCK;material=fire;onTick=Blaze-Tick;onHit=Blaze-Hit;v=5;i=1;syo=1;mr=7;sfo=0.5;hnp=true;hs=true;pav=false}
  53. Blaze-Tick:
  54.   Skills:
  55.  - effect:sound{s=block.fire.ambient;volume=1.0} @origin
  56.  
  57. Blaze-Hit:
  58.   Skills:
  59.  - damage{a=2}
  60.   - ignite{ticks=50}
  61.   - delay 2
  62.   - throw{v=2;vy=2}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement