jsjsjsjdj

Newbie
Jul 23, 2024
17
2
Description of the content of the save file:

- All titles at highest level obtainable in v0.3.1.3
- Soul Box Level 7
- Important items + some good equips kept in the Soul Box
- Stats at rebirth: 9999
- Most of the dialogues checked out(you can skip through most of them)


I don't want to be held responsible if the save-file will be obsolete in the next versions of the game

PS: i don't wanna promise but if something change in the next updates, MAYBE i'll replace the current save file with an updated one.
i recommend the shift 0 menu.
 

jsjsjsjdj

Newbie
Jul 23, 2024
17
2
Description of the content of the save file:

- All titles at highest level obtainable in v0.3.1.3
- Soul Box Level 7
- Important items + some good equips kept in the Soul Box
- Stats at rebirth: 9999
- Most of the dialogues checked out(you can skip through most of them)


I don't want to be held responsible if the save-file will be obsolete in the next versions of the game

PS: i don't wanna promise but if something change in the next updates, MAYBE i'll replace the current save file with an updated one.
where do i put the save?
 

jsjsjsjdj

Newbie
Jul 23, 2024
17
2
grind battle
#Rogue <-- total number of critical attacks from your party
if rogue_title.level >= 1:
if crit_count >= 20 and rogue_title.level < 2:
$rogue_title.increase()
if crit_count >= 50 and rogue_title.level < 3:
$rogue_title.increase()
if crit_count >= 150 and rogue_title.level < 4:
$rogue_title.increase()
if crit_count >= 400 and rogue_title.level < 5:
$rogue_title.increase()
if crit_count >= 1200 and rogue_title.level < 6:
$rogue_title.increase()
if crit_count >= 3000 and rogue_title.level < 7:
$rogue_title.increase()
if crit_count >= 7500 and rogue_title.level < 8:
$rogue_title.increase()
if crit_count >= 10000 and rogue_title.level < 9:
$rogue_title.increase()
if crit_count >= 15000 and rogue_title.level < 10:
$rogue_title.level = 10
"Congratulations! You have acquired the title 'Rogue X'!"
"Rogue X has evolved!"
"You have acquired the title 'Fast Fingers'!"

you can see crit_count in your room - status
you can also use dungeons to upgrade it.
 

jsjsjsjdj

Newbie
Jul 23, 2024
17
2
I have compiled a Help Guide that lists:

- all titles, how to get them and what they do
- all dungeons, including what keys are required for the locked doors and levels of monsters in dungeon
- all recipes.
- scene guide to help you find scenes

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
how do i use it? i downloaded it but it doesn't show any information on how to get titles or anything
 
3.30 star(s) 21 Votes