Changeset 6980 for code/branches/ppspickups3/data/levels/templates
- Timestamp:
- May 27, 2010, 7:05:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups3/data/levels/templates/pickup_representation_templates.oxt
r6884 r6980 1 1 <!-- Shield pickups: --> 2 2 3 <Template name=s upershieldpickupRepresentation>3 <Template name=smallshieldpickupRepresentation> 4 4 <PickupRepresentation> 5 5 <spawner-representation> … … 8 8 <Billboard position="0,0,0" colour="1,1,1" material="Sphere2" scale=0.1> 9 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=s upershieldpickup>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> 20 20 <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 24 78 activationType = "immediate" 25 79 durationType = "once"
Note: See TracChangeset
for help on using the changeset viewer.