# config.yml

```
options:
  random-split-char: '#'
  decimal-format: '#.##'  #数字格式
  time-format: 'yyyy-MM-dd HH:mm:ss'  #日期格式
  damage-effect-limit: true  #粒子限制
  operator-add: '+'
  operator-take: '-'
  original: true  #true为关闭原版伤害   false开启原版伤害
  durability: '耐久'
  durability-char: '/'
  generator:
    single:
      append:
        - '&b! &e该物品不代表最终品质，仅作为展示'
  damage-cause:
    - ENTITY_ATTACK
    - ENTITY_SWEEP_ATTACK
    - PROJECTILE
  skip-strings:
    - 'prefix 装备效果'
    - 'prefix 套装效果'
    - 'suffix xxx'
    - 'regex \[[0-9]+].*'
  sell:
    title: '物品回收'
    keyword:
      - '出售价格'
    slots: [ 10,11,12,13,14,15,16,19,20,21,22,23,24,25,26 ]
    template-s:
      id: STONE
      slots: [ 10 ]
      lore:
        - 点击回收
  condition:
    bind:
      prefix: '绑定于'
      suffix: ''
    level:
      keyword:
        - '使用等级'
    durability:
      keyword:
        - '耐久'
    time:
      keyword:
        - '使用期限'
    occupation:
      keyword:
        - 职业需要
      pattern:
        - 战士 oa.occ.战士
        - 肉盾 oa.occ.肉盾
        - 职业 oa.occ.职业
    slot:
      keyword:
        - '物品类型'
      pattern:
        Hand:
          - '主手'
        OffHand:
          - '副手'
        Helmet:
          - '头盔'
        BreastPlate:
          - '胸甲'
        Gaiter:
          - '护腿'
        Boot:
          - '鞋子'
        InventorySlot:
          - '10 戒指'   #10是背包槽位  戒指是关键字
          - '11 项链'   #11是背包槽位  项链是关键字
  remotes:
    - BOW

attributes:  #启用的标签
  - Damage
  - Crit
  - Defence
  - Health
  - Capture
  - Dodge
  - Block
  - javascript-def0
  - Map
  - SuckBlood
  - Resistance
  - MoveSpeed
  - ExpAddon
  - HealthRegen

```


---

# 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://mc-origin.gitbook.io/originattribute/pei-zhi-wen-jian/config.yml.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.
