Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt @ 6685

Last change on this file since 6685 was 6685, checked in by benedict, 14 years ago

created small, medium and huge invisibility pickup tempaltes

  • Property svn:eol-style set to native
File size: 2.2 KB
Line 
1<Template name=smallinvisiblepickupRepresentation>
2    <PickupRepresentation>
3        <spawner-representation>
4            <StaticEntity>
5                <attached>
6                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
7                        <attached>
8                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
9                        </attached>
10                    </Billboard>
11                </attached>
12            </StaticEntity>
13        </spawner-representation>
14    </PickupRepresentation>
15</Template>
16
17<Template name=smalltinvisiblepickup>
18  <InvisiblePickup
19    duration = 5.0
20    activaionType = "immediate"
21    durationType = "once"
22  />
23</Template>
24
25<Template name=mediuminvisiblepickupRepresentation>
26    <PickupRepresentation>
27        <spawner-representation>
28            <StaticEntity>
29                <attached>
30                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
31                        <attached>
32                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
33                        </attached>
34                    </Billboard>
35                </attached>
36            </StaticEntity>
37        </spawner-representation>
38    </PickupRepresentation>
39</Template>
40
41<Template name=mediuminvisiblepickup>
42  <InvisiblePickup
43    duration = 10.0
44    activaionType = "immediate"
45    durationType = "once"
46  />
47</Template>
48
49<Template name=hugeinvisiblepickupRepresentation>
50    <PickupRepresentation>
51        <spawner-representation>
52            <StaticEntity>
53                <attached>
54                    <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1>
55                        <attached>
56                            <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.1 />
57                        </attached>
58                    </Billboard>
59                </attached>
60            </StaticEntity>
61        </spawner-representation>
62    </PickupRepresentation>
63</Template>
64
65<Template name=hugeinvisiblepickup>
66  <InvisiblePickup
67    duration = 20.0
68    activaionType = "immediate"
69    durationType = "once"
70  />
71</Template>
72
Note: See TracBrowser for help on using the repository browser.