Advertisement
Guest User

buki

a guest
Apr 28th, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.83 KB | None | 0 0
  1. {
  2.   "type":"generic",
  3.   "pools":[
  4.     {
  5.       "rolls": {
  6.       "min":1,
  7.       "max":2
  8.     },
  9.       "entries":[
  10.         {
  11.         "type":"item",
  12.         "name":"minecraft:crossbow",
  13.         "weight":2,
  14.         "functions":[
  15.           {
  16.             "function":"set_nbt",
  17.             "tag":"{Enchantments:[{id:\"minecraft:multishot\",lvl:5s}]}"
  18.           },
  19.           {
  20.             "function":"set_name",
  21.             "name":{
  22.               "text":"ショットガン"
  23.             }
  24.           }
  25.           ]
  26.     },
  27.         {
  28.         "type":"item",
  29.         "name":"minecraft:bow",
  30.         "weight":1,
  31.         "functions":[
  32.           {
  33.             "function":"set_nbt",
  34.             "tag":"{Enchantments:[{id:\"minecraft:power\",lvl:9999s}]}"
  35.           },
  36.           {
  37.             "function":"set_name",
  38.             "name":{
  39.               "text":"勝利の弓"
  40.             }
  41.           },
  42.           {
  43.             "function":"minecraft:set_damage",
  44.             "damage":1
  45.           }
  46.         ]
  47.       },
  48.         {
  49.         "type":"item",
  50.         "name":"minecraft:torch",
  51.         "weight":4,
  52.         "functions":
  53.           [
  54.             {
  55.               "function":"set_name",
  56.               "name":{
  57.                 "text":"松明"
  58.               }
  59.             },
  60.             {
  61.               "function":"set_nbt",
  62.               "tag":"{enchantments:[{id:\"minecraft:fire_aspect\",lvl:1s}]}"
  63.             }
  64.           ]
  65.         },
  66.         {
  67.           "type":"item",
  68.           "name":"minecraft:stick",
  69.           "weight":4,
  70.           "functions":
  71.           [
  72.             {
  73.               "function":"minecraft:set_name",
  74.               "name":{
  75.                 "text":"ホームランバット"
  76.               }
  77.             },
  78.           {
  79.             "function":"set_nbt",
  80.             "tag":"{Enchantments:[{id:\"minecraft:knockback\",lvl:10s}]}"
  81.           }
  82.         ]
  83.       },
  84.         {
  85.           "type":"item",
  86.           "name":"minecraft:splash_potion",
  87.           "weight":2,
  88.           "functions":
  89.           [
  90.           {
  91.             "function":"minecraft:set_name",
  92.             "name":{
  93.               "text":"煙幕"
  94.             }
  95.           },
  96.           {
  97.             "function":"minecraft:set_nbt",
  98.             "tag":"{CustomPotionEffects:[{Id:15b,Amplifier:0,Duration:200}]}"
  99.           }
  100.         ]
  101.         },
  102.         {
  103.           "type":"item",
  104.           "name":"minecraft:trident",
  105.           "weight":1,
  106.           "functions":[
  107.             {
  108.               "function":"set_name",
  109.               "name":{
  110.                 "text":"ゲイ・ボルグ"
  111.               }
  112.             },
  113.             {
  114.               "function":"set_nbt",
  115.               "tag":"{Enchantments:[{id:\"minecraft:loyalty\",lvl:10s},{id:\"minecraft:sharpness\",lvl:3s}]}"
  116.             }
  117.           ]
  118.         }
  119.       ]
  120.     }
  121.   ]
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement