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