# 百宝箱介绍

## 传送

请使用菜单：打开公共坐标-查看商店坐标-特效装扮抽奖箱

## 百宝箱种类/价格

普通百宝箱 # 价格：2000猫猫币

神话百宝箱 # 价格：5000猫猫币

传奇百宝箱 # 价格：10000猫猫币

## 百宝箱掉落物种类

```
category-names:
      money: "猫猫币"
      ammo: "特效弹药"
      arrow-effect: "箭效果"
      balloon: "气球"
      banner: "旗帜"
      death-effect: "死亡特效"
      emote: "表情"
      gadget: "小玩具"
      miniature: "跟随物"
      morph: "变身物品"
      mount: "坐骑"
      music: "音乐"
      particle-effect: "粒子效果"
      pet: "宠物"
      status: "全息状态标签"
```

## 掉落概率：

chance后面的值/100,会抽到相同的物品(无法避免)。

```
 treasures:
    normal:
      enable: true
      purchasable: true
      cost: 2000
      chests-to-open: 4
      animation: NORMAL
      on-open:
        chat:
          enable: false
          message: "&b%player% &7花1000猫猫币打开了一个&d普通百宝箱&7!"
      block-layout:
        center:
          material: GLOWSTONE
        body:
          material: STONE_BRICKS
        stair:
          material: COBBLESTONE_STAIRS
      material: CHEST
      amount: 1
      slot: 10
      page: 1
      displayname: "&b普通百宝箱"
      lore:
        - ""
        - "&7我们找到了一些被遗弃的村民"
        - "&7并设法找到了这些箱子."
        - "&7内容未知"
        - "&7但是我们被告知它们似乎包含许多种战利品"
        - ""
        - "&b你目前拥有 &3%current% &b个普通百宝箱!"
        - ""
        - "&9售价: &e%cost% 猫猫币&9!"
        - "&7右键点击购买!"
        - "&7左键点击开启!"
      rewards:
        money:
          minimum-amount: 200
          maximum-amount: 500
          chance: 4
        ammo:
          minimum-amount: 2
          maximum-amount: 5
          chance: 95
        arrow-effects:
          chance: 1
        balloons:
          chance: 3
        banners:
          chance: 3
        death-effects:
          chance: 2
        emotes:
          chance: 1
        gadgets:
          chance: 2
        miniatures:
          chance: 0
        morphs:
          chance: 0
        mounts:
          chance: 0
        music:
          chance: 2
        particle-effects:
          chance: 0
        pets:
          chance: 0
        statuses:
          chance: 0
        custom:
          coin-bag:
            name: "&e一小袋猫猫币"
            material: SUNFLOWER
            chance: 30
            rarity: COMMON
            message: "&e%player% &7打开了普通百宝箱并找到了一小袋 &e猫猫币&7!"
            commands:
              - "eco give %player% 500"

    mythical:
      enable: true
      purchasable: true
      cost: 5000
      chests-to-open: 4
      animation: MYTHICAL
      on-open:
        chat:
          enable: true
          message: "&b%player% &7花5000猫猫币打开了一个 &d神话百宝箱&7!"
      block-layout:
        center:
          material: SEA_LANTERN
          data: 0
        body:
          material: PRISMARINE_BRICKS
          data: 1
        stair:
          material: QUARTZ_STAIRS
          data: 0
      material: CHEST
      amount: 1
      slot: 13
      page: 1
      displayname: "&b神话百宝箱"
      lore:
        - ""
        - "&7这些箱子是我们最难找到的箱子"
        - "&7只有最勇敢的冒险者才能设法"
        - "&7找到隐藏在神秘洞穴中的神话百宝箱!"
        - ""
        - "&b你拥有 &3%current% 个&b神话百宝箱!"
        - ""
        - "&9售价: &e%cost% 猫猫币&9!"
        - "&7右键点击购买!"
        - "&7左键点击开启!"
      rewards:
        money:
          minimum-amount: 500
          maximum-amount: 2000
          chance: 15
        ammo:
          minimum-amount: 15
          maximum-amount: 30
          chance: 85
        arrow-effects:
          chance: 20
        balloons:
          chance: 20
        banners:
          chance: 20
        death-effects:
          chance: 20
        emotes:
          chance: 15
        gadgets:
          chance: 18
        miniatures:
          chance: 14
        morphs:
          chance: 2
        mounts:
          chance: 0
        music:
          chance: 10
        particle-effects:
          chance: 2
        pets:
          chance: 15
        statuses:
          chance: 15
        custom:
          coin-bag:
            name: "&e一袋不少的猫猫币"
            material: SUNFLOWER
            chance: 10
            rarity: COMMON
            message: "&e%player% &7打开了神话百宝箱并捡到了一袋不少的 &e猫猫币&7!"
            commands:
              - "eco give %player% 2500"

    legendary:
      enable: true
      purchasable: true
      cost: 10000
      chests-to-open: 4
      animation: LEGENDARY
      on-open:
        chat:
          enable: true
          message: "&b%player% &7打开了一个 &d传奇百宝箱&7!"
      block-layout:
        center:
          material: GLOWSTONE
        body:
          material: QUARTZ_BLOCK
        stair:
          material: QUARTZ_STAIRS
      material: ENDER_CHEST
      data: 0
      amount: 1
      slot: 16
      page: 1
      displayname: "&b传奇百宝箱"
      lore:
        - ""
        - "&7所有其他箱子中最强大的."
        - "&7也是奖励最丰富的的."
        - "&7甚至可以开出末影龙传奇坐骑!"
        - ""
        - "&b你拥有 &3%current% &b传奇百宝箱!"
        - ""
        - "&9售价: &e%cost% 猫猫币&9!"
        - "&7右键点击购买!"
        - "&7左键点击开启!"
      rewards:
        money:
          minimum-amount: 1000
          maximum-amount: 2500
          chance: 15
        ammo:
          minimum-amount: 30
          maximum-amount: 60
          chance: 80
        arrow-effects:
          chance: 20
        balloons:
          chance: 22
        banners:
          chance: 22
        death-effects:
          chance: 20
        emotes:
          chance: 16
        gadgets:
          chance: 18
        miniatures:
          chance: 15
        morphs:
          chance: 5
        mounts:
          chance: 1
        music:
          chance: 15
        particle-effects:
          chance: 10
        pets:
          chance: 20
        statuses:
          chance: 15
        custom:
          coin-bag:
            name: "&e一大袋猫猫币"
            material: SUNFLOWER
            chance: 5
            rarity: LEGENDARY
            message: "&e%player% &7找到了一大袋 &e猫猫币&7!"
            commands:
              - "eco give %player% 5000"
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.boba.cat/te-xiao-zhuang-ban-bai-bao-xiang/bai-bao-xiang-jie-shao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
