[Orxonox-commit 264] r2083 - media/levels

landauf at orxonox.net landauf at orxonox.net
Sun Apr 12 00:36:09 CEST 2009


Author: landauf
Date: 2009-04-12 00:36:09 +0200 (Sun, 12 Apr 2009)
New Revision: 2083

Modified:
   media/levels/weaponsettings1.oxw
Log:
Added DefaultWeaponmodeLink to the weaponsettings. This doesn't affect the other branches because it's in a separate XML-subsection.

Modified: media/levels/weaponsettings1.oxw
===================================================================
--- media/levels/weaponsettings1.oxw	2009-04-09 14:20:16 UTC (rev 2082)
+++ media/levels/weaponsettings1.oxw	2009-04-11 22:36:09 UTC (rev 2083)
@@ -9,6 +9,10 @@
     </weaponsets>
     <weapons>
       <WeaponPack firemode=0>
+        <links>
+          <DefaultWeaponmodeLink firemode=0 weaponmode=0 />
+          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
+        </links>
         <LaserGun
             position="0,0,0"
             munitionType="LaserGunMunition"
@@ -27,13 +31,16 @@
         />
       </WeaponPack>
       <WeaponPack firemode=1>
-        <Fusion
+        <links>
+          <DefaultWeaponmodeLink firemode=1 weaponmode=0 />
+        </links>
+        <LaserGun
             position="0,0,0"
-            munitionType="FusionMunition"
-            bulletLoadingTime="3"
+            munitionType="LaserGunMunition"
+            bulletLoadingTime="0.3"
             magazineLoadingTime="3"
             speed="600"
-            unlimitedMunition=false
+            unlimitedMunition=true
         />
       </WeaponPack>
     </weapons>




More information about the Orxonox-commit mailing list