From ed1bf5d6a2004c6732a2c94da9c803cf6d4a45a3 Mon Sep 17 00:00:00 2001 From: temitchell Date: Fri, 18 Jul 2003 04:01:09 +0000 Subject: [PATCH] renumbered all the smoothing to make some room and fix some ugliness this scheme goes along the lines of: beach - 10 sea - 20 floors/roads - 30 grass - 40 hills - 60 mountains - 100 forests - 125 trees - 140 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2256 282e977c-c81d-0410-88c4-b93c2d0d6712 --- floor/blackmarble.arc | 2 ++ floor/cobblesto1.arc | 2 +- floor/cobblesto2.arc | 2 +- floor/flagstone.arc | 2 +- floor/marble.arc | 2 ++ floor/stfloor.arc | 2 ++ floor/woodfloor.arc | 2 ++ floor/woodfloor2.arc | 2 ++ ground/Mountain/moun_cave1.arc | 2 +- ground/Mountain/moun_cave2.arc | 2 +- ground/Mountain/mountain1.arc | 2 +- ground/Mountain/mountain2.arc | 2 +- ground/Mountain/mountain4.arc | 2 +- ground/Mountain/mountain5.arc | 2 +- ground/Pstone/pstone_1.arc | 2 +- ground/Pstone/pstone_2.arc | 2 ++ ground/Wood/brush.arc | 2 +- ground/Wood/evergreens.arc | 2 +- ground/Wood/evergreens_2.arc | 2 +- ground/Wood/jungle_1.arc | 2 +- ground/Wood/jungle_2.arc | 2 +- ground/Wood/tree_1.arc | 2 +- ground/Wood/tree_2.arc | 2 +- ground/Wood/treed_hills.arc | 2 +- ground/Wood/woods_1.arc | 2 +- ground/Wood/woods_2.arc | 2 +- ground/Wood/woods_3.arc | 2 +- ground/beach.arc | 2 +- ground/deep_sea.arc | 2 +- ground/deep_swamp.arc | 2 +- ground/desert.arc | 2 +- ground/farmland.arc | 2 ++ ground/grass.arc | 4 ++-- ground/grasspond.arc | 2 +- ground/hills.arc | 2 +- ground/hillsrocky.arc | 2 +- ground/lava.arc | 9 +++++++-- ground/marsh.arc | 2 +- ground/new/dunes.arc | 2 +- ground/sea.arc | 4 ++-- ground/shallow_sea.arc | 2 +- ground/smooth/desert_S.base.111.png | Bin 3158 -> 3280 bytes ground/steppe.arc | 2 +- ground/swamp.arc | 2 +- 44 files changed, 58 insertions(+), 39 deletions(-) diff --git a/floor/blackmarble.arc b/floor/blackmarble.arc index 7fc5c6b0f..d23119d26 100644 --- a/floor/blackmarble.arc +++ b/floor/blackmarble.arc @@ -3,5 +3,7 @@ face blackmarble.111 no_pick 1 is_floor 1 editable 8 +smoothlevel 30 +smoothface blackmarble.111 empty_S.111 magicmap grey end diff --git a/floor/cobblesto1.arc b/floor/cobblesto1.arc index 5d6085f29..a83867f33 100644 --- a/floor/cobblesto1.arc +++ b/floor/cobblesto1.arc @@ -4,7 +4,7 @@ color_fg dark_orange no_pick 1 is_floor 1 editable 8 -smoothlevel 9 +smoothlevel 30 smoothface cobblesto2.111 empty_S.111 magicmap yellow end diff --git a/floor/cobblesto2.arc b/floor/cobblesto2.arc index c85d7b23e..a5f8415bf 100644 --- a/floor/cobblesto2.arc +++ b/floor/cobblesto2.arc @@ -4,7 +4,7 @@ face cobblesto1.111 no_pick 1 is_floor 1 editable 8 -smoothlevel 9 +smoothlevel 30 smoothface cobblesto1.111 empty_S.111 magicmap grey end diff --git a/floor/flagstone.arc b/floor/flagstone.arc index 14d2d8fd4..879f6d394 100644 --- a/floor/flagstone.arc +++ b/floor/flagstone.arc @@ -4,7 +4,7 @@ color_fg grey no_pick 1 is_floor 1 editable 8 -smoothlevel 9 +smoothlevel 29 smoothface flagstone.111 empty_S.111 magicmap grey end diff --git a/floor/marble.arc b/floor/marble.arc index 682f19b26..ab89d4055 100644 --- a/floor/marble.arc +++ b/floor/marble.arc @@ -3,5 +3,7 @@ face marble.111 no_pick 1 is_floor 1 editable 8 +smoothlevel 30 +smoothface marble.111 empty_S.111 magicmap grey end diff --git a/floor/stfloor.arc b/floor/stfloor.arc index f451e7530..46caf3fce 100644 --- a/floor/stfloor.arc +++ b/floor/stfloor.arc @@ -4,4 +4,6 @@ color_fg grey no_pick 1 is_floor 1 editable 8 +smoothlevel 30 +smoothface stfloor.111 empty_S.111 end diff --git a/floor/woodfloor.arc b/floor/woodfloor.arc index c6d1bcbbb..d1e53f5a5 100644 --- a/floor/woodfloor.arc +++ b/floor/woodfloor.arc @@ -4,5 +4,7 @@ color_bg dark_orange no_pick 1 is_floor 1 editable 8 +smoothlevel 30 +smoothface woodfloor.111 empty_S.111 magicmap dark_orange end diff --git a/floor/woodfloor2.arc b/floor/woodfloor2.arc index 25ce7c33e..e1e4e1cc0 100644 --- a/floor/woodfloor2.arc +++ b/floor/woodfloor2.arc @@ -4,5 +4,7 @@ color_bg dark_orange no_pick 1 is_floor 1 editable 8 +smoothlevel 30 +smoothface woodfloor2.111 empty_S.111 magicmap dark_orange end diff --git a/ground/Mountain/moun_cave1.arc b/ground/Mountain/moun_cave1.arc index dc6c6cb95..4d8a92f46 100644 --- a/ground/Mountain/moun_cave1.arc +++ b/ground/Mountain/moun_cave1.arc @@ -6,7 +6,7 @@ color_fg grey no_pick 1 editable 2 is_floor 1 -smoothlevel 50 +smoothlevel 100 visibility 50 smoothface moun_cave1.111 mountain_S.111 end diff --git a/ground/Mountain/moun_cave2.arc b/ground/Mountain/moun_cave2.arc index 10ea73f74..370d8f2b9 100644 --- a/ground/Mountain/moun_cave2.arc +++ b/ground/Mountain/moun_cave2.arc @@ -6,7 +6,7 @@ no_pick 1 editable 2 is_floor 1 visibility 50 -smoothlevel 50 +smoothlevel 100 magicmap grey smoothface moun_cave2.111 mountain_S.111 end diff --git a/ground/Mountain/mountain1.arc b/ground/Mountain/mountain1.arc index d13768a20..9826197c3 100644 --- a/ground/Mountain/mountain1.arc +++ b/ground/Mountain/mountain1.arc @@ -10,7 +10,7 @@ blocksview 1 is_hilly 1 slow_move 5 editable 8 -smoothlevel 50 +smoothlevel 100 is_floor 1 smoothface mountain1.111 mountain_S.111 end diff --git a/ground/Mountain/mountain2.arc b/ground/Mountain/mountain2.arc index 1e8369b97..0a86538b5 100644 --- a/ground/Mountain/mountain2.arc +++ b/ground/Mountain/mountain2.arc @@ -10,7 +10,7 @@ is_hilly 1 slow_move 10 blocksview 1 editable 8 -smoothlevel 50 +smoothlevel 100 is_floor 1 smoothface mountain2.111 mountain_S.111 end diff --git a/ground/Mountain/mountain4.arc b/ground/Mountain/mountain4.arc index 3324c6011..c14b966ed 100644 --- a/ground/Mountain/mountain4.arc +++ b/ground/Mountain/mountain4.arc @@ -8,7 +8,7 @@ no_pick 1 no_pass 1 blocksview 1 editable 8 -smoothlevel 50 +smoothlevel 100 is_floor 1 smoothface mountain4.111 mountain_S.111 end diff --git a/ground/Mountain/mountain5.arc b/ground/Mountain/mountain5.arc index be700d01a..b97de2d95 100644 --- a/ground/Mountain/mountain5.arc +++ b/ground/Mountain/mountain5.arc @@ -8,7 +8,7 @@ no_pick 1 no_pass 1 blocksview 1 editable 8 -smoothlevel 50 +smoothlevel 102 is_floor 1 smoothface mountain5.111 mountain_S.111 end diff --git a/ground/Pstone/pstone_1.arc b/ground/Pstone/pstone_1.arc index a7a057a99..1a1e069d5 100644 --- a/ground/Pstone/pstone_1.arc +++ b/ground/Pstone/pstone_1.arc @@ -6,6 +6,6 @@ color_bg khaki no_pick 1 is_floor 1 smoothlevel 4 -smoothface pstone.111 pstone_1_S.111 +smoothface pstone_1.111 pstone_1_S.111 editable 8 end diff --git a/ground/Pstone/pstone_2.arc b/ground/Pstone/pstone_2.arc index 324460d0e..719071f5b 100644 --- a/ground/Pstone/pstone_2.arc +++ b/ground/Pstone/pstone_2.arc @@ -5,5 +5,7 @@ color_fg brown color_bg khaki no_pick 1 is_floor 1 +smoothlevel 4 +smoothface pstone_2.111 pstone_1_S.111 editable 8 end diff --git a/ground/Wood/brush.arc b/ground/Wood/brush.arc index 686f026cf..08844008a 100644 --- a/ground/Wood/brush.arc +++ b/ground/Wood/brush.arc @@ -9,6 +9,6 @@ slow_move 2 is_wooded 1 editable 8 is_floor 1 -smoothlevel 10 +smoothlevel 40 smoothface brush.111 grass_S.111 end diff --git a/ground/Wood/evergreens.arc b/ground/Wood/evergreens.arc index 4a1a06119..6f556d6e6 100644 --- a/ground/Wood/evergreens.arc +++ b/ground/Wood/evergreens.arc @@ -10,5 +10,5 @@ is_wooded 1 editable 8 is_floor 1 smoothface evergreens.111 empty_S.111 -smoothlevel 75 +smoothlevel 125 end diff --git a/ground/Wood/evergreens_2.arc b/ground/Wood/evergreens_2.arc index 5c9da3bd5..6ae620d71 100644 --- a/ground/Wood/evergreens_2.arc +++ b/ground/Wood/evergreens_2.arc @@ -9,6 +9,6 @@ no_pick 1 slow_move 3 is_wooded 1 editable 8 -smoothlevel 12 +smoothlevel 125 smoothface evergreens_1.111 empty_S.111 end diff --git a/ground/Wood/jungle_1.arc b/ground/Wood/jungle_1.arc index 0c2ee915f..b18c46b88 100644 --- a/ground/Wood/jungle_1.arc +++ b/ground/Wood/jungle_1.arc @@ -8,7 +8,7 @@ color_fg green no_pick 1 blocksview 1 slow_move 5 -smoothlevel 80 +smoothlevel 129 smoothface jungle_1.111 jungle_S.111 is_wooded 1 editable 8 diff --git a/ground/Wood/jungle_2.arc b/ground/Wood/jungle_2.arc index bbceb9698..8b7a89ecc 100644 --- a/ground/Wood/jungle_2.arc +++ b/ground/Wood/jungle_2.arc @@ -9,7 +9,7 @@ no_pick 1 slow_move 5 is_wooded 1 blocksview 1 -smoothlevel 81 +smoothlevel 128 smoothface jungle_2.111 jungle_S.111 editable 8 is_floor 1 diff --git a/ground/Wood/tree_1.arc b/ground/Wood/tree_1.arc index bd03b6a28..0a7a0df97 100644 --- a/ground/Wood/tree_1.arc +++ b/ground/Wood/tree_1.arc @@ -7,5 +7,5 @@ color_fg green editable 8 is_floor 1 smoothface tree_1.111 grass_S.111 -smoothlevel 81 +smoothlevel 140 end diff --git a/ground/Wood/tree_2.arc b/ground/Wood/tree_2.arc index 49fdaf83d..61bbf44d0 100644 --- a/ground/Wood/tree_2.arc +++ b/ground/Wood/tree_2.arc @@ -7,5 +7,5 @@ color_fg green editable 8 is_floor 1 smoothface tree_2.111 grass_S.111 -smoothlevel 81 +smoothlevel 140 end diff --git a/ground/Wood/treed_hills.arc b/ground/Wood/treed_hills.arc index 88a6faef0..692c8b1fa 100644 --- a/ground/Wood/treed_hills.arc +++ b/ground/Wood/treed_hills.arc @@ -9,7 +9,7 @@ is_wooded 1 slow_move 5 editable 8 is_floor 1 -smoothlevel 74 +smoothlevel 130 smoothface treed_hills.111 hills_S.111 magicmap green end diff --git a/ground/Wood/woods_1.arc b/ground/Wood/woods_1.arc index 35de809f5..131e20ee3 100644 --- a/ground/Wood/woods_1.arc +++ b/ground/Wood/woods_1.arc @@ -10,5 +10,5 @@ is_wooded 1 editable 8 is_floor 1 smoothface woods_1.111 grass_S.111 -smoothlevel 74 +smoothlevel 127 end diff --git a/ground/Wood/woods_2.arc b/ground/Wood/woods_2.arc index 719490be1..1806510d1 100644 --- a/ground/Wood/woods_2.arc +++ b/ground/Wood/woods_2.arc @@ -11,5 +11,5 @@ is_wooded 1 editable 8 is_floor 1 smoothface woods_2.111 woods_2_S.111 -smoothlevel 75 +smoothlevel 127 end diff --git a/ground/Wood/woods_3.arc b/ground/Wood/woods_3.arc index 50954b40b..31483db08 100644 --- a/ground/Wood/woods_3.arc +++ b/ground/Wood/woods_3.arc @@ -12,5 +12,5 @@ color_fg green editable 8 visibility 100 smoothface woods_3.111 grass_S.111 -smoothlevel 74 +smoothlevel 127 end diff --git a/ground/beach.arc b/ground/beach.arc index 39fd57006..5dd517bd3 100644 --- a/ground/beach.arc +++ b/ground/beach.arc @@ -8,7 +8,7 @@ no_pick 1 slow_move 1 is_wooded 0 is_floor 1 -smoothlevel 2 +smoothlevel 10 editable 8 smoothface beach.111 beach_S.111 end diff --git a/ground/deep_sea.arc b/ground/deep_sea.arc index c450941b5..aa4cdd455 100644 --- a/ground/deep_sea.arc +++ b/ground/deep_sea.arc @@ -9,7 +9,7 @@ deep_sea.113 deep_sea.112 mina magicmap blue -smoothlevel 3 +smoothlevel 17 smoothface deep_sea.111 deep_sea_S.111 smoothface deep_sea.112 deep_sea_S.112 smoothface deep_sea.113 deep_sea_S.113 diff --git a/ground/deep_swamp.arc b/ground/deep_swamp.arc index 10f00be73..1dfc2d90d 100644 --- a/ground/deep_swamp.arc +++ b/ground/deep_swamp.arc @@ -15,7 +15,7 @@ walk_on 1 slow_move 5 is_wooded 1 editable 8 -smoothlevel 9 +smoothlevel 8 smoothface deep_swamp.111 deep_swamp_S.111 smoothface deep_swamp.112 deep_swamp_S.112 is_floor 1 diff --git a/ground/desert.arc b/ground/desert.arc index fbc9e5883..82f42198a 100644 --- a/ground/desert.arc +++ b/ground/desert.arc @@ -9,7 +9,7 @@ no_pick 1 slow_move 1 is_wooded 1 is_floor 1 -smoothlevel 7 +smoothlevel 37 editable 8 smoothface desert.111 desert_S.111 end diff --git a/ground/farmland.arc b/ground/farmland.arc index 5fd4e0d16..9170e94c3 100644 --- a/ground/farmland.arc +++ b/ground/farmland.arc @@ -7,5 +7,7 @@ color_fg green no_pick 1 is_wooded 1 slow_move 1 +smoothlevel 35 +smoothface farmland.111 empty_S.111 editable 8 end diff --git a/ground/grass.arc b/ground/grass.arc index 5fb72ca94..0cac19905 100644 --- a/ground/grass.arc +++ b/ground/grass.arc @@ -9,7 +9,7 @@ no_pick 1 slow_move 1 is_wooded 1 editable 8 -smoothlevel 10 +smoothlevel 40 smoothface grass.111 grass_S.111 end Object grass_only @@ -23,6 +23,6 @@ no_pick 1 slow_move 1 is_wooded 1 editable 8 -smoothlevel 10 +smoothlevel 40 smoothface grass.111 grass_S.111 end diff --git a/ground/grasspond.arc b/ground/grasspond.arc index 2d2f79be7..7749fee7c 100644 --- a/ground/grasspond.arc +++ b/ground/grasspond.arc @@ -9,6 +9,6 @@ no_pick 1 is_water 1 editable 8 is_floor 1 -smoothlevel 10 +smoothlevel 40 smoothface grasspond.111 grass_S.111 end diff --git a/ground/hills.arc b/ground/hills.arc index 0e992c89b..8089d452f 100644 --- a/ground/hills.arc +++ b/ground/hills.arc @@ -8,7 +8,7 @@ no_pick 1 slow_move 3 editable 8 is_floor 1 -smoothlevel 30 +smoothlevel 59 magicmap khaki smoothface hills.111 hills_S.111 end diff --git a/ground/hillsrocky.arc b/ground/hillsrocky.arc index 9ba8e1ee8..bc1ee5a0e 100644 --- a/ground/hillsrocky.arc +++ b/ground/hillsrocky.arc @@ -9,7 +9,7 @@ no_pick 1 slow_move 2 editable 8 is_floor 1 -smoothlevel 31 +smoothlevel 60 smoothface hillsrocky.111 hillsrocky_S.111 magicmap brown end diff --git a/ground/lava.arc b/ground/lava.arc index 27b4bf89b..cafebc4df 100644 --- a/ground/lava.arc +++ b/ground/lava.arc @@ -18,7 +18,7 @@ smoothface lava.112 lava_S.112 smoothface lava.113 lava_S.113 smoothface lava.114 lava_S.114 smoothface lava.115 lava_S.115 -smoothlevel 48 +smoothlevel 28 color_fg yellow color_bg red speed 0.2 @@ -48,7 +48,12 @@ color_fg yellow color_bg red speed 0.2 no_pick 1 -smoothlevel 48 +smoothlevel 28 +smoothface lava.111 lava_S.111 +smoothface lava.112 lava_S.112 +smoothface lava.113 lava_S.113 +smoothface lava.114 lava_S.114 +smoothface lava.115 lava_S.115 attacktype 4 hp 1 dam 3 diff --git a/ground/marsh.arc b/ground/marsh.arc index c11aae01b..e13e6f95b 100644 --- a/ground/marsh.arc +++ b/ground/marsh.arc @@ -9,7 +9,7 @@ no_pick 1 is_water 1 slow_move 15 is_wooded 1 -smoothlevel 8 +smoothlevel 25 editable 8 is_floor 1 smoothface marsh.111 marsh_S.111 diff --git a/ground/new/dunes.arc b/ground/new/dunes.arc index 4313b63c3..97b54f5aa 100644 --- a/ground/new/dunes.arc +++ b/ground/new/dunes.arc @@ -8,7 +8,7 @@ color_bg yellow no_pick 1 slow_move 1 is_wooded 1 -smoothlevel 35 +smoothlevel 36 smoothface dunes.111 dunes_S.111 is_floor 1 editable 8 diff --git a/ground/sea.arc b/ground/sea.arc index 99514db27..2e1696957 100644 --- a/ground/sea.arc +++ b/ground/sea.arc @@ -20,7 +20,7 @@ no_pick 1 is_water 1 editable 8 is_floor 1 -smoothlevel 5 +smoothlevel 20 end Object sea1 name sea @@ -44,5 +44,5 @@ no_pick 1 is_water 1 editable 8 is_floor 1 -smoothlevel 5 +smoothlevel 20 end diff --git a/ground/shallow_sea.arc b/ground/shallow_sea.arc index 8157ed009..66e8ad66d 100644 --- a/ground/shallow_sea.arc +++ b/ground/shallow_sea.arc @@ -13,7 +13,7 @@ smoothface shallow_sea.112 shallow_sea_S.112 smoothface shallow_sea.113 shallow_sea_S.113 smoothface shallow_sea.114 shallow_sea_S.114 magicmap light_blue -smoothlevel 4 +smoothlevel 19 speed 0.2 no_pass 1 no_pick 1 diff --git a/ground/smooth/desert_S.base.111.png b/ground/smooth/desert_S.base.111.png index a59829a417260a84091211e5317a8442ceddf115..d0089d528760b0e670d804bc79501f8a4e9dc13d 100644 GIT binary patch delta 3095 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�M@ap5csLZZju-rfTVFy@`~RQC{r>t!A%A{A7bl{%Eamtu lCp!93=OZBTB0hIM!2iM*uY91yDzE?m002ovPDHLkV1hn2lO_NF delta 2972 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 St+}HB0000