Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2010, 7:05:36 PM (14 years ago)
Author:
ebeier
Message:

created more pickup representations, prepared pickup-level for presentation, removed debug code etc.

File:
1 edited

Legend:

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

    r6884 r6980  
    11<!-- Shield pickups: -->
    22
    3 <Template name=supershieldpickupRepresentation>
     3<Template name=smallshieldpickupRepresentation>
    44    <PickupRepresentation>
    55        <spawner-representation>
     
    88                    <Billboard position="0,0,0" colour="1,1,1" material="Sphere2" scale=0.1>
    99                        <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>
     10                            <Billboard position="0,0,0" colour="1,1,1" material="Shield" scale=0.3 />
     11                        </attached>
     12                    </Billboard>
     13                </attached>
     14            </StaticEntity>
     15        </spawner-representation>
     16    </PickupRepresentation>
     17</Template>
     18
     19<Template name=smallshieldpickup>
    2020  <ShieldPickup
    21     absorption = 1
    22     duration = 6000
    23     shieldhealth = 1000000
     21    duration = 10
     22    shieldabsorption = 0.7
     23    shieldhealth = 300
     24    activationType = "immediate"
     25    durationType = "once"
     26  />
     27</Template>
     28
     29
     30<Template name=mediumshieldpickupRepresentation>
     31    <PickupRepresentation>
     32        <spawner-representation>
     33            <StaticEntity>
     34                <attached>
     35                    <Billboard position="0,0,0" colour="1,1,1" material="Sphere2" scale=0.1>
     36                        <attached>
     37                            <Billboard position="0,0,0" colour="1,1,1" material="Shield" scale=0.5 />
     38                        </attached>
     39                    </Billboard>
     40                </attached>
     41            </StaticEntity>
     42        </spawner-representation>
     43    </PickupRepresentation>
     44</Template>
     45
     46<Template name=mediumshieldpickup>
     47  <ShieldPickup
     48    duration = 30
     49    shieldabsorption = 0.8
     50    shieldhealth = 500
     51    activationType = "immediate"
     52    durationType = "once"
     53  />
     54</Template>
     55
     56
     57<Template name=hugeshieldpickupRepresentation>
     58    <PickupRepresentation>
     59        <spawner-representation>
     60            <StaticEntity>
     61                <attached>
     62                    <Billboard position="0,0,0" colour="1,1,1" material="Sphere2" scale=0.1>
     63                        <attached>
     64                            <Billboard position="0,0,0" colour="1,1,1" material="Shield" scale=0.7 />
     65                        </attached>
     66                    </Billboard>
     67                </attached>
     68            </StaticEntity>
     69        </spawner-representation>
     70    </PickupRepresentation>
     71</Template>
     72
     73<Template name=hugeshieldpickup>
     74  <ShieldPickup
     75    duration = 60
     76    shieldabsorption = 0.95
     77    shieldhealth = 700
    2478    activationType = "immediate"
    2579    durationType = "once"
Note: See TracChangeset for help on using the changeset viewer.