Advertisement
Fishykarp

Iron Forger Skills

May 11th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. IronForger1:
  2. Conditions:
  3. - stance forging
  4. Skills:
  5. - summon{type=FaultyGolem;amount=1;radius=3} @self
  6. - sound{s=block.anvil.fall} @self
  7. - DELAY 5
  8. - sound{s=block.anvil.fall} @self
  9.  
  10. IronForger2:
  11. Conditions:
  12. - stance forging
  13. Skills:
  14. - summon{type=FaultyGolem;amount=1;radius=3} @self
  15. - sound{s=block.anvil.fall} @self
  16. - DELAY 5
  17. - sound{s=block.anvil.fall} @self
  18.  
  19. IronForger3:
  20. Conditions:
  21. - stance forging
  22. Skills:
  23. - summon{type=ForgedGolem;amount=1;radius=3} @self
  24. - sound{s=block.anvil.fall} @self
  25. - DELAY 5
  26. - sound{s=block.anvil.fall} @self
  27.  
  28. IronForgerForge:
  29. Conditions:
  30. - stance forging
  31. Skills:
  32. - randomskill{skills=IronForger1,IronForger2,IronForger3}
  33.  
  34. FlareGolemFlare:
  35. Conditions:
  36. - stance largeflame
  37. Skills:
  38. - effect:explosion @self
  39. - damage{amount=50} @PIR{r=5}
  40. - effect:particlesphere{particle=flame;amount=200;radius=5} @self
  41. - setstance{stance=smallflame} @self
  42.  
  43. FlareGolemSmallFlame:
  44. Conditions:
  45. - stance smallflame
  46. Skills:
  47. - effect:particles{p=flame;a=50;vS=0.8;hS=0.8;yOffset=0.65;speed=0} @Self
  48.  
  49. FlareGolemMediumFlame:
  50. Conditions:
  51. - stance mediumflame
  52. Skills:
  53. - effect:particles{p=flame;a=100;vS=0.8;hS=0.8;yOffset=0.65;speed=0} @Self
  54. - effect:particles{p=lava;a=10;vS=0.8;hS=0.8;yOffset=0.65;speed=0} @Self
  55.  
  56. FlareGolemLargeFlame:
  57. Conditions:
  58. - stance largeflame
  59. Skills:
  60. - effect:particles{p=flame;a=200;vS=0.8;hS=0.8;yOffset=0.65;speed=0} @Self
  61. - effect:particles{p=lava;a=50;vS=0.8;hS=0.8;yOffset=0.65;speed=0} @Self
  62.  
  63. FlareGolemIgnite1:
  64. Conditions:
  65. - stance smallflame
  66. Skills:
  67. - setstance{stance=mediumflame} @self
  68.  
  69. FlareGolemIgnite2:
  70. Conditions:
  71. - stance mediumflame
  72. Skills:
  73. - setstance{stance=largeflame} @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement