使用说明:
激活开发者模式
游戏目录gameoptions.rpy 找到
config.developer = False
改成
config.developer = True
按 [Shift] + O 在游戏中输入
秘籍 作用
affection_角色名字 = #
设置角色名字情感值
#范围为 1-100
如:affection_ava = 100
stat_charisma = # 设置魅力值
stat_fitness = # 设置健康值
stat_grade = # 设置等级值
stat_homework = # 设置功课值
stat_intelligence = # 设置智力值
stat_luck = # 设置运气值
stat_money = # 设置金钱值
stat_prestige = # 设置声望值
stat_stress = # 设置压力值