Some changes
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
|
||||
@@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="dialogue_manager"
|
||||
importer_version=15
|
||||
type="Resource"
|
||||
uid="uid://b0xspt5l72ta4"
|
||||
path="res://.godot/imported/narration.dialogue-d3cec8f2ca7d5fcccf22c774ea16000c.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://dialogue/battle/narration.dialogue"
|
||||
dest_files=["res://.godot/imported/narration.dialogue-d3cec8f2ca7d5fcccf22c774ea16000c.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
Reference in New Issue
Block a user