2008-11-14 21:59:54 -05:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(tuxkart-collectable
|
|
|
|
(name "Plunger")
|
|
|
|
(model "plunger.ac")
|
2009-03-11 20:57:00 -04:00
|
|
|
(mesh "plunger.b3d")
|
2009-03-13 04:32:19 -04:00
|
|
|
(icon "plunger-icon.png")
|
2008-11-25 20:36:53 -05:00
|
|
|
(speed 35.0)
|
2008-12-26 16:23:27 -05:00
|
|
|
(min-height 0.2) ; height above terrain below which a plunger is
|
2008-11-14 21:59:54 -05:00
|
|
|
; started to be pulled up
|
2008-12-26 16:23:27 -05:00
|
|
|
(max-height 1.0) ; height above terrain at which a plunger is
|
2008-11-14 21:59:54 -05:00
|
|
|
; started to be pulled back to ground
|
2008-12-29 15:58:31 -05:00
|
|
|
(force-updown 35.0) ; force pushing the spark down
|
2008-11-14 21:59:54 -05:00
|
|
|
; when it's too high above ground
|
|
|
|
(force-to-target 15) ; force with which a spark flies towards
|
|
|
|
; the nearest kart
|
|
|
|
(max-distance 25) ; maximum distance the spark can be away
|
|
|
|
; from a kart when accelerating towards it
|
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|