Advertisement
sora1977

ランダムテレポーテーション

Feb 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ランダムテレポーテーション:
  2. name: 'ランダムテレポーテーション'
  3. type: '光'
  4. max-level: 5
  5. skill-req: ''
  6. skill-req-lvl: 5
  7. needs-permission: 'False'
  8. msg: '&2&l{player} &fが&6&l{skill}&fを使用しました!'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Eye Of Ender'
  12. icon-data: 0
  13. icon-lore:
  14. - '&f&l{name} &6&l({level}/{max})'
  15. - '&3&l系統: &f{type}'
  16. - ''
  17. - '{req:level}&a&lレベル:&f {attr:level}'
  18. - '{req:cost}&b&lコスト:&f {attr:cost}'
  19. - ''
  20. - '&b&f魔力使用量: &f{attr:mana}'
  21. - '&2&lクールダウン:&f {attr:cooldown}'
  22. attributes:
  23. level-base: 2
  24. level-scale: 0
  25. cost-base: 2
  26. cost-scale: 0
  27. cooldown-base: 0
  28. cooldown-scale: 0
  29. mana-base: 10
  30. mana-scale: 0
  31. points-spent-req-base: 0
  32. points-spent-req-scale: 0
  33. incompatible:
  34. - ''
  35. components:
  36. Cast-a:
  37. type: 'trigger'
  38. data:
  39. icon-key: ''
  40. children:
  41. Warp Random-b:
  42. type: 'mechanic'
  43. data:
  44. icon-key: ''
  45. counts: 'True'
  46. horizontal: 'True'
  47. walls: 'False'
  48. distance-base: 10
  49. distance-scale: 1
  50. Sound-c:
  51. type: 'mechanic'
  52. data:
  53. icon-key: ''
  54. counts: 'True'
  55. version: '1.9+'
  56. newsound: 'Entity Endermen Teleport'
  57. volume-base: 100
  58. volume-scale: 0
  59. pitch-base: 1
  60. pitch-scale: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement