Improved UI textbox
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
~ battle_start
|
||||
A battle has begun!
|
||||
=> END
|
||||
|
||||
~ player_turn
|
||||
What will {{fighter_name}} do?
|
||||
=> END
|
||||
|
||||
~ move_perform
|
||||
{{user_name}} used {{move_name}}!
|
||||
=> END
|
||||
|
||||
~ move_hit
|
||||
{{target_name}} took {{damage}} damage!
|
||||
=> END
|
||||
|
||||
~ move_miss
|
||||
But it missed!
|
||||
=> END
|
||||
|
||||
~ battle_victory
|
||||
Victory! All enemies have been defeated.
|
||||
=> END
|
||||
|
||||
~ battle_defeat
|
||||
The party has fallen...
|
||||
=> END
|
||||
Reference in New Issue
Block a user