Changeset 7008 for code/branches/presentation3/data
- Timestamp:
- May 29, 2010, 9:33:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/levels/pickups.oxw
r7007 r7008 25 25 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 26 26 <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 27 28 27 29 28 <!-- Shield pickups --> … … 135 134 <!-- Pickup Collection pickups --> 136 135 137 <PickupSpawner position="-50, 0,-125" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">136 <PickupSpawner position="-50,25,-125" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 138 137 <pickup> 139 138 <PickupCollection template=triplehealthspeedinvisibilitypickup /> … … 141 140 </PickupSpawner> 142 141 143 142 <!-- PickupRepresentation for the pickup below, since it is not a standard pickup provided by pickups.oxi --> 144 143 <PickupRepresentation 145 144 pickupName = "Medium Health Pack" … … 153 152 </PickupRepresentation> 154 153 155 <PickupSpawner position="-50, 25,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5">154 <PickupSpawner position="-50,0,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5"> 156 155 <pickup> 157 <HealthPickup health=50 activationType=onUse durationType= continuous/>156 <HealthPickup health=50 activationType=onUse durationType=once /> 158 157 </pickup> 159 158 </PickupSpawner>
Note: See TracChangeset
for help on using the changeset viewer.