• 목록
  • 아래로
  • 위로
  • 쓰기
  • 검색

몹캡틴 루트테이블

멋진사람이 위키에 정리해서 추가좀

 

common.json

 

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:potion",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Medkit",
                "color": "#ff45f6",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_components",
              "components": {
                "minecraft:potion_contents": {
                  "custom_effects": [
                    {
                      "id": "minecraft:instant_health",
                      "amplifier": 4,
                      "duration": 240
                    }
                  ]
                }
              }
            },
            {
              "function": "minecraft:set_potion",
              "id": "minecraft:strong_healing"
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:shield",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Riot Shield",
                "color": "#2c348f",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_components",
              "components": {
                "minecraft:base_color": "white",
                "minecraft:banner_patterns": [
                  {
                    "color": "cyan",
                    "pattern": "gradient_up"
                  },
                  {
                    "color": "light_gray",
                    "pattern": "half_horizontal_bottom"
                  },
                  {
                    "color": "gray",
                    "pattern": "stripe_middle"
                  },
                  {
                    "color": "gray",
                    "pattern": "border"
                  }
                ]
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:unbreaking": {
                  "min": 3,
                  "max": 5
                },
                "minecraft:protection": {
                  "min": 2,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:stick",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Knockback Stick",
                "color": "#ff9d00",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:knockback": {
                  "min": 2,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:golden_axe",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Greed",
                "color": "#d99307",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:looting": {
                  "min": 1,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 80
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:leather_helmet",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Propeller Hat",
                "color": "#00ff00",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:feather_falling": {
                  "min": 1,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_components",
              "components": {
                "minecraft:dyed_color": 16711680
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:golden_chestplate",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Cactus",
                "color": "#30de00",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:thorns": {
                  "min": 2,
                  "max": 5
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:wooden_sword",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Match",
                "color": "#c23511",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:fire_aspect": {
                  "min": 1,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:crossbow",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Multiplier",
                "color": "#96ffcb",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:piercing": {
                  "min": 1,
                  "max": 4
                },
                "minecraft:multishot": 1
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:iron_axe",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Mj\u00f6lnir",
                "color": "#fff291",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:smite": {
                  "min": 2,
                  "max": 5
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:stone_axe",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Primitive Chainsaw",
                "color": "#383130",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:efficiency": {
                  "min": 3,
                  "max": 6
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:golden_pickaxe",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Primitive Mining Drill",
                "color": "#756e6c",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:efficiency": {
                  "min": 3,
                  "max": 6
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        }
      ]
    }
  ]
}

 

 

 

 

 

 

 

 

 

 

 

uncommon.json

 

 

 

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:golden_chestplate",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "S.W.A.T. Vest",
                "color": "#997932",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:binding_curse": 1,
                "minecraft:protection": {
                  "min": 4,
                  "max": 7
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 80
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:iron_pickaxe",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Gem Magnet",
                "color": "#ff0001",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:fortune": {
                  "min": 2,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 70
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:iron_horse_armor",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Tough Horse Armor",
                "color": "#995f32",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:protection": {
                  "min": 1,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:iron_boots",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Long Fall Boots",
                "color": "#44d3e3",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:feather_falling": {
                  "min": 5,
                  "max": 6
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 80
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:golden_leggings",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "S.W.A.T. Pants",
                "color": "#997932",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:binding_curse": 1,
                "minecraft:protection": {
                  "min": 4,
                  "max": 7
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 80
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:chainmail_boots",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Soul Stepper",
                "color": "#45b3cc",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:soul_speed": {
                  "min": 4,
                  "max": 5
                },
                "minecraft:unbreaking": 2
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:diamond_boots",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Winter Flippers",
                "color": "#abedeb",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:frost_walker": {
                  "min": 1,
                  "max": 2
                },
                "minecraft:depth_strider": {
                  "min": 1,
                  "max": 3
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:turtle_helmet",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Diving Helmet",
                "color": "#21ff55",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:respiration": {
                  "min": 2,
                  "max": 4
                },
                "minecraft:depth_strider": {
                  "min": 1,
                  "max": 3
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:chainmail_chestplate",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Bulletproof Vest",
                "color": "#edc266",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:projectile_protection": {
                  "min": 4,
                  "max": 6
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 100
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:iron_sword",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Apocalypse",
                "color": "#d90000",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:sharpness": {
                  "min": 1,
                  "max": 5
                },
                "minecraft:smite": {
                  "min": 1,
                  "max": 5
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        }
      ]
    }
  ]
}

 

 

 

 

 

 

 

rare.json

 

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:trident",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Ripper",
                "color": "#470854",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:riptide": {
                  "min": 3,
                  "max": 5
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 20
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:totem_of_undying",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Lucky Charm",
                "color": "#81d600",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:protection": 1
              }
            },
            {
              "function": "minecraft:set_attributes",
              "modifiers": [
                {
                  "attribute": "minecraft:generic.luck",
                  "name": "ps-mob.lucky_charm",
                  "amount": 1,
                  "operation": "add_value",
                  "id": "42600878-6e02-419a-97b4-695e8e4e3e14",
                  "slot": "mainhand"
                }
              ]
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 40
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:netherite_hoe",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Reaper's Scythe",
                "color": "#21000d",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:sharpness": {
                  "min": 3,
                  "max": 6
                },
                "minecraft:vanishing_curse": 1
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 70
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:trident",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Poseidon's Trident",
                "color": "#006653",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:sharpness": {
                  "min": 2,
                  "max": 5
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 30
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:bow",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Cornucopia",
                "color": "#d4a715",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:looting": {
                  "min": 1,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 90
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:totem_of_undying",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Y.O.L.O.",
                "color": "#960019",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:vanishing_curse": 1
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 45
        }
      ]
    }
  ]
}


 

 

 

 

 

 

 

