Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.22 KB | None | 0 0
  1. Test_21_1:
  2.     spell-class: ".instant.DummySpell"
  3.     effects:
  4.       eff1_1:
  5.         position: caster
  6.         effect: effectlib
  7.         effectlib:
  8.             class: EquationEffect
  9.             particle: REDSTONE
  10.             color: E88554
  11.             particles: 20
  12.             particles2: 5
  13.             duration: 1500
  14.             iterations: 1
  15.             orientPitch: false
  16.             cycle: true
  17.             xEquation: (t / 100) * cos((t / 10) ^ 0.5 + 2 * 3.1415 / 5 * t2)
  18.             yEquation: 4 * 2.7183^(-t / 100)
  19.             zEquation: (t / 100) * sin((t / 10) ^ 0.5 + 2 * 3.1415 / 5 * t2)
  20.       eff1_2:
  21.         position: caster
  22.         effect: effectlib
  23.         effectlib:
  24.             class: EquationEffect
  25.             particle: REDSTONE
  26.             color: FFAF53
  27.             particles: 20
  28.             particles2: 5
  29.             duration: 1500
  30.             iterations: 1
  31.             orientPitch: false
  32.             cycle: true
  33.             xEquation: (t / 100) * cos((t / 10) ^ 0.5 + 2 * 3.1415 / 5 * t2)
  34.             yEquation: 4 * 2.7183^(-t / 100)
  35.             zEquation: (t / 100) * sin((t / 10) ^ 0.5 + 2 * 3.1415 / 5 * t2)
  36.       eff2_1:
  37.         position: caster
  38.         effect: effectlib
  39.         effectlib:
  40.             class: EquationEffect
  41.             particle: REDSTONE
  42.             color: E88554
  43.             particles: 20
  44.             particles2: 5
  45.             duration: 1500
  46.             iterations: 1
  47.             orientPitch: false
  48.             cycle: true
  49.             xEquation: (t / 100) * cos(-(t / 10) ^ 0.5 - 2 * 3.1415 / 5 * t2)
  50.             yEquation: -4 * 2.7183^(-t / 100)
  51.             zEquation: (t / 100) * sin(-(t / 10) ^ 0.5 - 2 * 3.1415 / 5 * t2)
  52.       eff2_2:
  53.         position: caster
  54.         effect: effectlib
  55.         effectlib:
  56.             class: EquationEffect
  57.             particle: REDSTONE
  58.             color: FFAF53
  59.             particles: 20
  60.             particles2: 5
  61.             duration: 1500
  62.             iterations: 1
  63.             orientPitch: false
  64.             cycle: true
  65.             xEquation: -(t / 200) * cos((t / 10) ^ 0.5 + 2 * 3.1415 / 5 * t2)
  66.             yEquation: -2 * 2.7183^(-t / 100)
  67.             zEquation: -(t / 200) * sin((t / 10) ^ 0.5 + 2 * 3.1415 / 5 * t2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement