stk-code_catmod/data/plunger.projectile
hikerstk 4a85118dbd Removed many warnings, mostly caused by texture that were not found.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3255 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-13 08:32:19 +00:00

22 lines
763 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "Plunger")
(model "plunger.ac")
(mesh "plunger.b3d")
(icon "plunger-icon.png")
(speed 35.0)
(min-height 0.2) ; height above terrain below which a plunger is
; started to be pulled up
(max-height 1.0) ; height above terrain at which a plunger is
; started to be pulled back to ground
(force-updown 35.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 ;;