legendary.json

 

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:elytra",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Plated Elytra",
                "color": "#ccbdf0",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:protection": {
                  "min": 2,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 20
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:diamond_chestplate",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Immortal",
                "color": "#ff9ee5",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:protection": {
                  "min": 2,
                  "max": 4
                },
                "minecraft:blast_protection": {
                  "min": 2,
                  "max": 4
                },
                "minecraft:projectile_protection": {
                  "min": 2,
                  "max": 4
                },
                "minecraft:fire_protection": {
                  "min": 2,
                  "max": 4
                }
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 20
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:bow",
          "functions": [
            {
              "function": "minecraft:set_name",
              "target": "item_name",
              "name": {
                "text": "Robin's Bow",
                "color": "#49db00",
                "italic": false
              }
            },
            {
              "function": "minecraft:set_enchantments",
              "enchantments": {
                "minecraft:mending": 1,
                "minecraft:infinity": 1
              }
            },
            {
              "function": "minecraft:set_lore",
              "mode": "append",
              "lore": [
                {
                  "text": "MobCaptains",
                  "color": "blue",
                  "italic": false
                }
              ]
            }
          ],
          "weight": 20
        }
      ]
    }
  ]
}

댓글 8

르페1 작성자 2024.07.04. 14:35
추가) 몹 등급별 장비등급 확률표
common
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"weight": 80,
"value": "ps-mob:base/common",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 13,
"value": "ps-mob:base/uncommon",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 6,
"value": "ps-mob:base/rare",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 1,
"value": "ps-mob:base/legendary",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
}
]
}
]
}
르페1 작성자 2024.07.04. 14:37
르페1
uncommon
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"weight": 13,
"value": "ps-mob:base/common",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 80,
"value": "ps-mob:base/uncommon",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 6,
"value": "ps-mob:base/rare",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 1,
"value": "ps-mob:base/legendary",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
}
]
}
]
}
르페1 작성자 2024.07.04. 14:37
르페1
rare
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"weight": 6,
"value": "ps-mob:base/common",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 13,
"value": "ps-mob:base/uncommon",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 80,
"value": "ps-mob:base/rare",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 1,
"value": "ps-mob:base/legendary",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
}
]
}
]
}
르페1 작성자 2024.07.04. 14:37
르페1
legendary
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"weight": 1,
"value": "ps-mob:base/common",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 6,
"value": "ps-mob:base/uncommon",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 13,
"value": "ps-mob:base/rare",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
},
{
"type": "minecraft:loot_table",
"weight": 80,
"value": "ps-mob:base/legendary",
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
]
}
]
}
]
}
권한이 없습니다. 로그인

신고

"님의 댓글"

이 댓글을 신고 하시겠습니까?

삭제

"님의 댓글"

이 댓글을 삭제하시겠습니까?

번호 제목 글쓴이 날짜 조회 수
개추 늑대 바이옴 정리 3 image 소벳 소벳 24.08.15.23:24 69
개추 MCMMO 찹트리 설명 - 뉴비님들 참고 10 image 부재중 부재중 24.07.04.23:09 185
개추 홍어가 왔다갔어요 1 DRACENA31395 DRACENA31395 24.07.01.08:02 180
개추 두번째 테러 4 image SteelPanty 24.06.30.08:17 175
개추 테러당했쪄요 1 image SteelPanty 24.06.29.08:03 119
215
image
notgay 24.09.08.01:05 44
214
image
Loobuck 24.08.31.23:55 46
213
image
srl 24.08.31.20:07 55
212
image
부재중 부재중 24.08.23.00:13 79
211
image
부재중 부재중 24.08.23.00:09 46
210
image
DRACENA31395 DRACENA31395 24.08.21.18:42 55
209
image
모아리리 모아리리 24.08.20.00:44 65
208
image
DRACENA31395 DRACENA31395 24.08.19.13:17 50
207
image
호시노 24.08.19.05:47 39
206
image
srl 24.08.19.05:44 42
205
file
55555 24.08.18.18:33 36
204
image
DRACENA31395 DRACENA31395 24.08.18.16:49 42
203
image
DRACENA31395 DRACENA31395 24.08.18.16:38 28
202
image
배식 배식 24.08.18.07:55 25
201
image
notgay 24.08.17.12:13 38
200
image
호시노 24.08.17.01:34 39
199
image
호시노 24.08.17.01:32 19
198
image
DRACENA31395 DRACENA31395 24.08.16.17:17 42
197
image
배식 배식 24.08.16.13:57 26
196
image
소벳 소벳 24.08.15.23:24 69