;; -*- mode: lisp -*- (tuxkart-collectable (name "cake") (mesh "cake.b3d") (icon "cake-icon.png") (speed 50.0) (min-height 0.2) (max-height 1.0) (force-updown 25.0) ;; force raising/lowering the homing missile if it's too low/high (max-distance 90.0) ;; maximum distance at which a kart is still followed ) ;; EOF ;;