Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. on damage:
  2. if attacker is a player:
  3. if {pierscien::%attacker%} is set:
  4. chance of {pierscien-krytyk::%attacker%}%:
  5. set damage to damage * 2
  6. if {naszyjnik::%attacker%} is set:
  7. chance of {naszyjnik-krytyk::%attacker%}%:
  8. set damage to damage * 3
  9. if {wzm-krytyk::%attacker%} is bigger than 0:
  10. chance of {wzm-krytyk::%attacker%}%:
  11. set damage to damage * 3
  12. if {szarfa.%attacker%} is set:
  13. chance of {szarfa-wzmkryta::%attacker%}%:
  14. set damage to damage * 3
  15. if {BonusWzm15.%attacker%} is set:
  16. chance of 15%:
  17. set damage to damage * 3
  18. if {krytyk-bao::%attacker%} is bigger than 0:
  19. chance of {krytyk-bao::%attacker%}%:
  20. set damage to damage * 2
  21. if {wzm-krytyk::%attacker%} is bigger than 0:
  22. chance of {wzm-krytyk::%attacker%}%:
  23. set damage to damage * 3
  24. if {naszyjnik::%attacker%} is set:
  25. chance of {naszyjnik-krytyk::%attacker%}%:
  26. set damage to damage * 3
  27. if {szarfa.%attacker%} is set:
  28. chance of {szarfa-wzmkryta::%attacker%}%:
  29. set damage to damage * 3
  30. if {BonusWzm15.%attacker%} is set:
  31. chance of 15%:
  32. set damage to damage * 3
  33. if {krytyk.%attacker%} is set:
  34. chance of {krytyk.%attacker%}%:
  35. set damage to damage * 2
  36. if {wzm-krytyk::%attacker%} is bigger than 0:
  37. chance of {wzm-krytyk::%attacker%}%:
  38. set damage to damage * 3
  39. if {naszyjnik::%attacker%} is set:
  40. chance of {naszyjnik-krytyk::%attacker%}%:
  41. set damage to damage * 3
  42. if {szarfa.%attacker%} is set:
  43. chance of {szarfa-wzmkryta::%attacker%}%:
  44. set damage to damage * 3
  45. if {BonusWzm15.%attacker%} is set:
  46. chance of 15%:
  47. set damage to damage * 3
  48. if {rekawica::%attacker%} is set:
  49. chance of {tarcza-blok::%attacker%}%:
  50. set damage to damage * 2
  51. if {wzm-krytyk::%attacker%} is bigger than 0:
  52. chance of {wzm-krytyk::%attacker%}%:
  53. set damage to damage * 3
  54. if {naszyjnik::%attacker%} is set:
  55. chance of {naszyjnik-krytyk::%attacker%}%:
  56. set damage to damage * 3
  57. if {szarfa.%attacker%} is set:
  58. chance of {szarfa-wzmkryta::%attacker%}%:
  59. set damage to damage * 3
  60. if {BonusWzm15.%attacker%} is set:
  61. chance of 15%:
  62. set damage to damage * 3
  63. loop 30 times:
  64. if "%uncoloured lore of attacker's tool%" contains "Szansa na Krytyk » %loop-number%%%":
  65. set {szansanakrytyk::%attacker%} to loop-number
  66. chance of {szansanakrytyk::%attacker%}%:
  67. set damage to damage * 2
  68. if {wzm-krytyk::%attacker%} is bigger than 0:
  69. chance of {wzm-krytyk::%attacker%}%:
  70. set damage to damage * 3
  71. if {naszyjnik::%attacker%} is set:
  72. chance of {naszyjnik-krytyk::%attacker%}%:
  73. set damage to damage * 3
  74. if {szarfa.%attacker%} is set:
  75. chance of {szarfa-wzmkryta::%attacker%}%:
  76. set damage to damage * 3
  77. if {BonusWzm15.%attacker%} is set:
  78. chance of 15%:
  79. set damage to damage * 3
  80.  
  81. # MIECZ #
  82.  
  83. on damage:
  84. if attacker has a diamond sword:
  85. if "%coloured name of attacker's tool%" contains "Miecz Explozji":
  86. set damage to damage * 3
  87. chance of 20%:
  88. 1.8 spawn 1 of particle large explode offset by 0.1, 0.1, 0.1 at location of victim
  89. play sound "firework_large_blast" to attacker with volume 20 and pitch 2
  90. chance of 30%:
  91. show 5 of villager angry particles at location of victim
  92. chance of 50%:
  93. show 50 of slime particles at location of victim
  94.  
  95. on damage:
  96. if attacker has a diamond sword:
  97. if "%coloured name of attacker's tool%" contains "Miecz z Gazu":
  98. chance of 20%:
  99. 1.8 spawn 1 of particle large explode offset by 0.1, 0.1, 0.1 at location of victim
  100. play sound "firework_large_blast" to attacker with volume 20 and pitch 2
  101. if victim is a player:
  102. set victim's health to victim's health -10
  103. set victim's health to victim's health -33%
  104. chance of 30%:
  105. show 5 of villager angry particles at location of victim
  106. if victim is a player:
  107. set victim's health to victim's health -4
  108. set victim's health to victim's health -18%
  109. chance of 50%:
  110. show 50 of slime particles at location of victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement