v3.0.0: added 'quick cast' functionality for cleric spells
This commit is contained in:
@@ -343,6 +343,7 @@ items.artifacts.etherealchains$chainsrecharge.levelup=Your chains grow stronger!
|
||||
items.artifacts.holytome.name=holy tome
|
||||
items.artifacts.holytome.ac_cast=CAST
|
||||
items.artifacts.holytome.no_charge=Your tome is out of charge. Gain exp to recharge it.
|
||||
items.artifacts.holytome.no_spell=You're not able to cast that spell right now.
|
||||
items.artifacts.holytome.levelup=Your tome grows stronger!
|
||||
items.artifacts.holytome.desc=A holy tome that acts as a focus for the Cleric's divine magic. Using the tome lets the Cleric cast a variety of magical spells.\n\nThe tome will steadily get more powerful as the Cleric uses it, and it will recharge as the Cleric gains experience points when defeating enemies.
|
||||
|
||||
|
||||
@@ -41,8 +41,12 @@ windows.wndclass.mastery=Mastery
|
||||
|
||||
windows.wndclericspells.cast_title=cast a spell
|
||||
windows.wndclericspells.info_title=spell info
|
||||
windows.wndclericspells.cast_desc=Select a spell to cast it, or press the info button to switch to info mode.
|
||||
windows.wndclericspells.cast_desc_desktop=Select a spell to cast it, right click for info or to set a spell to quick cast.
|
||||
windows.wndclericspells.cast_desc_mobile=Select a spell to cast it, long press to set a spell to quick cast, or press the info button to switch to info mode.
|
||||
windows.wndclericspells.info_desc=Select a spell to learn about it, or press the info button to switch to cast mode.
|
||||
windows.wndclericspells.cast=Cast
|
||||
windows.wndclericspells.info=Info
|
||||
windows.wndclericspells.quick_cast=Quick Cast
|
||||
|
||||
windows.wndcombo.title=choose a combo move
|
||||
windows.wndcombo.combo_req=(%d combo)
|
||||
|
||||
Reference in New Issue
Block a user