v0.9.0: initial interface work for talents
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 496 B |
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 586 B |
@@ -332,7 +332,9 @@ actors.hero.talent.test_huntress_4.desc=TODO
|
||||
actors.hero.hero.name=you
|
||||
actors.hero.hero.leave=You can't leave yet!
|
||||
actors.hero.hero.level_up=Level up!
|
||||
actors.hero.hero.new_level=Level up!\nYou are more accurate, evasive, & healthy!
|
||||
actors.hero.hero.new_level=Level up! +Accuracy, +Evasion, +5 HP!
|
||||
actors.hero.hero.new_talent=+1 Talent Point!
|
||||
actors.hero.hero.unspent=You have unspent talent points!
|
||||
actors.hero.hero.level_cap=You cannot grow stronger, but your experiences do give you a surge of power!
|
||||
actors.hero.hero.you_now_have=You picked up: %s.
|
||||
actors.hero.hero.you_cant_have=You can't carry: %s.
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
ui.quickslotbutton.select_item=Quickslot an item
|
||||
|
||||
ui.talentspane.tier=tier %d
|
||||
ui.talentspane.coming_soon=More talents coming soon!
|
||||
|
||||
ui.toolbar.examine_prompt=Press again to search\nPress a tile to examine
|
||||
|
||||
ui.updatenotification.title=Update
|
||||
|
||||
@@ -37,6 +37,7 @@ windows.wndgameinprogress.erase_warn_yes=Yes, delete this save
|
||||
windows.wndgameinprogress.erase_warn_no=No, I want to continue
|
||||
|
||||
windows.wndhero.stats=Stats
|
||||
windows.wndhero.talents=Talents
|
||||
windows.wndhero.buffs=Buffs
|
||||
windows.wndhero$statstab.title=Level %1$d %2$s
|
||||
windows.wndhero$statstab.exp=Experience
|
||||
@@ -50,6 +51,8 @@ windows.wndimp.reward=Take the ring
|
||||
|
||||
windows.wndinfocell.nothing=Nothing interesting here.
|
||||
|
||||
windows.wndinfotalent.upgrade=Upgrade Talent.
|
||||
|
||||
windows.wndinfotrap.inactive=This trap is inactive, and can no longer be triggered.
|
||||
|
||||
windows.wndjournal.guide=Guide
|
||||
@@ -109,6 +112,7 @@ windows.wndranking.stats=Stats
|
||||
windows.wndranking.items=Items
|
||||
windows.wndranking.badges=Badges
|
||||
windows.wndranking$statstab.title=Level %1$d %2$s
|
||||
windows.wndranking$statstab.talents=Talents
|
||||
windows.wndranking$statstab.challenges=Challenges
|
||||
windows.wndranking$statstab.health=Health
|
||||
windows.wndranking$statstab.str=Strength
|
||||
|
||||
Reference in New Issue
Block a user