2010-02-06 21:05:21 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<powerup>
|
|
|
|
<item name="zipper" icon="zipper_collect.png" />
|
|
|
|
<item name="bowling" icon="bowling-icon.png"
|
|
|
|
model="bowling.b3d" speed="4.0"
|
|
|
|
min-height="0.2" max-height="1.0"
|
|
|
|
force-updown="1" force-to-target="40"
|
|
|
|
max-distance="25" />
|
|
|
|
<item name="bubblegum" icon="bubblegum-icon.png" />
|
|
|
|
<item name="cake" icon="cake-icon.png"
|
|
|
|
model="cake.b3d" speed="50"
|
|
|
|
min-height="0.2" max-height="1.0"
|
|
|
|
force-updown="25" max-distance="90" />
|
|
|
|
<item name="anchor" icon="anchor-icon.png"
|
|
|
|
model="anchor.b3d" />
|
|
|
|
<item name="switch" icon="swap-icon.png" />
|
2010-03-28 21:48:44 -04:00
|
|
|
<item name="parachute" icon="parachute-icon.png"
|
2010-02-06 21:05:21 -05:00
|
|
|
model="parachute.b3d" />
|
|
|
|
<item name="plunger" icon="plunger-icon.png"
|
|
|
|
model="plunger.b3d" speed="35"
|
|
|
|
min-height="0.2" max-height="1.0"
|
|
|
|
force-updown="35" force-to-target="15"
|
|
|
|
max-distance="25" />
|
2010-04-29 21:11:22 -04:00
|
|
|
|
|
|
|
<!-- Distribution of the items depending on position of the
|
|
|
|
kart. The order must correspond to powerup_manager.hpp -->
|
|
|
|
<!-- bubble cake bowl zipper plunger switch para anvil -->
|
2010-05-04 09:54:49 -04:00
|
|
|
<first w="1 0 0 0 0 1 0 0" />
|
|
|
|
<top33 w="1 1 1 1 1 1 1 0" />
|
|
|
|
<mid33 w="1 1 1 1 1 1 1 0" />
|
|
|
|
<end33 w="0 1 1 1 1 1 1 1" />
|
|
|
|
<last w="0 1 1 2 2 0 2 2" />
|
|
|
|
<battle w="0 2 1 0 0 0 0 0" />
|
2010-04-29 21:11:22 -04:00
|
|
|
|
2010-02-06 21:05:21 -05:00
|
|
|
</powerup>
|
|
|
|
|