Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2010, 4:23:29 PM (15 years ago)
Author:
benedict
Message:

did the shield pickup. upload for testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups3/data/levels/templates/pickup_representation_templates.oxt

    r6712 r6884  
     1<!-- Shield pickups: -->
     2
     3<Template name=supershieldpickupRepresentation>
     4    <PickupRepresentation>
     5        <spawner-representation>
     6            <StaticEntity>
     7                <attached>
     8                    <Billboard position="0,0,0" colour="1,1,1" material="Sphere2" scale=0.1>
     9                        <attached>
     10                            <Billboard position="0,0,0" colour="1,1,1" material="Shield" scale=10 />
     11                        </attached>
     12                    </Billboard>
     13                </attached>
     14            </StaticEntity>
     15        </spawner-representation>
     16    </PickupRepresentation>
     17</Template>
     18
     19<Template name=supershieldpickup>
     20  <ShieldPickup
     21    absorption = 1
     22    duration = 6000
     23    shieldhealth = 1000000
     24    activationType = "immediate"
     25    durationType = "once"
     26  />
     27</Template>
    128
    229<!-- Health pickups: -->
Note: See TracChangeset for help on using the changeset viewer.