Improve ship speed
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20639 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
89e2f112e5
commit
51db35f625
|
@ -1,10 +1,10 @@
|
|||
Object sailing_big_galleon
|
||||
name sailing galleon
|
||||
speed 0.5
|
||||
speed 1.5
|
||||
type 2
|
||||
container 10000000
|
||||
move_type boat
|
||||
passenger_limit 4
|
||||
passenger_limit 6
|
||||
face biggalleon.x11
|
||||
animation sailing_big_galleon
|
||||
no_pick 1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Object sailing_galleon
|
||||
name sailing caravel
|
||||
speed 0.5
|
||||
speed 2
|
||||
type 2
|
||||
container 10000000
|
||||
container 5000000
|
||||
move_type boat
|
||||
passenger_limit 2
|
||||
passenger_limit 3
|
||||
face galleon.111
|
||||
animation sailing_galleon
|
||||
no_pick 1
|
||||
|
|
Loading…
Reference in New Issue