Changeset 6519 for code/branches/pickup3/data/levels/pickup.oxw
- Timestamp:
- Mar 13, 2010, 3:32:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/data/levels/pickup.oxw
r6518 r6519 37 37 <PickupSpawner position="-50,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 38 38 <pickup> 39 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=onUse healthType= limited/>39 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=onUse healthType=permanent /> 40 40 </pickup> 41 41 </PickupSpawner> … … 64 64 </pickup> 65 65 </PickupSpawner> 66 67 <PickupSpawner position="75,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 68 <pickup> 69 <PickupCollection template=doublepickup /> 70 </pickup> 71 </PickupSpawner> 66 72 67 73 <!--PickupSpawner position="100,100,100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
Note: See TracChangeset
for help on using the changeset viewer.