summaryrefslogtreecommitdiff
path: root/world/map/npc/030-2/basic_npcs.txt
blob: 6dae901f8363f4e8e0b2bcac16737520ed6b6e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// Added for flavor
// author: Jenalya, wushin, Chayenne

// In the office

030-2,37,81,0|script|Oswal|328
{
    mes "[Oswal]";
    mes "\"Welcome. I hope you enjoy your visit in Santa's residence. You already saw the workshop where the Christmas presents are crafted, right?\"";
    next;
    mes "\"Well, here you are in the office. We're taking care of various administrative tasks. Some are related to Christmas, but we also need to keep the everyday business running.";
    mes "Santa, as one of the most powerful Sages, has a lot of issues to pay attention to.\"";
    close;
}

030-2,37,85,0|script|Taito|328
{
    mes "[Taito]";
    mes "\"Hello. I'm sorry, but I'm very busy at the moment and want to concentrate. If you have any questions, ask one of the other helpers.\"";
    close;
}

030-2,31,77,0|script|Rikhard|329
{
    mes "[Rikhard]";
    mes "\"I'm really glad that this year's Christmas preparations are going well. You know, last year nearly everything went wrong, so we all had to work really hard on that, and the everyday issues had to be neglected.\"";
    next;
    mes "\"But there are very important topics we have to take care on as Santa's helpers. The Sages have an important role in the politics of Kaizei.\"";
    next;
    mes "\"As an example, currently I'm working on analyzing a trade regulation proposal from Tulimshar's Wizard Council. I can't get into the details about this, obviously. But, let me tell you, those Tulimshar people try to get everything under their control.\"";
    next;
    mes "\"It's part of our work to maintain Kaizei's independency. In my opinion the Sages should be much more reluctant about this anyway. But well, I'm only a mere helper, this isn't up to me. I can only do my best to deliver an analysis as accurate as possible.\"";
    next;
    mes "\"Which is why I should go back to work now.\"";
    close;
}

030-2,31,85,0|script|Akseli|329
{
    mes "[Akseli]";
    mes "\"Ah, a visitor! Do you enjoy your time in Santa's residence?\"";
    menu
        "Yes, it's really interesting.", L_Interesting,
        "It's ok.", L_Rage,
        "I'm confused, it's much bigger than from the outside.", L_Next;

L_Next:
    mes "[Akseli]";
    mes "\"Ah, yes, that's a magic technique almost all of the Sages use. The house is located in a shifted dimension.\"";
    goto L_Close;

L_Interesting:
    mes "[Akseli]";
    mes "\"Good to hear that! Go look around, talk with the other guys and girls, we have an open house policy all year.\"";
    goto L_Close;

L_Rage:
    mes "[Akseli]";
    mes "\"tsss... you young people can't get no satisfaction eh?\"";
    goto L_Close;

L_Close:
    close;
}

// In the workshop

030-2,78,34,0|script|Aaron|328
{
    mes "[Aaron]";
    mes "\"Welcome to Santa's famous Christmas workshop. Feel free to have a look around and talk to the craftsmen.\"";
    next;
    mes "\"You have to know, Santa is a great promoter for skilled craftsmen. He's always looking out for talented persons who can join our team and get an excellent apprenticeship here.\"";
    close;
}

030-2,154,33,0|script|Iivo|329
{
    mes "You see a helper cutting some leather pieces. He looks very focused on his work. Then he notices you.";
    mes "[Iivo]";
    mes "\"Hu? Oh, hello. Feel free to watch.\"";
    close;
}