diff --git a/game/images/kaeros guarded.png b/game/images/kaeros guarded.png new file mode 100644 index 0000000..1bd2c8f Binary files /dev/null and b/game/images/kaeros guarded.png differ diff --git a/game/images/kaeros neutral.png b/game/images/kaeros neutral.png new file mode 100644 index 0000000..1bd2c8f Binary files /dev/null and b/game/images/kaeros neutral.png differ diff --git a/game/images/kaeros relaxed.png b/game/images/kaeros relaxed.png new file mode 100644 index 0000000..1bd2c8f Binary files /dev/null and b/game/images/kaeros relaxed.png differ diff --git a/game/images/mira curious.png b/game/images/mira curious.png new file mode 100644 index 0000000..1bd2c8f Binary files /dev/null and b/game/images/mira curious.png differ diff --git a/game/images/mira excited.png b/game/images/mira excited.png new file mode 100644 index 0000000..1bd2c8f Binary files /dev/null and b/game/images/mira excited.png differ diff --git a/game/images/mira timid.png b/game/images/mira timid.png new file mode 100644 index 0000000..1bd2c8f Binary files /dev/null and b/game/images/mira timid.png differ diff --git a/game/script.rpy b/game/script.rpy index d95fbd5..a890361 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -43,7 +43,7 @@ label luno_greeting: label rewind_choice: if not checkpoint_set: - jump scene_continues + jump kaeros_arrives show screen rewind_prompt menu: @@ -64,7 +64,7 @@ label rewind_choice: jump choice_screen "[[ Continue ]": hide screen rewind_prompt - jump scene_continues + jump kaeros_arrives label choice_screen: @@ -151,7 +151,7 @@ label branch_silence: label branch_sharp: sara "You asked him the same thing." - "She nods toward Eron." + "She nods towards the guy who also arrived already." sara "Before I arrived." "Luno goes still. Not alarmed — but recalibrating." show luno still at right @@ -168,11 +168,51 @@ label branch_sharp: show luno sharp at right jump rewind_choice -label scene_continues: +label kaeros_arrives: "Before the silence can settle, footsteps at the gate." - "Two more arrivals. The scene continues..." + show kaeros guarded at right + show mira curious at left + kaeros "Is this the Iron Hollow?" + luno "Looks like quite a few people are interested. You are at the right place." + luno "Why do you want to join the Hollow?" + mira "To protect people from evil---" + kaeros "To make some money. Have to live off something around here." + show mira timit at left + show luno laughing at right + luno "I see, you have you priorities in order." + show luno neutral at right + luno "I like that. I am Luno, I arrived a while a go. Give the man over there your names and wait." + sara "I am Sara, not sure what else to say." + kaeros "I am Kaeros, and this is Mira." + luno "She also just arrived you can register together." + scene black + with dissolve + scene bg table + show sara at left + show iron_hollow_mercenary at right + sara "The three of us are here to register." + "Iron Hollow Mercenary" "Tell me your names and blessing." + show mira excited at left + mira "I'm Mira, and I have a fire blessing. I can do a lot of things with it, like make bursts---" + show kaeros guarded at left + kaeros "I'm Kaeros, and I have a wind blessing." + kaeros "..." + "Iron Hollow Mercenary" "Alright, what about you?" + show sara at left + sara "My name is Sara, I have a wind blessing, but its really weak. My expertise is more with strategy." + "Iron Hollow Mercenary" "It's rare to have a strategist join a band of mercenaries. I hope you can at least hold your own in combat." + "Iron Hollow Mercenary" "I think fo-- five people are enough for now, grab Luno and that guy over there and we'll get started." + jump first_test + +label first_test: + scene black + with dissolve + scene bg training_yard + "Iron Hollow Mercenary" "It's time to prove you worth. We are gonna start with a simple test, so everyone gets a feel for each other." + "Iron Hollow Mercenary" "One-on-one fights, but since we are an uneven number, one person will have to fight twice." return + # ── Screens ─────────────────────────────────────────────────────────────────── screen rewind_prompt():