Skip to content

Commit

Permalink
Merge pull request #4 from Tigeia-Workshop/dev
Browse files Browse the repository at this point in the history
patch 0.0.3
  • Loading branch information
yudonglin authored Jun 9, 2021
2 parents bea716e + ddd9756 commit ed011ad
Show file tree
Hide file tree
Showing 19 changed files with 739 additions and 770 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"pyinstaller",
"pypresence",
"qsize",
"rbga",
"sangvis",
"sfpsp",
"simhei",
Expand Down
11 changes: 11 additions & 0 deletions Data/chapter_dialogs_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@ dialogs:
last_dialog_id: head
narrator: Name
next_dialog_id: null
dialog_during_battle:
head:
background_img: <transparent>
background_music: null
characters_img: null
content:
- ''
last_dialog_id: null
narrator: Name
next_dialog_id:
type: break
title: The title of this chapter
2 changes: 1 addition & 1 deletion Data/chapter_map_example.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
atNight: false
backgroundImage: snowfield.jpg
background_music: Combat_02_RemnantFantasyPackage_Synari.ogg
character:
Expand All @@ -6,7 +7,6 @@ character:
type: sv-98
x: 5
y: 7
darkMode: false
decoration:
campfire:
campfire1:
Expand Down
152 changes: 41 additions & 111 deletions Data/main_chapter/chapter1_dialogs_English.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,114 +6,6 @@ battle_info:
- 'Location: approximately 50 km east of the temporary base'
description: Above the snowy plains, the bitter cold wind whipped my cheeks. But at
least, you are with me.
dialog_during_battle:
initial_dialog:
- changePos:
x: 0
y: 0
- move:
gsh-18:
x: 8
y: 4
pp1901:
x: 8
y: 3
- dialoguebox_down:
content:
- At last, we're free of SangvisFerri's
- pursuers. Did anyone get hurt?
speaker: sv-98
speaker_icon: sv-98
dialoguebox_up: null
- dialoguebox_down:
content:
- At last, we're free of SangvisFerri's
- pursuers. Did anyone get hurt?
speaker: sv-98
speaker_icon: sv-98
dialoguebox_up:
content:
- Fine
speaker: Everyone
speaker_icon: null
- direction:
asval: true
- idle: 1
- direction:
asval: false
- idle: 1
- dialoguebox_down:
content:
- Sv-98, we have signs of SangvisFerri
- activity ahead.
speaker: asval
speaker_icon: asval
dialoguebox_up: null
- changePos:
x: 30
y: 30
- idle: 1
- changePos:
x: 0
y: 0
- dialoguebox_down:
content:
- Oh no! I'm out of ammo...
speaker: sv-98
speaker_icon: sv-98
dialoguebox_up: null
- dialoguebox_down:
content:
- The SangvisFerri in the front...
- Seems to be guarding something.
speaker: pp1901
speaker_icon: pp1901
dialoguebox_up: null
- move:
sv-98:
x: 5
y: 12
- dialoguebox_down:
content:
- From a distance, it looks like a supply
- crate.
speaker: gsh-18
speaker_icon: gsh-18
dialoguebox_up: null
- dialoguebox_down:
content:
- Sv-98, go for it. We'll cover you.
speaker: asval
speaker_icon: asval
dialoguebox_up: null
- dialoguebox_down:
content:
- It seems like I have no choice...
- Girls, load your guns and prepare to
- fight!
speaker: sv-98
speaker_icon: sv-98
dialoguebox_up: null
- dialoguebox_down:
content:
- sv-98 has no bullets at this moment
- and cannot attack
speaker: Tip
speaker_icon: null
dialoguebox_up: null
tutorial1:
- dialoguebox_down:
content:
- Guys, I got the supplies!
speaker: sv-98
speaker_icon: sv-98
dialoguebox_up: null
- dialoguebox_down:
content:
- Please note the ammunition change.
speaker: Tip
speaker_icon: null
dialoguebox_up: null
dialogs:
dialog_after_battle:
head:
Expand Down Expand Up @@ -278,7 +170,6 @@ dialogs:
16:
content:
- Asval, how is everything going so far?
narrator: Sv-98
17:
content:
- The commander has already sent a helicopter to pick us up.
Expand All @@ -289,13 +180,52 @@ dialogs:
- Let's hurry up! As long as we can destroy all SangvisFerri's forces in the
area before
- the helicopters arrive, we'll be able to evacuate safely.
narrator: Sv-98
19:
content:
- Great!
narrator: Other dolls
20:
content:
- Keep your voice down! It's not like SangvisFerri didn't have ears.
narrator: Sv-98
dialog_during_battle:
head:
content:
- At last, we're free of SangvisFerri's
- pursuers. Did anyone get hurt?
initial_dialog_2:
content:
- Fine
narrator: Everyone
initial_dialog_3:
content:
- Sv-98, we have signs of SangvisFerri activity ahead.
initial_dialog_4:
content:
- Oh no! I'm out of ammo...
initial_dialog_5:
content:
- The SangvisFerri in the front...
- Seems to be guarding something.
initial_dialog_6:
content:
- From a distance, it looks like a supply crate.
initial_dialog_7:
content:
- Sv-98, go for it. We'll cover you.
initial_dialog_8:
content:
- It seems like I have no choice...
- Girls, get ready, it is our show time!
initial_dialog_9:
content:
- sv-98 has no bullets at this moment
- and cannot attack
narrator: Tip
tutorial1:
content:
- Guys, I got the supplies!
tutorial2:
content:
- Please remember to reload.
narrator: Tip
title: A Wish Likes Snow
Loading

0 comments on commit ed011ad

Please sign in to comment.