首页>修仙大陆穿越到了现代都市漫画 > 第13章 量子核心的秘密
第13章 量子核心的秘密(第9页)
collect_timelines(self):
"
收集所有可能的时间线"
for
world
in
multiversescanner.scan:
if
world.has_hope:
self.all_possibilities.append(world)
def
calculate_harny(self):
"
计算最和谐的状态"
optimal_state
=
none
max_harny
=
for
timeline
in
self.all_possibilities:
harny
=
timeline.love_power
*
timeline.trust_level
if
harny
>
max_harny:
max_harny
=
harny
optimal_state
=
timeline
本章未完,点击下一页继续阅读