Commit Graph

24 Commits (9c13358c894585e8530414edcf41ef0c2b4e51bc)

Author SHA1 Message Date
Kevin Zheng 7a23cee402 Change sea_route to map overlay without face
Change sea routes from ordinary ground tiles to an invisible overlay.
Because they have no face, the new sea routes are never sent to the
client and are only visible in the map editor.

Add several varieties of the sea_route tile, in case multiple sea routes
overlap on the same map square.
2021-08-12 21:43:36 -07:00
Kevin Zheng 5a026ef6c7 Update fishing lists
Split fish into freshwater, seawater, and deep-sea fish. Give them
different fishing levels and experience. Make most bodies of water
fishable.

Make fish roughly as hard to find as they are now, but increase nrof so
that multiple fish can be caught once a suitable fishing spot is found.
2021-07-15 14:52:17 -05:00
partmedia 130206ab49 Add sea_route arch
Sea routes are indistinguishable from normal sea tiles, except for the
arch name. This helps roll-o-matic distinguish between sea routes and
plain old sea tiles.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20965 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-08-17 17:51:26 +00:00
akirschbaum 0f6c1f4d19 Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11299 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-01 00:44:23 +00:00
akirschbaum 86eea6481d Add explicit animations.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10689 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-23 17:32:09 +00:00
ryo_saeba 97c831cf66 Remove obsolete color_fg.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10379 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-10 11:38:55 +00:00
ryo_saeba 1da03b7803 Remove obsolete color_bg field.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6794 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-07-17 20:46:19 +00:00
mwedel a765f5bb8a Add client_anim_... support for all objects that support it, remove
their speed attributes if the only reason they had speed set was for
animation.
MSW 2007-07-09



git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6768 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-07-10 07:39:53 +00:00
ryo_saeba f7e010a91f Remove obsolete field.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6550 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-06-13 18:41:05 +00:00
akirschbaum dbf0a1efca Replace "no_pass 1" with "move_block all".
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5939 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-05 21:00:42 +00:00
kbulgrien 416571be9a Created addition shoreline tiles for the ground/sea.arc tile set to
add sea_F.base.111.png and sea_F.clsc.111.png that form a round pool
surrounded by transparency.  This tile might be used to fix indoor
water pools by providing a replacement for blake_0 which has grass
surrounding the water.  Also modified sea.arc accordingly.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5537 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-13 06:15:23 +00:00
kbulgrien 4b8aaf954f - Create additional shoreline tiles for the sea.arc tile set in
preparation for fixing some pup_land maps that use the blake.arc
  tile set to allow shorelines to have rounded edges instead of
  corners.  The problem is that the blake.arc tile set is not the
  same color as the sea.arc tile set unless you are using the
  classic png's, so the pup_land seas sometimes are shown in two
  completely different colors of blue.  The tiles added are "coves"
  that have transparency on three sides.  The naming convention
  used is consistent with the big lake tile set.  The naming.doc
  rules for walls is followed if you consider a shoreline to be a
  sort of wall.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5421 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-10 07:13:23 +00:00
kbulgrien ea4f9b1b83 Remove is_floor 1 from sea_ne, sea_nw, sea_se, sea_sw so that these
corner pieces allow transparency to work to show the beach in a
floor piece placed beneath the tile.  This makes the arch similar
to the corresponding blake.arc arches.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5402 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-08 10:16:56 +00:00
mwedel 7c7d77a9f8 Add client side animation support for these objects.
MSW 2006-05-29


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4604 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-05-30 06:56:25 +00:00
mwedel e39385619d Update archetypes with appropriate move_block attributes. For the
land ones, don't allow swim or boat movement types.  For the water ones,
allow boat movement types.
MSW 2006-02-06


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4428 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-02-07 07:59:19 +00:00
ketche 84e4fd6dc6 four corners to use with the sea.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4068 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-11-30 06:44:59 +00:00
temitchell ed1bf5d6a2 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
2003-07-18 04:01:09 +00:00
temitchell 50a4570315 - changes for smoothing - new water, swamp smoothing and some fixes for
some arch information


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2243 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-07-16 02:58:17 +00:00
tchize 6ad5275551 updated .arc files so they now contain the smoothface informations.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2240 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-07-15 12:56:59 +00:00
temitchell 540c04b0e4 - smooth the seas - you can also use this to enhance animation :)
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2231 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-07-13 00:21:49 +00:00
tchize 35229ff5ca New pictures for new way of handling smoothing. The grass picture is
still my ugly one but will be replaced as fast as possible...
Drawers, it's up to you now (Crossfire needs YOU!)


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2212 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-07-08 12:58:47 +00:00
garbled b43974cd6c Add is_water to these
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1765 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-10-28 05:40:31 +00:00
jec 21b592922f See CHANGES file.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@246 282e977c-c81d-0410-88c4-b93c2d0d6712
2000-05-16 09:03:24 +00:00
uid200 eddc3c6a17 Initial revision
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2 282e977c-c81d-0410-88c4-b93c2d0d6712
1999-03-29 04:46:48 +00:00