update treasure
This commit is contained in:
@@ -108,9 +108,9 @@ def try_trigger_fortune(avatar: Avatar) -> list[Event]:
|
||||
res_text = f"{avatar.name} 得到上品功法『{tech.name}』"
|
||||
|
||||
# 生成故事
|
||||
event_text = f"{avatar.name} 遭遇奇遇({theme})"
|
||||
event_text = f"遭遇奇遇({theme}),{res_text}"
|
||||
story_prompt = (
|
||||
f"主旨:{theme}。请据此写100~150字小故事。"
|
||||
f"请据此写100~150字小故事。"
|
||||
)
|
||||
story = StoryTeller.tell_from_actors(event_text, res_text, avatar, prompt=story_prompt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user