Add favorability system

Update version to v1.9.0
This commit is contained in:
2025-10-30 15:03:38 +08:00
parent 8ac0197fc4
commit 0f482407d4
8 changed files with 315 additions and 23 deletions
+6
View File
@@ -98,4 +98,10 @@ object PluginConfig : AutoSavePluginConfig("Config") {
@ValueDescription("是否启用记忆编辑功能,记忆存在data目录,提示词中需要加上{memory}来填充记忆,每个群都有独立记忆")
val memoryEnabled by value(true)
@ValueDescription("是否启用好感度系统")
val enableFavorabilitySystem by value(true)
@ValueDescription("好感度每日基础偏移速度(点/天)")
val favorabilityBaseShiftSpeed by value(2.0)
}