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-b93c2d0d6712
master
ryo_saeba 2012-11-18 15:30:49 +00:00
parent 5d07a5311b
commit 7d46231d56
4 changed files with 7931 additions and 16 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,12 @@
{ {
"rules": [ "rules": [
{ {
"match" : ["curse", "calamity", "spectre", "yes"], "match" : ["curse", "weapon", "spectre", "yes"],
"pre" : [["quest", "scorn/LordSpectre", "10"], ["item", "Calamity"], ["token", "question", "curse"]], "pre" : [["quest", "scorn/LordSpectre", "10"], ["item", "Lord Spectre's weapon"], ["token", "question", "curse"]],
"post" : [["takeitem", "Calamity"], ["quest", "scorn/LordSpectre", "60"], ["givecontents", "Prince Reward"], ["settoken", "question", "0"]], "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!"] "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"]], "pre" : [["quest", "scorn/LordSpectre", "10"], ["token", "question", "curse"]],
"post" : [["settoken", "question", "0"]], "post" : [["settoken", "question", "0"]],
"msg" : ["Where is it then?"] "msg" : ["Where is it then?"]

View File

@ -4,7 +4,7 @@ width 6
height 30 height 30
msg msg
Created: 1998-02-26 Created: 1998-02-26
Modified: 2010-05-05 Cavesomething Modified: 2012-11-18 Nicolas Weeger
endmsg endmsg
end end
arch nightmare arch nightmare
@ -94,7 +94,7 @@ arch spectre
y 28 y 28
end end
arch spectre arch spectre
name Lord Spectre name Master Spectre
Pow 50 Pow 50
hp 1500 hp 1500
maxhp 1500 maxhp 1500
@ -111,15 +111,6 @@ dam 25
attacktype 69633 attacktype 69633
value 100000 value 100000
magic 7 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
end end
arch demilich arch demilich

View File

@ -3,7 +3,7 @@ name world_127_108
width 50 width 50
height 50 height 50
msg msg
Modified: 2012-01-15 Nicolas Weeger Modified: 2012-11-18 Nicolas Weeger
endmsg endmsg
outdoor 1 outdoor 1
tile_path_1 world_127_107 tile_path_1 world_127_107
@ -11702,6 +11702,7 @@ decorstyle creepy
monsterstyle undead_quest monsterstyle undead_quest
dungeon_level 1 dungeon_level 1
dungeon_depth 50 dungeon_depth 50
final_map /quests/peterm/quests/undead_final
endmsg endmsg
x 45 x 45
y 49 y 49