summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkko Teru <none@null.nil>2016-01-19 00:24:04 -0600
committerAkko Teru <none@null.nil>2016-01-19 00:24:04 -0600
commit8941ad1893710eaa1ad8d32e37fc40a15d5218d3 (patch)
tree3a29a28d9f0e04ea26c3f7aebc2ba7943d6fc352
parent681d69ab2ffd962db8de24e168aecc404dfbb6f7 (diff)
downloadserverdata-8941ad1893710eaa1ad8d32e37fc40a15d5218d3.tar.gz
serverdata-8941ad1893710eaa1ad8d32e37fc40a15d5218d3.tar.bz2
serverdata-8941ad1893710eaa1ad8d32e37fc40a15d5218d3.tar.xz
serverdata-8941ad1893710eaa1ad8d32e37fc40a15d5218d3.zip
Calypsan's dye shop dialogues.
-rw-r--r--npc/001-1/calypsan.txt29
1 files changed, 22 insertions, 7 deletions
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt
index 63ce80e1..2bb4c814 100644
--- a/npc/001-1/calypsan.txt
+++ b/npc/001-1/calypsan.txt
@@ -3,6 +3,8 @@
// Reid
// Description:
// Dye seller, she sells and explain how works dye cards.
+// Version:
+// 2016.019 "Under Construction".
// Variables:
// ArtisQuests_Fexil
// Quest states:
@@ -15,8 +17,20 @@
function explain_dyes {
speech 5,
- l("There are two different kinds of card, the first changes the style of your clothes, the second changes their stats."),
- l("");
+ l("Look at your equipment."),
+ l("Guess what material it is made from."),
+ l("Seek a colorant for that material."),
+ l("Cotton, cashmere, leather, ..."),
+ l("Zinc-Titanium Oxide, Phthalocyanides, Cadmiums, Lazulite..."),
+ l("Colorant is not the yeying color. Some wear out from light,"),
+ l("others look great but inflict itai-itai,"),
+ l("and others become spotty or wash-away."),
+ l("What yoiis should know:"),
+ l("1: The type of item yoiis want to dye."),
+ l("2: What material it is made from."),
+ l("3: Which colorants can dye it."),
+ l("4: How to care for it."),
+ l("If you aren't careful the item could become ruined.");
// Need tritan's dialogue (so the first line need to be changed too)
// Need to explain style cards, and to redirect to Don the blacksmith for stat cards.
@@ -28,7 +42,8 @@
speech 4,
- l("Yoiis is jealous of rainbow sky? It is possible to yeye your cloth with my dyes."),
+ l("Yoiis is jealous of rainbow sky?"),
+ l("It is possible to yeye your cloth with my beautiful dyes."),
l("What does yoiis want today?");
.@fexil = getq(ArtisQuests_Fexil);
@@ -37,10 +52,10 @@
{
menuint
rif(.@fexil == 1, l("Have you seen Fexil?")), 0,
- l("Let's trade."), 1,
- l("How does these dyes works?"), 2,
- l("I want to make my own dyes."), 3,
- l("Bye."), 4;
+ l("[Trade]"), 1,
+ l("[Ask how dyes are used]"), 2,
+ l("[Ask how dyes are made]"), 3,
+ l("[Quit]"), 4;
switch (@menuret)
{