v1.3.0: added support for custom seeded runs
This commit is contained in:
@@ -47,6 +47,10 @@ scenes.gamescene.trample=Trample
|
||||
scenes.gamescene.examine=Examine
|
||||
|
||||
scenes.heroselectscene.title=Choose Your Hero
|
||||
scenes.heroselectscene.custom_seed_title=Enter a Custom Seed
|
||||
scenes.heroselectscene.custom_seed_desc=The same seed and game version always generate the same dungeon! Seeds are nine uppercase letters (e.g. ABC-DEF-GHI), but you can enter anything you want and the game will convert it. _Games with a custom seed cannot earn badges or appear in rankings._
|
||||
scenes.heroselectscene.custom_seed_set=Set
|
||||
scenes.heroselectscene.custom_seed_clear=Clear
|
||||
|
||||
scenes.interlevelscene$mode.descend=Descending...
|
||||
scenes.interlevelscene$mode.ascend=Ascending...
|
||||
|
||||
@@ -46,6 +46,8 @@ windows.wndgameinprogress.str=Strength
|
||||
windows.wndgameinprogress.health=Health
|
||||
windows.wndgameinprogress.gold=Gold Collected
|
||||
windows.wndgameinprogress.depth=Maximum Depth
|
||||
windows.wndgameinprogress.dungeon_seed=Dungeon Seed
|
||||
windows.wndgameinprogress.custom_seed=_Custom Seed_
|
||||
windows.wndgameinprogress.continue=Continue
|
||||
windows.wndgameinprogress.erase=Erase
|
||||
windows.wndgameinprogress.erase_warn_title=Are you sure you want to delete this save?
|
||||
@@ -62,6 +64,8 @@ windows.wndhero$statstab.str=Strength
|
||||
windows.wndhero$statstab.health=Health
|
||||
windows.wndhero$statstab.gold=Gold Collected
|
||||
windows.wndhero$statstab.depth=Maximum Depth
|
||||
windows.wndhero$statstab.dungeon_seed=Dungeon Seed
|
||||
windows.wndhero$statstab.custom_seed=_Custom Seed_
|
||||
|
||||
windows.wndheroinfo.talents=talents
|
||||
windows.wndheroinfo.talents_msg=The hero gains one talent point each time they level up. Higher tier talents appear after defeating the second boss.
|
||||
|
||||
Reference in New Issue
Block a user