Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2012, 2:36:52 PM (13 years ago)
Author:
lkevin
Message:

First working version. Default damage increase is
currently set to 20. Now fixing things and documenting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup2012/data/levels/templates/pickupRepresentationTemplates.oxt

    r9099 r9118  
    225225                    <Billboard position="0,0,0" colour="0.99,0.96,0.52" material="Sphere2" scale=0.5>
    226226                        <attached>
    227                             <Billboard position="0,0,0" colour="0.98,0.94,0.22" material="asterisk" scale=0.5 />
    228                         </attached>
    229                     </Billboard>
    230                 </attached>
    231             </StaticEntity>
    232         </spawner-representation>
    233     </PickupRepresentation>
    234 </Template>
    235 
    236 <Template name=smallspeedpickup>
    237   <SpeedPickup
     227                            <Billboard position="0,0,0" colour="0.98,0.94,0.22" material="3arrowsup" scale=0.5 />
     228                        </attached>
     229                    </Billboard>
     230                </attached>
     231            </StaticEntity>
     232        </spawner-representation>
     233    </PickupRepresentation>
     234</Template>
     235
     236<Template name=normaldamageboostpickup>
     237  <DamageBoostPickup
    238238    duration = 10.0
    239     damageBoost = damageBoost*2
    240239    activationType = "immediate"
    241240    durationType = "continuous"
Note: See TracChangeset for help on using the changeset viewer.