Add a final map to the undead quest. Rename 'Lord Spectre' to 'Master Spectre', add a final Lord Spectre boss.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18509 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
5d07a5311b
commit
7d46231d56
File diff suppressed because it is too large
Load Diff
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"rules": [
|
||||
{
|
||||
"match" : ["curse", "calamity", "spectre", "yes"],
|
||||
"pre" : [["quest", "scorn/LordSpectre", "10"], ["item", "Calamity"], ["token", "question", "curse"]],
|
||||
"post" : [["takeitem", "Calamity"], ["quest", "scorn/LordSpectre", "60"], ["givecontents", "Prince Reward"], ["settoken", "question", "0"]],
|
||||
"match" : ["curse", "weapon", "spectre", "yes"],
|
||||
"pre" : [["quest", "scorn/LordSpectre", "10"], ["item", "Lord Spectre's weapon"], ["token", "question", "curse"]],
|
||||
"post" : [["takeitem", "Lord Spectre's weapon"], ["quest", "scorn/LordSpectre", "60"], ["givecontents", "Prince Reward"], ["settoken", "question", "0"]],
|
||||
"msg" : ["Congratulations on completing your quest. We have a new Prince of the Realm!\nPlease take this fine sword as a reward. May it serve you well!"]
|
||||
}, {
|
||||
"match" : ["curse", "calamity", "spectre", "yes"],
|
||||
"match" : ["curse", "weapon", "spectre", "yes"],
|
||||
"pre" : [["quest", "scorn/LordSpectre", "10"], ["token", "question", "curse"]],
|
||||
"post" : [["settoken", "question", "0"]],
|
||||
"msg" : ["Where is it then?"]
|
||||
|
|
|
@ -4,7 +4,7 @@ width 6
|
|||
height 30
|
||||
msg
|
||||
Created: 1998-02-26
|
||||
Modified: 2010-05-05 Cavesomething
|
||||
Modified: 2012-11-18 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch nightmare
|
||||
|
@ -94,7 +94,7 @@ arch spectre
|
|||
y 28
|
||||
end
|
||||
arch spectre
|
||||
name Lord Spectre
|
||||
name Master Spectre
|
||||
Pow 50
|
||||
hp 1500
|
||||
maxhp 1500
|
||||
|
@ -111,15 +111,6 @@ dam 25
|
|||
attacktype 69633
|
||||
value 100000
|
||||
magic 7
|
||||
arch quest_prevent_drop
|
||||
name scorn/LordSpectre 60
|
||||
end
|
||||
arch quest_advance_pickup
|
||||
name scorn/LordSpectre 30-40>50
|
||||
end
|
||||
end
|
||||
arch quest_advance_death
|
||||
name scorn/LordSpectre 30>40
|
||||
end
|
||||
end
|
||||
arch demilich
|
||||
|
|
|
@ -3,7 +3,7 @@ name world_127_108
|
|||
width 50
|
||||
height 50
|
||||
msg
|
||||
Modified: 2012-01-15 Nicolas Weeger
|
||||
Modified: 2012-11-18 Nicolas Weeger
|
||||
endmsg
|
||||
outdoor 1
|
||||
tile_path_1 world_127_107
|
||||
|
@ -11702,6 +11702,7 @@ decorstyle creepy
|
|||
monsterstyle undead_quest
|
||||
dungeon_level 1
|
||||
dungeon_depth 50
|
||||
final_map /quests/peterm/quests/undead_final
|
||||
endmsg
|
||||
x 45
|
||||
y 49
|
||||
|
|
Loading…
Reference in New Issue