[Orxonox-commit 2269] r6985 - code/branches/ppspickups3/data/levels/includes

ebeier at orxonox.net ebeier at orxonox.net
Thu May 27 19:15:42 CEST 2010


Author: ebeier
Date: 2010-05-27 19:15:42 +0200 (Thu, 27 May 2010)
New Revision: 6985

Modified:
   code/branches/ppspickups3/data/levels/includes/pickups.oxi
Log:
added PickupInventory-definitions for existing pickups.


Modified: code/branches/ppspickups3/data/levels/includes/pickups.oxi
===================================================================
--- code/branches/ppspickups3/data/levels/includes/pickups.oxi	2010-05-27 17:11:36 UTC (rev 6984)
+++ code/branches/ppspickups3/data/levels/includes/pickups.oxi	2010-05-27 17:15:42 UTC (rev 6985)
@@ -109,6 +109,7 @@
     name = "Small Speed Boost"
     description = "Multiplies Speed of the Ship by a small amount."
     spawnerTemplate = "smallspeedpickupRepresentation"
+    inventoryRepresentation = "SmallSpeed"
 >
     <pickup>
         <SpeedPickup template=smallspeedpickup />
@@ -119,6 +120,7 @@
     name = "Medium Speed Boost"
     description = "Multiplies Speed of the Ship by a bigger amount."
     spawnerTemplate = "mediumspeedpickupRepresentation"
+    inventoryRepresentation = "MediumSpeed"
 >
     <pickup>
         <SpeedPickup template=mediumspeedpickup />
@@ -129,6 +131,7 @@
     name = "Huge Speed Boost"
     description = "Multiplies Speed of the Ship by a huge amount."
     spawnerTemplate = "hugespeedpickupRepresentation"
+    inventoryRepresentation = "HugeSpeed"
 >
     <pickup>
         <SpeedPickup template=hugespeedpickup />
@@ -139,6 +142,7 @@
     name = "Small Jump Boost"
     description = "Boosts the Ship with a massive amount for a very short time."
     spawnerTemplate = "smalljumppickupRepresentation"
+    inventoryRepresentation = "SmallSpeed"
 >
     <pickup>
         <SpeedPickup template=smalljumppickup />
@@ -151,6 +155,7 @@
     name = "small Invisibility"
     description = "Makes you invisible for 5 seconds."
     spawnerTemplate = "smallinvisiblepickupRepresentation"
+    inventoryRepresentation = "SmallInvisible"
 >
     <pickup>
         <InvisiblePickup template=smallinvisiblepickup />
@@ -161,6 +166,7 @@
     name = "medium Invisibility"
     description = "Makes you invisible for 10 seconds."
     spawnerTemplate = "mediuminvisiblepickupRepresentation"
+    inventoryRepresentation = "MediumInvisible"
 >
     <pickup>
         <InvisiblePickup template=mediuminvisiblepickup />
@@ -171,6 +177,7 @@
     name = "hunge Invisibility"
     description = "Makes you invisible for 20 seconds."
     spawnerTemplate = "hugeinvisiblepickupRepresentation"
+    inventoryRepresentation = "HugeInvisible"
 >
     <pickup>
         <InvisiblePickup template=hugeinvisiblepickup />




More information about the Orxonox-commit mailing list