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
|
||||
@@ -0,0 +1,3 @@
|
||||
~ start
|
||||
Obtained {{item_name}} x{{quantity}}.
|
||||
=> END
|
||||
@@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="dialogue_manager"
|
||||
importer_version=15
|
||||
type="Resource"
|
||||
uid="uid://b1xscm8cjvdwa"
|
||||
path="res://.godot/imported/pickup.dialogue-002022bf79323195869be8ebaf81f1dd.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://dialogue/item/pickup.dialogue"
|
||||
dest_files=["res://.godot/imported/pickup.dialogue-002022bf79323195869be8ebaf81f1dd.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
@@ -0,0 +1,24 @@
|
||||
~ start
|
||||
Stranger: Oh. A visitor.
|
||||
Stranger: Haven't seen anyone come through here in weeks.
|
||||
John: Is that unusual?
|
||||
Stranger: Used to be a trade road. Not anymore.
|
||||
John: What happened?
|
||||
Stranger: The mine up north closed. Took the merchants with it.
|
||||
- What was in the mine?
|
||||
Stranger: Silver, mostly. Good vein too, ran for thirty years.
|
||||
Stranger: Then one season the workers stopped coming back.
|
||||
Stranger: Nobody sealed it officially. People just... stopped going.
|
||||
John: That doesn't sound like a silver problem.
|
||||
Stranger: No. It doesn't.
|
||||
=> after_mine
|
||||
- Sounds rough.
|
||||
Stranger: It is what it is.
|
||||
Stranger: Town's half empty now. The ones who stayed don't talk much.
|
||||
=> after_mine
|
||||
|
||||
~ after_mine
|
||||
John: Is there anything I can do?
|
||||
Stranger: Unless you're a merchant or a fool with a torch, probably not.
|
||||
Stranger: But if you're heading north — watch yourself.
|
||||
=> END
|
||||
@@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="dialogue_manager"
|
||||
importer_version=15
|
||||
type="Resource"
|
||||
uid="uid://b7hdnwp46h3hi"
|
||||
path="res://.godot/imported/test.dialogue-3675c9be06c1457d57c9a2cca7088875.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://dialogue/npc/test.dialogue"
|
||||
dest_files=["res://.godot/imported/test.dialogue-3675c9be06c1457d57c9a2cca7088875.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
Reference in New Issue
Block a user