Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2010, 10:24:30 PM (15 years ago)
Author:
dafrick
Message:

Added a new health pickup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup4/data/levels/pickup.oxw

    r6675 r6701  
    4141    </PickupSpawner>
    4242   
    43     <PickupSpawner position="-50,0,-125" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
    44         <pickup>
    45             <HealthPickup health=50 healthRate=5 durationType=continuous activationType=onUse healthType=permanent />
    46         </pickup>
    47     </PickupSpawner>
    48    
    4943    <PickupSpawner position="-25,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
    5044        <pickup>
     
    7771    </PickupSpawner>
    7872
    79     <!--PickupSpawner position="100,100,100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
     73    <PickupSpawner position="100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">
    8074        <pickup>
    81             <HealthPickup health=50 healthRate=5 durationType=continuous activationType=immediate healthType=limited />
     75              <HealthPickup
     76    health = 100
     77    healthType = "limited"
     78    activationType = "onUse"
     79    durationType = "once"
     80  />
    8281        </pickup>
    83     </PickupSpawner-->
     82    </PickupSpawner>
    8483
    8584    <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.