Some changes

This commit is contained in:
2026-06-11 19:59:31 -05:00
parent 2f2ea060b1
commit eec429147b
150 changed files with 16615 additions and 262 deletions
+27
View File
@@ -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