Add additional floorstyles to random maps.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21481 282e977c-c81d-0410-88c4-b93c2d0d6712
master
silvernexus 2020-10-07 02:17:19 +00:00
parent 57e400a442
commit f1b63255c3
8 changed files with 148 additions and 0 deletions

View File

@ -1,5 +1,12 @@
2020-10-05 Daniel Hawkins 2020-10-05 Daniel Hawkins
* navar_city/magara/houses/museum: Fix misplaced magic_mouth text on a shield, and correct arches for white and black leather cloaks. * navar_city/magara/houses/museum: Fix misplaced magic_mouth text on a shield, and correct arches for white and black leather cloaks.
* styles/floorstyles/indoor,
styles/floorstyles/lightwood,
styles/floorstyles/outdoor,
styles/floorstyles/outdoor_lush,
styles/floorstyles/stones2,
styles/floorstyles/woodfloor,
styles/floorstyles/woodfloor1: Add some more recent floor arches to the style pickmaps.
2020-10-01 Daniel Hawkins 2020-10-01 Daniel Hawkins
* pup_land/world: Add map tiling with rainbow/islands. Remove redundant tiles at south. * pup_land/world: Add map tiling with rainbow/islands. Remove redundant tiles at south.

View File

@ -4,22 +4,92 @@ width 6
height 6 height 6
msg msg
Created: 1998-02-19 Created: 1998-02-19
Modified: 2020-10-06 SilverNexus
endmsg endmsg
end end
arch woodfloor arch woodfloor
end end
arch woodlarge
y 1
end
arch tile_floor
y 2
end
arch lightmagentamarble
y 3
end
arch cobblestones arch cobblestones
x 1 x 1
end end
arch woodlgvertical
x 1
y 1
end
arch tile_white_floor
x 1
y 2
end
arch pinkmarble
x 1
y 3
end
arch cobblestones2 arch cobblestones2
x 2 x 2
end end
arch woodfloor2
x 2
y 1
end
arch greenmarblelight
x 2
y 2
end
arch whiteslate
x 2
y 3
end
arch flagstone arch flagstone
x 3 x 3
end end
arch woodfloorvert
x 3
y 1
end
arch afloor_blue_right
x 3
y 2
end
arch redslate
x 3
y 3
end
arch marble arch marble
x 4 x 4
end end
arch dungeon_floor
x 4
y 1
end
arch afloor_right
x 4
y 2
end
arch blackslate
x 4
y 3
end
arch blackmarble arch blackmarble
x 5 x 5
end end
arch tile_tan_floor
x 5
y 1
end
arch afloor_magenta_right
x 5
y 2
end
arch lightgreenmarble
x 5
y 3
end

View File

@ -8,7 +8,17 @@ enter_x 1
enter_y 1 enter_y 1
msg msg
Created: 1998-02-19 Created: 1998-02-19
Modified: 2020-10-06 SilverNexus
endmsg endmsg
end end
arch woodfloor arch woodfloor
end end
arch woodfloorvert
x 1
end
arch woodlarge
x 2
end
arch woodlgvertical
x 3
end

View File

@ -4,6 +4,7 @@ width 6
height 6 height 6
msg msg
Created: 1998-02-19 Created: 1998-02-19
Modified: 2020-10-06 SilverNexus
endmsg endmsg
end end
arch grass arch grass
@ -14,6 +15,9 @@ end
arch deep_swamp arch deep_swamp
y 2 y 2
end end
arch grass_br_gr
y 3
end
arch grass_only arch grass_only
x 1 x 1
end end
@ -25,6 +29,10 @@ arch hills
x 1 x 1
y 2 y 2
end end
arch earth
x 1
y 3
end
arch brush arch brush
x 2 x 2
end end
@ -32,6 +40,14 @@ arch large_stones
x 2 x 2
y 1 y 1
end end
arch beach
x 2
y 2
end
arch hills_rocky
x 2
y 3
end
arch desert arch desert
x 3 x 3
end end
@ -39,6 +55,14 @@ arch pstone_3
x 3 x 3
y 1 y 1
end end
arch grassbrown
x 3
y 2
end
arch grassmedium
x 3
y 3
end
arch pstone_1 arch pstone_1
x 4 x 4
end end
@ -46,6 +70,14 @@ arch pstone_4
x 4 x 4
y 1 y 1
end end
arch grassdark
x 4
y 2
end
arch snow
x 4
y 3
end
arch small_stones arch small_stones
x 5 x 5
end end
@ -53,3 +85,7 @@ arch swamp
x 5 x 5
y 1 y 1
end end
arch dunes
x 5
y 2
end

View File

@ -4,6 +4,7 @@ width 6
height 6 height 6
msg msg
Created: 1998-02-19 Created: 1998-02-19
Modified: 2020-10-06 SilverNexus
endmsg endmsg
end end
arch grass arch grass
@ -14,3 +15,9 @@ end
arch brush arch brush
x 2 x 2
end end
arch grassmedium
x 3
end
arch grassdark
x 4
end

View File

@ -4,6 +4,7 @@ width 6
height 6 height 6
msg msg
Created: 1999-02-03 Created: 1999-02-03
Modified: 2020-10-06 SilverNexus
endmsg endmsg
end end
arch large_stones arch large_stones
@ -11,6 +12,9 @@ end
arch pstone_4 arch pstone_4
x 1 x 1
end end
arch pstone_3
x 2
end
arch medium_stones arch medium_stones
x 3 x 3
end end

View File

@ -4,6 +4,7 @@ width 6
height 6 height 6
msg msg
Created: 1999-02-03 Created: 1999-02-03
Modified: 2020-10-06 SilverNexus
endmsg endmsg
end end
arch woodfloor arch woodfloor
@ -17,3 +18,6 @@ end
arch woodfloor2 arch woodfloor2
x 3 x 3
end end
arch woodfloorvert
x 4
end

View File

@ -4,6 +4,7 @@ width 6
height 6 height 6
msg msg
Created: 1999-02-03 Created: 1999-02-03
Modified: 2020-10-06 SilverNexus
endmsg endmsg
end end
arch woodfloor arch woodfloor
@ -11,3 +12,12 @@ end
arch woodfloor2 arch woodfloor2
x 1 x 1
end end
arch woodfloorvert
x 2
end
arch woodlarge
x 3
end
arch woodlgvertical
x 4
end