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")
|
|
|
|
(icon "bowlingicon.rgb")
|
2007-05-27 12:01:53 -04:00
|
|
|
(speed 5.0)
|
2007-12-08 08:04:56 -05:00
|
|
|
(min-height 0.2) ; height above terrain below which a spark is
|
|
|
|
; started to be pulled up
|
2008-01-11 08:48:09 -05:00
|
|
|
(max-height 1.0) ; height above terrain at which a spark is
|
2007-12-08 08:04:56 -05:00
|
|
|
; started to be pulled back to ground
|
2008-07-20 21:55:41 -04:00
|
|
|
(force-updown 1.0) ; force pushing the spark down
|
2007-12-08 08:04:56 -05:00
|
|
|
; when it's too high above ground
|
2008-08-05 20:53:40 -04:00
|
|
|
(force-to-target 15) ; force with which a spark flies towards
|
2007-12-08 08:04:56 -05:00
|
|
|
; the nearest kart
|
2008-08-05 20:53:40 -04:00
|
|
|
(max-distance 25) ; maximum distance the spark 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 ;;
|