From 8d9a295239c4ef249c750bb4292e2a9b094e6795 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Wed, 2 Dec 2020 16:27:38 +0000 Subject: [PATCH] Add chest style map. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21586 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 3 +++ styles/cheststyles/standard | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 styles/cheststyles/standard diff --git a/ChangeLog b/ChangeLog index 1bb76e7ed..2375e5be4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2020-12-02 Nicolas Weeger + * styles/cheststyles: Add map with available chests for random maps. This will allow removing hardcoded list in the server code. + 2020-10-20 Daniel Hawkins * scorn/houses/tannery: Fix flagstone tile in entrance area that doesn't prevent casting. * maps/python/quests/QuestAdvance.py: Bail when no player is provided. Avoids a core dump from the attempt to run the script in some scenarios. diff --git a/styles/cheststyles/standard b/styles/cheststyles/standard new file mode 100644 index 000000000..151e11511 --- /dev/null +++ b/styles/cheststyles/standard @@ -0,0 +1,27 @@ +arch map +name chests +width 4 +height 4 +msg +Created: 2020-12-02 Nicolas Weeger +Modified: 2020-12-02 Nicolas Weeger +endmsg +end +arch chest +end +arch chest_blue +y 1 +end +arch chest_green +x 1 +end +arch chest_pink +x 1 +y 1 +end +arch chest_red +x 2 +end +arch chest_yellow +x 3 +end