2007-05-27 16:01:53 +00:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(tuxkart-collectable
|
2008-07-21 01:55:41 +00:00
|
|
|
(name "Bowling")
|
|
|
|
(model "bowling.ac")
|
2008-12-23 00:18:56 +00:00
|
|
|
(icon "bowling-icon.rgb")
|
2009-01-16 00:15:16 +00:00
|
|
|
(speed 4.0)
|
2008-12-29 20:52:44 +00:00
|
|
|
(min-height 0.2) ; height above terrain below which a ball is
|
2007-12-08 13:04:56 +00:00
|
|
|
; started to be pulled up
|
2008-12-29 20:52:44 +00:00
|
|
|
(max-height 1.0) ; height above terrain at which a ball is
|
2007-12-08 13:04:56 +00:00
|
|
|
; started to be pulled back to ground
|
2008-12-29 20:52:44 +00:00
|
|
|
(force-updown 1.0) ; force pushing the ball down
|
2007-12-08 13:04:56 +00:00
|
|
|
; when it's too high above ground
|
2008-12-29 20:52:44 +00:00
|
|
|
(force-to-target 40) ; force with which a bowling ball flies towards
|
2007-12-08 13:04:56 +00:00
|
|
|
; the nearest kart
|
2008-12-29 20:52:44 +00:00
|
|
|
(max-distance 25) ; maximum distance the ball can be away
|
2007-12-08 13:04:56 +00:00
|
|
|
; from a kart when accelerating towards it
|
2007-05-27 16:01:53 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|