Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6689


Ignore:
Timestamp:
Apr 12, 2010, 3:17:17 PM (14 years ago)
Author:
benedict
Message:

fixed some issues with the templates

Location:
code/branches/ppspickups2/data/levels
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups2/data/levels/includes/pickups_invisible.oxi

    r6653 r6689  
    11<PickupRepresentation
    2     name = "Invisibility"
    3     description = "Makes you invisible."
    4     spawnerTemplate = "invisiblepickupRepresentation"
     2    name = "small Invisibility"
     3    description = "Makes you invisible for 5 seconds."
     4    spawnerTemplate = "smallinvisiblepickupRepresentation"
    55>
    66    <pickup>
    7         <InvisiblePickup template=invisiblepickup />
     7        <InvisiblePickup template=smallinvisiblepickup />
    88    </pickup>
    99</PickupRepresentation>
     10
     11<PickupRepresentation
     12    name = "medium Invisibility"
     13    description = "Makes you invisible for 10 seconds."
     14    spawnerTemplate = "mediuminvisiblepickupRepresentation"
     15>
     16    <pickup>
     17        <InvisiblePickup template=mediuminvisiblepickup />
     18    </pickup>
     19</PickupRepresentation>
     20
     21<PickupRepresentation
     22    name = "hunge Invisibility"
     23    description = "Makes you invisible for 20 seconds."
     24    spawnerTemplate = "hugeinvisiblepickupRepresentation"
     25>
     26    <pickup>
     27        <InvisiblePickup template=hugeinvisiblepickup />
     28    </pickup>
     29</PickupRepresentation>
  • code/branches/ppspickups2/data/levels/pickup_pps_invi.oxw

    r6641 r6689  
    2525    <PickupSpawner position="-75,0,-100" triggerDistance="10" respawnTime="5" maxSpawnedItems="10">
    2626        <pickup>
    27             <InvisiblePickup template=invisiblepickup />
     27            <InvisiblePickup template=smallinvisiblepickup />
    2828        </pickup>
    2929    </PickupSpawner>
    3030
     31    <PickupSpawner position="-50,0,-100" triggerDistance="10" respawnTime="5" maxSpawnedItems="10">
     32        <pickup>
     33            <InvisiblePickup template=mediuminvisiblepickup />
     34        </pickup>
     35    </PickupSpawner>
     36
     37    <PickupSpawner position="-25,0,-100" triggerDistance="10" respawnTime="5" maxSpawnedItems="10">
     38        <pickup>
     39            <InvisiblePickup template=hugeinvisiblepickup />
     40        </pickup>
     41    </PickupSpawner>
    3142
    3243    <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" />
  • code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt

    r6685 r6689  
    66                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
    77                        <attached>
    8                             <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
     8                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.5 />
    99                        </attached>
    1010                    </Billboard>
     
    1515</Template>
    1616
    17 <Template name=smalltinvisiblepickup>
     17<Template name=smallinvisiblepickup>
    1818  <InvisiblePickup
    1919    duration = 5.0
     
    3030                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
    3131                        <attached>
    32                             <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
     32                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.7 />
    3333                        </attached>
    3434                    </Billboard>
     
    5454                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
    5555                        <attached>
    56                             <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
     56                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.9 />
    5757                        </attached>
    5858                    </Billboard>
Note: See TracChangeset for help on using the changeset viewer.