1IF WEAPON_BOOK HEALTH 6
2TALK Edgar This library must have information on everything, so a book detailing the creation of a Shield of Dragon Fire Resistance must be here...
3END
4IF WEAPON_BOOK HEALTH 3
5HAS_OBJECTIVE "Obtain a Fire Shield" WEAPON_BOOK 4 5
6END
7IF WEAPON_BOOK HEALTH 4
8TALK Edgar That dragon stuff sounded interesting, but I'll read about it after I've created the Fire Shield
9TALK Edgar I need to find 3 Gazer Eyes, 1 Red Sludge Tentacle and an extra shield to create a Shield of Fire Resistance
10TALK Edgar Once I've found all these items I'll have to find a place to create the shield
11SET WEAPON_BOOK HEALTH 3
12END
13IF WEAPON_BOOK HEALTH 5
14TALK Edgar That monster encyclopedia said the dragon's breath incinerated everything, but that warrior still managed to defeat it
15TALK Edgar Maybe this book has information about creating a shield to resist dragon breath
16TALK Edgar Hmmm...
17PLAY_SOUND sound/boss/black_book/page
18WAIT 60
19TALK Book Shield of Dragon Fire Resistance
20TALK Book Creation of shields of dragon fire resistance require occult magics and very little is known about their manufacture
21TALK Book Known ingredients include the shell fragment from a Rampaging Master Tortoise and the staff of a Dark Summoner
22TALK Edgar Drat, that's all it says
23TALK Edgar This library is huge though, there must be a book in this place that describes the process
24TALK Edgar But I've looked everywhere, haven't I?
25SET OCCULT_BOOK_POINT HEALTH 10
26SET WEAPON_BOOK HEALTH 6
27END
28IF WEAPON_BOOK HEALTH 2
29TALK Edgar I need to find 3 Gazer Eyes, 1 Red Sludge Tentacle and an extra shield to create a Shield of Fire Resistance
30TALK Edgar Once I've found all these items I'll have to find a place to create the shield
31END
32IF WEAPON_BOOK HEALTH 1
33TALK Edgar There's a book here about enchanting equipment
34TALK Edgar Maybe I can create a shield...
35PLAY_SOUND sound/boss/black_book/page
36TALK Edgar Swords... Armour... Wands...
37TALK Edgar Stupid book. It's not in order and there's no index
38PLAY_SOUND sound/boss/black_book/page
39TALK Edgar Here we go: Shields
40TALK Book Shield of Fire Resistance
41TALK Book Ingredients
42TALK Book One must gather the following
43TALK Book The root of a Mandrake
44TALK Book The fat of a Mantis (left to stand for 3 months)
45TALK Book Powered Condor bones
46TALK Book 3 eyes of the Gazer
47TALK Book The freshly cut tentacle from a female Red Sludge
48TALK Book The shield to apply the enchantment
49TALK Book Blend the Gazer eyes and Sludge tentacle into a smooth liquid
50TALK Book Add the root, fat and bones into the cauldron and mix together with the blended Gazer eyes and Sludge tentacle
51TALK Book When the mixture turns bright blue, add the shield
52TALK Edgar Hmmm...
53IF HAS_NOT_VISITED map10
54TALK Edgar There might be potions room or lab where I can find the roots, fat and bones so I don't need to worry about those
55END
56IF HAS_VISITED map10
57TALK Edgar The lab probably has the roots, fat and bones so I don't need to worry about those
58END
59TALK Edgar And the Gazers hang around in the basement so that's not a problem
60TALK Edgar What I do need to find is a Red Sludge, but I have no idea where to find one
61TALK Edgar I can't use my current shield in the experiment in case it backfires so I'll have to find another one
62SET MONSTER_BOOK HEALTH 0
63ACTIVATE_REQUIRED WEAPON_BOOK_TRIGGER
64ADD OBJECTIVE "Obtain 3 Gazer Eyes" " "
65ADD TRIGGER "Gazer Eyeball" 3 UPDATE_OBJECTIVE "Obtain 3 Gazer Eyes"
66ADD OBJECTIVE "Obtain 1 Red Sludge Tentacle" " "
67ADD TRIGGER "Sludge Tentacle" 1 UPDATE_OBJECTIVE "Obtain 1 Red Sludge Tentacle"
68ADD OBJECTIVE "Find another shield" " "
69ADD TRIGGER "Old Shield" 1 UPDATE_OBJECTIVE "Find another shield"
70ADD OBJECTIVE "Blend eyeballs and tentacle" "Smoothie Collected"
71ADD TRIGGER "Smoothie Collected" 1 RUN_SCRIPT "smoothie_colour"
72ADD TRIGGER "Eyeball Smoothie" 1 UPDATE_OBJECTIVE "Blend eyeballs and tentacle"
73ADD MAP_TRIGGER "map08" RUN_SCRIPT "blender_activate"
74ADD MAP_TRIGGER "map10" RUN_SCRIPT "cauldron_shield"
75SET WEAPON_BOOK HEALTH 2
76END
77IF WEAPON_BOOK HEALTH 0
78TALK Edgar It's a book about enchanting equipment
79TALK Edgar I don't have any reason to read this but I'll keep it in mind in case I do
80END
81