2007-05-27 12:01:53 -04:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(tuxkart-collectable
|
|
|
|
(name "homing")
|
|
|
|
(model "homingmissile.ac")
|
|
|
|
(icon "homingmissile.rgb")
|
2007-12-08 08:04:56 -05:00
|
|
|
(speed 35.0)
|
|
|
|
(min-height 0.2)
|
|
|
|
(max-height 1.0)
|
2008-01-11 08:48:09 -05:00
|
|
|
(force-updown 25.0) ;; force raising/lowering the homing missile if it's too low/high
|
2007-12-08 08:04:56 -05:00
|
|
|
(max-distance 20.0) ;; maximum distance at which a kart is still followed
|
|
|
|
(max-turn-angle 5.0) ;; maximum turn angle when following a kart
|
2007-05-27 12:01:53 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|