From e0ccd8af35286f454b9a99b484112f6ee7a25686 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Thu, 28 Jan 2021 20:13:42 +0000 Subject: [PATCH] Add guide about the cult. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21858 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 8 ++++++++ brest/temples/valkyrie | 6 +++++- darcap/darcap/temples/valkyrie | 6 +++++- lake_country/Butakis/temples/valkyrie-temple | 6 +++++- navar_city/temples/valkyrie | 6 +++++- santo_dominion/temples/valkyrie-temple | 6 +++++- scorn/houses/barracks | 15 ++------------- wolfsburg/temple/shrine_to_valkyrie | 6 +++++- 8 files changed, 40 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74bdbbbf4..c1baaffb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ 2021-01-28 Nicolas Weeger * quests/peterm/DragonQuest/ElectricHatchery, * quests/peterm/DragonQuest/IceHatchery: Use blue and green dragon caves. + * brest/temples/valkyrie, + * darcap/darcap/temples/valkyrie, + * lake_country/Butakis/temples/valkyrie-temple, + * navar_city/temples/valkyrie, + * santo_dominion/temples/valkyrie-temple, + * scorn/houses/barracks, + * wolfsburg/temple/shrine_to_valkyrie: Add guide about the cult. + 2021-01-26 Nicolas Weeger diff --git a/brest/temples/valkyrie b/brest/temples/valkyrie index 1fc780aef..26c656c86 100644 --- a/brest/temples/valkyrie +++ b/brest/temples/valkyrie @@ -8,7 +8,7 @@ enter_x 12 enter_y 21 msg Created: 2008-12-07 Rick Tanner -Modified: 2008-12-16 Rick Tanner +Modified: 2021-01-28 Nicolas Weeger endmsg end arch grass @@ -454,6 +454,10 @@ arch graymarble x 3 y 13 end +arch guide_valkyrie +x 3 +y 13 +end arch graymarble x 3 y 14 diff --git a/darcap/darcap/temples/valkyrie b/darcap/darcap/temples/valkyrie index e009afc28..d16be54f8 100644 --- a/darcap/darcap/temples/valkyrie +++ b/darcap/darcap/temples/valkyrie @@ -8,7 +8,7 @@ enter_x 13 enter_y 21 msg Created: 2012-05-10 Rick Tanner -Modified: 2013-07-15 Karla Stenger +Modified: 2021-01-28 Nicolas Weeger endmsg end arch grass_only @@ -3519,6 +3519,10 @@ arch tile_shop x 20 y 4 end +arch guide_valkyrie +x 20 +y 4 +end arch tile_white_floor x 20 y 5 diff --git a/lake_country/Butakis/temples/valkyrie-temple b/lake_country/Butakis/temples/valkyrie-temple index 2d49064da..e4f239d14 100644 --- a/lake_country/Butakis/temples/valkyrie-temple +++ b/lake_country/Butakis/temples/valkyrie-temple @@ -8,7 +8,7 @@ enter_x 11 enter_y 13 msg Created: 2016-05-06 Rick Tanner -Modified: 2016-05-06 Rick Tanner +Modified: 2021-01-28 Nicolas Weeger endmsg end arch cobblestones2 @@ -1213,6 +1213,10 @@ arch graymarble x 11 y 9 end +arch guide_valkyrie +x 11 +y 9 +end arch marble x 11 y 10 diff --git a/navar_city/temples/valkyrie b/navar_city/temples/valkyrie index d1f5ab546..23069faa6 100644 --- a/navar_city/temples/valkyrie +++ b/navar_city/temples/valkyrie @@ -8,7 +8,7 @@ enter_x 12 enter_y 21 msg Created: 2008-12-07 Rick Tanner -Modified: 2012-04-13 Rick Tanner +Modified: 2021-01-28 Nicolas Weeger endmsg end arch grass @@ -3374,6 +3374,10 @@ arch graymarble x 21 y 13 end +arch guide_valkyrie +x 21 +y 13 +end arch graymarble x 21 y 14 diff --git a/santo_dominion/temples/valkyrie-temple b/santo_dominion/temples/valkyrie-temple index ef2f66acd..9ddf2a802 100644 --- a/santo_dominion/temples/valkyrie-temple +++ b/santo_dominion/temples/valkyrie-temple @@ -8,7 +8,7 @@ enter_x 11 enter_y 13 msg Created: 2016-12-29 Rick Tanner -Modified: 2017-01-03 Rick Tanner +Modified: 2021-01-28 Nicolas Weeger endmsg end arch cobblestones @@ -1214,6 +1214,10 @@ arch graymarble x 11 y 9 end +arch guide_valkyrie +x 11 +y 9 +end arch redslate x 11 y 10 diff --git a/scorn/houses/barracks b/scorn/houses/barracks index b910cec67..a53ca7ef6 100644 --- a/scorn/houses/barracks +++ b/scorn/houses/barracks @@ -9,7 +9,7 @@ enter_x 25 enter_y 5 msg Created: 2003-01-04 -Modified: 2020-01-13 Rick Tanner +Modified: 2021-01-28 Nicolas Weeger endmsg end arch grass_only @@ -1616,20 +1616,9 @@ x 21 y 7 no_pick 1 end -arch quarto -name Faith of the Sword -name_pl Faith of the Sword books -msg -On the faith of Valkyrie, the Brave, the Just, Deathbringer - -In a world rich with sorcery and its users, some brave warriors forsake the help of those foul arts. We, followers of the Brave Lady, face any and all threats by might of sword and skill only. We bring our lady the spoils of our conquests for Her pleasure. - -All praise be the Deathbringer. Pity those who use wizardry, and kill those who set themselves as its champions, as well as magic-based monsters. The Just shall bring happiness and honor. -endmsg +arch guide_valkyrie x 21 y 7 -material 9 -no_pick 1 end arch cobblestones2 x 21 diff --git a/wolfsburg/temple/shrine_to_valkyrie b/wolfsburg/temple/shrine_to_valkyrie index e048de5c6..d6bac21a1 100644 --- a/wolfsburg/temple/shrine_to_valkyrie +++ b/wolfsburg/temple/shrine_to_valkyrie @@ -8,7 +8,7 @@ enter_x 11 enter_y 13 msg Created: 2017-10-29 Rick Tanner -Modified: 2017-10-30 Rick Tanner +Modified: 2021-01-28 Nicolas Weeger endmsg end arch brush @@ -1957,6 +1957,10 @@ arch tile_white_floor x 18 y 4 end +arch guide_valkyrie +x 18 +y 4 +end arch tile_white_floor x 18 y 5