Cage of Etha

Cage of Etha

Not enough ratings
《Cage of Etha》结局以及所有选项分析
By egg_rolls
我看了社区中玩家Cece09的指南,对于想打出所有结局的玩家而言其实已经够了,但其实不是很严谨,因为每个结局的打法是极其多样的,并不指局限于这一种打法。
   
Award
Favorite
Favorited
Unfavorite
前言
社区中已经有 Cece09 写了所有结局的打法,对于想打出所有结局的玩家而言其实已经够了,所以如果你只是想打个结局可以直接看:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3391563458
不过我觉得还是有必要对结局和选择机制的细节做一定补充。
关于结局
我解包了游戏,这个游戏一共有三个结局,好结局,中立结局,坏结局,以下是结局判定的代码:
if lovepoint >6: jump goodending elif lovepoint == 5: jump neutralending else: jump badending
也就是说游戏中的每一个选项会对lovepoint造成影响,而在游戏最后如果lovepoint大于6,则是好结局;等于5则是中立结局;小于5则是坏结局。
选项具体分析
游戏中有很多的选择,但并不是所有的选择都是实际对结局有影响的。
以下是对游戏中会对lovepoint造成影响的每个选项,从这些具体的选项判定也可以帮助玩家来更好地了解到作者本人的倾向:
第一个选项
  • "Apologize"
  • "Don't apologize"
选择 "Don't apologize"可以lovepoint+1
第二个选项
  • "Reject"
  • "Accept"
选择 "Accept"可以lovepoint+1
第三个选项
  • "Stop her"
  • "Don't stop her"
选择 "Stop her"可以lovepoint+1
第四个选项
  • "Comply"
  • "Reject"
选择 "Reject"可以lovepoint+1
第五个选项
  • "I'm sorry."
  • "I can explain."
选择 "I can explain."可以lovepoint+1
第六个选项
  • "Can I go?"
  • "Nothing."
选择 "Nothing."可以lovepoint+1
第七个选项
  • "Pick rose for Elith"
  • "Don't pick rose"
选择 "Pick rose for Elith"可以lovepoint+1
第八个选项
  • "Give Elith the roses"
  • "Give Elith Erik's present"
选择 "Give Elith the roses"可以lovepoint+1
第九个选项
  • "I agreed to converse with Elith regularly."
  • "I told him that we were meant to be together."
选择 "I agreed to converse with Elith regularly."可以lovepoint+1