Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/levels/templates/pickup_representation_templates_speed.oxt @ 6709

Last change on this file since 6709 was 6709, checked in by dafrick, 15 years ago

Merged ppspickups1 into trunk.

File size: 3.2 KB
Line 
1<Template name=smallspeedpickupRepresentation>
2    <PickupRepresentation>
3        <spawner-representation>
4            <StaticEntity>
5                <attached>
6                    <Billboard position="0,0,0" colour="0.99,0.96,0.52" material="Sphere2" scale=0.1>
7                        <attached>
8                            <Billboard position="0,0,0" colour="0.98,0.94,0.22" material="3arrowsup" scale=0.3 />
9                        </attached>
10                    </Billboard>
11                </attached>
12            </StaticEntity>
13        </spawner-representation>
14    </PickupRepresentation>
15</Template>
16
17<Template name=smallspeedpickup>
18  <SpeedPickup
19    duration = 10.0
20    speedAdd = 0.0
21    SpeedMultiply = 10.0
22    activationType = "immediate"
23    durationType = "once"
24  />
25</Template>
26
27<Template name=mediumspeedpickupRepresentation>
28    <PickupRepresentation>
29        <spawner-representation>
30            <StaticEntity>
31                <attached>
32                    <Billboard position="0,0,0" colour="0.99,0.96,0.52" material="Sphere2" scale=0.1>
33                        <attached>
34                            <Billboard position="0,0,0" colour="0.98,0.94,0.22" material="3arrowsup" scale=0.5 />
35                        </attached>
36                    </Billboard>
37                </attached>
38            </StaticEntity>
39        </spawner-representation>
40    </PickupRepresentation>
41</Template>
42
43<Template name=mediumspeedpickup>
44  <SpeedPickup
45    duration = 10.0
46    speedAdd = 0.0
47    SpeedMultiply = 25.0
48    activationType = "immediate"
49    durationType = "once"
50  />
51</Template>
52
53<Template name=hugespeedpickupRepresentation>
54    <PickupRepresentation>
55        <spawner-representation>
56            <StaticEntity>
57                <attached>
58                    <Billboard position="0,0,0" colour="0.99,0.96,0.52" material="Sphere2" scale=0.1>
59                        <attached>
60                            <Billboard position="0,0,0" colour="0.98,0.94,0.22" material="3arrowsup" scale=0.7 />
61                        </attached>
62                    </Billboard>
63                </attached>
64            </StaticEntity>
65        </spawner-representation>
66    </PickupRepresentation>
67</Template>
68
69<Template name=hugespeedpickup>
70  <SpeedPickup
71    duration = 10.0
72    speedAdd = 0.0
73    SpeedMultiply = 50.0
74    activationType = "immediate"
75    durationType = "once"
76  />
77</Template>
78
79<Template name=smalljumppickupRepresentation>
80    <PickupRepresentation>
81        <spawner-representation>
82            <StaticEntity>
83                <attached>
84                    <Billboard position="0,0,0" colour="0.99,0.96,0.52" material="Sphere2" scale=0.1>
85                        <attached>
86                            <Billboard position="0,0,0" colour="1,0,0" material="3arrowsup" scale=0.3 />
87                        </attached>
88                    </Billboard>
89                </attached>
90            </StaticEntity>
91        </spawner-representation>
92    </PickupRepresentation>
93</Template>
94
95<Template name=smalljumppickup>
96  <SpeedPickup
97    duration = 0.7
98    speedAdd = 5000.0
99    SpeedMultiply = 1.0
100    activationType = "immediate"
101    durationType = "once"
102  />
103</Template>
Note: See TracBrowser for help on using the repository browser.