78346e3ddf
box. Weights for these are set in powerup.xml. ATM a 'multi item' gives three items (hardcoded, I'll change that to be configurable later). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6079 178a84e3-b1eb-0310-8ba1-8eac791a3b58
43 lines
2.1 KiB
XML
43 lines
2.1 KiB
XML
<?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" />
|
|
<item name="parachute" icon="parachute-icon.png"
|
|
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" />
|
|
|
|
<!-- 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 -->
|
|
<first w="3 0 1 0 0 1 0 0"
|
|
w-multi="3 0 0 0 0 0 0 0" />
|
|
<top33 w="3 3 3 3 3 1 3 0"
|
|
w-multi="0 1 1 0 1 0 0 0" />
|
|
<mid33 w="3 3 3 3 3 1 3 0"
|
|
w-multi="1 2 2 2 2 0 1 0" />
|
|
<end33 w="0 3 3 3 3 1 3 3"
|
|
w-multi="0 3 3 3 3 0 3 0" />
|
|
<last w="0 3 3 6 6 0 6 6"
|
|
w-multi="0 3 3 6 6 0 6 0" />
|
|
<battle w="0 6 3 0 0 0 0 0"
|
|
w-multi="0 2 1 0 0 0 0 0" />
|
|
|
|
</powerup>
|
|
|