stk-code_catmod/data/plunger.projectile
auria 33a9864679 initial work towards plunger (still very incomplete, mostly added related files)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2459 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-15 02:59:54 +00:00

21 lines
734 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "Plunger")
(model "plunger.ac")
(icon "plungericon.rgb")
(speed 5.0)
(min-height 0.2) ; height above terrain below which a spark is
; started to be pulled up
(max-height 1.0) ; height above terrain at which a spark is
; started to be pulled back to ground
(force-updown 1.0) ; force pushing the spark down
; 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 ;;