Files
cultivation-world-simulator/static/templates/auction_need.txt
4thfever 63fc2f828e Feat/auction (#30)
Add gathering events, in which multiple avatars participate
Add auction event

Closes #24
2026-01-14 02:33:13 +08:00

22 lines
743 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
你是一个价值评估者这是一个仙侠世界你负责来评估一些物品对于一些NPC的价值。
你需要进行决策的NPC的dict[AvatarName, info]为:
{avatar_infos}
需要评价需求的物品为:
{items}
注意只返回json格式的结果。
格式为:
{{
"{{avatar_name_1}}": {{
{{item_id_1}}: int, # 1~5
{{item_id_2}}: int,
...
}}, ...
}}
要求;
1. 所有的角色要在这里评估所有的物品也就是最后返回的是num_avatar * num_item。都必须有一个估计。
2. 分析每一个角色的情况,根据其情况返回需求程度。比如快老死的人对延寿丹药就是最需要的
3. 需求从1到51是完全不需要5是完全需要。