A tale of two castles (fr_05) - Script
Educators & Designers: help improving this quest!
Comments and feedback: discuss in the Forum
Improve translations: comment the Google Sheet
Improve the script: propose an edit here
// fr_05 | Castles (Loire)
//
// Cards:
// - chinon (historical castle)
// - chambord (renaissance castle)
// - chinon_defence (military architecture)
// - chambord_ball (royal culture)
// - bridge (castle architecture)
// - parapet (defensive architecture)
// - loopholes (military feature)
// - obj_helmet (knight equipment)
// - obj_sword (knight equipment)
// - obj_bow (knight equipment)
// - obj_armor (knight equipment)
// - obj_hat (noble attire)
// - obj_musical_instruments (court culture)
// - obj_dance_shoes (court culture)
// - obj_ball_mask (court culture)
// - map (regional geography)
// Tasks:
// - Collect knight items: helmet, sword, bow, armor
// - Collect prince items: hat, musical instrument, dance shoes, ball mask
// - Explore different castle functions (defense vs luxury)
// Activities:
// Words used: castle, Chinon, Chambord, drawbridge, parapet, loopholes, defense, knight, armor, sword, bow, helmet, prince, mask, shoes, map, room, interior, Loire Valley, medieval, royal, French heritage
//
quest_start
=
tags:
type: panel
color: red
---
<<set $COLLECTED_ITEMS = 0>>
Welcome to the castles of the Loire! #line:09dda7c
quest_end
color: green
panel: panel_endgame
---
You explored two castles: strong Chinon and fancy Chambord! #line:0a8f25d
You compared defense and royal party life. #line:05802fa
You found knight gear and prince party things. #line:06d186d
Great castle explorer! #line:032ff51
<<card chinon>>
<<card chambord>>
<<jump post_quest_activity>>
post_quest_activity
color: green
panel: panel
tags: proposal
---
Now draw your favourite castle! #line:0f0bba8
<<quest_end>>
talk_guide
tags: actor=GUIDE
---
<<if $COLLECTED_ITEMS >= 8>>
<<jump guide_question>>
<<else>>
Antura ran away and is hiding in a castle! #line:067c028
<<endif>>
guide_chinon
tags: actor=WOMAN
---
<<card chinon>>
This is the castle of Chinon. #line:06eaf5c
<<card chinon_old zoom>>
It is very old. #line:0a0e0ca
<<card chinon_defence>>
This castle was used for defense. #line:026073b
<<card chinon>>
guide_chambord
tags: actor=WOMAN,
---
Welcome to Chambord Castle. #line:0a06d3f
<<card chambord>>
Kings and princes used this castle for #line:04d7920
<<card chambord_ball>>
balls, plays, and concerts. #line:07d0b04
task_find_knights_items
tags: actor=WOMAN
---
Find all the things a knight wears: #line:0bfad5e
<<card obj_helmet>>
helmet #line:0fd1dc5
<<card obj_sword>>
sword #line:059a4f0
<<card obj_bow>>
bow #line:05a78b7
<<card obj_armor>>
and armor. #line:08b44fc
task_find_prince_items
tags: actor=WOMAN
---
Find all the prince's items: #line:0cb22cb
<<card obj_hat>>
hat #line:0f686f2
<<card obj_musical_instruments>>
musical instrument #line:046a357
<<card obj_dance_shoes>>
dance shoes #line:05e472f
<<card obj_ball_mask>>
and ball mask. #line:0d2be40
guide_question
tags: actor=GUIDE
---
Did you find Antura? #line:01003d0
YES #line:0d9f509
<<jump guide_done>>
NO #line:0de6ebb
<<jump guide_done>>
guide_done
tags: actor=WOMAN
---
<<asset map>>
Did you like the castles? #line:02a8dd7
There are 200 castles like this in the Loire Valley! #line:01e6614
<<jump quest_end>>
view_bridge
tags: actor=WOMAN, asset=bridge
---
<<card bridge>>
A drawbridge is a kind of movable bridge used in castles. #line:0010896
view_parapet
tags: actor=WOMAN, asset=parapet
---
<<card parapet>>
A parapet has gaps used for defense. #line:0aaf4dd
obg_helmet
tags: actor=TUTOR,
---
<<card obj_helmet>>
a helmet #line:0b492f6
obj_hat
tags: actor=TUTOR, asset=obj_hat
---
<<card obj_hat>>
a hat #line:0806c77
obg_sword
color: yellow
tags: actor=TUTOR, item
---
<<asset obj_sword>>
<<card obj_sword>>
sword #line:0733b81
obg_bow
color: yellow
tags: actor=TUTOR, item
---
<<card obj_bow>>
a bow and arrows #line:049d6e8
obg_armor
color: yellow
tags: actor=TUTOR
---
<<card obj_armor>>
this is an armor #line:01ac543
view_loopholes
color: yellow
tags: actor=WOMAN
---
<<card loopholes>>
These are loopholes. They are used to shoot arrows at the enemy. #line:050e177
obj_musical_intrument
tags: actor=TUTOR, asset=obj_musical_instruments
---
<<card obj_musical_instruments>>
a musical instrument #line:07f4c19
obj_shoes
tags: actor=TUTOR, asset=obj_dance_shoes
---
<<card obj_dance_shoes>>
dance shoes #line:01ee90f
obj_ball_mask
tags: actor=TUTOR, asset=obj_ball_mask
---
<<card obj_ball_mask>>
a ball mask #line:0071a08
view_chambord_map
tags: actor=TUTOR, asset=chambord_map
---
<<card map>>
This is a map of the castle. #line:0b62127
view_chambord_room
tags: actor=TUTOR, asset=chambord_room
---
<<card chambord>>
What a room! #line:0f99fd5
view_interior
tags: actor=TUTOR, asset=chambord_interior
---
<<card chambord>>
It is very nice! #line:082ac97
spawned_tourist
///////// NPCs SPAWNED IN THE SCENE //////////
// these npc are spawn automatically in the scene
// use these to add random facts. everythime you meet them
// they will say one of these lines randomly
color: purple
actor:
spawn_group: tourists
---
Did you know that the Loire Valley is a UNESCO World Heritage site? #line:0c3f4e1
The castle of Chambord has 440 rooms! #line:0a5f4f1
The castle of Chinon was a favorite residence of King Henry II of England. #line:0b6e2c3
The Loire Valley is known as the "Garden of France". #line:0d1e4b5
The castle of Chambord was built in the 16th century. #line:0e2f6d7
spawned_tourist_chambord
color: purple
actor:
spawn_group: tourists_chambord
---
Chambord has a staircase so twisty I'd get lost on purpose! #line:03571b7
<<card chambord>>
440 rooms… I would need 440 naps. #line:0e2823f
<<card chambord>>
Royal balls? I would dance like a wiggly baguette. #line:0fd58d9
<<card chambord_ball>>
If I lived here I'd still forget where I left my shoes. #line:0409c6b
<<card chambord>>
spawned_tourist_chinon
color: purple
actor:
spawn_group: tourists_chinon
---
Chinon walls are so strong even my best joke can't break them! #line:0b32af0
<<card chinon_defence>>
I pretend I'm a knight… really I'm guarding snacks. #line:0d55219
<<card chinon>>
Loopholes: tiny windows for arrows… or very skinny waves. #line:0664af8
<<card loopholes>>
Parapets are perfect for peeking without being seen. #line:0c42fc1
<<card parapet>>
spawned_tourist_loire
color: purple
actor:
spawn_group: tourists_loire
---
The Loire looks like a long silver ribbon— without gift wrap! #line:08a92f7
<<card map>>
I wave at every castle. One day a tower might wave back. #line:0d7652c
<<card map>>
Bridges here are great places to think about snacks. #line:0724a44
<<card bridge>>
So many castles that even the clouds are tourists. #line:0b1036c
<<card map>>