# 修改掉落物

{% hint style="danger" %}

### **首次使用前需要更改的地方**

* 来到 **plugins\StarCollection\star-collection-type.yml**
* 定位到 **27** 行
* 将下面三行 **中国心、奥利给、洗刷刷** 更改为你 **MythicMobs/Items** 中某些物品的 **ID**

  ```
      items:
        - "中国心 50% 1-5"
        - "奥利给 50% 2-10"
        - "洗刷刷 50% 1-5"
  ```
* 以默认的 **MythicMobs/Items** 配置为例

  ```
  KingSword:   <--------
    Id: DIAMOND_SWORD
    Data: 0
    Display: '&3Greatsword of the Skeleton King'
    Lore:
    - '&6A powerful sword used by'
    - '&6the King of Skeletons.'
  ```
* **KingSword** 即为要替换到 **中国心** 的 **MythicMobs/Items** 的物品 **ID**
  {% endhint %}
