Changeset 6641 for code/branches/ppspickups2/data
- Timestamp:
- Mar 29, 2010, 4:33:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups2/data/levels/pickup_pps_invi.oxw
r6555 r6641 7 7 include("templates/spaceship_assff.oxt") 8 8 include("templates/spaceship_pirate.oxt") 9 include("templates/pickup_representation_templates .oxt")9 include("templates/pickup_representation_templates_invisible.oxt") 10 10 ?> 11 11 … … 20 20 21 21 <?lua 22 include("includes/pickups .oxi")22 include("includes/pickups_invisible.oxi") 23 23 ?> 24 25 <!-- 26 <PickupSpawner position="-100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 24 25 <PickupSpawner position="-75,0,-100" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"> 27 26 <pickup> 28 <MetaPickup metaType="drop" /> 29 </pickup> 30 </PickupSpawner> 31 32 <PickupSpawner position="-75,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 33 <pickup> 34 <MetaPickup metaType="use" /> 27 <InvisiblePickup template=invisiblepickup /> 35 28 </pickup> 36 29 </PickupSpawner> 37 30 38 <PickupSpawner position="-50,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">39 <pickup>40 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=immediate healthType=permanent />41 </pickup>42 </PickupSpawner>43 44 <PickupSpawner position="-25,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">45 <pickup>46 <HealthPickup template=smallhealthpickup />47 </pickup>48 </PickupSpawner>49 50 <PickupSpawner position="0,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">51 <pickup>52 <HealthPickup template=mediumhealthpickup />53 </pickup>54 </PickupSpawner>55 56 <PickupSpawner position="25,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">57 <pickup>58 <HealthPickup template=hugehealthpickup />59 </pickup>60 </PickupSpawner>61 62 <PickupSpawner position="50,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">63 <pickup>64 <HealthPickup template=crazyhealthpickup />65 </pickup>66 </PickupSpawner>67 68 <PickupSpawner position="75,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">69 <pickup>70 <PickupCollection template=doublepickup />71 </pickup>72 </PickupSpawner>73 74 <PickupSpawner position="100,100,100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">75 <pickup>76 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=immediate healthType=limited />77 </pickup>78 </PickupSpawner>79 -->80 31 81 32 <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" />
Note: See TracChangeset
for help on using the changeset viewer.