Changeset 9155 for code/branches/pickup2012/data/levels/templates
- Timestamp:
- May 4, 2012, 3:56:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup2012/data/levels/templates/pickupRepresentationTemplates.oxt
r9118 r9155 218 218 <!-- DamageBoost pickups --> 219 219 220 <Template name= normaldamageboostpickupRepresentation>221 <PickupRepresentation> 222 <spawner-representation> 223 <StaticEntity> 224 <attached> 225 <Billboard position="0,0,0" colour="0. 99,0.96,0.52" material="Sphere2" scale=0.5>226 <attached> 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>220 <Template name=damageboostpickupRepresentation> 221 <PickupRepresentation> 222 <spawner-representation> 223 <StaticEntity> 224 <attached> 225 <Billboard position="0,0,0" colour="0.10,0.20,0.30" material="Sphere2" scale=0.1 > 226 <attached> 227 <Billboard position="0,0,0" colour="0.30,0.30,0.30" material="damage" scale=0.7 /> 228 </attached> 229 </Billboard> 230 </attached> 231 </StaticEntity> 232 </spawner-representation> 233 </PickupRepresentation> 234 </Template> 235 236 <Template name=damageboostpickup> 237 237 <DamageBoostPickup 238 238 duration = 10.0 239 damageMultiplier = 20.0 239 240 activationType = "immediate" 240 241 durationType = "continuous"
Note: See TracChangeset
for help on using the changeset viewer.