> For the complete documentation index, see [llms.txt](https://eurekabusiness.caiziii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eurekabusiness.caiziii.com/wan-jia-zhi-nan/shop-management.md).

# 商品陈列、标价与店铺收益

本文档面向店主与玩家，详细介绍商品在陈列基座上的摆放、定价规则、同款低价竞争机制以及最终收益结算。

***

## 1. 陈列基座 (Display Pedestal)

**陈列基座** 是 Retail 零售模块中最核心的售货方块：

* **容量机制**：陈列库存上限使用放入物品自身的最大堆叠数（如末影珍珠为 16，矿石为 64），而不是硬编码固定的容量。
* **外观展示**：基座上的商品会以 Block Entity Renderer (BER) 真实渲染在基座上方，支持旋转与全息模型呈现。
* **交互方式**：
  * **右键**：放入/取下手持的商品。
  * **潜行右键**：打开基座配置界面或安装基座增强模块。

***

## 2. 标价与价格牌 (Price Tag Module)

基座本身不提供对顾客公开的标价，需要通过安装增强模块实现：

1. **安装价格牌**：在基座的六个增强槽中放入 **价格牌模块 (Price Tag Module)**。
2. **快速调价**：
   * 价格牌上方会悬浮显示当前设定的公开售价。
   * 使用 **数值交互框 (Value Box)** 或右键价格牌快速增减价格。
3. **价格与顾客心理反应**：
   * 顾客在看到商品和标价后，头顶会冒出对应的 **反应气泡 (Reaction Bubble)**：
     * `超值 (Underpriced)`：非常满意，极高概率直接拿取，并可能刺激连续购买欲望。
     * `合理 (Fair)`：正常价格，按顾客正常意愿购买。
     * `偏贵 (Overpriced)`：仅有部分挑剔或富有的顾客愿意买单。
     * `拒买 (Refusal)`：价格严重超出心理预期，顾客会摇头放弃并离开。

***

## 3. 同款商品最低价优先机制 (Cheapest-First Selection)

当店铺内有多个基座摆放了 **同一种物品**（根据完整的物品 ID 与数据组件匹配），但标价不同时：

* **AI 决策**：到店的顾客会自动对比店内所有该商品的公开售价。
* **最低价优先**：顾客必定优先走向 **标价最低 (Cheapest)** 的基座进行购买。
* **库存耗尽递延**：只有当最低价基座上的商品被抢购一空时，后续顾客才会转而考虑较高标价的基座。

> **经营策略**：店主可以利用此机制设计“促销特价区”以吸引客流，或通过分层定价进行商品分流。

***

## 4. 结算与价值容器 (Settlement & Value Containers)

1. **收银台 (Cash Register)**：
   * 收银台支持插入各类 **价值容器**（如货币罐、钱包等，取决于整合包安装的经济模组）。
2. **排队与肖像**：
   * 当顾客挑完商品后，会走到收银台前方排成单列纵队。
   * 收银台正面的屏幕会显示当前队首顾客的 42×42 肖像以及应收总额。
3. **拉杆结算**：
   * 玩家或收银员 NPC 扳动 **收银拉杆 (Cashier Handle)**，系统将在服务端执行原子结算：
     1. 校验基座预留与购物篮数据完整性；
     2. 扣除顾客手中商品，结算总金额；
     3. 将收益直接打入收银台内的价值容器；
     4. 顾客心满意足离店。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://eurekabusiness.caiziii.com/wan-jia-zhi-nan/shop-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
