Glossary
Sorted by pinyin / alphabet — look anything up here whenever you hit an unfamiliar term.
| Term | Meaning | See |
|---|---|---|
| AP / AttributePlus | Third-party attribute plugin, QI's numbers backend | Attributes & Numbers |
| Affix | Reusable modifier pack (prefix / suffix / Lore) | Affixes |
| Assembly | The process of composing a template + instance + layers into an ItemStack | Layers & Assembly |
| base_values | Core attributes managed by QI, compiled into ap | Attributes & Numbers |
| Bridge | Adapter that interprets a Provider payload | Provider & Bridge |
| Capability | Functionality supported by a type (SKILL/ATTRIBUTE/GEM_SOCKET…) | Item Types |
| CMD / CustomModelData | Custom model data | Resource Pack |
| Definition (template) | The item blueprint after a YAML is compiled | Item Definition |
| Fragment | Reusable item YAML snippet | Fragments & Templates |
| Handler | The effect unit executed after a trigger fires | Handlers |
| ICVM | QI's internal standard vocabulary for attributes | Core Concepts |
| Instance (instance data) | Mutable state written into a single ItemStack's NBT | Core Concepts |
| Layer | A patch appended after creation (socketing / enhancement, etc.) | Layers & Assembly |
| LibraryManifest | Content pack metadata | Fragments & Templates |
| Provider | An external system payload attached to an item | Provider & Bridge |
| QCL / QinhCoreLib | Qinhuai's unified low-level library, a hard dependency of QI | Overview |
| QS / QinhSkills | Skill engine, hooked via qinhskills:cast | Integration |
| Section | Reusable Lore block / random pool | Sections |
| Set | Bonuses activated by the number of pieces worn | Sets |
| Soulbound | An item bound to a player and untradeable | Soulbinding |
| Tier (quality) | Rarity level | Quality & Display |
| Trigger / Atom | The player behavior that fires an action | Triggers |
| Variable | Item-level dynamic value, rendered via the {变量} placeholder | Variables |
| WriteDomain | Policy restricting who can change which part of an item | Layers & Assembly |
| .qipack | QI content pack export format | Import & Export |
| Pure item-library mode | Run mode that only crafts items without adding attributes when AP is absent | Attributes & Numbers |
Back to Home · Directory Tree